|
|
|
1 | 2024-07-12T02:55:44.568Z | job assigned to worker 01J2JDTZDA1CJ056BA8KQJMBJZ (queued for 46 s) |
|
2 | 2024-07-12T02:55:45.144Z | starting task 0: "setup" |
3 | 2024-07-12T02:55:45.169Z | ++ uname -s |
4 | 2024-07-12T02:55:45.169Z | + kern=SunOS |
5 | 2024-07-12T02:55:45.169Z | + case "$kern" in |
6 | 2024-07-12T02:55:45.169Z | + groupadd -g 12345 build |
7 | 2024-07-12T02:55:45.169Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-12T02:55:47.190Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-12T02:55:47.219Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-12T02:55:47.246Z | + home_fs=zfs |
11 | 2024-07-12T02:55:47.247Z | + [[ zfs == autofs ]] |
12 | 2024-07-12T02:55:47.247Z | + mkdir -p /home/build |
13 | 2024-07-12T02:55:47.247Z | + chown build:build /home/build /work |
14 | 2024-07-12T02:55:49.228Z | + chmod 0700 /home/build /work |
15 | 2024-07-12T02:55:49.252Z | process exited: duration 4086 ms, exit code 0 |
|
16 | 2024-07-12T02:55:49.300Z | starting task 1: "rust-toolchain" |
17 | 2024-07-12T02:55:49.325Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-12T02:55:49.325Z | ' 1.78.0 |
19 | 2024-07-12T02:55:49.325Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-12T02:55:49.325Z | ' default |
21 | 2024-07-12T02:55:49.325Z | * toolchain channel = "1.78.0" |
22 | 2024-07-12T02:55:49.325Z | * toolchain profile = "default" |
23 | 2024-07-12T02:55:49.325Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-12T02:55:49.325Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-12T02:55:49.464Z | info: downloading installer |
26 | 2024-07-12T02:55:49.940Z | info: profile set to 'default' |
27 | 2024-07-12T02:55:49.940Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-12T02:55:49.940Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-12T02:55:50.040Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-12T02:55:50.041Z | info: downloading component 'cargo' |
31 | 2024-07-12T02:55:50.171Z | info: downloading component 'clippy' |
32 | 2024-07-12T02:55:50.203Z | info: downloading component 'rust-docs' |
33 | 2024-07-12T02:55:50.383Z | info: downloading component 'rust-std' |
34 | 2024-07-12T02:55:50.772Z | info: downloading component 'rustc' |
35 | 2024-07-12T02:55:51.475Z | info: downloading component 'rustfmt' |
36 | 2024-07-12T02:55:51.515Z | info: installing component 'cargo' |
37 | 2024-07-12T02:55:52.572Z | info: installing component 'clippy' |
38 | 2024-07-12T02:55:52.975Z | info: installing component 'rust-docs' |
39 | 2024-07-12T02:55:55.591Z | info: installing component 'rust-std' |
40 | 2024-07-12T02:55:57.486Z | info: installing component 'rustc' |
41 | 2024-07-12T02:56:02.449Z | info: installing component 'rustfmt' |
42 | 2024-07-12T02:56:02.815Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-12T02:56:02.815Z | |
44 | 2024-07-12T02:56:02.938Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-12T02:56:02.938Z | |
46 | 2024-07-12T02:56:02.938Z | |
47 | 2024-07-12T02:56:02.938Z | Rust is installed now. Great! |
48 | 2024-07-12T02:56:02.938Z | |
49 | 2024-07-12T02:56:02.938Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-12T02:56:02.938Z | environment variable. This has not been done automatically. |
51 | 2024-07-12T02:56:02.938Z | |
52 | 2024-07-12T02:56:02.938Z | To configure your current shell, you need to source |
53 | 2024-07-12T02:56:02.938Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-12T02:56:02.938Z | |
55 | 2024-07-12T02:56:02.938Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-12T02:56:02.938Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-12T02:56:02.938Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-12T02:56:03.002Z | + rustc --version |
59 | 2024-07-12T02:56:03.109Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-12T02:56:03.134Z | process exited: duration 13813 ms, exit code 0 |
|
61 | 2024-07-12T02:56:03.184Z | starting task 2: "authentication" |
62 | 2024-07-12T02:56:03.241Z | process exited: duration 57 ms, exit code 0 |
|
63 | 2024-07-12T02:56:03.291Z | starting task 3: "clone repository" |
64 | 2024-07-12T02:56:03.315Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-12T02:56:03.315Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-12T02:56:03.340Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-12T02:56:09.523Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-12T02:56:09.523Z | + git fetch origin 4593c8d7b714ffcb8a6be53d0e6c654f6826344b |
69 | 2024-07-12T02:56:10.012Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-12T02:56:10.012Z | * branch 4593c8d7b714ffcb8a6be53d0e6c654f6826344b -> FETCH_HEAD |
71 | 2024-07-12T02:56:10.036Z | + [[ -n sunshowers/spr/example-conversion-of-nexus-internal-api ]] |
72 | 2024-07-12T02:56:10.036Z | ++ git branch --show-current |
73 | 2024-07-12T02:56:10.036Z | + current=main |
74 | 2024-07-12T02:56:10.036Z | + [[ main != sunshowers/spr/example-conversion-of-nexus-internal-api ]] |
75 | 2024-07-12T02:56:10.036Z | + git branch -f sunshowers/spr/example-conversion-of-nexus-internal-api 4593c8d7b714ffcb8a6be53d0e6c654f6826344b |
76 | 2024-07-12T02:56:10.060Z | + git checkout -f sunshowers/spr/example-conversion-of-nexus-internal-api |
77 | 2024-07-12T02:56:10.202Z | Switched to branch 'sunshowers/spr/example-conversion-of-nexus-internal-api' |
78 | 2024-07-12T02:56:10.227Z | + git reset --hard 4593c8d7b714ffcb8a6be53d0e6c654f6826344b |
79 | 2024-07-12T02:56:10.251Z | HEAD is now at 4593c8d7b update readme |
80 | 2024-07-12T02:56:10.251Z | process exited: duration 6942 ms, exit code 0 |
|
81 | 2024-07-12T02:56:10.300Z | starting task 4: "build" |
82 | 2024-07-12T02:56:10.325Z | + cargo --version |
83 | 2024-07-12T02:56:10.374Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-12T02:56:10.398Z | + rustc --version |
85 | 2024-07-12T02:56:10.447Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-12T02:56:10.471Z | + WORK=/work |
87 | 2024-07-12T02:56:10.471Z | + pfexec mkdir -p /work |
88 | 2024-07-12T02:56:10.471Z | + pfexec chown build /work |
89 | 2024-07-12T02:56:10.472Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-07-12T02:56:16.430Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-07-12T02:56:18.574Z | Startup: Caching catalogs ... Done |
92 | 2024-07-12T02:56:22.256Z | Planning: Solver setup ... Done (3.063s) |
93 | 2024-07-12T02:56:22.316Z | Planning: Running solver ... Done (0.059s) |
94 | 2024-07-12T02:56:22.359Z | Planning: Finding local manifests ... Done (0.002s) |
95 | 2024-07-12T02:56:22.452Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-07-12T02:56:22.803Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-07-12T02:56:22.862Z | Planning: Package planning ... Done (0.060s) |
98 | 2024-07-12T02:56:22.921Z | Planning: Merging actions ... Done (0.058s) |
99 | 2024-07-12T02:56:23.276Z | Planning: Checking for conflicting actions ... Done (0.355s) |
100 | 2024-07-12T02:56:23.301Z | Planning: Consolidating action changes ... Done (0.014s) |
101 | 2024-07-12T02:56:23.925Z | Planning: Evaluating mediators ... Done (0.634s) |
102 | 2024-07-12T02:56:23.949Z | Planning: Planning completed in 5.30 seconds |
103 | 2024-07-12T02:56:23.974Z | Packages to install: 4 |
104 | 2024-07-12T02:56:23.974Z | Mediators to change: 2 |
105 | 2024-07-12T02:56:23.974Z | Services to change: 1 |
106 | 2024-07-12T02:56:23.974Z | Estimated space available: 148.89 GB |
107 | 2024-07-12T02:56:23.974Z | Estimated space to be consumed: 1.46 GB |
108 | 2024-07-12T02:56:23.974Z | Create boot environment: No |
109 | 2024-07-12T02:56:23.974Z | Create backup boot environment: No |
110 | 2024-07-12T02:56:23.974Z | Rebuild boot archive: No |
111 | 2024-07-12T02:56:23.974Z | |
112 | 2024-07-12T02:56:23.974Z | Changed mediators: |
113 | 2024-07-12T02:56:23.974Z | mediator clang: |
114 | 2024-07-12T02:56:23.974Z | version: None -> 15 (system default) |
115 | 2024-07-12T02:56:23.974Z | |
116 | 2024-07-12T02:56:23.974Z | mediator llvm: |
117 | 2024-07-12T02:56:23.975Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-07-12T02:56:23.975Z | |
119 | 2024-07-12T02:56:23.975Z | Changed packages: |
120 | 2024-07-12T02:56:23.975Z | helios-dev |
121 | 2024-07-12T02:56:23.975Z | developer/build-essential |
122 | 2024-07-12T02:56:23.975Z | None -> 11-2.0 |
123 | 2024-07-12T02:56:23.975Z | library/libxmlsec1 |
124 | 2024-07-12T02:56:23.975Z | None -> 1.2.35-2.0 |
125 | 2024-07-12T02:56:23.975Z | ooce/developer/clang-15 |
126 | 2024-07-12T02:56:23.975Z | None -> 15.0.7-2.0 |
127 | 2024-07-12T02:56:23.975Z | ooce/developer/llvm-15 |
128 | 2024-07-12T02:56:23.975Z | None -> 15.0.7-2.0 |
129 | 2024-07-12T02:56:23.975Z | |
130 | 2024-07-12T02:56:23.975Z | Services: |
131 | 2024-07-12T02:56:23.975Z | restart_fmri: |
132 | 2024-07-12T02:56:23.975Z | svc:/system/update-man-index:default |
133 | 2024-07-12T02:56:24.003Z | |
134 | 2024-07-12T02:56:24.003Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-07-12T02:56:29.004Z | Download: 981/3290 items 19.5/212.6MB 9% complete (4.0M/s) |
136 | 2024-07-12T02:56:34.005Z | Download: 1537/3290 items 116.3/212.6MB 54% complete (11.8M/s) |
137 | 2024-07-12T02:56:39.007Z | Download: 2365/3290 items 120.0/212.6MB 56% complete (10.1M/s) |
138 | 2024-07-12T02:56:44.005Z | Download: 3287/3290 items 212.0/212.6MB 99% complete (9.5M/s) |
139 | 2024-07-12T02:56:44.264Z | Download: Completed 212.60 MB in 20.26 seconds (10.5M/s) |
140 | 2024-07-12T02:56:44.573Z | Actions: 1/3689 actions (Installing new actions) |
141 | 2024-07-12T02:56:49.587Z | Actions: 2404/3689 actions (Installing new actions) |
142 | 2024-07-12T02:56:50.497Z | Actions: Completed 3689 actions in 5.92 seconds. |
143 | 2024-07-12T02:56:50.831Z | Done (0.327s) |
144 | 2024-07-12T02:56:50.831Z | Done (0.000s) |
145 | 2024-07-12T02:56:51.218Z | Done (0.387s) |
146 | 2024-07-12T02:56:56.434Z | Done (5.069s) |
147 | 2024-07-12T02:56:56.527Z | Done (0.019s) |
148 | 2024-07-12T02:56:56.551Z | Done (0.000s) |
149 | 2024-07-12T02:56:56.697Z | Done (0.000s) |
150 | 2024-07-12T02:56:57.371Z | Planning: Evaluating mediator changes ... Done |
151 | 2024-07-12T02:56:57.621Z | Planning: Checking for conflicting actions ... Done |
152 | 2024-07-12T02:56:57.646Z | Planning: Consolidating action changes ... Done |
153 | 2024-07-12T02:56:57.959Z | Planning: Evaluating mediators ... Done |
154 | 2024-07-12T02:56:57.983Z | Planning: Planning completed in 0.59 seconds |
155 | 2024-07-12T02:56:58.007Z | Mediators to change: 2 |
156 | 2024-07-12T02:56:58.007Z | Create boot environment: No |
157 | 2024-07-12T02:56:58.007Z | Create backup boot environment: No |
158 | 2024-07-12T02:56:58.063Z | Done |
159 | 2024-07-12T02:56:58.063Z | Done |
160 | 2024-07-12T02:56:58.372Z | Done |
161 | 2024-07-12T02:57:02.841Z | Done |
162 | 2024-07-12T02:57:02.936Z | Done |
163 | 2024-07-12T02:57:02.936Z | Done |
164 | 2024-07-12T02:57:03.014Z | Done |
165 | 2024-07-12T02:57:03.821Z | Planning: Evaluating mediator changes ... Done |
166 | 2024-07-12T02:57:03.846Z | Planning: Merging actions ... Done |
167 | 2024-07-12T02:57:04.110Z | Planning: Checking for conflicting actions ... Done |
168 | 2024-07-12T02:57:04.135Z | Planning: Consolidating action changes ... Done |
169 | 2024-07-12T02:57:04.430Z | Planning: Evaluating mediators ... Done |
170 | 2024-07-12T02:57:04.505Z | Planning: Planning completed in 0.99 seconds |
171 | 2024-07-12T02:57:04.547Z | Packages to change: 1 |
172 | 2024-07-12T02:57:04.547Z | Mediators to change: 1 |
173 | 2024-07-12T02:57:04.547Z | Services to change: 1 |
174 | 2024-07-12T02:57:04.547Z | Create boot environment: No |
175 | 2024-07-12T02:57:04.547Z | Create backup boot environment: Yes |
176 | 2024-07-12T02:57:06.110Z | Actions: 1/6 actions (Updating modified actions) |
177 | 2024-07-12T02:57:06.141Z | Actions: Completed 6 actions in 0.00 seconds. |
178 | 2024-07-12T02:57:06.141Z | Done |
179 | 2024-07-12T02:57:06.141Z | Done |
180 | 2024-07-12T02:57:06.195Z | Done |
181 | 2024-07-12T02:57:10.528Z | Done |
182 | 2024-07-12T02:57:10.623Z | Done |
183 | 2024-07-12T02:57:10.623Z | Done |
184 | 2024-07-12T02:57:10.695Z | Done |
185 | 2024-07-12T02:57:11.222Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
186 | 2024-07-12T02:57:11.222Z | clang system 15 system |
187 | 2024-07-12T02:57:11.222Z | csh system system illumos |
188 | 2024-07-12T02:57:11.222Z | ctags system system illumos |
189 | 2024-07-12T02:57:11.222Z | gcc vendor 12 vendor |
190 | 2024-07-12T02:57:11.222Z | gcc system 10 system |
191 | 2024-07-12T02:57:11.222Z | gcc system 7 system |
192 | 2024-07-12T02:57:11.222Z | go system 1.20 system |
193 | 2024-07-12T02:57:11.222Z | go system 1.19 system |
194 | 2024-07-12T02:57:11.222Z | llvm system 15 system |
195 | 2024-07-12T02:57:11.222Z | llvm system 14 system |
196 | 2024-07-12T02:57:11.222Z | mariadb system 10.6 system |
197 | 2024-07-12T02:57:11.222Z | mta vendor vendor dma |
198 | 2024-07-12T02:57:11.222Z | openjdk system 17 system |
199 | 2024-07-12T02:57:11.222Z | openjdk system 11 system |
200 | 2024-07-12T02:57:11.222Z | openjdk system 1.8 system |
201 | 2024-07-12T02:57:11.222Z | openssl vendor 3 vendor |
202 | 2024-07-12T02:57:11.222Z | perl system 5.36 system |
203 | 2024-07-12T02:57:11.222Z | postgresql system 15 system |
204 | 2024-07-12T02:57:11.222Z | postgresql system 13 system |
205 | 2024-07-12T02:57:11.222Z | python vendor 3 vendor |
206 | 2024-07-12T02:57:11.222Z | python system 2 system |
207 | 2024-07-12T02:57:11.222Z | python3 system 3.11 system |
208 | 2024-07-12T02:57:11.222Z | ruby system 3.0 system |
209 | 2024-07-12T02:57:11.223Z | words vendor vendor american-english |
210 | 2024-07-12T02:57:11.223Z | words system system australian-english |
211 | 2024-07-12T02:57:11.223Z | words system system british-english |
212 | 2024-07-12T02:57:11.223Z | words system system canadian-english |
213 | 2024-07-12T02:57:11.223Z | words system system french |
214 | 2024-07-12T02:57:11.223Z | words system system italian |
215 | 2024-07-12T02:57:11.223Z | words system system ngerman |
216 | 2024-07-12T02:57:11.223Z | words system system ogerman |
217 | 2024-07-12T02:57:11.223Z | words system system spanish |
218 | 2024-07-12T02:57:11.625Z | PUBLISHER TYPE STATUS P LOCATION |
219 | 2024-07-12T02:57:11.625Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
220 | 2024-07-12T02:57:13.476Z | FMRI IFO |
221 | 2024-07-12T02:57:13.476Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
222 | 2024-07-12T02:57:13.476Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
223 | 2024-07-12T02:57:13.476Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
224 | 2024-07-12T02:57:13.476Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
225 | 2024-07-12T02:57:13.476Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
226 | 2024-07-12T02:57:13.476Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
227 | 2024-07-12T02:57:13.476Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
228 | 2024-07-12T02:57:13.476Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
229 | 2024-07-12T02:57:13.476Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
230 | 2024-07-12T02:57:13.476Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
231 | 2024-07-12T02:57:13.476Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
232 | 2024-07-12T02:57:13.476Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
233 | 2024-07-12T02:57:14.050Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
234 | 2024-07-12T02:57:14.494Z | Updating git repository `https://github.com/oxidecomputer/zone` |
235 | 2024-07-12T02:57:14.888Z | Updating crates.io index |
236 | 2024-07-12T02:57:14.943Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
237 | 2024-07-12T02:57:15.723Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
238 | 2024-07-12T02:57:16.582Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
239 | 2024-07-12T02:57:16.960Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
240 | 2024-07-12T02:57:19.203Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
241 | 2024-07-12T02:57:19.539Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
242 | 2024-07-12T02:57:19.898Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
243 | 2024-07-12T02:57:20.968Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
244 | 2024-07-12T02:57:22.868Z | Updating git repository `https://github.com/oxidecomputer/opte` |
245 | 2024-07-12T02:57:23.995Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
246 | 2024-07-12T02:57:24.743Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
247 | 2024-07-12T02:57:25.416Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
248 | 2024-07-12T02:57:25.803Z | Updating git repository `https://github.com/oxidecomputer/sprockets` |
249 | 2024-07-12T02:57:26.259Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
250 | 2024-07-12T02:57:26.654Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
251 | 2024-07-12T02:57:27.043Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
252 | 2024-07-12T02:57:27.460Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
253 | 2024-07-12T02:57:27.827Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
254 | 2024-07-12T02:57:28.161Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
255 | 2024-07-12T02:57:28.602Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
256 | 2024-07-12T02:57:29.021Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
257 | 2024-07-12T02:57:29.404Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
258 | 2024-07-12T02:57:29.800Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
259 | 2024-07-12T02:57:30.530Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
260 | 2024-07-12T02:57:30.910Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
261 | 2024-07-12T02:57:31.318Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
262 | 2024-07-12T02:57:31.850Z | Updating git repository `https://github.com/oxidecomputer/typify` |
263 | 2024-07-12T02:57:34.082Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
264 | 2024-07-12T02:57:34.518Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
265 | 2024-07-12T02:57:34.906Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
266 | 2024-07-12T02:57:35.456Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
267 | 2024-07-12T02:57:37.041Z | Downloading crates ... |
268 | 2024-07-12T02:57:37.125Z | Downloaded foreign-types v0.3.2 |
269 | 2024-07-12T02:57:37.726Z | Downloaded openssl-probe v0.1.5 |
270 | 2024-07-12T02:57:37.726Z | Downloaded num-conv v0.1.0 |
271 | 2024-07-12T02:57:37.726Z | Downloaded num_threads v0.1.7 |
272 | 2024-07-12T02:57:37.726Z | Downloaded http-body v0.4.6 |
273 | 2024-07-12T02:57:37.726Z | Downloaded futures-task v0.3.30 |
274 | 2024-07-12T02:57:37.726Z | Downloaded pretty-hex v0.4.1 |
275 | 2024-07-12T02:57:37.726Z | Downloaded pin-project-lite v0.2.14 |
276 | 2024-07-12T02:57:37.726Z | Downloaded pest_generator v2.7.10 |
277 | 2024-07-12T02:57:37.726Z | Downloaded sync_wrapper v0.1.2 |
278 | 2024-07-12T02:57:37.726Z | Downloaded scroll_derive v0.12.0 |
279 | 2024-07-12T02:57:37.726Z | Downloaded proc-macro-error-attr v1.0.4 |
280 | 2024-07-12T02:57:37.726Z | Downloaded openssl v0.10.64 |
281 | 2024-07-12T02:57:37.726Z | Downloaded openssl-macros v0.1.1 |
282 | 2024-07-12T02:57:37.726Z | Downloaded tar v0.4.40 |
283 | 2024-07-12T02:57:37.726Z | Downloaded pest_derive v2.7.10 |
284 | 2024-07-12T02:57:37.726Z | Downloaded idna v0.5.0 |
285 | 2024-07-12T02:57:37.726Z | Downloaded try-lock v0.2.5 |
286 | 2024-07-12T02:57:37.726Z | Downloaded time-core v0.1.2 |
287 | 2024-07-12T02:57:37.726Z | Downloaded hyper v0.14.28 |
288 | 2024-07-12T02:57:37.726Z | Downloaded tabled_derive v0.7.0 |
289 | 2024-07-12T02:57:37.726Z | Downloaded thiserror-impl v1.0.60 |
290 | 2024-07-12T02:57:37.726Z | Downloaded strum v0.26.2 |
291 | 2024-07-12T02:57:37.726Z | Downloaded slab v0.4.9 |
292 | 2024-07-12T02:57:37.726Z | Downloaded swrite v0.1.0 |
293 | 2024-07-12T02:57:37.726Z | Downloaded libc v0.2.155 |
294 | 2024-07-12T02:57:37.726Z | Downloaded utf8parse v0.2.1 |
295 | 2024-07-12T02:57:37.726Z | Downloaded want v0.3.1 |
296 | 2024-07-12T02:57:37.726Z | Downloaded version_check v0.9.4 |
297 | 2024-07-12T02:57:37.726Z | Downloaded usdt-impl v0.5.0 |
298 | 2024-07-12T02:57:37.726Z | Downloaded usdt v0.5.0 |
299 | 2024-07-12T02:57:37.726Z | Downloaded smallvec v1.13.2 |
300 | 2024-07-12T02:57:37.726Z | Downloaded usdt-macro v0.5.0 |
301 | 2024-07-12T02:57:37.726Z | Downloaded usdt-attr-macro v0.5.0 |
302 | 2024-07-12T02:57:37.726Z | Downloaded serde_spanned v0.6.6 |
303 | 2024-07-12T02:57:37.727Z | Downloaded tower-service v0.3.2 |
304 | 2024-07-12T02:57:37.727Z | Downloaded tinyvec_macros v0.1.1 |
305 | 2024-07-12T02:57:37.727Z | Downloaded thiserror v1.0.60 |
306 | 2024-07-12T02:57:37.727Z | Downloaded signal-hook-registry v1.4.2 |
307 | 2024-07-12T02:57:37.727Z | Downloaded toml_datetime v0.6.6 |
308 | 2024-07-12T02:57:37.727Z | Downloaded tokio-macros v2.3.0 |
309 | 2024-07-12T02:57:37.727Z | Downloaded rustls-pemfile v1.0.4 |
310 | 2024-07-12T02:57:37.727Z | Downloaded thread-id v4.2.1 |
311 | 2024-07-12T02:57:37.727Z | Downloaded slog-bunyan v2.5.0 |
312 | 2024-07-12T02:57:37.727Z | Downloaded xattr v1.3.1 |
313 | 2024-07-12T02:57:37.727Z | Downloaded sha2 v0.10.8 |
314 | 2024-07-12T02:57:37.727Z | Downloaded tokio-native-tls v0.3.1 |
315 | 2024-07-12T02:57:37.727Z | Downloaded quote v1.0.36 |
316 | 2024-07-12T02:57:37.727Z | Downloaded thread_local v1.1.8 |
317 | 2024-07-12T02:57:37.727Z | Downloaded strum_macros v0.26.4 |
318 | 2024-07-12T02:57:37.727Z | Downloaded serde_urlencoded v0.7.1 |
319 | 2024-07-12T02:57:37.727Z | Downloaded time-macros v0.2.18 |
320 | 2024-07-12T02:57:37.727Z | Downloaded semver v1.0.23 |
321 | 2024-07-12T02:57:37.727Z | Downloaded scroll v0.12.0 |
322 | 2024-07-12T02:57:37.727Z | Downloaded pkg-config v0.3.30 |
323 | 2024-07-12T02:57:37.727Z | Downloaded proc-macro-error v1.0.4 |
324 | 2024-07-12T02:57:37.727Z | Downloaded slog-term v2.9.1 |
325 | 2024-07-12T02:57:37.727Z | Downloaded unicode-ident v1.0.12 |
326 | 2024-07-12T02:57:37.727Z | Downloaded ucd-trie v0.1.6 |
327 | 2024-07-12T02:57:37.727Z | Downloaded proc-macro2 v1.0.86 |
328 | 2024-07-12T02:57:37.727Z | Downloaded term v0.7.0 |
329 | 2024-07-12T02:57:37.727Z | Downloaded zerocopy-derive v0.7.34 |
330 | 2024-07-12T02:57:37.727Z | Downloaded typenum v1.17.0 |
331 | 2024-07-12T02:57:37.727Z | Downloaded toml v0.8.14 |
332 | 2024-07-12T02:57:37.727Z | Downloaded socket2 v0.5.7 |
333 | 2024-07-12T02:57:37.727Z | Downloaded unicode-bidi v0.3.15 |
334 | 2024-07-12T02:57:37.727Z | Downloaded tracing v0.1.40 |
335 | 2024-07-12T02:57:37.727Z | Downloaded serde v1.0.204 |
336 | 2024-07-12T02:57:37.727Z | Downloaded url v2.5.0 |
337 | 2024-07-12T02:57:37.727Z | Downloaded tracing-core v0.1.32 |
338 | 2024-07-12T02:57:37.727Z | Downloaded tinyvec v1.6.0 |
339 | 2024-07-12T02:57:37.728Z | Downloaded toml_edit v0.22.14 |
340 | 2024-07-12T02:57:37.728Z | Downloaded serde_derive v1.0.204 |
341 | 2024-07-12T02:57:37.728Z | Downloaded zerocopy v0.7.34 |
342 | 2024-07-12T02:57:37.728Z | Downloaded vcpkg v0.2.15 |
343 | 2024-07-12T02:57:37.728Z | Downloaded syn v2.0.68 |
344 | 2024-07-12T02:57:37.728Z | Downloaded unicode-width v0.1.13 |
345 | 2024-07-12T02:57:37.728Z | Downloaded syn v1.0.109 |
346 | 2024-07-12T02:57:37.728Z | Downloaded tokio v1.38.0 |
347 | 2024-07-12T02:57:37.728Z | Downloaded rustix v0.38.34 |
348 | 2024-07-12T02:57:37.728Z | Downloaded winnow v0.6.8 |
349 | 2024-07-12T02:57:37.728Z | Downloaded unicode-normalization v0.1.23 |
350 | 2024-07-12T02:57:37.728Z | Downloaded tokio-util v0.7.11 |
351 | 2024-07-12T02:57:37.728Z | Downloaded time v0.3.36 |
352 | 2024-07-12T02:57:37.728Z | Downloaded tabled v0.15.0 |
353 | 2024-07-12T02:57:37.728Z | Downloaded serde_json v1.0.120 |
354 | 2024-07-12T02:57:37.728Z | Downloaded reqwest v0.11.27 |
355 | 2024-07-12T02:57:37.728Z | Downloaded ryu v1.0.18 |
356 | 2024-07-12T02:57:37.728Z | Downloaded slog v2.7.0 |
357 | 2024-07-12T02:57:37.728Z | Downloaded terminal_size v0.3.0 |
358 | 2024-07-12T02:57:37.728Z | Downloaded take_mut v0.2.2 |
359 | 2024-07-12T02:57:37.728Z | Downloaded slog-json v2.6.1 |
360 | 2024-07-12T02:57:37.728Z | Downloaded slog-async v2.8.0 |
361 | 2024-07-12T02:57:37.728Z | Downloaded serde_tokenstream v0.2.1 |
362 | 2024-07-12T02:57:37.728Z | Downloaded scopeguard v1.2.0 |
363 | 2024-07-12T02:57:37.728Z | Downloaded rustversion v1.0.17 |
364 | 2024-07-12T02:57:37.728Z | Downloaded powerfmt v0.2.0 |
365 | 2024-07-12T02:57:37.728Z | Downloaded pin-utils v0.1.0 |
366 | 2024-07-12T02:57:37.728Z | Downloaded encoding_rs v0.8.34 |
367 | 2024-07-12T02:57:37.728Z | Downloaded futures-util v0.3.30 |
368 | 2024-07-12T02:57:37.753Z | Downloaded openssl-sys v0.9.102 |
369 | 2024-07-12T02:57:37.753Z | Downloaded http v0.2.12 |
370 | 2024-07-12T02:57:37.753Z | Downloaded hashbrown v0.14.5 |
371 | 2024-07-12T02:57:37.753Z | Downloaded strsim v0.11.1 |
372 | 2024-07-12T02:57:37.753Z | Downloaded pest_meta v2.7.10 |
373 | 2024-07-12T02:57:37.753Z | Downloaded percent-encoding v2.3.1 |
374 | 2024-07-12T02:57:37.753Z | Downloaded parking_lot v0.12.2 |
375 | 2024-07-12T02:57:37.753Z | Downloaded once_cell v1.19.0 |
376 | 2024-07-12T02:57:37.753Z | Downloaded num_cpus v1.16.0 |
377 | 2024-07-12T02:57:37.753Z | Downloaded native-tls v0.2.11 |
378 | 2024-07-12T02:57:37.753Z | Downloaded miniz_oxide v0.7.2 |
379 | 2024-07-12T02:57:37.753Z | Downloaded memmap v0.7.0 |
380 | 2024-07-12T02:57:37.753Z | Downloaded log v0.4.21 |
381 | 2024-07-12T02:57:37.753Z | Downloaded is_terminal_polyfill v1.70.0 |
382 | 2024-07-12T02:57:37.753Z | Downloaded ipnet v2.9.0 |
383 | 2024-07-12T02:57:37.753Z | Downloaded httparse v1.8.0 |
384 | 2024-07-12T02:57:37.753Z | Downloaded goblin v0.8.2 |
385 | 2024-07-12T02:57:37.754Z | Downloaded futures-sink v0.3.30 |
386 | 2024-07-12T02:57:37.754Z | Downloaded futures-channel v0.3.30 |
387 | 2024-07-12T02:57:37.754Z | Downloaded fs-err v2.11.0 |
388 | 2024-07-12T02:57:37.754Z | Downloaded fnv v1.0.7 |
389 | 2024-07-12T02:57:37.754Z | Downloaded match_cfg v0.1.0 |
390 | 2024-07-12T02:57:37.754Z | Downloaded futures-io v0.3.30 |
391 | 2024-07-12T02:57:37.754Z | Downloaded foreign-types-shared v0.1.1 |
392 | 2024-07-12T02:57:37.754Z | Downloaded plain v0.2.3 |
393 | 2024-07-12T02:57:37.754Z | Downloaded memchr v2.7.2 |
394 | 2024-07-12T02:57:37.754Z | Downloaded indexmap v2.2.6 |
395 | 2024-07-12T02:57:37.754Z | Downloaded heck v0.5.0 |
396 | 2024-07-12T02:57:37.754Z | Downloaded cc v1.0.97 |
397 | 2024-07-12T02:57:37.754Z | Downloaded camino v1.1.7 |
398 | 2024-07-12T02:57:37.754Z | Downloaded bytes v1.6.0 |
399 | 2024-07-12T02:57:37.754Z | Downloaded base64 v0.21.7 |
400 | 2024-07-12T02:57:37.779Z | Downloaded pest v2.7.10 |
401 | 2024-07-12T02:57:37.779Z | Downloaded parking_lot_core v0.9.10 |
402 | 2024-07-12T02:57:37.779Z | Downloaded papergrid v0.11.0 |
403 | 2024-07-12T02:57:37.779Z | Downloaded mio v0.8.11 |
404 | 2024-07-12T02:57:37.803Z | Downloaded lock_api v0.4.12 |
405 | 2024-07-12T02:57:37.803Z | Downloaded h2 v0.3.26 |
406 | 2024-07-12T02:57:37.803Z | Downloaded flate2 v1.0.30 |
407 | 2024-07-12T02:57:37.804Z | Downloaded filetime v0.2.23 |
408 | 2024-07-12T02:57:37.804Z | Downloaded crossbeam-utils v0.8.19 |
409 | 2024-07-12T02:57:37.804Z | Downloaded crossbeam-channel v0.5.12 |
410 | 2024-07-12T02:57:37.828Z | Downloaded clap_builder v4.5.2 |
411 | 2024-07-12T02:57:37.828Z | Downloaded macaddr v1.0.1 |
412 | 2024-07-12T02:57:37.828Z | Downloaded itoa v1.0.11 |
413 | 2024-07-12T02:57:37.828Z | Downloaded hyper-tls v0.5.0 |
414 | 2024-07-12T02:57:37.828Z | Downloaded httpdate v1.0.3 |
415 | 2024-07-12T02:57:37.828Z | Downloaded heck v0.4.1 |
416 | 2024-07-12T02:57:37.828Z | Downloaded generic-array v0.14.7 |
417 | 2024-07-12T02:57:37.828Z | Downloaded futures-executor v0.3.30 |
418 | 2024-07-12T02:57:37.828Z | Downloaded futures v0.3.30 |
419 | 2024-07-12T02:57:37.853Z | Downloaded dirs-sys-next v0.1.2 |
420 | 2024-07-12T02:57:37.853Z | Downloaded digest v0.10.7 |
421 | 2024-07-12T02:57:37.853Z | Downloaded crypto-common v0.1.6 |
422 | 2024-07-12T02:57:37.853Z | Downloaded crc32fast v1.4.0 |
423 | 2024-07-12T02:57:37.853Z | Downloaded cpufeatures v0.2.12 |
424 | 2024-07-12T02:57:37.853Z | Downloaded clap_derive v4.5.4 |
425 | 2024-07-12T02:57:37.853Z | Downloaded clap v4.5.4 |
426 | 2024-07-12T02:57:37.853Z | Downloaded byteorder v1.5.0 |
427 | 2024-07-12T02:57:37.877Z | Downloaded bytecount v0.6.8 |
428 | 2024-07-12T02:57:37.877Z | Downloaded bitflags v2.5.0 |
429 | 2024-07-12T02:57:37.877Z | Downloaded anyhow v1.0.86 |
430 | 2024-07-12T02:57:37.877Z | Downloaded anstream v0.6.14 |
431 | 2024-07-12T02:57:37.877Z | Downloaded mime v0.3.17 |
432 | 2024-07-12T02:57:37.877Z | Downloaded hostname v0.3.1 |
433 | 2024-07-12T02:57:37.878Z | Downloaded cargo_toml v0.20.3 |
434 | 2024-07-12T02:57:37.878Z | Downloaded futures-macro v0.3.30 |
435 | 2024-07-12T02:57:37.878Z | Downloaded errno v0.3.9 |
436 | 2024-07-12T02:57:37.878Z | Downloaded equivalent v1.0.1 |
437 | 2024-07-12T02:57:37.878Z | Downloaded dirs-next v2.0.0 |
438 | 2024-07-12T02:57:37.878Z | Downloaded deranged v0.3.11 |
439 | 2024-07-12T02:57:37.878Z | Downloaded colorchoice v1.0.1 |
440 | 2024-07-12T02:57:37.902Z | Downloaded clap_lex v0.7.0 |
441 | 2024-07-12T02:57:37.902Z | Downloaded cfg-if v1.0.0 |
442 | 2024-07-12T02:57:37.902Z | Downloaded autocfg v1.3.0 |
443 | 2024-07-12T02:57:37.902Z | Downloaded futures-core v0.3.30 |
444 | 2024-07-12T02:57:37.902Z | Downloaded form_urlencoded v1.2.1 |
445 | 2024-07-12T02:57:37.902Z | Downloaded dtrace-parser v0.2.0 |
446 | 2024-07-12T02:57:37.902Z | Downloaded dof v0.3.0 |
447 | 2024-07-12T02:57:37.902Z | Downloaded cargo-platform v0.1.8 |
448 | 2024-07-12T02:57:37.902Z | Downloaded block-buffer v0.10.4 |
449 | 2024-07-12T02:57:37.902Z | Downloaded adler v1.0.2 |
450 | 2024-07-12T02:57:37.902Z | Downloaded is-terminal v0.4.12 |
451 | 2024-07-12T02:57:37.902Z | Downloaded cargo_metadata v0.18.1 |
452 | 2024-07-12T02:57:37.902Z | Downloaded anstyle-query v1.0.3 |
453 | 2024-07-12T02:57:37.903Z | Downloaded anstyle-parse v0.2.4 |
454 | 2024-07-12T02:57:37.903Z | Downloaded anstyle v1.0.7 |
455 | 2024-07-12T02:57:38.049Z | Compiling proc-macro2 v1.0.86 |
456 | 2024-07-12T02:57:38.049Z | Compiling unicode-ident v1.0.12 |
457 | 2024-07-12T02:57:38.073Z | Compiling libc v0.2.155 |
458 | 2024-07-12T02:57:38.073Z | Compiling version_check v0.9.4 |
459 | 2024-07-12T02:57:38.073Z | Compiling cfg-if v1.0.0 |
460 | 2024-07-12T02:57:38.073Z | Compiling itoa v1.0.11 |
461 | 2024-07-12T02:57:38.073Z | Compiling once_cell v1.19.0 |
462 | 2024-07-12T02:57:38.073Z | Compiling serde v1.0.204 |
463 | 2024-07-12T02:57:38.254Z | Compiling autocfg v1.3.0 |
464 | 2024-07-12T02:57:38.378Z | Compiling memchr v2.7.2 |
465 | 2024-07-12T02:57:38.408Z | Compiling thiserror v1.0.60 |
466 | 2024-07-12T02:57:38.599Z | Compiling ryu v1.0.18 |
467 | 2024-07-12T02:57:38.782Z | Compiling pin-project-lite v0.2.14 |
468 | 2024-07-12T02:57:38.852Z | Compiling bitflags v2.5.0 |
469 | 2024-07-12T02:57:38.908Z | Compiling ucd-trie v0.1.6 |
470 | 2024-07-12T02:57:38.932Z | Compiling pkg-config v0.3.30 |
471 | 2024-07-12T02:57:39.112Z | Compiling cc v1.0.97 |
472 | 2024-07-12T02:57:39.137Z | Compiling lock_api v0.4.12 |
473 | 2024-07-12T02:57:39.259Z | Compiling vcpkg v0.2.15 |
474 | 2024-07-12T02:57:39.350Z | Compiling parking_lot_core v0.9.10 |
475 | 2024-07-12T02:57:39.606Z | Compiling quote v1.0.36 |
476 | 2024-07-12T02:57:39.725Z | Compiling slab v0.4.9 |
477 | 2024-07-12T02:57:39.956Z | Compiling syn v2.0.68 |
478 | 2024-07-12T02:57:40.191Z | Compiling futures-core v0.3.30 |
479 | 2024-07-12T02:57:40.215Z | Compiling futures-sink v0.3.30 |
480 | 2024-07-12T02:57:40.262Z | Compiling smallvec v1.13.2 |
481 | 2024-07-12T02:57:40.286Z | Compiling bytes v1.6.0 |
482 | 2024-07-12T02:57:40.341Z | Compiling scopeguard v1.2.0 |
483 | 2024-07-12T02:57:40.496Z | Compiling equivalent v1.0.1 |
484 | 2024-07-12T02:57:40.575Z | Compiling log v0.4.21 |
485 | 2024-07-12T02:57:40.635Z | Compiling byteorder v1.5.0 |
486 | 2024-07-12T02:57:41.040Z | Compiling serde_json v1.0.120 |
487 | 2024-07-12T02:57:41.077Z | Compiling hashbrown v0.14.5 |
488 | 2024-07-12T02:57:41.161Z | Compiling fnv v1.0.7 |
489 | 2024-07-12T02:57:41.267Z | Compiling parking_lot v0.12.2 |
490 | 2024-07-12T02:57:41.358Z | Compiling futures-channel v0.3.30 |
491 | 2024-07-12T02:57:41.383Z | Compiling num_cpus v1.16.0 |
492 | 2024-07-12T02:57:41.485Z | Compiling mio v0.8.11 |
493 | 2024-07-12T02:57:41.512Z | Compiling socket2 v0.5.7 |
494 | 2024-07-12T02:57:41.550Z | Compiling signal-hook-registry v1.4.2 |
495 | 2024-07-12T02:57:41.723Z | Compiling futures-io v0.3.30 |
496 | 2024-07-12T02:57:42.031Z | Compiling pin-utils v0.1.0 |
497 | 2024-07-12T02:57:42.101Z | Compiling rustix v0.38.34 |
498 | 2024-07-12T02:57:42.171Z | Compiling openssl-sys v0.9.102 |
499 | 2024-07-12T02:57:42.293Z | Compiling indexmap v2.2.6 |
500 | 2024-07-12T02:57:42.319Z | Compiling typenum v1.17.0 |
501 | 2024-07-12T02:57:42.428Z | Compiling futures-task v0.3.30 |
502 | 2024-07-12T02:57:42.688Z | Compiling errno v0.3.9 |
503 | 2024-07-12T02:57:42.748Z | Compiling generic-array v0.14.7 |
504 | 2024-07-12T02:57:42.919Z | Compiling slog v2.7.0 |
505 | 2024-07-12T02:57:42.963Z | Compiling foreign-types-shared v0.1.1 |
506 | 2024-07-12T02:57:43.060Z | Compiling openssl v0.10.64 |
507 | 2024-07-12T02:57:43.169Z | Compiling foreign-types v0.3.2 |
508 | 2024-07-12T02:57:43.509Z | Compiling http v0.2.12 |
509 | 2024-07-12T02:57:43.565Z | Compiling usdt-impl v0.5.0 |
510 | 2024-07-12T02:57:43.565Z | Compiling proc-macro-error-attr v1.0.4 |
511 | 2024-07-12T02:57:43.827Z | Compiling tracing-core v0.1.32 |
512 | 2024-07-12T02:57:43.852Z | Compiling powerfmt v0.2.0 |
513 | 2024-07-12T02:57:43.987Z | Compiling num-conv v0.1.0 |
514 | 2024-07-12T02:57:44.217Z | Compiling time-core v0.1.2 |
515 | 2024-07-12T02:57:44.242Z | Compiling native-tls v0.2.11 |
516 | 2024-07-12T02:57:44.376Z | Compiling syn v1.0.109 |
517 | 2024-07-12T02:57:44.495Z | Compiling httparse v1.8.0 |
518 | 2024-07-12T02:57:44.592Z | Compiling tinyvec_macros v0.1.1 |
519 | 2024-07-12T02:57:44.691Z | Compiling tinyvec v1.6.0 |
520 | 2024-07-12T02:57:44.954Z | Compiling tracing v0.1.40 |
521 | 2024-07-12T02:57:44.978Z | Compiling time-macros v0.2.18 |
522 | 2024-07-12T02:57:45.097Z | Compiling deranged v0.3.11 |
523 | 2024-07-12T02:57:45.334Z | Compiling thread-id v4.2.1 |
524 | 2024-07-12T02:57:45.711Z | Compiling proc-macro-error v1.0.4 |
525 | 2024-07-12T02:57:45.800Z | Compiling utf8parse v0.2.1 |
526 | 2024-07-12T02:57:45.856Z | Compiling openssl-probe v0.1.5 |
527 | 2024-07-12T02:57:45.952Z | Compiling plain v0.2.3 |
528 | 2024-07-12T02:57:45.976Z | Compiling percent-encoding v2.3.1 |
529 | 2024-07-12T02:57:45.976Z | Compiling rustversion v1.0.17 |
530 | 2024-07-12T02:57:46.103Z | Compiling try-lock v0.2.5 |
531 | 2024-07-12T02:57:46.161Z | Compiling heck v0.5.0 |
532 | 2024-07-12T02:57:46.249Z | Compiling num_threads v0.1.7 |
533 | 2024-07-12T02:57:46.325Z | Compiling crossbeam-utils v0.8.19 |
534 | 2024-07-12T02:57:46.369Z | Compiling want v0.3.1 |
535 | 2024-07-12T02:57:46.456Z | Compiling form_urlencoded v1.2.1 |
536 | 2024-07-12T02:57:46.646Z | Compiling anstyle-parse v0.2.4 |
537 | 2024-07-12T02:57:46.671Z | Compiling unicode-normalization v0.1.23 |
538 | 2024-07-12T02:57:46.885Z | Compiling http-body v0.4.6 |
539 | 2024-07-12T02:57:46.954Z | Compiling dirs-sys-next v0.1.2 |
540 | 2024-07-12T02:57:47.380Z | Compiling anstyle v1.0.7 |
541 | 2024-07-12T02:57:47.441Z | Compiling camino v1.1.7 |
542 | 2024-07-12T02:57:47.511Z | Compiling unicode-bidi v0.3.15 |
543 | 2024-07-12T02:57:47.535Z | Compiling pretty-hex v0.4.1 |
544 | 2024-07-12T02:57:47.559Z | Compiling winnow v0.6.8 |
545 | 2024-07-12T02:57:47.733Z | Compiling semver v1.0.23 |
546 | 2024-07-12T02:57:47.789Z | Compiling crc32fast v1.4.0 |
547 | 2024-07-12T02:57:47.813Z | Compiling time v0.3.36 |
548 | 2024-07-12T02:57:47.963Z | Compiling tower-service v0.3.2 |
549 | 2024-07-12T02:57:48.102Z | Compiling anstyle-query v1.0.3 |
550 | 2024-07-12T02:57:48.166Z | Compiling colorchoice v1.0.1 |
551 | 2024-07-12T02:57:48.217Z | Compiling is_terminal_polyfill v1.70.0 |
552 | 2024-07-12T02:57:48.242Z | Compiling httpdate v1.0.3 |
553 | 2024-07-12T02:57:48.320Z | Compiling anstream v0.6.14 |
554 | 2024-07-12T02:57:48.504Z | Compiling idna v0.5.0 |
555 | 2024-07-12T02:57:48.835Z | Compiling dirs-next v2.0.0 |
556 | 2024-07-12T02:57:49.626Z | Compiling crypto-common v0.1.6 |
557 | 2024-07-12T02:57:49.782Z | Compiling block-buffer v0.10.4 |
558 | 2024-07-12T02:57:49.814Z | Compiling terminal_size v0.3.0 |
559 | 2024-07-12T02:57:49.997Z | Compiling fs-err v2.11.0 |
560 | 2024-07-12T02:57:50.021Z | Compiling thread_local v1.1.8 |
561 | 2024-07-12T02:57:50.089Z | Compiling slog-async v2.8.0 |
562 | 2024-07-12T02:57:50.236Z | Compiling bytecount v0.6.8 |
563 | 2024-07-12T02:57:50.278Z | Compiling adler v1.0.2 |
564 | 2024-07-12T02:57:50.428Z | Compiling match_cfg v0.1.0 |
565 | 2024-07-12T02:57:50.494Z | Compiling strsim v0.11.1 |
566 | 2024-07-12T02:57:50.519Z | Compiling clap_lex v0.7.0 |
567 | 2024-07-12T02:57:50.543Z | Compiling base64 v0.21.7 |
568 | 2024-07-12T02:57:50.567Z | Compiling anyhow v1.0.86 |
569 | 2024-07-12T02:57:50.656Z | Compiling heck v0.4.1 |
570 | 2024-07-12T02:57:51.048Z | Compiling unicode-width v0.1.13 |
571 | 2024-07-12T02:57:51.086Z | Compiling serde_derive v1.0.204 |
572 | 2024-07-12T02:57:51.134Z | Compiling thiserror-impl v1.0.60 |
573 | 2024-07-12T02:57:51.158Z | Compiling zerocopy-derive v0.7.34 |
574 | 2024-07-12T02:57:51.183Z | Compiling tokio-macros v2.3.0 |
575 | 2024-07-12T02:57:51.260Z | Compiling futures-macro v0.3.30 |
576 | 2024-07-12T02:57:51.284Z | Compiling openssl-macros v0.1.1 |
577 | 2024-07-12T02:57:51.369Z | Compiling scroll_derive v0.12.0 |
578 | 2024-07-12T02:57:52.360Z | Compiling tabled_derive v0.7.0 |
579 | 2024-07-12T02:57:52.585Z | Compiling scroll v0.12.0 |
580 | 2024-07-12T02:57:52.630Z | Compiling tokio v1.38.0 |
581 | 2024-07-12T02:57:52.981Z | Compiling futures-util v0.3.30 |
582 | 2024-07-12T02:57:53.082Z | Compiling goblin v0.8.2 |
583 | 2024-07-12T02:57:53.132Z | Compiling zerocopy v0.7.34 |
584 | 2024-07-12T02:57:53.984Z | Compiling pest v2.7.10 |
585 | 2024-07-12T02:57:54.398Z | Compiling papergrid v0.11.0 |
586 | 2024-07-12T02:57:54.646Z | Compiling strum_macros v0.26.4 |
587 | 2024-07-12T02:57:56.505Z | Compiling pest_meta v2.7.10 |
588 | 2024-07-12T02:57:58.285Z | Compiling pest_generator v2.7.10 |
589 | 2024-07-12T02:57:59.255Z | Compiling futures-executor v0.3.30 |
590 | 2024-07-12T02:57:59.707Z | Compiling tokio-util v0.7.11 |
591 | 2024-07-12T02:57:59.760Z | Compiling tokio-native-tls v0.3.1 |
592 | 2024-07-12T02:57:59.964Z | Compiling clap_derive v4.5.4 |
593 | 2024-07-12T02:58:00.004Z | Compiling rustls-pemfile v1.0.4 |
594 | 2024-07-12T02:58:00.389Z | Compiling clap_builder v4.5.2 |
595 | 2024-07-12T02:58:00.867Z | Compiling h2 v0.3.26 |
596 | 2024-07-12T02:58:00.988Z | Compiling pest_derive v2.7.10 |
597 | 2024-07-12T02:58:01.619Z | Compiling dtrace-parser v0.2.0 |
598 | 2024-07-12T02:58:01.880Z | Compiling hostname v0.3.1 |
599 | 2024-07-12T02:58:02.190Z | Compiling miniz_oxide v0.7.2 |
600 | 2024-07-12T02:58:03.492Z | Compiling serde_tokenstream v0.2.1 |
601 | 2024-07-12T02:58:03.529Z | Compiling toml_datetime v0.6.6 |
602 | 2024-07-12T02:58:03.958Z | Compiling serde_spanned v0.6.6 |
603 | 2024-07-12T02:58:03.989Z | Compiling cargo-platform v0.1.8 |
604 | 2024-07-12T02:58:04.015Z | Compiling serde_urlencoded v0.7.1 |
605 | 2024-07-12T02:58:04.166Z | Compiling toml_edit v0.22.14 |
606 | 2024-07-12T02:58:05.114Z | Compiling dof v0.3.0 |
607 | 2024-07-12T02:58:05.297Z | Compiling hyper v0.14.28 |
608 | 2024-07-12T02:58:05.678Z | Compiling slog-json v2.6.1 |
609 | 2024-07-12T02:58:06.083Z | Compiling digest v0.10.7 |
610 | 2024-07-12T02:58:06.446Z | Compiling crossbeam-channel v0.5.12 |
611 | 2024-07-12T02:58:07.110Z | Compiling toml v0.8.14 |
612 | 2024-07-12T02:58:07.186Z | Compiling usdt-macro v0.5.0 |
613 | 2024-07-12T02:58:07.374Z | Compiling usdt-attr-macro v0.5.0 |
614 | 2024-07-12T02:58:07.399Z | Compiling url v2.5.0 |
615 | 2024-07-12T02:58:07.560Z | Compiling term v0.7.0 |
616 | 2024-07-12T02:58:08.572Z | Compiling hyper-tls v0.5.0 |
617 | 2024-07-12T02:58:08.599Z | Compiling xattr v1.3.1 |
618 | 2024-07-12T02:58:08.631Z | Compiling is-terminal v0.4.12 |
619 | 2024-07-12T02:58:08.655Z | Compiling memmap v0.7.0 |
620 | 2024-07-12T02:58:08.764Z | Compiling filetime v0.2.23 |
621 | 2024-07-12T02:58:08.864Z | Compiling encoding_rs v0.8.34 |
622 | 2024-07-12T02:58:08.891Z | Compiling cpufeatures v0.2.12 |
623 | 2024-07-12T02:58:08.921Z | Compiling mime v0.3.17 |
624 | 2024-07-12T02:58:08.996Z | Compiling sync_wrapper v0.1.2 |
625 | 2024-07-12T02:58:09.020Z | Compiling take_mut v0.2.2 |
626 | 2024-07-12T02:58:09.047Z | Compiling ipnet v2.9.0 |
627 | 2024-07-12T02:58:09.086Z | Compiling sha2 v0.10.8 |
628 | 2024-07-12T02:58:09.134Z | Compiling tar v0.4.40 |
629 | 2024-07-12T02:58:09.457Z | Compiling usdt v0.5.0 |
630 | 2024-07-12T02:58:09.860Z | Compiling slog-term v2.9.1 |
631 | 2024-07-12T02:58:10.102Z | Compiling flate2 v1.0.30 |
632 | 2024-07-12T02:58:10.222Z | Compiling cargo_toml v0.20.3 |
633 | 2024-07-12T02:58:10.928Z | Compiling reqwest v0.11.27 |
634 | 2024-07-12T02:58:10.953Z | Compiling slog-bunyan v2.5.0 |
635 | 2024-07-12T02:58:10.981Z | Compiling cargo_metadata v0.18.1 |
636 | 2024-07-12T02:58:11.009Z | Compiling clap v4.5.4 |
637 | 2024-07-12T02:58:11.117Z | Compiling macaddr v1.0.1 |
638 | 2024-07-12T02:58:11.145Z | Compiling futures v0.3.30 |
639 | 2024-07-12T02:58:11.256Z | Compiling strum v0.26.2 |
640 | 2024-07-12T02:58:11.312Z | Compiling tabled v0.15.0 |
641 | 2024-07-12T02:58:11.496Z | Compiling swrite v0.1.0 |
642 | 2024-07-12T02:58:16.796Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
643 | 2024-07-12T02:58:27.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
644 | 2024-07-12T02:58:27.265Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
645 | 2024-07-12T02:58:27.346Z | Jul 12 02:58:26.561 INFO Starting download, target: Clickhouse |
646 | 2024-07-12T02:58:27.346Z | Jul 12 02:58:26.562 INFO Starting download, target: Cockroach |
647 | 2024-07-12T02:58:27.346Z | Jul 12 02:58:26.562 INFO Starting download, target: Console |
648 | 2024-07-12T02:58:27.346Z | Jul 12 02:58:26.562 INFO Starting download, target: DendriteOpenapi |
649 | 2024-07-12T02:58:27.372Z | Jul 12 02:58:26.562 INFO Starting download, target: MaghemiteMgd |
650 | 2024-07-12T02:58:27.372Z | Jul 12 02:58:26.562 INFO Starting download, target: DendriteStub |
651 | 2024-07-12T02:58:27.372Z | Jul 12 02:58:26.562 INFO Starting download, target: TransceiverControl |
652 | 2024-07-12T02:58:27.372Z | Jul 12 02:58:26.563 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi |
653 | 2024-07-12T02:58:27.372Z | Jul 12 02:58:26.564 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
654 | 2024-07-12T02:58:27.372Z | Jul 12 02:58:26.564 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
655 | 2024-07-12T02:58:27.372Z | Jul 12 02:58:26.564 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
656 | 2024-07-12T02:58:27.372Z | Jul 12 02:58:26.564 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
657 | 2024-07-12T02:58:27.372Z | Jul 12 02:58:26.564 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
658 | 2024-07-12T02:58:27.372Z | Jul 12 02:58:26.564 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
659 | 2024-07-12T02:58:27.714Z | Jul 12 02:58:26.929 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
660 | 2024-07-12T02:58:28.058Z | Jul 12 02:58:27.275 INFO Download complete, target: Console |
661 | 2024-07-12T02:58:28.134Z | Jul 12 02:58:27.351 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
662 | 2024-07-12T02:58:28.320Z | Jul 12 02:58:27.537 INFO Download complete, target: DendriteOpenapi |
663 | 2024-07-12T02:58:28.885Z | Jul 12 02:58:28.101 INFO Download complete, target: TransceiverControl |
664 | 2024-07-12T02:58:29.384Z | Jul 12 02:58:28.601 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
665 | 2024-07-12T02:58:30.102Z | Jul 12 02:58:29.319 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
666 | 2024-07-12T02:58:32.658Z | Jul 12 02:58:31.875 INFO Download complete, target: DendriteStub |
667 | 2024-07-12T02:58:33.563Z | Jul 12 02:58:32.780 INFO Download complete, target: MaghemiteMgd |
668 | 2024-07-12T02:58:33.772Z | Jul 12 02:58:32.989 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
669 | 2024-07-12T02:58:33.772Z | Jul 12 02:58:32.989 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
670 | 2024-07-12T02:58:42.406Z | Jul 12 02:58:41.624 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
671 | 2024-07-12T02:58:43.654Z | Jul 12 02:58:42.871 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
672 | 2024-07-12T02:58:44.096Z | Jul 12 02:58:43.310 INFO Checking that binary works, target: Cockroach |
673 | 2024-07-12T02:58:44.286Z | Jul 12 02:58:43.503 INFO Download complete, target: Cockroach |
674 | 2024-07-12T02:58:58.984Z | Jul 12 02:58:58.202 INFO Checking that binary works, target: Clickhouse |
675 | 2024-07-12T02:58:59.126Z | Jul 12 02:58:58.344 INFO Download complete, target: Clickhouse |
676 | 2024-07-12T02:58:59.150Z | All prerequisites installed successfully |
677 | 2024-07-12T02:58:59.150Z | |
678 | 2024-07-12T02:58:59.150Z | real 2:48.683534261 |
679 | 2024-07-12T02:58:59.150Z | user 5:22.770823317 |
680 | 2024-07-12T02:58:59.150Z | sys 1:19.902576224 |
681 | 2024-07-12T02:58:59.150Z | trap 0.192878094 |
682 | 2024-07-12T02:58:59.150Z | tflt 0.088865796 |
683 | 2024-07-12T02:58:59.150Z | dflt 0.810704850 |
684 | 2024-07-12T02:58:59.150Z | kflt 0.006964381 |
685 | 2024-07-12T02:58:59.150Z | lock 15:29.972940220 |
686 | 2024-07-12T02:58:59.150Z | slp 14:49.610120385 |
687 | 2024-07-12T02:58:59.150Z | lat 23.925598624 |
688 | 2024-07-12T02:58:59.150Z | stop 1:03.056309533 |
689 | 2024-07-12T02:58:59.150Z | + ptime -m cargo xtask download softnpu |
690 | 2024-07-12T02:58:59.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
691 | 2024-07-12T02:58:59.880Z | Running `target/debug/xtask download softnpu` |
692 | 2024-07-12T02:58:59.912Z | Jul 12 02:58:59.130 INFO Starting download, target: Softnpu |
693 | 2024-07-12T02:58:59.936Z | Jul 12 02:58:59.131 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
694 | 2024-07-12T02:59:01.414Z | Jul 12 02:59:00.632 INFO Download complete, target: Softnpu |
695 | 2024-07-12T02:59:01.438Z | |
696 | 2024-07-12T02:59:01.438Z | real 2.272151166 |
697 | 2024-07-12T02:59:01.438Z | user 0.836653624 |
698 | 2024-07-12T02:59:01.438Z | sys 0.510304379 |
699 | 2024-07-12T02:59:01.438Z | trap 0.000677316 |
700 | 2024-07-12T02:59:01.438Z | tflt 0.000090868 |
701 | 2024-07-12T02:59:01.438Z | dflt 0.000173632 |
702 | 2024-07-12T02:59:01.438Z | kflt 0.000000000 |
703 | 2024-07-12T02:59:01.438Z | lock 16.328942650 |
704 | 2024-07-12T02:59:01.438Z | slp 1.273444146 |
705 | 2024-07-12T02:59:01.438Z | lat 0.169032375 |
706 | 2024-07-12T02:59:01.438Z | stop 0.000394995 |
707 | 2024-07-12T02:59:01.438Z | + export CARGO_INCREMENTAL=0 |
708 | 2024-07-12T02:59:01.438Z | + CARGO_INCREMENTAL=0 |
709 | 2024-07-12T02:59:01.439Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
710 | 2024-07-12T02:59:02.124Z | Downloading crates ... |
711 | 2024-07-12T02:59:02.278Z | Downloaded bitstruct v0.1.1 |
712 | 2024-07-12T02:59:02.303Z | Downloaded async-stream-impl v0.3.5 |
713 | 2024-07-12T02:59:02.303Z | Downloaded atty v0.2.14 |
714 | 2024-07-12T02:59:02.303Z | Downloaded derive_builder_macro v0.20.0 |
715 | 2024-07-12T02:59:02.303Z | Downloaded defmt v0.3.8 |
716 | 2024-07-12T02:59:02.303Z | Downloaded normalize-line-endings v0.3.0 |
717 | 2024-07-12T02:59:02.328Z | Downloaded newtype_derive v0.1.6 |
718 | 2024-07-12T02:59:02.328Z | Downloaded base64 v0.13.1 |
719 | 2024-07-12T02:59:02.328Z | Downloaded utf-8 v0.7.6 |
720 | 2024-07-12T02:59:02.352Z | Downloaded ref-cast-impl v1.0.23 |
721 | 2024-07-12T02:59:02.352Z | Downloaded enum-as-inner v0.5.1 |
722 | 2024-07-12T02:59:02.352Z | Downloaded ipnetwork v0.20.0 |
723 | 2024-07-12T02:59:02.352Z | Downloaded indoc v1.0.9 |
724 | 2024-07-12T02:59:02.377Z | Downloaded sigpipe v0.1.3 |
725 | 2024-07-12T02:59:02.377Z | Downloaded foreign-types-shared v0.3.1 |
726 | 2024-07-12T02:59:02.377Z | Downloaded float-ord v0.3.2 |
727 | 2024-07-12T02:59:02.377Z | Downloaded foreign-types-macros v0.2.3 |
728 | 2024-07-12T02:59:02.401Z | Downloaded termtree v0.4.1 |
729 | 2024-07-12T02:59:02.401Z | Downloaded lazy_static v1.5.0 |
730 | 2024-07-12T02:59:02.401Z | Downloaded managed v0.8.0 |
731 | 2024-07-12T02:59:02.401Z | Downloaded sqlformat v0.2.3 |
732 | 2024-07-12T02:59:02.401Z | Downloaded headers-core v0.2.0 |
733 | 2024-07-12T02:59:02.428Z | Downloaded rpassword v7.3.1 |
734 | 2024-07-12T02:59:02.428Z | Downloaded highway v1.1.0 |
735 | 2024-07-12T02:59:02.428Z | Downloaded slog-scope v4.4.0 |
736 | 2024-07-12T02:59:02.428Z | Downloaded matches v0.1.10 |
737 | 2024-07-12T02:59:02.428Z | Downloaded rtoolbox v0.0.2 |
738 | 2024-07-12T02:59:02.428Z | Downloaded glob v0.3.1 |
739 | 2024-07-12T02:59:02.428Z | Downloaded hubpack v0.1.2 |
740 | 2024-07-12T02:59:02.453Z | Downloaded serde-big-array v0.4.1 |
741 | 2024-07-12T02:59:02.453Z | Downloaded maybe-uninit v2.0.0 |
742 | 2024-07-12T02:59:02.453Z | Downloaded hyper-rustls v0.24.2 |
743 | 2024-07-12T02:59:02.453Z | Downloaded toml_edit v0.19.15 |
744 | 2024-07-12T02:59:02.477Z | Downloaded toml v0.7.8 |
745 | 2024-07-12T02:59:02.477Z | Downloaded sct v0.7.1 |
746 | 2024-07-12T02:59:02.501Z | Downloaded toml v0.5.11 |
747 | 2024-07-12T02:59:02.502Z | Downloaded trust-dns-client v0.22.0 |
748 | 2024-07-12T02:59:02.526Z | Downloaded regex-automata v0.1.10 |
749 | 2024-07-12T02:59:02.526Z | Downloaded winnow v0.5.40 |
750 | 2024-07-12T02:59:02.551Z | Downloaded rustyline v14.0.0 |
751 | 2024-07-12T02:59:02.551Z | Downloaded rustls-webpki v0.102.4 |
752 | 2024-07-12T02:59:02.575Z | Downloaded finl_unicode v1.2.0 |
753 | 2024-07-12T02:59:02.600Z | Downloaded trust-dns-proto v0.22.0 |
754 | 2024-07-12T02:59:02.600Z | Downloaded regex-automata v0.4.6 |
755 | 2024-07-12T02:59:02.624Z | Downloaded csv v1.3.0 |
756 | 2024-07-12T02:59:02.648Z | Downloaded rustls v0.22.4 |
757 | 2024-07-12T02:59:02.672Z | Downloaded rustls v0.21.12 |
758 | 2024-07-12T02:59:02.672Z | Downloaded gimli v0.28.1 |
759 | 2024-07-12T02:59:02.696Z | Downloaded regress v0.9.1 |
760 | 2024-07-12T02:59:02.696Z | Downloaded regex-syntax v0.8.3 |
761 | 2024-07-12T02:59:02.720Z | Downloaded regex-syntax v0.6.29 |
762 | 2024-07-12T02:59:02.720Z | Downloaded smoltcp v0.11.0 |
763 | 2024-07-12T02:59:02.744Z | Downloaded sha3 v0.10.8 |
764 | 2024-07-12T02:59:02.744Z | Downloaded idna v0.2.3 |
765 | 2024-07-12T02:59:02.744Z | Downloaded bstr v1.9.1 |
766 | 2024-07-12T02:59:02.771Z | Downloaded zerocopy-derive v0.6.6 |
767 | 2024-07-12T02:59:02.771Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
768 | 2024-07-12T02:59:02.795Z | Downloaded regex v1.10.5 |
769 | 2024-07-12T02:59:02.820Z | Downloaded petgraph v0.6.5 |
770 | 2024-07-12T02:59:02.820Z | Downloaded smoltcp v0.9.1 |
771 | 2024-07-12T02:59:02.844Z | Downloaded lalrpop v0.19.12 |
772 | 2024-07-12T02:59:02.844Z | Downloaded diesel v2.1.6 |
773 | 2024-07-12T02:59:02.868Z | Downloaded webpki-roots v0.25.4 |
774 | 2024-07-12T02:59:02.868Z | Downloaded ring v0.17.8 |
775 | 2024-07-12T02:59:02.944Z | Downloaded sled v0.34.7 |
776 | 2024-07-12T02:59:02.968Z | Downloaded ratatui v0.27.0 |
777 | 2024-07-12T02:59:02.992Z | Downloaded curve25519-dalek v4.1.3 |
778 | 2024-07-12T02:59:02.992Z | Downloaded openapiv3 v2.0.0 |
779 | 2024-07-12T02:59:03.016Z | Downloaded idna v0.3.0 |
780 | 2024-07-12T02:59:03.016Z | Downloaded ring v0.16.20 |
781 | 2024-07-12T02:59:03.097Z | Downloaded chrono v0.4.38 |
782 | 2024-07-12T02:59:03.122Z | Downloaded rustls-webpki v0.101.7 |
783 | 2024-07-12T02:59:03.122Z | Downloaded trust-dns-resolver v0.22.0 |
784 | 2024-07-12T02:59:03.146Z | Downloaded hashbrown v0.12.3 |
785 | 2024-07-12T02:59:03.146Z | Downloaded libxml v0.3.3 |
786 | 2024-07-12T02:59:03.146Z | Downloaded rayon v1.10.0 |
787 | 2024-07-12T02:59:03.170Z | Downloaded radix_trie v0.2.1 |
788 | 2024-07-12T02:59:03.170Z | Downloaded proptest v1.4.0 |
789 | 2024-07-12T02:59:03.170Z | Downloaded polar-core v0.27.3 |
790 | 2024-07-12T02:59:03.195Z | Downloaded object v0.32.2 |
791 | 2024-07-12T02:59:03.195Z | Downloaded nix v0.28.0 |
792 | 2024-07-12T02:59:03.219Z | Downloaded nix v0.27.1 |
793 | 2024-07-12T02:59:03.219Z | Downloaded typed-path v0.7.1 |
794 | 2024-07-12T02:59:03.219Z | Downloaded tungstenite v0.21.0 |
795 | 2024-07-12T02:59:03.219Z | Downloaded tungstenite v0.20.1 |
796 | 2024-07-12T02:59:03.243Z | Downloaded trust-dns-server v0.22.1 |
797 | 2024-07-12T02:59:03.243Z | Downloaded steno v0.4.1 |
798 | 2024-07-12T02:59:03.243Z | Downloaded hkdf v0.12.4 |
799 | 2024-07-12T02:59:03.243Z | Downloaded hashbrown v0.13.2 |
800 | 2024-07-12T02:59:03.243Z | Downloaded sqlparser v0.45.0 |
801 | 2024-07-12T02:59:03.269Z | Downloaded libm v0.2.8 |
802 | 2024-07-12T02:59:03.269Z | Downloaded x509-cert v0.2.5 |
803 | 2024-07-12T02:59:03.269Z | Downloaded itertools v0.12.1 |
804 | 2024-07-12T02:59:03.269Z | Downloaded quick-xml v0.31.0 |
805 | 2024-07-12T02:59:03.293Z | Downloaded object v0.30.4 |
806 | 2024-07-12T02:59:03.293Z | Downloaded schemars v0.8.21 |
807 | 2024-07-12T02:59:03.318Z | Downloaded scheduled-thread-pool v0.2.7 |
808 | 2024-07-12T02:59:03.318Z | Downloaded rusty-fork v0.3.0 |
809 | 2024-07-12T02:59:03.318Z | Downloaded tracing-attributes v0.1.27 |
810 | 2024-07-12T02:59:03.318Z | Downloaded http v1.1.0 |
811 | 2024-07-12T02:59:03.318Z | Downloaded rsa v0.9.6 |
812 | 2024-07-12T02:59:03.318Z | Downloaded ron v0.8.1 |
813 | 2024-07-12T02:59:03.318Z | Downloaded socket2 v0.4.10 |
814 | 2024-07-12T02:59:03.342Z | Downloaded serde_with v3.8.3 |
815 | 2024-07-12T02:59:03.342Z | Downloaded blake3 v1.5.1 |
816 | 2024-07-12T02:59:03.342Z | Downloaded tokio-tungstenite v0.21.0 |
817 | 2024-07-12T02:59:03.342Z | Downloaded tokio-tungstenite v0.20.1 |
818 | 2024-07-12T02:59:03.342Z | Downloaded tokio-rustls v0.25.0 |
819 | 2024-07-12T02:59:03.367Z | Downloaded strum_macros v0.24.3 |
820 | 2024-07-12T02:59:03.367Z | Downloaded structmeta-derive v0.3.0 |
821 | 2024-07-12T02:59:03.367Z | Downloaded structmeta-derive v0.2.0 |
822 | 2024-07-12T02:59:03.367Z | Downloaded structmeta v0.3.0 |
823 | 2024-07-12T02:59:03.367Z | Downloaded serde-hex v0.1.0 |
824 | 2024-07-12T02:59:03.367Z | Downloaded serde-big-array v0.5.1 |
825 | 2024-07-12T02:59:03.367Z | Downloaded semver v0.1.20 |
826 | 2024-07-12T02:59:03.367Z | Downloaded secrecy v0.8.0 |
827 | 2024-07-12T02:59:03.367Z | Downloaded sec1 v0.7.3 |
828 | 2024-07-12T02:59:03.367Z | Downloaded schemars_derive v0.8.21 |
829 | 2024-07-12T02:59:03.367Z | Downloaded rustls-pki-types v1.7.0 |
830 | 2024-07-12T02:59:03.367Z | Downloaded rustls-pemfile v2.1.2 |
831 | 2024-07-12T02:59:03.367Z | Downloaded rustfmt-wrapper v0.2.1 |
832 | 2024-07-12T02:59:03.367Z | Downloaded rustc_version v0.4.0 |
833 | 2024-07-12T02:59:03.367Z | Downloaded iana-time-zone v0.1.60 |
834 | 2024-07-12T02:59:03.391Z | Downloaded unicase v2.7.0 |
835 | 2024-07-12T02:59:03.391Z | Downloaded tui-tree-widget v0.21.0 |
836 | 2024-07-12T02:59:03.391Z | Downloaded getrandom v0.2.14 |
837 | 2024-07-12T02:59:03.391Z | Downloaded ron v0.7.1 |
838 | 2024-07-12T02:59:03.392Z | Downloaded heapless v0.8.0 |
839 | 2024-07-12T02:59:03.392Z | Downloaded heapless v0.7.17 |
840 | 2024-07-12T02:59:03.392Z | Downloaded headers v0.3.9 |
841 | 2024-07-12T02:59:03.416Z | Downloaded tokio-postgres v0.7.10 |
842 | 2024-07-12T02:59:03.416Z | Downloaded itertools v0.13.0 |
843 | 2024-07-12T02:59:03.416Z | Downloaded hostname v0.4.0 |
844 | 2024-07-12T02:59:03.416Z | Downloaded rustc-demangle v0.1.24 |
845 | 2024-07-12T02:59:03.416Z | Downloaded hmac v0.12.1 |
846 | 2024-07-12T02:59:03.416Z | Downloaded snafu v0.8.2 |
847 | 2024-07-12T02:59:03.440Z | Downloaded flume v0.11.0 |
848 | 2024-07-12T02:59:03.440Z | Downloaded maplit v1.0.2 |
849 | 2024-07-12T02:59:03.440Z | Downloaded unarray v0.1.4 |
850 | 2024-07-12T02:59:03.440Z | Downloaded half v2.4.1 |
851 | 2024-07-12T02:59:03.440Z | Downloaded subprocess v0.2.9 |
852 | 2024-07-12T02:59:03.440Z | Downloaded diesel_derives v2.1.4 |
853 | 2024-07-12T02:59:03.465Z | Downloaded rustc_version v0.1.7 |
854 | 2024-07-12T02:59:03.465Z | Downloaded rustc-hash v1.1.0 |
855 | 2024-07-12T02:59:03.465Z | Downloaded md-5 v0.10.6 |
856 | 2024-07-12T02:59:03.465Z | Downloaded funty v2.0.0 |
857 | 2024-07-12T02:59:03.465Z | Downloaded fragile v2.0.0 |
858 | 2024-07-12T02:59:03.465Z | Downloaded unicode-linebreak v0.1.5 |
859 | 2024-07-12T02:59:03.465Z | Downloaded hyper-staticfile v0.9.5 |
860 | 2024-07-12T02:59:03.465Z | Downloaded humantime v2.1.0 |
861 | 2024-07-12T02:59:03.465Z | Downloaded home v0.5.9 |
862 | 2024-07-12T02:59:03.465Z | Downloaded zip v0.6.6 |
863 | 2024-07-12T02:59:03.465Z | Downloaded samael v0.0.15 |
864 | 2024-07-12T02:59:03.489Z | Downloaded indicatif v0.17.8 |
865 | 2024-07-12T02:59:03.489Z | Downloaded getopts v0.2.21 |
866 | 2024-07-12T02:59:03.489Z | Downloaded gethostname v0.4.3 |
867 | 2024-07-12T02:59:03.489Z | Downloaded resolv-conf v0.7.0 |
868 | 2024-07-12T02:59:03.489Z | Downloaded nom v7.1.3 |
869 | 2024-07-12T02:59:03.489Z | Downloaded reedline v0.31.0 |
870 | 2024-07-12T02:59:03.514Z | Downloaded slog-stdlog v4.1.1 |
871 | 2024-07-12T02:59:03.514Z | Downloaded slog-envlogger v2.2.0 |
872 | 2024-07-12T02:59:03.514Z | Downloaded hash32 v0.2.1 |
873 | 2024-07-12T02:59:03.514Z | Downloaded globset v0.4.14 |
874 | 2024-07-12T02:59:03.514Z | Downloaded unicode_categories v0.1.1 |
875 | 2024-07-12T02:59:03.514Z | Downloaded rand v0.8.5 |
876 | 2024-07-12T02:59:03.514Z | Downloaded publicsuffix v2.2.3 |
877 | 2024-07-12T02:59:03.514Z | Downloaded portable-atomic v1.6.0 |
878 | 2024-07-12T02:59:03.539Z | Downloaded ident_case v1.0.1 |
879 | 2024-07-12T02:59:03.539Z | Downloaded fxhash v0.2.1 |
880 | 2024-07-12T02:59:03.539Z | Downloaded hubpack_derive v0.1.1 |
881 | 2024-07-12T02:59:03.539Z | Downloaded http-range v0.1.5 |
882 | 2024-07-12T02:59:03.539Z | Downloaded structmeta v0.2.0 |
883 | 2024-07-12T02:59:03.539Z | Downloaded strip-ansi-escapes v0.2.0 |
884 | 2024-07-12T02:59:03.539Z | Downloaded stringprep v0.1.4 |
885 | 2024-07-12T02:59:03.539Z | Downloaded string_cache v0.8.7 |
886 | 2024-07-12T02:59:03.539Z | Downloaded static_assertions v1.1.0 |
887 | 2024-07-12T02:59:03.539Z | Downloaded stable_deref_trait v1.2.0 |
888 | 2024-07-12T02:59:03.539Z | Downloaded smallvec v0.6.14 |
889 | 2024-07-12T02:59:03.539Z | Downloaded group v0.13.0 |
890 | 2024-07-12T02:59:03.539Z | Downloaded test-strategy v0.3.1 |
891 | 2024-07-12T02:59:03.563Z | Downloaded zerocopy v0.6.6 |
892 | 2024-07-12T02:59:03.563Z | Downloaded uuid v1.9.1 |
893 | 2024-07-12T02:59:03.563Z | Downloaded unicode-segmentation v1.11.0 |
894 | 2024-07-12T02:59:03.563Z | Downloaded expectorate v1.1.0 |
895 | 2024-07-12T02:59:03.563Z | Downloaded unsafe-libyaml v0.2.11 |
896 | 2024-07-12T02:59:03.587Z | Downloaded slog-dtrace v0.3.0 |
897 | 2024-07-12T02:59:03.587Z | Downloaded hex v0.4.3 |
898 | 2024-07-12T02:59:03.587Z | Downloaded heck v0.3.3 |
899 | 2024-07-12T02:59:03.588Z | Downloaded hash32 v0.3.1 |
900 | 2024-07-12T02:59:03.588Z | Downloaded spin v0.9.8 |
901 | 2024-07-12T02:59:03.588Z | Downloaded snafu-derive v0.8.2 |
902 | 2024-07-12T02:59:03.588Z | Downloaded smf v0.2.3 |
903 | 2024-07-12T02:59:03.588Z | Downloaded libsw v3.3.1 |
904 | 2024-07-12T02:59:03.612Z | Downloaded kstat-rs v0.2.4 |
905 | 2024-07-12T02:59:03.612Z | Downloaded tempfile v3.10.1 |
906 | 2024-07-12T02:59:03.612Z | Downloaded vsss-rs v3.3.4 |
907 | 2024-07-12T02:59:03.612Z | Downloaded num-bigint v0.4.5 |
908 | 2024-07-12T02:59:03.612Z | Downloaded stability v0.2.0 |
909 | 2024-07-12T02:59:03.612Z | Downloaded sqlparser_derive v0.2.2 |
910 | 2024-07-12T02:59:03.612Z | Downloaded spki v0.7.3 |
911 | 2024-07-12T02:59:03.612Z | Downloaded spin v0.5.2 |
912 | 2024-07-12T02:59:03.612Z | Downloaded libloading v0.8.3 |
913 | 2024-07-12T02:59:03.612Z | Downloaded lazycell v1.3.0 |
914 | 2024-07-12T02:59:03.637Z | Downloaded lalrpop-util v0.19.12 |
915 | 2024-07-12T02:59:03.637Z | Downloaded tiny-keccak v2.0.2 |
916 | 2024-07-12T02:59:03.637Z | Downloaded serde_yaml v0.9.34+deprecated |
917 | 2024-07-12T02:59:03.637Z | Downloaded serde_with_macros v3.8.3 |
918 | 2024-07-12T02:59:03.637Z | Downloaded elliptic-curve v0.13.8 |
919 | 2024-07-12T02:59:03.637Z | Downloaded diff v0.1.13 |
920 | 2024-07-12T02:59:03.637Z | Downloaded linked-hash-map v0.5.6 |
921 | 2024-07-12T02:59:03.637Z | Downloaded tokio-rustls v0.24.1 |
922 | 2024-07-12T02:59:03.637Z | Downloaded tls_codec v0.4.1 |
923 | 2024-07-12T02:59:03.637Z | Downloaded tabwriter v1.4.0 |
924 | 2024-07-12T02:59:03.661Z | Downloaded subtle v2.5.0 |
925 | 2024-07-12T02:59:03.661Z | Downloaded fatfs v0.3.6 |
926 | 2024-07-12T02:59:03.661Z | Downloaded der v0.7.9 |
927 | 2024-07-12T02:59:03.661Z | Downloaded smawk v0.3.2 |
928 | 2024-07-12T02:59:03.661Z | Downloaded lru v0.12.3 |
929 | 2024-07-12T02:59:03.661Z | Downloaded libefi-sys v0.1.0 |
930 | 2024-07-12T02:59:03.661Z | Downloaded tls_codec_derive v0.4.1 |
931 | 2024-07-12T02:59:03.662Z | Downloaded thiserror-no-std v2.0.2 |
932 | 2024-07-12T02:59:03.662Z | Downloaded termcolor v1.4.1 |
933 | 2024-07-12T02:59:03.662Z | Downloaded waitgroup v0.1.2 |
934 | 2024-07-12T02:59:03.662Z | Downloaded similar v2.5.0 |
935 | 2024-07-12T02:59:03.688Z | Downloaded signal-hook v0.3.17 |
936 | 2024-07-12T02:59:03.689Z | Downloaded serde_repr v0.1.19 |
937 | 2024-07-12T02:59:03.689Z | Downloaded serde_path_to_error v0.1.16 |
938 | 2024-07-12T02:59:03.689Z | Downloaded serde_arrays v0.1.0 |
939 | 2024-07-12T02:59:03.689Z | Downloaded inout v0.1.3 |
940 | 2024-07-12T02:59:03.689Z | Downloaded env_logger v0.9.3 |
941 | 2024-07-12T02:59:03.689Z | Downloaded lru-cache v0.1.2 |
942 | 2024-07-12T02:59:03.713Z | Downloaded linear-map v1.2.0 |
943 | 2024-07-12T02:59:03.713Z | Downloaded termios v0.3.3 |
944 | 2024-07-12T02:59:03.713Z | Downloaded foreign-types v0.5.0 |
945 | 2024-07-12T02:59:03.713Z | Downloaded yasna v0.5.2 |
946 | 2024-07-12T02:59:03.713Z | Downloaded whoami v1.5.1 |
947 | 2024-07-12T02:59:03.713Z | Downloaded vte_generate_state_changes v0.1.1 |
948 | 2024-07-12T02:59:03.713Z | Downloaded vte v0.11.1 |
949 | 2024-07-12T02:59:03.713Z | Downloaded signal-hook-mio v0.2.3 |
950 | 2024-07-12T02:59:03.713Z | Downloaded impl-trait-for-tuples v0.2.2 |
951 | 2024-07-12T02:59:03.713Z | Downloaded dyn-clone v1.0.17 |
952 | 2024-07-12T02:59:03.713Z | Downloaded display-error-chain v0.2.0 |
953 | 2024-07-12T02:59:03.713Z | Downloaded rcgen v0.12.1 |
954 | 2024-07-12T02:59:03.713Z | Downloaded derive-where v1.2.7 |
955 | 2024-07-12T02:59:03.738Z | Downloaded supports-color v3.0.0 |
956 | 2024-07-12T02:59:03.738Z | Downloaded zeroize v1.7.0 |
957 | 2024-07-12T02:59:03.738Z | Downloaded embedded-io v0.4.0 |
958 | 2024-07-12T02:59:03.738Z | Downloaded tokio-stream v0.1.15 |
959 | 2024-07-12T02:59:03.738Z | Downloaded prettyplease v0.2.20 |
960 | 2024-07-12T02:59:03.738Z | Downloaded num-bigint-dig v0.8.4 |
961 | 2024-07-12T02:59:03.738Z | Downloaded tap v1.0.1 |
962 | 2024-07-12T02:59:03.738Z | Downloaded strum_macros v0.25.3 |
963 | 2024-07-12T02:59:03.763Z | Downloaded float-cmp v0.9.0 |
964 | 2024-07-12T02:59:03.763Z | Downloaded flagset v0.4.5 |
965 | 2024-07-12T02:59:03.763Z | Downloaded fixedbitset v0.4.2 |
966 | 2024-07-12T02:59:03.763Z | Downloaded ff v0.13.0 |
967 | 2024-07-12T02:59:03.763Z | Downloaded fd-lock v4.0.2 |
968 | 2024-07-12T02:59:03.763Z | Downloaded fastrand v2.1.0 |
969 | 2024-07-12T02:59:03.763Z | Downloaded fallible-iterator v0.2.0 |
970 | 2024-07-12T02:59:03.763Z | Downloaded zone v0.1.8 |
971 | 2024-07-12T02:59:03.763Z | Downloaded zeroize_derive v1.4.2 |
972 | 2024-07-12T02:59:03.763Z | Downloaded uzers v0.11.3 |
973 | 2024-07-12T02:59:03.763Z | Downloaded salty v0.2.0 |
974 | 2024-07-12T02:59:03.787Z | Downloaded itertools v0.10.5 |
975 | 2024-07-12T02:59:03.787Z | Downloaded endian-type v0.1.2 |
976 | 2024-07-12T02:59:03.787Z | Downloaded untrusted v0.9.0 |
977 | 2024-07-12T02:59:03.787Z | Downloaded unicode-truncate v1.0.0 |
978 | 2024-07-12T02:59:03.787Z | Downloaded topological-sort v0.2.2 |
979 | 2024-07-12T02:59:03.787Z | Downloaded compact_str v0.7.1 |
980 | 2024-07-12T02:59:03.787Z | Downloaded wyz v0.5.1 |
981 | 2024-07-12T02:59:03.787Z | Downloaded which v4.4.2 |
982 | 2024-07-12T02:59:03.787Z | Downloaded wait-timeout v0.2.0 |
983 | 2024-07-12T02:59:03.787Z | Downloaded signature v2.2.0 |
984 | 2024-07-12T02:59:03.787Z | Downloaded signature v1.6.4 |
985 | 2024-07-12T02:59:03.812Z | Downloaded shlex v1.3.0 |
986 | 2024-07-12T02:59:03.812Z | Downloaded shell-words v1.1.0 |
987 | 2024-07-12T02:59:03.812Z | Downloaded is_ci v1.2.0 |
988 | 2024-07-12T02:59:03.812Z | Downloaded rayon-core v1.12.1 |
989 | 2024-07-12T02:59:03.812Z | Downloaded rand_core v0.6.4 |
990 | 2024-07-12T02:59:03.812Z | Downloaded pin-project v1.1.5 |
991 | 2024-07-12T02:59:03.836Z | Downloaded const-oid v0.9.6 |
992 | 2024-07-12T02:59:03.836Z | Downloaded zone_cfg_derive v0.1.2 |
993 | 2024-07-12T02:59:03.836Z | Downloaded walkdir v2.5.0 |
994 | 2024-07-12T02:59:03.836Z | Downloaded siphasher v0.3.11 |
995 | 2024-07-12T02:59:03.836Z | Downloaded sha1 v0.10.6 |
996 | 2024-07-12T02:59:03.836Z | Downloaded serde_plain v1.0.2 |
997 | 2024-07-12T02:59:03.837Z | Downloaded serde_derive_internals v0.29.1 |
998 | 2024-07-12T02:59:03.837Z | Downloaded oso v0.27.3 |
999 | 2024-07-12T02:59:03.837Z | Downloaded darling v0.20.9 |
1000 | 2024-07-12T02:59:03.837Z | Downloaded crypto-bigint v0.5.5 |
1001 | 2024-07-12T02:59:03.861Z | Downloaded crossbeam-epoch v0.9.18 |
1002 | 2024-07-12T02:59:03.861Z | Downloaded cookie_store v0.20.0 |
1003 | 2024-07-12T02:59:03.861Z | Downloaded const_format_proc_macros v0.2.32 |
1004 | 2024-07-12T02:59:03.861Z | Downloaded bzip2 v0.4.4 |
1005 | 2024-07-12T02:59:03.861Z | Downloaded bstr v0.2.17 |
1006 | 2024-07-12T02:59:03.885Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1007 | 2024-07-12T02:59:03.885Z | Downloaded signal-hook-tokio v0.3.1 |
1008 | 2024-07-12T02:59:03.885Z | Downloaded keccak v0.1.5 |
1009 | 2024-07-12T02:59:03.885Z | Downloaded erased-serde v0.3.31 |
1010 | 2024-07-12T02:59:03.885Z | Downloaded thiserror-impl-no-std v2.0.2 |
1011 | 2024-07-12T02:59:03.885Z | Downloaded predicates-tree v1.0.9 |
1012 | 2024-07-12T02:59:03.886Z | Downloaded postgres-protocol v0.6.6 |
1013 | 2024-07-12T02:59:03.886Z | Downloaded postcard v1.0.8 |
1014 | 2024-07-12T02:59:03.886Z | Downloaded peg-macros v0.8.3 |
1015 | 2024-07-12T02:59:03.886Z | Downloaded packed_struct_codegen v0.10.1 |
1016 | 2024-07-12T02:59:03.886Z | Downloaded owo-colors v4.0.0 |
1017 | 2024-07-12T02:59:03.910Z | Downloaded defmt-macros v0.3.9 |
1018 | 2024-07-12T02:59:03.910Z | Downloaded crc-catalog v2.4.0 |
1019 | 2024-07-12T02:59:03.910Z | Downloaded same-file v1.0.6 |
1020 | 2024-07-12T02:59:03.910Z | Downloaded indexmap v1.9.3 |
1021 | 2024-07-12T02:59:03.910Z | Downloaded rand_xorshift v0.3.0 |
1022 | 2024-07-12T02:59:03.910Z | Downloaded ppv-lite86 v0.2.17 |
1023 | 2024-07-12T02:59:03.910Z | Downloaded poly1305 v0.8.0 |
1024 | 2024-07-12T02:59:03.910Z | Downloaded pkcs1 v0.7.5 |
1025 | 2024-07-12T02:59:03.910Z | Downloaded password-hash v0.5.0 |
1026 | 2024-07-12T02:59:03.910Z | Downloaded parking_lot_core v0.8.6 |
1027 | 2024-07-12T02:59:03.935Z | Downloaded mockall_derive v0.12.1 |
1028 | 2024-07-12T02:59:03.935Z | Downloaded minimal-lexical v0.2.1 |
1029 | 2024-07-12T02:59:03.935Z | Downloaded derive_builder_core v0.20.0 |
1030 | 2024-07-12T02:59:03.935Z | Downloaded convert_case v0.4.0 |
1031 | 2024-07-12T02:59:03.935Z | Downloaded cipher v0.4.4 |
1032 | 2024-07-12T02:59:03.935Z | Downloaded ciborium-io v0.2.2 |
1033 | 2024-07-12T02:59:03.935Z | Downloaded chacha20 v0.9.1 |
1034 | 2024-07-12T02:59:03.935Z | Downloaded camino-tempfile v1.1.1 |
1035 | 2024-07-12T02:59:03.935Z | Downloaded indent_write v2.2.0 |
1036 | 2024-07-12T02:59:03.935Z | Downloaded env_logger v0.10.2 |
1037 | 2024-07-12T02:59:03.935Z | Downloaded radium v0.7.0 |
1038 | 2024-07-12T02:59:03.960Z | Downloaded pem v3.0.4 |
1039 | 2024-07-12T02:59:03.960Z | Downloaded omicron-zone-package v0.11.0 |
1040 | 2024-07-12T02:59:03.960Z | Downloaded num-rational v0.4.2 |
1041 | 2024-07-12T02:59:03.960Z | Downloaded cobs v0.2.3 |
1042 | 2024-07-12T02:59:03.960Z | Downloaded cassowary v0.3.0 |
1043 | 2024-07-12T02:59:03.960Z | Downloaded bitflags v1.3.2 |
1044 | 2024-07-12T02:59:03.960Z | Downloaded bitfield v0.14.0 |
1045 | 2024-07-12T02:59:03.960Z | Downloaded aho-corasick v1.1.3 |
1046 | 2024-07-12T02:59:03.960Z | Downloaded instant v0.1.12 |
1047 | 2024-07-12T02:59:03.984Z | Downloaded downcast v0.11.0 |
1048 | 2024-07-12T02:59:03.984Z | Downloaded difflib v0.4.0 |
1049 | 2024-07-12T02:59:03.984Z | Downloaded ref-cast v1.0.23 |
1050 | 2024-07-12T02:59:03.984Z | Downloaded predicates v3.1.0 |
1051 | 2024-07-12T02:59:03.984Z | Downloaded postgres-types v0.2.6 |
1052 | 2024-07-12T02:59:03.984Z | Downloaded pin-project-internal v1.1.5 |
1053 | 2024-07-12T02:59:03.984Z | Downloaded nu-ansi-term v0.50.0 |
1054 | 2024-07-12T02:59:03.984Z | Downloaded debug-ignore v1.0.5 |
1055 | 2024-07-12T02:59:03.984Z | Downloaded darling_macro v0.20.9 |
1056 | 2024-07-12T02:59:03.984Z | Downloaded crucible-workspace-hack v0.1.0 |
1057 | 2024-07-12T02:59:03.984Z | Downloaded crc v3.2.1 |
1058 | 2024-07-12T02:59:03.985Z | Downloaded cexpr v0.6.0 |
1059 | 2024-07-12T02:59:04.009Z | Downloaded base64 v0.22.1 |
1060 | 2024-07-12T02:59:04.009Z | Downloaded ena v0.14.3 |
1061 | 2024-07-12T02:59:04.009Z | Downloaded either v1.12.0 |
1062 | 2024-07-12T02:59:04.009Z | Downloaded ed25519 v1.5.3 |
1063 | 2024-07-12T02:59:04.009Z | Downloaded tough v0.17.1 |
1064 | 2024-07-12T02:59:04.009Z | Downloaded portpicker v0.1.1 |
1065 | 2024-07-12T02:59:04.009Z | Downloaded pkcs8 v0.10.2 |
1066 | 2024-07-12T02:59:04.034Z | Downloaded phf_shared v0.10.0 |
1067 | 2024-07-12T02:59:04.034Z | Downloaded path-slash v0.1.5 |
1068 | 2024-07-12T02:59:04.034Z | Downloaded parse-display-derive v0.9.1 |
1069 | 2024-07-12T02:59:04.034Z | Downloaded parking_lot v0.11.2 |
1070 | 2024-07-12T02:59:04.034Z | Downloaded opaque-debug v0.3.1 |
1071 | 2024-07-12T02:59:04.034Z | Downloaded olpc-cjson v0.1.3 |
1072 | 2024-07-12T02:59:04.034Z | Downloaded multer v3.1.0 |
1073 | 2024-07-12T02:59:04.034Z | Downloaded bitstruct_derive v0.1.0 |
1074 | 2024-07-12T02:59:04.034Z | Downloaded bcs v0.1.6 |
1075 | 2024-07-12T02:59:04.034Z | Downloaded atomicwrites v0.4.3 |
1076 | 2024-07-12T02:59:04.034Z | Downloaded rand_chacha v0.3.1 |
1077 | 2024-07-12T02:59:04.034Z | Downloaded r2d2 v0.8.10 |
1078 | 2024-07-12T02:59:04.034Z | Downloaded psl-types v2.0.11 |
1079 | 2024-07-12T02:59:04.034Z | Downloaded proc-macro-crate v1.3.1 |
1080 | 2024-07-12T02:59:04.034Z | Downloaded predicates-core v1.0.6 |
1081 | 2024-07-12T02:59:04.034Z | Downloaded precomputed-hash v0.1.1 |
1082 | 2024-07-12T02:59:04.034Z | Downloaded phf_shared v0.11.2 |
1083 | 2024-07-12T02:59:04.034Z | Downloaded phf v0.11.2 |
1084 | 2024-07-12T02:59:04.058Z | Downloaded pem-rfc7468 v0.7.0 |
1085 | 2024-07-12T02:59:04.058Z | Downloaded peg v0.8.3 |
1086 | 2024-07-12T02:59:04.059Z | Downloaded paste v1.0.15 |
1087 | 2024-07-12T02:59:04.059Z | Downloaded parse-display v0.9.1 |
1088 | 2024-07-12T02:59:04.059Z | Downloaded packed_struct v0.10.1 |
1089 | 2024-07-12T02:59:04.059Z | Downloaded oso-derive v0.27.3 |
1090 | 2024-07-12T02:59:04.059Z | Downloaded num-traits v0.2.19 |
1091 | 2024-07-12T02:59:04.059Z | Downloaded num-integer v0.1.46 |
1092 | 2024-07-12T02:59:04.059Z | Downloaded nibble_vec v0.1.0 |
1093 | 2024-07-12T02:59:04.059Z | Downloaded newtype-uuid v1.1.0 |
1094 | 2024-07-12T02:59:04.059Z | Downloaded new_debug_unreachable v1.0.6 |
1095 | 2024-07-12T02:59:04.059Z | Downloaded multimap v0.10.0 |
1096 | 2024-07-12T02:59:04.083Z | Downloaded mockall v0.12.1 |
1097 | 2024-07-12T02:59:04.083Z | Downloaded mime_guess v2.0.4 |
1098 | 2024-07-12T02:59:04.083Z | Downloaded memmap2 v0.9.4 |
1099 | 2024-07-12T02:59:04.083Z | Downloaded derive_more v0.99.18 |
1100 | 2024-07-12T02:59:04.083Z | Downloaded darling_core v0.20.9 |
1101 | 2024-07-12T02:59:04.083Z | Downloaded const_format v0.2.32 |
1102 | 2024-07-12T02:59:04.083Z | Downloaded chacha20poly1305 v0.10.1 |
1103 | 2024-07-12T02:59:04.108Z | Downloaded bitvec v1.0.1 |
1104 | 2024-07-12T02:59:04.108Z | Downloaded bit-set v0.5.3 |
1105 | 2024-07-12T02:59:04.108Z | Downloaded bindgen v0.69.4 |
1106 | 2024-07-12T02:59:04.132Z | Downloaded base16ct v0.2.0 |
1107 | 2024-07-12T02:59:04.132Z | Downloaded backtrace v0.3.71 |
1108 | 2024-07-12T02:59:04.132Z | Downloaded backoff v0.4.0 |
1109 | 2024-07-12T02:59:04.132Z | Downloaded async-trait v0.1.81 |
1110 | 2024-07-12T02:59:04.132Z | Downloaded async-stream v0.3.5 |
1111 | 2024-07-12T02:59:04.132Z | Downloaded assert_matches v1.5.0 |
1112 | 2024-07-12T02:59:04.156Z | Downloaded ascii v1.1.0 |
1113 | 2024-07-12T02:59:04.156Z | Downloaded arc-swap v1.7.1 |
1114 | 2024-07-12T02:59:04.156Z | Downloaded aead v0.5.2 |
1115 | 2024-07-12T02:59:04.156Z | Downloaded untrusted v0.7.1 |
1116 | 2024-07-12T02:59:04.156Z | Downloaded universal-hash v0.5.1 |
1117 | 2024-07-12T02:59:04.156Z | Downloaded unicode-xid v0.2.4 |
1118 | 2024-07-12T02:59:04.156Z | Downloaded toolchain_find v0.4.0 |
1119 | 2024-07-12T02:59:04.156Z | Downloaded textwrap v0.16.1 |
1120 | 2024-07-12T02:59:04.156Z | Downloaded rand_seeder v0.2.3 |
1121 | 2024-07-12T02:59:04.156Z | Downloaded quick-error v1.2.3 |
1122 | 2024-07-12T02:59:04.156Z | Downloaded pretty-hex v0.2.1 |
1123 | 2024-07-12T02:59:04.156Z | Downloaded peg-runtime v0.8.3 |
1124 | 2024-07-12T02:59:04.157Z | Downloaded parse-size v1.0.0 |
1125 | 2024-07-12T02:59:04.157Z | Downloaded number_prefix v0.4.0 |
1126 | 2024-07-12T02:59:04.157Z | Downloaded num_enum_derive v0.5.11 |
1127 | 2024-07-12T02:59:04.181Z | Downloaded num_enum v0.5.11 |
1128 | 2024-07-12T02:59:04.181Z | Downloaded num-iter v0.1.45 |
1129 | 2024-07-12T02:59:04.181Z | Downloaded num-derive v0.4.2 |
1130 | 2024-07-12T02:59:04.181Z | Downloaded num-complex v0.4.6 |
1131 | 2024-07-12T02:59:04.181Z | Downloaded num v0.4.3 |
1132 | 2024-07-12T02:59:04.181Z | Downloaded nodrop v0.1.14 |
1133 | 2024-07-12T02:59:04.181Z | Downloaded nanorand v0.7.0 |
1134 | 2024-07-12T02:59:04.181Z | Downloaded crossterm v0.27.0 |
1135 | 2024-07-12T02:59:04.181Z | Downloaded allocator-api2 v0.2.18 |
1136 | 2024-07-12T02:59:04.208Z | Downloaded addr2line v0.21.0 |
1137 | 2024-07-12T02:59:04.208Z | Downloaded memoffset v0.9.1 |
1138 | 2024-07-12T02:59:04.208Z | Downloaded derive_builder v0.20.0 |
1139 | 2024-07-12T02:59:04.208Z | Downloaded defmt-parser v0.3.4 |
1140 | 2024-07-12T02:59:04.208Z | Downloaded curve25519-dalek-derive v0.1.1 |
1141 | 2024-07-12T02:59:04.208Z | Downloaded csv-core v0.1.11 |
1142 | 2024-07-12T02:59:04.208Z | Downloaded cookie v0.17.0 |
1143 | 2024-07-12T02:59:04.208Z | Downloaded clang-sys v1.7.0 |
1144 | 2024-07-12T02:59:04.208Z | Downloaded ciborium v0.2.2 |
1145 | 2024-07-12T02:59:04.232Z | Downloaded castaway v0.2.2 |
1146 | 2024-07-12T02:59:04.232Z | Downloaded cancel-safe-futures v0.1.5 |
1147 | 2024-07-12T02:59:04.232Z | Downloaded block-padding v0.3.3 |
1148 | 2024-07-12T02:59:04.232Z | Downloaded blake2 v0.10.6 |
1149 | 2024-07-12T02:59:04.232Z | Downloaded array-init v0.0.4 |
1150 | 2024-07-12T02:59:04.232Z | Downloaded argon2 v0.5.3 |
1151 | 2024-07-12T02:59:04.233Z | Downloaded newline-converter v0.3.0 |
1152 | 2024-07-12T02:59:04.233Z | Downloaded der_derive v0.7.2 |
1153 | 2024-07-12T02:59:04.233Z | Downloaded data-encoding v2.6.0 |
1154 | 2024-07-12T02:59:04.233Z | Downloaded crossbeam-deque v0.8.5 |
1155 | 2024-07-12T02:59:04.233Z | Downloaded crc-any v2.5.0 |
1156 | 2024-07-12T02:59:04.233Z | Downloaded corncobs v0.1.3 |
1157 | 2024-07-12T02:59:04.233Z | Downloaded cookie v0.18.1 |
1158 | 2024-07-12T02:59:04.233Z | Downloaded console v0.15.8 |
1159 | 2024-07-12T02:59:04.257Z | Downloaded ciborium-ll v0.2.2 |
1160 | 2024-07-12T02:59:04.257Z | Downloaded bit-vec v0.6.3 |
1161 | 2024-07-12T02:59:04.257Z | Downloaded base64ct v1.6.0 |
1162 | 2024-07-12T02:59:04.257Z | Downloaded atomic-waker v1.1.2 |
1163 | 2024-07-12T02:59:04.257Z | Downloaded arrayvec v0.7.4 |
1164 | 2024-07-12T02:59:04.257Z | Downloaded arrayref v0.3.7 |
1165 | 2024-07-12T02:59:04.257Z | Downloaded ahash v0.8.11 |
1166 | 2024-07-12T02:59:04.257Z | Downloaded constant_time_eq v0.3.0 |
1167 | 2024-07-12T02:59:04.257Z | Downloaded colored v2.1.0 |
1168 | 2024-07-12T02:59:04.257Z | Downloaded buf-list v1.0.3 |
1169 | 2024-07-12T02:59:04.257Z | Downloaded bitfield-struct v0.6.1 |
1170 | 2024-07-12T02:59:04.257Z | Downloaded bb8 v0.8.5 |
1171 | 2024-07-12T02:59:04.282Z | Downloaded async-recursion v1.1.1 |
1172 | 2024-07-12T02:59:04.282Z | Downloaded ascii-canvas v3.0.0 |
1173 | 2024-07-12T02:59:04.282Z | Downloaded cstr-argument v0.1.2 |
1174 | 2024-07-12T02:59:04.282Z | Downloaded crunchy v0.2.2 |
1175 | 2024-07-12T02:59:04.282Z | Downloaded cfg_aliases v0.1.1 |
1176 | 2024-07-12T02:59:04.434Z | Compiling proc-macro2 v1.0.86 |
1177 | 2024-07-12T02:59:04.434Z | Compiling unicode-ident v1.0.12 |
1178 | 2024-07-12T02:59:04.458Z | Compiling libc v0.2.155 |
1179 | 2024-07-12T02:59:04.458Z | Compiling serde v1.0.204 |
1180 | 2024-07-12T02:59:04.458Z | Compiling autocfg v1.3.0 |
1181 | 2024-07-12T02:59:04.458Z | Compiling version_check v0.9.4 |
1182 | 2024-07-12T02:59:04.458Z | Compiling cfg-if v1.0.0 |
1183 | 2024-07-12T02:59:04.614Z | Compiling cc v1.0.97 |
1184 | 2024-07-12T02:59:04.647Z | Compiling parking_lot_core v0.9.10 |
1185 | 2024-07-12T02:59:04.672Z | Compiling serde_json v1.0.120 |
1186 | 2024-07-12T02:59:04.964Z | Compiling once_cell v1.19.0 |
1187 | 2024-07-12T02:59:05.072Z | Compiling libm v0.2.8 |
1188 | 2024-07-12T02:59:05.097Z | Compiling byteorder v1.5.0 |
1189 | 2024-07-12T02:59:05.243Z | Compiling lock_api v0.4.12 |
1190 | 2024-07-12T02:59:05.343Z | Compiling ahash v0.8.11 |
1191 | 2024-07-12T02:59:05.385Z | Compiling num-traits v0.2.19 |
1192 | 2024-07-12T02:59:05.504Z | Compiling memchr v2.7.2 |
1193 | 2024-07-12T02:59:05.655Z | Compiling scopeguard v1.2.0 |
1194 | 2024-07-12T02:59:05.680Z | Compiling thiserror v1.0.60 |
1195 | 2024-07-12T02:59:05.813Z | Compiling typenum v1.17.0 |
1196 | 2024-07-12T02:59:06.428Z | Compiling quote v1.0.36 |
1197 | 2024-07-12T02:59:06.552Z | Compiling getrandom v0.2.14 |
1198 | 2024-07-12T02:59:06.771Z | Compiling syn v2.0.68 |
1199 | 2024-07-12T02:59:06.986Z | Compiling itoa v1.0.11 |
1200 | 2024-07-12T02:59:07.010Z | Compiling log v0.4.21 |
1201 | 2024-07-12T02:59:07.085Z | Compiling generic-array v0.14.7 |
1202 | 2024-07-12T02:59:07.435Z | Compiling allocator-api2 v0.2.18 |
1203 | 2024-07-12T02:59:07.495Z | Compiling slab v0.4.9 |
1204 | 2024-07-12T02:59:07.532Z | Compiling ring v0.17.8 |
1205 | 2024-07-12T02:59:07.631Z | Compiling ryu v1.0.18 |
1206 | 2024-07-12T02:59:07.773Z | Compiling smallvec v1.13.2 |
1207 | 2024-07-12T02:59:07.797Z | Compiling semver v1.0.23 |
1208 | 2024-07-12T02:59:07.877Z | Compiling schemars v0.8.21 |
1209 | 2024-07-12T02:59:07.877Z | Compiling pin-project-lite v0.2.14 |
1210 | 2024-07-12T02:59:08.234Z | Compiling equivalent v1.0.1 |
1211 | 2024-07-12T02:59:08.258Z | Compiling spin v0.9.8 |
1212 | 2024-07-12T02:59:08.383Z | Compiling pkg-config v0.3.30 |
1213 | 2024-07-12T02:59:08.466Z | Compiling vcpkg v0.2.15 |
1214 | 2024-07-12T02:59:08.574Z | Compiling parking_lot v0.12.2 |
1215 | 2024-07-12T02:59:08.955Z | Compiling signal-hook-registry v1.4.2 |
1216 | 2024-07-12T02:59:09.562Z | Compiling syn v1.0.109 |
1217 | 2024-07-12T02:59:09.875Z | Compiling openssl-sys v0.9.102 |
1218 | 2024-07-12T02:59:10.049Z | Compiling mio v0.8.11 |
1219 | 2024-07-12T02:59:10.463Z | Compiling rand_core v0.6.4 |
1220 | 2024-07-12T02:59:10.614Z | Compiling socket2 v0.5.7 |
1221 | 2024-07-12T02:59:10.848Z | Compiling num_cpus v1.16.0 |
1222 | 2024-07-12T02:59:10.967Z | Compiling num-conv v0.1.0 |
1223 | 2024-07-12T02:59:11.063Z | Compiling time-core v0.1.2 |
1224 | 2024-07-12T02:59:11.238Z | Compiling time-macros v0.2.18 |
1225 | 2024-07-12T02:59:11.404Z | Compiling heck v0.5.0 |
1226 | 2024-07-12T02:59:11.560Z | Compiling httparse v1.8.0 |
1227 | 2024-07-12T02:59:11.876Z | Compiling futures-core v0.3.30 |
1228 | 2024-07-12T02:59:12.095Z | Compiling openssl v0.10.64 |
1229 | 2024-07-12T02:59:12.238Z | Compiling fnv v1.0.7 |
1230 | 2024-07-12T02:59:12.593Z | Compiling serde_derive_internals v0.29.1 |
1231 | 2024-07-12T02:59:12.678Z | Compiling iana-time-zone v0.1.60 |
1232 | 2024-07-12T02:59:12.771Z | Compiling rustix v0.38.34 |
1233 | 2024-07-12T02:59:12.795Z | Compiling crossbeam-utils v0.8.19 |
1234 | 2024-07-12T02:59:13.322Z | Compiling native-tls v0.2.11 |
1235 | 2024-07-12T02:59:13.571Z | Compiling rustls v0.21.12 |
1236 | 2024-07-12T02:59:13.596Z | Compiling tinyvec_macros v0.1.1 |
1237 | 2024-07-12T02:59:13.692Z | Compiling tinyvec v1.6.0 |
1238 | 2024-07-12T02:59:13.794Z | Compiling const-oid v0.9.6 |
1239 | 2024-07-12T02:59:14.462Z | Compiling subtle v2.5.0 |
1240 | 2024-07-12T02:59:14.513Z | Compiling ucd-trie v0.1.6 |
1241 | 2024-07-12T02:59:14.751Z | Compiling futures-sink v0.3.30 |
1242 | 2024-07-12T02:59:14.913Z | Compiling unicode-normalization v0.1.23 |
1243 | 2024-07-12T02:59:15.015Z | Compiling backtrace v0.3.71 |
1244 | 2024-07-12T02:59:15.129Z | Compiling cookie v0.17.0 |
1245 | 2024-07-12T02:59:15.423Z | Compiling dyn-clone v1.0.17 |
1246 | 2024-07-12T02:59:15.448Z | Compiling slog v2.7.0 |
1247 | 2024-07-12T02:59:15.618Z | Compiling unicode-bidi v0.3.15 |
1248 | 2024-07-12T02:59:15.909Z | Compiling futures-channel v0.3.30 |
1249 | 2024-07-12T02:59:16.331Z | Compiling pin-utils v0.1.0 |
1250 | 2024-07-12T02:59:16.355Z | Compiling futures-io v0.3.30 |
1251 | 2024-07-12T02:59:16.427Z | Compiling futures-task v0.3.30 |
1252 | 2024-07-12T02:59:16.791Z | Compiling aho-corasick v1.1.3 |
1253 | 2024-07-12T02:59:16.910Z | Compiling winnow v0.5.40 |
1254 | 2024-07-12T02:59:17.064Z | Compiling anyhow v1.0.86 |
1255 | 2024-07-12T02:59:17.396Z | Compiling serde_derive v1.0.204 |
1256 | 2024-07-12T02:59:17.504Z | Compiling zerocopy-derive v0.7.34 |
1257 | 2024-07-12T02:59:17.617Z | Compiling zeroize_derive v1.4.2 |
1258 | 2024-07-12T02:59:18.623Z | Compiling thiserror-impl v1.0.60 |
1259 | 2024-07-12T02:59:18.820Z | Compiling tokio-macros v2.3.0 |
1260 | 2024-07-12T02:59:19.130Z | Compiling zerocopy v0.7.34 |
1261 | 2024-07-12T02:59:19.954Z | Compiling futures-macro v0.3.30 |
1262 | 2024-07-12T02:59:20.036Z | Compiling schemars_derive v0.8.21 |
1263 | 2024-07-12T02:59:20.723Z | Compiling tracing-attributes v0.1.27 |
1264 | 2024-07-12T02:59:20.837Z | Compiling hashbrown v0.14.5 |
1265 | 2024-07-12T02:59:21.023Z | Compiling zeroize v1.7.0 |
1266 | 2024-07-12T02:59:21.518Z | Compiling openssl-macros v0.1.1 |
1267 | 2024-07-12T02:59:21.964Z | Compiling scroll_derive v0.12.0 |
1268 | 2024-07-12T02:59:22.087Z | Compiling pest v2.7.10 |
1269 | 2024-07-12T02:59:22.459Z | Compiling crypto-common v0.1.6 |
1270 | 2024-07-12T02:59:22.484Z | Compiling futures-util v0.3.30 |
1271 | 2024-07-12T02:59:22.639Z | Compiling der_derive v0.7.2 |
1272 | 2024-07-12T02:59:22.845Z | Compiling regex-syntax v0.8.3 |
1273 | 2024-07-12T02:59:23.776Z | Compiling untrusted v0.9.0 |
1274 | 2024-07-12T02:59:24.164Z | Compiling pest_meta v2.7.10 |
1275 | 2024-07-12T02:59:24.827Z | Compiling block-buffer v0.10.4 |
1276 | 2024-07-12T02:59:25.034Z | Compiling tracing-core v0.1.32 |
1277 | 2024-07-12T02:59:27.006Z | Compiling pest_generator v2.7.10 |
1278 | 2024-07-12T02:59:27.545Z | Compiling regex-automata v0.4.6 |
1279 | 2024-07-12T02:59:27.586Z | Compiling usdt-impl v0.5.0 |
1280 | 2024-07-12T02:59:27.843Z | Compiling powerfmt v0.2.0 |
1281 | 2024-07-12T02:59:28.262Z | Compiling bytes v1.6.0 |
1282 | 2024-07-12T02:59:28.661Z | Compiling indexmap v2.2.6 |
1283 | 2024-07-12T02:59:29.507Z | Compiling tokio v1.38.0 |
1284 | 2024-07-12T02:59:29.800Z | Compiling uuid v1.9.1 |
1285 | 2024-07-12T02:59:29.824Z | Compiling bitflags v2.5.0 |
1286 | 2024-07-12T02:59:30.300Z | Compiling chrono v0.4.38 |
1287 | 2024-07-12T02:59:30.556Z | Compiling serde_tokenstream v0.2.1 |
1288 | 2024-07-12T02:59:31.394Z | Compiling toml_datetime v0.6.6 |
1289 | 2024-07-12T02:59:31.762Z | Compiling serde_spanned v0.6.6 |
1290 | 2024-07-12T02:59:31.951Z | Compiling http v0.2.12 |
1291 | 2024-07-12T02:59:33.812Z | Compiling toml_edit v0.19.15 |
1292 | 2024-07-12T02:59:34.103Z | Compiling rustc_version v0.4.0 |
1293 | 2024-07-12T02:59:34.609Z | Compiling pest_derive v2.7.10 |
1294 | 2024-07-12T02:59:35.183Z | Compiling rustversion v1.0.17 |
1295 | 2024-07-12T02:59:35.746Z | Compiling heapless v0.7.17 |
1296 | 2024-07-12T02:59:36.072Z | Compiling deranged v0.3.11 |
1297 | 2024-07-12T02:59:36.178Z | Compiling tracing v0.1.40 |
1298 | 2024-07-12T02:59:36.581Z | Compiling digest v0.10.7 |
1299 | 2024-07-12T02:59:36.879Z | Compiling scroll v0.12.0 |
1300 | 2024-07-12T02:59:37.045Z | Compiling num_threads v0.1.7 |
1301 | 2024-07-12T02:59:37.161Z | Compiling percent-encoding v2.3.1 |
1302 | 2024-07-12T02:59:37.439Z | Compiling signal-hook v0.3.17 |
1303 | 2024-07-12T02:59:37.733Z | Compiling ppv-lite86 v0.2.17 |
1304 | 2024-07-12T02:59:37.808Z | Compiling heck v0.4.1 |
1305 | 2024-07-12T02:59:38.064Z | Compiling plain v0.2.3 |
1306 | 2024-07-12T02:59:38.160Z | Compiling time v0.3.36 |
1307 | 2024-07-12T02:59:38.202Z | Compiling goblin v0.8.2 |
1308 | 2024-07-12T02:59:38.377Z | Compiling rand_chacha v0.3.1 |
1309 | 2024-07-12T02:59:39.353Z | Compiling regex v1.10.5 |
1310 | 2024-07-12T02:59:40.368Z | Compiling pretty-hex v0.4.1 |
1311 | 2024-07-12T02:59:40.547Z | Compiling crc32fast v1.4.0 |
1312 | 2024-07-12T02:59:41.109Z | Compiling strsim v0.11.1 |
1313 | 2024-07-12T02:59:41.741Z | Compiling rand v0.8.5 |
1314 | 2024-07-12T02:59:41.822Z | Compiling tokio-util v0.7.11 |
1315 | 2024-07-12T02:59:42.865Z | Compiling dof v0.3.0 |
1316 | 2024-07-12T02:59:42.972Z | Compiling dtrace-parser v0.2.0 |
1317 | 2024-07-12T02:59:43.656Z | Compiling async-trait v0.1.81 |
1318 | 2024-07-12T02:59:43.727Z | Compiling thread-id v4.2.1 |
1319 | 2024-07-12T02:59:44.009Z | Compiling smoltcp v0.9.1 |
1320 | 2024-07-12T02:59:44.033Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1321 | 2024-07-12T02:59:44.523Z | Compiling foreign-types-shared v0.1.1 |
1322 | 2024-07-12T02:59:44.576Z | Compiling base64ct v1.6.0 |
1323 | 2024-07-12T02:59:44.600Z | Compiling unicode-width v0.1.13 |
1324 | 2024-07-12T02:59:44.631Z | Compiling foreign-types v0.3.2 |
1325 | 2024-07-12T02:59:45.048Z | Compiling pem-rfc7468 v0.7.0 |
1326 | 2024-07-12T02:59:45.959Z | Compiling form_urlencoded v1.2.1 |
1327 | 2024-07-12T02:59:46.362Z | Compiling hmac v0.12.1 |
1328 | 2024-07-12T02:59:46.401Z | Compiling try-lock v0.2.5 |
1329 | 2024-07-12T02:59:46.560Z | Compiling adler v1.0.2 |
1330 | 2024-07-12T02:59:46.584Z | Compiling base64 v0.21.7 |
1331 | 2024-07-12T02:59:46.645Z | Compiling siphasher v0.3.11 |
1332 | 2024-07-12T02:59:46.949Z | Compiling flagset v0.4.5 |
1333 | 2024-07-12T02:59:47.134Z | Compiling der v0.7.9 |
1334 | 2024-07-12T02:59:47.158Z | Compiling miniz_oxide v0.7.2 |
1335 | 2024-07-12T02:59:47.158Z | Compiling want v0.3.1 |
1336 | 2024-07-12T02:59:48.688Z | Compiling rustls-webpki v0.101.7 |
1337 | 2024-07-12T02:59:48.957Z | Compiling sct v0.7.1 |
1338 | 2024-07-12T02:59:49.190Z | Compiling h2 v0.3.26 |
1339 | 2024-07-12T02:59:49.615Z | Compiling http-body v0.4.6 |
1340 | 2024-07-12T02:59:50.111Z | Compiling openapiv3 v2.0.0 |
1341 | 2024-07-12T02:59:50.482Z | Compiling hubpack_derive v0.1.1 |
1342 | 2024-07-12T02:59:50.983Z | Compiling zerocopy-derive v0.6.6 |
1343 | 2024-07-12T02:59:51.173Z | Compiling idna v0.5.0 |
1344 | 2024-07-12T02:59:51.495Z | Compiling lazy_static v1.5.0 |
1345 | 2024-07-12T02:59:51.521Z | Compiling errno v0.3.9 |
1346 | 2024-07-12T02:59:51.719Z | Compiling fs-err v2.11.0 |
1347 | 2024-07-12T02:59:51.837Z | Compiling cpufeatures v0.2.12 |
1348 | 2024-07-12T02:59:51.928Z | Compiling anstyle v1.0.7 |
1349 | 2024-07-12T02:59:51.953Z | Compiling httpdate v1.0.3 |
1350 | 2024-07-12T02:59:52.226Z | Compiling tower-service v0.3.2 |
1351 | 2024-07-12T02:59:52.306Z | Compiling gimli v0.28.1 |
1352 | 2024-07-12T02:59:52.344Z | Compiling utf8parse v0.2.1 |
1353 | 2024-07-12T02:59:52.487Z | Compiling openssl-probe v0.1.5 |
1354 | 2024-07-12T02:59:52.826Z | Compiling finl_unicode v1.2.0 |
1355 | 2024-07-12T02:59:53.180Z | Compiling stable_deref_trait v1.2.0 |
1356 | 2024-07-12T02:59:53.311Z | Compiling stringprep v0.1.4 |
1357 | 2024-07-12T02:59:53.800Z | Compiling anstyle-parse v0.2.4 |
1358 | 2024-07-12T02:59:53.952Z | Compiling sha2 v0.10.8 |
1359 | 2024-07-12T02:59:54.079Z | Compiling url v2.5.0 |
1360 | 2024-07-12T02:59:55.219Z | Compiling hyper v0.14.28 |
1361 | 2024-07-12T02:59:56.752Z | Compiling addr2line v0.21.0 |
1362 | 2024-07-12T02:59:57.518Z | Compiling spki v0.7.3 |
1363 | 2024-07-12T02:59:57.879Z | Compiling usdt-attr-macro v0.5.0 |
1364 | 2024-07-12T02:59:57.903Z | Compiling usdt-macro v0.5.0 |
1365 | 2024-07-12T02:59:59.235Z | Compiling md-5 v0.10.6 |
1366 | 2024-07-12T03:00:02.379Z | Compiling idna v0.3.0 |
1367 | 2024-07-12T03:00:02.806Z | Compiling diesel_table_macro_syntax v0.1.0 |
1368 | 2024-07-12T03:00:03.057Z | Compiling num-integer v0.1.46 |
1369 | 2024-07-12T03:00:03.297Z | Compiling object v0.32.2 |
1370 | 2024-07-12T03:00:03.629Z | Compiling hash32 v0.2.1 |
1371 | 2024-07-12T03:00:03.814Z | Compiling rustc-demangle v0.1.24 |
1372 | 2024-07-12T03:00:03.932Z | Compiling colorchoice v1.0.1 |
1373 | 2024-07-12T03:00:05.313Z | Compiling is_terminal_polyfill v1.70.0 |
1374 | 2024-07-12T03:00:05.417Z | Compiling anstyle-query v1.0.3 |
1375 | 2024-07-12T03:00:06.029Z | Compiling psl-types v2.0.11 |
1376 | 2024-07-12T03:00:06.327Z | Compiling fallible-iterator v0.2.0 |
1377 | 2024-07-12T03:00:06.883Z | Compiling postgres-protocol v0.6.6 |
1378 | 2024-07-12T03:00:08.784Z | Compiling publicsuffix v2.2.3 |
1379 | 2024-07-12T03:00:09.872Z | Compiling anstream v0.6.14 |
1380 | 2024-07-12T03:00:10.414Z | Compiling diesel_derives v2.1.4 |
1381 | 2024-07-12T03:00:11.464Z | Compiling tokio-rustls v0.24.1 |
1382 | 2024-07-12T03:00:15.208Z | Compiling pkcs8 v0.10.2 |
1383 | 2024-07-12T03:00:15.552Z | Compiling terminal_size v0.3.0 |
1384 | 2024-07-12T03:00:15.758Z | Compiling tokio-native-tls v0.3.1 |
1385 | 2024-07-12T03:00:15.982Z | Compiling phf_shared v0.11.2 |
1386 | 2024-07-12T03:00:16.402Z | Compiling strum_macros v0.25.3 |
1387 | 2024-07-12T03:00:17.110Z | Compiling enum-as-inner v0.5.1 |
1388 | 2024-07-12T03:00:17.295Z | Compiling block-padding v0.3.3 |
1389 | 2024-07-12T03:00:17.491Z | Compiling regress v0.9.1 |
1390 | 2024-07-12T03:00:17.986Z | Compiling clap_derive v4.5.4 |
1391 | 2024-07-12T03:00:18.289Z | Compiling serde_repr v0.1.19 |
1392 | 2024-07-12T03:00:19.242Z | Compiling ff v0.13.0 |
1393 | 2024-07-12T03:00:19.392Z | Compiling scheduled-thread-pool v0.2.7 |
1394 | 2024-07-12T03:00:19.809Z | Compiling encoding_rs v0.8.34 |
1395 | 2024-07-12T03:00:21.154Z | Compiling bitflags v1.3.2 |
1396 | 2024-07-12T03:00:21.264Z | Compiling mime v0.3.17 |
1397 | 2024-07-12T03:00:21.534Z | Compiling managed v0.8.0 |
1398 | 2024-07-12T03:00:21.558Z | Compiling clap_lex v0.7.0 |
1399 | 2024-07-12T03:00:21.951Z | Compiling base16ct v0.2.0 |
1400 | 2024-07-12T03:00:22.156Z | Compiling either v1.12.0 |
1401 | 2024-07-12T03:00:22.488Z | Compiling regex-automata v0.1.10 |
1402 | 2024-07-12T03:00:22.627Z | Compiling matches v0.1.10 |
1403 | 2024-07-12T03:00:22.713Z | Compiling bit-vec v0.6.3 |
1404 | 2024-07-12T03:00:22.832Z | Compiling ipnet v2.9.0 |
1405 | 2024-07-12T03:00:23.060Z | Compiling bstr v0.2.17 |
1406 | 2024-07-12T03:00:23.999Z | Compiling idna v0.2.3 |
1407 | 2024-07-12T03:00:24.173Z | Compiling sec1 v0.7.3 |
1408 | 2024-07-12T03:00:24.883Z | Compiling clap_builder v4.5.2 |
1409 | 2024-07-12T03:00:25.018Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1410 | 2024-07-12T03:00:25.065Z | Compiling r2d2 v0.8.10 |
1411 | 2024-07-12T03:00:25.368Z | Compiling group v0.13.0 |
1412 | 2024-07-12T03:00:27.784Z | Compiling inout v0.1.3 |
1413 | 2024-07-12T03:00:28.267Z | Compiling phf v0.11.2 |
1414 | 2024-07-12T03:00:28.473Z | Compiling hyper-tls v0.5.0 |
1415 | 2024-07-12T03:00:28.749Z | Compiling signal-hook-mio v0.2.3 |
1416 | 2024-07-12T03:00:28.852Z | Compiling hyper-rustls v0.24.2 |
1417 | 2024-07-12T03:00:28.877Z | Compiling cookie_store v0.20.0 |
1418 | 2024-07-12T03:00:29.136Z | Compiling postgres-types v0.2.6 |
1419 | 2024-07-12T03:00:29.160Z | Compiling num-bigint v0.4.5 |
1420 | 2024-07-12T03:00:29.966Z | Compiling zerocopy v0.6.6 |
1421 | 2024-07-12T03:00:30.306Z | Compiling hubpack v0.1.2 |
1422 | 2024-07-12T03:00:30.616Z | Compiling rustls-pemfile v1.0.4 |
1423 | 2024-07-12T03:00:30.671Z | Compiling phf_shared v0.10.0 |
1424 | 2024-07-12T03:00:30.908Z | Compiling hkdf v0.12.4 |
1425 | 2024-07-12T03:00:30.955Z | Compiling crossbeam-epoch v0.9.18 |
1426 | 2024-07-12T03:00:30.989Z | Compiling serde_urlencoded v0.7.1 |
1427 | 2024-07-12T03:00:31.404Z | Compiling ipnetwork v0.20.0 |
1428 | 2024-07-12T03:00:31.876Z | Compiling futures-executor v0.3.30 |
1429 | 2024-07-12T03:00:32.258Z | Compiling crypto-bigint v0.5.5 |
1430 | 2024-07-12T03:00:32.497Z | Compiling float-cmp v0.9.0 |
1431 | 2024-07-12T03:00:32.545Z | Compiling memmap v0.7.0 |
1432 | 2024-07-12T03:00:32.743Z | Compiling precomputed-hash v0.1.1 |
1433 | 2024-07-12T03:00:32.840Z | Compiling normalize-line-endings v0.3.0 |
1434 | 2024-07-12T03:00:32.955Z | Compiling new_debug_unreachable v1.0.6 |
1435 | 2024-07-12T03:00:33.046Z | Compiling minimal-lexical v0.2.1 |
1436 | 2024-07-12T03:00:33.249Z | Compiling predicates-core v1.0.6 |
1437 | 2024-07-12T03:00:33.443Z | Compiling winnow v0.6.8 |
1438 | 2024-07-12T03:00:33.516Z | Compiling data-encoding v2.6.0 |
1439 | 2024-07-12T03:00:34.769Z | Compiling unicode-segmentation v1.11.0 |
1440 | 2024-07-12T03:00:34.923Z | Compiling difflib v0.4.0 |
1441 | 2024-07-12T03:00:35.068Z | Compiling fixedbitset v0.4.2 |
1442 | 2024-07-12T03:00:35.321Z | Compiling webpki-roots v0.25.4 |
1443 | 2024-07-12T03:00:35.384Z | Compiling whoami v1.5.1 |
1444 | 2024-07-12T03:00:35.409Z | Compiling sync_wrapper v0.1.2 |
1445 | 2024-07-12T03:00:35.449Z | Compiling static_assertions v1.1.0 |
1446 | 2024-07-12T03:00:35.543Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1447 | 2024-07-12T03:00:35.914Z | Compiling tokio-postgres v0.7.10 |
1448 | 2024-07-12T03:00:36.145Z | Compiling reqwest v0.11.27 |
1449 | 2024-07-12T03:00:36.436Z | Compiling toml_edit v0.22.14 |
1450 | 2024-07-12T03:00:37.032Z | Compiling petgraph v0.6.5 |
1451 | 2024-07-12T03:00:37.242Z | Compiling similar v2.5.0 |
1452 | 2024-07-12T03:00:38.950Z | Compiling predicates v3.1.0 |
1453 | 2024-07-12T03:00:39.580Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1454 | 2024-07-12T03:00:40.174Z | Compiling elliptic-curve v0.13.8 |
1455 | 2024-07-12T03:00:40.198Z | Compiling trust-dns-proto v0.22.0 |
1456 | 2024-07-12T03:00:40.444Z | Compiling nom v7.1.3 |
1457 | 2024-07-12T03:00:40.802Z | Compiling string_cache v0.8.7 |
1458 | 2024-07-12T03:00:41.159Z | Compiling usdt v0.5.0 |
1459 | 2024-07-12T03:00:42.008Z | Compiling futures v0.3.30 |
1460 | 2024-07-12T03:00:42.114Z | Compiling diesel v2.1.6 |
1461 | 2024-07-12T03:00:42.204Z | Compiling yasna v0.5.2 |
1462 | 2024-07-12T03:00:42.751Z | Compiling crossterm v0.27.0 |
1463 | 2024-07-12T03:00:43.045Z | Compiling flate2 v1.0.30 |
1464 | 2024-07-12T03:00:43.167Z | Compiling cipher v0.4.4 |
1465 | 2024-07-12T03:00:43.331Z | Compiling clap v4.5.4 |
1466 | 2024-07-12T03:00:43.543Z | Compiling bit-set v0.5.3 |
1467 | 2024-07-12T03:00:43.774Z | Compiling itertools v0.10.5 |
1468 | 2024-07-12T03:00:43.798Z | Compiling itertools v0.12.1 |
1469 | 2024-07-12T03:00:45.405Z | Compiling num-iter v0.1.45 |
1470 | 2024-07-12T03:00:46.016Z | Compiling console v0.15.8 |
1471 | 2024-07-12T03:00:46.323Z | Compiling tokio-stream v0.1.15 |
1472 | 2024-07-12T03:00:46.359Z | Compiling toml v0.7.8 |
1473 | 2024-07-12T03:00:46.402Z | Compiling bstr v1.9.1 |
1474 | 2024-07-12T03:00:46.486Z | Compiling hex v0.4.3 |
1475 | 2024-07-12T03:00:46.769Z | Compiling camino v1.1.7 |
1476 | 2024-07-12T03:00:47.001Z | Compiling peg-runtime v0.8.3 |
1477 | 2024-07-12T03:00:47.114Z | Compiling unicode-xid v0.2.4 |
1478 | 2024-07-12T03:00:47.175Z | Compiling lalrpop-util v0.19.12 |
1479 | 2024-07-12T03:00:47.707Z | Compiling proc-macro-crate v1.3.1 |
1480 | 2024-07-12T03:00:48.511Z | Compiling heapless v0.8.0 |
1481 | 2024-07-12T03:00:50.992Z | Compiling num_enum_derive v0.5.11 |
1482 | 2024-07-12T03:00:54.709Z | Compiling hash32 v0.3.1 |
1483 | 2024-07-12T03:00:55.268Z | Compiling ident_case v1.0.1 |
1484 | 2024-07-12T03:00:55.760Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1485 | 2024-07-12T03:00:56.014Z | Compiling smoltcp v0.11.0 |
1486 | 2024-07-12T03:00:56.094Z | Compiling rustls-pki-types v1.7.0 |
1487 | 2024-07-12T03:01:00.635Z | Compiling darling_core v0.20.9 |
1488 | 2024-07-12T03:01:07.161Z | Compiling num_enum v0.5.11 |
1489 | 2024-07-12T03:01:08.516Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1490 | 2024-07-12T03:01:08.692Z | Compiling getopts v0.2.21 |
1491 | 2024-07-12T03:01:09.663Z | Compiling dirs-sys-next v0.1.2 |
1492 | 2024-07-12T03:01:10.359Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1493 | 2024-07-12T03:01:10.521Z | Compiling proc-macro-error-attr v1.0.4 |
1494 | 2024-07-12T03:01:10.757Z | Compiling embedded-io v0.4.0 |
1495 | 2024-07-12T03:01:10.953Z | Compiling paste v1.0.15 |
1496 | 2024-07-12T03:01:11.299Z | Compiling rustls v0.22.4 |
1497 | 2024-07-12T03:01:11.323Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1498 | 2024-07-12T03:01:11.529Z | Compiling unsafe-libyaml v0.2.11 |
1499 | 2024-07-12T03:01:11.553Z | Compiling cobs v0.2.3 |
1500 | 2024-07-12T03:01:11.909Z | Compiling postcard v1.0.8 |
1501 | 2024-07-12T03:01:12.636Z | Compiling serde_yaml v0.9.34+deprecated |
1502 | 2024-07-12T03:01:15.726Z | Compiling dirs-next v2.0.0 |
1503 | 2024-07-12T03:01:16.189Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1504 | 2024-07-12T03:01:17.921Z | Compiling darling_macro v0.20.9 |
1505 | 2024-07-12T03:01:19.176Z | Compiling rustls-webpki v0.102.4 |
1506 | 2024-07-12T03:01:24.207Z | Compiling strum_macros v0.26.4 |
1507 | 2024-07-12T03:01:25.527Z | Compiling foreign-types-macros v0.2.3 |
1508 | 2024-07-12T03:01:25.567Z | Compiling structmeta-derive v0.3.0 |
1509 | 2024-07-12T03:01:26.361Z | Compiling thread_local v1.1.8 |
1510 | 2024-07-12T03:01:26.501Z | Compiling proc-macro-error v1.0.4 |
1511 | 2024-07-12T03:01:26.725Z | Compiling multer v3.1.0 |
1512 | 2024-07-12T03:01:26.929Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1513 | 2024-07-12T03:01:27.065Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1514 | 2024-07-12T03:01:27.852Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1515 | 2024-07-12T03:01:28.057Z | Compiling slog-async v2.8.0 |
1516 | 2024-07-12T03:01:28.320Z | Compiling foreign-types-shared v0.3.1 |
1517 | 2024-07-12T03:01:28.761Z | Compiling match_cfg v0.1.0 |
1518 | 2024-07-12T03:01:28.843Z | Compiling hostname v0.3.1 |
1519 | 2024-07-12T03:01:29.983Z | Compiling foreign-types v0.5.0 |
1520 | 2024-07-12T03:01:32.415Z | Compiling strum v0.26.2 |
1521 | 2024-07-12T03:01:33.025Z | Compiling structmeta v0.3.0 |
1522 | 2024-07-12T03:01:33.303Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1523 | 2024-07-12T03:01:37.277Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1524 | 2024-07-12T03:01:38.881Z | Compiling darling v0.20.9 |
1525 | 2024-07-12T03:01:40.663Z | Compiling term v0.7.0 |
1526 | 2024-07-12T03:01:46.114Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1527 | 2024-07-12T03:01:47.393Z | Compiling slog-json v2.6.1 |
1528 | 2024-07-12T03:01:47.840Z | Compiling tabwriter v1.4.0 |
1529 | 2024-07-12T03:01:48.065Z | Compiling crossbeam-channel v0.5.12 |
1530 | 2024-07-12T03:01:49.177Z | Compiling http v1.1.0 |
1531 | 2024-07-12T03:01:49.258Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1532 | 2024-07-12T03:01:49.377Z | Compiling async-stream-impl v0.3.5 |
1533 | 2024-07-12T03:01:49.439Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1534 | 2024-07-12T03:01:49.470Z | Compiling cstr-argument v0.1.2 |
1535 | 2024-07-12T03:01:49.675Z | Compiling is-terminal v0.4.12 |
1536 | 2024-07-12T03:01:49.817Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
1537 | 2024-07-12T03:01:50.054Z | Compiling pretty-hex v0.2.1 |
1538 | 2024-07-12T03:01:50.234Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1539 | 2024-07-12T03:01:50.260Z | Compiling base64 v0.22.1 |
1540 | 2024-07-12T03:01:50.364Z | Compiling take_mut v0.2.2 |
1541 | 2024-07-12T03:01:50.471Z | Compiling fastrand v2.1.0 |
1542 | 2024-07-12T03:01:50.509Z | Compiling crucible-workspace-hack v0.1.0 |
1543 | 2024-07-12T03:01:50.757Z | Compiling rayon-core v1.12.1 |
1544 | 2024-07-12T03:01:50.967Z | Compiling atomic-waker v1.1.2 |
1545 | 2024-07-12T03:01:51.044Z | Compiling tempfile v3.10.1 |
1546 | 2024-07-12T03:01:51.126Z | Compiling waitgroup v0.1.2 |
1547 | 2024-07-12T03:01:51.167Z | Compiling rustls-pemfile v2.1.2 |
1548 | 2024-07-12T03:01:51.795Z | Compiling async-stream v0.3.5 |
1549 | 2024-07-12T03:01:52.063Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1550 | 2024-07-12T03:01:52.613Z | Compiling slog-term v2.9.1 |
1551 | 2024-07-12T03:01:52.728Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1552 | 2024-07-12T03:01:53.047Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1553 | 2024-07-12T03:01:53.240Z | Compiling slog-bunyan v2.5.0 |
1554 | 2024-07-12T03:01:53.503Z | Compiling tokio-rustls v0.25.0 |
1555 | 2024-07-12T03:01:53.565Z | Compiling serde_with_macros v3.8.3 |
1556 | 2024-07-12T03:01:53.843Z | Compiling parse-display-derive v0.9.1 |
1557 | 2024-07-12T03:01:53.894Z | Compiling toml v0.8.14 |
1558 | 2024-07-12T03:01:54.020Z | Compiling sha1 v0.10.6 |
1559 | 2024-07-12T03:01:54.606Z | Compiling crossbeam-deque v0.8.5 |
1560 | 2024-07-12T03:01:54.769Z | Compiling colored v2.1.0 |
1561 | 2024-07-12T03:01:54.931Z | Compiling newtype-uuid v1.1.0 |
1562 | 2024-07-12T03:01:55.215Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
1563 | 2024-07-12T03:01:55.773Z | Compiling serde_path_to_error v0.1.16 |
1564 | 2024-07-12T03:01:55.868Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1565 | 2024-07-12T03:01:56.419Z | Compiling hostname v0.4.0 |
1566 | 2024-07-12T03:01:56.581Z | Compiling socket2 v0.4.10 |
1567 | 2024-07-12T03:01:56.640Z | Compiling instant v0.1.12 |
1568 | 2024-07-12T03:01:56.779Z | Compiling debug-ignore v1.0.5 |
1569 | 2024-07-12T03:01:56.901Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1570 | 2024-07-12T03:01:57.084Z | Compiling parse-display v0.9.1 |
1571 | 2024-07-12T03:01:57.220Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1572 | 2024-07-12T03:01:58.532Z | Compiling backoff v0.4.0 |
1573 | 2024-07-12T03:01:58.814Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1574 | 2024-07-12T03:01:58.988Z | Compiling serde_with v3.8.3 |
1575 | 2024-07-12T03:01:59.374Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1576 | 2024-07-12T03:01:59.763Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1577 | 2024-07-12T03:02:00.835Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1578 | 2024-07-12T03:02:01.360Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
1579 | 2024-07-12T03:02:02.520Z | Compiling camino-tempfile v1.1.1 |
1580 | 2024-07-12T03:02:02.661Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1581 | 2024-07-12T03:02:03.051Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1582 | 2024-07-12T03:02:03.110Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1583 | 2024-07-12T03:02:03.155Z | Compiling macaddr v1.0.1 |
1584 | 2024-07-12T03:02:03.208Z | Compiling num-derive v0.4.2 |
1585 | 2024-07-12T03:02:03.651Z | Compiling sigpipe v0.1.3 |
1586 | 2024-07-12T03:02:03.752Z | Compiling libefi-sys v0.1.0 |
1587 | 2024-07-12T03:02:03.776Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1588 | 2024-07-12T03:02:03.993Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1589 | 2024-07-12T03:02:04.242Z | Compiling rayon v1.10.0 |
1590 | 2024-07-12T03:02:04.531Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1591 | 2024-07-12T03:02:04.886Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1592 | 2024-07-12T03:02:06.143Z | Compiling smf v0.2.3 |
1593 | 2024-07-12T03:02:06.204Z | Compiling bitfield-struct v0.6.1 |
1594 | 2024-07-12T03:02:06.607Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1595 | 2024-07-12T03:02:06.886Z | Compiling blake3 v1.5.1 |
1596 | 2024-07-12T03:02:07.253Z | Compiling ring v0.16.20 |
1597 | 2024-07-12T03:02:07.341Z | Compiling portable-atomic v1.6.0 |
1598 | 2024-07-12T03:02:08.155Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1599 | 2024-07-12T03:02:08.180Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1600 | 2024-07-12T03:02:08.307Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1601 | 2024-07-12T03:02:09.044Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1602 | 2024-07-12T03:02:09.320Z | Compiling xattr v1.3.1 |
1603 | 2024-07-12T03:02:09.604Z | Compiling memmap2 v0.9.4 |
1604 | 2024-07-12T03:02:10.034Z | Compiling filetime v0.2.23 |
1605 | 2024-07-12T03:02:10.065Z | Compiling untrusted v0.7.1 |
1606 | 2024-07-12T03:02:10.233Z | Compiling constant_time_eq v0.3.0 |
1607 | 2024-07-12T03:02:10.327Z | Compiling spin v0.5.2 |
1608 | 2024-07-12T03:02:10.400Z | Compiling arrayref v0.3.7 |
1609 | 2024-07-12T03:02:10.508Z | Compiling arrayvec v0.7.4 |
1610 | 2024-07-12T03:02:10.558Z | Compiling same-file v1.0.6 |
1611 | 2024-07-12T03:02:10.879Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1612 | 2024-07-12T03:02:10.920Z | Compiling walkdir v2.5.0 |
1613 | 2024-07-12T03:02:10.999Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1614 | 2024-07-12T03:02:12.140Z | Compiling tar v0.4.40 |
1615 | 2024-07-12T03:02:13.127Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1616 | 2024-07-12T03:02:13.467Z | Compiling cargo-platform v0.1.8 |
1617 | 2024-07-12T03:02:14.374Z | Compiling gethostname v0.4.3 |
1618 | 2024-07-12T03:02:14.414Z | Compiling topological-sort v0.2.2 |
1619 | 2024-07-12T03:02:14.622Z | Compiling number_prefix v0.4.0 |
1620 | 2024-07-12T03:02:14.646Z | Compiling omicron-zone-package v0.11.0 |
1621 | 2024-07-12T03:02:14.823Z | Compiling indicatif v0.17.8 |
1622 | 2024-07-12T03:02:14.847Z | Compiling cargo_metadata v0.18.1 |
1623 | 2024-07-12T03:02:16.957Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1624 | 2024-07-12T03:02:20.259Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1625 | 2024-07-12T03:02:21.709Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1626 | 2024-07-12T03:02:23.801Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1627 | 2024-07-12T03:02:42.931Z | Finished `release` profile [optimized] target(s) in 3m 41s |
1628 | 2024-07-12T03:02:43.034Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1629 | 2024-07-12T03:02:43.094Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1630 | 2024-07-12T03:02:43.118Z | Created new build target 'test' and set it as active |
1631 | 2024-07-12T03:02:43.118Z | |
1632 | 2024-07-12T03:02:43.118Z | real 3:41.680396371 |
1633 | 2024-07-12T03:02:43.118Z | user 24:15.238632158 |
1634 | 2024-07-12T03:02:43.118Z | sys 3:18.227772092 |
1635 | 2024-07-12T03:02:43.118Z | trap 0.804056957 |
1636 | 2024-07-12T03:02:43.118Z | tflt 0.967254288 |
1637 | 2024-07-12T03:02:43.118Z | dflt 0.637096369 |
1638 | 2024-07-12T03:02:43.119Z | kflt 0.000884811 |
1639 | 2024-07-12T03:02:43.119Z | lock 49:51.269076132 |
1640 | 2024-07-12T03:02:43.119Z | slp 1:08:02.830178683 |
1641 | 2024-07-12T03:02:43.119Z | lat 1:50.939102277 |
1642 | 2024-07-12T03:02:43.119Z | stop 2:52.822202681 |
1643 | 2024-07-12T03:02:43.119Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1644 | 2024-07-12T03:02:44.257Z | Finished `release` profile [optimized] target(s) in 1.09s |
1645 | 2024-07-12T03:02:44.302Z | Running `target/release/omicron-package -t test package` |
1646 | 2024-07-12T03:02:44.349Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1647 | 2024-07-12T03:02:45.772Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1648 | 2024-07-12T03:02:45.799Z | Compiling humantime v2.1.0 |
1649 | 2024-07-12T03:02:45.799Z | Compiling newline-converter v0.3.0 |
1650 | 2024-07-12T03:02:45.800Z | Compiling derive-where v1.2.7 |
1651 | 2024-07-12T03:02:45.840Z | Compiling dirs-sys-next v0.1.2 |
1652 | 2024-07-12T03:02:45.864Z | Compiling convert_case v0.4.0 |
1653 | 2024-07-12T03:02:45.897Z | Compiling prettyplease v0.2.20 |
1654 | 2024-07-12T03:02:45.897Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1655 | 2024-07-12T03:02:45.989Z | Compiling expectorate v1.1.0 |
1656 | 2024-07-12T03:02:46.023Z | Compiling dirs-next v2.0.0 |
1657 | 2024-07-12T03:02:46.103Z | Compiling camino v1.1.7 |
1658 | 2024-07-12T03:02:46.151Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1659 | 2024-07-12T03:02:46.175Z | Compiling term v0.7.0 |
1660 | 2024-07-12T03:02:46.200Z | Compiling password-hash v0.5.0 |
1661 | 2024-07-12T03:02:46.273Z | Compiling blake2 v0.10.6 |
1662 | 2024-07-12T03:02:46.524Z | Compiling derive_more v0.99.18 |
1663 | 2024-07-12T03:02:47.163Z | Compiling argon2 v0.5.3 |
1664 | 2024-07-12T03:02:47.209Z | Compiling is-terminal v0.4.12 |
1665 | 2024-07-12T03:02:47.236Z | Compiling semver v0.1.20 |
1666 | 2024-07-12T03:02:47.329Z | Compiling toml v0.8.14 |
1667 | 2024-07-12T03:02:47.708Z | Compiling rustc_version v0.1.7 |
1668 | 2024-07-12T03:02:47.995Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1669 | 2024-07-12T03:02:48.073Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1670 | 2024-07-12T03:02:48.362Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1671 | 2024-07-12T03:02:48.435Z | Compiling newtype_derive v0.1.6 |
1672 | 2024-07-12T03:02:48.539Z | Compiling linked-hash-map v0.5.6 |
1673 | 2024-07-12T03:02:48.563Z | Compiling rustls-pki-types v1.7.0 |
1674 | 2024-07-12T03:02:48.835Z | Compiling steno v0.4.1 |
1675 | 2024-07-12T03:02:48.886Z | Compiling lru-cache v0.1.2 |
1676 | 2024-07-12T03:02:49.070Z | Compiling rustls-webpki v0.102.4 |
1677 | 2024-07-12T03:02:49.095Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1678 | 2024-07-12T03:02:49.190Z | Compiling rustls v0.22.4 |
1679 | 2024-07-12T03:02:49.214Z | Compiling thread_local v1.1.8 |
1680 | 2024-07-12T03:02:49.629Z | Compiling match_cfg v0.1.0 |
1681 | 2024-07-12T03:02:49.715Z | Compiling home v0.5.9 |
1682 | 2024-07-12T03:02:50.562Z | Compiling hostname v0.3.1 |
1683 | 2024-07-12T03:02:50.783Z | Compiling multer v3.1.0 |
1684 | 2024-07-12T03:02:50.850Z | Compiling slog-async v2.8.0 |
1685 | 2024-07-12T03:02:50.883Z | Compiling slog-json v2.6.1 |
1686 | 2024-07-12T03:02:50.909Z | Compiling crossbeam-channel v0.5.12 |
1687 | 2024-07-12T03:02:51.189Z | Compiling http v1.1.0 |
1688 | 2024-07-12T03:02:51.272Z | Compiling slog-dtrace v0.3.0 |
1689 | 2024-07-12T03:02:51.509Z | Compiling atomic-waker v1.1.2 |
1690 | 2024-07-12T03:02:51.675Z | Compiling take_mut v0.2.2 |
1691 | 2024-07-12T03:02:51.767Z | Compiling termcolor v1.4.1 |
1692 | 2024-07-12T03:02:51.814Z | Compiling base64 v0.22.1 |
1693 | 2024-07-12T03:02:52.329Z | Compiling rustls-pemfile v2.1.2 |
1694 | 2024-07-12T03:02:52.715Z | Compiling waitgroup v0.1.2 |
1695 | 2024-07-12T03:02:52.957Z | Compiling slog-bunyan v2.5.0 |
1696 | 2024-07-12T03:02:53.072Z | Compiling slog-term v2.9.1 |
1697 | 2024-07-12T03:02:53.139Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
1698 | 2024-07-12T03:02:53.198Z | Compiling async-stream v0.3.5 |
1699 | 2024-07-12T03:02:53.266Z | Compiling sha1 v0.10.6 |
1700 | 2024-07-12T03:02:53.459Z | Compiling tokio-rustls v0.25.0 |
1701 | 2024-07-12T03:02:53.483Z | Compiling newtype-uuid v1.1.0 |
1702 | 2024-07-12T03:02:53.596Z | Compiling serde_path_to_error v0.1.16 |
1703 | 2024-07-12T03:02:53.733Z | Compiling hostname v0.4.0 |
1704 | 2024-07-12T03:02:53.804Z | Compiling instant v0.1.12 |
1705 | 2024-07-12T03:02:53.930Z | Compiling debug-ignore v1.0.5 |
1706 | 2024-07-12T03:02:53.956Z | Compiling backoff v0.4.0 |
1707 | 2024-07-12T03:02:54.004Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1708 | 2024-07-12T03:02:54.265Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
1709 | 2024-07-12T03:02:54.290Z | Compiling parse-display v0.9.1 |
1710 | 2024-07-12T03:02:54.756Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1711 | 2024-07-12T03:02:54.914Z | Compiling serde_with v3.8.3 |
1712 | 2024-07-12T03:02:55.346Z | Compiling strum v0.26.2 |
1713 | 2024-07-12T03:02:55.505Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1714 | 2024-07-12T03:02:56.340Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1715 | 2024-07-12T03:02:56.874Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1716 | 2024-07-12T03:02:56.943Z | Compiling num-rational v0.4.2 |
1717 | 2024-07-12T03:02:57.016Z | Compiling num-complex v0.4.6 |
1718 | 2024-07-12T03:02:57.237Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1719 | 2024-07-12T03:02:57.851Z | Compiling macaddr v1.0.1 |
1720 | 2024-07-12T03:02:58.151Z | Compiling quick-error v1.2.3 |
1721 | 2024-07-12T03:02:58.215Z | Compiling num v0.4.3 |
1722 | 2024-07-12T03:02:58.297Z | Compiling resolv-conf v0.7.0 |
1723 | 2024-07-12T03:02:58.321Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1724 | 2024-07-12T03:03:00.078Z | Compiling swrite v0.1.0 |
1725 | 2024-07-12T03:03:00.158Z | Compiling radium v0.7.0 |
1726 | 2024-07-12T03:03:00.197Z | Compiling float-ord v0.3.2 |
1727 | 2024-07-12T03:03:00.350Z | Compiling utf-8 v0.7.6 |
1728 | 2024-07-12T03:03:00.575Z | Compiling trust-dns-resolver v0.22.0 |
1729 | 2024-07-12T03:03:00.703Z | Compiling tap v1.0.1 |
1730 | 2024-07-12T03:03:00.849Z | Compiling maybe-uninit v2.0.0 |
1731 | 2024-07-12T03:03:00.882Z | Compiling wyz v0.5.1 |
1732 | 2024-07-12T03:03:01.277Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1733 | 2024-07-12T03:03:01.694Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1734 | 2024-07-12T03:03:02.031Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1735 | 2024-07-12T03:03:05.947Z | Compiling crc-catalog v2.4.0 |
1736 | 2024-07-12T03:03:06.072Z | Compiling display-error-chain v0.2.0 |
1737 | 2024-07-12T03:03:06.750Z | Compiling funty v2.0.0 |
1738 | 2024-07-12T03:03:08.765Z | Compiling num-bigint-dig v0.8.4 |
1739 | 2024-07-12T03:03:09.049Z | Compiling packed_struct v0.10.1 |
1740 | 2024-07-12T03:03:09.489Z | Compiling bitvec v1.0.1 |
1741 | 2024-07-12T03:03:09.936Z | Compiling crc v3.2.1 |
1742 | 2024-07-12T03:03:13.217Z | Compiling nibble_vec v0.1.0 |
1743 | 2024-07-12T03:03:13.420Z | Compiling packed_struct_codegen v0.10.1 |
1744 | 2024-07-12T03:03:14.926Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1745 | 2024-07-12T03:03:15.081Z | Compiling indexmap v1.9.3 |
1746 | 2024-07-12T03:03:15.326Z | Compiling crunchy v0.2.2 |
1747 | 2024-07-12T03:03:15.518Z | Compiling glob v0.3.1 |
1748 | 2024-07-12T03:03:15.711Z | Compiling endian-type v0.1.2 |
1749 | 2024-07-12T03:03:15.916Z | Compiling nodrop v0.1.14 |
1750 | 2024-07-12T03:03:16.027Z | Compiling array-init v0.0.4 |
1751 | 2024-07-12T03:03:16.193Z | Compiling clang-sys v1.7.0 |
1752 | 2024-07-12T03:03:16.729Z | Compiling radix_trie v0.2.1 |
1753 | 2024-07-12T03:03:17.321Z | Compiling smallvec v0.6.14 |
1754 | 2024-07-12T03:03:17.727Z | Compiling pkcs1 v0.7.5 |
1755 | 2024-07-12T03:03:18.131Z | Compiling signature v2.2.0 |
1756 | 2024-07-12T03:03:18.415Z | Compiling maplit v1.0.2 |
1757 | 2024-07-12T03:03:18.531Z | Compiling hashbrown v0.12.3 |
1758 | 2024-07-12T03:03:18.915Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1759 | 2024-07-12T03:03:19.241Z | Compiling bitfield v0.14.0 |
1760 | 2024-07-12T03:03:19.476Z | Compiling cancel-safe-futures v0.1.5 |
1761 | 2024-07-12T03:03:19.666Z | Compiling tiny-keccak v2.0.2 |
1762 | 2024-07-12T03:03:19.789Z | Compiling rsa v0.9.6 |
1763 | 2024-07-12T03:03:19.919Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1764 | 2024-07-12T03:03:21.054Z | Compiling serde-hex v0.1.0 |
1765 | 2024-07-12T03:03:21.158Z | Compiling bzip2 v0.4.4 |
1766 | 2024-07-12T03:03:21.661Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1767 | 2024-07-12T03:03:21.951Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1768 | 2024-07-12T03:03:22.168Z | Compiling env_logger v0.10.2 |
1769 | 2024-07-12T03:03:24.465Z | Compiling x509-cert v0.2.5 |
1770 | 2024-07-12T03:03:24.730Z | Compiling ron v0.8.1 |
1771 | 2024-07-12T03:03:25.050Z | Compiling hashbrown v0.13.2 |
1772 | 2024-07-12T03:03:25.393Z | Compiling crc-any v2.5.0 |
1773 | 2024-07-12T03:03:26.173Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1774 | 2024-07-12T03:03:26.197Z | Compiling object v0.30.4 |
1775 | 2024-07-12T03:03:27.957Z | Compiling zip v0.6.6 |
1776 | 2024-07-12T03:03:30.232Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1777 | 2024-07-12T03:03:30.258Z | Compiling rayon-core v1.12.1 |
1778 | 2024-07-12T03:03:30.282Z | Compiling ascii-canvas v3.0.0 |
1779 | 2024-07-12T03:03:30.719Z | Compiling crossbeam-deque v0.8.5 |
1780 | 2024-07-12T03:03:30.993Z | Compiling ena v0.14.3 |
1781 | 2024-07-12T03:03:31.322Z | Compiling libloading v0.8.3 |
1782 | 2024-07-12T03:03:31.632Z | Compiling half v2.4.1 |
1783 | 2024-07-12T03:03:32.250Z | Compiling same-file v1.0.6 |
1784 | 2024-07-12T03:03:32.447Z | Compiling path-slash v0.1.5 |
1785 | 2024-07-12T03:03:32.651Z | Compiling fastrand v2.1.0 |
1786 | 2024-07-12T03:03:33.081Z | Compiling arc-swap v1.7.1 |
1787 | 2024-07-12T03:03:33.573Z | Compiling diff v0.1.13 |
1788 | 2024-07-12T03:03:33.642Z | Compiling bindgen v0.69.4 |
1789 | 2024-07-12T03:03:33.961Z | Compiling ciborium-io v0.2.2 |
1790 | 2024-07-12T03:03:34.012Z | Compiling regex-syntax v0.6.29 |
1791 | 2024-07-12T03:03:34.079Z | Compiling ciborium-ll v0.2.2 |
1792 | 2024-07-12T03:03:34.102Z | Compiling slog-scope v4.4.0 |
1793 | 2024-07-12T03:03:34.477Z | Compiling tempfile v3.10.1 |
1794 | 2024-07-12T03:03:34.818Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1795 | 2024-07-12T03:03:35.105Z | Compiling walkdir v2.5.0 |
1796 | 2024-07-12T03:03:36.664Z | Compiling lalrpop v0.19.12 |
1797 | 2024-07-12T03:03:38.453Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1798 | 2024-07-12T03:03:39.319Z | Compiling which v4.4.2 |
1799 | 2024-07-12T03:03:39.467Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1800 | 2024-07-12T03:03:39.646Z | Compiling cexpr v0.6.0 |
1801 | 2024-07-12T03:03:39.755Z | Compiling fxhash v0.2.1 |
1802 | 2024-07-12T03:03:39.938Z | Compiling ref-cast v1.0.23 |
1803 | 2024-07-12T03:03:40.290Z | Compiling rustc-hash v1.1.0 |
1804 | 2024-07-12T03:03:40.422Z | Compiling shlex v1.3.0 |
1805 | 2024-07-12T03:03:40.769Z | Compiling lazycell v1.3.0 |
1806 | 2024-07-12T03:03:41.054Z | Compiling ring v0.16.20 |
1807 | 2024-07-12T03:03:43.094Z | Compiling blake3 v1.5.1 |
1808 | 2024-07-12T03:03:43.293Z | Compiling rayon v1.10.0 |
1809 | 2024-07-12T03:03:43.409Z | Compiling ciborium v0.2.2 |
1810 | 2024-07-12T03:03:44.395Z | Compiling slog-stdlog v4.1.1 |
1811 | 2024-07-12T03:03:45.104Z | Compiling tungstenite v0.21.0 |
1812 | 2024-07-12T03:03:45.167Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1813 | 2024-07-12T03:03:45.368Z | Compiling derive_builder_core v0.20.0 |
1814 | 2024-07-12T03:03:46.943Z | Compiling headers-core v0.2.0 |
1815 | 2024-07-12T03:03:47.082Z | Compiling xattr v1.3.1 |
1816 | 2024-07-12T03:03:47.141Z | Compiling libxml v0.3.3 |
1817 | 2024-07-12T03:03:47.283Z | Compiling async-recursion v1.1.1 |
1818 | 2024-07-12T03:03:47.311Z | Compiling ref-cast-impl v1.0.23 |
1819 | 2024-07-12T03:03:47.411Z | Compiling filetime v0.2.23 |
1820 | 2024-07-12T03:03:47.693Z | Compiling atty v0.2.14 |
1821 | 2024-07-12T03:03:47.834Z | Compiling memmap2 v0.9.4 |
1822 | 2024-07-12T03:03:48.186Z | Compiling arrayvec v0.7.4 |
1823 | 2024-07-12T03:03:48.212Z | Compiling untrusted v0.7.1 |
1824 | 2024-07-12T03:03:48.363Z | Compiling constant_time_eq v0.3.0 |
1825 | 2024-07-12T03:03:48.468Z | Compiling spin v0.5.2 |
1826 | 2024-07-12T03:03:48.494Z | Compiling arrayref v0.3.7 |
1827 | 2024-07-12T03:03:48.683Z | Compiling tar v0.4.40 |
1828 | 2024-07-12T03:03:49.361Z | Compiling derive_builder_macro v0.20.0 |
1829 | 2024-07-12T03:03:49.685Z | Compiling headers v0.3.9 |
1830 | 2024-07-12T03:03:50.018Z | Compiling tokio-tungstenite v0.21.0 |
1831 | 2024-07-12T03:03:50.210Z | Compiling slog-envlogger v2.2.0 |
1832 | 2024-07-12T03:03:50.506Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1833 | 2024-07-12T03:03:51.446Z | Compiling toolchain_find v0.4.0 |
1834 | 2024-07-12T03:03:51.537Z | Compiling camino-tempfile v1.1.1 |
1835 | 2024-07-12T03:03:51.894Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1836 | 2024-07-12T03:03:51.918Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1837 | 2024-07-12T03:03:52.136Z | Compiling samael v0.0.15 |
1838 | 2024-07-12T03:03:52.188Z | Compiling pem v3.0.4 |
1839 | 2024-07-12T03:03:52.349Z | Compiling libsw v3.3.1 |
1840 | 2024-07-12T03:03:52.373Z | Compiling strum_macros v0.24.3 |
1841 | 2024-07-12T03:03:52.631Z | Compiling cookie v0.18.1 |
1842 | 2024-07-12T03:03:52.883Z | Compiling cfg_aliases v0.1.1 |
1843 | 2024-07-12T03:03:52.907Z | Compiling topological-sort v0.2.2 |
1844 | 2024-07-12T03:03:52.979Z | Compiling indoc v1.0.9 |
1845 | 2024-07-12T03:03:53.073Z | Compiling linear-map v1.2.0 |
1846 | 2024-07-12T03:03:53.097Z | Compiling owo-colors v4.0.0 |
1847 | 2024-07-12T03:03:53.478Z | Compiling omicron-zone-package v0.11.0 |
1848 | 2024-07-12T03:03:53.716Z | Compiling nix v0.28.0 |
1849 | 2024-07-12T03:03:54.398Z | Compiling rustfmt-wrapper v0.2.1 |
1850 | 2024-07-12T03:03:54.823Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1851 | 2024-07-12T03:03:55.024Z | Compiling derive_builder v0.20.0 |
1852 | 2024-07-12T03:03:55.217Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1853 | 2024-07-12T03:03:55.978Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1854 | 2024-07-12T03:03:56.216Z | Compiling oso-derive v0.27.3 |
1855 | 2024-07-12T03:03:56.535Z | Compiling impl-trait-for-tuples v0.2.2 |
1856 | 2024-07-12T03:03:56.978Z | Compiling quick-xml v0.31.0 |
1857 | 2024-07-12T03:03:58.028Z | Compiling vte_generate_state_changes v0.1.1 |
1858 | 2024-07-12T03:03:58.498Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1859 | 2024-07-12T03:03:58.543Z | Compiling polar-core v0.27.3 |
1860 | 2024-07-12T03:03:58.746Z | Compiling unicase v2.7.0 |
1861 | 2024-07-12T03:03:58.978Z | Compiling buf-list v1.0.3 |
1862 | 2024-07-12T03:03:59.217Z | Compiling vte v0.11.1 |
1863 | 2024-07-12T03:03:59.503Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1864 | 2024-07-12T03:04:00.993Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1865 | 2024-07-12T03:04:02.207Z | Compiling tungstenite v0.20.1 |
1866 | 2024-07-12T03:04:02.406Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1867 | 2024-07-12T03:04:02.628Z | Compiling fd-lock v4.0.2 |
1868 | 2024-07-12T03:04:02.807Z | Compiling bb8 v0.8.5 |
1869 | 2024-07-12T03:04:03.282Z | Compiling const_format_proc_macros v0.2.32 |
1870 | 2024-07-12T03:04:03.655Z | Compiling pin-project-internal v1.1.5 |
1871 | 2024-07-12T03:04:04.798Z | Compiling memoffset v0.9.1 |
1872 | 2024-07-12T03:04:05.048Z | Compiling parking_lot_core v0.8.6 |
1873 | 2024-07-12T03:04:05.370Z | Compiling bytecount v0.6.8 |
1874 | 2024-07-12T03:04:05.638Z | Compiling papergrid v0.11.0 |
1875 | 2024-07-12T03:04:05.855Z | Compiling pin-project v1.1.5 |
1876 | 2024-07-12T03:04:06.132Z | Compiling const_format v0.2.32 |
1877 | 2024-07-12T03:04:06.383Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1878 | 2024-07-12T03:04:06.912Z | Compiling tokio-tungstenite v0.20.1 |
1879 | 2024-07-12T03:04:07.398Z | Compiling strip-ansi-escapes v0.2.0 |
1880 | 2024-07-12T03:04:09.189Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1881 | 2024-07-12T03:04:09.678Z | Compiling tabled_derive v0.7.0 |
1882 | 2024-07-12T03:04:11.567Z | Compiling peg-macros v0.8.3 |
1883 | 2024-07-12T03:04:12.126Z | Compiling snafu-derive v0.8.2 |
1884 | 2024-07-12T03:04:13.952Z | Compiling sqlparser_derive v0.2.2 |
1885 | 2024-07-12T03:04:14.051Z | Compiling nu-ansi-term v0.50.0 |
1886 | 2024-07-12T03:04:14.749Z | Compiling unicode_categories v0.1.1 |
1887 | 2024-07-12T03:04:15.052Z | Compiling sqlformat v0.2.3 |
1888 | 2024-07-12T03:04:15.199Z | Compiling rustyline v14.0.0 |
1889 | 2024-07-12T03:04:15.320Z | Compiling sqlparser v0.45.0 |
1890 | 2024-07-12T03:04:15.995Z | Compiling snafu v0.8.2 |
1891 | 2024-07-12T03:04:17.063Z | Compiling reedline v0.31.0 |
1892 | 2024-07-12T03:04:23.448Z | Compiling oso v0.27.3 |
1893 | 2024-07-12T03:04:24.880Z | Compiling peg v0.8.3 |
1894 | 2024-07-12T03:04:24.988Z | Compiling tabled v0.15.0 |
1895 | 2024-07-12T03:04:36.864Z | Compiling env_logger v0.9.3 |
1896 | 2024-07-12T03:04:37.230Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1897 | 2024-07-12T03:04:37.724Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1898 | 2024-07-12T03:04:38.112Z | Compiling globset v0.4.14 |
1899 | 2024-07-12T03:04:40.462Z | Compiling olpc-cjson v0.1.3 |
1900 | 2024-07-12T03:04:40.807Z | Compiling bcs v0.1.6 |
1901 | 2024-07-12T03:04:41.257Z | Compiling bitstruct_derive v0.1.0 |
1902 | 2024-07-12T03:04:41.547Z | Compiling serde_plain v1.0.2 |
1903 | 2024-07-12T03:04:41.979Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1904 | 2024-07-12T03:04:42.099Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1905 | 2024-07-12T03:04:42.284Z | Compiling signature v1.6.4 |
1906 | 2024-07-12T03:04:42.330Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1907 | 2024-07-12T03:04:42.431Z | Compiling highway v1.1.0 |
1908 | 2024-07-12T03:04:42.570Z | Compiling salty v0.2.0 |
1909 | 2024-07-12T03:04:42.884Z | Compiling typed-path v0.7.1 |
1910 | 2024-07-12T03:04:43.541Z | Compiling ascii v1.1.0 |
1911 | 2024-07-12T03:04:43.913Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1912 | 2024-07-12T03:04:44.225Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1913 | 2024-07-12T03:04:44.283Z | Compiling ed25519 v1.5.3 |
1914 | 2024-07-12T03:04:44.617Z | Compiling bitstruct v0.1.1 |
1915 | 2024-07-12T03:04:44.736Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1916 | 2024-07-12T03:04:44.977Z | Compiling tough v0.17.1 |
1917 | 2024-07-12T03:04:45.912Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1918 | 2024-07-12T03:04:46.707Z | Compiling parking_lot v0.11.2 |
1919 | 2024-07-12T03:04:48.401Z | Compiling nix v0.27.1 |
1920 | 2024-07-12T03:04:48.453Z | Compiling trust-dns-client v0.22.0 |
1921 | 2024-07-12T03:05:03.291Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1922 | 2024-07-12T03:05:03.579Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1923 | 2024-07-12T03:05:07.901Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1924 | 2024-07-12T03:05:08.870Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1925 | 2024-07-12T03:05:10.744Z | Compiling curve25519-dalek v4.1.3 |
1926 | 2024-07-12T03:05:11.120Z | Compiling kstat-rs v0.2.4 |
1927 | 2024-07-12T03:05:11.449Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1928 | 2024-07-12T03:05:11.970Z | Compiling serde_arrays v0.1.0 |
1929 | 2024-07-12T03:05:12.146Z | Compiling serde-big-array v0.5.1 |
1930 | 2024-07-12T03:05:12.170Z | Compiling erased-serde v0.3.31 |
1931 | 2024-07-12T03:05:12.381Z | Compiling toml v0.5.11 |
1932 | 2024-07-12T03:05:13.199Z | Compiling parse-size v1.0.0 |
1933 | 2024-07-12T03:05:13.447Z | Compiling keccak v0.1.5 |
1934 | 2024-07-12T03:05:13.538Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1935 | 2024-07-12T03:05:14.154Z | Compiling trust-dns-server v0.22.1 |
1936 | 2024-07-12T03:05:14.961Z | Compiling sha3 v0.10.8 |
1937 | 2024-07-12T03:05:15.162Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1938 | 2024-07-12T03:05:19.904Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1939 | 2024-07-12T03:05:20.343Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1940 | 2024-07-12T03:05:25.370Z | Compiling sled v0.34.7 |
1941 | 2024-07-12T03:05:29.515Z | Compiling mime_guess v2.0.4 |
1942 | 2024-07-12T03:05:31.901Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1943 | 2024-07-12T03:05:32.963Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1944 | 2024-07-12T03:05:33.374Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
1945 | 2024-07-12T03:05:34.510Z | Compiling signal-hook-tokio v0.3.1 |
1946 | 2024-07-12T03:05:34.680Z | Compiling universal-hash v0.5.1 |
1947 | 2024-07-12T03:05:34.872Z | Compiling heck v0.3.3 |
1948 | 2024-07-12T03:05:35.179Z | Compiling secrecy v0.8.0 |
1949 | 2024-07-12T03:05:35.393Z | Compiling rand_seeder v0.2.3 |
1950 | 2024-07-12T03:05:35.748Z | Compiling castaway v0.2.2 |
1951 | 2024-07-12T03:05:35.914Z | Compiling thiserror-impl-no-std v2.0.2 |
1952 | 2024-07-12T03:05:37.362Z | Compiling serde-big-array v0.4.1 |
1953 | 2024-07-12T03:05:37.538Z | Compiling nanorand v0.7.0 |
1954 | 2024-07-12T03:05:38.039Z | Compiling curve25519-dalek-derive v0.1.1 |
1955 | 2024-07-12T03:05:38.166Z | Compiling opaque-debug v0.3.1 |
1956 | 2024-07-12T03:05:38.270Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1957 | 2024-07-12T03:05:38.529Z | Compiling poly1305 v0.8.0 |
1958 | 2024-07-12T03:05:39.683Z | Compiling thiserror-no-std v2.0.2 |
1959 | 2024-07-12T03:05:39.797Z | Compiling flume v0.11.0 |
1960 | 2024-07-12T03:05:40.376Z | Compiling sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1961 | 2024-07-12T03:05:41.519Z | Compiling compact_str v0.7.1 |
1962 | 2024-07-12T03:05:42.726Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1963 | 2024-07-12T03:05:42.901Z | Compiling zone_cfg_derive v0.1.2 |
1964 | 2024-07-12T03:05:43.929Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1965 | 2024-07-12T03:05:45.112Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1966 | 2024-07-12T03:05:48.101Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1967 | 2024-07-12T03:05:52.133Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1968 | 2024-07-12T03:05:52.654Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1969 | 2024-07-12T03:05:52.933Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1970 | 2024-07-12T03:05:54.659Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1971 | 2024-07-12T03:05:57.589Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1972 | 2024-07-12T03:05:57.827Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1973 | 2024-07-12T03:05:58.063Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1974 | 2024-07-12T03:05:58.276Z | Compiling chacha20 v0.9.1 |
1975 | 2024-07-12T03:05:58.663Z | Compiling unicode-truncate v1.0.0 |
1976 | 2024-07-12T03:05:58.895Z | Compiling itertools v0.13.0 |
1977 | 2024-07-12T03:06:01.193Z | Compiling aead v0.5.2 |
1978 | 2024-07-12T03:06:01.481Z | Compiling lru v0.12.3 |
1979 | 2024-07-12T03:06:01.781Z | Compiling stability v0.2.0 |
1980 | 2024-07-12T03:06:01.936Z | Compiling cassowary v0.3.0 |
1981 | 2024-07-12T03:06:02.582Z | Compiling base64 v0.13.1 |
1982 | 2024-07-12T03:06:03.198Z | Compiling corncobs v0.1.3 |
1983 | 2024-07-12T03:06:03.508Z | Compiling sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1984 | 2024-07-12T03:06:04.079Z | Compiling ron v0.7.1 |
1985 | 2024-07-12T03:06:04.469Z | Compiling ratatui v0.27.0 |
1986 | 2024-07-12T03:06:04.938Z | Compiling chacha20poly1305 v0.10.1 |
1987 | 2024-07-12T03:06:05.178Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1988 | 2024-07-12T03:06:08.309Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1989 | 2024-07-12T03:06:08.834Z | Compiling zone v0.1.8 |
1990 | 2024-07-12T03:06:09.631Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1991 | 2024-07-12T03:06:10.638Z | Compiling vsss-rs v3.3.4 |
1992 | 2024-07-12T03:06:14.147Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1993 | 2024-07-12T03:06:14.722Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
1994 | 2024-07-12T03:06:17.039Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
1995 | 2024-07-12T03:06:17.643Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1996 | 2024-07-12T03:06:18.197Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1997 | 2024-07-12T03:06:18.275Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
1998 | 2024-07-12T03:06:18.422Z | Compiling portpicker v0.1.1 |
1999 | 2024-07-12T03:06:18.836Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2000 | 2024-07-12T03:06:20.606Z | Compiling csv-core v0.1.11 |
2001 | 2024-07-12T03:06:21.344Z | Compiling smawk v0.3.2 |
2002 | 2024-07-12T03:06:21.556Z | Compiling unicode-linebreak v0.1.5 |
2003 | 2024-07-12T03:06:22.389Z | Compiling http-range v0.1.5 |
2004 | 2024-07-12T03:06:22.836Z | Compiling hyper-staticfile v0.9.5 |
2005 | 2024-07-12T03:06:23.494Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2006 | 2024-07-12T03:06:24.577Z | Compiling textwrap v0.16.1 |
2007 | 2024-07-12T03:06:24.875Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2008 | 2024-07-12T03:06:25.330Z | Compiling csv v1.3.0 |
2009 | 2024-07-12T03:06:27.620Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2010 | 2024-07-12T03:06:32.081Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2011 | 2024-07-12T03:06:33.007Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2012 | 2024-07-12T03:06:33.043Z | Compiling rcgen v0.12.1 |
2013 | 2024-07-12T03:06:40.359Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2014 | 2024-07-12T03:06:40.739Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2015 | 2024-07-12T03:06:41.036Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2016 | 2024-07-12T03:06:41.259Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2017 | 2024-07-12T03:06:42.649Z | Compiling atomicwrites v0.4.3 |
2018 | 2024-07-12T03:06:43.060Z | Compiling fatfs v0.3.6 |
2019 | 2024-07-12T03:06:43.772Z | Compiling subprocess v0.2.9 |
2020 | 2024-07-12T03:06:44.964Z | Compiling rtoolbox v0.0.2 |
2021 | 2024-07-12T03:06:45.320Z | Compiling is_ci v1.2.0 |
2022 | 2024-07-12T03:06:45.344Z | Compiling assert_matches v1.5.0 |
2023 | 2024-07-12T03:06:45.434Z | Compiling supports-color v3.0.0 |
2024 | 2024-07-12T03:06:46.010Z | Compiling rpassword v7.3.1 |
2025 | 2024-07-12T03:06:46.369Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2026 | 2024-07-12T03:06:46.795Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2027 | 2024-07-12T03:06:47.878Z | Compiling tui-tree-widget v0.21.0 |
2028 | 2024-07-12T03:06:48.206Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2029 | 2024-07-12T03:06:52.007Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2030 | 2024-07-12T03:06:52.242Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2031 | 2024-07-12T03:06:52.463Z | Compiling shell-words v1.1.0 |
2032 | 2024-07-12T03:06:52.824Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2033 | 2024-07-12T03:06:54.941Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2034 | 2024-07-12T03:07:02.124Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2035 | 2024-07-12T03:07:11.857Z | Compiling uzers v0.11.3 |
2036 | 2024-07-12T03:07:14.222Z | Compiling multimap v0.10.0 |
2037 | 2024-07-12T03:07:58.306Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2038 | 2024-07-12T03:09:14.919Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2039 | 2024-07-12T03:09:17.791Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2040 | 2024-07-12T03:15:22.966Z | Finished `release` profile [optimized] target(s) in 12m 38s |
2041 | 2024-07-12T03:16:25.301Z | |
2042 | 2024-07-12T03:16:25.301Z | real 13:42.219495329 |
2043 | 2024-07-12T03:16:25.301Z | user 1:27:59.404216771 |
2044 | 2024-07-12T03:16:25.301Z | sys 5:22.000989330 |
2045 | 2024-07-12T03:16:25.301Z | trap 2.295185310 |
2046 | 2024-07-12T03:16:25.301Z | tflt 1.168558063 |
2047 | 2024-07-12T03:16:25.327Z | dflt 4.274241765 |
2048 | 2024-07-12T03:16:25.327Z | kflt 0.000804141 |
2049 | 2024-07-12T03:16:25.327Z | lock 5:31:57.349173574 |
2050 | 2024-07-12T03:16:25.327Z | slp 3:19:29.338338363 |
2051 | 2024-07-12T03:16:25.327Z | lat 2:15.921237865 |
2052 | 2024-07-12T03:16:25.327Z | stop 1:41.155777899 |
2053 | 2024-07-12T03:16:25.328Z | + mapfile -t packages |
2054 | 2024-07-12T03:16:25.328Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2055 | 2024-07-12T03:16:26.590Z | Finished `release` profile [optimized] target(s) in 1.21s |
2056 | 2024-07-12T03:16:26.637Z | Running `target/release/omicron-package -t test list-outputs` |
2057 | 2024-07-12T03:16:26.693Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2058 | 2024-07-12T03:16:26.718Z | + ptime -m cargo build --locked --release -p xtask |
2059 | 2024-07-12T03:16:27.530Z | Compiling serde v1.0.204 |
2060 | 2024-07-12T03:16:27.530Z | Compiling bitflags v2.5.0 |
2061 | 2024-07-12T03:16:27.555Z | Compiling syn v2.0.68 |
2062 | 2024-07-12T03:16:27.555Z | Compiling bytes v1.6.0 |
2063 | 2024-07-12T03:16:27.579Z | Compiling scopeguard v1.2.0 |
2064 | 2024-07-12T03:16:27.579Z | Compiling smallvec v1.13.2 |
2065 | 2024-07-12T03:16:27.630Z | Compiling hashbrown v0.14.5 |
2066 | 2024-07-12T03:16:27.767Z | Compiling lock_api v0.4.12 |
2067 | 2024-07-12T03:16:28.009Z | Compiling parking_lot_core v0.9.10 |
2068 | 2024-07-12T03:16:28.079Z | Compiling serde_json v1.0.120 |
2069 | 2024-07-12T03:16:28.104Z | Compiling log v0.4.21 |
2070 | 2024-07-12T03:16:28.128Z | Compiling mio v0.8.11 |
2071 | 2024-07-12T03:16:28.387Z | Compiling parking_lot v0.12.2 |
2072 | 2024-07-12T03:16:28.520Z | Compiling libc v0.2.155 |
2073 | 2024-07-12T03:16:28.559Z | Compiling generic-array v0.14.7 |
2074 | 2024-07-12T03:16:28.809Z | Compiling slog v2.7.0 |
2075 | 2024-07-12T03:16:28.886Z | Compiling indexmap v2.2.6 |
2076 | 2024-07-12T03:16:28.999Z | Compiling rustix v0.38.34 |
2077 | 2024-07-12T03:16:29.148Z | Compiling http v0.2.12 |
2078 | 2024-07-12T03:16:29.286Z | Compiling usdt-impl v0.5.0 |
2079 | 2024-07-12T03:16:29.563Z | Compiling syn v1.0.109 |
2080 | 2024-07-12T03:16:29.790Z | Compiling time-macros v0.2.18 |
2081 | 2024-07-12T03:16:29.839Z | Compiling thread-id v4.2.1 |
2082 | 2024-07-12T03:16:30.122Z | Compiling tracing v0.1.40 |
2083 | 2024-07-12T03:16:30.297Z | Compiling crossbeam-utils v0.8.19 |
2084 | 2024-07-12T03:16:30.784Z | Compiling http-body v0.4.6 |
2085 | 2024-07-12T03:16:31.186Z | Compiling unicode-normalization v0.1.23 |
2086 | 2024-07-12T03:16:31.246Z | Compiling unicode-bidi v0.3.15 |
2087 | 2024-07-12T03:16:31.397Z | Compiling crypto-common v0.1.6 |
2088 | 2024-07-12T03:16:31.600Z | Compiling block-buffer v0.10.4 |
2089 | 2024-07-12T03:16:32.248Z | Compiling idna v0.5.0 |
2090 | 2024-07-12T03:16:32.288Z | Compiling time v0.3.36 |
2091 | 2024-07-12T03:16:32.864Z | Compiling terminal_size v0.3.0 |
2092 | 2024-07-12T03:16:33.127Z | Compiling fs-err v2.11.0 |
2093 | 2024-07-12T03:16:33.424Z | Compiling proc-macro-error v1.0.4 |
2094 | 2024-07-12T03:16:33.769Z | Compiling anyhow v1.0.86 |
2095 | 2024-07-12T03:16:34.035Z | Compiling clap_builder v4.5.2 |
2096 | 2024-07-12T03:16:34.460Z | Compiling crossbeam-channel v0.5.12 |
2097 | 2024-07-12T03:16:34.841Z | Compiling url v2.5.0 |
2098 | 2024-07-12T03:16:34.911Z | Compiling digest v0.10.7 |
2099 | 2024-07-12T03:16:35.325Z | Compiling xattr v1.3.1 |
2100 | 2024-07-12T03:16:35.669Z | Compiling slog-async v2.8.0 |
2101 | 2024-07-12T03:16:35.893Z | Compiling tabled_derive v0.7.0 |
2102 | 2024-07-12T03:16:36.002Z | Compiling sha2 v0.10.8 |
2103 | 2024-07-12T03:16:37.355Z | Compiling serde_derive v1.0.204 |
2104 | 2024-07-12T03:16:37.674Z | Compiling thiserror-impl v1.0.60 |
2105 | 2024-07-12T03:16:38.277Z | Compiling zerocopy-derive v0.7.34 |
2106 | 2024-07-12T03:16:38.343Z | Compiling tokio-macros v2.3.0 |
2107 | 2024-07-12T03:16:39.552Z | Compiling futures-macro v0.3.30 |
2108 | 2024-07-12T03:16:39.615Z | Compiling tokio v1.38.0 |
2109 | 2024-07-12T03:16:39.985Z | Compiling thiserror v1.0.60 |
2110 | 2024-07-12T03:16:40.024Z | Compiling zerocopy v0.7.34 |
2111 | 2024-07-12T03:16:40.155Z | Compiling pest v2.7.10 |
2112 | 2024-07-12T03:16:40.181Z | Compiling scroll_derive v0.12.0 |
2113 | 2024-07-12T03:16:41.238Z | Compiling futures-util v0.3.30 |
2114 | 2024-07-12T03:16:41.324Z | Compiling openssl-macros v0.1.1 |
2115 | 2024-07-12T03:16:41.349Z | Compiling scroll v0.12.0 |
2116 | 2024-07-12T03:16:41.898Z | Compiling goblin v0.8.2 |
2117 | 2024-07-12T03:16:41.922Z | Compiling openssl v0.10.64 |
2118 | 2024-07-12T03:16:42.550Z | Compiling pest_meta v2.7.10 |
2119 | 2024-07-12T03:16:46.103Z | Compiling pest_generator v2.7.10 |
2120 | 2024-07-12T03:16:47.615Z | Compiling pest_derive v2.7.10 |
2121 | 2024-07-12T03:16:48.402Z | Compiling dtrace-parser v0.2.0 |
2122 | 2024-07-12T03:16:50.121Z | Compiling tokio-util v0.7.11 |
2123 | 2024-07-12T03:16:51.939Z | Compiling h2 v0.3.26 |
2124 | 2024-07-12T03:16:54.264Z | Compiling dof v0.3.0 |
2125 | 2024-07-12T03:16:54.677Z | Compiling serde_tokenstream v0.2.1 |
2126 | 2024-07-12T03:16:55.159Z | Compiling toml_datetime v0.6.6 |
2127 | 2024-07-12T03:16:55.260Z | Compiling serde_spanned v0.6.6 |
2128 | 2024-07-12T03:16:55.478Z | Compiling native-tls v0.2.11 |
2129 | 2024-07-12T03:16:56.377Z | Compiling hyper v0.14.28 |
2130 | 2024-07-12T03:16:56.464Z | Compiling tokio-native-tls v0.3.1 |
2131 | 2024-07-12T03:16:56.763Z | Compiling toml_edit v0.22.14 |
2132 | 2024-07-12T03:17:01.246Z | Compiling hyper-tls v0.5.0 |
2133 | 2024-07-12T03:17:01.633Z | Compiling toml v0.8.14 |
2134 | 2024-07-12T03:17:01.860Z | Compiling usdt-attr-macro v0.5.0 |
2135 | 2024-07-12T03:17:02.984Z | Compiling usdt-macro v0.5.0 |
2136 | 2024-07-12T03:17:03.320Z | Compiling slog-json v2.6.1 |
2137 | 2024-07-12T03:17:03.790Z | Compiling camino v1.1.7 |
2138 | 2024-07-12T03:17:04.101Z | Compiling semver v1.0.23 |
2139 | 2024-07-12T03:17:04.125Z | Compiling cargo-platform v0.1.8 |
2140 | 2024-07-12T03:17:04.942Z | Compiling serde_urlencoded v0.7.1 |
2141 | 2024-07-12T03:17:05.081Z | Compiling futures-executor v0.3.30 |
2142 | 2024-07-12T03:17:05.439Z | Compiling strum_macros v0.26.4 |
2143 | 2024-07-12T03:17:05.464Z | Compiling clap_derive v4.5.4 |
2144 | 2024-07-12T03:17:06.063Z | Compiling reqwest v0.11.27 |
2145 | 2024-07-12T03:17:06.891Z | Compiling futures v0.3.30 |
2146 | 2024-07-12T03:17:07.007Z | Compiling cargo_metadata v0.18.1 |
2147 | 2024-07-12T03:17:07.344Z | Compiling usdt v0.5.0 |
2148 | 2024-07-12T03:17:08.580Z | Compiling slog-bunyan v2.5.0 |
2149 | 2024-07-12T03:17:08.834Z | Compiling cargo_toml v0.20.3 |
2150 | 2024-07-12T03:17:09.188Z | Compiling clap v4.5.4 |
2151 | 2024-07-12T03:17:09.226Z | Compiling macaddr v1.0.1 |
2152 | 2024-07-12T03:17:09.312Z | Compiling tabled v0.15.0 |
2153 | 2024-07-12T03:17:09.357Z | Compiling strum v0.26.2 |
2154 | 2024-07-12T03:17:09.526Z | Compiling slog-term v2.9.1 |
2155 | 2024-07-12T03:17:09.764Z | Compiling tar v0.4.40 |
2156 | 2024-07-12T03:17:22.787Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2157 | 2024-07-12T03:17:38.662Z | Finished `release` profile [optimized] target(s) in 1m 11s |
2158 | 2024-07-12T03:17:38.767Z | |
2159 | 2024-07-12T03:17:38.767Z | real 1:12.032854837 |
2160 | 2024-07-12T03:17:38.767Z | user 7:25.908111454 |
2161 | 2024-07-12T03:17:38.790Z | sys 46.667620940 |
2162 | 2024-07-12T03:17:38.790Z | trap 0.238197044 |
2163 | 2024-07-12T03:17:38.790Z | tflt 0.261360721 |
2164 | 2024-07-12T03:17:38.790Z | dflt 0.385113352 |
2165 | 2024-07-12T03:17:38.790Z | kflt 0.000018260 |
2166 | 2024-07-12T03:17:38.790Z | lock 16:34.635356758 |
2167 | 2024-07-12T03:17:38.790Z | slp 18:29.499453988 |
2168 | 2024-07-12T03:17:38.790Z | lat 22.688185049 |
2169 | 2024-07-12T03:17:38.791Z | stop 25.270110207 |
2170 | 2024-07-12T03:17:38.791Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2171 | 2024-07-12T03:17:38.791Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2172 | 2024-07-12T03:17:38.791Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2173 | 2024-07-12T03:17:38.791Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2174 | 2024-07-12T03:17:38.791Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2175 | 2024-07-12T03:17:39.519Z | Downloading crates ... |
2176 | 2024-07-12T03:17:39.779Z | Downloaded bcrypt-pbkdf v0.10.0 |
2177 | 2024-07-12T03:17:39.803Z | Downloaded rand_core v0.5.1 |
2178 | 2024-07-12T03:17:39.803Z | Downloaded russh-keys v0.43.0 |
2179 | 2024-07-12T03:17:39.803Z | Downloaded ed25519-dalek v2.1.1 |
2180 | 2024-07-12T03:17:39.804Z | Downloaded russh v0.43.0 |
2181 | 2024-07-12T03:17:39.804Z | Downloaded russh-cryptovec v0.7.2 |
2182 | 2024-07-12T03:17:39.804Z | Downloaded rfc6979 v0.4.0 |
2183 | 2024-07-12T03:17:39.828Z | Downloaded rand_chacha v0.2.2 |
2184 | 2024-07-12T03:17:39.828Z | Downloaded primeorder v0.13.6 |
2185 | 2024-07-12T03:17:39.828Z | Downloaded pbkdf2 v0.12.2 |
2186 | 2024-07-12T03:17:39.828Z | Downloaded password-hash v0.4.2 |
2187 | 2024-07-12T03:17:39.828Z | Downloaded p256 v0.13.2 |
2188 | 2024-07-12T03:17:39.828Z | Downloaded md5 v0.7.0 |
2189 | 2024-07-12T03:17:39.828Z | Downloaded hex-literal v0.4.1 |
2190 | 2024-07-12T03:17:39.828Z | Downloaded getrandom v0.1.16 |
2191 | 2024-07-12T03:17:39.828Z | Downloaded ed25519 v2.2.3 |
2192 | 2024-07-12T03:17:39.828Z | Downloaded dirs-sys v0.4.1 |
2193 | 2024-07-12T03:17:39.828Z | Downloaded aes-gcm v0.10.3 |
2194 | 2024-07-12T03:17:39.828Z | Downloaded polyval v0.6.2 |
2195 | 2024-07-12T03:17:39.828Z | Downloaded dhcproto-macros v0.1.0 |
2196 | 2024-07-12T03:17:39.852Z | Downloaded ctr v0.9.2 |
2197 | 2024-07-12T03:17:39.852Z | Downloaded cbc v0.1.2 |
2198 | 2024-07-12T03:17:39.852Z | Downloaded blowfish v0.9.1 |
2199 | 2024-07-12T03:17:39.852Z | Downloaded rand v0.7.3 |
2200 | 2024-07-12T03:17:39.852Z | Downloaded p521 v0.13.3 |
2201 | 2024-07-12T03:17:39.876Z | Downloaded internet-checksum v0.2.1 |
2202 | 2024-07-12T03:17:39.876Z | Downloaded ecdsa v0.16.9 |
2203 | 2024-07-12T03:17:39.876Z | Downloaded dhcproto v0.11.0 |
2204 | 2024-07-12T03:17:39.876Z | Downloaded pbkdf2 v0.11.0 |
2205 | 2024-07-12T03:17:39.876Z | Downloaded option-ext v0.2.0 |
2206 | 2024-07-12T03:17:39.876Z | Downloaded ghash v0.5.1 |
2207 | 2024-07-12T03:17:39.876Z | Downloaded dirs v5.0.1 |
2208 | 2024-07-12T03:17:39.876Z | Downloaded aes v0.8.4 |
2209 | 2024-07-12T03:17:40.058Z | Compiling serde v1.0.204 |
2210 | 2024-07-12T03:17:40.083Z | Compiling scopeguard v1.2.0 |
2211 | 2024-07-12T03:17:40.083Z | Compiling log v0.4.21 |
2212 | 2024-07-12T03:17:40.083Z | Compiling smallvec v1.13.2 |
2213 | 2024-07-12T03:17:40.083Z | Compiling syn v2.0.68 |
2214 | 2024-07-12T03:17:40.109Z | Compiling getrandom v0.2.14 |
2215 | 2024-07-12T03:17:40.109Z | Compiling generic-array v0.14.7 |
2216 | 2024-07-12T03:17:40.189Z | Compiling libm v0.2.8 |
2217 | 2024-07-12T03:17:40.267Z | Compiling lock_api v0.4.12 |
2218 | 2024-07-12T03:17:40.393Z | Compiling rand_core v0.6.4 |
2219 | 2024-07-12T03:17:40.479Z | Compiling parking_lot_core v0.9.10 |
2220 | 2024-07-12T03:17:40.529Z | Compiling num-traits v0.2.19 |
2221 | 2024-07-12T03:17:40.564Z | Compiling subtle v2.5.0 |
2222 | 2024-07-12T03:17:40.647Z | Compiling mio v0.8.11 |
2223 | 2024-07-12T03:17:40.709Z | Compiling spin v0.9.8 |
2224 | 2024-07-12T03:17:40.831Z | Compiling parking_lot v0.12.2 |
2225 | 2024-07-12T03:17:40.945Z | Compiling ahash v0.8.11 |
2226 | 2024-07-12T03:17:41.080Z | Compiling serde_json v1.0.120 |
2227 | 2024-07-12T03:17:41.120Z | Compiling allocator-api2 v0.2.18 |
2228 | 2024-07-12T03:17:41.155Z | Compiling const-oid v0.9.6 |
2229 | 2024-07-12T03:17:41.296Z | Compiling iana-time-zone v0.1.60 |
2230 | 2024-07-12T03:17:41.674Z | Compiling syn v1.0.109 |
2231 | 2024-07-12T03:17:41.698Z | Compiling unicode-normalization v0.1.23 |
2232 | 2024-07-12T03:17:41.787Z | Compiling schemars v0.8.21 |
2233 | 2024-07-12T03:17:41.811Z | Compiling unicode-bidi v0.3.15 |
2234 | 2024-07-12T03:17:41.837Z | Compiling dyn-clone v1.0.17 |
2235 | 2024-07-12T03:17:42.021Z | Compiling ppv-lite86 v0.2.17 |
2236 | 2024-07-12T03:17:42.101Z | Compiling time-macros v0.2.18 |
2237 | 2024-07-12T03:17:42.578Z | Compiling ring v0.17.8 |
2238 | 2024-07-12T03:17:42.663Z | Compiling rand_chacha v0.3.1 |
2239 | 2024-07-12T03:17:42.687Z | Compiling aho-corasick v1.1.3 |
2240 | 2024-07-12T03:17:43.052Z | Compiling regex-syntax v0.8.3 |
2241 | 2024-07-12T03:17:43.118Z | Compiling rand v0.8.5 |
2242 | 2024-07-12T03:17:44.550Z | Compiling idna v0.5.0 |
2243 | 2024-07-12T03:17:44.912Z | Compiling time v0.3.36 |
2244 | 2024-07-12T03:17:44.936Z | Compiling slog v2.7.0 |
2245 | 2024-07-12T03:17:45.427Z | Compiling url v2.5.0 |
2246 | 2024-07-12T03:17:45.899Z | Compiling regex-automata v0.4.6 |
2247 | 2024-07-12T03:17:46.153Z | Compiling untrusted v0.9.0 |
2248 | 2024-07-12T03:17:46.315Z | Compiling serde_derive_internals v0.29.1 |
2249 | 2024-07-12T03:17:48.127Z | Compiling lazy_static v1.5.0 |
2250 | 2024-07-12T03:17:48.256Z | Compiling backtrace v0.3.71 |
2251 | 2024-07-12T03:17:48.648Z | Compiling gimli v0.28.1 |
2252 | 2024-07-12T03:17:48.695Z | Compiling object v0.32.2 |
2253 | 2024-07-12T03:17:48.776Z | Compiling anyhow v1.0.86 |
2254 | 2024-07-12T03:17:49.276Z | Compiling rustc-demangle v0.1.24 |
2255 | 2024-07-12T03:17:49.666Z | Compiling rustls v0.21.12 |
2256 | 2024-07-12T03:17:49.893Z | Compiling base64ct v1.6.0 |
2257 | 2024-07-12T03:17:50.120Z | Compiling crossbeam-utils v0.8.19 |
2258 | 2024-07-12T03:17:50.421Z | Compiling regex v1.10.5 |
2259 | 2024-07-12T03:17:50.447Z | Compiling winnow v0.5.40 |
2260 | 2024-07-12T03:17:50.720Z | Compiling sct v0.7.1 |
2261 | 2024-07-12T03:17:50.992Z | Compiling rustls-webpki v0.101.7 |
2262 | 2024-07-12T03:17:51.418Z | Compiling cookie v0.17.0 |
2263 | 2024-07-12T03:17:52.445Z | Compiling serde_derive v1.0.204 |
2264 | 2024-07-12T03:17:52.679Z | Compiling zeroize_derive v1.4.2 |
2265 | 2024-07-12T03:17:52.744Z | Compiling thiserror-impl v1.0.60 |
2266 | 2024-07-12T03:17:53.662Z | Compiling zerocopy-derive v0.7.34 |
2267 | 2024-07-12T03:17:54.087Z | Compiling zeroize v1.7.0 |
2268 | 2024-07-12T03:17:54.483Z | Compiling tokio-macros v2.3.0 |
2269 | 2024-07-12T03:17:54.816Z | Compiling futures-macro v0.3.30 |
2270 | 2024-07-12T03:17:55.584Z | Compiling thiserror v1.0.60 |
2271 | 2024-07-12T03:17:55.710Z | Compiling crypto-common v0.1.6 |
2272 | 2024-07-12T03:17:55.742Z | Compiling zerocopy v0.7.34 |
2273 | 2024-07-12T03:17:55.786Z | Compiling block-buffer v0.10.4 |
2274 | 2024-07-12T03:17:55.945Z | Compiling schemars_derive v0.8.21 |
2275 | 2024-07-12T03:17:56.026Z | Compiling digest v0.10.7 |
2276 | 2024-07-12T03:17:56.082Z | Compiling tracing-attributes v0.1.27 |
2277 | 2024-07-12T03:17:56.473Z | Compiling async-trait v0.1.81 |
2278 | 2024-07-12T03:17:56.607Z | Compiling futures-util v0.3.30 |
2279 | 2024-07-12T03:17:57.263Z | Compiling addr2line v0.21.0 |
2280 | 2024-07-12T03:17:57.628Z | Compiling hashbrown v0.14.5 |
2281 | 2024-07-12T03:17:58.905Z | Compiling openssl-macros v0.1.1 |
2282 | 2024-07-12T03:17:59.021Z | Compiling pest v2.7.10 |
2283 | 2024-07-12T03:17:59.453Z | Compiling tracing v0.1.40 |
2284 | 2024-07-12T03:17:59.573Z | Compiling idna v0.3.0 |
2285 | 2024-07-12T03:17:59.790Z | Compiling data-encoding v2.6.0 |
2286 | 2024-07-12T03:17:59.953Z | Compiling psl-types v2.0.11 |
2287 | 2024-07-12T03:18:00.146Z | Compiling hmac v0.12.1 |
2288 | 2024-07-12T03:18:00.385Z | Compiling publicsuffix v2.2.3 |
2289 | 2024-07-12T03:18:00.613Z | Compiling scroll_derive v0.12.0 |
2290 | 2024-07-12T03:18:00.989Z | Compiling bitflags v1.3.2 |
2291 | 2024-07-12T03:18:01.086Z | Compiling webpki-roots v0.25.4 |
2292 | 2024-07-12T03:18:01.110Z | Compiling block-padding v0.3.3 |
2293 | 2024-07-12T03:18:01.252Z | Compiling pest_meta v2.7.10 |
2294 | 2024-07-12T03:18:01.331Z | Compiling der_derive v0.7.2 |
2295 | 2024-07-12T03:18:01.635Z | Compiling futures-executor v0.3.30 |
2296 | 2024-07-12T03:18:01.715Z | Compiling pem-rfc7468 v0.7.0 |
2297 | 2024-07-12T03:18:01.902Z | Compiling futures v0.3.30 |
2298 | 2024-07-12T03:18:01.926Z | Compiling scroll v0.12.0 |
2299 | 2024-07-12T03:18:02.013Z | Compiling flagset v0.4.5 |
2300 | 2024-07-12T03:18:02.037Z | Compiling inout v0.1.3 |
2301 | 2024-07-12T03:18:02.194Z | Compiling sha2 v0.10.8 |
2302 | 2024-07-12T03:18:02.218Z | Compiling either v1.12.0 |
2303 | 2024-07-12T03:18:02.308Z | Compiling cipher v0.4.4 |
2304 | 2024-07-12T03:18:02.416Z | Compiling pest_generator v2.7.10 |
2305 | 2024-07-12T03:18:02.440Z | Compiling goblin v0.8.2 |
2306 | 2024-07-12T03:18:02.585Z | Compiling ff v0.13.0 |
2307 | 2024-07-12T03:18:02.787Z | Compiling base16ct v0.2.0 |
2308 | 2024-07-12T03:18:02.811Z | Compiling stable_deref_trait v1.2.0 |
2309 | 2024-07-12T03:18:02.918Z | Compiling group v0.13.0 |
2310 | 2024-07-12T03:18:03.103Z | Compiling hkdf v0.12.4 |
2311 | 2024-07-12T03:18:03.233Z | Compiling crossbeam-epoch v0.9.18 |
2312 | 2024-07-12T03:18:03.357Z | Compiling crypto-bigint v0.5.5 |
2313 | 2024-07-12T03:18:03.487Z | Compiling der v0.7.9 |
2314 | 2024-07-12T03:18:03.987Z | Compiling num-integer v0.1.46 |
2315 | 2024-07-12T03:18:04.230Z | Compiling unicode-segmentation v1.11.0 |
2316 | 2024-07-12T03:18:04.685Z | Compiling bytes v1.6.0 |
2317 | 2024-07-12T03:18:04.941Z | Compiling indexmap v2.2.6 |
2318 | 2024-07-12T03:18:04.964Z | Compiling uuid v1.9.1 |
2319 | 2024-07-12T03:18:05.843Z | Compiling tokio v1.38.0 |
2320 | 2024-07-12T03:18:05.867Z | Compiling chrono v0.4.38 |
2321 | 2024-07-12T03:18:06.235Z | Compiling bitflags v2.5.0 |
2322 | 2024-07-12T03:18:06.259Z | Compiling semver v1.0.23 |
2323 | 2024-07-12T03:18:06.463Z | Compiling http v0.2.12 |
2324 | 2024-07-12T03:18:06.651Z | Compiling serde_tokenstream v0.2.1 |
2325 | 2024-07-12T03:18:06.927Z | Compiling serde_spanned v0.6.6 |
2326 | 2024-07-12T03:18:07.129Z | Compiling toml_datetime v0.6.6 |
2327 | 2024-07-12T03:18:07.153Z | Compiling openssl v0.10.64 |
2328 | 2024-07-12T03:18:07.476Z | Compiling toml_edit v0.19.15 |
2329 | 2024-07-12T03:18:07.605Z | Compiling rustix v0.38.34 |
2330 | 2024-07-12T03:18:08.641Z | Compiling http-body v0.4.6 |
2331 | 2024-07-12T03:18:09.032Z | Compiling serde_urlencoded v0.7.1 |
2332 | 2024-07-12T03:18:09.200Z | Compiling cookie_store v0.20.0 |
2333 | 2024-07-12T03:18:09.495Z | Compiling openapiv3 v2.0.0 |
2334 | 2024-07-12T03:18:10.118Z | Compiling rustc_version v0.4.0 |
2335 | 2024-07-12T03:18:10.542Z | Compiling pest_derive v2.7.10 |
2336 | 2024-07-12T03:18:10.813Z | Compiling dof v0.3.0 |
2337 | 2024-07-12T03:18:11.250Z | Compiling dtrace-parser v0.2.0 |
2338 | 2024-07-12T03:18:11.499Z | Compiling spki v0.7.3 |
2339 | 2024-07-12T03:18:11.657Z | Compiling ipnetwork v0.20.0 |
2340 | 2024-07-12T03:18:11.845Z | Compiling usdt-impl v0.5.0 |
2341 | 2024-07-12T03:18:12.490Z | Compiling native-tls v0.2.11 |
2342 | 2024-07-12T03:18:12.737Z | Compiling tokio-util v0.7.11 |
2343 | 2024-07-12T03:18:13.036Z | Compiling tokio-native-tls v0.3.1 |
2344 | 2024-07-12T03:18:13.124Z | Compiling tokio-rustls v0.24.1 |
2345 | 2024-07-12T03:18:13.148Z | Compiling pkcs8 v0.10.2 |
2346 | 2024-07-12T03:18:13.289Z | Compiling usdt-macro v0.5.0 |
2347 | 2024-07-12T03:18:13.312Z | Compiling usdt-attr-macro v0.5.0 |
2348 | 2024-07-12T03:18:13.546Z | Compiling sec1 v0.7.3 |
2349 | 2024-07-12T03:18:13.686Z | Compiling h2 v0.3.26 |
2350 | 2024-07-12T03:18:13.990Z | Compiling elliptic-curve v0.13.8 |
2351 | 2024-07-12T03:18:14.050Z | Compiling managed v0.8.0 |
2352 | 2024-07-12T03:18:14.418Z | Compiling toml_edit v0.22.14 |
2353 | 2024-07-12T03:18:14.463Z | Compiling toml v0.7.8 |
2354 | 2024-07-12T03:18:14.643Z | Compiling hex v0.4.3 |
2355 | 2024-07-12T03:18:14.689Z | Compiling matches v0.1.10 |
2356 | 2024-07-12T03:18:14.745Z | Compiling enum-as-inner v0.5.1 |
2357 | 2024-07-12T03:18:14.797Z | Compiling idna v0.2.3 |
2358 | 2024-07-12T03:18:14.821Z | Compiling usdt v0.5.0 |
2359 | 2024-07-12T03:18:15.199Z | Compiling bit-vec v0.6.3 |
2360 | 2024-07-12T03:18:15.286Z | Compiling siphasher v0.3.11 |
2361 | 2024-07-12T03:18:15.609Z | Compiling trust-dns-proto v0.22.0 |
2362 | 2024-07-12T03:18:15.634Z | Compiling heapless v0.7.17 |
2363 | 2024-07-12T03:18:15.683Z | Compiling terminal_size v0.3.0 |
2364 | 2024-07-12T03:18:15.893Z | Compiling num-bigint v0.4.5 |
2365 | 2024-07-12T03:18:16.001Z | Compiling regress v0.9.1 |
2366 | 2024-07-12T03:18:16.058Z | Compiling finl_unicode v1.2.0 |
2367 | 2024-07-12T03:18:16.181Z | Compiling signal-hook v0.3.17 |
2368 | 2024-07-12T03:18:16.446Z | Compiling clap_builder v4.5.2 |
2369 | 2024-07-12T03:18:16.563Z | Compiling stringprep v0.1.4 |
2370 | 2024-07-12T03:18:17.673Z | Compiling itertools v0.10.5 |
2371 | 2024-07-12T03:18:19.309Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2372 | 2024-07-12T03:18:20.199Z | Compiling hyper v0.14.28 |
2373 | 2024-07-12T03:18:20.237Z | Compiling yasna v0.5.2 |
2374 | 2024-07-12T03:18:21.996Z | Compiling md-5 v0.10.6 |
2375 | 2024-07-12T03:18:22.021Z | Compiling clap_derive v4.5.4 |
2376 | 2024-07-12T03:18:22.261Z | Compiling hash32 v0.2.1 |
2377 | 2024-07-12T03:18:22.621Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2378 | 2024-07-12T03:18:22.693Z | Compiling fallible-iterator v0.2.0 |
2379 | 2024-07-12T03:18:23.200Z | Compiling smoltcp v0.9.1 |
2380 | 2024-07-12T03:18:23.330Z | Compiling regex-automata v0.1.10 |
2381 | 2024-07-12T03:18:23.411Z | Compiling postgres-protocol v0.6.6 |
2382 | 2024-07-12T03:18:23.815Z | Compiling bstr v0.2.17 |
2383 | 2024-07-12T03:18:24.822Z | Compiling phf_shared v0.11.2 |
2384 | 2024-07-12T03:18:24.922Z | Compiling tokio-stream v0.1.15 |
2385 | 2024-07-12T03:18:24.949Z | Compiling hubpack_derive v0.1.1 |
2386 | 2024-07-12T03:18:25.124Z | Compiling zerocopy-derive v0.6.6 |
2387 | 2024-07-12T03:18:25.194Z | Compiling diesel_table_macro_syntax v0.1.0 |
2388 | 2024-07-12T03:18:25.527Z | Compiling scheduled-thread-pool v0.2.7 |
2389 | 2024-07-12T03:18:25.569Z | Compiling fs-err v2.11.0 |
2390 | 2024-07-12T03:18:25.750Z | Compiling fixedbitset v0.4.2 |
2391 | 2024-07-12T03:18:25.846Z | Compiling r2d2 v0.8.10 |
2392 | 2024-07-12T03:18:26.022Z | Compiling petgraph v0.6.5 |
2393 | 2024-07-12T03:18:26.112Z | Compiling hyper-tls v0.5.0 |
2394 | 2024-07-12T03:18:26.190Z | Compiling hyper-rustls v0.24.2 |
2395 | 2024-07-12T03:18:26.214Z | Compiling hubpack v0.1.2 |
2396 | 2024-07-12T03:18:26.298Z | Compiling clap v4.5.4 |
2397 | 2024-07-12T03:18:26.434Z | Compiling diesel_derives v2.1.4 |
2398 | 2024-07-12T03:18:26.458Z | Compiling reqwest v0.11.27 |
2399 | 2024-07-12T03:18:26.522Z | Compiling phf v0.11.2 |
2400 | 2024-07-12T03:18:26.652Z | Compiling signal-hook-mio v0.2.3 |
2401 | 2024-07-12T03:18:26.816Z | Compiling similar v2.5.0 |
2402 | 2024-07-12T03:18:27.048Z | Compiling zerocopy v0.6.6 |
2403 | 2024-07-12T03:18:27.774Z | Compiling postgres-types v0.2.6 |
2404 | 2024-07-12T03:18:28.907Z | Compiling phf_shared v0.10.0 |
2405 | 2024-07-12T03:18:28.976Z | Compiling num-iter v0.1.45 |
2406 | 2024-07-12T03:18:29.113Z | Compiling strum_macros v0.25.3 |
2407 | 2024-07-12T03:18:29.152Z | Compiling serde_repr v0.1.19 |
2408 | 2024-07-12T03:18:29.182Z | Compiling getopts v0.2.21 |
2409 | 2024-07-12T03:18:29.296Z | Compiling console v0.15.8 |
2410 | 2024-07-12T03:18:29.437Z | Compiling float-cmp v0.9.0 |
2411 | 2024-07-12T03:18:29.642Z | Compiling unsafe-libyaml v0.2.11 |
2412 | 2024-07-12T03:18:30.123Z | Compiling whoami v1.5.1 |
2413 | 2024-07-12T03:18:30.162Z | Compiling precomputed-hash v0.1.1 |
2414 | 2024-07-12T03:18:30.279Z | Compiling static_assertions v1.1.0 |
2415 | 2024-07-12T03:18:30.384Z | Compiling predicates-core v1.0.6 |
2416 | 2024-07-12T03:18:30.639Z | Compiling minimal-lexical v0.2.1 |
2417 | 2024-07-12T03:18:30.731Z | Compiling new_debug_unreachable v1.0.6 |
2418 | 2024-07-12T03:18:30.771Z | Compiling normalize-line-endings v0.3.0 |
2419 | 2024-07-12T03:18:30.828Z | Compiling difflib v0.4.0 |
2420 | 2024-07-12T03:18:30.905Z | Compiling string_cache v0.8.7 |
2421 | 2024-07-12T03:18:31.126Z | Compiling nom v7.1.3 |
2422 | 2024-07-12T03:18:31.301Z | Compiling predicates v3.1.0 |
2423 | 2024-07-12T03:18:31.337Z | Compiling serde_yaml v0.9.34+deprecated |
2424 | 2024-07-12T03:18:32.321Z | Compiling tokio-postgres v0.7.10 |
2425 | 2024-07-12T03:18:32.695Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2426 | 2024-07-12T03:18:32.776Z | Compiling crossterm v0.27.0 |
2427 | 2024-07-12T03:18:34.920Z | Compiling bit-set v0.5.3 |
2428 | 2024-07-12T03:18:35.015Z | Compiling itertools v0.12.1 |
2429 | 2024-07-12T03:18:35.186Z | Compiling bstr v1.9.1 |
2430 | 2024-07-12T03:18:36.063Z | Compiling lalrpop-util v0.19.12 |
2431 | 2024-07-12T03:18:36.087Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2432 | 2024-07-12T03:18:36.374Z | Compiling peg-runtime v0.8.3 |
2433 | 2024-07-12T03:18:36.658Z | Compiling unicode-xid v0.2.4 |
2434 | 2024-07-12T03:18:36.782Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2435 | 2024-07-12T03:18:36.827Z | Compiling sha1 v0.10.6 |
2436 | 2024-07-12T03:18:37.000Z | Compiling camino v1.1.7 |
2437 | 2024-07-12T03:18:37.112Z | Compiling diesel v2.1.6 |
2438 | 2024-07-12T03:18:37.191Z | Compiling strum_macros v0.26.4 |
2439 | 2024-07-12T03:18:37.229Z | Compiling http v1.1.0 |
2440 | 2024-07-12T03:18:37.644Z | Compiling base64 v0.22.1 |
2441 | 2024-07-12T03:18:37.856Z | Compiling toml v0.8.14 |
2442 | 2024-07-12T03:18:38.114Z | Compiling rustls-pki-types v1.7.0 |
2443 | 2024-07-12T03:18:38.373Z | Compiling ident_case v1.0.1 |
2444 | 2024-07-12T03:18:38.571Z | Compiling darling_core v0.20.9 |
2445 | 2024-07-12T03:18:38.925Z | Compiling crossbeam-channel v0.5.12 |
2446 | 2024-07-12T03:18:39.405Z | Compiling rustls v0.22.4 |
2447 | 2024-07-12T03:18:39.463Z | Compiling paste v1.0.15 |
2448 | 2024-07-12T03:18:39.677Z | Compiling slog-async v2.8.0 |
2449 | 2024-07-12T03:18:39.827Z | Compiling slog-term v2.9.1 |
2450 | 2024-07-12T03:18:39.926Z | Compiling rustls-webpki v0.102.4 |
2451 | 2024-07-12T03:18:39.980Z | Compiling instant v0.1.12 |
2452 | 2024-07-12T03:18:40.013Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2453 | 2024-07-12T03:18:40.130Z | Compiling multer v3.1.0 |
2454 | 2024-07-12T03:18:40.166Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2455 | 2024-07-12T03:18:40.974Z | Compiling slog-json v2.6.1 |
2456 | 2024-07-12T03:18:41.323Z | Compiling async-stream-impl v0.3.5 |
2457 | 2024-07-12T03:18:41.546Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
2458 | 2024-07-12T03:18:41.807Z | Compiling debug-ignore v1.0.5 |
2459 | 2024-07-12T03:18:41.831Z | Compiling strum v0.26.2 |
2460 | 2024-07-12T03:18:41.855Z | Compiling atomic-waker v1.1.2 |
2461 | 2024-07-12T03:18:41.993Z | Compiling waitgroup v0.1.2 |
2462 | 2024-07-12T03:18:42.017Z | Compiling slog-bunyan v2.5.0 |
2463 | 2024-07-12T03:18:42.208Z | Compiling rustls-pemfile v2.1.2 |
2464 | 2024-07-12T03:18:42.231Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
2465 | 2024-07-12T03:18:42.534Z | Compiling async-stream v0.3.5 |
2466 | 2024-07-12T03:18:42.625Z | Compiling serde_path_to_error v0.1.16 |
2467 | 2024-07-12T03:18:42.822Z | Compiling structmeta-derive v0.3.0 |
2468 | 2024-07-12T03:18:43.042Z | Compiling hostname v0.4.0 |
2469 | 2024-07-12T03:18:43.292Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2470 | 2024-07-12T03:18:43.374Z | Compiling newtype-uuid v1.1.0 |
2471 | 2024-07-12T03:18:43.675Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2472 | 2024-07-12T03:18:43.981Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2473 | 2024-07-12T03:18:44.259Z | Compiling tokio-rustls v0.25.0 |
2474 | 2024-07-12T03:18:44.346Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2475 | 2024-07-12T03:18:44.523Z | Compiling backoff v0.4.0 |
2476 | 2024-07-12T03:18:44.638Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2477 | 2024-07-12T03:18:44.780Z | Compiling darling_macro v0.20.9 |
2478 | 2024-07-12T03:18:44.804Z | Compiling macaddr v1.0.1 |
2479 | 2024-07-12T03:18:44.835Z | Compiling proc-macro-crate v1.3.1 |
2480 | 2024-07-12T03:18:45.194Z | Compiling fastrand v2.1.0 |
2481 | 2024-07-12T03:18:45.465Z | Compiling structmeta v0.3.0 |
2482 | 2024-07-12T03:18:45.734Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2483 | 2024-07-12T03:18:45.758Z | Compiling darling v0.20.9 |
2484 | 2024-07-12T03:18:45.874Z | Compiling serde_with_macros v3.8.3 |
2485 | 2024-07-12T03:18:45.902Z | Compiling num_enum_derive v0.5.11 |
2486 | 2024-07-12T03:18:45.965Z | Compiling parse-display-derive v0.9.1 |
2487 | 2024-07-12T03:18:46.102Z | Compiling tempfile v3.10.1 |
2488 | 2024-07-12T03:18:46.896Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2489 | 2024-07-12T03:18:47.154Z | Compiling foreign-types-macros v0.2.3 |
2490 | 2024-07-12T03:18:47.566Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2491 | 2024-07-12T03:18:48.222Z | Compiling num_enum v0.5.11 |
2492 | 2024-07-12T03:18:48.284Z | Compiling foreign-types-shared v0.3.1 |
2493 | 2024-07-12T03:18:48.404Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2494 | 2024-07-12T03:18:48.428Z | Compiling heapless v0.8.0 |
2495 | 2024-07-12T03:18:48.537Z | Compiling serde_with v3.8.3 |
2496 | 2024-07-12T03:18:48.706Z | Compiling foreign-types v0.5.0 |
2497 | 2024-07-12T03:18:48.822Z | Compiling proc-macro-error v1.0.4 |
2498 | 2024-07-12T03:18:49.476Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2499 | 2024-07-12T03:18:49.515Z | Compiling hash32 v0.3.1 |
2500 | 2024-07-12T03:18:49.707Z | Compiling cstr-argument v0.1.2 |
2501 | 2024-07-12T03:18:49.757Z | Compiling smoltcp v0.11.0 |
2502 | 2024-07-12T03:18:49.945Z | Compiling pretty-hex v0.2.1 |
2503 | 2024-07-12T03:18:50.118Z | Compiling parse-display v0.9.1 |
2504 | 2024-07-12T03:18:50.150Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2505 | 2024-07-12T03:18:50.367Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2506 | 2024-07-12T03:18:50.495Z | Compiling camino-tempfile v1.1.1 |
2507 | 2024-07-12T03:18:50.821Z | Compiling tabwriter v1.4.0 |
2508 | 2024-07-12T03:18:50.943Z | Compiling colored v2.1.0 |
2509 | 2024-07-12T03:18:50.977Z | Compiling socket2 v0.4.10 |
2510 | 2024-07-12T03:18:51.291Z | Compiling embedded-io v0.4.0 |
2511 | 2024-07-12T03:18:51.396Z | Compiling cobs v0.2.3 |
2512 | 2024-07-12T03:18:51.636Z | Compiling postcard v1.0.8 |
2513 | 2024-07-12T03:18:51.696Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2514 | 2024-07-12T03:18:51.791Z | Compiling crucible-workspace-hack v0.1.0 |
2515 | 2024-07-12T03:18:51.924Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2516 | 2024-07-12T03:18:52.045Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2517 | 2024-07-12T03:18:52.069Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2518 | 2024-07-12T03:18:52.204Z | Compiling smf v0.2.3 |
2519 | 2024-07-12T03:18:52.351Z | Compiling humantime v2.1.0 |
2520 | 2024-07-12T03:18:52.376Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2521 | 2024-07-12T03:18:52.844Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2522 | 2024-07-12T03:18:52.868Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2523 | 2024-07-12T03:18:53.284Z | Compiling num-derive v0.4.2 |
2524 | 2024-07-12T03:18:53.403Z | Compiling sigpipe v0.1.3 |
2525 | 2024-07-12T03:18:53.483Z | Compiling utf-8 v0.7.6 |
2526 | 2024-07-12T03:18:53.534Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2527 | 2024-07-12T03:18:53.791Z | Compiling atty v0.2.14 |
2528 | 2024-07-12T03:18:53.924Z | Compiling rayon-core v1.12.1 |
2529 | 2024-07-12T03:18:53.948Z | Compiling same-file v1.0.6 |
2530 | 2024-07-12T03:18:54.172Z | Compiling semver v0.1.20 |
2531 | 2024-07-12T03:18:54.196Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2532 | 2024-07-12T03:18:54.241Z | Compiling walkdir v2.5.0 |
2533 | 2024-07-12T03:18:54.773Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2534 | 2024-07-12T03:18:54.919Z | Compiling rustc_version v0.1.7 |
2535 | 2024-07-12T03:18:55.247Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2536 | 2024-07-12T03:18:55.384Z | Compiling curve25519-dalek v4.1.3 |
2537 | 2024-07-12T03:18:55.581Z | Compiling newline-converter v0.3.0 |
2538 | 2024-07-12T03:18:55.783Z | Compiling crossbeam-deque v0.8.5 |
2539 | 2024-07-12T03:18:55.840Z | Compiling universal-hash v0.5.1 |
2540 | 2024-07-12T03:18:56.004Z | Compiling prettyplease v0.2.20 |
2541 | 2024-07-12T03:18:56.028Z | Compiling opaque-debug v0.3.1 |
2542 | 2024-07-12T03:18:56.136Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2543 | 2024-07-12T03:18:56.193Z | Compiling expectorate v1.1.0 |
2544 | 2024-07-12T03:18:56.272Z | Compiling newtype_derive v0.1.6 |
2545 | 2024-07-12T03:18:56.298Z | Compiling xattr v1.3.1 |
2546 | 2024-07-12T03:18:56.351Z | Compiling num-rational v0.4.2 |
2547 | 2024-07-12T03:18:56.529Z | Compiling signature v2.2.0 |
2548 | 2024-07-12T03:18:56.553Z | Compiling curve25519-dalek-derive v0.1.1 |
2549 | 2024-07-12T03:18:56.597Z | Compiling num-complex v0.4.6 |
2550 | 2024-07-12T03:18:56.803Z | Compiling blake3 v1.5.1 |
2551 | 2024-07-12T03:18:57.329Z | Compiling ring v0.16.20 |
2552 | 2024-07-12T03:18:57.485Z | Compiling unicase v2.7.0 |
2553 | 2024-07-12T03:18:57.713Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2554 | 2024-07-12T03:18:57.737Z | Compiling arc-swap v1.7.1 |
2555 | 2024-07-12T03:18:57.869Z | Compiling getrandom v0.1.16 |
2556 | 2024-07-12T03:18:57.892Z | Compiling quick-error v1.2.3 |
2557 | 2024-07-12T03:18:57.962Z | Compiling termcolor v1.4.1 |
2558 | 2024-07-12T03:18:58.047Z | Compiling convert_case v0.4.0 |
2559 | 2024-07-12T03:18:58.278Z | Compiling linked-hash-map v0.5.6 |
2560 | 2024-07-12T03:18:58.381Z | Compiling env_logger v0.9.3 |
2561 | 2024-07-12T03:18:58.658Z | Compiling lru-cache v0.1.2 |
2562 | 2024-07-12T03:18:58.789Z | Compiling slog-scope v4.4.0 |
2563 | 2024-07-12T03:18:58.853Z | Compiling resolv-conf v0.7.0 |
2564 | 2024-07-12T03:18:59.008Z | Compiling derive_more v0.99.18 |
2565 | 2024-07-12T03:18:59.527Z | Compiling tar v0.4.40 |
2566 | 2024-07-12T03:18:59.583Z | Compiling num v0.4.3 |
2567 | 2024-07-12T03:18:59.707Z | Compiling rayon v1.10.0 |
2568 | 2024-07-12T03:19:01.003Z | Compiling tungstenite v0.21.0 |
2569 | 2024-07-12T03:19:01.445Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2570 | 2024-07-12T03:19:01.919Z | Compiling blake2 v0.10.6 |
2571 | 2024-07-12T03:19:02.883Z | Compiling bitstruct_derive v0.1.0 |
2572 | 2024-07-12T03:19:03.020Z | Compiling derive-where v1.2.7 |
2573 | 2024-07-12T03:19:03.059Z | Compiling password-hash v0.5.0 |
2574 | 2024-07-12T03:19:03.965Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2575 | 2024-07-12T03:19:04.045Z | Compiling memmap2 v0.9.4 |
2576 | 2024-07-12T03:19:04.068Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2577 | 2024-07-12T03:19:04.182Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
2578 | 2024-07-12T03:19:04.207Z | Compiling constant_time_eq v0.3.0 |
2579 | 2024-07-12T03:19:04.232Z | Compiling parking_lot_core v0.8.6 |
2580 | 2024-07-12T03:19:04.383Z | Compiling spin v0.5.2 |
2581 | 2024-07-12T03:19:04.461Z | Compiling arrayvec v0.7.4 |
2582 | 2024-07-12T03:19:04.609Z | Compiling arrayref v0.3.7 |
2583 | 2024-07-12T03:19:04.634Z | Compiling libefi-sys v0.1.0 |
2584 | 2024-07-12T03:19:04.716Z | Compiling ascii v1.1.0 |
2585 | 2024-07-12T03:19:04.848Z | Compiling untrusted v0.7.1 |
2586 | 2024-07-12T03:19:04.884Z | Compiling float-ord v0.3.2 |
2587 | 2024-07-12T03:19:05.037Z | Compiling home v0.5.9 |
2588 | 2024-07-12T03:19:05.273Z | Compiling toolchain_find v0.4.0 |
2589 | 2024-07-12T03:19:05.313Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2590 | 2024-07-12T03:19:05.962Z | Compiling bitstruct v0.1.1 |
2591 | 2024-07-12T03:19:06.103Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2592 | 2024-07-12T03:19:06.238Z | Compiling argon2 v0.5.3 |
2593 | 2024-07-12T03:19:06.363Z | Compiling tokio-tungstenite v0.21.0 |
2594 | 2024-07-12T03:19:06.615Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2595 | 2024-07-12T03:19:06.837Z | Compiling trust-dns-resolver v0.22.0 |
2596 | 2024-07-12T03:19:06.999Z | Compiling slog-stdlog v4.1.1 |
2597 | 2024-07-12T03:19:07.289Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2598 | 2024-07-12T03:19:07.351Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2599 | 2024-07-12T03:19:07.624Z | Compiling serde_arrays v0.1.0 |
2600 | 2024-07-12T03:19:07.693Z | Compiling erased-serde v0.3.31 |
2601 | 2024-07-12T03:19:07.785Z | Compiling rfc6979 v0.4.0 |
2602 | 2024-07-12T03:19:07.974Z | Compiling aead v0.5.2 |
2603 | 2024-07-12T03:19:07.998Z | Compiling bitfield-struct v0.6.1 |
2604 | 2024-07-12T03:19:08.053Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2605 | 2024-07-12T03:19:08.335Z | Compiling nibble_vec v0.1.0 |
2606 | 2024-07-12T03:19:08.382Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2607 | 2024-07-12T03:19:08.461Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2608 | 2024-07-12T03:19:08.564Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2609 | 2024-07-12T03:19:08.600Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2610 | 2024-07-12T03:19:08.731Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2611 | 2024-07-12T03:19:08.945Z | Compiling slog-dtrace v0.3.0 |
2612 | 2024-07-12T03:19:09.140Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2613 | 2024-07-12T03:19:09.212Z | Compiling endian-type v0.1.2 |
2614 | 2024-07-12T03:19:09.279Z | Compiling topological-sort v0.2.2 |
2615 | 2024-07-12T03:19:09.432Z | Compiling keccak v0.1.5 |
2616 | 2024-07-12T03:19:09.495Z | Compiling cancel-safe-futures v0.1.5 |
2617 | 2024-07-12T03:19:09.617Z | Compiling omicron-zone-package v0.11.0 |
2618 | 2024-07-12T03:19:09.642Z | Compiling radix_trie v0.2.1 |
2619 | 2024-07-12T03:19:09.819Z | Compiling sha3 v0.10.8 |
2620 | 2024-07-12T03:19:10.243Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2621 | 2024-07-12T03:19:10.455Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2622 | 2024-07-12T03:19:10.554Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2623 | 2024-07-12T03:19:10.759Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2624 | 2024-07-12T03:19:10.900Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2625 | 2024-07-12T03:19:10.955Z | Compiling ecdsa v0.16.9 |
2626 | 2024-07-12T03:19:10.984Z | Compiling rand_core v0.5.1 |
2627 | 2024-07-12T03:19:11.065Z | Compiling slog-envlogger v2.2.0 |
2628 | 2024-07-12T03:19:11.452Z | Compiling mime_guess v2.0.4 |
2629 | 2024-07-12T03:19:11.684Z | Compiling steno v0.4.1 |
2630 | 2024-07-12T03:19:12.418Z | Compiling rustfmt-wrapper v0.2.1 |
2631 | 2024-07-12T03:19:12.558Z | Compiling poly1305 v0.8.0 |
2632 | 2024-07-12T03:19:12.750Z | Compiling tungstenite v0.20.1 |
2633 | 2024-07-12T03:19:12.934Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2634 | 2024-07-12T03:19:13.609Z | Compiling primeorder v0.13.6 |
2635 | 2024-07-12T03:19:13.970Z | Compiling heck v0.3.3 |
2636 | 2024-07-12T03:19:14.057Z | Compiling chacha20 v0.9.1 |
2637 | 2024-07-12T03:19:14.357Z | Compiling thiserror-impl-no-std v2.0.2 |
2638 | 2024-07-12T03:19:14.449Z | Compiling secrecy v0.8.0 |
2639 | 2024-07-12T03:19:14.665Z | Compiling half v2.4.1 |
2640 | 2024-07-12T03:19:14.696Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2641 | 2024-07-12T03:19:14.818Z | Compiling option-ext v0.2.0 |
2642 | 2024-07-12T03:19:14.950Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2643 | 2024-07-12T03:19:15.165Z | Compiling ciborium-io v0.2.2 |
2644 | 2024-07-12T03:19:15.216Z | Compiling dirs-sys v0.4.1 |
2645 | 2024-07-12T03:19:15.300Z | Compiling ciborium-ll v0.2.2 |
2646 | 2024-07-12T03:19:15.333Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2647 | 2024-07-12T03:19:15.703Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2648 | 2024-07-12T03:19:15.852Z | Compiling zone_cfg_derive v0.1.2 |
2649 | 2024-07-12T03:19:16.360Z | Compiling tokio-tungstenite v0.20.1 |
2650 | 2024-07-12T03:19:16.861Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2651 | 2024-07-12T03:19:17.114Z | Compiling parking_lot v0.11.2 |
2652 | 2024-07-12T03:19:17.164Z | Compiling rand_chacha v0.2.2 |
2653 | 2024-07-12T03:19:17.188Z | Compiling thiserror-no-std v2.0.2 |
2654 | 2024-07-12T03:19:17.223Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2655 | 2024-07-12T03:19:17.489Z | Compiling trust-dns-client v0.22.0 |
2656 | 2024-07-12T03:19:17.853Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2657 | 2024-07-12T03:19:17.960Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2658 | 2024-07-12T03:19:18.503Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2659 | 2024-07-12T03:19:19.348Z | Compiling ed25519 v2.2.3 |
2660 | 2024-07-12T03:19:19.797Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2661 | 2024-07-12T03:19:20.193Z | Compiling polyval v0.6.2 |
2662 | 2024-07-12T03:19:20.224Z | Compiling libsw v3.3.1 |
2663 | 2024-07-12T03:19:20.520Z | Compiling toml v0.5.11 |
2664 | 2024-07-12T03:19:20.601Z | Compiling aes v0.8.4 |
2665 | 2024-07-12T03:19:22.445Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2666 | 2024-07-12T03:19:22.773Z | Compiling blowfish v0.9.1 |
2667 | 2024-07-12T03:19:23.177Z | Compiling ctr v0.9.2 |
2668 | 2024-07-12T03:19:23.298Z | Compiling pbkdf2 v0.12.2 |
2669 | 2024-07-12T03:19:23.494Z | Compiling password-hash v0.4.2 |
2670 | 2024-07-12T03:19:23.536Z | Compiling gethostname v0.4.3 |
2671 | 2024-07-12T03:19:23.840Z | Compiling fxhash v0.2.1 |
2672 | 2024-07-12T03:19:23.863Z | Compiling base64 v0.13.1 |
2673 | 2024-07-12T03:19:24.048Z | Compiling owo-colors v4.0.0 |
2674 | 2024-07-12T03:19:24.362Z | Compiling linear-map v1.2.0 |
2675 | 2024-07-12T03:19:24.421Z | Compiling ron v0.7.1 |
2676 | 2024-07-12T03:19:24.712Z | Compiling sled v0.34.7 |
2677 | 2024-07-12T03:19:25.160Z | Compiling pbkdf2 v0.11.0 |
2678 | 2024-07-12T03:19:25.502Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2679 | 2024-07-12T03:19:26.028Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2680 | 2024-07-12T03:19:26.578Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2681 | 2024-07-12T03:19:28.001Z | Compiling bcrypt-pbkdf v0.10.0 |
2682 | 2024-07-12T03:19:28.391Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2683 | 2024-07-12T03:19:28.592Z | Compiling trust-dns-server v0.22.1 |
2684 | 2024-07-12T03:19:29.159Z | Compiling ghash v0.5.1 |
2685 | 2024-07-12T03:19:29.293Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2686 | 2024-07-12T03:19:29.357Z | Compiling ed25519-dalek v2.1.1 |
2687 | 2024-07-12T03:19:29.907Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2688 | 2024-07-12T03:19:30.358Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2689 | 2024-07-12T03:19:30.975Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2690 | 2024-07-12T03:19:31.677Z | Compiling rand v0.7.3 |
2691 | 2024-07-12T03:19:32.460Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2692 | 2024-07-12T03:19:32.607Z | Compiling vsss-rs v3.3.4 |
2693 | 2024-07-12T03:19:32.825Z | Compiling zone v0.1.8 |
2694 | 2024-07-12T03:19:33.727Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2695 | 2024-07-12T03:19:33.944Z | Compiling ciborium v0.2.2 |
2696 | 2024-07-12T03:19:34.273Z | Compiling dirs v5.0.1 |
2697 | 2024-07-12T03:19:34.641Z | Compiling chacha20poly1305 v0.10.1 |
2698 | 2024-07-12T03:19:34.818Z | Compiling p521 v0.13.3 |
2699 | 2024-07-12T03:19:34.849Z | Compiling p256 v0.13.2 |
2700 | 2024-07-12T03:19:35.219Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
2701 | 2024-07-12T03:19:35.592Z | Compiling pem v3.0.4 |
2702 | 2024-07-12T03:19:36.329Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2703 | 2024-07-12T03:19:36.471Z | Compiling headers-core v0.2.0 |
2704 | 2024-07-12T03:19:36.602Z | Compiling cbc v0.1.2 |
2705 | 2024-07-12T03:19:36.627Z | Compiling kstat-rs v0.2.4 |
2706 | 2024-07-12T03:19:36.704Z | Compiling portpicker v0.1.1 |
2707 | 2024-07-12T03:19:36.827Z | Compiling nanorand v0.7.0 |
2708 | 2024-07-12T03:19:36.877Z | Compiling russh-cryptovec v0.7.2 |
2709 | 2024-07-12T03:19:37.002Z | Compiling http-range v0.1.5 |
2710 | 2024-07-12T03:19:37.172Z | Compiling md5 v0.7.0 |
2711 | 2024-07-12T03:19:37.208Z | Compiling glob v0.3.1 |
2712 | 2024-07-12T03:19:37.353Z | Compiling hyper-staticfile v0.9.5 |
2713 | 2024-07-12T03:19:37.380Z | Compiling flume v0.11.0 |
2714 | 2024-07-12T03:19:37.609Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2715 | 2024-07-12T03:19:37.768Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2716 | 2024-07-12T03:19:37.998Z | Compiling russh-keys v0.43.0 |
2717 | 2024-07-12T03:19:38.098Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2718 | 2024-07-12T03:19:38.259Z | Compiling headers v0.3.9 |
2719 | 2024-07-12T03:19:39.706Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2720 | 2024-07-12T03:19:40.031Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2721 | 2024-07-12T03:19:40.953Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2722 | 2024-07-12T03:19:43.262Z | Compiling rcgen v0.12.1 |
2723 | 2024-07-12T03:19:43.307Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2724 | 2024-07-12T03:19:43.484Z | Compiling aes-gcm v0.10.3 |
2725 | 2024-07-12T03:19:43.631Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2726 | 2024-07-12T03:19:45.277Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2727 | 2024-07-12T03:19:45.445Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2728 | 2024-07-12T03:19:49.097Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2729 | 2024-07-12T03:19:49.175Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2730 | 2024-07-12T03:19:49.219Z | Compiling atomicwrites v0.4.3 |
2731 | 2024-07-12T03:19:49.539Z | Compiling subprocess v0.2.9 |
2732 | 2024-07-12T03:19:50.610Z | Compiling dhcproto-macros v0.1.0 |
2733 | 2024-07-12T03:19:51.221Z | Compiling display-error-chain v0.2.0 |
2734 | 2024-07-12T03:19:51.385Z | Compiling hex-literal v0.4.1 |
2735 | 2024-07-12T03:19:51.412Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2736 | 2024-07-12T03:19:51.436Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2737 | 2024-07-12T03:19:51.479Z | Compiling dhcproto v0.11.0 |
2738 | 2024-07-12T03:19:51.544Z | Compiling russh v0.43.0 |
2739 | 2024-07-12T03:19:53.894Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2740 | 2024-07-12T03:19:53.918Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2741 | 2024-07-12T03:19:54.297Z | Compiling internet-checksum v0.2.1 |
2742 | 2024-07-12T03:20:20.970Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2743 | 2024-07-12T03:21:22.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 44s |
2744 | 2024-07-12T03:21:23.031Z | |
2745 | 2024-07-12T03:21:23.056Z | real 3:44.221477988 |
2746 | 2024-07-12T03:21:23.056Z | user 17:38.709628944 |
2747 | 2024-07-12T03:21:23.056Z | sys 4:09.171726274 |
2748 | 2024-07-12T03:21:23.056Z | trap 0.521770086 |
2749 | 2024-07-12T03:21:23.056Z | tflt 0.329234806 |
2750 | 2024-07-12T03:21:23.056Z | dflt 2.910099065 |
2751 | 2024-07-12T03:21:23.056Z | kflt 0.004431023 |
2752 | 2024-07-12T03:21:23.056Z | lock 38:09.591531627 |
2753 | 2024-07-12T03:21:23.056Z | slp 50:03.798650251 |
2754 | 2024-07-12T03:21:23.056Z | lat 1:04.869429496 |
2755 | 2024-07-12T03:21:23.056Z | stop 2:22.861076890 |
2756 | 2024-07-12T03:21:23.056Z | + mkdir tests |
2757 | 2024-07-12T03:21:23.056Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2758 | 2024-07-12T03:21:23.056Z | + xargs -I '{}' -t cp '{}' tests/ |
2759 | 2024-07-12T03:21:23.085Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-742f8a62840987e2 tests/ |
2760 | 2024-07-12T03:21:23.113Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-38c7b803e5f1e734 tests/ |
2761 | 2024-07-12T03:21:23.140Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-9aa9759fc3a52beb tests/ |
2762 | 2024-07-12T03:21:23.166Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ede967117e30dd50 tests/ |
2763 | 2024-07-12T03:21:23.490Z | + files=(out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
2764 | 2024-07-12T03:21:23.513Z | + ptime -m tar cvzf /work/package.tar.gz out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-38c7b803e5f1e734 tests/commtest-9aa9759fc3a52beb tests/dhcp_server-742f8a62840987e2 tests/end_to_end_tests-ede967117e30dd50 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2765 | 2024-07-12T03:22:47.016Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2766 | 2024-07-12T03:22:47.016Z | a out/target/test 1K |
2767 | 2024-07-12T03:22:47.016Z | a out/npuzone/npuzone 23144K |
2768 | 2024-07-12T03:22:47.016Z | a package-manifest.toml 29K |
2769 | 2024-07-12T03:22:47.016Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2770 | 2024-07-12T03:22:47.016Z | a target/release/omicron-package 32504K |
2771 | 2024-07-12T03:22:47.016Z | a target/release/xtask 18147K |
2772 | 2024-07-12T03:22:47.016Z | a target/debug/bootstrap 359334K |
2773 | 2024-07-12T03:22:47.016Z | a tests/bootstrap-38c7b803e5f1e734 23983K |
2774 | 2024-07-12T03:22:47.016Z | a tests/commtest-9aa9759fc3a52beb 23984K |
2775 | 2024-07-12T03:22:47.016Z | a tests/dhcp_server-742f8a62840987e2 23983K |
2776 | 2024-07-12T03:22:47.016Z | a tests/end_to_end_tests-ede967117e30dd50 370131K |
2777 | 2024-07-12T03:22:47.016Z | a out/clickhouse.tar.gz 223111K |
2778 | 2024-07-12T03:22:47.016Z | a out/clickhouse_keeper.tar.gz 223087K |
2779 | 2024-07-12T03:22:47.016Z | a out/cockroachdb.tar.gz 131944K |
2780 | 2024-07-12T03:22:47.016Z | a out/crucible-dtrace.tar 85K |
2781 | 2024-07-12T03:22:47.016Z | a out/crucible-pantry-zone.tar.gz 27043K |
2782 | 2024-07-12T03:22:47.016Z | a out/crucible-zone.tar.gz 37413K |
2783 | 2024-07-12T03:22:47.016Z | a out/external-dns.tar.gz 25114K |
2784 | 2024-07-12T03:22:47.016Z | a out/internal-dns.tar.gz 25115K |
2785 | 2024-07-12T03:22:47.016Z | a out/mg-ddm-gz.tar 60617K |
2786 | 2024-07-12T03:22:47.017Z | a out/nexus.tar.gz 85090K |
2787 | 2024-07-12T03:22:47.017Z | a out/ntp.tar.gz 8921K |
2788 | 2024-07-12T03:22:47.017Z | a out/omicron-gateway-softnpu.tar.gz 13821K |
2789 | 2024-07-12T03:22:47.017Z | a out/omicron-sled-agent.tar 94572K |
2790 | 2024-07-12T03:22:47.017Z | a out/overlay.tar.gz 3K |
2791 | 2024-07-12T03:22:47.017Z | a out/oximeter.tar.gz 42135K |
2792 | 2024-07-12T03:22:47.017Z | a out/oxlog.tar 2955K |
2793 | 2024-07-12T03:22:47.017Z | a out/probe.tar.gz 2764K |
2794 | 2024-07-12T03:22:47.017Z | a out/propolis-server.tar.gz 64642K |
2795 | 2024-07-12T03:22:47.017Z | a out/pumpkind-gz.tar 26665K |
2796 | 2024-07-12T03:22:47.017Z | a out/switch-softnpu.tar.gz 198542K |
2797 | 2024-07-12T03:22:47.041Z | |
2798 | 2024-07-12T03:22:47.041Z | real 1:23.526813287 |
2799 | 2024-07-12T03:22:47.041Z | user 1:16.908012186 |
2800 | 2024-07-12T03:22:47.041Z | sys 8.299155189 |
2801 | 2024-07-12T03:22:47.041Z | trap 0.026065080 |
2802 | 2024-07-12T03:22:47.041Z | tflt 0.000000000 |
2803 | 2024-07-12T03:22:47.041Z | dflt 0.000000000 |
2804 | 2024-07-12T03:22:47.041Z | kflt 0.000000000 |
2805 | 2024-07-12T03:22:47.041Z | lock 0.000000000 |
2806 | 2024-07-12T03:22:47.041Z | slp 1:16.787657101 |
2807 | 2024-07-12T03:22:47.041Z | lat 5.026741345 |
2808 | 2024-07-12T03:22:47.041Z | stop 0.000769865 |
2809 | 2024-07-12T03:22:47.041Z | process exited: duration 1596782 ms, exit code 0 |
|
2810 | 2024-07-12T03:22:47.124Z | found 1 output files |
2811 | 2024-07-12T03:22:47.124Z | uploading: /work/package.tar.gz (1407599579 bytes) |
2812 | 2024-07-12T03:25:10.466Z | uploaded: /work/package.tar.gz |