|
|
|
1 | 2024-07-15T03:42:51.845Z | job assigned to worker 01J2T7QC8W1SG55FQJHZ5EWXJ7 (queued for 52 s) |
|
2 | 2024-07-15T03:42:59.979Z | starting task 0: "setup" |
3 | 2024-07-15T03:43:00.035Z | ++ uname -s |
4 | 2024-07-15T03:43:00.038Z | + kern=SunOS |
5 | 2024-07-15T03:43:00.038Z | + case "$kern" in |
6 | 2024-07-15T03:43:00.038Z | + groupadd -g 12345 build |
7 | 2024-07-15T03:43:00.041Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-15T03:43:02.064Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-15T03:43:02.167Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-15T03:43:02.170Z | + home_fs=zfs |
11 | 2024-07-15T03:43:02.170Z | + [[ zfs == autofs ]] |
12 | 2024-07-15T03:43:02.170Z | + mkdir -p /home/build |
13 | 2024-07-15T03:43:02.173Z | + chown build:build /home/build /work |
14 | 2024-07-15T03:43:04.175Z | + chmod 0700 /home/build /work |
15 | 2024-07-15T03:43:04.178Z | process exited: duration 4199 ms, exit code 0 |
|
16 | 2024-07-15T03:43:04.184Z | starting task 1: "rust-toolchain" |
17 | 2024-07-15T03:43:04.190Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-15T03:43:04.190Z | * toolchain channel = "1.78.0" |
19 | 2024-07-15T03:43:04.190Z | ' 1.78.0 |
20 | 2024-07-15T03:43:04.190Z | * toolchain profile = "default" |
21 | 2024-07-15T03:43:04.190Z | + printf ' * toolchain profile = "%s" |
22 | 2024-07-15T03:43:04.190Z | ' default |
23 | 2024-07-15T03:43:04.192Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-15T03:43:04.192Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-15T03:43:04.315Z | info: downloading installer |
26 | 2024-07-15T03:43:05.778Z | info: profile set to 'default' |
27 | 2024-07-15T03:43:05.778Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-15T03:43:05.781Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-15T03:43:05.923Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-15T03:43:05.924Z | info: downloading component 'cargo' |
31 | 2024-07-15T03:43:07.098Z | info: downloading component 'clippy' |
32 | 2024-07-15T03:43:07.566Z | info: downloading component 'rust-docs' |
33 | 2024-07-15T03:43:08.651Z | info: downloading component 'rust-std' |
34 | 2024-07-15T03:43:10.918Z | info: downloading component 'rustc' |
35 | 2024-07-15T03:43:17.303Z | info: downloading component 'rustfmt' |
36 | 2024-07-15T03:43:17.710Z | info: installing component 'cargo' |
37 | 2024-07-15T03:43:18.558Z | info: installing component 'clippy' |
38 | 2024-07-15T03:43:18.924Z | info: installing component 'rust-docs' |
39 | 2024-07-15T03:43:20.452Z | info: installing component 'rust-std' |
40 | 2024-07-15T03:43:22.248Z | info: installing component 'rustc' |
41 | 2024-07-15T03:43:26.764Z | info: installing component 'rustfmt' |
42 | 2024-07-15T03:43:27.110Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-15T03:43:27.110Z | |
44 | 2024-07-15T03:43:27.388Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-15T03:43:27.388Z | |
46 | 2024-07-15T03:43:27.392Z | |
47 | 2024-07-15T03:43:27.392Z | Rust is installed now. Great! |
48 | 2024-07-15T03:43:27.392Z | |
49 | 2024-07-15T03:43:27.392Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-15T03:43:27.392Z | environment variable. This has not been done automatically. |
51 | 2024-07-15T03:43:27.392Z | |
52 | 2024-07-15T03:43:27.392Z | To configure your current shell, you need to source |
53 | 2024-07-15T03:43:27.392Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-15T03:43:27.392Z | |
55 | 2024-07-15T03:43:27.392Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-15T03:43:27.392Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-15T03:43:27.392Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-15T03:43:27.455Z | + rustc --version |
59 | 2024-07-15T03:43:27.517Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-15T03:43:27.520Z | process exited: duration 23331 ms, exit code 0 |
|
61 | 2024-07-15T03:43:27.526Z | starting task 2: "authentication" |
62 | 2024-07-15T03:43:27.547Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-07-15T03:43:27.553Z | starting task 3: "clone repository" |
64 | 2024-07-15T03:43:27.559Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-15T03:43:27.561Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-15T03:43:27.705Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-15T03:43:34.869Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-15T03:43:34.869Z | + git fetch origin 15b4c1d069cec4e320f455678bfeb37a88bcc1c7 |
69 | 2024-07-15T03:43:35.206Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-15T03:43:35.206Z | * branch 15b4c1d069cec4e320f455678bfeb37a88bcc1c7 -> FETCH_HEAD |
71 | 2024-07-15T03:43:35.217Z | + [[ -n sunshowers/spr/dns-server-convert-dns-server-api-into-a-trait ]] |
72 | 2024-07-15T03:43:35.220Z | ++ git branch --show-current |
73 | 2024-07-15T03:43:35.220Z | + current=main |
74 | 2024-07-15T03:43:35.220Z | + [[ main != sunshowers/spr/dns-server-convert-dns-server-api-into-a-trait ]] |
75 | 2024-07-15T03:43:35.220Z | + git branch -f sunshowers/spr/dns-server-convert-dns-server-api-into-a-trait 15b4c1d069cec4e320f455678bfeb37a88bcc1c7 |
76 | 2024-07-15T03:43:35.224Z | + git checkout -f sunshowers/spr/dns-server-convert-dns-server-api-into-a-trait |
77 | 2024-07-15T03:43:35.361Z | Switched to branch 'sunshowers/spr/dns-server-convert-dns-server-api-into-a-trait' |
78 | 2024-07-15T03:43:35.365Z | + git reset --hard 15b4c1d069cec4e320f455678bfeb37a88bcc1c7 |
79 | 2024-07-15T03:43:35.498Z | HEAD is now at 15b4c1d06 rebase on main |
80 | 2024-07-15T03:43:35.501Z | process exited: duration 7945 ms, exit code 0 |
|
81 | 2024-07-15T03:43:35.508Z | starting task 4: "build" |
82 | 2024-07-15T03:43:35.513Z | + cargo --version |
83 | 2024-07-15T03:43:35.567Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-15T03:43:35.570Z | + rustc --version |
85 | 2024-07-15T03:43:35.626Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-15T03:43:35.639Z | + WORK=/work |
87 | 2024-07-15T03:43:35.639Z | + pfexec mkdir -p /work |
88 | 2024-07-15T03:43:35.640Z | + pfexec chown build /work |
89 | 2024-07-15T03:43:35.644Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-07-15T03:43:52.703Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-07-15T03:43:54.868Z | Startup: Caching catalogs ... Done |
92 | 2024-07-15T03:43:57.806Z | Planning: Solver setup ... Done (2.392s) |
93 | 2024-07-15T03:43:57.855Z | Planning: Running solver ... Done (0.049s) |
94 | 2024-07-15T03:43:57.902Z | Planning: Finding local manifests ... Done (0.005s) |
95 | 2024-07-15T03:43:57.915Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-07-15T03:43:58.187Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-07-15T03:43:58.236Z | Planning: Package planning ... Done (0.049s) |
98 | 2024-07-15T03:43:58.287Z | Planning: Merging actions ... Done (0.050s) |
99 | 2024-07-15T03:43:59.761Z | Planning: Checking for conflicting actions ... Done (1.473s) |
100 | 2024-07-15T03:43:59.772Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-07-15T03:44:05.865Z | Planning: Evaluating mediators ... Done (6.092s) |
102 | 2024-07-15T03:44:05.875Z | Planning: Planning completed in 10.94 seconds |
103 | 2024-07-15T03:44:06.181Z | Packages to install: 4 |
104 | 2024-07-15T03:44:06.181Z | Mediators to change: 2 |
105 | 2024-07-15T03:44:06.182Z | Services to change: 1 |
106 | 2024-07-15T03:44:06.185Z | Estimated space available: 155.77 GB |
107 | 2024-07-15T03:44:06.185Z | Estimated space to be consumed: 1.46 GB |
108 | 2024-07-15T03:44:06.185Z | Create boot environment: No |
109 | 2024-07-15T03:44:06.185Z | Create backup boot environment: No |
110 | 2024-07-15T03:44:06.185Z | Rebuild boot archive: No |
111 | 2024-07-15T03:44:06.185Z | |
112 | 2024-07-15T03:44:06.185Z | Changed mediators: |
113 | 2024-07-15T03:44:06.185Z | mediator clang: |
114 | 2024-07-15T03:44:06.185Z | version: None -> 15 (system default) |
115 | 2024-07-15T03:44:06.185Z | |
116 | 2024-07-15T03:44:06.185Z | mediator llvm: |
117 | 2024-07-15T03:44:06.185Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-07-15T03:44:06.185Z | |
119 | 2024-07-15T03:44:06.185Z | Changed packages: |
120 | 2024-07-15T03:44:06.185Z | helios-dev |
121 | 2024-07-15T03:44:06.185Z | developer/build-essential |
122 | 2024-07-15T03:44:06.185Z | None -> 11-2.0 |
123 | 2024-07-15T03:44:06.185Z | library/libxmlsec1 |
124 | 2024-07-15T03:44:06.185Z | None -> 1.2.35-2.0 |
125 | 2024-07-15T03:44:06.185Z | ooce/developer/clang-15 |
126 | 2024-07-15T03:44:06.185Z | None -> 15.0.7-2.0 |
127 | 2024-07-15T03:44:06.185Z | ooce/developer/llvm-15 |
128 | 2024-07-15T03:44:06.185Z | None -> 15.0.7-2.0 |
129 | 2024-07-15T03:44:06.185Z | |
130 | 2024-07-15T03:44:06.185Z | Services: |
131 | 2024-07-15T03:44:06.185Z | restart_fmri: |
132 | 2024-07-15T03:44:06.185Z | svc:/system/update-man-index:default |
133 | 2024-07-15T03:44:06.462Z | |
134 | 2024-07-15T03:44:06.462Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-07-15T03:44:11.467Z | Download: 975/3290 items 19.4/212.6MB 9% complete (3.9M/s) |
136 | 2024-07-15T03:44:16.468Z | Download: 1379/3290 items 112.9/212.6MB 53% complete (11.2M/s) |
137 | 2024-07-15T03:44:21.476Z | Download: 2370/3290 items 119.9/212.6MB 56% complete (10.1M/s) |
138 | 2024-07-15T03:44:26.523Z | Download: 3240/3290 items 165.3/212.6MB 77% complete (5.7M/s) |
139 | 2024-07-15T03:44:29.247Z | Download: Completed 212.60 MB in 22.78 seconds (9.3M/s) |
140 | 2024-07-15T03:44:31.669Z | Actions: 1/3689 actions (Installing new actions) |
141 | 2024-07-15T03:44:36.792Z | Actions: 3573/3689 actions (Installing new actions) |
142 | 2024-07-15T03:44:36.923Z | Actions: Completed 3689 actions in 5.25 seconds. |
143 | 2024-07-15T03:44:37.163Z | Done (0.235s) |
144 | 2024-07-15T03:44:37.163Z | Done (0.000s) |
145 | 2024-07-15T03:44:37.492Z | Done (0.329s) |
146 | 2024-07-15T03:44:42.847Z | Done (5.194s) |
147 | 2024-07-15T03:44:43.030Z | Done (0.115s) |
148 | 2024-07-15T03:44:43.033Z | Done (0.000s) |
149 | 2024-07-15T03:44:43.210Z | Done (0.000s) |
150 | 2024-07-15T03:44:43.788Z | Planning: Evaluating mediator changes ... Done |
151 | 2024-07-15T03:44:43.955Z | Planning: Checking for conflicting actions ... Done |
152 | 2024-07-15T03:44:43.957Z | Planning: Consolidating action changes ... Done |
153 | 2024-07-15T03:44:44.228Z | Planning: Evaluating mediators ... Done |
154 | 2024-07-15T03:44:44.231Z | Planning: Planning completed in 0.44 seconds |
155 | 2024-07-15T03:44:44.262Z | Mediators to change: 2 |
156 | 2024-07-15T03:44:44.262Z | Create boot environment: No |
157 | 2024-07-15T03:44:44.265Z | Create backup boot environment: No |
158 | 2024-07-15T03:44:44.341Z | Done |
159 | 2024-07-15T03:44:44.341Z | Done |
160 | 2024-07-15T03:44:44.552Z | Done |
161 | 2024-07-15T03:44:48.163Z | Done |
162 | 2024-07-15T03:44:48.254Z | Done |
163 | 2024-07-15T03:44:48.257Z | Done |
164 | 2024-07-15T03:44:48.399Z | Done |
165 | 2024-07-15T03:44:49.017Z | Planning: Evaluating mediator changes ... Done |
166 | 2024-07-15T03:44:49.019Z | Planning: Merging actions ... Done |
167 | 2024-07-15T03:44:49.210Z | Planning: Checking for conflicting actions ... Done |
168 | 2024-07-15T03:44:49.213Z | Planning: Consolidating action changes ... Done |
169 | 2024-07-15T03:44:49.477Z | Planning: Evaluating mediators ... Done |
170 | 2024-07-15T03:44:49.533Z | Planning: Planning completed in 0.76 seconds |
171 | 2024-07-15T03:44:49.567Z | Packages to change: 1 |
172 | 2024-07-15T03:44:49.567Z | Mediators to change: 1 |
173 | 2024-07-15T03:44:49.571Z | Services to change: 1 |
174 | 2024-07-15T03:44:49.571Z | Create boot environment: No |
175 | 2024-07-15T03:44:49.571Z | Create backup boot environment: Yes |
176 | 2024-07-15T03:44:51.538Z | Actions: 1/6 actions (Updating modified actions) |
177 | 2024-07-15T03:44:51.588Z | Actions: Completed 6 actions in 0.05 seconds. |
178 | 2024-07-15T03:44:51.590Z | Done |
179 | 2024-07-15T03:44:51.590Z | Done |
180 | 2024-07-15T03:44:51.657Z | Done |
181 | 2024-07-15T03:44:55.206Z | Done |
182 | 2024-07-15T03:44:55.292Z | Done |
183 | 2024-07-15T03:44:55.295Z | Done |
184 | 2024-07-15T03:44:55.447Z | Done |
185 | 2024-07-15T03:44:55.889Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
186 | 2024-07-15T03:44:55.889Z | clang system 15 system |
187 | 2024-07-15T03:44:55.889Z | csh system system illumos |
188 | 2024-07-15T03:44:55.889Z | ctags system system illumos |
189 | 2024-07-15T03:44:55.889Z | gcc vendor 12 vendor |
190 | 2024-07-15T03:44:55.889Z | gcc system 10 system |
191 | 2024-07-15T03:44:55.889Z | gcc system 7 system |
192 | 2024-07-15T03:44:55.889Z | go system 1.20 system |
193 | 2024-07-15T03:44:55.889Z | go system 1.19 system |
194 | 2024-07-15T03:44:55.889Z | llvm system 15 system |
195 | 2024-07-15T03:44:55.889Z | llvm system 14 system |
196 | 2024-07-15T03:44:55.889Z | mariadb system 10.6 system |
197 | 2024-07-15T03:44:55.889Z | mta vendor vendor dma |
198 | 2024-07-15T03:44:55.889Z | openjdk system 17 system |
199 | 2024-07-15T03:44:55.889Z | openjdk system 11 system |
200 | 2024-07-15T03:44:55.889Z | openjdk system 1.8 system |
201 | 2024-07-15T03:44:55.889Z | openssl vendor 3 vendor |
202 | 2024-07-15T03:44:55.889Z | perl system 5.36 system |
203 | 2024-07-15T03:44:55.889Z | postgresql system 15 system |
204 | 2024-07-15T03:44:55.890Z | postgresql system 13 system |
205 | 2024-07-15T03:44:55.890Z | python vendor 3 vendor |
206 | 2024-07-15T03:44:55.890Z | python system 2 system |
207 | 2024-07-15T03:44:55.890Z | python3 system 3.11 system |
208 | 2024-07-15T03:44:55.890Z | ruby system 3.0 system |
209 | 2024-07-15T03:44:55.890Z | words vendor vendor american-english |
210 | 2024-07-15T03:44:55.890Z | words system system australian-english |
211 | 2024-07-15T03:44:55.890Z | words system system british-english |
212 | 2024-07-15T03:44:55.890Z | words system system canadian-english |
213 | 2024-07-15T03:44:55.890Z | words system system french |
214 | 2024-07-15T03:44:55.890Z | words system system italian |
215 | 2024-07-15T03:44:55.890Z | words system system ngerman |
216 | 2024-07-15T03:44:55.890Z | words system system ogerman |
217 | 2024-07-15T03:44:55.890Z | words system system spanish |
218 | 2024-07-15T03:44:56.220Z | PUBLISHER TYPE STATUS P LOCATION |
219 | 2024-07-15T03:44:56.220Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
220 | 2024-07-15T03:44:57.788Z | FMRI IFO |
221 | 2024-07-15T03:44:57.788Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
222 | 2024-07-15T03:44:57.788Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
223 | 2024-07-15T03:44:57.789Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
224 | 2024-07-15T03:44:57.789Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
225 | 2024-07-15T03:44:57.789Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
226 | 2024-07-15T03:44:57.789Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
227 | 2024-07-15T03:44:57.789Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
228 | 2024-07-15T03:44:57.789Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
229 | 2024-07-15T03:44:57.789Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
230 | 2024-07-15T03:44:57.789Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
231 | 2024-07-15T03:44:57.789Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
232 | 2024-07-15T03:44:57.789Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
233 | 2024-07-15T03:44:58.309Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
234 | 2024-07-15T03:44:58.602Z | Updating git repository `https://github.com/oxidecomputer/zone` |
235 | 2024-07-15T03:44:58.858Z | Updating crates.io index |
236 | 2024-07-15T03:44:58.961Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
237 | 2024-07-15T03:44:59.730Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
238 | 2024-07-15T03:45:00.503Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
239 | 2024-07-15T03:45:00.738Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
240 | 2024-07-15T03:45:02.913Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
241 | 2024-07-15T03:45:03.540Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
242 | 2024-07-15T03:45:03.836Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
243 | 2024-07-15T03:45:04.844Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
244 | 2024-07-15T03:45:06.987Z | Updating git repository `https://github.com/oxidecomputer/opte` |
245 | 2024-07-15T03:45:07.997Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
246 | 2024-07-15T03:45:08.634Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
247 | 2024-07-15T03:45:09.272Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
248 | 2024-07-15T03:45:09.565Z | Updating git repository `https://github.com/oxidecomputer/sprockets` |
249 | 2024-07-15T03:45:09.869Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
250 | 2024-07-15T03:45:10.126Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
251 | 2024-07-15T03:45:10.443Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
252 | 2024-07-15T03:45:10.694Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
253 | 2024-07-15T03:45:10.905Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
254 | 2024-07-15T03:45:11.175Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
255 | 2024-07-15T03:45:11.433Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
256 | 2024-07-15T03:45:11.746Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
257 | 2024-07-15T03:45:12.097Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
258 | 2024-07-15T03:45:12.366Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
259 | 2024-07-15T03:45:13.025Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
260 | 2024-07-15T03:45:13.304Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
261 | 2024-07-15T03:45:13.611Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
262 | 2024-07-15T03:45:13.995Z | Updating git repository `https://github.com/oxidecomputer/typify` |
263 | 2024-07-15T03:45:15.833Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
264 | 2024-07-15T03:45:16.172Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
265 | 2024-07-15T03:45:16.445Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
266 | 2024-07-15T03:45:16.890Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
267 | 2024-07-15T03:45:17.834Z | Downloading crates ... |
268 | 2024-07-15T03:45:17.945Z | Downloaded is-terminal v0.4.12 |
269 | 2024-07-15T03:45:17.953Z | Downloaded foreign-types v0.3.2 |
270 | 2024-07-15T03:45:17.956Z | Downloaded pin-project-lite v0.2.14 |
271 | 2024-07-15T03:45:17.963Z | Downloaded pkg-config v0.3.30 |
272 | 2024-07-15T03:45:17.966Z | Downloaded powerfmt v0.2.0 |
273 | 2024-07-15T03:45:17.968Z | Downloaded openssl-probe v0.1.5 |
274 | 2024-07-15T03:45:17.968Z | Downloaded proc-macro2 v1.0.86 |
275 | 2024-07-15T03:45:17.971Z | Downloaded proc-macro-error v1.0.4 |
276 | 2024-07-15T03:45:17.974Z | Downloaded byteorder v1.5.0 |
277 | 2024-07-15T03:45:17.978Z | Downloaded tower-service v0.3.2 |
278 | 2024-07-15T03:45:17.981Z | Downloaded scroll_derive v0.12.0 |
279 | 2024-07-15T03:45:17.981Z | Downloaded bytecount v0.6.8 |
280 | 2024-07-15T03:45:17.981Z | Downloaded autocfg v1.3.0 |
281 | 2024-07-15T03:45:17.984Z | Downloaded hyper-tls v0.5.0 |
282 | 2024-07-15T03:45:17.984Z | Downloaded clap_lex v0.7.0 |
283 | 2024-07-15T03:45:17.987Z | Downloaded cargo_metadata v0.18.1 |
284 | 2024-07-15T03:45:17.990Z | Downloaded sync_wrapper v0.1.2 |
285 | 2024-07-15T03:45:17.990Z | Downloaded itoa v1.0.11 |
286 | 2024-07-15T03:45:17.990Z | Downloaded usdt-macro v0.5.0 |
287 | 2024-07-15T03:45:17.992Z | Downloaded tinyvec_macros v0.1.1 |
288 | 2024-07-15T03:45:17.992Z | Downloaded dof v0.3.0 |
289 | 2024-07-15T03:45:17.992Z | Downloaded heck v0.5.0 |
290 | 2024-07-15T03:45:17.995Z | Downloaded dirs-sys-next v0.1.2 |
291 | 2024-07-15T03:45:17.995Z | Downloaded num_cpus v1.16.0 |
292 | 2024-07-15T03:45:17.998Z | Downloaded tokio-macros v2.3.0 |
293 | 2024-07-15T03:45:18.002Z | Downloaded httpdate v1.0.3 |
294 | 2024-07-15T03:45:18.002Z | Downloaded form_urlencoded v1.2.1 |
295 | 2024-07-15T03:45:18.005Z | Downloaded equivalent v1.0.1 |
296 | 2024-07-15T03:45:18.005Z | Downloaded foreign-types-shared v0.1.1 |
297 | 2024-07-15T03:45:18.005Z | Downloaded dtrace-parser v0.2.0 |
298 | 2024-07-15T03:45:18.005Z | Downloaded deranged v0.3.11 |
299 | 2024-07-15T03:45:18.008Z | Downloaded anstyle-query v1.0.3 |
300 | 2024-07-15T03:45:18.008Z | Downloaded cfg-if v1.0.0 |
301 | 2024-07-15T03:45:18.008Z | Downloaded toml_datetime v0.6.6 |
302 | 2024-07-15T03:45:18.011Z | Downloaded tabled_derive v0.7.0 |
303 | 2024-07-15T03:45:18.011Z | Downloaded strsim v0.11.1 |
304 | 2024-07-15T03:45:18.013Z | Downloaded macaddr v1.0.1 |
305 | 2024-07-15T03:45:18.013Z | Downloaded errno v0.3.9 |
306 | 2024-07-15T03:45:18.016Z | Downloaded camino v1.1.7 |
307 | 2024-07-15T03:45:18.019Z | Downloaded slog-json v2.6.1 |
308 | 2024-07-15T03:45:18.019Z | Downloaded usdt v0.5.0 |
309 | 2024-07-15T03:45:18.022Z | Downloaded thiserror-impl v1.0.60 |
310 | 2024-07-15T03:45:18.022Z | Downloaded terminal_size v0.3.0 |
311 | 2024-07-15T03:45:18.025Z | Downloaded num_threads v0.1.7 |
312 | 2024-07-15T03:45:18.025Z | Downloaded num-conv v0.1.0 |
313 | 2024-07-15T03:45:18.025Z | Downloaded is_terminal_polyfill v1.70.0 |
314 | 2024-07-15T03:45:18.027Z | Downloaded serde_tokenstream v0.2.1 |
315 | 2024-07-15T03:45:18.031Z | Downloaded native-tls v0.2.11 |
316 | 2024-07-15T03:45:18.034Z | Downloaded usdt-attr-macro v0.5.0 |
317 | 2024-07-15T03:45:18.034Z | Downloaded time-core v0.1.2 |
318 | 2024-07-15T03:45:18.034Z | Downloaded take_mut v0.2.2 |
319 | 2024-07-15T03:45:18.034Z | Downloaded pest_generator v2.7.10 |
320 | 2024-07-15T03:45:18.037Z | Downloaded percent-encoding v2.3.1 |
321 | 2024-07-15T03:45:18.037Z | Downloaded try-lock v0.2.5 |
322 | 2024-07-15T03:45:18.040Z | Downloaded thread-id v4.2.1 |
323 | 2024-07-15T03:45:18.040Z | Downloaded slab v0.4.9 |
324 | 2024-07-15T03:45:18.040Z | Downloaded match_cfg v0.1.0 |
325 | 2024-07-15T03:45:18.043Z | Downloaded pin-utils v0.1.0 |
326 | 2024-07-15T03:45:18.043Z | Downloaded swrite v0.1.0 |
327 | 2024-07-15T03:45:18.043Z | Downloaded openssl-macros v0.1.1 |
328 | 2024-07-15T03:45:18.046Z | Downloaded strum v0.26.2 |
329 | 2024-07-15T03:45:18.046Z | Downloaded usdt-impl v0.5.0 |
330 | 2024-07-15T03:45:18.048Z | Downloaded strum_macros v0.26.4 |
331 | 2024-07-15T03:45:18.051Z | Downloaded futures-core v0.3.30 |
332 | 2024-07-15T03:45:18.051Z | Downloaded fnv v1.0.7 |
333 | 2024-07-15T03:45:18.051Z | Downloaded crc32fast v1.4.0 |
334 | 2024-07-15T03:45:18.054Z | Downloaded digest v0.10.7 |
335 | 2024-07-15T03:45:18.057Z | Downloaded crypto-common v0.1.6 |
336 | 2024-07-15T03:45:18.057Z | Downloaded version_check v0.9.4 |
337 | 2024-07-15T03:45:18.060Z | Downloaded heck v0.4.1 |
338 | 2024-07-15T03:45:18.061Z | Downloaded generic-array v0.14.7 |
339 | 2024-07-15T03:45:18.063Z | Downloaded futures-task v0.3.30 |
340 | 2024-07-15T03:45:18.063Z | Downloaded fs-err v2.11.0 |
341 | 2024-07-15T03:45:18.063Z | Downloaded time-macros v0.2.18 |
342 | 2024-07-15T03:45:18.066Z | Downloaded hostname v0.3.1 |
343 | 2024-07-15T03:45:18.069Z | Downloaded futures-io v0.3.30 |
344 | 2024-07-15T03:45:18.069Z | Downloaded want v0.3.1 |
345 | 2024-07-15T03:45:18.071Z | Downloaded filetime v0.2.23 |
346 | 2024-07-15T03:45:18.071Z | Downloaded anyhow v1.0.86 |
347 | 2024-07-15T03:45:18.075Z | Downloaded miniz_oxide v0.7.2 |
348 | 2024-07-15T03:45:18.078Z | Downloaded serde_urlencoded v0.7.1 |
349 | 2024-07-15T03:45:18.081Z | Downloaded memmap v0.7.0 |
350 | 2024-07-15T03:45:18.081Z | Downloaded bitflags v2.5.0 |
351 | 2024-07-15T03:45:18.085Z | Downloaded scopeguard v1.2.0 |
352 | 2024-07-15T03:45:18.087Z | Downloaded clap v4.5.4 |
353 | 2024-07-15T03:45:18.095Z | Downloaded ryu v1.0.18 |
354 | 2024-07-15T03:45:18.098Z | Downloaded unicode-bidi v0.3.15 |
355 | 2024-07-15T03:45:18.101Z | Downloaded futures v0.3.30 |
356 | 2024-07-15T03:45:18.106Z | Downloaded smallvec v1.13.2 |
357 | 2024-07-15T03:45:18.109Z | Downloaded thiserror v1.0.60 |
358 | 2024-07-15T03:45:18.113Z | Downloaded slog-async v2.8.0 |
359 | 2024-07-15T03:45:18.117Z | Downloaded tokio-native-tls v0.3.1 |
360 | 2024-07-15T03:45:18.120Z | Downloaded serde_spanned v0.6.6 |
361 | 2024-07-15T03:45:18.120Z | Downloaded utf8parse v0.2.1 |
362 | 2024-07-15T03:45:18.120Z | Downloaded indexmap v2.2.6 |
363 | 2024-07-15T03:45:18.123Z | Downloaded pest_derive v2.7.10 |
364 | 2024-07-15T03:45:18.126Z | Downloaded log v0.4.21 |
365 | 2024-07-15T03:45:18.128Z | Downloaded xattr v1.3.1 |
366 | 2024-07-15T03:45:18.132Z | Downloaded pest_meta v2.7.10 |
367 | 2024-07-15T03:45:18.134Z | Downloaded slog-term v2.9.1 |
368 | 2024-07-15T03:45:18.134Z | Downloaded base64 v0.21.7 |
369 | 2024-07-15T03:45:18.138Z | Downloaded typenum v1.17.0 |
370 | 2024-07-15T03:45:18.143Z | Downloaded memchr v2.7.2 |
371 | 2024-07-15T03:45:18.147Z | Downloaded tracing-core v0.1.32 |
372 | 2024-07-15T03:45:18.149Z | Downloaded zerocopy-derive v0.7.34 |
373 | 2024-07-15T03:45:18.154Z | Downloaded thread_local v1.1.8 |
374 | 2024-07-15T03:45:18.157Z | Downloaded term v0.7.0 |
375 | 2024-07-15T03:45:18.159Z | Downloaded semver v1.0.23 |
376 | 2024-07-15T03:45:18.162Z | Downloaded openssl-sys v0.9.102 |
377 | 2024-07-15T03:45:18.167Z | Downloaded papergrid v0.11.0 |
378 | 2024-07-15T03:45:18.172Z | Downloaded tinyvec v1.6.0 |
379 | 2024-07-15T03:45:18.175Z | Downloaded mio v0.8.11 |
380 | 2024-07-15T03:45:18.181Z | Downloaded unicode-ident v1.0.12 |
381 | 2024-07-15T03:45:18.183Z | Downloaded toml v0.8.14 |
382 | 2024-07-15T03:45:18.187Z | Downloaded socket2 v0.5.7 |
383 | 2024-07-15T03:45:18.190Z | Downloaded slog v2.7.0 |
384 | 2024-07-15T03:45:18.193Z | Downloaded pest v2.7.10 |
385 | 2024-07-15T03:45:18.198Z | Downloaded hashbrown v0.14.5 |
386 | 2024-07-15T03:45:18.203Z | Downloaded ucd-trie v0.1.6 |
387 | 2024-07-15T03:45:18.206Z | Downloaded url v2.5.0 |
388 | 2024-07-15T03:45:18.209Z | Downloaded h2 v0.3.26 |
389 | 2024-07-15T03:45:18.216Z | Downloaded goblin v0.8.2 |
390 | 2024-07-15T03:45:18.223Z | Downloaded futures-util v0.3.30 |
391 | 2024-07-15T03:45:18.236Z | Downloaded unicode-normalization v0.1.23 |
392 | 2024-07-15T03:45:18.239Z | Downloaded tracing v0.1.40 |
393 | 2024-07-15T03:45:18.244Z | Downloaded toml_edit v0.22.14 |
394 | 2024-07-15T03:45:18.267Z | Downloaded openssl v0.10.64 |
395 | 2024-07-15T03:45:18.277Z | Downloaded zerocopy v0.7.34 |
396 | 2024-07-15T03:45:18.293Z | Downloaded winnow v0.6.8 |
397 | 2024-07-15T03:45:18.301Z | Downloaded reqwest v0.11.27 |
398 | 2024-07-15T03:45:18.310Z | Downloaded serde_json v1.0.120 |
399 | 2024-07-15T03:45:18.316Z | Downloaded tokio-util v0.7.11 |
400 | 2024-07-15T03:45:18.322Z | Downloaded vcpkg v0.2.15 |
401 | 2024-07-15T03:45:18.361Z | Downloaded tabled v0.15.0 |
402 | 2024-07-15T03:45:18.377Z | Downloaded syn v2.0.68 |
403 | 2024-07-15T03:45:18.388Z | Downloaded syn v1.0.109 |
404 | 2024-07-15T03:45:18.398Z | Downloaded rustix v0.38.34 |
405 | 2024-07-15T03:45:18.419Z | Downloaded unicode-width v0.1.13 |
406 | 2024-07-15T03:45:18.426Z | Downloaded encoding_rs v0.8.34 |
407 | 2024-07-15T03:45:18.448Z | Downloaded tokio v1.38.0 |
408 | 2024-07-15T03:45:18.479Z | Downloaded libc v0.2.155 |
409 | 2024-07-15T03:45:18.508Z | Downloaded time v0.3.36 |
410 | 2024-07-15T03:45:18.514Z | Downloaded idna v0.5.0 |
411 | 2024-07-15T03:45:18.520Z | Downloaded hyper v0.14.28 |
412 | 2024-07-15T03:45:18.527Z | Downloaded clap_builder v4.5.2 |
413 | 2024-07-15T03:45:18.533Z | Downloaded serde_derive v1.0.204 |
414 | 2024-07-15T03:45:18.535Z | Downloaded serde v1.0.204 |
415 | 2024-07-15T03:45:18.538Z | Downloaded http v0.2.12 |
416 | 2024-07-15T03:45:18.541Z | Downloaded crossbeam-channel v0.5.12 |
417 | 2024-07-15T03:45:18.545Z | Downloaded tar v0.4.40 |
418 | 2024-07-15T03:45:18.548Z | Downloaded flate2 v1.0.30 |
419 | 2024-07-15T03:45:18.552Z | Downloaded cc v1.0.97 |
420 | 2024-07-15T03:45:18.554Z | Downloaded parking_lot_core v0.9.10 |
421 | 2024-07-15T03:45:18.557Z | Downloaded signal-hook-registry v1.4.2 |
422 | 2024-07-15T03:45:18.557Z | Downloaded parking_lot v0.12.2 |
423 | 2024-07-15T03:45:18.560Z | Downloaded ipnet v2.9.0 |
424 | 2024-07-15T03:45:18.563Z | Downloaded httparse v1.8.0 |
425 | 2024-07-15T03:45:18.563Z | Downloaded bytes v1.6.0 |
426 | 2024-07-15T03:45:18.566Z | Downloaded rustversion v1.0.17 |
427 | 2024-07-15T03:45:18.569Z | Downloaded quote v1.0.36 |
428 | 2024-07-15T03:45:18.571Z | Downloaded crossbeam-utils v0.8.19 |
429 | 2024-07-15T03:45:18.574Z | Downloaded cpufeatures v0.2.12 |
430 | 2024-07-15T03:45:18.574Z | Downloaded clap_derive v4.5.4 |
431 | 2024-07-15T03:45:18.577Z | Downloaded cargo_toml v0.20.3 |
432 | 2024-07-15T03:45:18.577Z | Downloaded sha2 v0.10.8 |
433 | 2024-07-15T03:45:18.580Z | Downloaded proc-macro-error-attr v1.0.4 |
434 | 2024-07-15T03:45:18.580Z | Downloaded once_cell v1.19.0 |
435 | 2024-07-15T03:45:18.583Z | Downloaded lock_api v0.4.12 |
436 | 2024-07-15T03:45:18.585Z | Downloaded futures-macro v0.3.30 |
437 | 2024-07-15T03:45:18.585Z | Downloaded futures-channel v0.3.30 |
438 | 2024-07-15T03:45:18.586Z | Downloaded scroll v0.12.0 |
439 | 2024-07-15T03:45:18.588Z | Downloaded plain v0.2.3 |
440 | 2024-07-15T03:45:18.589Z | Downloaded rustls-pemfile v1.0.4 |
441 | 2024-07-15T03:45:18.591Z | Downloaded anstyle v1.0.7 |
442 | 2024-07-15T03:45:18.591Z | Downloaded anstream v0.6.14 |
443 | 2024-07-15T03:45:18.594Z | Downloaded slog-bunyan v2.5.0 |
444 | 2024-07-15T03:45:18.594Z | Downloaded cargo-platform v0.1.8 |
445 | 2024-07-15T03:45:18.597Z | Downloaded adler v1.0.2 |
446 | 2024-07-15T03:45:18.597Z | Downloaded block-buffer v0.10.4 |
447 | 2024-07-15T03:45:18.597Z | Downloaded pretty-hex v0.4.1 |
448 | 2024-07-15T03:45:18.599Z | Downloaded mime v0.3.17 |
449 | 2024-07-15T03:45:18.599Z | Downloaded http-body v0.4.6 |
450 | 2024-07-15T03:45:18.602Z | Downloaded colorchoice v1.0.1 |
451 | 2024-07-15T03:45:18.602Z | Downloaded futures-sink v0.3.30 |
452 | 2024-07-15T03:45:18.602Z | Downloaded futures-executor v0.3.30 |
453 | 2024-07-15T03:45:18.605Z | Downloaded dirs-next v2.0.0 |
454 | 2024-07-15T03:45:18.605Z | Downloaded anstyle-parse v0.2.4 |
455 | 2024-07-15T03:45:18.901Z | Compiling proc-macro2 v1.0.86 |
456 | 2024-07-15T03:45:18.902Z | Compiling unicode-ident v1.0.12 |
457 | 2024-07-15T03:45:18.904Z | Compiling libc v0.2.155 |
458 | 2024-07-15T03:45:18.904Z | Compiling version_check v0.9.4 |
459 | 2024-07-15T03:45:18.904Z | Compiling cfg-if v1.0.0 |
460 | 2024-07-15T03:45:18.904Z | Compiling itoa v1.0.11 |
461 | 2024-07-15T03:45:18.937Z | Compiling once_cell v1.19.0 |
462 | 2024-07-15T03:45:18.941Z | Compiling serde v1.0.204 |
463 | 2024-07-15T03:45:19.142Z | Compiling autocfg v1.3.0 |
464 | 2024-07-15T03:45:19.168Z | Compiling memchr v2.7.2 |
465 | 2024-07-15T03:45:19.193Z | Compiling thiserror v1.0.60 |
466 | 2024-07-15T03:45:19.368Z | Compiling ryu v1.0.18 |
467 | 2024-07-15T03:45:19.678Z | Compiling pin-project-lite v0.2.14 |
468 | 2024-07-15T03:45:19.698Z | Compiling bitflags v2.5.0 |
469 | 2024-07-15T03:45:19.777Z | Compiling cc v1.0.97 |
470 | 2024-07-15T03:45:19.960Z | Compiling lock_api v0.4.12 |
471 | 2024-07-15T03:45:20.015Z | Compiling ucd-trie v0.1.6 |
472 | 2024-07-15T03:45:20.492Z | Compiling parking_lot_core v0.9.10 |
473 | 2024-07-15T03:45:20.564Z | Compiling pkg-config v0.3.30 |
474 | 2024-07-15T03:45:21.692Z | Compiling vcpkg v0.2.15 |
475 | 2024-07-15T03:45:21.987Z | Compiling slab v0.4.9 |
476 | 2024-07-15T03:45:21.990Z | Compiling futures-sink v0.3.30 |
477 | 2024-07-15T03:45:22.048Z | Compiling futures-core v0.3.30 |
478 | 2024-07-15T03:45:22.103Z | Compiling bytes v1.6.0 |
479 | 2024-07-15T03:45:22.246Z | Compiling smallvec v1.13.2 |
480 | 2024-07-15T03:45:22.297Z | Compiling scopeguard v1.2.0 |
481 | 2024-07-15T03:45:22.600Z | Compiling serde_json v1.0.120 |
482 | 2024-07-15T03:45:22.696Z | Compiling hashbrown v0.14.5 |
483 | 2024-07-15T03:45:22.746Z | Compiling log v0.4.21 |
484 | 2024-07-15T03:45:22.857Z | Compiling quote v1.0.36 |
485 | 2024-07-15T03:45:22.926Z | Compiling byteorder v1.5.0 |
486 | 2024-07-15T03:45:23.127Z | Compiling fnv v1.0.7 |
487 | 2024-07-15T03:45:23.271Z | Compiling syn v2.0.68 |
488 | 2024-07-15T03:45:23.403Z | Compiling equivalent v1.0.1 |
489 | 2024-07-15T03:45:23.518Z | Compiling num_cpus v1.16.0 |
490 | 2024-07-15T03:45:23.561Z | Compiling socket2 v0.5.7 |
491 | 2024-07-15T03:45:23.587Z | Compiling signal-hook-registry v1.4.2 |
492 | 2024-07-15T03:45:23.647Z | Compiling mio v0.8.11 |
493 | 2024-07-15T03:45:23.817Z | Compiling parking_lot v0.12.2 |
494 | 2024-07-15T03:45:23.839Z | Compiling openssl-sys v0.9.102 |
495 | 2024-07-15T03:45:24.004Z | Compiling indexmap v2.2.6 |
496 | 2024-07-15T03:45:24.392Z | Compiling futures-channel v0.3.30 |
497 | 2024-07-15T03:45:24.423Z | Compiling rustix v0.38.34 |
498 | 2024-07-15T03:45:24.584Z | Compiling pin-utils v0.1.0 |
499 | 2024-07-15T03:45:24.687Z | Compiling futures-task v0.3.30 |
500 | 2024-07-15T03:45:24.789Z | Compiling futures-io v0.3.30 |
501 | 2024-07-15T03:45:24.813Z | Compiling typenum v1.17.0 |
502 | 2024-07-15T03:45:25.083Z | Compiling errno v0.3.9 |
503 | 2024-07-15T03:45:25.278Z | Compiling generic-array v0.14.7 |
504 | 2024-07-15T03:45:25.303Z | Compiling openssl v0.10.64 |
505 | 2024-07-15T03:45:25.305Z | Compiling slog v2.7.0 |
506 | 2024-07-15T03:45:25.305Z | Compiling foreign-types-shared v0.1.1 |
507 | 2024-07-15T03:45:25.470Z | Compiling foreign-types v0.3.2 |
508 | 2024-07-15T03:45:25.665Z | Compiling http v0.2.12 |
509 | 2024-07-15T03:45:25.703Z | Compiling proc-macro-error-attr v1.0.4 |
510 | 2024-07-15T03:45:25.896Z | Compiling usdt-impl v0.5.0 |
511 | 2024-07-15T03:45:25.972Z | Compiling tracing-core v0.1.32 |
512 | 2024-07-15T03:45:26.207Z | Compiling syn v1.0.109 |
513 | 2024-07-15T03:45:26.422Z | Compiling powerfmt v0.2.0 |
514 | 2024-07-15T03:45:26.806Z | Compiling time-core v0.1.2 |
515 | 2024-07-15T03:45:26.838Z | Compiling num-conv v0.1.0 |
516 | 2024-07-15T03:45:26.980Z | Compiling native-tls v0.2.11 |
517 | 2024-07-15T03:45:27.117Z | Compiling httparse v1.8.0 |
518 | 2024-07-15T03:45:27.257Z | Compiling tinyvec_macros v0.1.1 |
519 | 2024-07-15T03:45:27.331Z | Compiling tinyvec v1.6.0 |
520 | 2024-07-15T03:45:27.353Z | Compiling time-macros v0.2.18 |
521 | 2024-07-15T03:45:27.580Z | Compiling deranged v0.3.11 |
522 | 2024-07-15T03:45:28.070Z | Compiling tracing v0.1.40 |
523 | 2024-07-15T03:45:28.406Z | Compiling thread-id v4.2.1 |
524 | 2024-07-15T03:45:28.610Z | Compiling proc-macro-error v1.0.4 |
525 | 2024-07-15T03:45:28.633Z | Compiling num_threads v0.1.7 |
526 | 2024-07-15T03:45:28.728Z | Compiling try-lock v0.2.5 |
527 | 2024-07-15T03:45:28.764Z | Compiling plain v0.2.3 |
528 | 2024-07-15T03:45:28.861Z | Compiling heck v0.5.0 |
529 | 2024-07-15T03:45:28.886Z | Compiling rustversion v1.0.17 |
530 | 2024-07-15T03:45:28.907Z | Compiling crossbeam-utils v0.8.19 |
531 | 2024-07-15T03:45:29.368Z | Compiling percent-encoding v2.3.1 |
532 | 2024-07-15T03:45:29.371Z | Compiling utf8parse v0.2.1 |
533 | 2024-07-15T03:45:29.436Z | Compiling openssl-probe v0.1.5 |
534 | 2024-07-15T03:45:29.541Z | Compiling anstyle-parse v0.2.4 |
535 | 2024-07-15T03:45:29.565Z | Compiling form_urlencoded v1.2.1 |
536 | 2024-07-15T03:45:29.717Z | Compiling want v0.3.1 |
537 | 2024-07-15T03:45:29.742Z | Compiling unicode-normalization v0.1.23 |
538 | 2024-07-15T03:45:30.020Z | Compiling http-body v0.4.6 |
539 | 2024-07-15T03:45:30.492Z | Compiling time v0.3.36 |
540 | 2024-07-15T03:45:30.515Z | Compiling dirs-sys-next v0.1.2 |
541 | 2024-07-15T03:45:30.615Z | Compiling winnow v0.6.8 |
542 | 2024-07-15T03:45:30.812Z | Compiling anstyle v1.0.7 |
543 | 2024-07-15T03:45:30.866Z | Compiling pretty-hex v0.4.1 |
544 | 2024-07-15T03:45:31.079Z | Compiling crc32fast v1.4.0 |
545 | 2024-07-15T03:45:31.216Z | Compiling httpdate v1.0.3 |
546 | 2024-07-15T03:45:31.274Z | Compiling is_terminal_polyfill v1.70.0 |
547 | 2024-07-15T03:45:31.390Z | Compiling camino v1.1.7 |
548 | 2024-07-15T03:45:31.416Z | Compiling unicode-bidi v0.3.15 |
549 | 2024-07-15T03:45:31.536Z | Compiling colorchoice v1.0.1 |
550 | 2024-07-15T03:45:31.699Z | Compiling semver v1.0.23 |
551 | 2024-07-15T03:45:31.725Z | Compiling anstyle-query v1.0.3 |
552 | 2024-07-15T03:45:31.869Z | Compiling tower-service v0.3.2 |
553 | 2024-07-15T03:45:32.014Z | Compiling anstream v0.6.14 |
554 | 2024-07-15T03:45:32.134Z | Compiling idna v0.5.0 |
555 | 2024-07-15T03:45:32.389Z | Compiling dirs-next v2.0.0 |
556 | 2024-07-15T03:45:33.475Z | Compiling crypto-common v0.1.6 |
557 | 2024-07-15T03:45:33.691Z | Compiling block-buffer v0.10.4 |
558 | 2024-07-15T03:45:33.718Z | Compiling terminal_size v0.3.0 |
559 | 2024-07-15T03:45:33.914Z | Compiling fs-err v2.11.0 |
560 | 2024-07-15T03:45:34.033Z | Compiling thread_local v1.1.8 |
561 | 2024-07-15T03:45:34.152Z | Compiling clap_lex v0.7.0 |
562 | 2024-07-15T03:45:34.187Z | Compiling slog-async v2.8.0 |
563 | 2024-07-15T03:45:34.253Z | Compiling base64 v0.21.7 |
564 | 2024-07-15T03:45:34.388Z | Compiling unicode-width v0.1.13 |
565 | 2024-07-15T03:45:34.461Z | Compiling adler v1.0.2 |
566 | 2024-07-15T03:45:34.606Z | Compiling heck v0.4.1 |
567 | 2024-07-15T03:45:34.630Z | Compiling match_cfg v0.1.0 |
568 | 2024-07-15T03:45:34.680Z | Compiling bytecount v0.6.8 |
569 | 2024-07-15T03:45:34.683Z | Compiling anyhow v1.0.86 |
570 | 2024-07-15T03:45:34.683Z | Compiling strsim v0.11.1 |
571 | 2024-07-15T03:45:34.743Z | Compiling hostname v0.3.1 |
572 | 2024-07-15T03:45:34.901Z | Compiling papergrid v0.11.0 |
573 | 2024-07-15T03:45:34.996Z | Compiling rustls-pemfile v1.0.4 |
574 | 2024-07-15T03:45:35.095Z | Compiling clap_builder v4.5.2 |
575 | 2024-07-15T03:45:35.116Z | Compiling miniz_oxide v0.7.2 |
576 | 2024-07-15T03:45:35.511Z | Compiling digest v0.10.7 |
577 | 2024-07-15T03:45:35.644Z | Compiling crossbeam-channel v0.5.12 |
578 | 2024-07-15T03:45:35.674Z | Compiling url v2.5.0 |
579 | 2024-07-15T03:45:35.939Z | Compiling term v0.7.0 |
580 | 2024-07-15T03:45:36.213Z | Compiling serde_derive v1.0.204 |
581 | 2024-07-15T03:45:36.683Z | Compiling thiserror-impl v1.0.60 |
582 | 2024-07-15T03:45:36.716Z | Compiling zerocopy-derive v0.7.34 |
583 | 2024-07-15T03:45:36.788Z | Compiling futures-macro v0.3.30 |
584 | 2024-07-15T03:45:37.607Z | Compiling tokio-macros v2.3.0 |
585 | 2024-07-15T03:45:37.640Z | Compiling openssl-macros v0.1.1 |
586 | 2024-07-15T03:45:38.389Z | Compiling scroll_derive v0.12.0 |
587 | 2024-07-15T03:45:38.932Z | Compiling futures-util v0.3.30 |
588 | 2024-07-15T03:45:39.023Z | Compiling zerocopy v0.7.34 |
589 | 2024-07-15T03:45:39.361Z | Compiling tokio v1.38.0 |
590 | 2024-07-15T03:45:39.858Z | Compiling scroll v0.12.0 |
591 | 2024-07-15T03:45:40.282Z | Compiling pest v2.7.10 |
592 | 2024-07-15T03:45:40.465Z | Compiling goblin v0.8.2 |
593 | 2024-07-15T03:45:40.684Z | Compiling tabled_derive v0.7.0 |
594 | 2024-07-15T03:45:43.272Z | Compiling pest_meta v2.7.10 |
595 | 2024-07-15T03:45:43.373Z | Compiling clap_derive v4.5.4 |
596 | 2024-07-15T03:45:45.002Z | Compiling pest_generator v2.7.10 |
597 | 2024-07-15T03:45:47.086Z | Compiling futures-executor v0.3.30 |
598 | 2024-07-15T03:45:47.720Z | Compiling tokio-util v0.7.11 |
599 | 2024-07-15T03:45:48.054Z | Compiling tokio-native-tls v0.3.1 |
600 | 2024-07-15T03:45:48.307Z | Compiling strum_macros v0.26.4 |
601 | 2024-07-15T03:45:48.770Z | Compiling pest_derive v2.7.10 |
602 | 2024-07-15T03:45:48.865Z | Compiling h2 v0.3.26 |
603 | 2024-07-15T03:45:49.084Z | Compiling xattr v1.3.1 |
604 | 2024-07-15T03:45:49.373Z | Compiling filetime v0.2.23 |
605 | 2024-07-15T03:45:49.564Z | Compiling dtrace-parser v0.2.0 |
606 | 2024-07-15T03:45:49.731Z | Compiling memmap v0.7.0 |
607 | 2024-07-15T03:45:50.089Z | Compiling is-terminal v0.4.12 |
608 | 2024-07-15T03:45:50.225Z | Compiling encoding_rs v0.8.34 |
609 | 2024-07-15T03:45:51.118Z | Compiling mime v0.3.17 |
610 | 2024-07-15T03:45:51.752Z | Compiling toml_datetime v0.6.6 |
611 | 2024-07-15T03:45:52.218Z | Compiling serde_tokenstream v0.2.1 |
612 | 2024-07-15T03:45:52.287Z | Compiling serde_spanned v0.6.6 |
613 | 2024-07-15T03:45:52.505Z | Compiling toml_edit v0.22.14 |
614 | 2024-07-15T03:45:53.767Z | Compiling dof v0.3.0 |
615 | 2024-07-15T03:45:54.668Z | Compiling hyper v0.14.28 |
616 | 2024-07-15T03:45:54.843Z | Compiling slog-json v2.6.1 |
617 | 2024-07-15T03:45:55.231Z | Compiling cargo-platform v0.1.8 |
618 | 2024-07-15T03:45:55.655Z | Compiling toml v0.8.14 |
619 | 2024-07-15T03:45:55.878Z | Compiling serde_urlencoded v0.7.1 |
620 | 2024-07-15T03:45:56.213Z | Compiling ipnet v2.9.0 |
621 | 2024-07-15T03:45:56.392Z | Compiling usdt-attr-macro v0.5.0 |
622 | 2024-07-15T03:45:56.415Z | Compiling usdt-macro v0.5.0 |
623 | 2024-07-15T03:45:56.415Z | Compiling take_mut v0.2.2 |
624 | 2024-07-15T03:45:56.459Z | Compiling cpufeatures v0.2.12 |
625 | 2024-07-15T03:45:56.569Z | Compiling sync_wrapper v0.1.2 |
626 | 2024-07-15T03:45:56.714Z | Compiling sha2 v0.10.8 |
627 | 2024-07-15T03:45:57.477Z | Compiling cargo_toml v0.20.3 |
628 | 2024-07-15T03:45:57.480Z | Compiling cargo_metadata v0.18.1 |
629 | 2024-07-15T03:45:57.737Z | Compiling slog-bunyan v2.5.0 |
630 | 2024-07-15T03:45:57.834Z | Compiling strum v0.26.2 |
631 | 2024-07-15T03:45:57.865Z | Compiling usdt v0.5.0 |
632 | 2024-07-15T03:45:57.937Z | Compiling macaddr v1.0.1 |
633 | 2024-07-15T03:45:58.014Z | Compiling slog-term v2.9.1 |
634 | 2024-07-15T03:45:58.344Z | Compiling tar v0.4.40 |
635 | 2024-07-15T03:45:58.390Z | Compiling flate2 v1.0.30 |
636 | 2024-07-15T03:45:59.302Z | Compiling hyper-tls v0.5.0 |
637 | 2024-07-15T03:45:59.379Z | Compiling clap v4.5.4 |
638 | 2024-07-15T03:45:59.504Z | Compiling futures v0.3.30 |
639 | 2024-07-15T03:45:59.625Z | Compiling reqwest v0.11.27 |
640 | 2024-07-15T03:45:59.649Z | Compiling tabled v0.15.0 |
641 | 2024-07-15T03:46:00.768Z | Compiling swrite v0.1.0 |
642 | 2024-07-15T03:46:05.278Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
643 | 2024-07-15T03:46:12.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
644 | 2024-07-15T03:46:12.862Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
645 | 2024-07-15T03:46:12.927Z | Jul 15 03:46:12.295 INFO Starting download, target: Clickhouse |
646 | 2024-07-15T03:46:12.927Z | Jul 15 03:46:12.296 INFO Starting download, target: Cockroach |
647 | 2024-07-15T03:46:12.928Z | Jul 15 03:46:12.296 INFO Starting download, target: Console |
648 | 2024-07-15T03:46:12.936Z | Jul 15 03:46:12.296 INFO Starting download, target: DendriteOpenapi |
649 | 2024-07-15T03:46:12.936Z | Jul 15 03:46:12.296 INFO Starting download, target: DendriteStub |
650 | 2024-07-15T03:46:12.936Z | Jul 15 03:46:12.296 INFO Starting download, target: MaghemiteMgd |
651 | 2024-07-15T03:46:12.936Z | Jul 15 03:46:12.296 INFO Starting download, target: TransceiverControl |
652 | 2024-07-15T03:46:12.936Z | Jul 15 03:46:12.297 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
653 | 2024-07-15T03:46:12.936Z | Jul 15 03:46:12.297 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi |
654 | 2024-07-15T03:46:12.936Z | Jul 15 03:46:12.297 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
655 | 2024-07-15T03:46:12.936Z | Jul 15 03:46:12.297 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
656 | 2024-07-15T03:46:12.936Z | Jul 15 03:46:12.297 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
657 | 2024-07-15T03:46:12.936Z | Jul 15 03:46:12.297 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
658 | 2024-07-15T03:46:12.936Z | Jul 15 03:46:12.297 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
659 | 2024-07-15T03:46:13.302Z | Jul 15 03:46:12.673 INFO Download complete, target: DendriteOpenapi |
660 | 2024-07-15T03:46:13.574Z | Jul 15 03:46:12.926 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
661 | 2024-07-15T03:46:13.675Z | Jul 15 03:46:13.046 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
662 | 2024-07-15T03:46:13.900Z | Jul 15 03:46:13.271 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
663 | 2024-07-15T03:46:13.972Z | Jul 15 03:46:13.344 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
664 | 2024-07-15T03:46:14.119Z | Jul 15 03:46:13.491 INFO Download complete, target: Console |
665 | 2024-07-15T03:46:14.368Z | Jul 15 03:46:13.739 INFO Download complete, target: TransceiverControl |
666 | 2024-07-15T03:46:14.804Z | Jul 15 03:46:14.176 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
667 | 2024-07-15T03:46:17.010Z | Jul 15 03:46:16.382 INFO Download complete, target: DendriteStub |
668 | 2024-07-15T03:46:17.256Z | Jul 15 03:46:16.628 INFO Download complete, target: MaghemiteMgd |
669 | 2024-07-15T03:46:17.732Z | Jul 15 03:46:17.103 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
670 | 2024-07-15T03:46:17.732Z | Jul 15 03:46:17.104 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
671 | 2024-07-15T03:46:26.211Z | Jul 15 03:46:25.580 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
672 | 2024-07-15T03:46:26.565Z | Jul 15 03:46:25.935 INFO Checking that binary works, target: Cockroach |
673 | 2024-07-15T03:46:26.849Z | Jul 15 03:46:26.219 INFO Download complete, target: Cockroach |
674 | 2024-07-15T03:46:29.692Z | Jul 15 03:46:29.061 INFO Checking that binary works, target: Clickhouse |
675 | 2024-07-15T03:46:30.213Z | Jul 15 03:46:29.582 INFO Download complete, target: Clickhouse |
676 | 2024-07-15T03:46:30.220Z | All prerequisites installed successfully |
677 | 2024-07-15T03:46:30.223Z | |
678 | 2024-07-15T03:46:30.223Z | real 2:54.434784395 |
679 | 2024-07-15T03:46:30.223Z | user 5:50.451760650 |
680 | 2024-07-15T03:46:30.223Z | sys 1:19.236847965 |
681 | 2024-07-15T03:46:30.223Z | trap 0.209088637 |
682 | 2024-07-15T03:46:30.223Z | tflt 4.731714433 |
683 | 2024-07-15T03:46:30.223Z | dflt 6.974049542 |
684 | 2024-07-15T03:46:30.223Z | kflt 0.292068894 |
685 | 2024-07-15T03:46:30.223Z | lock 13:23.232773202 |
686 | 2024-07-15T03:46:30.223Z | slp 18:19.790258371 |
687 | 2024-07-15T03:46:30.223Z | lat 18.246738746 |
688 | 2024-07-15T03:46:30.223Z | stop 1:04.811312528 |
689 | 2024-07-15T03:46:30.223Z | + ptime -m cargo xtask download softnpu |
690 | 2024-07-15T03:46:30.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
691 | 2024-07-15T03:46:30.801Z | Running `target/debug/xtask download softnpu` |
692 | 2024-07-15T03:46:30.827Z | Jul 15 03:46:30.195 INFO Starting download, target: Softnpu |
693 | 2024-07-15T03:46:30.829Z | Jul 15 03:46:30.195 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
694 | 2024-07-15T03:46:31.455Z | Jul 15 03:46:30.824 INFO Download complete, target: Softnpu |
695 | 2024-07-15T03:46:31.458Z | |
696 | 2024-07-15T03:46:31.461Z | real 1.231282729 |
697 | 2024-07-15T03:46:31.461Z | user 0.624734683 |
698 | 2024-07-15T03:46:31.461Z | sys 0.295665305 |
699 | 2024-07-15T03:46:31.461Z | trap 0.000278480 |
700 | 2024-07-15T03:46:31.461Z | tflt 0.000022884 |
701 | 2024-07-15T03:46:31.461Z | dflt 0.000148647 |
702 | 2024-07-15T03:46:31.461Z | kflt 0.000000000 |
703 | 2024-07-15T03:46:31.461Z | lock 6.433541444 |
704 | 2024-07-15T03:46:31.461Z | slp 0.540439709 |
705 | 2024-07-15T03:46:31.461Z | lat 0.067073109 |
706 | 2024-07-15T03:46:31.461Z | stop 0.000266968 |
707 | 2024-07-15T03:46:31.461Z | + export CARGO_INCREMENTAL=0 |
708 | 2024-07-15T03:46:31.461Z | + CARGO_INCREMENTAL=0 |
709 | 2024-07-15T03:46:31.462Z | + 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-15T03:46:32.009Z | Downloading crates ... |
711 | 2024-07-15T03:46:32.178Z | Downloaded aead v0.5.2 |
712 | 2024-07-15T03:46:32.183Z | Downloaded addr2line v0.21.0 |
713 | 2024-07-15T03:46:32.191Z | Downloaded argon2 v0.5.3 |
714 | 2024-07-15T03:46:32.193Z | Downloaded ciborium-io v0.2.2 |
715 | 2024-07-15T03:46:32.196Z | Downloaded cfg_aliases v0.1.1 |
716 | 2024-07-15T03:46:32.204Z | Downloaded crucible-workspace-hack v0.1.0 |
717 | 2024-07-15T03:46:32.206Z | Downloaded bitstruct v0.1.1 |
718 | 2024-07-15T03:46:32.206Z | Downloaded normalize-line-endings v0.3.0 |
719 | 2024-07-15T03:46:32.209Z | Downloaded atomicwrites v0.4.3 |
720 | 2024-07-15T03:46:32.209Z | Downloaded new_debug_unreachable v1.0.6 |
721 | 2024-07-15T03:46:32.215Z | Downloaded memoffset v0.9.1 |
722 | 2024-07-15T03:46:32.218Z | Downloaded atty v0.2.14 |
723 | 2024-07-15T03:46:32.221Z | Downloaded crunchy v0.2.2 |
724 | 2024-07-15T03:46:32.221Z | Downloaded bitstruct_derive v0.1.0 |
725 | 2024-07-15T03:46:32.224Z | Downloaded async-stream-impl v0.3.5 |
726 | 2024-07-15T03:46:32.227Z | Downloaded newtype_derive v0.1.6 |
727 | 2024-07-15T03:46:32.229Z | Downloaded castaway v0.2.2 |
728 | 2024-07-15T03:46:32.232Z | Downloaded path-slash v0.1.5 |
729 | 2024-07-15T03:46:32.234Z | Downloaded parse-size v1.0.0 |
730 | 2024-07-15T03:46:32.234Z | Downloaded portpicker v0.1.1 |
731 | 2024-07-15T03:46:32.237Z | Downloaded newline-converter v0.3.0 |
732 | 2024-07-15T03:46:32.237Z | Downloaded pretty-hex v0.2.1 |
733 | 2024-07-15T03:46:32.240Z | Downloaded crc v3.2.1 |
734 | 2024-07-15T03:46:32.244Z | Downloaded peg-runtime v0.8.3 |
735 | 2024-07-15T03:46:32.244Z | Downloaded bit-vec v0.6.3 |
736 | 2024-07-15T03:46:32.244Z | Downloaded num_enum_derive v0.5.11 |
737 | 2024-07-15T03:46:32.246Z | Downloaded bb8 v0.8.5 |
738 | 2024-07-15T03:46:32.246Z | Downloaded num-integer v0.1.46 |
739 | 2024-07-15T03:46:32.249Z | Downloaded num-derive v0.4.2 |
740 | 2024-07-15T03:46:32.252Z | Downloaded num v0.4.3 |
741 | 2024-07-15T03:46:32.252Z | Downloaded num_enum v0.5.11 |
742 | 2024-07-15T03:46:32.256Z | Downloaded defmt-parser v0.3.4 |
743 | 2024-07-15T03:46:32.258Z | Downloaded precomputed-hash v0.1.1 |
744 | 2024-07-15T03:46:32.258Z | Downloaded opaque-debug v0.3.1 |
745 | 2024-07-15T03:46:32.264Z | Downloaded memmap2 v0.9.4 |
746 | 2024-07-15T03:46:32.264Z | Downloaded cipher v0.4.4 |
747 | 2024-07-15T03:46:32.269Z | Downloaded data-encoding v2.6.0 |
748 | 2024-07-15T03:46:32.269Z | Downloaded allocator-api2 v0.2.18 |
749 | 2024-07-15T03:46:32.269Z | Downloaded r2d2 v0.8.10 |
750 | 2024-07-15T03:46:32.271Z | Downloaded peg v0.8.3 |
751 | 2024-07-15T03:46:32.272Z | Downloaded cstr-argument v0.1.2 |
752 | 2024-07-15T03:46:32.274Z | Downloaded ppv-lite86 v0.2.17 |
753 | 2024-07-15T03:46:32.274Z | Downloaded proc-macro-crate v1.3.1 |
754 | 2024-07-15T03:46:32.277Z | Downloaded number_prefix v0.4.0 |
755 | 2024-07-15T03:46:32.277Z | Downloaded phf v0.11.2 |
756 | 2024-07-15T03:46:32.280Z | Downloaded colored v2.1.0 |
757 | 2024-07-15T03:46:32.283Z | Downloaded bitfield v0.14.0 |
758 | 2024-07-15T03:46:32.283Z | Downloaded array-init v0.0.4 |
759 | 2024-07-15T03:46:32.283Z | Downloaded derive_builder_macro v0.20.0 |
760 | 2024-07-15T03:46:32.286Z | Downloaded parse-display v0.9.1 |
761 | 2024-07-15T03:46:32.286Z | Downloaded phf_shared v0.10.0 |
762 | 2024-07-15T03:46:32.288Z | Downloaded csv-core v0.1.11 |
763 | 2024-07-15T03:46:32.288Z | Downloaded async-trait v0.1.81 |
764 | 2024-07-15T03:46:32.292Z | Downloaded packed_struct v0.10.1 |
765 | 2024-07-15T03:46:32.295Z | Downloaded nibble_vec v0.1.0 |
766 | 2024-07-15T03:46:32.295Z | Downloaded bitflags v1.3.2 |
767 | 2024-07-15T03:46:32.297Z | Downloaded arrayref v0.3.7 |
768 | 2024-07-15T03:46:32.300Z | Downloaded atomic-waker v1.1.2 |
769 | 2024-07-15T03:46:32.300Z | Downloaded rand_seeder v0.2.3 |
770 | 2024-07-15T03:46:32.304Z | Downloaded quick-error v1.2.3 |
771 | 2024-07-15T03:46:32.304Z | Downloaded num-rational v0.4.2 |
772 | 2024-07-15T03:46:32.307Z | Downloaded nu-ansi-term v0.50.0 |
773 | 2024-07-15T03:46:32.307Z | Downloaded const_format_proc_macros v0.2.32 |
774 | 2024-07-15T03:46:32.309Z | Downloaded derive_more v0.99.18 |
775 | 2024-07-15T03:46:32.314Z | Downloaded ref-cast-impl v1.0.23 |
776 | 2024-07-15T03:46:32.317Z | Downloaded paste v1.0.15 |
777 | 2024-07-15T03:46:32.319Z | Downloaded derive_builder_core v0.20.0 |
778 | 2024-07-15T03:46:32.322Z | Downloaded ident_case v1.0.1 |
779 | 2024-07-15T03:46:32.322Z | Downloaded radium v0.7.0 |
780 | 2024-07-15T03:46:32.324Z | Downloaded predicates-tree v1.0.9 |
781 | 2024-07-15T03:46:32.324Z | Downloaded zone_cfg_derive v0.1.2 |
782 | 2024-07-15T03:46:32.327Z | Downloaded predicates v3.1.0 |
783 | 2024-07-15T03:46:32.330Z | Downloaded phf_shared v0.11.2 |
784 | 2024-07-15T03:46:32.330Z | Downloaded postgres-protocol v0.6.6 |
785 | 2024-07-15T03:46:32.332Z | Downloaded cexpr v0.6.0 |
786 | 2024-07-15T03:46:32.335Z | Downloaded constant_time_eq v0.3.0 |
787 | 2024-07-15T03:46:32.335Z | Downloaded poly1305 v0.8.0 |
788 | 2024-07-15T03:46:32.338Z | Downloaded toolchain_find v0.4.0 |
789 | 2024-07-15T03:46:32.341Z | Downloaded instant v0.1.12 |
790 | 2024-07-15T03:46:32.341Z | Downloaded hash32 v0.3.1 |
791 | 2024-07-15T03:46:32.343Z | Downloaded debug-ignore v1.0.5 |
792 | 2024-07-15T03:46:32.343Z | Downloaded multer v3.1.0 |
793 | 2024-07-15T03:46:32.346Z | Downloaded corncobs v0.1.3 |
794 | 2024-07-15T03:46:32.349Z | Downloaded tls_codec_derive v0.4.1 |
795 | 2024-07-15T03:46:32.349Z | Downloaded ciborium-ll v0.2.2 |
796 | 2024-07-15T03:46:32.351Z | Downloaded rand_core v0.6.4 |
797 | 2024-07-15T03:46:32.354Z | Downloaded ref-cast v1.0.23 |
798 | 2024-07-15T03:46:32.357Z | Downloaded parking_lot v0.11.2 |
799 | 2024-07-15T03:46:32.357Z | Downloaded console v0.15.8 |
800 | 2024-07-15T03:46:32.360Z | Downloaded const-oid v0.9.6 |
801 | 2024-07-15T03:46:32.363Z | Downloaded signal-hook-tokio v0.3.1 |
802 | 2024-07-15T03:46:32.365Z | Downloaded owo-colors v4.0.0 |
803 | 2024-07-15T03:46:32.368Z | Downloaded wait-timeout v0.2.0 |
804 | 2024-07-15T03:46:32.368Z | Downloaded termtree v0.4.1 |
805 | 2024-07-15T03:46:32.371Z | Downloaded sqlparser_derive v0.2.2 |
806 | 2024-07-15T03:46:32.371Z | Downloaded parse-display-derive v0.9.1 |
807 | 2024-07-15T03:46:32.374Z | Downloaded stability v0.2.0 |
808 | 2024-07-15T03:46:32.374Z | Downloaded crossbeam-epoch v0.9.18 |
809 | 2024-07-15T03:46:32.376Z | Downloaded unicode-linebreak v0.1.5 |
810 | 2024-07-15T03:46:32.379Z | Downloaded hex v0.4.3 |
811 | 2024-07-15T03:46:32.379Z | Downloaded arc-swap v1.7.1 |
812 | 2024-07-15T03:46:32.382Z | Downloaded omicron-zone-package v0.11.0 |
813 | 2024-07-15T03:46:32.385Z | Downloaded waitgroup v0.1.2 |
814 | 2024-07-15T03:46:32.388Z | Downloaded fixedbitset v0.4.2 |
815 | 2024-07-15T03:46:32.388Z | Downloaded fallible-iterator v0.2.0 |
816 | 2024-07-15T03:46:32.391Z | Downloaded dyn-clone v1.0.17 |
817 | 2024-07-15T03:46:32.391Z | Downloaded heck v0.3.3 |
818 | 2024-07-15T03:46:32.394Z | Downloaded cookie v0.17.0 |
819 | 2024-07-15T03:46:32.397Z | Downloaded hubpack_derive v0.1.1 |
820 | 2024-07-15T03:46:32.397Z | Downloaded postgres-types v0.2.6 |
821 | 2024-07-15T03:46:32.399Z | Downloaded peg-macros v0.8.3 |
822 | 2024-07-15T03:46:32.402Z | Downloaded linked-hash-map v0.5.6 |
823 | 2024-07-15T03:46:32.404Z | Downloaded schemars_derive v0.8.21 |
824 | 2024-07-15T03:46:32.404Z | Downloaded serde_repr v0.1.19 |
825 | 2024-07-15T03:46:32.407Z | Downloaded mockall_derive v0.12.1 |
826 | 2024-07-15T03:46:32.410Z | Downloaded spin v0.5.2 |
827 | 2024-07-15T03:46:32.410Z | Downloaded serde_plain v1.0.2 |
828 | 2024-07-15T03:46:32.413Z | Downloaded rustc-hash v1.1.0 |
829 | 2024-07-15T03:46:32.413Z | Downloaded rtoolbox v0.0.2 |
830 | 2024-07-15T03:46:32.416Z | Downloaded signal-hook-mio v0.2.3 |
831 | 2024-07-15T03:46:32.416Z | Downloaded resolv-conf v0.7.0 |
832 | 2024-07-15T03:46:32.418Z | Downloaded base64 v0.22.1 |
833 | 2024-07-15T03:46:32.421Z | Downloaded signature v1.6.4 |
834 | 2024-07-15T03:46:32.423Z | Downloaded thiserror-no-std v2.0.2 |
835 | 2024-07-15T03:46:32.426Z | Downloaded base64 v0.13.1 |
836 | 2024-07-15T03:46:32.429Z | Downloaded oso v0.27.3 |
837 | 2024-07-15T03:46:32.433Z | Downloaded untrusted v0.7.1 |
838 | 2024-07-15T03:46:32.435Z | Downloaded is_ci v1.2.0 |
839 | 2024-07-15T03:46:32.438Z | Downloaded termios v0.3.3 |
840 | 2024-07-15T03:46:32.438Z | Downloaded unicode-xid v0.2.4 |
841 | 2024-07-15T03:46:32.440Z | Downloaded postcard v1.0.8 |
842 | 2024-07-15T03:46:32.443Z | Downloaded group v0.13.0 |
843 | 2024-07-15T03:46:32.446Z | Downloaded unicode-truncate v1.0.0 |
844 | 2024-07-15T03:46:32.446Z | Downloaded pin-project v1.1.5 |
845 | 2024-07-15T03:46:32.456Z | Downloaded fxhash v0.2.1 |
846 | 2024-07-15T03:46:32.459Z | Downloaded serde-big-array v0.5.1 |
847 | 2024-07-15T03:46:32.461Z | Downloaded lalrpop-util v0.19.12 |
848 | 2024-07-15T03:46:32.461Z | Downloaded chacha20poly1305 v0.10.1 |
849 | 2024-07-15T03:46:32.464Z | Downloaded libefi-sys v0.1.0 |
850 | 2024-07-15T03:46:32.464Z | Downloaded lazycell v1.3.0 |
851 | 2024-07-15T03:46:32.467Z | Downloaded hubpack v0.1.2 |
852 | 2024-07-15T03:46:32.467Z | Downloaded hostname v0.4.0 |
853 | 2024-07-15T03:46:32.469Z | Downloaded crypto-bigint v0.5.5 |
854 | 2024-07-15T03:46:32.473Z | Downloaded clang-sys v1.7.0 |
855 | 2024-07-15T03:46:32.476Z | Downloaded endian-type v0.1.2 |
856 | 2024-07-15T03:46:32.479Z | Downloaded slog-stdlog v4.1.1 |
857 | 2024-07-15T03:46:32.479Z | Downloaded serde_path_to_error v0.1.16 |
858 | 2024-07-15T03:46:32.481Z | Downloaded rusty-fork v0.3.0 |
859 | 2024-07-15T03:46:32.482Z | Downloaded slog-scope v4.4.0 |
860 | 2024-07-15T03:46:32.484Z | Downloaded universal-hash v0.5.1 |
861 | 2024-07-15T03:46:32.484Z | Downloaded stable_deref_trait v1.2.0 |
862 | 2024-07-15T03:46:32.487Z | Downloaded sqlformat v0.2.3 |
863 | 2024-07-15T03:46:32.487Z | Downloaded spki v0.7.3 |
864 | 2024-07-15T03:46:32.489Z | Downloaded uzers v0.11.3 |
865 | 2024-07-15T03:46:32.492Z | Downloaded untrusted v0.9.0 |
866 | 2024-07-15T03:46:32.495Z | Downloaded foreign-types-macros v0.2.3 |
867 | 2024-07-15T03:46:32.495Z | Downloaded hash32 v0.2.1 |
868 | 2024-07-15T03:46:32.495Z | Downloaded walkdir v2.5.0 |
869 | 2024-07-15T03:46:32.498Z | Downloaded vte_generate_state_changes v0.1.1 |
870 | 2024-07-15T03:46:32.498Z | Downloaded home v0.5.9 |
871 | 2024-07-15T03:46:32.500Z | Downloaded fragile v2.0.0 |
872 | 2024-07-15T03:46:32.501Z | Downloaded env_logger v0.10.2 |
873 | 2024-07-15T03:46:32.503Z | Downloaded serde_arrays v0.1.0 |
874 | 2024-07-15T03:46:32.506Z | Downloaded textwrap v0.16.1 |
875 | 2024-07-15T03:46:32.515Z | Downloaded same-file v1.0.6 |
876 | 2024-07-15T03:46:32.517Z | Downloaded display-error-chain v0.2.0 |
877 | 2024-07-15T03:46:32.520Z | Downloaded tiny-keccak v2.0.2 |
878 | 2024-07-15T03:46:32.523Z | Downloaded string_cache v0.8.7 |
879 | 2024-07-15T03:46:32.523Z | Downloaded stringprep v0.1.4 |
880 | 2024-07-15T03:46:32.525Z | Downloaded libloading v0.8.3 |
881 | 2024-07-15T03:46:32.528Z | Downloaded minimal-lexical v0.2.1 |
882 | 2024-07-15T03:46:32.531Z | Downloaded tap v1.0.1 |
883 | 2024-07-15T03:46:32.533Z | Downloaded rcgen v0.12.1 |
884 | 2024-07-15T03:46:32.536Z | Downloaded rand v0.8.5 |
885 | 2024-07-15T03:46:32.539Z | Downloaded foreign-types v0.5.0 |
886 | 2024-07-15T03:46:32.539Z | Downloaded tls_codec v0.4.1 |
887 | 2024-07-15T03:46:32.541Z | Downloaded glob v0.3.1 |
888 | 2024-07-15T03:46:32.544Z | Downloaded tokio-tungstenite v0.21.0 |
889 | 2024-07-15T03:46:32.544Z | Downloaded indent_write v2.2.0 |
890 | 2024-07-15T03:46:32.547Z | Downloaded zeroize_derive v1.4.2 |
891 | 2024-07-15T03:46:32.547Z | Downloaded shlex v1.3.0 |
892 | 2024-07-15T03:46:32.549Z | Downloaded serde_derive_internals v0.29.1 |
893 | 2024-07-15T03:46:32.549Z | Downloaded zeroize v1.7.0 |
894 | 2024-07-15T03:46:32.552Z | Downloaded env_logger v0.9.3 |
895 | 2024-07-15T03:46:32.555Z | Downloaded tracing-attributes v0.1.27 |
896 | 2024-07-15T03:46:32.557Z | Downloaded matches v0.1.10 |
897 | 2024-07-15T03:46:32.557Z | Downloaded vsss-rs v3.3.4 |
898 | 2024-07-15T03:46:32.560Z | Downloaded serde-big-array v0.4.1 |
899 | 2024-07-15T03:46:32.560Z | Downloaded unarray v0.1.4 |
900 | 2024-07-15T03:46:32.563Z | Downloaded tui-tree-widget v0.21.0 |
901 | 2024-07-15T03:46:32.563Z | Downloaded gethostname v0.4.3 |
902 | 2024-07-15T03:46:32.566Z | Downloaded test-strategy v0.3.1 |
903 | 2024-07-15T03:46:32.568Z | Downloaded diff v0.1.13 |
904 | 2024-07-15T03:46:32.571Z | Downloaded which v4.4.2 |
905 | 2024-07-15T03:46:32.574Z | Downloaded der v0.7.9 |
906 | 2024-07-15T03:46:32.576Z | Downloaded num-bigint v0.4.5 |
907 | 2024-07-15T03:46:32.581Z | Downloaded secrecy v0.8.0 |
908 | 2024-07-15T03:46:32.584Z | Downloaded downcast v0.11.0 |
909 | 2024-07-15T03:46:32.584Z | Downloaded signal-hook v0.3.17 |
910 | 2024-07-15T03:46:32.587Z | Downloaded lru-cache v0.1.2 |
911 | 2024-07-15T03:46:32.589Z | Downloaded tempfile v3.10.1 |
912 | 2024-07-15T03:46:32.592Z | Downloaded serde_with_macros v3.8.3 |
913 | 2024-07-15T03:46:32.595Z | Downloaded tungstenite v0.21.0 |
914 | 2024-07-15T03:46:32.597Z | Downloaded headers-core v0.2.0 |
915 | 2024-07-15T03:46:32.597Z | Downloaded lru v0.12.3 |
916 | 2024-07-15T03:46:32.600Z | Downloaded managed v0.8.0 |
917 | 2024-07-15T03:46:32.600Z | Downloaded ena v0.14.3 |
918 | 2024-07-15T03:46:32.602Z | Downloaded socket2 v0.4.10 |
919 | 2024-07-15T03:46:32.602Z | Downloaded getopts v0.2.21 |
920 | 2024-07-15T03:46:32.605Z | Downloaded impl-trait-for-tuples v0.2.2 |
921 | 2024-07-15T03:46:32.608Z | Downloaded either v1.12.0 |
922 | 2024-07-15T03:46:32.608Z | Downloaded ed25519 v1.5.3 |
923 | 2024-07-15T03:46:32.611Z | Downloaded structmeta-derive v0.2.0 |
924 | 2024-07-15T03:46:32.611Z | Downloaded ipnetwork v0.20.0 |
925 | 2024-07-15T03:46:32.613Z | Downloaded structmeta v0.2.0 |
926 | 2024-07-15T03:46:32.613Z | Downloaded strip-ansi-escapes v0.2.0 |
927 | 2024-07-15T03:46:32.616Z | Downloaded static_assertions v1.1.0 |
928 | 2024-07-15T03:46:32.616Z | Downloaded sct v0.7.1 |
929 | 2024-07-15T03:46:32.619Z | Downloaded globset v0.4.14 |
930 | 2024-07-15T03:46:32.622Z | Downloaded uuid v1.9.1 |
931 | 2024-07-15T03:46:32.625Z | Downloaded kstat-rs v0.2.4 |
932 | 2024-07-15T03:46:32.625Z | Downloaded smawk v0.3.2 |
933 | 2024-07-15T03:46:32.627Z | Downloaded hyper-staticfile v0.9.5 |
934 | 2024-07-15T03:46:32.630Z | Downloaded embedded-io v0.4.0 |
935 | 2024-07-15T03:46:32.630Z | Downloaded rustls-pki-types v1.7.0 |
936 | 2024-07-15T03:46:32.633Z | Downloaded tokio-rustls v0.25.0 |
937 | 2024-07-15T03:46:32.635Z | Downloaded smf v0.2.3 |
938 | 2024-07-15T03:46:32.635Z | Downloaded signature v2.2.0 |
939 | 2024-07-15T03:46:32.638Z | Downloaded elliptic-curve v0.13.8 |
940 | 2024-07-15T03:46:32.640Z | Downloaded headers v0.3.9 |
941 | 2024-07-15T03:46:32.645Z | Downloaded ron v0.8.1 |
942 | 2024-07-15T03:46:32.650Z | Downloaded iana-time-zone v0.1.60 |
943 | 2024-07-15T03:46:32.652Z | Downloaded supports-color v3.0.0 |
944 | 2024-07-15T03:46:32.655Z | Downloaded strum_macros v0.24.3 |
945 | 2024-07-15T03:46:32.657Z | Downloaded nom v7.1.3 |
946 | 2024-07-15T03:46:32.660Z | Downloaded tabwriter v1.4.0 |
947 | 2024-07-15T03:46:32.663Z | Downloaded yasna v0.5.2 |
948 | 2024-07-15T03:46:32.666Z | Downloaded wyz v0.5.1 |
949 | 2024-07-15T03:46:32.666Z | Downloaded maybe-uninit v2.0.0 |
950 | 2024-07-15T03:46:32.666Z | Downloaded vte v0.11.1 |
951 | 2024-07-15T03:46:32.669Z | Downloaded subprocess v0.2.9 |
952 | 2024-07-15T03:46:32.671Z | Downloaded indexmap v1.9.3 |
953 | 2024-07-15T03:46:32.674Z | Downloaded rpassword v7.3.1 |
954 | 2024-07-15T03:46:32.674Z | Downloaded whoami v1.5.1 |
955 | 2024-07-15T03:46:32.677Z | Downloaded keccak v0.1.5 |
956 | 2024-07-15T03:46:32.680Z | Downloaded highway v1.1.0 |
957 | 2024-07-15T03:46:32.680Z | Downloaded topological-sort v0.2.2 |
958 | 2024-07-15T03:46:32.682Z | Downloaded tokio-rustls v0.24.1 |
959 | 2024-07-15T03:46:32.682Z | Downloaded zone v0.1.8 |
960 | 2024-07-15T03:46:32.685Z | Downloaded difflib v0.4.0 |
961 | 2024-07-15T03:46:32.685Z | Downloaded hmac v0.12.1 |
962 | 2024-07-15T03:46:32.688Z | Downloaded toml v0.7.8 |
963 | 2024-07-15T03:46:32.690Z | Downloaded md-5 v0.10.6 |
964 | 2024-07-15T03:46:32.691Z | Downloaded semver v0.1.20 |
965 | 2024-07-15T03:46:32.693Z | Downloaded ff v0.13.0 |
966 | 2024-07-15T03:46:32.693Z | Downloaded fd-lock v4.0.2 |
967 | 2024-07-15T03:46:32.696Z | Downloaded fastrand v2.1.0 |
968 | 2024-07-15T03:46:32.699Z | Downloaded siphasher v0.3.11 |
969 | 2024-07-15T03:46:32.699Z | Downloaded tokio-stream v0.1.15 |
970 | 2024-07-15T03:46:32.701Z | Downloaded snafu-derive v0.8.2 |
971 | 2024-07-15T03:46:32.704Z | Downloaded half v2.4.1 |
972 | 2024-07-15T03:46:32.707Z | Downloaded smallvec v0.6.14 |
973 | 2024-07-15T03:46:32.707Z | Downloaded humantime v2.1.0 |
974 | 2024-07-15T03:46:32.709Z | Downloaded structmeta-derive v0.3.0 |
975 | 2024-07-15T03:46:32.709Z | Downloaded num-bigint-dig v0.8.4 |
976 | 2024-07-15T03:46:32.714Z | Downloaded unsafe-libyaml v0.2.11 |
977 | 2024-07-15T03:46:32.717Z | Downloaded hyper-rustls v0.24.2 |
978 | 2024-07-15T03:46:32.720Z | Downloaded toml v0.5.11 |
979 | 2024-07-15T03:46:32.723Z | Downloaded zerocopy v0.6.6 |
980 | 2024-07-15T03:46:32.726Z | Downloaded flume v0.11.0 |
981 | 2024-07-15T03:46:32.728Z | Downloaded crossterm v0.27.0 |
982 | 2024-07-15T03:46:32.735Z | Downloaded aho-corasick v1.1.3 |
983 | 2024-07-15T03:46:32.740Z | Downloaded samael v0.0.15 |
984 | 2024-07-15T03:46:32.745Z | Downloaded http v1.1.0 |
985 | 2024-07-15T03:46:32.749Z | Downloaded ron v0.7.1 |
986 | 2024-07-15T03:46:32.753Z | Downloaded similar v2.5.0 |
987 | 2024-07-15T03:46:32.758Z | Downloaded fatfs v0.3.6 |
988 | 2024-07-15T03:46:32.760Z | Downloaded blake3 v1.5.1 |
989 | 2024-07-15T03:46:32.767Z | Downloaded steno v0.4.1 |
990 | 2024-07-15T03:46:32.771Z | Downloaded zip v0.6.6 |
991 | 2024-07-15T03:46:32.775Z | Downloaded snafu v0.8.2 |
992 | 2024-07-15T03:46:32.781Z | Downloaded typed-path v0.7.1 |
993 | 2024-07-15T03:46:32.786Z | Downloaded diesel_derives v2.1.4 |
994 | 2024-07-15T03:46:32.790Z | Downloaded unicode_categories v0.1.1 |
995 | 2024-07-15T03:46:32.793Z | Downloaded salty v0.2.0 |
996 | 2024-07-15T03:46:32.797Z | Downloaded tungstenite v0.20.1 |
997 | 2024-07-15T03:46:32.800Z | Downloaded libxml v0.3.3 |
998 | 2024-07-15T03:46:32.805Z | Downloaded reedline v0.31.0 |
999 | 2024-07-15T03:46:32.815Z | Downloaded trust-dns-server v0.22.1 |
1000 | 2024-07-15T03:46:32.818Z | Downloaded tokio-postgres v0.7.10 |
1001 | 2024-07-15T03:46:32.822Z | Downloaded hashbrown v0.13.2 |
1002 | 2024-07-15T03:46:32.827Z | Downloaded hashbrown v0.12.3 |
1003 | 2024-07-15T03:46:32.830Z | Downloaded x509-cert v0.2.5 |
1004 | 2024-07-15T03:46:32.836Z | Downloaded serde_yaml v0.9.34+deprecated |
1005 | 2024-07-15T03:46:32.839Z | Downloaded portable-atomic v1.6.0 |
1006 | 2024-07-15T03:46:32.845Z | Downloaded regex-automata v0.1.10 |
1007 | 2024-07-15T03:46:32.850Z | Downloaded expectorate v1.1.0 |
1008 | 2024-07-15T03:46:32.853Z | Downloaded hkdf v0.12.4 |
1009 | 2024-07-15T03:46:32.855Z | Downloaded rustyline v14.0.0 |
1010 | 2024-07-15T03:46:32.859Z | Downloaded schemars v0.8.21 |
1011 | 2024-07-15T03:46:32.870Z | Downloaded bitvec v1.0.1 |
1012 | 2024-07-15T03:46:32.885Z | Downloaded rsa v0.9.6 |
1013 | 2024-07-15T03:46:32.889Z | Downloaded trust-dns-resolver v0.22.0 |
1014 | 2024-07-15T03:46:32.893Z | Downloaded rustls-webpki v0.101.7 |
1015 | 2024-07-15T03:46:32.907Z | Downloaded trust-dns-client v0.22.0 |
1016 | 2024-07-15T03:46:32.912Z | Downloaded quick-xml v0.31.0 |
1017 | 2024-07-15T03:46:32.918Z | Downloaded serde_with v3.8.3 |
1018 | 2024-07-15T03:46:32.925Z | Downloaded tough v0.17.1 |
1019 | 2024-07-15T03:46:32.932Z | Downloaded proptest v1.4.0 |
1020 | 2024-07-15T03:46:32.941Z | Downloaded libm v0.2.8 |
1021 | 2024-07-15T03:46:32.948Z | Downloaded toml_edit v0.19.15 |
1022 | 2024-07-15T03:46:32.964Z | Downloaded itertools v0.13.0 |
1023 | 2024-07-15T03:46:32.970Z | Downloaded sqlparser v0.45.0 |
1024 | 2024-07-15T03:46:32.976Z | Downloaded trust-dns-proto v0.22.0 |
1025 | 2024-07-15T03:46:32.987Z | Downloaded diesel v2.1.6 |
1026 | 2024-07-15T03:46:33.004Z | Downloaded curve25519-dalek v4.1.3 |
1027 | 2024-07-15T03:46:33.012Z | Downloaded rustls-webpki v0.102.4 |
1028 | 2024-07-15T03:46:33.029Z | Downloaded bstr v1.9.1 |
1029 | 2024-07-15T03:46:33.038Z | Downloaded rustls v0.22.4 |
1030 | 2024-07-15T03:46:33.065Z | Downloaded radix_trie v0.2.1 |
1031 | 2024-07-15T03:46:33.074Z | Downloaded bstr v0.2.17 |
1032 | 2024-07-15T03:46:33.086Z | Downloaded object v0.32.2 |
1033 | 2024-07-15T03:46:33.101Z | Downloaded nix v0.27.1 |
1034 | 2024-07-15T03:46:33.116Z | Downloaded lalrpop v0.19.12 |
1035 | 2024-07-15T03:46:33.128Z | Downloaded regex v1.10.5 |
1036 | 2024-07-15T03:46:33.141Z | Downloaded zerocopy-derive v0.6.6 |
1037 | 2024-07-15T03:46:33.151Z | Downloaded rustls v0.21.12 |
1038 | 2024-07-15T03:46:33.162Z | Downloaded nix v0.28.0 |
1039 | 2024-07-15T03:46:33.174Z | Downloaded smoltcp v0.9.1 |
1040 | 2024-07-15T03:46:33.185Z | Downloaded idna v0.3.0 |
1041 | 2024-07-15T03:46:33.192Z | Downloaded idna v0.2.3 |
1042 | 2024-07-15T03:46:33.198Z | Downloaded regex-syntax v0.8.3 |
1043 | 2024-07-15T03:46:33.207Z | Downloaded smoltcp v0.11.0 |
1044 | 2024-07-15T03:46:33.220Z | Downloaded ratatui v0.27.0 |
1045 | 2024-07-15T03:46:33.240Z | Downloaded regress v0.9.1 |
1046 | 2024-07-15T03:46:33.248Z | Downloaded sled v0.34.7 |
1047 | 2024-07-15T03:46:33.257Z | Downloaded csv v1.3.0 |
1048 | 2024-07-15T03:46:33.276Z | Downloaded regex-automata v0.4.6 |
1049 | 2024-07-15T03:46:33.293Z | Downloaded sha3 v0.10.8 |
1050 | 2024-07-15T03:46:33.299Z | Downloaded petgraph v0.6.5 |
1051 | 2024-07-15T03:46:33.314Z | Downloaded openapiv3 v2.0.0 |
1052 | 2024-07-15T03:46:33.325Z | Downloaded regex-syntax v0.6.29 |
1053 | 2024-07-15T03:46:33.332Z | Downloaded finl_unicode v1.2.0 |
1054 | 2024-07-15T03:46:33.345Z | Downloaded gimli v0.28.1 |
1055 | 2024-07-15T03:46:33.352Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1056 | 2024-07-15T03:46:33.364Z | Downloaded polar-core v0.27.3 |
1057 | 2024-07-15T03:46:33.372Z | Downloaded object v0.30.4 |
1058 | 2024-07-15T03:46:33.381Z | Downloaded rayon v1.10.0 |
1059 | 2024-07-15T03:46:33.390Z | Downloaded itertools v0.12.1 |
1060 | 2024-07-15T03:46:33.396Z | Downloaded webpki-roots v0.25.4 |
1061 | 2024-07-15T03:46:33.400Z | Downloaded itertools v0.10.5 |
1062 | 2024-07-15T03:46:33.406Z | Downloaded winnow v0.5.40 |
1063 | 2024-07-15T03:46:33.415Z | Downloaded chrono v0.4.38 |
1064 | 2024-07-15T03:46:33.421Z | Downloaded bindgen v0.69.4 |
1065 | 2024-07-15T03:46:33.428Z | Downloaded getrandom v0.2.14 |
1066 | 2024-07-15T03:46:33.431Z | Downloaded unicode-segmentation v1.11.0 |
1067 | 2024-07-15T03:46:33.434Z | Downloaded heapless v0.8.0 |
1068 | 2024-07-15T03:46:33.438Z | Downloaded heapless v0.7.17 |
1069 | 2024-07-15T03:46:33.443Z | Downloaded backtrace v0.3.71 |
1070 | 2024-07-15T03:46:33.447Z | Downloaded maplit v1.0.2 |
1071 | 2024-07-15T03:46:33.450Z | Downloaded indicatif v0.17.8 |
1072 | 2024-07-15T03:46:33.453Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1073 | 2024-07-15T03:46:33.453Z | Downloaded sigpipe v0.1.3 |
1074 | 2024-07-15T03:46:33.455Z | Downloaded rustls-pemfile v2.1.2 |
1075 | 2024-07-15T03:46:33.455Z | Downloaded sec1 v0.7.3 |
1076 | 2024-07-15T03:46:33.458Z | Downloaded rustc_version v0.4.0 |
1077 | 2024-07-15T03:46:33.461Z | Downloaded publicsuffix v2.2.3 |
1078 | 2024-07-15T03:46:33.464Z | Downloaded strum_macros v0.25.3 |
1079 | 2024-07-15T03:46:33.467Z | Downloaded shell-words v1.1.0 |
1080 | 2024-07-15T03:46:33.467Z | Downloaded sha1 v0.10.6 |
1081 | 2024-07-15T03:46:33.469Z | Downloaded spin v0.9.8 |
1082 | 2024-07-15T03:46:33.469Z | Downloaded slog-envlogger v2.2.0 |
1083 | 2024-07-15T03:46:33.472Z | Downloaded const_format v0.2.32 |
1084 | 2024-07-15T03:46:33.475Z | Downloaded slog-dtrace v0.3.0 |
1085 | 2024-07-15T03:46:33.478Z | Downloaded serde-hex v0.1.0 |
1086 | 2024-07-15T03:46:33.480Z | Downloaded rustfmt-wrapper v0.2.1 |
1087 | 2024-07-15T03:46:33.480Z | Downloaded http-range v0.1.5 |
1088 | 2024-07-15T03:46:33.480Z | Downloaded lazy_static v1.5.0 |
1089 | 2024-07-15T03:46:33.483Z | Downloaded prettyplease v0.2.20 |
1090 | 2024-07-15T03:46:33.486Z | Downloaded darling_core v0.20.9 |
1091 | 2024-07-15T03:46:33.490Z | Downloaded funty v2.0.0 |
1092 | 2024-07-15T03:46:33.492Z | Downloaded rustc-demangle v0.1.24 |
1093 | 2024-07-15T03:46:33.492Z | Downloaded libsw v3.3.1 |
1094 | 2024-07-15T03:46:33.495Z | Downloaded rayon-core v1.12.1 |
1095 | 2024-07-15T03:46:33.497Z | Downloaded pkcs1 v0.7.5 |
1096 | 2024-07-15T03:46:33.500Z | Downloaded num-traits v0.2.19 |
1097 | 2024-07-15T03:46:33.504Z | Downloaded foreign-types-shared v0.3.1 |
1098 | 2024-07-15T03:46:33.504Z | Downloaded erased-serde v0.3.31 |
1099 | 2024-07-15T03:46:33.504Z | Downloaded unicase v2.7.0 |
1100 | 2024-07-15T03:46:33.508Z | Downloaded thiserror-impl-no-std v2.0.2 |
1101 | 2024-07-15T03:46:33.508Z | Downloaded subtle v2.5.0 |
1102 | 2024-07-15T03:46:33.508Z | Downloaded structmeta v0.3.0 |
1103 | 2024-07-15T03:46:33.511Z | Downloaded enum-as-inner v0.5.1 |
1104 | 2024-07-15T03:46:33.511Z | Downloaded termcolor v1.4.1 |
1105 | 2024-07-15T03:46:33.514Z | Downloaded inout v0.1.3 |
1106 | 2024-07-15T03:46:33.514Z | Downloaded indoc v1.0.9 |
1107 | 2024-07-15T03:46:33.517Z | Downloaded scheduled-thread-pool v0.2.7 |
1108 | 2024-07-15T03:46:33.517Z | Downloaded rustc_version v0.1.7 |
1109 | 2024-07-15T03:46:33.519Z | Downloaded parking_lot_core v0.8.6 |
1110 | 2024-07-15T03:46:33.519Z | Downloaded linear-map v1.2.0 |
1111 | 2024-07-15T03:46:33.522Z | Downloaded tokio-tungstenite v0.20.1 |
1112 | 2024-07-15T03:46:33.525Z | Downloaded blake2 v0.10.6 |
1113 | 2024-07-15T03:46:33.525Z | Downloaded derive_builder v0.20.0 |
1114 | 2024-07-15T03:46:33.530Z | Downloaded der_derive v0.7.2 |
1115 | 2024-07-15T03:46:33.532Z | Downloaded crossbeam-deque v0.8.5 |
1116 | 2024-07-15T03:46:33.535Z | Downloaded arrayvec v0.7.4 |
1117 | 2024-07-15T03:46:33.535Z | Downloaded darling v0.20.9 |
1118 | 2024-07-15T03:46:33.539Z | Downloaded block-padding v0.3.3 |
1119 | 2024-07-15T03:46:33.542Z | Downloaded float-ord v0.3.2 |
1120 | 2024-07-15T03:46:33.542Z | Downloaded float-cmp v0.9.0 |
1121 | 2024-07-15T03:46:33.542Z | Downloaded flagset v0.4.5 |
1122 | 2024-07-15T03:46:33.545Z | Downloaded ciborium v0.2.2 |
1123 | 2024-07-15T03:46:33.547Z | Downloaded derive-where v1.2.7 |
1124 | 2024-07-15T03:46:33.550Z | Downloaded crc-any v2.5.0 |
1125 | 2024-07-15T03:46:33.552Z | Downloaded utf-8 v0.7.6 |
1126 | 2024-07-15T03:46:33.553Z | Downloaded cookie_store v0.20.0 |
1127 | 2024-07-15T03:46:33.555Z | Downloaded cookie v0.18.1 |
1128 | 2024-07-15T03:46:33.558Z | Downloaded compact_str v0.7.1 |
1129 | 2024-07-15T03:46:33.561Z | Downloaded bzip2 v0.4.4 |
1130 | 2024-07-15T03:46:33.564Z | Downloaded rand_xorshift v0.3.0 |
1131 | 2024-07-15T03:46:33.566Z | Downloaded pem v3.0.4 |
1132 | 2024-07-15T03:46:33.566Z | Downloaded cancel-safe-futures v0.1.5 |
1133 | 2024-07-15T03:46:33.569Z | Downloaded base64ct v1.6.0 |
1134 | 2024-07-15T03:46:33.572Z | Downloaded chacha20 v0.9.1 |
1135 | 2024-07-15T03:46:33.574Z | Downloaded ascii-canvas v3.0.0 |
1136 | 2024-07-15T03:46:33.574Z | Downloaded pkcs8 v0.10.2 |
1137 | 2024-07-15T03:46:33.577Z | Downloaded pem-rfc7468 v0.7.0 |
1138 | 2024-07-15T03:46:33.580Z | Downloaded password-hash v0.5.0 |
1139 | 2024-07-15T03:46:33.580Z | Downloaded defmt-macros v0.3.9 |
1140 | 2024-07-15T03:46:33.583Z | Downloaded bit-set v0.5.3 |
1141 | 2024-07-15T03:46:33.586Z | Downloaded bcs v0.1.6 |
1142 | 2024-07-15T03:46:33.586Z | Downloaded pin-project-internal v1.1.5 |
1143 | 2024-07-15T03:46:33.589Z | Downloaded num-complex v0.4.6 |
1144 | 2024-07-15T03:46:33.589Z | Downloaded ahash v0.8.11 |
1145 | 2024-07-15T03:46:33.591Z | Downloaded defmt v0.3.8 |
1146 | 2024-07-15T03:46:33.594Z | Downloaded packed_struct_codegen v0.10.1 |
1147 | 2024-07-15T03:46:33.597Z | Downloaded olpc-cjson v0.1.3 |
1148 | 2024-07-15T03:46:33.597Z | Downloaded backoff v0.4.0 |
1149 | 2024-07-15T03:46:33.600Z | Downloaded rand_chacha v0.3.1 |
1150 | 2024-07-15T03:46:33.602Z | Downloaded predicates-core v1.0.6 |
1151 | 2024-07-15T03:46:33.602Z | Downloaded mime_guess v2.0.4 |
1152 | 2024-07-15T03:46:33.602Z | Downloaded buf-list v1.0.3 |
1153 | 2024-07-15T03:46:33.605Z | Downloaded ascii v1.1.0 |
1154 | 2024-07-15T03:46:33.608Z | Downloaded psl-types v2.0.11 |
1155 | 2024-07-15T03:46:33.610Z | Downloaded num-iter v0.1.45 |
1156 | 2024-07-15T03:46:33.610Z | Downloaded mockall v0.12.1 |
1157 | 2024-07-15T03:46:33.610Z | Downloaded nodrop v0.1.14 |
1158 | 2024-07-15T03:46:33.613Z | Downloaded cassowary v0.3.0 |
1159 | 2024-07-15T03:46:33.613Z | Downloaded camino-tempfile v1.1.1 |
1160 | 2024-07-15T03:46:33.616Z | Downloaded async-recursion v1.1.1 |
1161 | 2024-07-15T03:46:33.619Z | Downloaded newtype-uuid v1.1.0 |
1162 | 2024-07-15T03:46:33.619Z | Downloaded nanorand v0.7.0 |
1163 | 2024-07-15T03:46:33.622Z | Downloaded darling_macro v0.20.9 |
1164 | 2024-07-15T03:46:33.622Z | Downloaded crc-catalog v2.4.0 |
1165 | 2024-07-15T03:46:33.625Z | Downloaded cobs v0.2.3 |
1166 | 2024-07-15T03:46:33.625Z | Downloaded multimap v0.10.0 |
1167 | 2024-07-15T03:46:33.625Z | Downloaded base16ct v0.2.0 |
1168 | 2024-07-15T03:46:33.628Z | Downloaded assert_matches v1.5.0 |
1169 | 2024-07-15T03:46:33.628Z | Downloaded bitfield-struct v0.6.1 |
1170 | 2024-07-15T03:46:33.631Z | Downloaded async-stream v0.3.5 |
1171 | 2024-07-15T03:46:33.631Z | Downloaded oso-derive v0.27.3 |
1172 | 2024-07-15T03:46:33.631Z | Downloaded curve25519-dalek-derive v0.1.1 |
1173 | 2024-07-15T03:46:33.633Z | Downloaded convert_case v0.4.0 |
1174 | 2024-07-15T03:46:33.699Z | Downloaded ring v0.17.8 |
1175 | 2024-07-15T03:46:33.812Z | Downloaded ring v0.16.20 |
1176 | 2024-07-15T03:46:34.046Z | Compiling proc-macro2 v1.0.86 |
1177 | 2024-07-15T03:46:34.046Z | Compiling unicode-ident v1.0.12 |
1178 | 2024-07-15T03:46:34.049Z | Compiling libc v0.2.155 |
1179 | 2024-07-15T03:46:34.049Z | Compiling serde v1.0.204 |
1180 | 2024-07-15T03:46:34.049Z | Compiling autocfg v1.3.0 |
1181 | 2024-07-15T03:46:34.049Z | Compiling version_check v0.9.4 |
1182 | 2024-07-15T03:46:34.049Z | Compiling cfg-if v1.0.0 |
1183 | 2024-07-15T03:46:34.301Z | Compiling cc v1.0.97 |
1184 | 2024-07-15T03:46:34.319Z | Compiling parking_lot_core v0.9.10 |
1185 | 2024-07-15T03:46:34.333Z | Compiling once_cell v1.19.0 |
1186 | 2024-07-15T03:46:34.700Z | Compiling serde_json v1.0.120 |
1187 | 2024-07-15T03:46:34.747Z | Compiling libm v0.2.8 |
1188 | 2024-07-15T03:46:34.930Z | Compiling ahash v0.8.11 |
1189 | 2024-07-15T03:46:34.945Z | Compiling lock_api v0.4.12 |
1190 | 2024-07-15T03:46:34.974Z | Compiling byteorder v1.5.0 |
1191 | 2024-07-15T03:46:35.032Z | Compiling num-traits v0.2.19 |
1192 | 2024-07-15T03:46:35.206Z | Compiling memchr v2.7.2 |
1193 | 2024-07-15T03:46:35.416Z | Compiling scopeguard v1.2.0 |
1194 | 2024-07-15T03:46:35.442Z | Compiling thiserror v1.0.60 |
1195 | 2024-07-15T03:46:35.497Z | Compiling typenum v1.17.0 |
1196 | 2024-07-15T03:46:35.961Z | Compiling quote v1.0.36 |
1197 | 2024-07-15T03:46:36.133Z | Compiling getrandom v0.2.14 |
1198 | 2024-07-15T03:46:36.343Z | Compiling syn v2.0.68 |
1199 | 2024-07-15T03:46:36.442Z | Compiling itoa v1.0.11 |
1200 | 2024-07-15T03:46:36.600Z | Compiling log v0.4.21 |
1201 | 2024-07-15T03:46:36.659Z | Compiling generic-array v0.14.7 |
1202 | 2024-07-15T03:46:37.145Z | Compiling allocator-api2 v0.2.18 |
1203 | 2024-07-15T03:46:37.199Z | Compiling slab v0.4.9 |
1204 | 2024-07-15T03:46:37.246Z | Compiling ring v0.17.8 |
1205 | 2024-07-15T03:46:37.276Z | Compiling ryu v1.0.18 |
1206 | 2024-07-15T03:46:37.484Z | Compiling pin-project-lite v0.2.14 |
1207 | 2024-07-15T03:46:37.505Z | Compiling semver v1.0.23 |
1208 | 2024-07-15T03:46:37.598Z | Compiling smallvec v1.13.2 |
1209 | 2024-07-15T03:46:37.615Z | Compiling schemars v0.8.21 |
1210 | 2024-07-15T03:46:37.998Z | Compiling equivalent v1.0.1 |
1211 | 2024-07-15T03:46:38.086Z | Compiling spin v0.9.8 |
1212 | 2024-07-15T03:46:38.180Z | Compiling vcpkg v0.2.15 |
1213 | 2024-07-15T03:46:38.268Z | Compiling pkg-config v0.3.30 |
1214 | 2024-07-15T03:46:38.560Z | Compiling parking_lot v0.12.2 |
1215 | 2024-07-15T03:46:38.954Z | Compiling signal-hook-registry v1.4.2 |
1216 | 2024-07-15T03:46:39.644Z | Compiling syn v1.0.109 |
1217 | 2024-07-15T03:46:39.979Z | Compiling openssl-sys v0.9.102 |
1218 | 2024-07-15T03:46:40.225Z | Compiling mio v0.8.11 |
1219 | 2024-07-15T03:46:40.883Z | Compiling rand_core v0.6.4 |
1220 | 2024-07-15T03:46:40.901Z | Compiling num_cpus v1.16.0 |
1221 | 2024-07-15T03:46:41.038Z | Compiling socket2 v0.5.7 |
1222 | 2024-07-15T03:46:41.270Z | Compiling num-conv v0.1.0 |
1223 | 2024-07-15T03:46:41.541Z | Compiling time-core v0.1.2 |
1224 | 2024-07-15T03:46:41.717Z | Compiling time-macros v0.2.18 |
1225 | 2024-07-15T03:46:42.077Z | Compiling heck v0.5.0 |
1226 | 2024-07-15T03:46:42.124Z | Compiling httparse v1.8.0 |
1227 | 2024-07-15T03:46:42.599Z | Compiling futures-core v0.3.30 |
1228 | 2024-07-15T03:46:42.846Z | Compiling openssl v0.10.64 |
1229 | 2024-07-15T03:46:42.981Z | Compiling fnv v1.0.7 |
1230 | 2024-07-15T03:46:43.407Z | Compiling rustix v0.38.34 |
1231 | 2024-07-15T03:46:43.530Z | Compiling iana-time-zone v0.1.60 |
1232 | 2024-07-15T03:46:43.868Z | Compiling serde_derive_internals v0.29.1 |
1233 | 2024-07-15T03:46:43.894Z | Compiling crossbeam-utils v0.8.19 |
1234 | 2024-07-15T03:46:44.372Z | Compiling rustls v0.21.12 |
1235 | 2024-07-15T03:46:44.408Z | Compiling tinyvec_macros v0.1.1 |
1236 | 2024-07-15T03:46:44.425Z | Compiling native-tls v0.2.11 |
1237 | 2024-07-15T03:46:44.625Z | Compiling tinyvec v1.6.0 |
1238 | 2024-07-15T03:46:44.862Z | Compiling const-oid v0.9.6 |
1239 | 2024-07-15T03:46:45.509Z | Compiling subtle v2.5.0 |
1240 | 2024-07-15T03:46:45.694Z | Compiling futures-sink v0.3.30 |
1241 | 2024-07-15T03:46:45.758Z | Compiling ucd-trie v0.1.6 |
1242 | 2024-07-15T03:46:45.924Z | Compiling unicode-normalization v0.1.23 |
1243 | 2024-07-15T03:46:46.254Z | Compiling backtrace v0.3.71 |
1244 | 2024-07-15T03:46:46.321Z | Compiling cookie v0.17.0 |
1245 | 2024-07-15T03:46:46.608Z | Compiling unicode-bidi v0.3.15 |
1246 | 2024-07-15T03:46:46.705Z | Compiling dyn-clone v1.0.17 |
1247 | 2024-07-15T03:46:46.844Z | Compiling slog v2.7.0 |
1248 | 2024-07-15T03:46:46.890Z | Compiling futures-channel v0.3.30 |
1249 | 2024-07-15T03:46:47.350Z | Compiling pin-utils v0.1.0 |
1250 | 2024-07-15T03:46:47.364Z | Compiling futures-task v0.3.30 |
1251 | 2024-07-15T03:46:47.666Z | Compiling futures-io v0.3.30 |
1252 | 2024-07-15T03:46:47.959Z | Compiling aho-corasick v1.1.3 |
1253 | 2024-07-15T03:46:48.117Z | Compiling anyhow v1.0.86 |
1254 | 2024-07-15T03:46:48.282Z | Compiling winnow v0.5.40 |
1255 | 2024-07-15T03:46:48.655Z | Compiling regex-syntax v0.8.3 |
1256 | 2024-07-15T03:46:49.045Z | Compiling untrusted v0.9.0 |
1257 | 2024-07-15T03:46:49.491Z | Compiling serde_derive v1.0.204 |
1258 | 2024-07-15T03:46:50.254Z | Compiling zerocopy-derive v0.7.34 |
1259 | 2024-07-15T03:46:51.700Z | Compiling zeroize_derive v1.4.2 |
1260 | 2024-07-15T03:46:52.034Z | Compiling thiserror-impl v1.0.60 |
1261 | 2024-07-15T03:46:52.261Z | Compiling zerocopy v0.7.34 |
1262 | 2024-07-15T03:46:52.469Z | Compiling tokio-macros v2.3.0 |
1263 | 2024-07-15T03:46:53.074Z | Compiling futures-macro v0.3.30 |
1264 | 2024-07-15T03:46:53.378Z | Compiling schemars_derive v0.8.21 |
1265 | 2024-07-15T03:46:54.517Z | Compiling hashbrown v0.14.5 |
1266 | 2024-07-15T03:46:54.564Z | Compiling tracing-attributes v0.1.27 |
1267 | 2024-07-15T03:46:54.894Z | Compiling zeroize v1.7.0 |
1268 | 2024-07-15T03:46:55.414Z | Compiling openssl-macros v0.1.1 |
1269 | 2024-07-15T03:46:56.098Z | Compiling scroll_derive v0.12.0 |
1270 | 2024-07-15T03:46:56.402Z | Compiling pest v2.7.10 |
1271 | 2024-07-15T03:46:56.654Z | Compiling crypto-common v0.1.6 |
1272 | 2024-07-15T03:46:57.327Z | Compiling futures-util v0.3.30 |
1273 | 2024-07-15T03:46:57.427Z | Compiling der_derive v0.7.2 |
1274 | 2024-07-15T03:46:57.765Z | Compiling block-buffer v0.10.4 |
1275 | 2024-07-15T03:46:57.999Z | Compiling regex-automata v0.4.6 |
1276 | 2024-07-15T03:46:58.668Z | Compiling pest_meta v2.7.10 |
1277 | 2024-07-15T03:46:59.902Z | Compiling pest_generator v2.7.10 |
1278 | 2024-07-15T03:47:01.774Z | Compiling tracing-core v0.1.32 |
1279 | 2024-07-15T03:47:03.031Z | Compiling bytes v1.6.0 |
1280 | 2024-07-15T03:47:04.158Z | Compiling indexmap v2.2.6 |
1281 | 2024-07-15T03:47:04.253Z | Compiling uuid v1.9.1 |
1282 | 2024-07-15T03:47:04.867Z | Compiling tokio v1.38.0 |
1283 | 2024-07-15T03:47:05.624Z | Compiling bitflags v2.5.0 |
1284 | 2024-07-15T03:47:05.675Z | Compiling chrono v0.4.38 |
1285 | 2024-07-15T03:47:05.998Z | Compiling serde_tokenstream v0.2.1 |
1286 | 2024-07-15T03:47:07.303Z | Compiling serde_spanned v0.6.6 |
1287 | 2024-07-15T03:47:07.497Z | Compiling toml_datetime v0.6.6 |
1288 | 2024-07-15T03:47:07.976Z | Compiling http v0.2.12 |
1289 | 2024-07-15T03:47:08.225Z | Compiling toml_edit v0.19.15 |
1290 | 2024-07-15T03:47:10.354Z | Compiling rustc_version v0.4.0 |
1291 | 2024-07-15T03:47:10.991Z | Compiling pest_derive v2.7.10 |
1292 | 2024-07-15T03:47:11.300Z | Compiling usdt-impl v0.5.0 |
1293 | 2024-07-15T03:47:11.621Z | Compiling powerfmt v0.2.0 |
1294 | 2024-07-15T03:47:11.744Z | Compiling rustversion v1.0.17 |
1295 | 2024-07-15T03:47:12.107Z | Compiling deranged v0.3.11 |
1296 | 2024-07-15T03:47:12.418Z | Compiling heapless v0.7.17 |
1297 | 2024-07-15T03:47:12.724Z | Compiling tracing v0.1.40 |
1298 | 2024-07-15T03:47:12.813Z | Compiling digest v0.10.7 |
1299 | 2024-07-15T03:47:13.262Z | Compiling scroll v0.12.0 |
1300 | 2024-07-15T03:47:14.019Z | Compiling heck v0.4.1 |
1301 | 2024-07-15T03:47:14.418Z | Compiling num_threads v0.1.7 |
1302 | 2024-07-15T03:47:14.432Z | Compiling plain v0.2.3 |
1303 | 2024-07-15T03:47:14.536Z | Compiling percent-encoding v2.3.1 |
1304 | 2024-07-15T03:47:14.658Z | Compiling signal-hook v0.3.17 |
1305 | 2024-07-15T03:47:14.912Z | Compiling ppv-lite86 v0.2.17 |
1306 | 2024-07-15T03:47:14.929Z | Compiling time v0.3.36 |
1307 | 2024-07-15T03:47:15.003Z | Compiling goblin v0.8.2 |
1308 | 2024-07-15T03:47:15.691Z | Compiling rand_chacha v0.3.1 |
1309 | 2024-07-15T03:47:16.699Z | Compiling regex v1.10.5 |
1310 | 2024-07-15T03:47:17.724Z | Compiling pretty-hex v0.4.1 |
1311 | 2024-07-15T03:47:17.925Z | Compiling crc32fast v1.4.0 |
1312 | 2024-07-15T03:47:18.332Z | Compiling strsim v0.11.1 |
1313 | 2024-07-15T03:47:19.604Z | Compiling rand v0.8.5 |
1314 | 2024-07-15T03:47:20.295Z | Compiling tokio-util v0.7.11 |
1315 | 2024-07-15T03:47:21.065Z | Compiling dof v0.3.0 |
1316 | 2024-07-15T03:47:21.373Z | Compiling dtrace-parser v0.2.0 |
1317 | 2024-07-15T03:47:22.041Z | Compiling async-trait v0.1.81 |
1318 | 2024-07-15T03:47:22.150Z | Compiling thread-id v4.2.1 |
1319 | 2024-07-15T03:47:22.426Z | Compiling smoltcp v0.9.1 |
1320 | 2024-07-15T03:47:23.195Z | Compiling unicode-width v0.1.13 |
1321 | 2024-07-15T03:47:23.266Z | Compiling base64ct v1.6.0 |
1322 | 2024-07-15T03:47:23.347Z | Compiling foreign-types-shared v0.1.1 |
1323 | 2024-07-15T03:47:23.389Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1324 | 2024-07-15T03:47:23.455Z | Compiling foreign-types v0.3.2 |
1325 | 2024-07-15T03:47:23.836Z | Compiling pem-rfc7468 v0.7.0 |
1326 | 2024-07-15T03:47:25.026Z | Compiling form_urlencoded v1.2.1 |
1327 | 2024-07-15T03:47:25.495Z | Compiling hmac v0.12.1 |
1328 | 2024-07-15T03:47:25.544Z | Compiling flagset v0.4.5 |
1329 | 2024-07-15T03:47:25.865Z | Compiling adler v1.0.2 |
1330 | 2024-07-15T03:47:25.883Z | Compiling base64 v0.21.7 |
1331 | 2024-07-15T03:47:26.019Z | Compiling siphasher v0.3.11 |
1332 | 2024-07-15T03:47:26.288Z | Compiling try-lock v0.2.5 |
1333 | 2024-07-15T03:47:26.429Z | Compiling want v0.3.1 |
1334 | 2024-07-15T03:47:26.496Z | Compiling miniz_oxide v0.7.2 |
1335 | 2024-07-15T03:47:26.742Z | Compiling der v0.7.9 |
1336 | 2024-07-15T03:47:28.457Z | Compiling h2 v0.3.26 |
1337 | 2024-07-15T03:47:29.773Z | Compiling rustls-webpki v0.101.7 |
1338 | 2024-07-15T03:47:29.859Z | Compiling sct v0.7.1 |
1339 | 2024-07-15T03:47:30.089Z | Compiling http-body v0.4.6 |
1340 | 2024-07-15T03:47:31.176Z | Compiling openapiv3 v2.0.0 |
1341 | 2024-07-15T03:47:31.439Z | Compiling hubpack_derive v0.1.1 |
1342 | 2024-07-15T03:47:31.481Z | Compiling zerocopy-derive v0.6.6 |
1343 | 2024-07-15T03:47:31.766Z | Compiling idna v0.5.0 |
1344 | 2024-07-15T03:47:32.323Z | Compiling lazy_static v1.5.0 |
1345 | 2024-07-15T03:47:32.429Z | Compiling errno v0.3.9 |
1346 | 2024-07-15T03:47:32.663Z | Compiling fs-err v2.11.0 |
1347 | 2024-07-15T03:47:32.686Z | Compiling stable_deref_trait v1.2.0 |
1348 | 2024-07-15T03:47:32.794Z | Compiling tower-service v0.3.2 |
1349 | 2024-07-15T03:47:32.915Z | Compiling httpdate v1.0.3 |
1350 | 2024-07-15T03:47:32.932Z | Compiling anstyle v1.0.7 |
1351 | 2024-07-15T03:47:33.215Z | Compiling gimli v0.28.1 |
1352 | 2024-07-15T03:47:33.382Z | Compiling finl_unicode v1.2.0 |
1353 | 2024-07-15T03:47:33.566Z | Compiling cpufeatures v0.2.12 |
1354 | 2024-07-15T03:47:33.666Z | Compiling utf8parse v0.2.1 |
1355 | 2024-07-15T03:47:33.958Z | Compiling openssl-probe v0.1.5 |
1356 | 2024-07-15T03:47:34.951Z | Compiling stringprep v0.1.4 |
1357 | 2024-07-15T03:47:35.329Z | Compiling hyper v0.14.28 |
1358 | 2024-07-15T03:47:35.563Z | Compiling anstyle-parse v0.2.4 |
1359 | 2024-07-15T03:47:35.727Z | Compiling sha2 v0.10.8 |
1360 | 2024-07-15T03:47:36.478Z | Compiling url v2.5.0 |
1361 | 2024-07-15T03:47:38.198Z | Compiling addr2line v0.21.0 |
1362 | 2024-07-15T03:47:39.379Z | Compiling spki v0.7.3 |
1363 | 2024-07-15T03:47:39.877Z | Compiling usdt-attr-macro v0.5.0 |
1364 | 2024-07-15T03:47:41.456Z | Compiling usdt-macro v0.5.0 |
1365 | 2024-07-15T03:47:41.758Z | Compiling md-5 v0.10.6 |
1366 | 2024-07-15T03:47:44.799Z | Compiling idna v0.3.0 |
1367 | 2024-07-15T03:47:46.260Z | Compiling diesel_table_macro_syntax v0.1.0 |
1368 | 2024-07-15T03:47:46.304Z | Compiling num-integer v0.1.46 |
1369 | 2024-07-15T03:47:46.746Z | Compiling object v0.32.2 |
1370 | 2024-07-15T03:47:46.993Z | Compiling hash32 v0.2.1 |
1371 | 2024-07-15T03:47:47.146Z | Compiling anstyle-query v1.0.3 |
1372 | 2024-07-15T03:47:47.286Z | Compiling psl-types v2.0.11 |
1373 | 2024-07-15T03:47:47.359Z | Compiling rustc-demangle v0.1.24 |
1374 | 2024-07-15T03:47:48.881Z | Compiling colorchoice v1.0.1 |
1375 | 2024-07-15T03:47:49.043Z | Compiling is_terminal_polyfill v1.70.0 |
1376 | 2024-07-15T03:47:50.224Z | Compiling fallible-iterator v0.2.0 |
1377 | 2024-07-15T03:47:55.295Z | Compiling postgres-protocol v0.6.6 |
1378 | 2024-07-15T03:47:55.315Z | Compiling anstream v0.6.14 |
1379 | 2024-07-15T03:47:55.994Z | Compiling publicsuffix v2.2.3 |
1380 | 2024-07-15T03:47:56.451Z | Compiling diesel_derives v2.1.4 |
1381 | 2024-07-15T03:48:01.254Z | Compiling tokio-rustls v0.24.1 |
1382 | 2024-07-15T03:48:02.544Z | Compiling pkcs8 v0.10.2 |
1383 | 2024-07-15T03:48:03.008Z | Compiling terminal_size v0.3.0 |
1384 | 2024-07-15T03:48:03.216Z | Compiling tokio-native-tls v0.3.1 |
1385 | 2024-07-15T03:48:03.492Z | Compiling phf_shared v0.11.2 |
1386 | 2024-07-15T03:48:04.102Z | Compiling strum_macros v0.25.3 |
1387 | 2024-07-15T03:48:04.595Z | Compiling enum-as-inner v0.5.1 |
1388 | 2024-07-15T03:48:04.807Z | Compiling block-padding v0.3.3 |
1389 | 2024-07-15T03:48:05.038Z | Compiling regress v0.9.1 |
1390 | 2024-07-15T03:48:05.379Z | Compiling clap_derive v4.5.4 |
1391 | 2024-07-15T03:48:05.534Z | Compiling serde_repr v0.1.19 |
1392 | 2024-07-15T03:48:07.989Z | Compiling ff v0.13.0 |
1393 | 2024-07-15T03:48:08.263Z | Compiling scheduled-thread-pool v0.2.7 |
1394 | 2024-07-15T03:48:08.779Z | Compiling encoding_rs v0.8.34 |
1395 | 2024-07-15T03:48:09.793Z | Compiling managed v0.8.0 |
1396 | 2024-07-15T03:48:09.895Z | Compiling ipnet v2.9.0 |
1397 | 2024-07-15T03:48:10.278Z | Compiling mime v0.3.17 |
1398 | 2024-07-15T03:48:10.514Z | Compiling clap_lex v0.7.0 |
1399 | 2024-07-15T03:48:10.959Z | Compiling bit-vec v0.6.3 |
1400 | 2024-07-15T03:48:11.029Z | Compiling matches v0.1.10 |
1401 | 2024-07-15T03:48:11.122Z | Compiling bitflags v1.3.2 |
1402 | 2024-07-15T03:48:11.223Z | Compiling regex-automata v0.1.10 |
1403 | 2024-07-15T03:48:11.592Z | Compiling either v1.12.0 |
1404 | 2024-07-15T03:48:12.042Z | Compiling base16ct v0.2.0 |
1405 | 2024-07-15T03:48:12.238Z | Compiling bstr v0.2.17 |
1406 | 2024-07-15T03:48:12.274Z | Compiling sec1 v0.7.3 |
1407 | 2024-07-15T03:48:12.855Z | Compiling idna v0.2.3 |
1408 | 2024-07-15T03:48:13.606Z | Compiling clap_builder v4.5.2 |
1409 | 2024-07-15T03:48:14.281Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1410 | 2024-07-15T03:48:14.711Z | Compiling r2d2 v0.8.10 |
1411 | 2024-07-15T03:48:16.183Z | Compiling group v0.13.0 |
1412 | 2024-07-15T03:48:19.434Z | Compiling inout v0.1.3 |
1413 | 2024-07-15T03:48:19.978Z | Compiling phf v0.11.2 |
1414 | 2024-07-15T03:48:20.215Z | Compiling hyper-tls v0.5.0 |
1415 | 2024-07-15T03:48:20.233Z | Compiling signal-hook-mio v0.2.3 |
1416 | 2024-07-15T03:48:20.379Z | Compiling hyper-rustls v0.24.2 |
1417 | 2024-07-15T03:48:20.564Z | Compiling cookie_store v0.20.0 |
1418 | 2024-07-15T03:48:20.738Z | Compiling postgres-types v0.2.6 |
1419 | 2024-07-15T03:48:21.065Z | Compiling num-bigint v0.4.5 |
1420 | 2024-07-15T03:48:21.276Z | Compiling zerocopy v0.6.6 |
1421 | 2024-07-15T03:48:22.062Z | Compiling hubpack v0.1.2 |
1422 | 2024-07-15T03:48:22.108Z | Compiling rustls-pemfile v1.0.4 |
1423 | 2024-07-15T03:48:22.154Z | Compiling phf_shared v0.10.0 |
1424 | 2024-07-15T03:48:22.490Z | Compiling hkdf v0.12.4 |
1425 | 2024-07-15T03:48:22.507Z | Compiling serde_urlencoded v0.7.1 |
1426 | 2024-07-15T03:48:22.540Z | Compiling crossbeam-epoch v0.9.18 |
1427 | 2024-07-15T03:48:23.121Z | Compiling ipnetwork v0.20.0 |
1428 | 2024-07-15T03:48:23.803Z | Compiling futures-executor v0.3.30 |
1429 | 2024-07-15T03:48:24.323Z | Compiling crypto-bigint v0.5.5 |
1430 | 2024-07-15T03:48:24.729Z | Compiling float-cmp v0.9.0 |
1431 | 2024-07-15T03:48:24.760Z | Compiling memmap v0.7.0 |
1432 | 2024-07-15T03:48:24.991Z | Compiling precomputed-hash v0.1.1 |
1433 | 2024-07-15T03:48:25.092Z | Compiling static_assertions v1.1.0 |
1434 | 2024-07-15T03:48:25.113Z | Compiling normalize-line-endings v0.3.0 |
1435 | 2024-07-15T03:48:25.193Z | Compiling data-encoding v2.6.0 |
1436 | 2024-07-15T03:48:25.890Z | Compiling winnow v0.6.8 |
1437 | 2024-07-15T03:48:26.832Z | Compiling sync_wrapper v0.1.2 |
1438 | 2024-07-15T03:48:27.155Z | Compiling unicode-segmentation v1.11.0 |
1439 | 2024-07-15T03:48:27.215Z | Compiling fixedbitset v0.4.2 |
1440 | 2024-07-15T03:48:27.630Z | Compiling difflib v0.4.0 |
1441 | 2024-07-15T03:48:27.792Z | Compiling predicates-core v1.0.6 |
1442 | 2024-07-15T03:48:27.950Z | Compiling webpki-roots v0.25.4 |
1443 | 2024-07-15T03:48:28.116Z | Compiling minimal-lexical v0.2.1 |
1444 | 2024-07-15T03:48:28.615Z | Compiling new_debug_unreachable v1.0.6 |
1445 | 2024-07-15T03:48:28.630Z | Compiling whoami v1.5.1 |
1446 | 2024-07-15T03:48:28.694Z | Compiling string_cache v0.8.7 |
1447 | 2024-07-15T03:48:28.993Z | Compiling tokio-postgres v0.7.10 |
1448 | 2024-07-15T03:48:29.110Z | Compiling nom v7.1.3 |
1449 | 2024-07-15T03:48:29.208Z | Compiling reqwest v0.11.27 |
1450 | 2024-07-15T03:48:29.626Z | Compiling toml_edit v0.22.14 |
1451 | 2024-07-15T03:48:29.664Z | Compiling predicates v3.1.0 |
1452 | 2024-07-15T03:48:30.389Z | Compiling similar v2.5.0 |
1453 | 2024-07-15T03:48:31.273Z | Compiling petgraph v0.6.5 |
1454 | 2024-07-15T03:48:32.510Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1455 | 2024-07-15T03:48:32.769Z | Compiling elliptic-curve v0.13.8 |
1456 | 2024-07-15T03:48:33.542Z | Compiling trust-dns-proto v0.22.0 |
1457 | 2024-07-15T03:48:33.676Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1458 | 2024-07-15T03:48:35.216Z | Compiling usdt v0.5.0 |
1459 | 2024-07-15T03:48:36.210Z | Compiling futures v0.3.30 |
1460 | 2024-07-15T03:48:36.332Z | Compiling yasna v0.5.2 |
1461 | 2024-07-15T03:48:36.412Z | Compiling diesel v2.1.6 |
1462 | 2024-07-15T03:48:37.628Z | Compiling crossterm v0.27.0 |
1463 | 2024-07-15T03:48:37.662Z | Compiling flate2 v1.0.30 |
1464 | 2024-07-15T03:48:37.949Z | Compiling cipher v0.4.4 |
1465 | 2024-07-15T03:48:38.317Z | Compiling clap v4.5.4 |
1466 | 2024-07-15T03:48:38.600Z | Compiling itertools v0.12.1 |
1467 | 2024-07-15T03:48:39.139Z | Compiling itertools v0.10.5 |
1468 | 2024-07-15T03:48:40.030Z | Compiling bit-set v0.5.3 |
1469 | 2024-07-15T03:48:41.041Z | Compiling num-iter v0.1.45 |
1470 | 2024-07-15T03:48:41.350Z | Compiling console v0.15.8 |
1471 | 2024-07-15T03:48:41.971Z | Compiling tokio-stream v0.1.15 |
1472 | 2024-07-15T03:48:41.992Z | Compiling toml v0.7.8 |
1473 | 2024-07-15T03:48:42.012Z | Compiling bstr v1.9.1 |
1474 | 2024-07-15T03:48:42.187Z | Compiling hex v0.4.3 |
1475 | 2024-07-15T03:48:43.036Z | Compiling peg-runtime v0.8.3 |
1476 | 2024-07-15T03:48:43.096Z | Compiling unicode-xid v0.2.4 |
1477 | 2024-07-15T03:48:43.290Z | Compiling lalrpop-util v0.19.12 |
1478 | 2024-07-15T03:48:43.432Z | Compiling camino v1.1.7 |
1479 | 2024-07-15T03:48:43.665Z | Compiling proc-macro-crate v1.3.1 |
1480 | 2024-07-15T03:48:44.047Z | Compiling heapless v0.8.0 |
1481 | 2024-07-15T03:48:45.810Z | Compiling num_enum_derive v0.5.11 |
1482 | 2024-07-15T03:48:53.117Z | Compiling hash32 v0.3.1 |
1483 | 2024-07-15T03:48:53.387Z | Compiling smoltcp v0.11.0 |
1484 | 2024-07-15T03:48:53.440Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1485 | 2024-07-15T03:48:53.455Z | Compiling ident_case v1.0.1 |
1486 | 2024-07-15T03:48:53.779Z | Compiling rustls-pki-types v1.7.0 |
1487 | 2024-07-15T03:49:00.143Z | Compiling darling_core v0.20.9 |
1488 | 2024-07-15T03:49:10.618Z | Compiling num_enum v0.5.11 |
1489 | 2024-07-15T03:49:11.149Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1490 | 2024-07-15T03:49:11.344Z | Compiling getopts v0.2.21 |
1491 | 2024-07-15T03:49:12.234Z | Compiling dirs-sys-next v0.1.2 |
1492 | 2024-07-15T03:49:12.685Z | Compiling proc-macro-error-attr v1.0.4 |
1493 | 2024-07-15T03:49:12.979Z | Compiling embedded-io v0.4.0 |
1494 | 2024-07-15T03:49:13.225Z | Compiling unsafe-libyaml v0.2.11 |
1495 | 2024-07-15T03:49:13.522Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1496 | 2024-07-15T03:49:13.826Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1497 | 2024-07-15T03:49:14.092Z | Compiling rustls v0.22.4 |
1498 | 2024-07-15T03:49:14.357Z | Compiling paste v1.0.15 |
1499 | 2024-07-15T03:49:14.789Z | Compiling cobs v0.2.3 |
1500 | 2024-07-15T03:49:15.219Z | Compiling postcard v1.0.8 |
1501 | 2024-07-15T03:49:16.144Z | Compiling serde_yaml v0.9.34+deprecated |
1502 | 2024-07-15T03:49:18.549Z | Compiling dirs-next v2.0.0 |
1503 | 2024-07-15T03:49:19.905Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1504 | 2024-07-15T03:49:22.329Z | Compiling darling_macro v0.20.9 |
1505 | 2024-07-15T03:49:23.308Z | Compiling rustls-webpki v0.102.4 |
1506 | 2024-07-15T03:49:30.129Z | Compiling strum_macros v0.26.4 |
1507 | 2024-07-15T03:49:31.618Z | Compiling structmeta-derive v0.3.0 |
1508 | 2024-07-15T03:49:31.708Z | Compiling foreign-types-macros v0.2.3 |
1509 | 2024-07-15T03:49:32.941Z | Compiling thread_local v1.1.8 |
1510 | 2024-07-15T03:49:32.944Z | Compiling multer v3.1.0 |
1511 | 2024-07-15T03:49:33.238Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1512 | 2024-07-15T03:49:33.524Z | Compiling proc-macro-error v1.0.4 |
1513 | 2024-07-15T03:49:33.693Z | Compiling slog-async v2.8.0 |
1514 | 2024-07-15T03:49:33.798Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1515 | 2024-07-15T03:49:34.317Z | Compiling foreign-types-shared v0.3.1 |
1516 | 2024-07-15T03:49:34.932Z | Compiling match_cfg v0.1.0 |
1517 | 2024-07-15T03:49:35.257Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1518 | 2024-07-15T03:49:37.337Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1519 | 2024-07-15T03:49:40.388Z | Compiling hostname v0.3.1 |
1520 | 2024-07-15T03:49:40.652Z | Compiling strum v0.26.2 |
1521 | 2024-07-15T03:49:42.473Z | Compiling foreign-types v0.5.0 |
1522 | 2024-07-15T03:49:42.635Z | Compiling structmeta v0.3.0 |
1523 | 2024-07-15T03:49:46.732Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1524 | 2024-07-15T03:49:48.280Z | Compiling darling v0.20.9 |
1525 | 2024-07-15T03:49:53.377Z | Compiling term v0.7.0 |
1526 | 2024-07-15T03:49:58.037Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1527 | 2024-07-15T03:49:59.640Z | Compiling slog-json v2.6.1 |
1528 | 2024-07-15T03:50:00.181Z | Compiling tabwriter v1.4.0 |
1529 | 2024-07-15T03:50:00.951Z | Compiling crossbeam-channel v0.5.12 |
1530 | 2024-07-15T03:50:02.166Z | Compiling http v1.1.0 |
1531 | 2024-07-15T03:50:02.663Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1532 | 2024-07-15T03:50:02.866Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1533 | 2024-07-15T03:50:03.208Z | Compiling async-stream-impl v0.3.5 |
1534 | 2024-07-15T03:50:03.463Z | Compiling cstr-argument v0.1.2 |
1535 | 2024-07-15T03:50:03.480Z | Compiling is-terminal v0.4.12 |
1536 | 2024-07-15T03:50:03.614Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
1537 | 2024-07-15T03:50:03.732Z | Compiling fastrand v2.1.0 |
1538 | 2024-07-15T03:50:03.748Z | Compiling rayon-core v1.12.1 |
1539 | 2024-07-15T03:50:03.893Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1540 | 2024-07-15T03:50:04.016Z | Compiling base64 v0.22.1 |
1541 | 2024-07-15T03:50:04.173Z | Compiling pretty-hex v0.2.1 |
1542 | 2024-07-15T03:50:04.366Z | Compiling crucible-workspace-hack v0.1.0 |
1543 | 2024-07-15T03:50:04.386Z | Compiling atomic-waker v1.1.2 |
1544 | 2024-07-15T03:50:04.638Z | Compiling take_mut v0.2.2 |
1545 | 2024-07-15T03:50:04.996Z | Compiling rustls-pemfile v2.1.2 |
1546 | 2024-07-15T03:50:05.145Z | Compiling waitgroup v0.1.2 |
1547 | 2024-07-15T03:50:05.401Z | Compiling async-stream v0.3.5 |
1548 | 2024-07-15T03:50:05.540Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1549 | 2024-07-15T03:50:05.755Z | Compiling tempfile v3.10.1 |
1550 | 2024-07-15T03:50:06.166Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1551 | 2024-07-15T03:50:06.862Z | Compiling slog-term v2.9.1 |
1552 | 2024-07-15T03:50:07.285Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1553 | 2024-07-15T03:50:07.523Z | Compiling slog-bunyan v2.5.0 |
1554 | 2024-07-15T03:50:07.815Z | Compiling tokio-rustls v0.25.0 |
1555 | 2024-07-15T03:50:07.909Z | Compiling serde_with_macros v3.8.3 |
1556 | 2024-07-15T03:50:08.305Z | Compiling parse-display-derive v0.9.1 |
1557 | 2024-07-15T03:50:08.325Z | Compiling toml v0.8.14 |
1558 | 2024-07-15T03:50:08.718Z | Compiling sha1 v0.10.6 |
1559 | 2024-07-15T03:50:09.533Z | Compiling crossbeam-deque v0.8.5 |
1560 | 2024-07-15T03:50:09.730Z | Compiling colored v2.1.0 |
1561 | 2024-07-15T03:50:09.926Z | Compiling newtype-uuid v1.1.0 |
1562 | 2024-07-15T03:50:10.272Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
1563 | 2024-07-15T03:50:10.667Z | Compiling serde_path_to_error v0.1.16 |
1564 | 2024-07-15T03:50:11.022Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1565 | 2024-07-15T03:50:11.678Z | Compiling socket2 v0.4.10 |
1566 | 2024-07-15T03:50:11.731Z | Compiling hostname v0.4.0 |
1567 | 2024-07-15T03:50:11.980Z | Compiling instant v0.1.12 |
1568 | 2024-07-15T03:50:12.156Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1569 | 2024-07-15T03:50:12.471Z | Compiling debug-ignore v1.0.5 |
1570 | 2024-07-15T03:50:12.562Z | Compiling parse-display v0.9.1 |
1571 | 2024-07-15T03:50:12.626Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1572 | 2024-07-15T03:50:14.530Z | Compiling backoff v0.4.0 |
1573 | 2024-07-15T03:50:14.886Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1574 | 2024-07-15T03:50:15.105Z | Compiling serde_with v3.8.3 |
1575 | 2024-07-15T03:50:15.359Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1576 | 2024-07-15T03:50:15.854Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1577 | 2024-07-15T03:50:17.243Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1578 | 2024-07-15T03:50:17.968Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
1579 | 2024-07-15T03:50:17.998Z | Compiling camino-tempfile v1.1.1 |
1580 | 2024-07-15T03:50:18.904Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1581 | 2024-07-15T03:50:19.362Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1582 | 2024-07-15T03:50:19.379Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1583 | 2024-07-15T03:50:19.546Z | Compiling macaddr v1.0.1 |
1584 | 2024-07-15T03:50:19.699Z | Compiling num-derive v0.4.2 |
1585 | 2024-07-15T03:50:20.167Z | Compiling sigpipe v0.1.3 |
1586 | 2024-07-15T03:50:20.305Z | Compiling libefi-sys v0.1.0 |
1587 | 2024-07-15T03:50:20.621Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1588 | 2024-07-15T03:50:21.175Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1589 | 2024-07-15T03:50:21.916Z | Compiling rayon v1.10.0 |
1590 | 2024-07-15T03:50:22.047Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1591 | 2024-07-15T03:50:22.184Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1592 | 2024-07-15T03:50:23.084Z | Compiling smf v0.2.3 |
1593 | 2024-07-15T03:50:23.720Z | Compiling bitfield-struct v0.6.1 |
1594 | 2024-07-15T03:50:24.533Z | Compiling blake3 v1.5.1 |
1595 | 2024-07-15T03:50:25.082Z | Compiling ring v0.16.20 |
1596 | 2024-07-15T03:50:25.098Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1597 | 2024-07-15T03:50:25.437Z | Compiling portable-atomic v1.6.0 |
1598 | 2024-07-15T03:50:26.012Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1599 | 2024-07-15T03:50:26.630Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1600 | 2024-07-15T03:50:26.780Z | Compiling xattr v1.3.1 |
1601 | 2024-07-15T03:50:26.821Z | Compiling memmap2 v0.9.4 |
1602 | 2024-07-15T03:50:27.081Z | Compiling filetime v0.2.23 |
1603 | 2024-07-15T03:50:27.378Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1604 | 2024-07-15T03:50:27.425Z | Compiling spin v0.5.2 |
1605 | 2024-07-15T03:50:27.512Z | Compiling arrayvec v0.7.4 |
1606 | 2024-07-15T03:50:27.679Z | Compiling arrayref v0.3.7 |
1607 | 2024-07-15T03:50:27.710Z | Compiling untrusted v0.7.1 |
1608 | 2024-07-15T03:50:27.785Z | Compiling same-file v1.0.6 |
1609 | 2024-07-15T03:50:27.806Z | Compiling constant_time_eq v0.3.0 |
1610 | 2024-07-15T03:50:27.896Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1611 | 2024-07-15T03:50:27.962Z | Compiling walkdir v2.5.0 |
1612 | 2024-07-15T03:50:28.051Z | Compiling tar v0.4.40 |
1613 | 2024-07-15T03:50:29.528Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1614 | 2024-07-15T03:50:30.704Z | Compiling cargo-platform v0.1.8 |
1615 | 2024-07-15T03:50:30.778Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1616 | 2024-07-15T03:50:31.806Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1617 | 2024-07-15T03:50:31.854Z | Compiling gethostname v0.4.3 |
1618 | 2024-07-15T03:50:32.132Z | Compiling number_prefix v0.4.0 |
1619 | 2024-07-15T03:50:32.385Z | Compiling topological-sort v0.2.2 |
1620 | 2024-07-15T03:50:32.655Z | Compiling indicatif v0.17.8 |
1621 | 2024-07-15T03:50:33.342Z | Compiling cargo_metadata v0.18.1 |
1622 | 2024-07-15T03:50:34.345Z | Compiling omicron-zone-package v0.11.0 |
1623 | 2024-07-15T03:50:42.552Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1624 | 2024-07-15T03:50:45.097Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1625 | 2024-07-15T03:50:47.641Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1626 | 2024-07-15T03:50:49.188Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1627 | 2024-07-15T03:51:06.680Z | Finished `release` profile [optimized] target(s) in 4m 35s |
1628 | 2024-07-15T03:51:06.795Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1629 | 2024-07-15T03:51:06.840Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1630 | 2024-07-15T03:51:06.842Z | Created new build target 'test' and set it as active |
1631 | 2024-07-15T03:51:06.842Z | |
1632 | 2024-07-15T03:51:06.843Z | real 4:35.333044021 |
1633 | 2024-07-15T03:51:06.843Z | user 30:48.197648534 |
1634 | 2024-07-15T03:51:06.843Z | sys 3:59.409788720 |
1635 | 2024-07-15T03:51:06.843Z | trap 0.907652221 |
1636 | 2024-07-15T03:51:06.843Z | tflt 3.307450752 |
1637 | 2024-07-15T03:51:06.843Z | dflt 1.948444947 |
1638 | 2024-07-15T03:51:06.843Z | kflt 0.001482073 |
1639 | 2024-07-15T03:51:06.843Z | lock 1:04:40.888552206 |
1640 | 2024-07-15T03:51:06.843Z | slp 1:26:33.323162869 |
1641 | 2024-07-15T03:51:06.843Z | lat 1:59.406402076 |
1642 | 2024-07-15T03:51:06.843Z | stop 3:00.103662697 |
1643 | 2024-07-15T03:51:06.846Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1644 | 2024-07-15T03:51:07.753Z | Finished `release` profile [optimized] target(s) in 0.86s |
1645 | 2024-07-15T03:51:07.794Z | Running `target/release/omicron-package -t test package` |
1646 | 2024-07-15T03:51:07.831Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1647 | 2024-07-15T03:51:08.896Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1648 | 2024-07-15T03:51:08.996Z | Compiling humantime v2.1.0 |
1649 | 2024-07-15T03:51:08.999Z | Compiling newline-converter v0.3.0 |
1650 | 2024-07-15T03:51:08.999Z | Compiling derive-where v1.2.7 |
1651 | 2024-07-15T03:51:08.999Z | Compiling dirs-sys-next v0.1.2 |
1652 | 2024-07-15T03:51:08.999Z | Compiling convert_case v0.4.0 |
1653 | 2024-07-15T03:51:09.008Z | Compiling prettyplease v0.2.20 |
1654 | 2024-07-15T03:51:09.011Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1655 | 2024-07-15T03:51:09.206Z | Compiling camino v1.1.7 |
1656 | 2024-07-15T03:51:09.267Z | Compiling expectorate v1.1.0 |
1657 | 2024-07-15T03:51:09.283Z | Compiling dirs-next v2.0.0 |
1658 | 2024-07-15T03:51:09.286Z | Compiling password-hash v0.5.0 |
1659 | 2024-07-15T03:51:09.438Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1660 | 2024-07-15T03:51:09.453Z | Compiling term v0.7.0 |
1661 | 2024-07-15T03:51:09.551Z | Compiling blake2 v0.10.6 |
1662 | 2024-07-15T03:51:09.815Z | Compiling derive_more v0.99.18 |
1663 | 2024-07-15T03:51:10.725Z | Compiling argon2 v0.5.3 |
1664 | 2024-07-15T03:51:10.754Z | Compiling is-terminal v0.4.12 |
1665 | 2024-07-15T03:51:10.773Z | Compiling semver v0.1.20 |
1666 | 2024-07-15T03:51:10.883Z | Compiling toml v0.8.14 |
1667 | 2024-07-15T03:51:11.379Z | Compiling rustc_version v0.1.7 |
1668 | 2024-07-15T03:51:11.558Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1669 | 2024-07-15T03:51:11.804Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1670 | 2024-07-15T03:51:12.185Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1671 | 2024-07-15T03:51:12.222Z | Compiling newtype_derive v0.1.6 |
1672 | 2024-07-15T03:51:12.361Z | Compiling linked-hash-map v0.5.6 |
1673 | 2024-07-15T03:51:12.401Z | Compiling rustls-pki-types v1.7.0 |
1674 | 2024-07-15T03:51:12.709Z | Compiling steno v0.4.1 |
1675 | 2024-07-15T03:51:12.775Z | Compiling lru-cache v0.1.2 |
1676 | 2024-07-15T03:51:12.999Z | Compiling rustls-webpki v0.102.4 |
1677 | 2024-07-15T03:51:13.159Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1678 | 2024-07-15T03:51:13.259Z | Compiling rustls v0.22.4 |
1679 | 2024-07-15T03:51:13.284Z | Compiling thread_local v1.1.8 |
1680 | 2024-07-15T03:51:13.773Z | Compiling match_cfg v0.1.0 |
1681 | 2024-07-15T03:51:13.870Z | Compiling home v0.5.9 |
1682 | 2024-07-15T03:51:14.939Z | Compiling hostname v0.3.1 |
1683 | 2024-07-15T03:51:15.167Z | Compiling multer v3.1.0 |
1684 | 2024-07-15T03:51:15.236Z | Compiling slog-async v2.8.0 |
1685 | 2024-07-15T03:51:15.264Z | Compiling slog-json v2.6.1 |
1686 | 2024-07-15T03:51:15.305Z | Compiling crossbeam-channel v0.5.12 |
1687 | 2024-07-15T03:51:15.617Z | Compiling http v1.1.0 |
1688 | 2024-07-15T03:51:15.889Z | Compiling slog-dtrace v0.3.0 |
1689 | 2024-07-15T03:51:16.192Z | Compiling termcolor v1.4.1 |
1690 | 2024-07-15T03:51:16.352Z | Compiling take_mut v0.2.2 |
1691 | 2024-07-15T03:51:16.516Z | Compiling base64 v0.22.1 |
1692 | 2024-07-15T03:51:17.122Z | Compiling atomic-waker v1.1.2 |
1693 | 2024-07-15T03:51:17.212Z | Compiling rustls-pemfile v2.1.2 |
1694 | 2024-07-15T03:51:17.297Z | Compiling waitgroup v0.1.2 |
1695 | 2024-07-15T03:51:17.672Z | Compiling slog-bunyan v2.5.0 |
1696 | 2024-07-15T03:51:17.878Z | Compiling slog-term v2.9.1 |
1697 | 2024-07-15T03:51:17.960Z | Compiling async-stream v0.3.5 |
1698 | 2024-07-15T03:51:18.096Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
1699 | 2024-07-15T03:51:18.180Z | Compiling sha1 v0.10.6 |
1700 | 2024-07-15T03:51:18.251Z | Compiling newtype-uuid v1.1.0 |
1701 | 2024-07-15T03:51:18.558Z | Compiling tokio-rustls v0.25.0 |
1702 | 2024-07-15T03:51:18.589Z | Compiling serde_path_to_error v0.1.16 |
1703 | 2024-07-15T03:51:18.592Z | Compiling hostname v0.4.0 |
1704 | 2024-07-15T03:51:18.968Z | Compiling instant v0.1.12 |
1705 | 2024-07-15T03:51:19.026Z | Compiling debug-ignore v1.0.5 |
1706 | 2024-07-15T03:51:19.106Z | Compiling backoff v0.4.0 |
1707 | 2024-07-15T03:51:19.167Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1708 | 2024-07-15T03:51:19.415Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
1709 | 2024-07-15T03:51:19.450Z | Compiling parse-display v0.9.1 |
1710 | 2024-07-15T03:51:20.019Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1711 | 2024-07-15T03:51:20.220Z | Compiling serde_with v3.8.3 |
1712 | 2024-07-15T03:51:20.967Z | Compiling strum v0.26.2 |
1713 | 2024-07-15T03:51:21.144Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1714 | 2024-07-15T03:51:22.228Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1715 | 2024-07-15T03:51:22.930Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1716 | 2024-07-15T03:51:23.094Z | Compiling num-rational v0.4.2 |
1717 | 2024-07-15T03:51:23.115Z | Compiling num-complex v0.4.6 |
1718 | 2024-07-15T03:51:23.258Z | Compiling macaddr v1.0.1 |
1719 | 2024-07-15T03:51:23.685Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1720 | 2024-07-15T03:51:24.159Z | Compiling quick-error v1.2.3 |
1721 | 2024-07-15T03:51:24.281Z | Compiling resolv-conf v0.7.0 |
1722 | 2024-07-15T03:51:24.312Z | Compiling num v0.4.3 |
1723 | 2024-07-15T03:51:24.755Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1724 | 2024-07-15T03:51:26.883Z | Compiling swrite v0.1.0 |
1725 | 2024-07-15T03:51:26.901Z | Compiling float-ord v0.3.2 |
1726 | 2024-07-15T03:51:27.015Z | Compiling utf-8 v0.7.6 |
1727 | 2024-07-15T03:51:27.061Z | Compiling radium v0.7.0 |
1728 | 2024-07-15T03:51:27.244Z | Compiling trust-dns-resolver v0.22.0 |
1729 | 2024-07-15T03:51:27.478Z | Compiling maybe-uninit v2.0.0 |
1730 | 2024-07-15T03:51:27.512Z | Compiling tap v1.0.1 |
1731 | 2024-07-15T03:51:27.718Z | Compiling wyz v0.5.1 |
1732 | 2024-07-15T03:51:28.216Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1733 | 2024-07-15T03:51:28.604Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1734 | 2024-07-15T03:51:34.256Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1735 | 2024-07-15T03:51:34.688Z | Compiling display-error-chain v0.2.0 |
1736 | 2024-07-15T03:51:34.879Z | Compiling crc-catalog v2.4.0 |
1737 | 2024-07-15T03:51:35.035Z | Compiling num-bigint-dig v0.8.4 |
1738 | 2024-07-15T03:51:35.408Z | Compiling funty v2.0.0 |
1739 | 2024-07-15T03:51:37.990Z | Compiling packed_struct v0.10.1 |
1740 | 2024-07-15T03:51:38.450Z | Compiling bitvec v1.0.1 |
1741 | 2024-07-15T03:51:40.037Z | Compiling crc v3.2.1 |
1742 | 2024-07-15T03:51:43.057Z | Compiling nibble_vec v0.1.0 |
1743 | 2024-07-15T03:51:43.301Z | Compiling packed_struct_codegen v0.10.1 |
1744 | 2024-07-15T03:51:45.940Z | Compiling indexmap v1.9.3 |
1745 | 2024-07-15T03:51:46.235Z | Compiling crunchy v0.2.2 |
1746 | 2024-07-15T03:51:46.277Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1747 | 2024-07-15T03:51:46.673Z | Compiling glob v0.3.1 |
1748 | 2024-07-15T03:51:47.059Z | Compiling nodrop v0.1.14 |
1749 | 2024-07-15T03:51:47.196Z | Compiling endian-type v0.1.2 |
1750 | 2024-07-15T03:51:47.448Z | Compiling radix_trie v0.2.1 |
1751 | 2024-07-15T03:51:47.451Z | Compiling clang-sys v1.7.0 |
1752 | 2024-07-15T03:51:48.112Z | Compiling array-init v0.0.4 |
1753 | 2024-07-15T03:51:48.892Z | Compiling smallvec v0.6.14 |
1754 | 2024-07-15T03:51:49.396Z | Compiling pkcs1 v0.7.5 |
1755 | 2024-07-15T03:51:50.473Z | Compiling signature v2.2.0 |
1756 | 2024-07-15T03:51:50.754Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1757 | 2024-07-15T03:51:50.770Z | Compiling cancel-safe-futures v0.1.5 |
1758 | 2024-07-15T03:51:51.092Z | Compiling tiny-keccak v2.0.2 |
1759 | 2024-07-15T03:51:51.169Z | Compiling hashbrown v0.12.3 |
1760 | 2024-07-15T03:51:51.361Z | Compiling maplit v1.0.2 |
1761 | 2024-07-15T03:51:51.484Z | Compiling bitfield v0.14.0 |
1762 | 2024-07-15T03:51:51.843Z | Compiling serde-hex v0.1.0 |
1763 | 2024-07-15T03:51:52.539Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1764 | 2024-07-15T03:51:53.453Z | Compiling rsa v0.9.6 |
1765 | 2024-07-15T03:51:53.708Z | Compiling bzip2 v0.4.4 |
1766 | 2024-07-15T03:51:54.180Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1767 | 2024-07-15T03:51:54.488Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1768 | 2024-07-15T03:51:55.520Z | Compiling env_logger v0.10.2 |
1769 | 2024-07-15T03:51:56.962Z | Compiling x509-cert v0.2.5 |
1770 | 2024-07-15T03:51:58.741Z | Compiling ron v0.8.1 |
1771 | 2024-07-15T03:51:59.130Z | Compiling hashbrown v0.13.2 |
1772 | 2024-07-15T03:51:59.343Z | Compiling crc-any v2.5.0 |
1773 | 2024-07-15T03:52:00.305Z | Compiling zip v0.6.6 |
1774 | 2024-07-15T03:52:00.531Z | Compiling object v0.30.4 |
1775 | 2024-07-15T03:52:03.166Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1776 | 2024-07-15T03:52:05.029Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1777 | 2024-07-15T03:52:06.099Z | Compiling rayon-core v1.12.1 |
1778 | 2024-07-15T03:52:06.124Z | Compiling ascii-canvas v3.0.0 |
1779 | 2024-07-15T03:52:06.630Z | Compiling crossbeam-deque v0.8.5 |
1780 | 2024-07-15T03:52:06.961Z | Compiling ena v0.14.3 |
1781 | 2024-07-15T03:52:07.396Z | Compiling libloading v0.8.3 |
1782 | 2024-07-15T03:52:07.764Z | Compiling half v2.4.1 |
1783 | 2024-07-15T03:52:08.526Z | Compiling arc-swap v1.7.1 |
1784 | 2024-07-15T03:52:09.194Z | Compiling bindgen v0.69.4 |
1785 | 2024-07-15T03:52:09.215Z | Compiling ciborium-io v0.2.2 |
1786 | 2024-07-15T03:52:09.353Z | Compiling path-slash v0.1.5 |
1787 | 2024-07-15T03:52:09.598Z | Compiling diff v0.1.13 |
1788 | 2024-07-15T03:52:09.618Z | Compiling regex-syntax v0.6.29 |
1789 | 2024-07-15T03:52:10.164Z | Compiling same-file v1.0.6 |
1790 | 2024-07-15T03:52:10.383Z | Compiling fastrand v2.1.0 |
1791 | 2024-07-15T03:52:10.489Z | Compiling walkdir v2.5.0 |
1792 | 2024-07-15T03:52:10.904Z | Compiling tempfile v3.10.1 |
1793 | 2024-07-15T03:52:11.155Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1794 | 2024-07-15T03:52:11.694Z | Compiling ciborium-ll v0.2.2 |
1795 | 2024-07-15T03:52:12.190Z | Compiling slog-scope v4.4.0 |
1796 | 2024-07-15T03:52:13.087Z | Compiling lalrpop v0.19.12 |
1797 | 2024-07-15T03:52:15.592Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1798 | 2024-07-15T03:52:16.517Z | Compiling which v4.4.2 |
1799 | 2024-07-15T03:52:16.750Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1800 | 2024-07-15T03:52:16.984Z | Compiling cexpr v0.6.0 |
1801 | 2024-07-15T03:52:17.080Z | Compiling fxhash v0.2.1 |
1802 | 2024-07-15T03:52:17.309Z | Compiling ref-cast v1.0.23 |
1803 | 2024-07-15T03:52:17.777Z | Compiling rustc-hash v1.1.0 |
1804 | 2024-07-15T03:52:17.931Z | Compiling lazycell v1.3.0 |
1805 | 2024-07-15T03:52:18.106Z | Compiling shlex v1.3.0 |
1806 | 2024-07-15T03:52:18.676Z | Compiling ring v0.16.20 |
1807 | 2024-07-15T03:52:21.330Z | Compiling blake3 v1.5.1 |
1808 | 2024-07-15T03:52:21.744Z | Compiling rayon v1.10.0 |
1809 | 2024-07-15T03:52:22.772Z | Compiling slog-stdlog v4.1.1 |
1810 | 2024-07-15T03:52:23.683Z | Compiling ciborium v0.2.2 |
1811 | 2024-07-15T03:52:25.051Z | Compiling tungstenite v0.21.0 |
1812 | 2024-07-15T03:52:25.850Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1813 | 2024-07-15T03:52:26.132Z | Compiling derive_builder_core v0.20.0 |
1814 | 2024-07-15T03:52:26.576Z | Compiling headers-core v0.2.0 |
1815 | 2024-07-15T03:52:26.749Z | Compiling xattr v1.3.1 |
1816 | 2024-07-15T03:52:27.012Z | Compiling libxml v0.3.3 |
1817 | 2024-07-15T03:52:27.199Z | Compiling async-recursion v1.1.1 |
1818 | 2024-07-15T03:52:27.357Z | Compiling ref-cast-impl v1.0.23 |
1819 | 2024-07-15T03:52:28.412Z | Compiling filetime v0.2.23 |
1820 | 2024-07-15T03:52:28.533Z | Compiling memmap2 v0.9.4 |
1821 | 2024-07-15T03:52:28.703Z | Compiling atty v0.2.14 |
1822 | 2024-07-15T03:52:28.718Z | Compiling untrusted v0.7.1 |
1823 | 2024-07-15T03:52:28.855Z | Compiling arrayref v0.3.7 |
1824 | 2024-07-15T03:52:28.895Z | Compiling constant_time_eq v0.3.0 |
1825 | 2024-07-15T03:52:28.932Z | Compiling arrayvec v0.7.4 |
1826 | 2024-07-15T03:52:28.957Z | Compiling spin v0.5.2 |
1827 | 2024-07-15T03:52:29.053Z | Compiling tar v0.4.40 |
1828 | 2024-07-15T03:52:30.532Z | Compiling derive_builder_macro v0.20.0 |
1829 | 2024-07-15T03:52:30.806Z | Compiling headers v0.3.9 |
1830 | 2024-07-15T03:52:30.924Z | Compiling tokio-tungstenite v0.21.0 |
1831 | 2024-07-15T03:52:31.390Z | Compiling slog-envlogger v2.2.0 |
1832 | 2024-07-15T03:52:31.476Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1833 | 2024-07-15T03:52:32.575Z | Compiling camino-tempfile v1.1.1 |
1834 | 2024-07-15T03:52:32.808Z | Compiling samael v0.0.15 |
1835 | 2024-07-15T03:52:33.011Z | Compiling toolchain_find v0.4.0 |
1836 | 2024-07-15T03:52:33.643Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1837 | 2024-07-15T03:52:33.645Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1838 | 2024-07-15T03:52:33.925Z | Compiling pem v3.0.4 |
1839 | 2024-07-15T03:52:33.941Z | Compiling libsw v3.3.1 |
1840 | 2024-07-15T03:52:34.276Z | Compiling strum_macros v0.24.3 |
1841 | 2024-07-15T03:52:34.486Z | Compiling cookie v0.18.1 |
1842 | 2024-07-15T03:52:34.646Z | Compiling owo-colors v4.0.0 |
1843 | 2024-07-15T03:52:34.677Z | Compiling cfg_aliases v0.1.1 |
1844 | 2024-07-15T03:52:34.777Z | Compiling linear-map v1.2.0 |
1845 | 2024-07-15T03:52:34.793Z | Compiling topological-sort v0.2.2 |
1846 | 2024-07-15T03:52:35.012Z | Compiling indoc v1.0.9 |
1847 | 2024-07-15T03:52:35.212Z | Compiling omicron-zone-package v0.11.0 |
1848 | 2024-07-15T03:52:35.381Z | Compiling nix v0.28.0 |
1849 | 2024-07-15T03:52:36.140Z | Compiling rustfmt-wrapper v0.2.1 |
1850 | 2024-07-15T03:52:36.690Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1851 | 2024-07-15T03:52:37.503Z | Compiling derive_builder v0.20.0 |
1852 | 2024-07-15T03:52:37.700Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1853 | 2024-07-15T03:52:38.775Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1854 | 2024-07-15T03:52:39.042Z | Compiling quick-xml v0.31.0 |
1855 | 2024-07-15T03:52:40.196Z | Compiling polar-core v0.27.3 |
1856 | 2024-07-15T03:52:40.547Z | Compiling oso-derive v0.27.3 |
1857 | 2024-07-15T03:52:40.723Z | Compiling impl-trait-for-tuples v0.2.2 |
1858 | 2024-07-15T03:52:41.525Z | Compiling vte_generate_state_changes v0.1.1 |
1859 | 2024-07-15T03:52:42.095Z | Compiling unicase v2.7.0 |
1860 | 2024-07-15T03:52:42.382Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1861 | 2024-07-15T03:52:42.712Z | Compiling buf-list v1.0.3 |
1862 | 2024-07-15T03:52:42.916Z | Compiling vte v0.11.1 |
1863 | 2024-07-15T03:52:43.371Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1864 | 2024-07-15T03:52:44.375Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1865 | 2024-07-15T03:52:45.903Z | Compiling tungstenite v0.20.1 |
1866 | 2024-07-15T03:52:46.910Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1867 | 2024-07-15T03:52:47.175Z | Compiling fd-lock v4.0.2 |
1868 | 2024-07-15T03:52:47.397Z | Compiling bb8 v0.8.5 |
1869 | 2024-07-15T03:52:48.000Z | Compiling const_format_proc_macros v0.2.32 |
1870 | 2024-07-15T03:52:50.022Z | Compiling pin-project-internal v1.1.5 |
1871 | 2024-07-15T03:52:50.065Z | Compiling memoffset v0.9.1 |
1872 | 2024-07-15T03:52:50.355Z | Compiling parking_lot_core v0.8.6 |
1873 | 2024-07-15T03:52:50.742Z | Compiling bytecount v0.6.8 |
1874 | 2024-07-15T03:52:51.052Z | Compiling papergrid v0.11.0 |
1875 | 2024-07-15T03:52:51.311Z | Compiling const_format v0.2.32 |
1876 | 2024-07-15T03:52:52.541Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1877 | 2024-07-15T03:52:52.883Z | Compiling pin-project v1.1.5 |
1878 | 2024-07-15T03:52:53.044Z | Compiling tokio-tungstenite v0.20.1 |
1879 | 2024-07-15T03:52:53.638Z | Compiling strip-ansi-escapes v0.2.0 |
1880 | 2024-07-15T03:52:55.640Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1881 | 2024-07-15T03:52:56.070Z | Compiling tabled_derive v0.7.0 |
1882 | 2024-07-15T03:52:58.473Z | Compiling peg-macros v0.8.3 |
1883 | 2024-07-15T03:52:59.422Z | Compiling snafu-derive v0.8.2 |
1884 | 2024-07-15T03:53:01.501Z | Compiling sqlparser_derive v0.2.2 |
1885 | 2024-07-15T03:53:01.952Z | Compiling unicode_categories v0.1.1 |
1886 | 2024-07-15T03:53:02.546Z | Compiling nu-ansi-term v0.50.0 |
1887 | 2024-07-15T03:53:02.645Z | Compiling sqlparser v0.45.0 |
1888 | 2024-07-15T03:53:03.176Z | Compiling reedline v0.31.0 |
1889 | 2024-07-15T03:53:03.832Z | Compiling rustyline v14.0.0 |
1890 | 2024-07-15T03:53:04.424Z | Compiling snafu v0.8.2 |
1891 | 2024-07-15T03:53:05.807Z | Compiling oso v0.27.3 |
1892 | 2024-07-15T03:53:16.103Z | Compiling sqlformat v0.2.3 |
1893 | 2024-07-15T03:53:24.143Z | Compiling peg v0.8.3 |
1894 | 2024-07-15T03:53:24.261Z | Compiling tabled v0.15.0 |
1895 | 2024-07-15T03:53:28.437Z | Compiling env_logger v0.9.3 |
1896 | 2024-07-15T03:53:29.965Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1897 | 2024-07-15T03:53:31.586Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1898 | 2024-07-15T03:53:32.078Z | Compiling globset v0.4.14 |
1899 | 2024-07-15T03:53:32.978Z | Compiling olpc-cjson v0.1.3 |
1900 | 2024-07-15T03:53:33.333Z | Compiling bcs v0.1.6 |
1901 | 2024-07-15T03:53:34.224Z | Compiling bitstruct_derive v0.1.0 |
1902 | 2024-07-15T03:53:35.504Z | Compiling serde_plain v1.0.2 |
1903 | 2024-07-15T03:53:36.059Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1904 | 2024-07-15T03:53:36.203Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1905 | 2024-07-15T03:53:36.499Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1906 | 2024-07-15T03:53:36.801Z | Compiling salty v0.2.0 |
1907 | 2024-07-15T03:53:37.215Z | Compiling highway v1.1.0 |
1908 | 2024-07-15T03:53:38.421Z | Compiling typed-path v0.7.1 |
1909 | 2024-07-15T03:53:38.631Z | Compiling signature v1.6.4 |
1910 | 2024-07-15T03:53:38.803Z | Compiling ascii v1.1.0 |
1911 | 2024-07-15T03:53:39.594Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1912 | 2024-07-15T03:53:39.864Z | Compiling ed25519 v1.5.3 |
1913 | 2024-07-15T03:53:40.194Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1914 | 2024-07-15T03:53:42.065Z | Compiling tough v0.17.1 |
1915 | 2024-07-15T03:53:45.445Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1916 | 2024-07-15T03:53:45.548Z | Compiling bitstruct v0.1.1 |
1917 | 2024-07-15T03:53:45.685Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1918 | 2024-07-15T03:53:46.123Z | Compiling parking_lot v0.11.2 |
1919 | 2024-07-15T03:53:46.249Z | Compiling nix v0.27.1 |
1920 | 2024-07-15T03:53:48.242Z | Compiling trust-dns-client v0.22.0 |
1921 | 2024-07-15T03:53:49.387Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1922 | 2024-07-15T03:53:49.711Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1923 | 2024-07-15T03:53:59.357Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1924 | 2024-07-15T03:54:00.560Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1925 | 2024-07-15T03:54:02.778Z | Compiling curve25519-dalek v4.1.3 |
1926 | 2024-07-15T03:54:03.184Z | Compiling kstat-rs v0.2.4 |
1927 | 2024-07-15T03:54:04.177Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1928 | 2024-07-15T03:54:05.002Z | Compiling erased-serde v0.3.31 |
1929 | 2024-07-15T03:54:06.780Z | Compiling serde_arrays v0.1.0 |
1930 | 2024-07-15T03:54:06.992Z | Compiling toml v0.5.11 |
1931 | 2024-07-15T03:54:13.450Z | Compiling serde-big-array v0.5.1 |
1932 | 2024-07-15T03:54:13.731Z | Compiling keccak v0.1.5 |
1933 | 2024-07-15T03:54:14.723Z | Compiling parse-size v1.0.0 |
1934 | 2024-07-15T03:54:15.018Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1935 | 2024-07-15T03:54:16.432Z | Compiling sha3 v0.10.8 |
1936 | 2024-07-15T03:54:17.907Z | Compiling trust-dns-server v0.22.1 |
1937 | 2024-07-15T03:54:21.444Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1938 | 2024-07-15T03:54:26.578Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1939 | 2024-07-15T03:54:27.086Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1940 | 2024-07-15T03:54:34.699Z | Compiling sled v0.34.7 |
1941 | 2024-07-15T03:54:35.081Z | Compiling mime_guess v2.0.4 |
1942 | 2024-07-15T03:54:39.002Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1943 | 2024-07-15T03:54:41.261Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1944 | 2024-07-15T03:54:43.912Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
1945 | 2024-07-15T03:54:46.271Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
1946 | 2024-07-15T03:54:47.807Z | Compiling signal-hook-tokio v0.3.1 |
1947 | 2024-07-15T03:54:48.021Z | Compiling universal-hash v0.5.1 |
1948 | 2024-07-15T03:54:48.280Z | Compiling heck v0.3.3 |
1949 | 2024-07-15T03:54:48.622Z | Compiling secrecy v0.8.0 |
1950 | 2024-07-15T03:54:48.895Z | Compiling rand_seeder v0.2.3 |
1951 | 2024-07-15T03:54:49.257Z | Compiling castaway v0.2.2 |
1952 | 2024-07-15T03:54:49.525Z | Compiling thiserror-impl-no-std v2.0.2 |
1953 | 2024-07-15T03:54:51.665Z | Compiling serde-big-array v0.4.1 |
1954 | 2024-07-15T03:54:51.921Z | Compiling nanorand v0.7.0 |
1955 | 2024-07-15T03:54:52.243Z | Compiling curve25519-dalek-derive v0.1.1 |
1956 | 2024-07-15T03:54:52.648Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1957 | 2024-07-15T03:54:52.941Z | Compiling opaque-debug v0.3.1 |
1958 | 2024-07-15T03:54:53.043Z | Compiling poly1305 v0.8.0 |
1959 | 2024-07-15T03:54:54.573Z | Compiling flume v0.11.0 |
1960 | 2024-07-15T03:54:55.338Z | Compiling thiserror-no-std v2.0.2 |
1961 | 2024-07-15T03:54:55.472Z | Compiling sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1962 | 2024-07-15T03:54:56.878Z | Compiling compact_str v0.7.1 |
1963 | 2024-07-15T03:54:58.501Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1964 | 2024-07-15T03:54:58.713Z | Compiling zone_cfg_derive v0.1.2 |
1965 | 2024-07-15T03:55:00.067Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1966 | 2024-07-15T03:55:00.206Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1967 | 2024-07-15T03:55:01.968Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1968 | 2024-07-15T03:55:09.670Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1969 | 2024-07-15T03:55:09.957Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1970 | 2024-07-15T03:55:10.321Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1971 | 2024-07-15T03:55:11.308Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1972 | 2024-07-15T03:55:16.312Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1973 | 2024-07-15T03:55:16.606Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1974 | 2024-07-15T03:55:16.903Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1975 | 2024-07-15T03:55:17.180Z | Compiling chacha20 v0.9.1 |
1976 | 2024-07-15T03:55:17.664Z | Compiling unicode-truncate v1.0.0 |
1977 | 2024-07-15T03:55:17.944Z | Compiling itertools v0.13.0 |
1978 | 2024-07-15T03:55:21.859Z | Compiling aead v0.5.2 |
1979 | 2024-07-15T03:55:22.213Z | Compiling lru v0.12.3 |
1980 | 2024-07-15T03:55:22.581Z | Compiling stability v0.2.0 |
1981 | 2024-07-15T03:55:23.544Z | Compiling corncobs v0.1.3 |
1982 | 2024-07-15T03:55:23.923Z | Compiling base64 v0.13.1 |
1983 | 2024-07-15T03:55:24.638Z | Compiling cassowary v0.3.0 |
1984 | 2024-07-15T03:55:24.694Z | Compiling ron v0.7.1 |
1985 | 2024-07-15T03:55:25.214Z | Compiling ratatui v0.27.0 |
1986 | 2024-07-15T03:55:26.518Z | Compiling sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1987 | 2024-07-15T03:55:27.260Z | Compiling chacha20poly1305 v0.10.1 |
1988 | 2024-07-15T03:55:27.582Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1989 | 2024-07-15T03:55:28.477Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1990 | 2024-07-15T03:55:29.990Z | Compiling zone v0.1.8 |
1991 | 2024-07-15T03:55:30.801Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1992 | 2024-07-15T03:55:32.224Z | Compiling vsss-rs v3.3.4 |
1993 | 2024-07-15T03:55:36.703Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1994 | 2024-07-15T03:55:37.418Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
1995 | 2024-07-15T03:55:40.289Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
1996 | 2024-07-15T03:55:41.842Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1997 | 2024-07-15T03:55:42.032Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1998 | 2024-07-15T03:55:42.052Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
1999 | 2024-07-15T03:55:42.294Z | Compiling portpicker v0.1.1 |
2000 | 2024-07-15T03:55:42.809Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2001 | 2024-07-15T03:55:45.059Z | Compiling csv-core v0.1.11 |
2002 | 2024-07-15T03:55:46.002Z | Compiling http-range v0.1.5 |
2003 | 2024-07-15T03:55:46.638Z | Compiling smawk v0.3.2 |
2004 | 2024-07-15T03:55:46.888Z | Compiling unicode-linebreak v0.1.5 |
2005 | 2024-07-15T03:55:47.250Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2006 | 2024-07-15T03:55:47.434Z | Compiling textwrap v0.16.1 |
2007 | 2024-07-15T03:55:48.509Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2008 | 2024-07-15T03:55:49.603Z | Compiling hyper-staticfile v0.9.5 |
2009 | 2024-07-15T03:55:51.167Z | Compiling csv v1.3.0 |
2010 | 2024-07-15T03:55:52.719Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2011 | 2024-07-15T03:55:58.355Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2012 | 2024-07-15T03:56:01.098Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2013 | 2024-07-15T03:56:04.167Z | Compiling rcgen v0.12.1 |
2014 | 2024-07-15T03:56:09.071Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2015 | 2024-07-15T03:56:13.242Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2016 | 2024-07-15T03:56:13.733Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2017 | 2024-07-15T03:56:14.013Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2018 | 2024-07-15T03:56:14.516Z | Compiling atomicwrites v0.4.3 |
2019 | 2024-07-15T03:56:14.550Z | Compiling fatfs v0.3.6 |
2020 | 2024-07-15T03:56:14.763Z | Compiling subprocess v0.2.9 |
2021 | 2024-07-15T03:56:15.071Z | Compiling rtoolbox v0.0.2 |
2022 | 2024-07-15T03:56:15.521Z | Compiling is_ci v1.2.0 |
2023 | 2024-07-15T03:56:15.814Z | Compiling assert_matches v1.5.0 |
2024 | 2024-07-15T03:56:17.314Z | Compiling supports-color v3.0.0 |
2025 | 2024-07-15T03:56:17.982Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2026 | 2024-07-15T03:56:19.841Z | Compiling rpassword v7.3.1 |
2027 | 2024-07-15T03:56:20.321Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2028 | 2024-07-15T03:56:20.913Z | Compiling tui-tree-widget v0.21.0 |
2029 | 2024-07-15T03:56:21.325Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2030 | 2024-07-15T03:56:23.505Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2031 | 2024-07-15T03:56:25.385Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2032 | 2024-07-15T03:56:25.678Z | Compiling shell-words v1.1.0 |
2033 | 2024-07-15T03:56:26.116Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2034 | 2024-07-15T03:56:27.151Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2035 | 2024-07-15T03:56:53.018Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2036 | 2024-07-15T03:57:03.224Z | Compiling uzers v0.11.3 |
2037 | 2024-07-15T03:57:06.149Z | Compiling multimap v0.10.0 |
2038 | 2024-07-15T03:57:49.698Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2039 | 2024-07-15T03:59:07.156Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2040 | 2024-07-15T03:59:27.612Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2041 | 2024-07-15T04:05:51.842Z | Finished `release` profile [optimized] target(s) in 14m 43s |
2042 | 2024-07-15T04:06:39.808Z | |
2043 | 2024-07-15T04:06:39.808Z | real 15:32.798502662 |
2044 | 2024-07-15T04:06:39.808Z | user 1:45:54.994471008 |
2045 | 2024-07-15T04:06:39.808Z | sys 5:51.571640012 |
2046 | 2024-07-15T04:06:39.808Z | trap 2.446715625 |
2047 | 2024-07-15T04:06:39.811Z | tflt 2.116280575 |
2048 | 2024-07-15T04:06:39.811Z | dflt 3.628303431 |
2049 | 2024-07-15T04:06:39.811Z | kflt 0.008873264 |
2050 | 2024-07-15T04:06:39.811Z | lock 6:29:39.177834782 |
2051 | 2024-07-15T04:06:39.811Z | slp 4:06:48.788604531 |
2052 | 2024-07-15T04:06:39.811Z | lat 2:32.500490208 |
2053 | 2024-07-15T04:06:39.811Z | stop 2:03.286158808 |
2054 | 2024-07-15T04:06:39.811Z | + mapfile -t packages |
2055 | 2024-07-15T04:06:39.811Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2056 | 2024-07-15T04:06:40.722Z | Finished `release` profile [optimized] target(s) in 0.86s |
2057 | 2024-07-15T04:06:40.763Z | Running `target/release/omicron-package -t test list-outputs` |
2058 | 2024-07-15T04:06:40.800Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2059 | 2024-07-15T04:06:40.803Z | + ptime -m cargo build --locked --release -p xtask |
2060 | 2024-07-15T04:06:41.419Z | Compiling serde v1.0.204 |
2061 | 2024-07-15T04:06:41.422Z | Compiling bitflags v2.5.0 |
2062 | 2024-07-15T04:06:41.422Z | Compiling syn v2.0.68 |
2063 | 2024-07-15T04:06:41.513Z | Compiling smallvec v1.13.2 |
2064 | 2024-07-15T04:06:41.516Z | Compiling bytes v1.6.0 |
2065 | 2024-07-15T04:06:41.520Z | Compiling scopeguard v1.2.0 |
2066 | 2024-07-15T04:06:41.546Z | Compiling hashbrown v0.14.5 |
2067 | 2024-07-15T04:06:41.667Z | Compiling lock_api v0.4.12 |
2068 | 2024-07-15T04:06:41.996Z | Compiling parking_lot_core v0.9.10 |
2069 | 2024-07-15T04:06:42.007Z | Compiling serde_json v1.0.120 |
2070 | 2024-07-15T04:06:42.043Z | Compiling log v0.4.21 |
2071 | 2024-07-15T04:06:42.055Z | Compiling mio v0.8.11 |
2072 | 2024-07-15T04:06:42.185Z | Compiling libc v0.2.155 |
2073 | 2024-07-15T04:06:42.351Z | Compiling parking_lot v0.12.2 |
2074 | 2024-07-15T04:06:42.873Z | Compiling generic-array v0.14.7 |
2075 | 2024-07-15T04:06:42.875Z | Compiling slog v2.7.0 |
2076 | 2024-07-15T04:06:43.074Z | Compiling indexmap v2.2.6 |
2077 | 2024-07-15T04:06:43.242Z | Compiling rustix v0.38.34 |
2078 | 2024-07-15T04:06:43.333Z | Compiling http v0.2.12 |
2079 | 2024-07-15T04:06:43.437Z | Compiling usdt-impl v0.5.0 |
2080 | 2024-07-15T04:06:43.711Z | Compiling syn v1.0.109 |
2081 | 2024-07-15T04:06:43.783Z | Compiling time-macros v0.2.18 |
2082 | 2024-07-15T04:06:44.175Z | Compiling thread-id v4.2.1 |
2083 | 2024-07-15T04:06:44.307Z | Compiling tracing v0.1.40 |
2084 | 2024-07-15T04:06:44.686Z | Compiling crossbeam-utils v0.8.19 |
2085 | 2024-07-15T04:06:45.019Z | Compiling http-body v0.4.6 |
2086 | 2024-07-15T04:06:45.476Z | Compiling unicode-normalization v0.1.23 |
2087 | 2024-07-15T04:06:45.553Z | Compiling unicode-bidi v0.3.15 |
2088 | 2024-07-15T04:06:45.966Z | Compiling crypto-common v0.1.6 |
2089 | 2024-07-15T04:06:46.197Z | Compiling block-buffer v0.10.4 |
2090 | 2024-07-15T04:06:46.446Z | Compiling idna v0.5.0 |
2091 | 2024-07-15T04:06:46.739Z | Compiling terminal_size v0.3.0 |
2092 | 2024-07-15T04:06:46.913Z | Compiling time v0.3.36 |
2093 | 2024-07-15T04:06:48.127Z | Compiling proc-macro-error v1.0.4 |
2094 | 2024-07-15T04:06:48.628Z | Compiling fs-err v2.11.0 |
2095 | 2024-07-15T04:06:48.786Z | Compiling anyhow v1.0.86 |
2096 | 2024-07-15T04:06:49.066Z | Compiling crossbeam-channel v0.5.12 |
2097 | 2024-07-15T04:06:49.527Z | Compiling clap_builder v4.5.2 |
2098 | 2024-07-15T04:06:49.751Z | Compiling url v2.5.0 |
2099 | 2024-07-15T04:06:49.797Z | Compiling digest v0.10.7 |
2100 | 2024-07-15T04:06:50.224Z | Compiling xattr v1.3.1 |
2101 | 2024-07-15T04:06:50.552Z | Compiling sha2 v0.10.8 |
2102 | 2024-07-15T04:06:50.792Z | Compiling slog-async v2.8.0 |
2103 | 2024-07-15T04:06:51.408Z | Compiling tabled_derive v0.7.0 |
2104 | 2024-07-15T04:06:53.450Z | Compiling serde_derive v1.0.204 |
2105 | 2024-07-15T04:06:53.635Z | Compiling thiserror-impl v1.0.60 |
2106 | 2024-07-15T04:06:53.666Z | Compiling zerocopy-derive v0.7.34 |
2107 | 2024-07-15T04:06:53.946Z | Compiling tokio-macros v2.3.0 |
2108 | 2024-07-15T04:06:55.317Z | Compiling futures-macro v0.3.30 |
2109 | 2024-07-15T04:06:55.572Z | Compiling tokio v1.38.0 |
2110 | 2024-07-15T04:06:55.749Z | Compiling zerocopy v0.7.34 |
2111 | 2024-07-15T04:06:56.180Z | Compiling scroll_derive v0.12.0 |
2112 | 2024-07-15T04:06:56.552Z | Compiling thiserror v1.0.60 |
2113 | 2024-07-15T04:06:56.701Z | Compiling pest v2.7.10 |
2114 | 2024-07-15T04:06:57.242Z | Compiling futures-util v0.3.30 |
2115 | 2024-07-15T04:06:57.593Z | Compiling openssl-macros v0.1.1 |
2116 | 2024-07-15T04:06:57.635Z | Compiling scroll v0.12.0 |
2117 | 2024-07-15T04:06:58.325Z | Compiling openssl v0.10.64 |
2118 | 2024-07-15T04:06:58.327Z | Compiling goblin v0.8.2 |
2119 | 2024-07-15T04:06:59.626Z | Compiling pest_meta v2.7.10 |
2120 | 2024-07-15T04:07:04.101Z | Compiling pest_generator v2.7.10 |
2121 | 2024-07-15T04:07:06.001Z | Compiling pest_derive v2.7.10 |
2122 | 2024-07-15T04:07:06.794Z | Compiling dtrace-parser v0.2.0 |
2123 | 2024-07-15T04:07:08.739Z | Compiling tokio-util v0.7.11 |
2124 | 2024-07-15T04:07:11.200Z | Compiling serde_tokenstream v0.2.1 |
2125 | 2024-07-15T04:07:11.739Z | Compiling h2 v0.3.26 |
2126 | 2024-07-15T04:07:13.623Z | Compiling dof v0.3.0 |
2127 | 2024-07-15T04:07:14.612Z | Compiling serde_spanned v0.6.6 |
2128 | 2024-07-15T04:07:14.888Z | Compiling toml_datetime v0.6.6 |
2129 | 2024-07-15T04:07:14.988Z | Compiling native-tls v0.2.11 |
2130 | 2024-07-15T04:07:16.048Z | Compiling tokio-native-tls v0.3.1 |
2131 | 2024-07-15T04:07:16.130Z | Compiling toml_edit v0.22.14 |
2132 | 2024-07-15T04:07:16.364Z | Compiling usdt-attr-macro v0.5.0 |
2133 | 2024-07-15T04:07:17.736Z | Compiling hyper v0.14.28 |
2134 | 2024-07-15T04:07:22.317Z | Compiling hyper-tls v0.5.0 |
2135 | 2024-07-15T04:07:22.735Z | Compiling toml v0.8.14 |
2136 | 2024-07-15T04:07:23.355Z | Compiling usdt-macro v0.5.0 |
2137 | 2024-07-15T04:07:24.589Z | Compiling slog-json v2.6.1 |
2138 | 2024-07-15T04:07:24.839Z | Compiling camino v1.1.7 |
2139 | 2024-07-15T04:07:25.137Z | Compiling cargo-platform v0.1.8 |
2140 | 2024-07-15T04:07:26.219Z | Compiling semver v1.0.23 |
2141 | 2024-07-15T04:07:26.241Z | Compiling serde_urlencoded v0.7.1 |
2142 | 2024-07-15T04:07:26.782Z | Compiling futures-executor v0.3.30 |
2143 | 2024-07-15T04:07:26.896Z | Compiling clap_derive v4.5.4 |
2144 | 2024-07-15T04:07:27.797Z | Compiling strum_macros v0.26.4 |
2145 | 2024-07-15T04:07:27.870Z | Compiling futures v0.3.30 |
2146 | 2024-07-15T04:07:28.002Z | Compiling reqwest v0.11.27 |
2147 | 2024-07-15T04:07:29.785Z | Compiling cargo_metadata v0.18.1 |
2148 | 2024-07-15T04:07:30.408Z | Compiling slog-bunyan v2.5.0 |
2149 | 2024-07-15T04:07:30.715Z | Compiling usdt v0.5.0 |
2150 | 2024-07-15T04:07:31.612Z | Compiling clap v4.5.4 |
2151 | 2024-07-15T04:07:31.737Z | Compiling cargo_toml v0.20.3 |
2152 | 2024-07-15T04:07:31.909Z | Compiling macaddr v1.0.1 |
2153 | 2024-07-15T04:07:32.211Z | Compiling tabled v0.15.0 |
2154 | 2024-07-15T04:07:32.510Z | Compiling tar v0.4.40 |
2155 | 2024-07-15T04:07:32.717Z | Compiling strum v0.26.2 |
2156 | 2024-07-15T04:07:32.932Z | Compiling slog-term v2.9.1 |
2157 | 2024-07-15T04:07:48.827Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2158 | 2024-07-15T04:08:03.249Z | Finished `release` profile [optimized] target(s) in 1m 22s |
2159 | 2024-07-15T04:08:03.349Z | |
2160 | 2024-07-15T04:08:03.352Z | real 1:22.509639485 |
2161 | 2024-07-15T04:08:03.352Z | user 8:59.621916309 |
2162 | 2024-07-15T04:08:03.352Z | sys 51.298822418 |
2163 | 2024-07-15T04:08:03.352Z | trap 0.253337345 |
2164 | 2024-07-15T04:08:03.352Z | tflt 0.531872850 |
2165 | 2024-07-15T04:08:03.352Z | dflt 0.229994122 |
2166 | 2024-07-15T04:08:03.352Z | kflt 0.000160667 |
2167 | 2024-07-15T04:08:03.352Z | lock 20:11.976974946 |
2168 | 2024-07-15T04:08:03.352Z | slp 22:38.596085766 |
2169 | 2024-07-15T04:08:03.352Z | lat 25.766393250 |
2170 | 2024-07-15T04:08:03.352Z | stop 24.904660848 |
2171 | 2024-07-15T04:08:03.352Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2172 | 2024-07-15T04:08:03.352Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2173 | 2024-07-15T04:08:03.352Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2174 | 2024-07-15T04:08:03.352Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2175 | 2024-07-15T04:08:03.352Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2176 | 2024-07-15T04:08:03.904Z | Downloading crates ... |
2177 | 2024-07-15T04:08:04.146Z | Downloaded ctr v0.9.2 |
2178 | 2024-07-15T04:08:04.149Z | Downloaded blowfish v0.9.1 |
2179 | 2024-07-15T04:08:04.161Z | Downloaded md5 v0.7.0 |
2180 | 2024-07-15T04:08:04.166Z | Downloaded russh-cryptovec v0.7.2 |
2181 | 2024-07-15T04:08:04.169Z | Downloaded dhcproto-macros v0.1.0 |
2182 | 2024-07-15T04:08:04.178Z | Downloaded option-ext v0.2.0 |
2183 | 2024-07-15T04:08:04.184Z | Downloaded rand_chacha v0.2.2 |
2184 | 2024-07-15T04:08:04.186Z | Downloaded hex-literal v0.4.1 |
2185 | 2024-07-15T04:08:04.189Z | Downloaded bcrypt-pbkdf v0.10.0 |
2186 | 2024-07-15T04:08:04.189Z | Downloaded rfc6979 v0.4.0 |
2187 | 2024-07-15T04:08:04.191Z | Downloaded pbkdf2 v0.12.2 |
2188 | 2024-07-15T04:08:04.191Z | Downloaded dirs-sys v0.4.1 |
2189 | 2024-07-15T04:08:04.194Z | Downloaded ed25519 v2.2.3 |
2190 | 2024-07-15T04:08:04.197Z | Downloaded primeorder v0.13.6 |
2191 | 2024-07-15T04:08:04.199Z | Downloaded rand_core v0.5.1 |
2192 | 2024-07-15T04:08:04.202Z | Downloaded cbc v0.1.2 |
2193 | 2024-07-15T04:08:04.205Z | Downloaded pbkdf2 v0.11.0 |
2194 | 2024-07-15T04:08:04.207Z | Downloaded internet-checksum v0.2.1 |
2195 | 2024-07-15T04:08:04.210Z | Downloaded polyval v0.6.2 |
2196 | 2024-07-15T04:08:04.210Z | Downloaded password-hash v0.4.2 |
2197 | 2024-07-15T04:08:04.213Z | Downloaded getrandom v0.1.16 |
2198 | 2024-07-15T04:08:04.215Z | Downloaded ecdsa v0.16.9 |
2199 | 2024-07-15T04:08:04.215Z | Downloaded dirs v5.0.1 |
2200 | 2024-07-15T04:08:04.218Z | Downloaded ghash v0.5.1 |
2201 | 2024-07-15T04:08:04.225Z | Downloaded russh-keys v0.43.0 |
2202 | 2024-07-15T04:08:04.228Z | Downloaded dhcproto v0.11.0 |
2203 | 2024-07-15T04:08:04.230Z | Downloaded p256 v0.13.2 |
2204 | 2024-07-15T04:08:04.245Z | Downloaded ed25519-dalek v2.1.1 |
2205 | 2024-07-15T04:08:04.248Z | Downloaded russh v0.43.0 |
2206 | 2024-07-15T04:08:04.253Z | Downloaded aes-gcm v0.10.3 |
2207 | 2024-07-15T04:08:04.256Z | Downloaded aes v0.8.4 |
2208 | 2024-07-15T04:08:04.259Z | Downloaded rand v0.7.3 |
2209 | 2024-07-15T04:08:04.263Z | Downloaded p521 v0.13.3 |
2210 | 2024-07-15T04:08:04.401Z | Compiling serde v1.0.204 |
2211 | 2024-07-15T04:08:04.404Z | Compiling scopeguard v1.2.0 |
2212 | 2024-07-15T04:08:04.404Z | Compiling log v0.4.21 |
2213 | 2024-07-15T04:08:04.404Z | Compiling smallvec v1.13.2 |
2214 | 2024-07-15T04:08:04.404Z | Compiling syn v2.0.68 |
2215 | 2024-07-15T04:08:04.404Z | Compiling getrandom v0.2.14 |
2216 | 2024-07-15T04:08:04.404Z | Compiling generic-array v0.14.7 |
2217 | 2024-07-15T04:08:04.404Z | Compiling libm v0.2.8 |
2218 | 2024-07-15T04:08:04.671Z | Compiling lock_api v0.4.12 |
2219 | 2024-07-15T04:08:04.782Z | Compiling rand_core v0.6.4 |
2220 | 2024-07-15T04:08:04.922Z | Compiling parking_lot_core v0.9.10 |
2221 | 2024-07-15T04:08:04.944Z | Compiling num-traits v0.2.19 |
2222 | 2024-07-15T04:08:04.961Z | Compiling subtle v2.5.0 |
2223 | 2024-07-15T04:08:05.061Z | Compiling mio v0.8.11 |
2224 | 2024-07-15T04:08:05.171Z | Compiling spin v0.9.8 |
2225 | 2024-07-15T04:08:05.294Z | Compiling parking_lot v0.12.2 |
2226 | 2024-07-15T04:08:05.319Z | Compiling ahash v0.8.11 |
2227 | 2024-07-15T04:08:05.429Z | Compiling serde_json v1.0.120 |
2228 | 2024-07-15T04:08:05.586Z | Compiling allocator-api2 v0.2.18 |
2229 | 2024-07-15T04:08:05.604Z | Compiling const-oid v0.9.6 |
2230 | 2024-07-15T04:08:05.711Z | Compiling iana-time-zone v0.1.60 |
2231 | 2024-07-15T04:08:05.777Z | Compiling syn v1.0.109 |
2232 | 2024-07-15T04:08:06.277Z | Compiling unicode-normalization v0.1.23 |
2233 | 2024-07-15T04:08:06.350Z | Compiling unicode-bidi v0.3.15 |
2234 | 2024-07-15T04:08:06.401Z | Compiling schemars v0.8.21 |
2235 | 2024-07-15T04:08:06.437Z | Compiling dyn-clone v1.0.17 |
2236 | 2024-07-15T04:08:06.653Z | Compiling ppv-lite86 v0.2.17 |
2237 | 2024-07-15T04:08:06.751Z | Compiling time-macros v0.2.18 |
2238 | 2024-07-15T04:08:07.388Z | Compiling ring v0.17.8 |
2239 | 2024-07-15T04:08:07.404Z | Compiling rand_chacha v0.3.1 |
2240 | 2024-07-15T04:08:07.622Z | Compiling aho-corasick v1.1.3 |
2241 | 2024-07-15T04:08:07.884Z | Compiling regex-syntax v0.8.3 |
2242 | 2024-07-15T04:08:08.648Z | Compiling rand v0.8.5 |
2243 | 2024-07-15T04:08:09.815Z | Compiling idna v0.5.0 |
2244 | 2024-07-15T04:08:10.308Z | Compiling time v0.3.36 |
2245 | 2024-07-15T04:08:10.537Z | Compiling slog v2.7.0 |
2246 | 2024-07-15T04:08:11.118Z | Compiling url v2.5.0 |
2247 | 2024-07-15T04:08:11.492Z | Compiling regex-automata v0.4.6 |
2248 | 2024-07-15T04:08:11.666Z | Compiling untrusted v0.9.0 |
2249 | 2024-07-15T04:08:11.847Z | Compiling serde_derive_internals v0.29.1 |
2250 | 2024-07-15T04:08:14.352Z | Compiling lazy_static v1.5.0 |
2251 | 2024-07-15T04:08:14.483Z | Compiling backtrace v0.3.71 |
2252 | 2024-07-15T04:08:14.810Z | Compiling gimli v0.28.1 |
2253 | 2024-07-15T04:08:14.851Z | Compiling object v0.32.2 |
2254 | 2024-07-15T04:08:14.927Z | Compiling rustc-demangle v0.1.24 |
2255 | 2024-07-15T04:08:15.855Z | Compiling anyhow v1.0.86 |
2256 | 2024-07-15T04:08:15.911Z | Compiling rustls v0.21.12 |
2257 | 2024-07-15T04:08:16.187Z | Compiling winnow v0.5.40 |
2258 | 2024-07-15T04:08:16.642Z | Compiling base64ct v1.6.0 |
2259 | 2024-07-15T04:08:17.100Z | Compiling regex v1.10.5 |
2260 | 2024-07-15T04:08:17.279Z | Compiling crossbeam-utils v0.8.19 |
2261 | 2024-07-15T04:08:17.983Z | Compiling sct v0.7.1 |
2262 | 2024-07-15T04:08:18.231Z | Compiling rustls-webpki v0.101.7 |
2263 | 2024-07-15T04:08:18.328Z | Compiling cookie v0.17.0 |
2264 | 2024-07-15T04:08:19.566Z | Compiling serde_derive v1.0.204 |
2265 | 2024-07-15T04:08:19.936Z | Compiling zeroize_derive v1.4.2 |
2266 | 2024-07-15T04:08:20.045Z | Compiling zerocopy-derive v0.7.34 |
2267 | 2024-07-15T04:08:20.140Z | Compiling thiserror-impl v1.0.60 |
2268 | 2024-07-15T04:08:20.284Z | Compiling tokio-macros v2.3.0 |
2269 | 2024-07-15T04:08:21.630Z | Compiling zeroize v1.7.0 |
2270 | 2024-07-15T04:08:21.768Z | Compiling futures-macro v0.3.30 |
2271 | 2024-07-15T04:08:22.079Z | Compiling schemars_derive v0.8.21 |
2272 | 2024-07-15T04:08:22.391Z | Compiling tracing-attributes v0.1.27 |
2273 | 2024-07-15T04:08:22.449Z | Compiling zerocopy v0.7.34 |
2274 | 2024-07-15T04:08:23.571Z | Compiling crypto-common v0.1.6 |
2275 | 2024-07-15T04:08:23.681Z | Compiling thiserror v1.0.60 |
2276 | 2024-07-15T04:08:23.819Z | Compiling block-buffer v0.10.4 |
2277 | 2024-07-15T04:08:23.837Z | Compiling async-trait v0.1.81 |
2278 | 2024-07-15T04:08:23.962Z | Compiling futures-util v0.3.30 |
2279 | 2024-07-15T04:08:24.192Z | Compiling digest v0.10.7 |
2280 | 2024-07-15T04:08:24.704Z | Compiling hashbrown v0.14.5 |
2281 | 2024-07-15T04:08:24.759Z | Compiling addr2line v0.21.0 |
2282 | 2024-07-15T04:08:25.001Z | Compiling openssl-macros v0.1.1 |
2283 | 2024-07-15T04:08:25.507Z | Compiling pest v2.7.10 |
2284 | 2024-07-15T04:08:26.093Z | Compiling idna v0.3.0 |
2285 | 2024-07-15T04:08:26.464Z | Compiling tracing v0.1.40 |
2286 | 2024-07-15T04:08:26.974Z | Compiling data-encoding v2.6.0 |
2287 | 2024-07-15T04:08:27.747Z | Compiling psl-types v2.0.11 |
2288 | 2024-07-15T04:08:27.751Z | Compiling hmac v0.12.1 |
2289 | 2024-07-15T04:08:27.949Z | Compiling publicsuffix v2.2.3 |
2290 | 2024-07-15T04:08:28.010Z | Compiling pest_meta v2.7.10 |
2291 | 2024-07-15T04:08:28.190Z | Compiling scroll_derive v0.12.0 |
2292 | 2024-07-15T04:08:29.209Z | Compiling webpki-roots v0.25.4 |
2293 | 2024-07-15T04:08:29.355Z | Compiling pest_generator v2.7.10 |
2294 | 2024-07-15T04:08:29.531Z | Compiling bitflags v1.3.2 |
2295 | 2024-07-15T04:08:29.638Z | Compiling block-padding v0.3.3 |
2296 | 2024-07-15T04:08:29.675Z | Compiling futures-executor v0.3.30 |
2297 | 2024-07-15T04:08:29.764Z | Compiling scroll v0.12.0 |
2298 | 2024-07-15T04:08:29.897Z | Compiling der_derive v0.7.2 |
2299 | 2024-07-15T04:08:30.281Z | Compiling futures v0.3.30 |
2300 | 2024-07-15T04:08:30.300Z | Compiling goblin v0.8.2 |
2301 | 2024-07-15T04:08:30.357Z | Compiling pem-rfc7468 v0.7.0 |
2302 | 2024-07-15T04:08:30.397Z | Compiling flagset v0.4.5 |
2303 | 2024-07-15T04:08:30.610Z | Compiling inout v0.1.3 |
2304 | 2024-07-15T04:08:30.896Z | Compiling cipher v0.4.4 |
2305 | 2024-07-15T04:08:31.192Z | Compiling sha2 v0.10.8 |
2306 | 2024-07-15T04:08:31.438Z | Compiling either v1.12.0 |
2307 | 2024-07-15T04:08:31.440Z | Compiling ff v0.13.0 |
2308 | 2024-07-15T04:08:31.692Z | Compiling stable_deref_trait v1.2.0 |
2309 | 2024-07-15T04:08:31.815Z | Compiling base16ct v0.2.0 |
2310 | 2024-07-15T04:08:31.879Z | Compiling group v0.13.0 |
2311 | 2024-07-15T04:08:32.150Z | Compiling hkdf v0.12.4 |
2312 | 2024-07-15T04:08:32.219Z | Compiling crypto-bigint v0.5.5 |
2313 | 2024-07-15T04:08:32.420Z | Compiling crossbeam-epoch v0.9.18 |
2314 | 2024-07-15T04:08:32.620Z | Compiling der v0.7.9 |
2315 | 2024-07-15T04:08:33.220Z | Compiling num-integer v0.1.46 |
2316 | 2024-07-15T04:08:33.425Z | Compiling pest_derive v2.7.10 |
2317 | 2024-07-15T04:08:34.048Z | Compiling unicode-segmentation v1.11.0 |
2318 | 2024-07-15T04:08:34.245Z | Compiling dtrace-parser v0.2.0 |
2319 | 2024-07-15T04:08:34.698Z | Compiling bytes v1.6.0 |
2320 | 2024-07-15T04:08:34.911Z | Compiling indexmap v2.2.6 |
2321 | 2024-07-15T04:08:35.358Z | Compiling uuid v1.9.1 |
2322 | 2024-07-15T04:08:36.047Z | Compiling tokio v1.38.0 |
2323 | 2024-07-15T04:08:36.131Z | Compiling chrono v0.4.38 |
2324 | 2024-07-15T04:08:36.414Z | Compiling bitflags v2.5.0 |
2325 | 2024-07-15T04:08:36.493Z | Compiling semver v1.0.23 |
2326 | 2024-07-15T04:08:36.865Z | Compiling http v0.2.12 |
2327 | 2024-07-15T04:08:36.899Z | Compiling serde_tokenstream v0.2.1 |
2328 | 2024-07-15T04:08:37.300Z | Compiling toml_datetime v0.6.6 |
2329 | 2024-07-15T04:08:37.459Z | Compiling serde_spanned v0.6.6 |
2330 | 2024-07-15T04:08:37.702Z | Compiling toml_edit v0.19.15 |
2331 | 2024-07-15T04:08:37.812Z | Compiling openssl v0.10.64 |
2332 | 2024-07-15T04:08:38.089Z | Compiling rustix v0.38.34 |
2333 | 2024-07-15T04:08:38.411Z | Compiling http-body v0.4.6 |
2334 | 2024-07-15T04:08:39.419Z | Compiling serde_urlencoded v0.7.1 |
2335 | 2024-07-15T04:08:39.985Z | Compiling cookie_store v0.20.0 |
2336 | 2024-07-15T04:08:40.158Z | Compiling openapiv3 v2.0.0 |
2337 | 2024-07-15T04:08:41.196Z | Compiling rustc_version v0.4.0 |
2338 | 2024-07-15T04:08:41.199Z | Compiling dof v0.3.0 |
2339 | 2024-07-15T04:08:41.540Z | Compiling spki v0.7.3 |
2340 | 2024-07-15T04:08:41.938Z | Compiling usdt-impl v0.5.0 |
2341 | 2024-07-15T04:08:42.040Z | Compiling pkcs8 v0.10.2 |
2342 | 2024-07-15T04:08:42.623Z | Compiling sec1 v0.7.3 |
2343 | 2024-07-15T04:08:42.992Z | Compiling elliptic-curve v0.13.8 |
2344 | 2024-07-15T04:08:43.182Z | Compiling ipnetwork v0.20.0 |
2345 | 2024-07-15T04:08:43.617Z | Compiling managed v0.8.0 |
2346 | 2024-07-15T04:08:43.653Z | Compiling usdt-macro v0.5.0 |
2347 | 2024-07-15T04:08:43.861Z | Compiling native-tls v0.2.11 |
2348 | 2024-07-15T04:08:44.064Z | Compiling tokio-util v0.7.11 |
2349 | 2024-07-15T04:08:44.169Z | Compiling tokio-rustls v0.24.1 |
2350 | 2024-07-15T04:08:44.495Z | Compiling tokio-native-tls v0.3.1 |
2351 | 2024-07-15T04:08:44.559Z | Compiling usdt-attr-macro v0.5.0 |
2352 | 2024-07-15T04:08:44.760Z | Compiling toml_edit v0.22.14 |
2353 | 2024-07-15T04:08:44.837Z | Compiling toml v0.7.8 |
2354 | 2024-07-15T04:08:45.189Z | Compiling h2 v0.3.26 |
2355 | 2024-07-15T04:08:45.459Z | Compiling hex v0.4.3 |
2356 | 2024-07-15T04:08:46.109Z | Compiling matches v0.1.10 |
2357 | 2024-07-15T04:08:46.216Z | Compiling idna v0.2.3 |
2358 | 2024-07-15T04:08:46.277Z | Compiling usdt v0.5.0 |
2359 | 2024-07-15T04:08:46.429Z | Compiling enum-as-inner v0.5.1 |
2360 | 2024-07-15T04:08:46.563Z | Compiling siphasher v0.3.11 |
2361 | 2024-07-15T04:08:46.767Z | Compiling bit-vec v0.6.3 |
2362 | 2024-07-15T04:08:46.791Z | Compiling heapless v0.7.17 |
2363 | 2024-07-15T04:08:46.954Z | Compiling terminal_size v0.3.0 |
2364 | 2024-07-15T04:08:47.150Z | Compiling num-bigint v0.4.5 |
2365 | 2024-07-15T04:08:47.216Z | Compiling finl_unicode v1.2.0 |
2366 | 2024-07-15T04:08:47.232Z | Compiling signal-hook v0.3.17 |
2367 | 2024-07-15T04:08:47.471Z | Compiling trust-dns-proto v0.22.0 |
2368 | 2024-07-15T04:08:47.514Z | Compiling clap_builder v4.5.2 |
2369 | 2024-07-15T04:08:47.812Z | Compiling stringprep v0.1.4 |
2370 | 2024-07-15T04:08:47.900Z | Compiling itertools v0.10.5 |
2371 | 2024-07-15T04:08:49.226Z | Compiling regress v0.9.1 |
2372 | 2024-07-15T04:08:50.848Z | Compiling yasna v0.5.2 |
2373 | 2024-07-15T04:08:51.883Z | Compiling hyper v0.14.28 |
2374 | 2024-07-15T04:08:52.834Z | Compiling md-5 v0.10.6 |
2375 | 2024-07-15T04:08:53.133Z | Compiling clap_derive v4.5.4 |
2376 | 2024-07-15T04:08:53.836Z | Compiling hash32 v0.2.1 |
2377 | 2024-07-15T04:08:54.252Z | Compiling regex-automata v0.1.10 |
2378 | 2024-07-15T04:08:54.530Z | Compiling smoltcp v0.9.1 |
2379 | 2024-07-15T04:08:54.760Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2380 | 2024-07-15T04:08:55.288Z | Compiling fallible-iterator v0.2.0 |
2381 | 2024-07-15T04:08:55.913Z | Compiling bstr v0.2.17 |
2382 | 2024-07-15T04:08:56.021Z | Compiling postgres-protocol v0.6.6 |
2383 | 2024-07-15T04:08:56.383Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2384 | 2024-07-15T04:08:57.143Z | Compiling phf_shared v0.11.2 |
2385 | 2024-07-15T04:08:57.480Z | Compiling tokio-stream v0.1.15 |
2386 | 2024-07-15T04:08:57.536Z | Compiling hubpack_derive v0.1.1 |
2387 | 2024-07-15T04:08:57.560Z | Compiling zerocopy-derive v0.6.6 |
2388 | 2024-07-15T04:08:57.869Z | Compiling diesel_table_macro_syntax v0.1.0 |
2389 | 2024-07-15T04:08:58.117Z | Compiling scheduled-thread-pool v0.2.7 |
2390 | 2024-07-15T04:08:58.305Z | Compiling fs-err v2.11.0 |
2391 | 2024-07-15T04:08:58.483Z | Compiling fixedbitset v0.4.2 |
2392 | 2024-07-15T04:08:58.500Z | Compiling hyper-tls v0.5.0 |
2393 | 2024-07-15T04:08:58.596Z | Compiling hyper-rustls v0.24.2 |
2394 | 2024-07-15T04:08:58.627Z | Compiling clap v4.5.4 |
2395 | 2024-07-15T04:08:58.750Z | Compiling petgraph v0.6.5 |
2396 | 2024-07-15T04:08:58.866Z | Compiling hubpack v0.1.2 |
2397 | 2024-07-15T04:08:58.913Z | Compiling reqwest v0.11.27 |
2398 | 2024-07-15T04:08:58.932Z | Compiling r2d2 v0.8.10 |
2399 | 2024-07-15T04:08:58.949Z | Compiling diesel_derives v2.1.4 |
2400 | 2024-07-15T04:08:59.290Z | Compiling signal-hook-mio v0.2.3 |
2401 | 2024-07-15T04:08:59.343Z | Compiling phf v0.11.2 |
2402 | 2024-07-15T04:08:59.663Z | Compiling postgres-types v0.2.6 |
2403 | 2024-07-15T04:08:59.811Z | Compiling zerocopy v0.6.6 |
2404 | 2024-07-15T04:09:00.696Z | Compiling similar v2.5.0 |
2405 | 2024-07-15T04:09:01.591Z | Compiling phf_shared v0.10.0 |
2406 | 2024-07-15T04:09:01.671Z | Compiling num-iter v0.1.45 |
2407 | 2024-07-15T04:09:01.803Z | Compiling strum_macros v0.25.3 |
2408 | 2024-07-15T04:09:01.871Z | Compiling serde_repr v0.1.19 |
2409 | 2024-07-15T04:09:02.003Z | Compiling console v0.15.8 |
2410 | 2024-07-15T04:09:02.850Z | Compiling float-cmp v0.9.0 |
2411 | 2024-07-15T04:09:03.071Z | Compiling whoami v1.5.1 |
2412 | 2024-07-15T04:09:03.110Z | Compiling static_assertions v1.1.0 |
2413 | 2024-07-15T04:09:03.220Z | Compiling normalize-line-endings v0.3.0 |
2414 | 2024-07-15T04:09:03.386Z | Compiling minimal-lexical v0.2.1 |
2415 | 2024-07-15T04:09:03.408Z | Compiling predicates-core v1.0.6 |
2416 | 2024-07-15T04:09:03.592Z | Compiling new_debug_unreachable v1.0.6 |
2417 | 2024-07-15T04:09:03.694Z | Compiling difflib v0.4.0 |
2418 | 2024-07-15T04:09:03.790Z | Compiling precomputed-hash v0.1.1 |
2419 | 2024-07-15T04:09:03.793Z | Compiling tokio-postgres v0.7.10 |
2420 | 2024-07-15T04:09:03.911Z | Compiling string_cache v0.8.7 |
2421 | 2024-07-15T04:09:03.937Z | Compiling nom v7.1.3 |
2422 | 2024-07-15T04:09:04.396Z | Compiling predicates v3.1.0 |
2423 | 2024-07-15T04:09:05.419Z | Compiling crossterm v0.27.0 |
2424 | 2024-07-15T04:09:06.232Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2425 | 2024-07-15T04:09:07.151Z | Compiling bit-set v0.5.3 |
2426 | 2024-07-15T04:09:07.449Z | Compiling itertools v0.12.1 |
2427 | 2024-07-15T04:09:07.726Z | Compiling bstr v1.9.1 |
2428 | 2024-07-15T04:09:09.100Z | Compiling getopts v0.2.21 |
2429 | 2024-07-15T04:09:09.260Z | Compiling lalrpop-util v0.19.12 |
2430 | 2024-07-15T04:09:09.627Z | Compiling peg-runtime v0.8.3 |
2431 | 2024-07-15T04:09:09.630Z | Compiling unicode-xid v0.2.4 |
2432 | 2024-07-15T04:09:09.828Z | Compiling unsafe-libyaml v0.2.11 |
2433 | 2024-07-15T04:09:10.100Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2434 | 2024-07-15T04:09:10.327Z | Compiling sha1 v0.10.6 |
2435 | 2024-07-15T04:09:10.574Z | Compiling camino v1.1.7 |
2436 | 2024-07-15T04:09:10.748Z | Compiling strum_macros v0.26.4 |
2437 | 2024-07-15T04:09:10.792Z | Compiling http v1.1.0 |
2438 | 2024-07-15T04:09:11.589Z | Compiling serde_yaml v0.9.34+deprecated |
2439 | 2024-07-15T04:09:11.824Z | Compiling base64 v0.22.1 |
2440 | 2024-07-15T04:09:12.639Z | Compiling diesel v2.1.6 |
2441 | 2024-07-15T04:09:12.642Z | Compiling toml v0.8.14 |
2442 | 2024-07-15T04:09:12.721Z | Compiling rustls-pki-types v1.7.0 |
2443 | 2024-07-15T04:09:13.407Z | Compiling crossbeam-channel v0.5.12 |
2444 | 2024-07-15T04:09:13.635Z | Compiling rustls v0.22.4 |
2445 | 2024-07-15T04:09:13.893Z | Compiling paste v1.0.15 |
2446 | 2024-07-15T04:09:14.420Z | Compiling ident_case v1.0.1 |
2447 | 2024-07-15T04:09:14.460Z | Compiling slog-async v2.8.0 |
2448 | 2024-07-15T04:09:14.603Z | Compiling darling_core v0.20.9 |
2449 | 2024-07-15T04:09:14.729Z | Compiling slog-term v2.9.1 |
2450 | 2024-07-15T04:09:14.911Z | Compiling rustls-webpki v0.102.4 |
2451 | 2024-07-15T04:09:15.697Z | Compiling multer v3.1.0 |
2452 | 2024-07-15T04:09:16.061Z | Compiling slog-json v2.6.1 |
2453 | 2024-07-15T04:09:16.278Z | Compiling strum v0.26.2 |
2454 | 2024-07-15T04:09:16.430Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2455 | 2024-07-15T04:09:16.458Z | Compiling async-stream-impl v0.3.5 |
2456 | 2024-07-15T04:09:16.474Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
2457 | 2024-07-15T04:09:16.762Z | Compiling instant v0.1.12 |
2458 | 2024-07-15T04:09:16.937Z | Compiling debug-ignore v1.0.5 |
2459 | 2024-07-15T04:09:17.097Z | Compiling atomic-waker v1.1.2 |
2460 | 2024-07-15T04:09:17.186Z | Compiling slog-bunyan v2.5.0 |
2461 | 2024-07-15T04:09:17.278Z | Compiling waitgroup v0.1.2 |
2462 | 2024-07-15T04:09:17.397Z | Compiling rustls-pemfile v2.1.2 |
2463 | 2024-07-15T04:09:17.506Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
2464 | 2024-07-15T04:09:17.870Z | Compiling serde_path_to_error v0.1.16 |
2465 | 2024-07-15T04:09:17.947Z | Compiling async-stream v0.3.5 |
2466 | 2024-07-15T04:09:18.289Z | Compiling hostname v0.4.0 |
2467 | 2024-07-15T04:09:18.357Z | Compiling structmeta-derive v0.3.0 |
2468 | 2024-07-15T04:09:18.616Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2469 | 2024-07-15T04:09:18.803Z | Compiling newtype-uuid v1.1.0 |
2470 | 2024-07-15T04:09:19.120Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2471 | 2024-07-15T04:09:19.386Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2472 | 2024-07-15T04:09:19.706Z | Compiling backoff v0.4.0 |
2473 | 2024-07-15T04:09:19.911Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2474 | 2024-07-15T04:09:20.069Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2475 | 2024-07-15T04:09:20.105Z | Compiling macaddr v1.0.1 |
2476 | 2024-07-15T04:09:20.230Z | Compiling tokio-rustls v0.25.0 |
2477 | 2024-07-15T04:09:20.570Z | Compiling proc-macro-crate v1.3.1 |
2478 | 2024-07-15T04:09:20.668Z | Compiling fastrand v2.1.0 |
2479 | 2024-07-15T04:09:20.960Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2480 | 2024-07-15T04:09:21.101Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2481 | 2024-07-15T04:09:21.227Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2482 | 2024-07-15T04:09:21.522Z | Compiling structmeta v0.3.0 |
2483 | 2024-07-15T04:09:21.600Z | Compiling tempfile v3.10.1 |
2484 | 2024-07-15T04:09:21.724Z | Compiling num_enum_derive v0.5.11 |
2485 | 2024-07-15T04:09:21.965Z | Compiling parse-display-derive v0.9.1 |
2486 | 2024-07-15T04:09:22.033Z | Compiling darling_macro v0.20.9 |
2487 | 2024-07-15T04:09:22.519Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2488 | 2024-07-15T04:09:22.833Z | Compiling foreign-types-macros v0.2.3 |
2489 | 2024-07-15T04:09:23.116Z | Compiling darling v0.20.9 |
2490 | 2024-07-15T04:09:23.246Z | Compiling serde_with_macros v3.8.3 |
2491 | 2024-07-15T04:09:24.195Z | Compiling heapless v0.8.0 |
2492 | 2024-07-15T04:09:24.550Z | Compiling num_enum v0.5.11 |
2493 | 2024-07-15T04:09:24.713Z | Compiling foreign-types-shared v0.3.1 |
2494 | 2024-07-15T04:09:24.743Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2495 | 2024-07-15T04:09:24.835Z | Compiling foreign-types v0.5.0 |
2496 | 2024-07-15T04:09:25.041Z | Compiling proc-macro-error v1.0.4 |
2497 | 2024-07-15T04:09:25.616Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2498 | 2024-07-15T04:09:25.775Z | Compiling hash32 v0.3.1 |
2499 | 2024-07-15T04:09:26.031Z | Compiling cstr-argument v0.1.2 |
2500 | 2024-07-15T04:09:26.306Z | Compiling smoltcp v0.11.0 |
2501 | 2024-07-15T04:09:26.444Z | Compiling pretty-hex v0.2.1 |
2502 | 2024-07-15T04:09:26.577Z | Compiling serde_with v3.8.3 |
2503 | 2024-07-15T04:09:26.594Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2504 | 2024-07-15T04:09:26.804Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2505 | 2024-07-15T04:09:27.070Z | Compiling camino-tempfile v1.1.1 |
2506 | 2024-07-15T04:09:27.110Z | Compiling parse-display v0.9.1 |
2507 | 2024-07-15T04:09:27.433Z | Compiling tabwriter v1.4.0 |
2508 | 2024-07-15T04:09:27.533Z | Compiling colored v2.1.0 |
2509 | 2024-07-15T04:09:27.849Z | Compiling socket2 v0.4.10 |
2510 | 2024-07-15T04:09:27.972Z | Compiling embedded-io v0.4.0 |
2511 | 2024-07-15T04:09:28.096Z | Compiling cobs v0.2.3 |
2512 | 2024-07-15T04:09:28.412Z | Compiling postcard v1.0.8 |
2513 | 2024-07-15T04:09:28.439Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2514 | 2024-07-15T04:09:28.730Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2515 | 2024-07-15T04:09:28.840Z | Compiling crucible-workspace-hack v0.1.0 |
2516 | 2024-07-15T04:09:28.982Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2517 | 2024-07-15T04:09:29.132Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2518 | 2024-07-15T04:09:29.358Z | Compiling smf v0.2.3 |
2519 | 2024-07-15T04:09:29.427Z | Compiling humantime v2.1.0 |
2520 | 2024-07-15T04:09:29.880Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2521 | 2024-07-15T04:09:29.974Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2522 | 2024-07-15T04:09:30.215Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2523 | 2024-07-15T04:09:30.796Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2524 | 2024-07-15T04:09:30.852Z | Compiling num-derive v0.4.2 |
2525 | 2024-07-15T04:09:31.008Z | Compiling sigpipe v0.1.3 |
2526 | 2024-07-15T04:09:31.138Z | Compiling utf-8 v0.7.6 |
2527 | 2024-07-15T04:09:31.287Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2528 | 2024-07-15T04:09:31.486Z | Compiling atty v0.2.14 |
2529 | 2024-07-15T04:09:31.636Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2530 | 2024-07-15T04:09:31.735Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2531 | 2024-07-15T04:09:31.756Z | Compiling rayon-core v1.12.1 |
2532 | 2024-07-15T04:09:32.034Z | Compiling same-file v1.0.6 |
2533 | 2024-07-15T04:09:32.285Z | Compiling semver v0.1.20 |
2534 | 2024-07-15T04:09:33.215Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2535 | 2024-07-15T04:09:33.281Z | Compiling rustc_version v0.1.7 |
2536 | 2024-07-15T04:09:33.390Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2537 | 2024-07-15T04:09:33.424Z | Compiling walkdir v2.5.0 |
2538 | 2024-07-15T04:09:33.821Z | Compiling curve25519-dalek v4.1.3 |
2539 | 2024-07-15T04:09:33.847Z | Compiling newline-converter v0.3.0 |
2540 | 2024-07-15T04:09:33.868Z | Compiling crossbeam-deque v0.8.5 |
2541 | 2024-07-15T04:09:34.021Z | Compiling universal-hash v0.5.1 |
2542 | 2024-07-15T04:09:34.209Z | Compiling opaque-debug v0.3.1 |
2543 | 2024-07-15T04:09:34.224Z | Compiling prettyplease v0.2.20 |
2544 | 2024-07-15T04:09:34.303Z | Compiling expectorate v1.1.0 |
2545 | 2024-07-15T04:09:34.346Z | Compiling newtype_derive v0.1.6 |
2546 | 2024-07-15T04:09:34.486Z | Compiling xattr v1.3.1 |
2547 | 2024-07-15T04:09:34.536Z | Compiling num-rational v0.4.2 |
2548 | 2024-07-15T04:09:34.574Z | Compiling signature v2.2.0 |
2549 | 2024-07-15T04:09:34.622Z | Compiling curve25519-dalek-derive v0.1.1 |
2550 | 2024-07-15T04:09:34.763Z | Compiling num-complex v0.4.6 |
2551 | 2024-07-15T04:09:34.877Z | Compiling blake3 v1.5.1 |
2552 | 2024-07-15T04:09:35.484Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2553 | 2024-07-15T04:09:35.490Z | Compiling ring v0.16.20 |
2554 | 2024-07-15T04:09:35.864Z | Compiling unicase v2.7.0 |
2555 | 2024-07-15T04:09:36.155Z | Compiling convert_case v0.4.0 |
2556 | 2024-07-15T04:09:36.158Z | Compiling linked-hash-map v0.5.6 |
2557 | 2024-07-15T04:09:36.228Z | Compiling getrandom v0.1.16 |
2558 | 2024-07-15T04:09:36.320Z | Compiling arc-swap v1.7.1 |
2559 | 2024-07-15T04:09:36.515Z | Compiling termcolor v1.4.1 |
2560 | 2024-07-15T04:09:36.602Z | Compiling quick-error v1.2.3 |
2561 | 2024-07-15T04:09:36.758Z | Compiling slog-scope v4.4.0 |
2562 | 2024-07-15T04:09:36.893Z | Compiling resolv-conf v0.7.0 |
2563 | 2024-07-15T04:09:36.984Z | Compiling env_logger v0.9.3 |
2564 | 2024-07-15T04:09:37.150Z | Compiling derive_more v0.99.18 |
2565 | 2024-07-15T04:09:37.314Z | Compiling lru-cache v0.1.2 |
2566 | 2024-07-15T04:09:37.709Z | Compiling tar v0.4.40 |
2567 | 2024-07-15T04:09:37.725Z | Compiling num v0.4.3 |
2568 | 2024-07-15T04:09:38.243Z | Compiling rayon v1.10.0 |
2569 | 2024-07-15T04:09:39.725Z | Compiling tungstenite v0.21.0 |
2570 | 2024-07-15T04:09:39.962Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2571 | 2024-07-15T04:09:40.478Z | Compiling blake2 v0.10.6 |
2572 | 2024-07-15T04:09:41.631Z | Compiling bitstruct_derive v0.1.0 |
2573 | 2024-07-15T04:09:41.890Z | Compiling derive-where v1.2.7 |
2574 | 2024-07-15T04:09:41.907Z | Compiling password-hash v0.5.0 |
2575 | 2024-07-15T04:09:43.178Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2576 | 2024-07-15T04:09:43.182Z | Compiling memmap2 v0.9.4 |
2577 | 2024-07-15T04:09:43.182Z | Compiling arrayvec v0.7.4 |
2578 | 2024-07-15T04:09:43.367Z | Compiling spin v0.5.2 |
2579 | 2024-07-15T04:09:43.493Z | Compiling ascii v1.1.0 |
2580 | 2024-07-15T04:09:43.599Z | Compiling parking_lot_core v0.8.6 |
2581 | 2024-07-15T04:09:43.614Z | Compiling arrayref v0.3.7 |
2582 | 2024-07-15T04:09:43.715Z | Compiling untrusted v0.7.1 |
2583 | 2024-07-15T04:09:43.910Z | Compiling libefi-sys v0.1.0 |
2584 | 2024-07-15T04:09:44.109Z | Compiling float-ord v0.3.2 |
2585 | 2024-07-15T04:09:44.126Z | Compiling home v0.5.9 |
2586 | 2024-07-15T04:09:44.169Z | Compiling constant_time_eq v0.3.0 |
2587 | 2024-07-15T04:09:44.356Z | Compiling toolchain_find v0.4.0 |
2588 | 2024-07-15T04:09:44.460Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2589 | 2024-07-15T04:09:45.601Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2590 | 2024-07-15T04:09:45.885Z | Compiling bitstruct v0.1.1 |
2591 | 2024-07-15T04:09:46.001Z | Compiling argon2 v0.5.3 |
2592 | 2024-07-15T04:09:46.018Z | Compiling tokio-tungstenite v0.21.0 |
2593 | 2024-07-15T04:09:46.021Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2594 | 2024-07-15T04:09:46.271Z | Compiling trust-dns-resolver v0.22.0 |
2595 | 2024-07-15T04:09:46.565Z | Compiling slog-stdlog v4.1.1 |
2596 | 2024-07-15T04:09:46.611Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2597 | 2024-07-15T04:09:46.946Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2598 | 2024-07-15T04:09:46.994Z | Compiling erased-serde v0.3.31 |
2599 | 2024-07-15T04:09:47.316Z | Compiling serde_arrays v0.1.0 |
2600 | 2024-07-15T04:09:47.353Z | Compiling rfc6979 v0.4.0 |
2601 | 2024-07-15T04:09:47.489Z | Compiling aead v0.5.2 |
2602 | 2024-07-15T04:09:47.555Z | Compiling bitfield-struct v0.6.1 |
2603 | 2024-07-15T04:09:47.853Z | Compiling nibble_vec v0.1.0 |
2604 | 2024-07-15T04:09:48.048Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2605 | 2024-07-15T04:09:48.413Z | Compiling slog-dtrace v0.3.0 |
2606 | 2024-07-15T04:09:48.431Z | Compiling cancel-safe-futures v0.1.5 |
2607 | 2024-07-15T04:09:48.708Z | Compiling topological-sort v0.2.2 |
2608 | 2024-07-15T04:09:48.792Z | Compiling keccak v0.1.5 |
2609 | 2024-07-15T04:09:48.839Z | Compiling endian-type v0.1.2 |
2610 | 2024-07-15T04:09:48.943Z | Compiling omicron-zone-package v0.11.0 |
2611 | 2024-07-15T04:09:49.054Z | Compiling sha3 v0.10.8 |
2612 | 2024-07-15T04:09:49.079Z | Compiling radix_trie v0.2.1 |
2613 | 2024-07-15T04:09:49.082Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2614 | 2024-07-15T04:09:49.235Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2615 | 2024-07-15T04:09:49.459Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
2616 | 2024-07-15T04:09:49.802Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2617 | 2024-07-15T04:09:49.816Z | Compiling ecdsa v0.16.9 |
2618 | 2024-07-15T04:09:49.903Z | Compiling slog-envlogger v2.2.0 |
2619 | 2024-07-15T04:09:50.015Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2620 | 2024-07-15T04:09:50.094Z | Compiling rand_core v0.5.1 |
2621 | 2024-07-15T04:09:50.434Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2622 | 2024-07-15T04:09:50.625Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2623 | 2024-07-15T04:09:50.685Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2624 | 2024-07-15T04:09:50.702Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2625 | 2024-07-15T04:09:51.204Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2626 | 2024-07-15T04:09:51.540Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2627 | 2024-07-15T04:09:51.866Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2628 | 2024-07-15T04:09:51.869Z | Compiling mime_guess v2.0.4 |
2629 | 2024-07-15T04:09:52.309Z | Compiling steno v0.4.1 |
2630 | 2024-07-15T04:09:52.832Z | Compiling rustfmt-wrapper v0.2.1 |
2631 | 2024-07-15T04:09:53.479Z | Compiling poly1305 v0.8.0 |
2632 | 2024-07-15T04:09:53.566Z | Compiling tungstenite v0.20.1 |
2633 | 2024-07-15T04:09:53.688Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2634 | 2024-07-15T04:09:54.474Z | Compiling primeorder v0.13.6 |
2635 | 2024-07-15T04:09:55.001Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2636 | 2024-07-15T04:09:55.284Z | Compiling heck v0.3.3 |
2637 | 2024-07-15T04:09:55.452Z | Compiling chacha20 v0.9.1 |
2638 | 2024-07-15T04:09:55.700Z | Compiling secrecy v0.8.0 |
2639 | 2024-07-15T04:09:55.859Z | Compiling thiserror-impl-no-std v2.0.2 |
2640 | 2024-07-15T04:09:55.897Z | Compiling half v2.4.1 |
2641 | 2024-07-15T04:09:55.967Z | Compiling ciborium-io v0.2.2 |
2642 | 2024-07-15T04:09:56.104Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2643 | 2024-07-15T04:09:56.233Z | Compiling option-ext v0.2.0 |
2644 | 2024-07-15T04:09:56.374Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2645 | 2024-07-15T04:09:56.455Z | Compiling ciborium-ll v0.2.2 |
2646 | 2024-07-15T04:09:56.684Z | Compiling dirs-sys v0.4.1 |
2647 | 2024-07-15T04:09:56.886Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2648 | 2024-07-15T04:09:57.337Z | Compiling zone_cfg_derive v0.1.2 |
2649 | 2024-07-15T04:09:57.539Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2650 | 2024-07-15T04:09:57.924Z | Compiling tokio-tungstenite v0.20.1 |
2651 | 2024-07-15T04:09:58.488Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2652 | 2024-07-15T04:09:58.719Z | Compiling parking_lot v0.11.2 |
2653 | 2024-07-15T04:09:58.872Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2654 | 2024-07-15T04:09:58.893Z | Compiling rand_chacha v0.2.2 |
2655 | 2024-07-15T04:09:59.164Z | Compiling trust-dns-client v0.22.0 |
2656 | 2024-07-15T04:09:59.229Z | Compiling thiserror-no-std v2.0.2 |
2657 | 2024-07-15T04:09:59.973Z | Compiling ed25519 v2.2.3 |
2658 | 2024-07-15T04:10:00.326Z | Compiling polyval v0.6.2 |
2659 | 2024-07-15T04:10:00.495Z | Compiling libsw v3.3.1 |
2660 | 2024-07-15T04:10:00.569Z | Compiling toml v0.5.11 |
2661 | 2024-07-15T04:10:00.770Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2662 | 2024-07-15T04:10:00.823Z | Compiling aes v0.8.4 |
2663 | 2024-07-15T04:10:00.970Z | Compiling ctr v0.9.2 |
2664 | 2024-07-15T04:10:01.198Z | Compiling blowfish v0.9.1 |
2665 | 2024-07-15T04:10:01.323Z | Compiling pbkdf2 v0.12.2 |
2666 | 2024-07-15T04:10:01.505Z | Compiling password-hash v0.4.2 |
2667 | 2024-07-15T04:10:01.641Z | Compiling gethostname v0.4.3 |
2668 | 2024-07-15T04:10:01.950Z | Compiling fxhash v0.2.1 |
2669 | 2024-07-15T04:10:02.163Z | Compiling linear-map v1.2.0 |
2670 | 2024-07-15T04:10:02.453Z | Compiling base64 v0.13.1 |
2671 | 2024-07-15T04:10:02.481Z | Compiling owo-colors v4.0.0 |
2672 | 2024-07-15T04:10:02.532Z | Compiling trust-dns-server v0.22.1 |
2673 | 2024-07-15T04:10:03.075Z | Compiling ron v0.7.1 |
2674 | 2024-07-15T04:10:03.662Z | Compiling sled v0.34.7 |
2675 | 2024-07-15T04:10:04.413Z | Compiling pbkdf2 v0.11.0 |
2676 | 2024-07-15T04:10:04.796Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2677 | 2024-07-15T04:10:04.870Z | Compiling bcrypt-pbkdf v0.10.0 |
2678 | 2024-07-15T04:10:05.517Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2679 | 2024-07-15T04:10:05.545Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2680 | 2024-07-15T04:10:08.780Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2681 | 2024-07-15T04:10:09.796Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2682 | 2024-07-15T04:10:09.887Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2683 | 2024-07-15T04:10:10.937Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2684 | 2024-07-15T04:10:13.152Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2685 | 2024-07-15T04:10:13.837Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2686 | 2024-07-15T04:10:13.939Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2687 | 2024-07-15T04:10:13.956Z | Compiling ghash v0.5.1 |
2688 | 2024-07-15T04:10:14.149Z | Compiling ed25519-dalek v2.1.1 |
2689 | 2024-07-15T04:10:14.620Z | Compiling vsss-rs v3.3.4 |
2690 | 2024-07-15T04:10:14.701Z | Compiling rand v0.7.3 |
2691 | 2024-07-15T04:10:15.392Z | Compiling zone v0.1.8 |
2692 | 2024-07-15T04:10:16.365Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2693 | 2024-07-15T04:10:16.818Z | Compiling dirs v5.0.1 |
2694 | 2024-07-15T04:10:17.024Z | Compiling ciborium v0.2.2 |
2695 | 2024-07-15T04:10:17.381Z | Compiling chacha20poly1305 v0.10.1 |
2696 | 2024-07-15T04:10:17.622Z | Compiling p256 v0.13.2 |
2697 | 2024-07-15T04:10:18.258Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2698 | 2024-07-15T04:10:18.547Z | Compiling p521 v0.13.3 |
2699 | 2024-07-15T04:10:18.550Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2700 | 2024-07-15T04:10:19.299Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
2701 | 2024-07-15T04:10:20.573Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2702 | 2024-07-15T04:10:20.685Z | Compiling pem v3.0.4 |
2703 | 2024-07-15T04:10:20.856Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2704 | 2024-07-15T04:10:21.024Z | Compiling headers-core v0.2.0 |
2705 | 2024-07-15T04:10:21.195Z | Compiling cbc v0.1.2 |
2706 | 2024-07-15T04:10:21.249Z | Compiling kstat-rs v0.2.4 |
2707 | 2024-07-15T04:10:21.431Z | Compiling portpicker v0.1.1 |
2708 | 2024-07-15T04:10:21.529Z | Compiling nanorand v0.7.0 |
2709 | 2024-07-15T04:10:21.759Z | Compiling russh-cryptovec v0.7.2 |
2710 | 2024-07-15T04:10:21.929Z | Compiling http-range v0.1.5 |
2711 | 2024-07-15T04:10:22.090Z | Compiling md5 v0.7.0 |
2712 | 2024-07-15T04:10:22.141Z | Compiling glob v0.3.1 |
2713 | 2024-07-15T04:10:22.310Z | Compiling hyper-staticfile v0.9.5 |
2714 | 2024-07-15T04:10:22.627Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2715 | 2024-07-15T04:10:23.043Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2716 | 2024-07-15T04:10:23.134Z | Compiling russh-keys v0.43.0 |
2717 | 2024-07-15T04:10:23.292Z | Compiling flume v0.11.0 |
2718 | 2024-07-15T04:10:23.520Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2719 | 2024-07-15T04:10:23.538Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2720 | 2024-07-15T04:10:24.076Z | Compiling headers v0.3.9 |
2721 | 2024-07-15T04:10:24.766Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2722 | 2024-07-15T04:10:26.131Z | Compiling rcgen v0.12.1 |
2723 | 2024-07-15T04:10:26.727Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2724 | 2024-07-15T04:10:27.044Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2725 | 2024-07-15T04:10:29.433Z | Compiling aes-gcm v0.10.3 |
2726 | 2024-07-15T04:10:29.734Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2727 | 2024-07-15T04:10:29.739Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2728 | 2024-07-15T04:10:30.561Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2729 | 2024-07-15T04:10:31.688Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2730 | 2024-07-15T04:10:33.217Z | Compiling atomicwrites v0.4.3 |
2731 | 2024-07-15T04:10:33.461Z | Compiling subprocess v0.2.9 |
2732 | 2024-07-15T04:10:33.615Z | Compiling display-error-chain v0.2.0 |
2733 | 2024-07-15T04:10:33.807Z | Compiling dhcproto-macros v0.1.0 |
2734 | 2024-07-15T04:10:34.741Z | Compiling hex-literal v0.4.1 |
2735 | 2024-07-15T04:10:34.829Z | Compiling dhcproto v0.11.0 |
2736 | 2024-07-15T04:10:34.899Z | Compiling russh v0.43.0 |
2737 | 2024-07-15T04:10:35.658Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2738 | 2024-07-15T04:10:37.949Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2739 | 2024-07-15T04:10:38.466Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2740 | 2024-07-15T04:10:38.535Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2741 | 2024-07-15T04:10:39.001Z | Compiling internet-checksum v0.2.1 |
2742 | 2024-07-15T04:10:46.559Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2743 | 2024-07-15T04:10:47.983Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2744 | 2024-07-15T04:11:10.117Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2745 | 2024-07-15T04:11:54.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 51s |
2746 | 2024-07-15T04:11:54.716Z | |
2747 | 2024-07-15T04:11:54.719Z | real 3:51.291304164 |
2748 | 2024-07-15T04:11:54.719Z | user 20:08.000941980 |
2749 | 2024-07-15T04:11:54.719Z | sys 4:20.990308078 |
2750 | 2024-07-15T04:11:54.719Z | trap 0.578048704 |
2751 | 2024-07-15T04:11:54.719Z | tflt 0.568449528 |
2752 | 2024-07-15T04:11:54.719Z | dflt 2.437052656 |
2753 | 2024-07-15T04:11:54.719Z | kflt 0.000075446 |
2754 | 2024-07-15T04:11:54.720Z | lock 42:53.467680459 |
2755 | 2024-07-15T04:11:54.720Z | slp 57:04.315259924 |
2756 | 2024-07-15T04:11:54.720Z | lat 1:02.803071426 |
2757 | 2024-07-15T04:11:54.720Z | stop 2:27.308588252 |
2758 | 2024-07-15T04:11:54.720Z | + mkdir tests |
2759 | 2024-07-15T04:11:54.723Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2760 | 2024-07-15T04:11:54.723Z | + xargs -I '{}' -t cp '{}' tests/ |
2761 | 2024-07-15T04:11:55.912Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-89ec7dcaacef72ba tests/ |
2762 | 2024-07-15T04:11:55.938Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-09a166b52e3fcbc4 tests/ |
2763 | 2024-07-15T04:11:55.964Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-87f5600dfb44fdfd tests/ |
2764 | 2024-07-15T04:11:55.988Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-40882dbb54661b03 tests/ |
2765 | 2024-07-15T04:11:56.345Z | + 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/*) |
2766 | 2024-07-15T04:11:56.347Z | + 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-87f5600dfb44fdfd tests/commtest-09a166b52e3fcbc4 tests/dhcp_server-89ec7dcaacef72ba tests/end_to_end_tests-40882dbb54661b03 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 |
2767 | 2024-07-15T04:13:01.169Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2768 | 2024-07-15T04:13:01.169Z | a out/target/test 1K |
2769 | 2024-07-15T04:13:01.169Z | a out/npuzone/npuzone 23144K |
2770 | 2024-07-15T04:13:01.169Z | a package-manifest.toml 29K |
2771 | 2024-07-15T04:13:01.169Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2772 | 2024-07-15T04:13:01.169Z | a target/release/omicron-package 32509K |
2773 | 2024-07-15T04:13:01.169Z | a target/release/xtask 18147K |
2774 | 2024-07-15T04:13:01.169Z | a target/debug/bootstrap 359315K |
2775 | 2024-07-15T04:13:01.169Z | a tests/bootstrap-87f5600dfb44fdfd 23983K |
2776 | 2024-07-15T04:13:01.169Z | a tests/commtest-09a166b52e3fcbc4 23984K |
2777 | 2024-07-15T04:13:01.169Z | a tests/dhcp_server-89ec7dcaacef72ba 23983K |
2778 | 2024-07-15T04:13:01.169Z | a tests/end_to_end_tests-40882dbb54661b03 370112K |
2779 | 2024-07-15T04:13:01.169Z | a out/clickhouse.tar.gz 223111K |
2780 | 2024-07-15T04:13:01.170Z | a out/clickhouse_keeper.tar.gz 223085K |
2781 | 2024-07-15T04:13:01.170Z | a out/cockroachdb.tar.gz 131952K |
2782 | 2024-07-15T04:13:01.170Z | a out/crucible-dtrace.tar 85K |
2783 | 2024-07-15T04:13:01.170Z | a out/crucible-pantry-zone.tar.gz 27045K |
2784 | 2024-07-15T04:13:01.170Z | a out/crucible-zone.tar.gz 37415K |
2785 | 2024-07-15T04:13:01.170Z | a out/external-dns.tar.gz 25179K |
2786 | 2024-07-15T04:13:01.170Z | a out/internal-dns.tar.gz 25179K |
2787 | 2024-07-15T04:13:01.170Z | a out/mg-ddm-gz.tar 60617K |
2788 | 2024-07-15T04:13:01.170Z | a out/nexus.tar.gz 85094K |
2789 | 2024-07-15T04:13:01.170Z | a out/ntp.tar.gz 8924K |
2790 | 2024-07-15T04:13:01.170Z | a out/omicron-gateway-softnpu.tar.gz 13820K |
2791 | 2024-07-15T04:13:01.170Z | a out/omicron-sled-agent.tar 94577K |
2792 | 2024-07-15T04:13:01.170Z | a out/overlay.tar.gz 3K |
2793 | 2024-07-15T04:13:01.170Z | a out/oximeter.tar.gz 42130K |
2794 | 2024-07-15T04:13:01.170Z | a out/oxlog.tar 2955K |
2795 | 2024-07-15T04:13:01.170Z | a out/probe.tar.gz 2764K |
2796 | 2024-07-15T04:13:01.170Z | a out/propolis-server.tar.gz 64642K |
2797 | 2024-07-15T04:13:01.170Z | a out/pumpkind-gz.tar 26665K |
2798 | 2024-07-15T04:13:01.170Z | a out/switch-softnpu.tar.gz 198564K |
2799 | 2024-07-15T04:13:01.173Z | |
2800 | 2024-07-15T04:13:01.173Z | real 1:04.811587056 |
2801 | 2024-07-15T04:13:01.173Z | user 1:01.995010455 |
2802 | 2024-07-15T04:13:01.173Z | sys 3.891948453 |
2803 | 2024-07-15T04:13:01.173Z | trap 0.014591063 |
2804 | 2024-07-15T04:13:01.173Z | tflt 0.000000000 |
2805 | 2024-07-15T04:13:01.173Z | dflt 0.000000000 |
2806 | 2024-07-15T04:13:01.173Z | kflt 0.000000000 |
2807 | 2024-07-15T04:13:01.173Z | lock 0.000000000 |
2808 | 2024-07-15T04:13:01.173Z | slp 1:01.874695977 |
2809 | 2024-07-15T04:13:01.173Z | lat 1.841020986 |
2810 | 2024-07-15T04:13:01.173Z | stop 0.000519938 |
2811 | 2024-07-15T04:13:01.176Z | process exited: duration 1765370 ms, exit code 0 |
|
2812 | 2024-07-15T04:13:01.189Z | found 1 output files |
2813 | 2024-07-15T04:13:01.190Z | uploading: /work/package.tar.gz (1407669748 bytes) |
2814 | 2024-07-15T04:13:29.665Z | uploaded: /work/package.tar.gz |