|
|
|
1 | 2024-06-26T00:51:19.310Z | job assigned to worker 01J190B7W21MTHHG4FW1SGFBX0 (queued for 56 s) |
|
2 | 2024-06-26T00:51:26.864Z | starting task 0: "setup" |
3 | 2024-06-26T00:51:26.927Z | ++ uname -s |
4 | 2024-06-26T00:51:26.931Z | + kern=SunOS |
5 | 2024-06-26T00:51:26.931Z | + case "$kern" in |
6 | 2024-06-26T00:51:26.931Z | + groupadd -g 12345 build |
7 | 2024-06-26T00:51:26.935Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-26T00:51:28.957Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-26T00:51:29.076Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-26T00:51:29.079Z | + home_fs=zfs |
11 | 2024-06-26T00:51:29.079Z | + [[ zfs == autofs ]] |
12 | 2024-06-26T00:51:29.079Z | + mkdir -p /home/build |
13 | 2024-06-26T00:51:29.084Z | + chown build:build /home/build /work |
14 | 2024-06-26T00:51:31.083Z | + chmod 0700 /home/build /work |
15 | 2024-06-26T00:51:31.086Z | process exited: duration 4221 ms, exit code 0 |
|
16 | 2024-06-26T00:51:31.092Z | starting task 1: "rust-toolchain" |
17 | 2024-06-26T00:51:31.098Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-26T00:51:31.098Z | ' 1.78.0 |
19 | 2024-06-26T00:51:31.098Z | * toolchain channel = "1.78.0" |
20 | 2024-06-26T00:51:31.098Z | + printf ' * toolchain profile = "%s" |
21 | 2024-06-26T00:51:31.098Z | ' default |
22 | 2024-06-26T00:51:31.098Z | * toolchain profile = "default" |
23 | 2024-06-26T00:51:31.101Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-26T00:51:31.101Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-26T00:51:31.218Z | info: downloading installer |
26 | 2024-06-26T00:51:32.838Z | info: profile set to 'default' |
27 | 2024-06-26T00:51:32.838Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-26T00:51:32.841Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-26T00:51:32.979Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-26T00:51:32.979Z | info: downloading component 'cargo' |
31 | 2024-06-26T00:51:33.770Z | info: downloading component 'clippy' |
32 | 2024-06-26T00:51:34.035Z | info: downloading component 'rust-docs' |
33 | 2024-06-26T00:51:35.087Z | info: downloading component 'rust-std' |
34 | 2024-06-26T00:51:36.756Z | info: downloading component 'rustc' |
35 | 2024-06-26T00:51:40.968Z | info: downloading component 'rustfmt' |
36 | 2024-06-26T00:51:41.205Z | info: installing component 'cargo' |
37 | 2024-06-26T00:51:42.068Z | info: installing component 'clippy' |
38 | 2024-06-26T00:51:42.458Z | info: installing component 'rust-docs' |
39 | 2024-06-26T00:51:44.002Z | info: installing component 'rust-std' |
40 | 2024-06-26T00:51:45.827Z | info: installing component 'rustc' |
41 | 2024-06-26T00:51:50.453Z | info: installing component 'rustfmt' |
42 | 2024-06-26T00:51:50.806Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-26T00:51:50.806Z | |
44 | 2024-06-26T00:51:51.069Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-26T00:51:51.069Z | |
46 | 2024-06-26T00:51:51.072Z | |
47 | 2024-06-26T00:51:51.072Z | Rust is installed now. Great! |
48 | 2024-06-26T00:51:51.072Z | |
49 | 2024-06-26T00:51:51.072Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-26T00:51:51.072Z | environment variable. This has not been done automatically. |
51 | 2024-06-26T00:51:51.072Z | |
52 | 2024-06-26T00:51:51.072Z | To configure your current shell, you need to source |
53 | 2024-06-26T00:51:51.073Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-26T00:51:51.073Z | |
55 | 2024-06-26T00:51:51.073Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-26T00:51:51.073Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-26T00:51:51.073Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-26T00:51:51.241Z | + rustc --version |
59 | 2024-06-26T00:51:51.302Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-26T00:51:51.305Z | process exited: duration 20211 ms, exit code 0 |
|
61 | 2024-06-26T00:51:51.312Z | starting task 2: "authentication" |
62 | 2024-06-26T00:51:51.333Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-06-26T00:51:51.339Z | starting task 3: "clone repository" |
64 | 2024-06-26T00:51:51.344Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-26T00:51:51.347Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-26T00:51:52.157Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-26T00:52:04.158Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-26T00:52:04.158Z | + git fetch origin 3d0d022140069023771127968e6570b7280a7d1d |
69 | 2024-06-26T00:52:04.494Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-26T00:52:04.494Z | * branch 3d0d022140069023771127968e6570b7280a7d1d -> FETCH_HEAD |
71 | 2024-06-26T00:52:04.503Z | + [[ -n alan/update-prop-and-also-cru ]] |
72 | 2024-06-26T00:52:04.506Z | ++ git branch --show-current |
73 | 2024-06-26T00:52:04.509Z | + current=main |
74 | 2024-06-26T00:52:04.509Z | + [[ main != alan/update-prop-and-also-cru ]] |
75 | 2024-06-26T00:52:04.509Z | + git branch -f alan/update-prop-and-also-cru 3d0d022140069023771127968e6570b7280a7d1d |
76 | 2024-06-26T00:52:04.512Z | + git checkout -f alan/update-prop-and-also-cru |
77 | 2024-06-26T00:52:04.643Z | Switched to branch 'alan/update-prop-and-also-cru' |
78 | 2024-06-26T00:52:04.646Z | + git reset --hard 3d0d022140069023771127968e6570b7280a7d1d |
79 | 2024-06-26T00:52:04.772Z | HEAD is now at 3d0d02214 Update propolis link from branch to main |
80 | 2024-06-26T00:52:04.775Z | process exited: duration 13432 ms, exit code 0 |
|
81 | 2024-06-26T00:52:04.781Z | starting task 4: "build" |
82 | 2024-06-26T00:52:04.787Z | + cargo --version |
83 | 2024-06-26T00:52:04.839Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-26T00:52:04.842Z | + rustc --version |
85 | 2024-06-26T00:52:04.897Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-26T00:52:04.900Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2024-06-26T00:52:22.507Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2024-06-26T00:52:24.617Z | Startup: Caching catalogs ... Done |
89 | 2024-06-26T00:52:27.231Z | Planning: Solver setup ... Done (2.136s) |
90 | 2024-06-26T00:52:27.271Z | Planning: Running solver ... Done (0.040s) |
91 | 2024-06-26T00:52:27.319Z | Planning: Finding local manifests ... Done (0.006s) |
92 | 2024-06-26T00:52:27.334Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2024-06-26T00:52:27.705Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2024-06-26T00:52:27.755Z | Planning: Package planning ... Done (0.051s) |
95 | 2024-06-26T00:52:27.806Z | Planning: Merging actions ... Done (0.050s) |
96 | 2024-06-26T00:52:29.257Z | Planning: Checking for conflicting actions ... Done (1.450s) |
97 | 2024-06-26T00:52:29.268Z | Planning: Consolidating action changes ... Done (0.011s) |
98 | 2024-06-26T00:52:37.318Z | Planning: Evaluating mediators ... Done (8.049s) |
99 | 2024-06-26T00:52:37.328Z | Planning: Planning completed in 12.64 seconds |
100 | 2024-06-26T00:52:38.216Z | Packages to install: 4 |
101 | 2024-06-26T00:52:38.216Z | Mediators to change: 2 |
102 | 2024-06-26T00:52:38.221Z | Services to change: 1 |
103 | 2024-06-26T00:52:38.221Z | Estimated space available: 155.77 GB |
104 | 2024-06-26T00:52:38.221Z | Estimated space to be consumed: 1.46 GB |
105 | 2024-06-26T00:52:38.221Z | Create boot environment: No |
106 | 2024-06-26T00:52:38.221Z | Create backup boot environment: No |
107 | 2024-06-26T00:52:38.221Z | Rebuild boot archive: No |
108 | 2024-06-26T00:52:38.221Z | |
109 | 2024-06-26T00:52:38.221Z | Changed mediators: |
110 | 2024-06-26T00:52:38.221Z | mediator clang: |
111 | 2024-06-26T00:52:38.221Z | version: None -> 15 (system default) |
112 | 2024-06-26T00:52:38.222Z | |
113 | 2024-06-26T00:52:38.222Z | mediator llvm: |
114 | 2024-06-26T00:52:38.222Z | version: 14 (system default) -> 15 (system default) |
115 | 2024-06-26T00:52:38.222Z | |
116 | 2024-06-26T00:52:38.222Z | Changed packages: |
117 | 2024-06-26T00:52:38.222Z | helios-dev |
118 | 2024-06-26T00:52:38.222Z | developer/build-essential |
119 | 2024-06-26T00:52:38.222Z | None -> 11-2.0 |
120 | 2024-06-26T00:52:38.222Z | library/libxmlsec1 |
121 | 2024-06-26T00:52:38.222Z | None -> 1.2.35-2.0 |
122 | 2024-06-26T00:52:38.222Z | ooce/developer/clang-15 |
123 | 2024-06-26T00:52:38.222Z | None -> 15.0.7-2.0 |
124 | 2024-06-26T00:52:38.222Z | ooce/developer/llvm-15 |
125 | 2024-06-26T00:52:38.222Z | None -> 15.0.7-2.0 |
126 | 2024-06-26T00:52:38.222Z | |
127 | 2024-06-26T00:52:38.222Z | Services: |
128 | 2024-06-26T00:52:38.222Z | restart_fmri: |
129 | 2024-06-26T00:52:38.222Z | svc:/system/update-man-index:default |
130 | 2024-06-26T00:52:38.477Z | |
131 | 2024-06-26T00:52:38.478Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2024-06-26T00:52:43.478Z | Download: 1226/3290 items 87.4/212.6MB 41% complete (17.6M/s) |
133 | 2024-06-26T00:52:48.479Z | Download: 3115/3290 items 132.8/212.6MB 62% complete (13.3M/s) |
134 | 2024-06-26T00:52:51.483Z | Download: Completed 212.60 MB in 13.00 seconds (16.4M/s) |
135 | 2024-06-26T00:52:52.046Z | Actions: 1/3689 actions (Installing new actions) |
136 | 2024-06-26T00:52:57.089Z | Actions: 3551/3689 actions (Installing new actions) |
137 | 2024-06-26T00:52:58.087Z | Actions: Completed 3689 actions in 6.04 seconds. |
138 | 2024-06-26T00:52:58.220Z | Done (0.128s) |
139 | 2024-06-26T00:52:58.220Z | Done (0.000s) |
140 | 2024-06-26T00:52:58.532Z | Done (0.311s) |
141 | 2024-06-26T00:53:05.046Z | Done (6.352s) |
142 | 2024-06-26T00:53:05.394Z | Done (0.275s) |
143 | 2024-06-26T00:53:05.397Z | Done (0.000s) |
144 | 2024-06-26T00:53:05.550Z | Done (0.000s) |
145 | 2024-06-26T00:53:06.122Z | Planning: Evaluating mediator changes ... Done |
146 | 2024-06-26T00:53:06.283Z | Planning: Checking for conflicting actions ... Done |
147 | 2024-06-26T00:53:06.287Z | Planning: Consolidating action changes ... Done |
148 | 2024-06-26T00:53:06.554Z | Planning: Evaluating mediators ... Done |
149 | 2024-06-26T00:53:06.557Z | Planning: Planning completed in 0.44 seconds |
150 | 2024-06-26T00:53:06.588Z | Mediators to change: 2 |
151 | 2024-06-26T00:53:06.588Z | Create boot environment: No |
152 | 2024-06-26T00:53:06.592Z | Create backup boot environment: No |
153 | 2024-06-26T00:53:06.688Z | Done |
154 | 2024-06-26T00:53:06.688Z | Done |
155 | 2024-06-26T00:53:06.890Z | Done |
156 | 2024-06-26T00:53:10.475Z | Done |
157 | 2024-06-26T00:53:10.568Z | Done |
158 | 2024-06-26T00:53:10.570Z | Done |
159 | 2024-06-26T00:53:10.820Z | Done |
160 | 2024-06-26T00:53:11.433Z | Planning: Evaluating mediator changes ... Done |
161 | 2024-06-26T00:53:11.436Z | Planning: Merging actions ... Done |
162 | 2024-06-26T00:53:11.626Z | Planning: Checking for conflicting actions ... Done |
163 | 2024-06-26T00:53:11.631Z | Planning: Consolidating action changes ... Done |
164 | 2024-06-26T00:53:11.896Z | Planning: Evaluating mediators ... Done |
165 | 2024-06-26T00:53:11.953Z | Planning: Planning completed in 0.77 seconds |
166 | 2024-06-26T00:53:11.988Z | Packages to change: 1 |
167 | 2024-06-26T00:53:11.988Z | Mediators to change: 1 |
168 | 2024-06-26T00:53:11.992Z | Services to change: 1 |
169 | 2024-06-26T00:53:11.992Z | Create boot environment: No |
170 | 2024-06-26T00:53:11.992Z | Create backup boot environment: Yes |
171 | 2024-06-26T00:53:14.068Z | Actions: 1/6 actions (Updating modified actions) |
172 | 2024-06-26T00:53:14.231Z | Actions: Completed 6 actions in 0.16 seconds. |
173 | 2024-06-26T00:53:14.234Z | Done |
174 | 2024-06-26T00:53:14.234Z | Done |
175 | 2024-06-26T00:53:14.299Z | Done |
176 | 2024-06-26T00:53:17.822Z | Done |
177 | 2024-06-26T00:53:17.913Z | Done |
178 | 2024-06-26T00:53:17.916Z | Done |
179 | 2024-06-26T00:53:18.096Z | Done |
180 | 2024-06-26T00:53:18.539Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
181 | 2024-06-26T00:53:18.539Z | clang system 15 system |
182 | 2024-06-26T00:53:18.539Z | csh system system illumos |
183 | 2024-06-26T00:53:18.539Z | ctags system system illumos |
184 | 2024-06-26T00:53:18.539Z | gcc vendor 12 vendor |
185 | 2024-06-26T00:53:18.539Z | gcc system 10 system |
186 | 2024-06-26T00:53:18.539Z | gcc system 7 system |
187 | 2024-06-26T00:53:18.539Z | go system 1.20 system |
188 | 2024-06-26T00:53:18.539Z | go system 1.19 system |
189 | 2024-06-26T00:53:18.539Z | llvm system 15 system |
190 | 2024-06-26T00:53:18.539Z | llvm system 14 system |
191 | 2024-06-26T00:53:18.539Z | mariadb system 10.6 system |
192 | 2024-06-26T00:53:18.540Z | mta vendor vendor dma |
193 | 2024-06-26T00:53:18.540Z | openjdk system 17 system |
194 | 2024-06-26T00:53:18.540Z | openjdk system 11 system |
195 | 2024-06-26T00:53:18.540Z | openjdk system 1.8 system |
196 | 2024-06-26T00:53:18.540Z | openssl vendor 3 vendor |
197 | 2024-06-26T00:53:18.540Z | perl system 5.36 system |
198 | 2024-06-26T00:53:18.540Z | postgresql system 15 system |
199 | 2024-06-26T00:53:18.540Z | postgresql system 13 system |
200 | 2024-06-26T00:53:18.540Z | python vendor 3 vendor |
201 | 2024-06-26T00:53:18.540Z | python system 2 system |
202 | 2024-06-26T00:53:18.540Z | python3 system 3.11 system |
203 | 2024-06-26T00:53:18.540Z | ruby system 3.0 system |
204 | 2024-06-26T00:53:18.540Z | words vendor vendor american-english |
205 | 2024-06-26T00:53:18.540Z | words system system australian-english |
206 | 2024-06-26T00:53:18.540Z | words system system british-english |
207 | 2024-06-26T00:53:18.540Z | words system system canadian-english |
208 | 2024-06-26T00:53:18.540Z | words system system french |
209 | 2024-06-26T00:53:18.540Z | words system system italian |
210 | 2024-06-26T00:53:18.540Z | words system system ngerman |
211 | 2024-06-26T00:53:18.540Z | words system system ogerman |
212 | 2024-06-26T00:53:18.540Z | words system system spanish |
213 | 2024-06-26T00:53:18.873Z | PUBLISHER TYPE STATUS P LOCATION |
214 | 2024-06-26T00:53:18.873Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
215 | 2024-06-26T00:53:20.388Z | FMRI IFO |
216 | 2024-06-26T00:53:20.388Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
217 | 2024-06-26T00:53:20.388Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
218 | 2024-06-26T00:53:20.388Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
219 | 2024-06-26T00:53:20.388Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
220 | 2024-06-26T00:53:20.388Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
221 | 2024-06-26T00:53:20.388Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
222 | 2024-06-26T00:53:20.388Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
223 | 2024-06-26T00:53:20.388Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
224 | 2024-06-26T00:53:20.388Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
225 | 2024-06-26T00:53:20.388Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
226 | 2024-06-26T00:53:20.388Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
227 | 2024-06-26T00:53:20.388Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
228 | 2024-06-26T00:53:20.892Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
229 | 2024-06-26T00:53:21.165Z | Updating git repository `https://github.com/oxidecomputer/zone` |
230 | 2024-06-26T00:53:21.421Z | Updating crates.io index |
231 | 2024-06-26T00:53:21.509Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
232 | 2024-06-26T00:53:22.276Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
233 | 2024-06-26T00:53:23.047Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
234 | 2024-06-26T00:53:23.370Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
235 | 2024-06-26T00:53:25.457Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
236 | 2024-06-26T00:53:26.189Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
237 | 2024-06-26T00:53:26.472Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
238 | 2024-06-26T00:53:27.515Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
239 | 2024-06-26T00:53:29.614Z | Updating git repository `https://github.com/oxidecomputer/opte` |
240 | 2024-06-26T00:53:30.820Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
241 | 2024-06-26T00:53:31.618Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
242 | 2024-06-26T00:53:32.163Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
243 | 2024-06-26T00:53:32.469Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
244 | 2024-06-26T00:53:32.914Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
245 | 2024-06-26T00:53:33.182Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
246 | 2024-06-26T00:53:33.628Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
247 | 2024-06-26T00:53:33.930Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
248 | 2024-06-26T00:53:34.221Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
249 | 2024-06-26T00:53:34.445Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
250 | 2024-06-26T00:53:34.738Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
251 | 2024-06-26T00:53:35.065Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
252 | 2024-06-26T00:53:35.538Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
253 | 2024-06-26T00:53:35.820Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
254 | 2024-06-26T00:53:36.494Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
255 | 2024-06-26T00:53:36.748Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
256 | 2024-06-26T00:53:37.073Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
257 | 2024-06-26T00:53:37.582Z | Updating git repository `https://github.com/oxidecomputer/typify` |
258 | 2024-06-26T00:53:39.571Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
259 | 2024-06-26T00:53:39.930Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
260 | 2024-06-26T00:53:40.200Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
261 | 2024-06-26T00:53:40.784Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
262 | 2024-06-26T00:53:41.858Z | Downloading crates ... |
263 | 2024-06-26T00:53:41.926Z | Downloaded autocfg v1.3.0 |
264 | 2024-06-26T00:53:41.929Z | Downloaded anstyle-query v1.0.3 |
265 | 2024-06-26T00:53:41.932Z | Downloaded bytecount v0.6.8 |
266 | 2024-06-26T00:53:41.935Z | Downloaded cargo_toml v0.20.2 |
267 | 2024-06-26T00:53:41.935Z | Downloaded anstream v0.6.14 |
268 | 2024-06-26T00:53:41.938Z | Downloaded adler v1.0.2 |
269 | 2024-06-26T00:53:41.941Z | Downloaded foreign-types v0.3.2 |
270 | 2024-06-26T00:53:41.941Z | Downloaded equivalent v1.0.1 |
271 | 2024-06-26T00:53:41.943Z | Downloaded dtrace-parser v0.2.0 |
272 | 2024-06-26T00:53:41.946Z | Downloaded num_threads v0.1.7 |
273 | 2024-06-26T00:53:41.949Z | Downloaded num-conv v0.1.0 |
274 | 2024-06-26T00:53:41.951Z | Downloaded match_cfg v0.1.0 |
275 | 2024-06-26T00:53:41.957Z | Downloaded openssl-probe v0.1.5 |
276 | 2024-06-26T00:53:41.960Z | Downloaded is_terminal_polyfill v1.70.0 |
277 | 2024-06-26T00:53:41.960Z | Downloaded anstyle-parse v0.2.4 |
278 | 2024-06-26T00:53:41.962Z | Downloaded filetime v0.2.23 |
279 | 2024-06-26T00:53:41.966Z | Downloaded foreign-types-shared v0.1.1 |
280 | 2024-06-26T00:53:41.969Z | Downloaded clap_lex v0.7.0 |
281 | 2024-06-26T00:53:41.969Z | Downloaded futures-core v0.3.30 |
282 | 2024-06-26T00:53:41.971Z | Downloaded crypto-common v0.1.6 |
283 | 2024-06-26T00:53:41.971Z | Downloaded http-body v0.4.6 |
284 | 2024-06-26T00:53:41.974Z | Downloaded hostname v0.3.1 |
285 | 2024-06-26T00:53:41.977Z | Downloaded powerfmt v0.2.0 |
286 | 2024-06-26T00:53:41.977Z | Downloaded pkg-config v0.3.30 |
287 | 2024-06-26T00:53:41.980Z | Downloaded httpdate v1.0.3 |
288 | 2024-06-26T00:53:41.980Z | Downloaded fnv v1.0.7 |
289 | 2024-06-26T00:53:41.980Z | Downloaded heck v0.4.1 |
290 | 2024-06-26T00:53:41.986Z | Downloaded fs-err v2.11.0 |
291 | 2024-06-26T00:53:41.989Z | Downloaded try-lock v0.2.5 |
292 | 2024-06-26T00:53:41.989Z | Downloaded anstyle v1.0.7 |
293 | 2024-06-26T00:53:41.989Z | Downloaded digest v0.10.7 |
294 | 2024-06-26T00:53:41.989Z | Downloaded futures-io v0.3.30 |
295 | 2024-06-26T00:53:41.992Z | Downloaded cpufeatures v0.2.12 |
296 | 2024-06-26T00:53:41.992Z | Downloaded byteorder v1.5.0 |
297 | 2024-06-26T00:53:41.994Z | Downloaded time-core v0.1.2 |
298 | 2024-06-26T00:53:41.997Z | Downloaded sync_wrapper v0.1.2 |
299 | 2024-06-26T00:53:41.997Z | Downloaded pest_generator v2.7.10 |
300 | 2024-06-26T00:53:42.000Z | Downloaded futures-sink v0.3.30 |
301 | 2024-06-26T00:53:42.000Z | Downloaded cargo_metadata v0.18.1 |
302 | 2024-06-26T00:53:42.000Z | Downloaded block-buffer v0.10.4 |
303 | 2024-06-26T00:53:42.003Z | Downloaded proc-macro-error v1.0.4 |
304 | 2024-06-26T00:53:42.006Z | Downloaded proc-macro-error-attr v1.0.4 |
305 | 2024-06-26T00:53:42.006Z | Downloaded scopeguard v1.2.0 |
306 | 2024-06-26T00:53:42.009Z | Downloaded rustls-pemfile v1.0.4 |
307 | 2024-06-26T00:53:42.011Z | Downloaded pretty-hex v0.4.1 |
308 | 2024-06-26T00:53:42.011Z | Downloaded plain v0.2.3 |
309 | 2024-06-26T00:53:42.011Z | Downloaded md5 v0.7.0 |
310 | 2024-06-26T00:53:42.014Z | Downloaded is-terminal v0.4.12 |
311 | 2024-06-26T00:53:42.014Z | Downloaded quote v1.0.36 |
312 | 2024-06-26T00:53:42.017Z | Downloaded pin-utils v0.1.0 |
313 | 2024-06-26T00:53:42.017Z | Downloaded openssl-macros v0.1.1 |
314 | 2024-06-26T00:53:42.020Z | Downloaded tinyvec_macros v0.1.1 |
315 | 2024-06-26T00:53:42.020Z | Downloaded scroll_derive v0.12.0 |
316 | 2024-06-26T00:53:42.020Z | Downloaded mime v0.3.17 |
317 | 2024-06-26T00:53:42.023Z | Downloaded camino v1.1.7 |
318 | 2024-06-26T00:53:42.023Z | Downloaded pin-project-lite v0.2.14 |
319 | 2024-06-26T00:53:42.028Z | Downloaded usdt-attr-macro v0.5.0 |
320 | 2024-06-26T00:53:42.030Z | Downloaded usdt-macro v0.5.0 |
321 | 2024-06-26T00:53:42.031Z | Downloaded tower-service v0.3.2 |
322 | 2024-06-26T00:53:42.031Z | Downloaded take_mut v0.2.2 |
323 | 2024-06-26T00:53:42.034Z | Downloaded strum v0.26.2 |
324 | 2024-06-26T00:53:42.034Z | Downloaded parking_lot_core v0.9.10 |
325 | 2024-06-26T00:53:42.036Z | Downloaded futures-macro v0.3.30 |
326 | 2024-06-26T00:53:42.036Z | Downloaded want v0.3.1 |
327 | 2024-06-26T00:53:42.036Z | Downloaded thiserror-impl v1.0.60 |
328 | 2024-06-26T00:53:42.040Z | Downloaded bitflags v2.5.0 |
329 | 2024-06-26T00:53:42.042Z | Downloaded tokio-native-tls v0.3.1 |
330 | 2024-06-26T00:53:42.045Z | Downloaded percent-encoding v2.3.1 |
331 | 2024-06-26T00:53:42.045Z | Downloaded hyper-tls v0.5.0 |
332 | 2024-06-26T00:53:42.045Z | Downloaded form_urlencoded v1.2.1 |
333 | 2024-06-26T00:53:42.048Z | Downloaded signal-hook-registry v1.4.2 |
334 | 2024-06-26T00:53:42.048Z | Downloaded errno v0.3.9 |
335 | 2024-06-26T00:53:42.051Z | Downloaded dirs-sys-next v0.1.2 |
336 | 2024-06-26T00:53:42.051Z | Downloaded deranged v0.3.11 |
337 | 2024-06-26T00:53:42.053Z | Downloaded macaddr v1.0.1 |
338 | 2024-06-26T00:53:42.053Z | Downloaded itoa v1.0.11 |
339 | 2024-06-26T00:53:42.056Z | Downloaded serde_urlencoded v0.7.1 |
340 | 2024-06-26T00:53:42.056Z | Downloaded thread_local v1.1.8 |
341 | 2024-06-26T00:53:42.059Z | Downloaded utf8parse v0.2.1 |
342 | 2024-06-26T00:53:42.059Z | Downloaded swrite v0.1.0 |
343 | 2024-06-26T00:53:42.059Z | Downloaded ryu v1.0.18 |
344 | 2024-06-26T00:53:42.062Z | Downloaded memmap v0.7.0 |
345 | 2024-06-26T00:53:42.065Z | Downloaded futures-task v0.3.30 |
346 | 2024-06-26T00:53:42.065Z | Downloaded rustversion v1.0.17 |
347 | 2024-06-26T00:53:42.068Z | Downloaded version_check v0.9.4 |
348 | 2024-06-26T00:53:42.070Z | Downloaded clap_derive v4.5.4 |
349 | 2024-06-26T00:53:42.070Z | Downloaded proc-macro2 v1.0.86 |
350 | 2024-06-26T00:53:42.073Z | Downloaded clap v4.5.4 |
351 | 2024-06-26T00:53:42.082Z | Downloaded serde_spanned v0.6.6 |
352 | 2024-06-26T00:53:42.086Z | Downloaded xattr v1.3.1 |
353 | 2024-06-26T00:53:42.086Z | Downloaded toml_datetime v0.6.6 |
354 | 2024-06-26T00:53:42.086Z | Downloaded crc32fast v1.4.0 |
355 | 2024-06-26T00:53:42.089Z | Downloaded thiserror v1.0.60 |
356 | 2024-06-26T00:53:42.092Z | Downloaded slog-json v2.6.1 |
357 | 2024-06-26T00:53:42.095Z | Downloaded thread-id v4.2.1 |
358 | 2024-06-26T00:53:42.097Z | Downloaded pest_derive v2.7.10 |
359 | 2024-06-26T00:53:42.097Z | Downloaded lock_api v0.4.12 |
360 | 2024-06-26T00:53:42.100Z | Downloaded anyhow v1.0.86 |
361 | 2024-06-26T00:53:42.103Z | Downloaded unicode-width v0.1.12 |
362 | 2024-06-26T00:53:42.106Z | Downloaded strum_macros v0.26.2 |
363 | 2024-06-26T00:53:42.108Z | Downloaded semver v1.0.23 |
364 | 2024-06-26T00:53:42.111Z | Downloaded usdt-impl v0.5.0 |
365 | 2024-06-26T00:53:42.111Z | Downloaded scroll v0.12.0 |
366 | 2024-06-26T00:53:42.114Z | Downloaded slog-term v2.9.1 |
367 | 2024-06-26T00:53:42.117Z | Downloaded papergrid v0.11.0 |
368 | 2024-06-26T00:53:42.120Z | Downloaded crossbeam-utils v0.8.19 |
369 | 2024-06-26T00:53:42.123Z | Downloaded bytes v1.6.0 |
370 | 2024-06-26T00:53:42.126Z | Downloaded time-macros v0.2.18 |
371 | 2024-06-26T00:53:42.129Z | Downloaded pest_meta v2.7.10 |
372 | 2024-06-26T00:53:42.131Z | Downloaded parking_lot v0.12.2 |
373 | 2024-06-26T00:53:42.134Z | Downloaded sha2 v0.10.8 |
374 | 2024-06-26T00:53:42.134Z | Downloaded serde_tokenstream v0.2.0 |
375 | 2024-06-26T00:53:42.137Z | Downloaded cc v1.0.97 |
376 | 2024-06-26T00:53:42.140Z | Downloaded zerocopy-derive v0.7.34 |
377 | 2024-06-26T00:53:42.145Z | Downloaded unicode-ident v1.0.12 |
378 | 2024-06-26T00:53:42.148Z | Downloaded strsim v0.11.1 |
379 | 2024-06-26T00:53:42.150Z | Downloaded openssl-sys v0.9.102 |
380 | 2024-06-26T00:53:42.154Z | Downloaded mio v0.8.11 |
381 | 2024-06-26T00:53:42.159Z | Downloaded toml v0.8.13 |
382 | 2024-06-26T00:53:42.163Z | Downloaded typenum v1.17.0 |
383 | 2024-06-26T00:53:42.165Z | Downloaded socket2 v0.5.7 |
384 | 2024-06-26T00:53:42.168Z | Downloaded crossbeam-channel v0.5.12 |
385 | 2024-06-26T00:53:42.172Z | Downloaded term v0.7.0 |
386 | 2024-06-26T00:53:42.175Z | Downloaded memchr v2.7.2 |
387 | 2024-06-26T00:53:42.180Z | Downloaded serde_derive v1.0.203 |
388 | 2024-06-26T00:53:42.183Z | Downloaded http v0.2.12 |
389 | 2024-06-26T00:53:42.187Z | Downloaded indexmap v2.2.6 |
390 | 2024-06-26T00:53:42.191Z | Downloaded flate2 v1.0.30 |
391 | 2024-06-26T00:53:42.195Z | Downloaded tar v0.4.40 |
392 | 2024-06-26T00:53:42.198Z | Downloaded pest v2.7.10 |
393 | 2024-06-26T00:53:42.203Z | Downloaded tinyvec v1.6.0 |
394 | 2024-06-26T00:53:42.206Z | Downloaded unicode-bidi v0.3.15 |
395 | 2024-06-26T00:53:42.209Z | Downloaded hashbrown v0.14.5 |
396 | 2024-06-26T00:53:42.215Z | Downloaded tracing v0.1.40 |
397 | 2024-06-26T00:53:42.218Z | Downloaded clap_builder v4.5.2 |
398 | 2024-06-26T00:53:42.225Z | Downloaded tracing-core v0.1.32 |
399 | 2024-06-26T00:53:42.228Z | Downloaded serde v1.0.203 |
400 | 2024-06-26T00:53:42.231Z | Downloaded hyper v0.14.28 |
401 | 2024-06-26T00:53:42.240Z | Downloaded url v2.5.0 |
402 | 2024-06-26T00:53:42.244Z | Downloaded h2 v0.3.26 |
403 | 2024-06-26T00:53:42.249Z | Downloaded goblin v0.8.2 |
404 | 2024-06-26T00:53:42.256Z | Downloaded toml_edit v0.22.13 |
405 | 2024-06-26T00:53:42.278Z | Downloaded openssl v0.10.64 |
406 | 2024-06-26T00:53:42.288Z | Downloaded winnow v0.6.8 |
407 | 2024-06-26T00:53:42.296Z | Downloaded unicode-normalization v0.1.23 |
408 | 2024-06-26T00:53:42.300Z | Downloaded zerocopy v0.7.34 |
409 | 2024-06-26T00:53:42.316Z | Downloaded serde_json v1.0.117 |
410 | 2024-06-26T00:53:42.323Z | Downloaded reqwest v0.11.27 |
411 | 2024-06-26T00:53:42.330Z | Downloaded tabled v0.15.0 |
412 | 2024-06-26T00:53:42.345Z | Downloaded syn v1.0.109 |
413 | 2024-06-26T00:53:42.356Z | Downloaded vcpkg v0.2.15 |
414 | 2024-06-26T00:53:42.394Z | Downloaded syn v2.0.68 |
415 | 2024-06-26T00:53:42.405Z | Downloaded rustix v0.38.34 |
416 | 2024-06-26T00:53:42.426Z | Downloaded encoding_rs v0.8.34 |
417 | 2024-06-26T00:53:42.446Z | Downloaded tokio v1.37.0 |
418 | 2024-06-26T00:53:42.481Z | Downloaded libc v0.2.155 |
419 | 2024-06-26T00:53:42.506Z | Downloaded tokio-util v0.7.11 |
420 | 2024-06-26T00:53:42.512Z | Downloaded time v0.3.36 |
421 | 2024-06-26T00:53:42.518Z | Downloaded idna v0.5.0 |
422 | 2024-06-26T00:53:42.524Z | Downloaded futures-util v0.3.30 |
423 | 2024-06-26T00:53:42.535Z | Downloaded base64 v0.21.7 |
424 | 2024-06-26T00:53:42.539Z | Downloaded ucd-trie v0.1.6 |
425 | 2024-06-26T00:53:42.542Z | Downloaded smallvec v1.13.2 |
426 | 2024-06-26T00:53:42.544Z | Downloaded slog v2.7.0 |
427 | 2024-06-26T00:53:42.545Z | Downloaded native-tls v0.2.11 |
428 | 2024-06-26T00:53:42.547Z | Downloaded miniz_oxide v0.7.2 |
429 | 2024-06-26T00:53:42.550Z | Downloaded httparse v1.8.0 |
430 | 2024-06-26T00:53:42.550Z | Downloaded futures-channel v0.3.30 |
431 | 2024-06-26T00:53:42.553Z | Downloaded futures v0.3.30 |
432 | 2024-06-26T00:53:42.556Z | Downloaded terminal_size v0.3.0 |
433 | 2024-06-26T00:53:42.559Z | Downloaded once_cell v1.19.0 |
434 | 2024-06-26T00:53:42.562Z | Downloaded dirs-next v2.0.0 |
435 | 2024-06-26T00:53:42.562Z | Downloaded tokio-macros v2.2.0 |
436 | 2024-06-26T00:53:42.562Z | Downloaded slog-async v2.8.0 |
437 | 2024-06-26T00:53:42.565Z | Downloaded slab v0.4.9 |
438 | 2024-06-26T00:53:42.565Z | Downloaded log v0.4.21 |
439 | 2024-06-26T00:53:42.569Z | Downloaded ipnet v2.9.0 |
440 | 2024-06-26T00:53:42.569Z | Downloaded num_cpus v1.16.0 |
441 | 2024-06-26T00:53:42.571Z | Downloaded dof v0.3.0 |
442 | 2024-06-26T00:53:42.571Z | Downloaded usdt v0.5.0 |
443 | 2024-06-26T00:53:42.572Z | Downloaded heck v0.5.0 |
444 | 2024-06-26T00:53:42.574Z | Downloaded generic-array v0.14.7 |
445 | 2024-06-26T00:53:42.574Z | Downloaded colorchoice v1.0.1 |
446 | 2024-06-26T00:53:42.574Z | Downloaded cfg-if v1.0.0 |
447 | 2024-06-26T00:53:42.577Z | Downloaded cargo-platform v0.1.8 |
448 | 2024-06-26T00:53:42.577Z | Downloaded tabled_derive v0.7.0 |
449 | 2024-06-26T00:53:42.577Z | Downloaded slog-bunyan v2.5.0 |
450 | 2024-06-26T00:53:42.580Z | Downloaded futures-executor v0.3.30 |
451 | 2024-06-26T00:53:42.869Z | Compiling proc-macro2 v1.0.86 |
452 | 2024-06-26T00:53:42.869Z | Compiling unicode-ident v1.0.12 |
453 | 2024-06-26T00:53:42.872Z | Compiling libc v0.2.155 |
454 | 2024-06-26T00:53:42.872Z | Compiling version_check v0.9.4 |
455 | 2024-06-26T00:53:42.872Z | Compiling cfg-if v1.0.0 |
456 | 2024-06-26T00:53:42.872Z | Compiling once_cell v1.19.0 |
457 | 2024-06-26T00:53:42.872Z | Compiling itoa v1.0.11 |
458 | 2024-06-26T00:53:42.902Z | Compiling autocfg v1.3.0 |
459 | 2024-06-26T00:53:43.067Z | Compiling serde v1.0.203 |
460 | 2024-06-26T00:53:43.151Z | Compiling memchr v2.7.2 |
461 | 2024-06-26T00:53:43.262Z | Compiling thiserror v1.0.60 |
462 | 2024-06-26T00:53:43.438Z | Compiling ryu v1.0.18 |
463 | 2024-06-26T00:53:43.732Z | Compiling pin-project-lite v0.2.14 |
464 | 2024-06-26T00:53:43.751Z | Compiling bitflags v2.5.0 |
465 | 2024-06-26T00:53:43.842Z | Compiling parking_lot_core v0.9.10 |
466 | 2024-06-26T00:53:43.931Z | Compiling lock_api v0.4.12 |
467 | 2024-06-26T00:53:44.088Z | Compiling vcpkg v0.2.15 |
468 | 2024-06-26T00:53:44.617Z | Compiling ucd-trie v0.1.6 |
469 | 2024-06-26T00:53:45.045Z | Compiling pkg-config v0.3.30 |
470 | 2024-06-26T00:53:45.578Z | Compiling cc v1.0.97 |
471 | 2024-06-26T00:53:46.076Z | Compiling slab v0.4.9 |
472 | 2024-06-26T00:53:46.286Z | Compiling scopeguard v1.2.0 |
473 | 2024-06-26T00:53:46.312Z | Compiling bytes v1.6.0 |
474 | 2024-06-26T00:53:46.351Z | Compiling futures-sink v0.3.30 |
475 | 2024-06-26T00:53:46.354Z | Compiling futures-core v0.3.30 |
476 | 2024-06-26T00:53:46.437Z | Compiling smallvec v1.13.2 |
477 | 2024-06-26T00:53:46.769Z | Compiling byteorder v1.5.0 |
478 | 2024-06-26T00:53:46.860Z | Compiling serde_json v1.0.117 |
479 | 2024-06-26T00:53:46.912Z | Compiling log v0.4.21 |
480 | 2024-06-26T00:53:46.977Z | Compiling fnv v1.0.7 |
481 | 2024-06-26T00:53:47.112Z | Compiling equivalent v1.0.1 |
482 | 2024-06-26T00:53:47.185Z | Compiling quote v1.0.36 |
483 | 2024-06-26T00:53:47.208Z | Compiling hashbrown v0.14.5 |
484 | 2024-06-26T00:53:47.295Z | Compiling futures-channel v0.3.30 |
485 | 2024-06-26T00:53:47.531Z | Compiling rustix v0.38.34 |
486 | 2024-06-26T00:53:47.554Z | Compiling syn v2.0.68 |
487 | 2024-06-26T00:53:47.914Z | Compiling num_cpus v1.16.0 |
488 | 2024-06-26T00:53:47.946Z | Compiling signal-hook-registry v1.4.2 |
489 | 2024-06-26T00:53:48.079Z | Compiling mio v0.8.11 |
490 | 2024-06-26T00:53:48.246Z | Compiling parking_lot v0.12.2 |
491 | 2024-06-26T00:53:48.317Z | Compiling socket2 v0.5.7 |
492 | 2024-06-26T00:53:48.462Z | Compiling futures-task v0.3.30 |
493 | 2024-06-26T00:53:48.580Z | Compiling indexmap v2.2.6 |
494 | 2024-06-26T00:53:48.772Z | Compiling typenum v1.17.0 |
495 | 2024-06-26T00:53:48.841Z | Compiling openssl-sys v0.9.102 |
496 | 2024-06-26T00:53:49.264Z | Compiling futures-io v0.3.30 |
497 | 2024-06-26T00:53:49.402Z | Compiling pin-utils v0.1.0 |
498 | 2024-06-26T00:53:49.590Z | Compiling errno v0.3.9 |
499 | 2024-06-26T00:53:49.629Z | Compiling generic-array v0.14.7 |
500 | 2024-06-26T00:53:49.652Z | Compiling slog v2.7.0 |
501 | 2024-06-26T00:53:49.711Z | Compiling openssl v0.10.64 |
502 | 2024-06-26T00:53:49.819Z | Compiling foreign-types-shared v0.1.1 |
503 | 2024-06-26T00:53:49.938Z | Compiling foreign-types v0.3.2 |
504 | 2024-06-26T00:53:50.032Z | Compiling http v0.2.12 |
505 | 2024-06-26T00:53:50.080Z | Compiling proc-macro-error-attr v1.0.4 |
506 | 2024-06-26T00:53:50.187Z | Compiling usdt-impl v0.5.0 |
507 | 2024-06-26T00:53:50.345Z | Compiling tracing-core v0.1.32 |
508 | 2024-06-26T00:53:50.476Z | Compiling num-conv v0.1.0 |
509 | 2024-06-26T00:53:50.728Z | Compiling httparse v1.8.0 |
510 | 2024-06-26T00:53:50.759Z | Compiling time-core v0.1.2 |
511 | 2024-06-26T00:53:50.943Z | Compiling powerfmt v0.2.0 |
512 | 2024-06-26T00:53:51.165Z | Compiling tinyvec_macros v0.1.1 |
513 | 2024-06-26T00:53:51.264Z | Compiling native-tls v0.2.11 |
514 | 2024-06-26T00:53:51.313Z | Compiling syn v1.0.109 |
515 | 2024-06-26T00:53:51.563Z | Compiling tinyvec v1.6.0 |
516 | 2024-06-26T00:53:51.675Z | Compiling deranged v0.3.11 |
517 | 2024-06-26T00:53:52.003Z | Compiling tracing v0.1.40 |
518 | 2024-06-26T00:53:52.400Z | Compiling time-macros v0.2.18 |
519 | 2024-06-26T00:53:52.428Z | Compiling thread-id v4.2.1 |
520 | 2024-06-26T00:53:52.684Z | Compiling proc-macro-error v1.0.4 |
521 | 2024-06-26T00:53:52.705Z | Compiling percent-encoding v2.3.1 |
522 | 2024-06-26T00:53:52.981Z | Compiling openssl-probe v0.1.5 |
523 | 2024-06-26T00:53:52.984Z | Compiling num_threads v0.1.7 |
524 | 2024-06-26T00:53:53.070Z | Compiling crossbeam-utils v0.8.19 |
525 | 2024-06-26T00:53:53.130Z | Compiling rustversion v1.0.17 |
526 | 2024-06-26T00:53:53.344Z | Compiling heck v0.4.1 |
527 | 2024-06-26T00:53:53.504Z | Compiling plain v0.2.3 |
528 | 2024-06-26T00:53:53.538Z | Compiling utf8parse v0.2.1 |
529 | 2024-06-26T00:53:53.656Z | Compiling try-lock v0.2.5 |
530 | 2024-06-26T00:53:53.698Z | Compiling anstyle-parse v0.2.4 |
531 | 2024-06-26T00:53:53.788Z | Compiling want v0.3.1 |
532 | 2024-06-26T00:53:53.807Z | Compiling unicode-normalization v0.1.23 |
533 | 2024-06-26T00:53:53.871Z | Compiling form_urlencoded v1.2.1 |
534 | 2024-06-26T00:53:54.186Z | Compiling http-body v0.4.6 |
535 | 2024-06-26T00:53:54.594Z | Compiling dirs-sys-next v0.1.2 |
536 | 2024-06-26T00:53:54.800Z | Compiling winnow v0.6.8 |
537 | 2024-06-26T00:53:54.875Z | Compiling anstyle-query v1.0.3 |
538 | 2024-06-26T00:53:54.900Z | Compiling pretty-hex v0.4.1 |
539 | 2024-06-26T00:53:55.030Z | Compiling semver v1.0.23 |
540 | 2024-06-26T00:53:55.115Z | Compiling camino v1.1.7 |
541 | 2024-06-26T00:53:55.194Z | Compiling tower-service v0.3.2 |
542 | 2024-06-26T00:53:55.325Z | Compiling anstyle v1.0.7 |
543 | 2024-06-26T00:53:55.526Z | Compiling colorchoice v1.0.1 |
544 | 2024-06-26T00:53:55.593Z | Compiling time v0.3.36 |
545 | 2024-06-26T00:53:55.697Z | Compiling unicode-bidi v0.3.15 |
546 | 2024-06-26T00:53:55.725Z | Compiling crc32fast v1.4.0 |
547 | 2024-06-26T00:53:55.764Z | Compiling httpdate v1.0.3 |
548 | 2024-06-26T00:53:56.225Z | Compiling is_terminal_polyfill v1.70.0 |
549 | 2024-06-26T00:53:56.332Z | Compiling anstream v0.6.14 |
550 | 2024-06-26T00:53:56.433Z | Compiling idna v0.5.0 |
551 | 2024-06-26T00:53:57.296Z | Compiling dirs-next v2.0.0 |
552 | 2024-06-26T00:53:57.823Z | Compiling block-buffer v0.10.4 |
553 | 2024-06-26T00:53:58.014Z | Compiling crypto-common v0.1.6 |
554 | 2024-06-26T00:53:58.105Z | Compiling terminal_size v0.3.0 |
555 | 2024-06-26T00:53:58.307Z | Compiling fs-err v2.11.0 |
556 | 2024-06-26T00:53:58.352Z | Compiling thread_local v1.1.8 |
557 | 2024-06-26T00:53:58.479Z | Compiling heck v0.5.0 |
558 | 2024-06-26T00:53:58.590Z | Compiling match_cfg v0.1.0 |
559 | 2024-06-26T00:53:58.694Z | Compiling strsim v0.11.1 |
560 | 2024-06-26T00:53:58.841Z | Compiling unicode-width v0.1.12 |
561 | 2024-06-26T00:53:58.972Z | Compiling adler v1.0.2 |
562 | 2024-06-26T00:53:58.985Z | Compiling base64 v0.21.7 |
563 | 2024-06-26T00:53:59.007Z | Compiling bytecount v0.6.8 |
564 | 2024-06-26T00:53:59.066Z | Compiling anyhow v1.0.86 |
565 | 2024-06-26T00:53:59.196Z | Compiling clap_lex v0.7.0 |
566 | 2024-06-26T00:53:59.230Z | Compiling slog-async v2.8.0 |
567 | 2024-06-26T00:53:59.569Z | Compiling rustls-pemfile v1.0.4 |
568 | 2024-06-26T00:53:59.636Z | Compiling clap_builder v4.5.2 |
569 | 2024-06-26T00:53:59.713Z | Compiling papergrid v0.11.0 |
570 | 2024-06-26T00:53:59.739Z | Compiling miniz_oxide v0.7.2 |
571 | 2024-06-26T00:53:59.812Z | Compiling hostname v0.3.1 |
572 | 2024-06-26T00:53:59.989Z | Compiling crossbeam-channel v0.5.12 |
573 | 2024-06-26T00:54:00.013Z | Compiling digest v0.10.7 |
574 | 2024-06-26T00:54:00.072Z | Compiling term v0.7.0 |
575 | 2024-06-26T00:54:00.235Z | Compiling serde_derive v1.0.203 |
576 | 2024-06-26T00:54:00.434Z | Compiling thiserror-impl v1.0.60 |
577 | 2024-06-26T00:54:00.737Z | Compiling zerocopy-derive v0.7.34 |
578 | 2024-06-26T00:54:01.175Z | Compiling futures-macro v0.3.30 |
579 | 2024-06-26T00:54:01.355Z | Compiling tokio-macros v2.2.0 |
580 | 2024-06-26T00:54:01.746Z | Compiling openssl-macros v0.1.1 |
581 | 2024-06-26T00:54:02.505Z | Compiling scroll_derive v0.12.0 |
582 | 2024-06-26T00:54:03.146Z | Compiling tokio v1.37.0 |
583 | 2024-06-26T00:54:03.171Z | Compiling zerocopy v0.7.34 |
584 | 2024-06-26T00:54:03.283Z | Compiling futures-util v0.3.30 |
585 | 2024-06-26T00:54:04.038Z | Compiling pest v2.7.10 |
586 | 2024-06-26T00:54:04.107Z | Compiling scroll v0.12.0 |
587 | 2024-06-26T00:54:04.703Z | Compiling goblin v0.8.2 |
588 | 2024-06-26T00:54:04.742Z | Compiling tabled_derive v0.7.0 |
589 | 2024-06-26T00:54:06.970Z | Compiling pest_meta v2.7.10 |
590 | 2024-06-26T00:54:07.409Z | Compiling strum_macros v0.26.2 |
591 | 2024-06-26T00:54:09.661Z | Compiling pest_generator v2.7.10 |
592 | 2024-06-26T00:54:11.722Z | Compiling tokio-util v0.7.11 |
593 | 2024-06-26T00:54:12.494Z | Compiling pest_derive v2.7.10 |
594 | 2024-06-26T00:54:12.723Z | Compiling h2 v0.3.26 |
595 | 2024-06-26T00:54:13.171Z | Compiling futures-executor v0.3.30 |
596 | 2024-06-26T00:54:13.356Z | Compiling dtrace-parser v0.2.0 |
597 | 2024-06-26T00:54:13.633Z | Compiling tokio-native-tls v0.3.1 |
598 | 2024-06-26T00:54:13.765Z | Compiling clap_derive v4.5.4 |
599 | 2024-06-26T00:54:13.913Z | Compiling url v2.5.0 |
600 | 2024-06-26T00:54:15.494Z | Compiling serde_spanned v0.6.6 |
601 | 2024-06-26T00:54:15.725Z | Compiling serde_tokenstream v0.2.0 |
602 | 2024-06-26T00:54:15.840Z | Compiling toml_datetime v0.6.6 |
603 | 2024-06-26T00:54:16.026Z | Compiling cargo-platform v0.1.8 |
604 | 2024-06-26T00:54:16.291Z | Compiling toml_edit v0.22.13 |
605 | 2024-06-26T00:54:16.370Z | Compiling serde_urlencoded v0.7.1 |
606 | 2024-06-26T00:54:17.629Z | Compiling dof v0.3.0 |
607 | 2024-06-26T00:54:17.707Z | Compiling hyper v0.14.28 |
608 | 2024-06-26T00:54:18.482Z | Compiling slog-json v2.6.1 |
609 | 2024-06-26T00:54:18.870Z | Compiling xattr v1.3.1 |
610 | 2024-06-26T00:54:18.972Z | Compiling filetime v0.2.23 |
611 | 2024-06-26T00:54:19.097Z | Compiling memmap v0.7.0 |
612 | 2024-06-26T00:54:19.337Z | Compiling is-terminal v0.4.12 |
613 | 2024-06-26T00:54:19.477Z | Compiling toml v0.8.13 |
614 | 2024-06-26T00:54:19.481Z | Compiling encoding_rs v0.8.34 |
615 | 2024-06-26T00:54:20.104Z | Compiling usdt-attr-macro v0.5.0 |
616 | 2024-06-26T00:54:20.299Z | Compiling usdt-macro v0.5.0 |
617 | 2024-06-26T00:54:20.637Z | Compiling sync_wrapper v0.1.2 |
618 | 2024-06-26T00:54:20.776Z | Compiling ipnet v2.9.0 |
619 | 2024-06-26T00:54:20.820Z | Compiling mime v0.3.17 |
620 | 2024-06-26T00:54:21.318Z | Compiling cpufeatures v0.2.12 |
621 | 2024-06-26T00:54:21.431Z | Compiling hyper-tls v0.5.0 |
622 | 2024-06-26T00:54:21.461Z | Compiling take_mut v0.2.2 |
623 | 2024-06-26T00:54:21.633Z | Compiling usdt v0.5.0 |
624 | 2024-06-26T00:54:21.636Z | Compiling sha2 v0.10.8 |
625 | 2024-06-26T00:54:21.766Z | Compiling reqwest v0.11.27 |
626 | 2024-06-26T00:54:22.054Z | Compiling cargo_toml v0.20.2 |
627 | 2024-06-26T00:54:22.146Z | Compiling slog-term v2.9.1 |
628 | 2024-06-26T00:54:22.873Z | Compiling tar v0.4.40 |
629 | 2024-06-26T00:54:23.499Z | Compiling clap v4.5.4 |
630 | 2024-06-26T00:54:23.623Z | Compiling flate2 v1.0.30 |
631 | 2024-06-26T00:54:23.995Z | Compiling slog-bunyan v2.5.0 |
632 | 2024-06-26T00:54:24.128Z | Compiling cargo_metadata v0.18.1 |
633 | 2024-06-26T00:54:24.196Z | Compiling macaddr v1.0.1 |
634 | 2024-06-26T00:54:24.573Z | Compiling futures v0.3.30 |
635 | 2024-06-26T00:54:24.651Z | Compiling strum v0.26.2 |
636 | 2024-06-26T00:54:24.702Z | Compiling tabled v0.15.0 |
637 | 2024-06-26T00:54:25.109Z | Compiling md5 v0.7.0 |
638 | 2024-06-26T00:54:25.130Z | Compiling swrite v0.1.0 |
639 | 2024-06-26T00:54:29.583Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
640 | 2024-06-26T00:54:36.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
641 | 2024-06-26T00:54:37.133Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
642 | 2024-06-26T00:54:37.193Z | Jun 26 00:54:36.496 INFO Starting download, target: Clickhouse |
643 | 2024-06-26T00:54:37.193Z | Jun 26 00:54:36.497 INFO Starting download, target: Cockroach |
644 | 2024-06-26T00:54:37.193Z | Jun 26 00:54:36.497 INFO Starting download, target: Console |
645 | 2024-06-26T00:54:37.193Z | Jun 26 00:54:36.497 INFO Starting download, target: DendriteOpenapi |
646 | 2024-06-26T00:54:37.195Z | Jun 26 00:54:36.497 INFO Starting download, target: DendriteStub |
647 | 2024-06-26T00:54:37.196Z | Jun 26 00:54:36.497 INFO Starting download, target: MaghemiteMgd |
648 | 2024-06-26T00:54:37.196Z | Jun 26 00:54:36.497 INFO Starting download, target: TransceiverControl |
649 | 2024-06-26T00:54:37.196Z | Jun 26 00:54:36.497 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi |
650 | 2024-06-26T00:54:37.196Z | Jun 26 00:54:36.497 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
651 | 2024-06-26T00:54:37.196Z | Jun 26 00:54:36.498 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
652 | 2024-06-26T00:54:37.196Z | Jun 26 00:54:36.498 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
653 | 2024-06-26T00:54:37.196Z | Jun 26 00:54:36.498 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
654 | 2024-06-26T00:54:37.196Z | Jun 26 00:54:36.498 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
655 | 2024-06-26T00:54:37.196Z | Jun 26 00:54:36.498 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
656 | 2024-06-26T00:54:37.328Z | Jun 26 00:54:36.632 INFO Download complete, target: DendriteOpenapi |
657 | 2024-06-26T00:54:37.595Z | Jun 26 00:54:36.895 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
658 | 2024-06-26T00:54:37.802Z | Jun 26 00:54:37.105 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
659 | 2024-06-26T00:54:37.877Z | Jun 26 00:54:37.180 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
660 | 2024-06-26T00:54:38.010Z | Jun 26 00:54:37.313 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
661 | 2024-06-26T00:54:38.360Z | Jun 26 00:54:37.664 INFO Download complete, target: Console |
662 | 2024-06-26T00:54:38.432Z | Jun 26 00:54:37.736 INFO Download complete, target: TransceiverControl |
663 | 2024-06-26T00:54:39.555Z | Jun 26 00:54:38.858 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
664 | 2024-06-26T00:54:40.069Z | Jun 26 00:54:39.373 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
665 | 2024-06-26T00:54:40.069Z | Jun 26 00:54:39.373 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
666 | 2024-06-26T00:54:41.192Z | Jun 26 00:54:40.493 INFO Download complete, target: DendriteStub |
667 | 2024-06-26T00:54:41.448Z | Jun 26 00:54:40.751 INFO Download complete, target: MaghemiteMgd |
668 | 2024-06-26T00:54:48.775Z | Jun 26 00:54:48.078 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
669 | 2024-06-26T00:54:49.095Z | Jun 26 00:54:48.398 INFO Checking that binary works, target: Cockroach |
670 | 2024-06-26T00:54:49.321Z | Jun 26 00:54:48.624 INFO Download complete, target: Cockroach |
671 | 2024-06-26T00:54:54.461Z | Jun 26 00:54:53.763 INFO Checking that binary works, target: Clickhouse |
672 | 2024-06-26T00:54:54.983Z | Jun 26 00:54:54.285 INFO Download complete, target: Clickhouse |
673 | 2024-06-26T00:54:54.990Z | All prerequisites installed successfully |
674 | 2024-06-26T00:54:54.993Z | |
675 | 2024-06-26T00:54:54.993Z | real 2:49.970194212 |
676 | 2024-06-26T00:54:54.993Z | user 5:50.490228908 |
677 | 2024-06-26T00:54:54.993Z | sys 1:19.810066258 |
678 | 2024-06-26T00:54:54.993Z | trap 0.231570307 |
679 | 2024-06-26T00:54:54.993Z | tflt 5.383985276 |
680 | 2024-06-26T00:54:54.993Z | dflt 7.789667836 |
681 | 2024-06-26T00:54:54.994Z | kflt 0.250190437 |
682 | 2024-06-26T00:54:54.994Z | lock 12:57.557690370 |
683 | 2024-06-26T00:54:54.994Z | slp 18:35.529953338 |
684 | 2024-06-26T00:54:54.994Z | lat 18.184599732 |
685 | 2024-06-26T00:54:54.994Z | stop 1:00.675997767 |
686 | 2024-06-26T00:54:54.994Z | + source ./tools/include/force-git-over-https.sh |
687 | 2024-06-26T00:54:54.994Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
688 | 2024-06-26T00:54:54.994Z | ++ (( i = 0 )) |
689 | 2024-06-26T00:54:54.994Z | ++ (( i < 5 )) |
690 | 2024-06-26T00:54:54.994Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
691 | 2024-06-26T00:54:54.997Z | ++ (( i++ )) |
692 | 2024-06-26T00:54:54.997Z | ++ (( i < 5 )) |
693 | 2024-06-26T00:54:54.997Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
694 | 2024-06-26T00:54:55.000Z | ++ (( i++ )) |
695 | 2024-06-26T00:54:55.000Z | ++ (( i < 5 )) |
696 | 2024-06-26T00:54:55.000Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
697 | 2024-06-26T00:54:55.003Z | ++ (( i++ )) |
698 | 2024-06-26T00:54:55.003Z | ++ (( i < 5 )) |
699 | 2024-06-26T00:54:55.003Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
700 | 2024-06-26T00:54:55.006Z | ++ (( i++ )) |
701 | 2024-06-26T00:54:55.006Z | ++ (( i < 5 )) |
702 | 2024-06-26T00:54:55.006Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
703 | 2024-06-26T00:54:55.009Z | ++ (( i++ )) |
704 | 2024-06-26T00:54:55.009Z | ++ (( i < 5 )) |
705 | 2024-06-26T00:54:55.009Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
706 | 2024-06-26T00:54:55.009Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
707 | 2024-06-26T00:54:55.009Z | + rc=0 |
708 | 2024-06-26T00:54:55.009Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
709 | 2024-06-26T00:55:27.733Z | + case $rc in |
710 | 2024-06-26T00:55:27.733Z | + pfexec zfs create -p rpool/images/build/host |
711 | 2024-06-26T00:55:27.924Z | + pfexec zfs create -p rpool/images/build/recovery |
712 | 2024-06-26T00:55:28.000Z | + cargo xtask releng --output-dir /work |
713 | 2024-06-26T00:55:28.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
714 | 2024-06-26T00:55:28.577Z | Running `target/debug/xtask releng --output-dir /work` |
715 | 2024-06-26T00:55:29.077Z | Downloading crates ... |
716 | 2024-06-26T00:55:29.280Z | Downloaded assert_matches v1.5.0 |
717 | 2024-06-26T00:55:29.285Z | Downloaded atty v0.2.14 |
718 | 2024-06-26T00:55:29.288Z | Downloaded async-stream v0.3.5 |
719 | 2024-06-26T00:55:29.290Z | Downloaded aead v0.5.2 |
720 | 2024-06-26T00:55:29.295Z | Downloaded darling_macro v0.20.9 |
721 | 2024-06-26T00:55:29.298Z | Downloaded crucible-workspace-hack v0.1.0 |
722 | 2024-06-26T00:55:29.302Z | Downloaded atomicwrites v0.4.3 |
723 | 2024-06-26T00:55:29.310Z | Downloaded atomic-waker v1.1.2 |
724 | 2024-06-26T00:55:29.313Z | Downloaded async-stream-impl v0.3.5 |
725 | 2024-06-26T00:55:29.318Z | Downloaded array-init v0.0.4 |
726 | 2024-06-26T00:55:29.320Z | Downloaded new_debug_unreachable v1.0.6 |
727 | 2024-06-26T00:55:29.325Z | Downloaded opaque-debug v0.3.1 |
728 | 2024-06-26T00:55:29.328Z | Downloaded cobs v0.2.3 |
729 | 2024-06-26T00:55:29.330Z | Downloaded camino-tempfile v1.1.1 |
730 | 2024-06-26T00:55:29.333Z | Downloaded number_prefix v0.4.0 |
731 | 2024-06-26T00:55:29.336Z | Downloaded oso-derive v0.27.3 |
732 | 2024-06-26T00:55:29.338Z | Downloaded crc v3.2.1 |
733 | 2024-06-26T00:55:29.338Z | Downloaded newtype-uuid v1.1.0 |
734 | 2024-06-26T00:55:29.341Z | Downloaded constant_time_eq v0.3.0 |
735 | 2024-06-26T00:55:29.344Z | Downloaded ciborium-io v0.2.2 |
736 | 2024-06-26T00:55:29.344Z | Downloaded pretty-hex v0.2.1 |
737 | 2024-06-26T00:55:29.347Z | Downloaded argon2 v0.5.3 |
738 | 2024-06-26T00:55:29.347Z | Downloaded path-slash v0.1.5 |
739 | 2024-06-26T00:55:29.350Z | Downloaded precomputed-hash v0.1.1 |
740 | 2024-06-26T00:55:29.350Z | Downloaded debug-ignore v1.0.5 |
741 | 2024-06-26T00:55:29.352Z | Downloaded cipher v0.4.4 |
742 | 2024-06-26T00:55:29.352Z | Downloaded defmt-macros v0.3.9 |
743 | 2024-06-26T00:55:29.356Z | Downloaded cexpr v0.6.0 |
744 | 2024-06-26T00:55:29.359Z | Downloaded normalize-line-endings v0.3.0 |
745 | 2024-06-26T00:55:29.361Z | Downloaded newline-converter v0.3.0 |
746 | 2024-06-26T00:55:29.361Z | Downloaded bitflags v1.3.2 |
747 | 2024-06-26T00:55:29.364Z | Downloaded crunchy v0.2.2 |
748 | 2024-06-26T00:55:29.367Z | Downloaded derive_builder_macro v0.20.0 |
749 | 2024-06-26T00:55:29.367Z | Downloaded phf_shared v0.10.0 |
750 | 2024-06-26T00:55:29.370Z | Downloaded cfg_aliases v0.1.1 |
751 | 2024-06-26T00:55:29.370Z | Downloaded cstr-argument v0.1.2 |
752 | 2024-06-26T00:55:29.370Z | Downloaded bb8 v0.8.3 |
753 | 2024-06-26T00:55:29.373Z | Downloaded bitstruct_derive v0.1.0 |
754 | 2024-06-26T00:55:29.373Z | Downloaded bitstruct v0.1.1 |
755 | 2024-06-26T00:55:29.376Z | Downloaded num_enum_derive v0.5.11 |
756 | 2024-06-26T00:55:29.376Z | Downloaded num-integer v0.1.46 |
757 | 2024-06-26T00:55:29.379Z | Downloaded bit-set v0.5.3 |
758 | 2024-06-26T00:55:29.379Z | Downloaded nibble_vec v0.1.0 |
759 | 2024-06-26T00:55:29.382Z | Downloaded cookie v0.17.0 |
760 | 2024-06-26T00:55:29.384Z | Downloaded darling v0.20.9 |
761 | 2024-06-26T00:55:29.388Z | Downloaded num-derive v0.4.2 |
762 | 2024-06-26T00:55:29.390Z | Downloaded async-recursion v1.1.1 |
763 | 2024-06-26T00:55:29.393Z | Downloaded bzip2 v0.4.4 |
764 | 2024-06-26T00:55:29.396Z | Downloaded peg-runtime v0.8.3 |
765 | 2024-06-26T00:55:29.399Z | Downloaded portpicker v0.1.1 |
766 | 2024-06-26T00:55:29.399Z | Downloaded derive_builder_core v0.20.0 |
767 | 2024-06-26T00:55:29.402Z | Downloaded bitfield v0.14.0 |
768 | 2024-06-26T00:55:29.404Z | Downloaded vte_generate_state_changes v0.1.1 |
769 | 2024-06-26T00:55:29.404Z | Downloaded colored v2.1.0 |
770 | 2024-06-26T00:55:29.407Z | Downloaded addr2line v0.21.0 |
771 | 2024-06-26T00:55:29.410Z | Downloaded buf-list v1.0.3 |
772 | 2024-06-26T00:55:29.413Z | Downloaded rand_xorshift v0.3.0 |
773 | 2024-06-26T00:55:29.413Z | Downloaded corncobs v0.1.3 |
774 | 2024-06-26T00:55:29.416Z | Downloaded convert_case v0.4.0 |
775 | 2024-06-26T00:55:29.416Z | Downloaded rand_core v0.6.4 |
776 | 2024-06-26T00:55:29.418Z | Downloaded packed_struct_codegen v0.10.1 |
777 | 2024-06-26T00:55:29.421Z | Downloaded resolv-conf v0.7.0 |
778 | 2024-06-26T00:55:29.421Z | Downloaded nodrop v0.1.14 |
779 | 2024-06-26T00:55:29.424Z | Downloaded fxhash v0.2.1 |
780 | 2024-06-26T00:55:29.424Z | Downloaded defmt v0.3.8 |
781 | 2024-06-26T00:55:29.427Z | Downloaded pem v3.0.4 |
782 | 2024-06-26T00:55:29.430Z | Downloaded proc-macro-crate v1.3.1 |
783 | 2024-06-26T00:55:29.432Z | Downloaded parse-display-derive v0.9.0 |
784 | 2024-06-26T00:55:29.432Z | Downloaded multimap v0.10.0 |
785 | 2024-06-26T00:55:29.435Z | Downloaded num v0.4.3 |
786 | 2024-06-26T00:55:29.435Z | Downloaded backoff v0.4.0 |
787 | 2024-06-26T00:55:29.438Z | Downloaded ref-cast v1.0.23 |
788 | 2024-06-26T00:55:29.441Z | Downloaded radium v0.7.0 |
789 | 2024-06-26T00:55:29.441Z | Downloaded blake2 v0.10.6 |
790 | 2024-06-26T00:55:29.444Z | Downloaded ahash v0.8.11 |
791 | 2024-06-26T00:55:29.447Z | Downloaded psl-types v2.0.11 |
792 | 2024-06-26T00:55:29.450Z | Downloaded unarray v0.1.4 |
793 | 2024-06-26T00:55:29.450Z | Downloaded nu-ansi-term v0.50.0 |
794 | 2024-06-26T00:55:29.455Z | Downloaded arc-swap v1.7.1 |
795 | 2024-06-26T00:55:29.457Z | Downloaded sigpipe v0.1.3 |
796 | 2024-06-26T00:55:29.460Z | Downloaded which v4.4.2 |
797 | 2024-06-26T00:55:29.463Z | Downloaded r2d2 v0.8.10 |
798 | 2024-06-26T00:55:29.463Z | Downloaded paste v1.0.15 |
799 | 2024-06-26T00:55:29.466Z | Downloaded csv-core v0.1.11 |
800 | 2024-06-26T00:55:29.468Z | Downloaded erased-serde v0.3.31 |
801 | 2024-06-26T00:55:29.471Z | Downloaded const_format_proc_macros v0.2.32 |
802 | 2024-06-26T00:55:29.474Z | Downloaded funty v2.0.0 |
803 | 2024-06-26T00:55:29.474Z | Downloaded phf_shared v0.11.2 |
804 | 2024-06-26T00:55:29.477Z | Downloaded impl-trait-for-tuples v0.2.2 |
805 | 2024-06-26T00:55:29.480Z | Downloaded rand_chacha v0.3.1 |
806 | 2024-06-26T00:55:29.483Z | Downloaded rand_seeder v0.2.3 |
807 | 2024-06-26T00:55:29.483Z | Downloaded ppv-lite86 v0.2.17 |
808 | 2024-06-26T00:55:29.486Z | Downloaded parse-display v0.9.0 |
809 | 2024-06-26T00:55:29.486Z | Downloaded mime_guess v2.0.4 |
810 | 2024-06-26T00:55:29.489Z | Downloaded der_derive v0.7.2 |
811 | 2024-06-26T00:55:29.491Z | Downloaded num-rational v0.4.2 |
812 | 2024-06-26T00:55:29.492Z | Downloaded diesel_table_macro_syntax v0.1.0 |
813 | 2024-06-26T00:55:29.492Z | Downloaded mockall v0.12.1 |
814 | 2024-06-26T00:55:29.494Z | Downloaded postgres-types v0.2.6 |
815 | 2024-06-26T00:55:29.497Z | Downloaded peg-macros v0.8.3 |
816 | 2024-06-26T00:55:29.500Z | Downloaded float-ord v0.3.2 |
817 | 2024-06-26T00:55:29.500Z | Downloaded serde_plain v1.0.2 |
818 | 2024-06-26T00:55:29.503Z | Downloaded olpc-cjson v0.1.3 |
819 | 2024-06-26T00:55:29.503Z | Downloaded clang-sys v1.7.0 |
820 | 2024-06-26T00:55:29.505Z | Downloaded base64ct v1.6.0 |
821 | 2024-06-26T00:55:29.508Z | Downloaded sha1 v0.10.6 |
822 | 2024-06-26T00:55:29.511Z | Downloaded password-hash v0.5.0 |
823 | 2024-06-26T00:55:29.514Z | Downloaded pkcs1 v0.7.5 |
824 | 2024-06-26T00:55:29.516Z | Downloaded lazy_static v1.4.0 |
825 | 2024-06-26T00:55:29.519Z | Downloaded predicates v3.1.0 |
826 | 2024-06-26T00:55:29.522Z | Downloaded ref-cast-impl v1.0.23 |
827 | 2024-06-26T00:55:29.522Z | Downloaded strum_macros v0.25.3 |
828 | 2024-06-26T00:55:29.525Z | Downloaded unicode-linebreak v0.1.5 |
829 | 2024-06-26T00:55:29.525Z | Downloaded thiserror-no-std v2.0.2 |
830 | 2024-06-26T00:55:29.529Z | Downloaded strum_macros v0.24.3 |
831 | 2024-06-26T00:55:29.532Z | Downloaded pin-project-internal v1.1.5 |
832 | 2024-06-26T00:55:29.535Z | Downloaded foreign-types-macros v0.2.3 |
833 | 2024-06-26T00:55:29.537Z | Downloaded memoffset v0.9.1 |
834 | 2024-06-26T00:55:29.537Z | Downloaded ident_case v1.0.1 |
835 | 2024-06-26T00:55:29.540Z | Downloaded fastrand v2.1.0 |
836 | 2024-06-26T00:55:29.540Z | Downloaded fallible-iterator v0.2.0 |
837 | 2024-06-26T00:55:29.543Z | Downloaded ena v0.14.3 |
838 | 2024-06-26T00:55:29.546Z | Downloaded endian-type v0.1.2 |
839 | 2024-06-26T00:55:29.546Z | Downloaded float-cmp v0.9.0 |
840 | 2024-06-26T00:55:29.546Z | Downloaded toolchain_find v0.4.0 |
841 | 2024-06-26T00:55:29.549Z | Downloaded rustls-pki-types v1.7.0 |
842 | 2024-06-26T00:55:29.551Z | Downloaded zone v0.1.8 |
843 | 2024-06-26T00:55:29.551Z | Downloaded instant v0.1.12 |
844 | 2024-06-26T00:55:29.554Z | Downloaded kstat-rs v0.2.4 |
845 | 2024-06-26T00:55:29.554Z | Downloaded scheduled-thread-pool v0.2.7 |
846 | 2024-06-26T00:55:29.558Z | Downloaded highway v1.1.0 |
847 | 2024-06-26T00:55:29.558Z | Downloaded hex v0.4.3 |
848 | 2024-06-26T00:55:29.562Z | Downloaded spin v0.5.2 |
849 | 2024-06-26T00:55:29.565Z | Downloaded predicates-core v1.0.6 |
850 | 2024-06-26T00:55:29.565Z | Downloaded poly1305 v0.8.0 |
851 | 2024-06-26T00:55:29.565Z | Downloaded rustls-pemfile v2.1.2 |
852 | 2024-06-26T00:55:29.568Z | Downloaded derive_builder v0.20.0 |
853 | 2024-06-26T00:55:29.573Z | Downloaded darling_core v0.20.9 |
854 | 2024-06-26T00:55:29.579Z | Downloaded static_assertions v1.1.0 |
855 | 2024-06-26T00:55:29.582Z | Downloaded indexmap v1.9.3 |
856 | 2024-06-26T00:55:29.585Z | Downloaded smf v0.2.3 |
857 | 2024-06-26T00:55:29.587Z | Downloaded mockall_derive v0.12.1 |
858 | 2024-06-26T00:55:29.590Z | Downloaded embedded-io v0.4.0 |
859 | 2024-06-26T00:55:29.593Z | Downloaded der v0.7.9 |
860 | 2024-06-26T00:55:29.596Z | Downloaded is_ci v1.2.0 |
861 | 2024-06-26T00:55:29.599Z | Downloaded postgres-protocol v0.6.6 |
862 | 2024-06-26T00:55:29.602Z | Downloaded unicode-xid v0.2.4 |
863 | 2024-06-26T00:55:29.602Z | Downloaded unicase v2.7.0 |
864 | 2024-06-26T00:55:29.604Z | Downloaded hash32 v0.3.1 |
865 | 2024-06-26T00:55:29.607Z | Downloaded stability v0.2.0 |
866 | 2024-06-26T00:55:29.607Z | Downloaded sqlparser_derive v0.2.2 |
867 | 2024-06-26T00:55:29.607Z | Downloaded ipnetwork v0.20.0 |
868 | 2024-06-26T00:55:29.618Z | Downloaded group v0.13.0 |
869 | 2024-06-26T00:55:29.621Z | Downloaded termtree v0.4.1 |
870 | 2024-06-26T00:55:29.624Z | Downloaded signature v1.6.4 |
871 | 2024-06-26T00:55:29.624Z | Downloaded stringprep v0.1.4 |
872 | 2024-06-26T00:55:29.627Z | Downloaded wyz v0.5.1 |
873 | 2024-06-26T00:55:29.629Z | Downloaded string_cache v0.8.7 |
874 | 2024-06-26T00:55:29.629Z | Downloaded zip v0.6.6 |
875 | 2024-06-26T00:55:29.633Z | Downloaded toml v0.5.11 |
876 | 2024-06-26T00:55:29.637Z | Downloaded tls_codec_derive v0.4.1 |
877 | 2024-06-26T00:55:29.639Z | Downloaded tls_codec v0.4.1 |
878 | 2024-06-26T00:55:29.642Z | Downloaded spin v0.9.8 |
879 | 2024-06-26T00:55:29.645Z | Downloaded sqlformat v0.2.3 |
880 | 2024-06-26T00:55:29.645Z | Downloaded trust-dns-server v0.22.1 |
881 | 2024-06-26T00:55:29.651Z | Downloaded rusty-fork v0.3.0 |
882 | 2024-06-26T00:55:29.654Z | Downloaded serde-big-array v0.5.1 |
883 | 2024-06-26T00:55:29.657Z | Downloaded hubpack_derive v0.1.1 |
884 | 2024-06-26T00:55:29.657Z | Downloaded lru-cache v0.1.2 |
885 | 2024-06-26T00:55:29.659Z | Downloaded inout v0.1.3 |
886 | 2024-06-26T00:55:29.659Z | Downloaded tokio-tungstenite v0.21.0 |
887 | 2024-06-26T00:55:29.662Z | Downloaded samael v0.0.15 |
888 | 2024-06-26T00:55:29.667Z | Downloaded lru v0.12.3 |
889 | 2024-06-26T00:55:29.670Z | Downloaded display-error-chain v0.2.0 |
890 | 2024-06-26T00:55:29.670Z | Downloaded slog-envlogger v2.2.0 |
891 | 2024-06-26T00:55:29.673Z | Downloaded serde_with_macros v3.8.1 |
892 | 2024-06-26T00:55:29.676Z | Downloaded waitgroup v0.1.2 |
893 | 2024-06-26T00:55:29.676Z | Downloaded tiny-keccak v2.0.2 |
894 | 2024-06-26T00:55:29.678Z | Downloaded shell-words v1.1.0 |
895 | 2024-06-26T00:55:29.681Z | Downloaded tui-tree-widget v0.19.0 |
896 | 2024-06-26T00:55:29.681Z | Downloaded zone_cfg_derive v0.1.2 |
897 | 2024-06-26T00:55:29.681Z | Downloaded tokio-rustls v0.24.1 |
898 | 2024-06-26T00:55:29.684Z | Downloaded slog-dtrace v0.3.0 |
899 | 2024-06-26T00:55:29.687Z | Downloaded serde_repr v0.1.19 |
900 | 2024-06-26T00:55:29.691Z | Downloaded zeroize_derive v1.4.2 |
901 | 2024-06-26T00:55:29.691Z | Downloaded downcast v0.11.0 |
902 | 2024-06-26T00:55:29.694Z | Downloaded serde-hex v0.1.0 |
903 | 2024-06-26T00:55:29.694Z | Downloaded zeroize v1.7.0 |
904 | 2024-06-26T00:55:29.694Z | Downloaded test-strategy v0.3.1 |
905 | 2024-06-26T00:55:29.699Z | Downloaded strip-ansi-escapes v0.2.0 |
906 | 2024-06-26T00:55:29.702Z | Downloaded matches v0.1.10 |
907 | 2024-06-26T00:55:29.705Z | Downloaded maybe-uninit v2.0.0 |
908 | 2024-06-26T00:55:29.705Z | Downloaded foreign-types-shared v0.3.1 |
909 | 2024-06-26T00:55:29.707Z | Downloaded rustc_version v0.1.7 |
910 | 2024-06-26T00:55:29.707Z | Downloaded flagset v0.4.5 |
911 | 2024-06-26T00:55:29.710Z | Downloaded serde_arrays v0.1.0 |
912 | 2024-06-26T00:55:29.713Z | Downloaded toml v0.7.8 |
913 | 2024-06-26T00:55:29.716Z | Downloaded hubpack v0.1.2 |
914 | 2024-06-26T00:55:29.719Z | Downloaded tabwriter v1.4.0 |
915 | 2024-06-26T00:55:29.719Z | Downloaded structmeta v0.3.0 |
916 | 2024-06-26T00:55:29.721Z | Downloaded subprocess v0.2.9 |
917 | 2024-06-26T00:55:29.724Z | Downloaded serde_path_to_error v0.1.16 |
918 | 2024-06-26T00:55:29.727Z | Downloaded rayon-core v1.12.1 |
919 | 2024-06-26T00:55:29.729Z | Downloaded schemars_derive v0.8.21 |
920 | 2024-06-26T00:55:29.732Z | Downloaded prettyplease v0.2.20 |
921 | 2024-06-26T00:55:29.735Z | Downloaded siphasher v0.3.11 |
922 | 2024-06-26T00:55:29.735Z | Downloaded termios v0.3.3 |
923 | 2024-06-26T00:55:29.738Z | Downloaded rcgen v0.12.1 |
924 | 2024-06-26T00:55:29.741Z | Downloaded wait-timeout v0.2.0 |
925 | 2024-06-26T00:55:29.743Z | Downloaded textwrap v0.16.1 |
926 | 2024-06-26T00:55:29.746Z | Downloaded publicsuffix v2.2.3 |
927 | 2024-06-26T00:55:29.749Z | Downloaded diesel_derives v2.1.4 |
928 | 2024-06-26T00:55:29.751Z | Downloaded aho-corasick v1.1.3 |
929 | 2024-06-26T00:55:29.757Z | Downloaded serde-big-array v0.4.1 |
930 | 2024-06-26T00:55:29.760Z | Downloaded tap v1.0.1 |
931 | 2024-06-26T00:55:29.760Z | Downloaded maplit v1.0.2 |
932 | 2024-06-26T00:55:29.763Z | Downloaded linear-map v1.2.0 |
933 | 2024-06-26T00:55:29.763Z | Downloaded half v2.4.1 |
934 | 2024-06-26T00:55:29.765Z | Downloaded subtle v2.5.0 |
935 | 2024-06-26T00:55:29.768Z | Downloaded structmeta-derive v0.3.0 |
936 | 2024-06-26T00:55:29.768Z | Downloaded indoc v2.0.5 |
937 | 2024-06-26T00:55:29.771Z | Downloaded smawk v0.3.2 |
938 | 2024-06-26T00:55:29.773Z | Downloaded slog-scope v4.4.0 |
939 | 2024-06-26T00:55:29.773Z | Downloaded lalrpop-util v0.19.12 |
940 | 2024-06-26T00:55:29.776Z | Downloaded keccak v0.1.5 |
941 | 2024-06-26T00:55:29.776Z | Downloaded schemars v0.8.21 |
942 | 2024-06-26T00:55:29.787Z | Downloaded rpassword v7.3.1 |
943 | 2024-06-26T00:55:29.790Z | Downloaded universal-hash v0.5.1 |
944 | 2024-06-26T00:55:29.790Z | Downloaded thiserror-impl-no-std v2.0.2 |
945 | 2024-06-26T00:55:29.793Z | Downloaded termcolor v1.4.1 |
946 | 2024-06-26T00:55:29.793Z | Downloaded glob v0.3.1 |
947 | 2024-06-26T00:55:29.796Z | Downloaded unicode-segmentation v1.11.0 |
948 | 2024-06-26T00:55:29.799Z | Downloaded typed-path v0.7.1 |
949 | 2024-06-26T00:55:29.805Z | Downloaded tempfile v3.10.1 |
950 | 2024-06-26T00:55:29.809Z | Downloaded secrecy v0.8.0 |
951 | 2024-06-26T00:55:29.812Z | Downloaded enum-as-inner v0.5.1 |
952 | 2024-06-26T00:55:29.814Z | Downloaded rustc-demangle v0.1.24 |
953 | 2024-06-26T00:55:29.817Z | Downloaded env_logger v0.9.3 |
954 | 2024-06-26T00:55:29.822Z | Downloaded rand v0.8.5 |
955 | 2024-06-26T00:55:29.825Z | Downloaded spki v0.7.3 |
956 | 2024-06-26T00:55:29.825Z | Downloaded multer v3.1.0 |
957 | 2024-06-26T00:55:29.828Z | Downloaded tungstenite v0.20.1 |
958 | 2024-06-26T00:55:29.831Z | Downloaded signature v2.2.0 |
959 | 2024-06-26T00:55:29.834Z | Downloaded supports-color v3.0.0 |
960 | 2024-06-26T00:55:29.837Z | Downloaded num-bigint v0.4.5 |
961 | 2024-06-26T00:55:29.845Z | Downloaded similar v2.5.0 |
962 | 2024-06-26T00:55:29.845Z | Downloaded slog-stdlog v4.1.1 |
963 | 2024-06-26T00:55:29.850Z | Downloaded rustc_version v0.4.0 |
964 | 2024-06-26T00:55:29.850Z | Downloaded env_logger v0.10.2 |
965 | 2024-06-26T00:55:29.853Z | Downloaded getrandom v0.2.14 |
966 | 2024-06-26T00:55:29.855Z | Downloaded salty v0.2.0 |
967 | 2024-06-26T00:55:29.860Z | Downloaded snafu v0.8.2 |
968 | 2024-06-26T00:55:29.866Z | Downloaded heapless v0.8.0 |
969 | 2024-06-26T00:55:29.871Z | Downloaded structmeta v0.2.0 |
970 | 2024-06-26T00:55:29.873Z | Downloaded uuid v1.8.0 |
971 | 2024-06-26T00:55:29.876Z | Downloaded diff v0.1.13 |
972 | 2024-06-26T00:55:29.878Z | Downloaded rsa v0.9.6 |
973 | 2024-06-26T00:55:29.883Z | Downloaded ron v0.7.1 |
974 | 2024-06-26T00:55:29.888Z | Downloaded trust-dns-resolver v0.22.0 |
975 | 2024-06-26T00:55:29.893Z | Downloaded nom v7.1.3 |
976 | 2024-06-26T00:55:29.899Z | Downloaded indicatif v0.17.8 |
977 | 2024-06-26T00:55:29.903Z | Downloaded tracing-attributes v0.1.27 |
978 | 2024-06-26T00:55:29.906Z | Downloaded expectorate v1.1.0 |
979 | 2024-06-26T00:55:29.909Z | Downloaded blake3 v1.5.1 |
980 | 2024-06-26T00:55:29.917Z | Downloaded signal-hook v0.3.17 |
981 | 2024-06-26T00:55:29.919Z | Downloaded sec1 v0.7.3 |
982 | 2024-06-26T00:55:29.922Z | Downloaded heapless v0.7.17 |
983 | 2024-06-26T00:55:29.925Z | Downloaded libxml v0.3.3 |
984 | 2024-06-26T00:55:29.933Z | Downloaded trust-dns-client v0.22.0 |
985 | 2024-06-26T00:55:29.938Z | Downloaded serde_with v3.8.1 |
986 | 2024-06-26T00:55:29.946Z | Downloaded bindgen v0.69.4 |
987 | 2024-06-26T00:55:29.953Z | Downloaded unsafe-libyaml v0.2.11 |
988 | 2024-06-26T00:55:29.956Z | Downloaded rustls-webpki v0.101.7 |
989 | 2024-06-26T00:55:29.970Z | Downloaded http v1.1.0 |
990 | 2024-06-26T00:55:29.974Z | Downloaded chrono v0.4.38 |
991 | 2024-06-26T00:55:29.981Z | Downloaded headers v0.3.9 |
992 | 2024-06-26T00:55:29.986Z | Downloaded rustyline v14.0.0 |
993 | 2024-06-26T00:55:29.991Z | Downloaded elliptic-curve v0.13.8 |
994 | 2024-06-26T00:55:29.997Z | Downloaded reedline v0.31.0 |
995 | 2024-06-26T00:55:30.003Z | Downloaded sqlparser v0.45.0 |
996 | 2024-06-26T00:55:30.008Z | Downloaded portable-atomic v1.6.0 |
997 | 2024-06-26T00:55:30.014Z | Downloaded hashbrown v0.12.3 |
998 | 2024-06-26T00:55:30.018Z | Downloaded ron v0.8.1 |
999 | 2024-06-26T00:55:30.023Z | Downloaded x509-cert v0.2.5 |
1000 | 2024-06-26T00:55:30.029Z | Downloaded tokio-postgres v0.7.10 |
1001 | 2024-06-26T00:55:30.034Z | Downloaded idna v0.3.0 |
1002 | 2024-06-26T00:55:30.040Z | Downloaded curve25519-dalek v4.1.3 |
1003 | 2024-06-26T00:55:30.049Z | Downloaded itertools v0.10.5 |
1004 | 2024-06-26T00:55:30.055Z | Downloaded quick-xml v0.31.0 |
1005 | 2024-06-26T00:55:30.061Z | Downloaded hkdf v0.12.4 |
1006 | 2024-06-26T00:55:30.064Z | Downloaded tough v0.17.1 |
1007 | 2024-06-26T00:55:30.070Z | Downloaded webpki-roots v0.25.4 |
1008 | 2024-06-26T00:55:30.074Z | Downloaded rayon v1.10.0 |
1009 | 2024-06-26T00:55:30.083Z | Downloaded bstr v0.2.17 |
1010 | 2024-06-26T00:55:30.092Z | Downloaded hashbrown v0.13.2 |
1011 | 2024-06-26T00:55:30.096Z | Downloaded proptest v1.4.0 |
1012 | 2024-06-26T00:55:30.105Z | Downloaded rustls v0.21.12 |
1013 | 2024-06-26T00:55:30.116Z | Downloaded gimli v0.28.1 |
1014 | 2024-06-26T00:55:30.124Z | Downloaded smoltcp v0.9.1 |
1015 | 2024-06-26T00:55:30.134Z | Downloaded rustls v0.22.4 |
1016 | 2024-06-26T00:55:30.147Z | Downloaded smoltcp v0.11.0 |
1017 | 2024-06-26T00:55:30.160Z | Downloaded trust-dns-proto v0.22.0 |
1018 | 2024-06-26T00:55:30.172Z | Downloaded libm v0.2.8 |
1019 | 2024-06-26T00:55:30.179Z | Downloaded itertools v0.12.1 |
1020 | 2024-06-26T00:55:30.186Z | Downloaded bstr v1.9.1 |
1021 | 2024-06-26T00:55:30.195Z | Downloaded rustls-webpki v0.102.4 |
1022 | 2024-06-26T00:55:30.215Z | Downloaded zerocopy-derive v0.6.6 |
1023 | 2024-06-26T00:55:30.222Z | Downloaded object v0.32.2 |
1024 | 2024-06-26T00:55:30.232Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1025 | 2024-06-26T00:55:30.244Z | Downloaded radix_trie v0.2.1 |
1026 | 2024-06-26T00:55:30.249Z | Downloaded finl_unicode v1.2.0 |
1027 | 2024-06-26T00:55:30.261Z | Downloaded sha3 v0.10.8 |
1028 | 2024-06-26T00:55:30.265Z | Downloaded idna v0.2.3 |
1029 | 2024-06-26T00:55:30.271Z | Downloaded diesel v2.1.6 |
1030 | 2024-06-26T00:55:30.287Z | Downloaded nix v0.28.0 |
1031 | 2024-06-26T00:55:30.298Z | Downloaded regress v0.9.1 |
1032 | 2024-06-26T00:55:30.306Z | Downloaded regex-syntax v0.8.3 |
1033 | 2024-06-26T00:55:30.313Z | Downloaded regex-syntax v0.6.29 |
1034 | 2024-06-26T00:55:30.320Z | Downloaded openapiv3 v2.0.0 |
1035 | 2024-06-26T00:55:30.331Z | Downloaded csv v1.3.0 |
1036 | 2024-06-26T00:55:30.349Z | Downloaded nix v0.27.1 |
1037 | 2024-06-26T00:55:30.359Z | Downloaded ratatui v0.26.2 |
1038 | 2024-06-26T00:55:30.376Z | Downloaded polar-core v0.27.3 |
1039 | 2024-06-26T00:55:30.383Z | Downloaded sled v0.34.7 |
1040 | 2024-06-26T00:55:30.393Z | Downloaded regex v1.10.4 |
1041 | 2024-06-26T00:55:30.405Z | Downloaded lalrpop v0.19.12 |
1042 | 2024-06-26T00:55:30.415Z | Downloaded regex-automata v0.4.6 |
1043 | 2024-06-26T00:55:30.431Z | Downloaded object v0.30.4 |
1044 | 2024-06-26T00:55:30.439Z | Downloaded winnow v0.5.40 |
1045 | 2024-06-26T00:55:30.447Z | Downloaded petgraph v0.6.5 |
1046 | 2024-06-26T00:55:30.463Z | Downloaded toml_edit v0.19.15 |
1047 | 2024-06-26T00:55:30.478Z | Downloaded steno v0.4.0 |
1048 | 2024-06-26T00:55:30.482Z | Downloaded bitvec v1.0.1 |
1049 | 2024-06-26T00:55:30.496Z | Downloaded regex-automata v0.1.10 |
1050 | 2024-06-26T00:55:30.500Z | Downloaded num-bigint-dig v0.8.4 |
1051 | 2024-06-26T00:55:30.505Z | Downloaded sct v0.7.1 |
1052 | 2024-06-26T00:55:30.508Z | Downloaded globset v0.4.14 |
1053 | 2024-06-26T00:55:30.510Z | Downloaded libloading v0.8.3 |
1054 | 2024-06-26T00:55:30.513Z | Downloaded headers-core v0.2.0 |
1055 | 2024-06-26T00:55:30.513Z | Downloaded untrusted v0.9.0 |
1056 | 2024-06-26T00:55:30.513Z | Downloaded untrusted v0.7.1 |
1057 | 2024-06-26T00:55:30.516Z | Downloaded dyn-clone v1.0.17 |
1058 | 2024-06-26T00:55:30.516Z | Downloaded vsss-rs v3.3.4 |
1059 | 2024-06-26T00:55:30.521Z | Downloaded signal-hook-mio v0.2.3 |
1060 | 2024-06-26T00:55:30.521Z | Downloaded rustc-hash v1.1.0 |
1061 | 2024-06-26T00:55:30.521Z | Downloaded structmeta-derive v0.2.0 |
1062 | 2024-06-26T00:55:30.524Z | Downloaded zerocopy v0.6.6 |
1063 | 2024-06-26T00:55:30.524Z | Downloaded hyper-staticfile v0.9.5 |
1064 | 2024-06-26T00:55:30.524Z | Downloaded hyper-rustls v0.24.2 |
1065 | 2024-06-26T00:55:30.527Z | Downloaded tokio-rustls v0.25.0 |
1066 | 2024-06-26T00:55:30.530Z | Downloaded heck v0.3.3 |
1067 | 2024-06-26T00:55:30.530Z | Downloaded walkdir v2.5.0 |
1068 | 2024-06-26T00:55:30.533Z | Downloaded uzers v0.11.3 |
1069 | 2024-06-26T00:55:30.533Z | Downloaded tokio-stream v0.1.15 |
1070 | 2024-06-26T00:55:30.536Z | Downloaded serde_yaml v0.9.34+deprecated |
1071 | 2024-06-26T00:55:30.538Z | Downloaded crossterm v0.27.0 |
1072 | 2024-06-26T00:55:30.544Z | Downloaded stable_deref_trait v1.2.0 |
1073 | 2024-06-26T00:55:30.547Z | Downloaded smallvec v0.6.14 |
1074 | 2024-06-26T00:55:30.547Z | Downloaded tokio-tungstenite v0.20.1 |
1075 | 2024-06-26T00:55:30.550Z | Downloaded indoc v1.0.9 |
1076 | 2024-06-26T00:55:30.552Z | Downloaded serde_derive_internals v0.29.1 |
1077 | 2024-06-26T00:55:30.552Z | Downloaded difflib v0.4.0 |
1078 | 2024-06-26T00:55:30.552Z | Downloaded fatfs v0.3.6 |
1079 | 2024-06-26T00:55:30.555Z | Downloaded libsw v3.3.1 |
1080 | 2024-06-26T00:55:30.558Z | Downloaded md-5 v0.10.6 |
1081 | 2024-06-26T00:55:30.558Z | Downloaded vte v0.11.1 |
1082 | 2024-06-26T00:55:30.560Z | Downloaded flume v0.11.0 |
1083 | 2024-06-26T00:55:30.563Z | Downloaded minimal-lexical v0.2.1 |
1084 | 2024-06-26T00:55:30.567Z | Downloaded fixedbitset v0.4.2 |
1085 | 2024-06-26T00:55:30.569Z | Downloaded rtoolbox v0.0.2 |
1086 | 2024-06-26T00:55:30.570Z | Downloaded tungstenite v0.21.0 |
1087 | 2024-06-26T00:55:30.572Z | Downloaded unicode_categories v0.1.1 |
1088 | 2024-06-26T00:55:30.575Z | Downloaded semver v0.1.20 |
1089 | 2024-06-26T00:55:30.575Z | Downloaded linked-hash-map v0.5.6 |
1090 | 2024-06-26T00:55:30.578Z | Downloaded humantime v2.1.0 |
1091 | 2024-06-26T00:55:30.578Z | Downloaded http-range v0.1.5 |
1092 | 2024-06-26T00:55:30.578Z | Downloaded either v1.12.0 |
1093 | 2024-06-26T00:55:30.581Z | Downloaded shlex v1.3.0 |
1094 | 2024-06-26T00:55:30.581Z | Downloaded memmap2 v0.9.4 |
1095 | 2024-06-26T00:55:30.584Z | Downloaded iana-time-zone v0.1.60 |
1096 | 2024-06-26T00:55:30.584Z | Downloaded socket2 v0.4.10 |
1097 | 2024-06-26T00:55:30.587Z | Downloaded pkcs8 v0.10.2 |
1098 | 2024-06-26T00:55:30.590Z | Downloaded chacha20poly1305 v0.10.1 |
1099 | 2024-06-26T00:55:30.590Z | Downloaded libefi-sys v0.1.0 |
1100 | 2024-06-26T00:55:30.593Z | Downloaded lazycell v1.3.0 |
1101 | 2024-06-26T00:55:30.593Z | Downloaded yasna v0.5.2 |
1102 | 2024-06-26T00:55:30.593Z | Downloaded hash32 v0.2.1 |
1103 | 2024-06-26T00:55:30.595Z | Downloaded fragile v2.0.0 |
1104 | 2024-06-26T00:55:30.595Z | Downloaded ff v0.13.0 |
1105 | 2024-06-26T00:55:30.598Z | Downloaded whoami v1.5.1 |
1106 | 2024-06-26T00:55:30.598Z | Downloaded fd-lock v4.0.2 |
1107 | 2024-06-26T00:55:30.601Z | Downloaded signal-hook-tokio v0.3.1 |
1108 | 2024-06-26T00:55:30.601Z | Downloaded rustfmt-wrapper v0.2.1 |
1109 | 2024-06-26T00:55:30.604Z | Downloaded hmac v0.12.1 |
1110 | 2024-06-26T00:55:30.604Z | Downloaded postcard v1.0.8 |
1111 | 2024-06-26T00:55:30.607Z | Downloaded pin-project v1.1.5 |
1112 | 2024-06-26T00:55:30.616Z | Downloaded oso v0.27.3 |
1113 | 2024-06-26T00:55:30.619Z | Downloaded base64 v0.13.1 |
1114 | 2024-06-26T00:55:30.622Z | Downloaded snafu-derive v0.8.2 |
1115 | 2024-06-26T00:55:30.625Z | Downloaded foreign-types v0.5.0 |
1116 | 2024-06-26T00:55:30.625Z | Downloaded same-file v1.0.6 |
1117 | 2024-06-26T00:55:30.625Z | Downloaded managed v0.8.0 |
1118 | 2024-06-26T00:55:30.628Z | Downloaded parking_lot v0.11.2 |
1119 | 2024-06-26T00:55:30.628Z | Downloaded packed_struct v0.10.1 |
1120 | 2024-06-26T00:55:30.631Z | Downloaded pem-rfc7468 v0.7.0 |
1121 | 2024-06-26T00:55:30.633Z | Downloaded parking_lot_core v0.8.6 |
1122 | 2024-06-26T00:55:30.633Z | Downloaded crypto-bigint v0.5.5 |
1123 | 2024-06-26T00:55:30.639Z | Downloaded const_format v0.2.32 |
1124 | 2024-06-26T00:55:30.643Z | Downloaded base64 v0.22.1 |
1125 | 2024-06-26T00:55:30.646Z | Downloaded allocator-api2 v0.2.18 |
1126 | 2024-06-26T00:55:30.648Z | Downloaded crc-any v2.5.0 |
1127 | 2024-06-26T00:55:30.653Z | Downloaded cookie v0.18.1 |
1128 | 2024-06-26T00:55:30.656Z | Downloaded owo-colors v4.0.0 |
1129 | 2024-06-26T00:55:30.656Z | Downloaded derive-where v1.2.7 |
1130 | 2024-06-26T00:55:30.659Z | Downloaded compact_str v0.7.1 |
1131 | 2024-06-26T00:55:30.662Z | Downloaded quick-error v1.2.3 |
1132 | 2024-06-26T00:55:30.662Z | Downloaded predicates-tree v1.0.9 |
1133 | 2024-06-26T00:55:30.665Z | Downloaded parse-size v1.0.0 |
1134 | 2024-06-26T00:55:30.665Z | Downloaded hostname v0.4.0 |
1135 | 2024-06-26T00:55:30.665Z | Downloaded home v0.5.9 |
1136 | 2024-06-26T00:55:30.668Z | Downloaded getopts v0.2.21 |
1137 | 2024-06-26T00:55:30.668Z | Downloaded gethostname v0.4.3 |
1138 | 2024-06-26T00:55:30.668Z | Downloaded ed25519 v1.5.3 |
1139 | 2024-06-26T00:55:30.671Z | Downloaded bcs v0.1.6 |
1140 | 2024-06-26T00:55:30.673Z | Downloaded utf-8 v0.7.6 |
1141 | 2024-06-26T00:55:30.673Z | Downloaded peg v0.8.3 |
1142 | 2024-06-26T00:55:30.676Z | Downloaded console v0.15.8 |
1143 | 2024-06-26T00:55:30.679Z | Downloaded castaway v0.2.2 |
1144 | 2024-06-26T00:55:30.681Z | Downloaded topological-sort v0.2.2 |
1145 | 2024-06-26T00:55:30.681Z | Downloaded num-complex v0.4.6 |
1146 | 2024-06-26T00:55:30.684Z | Downloaded cookie_store v0.20.0 |
1147 | 2024-06-26T00:55:30.684Z | Downloaded omicron-zone-package v0.11.0 |
1148 | 2024-06-26T00:55:30.687Z | Downloaded num-traits v0.2.19 |
1149 | 2024-06-26T00:55:30.690Z | Downloaded ciborium v0.2.2 |
1150 | 2024-06-26T00:55:30.692Z | Downloaded cancel-safe-futures v0.1.5 |
1151 | 2024-06-26T00:55:30.695Z | Downloaded phf v0.11.2 |
1152 | 2024-06-26T00:55:30.695Z | Downloaded num_enum v0.5.11 |
1153 | 2024-06-26T00:55:30.699Z | Downloaded derive_more v0.99.17 |
1154 | 2024-06-26T00:55:30.703Z | Downloaded data-encoding v2.6.0 |
1155 | 2024-06-26T00:55:30.706Z | Downloaded crossbeam-epoch v0.9.18 |
1156 | 2024-06-26T00:55:30.709Z | Downloaded const-oid v0.9.6 |
1157 | 2024-06-26T00:55:30.709Z | Downloaded async-trait v0.1.80 |
1158 | 2024-06-26T00:55:30.712Z | Downloaded ascii-canvas v3.0.0 |
1159 | 2024-06-26T00:55:30.715Z | Downloaded curve25519-dalek-derive v0.1.1 |
1160 | 2024-06-26T00:55:30.715Z | Downloaded nanorand v0.7.0 |
1161 | 2024-06-26T00:55:30.718Z | Downloaded defmt-parser v0.3.4 |
1162 | 2024-06-26T00:55:30.718Z | Downloaded crossbeam-deque v0.8.5 |
1163 | 2024-06-26T00:55:30.718Z | Downloaded ciborium-ll v0.2.2 |
1164 | 2024-06-26T00:55:30.721Z | Downloaded backtrace v0.3.71 |
1165 | 2024-06-26T00:55:30.724Z | Downloaded ascii v1.1.0 |
1166 | 2024-06-26T00:55:30.726Z | Downloaded arrayvec v0.7.4 |
1167 | 2024-06-26T00:55:30.729Z | Downloaded base16ct v0.2.0 |
1168 | 2024-06-26T00:55:30.729Z | Downloaded cassowary v0.3.0 |
1169 | 2024-06-26T00:55:30.732Z | Downloaded block-padding v0.3.3 |
1170 | 2024-06-26T00:55:30.732Z | Downloaded chacha20 v0.9.1 |
1171 | 2024-06-26T00:55:30.734Z | Downloaded bit-vec v0.6.3 |
1172 | 2024-06-26T00:55:30.734Z | Downloaded arrayref v0.3.7 |
1173 | 2024-06-26T00:55:30.734Z | Downloaded num-iter v0.1.45 |
1174 | 2024-06-26T00:55:30.737Z | Downloaded newtype_derive v0.1.6 |
1175 | 2024-06-26T00:55:30.737Z | Downloaded crc-catalog v2.4.0 |
1176 | 2024-06-26T00:55:31.009Z | Downloaded ring v0.17.8 |
1177 | 2024-06-26T00:55:31.129Z | Downloaded ring v0.16.20 |
1178 | 2024-06-26T00:55:31.344Z | Compiling proc-macro2 v1.0.86 |
1179 | 2024-06-26T00:55:31.344Z | Compiling unicode-ident v1.0.12 |
1180 | 2024-06-26T00:55:31.347Z | Compiling libc v0.2.155 |
1181 | 2024-06-26T00:55:31.347Z | Compiling serde v1.0.203 |
1182 | 2024-06-26T00:55:31.347Z | Compiling autocfg v1.3.0 |
1183 | 2024-06-26T00:55:31.347Z | Compiling version_check v0.9.4 |
1184 | 2024-06-26T00:55:31.347Z | Compiling cfg-if v1.0.0 |
1185 | 2024-06-26T00:55:31.621Z | Compiling cc v1.0.97 |
1186 | 2024-06-26T00:55:31.641Z | Compiling parking_lot_core v0.9.10 |
1187 | 2024-06-26T00:55:31.667Z | Compiling libm v0.2.8 |
1188 | 2024-06-26T00:55:32.090Z | Compiling serde_json v1.0.117 |
1189 | 2024-06-26T00:55:32.143Z | Compiling ahash v0.8.11 |
1190 | 2024-06-26T00:55:32.181Z | Compiling memchr v2.7.2 |
1191 | 2024-06-26T00:55:32.219Z | Compiling lock_api v0.4.12 |
1192 | 2024-06-26T00:55:32.381Z | Compiling num-traits v0.2.19 |
1193 | 2024-06-26T00:55:32.501Z | Compiling typenum v1.17.0 |
1194 | 2024-06-26T00:55:32.524Z | Compiling once_cell v1.19.0 |
1195 | 2024-06-26T00:55:32.727Z | Compiling generic-array v0.14.7 |
1196 | 2024-06-26T00:55:33.025Z | Compiling byteorder v1.5.0 |
1197 | 2024-06-26T00:55:33.123Z | Compiling quote v1.0.36 |
1198 | 2024-06-26T00:55:33.628Z | Compiling syn v2.0.68 |
1199 | 2024-06-26T00:55:33.675Z | Compiling getrandom v0.2.14 |
1200 | 2024-06-26T00:55:34.008Z | Compiling log v0.4.21 |
1201 | 2024-06-26T00:55:34.114Z | Compiling itoa v1.0.11 |
1202 | 2024-06-26T00:55:34.432Z | Compiling thiserror v1.0.60 |
1203 | 2024-06-26T00:55:34.539Z | Compiling scopeguard v1.2.0 |
1204 | 2024-06-26T00:55:34.669Z | Compiling slab v0.4.9 |
1205 | 2024-06-26T00:55:34.706Z | Compiling pkg-config v0.3.30 |
1206 | 2024-06-26T00:55:34.874Z | Compiling ring v0.17.8 |
1207 | 2024-06-26T00:55:34.940Z | Compiling smallvec v1.13.2 |
1208 | 2024-06-26T00:55:35.112Z | Compiling ryu v1.0.18 |
1209 | 2024-06-26T00:55:35.257Z | Compiling semver v1.0.23 |
1210 | 2024-06-26T00:55:35.688Z | Compiling pin-project-lite v0.2.14 |
1211 | 2024-06-26T00:55:35.754Z | Compiling vcpkg v0.2.15 |
1212 | 2024-06-26T00:55:36.120Z | Compiling allocator-api2 v0.2.18 |
1213 | 2024-06-26T00:55:36.270Z | Compiling rand_core v0.6.4 |
1214 | 2024-06-26T00:55:36.912Z | Compiling parking_lot v0.12.2 |
1215 | 2024-06-26T00:55:37.408Z | Compiling schemars v0.8.21 |
1216 | 2024-06-26T00:55:37.604Z | Compiling signal-hook-registry v1.4.2 |
1217 | 2024-06-26T00:55:37.704Z | Compiling openssl-sys v0.9.102 |
1218 | 2024-06-26T00:55:37.876Z | Compiling time-core v0.1.2 |
1219 | 2024-06-26T00:55:38.160Z | Compiling num-conv v0.1.0 |
1220 | 2024-06-26T00:55:38.695Z | Compiling time-macros v0.2.18 |
1221 | 2024-06-26T00:55:38.864Z | Compiling mio v0.8.11 |
1222 | 2024-06-26T00:55:39.550Z | Compiling httparse v1.8.0 |
1223 | 2024-06-26T00:55:39.722Z | Compiling rustix v0.38.34 |
1224 | 2024-06-26T00:55:39.795Z | Compiling futures-core v0.3.30 |
1225 | 2024-06-26T00:55:40.584Z | Compiling num_cpus v1.16.0 |
1226 | 2024-06-26T00:55:40.736Z | Compiling socket2 v0.5.7 |
1227 | 2024-06-26T00:55:40.890Z | Compiling openssl v0.10.64 |
1228 | 2024-06-26T00:55:40.998Z | Compiling equivalent v1.0.1 |
1229 | 2024-06-26T00:55:41.116Z | Compiling fnv v1.0.7 |
1230 | 2024-06-26T00:55:41.259Z | Compiling const-oid v0.9.6 |
1231 | 2024-06-26T00:55:41.387Z | Compiling subtle v2.5.0 |
1232 | 2024-06-26T00:55:41.407Z | Compiling spin v0.9.8 |
1233 | 2024-06-26T00:55:41.651Z | Compiling serde_derive_internals v0.29.1 |
1234 | 2024-06-26T00:55:41.905Z | Compiling syn v1.0.109 |
1235 | 2024-06-26T00:55:41.965Z | Compiling heck v0.5.0 |
1236 | 2024-06-26T00:55:41.968Z | Compiling rustls v0.21.12 |
1237 | 2024-06-26T00:55:42.315Z | Compiling native-tls v0.2.11 |
1238 | 2024-06-26T00:55:42.457Z | Compiling iana-time-zone v0.1.60 |
1239 | 2024-06-26T00:55:42.487Z | Compiling tinyvec_macros v0.1.1 |
1240 | 2024-06-26T00:55:42.580Z | Compiling tinyvec v1.6.0 |
1241 | 2024-06-26T00:55:42.876Z | Compiling futures-sink v0.3.30 |
1242 | 2024-06-26T00:55:42.926Z | Compiling crossbeam-utils v0.8.19 |
1243 | 2024-06-26T00:55:43.735Z | Compiling cookie v0.17.0 |
1244 | 2024-06-26T00:55:44.077Z | Compiling ucd-trie v0.1.6 |
1245 | 2024-06-26T00:55:44.166Z | Compiling unicode-normalization v0.1.23 |
1246 | 2024-06-26T00:55:44.698Z | Compiling futures-channel v0.3.30 |
1247 | 2024-06-26T00:55:45.064Z | Compiling unicode-bidi v0.3.15 |
1248 | 2024-06-26T00:55:45.305Z | Compiling dyn-clone v1.0.17 |
1249 | 2024-06-26T00:55:45.541Z | Compiling futures-task v0.3.30 |
1250 | 2024-06-26T00:55:45.812Z | Compiling slog v2.7.0 |
1251 | 2024-06-26T00:55:45.854Z | Compiling pin-utils v0.1.0 |
1252 | 2024-06-26T00:55:45.958Z | Compiling futures-io v0.3.30 |
1253 | 2024-06-26T00:55:46.321Z | Compiling untrusted v0.9.0 |
1254 | 2024-06-26T00:55:46.410Z | Compiling heck v0.4.1 |
1255 | 2024-06-26T00:55:46.792Z | Compiling aho-corasick v1.1.3 |
1256 | 2024-06-26T00:55:46.923Z | Compiling powerfmt v0.2.0 |
1257 | 2024-06-26T00:55:47.003Z | Compiling crc32fast v1.4.0 |
1258 | 2024-06-26T00:55:47.480Z | Compiling regex-syntax v0.8.3 |
1259 | 2024-06-26T00:55:47.666Z | Compiling deranged v0.3.11 |
1260 | 2024-06-26T00:55:47.731Z | Compiling serde_derive v1.0.203 |
1261 | 2024-06-26T00:55:47.919Z | Compiling zerocopy-derive v0.7.34 |
1262 | 2024-06-26T00:55:48.887Z | Compiling zeroize_derive v1.4.2 |
1263 | 2024-06-26T00:55:50.082Z | Compiling tokio-macros v2.2.0 |
1264 | 2024-06-26T00:55:50.345Z | Compiling thiserror-impl v1.0.60 |
1265 | 2024-06-26T00:55:50.616Z | Compiling zerocopy v0.7.34 |
1266 | 2024-06-26T00:55:51.566Z | Compiling futures-macro v0.3.30 |
1267 | 2024-06-26T00:55:51.781Z | Compiling zeroize v1.7.0 |
1268 | 2024-06-26T00:55:53.324Z | Compiling hashbrown v0.14.5 |
1269 | 2024-06-26T00:55:53.734Z | Compiling schemars_derive v0.8.21 |
1270 | 2024-06-26T00:55:53.877Z | Compiling tracing-attributes v0.1.27 |
1271 | 2024-06-26T00:55:55.578Z | Compiling openssl-macros v0.1.1 |
1272 | 2024-06-26T00:55:56.349Z | Compiling der_derive v0.7.2 |
1273 | 2024-06-26T00:55:56.633Z | Compiling scroll_derive v0.12.0 |
1274 | 2024-06-26T00:55:56.852Z | Compiling pest v2.7.10 |
1275 | 2024-06-26T00:55:56.909Z | Compiling crypto-common v0.1.6 |
1276 | 2024-06-26T00:55:57.245Z | Compiling futures-util v0.3.30 |
1277 | 2024-06-26T00:55:57.895Z | Compiling block-buffer v0.10.4 |
1278 | 2024-06-26T00:55:58.251Z | Compiling digest v0.10.7 |
1279 | 2024-06-26T00:55:58.781Z | Compiling regex-automata v0.4.6 |
1280 | 2024-06-26T00:55:58.819Z | Compiling usdt-impl v0.5.0 |
1281 | 2024-06-26T00:55:59.551Z | Compiling pest_meta v2.7.10 |
1282 | 2024-06-26T00:56:00.242Z | Compiling percent-encoding v2.3.1 |
1283 | 2024-06-26T00:56:00.772Z | Compiling num_threads v0.1.7 |
1284 | 2024-06-26T00:56:00.919Z | Compiling pest_generator v2.7.10 |
1285 | 2024-06-26T00:56:03.035Z | Compiling bytes v1.6.0 |
1286 | 2024-06-26T00:56:04.472Z | Compiling bitflags v2.5.0 |
1287 | 2024-06-26T00:56:05.235Z | Compiling tokio v1.37.0 |
1288 | 2024-06-26T00:56:05.447Z | Compiling uuid v1.8.0 |
1289 | 2024-06-26T00:56:05.604Z | Compiling indexmap v2.2.6 |
1290 | 2024-06-26T00:56:06.288Z | Compiling serde_tokenstream v0.2.0 |
1291 | 2024-06-26T00:56:06.331Z | Compiling chrono v0.4.38 |
1292 | 2024-06-26T00:56:07.671Z | Compiling http v0.2.12 |
1293 | 2024-06-26T00:56:10.276Z | Compiling rustc_version v0.4.0 |
1294 | 2024-06-26T00:56:10.333Z | Compiling pest_derive v2.7.10 |
1295 | 2024-06-26T00:56:11.014Z | Compiling heapless v0.7.17 |
1296 | 2024-06-26T00:56:11.348Z | Compiling time v0.3.36 |
1297 | 2024-06-26T00:56:12.100Z | Compiling scroll v0.12.0 |
1298 | 2024-06-26T00:56:12.366Z | Compiling zerocopy-derive v0.6.6 |
1299 | 2024-06-26T00:56:13.409Z | Compiling tracing-core v0.1.32 |
1300 | 2024-06-26T00:56:14.614Z | Compiling backtrace v0.3.71 |
1301 | 2024-06-26T00:56:15.092Z | Compiling errno v0.3.9 |
1302 | 2024-06-26T00:56:15.366Z | Compiling ppv-lite86 v0.2.17 |
1303 | 2024-06-26T00:56:15.938Z | Compiling signal-hook v0.3.17 |
1304 | 2024-06-26T00:56:16.226Z | Compiling base64 v0.21.7 |
1305 | 2024-06-26T00:56:16.590Z | Compiling plain v0.2.3 |
1306 | 2024-06-26T00:56:16.750Z | Compiling goblin v0.8.2 |
1307 | 2024-06-26T00:56:16.936Z | Compiling rand_chacha v0.3.1 |
1308 | 2024-06-26T00:56:17.395Z | Compiling tokio-util v0.7.11 |
1309 | 2024-06-26T00:56:18.073Z | Compiling tracing v0.1.40 |
1310 | 2024-06-26T00:56:18.702Z | Compiling regex v1.10.4 |
1311 | 2024-06-26T00:56:19.001Z | Compiling async-trait v0.1.80 |
1312 | 2024-06-26T00:56:19.747Z | Compiling strsim v0.11.1 |
1313 | 2024-06-26T00:56:20.900Z | Compiling pretty-hex v0.4.1 |
1314 | 2024-06-26T00:56:21.015Z | Compiling rustversion v1.0.17 |
1315 | 2024-06-26T00:56:21.970Z | Compiling rand v0.8.5 |
1316 | 2024-06-26T00:56:23.095Z | Compiling dof v0.3.0 |
1317 | 2024-06-26T00:56:24.492Z | Compiling dtrace-parser v0.2.0 |
1318 | 2024-06-26T00:56:25.144Z | Compiling form_urlencoded v1.2.1 |
1319 | 2024-06-26T00:56:25.368Z | Compiling thread-id v4.2.1 |
1320 | 2024-06-26T00:56:25.532Z | Compiling base64ct v1.6.0 |
1321 | 2024-06-26T00:56:25.672Z | Compiling foreign-types-shared v0.1.1 |
1322 | 2024-06-26T00:56:25.721Z | Compiling try-lock v0.2.5 |
1323 | 2024-06-26T00:56:25.835Z | Compiling anyhow v1.0.86 |
1324 | 2024-06-26T00:56:25.918Z | Compiling smoltcp v0.9.1 |
1325 | 2024-06-26T00:56:26.349Z | Compiling unicode-width v0.1.12 |
1326 | 2024-06-26T00:56:26.516Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1327 | 2024-06-26T00:56:26.614Z | Compiling foreign-types v0.3.2 |
1328 | 2024-06-26T00:56:26.786Z | Compiling pem-rfc7468 v0.7.0 |
1329 | 2024-06-26T00:56:27.125Z | Compiling want v0.3.1 |
1330 | 2024-06-26T00:56:27.868Z | Compiling h2 v0.3.26 |
1331 | 2024-06-26T00:56:29.009Z | Compiling http-body v0.4.6 |
1332 | 2024-06-26T00:56:29.157Z | Compiling hmac v0.12.1 |
1333 | 2024-06-26T00:56:29.514Z | Compiling clap_derive v4.5.4 |
1334 | 2024-06-26T00:56:30.489Z | Compiling flagset v0.4.5 |
1335 | 2024-06-26T00:56:30.818Z | Compiling siphasher v0.3.11 |
1336 | 2024-06-26T00:56:32.058Z | Compiling tower-service v0.3.2 |
1337 | 2024-06-26T00:56:32.236Z | Compiling httpdate v1.0.3 |
1338 | 2024-06-26T00:56:32.923Z | Compiling der v0.7.9 |
1339 | 2024-06-26T00:56:36.785Z | Compiling hyper v0.14.28 |
1340 | 2024-06-26T00:56:45.652Z | Compiling rustls-webpki v0.101.7 |
1341 | 2024-06-26T00:56:46.831Z | Compiling sct v0.7.1 |
1342 | 2024-06-26T00:56:47.420Z | Compiling openapiv3 v2.0.0 |
1343 | 2024-06-26T00:56:49.765Z | Compiling hubpack_derive v0.1.1 |
1344 | 2024-06-26T00:56:50.203Z | Compiling idna v0.5.0 |
1345 | 2024-06-26T00:56:51.983Z | Compiling fs-err v2.11.0 |
1346 | 2024-06-26T00:56:52.120Z | Compiling anstyle v1.0.7 |
1347 | 2024-06-26T00:56:52.137Z | Compiling utf8parse v0.2.1 |
1348 | 2024-06-26T00:56:52.156Z | Compiling openssl-probe v0.1.5 |
1349 | 2024-06-26T00:56:52.274Z | Compiling adler v1.0.2 |
1350 | 2024-06-26T00:56:52.306Z | Compiling finl_unicode v1.2.0 |
1351 | 2024-06-26T00:56:52.588Z | Compiling cpufeatures v0.2.12 |
1352 | 2024-06-26T00:56:52.731Z | Compiling spin v0.5.2 |
1353 | 2024-06-26T00:56:52.989Z | Compiling stringprep v0.1.4 |
1354 | 2024-06-26T00:56:53.082Z | Compiling sha2 v0.10.8 |
1355 | 2024-06-26T00:56:53.409Z | Compiling miniz_oxide v0.7.2 |
1356 | 2024-06-26T00:56:53.889Z | Compiling anstyle-parse v0.2.4 |
1357 | 2024-06-26T00:56:54.226Z | Compiling url v2.5.0 |
1358 | 2024-06-26T00:56:56.886Z | Compiling spki v0.7.3 |
1359 | 2024-06-26T00:56:57.429Z | Compiling usdt-macro v0.5.0 |
1360 | 2024-06-26T00:56:57.531Z | Compiling usdt-attr-macro v0.5.0 |
1361 | 2024-06-26T00:56:58.885Z | Compiling md-5 v0.10.6 |
1362 | 2024-06-26T00:56:59.121Z | Compiling serde_spanned v0.6.6 |
1363 | 2024-06-26T00:56:59.162Z | Compiling toml_datetime v0.6.6 |
1364 | 2024-06-26T00:56:59.326Z | Compiling regress v0.9.1 |
1365 | 2024-06-26T00:56:59.626Z | Compiling idna v0.3.0 |
1366 | 2024-06-26T00:57:01.856Z | Compiling diesel_table_macro_syntax v0.1.0 |
1367 | 2024-06-26T00:57:02.203Z | Compiling num-integer v0.1.46 |
1368 | 2024-06-26T00:57:02.311Z | Compiling hash32 v0.2.1 |
1369 | 2024-06-26T00:57:02.706Z | Compiling encoding_rs v0.8.34 |
1370 | 2024-06-26T00:57:02.962Z | Compiling psl-types v2.0.11 |
1371 | 2024-06-26T00:57:02.981Z | Compiling is_terminal_polyfill v1.70.0 |
1372 | 2024-06-26T00:57:03.149Z | Compiling gimli v0.28.1 |
1373 | 2024-06-26T00:57:03.627Z | Compiling stable_deref_trait v1.2.0 |
1374 | 2024-06-26T00:57:03.731Z | Compiling mime v0.3.17 |
1375 | 2024-06-26T00:57:04.001Z | Compiling anstyle-query v1.0.3 |
1376 | 2024-06-26T00:57:04.146Z | Compiling colorchoice v1.0.1 |
1377 | 2024-06-26T00:57:04.165Z | Compiling fallible-iterator v0.2.0 |
1378 | 2024-06-26T00:57:04.316Z | Compiling anstream v0.6.14 |
1379 | 2024-06-26T00:57:04.816Z | Compiling lazy_static v1.4.0 |
1380 | 2024-06-26T00:57:04.869Z | Compiling postgres-protocol v0.6.6 |
1381 | 2024-06-26T00:57:05.013Z | Compiling publicsuffix v2.2.3 |
1382 | 2024-06-26T00:57:06.128Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1383 | 2024-06-26T00:57:07.859Z | Compiling addr2line v0.21.0 |
1384 | 2024-06-26T00:57:08.052Z | Compiling diesel_derives v2.1.4 |
1385 | 2024-06-26T00:57:09.501Z | Compiling tokio-rustls v0.24.1 |
1386 | 2024-06-26T00:57:11.173Z | Compiling pkcs8 v0.10.2 |
1387 | 2024-06-26T00:57:11.460Z | Compiling terminal_size v0.3.0 |
1388 | 2024-06-26T00:57:11.661Z | Compiling tokio-native-tls v0.3.1 |
1389 | 2024-06-26T00:57:11.962Z | Compiling phf_shared v0.11.2 |
1390 | 2024-06-26T00:57:11.988Z | Compiling strum_macros v0.25.3 |
1391 | 2024-06-26T00:57:13.164Z | Compiling serde_urlencoded v0.7.1 |
1392 | 2024-06-26T00:57:14.054Z | Compiling enum-as-inner v0.5.1 |
1393 | 2024-06-26T00:57:14.057Z | Compiling block-padding v0.3.3 |
1394 | 2024-06-26T00:57:14.286Z | Compiling serde_repr v0.1.19 |
1395 | 2024-06-26T00:57:15.136Z | Compiling ff v0.13.0 |
1396 | 2024-06-26T00:57:15.377Z | Compiling scheduled-thread-pool v0.2.7 |
1397 | 2024-06-26T00:57:15.694Z | Compiling object v0.32.2 |
1398 | 2024-06-26T00:57:15.916Z | Compiling bitflags v1.3.2 |
1399 | 2024-06-26T00:57:16.026Z | Compiling ipnet v2.9.0 |
1400 | 2024-06-26T00:57:16.536Z | Compiling winnow v0.5.40 |
1401 | 2024-06-26T00:57:18.796Z | Compiling managed v0.8.0 |
1402 | 2024-06-26T00:57:19.170Z | Compiling rustc-demangle v0.1.24 |
1403 | 2024-06-26T00:57:19.201Z | Compiling matches v0.1.10 |
1404 | 2024-06-26T00:57:19.826Z | Compiling bit-vec v0.6.3 |
1405 | 2024-06-26T00:57:20.225Z | Compiling either v1.12.0 |
1406 | 2024-06-26T00:57:20.377Z | Compiling clap_lex v0.7.0 |
1407 | 2024-06-26T00:57:20.396Z | Compiling base16ct v0.2.0 |
1408 | 2024-06-26T00:57:20.657Z | Compiling clap_builder v4.5.2 |
1409 | 2024-06-26T00:57:20.695Z | Compiling sec1 v0.7.3 |
1410 | 2024-06-26T00:57:20.836Z | Compiling toml_edit v0.19.15 |
1411 | 2024-06-26T00:57:21.154Z | Compiling idna v0.2.3 |
1412 | 2024-06-26T00:57:21.258Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1413 | 2024-06-26T00:57:22.966Z | Compiling r2d2 v0.8.10 |
1414 | 2024-06-26T00:57:23.348Z | Compiling group v0.13.0 |
1415 | 2024-06-26T00:57:23.971Z | Compiling inout v0.1.3 |
1416 | 2024-06-26T00:57:24.221Z | Compiling phf v0.11.2 |
1417 | 2024-06-26T00:57:24.313Z | Compiling hyper-tls v0.5.0 |
1418 | 2024-06-26T00:57:24.530Z | Compiling signal-hook-mio v0.2.3 |
1419 | 2024-06-26T00:57:24.638Z | Compiling hyper-rustls v0.24.2 |
1420 | 2024-06-26T00:57:24.949Z | Compiling cookie_store v0.20.0 |
1421 | 2024-06-26T00:57:25.028Z | Compiling postgres-types v0.2.6 |
1422 | 2024-06-26T00:57:25.104Z | Compiling num-bigint v0.4.5 |
1423 | 2024-06-26T00:57:26.692Z | Compiling hubpack v0.1.2 |
1424 | 2024-06-26T00:57:27.161Z | Compiling rustls-pemfile v1.0.4 |
1425 | 2024-06-26T00:57:27.408Z | Compiling phf_shared v0.10.0 |
1426 | 2024-06-26T00:57:27.556Z | Compiling hkdf v0.12.4 |
1427 | 2024-06-26T00:57:28.015Z | Compiling zerocopy v0.6.6 |
1428 | 2024-06-26T00:57:28.197Z | Compiling ipnetwork v0.20.0 |
1429 | 2024-06-26T00:57:28.339Z | Compiling futures-executor v0.3.30 |
1430 | 2024-06-26T00:57:28.747Z | Compiling crypto-bigint v0.5.5 |
1431 | 2024-06-26T00:57:28.874Z | Compiling float-cmp v0.9.0 |
1432 | 2024-06-26T00:57:28.890Z | Compiling memmap v0.7.0 |
1433 | 2024-06-26T00:57:28.967Z | Compiling winnow v0.6.8 |
1434 | 2024-06-26T00:57:29.068Z | Compiling difflib v0.4.0 |
1435 | 2024-06-26T00:57:29.208Z | Compiling data-encoding v2.6.0 |
1436 | 2024-06-26T00:57:29.258Z | Compiling sync_wrapper v0.1.2 |
1437 | 2024-06-26T00:57:29.391Z | Compiling whoami v1.5.1 |
1438 | 2024-06-26T00:57:29.539Z | Compiling fixedbitset v0.4.2 |
1439 | 2024-06-26T00:57:29.981Z | Compiling predicates-core v1.0.6 |
1440 | 2024-06-26T00:57:30.093Z | Compiling static_assertions v1.1.0 |
1441 | 2024-06-26T00:57:30.287Z | Compiling new_debug_unreachable v1.0.6 |
1442 | 2024-06-26T00:57:30.341Z | Compiling normalize-line-endings v0.3.0 |
1443 | 2024-06-26T00:57:30.386Z | Compiling unicode-segmentation v1.11.0 |
1444 | 2024-06-26T00:57:30.471Z | Compiling minimal-lexical v0.2.1 |
1445 | 2024-06-26T00:57:30.715Z | Compiling webpki-roots v0.25.4 |
1446 | 2024-06-26T00:57:31.016Z | Compiling precomputed-hash v0.1.1 |
1447 | 2024-06-26T00:57:31.063Z | Compiling similar v2.5.0 |
1448 | 2024-06-26T00:57:31.136Z | Compiling string_cache v0.8.7 |
1449 | 2024-06-26T00:57:31.179Z | Compiling reqwest v0.11.27 |
1450 | 2024-06-26T00:57:31.559Z | Compiling elliptic-curve v0.13.8 |
1451 | 2024-06-26T00:57:32.130Z | Compiling nom v7.1.3 |
1452 | 2024-06-26T00:57:32.306Z | Compiling toml_edit v0.22.13 |
1453 | 2024-06-26T00:57:32.425Z | Compiling predicates v3.1.0 |
1454 | 2024-06-26T00:57:32.507Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1455 | 2024-06-26T00:57:33.185Z | Compiling petgraph v0.6.5 |
1456 | 2024-06-26T00:57:34.033Z | Compiling trust-dns-proto v0.22.0 |
1457 | 2024-06-26T00:57:35.879Z | Compiling tokio-postgres v0.7.10 |
1458 | 2024-06-26T00:57:37.108Z | Compiling usdt v0.5.0 |
1459 | 2024-06-26T00:57:38.868Z | Compiling diesel v2.1.6 |
1460 | 2024-06-26T00:57:38.906Z | Compiling futures v0.3.30 |
1461 | 2024-06-26T00:57:39.843Z | Compiling yasna v0.5.2 |
1462 | 2024-06-26T00:57:40.592Z | Compiling crossterm v0.27.0 |
1463 | 2024-06-26T00:57:40.711Z | Compiling cipher v0.4.4 |
1464 | 2024-06-26T00:57:41.186Z | Compiling clap v4.5.4 |
1465 | 2024-06-26T00:57:41.307Z | Compiling crossbeam-epoch v0.9.18 |
1466 | 2024-06-26T00:57:41.542Z | Compiling flate2 v1.0.30 |
1467 | 2024-06-26T00:57:41.708Z | Compiling toml v0.7.8 |
1468 | 2024-06-26T00:57:41.991Z | Compiling itertools v0.12.1 |
1469 | 2024-06-26T00:57:42.419Z | Compiling itertools v0.10.5 |
1470 | 2024-06-26T00:57:43.288Z | Compiling bit-set v0.5.3 |
1471 | 2024-06-26T00:57:43.585Z | Compiling console v0.15.8 |
1472 | 2024-06-26T00:57:44.076Z | Compiling num-iter v0.1.45 |
1473 | 2024-06-26T00:57:45.105Z | Compiling tokio-stream v0.1.15 |
1474 | 2024-06-26T00:57:45.144Z | Compiling bstr v1.9.1 |
1475 | 2024-06-26T00:57:45.720Z | Compiling hex v0.4.3 |
1476 | 2024-06-26T00:57:46.613Z | Compiling radium v0.7.0 |
1477 | 2024-06-26T00:57:47.309Z | Compiling camino v1.1.7 |
1478 | 2024-06-26T00:57:47.381Z | Compiling peg-runtime v0.8.3 |
1479 | 2024-06-26T00:57:47.918Z | Compiling unicode-xid v0.2.4 |
1480 | 2024-06-26T00:57:47.935Z | Compiling lalrpop-util v0.19.12 |
1481 | 2024-06-26T00:57:54.595Z | Compiling is-terminal v0.4.12 |
1482 | 2024-06-26T00:57:55.068Z | Compiling tap v1.0.1 |
1483 | 2024-06-26T00:57:55.337Z | Compiling maybe-uninit v2.0.0 |
1484 | 2024-06-26T00:57:55.791Z | Compiling rustls-pki-types v1.7.0 |
1485 | 2024-06-26T00:57:58.548Z | Compiling ident_case v1.0.1 |
1486 | 2024-06-26T00:57:58.737Z | Compiling darling_core v0.20.9 |
1487 | 2024-06-26T00:58:12.008Z | Compiling wyz v0.5.1 |
1488 | 2024-06-26T00:58:15.184Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1489 | 2024-06-26T00:58:15.335Z | Compiling getopts v0.2.21 |
1490 | 2024-06-26T00:58:15.951Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1491 | 2024-06-26T00:58:16.224Z | Compiling dirs-sys-next v0.1.2 |
1492 | 2024-06-26T00:58:16.539Z | Compiling funty v2.0.0 |
1493 | 2024-06-26T00:58:16.823Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1494 | 2024-06-26T00:58:17.104Z | Compiling base64 v0.22.1 |
1495 | 2024-06-26T00:58:17.233Z | Compiling packed_struct v0.10.1 |
1496 | 2024-06-26T00:58:17.290Z | Compiling rustls v0.22.4 |
1497 | 2024-06-26T00:58:17.568Z | Compiling unsafe-libyaml v0.2.11 |
1498 | 2024-06-26T00:58:17.739Z | Compiling num-bigint-dig v0.8.4 |
1499 | 2024-06-26T00:58:18.036Z | Compiling paste v1.0.15 |
1500 | 2024-06-26T00:58:18.579Z | Compiling bitvec v1.0.1 |
1501 | 2024-06-26T00:58:19.089Z | Compiling serde_yaml v0.9.34+deprecated |
1502 | 2024-06-26T00:58:21.240Z | Compiling dirs-next v2.0.0 |
1503 | 2024-06-26T00:58:22.575Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1504 | 2024-06-26T00:58:25.186Z | Compiling darling_macro v0.20.9 |
1505 | 2024-06-26T00:58:25.397Z | Compiling rustls-webpki v0.102.4 |
1506 | 2024-06-26T00:58:29.700Z | Compiling packed_struct_codegen v0.10.1 |
1507 | 2024-06-26T00:58:29.971Z | Compiling structmeta-derive v0.3.0 |
1508 | 2024-06-26T00:58:30.434Z | Compiling thread_local v1.1.8 |
1509 | 2024-06-26T00:58:31.026Z | Compiling indexmap v1.9.3 |
1510 | 2024-06-26T00:58:31.186Z | Compiling multer v3.1.0 |
1511 | 2024-06-26T00:58:31.419Z | Compiling nodrop v0.1.14 |
1512 | 2024-06-26T00:58:31.475Z | Compiling match_cfg v0.1.0 |
1513 | 2024-06-26T00:58:31.552Z | Compiling rayon-core v1.12.1 |
1514 | 2024-06-26T00:58:31.569Z | Compiling slog-async v2.8.0 |
1515 | 2024-06-26T00:58:31.688Z | Compiling fastrand v2.1.0 |
1516 | 2024-06-26T00:58:32.034Z | Compiling crc-catalog v2.4.0 |
1517 | 2024-06-26T00:58:32.336Z | Compiling crc v3.2.1 |
1518 | 2024-06-26T00:58:32.454Z | Compiling tempfile v3.10.1 |
1519 | 2024-06-26T00:58:32.652Z | Compiling structmeta v0.3.0 |
1520 | 2024-06-26T00:58:33.168Z | Compiling hostname v0.3.1 |
1521 | 2024-06-26T00:58:33.438Z | Compiling array-init v0.0.4 |
1522 | 2024-06-26T00:58:35.138Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1523 | 2024-06-26T00:58:36.155Z | Compiling darling v0.20.9 |
1524 | 2024-06-26T00:58:36.315Z | Compiling smallvec v0.6.14 |
1525 | 2024-06-26T00:58:36.654Z | Compiling term v0.7.0 |
1526 | 2024-06-26T00:58:42.159Z | Compiling crossbeam-deque v0.8.5 |
1527 | 2024-06-26T00:58:42.251Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1528 | 2024-06-26T00:58:42.543Z | Compiling pkcs1 v0.7.5 |
1529 | 2024-06-26T00:58:46.534Z | Compiling slog-json v2.6.1 |
1530 | 2024-06-26T00:58:47.040Z | Compiling crossbeam-channel v0.5.12 |
1531 | 2024-06-26T00:58:47.287Z | Compiling http v1.1.0 |
1532 | 2024-06-26T00:58:48.685Z | Compiling signature v2.2.0 |
1533 | 2024-06-26T00:58:48.961Z | Compiling pin-project-internal v1.1.5 |
1534 | 2024-06-26T00:58:51.137Z | Compiling async-stream-impl v0.3.5 |
1535 | 2024-06-26T00:58:51.989Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1536 | 2024-06-26T00:58:52.051Z | Compiling atomic-waker v1.1.2 |
1537 | 2024-06-26T00:58:52.239Z | Compiling hashbrown v0.12.3 |
1538 | 2024-06-26T00:58:52.376Z | Compiling same-file v1.0.6 |
1539 | 2024-06-26T00:58:52.985Z | Compiling take_mut v0.2.2 |
1540 | 2024-06-26T00:58:54.148Z | Compiling termcolor v1.4.1 |
1541 | 2024-06-26T00:58:54.168Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1542 | 2024-06-26T00:58:54.268Z | Compiling bitfield v0.14.0 |
1543 | 2024-06-26T00:58:54.596Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1544 | 2024-06-26T00:58:55.286Z | Compiling env_logger v0.10.2 |
1545 | 2024-06-26T00:59:08.826Z | Compiling walkdir v2.5.0 |
1546 | 2024-06-26T00:59:09.092Z | Compiling async-stream v0.3.5 |
1547 | 2024-06-26T00:59:09.492Z | Compiling waitgroup v0.1.2 |
1548 | 2024-06-26T00:59:09.754Z | Compiling pin-project v1.1.5 |
1549 | 2024-06-26T00:59:10.277Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1550 | 2024-06-26T00:59:10.753Z | Compiling rsa v0.9.6 |
1551 | 2024-06-26T00:59:12.780Z | Compiling slog-bunyan v2.5.0 |
1552 | 2024-06-26T00:59:14.321Z | Compiling tokio-rustls v0.25.0 |
1553 | 2024-06-26T00:59:14.509Z | Compiling slog-term v2.9.1 |
1554 | 2024-06-26T00:59:14.819Z | Compiling serde-hex v0.1.0 |
1555 | 2024-06-26T00:59:15.884Z | Compiling serde_with_macros v3.8.1 |
1556 | 2024-06-26T00:59:16.220Z | Compiling bzip2 v0.4.4 |
1557 | 2024-06-26T00:59:17.352Z | Compiling parse-display-derive v0.9.0 |
1558 | 2024-06-26T00:59:17.654Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1559 | 2024-06-26T00:59:18.352Z | Compiling toml v0.8.13 |
1560 | 2024-06-26T00:59:18.529Z | Compiling rustls-pemfile v2.1.2 |
1561 | 2024-06-26T00:59:21.427Z | Compiling x509-cert v0.2.5 |
1562 | 2024-06-26T00:59:22.159Z | Compiling sha1 v0.10.6 |
1563 | 2024-06-26T00:59:22.728Z | Compiling strum_macros v0.26.2 |
1564 | 2024-06-26T00:59:22.968Z | Compiling newtype-uuid v1.1.0 |
1565 | 2024-06-26T00:59:23.001Z | Compiling xattr v1.3.1 |
1566 | 2024-06-26T00:59:23.309Z | Compiling ron v0.8.1 |
1567 | 2024-06-26T00:59:24.006Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1568 | 2024-06-26T00:59:24.569Z | Compiling serde_path_to_error v0.1.16 |
1569 | 2024-06-26T00:59:25.419Z | Compiling hashbrown v0.13.2 |
1570 | 2024-06-26T00:59:25.536Z | Compiling snafu-derive v0.8.2 |
1571 | 2024-06-26T00:59:26.030Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1572 | 2024-06-26T00:59:26.734Z | Compiling ring v0.16.20 |
1573 | 2024-06-26T00:59:26.758Z | Compiling blake3 v1.5.1 |
1574 | 2024-06-26T00:59:27.316Z | Compiling hostname v0.4.0 |
1575 | 2024-06-26T00:59:27.464Z | Compiling filetime v0.2.23 |
1576 | 2024-06-26T00:59:27.564Z | Compiling instant v0.1.12 |
1577 | 2024-06-26T00:59:27.683Z | Compiling crc-any v2.5.0 |
1578 | 2024-06-26T00:59:27.759Z | Compiling debug-ignore v1.0.5 |
1579 | 2024-06-26T00:59:27.915Z | Compiling buf-list v1.0.3 |
1580 | 2024-06-26T00:59:28.549Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1581 | 2024-06-26T00:59:29.435Z | Compiling backoff v0.4.0 |
1582 | 2024-06-26T00:59:29.828Z | Compiling tar v0.4.40 |
1583 | 2024-06-26T00:59:30.611Z | Compiling snafu v0.8.2 |
1584 | 2024-06-26T00:59:31.916Z | Compiling strum v0.26.2 |
1585 | 2024-06-26T00:59:32.541Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1586 | 2024-06-26T00:59:32.756Z | Compiling object v0.30.4 |
1587 | 2024-06-26T00:59:33.471Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1588 | 2024-06-26T00:59:35.012Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1589 | 2024-06-26T00:59:35.106Z | Compiling parse-display v0.9.0 |
1590 | 2024-06-26T00:59:35.166Z | Compiling serde_with v3.8.1 |
1591 | 2024-06-26T00:59:35.505Z | Compiling zip v0.6.6 |
1592 | 2024-06-26T00:59:37.016Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1593 | 2024-06-26T00:59:37.750Z | Compiling rayon v1.10.0 |
1594 | 2024-06-26T00:59:38.415Z | Compiling camino-tempfile v1.1.1 |
1595 | 2024-06-26T00:59:39.230Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1596 | 2024-06-26T00:59:39.790Z | Compiling globset v0.4.14 |
1597 | 2024-06-26T00:59:42.935Z | Compiling pem v3.0.4 |
1598 | 2024-06-26T00:59:43.587Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1599 | 2024-06-26T00:59:43.787Z | Compiling olpc-cjson v0.1.3 |
1600 | 2024-06-26T00:59:44.139Z | Compiling macaddr v1.0.1 |
1601 | 2024-06-26T00:59:44.481Z | Compiling serde_plain v1.0.2 |
1602 | 2024-06-26T00:59:44.775Z | Compiling async-recursion v1.1.1 |
1603 | 2024-06-26T00:59:45.010Z | Compiling memmap2 v0.9.4 |
1604 | 2024-06-26T00:59:45.600Z | Compiling typed-path v0.7.1 |
1605 | 2024-06-26T00:59:46.217Z | Compiling path-slash v0.1.5 |
1606 | 2024-06-26T00:59:46.277Z | Compiling arrayref v0.3.7 |
1607 | 2024-06-26T00:59:46.306Z | Compiling untrusted v0.7.1 |
1608 | 2024-06-26T00:59:46.382Z | Compiling constant_time_eq v0.3.0 |
1609 | 2024-06-26T00:59:46.456Z | Compiling arrayvec v0.7.4 |
1610 | 2024-06-26T00:59:46.560Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1611 | 2024-06-26T00:59:48.585Z | Compiling tough v0.17.1 |
1612 | 2024-06-26T00:59:49.701Z | Compiling cargo-platform v0.1.8 |
1613 | 2024-06-26T00:59:50.816Z | Compiling topological-sort v0.2.2 |
1614 | 2024-06-26T00:59:51.068Z | Compiling parse-size v1.0.0 |
1615 | 2024-06-26T00:59:51.343Z | Compiling omicron-zone-package v0.11.0 |
1616 | 2024-06-26T00:59:52.396Z | Compiling cargo_metadata v0.18.1 |
1617 | 2024-06-26T00:59:53.947Z | Compiling shell-words v1.1.0 |
1618 | 2024-06-26T00:59:55.618Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1619 | 2024-06-26T01:00:06.122Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1620 | 2024-06-26T01:00:15.111Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
1621 | 2024-06-26T01:00:29.688Z | Finished `release` profile [optimized] target(s) in 5m 01s |
1622 | 2024-06-26T01:00:29.805Z | Running `target/release/omicron-releng --output-dir /work` |
1623 | 2024-06-26T01:00:29.853Z | Jun 26 01:00:29.115 DEBG changing working directory to /work/oxidecomputer/omicron |
1624 | 2024-06-26T01:00:29.920Z | Jun 26 01:00:29.189 DEBG running: git rev-parse HEAD |
1625 | 2024-06-26T01:00:29.926Z | Jun 26 01:00:29.195 DEBG process exited with exit status: 0 (5.969273ms) |
1626 | 2024-06-26T01:00:29.926Z | Jun 26 01:00:29.195 INFO version: 9.0.0-0.ci+git3d0d0221400 |
1627 | 2024-06-26T01:00:29.965Z | Jun 26 01:00:29.235 INFO cloning helios to /work/oxidecomputer/helios |
1628 | 2024-06-26T01:00:29.966Z | Jun 26 01:00:29.235 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
1629 | 2024-06-26T01:00:29.971Z | Cloning into '/work/oxidecomputer/helios'... |
1630 | 2024-06-26T01:00:30.493Z | Jun 26 01:00:29.762 DEBG process exited with exit status: 0 (527.171449ms) |
1631 | 2024-06-26T01:00:30.493Z | Jun 26 01:00:29.762 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
1632 | 2024-06-26T01:00:30.500Z | # branch.oid c9ec14ee0e702d3142390add130bb7cdbb0096a3 |
1633 | 2024-06-26T01:00:30.500Z | # branch.head master |
1634 | 2024-06-26T01:00:30.500Z | # branch.upstream origin/master |
1635 | 2024-06-26T01:00:30.500Z | # branch.ab +0 -0 |
1636 | 2024-06-26T01:00:30.503Z | Jun 26 01:00:29.770 DEBG process exited with exit status: 0 (7.861117ms) |
1637 | 2024-06-26T01:00:30.503Z | Jun 26 01:00:29.770 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
1638 | 2024-06-26T01:00:31.153Z | Jun 26 01:00:30.422 DEBG process exited with exit status: 0 (652.141331ms) |
1639 | 2024-06-26T01:00:31.153Z | Jun 26 01:00:30.422 DEBG running: zfs list rpool/images/build/host |
1640 | 2024-06-26T01:00:31.160Z | NAME USED AVAIL REFER MOUNTPOINT |
1641 | 2024-06-26T01:00:31.160Z | rpool/images/build/host 24K 153G 24K /rpool/images/build/host |
1642 | 2024-06-26T01:00:31.163Z | Jun 26 01:00:30.430 DEBG process exited with exit status: 0 (7.514054ms) |
1643 | 2024-06-26T01:00:31.163Z | Jun 26 01:00:30.430 DEBG running: zfs list rpool/images/build/recovery |
1644 | 2024-06-26T01:00:31.166Z | NAME USED AVAIL REFER MOUNTPOINT |
1645 | 2024-06-26T01:00:31.166Z | rpool/images/build/recovery 24K 153G 24K /rpool/images/build/recovery |
1646 | 2024-06-26T01:00:31.169Z | Jun 26 01:00:30.436 DEBG process exited with exit status: 0 (6.292397ms) |
1647 | 2024-06-26T01:00:31.169Z | Jun 26 01:00:30.437 INFO [hubris-production] running task |
1648 | 2024-06-26T01:00:31.169Z | Jun 26 01:00:30.437 INFO [hubris-staging] running task |
1649 | 2024-06-26T01:00:31.169Z | Jun 26 01:00:30.437 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
1650 | 2024-06-26T01:00:31.172Z | Jun 26 01:00:30.441 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
1651 | 2024-06-26T01:00:31.506Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
1652 | 2024-06-26T01:00:31.649Z | [ omicron-package] Blocking waiting for file lock on package cache |
1653 | 2024-06-26T01:00:32.302Z | Jun 26 01:00:31.571 INFO [hubris-production] task succeeded (1.133903271s) |
1654 | 2024-06-26T01:00:32.305Z | [ omicron-package] Blocking waiting for file lock on package cache |
1655 | 2024-06-26T01:00:32.523Z | [ omicron-package] Blocking waiting for file lock on package cache |
1656 | 2024-06-26T01:00:33.275Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
1657 | 2024-06-26T01:00:33.275Z | [ omicron-package] Compiling heapless v0.8.0 |
1658 | 2024-06-26T01:00:33.279Z | [ omicron-package] Compiling hash32 v0.3.1 |
1659 | 2024-06-26T01:00:33.279Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1660 | 2024-06-26T01:00:33.279Z | [ omicron-package] Compiling smoltcp v0.11.0 |
1661 | 2024-06-26T01:00:33.279Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
1662 | 2024-06-26T01:00:33.279Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1663 | 2024-06-26T01:00:33.279Z | [ omicron-package] Compiling embedded-io v0.4.0 |
1664 | 2024-06-26T01:00:33.883Z | [ omicron-package] Compiling cobs v0.2.3 |
1665 | 2024-06-26T01:00:33.998Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1666 | 2024-06-26T01:00:34.225Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
1667 | 2024-06-26T01:00:34.625Z | [ omicron-package] Compiling postcard v1.0.8 |
1668 | 2024-06-26T01:00:34.708Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
1669 | 2024-06-26T01:00:34.959Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
1670 | 2024-06-26T01:00:35.180Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1671 | 2024-06-26T01:00:35.267Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
1672 | 2024-06-26T01:00:35.384Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1673 | 2024-06-26T01:00:36.040Z | [ omicron-package] Compiling tabwriter v1.4.0 |
1674 | 2024-06-26T01:00:36.241Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1675 | 2024-06-26T01:00:36.358Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
1676 | 2024-06-26T01:00:36.376Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1677 | 2024-06-26T01:00:36.719Z | [ omicron-package] Compiling foreign-types v0.5.0 |
1678 | 2024-06-26T01:00:36.873Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1679 | 2024-06-26T01:00:37.049Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
1680 | 2024-06-26T01:00:37.238Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
1681 | 2024-06-26T01:00:37.504Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1682 | 2024-06-26T01:00:37.628Z | [ omicron-package] Compiling colored v2.1.0 |
1683 | 2024-06-26T01:00:38.002Z | [ omicron-package] Compiling socket2 v0.4.10 |
1684 | 2024-06-26T01:00:38.413Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1685 | 2024-06-26T01:00:38.567Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1686 | 2024-06-26T01:00:38.720Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1687 | 2024-06-26T01:00:38.936Z | [ omicron-package] Compiling sigpipe v0.1.3 |
1688 | 2024-06-26T01:00:39.212Z | [ omicron-package] Compiling num-derive v0.4.2 |
1689 | 2024-06-26T01:00:39.252Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
1690 | 2024-06-26T01:00:39.322Z | [ omicron-package] Compiling num_enum v0.5.11 |
1691 | 2024-06-26T01:00:39.782Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1692 | 2024-06-26T01:00:39.844Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1693 | 2024-06-26T01:00:39.939Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1694 | 2024-06-26T01:00:40.552Z | [ omicron-package] Compiling smf v0.2.3 |
1695 | 2024-06-26T01:00:40.721Z | [ omicron-package] Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1696 | 2024-06-26T01:00:41.066Z | [ omicron-package] Compiling portable-atomic v1.6.0 |
1697 | 2024-06-26T01:00:41.344Z | [ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1698 | 2024-06-26T01:00:43.075Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1699 | 2024-06-26T01:00:43.429Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1700 | 2024-06-26T01:00:43.976Z | [ omicron-package] Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1701 | 2024-06-26T01:00:44.098Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
1702 | 2024-06-26T01:00:45.419Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1703 | 2024-06-26T01:00:46.170Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1704 | 2024-06-26T01:00:46.173Z | Jun 26 01:00:45.441 WARN fetching https://permslip-staging.corp.oxide.computer/artifact/c28eaa13638f55100a42916727227242ee02d18cebecb1412d6af5c8aa945b99 failed, retrying: failed to fetch hubris artifact c28eaa13638f55100a42916727227242ee02d18cebecb1412d6af5c8aa945b99 from https://permslip-staging.corp.oxide.computer |
1705 | 2024-06-26T01:00:46.608Z | [ omicron-package] Compiling gethostname v0.4.3 |
1706 | 2024-06-26T01:00:47.086Z | [ omicron-package] Compiling number_prefix v0.4.0 |
1707 | 2024-06-26T01:00:49.263Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1708 | 2024-06-26T01:00:49.379Z | [ omicron-package] Compiling indicatif v0.17.8 |
1709 | 2024-06-26T01:00:51.586Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1710 | 2024-06-26T01:00:51.909Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1711 | 2024-06-26T01:00:54.758Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1712 | 2024-06-26T01:00:55.390Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1713 | 2024-06-26T01:00:56.807Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1714 | 2024-06-26T01:01:01.176Z | Jun 26 01:01:00.442 WARN fetching https://permslip-staging.corp.oxide.computer/artifact/c28eaa13638f55100a42916727227242ee02d18cebecb1412d6af5c8aa945b99 failed, retrying: failed to fetch hubris artifact c28eaa13638f55100a42916727227242ee02d18cebecb1412d6af5c8aa945b99 from https://permslip-staging.corp.oxide.computer |
1715 | 2024-06-26T01:01:14.425Z | [ helios-setup] Jun 26 01:01:13.690 INFO helios repository root is: /work/oxidecomputer/helios |
1716 | 2024-06-26T01:01:14.428Z | [ helios-setup] Jun 26 01:01:13.692 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot |
1717 | 2024-06-26T01:01:14.428Z | [ helios-setup] Jun 26 01:01:13.692 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
1718 | 2024-06-26T01:01:14.432Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
1719 | 2024-06-26T01:01:15.707Z | [ helios-setup] Jun 26 01:01:14.971 INFO clone ok!, project: pilot |
1720 | 2024-06-26T01:01:15.710Z | [ helios-setup] Jun 26 01:01:14.971 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: true, unless_env: Some("OXIDE_STAFF"), fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder |
1721 | 2024-06-26T01:01:15.710Z | [ helios-setup] Jun 26 01:01:14.971 INFO cloning git@github.com:oxidecomputer/amd-host-image-builder.git at "/work/oxidecomputer/helios/projects/amd-host-image-builder"..., project: amd-host-image-builder |
1722 | 2024-06-26T01:01:15.714Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
1723 | 2024-06-26T01:01:16.179Z | Jun 26 01:01:15.443 ERRO [hubris-staging] task failed (45.005883272s) |
1724 | 2024-06-26T01:01:16.182Z | Error: failed to fetch hubris artifact c28eaa13638f55100a42916727227242ee02d18cebecb1412d6af5c8aa945b99 from https://permslip-staging.corp.oxide.computer |
1725 | 2024-06-26T01:01:16.182Z | |
1726 | 2024-06-26T01:01:16.182Z | Caused by: |
1727 | 2024-06-26T01:01:16.182Z | 0: error sending request for url (https://permslip-staging.corp.oxide.computer/artifact/c28eaa13638f55100a42916727227242ee02d18cebecb1412d6af5c8aa945b99): error trying to connect: tcp connect error: deadline has elapsed |
1728 | 2024-06-26T01:01:16.183Z | 1: error trying to connect: tcp connect error: deadline has elapsed |
1729 | 2024-06-26T01:01:16.183Z | 2: tcp connect error: deadline has elapsed |
1730 | 2024-06-26T01:01:16.183Z | 3: deadline has elapsed |
1731 | 2024-06-26T01:01:16.192Z | process exited: duration 551354 ms, exit code 1 |
|
1732 | 2024-06-26T01:01:16.206Z | found 2 output files |
1733 | 2024-06-26T01:01:16.206Z | uploading: /work/helios-setup.log (1287 bytes) |
1734 | 2024-06-26T01:01:17.217Z | uploaded: /work/helios-setup.log |
1735 | 2024-06-26T01:01:17.217Z | uploading: /work/omicron-package.log (4085 bytes) |
1736 | 2024-06-26T01:01:18.228Z | uploaded: /work/omicron-package.log |
1737 | 2024-06-26T01:01:18.228Z | upload error: rule "/work/manifest.toml" required a match, but was not used |
1738 | 2024-06-26T01:01:18.228Z | upload error: rule "/work/repo.zip" required a match, but was not used |
1739 | 2024-06-26T01:01:18.228Z | upload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used |