|
|
|
1 | 2024-07-25T01:21:26.066Z | job assigned to worker 01J3KQK24JHK0NXYKJ4KXZZDBH (queued for 1 m 8 s) |
|
2 | 2024-07-25T01:21:33.400Z | starting task 0: "setup" |
3 | 2024-07-25T01:21:33.408Z | ++ uname -s |
4 | 2024-07-25T01:21:33.411Z | + kern=SunOS |
5 | 2024-07-25T01:21:33.411Z | + case "$kern" in |
6 | 2024-07-25T01:21:33.411Z | + groupadd -g 12345 build |
7 | 2024-07-25T01:21:33.414Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-25T01:21:35.425Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-25T01:21:35.541Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-25T01:21:35.544Z | + home_fs=zfs |
11 | 2024-07-25T01:21:35.544Z | + [[ zfs == autofs ]] |
12 | 2024-07-25T01:21:35.544Z | + mkdir -p /home/build |
13 | 2024-07-25T01:21:35.547Z | + chown build:build /home/build /work |
14 | 2024-07-25T01:21:37.548Z | + chmod 0700 /home/build /work |
15 | 2024-07-25T01:21:37.551Z | process exited: duration 4152 ms, exit code 0 |
|
16 | 2024-07-25T01:21:37.558Z | starting task 1: "rust-toolchain" |
17 | 2024-07-25T01:21:37.562Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-25T01:21:37.562Z | ' 1.78.0 |
19 | 2024-07-25T01:21:37.562Z | * toolchain channel = "1.78.0" |
20 | 2024-07-25T01:21:37.562Z | * toolchain profile = "default" |
21 | 2024-07-25T01:21:37.562Z | + printf ' * toolchain profile = "%s" |
22 | 2024-07-25T01:21:37.562Z | ' default |
23 | 2024-07-25T01:21:37.565Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-25T01:21:37.565Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-25T01:21:37.678Z | info: downloading installer |
26 | 2024-07-25T01:21:38.875Z | info: profile set to 'default' |
27 | 2024-07-25T01:21:38.875Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-25T01:21:38.878Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-25T01:21:39.025Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-25T01:21:39.025Z | info: downloading component 'cargo' |
31 | 2024-07-25T01:21:39.853Z | info: downloading component 'clippy' |
32 | 2024-07-25T01:21:40.131Z | info: downloading component 'rust-docs' |
33 | 2024-07-25T01:21:41.225Z | info: downloading component 'rust-std' |
34 | 2024-07-25T01:21:42.972Z | info: downloading component 'rustc' |
35 | 2024-07-25T01:21:47.423Z | info: downloading component 'rustfmt' |
36 | 2024-07-25T01:21:47.664Z | info: installing component 'cargo' |
37 | 2024-07-25T01:21:48.493Z | info: installing component 'clippy' |
38 | 2024-07-25T01:21:48.846Z | info: installing component 'rust-docs' |
39 | 2024-07-25T01:21:50.379Z | info: installing component 'rust-std' |
40 | 2024-07-25T01:21:52.133Z | info: installing component 'rustc' |
41 | 2024-07-25T01:21:56.397Z | info: installing component 'rustfmt' |
42 | 2024-07-25T01:21:56.734Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-25T01:21:56.734Z | |
44 | 2024-07-25T01:21:57.011Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-25T01:21:57.011Z | |
46 | 2024-07-25T01:21:57.014Z | |
47 | 2024-07-25T01:21:57.014Z | Rust is installed now. Great! |
48 | 2024-07-25T01:21:57.014Z | |
49 | 2024-07-25T01:21:57.014Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-25T01:21:57.014Z | environment variable. This has not been done automatically. |
51 | 2024-07-25T01:21:57.014Z | |
52 | 2024-07-25T01:21:57.014Z | To configure your current shell, you need to source |
53 | 2024-07-25T01:21:57.014Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-25T01:21:57.014Z | |
55 | 2024-07-25T01:21:57.014Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-25T01:21:57.014Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-25T01:21:57.014Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-25T01:21:57.068Z | + rustc --version |
59 | 2024-07-25T01:21:57.130Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-25T01:21:57.133Z | process exited: duration 19574 ms, exit code 0 |
|
61 | 2024-07-25T01:21:57.139Z | starting task 2: "authentication" |
62 | 2024-07-25T01:21:57.160Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-07-25T01:21:57.166Z | starting task 3: "clone repository" |
64 | 2024-07-25T01:21:57.171Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-25T01:21:57.174Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-25T01:21:57.217Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-25T01:22:03.492Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-25T01:22:03.495Z | + git fetch origin c29eee36e0417de41c4cfab15394fbaf874e8303 |
69 | 2024-07-25T01:22:03.773Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-25T01:22:03.773Z | * branch c29eee36e0417de41c4cfab15394fbaf874e8303 -> FETCH_HEAD |
71 | 2024-07-25T01:22:03.783Z | + [[ -n sunshowers/spr/nexussled-agent-move-some-types-around-straighten-up-the-dependency-graph ]] |
72 | 2024-07-25T01:22:03.786Z | ++ git branch --show-current |
73 | 2024-07-25T01:22:03.789Z | + current=main |
74 | 2024-07-25T01:22:03.789Z | + [[ main != sunshowers/spr/nexussled-agent-move-some-types-around-straighten-up-the-dependency-graph ]] |
75 | 2024-07-25T01:22:03.789Z | + git branch -f sunshowers/spr/nexussled-agent-move-some-types-around-straighten-up-the-dependency-graph c29eee36e0417de41c4cfab15394fbaf874e8303 |
76 | 2024-07-25T01:22:03.792Z | + git checkout -f sunshowers/spr/nexussled-agent-move-some-types-around-straighten-up-the-dependency-graph |
77 | 2024-07-25T01:22:03.931Z | Switched to branch 'sunshowers/spr/nexussled-agent-move-some-types-around-straighten-up-the-dependency-graph' |
78 | 2024-07-25T01:22:03.934Z | + git reset --hard c29eee36e0417de41c4cfab15394fbaf874e8303 |
79 | 2024-07-25T01:22:03.971Z | HEAD is now at c29eee36e update one more file |
80 | 2024-07-25T01:22:03.974Z | process exited: duration 6805 ms, exit code 0 |
|
81 | 2024-07-25T01:22:03.980Z | starting task 4: "build" |
82 | 2024-07-25T01:22:03.986Z | + cargo --version |
83 | 2024-07-25T01:22:04.038Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-25T01:22:04.041Z | + rustc --version |
85 | 2024-07-25T01:22:04.097Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-25T01:22:04.099Z | + WORK=/work |
87 | 2024-07-25T01:22:04.099Z | + pfexec mkdir -p /work |
88 | 2024-07-25T01:22:04.103Z | + pfexec chown build /work |
89 | 2024-07-25T01:22:04.106Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-07-25T01:22:09.536Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-07-25T01:22:11.526Z | Startup: Caching catalogs ... Done |
92 | 2024-07-25T01:22:14.920Z | Planning: Solver setup ... Done (2.894s) |
93 | 2024-07-25T01:22:14.975Z | Planning: Running solver ... Done (0.056s) |
94 | 2024-07-25T01:22:15.027Z | Planning: Finding local manifests ... Done (0.004s) |
95 | 2024-07-25T01:22:15.040Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-07-25T01:22:15.195Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-07-25T01:22:15.245Z | Planning: Package planning ... Done (0.050s) |
98 | 2024-07-25T01:22:15.399Z | Planning: Merging actions ... Done (0.153s) |
99 | 2024-07-25T01:22:15.698Z | Planning: Checking for conflicting actions ... Done (0.299s) |
100 | 2024-07-25T01:22:15.710Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-07-25T01:22:16.699Z | Planning: Evaluating mediators ... Done (0.989s) |
102 | 2024-07-25T01:22:16.708Z | Planning: Planning completed in 5.11 seconds |
103 | 2024-07-25T01:22:16.723Z | Packages to install: 4 |
104 | 2024-07-25T01:22:16.726Z | Mediators to change: 2 |
105 | 2024-07-25T01:22:16.726Z | Services to change: 1 |
106 | 2024-07-25T01:22:16.726Z | Estimated space available: 155.77 GB |
107 | 2024-07-25T01:22:16.726Z | Estimated space to be consumed: 1.47 GB |
108 | 2024-07-25T01:22:16.726Z | Create boot environment: No |
109 | 2024-07-25T01:22:16.726Z | Create backup boot environment: No |
110 | 2024-07-25T01:22:16.726Z | Rebuild boot archive: No |
111 | 2024-07-25T01:22:16.726Z | |
112 | 2024-07-25T01:22:16.727Z | Changed mediators: |
113 | 2024-07-25T01:22:16.727Z | mediator clang: |
114 | 2024-07-25T01:22:16.727Z | version: None -> 15 (system default) |
115 | 2024-07-25T01:22:16.727Z | |
116 | 2024-07-25T01:22:16.727Z | mediator llvm: |
117 | 2024-07-25T01:22:16.727Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-07-25T01:22:16.727Z | |
119 | 2024-07-25T01:22:16.727Z | Changed packages: |
120 | 2024-07-25T01:22:16.727Z | helios-dev |
121 | 2024-07-25T01:22:16.727Z | developer/build-essential |
122 | 2024-07-25T01:22:16.727Z | None -> 11-2.0 |
123 | 2024-07-25T01:22:16.727Z | library/libxmlsec1 |
124 | 2024-07-25T01:22:16.727Z | None -> 1.2.35-2.0 |
125 | 2024-07-25T01:22:16.727Z | ooce/developer/clang-15 |
126 | 2024-07-25T01:22:16.727Z | None -> 15.0.7-2.0 |
127 | 2024-07-25T01:22:16.727Z | ooce/developer/llvm-15 |
128 | 2024-07-25T01:22:16.727Z | None -> 15.0.7-2.0 |
129 | 2024-07-25T01:22:16.727Z | |
130 | 2024-07-25T01:22:16.727Z | Services: |
131 | 2024-07-25T01:22:16.727Z | restart_fmri: |
132 | 2024-07-25T01:22:16.727Z | svc:/system/update-man-index:default |
133 | 2024-07-25T01:22:16.769Z | |
134 | 2024-07-25T01:22:16.769Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-07-25T01:22:21.969Z | Download: 1197/3290 items 72.5/212.6MB 34% complete (15.0M/s) |
136 | 2024-07-25T01:22:26.980Z | Download: 2217/3290 items 119.2/212.6MB 56% complete (12.0M/s) |
137 | 2024-07-25T01:22:31.997Z | Download: 3247/3290 items 175.4/212.6MB 82% complete (10.5M/s) |
138 | 2024-07-25T01:22:34.651Z | Download: Completed 212.60 MB in 17.88 seconds (11.9M/s) |
139 | 2024-07-25T01:22:34.843Z | Actions: 1/3689 actions (Installing new actions) |
140 | 2024-07-25T01:22:39.452Z | Actions: Completed 3689 actions in 4.61 seconds. |
141 | 2024-07-25T01:22:39.719Z | Done (0.262s) |
142 | 2024-07-25T01:22:39.719Z | Done (0.000s) |
143 | 2024-07-25T01:22:40.069Z | Done (0.349s) |
144 | 2024-07-25T01:22:44.474Z | Done (4.244s) |
145 | 2024-07-25T01:22:44.565Z | Done (0.018s) |
146 | 2024-07-25T01:22:44.567Z | Done (0.000s) |
147 | 2024-07-25T01:22:44.736Z | Done (0.000s) |
148 | 2024-07-25T01:22:45.312Z | Planning: Evaluating mediator changes ... Done |
149 | 2024-07-25T01:22:45.474Z | Planning: Checking for conflicting actions ... Done |
150 | 2024-07-25T01:22:45.477Z | Planning: Consolidating action changes ... Done |
151 | 2024-07-25T01:22:45.745Z | Planning: Evaluating mediators ... Done |
152 | 2024-07-25T01:22:45.748Z | Planning: Planning completed in 0.43 seconds |
153 | 2024-07-25T01:22:45.780Z | Mediators to change: 2 |
154 | 2024-07-25T01:22:45.780Z | Create boot environment: No |
155 | 2024-07-25T01:22:45.784Z | Create backup boot environment: No |
156 | 2024-07-25T01:22:45.850Z | Done |
157 | 2024-07-25T01:22:45.850Z | Done |
158 | 2024-07-25T01:22:46.068Z | Done |
159 | 2024-07-25T01:22:49.605Z | Done |
160 | 2024-07-25T01:22:49.695Z | Done |
161 | 2024-07-25T01:22:49.698Z | Done |
162 | 2024-07-25T01:22:49.794Z | Done |
163 | 2024-07-25T01:22:50.408Z | Planning: Evaluating mediator changes ... Done |
164 | 2024-07-25T01:22:50.411Z | Planning: Merging actions ... Done |
165 | 2024-07-25T01:22:50.600Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-07-25T01:22:50.603Z | Planning: Consolidating action changes ... Done |
167 | 2024-07-25T01:22:50.861Z | Planning: Evaluating mediators ... Done |
168 | 2024-07-25T01:22:50.915Z | Planning: Planning completed in 0.75 seconds |
169 | 2024-07-25T01:22:50.950Z | Packages to change: 1 |
170 | 2024-07-25T01:22:50.950Z | Mediators to change: 1 |
171 | 2024-07-25T01:22:50.953Z | Services to change: 1 |
172 | 2024-07-25T01:22:50.953Z | Create boot environment: No |
173 | 2024-07-25T01:22:50.953Z | Create backup boot environment: Yes |
174 | 2024-07-25T01:22:53.094Z | Actions: 1/6 actions (Updating modified actions) |
175 | 2024-07-25T01:22:53.100Z | Actions: Completed 6 actions in 0.00 seconds. |
176 | 2024-07-25T01:22:53.100Z | Done |
177 | 2024-07-25T01:22:53.100Z | Done |
178 | 2024-07-25T01:22:53.168Z | Done |
179 | 2024-07-25T01:22:56.693Z | Done |
180 | 2024-07-25T01:22:56.780Z | Done |
181 | 2024-07-25T01:22:56.793Z | Done |
182 | 2024-07-25T01:22:56.895Z | Done |
183 | 2024-07-25T01:22:57.335Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
184 | 2024-07-25T01:22:57.335Z | clang system 15 system |
185 | 2024-07-25T01:22:57.335Z | csh system system illumos |
186 | 2024-07-25T01:22:57.335Z | ctags system system illumos |
187 | 2024-07-25T01:22:57.335Z | gcc vendor 12 vendor |
188 | 2024-07-25T01:22:57.335Z | gcc system 10 system |
189 | 2024-07-25T01:22:57.335Z | gcc system 7 system |
190 | 2024-07-25T01:22:57.335Z | go system 1.20 system |
191 | 2024-07-25T01:22:57.335Z | go system 1.19 system |
192 | 2024-07-25T01:22:57.335Z | llvm system 15 system |
193 | 2024-07-25T01:22:57.335Z | llvm system 14 system |
194 | 2024-07-25T01:22:57.335Z | mariadb system 10.6 system |
195 | 2024-07-25T01:22:57.335Z | mta vendor vendor dma |
196 | 2024-07-25T01:22:57.335Z | openjdk system 17 system |
197 | 2024-07-25T01:22:57.335Z | openjdk system 11 system |
198 | 2024-07-25T01:22:57.335Z | openjdk system 1.8 system |
199 | 2024-07-25T01:22:57.335Z | openssl vendor 3 vendor |
200 | 2024-07-25T01:22:57.336Z | perl system 5.36 system |
201 | 2024-07-25T01:22:57.336Z | postgresql system 15 system |
202 | 2024-07-25T01:22:57.336Z | postgresql system 13 system |
203 | 2024-07-25T01:22:57.336Z | python vendor 3 vendor |
204 | 2024-07-25T01:22:57.336Z | python system 2 system |
205 | 2024-07-25T01:22:57.336Z | python3 system 3.11 system |
206 | 2024-07-25T01:22:57.336Z | ruby system 3.0 system |
207 | 2024-07-25T01:22:57.336Z | words vendor vendor american-english |
208 | 2024-07-25T01:22:57.336Z | words system system australian-english |
209 | 2024-07-25T01:22:57.336Z | words system system british-english |
210 | 2024-07-25T01:22:57.336Z | words system system canadian-english |
211 | 2024-07-25T01:22:57.336Z | words system system french |
212 | 2024-07-25T01:22:57.336Z | words system system italian |
213 | 2024-07-25T01:22:57.336Z | words system system ngerman |
214 | 2024-07-25T01:22:57.336Z | words system system ogerman |
215 | 2024-07-25T01:22:57.336Z | words system system spanish |
216 | 2024-07-25T01:22:57.667Z | PUBLISHER TYPE STATUS P LOCATION |
217 | 2024-07-25T01:22:57.667Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
218 | 2024-07-25T01:22:59.277Z | FMRI IFO |
219 | 2024-07-25T01:22:59.277Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
220 | 2024-07-25T01:22:59.277Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
221 | 2024-07-25T01:22:59.277Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
222 | 2024-07-25T01:22:59.277Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
223 | 2024-07-25T01:22:59.277Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
224 | 2024-07-25T01:22:59.277Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
225 | 2024-07-25T01:22:59.277Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
226 | 2024-07-25T01:22:59.277Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
227 | 2024-07-25T01:22:59.277Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
228 | 2024-07-25T01:22:59.277Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
229 | 2024-07-25T01:22:59.277Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
230 | 2024-07-25T01:22:59.277Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
231 | 2024-07-25T01:22:59.820Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
232 | 2024-07-25T01:23:00.113Z | Updating git repository `https://github.com/oxidecomputer/zone` |
233 | 2024-07-25T01:23:00.412Z | Updating crates.io index |
234 | 2024-07-25T01:23:00.417Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
235 | 2024-07-25T01:23:01.359Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
236 | 2024-07-25T01:23:02.135Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
237 | 2024-07-25T01:23:02.417Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
238 | 2024-07-25T01:23:04.614Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
239 | 2024-07-25T01:23:05.150Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
240 | 2024-07-25T01:23:05.399Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
241 | 2024-07-25T01:23:06.388Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
242 | 2024-07-25T01:23:08.512Z | Updating git repository `https://github.com/oxidecomputer/opte` |
243 | 2024-07-25T01:23:09.587Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
244 | 2024-07-25T01:23:10.325Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
245 | 2024-07-25T01:23:11.103Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
246 | 2024-07-25T01:23:11.395Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
247 | 2024-07-25T01:23:11.658Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
248 | 2024-07-25T01:23:11.948Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
249 | 2024-07-25T01:23:12.213Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
250 | 2024-07-25T01:23:12.448Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
251 | 2024-07-25T01:23:12.678Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
252 | 2024-07-25T01:23:12.974Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
253 | 2024-07-25T01:23:13.476Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
254 | 2024-07-25T01:23:13.920Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
255 | 2024-07-25T01:23:14.179Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
256 | 2024-07-25T01:23:14.858Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
257 | 2024-07-25T01:23:15.183Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
258 | 2024-07-25T01:23:15.708Z | Updating git repository `https://github.com/oxidecomputer/typify` |
259 | 2024-07-25T01:23:18.004Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
260 | 2024-07-25T01:23:18.305Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
261 | 2024-07-25T01:23:18.608Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
262 | 2024-07-25T01:23:19.190Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
263 | 2024-07-25T01:23:20.501Z | Downloading crates ... |
264 | 2024-07-25T01:23:20.610Z | Downloaded foreign-types v0.3.2 |
265 | 2024-07-25T01:23:20.614Z | Downloaded block-buffer v0.10.4 |
266 | 2024-07-25T01:23:20.617Z | Downloaded anstyle-parse v0.2.4 |
267 | 2024-07-25T01:23:20.621Z | Downloaded anstyle-query v1.0.3 |
268 | 2024-07-25T01:23:20.621Z | Downloaded anstyle v1.0.7 |
269 | 2024-07-25T01:23:20.624Z | Downloaded adler v1.0.2 |
270 | 2024-07-25T01:23:20.632Z | Downloaded num-conv v0.1.0 |
271 | 2024-07-25T01:23:20.635Z | Downloaded openssl-probe v0.1.5 |
272 | 2024-07-25T01:23:20.635Z | Downloaded powerfmt v0.2.0 |
273 | 2024-07-25T01:23:20.638Z | Downloaded pkg-config v0.3.30 |
274 | 2024-07-25T01:23:20.638Z | Downloaded pin-utils v0.1.0 |
275 | 2024-07-25T01:23:20.641Z | Downloaded pretty-hex v0.4.1 |
276 | 2024-07-25T01:23:20.641Z | Downloaded num_threads v0.1.7 |
277 | 2024-07-25T01:23:20.644Z | Downloaded is-terminal v0.4.12 |
278 | 2024-07-25T01:23:20.644Z | Downloaded anstream v0.6.14 |
279 | 2024-07-25T01:23:20.648Z | Downloaded futures-core v0.3.30 |
280 | 2024-07-25T01:23:20.648Z | Downloaded autocfg v1.3.0 |
281 | 2024-07-25T01:23:20.651Z | Downloaded bytecount v0.6.8 |
282 | 2024-07-25T01:23:20.654Z | Downloaded usdt-macro v0.5.0 |
283 | 2024-07-25T01:23:20.654Z | Downloaded usdt-attr-macro v0.5.0 |
284 | 2024-07-25T01:23:20.654Z | Downloaded dof v0.3.0 |
285 | 2024-07-25T01:23:20.657Z | Downloaded slab v0.4.9 |
286 | 2024-07-25T01:23:20.657Z | Downloaded generic-array v0.14.7 |
287 | 2024-07-25T01:23:20.662Z | Downloaded cargo_metadata v0.18.1 |
288 | 2024-07-25T01:23:20.662Z | Downloaded tower-service v0.3.2 |
289 | 2024-07-25T01:23:20.663Z | Downloaded http-body v0.4.6 |
290 | 2024-07-25T01:23:20.666Z | Downloaded swrite v0.1.0 |
291 | 2024-07-25T01:23:20.666Z | Downloaded strum v0.26.3 |
292 | 2024-07-25T01:23:20.666Z | Downloaded httpdate v1.0.3 |
293 | 2024-07-25T01:23:20.669Z | Downloaded heck v0.5.0 |
294 | 2024-07-25T01:23:20.669Z | Downloaded futures-macro v0.3.30 |
295 | 2024-07-25T01:23:20.674Z | Downloaded serde_spanned v0.6.6 |
296 | 2024-07-25T01:23:20.674Z | Downloaded rustversion v1.0.17 |
297 | 2024-07-25T01:23:20.674Z | Downloaded terminal_size v0.3.0 |
298 | 2024-07-25T01:23:20.677Z | Downloaded scopeguard v1.2.0 |
299 | 2024-07-25T01:23:20.677Z | Downloaded proc-macro-error-attr v1.0.4 |
300 | 2024-07-25T01:23:20.680Z | Downloaded foreign-types-shared v0.1.1 |
301 | 2024-07-25T01:23:20.680Z | Downloaded toml_datetime v0.6.6 |
302 | 2024-07-25T01:23:20.680Z | Downloaded serde_tokenstream v0.2.1 |
303 | 2024-07-25T01:23:20.683Z | Downloaded anyhow v1.0.86 |
304 | 2024-07-25T01:23:20.687Z | Downloaded scroll v0.12.0 |
305 | 2024-07-25T01:23:20.690Z | Downloaded slog-bunyan v2.5.0 |
306 | 2024-07-25T01:23:20.690Z | Downloaded hostname v0.3.1 |
307 | 2024-07-25T01:23:20.693Z | Downloaded thiserror-impl v1.0.62 |
308 | 2024-07-25T01:23:20.693Z | Downloaded sha2 v0.10.8 |
309 | 2024-07-25T01:23:20.697Z | Downloaded plain v0.2.3 |
310 | 2024-07-25T01:23:20.697Z | Downloaded openssl-macros v0.1.1 |
311 | 2024-07-25T01:23:20.700Z | Downloaded match_cfg v0.1.0 |
312 | 2024-07-25T01:23:20.700Z | Downloaded is_terminal_polyfill v1.70.0 |
313 | 2024-07-25T01:23:20.701Z | Downloaded semver v1.0.23 |
314 | 2024-07-25T01:23:20.704Z | Downloaded dtrace-parser v0.2.0 |
315 | 2024-07-25T01:23:20.704Z | Downloaded slog-async v2.8.0 |
316 | 2024-07-25T01:23:20.704Z | Downloaded pest_generator v2.7.10 |
317 | 2024-07-25T01:23:20.707Z | Downloaded version_check v0.9.4 |
318 | 2024-07-25T01:23:20.707Z | Downloaded pin-project-lite v0.2.14 |
319 | 2024-07-25T01:23:20.714Z | Downloaded mime v0.3.17 |
320 | 2024-07-25T01:23:20.717Z | Downloaded byteorder v1.5.0 |
321 | 2024-07-25T01:23:20.717Z | Downloaded proc-macro-error v1.0.4 |
322 | 2024-07-25T01:23:20.720Z | Downloaded itoa v1.0.11 |
323 | 2024-07-25T01:23:20.720Z | Downloaded scroll_derive v0.12.0 |
324 | 2024-07-25T01:23:20.720Z | Downloaded lock_api v0.4.12 |
325 | 2024-07-25T01:23:20.723Z | Downloaded heck v0.4.1 |
326 | 2024-07-25T01:23:20.723Z | Downloaded parking_lot_core v0.9.10 |
327 | 2024-07-25T01:23:20.726Z | Downloaded clap_derive v4.5.8 |
328 | 2024-07-25T01:23:20.729Z | Downloaded time-macros v0.2.18 |
329 | 2024-07-25T01:23:20.732Z | Downloaded proc-macro2 v1.0.86 |
330 | 2024-07-25T01:23:20.732Z | Downloaded slog-term v2.9.1 |
331 | 2024-07-25T01:23:20.735Z | Downloaded futures-sink v0.3.30 |
332 | 2024-07-25T01:23:20.735Z | Downloaded unicode-bidi v0.3.15 |
333 | 2024-07-25T01:23:20.738Z | Downloaded tinyvec v1.6.0 |
334 | 2024-07-25T01:23:20.741Z | Downloaded take_mut v0.2.2 |
335 | 2024-07-25T01:23:20.744Z | Downloaded native-tls v0.2.11 |
336 | 2024-07-25T01:23:20.744Z | Downloaded num_cpus v1.16.0 |
337 | 2024-07-25T01:23:20.747Z | Downloaded tinyvec_macros v0.1.1 |
338 | 2024-07-25T01:23:20.749Z | Downloaded memmap v0.7.0 |
339 | 2024-07-25T01:23:20.750Z | Downloaded sync_wrapper v0.1.2 |
340 | 2024-07-25T01:23:20.750Z | Downloaded hyper-tls v0.5.0 |
341 | 2024-07-25T01:23:20.752Z | Downloaded fs-err v2.11.0 |
342 | 2024-07-25T01:23:20.752Z | Downloaded want v0.3.1 |
343 | 2024-07-25T01:23:20.755Z | Downloaded try-lock v0.2.5 |
344 | 2024-07-25T01:23:20.755Z | Downloaded crc32fast v1.4.0 |
345 | 2024-07-25T01:23:20.758Z | Downloaded digest v0.10.7 |
346 | 2024-07-25T01:23:20.758Z | Downloaded tar v0.4.41 |
347 | 2024-07-25T01:23:20.761Z | Downloaded crypto-common v0.1.6 |
348 | 2024-07-25T01:23:20.761Z | Downloaded signal-hook-registry v1.4.2 |
349 | 2024-07-25T01:23:20.764Z | Downloaded rustls-pemfile v1.0.4 |
350 | 2024-07-25T01:23:20.767Z | Downloaded socket2 v0.5.7 |
351 | 2024-07-25T01:23:20.767Z | Downloaded tracing-core v0.1.32 |
352 | 2024-07-25T01:23:20.770Z | Downloaded httparse v1.8.0 |
353 | 2024-07-25T01:23:20.772Z | Downloaded futures-channel v0.3.30 |
354 | 2024-07-25T01:23:20.775Z | Downloaded serde_urlencoded v0.7.1 |
355 | 2024-07-25T01:23:20.775Z | Downloaded time-core v0.1.2 |
356 | 2024-07-25T01:23:20.778Z | Downloaded tabled_derive v0.7.0 |
357 | 2024-07-25T01:23:20.778Z | Downloaded percent-encoding v2.3.1 |
358 | 2024-07-25T01:23:20.778Z | Downloaded ipnet v2.9.0 |
359 | 2024-07-25T01:23:20.781Z | Downloaded pest_derive v2.7.10 |
360 | 2024-07-25T01:23:20.784Z | Downloaded usdt-impl v0.5.0 |
361 | 2024-07-25T01:23:20.784Z | Downloaded utf8parse v0.2.1 |
362 | 2024-07-25T01:23:20.786Z | Downloaded usdt v0.5.0 |
363 | 2024-07-25T01:23:20.786Z | Downloaded slog-json v2.6.1 |
364 | 2024-07-25T01:23:20.789Z | Downloaded futures v0.3.30 |
365 | 2024-07-25T01:23:20.792Z | Downloaded clap v4.5.9 |
366 | 2024-07-25T01:23:20.801Z | Downloaded typenum v1.17.0 |
367 | 2024-07-25T01:23:20.803Z | Downloaded xattr v1.3.1 |
368 | 2024-07-25T01:23:20.806Z | Downloaded miniz_oxide v0.7.2 |
369 | 2024-07-25T01:23:20.809Z | Downloaded quote v1.0.36 |
370 | 2024-07-25T01:23:20.812Z | Downloaded pest_meta v2.7.10 |
371 | 2024-07-25T01:23:20.812Z | Downloaded strum_macros v0.26.4 |
372 | 2024-07-25T01:23:20.814Z | Downloaded flate2 v1.0.30 |
373 | 2024-07-25T01:23:20.819Z | Downloaded indexmap v2.2.6 |
374 | 2024-07-25T01:23:20.823Z | Downloaded papergrid v0.11.0 |
375 | 2024-07-25T01:23:20.828Z | Downloaded term v0.7.0 |
376 | 2024-07-25T01:23:20.832Z | Downloaded url v2.5.2 |
377 | 2024-07-25T01:23:20.836Z | Downloaded memchr v2.7.2 |
378 | 2024-07-25T01:23:20.841Z | Downloaded openssl-sys v0.9.103 |
379 | 2024-07-25T01:23:20.846Z | Downloaded ucd-trie v0.1.6 |
380 | 2024-07-25T01:23:20.848Z | Downloaded zerocopy-derive v0.7.34 |
381 | 2024-07-25T01:23:20.852Z | Downloaded http v0.2.12 |
382 | 2024-07-25T01:23:20.856Z | Downloaded pest v2.7.10 |
383 | 2024-07-25T01:23:20.862Z | Downloaded crossbeam-channel v0.5.12 |
384 | 2024-07-25T01:23:20.867Z | Downloaded tracing v0.1.40 |
385 | 2024-07-25T01:23:20.870Z | Downloaded toml v0.8.15 |
386 | 2024-07-25T01:23:20.873Z | Downloaded tokio-util v0.7.11 |
387 | 2024-07-25T01:23:20.880Z | Downloaded hashbrown v0.14.5 |
388 | 2024-07-25T01:23:20.886Z | Downloaded h2 v0.3.26 |
389 | 2024-07-25T01:23:20.893Z | Downloaded unicode-normalization v0.1.23 |
390 | 2024-07-25T01:23:20.897Z | Downloaded zerocopy v0.7.34 |
391 | 2024-07-25T01:23:20.914Z | Downloaded hyper v0.14.28 |
392 | 2024-07-25T01:23:20.921Z | Downloaded reqwest v0.11.27 |
393 | 2024-07-25T01:23:20.929Z | Downloaded goblin v0.8.2 |
394 | 2024-07-25T01:23:20.936Z | Downloaded tabled v0.15.0 |
395 | 2024-07-25T01:23:20.952Z | Downloaded openssl v0.10.66 |
396 | 2024-07-25T01:23:20.966Z | Downloaded vcpkg v0.2.15 |
397 | 2024-07-25T01:23:20.999Z | Downloaded syn v2.0.72 |
398 | 2024-07-25T01:23:21.011Z | Downloaded syn v1.0.109 |
399 | 2024-07-25T01:23:21.021Z | Downloaded rustix v0.38.34 |
400 | 2024-07-25T01:23:21.042Z | Downloaded idna v0.5.0 |
401 | 2024-07-25T01:23:21.049Z | Downloaded unicode-width v0.1.13 |
402 | 2024-07-25T01:23:21.056Z | Downloaded libc v0.2.155 |
403 | 2024-07-25T01:23:21.082Z | Downloaded tokio v1.38.1 |
404 | 2024-07-25T01:23:21.116Z | Downloaded futures-util v0.3.30 |
405 | 2024-07-25T01:23:21.126Z | Downloaded encoding_rs v0.8.34 |
406 | 2024-07-25T01:23:21.145Z | Downloaded winnow v0.6.8 |
407 | 2024-07-25T01:23:21.153Z | Downloaded time v0.3.36 |
408 | 2024-07-25T01:23:21.159Z | Downloaded serde_json v1.0.120 |
409 | 2024-07-25T01:23:21.165Z | Downloaded clap_builder v4.5.9 |
410 | 2024-07-25T01:23:21.171Z | Downloaded toml_edit v0.22.16 |
411 | 2024-07-25T01:23:21.191Z | Downloaded serde v1.0.204 |
412 | 2024-07-25T01:23:21.193Z | Downloaded unicode-ident v1.0.12 |
413 | 2024-07-25T01:23:21.196Z | Downloaded mio v0.8.11 |
414 | 2024-07-25T01:23:21.201Z | Downloaded parking_lot v0.12.2 |
415 | 2024-07-25T01:23:21.203Z | Downloaded smallvec v1.13.2 |
416 | 2024-07-25T01:23:21.206Z | Downloaded slog v2.7.0 |
417 | 2024-07-25T01:23:21.209Z | Downloaded log v0.4.21 |
418 | 2024-07-25T01:23:21.211Z | Downloaded thread_local v1.1.8 |
419 | 2024-07-25T01:23:21.211Z | Downloaded thiserror v1.0.62 |
420 | 2024-07-25T01:23:21.214Z | Downloaded cc v1.0.97 |
421 | 2024-07-25T01:23:21.217Z | Downloaded tokio-native-tls v0.3.1 |
422 | 2024-07-25T01:23:21.220Z | Downloaded tokio-macros v2.3.0 |
423 | 2024-07-25T01:23:21.220Z | Downloaded thread-id v4.2.1 |
424 | 2024-07-25T01:23:21.223Z | Downloaded strsim v0.11.1 |
425 | 2024-07-25T01:23:21.223Z | Downloaded once_cell v1.19.0 |
426 | 2024-07-25T01:23:21.225Z | Downloaded clap_lex v0.7.0 |
427 | 2024-07-25T01:23:21.225Z | Downloaded camino v1.1.7 |
428 | 2024-07-25T01:23:21.228Z | Downloaded bytes v1.6.0 |
429 | 2024-07-25T01:23:21.231Z | Downloaded serde_derive v1.0.204 |
430 | 2024-07-25T01:23:21.234Z | Downloaded cargo_toml v0.20.4 |
431 | 2024-07-25T01:23:21.234Z | Downloaded base64 v0.21.7 |
432 | 2024-07-25T01:23:21.237Z | Downloaded futures-executor v0.3.30 |
433 | 2024-07-25T01:23:21.239Z | Downloaded fnv v1.0.7 |
434 | 2024-07-25T01:23:21.239Z | Downloaded filetime v0.2.23 |
435 | 2024-07-25T01:23:21.239Z | Downloaded ryu v1.0.18 |
436 | 2024-07-25T01:23:21.242Z | Downloaded dirs-sys-next v0.1.2 |
437 | 2024-07-25T01:23:21.245Z | Downloaded cfg-if v1.0.0 |
438 | 2024-07-25T01:23:21.245Z | Downloaded bitflags v2.5.0 |
439 | 2024-07-25T01:23:21.248Z | Downloaded futures-io v0.3.30 |
440 | 2024-07-25T01:23:21.248Z | Downloaded cpufeatures v0.2.12 |
441 | 2024-07-25T01:23:21.250Z | Downloaded crossbeam-utils v0.8.19 |
442 | 2024-07-25T01:23:21.253Z | Downloaded colorchoice v1.0.1 |
443 | 2024-07-25T01:23:21.253Z | Downloaded equivalent v1.0.1 |
444 | 2024-07-25T01:23:21.253Z | Downloaded macaddr v1.0.1 |
445 | 2024-07-25T01:23:21.256Z | Downloaded dirs-next v2.0.0 |
446 | 2024-07-25T01:23:21.256Z | Downloaded cargo-platform v0.1.8 |
447 | 2024-07-25T01:23:21.256Z | Downloaded futures-task v0.3.30 |
448 | 2024-07-25T01:23:21.259Z | Downloaded form_urlencoded v1.2.1 |
449 | 2024-07-25T01:23:21.259Z | Downloaded errno v0.3.9 |
450 | 2024-07-25T01:23:21.259Z | Downloaded deranged v0.3.11 |
451 | 2024-07-25T01:23:21.552Z | Compiling proc-macro2 v1.0.86 |
452 | 2024-07-25T01:23:21.552Z | Compiling unicode-ident v1.0.12 |
453 | 2024-07-25T01:23:21.555Z | Compiling libc v0.2.155 |
454 | 2024-07-25T01:23:21.555Z | Compiling version_check v0.9.4 |
455 | 2024-07-25T01:23:21.555Z | Compiling cfg-if v1.0.0 |
456 | 2024-07-25T01:23:21.555Z | Compiling once_cell v1.19.0 |
457 | 2024-07-25T01:23:21.588Z | Compiling itoa v1.0.11 |
458 | 2024-07-25T01:23:21.591Z | Compiling serde v1.0.204 |
459 | 2024-07-25T01:23:21.718Z | Compiling autocfg v1.3.0 |
460 | 2024-07-25T01:23:21.874Z | Compiling memchr v2.7.2 |
461 | 2024-07-25T01:23:21.884Z | Compiling thiserror v1.0.62 |
462 | 2024-07-25T01:23:22.153Z | Compiling ryu v1.0.18 |
463 | 2024-07-25T01:23:22.327Z | Compiling pin-project-lite v0.2.14 |
464 | 2024-07-25T01:23:22.471Z | Compiling bitflags v2.5.0 |
465 | 2024-07-25T01:23:22.512Z | Compiling pkg-config v0.3.30 |
466 | 2024-07-25T01:23:22.558Z | Compiling cc v1.0.97 |
467 | 2024-07-25T01:23:22.629Z | Compiling ucd-trie v0.1.6 |
468 | 2024-07-25T01:23:22.739Z | Compiling lock_api v0.4.12 |
469 | 2024-07-25T01:23:22.907Z | Compiling parking_lot_core v0.9.10 |
470 | 2024-07-25T01:23:23.021Z | Compiling vcpkg v0.2.15 |
471 | 2024-07-25T01:23:23.264Z | Compiling quote v1.0.36 |
472 | 2024-07-25T01:23:23.518Z | Compiling slab v0.4.9 |
473 | 2024-07-25T01:23:23.632Z | Compiling syn v2.0.72 |
474 | 2024-07-25T01:23:23.777Z | Compiling scopeguard v1.2.0 |
475 | 2024-07-25T01:23:23.922Z | Compiling smallvec v1.13.2 |
476 | 2024-07-25T01:23:23.992Z | Compiling bytes v1.6.0 |
477 | 2024-07-25T01:23:24.113Z | Compiling futures-sink v0.3.30 |
478 | 2024-07-25T01:23:24.255Z | Compiling futures-core v0.3.30 |
479 | 2024-07-25T01:23:24.656Z | Compiling log v0.4.21 |
480 | 2024-07-25T01:23:24.689Z | Compiling byteorder v1.5.0 |
481 | 2024-07-25T01:23:24.776Z | Compiling equivalent v1.0.1 |
482 | 2024-07-25T01:23:24.893Z | Compiling serde_json v1.0.120 |
483 | 2024-07-25T01:23:24.961Z | Compiling hashbrown v0.14.5 |
484 | 2024-07-25T01:23:25.044Z | Compiling fnv v1.0.7 |
485 | 2024-07-25T01:23:25.134Z | Compiling parking_lot v0.12.2 |
486 | 2024-07-25T01:23:25.202Z | Compiling futures-channel v0.3.30 |
487 | 2024-07-25T01:23:25.205Z | Compiling mio v0.8.11 |
488 | 2024-07-25T01:23:25.282Z | Compiling signal-hook-registry v1.4.2 |
489 | 2024-07-25T01:23:25.449Z | Compiling socket2 v0.5.7 |
490 | 2024-07-25T01:23:25.639Z | Compiling num_cpus v1.16.0 |
491 | 2024-07-25T01:23:26.071Z | Compiling rustix v0.38.34 |
492 | 2024-07-25T01:23:26.096Z | Compiling typenum v1.17.0 |
493 | 2024-07-25T01:23:26.119Z | Compiling openssl-sys v0.9.103 |
494 | 2024-07-25T01:23:26.122Z | Compiling futures-io v0.3.30 |
495 | 2024-07-25T01:23:26.303Z | Compiling indexmap v2.2.6 |
496 | 2024-07-25T01:23:26.468Z | Compiling pin-utils v0.1.0 |
497 | 2024-07-25T01:23:26.521Z | Compiling futures-task v0.3.30 |
498 | 2024-07-25T01:23:26.600Z | Compiling errno v0.3.9 |
499 | 2024-07-25T01:23:26.885Z | Compiling generic-array v0.14.7 |
500 | 2024-07-25T01:23:26.885Z | Compiling openssl v0.10.66 |
501 | 2024-07-25T01:23:26.988Z | Compiling foreign-types-shared v0.1.1 |
502 | 2024-07-25T01:23:27.118Z | Compiling slog v2.7.0 |
503 | 2024-07-25T01:23:27.289Z | Compiling foreign-types v0.3.2 |
504 | 2024-07-25T01:23:27.391Z | Compiling http v0.2.12 |
505 | 2024-07-25T01:23:27.535Z | Compiling proc-macro-error-attr v1.0.4 |
506 | 2024-07-25T01:23:27.673Z | Compiling usdt-impl v0.5.0 |
507 | 2024-07-25T01:23:27.794Z | Compiling tracing-core v0.1.32 |
508 | 2024-07-25T01:23:27.977Z | Compiling tinyvec_macros v0.1.1 |
509 | 2024-07-25T01:23:27.995Z | Compiling time-core v0.1.2 |
510 | 2024-07-25T01:23:28.063Z | Compiling powerfmt v0.2.0 |
511 | 2024-07-25T01:23:28.171Z | Compiling num-conv v0.1.0 |
512 | 2024-07-25T01:23:28.465Z | Compiling syn v1.0.109 |
513 | 2024-07-25T01:23:28.488Z | Compiling native-tls v0.2.11 |
514 | 2024-07-25T01:23:28.776Z | Compiling httparse v1.8.0 |
515 | 2024-07-25T01:23:28.856Z | Compiling time-macros v0.2.18 |
516 | 2024-07-25T01:23:29.129Z | Compiling tracing v0.1.40 |
517 | 2024-07-25T01:23:29.168Z | Compiling deranged v0.3.11 |
518 | 2024-07-25T01:23:29.235Z | Compiling tinyvec v1.6.0 |
519 | 2024-07-25T01:23:29.702Z | Compiling thread-id v4.2.1 |
520 | 2024-07-25T01:23:29.873Z | Compiling proc-macro-error v1.0.4 |
521 | 2024-07-25T01:23:30.145Z | Compiling try-lock v0.2.5 |
522 | 2024-07-25T01:23:30.235Z | Compiling plain v0.2.3 |
523 | 2024-07-25T01:23:30.270Z | Compiling utf8parse v0.2.1 |
524 | 2024-07-25T01:23:30.296Z | Compiling heck v0.5.0 |
525 | 2024-07-25T01:23:30.399Z | Compiling openssl-probe v0.1.5 |
526 | 2024-07-25T01:23:30.429Z | Compiling num_threads v0.1.7 |
527 | 2024-07-25T01:23:30.567Z | Compiling percent-encoding v2.3.1 |
528 | 2024-07-25T01:23:30.625Z | Compiling rustversion v1.0.17 |
529 | 2024-07-25T01:23:30.647Z | Compiling crossbeam-utils v0.8.19 |
530 | 2024-07-25T01:23:30.736Z | Compiling unicode-normalization v0.1.23 |
531 | 2024-07-25T01:23:30.786Z | Compiling form_urlencoded v1.2.1 |
532 | 2024-07-25T01:23:30.938Z | Compiling anstyle-parse v0.2.4 |
533 | 2024-07-25T01:23:31.108Z | Compiling want v0.3.1 |
534 | 2024-07-25T01:23:31.369Z | Compiling http-body v0.4.6 |
535 | 2024-07-25T01:23:31.410Z | Compiling dirs-sys-next v0.1.2 |
536 | 2024-07-25T01:23:31.847Z | Compiling is_terminal_polyfill v1.70.0 |
537 | 2024-07-25T01:23:32.011Z | Compiling camino v1.1.7 |
538 | 2024-07-25T01:23:32.032Z | Compiling crc32fast v1.4.0 |
539 | 2024-07-25T01:23:32.079Z | Compiling anstyle-query v1.0.3 |
540 | 2024-07-25T01:23:32.122Z | Compiling semver v1.0.23 |
541 | 2024-07-25T01:23:32.159Z | Compiling httpdate v1.0.3 |
542 | 2024-07-25T01:23:32.185Z | Compiling time v0.3.36 |
543 | 2024-07-25T01:23:32.222Z | Compiling anstyle v1.0.7 |
544 | 2024-07-25T01:23:32.511Z | Compiling winnow v0.6.8 |
545 | 2024-07-25T01:23:32.609Z | Compiling pretty-hex v0.4.1 |
546 | 2024-07-25T01:23:32.609Z | Compiling unicode-bidi v0.3.15 |
547 | 2024-07-25T01:23:32.657Z | Compiling colorchoice v1.0.1 |
548 | 2024-07-25T01:23:32.709Z | Compiling tower-service v0.3.2 |
549 | 2024-07-25T01:23:32.819Z | Compiling anstream v0.6.14 |
550 | 2024-07-25T01:23:32.993Z | Compiling dirs-next v2.0.0 |
551 | 2024-07-25T01:23:33.581Z | Compiling idna v0.5.0 |
552 | 2024-07-25T01:23:34.463Z | Compiling block-buffer v0.10.4 |
553 | 2024-07-25T01:23:34.704Z | Compiling crypto-common v0.1.6 |
554 | 2024-07-25T01:23:34.708Z | Compiling terminal_size v0.3.0 |
555 | 2024-07-25T01:23:34.927Z | Compiling fs-err v2.11.0 |
556 | 2024-07-25T01:23:34.931Z | Compiling thread_local v1.1.8 |
557 | 2024-07-25T01:23:34.976Z | Compiling heck v0.4.1 |
558 | 2024-07-25T01:23:35.134Z | Compiling base64 v0.21.7 |
559 | 2024-07-25T01:23:35.195Z | Compiling strsim v0.11.1 |
560 | 2024-07-25T01:23:35.472Z | Compiling anyhow v1.0.86 |
561 | 2024-07-25T01:23:35.508Z | Compiling match_cfg v0.1.0 |
562 | 2024-07-25T01:23:35.607Z | Compiling slog-async v2.8.0 |
563 | 2024-07-25T01:23:35.888Z | Compiling bytecount v0.6.8 |
564 | 2024-07-25T01:23:36.043Z | Compiling adler v1.0.2 |
565 | 2024-07-25T01:23:36.068Z | Compiling clap_lex v0.7.0 |
566 | 2024-07-25T01:23:36.099Z | Compiling unicode-width v0.1.13 |
567 | 2024-07-25T01:23:36.188Z | Compiling rustls-pemfile v1.0.4 |
568 | 2024-07-25T01:23:36.191Z | Compiling hostname v0.3.1 |
569 | 2024-07-25T01:23:36.284Z | Compiling papergrid v0.11.0 |
570 | 2024-07-25T01:23:36.310Z | Compiling clap_builder v4.5.9 |
571 | 2024-07-25T01:23:36.331Z | Compiling miniz_oxide v0.7.2 |
572 | 2024-07-25T01:23:36.571Z | Compiling digest v0.10.7 |
573 | 2024-07-25T01:23:36.597Z | Compiling url v2.5.2 |
574 | 2024-07-25T01:23:36.623Z | Compiling serde_derive v1.0.204 |
575 | 2024-07-25T01:23:36.643Z | Compiling thiserror-impl v1.0.62 |
576 | 2024-07-25T01:23:37.013Z | Compiling zerocopy-derive v0.7.34 |
577 | 2024-07-25T01:23:37.926Z | Compiling futures-macro v0.3.30 |
578 | 2024-07-25T01:23:38.119Z | Compiling tokio-macros v2.3.0 |
579 | 2024-07-25T01:23:38.629Z | Compiling scroll_derive v0.12.0 |
580 | 2024-07-25T01:23:39.386Z | Compiling zerocopy v0.7.34 |
581 | 2024-07-25T01:23:39.861Z | Compiling tokio v1.38.1 |
582 | 2024-07-25T01:23:40.048Z | Compiling futures-util v0.3.30 |
583 | 2024-07-25T01:23:40.153Z | Compiling openssl-macros v0.1.1 |
584 | 2024-07-25T01:23:40.270Z | Compiling pest v2.7.10 |
585 | 2024-07-25T01:23:40.667Z | Compiling scroll v0.12.0 |
586 | 2024-07-25T01:23:41.060Z | Compiling tabled_derive v0.7.0 |
587 | 2024-07-25T01:23:41.212Z | Compiling goblin v0.8.2 |
588 | 2024-07-25T01:23:43.242Z | Compiling pest_meta v2.7.10 |
589 | 2024-07-25T01:23:43.665Z | Compiling clap_derive v4.5.8 |
590 | 2024-07-25T01:23:46.219Z | Compiling pest_generator v2.7.10 |
591 | 2024-07-25T01:23:48.317Z | Compiling tokio-util v0.7.11 |
592 | 2024-07-25T01:23:48.600Z | Compiling pest_derive v2.7.10 |
593 | 2024-07-25T01:23:49.387Z | Compiling dtrace-parser v0.2.0 |
594 | 2024-07-25T01:23:49.457Z | Compiling h2 v0.3.26 |
595 | 2024-07-25T01:23:49.487Z | Compiling tokio-native-tls v0.3.1 |
596 | 2024-07-25T01:23:49.672Z | Compiling futures-executor v0.3.30 |
597 | 2024-07-25T01:23:49.756Z | Compiling strum_macros v0.26.4 |
598 | 2024-07-25T01:23:50.273Z | Compiling crossbeam-channel v0.5.12 |
599 | 2024-07-25T01:23:51.606Z | Compiling toml_datetime v0.6.6 |
600 | 2024-07-25T01:23:51.722Z | Compiling serde_spanned v0.6.6 |
601 | 2024-07-25T01:23:51.792Z | Compiling cargo-platform v0.1.8 |
602 | 2024-07-25T01:23:51.926Z | Compiling toml_edit v0.22.16 |
603 | 2024-07-25T01:23:52.538Z | Compiling serde_tokenstream v0.2.1 |
604 | 2024-07-25T01:23:52.904Z | Compiling serde_urlencoded v0.7.1 |
605 | 2024-07-25T01:23:53.063Z | Compiling dof v0.3.0 |
606 | 2024-07-25T01:23:53.453Z | Compiling slog-json v2.6.1 |
607 | 2024-07-25T01:23:53.838Z | Compiling hyper v0.14.28 |
608 | 2024-07-25T01:23:55.139Z | Compiling toml v0.8.15 |
609 | 2024-07-25T01:23:55.315Z | Compiling term v0.7.0 |
610 | 2024-07-25T01:23:56.605Z | Compiling xattr v1.3.1 |
611 | 2024-07-25T01:23:56.847Z | Compiling usdt-attr-macro v0.5.0 |
612 | 2024-07-25T01:23:56.850Z | Compiling usdt-macro v0.5.0 |
613 | 2024-07-25T01:23:56.899Z | Compiling is-terminal v0.4.12 |
614 | 2024-07-25T01:23:56.922Z | Compiling memmap v0.7.0 |
615 | 2024-07-25T01:23:56.945Z | Compiling filetime v0.2.23 |
616 | 2024-07-25T01:23:56.970Z | Compiling encoding_rs v0.8.34 |
617 | 2024-07-25T01:23:57.026Z | Compiling sync_wrapper v0.1.2 |
618 | 2024-07-25T01:23:57.163Z | Compiling cpufeatures v0.2.12 |
619 | 2024-07-25T01:23:57.272Z | Compiling mime v0.3.17 |
620 | 2024-07-25T01:23:57.300Z | Compiling take_mut v0.2.2 |
621 | 2024-07-25T01:23:57.305Z | Compiling ipnet v2.9.0 |
622 | 2024-07-25T01:23:57.480Z | Compiling hyper-tls v0.5.0 |
623 | 2024-07-25T01:23:57.844Z | Compiling sha2 v0.10.8 |
624 | 2024-07-25T01:23:58.138Z | Compiling tar v0.4.41 |
625 | 2024-07-25T01:23:58.341Z | Compiling usdt v0.5.0 |
626 | 2024-07-25T01:23:58.524Z | Compiling slog-term v2.9.1 |
627 | 2024-07-25T01:23:58.847Z | Compiling flate2 v1.0.30 |
628 | 2024-07-25T01:23:59.025Z | Compiling cargo_toml v0.20.4 |
629 | 2024-07-25T01:23:59.767Z | Compiling reqwest v0.11.27 |
630 | 2024-07-25T01:23:59.818Z | Compiling cargo_metadata v0.18.1 |
631 | 2024-07-25T01:23:59.958Z | Compiling strum v0.26.3 |
632 | 2024-07-25T01:24:00.147Z | Compiling slog-bunyan v2.5.0 |
633 | 2024-07-25T01:24:00.287Z | Compiling macaddr v1.0.1 |
634 | 2024-07-25T01:24:00.340Z | Compiling futures v0.3.30 |
635 | 2024-07-25T01:24:00.465Z | Compiling clap v4.5.9 |
636 | 2024-07-25T01:24:00.551Z | Compiling tabled v0.15.0 |
637 | 2024-07-25T01:24:01.181Z | Compiling swrite v0.1.0 |
638 | 2024-07-25T01:24:05.803Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
639 | 2024-07-25T01:24:13.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
640 | 2024-07-25T01:24:14.246Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
641 | 2024-07-25T01:24:14.305Z | Jul 25 01:24:12.528 INFO Starting download, target: Clickhouse |
642 | 2024-07-25T01:24:14.305Z | Jul 25 01:24:12.528 INFO Starting download, target: Console |
643 | 2024-07-25T01:24:14.305Z | Jul 25 01:24:12.528 INFO Starting download, target: Cockroach |
644 | 2024-07-25T01:24:14.308Z | Jul 25 01:24:12.528 INFO Starting download, target: DendriteOpenapi |
645 | 2024-07-25T01:24:14.308Z | Jul 25 01:24:12.528 INFO Starting download, target: DendriteStub |
646 | 2024-07-25T01:24:14.308Z | Jul 25 01:24:12.528 INFO Starting download, target: MaghemiteMgd |
647 | 2024-07-25T01:24:14.308Z | Jul 25 01:24:12.528 INFO Starting download, target: TransceiverControl |
648 | 2024-07-25T01:24:14.308Z | Jul 25 01:24:12.529 INFO Downloading out/downloads/dpd-fb571dc6512b24a777c5a9b2927a50501f6be297.json (attempt 1/3), target: DendriteOpenapi |
649 | 2024-07-25T01:24:14.308Z | Jul 25 01:24:12.529 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
650 | 2024-07-25T01:24:14.308Z | Jul 25 01:24:12.529 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
651 | 2024-07-25T01:24:14.308Z | Jul 25 01:24:12.529 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
652 | 2024-07-25T01:24:14.308Z | Jul 25 01:24:12.529 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
653 | 2024-07-25T01:24:14.308Z | Jul 25 01:24:12.530 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
654 | 2024-07-25T01:24:14.308Z | Jul 25 01:24:12.530 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
655 | 2024-07-25T01:24:14.604Z | Jul 25 01:24:12.820 INFO Download complete, target: DendriteOpenapi |
656 | 2024-07-25T01:24:14.740Z | Jul 25 01:24:12.961 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
657 | 2024-07-25T01:24:14.873Z | Jul 25 01:24:13.094 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
658 | 2024-07-25T01:24:15.061Z | Jul 25 01:24:13.283 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
659 | 2024-07-25T01:24:15.084Z | Jul 25 01:24:13.307 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
660 | 2024-07-25T01:24:15.333Z | Jul 25 01:24:13.555 INFO Download complete, target: Console |
661 | 2024-07-25T01:24:15.631Z | Jul 25 01:24:13.854 INFO Download complete, target: TransceiverControl |
662 | 2024-07-25T01:24:16.391Z | Jul 25 01:24:14.614 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
663 | 2024-07-25T01:24:16.710Z | Jul 25 01:24:14.933 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
664 | 2024-07-25T01:24:16.710Z | Jul 25 01:24:14.933 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
665 | 2024-07-25T01:24:18.383Z | Jul 25 01:24:16.606 INFO Download complete, target: DendriteStub |
666 | 2024-07-25T01:24:18.623Z | Jul 25 01:24:16.845 INFO Download complete, target: MaghemiteMgd |
667 | 2024-07-25T01:24:25.536Z | Jul 25 01:24:23.758 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
668 | 2024-07-25T01:24:25.877Z | Jul 25 01:24:24.097 INFO Checking that binary works, target: Cockroach |
669 | 2024-07-25T01:24:26.064Z | Jul 25 01:24:24.285 INFO Download complete, target: Cockroach |
670 | 2024-07-25T01:24:31.398Z | Jul 25 01:24:29.619 INFO Checking that binary works, target: Clickhouse |
671 | 2024-07-25T01:24:31.563Z | Jul 25 01:24:29.784 INFO Download complete, target: Clickhouse |
672 | 2024-07-25T01:24:31.571Z | All prerequisites installed successfully |
673 | 2024-07-25T01:24:31.574Z | |
674 | 2024-07-25T01:24:31.574Z | real 2:27.446619648 |
675 | 2024-07-25T01:24:31.574Z | user 5:53.696399476 |
676 | 2024-07-25T01:24:31.574Z | sys 1:21.056881145 |
677 | 2024-07-25T01:24:31.574Z | trap 0.238336636 |
678 | 2024-07-25T01:24:31.574Z | tflt 0.200660245 |
679 | 2024-07-25T01:24:31.574Z | dflt 0.840528568 |
680 | 2024-07-25T01:24:31.574Z | kflt 0.023180130 |
681 | 2024-07-25T01:24:31.574Z | lock 13:42.152217743 |
682 | 2024-07-25T01:24:31.574Z | slp 16:16.418006098 |
683 | 2024-07-25T01:24:31.574Z | lat 23.057096258 |
684 | 2024-07-25T01:24:31.574Z | stop 1:07.409327386 |
685 | 2024-07-25T01:24:31.574Z | + ptime -m cargo xtask download softnpu |
686 | 2024-07-25T01:24:32.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
687 | 2024-07-25T01:24:32.171Z | Running `target/debug/xtask download softnpu` |
688 | 2024-07-25T01:24:32.198Z | Jul 25 01:24:30.419 INFO Starting download, target: Softnpu |
689 | 2024-07-25T01:24:32.201Z | Jul 25 01:24:30.420 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
690 | 2024-07-25T01:24:33.004Z | Jul 25 01:24:31.225 INFO Download complete, target: Softnpu |
691 | 2024-07-25T01:24:33.008Z | |
692 | 2024-07-25T01:24:33.011Z | real 1.430017928 |
693 | 2024-07-25T01:24:33.011Z | user 0.650755530 |
694 | 2024-07-25T01:24:33.011Z | sys 0.308131916 |
695 | 2024-07-25T01:24:33.011Z | trap 0.000320951 |
696 | 2024-07-25T01:24:33.011Z | tflt 0.000044564 |
697 | 2024-07-25T01:24:33.011Z | dflt 0.000089739 |
698 | 2024-07-25T01:24:33.011Z | kflt 0.000000000 |
699 | 2024-07-25T01:24:33.011Z | lock 8.317890782 |
700 | 2024-07-25T01:24:33.011Z | slp 0.704014443 |
701 | 2024-07-25T01:24:33.011Z | lat 0.070121908 |
702 | 2024-07-25T01:24:33.011Z | stop 0.000256728 |
703 | 2024-07-25T01:24:33.012Z | + export CARGO_INCREMENTAL=0 |
704 | 2024-07-25T01:24:33.012Z | + CARGO_INCREMENTAL=0 |
705 | 2024-07-25T01:24:33.012Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
706 | 2024-07-25T01:24:33.571Z | Downloading crates ... |
707 | 2024-07-25T01:24:33.758Z | Downloaded ascii-canvas v3.0.0 |
708 | 2024-07-25T01:24:33.760Z | Downloaded aead v0.5.2 |
709 | 2024-07-25T01:24:33.767Z | Downloaded arrayvec v0.7.4 |
710 | 2024-07-25T01:24:33.771Z | Downloaded new_debug_unreachable v1.0.6 |
711 | 2024-07-25T01:24:33.776Z | Downloaded ciborium-io v0.2.2 |
712 | 2024-07-25T01:24:33.779Z | Downloaded newtype_derive v0.1.6 |
713 | 2024-07-25T01:24:33.779Z | Downloaded crucible-workspace-hack v0.1.0 |
714 | 2024-07-25T01:24:33.779Z | Downloaded bitstruct v0.1.1 |
715 | 2024-07-25T01:24:33.782Z | Downloaded atty v0.2.14 |
716 | 2024-07-25T01:24:33.784Z | Downloaded normalize-line-endings v0.3.0 |
717 | 2024-07-25T01:24:33.787Z | Downloaded nodrop v0.1.14 |
718 | 2024-07-25T01:24:33.787Z | Downloaded mockall v0.12.1 |
719 | 2024-07-25T01:24:33.793Z | Downloaded multimap v0.10.0 |
720 | 2024-07-25T01:24:33.795Z | Downloaded psl-types v2.0.11 |
721 | 2024-07-25T01:24:33.795Z | Downloaded path-slash v0.1.5 |
722 | 2024-07-25T01:24:33.795Z | Downloaded arrayref v0.3.7 |
723 | 2024-07-25T01:24:33.796Z | Downloaded array-init v0.0.4 |
724 | 2024-07-25T01:24:33.798Z | Downloaded async-stream-impl v0.3.5 |
725 | 2024-07-25T01:24:33.798Z | Downloaded bit-set v0.5.3 |
726 | 2024-07-25T01:24:33.801Z | Downloaded ahash v0.8.11 |
727 | 2024-07-25T01:24:33.803Z | Downloaded portpicker v0.1.1 |
728 | 2024-07-25T01:24:33.803Z | Downloaded phf_shared v0.10.0 |
729 | 2024-07-25T01:24:33.806Z | Downloaded number_prefix v0.4.0 |
730 | 2024-07-25T01:24:33.806Z | Downloaded const_format_proc_macros v0.2.32 |
731 | 2024-07-25T01:24:33.809Z | Downloaded cobs v0.2.3 |
732 | 2024-07-25T01:24:33.812Z | Downloaded parse-size v1.0.0 |
733 | 2024-07-25T01:24:33.815Z | Downloaded num-derive v0.4.2 |
734 | 2024-07-25T01:24:33.815Z | Downloaded num v0.4.3 |
735 | 2024-07-25T01:24:33.818Z | Downloaded ppv-lite86 v0.2.17 |
736 | 2024-07-25T01:24:33.821Z | Downloaded r2d2 v0.8.10 |
737 | 2024-07-25T01:24:33.824Z | Downloaded defmt-macros v0.3.9 |
738 | 2024-07-25T01:24:33.826Z | Downloaded pem v3.0.4 |
739 | 2024-07-25T01:24:33.829Z | Downloaded debug-ignore v1.0.5 |
740 | 2024-07-25T01:24:33.832Z | Downloaded packed_struct_codegen v0.10.1 |
741 | 2024-07-25T01:24:33.834Z | Downloaded rand_xorshift v0.3.0 |
742 | 2024-07-25T01:24:33.835Z | Downloaded predicates-tree v1.0.9 |
743 | 2024-07-25T01:24:33.837Z | Downloaded ascii v1.1.0 |
744 | 2024-07-25T01:24:33.840Z | Downloaded quick-error v1.2.3 |
745 | 2024-07-25T01:24:33.840Z | Downloaded rand_core v0.6.4 |
746 | 2024-07-25T01:24:33.843Z | Downloaded bitflags v1.3.2 |
747 | 2024-07-25T01:24:33.846Z | Downloaded parking_lot_core v0.8.6 |
748 | 2024-07-25T01:24:33.848Z | Downloaded ref-cast v1.0.23 |
749 | 2024-07-25T01:24:33.852Z | Downloaded base64ct v1.6.0 |
750 | 2024-07-25T01:24:33.855Z | Downloaded predicates v3.1.0 |
751 | 2024-07-25T01:24:33.858Z | Downloaded cfg_aliases v0.1.1 |
752 | 2024-07-25T01:24:33.861Z | Downloaded endian-type v0.1.2 |
753 | 2024-07-25T01:24:33.861Z | Downloaded peg-runtime v0.8.3 |
754 | 2024-07-25T01:24:33.861Z | Downloaded cstr-argument v0.1.2 |
755 | 2024-07-25T01:24:33.864Z | Downloaded pkcs1 v0.7.5 |
756 | 2024-07-25T01:24:33.868Z | Downloaded oso-derive v0.27.3 |
757 | 2024-07-25T01:24:33.868Z | Downloaded pretty-hex v0.2.1 |
758 | 2024-07-25T01:24:33.870Z | Downloaded cipher v0.4.4 |
759 | 2024-07-25T01:24:33.870Z | Downloaded precomputed-hash v0.1.1 |
760 | 2024-07-25T01:24:33.873Z | Downloaded darling v0.20.9 |
761 | 2024-07-25T01:24:33.876Z | Downloaded argon2 v0.5.3 |
762 | 2024-07-25T01:24:33.878Z | Downloaded derive_builder v0.20.0 |
763 | 2024-07-25T01:24:33.884Z | Downloaded num-complex v0.4.6 |
764 | 2024-07-25T01:24:33.887Z | Downloaded hubpack_derive v0.1.1 |
765 | 2024-07-25T01:24:33.889Z | Downloaded sigpipe v0.1.3 |
766 | 2024-07-25T01:24:33.889Z | Downloaded fxhash v0.2.1 |
767 | 2024-07-25T01:24:33.889Z | Downloaded data-encoding v2.6.0 |
768 | 2024-07-25T01:24:33.892Z | Downloaded crossbeam-epoch v0.9.18 |
769 | 2024-07-25T01:24:33.896Z | Downloaded signal-hook-tokio v0.3.1 |
770 | 2024-07-25T01:24:33.899Z | Downloaded crc-any v2.5.0 |
771 | 2024-07-25T01:24:33.899Z | Downloaded cancel-safe-futures v0.1.5 |
772 | 2024-07-25T01:24:33.902Z | Downloaded omicron-zone-package v0.11.0 |
773 | 2024-07-25T01:24:33.906Z | Downloaded zone v0.1.8 |
774 | 2024-07-25T01:24:33.909Z | Downloaded toolchain_find v0.4.0 |
775 | 2024-07-25T01:24:33.912Z | Downloaded buf-list v1.0.3 |
776 | 2024-07-25T01:24:33.916Z | Downloaded fallible-iterator v0.2.0 |
777 | 2024-07-25T01:24:33.916Z | Downloaded proc-macro-crate v1.3.1 |
778 | 2024-07-25T01:24:33.919Z | Downloaded poly1305 v0.8.0 |
779 | 2024-07-25T01:24:33.919Z | Downloaded curve25519-dalek-derive v0.1.1 |
780 | 2024-07-25T01:24:33.921Z | Downloaded rpassword v7.3.1 |
781 | 2024-07-25T01:24:33.921Z | Downloaded rand_seeder v0.2.3 |
782 | 2024-07-25T01:24:33.924Z | Downloaded ref-cast-impl v1.0.23 |
783 | 2024-07-25T01:24:33.927Z | Downloaded parse-display v0.9.1 |
784 | 2024-07-25T01:24:33.927Z | Downloaded cookie_store v0.20.0 |
785 | 2024-07-25T01:24:33.930Z | Downloaded getopts v0.2.21 |
786 | 2024-07-25T01:24:33.930Z | Downloaded ipnetwork v0.20.0 |
787 | 2024-07-25T01:24:33.933Z | Downloaded tls_codec_derive v0.4.1 |
788 | 2024-07-25T01:24:33.935Z | Downloaded ciborium-ll v0.2.2 |
789 | 2024-07-25T01:24:33.935Z | Downloaded subtle v2.5.0 |
790 | 2024-07-25T01:24:33.938Z | Downloaded matches v0.1.10 |
791 | 2024-07-25T01:24:33.938Z | Downloaded ident_case v1.0.1 |
792 | 2024-07-25T01:24:33.941Z | Downloaded arc-swap v1.7.1 |
793 | 2024-07-25T01:24:33.944Z | Downloaded foreign-types-shared v0.3.1 |
794 | 2024-07-25T01:24:33.947Z | Downloaded signature v2.2.0 |
795 | 2024-07-25T01:24:33.950Z | Downloaded rustc-hash v1.1.0 |
796 | 2024-07-25T01:24:33.950Z | Downloaded indent_write v2.2.0 |
797 | 2024-07-25T01:24:33.953Z | Downloaded humantime v2.1.0 |
798 | 2024-07-25T01:24:33.953Z | Downloaded libefi-sys v0.1.0 |
799 | 2024-07-25T01:24:33.955Z | Downloaded whoami v1.5.1 |
800 | 2024-07-25T01:24:33.958Z | Downloaded phf_shared v0.11.2 |
801 | 2024-07-25T01:24:33.958Z | Downloaded rand_chacha v0.3.1 |
802 | 2024-07-25T01:24:33.961Z | Downloaded pkcs8 v0.10.2 |
803 | 2024-07-25T01:24:33.965Z | Downloaded cassowary v0.3.0 |
804 | 2024-07-25T01:24:33.968Z | Downloaded mockall_derive v0.12.1 |
805 | 2024-07-25T01:24:33.968Z | Downloaded supports-color v3.0.0 |
806 | 2024-07-25T01:24:33.971Z | Downloaded libsw v3.3.1 |
807 | 2024-07-25T01:24:33.974Z | Downloaded structmeta v0.3.0 |
808 | 2024-07-25T01:24:33.974Z | Downloaded postgres-types v0.2.6 |
809 | 2024-07-25T01:24:33.979Z | Downloaded csv-core v0.1.11 |
810 | 2024-07-25T01:24:33.980Z | Downloaded der_derive v0.7.2 |
811 | 2024-07-25T01:24:33.983Z | Downloaded unicode-xid v0.2.4 |
812 | 2024-07-25T01:24:33.983Z | Downloaded derive_builder_core v0.20.0 |
813 | 2024-07-25T01:24:33.986Z | Downloaded console v0.15.8 |
814 | 2024-07-25T01:24:33.989Z | Downloaded downcast v0.11.0 |
815 | 2024-07-25T01:24:33.989Z | Downloaded allocator-api2 v0.2.18 |
816 | 2024-07-25T01:24:33.994Z | Downloaded ciborium v0.2.2 |
817 | 2024-07-25T01:24:33.996Z | Downloaded maplit v1.0.2 |
818 | 2024-07-25T01:24:33.999Z | Downloaded is_ci v1.2.0 |
819 | 2024-07-25T01:24:33.999Z | Downloaded unicode-truncate v1.0.0 |
820 | 2024-07-25T01:24:34.003Z | Downloaded rand v0.8.5 |
821 | 2024-07-25T01:24:34.006Z | Downloaded num-traits v0.2.19 |
822 | 2024-07-25T01:24:34.011Z | Downloaded hostname v0.4.0 |
823 | 2024-07-25T01:24:34.014Z | Downloaded libloading v0.8.3 |
824 | 2024-07-25T01:24:34.017Z | Downloaded float-ord v0.3.2 |
825 | 2024-07-25T01:24:34.017Z | Downloaded cookie v0.18.1 |
826 | 2024-07-25T01:24:34.021Z | Downloaded backtrace v0.3.71 |
827 | 2024-07-25T01:24:34.024Z | Downloaded clang-sys v1.7.0 |
828 | 2024-07-25T01:24:34.027Z | Downloaded headers-core v0.2.0 |
829 | 2024-07-25T01:24:34.031Z | Downloaded slog-dtrace v0.3.0 |
830 | 2024-07-25T01:24:34.031Z | Downloaded scheduled-thread-pool v0.2.7 |
831 | 2024-07-25T01:24:34.034Z | Downloaded tokio-rustls v0.25.0 |
832 | 2024-07-25T01:24:34.040Z | Downloaded siphasher v0.3.11 |
833 | 2024-07-25T01:24:34.040Z | Downloaded display-error-chain v0.2.0 |
834 | 2024-07-25T01:24:34.040Z | Downloaded difflib v0.4.0 |
835 | 2024-07-25T01:24:34.040Z | Downloaded topological-sort v0.2.2 |
836 | 2024-07-25T01:24:34.043Z | Downloaded derive_more v0.99.18 |
837 | 2024-07-25T01:24:34.046Z | Downloaded crypto-bigint v0.5.5 |
838 | 2024-07-25T01:24:34.054Z | Downloaded lazy_static v1.5.0 |
839 | 2024-07-25T01:24:34.057Z | Downloaded funty v2.0.0 |
840 | 2024-07-25T01:24:34.061Z | Downloaded fragile v2.0.0 |
841 | 2024-07-25T01:24:34.061Z | Downloaded flagset v0.4.5 |
842 | 2024-07-25T01:24:34.072Z | Downloaded fixedbitset v0.4.2 |
843 | 2024-07-25T01:24:34.075Z | Downloaded tiny-keccak v2.0.2 |
844 | 2024-07-25T01:24:34.078Z | Downloaded static_assertions v1.1.0 |
845 | 2024-07-25T01:24:34.078Z | Downloaded slog-stdlog v4.1.1 |
846 | 2024-07-25T01:24:34.081Z | Downloaded slog-envlogger v2.2.0 |
847 | 2024-07-25T01:24:34.084Z | Downloaded diesel_table_macro_syntax v0.1.0 |
848 | 2024-07-25T01:24:34.085Z | Downloaded yasna v0.5.2 |
849 | 2024-07-25T01:24:34.091Z | Downloaded slog-scope v4.4.0 |
850 | 2024-07-25T01:24:34.091Z | Downloaded sqlparser_derive v0.2.2 |
851 | 2024-07-25T01:24:34.091Z | Downloaded stringprep v0.1.4 |
852 | 2024-07-25T01:24:34.094Z | Downloaded http-range v0.1.5 |
853 | 2024-07-25T01:24:34.094Z | Downloaded strum_macros v0.24.3 |
854 | 2024-07-25T01:24:34.094Z | Downloaded lazycell v1.3.0 |
855 | 2024-07-25T01:24:34.097Z | Downloaded vte_generate_state_changes v0.1.1 |
856 | 2024-07-25T01:24:34.097Z | Downloaded resolv-conf v0.7.0 |
857 | 2024-07-25T01:24:34.097Z | Downloaded socket2 v0.4.10 |
858 | 2024-07-25T01:24:34.101Z | Downloaded rustc_version v0.1.7 |
859 | 2024-07-25T01:24:34.101Z | Downloaded hash32 v0.3.1 |
860 | 2024-07-25T01:24:34.104Z | Downloaded hash32 v0.2.1 |
861 | 2024-07-25T01:24:34.104Z | Downloaded globset v0.4.14 |
862 | 2024-07-25T01:24:34.107Z | Downloaded stability v0.2.0 |
863 | 2024-07-25T01:24:34.110Z | Downloaded zerocopy v0.6.6 |
864 | 2024-07-25T01:24:34.110Z | Downloaded lru v0.12.3 |
865 | 2024-07-25T01:24:34.115Z | Downloaded kstat-rs v0.2.4 |
866 | 2024-07-25T01:24:34.115Z | Downloaded tokio-tungstenite v0.21.0 |
867 | 2024-07-25T01:24:34.118Z | Downloaded publicsuffix v2.2.3 |
868 | 2024-07-25T01:24:34.118Z | Downloaded serde_arrays v0.1.0 |
869 | 2024-07-25T01:24:34.121Z | Downloaded smallvec v0.6.14 |
870 | 2024-07-25T01:24:34.124Z | Downloaded serde-hex v0.1.0 |
871 | 2024-07-25T01:24:34.124Z | Downloaded tempfile v3.10.1 |
872 | 2024-07-25T01:24:34.127Z | Downloaded zip v0.6.6 |
873 | 2024-07-25T01:24:34.131Z | Downloaded smf v0.2.3 |
874 | 2024-07-25T01:24:34.134Z | Downloaded waitgroup v0.1.2 |
875 | 2024-07-25T01:24:34.134Z | Downloaded managed v0.8.0 |
876 | 2024-07-25T01:24:34.136Z | Downloaded thiserror-impl-no-std v2.0.2 |
877 | 2024-07-25T01:24:34.140Z | Downloaded env_logger v0.9.3 |
878 | 2024-07-25T01:24:34.140Z | Downloaded memoffset v0.9.1 |
879 | 2024-07-25T01:24:34.143Z | Downloaded unsafe-libyaml v0.2.11 |
880 | 2024-07-25T01:24:34.145Z | Downloaded termcolor v1.4.1 |
881 | 2024-07-25T01:24:34.148Z | Downloaded indoc v1.0.9 |
882 | 2024-07-25T01:24:34.151Z | Downloaded hubpack v0.1.2 |
883 | 2024-07-25T01:24:34.151Z | Downloaded string_cache v0.8.7 |
884 | 2024-07-25T01:24:34.154Z | Downloaded rustls-pki-types v1.7.0 |
885 | 2024-07-25T01:24:34.156Z | Downloaded tracing-attributes v0.1.27 |
886 | 2024-07-25T01:24:34.159Z | Downloaded minimal-lexical v0.2.1 |
887 | 2024-07-25T01:24:34.162Z | Downloaded signal-hook v0.3.17 |
888 | 2024-07-25T01:24:34.166Z | Downloaded tokio-postgres v0.7.10 |
889 | 2024-07-25T01:24:34.171Z | Downloaded termtree v0.4.1 |
890 | 2024-07-25T01:24:34.174Z | Downloaded smawk v0.3.2 |
891 | 2024-07-25T01:24:34.177Z | Downloaded serde_derive_internals v0.29.1 |
892 | 2024-07-25T01:24:34.177Z | Downloaded sec1 v0.7.3 |
893 | 2024-07-25T01:24:34.180Z | Downloaded strum_macros v0.25.3 |
894 | 2024-07-25T01:24:34.182Z | Downloaded vsss-rs v3.3.4 |
895 | 2024-07-25T01:24:34.185Z | Downloaded nom v7.1.3 |
896 | 2024-07-25T01:24:34.189Z | Downloaded which v4.4.2 |
897 | 2024-07-25T01:24:34.192Z | Downloaded secrecy v0.8.0 |
898 | 2024-07-25T01:24:34.195Z | Downloaded termios v0.3.3 |
899 | 2024-07-25T01:24:34.195Z | Downloaded toml v0.5.11 |
900 | 2024-07-25T01:24:34.198Z | Downloaded structmeta-derive v0.3.0 |
901 | 2024-07-25T01:24:34.201Z | Downloaded base64 v0.22.1 |
902 | 2024-07-25T01:24:34.204Z | Downloaded ron v0.7.1 |
903 | 2024-07-25T01:24:34.208Z | Downloaded structmeta v0.2.0 |
904 | 2024-07-25T01:24:34.211Z | Downloaded diff v0.1.13 |
905 | 2024-07-25T01:24:34.214Z | Downloaded ron v0.8.1 |
906 | 2024-07-25T01:24:34.218Z | Downloaded sqlformat v0.2.4 |
907 | 2024-07-25T01:24:34.221Z | Downloaded ff v0.13.0 |
908 | 2024-07-25T01:24:34.225Z | Downloaded rustc_version v0.4.0 |
909 | 2024-07-25T01:24:34.225Z | Downloaded ena v0.14.3 |
910 | 2024-07-25T01:24:34.227Z | Downloaded impl-trait-for-tuples v0.2.2 |
911 | 2024-07-25T01:24:34.230Z | Downloaded linked-hash-map v0.5.6 |
912 | 2024-07-25T01:24:34.230Z | Downloaded serde_path_to_error v0.1.16 |
913 | 2024-07-25T01:24:34.233Z | Downloaded sct v0.7.1 |
914 | 2024-07-25T01:24:34.237Z | Downloaded utf-8 v0.7.6 |
915 | 2024-07-25T01:24:34.240Z | Downloaded dyn-clone v1.0.17 |
916 | 2024-07-25T01:24:34.240Z | Downloaded zeroize_derive v1.4.2 |
917 | 2024-07-25T01:24:34.243Z | Downloaded either v1.12.0 |
918 | 2024-07-25T01:24:34.243Z | Downloaded hmac v0.12.1 |
919 | 2024-07-25T01:24:34.246Z | Downloaded semver v0.1.20 |
920 | 2024-07-25T01:24:34.246Z | Downloaded lru-cache v0.1.2 |
921 | 2024-07-25T01:24:34.248Z | Downloaded same-file v1.0.6 |
922 | 2024-07-25T01:24:34.248Z | Downloaded headers v0.3.9 |
923 | 2024-07-25T01:24:34.253Z | Downloaded half v2.4.1 |
924 | 2024-07-25T01:24:34.256Z | Downloaded inout v0.1.3 |
925 | 2024-07-25T01:24:34.259Z | Downloaded textwrap v0.16.1 |
926 | 2024-07-25T01:24:34.262Z | Downloaded trust-dns-server v0.22.1 |
927 | 2024-07-25T01:24:34.266Z | Downloaded aho-corasick v1.1.3 |
928 | 2024-07-25T01:24:34.273Z | Downloaded erased-serde v0.3.31 |
929 | 2024-07-25T01:24:34.276Z | Downloaded memmap2 v0.9.4 |
930 | 2024-07-25T01:24:34.279Z | Downloaded heapless v0.8.0 |
931 | 2024-07-25T01:24:34.282Z | Downloaded heapless v0.7.17 |
932 | 2024-07-25T01:24:34.286Z | Downloaded indexmap v1.9.3 |
933 | 2024-07-25T01:24:34.290Z | Downloaded portable-atomic v1.6.0 |
934 | 2024-07-25T01:24:34.296Z | Downloaded tungstenite v0.20.1 |
935 | 2024-07-25T01:24:34.300Z | Downloaded hashbrown v0.13.2 |
936 | 2024-07-25T01:24:34.304Z | Downloaded trust-dns-client v0.22.0 |
937 | 2024-07-25T01:24:34.310Z | Downloaded serde_with v3.8.3 |
938 | 2024-07-25T01:24:34.320Z | Downloaded reedline v0.31.0 |
939 | 2024-07-25T01:24:34.328Z | Downloaded test-strategy v0.3.1 |
940 | 2024-07-25T01:24:34.332Z | Downloaded http v1.1.0 |
941 | 2024-07-25T01:24:34.337Z | Downloaded indicatif v0.17.8 |
942 | 2024-07-25T01:24:34.341Z | Downloaded proptest v1.4.0 |
943 | 2024-07-25T01:24:34.350Z | Downloaded serde_yaml v0.9.34+deprecated |
944 | 2024-07-25T01:24:34.354Z | Downloaded libxml v0.3.3 |
945 | 2024-07-25T01:24:34.361Z | Downloaded winnow v0.5.40 |
946 | 2024-07-25T01:24:34.370Z | Downloaded samael v0.0.15 |
947 | 2024-07-25T01:24:34.376Z | Downloaded itertools v0.10.5 |
948 | 2024-07-25T01:24:34.383Z | Downloaded tough v0.17.1 |
949 | 2024-07-25T01:24:34.392Z | Downloaded quick-xml v0.31.0 |
950 | 2024-07-25T01:24:34.398Z | Downloaded rustyline v14.0.0 |
951 | 2024-07-25T01:24:34.404Z | Downloaded itertools v0.12.1 |
952 | 2024-07-25T01:24:34.411Z | Downloaded itertools v0.13.0 |
953 | 2024-07-25T01:24:34.419Z | Downloaded sqlparser v0.45.0 |
954 | 2024-07-25T01:24:34.425Z | Downloaded chrono v0.4.38 |
955 | 2024-07-25T01:24:34.439Z | Downloaded blake3 v1.5.1 |
956 | 2024-07-25T01:24:34.443Z | Downloaded regex v1.10.5 |
957 | 2024-07-25T01:24:34.456Z | Downloaded nix v0.27.1 |
958 | 2024-07-25T01:24:34.466Z | Downloaded lalrpop v0.19.12 |
959 | 2024-07-25T01:24:34.478Z | Downloaded radix_trie v0.2.1 |
960 | 2024-07-25T01:24:34.484Z | Downloaded nix v0.28.0 |
961 | 2024-07-25T01:24:34.496Z | Downloaded rustls-webpki v0.101.7 |
962 | 2024-07-25T01:24:34.511Z | Downloaded hkdf v0.12.4 |
963 | 2024-07-25T01:24:34.514Z | Downloaded rustls-webpki v0.102.4 |
964 | 2024-07-25T01:24:34.532Z | Downloaded gimli v0.28.1 |
965 | 2024-07-25T01:24:34.540Z | Downloaded openapiv3 v2.0.0 |
966 | 2024-07-25T01:24:34.552Z | Downloaded regex-syntax v0.6.29 |
967 | 2024-07-25T01:24:34.559Z | Downloaded regex-syntax v0.8.3 |
968 | 2024-07-25T01:24:34.568Z | Downloaded trust-dns-proto v0.22.0 |
969 | 2024-07-25T01:24:34.581Z | Downloaded smoltcp v0.9.1 |
970 | 2024-07-25T01:24:34.592Z | Downloaded rustls v0.21.12 |
971 | 2024-07-25T01:24:34.604Z | Downloaded sled v0.34.7 |
972 | 2024-07-25T01:24:34.614Z | Downloaded idna v0.3.0 |
973 | 2024-07-25T01:24:34.621Z | Downloaded rustls v0.22.4 |
974 | 2024-07-25T01:24:34.635Z | Downloaded smoltcp v0.11.0 |
975 | 2024-07-25T01:24:34.648Z | Downloaded petgraph v0.6.5 |
976 | 2024-07-25T01:24:34.665Z | Downloaded regress v0.9.1 |
977 | 2024-07-25T01:24:34.673Z | Downloaded idna v0.2.3 |
978 | 2024-07-25T01:24:34.681Z | Downloaded zerocopy-derive v0.6.6 |
979 | 2024-07-25T01:24:34.691Z | Downloaded bstr v1.9.1 |
980 | 2024-07-25T01:24:34.701Z | Downloaded ratatui v0.27.0 |
981 | 2024-07-25T01:24:34.720Z | Downloaded bstr v0.2.17 |
982 | 2024-07-25T01:24:34.729Z | Downloaded diesel v2.1.6 |
983 | 2024-07-25T01:24:34.749Z | Downloaded curve25519-dalek v4.1.3 |
984 | 2024-07-25T01:24:34.756Z | Downloaded regex-automata v0.4.6 |
985 | 2024-07-25T01:24:34.773Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
986 | 2024-07-25T01:24:34.786Z | Downloaded finl_unicode v1.2.0 |
987 | 2024-07-25T01:24:34.800Z | Downloaded webpki-roots v0.25.4 |
988 | 2024-07-25T01:24:34.803Z | Downloaded polar-core v0.27.3 |
989 | 2024-07-25T01:24:34.812Z | Downloaded object v0.32.2 |
990 | 2024-07-25T01:24:34.823Z | Downloaded sha3 v0.10.8 |
991 | 2024-07-25T01:24:34.827Z | Downloaded csv v1.3.0 |
992 | 2024-07-25T01:24:34.847Z | Downloaded object v0.30.4 |
993 | 2024-07-25T01:24:34.856Z | Downloaded bitvec v1.0.1 |
994 | 2024-07-25T01:24:34.872Z | Downloaded bindgen v0.69.4 |
995 | 2024-07-25T01:24:34.878Z | Downloaded diesel_derives v2.1.4 |
996 | 2024-07-25T01:24:34.883Z | Downloaded libm v0.2.8 |
997 | 2024-07-25T01:24:34.891Z | Downloaded crossterm v0.27.0 |
998 | 2024-07-25T01:24:34.899Z | Downloaded elliptic-curve v0.13.8 |
999 | 2024-07-25T01:24:34.902Z | Downloaded typed-path v0.7.1 |
1000 | 2024-07-25T01:24:34.907Z | Downloaded snafu v0.8.2 |
1001 | 2024-07-25T01:24:34.913Z | Downloaded hashbrown v0.12.3 |
1002 | 2024-07-25T01:24:34.917Z | Downloaded unicode-segmentation v1.11.0 |
1003 | 2024-07-25T01:24:34.920Z | Downloaded ring v0.16.20 |
1004 | 2024-07-25T01:24:35.003Z | Downloaded rayon v1.10.0 |
1005 | 2024-07-25T01:24:35.012Z | Downloaded trust-dns-resolver v0.22.0 |
1006 | 2024-07-25T01:24:35.020Z | Downloaded regex-automata v0.1.10 |
1007 | 2024-07-25T01:24:35.020Z | Downloaded uuid v1.10.0 |
1008 | 2024-07-25T01:24:35.027Z | Downloaded x509-cert v0.2.5 |
1009 | 2024-07-25T01:24:35.033Z | Downloaded toml_edit v0.19.15 |
1010 | 2024-07-25T01:24:35.044Z | Downloaded steno v0.4.1 |
1011 | 2024-07-25T01:24:35.054Z | Downloaded rsa v0.9.6 |
1012 | 2024-07-25T01:24:35.065Z | Downloaded env_logger v0.10.2 |
1013 | 2024-07-25T01:24:35.065Z | Downloaded spin v0.9.8 |
1014 | 2024-07-25T01:24:35.065Z | Downloaded rusty-fork v0.3.0 |
1015 | 2024-07-25T01:24:35.065Z | Downloaded expectorate v1.1.0 |
1016 | 2024-07-25T01:24:35.065Z | Downloaded highway v1.1.0 |
1017 | 2024-07-25T01:24:35.074Z | Downloaded walkdir v2.5.0 |
1018 | 2024-07-25T01:24:35.075Z | Downloaded spki v0.7.3 |
1019 | 2024-07-25T01:24:35.075Z | Downloaded sha1 v0.10.6 |
1020 | 2024-07-25T01:24:35.075Z | Downloaded schemars v0.8.21 |
1021 | 2024-07-25T01:24:35.083Z | Downloaded strip-ansi-escapes v0.2.0 |
1022 | 2024-07-25T01:24:35.083Z | Downloaded hyper-rustls v0.24.2 |
1023 | 2024-07-25T01:24:35.083Z | Downloaded vte v0.11.1 |
1024 | 2024-07-25T01:24:35.083Z | Downloaded structmeta-derive v0.2.0 |
1025 | 2024-07-25T01:24:35.083Z | Downloaded rustls-pemfile v2.1.2 |
1026 | 2024-07-25T01:24:35.091Z | Downloaded unicode_categories v0.1.1 |
1027 | 2024-07-25T01:24:35.091Z | Downloaded md-5 v0.10.6 |
1028 | 2024-07-25T01:24:35.091Z | Downloaded maybe-uninit v2.0.0 |
1029 | 2024-07-25T01:24:35.091Z | Downloaded uzers v0.11.3 |
1030 | 2024-07-25T01:24:35.092Z | Downloaded unarray v0.1.4 |
1031 | 2024-07-25T01:24:35.098Z | Downloaded snafu-derive v0.8.2 |
1032 | 2024-07-25T01:24:35.099Z | Downloaded thiserror-no-std v2.0.2 |
1033 | 2024-07-25T01:24:35.099Z | Downloaded universal-hash v0.5.1 |
1034 | 2024-07-25T01:24:35.099Z | Downloaded unicase v2.7.0 |
1035 | 2024-07-25T01:24:35.104Z | Downloaded spin v0.5.2 |
1036 | 2024-07-25T01:24:35.104Z | Downloaded shell-words v1.1.0 |
1037 | 2024-07-25T01:24:35.104Z | Downloaded darling_core v0.20.9 |
1038 | 2024-07-25T01:24:35.104Z | Downloaded const_format v0.2.32 |
1039 | 2024-07-25T01:24:35.110Z | Downloaded flume v0.11.0 |
1040 | 2024-07-25T01:24:35.117Z | Downloaded tokio-rustls v0.24.1 |
1041 | 2024-07-25T01:24:35.117Z | Downloaded ring v0.17.8 |
1042 | 2024-07-25T01:24:35.178Z | Downloaded stable_deref_trait v1.2.0 |
1043 | 2024-07-25T01:24:35.188Z | Downloaded home v0.5.9 |
1044 | 2024-07-25T01:24:35.188Z | Downloaded rustfmt-wrapper v0.2.1 |
1045 | 2024-07-25T01:24:35.188Z | Downloaded group v0.13.0 |
1046 | 2024-07-25T01:24:35.188Z | Downloaded toml v0.7.8 |
1047 | 2024-07-25T01:24:35.188Z | Downloaded serde_plain v1.0.2 |
1048 | 2024-07-25T01:24:35.194Z | Downloaded enum-as-inner v0.5.1 |
1049 | 2024-07-25T01:24:35.194Z | Downloaded tui-tree-widget v0.21.0 |
1050 | 2024-07-25T01:24:35.194Z | Downloaded subprocess v0.2.9 |
1051 | 2024-07-25T01:24:35.194Z | Downloaded num-bigint v0.4.5 |
1052 | 2024-07-25T01:24:35.200Z | Downloaded embedded-io v0.4.0 |
1053 | 2024-07-25T01:24:35.200Z | Downloaded tls_codec v0.4.1 |
1054 | 2024-07-25T01:24:35.200Z | Downloaded tungstenite v0.21.0 |
1055 | 2024-07-25T01:24:35.206Z | Downloaded der v0.7.9 |
1056 | 2024-07-25T01:24:35.207Z | Downloaded glob v0.3.1 |
1057 | 2024-07-25T01:24:35.214Z | Downloaded linear-map v1.2.0 |
1058 | 2024-07-25T01:24:35.214Z | Downloaded hyper-staticfile v0.9.5 |
1059 | 2024-07-25T01:24:35.214Z | Downloaded rayon-core v1.12.1 |
1060 | 2024-07-25T01:24:35.215Z | Downloaded num-bigint-dig v0.8.4 |
1061 | 2024-07-25T01:24:35.220Z | Downloaded chacha20poly1305 v0.10.1 |
1062 | 2024-07-25T01:24:35.220Z | Downloaded wyz v0.5.1 |
1063 | 2024-07-25T01:24:35.220Z | Downloaded wait-timeout v0.2.0 |
1064 | 2024-07-25T01:24:35.228Z | Downloaded tabwriter v1.4.0 |
1065 | 2024-07-25T01:24:35.228Z | Downloaded signal-hook-mio v0.2.3 |
1066 | 2024-07-25T01:24:35.228Z | Downloaded similar v2.5.0 |
1067 | 2024-07-25T01:24:35.228Z | Downloaded tap v1.0.1 |
1068 | 2024-07-25T01:24:35.228Z | Downloaded shlex v1.3.0 |
1069 | 2024-07-25T01:24:35.248Z | Downloaded schemars_derive v0.8.21 |
1070 | 2024-07-25T01:24:35.248Z | Downloaded iana-time-zone v0.1.60 |
1071 | 2024-07-25T01:24:35.248Z | Downloaded serde_repr v0.1.19 |
1072 | 2024-07-25T01:24:35.249Z | Downloaded tokio-tungstenite v0.20.1 |
1073 | 2024-07-25T01:24:35.271Z | Downloaded tokio-stream v0.1.15 |
1074 | 2024-07-25T01:24:35.271Z | Downloaded unicode-linebreak v0.1.5 |
1075 | 2024-07-25T01:24:35.271Z | Downloaded postcard v1.0.8 |
1076 | 2024-07-25T01:24:35.271Z | Downloaded serde-big-array v0.5.1 |
1077 | 2024-07-25T01:24:35.271Z | Downloaded rcgen v0.12.1 |
1078 | 2024-07-25T01:24:35.271Z | Downloaded float-cmp v0.9.0 |
1079 | 2024-07-25T01:24:35.271Z | Downloaded fd-lock v4.0.2 |
1080 | 2024-07-25T01:24:35.271Z | Downloaded fatfs v0.3.6 |
1081 | 2024-07-25T01:24:35.272Z | Downloaded async-trait v0.1.81 |
1082 | 2024-07-25T01:24:35.272Z | Downloaded instant v0.1.12 |
1083 | 2024-07-25T01:24:35.272Z | Downloaded lalrpop-util v0.19.12 |
1084 | 2024-07-25T01:24:35.272Z | Downloaded zeroize v1.7.0 |
1085 | 2024-07-25T01:24:35.272Z | Downloaded serde_with_macros v3.8.3 |
1086 | 2024-07-25T01:24:35.272Z | Downloaded rustc-demangle v0.1.24 |
1087 | 2024-07-25T01:24:35.272Z | Downloaded getrandom v0.2.14 |
1088 | 2024-07-25T01:24:35.272Z | Downloaded password-hash v0.5.0 |
1089 | 2024-07-25T01:24:35.272Z | Downloaded compact_str v0.7.1 |
1090 | 2024-07-25T01:24:35.272Z | Downloaded base64 v0.13.1 |
1091 | 2024-07-25T01:24:35.280Z | Downloaded prettyplease v0.2.20 |
1092 | 2024-07-25T01:24:35.280Z | Downloaded pin-project-internal v1.1.5 |
1093 | 2024-07-25T01:24:35.280Z | Downloaded parking_lot v0.11.2 |
1094 | 2024-07-25T01:24:35.280Z | Downloaded backoff v0.4.0 |
1095 | 2024-07-25T01:24:35.280Z | Downloaded hex v0.4.3 |
1096 | 2024-07-25T01:24:35.280Z | Downloaded heck v0.3.3 |
1097 | 2024-07-25T01:24:35.280Z | Downloaded gethostname v0.4.3 |
1098 | 2024-07-25T01:24:35.280Z | Downloaded rtoolbox v0.0.2 |
1099 | 2024-07-25T01:24:35.285Z | Downloaded keccak v0.1.5 |
1100 | 2024-07-25T01:24:35.285Z | Downloaded fastrand v2.1.0 |
1101 | 2024-07-25T01:24:35.285Z | Downloaded untrusted v0.9.0 |
1102 | 2024-07-25T01:24:35.285Z | Downloaded untrusted v0.7.1 |
1103 | 2024-07-25T01:24:35.286Z | Downloaded foreign-types-macros v0.2.3 |
1104 | 2024-07-25T01:24:35.286Z | Downloaded foreign-types v0.5.0 |
1105 | 2024-07-25T01:24:35.293Z | Downloaded derive-where v1.2.7 |
1106 | 2024-07-25T01:24:35.293Z | Downloaded base16ct v0.2.0 |
1107 | 2024-07-25T01:24:35.293Z | Downloaded predicates-core v1.0.6 |
1108 | 2024-07-25T01:24:35.299Z | Downloaded peg v0.8.4 |
1109 | 2024-07-25T01:24:35.299Z | Downloaded packed_struct v0.10.1 |
1110 | 2024-07-25T01:24:35.300Z | Downloaded crc v3.2.1 |
1111 | 2024-07-25T01:24:35.300Z | Downloaded colored v2.1.0 |
1112 | 2024-07-25T01:24:35.306Z | Downloaded cexpr v0.6.0 |
1113 | 2024-07-25T01:24:35.306Z | Downloaded bit-vec v0.6.3 |
1114 | 2024-07-25T01:24:35.306Z | Downloaded async-stream v0.3.5 |
1115 | 2024-07-25T01:24:35.306Z | Downloaded radium v0.7.0 |
1116 | 2024-07-25T01:24:35.306Z | Downloaded parse-display-derive v0.9.1 |
1117 | 2024-07-25T01:24:35.311Z | Downloaded defmt-parser v0.3.4 |
1118 | 2024-07-25T01:24:35.311Z | Downloaded defmt v0.3.8 |
1119 | 2024-07-25T01:24:35.311Z | Downloaded convert_case v0.4.0 |
1120 | 2024-07-25T01:24:35.311Z | Downloaded bitfield-struct v0.6.1 |
1121 | 2024-07-25T01:24:35.320Z | Downloaded bb8 v0.8.5 |
1122 | 2024-07-25T01:24:35.320Z | Downloaded num_enum_derive v0.5.11 |
1123 | 2024-07-25T01:24:35.320Z | Downloaded num-iter v0.1.45 |
1124 | 2024-07-25T01:24:35.320Z | Downloaded pin-project v1.1.5 |
1125 | 2024-07-25T01:24:35.326Z | Downloaded oso v0.27.3 |
1126 | 2024-07-25T01:24:35.332Z | Downloaded nanorand v0.7.0 |
1127 | 2024-07-25T01:24:35.332Z | Downloaded blake2 v0.10.6 |
1128 | 2024-07-25T01:24:35.338Z | Downloaded crossbeam-deque v0.8.5 |
1129 | 2024-07-25T01:24:35.338Z | Downloaded zone_cfg_derive v0.1.2 |
1130 | 2024-07-25T01:24:35.338Z | Downloaded postgres-protocol v0.6.6 |
1131 | 2024-07-25T01:24:35.338Z | Downloaded nu-ansi-term v0.50.0 |
1132 | 2024-07-25T01:24:35.343Z | Downloaded const-oid v0.9.6 |
1133 | 2024-07-25T01:24:35.343Z | Downloaded cookie v0.17.0 |
1134 | 2024-07-25T01:24:35.343Z | Downloaded addr2line v0.21.0 |
1135 | 2024-07-25T01:24:35.350Z | Downloaded opaque-debug v0.3.1 |
1136 | 2024-07-25T01:24:35.350Z | Downloaded pem-rfc7468 v0.7.0 |
1137 | 2024-07-25T01:24:35.350Z | Downloaded owo-colors v4.0.0 |
1138 | 2024-07-25T01:24:35.350Z | Downloaded crunchy v0.2.2 |
1139 | 2024-07-25T01:24:35.350Z | Downloaded atomicwrites v0.4.3 |
1140 | 2024-07-25T01:24:35.350Z | Downloaded phf v0.11.2 |
1141 | 2024-07-25T01:24:35.360Z | Downloaded peg-macros v0.8.4 |
1142 | 2024-07-25T01:24:35.360Z | Downloaded num-rational v0.4.2 |
1143 | 2024-07-25T01:24:35.360Z | Downloaded bzip2 v0.4.4 |
1144 | 2024-07-25T01:24:35.360Z | Downloaded olpc-cjson v0.1.3 |
1145 | 2024-07-25T01:24:35.361Z | Downloaded camino-tempfile v1.1.1 |
1146 | 2024-07-25T01:24:35.361Z | Downloaded bcs v0.1.6 |
1147 | 2024-07-25T01:24:35.366Z | Downloaded nibble_vec v0.1.0 |
1148 | 2024-07-25T01:24:35.366Z | Downloaded newtype-uuid v1.1.0 |
1149 | 2024-07-25T01:24:35.366Z | Downloaded num_enum v0.5.11 |
1150 | 2024-07-25T01:24:35.366Z | Downloaded num-integer v0.1.46 |
1151 | 2024-07-25T01:24:35.384Z | Downloaded paste v1.0.15 |
1152 | 2024-07-25T01:24:35.384Z | Downloaded crc-catalog v2.4.0 |
1153 | 2024-07-25T01:24:35.384Z | Downloaded constant_time_eq v0.3.0 |
1154 | 2024-07-25T01:24:35.384Z | Downloaded chacha20 v0.9.1 |
1155 | 2024-07-25T01:24:35.384Z | Downloaded castaway v0.2.2 |
1156 | 2024-07-25T01:24:35.384Z | Downloaded async-recursion v1.1.1 |
1157 | 2024-07-25T01:24:35.384Z | Downloaded block-padding v0.3.3 |
1158 | 2024-07-25T01:24:35.385Z | Downloaded bitfield v0.14.0 |
1159 | 2024-07-25T01:24:35.390Z | Downloaded atomic-waker v1.1.2 |
1160 | 2024-07-25T01:24:35.390Z | Downloaded derive_builder_macro v0.20.0 |
1161 | 2024-07-25T01:24:35.391Z | Downloaded assert_matches v1.5.0 |
1162 | 2024-07-25T01:24:35.391Z | Downloaded multer v3.1.0 |
1163 | 2024-07-25T01:24:35.391Z | Downloaded mime_guess v2.0.4 |
1164 | 2024-07-25T01:24:35.391Z | Downloaded darling_macro v0.20.9 |
1165 | 2024-07-25T01:24:35.391Z | Downloaded bitstruct_derive v0.1.0 |
1166 | 2024-07-25T01:24:35.391Z | Downloaded newline-converter v0.3.0 |
1167 | 2024-07-25T01:24:35.519Z | Compiling proc-macro2 v1.0.86 |
1168 | 2024-07-25T01:24:35.520Z | Compiling unicode-ident v1.0.12 |
1169 | 2024-07-25T01:24:35.523Z | Compiling libc v0.2.155 |
1170 | 2024-07-25T01:24:35.523Z | Compiling serde v1.0.204 |
1171 | 2024-07-25T01:24:35.523Z | Compiling autocfg v1.3.0 |
1172 | 2024-07-25T01:24:35.523Z | Compiling version_check v0.9.4 |
1173 | 2024-07-25T01:24:35.523Z | Compiling cfg-if v1.0.0 |
1174 | 2024-07-25T01:24:35.733Z | Compiling cc v1.0.97 |
1175 | 2024-07-25T01:24:35.863Z | Compiling parking_lot_core v0.9.10 |
1176 | 2024-07-25T01:24:35.902Z | Compiling serde_json v1.0.120 |
1177 | 2024-07-25T01:24:36.205Z | Compiling once_cell v1.19.0 |
1178 | 2024-07-25T01:24:36.241Z | Compiling libm v0.2.8 |
1179 | 2024-07-25T01:24:36.535Z | Compiling ahash v0.8.11 |
1180 | 2024-07-25T01:24:36.537Z | Compiling lock_api v0.4.12 |
1181 | 2024-07-25T01:24:36.579Z | Compiling byteorder v1.5.0 |
1182 | 2024-07-25T01:24:36.595Z | Compiling num-traits v0.2.19 |
1183 | 2024-07-25T01:24:36.832Z | Compiling memchr v2.7.2 |
1184 | 2024-07-25T01:24:36.870Z | Compiling scopeguard v1.2.0 |
1185 | 2024-07-25T01:24:36.986Z | Compiling thiserror v1.0.62 |
1186 | 2024-07-25T01:24:37.049Z | Compiling typenum v1.17.0 |
1187 | 2024-07-25T01:24:37.501Z | Compiling quote v1.0.36 |
1188 | 2024-07-25T01:24:37.580Z | Compiling log v0.4.21 |
1189 | 2024-07-25T01:24:37.906Z | Compiling syn v2.0.72 |
1190 | 2024-07-25T01:24:37.979Z | Compiling getrandom v0.2.14 |
1191 | 2024-07-25T01:24:38.157Z | Compiling itoa v1.0.11 |
1192 | 2024-07-25T01:24:38.318Z | Compiling generic-array v0.14.7 |
1193 | 2024-07-25T01:24:38.627Z | Compiling allocator-api2 v0.2.18 |
1194 | 2024-07-25T01:24:38.741Z | Compiling slab v0.4.9 |
1195 | 2024-07-25T01:24:38.795Z | Compiling ring v0.17.8 |
1196 | 2024-07-25T01:24:38.864Z | Compiling ryu v1.0.18 |
1197 | 2024-07-25T01:24:39.116Z | Compiling schemars v0.8.21 |
1198 | 2024-07-25T01:24:39.135Z | Compiling pin-project-lite v0.2.14 |
1199 | 2024-07-25T01:24:39.202Z | Compiling smallvec v1.13.2 |
1200 | 2024-07-25T01:24:39.270Z | Compiling semver v1.0.23 |
1201 | 2024-07-25T01:24:39.485Z | Compiling equivalent v1.0.1 |
1202 | 2024-07-25T01:24:39.586Z | Compiling spin v0.9.8 |
1203 | 2024-07-25T01:24:39.733Z | Compiling pkg-config v0.3.30 |
1204 | 2024-07-25T01:24:39.768Z | Compiling vcpkg v0.2.15 |
1205 | 2024-07-25T01:24:40.018Z | Compiling parking_lot v0.12.2 |
1206 | 2024-07-25T01:24:40.745Z | Compiling signal-hook-registry v1.4.2 |
1207 | 2024-07-25T01:24:41.134Z | Compiling syn v1.0.109 |
1208 | 2024-07-25T01:24:41.536Z | Compiling openssl-sys v0.9.103 |
1209 | 2024-07-25T01:24:41.747Z | Compiling mio v0.8.11 |
1210 | 2024-07-25T01:24:42.365Z | Compiling rand_core v0.6.4 |
1211 | 2024-07-25T01:24:42.469Z | Compiling num_cpus v1.16.0 |
1212 | 2024-07-25T01:24:42.605Z | Compiling socket2 v0.5.7 |
1213 | 2024-07-25T01:24:42.782Z | Compiling num-conv v0.1.0 |
1214 | 2024-07-25T01:24:43.023Z | Compiling time-core v0.1.2 |
1215 | 2024-07-25T01:24:43.192Z | Compiling time-macros v0.2.18 |
1216 | 2024-07-25T01:24:43.428Z | Compiling httparse v1.8.0 |
1217 | 2024-07-25T01:24:43.569Z | Compiling heck v0.5.0 |
1218 | 2024-07-25T01:24:44.090Z | Compiling futures-core v0.3.30 |
1219 | 2024-07-25T01:24:44.341Z | Compiling openssl v0.10.66 |
1220 | 2024-07-25T01:24:44.358Z | Compiling fnv v1.0.7 |
1221 | 2024-07-25T01:24:44.872Z | Compiling rustix v0.38.34 |
1222 | 2024-07-25T01:24:44.928Z | Compiling crossbeam-utils v0.8.19 |
1223 | 2024-07-25T01:24:44.959Z | Compiling iana-time-zone v0.1.60 |
1224 | 2024-07-25T01:24:45.322Z | Compiling serde_derive_internals v0.29.1 |
1225 | 2024-07-25T01:24:45.557Z | Compiling native-tls v0.2.11 |
1226 | 2024-07-25T01:24:45.841Z | Compiling rustls v0.21.12 |
1227 | 2024-07-25T01:24:45.897Z | Compiling tinyvec_macros v0.1.1 |
1228 | 2024-07-25T01:24:45.991Z | Compiling tinyvec v1.6.0 |
1229 | 2024-07-25T01:24:46.309Z | Compiling subtle v2.5.0 |
1230 | 2024-07-25T01:24:46.713Z | Compiling ucd-trie v0.1.6 |
1231 | 2024-07-25T01:24:46.878Z | Compiling const-oid v0.9.6 |
1232 | 2024-07-25T01:24:46.966Z | Compiling futures-sink v0.3.30 |
1233 | 2024-07-25T01:24:47.397Z | Compiling unicode-normalization v0.1.23 |
1234 | 2024-07-25T01:24:47.421Z | Compiling backtrace v0.3.71 |
1235 | 2024-07-25T01:24:47.662Z | Compiling cookie v0.17.0 |
1236 | 2024-07-25T01:24:47.808Z | Compiling slog v2.7.0 |
1237 | 2024-07-25T01:24:48.071Z | Compiling unicode-bidi v0.3.15 |
1238 | 2024-07-25T01:24:48.377Z | Compiling dyn-clone v1.0.17 |
1239 | 2024-07-25T01:24:48.566Z | Compiling futures-channel v0.3.30 |
1240 | 2024-07-25T01:24:48.863Z | Compiling futures-task v0.3.30 |
1241 | 2024-07-25T01:24:48.930Z | Compiling futures-io v0.3.30 |
1242 | 2024-07-25T01:24:49.025Z | Compiling pin-utils v0.1.0 |
1243 | 2024-07-25T01:24:49.391Z | Compiling aho-corasick v1.1.3 |
1244 | 2024-07-25T01:24:49.830Z | Compiling regex-syntax v0.8.3 |
1245 | 2024-07-25T01:24:50.049Z | Compiling winnow v0.5.40 |
1246 | 2024-07-25T01:24:51.186Z | Compiling serde_derive v1.0.204 |
1247 | 2024-07-25T01:24:52.161Z | Compiling zerocopy-derive v0.7.34 |
1248 | 2024-07-25T01:24:52.311Z | Compiling zeroize_derive v1.4.2 |
1249 | 2024-07-25T01:24:53.707Z | Compiling thiserror-impl v1.0.62 |
1250 | 2024-07-25T01:24:53.919Z | Compiling tokio-macros v2.3.0 |
1251 | 2024-07-25T01:24:53.973Z | Compiling futures-macro v0.3.30 |
1252 | 2024-07-25T01:24:54.223Z | Compiling zerocopy v0.7.34 |
1253 | 2024-07-25T01:24:55.095Z | Compiling schemars_derive v0.8.21 |
1254 | 2024-07-25T01:24:55.653Z | Compiling tracing-attributes v0.1.27 |
1255 | 2024-07-25T01:24:55.902Z | Compiling zeroize v1.7.0 |
1256 | 2024-07-25T01:24:56.521Z | Compiling hashbrown v0.14.5 |
1257 | 2024-07-25T01:24:56.677Z | Compiling openssl-macros v0.1.1 |
1258 | 2024-07-25T01:24:57.368Z | Compiling scroll_derive v0.12.0 |
1259 | 2024-07-25T01:24:57.576Z | Compiling pest v2.7.10 |
1260 | 2024-07-25T01:24:57.928Z | Compiling crypto-common v0.1.6 |
1261 | 2024-07-25T01:24:58.113Z | Compiling futures-util v0.3.30 |
1262 | 2024-07-25T01:24:58.116Z | Compiling der_derive v0.7.2 |
1263 | 2024-07-25T01:24:58.157Z | Compiling anyhow v1.0.86 |
1264 | 2024-07-25T01:24:58.629Z | Compiling untrusted v0.9.0 |
1265 | 2024-07-25T01:24:58.702Z | Compiling block-buffer v0.10.4 |
1266 | 2024-07-25T01:24:59.447Z | Compiling regex-automata v0.4.6 |
1267 | 2024-07-25T01:25:00.347Z | Compiling pest_meta v2.7.10 |
1268 | 2024-07-25T01:25:00.393Z | Compiling tracing-core v0.1.32 |
1269 | 2024-07-25T01:25:02.857Z | Compiling pest_generator v2.7.10 |
1270 | 2024-07-25T01:25:04.678Z | Compiling usdt-impl v0.5.0 |
1271 | 2024-07-25T01:25:04.753Z | Compiling bytes v1.6.0 |
1272 | 2024-07-25T01:25:04.991Z | Compiling indexmap v2.2.6 |
1273 | 2024-07-25T01:25:05.952Z | Compiling uuid v1.10.0 |
1274 | 2024-07-25T01:25:06.274Z | Compiling tokio v1.38.1 |
1275 | 2024-07-25T01:25:06.363Z | Compiling bitflags v2.5.0 |
1276 | 2024-07-25T01:25:06.941Z | Compiling chrono v0.4.38 |
1277 | 2024-07-25T01:25:07.314Z | Compiling serde_tokenstream v0.2.1 |
1278 | 2024-07-25T01:25:08.255Z | Compiling serde_spanned v0.6.6 |
1279 | 2024-07-25T01:25:08.478Z | Compiling toml_datetime v0.6.6 |
1280 | 2024-07-25T01:25:08.920Z | Compiling http v0.2.12 |
1281 | 2024-07-25T01:25:10.821Z | Compiling toml_edit v0.19.15 |
1282 | 2024-07-25T01:25:11.272Z | Compiling rustc_version v0.4.0 |
1283 | 2024-07-25T01:25:11.903Z | Compiling pest_derive v2.7.10 |
1284 | 2024-07-25T01:25:12.278Z | Compiling powerfmt v0.2.0 |
1285 | 2024-07-25T01:25:12.651Z | Compiling rustversion v1.0.17 |
1286 | 2024-07-25T01:25:12.774Z | Compiling deranged v0.3.11 |
1287 | 2024-07-25T01:25:13.024Z | Compiling heapless v0.7.17 |
1288 | 2024-07-25T01:25:13.338Z | Compiling tracing v0.1.40 |
1289 | 2024-07-25T01:25:13.430Z | Compiling digest v0.10.7 |
1290 | 2024-07-25T01:25:13.856Z | Compiling scroll v0.12.0 |
1291 | 2024-07-25T01:25:14.420Z | Compiling plain v0.2.3 |
1292 | 2024-07-25T01:25:14.575Z | Compiling signal-hook v0.3.17 |
1293 | 2024-07-25T01:25:15.011Z | Compiling percent-encoding v2.3.1 |
1294 | 2024-07-25T01:25:15.240Z | Compiling num_threads v0.1.7 |
1295 | 2024-07-25T01:25:15.375Z | Compiling ppv-lite86 v0.2.17 |
1296 | 2024-07-25T01:25:15.470Z | Compiling heck v0.4.1 |
1297 | 2024-07-25T01:25:15.831Z | Compiling time v0.3.36 |
1298 | 2024-07-25T01:25:15.929Z | Compiling goblin v0.8.2 |
1299 | 2024-07-25T01:25:16.204Z | Compiling rand_chacha v0.3.1 |
1300 | 2024-07-25T01:25:17.937Z | Compiling regex v1.10.5 |
1301 | 2024-07-25T01:25:18.909Z | Compiling pretty-hex v0.4.1 |
1302 | 2024-07-25T01:25:19.301Z | Compiling crc32fast v1.4.0 |
1303 | 2024-07-25T01:25:19.739Z | Compiling strsim v0.11.1 |
1304 | 2024-07-25T01:25:20.654Z | Compiling rand v0.8.5 |
1305 | 2024-07-25T01:25:21.326Z | Compiling tokio-util v0.7.11 |
1306 | 2024-07-25T01:25:21.949Z | Compiling dof v0.3.0 |
1307 | 2024-07-25T01:25:22.216Z | Compiling dtrace-parser v0.2.0 |
1308 | 2024-07-25T01:25:23.096Z | Compiling async-trait v0.1.81 |
1309 | 2024-07-25T01:25:23.864Z | Compiling thread-id v4.2.1 |
1310 | 2024-07-25T01:25:23.984Z | Compiling foreign-types-shared v0.1.1 |
1311 | 2024-07-25T01:25:24.052Z | Compiling smoltcp v0.9.1 |
1312 | 2024-07-25T01:25:24.096Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1313 | 2024-07-25T01:25:24.153Z | Compiling unicode-width v0.1.13 |
1314 | 2024-07-25T01:25:24.488Z | Compiling base64ct v1.6.0 |
1315 | 2024-07-25T01:25:24.752Z | Compiling foreign-types v0.3.2 |
1316 | 2024-07-25T01:25:25.054Z | Compiling pem-rfc7468 v0.7.0 |
1317 | 2024-07-25T01:25:26.307Z | Compiling form_urlencoded v1.2.1 |
1318 | 2024-07-25T01:25:26.546Z | Compiling hmac v0.12.1 |
1319 | 2024-07-25T01:25:26.710Z | Compiling try-lock v0.2.5 |
1320 | 2024-07-25T01:25:26.802Z | Compiling base64 v0.21.7 |
1321 | 2024-07-25T01:25:26.850Z | Compiling siphasher v0.3.11 |
1322 | 2024-07-25T01:25:27.037Z | Compiling flagset v0.4.5 |
1323 | 2024-07-25T01:25:27.281Z | Compiling adler v1.0.2 |
1324 | 2024-07-25T01:25:27.406Z | Compiling want v0.3.1 |
1325 | 2024-07-25T01:25:27.460Z | Compiling miniz_oxide v0.7.2 |
1326 | 2024-07-25T01:25:27.596Z | Compiling der v0.7.9 |
1327 | 2024-07-25T01:25:29.295Z | Compiling h2 v0.3.26 |
1328 | 2024-07-25T01:25:29.535Z | Compiling rustls-webpki v0.101.7 |
1329 | 2024-07-25T01:25:30.776Z | Compiling sct v0.7.1 |
1330 | 2024-07-25T01:25:31.046Z | Compiling http-body v0.4.6 |
1331 | 2024-07-25T01:25:31.576Z | Compiling openapiv3 v2.0.0 |
1332 | 2024-07-25T01:25:31.759Z | Compiling hubpack_derive v0.1.1 |
1333 | 2024-07-25T01:25:32.440Z | Compiling zerocopy-derive v0.6.6 |
1334 | 2024-07-25T01:25:32.614Z | Compiling idna v0.5.0 |
1335 | 2024-07-25T01:25:32.965Z | Compiling lazy_static v1.5.0 |
1336 | 2024-07-25T01:25:33.001Z | Compiling errno v0.3.9 |
1337 | 2024-07-25T01:25:33.263Z | Compiling fs-err v2.11.0 |
1338 | 2024-07-25T01:25:33.319Z | Compiling httpdate v1.0.3 |
1339 | 2024-07-25T01:25:34.018Z | Compiling openssl-probe v0.1.5 |
1340 | 2024-07-25T01:25:34.071Z | Compiling tower-service v0.3.2 |
1341 | 2024-07-25T01:25:34.209Z | Compiling utf8parse v0.2.1 |
1342 | 2024-07-25T01:25:34.304Z | Compiling anstyle v1.0.7 |
1343 | 2024-07-25T01:25:34.446Z | Compiling cpufeatures v0.2.12 |
1344 | 2024-07-25T01:25:34.571Z | Compiling finl_unicode v1.2.0 |
1345 | 2024-07-25T01:25:34.728Z | Compiling stable_deref_trait v1.2.0 |
1346 | 2024-07-25T01:25:34.830Z | Compiling gimli v0.28.1 |
1347 | 2024-07-25T01:25:34.950Z | Compiling sha2 v0.10.8 |
1348 | 2024-07-25T01:25:35.134Z | Compiling stringprep v0.1.4 |
1349 | 2024-07-25T01:25:35.680Z | Compiling anstyle-parse v0.2.4 |
1350 | 2024-07-25T01:25:36.039Z | Compiling url v2.5.2 |
1351 | 2024-07-25T01:25:36.773Z | Compiling hyper v0.14.28 |
1352 | 2024-07-25T01:25:40.387Z | Compiling addr2line v0.21.0 |
1353 | 2024-07-25T01:25:41.094Z | Compiling spki v0.7.3 |
1354 | 2024-07-25T01:25:41.459Z | Compiling usdt-macro v0.5.0 |
1355 | 2024-07-25T01:25:41.542Z | Compiling usdt-attr-macro v0.5.0 |
1356 | 2024-07-25T01:25:42.863Z | Compiling md-5 v0.10.6 |
1357 | 2024-07-25T01:25:46.574Z | Compiling idna v0.3.0 |
1358 | 2024-07-25T01:25:46.994Z | Compiling diesel_table_macro_syntax v0.1.0 |
1359 | 2024-07-25T01:25:47.066Z | Compiling num-integer v0.1.46 |
1360 | 2024-07-25T01:25:47.376Z | Compiling object v0.32.2 |
1361 | 2024-07-25T01:25:47.722Z | Compiling hash32 v0.2.1 |
1362 | 2024-07-25T01:25:47.981Z | Compiling fallible-iterator v0.2.0 |
1363 | 2024-07-25T01:25:48.692Z | Compiling anstyle-query v1.0.3 |
1364 | 2024-07-25T01:25:48.832Z | Compiling is_terminal_polyfill v1.70.0 |
1365 | 2024-07-25T01:25:48.955Z | Compiling rustc-demangle v0.1.24 |
1366 | 2024-07-25T01:25:49.685Z | Compiling psl-types v2.0.11 |
1367 | 2024-07-25T01:25:51.345Z | Compiling colorchoice v1.0.1 |
1368 | 2024-07-25T01:25:51.499Z | Compiling anstream v0.6.14 |
1369 | 2024-07-25T01:25:53.454Z | Compiling publicsuffix v2.2.3 |
1370 | 2024-07-25T01:25:54.092Z | Compiling postgres-protocol v0.6.6 |
1371 | 2024-07-25T01:25:56.001Z | Compiling diesel_derives v2.1.4 |
1372 | 2024-07-25T01:26:02.624Z | Compiling tokio-rustls v0.24.1 |
1373 | 2024-07-25T01:26:02.877Z | Compiling pkcs8 v0.10.2 |
1374 | 2024-07-25T01:26:03.018Z | Compiling terminal_size v0.3.0 |
1375 | 2024-07-25T01:26:03.221Z | Compiling tokio-native-tls v0.3.1 |
1376 | 2024-07-25T01:26:03.491Z | Compiling phf_shared v0.11.2 |
1377 | 2024-07-25T01:26:04.078Z | Compiling strum_macros v0.25.3 |
1378 | 2024-07-25T01:26:05.231Z | Compiling enum-as-inner v0.5.1 |
1379 | 2024-07-25T01:26:05.902Z | Compiling regress v0.9.1 |
1380 | 2024-07-25T01:26:06.092Z | Compiling block-padding v0.3.3 |
1381 | 2024-07-25T01:26:06.220Z | Compiling clap_derive v4.5.8 |
1382 | 2024-07-25T01:26:06.314Z | Compiling serde_repr v0.1.19 |
1383 | 2024-07-25T01:26:07.875Z | Compiling ff v0.13.0 |
1384 | 2024-07-25T01:26:07.971Z | Compiling scheduled-thread-pool v0.2.7 |
1385 | 2024-07-25T01:26:08.492Z | Compiling encoding_rs v0.8.34 |
1386 | 2024-07-25T01:26:10.582Z | Compiling either v1.12.0 |
1387 | 2024-07-25T01:26:10.628Z | Compiling ipnet v2.9.0 |
1388 | 2024-07-25T01:26:10.837Z | Compiling matches v0.1.10 |
1389 | 2024-07-25T01:26:10.940Z | Compiling bitflags v1.3.2 |
1390 | 2024-07-25T01:26:11.014Z | Compiling bit-vec v0.6.3 |
1391 | 2024-07-25T01:26:11.047Z | Compiling managed v0.8.0 |
1392 | 2024-07-25T01:26:11.492Z | Compiling mime v0.3.17 |
1393 | 2024-07-25T01:26:12.453Z | Compiling regex-automata v0.1.10 |
1394 | 2024-07-25T01:26:12.601Z | Compiling base16ct v0.2.0 |
1395 | 2024-07-25T01:26:12.779Z | Compiling clap_lex v0.7.0 |
1396 | 2024-07-25T01:26:12.900Z | Compiling bstr v0.2.17 |
1397 | 2024-07-25T01:26:12.941Z | Compiling sec1 v0.7.3 |
1398 | 2024-07-25T01:26:13.253Z | Compiling clap_builder v4.5.9 |
1399 | 2024-07-25T01:26:14.258Z | Compiling idna v0.2.3 |
1400 | 2024-07-25T01:26:15.679Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1401 | 2024-07-25T01:26:15.899Z | Compiling r2d2 v0.8.10 |
1402 | 2024-07-25T01:26:16.247Z | Compiling group v0.13.0 |
1403 | 2024-07-25T01:26:18.337Z | Compiling inout v0.1.3 |
1404 | 2024-07-25T01:26:19.745Z | Compiling phf v0.11.2 |
1405 | 2024-07-25T01:26:20.048Z | Compiling hyper-tls v0.5.0 |
1406 | 2024-07-25T01:26:20.124Z | Compiling hyper-rustls v0.24.2 |
1407 | 2024-07-25T01:26:20.404Z | Compiling signal-hook-mio v0.2.3 |
1408 | 2024-07-25T01:26:20.556Z | Compiling cookie_store v0.20.0 |
1409 | 2024-07-25T01:26:20.724Z | Compiling postgres-types v0.2.6 |
1410 | 2024-07-25T01:26:20.923Z | Compiling num-bigint v0.4.5 |
1411 | 2024-07-25T01:26:21.009Z | Compiling zerocopy v0.6.6 |
1412 | 2024-07-25T01:26:21.960Z | Compiling hubpack v0.1.2 |
1413 | 2024-07-25T01:26:21.996Z | Compiling rustls-pemfile v1.0.4 |
1414 | 2024-07-25T01:26:22.099Z | Compiling phf_shared v0.10.0 |
1415 | 2024-07-25T01:26:22.377Z | Compiling hkdf v0.12.4 |
1416 | 2024-07-25T01:26:22.404Z | Compiling serde_urlencoded v0.7.1 |
1417 | 2024-07-25T01:26:22.594Z | Compiling crossbeam-epoch v0.9.18 |
1418 | 2024-07-25T01:26:23.026Z | Compiling ipnetwork v0.20.0 |
1419 | 2024-07-25T01:26:24.089Z | Compiling futures-executor v0.3.30 |
1420 | 2024-07-25T01:26:24.292Z | Compiling crypto-bigint v0.5.5 |
1421 | 2024-07-25T01:26:24.529Z | Compiling float-cmp v0.9.0 |
1422 | 2024-07-25T01:26:24.582Z | Compiling memmap v0.7.0 |
1423 | 2024-07-25T01:26:24.729Z | Compiling minimal-lexical v0.2.1 |
1424 | 2024-07-25T01:26:24.951Z | Compiling fixedbitset v0.4.2 |
1425 | 2024-07-25T01:26:25.227Z | Compiling normalize-line-endings v0.3.0 |
1426 | 2024-07-25T01:26:25.352Z | Compiling precomputed-hash v0.1.1 |
1427 | 2024-07-25T01:26:25.368Z | Compiling sync_wrapper v0.1.2 |
1428 | 2024-07-25T01:26:26.064Z | Compiling winnow v0.6.8 |
1429 | 2024-07-25T01:26:26.830Z | Compiling predicates-core v1.0.6 |
1430 | 2024-07-25T01:26:27.145Z | Compiling static_assertions v1.1.0 |
1431 | 2024-07-25T01:26:27.245Z | Compiling webpki-roots v0.25.4 |
1432 | 2024-07-25T01:26:27.398Z | Compiling unicode-segmentation v1.11.0 |
1433 | 2024-07-25T01:26:28.081Z | Compiling difflib v0.4.0 |
1434 | 2024-07-25T01:26:28.133Z | Compiling whoami v1.5.1 |
1435 | 2024-07-25T01:26:28.195Z | Compiling new_debug_unreachable v1.0.6 |
1436 | 2024-07-25T01:26:28.291Z | Compiling data-encoding v2.6.0 |
1437 | 2024-07-25T01:26:28.522Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1438 | 2024-07-25T01:26:28.641Z | Compiling tokio-postgres v0.7.10 |
1439 | 2024-07-25T01:26:29.370Z | Compiling trust-dns-proto v0.22.0 |
1440 | 2024-07-25T01:26:29.855Z | Compiling toml_edit v0.22.16 |
1441 | 2024-07-25T01:26:29.964Z | Compiling predicates v3.1.0 |
1442 | 2024-07-25T01:26:30.266Z | Compiling string_cache v0.8.7 |
1443 | 2024-07-25T01:26:30.694Z | Compiling similar v2.5.0 |
1444 | 2024-07-25T01:26:31.525Z | Compiling reqwest v0.11.27 |
1445 | 2024-07-25T01:26:32.469Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1446 | 2024-07-25T01:26:32.867Z | Compiling elliptic-curve v0.13.8 |
1447 | 2024-07-25T01:26:33.223Z | Compiling petgraph v0.6.5 |
1448 | 2024-07-25T01:26:33.596Z | Compiling nom v7.1.3 |
1449 | 2024-07-25T01:26:36.388Z | Compiling usdt v0.5.0 |
1450 | 2024-07-25T01:26:37.085Z | Compiling futures v0.3.30 |
1451 | 2024-07-25T01:26:37.198Z | Compiling yasna v0.5.2 |
1452 | 2024-07-25T01:26:37.232Z | Compiling diesel v2.1.6 |
1453 | 2024-07-25T01:26:37.912Z | Compiling crossterm v0.27.0 |
1454 | 2024-07-25T01:26:38.019Z | Compiling flate2 v1.0.30 |
1455 | 2024-07-25T01:26:38.234Z | Compiling cipher v0.4.4 |
1456 | 2024-07-25T01:26:38.724Z | Compiling clap v4.5.9 |
1457 | 2024-07-25T01:26:38.847Z | Compiling itertools v0.12.1 |
1458 | 2024-07-25T01:26:38.863Z | Compiling itertools v0.10.5 |
1459 | 2024-07-25T01:26:38.897Z | Compiling bit-set v0.5.3 |
1460 | 2024-07-25T01:26:39.377Z | Compiling num-iter v0.1.45 |
1461 | 2024-07-25T01:26:40.347Z | Compiling console v0.15.8 |
1462 | 2024-07-25T01:26:41.512Z | Compiling tokio-stream v0.1.15 |
1463 | 2024-07-25T01:26:41.680Z | Compiling toml v0.7.8 |
1464 | 2024-07-25T01:26:41.698Z | Compiling hex v0.4.3 |
1465 | 2024-07-25T01:26:42.113Z | Compiling bstr v1.9.1 |
1466 | 2024-07-25T01:26:42.466Z | Compiling unicode-xid v0.2.4 |
1467 | 2024-07-25T01:26:42.483Z | Compiling peg-runtime v0.8.3 |
1468 | 2024-07-25T01:26:42.633Z | Compiling camino v1.1.7 |
1469 | 2024-07-25T01:26:42.898Z | Compiling lalrpop-util v0.19.12 |
1470 | 2024-07-25T01:26:43.649Z | Compiling proc-macro-crate v1.3.1 |
1471 | 2024-07-25T01:26:44.927Z | Compiling heapless v0.8.0 |
1472 | 2024-07-25T01:26:47.849Z | Compiling num_enum_derive v0.5.11 |
1473 | 2024-07-25T01:26:52.581Z | Compiling hash32 v0.3.1 |
1474 | 2024-07-25T01:26:53.647Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1475 | 2024-07-25T01:26:53.845Z | Compiling rustls-pki-types v1.7.0 |
1476 | 2024-07-25T01:26:53.971Z | Compiling ident_case v1.0.1 |
1477 | 2024-07-25T01:26:55.233Z | Compiling smoltcp v0.11.0 |
1478 | 2024-07-25T01:26:56.964Z | Compiling darling_core v0.20.9 |
1479 | 2024-07-25T01:27:07.204Z | Compiling num_enum v0.5.11 |
1480 | 2024-07-25T01:27:08.977Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1481 | 2024-07-25T01:27:09.308Z | Compiling getopts v0.2.21 |
1482 | 2024-07-25T01:27:10.823Z | Compiling dirs-sys-next v0.1.2 |
1483 | 2024-07-25T01:27:11.636Z | Compiling proc-macro-error-attr v1.0.4 |
1484 | 2024-07-25T01:27:11.921Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1485 | 2024-07-25T01:27:12.682Z | Compiling paste v1.0.15 |
1486 | 2024-07-25T01:27:13.166Z | Compiling rustls v0.22.4 |
1487 | 2024-07-25T01:27:13.527Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1488 | 2024-07-25T01:27:13.625Z | Compiling cobs v0.2.3 |
1489 | 2024-07-25T01:27:13.813Z | Compiling embedded-io v0.4.0 |
1490 | 2024-07-25T01:27:14.007Z | Compiling unsafe-libyaml v0.2.11 |
1491 | 2024-07-25T01:27:14.053Z | Compiling postcard v1.0.8 |
1492 | 2024-07-25T01:27:15.784Z | Compiling serde_yaml v0.9.34+deprecated |
1493 | 2024-07-25T01:27:17.068Z | Compiling dirs-next v2.0.0 |
1494 | 2024-07-25T01:27:19.664Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1495 | 2024-07-25T01:27:21.741Z | Compiling darling_macro v0.20.9 |
1496 | 2024-07-25T01:27:23.374Z | Compiling rustls-webpki v0.102.4 |
1497 | 2024-07-25T01:27:29.890Z | Compiling strum_macros v0.26.4 |
1498 | 2024-07-25T01:27:31.519Z | Compiling foreign-types-macros v0.2.3 |
1499 | 2024-07-25T01:27:31.613Z | Compiling structmeta-derive v0.3.0 |
1500 | 2024-07-25T01:27:32.440Z | Compiling thread_local v1.1.8 |
1501 | 2024-07-25T01:27:32.763Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1502 | 2024-07-25T01:27:33.052Z | Compiling multer v3.1.0 |
1503 | 2024-07-25T01:27:33.157Z | Compiling proc-macro-error v1.0.4 |
1504 | 2024-07-25T01:27:33.341Z | Compiling match_cfg v0.1.0 |
1505 | 2024-07-25T01:27:33.460Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1506 | 2024-07-25T01:27:33.551Z | Compiling foreign-types-shared v0.3.1 |
1507 | 2024-07-25T01:27:34.627Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1508 | 2024-07-25T01:27:35.425Z | Compiling slog-async v2.8.0 |
1509 | 2024-07-25T01:27:41.314Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1510 | 2024-07-25T01:27:41.314Z | Compiling strum v0.26.3 |
1511 | 2024-07-25T01:27:41.416Z | Compiling structmeta v0.3.0 |
1512 | 2024-07-25T01:27:42.392Z | Compiling foreign-types v0.5.0 |
1513 | 2024-07-25T01:27:42.660Z | Compiling hostname v0.3.1 |
1514 | 2024-07-25T01:27:47.197Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1515 | 2024-07-25T01:27:48.530Z | Compiling darling v0.20.9 |
1516 | 2024-07-25T01:27:50.831Z | Compiling term v0.7.0 |
1517 | 2024-07-25T01:27:57.524Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1518 | 2024-07-25T01:27:59.081Z | Compiling slog-json v2.6.1 |
1519 | 2024-07-25T01:27:59.625Z | Compiling tabwriter v1.4.0 |
1520 | 2024-07-25T01:28:00.419Z | Compiling crossbeam-channel v0.5.12 |
1521 | 2024-07-25T01:28:01.317Z | Compiling http v1.1.0 |
1522 | 2024-07-25T01:28:01.349Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1523 | 2024-07-25T01:28:02.143Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1524 | 2024-07-25T01:28:02.143Z | Compiling async-stream-impl v0.3.5 |
1525 | 2024-07-25T01:28:02.359Z | Compiling cstr-argument v0.1.2 |
1526 | 2024-07-25T01:28:02.631Z | Compiling is-terminal v0.4.12 |
1527 | 2024-07-25T01:28:02.756Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1528 | 2024-07-25T01:28:02.980Z | Compiling crucible-workspace-hack v0.1.0 |
1529 | 2024-07-25T01:28:03.236Z | Compiling pretty-hex v0.2.1 |
1530 | 2024-07-25T01:28:03.400Z | Compiling base64 v0.22.1 |
1531 | 2024-07-25T01:28:03.400Z | Compiling atomic-waker v1.1.2 |
1532 | 2024-07-25T01:28:03.445Z | Compiling rayon-core v1.12.1 |
1533 | 2024-07-25T01:28:03.581Z | Compiling fastrand v2.1.0 |
1534 | 2024-07-25T01:28:03.709Z | Compiling take_mut v0.2.2 |
1535 | 2024-07-25T01:28:03.881Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1536 | 2024-07-25T01:28:04.188Z | Compiling rustls-pemfile v2.1.2 |
1537 | 2024-07-25T01:28:04.203Z | Compiling tempfile v3.10.1 |
1538 | 2024-07-25T01:28:04.554Z | Compiling waitgroup v0.1.2 |
1539 | 2024-07-25T01:28:04.791Z | Compiling async-stream v0.3.5 |
1540 | 2024-07-25T01:28:04.909Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1541 | 2024-07-25T01:28:05.161Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1542 | 2024-07-25T01:28:05.612Z | Compiling slog-term v2.9.1 |
1543 | 2024-07-25T01:28:05.919Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1544 | 2024-07-25T01:28:06.159Z | Compiling slog-bunyan v2.5.0 |
1545 | 2024-07-25T01:28:06.853Z | Compiling tokio-rustls v0.25.0 |
1546 | 2024-07-25T01:28:07.160Z | Compiling serde_with_macros v3.8.3 |
1547 | 2024-07-25T01:28:07.325Z | Compiling parse-display-derive v0.9.1 |
1548 | 2024-07-25T01:28:07.384Z | Compiling toml v0.8.15 |
1549 | 2024-07-25T01:28:08.222Z | Compiling sha1 v0.10.6 |
1550 | 2024-07-25T01:28:08.450Z | Compiling crossbeam-deque v0.8.5 |
1551 | 2024-07-25T01:28:08.843Z | Compiling colored v2.1.0 |
1552 | 2024-07-25T01:28:09.015Z | Compiling newtype-uuid v1.1.0 |
1553 | 2024-07-25T01:28:09.362Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1554 | 2024-07-25T01:28:09.882Z | Compiling serde_path_to_error v0.1.16 |
1555 | 2024-07-25T01:28:10.200Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1556 | 2024-07-25T01:28:10.864Z | Compiling hostname v0.4.0 |
1557 | 2024-07-25T01:28:10.940Z | Compiling socket2 v0.4.10 |
1558 | 2024-07-25T01:28:11.134Z | Compiling instant v0.1.12 |
1559 | 2024-07-25T01:28:11.294Z | Compiling debug-ignore v1.0.5 |
1560 | 2024-07-25T01:28:11.423Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1561 | 2024-07-25T01:28:11.438Z | Compiling parse-display v0.9.1 |
1562 | 2024-07-25T01:28:11.808Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1563 | 2024-07-25T01:28:13.263Z | Compiling backoff v0.4.0 |
1564 | 2024-07-25T01:28:13.619Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1565 | 2024-07-25T01:28:13.827Z | Compiling serde_with v3.8.3 |
1566 | 2024-07-25T01:28:14.480Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1567 | 2024-07-25T01:28:15.013Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1568 | 2024-07-25T01:28:16.396Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1569 | 2024-07-25T01:28:17.094Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1570 | 2024-07-25T01:28:17.976Z | Compiling camino-tempfile v1.1.1 |
1571 | 2024-07-25T01:28:18.388Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1572 | 2024-07-25T01:28:18.525Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1573 | 2024-07-25T01:28:18.717Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1574 | 2024-07-25T01:28:18.749Z | Compiling macaddr v1.0.1 |
1575 | 2024-07-25T01:28:18.892Z | Compiling num-derive v0.4.2 |
1576 | 2024-07-25T01:28:19.382Z | Compiling sigpipe v0.1.3 |
1577 | 2024-07-25T01:28:19.518Z | Compiling libefi-sys v0.1.0 |
1578 | 2024-07-25T01:28:19.822Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1579 | 2024-07-25T01:28:20.391Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1580 | 2024-07-25T01:28:21.207Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1581 | 2024-07-25T01:28:21.223Z | Compiling rayon v1.10.0 |
1582 | 2024-07-25T01:28:21.729Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1583 | 2024-07-25T01:28:22.433Z | Compiling smf v0.2.3 |
1584 | 2024-07-25T01:28:22.762Z | Compiling bitfield-struct v0.6.1 |
1585 | 2024-07-25T01:28:23.724Z | Compiling blake3 v1.5.1 |
1586 | 2024-07-25T01:28:24.064Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1587 | 2024-07-25T01:28:24.293Z | Compiling ring v0.16.20 |
1588 | 2024-07-25T01:28:24.418Z | Compiling portable-atomic v1.6.0 |
1589 | 2024-07-25T01:28:25.330Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1590 | 2024-07-25T01:28:25.878Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1591 | 2024-07-25T01:28:26.030Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1592 | 2024-07-25T01:28:26.085Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1593 | 2024-07-25T01:28:27.137Z | Compiling xattr v1.3.1 |
1594 | 2024-07-25T01:28:27.311Z | Compiling memmap2 v0.9.4 |
1595 | 2024-07-25T01:28:27.428Z | Compiling filetime v0.2.23 |
1596 | 2024-07-25T01:28:27.778Z | Compiling arrayref v0.3.7 |
1597 | 2024-07-25T01:28:27.898Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1598 | 2024-07-25T01:28:27.907Z | Compiling untrusted v0.7.1 |
1599 | 2024-07-25T01:28:28.086Z | Compiling arrayvec v0.7.4 |
1600 | 2024-07-25T01:28:28.128Z | Compiling same-file v1.0.6 |
1601 | 2024-07-25T01:28:28.362Z | Compiling spin v0.5.2 |
1602 | 2024-07-25T01:28:28.454Z | Compiling constant_time_eq v0.3.0 |
1603 | 2024-07-25T01:28:28.625Z | Compiling walkdir v2.5.0 |
1604 | 2024-07-25T01:28:29.223Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1605 | 2024-07-25T01:28:30.235Z | Compiling tar v0.4.41 |
1606 | 2024-07-25T01:28:31.340Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1607 | 2024-07-25T01:28:32.108Z | Compiling cargo-platform v0.1.8 |
1608 | 2024-07-25T01:28:33.226Z | Compiling gethostname v0.4.3 |
1609 | 2024-07-25T01:28:33.436Z | Compiling number_prefix v0.4.0 |
1610 | 2024-07-25T01:28:33.497Z | Compiling topological-sort v0.2.2 |
1611 | 2024-07-25T01:28:33.662Z | Compiling indicatif v0.17.8 |
1612 | 2024-07-25T01:28:33.690Z | Compiling cargo_metadata v0.18.1 |
1613 | 2024-07-25T01:28:33.754Z | Compiling omicron-zone-package v0.11.0 |
1614 | 2024-07-25T01:28:38.669Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1615 | 2024-07-25T01:28:42.549Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1616 | 2024-07-25T01:28:43.408Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1617 | 2024-07-25T01:28:45.126Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1618 | 2024-07-25T01:29:04.280Z | Finished `release` profile [optimized] target(s) in 4m 31s |
1619 | 2024-07-25T01:29:04.394Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1620 | 2024-07-25T01:29:04.436Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1621 | 2024-07-25T01:29:04.439Z | Created new build target 'test' and set it as active |
1622 | 2024-07-25T01:29:04.439Z | |
1623 | 2024-07-25T01:29:04.439Z | real 4:31.397267340 |
1624 | 2024-07-25T01:29:04.439Z | user 30:32.843690353 |
1625 | 2024-07-25T01:29:04.439Z | sys 3:58.132839801 |
1626 | 2024-07-25T01:29:04.439Z | trap 0.911491136 |
1627 | 2024-07-25T01:29:04.439Z | tflt 2.037864969 |
1628 | 2024-07-25T01:29:04.439Z | dflt 0.896272922 |
1629 | 2024-07-25T01:29:04.439Z | kflt 0.002062203 |
1630 | 2024-07-25T01:29:04.439Z | lock 1:04:10.528180493 |
1631 | 2024-07-25T01:29:04.439Z | slp 1:25:48.665318626 |
1632 | 2024-07-25T01:29:04.439Z | lat 2:03.350368035 |
1633 | 2024-07-25T01:29:04.439Z | stop 3:05.518071277 |
1634 | 2024-07-25T01:29:04.439Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1635 | 2024-07-25T01:29:05.331Z | Finished `release` profile [optimized] target(s) in 0.84s |
1636 | 2024-07-25T01:29:05.370Z | Running `target/release/omicron-package -t test package` |
1637 | 2024-07-25T01:29:05.406Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1638 | 2024-07-25T01:29:06.471Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1639 | 2024-07-25T01:29:06.474Z | Compiling camino v1.1.7 |
1640 | 2024-07-25T01:29:06.474Z | Compiling password-hash v0.5.0 |
1641 | 2024-07-25T01:29:06.474Z | Compiling blake2 v0.10.6 |
1642 | 2024-07-25T01:29:06.474Z | Compiling derive-where v1.2.7 |
1643 | 2024-07-25T01:29:06.571Z | Compiling humantime v2.1.0 |
1644 | 2024-07-25T01:29:06.574Z | Compiling newline-converter v0.3.0 |
1645 | 2024-07-25T01:29:06.584Z | Compiling toml v0.8.15 |
1646 | 2024-07-25T01:29:06.774Z | Compiling expectorate v1.1.0 |
1647 | 2024-07-25T01:29:06.798Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1648 | 2024-07-25T01:29:06.955Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1649 | 2024-07-25T01:29:07.206Z | Compiling argon2 v0.5.3 |
1650 | 2024-07-25T01:29:07.497Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1651 | 2024-07-25T01:29:07.572Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1652 | 2024-07-25T01:29:07.699Z | Compiling dirs-sys-next v0.1.2 |
1653 | 2024-07-25T01:29:07.761Z | Compiling prettyplease v0.2.20 |
1654 | 2024-07-25T01:29:08.035Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1655 | 2024-07-25T01:29:08.186Z | Compiling dirs-next v2.0.0 |
1656 | 2024-07-25T01:29:08.207Z | Compiling semver v0.1.20 |
1657 | 2024-07-25T01:29:08.367Z | Compiling term v0.7.0 |
1658 | 2024-07-25T01:29:08.667Z | Compiling rustc_version v0.1.7 |
1659 | 2024-07-25T01:29:08.728Z | Compiling is-terminal v0.4.12 |
1660 | 2024-07-25T01:29:08.773Z | Compiling home v0.5.9 |
1661 | 2024-07-25T01:29:08.845Z | Compiling convert_case v0.4.0 |
1662 | 2024-07-25T01:29:09.003Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1663 | 2024-07-25T01:29:09.067Z | Compiling newtype_derive v0.1.6 |
1664 | 2024-07-25T01:29:09.562Z | Compiling rustls-pki-types v1.7.0 |
1665 | 2024-07-25T01:29:09.605Z | Compiling linked-hash-map v0.5.6 |
1666 | 2024-07-25T01:29:09.638Z | Compiling derive_more v0.99.18 |
1667 | 2024-07-25T01:29:09.675Z | Compiling steno v0.4.1 |
1668 | 2024-07-25T01:29:10.013Z | Compiling lru-cache v0.1.2 |
1669 | 2024-07-25T01:29:10.228Z | Compiling rustls-webpki v0.102.4 |
1670 | 2024-07-25T01:29:10.295Z | Compiling rustls v0.22.4 |
1671 | 2024-07-25T01:29:10.319Z | Compiling thread_local v1.1.8 |
1672 | 2024-07-25T01:29:10.794Z | Compiling match_cfg v0.1.0 |
1673 | 2024-07-25T01:29:10.888Z | Compiling hostname v0.3.1 |
1674 | 2024-07-25T01:29:12.125Z | Compiling multer v3.1.0 |
1675 | 2024-07-25T01:29:12.195Z | Compiling slog-async v2.8.0 |
1676 | 2024-07-25T01:29:12.261Z | Compiling slog-json v2.6.1 |
1677 | 2024-07-25T01:29:12.588Z | Compiling crossbeam-channel v0.5.12 |
1678 | 2024-07-25T01:29:12.623Z | Compiling http v1.1.0 |
1679 | 2024-07-25T01:29:13.596Z | Compiling atomic-waker v1.1.2 |
1680 | 2024-07-25T01:29:13.687Z | Compiling base64 v0.22.1 |
1681 | 2024-07-25T01:29:13.781Z | Compiling take_mut v0.2.2 |
1682 | 2024-07-25T01:29:14.380Z | Compiling rustls-pemfile v2.1.2 |
1683 | 2024-07-25T01:29:14.957Z | Compiling waitgroup v0.1.2 |
1684 | 2024-07-25T01:29:15.003Z | Compiling slog-bunyan v2.5.0 |
1685 | 2024-07-25T01:29:15.168Z | Compiling slog-term v2.9.1 |
1686 | 2024-07-25T01:29:15.207Z | Compiling tokio-rustls v0.25.0 |
1687 | 2024-07-25T01:29:15.622Z | Compiling async-stream v0.3.5 |
1688 | 2024-07-25T01:29:15.716Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1689 | 2024-07-25T01:29:15.806Z | Compiling sha1 v0.10.6 |
1690 | 2024-07-25T01:29:15.831Z | Compiling newtype-uuid v1.1.0 |
1691 | 2024-07-25T01:29:15.907Z | Compiling serde_path_to_error v0.1.16 |
1692 | 2024-07-25T01:29:16.127Z | Compiling hostname v0.4.0 |
1693 | 2024-07-25T01:29:16.223Z | Compiling slog-dtrace v0.3.0 |
1694 | 2024-07-25T01:29:16.307Z | Compiling instant v0.1.12 |
1695 | 2024-07-25T01:29:16.338Z | Compiling debug-ignore v1.0.5 |
1696 | 2024-07-25T01:29:16.458Z | Compiling backoff v0.4.0 |
1697 | 2024-07-25T01:29:16.482Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1698 | 2024-07-25T01:29:16.582Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1699 | 2024-07-25T01:29:16.781Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1700 | 2024-07-25T01:29:16.796Z | Compiling parse-display v0.9.1 |
1701 | 2024-07-25T01:29:16.950Z | Compiling serde_with v3.8.3 |
1702 | 2024-07-25T01:29:16.983Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1703 | 2024-07-25T01:29:17.318Z | Compiling strum v0.26.3 |
1704 | 2024-07-25T01:29:17.510Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1705 | 2024-07-25T01:29:18.573Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1706 | 2024-07-25T01:29:19.244Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1707 | 2024-07-25T01:29:19.391Z | Compiling num-rational v0.4.2 |
1708 | 2024-07-25T01:29:20.040Z | Compiling num-complex v0.4.6 |
1709 | 2024-07-25T01:29:21.021Z | Compiling macaddr v1.0.1 |
1710 | 2024-07-25T01:29:21.063Z | Compiling swrite v0.1.0 |
1711 | 2024-07-25T01:29:21.119Z | Compiling num v0.4.3 |
1712 | 2024-07-25T01:29:21.808Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1713 | 2024-07-25T01:29:22.709Z | Compiling termcolor v1.4.1 |
1714 | 2024-07-25T01:29:22.713Z | Compiling quick-error v1.2.3 |
1715 | 2024-07-25T01:29:22.869Z | Compiling float-ord v0.3.2 |
1716 | 2024-07-25T01:29:23.037Z | Compiling resolv-conf v0.7.0 |
1717 | 2024-07-25T01:29:23.813Z | Compiling utf-8 v0.7.6 |
1718 | 2024-07-25T01:29:24.168Z | Compiling trust-dns-resolver v0.22.0 |
1719 | 2024-07-25T01:29:24.183Z | Compiling rayon-core v1.12.1 |
1720 | 2024-07-25T01:29:24.206Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1721 | 2024-07-25T01:29:24.619Z | Compiling crossbeam-deque v0.8.5 |
1722 | 2024-07-25T01:29:24.919Z | Compiling same-file v1.0.6 |
1723 | 2024-07-25T01:29:24.969Z | Compiling fastrand v2.1.0 |
1724 | 2024-07-25T01:29:25.139Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1725 | 2024-07-25T01:29:25.481Z | Compiling display-error-chain v0.2.0 |
1726 | 2024-07-25T01:29:25.670Z | Compiling tempfile v3.10.1 |
1727 | 2024-07-25T01:29:26.486Z | Compiling walkdir v2.5.0 |
1728 | 2024-07-25T01:29:28.773Z | Compiling radium v0.7.0 |
1729 | 2024-07-25T01:29:29.225Z | Compiling blake3 v1.5.1 |
1730 | 2024-07-25T01:29:29.607Z | Compiling ring v0.16.20 |
1731 | 2024-07-25T01:29:30.331Z | Compiling rayon v1.10.0 |
1732 | 2024-07-25T01:29:32.265Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1733 | 2024-07-25T01:29:35.123Z | Compiling xattr v1.3.1 |
1734 | 2024-07-25T01:29:35.382Z | Compiling nibble_vec v0.1.0 |
1735 | 2024-07-25T01:29:35.626Z | Compiling memmap2 v0.9.4 |
1736 | 2024-07-25T01:29:36.058Z | Compiling filetime v0.2.23 |
1737 | 2024-07-25T01:29:36.379Z | Compiling arrayvec v0.7.4 |
1738 | 2024-07-25T01:29:36.796Z | Compiling maybe-uninit v2.0.0 |
1739 | 2024-07-25T01:29:37.245Z | Compiling arrayref v0.3.7 |
1740 | 2024-07-25T01:29:37.265Z | Compiling untrusted v0.7.1 |
1741 | 2024-07-25T01:29:37.350Z | Compiling spin v0.5.2 |
1742 | 2024-07-25T01:29:37.455Z | Compiling tap v1.0.1 |
1743 | 2024-07-25T01:29:37.584Z | Compiling cancel-safe-futures v0.1.5 |
1744 | 2024-07-25T01:29:37.645Z | Compiling endian-type v0.1.2 |
1745 | 2024-07-25T01:29:37.900Z | Compiling constant_time_eq v0.3.0 |
1746 | 2024-07-25T01:29:37.946Z | Compiling radix_trie v0.2.1 |
1747 | 2024-07-25T01:29:38.830Z | Compiling wyz v0.5.1 |
1748 | 2024-07-25T01:29:39.602Z | Compiling tar v0.4.41 |
1749 | 2024-07-25T01:29:42.020Z | Compiling toolchain_find v0.4.0 |
1750 | 2024-07-25T01:29:42.614Z | Compiling camino-tempfile v1.1.1 |
1751 | 2024-07-25T01:29:42.755Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1752 | 2024-07-25T01:29:43.039Z | Compiling half v2.4.1 |
1753 | 2024-07-25T01:29:43.198Z | Compiling topological-sort v0.2.2 |
1754 | 2024-07-25T01:29:43.425Z | Compiling ciborium-io v0.2.2 |
1755 | 2024-07-25T01:29:43.554Z | Compiling crunchy v0.2.2 |
1756 | 2024-07-25T01:29:43.639Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1757 | 2024-07-25T01:29:43.759Z | Compiling funty v2.0.0 |
1758 | 2024-07-25T01:29:43.986Z | Compiling packed_struct v0.10.1 |
1759 | 2024-07-25T01:29:44.376Z | Compiling maplit v1.0.2 |
1760 | 2024-07-25T01:29:44.498Z | Compiling num-bigint-dig v0.8.4 |
1761 | 2024-07-25T01:29:44.772Z | Compiling glob v0.3.1 |
1762 | 2024-07-25T01:29:48.398Z | Compiling crc-catalog v2.4.0 |
1763 | 2024-07-25T01:29:48.426Z | Compiling clang-sys v1.7.0 |
1764 | 2024-07-25T01:29:48.426Z | Compiling crc v3.2.1 |
1765 | 2024-07-25T01:29:48.426Z | Compiling bitvec v1.0.1 |
1766 | 2024-07-25T01:29:48.426Z | Compiling ciborium-ll v0.2.2 |
1767 | 2024-07-25T01:29:48.426Z | Compiling omicron-zone-package v0.11.0 |
1768 | 2024-07-25T01:29:48.426Z | Compiling rustfmt-wrapper v0.2.1 |
1769 | 2024-07-25T01:29:48.426Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1770 | 2024-07-25T01:29:48.533Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1771 | 2024-07-25T01:29:48.847Z | Compiling packed_struct_codegen v0.10.1 |
1772 | 2024-07-25T01:29:50.629Z | Compiling indexmap v1.9.3 |
1773 | 2024-07-25T01:29:50.937Z | Compiling tiny-keccak v2.0.2 |
1774 | 2024-07-25T01:29:51.216Z | Compiling nodrop v0.1.14 |
1775 | 2024-07-25T01:29:51.350Z | Compiling array-init v0.0.4 |
1776 | 2024-07-25T01:29:52.262Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1777 | 2024-07-25T01:29:52.671Z | Compiling smallvec v0.6.14 |
1778 | 2024-07-25T01:29:52.696Z | Compiling ciborium v0.2.2 |
1779 | 2024-07-25T01:29:54.860Z | Compiling pkcs1 v0.7.5 |
1780 | 2024-07-25T01:29:55.733Z | Compiling signature v2.2.0 |
1781 | 2024-07-25T01:29:56.047Z | Compiling arc-swap v1.7.1 |
1782 | 2024-07-25T01:29:56.748Z | Compiling bitfield v0.14.0 |
1783 | 2024-07-25T01:29:57.052Z | Compiling hashbrown v0.12.3 |
1784 | 2024-07-25T01:29:58.849Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1785 | 2024-07-25T01:29:59.525Z | Compiling slog-scope v4.4.0 |
1786 | 2024-07-25T01:30:00.414Z | Compiling rsa v0.9.6 |
1787 | 2024-07-25T01:30:03.555Z | Compiling serde-hex v0.1.0 |
1788 | 2024-07-25T01:30:05.177Z | Compiling bzip2 v0.4.4 |
1789 | 2024-07-25T01:30:05.652Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1790 | 2024-07-25T01:30:05.954Z | Compiling env_logger v0.10.2 |
1791 | 2024-07-25T01:30:06.024Z | Compiling ascii-canvas v3.0.0 |
1792 | 2024-07-25T01:30:06.531Z | Compiling x509-cert v0.2.5 |
1793 | 2024-07-25T01:30:07.043Z | Compiling ron v0.8.1 |
1794 | 2024-07-25T01:30:08.673Z | Compiling hashbrown v0.13.2 |
1795 | 2024-07-25T01:30:09.051Z | Compiling fxhash v0.2.1 |
1796 | 2024-07-25T01:30:09.275Z | Compiling ena v0.14.3 |
1797 | 2024-07-25T01:30:09.646Z | Compiling libloading v0.8.3 |
1798 | 2024-07-25T01:30:09.691Z | Compiling bindgen v0.69.4 |
1799 | 2024-07-25T01:30:09.990Z | Compiling diff v0.1.13 |
1800 | 2024-07-25T01:30:09.994Z | Compiling regex-syntax v0.6.29 |
1801 | 2024-07-25T01:30:10.123Z | Compiling crc-any v2.5.0 |
1802 | 2024-07-25T01:30:10.604Z | Compiling object v0.30.4 |
1803 | 2024-07-25T01:30:11.089Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1804 | 2024-07-25T01:30:13.135Z | Compiling lalrpop v0.19.12 |
1805 | 2024-07-25T01:30:18.268Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1806 | 2024-07-25T01:30:18.348Z | Compiling zip v0.6.6 |
1807 | 2024-07-25T01:30:19.978Z | Compiling slog-stdlog v4.1.1 |
1808 | 2024-07-25T01:30:20.956Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1809 | 2024-07-25T01:30:21.894Z | Compiling tungstenite v0.21.0 |
1810 | 2024-07-25T01:30:23.074Z | Compiling which v4.4.2 |
1811 | 2024-07-25T01:30:23.077Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1812 | 2024-07-25T01:30:23.077Z | Compiling cexpr v0.6.0 |
1813 | 2024-07-25T01:30:23.719Z | Compiling libsw v3.3.1 |
1814 | 2024-07-25T01:30:24.073Z | Compiling atty v0.2.14 |
1815 | 2024-07-25T01:30:24.238Z | Compiling linear-map v1.2.0 |
1816 | 2024-07-25T01:30:24.548Z | Compiling lazycell v1.3.0 |
1817 | 2024-07-25T01:30:24.667Z | Compiling path-slash v0.1.5 |
1818 | 2024-07-25T01:30:24.713Z | Compiling rustc-hash v1.1.0 |
1819 | 2024-07-25T01:30:24.868Z | Compiling ref-cast v1.0.23 |
1820 | 2024-07-25T01:30:24.889Z | Compiling owo-colors v4.0.0 |
1821 | 2024-07-25T01:30:25.340Z | Compiling shlex v1.3.0 |
1822 | 2024-07-25T01:30:26.971Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1823 | 2024-07-25T01:30:27.162Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1824 | 2024-07-25T01:30:27.760Z | Compiling tokio-tungstenite v0.21.0 |
1825 | 2024-07-25T01:30:28.380Z | Compiling slog-envlogger v2.2.0 |
1826 | 2024-07-25T01:30:28.704Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1827 | 2024-07-25T01:30:30.916Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1828 | 2024-07-25T01:30:31.218Z | Compiling derive_builder_core v0.20.0 |
1829 | 2024-07-25T01:30:33.588Z | Compiling headers-core v0.2.0 |
1830 | 2024-07-25T01:30:33.753Z | Compiling libxml v0.3.3 |
1831 | 2024-07-25T01:30:34.091Z | Compiling ref-cast-impl v1.0.23 |
1832 | 2024-07-25T01:30:34.520Z | Compiling headers v0.3.9 |
1833 | 2024-07-25T01:30:35.362Z | Compiling derive_builder_macro v0.20.0 |
1834 | 2024-07-25T01:30:36.237Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1835 | 2024-07-25T01:30:38.360Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1836 | 2024-07-25T01:30:38.641Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1837 | 2024-07-25T01:30:39.528Z | Compiling strum_macros v0.24.3 |
1838 | 2024-07-25T01:30:40.104Z | Compiling samael v0.0.15 |
1839 | 2024-07-25T01:30:40.634Z | Compiling polar-core v0.27.3 |
1840 | 2024-07-25T01:30:41.713Z | Compiling async-recursion v1.1.1 |
1841 | 2024-07-25T01:30:42.249Z | Compiling unicase v2.7.0 |
1842 | 2024-07-25T01:30:42.530Z | Compiling cookie v0.18.1 |
1843 | 2024-07-25T01:30:42.809Z | Compiling indoc v1.0.9 |
1844 | 2024-07-25T01:30:43.220Z | Compiling derive_builder v0.20.0 |
1845 | 2024-07-25T01:30:43.580Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1846 | 2024-07-25T01:30:43.684Z | Compiling pem v3.0.4 |
1847 | 2024-07-25T01:30:43.845Z | Compiling oso-derive v0.27.3 |
1848 | 2024-07-25T01:30:44.751Z | Compiling impl-trait-for-tuples v0.2.2 |
1849 | 2024-07-25T01:30:45.253Z | Compiling quick-xml v0.31.0 |
1850 | 2024-07-25T01:30:46.858Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1851 | 2024-07-25T01:30:47.150Z | Compiling parking_lot_core v0.8.6 |
1852 | 2024-07-25T01:30:47.566Z | Compiling cfg_aliases v0.1.1 |
1853 | 2024-07-25T01:30:47.677Z | Compiling nix v0.28.0 |
1854 | 2024-07-25T01:30:48.604Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1855 | 2024-07-25T01:30:51.097Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1856 | 2024-07-25T01:30:52.716Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1857 | 2024-07-25T01:30:53.003Z | Compiling bb8 v0.8.5 |
1858 | 2024-07-25T01:30:53.585Z | Compiling const_format_proc_macros v0.2.32 |
1859 | 2024-07-25T01:30:54.012Z | Compiling curve25519-dalek v4.1.3 |
1860 | 2024-07-25T01:30:54.403Z | Compiling vte_generate_state_changes v0.1.1 |
1861 | 2024-07-25T01:30:54.430Z | Compiling buf-list v1.0.3 |
1862 | 2024-07-25T01:30:54.913Z | Compiling keccak v0.1.5 |
1863 | 2024-07-25T01:30:54.980Z | Compiling vte v0.11.1 |
1864 | 2024-07-25T01:30:55.163Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1865 | 2024-07-25T01:30:55.539Z | Compiling const_format v0.2.32 |
1866 | 2024-07-25T01:30:55.879Z | Compiling sha3 v0.10.8 |
1867 | 2024-07-25T01:30:56.598Z | Compiling tungstenite v0.20.1 |
1868 | 2024-07-25T01:30:56.833Z | Compiling fd-lock v4.0.2 |
1869 | 2024-07-25T01:30:56.836Z | Compiling universal-hash v0.5.1 |
1870 | 2024-07-25T01:30:56.938Z | Compiling secrecy v0.8.0 |
1871 | 2024-07-25T01:30:57.055Z | Compiling thiserror-impl-no-std v2.0.2 |
1872 | 2024-07-25T01:30:57.203Z | Compiling pin-project-internal v1.1.5 |
1873 | 2024-07-25T01:30:57.276Z | Compiling curve25519-dalek-derive v0.1.1 |
1874 | 2024-07-25T01:30:58.637Z | Compiling memoffset v0.9.1 |
1875 | 2024-07-25T01:30:58.941Z | Compiling bytecount v0.6.8 |
1876 | 2024-07-25T01:30:59.262Z | Compiling opaque-debug v0.3.1 |
1877 | 2024-07-25T01:30:59.365Z | Compiling poly1305 v0.8.0 |
1878 | 2024-07-25T01:30:59.841Z | Compiling thiserror-no-std v2.0.2 |
1879 | 2024-07-25T01:30:59.936Z | Compiling pin-project v1.1.5 |
1880 | 2024-07-25T01:30:59.971Z | Compiling papergrid v0.11.0 |
1881 | 2024-07-25T01:31:00.807Z | Compiling tokio-tungstenite v0.20.1 |
1882 | 2024-07-25T01:31:01.410Z | Compiling parking_lot v0.11.2 |
1883 | 2024-07-25T01:31:03.516Z | Compiling strip-ansi-escapes v0.2.0 |
1884 | 2024-07-25T01:31:05.245Z | Compiling oso v0.27.3 |
1885 | 2024-07-25T01:31:08.519Z | Compiling trust-dns-client v0.22.0 |
1886 | 2024-07-25T01:31:08.522Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1887 | 2024-07-25T01:31:08.817Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1888 | 2024-07-25T01:31:12.048Z | Compiling tabled_derive v0.7.0 |
1889 | 2024-07-25T01:31:14.075Z | Compiling chacha20 v0.9.1 |
1890 | 2024-07-25T01:31:14.326Z | Compiling aead v0.5.2 |
1891 | 2024-07-25T01:31:14.507Z | Compiling peg-macros v0.8.4 |
1892 | 2024-07-25T01:31:14.679Z | Compiling kstat-rs v0.2.4 |
1893 | 2024-07-25T01:31:15.663Z | Compiling snafu-derive v0.8.2 |
1894 | 2024-07-25T01:31:17.915Z | Compiling toml v0.5.11 |
1895 | 2024-07-25T01:31:19.434Z | Compiling sqlparser_derive v0.2.2 |
1896 | 2024-07-25T01:31:20.460Z | Compiling unicode_categories v0.1.1 |
1897 | 2024-07-25T01:31:20.640Z | Compiling nu-ansi-term v0.50.0 |
1898 | 2024-07-25T01:31:21.137Z | Compiling reedline v0.31.0 |
1899 | 2024-07-25T01:31:21.919Z | Compiling rustyline v14.0.0 |
1900 | 2024-07-25T01:31:22.083Z | Compiling sqlformat v0.2.4 |
1901 | 2024-07-25T01:31:23.573Z | Compiling snafu v0.8.2 |
1902 | 2024-07-25T01:31:24.897Z | Compiling sqlparser v0.45.0 |
1903 | 2024-07-25T01:31:27.156Z | Compiling trust-dns-server v0.22.1 |
1904 | 2024-07-25T01:31:32.868Z | Compiling peg v0.8.4 |
1905 | 2024-07-25T01:31:32.988Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1906 | 2024-07-25T01:31:33.992Z | Compiling chacha20poly1305 v0.10.1 |
1907 | 2024-07-25T01:31:34.222Z | Compiling tabled v0.15.0 |
1908 | 2024-07-25T01:31:36.328Z | Compiling mime_guess v2.0.4 |
1909 | 2024-07-25T01:31:37.435Z | Compiling vsss-rs v3.3.4 |
1910 | 2024-07-25T01:31:41.913Z | Compiling sled v0.34.7 |
1911 | 2024-07-25T01:31:44.450Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1912 | 2024-07-25T01:31:45.464Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1913 | 2024-07-25T01:31:48.151Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1914 | 2024-07-25T01:31:49.172Z | Compiling env_logger v0.9.3 |
1915 | 2024-07-25T01:31:53.638Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1916 | 2024-07-25T01:31:55.299Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1917 | 2024-07-25T01:32:06.763Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1918 | 2024-07-25T01:32:08.245Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
1919 | 2024-07-25T01:32:14.058Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1920 | 2024-07-25T01:32:14.561Z | Compiling globset v0.4.14 |
1921 | 2024-07-25T01:32:15.812Z | Compiling olpc-cjson v0.1.3 |
1922 | 2024-07-25T01:32:16.151Z | Compiling bcs v0.1.6 |
1923 | 2024-07-25T01:32:16.169Z | Compiling bitstruct_derive v0.1.0 |
1924 | 2024-07-25T01:32:17.103Z | Compiling serde_plain v1.0.2 |
1925 | 2024-07-25T01:32:17.577Z | Compiling nanorand v0.7.0 |
1926 | 2024-07-25T01:32:17.591Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1927 | 2024-07-25T01:32:17.798Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1928 | 2024-07-25T01:32:18.105Z | Compiling ascii v1.1.0 |
1929 | 2024-07-25T01:32:18.856Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1930 | 2024-07-25T01:32:19.158Z | Compiling highway v1.1.0 |
1931 | 2024-07-25T01:32:20.243Z | Compiling typed-path v0.7.1 |
1932 | 2024-07-25T01:32:20.508Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1933 | 2024-07-25T01:32:22.399Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1934 | 2024-07-25T01:32:27.115Z | Compiling tough v0.17.1 |
1935 | 2024-07-25T01:32:33.103Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1936 | 2024-07-25T01:32:35.304Z | Compiling flume v0.11.0 |
1937 | 2024-07-25T01:32:35.589Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1938 | 2024-07-25T01:32:35.892Z | Compiling bitstruct v0.1.1 |
1939 | 2024-07-25T01:32:36.028Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1940 | 2024-07-25T01:32:36.066Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1941 | 2024-07-25T01:32:36.607Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1942 | 2024-07-25T01:32:42.940Z | Compiling nix v0.27.1 |
1943 | 2024-07-25T01:32:46.026Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1944 | 2024-07-25T01:32:46.366Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1945 | 2024-07-25T01:32:46.381Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1946 | 2024-07-25T01:32:47.542Z | Compiling serde_arrays v0.1.0 |
1947 | 2024-07-25T01:32:47.733Z | Compiling serde-big-array v0.5.1 |
1948 | 2024-07-25T01:32:47.989Z | Compiling erased-serde v0.3.31 |
1949 | 2024-07-25T01:32:48.588Z | Compiling parse-size v1.0.0 |
1950 | 2024-07-25T01:32:48.879Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1951 | 2024-07-25T01:32:49.727Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1952 | 2024-07-25T01:33:00.140Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
1953 | 2024-07-25T01:33:03.217Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1954 | 2024-07-25T01:33:04.521Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
1955 | 2024-07-25T01:33:04.805Z | Compiling signal-hook-tokio v0.3.1 |
1956 | 2024-07-25T01:33:05.022Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1957 | 2024-07-25T01:33:07.282Z | Compiling heck v0.3.3 |
1958 | 2024-07-25T01:33:07.651Z | Compiling rand_seeder v0.2.3 |
1959 | 2024-07-25T01:33:08.056Z | Compiling castaway v0.2.2 |
1960 | 2024-07-25T01:33:08.253Z | Compiling csv-core v0.1.11 |
1961 | 2024-07-25T01:33:09.169Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1962 | 2024-07-25T01:33:09.498Z | Compiling http-range v0.1.5 |
1963 | 2024-07-25T01:33:10.017Z | Compiling hyper-staticfile v0.9.5 |
1964 | 2024-07-25T01:33:10.058Z | Compiling csv v1.3.0 |
1965 | 2024-07-25T01:33:12.211Z | Compiling compact_str v0.7.1 |
1966 | 2024-07-25T01:33:13.135Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1967 | 2024-07-25T01:33:13.355Z | Compiling zone_cfg_derive v0.1.2 |
1968 | 2024-07-25T01:33:13.753Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1969 | 2024-07-25T01:33:14.758Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1970 | 2024-07-25T01:33:19.795Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
1971 | 2024-07-25T01:33:20.123Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1972 | 2024-07-25T01:33:20.746Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1973 | 2024-07-25T01:33:26.932Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1974 | 2024-07-25T01:33:27.220Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1975 | 2024-07-25T01:33:27.423Z | Compiling unicode-truncate v1.0.0 |
1976 | 2024-07-25T01:33:27.501Z | Compiling itertools v0.13.0 |
1977 | 2024-07-25T01:33:27.685Z | Compiling lru v0.12.3 |
1978 | 2024-07-25T01:33:28.048Z | Compiling stability v0.2.0 |
1979 | 2024-07-25T01:33:28.994Z | Compiling base64 v0.13.1 |
1980 | 2024-07-25T01:33:29.758Z | Compiling cassowary v0.3.0 |
1981 | 2024-07-25T01:33:31.389Z | Compiling ratatui v0.27.0 |
1982 | 2024-07-25T01:33:33.570Z | Compiling ron v0.7.1 |
1983 | 2024-07-25T01:33:35.839Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1984 | 2024-07-25T01:33:36.563Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1985 | 2024-07-25T01:33:44.685Z | Compiling zone v0.1.8 |
1986 | 2024-07-25T01:33:47.828Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1987 | 2024-07-25T01:33:50.833Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1988 | 2024-07-25T01:33:52.389Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
1989 | 2024-07-25T01:33:54.019Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
1990 | 2024-07-25T01:33:56.829Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1991 | 2024-07-25T01:33:57.039Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1992 | 2024-07-25T01:33:57.119Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
1993 | 2024-07-25T01:33:57.305Z | Compiling portpicker v0.1.1 |
1994 | 2024-07-25T01:33:57.788Z | Compiling smawk v0.3.2 |
1995 | 2024-07-25T01:33:58.033Z | Compiling unicode-linebreak v0.1.5 |
1996 | 2024-07-25T01:33:58.593Z | Compiling textwrap v0.16.1 |
1997 | 2024-07-25T01:34:02.118Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1998 | 2024-07-25T01:34:06.681Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
1999 | 2024-07-25T01:34:08.533Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2000 | 2024-07-25T01:34:14.957Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2001 | 2024-07-25T01:34:20.291Z | Compiling rcgen v0.12.1 |
2002 | 2024-07-25T01:34:21.932Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2003 | 2024-07-25T01:34:24.111Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2004 | 2024-07-25T01:34:24.653Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2005 | 2024-07-25T01:34:24.947Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2006 | 2024-07-25T01:34:27.961Z | Compiling atomicwrites v0.4.3 |
2007 | 2024-07-25T01:34:28.497Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2008 | 2024-07-25T01:34:30.545Z | Compiling fatfs v0.3.6 |
2009 | 2024-07-25T01:34:31.829Z | Compiling subprocess v0.2.9 |
2010 | 2024-07-25T01:34:31.865Z | Compiling rtoolbox v0.0.2 |
2011 | 2024-07-25T01:34:32.304Z | Compiling assert_matches v1.5.0 |
2012 | 2024-07-25T01:34:32.413Z | Compiling is_ci v1.2.0 |
2013 | 2024-07-25T01:34:32.713Z | Compiling supports-color v3.0.0 |
2014 | 2024-07-25T01:34:33.319Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2015 | 2024-07-25T01:34:36.865Z | Compiling rpassword v7.3.1 |
2016 | 2024-07-25T01:34:36.884Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2017 | 2024-07-25T01:34:37.345Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2018 | 2024-07-25T01:34:38.293Z | Compiling tui-tree-widget v0.21.0 |
2019 | 2024-07-25T01:34:38.735Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2020 | 2024-07-25T01:34:40.149Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2021 | 2024-07-25T01:34:40.642Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2022 | 2024-07-25T01:34:40.942Z | Compiling uzers v0.11.3 |
2023 | 2024-07-25T01:34:43.840Z | Compiling shell-words v1.1.0 |
2024 | 2024-07-25T01:34:44.274Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2025 | 2024-07-25T01:34:44.651Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2026 | 2024-07-25T01:34:46.537Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2027 | 2024-07-25T01:35:00.610Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2028 | 2024-07-25T01:35:07.547Z | Compiling multimap v0.10.0 |
2029 | 2024-07-25T01:36:23.500Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2030 | 2024-07-25T01:36:55.084Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2031 | 2024-07-25T01:43:40.509Z | Finished `release` profile [optimized] target(s) in 14m 34s |
2032 | 2024-07-25T01:44:27.684Z | |
2033 | 2024-07-25T01:44:27.687Z | real 15:23.136853271 |
2034 | 2024-07-25T01:44:27.687Z | user 1:45:20.887720052 |
2035 | 2024-07-25T01:44:27.687Z | sys 5:59.031898698 |
2036 | 2024-07-25T01:44:27.687Z | trap 2.466817905 |
2037 | 2024-07-25T01:44:27.687Z | tflt 2.348946230 |
2038 | 2024-07-25T01:44:27.687Z | dflt 3.206090900 |
2039 | 2024-07-25T01:44:27.687Z | kflt 0.047890492 |
2040 | 2024-07-25T01:44:27.687Z | lock 6:26:52.438355953 |
2041 | 2024-07-25T01:44:27.687Z | slp 4:08:01.916100919 |
2042 | 2024-07-25T01:44:27.687Z | lat 2:36.576892673 |
2043 | 2024-07-25T01:44:27.687Z | stop 2:02.461485422 |
2044 | 2024-07-25T01:44:27.687Z | + mapfile -t packages |
2045 | 2024-07-25T01:44:27.687Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2046 | 2024-07-25T01:44:28.590Z | Finished `release` profile [optimized] target(s) in 0.85s |
2047 | 2024-07-25T01:44:28.631Z | Running `target/release/omicron-package -t test list-outputs` |
2048 | 2024-07-25T01:44:28.670Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2049 | 2024-07-25T01:44:28.674Z | + ptime -m cargo build --locked --release -p xtask |
2050 | 2024-07-25T01:44:29.288Z | Compiling serde v1.0.204 |
2051 | 2024-07-25T01:44:29.292Z | Compiling bitflags v2.5.0 |
2052 | 2024-07-25T01:44:29.375Z | Compiling syn v2.0.72 |
2053 | 2024-07-25T01:44:29.382Z | Compiling scopeguard v1.2.0 |
2054 | 2024-07-25T01:44:29.385Z | Compiling smallvec v1.13.2 |
2055 | 2024-07-25T01:44:29.389Z | Compiling bytes v1.6.0 |
2056 | 2024-07-25T01:44:29.418Z | Compiling log v0.4.21 |
2057 | 2024-07-25T01:44:29.502Z | Compiling lock_api v0.4.12 |
2058 | 2024-07-25T01:44:29.869Z | Compiling parking_lot_core v0.9.10 |
2059 | 2024-07-25T01:44:29.883Z | Compiling serde_json v1.0.120 |
2060 | 2024-07-25T01:44:29.897Z | Compiling hashbrown v0.14.5 |
2061 | 2024-07-25T01:44:29.908Z | Compiling mio v0.8.11 |
2062 | 2024-07-25T01:44:29.923Z | Compiling libc v0.2.155 |
2063 | 2024-07-25T01:44:30.218Z | Compiling parking_lot v0.12.2 |
2064 | 2024-07-25T01:44:30.325Z | Compiling generic-array v0.14.7 |
2065 | 2024-07-25T01:44:30.616Z | Compiling slog v2.7.0 |
2066 | 2024-07-25T01:44:30.782Z | Compiling rustix v0.38.34 |
2067 | 2024-07-25T01:44:31.159Z | Compiling http v0.2.12 |
2068 | 2024-07-25T01:44:31.219Z | Compiling usdt-impl v0.5.0 |
2069 | 2024-07-25T01:44:31.409Z | Compiling indexmap v2.2.6 |
2070 | 2024-07-25T01:44:31.469Z | Compiling syn v1.0.109 |
2071 | 2024-07-25T01:44:31.538Z | Compiling time-macros v0.2.18 |
2072 | 2024-07-25T01:44:32.050Z | Compiling thread-id v4.2.1 |
2073 | 2024-07-25T01:44:32.076Z | Compiling tracing v0.1.40 |
2074 | 2024-07-25T01:44:32.789Z | Compiling crossbeam-utils v0.8.19 |
2075 | 2024-07-25T01:44:32.997Z | Compiling http-body v0.4.6 |
2076 | 2024-07-25T01:44:33.451Z | Compiling unicode-normalization v0.1.23 |
2077 | 2024-07-25T01:44:33.537Z | Compiling unicode-bidi v0.3.15 |
2078 | 2024-07-25T01:44:33.646Z | Compiling crypto-common v0.1.6 |
2079 | 2024-07-25T01:44:33.856Z | Compiling block-buffer v0.10.4 |
2080 | 2024-07-25T01:44:34.713Z | Compiling time v0.3.36 |
2081 | 2024-07-25T01:44:34.738Z | Compiling idna v0.5.0 |
2082 | 2024-07-25T01:44:35.811Z | Compiling terminal_size v0.3.0 |
2083 | 2024-07-25T01:44:36.043Z | Compiling fs-err v2.11.0 |
2084 | 2024-07-25T01:44:36.344Z | Compiling proc-macro-error v1.0.4 |
2085 | 2024-07-25T01:44:36.456Z | Compiling anyhow v1.0.86 |
2086 | 2024-07-25T01:44:36.980Z | Compiling clap_builder v4.5.9 |
2087 | 2024-07-25T01:44:37.258Z | Compiling crossbeam-channel v0.5.12 |
2088 | 2024-07-25T01:44:37.325Z | Compiling url v2.5.2 |
2089 | 2024-07-25T01:44:38.059Z | Compiling digest v0.10.7 |
2090 | 2024-07-25T01:44:38.494Z | Compiling xattr v1.3.1 |
2091 | 2024-07-25T01:44:38.829Z | Compiling slog-async v2.8.0 |
2092 | 2024-07-25T01:44:38.987Z | Compiling sha2 v0.10.8 |
2093 | 2024-07-25T01:44:39.312Z | Compiling tabled_derive v0.7.0 |
2094 | 2024-07-25T01:44:41.323Z | Compiling serde_derive v1.0.204 |
2095 | 2024-07-25T01:44:41.543Z | Compiling thiserror-impl v1.0.62 |
2096 | 2024-07-25T01:44:41.966Z | Compiling zerocopy-derive v0.7.34 |
2097 | 2024-07-25T01:44:42.066Z | Compiling tokio-macros v2.3.0 |
2098 | 2024-07-25T01:44:42.920Z | Compiling futures-macro v0.3.30 |
2099 | 2024-07-25T01:44:43.675Z | Compiling tokio v1.38.1 |
2100 | 2024-07-25T01:44:44.055Z | Compiling zerocopy v0.7.34 |
2101 | 2024-07-25T01:44:44.058Z | Compiling scroll_derive v0.12.0 |
2102 | 2024-07-25T01:44:44.425Z | Compiling thiserror v1.0.62 |
2103 | 2024-07-25T01:44:44.578Z | Compiling pest v2.7.10 |
2104 | 2024-07-25T01:44:44.919Z | Compiling futures-util v0.3.30 |
2105 | 2024-07-25T01:44:45.644Z | Compiling openssl-macros v0.1.1 |
2106 | 2024-07-25T01:44:45.659Z | Compiling scroll v0.12.0 |
2107 | 2024-07-25T01:44:46.341Z | Compiling goblin v0.8.2 |
2108 | 2024-07-25T01:44:46.371Z | Compiling openssl v0.10.66 |
2109 | 2024-07-25T01:44:47.462Z | Compiling pest_meta v2.7.10 |
2110 | 2024-07-25T01:44:51.848Z | Compiling pest_generator v2.7.10 |
2111 | 2024-07-25T01:44:53.721Z | Compiling pest_derive v2.7.10 |
2112 | 2024-07-25T01:44:54.541Z | Compiling dtrace-parser v0.2.0 |
2113 | 2024-07-25T01:44:56.469Z | Compiling tokio-util v0.7.11 |
2114 | 2024-07-25T01:44:58.568Z | Compiling serde_tokenstream v0.2.1 |
2115 | 2024-07-25T01:44:59.115Z | Compiling h2 v0.3.26 |
2116 | 2024-07-25T01:45:01.171Z | Compiling dof v0.3.0 |
2117 | 2024-07-25T01:45:02.532Z | Compiling toml_datetime v0.6.6 |
2118 | 2024-07-25T01:45:02.618Z | Compiling serde_spanned v0.6.6 |
2119 | 2024-07-25T01:45:02.767Z | Compiling native-tls v0.2.11 |
2120 | 2024-07-25T01:45:03.666Z | Compiling tokio-native-tls v0.3.1 |
2121 | 2024-07-25T01:45:03.869Z | Compiling toml_edit v0.22.16 |
2122 | 2024-07-25T01:45:03.996Z | Compiling usdt-attr-macro v0.5.0 |
2123 | 2024-07-25T01:45:05.407Z | Compiling hyper v0.14.28 |
2124 | 2024-07-25T01:45:10.318Z | Compiling hyper-tls v0.5.0 |
2125 | 2024-07-25T01:45:10.734Z | Compiling toml v0.8.15 |
2126 | 2024-07-25T01:45:10.810Z | Compiling usdt-macro v0.5.0 |
2127 | 2024-07-25T01:45:12.041Z | Compiling slog-json v2.6.1 |
2128 | 2024-07-25T01:45:12.556Z | Compiling semver v1.0.23 |
2129 | 2024-07-25T01:45:12.615Z | Compiling cargo-platform v0.1.8 |
2130 | 2024-07-25T01:45:13.738Z | Compiling serde_urlencoded v0.7.1 |
2131 | 2024-07-25T01:45:14.140Z | Compiling camino v1.1.7 |
2132 | 2024-07-25T01:45:14.171Z | Compiling futures-executor v0.3.30 |
2133 | 2024-07-25T01:45:14.385Z | Compiling clap_derive v4.5.8 |
2134 | 2024-07-25T01:45:15.245Z | Compiling strum_macros v0.26.4 |
2135 | 2024-07-25T01:45:15.539Z | Compiling cargo_metadata v0.18.1 |
2136 | 2024-07-25T01:45:17.868Z | Compiling futures v0.3.30 |
2137 | 2024-07-25T01:45:18.003Z | Compiling reqwest v0.11.27 |
2138 | 2024-07-25T01:45:18.095Z | Compiling slog-bunyan v2.5.0 |
2139 | 2024-07-25T01:45:18.379Z | Compiling usdt v0.5.0 |
2140 | 2024-07-25T01:45:19.074Z | Compiling clap v4.5.9 |
2141 | 2024-07-25T01:45:19.208Z | Compiling cargo_toml v0.20.4 |
2142 | 2024-07-25T01:45:19.640Z | Compiling macaddr v1.0.1 |
2143 | 2024-07-25T01:45:19.923Z | Compiling tabled v0.15.0 |
2144 | 2024-07-25T01:45:20.007Z | Compiling strum v0.26.3 |
2145 | 2024-07-25T01:45:20.204Z | Compiling tar v0.4.41 |
2146 | 2024-07-25T01:45:20.268Z | Compiling slog-term v2.9.1 |
2147 | 2024-07-25T01:45:36.151Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2148 | 2024-07-25T01:45:50.191Z | Finished `release` profile [optimized] target(s) in 1m 21s |
2149 | 2024-07-25T01:45:50.287Z | |
2150 | 2024-07-25T01:45:50.287Z | real 1:21.581619292 |
2151 | 2024-07-25T01:45:50.289Z | user 8:55.808213405 |
2152 | 2024-07-25T01:45:50.289Z | sys 51.385022595 |
2153 | 2024-07-25T01:45:50.289Z | trap 0.247553896 |
2154 | 2024-07-25T01:45:50.290Z | tflt 0.463825737 |
2155 | 2024-07-25T01:45:50.290Z | dflt 0.243568390 |
2156 | 2024-07-25T01:45:50.290Z | kflt 0.000008049 |
2157 | 2024-07-25T01:45:50.290Z | lock 19:56.141735699 |
2158 | 2024-07-25T01:45:50.290Z | slp 22:18.854792794 |
2159 | 2024-07-25T01:45:50.290Z | lat 26.423562051 |
2160 | 2024-07-25T01:45:50.290Z | stop 26.674632609 |
2161 | 2024-07-25T01:45:50.290Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2162 | 2024-07-25T01:45:50.290Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2163 | 2024-07-25T01:45:50.290Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2164 | 2024-07-25T01:45:50.290Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2165 | 2024-07-25T01:45:50.290Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2166 | 2024-07-25T01:45:50.842Z | Downloading crates ... |
2167 | 2024-07-25T01:45:51.066Z | Downloaded dirs-sys v0.4.1 |
2168 | 2024-07-25T01:45:51.069Z | Downloaded ctr v0.9.2 |
2169 | 2024-07-25T01:45:51.076Z | Downloaded polyval v0.6.2 |
2170 | 2024-07-25T01:45:51.083Z | Downloaded dhcproto-macros v0.1.0 |
2171 | 2024-07-25T01:45:51.087Z | Downloaded option-ext v0.2.0 |
2172 | 2024-07-25T01:45:51.087Z | Downloaded rand v0.7.3 |
2173 | 2024-07-25T01:45:51.198Z | Downloaded pbkdf2 v0.11.0 |
2174 | 2024-07-25T01:45:51.201Z | Downloaded md5 v0.7.0 |
2175 | 2024-07-25T01:45:51.201Z | Downloaded russh-cryptovec v0.7.2 |
2176 | 2024-07-25T01:45:51.201Z | Downloaded ghash v0.5.1 |
2177 | 2024-07-25T01:45:51.201Z | Downloaded internet-checksum v0.2.1 |
2178 | 2024-07-25T01:45:51.201Z | Downloaded ed25519 v2.2.3 |
2179 | 2024-07-25T01:45:51.201Z | Downloaded rand_chacha v0.2.2 |
2180 | 2024-07-25T01:45:51.201Z | Downloaded cbc v0.1.2 |
2181 | 2024-07-25T01:45:51.201Z | Downloaded rfc6979 v0.4.0 |
2182 | 2024-07-25T01:45:51.201Z | Downloaded dirs v5.0.1 |
2183 | 2024-07-25T01:45:51.201Z | Downloaded bcrypt-pbkdf v0.10.0 |
2184 | 2024-07-25T01:45:51.201Z | Downloaded pbkdf2 v0.12.2 |
2185 | 2024-07-25T01:45:51.201Z | Downloaded hex-literal v0.4.1 |
2186 | 2024-07-25T01:45:51.201Z | Downloaded russh-keys v0.43.0 |
2187 | 2024-07-25T01:45:51.201Z | Downloaded primeorder v0.13.6 |
2188 | 2024-07-25T01:45:51.201Z | Downloaded password-hash v0.4.2 |
2189 | 2024-07-25T01:45:51.201Z | Downloaded ecdsa v0.16.9 |
2190 | 2024-07-25T01:45:51.201Z | Downloaded getrandom v0.1.16 |
2191 | 2024-07-25T01:45:51.201Z | Downloaded blowfish v0.9.1 |
2192 | 2024-07-25T01:45:51.201Z | Downloaded dhcproto v0.11.0 |
2193 | 2024-07-25T01:45:51.201Z | Downloaded p256 v0.13.2 |
2194 | 2024-07-25T01:45:51.201Z | Downloaded ed25519-dalek v2.1.1 |
2195 | 2024-07-25T01:45:51.201Z | Downloaded rand_core v0.5.1 |
2196 | 2024-07-25T01:45:51.201Z | Downloaded russh v0.43.0 |
2197 | 2024-07-25T01:45:51.201Z | Downloaded p521 v0.13.3 |
2198 | 2024-07-25T01:45:51.201Z | Downloaded aes-gcm v0.10.3 |
2199 | 2024-07-25T01:45:51.201Z | Downloaded aes v0.8.4 |
2200 | 2024-07-25T01:45:51.285Z | Compiling serde v1.0.204 |
2201 | 2024-07-25T01:45:51.288Z | Compiling scopeguard v1.2.0 |
2202 | 2024-07-25T01:45:51.288Z | Compiling log v0.4.21 |
2203 | 2024-07-25T01:45:51.387Z | Compiling smallvec v1.13.2 |
2204 | 2024-07-25T01:45:51.390Z | Compiling syn v2.0.72 |
2205 | 2024-07-25T01:45:51.390Z | Compiling getrandom v0.2.14 |
2206 | 2024-07-25T01:45:51.396Z | Compiling generic-array v0.14.7 |
2207 | 2024-07-25T01:45:51.399Z | Compiling libm v0.2.8 |
2208 | 2024-07-25T01:45:51.643Z | Compiling lock_api v0.4.12 |
2209 | 2024-07-25T01:45:51.694Z | Compiling rand_core v0.6.4 |
2210 | 2024-07-25T01:45:51.803Z | Compiling parking_lot_core v0.9.10 |
2211 | 2024-07-25T01:45:51.808Z | Compiling num-traits v0.2.19 |
2212 | 2024-07-25T01:45:51.849Z | Compiling subtle v2.5.0 |
2213 | 2024-07-25T01:45:51.933Z | Compiling mio v0.8.11 |
2214 | 2024-07-25T01:45:52.132Z | Compiling spin v0.9.8 |
2215 | 2024-07-25T01:45:52.180Z | Compiling parking_lot v0.12.2 |
2216 | 2024-07-25T01:45:52.197Z | Compiling ahash v0.8.11 |
2217 | 2024-07-25T01:45:52.312Z | Compiling serde_json v1.0.120 |
2218 | 2024-07-25T01:45:52.457Z | Compiling allocator-api2 v0.2.18 |
2219 | 2024-07-25T01:45:52.531Z | Compiling const-oid v0.9.6 |
2220 | 2024-07-25T01:45:52.583Z | Compiling iana-time-zone v0.1.60 |
2221 | 2024-07-25T01:45:52.660Z | Compiling syn v1.0.109 |
2222 | 2024-07-25T01:45:53.145Z | Compiling unicode-normalization v0.1.23 |
2223 | 2024-07-25T01:45:53.217Z | Compiling schemars v0.8.21 |
2224 | 2024-07-25T01:45:53.233Z | Compiling unicode-bidi v0.3.15 |
2225 | 2024-07-25T01:45:53.285Z | Compiling dyn-clone v1.0.17 |
2226 | 2024-07-25T01:45:53.500Z | Compiling ppv-lite86 v0.2.17 |
2227 | 2024-07-25T01:45:53.566Z | Compiling time-macros v0.2.18 |
2228 | 2024-07-25T01:45:54.249Z | Compiling ring v0.17.8 |
2229 | 2024-07-25T01:45:54.278Z | Compiling rand_chacha v0.3.1 |
2230 | 2024-07-25T01:45:54.508Z | Compiling aho-corasick v1.1.3 |
2231 | 2024-07-25T01:45:54.811Z | Compiling regex-syntax v0.8.3 |
2232 | 2024-07-25T01:45:55.121Z | Compiling rand v0.8.5 |
2233 | 2024-07-25T01:45:56.761Z | Compiling idna v0.5.0 |
2234 | 2024-07-25T01:45:57.031Z | Compiling time v0.3.36 |
2235 | 2024-07-25T01:45:57.215Z | Compiling slog v2.7.0 |
2236 | 2024-07-25T01:45:57.815Z | Compiling url v2.5.2 |
2237 | 2024-07-25T01:45:58.416Z | Compiling regex-automata v0.4.6 |
2238 | 2024-07-25T01:45:58.464Z | Compiling untrusted v0.9.0 |
2239 | 2024-07-25T01:45:59.763Z | Compiling serde_derive_internals v0.29.1 |
2240 | 2024-07-25T01:46:01.061Z | Compiling lazy_static v1.5.0 |
2241 | 2024-07-25T01:46:01.200Z | Compiling backtrace v0.3.71 |
2242 | 2024-07-25T01:46:01.490Z | Compiling gimli v0.28.1 |
2243 | 2024-07-25T01:46:01.673Z | Compiling object v0.32.2 |
2244 | 2024-07-25T01:46:02.538Z | Compiling anyhow v1.0.86 |
2245 | 2024-07-25T01:46:02.641Z | Compiling rustc-demangle v0.1.24 |
2246 | 2024-07-25T01:46:02.709Z | Compiling winnow v0.5.40 |
2247 | 2024-07-25T01:46:03.314Z | Compiling crossbeam-utils v0.8.19 |
2248 | 2024-07-25T01:46:03.613Z | Compiling base64ct v1.6.0 |
2249 | 2024-07-25T01:46:03.978Z | Compiling regex v1.10.5 |
2250 | 2024-07-25T01:46:04.222Z | Compiling rustls v0.21.12 |
2251 | 2024-07-25T01:46:04.550Z | Compiling rustls-webpki v0.101.7 |
2252 | 2024-07-25T01:46:05.079Z | Compiling sct v0.7.1 |
2253 | 2024-07-25T01:46:05.399Z | Compiling cookie v0.17.0 |
2254 | 2024-07-25T01:46:05.685Z | Compiling addr2line v0.21.0 |
2255 | 2024-07-25T01:46:06.516Z | Compiling serde_derive v1.0.204 |
2256 | 2024-07-25T01:46:06.532Z | Compiling zeroize_derive v1.4.2 |
2257 | 2024-07-25T01:46:06.725Z | Compiling thiserror-impl v1.0.62 |
2258 | 2024-07-25T01:46:07.793Z | Compiling zerocopy-derive v0.7.34 |
2259 | 2024-07-25T01:46:08.177Z | Compiling zeroize v1.7.0 |
2260 | 2024-07-25T01:46:08.247Z | Compiling tokio-macros v2.3.0 |
2261 | 2024-07-25T01:46:09.045Z | Compiling futures-macro v0.3.30 |
2262 | 2024-07-25T01:46:10.021Z | Compiling crypto-common v0.1.6 |
2263 | 2024-07-25T01:46:10.044Z | Compiling block-buffer v0.10.4 |
2264 | 2024-07-25T01:46:10.236Z | Compiling zerocopy v0.7.34 |
2265 | 2024-07-25T01:46:10.256Z | Compiling thiserror v1.0.62 |
2266 | 2024-07-25T01:46:10.291Z | Compiling digest v0.10.7 |
2267 | 2024-07-25T01:46:10.294Z | Compiling schemars_derive v0.8.21 |
2268 | 2024-07-25T01:46:10.423Z | Compiling tracing-attributes v0.1.27 |
2269 | 2024-07-25T01:46:10.808Z | Compiling async-trait v0.1.81 |
2270 | 2024-07-25T01:46:11.268Z | Compiling futures-util v0.3.30 |
2271 | 2024-07-25T01:46:12.547Z | Compiling hashbrown v0.14.5 |
2272 | 2024-07-25T01:46:13.801Z | Compiling openssl-macros v0.1.1 |
2273 | 2024-07-25T01:46:13.946Z | Compiling pest v2.7.10 |
2274 | 2024-07-25T01:46:14.578Z | Compiling tracing v0.1.40 |
2275 | 2024-07-25T01:46:14.595Z | Compiling idna v0.3.0 |
2276 | 2024-07-25T01:46:14.724Z | Compiling data-encoding v2.6.0 |
2277 | 2024-07-25T01:46:15.092Z | Compiling psl-types v2.0.11 |
2278 | 2024-07-25T01:46:15.292Z | Compiling hmac v0.12.1 |
2279 | 2024-07-25T01:46:15.546Z | Compiling publicsuffix v2.2.3 |
2280 | 2024-07-25T01:46:15.745Z | Compiling scroll_derive v0.12.0 |
2281 | 2024-07-25T01:46:15.810Z | Compiling webpki-roots v0.25.4 |
2282 | 2024-07-25T01:46:16.030Z | Compiling bitflags v1.3.2 |
2283 | 2024-07-25T01:46:16.142Z | Compiling block-padding v0.3.3 |
2284 | 2024-07-25T01:46:16.253Z | Compiling der_derive v0.7.2 |
2285 | 2024-07-25T01:46:16.392Z | Compiling pest_meta v2.7.10 |
2286 | 2024-07-25T01:46:16.841Z | Compiling futures-executor v0.3.30 |
2287 | 2024-07-25T01:46:17.000Z | Compiling pem-rfc7468 v0.7.0 |
2288 | 2024-07-25T01:46:17.229Z | Compiling futures v0.3.30 |
2289 | 2024-07-25T01:46:17.334Z | Compiling scroll v0.12.0 |
2290 | 2024-07-25T01:46:17.353Z | Compiling flagset v0.4.5 |
2291 | 2024-07-25T01:46:17.389Z | Compiling inout v0.1.3 |
2292 | 2024-07-25T01:46:17.420Z | Compiling sha2 v0.10.8 |
2293 | 2024-07-25T01:46:17.550Z | Compiling either v1.12.0 |
2294 | 2024-07-25T01:46:17.673Z | Compiling pest_generator v2.7.10 |
2295 | 2024-07-25T01:46:17.788Z | Compiling cipher v0.4.4 |
2296 | 2024-07-25T01:46:17.908Z | Compiling goblin v0.8.2 |
2297 | 2024-07-25T01:46:17.954Z | Compiling ff v0.13.0 |
2298 | 2024-07-25T01:46:18.186Z | Compiling base16ct v0.2.0 |
2299 | 2024-07-25T01:46:18.317Z | Compiling stable_deref_trait v1.2.0 |
2300 | 2024-07-25T01:46:18.431Z | Compiling group v0.13.0 |
2301 | 2024-07-25T01:46:18.515Z | Compiling hkdf v0.12.4 |
2302 | 2024-07-25T01:46:18.779Z | Compiling crypto-bigint v0.5.5 |
2303 | 2024-07-25T01:46:18.798Z | Compiling crossbeam-epoch v0.9.18 |
2304 | 2024-07-25T01:46:18.952Z | Compiling der v0.7.9 |
2305 | 2024-07-25T01:46:19.635Z | Compiling num-integer v0.1.46 |
2306 | 2024-07-25T01:46:19.696Z | Compiling unicode-segmentation v1.11.0 |
2307 | 2024-07-25T01:46:20.432Z | Compiling managed v0.8.0 |
2308 | 2024-07-25T01:46:20.564Z | Compiling matches v0.1.10 |
2309 | 2024-07-25T01:46:20.664Z | Compiling idna v0.2.3 |
2310 | 2024-07-25T01:46:20.920Z | Compiling enum-as-inner v0.5.1 |
2311 | 2024-07-25T01:46:20.938Z | Compiling siphasher v0.3.11 |
2312 | 2024-07-25T01:46:21.344Z | Compiling bytes v1.6.0 |
2313 | 2024-07-25T01:46:21.733Z | Compiling indexmap v2.2.6 |
2314 | 2024-07-25T01:46:21.942Z | Compiling uuid v1.10.0 |
2315 | 2024-07-25T01:46:22.294Z | Compiling tokio v1.38.1 |
2316 | 2024-07-25T01:46:22.416Z | Compiling chrono v0.4.38 |
2317 | 2024-07-25T01:46:22.625Z | Compiling bitflags v2.5.0 |
2318 | 2024-07-25T01:46:23.090Z | Compiling semver v1.0.23 |
2319 | 2024-07-25T01:46:23.158Z | Compiling http v0.2.12 |
2320 | 2024-07-25T01:46:23.462Z | Compiling serde_tokenstream v0.2.1 |
2321 | 2024-07-25T01:46:23.844Z | Compiling toml_datetime v0.6.6 |
2322 | 2024-07-25T01:46:24.046Z | Compiling serde_spanned v0.6.6 |
2323 | 2024-07-25T01:46:24.286Z | Compiling toml_edit v0.19.15 |
2324 | 2024-07-25T01:46:24.388Z | Compiling openssl v0.10.66 |
2325 | 2024-07-25T01:46:24.561Z | Compiling rustix v0.38.34 |
2326 | 2024-07-25T01:46:25.772Z | Compiling http-body v0.4.6 |
2327 | 2024-07-25T01:46:26.271Z | Compiling serde_urlencoded v0.7.1 |
2328 | 2024-07-25T01:46:26.410Z | Compiling openapiv3 v2.0.0 |
2329 | 2024-07-25T01:46:26.823Z | Compiling cookie_store v0.20.0 |
2330 | 2024-07-25T01:46:27.705Z | Compiling rustc_version v0.4.0 |
2331 | 2024-07-25T01:46:28.426Z | Compiling pest_derive v2.7.10 |
2332 | 2024-07-25T01:46:28.505Z | Compiling dof v0.3.0 |
2333 | 2024-07-25T01:46:28.557Z | Compiling spki v0.7.3 |
2334 | 2024-07-25T01:46:28.891Z | Compiling pkcs8 v0.10.2 |
2335 | 2024-07-25T01:46:28.915Z | Compiling ipnetwork v0.20.0 |
2336 | 2024-07-25T01:46:29.239Z | Compiling dtrace-parser v0.2.0 |
2337 | 2024-07-25T01:46:29.459Z | Compiling sec1 v0.7.3 |
2338 | 2024-07-25T01:46:29.818Z | Compiling usdt-impl v0.5.0 |
2339 | 2024-07-25T01:46:30.050Z | Compiling elliptic-curve v0.13.8 |
2340 | 2024-07-25T01:46:30.799Z | Compiling tokio-util v0.7.11 |
2341 | 2024-07-25T01:46:30.850Z | Compiling native-tls v0.2.11 |
2342 | 2024-07-25T01:46:30.881Z | Compiling tokio-rustls v0.24.1 |
2343 | 2024-07-25T01:46:31.340Z | Compiling tokio-native-tls v0.3.1 |
2344 | 2024-07-25T01:46:31.512Z | Compiling toml v0.7.8 |
2345 | 2024-07-25T01:46:31.547Z | Compiling usdt-macro v0.5.0 |
2346 | 2024-07-25T01:46:31.547Z | Compiling usdt-attr-macro v0.5.0 |
2347 | 2024-07-25T01:46:31.630Z | Compiling toml_edit v0.22.16 |
2348 | 2024-07-25T01:46:32.267Z | Compiling h2 v0.3.26 |
2349 | 2024-07-25T01:46:32.662Z | Compiling hex v0.4.3 |
2350 | 2024-07-25T01:46:33.062Z | Compiling bit-vec v0.6.3 |
2351 | 2024-07-25T01:46:33.213Z | Compiling usdt v0.5.0 |
2352 | 2024-07-25T01:46:33.216Z | Compiling trust-dns-proto v0.22.0 |
2353 | 2024-07-25T01:46:33.249Z | Compiling heapless v0.7.17 |
2354 | 2024-07-25T01:46:33.252Z | Compiling terminal_size v0.3.0 |
2355 | 2024-07-25T01:46:33.465Z | Compiling num-bigint v0.4.5 |
2356 | 2024-07-25T01:46:33.499Z | Compiling signal-hook v0.3.17 |
2357 | 2024-07-25T01:46:33.666Z | Compiling finl_unicode v1.2.0 |
2358 | 2024-07-25T01:46:33.700Z | Compiling clap_builder v4.5.9 |
2359 | 2024-07-25T01:46:33.854Z | Compiling itertools v0.10.5 |
2360 | 2024-07-25T01:46:34.272Z | Compiling stringprep v0.1.4 |
2361 | 2024-07-25T01:46:35.587Z | Compiling regress v0.9.1 |
2362 | 2024-07-25T01:46:36.814Z | Compiling yasna v0.5.2 |
2363 | 2024-07-25T01:46:38.160Z | Compiling md-5 v0.10.6 |
2364 | 2024-07-25T01:46:38.434Z | Compiling clap_derive v4.5.8 |
2365 | 2024-07-25T01:46:38.793Z | Compiling hyper v0.14.28 |
2366 | 2024-07-25T01:46:40.383Z | Compiling hash32 v0.2.1 |
2367 | 2024-07-25T01:46:40.787Z | Compiling smoltcp v0.9.1 |
2368 | 2024-07-25T01:46:40.839Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2369 | 2024-07-25T01:46:41.595Z | Compiling fallible-iterator v0.2.0 |
2370 | 2024-07-25T01:46:41.697Z | Compiling regex-automata v0.1.10 |
2371 | 2024-07-25T01:46:42.200Z | Compiling bstr v0.2.17 |
2372 | 2024-07-25T01:46:42.310Z | Compiling postgres-protocol v0.6.6 |
2373 | 2024-07-25T01:46:42.829Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2374 | 2024-07-25T01:46:43.421Z | Compiling tokio-stream v0.1.15 |
2375 | 2024-07-25T01:46:43.679Z | Compiling clap v4.5.9 |
2376 | 2024-07-25T01:46:43.697Z | Compiling phf_shared v0.11.2 |
2377 | 2024-07-25T01:46:43.701Z | Compiling hubpack_derive v0.1.1 |
2378 | 2024-07-25T01:46:43.796Z | Compiling zerocopy-derive v0.6.6 |
2379 | 2024-07-25T01:46:44.116Z | Compiling diesel_table_macro_syntax v0.1.0 |
2380 | 2024-07-25T01:46:44.301Z | Compiling scheduled-thread-pool v0.2.7 |
2381 | 2024-07-25T01:46:44.338Z | Compiling fs-err v2.11.0 |
2382 | 2024-07-25T01:46:44.395Z | Compiling fixedbitset v0.4.2 |
2383 | 2024-07-25T01:46:44.529Z | Compiling diesel_derives v2.1.4 |
2384 | 2024-07-25T01:46:44.611Z | Compiling hubpack v0.1.2 |
2385 | 2024-07-25T01:46:44.774Z | Compiling petgraph v0.6.5 |
2386 | 2024-07-25T01:46:44.838Z | Compiling r2d2 v0.8.10 |
2387 | 2024-07-25T01:46:44.913Z | Compiling phf v0.11.2 |
2388 | 2024-07-25T01:46:45.067Z | Compiling signal-hook-mio v0.2.3 |
2389 | 2024-07-25T01:46:45.224Z | Compiling similar v2.5.0 |
2390 | 2024-07-25T01:46:45.227Z | Compiling postgres-types v0.2.6 |
2391 | 2024-07-25T01:46:46.155Z | Compiling hyper-tls v0.5.0 |
2392 | 2024-07-25T01:46:46.534Z | Compiling hyper-rustls v0.24.2 |
2393 | 2024-07-25T01:46:46.888Z | Compiling reqwest v0.11.27 |
2394 | 2024-07-25T01:46:46.907Z | Compiling zerocopy v0.6.6 |
2395 | 2024-07-25T01:46:47.687Z | Compiling phf_shared v0.10.0 |
2396 | 2024-07-25T01:46:47.756Z | Compiling num-iter v0.1.45 |
2397 | 2024-07-25T01:46:47.943Z | Compiling strum_macros v0.25.3 |
2398 | 2024-07-25T01:46:47.996Z | Compiling serde_repr v0.1.19 |
2399 | 2024-07-25T01:46:48.109Z | Compiling console v0.15.8 |
2400 | 2024-07-25T01:46:48.788Z | Compiling float-cmp v0.9.0 |
2401 | 2024-07-25T01:46:48.831Z | Compiling normalize-line-endings v0.3.0 |
2402 | 2024-07-25T01:46:48.967Z | Compiling predicates-core v1.0.6 |
2403 | 2024-07-25T01:46:49.019Z | Compiling static_assertions v1.1.0 |
2404 | 2024-07-25T01:46:49.128Z | Compiling precomputed-hash v0.1.1 |
2405 | 2024-07-25T01:46:49.192Z | Compiling difflib v0.4.0 |
2406 | 2024-07-25T01:46:49.252Z | Compiling new_debug_unreachable v1.0.6 |
2407 | 2024-07-25T01:46:49.335Z | Compiling minimal-lexical v0.2.1 |
2408 | 2024-07-25T01:46:49.352Z | Compiling whoami v1.5.1 |
2409 | 2024-07-25T01:46:49.582Z | Compiling predicates v3.1.0 |
2410 | 2024-07-25T01:46:49.879Z | Compiling nom v7.1.3 |
2411 | 2024-07-25T01:46:50.026Z | Compiling tokio-postgres v0.7.10 |
2412 | 2024-07-25T01:46:50.867Z | Compiling string_cache v0.8.7 |
2413 | 2024-07-25T01:46:51.390Z | Compiling crossterm v0.27.0 |
2414 | 2024-07-25T01:46:52.218Z | Compiling bit-set v0.5.3 |
2415 | 2024-07-25T01:46:52.292Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2416 | 2024-07-25T01:46:52.513Z | Compiling itertools v0.12.1 |
2417 | 2024-07-25T01:46:53.644Z | Compiling bstr v1.9.1 |
2418 | 2024-07-25T01:46:55.155Z | Compiling getopts v0.2.21 |
2419 | 2024-07-25T01:46:55.221Z | Compiling unsafe-libyaml v0.2.11 |
2420 | 2024-07-25T01:46:55.497Z | Compiling lalrpop-util v0.19.12 |
2421 | 2024-07-25T01:46:55.771Z | Compiling unicode-xid v0.2.4 |
2422 | 2024-07-25T01:46:55.856Z | Compiling peg-runtime v0.8.3 |
2423 | 2024-07-25T01:46:55.978Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2424 | 2024-07-25T01:46:56.251Z | Compiling sha1 v0.10.6 |
2425 | 2024-07-25T01:46:56.451Z | Compiling camino v1.1.7 |
2426 | 2024-07-25T01:46:56.587Z | Compiling serde_yaml v0.9.34+deprecated |
2427 | 2024-07-25T01:46:56.705Z | Compiling strum_macros v0.26.4 |
2428 | 2024-07-25T01:46:57.191Z | Compiling http v1.1.0 |
2429 | 2024-07-25T01:46:57.427Z | Compiling base64 v0.22.1 |
2430 | 2024-07-25T01:46:57.864Z | Compiling diesel v2.1.6 |
2431 | 2024-07-25T01:46:58.237Z | Compiling toml v0.8.15 |
2432 | 2024-07-25T01:46:58.731Z | Compiling rustls-pki-types v1.7.0 |
2433 | 2024-07-25T01:46:59.624Z | Compiling crossbeam-channel v0.5.12 |
2434 | 2024-07-25T01:46:59.663Z | Compiling paste v1.0.15 |
2435 | 2024-07-25T01:47:00.026Z | Compiling rustls v0.22.4 |
2436 | 2024-07-25T01:47:00.185Z | Compiling ident_case v1.0.1 |
2437 | 2024-07-25T01:47:00.331Z | Compiling darling_core v0.20.9 |
2438 | 2024-07-25T01:47:00.445Z | Compiling slog-async v2.8.0 |
2439 | 2024-07-25T01:47:00.740Z | Compiling slog-term v2.9.1 |
2440 | 2024-07-25T01:47:00.989Z | Compiling rustls-webpki v0.102.4 |
2441 | 2024-07-25T01:47:01.754Z | Compiling multer v3.1.0 |
2442 | 2024-07-25T01:47:02.333Z | Compiling strum v0.26.3 |
2443 | 2024-07-25T01:47:02.527Z | Compiling slog-json v2.6.1 |
2444 | 2024-07-25T01:47:02.709Z | Compiling async-stream-impl v0.3.5 |
2445 | 2024-07-25T01:47:02.812Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2446 | 2024-07-25T01:47:02.927Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
2447 | 2024-07-25T01:47:03.134Z | Compiling instant v0.1.12 |
2448 | 2024-07-25T01:47:03.206Z | Compiling debug-ignore v1.0.5 |
2449 | 2024-07-25T01:47:03.289Z | Compiling atomic-waker v1.1.2 |
2450 | 2024-07-25T01:47:03.379Z | Compiling slog-bunyan v2.5.0 |
2451 | 2024-07-25T01:47:03.433Z | Compiling waitgroup v0.1.2 |
2452 | 2024-07-25T01:47:03.585Z | Compiling rustls-pemfile v2.1.2 |
2453 | 2024-07-25T01:47:03.670Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
2454 | 2024-07-25T01:47:04.070Z | Compiling serde_path_to_error v0.1.16 |
2455 | 2024-07-25T01:47:04.129Z | Compiling async-stream v0.3.5 |
2456 | 2024-07-25T01:47:04.471Z | Compiling hostname v0.4.0 |
2457 | 2024-07-25T01:47:04.617Z | Compiling structmeta-derive v0.3.0 |
2458 | 2024-07-25T01:47:04.737Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2459 | 2024-07-25T01:47:04.929Z | Compiling proc-macro-crate v1.3.1 |
2460 | 2024-07-25T01:47:05.503Z | Compiling newtype-uuid v1.1.0 |
2461 | 2024-07-25T01:47:05.815Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2462 | 2024-07-25T01:47:06.039Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2463 | 2024-07-25T01:47:06.394Z | Compiling tokio-rustls v0.25.0 |
2464 | 2024-07-25T01:47:06.640Z | Compiling fastrand v2.1.0 |
2465 | 2024-07-25T01:47:06.825Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2466 | 2024-07-25T01:47:07.024Z | Compiling tempfile v3.10.1 |
2467 | 2024-07-25T01:47:07.228Z | Compiling num_enum_derive v0.5.11 |
2468 | 2024-07-25T01:47:07.450Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2469 | 2024-07-25T01:47:07.598Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2470 | 2024-07-25T01:47:07.668Z | Compiling darling_macro v0.20.9 |
2471 | 2024-07-25T01:47:07.799Z | Compiling structmeta v0.3.0 |
2472 | 2024-07-25T01:47:07.873Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2473 | 2024-07-25T01:47:08.217Z | Compiling backoff v0.4.0 |
2474 | 2024-07-25T01:47:08.241Z | Compiling parse-display-derive v0.9.1 |
2475 | 2024-07-25T01:47:08.577Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2476 | 2024-07-25T01:47:08.733Z | Compiling darling v0.20.9 |
2477 | 2024-07-25T01:47:08.749Z | Compiling macaddr v1.0.1 |
2478 | 2024-07-25T01:47:08.859Z | Compiling serde_with_macros v3.8.3 |
2479 | 2024-07-25T01:47:09.234Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2480 | 2024-07-25T01:47:09.532Z | Compiling foreign-types-macros v0.2.3 |
2481 | 2024-07-25T01:47:10.037Z | Compiling num_enum v0.5.11 |
2482 | 2024-07-25T01:47:10.205Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2483 | 2024-07-25T01:47:10.483Z | Compiling heapless v0.8.0 |
2484 | 2024-07-25T01:47:10.889Z | Compiling foreign-types-shared v0.3.1 |
2485 | 2024-07-25T01:47:11.085Z | Compiling foreign-types v0.5.0 |
2486 | 2024-07-25T01:47:11.239Z | Compiling proc-macro-error v1.0.4 |
2487 | 2024-07-25T01:47:11.827Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2488 | 2024-07-25T01:47:11.967Z | Compiling hash32 v0.3.1 |
2489 | 2024-07-25T01:47:12.089Z | Compiling serde_with v3.8.3 |
2490 | 2024-07-25T01:47:12.228Z | Compiling cstr-argument v0.1.2 |
2491 | 2024-07-25T01:47:12.486Z | Compiling smoltcp v0.11.0 |
2492 | 2024-07-25T01:47:12.529Z | Compiling pretty-hex v0.2.1 |
2493 | 2024-07-25T01:47:12.721Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2494 | 2024-07-25T01:47:12.823Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2495 | 2024-07-25T01:47:13.184Z | Compiling parse-display v0.9.1 |
2496 | 2024-07-25T01:47:13.230Z | Compiling camino-tempfile v1.1.1 |
2497 | 2024-07-25T01:47:13.424Z | Compiling tabwriter v1.4.0 |
2498 | 2024-07-25T01:47:13.699Z | Compiling colored v2.1.0 |
2499 | 2024-07-25T01:47:13.946Z | Compiling socket2 v0.4.10 |
2500 | 2024-07-25T01:47:13.963Z | Compiling embedded-io v0.4.0 |
2501 | 2024-07-25T01:47:14.195Z | Compiling cobs v0.2.3 |
2502 | 2024-07-25T01:47:14.494Z | Compiling postcard v1.0.8 |
2503 | 2024-07-25T01:47:14.510Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2504 | 2024-07-25T01:47:14.787Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2505 | 2024-07-25T01:47:14.875Z | Compiling crucible-workspace-hack v0.1.0 |
2506 | 2024-07-25T01:47:15.030Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2507 | 2024-07-25T01:47:15.180Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2508 | 2024-07-25T01:47:15.388Z | Compiling smf v0.2.3 |
2509 | 2024-07-25T01:47:15.489Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2510 | 2024-07-25T01:47:15.952Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2511 | 2024-07-25T01:47:16.076Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2512 | 2024-07-25T01:47:16.122Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2513 | 2024-07-25T01:47:16.624Z | Compiling num-derive v0.4.2 |
2514 | 2024-07-25T01:47:16.906Z | Compiling sigpipe v0.1.3 |
2515 | 2024-07-25T01:47:17.035Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2516 | 2024-07-25T01:47:17.154Z | Compiling humantime v2.1.0 |
2517 | 2024-07-25T01:47:17.458Z | Compiling curve25519-dalek v4.1.3 |
2518 | 2024-07-25T01:47:17.475Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2519 | 2024-07-25T01:47:17.701Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2520 | 2024-07-25T01:47:18.089Z | Compiling blake2 v0.10.6 |
2521 | 2024-07-25T01:47:19.141Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2522 | 2024-07-25T01:47:19.226Z | Compiling universal-hash v0.5.1 |
2523 | 2024-07-25T01:47:19.377Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2524 | 2024-07-25T01:47:19.428Z | Compiling password-hash v0.5.0 |
2525 | 2024-07-25T01:47:19.476Z | Compiling utf-8 v0.7.6 |
2526 | 2024-07-25T01:47:19.637Z | Compiling opaque-debug v0.3.1 |
2527 | 2024-07-25T01:47:19.727Z | Compiling semver v0.1.20 |
2528 | 2024-07-25T01:47:19.827Z | Compiling newline-converter v0.3.0 |
2529 | 2024-07-25T01:47:19.858Z | Compiling curve25519-dalek-derive v0.1.1 |
2530 | 2024-07-25T01:47:20.000Z | Compiling argon2 v0.5.3 |
2531 | 2024-07-25T01:47:20.122Z | Compiling rustc_version v0.1.7 |
2532 | 2024-07-25T01:47:20.408Z | Compiling atty v0.2.14 |
2533 | 2024-07-25T01:47:20.462Z | Compiling convert_case v0.4.0 |
2534 | 2024-07-25T01:47:20.551Z | Compiling same-file v1.0.6 |
2535 | 2024-07-25T01:47:20.669Z | Compiling rayon-core v1.12.1 |
2536 | 2024-07-25T01:47:20.796Z | Compiling walkdir v2.5.0 |
2537 | 2024-07-25T01:47:21.011Z | Compiling newtype_derive v0.1.6 |
2538 | 2024-07-25T01:47:21.304Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2539 | 2024-07-25T01:47:21.499Z | Compiling derive_more v0.99.18 |
2540 | 2024-07-25T01:47:21.599Z | Compiling expectorate v1.1.0 |
2541 | 2024-07-25T01:47:21.616Z | Compiling crossbeam-deque v0.8.5 |
2542 | 2024-07-25T01:47:21.768Z | Compiling libefi-sys v0.1.0 |
2543 | 2024-07-25T01:47:21.944Z | Compiling prettyplease v0.2.20 |
2544 | 2024-07-25T01:47:22.311Z | Compiling xattr v1.3.1 |
2545 | 2024-07-25T01:47:22.613Z | Compiling num-rational v0.4.2 |
2546 | 2024-07-25T01:47:22.741Z | Compiling signature v2.2.0 |
2547 | 2024-07-25T01:47:22.954Z | Compiling aead v0.5.2 |
2548 | 2024-07-25T01:47:23.033Z | Compiling derive-where v1.2.7 |
2549 | 2024-07-25T01:47:23.332Z | Compiling bitfield-struct v0.6.1 |
2550 | 2024-07-25T01:47:23.967Z | Compiling num-complex v0.4.6 |
2551 | 2024-07-25T01:47:24.452Z | Compiling blake3 v1.5.1 |
2552 | 2024-07-25T01:47:24.806Z | Compiling ring v0.16.20 |
2553 | 2024-07-25T01:47:25.043Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2554 | 2024-07-25T01:47:25.046Z | Compiling unicase v2.7.0 |
2555 | 2024-07-25T01:47:25.360Z | Compiling arc-swap v1.7.1 |
2556 | 2024-07-25T01:47:25.412Z | Compiling quick-error v1.2.3 |
2557 | 2024-07-25T01:47:25.564Z | Compiling keccak v0.1.5 |
2558 | 2024-07-25T01:47:25.898Z | Compiling getrandom v0.1.16 |
2559 | 2024-07-25T01:47:26.032Z | Compiling termcolor v1.4.1 |
2560 | 2024-07-25T01:47:26.609Z | Compiling linked-hash-map v0.5.6 |
2561 | 2024-07-25T01:47:26.734Z | Compiling env_logger v0.9.3 |
2562 | 2024-07-25T01:47:26.928Z | Compiling lru-cache v0.1.2 |
2563 | 2024-07-25T01:47:26.977Z | Compiling sha3 v0.10.8 |
2564 | 2024-07-25T01:47:27.140Z | Compiling slog-scope v4.4.0 |
2565 | 2024-07-25T01:47:27.712Z | Compiling resolv-conf v0.7.0 |
2566 | 2024-07-25T01:47:28.160Z | Compiling tar v0.4.41 |
2567 | 2024-07-25T01:47:28.535Z | Compiling num v0.4.3 |
2568 | 2024-07-25T01:47:28.662Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2569 | 2024-07-25T01:47:28.725Z | Compiling rayon v1.10.0 |
2570 | 2024-07-25T01:47:29.897Z | Compiling poly1305 v0.8.0 |
2571 | 2024-07-25T01:47:30.085Z | Compiling tungstenite v0.21.0 |
2572 | 2024-07-25T01:47:30.274Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2573 | 2024-07-25T01:47:30.323Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2574 | 2024-07-25T01:47:30.819Z | Compiling chacha20 v0.9.1 |
2575 | 2024-07-25T01:47:30.990Z | Compiling secrecy v0.8.0 |
2576 | 2024-07-25T01:47:31.270Z | Compiling bitstruct_derive v0.1.0 |
2577 | 2024-07-25T01:47:31.292Z | Compiling thiserror-impl-no-std v2.0.2 |
2578 | 2024-07-25T01:47:31.672Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2579 | 2024-07-25T01:47:31.815Z | Compiling memmap2 v0.9.4 |
2580 | 2024-07-25T01:47:32.291Z | Compiling half v2.4.1 |
2581 | 2024-07-25T01:47:32.310Z | Compiling parking_lot_core v0.8.6 |
2582 | 2024-07-25T01:47:32.629Z | Compiling constant_time_eq v0.3.0 |
2583 | 2024-07-25T01:47:32.662Z | Compiling arrayvec v0.7.4 |
2584 | 2024-07-25T01:47:32.773Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2585 | 2024-07-25T01:47:32.807Z | Compiling home v0.5.9 |
2586 | 2024-07-25T01:47:32.841Z | Compiling arrayref v0.3.7 |
2587 | 2024-07-25T01:47:32.901Z | Compiling spin v0.5.2 |
2588 | 2024-07-25T01:47:32.950Z | Compiling float-ord v0.3.2 |
2589 | 2024-07-25T01:47:33.048Z | Compiling untrusted v0.7.1 |
2590 | 2024-07-25T01:47:33.079Z | Compiling ciborium-io v0.2.2 |
2591 | 2024-07-25T01:47:33.122Z | Compiling ascii v1.1.0 |
2592 | 2024-07-25T01:47:33.211Z | Compiling ciborium-ll v0.2.2 |
2593 | 2024-07-25T01:47:33.592Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2594 | 2024-07-25T01:47:33.633Z | Compiling toolchain_find v0.4.0 |
2595 | 2024-07-25T01:47:33.716Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2596 | 2024-07-25T01:47:34.228Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2597 | 2024-07-25T01:47:34.402Z | Compiling bitstruct v0.1.1 |
2598 | 2024-07-25T01:47:34.531Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2599 | 2024-07-25T01:47:34.642Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2600 | 2024-07-25T01:47:34.645Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2601 | 2024-07-25T01:47:34.674Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2602 | 2024-07-25T01:47:34.705Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2603 | 2024-07-25T01:47:34.818Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2604 | 2024-07-25T01:47:35.082Z | Compiling thiserror-no-std v2.0.2 |
2605 | 2024-07-25T01:47:35.110Z | Compiling tokio-tungstenite v0.21.0 |
2606 | 2024-07-25T01:47:35.145Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2607 | 2024-07-25T01:47:35.198Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2608 | 2024-07-25T01:47:35.219Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2609 | 2024-07-25T01:47:35.390Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2610 | 2024-07-25T01:47:35.426Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2611 | 2024-07-25T01:47:35.444Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2612 | 2024-07-25T01:47:35.639Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2613 | 2024-07-25T01:47:35.815Z | Compiling steno v0.4.1 |
2614 | 2024-07-25T01:47:36.067Z | Compiling trust-dns-resolver v0.22.0 |
2615 | 2024-07-25T01:47:36.231Z | Compiling slog-stdlog v4.1.1 |
2616 | 2024-07-25T01:47:36.630Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2617 | 2024-07-25T01:47:36.861Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2618 | 2024-07-25T01:47:36.909Z | Compiling erased-serde v0.3.31 |
2619 | 2024-07-25T01:47:37.255Z | Compiling serde_arrays v0.1.0 |
2620 | 2024-07-25T01:47:37.424Z | Compiling rfc6979 v0.4.0 |
2621 | 2024-07-25T01:47:37.427Z | Compiling nibble_vec v0.1.0 |
2622 | 2024-07-25T01:47:37.496Z | Compiling gethostname v0.4.3 |
2623 | 2024-07-25T01:47:37.620Z | Compiling slog-dtrace v0.3.0 |
2624 | 2024-07-25T01:47:37.643Z | Compiling topological-sort v0.2.2 |
2625 | 2024-07-25T01:47:37.773Z | Compiling endian-type v0.1.2 |
2626 | 2024-07-25T01:47:37.860Z | Compiling cancel-safe-futures v0.1.5 |
2627 | 2024-07-25T01:47:37.962Z | Compiling radix_trie v0.2.1 |
2628 | 2024-07-25T01:47:38.005Z | Compiling omicron-zone-package v0.11.0 |
2629 | 2024-07-25T01:47:38.207Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2630 | 2024-07-25T01:47:38.357Z | Compiling ecdsa v0.16.9 |
2631 | 2024-07-25T01:47:38.717Z | Compiling rand_core v0.5.1 |
2632 | 2024-07-25T01:47:39.234Z | Compiling slog-envlogger v2.2.0 |
2633 | 2024-07-25T01:47:39.253Z | Compiling mime_guess v2.0.4 |
2634 | 2024-07-25T01:47:40.071Z | Compiling vsss-rs v3.3.4 |
2635 | 2024-07-25T01:47:40.616Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2636 | 2024-07-25T01:47:42.569Z | Compiling rustfmt-wrapper v0.2.1 |
2637 | 2024-07-25T01:47:42.691Z | Compiling ciborium v0.2.2 |
2638 | 2024-07-25T01:47:43.145Z | Compiling chacha20poly1305 v0.10.1 |
2639 | 2024-07-25T01:47:43.381Z | Compiling tungstenite v0.20.1 |
2640 | 2024-07-25T01:47:43.398Z | Compiling primeorder v0.13.6 |
2641 | 2024-07-25T01:47:43.940Z | Compiling heck v0.3.3 |
2642 | 2024-07-25T01:47:43.957Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2643 | 2024-07-25T01:47:44.222Z | Compiling glob v0.3.1 |
2644 | 2024-07-25T01:47:44.240Z | Compiling option-ext v0.2.0 |
2645 | 2024-07-25T01:47:44.367Z | Compiling zone_cfg_derive v0.1.2 |
2646 | 2024-07-25T01:47:44.383Z | Compiling tokio-tungstenite v0.20.1 |
2647 | 2024-07-25T01:47:44.747Z | Compiling dirs-sys v0.4.1 |
2648 | 2024-07-25T01:47:44.786Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2649 | 2024-07-25T01:47:44.963Z | Compiling parking_lot v0.11.2 |
2650 | 2024-07-25T01:47:45.300Z | Compiling rand_chacha v0.2.2 |
2651 | 2024-07-25T01:47:45.435Z | Compiling trust-dns-client v0.22.0 |
2652 | 2024-07-25T01:47:45.948Z | Compiling ed25519 v2.2.3 |
2653 | 2024-07-25T01:47:46.167Z | Compiling polyval v0.6.2 |
2654 | 2024-07-25T01:47:46.459Z | Compiling libsw v3.3.1 |
2655 | 2024-07-25T01:47:46.501Z | Compiling toml v0.5.11 |
2656 | 2024-07-25T01:47:46.602Z | Compiling aes v0.8.4 |
2657 | 2024-07-25T01:47:46.773Z | Compiling ctr v0.9.2 |
2658 | 2024-07-25T01:47:47.126Z | Compiling blowfish v0.9.1 |
2659 | 2024-07-25T01:47:47.365Z | Compiling pbkdf2 v0.12.2 |
2660 | 2024-07-25T01:47:47.541Z | Compiling password-hash v0.4.2 |
2661 | 2024-07-25T01:47:47.560Z | Compiling fxhash v0.2.1 |
2662 | 2024-07-25T01:47:47.773Z | Compiling linear-map v1.2.0 |
2663 | 2024-07-25T01:47:48.142Z | Compiling owo-colors v4.0.0 |
2664 | 2024-07-25T01:47:48.515Z | Compiling base64 v0.13.1 |
2665 | 2024-07-25T01:47:48.785Z | Compiling trust-dns-server v0.22.1 |
2666 | 2024-07-25T01:47:49.141Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2667 | 2024-07-25T01:47:49.462Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2668 | 2024-07-25T01:47:49.593Z | Compiling ron v0.7.1 |
2669 | 2024-07-25T01:47:50.187Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2670 | 2024-07-25T01:47:50.225Z | Compiling pbkdf2 v0.11.0 |
2671 | 2024-07-25T01:47:50.594Z | Compiling sled v0.34.7 |
2672 | 2024-07-25T01:47:50.613Z | Compiling bcrypt-pbkdf v0.10.0 |
2673 | 2024-07-25T01:47:51.279Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2674 | 2024-07-25T01:47:52.008Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2675 | 2024-07-25T01:47:54.039Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2676 | 2024-07-25T01:47:54.844Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2677 | 2024-07-25T01:47:55.844Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2678 | 2024-07-25T01:47:55.886Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2679 | 2024-07-25T01:47:57.936Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2680 | 2024-07-25T01:47:59.201Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2681 | 2024-07-25T01:47:59.913Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2682 | 2024-07-25T01:48:00.170Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2683 | 2024-07-25T01:48:02.608Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2684 | 2024-07-25T01:48:02.836Z | Compiling ghash v0.5.1 |
2685 | 2024-07-25T01:48:03.044Z | Compiling ed25519-dalek v2.1.1 |
2686 | 2024-07-25T01:48:03.347Z | Compiling zone v0.1.8 |
2687 | 2024-07-25T01:48:03.426Z | Compiling rand v0.7.3 |
2688 | 2024-07-25T01:48:04.727Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2689 | 2024-07-25T01:48:05.155Z | Compiling dirs v5.0.1 |
2690 | 2024-07-25T01:48:05.372Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2691 | 2024-07-25T01:48:06.135Z | Compiling p521 v0.13.3 |
2692 | 2024-07-25T01:48:08.645Z | Compiling p256 v0.13.2 |
2693 | 2024-07-25T01:48:08.852Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2694 | 2024-07-25T01:48:09.491Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2695 | 2024-07-25T01:48:09.518Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2696 | 2024-07-25T01:48:09.956Z | Compiling pem v3.0.4 |
2697 | 2024-07-25T01:48:10.199Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2698 | 2024-07-25T01:48:10.613Z | Compiling headers-core v0.2.0 |
2699 | 2024-07-25T01:48:10.790Z | Compiling cbc v0.1.2 |
2700 | 2024-07-25T01:48:10.816Z | Compiling kstat-rs v0.2.4 |
2701 | 2024-07-25T01:48:11.080Z | Compiling portpicker v0.1.1 |
2702 | 2024-07-25T01:48:11.415Z | Compiling nanorand v0.7.0 |
2703 | 2024-07-25T01:48:11.549Z | Compiling russh-cryptovec v0.7.2 |
2704 | 2024-07-25T01:48:11.622Z | Compiling http-range v0.1.5 |
2705 | 2024-07-25T01:48:11.890Z | Compiling md5 v0.7.0 |
2706 | 2024-07-25T01:48:12.024Z | Compiling flume v0.11.0 |
2707 | 2024-07-25T01:48:12.041Z | Compiling hyper-staticfile v0.9.5 |
2708 | 2024-07-25T01:48:12.360Z | Compiling russh-keys v0.43.0 |
2709 | 2024-07-25T01:48:12.402Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2710 | 2024-07-25T01:48:12.680Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2711 | 2024-07-25T01:48:13.039Z | Compiling headers v0.3.9 |
2712 | 2024-07-25T01:48:15.034Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2713 | 2024-07-25T01:48:15.530Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2714 | 2024-07-25T01:48:15.810Z | Compiling rcgen v0.12.1 |
2715 | 2024-07-25T01:48:17.329Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2716 | 2024-07-25T01:48:18.238Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2717 | 2024-07-25T01:48:18.440Z | Compiling aes-gcm v0.10.3 |
2718 | 2024-07-25T01:48:18.777Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2719 | 2024-07-25T01:48:19.343Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2720 | 2024-07-25T01:48:21.060Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2721 | 2024-07-25T01:48:23.063Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2722 | 2024-07-25T01:48:23.481Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2723 | 2024-07-25T01:48:24.323Z | Compiling atomicwrites v0.4.3 |
2724 | 2024-07-25T01:48:24.706Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2725 | 2024-07-25T01:48:25.155Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2726 | 2024-07-25T01:48:25.186Z | Compiling subprocess v0.2.9 |
2727 | 2024-07-25T01:48:27.240Z | Compiling hex-literal v0.4.1 |
2728 | 2024-07-25T01:48:27.339Z | Compiling display-error-chain v0.2.0 |
2729 | 2024-07-25T01:48:27.408Z | Compiling dhcproto-macros v0.1.0 |
2730 | 2024-07-25T01:48:27.520Z | Compiling russh v0.43.0 |
2731 | 2024-07-25T01:48:28.363Z | Compiling dhcproto v0.11.0 |
2732 | 2024-07-25T01:48:29.601Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2733 | 2024-07-25T01:48:30.400Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2734 | 2024-07-25T01:48:31.444Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2735 | 2024-07-25T01:48:31.856Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2736 | 2024-07-25T01:48:31.985Z | Compiling internet-checksum v0.2.1 |
2737 | 2024-07-25T01:48:53.636Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2738 | 2024-07-25T01:49:29.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 39s |
2739 | 2024-07-25T01:49:29.818Z | |
2740 | 2024-07-25T01:49:29.818Z | real 3:39.468489357 |
2741 | 2024-07-25T01:49:29.818Z | user 19:57.094398149 |
2742 | 2024-07-25T01:49:29.819Z | sys 4:16.883247580 |
2743 | 2024-07-25T01:49:29.819Z | trap 0.582940768 |
2744 | 2024-07-25T01:49:29.824Z | tflt 0.602300774 |
2745 | 2024-07-25T01:49:29.825Z | dflt 2.071961947 |
2746 | 2024-07-25T01:49:29.825Z | kflt 0.000081981 |
2747 | 2024-07-25T01:49:29.825Z | lock 42:54.327637966 |
2748 | 2024-07-25T01:49:29.825Z | slp 57:27.665742391 |
2749 | 2024-07-25T01:49:29.825Z | lat 1:07.030481161 |
2750 | 2024-07-25T01:49:29.825Z | stop 2:34.242201348 |
2751 | 2024-07-25T01:49:29.825Z | + mkdir tests |
2752 | 2024-07-25T01:49:29.825Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2753 | 2024-07-25T01:49:29.825Z | + xargs -I '{}' -t cp '{}' tests/ |
2754 | 2024-07-25T01:49:29.862Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-60f686a054adabe5 tests/ |
2755 | 2024-07-25T01:49:29.888Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ef9637a0e4ebb317 tests/ |
2756 | 2024-07-25T01:49:29.913Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-3ff7505a1a56070b tests/ |
2757 | 2024-07-25T01:49:29.940Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a4e97f9b8962f63e tests/ |
2758 | 2024-07-25T01:49:30.157Z | + 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/*) |
2759 | 2024-07-25T01:49:30.162Z | + 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-60f686a054adabe5 tests/commtest-3ff7505a1a56070b tests/dhcp_server-ef9637a0e4ebb317 tests/end_to_end_tests-a4e97f9b8962f63e 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 |
2760 | 2024-07-25T01:50:26.231Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2761 | 2024-07-25T01:50:26.231Z | a out/target/test 1K |
2762 | 2024-07-25T01:50:26.231Z | a out/npuzone/npuzone 23144K |
2763 | 2024-07-25T01:50:26.231Z | a package-manifest.toml 29K |
2764 | 2024-07-25T01:50:26.231Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2765 | 2024-07-25T01:50:26.231Z | a target/release/omicron-package 32477K |
2766 | 2024-07-25T01:50:26.231Z | a target/release/xtask 18113K |
2767 | 2024-07-25T01:50:26.231Z | a target/debug/bootstrap 193573K |
2768 | 2024-07-25T01:50:26.231Z | a tests/bootstrap-60f686a054adabe5 23989K |
2769 | 2024-07-25T01:50:26.231Z | a tests/commtest-3ff7505a1a56070b 24715K |
2770 | 2024-07-25T01:50:26.231Z | a tests/dhcp_server-ef9637a0e4ebb317 23989K |
2771 | 2024-07-25T01:50:26.231Z | a tests/end_to_end_tests-a4e97f9b8962f63e 205530K |
2772 | 2024-07-25T01:50:26.232Z | a out/clickhouse.tar.gz 223151K |
2773 | 2024-07-25T01:50:26.232Z | a out/clickhouse_keeper.tar.gz 223134K |
2774 | 2024-07-25T01:50:26.232Z | a out/cockroachdb.tar.gz 131867K |
2775 | 2024-07-25T01:50:26.232Z | a out/crucible-dtrace.tar 85K |
2776 | 2024-07-25T01:50:26.232Z | a out/crucible-pantry-zone.tar.gz 27104K |
2777 | 2024-07-25T01:50:26.232Z | a out/crucible-zone.tar.gz 37470K |
2778 | 2024-07-25T01:50:26.232Z | a out/external-dns.tar.gz 25249K |
2779 | 2024-07-25T01:50:26.232Z | a out/internal-dns.tar.gz 25248K |
2780 | 2024-07-25T01:50:26.232Z | a out/mg-ddm-gz.tar 60627K |
2781 | 2024-07-25T01:50:26.232Z | a out/nexus.tar.gz 86199K |
2782 | 2024-07-25T01:50:26.232Z | a out/ntp.tar.gz 8983K |
2783 | 2024-07-25T01:50:26.232Z | a out/omicron-gateway-softnpu.tar.gz 13816K |
2784 | 2024-07-25T01:50:26.232Z | a out/omicron-sled-agent.tar 97133K |
2785 | 2024-07-25T01:50:26.232Z | a out/overlay.tar.gz 3K |
2786 | 2024-07-25T01:50:26.232Z | a out/oximeter.tar.gz 42693K |
2787 | 2024-07-25T01:50:26.232Z | a out/oxlog.tar 2947K |
2788 | 2024-07-25T01:50:26.232Z | a out/probe.tar.gz 2764K |
2789 | 2024-07-25T01:50:26.232Z | a out/propolis-server.tar.gz 64643K |
2790 | 2024-07-25T01:50:26.232Z | a out/pumpkind-gz.tar 26665K |
2791 | 2024-07-25T01:50:26.232Z | a out/switch-softnpu.tar.gz 208206K |
2792 | 2024-07-25T01:50:26.235Z | |
2793 | 2024-07-25T01:50:26.235Z | real 56.065909499 |
2794 | 2024-07-25T01:50:26.235Z | user 53.618793289 |
2795 | 2024-07-25T01:50:26.235Z | sys 3.597907319 |
2796 | 2024-07-25T01:50:26.235Z | trap 0.015336947 |
2797 | 2024-07-25T01:50:26.235Z | tflt 0.000000000 |
2798 | 2024-07-25T01:50:26.235Z | dflt 0.000000000 |
2799 | 2024-07-25T01:50:26.235Z | kflt 0.000000000 |
2800 | 2024-07-25T01:50:26.235Z | lock 0.000000000 |
2801 | 2024-07-25T01:50:26.235Z | slp 53.312214512 |
2802 | 2024-07-25T01:50:26.235Z | lat 1.582060760 |
2803 | 2024-07-25T01:50:26.235Z | stop 0.000528747 |
2804 | 2024-07-25T01:50:26.235Z | process exited: duration 1702074 ms, exit code 0 |
|
2805 | 2024-07-25T01:50:26.250Z | found 1 output files |
2806 | 2024-07-25T01:50:26.250Z | uploading: /work/package.tar.gz (1350579388 bytes) |
2807 | 2024-07-25T01:50:51.141Z | uploaded: /work/package.tar.gz |