|
|
|
1 | 2024-08-09T20:31:16.659Z | job assigned to worker 01J4WDBRTDFB7XEKT5YFS8PZMW (queued for 1 m 13 s) |
|
2 | 2024-08-09T20:31:24.799Z | starting task 0: "setup" |
3 | 2024-08-09T20:31:24.859Z | ++ uname -s |
4 | 2024-08-09T20:31:24.862Z | + kern=SunOS |
5 | 2024-08-09T20:31:24.862Z | + case "$kern" in |
6 | 2024-08-09T20:31:24.862Z | + groupadd -g 12345 build |
7 | 2024-08-09T20:31:24.865Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-09T20:31:26.875Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-09T20:31:27.041Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-09T20:31:27.044Z | + home_fs=zfs |
11 | 2024-08-09T20:31:27.044Z | + [[ zfs == autofs ]] |
12 | 2024-08-09T20:31:27.044Z | + mkdir -p /home/build |
13 | 2024-08-09T20:31:27.046Z | + chown build:build /home/build /work |
14 | 2024-08-09T20:31:29.048Z | + chmod 0700 /home/build /work |
15 | 2024-08-09T20:31:29.051Z | process exited: duration 4252 ms, exit code 0 |
|
16 | 2024-08-09T20:31:29.056Z | starting task 1: "rust-toolchain" |
17 | 2024-08-09T20:31:29.062Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-09T20:31:29.062Z | ' 1.80.1 |
19 | 2024-08-09T20:31:29.062Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-09T20:31:29.062Z | ' default |
21 | 2024-08-09T20:31:29.062Z | * toolchain channel = "1.80.1" |
22 | 2024-08-09T20:31:29.062Z | * toolchain profile = "default" |
23 | 2024-08-09T20:31:29.065Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-09T20:31:29.065Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-09T20:31:29.179Z | info: downloading installer |
26 | 2024-08-09T20:31:30.671Z | info: profile set to 'default' |
27 | 2024-08-09T20:31:30.671Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-09T20:31:30.673Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-09T20:31:30.838Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-09T20:31:30.838Z | info: downloading component 'cargo' |
31 | 2024-08-09T20:31:31.666Z | info: downloading component 'clippy' |
32 | 2024-08-09T20:31:31.967Z | info: downloading component 'rust-docs' |
33 | 2024-08-09T20:31:33.156Z | info: downloading component 'rust-std' |
34 | 2024-08-09T20:31:34.803Z | info: downloading component 'rustc' |
35 | 2024-08-09T20:31:39.375Z | info: downloading component 'rustfmt' |
36 | 2024-08-09T20:31:39.618Z | info: installing component 'cargo' |
37 | 2024-08-09T20:31:40.509Z | info: installing component 'clippy' |
38 | 2024-08-09T20:31:40.920Z | info: installing component 'rust-docs' |
39 | 2024-08-09T20:31:42.511Z | info: installing component 'rust-std' |
40 | 2024-08-09T20:31:44.262Z | info: installing component 'rustc' |
41 | 2024-08-09T20:31:49.008Z | info: installing component 'rustfmt' |
42 | 2024-08-09T20:31:49.369Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-09T20:31:49.369Z | |
44 | 2024-08-09T20:31:49.628Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-09T20:31:49.628Z | |
46 | 2024-08-09T20:31:49.631Z | |
47 | 2024-08-09T20:31:49.631Z | Rust is installed now. Great! |
48 | 2024-08-09T20:31:49.631Z | |
49 | 2024-08-09T20:31:49.631Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-09T20:31:49.631Z | environment variable. This has not been done automatically. |
51 | 2024-08-09T20:31:49.631Z | |
52 | 2024-08-09T20:31:49.631Z | To configure your current shell, you need to source |
53 | 2024-08-09T20:31:49.631Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-09T20:31:49.631Z | |
55 | 2024-08-09T20:31:49.631Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-09T20:31:49.631Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-09T20:31:49.631Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-09T20:31:49.705Z | + rustc --version |
59 | 2024-08-09T20:31:49.775Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-09T20:31:49.780Z | process exited: duration 20719 ms, exit code 0 |
|
61 | 2024-08-09T20:31:49.786Z | starting task 2: "authentication" |
62 | 2024-08-09T20:31:49.808Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-08-09T20:31:49.815Z | starting task 3: "clone repository" |
64 | 2024-08-09T20:31:49.818Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-09T20:31:49.821Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-09T20:31:49.978Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-09T20:31:56.797Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-09T20:31:56.800Z | + git fetch origin 38348069b757c06ec7038fd7c3db4bf5efe7c0b9 |
69 | 2024-08-09T20:31:57.367Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-09T20:31:57.367Z | * branch 38348069b757c06ec7038fd7c3db4bf5efe7c0b9 -> FETCH_HEAD |
71 | 2024-08-09T20:31:57.375Z | + [[ -n '' ]] |
72 | 2024-08-09T20:31:57.375Z | + git reset --hard 38348069b757c06ec7038fd7c3db4bf5efe7c0b9 |
73 | 2024-08-09T20:31:57.520Z | HEAD is now at 38348069b [#5333 2/6] Region snapshot replacement omdb cmds |
74 | 2024-08-09T20:31:57.523Z | process exited: duration 7707 ms, exit code 0 |
|
75 | 2024-08-09T20:31:57.529Z | starting task 4: "build" |
76 | 2024-08-09T20:31:57.534Z | + cargo --version |
77 | 2024-08-09T20:31:57.593Z | cargo 1.80.1 (376290515 2024-07-16) |
78 | 2024-08-09T20:31:57.596Z | + rustc --version |
79 | 2024-08-09T20:31:57.657Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
80 | 2024-08-09T20:31:57.660Z | + WORK=/work |
81 | 2024-08-09T20:31:57.660Z | + pfexec mkdir -p /work |
82 | 2024-08-09T20:31:57.664Z | + pfexec chown build /work |
83 | 2024-08-09T20:31:57.667Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
84 | 2024-08-09T20:32:12.204Z | Startup: Refreshing catalog 'helios-dev' ... Done |
85 | 2024-08-09T20:32:14.444Z | Startup: Caching catalogs ... Done |
86 | 2024-08-09T20:32:18.315Z | Planning: Solver setup ... Done (3.296s) |
87 | 2024-08-09T20:32:18.376Z | Planning: Running solver ... Done (0.061s) |
88 | 2024-08-09T20:32:18.428Z | Planning: Finding local manifests ... Done (0.003s) |
89 | 2024-08-09T20:32:18.453Z | Planning: Fetching manifests: 0/4 0% complete |
90 | 2024-08-09T20:32:18.709Z | Planning: Fetching manifests: 4/4 100% complete |
91 | 2024-08-09T20:32:18.758Z | Planning: Package planning ... Done (0.049s) |
92 | 2024-08-09T20:32:18.808Z | Planning: Merging actions ... Done (0.050s) |
93 | 2024-08-09T20:32:19.662Z | Planning: Checking for conflicting actions ... Done (0.854s) |
94 | 2024-08-09T20:32:19.674Z | Planning: Consolidating action changes ... Done (0.011s) |
95 | 2024-08-09T20:32:24.287Z | Planning: Evaluating mediators ... Done (4.613s) |
96 | 2024-08-09T20:32:24.297Z | Planning: Planning completed in 9.79 seconds |
97 | 2024-08-09T20:32:24.312Z | Packages to install: 4 |
98 | 2024-08-09T20:32:24.312Z | Mediators to change: 2 |
99 | 2024-08-09T20:32:24.315Z | Services to change: 1 |
100 | 2024-08-09T20:32:24.315Z | Estimated space available: 155.75 GB |
101 | 2024-08-09T20:32:24.316Z | Estimated space to be consumed: 1.47 GB |
102 | 2024-08-09T20:32:24.316Z | Create boot environment: No |
103 | 2024-08-09T20:32:24.316Z | Create backup boot environment: No |
104 | 2024-08-09T20:32:24.316Z | Rebuild boot archive: No |
105 | 2024-08-09T20:32:24.316Z | |
106 | 2024-08-09T20:32:24.316Z | Changed mediators: |
107 | 2024-08-09T20:32:24.316Z | mediator clang: |
108 | 2024-08-09T20:32:24.316Z | version: None -> 15 (system default) |
109 | 2024-08-09T20:32:24.316Z | |
110 | 2024-08-09T20:32:24.316Z | mediator llvm: |
111 | 2024-08-09T20:32:24.316Z | version: 14 (system default) -> 15 (system default) |
112 | 2024-08-09T20:32:24.316Z | |
113 | 2024-08-09T20:32:24.316Z | Changed packages: |
114 | 2024-08-09T20:32:24.316Z | helios-dev |
115 | 2024-08-09T20:32:24.316Z | developer/build-essential |
116 | 2024-08-09T20:32:24.316Z | None -> 11-2.0 |
117 | 2024-08-09T20:32:24.316Z | library/libxmlsec1 |
118 | 2024-08-09T20:32:24.316Z | None -> 1.2.35-2.0 |
119 | 2024-08-09T20:32:24.316Z | ooce/developer/clang-15 |
120 | 2024-08-09T20:32:24.316Z | None -> 15.0.7-2.0 |
121 | 2024-08-09T20:32:24.316Z | ooce/developer/llvm-15 |
122 | 2024-08-09T20:32:24.316Z | None -> 15.0.7-2.0 |
123 | 2024-08-09T20:32:24.316Z | |
124 | 2024-08-09T20:32:24.316Z | Services: |
125 | 2024-08-09T20:32:24.316Z | restart_fmri: |
126 | 2024-08-09T20:32:24.316Z | svc:/system/update-man-index:default |
127 | 2024-08-09T20:32:24.544Z | |
128 | 2024-08-09T20:32:24.544Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
129 | 2024-08-09T20:32:30.643Z | Download: 212/3290 items 1.3/212.6MB 0% complete (743k/s) |
130 | 2024-08-09T20:32:35.651Z | Download: 500/3290 items 16.8/212.6MB 7% complete (1.6M/s) |
131 | 2024-08-09T20:32:40.652Z | Download: 830/3290 items 18.8/212.6MB 8% complete (1.8M/s) |
132 | 2024-08-09T20:32:45.652Z | Download: 1232/3290 items 95.4/212.6MB 44% complete (7.8M/s) |
133 | 2024-08-09T20:32:50.653Z | Download: 2071/3290 items 118.8/212.6MB 55% complete (10.0M/s) |
134 | 2024-08-09T20:32:55.673Z | Download: 3235/3290 items 182.4/212.6MB 85% complete (8.9M/s) |
135 | 2024-08-09T20:33:00.673Z | Download: 3276/3290 items 208.7/212.6MB 98% complete (8.9M/s) |
136 | 2024-08-09T20:33:01.517Z | Download: Completed 212.60 MB in 36.97 seconds (5.8M/s) |
137 | 2024-08-09T20:33:01.824Z | Actions: 1/3689 actions (Installing new actions) |
138 | 2024-08-09T20:33:06.974Z | Actions: 3605/3689 actions (Installing new actions) |
139 | 2024-08-09T20:33:07.178Z | Actions: Completed 3689 actions in 5.35 seconds. |
140 | 2024-08-09T20:33:07.328Z | Done (0.145s) |
141 | 2024-08-09T20:33:07.328Z | Done (0.000s) |
142 | 2024-08-09T20:33:07.686Z | Done (0.358s) |
143 | 2024-08-09T20:33:13.249Z | Done (5.397s) |
144 | 2024-08-09T20:33:13.465Z | Done (0.136s) |
145 | 2024-08-09T20:33:13.468Z | Done (0.000s) |
146 | 2024-08-09T20:33:13.648Z | Done (0.000s) |
147 | 2024-08-09T20:33:14.274Z | Planning: Evaluating mediator changes ... Done |
148 | 2024-08-09T20:33:14.442Z | Planning: Checking for conflicting actions ... Done |
149 | 2024-08-09T20:33:14.445Z | Planning: Consolidating action changes ... Done |
150 | 2024-08-09T20:33:14.724Z | Planning: Evaluating mediators ... Done |
151 | 2024-08-09T20:33:14.726Z | Planning: Planning completed in 0.45 seconds |
152 | 2024-08-09T20:33:14.759Z | Mediators to change: 2 |
153 | 2024-08-09T20:33:14.759Z | Create boot environment: No |
154 | 2024-08-09T20:33:14.759Z | Create backup boot environment: No |
155 | 2024-08-09T20:33:14.846Z | Done |
156 | 2024-08-09T20:33:14.846Z | Done |
157 | 2024-08-09T20:33:15.076Z | Done |
158 | 2024-08-09T20:33:18.867Z | Done |
159 | 2024-08-09T20:33:18.960Z | Done |
160 | 2024-08-09T20:33:18.963Z | Done |
161 | 2024-08-09T20:33:19.102Z | Done |
162 | 2024-08-09T20:33:19.755Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-08-09T20:33:19.758Z | Planning: Merging actions ... Done |
164 | 2024-08-09T20:33:19.954Z | Planning: Checking for conflicting actions ... Done |
165 | 2024-08-09T20:33:19.957Z | Planning: Consolidating action changes ... Done |
166 | 2024-08-09T20:33:20.232Z | Planning: Evaluating mediators ... Done |
167 | 2024-08-09T20:33:20.291Z | Planning: Planning completed in 0.79 seconds |
168 | 2024-08-09T20:33:20.326Z | Packages to change: 1 |
169 | 2024-08-09T20:33:20.326Z | Mediators to change: 1 |
170 | 2024-08-09T20:33:20.326Z | Services to change: 1 |
171 | 2024-08-09T20:33:20.326Z | Create boot environment: No |
172 | 2024-08-09T20:33:20.329Z | Create backup boot environment: Yes |
173 | 2024-08-09T20:33:22.387Z | Actions: 1/6 actions (Updating modified actions) |
174 | 2024-08-09T20:33:22.448Z | Actions: Completed 6 actions in 0.06 seconds. |
175 | 2024-08-09T20:33:22.452Z | Done |
176 | 2024-08-09T20:33:22.452Z | Done |
177 | 2024-08-09T20:33:22.525Z | Done |
178 | 2024-08-09T20:33:26.372Z | Done |
179 | 2024-08-09T20:33:26.456Z | Done |
180 | 2024-08-09T20:33:26.458Z | Done |
181 | 2024-08-09T20:33:26.632Z | Done |
182 | 2024-08-09T20:33:27.092Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
183 | 2024-08-09T20:33:27.092Z | clang system 15 system |
184 | 2024-08-09T20:33:27.092Z | csh system system illumos |
185 | 2024-08-09T20:33:27.092Z | ctags system system illumos |
186 | 2024-08-09T20:33:27.092Z | gcc vendor 12 vendor |
187 | 2024-08-09T20:33:27.092Z | gcc system 10 system |
188 | 2024-08-09T20:33:27.093Z | gcc system 7 system |
189 | 2024-08-09T20:33:27.093Z | go system 1.20 system |
190 | 2024-08-09T20:33:27.093Z | go system 1.19 system |
191 | 2024-08-09T20:33:27.093Z | llvm system 15 system |
192 | 2024-08-09T20:33:27.093Z | llvm system 14 system |
193 | 2024-08-09T20:33:27.093Z | mariadb system 10.6 system |
194 | 2024-08-09T20:33:27.093Z | mta vendor vendor dma |
195 | 2024-08-09T20:33:27.093Z | openjdk system 17 system |
196 | 2024-08-09T20:33:27.093Z | openjdk system 11 system |
197 | 2024-08-09T20:33:27.093Z | openjdk system 1.8 system |
198 | 2024-08-09T20:33:27.093Z | openssl vendor 3 vendor |
199 | 2024-08-09T20:33:27.093Z | perl system 5.36 system |
200 | 2024-08-09T20:33:27.093Z | postgresql system 15 system |
201 | 2024-08-09T20:33:27.093Z | postgresql system 13 system |
202 | 2024-08-09T20:33:27.093Z | python vendor 3 vendor |
203 | 2024-08-09T20:33:27.093Z | python system 2 system |
204 | 2024-08-09T20:33:27.093Z | python3 system 3.11 system |
205 | 2024-08-09T20:33:27.093Z | ruby system 3.0 system |
206 | 2024-08-09T20:33:27.093Z | words vendor vendor american-english |
207 | 2024-08-09T20:33:27.093Z | words system system australian-english |
208 | 2024-08-09T20:33:27.093Z | words system system british-english |
209 | 2024-08-09T20:33:27.093Z | words system system canadian-english |
210 | 2024-08-09T20:33:27.093Z | words system system french |
211 | 2024-08-09T20:33:27.093Z | words system system italian |
212 | 2024-08-09T20:33:27.093Z | words system system ngerman |
213 | 2024-08-09T20:33:27.093Z | words system system ogerman |
214 | 2024-08-09T20:33:27.093Z | words system system spanish |
215 | 2024-08-09T20:33:27.443Z | PUBLISHER TYPE STATUS P LOCATION |
216 | 2024-08-09T20:33:27.443Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
217 | 2024-08-09T20:33:29.160Z | FMRI IFO |
218 | 2024-08-09T20:33:29.160Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
219 | 2024-08-09T20:33:29.160Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
220 | 2024-08-09T20:33:29.160Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
221 | 2024-08-09T20:33:29.160Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
222 | 2024-08-09T20:33:29.160Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
223 | 2024-08-09T20:33:29.160Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
224 | 2024-08-09T20:33:29.160Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
225 | 2024-08-09T20:33:29.160Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
226 | 2024-08-09T20:33:29.161Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
227 | 2024-08-09T20:33:29.161Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
228 | 2024-08-09T20:33:29.161Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
229 | 2024-08-09T20:33:29.161Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
230 | 2024-08-09T20:33:29.808Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
231 | 2024-08-09T20:33:30.063Z | Updating git repository `https://github.com/oxidecomputer/zone` |
232 | 2024-08-09T20:33:30.332Z | Updating crates.io index |
233 | 2024-08-09T20:33:30.335Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
234 | 2024-08-09T20:33:31.205Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
235 | 2024-08-09T20:33:31.883Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
236 | 2024-08-09T20:33:32.184Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
237 | 2024-08-09T20:33:33.643Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
238 | 2024-08-09T20:33:33.904Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
239 | 2024-08-09T20:33:34.131Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
240 | 2024-08-09T20:33:35.191Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
241 | 2024-08-09T20:33:37.067Z | Updating git repository `https://github.com/oxidecomputer/opte` |
242 | 2024-08-09T20:33:38.084Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
243 | 2024-08-09T20:33:38.809Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
244 | 2024-08-09T20:33:39.338Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
245 | 2024-08-09T20:33:39.732Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
246 | 2024-08-09T20:33:40.010Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
247 | 2024-08-09T20:33:40.310Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
248 | 2024-08-09T20:33:40.591Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
249 | 2024-08-09T20:33:40.855Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
250 | 2024-08-09T20:33:41.107Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
251 | 2024-08-09T20:33:41.353Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
252 | 2024-08-09T20:33:41.643Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
253 | 2024-08-09T20:33:42.036Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
254 | 2024-08-09T20:33:42.340Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
255 | 2024-08-09T20:33:42.674Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
256 | 2024-08-09T20:33:43.221Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
257 | 2024-08-09T20:33:43.524Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
258 | 2024-08-09T20:33:43.927Z | Updating git repository `https://github.com/oxidecomputer/typify` |
259 | 2024-08-09T20:33:46.187Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
260 | 2024-08-09T20:33:46.421Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
261 | 2024-08-09T20:33:46.666Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
262 | 2024-08-09T20:33:46.965Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
263 | 2024-08-09T20:33:48.090Z | Downloading crates ... |
264 | 2024-08-09T20:33:48.154Z | Downloaded anstream v0.6.14 |
265 | 2024-08-09T20:33:48.158Z | Downloaded dtrace-parser v0.2.0 |
266 | 2024-08-09T20:33:48.163Z | Downloaded errno v0.3.9 |
267 | 2024-08-09T20:33:48.163Z | Downloaded byteorder v1.5.0 |
268 | 2024-08-09T20:33:48.166Z | Downloaded block-buffer v0.10.4 |
269 | 2024-08-09T20:33:48.168Z | Downloaded equivalent v1.0.1 |
270 | 2024-08-09T20:33:48.188Z | Downloaded dof v0.3.0 |
271 | 2024-08-09T20:33:48.191Z | Downloaded clap_lex v0.7.0 |
272 | 2024-08-09T20:33:48.197Z | Downloaded cargo-platform v0.1.8 |
273 | 2024-08-09T20:33:48.200Z | Downloaded heck v0.4.1 |
274 | 2024-08-09T20:33:48.204Z | Downloaded crypto-common v0.1.6 |
275 | 2024-08-09T20:33:48.204Z | Downloaded memmap v0.7.0 |
276 | 2024-08-09T20:33:48.204Z | Downloaded autocfg v1.3.0 |
277 | 2024-08-09T20:33:48.207Z | Downloaded anstyle-parse v0.2.4 |
278 | 2024-08-09T20:33:48.207Z | Downloaded colorchoice v1.0.1 |
279 | 2024-08-09T20:33:48.211Z | Downloaded is_terminal_polyfill v1.70.0 |
280 | 2024-08-09T20:33:48.211Z | Downloaded bytecount v0.6.8 |
281 | 2024-08-09T20:33:48.216Z | Downloaded scroll v0.12.0 |
282 | 2024-08-09T20:33:48.216Z | Downloaded anstyle-query v1.0.3 |
283 | 2024-08-09T20:33:48.219Z | Downloaded utf8parse v0.2.1 |
284 | 2024-08-09T20:33:48.223Z | Downloaded version_check v0.9.5 |
285 | 2024-08-09T20:33:48.227Z | Downloaded usdt-macro v0.5.0 |
286 | 2024-08-09T20:33:48.232Z | Downloaded scroll_derive v0.12.0 |
287 | 2024-08-09T20:33:48.235Z | Downloaded usdt-attr-macro v0.5.0 |
288 | 2024-08-09T20:33:48.235Z | Downloaded swrite v0.1.0 |
289 | 2024-08-09T20:33:48.238Z | Downloaded pretty-hex v0.4.1 |
290 | 2024-08-09T20:33:48.238Z | Downloaded toml_datetime v0.6.8 |
291 | 2024-08-09T20:33:48.238Z | Downloaded thiserror v1.0.63 |
292 | 2024-08-09T20:33:48.244Z | Downloaded tabled_derive v0.7.0 |
293 | 2024-08-09T20:33:48.248Z | Downloaded usdt-impl v0.5.0 |
294 | 2024-08-09T20:33:48.248Z | Downloaded digest v0.10.7 |
295 | 2024-08-09T20:33:48.250Z | Downloaded usdt v0.5.0 |
296 | 2024-08-09T20:33:48.250Z | Downloaded thread-id v4.2.1 |
297 | 2024-08-09T20:33:48.250Z | Downloaded plain v0.2.3 |
298 | 2024-08-09T20:33:48.250Z | Downloaded pest_generator v2.7.10 |
299 | 2024-08-09T20:33:48.253Z | Downloaded serde_spanned v0.6.7 |
300 | 2024-08-09T20:33:48.253Z | Downloaded fs-err v2.11.0 |
301 | 2024-08-09T20:33:48.257Z | Downloaded fnv v1.0.7 |
302 | 2024-08-09T20:33:48.257Z | Downloaded clap_derive v4.5.13 |
303 | 2024-08-09T20:33:48.261Z | Downloaded cfg-if v1.0.0 |
304 | 2024-08-09T20:33:48.261Z | Downloaded sha2 v0.10.8 |
305 | 2024-08-09T20:33:48.264Z | Downloaded semver v1.0.23 |
306 | 2024-08-09T20:33:48.264Z | Downloaded proc-macro-error v1.0.4 |
307 | 2024-08-09T20:33:48.267Z | Downloaded cargo_metadata v0.18.1 |
308 | 2024-08-09T20:33:48.269Z | Downloaded cargo_toml v0.20.4 |
309 | 2024-08-09T20:33:48.272Z | Downloaded strsim v0.11.1 |
310 | 2024-08-09T20:33:48.272Z | Downloaded thiserror-impl v1.0.63 |
311 | 2024-08-09T20:33:48.276Z | Downloaded itoa v1.0.11 |
312 | 2024-08-09T20:33:48.277Z | Downloaded anstyle v1.0.8 |
313 | 2024-08-09T20:33:48.280Z | Downloaded generic-array v0.14.7 |
314 | 2024-08-09T20:33:48.280Z | Downloaded cpufeatures v0.2.12 |
315 | 2024-08-09T20:33:48.280Z | Downloaded proc-macro-error-attr v1.0.4 |
316 | 2024-08-09T20:33:48.280Z | Downloaded heck v0.5.0 |
317 | 2024-08-09T20:33:48.284Z | Downloaded serde_tokenstream v0.2.1 |
318 | 2024-08-09T20:33:48.287Z | Downloaded macaddr v1.0.1 |
319 | 2024-08-09T20:33:48.287Z | Downloaded zerocopy-derive v0.7.34 |
320 | 2024-08-09T20:33:48.290Z | Downloaded bitflags v2.6.0 |
321 | 2024-08-09T20:33:48.297Z | Downloaded unicode-ident v1.0.12 |
322 | 2024-08-09T20:33:48.300Z | Downloaded typenum v1.17.0 |
323 | 2024-08-09T20:33:48.306Z | Downloaded quote v1.0.36 |
324 | 2024-08-09T20:33:48.309Z | Downloaded once_cell v1.19.0 |
325 | 2024-08-09T20:33:48.314Z | Downloaded pest_derive v2.7.10 |
326 | 2024-08-09T20:33:48.316Z | Downloaded terminal_size v0.3.0 |
327 | 2024-08-09T20:33:48.322Z | Downloaded proc-macro2 v1.0.86 |
328 | 2024-08-09T20:33:48.325Z | Downloaded camino v1.1.7 |
329 | 2024-08-09T20:33:48.325Z | Downloaded log v0.4.21 |
330 | 2024-08-09T20:33:48.328Z | Downloaded clap v4.5.13 |
331 | 2024-08-09T20:33:48.334Z | Downloaded pest_meta v2.7.10 |
332 | 2024-08-09T20:33:48.336Z | Downloaded anyhow v1.0.86 |
333 | 2024-08-09T20:33:48.340Z | Downloaded toml v0.8.19 |
334 | 2024-08-09T20:33:48.343Z | Downloaded serde_derive v1.0.205 |
335 | 2024-08-09T20:33:48.346Z | Downloaded papergrid v0.11.0 |
336 | 2024-08-09T20:33:48.352Z | Downloaded indexmap v2.3.0 |
337 | 2024-08-09T20:33:48.357Z | Downloaded ucd-trie v0.1.6 |
338 | 2024-08-09T20:33:48.374Z | Downloaded ryu v1.0.18 |
339 | 2024-08-09T20:33:48.378Z | Downloaded serde v1.0.205 |
340 | 2024-08-09T20:33:48.386Z | Downloaded memchr v2.7.2 |
341 | 2024-08-09T20:33:48.395Z | Downloaded toml_edit v0.22.20 |
342 | 2024-08-09T20:33:48.417Z | Downloaded pest v2.7.10 |
343 | 2024-08-09T20:33:48.426Z | Downloaded hashbrown v0.14.5 |
344 | 2024-08-09T20:33:48.434Z | Downloaded serde_json v1.0.122 |
345 | 2024-08-09T20:33:48.442Z | Downloaded zerocopy v0.7.34 |
346 | 2024-08-09T20:33:48.459Z | Downloaded winnow v0.6.18 |
347 | 2024-08-09T20:33:48.467Z | Downloaded clap_builder v4.5.13 |
348 | 2024-08-09T20:33:48.474Z | Downloaded tabled v0.15.0 |
349 | 2024-08-09T20:33:48.491Z | Downloaded goblin v0.8.2 |
350 | 2024-08-09T20:33:48.497Z | Downloaded syn v2.0.72 |
351 | 2024-08-09T20:33:48.508Z | Downloaded syn v1.0.109 |
352 | 2024-08-09T20:33:48.520Z | Downloaded rustix v0.38.34 |
353 | 2024-08-09T20:33:48.542Z | Downloaded unicode-width v0.1.13 |
354 | 2024-08-09T20:33:48.559Z | Downloaded libc v0.2.155 |
355 | 2024-08-09T20:33:48.859Z | Compiling proc-macro2 v1.0.86 |
356 | 2024-08-09T20:33:48.862Z | Compiling unicode-ident v1.0.12 |
357 | 2024-08-09T20:33:48.862Z | Compiling version_check v0.9.5 |
358 | 2024-08-09T20:33:48.862Z | Compiling serde v1.0.205 |
359 | 2024-08-09T20:33:48.862Z | Compiling memchr v2.7.2 |
360 | 2024-08-09T20:33:48.862Z | Compiling thiserror v1.0.63 |
361 | 2024-08-09T20:33:48.862Z | Compiling libc v0.2.155 |
362 | 2024-08-09T20:33:48.862Z | Compiling itoa v1.0.11 |
363 | 2024-08-09T20:33:49.130Z | Compiling ucd-trie v0.1.6 |
364 | 2024-08-09T20:33:49.172Z | Compiling ryu v1.0.18 |
365 | 2024-08-09T20:33:49.674Z | Compiling once_cell v1.19.0 |
366 | 2024-08-09T20:33:49.723Z | Compiling byteorder v1.5.0 |
367 | 2024-08-09T20:33:50.006Z | Compiling serde_json v1.0.122 |
368 | 2024-08-09T20:33:50.960Z | Compiling proc-macro-error-attr v1.0.4 |
369 | 2024-08-09T20:33:50.962Z | Compiling usdt-impl v0.5.0 |
370 | 2024-08-09T20:33:51.002Z | Compiling syn v1.0.109 |
371 | 2024-08-09T20:33:51.006Z | Compiling rustix v0.38.34 |
372 | 2024-08-09T20:33:51.090Z | Compiling proc-macro-error v1.0.4 |
373 | 2024-08-09T20:33:51.323Z | Compiling bitflags v2.6.0 |
374 | 2024-08-09T20:33:51.390Z | Compiling hashbrown v0.14.5 |
375 | 2024-08-09T20:33:51.454Z | Compiling equivalent v1.0.1 |
376 | 2024-08-09T20:33:51.601Z | Compiling log v0.4.21 |
377 | 2024-08-09T20:33:51.791Z | Compiling thread-id v4.2.1 |
378 | 2024-08-09T20:33:51.840Z | Compiling plain v0.2.3 |
379 | 2024-08-09T20:33:51.864Z | Compiling utf8parse v0.2.1 |
380 | 2024-08-09T20:33:51.989Z | Compiling quote v1.0.36 |
381 | 2024-08-09T20:33:52.031Z | Compiling anstyle-parse v0.2.4 |
382 | 2024-08-09T20:33:52.058Z | Compiling is_terminal_polyfill v1.70.0 |
383 | 2024-08-09T20:33:52.105Z | Compiling pretty-hex v0.4.1 |
384 | 2024-08-09T20:33:52.212Z | Compiling winnow v0.6.18 |
385 | 2024-08-09T20:33:52.338Z | Compiling errno v0.3.9 |
386 | 2024-08-09T20:33:52.424Z | Compiling syn v2.0.72 |
387 | 2024-08-09T20:33:52.644Z | Compiling colorchoice v1.0.1 |
388 | 2024-08-09T20:33:52.757Z | Compiling indexmap v2.3.0 |
389 | 2024-08-09T20:33:52.806Z | Compiling semver v1.0.23 |
390 | 2024-08-09T20:33:52.851Z | Compiling anstyle v1.0.8 |
391 | 2024-08-09T20:33:53.329Z | Compiling anstyle-query v1.0.3 |
392 | 2024-08-09T20:33:53.384Z | Compiling camino v1.1.7 |
393 | 2024-08-09T20:33:53.471Z | Compiling autocfg v1.3.0 |
394 | 2024-08-09T20:33:54.122Z | Compiling terminal_size v0.3.0 |
395 | 2024-08-09T20:33:54.166Z | Compiling anstream v0.6.14 |
396 | 2024-08-09T20:33:54.330Z | Compiling heck v0.5.0 |
397 | 2024-08-09T20:33:54.386Z | Compiling fnv v1.0.7 |
398 | 2024-08-09T20:33:54.410Z | Compiling strsim v0.11.1 |
399 | 2024-08-09T20:33:54.456Z | Compiling fs-err v2.11.0 |
400 | 2024-08-09T20:33:54.523Z | Compiling heck v0.4.1 |
401 | 2024-08-09T20:33:54.773Z | Compiling bytecount v0.6.8 |
402 | 2024-08-09T20:33:54.864Z | Compiling unicode-width v0.1.13 |
403 | 2024-08-09T20:33:54.978Z | Compiling anyhow v1.0.86 |
404 | 2024-08-09T20:33:55.013Z | Compiling clap_lex v0.7.0 |
405 | 2024-08-09T20:33:55.128Z | Compiling papergrid v0.11.0 |
406 | 2024-08-09T20:33:55.207Z | Compiling memmap v0.7.0 |
407 | 2024-08-09T20:33:55.562Z | Compiling clap_builder v4.5.13 |
408 | 2024-08-09T20:33:56.135Z | Compiling swrite v0.1.0 |
409 | 2024-08-09T20:33:57.723Z | Compiling tabled_derive v0.7.0 |
410 | 2024-08-09T20:33:59.208Z | Compiling tabled v0.15.0 |
411 | 2024-08-09T20:34:01.377Z | Compiling serde_derive v1.0.205 |
412 | 2024-08-09T20:34:01.377Z | Compiling thiserror-impl v1.0.63 |
413 | 2024-08-09T20:34:01.380Z | Compiling zerocopy-derive v0.7.34 |
414 | 2024-08-09T20:34:01.380Z | Compiling scroll_derive v0.12.0 |
415 | 2024-08-09T20:34:01.380Z | Compiling clap_derive v4.5.13 |
416 | 2024-08-09T20:34:02.853Z | Compiling scroll v0.12.0 |
417 | 2024-08-09T20:34:03.436Z | Compiling zerocopy v0.7.34 |
418 | 2024-08-09T20:34:03.462Z | Compiling goblin v0.8.2 |
419 | 2024-08-09T20:34:04.452Z | Compiling pest v2.7.10 |
420 | 2024-08-09T20:34:05.501Z | Compiling clap v4.5.13 |
421 | 2024-08-09T20:34:06.633Z | Compiling pest_meta v2.7.10 |
422 | 2024-08-09T20:34:07.527Z | Compiling pest_generator v2.7.10 |
423 | 2024-08-09T20:34:09.327Z | Compiling pest_derive v2.7.10 |
424 | 2024-08-09T20:34:10.041Z | Compiling dtrace-parser v0.2.0 |
425 | 2024-08-09T20:34:12.103Z | Compiling serde_tokenstream v0.2.1 |
426 | 2024-08-09T20:34:12.147Z | Compiling serde_spanned v0.6.7 |
427 | 2024-08-09T20:34:12.150Z | Compiling toml_datetime v0.6.8 |
428 | 2024-08-09T20:34:12.534Z | Compiling toml_edit v0.22.20 |
429 | 2024-08-09T20:34:12.561Z | Compiling cargo-platform v0.1.8 |
430 | 2024-08-09T20:34:12.686Z | Compiling macaddr v1.0.1 |
431 | 2024-08-09T20:34:13.613Z | Compiling dof v0.3.0 |
432 | 2024-08-09T20:34:13.637Z | Compiling cargo_metadata v0.18.1 |
433 | 2024-08-09T20:34:15.514Z | Compiling usdt-attr-macro v0.5.0 |
434 | 2024-08-09T20:34:15.517Z | Compiling usdt-macro v0.5.0 |
435 | 2024-08-09T20:34:15.660Z | Compiling toml v0.8.19 |
436 | 2024-08-09T20:34:16.575Z | Compiling cargo_toml v0.20.4 |
437 | 2024-08-09T20:34:17.068Z | Compiling usdt v0.5.0 |
438 | 2024-08-09T20:34:20.521Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
439 | 2024-08-09T20:34:24.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.23s |
440 | 2024-08-09T20:34:25.057Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
441 | 2024-08-09T20:34:25.675Z | Downloading crates ... |
442 | 2024-08-09T20:34:25.800Z | Downloaded async-stream-impl v0.3.5 |
443 | 2024-08-09T20:34:25.809Z | Downloaded atty v0.2.14 |
444 | 2024-08-09T20:34:25.812Z | Downloaded atomic-waker v1.1.2 |
445 | 2024-08-09T20:34:25.813Z | Downloaded array-init v0.0.4 |
446 | 2024-08-09T20:34:25.816Z | Downloaded ascii-canvas v3.0.0 |
447 | 2024-08-09T20:34:25.816Z | Downloaded bitstruct v0.1.1 |
448 | 2024-08-09T20:34:25.821Z | Downloaded cfg_aliases v0.1.1 |
449 | 2024-08-09T20:34:25.824Z | Downloaded cstr-argument v0.1.2 |
450 | 2024-08-09T20:34:25.827Z | Downloaded aead v0.5.2 |
451 | 2024-08-09T20:34:25.830Z | Downloaded async-recursion v1.1.1 |
452 | 2024-08-09T20:34:25.833Z | Downloaded is-terminal v0.4.12 |
453 | 2024-08-09T20:34:25.836Z | Downloaded bitfield-struct v0.6.1 |
454 | 2024-08-09T20:34:25.839Z | Downloaded crunchy v0.2.2 |
455 | 2024-08-09T20:34:25.839Z | Downloaded crc v3.2.1 |
456 | 2024-08-09T20:34:25.842Z | Downloaded ciborium-ll v0.2.2 |
457 | 2024-08-09T20:34:25.844Z | Downloaded indicatif v0.17.8 |
458 | 2024-08-09T20:34:25.849Z | Downloaded matches v0.1.10 |
459 | 2024-08-09T20:34:25.851Z | Downloaded opaque-debug v0.3.1 |
460 | 2024-08-09T20:34:25.851Z | Downloaded num_threads v0.1.7 |
461 | 2024-08-09T20:34:25.854Z | Downloaded new_debug_unreachable v1.0.6 |
462 | 2024-08-09T20:34:25.857Z | Downloaded is_ci v1.2.0 |
463 | 2024-08-09T20:34:25.857Z | Downloaded debug-ignore v1.0.5 |
464 | 2024-08-09T20:34:25.860Z | Downloaded defmt-macros v0.3.9 |
465 | 2024-08-09T20:34:25.863Z | Downloaded newline-converter v0.3.0 |
466 | 2024-08-09T20:34:25.866Z | Downloaded bzip2 v0.4.4 |
467 | 2024-08-09T20:34:25.869Z | Downloaded data-encoding v2.6.0 |
468 | 2024-08-09T20:34:25.869Z | Downloaded oso-derive v0.27.3 |
469 | 2024-08-09T20:34:25.872Z | Downloaded ipnetwork v0.20.0 |
470 | 2024-08-09T20:34:25.875Z | Downloaded atomicwrites v0.4.3 |
471 | 2024-08-09T20:34:25.875Z | Downloaded inout v0.1.3 |
472 | 2024-08-09T20:34:25.877Z | Downloaded indoc v1.0.9 |
473 | 2024-08-09T20:34:25.881Z | Downloaded parse-size v1.0.0 |
474 | 2024-08-09T20:34:25.881Z | Downloaded openssl-probe v0.1.5 |
475 | 2024-08-09T20:34:25.884Z | Downloaded nodrop v0.1.14 |
476 | 2024-08-09T20:34:25.884Z | Downloaded match_cfg v0.1.0 |
477 | 2024-08-09T20:34:25.887Z | Downloaded num-conv v0.1.0 |
478 | 2024-08-09T20:34:25.887Z | Downloaded cassowary v0.3.0 |
479 | 2024-08-09T20:34:25.889Z | Downloaded number_prefix v0.4.0 |
480 | 2024-08-09T20:34:25.889Z | Downloaded num_enum v0.5.11 |
481 | 2024-08-09T20:34:25.895Z | Downloaded crucible-workspace-hack v0.1.0 |
482 | 2024-08-09T20:34:25.898Z | Downloaded memoffset v0.9.1 |
483 | 2024-08-09T20:34:25.901Z | Downloaded num-iter v0.1.45 |
484 | 2024-08-09T20:34:25.901Z | Downloaded num-derive v0.4.2 |
485 | 2024-08-09T20:34:25.903Z | Downloaded nanorand v0.7.0 |
486 | 2024-08-09T20:34:25.907Z | Downloaded libefi-sys v0.1.0 |
487 | 2024-08-09T20:34:25.910Z | Downloaded nibble_vec v0.1.0 |
488 | 2024-08-09T20:34:25.910Z | Downloaded newtype-uuid v1.1.0 |
489 | 2024-08-09T20:34:25.915Z | Downloaded maplit v1.0.2 |
490 | 2024-08-09T20:34:25.915Z | Downloaded base16ct v0.2.0 |
491 | 2024-08-09T20:34:25.915Z | Downloaded block-padding v0.3.3 |
492 | 2024-08-09T20:34:25.917Z | Downloaded bitflags v1.3.2 |
493 | 2024-08-09T20:34:25.920Z | Downloaded ipnet v2.9.0 |
494 | 2024-08-09T20:34:25.920Z | Downloaded normalize-line-endings v0.3.0 |
495 | 2024-08-09T20:34:25.923Z | Downloaded openssl-macros v0.1.1 |
496 | 2024-08-09T20:34:25.923Z | Downloaded shlex v1.3.0 |
497 | 2024-08-09T20:34:25.926Z | Downloaded shell-words v1.1.0 |
498 | 2024-08-09T20:34:25.926Z | Downloaded constant_time_eq v0.3.0 |
499 | 2024-08-09T20:34:25.928Z | Downloaded olpc-cjson v0.1.3 |
500 | 2024-08-09T20:34:25.932Z | Downloaded newtype_derive v0.1.6 |
501 | 2024-08-09T20:34:25.932Z | Downloaded take_mut v0.2.2 |
502 | 2024-08-09T20:34:25.936Z | Downloaded keccak v0.1.5 |
503 | 2024-08-09T20:34:25.936Z | Downloaded cookie v0.18.1 |
504 | 2024-08-09T20:34:25.939Z | Downloaded clang-sys v1.7.0 |
505 | 2024-08-09T20:34:25.942Z | Downloaded peg v0.8.4 |
506 | 2024-08-09T20:34:25.945Z | Downloaded num_cpus v1.16.0 |
507 | 2024-08-09T20:34:25.948Z | Downloaded arc-swap v1.7.1 |
508 | 2024-08-09T20:34:25.954Z | Downloaded strum v0.26.3 |
509 | 2024-08-09T20:34:25.957Z | Downloaded toolchain_find v0.4.0 |
510 | 2024-08-09T20:34:25.957Z | Downloaded smawk v0.3.2 |
511 | 2024-08-09T20:34:25.959Z | Downloaded num-complex v0.4.6 |
512 | 2024-08-09T20:34:25.962Z | Downloaded multimap v0.10.0 |
513 | 2024-08-09T20:34:25.965Z | Downloaded slog-stdlog v4.1.1 |
514 | 2024-08-09T20:34:25.965Z | Downloaded lazycell v1.3.0 |
515 | 2024-08-09T20:34:25.967Z | Downloaded kstat-rs v0.2.4 |
516 | 2024-08-09T20:34:25.967Z | Downloaded defmt v0.3.8 |
517 | 2024-08-09T20:34:25.972Z | Downloaded http-range v0.1.5 |
518 | 2024-08-09T20:34:25.974Z | Downloaded parking_lot v0.11.2 |
519 | 2024-08-09T20:34:25.978Z | Downloaded tap v1.0.1 |
520 | 2024-08-09T20:34:25.983Z | Downloaded bcs v0.1.6 |
521 | 2024-08-09T20:34:25.983Z | Downloaded endian-type v0.1.2 |
522 | 2024-08-09T20:34:25.983Z | Downloaded tokio-macros v2.3.0 |
523 | 2024-08-09T20:34:25.987Z | Downloaded thread_local v1.1.8 |
524 | 2024-08-09T20:34:25.987Z | Downloaded sqlformat v0.2.4 |
525 | 2024-08-09T20:34:25.991Z | Downloaded lru v0.12.3 |
526 | 2024-08-09T20:34:25.991Z | Downloaded path-slash v0.1.5 |
527 | 2024-08-09T20:34:25.993Z | Downloaded num-integer v0.1.46 |
528 | 2024-08-09T20:34:25.993Z | Downloaded chacha20poly1305 v0.10.1 |
529 | 2024-08-09T20:34:25.996Z | Downloaded derive_builder_macro v0.20.0 |
530 | 2024-08-09T20:34:25.998Z | Downloaded peg-runtime v0.8.3 |
531 | 2024-08-09T20:34:25.998Z | Downloaded darling_core v0.20.9 |
532 | 2024-08-09T20:34:26.005Z | Downloaded fixedbitset v0.4.2 |
533 | 2024-08-09T20:34:26.009Z | Downloaded uzers v0.11.3 |
534 | 2024-08-09T20:34:26.009Z | Downloaded defmt-parser v0.3.4 |
535 | 2024-08-09T20:34:26.012Z | Downloaded owo-colors v4.0.0 |
536 | 2024-08-09T20:34:26.016Z | Downloaded num-rational v0.4.2 |
537 | 2024-08-09T20:34:26.018Z | Downloaded hash32 v0.2.1 |
538 | 2024-08-09T20:34:26.018Z | Downloaded structmeta-derive v0.3.0 |
539 | 2024-08-09T20:34:26.021Z | Downloaded num v0.4.3 |
540 | 2024-08-09T20:34:26.021Z | Downloaded num-traits v0.2.19 |
541 | 2024-08-09T20:34:26.024Z | Downloaded tinyvec_macros v0.1.1 |
542 | 2024-08-09T20:34:26.027Z | Downloaded ena v0.14.3 |
543 | 2024-08-09T20:34:26.030Z | Downloaded native-tls v0.2.11 |
544 | 2024-08-09T20:34:26.030Z | Downloaded http-body v0.4.6 |
545 | 2024-08-09T20:34:26.033Z | Downloaded home v0.5.9 |
546 | 2024-08-09T20:34:26.035Z | Downloaded crossbeam-utils v0.8.19 |
547 | 2024-08-09T20:34:26.038Z | Downloaded serde_plain v1.0.2 |
548 | 2024-08-09T20:34:26.041Z | Downloaded futures-io v0.3.30 |
549 | 2024-08-09T20:34:26.041Z | Downloaded vte_generate_state_changes v0.1.1 |
550 | 2024-08-09T20:34:26.043Z | Downloaded maybe-uninit v2.0.0 |
551 | 2024-08-09T20:34:26.046Z | Downloaded wyz v0.5.1 |
552 | 2024-08-09T20:34:26.046Z | Downloaded dsl_auto_type v0.1.2 |
553 | 2024-08-09T20:34:26.049Z | Downloaded pem v3.0.4 |
554 | 2024-08-09T20:34:26.051Z | Downloaded cc v1.0.97 |
555 | 2024-08-09T20:34:26.054Z | Downloaded unicode-xid v0.2.4 |
556 | 2024-08-09T20:34:26.057Z | Downloaded peg-macros v0.8.4 |
557 | 2024-08-09T20:34:26.060Z | Downloaded parking_lot_core v0.9.10 |
558 | 2024-08-09T20:34:26.062Z | Downloaded crc-any v2.5.0 |
559 | 2024-08-09T20:34:26.065Z | Downloaded waitgroup v0.1.2 |
560 | 2024-08-09T20:34:26.065Z | Downloaded rustversion v1.0.17 |
561 | 2024-08-09T20:34:26.068Z | Downloaded heck v0.3.3 |
562 | 2024-08-09T20:34:26.071Z | Downloaded futures-sink v0.3.30 |
563 | 2024-08-09T20:34:26.074Z | Downloaded pin-utils v0.1.0 |
564 | 2024-08-09T20:34:26.074Z | Downloaded pretty-hex v0.2.1 |
565 | 2024-08-09T20:34:26.074Z | Downloaded password-hash v0.5.0 |
566 | 2024-08-09T20:34:26.077Z | Downloaded slog-async v2.8.0 |
567 | 2024-08-09T20:34:26.080Z | Downloaded slab v0.4.9 |
568 | 2024-08-09T20:34:26.083Z | Downloaded fxhash v0.2.1 |
569 | 2024-08-09T20:34:26.083Z | Downloaded tls_codec v0.4.1 |
570 | 2024-08-09T20:34:26.086Z | Downloaded futures-macro v0.3.30 |
571 | 2024-08-09T20:34:26.088Z | Downloaded rtoolbox v0.0.2 |
572 | 2024-08-09T20:34:26.089Z | Downloaded ref-cast v1.0.23 |
573 | 2024-08-09T20:34:26.091Z | Downloaded radium v0.7.0 |
574 | 2024-08-09T20:34:26.095Z | Downloaded openssl-sys v0.9.103 |
575 | 2024-08-09T20:34:26.099Z | Downloaded toml v0.7.8 |
576 | 2024-08-09T20:34:26.104Z | Downloaded miniz_oxide v0.7.2 |
577 | 2024-08-09T20:34:26.107Z | Downloaded termtree v0.4.1 |
578 | 2024-08-09T20:34:26.109Z | Downloaded structmeta v0.2.0 |
579 | 2024-08-09T20:34:26.112Z | Downloaded enum-as-inner v0.5.1 |
580 | 2024-08-09T20:34:26.112Z | Downloaded tls_codec_derive v0.4.1 |
581 | 2024-08-09T20:34:26.115Z | Downloaded parking_lot v0.12.2 |
582 | 2024-08-09T20:34:26.118Z | Downloaded hostname v0.4.0 |
583 | 2024-08-09T20:34:26.120Z | Downloaded rustls-pemfile v2.1.3 |
584 | 2024-08-09T20:34:26.123Z | Downloaded foreign-types v0.3.2 |
585 | 2024-08-09T20:34:26.126Z | Downloaded tower-service v0.3.2 |
586 | 2024-08-09T20:34:26.126Z | Downloaded try-lock v0.2.5 |
587 | 2024-08-09T20:34:26.128Z | Downloaded httparse v1.8.0 |
588 | 2024-08-09T20:34:26.141Z | Downloaded diff v0.1.13 |
589 | 2024-08-09T20:34:26.145Z | Downloaded static_assertions v1.1.0 |
590 | 2024-08-09T20:34:26.148Z | Downloaded half v2.4.1 |
591 | 2024-08-09T20:34:26.151Z | Downloaded toml v0.5.11 |
592 | 2024-08-09T20:34:26.155Z | Downloaded gethostname v0.5.0 |
593 | 2024-08-09T20:34:26.158Z | Downloaded sync_wrapper v0.1.2 |
594 | 2024-08-09T20:34:26.161Z | Downloaded topological-sort v0.2.2 |
595 | 2024-08-09T20:34:26.161Z | Downloaded crypto-bigint v0.5.5 |
596 | 2024-08-09T20:34:26.168Z | Downloaded const_format v0.2.32 |
597 | 2024-08-09T20:34:26.174Z | Downloaded untrusted v0.9.0 |
598 | 2024-08-09T20:34:26.177Z | Downloaded slog-dtrace v0.3.0 |
599 | 2024-08-09T20:34:26.180Z | Downloaded futures-executor v0.3.30 |
600 | 2024-08-09T20:34:26.183Z | Downloaded form_urlencoded v1.2.1 |
601 | 2024-08-09T20:34:26.183Z | Downloaded semver v0.1.20 |
602 | 2024-08-09T20:34:26.186Z | Downloaded percent-encoding v2.3.1 |
603 | 2024-08-09T20:34:26.186Z | Downloaded portpicker v0.1.1 |
604 | 2024-08-09T20:34:26.188Z | Downloaded hex v0.4.3 |
605 | 2024-08-09T20:34:26.188Z | Downloaded rpassword v7.3.1 |
606 | 2024-08-09T20:34:26.191Z | Downloaded term v0.7.0 |
607 | 2024-08-09T20:34:26.194Z | Downloaded tinyvec v1.6.0 |
608 | 2024-08-09T20:34:26.199Z | Downloaded scheduled-thread-pool v0.2.7 |
609 | 2024-08-09T20:34:26.202Z | Downloaded embedded-io v0.4.0 |
610 | 2024-08-09T20:34:26.205Z | Downloaded base64 v0.21.7 |
611 | 2024-08-09T20:34:26.208Z | Downloaded derive_builder_core v0.20.0 |
612 | 2024-08-09T20:34:26.211Z | Downloaded serde_urlencoded v0.7.1 |
613 | 2024-08-09T20:34:26.214Z | Downloaded tungstenite v0.21.0 |
614 | 2024-08-09T20:34:26.217Z | Downloaded want v0.3.1 |
615 | 2024-08-09T20:34:26.221Z | Downloaded rayon-core v1.12.1 |
616 | 2024-08-09T20:34:26.224Z | Downloaded crossterm v0.27.0 |
617 | 2024-08-09T20:34:26.232Z | Downloaded getopts v0.2.21 |
618 | 2024-08-09T20:34:26.234Z | Downloaded filetime v0.2.23 |
619 | 2024-08-09T20:34:26.238Z | Downloaded foreign-types-shared v0.1.1 |
620 | 2024-08-09T20:34:26.240Z | Downloaded foreign-types-shared v0.3.1 |
621 | 2024-08-09T20:34:26.240Z | Downloaded foreign-types-macros v0.2.3 |
622 | 2024-08-09T20:34:26.241Z | Downloaded postgres-types v0.2.7 |
623 | 2024-08-09T20:34:26.243Z | Downloaded highway v1.2.0 |
624 | 2024-08-09T20:34:26.246Z | Downloaded rustc_version v0.1.7 |
625 | 2024-08-09T20:34:26.250Z | Downloaded impl-trait-for-tuples v0.2.2 |
626 | 2024-08-09T20:34:26.252Z | Downloaded pkg-config v0.3.30 |
627 | 2024-08-09T20:34:26.255Z | Downloaded tar v0.4.41 |
628 | 2024-08-09T20:34:26.258Z | Downloaded yasna v0.5.2 |
629 | 2024-08-09T20:34:26.260Z | Downloaded toml_edit v0.19.15 |
630 | 2024-08-09T20:34:26.279Z | Downloaded xattr v1.3.1 |
631 | 2024-08-09T20:34:26.281Z | Downloaded spki v0.7.3 |
632 | 2024-08-09T20:34:26.284Z | Downloaded string_cache v0.8.7 |
633 | 2024-08-09T20:34:26.287Z | Downloaded slog-envlogger v2.2.0 |
634 | 2024-08-09T20:34:26.290Z | Downloaded sqlparser_derive v0.2.2 |
635 | 2024-08-09T20:34:26.290Z | Downloaded headers v0.3.9 |
636 | 2024-08-09T20:34:26.295Z | Downloaded headers-core v0.2.0 |
637 | 2024-08-09T20:34:26.298Z | Downloaded der_derive v0.7.2 |
638 | 2024-08-09T20:34:26.298Z | Downloaded prettyplease v0.2.20 |
639 | 2024-08-09T20:34:26.303Z | Downloaded time-macros v0.2.18 |
640 | 2024-08-09T20:34:26.306Z | Downloaded ident_case v1.0.1 |
641 | 2024-08-09T20:34:26.309Z | Downloaded downcast v0.11.0 |
642 | 2024-08-09T20:34:26.312Z | Downloaded hash32 v0.3.1 |
643 | 2024-08-09T20:34:26.312Z | Downloaded zone_cfg_derive v0.1.2 |
644 | 2024-08-09T20:34:26.312Z | Downloaded psl-types v2.0.11 |
645 | 2024-08-09T20:34:26.315Z | Downloaded futures-core v0.3.30 |
646 | 2024-08-09T20:34:26.315Z | Downloaded group v0.13.0 |
647 | 2024-08-09T20:34:26.318Z | Downloaded snafu v0.8.2 |
648 | 2024-08-09T20:34:26.324Z | Downloaded rsa v0.9.6 |
649 | 2024-08-09T20:34:26.332Z | Downloaded termcolor v1.4.1 |
650 | 2024-08-09T20:34:26.335Z | Downloaded precomputed-hash v0.1.1 |
651 | 2024-08-09T20:34:26.335Z | Downloaded which v4.4.2 |
652 | 2024-08-09T20:34:26.337Z | Downloaded tokio-tungstenite v0.21.0 |
653 | 2024-08-09T20:34:26.341Z | Downloaded stability v0.2.0 |
654 | 2024-08-09T20:34:26.344Z | Downloaded tokio-tungstenite v0.20.1 |
655 | 2024-08-09T20:34:26.346Z | Downloaded strum_macros v0.25.3 |
656 | 2024-08-09T20:34:26.346Z | Downloaded schemars_derive v0.8.21 |
657 | 2024-08-09T20:34:26.349Z | Downloaded same-file v1.0.6 |
658 | 2024-08-09T20:34:26.352Z | Downloaded ppv-lite86 v0.2.17 |
659 | 2024-08-09T20:34:26.352Z | Downloaded rustc-demangle v0.1.24 |
660 | 2024-08-09T20:34:26.355Z | Downloaded zerocopy v0.6.6 |
661 | 2024-08-09T20:34:26.357Z | Downloaded signal-hook-mio v0.2.3 |
662 | 2024-08-09T20:34:26.361Z | Downloaded difflib v0.4.0 |
663 | 2024-08-09T20:34:26.361Z | Downloaded ref-cast-impl v1.0.23 |
664 | 2024-08-09T20:34:26.364Z | Downloaded unicode_categories v0.1.1 |
665 | 2024-08-09T20:34:26.364Z | Downloaded walkdir v2.5.0 |
666 | 2024-08-09T20:34:26.366Z | Downloaded libm v0.2.8 |
667 | 2024-08-09T20:34:26.376Z | Downloaded typed-path v0.7.1 |
668 | 2024-08-09T20:34:26.383Z | Downloaded foreign-types v0.5.0 |
669 | 2024-08-09T20:34:26.386Z | Downloaded universal-hash v0.5.1 |
670 | 2024-08-09T20:34:26.386Z | Downloaded unicode-truncate v1.0.0 |
671 | 2024-08-09T20:34:26.389Z | Downloaded serde-hex v0.1.0 |
672 | 2024-08-09T20:34:26.392Z | Downloaded vte v0.11.1 |
673 | 2024-08-09T20:34:26.394Z | Downloaded diesel_table_macro_syntax v0.2.0 |
674 | 2024-08-09T20:34:26.394Z | Downloaded getrandom v0.2.14 |
675 | 2024-08-09T20:34:26.397Z | Downloaded ron v0.7.1 |
676 | 2024-08-09T20:34:26.403Z | Downloaded schemars v0.8.21 |
677 | 2024-08-09T20:34:26.417Z | Downloaded sigpipe v0.1.3 |
678 | 2024-08-09T20:34:26.422Z | Downloaded phf_shared v0.10.0 |
679 | 2024-08-09T20:34:26.422Z | Downloaded scopeguard v1.2.0 |
680 | 2024-08-09T20:34:26.425Z | Downloaded futures v0.3.30 |
681 | 2024-08-09T20:34:26.428Z | Downloaded tracing-attributes v0.1.27 |
682 | 2024-08-09T20:34:26.430Z | Downloaded ron v0.8.1 |
683 | 2024-08-09T20:34:26.437Z | Downloaded tokio-rustls v0.25.0 |
684 | 2024-08-09T20:34:26.440Z | Downloaded time-core v0.1.2 |
685 | 2024-08-09T20:34:26.443Z | Downloaded unicode-linebreak v0.1.5 |
686 | 2024-08-09T20:34:26.443Z | Downloaded rustls-pemfile v1.0.4 |
687 | 2024-08-09T20:34:26.446Z | Downloaded structmeta-derive v0.2.0 |
688 | 2024-08-09T20:34:26.446Z | Downloaded serde_arrays v0.1.0 |
689 | 2024-08-09T20:34:26.448Z | Downloaded pem-rfc7468 v0.7.0 |
690 | 2024-08-09T20:34:26.451Z | Downloaded url v2.5.2 |
691 | 2024-08-09T20:34:26.454Z | Downloaded iana-time-zone v0.1.60 |
692 | 2024-08-09T20:34:26.457Z | Downloaded serde_path_to_error v0.1.16 |
693 | 2024-08-09T20:34:26.459Z | Downloaded slog-json v2.6.1 |
694 | 2024-08-09T20:34:26.462Z | Downloaded zone v0.1.8 |
695 | 2024-08-09T20:34:26.462Z | Downloaded uuid v1.10.0 |
696 | 2024-08-09T20:34:26.466Z | Downloaded smallvec v1.13.2 |
697 | 2024-08-09T20:34:26.469Z | Downloaded rand v0.8.5 |
698 | 2024-08-09T20:34:26.472Z | Downloaded futures-channel v0.3.30 |
699 | 2024-08-09T20:34:26.480Z | Downloaded phf v0.11.2 |
700 | 2024-08-09T20:34:26.483Z | Downloaded hyper-staticfile v0.9.5 |
701 | 2024-08-09T20:34:26.483Z | Downloaded publicsuffix v2.2.3 |
702 | 2024-08-09T20:34:26.483Z | Downloaded tracing v0.1.40 |
703 | 2024-08-09T20:34:26.487Z | Downloaded fastrand v2.1.0 |
704 | 2024-08-09T20:34:26.491Z | Downloaded either v1.13.0 |
705 | 2024-08-09T20:34:26.494Z | Downloaded humantime v2.1.0 |
706 | 2024-08-09T20:34:26.494Z | Downloaded ff v0.13.0 |
707 | 2024-08-09T20:34:26.498Z | Downloaded rustfmt-wrapper v0.2.1 |
708 | 2024-08-09T20:34:26.501Z | Downloaded serde_repr v0.1.19 |
709 | 2024-08-09T20:34:26.501Z | Downloaded rand_core v0.6.4 |
710 | 2024-08-09T20:34:26.505Z | Downloaded samael v0.0.15 |
711 | 2024-08-09T20:34:26.511Z | Downloaded hmac v0.12.1 |
712 | 2024-08-09T20:34:26.515Z | Downloaded tokio-stream v0.1.15 |
713 | 2024-08-09T20:34:26.521Z | Downloaded hyper-tls v0.5.0 |
714 | 2024-08-09T20:34:26.524Z | Downloaded spin v0.9.8 |
715 | 2024-08-09T20:34:26.528Z | Downloaded pin-project v1.1.5 |
716 | 2024-08-09T20:34:26.544Z | Downloaded dyn-clone v1.0.17 |
717 | 2024-08-09T20:34:26.547Z | Downloaded unicode-bidi v0.3.15 |
718 | 2024-08-09T20:34:26.555Z | Downloaded rusty-fork v0.3.0 |
719 | 2024-08-09T20:34:26.559Z | Downloaded tracing-core v0.1.32 |
720 | 2024-08-09T20:34:26.559Z | Downloaded expectorate v1.1.0 |
721 | 2024-08-09T20:34:26.559Z | Downloaded nom v7.1.3 |
722 | 2024-08-09T20:34:26.563Z | Downloaded serde_with_macros v3.8.3 |
723 | 2024-08-09T20:34:26.568Z | Downloaded bitvec v1.0.1 |
724 | 2024-08-09T20:34:26.584Z | Downloaded hyper-rustls v0.24.2 |
725 | 2024-08-09T20:34:26.588Z | Downloaded tungstenite v0.20.1 |
726 | 2024-08-09T20:34:26.592Z | Downloaded serde_derive_internals v0.29.1 |
727 | 2024-08-09T20:34:26.595Z | Downloaded subprocess v0.2.9 |
728 | 2024-08-09T20:34:26.599Z | Downloaded hashbrown v0.12.3 |
729 | 2024-08-09T20:34:26.602Z | Downloaded signal-hook v0.3.17 |
730 | 2024-08-09T20:34:26.605Z | Downloaded tough v0.17.1 |
731 | 2024-08-09T20:34:26.615Z | Downloaded itertools v0.13.0 |
732 | 2024-08-09T20:34:26.623Z | Downloaded portable-atomic v1.6.0 |
733 | 2024-08-09T20:34:26.630Z | Downloaded diesel_derives v2.2.2 |
734 | 2024-08-09T20:34:26.635Z | Downloaded fatfs v0.3.6 |
735 | 2024-08-09T20:34:26.638Z | Downloaded hkdf v0.12.4 |
736 | 2024-08-09T20:34:26.642Z | Downloaded serde_with v3.8.3 |
737 | 2024-08-09T20:34:26.651Z | Downloaded rustls-webpki v0.102.4 |
738 | 2024-08-09T20:34:26.672Z | Downloaded flate2 v1.0.31 |
739 | 2024-08-09T20:34:26.678Z | Downloaded vcpkg v0.2.15 |
740 | 2024-08-09T20:34:26.719Z | Downloaded chrono v0.4.38 |
741 | 2024-08-09T20:34:26.728Z | Downloaded x509-cert v0.2.5 |
742 | 2024-08-09T20:34:26.736Z | Downloaded h2 v0.3.26 |
743 | 2024-08-09T20:34:26.745Z | Downloaded hashbrown v0.13.2 |
744 | 2024-08-09T20:34:26.750Z | Downloaded winnow v0.5.40 |
745 | 2024-08-09T20:34:26.761Z | Downloaded lalrpop v0.19.12 |
746 | 2024-08-09T20:34:26.773Z | Downloaded unicode-normalization v0.1.23 |
747 | 2024-08-09T20:34:26.777Z | Downloaded futures-util v0.3.30 |
748 | 2024-08-09T20:34:26.794Z | Downloaded idna v0.5.0 |
749 | 2024-08-09T20:34:26.800Z | Downloaded unicode-segmentation v1.11.0 |
750 | 2024-08-09T20:34:26.804Z | Downloaded curve25519-dalek v4.1.3 |
751 | 2024-08-09T20:34:26.813Z | Downloaded rayon v1.10.0 |
752 | 2024-08-09T20:34:26.825Z | Downloaded hyper v0.14.30 |
753 | 2024-08-09T20:34:26.832Z | Downloaded regex-automata v0.1.10 |
754 | 2024-08-09T20:34:26.838Z | Downloaded proptest v1.5.0 |
755 | 2024-08-09T20:34:26.847Z | Downloaded radix_trie v0.2.1 |
756 | 2024-08-09T20:34:26.853Z | Downloaded object v0.32.2 |
757 | 2024-08-09T20:34:26.867Z | Downloaded object v0.30.4 |
758 | 2024-08-09T20:34:26.878Z | Downloaded rustyline v14.0.0 |
759 | 2024-08-09T20:34:26.884Z | Downloaded quick-xml v0.31.0 |
760 | 2024-08-09T20:34:26.890Z | Downloaded regex-syntax v0.6.29 |
761 | 2024-08-09T20:34:26.898Z | Downloaded nix v0.28.0 |
762 | 2024-08-09T20:34:26.911Z | Downloaded bstr v1.9.1 |
763 | 2024-08-09T20:34:26.922Z | Downloaded rustls v0.21.12 |
764 | 2024-08-09T20:34:26.935Z | Downloaded regex v1.10.6 |
765 | 2024-08-09T20:34:26.950Z | Downloaded regex-syntax v0.8.3 |
766 | 2024-08-09T20:34:26.959Z | Downloaded rustls v0.22.4 |
767 | 2024-08-09T20:34:26.973Z | Downloaded smoltcp v0.9.1 |
768 | 2024-08-09T20:34:26.986Z | Downloaded diesel v2.2.2 |
769 | 2024-08-09T20:34:27.005Z | Downloaded ratatui v0.27.0 |
770 | 2024-08-09T20:34:27.025Z | Downloaded sled v0.34.7 |
771 | 2024-08-09T20:34:27.036Z | Downloaded zerocopy-derive v0.6.6 |
772 | 2024-08-09T20:34:27.045Z | Downloaded idna v0.3.0 |
773 | 2024-08-09T20:34:27.053Z | Downloaded openapiv3 v2.0.0 |
774 | 2024-08-09T20:34:27.067Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
775 | 2024-08-09T20:34:27.081Z | Downloaded petgraph v0.6.5 |
776 | 2024-08-09T20:34:27.100Z | Downloaded finl_unicode v1.2.0 |
777 | 2024-08-09T20:34:27.115Z | Downloaded tokio v1.38.1 |
778 | 2024-08-09T20:34:27.153Z | Downloaded regex-automata v0.4.6 |
779 | 2024-08-09T20:34:27.171Z | Downloaded sha3 v0.10.8 |
780 | 2024-08-09T20:34:27.176Z | Downloaded csv v1.3.0 |
781 | 2024-08-09T20:34:27.198Z | Downloaded regress v0.9.1 |
782 | 2024-08-09T20:34:27.206Z | Downloaded encoding_rs v0.8.34 |
783 | 2024-08-09T20:34:27.231Z | Downloaded gimli v0.28.1 |
784 | 2024-08-09T20:34:27.241Z | Downloaded polar-core v0.27.3 |
785 | 2024-08-09T20:34:27.251Z | Downloaded smoltcp v0.11.0 |
786 | 2024-08-09T20:34:27.267Z | Downloaded idna v0.2.3 |
787 | 2024-08-09T20:34:27.274Z | Downloaded webpki-roots v0.25.4 |
788 | 2024-08-09T20:34:27.278Z | Downloaded nix v0.27.1 |
789 | 2024-08-09T20:34:27.292Z | Downloaded trust-dns-proto v0.22.0 |
790 | 2024-08-09T20:34:27.306Z | Downloaded openssl v0.10.66 |
791 | 2024-08-09T20:34:27.317Z | Downloaded bstr v0.2.17 |
792 | 2024-08-09T20:34:27.327Z | Downloaded reqwest v0.11.27 |
793 | 2024-08-09T20:34:27.336Z | Downloaded tokio-util v0.7.11 |
794 | 2024-08-09T20:34:27.344Z | Downloaded heapless v0.7.17 |
795 | 2024-08-09T20:34:27.348Z | Downloaded rustls-webpki v0.101.7 |
796 | 2024-08-09T20:34:27.363Z | Downloaded reedline v0.31.0 |
797 | 2024-08-09T20:34:27.371Z | Downloaded itertools v0.12.1 |
798 | 2024-08-09T20:34:27.379Z | Downloaded phf_shared v0.11.2 |
799 | 2024-08-09T20:34:27.382Z | Downloaded flume v0.11.0 |
800 | 2024-08-09T20:34:27.385Z | Downloaded bindgen v0.69.4 |
801 | 2024-08-09T20:34:27.393Z | Downloaded tokio-postgres v0.7.11 |
802 | 2024-08-09T20:34:27.398Z | Downloaded sqlparser v0.45.0 |
803 | 2024-08-09T20:34:27.404Z | Downloaded unsafe-libyaml v0.2.11 |
804 | 2024-08-09T20:34:27.408Z | Downloaded trust-dns-client v0.22.0 |
805 | 2024-08-09T20:34:27.413Z | Downloaded poly1305 v0.8.0 |
806 | 2024-08-09T20:34:27.417Z | Downloaded postcard v1.0.8 |
807 | 2024-08-09T20:34:27.420Z | Downloaded supports-color v3.0.0 |
808 | 2024-08-09T20:34:27.422Z | Downloaded subtle v2.5.0 |
809 | 2024-08-09T20:34:27.423Z | Downloaded smf v0.2.3 |
810 | 2024-08-09T20:34:27.425Z | Downloaded strum_macros v0.24.3 |
811 | 2024-08-09T20:34:27.425Z | Downloaded slog-scope v4.4.0 |
812 | 2024-08-09T20:34:27.429Z | Downloaded postgres-protocol v0.6.7 |
813 | 2024-08-09T20:34:27.429Z | Downloaded http v1.1.0 |
814 | 2024-08-09T20:34:27.432Z | Downloaded rand_seeder v0.3.0 |
815 | 2024-08-09T20:34:27.435Z | Downloaded float-cmp v0.9.0 |
816 | 2024-08-09T20:34:27.435Z | Downloaded indexmap v1.9.3 |
817 | 2024-08-09T20:34:27.439Z | Downloaded unicase v2.7.0 |
818 | 2024-08-09T20:34:27.441Z | Downloaded derive_more v0.99.18 |
819 | 2024-08-09T20:34:27.445Z | Downloaded elliptic-curve v0.13.8 |
820 | 2024-08-09T20:34:27.449Z | Downloaded predicates v3.1.2 |
821 | 2024-08-09T20:34:27.452Z | Downloaded signature v2.2.0 |
822 | 2024-08-09T20:34:27.455Z | Downloaded sct v0.7.1 |
823 | 2024-08-09T20:34:27.457Z | Downloaded itertools v0.10.5 |
824 | 2024-08-09T20:34:27.464Z | Downloaded unarray v0.1.4 |
825 | 2024-08-09T20:34:27.467Z | Downloaded float-ord v0.3.2 |
826 | 2024-08-09T20:34:27.467Z | Downloaded powerfmt v0.2.0 |
827 | 2024-08-09T20:34:27.471Z | Downloaded num-bigint-dig v0.8.4 |
828 | 2024-08-09T20:34:27.474Z | Downloaded steno v0.4.1 |
829 | 2024-08-09T20:34:27.477Z | Downloaded strum_macros v0.26.4 |
830 | 2024-08-09T20:34:27.479Z | Downloaded zip v0.6.6 |
831 | 2024-08-09T20:34:27.483Z | Downloaded libxml v0.3.3 |
832 | 2024-08-09T20:34:27.492Z | Downloaded smallvec v0.6.14 |
833 | 2024-08-09T20:34:27.495Z | Downloaded heapless v0.8.0 |
834 | 2024-08-09T20:34:27.498Z | Downloaded http v0.2.12 |
835 | 2024-08-09T20:34:27.502Z | Downloaded trust-dns-server v0.22.1 |
836 | 2024-08-09T20:34:27.508Z | Downloaded trust-dns-resolver v0.22.0 |
837 | 2024-08-09T20:34:27.512Z | Downloaded time v0.3.36 |
838 | 2024-08-09T20:34:27.520Z | Downloaded slog-term v2.9.1 |
839 | 2024-08-09T20:34:27.523Z | Downloaded tokio-rustls v0.24.1 |
840 | 2024-08-09T20:34:27.525Z | Downloaded globset v0.4.14 |
841 | 2024-08-09T20:34:27.528Z | Downloaded rand_chacha v0.3.1 |
842 | 2024-08-09T20:34:27.528Z | Downloaded blake3 v1.5.1 |
843 | 2024-08-09T20:34:27.536Z | Downloaded similar v2.5.0 |
844 | 2024-08-09T20:34:27.541Z | Downloaded utf-8 v0.7.6 |
845 | 2024-08-09T20:34:27.544Z | Downloaded thiserror-no-std v2.0.2 |
846 | 2024-08-09T20:34:27.547Z | Downloaded thiserror-impl-no-std v2.0.2 |
847 | 2024-08-09T20:34:27.550Z | Downloaded signal-hook-registry v1.4.2 |
848 | 2024-08-09T20:34:27.550Z | Downloaded rustc_version v0.4.0 |
849 | 2024-08-09T20:34:27.550Z | Downloaded quick-error v1.2.3 |
850 | 2024-08-09T20:34:27.553Z | Downloaded textwrap v0.16.1 |
851 | 2024-08-09T20:34:27.556Z | Downloaded minimal-lexical v0.2.1 |
852 | 2024-08-09T20:34:27.559Z | Downloaded spin v0.5.2 |
853 | 2024-08-09T20:34:27.561Z | Downloaded sha1 v0.10.6 |
854 | 2024-08-09T20:34:27.564Z | Downloaded indent_write v2.2.0 |
855 | 2024-08-09T20:34:27.564Z | Downloaded glob v0.3.1 |
856 | 2024-08-09T20:34:27.567Z | Downloaded test-strategy v0.3.1 |
857 | 2024-08-09T20:34:27.569Z | Downloaded serde_yaml v0.9.34+deprecated |
858 | 2024-08-09T20:34:27.572Z | Downloaded display-error-chain v0.2.0 |
859 | 2024-08-09T20:34:27.574Z | Downloaded hubpack_derive v0.1.1 |
860 | 2024-08-09T20:34:27.574Z | Downloaded fragile v2.0.0 |
861 | 2024-08-09T20:34:27.577Z | Downloaded tokio-native-tls v0.3.1 |
862 | 2024-08-09T20:34:27.577Z | Downloaded tiny-keccak v2.0.2 |
863 | 2024-08-09T20:34:27.580Z | Downloaded rcgen v0.12.1 |
864 | 2024-08-09T20:34:27.582Z | Downloaded aho-corasick v1.1.3 |
865 | 2024-08-09T20:34:27.589Z | Downloaded fd-lock v4.0.2 |
866 | 2024-08-09T20:34:27.591Z | Downloaded strip-ansi-escapes v0.2.0 |
867 | 2024-08-09T20:34:27.595Z | Downloaded whoami v1.5.1 |
868 | 2024-08-09T20:34:27.595Z | Downloaded siphasher v0.3.11 |
869 | 2024-08-09T20:34:27.598Z | Downloaded rustc-hash v1.1.0 |
870 | 2024-08-09T20:34:27.598Z | Downloaded derive_builder v0.20.0 |
871 | 2024-08-09T20:34:27.602Z | Downloaded derive-where v1.2.7 |
872 | 2024-08-09T20:34:27.605Z | Downloaded mio v0.8.11 |
873 | 2024-08-09T20:34:27.611Z | Downloaded dirs-sys-next v0.1.2 |
874 | 2024-08-09T20:34:27.614Z | Downloaded dirs-next v2.0.0 |
875 | 2024-08-09T20:34:27.614Z | Downloaded der v0.7.9 |
876 | 2024-08-09T20:34:27.619Z | Downloaded futures-task v0.3.30 |
877 | 2024-08-09T20:34:27.622Z | Downloaded num-bigint v0.4.5 |
878 | 2024-08-09T20:34:27.626Z | Downloaded socket2 v0.5.7 |
879 | 2024-08-09T20:34:27.628Z | Downloaded snafu-derive v0.8.2 |
880 | 2024-08-09T20:34:27.631Z | Downloaded slog-bunyan v2.5.0 |
881 | 2024-08-09T20:34:27.631Z | Downloaded resolv-conf v0.7.0 |
882 | 2024-08-09T20:34:27.634Z | Downloaded pkcs8 v0.10.2 |
883 | 2024-08-09T20:34:27.637Z | Downloaded untrusted v0.7.1 |
884 | 2024-08-09T20:34:27.637Z | Downloaded termios v0.3.3 |
885 | 2024-08-09T20:34:27.639Z | Downloaded hubpack v0.1.2 |
886 | 2024-08-09T20:34:27.639Z | Downloaded httpdate v1.0.3 |
887 | 2024-08-09T20:34:27.642Z | Downloaded erased-serde v0.3.31 |
888 | 2024-08-09T20:34:27.645Z | Downloaded env_logger v0.10.2 |
889 | 2024-08-09T20:34:27.647Z | Downloaded env_logger v0.9.3 |
890 | 2024-08-09T20:34:27.650Z | Downloaded structmeta v0.3.0 |
891 | 2024-08-09T20:34:27.650Z | Downloaded memmap2 v0.9.4 |
892 | 2024-08-09T20:34:27.653Z | Downloaded stable_deref_trait v1.2.0 |
893 | 2024-08-09T20:34:27.653Z | Downloaded secrecy v0.8.0 |
894 | 2024-08-09T20:34:27.656Z | Downloaded sec1 v0.7.3 |
895 | 2024-08-09T20:34:27.656Z | Downloaded rand_xorshift v0.3.0 |
896 | 2024-08-09T20:34:27.656Z | Downloaded proc-macro-crate v1.3.1 |
897 | 2024-08-09T20:34:27.659Z | Downloaded hostname v0.3.1 |
898 | 2024-08-09T20:34:27.659Z | Downloaded fallible-iterator v0.2.0 |
899 | 2024-08-09T20:34:27.662Z | Downloaded deranged v0.3.11 |
900 | 2024-08-09T20:34:27.662Z | Downloaded tui-tree-widget v0.21.0 |
901 | 2024-08-09T20:34:27.666Z | Downloaded tempfile v3.10.1 |
902 | 2024-08-09T20:34:27.668Z | Downloaded rustls-pki-types v1.7.0 |
903 | 2024-08-09T20:34:27.668Z | Downloaded predicates-core v1.0.6 |
904 | 2024-08-09T20:34:27.668Z | Downloaded pkcs1 v0.7.5 |
905 | 2024-08-09T20:34:27.671Z | Downloaded allocator-api2 v0.2.18 |
906 | 2024-08-09T20:34:27.676Z | Downloaded oso v0.27.3 |
907 | 2024-08-09T20:34:27.680Z | Downloaded ring v0.17.8 |
908 | 2024-08-09T20:34:27.754Z | Downloaded mockall_derive v0.13.0 |
909 | 2024-08-09T20:34:27.757Z | Downloaded signal-hook-tokio v0.3.1 |
910 | 2024-08-09T20:34:27.759Z | Downloaded vsss-rs v3.3.4 |
911 | 2024-08-09T20:34:27.759Z | Downloaded serde-big-array v0.5.1 |
912 | 2024-08-09T20:34:27.762Z | Downloaded zeroize_derive v1.4.2 |
913 | 2024-08-09T20:34:27.762Z | Downloaded wait-timeout v0.2.0 |
914 | 2024-08-09T20:34:27.765Z | Downloaded pin-project-lite v0.2.14 |
915 | 2024-08-09T20:34:27.768Z | Downloaded pin-project-internal v1.1.5 |
916 | 2024-08-09T20:34:27.771Z | Downloaded crossbeam-channel v0.5.12 |
917 | 2024-08-09T20:34:27.774Z | Downloaded socket2 v0.4.10 |
918 | 2024-08-09T20:34:27.777Z | Downloaded bytes v1.7.1 |
919 | 2024-08-09T20:34:27.780Z | Downloaded r2d2 v0.8.10 |
920 | 2024-08-09T20:34:27.783Z | Downloaded predicates-tree v1.0.9 |
921 | 2024-08-09T20:34:27.783Z | Downloaded funty v2.0.0 |
922 | 2024-08-09T20:34:27.786Z | Downloaded flagset v0.4.5 |
923 | 2024-08-09T20:34:27.786Z | Downloaded omicron-zone-package v0.11.0 |
924 | 2024-08-09T20:34:27.788Z | Downloaded slog v2.7.0 |
925 | 2024-08-09T20:34:27.791Z | Downloaded compact_str v0.7.1 |
926 | 2024-08-09T20:34:27.794Z | Downloaded zeroize v1.7.0 |
927 | 2024-08-09T20:34:27.796Z | Downloaded parse-display-derive v0.9.1 |
928 | 2024-08-09T20:34:27.796Z | Downloaded const-oid v0.9.6 |
929 | 2024-08-09T20:34:27.799Z | Downloaded base64 v0.22.1 |
930 | 2024-08-09T20:34:27.802Z | Downloaded blake2 v0.10.6 |
931 | 2024-08-09T20:34:27.805Z | Downloaded lock_api v0.4.12 |
932 | 2024-08-09T20:34:27.808Z | Downloaded libloading v0.8.3 |
933 | 2024-08-09T20:34:27.810Z | Downloaded ring v0.16.20 |
934 | 2024-08-09T20:34:27.893Z | Downloaded cookie_store v0.20.0 |
935 | 2024-08-09T20:34:27.896Z | Downloaded backtrace v0.3.71 |
936 | 2024-08-09T20:34:27.899Z | Downloaded parking_lot_core v0.8.6 |
937 | 2024-08-09T20:34:27.902Z | Downloaded mime_guess v2.0.4 |
938 | 2024-08-09T20:34:27.905Z | Downloaded crc32fast v1.4.0 |
939 | 2024-08-09T20:34:27.905Z | Downloaded darling v0.20.9 |
940 | 2024-08-09T20:34:27.908Z | Downloaded chacha20 v0.9.1 |
941 | 2024-08-09T20:34:27.911Z | Downloaded cancel-safe-futures v0.1.5 |
942 | 2024-08-09T20:34:27.914Z | Downloaded cookie v0.17.0 |
943 | 2024-08-09T20:34:27.916Z | Downloaded packed_struct_codegen v0.10.1 |
944 | 2024-08-09T20:34:27.917Z | Downloaded mime v0.3.17 |
945 | 2024-08-09T20:34:27.919Z | Downloaded managed v0.8.0 |
946 | 2024-08-09T20:34:27.919Z | Downloaded linear-map v1.2.0 |
947 | 2024-08-09T20:34:27.922Z | Downloaded base64ct v1.6.0 |
948 | 2024-08-09T20:34:27.922Z | Downloaded stringprep v0.1.4 |
949 | 2024-08-09T20:34:27.924Z | Downloaded backoff v0.4.0 |
950 | 2024-08-09T20:34:27.927Z | Downloaded nu-ansi-term v0.50.0 |
951 | 2024-08-09T20:34:27.927Z | Downloaded argon2 v0.5.3 |
952 | 2024-08-09T20:34:27.930Z | Downloaded packed_struct v0.10.1 |
953 | 2024-08-09T20:34:27.933Z | Downloaded multer v3.1.0 |
954 | 2024-08-09T20:34:27.933Z | Downloaded mockall v0.13.0 |
955 | 2024-08-09T20:34:27.935Z | Downloaded async-trait v0.1.81 |
956 | 2024-08-09T20:34:27.938Z | Downloaded ascii v1.1.0 |
957 | 2024-08-09T20:34:27.938Z | Downloaded crossbeam-deque v0.8.5 |
958 | 2024-08-09T20:34:27.941Z | Downloaded cipher v0.4.4 |
959 | 2024-08-09T20:34:27.941Z | Downloaded num_enum_derive v0.5.11 |
960 | 2024-08-09T20:34:27.944Z | Downloaded libsw v3.3.1 |
961 | 2024-08-09T20:34:27.944Z | Downloaded lalrpop-util v0.19.12 |
962 | 2024-08-09T20:34:27.947Z | Downloaded cobs v0.2.3 |
963 | 2024-08-09T20:34:27.947Z | Downloaded ahash v0.8.11 |
964 | 2024-08-09T20:34:27.949Z | Downloaded parse-display v0.9.1 |
965 | 2024-08-09T20:34:27.949Z | Downloaded md-5 v0.10.6 |
966 | 2024-08-09T20:34:27.952Z | Downloaded lazy_static v1.5.0 |
967 | 2024-08-09T20:34:27.952Z | Downloaded crossbeam-epoch v0.9.18 |
968 | 2024-08-09T20:34:27.956Z | Downloaded addr2line v0.21.0 |
969 | 2024-08-09T20:34:27.958Z | Downloaded tabwriter v1.4.0 |
970 | 2024-08-09T20:34:27.958Z | Downloaded paste v1.0.15 |
971 | 2024-08-09T20:34:27.961Z | Downloaded cexpr v0.6.0 |
972 | 2024-08-09T20:34:27.964Z | Downloaded castaway v0.2.2 |
973 | 2024-08-09T20:34:27.964Z | Downloaded async-stream v0.3.5 |
974 | 2024-08-09T20:34:27.967Z | Downloaded bitfield v0.14.0 |
975 | 2024-08-09T20:34:27.967Z | Downloaded bit-set v0.5.3 |
976 | 2024-08-09T20:34:27.967Z | Downloaded arrayref v0.3.7 |
977 | 2024-08-09T20:34:27.970Z | Downloaded linked-hash-map v0.5.6 |
978 | 2024-08-09T20:34:27.970Z | Downloaded base64 v0.13.1 |
979 | 2024-08-09T20:34:27.974Z | Downloaded lru-cache v0.1.2 |
980 | 2024-08-09T20:34:27.974Z | Downloaded darling_macro v0.20.9 |
981 | 2024-08-09T20:34:27.974Z | Downloaded ciborium-io v0.2.2 |
982 | 2024-08-09T20:34:27.977Z | Downloaded camino-tempfile v1.1.1 |
983 | 2024-08-09T20:34:27.977Z | Downloaded csv-core v0.1.11 |
984 | 2024-08-09T20:34:27.977Z | Downloaded ciborium v0.2.2 |
985 | 2024-08-09T20:34:27.980Z | Downloaded console v0.15.8 |
986 | 2024-08-09T20:34:27.983Z | Downloaded arrayvec v0.7.4 |
987 | 2024-08-09T20:34:27.985Z | Downloaded bitstruct_derive v0.1.0 |
988 | 2024-08-09T20:34:27.985Z | Downloaded assert_matches v1.5.0 |
989 | 2024-08-09T20:34:27.985Z | Downloaded colored v2.1.0 |
990 | 2024-08-09T20:34:27.988Z | Downloaded curve25519-dalek-derive v0.1.1 |
991 | 2024-08-09T20:34:27.988Z | Downloaded crc-catalog v2.4.0 |
992 | 2024-08-09T20:34:27.991Z | Downloaded convert_case v0.4.0 |
993 | 2024-08-09T20:34:27.991Z | Downloaded const_format_proc_macros v0.2.32 |
994 | 2024-08-09T20:34:27.994Z | Downloaded buf-list v1.0.3 |
995 | 2024-08-09T20:34:27.994Z | Downloaded bit-vec v0.6.3 |
996 | 2024-08-09T20:34:27.997Z | Downloaded bb8 v0.8.5 |
997 | 2024-08-09T20:34:27.997Z | Downloaded instant v0.1.12 |
998 | 2024-08-09T20:34:27.997Z | Downloaded adler v1.0.2 |
999 | 2024-08-09T20:34:28.088Z | Compiling cfg-if v1.0.0 |
1000 | 2024-08-09T20:34:28.088Z | Compiling serde v1.0.205 |
1001 | 2024-08-09T20:34:28.092Z | Compiling lock_api v0.4.12 |
1002 | 2024-08-09T20:34:28.092Z | Compiling scopeguard v1.2.0 |
1003 | 2024-08-09T20:34:28.092Z | Compiling log v0.4.21 |
1004 | 2024-08-09T20:34:28.234Z | Compiling syn v2.0.72 |
1005 | 2024-08-09T20:34:28.247Z | Compiling cc v1.0.97 |
1006 | 2024-08-09T20:34:28.250Z | Compiling typenum v1.17.0 |
1007 | 2024-08-09T20:34:28.322Z | Compiling getrandom v0.2.14 |
1008 | 2024-08-09T20:34:28.438Z | Compiling generic-array v0.14.7 |
1009 | 2024-08-09T20:34:28.689Z | Compiling rand_core v0.6.4 |
1010 | 2024-08-09T20:34:28.781Z | Compiling parking_lot_core v0.9.10 |
1011 | 2024-08-09T20:34:28.820Z | Compiling pin-project-lite v0.2.14 |
1012 | 2024-08-09T20:34:28.907Z | Compiling smallvec v1.13.2 |
1013 | 2024-08-09T20:34:28.955Z | Compiling signal-hook-registry v1.4.2 |
1014 | 2024-08-09T20:34:29.104Z | Compiling spin v0.9.8 |
1015 | 2024-08-09T20:34:29.261Z | Compiling mio v0.8.11 |
1016 | 2024-08-09T20:34:29.317Z | Compiling ahash v0.8.11 |
1017 | 2024-08-09T20:34:29.515Z | Compiling tinyvec_macros v0.1.1 |
1018 | 2024-08-09T20:34:29.621Z | Compiling futures-core v0.3.30 |
1019 | 2024-08-09T20:34:29.681Z | Compiling parking_lot v0.12.2 |
1020 | 2024-08-09T20:34:29.849Z | Compiling tinyvec v1.6.0 |
1021 | 2024-08-09T20:34:29.875Z | Compiling num_cpus v1.16.0 |
1022 | 2024-08-09T20:34:29.918Z | Compiling socket2 v0.5.7 |
1023 | 2024-08-09T20:34:29.998Z | Compiling subtle v2.5.0 |
1024 | 2024-08-09T20:34:30.368Z | Compiling const-oid v0.9.6 |
1025 | 2024-08-09T20:34:30.597Z | Compiling serde_json v1.0.122 |
1026 | 2024-08-09T20:34:30.675Z | Compiling libm v0.2.8 |
1027 | 2024-08-09T20:34:30.949Z | Compiling num-traits v0.2.19 |
1028 | 2024-08-09T20:34:30.965Z | Compiling slab v0.4.9 |
1029 | 2024-08-09T20:34:31.062Z | Compiling allocator-api2 v0.2.18 |
1030 | 2024-08-09T20:34:31.064Z | Compiling futures-sink v0.3.30 |
1031 | 2024-08-09T20:34:31.218Z | Compiling unicode-bidi v0.3.15 |
1032 | 2024-08-09T20:34:31.355Z | Compiling unicode-normalization v0.1.23 |
1033 | 2024-08-09T20:34:31.802Z | Compiling futures-channel v0.3.30 |
1034 | 2024-08-09T20:34:31.819Z | Compiling pin-utils v0.1.0 |
1035 | 2024-08-09T20:34:31.913Z | Compiling vcpkg v0.2.15 |
1036 | 2024-08-09T20:34:31.916Z | Compiling futures-task v0.3.30 |
1037 | 2024-08-09T20:34:32.240Z | Compiling pkg-config v0.3.30 |
1038 | 2024-08-09T20:34:32.258Z | Compiling futures-io v0.3.30 |
1039 | 2024-08-09T20:34:32.427Z | Compiling ring v0.17.8 |
1040 | 2024-08-09T20:34:32.649Z | Compiling ppv-lite86 v0.2.17 |
1041 | 2024-08-09T20:34:32.898Z | Compiling percent-encoding v2.3.1 |
1042 | 2024-08-09T20:34:33.093Z | Compiling tracing-core v0.1.32 |
1043 | 2024-08-09T20:34:33.294Z | Compiling rustix v0.38.34 |
1044 | 2024-08-09T20:34:33.495Z | Compiling rand_chacha v0.3.1 |
1045 | 2024-08-09T20:34:33.900Z | Compiling untrusted v0.9.0 |
1046 | 2024-08-09T20:34:34.071Z | Compiling powerfmt v0.2.0 |
1047 | 2024-08-09T20:34:34.075Z | Compiling time-core v0.1.2 |
1048 | 2024-08-09T20:34:34.203Z | Compiling openssl-sys v0.9.103 |
1049 | 2024-08-09T20:34:34.241Z | Compiling num-conv v0.1.0 |
1050 | 2024-08-09T20:34:34.497Z | Compiling syn v1.0.109 |
1051 | 2024-08-09T20:34:34.544Z | Compiling time-macros v0.2.18 |
1052 | 2024-08-09T20:34:34.547Z | Compiling deranged v0.3.11 |
1053 | 2024-08-09T20:34:34.820Z | Compiling rand v0.8.5 |
1054 | 2024-08-09T20:34:35.203Z | Compiling rustversion v1.0.17 |
1055 | 2024-08-09T20:34:35.786Z | Compiling num_threads v0.1.7 |
1056 | 2024-08-09T20:34:35.806Z | Compiling httparse v1.8.0 |
1057 | 2024-08-09T20:34:35.905Z | Compiling base64ct v1.6.0 |
1058 | 2024-08-09T20:34:36.170Z | Compiling foreign-types-shared v0.1.1 |
1059 | 2024-08-09T20:34:36.185Z | Compiling openssl v0.10.66 |
1060 | 2024-08-09T20:34:36.265Z | Compiling foreign-types v0.3.2 |
1061 | 2024-08-09T20:34:36.354Z | Compiling pem-rfc7468 v0.7.0 |
1062 | 2024-08-09T20:34:36.535Z | Compiling form_urlencoded v1.2.1 |
1063 | 2024-08-09T20:34:36.599Z | Compiling siphasher v0.3.11 |
1064 | 2024-08-09T20:34:36.851Z | Compiling rustls v0.21.12 |
1065 | 2024-08-09T20:34:36.972Z | Compiling crossbeam-utils v0.8.19 |
1066 | 2024-08-09T20:34:37.046Z | Compiling try-lock v0.2.5 |
1067 | 2024-08-09T20:34:37.120Z | Compiling native-tls v0.2.11 |
1068 | 2024-08-09T20:34:37.186Z | Compiling flagset v0.4.5 |
1069 | 2024-08-09T20:34:37.407Z | Compiling want v0.3.1 |
1070 | 2024-08-09T20:34:37.650Z | Compiling idna v0.5.0 |
1071 | 2024-08-09T20:34:37.653Z | Compiling time v0.3.36 |
1072 | 2024-08-09T20:34:37.968Z | Compiling lazy_static v1.5.0 |
1073 | 2024-08-09T20:34:38.095Z | Compiling cookie v0.17.0 |
1074 | 2024-08-09T20:34:38.258Z | Compiling aho-corasick v1.1.3 |
1075 | 2024-08-09T20:34:38.404Z | Compiling tower-service v0.3.2 |
1076 | 2024-08-09T20:34:38.526Z | Compiling signal-hook v0.3.17 |
1077 | 2024-08-09T20:34:38.812Z | Compiling cpufeatures v0.2.12 |
1078 | 2024-08-09T20:34:38.847Z | Compiling finl_unicode v1.2.0 |
1079 | 2024-08-09T20:34:38.899Z | Compiling adler v1.0.2 |
1080 | 2024-08-09T20:34:39.114Z | Compiling openssl-probe v0.1.5 |
1081 | 2024-08-09T20:34:39.202Z | Compiling httpdate v1.0.3 |
1082 | 2024-08-09T20:34:39.441Z | Compiling regex-syntax v0.8.3 |
1083 | 2024-08-09T20:34:39.480Z | Compiling slog v2.7.0 |
1084 | 2024-08-09T20:34:39.636Z | Compiling iana-time-zone v0.1.60 |
1085 | 2024-08-09T20:34:40.085Z | Compiling stringprep v0.1.4 |
1086 | 2024-08-09T20:34:40.089Z | Compiling miniz_oxide v0.7.2 |
1087 | 2024-08-09T20:34:41.311Z | Compiling url v2.5.2 |
1088 | 2024-08-09T20:34:42.748Z | Compiling serde_derive v1.0.205 |
1089 | 2024-08-09T20:34:42.902Z | Compiling zeroize_derive v1.4.2 |
1090 | 2024-08-09T20:34:43.111Z | Compiling zerocopy-derive v0.7.34 |
1091 | 2024-08-09T20:34:43.270Z | Compiling tokio-macros v2.3.0 |
1092 | 2024-08-09T20:34:43.735Z | Compiling thiserror-impl v1.0.63 |
1093 | 2024-08-09T20:34:44.573Z | Compiling zeroize v1.7.0 |
1094 | 2024-08-09T20:34:44.949Z | Compiling futures-macro v0.3.30 |
1095 | 2024-08-09T20:34:45.250Z | Compiling scroll_derive v0.12.0 |
1096 | 2024-08-09T20:34:45.452Z | Compiling zerocopy v0.7.34 |
1097 | 2024-08-09T20:34:46.093Z | Compiling tracing-attributes v0.1.27 |
1098 | 2024-08-09T20:34:46.448Z | Compiling crypto-common v0.1.6 |
1099 | 2024-08-09T20:34:46.710Z | Compiling block-buffer v0.10.4 |
1100 | 2024-08-09T20:34:46.799Z | Compiling scroll v0.12.0 |
1101 | 2024-08-09T20:34:47.037Z | Compiling futures-util v0.3.30 |
1102 | 2024-08-09T20:34:47.099Z | Compiling digest v0.10.7 |
1103 | 2024-08-09T20:34:47.152Z | Compiling thiserror v1.0.63 |
1104 | 2024-08-09T20:34:47.296Z | Compiling pest v2.7.10 |
1105 | 2024-08-09T20:34:47.364Z | Compiling goblin v0.8.2 |
1106 | 2024-08-09T20:34:47.592Z | Compiling hashbrown v0.14.5 |
1107 | 2024-08-09T20:34:47.616Z | Compiling hmac v0.12.1 |
1108 | 2024-08-09T20:34:47.869Z | Compiling der_derive v0.7.2 |
1109 | 2024-08-09T20:34:49.041Z | Compiling openssl-macros v0.1.1 |
1110 | 2024-08-09T20:34:49.829Z | Compiling pest_meta v2.7.10 |
1111 | 2024-08-09T20:34:50.035Z | Compiling tracing v0.1.40 |
1112 | 2024-08-09T20:34:50.320Z | Compiling sct v0.7.1 |
1113 | 2024-08-09T20:34:50.478Z | Compiling der v0.7.9 |
1114 | 2024-08-09T20:34:50.540Z | Compiling rustls-webpki v0.101.7 |
1115 | 2024-08-09T20:34:50.578Z | Compiling md-5 v0.10.6 |
1116 | 2024-08-09T20:34:50.656Z | Compiling sha2 v0.10.8 |
1117 | 2024-08-09T20:34:50.853Z | Compiling regex-automata v0.4.6 |
1118 | 2024-08-09T20:34:52.608Z | Compiling pest_generator v2.7.10 |
1119 | 2024-08-09T20:34:53.285Z | Compiling spki v0.7.3 |
1120 | 2024-08-09T20:34:53.878Z | Compiling num-integer v0.1.46 |
1121 | 2024-08-09T20:34:54.277Z | Compiling idna v0.3.0 |
1122 | 2024-08-09T20:34:54.679Z | Compiling backtrace v0.3.71 |
1123 | 2024-08-09T20:34:54.682Z | Compiling hash32 v0.2.1 |
1124 | 2024-08-09T20:34:55.005Z | Compiling pest_derive v2.7.10 |
1125 | 2024-08-09T20:34:55.049Z | Compiling crc32fast v1.4.0 |
1126 | 2024-08-09T20:34:55.144Z | Compiling base64 v0.22.1 |
1127 | 2024-08-09T20:34:55.585Z | Compiling psl-types v2.0.11 |
1128 | 2024-08-09T20:34:55.782Z | Compiling stable_deref_trait v1.2.0 |
1129 | 2024-08-09T20:34:55.799Z | Compiling dtrace-parser v0.2.0 |
1130 | 2024-08-09T20:34:55.850Z | Compiling gimli v0.28.1 |
1131 | 2024-08-09T20:34:55.876Z | Compiling fallible-iterator v0.2.0 |
1132 | 2024-08-09T20:34:55.894Z | Compiling smoltcp v0.9.1 |
1133 | 2024-08-09T20:34:56.622Z | Compiling publicsuffix v2.2.3 |
1134 | 2024-08-09T20:34:56.768Z | Compiling pkcs8 v0.10.2 |
1135 | 2024-08-09T20:34:56.896Z | Compiling hubpack_derive v0.1.1 |
1136 | 2024-08-09T20:34:57.361Z | Compiling block-padding v0.3.3 |
1137 | 2024-08-09T20:34:57.622Z | Compiling bytes v1.7.1 |
1138 | 2024-08-09T20:34:57.753Z | Compiling bitflags v2.6.0 |
1139 | 2024-08-09T20:34:57.831Z | Compiling indexmap v2.3.0 |
1140 | 2024-08-09T20:34:57.981Z | Compiling semver v1.0.23 |
1141 | 2024-08-09T20:34:58.762Z | Compiling tokio v1.38.1 |
1142 | 2024-08-09T20:34:58.862Z | Compiling http v0.2.12 |
1143 | 2024-08-09T20:34:59.327Z | Compiling rustc_version v0.4.0 |
1144 | 2024-08-09T20:35:00.136Z | Compiling heapless v0.7.17 |
1145 | 2024-08-09T20:35:00.589Z | Compiling http-body v0.4.6 |
1146 | 2024-08-09T20:35:00.870Z | Compiling dof v0.3.0 |
1147 | 2024-08-09T20:35:01.027Z | Compiling uuid v1.10.0 |
1148 | 2024-08-09T20:35:01.235Z | Compiling chrono v0.4.38 |
1149 | 2024-08-09T20:35:01.352Z | Compiling serde_spanned v0.6.7 |
1150 | 2024-08-09T20:35:01.625Z | Compiling toml_datetime v0.6.8 |
1151 | 2024-08-09T20:35:02.171Z | Compiling usdt-impl v0.5.0 |
1152 | 2024-08-09T20:35:02.498Z | Compiling serde_tokenstream v0.2.1 |
1153 | 2024-08-09T20:35:03.015Z | Compiling terminal_size v0.3.0 |
1154 | 2024-08-09T20:35:03.151Z | Compiling addr2line v0.21.0 |
1155 | 2024-08-09T20:35:03.208Z | Compiling postgres-protocol v0.6.7 |
1156 | 2024-08-09T20:35:03.810Z | Compiling zerocopy-derive v0.6.6 |
1157 | 2024-08-09T20:35:03.841Z | Compiling async-trait v0.1.81 |
1158 | 2024-08-09T20:35:04.922Z | Compiling phf_shared v0.11.2 |
1159 | 2024-08-09T20:35:05.055Z | Compiling serde_derive_internals v0.29.1 |
1160 | 2024-08-09T20:35:05.077Z | Compiling ff v0.13.0 |
1161 | 2024-08-09T20:35:05.304Z | Compiling fs-err v2.11.0 |
1162 | 2024-08-09T20:35:05.308Z | Compiling object v0.32.2 |
1163 | 2024-08-09T20:35:05.350Z | Compiling either v1.13.0 |
1164 | 2024-08-09T20:35:05.600Z | Compiling bit-vec v0.6.3 |
1165 | 2024-08-09T20:35:05.768Z | Compiling matches v0.1.10 |
1166 | 2024-08-09T20:35:05.870Z | Compiling regex-automata v0.1.10 |
1167 | 2024-08-09T20:35:06.004Z | Compiling winnow v0.5.40 |
1168 | 2024-08-09T20:35:06.051Z | Compiling rustc-demangle v0.1.24 |
1169 | 2024-08-09T20:35:06.350Z | Compiling managed v0.8.0 |
1170 | 2024-08-09T20:35:06.638Z | Compiling base16ct v0.2.0 |
1171 | 2024-08-09T20:35:06.831Z | Compiling bitflags v1.3.2 |
1172 | 2024-08-09T20:35:06.973Z | Compiling base64 v0.21.7 |
1173 | 2024-08-09T20:35:07.067Z | Compiling tokio-util v0.7.11 |
1174 | 2024-08-09T20:35:07.585Z | Compiling tokio-native-tls v0.3.1 |
1175 | 2024-08-09T20:35:07.714Z | Compiling tokio-rustls v0.24.1 |
1176 | 2024-08-09T20:35:07.862Z | Compiling anyhow v1.0.86 |
1177 | 2024-08-09T20:35:07.885Z | Compiling ipnet v2.9.0 |
1178 | 2024-08-09T20:35:08.111Z | Compiling h2 v0.3.26 |
1179 | 2024-08-09T20:35:08.441Z | Compiling schemars v0.8.21 |
1180 | 2024-08-09T20:35:08.659Z | Compiling schemars_derive v0.8.21 |
1181 | 2024-08-09T20:35:08.838Z | Compiling rustls-pemfile v1.0.4 |
1182 | 2024-08-09T20:35:09.284Z | Compiling sec1 v0.7.3 |
1183 | 2024-08-09T20:35:09.650Z | Compiling toml_edit v0.19.15 |
1184 | 2024-08-09T20:35:09.855Z | Compiling clap_builder v4.5.13 |
1185 | 2024-08-09T20:35:09.874Z | Compiling bstr v0.2.17 |
1186 | 2024-08-09T20:35:11.211Z | Compiling zerocopy v0.6.6 |
1187 | 2024-08-09T20:35:11.390Z | Compiling idna v0.2.3 |
1188 | 2024-08-09T20:35:12.273Z | Compiling group v0.13.0 |
1189 | 2024-08-09T20:35:12.566Z | Compiling phf v0.11.2 |
1190 | 2024-08-09T20:35:12.602Z | Compiling cookie_store v0.20.0 |
1191 | 2024-08-09T20:35:12.853Z | Compiling signal-hook-mio v0.2.3 |
1192 | 2024-08-09T20:35:13.019Z | Compiling postgres-types v0.2.7 |
1193 | 2024-08-09T20:35:13.037Z | Compiling usdt-macro v0.5.0 |
1194 | 2024-08-09T20:35:14.127Z | Compiling usdt-attr-macro v0.5.0 |
1195 | 2024-08-09T20:35:14.190Z | Compiling hubpack v0.1.2 |
1196 | 2024-08-09T20:35:14.523Z | Compiling inout v0.1.3 |
1197 | 2024-08-09T20:35:14.569Z | Compiling serde_urlencoded v0.7.1 |
1198 | 2024-08-09T20:35:14.804Z | Compiling regex v1.10.6 |
1199 | 2024-08-09T20:35:14.966Z | Compiling num-bigint v0.4.5 |
1200 | 2024-08-09T20:35:15.095Z | Compiling hyper v0.14.30 |
1201 | 2024-08-09T20:35:15.628Z | Compiling futures-executor v0.3.30 |
1202 | 2024-08-09T20:35:15.786Z | Compiling enum-as-inner v0.5.1 |
1203 | 2024-08-09T20:35:15.919Z | Compiling hkdf v0.12.4 |
1204 | 2024-08-09T20:35:16.188Z | Compiling crypto-bigint v0.5.5 |
1205 | 2024-08-09T20:35:16.205Z | Compiling strum_macros v0.25.3 |
1206 | 2024-08-09T20:35:16.915Z | Compiling clap_derive v4.5.13 |
1207 | 2024-08-09T20:35:17.689Z | Compiling serde_repr v0.1.19 |
1208 | 2024-08-09T20:35:18.799Z | Compiling phf_shared v0.10.0 |
1209 | 2024-08-09T20:35:18.888Z | Compiling float-cmp v0.9.0 |
1210 | 2024-08-09T20:35:19.116Z | Compiling encoding_rs v0.8.34 |
1211 | 2024-08-09T20:35:19.201Z | Compiling minimal-lexical v0.2.1 |
1212 | 2024-08-09T20:35:19.309Z | Compiling mime v0.3.17 |
1213 | 2024-08-09T20:35:19.712Z | Compiling static_assertions v1.1.0 |
1214 | 2024-08-09T20:35:19.818Z | Compiling data-encoding v2.6.0 |
1215 | 2024-08-09T20:35:19.934Z | Compiling webpki-roots v0.25.4 |
1216 | 2024-08-09T20:35:20.100Z | Compiling precomputed-hash v0.1.1 |
1217 | 2024-08-09T20:35:20.223Z | Compiling predicates-core v1.0.6 |
1218 | 2024-08-09T20:35:20.432Z | Compiling normalize-line-endings v0.3.0 |
1219 | 2024-08-09T20:35:20.562Z | Compiling fixedbitset v0.4.2 |
1220 | 2024-08-09T20:35:20.599Z | Compiling dyn-clone v1.0.17 |
1221 | 2024-08-09T20:35:20.819Z | Compiling whoami v1.5.1 |
1222 | 2024-08-09T20:35:21.044Z | Compiling unicode-segmentation v1.11.0 |
1223 | 2024-08-09T20:35:21.521Z | Compiling new_debug_unreachable v1.0.6 |
1224 | 2024-08-09T20:35:21.644Z | Compiling sync_wrapper v0.1.2 |
1225 | 2024-08-09T20:35:21.774Z | Compiling difflib v0.4.0 |
1226 | 2024-08-09T20:35:21.907Z | Compiling similar v2.5.0 |
1227 | 2024-08-09T20:35:21.975Z | Compiling clap v4.5.13 |
1228 | 2024-08-09T20:35:22.099Z | Compiling hyper-tls v0.5.0 |
1229 | 2024-08-09T20:35:22.338Z | Compiling hyper-rustls v0.24.2 |
1230 | 2024-08-09T20:35:22.394Z | Compiling predicates v3.1.2 |
1231 | 2024-08-09T20:35:22.481Z | Compiling string_cache v0.8.7 |
1232 | 2024-08-09T20:35:22.700Z | Compiling reqwest v0.11.27 |
1233 | 2024-08-09T20:35:22.952Z | Compiling tokio-postgres v0.7.11 |
1234 | 2024-08-09T20:35:23.368Z | Compiling petgraph v0.6.5 |
1235 | 2024-08-09T20:35:24.089Z | Compiling console v0.15.8 |
1236 | 2024-08-09T20:35:24.626Z | Compiling trust-dns-proto v0.22.0 |
1237 | 2024-08-09T20:35:25.202Z | Compiling toml_edit v0.22.20 |
1238 | 2024-08-09T20:35:25.658Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1239 | 2024-08-09T20:35:26.227Z | Compiling nom v7.1.3 |
1240 | 2024-08-09T20:35:27.619Z | Compiling elliptic-curve v0.13.8 |
1241 | 2024-08-09T20:35:27.672Z | Compiling usdt v0.5.0 |
1242 | 2024-08-09T20:35:28.204Z | Compiling yasna v0.5.2 |
1243 | 2024-08-09T20:35:28.510Z | Compiling futures v0.3.30 |
1244 | 2024-08-09T20:35:28.636Z | Compiling flate2 v1.0.31 |
1245 | 2024-08-09T20:35:28.850Z | Compiling cipher v0.4.4 |
1246 | 2024-08-09T20:35:29.390Z | Compiling crossterm v0.27.0 |
1247 | 2024-08-09T20:35:30.122Z | Compiling toml v0.7.8 |
1248 | 2024-08-09T20:35:30.522Z | Compiling tokio-stream v0.1.15 |
1249 | 2024-08-09T20:35:31.065Z | Compiling bit-set v0.5.3 |
1250 | 2024-08-09T20:35:31.369Z | Compiling itertools v0.10.5 |
1251 | 2024-08-09T20:35:31.525Z | Compiling itertools v0.12.1 |
1252 | 2024-08-09T20:35:31.939Z | Compiling openapiv3 v2.0.0 |
1253 | 2024-08-09T20:35:32.411Z | Compiling hex v0.4.3 |
1254 | 2024-08-09T20:35:33.057Z | Compiling bstr v1.9.1 |
1255 | 2024-08-09T20:35:33.363Z | Compiling num-iter v0.1.45 |
1256 | 2024-08-09T20:35:33.463Z | Compiling crossbeam-epoch v0.9.18 |
1257 | 2024-08-09T20:35:33.577Z | Compiling dirs-sys-next v0.1.2 |
1258 | 2024-08-09T20:35:34.010Z | Compiling lalrpop-util v0.19.12 |
1259 | 2024-08-09T20:35:34.262Z | Compiling peg-runtime v0.8.3 |
1260 | 2024-08-09T20:35:34.312Z | Compiling unicode-xid v0.2.4 |
1261 | 2024-08-09T20:35:34.349Z | Compiling dirs-next v2.0.0 |
1262 | 2024-08-09T20:35:34.375Z | Compiling thread_local v1.1.8 |
1263 | 2024-08-09T20:35:34.496Z | Compiling slog-async v2.8.0 |
1264 | 2024-08-09T20:35:34.563Z | Compiling term v0.7.0 |
1265 | 2024-08-09T20:35:34.805Z | Compiling xattr v1.3.1 |
1266 | 2024-08-09T20:35:34.939Z | Compiling strum_macros v0.26.4 |
1267 | 2024-08-09T20:35:34.948Z | Compiling crossbeam-channel v0.5.12 |
1268 | 2024-08-09T20:35:34.948Z | Compiling filetime v0.2.23 |
1269 | 2024-08-09T20:35:35.102Z | Compiling is-terminal v0.4.12 |
1270 | 2024-08-09T20:35:35.154Z | Compiling take_mut v0.2.2 |
1271 | 2024-08-09T20:35:35.237Z | Compiling slog-term v2.9.1 |
1272 | 2024-08-09T20:35:35.314Z | Compiling tar v0.4.41 |
1273 | 2024-08-09T20:35:35.331Z | Compiling camino v1.1.7 |
1274 | 2024-08-09T20:35:37.349Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1275 | 2024-08-09T20:35:38.260Z | Compiling strum v0.26.3 |
1276 | 2024-08-09T20:35:38.349Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1277 | 2024-08-09T20:35:44.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
1278 | 2024-08-09T20:35:44.501Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1279 | 2024-08-09T20:35:44.548Z | Aug 09 20:35:43.397 INFO Starting download, target: Cockroach |
1280 | 2024-08-09T20:35:44.548Z | Aug 09 20:35:43.397 INFO Starting download, target: Clickhouse |
1281 | 2024-08-09T20:35:44.548Z | Aug 09 20:35:43.397 INFO Starting download, target: Console |
1282 | 2024-08-09T20:35:44.552Z | Aug 09 20:35:43.397 INFO Starting download, target: DendriteOpenapi |
1283 | 2024-08-09T20:35:44.552Z | Aug 09 20:35:43.397 INFO Starting download, target: DendriteStub |
1284 | 2024-08-09T20:35:44.552Z | Aug 09 20:35:43.397 INFO Starting download, target: MaghemiteMgd |
1285 | 2024-08-09T20:35:44.552Z | Aug 09 20:35:43.397 INFO Starting download, target: TransceiverControl |
1286 | 2024-08-09T20:35:44.552Z | Aug 09 20:35:43.398 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1287 | 2024-08-09T20:35:44.552Z | Aug 09 20:35:43.398 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1288 | 2024-08-09T20:35:44.552Z | Aug 09 20:35:43.398 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1289 | 2024-08-09T20:35:44.552Z | Aug 09 20:35:43.398 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1290 | 2024-08-09T20:35:44.552Z | Aug 09 20:35:43.398 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1291 | 2024-08-09T20:35:44.552Z | Aug 09 20:35:43.398 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1292 | 2024-08-09T20:35:44.552Z | Aug 09 20:35:43.398 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1293 | 2024-08-09T20:35:44.725Z | Aug 09 20:35:43.570 INFO Download complete, target: DendriteOpenapi |
1294 | 2024-08-09T20:35:45.135Z | Aug 09 20:35:43.967 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1295 | 2024-08-09T20:35:45.146Z | Aug 09 20:35:43.983 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1296 | 2024-08-09T20:35:45.412Z | Aug 09 20:35:44.261 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1297 | 2024-08-09T20:35:45.451Z | Aug 09 20:35:44.301 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1298 | 2024-08-09T20:35:45.585Z | Aug 09 20:35:44.435 INFO Download complete, target: Console |
1299 | 2024-08-09T20:35:45.876Z | Aug 09 20:35:44.726 INFO Download complete, target: TransceiverControl |
1300 | 2024-08-09T20:35:46.612Z | Aug 09 20:35:45.461 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1301 | 2024-08-09T20:35:47.953Z | Aug 09 20:35:46.801 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1302 | 2024-08-09T20:35:47.953Z | Aug 09 20:35:46.801 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1303 | 2024-08-09T20:35:48.638Z | Aug 09 20:35:47.487 INFO Download complete, target: DendriteStub |
1304 | 2024-08-09T20:35:48.867Z | Aug 09 20:35:47.716 INFO Download complete, target: MaghemiteMgd |
1305 | 2024-08-09T20:35:56.348Z | Aug 09 20:35:55.196 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1306 | 2024-08-09T20:35:56.704Z | Aug 09 20:35:55.553 INFO Checking that binary works, target: Cockroach |
1307 | 2024-08-09T20:35:56.879Z | Aug 09 20:35:55.727 INFO Download complete, target: Cockroach |
1308 | 2024-08-09T20:36:01.333Z | Aug 09 20:36:00.181 INFO Checking that binary works, target: Clickhouse |
1309 | 2024-08-09T20:36:01.661Z | Aug 09 20:36:00.506 INFO Download complete, target: Clickhouse |
1310 | 2024-08-09T20:36:01.673Z | All prerequisites installed successfully |
1311 | 2024-08-09T20:36:01.684Z | |
1312 | 2024-08-09T20:36:01.685Z | real 4:03.949393482 |
1313 | 2024-08-09T20:36:01.685Z | user 11:23.361212396 |
1314 | 2024-08-09T20:36:01.685Z | sys 2:25.259102995 |
1315 | 2024-08-09T20:36:01.685Z | trap 0.438656104 |
1316 | 2024-08-09T20:36:01.685Z | tflt 5.001546732 |
1317 | 2024-08-09T20:36:01.685Z | dflt 5.433701275 |
1318 | 2024-08-09T20:36:01.686Z | kflt 0.157883442 |
1319 | 2024-08-09T20:36:01.687Z | lock 21:42.887110596 |
1320 | 2024-08-09T20:36:01.687Z | slp 44:34.064422853 |
1321 | 2024-08-09T20:36:01.687Z | lat 39.960905946 |
1322 | 2024-08-09T20:36:01.687Z | stop 1:39.112819958 |
1323 | 2024-08-09T20:36:01.687Z | + ptime -m cargo xtask download softnpu |
1324 | 2024-08-09T20:36:02.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1325 | 2024-08-09T20:36:02.269Z | Running `target/debug/xtask download softnpu` |
1326 | 2024-08-09T20:36:03.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
1327 | 2024-08-09T20:36:03.167Z | Running `target/debug/xtask-downloader softnpu` |
1328 | 2024-08-09T20:36:03.202Z | Aug 09 20:36:02.049 INFO Starting download, target: Softnpu |
1329 | 2024-08-09T20:36:03.205Z | Aug 09 20:36:02.050 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1330 | 2024-08-09T20:36:03.942Z | Aug 09 20:36:02.790 INFO Download complete, target: Softnpu |
1331 | 2024-08-09T20:36:03.946Z | |
1332 | 2024-08-09T20:36:03.949Z | real 2.271498652 |
1333 | 2024-08-09T20:36:03.949Z | user 1.263613684 |
1334 | 2024-08-09T20:36:03.949Z | sys 0.597631738 |
1335 | 2024-08-09T20:36:03.949Z | trap 0.000518729 |
1336 | 2024-08-09T20:36:03.949Z | tflt 0.000014737 |
1337 | 2024-08-09T20:36:03.949Z | dflt 0.000000000 |
1338 | 2024-08-09T20:36:03.949Z | kflt 0.000000000 |
1339 | 2024-08-09T20:36:03.949Z | lock 7.745694869 |
1340 | 2024-08-09T20:36:03.949Z | slp 0.742413181 |
1341 | 2024-08-09T20:36:03.949Z | lat 0.071840400 |
1342 | 2024-08-09T20:36:03.949Z | stop 0.000433502 |
1343 | 2024-08-09T20:36:03.949Z | + export CARGO_INCREMENTAL=0 |
1344 | 2024-08-09T20:36:03.949Z | + CARGO_INCREMENTAL=0 |
1345 | 2024-08-09T20:36:03.949Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1346 | 2024-08-09T20:36:04.960Z | Compiling proc-macro2 v1.0.86 |
1347 | 2024-08-09T20:36:04.960Z | Compiling unicode-ident v1.0.12 |
1348 | 2024-08-09T20:36:04.963Z | Compiling libc v0.2.155 |
1349 | 2024-08-09T20:36:04.963Z | Compiling serde v1.0.205 |
1350 | 2024-08-09T20:36:04.963Z | Compiling autocfg v1.3.0 |
1351 | 2024-08-09T20:36:04.963Z | Compiling version_check v0.9.5 |
1352 | 2024-08-09T20:36:04.963Z | Compiling cfg-if v1.0.0 |
1353 | 2024-08-09T20:36:05.219Z | Compiling cc v1.0.97 |
1354 | 2024-08-09T20:36:05.262Z | Compiling memchr v2.7.2 |
1355 | 2024-08-09T20:36:05.835Z | Compiling ahash v0.8.11 |
1356 | 2024-08-09T20:36:05.913Z | Compiling lock_api v0.4.12 |
1357 | 2024-08-09T20:36:06.196Z | Compiling once_cell v1.19.0 |
1358 | 2024-08-09T20:36:06.262Z | Compiling byteorder v1.5.0 |
1359 | 2024-08-09T20:36:06.643Z | Compiling serde_json v1.0.122 |
1360 | 2024-08-09T20:36:06.748Z | Compiling quote v1.0.36 |
1361 | 2024-08-09T20:36:06.773Z | Compiling parking_lot_core v0.9.10 |
1362 | 2024-08-09T20:36:07.001Z | Compiling libm v0.2.8 |
1363 | 2024-08-09T20:36:07.218Z | Compiling syn v2.0.72 |
1364 | 2024-08-09T20:36:07.380Z | Compiling getrandom v0.2.14 |
1365 | 2024-08-09T20:36:07.425Z | Compiling num-traits v0.2.19 |
1366 | 2024-08-09T20:36:07.475Z | Compiling thiserror v1.0.63 |
1367 | 2024-08-09T20:36:07.772Z | Compiling typenum v1.17.0 |
1368 | 2024-08-09T20:36:07.803Z | Compiling scopeguard v1.2.0 |
1369 | 2024-08-09T20:36:07.818Z | Compiling generic-array v0.14.7 |
1370 | 2024-08-09T20:36:07.908Z | Compiling itoa v1.0.11 |
1371 | 2024-08-09T20:36:08.108Z | Compiling log v0.4.21 |
1372 | 2024-08-09T20:36:08.390Z | Compiling allocator-api2 v0.2.18 |
1373 | 2024-08-09T20:36:08.485Z | Compiling slab v0.4.9 |
1374 | 2024-08-09T20:36:08.680Z | Compiling ring v0.17.8 |
1375 | 2024-08-09T20:36:08.696Z | Compiling pin-project-lite v0.2.14 |
1376 | 2024-08-09T20:36:08.727Z | Compiling semver v1.0.23 |
1377 | 2024-08-09T20:36:08.825Z | Compiling ryu v1.0.18 |
1378 | 2024-08-09T20:36:08.916Z | Compiling equivalent v1.0.1 |
1379 | 2024-08-09T20:36:09.034Z | Compiling spin v0.9.8 |
1380 | 2024-08-09T20:36:09.193Z | Compiling smallvec v1.13.2 |
1381 | 2024-08-09T20:36:09.209Z | Compiling schemars v0.8.21 |
1382 | 2024-08-09T20:36:09.226Z | Compiling pkg-config v0.3.30 |
1383 | 2024-08-09T20:36:09.241Z | Compiling vcpkg v0.2.15 |
1384 | 2024-08-09T20:36:09.567Z | Compiling signal-hook-registry v1.4.2 |
1385 | 2024-08-09T20:36:09.710Z | Compiling syn v1.0.109 |
1386 | 2024-08-09T20:36:09.741Z | Compiling mio v0.8.11 |
1387 | 2024-08-09T20:36:10.391Z | Compiling parking_lot v0.12.2 |
1388 | 2024-08-09T20:36:10.977Z | Compiling openssl-sys v0.9.103 |
1389 | 2024-08-09T20:36:11.926Z | Compiling rand_core v0.6.4 |
1390 | 2024-08-09T20:36:12.032Z | Compiling num_cpus v1.16.0 |
1391 | 2024-08-09T20:36:12.187Z | Compiling socket2 v0.5.7 |
1392 | 2024-08-09T20:36:12.323Z | Compiling num-conv v0.1.0 |
1393 | 2024-08-09T20:36:12.346Z | Compiling time-core v0.1.2 |
1394 | 2024-08-09T20:36:12.621Z | Compiling time-macros v0.2.18 |
1395 | 2024-08-09T20:36:12.734Z | Compiling heck v0.5.0 |
1396 | 2024-08-09T20:36:12.897Z | Compiling httparse v1.8.0 |
1397 | 2024-08-09T20:36:13.803Z | Compiling futures-core v0.3.30 |
1398 | 2024-08-09T20:36:14.287Z | Compiling openssl v0.10.66 |
1399 | 2024-08-09T20:36:14.470Z | Compiling rustix v0.38.34 |
1400 | 2024-08-09T20:36:14.532Z | Compiling fnv v1.0.7 |
1401 | 2024-08-09T20:36:14.938Z | Compiling crossbeam-utils v0.8.19 |
1402 | 2024-08-09T20:36:15.132Z | Compiling serde_derive_internals v0.29.1 |
1403 | 2024-08-09T20:36:15.592Z | Compiling iana-time-zone v0.1.60 |
1404 | 2024-08-09T20:36:15.627Z | Compiling tinyvec_macros v0.1.1 |
1405 | 2024-08-09T20:36:15.740Z | Compiling rustls v0.21.12 |
1406 | 2024-08-09T20:36:15.782Z | Compiling native-tls v0.2.11 |
1407 | 2024-08-09T20:36:15.882Z | Compiling tinyvec v1.6.0 |
1408 | 2024-08-09T20:36:16.424Z | Compiling const-oid v0.9.6 |
1409 | 2024-08-09T20:36:16.590Z | Compiling ucd-trie v0.1.6 |
1410 | 2024-08-09T20:36:17.209Z | Compiling subtle v2.5.0 |
1411 | 2024-08-09T20:36:17.395Z | Compiling futures-sink v0.3.30 |
1412 | 2024-08-09T20:36:17.438Z | Compiling unicode-normalization v0.1.23 |
1413 | 2024-08-09T20:36:17.565Z | Compiling backtrace v0.3.71 |
1414 | 2024-08-09T20:36:17.685Z | Compiling cookie v0.17.0 |
1415 | 2024-08-09T20:36:18.036Z | Compiling unicode-bidi v0.3.15 |
1416 | 2024-08-09T20:36:18.358Z | Compiling slog v2.7.0 |
1417 | 2024-08-09T20:36:18.547Z | Compiling futures-channel v0.3.30 |
1418 | 2024-08-09T20:36:18.876Z | Compiling pin-utils v0.1.0 |
1419 | 2024-08-09T20:36:18.980Z | Compiling futures-task v0.3.30 |
1420 | 2024-08-09T20:36:19.038Z | Compiling futures-io v0.3.30 |
1421 | 2024-08-09T20:36:19.487Z | Compiling aho-corasick v1.1.3 |
1422 | 2024-08-09T20:36:19.610Z | Compiling untrusted v0.9.0 |
1423 | 2024-08-09T20:36:19.845Z | Compiling regex-syntax v0.8.3 |
1424 | 2024-08-09T20:36:20.738Z | Compiling anyhow v1.0.86 |
1425 | 2024-08-09T20:36:20.834Z | Compiling serde_derive v1.0.205 |
1426 | 2024-08-09T20:36:21.318Z | Compiling zerocopy-derive v0.7.34 |
1427 | 2024-08-09T20:36:21.917Z | Compiling zeroize_derive v1.4.2 |
1428 | 2024-08-09T20:36:22.101Z | Compiling thiserror-impl v1.0.63 |
1429 | 2024-08-09T20:36:23.285Z | Compiling zerocopy v0.7.34 |
1430 | 2024-08-09T20:36:23.375Z | Compiling tokio-macros v2.3.0 |
1431 | 2024-08-09T20:36:23.973Z | Compiling futures-macro v0.3.30 |
1432 | 2024-08-09T20:36:24.872Z | Compiling schemars_derive v0.8.21 |
1433 | 2024-08-09T20:36:25.056Z | Compiling tracing-attributes v0.1.27 |
1434 | 2024-08-09T20:36:25.505Z | Compiling hashbrown v0.14.5 |
1435 | 2024-08-09T20:36:25.645Z | Compiling zeroize v1.7.0 |
1436 | 2024-08-09T20:36:26.279Z | Compiling openssl-macros v0.1.1 |
1437 | 2024-08-09T20:36:26.878Z | Compiling scroll_derive v0.12.0 |
1438 | 2024-08-09T20:36:27.036Z | Compiling pest v2.7.10 |
1439 | 2024-08-09T20:36:27.630Z | Compiling crypto-common v0.1.6 |
1440 | 2024-08-09T20:36:27.823Z | Compiling futures-util v0.3.30 |
1441 | 2024-08-09T20:36:27.907Z | Compiling der_derive v0.7.2 |
1442 | 2024-08-09T20:36:28.349Z | Compiling dyn-clone v1.0.17 |
1443 | 2024-08-09T20:36:28.553Z | Compiling winnow v0.5.40 |
1444 | 2024-08-09T20:36:28.624Z | Compiling block-buffer v0.10.4 |
1445 | 2024-08-09T20:36:30.000Z | Compiling pest_meta v2.7.10 |
1446 | 2024-08-09T20:36:30.331Z | Compiling regex-automata v0.4.6 |
1447 | 2024-08-09T20:36:32.563Z | Compiling pest_generator v2.7.10 |
1448 | 2024-08-09T20:36:34.242Z | Compiling tracing-core v0.1.32 |
1449 | 2024-08-09T20:36:34.302Z | Compiling pest_derive v2.7.10 |
1450 | 2024-08-09T20:36:34.716Z | Compiling bytes v1.7.1 |
1451 | 2024-08-09T20:36:35.102Z | Compiling indexmap v2.3.0 |
1452 | 2024-08-09T20:36:36.541Z | Compiling tokio v1.38.1 |
1453 | 2024-08-09T20:36:36.588Z | Compiling bitflags v2.6.0 |
1454 | 2024-08-09T20:36:36.627Z | Compiling uuid v1.10.0 |
1455 | 2024-08-09T20:36:36.746Z | Compiling serde_tokenstream v0.2.1 |
1456 | 2024-08-09T20:36:36.885Z | Compiling chrono v0.4.38 |
1457 | 2024-08-09T20:36:38.015Z | Compiling serde_spanned v0.6.7 |
1458 | 2024-08-09T20:36:38.698Z | Compiling toml_datetime v0.6.8 |
1459 | 2024-08-09T20:36:39.181Z | Compiling http v0.2.12 |
1460 | 2024-08-09T20:36:41.630Z | Compiling toml_edit v0.19.15 |
1461 | 2024-08-09T20:36:41.702Z | Compiling rustc_version v0.4.0 |
1462 | 2024-08-09T20:36:41.993Z | Compiling usdt-impl v0.5.0 |
1463 | 2024-08-09T20:36:42.348Z | Compiling powerfmt v0.2.0 |
1464 | 2024-08-09T20:36:42.398Z | Compiling rustversion v1.0.17 |
1465 | 2024-08-09T20:36:42.880Z | Compiling deranged v0.3.11 |
1466 | 2024-08-09T20:36:43.141Z | Compiling heapless v0.7.17 |
1467 | 2024-08-09T20:36:44.612Z | Compiling tracing v0.1.40 |
1468 | 2024-08-09T20:36:44.615Z | Compiling digest v0.10.7 |
1469 | 2024-08-09T20:36:44.953Z | Compiling scroll v0.12.0 |
1470 | 2024-08-09T20:36:45.291Z | Compiling percent-encoding v2.3.1 |
1471 | 2024-08-09T20:36:45.620Z | Compiling plain v0.2.3 |
1472 | 2024-08-09T20:36:45.720Z | Compiling ppv-lite86 v0.2.17 |
1473 | 2024-08-09T20:36:45.768Z | Compiling num_threads v0.1.7 |
1474 | 2024-08-09T20:36:45.900Z | Compiling signal-hook v0.3.17 |
1475 | 2024-08-09T20:36:46.194Z | Compiling heck v0.4.1 |
1476 | 2024-08-09T20:36:46.483Z | Compiling time v0.3.36 |
1477 | 2024-08-09T20:36:46.499Z | Compiling rand_chacha v0.3.1 |
1478 | 2024-08-09T20:36:46.604Z | Compiling goblin v0.8.2 |
1479 | 2024-08-09T20:36:48.157Z | Compiling regex v1.10.6 |
1480 | 2024-08-09T20:36:49.160Z | Compiling crc32fast v1.4.0 |
1481 | 2024-08-09T20:36:49.641Z | Compiling strsim v0.11.1 |
1482 | 2024-08-09T20:36:50.425Z | Compiling pretty-hex v0.4.1 |
1483 | 2024-08-09T20:36:50.652Z | Compiling rand v0.8.5 |
1484 | 2024-08-09T20:36:51.120Z | Compiling tokio-util v0.7.11 |
1485 | 2024-08-09T20:36:52.355Z | Compiling dtrace-parser v0.2.0 |
1486 | 2024-08-09T20:36:52.655Z | Compiling dof v0.3.0 |
1487 | 2024-08-09T20:36:53.242Z | Compiling async-trait v0.1.81 |
1488 | 2024-08-09T20:36:53.569Z | Compiling thread-id v4.2.1 |
1489 | 2024-08-09T20:36:53.865Z | Compiling smoltcp v0.9.1 |
1490 | 2024-08-09T20:36:54.124Z | Compiling foreign-types-shared v0.1.1 |
1491 | 2024-08-09T20:36:54.242Z | Compiling unicode-width v0.1.13 |
1492 | 2024-08-09T20:36:54.377Z | Compiling base64ct v1.6.0 |
1493 | 2024-08-09T20:36:54.492Z | Compiling foreign-types v0.3.2 |
1494 | 2024-08-09T20:36:54.970Z | Compiling pem-rfc7468 v0.7.0 |
1495 | 2024-08-09T20:36:56.032Z | Compiling form_urlencoded v1.2.1 |
1496 | 2024-08-09T20:36:56.607Z | Compiling hmac v0.12.1 |
1497 | 2024-08-09T20:36:56.766Z | Compiling errno v0.3.9 |
1498 | 2024-08-09T20:36:56.837Z | Compiling flagset v0.4.5 |
1499 | 2024-08-09T20:36:57.057Z | Compiling try-lock v0.2.5 |
1500 | 2024-08-09T20:36:57.073Z | Compiling adler v1.0.2 |
1501 | 2024-08-09T20:36:57.205Z | Compiling siphasher v0.3.11 |
1502 | 2024-08-09T20:36:57.347Z | Compiling miniz_oxide v0.7.2 |
1503 | 2024-08-09T20:36:57.364Z | Compiling want v0.3.1 |
1504 | 2024-08-09T20:36:57.603Z | Compiling der v0.7.9 |
1505 | 2024-08-09T20:37:00.015Z | Compiling rustls-webpki v0.101.7 |
1506 | 2024-08-09T20:37:00.625Z | Compiling sct v0.7.1 |
1507 | 2024-08-09T20:37:00.809Z | Compiling h2 v0.3.26 |
1508 | 2024-08-09T20:37:01.287Z | Compiling http-body v0.4.6 |
1509 | 2024-08-09T20:37:02.347Z | Compiling openapiv3 v2.0.0 |
1510 | 2024-08-09T20:37:02.474Z | Compiling hubpack_derive v0.1.1 |
1511 | 2024-08-09T20:37:02.548Z | Compiling zerocopy-derive v0.6.6 |
1512 | 2024-08-09T20:37:03.247Z | Compiling idna v0.5.0 |
1513 | 2024-08-09T20:37:03.465Z | Compiling lazy_static v1.5.0 |
1514 | 2024-08-09T20:37:03.812Z | Compiling fs-err v2.11.0 |
1515 | 2024-08-09T20:37:04.128Z | Compiling stable_deref_trait v1.2.0 |
1516 | 2024-08-09T20:37:04.401Z | Compiling tower-service v0.3.2 |
1517 | 2024-08-09T20:37:04.530Z | Compiling openssl-probe v0.1.5 |
1518 | 2024-08-09T20:37:04.601Z | Compiling cpufeatures v0.2.12 |
1519 | 2024-08-09T20:37:04.654Z | Compiling utf8parse v0.2.1 |
1520 | 2024-08-09T20:37:04.725Z | Compiling httpdate v1.0.3 |
1521 | 2024-08-09T20:37:04.842Z | Compiling anstyle v1.0.8 |
1522 | 2024-08-09T20:37:04.994Z | Compiling finl_unicode v1.2.0 |
1523 | 2024-08-09T20:37:05.124Z | Compiling gimli v0.28.1 |
1524 | 2024-08-09T20:37:05.623Z | Compiling stringprep v0.1.4 |
1525 | 2024-08-09T20:37:05.793Z | Compiling anstyle-parse v0.2.4 |
1526 | 2024-08-09T20:37:06.106Z | Compiling sha2 v0.10.8 |
1527 | 2024-08-09T20:37:06.656Z | Compiling url v2.5.2 |
1528 | 2024-08-09T20:37:07.850Z | Compiling hyper v0.14.30 |
1529 | 2024-08-09T20:37:10.616Z | Compiling addr2line v0.21.0 |
1530 | 2024-08-09T20:37:11.403Z | Compiling spki v0.7.3 |
1531 | 2024-08-09T20:37:11.784Z | Compiling usdt-attr-macro v0.5.0 |
1532 | 2024-08-09T20:37:11.821Z | Compiling usdt-macro v0.5.0 |
1533 | 2024-08-09T20:37:13.249Z | Compiling md-5 v0.10.6 |
1534 | 2024-08-09T20:37:15.920Z | Compiling idna v0.3.0 |
1535 | 2024-08-09T20:37:17.142Z | Compiling num-integer v0.1.46 |
1536 | 2024-08-09T20:37:17.343Z | Compiling hash32 v0.2.1 |
1537 | 2024-08-09T20:37:17.497Z | Compiling object v0.32.2 |
1538 | 2024-08-09T20:37:17.874Z | Compiling psl-types v2.0.11 |
1539 | 2024-08-09T20:37:18.544Z | Compiling base64 v0.22.1 |
1540 | 2024-08-09T20:37:20.941Z | Compiling fallible-iterator v0.2.0 |
1541 | 2024-08-09T20:37:21.793Z | Compiling rustc-demangle v0.1.24 |
1542 | 2024-08-09T20:37:22.715Z | Compiling colorchoice v1.0.1 |
1543 | 2024-08-09T20:37:22.877Z | Compiling is_terminal_polyfill v1.70.0 |
1544 | 2024-08-09T20:37:23.007Z | Compiling anstyle-query v1.0.3 |
1545 | 2024-08-09T20:37:23.151Z | Compiling anstream v0.6.14 |
1546 | 2024-08-09T20:37:24.467Z | Compiling postgres-protocol v0.6.7 |
1547 | 2024-08-09T20:37:26.124Z | Compiling publicsuffix v2.2.3 |
1548 | 2024-08-09T20:37:29.867Z | Compiling tokio-rustls v0.24.1 |
1549 | 2024-08-09T20:37:30.277Z | Compiling pkcs8 v0.10.2 |
1550 | 2024-08-09T20:37:30.822Z | Compiling terminal_size v0.3.0 |
1551 | 2024-08-09T20:37:31.032Z | Compiling tokio-native-tls v0.3.1 |
1552 | 2024-08-09T20:37:31.566Z | Compiling phf_shared v0.11.2 |
1553 | 2024-08-09T20:37:32.054Z | Compiling strum_macros v0.25.3 |
1554 | 2024-08-09T20:37:33.121Z | Compiling enum-as-inner v0.5.1 |
1555 | 2024-08-09T20:37:33.238Z | Compiling block-padding v0.3.3 |
1556 | 2024-08-09T20:37:33.471Z | Compiling regress v0.9.1 |
1557 | 2024-08-09T20:37:34.268Z | Compiling clap_derive v4.5.13 |
1558 | 2024-08-09T20:37:35.013Z | Compiling serde_repr v0.1.19 |
1559 | 2024-08-09T20:37:35.943Z | Compiling ff v0.13.0 |
1560 | 2024-08-09T20:37:36.170Z | Compiling encoding_rs v0.8.34 |
1561 | 2024-08-09T20:37:38.244Z | Compiling mime v0.3.17 |
1562 | 2024-08-09T20:37:38.970Z | Compiling regex-automata v0.1.10 |
1563 | 2024-08-09T20:37:39.015Z | Compiling bitflags v1.3.2 |
1564 | 2024-08-09T20:37:39.132Z | Compiling base64 v0.21.7 |
1565 | 2024-08-09T20:37:39.352Z | Compiling managed v0.8.0 |
1566 | 2024-08-09T20:37:39.499Z | Compiling base16ct v0.2.0 |
1567 | 2024-08-09T20:37:39.812Z | Compiling clap_lex v0.7.0 |
1568 | 2024-08-09T20:37:40.272Z | Compiling either v1.13.0 |
1569 | 2024-08-09T20:37:40.324Z | Compiling matches v0.1.10 |
1570 | 2024-08-09T20:37:40.431Z | Compiling bit-vec v0.6.3 |
1571 | 2024-08-09T20:37:40.745Z | Compiling ipnet v2.9.0 |
1572 | 2024-08-09T20:37:41.084Z | Compiling idna v0.2.3 |
1573 | 2024-08-09T20:37:42.066Z | Compiling clap_builder v4.5.13 |
1574 | 2024-08-09T20:37:42.459Z | Compiling sec1 v0.7.3 |
1575 | 2024-08-09T20:37:43.267Z | Compiling rustls-pemfile v1.0.4 |
1576 | 2024-08-09T20:37:43.300Z | Compiling bstr v0.2.17 |
1577 | 2024-08-09T20:37:43.652Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1578 | 2024-08-09T20:37:44.627Z | Compiling group v0.13.0 |
1579 | 2024-08-09T20:37:47.008Z | Compiling inout v0.1.3 |
1580 | 2024-08-09T20:37:47.730Z | Compiling phf v0.11.2 |
1581 | 2024-08-09T20:37:47.972Z | Compiling hyper-tls v0.5.0 |
1582 | 2024-08-09T20:37:48.049Z | Compiling hyper-rustls v0.24.2 |
1583 | 2024-08-09T20:37:48.329Z | Compiling signal-hook-mio v0.2.3 |
1584 | 2024-08-09T20:37:48.407Z | Compiling cookie_store v0.20.0 |
1585 | 2024-08-09T20:37:48.672Z | Compiling postgres-types v0.2.7 |
1586 | 2024-08-09T20:37:48.809Z | Compiling num-bigint v0.4.5 |
1587 | 2024-08-09T20:37:49.355Z | Compiling zerocopy v0.6.6 |
1588 | 2024-08-09T20:37:49.866Z | Compiling hubpack v0.1.2 |
1589 | 2024-08-09T20:37:50.042Z | Compiling phf_shared v0.10.0 |
1590 | 2024-08-09T20:37:50.229Z | Compiling hkdf v0.12.4 |
1591 | 2024-08-09T20:37:50.296Z | Compiling serde_urlencoded v0.7.1 |
1592 | 2024-08-09T20:37:50.450Z | Compiling crossbeam-epoch v0.9.18 |
1593 | 2024-08-09T20:37:51.308Z | Compiling futures-executor v0.3.30 |
1594 | 2024-08-09T20:37:51.515Z | Compiling crypto-bigint v0.5.5 |
1595 | 2024-08-09T20:37:51.767Z | Compiling float-cmp v0.9.0 |
1596 | 2024-08-09T20:37:51.826Z | Compiling memmap v0.7.0 |
1597 | 2024-08-09T20:37:52.142Z | Compiling normalize-line-endings v0.3.0 |
1598 | 2024-08-09T20:37:52.274Z | Compiling sync_wrapper v0.1.2 |
1599 | 2024-08-09T20:37:52.395Z | Compiling winnow v0.6.18 |
1600 | 2024-08-09T20:37:52.416Z | Compiling precomputed-hash v0.1.1 |
1601 | 2024-08-09T20:37:53.227Z | Compiling fixedbitset v0.4.2 |
1602 | 2024-08-09T20:37:53.652Z | Compiling whoami v1.5.1 |
1603 | 2024-08-09T20:37:54.392Z | Compiling new_debug_unreachable v1.0.6 |
1604 | 2024-08-09T20:37:54.493Z | Compiling static_assertions v1.1.0 |
1605 | 2024-08-09T20:37:54.601Z | Compiling difflib v0.4.0 |
1606 | 2024-08-09T20:37:55.370Z | Compiling predicates-core v1.0.6 |
1607 | 2024-08-09T20:37:55.647Z | Compiling data-encoding v2.6.0 |
1608 | 2024-08-09T20:37:55.673Z | Compiling webpki-roots v0.25.4 |
1609 | 2024-08-09T20:37:55.691Z | Compiling unicode-segmentation v1.11.0 |
1610 | 2024-08-09T20:37:55.831Z | Compiling minimal-lexical v0.2.1 |
1611 | 2024-08-09T20:37:55.848Z | Compiling reqwest v0.11.27 |
1612 | 2024-08-09T20:37:56.197Z | Compiling toml_edit v0.22.20 |
1613 | 2024-08-09T20:37:56.321Z | Compiling similar v2.5.0 |
1614 | 2024-08-09T20:37:56.471Z | Compiling trust-dns-proto v0.22.0 |
1615 | 2024-08-09T20:37:57.313Z | Compiling nom v7.1.3 |
1616 | 2024-08-09T20:37:58.150Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1617 | 2024-08-09T20:37:58.449Z | Compiling predicates v3.1.2 |
1618 | 2024-08-09T20:38:00.711Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1619 | 2024-08-09T20:38:01.007Z | Compiling string_cache v0.8.7 |
1620 | 2024-08-09T20:38:01.431Z | Compiling elliptic-curve v0.13.8 |
1621 | 2024-08-09T20:38:01.949Z | Compiling tokio-postgres v0.7.11 |
1622 | 2024-08-09T20:38:02.066Z | Compiling petgraph v0.6.5 |
1623 | 2024-08-09T20:38:03.500Z | Compiling usdt v0.5.0 |
1624 | 2024-08-09T20:38:03.993Z | Compiling futures v0.3.30 |
1625 | 2024-08-09T20:38:04.106Z | Compiling yasna v0.5.2 |
1626 | 2024-08-09T20:38:05.172Z | Compiling crossterm v0.27.0 |
1627 | 2024-08-09T20:38:05.319Z | Compiling flate2 v1.0.31 |
1628 | 2024-08-09T20:38:05.862Z | Compiling cipher v0.4.4 |
1629 | 2024-08-09T20:38:06.210Z | Compiling clap v4.5.13 |
1630 | 2024-08-09T20:38:06.316Z | Compiling itertools v0.12.1 |
1631 | 2024-08-09T20:38:06.336Z | Compiling itertools v0.10.5 |
1632 | 2024-08-09T20:38:06.685Z | Compiling bit-set v0.5.3 |
1633 | 2024-08-09T20:38:06.926Z | Compiling num-iter v0.1.45 |
1634 | 2024-08-09T20:38:06.954Z | Compiling console v0.15.8 |
1635 | 2024-08-09T20:38:07.114Z | Compiling tokio-stream v0.1.15 |
1636 | 2024-08-09T20:38:07.236Z | Compiling toml v0.7.8 |
1637 | 2024-08-09T20:38:08.103Z | Compiling bstr v1.9.1 |
1638 | 2024-08-09T20:38:08.256Z | Compiling hex v0.4.3 |
1639 | 2024-08-09T20:38:09.225Z | Compiling peg-runtime v0.8.3 |
1640 | 2024-08-09T20:38:09.692Z | Compiling unicode-xid v0.2.4 |
1641 | 2024-08-09T20:38:09.753Z | Compiling camino v1.1.7 |
1642 | 2024-08-09T20:38:09.771Z | Compiling lalrpop-util v0.19.12 |
1643 | 2024-08-09T20:38:10.125Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1644 | 2024-08-09T20:38:10.326Z | Compiling proc-macro-crate v1.3.1 |
1645 | 2024-08-09T20:38:10.666Z | Compiling heapless v0.8.0 |
1646 | 2024-08-09T20:38:11.141Z | Compiling num_enum_derive v0.5.11 |
1647 | 2024-08-09T20:38:14.489Z | Compiling ipnetwork v0.20.0 |
1648 | 2024-08-09T20:38:17.154Z | Compiling hash32 v0.3.1 |
1649 | 2024-08-09T20:38:17.957Z | Compiling rustls-pki-types v1.7.0 |
1650 | 2024-08-09T20:38:18.192Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1651 | 2024-08-09T20:38:18.542Z | Compiling ident_case v1.0.1 |
1652 | 2024-08-09T20:38:18.724Z | Compiling smoltcp v0.11.0 |
1653 | 2024-08-09T20:38:23.063Z | Compiling darling_core v0.20.9 |
1654 | 2024-08-09T20:38:30.634Z | Compiling num_enum v0.5.11 |
1655 | 2024-08-09T20:38:31.342Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1656 | 2024-08-09T20:38:31.647Z | Compiling getopts v0.2.21 |
1657 | 2024-08-09T20:38:32.713Z | Compiling dirs-sys-next v0.1.2 |
1658 | 2024-08-09T20:38:33.177Z | Compiling proc-macro-error-attr v1.0.4 |
1659 | 2024-08-09T20:38:33.292Z | Compiling unsafe-libyaml v0.2.11 |
1660 | 2024-08-09T20:38:33.519Z | Compiling rustls v0.22.4 |
1661 | 2024-08-09T20:38:34.325Z | Compiling paste v1.0.15 |
1662 | 2024-08-09T20:38:34.460Z | Compiling embedded-io v0.4.0 |
1663 | 2024-08-09T20:38:34.698Z | Compiling cobs v0.2.3 |
1664 | 2024-08-09T20:38:35.093Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1665 | 2024-08-09T20:38:35.431Z | Compiling postcard v1.0.8 |
1666 | 2024-08-09T20:38:35.596Z | Compiling serde_yaml v0.9.34+deprecated |
1667 | 2024-08-09T20:38:39.619Z | Compiling dirs-next v2.0.0 |
1668 | 2024-08-09T20:38:40.468Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1669 | 2024-08-09T20:38:42.801Z | Compiling darling_macro v0.20.9 |
1670 | 2024-08-09T20:38:45.818Z | Compiling rustls-webpki v0.102.4 |
1671 | 2024-08-09T20:38:52.159Z | Compiling strum_macros v0.26.4 |
1672 | 2024-08-09T20:38:53.616Z | Compiling foreign-types-macros v0.2.3 |
1673 | 2024-08-09T20:38:53.946Z | Compiling structmeta-derive v0.3.0 |
1674 | 2024-08-09T20:38:55.100Z | Compiling thread_local v1.1.8 |
1675 | 2024-08-09T20:38:55.820Z | Compiling proc-macro-error v1.0.4 |
1676 | 2024-08-09T20:38:56.157Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1677 | 2024-08-09T20:38:56.461Z | Compiling multer v3.1.0 |
1678 | 2024-08-09T20:38:56.679Z | Compiling foreign-types-shared v0.3.1 |
1679 | 2024-08-09T20:38:56.761Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1680 | 2024-08-09T20:38:56.932Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1681 | 2024-08-09T20:38:58.196Z | Compiling slog-async v2.8.0 |
1682 | 2024-08-09T20:38:58.312Z | Compiling match_cfg v0.1.0 |
1683 | 2024-08-09T20:38:58.418Z | Compiling hostname v0.3.1 |
1684 | 2024-08-09T20:39:04.316Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1685 | 2024-08-09T20:39:04.454Z | Compiling foreign-types v0.5.0 |
1686 | 2024-08-09T20:39:05.843Z | Compiling strum v0.26.3 |
1687 | 2024-08-09T20:39:06.046Z | Compiling structmeta v0.3.0 |
1688 | 2024-08-09T20:39:07.587Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1689 | 2024-08-09T20:39:11.073Z | Compiling darling v0.20.9 |
1690 | 2024-08-09T20:39:13.349Z | Compiling term v0.7.0 |
1691 | 2024-08-09T20:39:16.674Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1692 | 2024-08-09T20:39:19.028Z | Compiling slog-json v2.6.1 |
1693 | 2024-08-09T20:39:19.470Z | Compiling tabwriter v1.4.0 |
1694 | 2024-08-09T20:39:19.923Z | Compiling crossbeam-channel v0.5.12 |
1695 | 2024-08-09T20:39:21.489Z | Compiling http v1.1.0 |
1696 | 2024-08-09T20:39:21.526Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1697 | 2024-08-09T20:39:21.635Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1698 | 2024-08-09T20:39:21.756Z | Compiling async-stream-impl v0.3.5 |
1699 | 2024-08-09T20:39:22.334Z | Compiling is-terminal v0.4.12 |
1700 | 2024-08-09T20:39:22.458Z | Compiling cstr-argument v0.1.2 |
1701 | 2024-08-09T20:39:22.475Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1702 | 2024-08-09T20:39:22.732Z | Compiling crucible-workspace-hack v0.1.0 |
1703 | 2024-08-09T20:39:22.794Z | Compiling take_mut v0.2.2 |
1704 | 2024-08-09T20:39:22.966Z | Compiling rayon-core v1.12.1 |
1705 | 2024-08-09T20:39:23.021Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1706 | 2024-08-09T20:39:23.037Z | Compiling atomic-waker v1.1.2 |
1707 | 2024-08-09T20:39:23.224Z | Compiling fastrand v2.1.0 |
1708 | 2024-08-09T20:39:23.327Z | Compiling pretty-hex v0.2.1 |
1709 | 2024-08-09T20:39:23.543Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1710 | 2024-08-09T20:39:23.692Z | Compiling tempfile v3.10.1 |
1711 | 2024-08-09T20:39:23.986Z | Compiling waitgroup v0.1.2 |
1712 | 2024-08-09T20:39:24.040Z | Compiling async-stream v0.3.5 |
1713 | 2024-08-09T20:39:24.261Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1714 | 2024-08-09T20:39:24.555Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1715 | 2024-08-09T20:39:25.504Z | Compiling slog-term v2.9.1 |
1716 | 2024-08-09T20:39:25.832Z | Compiling slog-bunyan v2.5.0 |
1717 | 2024-08-09T20:39:26.212Z | Compiling tokio-rustls v0.25.0 |
1718 | 2024-08-09T20:39:26.236Z | Compiling serde_with_macros v3.8.3 |
1719 | 2024-08-09T20:39:26.661Z | Compiling parse-display-derive v0.9.1 |
1720 | 2024-08-09T20:39:26.690Z | Compiling toml v0.8.19 |
1721 | 2024-08-09T20:39:26.768Z | Compiling rustls-pemfile v2.1.3 |
1722 | 2024-08-09T20:39:27.409Z | Compiling sha1 v0.10.6 |
1723 | 2024-08-09T20:39:27.510Z | Compiling crossbeam-deque v0.8.5 |
1724 | 2024-08-09T20:39:27.906Z | Compiling colored v2.1.0 |
1725 | 2024-08-09T20:39:28.132Z | Compiling newtype-uuid v1.1.0 |
1726 | 2024-08-09T20:39:28.206Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1727 | 2024-08-09T20:39:28.471Z | Compiling serde_path_to_error v0.1.16 |
1728 | 2024-08-09T20:39:28.815Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1729 | 2024-08-09T20:39:29.272Z | Compiling socket2 v0.4.10 |
1730 | 2024-08-09T20:39:29.466Z | Compiling hostname v0.4.0 |
1731 | 2024-08-09T20:39:29.554Z | Compiling instant v0.1.12 |
1732 | 2024-08-09T20:39:29.743Z | Compiling debug-ignore v1.0.5 |
1733 | 2024-08-09T20:39:29.759Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1734 | 2024-08-09T20:39:30.141Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1735 | 2024-08-09T20:39:30.690Z | Compiling parse-display v0.9.1 |
1736 | 2024-08-09T20:39:30.772Z | Compiling backoff v0.4.0 |
1737 | 2024-08-09T20:39:31.159Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1738 | 2024-08-09T20:39:31.387Z | Compiling serde_with v3.8.3 |
1739 | 2024-08-09T20:39:32.478Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1740 | 2024-08-09T20:39:33.166Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1741 | 2024-08-09T20:39:33.536Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1742 | 2024-08-09T20:39:34.281Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1743 | 2024-08-09T20:39:34.704Z | Compiling camino-tempfile v1.1.1 |
1744 | 2024-08-09T20:39:35.512Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1745 | 2024-08-09T20:39:35.783Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1746 | 2024-08-09T20:39:35.972Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1747 | 2024-08-09T20:39:36.010Z | Compiling macaddr v1.0.1 |
1748 | 2024-08-09T20:39:36.624Z | Compiling num-derive v0.4.2 |
1749 | 2024-08-09T20:39:36.645Z | Compiling sigpipe v0.1.3 |
1750 | 2024-08-09T20:39:36.780Z | Compiling libefi-sys v0.1.0 |
1751 | 2024-08-09T20:39:37.090Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1752 | 2024-08-09T20:39:37.463Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1753 | 2024-08-09T20:39:38.570Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1754 | 2024-08-09T20:39:38.697Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1755 | 2024-08-09T20:39:38.924Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1756 | 2024-08-09T20:39:39.103Z | Compiling rayon v1.10.0 |
1757 | 2024-08-09T20:39:39.711Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1758 | 2024-08-09T20:39:40.480Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1759 | 2024-08-09T20:39:40.782Z | Compiling smf v0.2.3 |
1760 | 2024-08-09T20:39:42.045Z | Compiling bitfield-struct v0.6.1 |
1761 | 2024-08-09T20:39:43.388Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1762 | 2024-08-09T20:39:43.417Z | Compiling blake3 v1.5.1 |
1763 | 2024-08-09T20:39:43.702Z | Compiling ring v0.16.20 |
1764 | 2024-08-09T20:39:43.777Z | Compiling portable-atomic v1.6.0 |
1765 | 2024-08-09T20:39:44.608Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1766 | 2024-08-09T20:39:45.219Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1767 | 2024-08-09T20:39:45.241Z | Compiling xattr v1.3.1 |
1768 | 2024-08-09T20:39:45.294Z | Compiling filetime v0.2.23 |
1769 | 2024-08-09T20:39:45.351Z | Compiling memmap2 v0.9.4 |
1770 | 2024-08-09T20:39:45.538Z | Compiling spin v0.5.2 |
1771 | 2024-08-09T20:39:45.641Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1772 | 2024-08-09T20:39:45.774Z | Compiling constant_time_eq v0.3.0 |
1773 | 2024-08-09T20:39:45.815Z | Compiling same-file v1.0.6 |
1774 | 2024-08-09T20:39:45.910Z | Compiling arrayref v0.3.7 |
1775 | 2024-08-09T20:39:45.957Z | Compiling arrayvec v0.7.4 |
1776 | 2024-08-09T20:39:46.024Z | Compiling untrusted v0.7.1 |
1777 | 2024-08-09T20:39:46.078Z | Compiling walkdir v2.5.0 |
1778 | 2024-08-09T20:39:46.210Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1779 | 2024-08-09T20:39:47.514Z | Compiling tar v0.4.41 |
1780 | 2024-08-09T20:39:47.581Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1781 | 2024-08-09T20:39:48.009Z | Compiling gethostname v0.5.0 |
1782 | 2024-08-09T20:39:48.203Z | Compiling cargo-platform v0.1.8 |
1783 | 2024-08-09T20:39:49.031Z | Compiling number_prefix v0.4.0 |
1784 | 2024-08-09T20:39:49.272Z | Compiling topological-sort v0.2.2 |
1785 | 2024-08-09T20:39:49.294Z | Compiling indicatif v0.17.8 |
1786 | 2024-08-09T20:39:49.548Z | Compiling cargo_metadata v0.18.1 |
1787 | 2024-08-09T20:39:52.711Z | Compiling omicron-zone-package v0.11.0 |
1788 | 2024-08-09T20:39:56.094Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1789 | 2024-08-09T20:39:56.867Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1790 | 2024-08-09T20:39:58.476Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1791 | 2024-08-09T20:40:19.872Z | Finished `release` profile [optimized] target(s) in 4m 15s |
1792 | 2024-08-09T20:40:20.012Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1793 | 2024-08-09T20:40:20.058Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1794 | 2024-08-09T20:40:20.062Z | Created new build target 'test' and set it as active |
1795 | 2024-08-09T20:40:20.062Z | |
1796 | 2024-08-09T20:40:20.062Z | real 4:16.080189264 |
1797 | 2024-08-09T20:40:20.062Z | user 29:05.395376623 |
1798 | 2024-08-09T20:40:20.062Z | sys 3:37.565694219 |
1799 | 2024-08-09T20:40:20.062Z | trap 0.868783225 |
1800 | 2024-08-09T20:40:20.062Z | tflt 2.437701526 |
1801 | 2024-08-09T20:40:20.062Z | dflt 0.800237663 |
1802 | 2024-08-09T20:40:20.062Z | kflt 0.000176713 |
1803 | 2024-08-09T20:40:20.062Z | lock 1:04:47.123481810 |
1804 | 2024-08-09T20:40:20.062Z | slp 1:52:12.965207830 |
1805 | 2024-08-09T20:40:20.062Z | lat 2:01.215371220 |
1806 | 2024-08-09T20:40:20.062Z | stop 3:27.548319506 |
1807 | 2024-08-09T20:40:20.065Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1808 | 2024-08-09T20:40:21.051Z | Finished `release` profile [optimized] target(s) in 0.93s |
1809 | 2024-08-09T20:40:21.103Z | Running `target/release/omicron-package -t test package` |
1810 | 2024-08-09T20:40:21.144Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1811 | 2024-08-09T20:40:22.361Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1812 | 2024-08-09T20:40:22.361Z | Compiling camino v1.1.7 |
1813 | 2024-08-09T20:40:22.365Z | Compiling password-hash v0.5.0 |
1814 | 2024-08-09T20:40:22.365Z | Compiling blake2 v0.10.6 |
1815 | 2024-08-09T20:40:22.365Z | Compiling derive-where v1.2.7 |
1816 | 2024-08-09T20:40:22.365Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1817 | 2024-08-09T20:40:22.365Z | Compiling humantime v2.1.0 |
1818 | 2024-08-09T20:40:22.517Z | Compiling newline-converter v0.3.0 |
1819 | 2024-08-09T20:40:22.699Z | Compiling expectorate v1.1.0 |
1820 | 2024-08-09T20:40:22.735Z | Compiling toml v0.8.19 |
1821 | 2024-08-09T20:40:22.960Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1822 | 2024-08-09T20:40:23.389Z | Compiling argon2 v0.5.3 |
1823 | 2024-08-09T20:40:23.406Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1824 | 2024-08-09T20:40:23.424Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1825 | 2024-08-09T20:40:23.621Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1826 | 2024-08-09T20:40:23.678Z | Compiling dirs-sys-next v0.1.2 |
1827 | 2024-08-09T20:40:24.069Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1828 | 2024-08-09T20:40:24.185Z | Compiling dirs-next v2.0.0 |
1829 | 2024-08-09T20:40:24.324Z | Compiling convert_case v0.4.0 |
1830 | 2024-08-09T20:40:24.379Z | Compiling prettyplease v0.2.20 |
1831 | 2024-08-09T20:40:24.642Z | Compiling term v0.7.0 |
1832 | 2024-08-09T20:40:24.657Z | Compiling semver v0.1.20 |
1833 | 2024-08-09T20:40:24.721Z | Compiling is-terminal v0.4.12 |
1834 | 2024-08-09T20:40:24.868Z | Compiling home v0.5.9 |
1835 | 2024-08-09T20:40:25.120Z | Compiling rustc_version v0.1.7 |
1836 | 2024-08-09T20:40:25.137Z | Compiling derive_more v0.99.18 |
1837 | 2024-08-09T20:40:25.290Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1838 | 2024-08-09T20:40:25.545Z | Compiling newtype_derive v0.1.6 |
1839 | 2024-08-09T20:40:25.731Z | Compiling rustls-pki-types v1.7.0 |
1840 | 2024-08-09T20:40:25.984Z | Compiling rustls v0.22.4 |
1841 | 2024-08-09T20:40:26.014Z | Compiling thread_local v1.1.8 |
1842 | 2024-08-09T20:40:26.083Z | Compiling steno v0.4.1 |
1843 | 2024-08-09T20:40:26.588Z | Compiling rustls-webpki v0.102.4 |
1844 | 2024-08-09T20:40:26.591Z | Compiling linked-hash-map v0.5.6 |
1845 | 2024-08-09T20:40:26.941Z | Compiling match_cfg v0.1.0 |
1846 | 2024-08-09T20:40:27.051Z | Compiling hostname v0.3.1 |
1847 | 2024-08-09T20:40:27.282Z | Compiling lru-cache v0.1.2 |
1848 | 2024-08-09T20:40:28.358Z | Compiling multer v3.1.0 |
1849 | 2024-08-09T20:40:28.437Z | Compiling slog-async v2.8.0 |
1850 | 2024-08-09T20:40:28.513Z | Compiling slog-json v2.6.1 |
1851 | 2024-08-09T20:40:28.564Z | Compiling crossbeam-channel v0.5.12 |
1852 | 2024-08-09T20:40:28.917Z | Compiling http v1.1.0 |
1853 | 2024-08-09T20:40:29.634Z | Compiling atomic-waker v1.1.2 |
1854 | 2024-08-09T20:40:29.658Z | Compiling take_mut v0.2.2 |
1855 | 2024-08-09T20:40:29.843Z | Compiling waitgroup v0.1.2 |
1856 | 2024-08-09T20:40:30.080Z | Compiling slog-bunyan v2.5.0 |
1857 | 2024-08-09T20:40:30.305Z | Compiling slog-term v2.9.1 |
1858 | 2024-08-09T20:40:31.319Z | Compiling rustls-pemfile v2.1.3 |
1859 | 2024-08-09T20:40:31.770Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1860 | 2024-08-09T20:40:31.815Z | Compiling async-stream v0.3.5 |
1861 | 2024-08-09T20:40:31.833Z | Compiling sha1 v0.10.6 |
1862 | 2024-08-09T20:40:31.850Z | Compiling newtype-uuid v1.1.0 |
1863 | 2024-08-09T20:40:32.030Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1864 | 2024-08-09T20:40:32.130Z | Compiling tokio-rustls v0.25.0 |
1865 | 2024-08-09T20:40:32.150Z | Compiling ipnetwork v0.20.0 |
1866 | 2024-08-09T20:40:32.189Z | Compiling serde_path_to_error v0.1.16 |
1867 | 2024-08-09T20:40:32.228Z | Compiling hostname v0.4.0 |
1868 | 2024-08-09T20:40:32.471Z | Compiling slog-dtrace v0.3.0 |
1869 | 2024-08-09T20:40:32.586Z | Compiling instant v0.1.12 |
1870 | 2024-08-09T20:40:32.755Z | Compiling debug-ignore v1.0.5 |
1871 | 2024-08-09T20:40:32.901Z | Compiling backoff v0.4.0 |
1872 | 2024-08-09T20:40:32.920Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1873 | 2024-08-09T20:40:33.045Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1874 | 2024-08-09T20:40:33.271Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1875 | 2024-08-09T20:40:33.417Z | Compiling parse-display v0.9.1 |
1876 | 2024-08-09T20:40:33.633Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1877 | 2024-08-09T20:40:33.836Z | Compiling serde_with v3.8.3 |
1878 | 2024-08-09T20:40:33.976Z | Compiling strum v0.26.3 |
1879 | 2024-08-09T20:40:34.175Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1880 | 2024-08-09T20:40:35.298Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1881 | 2024-08-09T20:40:35.473Z | Compiling num-rational v0.4.2 |
1882 | 2024-08-09T20:40:36.888Z | Compiling num-complex v0.4.6 |
1883 | 2024-08-09T20:40:37.223Z | Compiling macaddr v1.0.1 |
1884 | 2024-08-09T20:40:37.686Z | Compiling swrite v0.1.0 |
1885 | 2024-08-09T20:40:37.972Z | Compiling num v0.4.3 |
1886 | 2024-08-09T20:40:38.305Z | Compiling quick-error v1.2.3 |
1887 | 2024-08-09T20:40:38.478Z | Compiling float-ord v0.3.2 |
1888 | 2024-08-09T20:40:38.668Z | Compiling resolv-conf v0.7.0 |
1889 | 2024-08-09T20:40:39.491Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1890 | 2024-08-09T20:40:40.560Z | Compiling trust-dns-resolver v0.22.0 |
1891 | 2024-08-09T20:40:40.694Z | Compiling rayon-core v1.12.1 |
1892 | 2024-08-09T20:40:40.724Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1893 | 2024-08-09T20:40:41.504Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1894 | 2024-08-09T20:40:41.523Z | Compiling crossbeam-deque v0.8.5 |
1895 | 2024-08-09T20:40:41.901Z | Compiling fastrand v2.1.0 |
1896 | 2024-08-09T20:40:42.436Z | Compiling display-error-chain v0.2.0 |
1897 | 2024-08-09T20:40:42.649Z | Compiling termcolor v1.4.1 |
1898 | 2024-08-09T20:40:43.835Z | Compiling same-file v1.0.6 |
1899 | 2024-08-09T20:40:44.102Z | Compiling walkdir v2.5.0 |
1900 | 2024-08-09T20:40:44.855Z | Compiling tempfile v3.10.1 |
1901 | 2024-08-09T20:40:47.147Z | Compiling half v2.4.1 |
1902 | 2024-08-09T20:40:47.321Z | Compiling utf-8 v0.7.6 |
1903 | 2024-08-09T20:40:47.718Z | Compiling ciborium-io v0.2.2 |
1904 | 2024-08-09T20:40:47.876Z | Compiling ciborium-ll v0.2.2 |
1905 | 2024-08-09T20:40:47.945Z | Compiling ring v0.16.20 |
1906 | 2024-08-09T20:40:48.450Z | Compiling blake3 v1.5.1 |
1907 | 2024-08-09T20:40:48.909Z | Compiling rayon v1.10.0 |
1908 | 2024-08-09T20:40:50.037Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1909 | 2024-08-09T20:40:54.010Z | Compiling xattr v1.3.1 |
1910 | 2024-08-09T20:40:54.310Z | Compiling nibble_vec v0.1.0 |
1911 | 2024-08-09T20:40:54.568Z | Compiling filetime v0.2.23 |
1912 | 2024-08-09T20:40:54.903Z | Compiling memmap2 v0.9.4 |
1913 | 2024-08-09T20:40:55.335Z | Compiling spin v0.5.2 |
1914 | 2024-08-09T20:40:55.603Z | Compiling endian-type v0.1.2 |
1915 | 2024-08-09T20:40:55.742Z | Compiling constant_time_eq v0.3.0 |
1916 | 2024-08-09T20:40:55.864Z | Compiling arrayvec v0.7.4 |
1917 | 2024-08-09T20:40:55.909Z | Compiling cancel-safe-futures v0.1.5 |
1918 | 2024-08-09T20:40:56.290Z | Compiling untrusted v0.7.1 |
1919 | 2024-08-09T20:40:56.310Z | Compiling arrayref v0.3.7 |
1920 | 2024-08-09T20:40:57.594Z | Compiling radix_trie v0.2.1 |
1921 | 2024-08-09T20:40:58.552Z | Compiling tar v0.4.41 |
1922 | 2024-08-09T20:40:59.953Z | Compiling ciborium v0.2.2 |
1923 | 2024-08-09T20:41:00.485Z | Compiling camino-tempfile v1.1.1 |
1924 | 2024-08-09T20:41:00.966Z | Compiling toolchain_find v0.4.0 |
1925 | 2024-08-09T20:41:01.558Z | Compiling topological-sort v0.2.2 |
1926 | 2024-08-09T20:41:01.805Z | Compiling crunchy v0.2.2 |
1927 | 2024-08-09T20:41:02.234Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1928 | 2024-08-09T20:41:02.253Z | Compiling glob v0.3.1 |
1929 | 2024-08-09T20:41:02.280Z | Compiling radium v0.7.0 |
1930 | 2024-08-09T20:41:02.753Z | Compiling maplit v1.0.2 |
1931 | 2024-08-09T20:41:02.953Z | Compiling omicron-zone-package v0.11.0 |
1932 | 2024-08-09T20:41:03.077Z | Compiling clang-sys v1.7.0 |
1933 | 2024-08-09T20:41:03.146Z | Compiling rustfmt-wrapper v0.2.1 |
1934 | 2024-08-09T20:41:03.804Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1935 | 2024-08-09T20:41:03.969Z | Compiling tap v1.0.1 |
1936 | 2024-08-09T20:41:04.160Z | Compiling maybe-uninit v2.0.0 |
1937 | 2024-08-09T20:41:04.519Z | Compiling tiny-keccak v2.0.2 |
1938 | 2024-08-09T20:41:04.757Z | Compiling wyz v0.5.1 |
1939 | 2024-08-09T20:41:05.307Z | Compiling dsl_auto_type v0.1.2 |
1940 | 2024-08-09T20:41:05.663Z | Compiling itertools v0.13.0 |
1941 | 2024-08-09T20:41:06.783Z | Compiling scheduled-thread-pool v0.2.7 |
1942 | 2024-08-09T20:41:06.872Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1943 | 2024-08-09T20:41:07.364Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1944 | 2024-08-09T20:41:07.861Z | Compiling diesel_table_macro_syntax v0.2.0 |
1945 | 2024-08-09T20:41:08.147Z | Compiling arc-swap v1.7.1 |
1946 | 2024-08-09T20:41:08.261Z | Compiling packed_struct v0.10.1 |
1947 | 2024-08-09T20:41:08.351Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1948 | 2024-08-09T20:41:08.704Z | Compiling crc-catalog v2.4.0 |
1949 | 2024-08-09T20:41:08.843Z | Compiling num-bigint-dig v0.8.4 |
1950 | 2024-08-09T20:41:08.871Z | Compiling funty v2.0.0 |
1951 | 2024-08-09T20:41:09.207Z | Compiling crc v3.2.1 |
1952 | 2024-08-09T20:41:09.604Z | Compiling slog-scope v4.4.0 |
1953 | 2024-08-09T20:41:10.496Z | Compiling bitvec v1.0.1 |
1954 | 2024-08-09T20:41:11.274Z | Compiling diesel_derives v2.2.2 |
1955 | 2024-08-09T20:41:15.297Z | Compiling r2d2 v0.8.10 |
1956 | 2024-08-09T20:41:16.379Z | Compiling ascii-canvas v3.0.0 |
1957 | 2024-08-09T20:41:16.904Z | Compiling packed_struct_codegen v0.10.1 |
1958 | 2024-08-09T20:41:16.918Z | Compiling ena v0.14.3 |
1959 | 2024-08-09T20:41:17.303Z | Compiling indexmap v1.9.3 |
1960 | 2024-08-09T20:41:17.641Z | Compiling libloading v0.8.3 |
1961 | 2024-08-09T20:41:18.033Z | Compiling bindgen v0.69.4 |
1962 | 2024-08-09T20:41:18.504Z | Compiling regex-syntax v0.6.29 |
1963 | 2024-08-09T20:41:19.487Z | Compiling nodrop v0.1.14 |
1964 | 2024-08-09T20:41:19.627Z | Compiling diff v0.1.13 |
1965 | 2024-08-09T20:41:20.232Z | Compiling array-init v0.0.4 |
1966 | 2024-08-09T20:41:22.913Z | Compiling diesel v2.2.2 |
1967 | 2024-08-09T20:41:23.925Z | Compiling lalrpop v0.19.12 |
1968 | 2024-08-09T20:41:25.614Z | Compiling smallvec v0.6.14 |
1969 | 2024-08-09T20:41:25.849Z | Compiling slog-stdlog v4.1.1 |
1970 | 2024-08-09T20:41:26.688Z | Compiling tungstenite v0.21.0 |
1971 | 2024-08-09T20:41:30.816Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1972 | 2024-08-09T20:41:31.866Z | Compiling which v4.4.2 |
1973 | 2024-08-09T20:41:31.937Z | Compiling pkcs1 v0.7.5 |
1974 | 2024-08-09T20:41:32.428Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1975 | 2024-08-09T20:41:32.660Z | Compiling signature v2.2.0 |
1976 | 2024-08-09T20:41:32.957Z | Compiling cexpr v0.6.0 |
1977 | 2024-08-09T20:41:34.621Z | Compiling libsw v3.3.1 |
1978 | 2024-08-09T20:41:35.001Z | Compiling atty v0.2.14 |
1979 | 2024-08-09T20:41:35.169Z | Compiling lazycell v1.3.0 |
1980 | 2024-08-09T20:41:35.322Z | Compiling linear-map v1.2.0 |
1981 | 2024-08-09T20:41:35.361Z | Compiling shlex v1.3.0 |
1982 | 2024-08-09T20:41:35.754Z | Compiling owo-colors v4.0.0 |
1983 | 2024-08-09T20:41:35.771Z | Compiling ref-cast v1.0.23 |
1984 | 2024-08-09T20:41:35.932Z | Compiling bitfield v0.14.0 |
1985 | 2024-08-09T20:41:36.240Z | Compiling rustc-hash v1.1.0 |
1986 | 2024-08-09T20:41:36.275Z | Compiling hashbrown v0.12.3 |
1987 | 2024-08-09T20:41:37.218Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1988 | 2024-08-09T20:41:38.648Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1989 | 2024-08-09T20:41:38.709Z | Compiling rsa v0.9.6 |
1990 | 2024-08-09T20:41:41.951Z | Compiling tokio-tungstenite v0.21.0 |
1991 | 2024-08-09T20:41:42.603Z | Compiling serde-hex v0.1.0 |
1992 | 2024-08-09T20:41:44.339Z | Compiling slog-envlogger v2.2.0 |
1993 | 2024-08-09T20:41:46.137Z | Compiling bzip2 v0.4.4 |
1994 | 2024-08-09T20:41:46.601Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1995 | 2024-08-09T20:41:46.921Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1996 | 2024-08-09T20:41:46.936Z | Compiling env_logger v0.10.2 |
1997 | 2024-08-09T20:41:47.836Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1998 | 2024-08-09T20:41:48.164Z | Compiling derive_builder_core v0.20.0 |
1999 | 2024-08-09T20:41:49.946Z | Compiling x509-cert v0.2.5 |
2000 | 2024-08-09T20:41:50.210Z | Compiling ron v0.8.1 |
2001 | 2024-08-09T20:41:50.364Z | Compiling headers-core v0.2.0 |
2002 | 2024-08-09T20:41:50.543Z | Compiling hashbrown v0.13.2 |
2003 | 2024-08-09T20:41:50.644Z | Compiling polar-core v0.27.3 |
2004 | 2024-08-09T20:41:51.880Z | Compiling fxhash v0.2.1 |
2005 | 2024-08-09T20:41:51.966Z | Compiling libxml v0.3.3 |
2006 | 2024-08-09T20:41:52.119Z | Compiling ref-cast-impl v1.0.23 |
2007 | 2024-08-09T20:41:52.360Z | Compiling crc-any v2.5.0 |
2008 | 2024-08-09T20:41:53.320Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2009 | 2024-08-09T20:41:56.280Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2010 | 2024-08-09T20:42:01.834Z | Compiling object v0.30.4 |
2011 | 2024-08-09T20:42:02.718Z | Compiling headers v0.3.9 |
2012 | 2024-08-09T20:42:02.744Z | Compiling derive_builder_macro v0.20.0 |
2013 | 2024-08-09T20:42:02.744Z | Compiling samael v0.0.15 |
2014 | 2024-08-09T20:42:02.744Z | Compiling zip v0.6.6 |
2015 | 2024-08-09T20:42:03.173Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2016 | 2024-08-09T20:42:04.822Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2017 | 2024-08-09T20:42:05.048Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2018 | 2024-08-09T20:42:05.139Z | Compiling strum_macros v0.24.3 |
2019 | 2024-08-09T20:42:06.389Z | Compiling async-recursion v1.1.1 |
2020 | 2024-08-09T20:42:07.861Z | Compiling unicase v2.7.0 |
2021 | 2024-08-09T20:42:08.188Z | Compiling cookie v0.18.1 |
2022 | 2024-08-09T20:42:08.500Z | Compiling indoc v1.0.9 |
2023 | 2024-08-09T20:42:08.534Z | Compiling path-slash v0.1.5 |
2024 | 2024-08-09T20:42:08.777Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2025 | 2024-08-09T20:42:11.036Z | Compiling derive_builder v0.20.0 |
2026 | 2024-08-09T20:42:15.257Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2027 | 2024-08-09T20:42:15.397Z | Compiling pem v3.0.4 |
2028 | 2024-08-09T20:42:15.593Z | Compiling impl-trait-for-tuples v0.2.2 |
2029 | 2024-08-09T20:42:16.367Z | Compiling oso-derive v0.27.3 |
2030 | 2024-08-09T20:42:16.806Z | Compiling quick-xml v0.31.0 |
2031 | 2024-08-09T20:42:17.317Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2032 | 2024-08-09T20:42:17.666Z | Compiling cfg_aliases v0.1.1 |
2033 | 2024-08-09T20:42:17.777Z | Compiling parking_lot_core v0.8.6 |
2034 | 2024-08-09T20:42:18.273Z | Compiling nix v0.28.0 |
2035 | 2024-08-09T20:42:20.146Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2036 | 2024-08-09T20:42:21.602Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2037 | 2024-08-09T20:42:22.477Z | Compiling oso v0.27.3 |
2038 | 2024-08-09T20:42:23.210Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2039 | 2024-08-09T20:42:23.535Z | Compiling bb8 v0.8.5 |
2040 | 2024-08-09T20:42:24.147Z | Compiling const_format_proc_macros v0.2.32 |
2041 | 2024-08-09T20:42:24.290Z | Compiling curve25519-dalek v4.1.3 |
2042 | 2024-08-09T20:42:24.772Z | Compiling vte_generate_state_changes v0.1.1 |
2043 | 2024-08-09T20:42:25.405Z | Compiling keccak v0.1.5 |
2044 | 2024-08-09T20:42:25.694Z | Compiling buf-list v1.0.3 |
2045 | 2024-08-09T20:42:26.098Z | Compiling const_format v0.2.32 |
2046 | 2024-08-09T20:42:26.343Z | Compiling sha3 v0.10.8 |
2047 | 2024-08-09T20:42:26.427Z | Compiling vte v0.11.1 |
2048 | 2024-08-09T20:42:27.328Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2049 | 2024-08-09T20:42:27.994Z | Compiling fd-lock v4.0.2 |
2050 | 2024-08-09T20:42:28.115Z | Compiling universal-hash v0.5.1 |
2051 | 2024-08-09T20:42:28.240Z | Compiling secrecy v0.8.0 |
2052 | 2024-08-09T20:42:28.356Z | Compiling thiserror-impl-no-std v2.0.2 |
2053 | 2024-08-09T20:42:28.521Z | Compiling pin-project-internal v1.1.5 |
2054 | 2024-08-09T20:42:28.557Z | Compiling curve25519-dalek-derive v0.1.1 |
2055 | 2024-08-09T20:42:29.957Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2056 | 2024-08-09T20:42:30.292Z | Compiling opaque-debug v0.3.1 |
2057 | 2024-08-09T20:42:30.405Z | Compiling bytecount v0.6.8 |
2058 | 2024-08-09T20:42:30.727Z | Compiling papergrid v0.11.0 |
2059 | 2024-08-09T20:42:31.044Z | Compiling thiserror-no-std v2.0.2 |
2060 | 2024-08-09T20:42:31.167Z | Compiling poly1305 v0.8.0 |
2061 | 2024-08-09T20:42:31.265Z | Compiling pin-project v1.1.5 |
2062 | 2024-08-09T20:42:32.706Z | Compiling parking_lot v0.11.2 |
2063 | 2024-08-09T20:42:38.694Z | Compiling strip-ansi-escapes v0.2.0 |
2064 | 2024-08-09T20:42:39.426Z | Compiling trust-dns-client v0.22.0 |
2065 | 2024-08-09T20:42:39.687Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2066 | 2024-08-09T20:42:40.023Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2067 | 2024-08-09T20:42:40.127Z | Compiling tabled_derive v0.7.0 |
2068 | 2024-08-09T20:42:41.338Z | Compiling chacha20 v0.9.1 |
2069 | 2024-08-09T20:42:41.798Z | Compiling aead v0.5.2 |
2070 | 2024-08-09T20:42:42.158Z | Compiling peg-macros v0.8.4 |
2071 | 2024-08-09T20:42:42.379Z | Compiling kstat-rs v0.2.4 |
2072 | 2024-08-09T20:42:42.683Z | Compiling snafu-derive v0.8.2 |
2073 | 2024-08-09T20:42:43.345Z | Compiling toml v0.5.11 |
2074 | 2024-08-09T20:42:44.828Z | Compiling sqlparser_derive v0.2.2 |
2075 | 2024-08-09T20:42:45.614Z | Compiling unicode_categories v0.1.1 |
2076 | 2024-08-09T20:42:45.843Z | Compiling nu-ansi-term v0.50.0 |
2077 | 2024-08-09T20:42:46.308Z | Compiling rustyline v14.0.0 |
2078 | 2024-08-09T20:42:47.108Z | Compiling reedline v0.31.0 |
2079 | 2024-08-09T20:42:47.556Z | Compiling snafu v0.8.2 |
2080 | 2024-08-09T20:42:48.830Z | Compiling sqlformat v0.2.4 |
2081 | 2024-08-09T20:42:50.952Z | Compiling sqlparser v0.45.0 |
2082 | 2024-08-09T20:42:52.337Z | Compiling peg v0.8.4 |
2083 | 2024-08-09T20:42:52.470Z | Compiling trust-dns-server v0.22.1 |
2084 | 2024-08-09T20:42:58.286Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2085 | 2024-08-09T20:42:59.734Z | Compiling tabled v0.15.0 |
2086 | 2024-08-09T20:43:06.450Z | Compiling chacha20poly1305 v0.10.1 |
2087 | 2024-08-09T20:43:06.717Z | Compiling mime_guess v2.0.4 |
2088 | 2024-08-09T20:43:07.896Z | Compiling vsss-rs v3.3.4 |
2089 | 2024-08-09T20:43:10.368Z | Compiling sled v0.34.7 |
2090 | 2024-08-09T20:43:13.404Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2091 | 2024-08-09T20:43:14.358Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2092 | 2024-08-09T20:43:14.435Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2093 | 2024-08-09T20:43:15.013Z | Compiling env_logger v0.9.3 |
2094 | 2024-08-09T20:43:19.360Z | Compiling tungstenite v0.20.1 |
2095 | 2024-08-09T20:43:20.184Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2096 | 2024-08-09T20:43:24.456Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2097 | 2024-08-09T20:43:26.393Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2098 | 2024-08-09T20:43:26.685Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2099 | 2024-08-09T20:43:34.489Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2100 | 2024-08-09T20:43:34.983Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2101 | 2024-08-09T20:43:35.527Z | Compiling globset v0.4.14 |
2102 | 2024-08-09T20:43:36.163Z | Compiling olpc-cjson v0.1.3 |
2103 | 2024-08-09T20:43:36.535Z | Compiling bcs v0.1.6 |
2104 | 2024-08-09T20:43:37.499Z | Compiling bitstruct_derive v0.1.0 |
2105 | 2024-08-09T20:43:43.331Z | Compiling serde_plain v1.0.2 |
2106 | 2024-08-09T20:43:43.888Z | Compiling nanorand v0.7.0 |
2107 | 2024-08-09T20:43:43.919Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2108 | 2024-08-09T20:43:44.077Z | Compiling memoffset v0.9.1 |
2109 | 2024-08-09T20:43:44.526Z | Compiling highway v1.2.0 |
2110 | 2024-08-09T20:43:44.613Z | Compiling typed-path v0.7.1 |
2111 | 2024-08-09T20:43:45.979Z | Compiling ascii v1.1.0 |
2112 | 2024-08-09T20:43:46.335Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2113 | 2024-08-09T20:43:46.750Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2114 | 2024-08-09T20:43:49.224Z | Compiling tough v0.17.1 |
2115 | 2024-08-09T20:43:51.393Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2116 | 2024-08-09T20:44:02.175Z | Compiling flume v0.11.0 |
2117 | 2024-08-09T20:44:03.007Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2118 | 2024-08-09T20:44:03.321Z | Compiling bitstruct v0.1.1 |
2119 | 2024-08-09T20:44:03.466Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2120 | 2024-08-09T20:44:03.580Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2121 | 2024-08-09T20:44:04.167Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2122 | 2024-08-09T20:44:09.819Z | Compiling tokio-tungstenite v0.20.1 |
2123 | 2024-08-09T20:44:11.063Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2124 | 2024-08-09T20:44:17.847Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2125 | 2024-08-09T20:44:19.058Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2126 | 2024-08-09T20:44:21.110Z | Compiling serde_arrays v0.1.0 |
2127 | 2024-08-09T20:44:21.340Z | Compiling erased-serde v0.3.31 |
2128 | 2024-08-09T20:44:22.425Z | Compiling parse-size v1.0.0 |
2129 | 2024-08-09T20:44:22.741Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2130 | 2024-08-09T20:44:22.924Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2131 | 2024-08-09T20:44:24.923Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2132 | 2024-08-09T20:44:25.902Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2133 | 2024-08-09T20:44:28.582Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2134 | 2024-08-09T20:44:28.904Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2135 | 2024-08-09T20:44:29.170Z | Compiling heck v0.3.3 |
2136 | 2024-08-09T20:44:29.565Z | Compiling rand_seeder v0.3.0 |
2137 | 2024-08-09T20:44:30.005Z | Compiling castaway v0.2.2 |
2138 | 2024-08-09T20:44:30.201Z | Compiling csv-core v0.1.11 |
2139 | 2024-08-09T20:44:30.957Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2140 | 2024-08-09T20:44:31.085Z | Compiling http-range v0.1.5 |
2141 | 2024-08-09T20:44:31.309Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2142 | 2024-08-09T20:44:31.673Z | Compiling hyper-staticfile v0.9.5 |
2143 | 2024-08-09T20:44:31.724Z | Compiling csv v1.3.0 |
2144 | 2024-08-09T20:44:33.827Z | Compiling compact_str v0.7.1 |
2145 | 2024-08-09T20:44:34.696Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2146 | 2024-08-09T20:44:35.307Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2147 | 2024-08-09T20:44:35.408Z | Compiling zone_cfg_derive v0.1.2 |
2148 | 2024-08-09T20:44:35.539Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2149 | 2024-08-09T20:44:36.898Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2150 | 2024-08-09T20:44:42.372Z | Compiling nix v0.27.1 |
2151 | 2024-08-09T20:44:44.390Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2152 | 2024-08-09T20:44:45.405Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2153 | 2024-08-09T20:44:45.752Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2154 | 2024-08-09T20:44:46.076Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2155 | 2024-08-09T20:44:46.412Z | Compiling unicode-truncate v1.0.0 |
2156 | 2024-08-09T20:44:46.712Z | Compiling lru v0.12.3 |
2157 | 2024-08-09T20:44:47.102Z | Compiling serde-big-array v0.5.1 |
2158 | 2024-08-09T20:44:47.394Z | Compiling stability v0.2.0 |
2159 | 2024-08-09T20:44:48.441Z | Compiling base64 v0.13.1 |
2160 | 2024-08-09T20:44:49.218Z | Compiling cassowary v0.3.0 |
2161 | 2024-08-09T20:44:50.467Z | Compiling ratatui v0.27.0 |
2162 | 2024-08-09T20:44:52.603Z | Compiling ron v0.7.1 |
2163 | 2024-08-09T20:44:57.982Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2164 | 2024-08-09T20:45:07.530Z | Compiling zone v0.1.8 |
2165 | 2024-08-09T20:45:09.609Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2166 | 2024-08-09T20:45:10.573Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2167 | 2024-08-09T20:45:11.223Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2168 | 2024-08-09T20:45:15.312Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2169 | 2024-08-09T20:45:18.013Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2170 | 2024-08-09T20:45:18.236Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2171 | 2024-08-09T20:45:18.896Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2172 | 2024-08-09T20:45:19.497Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2173 | 2024-08-09T20:45:19.547Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2174 | 2024-08-09T20:45:19.828Z | Compiling signal-hook-tokio v0.3.1 |
2175 | 2024-08-09T20:45:20.058Z | Compiling portpicker v0.1.1 |
2176 | 2024-08-09T20:45:20.500Z | Compiling unicode-linebreak v0.1.5 |
2177 | 2024-08-09T20:45:21.089Z | Compiling smawk v0.3.2 |
2178 | 2024-08-09T20:45:21.359Z | Compiling textwrap v0.16.1 |
2179 | 2024-08-09T20:45:24.402Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2180 | 2024-08-09T20:45:28.418Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2181 | 2024-08-09T20:45:29.107Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2182 | 2024-08-09T20:45:32.417Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2183 | 2024-08-09T20:45:37.110Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2184 | 2024-08-09T20:45:37.594Z | Compiling rcgen v0.12.1 |
2185 | 2024-08-09T20:45:44.721Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2186 | 2024-08-09T20:45:47.648Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2187 | 2024-08-09T20:45:48.206Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2188 | 2024-08-09T20:45:48.537Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2189 | 2024-08-09T20:45:49.630Z | Compiling atomicwrites v0.4.3 |
2190 | 2024-08-09T20:45:50.209Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2191 | 2024-08-09T20:45:50.227Z | Compiling fatfs v0.3.6 |
2192 | 2024-08-09T20:45:53.093Z | Compiling rtoolbox v0.0.2 |
2193 | 2024-08-09T20:45:53.537Z | Compiling subprocess v0.2.9 |
2194 | 2024-08-09T20:45:55.220Z | Compiling is_ci v1.2.0 |
2195 | 2024-08-09T20:45:55.521Z | Compiling assert_matches v1.5.0 |
2196 | 2024-08-09T20:45:55.744Z | Compiling supports-color v3.0.0 |
2197 | 2024-08-09T20:45:56.396Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2198 | 2024-08-09T20:45:58.438Z | Compiling rpassword v7.3.1 |
2199 | 2024-08-09T20:45:58.904Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2200 | 2024-08-09T20:45:59.750Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2201 | 2024-08-09T20:46:02.332Z | Compiling tui-tree-widget v0.21.0 |
2202 | 2024-08-09T20:46:02.793Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2203 | 2024-08-09T20:46:03.563Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2204 | 2024-08-09T20:46:05.488Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2205 | 2024-08-09T20:46:05.822Z | Compiling uzers v0.11.3 |
2206 | 2024-08-09T20:46:06.813Z | Compiling shell-words v1.1.0 |
2207 | 2024-08-09T20:46:07.252Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2208 | 2024-08-09T20:46:08.504Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2209 | 2024-08-09T20:46:10.522Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2210 | 2024-08-09T20:46:24.227Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2211 | 2024-08-09T20:46:33.728Z | Compiling multimap v0.10.0 |
2212 | 2024-08-09T20:47:48.355Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2213 | 2024-08-09T20:48:26.981Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2214 | 2024-08-09T20:55:14.947Z | Finished `release` profile [optimized] target(s) in 14m 53s |
2215 | 2024-08-09T20:56:02.873Z | |
2216 | 2024-08-09T20:56:02.876Z | real 15:42.692316118 |
2217 | 2024-08-09T20:56:02.876Z | user 1:50:00.750571462 |
2218 | 2024-08-09T20:56:02.876Z | sys 5:21.557224086 |
2219 | 2024-08-09T20:56:02.876Z | trap 2.726560698 |
2220 | 2024-08-09T20:56:02.876Z | tflt 2.776411792 |
2221 | 2024-08-09T20:56:02.876Z | dflt 3.636739024 |
2222 | 2024-08-09T20:56:02.876Z | kflt 0.031099847 |
2223 | 2024-08-09T20:56:02.876Z | lock 6:31:22.226489698 |
2224 | 2024-08-09T20:56:02.876Z | slp 5:39:46.928029783 |
2225 | 2024-08-09T20:56:02.876Z | lat 2:40.583329800 |
2226 | 2024-08-09T20:56:02.876Z | stop 2:30.262257345 |
2227 | 2024-08-09T20:56:02.876Z | + mapfile -t packages |
2228 | 2024-08-09T20:56:02.876Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2229 | 2024-08-09T20:56:03.869Z | Finished `release` profile [optimized] target(s) in 0.94s |
2230 | 2024-08-09T20:56:03.923Z | Running `target/release/omicron-package -t test list-outputs` |
2231 | 2024-08-09T20:56:03.969Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2232 | 2024-08-09T20:56:03.972Z | + ptime -m cargo build --locked --release -p xtask |
2233 | 2024-08-09T20:56:04.574Z | Compiling serde v1.0.205 |
2234 | 2024-08-09T20:56:04.577Z | Compiling libc v0.2.155 |
2235 | 2024-08-09T20:56:04.577Z | Compiling serde_json v1.0.122 |
2236 | 2024-08-09T20:56:04.663Z | Compiling syn v2.0.72 |
2237 | 2024-08-09T20:56:04.682Z | Compiling usdt-impl v0.5.0 |
2238 | 2024-08-09T20:56:04.684Z | Compiling rustix v0.38.34 |
2239 | 2024-08-09T20:56:05.038Z | Compiling syn v1.0.109 |
2240 | 2024-08-09T20:56:05.096Z | Compiling log v0.4.21 |
2241 | 2024-08-09T20:56:05.181Z | Compiling hashbrown v0.14.5 |
2242 | 2024-08-09T20:56:05.200Z | Compiling bitflags v2.6.0 |
2243 | 2024-08-09T20:56:05.215Z | Compiling fs-err v2.11.0 |
2244 | 2024-08-09T20:56:05.570Z | Compiling anyhow v1.0.86 |
2245 | 2024-08-09T20:56:06.143Z | Compiling thread-id v4.2.1 |
2246 | 2024-08-09T20:56:06.556Z | Compiling indexmap v2.3.0 |
2247 | 2024-08-09T20:56:06.660Z | Compiling terminal_size v0.3.0 |
2248 | 2024-08-09T20:56:06.903Z | Compiling clap_builder v4.5.13 |
2249 | 2024-08-09T20:56:08.158Z | Compiling proc-macro-error v1.0.4 |
2250 | 2024-08-09T20:56:09.461Z | Compiling tabled_derive v0.7.0 |
2251 | 2024-08-09T20:56:10.802Z | Compiling tabled v0.15.0 |
2252 | 2024-08-09T20:56:13.184Z | Compiling serde_derive v1.0.205 |
2253 | 2024-08-09T20:56:13.337Z | Compiling thiserror-impl v1.0.63 |
2254 | 2024-08-09T20:56:13.454Z | Compiling zerocopy-derive v0.7.34 |
2255 | 2024-08-09T20:56:13.614Z | Compiling scroll_derive v0.12.0 |
2256 | 2024-08-09T20:56:15.033Z | Compiling scroll v0.12.0 |
2257 | 2024-08-09T20:56:15.506Z | Compiling zerocopy v0.7.34 |
2258 | 2024-08-09T20:56:15.695Z | Compiling goblin v0.8.2 |
2259 | 2024-08-09T20:56:16.199Z | Compiling thiserror v1.0.63 |
2260 | 2024-08-09T20:56:16.364Z | Compiling pest v2.7.10 |
2261 | 2024-08-09T20:56:19.410Z | Compiling pest_meta v2.7.10 |
2262 | 2024-08-09T20:56:21.227Z | Compiling pest_generator v2.7.10 |
2263 | 2024-08-09T20:56:23.658Z | Compiling pest_derive v2.7.10 |
2264 | 2024-08-09T20:56:24.449Z | Compiling dtrace-parser v0.2.0 |
2265 | 2024-08-09T20:56:26.285Z | Compiling clap_derive v4.5.13 |
2266 | 2024-08-09T20:56:30.292Z | Compiling serde_tokenstream v0.2.1 |
2267 | 2024-08-09T20:56:30.822Z | Compiling dof v0.3.0 |
2268 | 2024-08-09T20:56:30.926Z | Compiling serde_spanned v0.6.7 |
2269 | 2024-08-09T20:56:31.152Z | Compiling toml_datetime v0.6.8 |
2270 | 2024-08-09T20:56:31.873Z | Compiling toml_edit v0.22.20 |
2271 | 2024-08-09T20:56:33.189Z | Compiling usdt-attr-macro v0.5.0 |
2272 | 2024-08-09T20:56:33.700Z | Compiling usdt-macro v0.5.0 |
2273 | 2024-08-09T20:56:34.975Z | Compiling semver v1.0.23 |
2274 | 2024-08-09T20:56:34.978Z | Compiling cargo-platform v0.1.8 |
2275 | 2024-08-09T20:56:35.916Z | Compiling toml v0.8.19 |
2276 | 2024-08-09T20:56:36.131Z | Compiling camino v1.1.7 |
2277 | 2024-08-09T20:56:36.480Z | Compiling usdt v0.5.0 |
2278 | 2024-08-09T20:56:36.494Z | Compiling clap v4.5.13 |
2279 | 2024-08-09T20:56:36.509Z | Compiling macaddr v1.0.1 |
2280 | 2024-08-09T20:56:37.128Z | Compiling cargo_toml v0.20.4 |
2281 | 2024-08-09T20:56:37.210Z | Compiling cargo_metadata v0.18.1 |
2282 | 2024-08-09T20:56:48.786Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2283 | 2024-08-09T20:57:00.113Z | Finished `release` profile [optimized] target(s) in 56.08s |
2284 | 2024-08-09T20:57:00.215Z | |
2285 | 2024-08-09T20:57:00.215Z | real 56.209794852 |
2286 | 2024-08-09T20:57:00.215Z | user 5:37.736685006 |
2287 | 2024-08-09T20:57:00.215Z | sys 32.400138174 |
2288 | 2024-08-09T20:57:00.215Z | trap 0.151136928 |
2289 | 2024-08-09T20:57:00.215Z | tflt 0.274819730 |
2290 | 2024-08-09T20:57:00.215Z | dflt 0.494472508 |
2291 | 2024-08-09T20:57:00.218Z | kflt 0.000092631 |
2292 | 2024-08-09T20:57:00.219Z | lock 10:01.754440719 |
2293 | 2024-08-09T20:57:00.219Z | slp 14:35.118896083 |
2294 | 2024-08-09T20:57:00.219Z | lat 11.664683312 |
2295 | 2024-08-09T20:57:00.219Z | stop 13.999795942 |
2296 | 2024-08-09T20:57:00.219Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2297 | 2024-08-09T20:57:00.219Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2298 | 2024-08-09T20:57:00.219Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2299 | 2024-08-09T20:57:00.219Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2300 | 2024-08-09T20:57:00.219Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2301 | 2024-08-09T20:57:00.791Z | Downloading crates ... |
2302 | 2024-08-09T20:57:01.006Z | Downloaded dirs-sys v0.4.1 |
2303 | 2024-08-09T20:57:01.009Z | Downloaded ctr v0.9.2 |
2304 | 2024-08-09T20:57:01.014Z | Downloaded ed25519 v2.2.3 |
2305 | 2024-08-09T20:57:01.017Z | Downloaded dhcproto-macros v0.1.0 |
2306 | 2024-08-09T20:57:01.021Z | Downloaded russh-cryptovec v0.7.2 |
2307 | 2024-08-09T20:57:01.029Z | Downloaded md5 v0.7.0 |
2308 | 2024-08-09T20:57:01.032Z | Downloaded option-ext v0.2.0 |
2309 | 2024-08-09T20:57:01.035Z | Downloaded rfc6979 v0.4.0 |
2310 | 2024-08-09T20:57:01.035Z | Downloaded dirs v5.0.1 |
2311 | 2024-08-09T20:57:01.038Z | Downloaded blowfish v0.9.1 |
2312 | 2024-08-09T20:57:01.039Z | Downloaded polyval v0.6.2 |
2313 | 2024-08-09T20:57:01.042Z | Downloaded pbkdf2 v0.11.0 |
2314 | 2024-08-09T20:57:01.043Z | Downloaded internet-checksum v0.2.1 |
2315 | 2024-08-09T20:57:01.043Z | Downloaded rand_chacha v0.2.2 |
2316 | 2024-08-09T20:57:01.045Z | Downloaded cbc v0.1.2 |
2317 | 2024-08-09T20:57:01.045Z | Downloaded bcrypt-pbkdf v0.10.0 |
2318 | 2024-08-09T20:57:01.045Z | Downloaded rand_core v0.5.1 |
2319 | 2024-08-09T20:57:01.048Z | Downloaded primeorder v0.13.6 |
2320 | 2024-08-09T20:57:01.048Z | Downloaded ghash v0.5.1 |
2321 | 2024-08-09T20:57:01.051Z | Downloaded pbkdf2 v0.12.2 |
2322 | 2024-08-09T20:57:01.051Z | Downloaded hex-literal v0.4.1 |
2323 | 2024-08-09T20:57:01.053Z | Downloaded ecdsa v0.16.9 |
2324 | 2024-08-09T20:57:01.056Z | Downloaded russh-keys v0.43.0 |
2325 | 2024-08-09T20:57:01.059Z | Downloaded getrandom v0.1.16 |
2326 | 2024-08-09T20:57:01.059Z | Downloaded password-hash v0.4.2 |
2327 | 2024-08-09T20:57:01.062Z | Downloaded dhcproto v0.12.0 |
2328 | 2024-08-09T20:57:01.070Z | Downloaded ed25519-dalek v2.1.1 |
2329 | 2024-08-09T20:57:01.073Z | Downloaded p256 v0.13.2 |
2330 | 2024-08-09T20:57:01.078Z | Downloaded russh v0.43.0 |
2331 | 2024-08-09T20:57:01.084Z | Downloaded rand v0.7.3 |
2332 | 2024-08-09T20:57:01.088Z | Downloaded p521 v0.13.3 |
2333 | 2024-08-09T20:57:01.092Z | Downloaded aes-gcm v0.10.3 |
2334 | 2024-08-09T20:57:01.096Z | Downloaded aes v0.8.4 |
2335 | 2024-08-09T20:57:01.227Z | Compiling regress v0.9.1 |
2336 | 2024-08-09T20:57:01.338Z | Compiling getopts v0.2.21 |
2337 | 2024-08-09T20:57:01.340Z | Compiling unsafe-libyaml v0.2.11 |
2338 | 2024-08-09T20:57:01.340Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2339 | 2024-08-09T20:57:01.341Z | Compiling sha1 v0.10.6 |
2340 | 2024-08-09T20:57:01.341Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2341 | 2024-08-09T20:57:01.341Z | Compiling http v1.1.0 |
2342 | 2024-08-09T20:57:01.341Z | Compiling match_cfg v0.1.0 |
2343 | 2024-08-09T20:57:01.470Z | Compiling hostname v0.3.1 |
2344 | 2024-08-09T20:57:01.732Z | Compiling toml v0.8.19 |
2345 | 2024-08-09T20:57:01.780Z | Compiling rustls-pki-types v1.7.0 |
2346 | 2024-08-09T20:57:01.800Z | Compiling ident_case v1.0.1 |
2347 | 2024-08-09T20:57:01.828Z | Compiling rustls v0.22.4 |
2348 | 2024-08-09T20:57:02.004Z | Compiling paste v1.0.15 |
2349 | 2024-08-09T20:57:02.157Z | Compiling darling_core v0.20.9 |
2350 | 2024-08-09T20:57:02.324Z | Compiling rustls-webpki v0.102.4 |
2351 | 2024-08-09T20:57:02.658Z | Compiling ipnetwork v0.20.0 |
2352 | 2024-08-09T20:57:02.674Z | Compiling multer v3.1.0 |
2353 | 2024-08-09T20:57:02.988Z | Compiling serde_yaml v0.9.34+deprecated |
2354 | 2024-08-09T20:57:03.599Z | Compiling slog-json v2.6.1 |
2355 | 2024-08-09T20:57:03.939Z | Compiling async-stream-impl v0.3.5 |
2356 | 2024-08-09T20:57:04.002Z | Compiling instant v0.1.12 |
2357 | 2024-08-09T20:57:04.165Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2358 | 2024-08-09T20:57:04.491Z | Compiling atomic-waker v1.1.2 |
2359 | 2024-08-09T20:57:04.511Z | Compiling debug-ignore v1.0.5 |
2360 | 2024-08-09T20:57:04.672Z | Compiling waitgroup v0.1.2 |
2361 | 2024-08-09T20:57:04.760Z | Compiling slog-bunyan v2.5.0 |
2362 | 2024-08-09T20:57:04.900Z | Compiling rustls-pemfile v2.1.3 |
2363 | 2024-08-09T20:57:05.009Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2364 | 2024-08-09T20:57:05.363Z | Compiling async-stream v0.3.5 |
2365 | 2024-08-09T20:57:05.422Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2366 | 2024-08-09T20:57:05.706Z | Compiling serde_path_to_error v0.1.16 |
2367 | 2024-08-09T20:57:05.934Z | Compiling hostname v0.4.0 |
2368 | 2024-08-09T20:57:06.221Z | Compiling structmeta-derive v0.3.0 |
2369 | 2024-08-09T20:57:06.524Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2370 | 2024-08-09T20:57:06.614Z | Compiling proc-macro-crate v1.3.1 |
2371 | 2024-08-09T20:57:07.296Z | Compiling newtype-uuid v1.1.0 |
2372 | 2024-08-09T20:57:07.447Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2373 | 2024-08-09T20:57:07.619Z | Compiling fastrand v2.1.0 |
2374 | 2024-08-09T20:57:07.734Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2375 | 2024-08-09T20:57:08.120Z | Compiling tokio-rustls v0.25.0 |
2376 | 2024-08-09T20:57:08.235Z | Compiling tempfile v3.10.1 |
2377 | 2024-08-09T20:57:08.250Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2378 | 2024-08-09T20:57:08.433Z | Compiling num_enum_derive v0.5.11 |
2379 | 2024-08-09T20:57:08.547Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2380 | 2024-08-09T20:57:08.898Z | Compiling backoff v0.4.0 |
2381 | 2024-08-09T20:57:09.122Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2382 | 2024-08-09T20:57:09.283Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2383 | 2024-08-09T20:57:09.325Z | Compiling structmeta v0.3.0 |
2384 | 2024-08-09T20:57:09.410Z | Compiling darling_macro v0.20.9 |
2385 | 2024-08-09T20:57:09.446Z | Compiling macaddr v1.0.1 |
2386 | 2024-08-09T20:57:09.789Z | Compiling parse-display-derive v0.9.1 |
2387 | 2024-08-09T20:57:09.947Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2388 | 2024-08-09T20:57:09.950Z | Compiling foreign-types-macros v0.2.3 |
2389 | 2024-08-09T20:57:10.303Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2390 | 2024-08-09T20:57:10.412Z | Compiling darling v0.20.9 |
2391 | 2024-08-09T20:57:10.530Z | Compiling serde_with_macros v3.8.3 |
2392 | 2024-08-09T20:57:10.626Z | Compiling foreign-types-shared v0.3.1 |
2393 | 2024-08-09T20:57:10.760Z | Compiling heapless v0.8.0 |
2394 | 2024-08-09T20:57:11.118Z | Compiling num_enum v0.5.11 |
2395 | 2024-08-09T20:57:11.323Z | Compiling foreign-types v0.5.0 |
2396 | 2024-08-09T20:57:11.443Z | Compiling proc-macro-error v1.0.4 |
2397 | 2024-08-09T20:57:11.687Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2398 | 2024-08-09T20:57:11.714Z | Compiling hash32 v0.3.1 |
2399 | 2024-08-09T20:57:11.975Z | Compiling cstr-argument v0.1.2 |
2400 | 2024-08-09T20:57:12.167Z | Compiling pretty-hex v0.2.1 |
2401 | 2024-08-09T20:57:12.261Z | Compiling smoltcp v0.11.0 |
2402 | 2024-08-09T20:57:12.374Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2403 | 2024-08-09T20:57:12.723Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2404 | 2024-08-09T20:57:13.088Z | Compiling camino-tempfile v1.1.1 |
2405 | 2024-08-09T20:57:13.339Z | Compiling tabwriter v1.4.0 |
2406 | 2024-08-09T20:57:13.517Z | Compiling serde_with v3.8.3 |
2407 | 2024-08-09T20:57:13.559Z | Compiling colored v2.1.0 |
2408 | 2024-08-09T20:57:13.803Z | Compiling socket2 v0.4.10 |
2409 | 2024-08-09T20:57:13.826Z | Compiling cobs v0.2.3 |
2410 | 2024-08-09T20:57:13.882Z | Compiling embedded-io v0.4.0 |
2411 | 2024-08-09T20:57:14.141Z | Compiling postcard v1.0.8 |
2412 | 2024-08-09T20:57:14.338Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2413 | 2024-08-09T20:57:14.653Z | Compiling parse-display v0.9.1 |
2414 | 2024-08-09T20:57:14.671Z | Compiling crucible-workspace-hack v0.1.0 |
2415 | 2024-08-09T20:57:14.674Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2416 | 2024-08-09T20:57:14.979Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2417 | 2024-08-09T20:57:14.994Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2418 | 2024-08-09T20:57:15.157Z | Compiling smf v0.2.3 |
2419 | 2024-08-09T20:57:15.337Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2420 | 2024-08-09T20:57:15.708Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2421 | 2024-08-09T20:57:15.977Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2422 | 2024-08-09T20:57:16.480Z | Compiling num-derive v0.4.2 |
2423 | 2024-08-09T20:57:16.612Z | Compiling sigpipe v0.1.3 |
2424 | 2024-08-09T20:57:16.748Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2425 | 2024-08-09T20:57:17.084Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2426 | 2024-08-09T20:57:17.284Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2427 | 2024-08-09T20:57:17.491Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2428 | 2024-08-09T20:57:17.971Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2429 | 2024-08-09T20:57:18.283Z | Compiling humantime v2.1.0 |
2430 | 2024-08-09T20:57:18.421Z | Compiling curve25519-dalek v4.1.3 |
2431 | 2024-08-09T20:57:18.833Z | Compiling password-hash v0.5.0 |
2432 | 2024-08-09T20:57:18.900Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2433 | 2024-08-09T20:57:18.920Z | Compiling blake2 v0.10.6 |
2434 | 2024-08-09T20:57:19.127Z | Compiling universal-hash v0.5.1 |
2435 | 2024-08-09T20:57:19.130Z | Compiling semver v0.1.20 |
2436 | 2024-08-09T20:57:19.189Z | Compiling utf-8 v0.7.6 |
2437 | 2024-08-09T20:57:19.555Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2438 | 2024-08-09T20:57:19.597Z | Compiling opaque-debug v0.3.1 |
2439 | 2024-08-09T20:57:19.710Z | Compiling rustc_version v0.1.7 |
2440 | 2024-08-09T20:57:19.878Z | Compiling argon2 v0.5.3 |
2441 | 2024-08-09T20:57:19.914Z | Compiling newline-converter v0.3.0 |
2442 | 2024-08-09T20:57:20.025Z | Compiling curve25519-dalek-derive v0.1.1 |
2443 | 2024-08-09T20:57:20.089Z | Compiling atty v0.2.14 |
2444 | 2024-08-09T20:57:20.108Z | Compiling convert_case v0.4.0 |
2445 | 2024-08-09T20:57:20.247Z | Compiling rayon-core v1.12.1 |
2446 | 2024-08-09T20:57:20.338Z | Compiling same-file v1.0.6 |
2447 | 2024-08-09T20:57:20.534Z | Compiling walkdir v2.5.0 |
2448 | 2024-08-09T20:57:20.606Z | Compiling newtype_derive v0.1.6 |
2449 | 2024-08-09T20:57:20.670Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2450 | 2024-08-09T20:57:20.926Z | Compiling expectorate v1.1.0 |
2451 | 2024-08-09T20:57:21.119Z | Compiling crossbeam-deque v0.8.5 |
2452 | 2024-08-09T20:57:21.138Z | Compiling libefi-sys v0.1.0 |
2453 | 2024-08-09T20:57:21.156Z | Compiling derive_more v0.99.18 |
2454 | 2024-08-09T20:57:21.330Z | Compiling prettyplease v0.2.20 |
2455 | 2024-08-09T20:57:21.565Z | Compiling num-rational v0.4.2 |
2456 | 2024-08-09T20:57:21.647Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2457 | 2024-08-09T20:57:21.962Z | Compiling signature v2.2.0 |
2458 | 2024-08-09T20:57:22.278Z | Compiling num-complex v0.4.6 |
2459 | 2024-08-09T20:57:22.845Z | Compiling aead v0.5.2 |
2460 | 2024-08-09T20:57:23.030Z | Compiling derive-where v1.2.7 |
2461 | 2024-08-09T20:57:23.221Z | Compiling bitfield-struct v0.6.1 |
2462 | 2024-08-09T20:57:23.377Z | Compiling ring v0.16.20 |
2463 | 2024-08-09T20:57:23.396Z | Compiling blake3 v1.5.1 |
2464 | 2024-08-09T20:57:23.427Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2465 | 2024-08-09T20:57:23.841Z | Compiling unicase v2.7.0 |
2466 | 2024-08-09T20:57:24.069Z | Compiling termcolor v1.4.1 |
2467 | 2024-08-09T20:57:24.096Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2468 | 2024-08-09T20:57:24.186Z | Compiling quick-error v1.2.3 |
2469 | 2024-08-09T20:57:24.352Z | Compiling getrandom v0.1.16 |
2470 | 2024-08-09T20:57:24.496Z | Compiling arc-swap v1.7.1 |
2471 | 2024-08-09T20:57:24.707Z | Compiling linked-hash-map v0.5.6 |
2472 | 2024-08-09T20:57:25.025Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2473 | 2024-08-09T20:57:25.143Z | Compiling keccak v0.1.5 |
2474 | 2024-08-09T20:57:25.206Z | Compiling lru-cache v0.1.2 |
2475 | 2024-08-09T20:57:25.225Z | Compiling slog-scope v4.4.0 |
2476 | 2024-08-09T20:57:25.425Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2477 | 2024-08-09T20:57:25.786Z | Compiling sha3 v0.10.8 |
2478 | 2024-08-09T20:57:25.939Z | Compiling env_logger v0.9.3 |
2479 | 2024-08-09T20:57:26.201Z | Compiling resolv-conf v0.7.0 |
2480 | 2024-08-09T20:57:26.955Z | Compiling num v0.4.3 |
2481 | 2024-08-09T20:57:27.021Z | Compiling rayon v1.10.0 |
2482 | 2024-08-09T20:57:27.414Z | Compiling poly1305 v0.8.0 |
2483 | 2024-08-09T20:57:27.758Z | Compiling tungstenite v0.21.0 |
2484 | 2024-08-09T20:57:28.680Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2485 | 2024-08-09T20:57:28.837Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2486 | 2024-08-09T20:57:28.859Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2487 | 2024-08-09T20:57:29.163Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2488 | 2024-08-09T20:57:29.190Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2489 | 2024-08-09T20:57:29.528Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2490 | 2024-08-09T20:57:29.564Z | Compiling chacha20 v0.9.1 |
2491 | 2024-08-09T20:57:29.951Z | Compiling thiserror-impl-no-std v2.0.2 |
2492 | 2024-08-09T20:57:30.051Z | Compiling bitstruct_derive v0.1.0 |
2493 | 2024-08-09T20:57:30.054Z | Compiling secrecy v0.8.0 |
2494 | 2024-08-09T20:57:30.084Z | Compiling memmap2 v0.9.4 |
2495 | 2024-08-09T20:57:30.296Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2496 | 2024-08-09T20:57:30.352Z | Compiling half v2.4.1 |
2497 | 2024-08-09T20:57:30.395Z | Compiling arrayvec v0.7.4 |
2498 | 2024-08-09T20:57:30.440Z | Compiling untrusted v0.7.1 |
2499 | 2024-08-09T20:57:30.574Z | Compiling arrayref v0.3.7 |
2500 | 2024-08-09T20:57:30.646Z | Compiling home v0.5.9 |
2501 | 2024-08-09T20:57:30.692Z | Compiling parking_lot_core v0.8.6 |
2502 | 2024-08-09T20:57:30.800Z | Compiling ascii v1.1.0 |
2503 | 2024-08-09T20:57:30.919Z | Compiling constant_time_eq v0.3.0 |
2504 | 2024-08-09T20:57:30.922Z | Compiling spin v0.5.2 |
2505 | 2024-08-09T20:57:31.129Z | Compiling ciborium-io v0.2.2 |
2506 | 2024-08-09T20:57:31.158Z | Compiling float-ord v0.3.2 |
2507 | 2024-08-09T20:57:31.194Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2508 | 2024-08-09T20:57:31.264Z | Compiling ciborium-ll v0.2.2 |
2509 | 2024-08-09T20:57:31.323Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2510 | 2024-08-09T20:57:31.341Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2511 | 2024-08-09T20:57:31.444Z | Compiling bitstruct v0.1.1 |
2512 | 2024-08-09T20:57:31.703Z | Compiling toolchain_find v0.4.0 |
2513 | 2024-08-09T20:57:31.964Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2514 | 2024-08-09T20:57:32.315Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2515 | 2024-08-09T20:57:32.333Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2516 | 2024-08-09T20:57:32.658Z | Compiling tokio-tungstenite v0.21.0 |
2517 | 2024-08-09T20:57:32.760Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2518 | 2024-08-09T20:57:32.845Z | Compiling steno v0.4.1 |
2519 | 2024-08-09T20:57:32.956Z | Compiling trust-dns-resolver v0.22.0 |
2520 | 2024-08-09T20:57:33.125Z | Compiling slog-stdlog v4.1.1 |
2521 | 2024-08-09T20:57:33.232Z | Compiling thiserror-no-std v2.0.2 |
2522 | 2024-08-09T20:57:33.303Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2523 | 2024-08-09T20:57:33.361Z | Compiling rfc6979 v0.4.0 |
2524 | 2024-08-09T20:57:33.520Z | Compiling gethostname v0.5.0 |
2525 | 2024-08-09T20:57:33.567Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2526 | 2024-08-09T20:57:33.717Z | Compiling serde_arrays v0.1.0 |
2527 | 2024-08-09T20:57:33.748Z | Compiling erased-serde v0.3.31 |
2528 | 2024-08-09T20:57:33.902Z | Compiling nibble_vec v0.1.0 |
2529 | 2024-08-09T20:57:33.968Z | Compiling slog-dtrace v0.3.0 |
2530 | 2024-08-09T20:57:34.042Z | Compiling cancel-safe-futures v0.1.5 |
2531 | 2024-08-09T20:57:34.123Z | Compiling endian-type v0.1.2 |
2532 | 2024-08-09T20:57:34.301Z | Compiling topological-sort v0.2.2 |
2533 | 2024-08-09T20:57:34.375Z | Compiling radix_trie v0.2.1 |
2534 | 2024-08-09T20:57:34.524Z | Compiling omicron-zone-package v0.11.0 |
2535 | 2024-08-09T20:57:34.545Z | Compiling ecdsa v0.16.9 |
2536 | 2024-08-09T20:57:35.130Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2537 | 2024-08-09T20:57:35.171Z | Compiling rand_core v0.5.1 |
2538 | 2024-08-09T20:57:35.208Z | Compiling vsss-rs v3.3.4 |
2539 | 2024-08-09T20:57:35.483Z | Compiling mime_guess v2.0.4 |
2540 | 2024-08-09T20:57:35.727Z | Compiling slog-envlogger v2.2.0 |
2541 | 2024-08-09T20:57:36.577Z | Compiling rustfmt-wrapper v0.2.1 |
2542 | 2024-08-09T20:57:36.891Z | Compiling ciborium v0.2.2 |
2543 | 2024-08-09T20:57:37.251Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2544 | 2024-08-09T20:57:37.833Z | Compiling chacha20poly1305 v0.10.1 |
2545 | 2024-08-09T20:57:38.399Z | Compiling tungstenite v0.20.1 |
2546 | 2024-08-09T20:57:38.504Z | Compiling primeorder v0.13.6 |
2547 | 2024-08-09T20:57:39.038Z | Compiling heck v0.3.3 |
2548 | 2024-08-09T20:57:39.300Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2549 | 2024-08-09T20:57:39.509Z | Compiling option-ext v0.2.0 |
2550 | 2024-08-09T20:57:39.613Z | Compiling glob v0.3.1 |
2551 | 2024-08-09T20:57:39.655Z | Compiling dirs-sys v0.4.1 |
2552 | 2024-08-09T20:57:39.850Z | Compiling zone_cfg_derive v0.1.2 |
2553 | 2024-08-09T20:57:40.388Z | Compiling tokio-tungstenite v0.20.1 |
2554 | 2024-08-09T20:57:40.580Z | Compiling parking_lot v0.11.2 |
2555 | 2024-08-09T20:57:40.679Z | Compiling rand_chacha v0.2.2 |
2556 | 2024-08-09T20:57:40.696Z | Compiling trust-dns-client v0.22.0 |
2557 | 2024-08-09T20:57:41.446Z | Compiling ed25519 v2.2.3 |
2558 | 2024-08-09T20:57:41.516Z | Compiling polyval v0.6.2 |
2559 | 2024-08-09T20:57:41.602Z | Compiling ctr v0.9.2 |
2560 | 2024-08-09T20:57:41.617Z | Compiling aes v0.8.4 |
2561 | 2024-08-09T20:57:41.965Z | Compiling blowfish v0.9.1 |
2562 | 2024-08-09T20:57:41.984Z | Compiling password-hash v0.4.2 |
2563 | 2024-08-09T20:57:42.002Z | Compiling pbkdf2 v0.12.2 |
2564 | 2024-08-09T20:57:42.195Z | Compiling libsw v3.3.1 |
2565 | 2024-08-09T20:57:42.473Z | Compiling toml v0.5.11 |
2566 | 2024-08-09T20:57:42.547Z | Compiling fxhash v0.2.1 |
2567 | 2024-08-09T20:57:42.768Z | Compiling base64 v0.13.1 |
2568 | 2024-08-09T20:57:42.790Z | Compiling linear-map v1.2.0 |
2569 | 2024-08-09T20:57:42.940Z | Compiling owo-colors v4.0.0 |
2570 | 2024-08-09T20:57:43.187Z | Compiling sled v0.34.7 |
2571 | 2024-08-09T20:57:43.418Z | Compiling ron v0.7.1 |
2572 | 2024-08-09T20:57:43.882Z | Compiling pbkdf2 v0.11.0 |
2573 | 2024-08-09T20:57:44.251Z | Compiling trust-dns-server v0.22.1 |
2574 | 2024-08-09T20:57:44.593Z | Compiling bcrypt-pbkdf v0.10.0 |
2575 | 2024-08-09T20:57:45.197Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2576 | 2024-08-09T20:57:45.389Z | Compiling ghash v0.5.1 |
2577 | 2024-08-09T20:57:45.605Z | Compiling ed25519-dalek v2.1.1 |
2578 | 2024-08-09T20:57:45.902Z | Compiling zone v0.1.8 |
2579 | 2024-08-09T20:57:46.243Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2580 | 2024-08-09T20:57:46.700Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2581 | 2024-08-09T20:57:46.787Z | Compiling rand v0.7.3 |
2582 | 2024-08-09T20:57:47.534Z | Compiling dirs v5.0.1 |
2583 | 2024-08-09T20:57:48.448Z | Compiling p256 v0.13.2 |
2584 | 2024-08-09T20:57:49.105Z | Compiling p521 v0.13.3 |
2585 | 2024-08-09T20:57:49.326Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2586 | 2024-08-09T20:57:49.508Z | Compiling pem v3.0.4 |
2587 | 2024-08-09T20:57:50.367Z | Compiling cbc v0.1.2 |
2588 | 2024-08-09T20:57:50.631Z | Compiling portpicker v0.1.1 |
2589 | 2024-08-09T20:57:51.000Z | Compiling headers-core v0.2.0 |
2590 | 2024-08-09T20:57:51.174Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2591 | 2024-08-09T20:57:51.309Z | Compiling kstat-rs v0.2.4 |
2592 | 2024-08-09T20:57:51.377Z | Compiling nanorand v0.7.0 |
2593 | 2024-08-09T20:57:51.573Z | Compiling russh-cryptovec v0.7.2 |
2594 | 2024-08-09T20:57:51.576Z | Compiling md5 v0.7.0 |
2595 | 2024-08-09T20:57:51.656Z | Compiling http-range v0.1.5 |
2596 | 2024-08-09T20:57:51.904Z | Compiling russh-keys v0.43.0 |
2597 | 2024-08-09T20:57:51.944Z | Compiling hyper-staticfile v0.9.5 |
2598 | 2024-08-09T20:57:51.946Z | Compiling flume v0.11.0 |
2599 | 2024-08-09T20:57:52.039Z | Compiling headers v0.3.9 |
2600 | 2024-08-09T20:57:52.110Z | Compiling rcgen v0.12.1 |
2601 | 2024-08-09T20:57:52.690Z | Compiling aes-gcm v0.10.3 |
2602 | 2024-08-09T20:57:52.994Z | Compiling atomicwrites v0.4.3 |
2603 | 2024-08-09T20:57:53.014Z | Compiling itertools v0.13.0 |
2604 | 2024-08-09T20:57:53.377Z | Compiling subprocess v0.2.9 |
2605 | 2024-08-09T20:57:54.063Z | Compiling display-error-chain v0.2.0 |
2606 | 2024-08-09T20:57:54.249Z | Compiling hex-literal v0.4.1 |
2607 | 2024-08-09T20:57:54.408Z | Compiling dhcproto-macros v0.1.0 |
2608 | 2024-08-09T20:57:54.602Z | Compiling russh v0.43.0 |
2609 | 2024-08-09T20:57:54.770Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2610 | 2024-08-09T20:57:55.215Z | Compiling internet-checksum v0.2.1 |
2611 | 2024-08-09T20:57:55.416Z | Compiling dhcproto v0.12.0 |
2612 | 2024-08-09T20:57:55.713Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2613 | 2024-08-09T20:57:55.894Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2614 | 2024-08-09T20:57:55.954Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2615 | 2024-08-09T20:57:56.059Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2616 | 2024-08-09T20:57:56.356Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2617 | 2024-08-09T20:57:58.001Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2618 | 2024-08-09T20:57:58.880Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2619 | 2024-08-09T20:57:58.932Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2620 | 2024-08-09T20:57:59.414Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2621 | 2024-08-09T20:58:02.084Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2622 | 2024-08-09T20:58:02.840Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2623 | 2024-08-09T20:58:03.810Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2624 | 2024-08-09T20:58:04.516Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2625 | 2024-08-09T20:58:04.690Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2626 | 2024-08-09T20:58:12.012Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2627 | 2024-08-09T20:58:12.015Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2628 | 2024-08-09T20:58:12.015Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2629 | 2024-08-09T20:58:12.015Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2630 | 2024-08-09T20:58:14.593Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2631 | 2024-08-09T20:58:15.395Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2632 | 2024-08-09T20:58:15.421Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2633 | 2024-08-09T20:58:16.404Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2634 | 2024-08-09T20:58:16.484Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2635 | 2024-08-09T20:58:17.451Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2636 | 2024-08-09T20:58:18.516Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2637 | 2024-08-09T20:58:19.831Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2638 | 2024-08-09T20:58:20.178Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2639 | 2024-08-09T20:58:20.351Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2640 | 2024-08-09T20:58:24.065Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2641 | 2024-08-09T20:58:24.191Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2642 | 2024-08-09T20:58:28.937Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2643 | 2024-08-09T20:58:29.382Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2644 | 2024-08-09T20:58:34.323Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2645 | 2024-08-09T20:58:40.592Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2646 | 2024-08-09T20:58:40.592Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2647 | 2024-08-09T20:58:42.570Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2648 | 2024-08-09T20:59:03.411Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2649 | 2024-08-09T20:59:35.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s |
2650 | 2024-08-09T20:59:36.080Z | |
2651 | 2024-08-09T20:59:36.080Z | real 2:35.811039599 |
2652 | 2024-08-09T20:59:36.083Z | user 12:26.616313604 |
2653 | 2024-08-09T20:59:36.083Z | sys 2:37.552742542 |
2654 | 2024-08-09T20:59:36.084Z | trap 0.335612591 |
2655 | 2024-08-09T20:59:36.084Z | tflt 0.783480277 |
2656 | 2024-08-09T20:59:36.084Z | dflt 1.606055749 |
2657 | 2024-08-09T20:59:36.084Z | kflt 0.000004169 |
2658 | 2024-08-09T20:59:36.084Z | lock 25:55.146501955 |
2659 | 2024-08-09T20:59:36.084Z | slp 45:12.250015449 |
2660 | 2024-08-09T20:59:36.084Z | lat 39.773242494 |
2661 | 2024-08-09T20:59:36.084Z | stop 1:30.804252412 |
2662 | 2024-08-09T20:59:36.084Z | + mkdir tests |
2663 | 2024-08-09T20:59:36.087Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2664 | 2024-08-09T20:59:36.087Z | + xargs -I '{}' -t cp '{}' tests/ |
2665 | 2024-08-09T20:59:37.471Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-bd8997d5b2c58b31 tests/ |
2666 | 2024-08-09T20:59:37.498Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-23f1403185ed650d tests/ |
2667 | 2024-08-09T20:59:37.525Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-a2c3a6d20e5483cd tests/ |
2668 | 2024-08-09T20:59:37.552Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-7948ab6db2b1956d tests/ |
2669 | 2024-08-09T20:59:37.749Z | + 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/*) |
2670 | 2024-08-09T20:59:37.753Z | + 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-23f1403185ed650d tests/commtest-a2c3a6d20e5483cd tests/dhcp_server-bd8997d5b2c58b31 tests/end_to_end_tests-7948ab6db2b1956d 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 |
2671 | 2024-08-09T21:00:32.828Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2672 | 2024-08-09T21:00:32.828Z | a out/target/test 1K |
2673 | 2024-08-09T21:00:32.828Z | a out/npuzone/npuzone 23144K |
2674 | 2024-08-09T21:00:32.828Z | a package-manifest.toml 30K |
2675 | 2024-08-09T21:00:32.828Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2676 | 2024-08-09T21:00:32.828Z | a target/release/omicron-package 32314K |
2677 | 2024-08-09T21:00:32.828Z | a target/release/xtask 11522K |
2678 | 2024-08-09T21:00:32.828Z | a target/debug/bootstrap 186636K |
2679 | 2024-08-09T21:00:32.828Z | a tests/bootstrap-23f1403185ed650d 23517K |
2680 | 2024-08-09T21:00:32.828Z | a tests/commtest-a2c3a6d20e5483cd 24550K |
2681 | 2024-08-09T21:00:32.828Z | a tests/dhcp_server-bd8997d5b2c58b31 23517K |
2682 | 2024-08-09T21:00:32.828Z | a tests/end_to_end_tests-7948ab6db2b1956d 193354K |
2683 | 2024-08-09T21:00:32.828Z | a out/clickhouse.tar.gz 223116K |
2684 | 2024-08-09T21:00:32.828Z | a out/clickhouse_keeper.tar.gz 223102K |
2685 | 2024-08-09T21:00:32.828Z | a out/cockroachdb.tar.gz 131769K |
2686 | 2024-08-09T21:00:32.828Z | a out/crucible-dtrace.tar 84K |
2687 | 2024-08-09T21:00:32.828Z | a out/crucible-pantry-zone.tar.gz 27843K |
2688 | 2024-08-09T21:00:32.828Z | a out/crucible-zone.tar.gz 38160K |
2689 | 2024-08-09T21:00:32.828Z | a out/external-dns.tar.gz 25147K |
2690 | 2024-08-09T21:00:32.828Z | a out/internal-dns.tar.gz 25146K |
2691 | 2024-08-09T21:00:32.828Z | a out/mg-ddm-gz.tar 60627K |
2692 | 2024-08-09T21:00:32.828Z | a out/nexus.tar.gz 86757K |
2693 | 2024-08-09T21:00:32.828Z | a out/ntp.tar.gz 8988K |
2694 | 2024-08-09T21:00:32.828Z | a out/omicron-gateway-softnpu.tar.gz 13595K |
2695 | 2024-08-09T21:00:32.828Z | a out/omicron-sled-agent.tar 96580K |
2696 | 2024-08-09T21:00:32.828Z | a out/overlay.tar.gz 3K |
2697 | 2024-08-09T21:00:32.828Z | a out/oximeter.tar.gz 42500K |
2698 | 2024-08-09T21:00:32.828Z | a out/oxlog.tar 2927K |
2699 | 2024-08-09T21:00:32.828Z | a out/probe.tar.gz 2764K |
2700 | 2024-08-09T21:00:32.828Z | a out/propolis-server.tar.gz 65291K |
2701 | 2024-08-09T21:00:32.829Z | a out/pumpkind-gz.tar 26665K |
2702 | 2024-08-09T21:00:32.829Z | a out/switch-softnpu.tar.gz 204073K |
2703 | 2024-08-09T21:00:32.832Z | |
2704 | 2024-08-09T21:00:32.832Z | real 55.070591199 |
2705 | 2024-08-09T21:00:32.832Z | user 52.598136509 |
2706 | 2024-08-09T21:00:32.832Z | sys 3.533714074 |
2707 | 2024-08-09T21:00:32.832Z | trap 0.013905510 |
2708 | 2024-08-09T21:00:32.832Z | tflt 0.000000000 |
2709 | 2024-08-09T21:00:32.832Z | dflt 0.000000000 |
2710 | 2024-08-09T21:00:32.832Z | kflt 0.000000000 |
2711 | 2024-08-09T21:00:32.832Z | lock 0.000000000 |
2712 | 2024-08-09T21:00:32.832Z | slp 52.420218955 |
2713 | 2024-08-09T21:00:32.832Z | lat 1.570017235 |
2714 | 2024-08-09T21:00:32.832Z | stop 0.000240067 |
2715 | 2024-08-09T21:00:32.832Z | process exited: duration 1715106 ms, exit code 0 |
|
2716 | 2024-08-09T21:00:32.846Z | found 1 output files |
2717 | 2024-08-09T21:00:32.846Z | uploading: /work/package.tar.gz (1341393509 bytes) |
2718 | 2024-08-09T21:00:57.505Z | uploaded: /work/package.tar.gz |