|
|
|
1 | 2024-05-06T02:19:58.012Z | job assigned to worker 01HX5V5RH423TD1PWVRKY0TTNC (queued for 34 s) |
|
2 | 2024-05-06T02:19:58.841Z | starting task 0: "setup" |
3 | 2024-05-06T02:19:58.866Z | ++ uname -s |
4 | 2024-05-06T02:19:58.866Z | + kern=SunOS |
5 | 2024-05-06T02:19:58.866Z | + case "$kern" in |
6 | 2024-05-06T02:19:58.866Z | + groupadd -g 12345 build |
7 | 2024-05-06T02:19:58.866Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-06T02:20:00.872Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-06T02:20:00.932Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-06T02:20:00.957Z | + home_fs=zfs |
11 | 2024-05-06T02:20:00.957Z | + [[ zfs == autofs ]] |
12 | 2024-05-06T02:20:00.957Z | + mkdir -p /home/build |
13 | 2024-05-06T02:20:00.957Z | + chown build:build /home/build /work |
14 | 2024-05-06T02:20:02.942Z | + chmod 0700 /home/build /work |
15 | 2024-05-06T02:20:02.968Z | process exited: duration 4105 ms, exit code 0 |
|
16 | 2024-05-06T02:20:03.021Z | starting task 1: "rust-toolchain" |
17 | 2024-05-06T02:20:03.047Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-06T02:20:03.047Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-05-06T02:20:03.161Z | info: downloading installer |
20 | 2024-05-06T02:20:03.870Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-06T02:20:03.870Z | warning: /opt/ooce/bin |
22 | 2024-05-06T02:20:03.870Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-06T02:20:03.871Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-06T02:20:03.871Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-06T02:20:03.871Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-06T02:20:03.871Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-06T02:20:03.871Z | error: cannot install while Rust is installed |
28 | 2024-05-06T02:20:03.871Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-06T02:20:03.905Z | info: profile set to 'default' |
30 | 2024-05-06T02:20:03.931Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-06T02:20:03.931Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-05-06T02:20:04.003Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-05-06T02:20:04.003Z | info: downloading component 'cargo' |
34 | 2024-05-06T02:20:04.175Z | info: downloading component 'clippy' |
35 | 2024-05-06T02:20:04.234Z | info: downloading component 'rust-docs' |
36 | 2024-05-06T02:20:04.431Z | info: downloading component 'rust-std' |
37 | 2024-05-06T02:20:04.781Z | info: downloading component 'rustc' |
38 | 2024-05-06T02:20:06.375Z | info: downloading component 'rustfmt' |
39 | 2024-05-06T02:20:06.518Z | info: installing component 'cargo' |
40 | 2024-05-06T02:20:07.570Z | info: installing component 'clippy' |
41 | 2024-05-06T02:20:08.058Z | info: installing component 'rust-docs' |
42 | 2024-05-06T02:20:10.425Z | info: installing component 'rust-std' |
43 | 2024-05-06T02:20:12.698Z | info: installing component 'rustc' |
44 | 2024-05-06T02:20:17.123Z | info: installing component 'rustfmt' |
45 | 2024-05-06T02:20:17.497Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-05-06T02:20:17.498Z | |
47 | 2024-05-06T02:20:17.635Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-05-06T02:20:17.635Z | |
49 | 2024-05-06T02:20:18.075Z | |
50 | 2024-05-06T02:20:18.075Z | Rust is installed now. Great! |
51 | 2024-05-06T02:20:18.075Z | |
52 | 2024-05-06T02:20:18.075Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-06T02:20:18.075Z | environment variable. This has not been done automatically. |
54 | 2024-05-06T02:20:18.075Z | |
55 | 2024-05-06T02:20:18.075Z | To configure your current shell, you need to source |
56 | 2024-05-06T02:20:18.075Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-06T02:20:18.075Z | |
58 | 2024-05-06T02:20:18.075Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-06T02:20:18.075Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-06T02:20:18.075Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-06T02:20:18.105Z | + rustc --version |
62 | 2024-05-06T02:20:18.105Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-05-06T02:20:18.105Z | process exited: duration 14785 ms, exit code 0 |
|
64 | 2024-05-06T02:20:18.155Z | starting task 2: "authentication" |
65 | 2024-05-06T02:20:18.211Z | process exited: duration 56 ms, exit code 0 |
|
66 | 2024-05-06T02:20:18.260Z | starting task 3: "clone repository" |
67 | 2024-05-06T02:20:18.285Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-05-06T02:20:18.285Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-05-06T02:20:18.309Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-05-06T02:20:26.908Z | + cd /work/oxidecomputer/omicron |
71 | 2024-05-06T02:20:26.908Z | + git fetch origin 29fd2ec0f9274f5a8444d0dff0e063dd66201362 |
72 | 2024-05-06T02:20:27.350Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-05-06T02:20:27.350Z | * branch 29fd2ec0f9274f5a8444d0dff0e063dd66201362 -> FETCH_HEAD |
74 | 2024-05-06T02:20:27.377Z | + [[ -n insert-default-allowlist-on-migration ]] |
75 | 2024-05-06T02:20:27.377Z | ++ git branch --show-current |
76 | 2024-05-06T02:20:27.378Z | + current=main |
77 | 2024-05-06T02:20:27.378Z | + [[ main != insert-default-allowlist-on-migration ]] |
78 | 2024-05-06T02:20:27.378Z | + git branch -f insert-default-allowlist-on-migration 29fd2ec0f9274f5a8444d0dff0e063dd66201362 |
79 | 2024-05-06T02:20:27.378Z | + git checkout -f insert-default-allowlist-on-migration |
80 | 2024-05-06T02:20:27.944Z | Switched to branch 'insert-default-allowlist-on-migration' |
81 | 2024-05-06T02:20:27.969Z | + git reset --hard 29fd2ec0f9274f5a8444d0dff0e063dd66201362 |
82 | 2024-05-06T02:20:27.969Z | HEAD is now at 29fd2ec0f Do not return elapsed from background task. It makes the tests flaky and is already captured by the driver. |
83 | 2024-05-06T02:20:27.969Z | process exited: duration 9292 ms, exit code 0 |
|
84 | 2024-05-06T02:20:28.032Z | starting task 4: "build" |
85 | 2024-05-06T02:20:28.056Z | + cargo --version |
86 | 2024-05-06T02:20:28.056Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
87 | 2024-05-06T02:20:28.177Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
88 | 2024-05-06T02:20:28.177Z | info: downloading component 'cargo' |
89 | 2024-05-06T02:20:28.400Z | info: downloading component 'clippy' |
90 | 2024-05-06T02:20:28.462Z | info: downloading component 'rust-docs' |
91 | 2024-05-06T02:20:28.693Z | info: downloading component 'rust-std' |
92 | 2024-05-06T02:20:29.024Z | info: downloading component 'rustc' |
93 | 2024-05-06T02:20:29.832Z | info: downloading component 'rustfmt' |
94 | 2024-05-06T02:20:29.871Z | info: installing component 'cargo' |
95 | 2024-05-06T02:20:30.872Z | info: installing component 'clippy' |
96 | 2024-05-06T02:20:31.244Z | info: installing component 'rust-docs' |
97 | 2024-05-06T02:20:33.627Z | info: installing component 'rust-std' |
98 | 2024-05-06T02:20:35.576Z | info: installing component 'rustc' |
99 | 2024-05-06T02:20:40.163Z | info: installing component 'rustfmt' |
100 | 2024-05-06T02:20:40.611Z | cargo 1.77.2 (e52e36006 2024-03-26) |
101 | 2024-05-06T02:20:40.636Z | + rustc --version |
102 | 2024-05-06T02:20:40.709Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
103 | 2024-05-06T02:20:40.734Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-05-06T02:20:42.574Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-05-06T02:20:44.123Z | Planning: Solver setup ... Done (1.133s) |
106 | 2024-05-06T02:20:44.152Z | Planning: Running solver ... Done (0.021s) |
107 | 2024-05-06T02:20:44.183Z | Planning: Finding local manifests ... Done (0.002s) |
108 | 2024-05-06T02:20:44.184Z | Planning: Fetching manifests: 0/4 0% complete |
109 | 2024-05-06T02:20:44.593Z | Planning: Fetching manifests: 4/4 100% complete |
110 | 2024-05-06T02:20:44.658Z | Planning: Package planning ... Done (0.064s) |
111 | 2024-05-06T02:20:44.717Z | Planning: Merging actions ... Done (0.059s) |
112 | 2024-05-06T02:20:45.083Z | Planning: Checking for conflicting actions ... Done (0.365s) |
113 | 2024-05-06T02:20:45.107Z | Planning: Consolidating action changes ... Done (0.016s) |
114 | 2024-05-06T02:20:45.792Z | Planning: Evaluating mediators ... Done (0.690s) |
115 | 2024-05-06T02:20:45.818Z | Planning: Planning completed in 3.22 seconds |
116 | 2024-05-06T02:20:45.818Z | Packages to install: 4 |
117 | 2024-05-06T02:20:45.818Z | Mediators to change: 2 |
118 | 2024-05-06T02:20:45.818Z | Services to change: 1 |
119 | 2024-05-06T02:20:45.818Z | Estimated space available: 148.36 GB |
120 | 2024-05-06T02:20:45.818Z | Estimated space to be consumed: 1.44 GB |
121 | 2024-05-06T02:20:45.818Z | Create boot environment: No |
122 | 2024-05-06T02:20:45.818Z | Create backup boot environment: No |
123 | 2024-05-06T02:20:45.818Z | Rebuild boot archive: No |
124 | 2024-05-06T02:20:45.818Z | |
125 | 2024-05-06T02:20:45.818Z | Changed mediators: |
126 | 2024-05-06T02:20:45.818Z | mediator clang: |
127 | 2024-05-06T02:20:45.818Z | version: None -> 15 (system default) |
128 | 2024-05-06T02:20:45.818Z | |
129 | 2024-05-06T02:20:45.818Z | mediator llvm: |
130 | 2024-05-06T02:20:45.818Z | version: 14 (system default) -> 15 (system default) |
131 | 2024-05-06T02:20:45.818Z | |
132 | 2024-05-06T02:20:45.818Z | Changed packages: |
133 | 2024-05-06T02:20:45.819Z | helios-dev |
134 | 2024-05-06T02:20:45.819Z | developer/build-essential |
135 | 2024-05-06T02:20:45.819Z | None -> 11-2.0 |
136 | 2024-05-06T02:20:45.819Z | library/libxmlsec1 |
137 | 2024-05-06T02:20:45.819Z | None -> 1.2.35-2.0 |
138 | 2024-05-06T02:20:45.819Z | ooce/developer/clang-15 |
139 | 2024-05-06T02:20:45.819Z | None -> 15.0.7-2.0 |
140 | 2024-05-06T02:20:45.819Z | ooce/developer/llvm-15 |
141 | 2024-05-06T02:20:45.819Z | None -> 15.0.7-2.0 |
142 | 2024-05-06T02:20:45.819Z | |
143 | 2024-05-06T02:20:45.819Z | Services: |
144 | 2024-05-06T02:20:45.819Z | restart_fmri: |
145 | 2024-05-06T02:20:45.819Z | svc:/system/update-man-index:default |
146 | 2024-05-06T02:20:45.883Z | |
147 | 2024-05-06T02:20:45.883Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
148 | 2024-05-06T02:20:50.871Z | Download: 564/3290 items 17.6/212.6MB 8% complete (3.6M/s) |
149 | 2024-05-06T02:20:55.884Z | Download: 1194/3290 items 58.2/212.6MB 27% complete (5.8M/s) |
150 | 2024-05-06T02:21:00.888Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (6.6M/s) |
151 | 2024-05-06T02:21:05.892Z | Download: 2008/3290 items 118.7/212.6MB 55% complete (6.2M/s) |
152 | 2024-05-06T02:21:10.898Z | Download: 2590/3290 items 120.5/212.6MB 56% complete (3.8M/s) |
153 | 2024-05-06T02:21:15.895Z | Download: 3241/3290 items 187.8/212.6MB 88% complete (6.8M/s) |
154 | 2024-05-06T02:21:19.120Z | Download: Completed 212.60 MB in 33.25 seconds (6.4M/s) |
155 | 2024-05-06T02:21:19.249Z | Actions: 1/3689 actions (Installing new actions) |
156 | 2024-05-06T02:21:24.250Z | Actions: 2830/3689 actions (Installing new actions) |
157 | 2024-05-06T02:21:24.900Z | Actions: Completed 3689 actions in 5.65 seconds. |
158 | 2024-05-06T02:21:25.162Z | Done (0.262s) |
159 | 2024-05-06T02:21:25.162Z | Done (0.000s) |
160 | 2024-05-06T02:21:25.518Z | Done (0.355s) |
161 | 2024-05-06T02:21:30.513Z | Done (4.855s) |
162 | 2024-05-06T02:21:30.621Z | Done (0.020s) |
163 | 2024-05-06T02:21:30.646Z | Done (0.000s) |
164 | 2024-05-06T02:21:30.818Z | Done (0.000s) |
165 | 2024-05-06T02:21:31.360Z | Planning: Evaluating mediator changes ... Done |
166 | 2024-05-06T02:21:31.613Z | Planning: Checking for conflicting actions ... Done |
167 | 2024-05-06T02:21:31.638Z | Planning: Consolidating action changes ... Done |
168 | 2024-05-06T02:21:31.937Z | Planning: Evaluating mediators ... Done |
169 | 2024-05-06T02:21:31.961Z | Planning: Planning completed in 0.58 seconds |
170 | 2024-05-06T02:21:31.986Z | Mediators to change: 2 |
171 | 2024-05-06T02:21:31.986Z | Create boot environment: No |
172 | 2024-05-06T02:21:31.986Z | Create backup boot environment: No |
173 | 2024-05-06T02:21:32.035Z | Done |
174 | 2024-05-06T02:21:32.035Z | Done |
175 | 2024-05-06T02:21:32.290Z | Done |
176 | 2024-05-06T02:21:36.613Z | Done |
177 | 2024-05-06T02:21:36.693Z | Done |
178 | 2024-05-06T02:21:36.717Z | Done |
179 | 2024-05-06T02:21:36.763Z | Done |
180 | 2024-05-06T02:21:37.530Z | Planning: Evaluating mediator changes ... Done |
181 | 2024-05-06T02:21:37.555Z | Planning: Merging actions ... Done |
182 | 2024-05-06T02:21:37.783Z | Planning: Checking for conflicting actions ... Done |
183 | 2024-05-06T02:21:37.808Z | Planning: Consolidating action changes ... Done |
184 | 2024-05-06T02:21:38.091Z | Planning: Evaluating mediators ... Done |
185 | 2024-05-06T02:21:38.156Z | Planning: Planning completed in 0.91 seconds |
186 | 2024-05-06T02:21:38.196Z | Packages to change: 1 |
187 | 2024-05-06T02:21:38.196Z | Mediators to change: 1 |
188 | 2024-05-06T02:21:38.196Z | Services to change: 1 |
189 | 2024-05-06T02:21:38.196Z | Create boot environment: No |
190 | 2024-05-06T02:21:38.196Z | Create backup boot environment: Yes |
191 | 2024-05-06T02:21:39.735Z | Actions: 1/6 actions (Updating modified actions) |
192 | 2024-05-06T02:21:39.770Z | Actions: Completed 6 actions in 0.00 seconds. |
193 | 2024-05-06T02:21:39.771Z | Done |
194 | 2024-05-06T02:21:39.771Z | Done |
195 | 2024-05-06T02:21:39.806Z | Done |
196 | 2024-05-06T02:21:43.956Z | Done |
197 | 2024-05-06T02:21:44.042Z | Done |
198 | 2024-05-06T02:21:44.066Z | Done |
199 | 2024-05-06T02:21:44.114Z | Done |
200 | 2024-05-06T02:21:44.644Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
201 | 2024-05-06T02:21:44.644Z | clang system 15 system |
202 | 2024-05-06T02:21:44.644Z | csh system system illumos |
203 | 2024-05-06T02:21:44.644Z | ctags system system illumos |
204 | 2024-05-06T02:21:44.644Z | gcc vendor 12 vendor |
205 | 2024-05-06T02:21:44.644Z | gcc system 10 system |
206 | 2024-05-06T02:21:44.644Z | gcc system 7 system |
207 | 2024-05-06T02:21:44.645Z | go system 1.20 system |
208 | 2024-05-06T02:21:44.645Z | go system 1.19 system |
209 | 2024-05-06T02:21:44.645Z | llvm system 15 system |
210 | 2024-05-06T02:21:44.645Z | llvm system 14 system |
211 | 2024-05-06T02:21:44.645Z | mariadb system 10.6 system |
212 | 2024-05-06T02:21:44.645Z | mta vendor vendor dma |
213 | 2024-05-06T02:21:44.645Z | openjdk system 17 system |
214 | 2024-05-06T02:21:44.645Z | openjdk system 11 system |
215 | 2024-05-06T02:21:44.645Z | openjdk system 1.8 system |
216 | 2024-05-06T02:21:44.645Z | openssl vendor 3 vendor |
217 | 2024-05-06T02:21:44.645Z | perl system 5.36 system |
218 | 2024-05-06T02:21:44.645Z | postgresql system 15 system |
219 | 2024-05-06T02:21:44.645Z | postgresql system 13 system |
220 | 2024-05-06T02:21:44.645Z | python vendor 3 vendor |
221 | 2024-05-06T02:21:44.645Z | python system 2 system |
222 | 2024-05-06T02:21:44.646Z | python3 system 3.11 system |
223 | 2024-05-06T02:21:44.646Z | ruby system 3.0 system |
224 | 2024-05-06T02:21:44.646Z | words vendor vendor american-english |
225 | 2024-05-06T02:21:44.646Z | words system system australian-english |
226 | 2024-05-06T02:21:44.646Z | words system system british-english |
227 | 2024-05-06T02:21:44.646Z | words system system canadian-english |
228 | 2024-05-06T02:21:44.646Z | words system system french |
229 | 2024-05-06T02:21:44.646Z | words system system italian |
230 | 2024-05-06T02:21:44.646Z | words system system ngerman |
231 | 2024-05-06T02:21:44.646Z | words system system ogerman |
232 | 2024-05-06T02:21:44.646Z | words system system spanish |
233 | 2024-05-06T02:21:45.044Z | PUBLISHER TYPE STATUS P LOCATION |
234 | 2024-05-06T02:21:45.044Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
235 | 2024-05-06T02:21:46.643Z | FMRI IFO |
236 | 2024-05-06T02:21:46.643Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
237 | 2024-05-06T02:21:46.643Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
238 | 2024-05-06T02:21:46.643Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
239 | 2024-05-06T02:21:46.643Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
240 | 2024-05-06T02:21:46.643Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
241 | 2024-05-06T02:21:46.644Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
242 | 2024-05-06T02:21:46.644Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
243 | 2024-05-06T02:21:46.644Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
244 | 2024-05-06T02:21:46.644Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
245 | 2024-05-06T02:21:46.644Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
246 | 2024-05-06T02:21:46.644Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
247 | 2024-05-06T02:21:46.644Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
248 | 2024-05-06T02:21:46.889Z | + set -o errexit |
249 | 2024-05-06T02:21:46.914Z | +++ dirname ./tools/ci_download_cockroachdb |
250 | 2024-05-06T02:21:46.914Z | ++ cd ./tools |
251 | 2024-05-06T02:21:46.914Z | ++ pwd |
252 | 2024-05-06T02:21:46.915Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
253 | 2024-05-06T02:21:46.915Z | ++ basename ./tools/ci_download_cockroachdb |
254 | 2024-05-06T02:21:46.915Z | + ARG0=ci_download_cockroachdb |
255 | 2024-05-06T02:21:46.915Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
256 | 2024-05-06T02:21:46.915Z | + CIDL_VERSION=v22.1.9 |
257 | 2024-05-06T02:21:46.915Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
258 | 2024-05-06T02:21:46.915Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
259 | 2024-05-06T02:21:46.915Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
260 | 2024-05-06T02:21:46.915Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
261 | 2024-05-06T02:21:46.915Z | + TARGET_DIR=out |
262 | 2024-05-06T02:21:46.915Z | + DOWNLOAD_DIR=out/downloads |
263 | 2024-05-06T02:21:46.915Z | + DEST_DIR=./out/cockroachdb |
264 | 2024-05-06T02:21:46.915Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
265 | 2024-05-06T02:21:46.915Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
266 | 2024-05-06T02:21:46.915Z | + main |
267 | 2024-05-06T02:21:46.915Z | + [[ 0 != 0 ]] |
268 | 2024-05-06T02:21:46.915Z | + CIDL_OS=solaris2.11 |
269 | 2024-05-06T02:21:46.915Z | + [[ 0 != 0 ]] |
270 | 2024-05-06T02:21:46.915Z | + configure_os solaris2.11 |
271 | 2024-05-06T02:21:46.915Z | + echo 'current directory: /work/oxidecomputer/omicron' |
272 | 2024-05-06T02:21:46.915Z | current directory: /work/oxidecomputer/omicron |
273 | 2024-05-06T02:21:46.915Z | + echo 'configuring based on OS: "solaris2.11"' |
274 | 2024-05-06T02:21:46.916Z | + case "$1" in |
275 | 2024-05-06T02:21:46.916Z | + CIDL_BUILD=illumos |
276 | 2024-05-06T02:21:46.916Z | + CIDL_SUFFIX=tar.gz |
277 | 2024-05-06T02:21:46.916Z | configuring based on OS: "solaris2.11" |
278 | 2024-05-06T02:21:46.916Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
279 | 2024-05-06T02:21:46.916Z | + CIDL_URL_BASE=https://illumos.org/downloads |
280 | 2024-05-06T02:21:46.916Z | + CIDL_ASSEMBLE=do_assemble_illumos |
281 | 2024-05-06T02:21:46.916Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
282 | 2024-05-06T02:21:46.916Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
283 | 2024-05-06T02:21:46.916Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-05-06T02:21:46.916Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
285 | 2024-05-06T02:21:46.916Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2024-05-06T02:21:46.916Z | + CIDL_SHA256FUNC=do_sha256sum |
287 | 2024-05-06T02:21:46.916Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
288 | 2024-05-06T02:21:46.916Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
289 | 2024-05-06T02:21:46.916Z | + mkdir -p out/downloads |
290 | 2024-05-06T02:21:46.916Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-05-06T02:21:46.916Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-05-06T02:21:46.916Z | + mkdir -p ./out/cockroachdb |
293 | 2024-05-06T02:21:46.916Z | + local DO_DOWNLOAD=true |
294 | 2024-05-06T02:21:46.916Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
295 | 2024-05-06T02:21:46.916Z | + '[' true == true ']' |
296 | 2024-05-06T02:21:46.916Z | + echo Downloading... |
297 | 2024-05-06T02:21:46.916Z | Downloading... |
298 | 2024-05-06T02:21:46.917Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-05-06T02:21:46.917Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-05-06T02:21:54.123Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2024-05-06T02:21:54.148Z | ++ sha256sum |
302 | 2024-05-06T02:21:54.148Z | ++ awk '{print $1}' |
303 | 2024-05-06T02:21:54.202Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
304 | 2024-05-06T02:21:54.202Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
305 | 2024-05-06T02:21:54.202Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2024-05-06T02:21:54.202Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
307 | 2024-05-06T02:21:57.108Z | + do_assemble_illumos |
308 | 2024-05-06T02:21:57.108Z | + rm -r ./out/cockroachdb |
309 | 2024-05-06T02:21:57.133Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
310 | 2024-05-06T02:21:57.500Z | + ./out/cockroachdb/bin/cockroach version |
311 | 2024-05-06T02:21:57.758Z | Build Tag: v22.1.9-dirty |
312 | 2024-05-06T02:21:57.759Z | Build Time: 2022/10/26 21:17:46 |
313 | 2024-05-06T02:21:57.759Z | Distribution: OSS |
314 | 2024-05-06T02:21:57.759Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
315 | 2024-05-06T02:21:57.759Z | Go Version: go1.17.13 |
316 | 2024-05-06T02:21:57.759Z | C Compiler: gcc 10.3.0 |
317 | 2024-05-06T02:21:57.759Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
318 | 2024-05-06T02:21:57.759Z | Build Type: release |
319 | 2024-05-06T02:21:57.784Z | + set -o errexit |
320 | 2024-05-06T02:21:57.809Z | +++ dirname ./tools/ci_download_clickhouse |
321 | 2024-05-06T02:21:57.809Z | ++ cd ./tools |
322 | 2024-05-06T02:21:57.809Z | ++ pwd |
323 | 2024-05-06T02:21:57.809Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
324 | 2024-05-06T02:21:57.809Z | ++ basename ./tools/ci_download_clickhouse |
325 | 2024-05-06T02:21:57.809Z | + ARG0=ci_download_clickhouse |
326 | 2024-05-06T02:21:57.809Z | + TARGET_DIR=out |
327 | 2024-05-06T02:21:57.809Z | + DOWNLOAD_DIR=out/downloads |
328 | 2024-05-06T02:21:57.809Z | + DEST_DIR=./out/clickhouse |
329 | 2024-05-06T02:21:57.809Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
330 | 2024-05-06T02:21:57.809Z | + CIDL_VERSION=v23.8.7.24 |
331 | 2024-05-06T02:21:57.809Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
332 | 2024-05-06T02:21:57.809Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
333 | 2024-05-06T02:21:57.810Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
334 | 2024-05-06T02:21:57.810Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
335 | 2024-05-06T02:21:57.810Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
336 | 2024-05-06T02:21:57.810Z | + main |
337 | 2024-05-06T02:21:57.810Z | + [[ 0 != 0 ]] |
338 | 2024-05-06T02:21:57.810Z | + CIDL_OS=solaris2.11 |
339 | 2024-05-06T02:21:57.810Z | + [[ 0 != 0 ]] |
340 | 2024-05-06T02:21:57.810Z | + configure_os solaris2.11 |
341 | 2024-05-06T02:21:57.810Z | + echo 'current directory: /work/oxidecomputer/omicron' |
342 | 2024-05-06T02:21:57.810Z | + echo 'configuring based on OS: "solaris2.11"' |
343 | 2024-05-06T02:21:57.810Z | current directory: /work/oxidecomputer/omicron |
344 | 2024-05-06T02:21:57.810Z | configuring based on OS: "solaris2.11" |
345 | 2024-05-06T02:21:57.810Z | + CIDL_DASHREV= |
346 | 2024-05-06T02:21:57.810Z | + case "$1" in |
347 | 2024-05-06T02:21:57.810Z | + CIDL_PLATFORM=illumos |
348 | 2024-05-06T02:21:57.810Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
349 | 2024-05-06T02:21:57.810Z | + CIDL_MD5FUNC=do_md5sum |
350 | 2024-05-06T02:21:57.810Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
351 | 2024-05-06T02:21:57.810Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
352 | 2024-05-06T02:21:57.810Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
353 | 2024-05-06T02:21:57.810Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
354 | 2024-05-06T02:21:57.810Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
355 | 2024-05-06T02:21:57.810Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
356 | 2024-05-06T02:21:57.811Z | + mkdir -p out/downloads |
357 | 2024-05-06T02:21:57.811Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
358 | 2024-05-06T02:21:57.811Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
359 | 2024-05-06T02:21:57.811Z | + mkdir -p ./out/clickhouse |
360 | 2024-05-06T02:21:57.811Z | + local DO_DOWNLOAD=true |
361 | 2024-05-06T02:21:57.811Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
362 | 2024-05-06T02:21:57.811Z | + '[' true == true ']' |
363 | 2024-05-06T02:21:57.811Z | + echo Downloading... |
364 | 2024-05-06T02:21:57.811Z | Downloading... |
365 | 2024-05-06T02:21:57.811Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
366 | 2024-05-06T02:21:57.811Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
367 | 2024-05-06T02:22:08.075Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
368 | 2024-05-06T02:22:08.102Z | ++ md5sum |
369 | 2024-05-06T02:22:08.102Z | ++ awk '{print $1}' |
370 | 2024-05-06T02:22:08.343Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
371 | 2024-05-06T02:22:08.343Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
372 | 2024-05-06T02:22:08.343Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
373 | 2024-05-06T02:22:08.343Z | + mkdir -p ./out/clickhouse |
374 | 2024-05-06T02:22:08.370Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
375 | 2024-05-06T02:22:13.473Z | + [[ solaris2.11 == darwin* ]] |
376 | 2024-05-06T02:22:13.473Z | + ./out/clickhouse/clickhouse server --version |
377 | 2024-05-06T02:22:13.617Z | ClickHouse server version 23.8.7.1. |
378 | 2024-05-06T02:22:13.647Z | + set -o errexit |
379 | 2024-05-06T02:22:13.672Z | +++ dirname ./tools/ci_download_console |
380 | 2024-05-06T02:22:13.672Z | ++ cd ./tools |
381 | 2024-05-06T02:22:13.672Z | ++ pwd |
382 | 2024-05-06T02:22:13.672Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
383 | 2024-05-06T02:22:13.672Z | ++ basename ./tools/ci_download_console |
384 | 2024-05-06T02:22:13.672Z | + ARG0=ci_download_console |
385 | 2024-05-06T02:22:13.672Z | + TARGET_DIR=out |
386 | 2024-05-06T02:22:13.672Z | + DOWNLOAD_DIR=out/downloads |
387 | 2024-05-06T02:22:13.672Z | + DEST_DIR=./out/console-assets |
388 | 2024-05-06T02:22:13.672Z | + source /work/oxidecomputer/omicron/tools/console_version |
389 | 2024-05-06T02:22:13.672Z | ++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5 |
390 | 2024-05-06T02:22:13.672Z | ++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
391 | 2024-05-06T02:22:13.672Z | + URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
392 | 2024-05-06T02:22:13.672Z | + TARBALL_FILE=out/downloads/console.tar.gz |
393 | 2024-05-06T02:22:13.672Z | + main |
394 | 2024-05-06T02:22:13.672Z | + [[ 0 != 0 ]] |
395 | 2024-05-06T02:22:13.672Z | + echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz' |
396 | 2024-05-06T02:22:13.672Z | URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
397 | 2024-05-06T02:22:13.672Z | + echo 'Local file: out/downloads/console.tar.gz' |
398 | 2024-05-06T02:22:13.673Z | Local file: out/downloads/console.tar.gz |
399 | 2024-05-06T02:22:13.673Z | + local DO_DOWNLOAD=true |
400 | 2024-05-06T02:22:13.673Z | + [[ -f out/downloads/console.tar.gz ]] |
401 | 2024-05-06T02:22:13.673Z | + mkdir -p out/downloads |
402 | 2024-05-06T02:22:13.673Z | + '[' true == true ']' |
403 | 2024-05-06T02:22:13.673Z | Downloading... |
404 | 2024-05-06T02:22:13.673Z | + echo Downloading... |
405 | 2024-05-06T02:22:13.673Z | + do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz |
406 | 2024-05-06T02:22:13.673Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
407 | 2024-05-06T02:22:13.937Z | ++ do_sha256sum out/downloads/console.tar.gz |
408 | 2024-05-06T02:22:13.937Z | ++ case "$OSTYPE" in |
409 | 2024-05-06T02:22:13.937Z | ++ SHA=sha256sum |
410 | 2024-05-06T02:22:13.962Z | ++ sha256sum |
411 | 2024-05-06T02:22:13.962Z | ++ awk '{print $1}' |
412 | 2024-05-06T02:22:13.962Z | + calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
413 | 2024-05-06T02:22:13.962Z | + [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]] |
414 | 2024-05-06T02:22:13.962Z | + rm -rf ./out/console-assets |
415 | 2024-05-06T02:22:13.962Z | + mkdir -p ./out/console-assets |
416 | 2024-05-06T02:22:13.962Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
417 | 2024-05-06T02:22:13.962Z | + mkdir -p ./out/console-assets |
418 | 2024-05-06T02:22:13.962Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
419 | 2024-05-06T02:22:14.081Z | + set -o errexit |
420 | 2024-05-06T02:22:14.106Z | +++ dirname ./tools/ci_download_dendrite_openapi |
421 | 2024-05-06T02:22:14.106Z | ++ cd ./tools |
422 | 2024-05-06T02:22:14.106Z | ++ pwd |
423 | 2024-05-06T02:22:14.106Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
424 | 2024-05-06T02:22:14.106Z | ++ basename ./tools/ci_download_dendrite_openapi |
425 | 2024-05-06T02:22:14.107Z | + ARG0=ci_download_dendrite_openapi |
426 | 2024-05-06T02:22:14.107Z | + TARGET_DIR=out |
427 | 2024-05-06T02:22:14.107Z | + DOWNLOAD_DIR=out/downloads |
428 | 2024-05-06T02:22:14.107Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
429 | 2024-05-06T02:22:14.107Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
430 | 2024-05-06T02:22:14.107Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
431 | 2024-05-06T02:22:14.107Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
432 | 2024-05-06T02:22:14.107Z | + LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
433 | 2024-05-06T02:22:14.107Z | + main |
434 | 2024-05-06T02:22:14.107Z | + [[ 0 != 0 ]] |
435 | 2024-05-06T02:22:14.107Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json' |
436 | 2024-05-06T02:22:14.107Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
437 | 2024-05-06T02:22:14.107Z | + echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json' |
438 | 2024-05-06T02:22:14.107Z | + local DO_DOWNLOAD=true |
439 | 2024-05-06T02:22:14.107Z | Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
440 | 2024-05-06T02:22:14.107Z | + [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]] |
441 | 2024-05-06T02:22:14.107Z | + mkdir -p out/downloads |
442 | 2024-05-06T02:22:14.107Z | + '[' true == true ']' |
443 | 2024-05-06T02:22:14.107Z | + echo Downloading... |
444 | 2024-05-06T02:22:14.107Z | Downloading... |
445 | 2024-05-06T02:22:14.107Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
446 | 2024-05-06T02:22:14.107Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
447 | 2024-05-06T02:22:14.520Z | ++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
448 | 2024-05-06T02:22:14.520Z | ++ case "$OSTYPE" in |
449 | 2024-05-06T02:22:14.520Z | ++ SHA=sha256sum |
450 | 2024-05-06T02:22:14.564Z | ++ sha256sum |
451 | 2024-05-06T02:22:14.565Z | ++ awk '{print $1}' |
452 | 2024-05-06T02:22:14.565Z | + calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
453 | 2024-05-06T02:22:14.565Z | + [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]] |
454 | 2024-05-06T02:22:14.565Z | + set -o errexit |
455 | 2024-05-06T02:22:14.566Z | +++ dirname ./tools/ci_download_dendrite_stub |
456 | 2024-05-06T02:22:14.566Z | ++ cd ./tools |
457 | 2024-05-06T02:22:14.566Z | ++ pwd |
458 | 2024-05-06T02:22:14.567Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
459 | 2024-05-06T02:22:14.567Z | ++ basename ./tools/ci_download_dendrite_stub |
460 | 2024-05-06T02:22:14.567Z | + ARG0=ci_download_dendrite_stub |
461 | 2024-05-06T02:22:14.567Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
462 | 2024-05-06T02:22:14.568Z | ++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
463 | 2024-05-06T02:22:14.568Z | ++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193 |
464 | 2024-05-06T02:22:14.569Z | ++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9 |
465 | 2024-05-06T02:22:14.569Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
466 | 2024-05-06T02:22:14.569Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
467 | 2024-05-06T02:22:14.569Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
468 | 2024-05-06T02:22:14.570Z | + TARGET_DIR=out |
469 | 2024-05-06T02:22:14.570Z | + DOWNLOAD_DIR=out/downloads |
470 | 2024-05-06T02:22:14.570Z | + DEST_DIR=./out/dendrite-stub |
471 | 2024-05-06T02:22:14.570Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
472 | 2024-05-06T02:22:14.570Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
473 | 2024-05-06T02:22:14.571Z | + REPO=oxidecomputer/dendrite |
474 | 2024-05-06T02:22:14.571Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687 |
475 | 2024-05-06T02:22:14.571Z | + main |
476 | 2024-05-06T02:22:14.572Z | + [[ 0 != 0 ]] |
477 | 2024-05-06T02:22:14.572Z | + CIDL_OS=solaris2.11 |
478 | 2024-05-06T02:22:14.572Z | + [[ 0 != 0 ]] |
479 | 2024-05-06T02:22:14.572Z | + configure_os solaris2.11 |
480 | 2024-05-06T02:22:14.572Z | + echo 'current directory: /work/oxidecomputer/omicron' |
481 | 2024-05-06T02:22:14.573Z | + echo 'configuring based on OS: "solaris2.11"' |
482 | 2024-05-06T02:22:14.573Z | current directory: /work/oxidecomputer/omicron |
483 | 2024-05-06T02:22:14.573Z | configuring based on OS: "solaris2.11" |
484 | 2024-05-06T02:22:14.573Z | + case "$1" in |
485 | 2024-05-06T02:22:14.573Z | + SET_BINARIES= |
486 | 2024-05-06T02:22:14.574Z | + CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
487 | 2024-05-06T02:22:14.574Z | + CIDL_SHA256FUNC=do_sha256sum |
488 | 2024-05-06T02:22:14.575Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
489 | 2024-05-06T02:22:14.575Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
490 | 2024-05-06T02:22:14.575Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
491 | 2024-05-06T02:22:14.576Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz' |
492 | 2024-05-06T02:22:14.576Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
493 | 2024-05-06T02:22:14.576Z | Local file: out/downloads/dendrite-stub.tar.gz |
494 | 2024-05-06T02:22:14.576Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
495 | 2024-05-06T02:22:14.576Z | + mkdir -p out/downloads |
496 | 2024-05-06T02:22:14.604Z | + mkdir -p ./out/dendrite-stub |
497 | 2024-05-06T02:22:14.604Z | + fetch_and_verify |
498 | 2024-05-06T02:22:14.604Z | + local DO_DOWNLOAD=true |
499 | 2024-05-06T02:22:14.604Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
500 | 2024-05-06T02:22:14.604Z | + '[' true == true ']' |
501 | 2024-05-06T02:22:14.604Z | + echo Downloading... |
502 | 2024-05-06T02:22:14.605Z | Downloading... |
503 | 2024-05-06T02:22:14.605Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
504 | 2024-05-06T02:22:14.605Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
505 | 2024-05-06T02:22:25.948Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
506 | 2024-05-06T02:22:25.977Z | ++ sha256sum |
507 | 2024-05-06T02:22:25.977Z | ++ awk '{print $1}' |
508 | 2024-05-06T02:22:26.004Z | + calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
509 | 2024-05-06T02:22:26.004Z | + [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]] |
510 | 2024-05-06T02:22:26.004Z | + do_untar out/downloads/dendrite-stub.tar.gz |
511 | 2024-05-06T02:22:26.004Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
512 | 2024-05-06T02:22:26.818Z | + do_assemble |
513 | 2024-05-06T02:22:26.819Z | + rm -r ./out/dendrite-stub |
514 | 2024-05-06T02:22:26.843Z | + mkdir ./out/dendrite-stub |
515 | 2024-05-06T02:22:26.843Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
516 | 2024-05-06T02:22:26.983Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
517 | 2024-05-06T02:22:27.008Z | + set -o errexit |
518 | 2024-05-06T02:22:27.008Z | +++ dirname ./tools/ci_download_maghemite_mgd |
519 | 2024-05-06T02:22:27.008Z | ++ cd ./tools |
520 | 2024-05-06T02:22:27.008Z | ++ pwd |
521 | 2024-05-06T02:22:27.008Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
522 | 2024-05-06T02:22:27.008Z | ++ basename ./tools/ci_download_maghemite_mgd |
523 | 2024-05-06T02:22:27.033Z | + ARG0=ci_download_maghemite_mgd |
524 | 2024-05-06T02:22:27.033Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
525 | 2024-05-06T02:22:27.033Z | ++ CIDL_SHA256=4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc |
526 | 2024-05-06T02:22:27.033Z | ++ MGD_LINUX_SHA256=1b2c2c099e820157e7e038e6ce91c335d69437c714e51e3df4cced72dc60ce5c |
527 | 2024-05-06T02:22:27.033Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
528 | 2024-05-06T02:22:27.033Z | ++ COMMIT=6b9c699e5b2091e359bad0f7fe168112d181892d |
529 | 2024-05-06T02:22:27.033Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
530 | 2024-05-06T02:22:27.033Z | + TARGET_DIR=out |
531 | 2024-05-06T02:22:27.034Z | + DOWNLOAD_DIR=out/downloads |
532 | 2024-05-06T02:22:27.034Z | + DEST_DIR=./out/mgd |
533 | 2024-05-06T02:22:27.034Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
534 | 2024-05-06T02:22:27.034Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
535 | 2024-05-06T02:22:27.034Z | + REPO=oxidecomputer/maghemite |
536 | 2024-05-06T02:22:27.034Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d |
537 | 2024-05-06T02:22:27.034Z | + main |
538 | 2024-05-06T02:22:27.034Z | + rm -rf out/downloads/root |
539 | 2024-05-06T02:22:27.034Z | + [[ 0 != 0 ]] |
540 | 2024-05-06T02:22:27.034Z | + CIDL_OS=solaris2.11 |
541 | 2024-05-06T02:22:27.034Z | + [[ 0 != 0 ]] |
542 | 2024-05-06T02:22:27.034Z | + configure_os solaris2.11 |
543 | 2024-05-06T02:22:27.034Z | + echo 'current directory: /work/oxidecomputer/omicron' |
544 | 2024-05-06T02:22:27.034Z | current directory: /work/oxidecomputer/omicron |
545 | 2024-05-06T02:22:27.034Z | + echo 'configuring based on OS: "solaris2.11"' |
546 | 2024-05-06T02:22:27.034Z | + case "$1" in |
547 | 2024-05-06T02:22:27.034Z | configuring based on OS: "solaris2.11" |
548 | 2024-05-06T02:22:27.034Z | + SET_BINARIES= |
549 | 2024-05-06T02:22:27.034Z | + CIDL_SHA256FUNC=do_sha256sum |
550 | 2024-05-06T02:22:27.034Z | + TARBALL_FILENAME=mgd.tar.gz |
551 | 2024-05-06T02:22:27.034Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz |
552 | 2024-05-06T02:22:27.034Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
553 | 2024-05-06T02:22:27.034Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz' |
554 | 2024-05-06T02:22:27.035Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz |
555 | 2024-05-06T02:22:27.035Z | Local file: out/downloads/mgd.tar.gz |
556 | 2024-05-06T02:22:27.035Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
557 | 2024-05-06T02:22:27.035Z | + mkdir -p out/downloads |
558 | 2024-05-06T02:22:27.035Z | + mkdir -p ./out/mgd |
559 | 2024-05-06T02:22:27.035Z | + fetch_and_verify |
560 | 2024-05-06T02:22:27.035Z | + local DO_DOWNLOAD=true |
561 | 2024-05-06T02:22:27.035Z | + [[ -f out/downloads/mgd.tar.gz ]] |
562 | 2024-05-06T02:22:27.035Z | + '[' true == true ']' |
563 | 2024-05-06T02:22:27.035Z | + echo Downloading... |
564 | 2024-05-06T02:22:27.035Z | Downloading... |
565 | 2024-05-06T02:22:27.035Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz out/downloads/mgd.tar.gz |
566 | 2024-05-06T02:22:27.035Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz |
567 | 2024-05-06T02:22:38.165Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
568 | 2024-05-06T02:22:38.189Z | ++ sha256sum |
569 | 2024-05-06T02:22:38.190Z | ++ awk '{print $1}' |
570 | 2024-05-06T02:22:38.218Z | + calculated_sha256=4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc |
571 | 2024-05-06T02:22:38.219Z | + [[ 4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc != \4\5\2\6\a\a\3\2\4\7\0\0\2\d\f\2\0\8\5\b\9\5\a\8\8\8\2\9\d\a\e\6\5\1\3\c\6\5\e\2\5\4\6\f\a\7\8\f\6\4\5\5\6\9\1\1\b\d\c\a\d\9\b\c ]] |
572 | 2024-05-06T02:22:38.219Z | + do_untar out/downloads/mgd.tar.gz |
573 | 2024-05-06T02:22:38.219Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
574 | 2024-05-06T02:22:38.965Z | + do_assemble |
575 | 2024-05-06T02:22:38.965Z | + rm -r ./out/mgd |
576 | 2024-05-06T02:22:38.990Z | + mkdir ./out/mgd |
577 | 2024-05-06T02:22:38.990Z | + cp -r out/downloads/root ./out/mgd/root |
578 | 2024-05-06T02:22:39.120Z | + set -o errexit |
579 | 2024-05-06T02:22:39.170Z | +++ dirname ./tools/ci_download_transceiver_control |
580 | 2024-05-06T02:22:39.170Z | ++ cd ./tools |
581 | 2024-05-06T02:22:39.170Z | ++ pwd |
582 | 2024-05-06T02:22:39.170Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
583 | 2024-05-06T02:22:39.170Z | ++ basename ./tools/ci_download_transceiver_control |
584 | 2024-05-06T02:22:39.170Z | + ARG0=ci_download_transceiver_control |
585 | 2024-05-06T02:22:39.170Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
586 | 2024-05-06T02:22:39.170Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
587 | 2024-05-06T02:22:39.170Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
588 | 2024-05-06T02:22:39.170Z | + TARGET_DIR=out |
589 | 2024-05-06T02:22:39.170Z | + DOWNLOAD_DIR=out/downloads |
590 | 2024-05-06T02:22:39.170Z | + DEST_DIR=./out/transceiver-control |
591 | 2024-05-06T02:22:39.170Z | + BIN_DIR=/opt/oxide/bin |
592 | 2024-05-06T02:22:39.170Z | + BINARY=xcvradm |
593 | 2024-05-06T02:22:39.171Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
594 | 2024-05-06T02:22:39.171Z | + REPO=oxidecomputer/transceiver-control |
595 | 2024-05-06T02:22:39.171Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
596 | 2024-05-06T02:22:39.171Z | + main |
597 | 2024-05-06T02:22:39.171Z | + [[ 0 != 0 ]] |
598 | 2024-05-06T02:22:39.171Z | + CIDL_OS=solaris2.11 |
599 | 2024-05-06T02:22:39.171Z | + [[ 0 != 0 ]] |
600 | 2024-05-06T02:22:39.171Z | + configure_os solaris2.11 |
601 | 2024-05-06T02:22:39.171Z | + echo 'current directory: /work/oxidecomputer/omicron' |
602 | 2024-05-06T02:22:39.171Z | current directory: /work/oxidecomputer/omicron |
603 | 2024-05-06T02:22:39.171Z | + echo 'configuring based on OS: "solaris2.11"' |
604 | 2024-05-06T02:22:39.171Z | + case "$1" in |
605 | 2024-05-06T02:22:39.171Z | + SET_BINARIES= |
606 | 2024-05-06T02:22:39.171Z | configuring based on OS: "solaris2.11" |
607 | 2024-05-06T02:22:39.171Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
608 | 2024-05-06T02:22:39.171Z | + CIDL_SHA256FUNC=do_sha256sum |
609 | 2024-05-06T02:22:39.171Z | + ARCHIVE_FILENAME=xcvradm.gz |
610 | 2024-05-06T02:22:39.171Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
611 | 2024-05-06T02:22:39.171Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
612 | 2024-05-06T02:22:39.171Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
613 | 2024-05-06T02:22:39.171Z | Local file: out/downloads/xcvradm.gz |
614 | 2024-05-06T02:22:39.171Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
615 | 2024-05-06T02:22:39.171Z | + echo 'Local file: out/downloads/xcvradm.gz' |
616 | 2024-05-06T02:22:39.172Z | + mkdir -p out/downloads |
617 | 2024-05-06T02:22:39.172Z | + mkdir -p ./out/transceiver-control |
618 | 2024-05-06T02:22:39.172Z | + fetch_and_verify |
619 | 2024-05-06T02:22:39.172Z | + local DO_DOWNLOAD=true |
620 | 2024-05-06T02:22:39.172Z | + [[ -f out/downloads/xcvradm.gz ]] |
621 | 2024-05-06T02:22:39.172Z | + '[' true == true ']' |
622 | 2024-05-06T02:22:39.172Z | + echo Downloading... |
623 | 2024-05-06T02:22:39.172Z | Downloading... |
624 | 2024-05-06T02:22:39.172Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
625 | 2024-05-06T02:22:39.172Z | + 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 |
626 | 2024-05-06T02:22:40.947Z | ++ do_sha256sum out/downloads/xcvradm.gz |
627 | 2024-05-06T02:22:40.972Z | ++ sha256sum |
628 | 2024-05-06T02:22:40.972Z | ++ awk '{print $1}' |
629 | 2024-05-06T02:22:40.972Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
630 | 2024-05-06T02:22:40.972Z | + [[ 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 ]] |
631 | 2024-05-06T02:22:40.972Z | + do_unpack out/downloads/xcvradm.gz |
632 | 2024-05-06T02:22:40.972Z | + mkdir -p out/downloads/root//opt/oxide/bin |
633 | 2024-05-06T02:22:40.972Z | + gzip -dc out/downloads/xcvradm.gz |
634 | 2024-05-06T02:22:41.104Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
635 | 2024-05-06T02:22:41.129Z | + do_assemble |
636 | 2024-05-06T02:22:41.129Z | + rm -r ./out/transceiver-control |
637 | 2024-05-06T02:22:41.129Z | + mkdir ./out/transceiver-control |
638 | 2024-05-06T02:22:41.129Z | + cp -r out/downloads/root ./out/transceiver-control/root |
639 | 2024-05-06T02:22:41.212Z | + set -o errexit |
640 | 2024-05-06T02:22:41.259Z | +++ dirname ./tools/ci_download_thundermuffin |
641 | 2024-05-06T02:22:41.259Z | ++ cd ./tools |
642 | 2024-05-06T02:22:41.259Z | ++ pwd |
643 | 2024-05-06T02:22:41.259Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
644 | 2024-05-06T02:22:41.259Z | ++ basename ./tools/ci_download_thundermuffin |
645 | 2024-05-06T02:22:41.259Z | + ARG0=ci_download_thundermuffin |
646 | 2024-05-06T02:22:41.259Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
647 | 2024-05-06T02:22:41.259Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
648 | 2024-05-06T02:22:41.259Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
649 | 2024-05-06T02:22:41.259Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
650 | 2024-05-06T02:22:41.259Z | + TARGET_DIR=out |
651 | 2024-05-06T02:22:41.259Z | + DOWNLOAD_DIR=out/downloads |
652 | 2024-05-06T02:22:41.259Z | + DEST_DIR=./out/thundermuffin |
653 | 2024-05-06T02:22:41.259Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
654 | 2024-05-06T02:22:41.260Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
655 | 2024-05-06T02:22:41.260Z | + REPO=oxidecomputer/thundermuffin |
656 | 2024-05-06T02:22:41.260Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
657 | 2024-05-06T02:22:41.260Z | + main |
658 | 2024-05-06T02:22:41.260Z | + rm -rf out/downloads/root |
659 | 2024-05-06T02:22:41.260Z | + [[ 0 != 0 ]] |
660 | 2024-05-06T02:22:41.260Z | + CIDL_OS=solaris2.11 |
661 | 2024-05-06T02:22:41.260Z | + [[ 0 != 0 ]] |
662 | 2024-05-06T02:22:41.260Z | + configure_os solaris2.11 |
663 | 2024-05-06T02:22:41.260Z | + echo 'current directory: /work/oxidecomputer/omicron' |
664 | 2024-05-06T02:22:41.260Z | current directory: /work/oxidecomputer/omicron |
665 | 2024-05-06T02:22:41.260Z | configuring based on OS: "solaris2.11" |
666 | 2024-05-06T02:22:41.260Z | + echo 'configuring based on OS: "solaris2.11"' |
667 | 2024-05-06T02:22:41.260Z | + case "$1" in |
668 | 2024-05-06T02:22:41.260Z | + SET_BINARIES= |
669 | 2024-05-06T02:22:41.260Z | + CIDL_SHA256FUNC=do_sha256sum |
670 | 2024-05-06T02:22:41.260Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
671 | 2024-05-06T02:22:41.260Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
672 | 2024-05-06T02:22:41.260Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
673 | 2024-05-06T02:22:41.260Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
674 | 2024-05-06T02:22:41.260Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
675 | 2024-05-06T02:22:41.260Z | Local file: out/downloads/thundermuffin.tar.gz |
676 | 2024-05-06T02:22:41.260Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
677 | 2024-05-06T02:22:41.260Z | + mkdir -p out/downloads |
678 | 2024-05-06T02:22:41.261Z | + mkdir -p ./out/thundermuffin |
679 | 2024-05-06T02:22:41.261Z | + fetch_and_verify |
680 | 2024-05-06T02:22:41.261Z | + local DO_DOWNLOAD=true |
681 | 2024-05-06T02:22:41.261Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
682 | 2024-05-06T02:22:41.261Z | + '[' true == true ']' |
683 | 2024-05-06T02:22:41.261Z | + echo Downloading... |
684 | 2024-05-06T02:22:41.261Z | Downloading... |
685 | 2024-05-06T02:22:41.261Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
686 | 2024-05-06T02:22:41.261Z | + 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 |
687 | 2024-05-06T02:22:41.921Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
688 | 2024-05-06T02:22:41.946Z | ++ sha256sum |
689 | 2024-05-06T02:22:41.946Z | ++ awk '{print $1}' |
690 | 2024-05-06T02:22:41.946Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
691 | 2024-05-06T02:22:41.946Z | + [[ 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 ]] |
692 | 2024-05-06T02:22:41.946Z | + do_untar out/downloads/thundermuffin.tar.gz |
693 | 2024-05-06T02:22:41.946Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
694 | 2024-05-06T02:22:42.018Z | + do_assemble |
695 | 2024-05-06T02:22:42.018Z | + rm -r ./out/thundermuffin |
696 | 2024-05-06T02:22:42.042Z | + mkdir ./out/thundermuffin |
697 | 2024-05-06T02:22:42.043Z | + cp -r out/downloads/root ./out/thundermuffin/root |
698 | 2024-05-06T02:22:42.043Z | All prerequisites installed successfully |
699 | 2024-05-06T02:22:42.043Z | |
700 | 2024-05-06T02:22:42.043Z | real 2:01.314654193 |
701 | 2024-05-06T02:22:42.043Z | user 39.050069157 |
702 | 2024-05-06T02:22:42.043Z | sys 11.453362364 |
703 | 2024-05-06T02:22:42.043Z | trap 0.012613996 |
704 | 2024-05-06T02:22:42.043Z | tflt 0.012170593 |
705 | 2024-05-06T02:22:42.043Z | dflt 0.019401932 |
706 | 2024-05-06T02:22:42.043Z | kflt 0.005827121 |
707 | 2024-05-06T02:22:42.043Z | lock 1.781411620 |
708 | 2024-05-06T02:22:42.043Z | slp 4:14.545084266 |
709 | 2024-05-06T02:22:42.043Z | lat 4.520566164 |
710 | 2024-05-06T02:22:42.043Z | stop 0.064508185 |
711 | 2024-05-06T02:22:42.043Z | + banner end-to-end-tests |
712 | 2024-05-06T02:22:42.043Z | |
713 | 2024-05-06T02:22:42.043Z | ###### # # ##### ##### #### ###### # # ##### |
714 | 2024-05-06T02:22:42.043Z | # ## # # # # # # # ## # # # |
715 | 2024-05-06T02:22:42.043Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
716 | 2024-05-06T02:22:42.043Z | # # # # # # # # # # # # # # # |
717 | 2024-05-06T02:22:42.043Z | # # ## # # # # # # # ## # # |
718 | 2024-05-06T02:22:42.043Z | ###### # # ##### # #### ###### # # ##### |
719 | 2024-05-06T02:22:42.043Z | |
720 | 2024-05-06T02:22:42.044Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
721 | 2024-05-06T02:22:42.044Z | + CARGO_PROFILE_DEV_DEBUG=1 |
722 | 2024-05-06T02:22:42.044Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
723 | 2024-05-06T02:22:42.044Z | + CARGO_PROFILE_TEST_DEBUG=1 |
724 | 2024-05-06T02:22:42.044Z | + export CARGO_INCREMENTAL=0 |
725 | 2024-05-06T02:22:42.044Z | + CARGO_INCREMENTAL=0 |
726 | 2024-05-06T02:22:42.044Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
727 | 2024-05-06T02:22:42.302Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
728 | 2024-05-06T02:22:42.763Z | Updating git repository `https://github.com/oxidecomputer/zone` |
729 | 2024-05-06T02:22:43.163Z | Updating crates.io index |
730 | 2024-05-06T02:22:43.259Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
731 | 2024-05-06T02:22:44.013Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
732 | 2024-05-06T02:22:44.791Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
733 | 2024-05-06T02:22:46.854Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
734 | 2024-05-06T02:22:47.233Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
735 | 2024-05-06T02:22:47.598Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
736 | 2024-05-06T02:22:48.705Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
737 | 2024-05-06T02:22:50.410Z | Updating git repository `https://github.com/oxidecomputer/opte` |
738 | 2024-05-06T02:22:51.378Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
739 | 2024-05-06T02:22:52.239Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
740 | 2024-05-06T02:22:52.662Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
741 | 2024-05-06T02:22:53.431Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
742 | 2024-05-06T02:22:53.942Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
743 | 2024-05-06T02:22:54.440Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
744 | 2024-05-06T02:22:55.097Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
745 | 2024-05-06T02:22:55.614Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
746 | 2024-05-06T02:22:56.188Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
747 | 2024-05-06T02:22:56.620Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
748 | 2024-05-06T02:22:57.099Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
749 | 2024-05-06T02:22:57.630Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
750 | 2024-05-06T02:22:58.037Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
751 | 2024-05-06T02:22:58.532Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
752 | 2024-05-06T02:22:59.249Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
753 | 2024-05-06T02:22:59.712Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
754 | 2024-05-06T02:23:00.135Z | Updating git repository `https://github.com/jgallagher/nix` |
755 | 2024-05-06T02:23:01.246Z | Updating git repository `https://github.com/cbiffle/hubpack` |
756 | 2024-05-06T02:23:01.848Z | Updating git repository `https://github.com/oxidecomputer/typify` |
757 | 2024-05-06T02:23:03.866Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
758 | 2024-05-06T02:23:04.314Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
759 | 2024-05-06T02:23:04.688Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
760 | 2024-05-06T02:23:05.300Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
761 | 2024-05-06T02:23:06.809Z | Downloading crates ... |
762 | 2024-05-06T02:23:06.910Z | Downloaded adler v1.0.2 |
763 | 2024-05-06T02:23:06.935Z | Downloaded arc-swap v1.6.0 |
764 | 2024-05-06T02:23:06.935Z | Downloaded bitflags v1.3.2 |
765 | 2024-05-06T02:23:06.935Z | Downloaded bit-vec v0.6.3 |
766 | 2024-05-06T02:23:06.935Z | Downloaded ipnet v2.9.0 |
767 | 2024-05-06T02:23:06.960Z | Downloaded bcrypt-pbkdf v0.10.0 |
768 | 2024-05-06T02:23:06.960Z | Downloaded base64ct v1.6.0 |
769 | 2024-05-06T02:23:06.960Z | Downloaded ident_case v1.0.1 |
770 | 2024-05-06T02:23:06.960Z | Downloaded indexmap v2.2.6 |
771 | 2024-05-06T02:23:06.961Z | Downloaded linear-map v1.2.0 |
772 | 2024-05-06T02:23:06.961Z | Downloaded internet-checksum v0.2.1 |
773 | 2024-05-06T02:23:06.986Z | Downloaded cstr-argument v0.1.2 |
774 | 2024-05-06T02:23:06.986Z | Downloaded lalrpop-util v0.19.12 |
775 | 2024-05-06T02:23:06.986Z | Downloaded curve25519-dalek-derive v0.1.0 |
776 | 2024-05-06T02:23:06.986Z | Downloaded log v0.4.21 |
777 | 2024-05-06T02:23:06.986Z | Downloaded signal-hook-registry v1.4.1 |
778 | 2024-05-06T02:23:06.986Z | Downloaded matches v0.1.10 |
779 | 2024-05-06T02:23:06.986Z | Downloaded md-5 v0.10.5 |
780 | 2024-05-06T02:23:06.987Z | Downloaded siphasher v0.3.11 |
781 | 2024-05-06T02:23:06.987Z | Downloaded kstat-rs v0.2.3 |
782 | 2024-05-06T02:23:07.011Z | Downloaded strum v0.26.2 |
783 | 2024-05-06T02:23:07.011Z | Downloaded chacha20poly1305 v0.10.1 |
784 | 2024-05-06T02:23:07.012Z | Downloaded swrite v0.1.0 |
785 | 2024-05-06T02:23:07.012Z | Downloaded subtle v2.5.0 |
786 | 2024-05-06T02:23:07.012Z | Downloaded foreign-types-macros v0.2.3 |
787 | 2024-05-06T02:23:07.012Z | Downloaded foreign-types-shared v0.3.1 |
788 | 2024-05-06T02:23:07.012Z | Downloaded dhcproto-macros v0.1.0 |
789 | 2024-05-06T02:23:07.012Z | Downloaded phf_shared v0.10.0 |
790 | 2024-05-06T02:23:07.012Z | Downloaded flagset v0.4.3 |
791 | 2024-05-06T02:23:07.037Z | Downloaded fixedbitset v0.4.2 |
792 | 2024-05-06T02:23:07.037Z | Downloaded form_urlencoded v1.2.1 |
793 | 2024-05-06T02:23:07.037Z | Downloaded pkg-config v0.3.27 |
794 | 2024-05-06T02:23:07.037Z | Downloaded pin-utils v0.1.0 |
795 | 2024-05-06T02:23:07.037Z | Downloaded schemars_derive v0.8.17 |
796 | 2024-05-06T02:23:07.037Z | Downloaded sync_wrapper v0.1.2 |
797 | 2024-05-06T02:23:07.037Z | Downloaded secrecy v0.8.0 |
798 | 2024-05-06T02:23:07.037Z | Downloaded futures v0.3.30 |
799 | 2024-05-06T02:23:07.066Z | Downloaded unicode-width v0.1.11 |
800 | 2024-05-06T02:23:07.066Z | Downloaded futures-macro v0.3.30 |
801 | 2024-05-06T02:23:07.066Z | Downloaded slog-json v2.6.1 |
802 | 2024-05-06T02:23:07.066Z | Downloaded headers-core v0.2.0 |
803 | 2024-05-06T02:23:07.066Z | Downloaded dirs v5.0.1 |
804 | 2024-05-06T02:23:07.066Z | Downloaded russh-cryptovec v0.7.0 |
805 | 2024-05-06T02:23:07.066Z | Downloaded tinyvec_macros v0.1.1 |
806 | 2024-05-06T02:23:07.066Z | Downloaded hash32 v0.2.1 |
807 | 2024-05-06T02:23:07.066Z | Downloaded rfc6979 v0.4.0 |
808 | 2024-05-06T02:23:07.091Z | Downloaded serde_spanned v0.6.5 |
809 | 2024-05-06T02:23:07.091Z | Downloaded endian-type v0.1.2 |
810 | 2024-05-06T02:23:07.091Z | Downloaded serde_tokenstream v0.2.0 |
811 | 2024-05-06T02:23:07.091Z | Downloaded display-error-chain v0.2.0 |
812 | 2024-05-06T02:23:07.091Z | Downloaded unicase v2.7.0 |
813 | 2024-05-06T02:23:07.091Z | Downloaded nibble_vec v0.1.0 |
814 | 2024-05-06T02:23:07.091Z | Downloaded utf8parse v0.2.1 |
815 | 2024-05-06T02:23:07.091Z | Downloaded ron v0.7.1 |
816 | 2024-05-06T02:23:07.125Z | Downloaded usdt-macro v0.3.5 |
817 | 2024-05-06T02:23:07.125Z | Downloaded rand_core v0.5.1 |
818 | 2024-05-06T02:23:07.125Z | Downloaded precomputed-hash v0.1.1 |
819 | 2024-05-06T02:23:07.126Z | Downloaded tabwriter v1.4.0 |
820 | 2024-05-06T02:23:07.126Z | Downloaded signature v2.1.0 |
821 | 2024-05-06T02:23:07.126Z | Downloaded parse-display-derive v0.9.0 |
822 | 2024-05-06T02:23:07.126Z | Downloaded tower-service v0.3.2 |
823 | 2024-05-06T02:23:07.126Z | Downloaded ed25519 v2.2.2 |
824 | 2024-05-06T02:23:07.126Z | Downloaded toolchain_find v0.4.0 |
825 | 2024-05-06T02:23:07.126Z | Downloaded diesel_table_macro_syntax v0.1.0 |
826 | 2024-05-06T02:23:07.126Z | Downloaded quick-error v1.2.3 |
827 | 2024-05-06T02:23:07.126Z | Downloaded predicates v3.1.0 |
828 | 2024-05-06T02:23:07.151Z | Downloaded rustls-pki-types v1.3.0 |
829 | 2024-05-06T02:23:07.151Z | Downloaded num_enum_derive v0.5.11 |
830 | 2024-05-06T02:23:07.151Z | Downloaded lock_api v0.4.10 |
831 | 2024-05-06T02:23:07.151Z | Downloaded pretty-hex v0.4.1 |
832 | 2024-05-06T02:23:07.151Z | Downloaded toml_datetime v0.6.5 |
833 | 2024-05-06T02:23:07.151Z | Downloaded signal-hook-mio v0.2.3 |
834 | 2024-05-06T02:23:07.151Z | Downloaded polyval v0.6.1 |
835 | 2024-05-06T02:23:07.151Z | Downloaded rustc_version v0.4.0 |
836 | 2024-05-06T02:23:07.151Z | Downloaded thread-id v4.2.0 |
837 | 2024-05-06T02:23:07.151Z | Downloaded thiserror-no-std v2.0.2 |
838 | 2024-05-06T02:23:07.177Z | Downloaded fxhash v0.2.1 |
839 | 2024-05-06T02:23:07.178Z | Downloaded zeroize v1.7.0 |
840 | 2024-05-06T02:23:07.178Z | Downloaded zerocopy v0.6.6 |
841 | 2024-05-06T02:23:07.178Z | Downloaded heapless v0.7.16 |
842 | 2024-05-06T02:23:07.178Z | Downloaded futures-sink v0.3.30 |
843 | 2024-05-06T02:23:07.178Z | Downloaded resolv-conf v0.7.0 |
844 | 2024-05-06T02:23:07.178Z | Downloaded pest_generator v2.7.6 |
845 | 2024-05-06T02:23:07.178Z | Downloaded try-lock v0.2.4 |
846 | 2024-05-06T02:23:07.178Z | Downloaded rustc_version v0.1.7 |
847 | 2024-05-06T02:23:07.204Z | Downloaded pest_derive v2.7.6 |
848 | 2024-05-06T02:23:07.204Z | Downloaded dtrace-parser v0.1.14 |
849 | 2024-05-06T02:23:07.204Z | Downloaded rand_chacha v0.2.2 |
850 | 2024-05-06T02:23:07.204Z | Downloaded tracing-attributes v0.1.27 |
851 | 2024-05-06T02:23:07.204Z | Downloaded hostname v0.3.1 |
852 | 2024-05-06T02:23:07.204Z | Downloaded password-hash v0.5.0 |
853 | 2024-05-06T02:23:07.204Z | Downloaded half v2.3.1 |
854 | 2024-05-06T02:23:07.204Z | Downloaded want v0.3.1 |
855 | 2024-05-06T02:23:07.204Z | Downloaded hubpack_derive v0.1.1 |
856 | 2024-05-06T02:23:07.204Z | Downloaded httpdate v1.0.3 |
857 | 2024-05-06T02:23:07.204Z | Downloaded enum-as-inner v0.5.1 |
858 | 2024-05-06T02:23:07.230Z | Downloaded signal-hook v0.3.17 |
859 | 2024-05-06T02:23:07.230Z | Downloaded time-core v0.1.2 |
860 | 2024-05-06T02:23:07.230Z | Downloaded dtrace-parser v0.2.0 |
861 | 2024-05-06T02:23:07.230Z | Downloaded similar v2.4.0 |
862 | 2024-05-06T02:23:07.230Z | Downloaded usdt v0.3.5 |
863 | 2024-05-06T02:23:07.230Z | Downloaded digest v0.10.7 |
864 | 2024-05-06T02:23:07.230Z | Downloaded scroll_derive v0.12.0 |
865 | 2024-05-06T02:23:07.230Z | Downloaded pretty-hex v0.2.1 |
866 | 2024-05-06T02:23:07.230Z | Downloaded predicates-core v1.0.6 |
867 | 2024-05-06T02:23:07.230Z | Downloaded http-range v0.1.5 |
868 | 2024-05-06T02:23:07.230Z | Downloaded rustc-demangle v0.1.23 |
869 | 2024-05-06T02:23:07.257Z | Downloaded serde_derive_internals v0.29.0 |
870 | 2024-05-06T02:23:07.257Z | Downloaded diesel_derives v2.1.2 |
871 | 2024-05-06T02:23:07.257Z | Downloaded serde_path_to_error v0.1.16 |
872 | 2024-05-06T02:23:07.257Z | Downloaded hashbrown v0.12.3 |
873 | 2024-05-06T02:23:07.257Z | Downloaded psl-types v2.0.11 |
874 | 2024-05-06T02:23:07.257Z | Downloaded hashbrown v0.14.3 |
875 | 2024-05-06T02:23:07.257Z | Downloaded r2d2 v0.8.10 |
876 | 2024-05-06T02:23:07.282Z | Downloaded parking_lot v0.12.1 |
877 | 2024-05-06T02:23:07.282Z | Downloaded scopeguard v1.2.0 |
878 | 2024-05-06T02:23:07.282Z | Downloaded omicron-zone-package v0.11.0 |
879 | 2024-05-06T02:23:07.282Z | Downloaded httparse v1.8.0 |
880 | 2024-05-06T02:23:07.282Z | Downloaded errno v0.3.8 |
881 | 2024-05-06T02:23:07.282Z | Downloaded erased-serde v0.3.31 |
882 | 2024-05-06T02:23:07.282Z | Downloaded xattr v1.0.1 |
883 | 2024-05-06T02:23:07.282Z | Downloaded rustls-pemfile v1.0.3 |
884 | 2024-05-06T02:23:07.282Z | Downloaded ghash v0.5.0 |
885 | 2024-05-06T02:23:07.283Z | Downloaded rayon-core v1.12.1 |
886 | 2024-05-06T02:23:07.309Z | Downloaded walkdir v2.5.0 |
887 | 2024-05-06T02:23:07.309Z | Downloaded hyper v0.14.28 |
888 | 2024-05-06T02:23:07.310Z | Downloaded tokio-macros v2.2.0 |
889 | 2024-05-06T02:23:07.310Z | Downloaded typenum v1.16.0 |
890 | 2024-05-06T02:23:07.310Z | Downloaded ff v0.13.0 |
891 | 2024-05-06T02:23:07.334Z | Downloaded glob v0.3.1 |
892 | 2024-05-06T02:23:07.334Z | Downloaded rcgen v0.12.1 |
893 | 2024-05-06T02:23:07.334Z | Downloaded proc-macro-crate v1.3.1 |
894 | 2024-05-06T02:23:07.334Z | Downloaded syn v2.0.60 |
895 | 2024-05-06T02:23:07.334Z | Downloaded same-file v1.0.6 |
896 | 2024-05-06T02:23:07.359Z | Downloaded p256 v0.13.2 |
897 | 2024-05-06T02:23:07.359Z | Downloaded tar v0.4.40 |
898 | 2024-05-06T02:23:07.359Z | Downloaded serde_yaml v0.9.25 |
899 | 2024-05-06T02:23:07.359Z | Downloaded sct v0.7.0 |
900 | 2024-05-06T02:23:07.359Z | Downloaded serde_derive v1.0.199 |
901 | 2024-05-06T02:23:07.359Z | Downloaded url v2.5.0 |
902 | 2024-05-06T02:23:07.385Z | Downloaded zerocopy v0.7.32 |
903 | 2024-05-06T02:23:07.412Z | Downloaded yasna v0.5.2 |
904 | 2024-05-06T02:23:07.412Z | Downloaded tinyvec v1.6.0 |
905 | 2024-05-06T02:23:07.412Z | Downloaded num-bigint v0.4.4 |
906 | 2024-05-06T02:23:07.412Z | Downloaded unicode-normalization v0.1.22 |
907 | 2024-05-06T02:23:07.437Z | Downloaded schemars v0.8.17 |
908 | 2024-05-06T02:23:07.468Z | Downloaded time v0.3.34 |
909 | 2024-05-06T02:23:07.495Z | Downloaded gimli v0.28.0 |
910 | 2024-05-06T02:23:07.529Z | Downloaded radix_trie v0.2.1 |
911 | 2024-05-06T02:23:07.555Z | Downloaded sled v0.34.7 |
912 | 2024-05-06T02:23:07.581Z | Downloaded rustix v0.38.31 |
913 | 2024-05-06T02:23:07.606Z | Downloaded tokio v1.37.0 |
914 | 2024-05-06T02:23:07.645Z | Downloaded sha3 v0.10.8 |
915 | 2024-05-06T02:23:07.670Z | Downloaded encoding_rs v0.8.33 |
916 | 2024-05-06T02:23:07.696Z | Downloaded winapi v0.3.9 |
917 | 2024-05-06T02:23:07.732Z | Downloaded libc v0.2.153 |
918 | 2024-05-06T02:23:07.767Z | Downloaded regex-automata v0.4.5 |
919 | 2024-05-06T02:23:07.795Z | Downloaded openapiv3 v2.0.0 |
920 | 2024-05-06T02:23:07.819Z | Downloaded zerocopy-derive v0.6.6 |
921 | 2024-05-06T02:23:07.844Z | Downloaded ring v0.17.8 |
922 | 2024-05-06T02:23:07.906Z | Downloaded ring v0.16.20 |
923 | 2024-05-06T02:23:07.997Z | Downloaded zerocopy-derive v0.2.0 |
924 | 2024-05-06T02:23:08.022Z | Downloaded diesel v2.1.6 |
925 | 2024-05-06T02:23:08.046Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
926 | 2024-05-06T02:23:08.047Z | Downloaded rustls v0.22.4 |
927 | 2024-05-06T02:23:08.071Z | Downloaded rustls v0.21.9 |
928 | 2024-05-06T02:23:08.095Z | Downloaded vcpkg v0.2.15 |
929 | 2024-05-06T02:23:08.124Z | Downloaded trust-dns-proto v0.22.0 |
930 | 2024-05-06T02:23:08.148Z | Downloaded regex-syntax v0.8.2 |
931 | 2024-05-06T02:23:08.172Z | Downloaded openssl v0.10.64 |
932 | 2024-05-06T02:23:08.172Z | Downloaded object v0.32.1 |
933 | 2024-05-06T02:23:08.197Z | Downloaded idna v0.5.0 |
934 | 2024-05-06T02:23:08.197Z | Downloaded idna v0.3.0 |
935 | 2024-05-06T02:23:08.197Z | Downloaded futures-util v0.3.30 |
936 | 2024-05-06T02:23:08.221Z | Downloaded regress v0.9.1 |
937 | 2024-05-06T02:23:08.221Z | Downloaded winnow v0.5.15 |
938 | 2024-05-06T02:23:08.248Z | Downloaded idna v0.2.3 |
939 | 2024-05-06T02:23:08.249Z | Downloaded expectorate v1.1.0 |
940 | 2024-05-06T02:23:08.249Z | Downloaded regex-automata v0.1.10 |
941 | 2024-05-06T02:23:08.249Z | Downloaded winnow v0.6.1 |
942 | 2024-05-06T02:23:08.273Z | Downloaded regex v1.10.4 |
943 | 2024-05-06T02:23:08.273Z | Downloaded serde v1.0.199 |
944 | 2024-05-06T02:23:08.273Z | Downloaded pest v2.7.6 |
945 | 2024-05-06T02:23:08.298Z | Downloaded p521 v0.13.3 |
946 | 2024-05-06T02:23:08.298Z | Downloaded nom v7.1.3 |
947 | 2024-05-06T02:23:08.298Z | Downloaded minimal-lexical v0.2.1 |
948 | 2024-05-06T02:23:08.298Z | Downloaded libm v0.2.7 |
949 | 2024-05-06T02:23:08.322Z | Downloaded serde_json v1.0.116 |
950 | 2024-05-06T02:23:08.322Z | Downloaded trust-dns-client v0.22.0 |
951 | 2024-05-06T02:23:08.322Z | Downloaded rustls-webpki v0.102.1 |
952 | 2024-05-06T02:23:08.346Z | Downloaded http v1.0.0 |
953 | 2024-05-06T02:23:08.346Z | Downloaded http v0.2.12 |
954 | 2024-05-06T02:23:08.371Z | Downloaded webpki-roots v0.25.2 |
955 | 2024-05-06T02:23:08.371Z | Downloaded itertools v0.12.1 |
956 | 2024-05-06T02:23:08.371Z | Downloaded reqwest v0.11.27 |
957 | 2024-05-06T02:23:08.396Z | Downloaded ed25519-dalek v2.0.0 |
958 | 2024-05-06T02:23:08.396Z | Downloaded rayon v1.10.0 |
959 | 2024-05-06T02:23:08.396Z | Downloaded h2 v0.3.26 |
960 | 2024-05-06T02:23:08.396Z | Downloaded goblin v0.8.0 |
961 | 2024-05-06T02:23:08.420Z | Downloaded smoltcp v0.11.0 |
962 | 2024-05-06T02:23:08.420Z | Downloaded mio v0.8.11 |
963 | 2024-05-06T02:23:08.445Z | Downloaded ryu v1.0.15 |
964 | 2024-05-06T02:23:08.445Z | Downloaded rand v0.7.3 |
965 | 2024-05-06T02:23:08.445Z | Downloaded rustls-webpki v0.101.7 |
966 | 2024-05-06T02:23:08.469Z | Downloaded publicsuffix v2.2.3 |
967 | 2024-05-06T02:23:08.469Z | Downloaded toml_edit v0.22.12 |
968 | 2024-05-06T02:23:08.493Z | Downloaded toml_edit v0.19.15 |
969 | 2024-05-06T02:23:08.518Z | Downloaded tracing-core v0.1.32 |
970 | 2024-05-06T02:23:08.518Z | Downloaded serde_with v3.7.0 |
971 | 2024-05-06T02:23:08.518Z | Downloaded unsafe-libyaml v0.2.10 |
972 | 2024-05-06T02:23:08.542Z | Downloaded tabled v0.15.0 |
973 | 2024-05-06T02:23:08.542Z | Downloaded smoltcp v0.9.1 |
974 | 2024-05-06T02:23:08.566Z | Downloaded memchr v2.7.1 |
975 | 2024-05-06T02:23:08.566Z | Downloaded bstr v1.9.0 |
976 | 2024-05-06T02:23:08.590Z | Downloaded trust-dns-server v0.22.1 |
977 | 2024-05-06T02:23:08.590Z | Downloaded trust-dns-resolver v0.22.0 |
978 | 2024-05-06T02:23:08.590Z | Downloaded tokio-postgres v0.7.10 |
979 | 2024-05-06T02:23:08.590Z | Downloaded openssl-sys v0.9.102 |
980 | 2024-05-06T02:23:08.615Z | Downloaded itertools v0.10.5 |
981 | 2024-05-06T02:23:08.615Z | Downloaded unicode-bidi v0.3.15 |
982 | 2024-05-06T02:23:08.615Z | Downloaded serde_with_macros v3.7.0 |
983 | 2024-05-06T02:23:08.615Z | Downloaded hkdf v0.12.4 |
984 | 2024-05-06T02:23:08.615Z | Downloaded ucd-trie v0.1.6 |
985 | 2024-05-06T02:23:08.615Z | Downloaded toml v0.8.12 |
986 | 2024-05-06T02:23:08.639Z | Downloaded rustls-pemfile v2.1.2 |
987 | 2024-05-06T02:23:08.639Z | Downloaded fallible-iterator v0.2.0 |
988 | 2024-05-06T02:23:08.639Z | Downloaded zerocopy-derive v0.7.32 |
989 | 2024-05-06T02:23:08.639Z | Downloaded proc-macro-error v1.0.4 |
990 | 2024-05-06T02:23:08.639Z | Downloaded thiserror-impl-no-std v2.0.2 |
991 | 2024-05-06T02:23:08.639Z | Downloaded tungstenite v0.21.0 |
992 | 2024-05-06T02:23:08.639Z | Downloaded tungstenite v0.20.1 |
993 | 2024-05-06T02:23:08.639Z | Downloaded rand v0.8.5 |
994 | 2024-05-06T02:23:08.664Z | Downloaded tempfile v3.10.1 |
995 | 2024-05-06T02:23:08.664Z | Downloaded time-macros v0.2.17 |
996 | 2024-05-06T02:23:08.665Z | Downloaded sha1 v0.10.6 |
997 | 2024-05-06T02:23:08.665Z | Downloaded vsss-rs v3.3.4 |
998 | 2024-05-06T02:23:08.665Z | Downloaded tracing v0.1.40 |
999 | 2024-05-06T02:23:08.665Z | Downloaded curve25519-dalek v4.1.2 |
1000 | 2024-05-06T02:23:08.690Z | Downloaded papergrid v0.11.0 |
1001 | 2024-05-06T02:23:08.690Z | Downloaded num-traits v0.2.18 |
1002 | 2024-05-06T02:23:08.690Z | Downloaded uuid v1.8.0 |
1003 | 2024-05-06T02:23:08.690Z | Downloaded unicode-ident v1.0.12 |
1004 | 2024-05-06T02:23:08.690Z | Downloaded scheduled-thread-pool v0.2.7 |
1005 | 2024-05-06T02:23:08.690Z | Downloaded scroll v0.12.0 |
1006 | 2024-05-06T02:23:08.690Z | Downloaded proc-macro-error-attr v1.0.4 |
1007 | 2024-05-06T02:23:08.690Z | Downloaded humantime v2.1.0 |
1008 | 2024-05-06T02:23:08.714Z | Downloaded serde_arrays v0.1.0 |
1009 | 2024-05-06T02:23:08.715Z | Downloaded primeorder v0.13.6 |
1010 | 2024-05-06T02:23:08.715Z | Downloaded postgres-types v0.2.6 |
1011 | 2024-05-06T02:23:08.715Z | Downloaded proc-macro2 v1.0.81 |
1012 | 2024-05-06T02:23:08.715Z | Downloaded russh-keys v0.43.0 |
1013 | 2024-05-06T02:23:08.715Z | Downloaded syn v1.0.109 |
1014 | 2024-05-06T02:23:08.715Z | Downloaded bstr v0.2.17 |
1015 | 2024-05-06T02:23:08.739Z | Downloaded postcard v1.0.8 |
1016 | 2024-05-06T02:23:08.739Z | Downloaded petgraph v0.6.4 |
1017 | 2024-05-06T02:23:08.763Z | Downloaded futures-executor v0.3.30 |
1018 | 2024-05-06T02:23:08.763Z | Downloaded futures-core v0.3.30 |
1019 | 2024-05-06T02:23:08.763Z | Downloaded fastrand v2.0.1 |
1020 | 2024-05-06T02:23:08.764Z | Downloaded hubpack v0.1.2 |
1021 | 2024-05-06T02:23:08.764Z | Downloaded dyn-clone v1.0.17 |
1022 | 2024-05-06T02:23:08.764Z | Downloaded sha2 v0.10.8 |
1023 | 2024-05-06T02:23:08.764Z | Downloaded thiserror-impl v1.0.59 |
1024 | 2024-05-06T02:23:08.764Z | Downloaded thiserror v1.0.59 |
1025 | 2024-05-06T02:23:08.788Z | Downloaded powerfmt v0.2.0 |
1026 | 2024-05-06T02:23:08.788Z | Downloaded version_check v0.9.4 |
1027 | 2024-05-06T02:23:08.788Z | Downloaded env_logger v0.9.3 |
1028 | 2024-05-06T02:23:08.788Z | Downloaded equivalent v1.0.1 |
1029 | 2024-05-06T02:23:08.789Z | Downloaded tokio-native-tls v0.3.1 |
1030 | 2024-05-06T02:23:08.789Z | Downloaded russh v0.43.0 |
1031 | 2024-05-06T02:23:08.789Z | Downloaded pest_meta v2.7.6 |
1032 | 2024-05-06T02:23:08.789Z | Downloaded password-hash v0.4.2 |
1033 | 2024-05-06T02:23:08.789Z | Downloaded futures-task v0.3.30 |
1034 | 2024-05-06T02:23:08.789Z | Downloaded difflib v0.4.0 |
1035 | 2024-05-06T02:23:08.789Z | Downloaded thread_local v1.1.7 |
1036 | 2024-05-06T02:23:08.789Z | Downloaded getrandom v0.2.12 |
1037 | 2024-05-06T02:23:08.814Z | Downloaded untrusted v0.9.0 |
1038 | 2024-05-06T02:23:08.814Z | Downloaded miniz_oxide v0.7.1 |
1039 | 2024-05-06T02:23:08.814Z | Downloaded poly1305 v0.8.0 |
1040 | 2024-05-06T02:23:08.814Z | Downloaded either v1.11.0 |
1041 | 2024-05-06T02:23:08.814Z | Downloaded postgres-protocol v0.6.6 |
1042 | 2024-05-06T02:23:08.814Z | Downloaded futures-channel v0.3.30 |
1043 | 2024-05-06T02:23:08.814Z | Downloaded waitgroup v0.1.2 |
1044 | 2024-05-06T02:23:08.814Z | Downloaded parse-display v0.9.0 |
1045 | 2024-05-06T02:23:08.814Z | Downloaded parking_lot_core v0.8.6 |
1046 | 2024-05-06T02:23:08.814Z | Downloaded pem-rfc7468 v0.7.0 |
1047 | 2024-05-06T02:23:08.814Z | Downloaded num-rational v0.4.1 |
1048 | 2024-05-06T02:23:08.814Z | Downloaded mime_guess v2.0.4 |
1049 | 2024-05-06T02:23:08.866Z | Downloaded owo-colors v4.0.0 |
1050 | 2024-05-06T02:23:08.866Z | Downloaded quote v1.0.36 |
1051 | 2024-05-06T02:23:08.866Z | Downloaded elliptic-curve v0.13.8 |
1052 | 2024-05-06T02:23:08.866Z | Downloaded parking_lot v0.11.2 |
1053 | 2024-05-06T02:23:08.866Z | Downloaded once_cell v1.19.0 |
1054 | 2024-05-06T02:23:08.866Z | Downloaded native-tls v0.2.11 |
1055 | 2024-05-06T02:23:08.866Z | Downloaded multer v3.0.0 |
1056 | 2024-05-06T02:23:08.866Z | Downloaded memmap2 v0.7.1 |
1057 | 2024-05-06T02:23:08.866Z | Downloaded dof v0.3.0 |
1058 | 2024-05-06T02:23:08.891Z | Downloaded dof v0.1.5 |
1059 | 2024-05-06T02:23:08.891Z | Downloaded parking_lot_core v0.9.8 |
1060 | 2024-05-06T02:23:08.891Z | Downloaded rustfmt-wrapper v0.2.1 |
1061 | 2024-05-06T02:23:08.891Z | Downloaded ppv-lite86 v0.2.17 |
1062 | 2024-05-06T02:23:08.891Z | Downloaded ecdsa v0.16.9 |
1063 | 2024-05-06T02:23:08.891Z | Downloaded usdt-impl v0.5.0 |
1064 | 2024-05-06T02:23:08.891Z | Downloaded rand_chacha v0.3.1 |
1065 | 2024-05-06T02:23:08.891Z | Downloaded whoami v1.5.1 |
1066 | 2024-05-06T02:23:08.891Z | Downloaded universal-hash v0.5.1 |
1067 | 2024-05-06T02:23:08.891Z | Downloaded num-complex v0.4.5 |
1068 | 2024-05-06T02:23:08.892Z | Downloaded mime v0.3.17 |
1069 | 2024-05-06T02:23:08.892Z | Downloaded tokio-util v0.7.10 |
1070 | 2024-05-06T02:23:08.892Z | Downloaded zerocopy v0.3.0 |
1071 | 2024-05-06T02:23:08.892Z | Downloaded topological-sort v0.2.2 |
1072 | 2024-05-06T02:23:08.892Z | Downloaded getopts v0.2.21 |
1073 | 2024-05-06T02:23:08.892Z | Downloaded gethostname v0.4.3 |
1074 | 2024-05-06T02:23:08.892Z | Downloaded generic-array v0.14.7 |
1075 | 2024-05-06T02:23:08.892Z | Downloaded http-body v0.4.5 |
1076 | 2024-05-06T02:23:08.892Z | Downloaded usdt-impl v0.3.5 |
1077 | 2024-05-06T02:23:08.892Z | Downloaded tabled_derive v0.7.0 |
1078 | 2024-05-06T02:23:08.892Z | Downloaded paste v1.0.14 |
1079 | 2024-05-06T02:23:08.892Z | Downloaded num_cpus v1.16.0 |
1080 | 2024-05-06T02:23:08.892Z | Downloaded heapless v0.8.0 |
1081 | 2024-05-06T02:23:08.892Z | Downloaded headers v0.3.9 |
1082 | 2024-05-06T02:23:08.917Z | Downloaded num-integer v0.1.46 |
1083 | 2024-05-06T02:23:08.917Z | Downloaded pem v3.0.4 |
1084 | 2024-05-06T02:23:08.917Z | Downloaded pbkdf2 v0.12.2 |
1085 | 2024-05-06T02:23:08.917Z | Downloaded num_enum v0.5.11 |
1086 | 2024-05-06T02:23:08.917Z | Downloaded usdt-attr-macro v0.5.0 |
1087 | 2024-05-06T02:23:08.917Z | Downloaded usdt-attr-macro v0.3.5 |
1088 | 2024-05-06T02:23:08.917Z | Downloaded usdt v0.5.0 |
1089 | 2024-05-06T02:23:08.917Z | Downloaded take_mut v0.2.2 |
1090 | 2024-05-06T02:23:08.917Z | Downloaded sigpipe v0.1.3 |
1091 | 2024-05-06T02:23:08.918Z | Downloaded rustversion v1.0.14 |
1092 | 2024-05-06T02:23:08.918Z | Downloaded rand_core v0.6.4 |
1093 | 2024-05-06T02:23:08.918Z | Downloaded home v0.5.5 |
1094 | 2024-05-06T02:23:08.918Z | Downloaded group v0.13.0 |
1095 | 2024-05-06T02:23:08.942Z | Downloaded embedded-io v0.4.0 |
1096 | 2024-05-06T02:23:08.942Z | Downloaded tokio-tungstenite v0.21.0 |
1097 | 2024-05-06T02:23:08.942Z | Downloaded tokio-tungstenite v0.20.1 |
1098 | 2024-05-06T02:23:08.942Z | Downloaded tokio-stream v0.1.15 |
1099 | 2024-05-06T02:23:08.942Z | Downloaded tokio-rustls v0.25.0 |
1100 | 2024-05-06T02:23:08.943Z | Downloaded pbkdf2 v0.11.0 |
1101 | 2024-05-06T02:23:08.943Z | Downloaded num-iter v0.1.44 |
1102 | 2024-05-06T02:23:08.943Z | Downloaded nanorand v0.7.0 |
1103 | 2024-05-06T02:23:08.943Z | Downloaded managed v0.8.0 |
1104 | 2024-05-06T02:23:08.943Z | Downloaded unicode-segmentation v1.10.1 |
1105 | 2024-05-06T02:23:08.967Z | Downloaded percent-encoding v2.3.1 |
1106 | 2024-05-06T02:23:08.967Z | Downloaded memmap v0.7.0 |
1107 | 2024-05-06T02:23:08.967Z | Downloaded utf-8 v0.7.6 |
1108 | 2024-05-06T02:23:08.967Z | Downloaded tokio-rustls v0.24.1 |
1109 | 2024-05-06T02:23:08.967Z | Downloaded term v0.7.0 |
1110 | 2024-05-06T02:23:08.967Z | Downloaded hmac v0.12.1 |
1111 | 2024-05-06T02:23:08.967Z | Downloaded untrusted v0.7.1 |
1112 | 2024-05-06T02:23:08.967Z | Downloaded unicode-xid v0.2.4 |
1113 | 2024-05-06T02:23:08.967Z | Downloaded chrono v0.4.38 |
1114 | 2024-05-06T02:23:08.992Z | Downloaded serde_tokenstream v0.1.7 |
1115 | 2024-05-06T02:23:08.992Z | Downloaded serde_repr v0.1.16 |
1116 | 2024-05-06T02:23:08.992Z | Downloaded portpicker v0.1.1 |
1117 | 2024-05-06T02:23:08.992Z | Downloaded usdt-macro v0.5.0 |
1118 | 2024-05-06T02:23:08.992Z | Downloaded terminal_size v0.3.0 |
1119 | 2024-05-06T02:23:08.993Z | Downloaded termcolor v1.2.0 |
1120 | 2024-05-06T02:23:08.993Z | Downloaded serde_urlencoded v0.7.1 |
1121 | 2024-05-06T02:23:08.993Z | Downloaded num-derive v0.4.0 |
1122 | 2024-05-06T02:23:08.993Z | Downloaded num v0.4.2 |
1123 | 2024-05-06T02:23:08.993Z | Downloaded toml v0.5.11 |
1124 | 2024-05-06T02:23:08.993Z | Downloaded libefi-sys v0.1.0 |
1125 | 2024-05-06T02:23:08.993Z | Downloaded hex-literal v0.4.1 |
1126 | 2024-05-06T02:23:08.993Z | Downloaded hex v0.4.3 |
1127 | 2024-05-06T02:23:08.993Z | Downloaded heck v0.5.0 |
1128 | 2024-05-06T02:23:08.993Z | Downloaded heck v0.4.1 |
1129 | 2024-05-06T02:23:09.017Z | Downloaded heck v0.3.3 |
1130 | 2024-05-06T02:23:09.017Z | Downloaded hash32 v0.3.1 |
1131 | 2024-05-06T02:23:09.017Z | Downloaded getrandom v0.1.16 |
1132 | 2024-05-06T02:23:09.017Z | Downloaded toml v0.7.8 |
1133 | 2024-05-06T02:23:09.018Z | Downloaded slog v2.7.0 |
1134 | 2024-05-06T02:23:09.018Z | Downloaded blake3 v1.5.0 |
1135 | 2024-05-06T02:23:09.018Z | Downloaded flume v0.11.0 |
1136 | 2024-05-06T02:23:09.042Z | Downloaded linked-hash-map v0.5.6 |
1137 | 2024-05-06T02:23:09.042Z | Downloaded indexmap v1.9.3 |
1138 | 2024-05-06T02:23:09.042Z | Downloaded futures-io v0.3.30 |
1139 | 2024-05-06T02:23:09.042Z | Downloaded dirs-sys-next v0.1.2 |
1140 | 2024-05-06T02:23:09.042Z | Downloaded dirs-sys v0.4.1 |
1141 | 2024-05-06T02:23:09.042Z | Downloaded dirs-next v2.0.0 |
1142 | 2024-05-06T02:23:09.042Z | Downloaded slog-dtrace v0.3.0 |
1143 | 2024-05-06T02:23:09.043Z | Downloaded synstructure v0.12.6 |
1144 | 2024-05-06T02:23:09.043Z | Downloaded slog-envlogger v2.2.0 |
1145 | 2024-05-06T02:23:09.043Z | Downloaded slog-bunyan v2.5.0 |
1146 | 2024-05-06T02:23:09.043Z | Downloaded slog-async v2.8.0 |
1147 | 2024-05-06T02:23:09.043Z | Downloaded semver v1.0.22 |
1148 | 2024-05-06T02:23:09.043Z | Downloaded flate2 v1.0.28 |
1149 | 2024-05-06T02:23:09.067Z | Downloaded derive-where v1.2.7 |
1150 | 2024-05-06T02:23:09.067Z | Downloaded steno v0.4.0 |
1151 | 2024-05-06T02:23:09.067Z | Downloaded option-ext v0.2.0 |
1152 | 2024-05-06T02:23:09.067Z | Downloaded num_threads v0.1.6 |
1153 | 2024-05-06T02:23:09.067Z | Downloaded sec1 v0.7.3 |
1154 | 2024-05-06T02:23:09.067Z | Downloaded platforms v3.0.2 |
1155 | 2024-05-06T02:23:09.067Z | Downloaded pkcs8 v0.10.2 |
1156 | 2024-05-06T02:23:09.067Z | Downloaded semver v0.1.20 |
1157 | 2024-05-06T02:23:09.068Z | Downloaded pin-project-lite v0.2.13 |
1158 | 2024-05-06T02:23:09.092Z | Downloaded derive_more v0.99.17 |
1159 | 2024-05-06T02:23:09.092Z | Downloaded zip v0.6.6 |
1160 | 2024-05-06T02:23:09.092Z | Downloaded plain v0.2.3 |
1161 | 2024-05-06T02:23:09.092Z | Downloaded hyper-rustls v0.24.2 |
1162 | 2024-05-06T02:23:09.092Z | Downloaded dhcproto v0.11.0 |
1163 | 2024-05-06T02:23:09.092Z | Downloaded peg-runtime v0.8.2 |
1164 | 2024-05-06T02:23:09.092Z | Downloaded openssl-macros v0.1.1 |
1165 | 2024-05-06T02:23:09.093Z | Downloaded opaque-debug v0.3.0 |
1166 | 2024-05-06T02:23:09.093Z | Downloaded newline-converter v0.3.0 |
1167 | 2024-05-06T02:23:09.093Z | Downloaded crossterm v0.27.0 |
1168 | 2024-05-06T02:23:09.117Z | Downloaded phf_shared v0.11.2 |
1169 | 2024-05-06T02:23:09.117Z | Downloaded phf v0.11.2 |
1170 | 2024-05-06T02:23:09.117Z | Downloaded hyper-staticfile v0.9.5 |
1171 | 2024-05-06T02:23:09.117Z | Downloaded newtype_derive v0.1.6 |
1172 | 2024-05-06T02:23:09.117Z | Downloaded new_debug_unreachable v1.0.4 |
1173 | 2024-05-06T02:23:09.117Z | Downloaded hyper-tls v0.5.0 |
1174 | 2024-05-06T02:23:09.117Z | Downloaded foreign-types v0.5.0 |
1175 | 2024-05-06T02:23:09.117Z | Downloaded filetime v0.2.23 |
1176 | 2024-05-06T02:23:09.117Z | Downloaded fnv v1.0.7 |
1177 | 2024-05-06T02:23:09.118Z | Downloaded float-cmp v0.9.0 |
1178 | 2024-05-06T02:23:09.118Z | Downloaded lazy_static v1.4.0 |
1179 | 2024-05-06T02:23:09.118Z | Downloaded keccak v0.1.4 |
1180 | 2024-05-06T02:23:09.118Z | Downloaded deranged v0.3.11 |
1181 | 2024-05-06T02:23:09.145Z | Downloaded subprocess v0.2.9 |
1182 | 2024-05-06T02:23:09.145Z | Downloaded socket2 v0.5.6 |
1183 | 2024-05-06T02:23:09.145Z | Downloaded clap_builder v4.5.2 |
1184 | 2024-05-06T02:23:09.145Z | Downloaded zone v0.1.8 |
1185 | 2024-05-06T02:23:09.145Z | Downloaded zeroize_derive v1.4.2 |
1186 | 2024-05-06T02:23:09.145Z | Downloaded foreign-types-shared v0.1.1 |
1187 | 2024-05-06T02:23:09.145Z | Downloaded foreign-types v0.3.2 |
1188 | 2024-05-06T02:23:09.145Z | Downloaded strum_macros v0.26.1 |
1189 | 2024-05-06T02:23:09.146Z | Downloaded socket2 v0.4.9 |
1190 | 2024-05-06T02:23:09.146Z | Downloaded zone_cfg_derive v0.1.2 |
1191 | 2024-05-06T02:23:09.146Z | Downloaded spki v0.7.2 |
1192 | 2024-05-06T02:23:09.146Z | Downloaded spin v0.9.8 |
1193 | 2024-05-06T02:23:09.170Z | Downloaded slog-term v2.9.1 |
1194 | 2024-05-06T02:23:09.170Z | Downloaded openssl-probe v0.1.5 |
1195 | 2024-05-06T02:23:09.170Z | Downloaded newtype-uuid v1.1.0 |
1196 | 2024-05-06T02:23:09.170Z | Downloaded crossbeam-channel v0.5.8 |
1197 | 2024-05-06T02:23:09.170Z | Downloaded strum_macros v0.25.2 |
1198 | 2024-05-06T02:23:09.170Z | Downloaded structmeta-derive v0.3.0 |
1199 | 2024-05-06T02:23:09.170Z | Downloaded structmeta v0.3.0 |
1200 | 2024-05-06T02:23:09.170Z | Downloaded strsim v0.11.0 |
1201 | 2024-05-06T02:23:09.171Z | Downloaded strsim v0.10.0 |
1202 | 2024-05-06T02:23:09.171Z | Downloaded stringprep v0.1.3 |
1203 | 2024-05-06T02:23:09.171Z | Downloaded string_cache v0.8.7 |
1204 | 2024-05-06T02:23:09.171Z | Downloaded static_assertions v1.1.0 |
1205 | 2024-05-06T02:23:09.171Z | Downloaded stable_deref_trait v1.2.0 |
1206 | 2024-05-06T02:23:09.171Z | Downloaded spin v0.5.2 |
1207 | 2024-05-06T02:23:09.171Z | Downloaded smf v0.2.3 |
1208 | 2024-05-06T02:23:09.196Z | Downloaded smallvec v1.13.1 |
1209 | 2024-05-06T02:23:09.196Z | Downloaded slog-stdlog v4.1.1 |
1210 | 2024-05-06T02:23:09.196Z | Downloaded slog-scope v4.4.0 |
1211 | 2024-05-06T02:23:09.196Z | Downloaded num-conv v0.1.0 |
1212 | 2024-05-06T02:23:09.196Z | Downloaded cc v1.0.83 |
1213 | 2024-05-06T02:23:09.196Z | Downloaded slab v0.4.9 |
1214 | 2024-05-06T02:23:09.196Z | Downloaded macaddr v1.0.1 |
1215 | 2024-05-06T02:23:09.196Z | Downloaded lru-cache v0.1.2 |
1216 | 2024-05-06T02:23:09.196Z | Downloaded libsw v3.3.1 |
1217 | 2024-05-06T02:23:09.196Z | Downloaded crc32fast v1.3.2 |
1218 | 2024-05-06T02:23:09.196Z | Downloaded cancel-safe-futures v0.1.5 |
1219 | 2024-05-06T02:23:09.196Z | Downloaded itoa v1.0.9 |
1220 | 2024-05-06T02:23:09.196Z | Downloaded ipnetwork v0.20.0 |
1221 | 2024-05-06T02:23:09.221Z | Downloaded console v0.15.8 |
1222 | 2024-05-06T02:23:09.221Z | Downloaded normalize-line-endings v0.3.0 |
1223 | 2024-05-06T02:23:09.221Z | Downloaded md5 v0.7.0 |
1224 | 2024-05-06T02:23:09.221Z | Downloaded match_cfg v0.1.0 |
1225 | 2024-05-06T02:23:09.221Z | Downloaded is-terminal v0.4.9 |
1226 | 2024-05-06T02:23:09.221Z | Downloaded const-oid v0.9.6 |
1227 | 2024-05-06T02:23:09.221Z | Downloaded instant v0.1.12 |
1228 | 2024-05-06T02:23:09.221Z | Downloaded defmt-parser v0.3.3 |
1229 | 2024-05-06T02:23:09.222Z | Downloaded defmt v0.3.5 |
1230 | 2024-05-06T02:23:09.222Z | Downloaded clap_derive v4.5.4 |
1231 | 2024-05-06T02:23:09.222Z | Downloaded defmt-macros v0.3.6 |
1232 | 2024-05-06T02:23:09.222Z | Downloaded debug-ignore v1.0.5 |
1233 | 2024-05-06T02:23:09.222Z | Downloaded data-encoding v2.4.0 |
1234 | 2024-05-06T02:23:09.247Z | Downloaded cobs v0.2.3 |
1235 | 2024-05-06T02:23:09.247Z | Downloaded clap_lex v0.7.0 |
1236 | 2024-05-06T02:23:09.247Z | Downloaded cipher v0.4.4 |
1237 | 2024-05-06T02:23:09.247Z | Downloaded chacha20 v0.9.1 |
1238 | 2024-05-06T02:23:09.247Z | Downloaded bytecount v0.6.3 |
1239 | 2024-05-06T02:23:09.247Z | Downloaded ctr v0.9.2 |
1240 | 2024-05-06T02:23:09.247Z | Downloaded cpufeatures v0.2.12 |
1241 | 2024-05-06T02:23:09.247Z | Downloaded convert_case v0.4.0 |
1242 | 2024-05-06T02:23:09.247Z | Downloaded inout v0.1.3 |
1243 | 2024-05-06T02:23:09.247Z | Downloaded iana-time-zone v0.1.57 |
1244 | 2024-05-06T02:23:09.247Z | Downloaded der_derive v0.7.2 |
1245 | 2024-05-06T02:23:09.247Z | Downloaded der v0.7.8 |
1246 | 2024-05-06T02:23:09.247Z | Downloaded darling v0.20.8 |
1247 | 2024-05-06T02:23:09.272Z | Downloaded crypto-bigint v0.5.2 |
1248 | 2024-05-06T02:23:09.272Z | Downloaded crucible-workspace-hack v0.1.0 |
1249 | 2024-05-06T02:23:09.272Z | Downloaded crossbeam-utils v0.8.19 |
1250 | 2024-05-06T02:23:09.272Z | Downloaded cookie_store v0.20.0 |
1251 | 2024-05-06T02:23:09.272Z | Downloaded cookie v0.17.0 |
1252 | 2024-05-06T02:23:09.272Z | Downloaded colored v2.1.0 |
1253 | 2024-05-06T02:23:09.272Z | Downloaded ciborium-ll v0.2.2 |
1254 | 2024-05-06T02:23:09.272Z | Downloaded ciborium v0.2.2 |
1255 | 2024-05-06T02:23:09.297Z | Downloaded cfg-if v1.0.0 |
1256 | 2024-05-06T02:23:09.297Z | Downloaded byteorder v1.5.0 |
1257 | 2024-05-06T02:23:09.297Z | Downloaded block-padding v0.3.3 |
1258 | 2024-05-06T02:23:09.297Z | Downloaded bitstruct_derive v0.1.0 |
1259 | 2024-05-06T02:23:09.297Z | Downloaded darling_macro v0.20.8 |
1260 | 2024-05-06T02:23:09.297Z | Downloaded darling_core v0.20.8 |
1261 | 2024-05-06T02:23:09.297Z | Downloaded crypto-common v0.1.6 |
1262 | 2024-05-06T02:23:09.297Z | Downloaded crossbeam-epoch v0.9.18 |
1263 | 2024-05-06T02:23:09.297Z | Downloaded clap v4.5.4 |
1264 | 2024-05-06T02:23:09.322Z | Downloaded ciborium-io v0.2.2 |
1265 | 2024-05-06T02:23:09.322Z | Downloaded cbc v0.1.2 |
1266 | 2024-05-06T02:23:09.322Z | Downloaded camino v1.1.6 |
1267 | 2024-05-06T02:23:09.322Z | Downloaded bzip2 v0.4.4 |
1268 | 2024-05-06T02:23:09.322Z | Downloaded bytes v1.6.0 |
1269 | 2024-05-06T02:23:09.322Z | Downloaded blowfish v0.9.1 |
1270 | 2024-05-06T02:23:09.322Z | Downloaded blake2 v0.10.6 |
1271 | 2024-05-06T02:23:09.322Z | Downloaded bitstruct v0.1.1 |
1272 | 2024-05-06T02:23:09.322Z | Downloaded bitflags v2.4.2 |
1273 | 2024-05-06T02:23:09.350Z | Downloaded crossbeam-deque v0.8.3 |
1274 | 2024-05-06T02:23:09.350Z | Downloaded constant_time_eq v0.3.0 |
1275 | 2024-05-06T02:23:09.350Z | Downloaded colorchoice v1.0.0 |
1276 | 2024-05-06T02:23:09.350Z | Downloaded camino-tempfile v1.1.1 |
1277 | 2024-05-06T02:23:09.350Z | Downloaded block-buffer v0.10.4 |
1278 | 2024-05-06T02:23:09.351Z | Downloaded bit-set v0.5.3 |
1279 | 2024-05-06T02:23:09.351Z | Downloaded base16ct v0.2.0 |
1280 | 2024-05-06T02:23:09.351Z | Downloaded backoff v0.4.0 |
1281 | 2024-05-06T02:23:09.351Z | Downloaded async-trait v0.1.80 |
1282 | 2024-05-06T02:23:09.351Z | Downloaded base64 v0.22.0 |
1283 | 2024-05-06T02:23:09.351Z | Downloaded base64 v0.21.7 |
1284 | 2024-05-06T02:23:09.376Z | Downloaded base64 v0.13.1 |
1285 | 2024-05-06T02:23:09.376Z | Downloaded backtrace v0.3.69 |
1286 | 2024-05-06T02:23:09.376Z | Downloaded autocfg v1.1.0 |
1287 | 2024-05-06T02:23:09.376Z | Downloaded atty v0.2.14 |
1288 | 2024-05-06T02:23:09.376Z | Downloaded atomicwrites v0.4.3 |
1289 | 2024-05-06T02:23:09.376Z | Downloaded atomic-waker v1.1.1 |
1290 | 2024-05-06T02:23:09.376Z | Downloaded async-stream-impl v0.3.5 |
1291 | 2024-05-06T02:23:09.376Z | Downloaded async-stream v0.3.5 |
1292 | 2024-05-06T02:23:09.376Z | Downloaded ascii v1.1.0 |
1293 | 2024-05-06T02:23:09.376Z | Downloaded arrayvec v0.7.4 |
1294 | 2024-05-06T02:23:09.376Z | Downloaded arrayref v0.3.7 |
1295 | 2024-05-06T02:23:09.376Z | Downloaded argon2 v0.5.3 |
1296 | 2024-05-06T02:23:09.401Z | Downloaded anyhow v1.0.82 |
1297 | 2024-05-06T02:23:09.401Z | Downloaded anstyle-query v1.0.0 |
1298 | 2024-05-06T02:23:09.401Z | Downloaded anstyle-parse v0.2.1 |
1299 | 2024-05-06T02:23:09.401Z | Downloaded anstyle v1.0.6 |
1300 | 2024-05-06T02:23:09.401Z | Downloaded anstream v0.6.11 |
1301 | 2024-05-06T02:23:09.401Z | Downloaded allocator-api2 v0.2.16 |
1302 | 2024-05-06T02:23:09.401Z | Downloaded aho-corasick v1.1.2 |
1303 | 2024-05-06T02:23:09.401Z | Downloaded ahash v0.8.8 |
1304 | 2024-05-06T02:23:09.426Z | Downloaded aes-gcm v0.10.3 |
1305 | 2024-05-06T02:23:09.426Z | Downloaded aes v0.8.3 |
1306 | 2024-05-06T02:23:09.426Z | Downloaded aead v0.5.2 |
1307 | 2024-05-06T02:23:09.426Z | Downloaded addr2line v0.21.0 |
1308 | 2024-05-06T02:23:09.748Z | Compiling proc-macro2 v1.0.81 |
1309 | 2024-05-06T02:23:09.772Z | Compiling unicode-ident v1.0.12 |
1310 | 2024-05-06T02:23:09.772Z | Compiling libc v0.2.153 |
1311 | 2024-05-06T02:23:09.772Z | Compiling serde v1.0.199 |
1312 | 2024-05-06T02:23:09.773Z | Compiling version_check v0.9.4 |
1313 | 2024-05-06T02:23:09.773Z | Compiling cfg-if v1.0.0 |
1314 | 2024-05-06T02:23:09.773Z | Compiling autocfg v1.1.0 |
1315 | 2024-05-06T02:23:09.970Z | Compiling once_cell v1.19.0 |
1316 | 2024-05-06T02:23:09.999Z | Compiling thiserror v1.0.59 |
1317 | 2024-05-06T02:23:10.073Z | Compiling typenum v1.16.0 |
1318 | 2024-05-06T02:23:10.393Z | Compiling parking_lot_core v0.9.8 |
1319 | 2024-05-06T02:23:10.577Z | Compiling byteorder v1.5.0 |
1320 | 2024-05-06T02:23:10.611Z | Compiling memchr v2.7.1 |
1321 | 2024-05-06T02:23:10.713Z | Compiling lock_api v0.4.10 |
1322 | 2024-05-06T02:23:10.840Z | Compiling generic-array v0.14.7 |
1323 | 2024-05-06T02:23:11.001Z | Compiling libm v0.2.7 |
1324 | 2024-05-06T02:23:11.033Z | Compiling serde_json v1.0.116 |
1325 | 2024-05-06T02:23:11.058Z | Compiling ahash v0.8.8 |
1326 | 2024-05-06T02:23:11.171Z | Compiling num-traits v0.2.18 |
1327 | 2024-05-06T02:23:11.344Z | Compiling quote v1.0.36 |
1328 | 2024-05-06T02:23:11.369Z | Compiling log v0.4.21 |
1329 | 2024-05-06T02:23:11.436Z | Compiling itoa v1.0.9 |
1330 | 2024-05-06T02:23:11.728Z | Compiling syn v2.0.60 |
1331 | 2024-05-06T02:23:11.920Z | Compiling getrandom v0.2.12 |
1332 | 2024-05-06T02:23:11.945Z | Compiling cc v1.0.83 |
1333 | 2024-05-06T02:23:11.982Z | Compiling syn v1.0.109 |
1334 | 2024-05-06T02:23:12.133Z | Compiling rand_core v0.6.4 |
1335 | 2024-05-06T02:23:12.186Z | Compiling scopeguard v1.2.0 |
1336 | 2024-05-06T02:23:12.350Z | Compiling slab v0.4.9 |
1337 | 2024-05-06T02:23:12.965Z | Compiling smallvec v1.13.1 |
1338 | 2024-05-06T02:23:13.149Z | Compiling ryu v1.0.15 |
1339 | 2024-05-06T02:23:13.215Z | Compiling allocator-api2 v0.2.16 |
1340 | 2024-05-06T02:23:13.398Z | Compiling pin-project-lite v0.2.13 |
1341 | 2024-05-06T02:23:13.422Z | Compiling subtle v2.5.0 |
1342 | 2024-05-06T02:23:13.513Z | Compiling pkg-config v0.3.27 |
1343 | 2024-05-06T02:23:13.813Z | Compiling parking_lot v0.12.1 |
1344 | 2024-05-06T02:23:13.890Z | Compiling schemars v0.8.17 |
1345 | 2024-05-06T02:23:13.966Z | Compiling signal-hook-registry v1.4.1 |
1346 | 2024-05-06T02:23:14.126Z | Compiling mio v0.8.11 |
1347 | 2024-05-06T02:23:14.153Z | Compiling equivalent v1.0.1 |
1348 | 2024-05-06T02:23:14.636Z | Compiling socket2 v0.5.6 |
1349 | 2024-05-06T02:23:14.672Z | Compiling num_cpus v1.16.0 |
1350 | 2024-05-06T02:23:14.791Z | Compiling num-conv v0.1.0 |
1351 | 2024-05-06T02:23:14.848Z | Compiling ring v0.17.8 |
1352 | 2024-05-06T02:23:15.048Z | Compiling time-core v0.1.2 |
1353 | 2024-05-06T02:23:15.201Z | Compiling time-macros v0.2.17 |
1354 | 2024-05-06T02:23:15.390Z | Compiling futures-core v0.3.30 |
1355 | 2024-05-06T02:23:15.478Z | Compiling httparse v1.8.0 |
1356 | 2024-05-06T02:23:15.526Z | Compiling const-oid v0.9.6 |
1357 | 2024-05-06T02:23:15.609Z | Compiling vcpkg v0.2.15 |
1358 | 2024-05-06T02:23:16.964Z | Compiling fnv v1.0.7 |
1359 | 2024-05-06T02:23:17.087Z | Compiling futures-sink v0.3.30 |
1360 | 2024-05-06T02:23:17.242Z | Compiling ring v0.16.20 |
1361 | 2024-05-06T02:23:17.506Z | Compiling openssl-sys v0.9.102 |
1362 | 2024-05-06T02:23:17.633Z | Compiling futures-channel v0.3.30 |
1363 | 2024-05-06T02:23:17.758Z | Compiling futures-task v0.3.30 |
1364 | 2024-05-06T02:23:18.007Z | Compiling serde_derive_internals v0.29.0 |
1365 | 2024-05-06T02:23:18.032Z | Compiling spin v0.5.2 |
1366 | 2024-05-06T02:23:18.056Z | Compiling pin-utils v0.1.0 |
1367 | 2024-05-06T02:23:18.152Z | Compiling futures-io v0.3.30 |
1368 | 2024-05-06T02:23:18.257Z | Compiling slog v2.7.0 |
1369 | 2024-05-06T02:23:18.285Z | Compiling openssl v0.10.64 |
1370 | 2024-05-06T02:23:18.418Z | Compiling ucd-trie v0.1.6 |
1371 | 2024-05-06T02:23:18.442Z | Compiling semver v1.0.22 |
1372 | 2024-05-06T02:23:18.642Z | Compiling rustix v0.38.31 |
1373 | 2024-05-06T02:23:18.666Z | Compiling heck v0.4.1 |
1374 | 2024-05-06T02:23:18.693Z | Compiling iana-time-zone v0.1.57 |
1375 | 2024-05-06T02:23:18.882Z | Compiling native-tls v0.2.11 |
1376 | 2024-05-06T02:23:18.922Z | Compiling rustls v0.21.9 |
1377 | 2024-05-06T02:23:19.188Z | Compiling cpufeatures v0.2.12 |
1378 | 2024-05-06T02:23:19.226Z | Compiling tinyvec_macros v0.1.1 |
1379 | 2024-05-06T02:23:19.251Z | Compiling backtrace v0.3.69 |
1380 | 2024-05-06T02:23:19.275Z | Compiling cookie v0.17.0 |
1381 | 2024-05-06T02:23:19.300Z | Compiling tinyvec v1.6.0 |
1382 | 2024-05-06T02:23:19.724Z | Compiling aho-corasick v1.1.2 |
1383 | 2024-05-06T02:23:19.753Z | Compiling dyn-clone v1.0.17 |
1384 | 2024-05-06T02:23:20.010Z | Compiling heck v0.5.0 |
1385 | 2024-05-06T02:23:20.185Z | Compiling regex-syntax v0.8.2 |
1386 | 2024-05-06T02:23:20.284Z | Compiling unicode-bidi v0.3.15 |
1387 | 2024-05-06T02:23:20.421Z | Compiling unicode-normalization v0.1.22 |
1388 | 2024-05-06T02:23:20.846Z | Compiling crossbeam-utils v0.8.19 |
1389 | 2024-05-06T02:23:21.134Z | Compiling ppv-lite86 v0.2.17 |
1390 | 2024-05-06T02:23:21.268Z | Compiling anyhow v1.0.82 |
1391 | 2024-05-06T02:23:21.333Z | Compiling tracing-core v0.1.32 |
1392 | 2024-05-06T02:23:22.382Z | Compiling percent-encoding v2.3.1 |
1393 | 2024-05-06T02:23:22.724Z | Compiling rand_chacha v0.3.1 |
1394 | 2024-05-06T02:23:23.316Z | Compiling regex-automata v0.4.5 |
1395 | 2024-05-06T02:23:23.649Z | Compiling serde_derive v1.0.199 |
1396 | 2024-05-06T02:23:23.810Z | Compiling zeroize_derive v1.4.2 |
1397 | 2024-05-06T02:23:24.142Z | Compiling zerocopy-derive v0.7.32 |
1398 | 2024-05-06T02:23:24.185Z | Compiling thiserror-impl v1.0.59 |
1399 | 2024-05-06T02:23:24.354Z | Compiling tokio-macros v2.2.0 |
1400 | 2024-05-06T02:23:24.414Z | Compiling futures-macro v0.3.30 |
1401 | 2024-05-06T02:23:25.140Z | Compiling zeroize v1.7.0 |
1402 | 2024-05-06T02:23:25.477Z | Compiling tracing-attributes v0.1.27 |
1403 | 2024-05-06T02:23:25.767Z | Compiling schemars_derive v0.8.17 |
1404 | 2024-05-06T02:23:26.053Z | Compiling zerocopy v0.7.32 |
1405 | 2024-05-06T02:23:26.551Z | Compiling crypto-common v0.1.6 |
1406 | 2024-05-06T02:23:26.764Z | Compiling block-buffer v0.10.4 |
1407 | 2024-05-06T02:23:27.041Z | Compiling digest v0.10.7 |
1408 | 2024-05-06T02:23:27.124Z | Compiling futures-util v0.3.30 |
1409 | 2024-05-06T02:23:27.382Z | Compiling pest v2.7.6 |
1410 | 2024-05-06T02:23:27.475Z | Compiling openssl-macros v0.1.1 |
1411 | 2024-05-06T02:23:27.903Z | Compiling hashbrown v0.14.3 |
1412 | 2024-05-06T02:23:28.099Z | Compiling async-trait v0.1.80 |
1413 | 2024-05-06T02:23:28.939Z | Compiling tracing v0.1.40 |
1414 | 2024-05-06T02:23:29.086Z | Compiling regex v1.10.4 |
1415 | 2024-05-06T02:23:29.394Z | Compiling pest_meta v2.7.6 |
1416 | 2024-05-06T02:23:29.654Z | Compiling scroll_derive v0.12.0 |
1417 | 2024-05-06T02:23:29.969Z | Compiling der_derive v0.7.2 |
1418 | 2024-05-06T02:23:30.385Z | Compiling pest_generator v2.7.6 |
1419 | 2024-05-06T02:23:32.041Z | Compiling rand v0.8.5 |
1420 | 2024-05-06T02:23:32.065Z | Compiling spin v0.9.8 |
1421 | 2024-05-06T02:23:32.273Z | Compiling thread-id v4.2.0 |
1422 | 2024-05-06T02:23:32.395Z | Compiling rustversion v1.0.14 |
1423 | 2024-05-06T02:23:32.626Z | Compiling powerfmt v0.2.0 |
1424 | 2024-05-06T02:23:32.974Z | Compiling deranged v0.3.11 |
1425 | 2024-05-06T02:23:33.292Z | Compiling pest_derive v2.7.6 |
1426 | 2024-05-06T02:23:33.323Z | Compiling form_urlencoded v1.2.1 |
1427 | 2024-05-06T02:23:33.603Z | Compiling unicode-width v0.1.11 |
1428 | 2024-05-06T02:23:33.870Z | Compiling winnow v0.5.15 |
1429 | 2024-05-06T02:23:34.022Z | Compiling num_threads v0.1.6 |
1430 | 2024-05-06T02:23:34.543Z | Compiling time v0.3.34 |
1431 | 2024-05-06T02:23:35.082Z | Compiling bytes v1.6.0 |
1432 | 2024-05-06T02:23:35.547Z | Compiling indexmap v2.2.6 |
1433 | 2024-05-06T02:23:36.119Z | Compiling tokio v1.37.0 |
1434 | 2024-05-06T02:23:36.684Z | Compiling uuid v1.8.0 |
1435 | 2024-05-06T02:23:36.709Z | Compiling chrono v0.4.38 |
1436 | 2024-05-06T02:23:37.000Z | Compiling bitflags v2.4.2 |
1437 | 2024-05-06T02:23:37.825Z | Compiling http v0.2.12 |
1438 | 2024-05-06T02:23:38.889Z | Compiling serde_spanned v0.6.5 |
1439 | 2024-05-06T02:23:39.023Z | Compiling toml_datetime v0.6.5 |
1440 | 2024-05-06T02:23:39.211Z | Compiling rustc_version v0.4.0 |
1441 | 2024-05-06T02:23:39.740Z | Compiling toml_edit v0.19.15 |
1442 | 2024-05-06T02:23:39.870Z | Compiling unicode-xid v0.2.4 |
1443 | 2024-05-06T02:23:40.029Z | Compiling synstructure v0.12.6 |
1444 | 2024-05-06T02:23:41.311Z | Compiling openapiv3 v2.0.0 |
1445 | 2024-05-06T02:23:41.516Z | Compiling serde_tokenstream v0.2.0 |
1446 | 2024-05-06T02:23:41.970Z | Compiling idna v0.5.0 |
1447 | 2024-05-06T02:23:42.514Z | Compiling usdt-impl v0.5.0 |
1448 | 2024-05-06T02:23:42.782Z | Compiling crc32fast v1.3.2 |
1449 | 2024-05-06T02:23:43.517Z | Compiling url v2.5.0 |
1450 | 2024-05-06T02:23:43.542Z | Compiling zerocopy-derive v0.2.0 |
1451 | 2024-05-06T02:23:43.629Z | Compiling scroll v0.12.0 |
1452 | 2024-05-06T02:23:44.234Z | Compiling lazy_static v1.4.0 |
1453 | 2024-05-06T02:23:44.752Z | Compiling plain v0.2.3 |
1454 | 2024-05-06T02:23:44.911Z | Compiling goblin v0.8.0 |
1455 | 2024-05-06T02:23:45.955Z | Compiling tokio-util v0.7.10 |
1456 | 2024-05-06T02:23:46.203Z | Compiling untrusted v0.7.1 |
1457 | 2024-05-06T02:23:46.365Z | Compiling untrusted v0.9.0 |
1458 | 2024-05-06T02:23:46.690Z | Compiling foreign-types-shared v0.1.1 |
1459 | 2024-05-06T02:23:46.871Z | Compiling pretty-hex v0.4.1 |
1460 | 2024-05-06T02:23:48.617Z | Compiling foreign-types v0.3.2 |
1461 | 2024-05-06T02:23:50.218Z | Compiling dof v0.3.0 |
1462 | 2024-05-06T02:23:50.309Z | Compiling dtrace-parser v0.2.0 |
1463 | 2024-05-06T02:23:50.777Z | Compiling errno v0.3.8 |
1464 | 2024-05-06T02:23:50.974Z | Compiling usdt-impl v0.3.5 |
1465 | 2024-05-06T02:23:51.259Z | Compiling adler v1.0.2 |
1466 | 2024-05-06T02:23:51.457Z | Compiling try-lock v0.2.4 |
1467 | 2024-05-06T02:23:51.585Z | Compiling base64 v0.21.7 |
1468 | 2024-05-06T02:23:51.867Z | Compiling want v0.3.1 |
1469 | 2024-05-06T02:23:51.942Z | Compiling miniz_oxide v0.7.1 |
1470 | 2024-05-06T02:23:52.792Z | Compiling rustls-webpki v0.101.7 |
1471 | 2024-05-06T02:23:53.224Z | Compiling sct v0.7.0 |
1472 | 2024-05-06T02:23:53.313Z | Compiling h2 v0.3.26 |
1473 | 2024-05-06T02:23:53.567Z | Compiling http-body v0.4.5 |
1474 | 2024-05-06T02:23:54.342Z | Compiling socket2 v0.4.9 |
1475 | 2024-05-06T02:23:54.799Z | Compiling num-bigint v0.4.4 |
1476 | 2024-05-06T02:23:55.111Z | Compiling openssl-probe v0.1.5 |
1477 | 2024-05-06T02:23:55.337Z | Compiling httpdate v1.0.3 |
1478 | 2024-05-06T02:23:55.398Z | Compiling tower-service v0.3.2 |
1479 | 2024-05-06T02:23:56.246Z | Compiling zerocopy v0.3.0 |
1480 | 2024-05-06T02:23:56.574Z | Compiling heapless v0.7.16 |
1481 | 2024-05-06T02:23:56.882Z | Compiling idna v0.3.0 |
1482 | 2024-05-06T02:23:57.030Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1483 | 2024-05-06T02:23:57.054Z | Compiling signal-hook v0.3.17 |
1484 | 2024-05-06T02:23:58.063Z | Compiling base64ct v1.6.0 |
1485 | 2024-05-06T02:23:58.088Z | Compiling psl-types v2.0.11 |
1486 | 2024-05-06T02:23:58.264Z | Compiling publicsuffix v2.2.3 |
1487 | 2024-05-06T02:23:58.569Z | Compiling tokio-native-tls v0.3.1 |
1488 | 2024-05-06T02:23:58.809Z | Compiling hyper v0.14.28 |
1489 | 2024-05-06T02:23:59.509Z | Compiling tokio-rustls v0.24.1 |
1490 | 2024-05-06T02:23:59.753Z | Compiling dof v0.1.5 |
1491 | 2024-05-06T02:23:59.853Z | Compiling crossbeam-epoch v0.9.18 |
1492 | 2024-05-06T02:24:00.509Z | Compiling dtrace-parser v0.1.14 |
1493 | 2024-05-06T02:24:00.678Z | Compiling gimli v0.28.0 |
1494 | 2024-05-06T02:24:01.048Z | Compiling ipnet v2.9.0 |
1495 | 2024-05-06T02:24:02.078Z | Compiling cookie_store v0.20.0 |
1496 | 2024-05-06T02:24:03.048Z | Compiling rustls-pemfile v1.0.3 |
1497 | 2024-05-06T02:24:03.374Z | Compiling serde_urlencoded v0.7.1 |
1498 | 2024-05-06T02:24:03.570Z | Compiling serde_tokenstream v0.1.7 |
1499 | 2024-05-06T02:24:03.817Z | Compiling enum-as-inner v0.5.1 |
1500 | 2024-05-06T02:24:03.885Z | Compiling object v0.32.1 |
1501 | 2024-05-06T02:24:04.031Z | Compiling addr2line v0.21.0 |
1502 | 2024-05-06T02:24:04.569Z | Compiling hyper-rustls v0.24.2 |
1503 | 2024-05-06T02:24:04.622Z | Compiling hyper-tls v0.5.0 |
1504 | 2024-05-06T02:24:04.716Z | Compiling encoding_rs v0.8.33 |
1505 | 2024-05-06T02:24:05.425Z | Compiling rustc-demangle v0.1.23 |
1506 | 2024-05-06T02:24:05.499Z | Compiling sync_wrapper v0.1.2 |
1507 | 2024-05-06T02:24:05.715Z | Compiling smoltcp v0.9.1 |
1508 | 2024-05-06T02:24:05.923Z | Compiling either v1.11.0 |
1509 | 2024-05-06T02:24:06.318Z | Compiling webpki-roots v0.25.2 |
1510 | 2024-05-06T02:24:06.395Z | Compiling mime v0.3.17 |
1511 | 2024-05-06T02:24:06.462Z | Compiling data-encoding v2.4.0 |
1512 | 2024-05-06T02:24:07.218Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1513 | 2024-05-06T02:24:08.178Z | Compiling reqwest v0.11.27 |
1514 | 2024-05-06T02:24:08.332Z | Compiling pem-rfc7468 v0.7.0 |
1515 | 2024-05-06T02:24:09.175Z | Compiling hmac v0.12.1 |
1516 | 2024-05-06T02:24:09.973Z | Compiling futures-executor v0.3.30 |
1517 | 2024-05-06T02:24:10.014Z | Compiling regress v0.9.1 |
1518 | 2024-05-06T02:24:10.523Z | Compiling siphasher v0.3.11 |
1519 | 2024-05-06T02:24:10.849Z | Compiling winnow v0.6.1 |
1520 | 2024-05-06T02:24:11.091Z | Compiling unicode-segmentation v1.10.1 |
1521 | 2024-05-06T02:24:11.447Z | Compiling flagset v0.4.3 |
1522 | 2024-05-06T02:24:11.610Z | Compiling der v0.7.8 |
1523 | 2024-05-06T02:24:13.733Z | Compiling toml_edit v0.22.12 |
1524 | 2024-05-06T02:24:13.953Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#f7442947) |
1525 | 2024-05-06T02:24:14.283Z | Compiling flate2 v1.0.28 |
1526 | 2024-05-06T02:24:14.426Z | Compiling usdt-attr-macro v0.3.5 |
1527 | 2024-05-06T02:24:15.653Z | Compiling usdt-macro v0.3.5 |
1528 | 2024-05-06T02:24:16.644Z | Compiling hubpack_derive v0.1.1 |
1529 | 2024-05-06T02:24:16.750Z | Compiling clap_derive v4.5.4 |
1530 | 2024-05-06T02:24:17.287Z | Compiling zerocopy-derive v0.6.6 |
1531 | 2024-05-06T02:24:18.036Z | Compiling bitflags v1.3.2 |
1532 | 2024-05-06T02:24:18.060Z | Compiling anstyle v1.0.6 |
1533 | 2024-05-06T02:24:18.434Z | Compiling utf8parse v0.2.1 |
1534 | 2024-05-06T02:24:18.585Z | Compiling anstyle-parse v0.2.1 |
1535 | 2024-05-06T02:24:18.876Z | Compiling sha2 v0.10.8 |
1536 | 2024-05-06T02:24:20.370Z | Compiling futures v0.3.30 |
1537 | 2024-05-06T02:24:20.472Z | Compiling spki v0.7.2 |
1538 | 2024-05-06T02:24:20.928Z | Compiling md-5 v0.10.5 |
1539 | 2024-05-06T02:24:20.970Z | Compiling toml v0.7.8 |
1540 | 2024-05-06T02:24:21.164Z | Compiling hex v0.4.3 |
1541 | 2024-05-06T02:24:21.412Z | Compiling stringprep v0.1.3 |
1542 | 2024-05-06T02:24:21.437Z | Compiling block-padding v0.3.3 |
1543 | 2024-05-06T02:24:21.562Z | Compiling num-integer v0.1.46 |
1544 | 2024-05-06T02:24:21.645Z | Compiling diesel_table_macro_syntax v0.1.0 |
1545 | 2024-05-06T02:24:21.686Z | Compiling hash32 v0.2.1 |
1546 | 2024-05-06T02:24:22.012Z | Compiling anstyle-query v1.0.0 |
1547 | 2024-05-06T02:24:22.139Z | Compiling colorchoice v1.0.0 |
1548 | 2024-05-06T02:24:22.232Z | Compiling stable_deref_trait v1.2.0 |
1549 | 2024-05-06T02:24:22.336Z | Compiling fallible-iterator v0.2.0 |
1550 | 2024-05-06T02:24:22.630Z | Compiling anstream v0.6.11 |
1551 | 2024-05-06T02:24:22.731Z | Compiling diesel_derives v2.1.2 |
1552 | 2024-05-06T02:24:22.945Z | Compiling postgres-protocol v0.6.6 |
1553 | 2024-05-06T02:24:23.413Z | Compiling inout v0.1.3 |
1554 | 2024-05-06T02:24:24.036Z | Compiling pkcs8 v0.10.2 |
1555 | 2024-05-06T02:24:24.576Z | Compiling phf_shared v0.11.2 |
1556 | 2024-05-06T02:24:24.805Z | Compiling terminal_size v0.3.0 |
1557 | 2024-05-06T02:24:24.902Z | Compiling ff v0.13.0 |
1558 | 2024-05-06T02:24:24.987Z | Compiling strum_macros v0.25.2 |
1559 | 2024-05-06T02:24:25.290Z | Compiling serde_repr v0.1.16 |
1560 | 2024-05-06T02:24:25.325Z | Compiling scheduled-thread-pool v0.2.7 |
1561 | 2024-05-06T02:24:25.627Z | Compiling strsim v0.11.0 |
1562 | 2024-05-06T02:24:25.651Z | Compiling managed v0.8.0 |
1563 | 2024-05-06T02:24:25.822Z | Compiling regex-automata v0.1.10 |
1564 | 2024-05-06T02:24:26.028Z | Compiling base16ct v0.2.0 |
1565 | 2024-05-06T02:24:26.243Z | Compiling bit-vec v0.6.3 |
1566 | 2024-05-06T02:24:26.268Z | Compiling clap_lex v0.7.0 |
1567 | 2024-05-06T02:24:26.310Z | Compiling matches v0.1.10 |
1568 | 2024-05-06T02:24:26.417Z | Compiling idna v0.2.3 |
1569 | 2024-05-06T02:24:26.621Z | Compiling clap_builder v4.5.2 |
1570 | 2024-05-06T02:24:26.724Z | Compiling sec1 v0.7.3 |
1571 | 2024-05-06T02:24:27.196Z | Compiling bstr v0.2.17 |
1572 | 2024-05-06T02:24:27.269Z | Compiling r2d2 v0.8.10 |
1573 | 2024-05-06T02:24:27.881Z | Compiling group v0.13.0 |
1574 | 2024-05-06T02:24:28.154Z | Compiling phf v0.11.2 |
1575 | 2024-05-06T02:24:28.462Z | Compiling signal-hook-mio v0.2.3 |
1576 | 2024-05-06T02:24:28.486Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#f7442947) |
1577 | 2024-05-06T02:24:28.616Z | Compiling bzip2 v0.4.4 |
1578 | 2024-05-06T02:24:28.640Z | Compiling cipher v0.4.4 |
1579 | 2024-05-06T02:24:28.741Z | Compiling postgres-types v0.2.6 |
1580 | 2024-05-06T02:24:29.091Z | Compiling zerocopy v0.6.6 |
1581 | 2024-05-06T02:24:29.272Z | Compiling hubpack v0.1.2 |
1582 | 2024-05-06T02:24:29.665Z | Compiling phf_shared v0.10.0 |
1583 | 2024-05-06T02:24:29.802Z | Compiling hkdf v0.12.4 |
1584 | 2024-05-06T02:24:30.004Z | Compiling crypto-bigint v0.5.2 |
1585 | 2024-05-06T02:24:30.028Z | Compiling ipnetwork v0.20.0 |
1586 | 2024-05-06T02:24:30.783Z | Compiling float-cmp v0.9.0 |
1587 | 2024-05-06T02:24:31.131Z | Compiling predicates-core v1.0.6 |
1588 | 2024-05-06T02:24:31.438Z | Compiling precomputed-hash v0.1.1 |
1589 | 2024-05-06T02:24:31.545Z | Compiling new_debug_unreachable v1.0.4 |
1590 | 2024-05-06T02:24:31.634Z | Compiling minimal-lexical v0.2.1 |
1591 | 2024-05-06T02:24:32.089Z | Compiling fixedbitset v0.4.2 |
1592 | 2024-05-06T02:24:32.469Z | Compiling whoami v1.5.1 |
1593 | 2024-05-06T02:24:32.662Z | Compiling difflib v0.4.0 |
1594 | 2024-05-06T02:24:33.151Z | Compiling static_assertions v1.1.0 |
1595 | 2024-05-06T02:24:33.376Z | Compiling normalize-line-endings v0.3.0 |
1596 | 2024-05-06T02:24:33.494Z | Compiling predicates v3.1.0 |
1597 | 2024-05-06T02:24:33.644Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1598 | 2024-05-06T02:24:34.030Z | Compiling trust-dns-proto v0.22.0 |
1599 | 2024-05-06T02:24:34.551Z | Compiling tokio-postgres v0.7.10 |
1600 | 2024-05-06T02:24:34.607Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#f7442947) |
1601 | 2024-05-06T02:24:34.729Z | Compiling petgraph v0.6.4 |
1602 | 2024-05-06T02:24:34.975Z | Compiling nom v7.1.3 |
1603 | 2024-05-06T02:24:35.100Z | Compiling diesel v2.1.6 |
1604 | 2024-05-06T02:24:36.340Z | Compiling string_cache v0.8.7 |
1605 | 2024-05-06T02:24:36.726Z | Compiling elliptic-curve v0.13.8 |
1606 | 2024-05-06T02:24:37.970Z | Compiling yasna v0.5.2 |
1607 | 2024-05-06T02:24:38.073Z | Compiling clap v4.5.4 |
1608 | 2024-05-06T02:24:38.203Z | Compiling zip v0.6.6 |
1609 | 2024-05-06T02:24:38.638Z | Compiling crossterm v0.27.0 |
1610 | 2024-05-06T02:24:38.872Z | Compiling similar v2.4.0 |
1611 | 2024-05-06T02:24:39.629Z | Compiling bit-set v0.5.3 |
1612 | 2024-05-06T02:24:39.885Z | Compiling num-iter v0.1.44 |
1613 | 2024-05-06T02:24:39.948Z | Compiling usdt v0.3.5 |
1614 | 2024-05-06T02:24:40.063Z | Compiling console v0.15.8 |
1615 | 2024-05-06T02:24:40.197Z | Compiling itertools v0.10.5 |
1616 | 2024-05-06T02:24:40.938Z | Compiling tokio-stream v0.1.15 |
1617 | 2024-05-06T02:24:41.398Z | Compiling getopts v0.2.21 |
1618 | 2024-05-06T02:24:41.484Z | Compiling bstr v1.9.0 |
1619 | 2024-05-06T02:24:41.777Z | Compiling unsafe-libyaml v0.2.10 |
1620 | 2024-05-06T02:24:41.948Z | Compiling peg-runtime v0.8.2 |
1621 | 2024-05-06T02:24:42.541Z | Compiling base64 v0.22.0 |
1622 | 2024-05-06T02:24:42.641Z | Compiling lalrpop-util v0.19.12 |
1623 | 2024-05-06T02:24:42.932Z | Compiling serde_yaml v0.9.25 |
1624 | 2024-05-06T02:24:43.450Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
1625 | 2024-05-06T02:24:46.479Z | Compiling camino v1.1.6 |
1626 | 2024-05-06T02:24:49.640Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
1627 | 2024-05-06T02:24:49.955Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
1628 | 2024-05-06T02:24:53.216Z | Compiling sha1 v0.10.6 |
1629 | 2024-05-06T02:25:04.098Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1630 | 2024-05-06T02:25:04.762Z | Compiling ident_case v1.0.1 |
1631 | 2024-05-06T02:25:04.903Z | Compiling strsim v0.10.0 |
1632 | 2024-05-06T02:25:05.149Z | Compiling darling_core v0.20.8 |
1633 | 2024-05-06T02:25:05.245Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
1634 | 2024-05-06T02:25:06.473Z | Compiling strum_macros v0.26.1 |
1635 | 2024-05-06T02:25:10.667Z | Compiling strum v0.26.2 |
1636 | 2024-05-06T02:25:10.913Z | Compiling darling_macro v0.20.8 |
1637 | 2024-05-06T02:25:11.031Z | Compiling dirs-sys-next v0.1.2 |
1638 | 2024-05-06T02:25:11.136Z | Compiling match_cfg v0.1.0 |
1639 | 2024-05-06T02:25:11.236Z | Compiling rayon-core v1.12.1 |
1640 | 2024-05-06T02:25:11.519Z | Compiling dirs-next v2.0.0 |
1641 | 2024-05-06T02:25:11.543Z | Compiling hostname v0.3.1 |
1642 | 2024-05-06T02:25:11.648Z | Compiling crossbeam-deque v0.8.3 |
1643 | 2024-05-06T02:25:11.691Z | Compiling http v1.0.0 |
1644 | 2024-05-06T02:25:11.759Z | Compiling thread_local v1.1.7 |
1645 | 2024-05-06T02:25:11.785Z | Compiling darling v0.20.8 |
1646 | 2024-05-06T02:25:11.821Z | Compiling slog-async v2.8.0 |
1647 | 2024-05-06T02:25:11.903Z | Compiling rustls-pki-types v1.3.0 |
1648 | 2024-05-06T02:25:11.939Z | Compiling fastrand v2.0.1 |
1649 | 2024-05-06T02:25:12.134Z | Compiling same-file v1.0.6 |
1650 | 2024-05-06T02:25:12.249Z | Compiling tempfile v3.10.1 |
1651 | 2024-05-06T02:25:12.344Z | Compiling walkdir v2.5.0 |
1652 | 2024-05-06T02:25:12.610Z | Compiling term v0.7.0 |
1653 | 2024-05-06T02:25:12.816Z | Compiling crossbeam-channel v0.5.8 |
1654 | 2024-05-06T02:25:13.025Z | Compiling is-terminal v0.4.9 |
1655 | 2024-05-06T02:25:13.050Z | Compiling blake3 v1.5.0 |
1656 | 2024-05-06T02:25:13.158Z | Compiling paste v1.0.14 |
1657 | 2024-05-06T02:25:13.342Z | Compiling rustls v0.22.4 |
1658 | 2024-05-06T02:25:13.593Z | Compiling take_mut v0.2.2 |
1659 | 2024-05-06T02:25:13.706Z | Compiling slog-term v2.9.1 |
1660 | 2024-05-06T02:25:13.771Z | Compiling rayon v1.10.0 |
1661 | 2024-05-06T02:25:13.945Z | Compiling rustls-webpki v0.102.1 |
1662 | 2024-05-06T02:25:13.970Z | Compiling filetime v0.2.23 |
1663 | 2024-05-06T02:25:14.038Z | Compiling xattr v1.0.1 |
1664 | 2024-05-06T02:25:14.276Z | Compiling memmap2 v0.7.1 |
1665 | 2024-05-06T02:25:14.300Z | Compiling multer v3.0.0 |
1666 | 2024-05-06T02:25:14.571Z | Compiling instant v0.1.12 |
1667 | 2024-05-06T02:25:14.674Z | Compiling arrayvec v0.7.4 |
1668 | 2024-05-06T02:25:14.716Z | Compiling arrayref v0.3.7 |
1669 | 2024-05-06T02:25:14.741Z | Compiling home v0.5.5 |
1670 | 2024-05-06T02:25:14.810Z | Compiling constant_time_eq v0.3.0 |
1671 | 2024-05-06T02:25:14.931Z | Compiling toolchain_find v0.4.0 |
1672 | 2024-05-06T02:25:14.970Z | Compiling camino-tempfile v1.1.1 |
1673 | 2024-05-06T02:25:14.995Z | Compiling tar v0.4.40 |
1674 | 2024-05-06T02:25:15.357Z | Compiling toml v0.8.12 |
1675 | 2024-05-06T02:25:15.701Z | Compiling slog-json v2.6.1 |
1676 | 2024-05-06T02:25:15.874Z | Compiling async-stream-impl v0.3.5 |
1677 | 2024-05-06T02:25:16.033Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1678 | 2024-05-06T02:25:16.058Z | Compiling atomic-waker v1.1.1 |
1679 | 2024-05-06T02:25:16.238Z | Compiling debug-ignore v1.0.5 |
1680 | 2024-05-06T02:25:16.303Z | Compiling topological-sort v0.2.2 |
1681 | 2024-05-06T02:25:16.454Z | Compiling waitgroup v0.1.2 |
1682 | 2024-05-06T02:25:16.507Z | Compiling rustfmt-wrapper v0.2.1 |
1683 | 2024-05-06T02:25:16.664Z | Compiling slog-bunyan v2.5.0 |
1684 | 2024-05-06T02:25:16.859Z | Compiling rustls-pemfile v2.1.2 |
1685 | 2024-05-06T02:25:16.989Z | Compiling serde_with_macros v3.7.0 |
1686 | 2024-05-06T02:25:17.043Z | Compiling async-stream v0.3.5 |
1687 | 2024-05-06T02:25:17.335Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1688 | 2024-05-06T02:25:17.705Z | Compiling serde_path_to_error v0.1.16 |
1689 | 2024-05-06T02:25:17.768Z | Compiling structmeta-derive v0.3.0 |
1690 | 2024-05-06T02:25:18.406Z | Compiling tokio-rustls v0.25.0 |
1691 | 2024-05-06T02:25:18.512Z | Compiling omicron-zone-package v0.11.0 |
1692 | 2024-05-06T02:25:18.654Z | Compiling proc-macro-error-attr v1.0.4 |
1693 | 2024-05-06T02:25:18.752Z | Compiling proc-macro-error v1.0.4 |
1694 | 2024-05-06T02:25:18.992Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1695 | 2024-05-06T02:25:19.300Z | Compiling newtype-uuid v1.1.0 |
1696 | 2024-05-06T02:25:19.596Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1697 | 2024-05-06T02:25:19.621Z | Compiling serde_with v3.7.0 |
1698 | 2024-05-06T02:25:20.261Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1699 | 2024-05-06T02:25:20.311Z | Compiling structmeta v0.3.0 |
1700 | 2024-05-06T02:25:20.431Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1701 | 2024-05-06T02:25:20.682Z | Compiling backoff v0.4.0 |
1702 | 2024-05-06T02:25:20.708Z | Compiling parse-display-derive v0.9.0 |
1703 | 2024-05-06T02:25:20.980Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1704 | 2024-05-06T02:25:21.608Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1705 | 2024-05-06T02:25:21.756Z | Compiling macaddr v1.0.1 |
1706 | 2024-05-06T02:25:22.141Z | Compiling proc-macro-crate v1.3.1 |
1707 | 2024-05-06T02:25:22.829Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1708 | 2024-05-06T02:25:23.109Z | Compiling num_enum_derive v0.5.11 |
1709 | 2024-05-06T02:25:23.154Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1710 | 2024-05-06T02:25:23.438Z | Compiling foreign-types-macros v0.2.3 |
1711 | 2024-05-06T02:25:23.462Z | Compiling foreign-types-shared v0.3.1 |
1712 | 2024-05-06T02:25:23.582Z | Compiling heapless v0.8.0 |
1713 | 2024-05-06T02:25:23.900Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1714 | 2024-05-06T02:25:24.037Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1715 | 2024-05-06T02:25:24.553Z | Compiling foreign-types v0.5.0 |
1716 | 2024-05-06T02:25:24.621Z | Compiling parse-display v0.9.0 |
1717 | 2024-05-06T02:25:24.762Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1718 | 2024-05-06T02:25:24.836Z | Compiling cstr-argument v0.1.2 |
1719 | 2024-05-06T02:25:25.056Z | Compiling hash32 v0.3.1 |
1720 | 2024-05-06T02:25:25.194Z | Compiling pretty-hex v0.2.1 |
1721 | 2024-05-06T02:25:25.279Z | Compiling smoltcp v0.11.0 |
1722 | 2024-05-06T02:25:25.444Z | Compiling num_enum v0.5.11 |
1723 | 2024-05-06T02:25:25.598Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1724 | 2024-05-06T02:25:25.651Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1725 | 2024-05-06T02:25:25.898Z | Compiling tabwriter v1.4.0 |
1726 | 2024-05-06T02:25:25.952Z | Compiling colored v2.1.0 |
1727 | 2024-05-06T02:25:26.157Z | Compiling embedded-io v0.4.0 |
1728 | 2024-05-06T02:25:26.181Z | Compiling cobs v0.2.3 |
1729 | 2024-05-06T02:25:26.339Z | Compiling postcard v1.0.8 |
1730 | 2024-05-06T02:25:26.447Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1731 | 2024-05-06T02:25:26.706Z | Compiling crucible-workspace-hack v0.1.0 |
1732 | 2024-05-06T02:25:26.770Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1733 | 2024-05-06T02:25:26.986Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1734 | 2024-05-06T02:25:27.015Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1735 | 2024-05-06T02:25:27.040Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1736 | 2024-05-06T02:25:27.363Z | Compiling smf v0.2.3 |
1737 | 2024-05-06T02:25:27.407Z | Compiling platforms v3.0.2 |
1738 | 2024-05-06T02:25:27.638Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1739 | 2024-05-06T02:25:27.764Z | Compiling humantime v2.1.0 |
1740 | 2024-05-06T02:25:28.003Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1741 | 2024-05-06T02:25:28.214Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1742 | 2024-05-06T02:25:28.339Z | Compiling usdt-attr-macro v0.5.0 |
1743 | 2024-05-06T02:25:28.581Z | Compiling usdt-macro v0.5.0 |
1744 | 2024-05-06T02:25:28.609Z | Compiling num-derive v0.4.0 |
1745 | 2024-05-06T02:25:29.248Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1746 | 2024-05-06T02:25:29.748Z | Compiling sigpipe v0.1.3 |
1747 | 2024-05-06T02:25:29.868Z | Compiling memmap v0.7.0 |
1748 | 2024-05-06T02:25:29.936Z | Compiling utf-8 v0.7.6 |
1749 | 2024-05-06T02:25:30.182Z | Compiling usdt v0.5.0 |
1750 | 2024-05-06T02:25:30.222Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1751 | 2024-05-06T02:25:30.456Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
1752 | 2024-05-06T02:25:30.637Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1753 | 2024-05-06T02:25:30.662Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1754 | 2024-05-06T02:25:31.029Z | Compiling atty v0.2.14 |
1755 | 2024-05-06T02:25:31.149Z | Compiling unicase v2.7.0 |
1756 | 2024-05-06T02:25:31.174Z | Compiling semver v0.1.20 |
1757 | 2024-05-06T02:25:31.238Z | Compiling newline-converter v0.3.0 |
1758 | 2024-05-06T02:25:31.393Z | Compiling universal-hash v0.5.1 |
1759 | 2024-05-06T02:25:31.424Z | Compiling opaque-debug v0.3.0 |
1760 | 2024-05-06T02:25:31.494Z | Compiling curve25519-dalek v4.1.2 |
1761 | 2024-05-06T02:25:31.523Z | Compiling rustc_version v0.1.7 |
1762 | 2024-05-06T02:25:31.572Z | Compiling expectorate v1.1.0 |
1763 | 2024-05-06T02:25:31.596Z | Compiling tungstenite v0.20.1 |
1764 | 2024-05-06T02:25:31.736Z | Compiling signature v2.1.0 |
1765 | 2024-05-06T02:25:31.761Z | Compiling curve25519-dalek-derive v0.1.0 |
1766 | 2024-05-06T02:25:31.964Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1767 | 2024-05-06T02:25:31.988Z | Compiling newtype_derive v0.1.6 |
1768 | 2024-05-06T02:25:32.153Z | Compiling num-rational v0.4.1 |
1769 | 2024-05-06T02:25:32.182Z | Compiling linked-hash-map v0.5.6 |
1770 | 2024-05-06T02:25:32.263Z | Compiling quick-error v1.2.3 |
1771 | 2024-05-06T02:25:32.401Z | Compiling getrandom v0.1.16 |
1772 | 2024-05-06T02:25:32.492Z | Compiling arc-swap v1.6.0 |
1773 | 2024-05-06T02:25:32.593Z | Compiling termcolor v1.2.0 |
1774 | 2024-05-06T02:25:32.984Z | Compiling env_logger v0.9.3 |
1775 | 2024-05-06T02:25:33.075Z | Compiling slog-scope v4.4.0 |
1776 | 2024-05-06T02:25:33.100Z | Compiling lru-cache v0.1.2 |
1777 | 2024-05-06T02:25:33.322Z | Compiling tokio-tungstenite v0.20.1 |
1778 | 2024-05-06T02:25:33.486Z | Compiling resolv-conf v0.7.0 |
1779 | 2024-05-06T02:25:33.630Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1780 | 2024-05-06T02:25:33.776Z | Compiling password-hash v0.5.0 |
1781 | 2024-05-06T02:25:33.800Z | Compiling blake2 v0.10.6 |
1782 | 2024-05-06T02:25:34.020Z | Compiling bitstruct_derive v0.1.0 |
1783 | 2024-05-06T02:25:34.176Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1784 | 2024-05-06T02:25:34.200Z | Compiling libefi-sys v0.1.0 |
1785 | 2024-05-06T02:25:34.317Z | Compiling bytecount v0.6.3 |
1786 | 2024-05-06T02:25:34.539Z | Compiling parking_lot_core v0.8.6 |
1787 | 2024-05-06T02:25:34.573Z | Compiling ascii v1.1.0 |
1788 | 2024-05-06T02:25:34.832Z | Compiling papergrid v0.11.0 |
1789 | 2024-05-06T02:25:35.010Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1790 | 2024-05-06T02:25:35.060Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1791 | 2024-05-06T02:25:35.167Z | Compiling argon2 v0.5.3 |
1792 | 2024-05-06T02:25:35.329Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1793 | 2024-05-06T02:25:35.354Z | Compiling bitstruct v0.1.1 |
1794 | 2024-05-06T02:25:35.483Z | Compiling trust-dns-resolver v0.22.0 |
1795 | 2024-05-06T02:25:36.205Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1796 | 2024-05-06T02:25:36.382Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1797 | 2024-05-06T02:25:37.538Z | Compiling slog-stdlog v4.1.1 |
1798 | 2024-05-06T02:25:37.964Z | Compiling tabled_derive v0.7.0 |
1799 | 2024-05-06T02:25:38.182Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1800 | 2024-05-06T02:25:38.343Z | Compiling rfc6979 v0.4.0 |
1801 | 2024-05-06T02:25:38.518Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1802 | 2024-05-06T02:25:38.633Z | Compiling serde_arrays v0.1.0 |
1803 | 2024-05-06T02:25:38.783Z | Compiling erased-serde v0.3.31 |
1804 | 2024-05-06T02:25:38.808Z | Compiling aead v0.5.2 |
1805 | 2024-05-06T02:25:38.863Z | Compiling num-complex v0.4.5 |
1806 | 2024-05-06T02:25:38.863Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1807 | 2024-05-06T02:25:39.129Z | Compiling nibble_vec v0.1.0 |
1808 | 2024-05-06T02:25:39.209Z | Compiling slog-dtrace v0.3.0 |
1809 | 2024-05-06T02:25:39.324Z | Compiling winapi v0.3.9 |
1810 | 2024-05-06T02:25:39.496Z | Compiling endian-type v0.1.2 |
1811 | 2024-05-06T02:25:39.711Z | Compiling keccak v0.1.4 |
1812 | 2024-05-06T02:25:39.736Z | Compiling cancel-safe-futures v0.1.5 |
1813 | 2024-05-06T02:25:40.013Z | Compiling sha3 v0.10.8 |
1814 | 2024-05-06T02:25:40.040Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1815 | 2024-05-06T02:25:40.094Z | Compiling radix_trie v0.2.1 |
1816 | 2024-05-06T02:25:40.144Z | Compiling tabled v0.15.0 |
1817 | 2024-05-06T02:25:40.252Z | Compiling num v0.4.2 |
1818 | 2024-05-06T02:25:40.452Z | Compiling ecdsa v0.16.9 |
1819 | 2024-05-06T02:25:40.514Z | Compiling rand_core v0.5.1 |
1820 | 2024-05-06T02:25:40.689Z | Compiling slog-envlogger v2.2.0 |
1821 | 2024-05-06T02:25:40.806Z | Compiling steno v0.4.0 |
1822 | 2024-05-06T02:25:40.831Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1823 | 2024-05-06T02:25:40.946Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1824 | 2024-05-06T02:25:41.105Z | Compiling mime_guess v2.0.4 |
1825 | 2024-05-06T02:25:41.683Z | Compiling poly1305 v0.8.0 |
1826 | 2024-05-06T02:25:41.940Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1827 | 2024-05-06T02:25:42.140Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1828 | 2024-05-06T02:25:42.569Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1829 | 2024-05-06T02:25:42.858Z | Compiling primeorder v0.13.6 |
1830 | 2024-05-06T02:25:43.088Z | Compiling chacha20 v0.9.1 |
1831 | 2024-05-06T02:25:43.183Z | Compiling heck v0.3.3 |
1832 | 2024-05-06T02:25:43.281Z | Compiling secrecy v0.8.0 |
1833 | 2024-05-06T02:25:43.491Z | Compiling thiserror-impl-no-std v2.0.2 |
1834 | 2024-05-06T02:25:43.515Z | Compiling half v2.3.1 |
1835 | 2024-05-06T02:25:43.548Z | Compiling convert_case v0.4.0 |
1836 | 2024-05-06T02:25:43.992Z | Compiling option-ext v0.2.0 |
1837 | 2024-05-06T02:25:44.123Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1838 | 2024-05-06T02:25:44.271Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1839 | 2024-05-06T02:25:44.383Z | Compiling ciborium-io v0.2.2 |
1840 | 2024-05-06T02:25:44.531Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1841 | 2024-05-06T02:25:44.581Z | Compiling ciborium-ll v0.2.2 |
1842 | 2024-05-06T02:25:44.818Z | Compiling derive_more v0.99.17 |
1843 | 2024-05-06T02:25:44.937Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1844 | 2024-05-06T02:25:45.473Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1845 | 2024-05-06T02:25:46.154Z | Compiling thiserror-no-std v2.0.2 |
1846 | 2024-05-06T02:25:46.179Z | Compiling dirs-sys v0.4.1 |
1847 | 2024-05-06T02:25:46.279Z | Compiling zone_cfg_derive v0.1.2 |
1848 | 2024-05-06T02:25:46.439Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1849 | 2024-05-06T02:25:47.115Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1850 | 2024-05-06T02:25:47.141Z | Compiling parking_lot v0.11.2 |
1851 | 2024-05-06T02:25:47.194Z | Compiling rand_chacha v0.2.2 |
1852 | 2024-05-06T02:25:47.450Z | Compiling trust-dns-client v0.22.0 |
1853 | 2024-05-06T02:25:48.096Z | Compiling ed25519 v2.2.2 |
1854 | 2024-05-06T02:25:48.440Z | Compiling polyval v0.6.1 |
1855 | 2024-05-06T02:25:48.507Z | Compiling tungstenite v0.21.0 |
1856 | 2024-05-06T02:25:48.549Z | Compiling aes v0.8.3 |
1857 | 2024-05-06T02:25:48.817Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1858 | 2024-05-06T02:25:49.183Z | Compiling ctr v0.9.2 |
1859 | 2024-05-06T02:25:49.514Z | Compiling blowfish v0.9.1 |
1860 | 2024-05-06T02:25:49.889Z | Compiling password-hash v0.4.2 |
1861 | 2024-05-06T02:25:50.023Z | Compiling libsw v3.3.1 |
1862 | 2024-05-06T02:25:50.296Z | Compiling toml v0.5.11 |
1863 | 2024-05-06T02:25:50.321Z | Compiling pbkdf2 v0.12.2 |
1864 | 2024-05-06T02:25:50.479Z | Compiling derive-where v1.2.7 |
1865 | 2024-05-06T02:25:50.699Z | Compiling fxhash v0.2.1 |
1866 | 2024-05-06T02:25:50.879Z | Compiling gethostname v0.4.3 |
1867 | 2024-05-06T02:25:51.129Z | Compiling swrite v0.1.0 |
1868 | 2024-05-06T02:25:51.260Z | Compiling owo-colors v4.0.0 |
1869 | 2024-05-06T02:25:51.316Z | Compiling linear-map v1.2.0 |
1870 | 2024-05-06T02:25:51.638Z | Compiling base64 v0.13.1 |
1871 | 2024-05-06T02:25:51.806Z | Compiling trust-dns-server v0.22.1 |
1872 | 2024-05-06T02:25:52.133Z | Compiling ron v0.7.1 |
1873 | 2024-05-06T02:25:53.048Z | Compiling sled v0.34.7 |
1874 | 2024-05-06T02:25:53.329Z | Compiling bcrypt-pbkdf v0.10.0 |
1875 | 2024-05-06T02:25:53.507Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1876 | 2024-05-06T02:25:53.818Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1877 | 2024-05-06T02:25:54.126Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1878 | 2024-05-06T02:25:54.509Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1879 | 2024-05-06T02:25:57.483Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1880 | 2024-05-06T02:25:57.675Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1881 | 2024-05-06T02:25:58.216Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1882 | 2024-05-06T02:25:58.351Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1883 | 2024-05-06T02:25:59.024Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1884 | 2024-05-06T02:25:59.884Z | Compiling pbkdf2 v0.11.0 |
1885 | 2024-05-06T02:25:59.908Z | Compiling tokio-tungstenite v0.21.0 |
1886 | 2024-05-06T02:26:00.195Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1887 | 2024-05-06T02:26:00.379Z | Compiling ghash v0.5.0 |
1888 | 2024-05-06T02:26:00.404Z | Compiling ed25519-dalek v2.0.0 |
1889 | 2024-05-06T02:26:00.568Z | Compiling russh-cryptovec v0.7.0 |
1890 | 2024-05-06T02:26:00.811Z | Compiling zone v0.1.8 |
1891 | 2024-05-06T02:26:00.836Z | Compiling rand v0.7.3 |
1892 | 2024-05-06T02:26:01.232Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1893 | 2024-05-06T02:26:01.594Z | Compiling dirs v5.0.1 |
1894 | 2024-05-06T02:26:01.780Z | Compiling vsss-rs v3.3.4 |
1895 | 2024-05-06T02:26:01.962Z | Compiling ciborium v0.2.2 |
1896 | 2024-05-06T02:26:02.903Z | Compiling chacha20poly1305 v0.10.1 |
1897 | 2024-05-06T02:26:03.102Z | Compiling p521 v0.13.3 |
1898 | 2024-05-06T02:26:03.228Z | Compiling p256 v0.13.2 |
1899 | 2024-05-06T02:26:03.945Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1900 | 2024-05-06T02:26:03.971Z | Compiling pem v3.0.4 |
1901 | 2024-05-06T02:26:04.666Z | Compiling cbc v0.1.2 |
1902 | 2024-05-06T02:26:04.892Z | Compiling headers-core v0.2.0 |
1903 | 2024-05-06T02:26:05.036Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1904 | 2024-05-06T02:26:05.064Z | Compiling portpicker v0.1.1 |
1905 | 2024-05-06T02:26:05.173Z | Compiling kstat-rs v0.2.3 |
1906 | 2024-05-06T02:26:05.368Z | Compiling nanorand v0.7.0 |
1907 | 2024-05-06T02:26:05.393Z | Compiling md5 v0.7.0 |
1908 | 2024-05-06T02:26:05.437Z | Compiling glob v0.3.1 |
1909 | 2024-05-06T02:26:05.823Z | Compiling http-range v0.1.5 |
1910 | 2024-05-06T02:26:05.937Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1911 | 2024-05-06T02:26:06.120Z | Compiling hyper-staticfile v0.9.5 |
1912 | 2024-05-06T02:26:06.163Z | Compiling flume v0.11.0 |
1913 | 2024-05-06T02:26:06.280Z | Compiling russh-keys v0.43.0 |
1914 | 2024-05-06T02:26:06.578Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1915 | 2024-05-06T02:26:06.742Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1916 | 2024-05-06T02:26:06.955Z | Compiling headers v0.3.9 |
1917 | 2024-05-06T02:26:08.666Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1918 | 2024-05-06T02:26:09.466Z | Compiling rcgen v0.12.1 |
1919 | 2024-05-06T02:26:09.807Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1920 | 2024-05-06T02:26:11.197Z | Compiling aes-gcm v0.10.3 |
1921 | 2024-05-06T02:26:11.444Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1922 | 2024-05-06T02:26:11.553Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1923 | 2024-05-06T02:26:11.995Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1924 | 2024-05-06T02:26:12.021Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1925 | 2024-05-06T02:26:13.393Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
1926 | 2024-05-06T02:26:14.494Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1927 | 2024-05-06T02:26:14.764Z | Compiling atomicwrites v0.4.3 |
1928 | 2024-05-06T02:26:15.094Z | Compiling itertools v0.12.1 |
1929 | 2024-05-06T02:26:15.504Z | Compiling subprocess v0.2.9 |
1930 | 2024-05-06T02:26:17.208Z | Compiling display-error-chain v0.2.0 |
1931 | 2024-05-06T02:26:17.389Z | Compiling hex-literal v0.4.1 |
1932 | 2024-05-06T02:26:17.558Z | Compiling dhcproto-macros v0.1.0 |
1933 | 2024-05-06T02:26:17.582Z | Compiling russh v0.43.0 |
1934 | 2024-05-06T02:26:17.635Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1935 | 2024-05-06T02:26:17.942Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1936 | 2024-05-06T02:26:18.366Z | Compiling dhcproto v0.11.0 |
1937 | 2024-05-06T02:26:18.651Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1938 | 2024-05-06T02:26:19.048Z | Compiling internet-checksum v0.2.1 |
1939 | 2024-05-06T02:26:22.054Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1940 | 2024-05-06T02:26:23.514Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1941 | 2024-05-06T02:26:48.490Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1942 | 2024-05-06T02:27:42.829Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 00s |
1943 | 2024-05-06T02:27:43.168Z | |
1944 | 2024-05-06T02:27:43.168Z | real 5:01.048494465 |
1945 | 2024-05-06T02:27:43.169Z | user 23:28.084382480 |
1946 | 2024-05-06T02:27:43.169Z | sys 5:30.824397352 |
1947 | 2024-05-06T02:27:43.169Z | trap 0.734614080 |
1948 | 2024-05-06T02:27:43.169Z | tflt 0.371397167 |
1949 | 2024-05-06T02:27:43.169Z | dflt 2.629951083 |
1950 | 2024-05-06T02:27:43.169Z | kflt 0.002601565 |
1951 | 2024-05-06T02:27:43.169Z | lock 43:26.822033027 |
1952 | 2024-05-06T02:27:43.169Z | slp 1:06:08.521106121 |
1953 | 2024-05-06T02:27:43.169Z | lat 1:38.182100869 |
1954 | 2024-05-06T02:27:43.169Z | stop 4:03.952081814 |
1955 | 2024-05-06T02:27:43.194Z | + mkdir -p /work |
1956 | 2024-05-06T02:27:43.194Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest |
1957 | 2024-05-06T02:27:44.243Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1958 | 2024-05-06T02:27:56.176Z | Finished dev [unoptimized + debuginfo] target(s) in 12.93s |
1959 | 2024-05-06T02:27:56.277Z | |
1960 | 2024-05-06T02:27:56.277Z | real 13.073642382 |
1961 | 2024-05-06T02:27:56.277Z | user 10.253552111 |
1962 | 2024-05-06T02:27:56.277Z | sys 3.997907909 |
1963 | 2024-05-06T02:27:56.277Z | trap 0.003444351 |
1964 | 2024-05-06T02:27:56.277Z | tflt 0.004676384 |
1965 | 2024-05-06T02:27:56.277Z | dflt 0.066016533 |
1966 | 2024-05-06T02:27:56.277Z | kflt 0.000000000 |
1967 | 2024-05-06T02:27:56.277Z | lock 36.638907984 |
1968 | 2024-05-06T02:27:56.277Z | slp 52.699806916 |
1969 | 2024-05-06T02:27:56.278Z | lat 0.086068171 |
1970 | 2024-05-06T02:27:56.278Z | stop 0.084191472 |
1971 | 2024-05-06T02:27:56.302Z | + cp target/debug/commtest /work/commtest |
1972 | 2024-05-06T02:27:56.632Z | + mkdir -p /work/end-to-end-tests |
1973 | 2024-05-06T02:27:56.657Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1974 | 2024-05-06T02:27:56.689Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1975 | 2024-05-06T02:27:56.689Z | + ptime -m gzip |
1976 | 2024-05-06T02:27:56.714Z | ++ basename target/debug/bootstrap |
1977 | 2024-05-06T02:28:11.429Z | |
1978 | 2024-05-06T02:28:11.429Z | real 14.731770786 |
1979 | 2024-05-06T02:28:11.429Z | user 14.594102411 |
1980 | 2024-05-06T02:28:11.430Z | sys 0.121498544 |
1981 | 2024-05-06T02:28:11.430Z | trap 0.003895997 |
1982 | 2024-05-06T02:28:11.430Z | tflt 0.000000000 |
1983 | 2024-05-06T02:28:11.430Z | dflt 0.000000000 |
1984 | 2024-05-06T02:28:11.430Z | kflt 0.000000000 |
1985 | 2024-05-06T02:28:11.430Z | lock 0.000000000 |
1986 | 2024-05-06T02:28:11.430Z | slp 0.000000000 |
1987 | 2024-05-06T02:28:11.430Z | lat 0.011011876 |
1988 | 2024-05-06T02:28:11.430Z | stop 0.001177478 |
1989 | 2024-05-06T02:28:11.455Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1990 | 2024-05-06T02:28:11.455Z | + ptime -m gzip |
1991 | 2024-05-06T02:28:11.455Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-54db9e7169aa25f2 |
1992 | 2024-05-06T02:28:12.809Z | |
1993 | 2024-05-06T02:28:12.809Z | real 1.369827299 |
1994 | 2024-05-06T02:28:12.809Z | user 1.354090324 |
1995 | 2024-05-06T02:28:12.809Z | sys 0.014814119 |
1996 | 2024-05-06T02:28:12.809Z | trap 0.000171891 |
1997 | 2024-05-06T02:28:12.809Z | tflt 0.000000000 |
1998 | 2024-05-06T02:28:12.809Z | dflt 0.000000000 |
1999 | 2024-05-06T02:28:12.809Z | kflt 0.000000000 |
2000 | 2024-05-06T02:28:12.809Z | lock 0.000000000 |
2001 | 2024-05-06T02:28:12.809Z | slp 0.000000000 |
2002 | 2024-05-06T02:28:12.809Z | lat 0.000426314 |
2003 | 2024-05-06T02:28:12.809Z | stop 0.000232045 |
2004 | 2024-05-06T02:28:12.834Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2005 | 2024-05-06T02:28:12.835Z | + ptime -m gzip |
2006 | 2024-05-06T02:28:12.835Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-d165232fe22589d2 |
2007 | 2024-05-06T02:28:14.192Z | |
2008 | 2024-05-06T02:28:14.192Z | real 1.375080014 |
2009 | 2024-05-06T02:28:14.192Z | user 1.359316312 |
2010 | 2024-05-06T02:28:14.192Z | sys 0.015051911 |
2011 | 2024-05-06T02:28:14.192Z | trap 0.000175398 |
2012 | 2024-05-06T02:28:14.192Z | tflt 0.000000000 |
2013 | 2024-05-06T02:28:14.192Z | dflt 0.000000000 |
2014 | 2024-05-06T02:28:14.192Z | kflt 0.000000000 |
2015 | 2024-05-06T02:28:14.192Z | lock 0.000000000 |
2016 | 2024-05-06T02:28:14.192Z | slp 0.000000000 |
2017 | 2024-05-06T02:28:14.192Z | lat 0.000210119 |
2018 | 2024-05-06T02:28:14.192Z | stop 0.000232837 |
2019 | 2024-05-06T02:28:14.217Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2020 | 2024-05-06T02:28:14.217Z | + ptime -m gzip |
2021 | 2024-05-06T02:28:14.217Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-114378b13c624b47 |
2022 | 2024-05-06T02:28:15.583Z | |
2023 | 2024-05-06T02:28:15.583Z | real 1.382870938 |
2024 | 2024-05-06T02:28:15.583Z | user 1.367520828 |
2025 | 2024-05-06T02:28:15.583Z | sys 0.014651987 |
2026 | 2024-05-06T02:28:15.583Z | trap 0.000178825 |
2027 | 2024-05-06T02:28:15.583Z | tflt 0.000000000 |
2028 | 2024-05-06T02:28:15.583Z | dflt 0.000000000 |
2029 | 2024-05-06T02:28:15.583Z | kflt 0.000000000 |
2030 | 2024-05-06T02:28:15.583Z | lock 0.000000000 |
2031 | 2024-05-06T02:28:15.583Z | slp 0.000000000 |
2032 | 2024-05-06T02:28:15.608Z | lat 0.000195991 |
2033 | 2024-05-06T02:28:15.608Z | stop 0.000234079 |
2034 | 2024-05-06T02:28:15.608Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2035 | 2024-05-06T02:28:15.608Z | + ptime -m gzip |
2036 | 2024-05-06T02:28:15.608Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-afa978a5d172f68d |
2037 | 2024-05-06T02:28:30.798Z | |
2038 | 2024-05-06T02:28:30.798Z | real 15.205752938 |
2039 | 2024-05-06T02:28:30.798Z | user 15.054163989 |
2040 | 2024-05-06T02:28:30.798Z | sys 0.146516157 |
2041 | 2024-05-06T02:28:30.798Z | trap 0.002773808 |
2042 | 2024-05-06T02:28:30.798Z | tflt 0.000000000 |
2043 | 2024-05-06T02:28:30.798Z | dflt 0.000000000 |
2044 | 2024-05-06T02:28:30.798Z | kflt 0.000000000 |
2045 | 2024-05-06T02:28:30.798Z | lock 0.000000000 |
2046 | 2024-05-06T02:28:30.798Z | slp 0.000000000 |
2047 | 2024-05-06T02:28:30.798Z | lat 0.001958975 |
2048 | 2024-05-06T02:28:30.798Z | stop 0.000247271 |
2049 | 2024-05-06T02:28:30.823Z | + banner caboose-util |
2050 | 2024-05-06T02:28:30.823Z | |
2051 | 2024-05-06T02:28:30.823Z | #### ## ##### #### #### #### ###### # # ##### |
2052 | 2024-05-06T02:28:30.823Z | # # # # # # # # # # # # # # # |
2053 | 2024-05-06T02:28:30.824Z | # # # ##### # # # # #### ##### ##### # # # |
2054 | 2024-05-06T02:28:30.824Z | # ###### # # # # # # # # # # # |
2055 | 2024-05-06T02:28:30.824Z | # # # # # # # # # # # # # # # # |
2056 | 2024-05-06T02:28:30.824Z | #### # # ##### #### #### #### ###### #### # |
2057 | 2024-05-06T02:28:30.824Z | |
2058 | 2024-05-06T02:28:30.824Z | + ptime -m cargo build --locked -p caboose-util --release |
2059 | 2024-05-06T02:28:31.452Z | Downloading crates ... |
2060 | 2024-05-06T02:28:31.610Z | Downloaded maybe-uninit v2.0.0 |
2061 | 2024-05-06T02:28:31.637Z | Downloaded array-init v0.0.4 |
2062 | 2024-05-06T02:28:31.638Z | Downloaded path-slash v0.1.5 |
2063 | 2024-05-06T02:28:31.638Z | Downloaded env_logger v0.10.0 |
2064 | 2024-05-06T02:28:31.638Z | Downloaded tap v1.0.1 |
2065 | 2024-05-06T02:28:31.638Z | Downloaded wyz v0.5.1 |
2066 | 2024-05-06T02:28:31.638Z | Downloaded pkcs1 v0.7.5 |
2067 | 2024-05-06T02:28:31.662Z | Downloaded rsa v0.9.2 |
2068 | 2024-05-06T02:28:31.662Z | Downloaded x509-cert v0.2.4 |
2069 | 2024-05-06T02:28:31.662Z | Downloaded bitfield v0.14.0 |
2070 | 2024-05-06T02:28:31.662Z | Downloaded object v0.30.4 |
2071 | 2024-05-06T02:28:31.686Z | Downloaded num-bigint-dig v0.8.4 |
2072 | 2024-05-06T02:28:31.687Z | Downloaded hashbrown v0.13.2 |
2073 | 2024-05-06T02:28:31.687Z | Downloaded bitvec v1.0.1 |
2074 | 2024-05-06T02:28:31.711Z | Downloaded ron v0.8.1 |
2075 | 2024-05-06T02:28:31.711Z | Downloaded crc-any v2.4.3 |
2076 | 2024-05-06T02:28:31.711Z | Downloaded serde-hex v0.1.0 |
2077 | 2024-05-06T02:28:31.711Z | Downloaded packed_struct_codegen v0.10.1 |
2078 | 2024-05-06T02:28:31.711Z | Downloaded packed_struct v0.10.1 |
2079 | 2024-05-06T02:28:31.711Z | Downloaded smallvec v0.6.14 |
2080 | 2024-05-06T02:28:31.712Z | Downloaded radium v0.7.0 |
2081 | 2024-05-06T02:28:31.712Z | Downloaded nodrop v0.1.14 |
2082 | 2024-05-06T02:28:31.712Z | Downloaded funty v2.0.0 |
2083 | 2024-05-06T02:28:31.712Z | Downloaded crc-catalog v2.2.0 |
2084 | 2024-05-06T02:28:31.712Z | Downloaded crc v3.0.1 |
2085 | 2024-05-06T02:28:31.853Z | Compiling proc-macro2 v1.0.81 |
2086 | 2024-05-06T02:28:31.853Z | Compiling unicode-ident v1.0.12 |
2087 | 2024-05-06T02:28:31.853Z | Compiling libc v0.2.153 |
2088 | 2024-05-06T02:28:31.853Z | Compiling serde v1.0.199 |
2089 | 2024-05-06T02:28:31.878Z | Compiling autocfg v1.1.0 |
2090 | 2024-05-06T02:28:31.878Z | Compiling version_check v0.9.4 |
2091 | 2024-05-06T02:28:31.878Z | Compiling cfg-if v1.0.0 |
2092 | 2024-05-06T02:28:31.972Z | Compiling typenum v1.16.0 |
2093 | 2024-05-06T02:28:32.018Z | Compiling once_cell v1.19.0 |
2094 | 2024-05-06T02:28:32.108Z | Compiling parking_lot_core v0.9.8 |
2095 | 2024-05-06T02:28:32.374Z | Compiling memchr v2.7.1 |
2096 | 2024-05-06T02:28:32.399Z | Compiling byteorder v1.5.0 |
2097 | 2024-05-06T02:28:32.424Z | Compiling generic-array v0.14.7 |
2098 | 2024-05-06T02:28:32.490Z | Compiling lock_api v0.4.10 |
2099 | 2024-05-06T02:28:32.683Z | Compiling libm v0.2.7 |
2100 | 2024-05-06T02:28:32.771Z | Compiling num-traits v0.2.18 |
2101 | 2024-05-06T02:28:32.823Z | Compiling ahash v0.8.8 |
2102 | 2024-05-06T02:28:32.959Z | Compiling serde_json v1.0.116 |
2103 | 2024-05-06T02:28:33.044Z | Compiling syn v1.0.109 |
2104 | 2024-05-06T02:28:33.127Z | Compiling pkg-config v0.3.27 |
2105 | 2024-05-06T02:28:33.155Z | Compiling quote v1.0.36 |
2106 | 2024-05-06T02:28:33.261Z | Compiling thiserror v1.0.59 |
2107 | 2024-05-06T02:28:33.490Z | Compiling syn v2.0.60 |
2108 | 2024-05-06T02:28:33.558Z | Compiling cc v1.0.83 |
2109 | 2024-05-06T02:28:33.644Z | Compiling getrandom v0.2.12 |
2110 | 2024-05-06T02:28:34.024Z | Compiling scopeguard v1.2.0 |
2111 | 2024-05-06T02:28:34.048Z | Compiling itoa v1.0.9 |
2112 | 2024-05-06T02:28:34.158Z | Compiling log v0.4.21 |
2113 | 2024-05-06T02:28:34.240Z | Compiling slab v0.4.9 |
2114 | 2024-05-06T02:28:34.554Z | Compiling rand_core v0.6.4 |
2115 | 2024-05-06T02:28:34.658Z | Compiling smallvec v1.13.1 |
2116 | 2024-05-06T02:28:35.150Z | Compiling vcpkg v0.2.15 |
2117 | 2024-05-06T02:28:35.665Z | Compiling pin-project-lite v0.2.13 |
2118 | 2024-05-06T02:28:35.777Z | Compiling parking_lot v0.12.1 |
2119 | 2024-05-06T02:28:35.937Z | Compiling const-oid v0.9.6 |
2120 | 2024-05-06T02:28:36.190Z | Compiling ryu v1.0.15 |
2121 | 2024-05-06T02:28:36.435Z | Compiling ring v0.17.8 |
2122 | 2024-05-06T02:28:36.475Z | Compiling openssl-sys v0.9.102 |
2123 | 2024-05-06T02:28:36.561Z | Compiling ucd-trie v0.1.6 |
2124 | 2024-05-06T02:28:37.050Z | Compiling signal-hook-registry v1.4.1 |
2125 | 2024-05-06T02:28:37.593Z | Compiling subtle v2.5.0 |
2126 | 2024-05-06T02:28:37.627Z | Compiling rustix v0.38.31 |
2127 | 2024-05-06T02:28:37.715Z | Compiling ring v0.16.20 |
2128 | 2024-05-06T02:28:37.900Z | Compiling mio v0.8.11 |
2129 | 2024-05-06T02:28:38.240Z | Compiling futures-core v0.3.30 |
2130 | 2024-05-06T02:28:38.451Z | Compiling semver v1.0.22 |
2131 | 2024-05-06T02:28:38.553Z | Compiling tinyvec_macros v0.1.1 |
2132 | 2024-05-06T02:28:38.632Z | Compiling tinyvec v1.6.0 |
2133 | 2024-05-06T02:28:39.766Z | Compiling spin v0.5.2 |
2134 | 2024-05-06T02:28:39.984Z | Compiling unicode-normalization v0.1.22 |
2135 | 2024-05-06T02:28:40.132Z | Compiling num_cpus v1.16.0 |
2136 | 2024-05-06T02:28:40.175Z | Compiling socket2 v0.5.6 |
2137 | 2024-05-06T02:28:40.252Z | Compiling openssl v0.10.64 |
2138 | 2024-05-06T02:28:40.585Z | Compiling futures-sink v0.3.30 |
2139 | 2024-05-06T02:28:40.723Z | Compiling allocator-api2 v0.2.16 |
2140 | 2024-05-06T02:28:40.783Z | Compiling httparse v1.8.0 |
2141 | 2024-05-06T02:28:41.054Z | Compiling unicode-bidi v0.3.15 |
2142 | 2024-05-06T02:28:41.106Z | Compiling unicode-xid v0.2.4 |
2143 | 2024-05-06T02:28:41.219Z | Compiling synstructure v0.12.6 |
2144 | 2024-05-06T02:28:41.464Z | Compiling num-conv v0.1.0 |
2145 | 2024-05-06T02:28:41.676Z | Compiling time-core v0.1.2 |
2146 | 2024-05-06T02:28:41.726Z | Compiling equivalent v1.0.1 |
2147 | 2024-05-06T02:28:41.831Z | Compiling time-macros v0.2.17 |
2148 | 2024-05-06T02:28:42.094Z | Compiling futures-channel v0.3.30 |
2149 | 2024-05-06T02:28:42.449Z | Compiling pin-utils v0.1.0 |
2150 | 2024-05-06T02:28:42.474Z | Compiling ppv-lite86 v0.2.17 |
2151 | 2024-05-06T02:28:42.531Z | Compiling rustls v0.21.9 |
2152 | 2024-05-06T02:28:42.620Z | Compiling futures-task v0.3.30 |
2153 | 2024-05-06T02:28:42.875Z | Compiling native-tls v0.2.11 |
2154 | 2024-05-06T02:28:43.168Z | Compiling crc32fast v1.3.2 |
2155 | 2024-05-06T02:28:43.304Z | Compiling futures-io v0.3.30 |
2156 | 2024-05-06T02:28:43.540Z | Compiling rand_chacha v0.3.1 |
2157 | 2024-05-06T02:28:43.594Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2158 | 2024-05-06T02:28:43.771Z | Compiling spin v0.9.8 |
2159 | 2024-05-06T02:28:43.924Z | Compiling tracing-core v0.1.32 |
2160 | 2024-05-06T02:28:43.964Z | Compiling serde_derive v1.0.199 |
2161 | 2024-05-06T02:28:43.988Z | Compiling zeroize_derive v1.4.2 |
2162 | 2024-05-06T02:28:44.098Z | Compiling zerocopy-derive v0.7.32 |
2163 | 2024-05-06T02:28:44.213Z | Compiling thiserror-impl v1.0.59 |
2164 | 2024-05-06T02:28:44.282Z | Compiling tokio-macros v2.2.0 |
2165 | 2024-05-06T02:28:44.858Z | Compiling futures-macro v0.3.30 |
2166 | 2024-05-06T02:28:44.974Z | Compiling tracing-attributes v0.1.27 |
2167 | 2024-05-06T02:28:45.186Z | Compiling zeroize v1.7.0 |
2168 | 2024-05-06T02:28:45.586Z | Compiling der_derive v0.7.2 |
2169 | 2024-05-06T02:28:45.772Z | Compiling zerocopy v0.7.32 |
2170 | 2024-05-06T02:28:46.607Z | Compiling pest v2.7.6 |
2171 | 2024-05-06T02:28:46.632Z | Compiling crypto-common v0.1.6 |
2172 | 2024-05-06T02:28:46.801Z | Compiling block-buffer v0.10.4 |
2173 | 2024-05-06T02:28:46.922Z | Compiling zerocopy-derive v0.2.0 |
2174 | 2024-05-06T02:28:47.036Z | Compiling digest v0.10.7 |
2175 | 2024-05-06T02:28:47.449Z | Compiling openssl-macros v0.1.1 |
2176 | 2024-05-06T02:28:47.686Z | Compiling hashbrown v0.14.3 |
2177 | 2024-05-06T02:28:47.773Z | Compiling futures-util v0.3.30 |
2178 | 2024-05-06T02:28:47.857Z | Compiling base64ct v1.6.0 |
2179 | 2024-05-06T02:28:48.329Z | Compiling pem-rfc7468 v0.7.0 |
2180 | 2024-05-06T02:28:48.405Z | Compiling pest_meta v2.7.6 |
2181 | 2024-05-06T02:28:48.431Z | Compiling tracing v0.1.40 |
2182 | 2024-05-06T02:28:48.729Z | Compiling scroll_derive v0.12.0 |
2183 | 2024-05-06T02:28:48.860Z | Compiling zerocopy-derive v0.6.6 |
2184 | 2024-05-06T02:28:48.991Z | Compiling rand v0.8.5 |
2185 | 2024-05-06T02:28:49.580Z | Compiling pest_generator v2.7.6 |
2186 | 2024-05-06T02:28:50.105Z | Compiling cookie v0.17.0 |
2187 | 2024-05-06T02:28:50.379Z | Compiling usdt-impl v0.3.5 |
2188 | 2024-05-06T02:28:50.421Z | Compiling percent-encoding v2.3.1 |
2189 | 2024-05-06T02:28:50.486Z | Compiling schemars v0.8.17 |
2190 | 2024-05-06T02:28:50.698Z | Compiling signal-hook v0.3.17 |
2191 | 2024-05-06T02:28:50.787Z | Compiling flagset v0.4.3 |
2192 | 2024-05-06T02:28:50.986Z | Compiling der v0.7.8 |
2193 | 2024-05-06T02:28:51.249Z | Compiling serde_derive_internals v0.29.0 |
2194 | 2024-05-06T02:28:51.669Z | Compiling pest_derive v2.7.6 |
2195 | 2024-05-06T02:28:52.785Z | Compiling errno v0.3.8 |
2196 | 2024-05-06T02:28:53.015Z | Compiling fnv v1.0.7 |
2197 | 2024-05-06T02:28:53.131Z | Compiling schemars_derive v0.8.17 |
2198 | 2024-05-06T02:28:53.155Z | Compiling spki v0.7.2 |
2199 | 2024-05-06T02:28:54.638Z | Compiling bytes v1.6.0 |
2200 | 2024-05-06T02:28:55.161Z | Compiling bitflags v2.4.2 |
2201 | 2024-05-06T02:28:55.524Z | Compiling tokio v1.37.0 |
2202 | 2024-05-06T02:28:55.656Z | Compiling indexmap v2.2.6 |
2203 | 2024-05-06T02:28:56.481Z | Compiling rustc_version v0.4.0 |
2204 | 2024-05-06T02:28:57.032Z | Compiling heapless v0.7.16 |
2205 | 2024-05-06T02:28:57.137Z | Compiling http v0.2.12 |
2206 | 2024-05-06T02:28:57.235Z | Compiling uuid v1.8.0 |
2207 | 2024-05-06T02:28:57.390Z | Compiling zerocopy v0.3.0 |
2208 | 2024-05-06T02:28:57.827Z | Compiling lazy_static v1.4.0 |
2209 | 2024-05-06T02:28:58.296Z | Compiling backtrace v0.3.69 |
2210 | 2024-05-06T02:28:58.652Z | Compiling thread-id v4.2.0 |
2211 | 2024-05-06T02:28:58.760Z | Compiling num-bigint v0.4.4 |
2212 | 2024-05-06T02:28:59.119Z | Compiling iana-time-zone v0.1.57 |
2213 | 2024-05-06T02:28:59.147Z | Compiling untrusted v0.9.0 |
2214 | 2024-05-06T02:28:59.275Z | Compiling powerfmt v0.2.0 |
2215 | 2024-05-06T02:28:59.621Z | Compiling crossbeam-utils v0.8.19 |
2216 | 2024-05-06T02:28:59.646Z | Compiling foreign-types-shared v0.1.1 |
2217 | 2024-05-06T02:28:59.779Z | Compiling heck v0.5.0 |
2218 | 2024-05-06T02:28:59.810Z | Compiling base64 v0.21.7 |
2219 | 2024-05-06T02:29:00.064Z | Compiling heck v0.4.1 |
2220 | 2024-05-06T02:29:00.405Z | Compiling untrusted v0.7.1 |
2221 | 2024-05-06T02:29:00.557Z | Compiling smoltcp v0.9.1 |
2222 | 2024-05-06T02:29:00.582Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2223 | 2024-05-06T02:29:00.852Z | Compiling clap_derive v4.5.4 |
2224 | 2024-05-06T02:29:01.073Z | Compiling foreign-types v0.3.2 |
2225 | 2024-05-06T02:29:01.160Z | Compiling deranged v0.3.11 |
2226 | 2024-05-06T02:29:01.680Z | Compiling chrono v0.4.38 |
2227 | 2024-05-06T02:29:02.739Z | Compiling tokio-util v0.7.10 |
2228 | 2024-05-06T02:29:03.463Z | Compiling dof v0.1.5 |
2229 | 2024-05-06T02:29:03.866Z | Compiling dtrace-parser v0.1.14 |
2230 | 2024-05-06T02:29:04.228Z | Compiling form_urlencoded v1.2.1 |
2231 | 2024-05-06T02:29:04.355Z | Compiling hmac v0.12.1 |
2232 | 2024-05-06T02:29:04.427Z | Compiling num-integer v0.1.46 |
2233 | 2024-05-06T02:29:04.881Z | Compiling cpufeatures v0.2.12 |
2234 | 2024-05-06T02:29:04.978Z | Compiling adler v1.0.2 |
2235 | 2024-05-06T02:29:05.159Z | Compiling anstyle v1.0.6 |
2236 | 2024-05-06T02:29:05.184Z | Compiling num_threads v0.1.6 |
2237 | 2024-05-06T02:29:05.305Z | Compiling siphasher v0.3.11 |
2238 | 2024-05-06T02:29:05.383Z | Compiling try-lock v0.2.4 |
2239 | 2024-05-06T02:29:05.408Z | Compiling utf8parse v0.2.1 |
2240 | 2024-05-06T02:29:05.408Z | Compiling rustversion v1.0.14 |
2241 | 2024-05-06T02:29:05.515Z | Compiling want v0.3.1 |
2242 | 2024-05-06T02:29:05.540Z | Compiling anstyle-parse v0.2.1 |
2243 | 2024-05-06T02:29:05.565Z | Compiling time v0.3.34 |
2244 | 2024-05-06T02:29:05.648Z | Compiling miniz_oxide v0.7.1 |
2245 | 2024-05-06T02:29:05.756Z | Compiling sha2 v0.10.8 |
2246 | 2024-05-06T02:29:08.239Z | Compiling h2 v0.3.26 |
2247 | 2024-05-06T02:29:08.442Z | Compiling rustls-webpki v0.101.7 |
2248 | 2024-05-06T02:29:09.366Z | Compiling sct v0.7.0 |
2249 | 2024-05-06T02:29:09.637Z | Compiling http-body v0.4.5 |
2250 | 2024-05-06T02:29:10.024Z | Compiling serde_tokenstream v0.1.7 |
2251 | 2024-05-06T02:29:10.130Z | Compiling pkcs8 v0.10.2 |
2252 | 2024-05-06T02:29:10.433Z | Compiling hubpack_derive v0.1.1 |
2253 | 2024-05-06T02:29:10.461Z | Compiling async-trait v0.1.80 |
2254 | 2024-05-06T02:29:10.644Z | Compiling idna v0.5.0 |
2255 | 2024-05-06T02:29:11.261Z | Compiling socket2 v0.4.9 |
2256 | 2024-05-06T02:29:11.751Z | Compiling aho-corasick v1.1.2 |
2257 | 2024-05-06T02:29:11.798Z | Compiling usdt-impl v0.5.0 |
2258 | 2024-05-06T02:29:11.925Z | Compiling anstyle-query v1.0.0 |
2259 | 2024-05-06T02:29:12.069Z | Compiling radium v0.7.0 |
2260 | 2024-05-06T02:29:12.209Z | Compiling slog v2.7.0 |
2261 | 2024-05-06T02:29:12.453Z | Compiling colorchoice v1.0.0 |
2262 | 2024-05-06T02:29:12.612Z | Compiling anyhow v1.0.82 |
2263 | 2024-05-06T02:29:12.933Z | Compiling openssl-probe v0.1.5 |
2264 | 2024-05-06T02:29:13.069Z | Compiling regex-syntax v0.8.2 |
2265 | 2024-05-06T02:29:13.138Z | Compiling httpdate v1.0.3 |
2266 | 2024-05-06T02:29:13.399Z | Compiling tower-service v0.3.2 |
2267 | 2024-05-06T02:29:13.793Z | Compiling hyper v0.14.28 |
2268 | 2024-05-06T02:29:16.148Z | Compiling regex-automata v0.4.5 |
2269 | 2024-05-06T02:29:17.054Z | Compiling anstream v0.6.11 |
2270 | 2024-05-06T02:29:19.194Z | Compiling url v2.5.0 |
2271 | 2024-05-06T02:29:21.435Z | Compiling terminal_size v0.3.0 |
2272 | 2024-05-06T02:29:21.718Z | Compiling serde_spanned v0.6.5 |
2273 | 2024-05-06T02:29:21.771Z | Compiling toml_datetime v0.6.5 |
2274 | 2024-05-06T02:29:21.929Z | Compiling zerocopy v0.6.6 |
2275 | 2024-05-06T02:29:22.017Z | Compiling scroll v0.12.0 |
2276 | 2024-05-06T02:29:22.100Z | Compiling md-5 v0.10.5 |
2277 | 2024-05-06T02:29:22.476Z | Compiling stringprep v0.1.3 |
2278 | 2024-05-06T02:29:22.501Z | Compiling idna v0.3.0 |
2279 | 2024-05-06T02:29:22.755Z | Compiling diesel_table_macro_syntax v0.1.0 |
2280 | 2024-05-06T02:29:22.893Z | Compiling hash32 v0.2.1 |
2281 | 2024-05-06T02:29:23.069Z | Compiling clap_lex v0.7.0 |
2282 | 2024-05-06T02:29:23.160Z | Compiling maybe-uninit v2.0.0 |
2283 | 2024-05-06T02:29:23.201Z | Compiling dyn-clone v1.0.17 |
2284 | 2024-05-06T02:29:23.279Z | Compiling tap v1.0.1 |
2285 | 2024-05-06T02:29:23.549Z | Compiling stable_deref_trait v1.2.0 |
2286 | 2024-05-06T02:29:23.580Z | Compiling plain v0.2.3 |
2287 | 2024-05-06T02:29:23.640Z | Compiling fallible-iterator v0.2.0 |
2288 | 2024-05-06T02:29:23.664Z | Compiling psl-types v2.0.11 |
2289 | 2024-05-06T02:29:23.724Z | Compiling gimli v0.28.0 |
2290 | 2024-05-06T02:29:23.826Z | Compiling strsim v0.11.0 |
2291 | 2024-05-06T02:29:24.232Z | Compiling postgres-protocol v0.6.6 |
2292 | 2024-05-06T02:29:24.610Z | Compiling clap_builder v4.5.2 |
2293 | 2024-05-06T02:29:24.979Z | Compiling publicsuffix v2.2.3 |
2294 | 2024-05-06T02:29:25.016Z | Compiling goblin v0.8.0 |
2295 | 2024-05-06T02:29:25.294Z | Compiling wyz v0.5.1 |
2296 | 2024-05-06T02:29:25.675Z | Compiling diesel_derives v2.1.2 |
2297 | 2024-05-06T02:29:26.166Z | Compiling tokio-rustls v0.24.1 |
2298 | 2024-05-06T02:29:27.256Z | Compiling addr2line v0.21.0 |
2299 | 2024-05-06T02:29:28.214Z | Compiling strum_macros v0.25.2 |
2300 | 2024-05-06T02:29:29.087Z | Compiling tokio-native-tls v0.3.1 |
2301 | 2024-05-06T02:29:29.739Z | Compiling usdt-attr-macro v0.3.5 |
2302 | 2024-05-06T02:29:30.828Z | Compiling usdt-macro v0.3.5 |
2303 | 2024-05-06T02:29:32.168Z | Compiling phf_shared v0.11.2 |
2304 | 2024-05-06T02:29:32.224Z | Compiling num-iter v0.1.44 |
2305 | 2024-05-06T02:29:32.397Z | Compiling enum-as-inner v0.5.1 |
2306 | 2024-05-06T02:29:33.024Z | Compiling block-padding v0.3.3 |
2307 | 2024-05-06T02:29:33.194Z | Compiling serde_repr v0.1.16 |
2308 | 2024-05-06T02:29:34.067Z | Compiling ff v0.13.0 |
2309 | 2024-05-06T02:29:34.258Z | Compiling scheduled-thread-pool v0.2.7 |
2310 | 2024-05-06T02:29:35.921Z | Compiling object v0.32.1 |
2311 | 2024-05-06T02:29:36.017Z | Compiling matches v0.1.10 |
2312 | 2024-05-06T02:29:36.108Z | Compiling regex-automata v0.1.10 |
2313 | 2024-05-06T02:29:36.495Z | Compiling bit-vec v0.6.3 |
2314 | 2024-05-06T02:29:36.599Z | Compiling ipnet v2.9.0 |
2315 | 2024-05-06T02:29:36.852Z | Compiling managed v0.8.0 |
2316 | 2024-05-06T02:29:36.999Z | Compiling packed_struct v0.10.1 |
2317 | 2024-05-06T02:29:37.247Z | Compiling base16ct v0.2.0 |
2318 | 2024-05-06T02:29:37.448Z | Compiling winnow v0.5.15 |
2319 | 2024-05-06T02:29:37.489Z | Compiling funty v2.0.0 |
2320 | 2024-05-06T02:29:40.096Z | Compiling rustc-demangle v0.1.23 |
2321 | 2024-05-06T02:29:40.303Z | Compiling pretty-hex v0.4.1 |
2322 | 2024-05-06T02:29:40.329Z | Compiling bitflags v1.3.2 |
2323 | 2024-05-06T02:29:40.494Z | Compiling num-bigint-dig v0.8.4 |
2324 | 2024-05-06T02:29:41.007Z | Compiling dof v0.3.0 |
2325 | 2024-05-06T02:29:42.718Z | Compiling toml_edit v0.19.15 |
2326 | 2024-05-06T02:29:45.788Z | Compiling bitvec v1.0.1 |
2327 | 2024-05-06T02:29:46.773Z | Compiling sec1 v0.7.3 |
2328 | 2024-05-06T02:29:47.385Z | Compiling bstr v0.2.17 |
2329 | 2024-05-06T02:29:48.153Z | Compiling idna v0.2.3 |
2330 | 2024-05-06T02:29:48.428Z | Compiling r2d2 v0.8.10 |
2331 | 2024-05-06T02:29:48.743Z | Compiling group v0.13.0 |
2332 | 2024-05-06T02:29:48.991Z | Compiling inout v0.1.3 |
2333 | 2024-05-06T02:29:49.193Z | Compiling phf v0.11.2 |
2334 | 2024-05-06T02:29:49.454Z | Compiling hyper-tls v0.5.0 |
2335 | 2024-05-06T02:29:49.743Z | Compiling signal-hook-mio v0.2.3 |
2336 | 2024-05-06T02:29:49.885Z | Compiling cookie_store v0.20.0 |
2337 | 2024-05-06T02:29:49.936Z | Compiling clap v4.5.4 |
2338 | 2024-05-06T02:29:50.051Z | Compiling flate2 v1.0.28 |
2339 | 2024-05-06T02:29:50.633Z | Compiling ipnetwork v0.20.0 |
2340 | 2024-05-06T02:29:50.775Z | Compiling hyper-rustls v0.24.2 |
2341 | 2024-05-06T02:29:50.978Z | Compiling bzip2 v0.4.4 |
2342 | 2024-05-06T02:29:51.157Z | Compiling postgres-types v0.2.6 |
2343 | 2024-05-06T02:29:51.282Z | Compiling regex v1.10.4 |
2344 | 2024-05-06T02:29:51.674Z | Compiling hubpack v0.1.2 |
2345 | 2024-05-06T02:29:51.702Z | Compiling phf_shared v0.10.0 |
2346 | 2024-05-06T02:29:51.986Z | Compiling rustls-pemfile v1.0.3 |
2347 | 2024-05-06T02:29:52.088Z | Compiling hkdf v0.12.4 |
2348 | 2024-05-06T02:29:52.136Z | Compiling serde_urlencoded v0.7.1 |
2349 | 2024-05-06T02:29:52.291Z | Compiling futures-executor v0.3.30 |
2350 | 2024-05-06T02:29:52.316Z | Compiling dtrace-parser v0.2.0 |
2351 | 2024-05-06T02:29:53.155Z | Compiling crypto-bigint v0.5.2 |
2352 | 2024-05-06T02:29:53.268Z | Compiling packed_struct_codegen v0.10.1 |
2353 | 2024-05-06T02:29:53.667Z | Compiling float-cmp v0.9.0 |
2354 | 2024-05-06T02:29:54.362Z | Compiling indexmap v1.9.3 |
2355 | 2024-05-06T02:29:54.624Z | Compiling encoding_rs v0.8.33 |
2356 | 2024-05-06T02:29:55.351Z | Compiling fixedbitset v0.4.2 |
2357 | 2024-05-06T02:29:55.676Z | Compiling unicode-segmentation v1.10.1 |
2358 | 2024-05-06T02:29:56.003Z | Compiling crc-catalog v2.2.0 |
2359 | 2024-05-06T02:29:56.126Z | Compiling webpki-roots v0.25.2 |
2360 | 2024-05-06T02:29:56.274Z | Compiling mime v0.3.17 |
2361 | 2024-05-06T02:29:56.301Z | Compiling data-encoding v2.4.0 |
2362 | 2024-05-06T02:29:56.744Z | Compiling predicates-core v1.0.6 |
2363 | 2024-05-06T02:29:56.769Z | Compiling whoami v1.5.1 |
2364 | 2024-05-06T02:29:57.014Z | Compiling either v1.11.0 |
2365 | 2024-05-06T02:29:57.363Z | Compiling nodrop v0.1.14 |
2366 | 2024-05-06T02:29:57.482Z | Compiling difflib v0.4.0 |
2367 | 2024-05-06T02:29:57.507Z | Compiling static_assertions v1.1.0 |
2368 | 2024-05-06T02:29:57.589Z | Compiling unicode-width v0.1.11 |
2369 | 2024-05-06T02:29:57.660Z | Compiling precomputed-hash v0.1.1 |
2370 | 2024-05-06T02:29:57.737Z | Compiling minimal-lexical v0.2.1 |
2371 | 2024-05-06T02:29:57.771Z | Compiling new_debug_unreachable v1.0.4 |
2372 | 2024-05-06T02:29:57.861Z | Compiling sync_wrapper v0.1.2 |
2373 | 2024-05-06T02:29:57.988Z | Compiling normalize-line-endings v0.3.0 |
2374 | 2024-05-06T02:29:58.023Z | Compiling winnow v0.6.1 |
2375 | 2024-05-06T02:29:58.112Z | Compiling nom v7.1.3 |
2376 | 2024-05-06T02:29:58.160Z | Compiling predicates v3.1.0 |
2377 | 2024-05-06T02:29:58.490Z | Compiling reqwest v0.11.27 |
2378 | 2024-05-06T02:29:59.351Z | Compiling string_cache v0.8.7 |
2379 | 2024-05-06T02:30:00.395Z | Compiling console v0.15.8 |
2380 | 2024-05-06T02:30:00.490Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2381 | 2024-05-06T02:30:00.858Z | Compiling toml_edit v0.22.12 |
2382 | 2024-05-06T02:30:01.111Z | Compiling array-init v0.0.4 |
2383 | 2024-05-06T02:30:02.340Z | Compiling itertools v0.10.5 |
2384 | 2024-05-06T02:30:04.608Z | Compiling tokio-postgres v0.7.10 |
2385 | 2024-05-06T02:30:04.801Z | Compiling trust-dns-proto v0.22.0 |
2386 | 2024-05-06T02:30:08.220Z | Compiling similar v2.4.0 |
2387 | 2024-05-06T02:30:08.296Z | Compiling crc v3.0.1 |
2388 | 2024-05-06T02:30:08.898Z | Compiling petgraph v0.6.4 |
2389 | 2024-05-06T02:30:10.930Z | Compiling elliptic-curve v0.13.8 |
2390 | 2024-05-06T02:30:13.594Z | Compiling futures v0.3.30 |
2391 | 2024-05-06T02:30:14.994Z | Compiling zip v0.6.6 |
2392 | 2024-05-06T02:30:15.293Z | Compiling smallvec v0.6.14 |
2393 | 2024-05-06T02:30:15.434Z | Compiling diesel v2.1.6 |
2394 | 2024-05-06T02:30:15.703Z | Compiling yasna v0.5.2 |
2395 | 2024-05-06T02:30:15.756Z | Compiling crossterm v0.27.0 |
2396 | 2024-05-06T02:30:16.002Z | Compiling crossbeam-epoch v0.9.18 |
2397 | 2024-05-06T02:30:16.583Z | Compiling cipher v0.4.4 |
2398 | 2024-05-06T02:30:17.372Z | Compiling toml v0.7.8 |
2399 | 2024-05-06T02:30:18.450Z | Compiling bit-set v0.5.3 |
2400 | 2024-05-06T02:30:18.620Z | Compiling usdt v0.3.5 |
2401 | 2024-05-06T02:30:19.536Z | Compiling bstr v1.9.0 |
2402 | 2024-05-06T02:30:19.884Z | Compiling pkcs1 v0.7.5 |
2403 | 2024-05-06T02:30:20.565Z | Compiling tokio-stream v0.1.15 |
2404 | 2024-05-06T02:30:21.387Z | Compiling is-terminal v0.4.9 |
2405 | 2024-05-06T02:30:21.421Z | Compiling openapiv3 v2.0.0 |
2406 | 2024-05-06T02:30:21.552Z | Compiling hex v0.4.3 |
2407 | 2024-05-06T02:30:22.847Z | Compiling signature v2.1.0 |
2408 | 2024-05-06T02:30:23.312Z | Compiling lalrpop-util v0.19.12 |
2409 | 2024-05-06T02:30:23.595Z | Compiling peg-runtime v0.8.2 |
2410 | 2024-05-06T02:30:24.168Z | Compiling base64 v0.22.0 |
2411 | 2024-05-06T02:30:24.986Z | Compiling hashbrown v0.12.3 |
2412 | 2024-05-06T02:30:25.589Z | Compiling termcolor v1.2.0 |
2413 | 2024-05-06T02:30:26.057Z | Compiling bitfield v0.14.0 |
2414 | 2024-05-06T02:30:26.309Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2415 | 2024-05-06T02:30:26.589Z | Compiling env_logger v0.10.0 |
2416 | 2024-05-06T02:30:30.323Z | Compiling rsa v0.9.2 |
2417 | 2024-05-06T02:30:35.482Z | Compiling serde-hex v0.1.0 |
2418 | 2024-05-06T02:30:37.977Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2419 | 2024-05-06T02:30:42.752Z | Compiling ron v0.8.1 |
2420 | 2024-05-06T02:30:43.381Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2421 | 2024-05-06T02:30:43.463Z | Compiling x509-cert v0.2.4 |
2422 | 2024-05-06T02:30:43.631Z | Compiling hashbrown v0.13.2 |
2423 | 2024-05-06T02:30:46.504Z | Compiling crc-any v2.4.3 |
2424 | 2024-05-06T02:31:02.024Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2425 | 2024-05-06T02:31:07.554Z | Compiling object v0.30.4 |
2426 | 2024-05-06T02:31:08.436Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2427 | 2024-05-06T02:31:17.517Z | Compiling path-slash v0.1.5 |
2428 | 2024-05-06T02:31:18.594Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2429 | 2024-05-06T02:31:39.595Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2430 | 2024-05-06T02:31:40.551Z | Finished release [optimized] target(s) in 3m 09s |
2431 | 2024-05-06T02:31:40.629Z | |
2432 | 2024-05-06T02:31:40.629Z | real 3:09.800460260 |
2433 | 2024-05-06T02:31:40.629Z | user 20:05.506875052 |
2434 | 2024-05-06T02:31:40.629Z | sys 2:44.803290277 |
2435 | 2024-05-06T02:31:40.629Z | trap 0.702349836 |
2436 | 2024-05-06T02:31:40.629Z | tflt 0.798133247 |
2437 | 2024-05-06T02:31:40.654Z | dflt 0.377459170 |
2438 | 2024-05-06T02:31:40.654Z | kflt 0.000424477 |
2439 | 2024-05-06T02:31:40.654Z | lock 45:06.314623989 |
2440 | 2024-05-06T02:31:40.654Z | slp 59:21.852719756 |
2441 | 2024-05-06T02:31:40.654Z | lat 1:20.750366929 |
2442 | 2024-05-06T02:31:40.654Z | stop 1:34.279951266 |
2443 | 2024-05-06T02:31:40.654Z | + ptime -m gzip |
2444 | 2024-05-06T02:31:40.943Z | |
2445 | 2024-05-06T02:31:40.943Z | real 0.308330856 |
2446 | 2024-05-06T02:31:40.943Z | user 0.303483769 |
2447 | 2024-05-06T02:31:40.943Z | sys 0.004178718 |
2448 | 2024-05-06T02:31:40.943Z | trap 0.000051251 |
2449 | 2024-05-06T02:31:40.943Z | tflt 0.000000000 |
2450 | 2024-05-06T02:31:40.944Z | dflt 0.000000000 |
2451 | 2024-05-06T02:31:40.944Z | kflt 0.000000000 |
2452 | 2024-05-06T02:31:40.944Z | lock 0.000000000 |
2453 | 2024-05-06T02:31:40.944Z | slp 0.000000000 |
2454 | 2024-05-06T02:31:40.944Z | lat 0.000223333 |
2455 | 2024-05-06T02:31:40.944Z | stop 0.000264655 |
2456 | 2024-05-06T02:31:40.969Z | + banner tufaceous |
2457 | 2024-05-06T02:31:40.969Z | |
2458 | 2024-05-06T02:31:40.969Z | ##### # # ###### ## #### ###### #### # # #### |
2459 | 2024-05-06T02:31:40.969Z | # # # # # # # # # # # # # # |
2460 | 2024-05-06T02:31:40.969Z | # # # ##### # # # ##### # # # # #### |
2461 | 2024-05-06T02:31:40.969Z | # # # # ###### # # # # # # # |
2462 | 2024-05-06T02:31:40.969Z | # # # # # # # # # # # # # # # |
2463 | 2024-05-06T02:31:40.969Z | # #### # # # #### ###### #### #### #### |
2464 | 2024-05-06T02:31:40.969Z | |
2465 | 2024-05-06T02:31:40.969Z | + ptime -m cargo build --locked -p tufaceous --release |
2466 | 2024-05-06T02:31:41.639Z | Downloading crates ... |
2467 | 2024-05-06T02:31:41.824Z | Downloaded serde_plain v1.0.2 |
2468 | 2024-05-06T02:31:41.848Z | Downloaded olpc-cjson v0.1.3 |
2469 | 2024-05-06T02:31:41.848Z | Downloaded typed-path v0.7.0 |
2470 | 2024-05-06T02:31:41.849Z | Downloaded pin-project v1.1.3 |
2471 | 2024-05-06T02:31:41.873Z | Downloaded async-recursion v1.1.0 |
2472 | 2024-05-06T02:31:41.873Z | Downloaded tough v0.17.1 |
2473 | 2024-05-06T02:31:41.874Z | Downloaded snafu-derive v0.8.2 |
2474 | 2024-05-06T02:31:41.874Z | Downloaded snafu v0.8.2 |
2475 | 2024-05-06T02:31:41.898Z | Downloaded pin-project-internal v1.1.3 |
2476 | 2024-05-06T02:31:41.899Z | Downloaded parse-size v1.0.0 |
2477 | 2024-05-06T02:31:41.899Z | Downloaded fs-err v2.11.0 |
2478 | 2024-05-06T02:31:41.899Z | Downloaded buf-list v1.0.3 |
2479 | 2024-05-06T02:31:41.899Z | Downloaded globset v0.4.13 |
2480 | 2024-05-06T02:31:42.027Z | Compiling serde_tokenstream v0.2.0 |
2481 | 2024-05-06T02:31:42.051Z | Compiling regress v0.9.1 |
2482 | 2024-05-06T02:31:42.076Z | Compiling camino v1.1.6 |
2483 | 2024-05-06T02:31:42.076Z | Compiling getopts v0.2.21 |
2484 | 2024-05-06T02:31:42.100Z | Compiling unsafe-libyaml v0.2.10 |
2485 | 2024-05-06T02:31:42.100Z | Compiling rayon-core v1.12.1 |
2486 | 2024-05-06T02:31:42.125Z | Compiling crossbeam-deque v0.8.3 |
2487 | 2024-05-06T02:31:42.125Z | Compiling fastrand v2.0.1 |
2488 | 2024-05-06T02:31:42.393Z | Compiling same-file v1.0.6 |
2489 | 2024-05-06T02:31:42.430Z | Compiling tempfile v3.10.1 |
2490 | 2024-05-06T02:31:42.566Z | Compiling walkdir v2.5.0 |
2491 | 2024-05-06T02:31:42.607Z | Compiling blake3 v1.5.0 |
2492 | 2024-05-06T02:31:43.074Z | Compiling serde_yaml v0.9.25 |
2493 | 2024-05-06T02:31:43.102Z | Compiling xattr v1.0.1 |
2494 | 2024-05-06T02:31:43.334Z | Compiling rayon v1.10.0 |
2495 | 2024-05-06T02:31:43.387Z | Compiling dirs-sys-next v0.1.2 |
2496 | 2024-05-06T02:31:43.456Z | Compiling filetime v0.2.23 |
2497 | 2024-05-06T02:31:43.561Z | Compiling memmap2 v0.7.1 |
2498 | 2024-05-06T02:31:43.696Z | Compiling arrayref v0.3.7 |
2499 | 2024-05-06T02:31:43.768Z | Compiling constant_time_eq v0.3.0 |
2500 | 2024-05-06T02:31:43.792Z | Compiling ident_case v1.0.1 |
2501 | 2024-05-06T02:31:43.894Z | Compiling arrayvec v0.7.4 |
2502 | 2024-05-06T02:31:43.919Z | Compiling rustls-pki-types v1.3.0 |
2503 | 2024-05-06T02:31:43.954Z | Compiling home v0.5.5 |
2504 | 2024-05-06T02:31:44.167Z | Compiling heck v0.5.0 |
2505 | 2024-05-06T02:31:44.243Z | Compiling strsim v0.10.0 |
2506 | 2024-05-06T02:31:44.364Z | Compiling toolchain_find v0.4.0 |
2507 | 2024-05-06T02:31:44.809Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#f7442947) |
2508 | 2024-05-06T02:31:44.834Z | Compiling darling_core v0.20.8 |
2509 | 2024-05-06T02:31:45.020Z | Compiling tar v0.4.40 |
2510 | 2024-05-06T02:31:45.268Z | Compiling dirs-next v2.0.0 |
2511 | 2024-05-06T02:31:45.712Z | Compiling camino-tempfile v1.1.1 |
2512 | 2024-05-06T02:31:46.073Z | Compiling toml v0.8.12 |
2513 | 2024-05-06T02:31:46.098Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
2514 | 2024-05-06T02:31:46.465Z | Compiling thread_local v1.1.7 |
2515 | 2024-05-06T02:31:46.545Z | Compiling topological-sort v0.2.2 |
2516 | 2024-05-06T02:31:46.736Z | Compiling rustls v0.22.4 |
2517 | 2024-05-06T02:31:47.162Z | Compiling paste v1.0.14 |
2518 | 2024-05-06T02:31:47.187Z | Compiling slog-async v2.8.0 |
2519 | 2024-05-06T02:31:47.401Z | Compiling rustfmt-wrapper v0.2.1 |
2520 | 2024-05-06T02:31:47.606Z | Compiling omicron-zone-package v0.11.0 |
2521 | 2024-05-06T02:31:47.634Z | Compiling term v0.7.0 |
2522 | 2024-05-06T02:31:47.849Z | Compiling rustls-webpki v0.102.1 |
2523 | 2024-05-06T02:31:49.588Z | Compiling crossbeam-channel v0.5.8 |
2524 | 2024-05-06T02:31:49.710Z | Compiling darling_macro v0.20.8 |
2525 | 2024-05-06T02:31:50.492Z | Compiling structmeta-derive v0.3.0 |
2526 | 2024-05-06T02:31:50.970Z | Compiling multer v3.0.0 |
2527 | 2024-05-06T02:31:51.123Z | Compiling match_cfg v0.1.0 |
2528 | 2024-05-06T02:31:51.218Z | Compiling take_mut v0.2.2 |
2529 | 2024-05-06T02:31:51.296Z | Compiling hostname v0.3.1 |
2530 | 2024-05-06T02:31:51.390Z | Compiling darling v0.20.8 |
2531 | 2024-05-06T02:31:51.551Z | Compiling slog-term v2.9.1 |
2532 | 2024-05-06T02:31:52.590Z | Compiling structmeta v0.3.0 |
2533 | 2024-05-06T02:31:52.797Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2534 | 2024-05-06T02:31:52.822Z | Compiling slog-json v2.6.1 |
2535 | 2024-05-06T02:31:52.929Z | Compiling http v1.0.0 |
2536 | 2024-05-06T02:31:52.954Z | Compiling async-stream-impl v0.3.5 |
2537 | 2024-05-06T02:31:53.258Z | Compiling pin-project-internal v1.1.3 |
2538 | 2024-05-06T02:31:53.581Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#f7442947) |
2539 | 2024-05-06T02:31:53.856Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2540 | 2024-05-06T02:31:54.044Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2541 | 2024-05-06T02:31:54.126Z | Compiling atomic-waker v1.1.1 |
2542 | 2024-05-06T02:31:54.624Z | Compiling waitgroup v0.1.2 |
2543 | 2024-05-06T02:31:54.927Z | Compiling async-stream v0.3.5 |
2544 | 2024-05-06T02:31:55.210Z | Compiling tokio-rustls v0.25.0 |
2545 | 2024-05-06T02:31:55.467Z | Compiling pin-project v1.1.3 |
2546 | 2024-05-06T02:31:55.596Z | Compiling slog-bunyan v2.5.0 |
2547 | 2024-05-06T02:31:55.622Z | Compiling parse-display-derive v0.9.0 |
2548 | 2024-05-06T02:31:55.919Z | Compiling serde_with_macros v3.7.0 |
2549 | 2024-05-06T02:31:56.747Z | Compiling rustls-pemfile v2.1.2 |
2550 | 2024-05-06T02:31:56.879Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2551 | 2024-05-06T02:31:57.099Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#f7442947) |
2552 | 2024-05-06T02:31:57.230Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
2553 | 2024-05-06T02:31:58.134Z | Compiling sha1 v0.10.6 |
2554 | 2024-05-06T02:31:58.527Z | Compiling strum_macros v0.26.1 |
2555 | 2024-05-06T02:31:58.825Z | Compiling newtype-uuid v1.1.0 |
2556 | 2024-05-06T02:31:58.876Z | Compiling snafu-derive v0.8.2 |
2557 | 2024-05-06T02:31:59.117Z | Compiling serde_path_to_error v0.1.16 |
2558 | 2024-05-06T02:31:59.971Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2559 | 2024-05-06T02:32:00.574Z | Compiling instant v0.1.12 |
2560 | 2024-05-06T02:32:00.738Z | Compiling fs-err v2.11.0 |
2561 | 2024-05-06T02:32:01.246Z | Compiling debug-ignore v1.0.5 |
2562 | 2024-05-06T02:32:01.393Z | Compiling buf-list v1.0.3 |
2563 | 2024-05-06T02:32:01.896Z | Compiling arc-swap v1.6.0 |
2564 | 2024-05-06T02:32:02.177Z | Compiling strum v0.26.2 |
2565 | 2024-05-06T02:32:02.354Z | Compiling slog-scope v4.4.0 |
2566 | 2024-05-06T02:32:02.518Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
2567 | 2024-05-06T02:32:02.836Z | Compiling snafu v0.8.2 |
2568 | 2024-05-06T02:32:03.282Z | Compiling backoff v0.4.0 |
2569 | 2024-05-06T02:32:03.583Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2570 | 2024-05-06T02:32:03.774Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2571 | 2024-05-06T02:32:03.857Z | Compiling parse-display v0.9.0 |
2572 | 2024-05-06T02:32:03.945Z | Compiling serde_with v3.7.0 |
2573 | 2024-05-06T02:32:04.177Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2574 | 2024-05-06T02:32:04.814Z | Compiling globset v0.4.13 |
2575 | 2024-05-06T02:32:05.478Z | Compiling pem v3.0.4 |
2576 | 2024-05-06T02:32:06.753Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2577 | 2024-05-06T02:32:06.926Z | Compiling olpc-cjson v0.1.3 |
2578 | 2024-05-06T02:32:07.224Z | Compiling macaddr v1.0.1 |
2579 | 2024-05-06T02:32:07.426Z | Compiling serde_plain v1.0.2 |
2580 | 2024-05-06T02:32:07.724Z | Compiling async-recursion v1.1.0 |
2581 | 2024-05-06T02:32:08.424Z | Compiling typed-path v0.7.0 |
2582 | 2024-05-06T02:32:11.477Z | Compiling tough v0.17.1 |
2583 | 2024-05-06T02:32:13.827Z | Compiling slog-stdlog v4.1.1 |
2584 | 2024-05-06T02:32:14.489Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
2585 | 2024-05-06T02:32:14.704Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2586 | 2024-05-06T02:32:15.664Z | Compiling itertools v0.12.1 |
2587 | 2024-05-06T02:32:16.827Z | Compiling parse-size v1.0.0 |
2588 | 2024-05-06T02:32:17.086Z | Compiling slog-envlogger v2.2.0 |
2589 | 2024-05-06T02:32:18.638Z | Compiling humantime v2.1.0 |
2590 | 2024-05-06T02:32:32.845Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2591 | 2024-05-06T02:32:40.801Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2592 | 2024-05-06T02:32:42.731Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2593 | 2024-05-06T02:33:01.079Z | Finished release [optimized] target(s) in 1m 20s |
2594 | 2024-05-06T02:33:01.165Z | |
2595 | 2024-05-06T02:33:01.165Z | real 1:20.187150587 |
2596 | 2024-05-06T02:33:01.165Z | user 7:54.224485916 |
2597 | 2024-05-06T02:33:01.165Z | sys 46.807677424 |
2598 | 2024-05-06T02:33:01.165Z | trap 0.258354425 |
2599 | 2024-05-06T02:33:01.165Z | tflt 0.259882053 |
2600 | 2024-05-06T02:33:01.166Z | dflt 0.624749937 |
2601 | 2024-05-06T02:33:01.191Z | kflt 0.000076498 |
2602 | 2024-05-06T02:33:01.191Z | lock 16:13.704564765 |
2603 | 2024-05-06T02:33:01.191Z | slp 17:45.256071316 |
2604 | 2024-05-06T02:33:01.191Z | lat 20.878444900 |
2605 | 2024-05-06T02:33:01.191Z | stop 20.769085895 |
2606 | 2024-05-06T02:33:01.191Z | + ptime -m gzip |
2607 | 2024-05-06T02:33:02.673Z | |
2608 | 2024-05-06T02:33:02.673Z | real 1.501523592 |
2609 | 2024-05-06T02:33:02.673Z | user 1.489324010 |
2610 | 2024-05-06T02:33:02.673Z | sys 0.009346411 |
2611 | 2024-05-06T02:33:02.673Z | trap 0.000578398 |
2612 | 2024-05-06T02:33:02.673Z | tflt 0.000000000 |
2613 | 2024-05-06T02:33:02.674Z | dflt 0.000000000 |
2614 | 2024-05-06T02:33:02.674Z | kflt 0.000000000 |
2615 | 2024-05-06T02:33:02.674Z | lock 0.000000000 |
2616 | 2024-05-06T02:33:02.674Z | slp 0.000000000 |
2617 | 2024-05-06T02:33:02.674Z | lat 0.001949331 |
2618 | 2024-05-06T02:33:02.674Z | stop 0.000236664 |
2619 | 2024-05-06T02:33:02.700Z | + banner permission-slip |
2620 | 2024-05-06T02:33:02.700Z | |
2621 | 2024-05-06T02:33:02.700Z | ##### ###### ##### # # # #### #### # #### # # |
2622 | 2024-05-06T02:33:02.700Z | # # # # # ## ## # # # # # # ## # |
2623 | 2024-05-06T02:33:02.700Z | # # ##### # # # ## # # #### #### # # # # # # |
2624 | 2024-05-06T02:33:02.700Z | ##### # ##### # # # # # # # # # # # |
2625 | 2024-05-06T02:33:02.700Z | # # # # # # # # # # # # # # # ## |
2626 | 2024-05-06T02:33:02.700Z | # ###### # # # # # #### #### # #### # # |
2627 | 2024-05-06T02:33:02.700Z | |
2628 | 2024-05-06T02:33:02.700Z | + source ./tools/permslip_commit |
2629 | 2024-05-06T02:33:02.700Z | ++ COMMIT=5d44e0065f90051a28881c75e3574142ada9b695 |
2630 | 2024-05-06T02:33:02.700Z | + git init /work/permission-slip-build |
2631 | 2024-05-06T02:33:02.700Z | hint: Using 'master' as the name for the initial branch. This default branch name |
2632 | 2024-05-06T02:33:02.700Z | hint: is subject to change. To configure the initial branch name to use in all |
2633 | 2024-05-06T02:33:02.700Z | hint: of your new repositories, which will suppress this warning, call: |
2634 | 2024-05-06T02:33:02.700Z | hint: |
2635 | 2024-05-06T02:33:02.700Z | hint: git config --global init.defaultBranch <name> |
2636 | 2024-05-06T02:33:02.701Z | hint: |
2637 | 2024-05-06T02:33:02.701Z | hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and |
2638 | 2024-05-06T02:33:02.701Z | hint: 'development'. The just-created branch can be renamed via this command: |
2639 | 2024-05-06T02:33:02.701Z | hint: |
2640 | 2024-05-06T02:33:02.701Z | hint: git branch -m <name> |
2641 | 2024-05-06T02:33:02.701Z | Initialized empty Git repository in /work/permission-slip-build/.git/ |
2642 | 2024-05-06T02:33:02.701Z | + pushd /work/permission-slip-build |
2643 | 2024-05-06T02:33:02.701Z | /work/permission-slip-build /work/oxidecomputer/omicron |
2644 | 2024-05-06T02:33:02.701Z | + git remote add origin https://github.com/oxidecomputer/permission-slip.git |
2645 | 2024-05-06T02:33:02.701Z | + ptime -m git fetch --depth 1 origin 5d44e0065f90051a28881c75e3574142ada9b695 |
2646 | 2024-05-06T02:33:03.529Z | From https://github.com/oxidecomputer/permission-slip |
2647 | 2024-05-06T02:33:03.529Z | * branch 5d44e0065f90051a28881c75e3574142ada9b695 -> FETCH_HEAD |
2648 | 2024-05-06T02:33:03.556Z | |
2649 | 2024-05-06T02:33:03.556Z | real 0.842419539 |
2650 | 2024-05-06T02:33:03.556Z | user 0.070965645 |
2651 | 2024-05-06T02:33:03.556Z | sys 0.039030624 |
2652 | 2024-05-06T02:33:03.557Z | trap 0.000008205 |
2653 | 2024-05-06T02:33:03.557Z | tflt 0.000000000 |
2654 | 2024-05-06T02:33:03.557Z | dflt 0.000000000 |
2655 | 2024-05-06T02:33:03.557Z | kflt 0.000000000 |
2656 | 2024-05-06T02:33:03.557Z | lock 0.000136444 |
2657 | 2024-05-06T02:33:03.557Z | slp 2.524151276 |
2658 | 2024-05-06T02:33:03.557Z | lat 0.004433919 |
2659 | 2024-05-06T02:33:03.557Z | stop 0.000684210 |
2660 | 2024-05-06T02:33:03.557Z | + git checkout FETCH_HEAD |
2661 | 2024-05-06T02:33:03.557Z | Note: switching to 'FETCH_HEAD'. |
2662 | 2024-05-06T02:33:03.557Z | |
2663 | 2024-05-06T02:33:03.557Z | You are in 'detached HEAD' state. You can look around, make experimental |
2664 | 2024-05-06T02:33:03.557Z | changes and commit them, and you can discard any commits you make in this |
2665 | 2024-05-06T02:33:03.557Z | state without impacting any branches by switching back to a branch. |
2666 | 2024-05-06T02:33:03.557Z | |
2667 | 2024-05-06T02:33:03.557Z | If you want to create a new branch to retain commits you create, you may |
2668 | 2024-05-06T02:33:03.557Z | do so (now or later) by using -c with the switch command. Example: |
2669 | 2024-05-06T02:33:03.557Z | |
2670 | 2024-05-06T02:33:03.557Z | git switch -c <new-branch-name> |
2671 | 2024-05-06T02:33:03.557Z | |
2672 | 2024-05-06T02:33:03.557Z | Or undo this operation with: |
2673 | 2024-05-06T02:33:03.557Z | |
2674 | 2024-05-06T02:33:03.558Z | git switch - |
2675 | 2024-05-06T02:33:03.558Z | |
2676 | 2024-05-06T02:33:03.558Z | Turn off this advice by setting config variable advice.detachedHead to false |
2677 | 2024-05-06T02:33:03.558Z | |
2678 | 2024-05-06T02:33:03.558Z | HEAD is now at 5d44e00 Ensure SSH tables exist in the database |
2679 | 2024-05-06T02:33:03.558Z | + ptime -m cargo build --locked -p permission-slip-client --release |
2680 | 2024-05-06T02:33:03.586Z | info: syncing channel updates for '1.74-x86_64-unknown-illumos' |
2681 | 2024-05-06T02:33:03.686Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
2682 | 2024-05-06T02:33:03.686Z | info: downloading component 'cargo' |
2683 | 2024-05-06T02:33:04.003Z | info: downloading component 'clippy' |
2684 | 2024-05-06T02:33:04.168Z | info: downloading component 'rust-docs' |
2685 | 2024-05-06T02:33:04.323Z | info: downloading component 'rust-std' |
2686 | 2024-05-06T02:33:04.816Z | info: downloading component 'rustc' |
2687 | 2024-05-06T02:33:06.537Z | info: downloading component 'rustfmt' |
2688 | 2024-05-06T02:33:06.710Z | info: installing component 'cargo' |
2689 | 2024-05-06T02:33:07.732Z | info: installing component 'clippy' |
2690 | 2024-05-06T02:33:08.112Z | info: installing component 'rust-docs' |
2691 | 2024-05-06T02:33:10.549Z | info: installing component 'rust-std' |
2692 | 2024-05-06T02:33:12.397Z | info: installing component 'rustc' |
2693 | 2024-05-06T02:33:17.294Z | info: installing component 'rustfmt' |
2694 | 2024-05-06T02:33:17.919Z | Updating crates.io index |
2695 | 2024-05-06T02:33:18.101Z | Updating git repository `https://github.com/oxidecomputer/sshauth` |
2696 | 2024-05-06T02:33:18.957Z | From https://github.com/oxidecomputer/sshauth |
2697 | 2024-05-06T02:33:18.957Z | * [new branch] dependabot/cargo/mio-0.8.11 -> origin/dependabot/cargo/mio-0.8.11 |
2698 | 2024-05-06T02:33:18.983Z | * [new branch] main -> origin/main |
2699 | 2024-05-06T02:33:18.983Z | * [new branch] paranoia -> origin/paranoia |
2700 | 2024-05-06T02:33:18.983Z | * [new branch] readme -> origin/readme |
2701 | 2024-05-06T02:33:18.983Z | * [new ref] -> origin/HEAD |
2702 | 2024-05-06T02:33:18.983Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
2703 | 2024-05-06T02:33:20.064Z | From https://github.com/oxidecomputer/dropshot |
2704 | 2024-05-06T02:33:20.064Z | * [new branch] archive/pr-14-before-force-push -> origin/archive/pr-14-before-force-push |
2705 | 2024-05-06T02:33:20.064Z | * [new branch] async -> origin/async |
2706 | 2024-05-06T02:33:20.113Z | * [new branch] build-o-mat -> origin/build-o-mat |
2707 | 2024-05-06T02:33:20.113Z | * [new branch] camel -> origin/camel |
2708 | 2024-05-06T02:33:20.113Z | * [new branch] carets -> origin/carets |
2709 | 2024-05-06T02:33:20.114Z | * [new branch] changes -> origin/changes |
2710 | 2024-05-06T02:33:20.114Z | * [new branch] ci-version -> origin/ci-version |
2711 | 2024-05-06T02:33:20.114Z | * [new branch] cleanup-tweak -> origin/cleanup-tweak |
2712 | 2024-05-06T02:33:20.114Z | * [new branch] clippy -> origin/clippy |
2713 | 2024-05-06T02:33:20.114Z | * [new branch] clippy-enforcement -> origin/clippy-enforcement |
2714 | 2024-05-06T02:33:20.114Z | * [new branch] clone -> origin/clone |
2715 | 2024-05-06T02:33:20.114Z | * [new branch] dependabot/cargo/http-1.0.0 -> origin/dependabot/cargo/http-1.0.0 |
2716 | 2024-05-06T02:33:20.114Z | * [new branch] dependabot/cargo/hyper-1.3.1 -> origin/dependabot/cargo/hyper-1.3.1 |
2717 | 2024-05-06T02:33:20.114Z | * [new branch] dependabot/cargo/hyper-rustls-0.26.0 -> origin/dependabot/cargo/hyper-rustls-0.26.0 |
2718 | 2024-05-06T02:33:20.114Z | * [new branch] dependabot/cargo/hyper-staticfile-0.10.0 -> origin/dependabot/cargo/hyper-staticfile-0.10.0 |
2719 | 2024-05-06T02:33:20.114Z | * [new branch] doc -> origin/doc |
2720 | 2024-05-06T02:33:20.114Z | * [new branch] err -> origin/err |
2721 | 2024-05-06T02:33:20.114Z | * [new branch] example-resumable-download -> origin/example-resumable-download |
2722 | 2024-05-06T02:33:20.114Z | * [new branch] expectorate -> origin/expectorate |
2723 | 2024-05-06T02:33:20.114Z | * [new branch] extracted -> origin/extracted |
2724 | 2024-05-06T02:33:20.114Z | * [new branch] fix_tests -> origin/fix_tests |
2725 | 2024-05-06T02:33:20.114Z | * [new branch] fmt2 -> origin/fmt2 |
2726 | 2024-05-06T02:33:20.114Z | * [new branch] infinite_type_resolve -> origin/infinite_type_resolve |
2727 | 2024-05-06T02:33:20.114Z | * [new branch] kulakowski/tls -> origin/kulakowski/tls |
2728 | 2024-05-06T02:33:20.114Z | * [new branch] main -> origin/main |
2729 | 2024-05-06T02:33:20.114Z | * [new branch] maintainer-docs -> origin/maintainer-docs |
2730 | 2024-05-06T02:33:20.114Z | * [new branch] merge-server-config -> origin/merge-server-config |
2731 | 2024-05-06T02:33:20.114Z | * [new branch] multi-api -> origin/multi-api |
2732 | 2024-05-06T02:33:20.115Z | * [new branch] multiverse -> origin/multiverse |
2733 | 2024-05-06T02:33:20.115Z | * [new branch] openapi -> origin/openapi |
2734 | 2024-05-06T02:33:20.115Z | * [new branch] openapi-trailing-newline -> origin/openapi-trailing-newline |
2735 | 2024-05-06T02:33:20.115Z | * [new branch] openapi2 -> origin/openapi2 |
2736 | 2024-05-06T02:33:20.115Z | * [new branch] port-fix-better -> origin/port-fix-better |
2737 | 2024-05-06T02:33:20.115Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
2738 | 2024-05-06T02:33:20.115Z | * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x |
2739 | 2024-05-06T02:33:20.115Z | * [new branch] rmp-page-token -> origin/rmp-page-token |
2740 | 2024-05-06T02:33:20.115Z | * [new branch] rustfmt-m1 -> origin/rustfmt-m1 |
2741 | 2024-05-06T02:33:20.115Z | * [new branch] rustfmt-test-stable-only -> origin/rustfmt-test-stable-only |
2742 | 2024-05-06T02:33:20.115Z | * [new branch] rustfmt-test-unstable-options -> origin/rustfmt-test-unstable-options |
2743 | 2024-05-06T02:33:20.115Z | * [new branch] server-log -> origin/server-log |
2744 | 2024-05-06T02:33:20.115Z | * [new branch] simple-headers -> origin/simple-headers |
2745 | 2024-05-06T02:33:20.115Z | * [new branch] sunshowers/spr/add-a-new-chunkedbody-extractor -> origin/sunshowers/spr/add-a-new-chunkedbody-extractor |
2746 | 2024-05-06T02:33:20.115Z | * [new branch] sunshowers/spr/add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits -> origin/sunshowers/spr/add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits |
2747 | 2024-05-06T02:33:20.115Z | * [new branch] sunshowers/spr/add-support-for-setting-a-larger-request-body-for-some-endpoints -> origin/sunshowers/spr/add-support-for-setting-a-larger-request-body-for-some-endpoints |
2748 | 2024-05-06T02:33:20.115Z | * [new branch] sunshowers/spr/draft-straw-proposal-to-remove-the-request-from-requestcontext -> origin/sunshowers/spr/draft-straw-proposal-to-remove-the-request-from-requestcontext |
2749 | 2024-05-06T02:33:20.115Z | * [new branch] sunshowers/spr/main.add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits -> origin/sunshowers/spr/main.add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits |
2750 | 2024-05-06T02:33:20.115Z | * [new branch] sunshowers/spr/main.add-support-for-setting-a-larger-request-body-for-some-endpoints -> origin/sunshowers/spr/main.add-support-for-setting-a-larger-request-body-for-some-endpoints |
2751 | 2024-05-06T02:33:20.116Z | * [new branch] sunshowers/spr/main.make-untypedbody-be-able-to-extract-to-a-buflist -> origin/sunshowers/spr/main.make-untypedbody-be-able-to-extract-to-a-buflist |
2752 | 2024-05-06T02:33:20.116Z | * [new branch] sunshowers/spr/wip-prototype-for-trait-based-dropshot-servers -> origin/sunshowers/spr/wip-prototype-for-trait-based-dropshot-servers |
2753 | 2024-05-06T02:33:20.116Z | * [new branch] test-skip-deserialize -> origin/test-skip-deserialize |
2754 | 2024-05-06T02:33:20.116Z | * [new branch] update-usdt-dep -> origin/update-usdt-dep |
2755 | 2024-05-06T02:33:20.116Z | * [new branch] urlencoded_typedbody -> origin/urlencoded_typedbody |
2756 | 2024-05-06T02:33:20.116Z | * [new branch] websockets -> origin/websockets |
2757 | 2024-05-06T02:33:20.116Z | * [new branch] x-forwarded-for -> origin/x-forwarded-for |
2758 | 2024-05-06T02:33:20.116Z | * [new branch] x-forwarded-for-OLD -> origin/x-forwarded-for-OLD |
2759 | 2024-05-06T02:33:20.116Z | * [new ref] -> origin/HEAD |
2760 | 2024-05-06T02:33:20.116Z | * [new tag] v0.10.0 -> v0.10.0 |
2761 | 2024-05-06T02:33:20.116Z | * [new tag] v0.3.0 -> v0.3.0 |
2762 | 2024-05-06T02:33:20.116Z | * [new tag] v0.4.0 -> v0.4.0 |
2763 | 2024-05-06T02:33:20.116Z | * [new tag] v0.5.0 -> v0.5.0 |
2764 | 2024-05-06T02:33:20.116Z | * [new tag] v0.5.1 -> v0.5.1 |
2765 | 2024-05-06T02:33:20.116Z | * [new tag] v0.6.0 -> v0.6.0 |
2766 | 2024-05-06T02:33:20.116Z | * [new tag] v0.7.0 -> v0.7.0 |
2767 | 2024-05-06T02:33:20.116Z | * [new tag] v0.8.0 -> v0.8.0 |
2768 | 2024-05-06T02:33:20.116Z | * [new tag] v0.9.0 -> v0.9.0 |
2769 | 2024-05-06T02:33:20.145Z | Updating git repository `https://github.com/oxidecomputer/hubtools` |
2770 | 2024-05-06T02:33:20.680Z | From https://github.com/oxidecomputer/hubtools |
2771 | 2024-05-06T02:33:20.680Z | * [new branch] add-cargo-lock -> origin/add-cargo-lock |
2772 | 2024-05-06T02:33:20.706Z | * [new branch] add-default-caboose -> origin/add-default-caboose |
2773 | 2024-05-06T02:33:20.706Z | * [new branch] add_sign -> origin/add_sign |
2774 | 2024-05-06T02:33:20.707Z | * [new branch] bootleby_archive -> origin/bootleby_archive |
2775 | 2024-05-06T02:33:20.707Z | * [new branch] caboose_sign -> origin/caboose_sign |
2776 | 2024-05-06T02:33:20.707Z | * [new branch] epoch -> origin/epoch |
2777 | 2024-05-06T02:33:20.707Z | * [new branch] extract-image -> origin/extract-image |
2778 | 2024-05-06T02:33:20.707Z | * [new branch] fixes -> origin/fixes |
2779 | 2024-05-06T02:33:20.707Z | * [new branch] humility_fixes -> origin/humility_fixes |
2780 | 2024-05-06T02:33:20.707Z | * [new branch] main -> origin/main |
2781 | 2024-05-06T02:33:20.707Z | * [new branch] overwrite_in_memory -> origin/overwrite_in_memory |
2782 | 2024-05-06T02:33:20.707Z | * [new branch] sig_txt -> origin/sig_txt |
2783 | 2024-05-06T02:33:20.707Z | * [new branch] sign_caboose_builder -> origin/sign_caboose_builder |
2784 | 2024-05-06T02:33:20.707Z | * [new branch] verify_rot -> origin/verify_rot |
2785 | 2024-05-06T02:33:20.707Z | * [new ref] -> origin/HEAD |
2786 | 2024-05-06T02:33:21.143Z | Downloading crates ... |
2787 | 2024-05-06T02:33:21.285Z | Downloaded ahash v0.8.11 |
2788 | 2024-05-06T02:33:21.313Z | Downloaded block-buffer v0.9.0 |
2789 | 2024-05-06T02:33:21.313Z | Downloaded anstyle-parse v0.2.3 |
2790 | 2024-05-06T02:33:21.313Z | Downloaded flagset v0.4.5 |
2791 | 2024-05-06T02:33:21.313Z | Downloaded opaque-debug v0.3.1 |
2792 | 2024-05-06T02:33:21.313Z | Downloaded is-terminal v0.4.12 |
2793 | 2024-05-06T02:33:21.313Z | Downloaded autocfg v1.2.0 |
2794 | 2024-05-06T02:33:21.313Z | Downloaded platforms v3.4.0 |
2795 | 2024-05-06T02:33:21.313Z | Downloaded signature v2.2.0 |
2796 | 2024-05-06T02:33:21.313Z | Downloaded proc-macro2 v1.0.79 |
2797 | 2024-05-06T02:33:21.344Z | Downloaded rustls-pemfile v1.0.4 |
2798 | 2024-05-06T02:33:21.344Z | Downloaded typify v0.0.16 |
2799 | 2024-05-06T02:33:21.344Z | Downloaded typify-macro v0.0.16 |
2800 | 2024-05-06T02:33:21.344Z | Downloaded xdg v2.5.2 |
2801 | 2024-05-06T02:33:21.344Z | Downloaded tls_codec v0.4.1 |
2802 | 2024-05-06T02:33:21.344Z | Downloaded typenum v1.17.0 |
2803 | 2024-05-06T02:33:21.371Z | Downloaded x509-cert v0.2.5 |
2804 | 2024-05-06T02:33:21.371Z | Downloaded webpki-roots v0.25.4 |
2805 | 2024-05-06T02:33:21.371Z | Downloaded typify-impl v0.0.16 |
2806 | 2024-05-06T02:33:21.399Z | Downloaded tokio v1.36.0 |
2807 | 2024-05-06T02:33:21.434Z | Downloaded regex-automata v0.4.6 |
2808 | 2024-05-06T02:33:21.476Z | Downloaded curve25519-dalek v3.2.0 |
2809 | 2024-05-06T02:33:21.476Z | Downloaded syn v2.0.55 |
2810 | 2024-05-06T02:33:21.476Z | Downloaded rustls v0.21.10 |
2811 | 2024-05-06T02:33:21.501Z | Downloaded rustix v0.38.32 |
2812 | 2024-05-06T02:33:21.526Z | Downloaded regex-syntax v0.8.3 |
2813 | 2024-05-06T02:33:21.526Z | Downloaded unicode-normalization v0.1.23 |
2814 | 2024-05-06T02:33:21.526Z | Downloaded ssh-key v0.6.5 |
2815 | 2024-05-06T02:33:21.526Z | Downloaded regress v0.8.0 |
2816 | 2024-05-06T02:33:21.551Z | Downloaded p384 v0.13.0 |
2817 | 2024-05-06T02:33:21.551Z | Downloaded chrono v0.4.37 |
2818 | 2024-05-06T02:33:21.551Z | Downloaded unsafe-libyaml v0.2.11 |
2819 | 2024-05-06T02:33:21.576Z | Downloaded serde_yaml v0.9.34+deprecated |
2820 | 2024-05-06T02:33:21.576Z | Downloaded serde_json v1.0.115 |
2821 | 2024-05-06T02:33:21.576Z | Downloaded serde v1.0.197 |
2822 | 2024-05-06T02:33:21.576Z | Downloaded schemars v0.8.16 |
2823 | 2024-05-06T02:33:21.604Z | Downloaded openssl-sys v0.9.101 |
2824 | 2024-05-06T02:33:21.604Z | Downloaded h2 v0.3.25 |
2825 | 2024-05-06T02:33:21.604Z | Downloaded blake3 v1.5.1 |
2826 | 2024-05-06T02:33:21.638Z | Downloaded ryu v1.0.17 |
2827 | 2024-05-06T02:33:21.638Z | Downloaded thiserror-impl v1.0.58 |
2828 | 2024-05-06T02:33:21.638Z | Downloaded thiserror v1.0.58 |
2829 | 2024-05-06T02:33:21.638Z | Downloaded ssh-encoding v0.2.0 |
2830 | 2024-05-06T02:33:21.638Z | Downloaded ssh-cipher v0.2.0 |
2831 | 2024-05-06T02:33:21.638Z | Downloaded spki v0.7.3 |
2832 | 2024-05-06T02:33:21.638Z | Downloaded serde_derive v1.0.197 |
2833 | 2024-05-06T02:33:21.638Z | Downloaded pkg-config v0.3.30 |
2834 | 2024-05-06T02:33:21.638Z | Downloaded libm v0.2.8 |
2835 | 2024-05-06T02:33:21.638Z | Downloaded heapless v0.7.17 |
2836 | 2024-05-06T02:33:21.673Z | Downloaded aho-corasick v1.1.3 |
2837 | 2024-05-06T02:33:21.673Z | Downloaded try-lock v0.2.5 |
2838 | 2024-05-06T02:33:21.673Z | Downloaded termcolor v1.4.1 |
2839 | 2024-05-06T02:33:21.673Z | Downloaded signature v1.6.4 |
2840 | 2024-05-06T02:33:21.673Z | Downloaded sha2 v0.9.9 |
2841 | 2024-05-06T02:33:21.673Z | Downloaded schemars_derive v0.8.16 |
2842 | 2024-05-06T02:33:21.674Z | Downloaded rsa v0.9.6 |
2843 | 2024-05-06T02:33:21.674Z | Downloaded tls_codec_derive v0.4.1 |
2844 | 2024-05-06T02:33:21.674Z | Downloaded cc v1.0.90 |
2845 | 2024-05-06T02:33:21.674Z | Downloaded smallvec v1.13.2 |
2846 | 2024-05-06T02:33:21.674Z | Downloaded serde_derive_internals v0.26.0 |
2847 | 2024-05-06T02:33:21.674Z | Downloaded sct v0.7.1 |
2848 | 2024-05-06T02:33:21.703Z | Downloaded parking_lot_core v0.9.9 |
2849 | 2024-05-06T02:33:21.703Z | Downloaded oauth2 v4.4.2 |
2850 | 2024-05-06T02:33:21.703Z | Downloaded ed25519-dalek v2.1.1 |
2851 | 2024-05-06T02:33:21.703Z | Downloaded crypto-bigint v0.5.5 |
2852 | 2024-05-06T02:33:21.703Z | Downloaded crc-any v2.4.4 |
2853 | 2024-05-06T02:33:21.703Z | Downloaded env_logger v0.10.2 |
2854 | 2024-05-06T02:33:21.703Z | Downloaded lock_api v0.4.11 |
2855 | 2024-05-06T02:33:21.703Z | Downloaded bitflags v2.5.0 |
2856 | 2024-05-06T02:33:21.703Z | Downloaded anyhow v1.0.81 |
2857 | 2024-05-06T02:33:21.728Z | Downloaded quote v1.0.35 |
2858 | 2024-05-06T02:33:21.728Z | Downloaded itoa v1.0.11 |
2859 | 2024-05-06T02:33:21.728Z | Downloaded iana-time-zone v0.1.60 |
2860 | 2024-05-06T02:33:21.728Z | Downloaded http-body v0.4.6 |
2861 | 2024-05-06T02:33:21.729Z | Downloaded ed25519-dalek v1.0.1 |
2862 | 2024-05-06T02:33:21.729Z | Downloaded ed25519 v2.2.3 |
2863 | 2024-05-06T02:33:21.729Z | Downloaded ed25519 v1.5.3 |
2864 | 2024-05-06T02:33:21.729Z | Downloaded digest v0.9.0 |
2865 | 2024-05-06T02:33:21.729Z | Downloaded curve25519-dalek-derive v0.1.1 |
2866 | 2024-05-06T02:33:21.729Z | Downloaded clap-num v1.1.1 |
2867 | 2024-05-06T02:33:21.729Z | Downloaded bincode v1.3.3 |
2868 | 2024-05-06T02:33:21.729Z | Downloaded anstyle-query v1.0.2 |
2869 | 2024-05-06T02:33:21.729Z | Downloaded anstream v0.6.13 |
2870 | 2024-05-06T02:33:21.846Z | Compiling proc-macro2 v1.0.79 |
2871 | 2024-05-06T02:33:21.846Z | Compiling unicode-ident v1.0.12 |
2872 | 2024-05-06T02:33:21.846Z | Compiling version_check v0.9.4 |
2873 | 2024-05-06T02:33:21.871Z | Compiling libc v0.2.153 |
2874 | 2024-05-06T02:33:21.872Z | Compiling cfg-if v1.0.0 |
2875 | 2024-05-06T02:33:21.872Z | Compiling autocfg v1.2.0 |
2876 | 2024-05-06T02:33:21.872Z | Compiling typenum v1.17.0 |
2877 | 2024-05-06T02:33:21.872Z | Compiling serde v1.0.197 |
2878 | 2024-05-06T02:33:21.995Z | Compiling const-oid v0.9.6 |
2879 | 2024-05-06T02:33:22.074Z | Compiling subtle v2.5.0 |
2880 | 2024-05-06T02:33:22.392Z | Compiling cc v1.0.90 |
2881 | 2024-05-06T02:33:22.458Z | Compiling generic-array v0.14.7 |
2882 | 2024-05-06T02:33:22.492Z | Compiling ahash v0.8.11 |
2883 | 2024-05-06T02:33:22.547Z | Compiling lock_api v0.4.11 |
2884 | 2024-05-06T02:33:22.866Z | Compiling once_cell v1.19.0 |
2885 | 2024-05-06T02:33:22.907Z | Compiling scopeguard v1.2.0 |
2886 | 2024-05-06T02:33:23.015Z | Compiling serde_json v1.0.115 |
2887 | 2024-05-06T02:33:23.296Z | Compiling quote v1.0.35 |
2888 | 2024-05-06T02:33:23.379Z | Compiling syn v1.0.109 |
2889 | 2024-05-06T02:33:23.492Z | Compiling itoa v1.0.11 |
2890 | 2024-05-06T02:33:23.679Z | Compiling syn v2.0.55 |
2891 | 2024-05-06T02:33:23.708Z | Compiling getrandom v0.2.12 |
2892 | 2024-05-06T02:33:23.860Z | Compiling smallvec v1.13.2 |
2893 | 2024-05-06T02:33:23.887Z | Compiling base64ct v1.6.0 |
2894 | 2024-05-06T02:33:23.965Z | Compiling rand_core v0.6.4 |
2895 | 2024-05-06T02:33:24.291Z | Compiling libm v0.2.8 |
2896 | 2024-05-06T02:33:24.392Z | Compiling pem-rfc7468 v0.7.0 |
2897 | 2024-05-06T02:33:24.704Z | Compiling parking_lot_core v0.9.9 |
2898 | 2024-05-06T02:33:24.730Z | Compiling zerocopy v0.7.32 |
2899 | 2024-05-06T02:33:24.794Z | Compiling memchr v2.7.1 |
2900 | 2024-05-06T02:33:24.821Z | Compiling bytes v1.6.0 |
2901 | 2024-05-06T02:33:24.907Z | Compiling pin-project-lite v0.2.13 |
2902 | 2024-05-06T02:33:25.099Z | Compiling num-traits v0.2.18 |
2903 | 2024-05-06T02:33:25.139Z | Compiling thiserror v1.0.58 |
2904 | 2024-05-06T02:33:25.452Z | Compiling allocator-api2 v0.2.16 |
2905 | 2024-05-06T02:33:25.644Z | Compiling log v0.4.21 |
2906 | 2024-05-06T02:33:26.209Z | Compiling hashbrown v0.14.3 |
2907 | 2024-05-06T02:33:26.545Z | Compiling bitflags v2.5.0 |
2908 | 2024-05-06T02:33:26.901Z | Compiling flagset v0.4.5 |
2909 | 2024-05-06T02:33:27.203Z | Compiling parking_lot v0.12.1 |
2910 | 2024-05-06T02:33:27.564Z | Compiling socket2 v0.5.6 |
2911 | 2024-05-06T02:33:27.800Z | Compiling num_cpus v1.16.0 |
2912 | 2024-05-06T02:33:27.934Z | Compiling mio v0.8.11 |
2913 | 2024-05-06T02:33:28.070Z | Compiling signal-hook-registry v1.4.1 |
2914 | 2024-05-06T02:33:28.539Z | Compiling spin v0.9.8 |
2915 | 2024-05-06T02:33:28.896Z | Compiling vcpkg v0.2.15 |
2916 | 2024-05-06T02:33:29.185Z | Compiling cpufeatures v0.2.12 |
2917 | 2024-05-06T02:33:29.279Z | Compiling semver v1.0.22 |
2918 | 2024-05-06T02:33:29.318Z | Compiling pkg-config v0.3.30 |
2919 | 2024-05-06T02:33:29.605Z | Compiling schemars v0.8.16 |
2920 | 2024-05-06T02:33:29.985Z | Compiling serde_derive_internals v0.26.0 |
2921 | 2024-05-06T02:33:30.011Z | Compiling ring v0.17.8 |
2922 | 2024-05-06T02:33:30.475Z | Compiling ryu v1.0.17 |
2923 | 2024-05-06T02:33:30.513Z | Compiling openssl-sys v0.9.101 |
2924 | 2024-05-06T02:33:31.407Z | Compiling slab v0.4.9 |
2925 | 2024-05-06T02:33:31.543Z | Compiling futures-core v0.3.30 |
2926 | 2024-05-06T02:33:31.657Z | Compiling fnv v1.0.7 |
2927 | 2024-05-06T02:33:31.724Z | Compiling equivalent v1.0.1 |
2928 | 2024-05-06T02:33:31.793Z | Compiling http v0.2.12 |
2929 | 2024-05-06T02:33:31.920Z | Compiling rustc_version v0.4.0 |
2930 | 2024-05-06T02:33:31.987Z | Compiling tracing-core v0.1.32 |
2931 | 2024-05-06T02:33:32.275Z | Compiling untrusted v0.9.0 |
2932 | 2024-05-06T02:33:32.449Z | Compiling byteorder v1.5.0 |
2933 | 2024-05-06T02:33:32.737Z | Compiling tracing v0.1.40 |
2934 | 2024-05-06T02:33:33.036Z | Compiling openssl v0.10.64 |
2935 | 2024-05-06T02:33:33.362Z | Compiling chrono v0.4.37 |
2936 | 2024-05-06T02:33:33.400Z | Compiling futures-task v0.3.30 |
2937 | 2024-05-06T02:33:33.453Z | Compiling httparse v1.8.0 |
2938 | 2024-05-06T02:33:33.696Z | Compiling dyn-clone v1.0.17 |
2939 | 2024-05-06T02:33:33.881Z | Compiling futures-io v0.3.30 |
2940 | 2024-05-06T02:33:33.914Z | Compiling futures-sink v0.3.30 |
2941 | 2024-05-06T02:33:33.946Z | Compiling serde_derive v1.0.197 |
2942 | 2024-05-06T02:33:34.046Z | Compiling zeroize_derive v1.4.2 |
2943 | 2024-05-06T02:33:34.128Z | Compiling der_derive v0.7.2 |
2944 | 2024-05-06T02:33:34.173Z | Compiling thiserror-impl v1.0.58 |
2945 | 2024-05-06T02:33:34.343Z | Compiling tokio-macros v2.2.0 |
2946 | 2024-05-06T02:33:35.189Z | Compiling schemars_derive v0.8.16 |
2947 | 2024-05-06T02:33:35.466Z | Compiling zeroize v1.7.0 |
2948 | 2024-05-06T02:33:35.810Z | Compiling tokio v1.36.0 |
2949 | 2024-05-06T02:33:36.182Z | Compiling ppv-lite86 v0.2.17 |
2950 | 2024-05-06T02:33:36.217Z | Compiling der v0.7.8 |
2951 | 2024-05-06T02:33:36.678Z | Compiling uuid v1.8.0 |
2952 | 2024-05-06T02:33:36.866Z | Compiling crypto-common v0.1.6 |
2953 | 2024-05-06T02:33:36.938Z | Compiling block-buffer v0.10.4 |
2954 | 2024-05-06T02:33:37.054Z | Compiling pin-utils v0.1.0 |
2955 | 2024-05-06T02:33:37.133Z | Compiling digest v0.10.7 |
2956 | 2024-05-06T02:33:37.158Z | Compiling foreign-types-shared v0.1.1 |
2957 | 2024-05-06T02:33:37.184Z | Compiling futures-util v0.3.30 |
2958 | 2024-05-06T02:33:37.256Z | Compiling foreign-types v0.3.2 |
2959 | 2024-05-06T02:33:37.470Z | Compiling openssl-macros v0.1.1 |
2960 | 2024-05-06T02:33:37.551Z | Compiling sha2 v0.10.8 |
2961 | 2024-05-06T02:33:37.819Z | Compiling signature v2.2.0 |
2962 | 2024-05-06T02:33:38.100Z | Compiling spki v0.7.3 |
2963 | 2024-05-06T02:33:38.405Z | Compiling pkcs8 v0.10.2 |
2964 | 2024-05-06T02:33:39.412Z | Compiling regress v0.8.0 |
2965 | 2024-05-06T02:33:39.938Z | Compiling try-lock v0.2.5 |
2966 | 2024-05-06T02:33:40.100Z | Compiling heck v0.4.1 |
2967 | 2024-05-06T02:33:40.125Z | Compiling tinyvec_macros v0.1.1 |
2968 | 2024-05-06T02:33:40.462Z | Compiling native-tls v0.2.11 |
2969 | 2024-05-06T02:33:40.813Z | Compiling rustls v0.21.10 |
2970 | 2024-05-06T02:33:41.492Z | Compiling rustls-webpki v0.101.7 |
2971 | 2024-05-06T02:33:42.182Z | Compiling sct v0.7.1 |
2972 | 2024-05-06T02:33:42.679Z | Compiling tinyvec v1.6.0 |
2973 | 2024-05-06T02:33:43.181Z | Compiling tokio-util v0.7.10 |
2974 | 2024-05-06T02:33:43.950Z | Compiling want v0.3.1 |
2975 | 2024-05-06T02:33:45.474Z | Compiling serde_tokenstream v0.2.0 |
2976 | 2024-05-06T02:33:45.554Z | Compiling indexmap v2.2.6 |
2977 | 2024-05-06T02:33:45.650Z | Compiling http-body v0.4.6 |
2978 | 2024-05-06T02:33:45.966Z | Compiling futures-channel v0.3.30 |
2979 | 2024-05-06T02:33:46.129Z | Compiling ff v0.13.0 |
2980 | 2024-05-06T02:33:46.372Z | Compiling tower-service v0.3.2 |
2981 | 2024-05-06T02:33:46.397Z | Compiling percent-encoding v2.3.1 |
2982 | 2024-05-06T02:33:46.423Z | Compiling iana-time-zone v0.1.60 |
2983 | 2024-05-06T02:33:46.502Z | Compiling getrandom v0.1.16 |
2984 | 2024-05-06T02:33:46.945Z | Compiling base16ct v0.2.0 |
2985 | 2024-05-06T02:33:47.049Z | Compiling h2 v0.3.25 |
2986 | 2024-05-06T02:33:47.095Z | Compiling httpdate v1.0.3 |
2987 | 2024-05-06T02:33:47.341Z | Compiling rustix v0.38.32 |
2988 | 2024-05-06T02:33:47.480Z | Compiling openssl-probe v0.1.5 |
2989 | 2024-05-06T02:33:47.972Z | Compiling sec1 v0.7.3 |
2990 | 2024-05-06T02:33:48.073Z | Compiling form_urlencoded v1.2.1 |
2991 | 2024-05-06T02:33:48.589Z | Compiling typify-impl v0.0.16 |
2992 | 2024-05-06T02:33:50.646Z | Compiling group v0.13.0 |
2993 | 2024-05-06T02:33:51.079Z | Compiling unicode-normalization v0.1.23 |
2994 | 2024-05-06T02:33:52.196Z | Compiling hyper v0.14.28 |
2995 | 2024-05-06T02:33:52.481Z | Compiling crypto-bigint v0.5.5 |
2996 | 2024-05-06T02:33:57.052Z | Compiling errno v0.3.8 |
2997 | 2024-05-06T02:33:57.283Z | Compiling unicode-bidi v0.3.15 |
2998 | 2024-05-06T02:33:57.450Z | Compiling utf8parse v0.2.1 |
2999 | 2024-05-06T02:33:57.555Z | Compiling radium v0.7.0 |
3000 | 2024-05-06T02:33:57.632Z | Compiling platforms v3.4.0 |
3001 | 2024-05-06T02:33:58.041Z | Compiling typify-macro v0.0.16 |
3002 | 2024-05-06T02:33:58.116Z | Compiling curve25519-dalek v4.1.2 |
3003 | 2024-05-06T02:33:58.546Z | Compiling idna v0.5.0 |
3004 | 2024-05-06T02:33:59.311Z | Compiling anstyle-parse v0.2.3 |
3005 | 2024-05-06T02:34:00.244Z | Compiling elliptic-curve v0.13.8 |
3006 | 2024-05-06T02:34:00.887Z | Compiling tokio-rustls v0.24.1 |
3007 | 2024-05-06T02:34:01.299Z | Compiling tokio-native-tls v0.3.1 |
3008 | 2024-05-06T02:34:01.829Z | Compiling hmac v0.12.1 |
3009 | 2024-05-06T02:34:01.916Z | Compiling rand_chacha v0.3.1 |
3010 | 2024-05-06T02:34:01.943Z | Compiling aho-corasick v1.1.3 |
3011 | 2024-05-06T02:34:02.071Z | Compiling base64 v0.21.7 |
3012 | 2024-05-06T02:34:02.097Z | Compiling anstyle-query v1.0.2 |
3013 | 2024-05-06T02:34:02.246Z | Compiling anstyle v1.0.6 |
3014 | 2024-05-06T02:34:02.795Z | Compiling regex-syntax v0.8.3 |
3015 | 2024-05-06T02:34:03.394Z | Compiling tap v1.0.1 |
3016 | 2024-05-06T02:34:03.421Z | Compiling colorchoice v1.0.0 |
3017 | 2024-05-06T02:34:03.561Z | Compiling maybe-uninit v2.0.0 |
3018 | 2024-05-06T02:34:03.586Z | Compiling wyz v0.5.1 |
3019 | 2024-05-06T02:34:03.974Z | Compiling anstream v0.6.13 |
3020 | 2024-05-06T02:34:04.081Z | Compiling rustls-pemfile v1.0.4 |
3021 | 2024-05-06T02:34:04.820Z | Compiling rand v0.8.5 |
3022 | 2024-05-06T02:34:05.045Z | Compiling rfc6979 v0.4.0 |
3023 | 2024-05-06T02:34:05.137Z | Compiling rand_core v0.5.1 |
3024 | 2024-05-06T02:34:05.254Z | Compiling hyper-tls v0.5.0 |
3025 | 2024-05-06T02:34:05.562Z | Compiling hyper-rustls v0.24.2 |
3026 | 2024-05-06T02:34:05.693Z | Compiling terminal_size v0.3.0 |
3027 | 2024-05-06T02:34:05.774Z | Compiling regex-automata v0.4.6 |
3028 | 2024-05-06T02:34:05.905Z | Compiling url v2.5.0 |
3029 | 2024-05-06T02:34:06.536Z | Compiling serde_urlencoded v0.7.1 |
3030 | 2024-05-06T02:34:06.624Z | Compiling inout v0.1.3 |
3031 | 2024-05-06T02:34:06.839Z | Compiling curve25519-dalek-derive v0.1.1 |
3032 | 2024-05-06T02:34:07.091Z | Compiling heapless v0.7.17 |
3033 | 2024-05-06T02:34:07.518Z | Compiling num-integer v0.1.46 |
3034 | 2024-05-06T02:34:08.451Z | Compiling encoding_rs v0.8.33 |
3035 | 2024-05-06T02:34:11.001Z | Compiling webpki-roots v0.25.4 |
3036 | 2024-05-06T02:34:11.149Z | Compiling spin v0.5.2 |
3037 | 2024-05-06T02:34:11.368Z | Compiling heck v0.5.0 |
3038 | 2024-05-06T02:34:11.866Z | Compiling clap_lex v0.7.0 |
3039 | 2024-05-06T02:34:12.576Z | Compiling packed_struct v0.10.1 |
3040 | 2024-05-06T02:34:12.701Z | Compiling unicode-width v0.1.11 |
3041 | 2024-05-06T02:34:12.845Z | Compiling sync_wrapper v0.1.2 |
3042 | 2024-05-06T02:34:12.977Z | Compiling ipnet v2.9.0 |
3043 | 2024-05-06T02:34:13.006Z | Compiling num-bigint-dig v0.8.4 |
3044 | 2024-05-06T02:34:15.390Z | Compiling funty v2.0.0 |
3045 | 2024-05-06T02:34:15.487Z | Compiling strsim v0.11.0 |
3046 | 2024-05-06T02:34:17.185Z | Compiling mime v0.3.17 |
3047 | 2024-05-06T02:34:17.351Z | Compiling bitvec v1.0.1 |
3048 | 2024-05-06T02:34:17.763Z | Compiling reqwest v0.11.27 |
3049 | 2024-05-06T02:34:17.894Z | Compiling clap_builder v4.5.2 |
3050 | 2024-05-06T02:34:21.499Z | Compiling getopts v0.2.21 |
3051 | 2024-05-06T02:34:22.256Z | Compiling clap_derive v4.5.4 |
3052 | 2024-05-06T02:34:22.944Z | Compiling lazy_static v1.4.0 |
3053 | 2024-05-06T02:34:23.070Z | Compiling regex v1.10.4 |
3054 | 2024-05-06T02:34:26.073Z | Compiling num-iter v0.1.44 |
3055 | 2024-05-06T02:34:26.302Z | Compiling cipher v0.4.4 |
3056 | 2024-05-06T02:34:26.739Z | Compiling ecdsa v0.16.9 |
3057 | 2024-05-06T02:34:27.794Z | Compiling typify v0.0.16 |
3058 | 2024-05-06T02:34:27.876Z | Compiling primeorder v0.13.6 |
3059 | 2024-05-06T02:34:27.913Z | Compiling openapiv3 v2.0.0 |
3060 | 2024-05-06T02:34:28.354Z | Compiling ed25519 v2.2.3 |
3061 | 2024-05-06T02:34:28.701Z | Compiling ssh-encoding v0.2.0 |
3062 | 2024-05-06T02:34:29.869Z | Compiling digest v0.9.0 |
3063 | 2024-05-06T02:34:30.074Z | Compiling packed_struct_codegen v0.10.1 |
3064 | 2024-05-06T02:34:31.432Z | Compiling hash32 v0.2.1 |
3065 | 2024-05-06T02:34:31.789Z | Compiling stable_deref_trait v1.2.0 |
3066 | 2024-05-06T02:34:31.891Z | Compiling nodrop v0.1.14 |
3067 | 2024-05-06T02:34:32.017Z | Compiling slog v2.7.0 |
3068 | 2024-05-06T02:34:32.074Z | Compiling unsafe-libyaml v0.2.11 |
3069 | 2024-05-06T02:34:32.356Z | Compiling anyhow v1.0.81 |
3070 | 2024-05-06T02:34:33.492Z | Compiling serde_yaml v0.9.34+deprecated |
3071 | 2024-05-06T02:34:35.103Z | Compiling array-init v0.0.4 |
3072 | 2024-05-06T02:34:36.388Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
3073 | 2024-05-06T02:34:36.879Z | Compiling ssh-cipher v0.2.0 |
3074 | 2024-05-06T02:34:37.132Z | Compiling ed25519-dalek v2.1.1 |
3075 | 2024-05-06T02:34:37.425Z | Compiling p256 v0.13.2 |
3076 | 2024-05-06T02:34:37.903Z | Compiling smallvec v0.6.14 |
3077 | 2024-05-06T02:34:39.258Z | Compiling clap v4.5.4 |
3078 | 2024-05-06T02:34:41.847Z | Compiling rand_chacha v0.2.2 |
3079 | 2024-05-06T02:34:42.881Z | Compiling pkcs1 v0.7.5 |
3080 | 2024-05-06T02:34:43.232Z | Compiling block-buffer v0.9.0 |
3081 | 2024-05-06T02:34:43.402Z | Compiling zerocopy-derive v0.6.6 |
3082 | 2024-05-06T02:34:45.153Z | Compiling blake3 v1.5.1 |
3083 | 2024-05-06T02:34:45.680Z | Compiling is-terminal v0.4.12 |
3084 | 2024-05-06T02:34:45.797Z | Compiling bitfield v0.14.0 |
3085 | 2024-05-06T02:34:45.850Z | Compiling base64 v0.13.1 |
3086 | 2024-05-06T02:34:46.058Z | Compiling cobs v0.2.3 |
3087 | 2024-05-06T02:34:46.496Z | Compiling termcolor v1.4.1 |
3088 | 2024-05-06T02:34:46.627Z | Compiling opaque-debug v0.3.1 |
3089 | 2024-05-06T02:34:46.714Z | Compiling embedded-io v0.4.0 |
3090 | 2024-05-06T02:34:46.953Z | Compiling signature v1.6.4 |
3091 | 2024-05-06T02:34:47.148Z | Compiling ed25519 v1.5.3 |
3092 | 2024-05-06T02:34:47.465Z | Compiling postcard v1.0.8 |
3093 | 2024-05-06T02:34:47.716Z | Compiling env_logger v0.10.2 |
3094 | 2024-05-06T02:34:48.172Z | Compiling sha2 v0.9.9 |
3095 | 2024-05-06T02:34:50.519Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3096 | 2024-05-06T02:34:51.193Z | Compiling zerocopy v0.6.6 |
3097 | 2024-05-06T02:34:51.532Z | Compiling rsa v0.9.6 |
3098 | 2024-05-06T02:34:51.891Z | Compiling rand v0.7.3 |
3099 | 2024-05-06T02:34:51.980Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
3100 | 2024-05-06T02:34:52.557Z | Compiling serde-hex v0.1.0 |
3101 | 2024-05-06T02:34:54.092Z | Compiling ssh-key v0.6.5 |
3102 | 2024-05-06T02:34:57.965Z | Compiling curve25519-dalek v3.2.0 |
3103 | 2024-05-06T02:34:58.010Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
3104 | 2024-05-06T02:34:59.590Z | Compiling bincode v1.3.3 |
3105 | 2024-05-06T02:35:00.627Z | Compiling serde_path_to_error v0.1.16 |
3106 | 2024-05-06T02:35:01.522Z | Compiling x509-cert v0.2.5 |
3107 | 2024-05-06T02:35:04.729Z | Compiling crc-any v2.4.4 |
3108 | 2024-05-06T02:35:05.545Z | Compiling hex v0.4.3 |
3109 | 2024-05-06T02:35:06.191Z | Compiling constant_time_eq v0.3.0 |
3110 | 2024-05-06T02:35:06.365Z | Compiling arrayref v0.3.7 |
3111 | 2024-05-06T02:35:06.472Z | Compiling arrayvec v0.7.4 |
3112 | 2024-05-06T02:35:06.932Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3113 | 2024-05-06T02:35:08.468Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
3114 | 2024-05-06T02:35:08.670Z | Compiling oauth2 v4.4.2 |
3115 | 2024-05-06T02:35:09.503Z | Compiling sshauth v0.1.0 (https://github.com/oxidecomputer/sshauth#a145680a) |
3116 | 2024-05-06T02:35:12.651Z | Compiling ed25519-dalek v1.0.1 |
3117 | 2024-05-06T02:35:12.685Z | Compiling clap-num v1.1.1 |
3118 | 2024-05-06T02:35:12.913Z | Compiling xdg v2.5.2 |
3119 | 2024-05-06T02:35:13.236Z | Compiling permission-slip-client v1.0.0 (/work/permission-slip-build/client) |
3120 | 2024-05-06T02:35:37.962Z | Finished release [optimized] target(s) in 2m 20s |
3121 | 2024-05-06T02:35:38.037Z | |
3122 | 2024-05-06T02:35:38.037Z | real 2:34.458951623 |
3123 | 2024-05-06T02:35:38.037Z | user 15:34.027010439 |
3124 | 2024-05-06T02:35:38.063Z | sys 1:32.464620493 |
3125 | 2024-05-06T02:35:38.063Z | trap 0.533715593 |
3126 | 2024-05-06T02:35:38.063Z | tflt 0.470609334 |
3127 | 2024-05-06T02:35:38.063Z | dflt 0.572419452 |
3128 | 2024-05-06T02:35:38.063Z | kflt 0.000170910 |
3129 | 2024-05-06T02:35:38.063Z | lock 37:20.799505661 |
3130 | 2024-05-06T02:35:38.063Z | slp 43:17.643567115 |
3131 | 2024-05-06T02:35:38.063Z | lat 56.795416975 |
3132 | 2024-05-06T02:35:38.063Z | stop 47.296183994 |
3133 | 2024-05-06T02:35:38.063Z | + ptime -m gzip |
3134 | 2024-05-06T02:35:39.378Z | |
3135 | 2024-05-06T02:35:39.378Z | real 1.335544460 |
3136 | 2024-05-06T02:35:39.378Z | user 1.317580970 |
3137 | 2024-05-06T02:35:39.378Z | sys 0.017208143 |
3138 | 2024-05-06T02:35:39.379Z | trap 0.000163083 |
3139 | 2024-05-06T02:35:39.379Z | tflt 0.000000000 |
3140 | 2024-05-06T02:35:39.379Z | dflt 0.000000000 |
3141 | 2024-05-06T02:35:39.379Z | kflt 0.000000000 |
3142 | 2024-05-06T02:35:39.405Z | lock 0.000000000 |
3143 | 2024-05-06T02:35:39.405Z | slp 0.000000000 |
3144 | 2024-05-06T02:35:39.405Z | lat 0.000195400 |
3145 | 2024-05-06T02:35:39.405Z | stop 0.000266103 |
3146 | 2024-05-06T02:35:39.405Z | process exited: duration 911362 ms, exit code 0 |
|
3147 | 2024-05-06T02:35:39.497Z | found 9 output files |
3148 | 2024-05-06T02:35:39.497Z | uploading: /work/end-to-end-tests/bootstrap-114378b13c624b47.gz (9698895 bytes) |
3149 | 2024-05-06T02:35:45.576Z | uploaded: /work/end-to-end-tests/bootstrap-114378b13c624b47.gz |
3150 | 2024-05-06T02:35:45.576Z | uploading: /work/end-to-end-tests/bootstrap.gz (104920669 bytes) |
3151 | 2024-05-06T02:36:26.007Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
3152 | 2024-05-06T02:36:26.036Z | uploading: /work/end-to-end-tests/commtest-d165232fe22589d2.gz (9698306 bytes) |
3153 | 2024-05-06T02:36:30.533Z | uploaded: /work/end-to-end-tests/commtest-d165232fe22589d2.gz |
3154 | 2024-05-06T02:36:30.533Z | uploading: /work/end-to-end-tests/dhcp_server-54db9e7169aa25f2.gz (9696987 bytes) |
3155 | 2024-05-06T02:36:34.418Z | uploaded: /work/end-to-end-tests/dhcp_server-54db9e7169aa25f2.gz |
3156 | 2024-05-06T02:36:34.418Z | uploading: /work/end-to-end-tests/end_to_end_tests-afa978a5d172f68d.gz (108335930 bytes) |
3157 | 2024-05-06T02:37:06.585Z | uploaded: /work/end-to-end-tests/end_to_end_tests-afa978a5d172f68d.gz |
3158 | 2024-05-06T02:37:06.585Z | uploading: /work/caboose-util.gz (2410951 bytes) |
3159 | 2024-05-06T02:37:08.715Z | uploaded: /work/caboose-util.gz |
3160 | 2024-05-06T02:37:08.715Z | uploading: /work/tufaceous.gz (11922694 bytes) |
3161 | 2024-05-06T02:37:12.969Z | uploaded: /work/tufaceous.gz |
3162 | 2024-05-06T02:37:12.969Z | uploading: /work/commtest (471812928 bytes) |
3163 | 2024-05-06T02:40:51.931Z | uploaded: /work/commtest |
3164 | 2024-05-06T02:40:51.931Z | uploading: /work/permslip.gz (10331245 bytes) |
3165 | 2024-05-06T02:40:55.974Z | uploaded: /work/permslip.gz |