|
|
|
1 | 2024-07-09T03:14:14.855Z | job assigned to worker 01J2AQPB841B1X5V5T64XYGSXC (queued for 1 m 3 s) |
|
2 | 2024-07-09T03:14:22.724Z | starting task 0: "setup" |
3 | 2024-07-09T03:14:22.781Z | ++ uname -s |
4 | 2024-07-09T03:14:22.791Z | + kern=SunOS |
5 | 2024-07-09T03:14:22.791Z | + case "$kern" in |
6 | 2024-07-09T03:14:22.791Z | + groupadd -g 12345 build |
7 | 2024-07-09T03:14:22.791Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-09T03:14:24.838Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-09T03:14:24.937Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-09T03:14:24.967Z | + home_fs=zfs |
11 | 2024-07-09T03:14:24.968Z | + [[ zfs == autofs ]] |
12 | 2024-07-09T03:14:24.968Z | + mkdir -p /home/build |
13 | 2024-07-09T03:14:24.968Z | + chown build:build /home/build /work |
14 | 2024-07-09T03:14:26.918Z | + chmod 0700 /home/build /work |
15 | 2024-07-09T03:14:26.923Z | process exited: duration 4199 ms, exit code 0 |
|
16 | 2024-07-09T03:14:26.931Z | starting task 1: "rust-toolchain" |
17 | 2024-07-09T03:14:26.937Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-09T03:14:26.937Z | ' 1.78.0 |
19 | 2024-07-09T03:14:26.937Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-09T03:14:26.937Z | ' default |
21 | 2024-07-09T03:14:26.937Z | * toolchain channel = "1.78.0" |
22 | 2024-07-09T03:14:26.937Z | * toolchain profile = "default" |
23 | 2024-07-09T03:14:26.940Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-09T03:14:26.940Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-09T03:14:27.051Z | info: downloading installer |
26 | 2024-07-09T03:14:28.350Z | info: profile set to 'default' |
27 | 2024-07-09T03:14:28.350Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-09T03:14:28.353Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-09T03:14:28.478Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-09T03:14:28.478Z | info: downloading component 'cargo' |
31 | 2024-07-09T03:14:29.179Z | info: downloading component 'clippy' |
32 | 2024-07-09T03:14:29.385Z | info: downloading component 'rust-docs' |
33 | 2024-07-09T03:14:30.311Z | info: downloading component 'rust-std' |
34 | 2024-07-09T03:14:31.704Z | info: downloading component 'rustc' |
35 | 2024-07-09T03:14:35.283Z | info: downloading component 'rustfmt' |
36 | 2024-07-09T03:14:35.477Z | info: installing component 'cargo' |
37 | 2024-07-09T03:14:36.331Z | info: installing component 'clippy' |
38 | 2024-07-09T03:14:36.698Z | info: installing component 'rust-docs' |
39 | 2024-07-09T03:14:38.205Z | info: installing component 'rust-std' |
40 | 2024-07-09T03:14:39.988Z | info: installing component 'rustc' |
41 | 2024-07-09T03:14:44.262Z | info: installing component 'rustfmt' |
42 | 2024-07-09T03:14:44.583Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-09T03:14:44.583Z | |
44 | 2024-07-09T03:14:44.849Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-09T03:14:44.849Z | |
46 | 2024-07-09T03:14:44.854Z | |
47 | 2024-07-09T03:14:44.854Z | Rust is installed now. Great! |
48 | 2024-07-09T03:14:44.854Z | |
49 | 2024-07-09T03:14:44.854Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-09T03:14:44.854Z | environment variable. This has not been done automatically. |
51 | 2024-07-09T03:14:44.854Z | |
52 | 2024-07-09T03:14:44.854Z | To configure your current shell, you need to source |
53 | 2024-07-09T03:14:44.854Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-09T03:14:44.854Z | |
55 | 2024-07-09T03:14:44.854Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-09T03:14:44.855Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-09T03:14:44.855Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-09T03:14:44.916Z | + rustc --version |
59 | 2024-07-09T03:14:44.979Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-09T03:14:44.983Z | process exited: duration 18048 ms, exit code 0 |
|
61 | 2024-07-09T03:14:44.989Z | starting task 2: "authentication" |
62 | 2024-07-09T03:14:45.010Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-07-09T03:14:45.020Z | starting task 3: "clone repository" |
64 | 2024-07-09T03:14:45.025Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-09T03:14:45.031Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-09T03:14:45.173Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-09T03:14:51.011Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-09T03:14:51.011Z | + git fetch origin 149930665cd0cc1535c1b0eb03f4ebcd4c006d8d |
69 | 2024-07-09T03:14:51.319Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-09T03:14:51.319Z | * branch 149930665cd0cc1535c1b0eb03f4ebcd4c006d8d -> FETCH_HEAD |
71 | 2024-07-09T03:14:51.329Z | + [[ -n '' ]] |
72 | 2024-07-09T03:14:51.329Z | + git reset --hard 149930665cd0cc1535c1b0eb03f4ebcd4c006d8d |
73 | 2024-07-09T03:14:51.465Z | HEAD is now at 149930665 Update taiki-e/install-action digest to 64e4e2f |
74 | 2024-07-09T03:14:51.468Z | process exited: duration 6445 ms, exit code 0 |
|
75 | 2024-07-09T03:14:51.473Z | starting task 4: "build" |
76 | 2024-07-09T03:14:51.479Z | + cargo --version |
77 | 2024-07-09T03:14:51.532Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
78 | 2024-07-09T03:14:51.535Z | + rustc --version |
79 | 2024-07-09T03:14:51.591Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
80 | 2024-07-09T03:14:51.607Z | + WORK=/work |
81 | 2024-07-09T03:14:51.607Z | + pfexec mkdir -p /work |
82 | 2024-07-09T03:14:51.607Z | + pfexec chown build /work |
83 | 2024-07-09T03:14:51.607Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
84 | 2024-07-09T03:15:07.959Z | Startup: Refreshing catalog 'helios-dev' ... Done |
85 | 2024-07-09T03:15:09.960Z | Startup: Caching catalogs ... Done |
86 | 2024-07-09T03:15:12.584Z | Planning: Solver setup ... Done (2.138s) |
87 | 2024-07-09T03:15:12.614Z | Planning: Running solver ... Done (0.045s) |
88 | 2024-07-09T03:15:12.658Z | Planning: Finding local manifests ... Done (0.005s) |
89 | 2024-07-09T03:15:12.760Z | Planning: Fetching manifests: 0/4 0% complete |
90 | 2024-07-09T03:15:12.969Z | Planning: Fetching manifests: 4/4 100% complete |
91 | 2024-07-09T03:15:13.017Z | Planning: Package planning ... Done (0.047s) |
92 | 2024-07-09T03:15:13.165Z | Planning: Merging actions ... Done (0.148s) |
93 | 2024-07-09T03:15:13.943Z | Planning: Checking for conflicting actions ... Done (0.767s) |
94 | 2024-07-09T03:15:13.949Z | Planning: Consolidating action changes ... Done (0.011s) |
95 | 2024-07-09T03:15:17.959Z | Planning: Evaluating mediators ... Done (4.018s) |
96 | 2024-07-09T03:15:17.983Z | Planning: Planning completed in 7.95 seconds |
97 | 2024-07-09T03:15:18.435Z | Packages to install: 4 |
98 | 2024-07-09T03:15:18.435Z | Mediators to change: 2 |
99 | 2024-07-09T03:15:18.435Z | Services to change: 1 |
100 | 2024-07-09T03:15:18.435Z | Estimated space available: 155.77 GB |
101 | 2024-07-09T03:15:18.436Z | Estimated space to be consumed: 1.46 GB |
102 | 2024-07-09T03:15:18.589Z | Create boot environment: No |
103 | 2024-07-09T03:15:18.589Z | Create backup boot environment: No |
104 | 2024-07-09T03:15:18.589Z | Rebuild boot archive: No |
105 | 2024-07-09T03:15:18.589Z | |
106 | 2024-07-09T03:15:18.589Z | Changed mediators: |
107 | 2024-07-09T03:15:18.589Z | mediator clang: |
108 | 2024-07-09T03:15:18.589Z | version: None -> 15 (system default) |
109 | 2024-07-09T03:15:18.589Z | |
110 | 2024-07-09T03:15:18.590Z | mediator llvm: |
111 | 2024-07-09T03:15:18.590Z | version: 14 (system default) -> 15 (system default) |
112 | 2024-07-09T03:15:18.590Z | |
113 | 2024-07-09T03:15:18.590Z | Changed packages: |
114 | 2024-07-09T03:15:18.590Z | helios-dev |
115 | 2024-07-09T03:15:18.590Z | developer/build-essential |
116 | 2024-07-09T03:15:18.590Z | None -> 11-2.0 |
117 | 2024-07-09T03:15:18.590Z | library/libxmlsec1 |
118 | 2024-07-09T03:15:18.591Z | None -> 1.2.35-2.0 |
119 | 2024-07-09T03:15:18.591Z | ooce/developer/clang-15 |
120 | 2024-07-09T03:15:18.591Z | None -> 15.0.7-2.0 |
121 | 2024-07-09T03:15:18.591Z | ooce/developer/llvm-15 |
122 | 2024-07-09T03:15:18.591Z | None -> 15.0.7-2.0 |
123 | 2024-07-09T03:15:18.591Z | |
124 | 2024-07-09T03:15:18.591Z | Services: |
125 | 2024-07-09T03:15:18.591Z | restart_fmri: |
126 | 2024-07-09T03:15:18.591Z | svc:/system/update-man-index:default |
127 | 2024-07-09T03:15:18.686Z | |
128 | 2024-07-09T03:15:18.686Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
129 | 2024-07-09T03:15:23.577Z | Download: 1194/3290 items 59.4/212.6MB 27% complete (12.3M/s) |
130 | 2024-07-09T03:15:28.553Z | Download: 1643/3290 items 117.0/212.6MB 55% complete (12.0M/s) |
131 | 2024-07-09T03:15:37.305Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (9.7M/s) |
132 | 2024-07-09T03:15:42.308Z | Download: 3131/3290 items 163.9/212.6MB 77% complete (4.7M/s) |
133 | 2024-07-09T03:16:02.783Z | Download: 3248/3290 items 203.1/212.6MB 95% complete |
134 | 2024-07-09T03:16:09.096Z | Download: 3279/3290 items 209.3/212.6MB 98% complete (5.1M/s) |
135 | 2024-07-09T03:16:15.494Z | Download: 3282/3290 items 209.9/212.6MB 98% complete (2.7M/s) |
136 | 2024-07-09T03:16:28.324Z | Download: 3289/3290 items 212.6/212.6MB 100% complete |
137 | 2024-07-09T03:16:28.349Z | Download: Completed 212.60 MB in 69.81 seconds (3.0M/s) |
138 | 2024-07-09T03:16:28.497Z | Actions: 1/3689 actions (Installing new actions) |
139 | 2024-07-09T03:16:33.540Z | Actions: 3587/3689 actions (Installing new actions) |
140 | 2024-07-09T03:16:33.675Z | Actions: Completed 3689 actions in 5.18 seconds. |
141 | 2024-07-09T03:16:33.920Z | Done (0.242s) |
142 | 2024-07-09T03:16:33.920Z | Done (0.000s) |
143 | 2024-07-09T03:16:34.253Z | Done (0.331s) |
144 | 2024-07-09T03:16:39.480Z | Done (5.076s) |
145 | 2024-07-09T03:16:39.642Z | Done (0.092s) |
146 | 2024-07-09T03:16:39.645Z | Done (0.000s) |
147 | 2024-07-09T03:16:39.806Z | Done (0.000s) |
148 | 2024-07-09T03:16:40.359Z | Planning: Evaluating mediator changes ... Done |
149 | 2024-07-09T03:16:40.516Z | Planning: Checking for conflicting actions ... Done |
150 | 2024-07-09T03:16:40.518Z | Planning: Consolidating action changes ... Done |
151 | 2024-07-09T03:16:40.778Z | Planning: Evaluating mediators ... Done |
152 | 2024-07-09T03:16:40.783Z | Planning: Planning completed in 0.42 seconds |
153 | 2024-07-09T03:16:40.811Z | Mediators to change: 2 |
154 | 2024-07-09T03:16:40.811Z | Create boot environment: No |
155 | 2024-07-09T03:16:40.811Z | Create backup boot environment: No |
156 | 2024-07-09T03:16:40.875Z | Done |
157 | 2024-07-09T03:16:40.875Z | Done |
158 | 2024-07-09T03:16:41.078Z | Done |
159 | 2024-07-09T03:16:44.591Z | Done |
160 | 2024-07-09T03:16:44.675Z | Done |
161 | 2024-07-09T03:16:44.678Z | Done |
162 | 2024-07-09T03:16:44.792Z | Done |
163 | 2024-07-09T03:16:45.389Z | Planning: Evaluating mediator changes ... Done |
164 | 2024-07-09T03:16:45.392Z | Planning: Merging actions ... Done |
165 | 2024-07-09T03:16:45.580Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-07-09T03:16:45.583Z | Planning: Consolidating action changes ... Done |
167 | 2024-07-09T03:16:45.839Z | Planning: Evaluating mediators ... Done |
168 | 2024-07-09T03:16:45.893Z | Planning: Planning completed in 0.74 seconds |
169 | 2024-07-09T03:16:45.929Z | Packages to change: 1 |
170 | 2024-07-09T03:16:45.929Z | Mediators to change: 1 |
171 | 2024-07-09T03:16:45.932Z | Services to change: 1 |
172 | 2024-07-09T03:16:45.932Z | Create boot environment: No |
173 | 2024-07-09T03:16:45.932Z | Create backup boot environment: Yes |
174 | 2024-07-09T03:16:47.903Z | Actions: 1/6 actions (Updating modified actions) |
175 | 2024-07-09T03:16:47.941Z | Actions: Completed 6 actions in 0.04 seconds. |
176 | 2024-07-09T03:16:47.944Z | Done |
177 | 2024-07-09T03:16:47.944Z | Done |
178 | 2024-07-09T03:16:48.009Z | Done |
179 | 2024-07-09T03:16:51.508Z | Done |
180 | 2024-07-09T03:16:51.591Z | Done |
181 | 2024-07-09T03:16:51.591Z | Done |
182 | 2024-07-09T03:16:51.709Z | Done |
183 | 2024-07-09T03:16:52.149Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
184 | 2024-07-09T03:16:52.149Z | clang system 15 system |
185 | 2024-07-09T03:16:52.149Z | csh system system illumos |
186 | 2024-07-09T03:16:52.150Z | ctags system system illumos |
187 | 2024-07-09T03:16:52.150Z | gcc vendor 12 vendor |
188 | 2024-07-09T03:16:52.150Z | gcc system 10 system |
189 | 2024-07-09T03:16:52.150Z | gcc system 7 system |
190 | 2024-07-09T03:16:52.150Z | go system 1.20 system |
191 | 2024-07-09T03:16:52.150Z | go system 1.19 system |
192 | 2024-07-09T03:16:52.150Z | llvm system 15 system |
193 | 2024-07-09T03:16:52.150Z | llvm system 14 system |
194 | 2024-07-09T03:16:52.150Z | mariadb system 10.6 system |
195 | 2024-07-09T03:16:52.150Z | mta vendor vendor dma |
196 | 2024-07-09T03:16:52.150Z | openjdk system 17 system |
197 | 2024-07-09T03:16:52.150Z | openjdk system 11 system |
198 | 2024-07-09T03:16:52.150Z | openjdk system 1.8 system |
199 | 2024-07-09T03:16:52.150Z | openssl vendor 3 vendor |
200 | 2024-07-09T03:16:52.150Z | perl system 5.36 system |
201 | 2024-07-09T03:16:52.150Z | postgresql system 15 system |
202 | 2024-07-09T03:16:52.150Z | postgresql system 13 system |
203 | 2024-07-09T03:16:52.150Z | python vendor 3 vendor |
204 | 2024-07-09T03:16:52.150Z | python system 2 system |
205 | 2024-07-09T03:16:52.150Z | python3 system 3.11 system |
206 | 2024-07-09T03:16:52.150Z | ruby system 3.0 system |
207 | 2024-07-09T03:16:52.150Z | words vendor vendor american-english |
208 | 2024-07-09T03:16:52.150Z | words system system australian-english |
209 | 2024-07-09T03:16:52.150Z | words system system british-english |
210 | 2024-07-09T03:16:52.150Z | words system system canadian-english |
211 | 2024-07-09T03:16:52.150Z | words system system french |
212 | 2024-07-09T03:16:52.150Z | words system system italian |
213 | 2024-07-09T03:16:52.150Z | words system system ngerman |
214 | 2024-07-09T03:16:52.150Z | words system system ogerman |
215 | 2024-07-09T03:16:52.150Z | words system system spanish |
216 | 2024-07-09T03:16:52.465Z | PUBLISHER TYPE STATUS P LOCATION |
217 | 2024-07-09T03:16:52.465Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
218 | 2024-07-09T03:16:53.982Z | FMRI IFO |
219 | 2024-07-09T03:16:53.982Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
220 | 2024-07-09T03:16:53.982Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
221 | 2024-07-09T03:16:53.982Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
222 | 2024-07-09T03:16:53.982Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
223 | 2024-07-09T03:16:53.982Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
224 | 2024-07-09T03:16:53.982Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
225 | 2024-07-09T03:16:53.982Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
226 | 2024-07-09T03:16:53.982Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
227 | 2024-07-09T03:16:53.982Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
228 | 2024-07-09T03:16:53.982Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
229 | 2024-07-09T03:16:53.982Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
230 | 2024-07-09T03:16:53.982Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
231 | 2024-07-09T03:16:54.488Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
232 | 2024-07-09T03:16:54.783Z | Updating git repository `https://github.com/oxidecomputer/zone` |
233 | 2024-07-09T03:16:55.088Z | Updating crates.io index |
234 | 2024-07-09T03:16:55.092Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
235 | 2024-07-09T03:16:55.918Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
236 | 2024-07-09T03:16:56.660Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
237 | 2024-07-09T03:16:56.926Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
238 | 2024-07-09T03:16:58.862Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
239 | 2024-07-09T03:16:59.318Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
240 | 2024-07-09T03:16:59.545Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
241 | 2024-07-09T03:17:00.677Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
242 | 2024-07-09T03:17:02.642Z | Updating git repository `https://github.com/oxidecomputer/opte` |
243 | 2024-07-09T03:17:03.658Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
244 | 2024-07-09T03:17:04.360Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
245 | 2024-07-09T03:17:04.931Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
246 | 2024-07-09T03:17:05.215Z | Updating git repository `https://github.com/oxidecomputer/sprockets` |
247 | 2024-07-09T03:17:05.543Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
248 | 2024-07-09T03:17:05.836Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
249 | 2024-07-09T03:17:06.124Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
250 | 2024-07-09T03:17:06.385Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
251 | 2024-07-09T03:17:06.634Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
252 | 2024-07-09T03:17:06.898Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
253 | 2024-07-09T03:17:07.369Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
254 | 2024-07-09T03:17:07.767Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
255 | 2024-07-09T03:17:08.052Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
256 | 2024-07-09T03:17:08.367Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
257 | 2024-07-09T03:17:08.955Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
258 | 2024-07-09T03:17:09.243Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
259 | 2024-07-09T03:17:09.526Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
260 | 2024-07-09T03:17:09.938Z | Updating git repository `https://github.com/oxidecomputer/typify` |
261 | 2024-07-09T03:17:11.818Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
262 | 2024-07-09T03:17:12.138Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
263 | 2024-07-09T03:17:12.396Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
264 | 2024-07-09T03:17:12.772Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
265 | 2024-07-09T03:17:13.814Z | Downloading crates ... |
266 | 2024-07-09T03:17:13.889Z | Downloaded foreign-types-shared v0.1.1 |
267 | 2024-07-09T03:17:13.892Z | Downloaded autocfg v1.3.0 |
268 | 2024-07-09T03:17:13.896Z | Downloaded anstyle-query v1.0.3 |
269 | 2024-07-09T03:17:13.896Z | Downloaded adler v1.0.2 |
270 | 2024-07-09T03:17:13.900Z | Downloaded anstyle v1.0.7 |
271 | 2024-07-09T03:17:13.905Z | Downloaded pretty-hex v0.4.1 |
272 | 2024-07-09T03:17:13.910Z | Downloaded is-terminal v0.4.12 |
273 | 2024-07-09T03:17:13.910Z | Downloaded proc-macro-error-attr v1.0.4 |
274 | 2024-07-09T03:17:13.913Z | Downloaded pin-utils v0.1.0 |
275 | 2024-07-09T03:17:13.913Z | Downloaded powerfmt v0.2.0 |
276 | 2024-07-09T03:17:13.913Z | Downloaded pkg-config v0.3.30 |
277 | 2024-07-09T03:17:13.916Z | Downloaded quote v1.0.36 |
278 | 2024-07-09T03:17:13.919Z | Downloaded proc-macro2 v1.0.86 |
279 | 2024-07-09T03:17:13.922Z | Downloaded futures-sink v0.3.30 |
280 | 2024-07-09T03:17:13.925Z | Downloaded tinyvec_macros v0.1.1 |
281 | 2024-07-09T03:17:13.925Z | Downloaded time-core v0.1.2 |
282 | 2024-07-09T03:17:13.925Z | Downloaded dtrace-parser v0.2.0 |
283 | 2024-07-09T03:17:13.927Z | Downloaded anstream v0.6.14 |
284 | 2024-07-09T03:17:13.930Z | Downloaded scroll_derive v0.12.0 |
285 | 2024-07-09T03:17:13.931Z | Downloaded fs-err v2.11.0 |
286 | 2024-07-09T03:17:13.933Z | Downloaded foreign-types v0.3.2 |
287 | 2024-07-09T03:17:13.933Z | Downloaded want v0.3.1 |
288 | 2024-07-09T03:17:13.933Z | Downloaded sync_wrapper v0.1.2 |
289 | 2024-07-09T03:17:13.938Z | Downloaded futures-io v0.3.30 |
290 | 2024-07-09T03:17:13.938Z | Downloaded futures-core v0.3.30 |
291 | 2024-07-09T03:17:13.938Z | Downloaded plain v0.2.3 |
292 | 2024-07-09T03:17:13.940Z | Downloaded match_cfg v0.1.0 |
293 | 2024-07-09T03:17:13.941Z | Downloaded dof v0.3.0 |
294 | 2024-07-09T03:17:13.941Z | Downloaded num_cpus v1.16.0 |
295 | 2024-07-09T03:17:13.943Z | Downloaded memmap v0.7.0 |
296 | 2024-07-09T03:17:13.946Z | Downloaded strum v0.26.2 |
297 | 2024-07-09T03:17:13.946Z | Downloaded tower-service v0.3.2 |
298 | 2024-07-09T03:17:13.946Z | Downloaded take_mut v0.2.2 |
299 | 2024-07-09T03:17:13.951Z | Downloaded macaddr v1.0.1 |
300 | 2024-07-09T03:17:13.951Z | Downloaded dirs-sys-next v0.1.2 |
301 | 2024-07-09T03:17:13.955Z | Downloaded tokio-macros v2.3.0 |
302 | 2024-07-09T03:17:13.955Z | Downloaded tabled_derive v0.7.0 |
303 | 2024-07-09T03:17:13.955Z | Downloaded rustversion v1.0.17 |
304 | 2024-07-09T03:17:13.955Z | Downloaded toml_datetime v0.6.6 |
305 | 2024-07-09T03:17:13.958Z | Downloaded cargo_toml v0.20.3 |
306 | 2024-07-09T03:17:13.958Z | Downloaded thiserror-impl v1.0.60 |
307 | 2024-07-09T03:17:13.961Z | Downloaded xattr v1.3.1 |
308 | 2024-07-09T03:17:13.961Z | Downloaded utf8parse v0.2.1 |
309 | 2024-07-09T03:17:13.964Z | Downloaded pest_generator v2.7.10 |
310 | 2024-07-09T03:17:13.964Z | Downloaded num-conv v0.1.0 |
311 | 2024-07-09T03:17:13.964Z | Downloaded is_terminal_polyfill v1.70.0 |
312 | 2024-07-09T03:17:13.967Z | Downloaded anyhow v1.0.86 |
313 | 2024-07-09T03:17:13.970Z | Downloaded try-lock v0.2.5 |
314 | 2024-07-09T03:17:13.972Z | Downloaded usdt-attr-macro v0.5.0 |
315 | 2024-07-09T03:17:13.973Z | Downloaded openssl-probe v0.1.5 |
316 | 2024-07-09T03:17:13.973Z | Downloaded num_threads v0.1.7 |
317 | 2024-07-09T03:17:13.975Z | Downloaded digest v0.10.7 |
318 | 2024-07-09T03:17:13.975Z | Downloaded usdt-impl v0.5.0 |
319 | 2024-07-09T03:17:13.978Z | Downloaded serde_tokenstream v0.2.1 |
320 | 2024-07-09T03:17:13.980Z | Downloaded futures-executor v0.3.30 |
321 | 2024-07-09T03:17:13.983Z | Downloaded slog-bunyan v2.5.0 |
322 | 2024-07-09T03:17:13.983Z | Downloaded rustls-pemfile v1.0.4 |
323 | 2024-07-09T03:17:13.986Z | Downloaded generic-array v0.14.7 |
324 | 2024-07-09T03:17:13.986Z | Downloaded futures-task v0.3.30 |
325 | 2024-07-09T03:17:13.989Z | Downloaded usdt-macro v0.5.0 |
326 | 2024-07-09T03:17:13.989Z | Downloaded tokio-native-tls v0.3.1 |
327 | 2024-07-09T03:17:13.992Z | Downloaded thiserror v1.0.60 |
328 | 2024-07-09T03:17:13.995Z | Downloaded once_cell v1.19.0 |
329 | 2024-07-09T03:17:13.998Z | Downloaded time-macros v0.2.18 |
330 | 2024-07-09T03:17:14.001Z | Downloaded smallvec v1.13.2 |
331 | 2024-07-09T03:17:14.004Z | Downloaded httpdate v1.0.3 |
332 | 2024-07-09T03:17:14.004Z | Downloaded strum_macros v0.26.4 |
333 | 2024-07-09T03:17:14.007Z | Downloaded signal-hook-registry v1.4.2 |
334 | 2024-07-09T03:17:14.007Z | Downloaded serde_urlencoded v0.7.1 |
335 | 2024-07-09T03:17:14.010Z | Downloaded serde_spanned v0.6.6 |
336 | 2024-07-09T03:17:14.010Z | Downloaded percent-encoding v2.3.1 |
337 | 2024-07-09T03:17:14.013Z | Downloaded version_check v0.9.4 |
338 | 2024-07-09T03:17:14.013Z | Downloaded usdt v0.5.0 |
339 | 2024-07-09T03:17:14.016Z | Downloaded term v0.7.0 |
340 | 2024-07-09T03:17:14.021Z | Downloaded thread-id v4.2.1 |
341 | 2024-07-09T03:17:14.021Z | Downloaded block-buffer v0.10.4 |
342 | 2024-07-09T03:17:14.021Z | Downloaded ryu v1.0.18 |
343 | 2024-07-09T03:17:14.025Z | Downloaded native-tls v0.2.11 |
344 | 2024-07-09T03:17:14.028Z | Downloaded typenum v1.17.0 |
345 | 2024-07-09T03:17:14.028Z | Downloaded miniz_oxide v0.7.2 |
346 | 2024-07-09T03:17:14.031Z | Downloaded camino v1.1.7 |
347 | 2024-07-09T03:17:14.034Z | Downloaded tar v0.4.40 |
348 | 2024-07-09T03:17:14.034Z | Downloaded bitflags v2.5.0 |
349 | 2024-07-09T03:17:14.037Z | Downloaded ipnet v2.9.0 |
350 | 2024-07-09T03:17:14.040Z | Downloaded parking_lot_core v0.9.10 |
351 | 2024-07-09T03:17:14.043Z | Downloaded hyper-tls v0.5.0 |
352 | 2024-07-09T03:17:14.043Z | Downloaded socket2 v0.5.7 |
353 | 2024-07-09T03:17:14.046Z | Downloaded slog-term v2.9.1 |
354 | 2024-07-09T03:17:14.049Z | Downloaded pest_derive v2.7.10 |
355 | 2024-07-09T03:17:14.053Z | Downloaded futures v0.3.30 |
356 | 2024-07-09T03:17:14.059Z | Downloaded unicode-ident v1.0.12 |
357 | 2024-07-09T03:17:14.063Z | Downloaded unicode-bidi v0.3.15 |
358 | 2024-07-09T03:17:14.063Z | Downloaded parking_lot v0.12.2 |
359 | 2024-07-09T03:17:14.067Z | Downloaded ucd-trie v0.1.6 |
360 | 2024-07-09T03:17:14.067Z | Downloaded pest_meta v2.7.10 |
361 | 2024-07-09T03:17:14.070Z | Downloaded tracing-core v0.1.32 |
362 | 2024-07-09T03:17:14.070Z | Downloaded slog v2.7.0 |
363 | 2024-07-09T03:17:14.073Z | Downloaded indexmap v2.2.6 |
364 | 2024-07-09T03:17:14.076Z | Downloaded url v2.5.0 |
365 | 2024-07-09T03:17:14.079Z | Downloaded zerocopy-derive v0.7.34 |
366 | 2024-07-09T03:17:14.084Z | Downloaded papergrid v0.11.0 |
367 | 2024-07-09T03:17:14.089Z | Downloaded openssl-sys v0.9.102 |
368 | 2024-07-09T03:17:14.094Z | Downloaded tracing v0.1.40 |
369 | 2024-07-09T03:17:14.099Z | Downloaded tinyvec v1.6.0 |
370 | 2024-07-09T03:17:14.102Z | Downloaded base64 v0.21.7 |
371 | 2024-07-09T03:17:14.106Z | Downloaded memchr v2.7.2 |
372 | 2024-07-09T03:17:14.112Z | Downloaded toml_edit v0.22.14 |
373 | 2024-07-09T03:17:14.135Z | Downloaded pest v2.7.10 |
374 | 2024-07-09T03:17:14.139Z | Downloaded unicode-normalization v0.1.23 |
375 | 2024-07-09T03:17:14.143Z | Downloaded time v0.3.36 |
376 | 2024-07-09T03:17:14.152Z | Downloaded reqwest v0.11.27 |
377 | 2024-07-09T03:17:14.158Z | Downloaded zerocopy v0.7.34 |
378 | 2024-07-09T03:17:14.174Z | Downloaded winnow v0.6.8 |
379 | 2024-07-09T03:17:14.183Z | Downloaded tabled v0.15.0 |
380 | 2024-07-09T03:17:14.199Z | Downloaded vcpkg v0.2.15 |
381 | 2024-07-09T03:17:14.236Z | Downloaded syn v2.0.68 |
382 | 2024-07-09T03:17:14.247Z | Downloaded rustix v0.38.34 |
383 | 2024-07-09T03:17:14.269Z | Downloaded syn v1.0.109 |
384 | 2024-07-09T03:17:14.279Z | Downloaded unicode-width v0.1.13 |
385 | 2024-07-09T03:17:14.286Z | Downloaded tokio v1.38.0 |
386 | 2024-07-09T03:17:14.321Z | Downloaded libc v0.2.155 |
387 | 2024-07-09T03:17:14.345Z | Downloaded openssl v0.10.64 |
388 | 2024-07-09T03:17:14.356Z | Downloaded idna v0.5.0 |
389 | 2024-07-09T03:17:14.360Z | Downloaded encoding_rs v0.8.34 |
390 | 2024-07-09T03:17:14.378Z | Downloaded futures-util v0.3.30 |
391 | 2024-07-09T03:17:14.388Z | Downloaded hyper v0.14.28 |
392 | 2024-07-09T03:17:14.395Z | Downloaded h2 v0.3.26 |
393 | 2024-07-09T03:17:14.401Z | Downloaded goblin v0.8.2 |
394 | 2024-07-09T03:17:14.407Z | Downloaded clap_builder v4.5.2 |
395 | 2024-07-09T03:17:14.412Z | Downloaded serde_json v1.0.120 |
396 | 2024-07-09T03:17:14.420Z | Downloaded hashbrown v0.14.5 |
397 | 2024-07-09T03:17:14.423Z | Downloaded mio v0.8.11 |
398 | 2024-07-09T03:17:14.427Z | Downloaded tokio-util v0.7.11 |
399 | 2024-07-09T03:17:14.433Z | Downloaded http v0.2.12 |
400 | 2024-07-09T03:17:14.436Z | Downloaded crossbeam-channel v0.5.12 |
401 | 2024-07-09T03:17:14.440Z | Downloaded flate2 v1.0.30 |
402 | 2024-07-09T03:17:14.444Z | Downloaded cc v1.0.97 |
403 | 2024-07-09T03:17:14.448Z | Downloaded serde v1.0.203 |
404 | 2024-07-09T03:17:14.452Z | Downloaded clap v4.5.4 |
405 | 2024-07-09T03:17:14.457Z | Downloaded log v0.4.21 |
406 | 2024-07-09T03:17:14.460Z | Downloaded toml v0.8.14 |
407 | 2024-07-09T03:17:14.463Z | Downloaded semver v1.0.23 |
408 | 2024-07-09T03:17:14.466Z | Downloaded serde_derive v1.0.203 |
409 | 2024-07-09T03:17:14.466Z | Downloaded bytes v1.6.0 |
410 | 2024-07-09T03:17:14.471Z | Downloaded futures-channel v0.3.30 |
411 | 2024-07-09T03:17:14.474Z | Downloaded clap_derive v4.5.4 |
412 | 2024-07-09T03:17:14.474Z | Downloaded scroll v0.12.0 |
413 | 2024-07-09T03:17:14.474Z | Downloaded mime v0.3.17 |
414 | 2024-07-09T03:17:14.477Z | Downloaded crossbeam-utils v0.8.19 |
415 | 2024-07-09T03:17:14.477Z | Downloaded http-body v0.4.6 |
416 | 2024-07-09T03:17:14.481Z | Downloaded hostname v0.3.1 |
417 | 2024-07-09T03:17:14.481Z | Downloaded heck v0.4.1 |
418 | 2024-07-09T03:17:14.484Z | Downloaded crypto-common v0.1.6 |
419 | 2024-07-09T03:17:14.484Z | Downloaded sha2 v0.10.8 |
420 | 2024-07-09T03:17:14.484Z | Downloaded futures-macro v0.3.30 |
421 | 2024-07-09T03:17:14.484Z | Downloaded equivalent v1.0.1 |
422 | 2024-07-09T03:17:14.484Z | Downloaded crc32fast v1.4.0 |
423 | 2024-07-09T03:17:14.487Z | Downloaded lock_api v0.4.12 |
424 | 2024-07-09T03:17:14.487Z | Downloaded httparse v1.8.0 |
425 | 2024-07-09T03:17:14.490Z | Downloaded cargo_metadata v0.18.1 |
426 | 2024-07-09T03:17:14.490Z | Downloaded form_urlencoded v1.2.1 |
427 | 2024-07-09T03:17:14.493Z | Downloaded byteorder v1.5.0 |
428 | 2024-07-09T03:17:14.493Z | Downloaded thread_local v1.1.8 |
429 | 2024-07-09T03:17:14.493Z | Downloaded swrite v0.1.0 |
430 | 2024-07-09T03:17:14.496Z | Downloaded proc-macro-error v1.0.4 |
431 | 2024-07-09T03:17:14.500Z | Downloaded pin-project-lite v0.2.14 |
432 | 2024-07-09T03:17:14.503Z | Downloaded terminal_size v0.3.0 |
433 | 2024-07-09T03:17:14.503Z | Downloaded strsim v0.11.1 |
434 | 2024-07-09T03:17:14.503Z | Downloaded slab v0.4.9 |
435 | 2024-07-09T03:17:14.506Z | Downloaded slog-async v2.8.0 |
436 | 2024-07-09T03:17:14.506Z | Downloaded itoa v1.0.11 |
437 | 2024-07-09T03:17:14.509Z | Downloaded slog-json v2.6.1 |
438 | 2024-07-09T03:17:14.509Z | Downloaded scopeguard v1.2.0 |
439 | 2024-07-09T03:17:14.509Z | Downloaded heck v0.5.0 |
440 | 2024-07-09T03:17:14.512Z | Downloaded bytecount v0.6.8 |
441 | 2024-07-09T03:17:14.512Z | Downloaded clap_lex v0.7.0 |
442 | 2024-07-09T03:17:14.512Z | Downloaded cargo-platform v0.1.8 |
443 | 2024-07-09T03:17:14.515Z | Downloaded dirs-next v2.0.0 |
444 | 2024-07-09T03:17:14.516Z | Downloaded colorchoice v1.0.1 |
445 | 2024-07-09T03:17:14.516Z | Downloaded fnv v1.0.7 |
446 | 2024-07-09T03:17:14.516Z | Downloaded deranged v0.3.11 |
447 | 2024-07-09T03:17:14.526Z | Downloaded cpufeatures v0.2.12 |
448 | 2024-07-09T03:17:14.526Z | Downloaded anstyle-parse v0.2.4 |
449 | 2024-07-09T03:17:14.526Z | Downloaded errno v0.3.9 |
450 | 2024-07-09T03:17:14.526Z | Downloaded cfg-if v1.0.0 |
451 | 2024-07-09T03:17:14.526Z | Downloaded filetime v0.2.23 |
452 | 2024-07-09T03:17:14.526Z | Downloaded openssl-macros v0.1.1 |
453 | 2024-07-09T03:17:14.810Z | Compiling proc-macro2 v1.0.86 |
454 | 2024-07-09T03:17:14.810Z | Compiling unicode-ident v1.0.12 |
455 | 2024-07-09T03:17:14.810Z | Compiling libc v0.2.155 |
456 | 2024-07-09T03:17:14.813Z | Compiling version_check v0.9.4 |
457 | 2024-07-09T03:17:14.813Z | Compiling cfg-if v1.0.0 |
458 | 2024-07-09T03:17:14.813Z | Compiling once_cell v1.19.0 |
459 | 2024-07-09T03:17:14.813Z | Compiling itoa v1.0.11 |
460 | 2024-07-09T03:17:14.844Z | Compiling serde v1.0.203 |
461 | 2024-07-09T03:17:15.028Z | Compiling autocfg v1.3.0 |
462 | 2024-07-09T03:17:15.048Z | Compiling memchr v2.7.2 |
463 | 2024-07-09T03:17:15.067Z | Compiling thiserror v1.0.60 |
464 | 2024-07-09T03:17:15.259Z | Compiling ryu v1.0.18 |
465 | 2024-07-09T03:17:15.606Z | Compiling pin-project-lite v0.2.14 |
466 | 2024-07-09T03:17:15.654Z | Compiling bitflags v2.5.0 |
467 | 2024-07-09T03:17:15.731Z | Compiling cc v1.0.97 |
468 | 2024-07-09T03:17:15.876Z | Compiling lock_api v0.4.12 |
469 | 2024-07-09T03:17:16.000Z | Compiling vcpkg v0.2.15 |
470 | 2024-07-09T03:17:16.406Z | Compiling pkg-config v0.3.30 |
471 | 2024-07-09T03:17:16.711Z | Compiling ucd-trie v0.1.6 |
472 | 2024-07-09T03:17:16.780Z | Compiling parking_lot_core v0.9.10 |
473 | 2024-07-09T03:17:17.001Z | Compiling slab v0.4.9 |
474 | 2024-07-09T03:17:17.287Z | Compiling futures-core v0.3.30 |
475 | 2024-07-09T03:17:17.413Z | Compiling smallvec v1.13.2 |
476 | 2024-07-09T03:17:17.564Z | Compiling futures-sink v0.3.30 |
477 | 2024-07-09T03:17:17.725Z | Compiling quote v1.0.36 |
478 | 2024-07-09T03:17:17.835Z | Compiling scopeguard v1.2.0 |
479 | 2024-07-09T03:17:17.858Z | Compiling bytes v1.6.0 |
480 | 2024-07-09T03:17:18.026Z | Compiling log v0.4.21 |
481 | 2024-07-09T03:17:18.133Z | Compiling syn v2.0.68 |
482 | 2024-07-09T03:17:18.415Z | Compiling fnv v1.0.7 |
483 | 2024-07-09T03:17:18.444Z | Compiling hashbrown v0.14.5 |
484 | 2024-07-09T03:17:18.469Z | Compiling byteorder v1.5.0 |
485 | 2024-07-09T03:17:18.548Z | Compiling serde_json v1.0.120 |
486 | 2024-07-09T03:17:18.706Z | Compiling equivalent v1.0.1 |
487 | 2024-07-09T03:17:18.830Z | Compiling parking_lot v0.12.2 |
488 | 2024-07-09T03:17:18.926Z | Compiling socket2 v0.5.7 |
489 | 2024-07-09T03:17:18.933Z | Compiling openssl-sys v0.9.102 |
490 | 2024-07-09T03:17:19.040Z | Compiling mio v0.8.11 |
491 | 2024-07-09T03:17:19.118Z | Compiling num_cpus v1.16.0 |
492 | 2024-07-09T03:17:19.171Z | Compiling signal-hook-registry v1.4.2 |
493 | 2024-07-09T03:17:19.245Z | Compiling futures-channel v0.3.30 |
494 | 2024-07-09T03:17:19.687Z | Compiling indexmap v2.2.6 |
495 | 2024-07-09T03:17:19.770Z | Compiling futures-task v0.3.30 |
496 | 2024-07-09T03:17:19.904Z | Compiling pin-utils v0.1.0 |
497 | 2024-07-09T03:17:20.001Z | Compiling typenum v1.17.0 |
498 | 2024-07-09T03:17:20.005Z | Compiling futures-io v0.3.30 |
499 | 2024-07-09T03:17:20.050Z | Compiling rustix v0.38.34 |
500 | 2024-07-09T03:17:20.310Z | Compiling errno v0.3.9 |
501 | 2024-07-09T03:17:20.349Z | Compiling generic-array v0.14.7 |
502 | 2024-07-09T03:17:20.550Z | Compiling slog v2.7.0 |
503 | 2024-07-09T03:17:20.658Z | Compiling foreign-types-shared v0.1.1 |
504 | 2024-07-09T03:17:20.776Z | Compiling openssl v0.10.64 |
505 | 2024-07-09T03:17:21.001Z | Compiling foreign-types v0.3.2 |
506 | 2024-07-09T03:17:21.108Z | Compiling http v0.2.12 |
507 | 2024-07-09T03:17:21.135Z | Compiling usdt-impl v0.5.0 |
508 | 2024-07-09T03:17:21.156Z | Compiling proc-macro-error-attr v1.0.4 |
509 | 2024-07-09T03:17:21.420Z | Compiling tracing-core v0.1.32 |
510 | 2024-07-09T03:17:21.442Z | Compiling syn v1.0.109 |
511 | 2024-07-09T03:17:21.466Z | Compiling time-core v0.1.2 |
512 | 2024-07-09T03:17:21.652Z | Compiling tinyvec_macros v0.1.1 |
513 | 2024-07-09T03:17:21.765Z | Compiling num-conv v0.1.0 |
514 | 2024-07-09T03:17:22.065Z | Compiling powerfmt v0.2.0 |
515 | 2024-07-09T03:17:22.097Z | Compiling httparse v1.8.0 |
516 | 2024-07-09T03:17:22.446Z | Compiling native-tls v0.2.11 |
517 | 2024-07-09T03:17:22.536Z | Compiling deranged v0.3.11 |
518 | 2024-07-09T03:17:22.826Z | Compiling tracing v0.1.40 |
519 | 2024-07-09T03:17:22.915Z | Compiling time-macros v0.2.18 |
520 | 2024-07-09T03:17:23.272Z | Compiling tinyvec v1.6.0 |
521 | 2024-07-09T03:17:23.600Z | Compiling thread-id v4.2.1 |
522 | 2024-07-09T03:17:23.741Z | Compiling proc-macro-error v1.0.4 |
523 | 2024-07-09T03:17:24.021Z | Compiling plain v0.2.3 |
524 | 2024-07-09T03:17:24.063Z | Compiling openssl-probe v0.1.5 |
525 | 2024-07-09T03:17:24.127Z | Compiling crossbeam-utils v0.8.19 |
526 | 2024-07-09T03:17:24.171Z | Compiling rustversion v1.0.17 |
527 | 2024-07-09T03:17:24.437Z | Compiling num_threads v0.1.7 |
528 | 2024-07-09T03:17:24.466Z | Compiling percent-encoding v2.3.1 |
529 | 2024-07-09T03:17:24.541Z | Compiling utf8parse v0.2.1 |
530 | 2024-07-09T03:17:24.561Z | Compiling heck v0.5.0 |
531 | 2024-07-09T03:17:24.693Z | Compiling try-lock v0.2.5 |
532 | 2024-07-09T03:17:24.733Z | Compiling anstyle-parse v0.2.4 |
533 | 2024-07-09T03:17:24.786Z | Compiling form_urlencoded v1.2.1 |
534 | 2024-07-09T03:17:24.828Z | Compiling want v0.3.1 |
535 | 2024-07-09T03:17:24.831Z | Compiling unicode-normalization v0.1.23 |
536 | 2024-07-09T03:17:25.108Z | Compiling http-body v0.4.6 |
537 | 2024-07-09T03:17:25.152Z | Compiling dirs-sys-next v0.1.2 |
538 | 2024-07-09T03:17:25.815Z | Compiling unicode-bidi v0.3.15 |
539 | 2024-07-09T03:17:25.838Z | Compiling camino v1.1.7 |
540 | 2024-07-09T03:17:25.869Z | Compiling anstyle-query v1.0.3 |
541 | 2024-07-09T03:17:25.889Z | Compiling winnow v0.6.8 |
542 | 2024-07-09T03:17:25.946Z | Compiling colorchoice v1.0.1 |
543 | 2024-07-09T03:17:26.010Z | Compiling httpdate v1.0.3 |
544 | 2024-07-09T03:17:26.119Z | Compiling semver v1.0.23 |
545 | 2024-07-09T03:17:26.233Z | Compiling time v0.3.36 |
546 | 2024-07-09T03:17:26.452Z | Compiling anstyle v1.0.7 |
547 | 2024-07-09T03:17:26.516Z | Compiling crc32fast v1.4.0 |
548 | 2024-07-09T03:17:26.641Z | Compiling tower-service v0.3.2 |
549 | 2024-07-09T03:17:26.821Z | Compiling is_terminal_polyfill v1.70.0 |
550 | 2024-07-09T03:17:26.947Z | Compiling pretty-hex v0.4.1 |
551 | 2024-07-09T03:17:26.967Z | Compiling anstream v0.6.14 |
552 | 2024-07-09T03:17:27.171Z | Compiling idna v0.5.0 |
553 | 2024-07-09T03:17:27.430Z | Compiling dirs-next v2.0.0 |
554 | 2024-07-09T03:17:27.726Z | Compiling crypto-common v0.1.6 |
555 | 2024-07-09T03:17:28.672Z | Compiling block-buffer v0.10.4 |
556 | 2024-07-09T03:17:28.749Z | Compiling terminal_size v0.3.0 |
557 | 2024-07-09T03:17:28.912Z | Compiling fs-err v2.11.0 |
558 | 2024-07-09T03:17:28.943Z | Compiling thread_local v1.1.8 |
559 | 2024-07-09T03:17:29.010Z | Compiling slog-async v2.8.0 |
560 | 2024-07-09T03:17:29.034Z | Compiling clap_lex v0.7.0 |
561 | 2024-07-09T03:17:29.167Z | Compiling anyhow v1.0.86 |
562 | 2024-07-09T03:17:29.507Z | Compiling adler v1.0.2 |
563 | 2024-07-09T03:17:29.532Z | Compiling match_cfg v0.1.0 |
564 | 2024-07-09T03:17:29.552Z | Compiling base64 v0.21.7 |
565 | 2024-07-09T03:17:29.619Z | Compiling strsim v0.11.1 |
566 | 2024-07-09T03:17:29.682Z | Compiling bytecount v0.6.8 |
567 | 2024-07-09T03:17:29.734Z | Compiling heck v0.4.1 |
568 | 2024-07-09T03:17:29.758Z | Compiling unicode-width v0.1.13 |
569 | 2024-07-09T03:17:30.000Z | Compiling papergrid v0.11.0 |
570 | 2024-07-09T03:17:30.087Z | Compiling rustls-pemfile v1.0.4 |
571 | 2024-07-09T03:17:30.216Z | Compiling clap_builder v4.5.2 |
572 | 2024-07-09T03:17:30.240Z | Compiling miniz_oxide v0.7.2 |
573 | 2024-07-09T03:17:30.303Z | Compiling hostname v0.3.1 |
574 | 2024-07-09T03:17:30.578Z | Compiling digest v0.10.7 |
575 | 2024-07-09T03:17:30.609Z | Compiling crossbeam-channel v0.5.12 |
576 | 2024-07-09T03:17:30.703Z | Compiling url v2.5.0 |
577 | 2024-07-09T03:17:30.997Z | Compiling term v0.7.0 |
578 | 2024-07-09T03:17:31.023Z | Compiling serde_derive v1.0.203 |
579 | 2024-07-09T03:17:31.793Z | Compiling thiserror-impl v1.0.60 |
580 | 2024-07-09T03:17:31.895Z | Compiling zerocopy-derive v0.7.34 |
581 | 2024-07-09T03:17:31.921Z | Compiling tokio-macros v2.3.0 |
582 | 2024-07-09T03:17:32.676Z | Compiling futures-macro v0.3.30 |
583 | 2024-07-09T03:17:32.707Z | Compiling scroll_derive v0.12.0 |
584 | 2024-07-09T03:17:33.710Z | Compiling tokio v1.38.0 |
585 | 2024-07-09T03:17:34.242Z | Compiling openssl-macros v0.1.1 |
586 | 2024-07-09T03:17:34.272Z | Compiling zerocopy v0.7.34 |
587 | 2024-07-09T03:17:34.403Z | Compiling scroll v0.12.0 |
588 | 2024-07-09T03:17:34.827Z | Compiling futures-util v0.3.30 |
589 | 2024-07-09T03:17:34.978Z | Compiling goblin v0.8.2 |
590 | 2024-07-09T03:17:35.614Z | Compiling pest v2.7.10 |
591 | 2024-07-09T03:17:35.878Z | Compiling tabled_derive v0.7.0 |
592 | 2024-07-09T03:17:38.321Z | Compiling pest_meta v2.7.10 |
593 | 2024-07-09T03:17:38.565Z | Compiling strum_macros v0.26.4 |
594 | 2024-07-09T03:17:41.025Z | Compiling pest_generator v2.7.10 |
595 | 2024-07-09T03:17:43.212Z | Compiling tokio-util v0.7.11 |
596 | 2024-07-09T03:17:43.722Z | Compiling pest_derive v2.7.10 |
597 | 2024-07-09T03:17:43.993Z | Compiling futures-executor v0.3.30 |
598 | 2024-07-09T03:17:44.432Z | Compiling h2 v0.3.26 |
599 | 2024-07-09T03:17:44.495Z | Compiling dtrace-parser v0.2.0 |
600 | 2024-07-09T03:17:44.568Z | Compiling tokio-native-tls v0.3.1 |
601 | 2024-07-09T03:17:44.591Z | Compiling clap_derive v4.5.4 |
602 | 2024-07-09T03:17:45.167Z | Compiling xattr v1.3.1 |
603 | 2024-07-09T03:17:45.456Z | Compiling memmap v0.7.0 |
604 | 2024-07-09T03:17:45.649Z | Compiling filetime v0.2.23 |
605 | 2024-07-09T03:17:45.826Z | Compiling is-terminal v0.4.12 |
606 | 2024-07-09T03:17:45.999Z | Compiling toml_datetime v0.6.6 |
607 | 2024-07-09T03:17:46.541Z | Compiling serde_tokenstream v0.2.1 |
608 | 2024-07-09T03:17:46.700Z | Compiling serde_spanned v0.6.6 |
609 | 2024-07-09T03:17:46.764Z | Compiling cargo-platform v0.1.8 |
610 | 2024-07-09T03:17:46.936Z | Compiling toml_edit v0.22.14 |
611 | 2024-07-09T03:17:47.889Z | Compiling dof v0.3.0 |
612 | 2024-07-09T03:17:48.882Z | Compiling hyper v0.14.28 |
613 | 2024-07-09T03:17:49.459Z | Compiling slog-json v2.6.1 |
614 | 2024-07-09T03:17:49.768Z | Compiling serde_urlencoded v0.7.1 |
615 | 2024-07-09T03:17:49.831Z | Compiling encoding_rs v0.8.34 |
616 | 2024-07-09T03:17:50.170Z | Compiling toml v0.8.14 |
617 | 2024-07-09T03:17:50.291Z | Compiling sync_wrapper v0.1.2 |
618 | 2024-07-09T03:17:50.420Z | Compiling take_mut v0.2.2 |
619 | 2024-07-09T03:17:50.582Z | Compiling mime v0.3.17 |
620 | 2024-07-09T03:17:50.914Z | Compiling usdt-macro v0.5.0 |
621 | 2024-07-09T03:17:50.983Z | Compiling usdt-attr-macro v0.5.0 |
622 | 2024-07-09T03:17:51.202Z | Compiling cpufeatures v0.2.12 |
623 | 2024-07-09T03:17:51.314Z | Compiling ipnet v2.9.0 |
624 | 2024-07-09T03:17:51.951Z | Compiling sha2 v0.10.8 |
625 | 2024-07-09T03:17:52.027Z | Compiling cargo_toml v0.20.3 |
626 | 2024-07-09T03:17:52.482Z | Compiling usdt v0.5.0 |
627 | 2024-07-09T03:17:52.645Z | Compiling hyper-tls v0.5.0 |
628 | 2024-07-09T03:17:52.976Z | Compiling reqwest v0.11.27 |
629 | 2024-07-09T03:17:52.999Z | Compiling clap v4.5.4 |
630 | 2024-07-09T03:17:53.121Z | Compiling slog-bunyan v2.5.0 |
631 | 2024-07-09T03:17:53.324Z | Compiling cargo_metadata v0.18.1 |
632 | 2024-07-09T03:17:53.554Z | Compiling slog-term v2.9.1 |
633 | 2024-07-09T03:17:54.508Z | Compiling macaddr v1.0.1 |
634 | 2024-07-09T03:17:54.811Z | Compiling tar v0.4.40 |
635 | 2024-07-09T03:17:54.982Z | Compiling flate2 v1.0.30 |
636 | 2024-07-09T03:17:55.188Z | Compiling futures v0.3.30 |
637 | 2024-07-09T03:17:55.316Z | Compiling strum v0.26.2 |
638 | 2024-07-09T03:17:55.439Z | Compiling tabled v0.15.0 |
639 | 2024-07-09T03:17:55.964Z | Compiling swrite v0.1.0 |
640 | 2024-07-09T03:18:00.231Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
641 | 2024-07-09T03:18:07.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
642 | 2024-07-09T03:18:08.224Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
643 | 2024-07-09T03:18:08.284Z | Jul 09 03:18:08.126 INFO Starting download, target: Cockroach |
644 | 2024-07-09T03:18:08.284Z | Jul 09 03:18:08.126 INFO Starting download, target: Clickhouse |
645 | 2024-07-09T03:18:08.284Z | Jul 09 03:18:08.126 INFO Starting download, target: Console |
646 | 2024-07-09T03:18:08.288Z | Jul 09 03:18:08.126 INFO Starting download, target: DendriteOpenapi |
647 | 2024-07-09T03:18:08.288Z | Jul 09 03:18:08.126 INFO Starting download, target: DendriteStub |
648 | 2024-07-09T03:18:08.288Z | Jul 09 03:18:08.126 INFO Starting download, target: MaghemiteMgd |
649 | 2024-07-09T03:18:08.288Z | Jul 09 03:18:08.126 INFO Starting download, target: TransceiverControl |
650 | 2024-07-09T03:18:08.288Z | Jul 09 03:18:08.127 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi |
651 | 2024-07-09T03:18:08.288Z | Jul 09 03:18:08.127 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
652 | 2024-07-09T03:18:08.288Z | Jul 09 03:18:08.127 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
653 | 2024-07-09T03:18:08.288Z | Jul 09 03:18:08.127 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
654 | 2024-07-09T03:18:08.288Z | Jul 09 03:18:08.127 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
655 | 2024-07-09T03:18:08.288Z | Jul 09 03:18:08.127 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
656 | 2024-07-09T03:18:08.288Z | Jul 09 03:18:08.127 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
657 | 2024-07-09T03:18:08.640Z | Jul 09 03:18:08.388 INFO Download complete, target: DendriteOpenapi |
658 | 2024-07-09T03:18:08.779Z | Jul 09 03:18:08.540 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
659 | 2024-07-09T03:18:09.520Z | Jul 09 03:18:08.707 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
660 | 2024-07-09T03:18:09.585Z | Jul 09 03:18:08.919 INFO Download complete, target: Console |
661 | 2024-07-09T03:18:09.600Z | Jul 09 03:18:09.423 INFO Download complete, target: TransceiverControl |
662 | 2024-07-09T03:18:10.186Z | Jul 09 03:18:09.998 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
663 | 2024-07-09T03:18:10.435Z | Jul 09 03:18:10.270 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
664 | 2024-07-09T03:18:10.460Z | Jul 09 03:18:10.300 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
665 | 2024-07-09T03:18:12.039Z | Jul 09 03:18:11.878 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
666 | 2024-07-09T03:18:12.039Z | Jul 09 03:18:11.878 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
667 | 2024-07-09T03:18:13.788Z | Jul 09 03:18:13.477 INFO Download complete, target: MaghemiteMgd |
668 | 2024-07-09T03:18:13.889Z | Jul 09 03:18:13.483 INFO Download complete, target: DendriteStub |
669 | 2024-07-09T03:18:20.729Z | Jul 09 03:18:20.570 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
670 | 2024-07-09T03:18:21.012Z | Jul 09 03:18:20.853 INFO Checking that binary works, target: Cockroach |
671 | 2024-07-09T03:18:21.199Z | Jul 09 03:18:21.038 INFO Download complete, target: Cockroach |
672 | 2024-07-09T03:18:24.957Z | Jul 09 03:18:24.795 INFO Checking that binary works, target: Clickhouse |
673 | 2024-07-09T03:18:25.182Z | Jul 09 03:18:25.022 INFO Download complete, target: Clickhouse |
674 | 2024-07-09T03:18:25.189Z | All prerequisites installed successfully |
675 | 2024-07-09T03:18:25.193Z | |
676 | 2024-07-09T03:18:25.193Z | real 3:33.497565266 |
677 | 2024-07-09T03:18:25.193Z | user 5:50.457634475 |
678 | 2024-07-09T03:18:25.193Z | sys 1:19.168304187 |
679 | 2024-07-09T03:18:25.193Z | trap 0.212863107 |
680 | 2024-07-09T03:18:25.193Z | tflt 2.357302906 |
681 | 2024-07-09T03:18:25.193Z | dflt 4.325208775 |
682 | 2024-07-09T03:18:25.193Z | kflt 0.191268070 |
683 | 2024-07-09T03:18:25.193Z | lock 13:02.708716707 |
684 | 2024-07-09T03:18:25.193Z | slp 19:18.556686063 |
685 | 2024-07-09T03:18:25.193Z | lat 19.270675315 |
686 | 2024-07-09T03:18:25.193Z | stop 1:02.084229822 |
687 | 2024-07-09T03:18:25.193Z | + ptime -m cargo xtask download softnpu |
688 | 2024-07-09T03:18:25.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
689 | 2024-07-09T03:18:25.805Z | Running `target/debug/xtask download softnpu` |
690 | 2024-07-09T03:18:25.831Z | Jul 09 03:18:25.672 INFO Starting download, target: Softnpu |
691 | 2024-07-09T03:18:25.834Z | Jul 09 03:18:25.672 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
692 | 2024-07-09T03:18:26.332Z | Jul 09 03:18:26.172 INFO Download complete, target: Softnpu |
693 | 2024-07-09T03:18:26.336Z | |
694 | 2024-07-09T03:18:26.340Z | real 1.139596972 |
695 | 2024-07-09T03:18:26.340Z | user 0.652434183 |
696 | 2024-07-09T03:18:26.340Z | sys 0.293078966 |
697 | 2024-07-09T03:18:26.340Z | trap 0.000498680 |
698 | 2024-07-09T03:18:26.340Z | tflt 0.000071593 |
699 | 2024-07-09T03:18:26.340Z | dflt 0.000096198 |
700 | 2024-07-09T03:18:26.340Z | kflt 0.000000000 |
701 | 2024-07-09T03:18:26.340Z | lock 4.996808683 |
702 | 2024-07-09T03:18:26.340Z | slp 0.429350496 |
703 | 2024-07-09T03:18:26.340Z | lat 0.075589654 |
704 | 2024-07-09T03:18:26.340Z | stop 0.000252568 |
705 | 2024-07-09T03:18:26.340Z | + export CARGO_INCREMENTAL=0 |
706 | 2024-07-09T03:18:26.340Z | + CARGO_INCREMENTAL=0 |
707 | 2024-07-09T03:18:26.340Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
708 | 2024-07-09T03:18:26.882Z | Downloading crates ... |
709 | 2024-07-09T03:18:27.077Z | Downloaded assert_matches v1.5.0 |
710 | 2024-07-09T03:18:27.081Z | Downloaded ahash v0.8.11 |
711 | 2024-07-09T03:18:27.087Z | Downloaded crunchy v0.2.2 |
712 | 2024-07-09T03:18:27.090Z | Downloaded darling_macro v0.20.9 |
713 | 2024-07-09T03:18:27.090Z | Downloaded cfg_aliases v0.1.1 |
714 | 2024-07-09T03:18:27.090Z | Downloaded atty v0.2.14 |
715 | 2024-07-09T03:18:27.097Z | Downloaded new_debug_unreachable v1.0.6 |
716 | 2024-07-09T03:18:27.102Z | Downloaded async-stream v0.3.5 |
717 | 2024-07-09T03:18:27.128Z | Downloaded array-init v0.0.4 |
718 | 2024-07-09T03:18:27.128Z | Downloaded derive_builder_macro v0.20.0 |
719 | 2024-07-09T03:18:27.129Z | Downloaded cstr-argument v0.1.2 |
720 | 2024-07-09T03:18:27.129Z | Downloaded newtype_derive v0.1.6 |
721 | 2024-07-09T03:18:27.129Z | Downloaded newline-converter v0.3.0 |
722 | 2024-07-09T03:18:27.129Z | Downloaded crossbeam-deque v0.8.5 |
723 | 2024-07-09T03:18:27.129Z | Downloaded arrayref v0.3.7 |
724 | 2024-07-09T03:18:27.129Z | Downloaded mockall v0.12.1 |
725 | 2024-07-09T03:18:27.129Z | Downloaded ciborium-io v0.2.2 |
726 | 2024-07-09T03:18:27.136Z | Downloaded multimap v0.10.0 |
727 | 2024-07-09T03:18:27.136Z | Downloaded mime_guess v2.0.4 |
728 | 2024-07-09T03:18:27.136Z | Downloaded normalize-line-endings v0.3.0 |
729 | 2024-07-09T03:18:27.136Z | Downloaded cipher v0.4.4 |
730 | 2024-07-09T03:18:27.136Z | Downloaded peg-runtime v0.8.3 |
731 | 2024-07-09T03:18:27.136Z | Downloaded nodrop v0.1.14 |
732 | 2024-07-09T03:18:27.136Z | Downloaded async-trait v0.1.80 |
733 | 2024-07-09T03:18:27.136Z | Downloaded portpicker v0.1.1 |
734 | 2024-07-09T03:18:27.139Z | Downloaded parse-size v1.0.0 |
735 | 2024-07-09T03:18:27.139Z | Downloaded csv-core v0.1.11 |
736 | 2024-07-09T03:18:27.139Z | Downloaded const_format_proc_macros v0.2.32 |
737 | 2024-07-09T03:18:27.139Z | Downloaded darling v0.20.9 |
738 | 2024-07-09T03:18:27.147Z | Downloaded derive_more v0.99.18 |
739 | 2024-07-09T03:18:27.152Z | Downloaded psl-types v2.0.11 |
740 | 2024-07-09T03:18:27.155Z | Downloaded ppv-lite86 v0.2.17 |
741 | 2024-07-09T03:18:27.155Z | Downloaded paste v1.0.15 |
742 | 2024-07-09T03:18:27.158Z | Downloaded peg v0.8.3 |
743 | 2024-07-09T03:18:27.161Z | Downloaded packed_struct_codegen v0.10.1 |
744 | 2024-07-09T03:18:27.163Z | Downloaded pem-rfc7468 v0.7.0 |
745 | 2024-07-09T03:18:27.166Z | Downloaded packed_struct v0.10.1 |
746 | 2024-07-09T03:18:27.169Z | Downloaded waitgroup v0.1.2 |
747 | 2024-07-09T03:18:27.169Z | Downloaded predicates-tree v1.0.9 |
748 | 2024-07-09T03:18:27.172Z | Downloaded predicates v3.1.0 |
749 | 2024-07-09T03:18:27.176Z | Downloaded atomicwrites v0.4.3 |
750 | 2024-07-09T03:18:27.176Z | Downloaded der_derive v0.7.2 |
751 | 2024-07-09T03:18:27.178Z | Downloaded argon2 v0.5.3 |
752 | 2024-07-09T03:18:27.178Z | Downloaded num-derive v0.4.2 |
753 | 2024-07-09T03:18:27.181Z | Downloaded rand_chacha v0.3.1 |
754 | 2024-07-09T03:18:27.181Z | Downloaded cookie v0.18.1 |
755 | 2024-07-09T03:18:27.184Z | Downloaded quick-error v1.2.3 |
756 | 2024-07-09T03:18:27.186Z | Downloaded pretty-hex v0.2.1 |
757 | 2024-07-09T03:18:27.190Z | Downloaded r2d2 v0.8.10 |
758 | 2024-07-09T03:18:27.190Z | Downloaded parking_lot_core v0.8.6 |
759 | 2024-07-09T03:18:27.193Z | Downloaded path-slash v0.1.5 |
760 | 2024-07-09T03:18:27.195Z | Downloaded ref-cast v1.0.23 |
761 | 2024-07-09T03:18:27.199Z | Downloaded arc-swap v1.7.1 |
762 | 2024-07-09T03:18:27.202Z | Downloaded ident_case v1.0.1 |
763 | 2024-07-09T03:18:27.205Z | Downloaded poly1305 v0.8.0 |
764 | 2024-07-09T03:18:27.208Z | Downloaded precomputed-hash v0.1.1 |
765 | 2024-07-09T03:18:27.208Z | Downloaded rpassword v7.3.1 |
766 | 2024-07-09T03:18:27.208Z | Downloaded mockall_derive v0.12.1 |
767 | 2024-07-09T03:18:27.211Z | Downloaded base64 v0.13.1 |
768 | 2024-07-09T03:18:27.214Z | Downloaded crc-any v2.5.0 |
769 | 2024-07-09T03:18:27.216Z | Downloaded curve25519-dalek-derive v0.1.1 |
770 | 2024-07-09T03:18:27.219Z | Downloaded cassowary v0.3.0 |
771 | 2024-07-09T03:18:27.222Z | Downloaded compact_str v0.7.1 |
772 | 2024-07-09T03:18:27.222Z | Downloaded tokio-tungstenite v0.21.0 |
773 | 2024-07-09T03:18:27.225Z | Downloaded backtrace v0.3.71 |
774 | 2024-07-09T03:18:27.230Z | Downloaded sigpipe v0.1.3 |
775 | 2024-07-09T03:18:27.233Z | Downloaded difflib v0.4.0 |
776 | 2024-07-09T03:18:27.245Z | Downloaded proc-macro-crate v1.3.1 |
777 | 2024-07-09T03:18:27.246Z | Downloaded crc-catalog v2.4.0 |
778 | 2024-07-09T03:18:27.249Z | Downloaded chacha20 v0.9.1 |
779 | 2024-07-09T03:18:27.249Z | Downloaded bitfield v0.14.0 |
780 | 2024-07-09T03:18:27.249Z | Downloaded data-encoding v2.6.0 |
781 | 2024-07-09T03:18:27.250Z | Downloaded constant_time_eq v0.3.0 |
782 | 2024-07-09T03:18:27.250Z | Downloaded parking_lot v0.11.2 |
783 | 2024-07-09T03:18:27.250Z | Downloaded debug-ignore v1.0.5 |
784 | 2024-07-09T03:18:27.250Z | Downloaded hash32 v0.3.1 |
785 | 2024-07-09T03:18:27.252Z | Downloaded hash32 v0.2.1 |
786 | 2024-07-09T03:18:27.252Z | Downloaded walkdir v2.5.0 |
787 | 2024-07-09T03:18:27.255Z | Downloaded phf v0.11.2 |
788 | 2024-07-09T03:18:27.259Z | Downloaded unarray v0.1.4 |
789 | 2024-07-09T03:18:27.259Z | Downloaded schemars_derive v0.8.21 |
790 | 2024-07-09T03:18:27.262Z | Downloaded untrusted v0.9.0 |
791 | 2024-07-09T03:18:27.262Z | Downloaded stability v0.2.0 |
792 | 2024-07-09T03:18:27.265Z | Downloaded ciborium v0.2.2 |
793 | 2024-07-09T03:18:27.265Z | Downloaded predicates-core v1.0.6 |
794 | 2024-07-09T03:18:27.267Z | Downloaded shell-words v1.1.0 |
795 | 2024-07-09T03:18:27.271Z | Downloaded signature v2.2.0 |
796 | 2024-07-09T03:18:27.271Z | Downloaded group v0.13.0 |
797 | 2024-07-09T03:18:27.273Z | Downloaded getopts v0.2.21 |
798 | 2024-07-09T03:18:27.273Z | Downloaded fixedbitset v0.4.2 |
799 | 2024-07-09T03:18:27.276Z | Downloaded cookie_store v0.20.0 |
800 | 2024-07-09T03:18:27.278Z | Downloaded rand_xorshift v0.3.0 |
801 | 2024-07-09T03:18:27.278Z | Downloaded ipnetwork v0.20.0 |
802 | 2024-07-09T03:18:27.281Z | Downloaded peg-macros v0.8.3 |
803 | 2024-07-09T03:18:27.284Z | Downloaded enum-as-inner v0.5.1 |
804 | 2024-07-09T03:18:27.284Z | Downloaded endian-type v0.1.2 |
805 | 2024-07-09T03:18:27.287Z | Downloaded hubpack_derive v0.1.1 |
806 | 2024-07-09T03:18:27.287Z | Downloaded supports-color v3.0.0 |
807 | 2024-07-09T03:18:27.287Z | Downloaded subtle v2.5.0 |
808 | 2024-07-09T03:18:27.291Z | Downloaded sqlformat v0.2.3 |
809 | 2024-07-09T03:18:27.291Z | Downloaded zone v0.1.8 |
810 | 2024-07-09T03:18:27.295Z | Downloaded owo-colors v4.0.0 |
811 | 2024-07-09T03:18:27.295Z | Downloaded clang-sys v1.7.0 |
812 | 2024-07-09T03:18:27.298Z | Downloaded heck v0.3.3 |
813 | 2024-07-09T03:18:27.300Z | Downloaded rayon-core v1.12.1 |
814 | 2024-07-09T03:18:27.307Z | Downloaded pin-project v1.1.5 |
815 | 2024-07-09T03:18:27.315Z | Downloaded blake2 v0.10.6 |
816 | 2024-07-09T03:18:27.319Z | Downloaded toolchain_find v0.4.0 |
817 | 2024-07-09T03:18:27.321Z | Downloaded ena v0.14.3 |
818 | 2024-07-09T03:18:27.325Z | Downloaded zeroize v1.7.0 |
819 | 2024-07-09T03:18:27.325Z | Downloaded fxhash v0.2.1 |
820 | 2024-07-09T03:18:27.328Z | Downloaded serde_repr v0.1.19 |
821 | 2024-07-09T03:18:27.328Z | Downloaded secrecy v0.8.0 |
822 | 2024-07-09T03:18:27.337Z | Downloaded unicase v2.7.0 |
823 | 2024-07-09T03:18:27.337Z | Downloaded instant v0.1.12 |
824 | 2024-07-09T03:18:27.339Z | Downloaded getrandom v0.2.14 |
825 | 2024-07-09T03:18:27.340Z | Downloaded tabwriter v1.4.0 |
826 | 2024-07-09T03:18:27.340Z | Downloaded sec1 v0.7.3 |
827 | 2024-07-09T03:18:27.340Z | Downloaded trust-dns-client v0.22.0 |
828 | 2024-07-09T03:18:27.345Z | Downloaded derive-where v1.2.7 |
829 | 2024-07-09T03:18:27.349Z | Downloaded humantime v2.1.0 |
830 | 2024-07-09T03:18:27.352Z | Downloaded rustc-demangle v0.1.24 |
831 | 2024-07-09T03:18:27.361Z | Downloaded termtree v0.4.1 |
832 | 2024-07-09T03:18:27.361Z | Downloaded signal-hook-tokio v0.3.1 |
833 | 2024-07-09T03:18:27.361Z | Downloaded kstat-rs v0.2.4 |
834 | 2024-07-09T03:18:27.361Z | Downloaded minimal-lexical v0.2.1 |
835 | 2024-07-09T03:18:27.364Z | Downloaded downcast v0.11.0 |
836 | 2024-07-09T03:18:27.365Z | Downloaded utf-8 v0.7.6 |
837 | 2024-07-09T03:18:27.365Z | Downloaded env_logger v0.10.2 |
838 | 2024-07-09T03:18:27.368Z | Downloaded display-error-chain v0.2.0 |
839 | 2024-07-09T03:18:27.371Z | Downloaded spin v0.5.2 |
840 | 2024-07-09T03:18:27.371Z | Downloaded tempfile v3.10.1 |
841 | 2024-07-09T03:18:27.374Z | Downloaded postgres-types v0.2.6 |
842 | 2024-07-09T03:18:27.376Z | Downloaded uzers v0.11.3 |
843 | 2024-07-09T03:18:27.379Z | Downloaded foreign-types-shared v0.3.1 |
844 | 2024-07-09T03:18:27.382Z | Downloaded resolv-conf v0.7.0 |
845 | 2024-07-09T03:18:27.382Z | Downloaded inout v0.1.3 |
846 | 2024-07-09T03:18:27.391Z | Downloaded termios v0.3.3 |
847 | 2024-07-09T03:18:27.394Z | Downloaded matches v0.1.10 |
848 | 2024-07-09T03:18:27.398Z | Downloaded signal-hook-mio v0.2.3 |
849 | 2024-07-09T03:18:27.398Z | Downloaded sha1 v0.10.6 |
850 | 2024-07-09T03:18:27.402Z | Downloaded highway v1.1.0 |
851 | 2024-07-09T03:18:27.402Z | Downloaded fd-lock v4.0.2 |
852 | 2024-07-09T03:18:27.405Z | Downloaded crypto-bigint v0.5.5 |
853 | 2024-07-09T03:18:27.411Z | Downloaded half v2.4.1 |
854 | 2024-07-09T03:18:27.415Z | Downloaded serde-big-array v0.5.1 |
855 | 2024-07-09T03:18:27.415Z | Downloaded similar v2.5.0 |
856 | 2024-07-09T03:18:27.422Z | Downloaded shlex v1.3.0 |
857 | 2024-07-09T03:18:27.425Z | Downloaded float-ord v0.3.2 |
858 | 2024-07-09T03:18:27.425Z | Downloaded serde_arrays v0.1.0 |
859 | 2024-07-09T03:18:27.425Z | Downloaded hostname v0.4.0 |
860 | 2024-07-09T03:18:27.427Z | Downloaded hex v0.4.3 |
861 | 2024-07-09T03:18:27.427Z | Downloaded maybe-uninit v2.0.0 |
862 | 2024-07-09T03:18:27.430Z | Downloaded strum_macros v0.24.3 |
863 | 2024-07-09T03:18:27.435Z | Downloaded stringprep v0.1.4 |
864 | 2024-07-09T03:18:27.436Z | Downloaded tokio-rustls v0.25.0 |
865 | 2024-07-09T03:18:27.439Z | Downloaded ed25519 v1.5.3 |
866 | 2024-07-09T03:18:27.439Z | Downloaded fragile v2.0.0 |
867 | 2024-07-09T03:18:27.439Z | Downloaded diesel_table_macro_syntax v0.1.0 |
868 | 2024-07-09T03:18:27.444Z | Downloaded prettyplease v0.2.20 |
869 | 2024-07-09T03:18:27.449Z | Downloaded fallible-iterator v0.2.0 |
870 | 2024-07-09T03:18:27.449Z | Downloaded vte_generate_state_changes v0.1.1 |
871 | 2024-07-09T03:18:27.449Z | Downloaded which v4.4.2 |
872 | 2024-07-09T03:18:27.453Z | Downloaded managed v0.8.0 |
873 | 2024-07-09T03:18:27.453Z | Downloaded rusty-fork v0.3.0 |
874 | 2024-07-09T03:18:27.453Z | Downloaded maplit v1.0.2 |
875 | 2024-07-09T03:18:27.453Z | Downloaded wait-timeout v0.2.0 |
876 | 2024-07-09T03:18:27.458Z | Downloaded serde_with_macros v3.8.1 |
877 | 2024-07-09T03:18:27.458Z | Downloaded rustls-pki-types v1.7.0 |
878 | 2024-07-09T03:18:27.461Z | Downloaded serde_path_to_error v0.1.16 |
879 | 2024-07-09T03:18:27.461Z | Downloaded serde-hex v0.1.0 |
880 | 2024-07-09T03:18:27.461Z | Downloaded socket2 v0.4.10 |
881 | 2024-07-09T03:18:27.465Z | Downloaded serde_derive_internals v0.29.1 |
882 | 2024-07-09T03:18:27.465Z | Downloaded whoami v1.5.1 |
883 | 2024-07-09T03:18:27.468Z | Downloaded vsss-rs v3.3.4 |
884 | 2024-07-09T03:18:27.471Z | Downloaded der v0.7.9 |
885 | 2024-07-09T03:18:27.475Z | Downloaded http-range v0.1.5 |
886 | 2024-07-09T03:18:27.478Z | Downloaded tokio-postgres v0.7.10 |
887 | 2024-07-09T03:18:27.489Z | Downloaded fastrand v2.1.0 |
888 | 2024-07-09T03:18:27.492Z | Downloaded glob v0.3.1 |
889 | 2024-07-09T03:18:27.492Z | Downloaded blake3 v1.5.1 |
890 | 2024-07-09T03:18:27.492Z | Downloaded wyz v0.5.1 |
891 | 2024-07-09T03:18:27.495Z | Downloaded smallvec v0.6.14 |
892 | 2024-07-09T03:18:27.495Z | Downloaded static_assertions v1.1.0 |
893 | 2024-07-09T03:18:27.498Z | Downloaded impl-trait-for-tuples v0.2.2 |
894 | 2024-07-09T03:18:27.501Z | Downloaded stable_deref_trait v1.2.0 |
895 | 2024-07-09T03:18:27.501Z | Downloaded smf v0.2.3 |
896 | 2024-07-09T03:18:27.501Z | Downloaded smawk v0.3.2 |
897 | 2024-07-09T03:18:27.504Z | Downloaded funty v2.0.0 |
898 | 2024-07-09T03:18:27.504Z | Downloaded rustc_version v0.1.7 |
899 | 2024-07-09T03:18:27.507Z | Downloaded rustc-hash v1.1.0 |
900 | 2024-07-09T03:18:27.507Z | Downloaded float-cmp v0.9.0 |
901 | 2024-07-09T03:18:27.510Z | Downloaded serde_plain v1.0.2 |
902 | 2024-07-09T03:18:27.510Z | Downloaded subprocess v0.2.9 |
903 | 2024-07-09T03:18:27.513Z | Downloaded uuid v1.9.1 |
904 | 2024-07-09T03:18:27.516Z | Downloaded zone_cfg_derive v0.1.2 |
905 | 2024-07-09T03:18:27.520Z | Downloaded lru v0.12.3 |
906 | 2024-07-09T03:18:27.520Z | Downloaded hmac v0.12.1 |
907 | 2024-07-09T03:18:27.522Z | Downloaded serde-big-array v0.4.1 |
908 | 2024-07-09T03:18:27.522Z | Downloaded hyper-staticfile v0.9.5 |
909 | 2024-07-09T03:18:27.525Z | Downloaded keccak v0.1.5 |
910 | 2024-07-09T03:18:27.525Z | Downloaded string_cache v0.8.7 |
911 | 2024-07-09T03:18:27.527Z | Downloaded slog-stdlog v4.1.1 |
912 | 2024-07-09T03:18:27.527Z | Downloaded slog-scope v4.4.0 |
913 | 2024-07-09T03:18:27.531Z | Downloaded headers-core v0.2.0 |
914 | 2024-07-09T03:18:27.531Z | Downloaded tracing-attributes v0.1.27 |
915 | 2024-07-09T03:18:27.534Z | Downloaded unsafe-libyaml v0.2.11 |
916 | 2024-07-09T03:18:27.537Z | Downloaded rustfmt-wrapper v0.2.1 |
917 | 2024-07-09T03:18:27.539Z | Downloaded lru-cache v0.1.2 |
918 | 2024-07-09T03:18:27.540Z | Downloaded yasna v0.5.2 |
919 | 2024-07-09T03:18:27.543Z | Downloaded serde_yaml v0.9.34+deprecated |
920 | 2024-07-09T03:18:27.546Z | Downloaded hashbrown v0.12.3 |
921 | 2024-07-09T03:18:27.551Z | Downloaded hubpack v0.1.2 |
922 | 2024-07-09T03:18:27.556Z | Downloaded topological-sort v0.2.2 |
923 | 2024-07-09T03:18:27.556Z | Downloaded structmeta-derive v0.2.0 |
924 | 2024-07-09T03:18:27.556Z | Downloaded zerocopy v0.6.6 |
925 | 2024-07-09T03:18:27.559Z | Downloaded spki v0.7.3 |
926 | 2024-07-09T03:18:27.559Z | Downloaded ron v0.7.1 |
927 | 2024-07-09T03:18:27.562Z | Downloaded aho-corasick v1.1.3 |
928 | 2024-07-09T03:18:27.568Z | Downloaded scheduled-thread-pool v0.2.7 |
929 | 2024-07-09T03:18:27.571Z | Downloaded diesel_derives v2.1.4 |
930 | 2024-07-09T03:18:27.574Z | Downloaded num-bigint v0.4.5 |
931 | 2024-07-09T03:18:27.584Z | Downloaded elliptic-curve v0.13.8 |
932 | 2024-07-09T03:18:27.588Z | Downloaded universal-hash v0.5.1 |
933 | 2024-07-09T03:18:27.588Z | Downloaded tokio-rustls v0.24.1 |
934 | 2024-07-09T03:18:27.588Z | Downloaded rsa v0.9.6 |
935 | 2024-07-09T03:18:27.591Z | Downloaded libxml v0.3.3 |
936 | 2024-07-09T03:18:27.598Z | Downloaded globset v0.4.14 |
937 | 2024-07-09T03:18:27.600Z | Downloaded test-strategy v0.3.1 |
938 | 2024-07-09T03:18:27.603Z | Downloaded publicsuffix v2.2.3 |
939 | 2024-07-09T03:18:27.607Z | Downloaded indexmap v1.9.3 |
940 | 2024-07-09T03:18:27.609Z | Downloaded libm v0.2.8 |
941 | 2024-07-09T03:18:27.618Z | Downloaded tungstenite v0.21.0 |
942 | 2024-07-09T03:18:27.621Z | Downloaded zeroize_derive v1.4.2 |
943 | 2024-07-09T03:18:27.623Z | Downloaded memmap2 v0.9.4 |
944 | 2024-07-09T03:18:27.626Z | Downloaded hyper-rustls v0.24.2 |
945 | 2024-07-09T03:18:27.628Z | Downloaded tls_codec_derive v0.4.1 |
946 | 2024-07-09T03:18:27.628Z | Downloaded bitvec v1.0.1 |
947 | 2024-07-09T03:18:27.644Z | Downloaded toml v0.7.8 |
948 | 2024-07-09T03:18:27.647Z | Downloaded heapless v0.7.17 |
949 | 2024-07-09T03:18:27.653Z | Downloaded x509-cert v0.2.5 |
950 | 2024-07-09T03:18:27.657Z | Downloaded hashbrown v0.13.2 |
951 | 2024-07-09T03:18:27.663Z | Downloaded expectorate v1.1.0 |
952 | 2024-07-09T03:18:27.665Z | Downloaded portable-atomic v1.6.0 |
953 | 2024-07-09T03:18:27.670Z | Downloaded nom v7.1.3 |
954 | 2024-07-09T03:18:27.676Z | Downloaded zip v0.6.6 |
955 | 2024-07-09T03:18:27.680Z | Downloaded steno v0.4.1 |
956 | 2024-07-09T03:18:27.684Z | Downloaded trust-dns-resolver v0.22.0 |
957 | 2024-07-09T03:18:27.688Z | Downloaded unicode_categories v0.1.1 |
958 | 2024-07-09T03:18:27.691Z | Downloaded serde_with v3.8.1 |
959 | 2024-07-09T03:18:27.699Z | Downloaded reedline v0.31.0 |
960 | 2024-07-09T03:18:27.706Z | Downloaded heapless v0.8.0 |
961 | 2024-07-09T03:18:27.710Z | Downloaded typed-path v0.7.1 |
962 | 2024-07-09T03:18:27.717Z | Downloaded chrono v0.4.38 |
963 | 2024-07-09T03:18:27.724Z | Downloaded itertools v0.10.5 |
964 | 2024-07-09T03:18:27.731Z | Downloaded regex-automata v0.1.10 |
965 | 2024-07-09T03:18:27.736Z | Downloaded salty v0.2.0 |
966 | 2024-07-09T03:18:27.743Z | Downloaded winnow v0.5.40 |
967 | 2024-07-09T03:18:27.750Z | Downloaded http v1.1.0 |
968 | 2024-07-09T03:18:27.753Z | Downloaded quick-xml v0.31.0 |
969 | 2024-07-09T03:18:27.759Z | Downloaded bindgen v0.69.4 |
970 | 2024-07-09T03:18:27.765Z | Downloaded itertools v0.13.0 |
971 | 2024-07-09T03:18:27.772Z | Downloaded itertools v0.12.1 |
972 | 2024-07-09T03:18:27.778Z | Downloaded idna v0.2.3 |
973 | 2024-07-09T03:18:27.784Z | Downloaded rustyline v14.0.0 |
974 | 2024-07-09T03:18:27.789Z | Downloaded rustls-webpki v0.101.7 |
975 | 2024-07-09T03:18:27.802Z | Downloaded tough v0.17.1 |
976 | 2024-07-09T03:18:27.810Z | Downloaded smoltcp v0.9.1 |
977 | 2024-07-09T03:18:27.819Z | Downloaded hkdf v0.12.4 |
978 | 2024-07-09T03:18:27.822Z | Downloaded gimli v0.28.1 |
979 | 2024-07-09T03:18:27.829Z | Downloaded regex v1.10.5 |
980 | 2024-07-09T03:18:27.841Z | Downloaded radix_trie v0.2.1 |
981 | 2024-07-09T03:18:27.845Z | Downloaded regex-syntax v0.6.29 |
982 | 2024-07-09T03:18:27.853Z | Downloaded smoltcp v0.11.0 |
983 | 2024-07-09T03:18:27.865Z | Downloaded polar-core v0.27.3 |
984 | 2024-07-09T03:18:27.872Z | Downloaded rustls v0.21.12 |
985 | 2024-07-09T03:18:27.884Z | Downloaded rustls-webpki v0.102.4 |
986 | 2024-07-09T03:18:27.900Z | Downloaded diesel v2.1.6 |
987 | 2024-07-09T03:18:27.914Z | Downloaded nix v0.28.0 |
988 | 2024-07-09T03:18:27.924Z | Downloaded object v0.32.2 |
989 | 2024-07-09T03:18:27.933Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
990 | 2024-07-09T03:18:27.945Z | Downloaded openapiv3 v2.0.0 |
991 | 2024-07-09T03:18:27.957Z | Downloaded idna v0.3.0 |
992 | 2024-07-09T03:18:27.983Z | Downloaded regex-automata v0.4.6 |
993 | 2024-07-09T03:18:27.986Z | Downloaded sha3 v0.10.8 |
994 | 2024-07-09T03:18:27.986Z | Downloaded csv v1.3.0 |
995 | 2024-07-09T03:18:28.001Z | Downloaded rustls v0.22.4 |
996 | 2024-07-09T03:18:28.012Z | Downloaded ratatui v0.27.0 |
997 | 2024-07-09T03:18:28.030Z | Downloaded regex-syntax v0.8.3 |
998 | 2024-07-09T03:18:28.035Z | Downloaded regress v0.9.1 |
999 | 2024-07-09T03:18:28.045Z | Downloaded nix v0.27.1 |
1000 | 2024-07-09T03:18:28.052Z | Downloaded sled v0.34.7 |
1001 | 2024-07-09T03:18:28.061Z | Downloaded bstr v1.9.1 |
1002 | 2024-07-09T03:18:28.070Z | Downloaded zerocopy-derive v0.6.6 |
1003 | 2024-07-09T03:18:28.078Z | Downloaded object v0.30.4 |
1004 | 2024-07-09T03:18:28.087Z | Downloaded curve25519-dalek v4.1.3 |
1005 | 2024-07-09T03:18:28.094Z | Downloaded finl_unicode v1.2.0 |
1006 | 2024-07-09T03:18:28.106Z | Downloaded petgraph v0.6.5 |
1007 | 2024-07-09T03:18:28.121Z | Downloaded sqlparser v0.45.0 |
1008 | 2024-07-09T03:18:28.126Z | Downloaded webpki-roots v0.25.4 |
1009 | 2024-07-09T03:18:28.129Z | Downloaded proptest v1.4.0 |
1010 | 2024-07-09T03:18:28.138Z | Downloaded bstr v0.2.17 |
1011 | 2024-07-09T03:18:28.145Z | Downloaded trust-dns-proto v0.22.0 |
1012 | 2024-07-09T03:18:28.156Z | Downloaded rayon v1.10.0 |
1013 | 2024-07-09T03:18:28.164Z | Downloaded lalrpop v0.19.12 |
1014 | 2024-07-09T03:18:28.174Z | Downloaded toml_edit v0.19.15 |
1015 | 2024-07-09T03:18:28.190Z | Downloaded unicode-segmentation v1.11.0 |
1016 | 2024-07-09T03:18:28.197Z | Downloaded headers v0.3.9 |
1017 | 2024-07-09T03:18:28.201Z | Downloaded trust-dns-server v0.22.1 |
1018 | 2024-07-09T03:18:28.201Z | Downloaded tls_codec v0.4.1 |
1019 | 2024-07-09T03:18:28.201Z | Downloaded structmeta-derive v0.3.0 |
1020 | 2024-07-09T03:18:28.204Z | Downloaded iana-time-zone v0.1.60 |
1021 | 2024-07-09T03:18:28.205Z | Downloaded tokio-tungstenite v0.20.1 |
1022 | 2024-07-09T03:18:28.207Z | Downloaded vte v0.11.1 |
1023 | 2024-07-09T03:18:28.207Z | Downloaded textwrap v0.16.1 |
1024 | 2024-07-09T03:18:28.210Z | Downloaded indicatif v0.17.8 |
1025 | 2024-07-09T03:18:28.214Z | Downloaded flume v0.11.0 |
1026 | 2024-07-09T03:18:28.216Z | Downloaded md-5 v0.10.6 |
1027 | 2024-07-09T03:18:28.217Z | Downloaded tokio-stream v0.1.15 |
1028 | 2024-07-09T03:18:28.220Z | Downloaded tungstenite v0.20.1 |
1029 | 2024-07-09T03:18:28.223Z | Downloaded snafu v0.8.2 |
1030 | 2024-07-09T03:18:28.228Z | Downloaded samael v0.0.15 |
1031 | 2024-07-09T03:18:28.232Z | Downloaded structmeta v0.3.0 |
1032 | 2024-07-09T03:18:28.235Z | Downloaded structmeta v0.2.0 |
1033 | 2024-07-09T03:18:28.235Z | Downloaded strip-ansi-escapes v0.2.0 |
1034 | 2024-07-09T03:18:28.235Z | Downloaded num-bigint-dig v0.8.4 |
1035 | 2024-07-09T03:18:28.238Z | Downloaded rustc_version v0.4.0 |
1036 | 2024-07-09T03:18:28.241Z | Downloaded fatfs v0.3.6 |
1037 | 2024-07-09T03:18:28.244Z | Downloaded foreign-types v0.5.0 |
1038 | 2024-07-09T03:18:28.244Z | Downloaded ff v0.13.0 |
1039 | 2024-07-09T03:18:28.244Z | Downloaded either v1.12.0 |
1040 | 2024-07-09T03:18:28.247Z | Downloaded signal-hook v0.3.17 |
1041 | 2024-07-09T03:18:28.250Z | Downloaded rand v0.8.5 |
1042 | 2024-07-09T03:18:28.253Z | Downloaded embedded-io v0.4.0 |
1043 | 2024-07-09T03:18:28.253Z | Downloaded tiny-keccak v2.0.2 |
1044 | 2024-07-09T03:18:28.256Z | Downloaded thiserror-no-std v2.0.2 |
1045 | 2024-07-09T03:18:28.259Z | Downloaded slog-envlogger v2.2.0 |
1046 | 2024-07-09T03:18:28.259Z | Downloaded slog-dtrace v0.3.0 |
1047 | 2024-07-09T03:18:28.259Z | Downloaded erased-serde v0.3.31 |
1048 | 2024-07-09T03:18:28.264Z | Downloaded spin v0.9.8 |
1049 | 2024-07-09T03:18:28.269Z | Downloaded rustls-pemfile v2.1.2 |
1050 | 2024-07-09T03:18:28.269Z | Downloaded schemars v0.8.21 |
1051 | 2024-07-09T03:18:28.275Z | Downloaded const_format v0.2.32 |
1052 | 2024-07-09T03:18:28.278Z | Downloaded base64 v0.22.1 |
1053 | 2024-07-09T03:18:28.281Z | Downloaded strum_macros v0.25.3 |
1054 | 2024-07-09T03:18:28.284Z | Downloaded same-file v1.0.6 |
1055 | 2024-07-09T03:18:28.287Z | Downloaded libloading v0.8.3 |
1056 | 2024-07-09T03:18:28.287Z | Downloaded libefi-sys v0.1.0 |
1057 | 2024-07-09T03:18:28.289Z | Downloaded rcgen v0.12.1 |
1058 | 2024-07-09T03:18:28.292Z | Downloaded postcard v1.0.8 |
1059 | 2024-07-09T03:18:28.296Z | Downloaded omicron-zone-package v0.11.0 |
1060 | 2024-07-09T03:18:28.296Z | Downloaded crossterm v0.27.0 |
1061 | 2024-07-09T03:18:28.300Z | Downloaded snafu-derive v0.8.2 |
1062 | 2024-07-09T03:18:28.303Z | Downloaded ron v0.8.1 |
1063 | 2024-07-09T03:18:28.306Z | Downloaded tui-tree-widget v0.21.0 |
1064 | 2024-07-09T03:18:28.309Z | Downloaded semver v0.1.20 |
1065 | 2024-07-09T03:18:28.309Z | Downloaded lazycell v1.3.0 |
1066 | 2024-07-09T03:18:28.309Z | Downloaded crossbeam-epoch v0.9.18 |
1067 | 2024-07-09T03:18:28.311Z | Downloaded darling_core v0.20.9 |
1068 | 2024-07-09T03:18:28.315Z | Downloaded home v0.5.9 |
1069 | 2024-07-09T03:18:28.317Z | Downloaded diff v0.1.13 |
1070 | 2024-07-09T03:18:28.321Z | Downloaded toml v0.5.11 |
1071 | 2024-07-09T03:18:28.321Z | Downloaded oso v0.27.3 |
1072 | 2024-07-09T03:18:28.324Z | Downloaded lazy_static v1.5.0 |
1073 | 2024-07-09T03:18:28.327Z | Downloaded sct v0.7.1 |
1074 | 2024-07-09T03:18:28.329Z | Downloaded env_logger v0.9.3 |
1075 | 2024-07-09T03:18:28.329Z | Downloaded siphasher v0.3.11 |
1076 | 2024-07-09T03:18:28.331Z | Downloaded linked-hash-map v0.5.6 |
1077 | 2024-07-09T03:18:28.331Z | Downloaded flagset v0.4.5 |
1078 | 2024-07-09T03:18:28.334Z | Downloaded lalrpop-util v0.19.12 |
1079 | 2024-07-09T03:18:28.334Z | Downloaded indoc v1.0.9 |
1080 | 2024-07-09T03:18:28.337Z | Downloaded unicode-xid v0.2.4 |
1081 | 2024-07-09T03:18:28.337Z | Downloaded unicode-linebreak v0.1.5 |
1082 | 2024-07-09T03:18:28.337Z | Downloaded termcolor v1.4.1 |
1083 | 2024-07-09T03:18:28.345Z | Downloaded tap v1.0.1 |
1084 | 2024-07-09T03:18:28.345Z | Downloaded pkcs8 v0.10.2 |
1085 | 2024-07-09T03:18:28.347Z | Downloaded password-hash v0.5.0 |
1086 | 2024-07-09T03:18:28.348Z | Downloaded num-rational v0.4.2 |
1087 | 2024-07-09T03:18:28.348Z | Downloaded gethostname v0.4.3 |
1088 | 2024-07-09T03:18:28.348Z | Downloaded foreign-types-macros v0.2.3 |
1089 | 2024-07-09T03:18:28.348Z | Downloaded dyn-clone v1.0.17 |
1090 | 2024-07-09T03:18:28.348Z | Downloaded libsw v3.3.1 |
1091 | 2024-07-09T03:18:28.350Z | Downloaded unicode-truncate v1.0.0 |
1092 | 2024-07-09T03:18:28.351Z | Downloaded cookie v0.17.0 |
1093 | 2024-07-09T03:18:28.354Z | Downloaded derive_builder_core v0.20.0 |
1094 | 2024-07-09T03:18:28.354Z | Downloaded signature v1.6.4 |
1095 | 2024-07-09T03:18:28.356Z | Downloaded console v0.15.8 |
1096 | 2024-07-09T03:18:28.356Z | Downloaded pin-project-internal v1.1.5 |
1097 | 2024-07-09T03:18:28.361Z | Downloaded num-complex v0.4.6 |
1098 | 2024-07-09T03:18:28.361Z | Downloaded nu-ansi-term v0.50.0 |
1099 | 2024-07-09T03:18:28.364Z | Downloaded num-iter v0.1.45 |
1100 | 2024-07-09T03:18:28.364Z | Downloaded ref-cast-impl v1.0.23 |
1101 | 2024-07-09T03:18:28.364Z | Downloaded rand_core v0.6.4 |
1102 | 2024-07-09T03:18:28.364Z | Downloaded phf_shared v0.11.2 |
1103 | 2024-07-09T03:18:28.367Z | Downloaded backoff v0.4.0 |
1104 | 2024-07-09T03:18:28.367Z | Downloaded sqlparser_derive v0.2.2 |
1105 | 2024-07-09T03:18:28.367Z | Downloaded untrusted v0.7.1 |
1106 | 2024-07-09T03:18:28.367Z | Downloaded rtoolbox v0.0.2 |
1107 | 2024-07-09T03:18:28.370Z | Downloaded linear-map v1.2.0 |
1108 | 2024-07-09T03:18:28.370Z | Downloaded radium v0.7.0 |
1109 | 2024-07-09T03:18:28.372Z | Downloaded defmt-macros v0.3.9 |
1110 | 2024-07-09T03:18:28.373Z | Downloaded num_enum v0.5.11 |
1111 | 2024-07-09T03:18:28.376Z | Downloaded crc v3.2.1 |
1112 | 2024-07-09T03:18:28.379Z | Downloaded thiserror-impl-no-std v2.0.2 |
1113 | 2024-07-09T03:18:28.382Z | Downloaded parse-display v0.9.1 |
1114 | 2024-07-09T03:18:28.382Z | Downloaded chacha20poly1305 v0.10.1 |
1115 | 2024-07-09T03:18:28.382Z | Downloaded block-padding v0.3.3 |
1116 | 2024-07-09T03:18:28.384Z | Downloaded colored v2.1.0 |
1117 | 2024-07-09T03:18:28.384Z | Downloaded postgres-protocol v0.6.6 |
1118 | 2024-07-09T03:18:28.387Z | Downloaded num-traits v0.2.19 |
1119 | 2024-07-09T03:18:28.391Z | Downloaded is_ci v1.2.0 |
1120 | 2024-07-09T03:18:28.391Z | Downloaded pem v3.0.4 |
1121 | 2024-07-09T03:18:28.391Z | Downloaded ciborium-ll v0.2.2 |
1122 | 2024-07-09T03:18:28.391Z | Downloaded cexpr v0.6.0 |
1123 | 2024-07-09T03:18:28.394Z | Downloaded bitflags v1.3.2 |
1124 | 2024-07-09T03:18:28.396Z | Downloaded camino-tempfile v1.1.1 |
1125 | 2024-07-09T03:18:28.396Z | Downloaded buf-list v1.0.3 |
1126 | 2024-07-09T03:18:28.399Z | Downloaded bit-set v0.5.3 |
1127 | 2024-07-09T03:18:28.399Z | Downloaded base16ct v0.2.0 |
1128 | 2024-07-09T03:18:28.402Z | Downloaded rand_seeder v0.2.3 |
1129 | 2024-07-09T03:18:28.402Z | Downloaded pkcs1 v0.7.5 |
1130 | 2024-07-09T03:18:28.405Z | Downloaded crucible-workspace-hack v0.1.0 |
1131 | 2024-07-09T03:18:28.405Z | Downloaded number_prefix v0.4.0 |
1132 | 2024-07-09T03:18:28.405Z | Downloaded bitstruct_derive v0.1.0 |
1133 | 2024-07-09T03:18:28.405Z | Downloaded bitstruct v0.1.1 |
1134 | 2024-07-09T03:18:28.408Z | Downloaded bb8 v0.8.5 |
1135 | 2024-07-09T03:18:28.408Z | Downloaded allocator-api2 v0.2.18 |
1136 | 2024-07-09T03:18:28.410Z | Downloaded defmt v0.3.8 |
1137 | 2024-07-09T03:18:28.415Z | Downloaded parse-display-derive v0.9.1 |
1138 | 2024-07-09T03:18:28.415Z | Downloaded olpc-cjson v0.1.3 |
1139 | 2024-07-09T03:18:28.415Z | Downloaded num_enum_derive v0.5.11 |
1140 | 2024-07-09T03:18:28.418Z | Downloaded num v0.4.3 |
1141 | 2024-07-09T03:18:28.418Z | Downloaded oso-derive v0.27.3 |
1142 | 2024-07-09T03:18:28.418Z | Downloaded num-integer v0.1.46 |
1143 | 2024-07-09T03:18:28.418Z | Downloaded newtype-uuid v1.1.0 |
1144 | 2024-07-09T03:18:28.418Z | Downloaded derive_builder v0.20.0 |
1145 | 2024-07-09T03:18:28.423Z | Downloaded const-oid v0.9.6 |
1146 | 2024-07-09T03:18:28.426Z | Downloaded nibble_vec v0.1.0 |
1147 | 2024-07-09T03:18:28.429Z | Downloaded nanorand v0.7.0 |
1148 | 2024-07-09T03:18:28.429Z | Downloaded addr2line v0.21.0 |
1149 | 2024-07-09T03:18:28.432Z | Downloaded cancel-safe-futures v0.1.5 |
1150 | 2024-07-09T03:18:28.435Z | Downloaded bitfield-struct v0.6.1 |
1151 | 2024-07-09T03:18:28.435Z | Downloaded bcs v0.1.6 |
1152 | 2024-07-09T03:18:28.435Z | Downloaded base64ct v1.6.0 |
1153 | 2024-07-09T03:18:28.438Z | Downloaded bzip2 v0.4.4 |
1154 | 2024-07-09T03:18:28.441Z | Downloaded phf_shared v0.10.0 |
1155 | 2024-07-09T03:18:28.441Z | Downloaded opaque-debug v0.3.1 |
1156 | 2024-07-09T03:18:28.441Z | Downloaded corncobs v0.1.3 |
1157 | 2024-07-09T03:18:28.441Z | Downloaded cobs v0.2.3 |
1158 | 2024-07-09T03:18:28.444Z | Downloaded async-stream-impl v0.3.5 |
1159 | 2024-07-09T03:18:28.444Z | Downloaded ascii v1.1.0 |
1160 | 2024-07-09T03:18:28.444Z | Downloaded arrayvec v0.7.4 |
1161 | 2024-07-09T03:18:28.447Z | Downloaded convert_case v0.4.0 |
1162 | 2024-07-09T03:18:28.447Z | Downloaded bit-vec v0.6.3 |
1163 | 2024-07-09T03:18:28.450Z | Downloaded ascii-canvas v3.0.0 |
1164 | 2024-07-09T03:18:28.450Z | Downloaded defmt-parser v0.3.4 |
1165 | 2024-07-09T03:18:28.450Z | Downloaded castaway v0.2.2 |
1166 | 2024-07-09T03:18:28.450Z | Downloaded atomic-waker v1.1.2 |
1167 | 2024-07-09T03:18:28.455Z | Downloaded async-recursion v1.1.1 |
1168 | 2024-07-09T03:18:28.461Z | Downloaded aead v0.5.2 |
1169 | 2024-07-09T03:18:28.461Z | Downloaded multer v3.1.0 |
1170 | 2024-07-09T03:18:28.461Z | Downloaded memoffset v0.9.1 |
1171 | 2024-07-09T03:18:28.561Z | Downloaded ring v0.17.8 |
1172 | 2024-07-09T03:18:28.668Z | Downloaded ring v0.16.20 |
1173 | 2024-07-09T03:18:28.871Z | Compiling proc-macro2 v1.0.86 |
1174 | 2024-07-09T03:18:28.871Z | Compiling unicode-ident v1.0.12 |
1175 | 2024-07-09T03:18:28.871Z | Compiling libc v0.2.155 |
1176 | 2024-07-09T03:18:28.874Z | Compiling serde v1.0.203 |
1177 | 2024-07-09T03:18:28.874Z | Compiling autocfg v1.3.0 |
1178 | 2024-07-09T03:18:28.874Z | Compiling version_check v0.9.4 |
1179 | 2024-07-09T03:18:28.874Z | Compiling cfg-if v1.0.0 |
1180 | 2024-07-09T03:18:29.106Z | Compiling cc v1.0.97 |
1181 | 2024-07-09T03:18:29.124Z | Compiling parking_lot_core v0.9.10 |
1182 | 2024-07-09T03:18:29.158Z | Compiling once_cell v1.19.0 |
1183 | 2024-07-09T03:18:29.512Z | Compiling serde_json v1.0.120 |
1184 | 2024-07-09T03:18:29.614Z | Compiling libm v0.2.8 |
1185 | 2024-07-09T03:18:29.657Z | Compiling ahash v0.8.11 |
1186 | 2024-07-09T03:18:29.686Z | Compiling lock_api v0.4.12 |
1187 | 2024-07-09T03:18:29.777Z | Compiling byteorder v1.5.0 |
1188 | 2024-07-09T03:18:29.896Z | Compiling num-traits v0.2.19 |
1189 | 2024-07-09T03:18:29.930Z | Compiling memchr v2.7.2 |
1190 | 2024-07-09T03:18:29.947Z | Compiling thiserror v1.0.60 |
1191 | 2024-07-09T03:18:30.229Z | Compiling scopeguard v1.2.0 |
1192 | 2024-07-09T03:18:30.286Z | Compiling typenum v1.17.0 |
1193 | 2024-07-09T03:18:30.403Z | Compiling quote v1.0.36 |
1194 | 2024-07-09T03:18:31.011Z | Compiling syn v2.0.68 |
1195 | 2024-07-09T03:18:31.087Z | Compiling getrandom v0.2.14 |
1196 | 2024-07-09T03:18:31.303Z | Compiling itoa v1.0.11 |
1197 | 2024-07-09T03:18:31.356Z | Compiling log v0.4.21 |
1198 | 2024-07-09T03:18:31.451Z | Compiling generic-array v0.14.7 |
1199 | 2024-07-09T03:18:31.826Z | Compiling allocator-api2 v0.2.18 |
1200 | 2024-07-09T03:18:32.037Z | Compiling slab v0.4.9 |
1201 | 2024-07-09T03:18:32.242Z | Compiling ryu v1.0.18 |
1202 | 2024-07-09T03:18:32.246Z | Compiling ring v0.17.8 |
1203 | 2024-07-09T03:18:32.321Z | Compiling pin-project-lite v0.2.14 |
1204 | 2024-07-09T03:18:32.434Z | Compiling schemars v0.8.21 |
1205 | 2024-07-09T03:18:32.522Z | Compiling semver v1.0.23 |
1206 | 2024-07-09T03:18:32.629Z | Compiling smallvec v1.13.2 |
1207 | 2024-07-09T03:18:32.816Z | Compiling equivalent v1.0.1 |
1208 | 2024-07-09T03:18:32.951Z | Compiling vcpkg v0.2.15 |
1209 | 2024-07-09T03:18:32.981Z | Compiling pkg-config v0.3.30 |
1210 | 2024-07-09T03:18:33.265Z | Compiling signal-hook-registry v1.4.2 |
1211 | 2024-07-09T03:18:34.001Z | Compiling parking_lot v0.12.2 |
1212 | 2024-07-09T03:18:34.414Z | Compiling syn v1.0.109 |
1213 | 2024-07-09T03:18:34.700Z | Compiling openssl-sys v0.9.102 |
1214 | 2024-07-09T03:18:34.799Z | Compiling mio v0.8.11 |
1215 | 2024-07-09T03:18:34.994Z | Compiling spin v0.9.8 |
1216 | 2024-07-09T03:18:35.680Z | Compiling rand_core v0.6.4 |
1217 | 2024-07-09T03:18:36.086Z | Compiling num_cpus v1.16.0 |
1218 | 2024-07-09T03:18:36.144Z | Compiling socket2 v0.5.7 |
1219 | 2024-07-09T03:18:36.211Z | Compiling num-conv v0.1.0 |
1220 | 2024-07-09T03:18:36.472Z | Compiling time-core v0.1.2 |
1221 | 2024-07-09T03:18:36.647Z | Compiling time-macros v0.2.18 |
1222 | 2024-07-09T03:18:36.894Z | Compiling heck v0.5.0 |
1223 | 2024-07-09T03:18:36.962Z | Compiling httparse v1.8.0 |
1224 | 2024-07-09T03:18:37.507Z | Compiling futures-core v0.3.30 |
1225 | 2024-07-09T03:18:37.804Z | Compiling fnv v1.0.7 |
1226 | 2024-07-09T03:18:37.831Z | Compiling openssl v0.10.64 |
1227 | 2024-07-09T03:18:38.229Z | Compiling crossbeam-utils v0.8.19 |
1228 | 2024-07-09T03:18:38.373Z | Compiling rustix v0.38.34 |
1229 | 2024-07-09T03:18:38.410Z | Compiling serde_derive_internals v0.29.1 |
1230 | 2024-07-09T03:18:38.432Z | Compiling iana-time-zone v0.1.60 |
1231 | 2024-07-09T03:18:39.057Z | Compiling native-tls v0.2.11 |
1232 | 2024-07-09T03:18:39.327Z | Compiling tinyvec_macros v0.1.1 |
1233 | 2024-07-09T03:18:39.383Z | Compiling rustls v0.21.12 |
1234 | 2024-07-09T03:18:39.418Z | Compiling tinyvec v1.6.0 |
1235 | 2024-07-09T03:18:40.082Z | Compiling ucd-trie v0.1.6 |
1236 | 2024-07-09T03:18:40.301Z | Compiling const-oid v0.9.6 |
1237 | 2024-07-09T03:18:40.576Z | Compiling futures-sink v0.3.30 |
1238 | 2024-07-09T03:18:40.584Z | Compiling subtle v2.5.0 |
1239 | 2024-07-09T03:18:40.772Z | Compiling unicode-normalization v0.1.23 |
1240 | 2024-07-09T03:18:40.862Z | Compiling backtrace v0.3.71 |
1241 | 2024-07-09T03:18:40.958Z | Compiling cookie v0.17.0 |
1242 | 2024-07-09T03:18:41.201Z | Compiling dyn-clone v1.0.17 |
1243 | 2024-07-09T03:18:41.394Z | Compiling slog v2.7.0 |
1244 | 2024-07-09T03:18:41.670Z | Compiling unicode-bidi v0.3.15 |
1245 | 2024-07-09T03:18:41.808Z | Compiling futures-channel v0.3.30 |
1246 | 2024-07-09T03:18:42.131Z | Compiling pin-utils v0.1.0 |
1247 | 2024-07-09T03:18:42.241Z | Compiling futures-io v0.3.30 |
1248 | 2024-07-09T03:18:42.473Z | Compiling futures-task v0.3.30 |
1249 | 2024-07-09T03:18:42.847Z | Compiling aho-corasick v1.1.3 |
1250 | 2024-07-09T03:18:43.274Z | Compiling winnow v0.5.40 |
1251 | 2024-07-09T03:18:43.302Z | Compiling regex-syntax v0.8.3 |
1252 | 2024-07-09T03:18:44.312Z | Compiling serde_derive v1.0.203 |
1253 | 2024-07-09T03:18:45.259Z | Compiling zerocopy-derive v0.7.34 |
1254 | 2024-07-09T03:18:45.878Z | Compiling zeroize_derive v1.4.2 |
1255 | 2024-07-09T03:18:47.131Z | Compiling thiserror-impl v1.0.60 |
1256 | 2024-07-09T03:18:47.276Z | Compiling zerocopy v0.7.34 |
1257 | 2024-07-09T03:18:47.279Z | Compiling tokio-macros v2.3.0 |
1258 | 2024-07-09T03:18:47.331Z | Compiling futures-macro v0.3.30 |
1259 | 2024-07-09T03:18:48.573Z | Compiling schemars_derive v0.8.21 |
1260 | 2024-07-09T03:18:49.213Z | Compiling tracing-attributes v0.1.27 |
1261 | 2024-07-09T03:18:49.265Z | Compiling zeroize v1.7.0 |
1262 | 2024-07-09T03:18:49.564Z | Compiling hashbrown v0.14.5 |
1263 | 2024-07-09T03:18:50.174Z | Compiling openssl-macros v0.1.1 |
1264 | 2024-07-09T03:18:51.008Z | Compiling scroll_derive v0.12.0 |
1265 | 2024-07-09T03:18:51.256Z | Compiling pest v2.7.10 |
1266 | 2024-07-09T03:18:51.345Z | Compiling crypto-common v0.1.6 |
1267 | 2024-07-09T03:18:51.522Z | Compiling futures-util v0.3.30 |
1268 | 2024-07-09T03:18:51.576Z | Compiling der_derive v0.7.2 |
1269 | 2024-07-09T03:18:52.571Z | Compiling anyhow v1.0.86 |
1270 | 2024-07-09T03:18:52.639Z | Compiling untrusted v0.9.0 |
1271 | 2024-07-09T03:18:53.067Z | Compiling block-buffer v0.10.4 |
1272 | 2024-07-09T03:18:53.293Z | Compiling regex-automata v0.4.6 |
1273 | 2024-07-09T03:18:53.908Z | Compiling pest_meta v2.7.10 |
1274 | 2024-07-09T03:18:54.042Z | Compiling tracing-core v0.1.32 |
1275 | 2024-07-09T03:18:56.456Z | Compiling pest_generator v2.7.10 |
1276 | 2024-07-09T03:18:58.250Z | Compiling bytes v1.6.0 |
1277 | 2024-07-09T03:18:58.381Z | Compiling indexmap v2.2.6 |
1278 | 2024-07-09T03:18:59.430Z | Compiling uuid v1.9.1 |
1279 | 2024-07-09T03:18:59.480Z | Compiling bitflags v2.5.0 |
1280 | 2024-07-09T03:19:00.043Z | Compiling tokio v1.38.0 |
1281 | 2024-07-09T03:19:00.612Z | Compiling chrono v0.4.38 |
1282 | 2024-07-09T03:19:00.811Z | Compiling serde_tokenstream v0.2.1 |
1283 | 2024-07-09T03:19:01.681Z | Compiling toml_datetime v0.6.6 |
1284 | 2024-07-09T03:19:02.129Z | Compiling serde_spanned v0.6.6 |
1285 | 2024-07-09T03:19:02.345Z | Compiling http v0.2.12 |
1286 | 2024-07-09T03:19:02.898Z | Compiling toml_edit v0.19.15 |
1287 | 2024-07-09T03:19:04.870Z | Compiling rustc_version v0.4.0 |
1288 | 2024-07-09T03:19:05.529Z | Compiling pest_derive v2.7.10 |
1289 | 2024-07-09T03:19:06.315Z | Compiling usdt-impl v0.5.0 |
1290 | 2024-07-09T03:19:06.467Z | Compiling rustversion v1.0.17 |
1291 | 2024-07-09T03:19:06.628Z | Compiling powerfmt v0.2.0 |
1292 | 2024-07-09T03:19:07.131Z | Compiling deranged v0.3.11 |
1293 | 2024-07-09T03:19:07.148Z | Compiling heapless v0.7.17 |
1294 | 2024-07-09T03:19:07.559Z | Compiling tracing v0.1.40 |
1295 | 2024-07-09T03:19:07.701Z | Compiling digest v0.10.7 |
1296 | 2024-07-09T03:19:08.136Z | Compiling scroll v0.12.0 |
1297 | 2024-07-09T03:19:08.967Z | Compiling ppv-lite86 v0.2.17 |
1298 | 2024-07-09T03:19:09.329Z | Compiling heck v0.4.1 |
1299 | 2024-07-09T03:19:09.411Z | Compiling plain v0.2.3 |
1300 | 2024-07-09T03:19:09.562Z | Compiling percent-encoding v2.3.1 |
1301 | 2024-07-09T03:19:09.739Z | Compiling num_threads v0.1.7 |
1302 | 2024-07-09T03:19:10.024Z | Compiling signal-hook v0.3.17 |
1303 | 2024-07-09T03:19:10.044Z | Compiling time v0.3.36 |
1304 | 2024-07-09T03:19:10.057Z | Compiling rand_chacha v0.3.1 |
1305 | 2024-07-09T03:19:10.115Z | Compiling goblin v0.8.2 |
1306 | 2024-07-09T03:19:11.380Z | Compiling regex v1.10.5 |
1307 | 2024-07-09T03:19:12.413Z | Compiling pretty-hex v0.4.1 |
1308 | 2024-07-09T03:19:12.614Z | Compiling crc32fast v1.4.0 |
1309 | 2024-07-09T03:19:13.218Z | Compiling strsim v0.11.1 |
1310 | 2024-07-09T03:19:14.489Z | Compiling rand v0.8.5 |
1311 | 2024-07-09T03:19:15.013Z | Compiling tokio-util v0.7.11 |
1312 | 2024-07-09T03:19:15.880Z | Compiling dof v0.3.0 |
1313 | 2024-07-09T03:19:16.262Z | Compiling dtrace-parser v0.2.0 |
1314 | 2024-07-09T03:19:16.654Z | Compiling async-trait v0.1.80 |
1315 | 2024-07-09T03:19:16.902Z | Compiling thread-id v4.2.1 |
1316 | 2024-07-09T03:19:17.180Z | Compiling smoltcp v0.9.1 |
1317 | 2024-07-09T03:19:17.789Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1318 | 2024-07-09T03:19:18.152Z | Compiling base64ct v1.6.0 |
1319 | 2024-07-09T03:19:18.190Z | Compiling unicode-width v0.1.13 |
1320 | 2024-07-09T03:19:18.225Z | Compiling foreign-types-shared v0.1.1 |
1321 | 2024-07-09T03:19:18.330Z | Compiling foreign-types v0.3.2 |
1322 | 2024-07-09T03:19:18.689Z | Compiling pem-rfc7468 v0.7.0 |
1323 | 2024-07-09T03:19:19.911Z | Compiling form_urlencoded v1.2.1 |
1324 | 2024-07-09T03:19:20.192Z | Compiling hmac v0.12.1 |
1325 | 2024-07-09T03:19:20.547Z | Compiling adler v1.0.2 |
1326 | 2024-07-09T03:19:20.621Z | Compiling try-lock v0.2.5 |
1327 | 2024-07-09T03:19:20.773Z | Compiling base64 v0.21.7 |
1328 | 2024-07-09T03:19:20.838Z | Compiling siphasher v0.3.11 |
1329 | 2024-07-09T03:19:20.984Z | Compiling flagset v0.4.5 |
1330 | 2024-07-09T03:19:21.184Z | Compiling der v0.7.9 |
1331 | 2024-07-09T03:19:21.206Z | Compiling want v0.3.1 |
1332 | 2024-07-09T03:19:21.509Z | Compiling miniz_oxide v0.7.2 |
1333 | 2024-07-09T03:19:23.444Z | Compiling h2 v0.3.26 |
1334 | 2024-07-09T03:19:24.404Z | Compiling rustls-webpki v0.101.7 |
1335 | 2024-07-09T03:19:24.695Z | Compiling sct v0.7.1 |
1336 | 2024-07-09T03:19:24.712Z | Compiling http-body v0.4.6 |
1337 | 2024-07-09T03:19:25.782Z | Compiling openapiv3 v2.0.0 |
1338 | 2024-07-09T03:19:26.149Z | Compiling hubpack_derive v0.1.1 |
1339 | 2024-07-09T03:19:26.442Z | Compiling zerocopy-derive v0.6.6 |
1340 | 2024-07-09T03:19:26.524Z | Compiling idna v0.5.0 |
1341 | 2024-07-09T03:19:27.196Z | Compiling errno v0.3.9 |
1342 | 2024-07-09T03:19:27.426Z | Compiling fs-err v2.11.0 |
1343 | 2024-07-09T03:19:27.540Z | Compiling utf8parse v0.2.1 |
1344 | 2024-07-09T03:19:27.691Z | Compiling anstyle v1.0.7 |
1345 | 2024-07-09T03:19:27.706Z | Compiling tower-service v0.3.2 |
1346 | 2024-07-09T03:19:27.904Z | Compiling httpdate v1.0.3 |
1347 | 2024-07-09T03:19:28.381Z | Compiling gimli v0.28.1 |
1348 | 2024-07-09T03:19:28.534Z | Compiling stable_deref_trait v1.2.0 |
1349 | 2024-07-09T03:19:28.637Z | Compiling openssl-probe v0.1.5 |
1350 | 2024-07-09T03:19:28.653Z | Compiling finl_unicode v1.2.0 |
1351 | 2024-07-09T03:19:28.925Z | Compiling cpufeatures v0.2.12 |
1352 | 2024-07-09T03:19:29.224Z | Compiling stringprep v0.1.4 |
1353 | 2024-07-09T03:19:29.242Z | Compiling sha2 v0.10.8 |
1354 | 2024-07-09T03:19:30.011Z | Compiling anstyle-parse v0.2.4 |
1355 | 2024-07-09T03:19:30.349Z | Compiling url v2.5.0 |
1356 | 2024-07-09T03:19:31.338Z | Compiling hyper v0.14.28 |
1357 | 2024-07-09T03:19:33.266Z | Compiling addr2line v0.21.0 |
1358 | 2024-07-09T03:19:34.113Z | Compiling spki v0.7.3 |
1359 | 2024-07-09T03:19:34.869Z | Compiling usdt-attr-macro v0.5.0 |
1360 | 2024-07-09T03:19:35.037Z | Compiling usdt-macro v0.5.0 |
1361 | 2024-07-09T03:19:36.482Z | Compiling md-5 v0.10.6 |
1362 | 2024-07-09T03:19:40.332Z | Compiling idna v0.3.0 |
1363 | 2024-07-09T03:19:40.997Z | Compiling diesel_table_macro_syntax v0.1.0 |
1364 | 2024-07-09T03:19:41.112Z | Compiling num-integer v0.1.46 |
1365 | 2024-07-09T03:19:41.768Z | Compiling object v0.32.2 |
1366 | 2024-07-09T03:19:41.785Z | Compiling hash32 v0.2.1 |
1367 | 2024-07-09T03:19:41.826Z | Compiling psl-types v2.0.11 |
1368 | 2024-07-09T03:19:42.011Z | Compiling is_terminal_polyfill v1.70.0 |
1369 | 2024-07-09T03:19:42.140Z | Compiling rustc-demangle v0.1.24 |
1370 | 2024-07-09T03:19:42.157Z | Compiling anstyle-query v1.0.3 |
1371 | 2024-07-09T03:19:43.929Z | Compiling colorchoice v1.0.1 |
1372 | 2024-07-09T03:19:44.963Z | Compiling fallible-iterator v0.2.0 |
1373 | 2024-07-09T03:19:45.700Z | Compiling postgres-protocol v0.6.6 |
1374 | 2024-07-09T03:19:47.574Z | Compiling anstream v0.6.14 |
1375 | 2024-07-09T03:19:49.832Z | Compiling publicsuffix v2.2.3 |
1376 | 2024-07-09T03:19:50.501Z | Compiling diesel_derives v2.1.4 |
1377 | 2024-07-09T03:19:55.628Z | Compiling tokio-rustls v0.24.1 |
1378 | 2024-07-09T03:19:56.919Z | Compiling pkcs8 v0.10.2 |
1379 | 2024-07-09T03:19:57.253Z | Compiling terminal_size v0.3.0 |
1380 | 2024-07-09T03:19:57.458Z | Compiling tokio-native-tls v0.3.1 |
1381 | 2024-07-09T03:19:57.755Z | Compiling phf_shared v0.11.2 |
1382 | 2024-07-09T03:19:58.562Z | Compiling strum_macros v0.25.3 |
1383 | 2024-07-09T03:19:59.226Z | Compiling enum-as-inner v0.5.1 |
1384 | 2024-07-09T03:20:00.313Z | Compiling block-padding v0.3.3 |
1385 | 2024-07-09T03:20:00.377Z | Compiling regress v0.9.1 |
1386 | 2024-07-09T03:20:00.448Z | Compiling serde_repr v0.1.19 |
1387 | 2024-07-09T03:20:00.544Z | Compiling clap_derive v4.5.4 |
1388 | 2024-07-09T03:20:02.520Z | Compiling ff v0.13.0 |
1389 | 2024-07-09T03:20:02.535Z | Compiling lazy_static v1.5.0 |
1390 | 2024-07-09T03:20:02.676Z | Compiling scheduled-thread-pool v0.2.7 |
1391 | 2024-07-09T03:20:03.199Z | Compiling encoding_rs v0.8.34 |
1392 | 2024-07-09T03:20:04.840Z | Compiling base16ct v0.2.0 |
1393 | 2024-07-09T03:20:05.126Z | Compiling either v1.12.0 |
1394 | 2024-07-09T03:20:05.190Z | Compiling bitflags v1.3.2 |
1395 | 2024-07-09T03:20:05.292Z | Compiling mime v0.3.17 |
1396 | 2024-07-09T03:20:05.371Z | Compiling managed v0.8.0 |
1397 | 2024-07-09T03:20:05.811Z | Compiling bit-vec v0.6.3 |
1398 | 2024-07-09T03:20:06.249Z | Compiling ipnet v2.9.0 |
1399 | 2024-07-09T03:20:06.386Z | Compiling clap_lex v0.7.0 |
1400 | 2024-07-09T03:20:06.778Z | Compiling matches v0.1.10 |
1401 | 2024-07-09T03:20:06.874Z | Compiling idna v0.2.3 |
1402 | 2024-07-09T03:20:07.356Z | Compiling clap_builder v4.5.2 |
1403 | 2024-07-09T03:20:08.280Z | Compiling sec1 v0.7.3 |
1404 | 2024-07-09T03:20:08.849Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1405 | 2024-07-09T03:20:10.077Z | Compiling r2d2 v0.8.10 |
1406 | 2024-07-09T03:20:10.425Z | Compiling group v0.13.0 |
1407 | 2024-07-09T03:20:12.948Z | Compiling inout v0.1.3 |
1408 | 2024-07-09T03:20:14.602Z | Compiling phf v0.11.2 |
1409 | 2024-07-09T03:20:14.741Z | Compiling hyper-tls v0.5.0 |
1410 | 2024-07-09T03:20:14.844Z | Compiling signal-hook-mio v0.2.3 |
1411 | 2024-07-09T03:20:14.921Z | Compiling hyper-rustls v0.24.2 |
1412 | 2024-07-09T03:20:14.991Z | Compiling cookie_store v0.20.0 |
1413 | 2024-07-09T03:20:15.271Z | Compiling postgres-types v0.2.6 |
1414 | 2024-07-09T03:20:15.368Z | Compiling num-bigint v0.4.5 |
1415 | 2024-07-09T03:20:15.378Z | Compiling zerocopy v0.6.6 |
1416 | 2024-07-09T03:20:16.307Z | Compiling hubpack v0.1.2 |
1417 | 2024-07-09T03:20:16.364Z | Compiling rustls-pemfile v1.0.4 |
1418 | 2024-07-09T03:20:16.713Z | Compiling phf_shared v0.10.0 |
1419 | 2024-07-09T03:20:16.756Z | Compiling hkdf v0.12.4 |
1420 | 2024-07-09T03:20:16.773Z | Compiling serde_urlencoded v0.7.1 |
1421 | 2024-07-09T03:20:16.986Z | Compiling crossbeam-epoch v0.9.18 |
1422 | 2024-07-09T03:20:17.393Z | Compiling ipnetwork v0.20.0 |
1423 | 2024-07-09T03:20:18.519Z | Compiling futures-executor v0.3.30 |
1424 | 2024-07-09T03:20:18.750Z | Compiling crypto-bigint v0.5.5 |
1425 | 2024-07-09T03:20:19.014Z | Compiling float-cmp v0.9.0 |
1426 | 2024-07-09T03:20:19.111Z | Compiling memmap v0.7.0 |
1427 | 2024-07-09T03:20:19.224Z | Compiling unicode-segmentation v1.11.0 |
1428 | 2024-07-09T03:20:19.415Z | Compiling difflib v0.4.0 |
1429 | 2024-07-09T03:20:20.679Z | Compiling normalize-line-endings v0.3.0 |
1430 | 2024-07-09T03:20:20.757Z | Compiling minimal-lexical v0.2.1 |
1431 | 2024-07-09T03:20:20.806Z | Compiling static_assertions v1.1.0 |
1432 | 2024-07-09T03:20:21.018Z | Compiling predicates-core v1.0.6 |
1433 | 2024-07-09T03:20:21.348Z | Compiling precomputed-hash v0.1.1 |
1434 | 2024-07-09T03:20:21.458Z | Compiling whoami v1.5.1 |
1435 | 2024-07-09T03:20:21.799Z | Compiling winnow v0.6.8 |
1436 | 2024-07-09T03:20:21.933Z | Compiling data-encoding v2.6.0 |
1437 | 2024-07-09T03:20:22.046Z | Compiling webpki-roots v0.25.4 |
1438 | 2024-07-09T03:20:22.202Z | Compiling new_debug_unreachable v1.0.6 |
1439 | 2024-07-09T03:20:22.285Z | Compiling sync_wrapper v0.1.2 |
1440 | 2024-07-09T03:20:22.300Z | Compiling fixedbitset v0.4.2 |
1441 | 2024-07-09T03:20:22.414Z | Compiling reqwest v0.11.27 |
1442 | 2024-07-09T03:20:22.701Z | Compiling petgraph v0.6.5 |
1443 | 2024-07-09T03:20:22.741Z | Compiling trust-dns-proto v0.22.0 |
1444 | 2024-07-09T03:20:23.605Z | Compiling string_cache v0.8.7 |
1445 | 2024-07-09T03:20:24.026Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1446 | 2024-07-09T03:20:24.042Z | Compiling tokio-postgres v0.7.10 |
1447 | 2024-07-09T03:20:25.610Z | Compiling toml_edit v0.22.14 |
1448 | 2024-07-09T03:20:26.751Z | Compiling elliptic-curve v0.13.8 |
1449 | 2024-07-09T03:20:27.507Z | Compiling predicates v3.1.0 |
1450 | 2024-07-09T03:20:27.964Z | Compiling nom v7.1.3 |
1451 | 2024-07-09T03:20:28.643Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1452 | 2024-07-09T03:20:30.422Z | Compiling similar v2.5.0 |
1453 | 2024-07-09T03:20:30.616Z | Compiling usdt v0.5.0 |
1454 | 2024-07-09T03:20:31.736Z | Compiling futures v0.3.30 |
1455 | 2024-07-09T03:20:31.853Z | Compiling yasna v0.5.2 |
1456 | 2024-07-09T03:20:31.898Z | Compiling diesel v2.1.6 |
1457 | 2024-07-09T03:20:32.974Z | Compiling crossterm v0.27.0 |
1458 | 2024-07-09T03:20:33.271Z | Compiling flate2 v1.0.30 |
1459 | 2024-07-09T03:20:33.281Z | Compiling cipher v0.4.4 |
1460 | 2024-07-09T03:20:33.651Z | Compiling clap v4.5.4 |
1461 | 2024-07-09T03:20:33.765Z | Compiling bit-set v0.5.3 |
1462 | 2024-07-09T03:20:34.049Z | Compiling itertools v0.12.1 |
1463 | 2024-07-09T03:20:34.139Z | Compiling itertools v0.10.5 |
1464 | 2024-07-09T03:20:34.169Z | Compiling console v0.15.8 |
1465 | 2024-07-09T03:20:35.368Z | Compiling num-iter v0.1.45 |
1466 | 2024-07-09T03:20:35.834Z | Compiling tokio-stream v0.1.15 |
1467 | 2024-07-09T03:20:36.292Z | Compiling toml v0.7.8 |
1468 | 2024-07-09T03:20:36.400Z | Compiling bstr v1.9.1 |
1469 | 2024-07-09T03:20:36.828Z | Compiling hex v0.4.3 |
1470 | 2024-07-09T03:20:37.194Z | Compiling peg-runtime v0.8.3 |
1471 | 2024-07-09T03:20:37.467Z | Compiling lalrpop-util v0.19.12 |
1472 | 2024-07-09T03:20:37.547Z | Compiling unicode-xid v0.2.4 |
1473 | 2024-07-09T03:20:37.818Z | Compiling camino v1.1.7 |
1474 | 2024-07-09T03:20:37.979Z | Compiling proc-macro-crate v1.3.1 |
1475 | 2024-07-09T03:20:39.577Z | Compiling heapless v0.8.0 |
1476 | 2024-07-09T03:20:41.815Z | Compiling num_enum_derive v0.5.11 |
1477 | 2024-07-09T03:20:47.512Z | Compiling hash32 v0.3.1 |
1478 | 2024-07-09T03:20:47.733Z | Compiling ident_case v1.0.1 |
1479 | 2024-07-09T03:20:47.768Z | Compiling rustls-pki-types v1.7.0 |
1480 | 2024-07-09T03:20:47.916Z | Compiling smoltcp v0.11.0 |
1481 | 2024-07-09T03:20:48.548Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1482 | 2024-07-09T03:20:54.434Z | Compiling darling_core v0.20.9 |
1483 | 2024-07-09T03:21:04.127Z | Compiling num_enum v0.5.11 |
1484 | 2024-07-09T03:21:04.743Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1485 | 2024-07-09T03:21:05.007Z | Compiling getopts v0.2.21 |
1486 | 2024-07-09T03:21:06.108Z | Compiling dirs-sys-next v0.1.2 |
1487 | 2024-07-09T03:21:06.585Z | Compiling proc-macro-error-attr v1.0.4 |
1488 | 2024-07-09T03:21:06.862Z | Compiling paste v1.0.15 |
1489 | 2024-07-09T03:21:07.350Z | Compiling rustls v0.22.4 |
1490 | 2024-07-09T03:21:07.845Z | Compiling unsafe-libyaml v0.2.11 |
1491 | 2024-07-09T03:21:08.758Z | Compiling embedded-io v0.4.0 |
1492 | 2024-07-09T03:21:08.949Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1493 | 2024-07-09T03:21:08.992Z | Compiling cobs v0.2.3 |
1494 | 2024-07-09T03:21:09.184Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1495 | 2024-07-09T03:21:09.417Z | Compiling postcard v1.0.8 |
1496 | 2024-07-09T03:21:09.480Z | Compiling serde_yaml v0.9.34+deprecated |
1497 | 2024-07-09T03:21:12.679Z | Compiling dirs-next v2.0.0 |
1498 | 2024-07-09T03:21:13.774Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1499 | 2024-07-09T03:21:16.388Z | Compiling darling_macro v0.20.9 |
1500 | 2024-07-09T03:21:18.075Z | Compiling rustls-webpki v0.102.4 |
1501 | 2024-07-09T03:21:24.735Z | Compiling strum_macros v0.26.4 |
1502 | 2024-07-09T03:21:26.199Z | Compiling structmeta-derive v0.3.0 |
1503 | 2024-07-09T03:21:26.540Z | Compiling foreign-types-macros v0.2.3 |
1504 | 2024-07-09T03:21:27.320Z | Compiling thread_local v1.1.8 |
1505 | 2024-07-09T03:21:27.737Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1506 | 2024-07-09T03:21:28.022Z | Compiling multer v3.1.0 |
1507 | 2024-07-09T03:21:28.059Z | Compiling proc-macro-error v1.0.4 |
1508 | 2024-07-09T03:21:28.684Z | Compiling slog-async v2.8.0 |
1509 | 2024-07-09T03:21:29.283Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1510 | 2024-07-09T03:21:29.447Z | Compiling foreign-types-shared v0.3.1 |
1511 | 2024-07-09T03:21:30.046Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1512 | 2024-07-09T03:21:30.227Z | Compiling match_cfg v0.1.0 |
1513 | 2024-07-09T03:21:30.361Z | Compiling hostname v0.3.1 |
1514 | 2024-07-09T03:21:34.117Z | Compiling strum v0.26.2 |
1515 | 2024-07-09T03:21:34.311Z | Compiling foreign-types v0.5.0 |
1516 | 2024-07-09T03:21:34.429Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1517 | 2024-07-09T03:21:35.831Z | Compiling structmeta v0.3.0 |
1518 | 2024-07-09T03:21:38.591Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1519 | 2024-07-09T03:21:41.838Z | Compiling darling v0.20.9 |
1520 | 2024-07-09T03:21:50.283Z | Compiling term v0.7.0 |
1521 | 2024-07-09T03:21:52.665Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1522 | 2024-07-09T03:21:54.744Z | Compiling slog-json v2.6.1 |
1523 | 2024-07-09T03:21:54.783Z | Compiling tabwriter v1.4.0 |
1524 | 2024-07-09T03:21:55.280Z | Compiling crossbeam-channel v0.5.12 |
1525 | 2024-07-09T03:21:56.005Z | Compiling http v1.1.0 |
1526 | 2024-07-09T03:21:56.616Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1527 | 2024-07-09T03:21:56.824Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1528 | 2024-07-09T03:21:56.943Z | Compiling async-stream-impl v0.3.5 |
1529 | 2024-07-09T03:21:57.412Z | Compiling cstr-argument v0.1.2 |
1530 | 2024-07-09T03:21:57.665Z | Compiling is-terminal v0.4.12 |
1531 | 2024-07-09T03:21:57.686Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
1532 | 2024-07-09T03:21:57.798Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1533 | 2024-07-09T03:21:57.904Z | Compiling atomic-waker v1.1.2 |
1534 | 2024-07-09T03:21:58.060Z | Compiling base64 v0.22.1 |
1535 | 2024-07-09T03:21:58.080Z | Compiling rayon-core v1.12.1 |
1536 | 2024-07-09T03:21:58.215Z | Compiling crucible-workspace-hack v0.1.0 |
1537 | 2024-07-09T03:21:58.344Z | Compiling fastrand v2.1.0 |
1538 | 2024-07-09T03:21:58.474Z | Compiling take_mut v0.2.2 |
1539 | 2024-07-09T03:21:58.632Z | Compiling pretty-hex v0.2.1 |
1540 | 2024-07-09T03:21:59.006Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1541 | 2024-07-09T03:21:59.021Z | Compiling tempfile v3.10.1 |
1542 | 2024-07-09T03:21:59.255Z | Compiling rustls-pemfile v2.1.2 |
1543 | 2024-07-09T03:21:59.439Z | Compiling async-stream v0.3.5 |
1544 | 2024-07-09T03:21:59.797Z | Compiling waitgroup v0.1.2 |
1545 | 2024-07-09T03:22:00.048Z | Compiling slog-term v2.9.1 |
1546 | 2024-07-09T03:22:00.814Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1547 | 2024-07-09T03:22:01.179Z | Compiling slog-bunyan v2.5.0 |
1548 | 2024-07-09T03:22:01.465Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1549 | 2024-07-09T03:22:01.806Z | Compiling tokio-rustls v0.25.0 |
1550 | 2024-07-09T03:22:02.271Z | Compiling serde_with_macros v3.8.1 |
1551 | 2024-07-09T03:22:02.293Z | Compiling parse-display-derive v0.9.1 |
1552 | 2024-07-09T03:22:02.363Z | Compiling toml v0.8.14 |
1553 | 2024-07-09T03:22:02.865Z | Compiling sha1 v0.10.6 |
1554 | 2024-07-09T03:22:02.887Z | Compiling colored v2.1.0 |
1555 | 2024-07-09T03:22:03.668Z | Compiling crossbeam-deque v0.8.5 |
1556 | 2024-07-09T03:22:04.056Z | Compiling newtype-uuid v1.1.0 |
1557 | 2024-07-09T03:22:04.169Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
1558 | 2024-07-09T03:22:04.403Z | Compiling serde_path_to_error v0.1.16 |
1559 | 2024-07-09T03:22:05.029Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1560 | 2024-07-09T03:22:05.404Z | Compiling hostname v0.4.0 |
1561 | 2024-07-09T03:22:05.678Z | Compiling socket2 v0.4.10 |
1562 | 2024-07-09T03:22:05.758Z | Compiling instant v0.1.12 |
1563 | 2024-07-09T03:22:05.934Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1564 | 2024-07-09T03:22:06.318Z | Compiling debug-ignore v1.0.5 |
1565 | 2024-07-09T03:22:06.460Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1566 | 2024-07-09T03:22:06.496Z | Compiling parse-display v0.9.1 |
1567 | 2024-07-09T03:22:08.375Z | Compiling backoff v0.4.0 |
1568 | 2024-07-09T03:22:08.736Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1569 | 2024-07-09T03:22:08.949Z | Compiling serde_with v3.8.1 |
1570 | 2024-07-09T03:22:09.470Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1571 | 2024-07-09T03:22:09.968Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1572 | 2024-07-09T03:22:10.918Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1573 | 2024-07-09T03:22:11.384Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
1574 | 2024-07-09T03:22:11.616Z | Compiling camino-tempfile v1.1.1 |
1575 | 2024-07-09T03:22:12.505Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1576 | 2024-07-09T03:22:12.983Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1577 | 2024-07-09T03:22:13.165Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1578 | 2024-07-09T03:22:13.268Z | Compiling macaddr v1.0.1 |
1579 | 2024-07-09T03:22:13.527Z | Compiling num-derive v0.4.2 |
1580 | 2024-07-09T03:22:13.917Z | Compiling sigpipe v0.1.3 |
1581 | 2024-07-09T03:22:14.054Z | Compiling libefi-sys v0.1.0 |
1582 | 2024-07-09T03:22:14.366Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1583 | 2024-07-09T03:22:14.917Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1584 | 2024-07-09T03:22:15.827Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1585 | 2024-07-09T03:22:16.064Z | Compiling rayon v1.10.0 |
1586 | 2024-07-09T03:22:17.063Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1587 | 2024-07-09T03:22:17.454Z | Compiling smf v0.2.3 |
1588 | 2024-07-09T03:22:18.265Z | Compiling bitfield-struct v0.6.1 |
1589 | 2024-07-09T03:22:18.916Z | Compiling ring v0.16.20 |
1590 | 2024-07-09T03:22:19.615Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1591 | 2024-07-09T03:22:19.911Z | Compiling blake3 v1.5.1 |
1592 | 2024-07-09T03:22:19.963Z | Compiling portable-atomic v1.6.0 |
1593 | 2024-07-09T03:22:20.832Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1594 | 2024-07-09T03:22:21.089Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1595 | 2024-07-09T03:22:21.301Z | Compiling xattr v1.3.1 |
1596 | 2024-07-09T03:22:21.608Z | Compiling filetime v0.2.23 |
1597 | 2024-07-09T03:22:21.622Z | Compiling memmap2 v0.9.4 |
1598 | 2024-07-09T03:22:21.944Z | Compiling untrusted v0.7.1 |
1599 | 2024-07-09T03:22:21.990Z | Compiling constant_time_eq v0.3.0 |
1600 | 2024-07-09T03:22:22.133Z | Compiling arrayvec v0.7.4 |
1601 | 2024-07-09T03:22:22.152Z | Compiling same-file v1.0.6 |
1602 | 2024-07-09T03:22:22.167Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1603 | 2024-07-09T03:22:22.225Z | Compiling arrayref v0.3.7 |
1604 | 2024-07-09T03:22:22.281Z | Compiling spin v0.5.2 |
1605 | 2024-07-09T03:22:22.322Z | Compiling walkdir v2.5.0 |
1606 | 2024-07-09T03:22:22.406Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1607 | 2024-07-09T03:22:22.516Z | Compiling tar v0.4.40 |
1608 | 2024-07-09T03:22:24.155Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1609 | 2024-07-09T03:22:25.122Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1610 | 2024-07-09T03:22:25.217Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1611 | 2024-07-09T03:22:27.542Z | Compiling cargo-platform v0.1.8 |
1612 | 2024-07-09T03:22:27.657Z | Compiling gethostname v0.4.3 |
1613 | 2024-07-09T03:22:27.908Z | Compiling number_prefix v0.4.0 |
1614 | 2024-07-09T03:22:27.928Z | Compiling topological-sort v0.2.2 |
1615 | 2024-07-09T03:22:28.151Z | Compiling indicatif v0.17.8 |
1616 | 2024-07-09T03:22:28.187Z | Compiling cargo_metadata v0.18.1 |
1617 | 2024-07-09T03:22:28.649Z | Compiling omicron-zone-package v0.11.0 |
1618 | 2024-07-09T03:22:36.737Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1619 | 2024-07-09T03:22:40.834Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1620 | 2024-07-09T03:22:41.427Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1621 | 2024-07-09T03:22:42.912Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1622 | 2024-07-09T03:23:00.068Z | Finished `release` profile [optimized] target(s) in 4m 33s |
1623 | 2024-07-09T03:23:00.183Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1624 | 2024-07-09T03:23:00.224Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1625 | 2024-07-09T03:23:00.227Z | Created new build target 'test' and set it as active |
1626 | 2024-07-09T03:23:00.227Z | |
1627 | 2024-07-09T03:23:00.227Z | real 4:33.860754869 |
1628 | 2024-07-09T03:23:00.227Z | user 30:49.722205923 |
1629 | 2024-07-09T03:23:00.227Z | sys 3:58.149944428 |
1630 | 2024-07-09T03:23:00.227Z | trap 0.926934289 |
1631 | 2024-07-09T03:23:00.227Z | tflt 2.748788295 |
1632 | 2024-07-09T03:23:00.227Z | dflt 1.368907228 |
1633 | 2024-07-09T03:23:00.227Z | kflt 0.012650961 |
1634 | 2024-07-09T03:23:00.227Z | lock 1:04:33.240727928 |
1635 | 2024-07-09T03:23:00.227Z | slp 1:26:11.308840547 |
1636 | 2024-07-09T03:23:00.227Z | lat 2:00.125677929 |
1637 | 2024-07-09T03:23:00.227Z | stop 3:00.729332460 |
1638 | 2024-07-09T03:23:00.227Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1639 | 2024-07-09T03:23:01.106Z | Finished `release` profile [optimized] target(s) in 0.83s |
1640 | 2024-07-09T03:23:01.148Z | Running `target/release/omicron-package -t test package` |
1641 | 2024-07-09T03:23:01.189Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1642 | 2024-07-09T03:23:02.219Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1643 | 2024-07-09T03:23:02.317Z | Compiling humantime v2.1.0 |
1644 | 2024-07-09T03:23:02.320Z | Compiling newline-converter v0.3.0 |
1645 | 2024-07-09T03:23:02.320Z | Compiling derive-where v1.2.7 |
1646 | 2024-07-09T03:23:02.320Z | Compiling dirs-sys-next v0.1.2 |
1647 | 2024-07-09T03:23:02.330Z | Compiling convert_case v0.4.0 |
1648 | 2024-07-09T03:23:02.333Z | Compiling prettyplease v0.2.20 |
1649 | 2024-07-09T03:23:02.333Z | Compiling camino v1.1.7 |
1650 | 2024-07-09T03:23:02.527Z | Compiling expectorate v1.1.0 |
1651 | 2024-07-09T03:23:02.567Z | Compiling dirs-next v2.0.0 |
1652 | 2024-07-09T03:23:02.612Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1653 | 2024-07-09T03:23:02.733Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1654 | 2024-07-09T03:23:02.762Z | Compiling term v0.7.0 |
1655 | 2024-07-09T03:23:02.863Z | Compiling password-hash v0.5.0 |
1656 | 2024-07-09T03:23:03.119Z | Compiling blake2 v0.10.6 |
1657 | 2024-07-09T03:23:03.172Z | Compiling derive_more v0.99.18 |
1658 | 2024-07-09T03:23:03.259Z | Compiling is-terminal v0.4.12 |
1659 | 2024-07-09T03:23:03.384Z | Compiling toml v0.8.14 |
1660 | 2024-07-09T03:23:04.064Z | Compiling argon2 v0.5.3 |
1661 | 2024-07-09T03:23:04.331Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1662 | 2024-07-09T03:23:04.756Z | Compiling semver v0.1.20 |
1663 | 2024-07-09T03:23:04.986Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1664 | 2024-07-09T03:23:05.157Z | Compiling rustc_version v0.1.7 |
1665 | 2024-07-09T03:23:05.334Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1666 | 2024-07-09T03:23:05.558Z | Compiling linked-hash-map v0.5.6 |
1667 | 2024-07-09T03:23:05.580Z | Compiling newtype_derive v0.1.6 |
1668 | 2024-07-09T03:23:05.594Z | Compiling rustls-pki-types v1.7.0 |
1669 | 2024-07-09T03:23:05.949Z | Compiling lru-cache v0.1.2 |
1670 | 2024-07-09T03:23:06.083Z | Compiling rustls-webpki v0.102.4 |
1671 | 2024-07-09T03:23:06.160Z | Compiling rustls v0.22.4 |
1672 | 2024-07-09T03:23:06.186Z | Compiling thread_local v1.1.8 |
1673 | 2024-07-09T03:23:06.359Z | Compiling home v0.5.9 |
1674 | 2024-07-09T03:23:06.586Z | Compiling match_cfg v0.1.0 |
1675 | 2024-07-09T03:23:06.604Z | Compiling steno v0.4.1 |
1676 | 2024-07-09T03:23:06.677Z | Compiling hostname v0.3.1 |
1677 | 2024-07-09T03:23:06.692Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1678 | 2024-07-09T03:23:07.930Z | Compiling multer v3.1.0 |
1679 | 2024-07-09T03:23:08.000Z | Compiling slog-async v2.8.0 |
1680 | 2024-07-09T03:23:08.069Z | Compiling slog-json v2.6.1 |
1681 | 2024-07-09T03:23:08.269Z | Compiling crossbeam-channel v0.5.12 |
1682 | 2024-07-09T03:23:08.440Z | Compiling http v1.1.0 |
1683 | 2024-07-09T03:23:09.252Z | Compiling slog-dtrace v0.3.0 |
1684 | 2024-07-09T03:23:09.273Z | Compiling take_mut v0.2.2 |
1685 | 2024-07-09T03:23:09.429Z | Compiling base64 v0.22.1 |
1686 | 2024-07-09T03:23:09.547Z | Compiling termcolor v1.4.1 |
1687 | 2024-07-09T03:23:10.154Z | Compiling atomic-waker v1.1.2 |
1688 | 2024-07-09T03:23:10.314Z | Compiling waitgroup v0.1.2 |
1689 | 2024-07-09T03:23:10.630Z | Compiling rustls-pemfile v2.1.2 |
1690 | 2024-07-09T03:23:10.821Z | Compiling slog-bunyan v2.5.0 |
1691 | 2024-07-09T03:23:11.672Z | Compiling slog-term v2.9.1 |
1692 | 2024-07-09T03:23:11.707Z | Compiling tokio-rustls v0.25.0 |
1693 | 2024-07-09T03:23:11.707Z | Compiling async-stream v0.3.5 |
1694 | 2024-07-09T03:23:11.707Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
1695 | 2024-07-09T03:23:11.707Z | Compiling sha1 v0.10.6 |
1696 | 2024-07-09T03:23:11.805Z | Compiling newtype-uuid v1.1.0 |
1697 | 2024-07-09T03:23:11.921Z | Compiling serde_path_to_error v0.1.16 |
1698 | 2024-07-09T03:23:12.004Z | Compiling hostname v0.4.0 |
1699 | 2024-07-09T03:23:12.099Z | Compiling instant v0.1.12 |
1700 | 2024-07-09T03:23:12.116Z | Compiling debug-ignore v1.0.5 |
1701 | 2024-07-09T03:23:12.211Z | Compiling backoff v0.4.0 |
1702 | 2024-07-09T03:23:12.244Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1703 | 2024-07-09T03:23:12.538Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
1704 | 2024-07-09T03:23:12.553Z | Compiling parse-display v0.9.1 |
1705 | 2024-07-09T03:23:13.126Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1706 | 2024-07-09T03:23:13.304Z | Compiling serde_with v3.8.1 |
1707 | 2024-07-09T03:23:13.822Z | Compiling strum v0.26.2 |
1708 | 2024-07-09T03:23:14.001Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1709 | 2024-07-09T03:23:15.087Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1710 | 2024-07-09T03:23:15.779Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1711 | 2024-07-09T03:23:15.947Z | Compiling num-rational v0.4.2 |
1712 | 2024-07-09T03:23:16.089Z | Compiling num-complex v0.4.6 |
1713 | 2024-07-09T03:23:17.054Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1714 | 2024-07-09T03:23:17.126Z | Compiling macaddr v1.0.1 |
1715 | 2024-07-09T03:23:17.414Z | Compiling quick-error v1.2.3 |
1716 | 2024-07-09T03:23:17.546Z | Compiling resolv-conf v0.7.0 |
1717 | 2024-07-09T03:23:17.560Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1718 | 2024-07-09T03:23:17.563Z | Compiling num v0.4.3 |
1719 | 2024-07-09T03:23:19.837Z | Compiling radium v0.7.0 |
1720 | 2024-07-09T03:23:20.194Z | Compiling swrite v0.1.0 |
1721 | 2024-07-09T03:23:20.259Z | Compiling utf-8 v0.7.6 |
1722 | 2024-07-09T03:23:20.321Z | Compiling float-ord v0.3.2 |
1723 | 2024-07-09T03:23:20.473Z | Compiling trust-dns-resolver v0.22.0 |
1724 | 2024-07-09T03:23:20.572Z | Compiling tap v1.0.1 |
1725 | 2024-07-09T03:23:20.758Z | Compiling maybe-uninit v2.0.0 |
1726 | 2024-07-09T03:23:20.783Z | Compiling wyz v0.5.1 |
1727 | 2024-07-09T03:23:21.299Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1728 | 2024-07-09T03:23:21.805Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1729 | 2024-07-09T03:23:22.230Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1730 | 2024-07-09T03:23:27.330Z | Compiling display-error-chain v0.2.0 |
1731 | 2024-07-09T03:23:27.515Z | Compiling funty v2.0.0 |
1732 | 2024-07-09T03:23:30.148Z | Compiling num-bigint-dig v0.8.4 |
1733 | 2024-07-09T03:23:30.411Z | Compiling crc-catalog v2.4.0 |
1734 | 2024-07-09T03:23:30.571Z | Compiling packed_struct v0.10.1 |
1735 | 2024-07-09T03:23:31.032Z | Compiling crc v3.2.1 |
1736 | 2024-07-09T03:23:32.837Z | Compiling bitvec v1.0.1 |
1737 | 2024-07-09T03:23:37.522Z | Compiling packed_struct_codegen v0.10.1 |
1738 | 2024-07-09T03:23:38.210Z | Compiling indexmap v1.9.3 |
1739 | 2024-07-09T03:23:38.500Z | Compiling glob v0.3.1 |
1740 | 2024-07-09T03:23:39.316Z | Compiling crunchy v0.2.2 |
1741 | 2024-07-09T03:23:39.747Z | Compiling nodrop v0.1.14 |
1742 | 2024-07-09T03:23:39.868Z | Compiling array-init v0.0.4 |
1743 | 2024-07-09T03:23:40.496Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1744 | 2024-07-09T03:23:41.153Z | Compiling clang-sys v1.7.0 |
1745 | 2024-07-09T03:23:42.180Z | Compiling smallvec v0.6.14 |
1746 | 2024-07-09T03:23:42.518Z | Compiling pkcs1 v0.7.5 |
1747 | 2024-07-09T03:23:44.309Z | Compiling signature v2.2.0 |
1748 | 2024-07-09T03:23:44.353Z | Compiling nibble_vec v0.1.0 |
1749 | 2024-07-09T03:23:44.353Z | Compiling endian-type v0.1.2 |
1750 | 2024-07-09T03:23:44.362Z | Compiling bitfield v0.14.0 |
1751 | 2024-07-09T03:23:44.469Z | Compiling hashbrown v0.12.3 |
1752 | 2024-07-09T03:23:44.587Z | Compiling cancel-safe-futures v0.1.5 |
1753 | 2024-07-09T03:23:44.917Z | Compiling tiny-keccak v2.0.2 |
1754 | 2024-07-09T03:23:45.054Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1755 | 2024-07-09T03:23:45.179Z | Compiling maplit v1.0.2 |
1756 | 2024-07-09T03:23:45.357Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1757 | 2024-07-09T03:23:45.476Z | Compiling rsa v0.9.6 |
1758 | 2024-07-09T03:23:46.506Z | Compiling radix_trie v0.2.1 |
1759 | 2024-07-09T03:23:46.959Z | Compiling serde-hex v0.1.0 |
1760 | 2024-07-09T03:23:47.429Z | Compiling bzip2 v0.4.4 |
1761 | 2024-07-09T03:23:48.074Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1762 | 2024-07-09T03:23:48.392Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1763 | 2024-07-09T03:23:49.785Z | Compiling env_logger v0.10.2 |
1764 | 2024-07-09T03:23:51.027Z | Compiling x509-cert v0.2.5 |
1765 | 2024-07-09T03:23:51.960Z | Compiling ron v0.8.1 |
1766 | 2024-07-09T03:23:52.142Z | Compiling hashbrown v0.13.2 |
1767 | 2024-07-09T03:23:53.002Z | Compiling crc-any v2.5.0 |
1768 | 2024-07-09T03:23:53.565Z | Compiling object v0.30.4 |
1769 | 2024-07-09T03:23:53.968Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1770 | 2024-07-09T03:23:56.137Z | Compiling zip v0.6.6 |
1771 | 2024-07-09T03:23:58.245Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1772 | 2024-07-09T03:23:59.620Z | Compiling rayon-core v1.12.1 |
1773 | 2024-07-09T03:23:59.644Z | Compiling ascii-canvas v3.0.0 |
1774 | 2024-07-09T03:24:00.178Z | Compiling crossbeam-deque v0.8.5 |
1775 | 2024-07-09T03:24:00.504Z | Compiling ena v0.14.3 |
1776 | 2024-07-09T03:24:00.922Z | Compiling half v2.4.1 |
1777 | 2024-07-09T03:24:01.644Z | Compiling libloading v0.8.3 |
1778 | 2024-07-09T03:24:02.048Z | Compiling path-slash v0.1.5 |
1779 | 2024-07-09T03:24:02.281Z | Compiling same-file v1.0.6 |
1780 | 2024-07-09T03:24:02.513Z | Compiling bindgen v0.69.4 |
1781 | 2024-07-09T03:24:02.945Z | Compiling regex-syntax v0.6.29 |
1782 | 2024-07-09T03:24:03.314Z | Compiling fastrand v2.1.0 |
1783 | 2024-07-09T03:24:03.429Z | Compiling ciborium-io v0.2.2 |
1784 | 2024-07-09T03:24:03.558Z | Compiling arc-swap v1.7.1 |
1785 | 2024-07-09T03:24:03.835Z | Compiling diff v0.1.13 |
1786 | 2024-07-09T03:24:04.262Z | Compiling slog-scope v4.4.0 |
1787 | 2024-07-09T03:24:04.445Z | Compiling tempfile v3.10.1 |
1788 | 2024-07-09T03:24:05.136Z | Compiling ciborium-ll v0.2.2 |
1789 | 2024-07-09T03:24:05.253Z | Compiling walkdir v2.5.0 |
1790 | 2024-07-09T03:24:05.624Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1791 | 2024-07-09T03:24:06.759Z | Compiling lalrpop v0.19.12 |
1792 | 2024-07-09T03:24:09.346Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1793 | 2024-07-09T03:24:10.000Z | Compiling which v4.4.2 |
1794 | 2024-07-09T03:24:10.488Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1795 | 2024-07-09T03:24:10.562Z | Compiling cexpr v0.6.0 |
1796 | 2024-07-09T03:24:10.708Z | Compiling fxhash v0.2.1 |
1797 | 2024-07-09T03:24:10.918Z | Compiling ref-cast v1.0.23 |
1798 | 2024-07-09T03:24:11.393Z | Compiling lazycell v1.3.0 |
1799 | 2024-07-09T03:24:11.571Z | Compiling shlex v1.3.0 |
1800 | 2024-07-09T03:24:11.948Z | Compiling rustc-hash v1.1.0 |
1801 | 2024-07-09T03:24:12.316Z | Compiling blake3 v1.5.1 |
1802 | 2024-07-09T03:24:12.701Z | Compiling ring v0.16.20 |
1803 | 2024-07-09T03:24:15.443Z | Compiling rayon v1.10.0 |
1804 | 2024-07-09T03:24:15.941Z | Compiling ciborium v0.2.2 |
1805 | 2024-07-09T03:24:17.157Z | Compiling slog-stdlog v4.1.1 |
1806 | 2024-07-09T03:24:18.046Z | Compiling tungstenite v0.21.0 |
1807 | 2024-07-09T03:24:18.182Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1808 | 2024-07-09T03:24:18.452Z | Compiling derive_builder_core v0.20.0 |
1809 | 2024-07-09T03:24:20.155Z | Compiling headers-core v0.2.0 |
1810 | 2024-07-09T03:24:20.322Z | Compiling xattr v1.3.1 |
1811 | 2024-07-09T03:24:20.588Z | Compiling libxml v0.3.3 |
1812 | 2024-07-09T03:24:20.626Z | Compiling ref-cast-impl v1.0.23 |
1813 | 2024-07-09T03:24:20.941Z | Compiling atty v0.2.14 |
1814 | 2024-07-09T03:24:21.096Z | Compiling filetime v0.2.23 |
1815 | 2024-07-09T03:24:21.411Z | Compiling memmap2 v0.9.4 |
1816 | 2024-07-09T03:24:21.467Z | Compiling arrayref v0.3.7 |
1817 | 2024-07-09T03:24:21.566Z | Compiling untrusted v0.7.1 |
1818 | 2024-07-09T03:24:21.762Z | Compiling constant_time_eq v0.3.0 |
1819 | 2024-07-09T03:24:21.802Z | Compiling arrayvec v0.7.4 |
1820 | 2024-07-09T03:24:21.805Z | Compiling spin v0.5.2 |
1821 | 2024-07-09T03:24:22.059Z | Compiling tar v0.4.40 |
1822 | 2024-07-09T03:24:23.384Z | Compiling derive_builder_macro v0.20.0 |
1823 | 2024-07-09T03:24:23.580Z | Compiling headers v0.3.9 |
1824 | 2024-07-09T03:24:23.938Z | Compiling tokio-tungstenite v0.21.0 |
1825 | 2024-07-09T03:24:24.226Z | Compiling slog-envlogger v2.2.0 |
1826 | 2024-07-09T03:24:24.536Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1827 | 2024-07-09T03:24:25.401Z | Compiling toolchain_find v0.4.0 |
1828 | 2024-07-09T03:24:25.966Z | Compiling camino-tempfile v1.1.1 |
1829 | 2024-07-09T03:24:26.395Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1830 | 2024-07-09T03:24:26.451Z | Compiling samael v0.0.15 |
1831 | 2024-07-09T03:24:26.666Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1832 | 2024-07-09T03:24:26.747Z | Compiling pem v3.0.4 |
1833 | 2024-07-09T03:24:27.156Z | Compiling libsw v3.3.1 |
1834 | 2024-07-09T03:24:27.407Z | Compiling strum_macros v0.24.3 |
1835 | 2024-07-09T03:24:27.489Z | Compiling async-recursion v1.1.1 |
1836 | 2024-07-09T03:24:27.790Z | Compiling cookie v0.18.1 |
1837 | 2024-07-09T03:24:28.068Z | Compiling topological-sort v0.2.2 |
1838 | 2024-07-09T03:24:28.085Z | Compiling linear-map v1.2.0 |
1839 | 2024-07-09T03:24:28.290Z | Compiling owo-colors v4.0.0 |
1840 | 2024-07-09T03:24:28.346Z | Compiling indoc v1.0.9 |
1841 | 2024-07-09T03:24:28.505Z | Compiling omicron-zone-package v0.11.0 |
1842 | 2024-07-09T03:24:29.393Z | Compiling rustfmt-wrapper v0.2.1 |
1843 | 2024-07-09T03:24:29.855Z | Compiling derive_builder v0.20.0 |
1844 | 2024-07-09T03:24:30.788Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1845 | 2024-07-09T03:24:31.111Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1846 | 2024-07-09T03:24:31.783Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1847 | 2024-07-09T03:24:32.040Z | Compiling quick-xml v0.31.0 |
1848 | 2024-07-09T03:24:33.050Z | Compiling impl-trait-for-tuples v0.2.2 |
1849 | 2024-07-09T03:24:34.144Z | Compiling oso-derive v0.27.3 |
1850 | 2024-07-09T03:24:34.161Z | Compiling polar-core v0.27.3 |
1851 | 2024-07-09T03:24:35.135Z | Compiling vte_generate_state_changes v0.1.1 |
1852 | 2024-07-09T03:24:35.184Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1853 | 2024-07-09T03:24:35.482Z | Compiling unicase v2.7.0 |
1854 | 2024-07-09T03:24:35.743Z | Compiling buf-list v1.0.3 |
1855 | 2024-07-09T03:24:35.780Z | Compiling cfg_aliases v0.1.1 |
1856 | 2024-07-09T03:24:35.892Z | Compiling nix v0.28.0 |
1857 | 2024-07-09T03:24:36.361Z | Compiling vte v0.11.1 |
1858 | 2024-07-09T03:24:36.760Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1859 | 2024-07-09T03:24:38.184Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1860 | 2024-07-09T03:24:39.714Z | Compiling tungstenite v0.20.1 |
1861 | 2024-07-09T03:24:40.348Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1862 | 2024-07-09T03:24:40.625Z | Compiling fd-lock v4.0.2 |
1863 | 2024-07-09T03:24:40.854Z | Compiling bb8 v0.8.5 |
1864 | 2024-07-09T03:24:41.439Z | Compiling const_format_proc_macros v0.2.32 |
1865 | 2024-07-09T03:24:42.435Z | Compiling pin-project-internal v1.1.5 |
1866 | 2024-07-09T03:24:43.408Z | Compiling memoffset v0.9.1 |
1867 | 2024-07-09T03:24:43.703Z | Compiling bytecount v0.6.8 |
1868 | 2024-07-09T03:24:43.997Z | Compiling parking_lot_core v0.8.6 |
1869 | 2024-07-09T03:24:44.436Z | Compiling papergrid v0.11.0 |
1870 | 2024-07-09T03:24:45.162Z | Compiling const_format v0.2.32 |
1871 | 2024-07-09T03:24:45.264Z | Compiling pin-project v1.1.5 |
1872 | 2024-07-09T03:24:45.393Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1873 | 2024-07-09T03:24:46.097Z | Compiling tokio-tungstenite v0.20.1 |
1874 | 2024-07-09T03:24:46.410Z | Compiling strip-ansi-escapes v0.2.0 |
1875 | 2024-07-09T03:24:47.149Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1876 | 2024-07-09T03:24:48.033Z | Compiling tabled_derive v0.7.0 |
1877 | 2024-07-09T03:24:49.397Z | Compiling snafu-derive v0.8.2 |
1878 | 2024-07-09T03:24:50.239Z | Compiling nu-ansi-term v0.50.0 |
1879 | 2024-07-09T03:24:51.590Z | Compiling reedline v0.31.0 |
1880 | 2024-07-09T03:24:53.134Z | Compiling tabled v0.15.0 |
1881 | 2024-07-09T03:24:54.466Z | Compiling snafu v0.8.2 |
1882 | 2024-07-09T03:25:02.996Z | Compiling oso v0.27.3 |
1883 | 2024-07-09T03:25:15.313Z | Compiling env_logger v0.9.3 |
1884 | 2024-07-09T03:25:15.659Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1885 | 2024-07-09T03:25:19.798Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1886 | 2024-07-09T03:25:20.316Z | Compiling globset v0.4.14 |
1887 | 2024-07-09T03:25:21.323Z | Compiling olpc-cjson v0.1.3 |
1888 | 2024-07-09T03:25:21.674Z | Compiling peg-macros v0.8.3 |
1889 | 2024-07-09T03:25:23.037Z | Compiling bitstruct_derive v0.1.0 |
1890 | 2024-07-09T03:25:24.212Z | Compiling serde_plain v1.0.2 |
1891 | 2024-07-09T03:25:24.327Z | Compiling sqlparser_derive v0.2.2 |
1892 | 2024-07-09T03:25:24.736Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1893 | 2024-07-09T03:25:24.870Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1894 | 2024-07-09T03:25:25.064Z | Compiling ascii v1.1.0 |
1895 | 2024-07-09T03:25:25.168Z | Compiling signature v1.6.4 |
1896 | 2024-07-09T03:25:25.339Z | Compiling unicode_categories v0.1.1 |
1897 | 2024-07-09T03:25:25.523Z | Compiling salty v0.2.0 |
1898 | 2024-07-09T03:25:25.716Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1899 | 2024-07-09T03:25:25.790Z | Compiling typed-path v0.7.1 |
1900 | 2024-07-09T03:25:25.873Z | Compiling sqlformat v0.2.3 |
1901 | 2024-07-09T03:25:25.966Z | Compiling rustyline v14.0.0 |
1902 | 2024-07-09T03:25:26.049Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1903 | 2024-07-09T03:25:28.151Z | Compiling tough v0.17.1 |
1904 | 2024-07-09T03:25:28.544Z | Compiling sqlparser v0.45.0 |
1905 | 2024-07-09T03:25:32.402Z | Compiling ed25519 v1.5.3 |
1906 | 2024-07-09T03:25:32.653Z | Compiling peg v0.8.3 |
1907 | 2024-07-09T03:25:32.732Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1908 | 2024-07-09T03:25:32.774Z | Compiling bitstruct v0.1.1 |
1909 | 2024-07-09T03:25:32.904Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1910 | 2024-07-09T03:25:33.383Z | Compiling parking_lot v0.11.2 |
1911 | 2024-07-09T03:25:33.479Z | Compiling nix v0.27.1 |
1912 | 2024-07-09T03:25:35.489Z | Compiling trust-dns-client v0.22.0 |
1913 | 2024-07-09T03:25:36.568Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1914 | 2024-07-09T03:25:36.892Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1915 | 2024-07-09T03:25:37.155Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1916 | 2024-07-09T03:25:38.112Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1917 | 2024-07-09T03:25:38.376Z | Compiling curve25519-dalek v4.1.3 |
1918 | 2024-07-09T03:25:38.790Z | Compiling bcs v0.1.6 |
1919 | 2024-07-09T03:25:39.701Z | Compiling kstat-rs v0.2.4 |
1920 | 2024-07-09T03:25:40.329Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1921 | 2024-07-09T03:25:40.674Z | Compiling serde_arrays v0.1.0 |
1922 | 2024-07-09T03:25:40.877Z | Compiling toml v0.5.11 |
1923 | 2024-07-09T03:25:41.196Z | Compiling erased-serde v0.3.31 |
1924 | 2024-07-09T03:25:42.092Z | Compiling serde-big-array v0.5.1 |
1925 | 2024-07-09T03:25:42.345Z | Compiling keccak v0.1.5 |
1926 | 2024-07-09T03:25:42.902Z | Compiling highway v1.1.0 |
1927 | 2024-07-09T03:25:43.335Z | Compiling parse-size v1.0.0 |
1928 | 2024-07-09T03:25:43.631Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1929 | 2024-07-09T03:25:44.242Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1930 | 2024-07-09T03:25:50.240Z | Compiling trust-dns-server v0.22.1 |
1931 | 2024-07-09T03:26:08.238Z | Compiling sha3 v0.10.8 |
1932 | 2024-07-09T03:26:09.104Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1933 | 2024-07-09T03:26:14.539Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1934 | 2024-07-09T03:26:15.060Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1935 | 2024-07-09T03:26:18.268Z | Compiling sled v0.34.7 |
1936 | 2024-07-09T03:26:29.195Z | Compiling mime_guess v2.0.4 |
1937 | 2024-07-09T03:26:31.395Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1938 | 2024-07-09T03:26:32.166Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1939 | 2024-07-09T03:26:33.008Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
1940 | 2024-07-09T03:26:34.521Z | Compiling signal-hook-tokio v0.3.1 |
1941 | 2024-07-09T03:26:34.725Z | Compiling universal-hash v0.5.1 |
1942 | 2024-07-09T03:26:34.977Z | Compiling heck v0.3.3 |
1943 | 2024-07-09T03:26:35.375Z | Compiling secrecy v0.8.0 |
1944 | 2024-07-09T03:26:35.671Z | Compiling rand_seeder v0.2.3 |
1945 | 2024-07-09T03:26:36.080Z | Compiling castaway v0.2.2 |
1946 | 2024-07-09T03:26:36.275Z | Compiling thiserror-impl-no-std v2.0.2 |
1947 | 2024-07-09T03:26:39.076Z | Compiling serde-big-array v0.4.1 |
1948 | 2024-07-09T03:26:39.280Z | Compiling curve25519-dalek-derive v0.1.1 |
1949 | 2024-07-09T03:26:40.737Z | Compiling nanorand v0.7.0 |
1950 | 2024-07-09T03:26:41.553Z | Compiling opaque-debug v0.3.1 |
1951 | 2024-07-09T03:26:41.667Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1952 | 2024-07-09T03:26:41.975Z | Compiling poly1305 v0.8.0 |
1953 | 2024-07-09T03:26:43.479Z | Compiling flume v0.11.0 |
1954 | 2024-07-09T03:26:48.799Z | Compiling sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1955 | 2024-07-09T03:26:50.204Z | Compiling thiserror-no-std v2.0.2 |
1956 | 2024-07-09T03:26:50.342Z | Compiling compact_str v0.7.1 |
1957 | 2024-07-09T03:26:51.038Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1958 | 2024-07-09T03:26:51.251Z | Compiling zone_cfg_derive v0.1.2 |
1959 | 2024-07-09T03:26:51.874Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1960 | 2024-07-09T03:26:52.558Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1961 | 2024-07-09T03:26:53.043Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1962 | 2024-07-09T03:26:53.222Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1963 | 2024-07-09T03:26:53.864Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1964 | 2024-07-09T03:27:00.218Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1965 | 2024-07-09T03:27:02.373Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1966 | 2024-07-09T03:27:13.069Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1967 | 2024-07-09T03:27:13.350Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1968 | 2024-07-09T03:27:13.633Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1969 | 2024-07-09T03:27:13.916Z | Compiling chacha20 v0.9.1 |
1970 | 2024-07-09T03:27:14.398Z | Compiling unicode-truncate v1.0.0 |
1971 | 2024-07-09T03:27:14.677Z | Compiling itertools v0.13.0 |
1972 | 2024-07-09T03:27:14.865Z | Compiling aead v0.5.2 |
1973 | 2024-07-09T03:27:15.219Z | Compiling lru v0.12.3 |
1974 | 2024-07-09T03:27:15.596Z | Compiling stability v0.2.0 |
1975 | 2024-07-09T03:27:16.602Z | Compiling corncobs v0.1.3 |
1976 | 2024-07-09T03:27:16.974Z | Compiling base64 v0.13.1 |
1977 | 2024-07-09T03:27:17.732Z | Compiling cassowary v0.3.0 |
1978 | 2024-07-09T03:27:18.544Z | Compiling ratatui v0.27.0 |
1979 | 2024-07-09T03:27:18.852Z | Compiling ron v0.7.1 |
1980 | 2024-07-09T03:27:21.612Z | Compiling sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1981 | 2024-07-09T03:27:22.345Z | Compiling chacha20poly1305 v0.10.1 |
1982 | 2024-07-09T03:27:22.674Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1983 | 2024-07-09T03:27:23.084Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1984 | 2024-07-09T03:27:24.228Z | Compiling zone v0.1.8 |
1985 | 2024-07-09T03:27:25.436Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1986 | 2024-07-09T03:27:27.516Z | Compiling vsss-rs v3.3.4 |
1987 | 2024-07-09T03:27:32.008Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
1988 | 2024-07-09T03:27:34.978Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
1989 | 2024-07-09T03:27:35.263Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1990 | 2024-07-09T03:27:36.015Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1991 | 2024-07-09T03:27:36.528Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1992 | 2024-07-09T03:27:36.810Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
1993 | 2024-07-09T03:27:37.196Z | Compiling portpicker v0.1.1 |
1994 | 2024-07-09T03:27:37.703Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1995 | 2024-07-09T03:27:38.423Z | Compiling csv-core v0.1.11 |
1996 | 2024-07-09T03:27:39.968Z | Compiling http-range v0.1.5 |
1997 | 2024-07-09T03:27:40.550Z | Compiling smawk v0.3.2 |
1998 | 2024-07-09T03:27:40.851Z | Compiling unicode-linebreak v0.1.5 |
1999 | 2024-07-09T03:27:41.239Z | Compiling textwrap v0.16.1 |
2000 | 2024-07-09T03:27:41.399Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2001 | 2024-07-09T03:27:42.032Z | Compiling hyper-staticfile v0.9.5 |
2002 | 2024-07-09T03:27:44.669Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2003 | 2024-07-09T03:27:44.995Z | Compiling csv v1.3.0 |
2004 | 2024-07-09T03:27:45.145Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2005 | 2024-07-09T03:27:54.422Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2006 | 2024-07-09T03:27:56.788Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2007 | 2024-07-09T03:27:57.332Z | Compiling rcgen v0.12.1 |
2008 | 2024-07-09T03:27:59.371Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2009 | 2024-07-09T03:27:59.866Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2010 | 2024-07-09T03:28:00.152Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2011 | 2024-07-09T03:28:07.172Z | Compiling atomicwrites v0.4.3 |
2012 | 2024-07-09T03:28:07.215Z | Compiling fatfs v0.3.6 |
2013 | 2024-07-09T03:28:07.514Z | Compiling subprocess v0.2.9 |
2014 | 2024-07-09T03:28:07.530Z | Compiling rtoolbox v0.0.2 |
2015 | 2024-07-09T03:28:07.685Z | Compiling assert_matches v1.5.0 |
2016 | 2024-07-09T03:28:07.796Z | Compiling is_ci v1.2.0 |
2017 | 2024-07-09T03:28:07.957Z | Compiling supports-color v3.0.0 |
2018 | 2024-07-09T03:28:08.105Z | Compiling rpassword v7.3.1 |
2019 | 2024-07-09T03:28:08.611Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2020 | 2024-07-09T03:28:10.072Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2021 | 2024-07-09T03:28:10.428Z | Compiling tui-tree-widget v0.21.0 |
2022 | 2024-07-09T03:28:10.865Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2023 | 2024-07-09T03:28:12.706Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2024 | 2024-07-09T03:28:15.950Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2025 | 2024-07-09T03:28:16.243Z | Compiling shell-words v1.1.0 |
2026 | 2024-07-09T03:28:16.706Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2027 | 2024-07-09T03:28:19.879Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2028 | 2024-07-09T03:28:45.098Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2029 | 2024-07-09T03:28:55.321Z | Compiling uzers v0.11.3 |
2030 | 2024-07-09T03:28:58.234Z | Compiling multimap v0.10.0 |
2031 | 2024-07-09T03:29:38.716Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2032 | 2024-07-09T03:30:55.262Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2033 | 2024-07-09T03:31:19.700Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2034 | 2024-07-09T03:37:39.347Z | Finished `release` profile [optimized] target(s) in 14m 37s |
2035 | 2024-07-09T03:38:26.244Z | |
2036 | 2024-07-09T03:38:26.244Z | real 15:25.920889396 |
2037 | 2024-07-09T03:38:26.244Z | user 1:45:56.383361174 |
2038 | 2024-07-09T03:38:26.244Z | sys 5:46.275017116 |
2039 | 2024-07-09T03:38:26.244Z | trap 2.456575579 |
2040 | 2024-07-09T03:38:26.244Z | tflt 2.260497903 |
2041 | 2024-07-09T03:38:26.244Z | dflt 3.117395758 |
2042 | 2024-07-09T03:38:26.244Z | kflt 0.001547966 |
2043 | 2024-07-09T03:38:26.244Z | lock 6:25:40.610621246 |
2044 | 2024-07-09T03:38:26.244Z | slp 4:08:10.620582046 |
2045 | 2024-07-09T03:38:26.244Z | lat 2:32.984652270 |
2046 | 2024-07-09T03:38:26.244Z | stop 2:01.434667024 |
2047 | 2024-07-09T03:38:26.247Z | + mapfile -t packages |
2048 | 2024-07-09T03:38:26.247Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2049 | 2024-07-09T03:38:27.152Z | Finished `release` profile [optimized] target(s) in 0.85s |
2050 | 2024-07-09T03:38:27.193Z | Running `target/release/omicron-package -t test list-outputs` |
2051 | 2024-07-09T03:38:27.231Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2052 | 2024-07-09T03:38:27.233Z | + ptime -m cargo build --locked --release -p xtask |
2053 | 2024-07-09T03:38:27.821Z | Compiling serde v1.0.203 |
2054 | 2024-07-09T03:38:27.821Z | Compiling bitflags v2.5.0 |
2055 | 2024-07-09T03:38:27.824Z | Compiling syn v2.0.68 |
2056 | 2024-07-09T03:38:27.824Z | Compiling bytes v1.6.0 |
2057 | 2024-07-09T03:38:27.907Z | Compiling smallvec v1.13.2 |
2058 | 2024-07-09T03:38:27.915Z | Compiling scopeguard v1.2.0 |
2059 | 2024-07-09T03:38:27.941Z | Compiling log v0.4.21 |
2060 | 2024-07-09T03:38:28.047Z | Compiling lock_api v0.4.12 |
2061 | 2024-07-09T03:38:28.405Z | Compiling parking_lot_core v0.9.10 |
2062 | 2024-07-09T03:38:28.424Z | Compiling hashbrown v0.14.5 |
2063 | 2024-07-09T03:38:28.439Z | Compiling serde_json v1.0.120 |
2064 | 2024-07-09T03:38:28.442Z | Compiling mio v0.8.11 |
2065 | 2024-07-09T03:38:28.547Z | Compiling libc v0.2.155 |
2066 | 2024-07-09T03:38:28.789Z | Compiling parking_lot v0.12.2 |
2067 | 2024-07-09T03:38:28.855Z | Compiling generic-array v0.14.7 |
2068 | 2024-07-09T03:38:29.152Z | Compiling slog v2.7.0 |
2069 | 2024-07-09T03:38:29.356Z | Compiling rustix v0.38.34 |
2070 | 2024-07-09T03:38:29.685Z | Compiling http v0.2.12 |
2071 | 2024-07-09T03:38:29.731Z | Compiling usdt-impl v0.5.0 |
2072 | 2024-07-09T03:38:29.947Z | Compiling indexmap v2.2.6 |
2073 | 2024-07-09T03:38:30.032Z | Compiling syn v1.0.109 |
2074 | 2024-07-09T03:38:30.223Z | Compiling time-macros v0.2.18 |
2075 | 2024-07-09T03:38:30.470Z | Compiling thread-id v4.2.1 |
2076 | 2024-07-09T03:38:30.594Z | Compiling tracing v0.1.40 |
2077 | 2024-07-09T03:38:31.373Z | Compiling crossbeam-utils v0.8.19 |
2078 | 2024-07-09T03:38:31.682Z | Compiling http-body v0.4.6 |
2079 | 2024-07-09T03:38:32.046Z | Compiling unicode-normalization v0.1.23 |
2080 | 2024-07-09T03:38:32.193Z | Compiling unicode-bidi v0.3.15 |
2081 | 2024-07-09T03:38:32.209Z | Compiling crypto-common v0.1.6 |
2082 | 2024-07-09T03:38:32.429Z | Compiling block-buffer v0.10.4 |
2083 | 2024-07-09T03:38:33.341Z | Compiling idna v0.5.0 |
2084 | 2024-07-09T03:38:33.369Z | Compiling time v0.3.36 |
2085 | 2024-07-09T03:38:34.465Z | Compiling terminal_size v0.3.0 |
2086 | 2024-07-09T03:38:34.693Z | Compiling fs-err v2.11.0 |
2087 | 2024-07-09T03:38:34.995Z | Compiling proc-macro-error v1.0.4 |
2088 | 2024-07-09T03:38:35.212Z | Compiling anyhow v1.0.86 |
2089 | 2024-07-09T03:38:35.607Z | Compiling clap_builder v4.5.2 |
2090 | 2024-07-09T03:38:35.946Z | Compiling crossbeam-channel v0.5.12 |
2091 | 2024-07-09T03:38:36.004Z | Compiling url v2.5.0 |
2092 | 2024-07-09T03:38:36.746Z | Compiling digest v0.10.7 |
2093 | 2024-07-09T03:38:37.183Z | Compiling xattr v1.3.1 |
2094 | 2024-07-09T03:38:37.516Z | Compiling slog-async v2.8.0 |
2095 | 2024-07-09T03:38:37.636Z | Compiling sha2 v0.10.8 |
2096 | 2024-07-09T03:38:38.095Z | Compiling tabled_derive v0.7.0 |
2097 | 2024-07-09T03:38:39.692Z | Compiling serde_derive v1.0.203 |
2098 | 2024-07-09T03:38:40.303Z | Compiling thiserror-impl v1.0.60 |
2099 | 2024-07-09T03:38:40.612Z | Compiling zerocopy-derive v0.7.34 |
2100 | 2024-07-09T03:38:40.719Z | Compiling tokio-macros v2.3.0 |
2101 | 2024-07-09T03:38:41.579Z | Compiling futures-macro v0.3.30 |
2102 | 2024-07-09T03:38:42.333Z | Compiling tokio v1.38.0 |
2103 | 2024-07-09T03:38:42.744Z | Compiling zerocopy v0.7.34 |
2104 | 2024-07-09T03:38:42.812Z | Compiling openssl-macros v0.1.1 |
2105 | 2024-07-09T03:38:43.168Z | Compiling thiserror v1.0.60 |
2106 | 2024-07-09T03:38:43.326Z | Compiling pest v2.7.10 |
2107 | 2024-07-09T03:38:43.542Z | Compiling futures-util v0.3.30 |
2108 | 2024-07-09T03:38:43.704Z | Compiling scroll_derive v0.12.0 |
2109 | 2024-07-09T03:38:44.430Z | Compiling openssl v0.10.64 |
2110 | 2024-07-09T03:38:45.187Z | Compiling scroll v0.12.0 |
2111 | 2024-07-09T03:38:45.885Z | Compiling pest_meta v2.7.10 |
2112 | 2024-07-09T03:38:46.284Z | Compiling goblin v0.8.2 |
2113 | 2024-07-09T03:38:50.361Z | Compiling pest_generator v2.7.10 |
2114 | 2024-07-09T03:38:52.258Z | Compiling pest_derive v2.7.10 |
2115 | 2024-07-09T03:38:53.030Z | Compiling dtrace-parser v0.2.0 |
2116 | 2024-07-09T03:38:54.925Z | Compiling tokio-util v0.7.11 |
2117 | 2024-07-09T03:38:57.240Z | Compiling serde_tokenstream v0.2.1 |
2118 | 2024-07-09T03:38:57.786Z | Compiling h2 v0.3.26 |
2119 | 2024-07-09T03:38:59.733Z | Compiling dof v0.3.0 |
2120 | 2024-07-09T03:39:00.856Z | Compiling serde_spanned v0.6.6 |
2121 | 2024-07-09T03:39:01.130Z | Compiling toml_datetime v0.6.6 |
2122 | 2024-07-09T03:39:01.147Z | Compiling native-tls v0.2.11 |
2123 | 2024-07-09T03:39:02.234Z | Compiling tokio-native-tls v0.3.1 |
2124 | 2024-07-09T03:39:02.278Z | Compiling toml_edit v0.22.14 |
2125 | 2024-07-09T03:39:02.566Z | Compiling usdt-macro v0.5.0 |
2126 | 2024-07-09T03:39:03.794Z | Compiling hyper v0.14.28 |
2127 | 2024-07-09T03:39:08.940Z | Compiling hyper-tls v0.5.0 |
2128 | 2024-07-09T03:39:09.421Z | Compiling toml v0.8.14 |
2129 | 2024-07-09T03:39:10.688Z | Compiling usdt-attr-macro v0.5.0 |
2130 | 2024-07-09T03:39:11.322Z | Compiling slog-json v2.6.1 |
2131 | 2024-07-09T03:39:11.889Z | Compiling camino v1.1.7 |
2132 | 2024-07-09T03:39:12.117Z | Compiling cargo-platform v0.1.8 |
2133 | 2024-07-09T03:39:12.836Z | Compiling serde_urlencoded v0.7.1 |
2134 | 2024-07-09T03:39:13.286Z | Compiling semver v1.0.23 |
2135 | 2024-07-09T03:39:13.318Z | Compiling futures-executor v0.3.30 |
2136 | 2024-07-09T03:39:13.522Z | Compiling clap_derive v4.5.4 |
2137 | 2024-07-09T03:39:14.438Z | Compiling strum_macros v0.26.4 |
2138 | 2024-07-09T03:39:14.866Z | Compiling cargo_metadata v0.18.1 |
2139 | 2024-07-09T03:39:16.438Z | Compiling futures v0.3.30 |
2140 | 2024-07-09T03:39:16.577Z | Compiling reqwest v0.11.27 |
2141 | 2024-07-09T03:39:16.702Z | Compiling usdt v0.5.0 |
2142 | 2024-07-09T03:39:18.258Z | Compiling slog-bunyan v2.5.0 |
2143 | 2024-07-09T03:39:18.386Z | Compiling clap v4.5.4 |
2144 | 2024-07-09T03:39:18.521Z | Compiling cargo_toml v0.20.3 |
2145 | 2024-07-09T03:39:18.554Z | Compiling macaddr v1.0.1 |
2146 | 2024-07-09T03:39:19.208Z | Compiling tabled v0.15.0 |
2147 | 2024-07-09T03:39:19.428Z | Compiling slog-term v2.9.1 |
2148 | 2024-07-09T03:39:19.476Z | Compiling strum v0.26.2 |
2149 | 2024-07-09T03:39:19.681Z | Compiling tar v0.4.40 |
2150 | 2024-07-09T03:39:35.641Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2151 | 2024-07-09T03:39:49.940Z | Finished `release` profile [optimized] target(s) in 1m 22s |
2152 | 2024-07-09T03:39:50.036Z | |
2153 | 2024-07-09T03:39:50.036Z | real 1:22.771799990 |
2154 | 2024-07-09T03:39:50.036Z | user 9:02.691752991 |
2155 | 2024-07-09T03:39:50.036Z | sys 51.639714094 |
2156 | 2024-07-09T03:39:50.036Z | trap 0.252436942 |
2157 | 2024-07-09T03:39:50.036Z | tflt 0.522659286 |
2158 | 2024-07-09T03:39:50.036Z | dflt 0.206861892 |
2159 | 2024-07-09T03:39:50.036Z | kflt 0.011097987 |
2160 | 2024-07-09T03:39:50.036Z | lock 20:26.799966645 |
2161 | 2024-07-09T03:39:50.036Z | slp 22:45.549762965 |
2162 | 2024-07-09T03:39:50.036Z | lat 26.070371348 |
2163 | 2024-07-09T03:39:50.036Z | stop 25.737270865 |
2164 | 2024-07-09T03:39:50.039Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2165 | 2024-07-09T03:39:50.039Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2166 | 2024-07-09T03:39:50.039Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2167 | 2024-07-09T03:39:50.039Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2168 | 2024-07-09T03:39:50.039Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2169 | 2024-07-09T03:39:50.564Z | Downloading crates ... |
2170 | 2024-07-09T03:39:50.806Z | Downloaded dhcproto-macros v0.1.0 |
2171 | 2024-07-09T03:39:50.809Z | Downloaded option-ext v0.2.0 |
2172 | 2024-07-09T03:39:50.814Z | Downloaded aes v0.8.4 |
2173 | 2024-07-09T03:39:50.817Z | Downloaded russh-cryptovec v0.7.2 |
2174 | 2024-07-09T03:39:50.820Z | Downloaded rfc6979 v0.4.0 |
2175 | 2024-07-09T03:39:50.823Z | Downloaded pbkdf2 v0.11.0 |
2176 | 2024-07-09T03:39:50.826Z | Downloaded bcrypt-pbkdf v0.10.0 |
2177 | 2024-07-09T03:39:50.826Z | Downloaded ed25519 v2.2.3 |
2178 | 2024-07-09T03:39:50.829Z | Downloaded rand_core v0.5.1 |
2179 | 2024-07-09T03:39:50.829Z | Downloaded cbc v0.1.2 |
2180 | 2024-07-09T03:39:50.831Z | Downloaded md5 v0.7.0 |
2181 | 2024-07-09T03:39:50.831Z | Downloaded polyval v0.6.2 |
2182 | 2024-07-09T03:39:50.834Z | Downloaded hex-literal v0.4.1 |
2183 | 2024-07-09T03:39:50.834Z | Downloaded dirs-sys v0.4.1 |
2184 | 2024-07-09T03:39:50.837Z | Downloaded internet-checksum v0.2.1 |
2185 | 2024-07-09T03:39:50.837Z | Downloaded ghash v0.5.1 |
2186 | 2024-07-09T03:39:50.837Z | Downloaded ctr v0.9.2 |
2187 | 2024-07-09T03:39:50.840Z | Downloaded blowfish v0.9.1 |
2188 | 2024-07-09T03:39:50.840Z | Downloaded rand_chacha v0.2.2 |
2189 | 2024-07-09T03:39:50.843Z | Downloaded primeorder v0.13.6 |
2190 | 2024-07-09T03:39:50.843Z | Downloaded russh-keys v0.43.0 |
2191 | 2024-07-09T03:39:50.847Z | Downloaded getrandom v0.1.16 |
2192 | 2024-07-09T03:39:50.849Z | Downloaded dirs v5.0.1 |
2193 | 2024-07-09T03:39:50.849Z | Downloaded password-hash v0.4.2 |
2194 | 2024-07-09T03:39:50.849Z | Downloaded ecdsa v0.16.9 |
2195 | 2024-07-09T03:39:50.852Z | Downloaded dhcproto v0.11.0 |
2196 | 2024-07-09T03:39:50.858Z | Downloaded p256 v0.13.2 |
2197 | 2024-07-09T03:39:50.862Z | Downloaded pbkdf2 v0.12.2 |
2198 | 2024-07-09T03:39:50.869Z | Downloaded ed25519-dalek v2.1.1 |
2199 | 2024-07-09T03:39:50.872Z | Downloaded russh v0.43.0 |
2200 | 2024-07-09T03:39:50.877Z | Downloaded rand v0.7.3 |
2201 | 2024-07-09T03:39:50.882Z | Downloaded p521 v0.13.3 |
2202 | 2024-07-09T03:39:50.885Z | Downloaded aes-gcm v0.10.3 |
2203 | 2024-07-09T03:39:51.017Z | Compiling serde v1.0.203 |
2204 | 2024-07-09T03:39:51.027Z | Compiling scopeguard v1.2.0 |
2205 | 2024-07-09T03:39:51.115Z | Compiling log v0.4.21 |
2206 | 2024-07-09T03:39:51.131Z | Compiling smallvec v1.13.2 |
2207 | 2024-07-09T03:39:51.134Z | Compiling syn v2.0.68 |
2208 | 2024-07-09T03:39:51.137Z | Compiling getrandom v0.2.14 |
2209 | 2024-07-09T03:39:51.137Z | Compiling generic-array v0.14.7 |
2210 | 2024-07-09T03:39:51.137Z | Compiling libm v0.2.8 |
2211 | 2024-07-09T03:39:51.245Z | Compiling lock_api v0.4.12 |
2212 | 2024-07-09T03:39:51.461Z | Compiling rand_core v0.6.4 |
2213 | 2024-07-09T03:39:51.531Z | Compiling parking_lot_core v0.9.10 |
2214 | 2024-07-09T03:39:51.571Z | Compiling num-traits v0.2.19 |
2215 | 2024-07-09T03:39:51.586Z | Compiling subtle v2.5.0 |
2216 | 2024-07-09T03:39:51.668Z | Compiling mio v0.8.11 |
2217 | 2024-07-09T03:39:51.736Z | Compiling ahash v0.8.11 |
2218 | 2024-07-09T03:39:51.926Z | Compiling parking_lot v0.12.2 |
2219 | 2024-07-09T03:39:51.985Z | Compiling serde_json v1.0.120 |
2220 | 2024-07-09T03:39:52.088Z | Compiling spin v0.9.8 |
2221 | 2024-07-09T03:39:52.143Z | Compiling allocator-api2 v0.2.18 |
2222 | 2024-07-09T03:39:52.185Z | Compiling const-oid v0.9.6 |
2223 | 2024-07-09T03:39:52.341Z | Compiling iana-time-zone v0.1.60 |
2224 | 2024-07-09T03:39:52.851Z | Compiling syn v1.0.109 |
2225 | 2024-07-09T03:39:52.902Z | Compiling unicode-normalization v0.1.23 |
2226 | 2024-07-09T03:39:52.983Z | Compiling unicode-bidi v0.3.15 |
2227 | 2024-07-09T03:39:53.008Z | Compiling schemars v0.8.21 |
2228 | 2024-07-09T03:39:53.040Z | Compiling dyn-clone v1.0.17 |
2229 | 2024-07-09T03:39:53.287Z | Compiling ppv-lite86 v0.2.17 |
2230 | 2024-07-09T03:39:53.382Z | Compiling time-macros v0.2.18 |
2231 | 2024-07-09T03:39:54.030Z | Compiling ring v0.17.8 |
2232 | 2024-07-09T03:39:54.082Z | Compiling rand_chacha v0.3.1 |
2233 | 2024-07-09T03:39:54.123Z | Compiling aho-corasick v1.1.3 |
2234 | 2024-07-09T03:39:54.572Z | Compiling regex-syntax v0.8.3 |
2235 | 2024-07-09T03:39:54.597Z | Compiling rand v0.8.5 |
2236 | 2024-07-09T03:39:56.491Z | Compiling idna v0.5.0 |
2237 | 2024-07-09T03:39:56.775Z | Compiling slog v2.7.0 |
2238 | 2024-07-09T03:39:57.017Z | Compiling time v0.3.36 |
2239 | 2024-07-09T03:39:57.368Z | Compiling untrusted v0.9.0 |
2240 | 2024-07-09T03:39:57.560Z | Compiling url v2.5.0 |
2241 | 2024-07-09T03:39:58.170Z | Compiling regex-automata v0.4.6 |
2242 | 2024-07-09T03:39:59.561Z | Compiling serde_derive_internals v0.29.1 |
2243 | 2024-07-09T03:40:00.928Z | Compiling lazy_static v1.5.0 |
2244 | 2024-07-09T03:40:01.067Z | Compiling backtrace v0.3.71 |
2245 | 2024-07-09T03:40:01.510Z | Compiling gimli v0.28.1 |
2246 | 2024-07-09T03:40:01.557Z | Compiling object v0.32.2 |
2247 | 2024-07-09T03:40:02.388Z | Compiling rustc-demangle v0.1.24 |
2248 | 2024-07-09T03:40:02.482Z | Compiling anyhow v1.0.86 |
2249 | 2024-07-09T03:40:02.630Z | Compiling winnow v0.5.40 |
2250 | 2024-07-09T03:40:03.293Z | Compiling rustls v0.21.12 |
2251 | 2024-07-09T03:40:03.384Z | Compiling crossbeam-utils v0.8.19 |
2252 | 2024-07-09T03:40:03.572Z | Compiling base64ct v1.6.0 |
2253 | 2024-07-09T03:40:04.053Z | Compiling regex v1.10.5 |
2254 | 2024-07-09T03:40:04.276Z | Compiling rustls-webpki v0.101.7 |
2255 | 2024-07-09T03:40:05.199Z | Compiling sct v0.7.1 |
2256 | 2024-07-09T03:40:05.517Z | Compiling cookie v0.17.0 |
2257 | 2024-07-09T03:40:05.794Z | Compiling addr2line v0.21.0 |
2258 | 2024-07-09T03:40:06.463Z | Compiling serde_derive v1.0.203 |
2259 | 2024-07-09T03:40:06.480Z | Compiling zeroize_derive v1.4.2 |
2260 | 2024-07-09T03:40:06.592Z | Compiling zerocopy-derive v0.7.34 |
2261 | 2024-07-09T03:40:06.610Z | Compiling thiserror-impl v1.0.60 |
2262 | 2024-07-09T03:40:08.184Z | Compiling zeroize v1.7.0 |
2263 | 2024-07-09T03:40:08.779Z | Compiling tokio-macros v2.3.0 |
2264 | 2024-07-09T03:40:08.993Z | Compiling futures-macro v0.3.30 |
2265 | 2024-07-09T03:40:09.058Z | Compiling zerocopy v0.7.34 |
2266 | 2024-07-09T03:40:10.107Z | Compiling thiserror v1.0.60 |
2267 | 2024-07-09T03:40:10.144Z | Compiling crypto-common v0.1.6 |
2268 | 2024-07-09T03:40:10.252Z | Compiling block-buffer v0.10.4 |
2269 | 2024-07-09T03:40:10.391Z | Compiling schemars_derive v0.8.21 |
2270 | 2024-07-09T03:40:10.535Z | Compiling digest v0.10.7 |
2271 | 2024-07-09T03:40:10.584Z | Compiling tracing-attributes v0.1.27 |
2272 | 2024-07-09T03:40:11.065Z | Compiling async-trait v0.1.80 |
2273 | 2024-07-09T03:40:11.289Z | Compiling futures-util v0.3.30 |
2274 | 2024-07-09T03:40:11.470Z | Compiling hashbrown v0.14.5 |
2275 | 2024-07-09T03:40:12.967Z | Compiling openssl-macros v0.1.1 |
2276 | 2024-07-09T03:40:14.001Z | Compiling pest v2.7.10 |
2277 | 2024-07-09T03:40:14.741Z | Compiling tracing v0.1.40 |
2278 | 2024-07-09T03:40:14.758Z | Compiling idna v0.3.0 |
2279 | 2024-07-09T03:40:15.316Z | Compiling psl-types v2.0.11 |
2280 | 2024-07-09T03:40:15.344Z | Compiling data-encoding v2.6.0 |
2281 | 2024-07-09T03:40:15.508Z | Compiling hmac v0.12.1 |
2282 | 2024-07-09T03:40:15.819Z | Compiling publicsuffix v2.2.3 |
2283 | 2024-07-09T03:40:15.880Z | Compiling scroll_derive v0.12.0 |
2284 | 2024-07-09T03:40:16.092Z | Compiling webpki-roots v0.25.4 |
2285 | 2024-07-09T03:40:16.258Z | Compiling bitflags v1.3.2 |
2286 | 2024-07-09T03:40:16.373Z | Compiling pest_meta v2.7.10 |
2287 | 2024-07-09T03:40:16.475Z | Compiling block-padding v0.3.3 |
2288 | 2024-07-09T03:40:16.728Z | Compiling der_derive v0.7.2 |
2289 | 2024-07-09T03:40:16.932Z | Compiling pem-rfc7468 v0.7.0 |
2290 | 2024-07-09T03:40:17.082Z | Compiling futures-executor v0.3.30 |
2291 | 2024-07-09T03:40:17.448Z | Compiling futures v0.3.30 |
2292 | 2024-07-09T03:40:17.585Z | Compiling pest_generator v2.7.10 |
2293 | 2024-07-09T03:40:17.644Z | Compiling scroll v0.12.0 |
2294 | 2024-07-09T03:40:17.666Z | Compiling flagset v0.4.5 |
2295 | 2024-07-09T03:40:17.756Z | Compiling inout v0.1.3 |
2296 | 2024-07-09T03:40:17.892Z | Compiling sha2 v0.10.8 |
2297 | 2024-07-09T03:40:17.894Z | Compiling either v1.12.0 |
2298 | 2024-07-09T03:40:18.051Z | Compiling cipher v0.4.4 |
2299 | 2024-07-09T03:40:18.206Z | Compiling goblin v0.8.2 |
2300 | 2024-07-09T03:40:18.370Z | Compiling ff v0.13.0 |
2301 | 2024-07-09T03:40:18.575Z | Compiling stable_deref_trait v1.2.0 |
2302 | 2024-07-09T03:40:18.612Z | Compiling base16ct v0.2.0 |
2303 | 2024-07-09T03:40:18.689Z | Compiling group v0.13.0 |
2304 | 2024-07-09T03:40:18.965Z | Compiling hkdf v0.12.4 |
2305 | 2024-07-09T03:40:19.034Z | Compiling crossbeam-epoch v0.9.18 |
2306 | 2024-07-09T03:40:19.231Z | Compiling crypto-bigint v0.5.5 |
2307 | 2024-07-09T03:40:19.420Z | Compiling der v0.7.9 |
2308 | 2024-07-09T03:40:19.639Z | Compiling num-integer v0.1.46 |
2309 | 2024-07-09T03:40:19.871Z | Compiling unicode-segmentation v1.11.0 |
2310 | 2024-07-09T03:40:20.441Z | Compiling managed v0.8.0 |
2311 | 2024-07-09T03:40:20.759Z | Compiling matches v0.1.10 |
2312 | 2024-07-09T03:40:20.882Z | Compiling idna v0.2.3 |
2313 | 2024-07-09T03:40:20.942Z | Compiling enum-as-inner v0.5.1 |
2314 | 2024-07-09T03:40:21.469Z | Compiling bytes v1.6.0 |
2315 | 2024-07-09T03:40:21.828Z | Compiling indexmap v2.2.6 |
2316 | 2024-07-09T03:40:22.020Z | Compiling chrono v0.4.38 |
2317 | 2024-07-09T03:40:22.574Z | Compiling tokio v1.38.0 |
2318 | 2024-07-09T03:40:22.815Z | Compiling uuid v1.9.1 |
2319 | 2024-07-09T03:40:22.854Z | Compiling bitflags v2.5.0 |
2320 | 2024-07-09T03:40:23.320Z | Compiling semver v1.0.23 |
2321 | 2024-07-09T03:40:23.323Z | Compiling http v0.2.12 |
2322 | 2024-07-09T03:40:24.146Z | Compiling serde_tokenstream v0.2.1 |
2323 | 2024-07-09T03:40:24.720Z | Compiling serde_spanned v0.6.6 |
2324 | 2024-07-09T03:40:24.963Z | Compiling toml_datetime v0.6.6 |
2325 | 2024-07-09T03:40:24.981Z | Compiling http-body v0.4.6 |
2326 | 2024-07-09T03:40:25.446Z | Compiling toml_edit v0.19.15 |
2327 | 2024-07-09T03:40:25.475Z | Compiling openssl v0.10.64 |
2328 | 2024-07-09T03:40:25.509Z | Compiling rustix v0.38.34 |
2329 | 2024-07-09T03:40:25.962Z | Compiling serde_urlencoded v0.7.1 |
2330 | 2024-07-09T03:40:25.990Z | Compiling openapiv3 v2.0.0 |
2331 | 2024-07-09T03:40:26.519Z | Compiling cookie_store v0.20.0 |
2332 | 2024-07-09T03:40:28.174Z | Compiling rustc_version v0.4.0 |
2333 | 2024-07-09T03:40:28.453Z | Compiling pest_derive v2.7.10 |
2334 | 2024-07-09T03:40:28.733Z | Compiling dof v0.3.0 |
2335 | 2024-07-09T03:40:28.975Z | Compiling spki v0.7.3 |
2336 | 2024-07-09T03:40:29.071Z | Compiling ipnetwork v0.20.0 |
2337 | 2024-07-09T03:40:29.287Z | Compiling dtrace-parser v0.2.0 |
2338 | 2024-07-09T03:40:29.371Z | Compiling pkcs8 v0.10.2 |
2339 | 2024-07-09T03:40:29.969Z | Compiling usdt-impl v0.5.0 |
2340 | 2024-07-09T03:40:29.986Z | Compiling sec1 v0.7.3 |
2341 | 2024-07-09T03:40:30.490Z | Compiling elliptic-curve v0.13.8 |
2342 | 2024-07-09T03:40:30.593Z | Compiling tokio-util v0.7.11 |
2343 | 2024-07-09T03:40:31.136Z | Compiling tokio-rustls v0.24.1 |
2344 | 2024-07-09T03:40:31.388Z | Compiling toml v0.7.8 |
2345 | 2024-07-09T03:40:31.567Z | Compiling native-tls v0.2.11 |
2346 | 2024-07-09T03:40:31.584Z | Compiling h2 v0.3.26 |
2347 | 2024-07-09T03:40:31.766Z | Compiling usdt-attr-macro v0.5.0 |
2348 | 2024-07-09T03:40:32.055Z | Compiling tokio-native-tls v0.3.1 |
2349 | 2024-07-09T03:40:32.210Z | Compiling usdt-macro v0.5.0 |
2350 | 2024-07-09T03:40:32.349Z | Compiling toml_edit v0.22.14 |
2351 | 2024-07-09T03:40:33.153Z | Compiling hex v0.4.3 |
2352 | 2024-07-09T03:40:33.485Z | Compiling bit-vec v0.6.3 |
2353 | 2024-07-09T03:40:33.786Z | Compiling usdt v0.5.0 |
2354 | 2024-07-09T03:40:33.806Z | Compiling siphasher v0.3.11 |
2355 | 2024-07-09T03:40:33.821Z | Compiling trust-dns-proto v0.22.0 |
2356 | 2024-07-09T03:40:33.943Z | Compiling heapless v0.7.17 |
2357 | 2024-07-09T03:40:34.206Z | Compiling terminal_size v0.3.0 |
2358 | 2024-07-09T03:40:34.316Z | Compiling num-bigint v0.4.5 |
2359 | 2024-07-09T03:40:34.393Z | Compiling regress v0.9.1 |
2360 | 2024-07-09T03:40:34.417Z | Compiling finl_unicode v1.2.0 |
2361 | 2024-07-09T03:40:34.530Z | Compiling signal-hook v0.3.17 |
2362 | 2024-07-09T03:40:34.795Z | Compiling clap_builder v4.5.2 |
2363 | 2024-07-09T03:40:35.007Z | Compiling stringprep v0.1.4 |
2364 | 2024-07-09T03:40:36.472Z | Compiling itertools v0.10.5 |
2365 | 2024-07-09T03:40:38.419Z | Compiling hyper v0.14.28 |
2366 | 2024-07-09T03:40:39.414Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2367 | 2024-07-09T03:40:39.646Z | Compiling yasna v0.5.2 |
2368 | 2024-07-09T03:40:41.257Z | Compiling md-5 v0.10.6 |
2369 | 2024-07-09T03:40:41.546Z | Compiling clap_derive v4.5.4 |
2370 | 2024-07-09T03:40:41.696Z | Compiling hash32 v0.2.1 |
2371 | 2024-07-09T03:40:42.118Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2372 | 2024-07-09T03:40:42.310Z | Compiling smoltcp v0.9.1 |
2373 | 2024-07-09T03:40:42.721Z | Compiling fallible-iterator v0.2.0 |
2374 | 2024-07-09T03:40:43.427Z | Compiling postgres-protocol v0.6.6 |
2375 | 2024-07-09T03:40:44.167Z | Compiling phf_shared v0.11.2 |
2376 | 2024-07-09T03:40:44.238Z | Compiling tokio-stream v0.1.15 |
2377 | 2024-07-09T03:40:44.577Z | Compiling hubpack_derive v0.1.1 |
2378 | 2024-07-09T03:40:44.731Z | Compiling zerocopy-derive v0.6.6 |
2379 | 2024-07-09T03:40:44.786Z | Compiling diesel_table_macro_syntax v0.1.0 |
2380 | 2024-07-09T03:40:45.226Z | Compiling scheduled-thread-pool v0.2.7 |
2381 | 2024-07-09T03:40:45.242Z | Compiling hyper-tls v0.5.0 |
2382 | 2024-07-09T03:40:45.257Z | Compiling hyper-rustls v0.24.2 |
2383 | 2024-07-09T03:40:45.525Z | Compiling fs-err v2.11.0 |
2384 | 2024-07-09T03:40:45.601Z | Compiling reqwest v0.11.27 |
2385 | 2024-07-09T03:40:45.621Z | Compiling fixedbitset v0.4.2 |
2386 | 2024-07-09T03:40:45.885Z | Compiling hubpack v0.1.2 |
2387 | 2024-07-09T03:40:45.994Z | Compiling petgraph v0.6.5 |
2388 | 2024-07-09T03:40:46.115Z | Compiling r2d2 v0.8.10 |
2389 | 2024-07-09T03:40:46.377Z | Compiling diesel_derives v2.1.4 |
2390 | 2024-07-09T03:40:46.525Z | Compiling phf v0.11.2 |
2391 | 2024-07-09T03:40:46.823Z | Compiling clap v4.5.4 |
2392 | 2024-07-09T03:40:46.839Z | Compiling postgres-types v0.2.6 |
2393 | 2024-07-09T03:40:47.058Z | Compiling zerocopy v0.6.6 |
2394 | 2024-07-09T03:40:47.935Z | Compiling signal-hook-mio v0.2.3 |
2395 | 2024-07-09T03:40:48.416Z | Compiling phf_shared v0.10.0 |
2396 | 2024-07-09T03:40:48.433Z | Compiling similar v2.5.0 |
2397 | 2024-07-09T03:40:48.616Z | Compiling num-iter v0.1.45 |
2398 | 2024-07-09T03:40:48.815Z | Compiling strum_macros v0.25.3 |
2399 | 2024-07-09T03:40:48.852Z | Compiling serde_repr v0.1.19 |
2400 | 2024-07-09T03:40:49.126Z | Compiling getopts v0.2.21 |
2401 | 2024-07-09T03:40:50.092Z | Compiling console v0.15.8 |
2402 | 2024-07-09T03:40:50.119Z | Compiling float-cmp v0.9.0 |
2403 | 2024-07-09T03:40:50.155Z | Compiling new_debug_unreachable v1.0.6 |
2404 | 2024-07-09T03:40:50.259Z | Compiling precomputed-hash v0.1.1 |
2405 | 2024-07-09T03:40:50.361Z | Compiling normalize-line-endings v0.3.0 |
2406 | 2024-07-09T03:40:50.390Z | Compiling unsafe-libyaml v0.2.11 |
2407 | 2024-07-09T03:40:50.495Z | Compiling static_assertions v1.1.0 |
2408 | 2024-07-09T03:40:50.606Z | Compiling minimal-lexical v0.2.1 |
2409 | 2024-07-09T03:40:50.963Z | Compiling whoami v1.5.1 |
2410 | 2024-07-09T03:40:51.217Z | Compiling predicates-core v1.0.6 |
2411 | 2024-07-09T03:40:51.618Z | Compiling difflib v0.4.0 |
2412 | 2024-07-09T03:40:51.658Z | Compiling tokio-postgres v0.7.10 |
2413 | 2024-07-09T03:40:51.713Z | Compiling serde_yaml v0.9.34+deprecated |
2414 | 2024-07-09T03:40:52.378Z | Compiling predicates v3.1.0 |
2415 | 2024-07-09T03:40:53.269Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2416 | 2024-07-09T03:40:53.357Z | Compiling nom v7.1.3 |
2417 | 2024-07-09T03:40:54.212Z | Compiling string_cache v0.8.7 |
2418 | 2024-07-09T03:40:54.719Z | Compiling crossterm v0.27.0 |
2419 | 2024-07-09T03:40:56.772Z | Compiling bit-set v0.5.3 |
2420 | 2024-07-09T03:40:57.071Z | Compiling itertools v0.12.1 |
2421 | 2024-07-09T03:40:57.186Z | Compiling bstr v1.9.1 |
2422 | 2024-07-09T03:40:57.291Z | Compiling peg-runtime v0.8.3 |
2423 | 2024-07-09T03:40:58.033Z | Compiling unicode-xid v0.2.4 |
2424 | 2024-07-09T03:40:58.226Z | Compiling lalrpop-util v0.19.12 |
2425 | 2024-07-09T03:40:58.599Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2426 | 2024-07-09T03:40:58.662Z | Compiling sha1 v0.10.6 |
2427 | 2024-07-09T03:40:59.038Z | Compiling camino v1.1.7 |
2428 | 2024-07-09T03:40:59.080Z | Compiling strum_macros v0.26.4 |
2429 | 2024-07-09T03:40:59.101Z | Compiling http v1.1.0 |
2430 | 2024-07-09T03:40:59.776Z | Compiling base64 v0.22.1 |
2431 | 2024-07-09T03:40:59.926Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2432 | 2024-07-09T03:40:59.944Z | Compiling diesel v2.1.6 |
2433 | 2024-07-09T03:41:00.003Z | Compiling toml v0.8.14 |
2434 | 2024-07-09T03:41:00.375Z | Compiling rustls-pki-types v1.7.0 |
2435 | 2024-07-09T03:41:00.602Z | Compiling ident_case v1.0.1 |
2436 | 2024-07-09T03:41:00.855Z | Compiling darling_core v0.20.9 |
2437 | 2024-07-09T03:41:01.299Z | Compiling crossbeam-channel v0.5.12 |
2438 | 2024-07-09T03:41:01.743Z | Compiling paste v1.0.15 |
2439 | 2024-07-09T03:41:01.816Z | Compiling rustls v0.22.4 |
2440 | 2024-07-09T03:41:01.909Z | Compiling slog-term v2.9.1 |
2441 | 2024-07-09T03:41:02.117Z | Compiling slog-async v2.8.0 |
2442 | 2024-07-09T03:41:02.341Z | Compiling rustls-webpki v0.102.4 |
2443 | 2024-07-09T03:41:02.463Z | Compiling instant v0.1.12 |
2444 | 2024-07-09T03:41:02.630Z | Compiling multer v3.1.0 |
2445 | 2024-07-09T03:41:03.405Z | Compiling slog-json v2.6.1 |
2446 | 2024-07-09T03:41:03.808Z | Compiling async-stream-impl v0.3.5 |
2447 | 2024-07-09T03:41:04.255Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
2448 | 2024-07-09T03:41:04.507Z | Compiling atomic-waker v1.1.2 |
2449 | 2024-07-09T03:41:04.537Z | Compiling debug-ignore v1.0.5 |
2450 | 2024-07-09T03:41:04.629Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2451 | 2024-07-09T03:41:04.663Z | Compiling strum v0.26.2 |
2452 | 2024-07-09T03:41:04.697Z | Compiling waitgroup v0.1.2 |
2453 | 2024-07-09T03:41:04.777Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2454 | 2024-07-09T03:41:04.795Z | Compiling slog-bunyan v2.5.0 |
2455 | 2024-07-09T03:41:04.926Z | Compiling rustls-pemfile v2.1.2 |
2456 | 2024-07-09T03:41:05.007Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
2457 | 2024-07-09T03:41:05.250Z | Compiling async-stream v0.3.5 |
2458 | 2024-07-09T03:41:05.381Z | Compiling serde_path_to_error v0.1.16 |
2459 | 2024-07-09T03:41:05.604Z | Compiling structmeta-derive v0.3.0 |
2460 | 2024-07-09T03:41:06.082Z | Compiling hostname v0.4.0 |
2461 | 2024-07-09T03:41:06.285Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2462 | 2024-07-09T03:41:06.373Z | Compiling newtype-uuid v1.1.0 |
2463 | 2024-07-09T03:41:06.686Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2464 | 2024-07-09T03:41:07.053Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2465 | 2024-07-09T03:41:07.384Z | Compiling backoff v0.4.0 |
2466 | 2024-07-09T03:41:07.482Z | Compiling tokio-rustls v0.25.0 |
2467 | 2024-07-09T03:41:07.756Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2468 | 2024-07-09T03:41:07.922Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2469 | 2024-07-09T03:41:07.958Z | Compiling macaddr v1.0.1 |
2470 | 2024-07-09T03:41:08.097Z | Compiling proc-macro-crate v1.3.1 |
2471 | 2024-07-09T03:41:08.436Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2472 | 2024-07-09T03:41:08.562Z | Compiling darling_macro v0.20.9 |
2473 | 2024-07-09T03:41:08.765Z | Compiling fastrand v2.1.0 |
2474 | 2024-07-09T03:41:08.856Z | Compiling structmeta v0.3.0 |
2475 | 2024-07-09T03:41:09.260Z | Compiling num_enum_derive v0.5.11 |
2476 | 2024-07-09T03:41:09.314Z | Compiling tempfile v3.10.1 |
2477 | 2024-07-09T03:41:09.332Z | Compiling parse-display-derive v0.9.1 |
2478 | 2024-07-09T03:41:09.634Z | Compiling darling v0.20.9 |
2479 | 2024-07-09T03:41:09.771Z | Compiling serde_with_macros v3.8.1 |
2480 | 2024-07-09T03:41:10.291Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2481 | 2024-07-09T03:41:10.615Z | Compiling foreign-types-macros v0.2.3 |
2482 | 2024-07-09T03:41:12.033Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2483 | 2024-07-09T03:41:12.230Z | Compiling num_enum v0.5.11 |
2484 | 2024-07-09T03:41:12.315Z | Compiling foreign-types-shared v0.3.1 |
2485 | 2024-07-09T03:41:12.394Z | Compiling heapless v0.8.0 |
2486 | 2024-07-09T03:41:12.443Z | Compiling foreign-types v0.5.0 |
2487 | 2024-07-09T03:41:12.601Z | Compiling proc-macro-error v1.0.4 |
2488 | 2024-07-09T03:41:13.040Z | Compiling serde_with v3.8.1 |
2489 | 2024-07-09T03:41:13.500Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2490 | 2024-07-09T03:41:13.518Z | Compiling cstr-argument v0.1.2 |
2491 | 2024-07-09T03:41:13.545Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2492 | 2024-07-09T03:41:13.790Z | Compiling hash32 v0.3.1 |
2493 | 2024-07-09T03:41:13.951Z | Compiling pretty-hex v0.2.1 |
2494 | 2024-07-09T03:41:14.064Z | Compiling smoltcp v0.11.0 |
2495 | 2024-07-09T03:41:14.151Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2496 | 2024-07-09T03:41:14.329Z | Compiling parse-display v0.9.1 |
2497 | 2024-07-09T03:41:14.539Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2498 | 2024-07-09T03:41:14.844Z | Compiling camino-tempfile v1.1.1 |
2499 | 2024-07-09T03:41:15.074Z | Compiling tabwriter v1.4.0 |
2500 | 2024-07-09T03:41:15.146Z | Compiling colored v2.1.0 |
2501 | 2024-07-09T03:41:15.327Z | Compiling socket2 v0.4.10 |
2502 | 2024-07-09T03:41:15.624Z | Compiling embedded-io v0.4.0 |
2503 | 2024-07-09T03:41:15.640Z | Compiling cobs v0.2.3 |
2504 | 2024-07-09T03:41:15.866Z | Compiling postcard v1.0.8 |
2505 | 2024-07-09T03:41:16.009Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2506 | 2024-07-09T03:41:16.311Z | Compiling crucible-workspace-hack v0.1.0 |
2507 | 2024-07-09T03:41:16.330Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2508 | 2024-07-09T03:41:16.608Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2509 | 2024-07-09T03:41:16.624Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2510 | 2024-07-09T03:41:16.832Z | Compiling smf v0.2.3 |
2511 | 2024-07-09T03:41:16.918Z | Compiling humantime v2.1.0 |
2512 | 2024-07-09T03:41:17.224Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2513 | 2024-07-09T03:41:17.513Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2514 | 2024-07-09T03:41:17.542Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2515 | 2024-07-09T03:41:18.052Z | Compiling num-derive v0.4.2 |
2516 | 2024-07-09T03:41:18.339Z | Compiling sigpipe v0.1.3 |
2517 | 2024-07-09T03:41:18.418Z | Compiling utf-8 v0.7.6 |
2518 | 2024-07-09T03:41:18.476Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2519 | 2024-07-09T03:41:18.783Z | Compiling atty v0.2.14 |
2520 | 2024-07-09T03:41:18.903Z | Compiling semver v0.1.20 |
2521 | 2024-07-09T03:41:18.937Z | Compiling same-file v1.0.6 |
2522 | 2024-07-09T03:41:19.097Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2523 | 2024-07-09T03:41:19.184Z | Compiling rayon-core v1.12.1 |
2524 | 2024-07-09T03:41:19.464Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2525 | 2024-07-09T03:41:19.591Z | Compiling rustc_version v0.1.7 |
2526 | 2024-07-09T03:41:20.149Z | Compiling walkdir v2.5.0 |
2527 | 2024-07-09T03:41:20.527Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2528 | 2024-07-09T03:41:20.982Z | Compiling curve25519-dalek v4.1.3 |
2529 | 2024-07-09T03:41:21.089Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2530 | 2024-07-09T03:41:21.114Z | Compiling newline-converter v0.3.0 |
2531 | 2024-07-09T03:41:21.319Z | Compiling crossbeam-deque v0.8.5 |
2532 | 2024-07-09T03:41:21.443Z | Compiling universal-hash v0.5.1 |
2533 | 2024-07-09T03:41:21.576Z | Compiling opaque-debug v0.3.1 |
2534 | 2024-07-09T03:41:21.593Z | Compiling prettyplease v0.2.20 |
2535 | 2024-07-09T03:41:21.668Z | Compiling expectorate v1.1.0 |
2536 | 2024-07-09T03:41:21.683Z | Compiling newtype_derive v0.1.6 |
2537 | 2024-07-09T03:41:21.754Z | Compiling xattr v1.3.1 |
2538 | 2024-07-09T03:41:21.843Z | Compiling num-rational v0.4.2 |
2539 | 2024-07-09T03:41:21.888Z | Compiling signature v2.2.0 |
2540 | 2024-07-09T03:41:21.973Z | Compiling curve25519-dalek-derive v0.1.1 |
2541 | 2024-07-09T03:41:22.048Z | Compiling num-complex v0.4.6 |
2542 | 2024-07-09T03:41:22.201Z | Compiling ring v0.16.20 |
2543 | 2024-07-09T03:41:23.135Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2544 | 2024-07-09T03:41:23.299Z | Compiling blake3 v1.5.1 |
2545 | 2024-07-09T03:41:23.332Z | Compiling unicase v2.7.0 |
2546 | 2024-07-09T03:41:23.563Z | Compiling linked-hash-map v0.5.6 |
2547 | 2024-07-09T03:41:23.601Z | Compiling arc-swap v1.7.1 |
2548 | 2024-07-09T03:41:23.630Z | Compiling quick-error v1.2.3 |
2549 | 2024-07-09T03:41:23.680Z | Compiling convert_case v0.4.0 |
2550 | 2024-07-09T03:41:23.793Z | Compiling termcolor v1.4.1 |
2551 | 2024-07-09T03:41:23.901Z | Compiling getrandom v0.1.16 |
2552 | 2024-07-09T03:41:24.282Z | Compiling env_logger v0.9.3 |
2553 | 2024-07-09T03:41:24.361Z | Compiling slog-scope v4.4.0 |
2554 | 2024-07-09T03:41:24.546Z | Compiling lru-cache v0.1.2 |
2555 | 2024-07-09T03:41:24.645Z | Compiling resolv-conf v0.7.0 |
2556 | 2024-07-09T03:41:24.708Z | Compiling derive_more v0.99.18 |
2557 | 2024-07-09T03:41:24.891Z | Compiling tar v0.4.40 |
2558 | 2024-07-09T03:41:25.503Z | Compiling num v0.4.3 |
2559 | 2024-07-09T03:41:25.628Z | Compiling rayon v1.10.0 |
2560 | 2024-07-09T03:41:27.185Z | Compiling tungstenite v0.21.0 |
2561 | 2024-07-09T03:41:27.747Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2562 | 2024-07-09T03:41:28.264Z | Compiling blake2 v0.10.6 |
2563 | 2024-07-09T03:41:29.118Z | Compiling bitstruct_derive v0.1.0 |
2564 | 2024-07-09T03:41:29.407Z | Compiling derive-where v1.2.7 |
2565 | 2024-07-09T03:41:29.631Z | Compiling password-hash v0.5.0 |
2566 | 2024-07-09T03:41:30.513Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2567 | 2024-07-09T03:41:30.663Z | Compiling memmap2 v0.9.4 |
2568 | 2024-07-09T03:41:30.697Z | Compiling home v0.5.9 |
2569 | 2024-07-09T03:41:30.715Z | Compiling arrayref v0.3.7 |
2570 | 2024-07-09T03:41:30.831Z | Compiling parking_lot_core v0.8.6 |
2571 | 2024-07-09T03:41:31.015Z | Compiling untrusted v0.7.1 |
2572 | 2024-07-09T03:41:31.137Z | Compiling float-ord v0.3.2 |
2573 | 2024-07-09T03:41:31.220Z | Compiling constant_time_eq v0.3.0 |
2574 | 2024-07-09T03:41:31.311Z | Compiling libefi-sys v0.1.0 |
2575 | 2024-07-09T03:41:31.329Z | Compiling spin v0.5.2 |
2576 | 2024-07-09T03:41:31.420Z | Compiling arrayvec v0.7.4 |
2577 | 2024-07-09T03:41:31.577Z | Compiling ascii v1.1.0 |
2578 | 2024-07-09T03:41:32.217Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2579 | 2024-07-09T03:41:33.071Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2580 | 2024-07-09T03:41:33.163Z | Compiling toolchain_find v0.4.0 |
2581 | 2024-07-09T03:41:33.282Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
2582 | 2024-07-09T03:41:33.578Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2583 | 2024-07-09T03:41:33.631Z | Compiling bitstruct v0.1.1 |
2584 | 2024-07-09T03:41:33.695Z | Compiling argon2 v0.5.3 |
2585 | 2024-07-09T03:41:33.746Z | Compiling tokio-tungstenite v0.21.0 |
2586 | 2024-07-09T03:41:33.761Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2587 | 2024-07-09T03:41:33.870Z | Compiling trust-dns-resolver v0.22.0 |
2588 | 2024-07-09T03:41:34.266Z | Compiling slog-stdlog v4.1.1 |
2589 | 2024-07-09T03:41:34.386Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2590 | 2024-07-09T03:41:34.658Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2591 | 2024-07-09T03:41:34.736Z | Compiling serde_arrays v0.1.0 |
2592 | 2024-07-09T03:41:34.916Z | Compiling erased-serde v0.3.31 |
2593 | 2024-07-09T03:41:35.048Z | Compiling rfc6979 v0.4.0 |
2594 | 2024-07-09T03:41:35.177Z | Compiling aead v0.5.2 |
2595 | 2024-07-09T03:41:35.253Z | Compiling bitfield-struct v0.6.1 |
2596 | 2024-07-09T03:41:35.372Z | Compiling nibble_vec v0.1.0 |
2597 | 2024-07-09T03:41:35.552Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2598 | 2024-07-09T03:41:35.608Z | Compiling slog-dtrace v0.3.0 |
2599 | 2024-07-09T03:41:35.936Z | Compiling endian-type v0.1.2 |
2600 | 2024-07-09T03:41:35.968Z | Compiling keccak v0.1.5 |
2601 | 2024-07-09T03:41:36.203Z | Compiling cancel-safe-futures v0.1.5 |
2602 | 2024-07-09T03:41:36.399Z | Compiling topological-sort v0.2.2 |
2603 | 2024-07-09T03:41:36.595Z | Compiling sha3 v0.10.8 |
2604 | 2024-07-09T03:41:36.636Z | Compiling omicron-zone-package v0.11.0 |
2605 | 2024-07-09T03:41:36.653Z | Compiling radix_trie v0.2.1 |
2606 | 2024-07-09T03:41:36.812Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2607 | 2024-07-09T03:41:36.990Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2608 | 2024-07-09T03:41:37.243Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2609 | 2024-07-09T03:41:37.581Z | Compiling ecdsa v0.16.9 |
2610 | 2024-07-09T03:41:37.597Z | Compiling slog-envlogger v2.2.0 |
2611 | 2024-07-09T03:41:37.600Z | Compiling rand_core v0.5.1 |
2612 | 2024-07-09T03:41:37.669Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2613 | 2024-07-09T03:41:38.135Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2614 | 2024-07-09T03:41:38.388Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2615 | 2024-07-09T03:41:38.422Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2616 | 2024-07-09T03:41:38.452Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2617 | 2024-07-09T03:41:39.368Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2618 | 2024-07-09T03:41:39.592Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2619 | 2024-07-09T03:41:39.946Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2620 | 2024-07-09T03:41:40.410Z | Compiling mime_guess v2.0.4 |
2621 | 2024-07-09T03:41:40.504Z | Compiling steno v0.4.1 |
2622 | 2024-07-09T03:41:40.523Z | Compiling rustfmt-wrapper v0.2.1 |
2623 | 2024-07-09T03:41:41.819Z | Compiling poly1305 v0.8.0 |
2624 | 2024-07-09T03:41:41.858Z | Compiling tungstenite v0.20.1 |
2625 | 2024-07-09T03:41:41.875Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2626 | 2024-07-09T03:41:42.668Z | Compiling primeorder v0.13.6 |
2627 | 2024-07-09T03:41:43.206Z | Compiling heck v0.3.3 |
2628 | 2024-07-09T03:41:43.516Z | Compiling chacha20 v0.9.1 |
2629 | 2024-07-09T03:41:43.566Z | Compiling thiserror-impl-no-std v2.0.2 |
2630 | 2024-07-09T03:41:43.631Z | Compiling secrecy v0.8.0 |
2631 | 2024-07-09T03:41:43.924Z | Compiling half v2.4.1 |
2632 | 2024-07-09T03:41:43.991Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2633 | 2024-07-09T03:41:44.083Z | Compiling ciborium-io v0.2.2 |
2634 | 2024-07-09T03:41:44.218Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2635 | 2024-07-09T03:41:44.262Z | Compiling option-ext v0.2.0 |
2636 | 2024-07-09T03:41:44.348Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2637 | 2024-07-09T03:41:44.403Z | Compiling dirs-sys v0.4.1 |
2638 | 2024-07-09T03:41:44.499Z | Compiling ciborium-ll v0.2.2 |
2639 | 2024-07-09T03:41:44.979Z | Compiling zone_cfg_derive v0.1.2 |
2640 | 2024-07-09T03:41:45.090Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2641 | 2024-07-09T03:41:45.382Z | Compiling tokio-tungstenite v0.20.1 |
2642 | 2024-07-09T03:41:46.043Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2643 | 2024-07-09T03:41:46.452Z | Compiling parking_lot v0.11.2 |
2644 | 2024-07-09T03:41:46.524Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2645 | 2024-07-09T03:41:46.549Z | Compiling rand_chacha v0.2.2 |
2646 | 2024-07-09T03:41:46.987Z | Compiling thiserror-no-std v2.0.2 |
2647 | 2024-07-09T03:41:47.121Z | Compiling trust-dns-client v0.22.0 |
2648 | 2024-07-09T03:41:47.459Z | Compiling ed25519 v2.2.3 |
2649 | 2024-07-09T03:41:48.079Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2650 | 2024-07-09T03:41:48.082Z | Compiling polyval v0.6.2 |
2651 | 2024-07-09T03:41:48.451Z | Compiling libsw v3.3.1 |
2652 | 2024-07-09T03:41:48.511Z | Compiling toml v0.5.11 |
2653 | 2024-07-09T03:41:48.631Z | Compiling aes v0.8.4 |
2654 | 2024-07-09T03:41:48.682Z | Compiling ctr v0.9.2 |
2655 | 2024-07-09T03:41:48.773Z | Compiling blowfish v0.9.1 |
2656 | 2024-07-09T03:41:49.061Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2657 | 2024-07-09T03:41:49.233Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2658 | 2024-07-09T03:41:50.479Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2659 | 2024-07-09T03:41:51.604Z | Compiling pbkdf2 v0.12.2 |
2660 | 2024-07-09T03:41:51.788Z | Compiling password-hash v0.4.2 |
2661 | 2024-07-09T03:41:52.325Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2662 | 2024-07-09T03:41:52.778Z | Compiling gethostname v0.4.3 |
2663 | 2024-07-09T03:41:53.079Z | Compiling fxhash v0.2.1 |
2664 | 2024-07-09T03:41:53.307Z | Compiling owo-colors v4.0.0 |
2665 | 2024-07-09T03:41:53.326Z | Compiling base64 v0.13.1 |
2666 | 2024-07-09T03:41:53.991Z | Compiling linear-map v1.2.0 |
2667 | 2024-07-09T03:41:54.381Z | Compiling ron v0.7.1 |
2668 | 2024-07-09T03:41:54.563Z | Compiling sled v0.34.7 |
2669 | 2024-07-09T03:41:55.697Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2670 | 2024-07-09T03:41:56.856Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2671 | 2024-07-09T03:41:57.514Z | Compiling pbkdf2 v0.11.0 |
2672 | 2024-07-09T03:41:57.915Z | Compiling bcrypt-pbkdf v0.10.0 |
2673 | 2024-07-09T03:41:58.519Z | Compiling trust-dns-server v0.22.1 |
2674 | 2024-07-09T03:41:59.408Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2675 | 2024-07-09T03:42:00.090Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2676 | 2024-07-09T03:42:00.219Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2677 | 2024-07-09T03:42:00.714Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2678 | 2024-07-09T03:42:02.166Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2679 | 2024-07-09T03:42:03.360Z | Compiling ghash v0.5.1 |
2680 | 2024-07-09T03:42:03.577Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2681 | 2024-07-09T03:42:03.672Z | Compiling ed25519-dalek v2.1.1 |
2682 | 2024-07-09T03:42:04.321Z | Compiling vsss-rs v3.3.4 |
2683 | 2024-07-09T03:42:04.846Z | Compiling rand v0.7.3 |
2684 | 2024-07-09T03:42:05.704Z | Compiling zone v0.1.8 |
2685 | 2024-07-09T03:42:06.502Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2686 | 2024-07-09T03:42:07.083Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2687 | 2024-07-09T03:42:07.389Z | Compiling ciborium v0.2.2 |
2688 | 2024-07-09T03:42:07.494Z | Compiling dirs v5.0.1 |
2689 | 2024-07-09T03:42:07.576Z | Compiling chacha20poly1305 v0.10.1 |
2690 | 2024-07-09T03:42:07.715Z | Compiling p521 v0.13.3 |
2691 | 2024-07-09T03:42:07.824Z | Compiling p256 v0.13.2 |
2692 | 2024-07-09T03:42:08.713Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
2693 | 2024-07-09T03:42:08.960Z | Compiling pem v3.0.4 |
2694 | 2024-07-09T03:42:09.014Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2695 | 2024-07-09T03:42:09.416Z | Compiling headers-core v0.2.0 |
2696 | 2024-07-09T03:42:09.595Z | Compiling cbc v0.1.2 |
2697 | 2024-07-09T03:42:09.839Z | Compiling kstat-rs v0.2.4 |
2698 | 2024-07-09T03:42:09.857Z | Compiling portpicker v0.1.1 |
2699 | 2024-07-09T03:42:10.103Z | Compiling nanorand v0.7.0 |
2700 | 2024-07-09T03:42:10.198Z | Compiling russh-cryptovec v0.7.2 |
2701 | 2024-07-09T03:42:10.239Z | Compiling md5 v0.7.0 |
2702 | 2024-07-09T03:42:10.503Z | Compiling glob v0.3.1 |
2703 | 2024-07-09T03:42:10.540Z | Compiling http-range v0.1.5 |
2704 | 2024-07-09T03:42:10.585Z | Compiling russh-keys v0.43.0 |
2705 | 2024-07-09T03:42:10.720Z | Compiling hyper-staticfile v0.9.5 |
2706 | 2024-07-09T03:42:10.827Z | Compiling flume v0.11.0 |
2707 | 2024-07-09T03:42:10.961Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2708 | 2024-07-09T03:42:11.558Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2709 | 2024-07-09T03:42:11.603Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2710 | 2024-07-09T03:42:11.830Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2711 | 2024-07-09T03:42:13.773Z | Compiling headers v0.3.9 |
2712 | 2024-07-09T03:42:14.117Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2713 | 2024-07-09T03:42:14.672Z | Compiling rcgen v0.12.1 |
2714 | 2024-07-09T03:42:15.822Z | Compiling aes-gcm v0.10.3 |
2715 | 2024-07-09T03:42:16.154Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2716 | 2024-07-09T03:42:16.307Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2717 | 2024-07-09T03:42:17.736Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2718 | 2024-07-09T03:42:18.678Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2719 | 2024-07-09T03:42:19.751Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2720 | 2024-07-09T03:42:23.188Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2721 | 2024-07-09T03:42:23.694Z | Compiling atomicwrites v0.4.3 |
2722 | 2024-07-09T03:42:24.090Z | Compiling subprocess v0.2.9 |
2723 | 2024-07-09T03:42:24.947Z | Compiling display-error-chain v0.2.0 |
2724 | 2024-07-09T03:42:25.144Z | Compiling dhcproto-macros v0.1.0 |
2725 | 2024-07-09T03:42:26.201Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2726 | 2024-07-09T03:42:26.222Z | Compiling hex-literal v0.4.1 |
2727 | 2024-07-09T03:42:26.398Z | Compiling russh v0.43.0 |
2728 | 2024-07-09T03:42:27.322Z | Compiling dhcproto v0.11.0 |
2729 | 2024-07-09T03:42:27.396Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2730 | 2024-07-09T03:42:28.391Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2731 | 2024-07-09T03:42:30.256Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2732 | 2024-07-09T03:42:30.915Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2733 | 2024-07-09T03:42:31.412Z | Compiling internet-checksum v0.2.1 |
2734 | 2024-07-09T03:42:53.110Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2735 | 2024-07-09T03:43:32.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 42s |
2736 | 2024-07-09T03:43:32.859Z | |
2737 | 2024-07-09T03:43:32.859Z | real 3:42.766075493 |
2738 | 2024-07-09T03:43:32.859Z | user 20:15.994821391 |
2739 | 2024-07-09T03:43:32.859Z | sys 4:18.058769956 |
2740 | 2024-07-09T03:43:32.859Z | trap 0.597003215 |
2741 | 2024-07-09T03:43:32.859Z | tflt 0.567969479 |
2742 | 2024-07-09T03:43:32.859Z | dflt 2.201793037 |
2743 | 2024-07-09T03:43:32.859Z | kflt 0.000231549 |
2744 | 2024-07-09T03:43:32.860Z | lock 42:59.415707269 |
2745 | 2024-07-09T03:43:32.860Z | slp 58:11.605151202 |
2746 | 2024-07-09T03:43:32.860Z | lat 1:07.404857601 |
2747 | 2024-07-09T03:43:32.860Z | stop 2:28.606775513 |
2748 | 2024-07-09T03:43:32.863Z | + mkdir tests |
2749 | 2024-07-09T03:43:32.866Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2750 | 2024-07-09T03:43:32.866Z | + xargs -I '{}' -t cp '{}' tests/ |
2751 | 2024-07-09T03:43:33.577Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-1db78b74439e7efe tests/ |
2752 | 2024-07-09T03:43:33.604Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-e45ae24807fc802e tests/ |
2753 | 2024-07-09T03:43:33.630Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-b49ebc0b474d84e8 tests/ |
2754 | 2024-07-09T03:43:33.655Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a384bb8107638720 tests/ |
2755 | 2024-07-09T03:43:33.981Z | + 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/*) |
2756 | 2024-07-09T03:43:33.984Z | + 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-b49ebc0b474d84e8 tests/commtest-e45ae24807fc802e tests/dhcp_server-1db78b74439e7efe tests/end_to_end_tests-a384bb8107638720 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 |
2757 | 2024-07-09T03:44:38.454Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2758 | 2024-07-09T03:44:38.454Z | a out/target/test 1K |
2759 | 2024-07-09T03:44:38.454Z | a out/npuzone/npuzone 23144K |
2760 | 2024-07-09T03:44:38.454Z | a package-manifest.toml 29K |
2761 | 2024-07-09T03:44:38.454Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2762 | 2024-07-09T03:44:38.454Z | a target/release/omicron-package 32478K |
2763 | 2024-07-09T03:44:38.454Z | a target/release/xtask 18167K |
2764 | 2024-07-09T03:44:38.454Z | a target/debug/bootstrap 358985K |
2765 | 2024-07-09T03:44:38.454Z | a tests/bootstrap-b49ebc0b474d84e8 23982K |
2766 | 2024-07-09T03:44:38.454Z | a tests/commtest-e45ae24807fc802e 23983K |
2767 | 2024-07-09T03:44:38.454Z | a tests/dhcp_server-1db78b74439e7efe 23982K |
2768 | 2024-07-09T03:44:38.454Z | a tests/end_to_end_tests-a384bb8107638720 369149K |
2769 | 2024-07-09T03:44:38.454Z | a out/clickhouse.tar.gz 223107K |
2770 | 2024-07-09T03:44:38.454Z | a out/clickhouse_keeper.tar.gz 223081K |
2771 | 2024-07-09T03:44:38.454Z | a out/cockroachdb.tar.gz 131933K |
2772 | 2024-07-09T03:44:38.454Z | a out/crucible-dtrace.tar 85K |
2773 | 2024-07-09T03:44:38.454Z | a out/crucible-pantry-zone.tar.gz 27040K |
2774 | 2024-07-09T03:44:38.454Z | a out/crucible-zone.tar.gz 37411K |
2775 | 2024-07-09T03:44:38.455Z | a out/external-dns.tar.gz 25106K |
2776 | 2024-07-09T03:44:38.455Z | a out/internal-dns.tar.gz 25105K |
2777 | 2024-07-09T03:44:38.455Z | a out/mg-ddm-gz.tar 60616K |
2778 | 2024-07-09T03:44:38.455Z | a out/nexus.tar.gz 84574K |
2779 | 2024-07-09T03:44:38.455Z | a out/ntp.tar.gz 8921K |
2780 | 2024-07-09T03:44:38.455Z | a out/omicron-gateway-softnpu.tar.gz 13801K |
2781 | 2024-07-09T03:44:38.455Z | a out/omicron-sled-agent.tar 94536K |
2782 | 2024-07-09T03:44:38.455Z | a out/overlay.tar.gz 3K |
2783 | 2024-07-09T03:44:38.455Z | a out/oximeter.tar.gz 41534K |
2784 | 2024-07-09T03:44:38.455Z | a out/oxlog.tar 2955K |
2785 | 2024-07-09T03:44:38.455Z | a out/probe.tar.gz 2764K |
2786 | 2024-07-09T03:44:38.455Z | a out/propolis-server.tar.gz 64642K |
2787 | 2024-07-09T03:44:38.455Z | a out/pumpkind-gz.tar 26665K |
2788 | 2024-07-09T03:44:38.455Z | a out/switch-softnpu.tar.gz 196170K |
2789 | 2024-07-09T03:44:38.458Z | |
2790 | 2024-07-09T03:44:38.458Z | real 1:04.464988402 |
2791 | 2024-07-09T03:44:38.458Z | user 1:01.783483034 |
2792 | 2024-07-09T03:44:38.458Z | sys 3.870965471 |
2793 | 2024-07-09T03:44:38.458Z | trap 0.013729590 |
2794 | 2024-07-09T03:44:38.458Z | tflt 0.000000000 |
2795 | 2024-07-09T03:44:38.458Z | dflt 0.000000000 |
2796 | 2024-07-09T03:44:38.458Z | kflt 0.000000000 |
2797 | 2024-07-09T03:44:38.458Z | lock 0.000000000 |
2798 | 2024-07-09T03:44:38.458Z | slp 1:01.516622184 |
2799 | 2024-07-09T03:44:38.458Z | lat 1.739305313 |
2800 | 2024-07-09T03:44:38.458Z | stop 0.000538598 |
2801 | 2024-07-09T03:44:38.458Z | process exited: duration 1786817 ms, exit code 0 |
|
2802 | 2024-07-09T03:44:38.472Z | found 1 output files |
2803 | 2024-07-09T03:44:38.527Z | uploading: /work/package.tar.gz (1403763059 bytes) |
2804 | 2024-07-09T03:45:09.114Z | uploaded: /work/package.tar.gz |