|
|
|
1 | 2024-07-01T17:57:53.193Z | job assigned to worker 01J1QQ29WB7A88C4CYV0ADW64H (queued for 1 m 8 s) |
|
2 | 2024-07-01T17:57:53.289Z | starting task 0: "setup" |
3 | 2024-07-01T17:57:53.315Z | ++ uname -s |
4 | 2024-07-01T17:57:53.315Z | + kern=SunOS |
5 | 2024-07-01T17:57:53.315Z | + case "$kern" in |
6 | 2024-07-01T17:57:53.315Z | + groupadd -g 12345 build |
7 | 2024-07-01T17:57:53.315Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-01T17:57:55.385Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-01T17:57:55.427Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-01T17:57:55.454Z | + home_fs=zfs |
11 | 2024-07-01T17:57:55.454Z | + [[ zfs == autofs ]] |
12 | 2024-07-01T17:57:55.454Z | + mkdir -p /home/build |
13 | 2024-07-01T17:57:55.454Z | + chown build:build /home/build /work |
14 | 2024-07-01T17:57:57.503Z | + chmod 0700 /home/build /work |
15 | 2024-07-01T17:57:57.528Z | process exited: duration 4084 ms, exit code 0 |
|
16 | 2024-07-01T17:57:57.580Z | starting task 1: "rust-toolchain" |
17 | 2024-07-01T17:57:57.606Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-01T17:57:57.606Z | * toolchain channel = "1.78.0" |
19 | 2024-07-01T17:57:57.606Z | ' 1.78.0 |
20 | 2024-07-01T17:57:57.606Z | * toolchain profile = "default" |
21 | 2024-07-01T17:57:57.606Z | + printf ' * toolchain profile = "%s" |
22 | 2024-07-01T17:57:57.606Z | ' default |
23 | 2024-07-01T17:57:57.606Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-01T17:57:57.606Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-01T17:57:57.724Z | info: downloading installer |
26 | 2024-07-01T17:57:58.390Z | info: profile set to 'default' |
27 | 2024-07-01T17:57:58.390Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-01T17:57:58.416Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-01T17:57:58.505Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-01T17:57:58.506Z | info: downloading component 'cargo' |
31 | 2024-07-01T17:57:58.725Z | info: downloading component 'clippy' |
32 | 2024-07-01T17:57:58.799Z | info: downloading component 'rust-docs' |
33 | 2024-07-01T17:57:59.147Z | info: downloading component 'rust-std' |
34 | 2024-07-01T17:57:59.625Z | info: downloading component 'rustc' |
35 | 2024-07-01T17:58:00.983Z | info: downloading component 'rustfmt' |
36 | 2024-07-01T17:58:01.043Z | info: installing component 'cargo' |
37 | 2024-07-01T17:58:03.329Z | info: installing component 'clippy' |
38 | 2024-07-01T17:58:03.758Z | info: installing component 'rust-docs' |
39 | 2024-07-01T17:58:06.347Z | info: installing component 'rust-std' |
40 | 2024-07-01T17:58:08.537Z | info: installing component 'rustc' |
41 | 2024-07-01T17:58:13.489Z | info: installing component 'rustfmt' |
42 | 2024-07-01T17:58:13.873Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-01T17:58:13.873Z | |
44 | 2024-07-01T17:58:14.001Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-01T17:58:14.001Z | |
46 | 2024-07-01T17:58:14.001Z | |
47 | 2024-07-01T17:58:14.001Z | Rust is installed now. Great! |
48 | 2024-07-01T17:58:14.001Z | |
49 | 2024-07-01T17:58:14.001Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-01T17:58:14.001Z | environment variable. This has not been done automatically. |
51 | 2024-07-01T17:58:14.001Z | |
52 | 2024-07-01T17:58:14.002Z | To configure your current shell, you need to source |
53 | 2024-07-01T17:58:14.002Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-01T17:58:14.002Z | |
55 | 2024-07-01T17:58:14.002Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-01T17:58:14.002Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-01T17:58:14.002Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-01T17:58:14.074Z | + rustc --version |
59 | 2024-07-01T17:58:14.179Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-01T17:58:14.204Z | process exited: duration 16085 ms, exit code 0 |
|
61 | 2024-07-01T17:58:14.260Z | starting task 2: "authentication" |
62 | 2024-07-01T17:58:14.319Z | process exited: duration 64 ms, exit code 0 |
|
63 | 2024-07-01T17:58:14.369Z | starting task 3: "clone repository" |
64 | 2024-07-01T17:58:14.394Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-01T17:58:14.394Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-01T17:58:14.419Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-01T17:58:20.884Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-01T17:58:20.884Z | + git fetch origin 78475fb5a38a858698c4914692e556d2ed04e02c |
69 | 2024-07-01T17:58:21.245Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-01T17:58:21.245Z | * branch 78475fb5a38a858698c4914692e556d2ed04e02c -> FETCH_HEAD |
71 | 2024-07-01T17:58:21.269Z | + [[ -n dap/steno-update ]] |
72 | 2024-07-01T17:58:21.269Z | ++ git branch --show-current |
73 | 2024-07-01T17:58:21.269Z | + current=main |
74 | 2024-07-01T17:58:21.269Z | + [[ main != dap/steno-update ]] |
75 | 2024-07-01T17:58:21.269Z | + git branch -f dap/steno-update 78475fb5a38a858698c4914692e556d2ed04e02c |
76 | 2024-07-01T17:58:21.270Z | + git checkout -f dap/steno-update |
77 | 2024-07-01T17:58:21.431Z | Switched to branch 'dap/steno-update' |
78 | 2024-07-01T17:58:21.456Z | + git reset --hard 78475fb5a38a858698c4914692e556d2ed04e02c |
79 | 2024-07-01T17:58:21.591Z | HEAD is now at 78475fb5a hakari |
80 | 2024-07-01T17:58:21.616Z | process exited: duration 7247 ms, exit code 0 |
|
81 | 2024-07-01T17:58:21.665Z | starting task 4: "build" |
82 | 2024-07-01T17:58:21.690Z | + cargo --version |
83 | 2024-07-01T17:58:21.746Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-01T17:58:21.771Z | + rustc --version |
85 | 2024-07-01T17:58:21.820Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-01T17:58:21.845Z | + WORK=/work |
87 | 2024-07-01T17:58:21.845Z | + pfexec mkdir -p /work |
88 | 2024-07-01T17:58:21.845Z | + pfexec chown build /work |
89 | 2024-07-01T17:58:21.845Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-07-01T17:58:27.023Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-07-01T17:58:29.258Z | Startup: Caching catalogs ... Done |
92 | 2024-07-01T17:58:32.435Z | Planning: Solver setup ... Done (2.613s) |
93 | 2024-07-01T17:58:32.489Z | Planning: Running solver ... Done (0.055s) |
94 | 2024-07-01T17:58:32.530Z | Planning: Finding local manifests ... Done (0.002s) |
95 | 2024-07-01T17:58:32.607Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-07-01T17:58:32.999Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-07-01T17:58:33.183Z | Planning: Package planning ... Done (0.184s) |
98 | 2024-07-01T17:58:33.244Z | Planning: Merging actions ... Done (0.060s) |
99 | 2024-07-01T17:58:33.613Z | Planning: Checking for conflicting actions ... Done (0.369s) |
100 | 2024-07-01T17:58:33.640Z | Planning: Consolidating action changes ... Done (0.013s) |
101 | 2024-07-01T17:58:34.253Z | Planning: Evaluating mediators ... Done (0.626s) |
102 | 2024-07-01T17:58:34.277Z | Planning: Planning completed in 4.95 seconds |
103 | 2024-07-01T17:58:34.302Z | Packages to install: 4 |
104 | 2024-07-01T17:58:34.302Z | Mediators to change: 2 |
105 | 2024-07-01T17:58:34.302Z | Services to change: 1 |
106 | 2024-07-01T17:58:34.302Z | Estimated space available: 148.89 GB |
107 | 2024-07-01T17:58:34.302Z | Estimated space to be consumed: 1.46 GB |
108 | 2024-07-01T17:58:34.302Z | Create boot environment: No |
109 | 2024-07-01T17:58:34.302Z | Create backup boot environment: No |
110 | 2024-07-01T17:58:34.302Z | Rebuild boot archive: No |
111 | 2024-07-01T17:58:34.302Z | |
112 | 2024-07-01T17:58:34.302Z | Changed mediators: |
113 | 2024-07-01T17:58:34.302Z | mediator clang: |
114 | 2024-07-01T17:58:34.302Z | version: None -> 15 (system default) |
115 | 2024-07-01T17:58:34.302Z | |
116 | 2024-07-01T17:58:34.302Z | mediator llvm: |
117 | 2024-07-01T17:58:34.302Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-07-01T17:58:34.302Z | |
119 | 2024-07-01T17:58:34.302Z | Changed packages: |
120 | 2024-07-01T17:58:34.302Z | helios-dev |
121 | 2024-07-01T17:58:34.302Z | developer/build-essential |
122 | 2024-07-01T17:58:34.302Z | None -> 11-2.0 |
123 | 2024-07-01T17:58:34.302Z | library/libxmlsec1 |
124 | 2024-07-01T17:58:34.302Z | None -> 1.2.35-2.0 |
125 | 2024-07-01T17:58:34.302Z | ooce/developer/clang-15 |
126 | 2024-07-01T17:58:34.303Z | None -> 15.0.7-2.0 |
127 | 2024-07-01T17:58:34.303Z | ooce/developer/llvm-15 |
128 | 2024-07-01T17:58:34.303Z | None -> 15.0.7-2.0 |
129 | 2024-07-01T17:58:34.303Z | |
130 | 2024-07-01T17:58:34.303Z | Services: |
131 | 2024-07-01T17:58:34.303Z | restart_fmri: |
132 | 2024-07-01T17:58:34.303Z | svc:/system/update-man-index:default |
133 | 2024-07-01T17:58:34.336Z | |
134 | 2024-07-01T17:58:34.336Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-07-01T17:58:39.340Z | Download: 1150/3290 items 35.2/212.6MB 16% complete (7.0M/s) |
136 | 2024-07-01T17:58:44.343Z | Download: 1732/3290 items 118.1/212.6MB 55% complete (11.9M/s) |
137 | 2024-07-01T17:58:49.345Z | Download: 2292/3290 items 119.6/212.6MB 56% complete (9.1M/s) |
138 | 2024-07-01T17:58:54.353Z | Download: 2956/3290 items 121.2/212.6MB 57% complete (339k/s) |
139 | 2024-07-01T17:58:59.359Z | Download: 3269/3290 items 207.8/212.6MB 97% complete (8.7M/s) |
140 | 2024-07-01T17:59:00.804Z | Download: Completed 212.60 MB in 26.47 seconds (8.0M/s) |
141 | 2024-07-01T17:59:00.968Z | Actions: 1/3689 actions (Installing new actions) |
142 | 2024-07-01T17:59:05.966Z | Actions: 3272/3689 actions (Installing new actions) |
143 | 2024-07-01T17:59:06.941Z | Actions: Completed 3689 actions in 5.97 seconds. |
144 | 2024-07-01T17:59:07.299Z | Done (0.353s) |
145 | 2024-07-01T17:59:07.299Z | Done (0.000s) |
146 | 2024-07-01T17:59:07.682Z | Done (0.382s) |
147 | 2024-07-01T17:59:12.652Z | Done (4.837s) |
148 | 2024-07-01T17:59:12.748Z | Done (0.019s) |
149 | 2024-07-01T17:59:12.772Z | Done (0.000s) |
150 | 2024-07-01T17:59:12.917Z | Done (0.000s) |
151 | 2024-07-01T17:59:13.601Z | Planning: Evaluating mediator changes ... Done |
152 | 2024-07-01T17:59:13.812Z | Planning: Checking for conflicting actions ... Done |
153 | 2024-07-01T17:59:13.837Z | Planning: Consolidating action changes ... Done |
154 | 2024-07-01T17:59:14.129Z | Planning: Evaluating mediators ... Done |
155 | 2024-07-01T17:59:14.155Z | Planning: Planning completed in 0.53 seconds |
156 | 2024-07-01T17:59:14.179Z | Mediators to change: 2 |
157 | 2024-07-01T17:59:14.179Z | Create boot environment: No |
158 | 2024-07-01T17:59:14.179Z | Create backup boot environment: No |
159 | 2024-07-01T17:59:14.228Z | Done |
160 | 2024-07-01T17:59:14.228Z | Done |
161 | 2024-07-01T17:59:14.475Z | Done |
162 | 2024-07-01T17:59:18.656Z | Done |
163 | 2024-07-01T17:59:18.748Z | Done |
164 | 2024-07-01T17:59:18.773Z | Done |
165 | 2024-07-01T17:59:18.826Z | Done |
166 | 2024-07-01T17:59:19.552Z | Planning: Evaluating mediator changes ... Done |
167 | 2024-07-01T17:59:19.577Z | Planning: Merging actions ... Done |
168 | 2024-07-01T17:59:19.787Z | Planning: Checking for conflicting actions ... Done |
169 | 2024-07-01T17:59:19.811Z | Planning: Consolidating action changes ... Done |
170 | 2024-07-01T17:59:20.100Z | Planning: Evaluating mediators ... Done |
171 | 2024-07-01T17:59:20.167Z | Planning: Planning completed in 0.90 seconds |
172 | 2024-07-01T17:59:20.208Z | Packages to change: 1 |
173 | 2024-07-01T17:59:20.208Z | Mediators to change: 1 |
174 | 2024-07-01T17:59:20.208Z | Services to change: 1 |
175 | 2024-07-01T17:59:20.208Z | Create boot environment: No |
176 | 2024-07-01T17:59:20.208Z | Create backup boot environment: Yes |
177 | 2024-07-01T17:59:21.727Z | Actions: 1/6 actions (Updating modified actions) |
178 | 2024-07-01T17:59:21.752Z | Actions: Completed 6 actions in 0.00 seconds. |
179 | 2024-07-01T17:59:21.752Z | Done |
180 | 2024-07-01T17:59:21.752Z | Done |
181 | 2024-07-01T17:59:21.809Z | Done |
182 | 2024-07-01T17:59:25.951Z | Done |
183 | 2024-07-01T17:59:26.043Z | Done |
184 | 2024-07-01T17:59:26.068Z | Done |
185 | 2024-07-01T17:59:26.117Z | Done |
186 | 2024-07-01T17:59:26.648Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
187 | 2024-07-01T17:59:26.648Z | clang system 15 system |
188 | 2024-07-01T17:59:26.648Z | csh system system illumos |
189 | 2024-07-01T17:59:26.648Z | ctags system system illumos |
190 | 2024-07-01T17:59:26.648Z | gcc vendor 12 vendor |
191 | 2024-07-01T17:59:26.648Z | gcc system 10 system |
192 | 2024-07-01T17:59:26.648Z | gcc system 7 system |
193 | 2024-07-01T17:59:26.648Z | go system 1.20 system |
194 | 2024-07-01T17:59:26.648Z | go system 1.19 system |
195 | 2024-07-01T17:59:26.648Z | llvm system 15 system |
196 | 2024-07-01T17:59:26.648Z | llvm system 14 system |
197 | 2024-07-01T17:59:26.648Z | mariadb system 10.6 system |
198 | 2024-07-01T17:59:26.648Z | mta vendor vendor dma |
199 | 2024-07-01T17:59:26.649Z | openjdk system 17 system |
200 | 2024-07-01T17:59:26.649Z | openjdk system 11 system |
201 | 2024-07-01T17:59:26.649Z | openjdk system 1.8 system |
202 | 2024-07-01T17:59:26.649Z | openssl vendor 3 vendor |
203 | 2024-07-01T17:59:26.649Z | perl system 5.36 system |
204 | 2024-07-01T17:59:26.649Z | postgresql system 15 system |
205 | 2024-07-01T17:59:26.649Z | postgresql system 13 system |
206 | 2024-07-01T17:59:26.649Z | python vendor 3 vendor |
207 | 2024-07-01T17:59:26.649Z | python system 2 system |
208 | 2024-07-01T17:59:26.649Z | python3 system 3.11 system |
209 | 2024-07-01T17:59:26.649Z | ruby system 3.0 system |
210 | 2024-07-01T17:59:26.649Z | words vendor vendor american-english |
211 | 2024-07-01T17:59:26.649Z | words system system australian-english |
212 | 2024-07-01T17:59:26.649Z | words system system british-english |
213 | 2024-07-01T17:59:26.649Z | words system system canadian-english |
214 | 2024-07-01T17:59:26.649Z | words system system french |
215 | 2024-07-01T17:59:26.649Z | words system system italian |
216 | 2024-07-01T17:59:26.649Z | words system system ngerman |
217 | 2024-07-01T17:59:26.649Z | words system system ogerman |
218 | 2024-07-01T17:59:26.649Z | words system system spanish |
219 | 2024-07-01T17:59:27.047Z | PUBLISHER TYPE STATUS P LOCATION |
220 | 2024-07-01T17:59:27.047Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
221 | 2024-07-01T17:59:28.879Z | FMRI IFO |
222 | 2024-07-01T17:59:28.879Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
223 | 2024-07-01T17:59:28.879Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
224 | 2024-07-01T17:59:28.879Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
225 | 2024-07-01T17:59:28.879Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
226 | 2024-07-01T17:59:28.879Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
227 | 2024-07-01T17:59:28.879Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
228 | 2024-07-01T17:59:28.879Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
229 | 2024-07-01T17:59:28.879Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
230 | 2024-07-01T17:59:28.879Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
231 | 2024-07-01T17:59:28.879Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
232 | 2024-07-01T17:59:28.879Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
233 | 2024-07-01T17:59:28.879Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
234 | 2024-07-01T17:59:29.440Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
235 | 2024-07-01T17:59:29.930Z | Updating git repository `https://github.com/oxidecomputer/zone` |
236 | 2024-07-01T17:59:30.326Z | Updating crates.io index |
237 | 2024-07-01T17:59:30.390Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
238 | 2024-07-01T17:59:31.289Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
239 | 2024-07-01T17:59:32.267Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
240 | 2024-07-01T17:59:32.722Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
241 | 2024-07-01T17:59:35.041Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
242 | 2024-07-01T17:59:35.655Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
243 | 2024-07-01T17:59:36.031Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
244 | 2024-07-01T17:59:37.354Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
245 | 2024-07-01T17:59:39.575Z | Updating git repository `https://github.com/oxidecomputer/opte` |
246 | 2024-07-01T17:59:40.737Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
247 | 2024-07-01T17:59:41.545Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
248 | 2024-07-01T17:59:42.399Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
249 | 2024-07-01T17:59:42.788Z | Updating git repository `https://github.com/oxidecomputer/sprockets` |
250 | 2024-07-01T17:59:43.249Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
251 | 2024-07-01T17:59:43.702Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
252 | 2024-07-01T17:59:44.082Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
253 | 2024-07-01T17:59:44.507Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
254 | 2024-07-01T17:59:44.867Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
255 | 2024-07-01T17:59:45.268Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
256 | 2024-07-01T17:59:45.676Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
257 | 2024-07-01T17:59:46.116Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
258 | 2024-07-01T17:59:46.524Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
259 | 2024-07-01T17:59:46.842Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
260 | 2024-07-01T17:59:47.594Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
261 | 2024-07-01T17:59:47.937Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
262 | 2024-07-01T17:59:48.393Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
263 | 2024-07-01T17:59:48.884Z | Updating git repository `https://github.com/oxidecomputer/typify` |
264 | 2024-07-01T17:59:50.891Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
265 | 2024-07-01T17:59:51.357Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
266 | 2024-07-01T17:59:51.750Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
267 | 2024-07-01T17:59:52.350Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
268 | 2024-07-01T17:59:53.523Z | Downloading crates ... |
269 | 2024-07-01T17:59:53.598Z | Downloaded match_cfg v0.1.0 |
270 | 2024-07-01T17:59:53.624Z | Downloaded num_cpus v1.16.0 |
271 | 2024-07-01T17:59:53.624Z | Downloaded openssl-probe v0.1.5 |
272 | 2024-07-01T17:59:53.624Z | Downloaded pest_generator v2.7.10 |
273 | 2024-07-01T17:59:53.624Z | Downloaded papergrid v0.11.0 |
274 | 2024-07-01T17:59:53.624Z | Downloaded powerfmt v0.2.0 |
275 | 2024-07-01T17:59:53.648Z | Downloaded serde_urlencoded v0.7.1 |
276 | 2024-07-01T17:59:53.649Z | Downloaded plain v0.2.3 |
277 | 2024-07-01T17:59:53.649Z | Downloaded tower-service v0.3.2 |
278 | 2024-07-01T17:59:53.649Z | Downloaded swrite v0.1.0 |
279 | 2024-07-01T17:59:53.649Z | Downloaded openssl v0.10.64 |
280 | 2024-07-01T17:59:53.674Z | Downloaded futures-util v0.3.30 |
281 | 2024-07-01T17:59:53.674Z | Downloaded tinyvec_macros v0.1.1 |
282 | 2024-07-01T17:59:53.674Z | Downloaded want v0.3.1 |
283 | 2024-07-01T17:59:53.674Z | Downloaded sync_wrapper v0.1.2 |
284 | 2024-07-01T17:59:53.674Z | Downloaded usdt-attr-macro v0.5.0 |
285 | 2024-07-01T17:59:53.675Z | Downloaded usdt-macro v0.5.0 |
286 | 2024-07-01T17:59:53.675Z | Downloaded encoding_rs v0.8.34 |
287 | 2024-07-01T17:59:53.699Z | Downloaded toml_datetime v0.6.6 |
288 | 2024-07-01T17:59:53.699Z | Downloaded version_check v0.9.4 |
289 | 2024-07-01T17:59:53.699Z | Downloaded semver v1.0.23 |
290 | 2024-07-01T17:59:53.724Z | Downloaded scopeguard v1.2.0 |
291 | 2024-07-01T17:59:53.724Z | Downloaded serde_tokenstream v0.2.0 |
292 | 2024-07-01T17:59:53.724Z | Downloaded rustversion v1.0.17 |
293 | 2024-07-01T17:59:53.724Z | Downloaded thiserror-impl v1.0.60 |
294 | 2024-07-01T17:59:53.724Z | Downloaded tabled_derive v0.7.0 |
295 | 2024-07-01T17:59:53.724Z | Downloaded sha2 v0.10.8 |
296 | 2024-07-01T17:59:53.724Z | Downloaded strsim v0.11.1 |
297 | 2024-07-01T17:59:53.724Z | Downloaded slog-json v2.6.1 |
298 | 2024-07-01T17:59:53.724Z | Downloaded slog-async v2.8.0 |
299 | 2024-07-01T17:59:53.724Z | Downloaded tokio-native-tls v0.3.1 |
300 | 2024-07-01T17:59:53.724Z | Downloaded term v0.7.0 |
301 | 2024-07-01T17:59:53.749Z | Downloaded utf8parse v0.2.1 |
302 | 2024-07-01T17:59:53.749Z | Downloaded unicode-width v0.1.12 |
303 | 2024-07-01T17:59:53.749Z | Downloaded serde_derive v1.0.203 |
304 | 2024-07-01T17:59:53.749Z | Downloaded zerocopy-derive v0.7.34 |
305 | 2024-07-01T17:59:53.749Z | Downloaded strum_macros v0.26.2 |
306 | 2024-07-01T17:59:53.749Z | Downloaded xattr v1.3.1 |
307 | 2024-07-01T17:59:53.749Z | Downloaded smallvec v1.13.2 |
308 | 2024-07-01T17:59:53.749Z | Downloaded unicode-ident v1.0.12 |
309 | 2024-07-01T17:59:53.749Z | Downloaded typenum v1.17.0 |
310 | 2024-07-01T17:59:53.749Z | Downloaded socket2 v0.5.7 |
311 | 2024-07-01T17:59:53.774Z | Downloaded toml v0.8.13 |
312 | 2024-07-01T17:59:53.774Z | Downloaded slog v2.7.0 |
313 | 2024-07-01T17:59:53.774Z | Downloaded ryu v1.0.18 |
314 | 2024-07-01T17:59:53.774Z | Downloaded quote v1.0.36 |
315 | 2024-07-01T17:59:53.774Z | Downloaded signal-hook-registry v1.4.2 |
316 | 2024-07-01T17:59:53.774Z | Downloaded ucd-trie v0.1.6 |
317 | 2024-07-01T17:59:53.774Z | Downloaded tar v0.4.40 |
318 | 2024-07-01T17:59:53.774Z | Downloaded slog-term v2.9.1 |
319 | 2024-07-01T17:59:53.774Z | Downloaded tracing-core v0.1.32 |
320 | 2024-07-01T17:59:53.799Z | Downloaded terminal_size v0.3.0 |
321 | 2024-07-01T17:59:53.799Z | Downloaded unicode-bidi v0.3.15 |
322 | 2024-07-01T17:59:53.799Z | Downloaded tinyvec v1.6.0 |
323 | 2024-07-01T17:59:53.799Z | Downloaded slab v0.4.9 |
324 | 2024-07-01T17:59:53.799Z | Downloaded serde v1.0.203 |
325 | 2024-07-01T17:59:53.799Z | Downloaded usdt-impl v0.5.0 |
326 | 2024-07-01T17:59:53.799Z | Downloaded url v2.5.0 |
327 | 2024-07-01T17:59:53.799Z | Downloaded usdt v0.5.0 |
328 | 2024-07-01T17:59:53.799Z | Downloaded tracing v0.1.40 |
329 | 2024-07-01T17:59:53.824Z | Downloaded try-lock v0.2.5 |
330 | 2024-07-01T17:59:53.824Z | Downloaded thread_local v1.1.8 |
331 | 2024-07-01T17:59:53.824Z | Downloaded thread-id v4.2.1 |
332 | 2024-07-01T17:59:53.824Z | Downloaded toml_edit v0.22.13 |
333 | 2024-07-01T17:59:53.848Z | Downloaded time v0.3.36 |
334 | 2024-07-01T17:59:53.848Z | Downloaded zerocopy v0.7.34 |
335 | 2024-07-01T17:59:53.873Z | Downloaded winnow v0.6.8 |
336 | 2024-07-01T17:59:53.873Z | Downloaded rustix v0.38.34 |
337 | 2024-07-01T17:59:53.898Z | Downloaded vcpkg v0.2.15 |
338 | 2024-07-01T17:59:53.949Z | Downloaded tokio v1.37.0 |
339 | 2024-07-01T17:59:53.982Z | Downloaded unicode-normalization v0.1.23 |
340 | 2024-07-01T17:59:54.006Z | Downloaded tokio-util v0.7.11 |
341 | 2024-07-01T17:59:54.006Z | Downloaded syn v2.0.68 |
342 | 2024-07-01T17:59:54.006Z | Downloaded syn v1.0.109 |
343 | 2024-07-01T17:59:54.031Z | Downloaded serde_json v1.0.118 |
344 | 2024-07-01T17:59:54.031Z | Downloaded tabled v0.15.0 |
345 | 2024-07-01T17:59:54.056Z | Downloaded reqwest v0.11.27 |
346 | 2024-07-01T17:59:54.056Z | Downloaded slog-bunyan v2.5.0 |
347 | 2024-07-01T17:59:54.056Z | Downloaded scroll v0.12.0 |
348 | 2024-07-01T17:59:54.056Z | Downloaded proc-macro-error-attr v1.0.4 |
349 | 2024-07-01T17:59:54.056Z | Downloaded pin-utils v0.1.0 |
350 | 2024-07-01T17:59:54.056Z | Downloaded once_cell v1.19.0 |
351 | 2024-07-01T17:59:54.081Z | Downloaded byteorder v1.5.0 |
352 | 2024-07-01T17:59:54.081Z | Downloaded tokio-macros v2.2.0 |
353 | 2024-07-01T17:59:54.081Z | Downloaded time-macros v0.2.18 |
354 | 2024-07-01T17:59:54.081Z | Downloaded thiserror v1.0.60 |
355 | 2024-07-01T17:59:54.081Z | Downloaded time-core v0.1.2 |
356 | 2024-07-01T17:59:54.081Z | Downloaded serde_spanned v0.6.6 |
357 | 2024-07-01T17:59:54.081Z | Downloaded scroll_derive v0.12.0 |
358 | 2024-07-01T17:59:54.081Z | Downloaded proc-macro2 v1.0.86 |
359 | 2024-07-01T17:59:54.081Z | Downloaded pretty-hex v0.4.1 |
360 | 2024-07-01T17:59:54.081Z | Downloaded dof v0.3.0 |
361 | 2024-07-01T17:59:54.081Z | Downloaded libc v0.2.155 |
362 | 2024-07-01T17:59:54.105Z | Downloaded take_mut v0.2.2 |
363 | 2024-07-01T17:59:54.130Z | Downloaded strum v0.26.2 |
364 | 2024-07-01T17:59:54.130Z | Downloaded proc-macro-error v1.0.4 |
365 | 2024-07-01T17:59:54.130Z | Downloaded pest_meta v2.7.10 |
366 | 2024-07-01T17:59:54.130Z | Downloaded idna v0.5.0 |
367 | 2024-07-01T17:59:54.130Z | Downloaded hashbrown v0.14.5 |
368 | 2024-07-01T17:59:54.130Z | Downloaded goblin v0.8.2 |
369 | 2024-07-01T17:59:54.154Z | Downloaded clap_builder v4.5.2 |
370 | 2024-07-01T17:59:54.154Z | Downloaded pin-project-lite v0.2.14 |
371 | 2024-07-01T17:59:54.154Z | Downloaded mio v0.8.11 |
372 | 2024-07-01T17:59:54.154Z | Downloaded memchr v2.7.2 |
373 | 2024-07-01T17:59:54.179Z | Downloaded hyper v0.14.28 |
374 | 2024-07-01T17:59:54.179Z | Downloaded http v0.2.12 |
375 | 2024-07-01T17:59:54.179Z | Downloaded h2 v0.3.26 |
376 | 2024-07-01T17:59:54.179Z | Downloaded fs-err v2.11.0 |
377 | 2024-07-01T17:59:54.179Z | Downloaded flate2 v1.0.30 |
378 | 2024-07-01T17:59:54.203Z | Downloaded crossbeam-utils v0.8.19 |
379 | 2024-07-01T17:59:54.204Z | Downloaded rustls-pemfile v1.0.4 |
380 | 2024-07-01T17:59:54.204Z | Downloaded pkg-config v0.3.30 |
381 | 2024-07-01T17:59:54.204Z | Downloaded pest v2.7.10 |
382 | 2024-07-01T17:59:54.204Z | Downloaded parking_lot v0.12.2 |
383 | 2024-07-01T17:59:54.204Z | Downloaded openssl-sys v0.9.102 |
384 | 2024-07-01T17:59:54.204Z | Downloaded num_threads v0.1.7 |
385 | 2024-07-01T17:59:54.204Z | Downloaded num-conv v0.1.0 |
386 | 2024-07-01T17:59:54.228Z | Downloaded indexmap v2.2.6 |
387 | 2024-07-01T17:59:54.228Z | Downloaded httpdate v1.0.3 |
388 | 2024-07-01T17:59:54.228Z | Downloaded futures-core v0.3.30 |
389 | 2024-07-01T17:59:54.228Z | Downloaded futures v0.3.30 |
390 | 2024-07-01T17:59:54.228Z | Downloaded dirs-next v2.0.0 |
391 | 2024-07-01T17:59:54.228Z | Downloaded deranged v0.3.11 |
392 | 2024-07-01T17:59:54.228Z | Downloaded pest_derive v2.7.10 |
393 | 2024-07-01T17:59:54.228Z | Downloaded percent-encoding v2.3.1 |
394 | 2024-07-01T17:59:54.228Z | Downloaded openssl-macros v0.1.1 |
395 | 2024-07-01T17:59:54.228Z | Downloaded native-tls v0.2.11 |
396 | 2024-07-01T17:59:54.228Z | Downloaded mime v0.3.17 |
397 | 2024-07-01T17:59:54.228Z | Downloaded macaddr v1.0.1 |
398 | 2024-07-01T17:59:54.228Z | Downloaded lock_api v0.4.12 |
399 | 2024-07-01T17:59:54.253Z | Downloaded hyper-tls v0.5.0 |
400 | 2024-07-01T17:59:54.253Z | Downloaded heck v0.5.0 |
401 | 2024-07-01T17:59:54.253Z | Downloaded futures-sink v0.3.30 |
402 | 2024-07-01T17:59:54.253Z | Downloaded futures-io v0.3.30 |
403 | 2024-07-01T17:59:54.253Z | Downloaded form_urlencoded v1.2.1 |
404 | 2024-07-01T17:59:54.253Z | Downloaded foreign-types v0.3.2 |
405 | 2024-07-01T17:59:54.253Z | Downloaded errno v0.3.9 |
406 | 2024-07-01T17:59:54.253Z | Downloaded crossbeam-channel v0.5.12 |
407 | 2024-07-01T17:59:54.253Z | Downloaded crc32fast v1.4.0 |
408 | 2024-07-01T17:59:54.253Z | Downloaded cc v1.0.97 |
409 | 2024-07-01T17:59:54.253Z | Downloaded bytes v1.6.0 |
410 | 2024-07-01T17:59:54.253Z | Downloaded base64 v0.21.7 |
411 | 2024-07-01T17:59:54.278Z | Downloaded miniz_oxide v0.7.2 |
412 | 2024-07-01T17:59:54.278Z | Downloaded itoa v1.0.11 |
413 | 2024-07-01T17:59:54.278Z | Downloaded is-terminal v0.4.12 |
414 | 2024-07-01T17:59:54.278Z | Downloaded parking_lot_core v0.9.10 |
415 | 2024-07-01T17:59:54.278Z | Downloaded log v0.4.21 |
416 | 2024-07-01T17:59:54.278Z | Downloaded httparse v1.8.0 |
417 | 2024-07-01T17:59:54.278Z | Downloaded futures-channel v0.3.30 |
418 | 2024-07-01T17:59:54.278Z | Downloaded clap v4.5.4 |
419 | 2024-07-01T17:59:54.278Z | Downloaded is_terminal_polyfill v1.70.0 |
420 | 2024-07-01T17:59:54.303Z | Downloaded ipnet v2.9.0 |
421 | 2024-07-01T17:59:54.303Z | Downloaded http-body v0.4.6 |
422 | 2024-07-01T17:59:54.303Z | Downloaded heck v0.4.1 |
423 | 2024-07-01T17:59:54.303Z | Downloaded futures-macro v0.3.30 |
424 | 2024-07-01T17:59:54.303Z | Downloaded fnv v1.0.7 |
425 | 2024-07-01T17:59:54.303Z | Downloaded filetime v0.2.23 |
426 | 2024-07-01T17:59:54.303Z | Downloaded crypto-common v0.1.6 |
427 | 2024-07-01T17:59:54.303Z | Downloaded cfg-if v1.0.0 |
428 | 2024-07-01T17:59:54.303Z | Downloaded cargo_metadata v0.18.1 |
429 | 2024-07-01T17:59:54.303Z | Downloaded camino v1.1.7 |
430 | 2024-07-01T17:59:54.303Z | Downloaded anyhow v1.0.86 |
431 | 2024-07-01T17:59:54.303Z | Downloaded anstream v0.6.14 |
432 | 2024-07-01T17:59:54.303Z | Downloaded memmap v0.7.0 |
433 | 2024-07-01T17:59:54.303Z | Downloaded hostname v0.3.1 |
434 | 2024-07-01T17:59:54.328Z | Downloaded generic-array v0.14.7 |
435 | 2024-07-01T17:59:54.328Z | Downloaded futures-task v0.3.30 |
436 | 2024-07-01T17:59:54.328Z | Downloaded futures-executor v0.3.30 |
437 | 2024-07-01T17:59:54.328Z | Downloaded dirs-sys-next v0.1.2 |
438 | 2024-07-01T17:59:54.328Z | Downloaded digest v0.10.7 |
439 | 2024-07-01T17:59:54.328Z | Downloaded cpufeatures v0.2.12 |
440 | 2024-07-01T17:59:54.328Z | Downloaded clap_derive v4.5.4 |
441 | 2024-07-01T17:59:54.328Z | Downloaded cargo_toml v0.20.3 |
442 | 2024-07-01T17:59:54.328Z | Downloaded bytecount v0.6.8 |
443 | 2024-07-01T17:59:54.328Z | Downloaded block-buffer v0.10.4 |
444 | 2024-07-01T17:59:54.328Z | Downloaded bitflags v2.5.0 |
445 | 2024-07-01T17:59:54.328Z | Downloaded adler v1.0.2 |
446 | 2024-07-01T17:59:54.328Z | Downloaded foreign-types-shared v0.1.1 |
447 | 2024-07-01T17:59:54.328Z | Downloaded equivalent v1.0.1 |
448 | 2024-07-01T17:59:54.328Z | Downloaded dtrace-parser v0.2.0 |
449 | 2024-07-01T17:59:54.328Z | Downloaded colorchoice v1.0.1 |
450 | 2024-07-01T17:59:54.329Z | Downloaded clap_lex v0.7.0 |
451 | 2024-07-01T17:59:54.329Z | Downloaded cargo-platform v0.1.8 |
452 | 2024-07-01T17:59:54.353Z | Downloaded autocfg v1.3.0 |
453 | 2024-07-01T17:59:54.353Z | Downloaded anstyle-query v1.0.3 |
454 | 2024-07-01T17:59:54.353Z | Downloaded anstyle-parse v0.2.4 |
455 | 2024-07-01T17:59:54.353Z | Downloaded anstyle v1.0.7 |
456 | 2024-07-01T17:59:54.492Z | Compiling proc-macro2 v1.0.86 |
457 | 2024-07-01T17:59:54.492Z | Compiling unicode-ident v1.0.12 |
458 | 2024-07-01T17:59:54.492Z | Compiling libc v0.2.155 |
459 | 2024-07-01T17:59:54.492Z | Compiling version_check v0.9.4 |
460 | 2024-07-01T17:59:54.516Z | Compiling cfg-if v1.0.0 |
461 | 2024-07-01T17:59:54.516Z | Compiling itoa v1.0.11 |
462 | 2024-07-01T17:59:54.516Z | Compiling once_cell v1.19.0 |
463 | 2024-07-01T17:59:54.516Z | Compiling autocfg v1.3.0 |
464 | 2024-07-01T17:59:54.770Z | Compiling serde v1.0.203 |
465 | 2024-07-01T17:59:54.795Z | Compiling memchr v2.7.2 |
466 | 2024-07-01T17:59:54.820Z | Compiling thiserror v1.0.60 |
467 | 2024-07-01T17:59:55.062Z | Compiling ryu v1.0.18 |
468 | 2024-07-01T17:59:55.306Z | Compiling pin-project-lite v0.2.14 |
469 | 2024-07-01T17:59:55.333Z | Compiling bitflags v2.5.0 |
470 | 2024-07-01T17:59:55.440Z | Compiling vcpkg v0.2.15 |
471 | 2024-07-01T17:59:55.440Z | Compiling parking_lot_core v0.9.10 |
472 | 2024-07-01T17:59:55.505Z | Compiling lock_api v0.4.12 |
473 | 2024-07-01T17:59:55.545Z | Compiling cc v1.0.97 |
474 | 2024-07-01T17:59:55.709Z | Compiling ucd-trie v0.1.6 |
475 | 2024-07-01T17:59:55.752Z | Compiling pkg-config v0.3.30 |
476 | 2024-07-01T17:59:56.020Z | Compiling slab v0.4.9 |
477 | 2024-07-01T17:59:56.407Z | Compiling quote v1.0.36 |
478 | 2024-07-01T17:59:56.451Z | Compiling smallvec v1.13.2 |
479 | 2024-07-01T17:59:56.730Z | Compiling syn v2.0.68 |
480 | 2024-07-01T17:59:56.837Z | Compiling bytes v1.6.0 |
481 | 2024-07-01T17:59:56.874Z | Compiling scopeguard v1.2.0 |
482 | 2024-07-01T17:59:57.005Z | Compiling futures-core v0.3.30 |
483 | 2024-07-01T17:59:57.032Z | Compiling futures-sink v0.3.30 |
484 | 2024-07-01T17:59:57.260Z | Compiling serde_json v1.0.118 |
485 | 2024-07-01T17:59:57.396Z | Compiling byteorder v1.5.0 |
486 | 2024-07-01T17:59:57.459Z | Compiling log v0.4.21 |
487 | 2024-07-01T17:59:57.484Z | Compiling fnv v1.0.7 |
488 | 2024-07-01T17:59:57.557Z | Compiling equivalent v1.0.1 |
489 | 2024-07-01T17:59:57.605Z | Compiling hashbrown v0.14.5 |
490 | 2024-07-01T17:59:57.695Z | Compiling parking_lot v0.12.2 |
491 | 2024-07-01T17:59:57.799Z | Compiling futures-channel v0.3.30 |
492 | 2024-07-01T17:59:57.824Z | Compiling mio v0.8.11 |
493 | 2024-07-01T17:59:57.881Z | Compiling socket2 v0.5.7 |
494 | 2024-07-01T17:59:58.005Z | Compiling num_cpus v1.16.0 |
495 | 2024-07-01T17:59:58.124Z | Compiling signal-hook-registry v1.4.2 |
496 | 2024-07-01T17:59:58.155Z | Compiling typenum v1.17.0 |
497 | 2024-07-01T17:59:58.523Z | Compiling pin-utils v0.1.0 |
498 | 2024-07-01T17:59:58.754Z | Compiling indexmap v2.2.6 |
499 | 2024-07-01T17:59:58.782Z | Compiling openssl-sys v0.9.102 |
500 | 2024-07-01T17:59:58.891Z | Compiling futures-io v0.3.30 |
501 | 2024-07-01T17:59:58.940Z | Compiling rustix v0.38.34 |
502 | 2024-07-01T17:59:59.063Z | Compiling futures-task v0.3.30 |
503 | 2024-07-01T17:59:59.207Z | Compiling errno v0.3.9 |
504 | 2024-07-01T17:59:59.276Z | Compiling generic-array v0.14.7 |
505 | 2024-07-01T17:59:59.317Z | Compiling openssl v0.10.64 |
506 | 2024-07-01T17:59:59.346Z | Compiling slog v2.7.0 |
507 | 2024-07-01T17:59:59.420Z | Compiling foreign-types-shared v0.1.1 |
508 | 2024-07-01T17:59:59.530Z | Compiling foreign-types v0.3.2 |
509 | 2024-07-01T17:59:59.692Z | Compiling http v0.2.12 |
510 | 2024-07-01T17:59:59.838Z | Compiling proc-macro-error-attr v1.0.4 |
511 | 2024-07-01T17:59:59.863Z | Compiling usdt-impl v0.5.0 |
512 | 2024-07-01T18:00:00.131Z | Compiling tracing-core v0.1.32 |
513 | 2024-07-01T18:00:00.171Z | Compiling num-conv v0.1.0 |
514 | 2024-07-01T18:00:00.353Z | Compiling tinyvec_macros v0.1.1 |
515 | 2024-07-01T18:00:00.454Z | Compiling httparse v1.8.0 |
516 | 2024-07-01T18:00:00.478Z | Compiling time-core v0.1.2 |
517 | 2024-07-01T18:00:00.658Z | Compiling powerfmt v0.2.0 |
518 | 2024-07-01T18:00:00.860Z | Compiling syn v1.0.109 |
519 | 2024-07-01T18:00:00.884Z | Compiling native-tls v0.2.11 |
520 | 2024-07-01T18:00:01.038Z | Compiling deranged v0.3.11 |
521 | 2024-07-01T18:00:01.335Z | Compiling tracing v0.1.40 |
522 | 2024-07-01T18:00:01.463Z | Compiling time-macros v0.2.18 |
523 | 2024-07-01T18:00:01.591Z | Compiling tinyvec v1.6.0 |
524 | 2024-07-01T18:00:01.746Z | Compiling thread-id v4.2.1 |
525 | 2024-07-01T18:00:02.085Z | Compiling proc-macro-error v1.0.4 |
526 | 2024-07-01T18:00:02.321Z | Compiling num_threads v0.1.7 |
527 | 2024-07-01T18:00:02.346Z | Compiling percent-encoding v2.3.1 |
528 | 2024-07-01T18:00:02.447Z | Compiling openssl-probe v0.1.5 |
529 | 2024-07-01T18:00:02.475Z | Compiling crossbeam-utils v0.8.19 |
530 | 2024-07-01T18:00:02.679Z | Compiling rustversion v1.0.17 |
531 | 2024-07-01T18:00:02.703Z | Compiling plain v0.2.3 |
532 | 2024-07-01T18:00:02.747Z | Compiling utf8parse v0.2.1 |
533 | 2024-07-01T18:00:02.772Z | Compiling try-lock v0.2.5 |
534 | 2024-07-01T18:00:02.798Z | Compiling heck v0.4.1 |
535 | 2024-07-01T18:00:02.873Z | Compiling unicode-normalization v0.1.23 |
536 | 2024-07-01T18:00:02.918Z | Compiling anstyle-parse v0.2.4 |
537 | 2024-07-01T18:00:02.942Z | Compiling want v0.3.1 |
538 | 2024-07-01T18:00:03.011Z | Compiling form_urlencoded v1.2.1 |
539 | 2024-07-01T18:00:03.362Z | Compiling http-body v0.4.6 |
540 | 2024-07-01T18:00:03.387Z | Compiling dirs-sys-next v0.1.2 |
541 | 2024-07-01T18:00:03.790Z | Compiling camino v1.1.7 |
542 | 2024-07-01T18:00:03.937Z | Compiling pretty-hex v0.4.1 |
543 | 2024-07-01T18:00:03.964Z | Compiling is_terminal_polyfill v1.70.0 |
544 | 2024-07-01T18:00:03.988Z | Compiling anstyle v1.0.7 |
545 | 2024-07-01T18:00:04.033Z | Compiling winnow v0.6.8 |
546 | 2024-07-01T18:00:04.071Z | Compiling tower-service v0.3.2 |
547 | 2024-07-01T18:00:04.119Z | Compiling anstyle-query v1.0.3 |
548 | 2024-07-01T18:00:04.197Z | Compiling semver v1.0.23 |
549 | 2024-07-01T18:00:04.254Z | Compiling unicode-bidi v0.3.15 |
550 | 2024-07-01T18:00:04.279Z | Compiling time v0.3.36 |
551 | 2024-07-01T18:00:04.319Z | Compiling colorchoice v1.0.1 |
552 | 2024-07-01T18:00:04.385Z | Compiling httpdate v1.0.3 |
553 | 2024-07-01T18:00:04.485Z | Compiling crc32fast v1.4.0 |
554 | 2024-07-01T18:00:04.697Z | Compiling anstream v0.6.14 |
555 | 2024-07-01T18:00:04.868Z | Compiling idna v0.5.0 |
556 | 2024-07-01T18:00:05.104Z | Compiling dirs-next v2.0.0 |
557 | 2024-07-01T18:00:06.154Z | Compiling block-buffer v0.10.4 |
558 | 2024-07-01T18:00:06.213Z | Compiling crypto-common v0.1.6 |
559 | 2024-07-01T18:00:06.384Z | Compiling terminal_size v0.3.0 |
560 | 2024-07-01T18:00:06.474Z | Compiling fs-err v2.11.0 |
561 | 2024-07-01T18:00:06.529Z | Compiling thread_local v1.1.8 |
562 | 2024-07-01T18:00:06.566Z | Compiling anyhow v1.0.86 |
563 | 2024-07-01T18:00:06.615Z | Compiling clap_lex v0.7.0 |
564 | 2024-07-01T18:00:06.719Z | Compiling base64 v0.21.7 |
565 | 2024-07-01T18:00:07.034Z | Compiling strsim v0.11.1 |
566 | 2024-07-01T18:00:07.063Z | Compiling slog-async v2.8.0 |
567 | 2024-07-01T18:00:07.087Z | Compiling heck v0.5.0 |
568 | 2024-07-01T18:00:07.123Z | Compiling match_cfg v0.1.0 |
569 | 2024-07-01T18:00:07.227Z | Compiling bytecount v0.6.8 |
570 | 2024-07-01T18:00:07.367Z | Compiling unicode-width v0.1.12 |
571 | 2024-07-01T18:00:07.423Z | Compiling adler v1.0.2 |
572 | 2024-07-01T18:00:07.545Z | Compiling clap_builder v4.5.2 |
573 | 2024-07-01T18:00:07.576Z | Compiling miniz_oxide v0.7.2 |
574 | 2024-07-01T18:00:07.576Z | Compiling papergrid v0.11.0 |
575 | 2024-07-01T18:00:07.600Z | Compiling hostname v0.3.1 |
576 | 2024-07-01T18:00:07.657Z | Compiling serde_derive v1.0.203 |
577 | 2024-07-01T18:00:07.681Z | Compiling thiserror-impl v1.0.60 |
578 | 2024-07-01T18:00:07.858Z | Compiling zerocopy-derive v0.7.34 |
579 | 2024-07-01T18:00:07.888Z | Compiling futures-macro v0.3.30 |
580 | 2024-07-01T18:00:08.845Z | Compiling tokio-macros v2.2.0 |
581 | 2024-07-01T18:00:08.886Z | Compiling openssl-macros v0.1.1 |
582 | 2024-07-01T18:00:09.513Z | Compiling scroll_derive v0.12.0 |
583 | 2024-07-01T18:00:09.585Z | Compiling futures-util v0.3.30 |
584 | 2024-07-01T18:00:09.757Z | Compiling zerocopy v0.7.34 |
585 | 2024-07-01T18:00:10.199Z | Compiling tokio v1.37.0 |
586 | 2024-07-01T18:00:10.513Z | Compiling pest v2.7.10 |
587 | 2024-07-01T18:00:10.718Z | Compiling scroll v0.12.0 |
588 | 2024-07-01T18:00:11.233Z | Compiling goblin v0.8.2 |
589 | 2024-07-01T18:00:11.258Z | Compiling tabled_derive v0.7.0 |
590 | 2024-07-01T18:00:13.007Z | Compiling pest_meta v2.7.10 |
591 | 2024-07-01T18:00:13.331Z | Compiling strum_macros v0.26.2 |
592 | 2024-07-01T18:00:15.683Z | Compiling pest_generator v2.7.10 |
593 | 2024-07-01T18:00:17.317Z | Compiling tokio-util v0.7.11 |
594 | 2024-07-01T18:00:17.350Z | Compiling pest_derive v2.7.10 |
595 | 2024-07-01T18:00:17.955Z | Compiling tokio-native-tls v0.3.1 |
596 | 2024-07-01T18:00:17.992Z | Compiling dtrace-parser v0.2.0 |
597 | 2024-07-01T18:00:18.089Z | Compiling futures-executor v0.3.30 |
598 | 2024-07-01T18:00:18.201Z | Compiling h2 v0.3.26 |
599 | 2024-07-01T18:00:18.436Z | Compiling clap_derive v4.5.4 |
600 | 2024-07-01T18:00:18.599Z | Compiling rustls-pemfile v1.0.4 |
601 | 2024-07-01T18:00:19.722Z | Compiling serde_tokenstream v0.2.0 |
602 | 2024-07-01T18:00:19.848Z | Compiling serde_spanned v0.6.6 |
603 | 2024-07-01T18:00:19.908Z | Compiling toml_datetime v0.6.6 |
604 | 2024-07-01T18:00:20.049Z | Compiling cargo-platform v0.1.8 |
605 | 2024-07-01T18:00:20.169Z | Compiling toml_edit v0.22.13 |
606 | 2024-07-01T18:00:20.535Z | Compiling dof v0.3.0 |
607 | 2024-07-01T18:00:21.889Z | Compiling hyper v0.14.28 |
608 | 2024-07-01T18:00:22.342Z | Compiling slog-json v2.6.1 |
609 | 2024-07-01T18:00:22.401Z | Compiling serde_urlencoded v0.7.1 |
610 | 2024-07-01T18:00:22.670Z | Compiling toml v0.8.13 |
611 | 2024-07-01T18:00:22.858Z | Compiling digest v0.10.7 |
612 | 2024-07-01T18:00:22.976Z | Compiling crossbeam-channel v0.5.12 |
613 | 2024-07-01T18:00:23.215Z | Compiling url v2.5.0 |
614 | 2024-07-01T18:00:23.241Z | Compiling usdt-macro v0.5.0 |
615 | 2024-07-01T18:00:23.608Z | Compiling usdt-attr-macro v0.5.0 |
616 | 2024-07-01T18:00:23.937Z | Compiling term v0.7.0 |
617 | 2024-07-01T18:00:24.264Z | Compiling xattr v1.3.1 |
618 | 2024-07-01T18:00:24.316Z | Compiling is-terminal v0.4.12 |
619 | 2024-07-01T18:00:24.427Z | Compiling memmap v0.7.0 |
620 | 2024-07-01T18:00:24.452Z | Compiling filetime v0.2.23 |
621 | 2024-07-01T18:00:24.513Z | Compiling encoding_rs v0.8.34 |
622 | 2024-07-01T18:00:24.756Z | Compiling take_mut v0.2.2 |
623 | 2024-07-01T18:00:24.782Z | Compiling cpufeatures v0.2.12 |
624 | 2024-07-01T18:00:24.808Z | Compiling ipnet v2.9.0 |
625 | 2024-07-01T18:00:24.837Z | Compiling sync_wrapper v0.1.2 |
626 | 2024-07-01T18:00:24.896Z | Compiling mime v0.3.17 |
627 | 2024-07-01T18:00:24.964Z | Compiling hyper-tls v0.5.0 |
628 | 2024-07-01T18:00:25.247Z | Compiling sha2 v0.10.8 |
629 | 2024-07-01T18:00:25.278Z | Compiling usdt v0.5.0 |
630 | 2024-07-01T18:00:25.426Z | Compiling tar v0.4.40 |
631 | 2024-07-01T18:00:25.705Z | Compiling slog-term v2.9.1 |
632 | 2024-07-01T18:00:25.857Z | Compiling flate2 v1.0.30 |
633 | 2024-07-01T18:00:25.951Z | Compiling cargo_toml v0.20.3 |
634 | 2024-07-01T18:00:26.706Z | Compiling reqwest v0.11.27 |
635 | 2024-07-01T18:00:26.787Z | Compiling cargo_metadata v0.18.1 |
636 | 2024-07-01T18:00:27.200Z | Compiling slog-bunyan v2.5.0 |
637 | 2024-07-01T18:00:27.224Z | Compiling clap v4.5.4 |
638 | 2024-07-01T18:00:27.382Z | Compiling macaddr v1.0.1 |
639 | 2024-07-01T18:00:27.532Z | Compiling futures v0.3.30 |
640 | 2024-07-01T18:00:27.644Z | Compiling strum v0.26.2 |
641 | 2024-07-01T18:00:27.733Z | Compiling tabled v0.15.0 |
642 | 2024-07-01T18:00:27.759Z | Compiling swrite v0.1.0 |
643 | 2024-07-01T18:00:32.601Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
644 | 2024-07-01T18:00:42.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
645 | 2024-07-01T18:00:43.017Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
646 | 2024-07-01T18:00:43.090Z | Jul 01 18:00:42.577 INFO Starting download, target: Cockroach |
647 | 2024-07-01T18:00:43.115Z | Jul 01 18:00:42.577 INFO Starting download, target: Clickhouse |
648 | 2024-07-01T18:00:43.115Z | Jul 01 18:00:42.577 INFO Starting download, target: Console |
649 | 2024-07-01T18:00:43.115Z | Jul 01 18:00:42.577 INFO Starting download, target: DendriteOpenapi |
650 | 2024-07-01T18:00:43.115Z | Jul 01 18:00:42.577 INFO Starting download, target: DendriteStub |
651 | 2024-07-01T18:00:43.115Z | Jul 01 18:00:42.577 INFO Starting download, target: MaghemiteMgd |
652 | 2024-07-01T18:00:43.115Z | Jul 01 18:00:42.578 INFO Starting download, target: TransceiverControl |
653 | 2024-07-01T18:00:43.115Z | Jul 01 18:00:42.579 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
654 | 2024-07-01T18:00:43.115Z | Jul 01 18:00:42.579 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
655 | 2024-07-01T18:00:43.115Z | Jul 01 18:00:42.579 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi |
656 | 2024-07-01T18:00:43.115Z | Jul 01 18:00:42.579 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
657 | 2024-07-01T18:00:43.115Z | Jul 01 18:00:42.579 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
658 | 2024-07-01T18:00:43.115Z | Jul 01 18:00:42.579 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
659 | 2024-07-01T18:00:43.115Z | Jul 01 18:00:42.579 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
660 | 2024-07-01T18:00:43.411Z | Jul 01 18:00:42.896 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
661 | 2024-07-01T18:00:43.473Z | Jul 01 18:00:42.956 INFO Download complete, target: DendriteOpenapi |
662 | 2024-07-01T18:00:43.749Z | Jul 01 18:00:43.236 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
663 | 2024-07-01T18:00:43.776Z | Jul 01 18:00:43.253 INFO Download complete, target: Console |
664 | 2024-07-01T18:00:44.462Z | Jul 01 18:00:43.949 INFO Download complete, target: TransceiverControl |
665 | 2024-07-01T18:00:45.089Z | Jul 01 18:00:44.577 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
666 | 2024-07-01T18:00:48.336Z | Jul 01 18:00:47.823 INFO Download complete, target: MaghemiteMgd |
667 | 2024-07-01T18:00:50.807Z | Jul 01 18:00:50.293 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
668 | 2024-07-01T18:00:50.807Z | Jul 01 18:00:50.293 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
669 | 2024-07-01T18:00:51.433Z | Jul 01 18:00:50.920 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
670 | 2024-07-01T18:00:54.641Z | Jul 01 18:00:54.129 INFO Download complete, target: DendriteStub |
671 | 2024-07-01T18:00:56.168Z | Jul 01 18:00:55.649 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
672 | 2024-07-01T18:01:00.887Z | Jul 01 18:01:00.374 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
673 | 2024-07-01T18:01:01.384Z | Jul 01 18:01:00.871 INFO Checking that binary works, target: Cockroach |
674 | 2024-07-01T18:01:01.648Z | Jul 01 18:01:01.135 INFO Download complete, target: Cockroach |
675 | 2024-07-01T18:01:12.715Z | Jul 01 18:01:12.202 INFO Checking that binary works, target: Clickhouse |
676 | 2024-07-01T18:01:12.937Z | Jul 01 18:01:12.425 INFO Download complete, target: Clickhouse |
677 | 2024-07-01T18:01:12.962Z | All prerequisites installed successfully |
678 | 2024-07-01T18:01:12.962Z | |
679 | 2024-07-01T18:01:12.962Z | real 2:51.121536427 |
680 | 2024-07-01T18:01:12.962Z | user 5:19.192258139 |
681 | 2024-07-01T18:01:12.962Z | sys 1:18.503532990 |
682 | 2024-07-01T18:01:12.962Z | trap 0.178264528 |
683 | 2024-07-01T18:01:12.962Z | tflt 0.101269211 |
684 | 2024-07-01T18:01:12.962Z | dflt 0.704127045 |
685 | 2024-07-01T18:01:12.962Z | kflt 0.006620683 |
686 | 2024-07-01T18:01:12.962Z | lock 14:16.257658028 |
687 | 2024-07-01T18:01:12.962Z | slp 14:50.823984175 |
688 | 2024-07-01T18:01:12.962Z | lat 23.739990337 |
689 | 2024-07-01T18:01:12.962Z | stop 1:02.110331251 |
690 | 2024-07-01T18:01:12.962Z | + ptime -m cargo xtask download softnpu |
691 | 2024-07-01T18:01:13.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
692 | 2024-07-01T18:01:13.856Z | Running `target/debug/xtask download softnpu` |
693 | 2024-07-01T18:01:13.889Z | Jul 01 18:01:13.376 INFO Starting download, target: Softnpu |
694 | 2024-07-01T18:01:13.913Z | Jul 01 18:01:13.377 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
695 | 2024-07-01T18:01:15.356Z | Jul 01 18:01:14.842 INFO Download complete, target: Softnpu |
696 | 2024-07-01T18:01:15.381Z | |
697 | 2024-07-01T18:01:15.381Z | real 2.402681533 |
698 | 2024-07-01T18:01:15.381Z | user 0.858438867 |
699 | 2024-07-01T18:01:15.381Z | sys 0.616424511 |
700 | 2024-07-01T18:01:15.381Z | trap 0.000117077 |
701 | 2024-07-01T18:01:15.381Z | tflt 0.000038010 |
702 | 2024-07-01T18:01:15.381Z | dflt 0.000087851 |
703 | 2024-07-01T18:01:15.381Z | kflt 0.000000000 |
704 | 2024-07-01T18:01:15.381Z | lock 15.316243359 |
705 | 2024-07-01T18:01:15.381Z | slp 1.248917796 |
706 | 2024-07-01T18:01:15.381Z | lat 0.160139638 |
707 | 2024-07-01T18:01:15.381Z | stop 0.000368449 |
708 | 2024-07-01T18:01:15.381Z | + export CARGO_INCREMENTAL=0 |
709 | 2024-07-01T18:01:15.381Z | + CARGO_INCREMENTAL=0 |
710 | 2024-07-01T18:01:15.381Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
711 | 2024-07-01T18:01:16.080Z | Downloading crates ... |
712 | 2024-07-01T18:01:16.393Z | Downloaded rand_xorshift v0.3.0 |
713 | 2024-07-01T18:01:16.494Z | Downloaded difflib v0.4.0 |
714 | 2024-07-01T18:01:16.564Z | Downloaded libsw v3.3.1 |
715 | 2024-07-01T18:01:16.615Z | Downloaded strum_macros v0.25.3 |
716 | 2024-07-01T18:01:16.647Z | Downloaded tabwriter v1.4.0 |
717 | 2024-07-01T18:01:16.672Z | Downloaded subprocess v0.2.9 |
718 | 2024-07-01T18:01:16.697Z | Downloaded sqlparser v0.45.0 |
719 | 2024-07-01T18:01:16.723Z | Downloaded sled v0.34.7 |
720 | 2024-07-01T18:01:16.750Z | Downloaded rustls v0.21.12 |
721 | 2024-07-01T18:01:16.778Z | Downloaded regex-automata v0.4.6 |
722 | 2024-07-01T18:01:16.805Z | Downloaded sha3 v0.10.8 |
723 | 2024-07-01T18:01:16.805Z | Downloaded rsa v0.9.6 |
724 | 2024-07-01T18:01:16.805Z | Downloaded regex-syntax v0.8.3 |
725 | 2024-07-01T18:01:16.833Z | Downloaded smoltcp v0.11.0 |
726 | 2024-07-01T18:01:16.833Z | Downloaded smoltcp v0.9.1 |
727 | 2024-07-01T18:01:17.887Z | Downloaded shlex v1.3.0 |
728 | 2024-07-01T18:01:17.887Z | Downloaded rustyline v14.0.0 |
729 | 2024-07-01T18:01:17.956Z | Downloaded rustls-webpki v0.102.4 |
730 | 2024-07-01T18:01:17.956Z | Downloaded rustls-webpki v0.101.7 |
731 | 2024-07-01T18:01:17.956Z | Downloaded rustc_version v0.4.0 |
732 | 2024-07-01T18:01:17.956Z | Downloaded rustc-demangle v0.1.24 |
733 | 2024-07-01T18:01:17.956Z | Downloaded ron v0.8.1 |
734 | 2024-07-01T18:01:17.956Z | Downloaded string_cache v0.8.7 |
735 | 2024-07-01T18:01:17.956Z | Downloaded steno v0.4.1 |
736 | 2024-07-01T18:01:17.956Z | Downloaded static_assertions v1.1.0 |
737 | 2024-07-01T18:01:17.956Z | Downloaded shell-words v1.1.0 |
738 | 2024-07-01T18:01:17.956Z | Downloaded serde_yaml v0.9.34+deprecated |
739 | 2024-07-01T18:01:17.956Z | Downloaded serde_with_macros v3.8.1 |
740 | 2024-07-01T18:01:17.956Z | Downloaded serde_repr v0.1.19 |
741 | 2024-07-01T18:01:17.956Z | Downloaded serde_path_to_error v0.1.16 |
742 | 2024-07-01T18:01:17.956Z | Downloaded serde_arrays v0.1.0 |
743 | 2024-07-01T18:01:17.956Z | Downloaded serde-big-array v0.5.1 |
744 | 2024-07-01T18:01:17.956Z | Downloaded serde-big-array v0.4.1 |
745 | 2024-07-01T18:01:17.956Z | Downloaded ring v0.17.8 |
746 | 2024-07-01T18:01:17.956Z | Downloaded semver v0.1.20 |
747 | 2024-07-01T18:01:17.956Z | Downloaded secrecy v0.8.0 |
748 | 2024-07-01T18:01:17.956Z | Downloaded sec1 v0.7.3 |
749 | 2024-07-01T18:01:17.956Z | Downloaded schemars_derive v0.8.21 |
750 | 2024-07-01T18:01:17.956Z | Downloaded schemars v0.8.21 |
751 | 2024-07-01T18:01:17.956Z | Downloaded ring v0.16.20 |
752 | 2024-07-01T18:01:17.956Z | Downloaded scheduled-thread-pool v0.2.7 |
753 | 2024-07-01T18:01:17.956Z | Downloaded same-file v1.0.6 |
754 | 2024-07-01T18:01:17.956Z | Downloaded samael v0.0.15 |
755 | 2024-07-01T18:01:17.956Z | Downloaded salty v0.2.0 |
756 | 2024-07-01T18:01:17.956Z | Downloaded rusty-fork v0.3.0 |
757 | 2024-07-01T18:01:17.956Z | Downloaded rustls-pki-types v1.7.0 |
758 | 2024-07-01T18:01:17.957Z | Downloaded rustls v0.22.4 |
759 | 2024-07-01T18:01:17.957Z | Downloaded rustfmt-wrapper v0.2.1 |
760 | 2024-07-01T18:01:17.957Z | Downloaded rustc_version v0.1.7 |
761 | 2024-07-01T18:01:17.957Z | Downloaded resolv-conf v0.7.0 |
762 | 2024-07-01T18:01:17.957Z | Downloaded regress v0.9.1 |
763 | 2024-07-01T18:01:17.957Z | Downloaded regex-syntax v0.6.29 |
764 | 2024-07-01T18:01:17.957Z | Downloaded memmap2 v0.9.4 |
765 | 2024-07-01T18:01:17.957Z | Downloaded maybe-uninit v2.0.0 |
766 | 2024-07-01T18:01:17.957Z | Downloaded lalrpop v0.19.12 |
767 | 2024-07-01T18:01:17.957Z | Downloaded idna v0.3.0 |
768 | 2024-07-01T18:01:17.957Z | Downloaded idna v0.2.3 |
769 | 2024-07-01T18:01:17.957Z | Downloaded finl_unicode v1.2.0 |
770 | 2024-07-01T18:01:17.957Z | Downloaded zerocopy-derive v0.6.6 |
771 | 2024-07-01T18:01:17.957Z | Downloaded ratatui v0.26.2 |
772 | 2024-07-01T18:01:17.957Z | Downloaded petgraph v0.6.5 |
773 | 2024-07-01T18:01:17.957Z | Downloaded csv v1.3.0 |
774 | 2024-07-01T18:01:17.957Z | Downloaded supports-color v3.0.0 |
775 | 2024-07-01T18:01:17.957Z | Downloaded subtle v2.5.0 |
776 | 2024-07-01T18:01:17.957Z | Downloaded stable_deref_trait v1.2.0 |
777 | 2024-07-01T18:01:17.957Z | Downloaded stability v0.2.0 |
778 | 2024-07-01T18:01:17.957Z | Downloaded sqlparser_derive v0.2.2 |
779 | 2024-07-01T18:01:17.957Z | Downloaded sqlformat v0.2.3 |
780 | 2024-07-01T18:01:17.957Z | Downloaded spki v0.7.3 |
781 | 2024-07-01T18:01:17.957Z | Downloaded spin v0.9.8 |
782 | 2024-07-01T18:01:17.957Z | Downloaded socket2 v0.4.10 |
783 | 2024-07-01T18:01:17.957Z | Downloaded snafu-derive v0.8.2 |
784 | 2024-07-01T18:01:17.957Z | Downloaded snafu v0.8.2 |
785 | 2024-07-01T18:01:17.957Z | Downloaded smallvec v0.6.14 |
786 | 2024-07-01T18:01:17.957Z | Downloaded slog-stdlog v4.1.1 |
787 | 2024-07-01T18:01:17.957Z | Downloaded slog-scope v4.4.0 |
788 | 2024-07-01T18:01:17.957Z | Downloaded slog-envlogger v2.2.0 |
789 | 2024-07-01T18:01:17.957Z | Downloaded slog-dtrace v0.3.0 |
790 | 2024-07-01T18:01:17.957Z | Downloaded siphasher v0.3.11 |
791 | 2024-07-01T18:01:17.957Z | Downloaded similar v2.5.0 |
792 | 2024-07-01T18:01:17.957Z | Downloaded signal-hook-mio v0.2.3 |
793 | 2024-07-01T18:01:17.957Z | Downloaded sha1 v0.10.6 |
794 | 2024-07-01T18:01:17.957Z | Downloaded serde_with v3.8.1 |
795 | 2024-07-01T18:01:17.957Z | Downloaded serde_plain v1.0.2 |
796 | 2024-07-01T18:01:17.958Z | Downloaded serde_derive_internals v0.29.1 |
797 | 2024-07-01T18:01:17.958Z | Downloaded serde-hex v0.1.0 |
798 | 2024-07-01T18:01:17.958Z | Downloaded sct v0.7.1 |
799 | 2024-07-01T18:01:17.958Z | Downloaded rustls-pemfile v2.1.2 |
800 | 2024-07-01T18:01:17.958Z | Downloaded rustc-hash v1.1.0 |
801 | 2024-07-01T18:01:17.958Z | Downloaded rtoolbox v0.0.2 |
802 | 2024-07-01T18:01:17.958Z | Downloaded rpassword v7.3.1 |
803 | 2024-07-01T18:01:17.958Z | Downloaded ron v0.7.1 |
804 | 2024-07-01T18:01:17.958Z | Downloaded regex-automata v0.1.10 |
805 | 2024-07-01T18:01:17.958Z | Downloaded md-5 v0.10.6 |
806 | 2024-07-01T18:01:17.958Z | Downloaded matches v0.1.10 |
807 | 2024-07-01T18:01:17.958Z | Downloaded maplit v1.0.2 |
808 | 2024-07-01T18:01:17.958Z | Downloaded managed v0.8.0 |
809 | 2024-07-01T18:01:17.958Z | Downloaded lru-cache v0.1.2 |
810 | 2024-07-01T18:01:17.958Z | Downloaded lru v0.12.3 |
811 | 2024-07-01T18:01:17.958Z | Downloaded linked-hash-map v0.5.6 |
812 | 2024-07-01T18:01:17.958Z | Downloaded linear-map v1.2.0 |
813 | 2024-07-01T18:01:17.958Z | Downloaded libloading v0.8.3 |
814 | 2024-07-01T18:01:17.958Z | Downloaded lazy_static v1.5.0 |
815 | 2024-07-01T18:01:17.958Z | Downloaded indicatif v0.17.8 |
816 | 2024-07-01T18:01:17.958Z | Downloaded indexmap v1.9.3 |
817 | 2024-07-01T18:01:17.958Z | Downloaded gimli v0.28.1 |
818 | 2024-07-01T18:01:17.958Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
819 | 2024-07-01T18:01:17.958Z | Downloaded strum_macros v0.24.3 |
820 | 2024-07-01T18:01:17.958Z | Downloaded structmeta-derive v0.3.0 |
821 | 2024-07-01T18:01:17.958Z | Downloaded structmeta-derive v0.2.0 |
822 | 2024-07-01T18:01:17.958Z | Downloaded structmeta v0.3.0 |
823 | 2024-07-01T18:01:17.958Z | Downloaded structmeta v0.2.0 |
824 | 2024-07-01T18:01:17.958Z | Downloaded strip-ansi-escapes v0.2.0 |
825 | 2024-07-01T18:01:17.958Z | Downloaded stringprep v0.1.4 |
826 | 2024-07-01T18:01:17.958Z | Downloaded spin v0.5.2 |
827 | 2024-07-01T18:01:17.958Z | Downloaded smf v0.2.3 |
828 | 2024-07-01T18:01:17.958Z | Downloaded smawk v0.3.2 |
829 | 2024-07-01T18:01:17.984Z | Downloaded sigpipe v0.1.3 |
830 | 2024-07-01T18:01:17.984Z | Downloaded signature v2.2.0 |
831 | 2024-07-01T18:01:17.984Z | Downloaded signature v1.6.4 |
832 | 2024-07-01T18:01:17.984Z | Downloaded signal-hook-tokio v0.3.1 |
833 | 2024-07-01T18:01:17.984Z | Downloaded signal-hook v0.3.17 |
834 | 2024-07-01T18:01:17.984Z | Downloaded libxml v0.3.3 |
835 | 2024-07-01T18:01:17.984Z | Downloaded libm v0.2.8 |
836 | 2024-07-01T18:01:17.984Z | Downloaded libefi-sys v0.1.0 |
837 | 2024-07-01T18:01:17.984Z | Downloaded lazycell v1.3.0 |
838 | 2024-07-01T18:01:17.984Z | Downloaded lalrpop-util v0.19.12 |
839 | 2024-07-01T18:01:17.984Z | Downloaded itertools v0.12.1 |
840 | 2024-07-01T18:01:17.984Z | Downloaded itertools v0.10.5 |
841 | 2024-07-01T18:01:17.984Z | Downloaded is_ci v1.2.0 |
842 | 2024-07-01T18:01:17.984Z | Downloaded ipnetwork v0.20.0 |
843 | 2024-07-01T18:01:17.984Z | Downloaded instant v0.1.12 |
844 | 2024-07-01T18:01:17.984Z | Downloaded inout v0.1.3 |
845 | 2024-07-01T18:01:17.984Z | Downloaded indoc v2.0.5 |
846 | 2024-07-01T18:01:17.984Z | Downloaded indoc v1.0.9 |
847 | 2024-07-01T18:01:17.984Z | Downloaded impl-trait-for-tuples v0.2.2 |
848 | 2024-07-01T18:01:17.984Z | Downloaded ident_case v1.0.1 |
849 | 2024-07-01T18:01:17.984Z | Downloaded iana-time-zone v0.1.60 |
850 | 2024-07-01T18:01:17.984Z | Downloaded hyper-staticfile v0.9.5 |
851 | 2024-07-01T18:01:17.984Z | Downloaded humantime v2.1.0 |
852 | 2024-07-01T18:01:17.984Z | Downloaded hubpack_derive v0.1.1 |
853 | 2024-07-01T18:01:17.984Z | Downloaded hubpack v0.1.2 |
854 | 2024-07-01T18:01:17.984Z | Downloaded http v1.1.0 |
855 | 2024-07-01T18:01:17.984Z | Downloaded hostname v0.4.0 |
856 | 2024-07-01T18:01:17.984Z | Downloaded home v0.5.9 |
857 | 2024-07-01T18:01:17.984Z | Downloaded hmac v0.12.1 |
858 | 2024-07-01T18:01:17.984Z | Downloaded hkdf v0.12.4 |
859 | 2024-07-01T18:01:17.984Z | Downloaded heck v0.3.3 |
860 | 2024-07-01T18:01:17.984Z | Downloaded heapless v0.8.0 |
861 | 2024-07-01T18:01:17.984Z | Downloaded heapless v0.7.17 |
862 | 2024-07-01T18:01:17.984Z | Downloaded headers-core v0.2.0 |
863 | 2024-07-01T18:01:17.984Z | Downloaded headers v0.3.9 |
864 | 2024-07-01T18:01:17.985Z | Downloaded hashbrown v0.13.2 |
865 | 2024-07-01T18:01:17.985Z | Downloaded hashbrown v0.12.3 |
866 | 2024-07-01T18:01:17.985Z | Downloaded hash32 v0.2.1 |
867 | 2024-07-01T18:01:17.985Z | Downloaded half v2.4.1 |
868 | 2024-07-01T18:01:17.985Z | Downloaded group v0.13.0 |
869 | 2024-07-01T18:01:17.985Z | Downloaded globset v0.4.14 |
870 | 2024-07-01T18:01:17.985Z | Downloaded glob v0.3.1 |
871 | 2024-07-01T18:01:17.985Z | Downloaded getrandom v0.2.14 |
872 | 2024-07-01T18:01:17.985Z | Downloaded getopts v0.2.21 |
873 | 2024-07-01T18:01:17.985Z | Downloaded gethostname v0.4.3 |
874 | 2024-07-01T18:01:17.985Z | Downloaded fxhash v0.2.1 |
875 | 2024-07-01T18:01:17.985Z | Downloaded funty v2.0.0 |
876 | 2024-07-01T18:01:17.985Z | Downloaded fragile v2.0.0 |
877 | 2024-07-01T18:01:17.985Z | Downloaded flagset v0.4.5 |
878 | 2024-07-01T18:01:17.985Z | Downloaded fixedbitset v0.4.2 |
879 | 2024-07-01T18:01:17.985Z | Downloaded diesel v2.1.6 |
880 | 2024-07-01T18:01:17.985Z | Downloaded zip v0.6.6 |
881 | 2024-07-01T18:01:17.985Z | Downloaded winnow v0.5.40 |
882 | 2024-07-01T18:01:17.985Z | Downloaded whoami v1.5.1 |
883 | 2024-07-01T18:01:17.985Z | Downloaded webpki-roots v0.25.4 |
884 | 2024-07-01T18:01:17.985Z | Downloaded vsss-rs v3.3.4 |
885 | 2024-07-01T18:01:17.985Z | Downloaded uuid v1.8.0 |
886 | 2024-07-01T18:01:17.985Z | Downloaded untrusted v0.9.0 |
887 | 2024-07-01T18:01:17.985Z | Downloaded untrusted v0.7.1 |
888 | 2024-07-01T18:01:17.985Z | Downloaded unsafe-libyaml v0.2.11 |
889 | 2024-07-01T18:01:17.985Z | Downloaded universal-hash v0.5.1 |
890 | 2024-07-01T18:01:17.985Z | Downloaded unicode_categories v0.1.1 |
891 | 2024-07-01T18:01:17.985Z | Downloaded unicode-xid v0.2.4 |
892 | 2024-07-01T18:01:17.985Z | Downloaded unicode-segmentation v1.11.0 |
893 | 2024-07-01T18:01:17.985Z | Downloaded unicode-linebreak v0.1.5 |
894 | 2024-07-01T18:01:17.985Z | Downloaded unicase v2.7.0 |
895 | 2024-07-01T18:01:17.985Z | Downloaded unarray v0.1.4 |
896 | 2024-07-01T18:01:17.985Z | Downloaded typed-path v0.7.1 |
897 | 2024-07-01T18:01:17.985Z | Downloaded tungstenite v0.21.0 |
898 | 2024-07-01T18:01:17.985Z | Downloaded tungstenite v0.20.1 |
899 | 2024-07-01T18:01:17.985Z | Downloaded tui-tree-widget v0.19.0 |
900 | 2024-07-01T18:01:17.985Z | Downloaded trust-dns-server v0.22.1 |
901 | 2024-07-01T18:01:17.985Z | Downloaded trust-dns-resolver v0.22.0 |
902 | 2024-07-01T18:01:17.986Z | Downloaded trust-dns-proto v0.22.0 |
903 | 2024-07-01T18:01:17.986Z | Downloaded radix_trie v0.2.1 |
904 | 2024-07-01T18:01:17.986Z | Downloaded polar-core v0.27.3 |
905 | 2024-07-01T18:01:17.986Z | Downloaded openapiv3 v2.0.0 |
906 | 2024-07-01T18:01:17.986Z | Downloaded object v0.32.2 |
907 | 2024-07-01T18:01:17.986Z | Downloaded num-bigint-dig v0.8.4 |
908 | 2024-07-01T18:01:17.986Z | Downloaded num-bigint v0.4.5 |
909 | 2024-07-01T18:01:17.986Z | Downloaded nom v7.1.3 |
910 | 2024-07-01T18:01:17.986Z | Downloaded nix v0.28.0 |
911 | 2024-07-01T18:01:17.986Z | Downloaded nix v0.27.1 |
912 | 2024-07-01T18:01:17.986Z | Downloaded kstat-rs v0.2.4 |
913 | 2024-07-01T18:01:17.986Z | Downloaded keccak v0.1.5 |
914 | 2024-07-01T18:01:17.986Z | Downloaded hyper-rustls v0.24.2 |
915 | 2024-07-01T18:01:17.986Z | Downloaded http-range v0.1.5 |
916 | 2024-07-01T18:01:17.986Z | Downloaded highway v1.1.0 |
917 | 2024-07-01T18:01:17.986Z | Downloaded hex v0.4.3 |
918 | 2024-07-01T18:01:17.986Z | Downloaded hash32 v0.3.1 |
919 | 2024-07-01T18:01:17.986Z | Downloaded foreign-types-shared v0.3.1 |
920 | 2024-07-01T18:01:17.986Z | Downloaded foreign-types-macros v0.2.3 |
921 | 2024-07-01T18:01:17.986Z | Downloaded foreign-types v0.5.0 |
922 | 2024-07-01T18:01:17.986Z | Downloaded flume v0.11.0 |
923 | 2024-07-01T18:01:17.986Z | Downloaded float-ord v0.3.2 |
924 | 2024-07-01T18:01:17.986Z | Downloaded float-cmp v0.9.0 |
925 | 2024-07-01T18:01:17.986Z | Downloaded ff v0.13.0 |
926 | 2024-07-01T18:01:17.986Z | Downloaded fd-lock v4.0.2 |
927 | 2024-07-01T18:01:17.986Z | Downloaded fatfs v0.3.6 |
928 | 2024-07-01T18:01:17.986Z | Downloaded fastrand v2.1.0 |
929 | 2024-07-01T18:01:18.012Z | Downloaded fallible-iterator v0.2.0 |
930 | 2024-07-01T18:01:18.012Z | Downloaded expectorate v1.1.0 |
931 | 2024-07-01T18:01:18.012Z | Downloaded erased-serde v0.3.31 |
932 | 2024-07-01T18:01:18.012Z | Downloaded env_logger v0.10.2 |
933 | 2024-07-01T18:01:18.012Z | Downloaded env_logger v0.9.3 |
934 | 2024-07-01T18:01:18.012Z | Downloaded enum-as-inner v0.5.1 |
935 | 2024-07-01T18:01:18.012Z | Downloaded endian-type v0.1.2 |
936 | 2024-07-01T18:01:18.012Z | Downloaded ena v0.14.3 |
937 | 2024-07-01T18:01:18.012Z | Downloaded embedded-io v0.4.0 |
938 | 2024-07-01T18:01:18.012Z | Downloaded elliptic-curve v0.13.8 |
939 | 2024-07-01T18:01:18.012Z | Downloaded either v1.12.0 |
940 | 2024-07-01T18:01:18.012Z | Downloaded ed25519 v1.5.3 |
941 | 2024-07-01T18:01:18.012Z | Downloaded dyn-clone v1.0.17 |
942 | 2024-07-01T18:01:18.012Z | Downloaded downcast v0.11.0 |
943 | 2024-07-01T18:01:18.012Z | Downloaded display-error-chain v0.2.0 |
944 | 2024-07-01T18:01:18.012Z | Downloaded textwrap v0.16.1 |
945 | 2024-07-01T18:01:18.012Z | Downloaded test-strategy v0.3.1 |
946 | 2024-07-01T18:01:18.012Z | Downloaded termtree v0.4.1 |
947 | 2024-07-01T18:01:18.012Z | Downloaded termios v0.3.3 |
948 | 2024-07-01T18:01:18.012Z | Downloaded termcolor v1.4.1 |
949 | 2024-07-01T18:01:18.012Z | Downloaded tempfile v3.10.1 |
950 | 2024-07-01T18:01:18.012Z | Downloaded tap v1.0.1 |
951 | 2024-07-01T18:01:18.012Z | Downloaded zeroize_derive v1.4.2 |
952 | 2024-07-01T18:01:18.012Z | Downloaded zeroize v1.7.0 |
953 | 2024-07-01T18:01:18.012Z | Downloaded x509-cert v0.2.5 |
954 | 2024-07-01T18:01:18.012Z | Downloaded wyz v0.5.1 |
955 | 2024-07-01T18:01:18.012Z | Downloaded which v4.4.2 |
956 | 2024-07-01T18:01:18.012Z | Downloaded vte v0.11.1 |
957 | 2024-07-01T18:01:18.012Z | Downloaded trust-dns-client v0.22.0 |
958 | 2024-07-01T18:01:18.012Z | Downloaded tracing-attributes v0.1.27 |
959 | 2024-07-01T18:01:18.012Z | Downloaded tough v0.17.1 |
960 | 2024-07-01T18:01:18.012Z | Downloaded topological-sort v0.2.2 |
961 | 2024-07-01T18:01:18.012Z | Downloaded toolchain_find v0.4.0 |
962 | 2024-07-01T18:01:18.012Z | Downloaded toml_edit v0.19.15 |
963 | 2024-07-01T18:01:18.012Z | Downloaded toml v0.7.8 |
964 | 2024-07-01T18:01:18.013Z | Downloaded toml v0.5.11 |
965 | 2024-07-01T18:01:18.013Z | Downloaded tokio-tungstenite v0.21.0 |
966 | 2024-07-01T18:01:18.013Z | Downloaded tokio-tungstenite v0.20.1 |
967 | 2024-07-01T18:01:18.013Z | Downloaded tokio-stream v0.1.15 |
968 | 2024-07-01T18:01:18.013Z | Downloaded tokio-rustls v0.25.0 |
969 | 2024-07-01T18:01:18.013Z | Downloaded tokio-rustls v0.24.1 |
970 | 2024-07-01T18:01:18.013Z | Downloaded tokio-postgres v0.7.10 |
971 | 2024-07-01T18:01:18.013Z | Downloaded tls_codec_derive v0.4.1 |
972 | 2024-07-01T18:01:18.013Z | Downloaded tls_codec v0.4.1 |
973 | 2024-07-01T18:01:18.013Z | Downloaded tiny-keccak v2.0.2 |
974 | 2024-07-01T18:01:18.013Z | Downloaded thiserror-no-std v2.0.2 |
975 | 2024-07-01T18:01:18.013Z | Downloaded thiserror-impl-no-std v2.0.2 |
976 | 2024-07-01T18:01:18.013Z | Downloaded regex v1.10.4 |
977 | 2024-07-01T18:01:18.038Z | Downloaded reedline v0.31.0 |
978 | 2024-07-01T18:01:18.038Z | Downloaded rayon v1.10.0 |
979 | 2024-07-01T18:01:18.062Z | Downloaded rand_seeder v0.2.3 |
980 | 2024-07-01T18:01:18.062Z | Downloaded rand_chacha v0.3.1 |
981 | 2024-07-01T18:01:18.062Z | Downloaded rand v0.8.5 |
982 | 2024-07-01T18:01:18.062Z | Downloaded quick-xml v0.31.0 |
983 | 2024-07-01T18:01:18.062Z | Downloaded quick-error v1.2.3 |
984 | 2024-07-01T18:01:18.062Z | Downloaded publicsuffix v2.2.3 |
985 | 2024-07-01T18:01:18.062Z | Downloaded proptest v1.4.0 |
986 | 2024-07-01T18:01:18.086Z | Downloaded portable-atomic v1.6.0 |
987 | 2024-07-01T18:01:18.086Z | Downloaded pkcs1 v0.7.5 |
988 | 2024-07-01T18:01:18.087Z | Downloaded pin-project-internal v1.1.5 |
989 | 2024-07-01T18:01:18.087Z | Downloaded pin-project v1.1.5 |
990 | 2024-07-01T18:01:18.111Z | Downloaded phf_shared v0.11.2 |
991 | 2024-07-01T18:01:18.111Z | Downloaded phf v0.11.2 |
992 | 2024-07-01T18:01:18.111Z | Downloaded pem-rfc7468 v0.7.0 |
993 | 2024-07-01T18:01:18.111Z | Downloaded peg-macros v0.8.3 |
994 | 2024-07-01T18:01:18.111Z | Downloaded password-hash v0.5.0 |
995 | 2024-07-01T18:01:18.111Z | Downloaded parse-display-derive v0.9.0 |
996 | 2024-07-01T18:01:18.111Z | Downloaded parse-display v0.9.0 |
997 | 2024-07-01T18:01:18.111Z | Downloaded parking_lot v0.11.2 |
998 | 2024-07-01T18:01:18.136Z | Downloaded packed_struct v0.10.1 |
999 | 2024-07-01T18:01:18.136Z | Downloaded owo-colors v4.0.0 |
1000 | 2024-07-01T18:01:18.136Z | Downloaded oso v0.27.3 |
1001 | 2024-07-01T18:01:18.136Z | Downloaded omicron-zone-package v0.11.0 |
1002 | 2024-07-01T18:01:18.136Z | Downloaded object v0.30.4 |
1003 | 2024-07-01T18:01:18.161Z | Downloaded num_enum v0.5.11 |
1004 | 2024-07-01T18:01:18.161Z | Downloaded num-traits v0.2.19 |
1005 | 2024-07-01T18:01:18.161Z | Downloaded num-rational v0.4.2 |
1006 | 2024-07-01T18:01:18.161Z | Downloaded num-integer v0.1.46 |
1007 | 2024-07-01T18:01:18.161Z | Downloaded num-complex v0.4.6 |
1008 | 2024-07-01T18:01:18.161Z | Downloaded nu-ansi-term v0.50.0 |
1009 | 2024-07-01T18:01:18.161Z | Downloaded mockall_derive v0.12.1 |
1010 | 2024-07-01T18:01:18.161Z | Downloaded minimal-lexical v0.2.1 |
1011 | 2024-07-01T18:01:18.186Z | Downloaded curve25519-dalek v4.1.3 |
1012 | 2024-07-01T18:01:18.186Z | Downloaded chrono v0.4.38 |
1013 | 2024-07-01T18:01:18.186Z | Downloaded bstr v1.9.1 |
1014 | 2024-07-01T18:01:18.210Z | Downloaded bstr v0.2.17 |
1015 | 2024-07-01T18:01:18.210Z | Downloaded blake3 v1.5.1 |
1016 | 2024-07-01T18:01:18.235Z | Downloaded blake2 v0.10.6 |
1017 | 2024-07-01T18:01:18.235Z | Downloaded bitvec v1.0.1 |
1018 | 2024-07-01T18:01:18.259Z | Downloaded bindgen v0.69.4 |
1019 | 2024-07-01T18:01:18.259Z | Downloaded diff v0.1.13 |
1020 | 2024-07-01T18:01:18.259Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1021 | 2024-07-01T18:01:18.259Z | Downloaded diesel_derives v2.1.4 |
1022 | 2024-07-01T18:01:18.259Z | Downloaded zone_cfg_derive v0.1.2 |
1023 | 2024-07-01T18:01:18.284Z | Downloaded zone v0.1.8 |
1024 | 2024-07-01T18:01:18.284Z | Downloaded zerocopy v0.6.6 |
1025 | 2024-07-01T18:01:18.284Z | Downloaded yasna v0.5.2 |
1026 | 2024-07-01T18:01:18.284Z | Downloaded walkdir v2.5.0 |
1027 | 2024-07-01T18:01:18.284Z | Downloaded waitgroup v0.1.2 |
1028 | 2024-07-01T18:01:18.284Z | Downloaded wait-timeout v0.2.0 |
1029 | 2024-07-01T18:01:18.284Z | Downloaded vte_generate_state_changes v0.1.1 |
1030 | 2024-07-01T18:01:18.284Z | Downloaded uzers v0.11.3 |
1031 | 2024-07-01T18:01:18.284Z | Downloaded utf-8 v0.7.6 |
1032 | 2024-07-01T18:01:18.284Z | Downloaded ref-cast-impl v1.0.23 |
1033 | 2024-07-01T18:01:18.284Z | Downloaded ref-cast v1.0.23 |
1034 | 2024-07-01T18:01:18.284Z | Downloaded rcgen v0.12.1 |
1035 | 2024-07-01T18:01:18.284Z | Downloaded rayon-core v1.12.1 |
1036 | 2024-07-01T18:01:18.309Z | Downloaded rand_core v0.6.4 |
1037 | 2024-07-01T18:01:18.309Z | Downloaded radium v0.7.0 |
1038 | 2024-07-01T18:01:18.309Z | Downloaded r2d2 v0.8.10 |
1039 | 2024-07-01T18:01:18.309Z | Downloaded psl-types v2.0.11 |
1040 | 2024-07-01T18:01:18.309Z | Downloaded proc-macro-crate v1.3.1 |
1041 | 2024-07-01T18:01:18.309Z | Downloaded prettyplease v0.2.20 |
1042 | 2024-07-01T18:01:18.309Z | Downloaded predicates-tree v1.0.9 |
1043 | 2024-07-01T18:01:18.309Z | Downloaded predicates-core v1.0.6 |
1044 | 2024-07-01T18:01:18.309Z | Downloaded predicates v3.1.0 |
1045 | 2024-07-01T18:01:18.309Z | Downloaded precomputed-hash v0.1.1 |
1046 | 2024-07-01T18:01:18.309Z | Downloaded postgres-types v0.2.6 |
1047 | 2024-07-01T18:01:18.309Z | Downloaded postgres-protocol v0.6.6 |
1048 | 2024-07-01T18:01:18.333Z | Downloaded postcard v1.0.8 |
1049 | 2024-07-01T18:01:18.333Z | Downloaded pkcs8 v0.10.2 |
1050 | 2024-07-01T18:01:18.333Z | Downloaded pem v3.0.4 |
1051 | 2024-07-01T18:01:18.333Z | Downloaded peg-runtime v0.8.3 |
1052 | 2024-07-01T18:01:18.334Z | Downloaded path-slash v0.1.5 |
1053 | 2024-07-01T18:01:18.334Z | Downloaded paste v1.0.15 |
1054 | 2024-07-01T18:01:18.334Z | Downloaded parse-size v1.0.0 |
1055 | 2024-07-01T18:01:18.334Z | Downloaded parking_lot_core v0.8.6 |
1056 | 2024-07-01T18:01:18.334Z | Downloaded oso-derive v0.27.3 |
1057 | 2024-07-01T18:01:18.334Z | Downloaded olpc-cjson v0.1.3 |
1058 | 2024-07-01T18:01:18.334Z | Downloaded num-iter v0.1.45 |
1059 | 2024-07-01T18:01:18.334Z | Downloaded num-derive v0.4.2 |
1060 | 2024-07-01T18:01:18.334Z | Downloaded num v0.4.3 |
1061 | 2024-07-01T18:01:18.358Z | Downloaded normalize-line-endings v0.3.0 |
1062 | 2024-07-01T18:01:18.358Z | Downloaded newtype_derive v0.1.6 |
1063 | 2024-07-01T18:01:18.358Z | Downloaded newtype-uuid v1.1.0 |
1064 | 2024-07-01T18:01:18.358Z | Downloaded newline-converter v0.3.0 |
1065 | 2024-07-01T18:01:18.358Z | Downloaded new_debug_unreachable v1.0.6 |
1066 | 2024-07-01T18:01:18.358Z | Downloaded nanorand v0.7.0 |
1067 | 2024-07-01T18:01:18.358Z | Downloaded multimap v0.10.0 |
1068 | 2024-07-01T18:01:18.358Z | Downloaded multer v3.1.0 |
1069 | 2024-07-01T18:01:18.358Z | Downloaded mockall v0.12.1 |
1070 | 2024-07-01T18:01:18.358Z | Downloaded derive_more v0.99.17 |
1071 | 2024-07-01T18:01:18.359Z | Downloaded data-encoding v2.6.0 |
1072 | 2024-07-01T18:01:18.359Z | Downloaded darling_macro v0.20.9 |
1073 | 2024-07-01T18:01:18.359Z | Downloaded darling_core v0.20.9 |
1074 | 2024-07-01T18:01:18.383Z | Downloaded darling v0.20.9 |
1075 | 2024-07-01T18:01:18.383Z | Downloaded curve25519-dalek-derive v0.1.1 |
1076 | 2024-07-01T18:01:18.383Z | Downloaded csv-core v0.1.11 |
1077 | 2024-07-01T18:01:18.383Z | Downloaded crypto-bigint v0.5.5 |
1078 | 2024-07-01T18:01:18.383Z | Downloaded crunchy v0.2.2 |
1079 | 2024-07-01T18:01:18.383Z | Downloaded crucible-workspace-hack v0.1.0 |
1080 | 2024-07-01T18:01:18.383Z | Downloaded crossterm v0.27.0 |
1081 | 2024-07-01T18:01:18.408Z | Downloaded crc-any v2.5.0 |
1082 | 2024-07-01T18:01:18.408Z | Downloaded crc v3.2.1 |
1083 | 2024-07-01T18:01:18.408Z | Downloaded corncobs v0.1.3 |
1084 | 2024-07-01T18:01:18.408Z | Downloaded cookie_store v0.20.0 |
1085 | 2024-07-01T18:01:18.408Z | Downloaded cookie v0.18.1 |
1086 | 2024-07-01T18:01:18.408Z | Downloaded constant_time_eq v0.3.0 |
1087 | 2024-07-01T18:01:18.408Z | Downloaded const_format_proc_macros v0.2.32 |
1088 | 2024-07-01T18:01:18.433Z | Downloaded const_format v0.2.32 |
1089 | 2024-07-01T18:01:18.433Z | Downloaded const-oid v0.9.6 |
1090 | 2024-07-01T18:01:18.433Z | Downloaded compact_str v0.7.1 |
1091 | 2024-07-01T18:01:18.433Z | Downloaded colored v2.1.0 |
1092 | 2024-07-01T18:01:18.433Z | Downloaded cobs v0.2.3 |
1093 | 2024-07-01T18:01:18.433Z | Downloaded clang-sys v1.7.0 |
1094 | 2024-07-01T18:01:18.433Z | Downloaded cipher v0.4.4 |
1095 | 2024-07-01T18:01:18.433Z | Downloaded ciborium-ll v0.2.2 |
1096 | 2024-07-01T18:01:18.433Z | Downloaded ciborium-io v0.2.2 |
1097 | 2024-07-01T18:01:18.459Z | Downloaded ciborium v0.2.2 |
1098 | 2024-07-01T18:01:18.459Z | Downloaded camino-tempfile v1.1.1 |
1099 | 2024-07-01T18:01:18.459Z | Downloaded buf-list v1.0.3 |
1100 | 2024-07-01T18:01:18.460Z | Downloaded block-padding v0.3.3 |
1101 | 2024-07-01T18:01:18.460Z | Downloaded base64 v0.22.1 |
1102 | 2024-07-01T18:01:18.460Z | Downloaded base64 v0.13.1 |
1103 | 2024-07-01T18:01:18.460Z | Downloaded backtrace v0.3.71 |
1104 | 2024-07-01T18:01:18.484Z | Downloaded backoff v0.4.0 |
1105 | 2024-07-01T18:01:18.484Z | Downloaded arrayvec v0.7.4 |
1106 | 2024-07-01T18:01:18.484Z | Downloaded arrayref v0.3.7 |
1107 | 2024-07-01T18:01:18.484Z | Downloaded array-init v0.0.4 |
1108 | 2024-07-01T18:01:18.484Z | Downloaded argon2 v0.5.3 |
1109 | 2024-07-01T18:01:18.485Z | Downloaded arc-swap v1.7.1 |
1110 | 2024-07-01T18:01:18.485Z | Downloaded allocator-api2 v0.2.18 |
1111 | 2024-07-01T18:01:18.485Z | Downloaded aho-corasick v1.1.3 |
1112 | 2024-07-01T18:01:18.509Z | Downloaded pretty-hex v0.2.1 |
1113 | 2024-07-01T18:01:18.509Z | Downloaded ppv-lite86 v0.2.17 |
1114 | 2024-07-01T18:01:18.509Z | Downloaded portpicker v0.1.1 |
1115 | 2024-07-01T18:01:18.509Z | Downloaded poly1305 v0.8.0 |
1116 | 2024-07-01T18:01:18.509Z | Downloaded phf_shared v0.10.0 |
1117 | 2024-07-01T18:01:18.509Z | Downloaded peg v0.8.3 |
1118 | 2024-07-01T18:01:18.509Z | Downloaded packed_struct_codegen v0.10.1 |
1119 | 2024-07-01T18:01:18.509Z | Downloaded opaque-debug v0.3.1 |
1120 | 2024-07-01T18:01:18.509Z | Downloaded number_prefix v0.4.0 |
1121 | 2024-07-01T18:01:18.509Z | Downloaded num_enum_derive v0.5.11 |
1122 | 2024-07-01T18:01:18.509Z | Downloaded nodrop v0.1.14 |
1123 | 2024-07-01T18:01:18.509Z | Downloaded nibble_vec v0.1.0 |
1124 | 2024-07-01T18:01:18.509Z | Downloaded mime_guess v2.0.4 |
1125 | 2024-07-01T18:01:18.509Z | Downloaded memoffset v0.9.1 |
1126 | 2024-07-01T18:01:18.509Z | Downloaded derive_builder_macro v0.20.0 |
1127 | 2024-07-01T18:01:18.534Z | Downloaded derive_builder_core v0.20.0 |
1128 | 2024-07-01T18:01:18.534Z | Downloaded derive_builder v0.20.0 |
1129 | 2024-07-01T18:01:18.534Z | Downloaded derive-where v1.2.7 |
1130 | 2024-07-01T18:01:18.534Z | Downloaded der_derive v0.7.2 |
1131 | 2024-07-01T18:01:18.534Z | Downloaded der v0.7.9 |
1132 | 2024-07-01T18:01:18.534Z | Downloaded defmt-parser v0.3.4 |
1133 | 2024-07-01T18:01:18.534Z | Downloaded defmt-macros v0.3.9 |
1134 | 2024-07-01T18:01:18.559Z | Downloaded defmt v0.3.8 |
1135 | 2024-07-01T18:01:18.559Z | Downloaded debug-ignore v1.0.5 |
1136 | 2024-07-01T18:01:18.559Z | Downloaded cstr-argument v0.1.2 |
1137 | 2024-07-01T18:01:18.559Z | Downloaded crossbeam-epoch v0.9.18 |
1138 | 2024-07-01T18:01:18.559Z | Downloaded crossbeam-deque v0.8.5 |
1139 | 2024-07-01T18:01:18.559Z | Downloaded crc-catalog v2.4.0 |
1140 | 2024-07-01T18:01:18.559Z | Downloaded cookie v0.17.0 |
1141 | 2024-07-01T18:01:18.559Z | Downloaded convert_case v0.4.0 |
1142 | 2024-07-01T18:01:18.559Z | Downloaded console v0.15.8 |
1143 | 2024-07-01T18:01:18.583Z | Downloaded chacha20poly1305 v0.10.1 |
1144 | 2024-07-01T18:01:18.583Z | Downloaded chacha20 v0.9.1 |
1145 | 2024-07-01T18:01:18.583Z | Downloaded cfg_aliases v0.1.1 |
1146 | 2024-07-01T18:01:18.583Z | Downloaded cexpr v0.6.0 |
1147 | 2024-07-01T18:01:18.584Z | Downloaded castaway v0.2.2 |
1148 | 2024-07-01T18:01:18.584Z | Downloaded cassowary v0.3.0 |
1149 | 2024-07-01T18:01:18.584Z | Downloaded cancel-safe-futures v0.1.5 |
1150 | 2024-07-01T18:01:18.584Z | Downloaded bzip2 v0.4.4 |
1151 | 2024-07-01T18:01:18.584Z | Downloaded bitstruct_derive v0.1.0 |
1152 | 2024-07-01T18:01:18.584Z | Downloaded bitstruct v0.1.1 |
1153 | 2024-07-01T18:01:18.584Z | Downloaded bitflags v1.3.2 |
1154 | 2024-07-01T18:01:18.584Z | Downloaded bitfield-struct v0.6.1 |
1155 | 2024-07-01T18:01:18.608Z | Downloaded bitfield v0.14.0 |
1156 | 2024-07-01T18:01:18.608Z | Downloaded bit-vec v0.6.3 |
1157 | 2024-07-01T18:01:18.608Z | Downloaded bit-set v0.5.3 |
1158 | 2024-07-01T18:01:18.608Z | Downloaded bcs v0.1.6 |
1159 | 2024-07-01T18:01:18.608Z | Downloaded bb8 v0.8.3 |
1160 | 2024-07-01T18:01:18.608Z | Downloaded base64ct v1.6.0 |
1161 | 2024-07-01T18:01:18.608Z | Downloaded base16ct v0.2.0 |
1162 | 2024-07-01T18:01:18.608Z | Downloaded atty v0.2.14 |
1163 | 2024-07-01T18:01:18.609Z | Downloaded atomicwrites v0.4.3 |
1164 | 2024-07-01T18:01:18.609Z | Downloaded atomic-waker v1.1.2 |
1165 | 2024-07-01T18:01:18.609Z | Downloaded async-trait v0.1.80 |
1166 | 2024-07-01T18:01:18.609Z | Downloaded async-stream-impl v0.3.5 |
1167 | 2024-07-01T18:01:18.609Z | Downloaded async-stream v0.3.5 |
1168 | 2024-07-01T18:01:18.633Z | Downloaded async-recursion v1.1.1 |
1169 | 2024-07-01T18:01:18.634Z | Downloaded assert_matches v1.5.0 |
1170 | 2024-07-01T18:01:18.634Z | Downloaded ascii-canvas v3.0.0 |
1171 | 2024-07-01T18:01:18.634Z | Downloaded ascii v1.1.0 |
1172 | 2024-07-01T18:01:18.634Z | Downloaded ahash v0.8.11 |
1173 | 2024-07-01T18:01:18.634Z | Downloaded aead v0.5.2 |
1174 | 2024-07-01T18:01:18.634Z | Downloaded addr2line v0.21.0 |
1175 | 2024-07-01T18:01:18.822Z | Compiling proc-macro2 v1.0.86 |
1176 | 2024-07-01T18:01:18.822Z | Compiling unicode-ident v1.0.12 |
1177 | 2024-07-01T18:01:18.847Z | Compiling libc v0.2.155 |
1178 | 2024-07-01T18:01:18.847Z | Compiling serde v1.0.203 |
1179 | 2024-07-01T18:01:18.847Z | Compiling autocfg v1.3.0 |
1180 | 2024-07-01T18:01:18.847Z | Compiling version_check v0.9.4 |
1181 | 2024-07-01T18:01:18.847Z | Compiling cfg-if v1.0.0 |
1182 | 2024-07-01T18:01:19.028Z | Compiling cc v1.0.97 |
1183 | 2024-07-01T18:01:19.054Z | Compiling parking_lot_core v0.9.10 |
1184 | 2024-07-01T18:01:19.079Z | Compiling once_cell v1.19.0 |
1185 | 2024-07-01T18:01:19.471Z | Compiling serde_json v1.0.118 |
1186 | 2024-07-01T18:01:19.498Z | Compiling libm v0.2.8 |
1187 | 2024-07-01T18:01:19.528Z | Compiling byteorder v1.5.0 |
1188 | 2024-07-01T18:01:19.552Z | Compiling ahash v0.8.11 |
1189 | 2024-07-01T18:01:19.798Z | Compiling lock_api v0.4.12 |
1190 | 2024-07-01T18:01:19.823Z | Compiling num-traits v0.2.19 |
1191 | 2024-07-01T18:01:19.881Z | Compiling memchr v2.7.2 |
1192 | 2024-07-01T18:01:19.952Z | Compiling thiserror v1.0.60 |
1193 | 2024-07-01T18:01:20.114Z | Compiling scopeguard v1.2.0 |
1194 | 2024-07-01T18:01:20.262Z | Compiling typenum v1.17.0 |
1195 | 2024-07-01T18:01:20.402Z | Compiling quote v1.0.36 |
1196 | 2024-07-01T18:01:20.686Z | Compiling getrandom v0.2.14 |
1197 | 2024-07-01T18:01:20.915Z | Compiling syn v2.0.68 |
1198 | 2024-07-01T18:01:20.948Z | Compiling log v0.4.21 |
1199 | 2024-07-01T18:01:20.976Z | Compiling itoa v1.0.11 |
1200 | 2024-07-01T18:01:21.030Z | Compiling generic-array v0.14.7 |
1201 | 2024-07-01T18:01:21.592Z | Compiling allocator-api2 v0.2.18 |
1202 | 2024-07-01T18:01:21.800Z | Compiling slab v0.4.9 |
1203 | 2024-07-01T18:01:21.849Z | Compiling ring v0.17.8 |
1204 | 2024-07-01T18:01:21.988Z | Compiling ryu v1.0.18 |
1205 | 2024-07-01T18:01:22.032Z | Compiling pin-project-lite v0.2.14 |
1206 | 2024-07-01T18:01:22.056Z | Compiling schemars v0.8.21 |
1207 | 2024-07-01T18:01:22.160Z | Compiling semver v1.0.23 |
1208 | 2024-07-01T18:01:22.261Z | Compiling smallvec v1.13.2 |
1209 | 2024-07-01T18:01:22.533Z | Compiling equivalent v1.0.1 |
1210 | 2024-07-01T18:01:22.779Z | Compiling vcpkg v0.2.15 |
1211 | 2024-07-01T18:01:22.804Z | Compiling pkg-config v0.3.30 |
1212 | 2024-07-01T18:01:22.873Z | Compiling signal-hook-registry v1.4.2 |
1213 | 2024-07-01T18:01:23.561Z | Compiling parking_lot v0.12.2 |
1214 | 2024-07-01T18:01:24.039Z | Compiling syn v1.0.109 |
1215 | 2024-07-01T18:01:24.282Z | Compiling mio v0.8.11 |
1216 | 2024-07-01T18:01:24.387Z | Compiling openssl-sys v0.9.102 |
1217 | 2024-07-01T18:01:24.553Z | Compiling spin v0.9.8 |
1218 | 2024-07-01T18:01:25.148Z | Compiling rand_core v0.6.4 |
1219 | 2024-07-01T18:01:25.345Z | Compiling num_cpus v1.16.0 |
1220 | 2024-07-01T18:01:25.465Z | Compiling socket2 v0.5.7 |
1221 | 2024-07-01T18:01:25.502Z | Compiling num-conv v0.1.0 |
1222 | 2024-07-01T18:01:25.756Z | Compiling time-core v0.1.2 |
1223 | 2024-07-01T18:01:25.914Z | Compiling time-macros v0.2.18 |
1224 | 2024-07-01T18:01:26.014Z | Compiling httparse v1.8.0 |
1225 | 2024-07-01T18:01:26.558Z | Compiling futures-core v0.3.30 |
1226 | 2024-07-01T18:01:26.790Z | Compiling openssl v0.10.64 |
1227 | 2024-07-01T18:01:26.936Z | Compiling fnv v1.0.7 |
1228 | 2024-07-01T18:01:27.118Z | Compiling rustix v0.38.34 |
1229 | 2024-07-01T18:01:27.167Z | Compiling iana-time-zone v0.1.60 |
1230 | 2024-07-01T18:01:27.257Z | Compiling crossbeam-utils v0.8.19 |
1231 | 2024-07-01T18:01:27.480Z | Compiling serde_derive_internals v0.29.1 |
1232 | 2024-07-01T18:01:27.808Z | Compiling rustls v0.21.12 |
1233 | 2024-07-01T18:01:27.958Z | Compiling native-tls v0.2.11 |
1234 | 2024-07-01T18:01:27.988Z | Compiling tinyvec_macros v0.1.1 |
1235 | 2024-07-01T18:01:28.070Z | Compiling tinyvec v1.6.0 |
1236 | 2024-07-01T18:01:28.573Z | Compiling subtle v2.5.0 |
1237 | 2024-07-01T18:01:28.832Z | Compiling futures-sink v0.3.30 |
1238 | 2024-07-01T18:01:28.909Z | Compiling const-oid v0.9.6 |
1239 | 2024-07-01T18:01:28.977Z | Compiling ucd-trie v0.1.6 |
1240 | 2024-07-01T18:01:29.288Z | Compiling unicode-normalization v0.1.23 |
1241 | 2024-07-01T18:01:29.440Z | Compiling backtrace v0.3.71 |
1242 | 2024-07-01T18:01:29.549Z | Compiling cookie v0.17.0 |
1243 | 2024-07-01T18:01:29.775Z | Compiling slog v2.7.0 |
1244 | 2024-07-01T18:01:29.799Z | Compiling dyn-clone v1.0.17 |
1245 | 2024-07-01T18:01:30.135Z | Compiling unicode-bidi v0.3.15 |
1246 | 2024-07-01T18:01:30.217Z | Compiling heck v0.5.0 |
1247 | 2024-07-01T18:01:30.242Z | Compiling heck v0.4.1 |
1248 | 2024-07-01T18:01:30.594Z | Compiling futures-channel v0.3.30 |
1249 | 2024-07-01T18:01:30.758Z | Compiling futures-io v0.3.30 |
1250 | 2024-07-01T18:01:30.860Z | Compiling futures-task v0.3.30 |
1251 | 2024-07-01T18:01:31.060Z | Compiling pin-utils v0.1.0 |
1252 | 2024-07-01T18:01:31.291Z | Compiling aho-corasick v1.1.3 |
1253 | 2024-07-01T18:01:31.432Z | Compiling anyhow v1.0.86 |
1254 | 2024-07-01T18:01:31.549Z | Compiling winnow v0.5.40 |
1255 | 2024-07-01T18:01:31.638Z | Compiling untrusted v0.9.0 |
1256 | 2024-07-01T18:01:32.125Z | Compiling serde_derive v1.0.203 |
1257 | 2024-07-01T18:01:32.153Z | Compiling zerocopy-derive v0.7.34 |
1258 | 2024-07-01T18:01:33.479Z | Compiling zeroize_derive v1.4.2 |
1259 | 2024-07-01T18:01:33.580Z | Compiling thiserror-impl v1.0.60 |
1260 | 2024-07-01T18:01:33.808Z | Compiling zerocopy v0.7.34 |
1261 | 2024-07-01T18:01:34.691Z | Compiling tokio-macros v2.2.0 |
1262 | 2024-07-01T18:01:34.778Z | Compiling futures-macro v0.3.30 |
1263 | 2024-07-01T18:01:34.999Z | Compiling schemars_derive v0.8.21 |
1264 | 2024-07-01T18:01:35.786Z | Compiling hashbrown v0.14.5 |
1265 | 2024-07-01T18:01:35.810Z | Compiling tracing-attributes v0.1.27 |
1266 | 2024-07-01T18:01:36.057Z | Compiling zeroize v1.7.0 |
1267 | 2024-07-01T18:01:36.522Z | Compiling openssl-macros v0.1.1 |
1268 | 2024-07-01T18:01:36.984Z | Compiling scroll_derive v0.12.0 |
1269 | 2024-07-01T18:01:37.097Z | Compiling pest v2.7.10 |
1270 | 2024-07-01T18:01:37.530Z | Compiling crypto-common v0.1.6 |
1271 | 2024-07-01T18:01:37.554Z | Compiling futures-util v0.3.30 |
1272 | 2024-07-01T18:01:37.710Z | Compiling der_derive v0.7.2 |
1273 | 2024-07-01T18:01:37.780Z | Compiling regex-syntax v0.8.3 |
1274 | 2024-07-01T18:01:38.940Z | Compiling block-buffer v0.10.4 |
1275 | 2024-07-01T18:01:39.145Z | Compiling pest_meta v2.7.10 |
1276 | 2024-07-01T18:01:39.570Z | Compiling tracing-core v0.1.32 |
1277 | 2024-07-01T18:01:41.552Z | Compiling pest_generator v2.7.10 |
1278 | 2024-07-01T18:01:42.665Z | Compiling regex-automata v0.4.6 |
1279 | 2024-07-01T18:01:42.689Z | Compiling usdt-impl v0.5.0 |
1280 | 2024-07-01T18:01:42.958Z | Compiling bytes v1.6.0 |
1281 | 2024-07-01T18:01:43.171Z | Compiling indexmap v2.2.6 |
1282 | 2024-07-01T18:01:43.955Z | Compiling bitflags v2.5.0 |
1283 | 2024-07-01T18:01:44.286Z | Compiling tokio v1.37.0 |
1284 | 2024-07-01T18:01:44.443Z | Compiling uuid v1.8.0 |
1285 | 2024-07-01T18:01:44.790Z | Compiling chrono v0.4.38 |
1286 | 2024-07-01T18:01:45.233Z | Compiling serde_tokenstream v0.2.0 |
1287 | 2024-07-01T18:01:46.166Z | Compiling serde_spanned v0.6.6 |
1288 | 2024-07-01T18:01:46.359Z | Compiling toml_datetime v0.6.6 |
1289 | 2024-07-01T18:01:46.729Z | Compiling http v0.2.12 |
1290 | 2024-07-01T18:01:48.576Z | Compiling toml_edit v0.19.15 |
1291 | 2024-07-01T18:01:49.458Z | Compiling rustc_version v0.4.0 |
1292 | 2024-07-01T18:01:49.902Z | Compiling pest_derive v2.7.10 |
1293 | 2024-07-01T18:01:50.017Z | Compiling rustversion v1.0.17 |
1294 | 2024-07-01T18:01:50.518Z | Compiling powerfmt v0.2.0 |
1295 | 2024-07-01T18:01:50.601Z | Compiling heapless v0.7.17 |
1296 | 2024-07-01T18:01:50.926Z | Compiling deranged v0.3.11 |
1297 | 2024-07-01T18:01:50.950Z | Compiling tracing v0.1.40 |
1298 | 2024-07-01T18:01:51.583Z | Compiling digest v0.10.7 |
1299 | 2024-07-01T18:01:51.692Z | Compiling scroll v0.12.0 |
1300 | 2024-07-01T18:01:51.931Z | Compiling percent-encoding v2.3.1 |
1301 | 2024-07-01T18:01:52.147Z | Compiling signal-hook v0.3.17 |
1302 | 2024-07-01T18:01:52.534Z | Compiling ppv-lite86 v0.2.17 |
1303 | 2024-07-01T18:01:52.564Z | Compiling num_threads v0.1.7 |
1304 | 2024-07-01T18:01:52.741Z | Compiling plain v0.2.3 |
1305 | 2024-07-01T18:01:52.876Z | Compiling goblin v0.8.2 |
1306 | 2024-07-01T18:01:52.964Z | Compiling time v0.3.36 |
1307 | 2024-07-01T18:01:53.144Z | Compiling rand_chacha v0.3.1 |
1308 | 2024-07-01T18:01:54.164Z | Compiling regex v1.10.4 |
1309 | 2024-07-01T18:01:55.189Z | Compiling pretty-hex v0.4.1 |
1310 | 2024-07-01T18:01:55.387Z | Compiling strsim v0.11.1 |
1311 | 2024-07-01T18:01:56.027Z | Compiling crc32fast v1.4.0 |
1312 | 2024-07-01T18:01:56.741Z | Compiling rand v0.8.5 |
1313 | 2024-07-01T18:01:56.853Z | Compiling tokio-util v0.7.11 |
1314 | 2024-07-01T18:01:57.927Z | Compiling dof v0.3.0 |
1315 | 2024-07-01T18:01:57.959Z | Compiling dtrace-parser v0.2.0 |
1316 | 2024-07-01T18:01:58.494Z | Compiling async-trait v0.1.80 |
1317 | 2024-07-01T18:01:58.673Z | Compiling thread-id v4.2.1 |
1318 | 2024-07-01T18:01:58.935Z | Compiling smoltcp v0.9.1 |
1319 | 2024-07-01T18:01:59.425Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1320 | 2024-07-01T18:01:59.450Z | Compiling base64ct v1.6.0 |
1321 | 2024-07-01T18:01:59.474Z | Compiling unicode-width v0.1.12 |
1322 | 2024-07-01T18:01:59.531Z | Compiling foreign-types-shared v0.1.1 |
1323 | 2024-07-01T18:01:59.654Z | Compiling foreign-types v0.3.2 |
1324 | 2024-07-01T18:01:59.818Z | Compiling pem-rfc7468 v0.7.0 |
1325 | 2024-07-01T18:02:00.875Z | Compiling form_urlencoded v1.2.1 |
1326 | 2024-07-01T18:02:01.171Z | Compiling hmac v0.12.1 |
1327 | 2024-07-01T18:02:01.376Z | Compiling adler v1.0.2 |
1328 | 2024-07-01T18:02:01.400Z | Compiling try-lock v0.2.5 |
1329 | 2024-07-01T18:02:01.741Z | Compiling base64 v0.21.7 |
1330 | 2024-07-01T18:02:01.773Z | Compiling flagset v0.4.5 |
1331 | 2024-07-01T18:02:01.881Z | Compiling siphasher v0.3.11 |
1332 | 2024-07-01T18:02:01.964Z | Compiling der v0.7.9 |
1333 | 2024-07-01T18:02:02.208Z | Compiling want v0.3.1 |
1334 | 2024-07-01T18:02:02.437Z | Compiling miniz_oxide v0.7.2 |
1335 | 2024-07-01T18:02:03.860Z | Compiling rustls-webpki v0.101.7 |
1336 | 2024-07-01T18:02:04.026Z | Compiling sct v0.7.1 |
1337 | 2024-07-01T18:02:04.267Z | Compiling h2 v0.3.26 |
1338 | 2024-07-01T18:02:04.962Z | Compiling http-body v0.4.6 |
1339 | 2024-07-01T18:02:05.440Z | Compiling openapiv3 v2.0.0 |
1340 | 2024-07-01T18:02:05.656Z | Compiling hubpack_derive v0.1.1 |
1341 | 2024-07-01T18:02:05.681Z | Compiling zerocopy-derive v0.6.6 |
1342 | 2024-07-01T18:02:06.354Z | Compiling idna v0.5.0 |
1343 | 2024-07-01T18:02:06.558Z | Compiling errno v0.3.9 |
1344 | 2024-07-01T18:02:06.776Z | Compiling fs-err v2.11.0 |
1345 | 2024-07-01T18:02:07.013Z | Compiling gimli v0.28.1 |
1346 | 2024-07-01T18:02:07.401Z | Compiling utf8parse v0.2.1 |
1347 | 2024-07-01T18:02:07.438Z | Compiling stable_deref_trait v1.2.0 |
1348 | 2024-07-01T18:02:07.472Z | Compiling finl_unicode v1.2.0 |
1349 | 2024-07-01T18:02:07.544Z | Compiling cpufeatures v0.2.12 |
1350 | 2024-07-01T18:02:07.639Z | Compiling openssl-probe v0.1.5 |
1351 | 2024-07-01T18:02:07.877Z | Compiling tower-service v0.3.2 |
1352 | 2024-07-01T18:02:07.961Z | Compiling httpdate v1.0.3 |
1353 | 2024-07-01T18:02:08.312Z | Compiling anstyle v1.0.7 |
1354 | 2024-07-01T18:02:08.563Z | Compiling stringprep v0.1.4 |
1355 | 2024-07-01T18:02:08.691Z | Compiling sha2 v0.10.8 |
1356 | 2024-07-01T18:02:08.862Z | Compiling anstyle-parse v0.2.4 |
1357 | 2024-07-01T18:02:09.133Z | Compiling url v2.5.0 |
1358 | 2024-07-01T18:02:10.162Z | Compiling hyper v0.14.28 |
1359 | 2024-07-01T18:02:11.467Z | Compiling addr2line v0.21.0 |
1360 | 2024-07-01T18:02:12.195Z | Compiling spki v0.7.3 |
1361 | 2024-07-01T18:02:12.514Z | Compiling usdt-attr-macro v0.5.0 |
1362 | 2024-07-01T18:02:13.131Z | Compiling usdt-macro v0.5.0 |
1363 | 2024-07-01T18:02:13.730Z | Compiling md-5 v0.10.6 |
1364 | 2024-07-01T18:02:16.978Z | Compiling idna v0.3.0 |
1365 | 2024-07-01T18:02:17.755Z | Compiling diesel_table_macro_syntax v0.1.0 |
1366 | 2024-07-01T18:02:17.810Z | Compiling num-integer v0.1.46 |
1367 | 2024-07-01T18:02:18.139Z | Compiling object v0.32.2 |
1368 | 2024-07-01T18:02:18.430Z | Compiling hash32 v0.2.1 |
1369 | 2024-07-01T18:02:18.709Z | Compiling rustc-demangle v0.1.24 |
1370 | 2024-07-01T18:02:18.770Z | Compiling anstyle-query v1.0.3 |
1371 | 2024-07-01T18:02:20.518Z | Compiling psl-types v2.0.11 |
1372 | 2024-07-01T18:02:20.675Z | Compiling colorchoice v1.0.1 |
1373 | 2024-07-01T18:02:20.812Z | Compiling fallible-iterator v0.2.0 |
1374 | 2024-07-01T18:02:20.837Z | Compiling is_terminal_polyfill v1.70.0 |
1375 | 2024-07-01T18:02:21.396Z | Compiling postgres-protocol v0.6.6 |
1376 | 2024-07-01T18:02:22.755Z | Compiling anstream v0.6.14 |
1377 | 2024-07-01T18:02:22.912Z | Compiling publicsuffix v2.2.3 |
1378 | 2024-07-01T18:02:25.009Z | Compiling diesel_derives v2.1.4 |
1379 | 2024-07-01T18:02:26.245Z | Compiling tokio-rustls v0.24.1 |
1380 | 2024-07-01T18:02:29.869Z | Compiling pkcs8 v0.10.2 |
1381 | 2024-07-01T18:02:30.357Z | Compiling terminal_size v0.3.0 |
1382 | 2024-07-01T18:02:30.767Z | Compiling tokio-native-tls v0.3.1 |
1383 | 2024-07-01T18:02:30.983Z | Compiling phf_shared v0.11.2 |
1384 | 2024-07-01T18:02:31.409Z | Compiling strum_macros v0.25.3 |
1385 | 2024-07-01T18:02:31.959Z | Compiling block-padding v0.3.3 |
1386 | 2024-07-01T18:02:32.203Z | Compiling regress v0.9.1 |
1387 | 2024-07-01T18:02:32.284Z | Compiling enum-as-inner v0.5.1 |
1388 | 2024-07-01T18:02:32.991Z | Compiling serde_repr v0.1.19 |
1389 | 2024-07-01T18:02:33.592Z | Compiling clap_derive v4.5.4 |
1390 | 2024-07-01T18:02:33.954Z | Compiling ff v0.13.0 |
1391 | 2024-07-01T18:02:34.143Z | Compiling lazy_static v1.5.0 |
1392 | 2024-07-01T18:02:34.280Z | Compiling scheduled-thread-pool v0.2.7 |
1393 | 2024-07-01T18:02:34.709Z | Compiling encoding_rs v0.8.34 |
1394 | 2024-07-01T18:02:35.753Z | Compiling bitflags v1.3.2 |
1395 | 2024-07-01T18:02:35.852Z | Compiling ipnet v2.9.0 |
1396 | 2024-07-01T18:02:36.430Z | Compiling matches v0.1.10 |
1397 | 2024-07-01T18:02:36.511Z | Compiling either v1.12.0 |
1398 | 2024-07-01T18:02:36.757Z | Compiling managed v0.8.0 |
1399 | 2024-07-01T18:02:36.882Z | Compiling bit-vec v0.6.3 |
1400 | 2024-07-01T18:02:37.114Z | Compiling clap_lex v0.7.0 |
1401 | 2024-07-01T18:02:37.239Z | Compiling mime v0.3.17 |
1402 | 2024-07-01T18:02:37.457Z | Compiling base16ct v0.2.0 |
1403 | 2024-07-01T18:02:38.244Z | Compiling sec1 v0.7.3 |
1404 | 2024-07-01T18:02:38.654Z | Compiling clap_builder v4.5.2 |
1405 | 2024-07-01T18:02:38.683Z | Compiling idna v0.2.3 |
1406 | 2024-07-01T18:02:39.736Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1407 | 2024-07-01T18:02:39.950Z | Compiling r2d2 v0.8.10 |
1408 | 2024-07-01T18:02:41.249Z | Compiling group v0.13.0 |
1409 | 2024-07-01T18:02:42.722Z | Compiling inout v0.1.3 |
1410 | 2024-07-01T18:02:43.419Z | Compiling phf v0.11.2 |
1411 | 2024-07-01T18:02:43.445Z | Compiling hyper-tls v0.5.0 |
1412 | 2024-07-01T18:02:43.736Z | Compiling signal-hook-mio v0.2.3 |
1413 | 2024-07-01T18:02:43.830Z | Compiling hyper-rustls v0.24.2 |
1414 | 2024-07-01T18:02:43.884Z | Compiling cookie_store v0.20.0 |
1415 | 2024-07-01T18:02:44.130Z | Compiling postgres-types v0.2.6 |
1416 | 2024-07-01T18:02:44.301Z | Compiling num-bigint v0.4.5 |
1417 | 2024-07-01T18:02:44.704Z | Compiling zerocopy v0.6.6 |
1418 | 2024-07-01T18:02:45.106Z | Compiling hubpack v0.1.2 |
1419 | 2024-07-01T18:02:45.272Z | Compiling rustls-pemfile v1.0.4 |
1420 | 2024-07-01T18:02:45.376Z | Compiling phf_shared v0.10.0 |
1421 | 2024-07-01T18:02:45.483Z | Compiling hkdf v0.12.4 |
1422 | 2024-07-01T18:02:45.604Z | Compiling serde_urlencoded v0.7.1 |
1423 | 2024-07-01T18:02:45.681Z | Compiling crossbeam-epoch v0.9.18 |
1424 | 2024-07-01T18:02:46.105Z | Compiling ipnetwork v0.20.0 |
1425 | 2024-07-01T18:02:46.727Z | Compiling futures-executor v0.3.30 |
1426 | 2024-07-01T18:02:47.127Z | Compiling crypto-bigint v0.5.5 |
1427 | 2024-07-01T18:02:47.448Z | Compiling float-cmp v0.9.0 |
1428 | 2024-07-01T18:02:47.594Z | Compiling memmap v0.7.0 |
1429 | 2024-07-01T18:02:47.771Z | Compiling minimal-lexical v0.2.1 |
1430 | 2024-07-01T18:02:47.867Z | Compiling static_assertions v1.1.0 |
1431 | 2024-07-01T18:02:47.958Z | Compiling whoami v1.5.1 |
1432 | 2024-07-01T18:02:48.173Z | Compiling new_debug_unreachable v1.0.6 |
1433 | 2024-07-01T18:02:48.258Z | Compiling normalize-line-endings v0.3.0 |
1434 | 2024-07-01T18:02:48.364Z | Compiling predicates-core v1.0.6 |
1435 | 2024-07-01T18:02:48.447Z | Compiling winnow v0.6.8 |
1436 | 2024-07-01T18:02:48.636Z | Compiling fixedbitset v0.4.2 |
1437 | 2024-07-01T18:02:49.068Z | Compiling unicode-segmentation v1.11.0 |
1438 | 2024-07-01T18:02:49.158Z | Compiling data-encoding v2.6.0 |
1439 | 2024-07-01T18:02:50.218Z | Compiling sync_wrapper v0.1.2 |
1440 | 2024-07-01T18:02:50.332Z | Compiling difflib v0.4.0 |
1441 | 2024-07-01T18:02:50.357Z | Compiling precomputed-hash v0.1.1 |
1442 | 2024-07-01T18:02:50.455Z | Compiling webpki-roots v0.25.4 |
1443 | 2024-07-01T18:02:50.495Z | Compiling string_cache v0.8.7 |
1444 | 2024-07-01T18:02:50.602Z | Compiling reqwest v0.11.27 |
1445 | 2024-07-01T18:02:50.870Z | Compiling predicates v3.1.0 |
1446 | 2024-07-01T18:02:51.370Z | Compiling toml_edit v0.22.13 |
1447 | 2024-07-01T18:02:51.428Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1448 | 2024-07-01T18:02:51.809Z | Compiling trust-dns-proto v0.22.0 |
1449 | 2024-07-01T18:02:51.892Z | Compiling similar v2.5.0 |
1450 | 2024-07-01T18:02:52.107Z | Compiling elliptic-curve v0.13.8 |
1451 | 2024-07-01T18:02:52.689Z | Compiling petgraph v0.6.5 |
1452 | 2024-07-01T18:02:53.551Z | Compiling tokio-postgres v0.7.10 |
1453 | 2024-07-01T18:02:54.517Z | Compiling nom v7.1.3 |
1454 | 2024-07-01T18:02:55.865Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1455 | 2024-07-01T18:02:57.278Z | Compiling usdt v0.5.0 |
1456 | 2024-07-01T18:02:57.561Z | Compiling futures v0.3.30 |
1457 | 2024-07-01T18:02:57.667Z | Compiling diesel v2.1.6 |
1458 | 2024-07-01T18:02:57.692Z | Compiling yasna v0.5.2 |
1459 | 2024-07-01T18:02:58.163Z | Compiling crossterm v0.27.0 |
1460 | 2024-07-01T18:02:58.397Z | Compiling flate2 v1.0.30 |
1461 | 2024-07-01T18:02:58.428Z | Compiling cipher v0.4.4 |
1462 | 2024-07-01T18:02:58.781Z | Compiling clap v4.5.4 |
1463 | 2024-07-01T18:02:58.995Z | Compiling itertools v0.10.5 |
1464 | 2024-07-01T18:02:59.124Z | Compiling itertools v0.12.1 |
1465 | 2024-07-01T18:02:59.492Z | Compiling bit-set v0.5.3 |
1466 | 2024-07-01T18:02:59.727Z | Compiling console v0.15.8 |
1467 | 2024-07-01T18:03:00.796Z | Compiling num-iter v0.1.45 |
1468 | 2024-07-01T18:03:00.959Z | Compiling tokio-stream v0.1.15 |
1469 | 2024-07-01T18:03:01.066Z | Compiling toml v0.7.8 |
1470 | 2024-07-01T18:03:01.295Z | Compiling bstr v1.9.1 |
1471 | 2024-07-01T18:03:01.476Z | Compiling hex v0.4.3 |
1472 | 2024-07-01T18:03:01.780Z | Compiling unicode-xid v0.2.4 |
1473 | 2024-07-01T18:03:02.187Z | Compiling camino v1.1.7 |
1474 | 2024-07-01T18:03:02.379Z | Compiling peg-runtime v0.8.3 |
1475 | 2024-07-01T18:03:02.464Z | Compiling lalrpop-util v0.19.12 |
1476 | 2024-07-01T18:03:02.843Z | Compiling proc-macro-crate v1.3.1 |
1477 | 2024-07-01T18:03:03.776Z | Compiling heapless v0.8.0 |
1478 | 2024-07-01T18:03:04.415Z | Compiling num_enum_derive v0.5.11 |
1479 | 2024-07-01T18:03:09.835Z | Compiling hash32 v0.3.1 |
1480 | 2024-07-01T18:03:10.651Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1481 | 2024-07-01T18:03:10.744Z | Compiling smoltcp v0.11.0 |
1482 | 2024-07-01T18:03:11.641Z | Compiling rustls-pki-types v1.7.0 |
1483 | 2024-07-01T18:03:12.739Z | Compiling ident_case v1.0.1 |
1484 | 2024-07-01T18:03:12.911Z | Compiling darling_core v0.20.9 |
1485 | 2024-07-01T18:03:22.360Z | Compiling num_enum v0.5.11 |
1486 | 2024-07-01T18:03:22.992Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1487 | 2024-07-01T18:03:23.290Z | Compiling getopts v0.2.21 |
1488 | 2024-07-01T18:03:24.298Z | Compiling dirs-sys-next v0.1.2 |
1489 | 2024-07-01T18:03:24.700Z | Compiling proc-macro-error-attr v1.0.4 |
1490 | 2024-07-01T18:03:24.958Z | Compiling rustls v0.22.4 |
1491 | 2024-07-01T18:03:25.207Z | Compiling unsafe-libyaml v0.2.11 |
1492 | 2024-07-01T18:03:25.996Z | Compiling embedded-io v0.4.0 |
1493 | 2024-07-01T18:03:26.225Z | Compiling paste v1.0.15 |
1494 | 2024-07-01T18:03:26.583Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1495 | 2024-07-01T18:03:26.608Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1496 | 2024-07-01T18:03:26.850Z | Compiling cobs v0.2.3 |
1497 | 2024-07-01T18:03:27.168Z | Compiling postcard v1.0.8 |
1498 | 2024-07-01T18:03:27.419Z | Compiling serde_yaml v0.9.34+deprecated |
1499 | 2024-07-01T18:03:28.802Z | Compiling dirs-next v2.0.0 |
1500 | 2024-07-01T18:03:30.655Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1501 | 2024-07-01T18:03:32.681Z | Compiling darling_macro v0.20.9 |
1502 | 2024-07-01T18:03:33.976Z | Compiling rustls-webpki v0.102.4 |
1503 | 2024-07-01T18:03:39.412Z | Compiling strum_macros v0.26.2 |
1504 | 2024-07-01T18:03:40.548Z | Compiling foreign-types-macros v0.2.3 |
1505 | 2024-07-01T18:03:40.886Z | Compiling structmeta-derive v0.3.0 |
1506 | 2024-07-01T18:03:41.531Z | Compiling thread_local v1.1.8 |
1507 | 2024-07-01T18:03:41.701Z | Compiling proc-macro-error v1.0.4 |
1508 | 2024-07-01T18:03:41.930Z | Compiling multer v3.1.0 |
1509 | 2024-07-01T18:03:42.143Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1510 | 2024-07-01T18:03:42.379Z | Compiling slog-async v2.8.0 |
1511 | 2024-07-01T18:03:43.081Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1512 | 2024-07-01T18:03:43.395Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1513 | 2024-07-01T18:03:43.419Z | Compiling foreign-types-shared v0.3.1 |
1514 | 2024-07-01T18:03:43.628Z | Compiling match_cfg v0.1.0 |
1515 | 2024-07-01T18:03:43.704Z | Compiling hostname v0.3.1 |
1516 | 2024-07-01T18:03:43.729Z | Compiling foreign-types v0.5.0 |
1517 | 2024-07-01T18:03:47.463Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1518 | 2024-07-01T18:03:48.543Z | Compiling strum v0.26.2 |
1519 | 2024-07-01T18:03:48.708Z | Compiling structmeta v0.3.0 |
1520 | 2024-07-01T18:03:51.883Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1521 | 2024-07-01T18:03:54.222Z | Compiling darling v0.20.9 |
1522 | 2024-07-01T18:03:54.972Z | Compiling term v0.7.0 |
1523 | 2024-07-01T18:04:01.769Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1524 | 2024-07-01T18:04:02.023Z | Compiling slog-json v2.6.1 |
1525 | 2024-07-01T18:04:02.477Z | Compiling tabwriter v1.4.0 |
1526 | 2024-07-01T18:04:03.129Z | Compiling crossbeam-channel v0.5.12 |
1527 | 2024-07-01T18:04:04.190Z | Compiling http v1.1.0 |
1528 | 2024-07-01T18:04:04.327Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1529 | 2024-07-01T18:04:04.509Z | Compiling async-stream-impl v0.3.5 |
1530 | 2024-07-01T18:04:04.795Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1531 | 2024-07-01T18:04:04.960Z | Compiling cstr-argument v0.1.2 |
1532 | 2024-07-01T18:04:05.195Z | Compiling is-terminal v0.4.12 |
1533 | 2024-07-01T18:04:05.331Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1534 | 2024-07-01T18:04:05.579Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1535 | 2024-07-01T18:04:05.603Z | Compiling fastrand v2.1.0 |
1536 | 2024-07-01T18:04:05.803Z | Compiling base64 v0.22.1 |
1537 | 2024-07-01T18:04:06.196Z | Compiling take_mut v0.2.2 |
1538 | 2024-07-01T18:04:06.338Z | Compiling atomic-waker v1.1.2 |
1539 | 2024-07-01T18:04:06.445Z | Compiling rayon-core v1.12.1 |
1540 | 2024-07-01T18:04:06.665Z | Compiling pretty-hex v0.2.1 |
1541 | 2024-07-01T18:04:06.737Z | Compiling crucible-workspace-hack v0.1.0 |
1542 | 2024-07-01T18:04:06.856Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1543 | 2024-07-01T18:04:06.895Z | Compiling waitgroup v0.1.2 |
1544 | 2024-07-01T18:04:07.112Z | Compiling rustls-pemfile v2.1.2 |
1545 | 2024-07-01T18:04:07.194Z | Compiling tempfile v3.10.1 |
1546 | 2024-07-01T18:04:07.732Z | Compiling async-stream v0.3.5 |
1547 | 2024-07-01T18:04:08.063Z | Compiling slog-term v2.9.1 |
1548 | 2024-07-01T18:04:08.206Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1549 | 2024-07-01T18:04:08.839Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1550 | 2024-07-01T18:04:08.971Z | Compiling slog-bunyan v2.5.0 |
1551 | 2024-07-01T18:04:09.209Z | Compiling tokio-rustls v0.25.0 |
1552 | 2024-07-01T18:04:09.573Z | Compiling serde_with_macros v3.8.1 |
1553 | 2024-07-01T18:04:09.600Z | Compiling parse-display-derive v0.9.0 |
1554 | 2024-07-01T18:04:09.639Z | Compiling toml v0.8.13 |
1555 | 2024-07-01T18:04:09.664Z | Compiling sha1 v0.10.6 |
1556 | 2024-07-01T18:04:10.278Z | Compiling colored v2.1.0 |
1557 | 2024-07-01T18:04:10.327Z | Compiling crossbeam-deque v0.8.5 |
1558 | 2024-07-01T18:04:10.658Z | Compiling newtype-uuid v1.1.0 |
1559 | 2024-07-01T18:04:10.940Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1560 | 2024-07-01T18:04:11.391Z | Compiling serde_path_to_error v0.1.16 |
1561 | 2024-07-01T18:04:11.805Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1562 | 2024-07-01T18:04:12.233Z | Compiling socket2 v0.4.10 |
1563 | 2024-07-01T18:04:12.387Z | Compiling hostname v0.4.0 |
1564 | 2024-07-01T18:04:12.581Z | Compiling instant v0.1.12 |
1565 | 2024-07-01T18:04:12.613Z | Compiling debug-ignore v1.0.5 |
1566 | 2024-07-01T18:04:12.739Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1567 | 2024-07-01T18:04:12.892Z | Compiling parse-display v0.9.0 |
1568 | 2024-07-01T18:04:13.075Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1569 | 2024-07-01T18:04:13.532Z | Compiling backoff v0.4.0 |
1570 | 2024-07-01T18:04:14.400Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1571 | 2024-07-01T18:04:14.579Z | Compiling serde_with v3.8.1 |
1572 | 2024-07-01T18:04:15.315Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1573 | 2024-07-01T18:04:15.723Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1574 | 2024-07-01T18:04:16.821Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1575 | 2024-07-01T18:04:17.390Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
1576 | 2024-07-01T18:04:18.109Z | Compiling camino-tempfile v1.1.1 |
1577 | 2024-07-01T18:04:18.573Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1578 | 2024-07-01T18:04:18.754Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1579 | 2024-07-01T18:04:18.788Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1580 | 2024-07-01T18:04:18.936Z | Compiling macaddr v1.0.1 |
1581 | 2024-07-01T18:04:18.979Z | Compiling num-derive v0.4.2 |
1582 | 2024-07-01T18:04:19.424Z | Compiling sigpipe v0.1.3 |
1583 | 2024-07-01T18:04:19.537Z | Compiling libefi-sys v0.1.0 |
1584 | 2024-07-01T18:04:19.782Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1585 | 2024-07-01T18:04:20.248Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1586 | 2024-07-01T18:04:20.492Z | Compiling rayon v1.10.0 |
1587 | 2024-07-01T18:04:20.744Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1588 | 2024-07-01T18:04:20.791Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
1589 | 2024-07-01T18:04:21.895Z | Compiling smf v0.2.3 |
1590 | 2024-07-01T18:04:22.144Z | Compiling bitfield-struct v0.6.1 |
1591 | 2024-07-01T18:04:22.916Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1592 | 2024-07-01T18:04:23.190Z | Compiling blake3 v1.5.1 |
1593 | 2024-07-01T18:04:23.214Z | Compiling ring v0.16.20 |
1594 | 2024-07-01T18:04:23.644Z | Compiling portable-atomic v1.6.0 |
1595 | 2024-07-01T18:04:24.068Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1596 | 2024-07-01T18:04:24.097Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1597 | 2024-07-01T18:04:24.940Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1598 | 2024-07-01T18:04:25.601Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1599 | 2024-07-01T18:04:25.664Z | Compiling xattr v1.3.1 |
1600 | 2024-07-01T18:04:25.941Z | Compiling memmap2 v0.9.4 |
1601 | 2024-07-01T18:04:26.424Z | Compiling filetime v0.2.23 |
1602 | 2024-07-01T18:04:26.671Z | Compiling same-file v1.0.6 |
1603 | 2024-07-01T18:04:26.729Z | Compiling spin v0.5.2 |
1604 | 2024-07-01T18:04:26.917Z | Compiling untrusted v0.7.1 |
1605 | 2024-07-01T18:04:26.948Z | Compiling arrayref v0.3.7 |
1606 | 2024-07-01T18:04:26.972Z | Compiling constant_time_eq v0.3.0 |
1607 | 2024-07-01T18:04:27.032Z | Compiling arrayvec v0.7.4 |
1608 | 2024-07-01T18:04:27.090Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1609 | 2024-07-01T18:04:27.120Z | Compiling walkdir v2.5.0 |
1610 | 2024-07-01T18:04:27.207Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1611 | 2024-07-01T18:04:28.349Z | Compiling tar v0.4.40 |
1612 | 2024-07-01T18:04:29.489Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1613 | 2024-07-01T18:04:29.844Z | Compiling cargo-platform v0.1.8 |
1614 | 2024-07-01T18:04:30.230Z | Compiling gethostname v0.4.3 |
1615 | 2024-07-01T18:04:30.474Z | Compiling number_prefix v0.4.0 |
1616 | 2024-07-01T18:04:30.684Z | Compiling topological-sort v0.2.2 |
1617 | 2024-07-01T18:04:30.779Z | Compiling indicatif v0.17.8 |
1618 | 2024-07-01T18:04:30.905Z | Compiling omicron-zone-package v0.11.0 |
1619 | 2024-07-01T18:04:31.037Z | Compiling cargo_metadata v0.18.1 |
1620 | 2024-07-01T18:04:33.711Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1621 | 2024-07-01T18:04:37.238Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1622 | 2024-07-01T18:04:37.804Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1623 | 2024-07-01T18:04:39.303Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1624 | 2024-07-01T18:04:59.468Z | Finished `release` profile [optimized] target(s) in 3m 44s |
1625 | 2024-07-01T18:04:59.566Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1626 | 2024-07-01T18:04:59.627Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1627 | 2024-07-01T18:04:59.651Z | Created new build target 'test' and set it as active |
1628 | 2024-07-01T18:04:59.651Z | |
1629 | 2024-07-01T18:04:59.651Z | real 3:44.263641711 |
1630 | 2024-07-01T18:04:59.651Z | user 24:27.769362220 |
1631 | 2024-07-01T18:04:59.651Z | sys 3:19.722316841 |
1632 | 2024-07-01T18:04:59.651Z | trap 0.809543907 |
1633 | 2024-07-01T18:04:59.651Z | tflt 0.768494312 |
1634 | 2024-07-01T18:04:59.651Z | dflt 0.715578520 |
1635 | 2024-07-01T18:04:59.651Z | kflt 0.000639949 |
1636 | 2024-07-01T18:04:59.651Z | lock 50:35.683590051 |
1637 | 2024-07-01T18:04:59.651Z | slp 1:08:42.096913878 |
1638 | 2024-07-01T18:04:59.651Z | lat 1:50.300924156 |
1639 | 2024-07-01T18:04:59.651Z | stop 2:40.175299656 |
1640 | 2024-07-01T18:04:59.651Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1641 | 2024-07-01T18:05:00.837Z | Finished `release` profile [optimized] target(s) in 1.14s |
1642 | 2024-07-01T18:05:00.883Z | Running `target/release/omicron-package -t test package` |
1643 | 2024-07-01T18:05:00.928Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1644 | 2024-07-01T18:05:02.316Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1645 | 2024-07-01T18:05:02.342Z | Compiling humantime v2.1.0 |
1646 | 2024-07-01T18:05:02.366Z | Compiling newline-converter v0.3.0 |
1647 | 2024-07-01T18:05:02.366Z | Compiling derive-where v1.2.7 |
1648 | 2024-07-01T18:05:02.390Z | Compiling dirs-sys-next v0.1.2 |
1649 | 2024-07-01T18:05:02.414Z | Compiling convert_case v0.4.0 |
1650 | 2024-07-01T18:05:02.414Z | Compiling prettyplease v0.2.20 |
1651 | 2024-07-01T18:05:02.414Z | Compiling camino v1.1.7 |
1652 | 2024-07-01T18:05:02.499Z | Compiling expectorate v1.1.0 |
1653 | 2024-07-01T18:05:02.571Z | Compiling dirs-next v2.0.0 |
1654 | 2024-07-01T18:05:02.654Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1655 | 2024-07-01T18:05:02.679Z | Compiling term v0.7.0 |
1656 | 2024-07-01T18:05:02.728Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1657 | 2024-07-01T18:05:02.833Z | Compiling password-hash v0.5.0 |
1658 | 2024-07-01T18:05:03.034Z | Compiling blake2 v0.10.6 |
1659 | 2024-07-01T18:05:03.072Z | Compiling derive_more v0.99.17 |
1660 | 2024-07-01T18:05:03.251Z | Compiling is-terminal v0.4.12 |
1661 | 2024-07-01T18:05:03.361Z | Compiling toml v0.8.13 |
1662 | 2024-07-01T18:05:03.764Z | Compiling argon2 v0.5.3 |
1663 | 2024-07-01T18:05:03.938Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1664 | 2024-07-01T18:05:04.295Z | Compiling semver v0.1.20 |
1665 | 2024-07-01T18:05:04.677Z | Compiling rustc_version v0.1.7 |
1666 | 2024-07-01T18:05:04.701Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1667 | 2024-07-01T18:05:04.778Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1668 | 2024-07-01T18:05:04.942Z | Compiling linked-hash-map v0.5.6 |
1669 | 2024-07-01T18:05:04.975Z | Compiling rustls-pki-types v1.7.0 |
1670 | 2024-07-01T18:05:05.049Z | Compiling newtype_derive v0.1.6 |
1671 | 2024-07-01T18:05:05.303Z | Compiling lru-cache v0.1.2 |
1672 | 2024-07-01T18:05:05.507Z | Compiling rustls-webpki v0.102.4 |
1673 | 2024-07-01T18:05:05.533Z | Compiling rustls v0.22.4 |
1674 | 2024-07-01T18:05:05.556Z | Compiling thread_local v1.1.8 |
1675 | 2024-07-01T18:05:05.648Z | Compiling match_cfg v0.1.0 |
1676 | 2024-07-01T18:05:05.739Z | Compiling home v0.5.9 |
1677 | 2024-07-01T18:05:05.763Z | Compiling hostname v0.3.1 |
1678 | 2024-07-01T18:05:05.944Z | Compiling steno v0.4.1 |
1679 | 2024-07-01T18:05:05.968Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1680 | 2024-07-01T18:05:05.992Z | Compiling multer v3.1.0 |
1681 | 2024-07-01T18:05:06.047Z | Compiling slog-async v2.8.0 |
1682 | 2024-07-01T18:05:06.137Z | Compiling slog-json v2.6.1 |
1683 | 2024-07-01T18:05:07.028Z | Compiling crossbeam-channel v0.5.12 |
1684 | 2024-07-01T18:05:07.447Z | Compiling http v1.1.0 |
1685 | 2024-07-01T18:05:07.850Z | Compiling slog-dtrace v0.3.0 |
1686 | 2024-07-01T18:05:07.901Z | Compiling base64 v0.22.1 |
1687 | 2024-07-01T18:05:08.083Z | Compiling atomic-waker v1.1.2 |
1688 | 2024-07-01T18:05:08.240Z | Compiling termcolor v1.4.1 |
1689 | 2024-07-01T18:05:08.467Z | Compiling take_mut v0.2.2 |
1690 | 2024-07-01T18:05:09.139Z | Compiling rustls-pemfile v2.1.2 |
1691 | 2024-07-01T18:05:09.346Z | Compiling waitgroup v0.1.2 |
1692 | 2024-07-01T18:05:09.516Z | Compiling slog-bunyan v2.5.0 |
1693 | 2024-07-01T18:05:09.541Z | Compiling slog-term v2.9.1 |
1694 | 2024-07-01T18:05:09.571Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1695 | 2024-07-01T18:05:09.631Z | Compiling async-stream v0.3.5 |
1696 | 2024-07-01T18:05:09.656Z | Compiling sha1 v0.10.6 |
1697 | 2024-07-01T18:05:09.696Z | Compiling newtype-uuid v1.1.0 |
1698 | 2024-07-01T18:05:09.872Z | Compiling tokio-rustls v0.25.0 |
1699 | 2024-07-01T18:05:09.956Z | Compiling serde_path_to_error v0.1.16 |
1700 | 2024-07-01T18:05:09.980Z | Compiling hostname v0.4.0 |
1701 | 2024-07-01T18:05:10.174Z | Compiling instant v0.1.12 |
1702 | 2024-07-01T18:05:10.233Z | Compiling debug-ignore v1.0.5 |
1703 | 2024-07-01T18:05:10.317Z | Compiling backoff v0.4.0 |
1704 | 2024-07-01T18:05:10.390Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1705 | 2024-07-01T18:05:10.651Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
1706 | 2024-07-01T18:05:10.676Z | Compiling parse-display v0.9.0 |
1707 | 2024-07-01T18:05:11.153Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1708 | 2024-07-01T18:05:11.319Z | Compiling serde_with v3.8.1 |
1709 | 2024-07-01T18:05:11.746Z | Compiling strum v0.26.2 |
1710 | 2024-07-01T18:05:11.894Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1711 | 2024-07-01T18:05:12.729Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1712 | 2024-07-01T18:05:13.284Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1713 | 2024-07-01T18:05:13.429Z | Compiling num-rational v0.4.2 |
1714 | 2024-07-01T18:05:13.871Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1715 | 2024-07-01T18:05:13.895Z | Compiling num-complex v0.4.6 |
1716 | 2024-07-01T18:05:14.488Z | Compiling macaddr v1.0.1 |
1717 | 2024-07-01T18:05:14.727Z | Compiling quick-error v1.2.3 |
1718 | 2024-07-01T18:05:14.752Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1719 | 2024-07-01T18:05:14.846Z | Compiling resolv-conf v0.7.0 |
1720 | 2024-07-01T18:05:14.870Z | Compiling num v0.4.3 |
1721 | 2024-07-01T18:05:16.543Z | Compiling swrite v0.1.0 |
1722 | 2024-07-01T18:05:16.658Z | Compiling radium v0.7.0 |
1723 | 2024-07-01T18:05:16.942Z | Compiling float-ord v0.3.2 |
1724 | 2024-07-01T18:05:16.967Z | Compiling utf-8 v0.7.6 |
1725 | 2024-07-01T18:05:17.088Z | Compiling trust-dns-resolver v0.22.0 |
1726 | 2024-07-01T18:05:17.193Z | Compiling tap v1.0.1 |
1727 | 2024-07-01T18:05:17.359Z | Compiling maybe-uninit v2.0.0 |
1728 | 2024-07-01T18:05:17.417Z | Compiling wyz v0.5.1 |
1729 | 2024-07-01T18:05:17.804Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1730 | 2024-07-01T18:05:18.245Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1731 | 2024-07-01T18:05:22.349Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1732 | 2024-07-01T18:05:24.179Z | Compiling num-bigint-dig v0.8.4 |
1733 | 2024-07-01T18:05:24.393Z | Compiling crc-catalog v2.4.0 |
1734 | 2024-07-01T18:05:24.522Z | Compiling display-error-chain v0.2.0 |
1735 | 2024-07-01T18:05:24.687Z | Compiling funty v2.0.0 |
1736 | 2024-07-01T18:05:26.319Z | Compiling packed_struct v0.10.1 |
1737 | 2024-07-01T18:05:26.668Z | Compiling bitvec v1.0.1 |
1738 | 2024-07-01T18:05:26.809Z | Compiling crc v3.2.1 |
1739 | 2024-07-01T18:05:30.254Z | Compiling packed_struct_codegen v0.10.1 |
1740 | 2024-07-01T18:05:30.946Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1741 | 2024-07-01T18:05:31.856Z | Compiling indexmap v1.9.3 |
1742 | 2024-07-01T18:05:32.106Z | Compiling crunchy v0.2.2 |
1743 | 2024-07-01T18:05:32.367Z | Compiling nodrop v0.1.14 |
1744 | 2024-07-01T18:05:32.465Z | Compiling glob v0.3.1 |
1745 | 2024-07-01T18:05:32.510Z | Compiling array-init v0.0.4 |
1746 | 2024-07-01T18:05:33.173Z | Compiling clang-sys v1.7.0 |
1747 | 2024-07-01T18:05:33.951Z | Compiling smallvec v0.6.14 |
1748 | 2024-07-01T18:05:34.409Z | Compiling pkcs1 v0.7.5 |
1749 | 2024-07-01T18:05:35.019Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1750 | 2024-07-01T18:05:35.044Z | Compiling signature v2.2.0 |
1751 | 2024-07-01T18:05:35.307Z | Compiling nibble_vec v0.1.0 |
1752 | 2024-07-01T18:05:35.434Z | Compiling tiny-keccak v2.0.2 |
1753 | 2024-07-01T18:05:35.538Z | Compiling endian-type v0.1.2 |
1754 | 2024-07-01T18:05:35.669Z | Compiling maplit v1.0.2 |
1755 | 2024-07-01T18:05:35.758Z | Compiling hashbrown v0.12.3 |
1756 | 2024-07-01T18:05:35.784Z | Compiling cancel-safe-futures v0.1.5 |
1757 | 2024-07-01T18:05:36.055Z | Compiling bitfield v0.14.0 |
1758 | 2024-07-01T18:05:36.348Z | Compiling rsa v0.9.6 |
1759 | 2024-07-01T18:05:36.993Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1760 | 2024-07-01T18:05:37.721Z | Compiling radix_trie v0.2.1 |
1761 | 2024-07-01T18:05:37.808Z | Compiling serde-hex v0.1.0 |
1762 | 2024-07-01T18:05:38.473Z | Compiling bzip2 v0.4.4 |
1763 | 2024-07-01T18:05:39.007Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1764 | 2024-07-01T18:05:39.241Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1765 | 2024-07-01T18:05:39.411Z | Compiling env_logger v0.10.2 |
1766 | 2024-07-01T18:05:40.694Z | Compiling x509-cert v0.2.5 |
1767 | 2024-07-01T18:05:41.825Z | Compiling ron v0.8.1 |
1768 | 2024-07-01T18:05:42.005Z | Compiling hashbrown v0.13.2 |
1769 | 2024-07-01T18:05:42.042Z | Compiling crc-any v2.5.0 |
1770 | 2024-07-01T18:05:43.096Z | Compiling object v0.30.4 |
1771 | 2024-07-01T18:05:43.121Z | Compiling zip v0.6.6 |
1772 | 2024-07-01T18:05:45.393Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1773 | 2024-07-01T18:05:46.740Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1774 | 2024-07-01T18:05:47.403Z | Compiling rayon-core v1.12.1 |
1775 | 2024-07-01T18:05:47.428Z | Compiling ascii-canvas v3.0.0 |
1776 | 2024-07-01T18:05:47.810Z | Compiling crossbeam-deque v0.8.5 |
1777 | 2024-07-01T18:05:48.100Z | Compiling ena v0.14.3 |
1778 | 2024-07-01T18:05:48.451Z | Compiling libloading v0.8.3 |
1779 | 2024-07-01T18:05:48.775Z | Compiling half v2.4.1 |
1780 | 2024-07-01T18:05:49.351Z | Compiling diff v0.1.13 |
1781 | 2024-07-01T18:05:49.663Z | Compiling ciborium-io v0.2.2 |
1782 | 2024-07-01T18:05:49.778Z | Compiling fastrand v2.1.0 |
1783 | 2024-07-01T18:05:49.812Z | Compiling path-slash v0.1.5 |
1784 | 2024-07-01T18:05:50.016Z | Compiling arc-swap v1.7.1 |
1785 | 2024-07-01T18:05:50.181Z | Compiling bindgen v0.69.4 |
1786 | 2024-07-01T18:05:50.228Z | Compiling regex-syntax v0.6.29 |
1787 | 2024-07-01T18:05:50.578Z | Compiling same-file v1.0.6 |
1788 | 2024-07-01T18:05:50.665Z | Compiling slog-scope v4.4.0 |
1789 | 2024-07-01T18:05:50.774Z | Compiling walkdir v2.5.0 |
1790 | 2024-07-01T18:05:51.366Z | Compiling tempfile v3.10.1 |
1791 | 2024-07-01T18:05:51.410Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1792 | 2024-07-01T18:05:51.994Z | Compiling ciborium-ll v0.2.2 |
1793 | 2024-07-01T18:05:53.450Z | Compiling lalrpop v0.19.12 |
1794 | 2024-07-01T18:05:55.646Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1795 | 2024-07-01T18:05:55.700Z | Compiling which v4.4.2 |
1796 | 2024-07-01T18:05:56.167Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1797 | 2024-07-01T18:05:56.385Z | Compiling cexpr v0.6.0 |
1798 | 2024-07-01T18:05:56.551Z | Compiling fxhash v0.2.1 |
1799 | 2024-07-01T18:05:56.730Z | Compiling shlex v1.3.0 |
1800 | 2024-07-01T18:05:57.049Z | Compiling ref-cast v1.0.23 |
1801 | 2024-07-01T18:05:57.402Z | Compiling lazycell v1.3.0 |
1802 | 2024-07-01T18:05:57.548Z | Compiling rustc-hash v1.1.0 |
1803 | 2024-07-01T18:05:57.767Z | Compiling blake3 v1.5.1 |
1804 | 2024-07-01T18:05:58.072Z | Compiling ring v0.16.20 |
1805 | 2024-07-01T18:05:59.811Z | Compiling rayon v1.10.0 |
1806 | 2024-07-01T18:06:00.186Z | Compiling ciborium v0.2.2 |
1807 | 2024-07-01T18:06:01.054Z | Compiling slog-stdlog v4.1.1 |
1808 | 2024-07-01T18:06:01.807Z | Compiling tungstenite v0.21.0 |
1809 | 2024-07-01T18:06:01.950Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1810 | 2024-07-01T18:06:02.163Z | Compiling derive_builder_core v0.20.0 |
1811 | 2024-07-01T18:06:03.608Z | Compiling headers-core v0.2.0 |
1812 | 2024-07-01T18:06:03.754Z | Compiling xattr v1.3.1 |
1813 | 2024-07-01T18:06:03.906Z | Compiling libxml v0.3.3 |
1814 | 2024-07-01T18:06:03.987Z | Compiling ref-cast-impl v1.0.23 |
1815 | 2024-07-01T18:06:04.011Z | Compiling memmap2 v0.9.4 |
1816 | 2024-07-01T18:06:04.193Z | Compiling atty v0.2.14 |
1817 | 2024-07-01T18:06:04.334Z | Compiling filetime v0.2.23 |
1818 | 2024-07-01T18:06:04.385Z | Compiling arrayvec v0.7.4 |
1819 | 2024-07-01T18:06:04.606Z | Compiling constant_time_eq v0.3.0 |
1820 | 2024-07-01T18:06:04.730Z | Compiling untrusted v0.7.1 |
1821 | 2024-07-01T18:06:04.730Z | Compiling spin v0.5.2 |
1822 | 2024-07-01T18:06:04.896Z | Compiling arrayref v0.3.7 |
1823 | 2024-07-01T18:06:05.064Z | Compiling tar v0.4.40 |
1824 | 2024-07-01T18:06:06.075Z | Compiling derive_builder_macro v0.20.0 |
1825 | 2024-07-01T18:06:06.160Z | Compiling headers v0.3.9 |
1826 | 2024-07-01T18:06:06.606Z | Compiling tokio-tungstenite v0.21.0 |
1827 | 2024-07-01T18:06:06.786Z | Compiling slog-envlogger v2.2.0 |
1828 | 2024-07-01T18:06:07.092Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1829 | 2024-07-01T18:06:07.632Z | Compiling camino-tempfile v1.1.1 |
1830 | 2024-07-01T18:06:07.974Z | Compiling toolchain_find v0.4.0 |
1831 | 2024-07-01T18:06:08.005Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1832 | 2024-07-01T18:06:08.251Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1833 | 2024-07-01T18:06:08.419Z | Compiling pem v3.0.4 |
1834 | 2024-07-01T18:06:08.482Z | Compiling libsw v3.3.1 |
1835 | 2024-07-01T18:06:08.775Z | Compiling strum_macros v0.24.3 |
1836 | 2024-07-01T18:06:08.908Z | Compiling async-recursion v1.1.1 |
1837 | 2024-07-01T18:06:09.048Z | Compiling samael v0.0.15 |
1838 | 2024-07-01T18:06:09.320Z | Compiling cookie v0.18.1 |
1839 | 2024-07-01T18:06:09.557Z | Compiling linear-map v1.2.0 |
1840 | 2024-07-01T18:06:09.623Z | Compiling owo-colors v4.0.0 |
1841 | 2024-07-01T18:06:09.689Z | Compiling topological-sort v0.2.2 |
1842 | 2024-07-01T18:06:09.875Z | Compiling indoc v1.0.9 |
1843 | 2024-07-01T18:06:09.913Z | Compiling omicron-zone-package v0.11.0 |
1844 | 2024-07-01T18:06:10.712Z | Compiling rustfmt-wrapper v0.2.1 |
1845 | 2024-07-01T18:06:11.229Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1846 | 2024-07-01T18:06:11.493Z | Compiling derive_builder v0.20.0 |
1847 | 2024-07-01T18:06:11.790Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1848 | 2024-07-01T18:06:12.395Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1849 | 2024-07-01T18:06:12.609Z | Compiling quick-xml v0.31.0 |
1850 | 2024-07-01T18:06:13.490Z | Compiling impl-trait-for-tuples v0.2.2 |
1851 | 2024-07-01T18:06:14.451Z | Compiling oso-derive v0.27.3 |
1852 | 2024-07-01T18:06:15.102Z | Compiling polar-core v0.27.3 |
1853 | 2024-07-01T18:06:15.251Z | Compiling vte_generate_state_changes v0.1.1 |
1854 | 2024-07-01T18:06:15.712Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1855 | 2024-07-01T18:06:15.742Z | Compiling unicase v2.7.0 |
1856 | 2024-07-01T18:06:15.957Z | Compiling cfg_aliases v0.1.1 |
1857 | 2024-07-01T18:06:15.997Z | Compiling buf-list v1.0.3 |
1858 | 2024-07-01T18:06:16.061Z | Compiling nix v0.28.0 |
1859 | 2024-07-01T18:06:16.617Z | Compiling vte v0.11.1 |
1860 | 2024-07-01T18:06:16.703Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1861 | 2024-07-01T18:06:17.616Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1862 | 2024-07-01T18:06:18.852Z | Compiling tungstenite v0.20.1 |
1863 | 2024-07-01T18:06:19.441Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1864 | 2024-07-01T18:06:19.662Z | Compiling fd-lock v4.0.2 |
1865 | 2024-07-01T18:06:19.854Z | Compiling bb8 v0.8.3 |
1866 | 2024-07-01T18:06:20.300Z | Compiling const_format_proc_macros v0.2.32 |
1867 | 2024-07-01T18:06:20.756Z | Compiling pin-project-internal v1.1.5 |
1868 | 2024-07-01T18:06:21.923Z | Compiling memoffset v0.9.1 |
1869 | 2024-07-01T18:06:22.186Z | Compiling parking_lot_core v0.8.6 |
1870 | 2024-07-01T18:06:22.524Z | Compiling bytecount v0.6.8 |
1871 | 2024-07-01T18:06:22.802Z | Compiling papergrid v0.11.0 |
1872 | 2024-07-01T18:06:22.966Z | Compiling pin-project v1.1.5 |
1873 | 2024-07-01T18:06:23.115Z | Compiling const_format v0.2.32 |
1874 | 2024-07-01T18:06:23.233Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1875 | 2024-07-01T18:06:23.771Z | Compiling tokio-tungstenite v0.20.1 |
1876 | 2024-07-01T18:06:24.158Z | Compiling strip-ansi-escapes v0.2.0 |
1877 | 2024-07-01T18:06:24.787Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1878 | 2024-07-01T18:06:25.411Z | Compiling tabled_derive v0.7.0 |
1879 | 2024-07-01T18:06:27.076Z | Compiling snafu-derive v0.8.2 |
1880 | 2024-07-01T18:06:27.261Z | Compiling nu-ansi-term v0.50.0 |
1881 | 2024-07-01T18:06:28.297Z | Compiling reedline v0.31.0 |
1882 | 2024-07-01T18:06:29.590Z | Compiling tabled v0.15.0 |
1883 | 2024-07-01T18:06:31.010Z | Compiling snafu v0.8.2 |
1884 | 2024-07-01T18:06:37.448Z | Compiling oso v0.27.3 |
1885 | 2024-07-01T18:06:46.706Z | Compiling env_logger v0.9.3 |
1886 | 2024-07-01T18:06:47.040Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1887 | 2024-07-01T18:06:50.409Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1888 | 2024-07-01T18:06:50.849Z | Compiling globset v0.4.14 |
1889 | 2024-07-01T18:06:51.844Z | Compiling olpc-cjson v0.1.3 |
1890 | 2024-07-01T18:06:51.932Z | Compiling peg-macros v0.8.3 |
1891 | 2024-07-01T18:06:52.149Z | Compiling bitstruct_derive v0.1.0 |
1892 | 2024-07-01T18:06:53.199Z | Compiling serde_plain v1.0.2 |
1893 | 2024-07-01T18:06:53.658Z | Compiling sqlparser_derive v0.2.2 |
1894 | 2024-07-01T18:06:53.873Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1895 | 2024-07-01T18:06:54.015Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1896 | 2024-07-01T18:06:54.133Z | Compiling unicode_categories v0.1.1 |
1897 | 2024-07-01T18:06:54.297Z | Compiling salty v0.2.0 |
1898 | 2024-07-01T18:06:54.505Z | Compiling typed-path v0.7.1 |
1899 | 2024-07-01T18:06:54.530Z | Compiling signature v1.6.4 |
1900 | 2024-07-01T18:06:54.638Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1901 | 2024-07-01T18:06:54.683Z | Compiling ascii v1.1.0 |
1902 | 2024-07-01T18:06:54.751Z | Compiling ed25519 v1.5.3 |
1903 | 2024-07-01T18:06:54.900Z | Compiling rustyline v14.0.0 |
1904 | 2024-07-01T18:06:55.021Z | Compiling sqlparser v0.45.0 |
1905 | 2024-07-01T18:06:55.334Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1906 | 2024-07-01T18:06:57.085Z | Compiling tough v0.17.1 |
1907 | 2024-07-01T18:06:57.309Z | Compiling peg v0.8.3 |
1908 | 2024-07-01T18:06:57.414Z | Compiling sqlformat v0.2.3 |
1909 | 2024-07-01T18:07:00.019Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1910 | 2024-07-01T18:07:00.264Z | Compiling bitstruct v0.1.1 |
1911 | 2024-07-01T18:07:00.379Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1912 | 2024-07-01T18:07:00.841Z | Compiling parking_lot v0.11.2 |
1913 | 2024-07-01T18:07:00.897Z | Compiling nix v0.27.1 |
1914 | 2024-07-01T18:07:02.571Z | Compiling trust-dns-client v0.22.0 |
1915 | 2024-07-01T18:07:03.309Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1916 | 2024-07-01T18:07:03.590Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
1917 | 2024-07-01T18:07:04.532Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1918 | 2024-07-01T18:07:05.506Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1919 | 2024-07-01T18:07:05.653Z | Compiling curve25519-dalek v4.1.3 |
1920 | 2024-07-01T18:07:05.974Z | Compiling kstat-rs v0.2.4 |
1921 | 2024-07-01T18:07:07.267Z | Compiling bcs v0.1.6 |
1922 | 2024-07-01T18:07:08.014Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1923 | 2024-07-01T18:07:08.113Z | Compiling toml v0.5.11 |
1924 | 2024-07-01T18:07:08.668Z | Compiling serde-big-array v0.5.1 |
1925 | 2024-07-01T18:07:08.891Z | Compiling erased-serde v0.3.31 |
1926 | 2024-07-01T18:07:10.204Z | Compiling serde_arrays v0.1.0 |
1927 | 2024-07-01T18:07:10.382Z | Compiling highway v1.1.0 |
1928 | 2024-07-01T18:07:11.475Z | Compiling keccak v0.1.5 |
1929 | 2024-07-01T18:07:12.206Z | Compiling parse-size v1.0.0 |
1930 | 2024-07-01T18:07:12.454Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1931 | 2024-07-01T18:07:15.550Z | Compiling sha3 v0.10.8 |
1932 | 2024-07-01T18:07:16.265Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1933 | 2024-07-01T18:07:25.509Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1934 | 2024-07-01T18:07:28.160Z | Compiling trust-dns-server v0.22.1 |
1935 | 2024-07-01T18:07:36.315Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1936 | 2024-07-01T18:07:36.713Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1937 | 2024-07-01T18:07:41.480Z | Compiling sled v0.34.7 |
1938 | 2024-07-01T18:07:44.728Z | Compiling mime_guess v2.0.4 |
1939 | 2024-07-01T18:07:46.984Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1940 | 2024-07-01T18:07:47.390Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1941 | 2024-07-01T18:07:49.621Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
1942 | 2024-07-01T18:07:50.858Z | Compiling signal-hook-tokio v0.3.1 |
1943 | 2024-07-01T18:07:51.043Z | Compiling universal-hash v0.5.1 |
1944 | 2024-07-01T18:07:51.247Z | Compiling heck v0.3.3 |
1945 | 2024-07-01T18:07:51.553Z | Compiling secrecy v0.8.0 |
1946 | 2024-07-01T18:07:51.771Z | Compiling castaway v0.2.2 |
1947 | 2024-07-01T18:07:51.921Z | Compiling rand_seeder v0.2.3 |
1948 | 2024-07-01T18:07:52.246Z | Compiling thiserror-impl-no-std v2.0.2 |
1949 | 2024-07-01T18:07:54.365Z | Compiling serde-big-array v0.4.1 |
1950 | 2024-07-01T18:07:54.544Z | Compiling nanorand v0.7.0 |
1951 | 2024-07-01T18:07:55.219Z | Compiling curve25519-dalek-derive v0.1.1 |
1952 | 2024-07-01T18:07:55.243Z | Compiling opaque-debug v0.3.1 |
1953 | 2024-07-01T18:07:55.347Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1954 | 2024-07-01T18:07:55.600Z | Compiling poly1305 v0.8.0 |
1955 | 2024-07-01T18:07:56.773Z | Compiling flume v0.11.0 |
1956 | 2024-07-01T18:07:57.378Z | Compiling sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1957 | 2024-07-01T18:07:58.459Z | Compiling thiserror-no-std v2.0.2 |
1958 | 2024-07-01T18:07:58.571Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1959 | 2024-07-01T18:07:58.751Z | Compiling compact_str v0.7.1 |
1960 | 2024-07-01T18:07:59.974Z | Compiling zone_cfg_derive v0.1.2 |
1961 | 2024-07-01T18:08:01.022Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1962 | 2024-07-01T18:08:02.248Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1963 | 2024-07-01T18:08:02.826Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1964 | 2024-07-01T18:08:08.676Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1965 | 2024-07-01T18:08:09.190Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1966 | 2024-07-01T18:08:10.014Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1967 | 2024-07-01T18:08:14.121Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1968 | 2024-07-01T18:08:16.092Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1969 | 2024-07-01T18:08:16.328Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1970 | 2024-07-01T18:08:16.546Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1971 | 2024-07-01T18:08:16.767Z | Compiling chacha20 v0.9.1 |
1972 | 2024-07-01T18:08:17.231Z | Compiling aead v0.5.2 |
1973 | 2024-07-01T18:08:17.493Z | Compiling lru v0.12.3 |
1974 | 2024-07-01T18:08:17.755Z | Compiling stability v0.2.0 |
1975 | 2024-07-01T18:08:18.493Z | Compiling corncobs v0.1.3 |
1976 | 2024-07-01T18:08:18.801Z | Compiling base64 v0.13.1 |
1977 | 2024-07-01T18:08:19.430Z | Compiling indoc v2.0.5 |
1978 | 2024-07-01T18:08:20.165Z | Compiling cassowary v0.3.0 |
1979 | 2024-07-01T18:08:21.493Z | Compiling ratatui v0.26.2 |
1980 | 2024-07-01T18:08:23.220Z | Compiling ron v0.7.1 |
1981 | 2024-07-01T18:08:23.616Z | Compiling sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1982 | 2024-07-01T18:08:24.188Z | Compiling chacha20poly1305 v0.10.1 |
1983 | 2024-07-01T18:08:24.395Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1984 | 2024-07-01T18:08:24.419Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1985 | 2024-07-01T18:08:26.258Z | Compiling zone v0.1.8 |
1986 | 2024-07-01T18:08:27.489Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1987 | 2024-07-01T18:08:28.814Z | Compiling vsss-rs v3.3.4 |
1988 | 2024-07-01T18:08:32.321Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1989 | 2024-07-01T18:08:32.879Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
1990 | 2024-07-01T18:08:34.416Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
1991 | 2024-07-01T18:08:35.155Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1992 | 2024-07-01T18:08:35.613Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1993 | 2024-07-01T18:08:35.831Z | Compiling portpicker v0.1.1 |
1994 | 2024-07-01T18:08:36.257Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1995 | 2024-07-01T18:08:36.858Z | Compiling csv-core v0.1.11 |
1996 | 2024-07-01T18:08:37.543Z | Compiling http-range v0.1.5 |
1997 | 2024-07-01T18:08:38.000Z | Compiling smawk v0.3.2 |
1998 | 2024-07-01T18:08:38.228Z | Compiling unicode-linebreak v0.1.5 |
1999 | 2024-07-01T18:08:38.650Z | Compiling textwrap v0.16.1 |
2000 | 2024-07-01T18:08:39.348Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2001 | 2024-07-01T18:08:39.551Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2002 | 2024-07-01T18:08:41.620Z | Compiling hyper-staticfile v0.9.5 |
2003 | 2024-07-01T18:08:42.064Z | Compiling csv v1.3.0 |
2004 | 2024-07-01T18:08:43.767Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
2005 | 2024-07-01T18:08:48.205Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2006 | 2024-07-01T18:08:49.842Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2007 | 2024-07-01T18:08:50.355Z | Compiling rcgen v0.12.1 |
2008 | 2024-07-01T18:08:51.906Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2009 | 2024-07-01T18:08:52.280Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2010 | 2024-07-01T18:08:52.506Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
2011 | 2024-07-01T18:08:57.825Z | Compiling atomicwrites v0.4.3 |
2012 | 2024-07-01T18:08:58.069Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2013 | 2024-07-01T18:08:58.245Z | Compiling fatfs v0.3.6 |
2014 | 2024-07-01T18:08:59.144Z | Compiling subprocess v0.2.9 |
2015 | 2024-07-01T18:08:59.485Z | Compiling rtoolbox v0.0.2 |
2016 | 2024-07-01T18:08:59.875Z | Compiling is_ci v1.2.0 |
2017 | 2024-07-01T18:09:00.119Z | Compiling assert_matches v1.5.0 |
2018 | 2024-07-01T18:09:00.332Z | Compiling supports-color v3.0.0 |
2019 | 2024-07-01T18:09:00.457Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2020 | 2024-07-01T18:09:00.873Z | Compiling rpassword v7.3.1 |
2021 | 2024-07-01T18:09:01.280Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2022 | 2024-07-01T18:09:01.444Z | Compiling tui-tree-widget v0.19.0 |
2023 | 2024-07-01T18:09:01.806Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2024 | 2024-07-01T18:09:03.252Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2025 | 2024-07-01T18:09:06.286Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2026 | 2024-07-01T18:09:06.512Z | Compiling shell-words v1.1.0 |
2027 | 2024-07-01T18:09:06.864Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2028 | 2024-07-01T18:09:07.860Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2029 | 2024-07-01T18:09:17.809Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2030 | 2024-07-01T18:09:28.325Z | Compiling uzers v0.11.3 |
2031 | 2024-07-01T18:09:30.624Z | Compiling multimap v0.10.0 |
2032 | 2024-07-01T18:10:09.298Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2033 | 2024-07-01T18:11:15.919Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2034 | 2024-07-01T18:11:29.082Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2035 | 2024-07-01T18:17:14.651Z | Finished `release` profile [optimized] target(s) in 12m 13s |
2036 | 2024-07-01T18:18:17.840Z | |
2037 | 2024-07-01T18:18:17.840Z | real 13:18.198264750 |
2038 | 2024-07-01T18:18:17.840Z | user 1:25:44.534869674 |
2039 | 2024-07-01T18:18:17.840Z | sys 5:05.046325160 |
2040 | 2024-07-01T18:18:17.840Z | trap 2.125308642 |
2041 | 2024-07-01T18:18:17.864Z | tflt 1.142364203 |
2042 | 2024-07-01T18:18:17.864Z | dflt 3.652502264 |
2043 | 2024-07-01T18:18:17.864Z | kflt 0.001002807 |
2044 | 2024-07-01T18:18:17.864Z | lock 5:20:59.806713111 |
2045 | 2024-07-01T18:18:17.864Z | slp 3:15:26.001914253 |
2046 | 2024-07-01T18:18:17.864Z | lat 2:15.499287158 |
2047 | 2024-07-01T18:18:17.864Z | stop 1:39.445503625 |
2048 | 2024-07-01T18:18:17.864Z | + mapfile -t packages |
2049 | 2024-07-01T18:18:17.864Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2050 | 2024-07-01T18:18:19.048Z | Finished `release` profile [optimized] target(s) in 1.15s |
2051 | 2024-07-01T18:18:19.093Z | Running `target/release/omicron-package -t test list-outputs` |
2052 | 2024-07-01T18:18:19.143Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2053 | 2024-07-01T18:18:19.168Z | + ptime -m cargo build --locked --release -p xtask |
2054 | 2024-07-01T18:18:19.919Z | Compiling serde v1.0.203 |
2055 | 2024-07-01T18:18:19.943Z | Compiling bitflags v2.5.0 |
2056 | 2024-07-01T18:18:19.943Z | Compiling syn v2.0.68 |
2057 | 2024-07-01T18:18:19.943Z | Compiling smallvec v1.13.2 |
2058 | 2024-07-01T18:18:19.943Z | Compiling bytes v1.6.0 |
2059 | 2024-07-01T18:18:19.968Z | Compiling scopeguard v1.2.0 |
2060 | 2024-07-01T18:18:20.003Z | Compiling serde_json v1.0.118 |
2061 | 2024-07-01T18:18:20.131Z | Compiling lock_api v0.4.12 |
2062 | 2024-07-01T18:18:20.289Z | Compiling hashbrown v0.14.5 |
2063 | 2024-07-01T18:18:20.392Z | Compiling parking_lot_core v0.9.10 |
2064 | 2024-07-01T18:18:20.422Z | Compiling log v0.4.21 |
2065 | 2024-07-01T18:18:20.485Z | Compiling mio v0.8.11 |
2066 | 2024-07-01T18:18:20.579Z | Compiling libc v0.2.155 |
2067 | 2024-07-01T18:18:20.777Z | Compiling parking_lot v0.12.2 |
2068 | 2024-07-01T18:18:20.863Z | Compiling generic-array v0.14.7 |
2069 | 2024-07-01T18:18:21.129Z | Compiling slog v2.7.0 |
2070 | 2024-07-01T18:18:21.279Z | Compiling rustix v0.38.34 |
2071 | 2024-07-01T18:18:21.529Z | Compiling indexmap v2.2.6 |
2072 | 2024-07-01T18:18:21.612Z | Compiling http v0.2.12 |
2073 | 2024-07-01T18:18:21.636Z | Compiling usdt-impl v0.5.0 |
2074 | 2024-07-01T18:18:21.846Z | Compiling syn v1.0.109 |
2075 | 2024-07-01T18:18:21.936Z | Compiling time-macros v0.2.18 |
2076 | 2024-07-01T18:18:22.307Z | Compiling thread-id v4.2.1 |
2077 | 2024-07-01T18:18:22.356Z | Compiling tracing v0.1.40 |
2078 | 2024-07-01T18:18:22.860Z | Compiling crossbeam-utils v0.8.19 |
2079 | 2024-07-01T18:18:23.340Z | Compiling http-body v0.4.6 |
2080 | 2024-07-01T18:18:23.498Z | Compiling unicode-normalization v0.1.23 |
2081 | 2024-07-01T18:18:23.544Z | Compiling unicode-bidi v0.3.15 |
2082 | 2024-07-01T18:18:24.308Z | Compiling time v0.3.36 |
2083 | 2024-07-01T18:18:24.515Z | Compiling idna v0.5.0 |
2084 | 2024-07-01T18:18:24.903Z | Compiling crypto-common v0.1.6 |
2085 | 2024-07-01T18:18:25.090Z | Compiling block-buffer v0.10.4 |
2086 | 2024-07-01T18:18:25.300Z | Compiling proc-macro-error v1.0.4 |
2087 | 2024-07-01T18:18:25.837Z | Compiling terminal_size v0.3.0 |
2088 | 2024-07-01T18:18:26.016Z | Compiling fs-err v2.11.0 |
2089 | 2024-07-01T18:18:26.041Z | Compiling anyhow v1.0.86 |
2090 | 2024-07-01T18:18:26.430Z | Compiling crossbeam-channel v0.5.12 |
2091 | 2024-07-01T18:18:26.707Z | Compiling clap_builder v4.5.2 |
2092 | 2024-07-01T18:18:26.957Z | Compiling digest v0.10.7 |
2093 | 2024-07-01T18:18:27.075Z | Compiling url v2.5.0 |
2094 | 2024-07-01T18:18:27.318Z | Compiling xattr v1.3.1 |
2095 | 2024-07-01T18:18:27.589Z | Compiling slog-async v2.8.0 |
2096 | 2024-07-01T18:18:27.686Z | Compiling tabled_derive v0.7.0 |
2097 | 2024-07-01T18:18:27.842Z | Compiling sha2 v0.10.8 |
2098 | 2024-07-01T18:18:29.268Z | Compiling serde_derive v1.0.203 |
2099 | 2024-07-01T18:18:29.405Z | Compiling thiserror-impl v1.0.60 |
2100 | 2024-07-01T18:18:30.002Z | Compiling zerocopy-derive v0.7.34 |
2101 | 2024-07-01T18:18:30.130Z | Compiling futures-macro v0.3.30 |
2102 | 2024-07-01T18:18:31.512Z | Compiling tokio-macros v2.2.0 |
2103 | 2024-07-01T18:18:31.675Z | Compiling openssl-macros v0.1.1 |
2104 | 2024-07-01T18:18:31.785Z | Compiling thiserror v1.0.60 |
2105 | 2024-07-01T18:18:31.822Z | Compiling futures-util v0.3.30 |
2106 | 2024-07-01T18:18:31.944Z | Compiling pest v2.7.10 |
2107 | 2024-07-01T18:18:31.974Z | Compiling zerocopy v0.7.34 |
2108 | 2024-07-01T18:18:32.398Z | Compiling scroll_derive v0.12.0 |
2109 | 2024-07-01T18:18:32.933Z | Compiling tokio v1.37.0 |
2110 | 2024-07-01T18:18:33.354Z | Compiling openssl v0.10.64 |
2111 | 2024-07-01T18:18:33.579Z | Compiling scroll v0.12.0 |
2112 | 2024-07-01T18:18:34.113Z | Compiling pest_meta v2.7.10 |
2113 | 2024-07-01T18:18:34.414Z | Compiling goblin v0.8.2 |
2114 | 2024-07-01T18:18:37.632Z | Compiling pest_generator v2.7.10 |
2115 | 2024-07-01T18:18:39.010Z | Compiling pest_derive v2.7.10 |
2116 | 2024-07-01T18:18:39.634Z | Compiling dtrace-parser v0.2.0 |
2117 | 2024-07-01T18:18:41.075Z | Compiling tokio-util v0.7.11 |
2118 | 2024-07-01T18:18:42.749Z | Compiling serde_tokenstream v0.2.0 |
2119 | 2024-07-01T18:18:43.169Z | Compiling h2 v0.3.26 |
2120 | 2024-07-01T18:18:44.580Z | Compiling dof v0.3.0 |
2121 | 2024-07-01T18:18:45.406Z | Compiling serde_spanned v0.6.6 |
2122 | 2024-07-01T18:18:45.693Z | Compiling toml_datetime v0.6.6 |
2123 | 2024-07-01T18:18:46.186Z | Compiling native-tls v0.2.11 |
2124 | 2024-07-01T18:18:47.129Z | Compiling hyper v0.14.28 |
2125 | 2024-07-01T18:18:47.276Z | Compiling tokio-native-tls v0.3.1 |
2126 | 2024-07-01T18:18:47.539Z | Compiling toml_edit v0.22.13 |
2127 | 2024-07-01T18:18:52.631Z | Compiling hyper-tls v0.5.0 |
2128 | 2024-07-01T18:18:52.764Z | Compiling toml v0.8.13 |
2129 | 2024-07-01T18:18:53.781Z | Compiling usdt-macro v0.5.0 |
2130 | 2024-07-01T18:18:54.048Z | Compiling usdt-attr-macro v0.5.0 |
2131 | 2024-07-01T18:18:54.763Z | Compiling slog-json v2.6.1 |
2132 | 2024-07-01T18:18:54.789Z | Compiling serde_urlencoded v0.7.1 |
2133 | 2024-07-01T18:18:55.182Z | Compiling camino v1.1.7 |
2134 | 2024-07-01T18:18:55.207Z | Compiling semver v1.0.23 |
2135 | 2024-07-01T18:18:55.293Z | Compiling cargo-platform v0.1.8 |
2136 | 2024-07-01T18:18:56.228Z | Compiling futures-executor v0.3.30 |
2137 | 2024-07-01T18:18:56.303Z | Compiling clap_derive v4.5.4 |
2138 | 2024-07-01T18:18:56.485Z | Compiling strum_macros v0.26.2 |
2139 | 2024-07-01T18:18:57.150Z | Compiling futures v0.3.30 |
2140 | 2024-07-01T18:18:57.198Z | Compiling cargo_metadata v0.18.1 |
2141 | 2024-07-01T18:18:57.279Z | Compiling usdt v0.5.0 |
2142 | 2024-07-01T18:18:58.266Z | Compiling reqwest v0.11.27 |
2143 | 2024-07-01T18:18:58.515Z | Compiling slog-bunyan v2.5.0 |
2144 | 2024-07-01T18:18:58.786Z | Compiling cargo_toml v0.20.3 |
2145 | 2024-07-01T18:18:59.829Z | Compiling clap v4.5.4 |
2146 | 2024-07-01T18:18:59.950Z | Compiling macaddr v1.0.1 |
2147 | 2024-07-01T18:19:00.004Z | Compiling strum v0.26.2 |
2148 | 2024-07-01T18:19:00.171Z | Compiling tabled v0.15.0 |
2149 | 2024-07-01T18:19:00.441Z | Compiling tar v0.4.40 |
2150 | 2024-07-01T18:19:00.522Z | Compiling slog-term v2.9.1 |
2151 | 2024-07-01T18:19:12.926Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2152 | 2024-07-01T18:19:30.393Z | Finished `release` profile [optimized] target(s) in 1m 11s |
2153 | 2024-07-01T18:19:30.487Z | |
2154 | 2024-07-01T18:19:30.487Z | real 1:11.306502588 |
2155 | 2024-07-01T18:19:30.488Z | user 7:12.434057605 |
2156 | 2024-07-01T18:19:30.488Z | sys 45.719608972 |
2157 | 2024-07-01T18:19:30.488Z | trap 0.227848594 |
2158 | 2024-07-01T18:19:30.488Z | tflt 0.242887500 |
2159 | 2024-07-01T18:19:30.488Z | dflt 0.305128731 |
2160 | 2024-07-01T18:19:30.488Z | kflt 0.000000000 |
2161 | 2024-07-01T18:19:30.513Z | lock 16:00.488627720 |
2162 | 2024-07-01T18:19:30.513Z | slp 18:04.207884108 |
2163 | 2024-07-01T18:19:30.513Z | lat 23.164956882 |
2164 | 2024-07-01T18:19:30.513Z | stop 22.813830549 |
2165 | 2024-07-01T18:19:30.513Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2166 | 2024-07-01T18:19:30.513Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2167 | 2024-07-01T18:19:30.513Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2168 | 2024-07-01T18:19:30.513Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2169 | 2024-07-01T18:19:30.513Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2170 | 2024-07-01T18:19:31.208Z | Downloading crates ... |
2171 | 2024-07-01T18:19:31.448Z | Downloaded aes v0.8.4 |
2172 | 2024-07-01T18:19:31.472Z | Downloaded ed25519 v2.2.3 |
2173 | 2024-07-01T18:19:31.472Z | Downloaded russh-keys v0.43.0 |
2174 | 2024-07-01T18:19:31.472Z | Downloaded russh v0.43.0 |
2175 | 2024-07-01T18:19:31.472Z | Downloaded rand v0.7.3 |
2176 | 2024-07-01T18:19:31.498Z | Downloaded primeorder v0.13.6 |
2177 | 2024-07-01T18:19:31.499Z | Downloaded p521 v0.13.3 |
2178 | 2024-07-01T18:19:31.499Z | Downloaded p256 v0.13.2 |
2179 | 2024-07-01T18:19:31.499Z | Downloaded ed25519-dalek v2.1.1 |
2180 | 2024-07-01T18:19:31.499Z | Downloaded aes-gcm v0.10.3 |
2181 | 2024-07-01T18:19:31.499Z | Downloaded russh-cryptovec v0.7.2 |
2182 | 2024-07-01T18:19:31.499Z | Downloaded rfc6979 v0.4.0 |
2183 | 2024-07-01T18:19:31.499Z | Downloaded rand_core v0.5.1 |
2184 | 2024-07-01T18:19:31.499Z | Downloaded rand_chacha v0.2.2 |
2185 | 2024-07-01T18:19:31.499Z | Downloaded polyval v0.6.2 |
2186 | 2024-07-01T18:19:31.524Z | Downloaded pbkdf2 v0.12.2 |
2187 | 2024-07-01T18:19:31.524Z | Downloaded pbkdf2 v0.11.0 |
2188 | 2024-07-01T18:19:31.524Z | Downloaded password-hash v0.4.2 |
2189 | 2024-07-01T18:19:31.524Z | Downloaded option-ext v0.2.0 |
2190 | 2024-07-01T18:19:31.524Z | Downloaded md5 v0.7.0 |
2191 | 2024-07-01T18:19:31.524Z | Downloaded internet-checksum v0.2.1 |
2192 | 2024-07-01T18:19:31.524Z | Downloaded hex-literal v0.4.1 |
2193 | 2024-07-01T18:19:31.524Z | Downloaded ghash v0.5.1 |
2194 | 2024-07-01T18:19:31.524Z | Downloaded getrandom v0.1.16 |
2195 | 2024-07-01T18:19:31.524Z | Downloaded ecdsa v0.16.9 |
2196 | 2024-07-01T18:19:31.524Z | Downloaded dirs-sys v0.4.1 |
2197 | 2024-07-01T18:19:31.524Z | Downloaded dirs v5.0.1 |
2198 | 2024-07-01T18:19:31.524Z | Downloaded dhcproto-macros v0.1.0 |
2199 | 2024-07-01T18:19:31.524Z | Downloaded dhcproto v0.11.0 |
2200 | 2024-07-01T18:19:31.524Z | Downloaded ctr v0.9.2 |
2201 | 2024-07-01T18:19:31.524Z | Downloaded cbc v0.1.2 |
2202 | 2024-07-01T18:19:31.549Z | Downloaded blowfish v0.9.1 |
2203 | 2024-07-01T18:19:31.549Z | Downloaded bcrypt-pbkdf v0.10.0 |
2204 | 2024-07-01T18:19:31.714Z | Compiling serde v1.0.203 |
2205 | 2024-07-01T18:19:31.744Z | Compiling scopeguard v1.2.0 |
2206 | 2024-07-01T18:19:31.744Z | Compiling log v0.4.21 |
2207 | 2024-07-01T18:19:31.778Z | Compiling smallvec v1.13.2 |
2208 | 2024-07-01T18:19:31.803Z | Compiling syn v2.0.68 |
2209 | 2024-07-01T18:19:31.803Z | Compiling getrandom v0.2.14 |
2210 | 2024-07-01T18:19:31.803Z | Compiling generic-array v0.14.7 |
2211 | 2024-07-01T18:19:31.832Z | Compiling libm v0.2.8 |
2212 | 2024-07-01T18:19:31.900Z | Compiling lock_api v0.4.12 |
2213 | 2024-07-01T18:19:32.062Z | Compiling rand_core v0.6.4 |
2214 | 2024-07-01T18:19:32.138Z | Compiling parking_lot_core v0.9.10 |
2215 | 2024-07-01T18:19:32.188Z | Compiling num-traits v0.2.19 |
2216 | 2024-07-01T18:19:32.213Z | Compiling subtle v2.5.0 |
2217 | 2024-07-01T18:19:32.253Z | Compiling mio v0.8.11 |
2218 | 2024-07-01T18:19:32.325Z | Compiling ahash v0.8.11 |
2219 | 2024-07-01T18:19:32.508Z | Compiling parking_lot v0.12.2 |
2220 | 2024-07-01T18:19:32.532Z | Compiling serde_json v1.0.118 |
2221 | 2024-07-01T18:19:32.651Z | Compiling spin v0.9.8 |
2222 | 2024-07-01T18:19:32.676Z | Compiling allocator-api2 v0.2.18 |
2223 | 2024-07-01T18:19:32.732Z | Compiling const-oid v0.9.6 |
2224 | 2024-07-01T18:19:37.909Z | Compiling iana-time-zone v0.1.60 |
2225 | 2024-07-01T18:19:37.933Z | Compiling syn v1.0.109 |
2226 | 2024-07-01T18:19:37.933Z | Compiling unicode-normalization v0.1.23 |
2227 | 2024-07-01T18:19:37.933Z | Compiling schemars v0.8.21 |
2228 | 2024-07-01T18:19:37.933Z | Compiling unicode-bidi v0.3.15 |
2229 | 2024-07-01T18:19:37.933Z | Compiling dyn-clone v1.0.17 |
2230 | 2024-07-01T18:19:37.933Z | Compiling ppv-lite86 v0.2.17 |
2231 | 2024-07-01T18:19:37.934Z | Compiling time-macros v0.2.18 |
2232 | 2024-07-01T18:19:37.957Z | Compiling ring v0.17.8 |
2233 | 2024-07-01T18:19:37.958Z | Compiling rand_chacha v0.3.1 |
2234 | 2024-07-01T18:19:37.958Z | Compiling aho-corasick v1.1.3 |
2235 | 2024-07-01T18:19:37.958Z | Compiling regex-syntax v0.8.3 |
2236 | 2024-07-01T18:19:37.958Z | Compiling rand v0.8.5 |
2237 | 2024-07-01T18:19:37.958Z | Compiling idna v0.5.0 |
2238 | 2024-07-01T18:19:37.958Z | Compiling slog v2.7.0 |
2239 | 2024-07-01T18:19:37.958Z | Compiling time v0.3.36 |
2240 | 2024-07-01T18:19:37.958Z | Compiling url v2.5.0 |
2241 | 2024-07-01T18:19:37.958Z | Compiling regex-automata v0.4.6 |
2242 | 2024-07-01T18:19:37.958Z | Compiling serde_derive_internals v0.29.1 |
2243 | 2024-07-01T18:19:38.615Z | Compiling untrusted v0.9.0 |
2244 | 2024-07-01T18:19:39.728Z | Compiling lazy_static v1.5.0 |
2245 | 2024-07-01T18:19:39.846Z | Compiling backtrace v0.3.71 |
2246 | 2024-07-01T18:19:39.998Z | Compiling gimli v0.28.1 |
2247 | 2024-07-01T18:19:40.095Z | Compiling object v0.32.2 |
2248 | 2024-07-01T18:19:40.262Z | Compiling rustc-demangle v0.1.24 |
2249 | 2024-07-01T18:19:40.974Z | Compiling anyhow v1.0.86 |
2250 | 2024-07-01T18:19:41.090Z | Compiling rustls v0.21.12 |
2251 | 2024-07-01T18:19:41.346Z | Compiling crossbeam-utils v0.8.19 |
2252 | 2024-07-01T18:19:41.667Z | Compiling base64ct v1.6.0 |
2253 | 2024-07-01T18:19:41.887Z | Compiling regex v1.10.4 |
2254 | 2024-07-01T18:19:42.107Z | Compiling winnow v0.5.40 |
2255 | 2024-07-01T18:19:42.240Z | Compiling sct v0.7.1 |
2256 | 2024-07-01T18:19:42.513Z | Compiling rustls-webpki v0.101.7 |
2257 | 2024-07-01T18:19:42.814Z | Compiling cookie v0.17.0 |
2258 | 2024-07-01T18:19:43.898Z | Compiling serde_derive v1.0.203 |
2259 | 2024-07-01T18:19:44.048Z | Compiling zeroize_derive v1.4.2 |
2260 | 2024-07-01T18:19:44.183Z | Compiling thiserror-impl v1.0.60 |
2261 | 2024-07-01T18:19:44.329Z | Compiling zerocopy-derive v0.7.34 |
2262 | 2024-07-01T18:19:45.291Z | Compiling tokio-macros v2.2.0 |
2263 | 2024-07-01T18:19:45.591Z | Compiling zeroize v1.7.0 |
2264 | 2024-07-01T18:19:45.780Z | Compiling futures-macro v0.3.30 |
2265 | 2024-07-01T18:19:46.152Z | Compiling schemars_derive v0.8.21 |
2266 | 2024-07-01T18:19:46.391Z | Compiling zerocopy v0.7.34 |
2267 | 2024-07-01T18:19:46.860Z | Compiling tracing-attributes v0.1.27 |
2268 | 2024-07-01T18:19:47.193Z | Compiling thiserror v1.0.60 |
2269 | 2024-07-01T18:19:47.306Z | Compiling crypto-common v0.1.6 |
2270 | 2024-07-01T18:19:47.331Z | Compiling block-buffer v0.10.4 |
2271 | 2024-07-01T18:19:47.527Z | Compiling digest v0.10.7 |
2272 | 2024-07-01T18:19:47.589Z | Compiling async-trait v0.1.80 |
2273 | 2024-07-01T18:19:47.631Z | Compiling futures-util v0.3.30 |
2274 | 2024-07-01T18:19:47.980Z | Compiling addr2line v0.21.0 |
2275 | 2024-07-01T18:19:48.304Z | Compiling hashbrown v0.14.5 |
2276 | 2024-07-01T18:19:48.552Z | Compiling openssl-macros v0.1.1 |
2277 | 2024-07-01T18:19:48.960Z | Compiling pest v2.7.10 |
2278 | 2024-07-01T18:19:49.978Z | Compiling idna v0.3.0 |
2279 | 2024-07-01T18:19:50.002Z | Compiling data-encoding v2.6.0 |
2280 | 2024-07-01T18:19:50.124Z | Compiling tracing v0.1.40 |
2281 | 2024-07-01T18:19:50.595Z | Compiling psl-types v2.0.11 |
2282 | 2024-07-01T18:19:50.782Z | Compiling publicsuffix v2.2.3 |
2283 | 2024-07-01T18:19:51.010Z | Compiling pest_meta v2.7.10 |
2284 | 2024-07-01T18:19:51.282Z | Compiling hmac v0.12.1 |
2285 | 2024-07-01T18:19:51.481Z | Compiling scroll_derive v0.12.0 |
2286 | 2024-07-01T18:19:51.617Z | Compiling bitflags v1.3.2 |
2287 | 2024-07-01T18:19:51.736Z | Compiling webpki-roots v0.25.4 |
2288 | 2024-07-01T18:19:51.897Z | Compiling block-padding v0.3.3 |
2289 | 2024-07-01T18:19:52.123Z | Compiling der_derive v0.7.2 |
2290 | 2024-07-01T18:19:52.147Z | Compiling pem-rfc7468 v0.7.0 |
2291 | 2024-07-01T18:19:52.510Z | Compiling futures-executor v0.3.30 |
2292 | 2024-07-01T18:19:52.752Z | Compiling futures v0.3.30 |
2293 | 2024-07-01T18:19:52.834Z | Compiling scroll v0.12.0 |
2294 | 2024-07-01T18:19:52.865Z | Compiling pest_generator v2.7.10 |
2295 | 2024-07-01T18:19:52.956Z | Compiling flagset v0.4.5 |
2296 | 2024-07-01T18:19:53.037Z | Compiling inout v0.1.3 |
2297 | 2024-07-01T18:19:53.151Z | Compiling sha2 v0.10.8 |
2298 | 2024-07-01T18:19:53.293Z | Compiling goblin v0.8.2 |
2299 | 2024-07-01T18:19:53.326Z | Compiling cipher v0.4.4 |
2300 | 2024-07-01T18:19:53.785Z | Compiling either v1.12.0 |
2301 | 2024-07-01T18:19:54.142Z | Compiling ff v0.13.0 |
2302 | 2024-07-01T18:19:54.243Z | Compiling der v0.7.9 |
2303 | 2024-07-01T18:19:54.353Z | Compiling stable_deref_trait v1.2.0 |
2304 | 2024-07-01T18:19:54.458Z | Compiling base16ct v0.2.0 |
2305 | 2024-07-01T18:19:54.550Z | Compiling group v0.13.0 |
2306 | 2024-07-01T18:19:54.760Z | Compiling hkdf v0.12.4 |
2307 | 2024-07-01T18:19:54.829Z | Compiling crypto-bigint v0.5.5 |
2308 | 2024-07-01T18:19:55.002Z | Compiling crossbeam-epoch v0.9.18 |
2309 | 2024-07-01T18:19:55.517Z | Compiling pest_derive v2.7.10 |
2310 | 2024-07-01T18:19:55.623Z | Compiling num-integer v0.1.46 |
2311 | 2024-07-01T18:19:55.694Z | Compiling bytes v1.6.0 |
2312 | 2024-07-01T18:19:56.256Z | Compiling indexmap v2.2.6 |
2313 | 2024-07-01T18:19:56.328Z | Compiling uuid v1.8.0 |
2314 | 2024-07-01T18:19:56.872Z | Compiling tokio v1.37.0 |
2315 | 2024-07-01T18:19:57.023Z | Compiling chrono v0.4.38 |
2316 | 2024-07-01T18:19:57.146Z | Compiling bitflags v2.5.0 |
2317 | 2024-07-01T18:19:57.441Z | Compiling semver v1.0.23 |
2318 | 2024-07-01T18:19:57.510Z | Compiling http v0.2.12 |
2319 | 2024-07-01T18:19:57.544Z | Compiling serde_tokenstream v0.2.0 |
2320 | 2024-07-01T18:19:58.003Z | Compiling serde_spanned v0.6.6 |
2321 | 2024-07-01T18:19:58.107Z | Compiling toml_datetime v0.6.6 |
2322 | 2024-07-01T18:19:58.204Z | Compiling openssl v0.10.64 |
2323 | 2024-07-01T18:19:58.542Z | Compiling toml_edit v0.19.15 |
2324 | 2024-07-01T18:19:58.676Z | Compiling rustix v0.38.34 |
2325 | 2024-07-01T18:19:59.720Z | Compiling http-body v0.4.6 |
2326 | 2024-07-01T18:20:00.108Z | Compiling serde_urlencoded v0.7.1 |
2327 | 2024-07-01T18:20:00.178Z | Compiling cookie_store v0.20.0 |
2328 | 2024-07-01T18:20:00.558Z | Compiling openapiv3 v2.0.0 |
2329 | 2024-07-01T18:20:01.092Z | Compiling rustc_version v0.4.0 |
2330 | 2024-07-01T18:20:01.519Z | Compiling dof v0.3.0 |
2331 | 2024-07-01T18:20:01.821Z | Compiling dtrace-parser v0.2.0 |
2332 | 2024-07-01T18:20:02.172Z | Compiling spki v0.7.3 |
2333 | 2024-07-01T18:20:02.515Z | Compiling usdt-impl v0.5.0 |
2334 | 2024-07-01T18:20:02.876Z | Compiling pkcs8 v0.10.2 |
2335 | 2024-07-01T18:20:03.403Z | Compiling native-tls v0.2.11 |
2336 | 2024-07-01T18:20:03.439Z | Compiling sec1 v0.7.3 |
2337 | 2024-07-01T18:20:03.672Z | Compiling tokio-util v0.7.11 |
2338 | 2024-07-01T18:20:03.932Z | Compiling tokio-native-tls v0.3.1 |
2339 | 2024-07-01T18:20:03.956Z | Compiling tokio-rustls v0.24.1 |
2340 | 2024-07-01T18:20:03.981Z | Compiling usdt-macro v0.5.0 |
2341 | 2024-07-01T18:20:04.184Z | Compiling usdt-attr-macro v0.5.0 |
2342 | 2024-07-01T18:20:04.209Z | Compiling elliptic-curve v0.13.8 |
2343 | 2024-07-01T18:20:04.308Z | Compiling ipnetwork v0.20.0 |
2344 | 2024-07-01T18:20:04.881Z | Compiling h2 v0.3.26 |
2345 | 2024-07-01T18:20:04.935Z | Compiling unicode-segmentation v1.11.0 |
2346 | 2024-07-01T18:20:05.119Z | Compiling managed v0.8.0 |
2347 | 2024-07-01T18:20:05.245Z | Compiling toml_edit v0.22.13 |
2348 | 2024-07-01T18:20:05.473Z | Compiling toml v0.7.8 |
2349 | 2024-07-01T18:20:05.507Z | Compiling hex v0.4.3 |
2350 | 2024-07-01T18:20:05.532Z | Compiling matches v0.1.10 |
2351 | 2024-07-01T18:20:05.630Z | Compiling idna v0.2.3 |
2352 | 2024-07-01T18:20:05.655Z | Compiling usdt v0.5.0 |
2353 | 2024-07-01T18:20:05.655Z | Compiling enum-as-inner v0.5.1 |
2354 | 2024-07-01T18:20:06.043Z | Compiling siphasher v0.3.11 |
2355 | 2024-07-01T18:20:06.129Z | Compiling bit-vec v0.6.3 |
2356 | 2024-07-01T18:20:06.424Z | Compiling heapless v0.7.17 |
2357 | 2024-07-01T18:20:06.555Z | Compiling terminal_size v0.3.0 |
2358 | 2024-07-01T18:20:06.580Z | Compiling trust-dns-proto v0.22.0 |
2359 | 2024-07-01T18:20:06.758Z | Compiling num-bigint v0.4.5 |
2360 | 2024-07-01T18:20:06.808Z | Compiling regress v0.9.1 |
2361 | 2024-07-01T18:20:06.992Z | Compiling finl_unicode v1.2.0 |
2362 | 2024-07-01T18:20:07.017Z | Compiling signal-hook v0.3.17 |
2363 | 2024-07-01T18:20:07.260Z | Compiling clap_builder v4.5.2 |
2364 | 2024-07-01T18:20:07.507Z | Compiling stringprep v0.1.4 |
2365 | 2024-07-01T18:20:08.600Z | Compiling itertools v0.10.5 |
2366 | 2024-07-01T18:20:09.666Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2367 | 2024-07-01T18:20:10.843Z | Compiling hyper v0.14.28 |
2368 | 2024-07-01T18:20:10.868Z | Compiling yasna v0.5.2 |
2369 | 2024-07-01T18:20:12.516Z | Compiling md-5 v0.10.6 |
2370 | 2024-07-01T18:20:12.541Z | Compiling clap_derive v4.5.4 |
2371 | 2024-07-01T18:20:12.767Z | Compiling hash32 v0.2.1 |
2372 | 2024-07-01T18:20:13.111Z | Compiling fallible-iterator v0.2.0 |
2373 | 2024-07-01T18:20:13.717Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2374 | 2024-07-01T18:20:13.742Z | Compiling smoltcp v0.9.1 |
2375 | 2024-07-01T18:20:13.777Z | Compiling postgres-protocol v0.6.6 |
2376 | 2024-07-01T18:20:14.935Z | Compiling phf_shared v0.11.2 |
2377 | 2024-07-01T18:20:15.217Z | Compiling tokio-stream v0.1.15 |
2378 | 2024-07-01T18:20:15.302Z | Compiling hubpack_derive v0.1.1 |
2379 | 2024-07-01T18:20:15.336Z | Compiling zerocopy-derive v0.6.6 |
2380 | 2024-07-01T18:20:15.372Z | Compiling diesel_table_macro_syntax v0.1.0 |
2381 | 2024-07-01T18:20:15.441Z | Compiling scheduled-thread-pool v0.2.7 |
2382 | 2024-07-01T18:20:15.741Z | Compiling fs-err v2.11.0 |
2383 | 2024-07-01T18:20:15.979Z | Compiling fixedbitset v0.4.2 |
2384 | 2024-07-01T18:20:16.064Z | Compiling diesel_derives v2.1.4 |
2385 | 2024-07-01T18:20:16.129Z | Compiling hubpack v0.1.2 |
2386 | 2024-07-01T18:20:16.207Z | Compiling r2d2 v0.8.10 |
2387 | 2024-07-01T18:20:16.434Z | Compiling hyper-rustls v0.24.2 |
2388 | 2024-07-01T18:20:16.536Z | Compiling hyper-tls v0.5.0 |
2389 | 2024-07-01T18:20:16.561Z | Compiling petgraph v0.6.5 |
2390 | 2024-07-01T18:20:16.620Z | Compiling clap v4.5.4 |
2391 | 2024-07-01T18:20:16.786Z | Compiling phf v0.11.2 |
2392 | 2024-07-01T18:20:16.858Z | Compiling reqwest v0.11.27 |
2393 | 2024-07-01T18:20:17.045Z | Compiling signal-hook-mio v0.2.3 |
2394 | 2024-07-01T18:20:17.311Z | Compiling zerocopy v0.6.6 |
2395 | 2024-07-01T18:20:17.449Z | Compiling postgres-types v0.2.6 |
2396 | 2024-07-01T18:20:18.030Z | Compiling phf_shared v0.10.0 |
2397 | 2024-07-01T18:20:18.393Z | Compiling similar v2.5.0 |
2398 | 2024-07-01T18:20:18.528Z | Compiling num-iter v0.1.45 |
2399 | 2024-07-01T18:20:18.704Z | Compiling strum_macros v0.25.3 |
2400 | 2024-07-01T18:20:18.773Z | Compiling serde_repr v0.1.19 |
2401 | 2024-07-01T18:20:19.210Z | Compiling console v0.15.8 |
2402 | 2024-07-01T18:20:19.776Z | Compiling getopts v0.2.21 |
2403 | 2024-07-01T18:20:19.863Z | Compiling float-cmp v0.9.0 |
2404 | 2024-07-01T18:20:20.070Z | Compiling precomputed-hash v0.1.1 |
2405 | 2024-07-01T18:20:20.191Z | Compiling normalize-line-endings v0.3.0 |
2406 | 2024-07-01T18:20:20.316Z | Compiling predicates-core v1.0.6 |
2407 | 2024-07-01T18:20:20.507Z | Compiling static_assertions v1.1.0 |
2408 | 2024-07-01T18:20:20.556Z | Compiling new_debug_unreachable v1.0.6 |
2409 | 2024-07-01T18:20:20.618Z | Compiling whoami v1.5.1 |
2410 | 2024-07-01T18:20:20.661Z | Compiling difflib v0.4.0 |
2411 | 2024-07-01T18:20:20.686Z | Compiling unsafe-libyaml v0.2.11 |
2412 | 2024-07-01T18:20:20.686Z | Compiling minimal-lexical v0.2.1 |
2413 | 2024-07-01T18:20:21.209Z | Compiling nom v7.1.3 |
2414 | 2024-07-01T18:20:21.270Z | Compiling predicates v3.1.0 |
2415 | 2024-07-01T18:20:22.111Z | Compiling serde_yaml v0.9.34+deprecated |
2416 | 2024-07-01T18:20:22.276Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2417 | 2024-07-01T18:20:22.316Z | Compiling tokio-postgres v0.7.10 |
2418 | 2024-07-01T18:20:22.767Z | Compiling string_cache v0.8.7 |
2419 | 2024-07-01T18:20:23.205Z | Compiling crossterm v0.27.0 |
2420 | 2024-07-01T18:20:24.880Z | Compiling bit-set v0.5.3 |
2421 | 2024-07-01T18:20:25.137Z | Compiling itertools v0.12.1 |
2422 | 2024-07-01T18:20:25.775Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2423 | 2024-07-01T18:20:25.800Z | Compiling bstr v1.9.1 |
2424 | 2024-07-01T18:20:26.355Z | Compiling lalrpop-util v0.19.12 |
2425 | 2024-07-01T18:20:26.466Z | Compiling peg-runtime v0.8.3 |
2426 | 2024-07-01T18:20:26.584Z | Compiling diesel v2.1.6 |
2427 | 2024-07-01T18:20:26.684Z | Compiling unicode-xid v0.2.4 |
2428 | 2024-07-01T18:20:26.851Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2429 | 2024-07-01T18:20:27.082Z | Compiling sha1 v0.10.6 |
2430 | 2024-07-01T18:20:27.241Z | Compiling camino v1.1.7 |
2431 | 2024-07-01T18:20:27.402Z | Compiling strum_macros v0.26.2 |
2432 | 2024-07-01T18:20:27.426Z | Compiling http v1.1.0 |
2433 | 2024-07-01T18:20:27.483Z | Compiling base64 v0.22.1 |
2434 | 2024-07-01T18:20:27.794Z | Compiling toml v0.8.13 |
2435 | 2024-07-01T18:20:28.102Z | Compiling ident_case v1.0.1 |
2436 | 2024-07-01T18:20:28.136Z | Compiling rustls-pki-types v1.7.0 |
2437 | 2024-07-01T18:20:28.275Z | Compiling darling_core v0.20.9 |
2438 | 2024-07-01T18:20:28.879Z | Compiling crossbeam-channel v0.5.12 |
2439 | 2024-07-01T18:20:29.294Z | Compiling paste v1.0.15 |
2440 | 2024-07-01T18:20:29.594Z | Compiling rustls v0.22.4 |
2441 | 2024-07-01T18:20:29.618Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2442 | 2024-07-01T18:20:29.742Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2443 | 2024-07-01T18:20:29.850Z | Compiling slog-async v2.8.0 |
2444 | 2024-07-01T18:20:29.875Z | Compiling slog-term v2.9.1 |
2445 | 2024-07-01T18:20:29.875Z | Compiling rustls-webpki v0.102.4 |
2446 | 2024-07-01T18:20:29.899Z | Compiling multer v3.1.0 |
2447 | 2024-07-01T18:20:30.144Z | Compiling instant v0.1.12 |
2448 | 2024-07-01T18:20:30.905Z | Compiling slog-json v2.6.1 |
2449 | 2024-07-01T18:20:31.314Z | Compiling async-stream-impl v0.3.5 |
2450 | 2024-07-01T18:20:31.453Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2451 | 2024-07-01T18:20:31.717Z | Compiling debug-ignore v1.0.5 |
2452 | 2024-07-01T18:20:31.742Z | Compiling atomic-waker v1.1.2 |
2453 | 2024-07-01T18:20:31.767Z | Compiling strum v0.26.2 |
2454 | 2024-07-01T18:20:31.869Z | Compiling waitgroup v0.1.2 |
2455 | 2024-07-01T18:20:31.945Z | Compiling slog-bunyan v2.5.0 |
2456 | 2024-07-01T18:20:32.073Z | Compiling rustls-pemfile v2.1.2 |
2457 | 2024-07-01T18:20:32.138Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2458 | 2024-07-01T18:20:32.488Z | Compiling serde_path_to_error v0.1.16 |
2459 | 2024-07-01T18:20:32.524Z | Compiling async-stream v0.3.5 |
2460 | 2024-07-01T18:20:32.827Z | Compiling structmeta-derive v0.3.0 |
2461 | 2024-07-01T18:20:32.961Z | Compiling hostname v0.4.0 |
2462 | 2024-07-01T18:20:33.200Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2463 | 2024-07-01T18:20:33.224Z | Compiling newtype-uuid v1.1.0 |
2464 | 2024-07-01T18:20:33.492Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2465 | 2024-07-01T18:20:33.862Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2466 | 2024-07-01T18:20:34.002Z | Compiling backoff v0.4.0 |
2467 | 2024-07-01T18:20:34.138Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2468 | 2024-07-01T18:20:34.163Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2469 | 2024-07-01T18:20:34.295Z | Compiling macaddr v1.0.1 |
2470 | 2024-07-01T18:20:34.319Z | Compiling proc-macro-crate v1.3.1 |
2471 | 2024-07-01T18:20:34.344Z | Compiling tokio-rustls v0.25.0 |
2472 | 2024-07-01T18:20:34.406Z | Compiling darling_macro v0.20.9 |
2473 | 2024-07-01T18:20:34.712Z | Compiling fastrand v2.1.0 |
2474 | 2024-07-01T18:20:35.247Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2475 | 2024-07-01T18:20:35.307Z | Compiling darling v0.20.9 |
2476 | 2024-07-01T18:20:35.339Z | Compiling num_enum_derive v0.5.11 |
2477 | 2024-07-01T18:20:35.448Z | Compiling serde_with_macros v3.8.1 |
2478 | 2024-07-01T18:20:35.472Z | Compiling structmeta v0.3.0 |
2479 | 2024-07-01T18:20:35.629Z | Compiling tempfile v3.10.1 |
2480 | 2024-07-01T18:20:35.919Z | Compiling parse-display-derive v0.9.0 |
2481 | 2024-07-01T18:20:36.563Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2482 | 2024-07-01T18:20:36.985Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2483 | 2024-07-01T18:20:37.010Z | Compiling foreign-types-macros v0.2.3 |
2484 | 2024-07-01T18:20:37.876Z | Compiling num_enum v0.5.11 |
2485 | 2024-07-01T18:20:38.035Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2486 | 2024-07-01T18:20:38.060Z | Compiling foreign-types-shared v0.3.1 |
2487 | 2024-07-01T18:20:38.184Z | Compiling heapless v0.8.0 |
2488 | 2024-07-01T18:20:38.221Z | Compiling serde_with v3.8.1 |
2489 | 2024-07-01T18:20:38.303Z | Compiling foreign-types v0.5.0 |
2490 | 2024-07-01T18:20:38.411Z | Compiling proc-macro-error v1.0.4 |
2491 | 2024-07-01T18:20:39.086Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2492 | 2024-07-01T18:20:39.191Z | Compiling cstr-argument v0.1.2 |
2493 | 2024-07-01T18:20:39.435Z | Compiling hash32 v0.3.1 |
2494 | 2024-07-01T18:20:39.667Z | Compiling pretty-hex v0.2.1 |
2495 | 2024-07-01T18:20:39.769Z | Compiling smoltcp v0.11.0 |
2496 | 2024-07-01T18:20:39.846Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2497 | 2024-07-01T18:20:40.145Z | Compiling parse-display v0.9.0 |
2498 | 2024-07-01T18:20:40.184Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2499 | 2024-07-01T18:20:40.436Z | Compiling camino-tempfile v1.1.1 |
2500 | 2024-07-01T18:20:40.715Z | Compiling tabwriter v1.4.0 |
2501 | 2024-07-01T18:20:40.739Z | Compiling colored v2.1.0 |
2502 | 2024-07-01T18:20:40.857Z | Compiling socket2 v0.4.10 |
2503 | 2024-07-01T18:20:40.996Z | Compiling embedded-io v0.4.0 |
2504 | 2024-07-01T18:20:41.251Z | Compiling cobs v0.2.3 |
2505 | 2024-07-01T18:20:41.509Z | Compiling postcard v1.0.8 |
2506 | 2024-07-01T18:20:41.534Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2507 | 2024-07-01T18:20:41.559Z | Compiling crucible-workspace-hack v0.1.0 |
2508 | 2024-07-01T18:20:41.704Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2509 | 2024-07-01T18:20:41.850Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2510 | 2024-07-01T18:20:41.876Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2511 | 2024-07-01T18:20:41.992Z | Compiling smf v0.2.3 |
2512 | 2024-07-01T18:20:42.166Z | Compiling humantime v2.1.0 |
2513 | 2024-07-01T18:20:42.235Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2514 | 2024-07-01T18:20:42.544Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2515 | 2024-07-01T18:20:42.624Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
2516 | 2024-07-01T18:20:42.658Z | Compiling num-derive v0.4.2 |
2517 | 2024-07-01T18:20:43.027Z | Compiling sigpipe v0.1.3 |
2518 | 2024-07-01T18:20:43.149Z | Compiling utf-8 v0.7.6 |
2519 | 2024-07-01T18:20:43.197Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
2520 | 2024-07-01T18:20:43.454Z | Compiling atty v0.2.14 |
2521 | 2024-07-01T18:20:43.588Z | Compiling rayon-core v1.12.1 |
2522 | 2024-07-01T18:20:43.612Z | Compiling same-file v1.0.6 |
2523 | 2024-07-01T18:20:43.796Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2524 | 2024-07-01T18:20:43.821Z | Compiling semver v0.1.20 |
2525 | 2024-07-01T18:20:43.873Z | Compiling walkdir v2.5.0 |
2526 | 2024-07-01T18:20:44.418Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2527 | 2024-07-01T18:20:44.683Z | Compiling rustc_version v0.1.7 |
2528 | 2024-07-01T18:20:44.707Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
2529 | 2024-07-01T18:20:45.017Z | Compiling newline-converter v0.3.0 |
2530 | 2024-07-01T18:20:45.179Z | Compiling curve25519-dalek v4.1.3 |
2531 | 2024-07-01T18:20:45.204Z | Compiling crossbeam-deque v0.8.5 |
2532 | 2024-07-01T18:20:45.409Z | Compiling universal-hash v0.5.1 |
2533 | 2024-07-01T18:20:45.433Z | Compiling opaque-debug v0.3.1 |
2534 | 2024-07-01T18:20:45.473Z | Compiling prettyplease v0.2.20 |
2535 | 2024-07-01T18:20:45.592Z | Compiling expectorate v1.1.0 |
2536 | 2024-07-01T18:20:45.712Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2537 | 2024-07-01T18:20:45.770Z | Compiling newtype_derive v0.1.6 |
2538 | 2024-07-01T18:20:45.794Z | Compiling xattr v1.3.1 |
2539 | 2024-07-01T18:20:45.870Z | Compiling num-rational v0.4.2 |
2540 | 2024-07-01T18:20:46.021Z | Compiling signature v2.2.0 |
2541 | 2024-07-01T18:20:46.057Z | Compiling curve25519-dalek-derive v0.1.1 |
2542 | 2024-07-01T18:20:46.199Z | Compiling num-complex v0.4.6 |
2543 | 2024-07-01T18:20:46.369Z | Compiling ring v0.16.20 |
2544 | 2024-07-01T18:20:47.078Z | Compiling blake3 v1.5.1 |
2545 | 2024-07-01T18:20:47.209Z | Compiling unicase v2.7.0 |
2546 | 2024-07-01T18:20:47.310Z | Compiling linked-hash-map v0.5.6 |
2547 | 2024-07-01T18:20:47.377Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2548 | 2024-07-01T18:20:47.479Z | Compiling termcolor v1.4.1 |
2549 | 2024-07-01T18:20:47.503Z | Compiling quick-error v1.2.3 |
2550 | 2024-07-01T18:20:47.606Z | Compiling convert_case v0.4.0 |
2551 | 2024-07-01T18:20:47.647Z | Compiling getrandom v0.1.16 |
2552 | 2024-07-01T18:20:47.671Z | Compiling arc-swap v1.7.1 |
2553 | 2024-07-01T18:20:48.060Z | Compiling slog-scope v4.4.0 |
2554 | 2024-07-01T18:20:48.256Z | Compiling env_logger v0.9.3 |
2555 | 2024-07-01T18:20:48.280Z | Compiling resolv-conf v0.7.0 |
2556 | 2024-07-01T18:20:48.325Z | Compiling lru-cache v0.1.2 |
2557 | 2024-07-01T18:20:48.484Z | Compiling derive_more v0.99.17 |
2558 | 2024-07-01T18:20:48.713Z | Compiling tar v0.4.40 |
2559 | 2024-07-01T18:20:49.046Z | Compiling num v0.4.3 |
2560 | 2024-07-01T18:20:49.160Z | Compiling rayon v1.10.0 |
2561 | 2024-07-01T18:20:50.573Z | Compiling tungstenite v0.21.0 |
2562 | 2024-07-01T18:20:50.898Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2563 | 2024-07-01T18:20:51.395Z | Compiling blake2 v0.10.6 |
2564 | 2024-07-01T18:20:52.299Z | Compiling bitstruct_derive v0.1.0 |
2565 | 2024-07-01T18:20:52.514Z | Compiling derive-where v1.2.7 |
2566 | 2024-07-01T18:20:52.620Z | Compiling password-hash v0.5.0 |
2567 | 2024-07-01T18:20:52.731Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2568 | 2024-07-01T18:20:52.962Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
2569 | 2024-07-01T18:20:53.381Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2570 | 2024-07-01T18:20:53.516Z | Compiling memmap2 v0.9.4 |
2571 | 2024-07-01T18:20:53.573Z | Compiling spin v0.5.2 |
2572 | 2024-07-01T18:20:53.627Z | Compiling untrusted v0.7.1 |
2573 | 2024-07-01T18:20:53.807Z | Compiling ascii v1.1.0 |
2574 | 2024-07-01T18:20:53.831Z | Compiling home v0.5.9 |
2575 | 2024-07-01T18:20:53.951Z | Compiling float-ord v0.3.2 |
2576 | 2024-07-01T18:20:54.096Z | Compiling constant_time_eq v0.3.0 |
2577 | 2024-07-01T18:20:54.120Z | Compiling libefi-sys v0.1.0 |
2578 | 2024-07-01T18:20:54.280Z | Compiling arrayref v0.3.7 |
2579 | 2024-07-01T18:20:54.362Z | Compiling arrayvec v0.7.4 |
2580 | 2024-07-01T18:20:54.386Z | Compiling parking_lot_core v0.8.6 |
2581 | 2024-07-01T18:20:54.421Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2582 | 2024-07-01T18:20:54.815Z | Compiling toolchain_find v0.4.0 |
2583 | 2024-07-01T18:20:55.414Z | Compiling bitstruct v0.1.1 |
2584 | 2024-07-01T18:20:55.563Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2585 | 2024-07-01T18:20:55.684Z | Compiling argon2 v0.5.3 |
2586 | 2024-07-01T18:20:55.708Z | Compiling tokio-tungstenite v0.21.0 |
2587 | 2024-07-01T18:20:55.781Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2588 | 2024-07-01T18:20:56.128Z | Compiling trust-dns-resolver v0.22.0 |
2589 | 2024-07-01T18:20:56.254Z | Compiling slog-stdlog v4.1.1 |
2590 | 2024-07-01T18:20:56.385Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2591 | 2024-07-01T18:20:56.605Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2592 | 2024-07-01T18:20:56.629Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2593 | 2024-07-01T18:20:56.717Z | Compiling serde_arrays v0.1.0 |
2594 | 2024-07-01T18:20:56.886Z | Compiling erased-serde v0.3.31 |
2595 | 2024-07-01T18:20:56.991Z | Compiling rfc6979 v0.4.0 |
2596 | 2024-07-01T18:20:57.019Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2597 | 2024-07-01T18:20:57.060Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2598 | 2024-07-01T18:20:57.174Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2599 | 2024-07-01T18:20:57.667Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2600 | 2024-07-01T18:20:58.096Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2601 | 2024-07-01T18:20:58.121Z | Compiling aead v0.5.2 |
2602 | 2024-07-01T18:20:58.121Z | Compiling bitfield-struct v0.6.1 |
2603 | 2024-07-01T18:20:58.158Z | Compiling nibble_vec v0.1.0 |
2604 | 2024-07-01T18:20:58.361Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2605 | 2024-07-01T18:20:58.487Z | Compiling slog-dtrace v0.3.0 |
2606 | 2024-07-01T18:20:58.512Z | Compiling topological-sort v0.2.2 |
2607 | 2024-07-01T18:20:58.693Z | Compiling cancel-safe-futures v0.1.5 |
2608 | 2024-07-01T18:20:58.718Z | Compiling keccak v0.1.5 |
2609 | 2024-07-01T18:20:58.742Z | Compiling endian-type v0.1.2 |
2610 | 2024-07-01T18:20:58.958Z | Compiling radix_trie v0.2.1 |
2611 | 2024-07-01T18:20:59.025Z | Compiling sha3 v0.10.8 |
2612 | 2024-07-01T18:20:59.363Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2613 | 2024-07-01T18:20:59.593Z | Compiling omicron-zone-package v0.11.0 |
2614 | 2024-07-01T18:20:59.617Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2615 | 2024-07-01T18:20:59.669Z | Compiling ecdsa v0.16.9 |
2616 | 2024-07-01T18:20:59.872Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2617 | 2024-07-01T18:20:59.896Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2618 | 2024-07-01T18:20:59.990Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2619 | 2024-07-01T18:21:00.171Z | Compiling rand_core v0.5.1 |
2620 | 2024-07-01T18:21:00.264Z | Compiling slog-envlogger v2.2.0 |
2621 | 2024-07-01T18:21:00.397Z | Compiling mime_guess v2.0.4 |
2622 | 2024-07-01T18:21:00.643Z | Compiling steno v0.4.1 |
2623 | 2024-07-01T18:21:00.989Z | Compiling rustfmt-wrapper v0.2.1 |
2624 | 2024-07-01T18:21:01.594Z | Compiling poly1305 v0.8.0 |
2625 | 2024-07-01T18:21:01.908Z | Compiling tungstenite v0.20.1 |
2626 | 2024-07-01T18:21:02.124Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2627 | 2024-07-01T18:21:02.750Z | Compiling heck v0.3.3 |
2628 | 2024-07-01T18:21:02.976Z | Compiling primeorder v0.13.6 |
2629 | 2024-07-01T18:21:03.135Z | Compiling chacha20 v0.9.1 |
2630 | 2024-07-01T18:21:03.426Z | Compiling secrecy v0.8.0 |
2631 | 2024-07-01T18:21:03.532Z | Compiling thiserror-impl-no-std v2.0.2 |
2632 | 2024-07-01T18:21:03.679Z | Compiling half v2.4.1 |
2633 | 2024-07-01T18:21:03.726Z | Compiling ciborium-io v0.2.2 |
2634 | 2024-07-01T18:21:03.849Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2635 | 2024-07-01T18:21:03.966Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2636 | 2024-07-01T18:21:04.148Z | Compiling option-ext v0.2.0 |
2637 | 2024-07-01T18:21:04.250Z | Compiling dirs-sys v0.4.1 |
2638 | 2024-07-01T18:21:04.278Z | Compiling ciborium-ll v0.2.2 |
2639 | 2024-07-01T18:21:04.662Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2640 | 2024-07-01T18:21:04.829Z | Compiling zone_cfg_derive v0.1.2 |
2641 | 2024-07-01T18:21:05.243Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2642 | 2024-07-01T18:21:05.267Z | Compiling tokio-tungstenite v0.20.1 |
2643 | 2024-07-01T18:21:05.725Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2644 | 2024-07-01T18:21:05.980Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2645 | 2024-07-01T18:21:06.122Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2646 | 2024-07-01T18:21:06.146Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2647 | 2024-07-01T18:21:06.293Z | Compiling thiserror-no-std v2.0.2 |
2648 | 2024-07-01T18:21:06.422Z | Compiling parking_lot v0.11.2 |
2649 | 2024-07-01T18:21:07.320Z | Compiling rand_chacha v0.2.2 |
2650 | 2024-07-01T18:21:07.345Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2651 | 2024-07-01T18:21:08.117Z | Compiling trust-dns-client v0.22.0 |
2652 | 2024-07-01T18:21:08.880Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2653 | 2024-07-01T18:21:09.696Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2654 | 2024-07-01T18:21:10.533Z | Compiling ed25519 v2.2.3 |
2655 | 2024-07-01T18:21:10.633Z | Compiling polyval v0.6.2 |
2656 | 2024-07-01T18:21:10.779Z | Compiling libsw v3.3.1 |
2657 | 2024-07-01T18:21:10.990Z | Compiling toml v0.5.11 |
2658 | 2024-07-01T18:21:11.064Z | Compiling ctr v0.9.2 |
2659 | 2024-07-01T18:21:11.088Z | Compiling aes v0.8.4 |
2660 | 2024-07-01T18:21:11.414Z | Compiling blowfish v0.9.1 |
2661 | 2024-07-01T18:21:11.800Z | Compiling pbkdf2 v0.12.2 |
2662 | 2024-07-01T18:21:11.965Z | Compiling password-hash v0.4.2 |
2663 | 2024-07-01T18:21:12.784Z | Compiling gethostname v0.4.3 |
2664 | 2024-07-01T18:21:13.056Z | Compiling fxhash v0.2.1 |
2665 | 2024-07-01T18:21:13.084Z | Compiling base64 v0.13.1 |
2666 | 2024-07-01T18:21:13.233Z | Compiling linear-map v1.2.0 |
2667 | 2024-07-01T18:21:13.257Z | Compiling owo-colors v4.0.0 |
2668 | 2024-07-01T18:21:13.567Z | Compiling ron v0.7.1 |
2669 | 2024-07-01T18:21:13.635Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2670 | 2024-07-01T18:21:14.162Z | Compiling sled v0.34.7 |
2671 | 2024-07-01T18:21:15.097Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2672 | 2024-07-01T18:21:15.594Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2673 | 2024-07-01T18:21:16.158Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2674 | 2024-07-01T18:21:17.802Z | Compiling trust-dns-server v0.22.1 |
2675 | 2024-07-01T18:21:17.980Z | Compiling pbkdf2 v0.11.0 |
2676 | 2024-07-01T18:21:18.301Z | Compiling bcrypt-pbkdf v0.10.0 |
2677 | 2024-07-01T18:21:18.423Z | Compiling ghash v0.5.1 |
2678 | 2024-07-01T18:21:18.614Z | Compiling ed25519-dalek v2.1.1 |
2679 | 2024-07-01T18:21:18.846Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2680 | 2024-07-01T18:21:19.184Z | Compiling rand v0.7.3 |
2681 | 2024-07-01T18:21:19.604Z | Compiling vsss-rs v3.3.4 |
2682 | 2024-07-01T18:21:20.323Z | Compiling zone v0.1.8 |
2683 | 2024-07-01T18:21:20.674Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2684 | 2024-07-01T18:21:21.026Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2685 | 2024-07-01T18:21:21.395Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2686 | 2024-07-01T18:21:21.794Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2687 | 2024-07-01T18:21:22.134Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2688 | 2024-07-01T18:21:23.390Z | Compiling ciborium v0.2.2 |
2689 | 2024-07-01T18:21:23.508Z | Compiling dirs v5.0.1 |
2690 | 2024-07-01T18:21:23.716Z | Compiling chacha20poly1305 v0.10.1 |
2691 | 2024-07-01T18:21:23.936Z | Compiling p256 v0.13.2 |
2692 | 2024-07-01T18:21:24.167Z | Compiling p521 v0.13.3 |
2693 | 2024-07-01T18:21:24.394Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
2694 | 2024-07-01T18:21:24.692Z | Compiling pem v3.0.4 |
2695 | 2024-07-01T18:21:24.717Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
2696 | 2024-07-01T18:21:25.060Z | Compiling headers-core v0.2.0 |
2697 | 2024-07-01T18:21:25.217Z | Compiling cbc v0.1.2 |
2698 | 2024-07-01T18:21:25.404Z | Compiling kstat-rs v0.2.4 |
2699 | 2024-07-01T18:21:25.454Z | Compiling portpicker v0.1.1 |
2700 | 2024-07-01T18:21:25.532Z | Compiling nanorand v0.7.0 |
2701 | 2024-07-01T18:21:25.761Z | Compiling russh-cryptovec v0.7.2 |
2702 | 2024-07-01T18:21:25.978Z | Compiling http-range v0.1.5 |
2703 | 2024-07-01T18:21:26.055Z | Compiling md5 v0.7.0 |
2704 | 2024-07-01T18:21:26.085Z | Compiling glob v0.3.1 |
2705 | 2024-07-01T18:21:26.186Z | Compiling hyper-staticfile v0.9.5 |
2706 | 2024-07-01T18:21:26.358Z | Compiling russh-keys v0.43.0 |
2707 | 2024-07-01T18:21:26.491Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2708 | 2024-07-01T18:21:26.909Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2709 | 2024-07-01T18:21:27.001Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2710 | 2024-07-01T18:21:27.078Z | Compiling flume v0.11.0 |
2711 | 2024-07-01T18:21:27.692Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2712 | 2024-07-01T18:21:28.008Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2713 | 2024-07-01T18:21:29.272Z | Compiling headers v0.3.9 |
2714 | 2024-07-01T18:21:29.864Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
2715 | 2024-07-01T18:21:30.295Z | Compiling rcgen v0.12.1 |
2716 | 2024-07-01T18:21:32.083Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2717 | 2024-07-01T18:21:32.530Z | Compiling aes-gcm v0.10.3 |
2718 | 2024-07-01T18:21:32.647Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2719 | 2024-07-01T18:21:32.821Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2720 | 2024-07-01T18:21:34.240Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
2721 | 2024-07-01T18:21:35.648Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2722 | 2024-07-01T18:21:36.831Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
2723 | 2024-07-01T18:21:37.669Z | Compiling atomicwrites v0.4.3 |
2724 | 2024-07-01T18:21:37.990Z | Compiling subprocess v0.2.9 |
2725 | 2024-07-01T18:21:38.171Z | Compiling dhcproto-macros v0.1.0 |
2726 | 2024-07-01T18:21:39.001Z | Compiling display-error-chain v0.2.0 |
2727 | 2024-07-01T18:21:39.177Z | Compiling hex-literal v0.4.1 |
2728 | 2024-07-01T18:21:39.343Z | Compiling russh v0.43.0 |
2729 | 2024-07-01T18:21:39.684Z | Compiling dhcproto v0.11.0 |
2730 | 2024-07-01T18:21:40.115Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2731 | 2024-07-01T18:21:40.425Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2732 | 2024-07-01T18:21:41.571Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2733 | 2024-07-01T18:21:42.477Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2734 | 2024-07-01T18:21:42.609Z | Compiling internet-checksum v0.2.1 |
2735 | 2024-07-01T18:22:08.803Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2736 | 2024-07-01T18:23:08.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 38s |
2737 | 2024-07-01T18:23:08.729Z | |
2738 | 2024-07-01T18:23:08.729Z | real 3:38.189675463 |
2739 | 2024-07-01T18:23:08.729Z | user 17:05.549526577 |
2740 | 2024-07-01T18:23:08.729Z | sys 4:02.678500060 |
2741 | 2024-07-01T18:23:08.754Z | trap 0.518549324 |
2742 | 2024-07-01T18:23:08.754Z | tflt 0.268581362 |
2743 | 2024-07-01T18:23:08.754Z | dflt 2.562292260 |
2744 | 2024-07-01T18:23:08.754Z | kflt 0.000506900 |
2745 | 2024-07-01T18:23:08.754Z | lock 37:10.959949783 |
2746 | 2024-07-01T18:23:08.754Z | slp 48:47.238441426 |
2747 | 2024-07-01T18:23:08.754Z | lat 1:03.474277286 |
2748 | 2024-07-01T18:23:08.754Z | stop 2:20.062530624 |
2749 | 2024-07-01T18:23:08.754Z | + mkdir tests |
2750 | 2024-07-01T18:23:08.754Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2751 | 2024-07-01T18:23:08.754Z | + xargs -I '{}' -t cp '{}' tests/ |
2752 | 2024-07-01T18:23:08.779Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-68449cb9fd27763a tests/ |
2753 | 2024-07-01T18:23:08.805Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-5bf6442abf6016ca tests/ |
2754 | 2024-07-01T18:23:08.832Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-d734d2a5ab538092 tests/ |
2755 | 2024-07-01T18:23:08.856Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-3df9af16bafa2f9f tests/ |
2756 | 2024-07-01T18:23:09.183Z | + 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/*) |
2757 | 2024-07-01T18:23:09.210Z | + 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-5bf6442abf6016ca tests/commtest-d734d2a5ab538092 tests/dhcp_server-68449cb9fd27763a tests/end_to_end_tests-3df9af16bafa2f9f 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 |
2758 | 2024-07-01T18:24:30.421Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2759 | 2024-07-01T18:24:30.422Z | a out/target/test 1K |
2760 | 2024-07-01T18:24:30.422Z | a out/npuzone/npuzone 23144K |
2761 | 2024-07-01T18:24:30.422Z | a package-manifest.toml 29K |
2762 | 2024-07-01T18:24:30.422Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2763 | 2024-07-01T18:24:30.422Z | a target/release/omicron-package 32438K |
2764 | 2024-07-01T18:24:30.422Z | a target/release/xtask 18131K |
2765 | 2024-07-01T18:24:30.422Z | a target/debug/bootstrap 357552K |
2766 | 2024-07-01T18:24:30.422Z | a tests/bootstrap-5bf6442abf6016ca 23982K |
2767 | 2024-07-01T18:24:30.422Z | a tests/commtest-d734d2a5ab538092 23983K |
2768 | 2024-07-01T18:24:30.422Z | a tests/dhcp_server-68449cb9fd27763a 23982K |
2769 | 2024-07-01T18:24:30.422Z | a tests/end_to_end_tests-3df9af16bafa2f9f 368938K |
2770 | 2024-07-01T18:24:30.422Z | a out/clickhouse.tar.gz 223065K |
2771 | 2024-07-01T18:24:30.422Z | a out/clickhouse_keeper.tar.gz 223048K |
2772 | 2024-07-01T18:24:30.422Z | a out/cockroachdb.tar.gz 131817K |
2773 | 2024-07-01T18:24:30.422Z | a out/crucible-dtrace.tar 84K |
2774 | 2024-07-01T18:24:30.422Z | a out/crucible-pantry-zone.tar.gz 27068K |
2775 | 2024-07-01T18:24:30.422Z | a out/crucible-zone.tar.gz 37340K |
2776 | 2024-07-01T18:24:30.422Z | a out/external-dns.tar.gz 25098K |
2777 | 2024-07-01T18:24:30.422Z | a out/internal-dns.tar.gz 25098K |
2778 | 2024-07-01T18:24:30.422Z | a out/mg-ddm-gz.tar 60616K |
2779 | 2024-07-01T18:24:30.422Z | a out/nexus.tar.gz 84584K |
2780 | 2024-07-01T18:24:30.422Z | a out/ntp.tar.gz 8901K |
2781 | 2024-07-01T18:24:30.422Z | a out/omicron-gateway-softnpu.tar.gz 13794K |
2782 | 2024-07-01T18:24:30.422Z | a out/omicron-sled-agent.tar 94347K |
2783 | 2024-07-01T18:24:30.422Z | a out/overlay.tar.gz 3K |
2784 | 2024-07-01T18:24:30.422Z | a out/oximeter.tar.gz 41473K |
2785 | 2024-07-01T18:24:30.422Z | a out/oxlog.tar 2955K |
2786 | 2024-07-01T18:24:30.422Z | a out/probe.tar.gz 2764K |
2787 | 2024-07-01T18:24:30.422Z | a out/propolis-server.tar.gz 64653K |
2788 | 2024-07-01T18:24:30.422Z | a out/pumpkind-gz.tar 26665K |
2789 | 2024-07-01T18:24:30.422Z | a out/switch-softnpu.tar.gz 196137K |
2790 | 2024-07-01T18:24:30.448Z | |
2791 | 2024-07-01T18:24:30.448Z | real 1:21.236521655 |
2792 | 2024-07-01T18:24:30.449Z | user 1:15.286523203 |
2793 | 2024-07-01T18:24:30.449Z | sys 7.297590972 |
2794 | 2024-07-01T18:24:30.449Z | trap 0.023151844 |
2795 | 2024-07-01T18:24:30.449Z | tflt 0.000000000 |
2796 | 2024-07-01T18:24:30.449Z | dflt 0.000000000 |
2797 | 2024-07-01T18:24:30.449Z | kflt 0.000000000 |
2798 | 2024-07-01T18:24:30.449Z | lock 0.000000000 |
2799 | 2024-07-01T18:24:30.449Z | slp 1:15.295553033 |
2800 | 2024-07-01T18:24:30.449Z | lat 4.564672340 |
2801 | 2024-07-01T18:24:30.449Z | stop 0.000801508 |
2802 | 2024-07-01T18:24:30.449Z | process exited: duration 1568771 ms, exit code 0 |
|
2803 | 2024-07-01T18:24:30.531Z | found 1 output files |
2804 | 2024-07-01T18:24:30.531Z | uploading: /work/package.tar.gz (1403112786 bytes) |
2805 | 2024-07-01T18:29:10.984Z | uploaded: /work/package.tar.gz |