|
|
|
1 | 2024-07-30T18:46:22.381Z | job assigned to worker 01J42FC6N7EG1VA3Y32Y948TY4 (queued for 1 m 1 s) |
|
2 | 2024-07-30T18:46:29.728Z | starting task 0: "setup" |
3 | 2024-07-30T18:46:29.781Z | ++ uname -s |
4 | 2024-07-30T18:46:29.787Z | + kern=SunOS |
5 | 2024-07-30T18:46:29.788Z | + case "$kern" in |
6 | 2024-07-30T18:46:29.788Z | + groupadd -g 12345 build |
7 | 2024-07-30T18:46:29.788Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-30T18:46:31.797Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-30T18:46:31.921Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-30T18:46:31.931Z | + home_fs=zfs |
11 | 2024-07-30T18:46:31.931Z | + [[ zfs == autofs ]] |
12 | 2024-07-30T18:46:31.931Z | + mkdir -p /home/build |
13 | 2024-07-30T18:46:31.931Z | + chown build:build /home/build /work |
14 | 2024-07-30T18:46:33.926Z | + chmod 0700 /home/build /work |
15 | 2024-07-30T18:46:33.929Z | process exited: duration 4203 ms, exit code 0 |
|
16 | 2024-07-30T18:46:33.935Z | starting task 1: "rust-toolchain" |
17 | 2024-07-30T18:46:33.940Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-30T18:46:33.940Z | ' 1.78.0 |
19 | 2024-07-30T18:46:33.943Z | * toolchain channel = "1.78.0" |
20 | 2024-07-30T18:46:33.943Z | + printf ' * toolchain profile = "%s" |
21 | 2024-07-30T18:46:33.943Z | ' default |
22 | 2024-07-30T18:46:33.943Z | * toolchain profile = "default" |
23 | 2024-07-30T18:46:33.943Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-30T18:46:33.943Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-30T18:46:34.056Z | info: downloading installer |
26 | 2024-07-30T18:46:35.553Z | info: profile set to 'default' |
27 | 2024-07-30T18:46:35.553Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-30T18:46:35.553Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-30T18:46:35.698Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-30T18:46:35.698Z | info: downloading component 'cargo' |
31 | 2024-07-30T18:46:36.526Z | info: downloading component 'clippy' |
32 | 2024-07-30T18:46:36.805Z | info: downloading component 'rust-docs' |
33 | 2024-07-30T18:46:37.895Z | info: downloading component 'rust-std' |
34 | 2024-07-30T18:46:39.644Z | info: downloading component 'rustc' |
35 | 2024-07-30T18:46:44.126Z | info: downloading component 'rustfmt' |
36 | 2024-07-30T18:46:44.365Z | info: installing component 'cargo' |
37 | 2024-07-30T18:46:45.235Z | info: installing component 'clippy' |
38 | 2024-07-30T18:46:45.616Z | info: installing component 'rust-docs' |
39 | 2024-07-30T18:46:47.145Z | info: installing component 'rust-std' |
40 | 2024-07-30T18:46:48.926Z | info: installing component 'rustc' |
41 | 2024-07-30T18:46:53.272Z | info: installing component 'rustfmt' |
42 | 2024-07-30T18:46:53.611Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-30T18:46:53.611Z | |
44 | 2024-07-30T18:46:53.881Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-30T18:46:53.881Z | |
46 | 2024-07-30T18:46:53.881Z | |
47 | 2024-07-30T18:46:53.881Z | Rust is installed now. Great! |
48 | 2024-07-30T18:46:53.881Z | |
49 | 2024-07-30T18:46:53.881Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-30T18:46:53.882Z | environment variable. This has not been done automatically. |
51 | 2024-07-30T18:46:53.882Z | |
52 | 2024-07-30T18:46:53.882Z | To configure your current shell, you need to source |
53 | 2024-07-30T18:46:53.882Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-30T18:46:53.882Z | |
55 | 2024-07-30T18:46:53.882Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-30T18:46:53.882Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-30T18:46:53.882Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-30T18:46:53.948Z | + rustc --version |
59 | 2024-07-30T18:46:54.011Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-30T18:46:54.014Z | process exited: duration 20079 ms, exit code 0 |
|
61 | 2024-07-30T18:46:54.020Z | starting task 2: "authentication" |
62 | 2024-07-30T18:46:54.040Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-07-30T18:46:54.045Z | starting task 3: "clone repository" |
64 | 2024-07-30T18:46:54.050Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-30T18:46:54.053Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-30T18:46:54.212Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-30T18:47:01.328Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-30T18:47:01.328Z | + git fetch origin 6b299cbdb616e57a445b25cbd5809e63ea128664 |
69 | 2024-07-30T18:47:01.600Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-30T18:47:01.600Z | * branch 6b299cbdb616e57a445b25cbd5809e63ea128664 -> FETCH_HEAD |
71 | 2024-07-30T18:47:01.611Z | + [[ -n '' ]] |
72 | 2024-07-30T18:47:01.611Z | + git reset --hard 6b299cbdb616e57a445b25cbd5809e63ea128664 |
73 | 2024-07-30T18:47:01.751Z | HEAD is now at 6b299cbdb fix rand_seeder -> rand_core dependency |
74 | 2024-07-30T18:47:01.753Z | process exited: duration 7705 ms, exit code 0 |
|
75 | 2024-07-30T18:47:01.760Z | starting task 4: "build" |
76 | 2024-07-30T18:47:01.765Z | + cargo --version |
77 | 2024-07-30T18:47:01.818Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
78 | 2024-07-30T18:47:01.822Z | + rustc --version |
79 | 2024-07-30T18:47:01.878Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
80 | 2024-07-30T18:47:01.885Z | + WORK=/work |
81 | 2024-07-30T18:47:01.885Z | + pfexec mkdir -p /work |
82 | 2024-07-30T18:47:01.885Z | + pfexec chown build /work |
83 | 2024-07-30T18:47:01.889Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
84 | 2024-07-30T18:47:13.891Z | Startup: Refreshing catalog 'helios-dev' ... Done |
85 | 2024-07-30T18:47:16.227Z | Startup: Caching catalogs ... Done |
86 | 2024-07-30T18:47:19.852Z | Planning: Solver setup ... Done (3.129s) |
87 | 2024-07-30T18:47:19.910Z | Planning: Running solver ... Done (0.059s) |
88 | 2024-07-30T18:47:19.962Z | Planning: Finding local manifests ... Done (0.005s) |
89 | 2024-07-30T18:47:19.976Z | Planning: Fetching manifests: 0/4 0% complete |
90 | 2024-07-30T18:47:20.237Z | Planning: Fetching manifests: 4/4 100% complete |
91 | 2024-07-30T18:47:20.288Z | Planning: Package planning ... Done (0.051s) |
92 | 2024-07-30T18:47:20.340Z | Planning: Merging actions ... Done (0.051s) |
93 | 2024-07-30T18:47:21.717Z | Planning: Checking for conflicting actions ... Done (1.377s) |
94 | 2024-07-30T18:47:21.730Z | Planning: Consolidating action changes ... Done (0.011s) |
95 | 2024-07-30T18:47:27.539Z | Planning: Evaluating mediators ... Done (5.810s) |
96 | 2024-07-30T18:47:27.548Z | Planning: Planning completed in 11.26 seconds |
97 | 2024-07-30T18:47:27.562Z | Packages to install: 4 |
98 | 2024-07-30T18:47:27.562Z | Mediators to change: 2 |
99 | 2024-07-30T18:47:27.562Z | Services to change: 1 |
100 | 2024-07-30T18:47:27.565Z | Estimated space available: 155.77 GB |
101 | 2024-07-30T18:47:27.565Z | Estimated space to be consumed: 1.47 GB |
102 | 2024-07-30T18:47:27.565Z | Create boot environment: No |
103 | 2024-07-30T18:47:27.565Z | Create backup boot environment: No |
104 | 2024-07-30T18:47:27.565Z | Rebuild boot archive: No |
105 | 2024-07-30T18:47:27.565Z | |
106 | 2024-07-30T18:47:27.565Z | Changed mediators: |
107 | 2024-07-30T18:47:27.565Z | mediator clang: |
108 | 2024-07-30T18:47:27.565Z | version: None -> 15 (system default) |
109 | 2024-07-30T18:47:27.565Z | |
110 | 2024-07-30T18:47:27.565Z | mediator llvm: |
111 | 2024-07-30T18:47:27.565Z | version: 14 (system default) -> 15 (system default) |
112 | 2024-07-30T18:47:27.565Z | |
113 | 2024-07-30T18:47:27.565Z | Changed packages: |
114 | 2024-07-30T18:47:27.565Z | helios-dev |
115 | 2024-07-30T18:47:27.565Z | developer/build-essential |
116 | 2024-07-30T18:47:27.565Z | None -> 11-2.0 |
117 | 2024-07-30T18:47:27.565Z | library/libxmlsec1 |
118 | 2024-07-30T18:47:27.565Z | None -> 1.2.35-2.0 |
119 | 2024-07-30T18:47:27.565Z | ooce/developer/clang-15 |
120 | 2024-07-30T18:47:27.565Z | None -> 15.0.7-2.0 |
121 | 2024-07-30T18:47:27.565Z | ooce/developer/llvm-15 |
122 | 2024-07-30T18:47:27.565Z | None -> 15.0.7-2.0 |
123 | 2024-07-30T18:47:27.565Z | |
124 | 2024-07-30T18:47:27.565Z | Services: |
125 | 2024-07-30T18:47:27.565Z | restart_fmri: |
126 | 2024-07-30T18:47:27.565Z | svc:/system/update-man-index:default |
127 | 2024-07-30T18:47:27.737Z | |
128 | 2024-07-30T18:47:27.737Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
129 | 2024-07-30T18:47:32.737Z | Download: 560/3290 items 17.2/212.6MB 8% complete (3.5M/s) |
130 | 2024-07-30T18:47:40.411Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (8.8M/s) |
131 | 2024-07-30T18:47:45.412Z | Download: 1645/3290 items 117.8/212.6MB 55% complete (9.8M/s) |
132 | 2024-07-30T18:47:50.448Z | Download: 2222/3290 items 119.2/212.6MB 56% complete (4.2M/s) |
133 | 2024-07-30T18:47:57.242Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (4.0M/s) |
134 | 2024-07-30T18:48:02.243Z | Download: 3228/3290 items 181.0/212.6MB 85% complete (12.2M/s) |
135 | 2024-07-30T18:48:07.520Z | Download: 3248/3290 items 203.0/212.6MB 95% complete (15.1M/s) |
136 | 2024-07-30T18:48:10.650Z | Download: Completed 212.60 MB in 42.92 seconds (5.0M/s) |
137 | 2024-07-30T18:48:10.858Z | Actions: 1/3689 actions (Installing new actions) |
138 | 2024-07-30T18:48:15.911Z | Actions: 3617/3689 actions (Installing new actions) |
139 | 2024-07-30T18:48:16.162Z | Actions: Completed 3689 actions in 5.30 seconds. |
140 | 2024-07-30T18:48:16.307Z | Done (0.140s) |
141 | 2024-07-30T18:48:16.307Z | Done (0.000s) |
142 | 2024-07-30T18:48:16.650Z | Done (0.343s) |
143 | 2024-07-30T18:48:23.324Z | Done (6.515s) |
144 | 2024-07-30T18:48:23.503Z | Done (0.110s) |
145 | 2024-07-30T18:48:23.506Z | Done (0.000s) |
146 | 2024-07-30T18:48:23.844Z | Done (0.000s) |
147 | 2024-07-30T18:48:24.425Z | Planning: Evaluating mediator changes ... Done |
148 | 2024-07-30T18:48:24.587Z | Planning: Checking for conflicting actions ... Done |
149 | 2024-07-30T18:48:24.590Z | Planning: Consolidating action changes ... Done |
150 | 2024-07-30T18:48:24.858Z | Planning: Evaluating mediators ... Done |
151 | 2024-07-30T18:48:24.861Z | Planning: Planning completed in 0.43 seconds |
152 | 2024-07-30T18:48:24.892Z | Mediators to change: 2 |
153 | 2024-07-30T18:48:24.892Z | Create boot environment: No |
154 | 2024-07-30T18:48:24.892Z | Create backup boot environment: No |
155 | 2024-07-30T18:48:24.964Z | Done |
156 | 2024-07-30T18:48:24.964Z | Done |
157 | 2024-07-30T18:48:25.185Z | Done |
158 | 2024-07-30T18:48:28.847Z | Done |
159 | 2024-07-30T18:48:28.927Z | Done |
160 | 2024-07-30T18:48:28.928Z | Done |
161 | 2024-07-30T18:48:29.052Z | Done |
162 | 2024-07-30T18:48:29.670Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-07-30T18:48:29.673Z | Planning: Merging actions ... Done |
164 | 2024-07-30T18:48:29.866Z | Planning: Checking for conflicting actions ... Done |
165 | 2024-07-30T18:48:29.869Z | Planning: Consolidating action changes ... Done |
166 | 2024-07-30T18:48:30.133Z | Planning: Evaluating mediators ... Done |
167 | 2024-07-30T18:48:30.189Z | Planning: Planning completed in 0.76 seconds |
168 | 2024-07-30T18:48:30.224Z | Packages to change: 1 |
169 | 2024-07-30T18:48:30.224Z | Mediators to change: 1 |
170 | 2024-07-30T18:48:30.224Z | Services to change: 1 |
171 | 2024-07-30T18:48:30.224Z | Create boot environment: No |
172 | 2024-07-30T18:48:30.224Z | Create backup boot environment: Yes |
173 | 2024-07-30T18:48:32.152Z | Actions: 1/6 actions (Updating modified actions) |
174 | 2024-07-30T18:48:32.216Z | Actions: Completed 6 actions in 0.06 seconds. |
175 | 2024-07-30T18:48:32.219Z | Done |
176 | 2024-07-30T18:48:32.219Z | Done |
177 | 2024-07-30T18:48:32.291Z | Done |
178 | 2024-07-30T18:48:36.062Z | Done |
179 | 2024-07-30T18:48:36.148Z | Done |
180 | 2024-07-30T18:48:36.148Z | Done |
181 | 2024-07-30T18:48:36.263Z | Done |
182 | 2024-07-30T18:48:36.698Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
183 | 2024-07-30T18:48:36.698Z | clang system 15 system |
184 | 2024-07-30T18:48:36.699Z | csh system system illumos |
185 | 2024-07-30T18:48:36.699Z | ctags system system illumos |
186 | 2024-07-30T18:48:36.699Z | gcc vendor 12 vendor |
187 | 2024-07-30T18:48:36.699Z | gcc system 10 system |
188 | 2024-07-30T18:48:36.699Z | gcc system 7 system |
189 | 2024-07-30T18:48:36.699Z | go system 1.20 system |
190 | 2024-07-30T18:48:36.699Z | go system 1.19 system |
191 | 2024-07-30T18:48:36.699Z | llvm system 15 system |
192 | 2024-07-30T18:48:36.699Z | llvm system 14 system |
193 | 2024-07-30T18:48:36.699Z | mariadb system 10.6 system |
194 | 2024-07-30T18:48:36.699Z | mta vendor vendor dma |
195 | 2024-07-30T18:48:36.699Z | openjdk system 17 system |
196 | 2024-07-30T18:48:36.699Z | openjdk system 11 system |
197 | 2024-07-30T18:48:36.699Z | openjdk system 1.8 system |
198 | 2024-07-30T18:48:36.699Z | openssl vendor 3 vendor |
199 | 2024-07-30T18:48:36.699Z | perl system 5.36 system |
200 | 2024-07-30T18:48:36.699Z | postgresql system 15 system |
201 | 2024-07-30T18:48:36.699Z | postgresql system 13 system |
202 | 2024-07-30T18:48:36.699Z | python vendor 3 vendor |
203 | 2024-07-30T18:48:36.699Z | python system 2 system |
204 | 2024-07-30T18:48:36.699Z | python3 system 3.11 system |
205 | 2024-07-30T18:48:36.699Z | ruby system 3.0 system |
206 | 2024-07-30T18:48:36.699Z | words vendor vendor american-english |
207 | 2024-07-30T18:48:36.699Z | words system system australian-english |
208 | 2024-07-30T18:48:36.699Z | words system system british-english |
209 | 2024-07-30T18:48:36.699Z | words system system canadian-english |
210 | 2024-07-30T18:48:36.699Z | words system system french |
211 | 2024-07-30T18:48:36.699Z | words system system italian |
212 | 2024-07-30T18:48:36.699Z | words system system ngerman |
213 | 2024-07-30T18:48:36.699Z | words system system ogerman |
214 | 2024-07-30T18:48:36.699Z | words system system spanish |
215 | 2024-07-30T18:48:37.031Z | PUBLISHER TYPE STATUS P LOCATION |
216 | 2024-07-30T18:48:37.031Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
217 | 2024-07-30T18:48:38.650Z | FMRI IFO |
218 | 2024-07-30T18:48:38.650Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
219 | 2024-07-30T18:48:38.650Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
220 | 2024-07-30T18:48:38.650Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
221 | 2024-07-30T18:48:38.650Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
222 | 2024-07-30T18:48:38.650Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
223 | 2024-07-30T18:48:38.650Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
224 | 2024-07-30T18:48:38.650Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
225 | 2024-07-30T18:48:38.650Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
226 | 2024-07-30T18:48:38.650Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
227 | 2024-07-30T18:48:38.650Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
228 | 2024-07-30T18:48:38.650Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
229 | 2024-07-30T18:48:38.650Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
230 | 2024-07-30T18:48:39.197Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
231 | 2024-07-30T18:48:39.525Z | Updating git repository `https://github.com/oxidecomputer/zone` |
232 | 2024-07-30T18:48:39.799Z | Updating crates.io index |
233 | 2024-07-30T18:48:39.801Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
234 | 2024-07-30T18:48:40.680Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
235 | 2024-07-30T18:48:41.461Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
236 | 2024-07-30T18:48:41.739Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
237 | 2024-07-30T18:48:43.719Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
238 | 2024-07-30T18:48:44.268Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
239 | 2024-07-30T18:48:44.547Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
240 | 2024-07-30T18:48:45.744Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
241 | 2024-07-30T18:48:47.945Z | Updating git repository `https://github.com/oxidecomputer/opte` |
242 | 2024-07-30T18:48:48.951Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
243 | 2024-07-30T18:48:49.730Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
244 | 2024-07-30T18:48:50.289Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
245 | 2024-07-30T18:48:50.596Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
246 | 2024-07-30T18:48:50.905Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
247 | 2024-07-30T18:48:51.202Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
248 | 2024-07-30T18:48:51.519Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
249 | 2024-07-30T18:48:51.797Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
250 | 2024-07-30T18:48:52.063Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
251 | 2024-07-30T18:48:52.389Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
252 | 2024-07-30T18:48:52.666Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
253 | 2024-07-30T18:48:52.973Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
254 | 2024-07-30T18:48:53.336Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
255 | 2024-07-30T18:48:54.010Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
256 | 2024-07-30T18:48:54.367Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
257 | 2024-07-30T18:48:54.742Z | Updating git repository `https://github.com/oxidecomputer/typify` |
258 | 2024-07-30T18:48:56.878Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
259 | 2024-07-30T18:48:57.212Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
260 | 2024-07-30T18:48:57.493Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
261 | 2024-07-30T18:48:57.904Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
262 | 2024-07-30T18:48:59.067Z | Downloading crates ... |
263 | 2024-07-30T18:48:59.153Z | Downloaded equivalent v1.0.1 |
264 | 2024-07-30T18:48:59.157Z | Downloaded anstyle v1.0.7 |
265 | 2024-07-30T18:48:59.161Z | Downloaded anstream v0.6.14 |
266 | 2024-07-30T18:48:59.164Z | Downloaded anstyle-query v1.0.3 |
267 | 2024-07-30T18:48:59.172Z | Downloaded swrite v0.1.0 |
268 | 2024-07-30T18:48:59.176Z | Downloaded dtrace-parser v0.2.0 |
269 | 2024-07-30T18:48:59.184Z | Downloaded cfg-if v1.0.0 |
270 | 2024-07-30T18:48:59.184Z | Downloaded itoa v1.0.11 |
271 | 2024-07-30T18:48:59.184Z | Downloaded fnv v1.0.7 |
272 | 2024-07-30T18:48:59.184Z | Downloaded colorchoice v1.0.1 |
273 | 2024-07-30T18:48:59.184Z | Downloaded autocfg v1.3.0 |
274 | 2024-07-30T18:48:59.189Z | Downloaded generic-array v0.14.7 |
275 | 2024-07-30T18:48:59.189Z | Downloaded dof v0.3.0 |
276 | 2024-07-30T18:48:59.189Z | Downloaded cargo-platform v0.1.8 |
277 | 2024-07-30T18:48:59.189Z | Downloaded anstyle-parse v0.2.4 |
278 | 2024-07-30T18:48:59.192Z | Downloaded is_terminal_polyfill v1.70.0 |
279 | 2024-07-30T18:48:59.195Z | Downloaded macaddr v1.0.1 |
280 | 2024-07-30T18:48:59.195Z | Downloaded heck v0.5.0 |
281 | 2024-07-30T18:48:59.198Z | Downloaded crypto-common v0.1.6 |
282 | 2024-07-30T18:48:59.198Z | Downloaded byteorder v1.5.0 |
283 | 2024-07-30T18:48:59.200Z | Downloaded serde_spanned v0.6.6 |
284 | 2024-07-30T18:48:59.200Z | Downloaded pest_generator v2.7.10 |
285 | 2024-07-30T18:48:59.203Z | Downloaded block-buffer v0.10.4 |
286 | 2024-07-30T18:48:59.203Z | Downloaded utf8parse v0.2.1 |
287 | 2024-07-30T18:48:59.203Z | Downloaded fs-err v2.11.0 |
288 | 2024-07-30T18:48:59.210Z | Downloaded terminal_size v0.3.0 |
289 | 2024-07-30T18:48:59.213Z | Downloaded tabled_derive v0.7.0 |
290 | 2024-07-30T18:48:59.213Z | Downloaded cargo_toml v0.20.4 |
291 | 2024-07-30T18:48:59.216Z | Downloaded usdt-impl v0.5.0 |
292 | 2024-07-30T18:48:59.216Z | Downloaded clap_lex v0.7.0 |
293 | 2024-07-30T18:48:59.218Z | Downloaded bytecount v0.6.8 |
294 | 2024-07-30T18:48:59.218Z | Downloaded heck v0.4.1 |
295 | 2024-07-30T18:48:59.221Z | Downloaded cpufeatures v0.2.12 |
296 | 2024-07-30T18:48:59.221Z | Downloaded usdt-attr-macro v0.5.0 |
297 | 2024-07-30T18:48:59.223Z | Downloaded usdt-macro v0.5.0 |
298 | 2024-07-30T18:48:59.226Z | Downloaded scroll_derive v0.12.0 |
299 | 2024-07-30T18:48:59.230Z | Downloaded pretty-hex v0.4.1 |
300 | 2024-07-30T18:48:59.232Z | Downloaded clap_derive v4.5.8 |
301 | 2024-07-30T18:48:59.235Z | Downloaded errno v0.3.9 |
302 | 2024-07-30T18:48:59.238Z | Downloaded digest v0.10.7 |
303 | 2024-07-30T18:48:59.240Z | Downloaded thiserror-impl v1.0.63 |
304 | 2024-07-30T18:48:59.241Z | Downloaded cargo_metadata v0.18.1 |
305 | 2024-07-30T18:48:59.244Z | Downloaded sha2 v0.10.8 |
306 | 2024-07-30T18:48:59.247Z | Downloaded scroll v0.12.0 |
307 | 2024-07-30T18:48:59.252Z | Downloaded semver v1.0.23 |
308 | 2024-07-30T18:48:59.252Z | Downloaded proc-macro-error v1.0.4 |
309 | 2024-07-30T18:48:59.255Z | Downloaded once_cell v1.19.0 |
310 | 2024-07-30T18:48:59.260Z | Downloaded version_check v0.9.4 |
311 | 2024-07-30T18:48:59.263Z | Downloaded proc-macro-error-attr v1.0.4 |
312 | 2024-07-30T18:48:59.263Z | Downloaded memmap v0.7.0 |
313 | 2024-07-30T18:48:59.266Z | Downloaded toml_datetime v0.6.6 |
314 | 2024-07-30T18:48:59.267Z | Downloaded strsim v0.11.1 |
315 | 2024-07-30T18:48:59.270Z | Downloaded usdt v0.5.0 |
316 | 2024-07-30T18:48:59.273Z | Downloaded camino v1.1.7 |
317 | 2024-07-30T18:48:59.277Z | Downloaded thread-id v4.2.1 |
318 | 2024-07-30T18:48:59.280Z | Downloaded thiserror v1.0.63 |
319 | 2024-07-30T18:48:59.283Z | Downloaded ucd-trie v0.1.6 |
320 | 2024-07-30T18:48:59.286Z | Downloaded anyhow v1.0.86 |
321 | 2024-07-30T18:48:59.289Z | Downloaded toml v0.8.15 |
322 | 2024-07-30T18:48:59.291Z | Downloaded serde_derive v1.0.204 |
323 | 2024-07-30T18:48:59.294Z | Downloaded proc-macro2 v1.0.86 |
324 | 2024-07-30T18:48:59.297Z | Downloaded log v0.4.21 |
325 | 2024-07-30T18:48:59.299Z | Downloaded serde_tokenstream v0.2.1 |
326 | 2024-07-30T18:48:59.302Z | Downloaded quote v1.0.36 |
327 | 2024-07-30T18:48:59.306Z | Downloaded pest_derive v2.7.10 |
328 | 2024-07-30T18:48:59.306Z | Downloaded zerocopy-derive v0.7.34 |
329 | 2024-07-30T18:48:59.319Z | Downloaded clap v4.5.9 |
330 | 2024-07-30T18:48:59.327Z | Downloaded bitflags v2.6.0 |
331 | 2024-07-30T18:48:59.330Z | Downloaded typenum v1.17.0 |
332 | 2024-07-30T18:48:59.333Z | Downloaded unicode-ident v1.0.12 |
333 | 2024-07-30T18:48:59.335Z | Downloaded plain v0.2.3 |
334 | 2024-07-30T18:48:59.338Z | Downloaded pest_meta v2.7.10 |
335 | 2024-07-30T18:48:59.338Z | Downloaded papergrid v0.11.0 |
336 | 2024-07-30T18:48:59.342Z | Downloaded ryu v1.0.18 |
337 | 2024-07-30T18:48:59.354Z | Downloaded indexmap v2.2.6 |
338 | 2024-07-30T18:48:59.358Z | Downloaded serde v1.0.204 |
339 | 2024-07-30T18:48:59.364Z | Downloaded memchr v2.7.2 |
340 | 2024-07-30T18:48:59.369Z | Downloaded toml_edit v0.22.16 |
341 | 2024-07-30T18:48:59.390Z | Downloaded pest v2.7.10 |
342 | 2024-07-30T18:48:59.399Z | Downloaded hashbrown v0.14.5 |
343 | 2024-07-30T18:48:59.415Z | Downloaded winnow v0.6.8 |
344 | 2024-07-30T18:48:59.424Z | Downloaded serde_json v1.0.120 |
345 | 2024-07-30T18:48:59.430Z | Downloaded zerocopy v0.7.34 |
346 | 2024-07-30T18:48:59.446Z | Downloaded tabled v0.15.0 |
347 | 2024-07-30T18:48:59.460Z | Downloaded goblin v0.8.2 |
348 | 2024-07-30T18:48:59.466Z | Downloaded clap_builder v4.5.9 |
349 | 2024-07-30T18:48:59.472Z | Downloaded syn v1.0.109 |
350 | 2024-07-30T18:48:59.482Z | Downloaded syn v2.0.72 |
351 | 2024-07-30T18:48:59.492Z | Downloaded rustix v0.38.34 |
352 | 2024-07-30T18:48:59.514Z | Downloaded unicode-width v0.1.13 |
353 | 2024-07-30T18:48:59.530Z | Downloaded libc v0.2.155 |
354 | 2024-07-30T18:48:59.814Z | Compiling proc-macro2 v1.0.86 |
355 | 2024-07-30T18:48:59.815Z | Compiling unicode-ident v1.0.12 |
356 | 2024-07-30T18:48:59.818Z | Compiling version_check v0.9.4 |
357 | 2024-07-30T18:48:59.818Z | Compiling serde v1.0.204 |
358 | 2024-07-30T18:48:59.818Z | Compiling thiserror v1.0.63 |
359 | 2024-07-30T18:48:59.818Z | Compiling libc v0.2.155 |
360 | 2024-07-30T18:48:59.818Z | Compiling itoa v1.0.11 |
361 | 2024-07-30T18:48:59.846Z | Compiling ryu v1.0.18 |
362 | 2024-07-30T18:49:00.073Z | Compiling ucd-trie v0.1.6 |
363 | 2024-07-30T18:49:00.115Z | Compiling memchr v2.7.2 |
364 | 2024-07-30T18:49:00.210Z | Compiling once_cell v1.19.0 |
365 | 2024-07-30T18:49:00.621Z | Compiling byteorder v1.5.0 |
366 | 2024-07-30T18:49:00.932Z | Compiling serde_json v1.0.120 |
367 | 2024-07-30T18:49:02.013Z | Compiling proc-macro-error-attr v1.0.4 |
368 | 2024-07-30T18:49:02.016Z | Compiling usdt-impl v0.5.0 |
369 | 2024-07-30T18:49:02.033Z | Compiling rustix v0.38.34 |
370 | 2024-07-30T18:49:02.036Z | Compiling syn v1.0.109 |
371 | 2024-07-30T18:49:02.125Z | Compiling proc-macro-error v1.0.4 |
372 | 2024-07-30T18:49:02.325Z | Compiling plain v0.2.3 |
373 | 2024-07-30T18:49:02.377Z | Compiling hashbrown v0.14.5 |
374 | 2024-07-30T18:49:02.423Z | Compiling utf8parse v0.2.1 |
375 | 2024-07-30T18:49:02.476Z | Compiling log v0.4.21 |
376 | 2024-07-30T18:49:02.579Z | Compiling bitflags v2.6.0 |
377 | 2024-07-30T18:49:02.770Z | Compiling thread-id v4.2.1 |
378 | 2024-07-30T18:49:02.799Z | Compiling equivalent v1.0.1 |
379 | 2024-07-30T18:49:02.843Z | Compiling anstyle-parse v0.2.4 |
380 | 2024-07-30T18:49:02.875Z | Compiling quote v1.0.36 |
381 | 2024-07-30T18:49:02.983Z | Compiling autocfg v1.3.0 |
382 | 2024-07-30T18:49:03.048Z | Compiling anstyle-query v1.0.3 |
383 | 2024-07-30T18:49:03.163Z | Compiling semver v1.0.23 |
384 | 2024-07-30T18:49:03.186Z | Compiling is_terminal_polyfill v1.70.0 |
385 | 2024-07-30T18:49:03.217Z | Compiling errno v0.3.9 |
386 | 2024-07-30T18:49:03.309Z | Compiling syn v2.0.72 |
387 | 2024-07-30T18:49:03.579Z | Compiling winnow v0.6.8 |
388 | 2024-07-30T18:49:03.650Z | Compiling indexmap v2.2.6 |
389 | 2024-07-30T18:49:03.736Z | Compiling camino v1.1.7 |
390 | 2024-07-30T18:49:03.923Z | Compiling pretty-hex v0.4.1 |
391 | 2024-07-30T18:49:04.157Z | Compiling colorchoice v1.0.1 |
392 | 2024-07-30T18:49:04.328Z | Compiling anstyle v1.0.7 |
393 | 2024-07-30T18:49:04.446Z | Compiling fs-err v2.11.0 |
394 | 2024-07-30T18:49:04.677Z | Compiling terminal_size v0.3.0 |
395 | 2024-07-30T18:49:04.802Z | Compiling anstream v0.6.14 |
396 | 2024-07-30T18:49:04.967Z | Compiling fnv v1.0.7 |
397 | 2024-07-30T18:49:04.989Z | Compiling heck v0.4.1 |
398 | 2024-07-30T18:49:05.028Z | Compiling unicode-width v0.1.13 |
399 | 2024-07-30T18:49:05.051Z | Compiling heck v0.5.0 |
400 | 2024-07-30T18:49:05.093Z | Compiling anyhow v1.0.86 |
401 | 2024-07-30T18:49:05.271Z | Compiling clap_lex v0.7.0 |
402 | 2024-07-30T18:49:05.469Z | Compiling strsim v0.11.1 |
403 | 2024-07-30T18:49:05.538Z | Compiling bytecount v0.6.8 |
404 | 2024-07-30T18:49:05.695Z | Compiling papergrid v0.11.0 |
405 | 2024-07-30T18:49:05.753Z | Compiling clap_builder v4.5.9 |
406 | 2024-07-30T18:49:05.777Z | Compiling memmap v0.7.0 |
407 | 2024-07-30T18:49:06.780Z | Compiling swrite v0.1.0 |
408 | 2024-07-30T18:49:08.644Z | Compiling tabled_derive v0.7.0 |
409 | 2024-07-30T18:49:10.457Z | Compiling tabled v0.15.0 |
410 | 2024-07-30T18:49:12.202Z | Compiling serde_derive v1.0.204 |
411 | 2024-07-30T18:49:12.202Z | Compiling thiserror-impl v1.0.63 |
412 | 2024-07-30T18:49:12.205Z | Compiling zerocopy-derive v0.7.34 |
413 | 2024-07-30T18:49:12.206Z | Compiling scroll_derive v0.12.0 |
414 | 2024-07-30T18:49:12.206Z | Compiling clap_derive v4.5.8 |
415 | 2024-07-30T18:49:14.075Z | Compiling scroll v0.12.0 |
416 | 2024-07-30T18:49:14.100Z | Compiling zerocopy v0.7.34 |
417 | 2024-07-30T18:49:14.609Z | Compiling goblin v0.8.2 |
418 | 2024-07-30T18:49:14.842Z | Compiling pest v2.7.10 |
419 | 2024-07-30T18:49:16.297Z | Compiling clap v4.5.9 |
420 | 2024-07-30T18:49:16.913Z | Compiling pest_meta v2.7.10 |
421 | 2024-07-30T18:49:17.746Z | Compiling pest_generator v2.7.10 |
422 | 2024-07-30T18:49:19.540Z | Compiling pest_derive v2.7.10 |
423 | 2024-07-30T18:49:20.230Z | Compiling dtrace-parser v0.2.0 |
424 | 2024-07-30T18:49:22.484Z | Compiling serde_tokenstream v0.2.1 |
425 | 2024-07-30T18:49:22.581Z | Compiling serde_spanned v0.6.6 |
426 | 2024-07-30T18:49:22.584Z | Compiling toml_datetime v0.6.6 |
427 | 2024-07-30T18:49:22.759Z | Compiling cargo-platform v0.1.8 |
428 | 2024-07-30T18:49:22.937Z | Compiling toml_edit v0.22.16 |
429 | 2024-07-30T18:49:23.007Z | Compiling macaddr v1.0.1 |
430 | 2024-07-30T18:49:23.882Z | Compiling dof v0.3.0 |
431 | 2024-07-30T18:49:24.051Z | Compiling cargo_metadata v0.18.1 |
432 | 2024-07-30T18:49:25.616Z | Compiling toml v0.8.15 |
433 | 2024-07-30T18:49:25.720Z | Compiling usdt-macro v0.5.0 |
434 | 2024-07-30T18:49:25.720Z | Compiling usdt-attr-macro v0.5.0 |
435 | 2024-07-30T18:49:26.468Z | Compiling cargo_toml v0.20.4 |
436 | 2024-07-30T18:49:27.197Z | Compiling usdt v0.5.0 |
437 | 2024-07-30T18:49:30.097Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
438 | 2024-07-30T18:49:34.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.38s |
439 | 2024-07-30T18:49:34.635Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
440 | 2024-07-30T18:49:35.144Z | Downloading crates ... |
441 | 2024-07-30T18:49:35.254Z | Downloaded async-stream-impl v0.3.5 |
442 | 2024-07-30T18:49:35.258Z | Downloaded addr2line v0.21.0 |
443 | 2024-07-30T18:49:35.262Z | Downloaded bitstruct v0.1.1 |
444 | 2024-07-30T18:49:35.266Z | Downloaded atomicwrites v0.4.3 |
445 | 2024-07-30T18:49:35.267Z | Downloaded cfg_aliases v0.1.1 |
446 | 2024-07-30T18:49:35.267Z | Downloaded darling_macro v0.20.9 |
447 | 2024-07-30T18:49:35.272Z | Downloaded cstr-argument v0.1.2 |
448 | 2024-07-30T18:49:35.272Z | Downloaded crucible-workspace-hack v0.1.0 |
449 | 2024-07-30T18:49:35.275Z | Downloaded bitstruct_derive v0.1.0 |
450 | 2024-07-30T18:49:35.275Z | Downloaded atty v0.2.14 |
451 | 2024-07-30T18:49:35.279Z | Downloaded aead v0.5.2 |
452 | 2024-07-30T18:49:35.304Z | Downloaded array-init v0.0.4 |
453 | 2024-07-30T18:49:35.305Z | Downloaded impl-trait-for-tuples v0.2.2 |
454 | 2024-07-30T18:49:35.305Z | Downloaded indoc v1.0.9 |
455 | 2024-07-30T18:49:35.305Z | Downloaded buf-list v1.0.3 |
456 | 2024-07-30T18:49:35.305Z | Downloaded crossbeam-deque v0.8.5 |
457 | 2024-07-30T18:49:35.335Z | Downloaded ciborium-ll v0.2.2 |
458 | 2024-07-30T18:49:35.335Z | Downloaded indexmap v1.9.3 |
459 | 2024-07-30T18:49:35.335Z | Downloaded bit-vec v0.6.3 |
460 | 2024-07-30T18:49:35.335Z | Downloaded match_cfg v0.1.0 |
461 | 2024-07-30T18:49:35.335Z | Downloaded normalize-line-endings v0.3.0 |
462 | 2024-07-30T18:49:35.335Z | Downloaded cassowary v0.3.0 |
463 | 2024-07-30T18:49:35.335Z | Downloaded number_prefix v0.4.0 |
464 | 2024-07-30T18:49:35.335Z | Downloaded block-padding v0.3.3 |
465 | 2024-07-30T18:49:35.335Z | Downloaded bitfield-struct v0.6.1 |
466 | 2024-07-30T18:49:35.336Z | Downloaded newtype_derive v0.1.6 |
467 | 2024-07-30T18:49:35.336Z | Downloaded num-conv v0.1.0 |
468 | 2024-07-30T18:49:35.336Z | Downloaded backoff v0.4.0 |
469 | 2024-07-30T18:49:35.336Z | Downloaded constant_time_eq v0.3.0 |
470 | 2024-07-30T18:49:35.336Z | Downloaded newline-converter v0.3.0 |
471 | 2024-07-30T18:49:35.336Z | Downloaded is-terminal v0.4.12 |
472 | 2024-07-30T18:49:35.336Z | Downloaded camino-tempfile v1.1.1 |
473 | 2024-07-30T18:49:35.336Z | Downloaded nodrop v0.1.14 |
474 | 2024-07-30T18:49:35.336Z | Downloaded openssl-macros v0.1.1 |
475 | 2024-07-30T18:49:35.336Z | Downloaded oso-derive v0.27.3 |
476 | 2024-07-30T18:49:35.336Z | Downloaded argon2 v0.5.3 |
477 | 2024-07-30T18:49:35.336Z | Downloaded linked-hash-map v0.5.6 |
478 | 2024-07-30T18:49:35.336Z | Downloaded crunchy v0.2.2 |
479 | 2024-07-30T18:49:38.374Z | Downloaded ciborium-io v0.2.2 |
480 | 2024-07-30T18:49:38.374Z | Downloaded num_cpus v1.16.0 |
481 | 2024-07-30T18:49:38.374Z | Downloaded memoffset v0.9.1 |
482 | 2024-07-30T18:49:38.374Z | Downloaded num_enum_derive v0.5.11 |
483 | 2024-07-30T18:49:38.374Z | Downloaded num v0.4.3 |
484 | 2024-07-30T18:49:38.374Z | Downloaded nanorand v0.7.0 |
485 | 2024-07-30T18:49:38.374Z | Downloaded debug-ignore v1.0.5 |
486 | 2024-07-30T18:49:38.374Z | Downloaded libefi-sys v0.1.0 |
487 | 2024-07-30T18:49:38.374Z | Downloaded num-integer v0.1.46 |
488 | 2024-07-30T18:49:38.374Z | Downloaded cookie_store v0.20.0 |
489 | 2024-07-30T18:49:38.374Z | Downloaded ciborium v0.2.2 |
490 | 2024-07-30T18:49:38.374Z | Downloaded mockall v0.12.1 |
491 | 2024-07-30T18:49:38.382Z | Downloaded signal-hook-tokio v0.3.1 |
492 | 2024-07-30T18:49:38.382Z | Downloaded parse-display-derive v0.9.1 |
493 | 2024-07-30T18:49:38.382Z | Downloaded cookie v0.17.0 |
494 | 2024-07-30T18:49:38.382Z | Downloaded console v0.15.8 |
495 | 2024-07-30T18:49:38.382Z | Downloaded packed_struct v0.10.1 |
496 | 2024-07-30T18:49:38.382Z | Downloaded is_ci v1.2.0 |
497 | 2024-07-30T18:49:38.382Z | Downloaded darling v0.20.9 |
498 | 2024-07-30T18:49:38.382Z | Downloaded csv-core v0.1.11 |
499 | 2024-07-30T18:49:38.382Z | Downloaded num_threads v0.1.7 |
500 | 2024-07-30T18:49:38.382Z | Downloaded bitflags v1.3.2 |
501 | 2024-07-30T18:49:38.382Z | Downloaded crc-catalog v2.4.0 |
502 | 2024-07-30T18:49:38.382Z | Downloaded native-tls v0.2.11 |
503 | 2024-07-30T18:49:38.382Z | Downloaded managed v0.8.0 |
504 | 2024-07-30T18:49:38.382Z | Downloaded kstat-rs v0.2.4 |
505 | 2024-07-30T18:49:38.382Z | Downloaded cipher v0.4.4 |
506 | 2024-07-30T18:49:38.382Z | Downloaded shell-words v1.1.0 |
507 | 2024-07-30T18:49:38.382Z | Downloaded new_debug_unreachable v1.0.6 |
508 | 2024-07-30T18:49:38.382Z | Downloaded data-encoding v2.6.0 |
509 | 2024-07-30T18:49:38.382Z | Downloaded convert_case v0.4.0 |
510 | 2024-07-30T18:49:38.382Z | Downloaded opaque-debug v0.3.1 |
511 | 2024-07-30T18:49:38.382Z | Downloaded chacha20 v0.9.1 |
512 | 2024-07-30T18:49:38.382Z | Downloaded tinyvec_macros v0.1.1 |
513 | 2024-07-30T18:49:38.382Z | Downloaded sync_wrapper v0.1.2 |
514 | 2024-07-30T18:49:38.382Z | Downloaded parse-size v1.0.0 |
515 | 2024-07-30T18:49:38.383Z | Downloaded openssl-probe v0.1.5 |
516 | 2024-07-30T18:49:38.383Z | Downloaded clang-sys v1.7.0 |
517 | 2024-07-30T18:49:38.383Z | Downloaded parking_lot_core v0.8.6 |
518 | 2024-07-30T18:49:38.383Z | Downloaded password-hash v0.5.0 |
519 | 2024-07-30T18:49:38.383Z | Downloaded want v0.3.1 |
520 | 2024-07-30T18:49:38.383Z | Downloaded num-iter v0.1.45 |
521 | 2024-07-30T18:49:38.383Z | Downloaded libsw v3.3.1 |
522 | 2024-07-30T18:49:38.383Z | Downloaded lazycell v1.3.0 |
523 | 2024-07-30T18:49:38.383Z | Downloaded parse-display v0.9.1 |
524 | 2024-07-30T18:49:38.383Z | Downloaded smallvec v0.6.14 |
525 | 2024-07-30T18:49:38.383Z | Downloaded maplit v1.0.2 |
526 | 2024-07-30T18:49:38.383Z | Downloaded crossbeam-utils v0.8.19 |
527 | 2024-07-30T18:49:38.383Z | Downloaded hubpack_derive v0.1.1 |
528 | 2024-07-30T18:49:38.383Z | Downloaded foreign-types-shared v0.1.1 |
529 | 2024-07-30T18:49:38.383Z | Downloaded mime_guess v2.0.4 |
530 | 2024-07-30T18:49:38.383Z | Downloaded base64ct v1.6.0 |
531 | 2024-07-30T18:49:38.383Z | Downloaded num_enum v0.5.11 |
532 | 2024-07-30T18:49:38.383Z | Downloaded num-derive v0.4.2 |
533 | 2024-07-30T18:49:38.383Z | Downloaded strum_macros v0.25.3 |
534 | 2024-07-30T18:49:38.383Z | Downloaded num-traits v0.2.19 |
535 | 2024-07-30T18:49:38.383Z | Downloaded miniz_oxide v0.7.2 |
536 | 2024-07-30T18:49:38.383Z | Downloaded thiserror-no-std v2.0.2 |
537 | 2024-07-30T18:49:38.383Z | Downloaded lru-cache v0.1.2 |
538 | 2024-07-30T18:49:38.383Z | Downloaded tls_codec_derive v0.4.1 |
539 | 2024-07-30T18:49:38.383Z | Downloaded md-5 v0.10.6 |
540 | 2024-07-30T18:49:38.383Z | Downloaded allocator-api2 v0.2.18 |
541 | 2024-07-30T18:49:38.383Z | Downloaded paste v1.0.15 |
542 | 2024-07-30T18:49:38.383Z | Downloaded precomputed-hash v0.1.1 |
543 | 2024-07-30T18:49:38.383Z | Downloaded foreign-types-shared v0.3.1 |
544 | 2024-07-30T18:49:38.383Z | Downloaded base64 v0.22.1 |
545 | 2024-07-30T18:49:38.383Z | Downloaded omicron-zone-package v0.11.0 |
546 | 2024-07-30T18:49:38.383Z | Downloaded which v4.4.2 |
547 | 2024-07-30T18:49:38.383Z | Downloaded slog-term v2.9.1 |
548 | 2024-07-30T18:49:38.383Z | Downloaded toolchain_find v0.4.0 |
549 | 2024-07-30T18:49:38.383Z | Downloaded derive_builder_macro v0.20.0 |
550 | 2024-07-30T18:49:38.383Z | Downloaded uzers v0.11.3 |
551 | 2024-07-30T18:49:38.384Z | Downloaded fastrand v2.1.0 |
552 | 2024-07-30T18:49:38.384Z | Downloaded fallible-iterator v0.2.0 |
553 | 2024-07-30T18:49:38.384Z | Downloaded percent-encoding v2.3.1 |
554 | 2024-07-30T18:49:38.384Z | Downloaded pem v3.0.4 |
555 | 2024-07-30T18:49:38.384Z | Downloaded hash32 v0.3.1 |
556 | 2024-07-30T18:49:38.384Z | Downloaded heck v0.3.3 |
557 | 2024-07-30T18:49:38.384Z | Downloaded gethostname v0.4.3 |
558 | 2024-07-30T18:49:38.384Z | Downloaded cookie v0.18.1 |
559 | 2024-07-30T18:49:38.384Z | Downloaded phf v0.11.2 |
560 | 2024-07-30T18:49:38.384Z | Downloaded httpdate v1.0.3 |
561 | 2024-07-30T18:49:38.384Z | Downloaded num-rational v0.4.2 |
562 | 2024-07-30T18:49:38.384Z | Downloaded tiny-keccak v2.0.2 |
563 | 2024-07-30T18:49:38.384Z | Downloaded num-complex v0.4.6 |
564 | 2024-07-30T18:49:38.384Z | Downloaded tls_codec v0.4.1 |
565 | 2024-07-30T18:49:38.384Z | Downloaded const-oid v0.9.6 |
566 | 2024-07-30T18:49:38.384Z | Downloaded unicode-linebreak v0.1.5 |
567 | 2024-07-30T18:49:38.384Z | Downloaded packed_struct_codegen v0.10.1 |
568 | 2024-07-30T18:49:38.384Z | Downloaded rustc-hash v1.1.0 |
569 | 2024-07-30T18:49:38.384Z | Downloaded serde_path_to_error v0.1.16 |
570 | 2024-07-30T18:49:38.384Z | Downloaded crypto-bigint v0.5.5 |
571 | 2024-07-30T18:49:38.384Z | Downloaded chacha20poly1305 v0.10.1 |
572 | 2024-07-30T18:49:38.384Z | Downloaded serde_repr v0.1.19 |
573 | 2024-07-30T18:49:38.384Z | Downloaded string_cache v0.8.7 |
574 | 2024-07-30T18:49:38.384Z | Downloaded term v0.7.0 |
575 | 2024-07-30T18:49:38.384Z | Downloaded tempfile v3.10.1 |
576 | 2024-07-30T18:49:38.384Z | Downloaded topological-sort v0.2.2 |
577 | 2024-07-30T18:49:38.384Z | Downloaded smf v0.2.3 |
578 | 2024-07-30T18:49:38.384Z | Downloaded serde_urlencoded v0.7.1 |
579 | 2024-07-30T18:49:38.384Z | Downloaded zeroize v1.7.0 |
580 | 2024-07-30T18:49:38.384Z | Downloaded wait-timeout v0.2.0 |
581 | 2024-07-30T18:49:38.384Z | Downloaded serde-big-array v0.5.1 |
582 | 2024-07-30T18:49:38.384Z | Downloaded universal-hash v0.5.1 |
583 | 2024-07-30T18:49:38.384Z | Downloaded darling_core v0.20.9 |
584 | 2024-07-30T18:49:38.384Z | Downloaded supports-color v3.0.0 |
585 | 2024-07-30T18:49:38.384Z | Downloaded bytes v1.6.0 |
586 | 2024-07-30T18:49:38.384Z | Downloaded hubpack v0.1.2 |
587 | 2024-07-30T18:49:38.384Z | Downloaded flagset v0.4.5 |
588 | 2024-07-30T18:49:38.384Z | Downloaded rustc-demangle v0.1.24 |
589 | 2024-07-30T18:49:38.384Z | Downloaded ena v0.14.3 |
590 | 2024-07-30T18:49:38.384Z | Downloaded pin-utils v0.1.0 |
591 | 2024-07-30T18:49:38.423Z | Downloaded foreign-types-macros v0.2.3 |
592 | 2024-07-30T18:49:38.423Z | Downloaded parking_lot_core v0.9.10 |
593 | 2024-07-30T18:49:38.423Z | Downloaded diff v0.1.13 |
594 | 2024-07-30T18:49:38.423Z | Downloaded parking_lot v0.12.2 |
595 | 2024-07-30T18:49:38.424Z | Downloaded ppv-lite86 v0.2.17 |
596 | 2024-07-30T18:49:38.424Z | Downloaded humantime v2.1.0 |
597 | 2024-07-30T18:49:38.424Z | Downloaded strum_macros v0.26.4 |
598 | 2024-07-30T18:49:38.424Z | Downloaded tokio-native-tls v0.3.1 |
599 | 2024-07-30T18:49:38.424Z | Downloaded serde_derive_internals v0.29.1 |
600 | 2024-07-30T18:49:38.424Z | Downloaded rpassword v7.3.1 |
601 | 2024-07-30T18:49:38.424Z | Downloaded ident_case v1.0.1 |
602 | 2024-07-30T18:49:38.424Z | Downloaded uuid v1.10.0 |
603 | 2024-07-30T18:49:38.424Z | Downloaded portpicker v0.1.1 |
604 | 2024-07-30T18:49:38.424Z | Downloaded slog-stdlog v4.1.1 |
605 | 2024-07-30T18:49:38.424Z | Downloaded unarray v0.1.4 |
606 | 2024-07-30T18:49:38.424Z | Downloaded float-ord v0.3.2 |
607 | 2024-07-30T18:49:38.424Z | Downloaded radium v0.7.0 |
608 | 2024-07-30T18:49:38.424Z | Downloaded smawk v0.3.2 |
609 | 2024-07-30T18:49:38.424Z | Downloaded same-file v1.0.6 |
610 | 2024-07-30T18:49:38.424Z | Downloaded deranged v0.3.11 |
611 | 2024-07-30T18:49:38.424Z | Downloaded thiserror-impl-no-std v2.0.2 |
612 | 2024-07-30T18:49:38.424Z | Downloaded sha1 v0.10.6 |
613 | 2024-07-30T18:49:38.425Z | Downloaded compact_str v0.7.1 |
614 | 2024-07-30T18:49:38.425Z | Downloaded serde-hex v0.1.0 |
615 | 2024-07-30T18:49:38.425Z | Downloaded untrusted v0.7.1 |
616 | 2024-07-30T18:49:38.425Z | Downloaded tower-service v0.3.2 |
617 | 2024-07-30T18:49:38.425Z | Downloaded embedded-io v0.4.0 |
618 | 2024-07-30T18:49:38.425Z | Downloaded stable_deref_trait v1.2.0 |
619 | 2024-07-30T18:49:38.425Z | Downloaded fatfs v0.3.6 |
620 | 2024-07-30T18:49:38.425Z | Downloaded unicase v2.7.0 |
621 | 2024-07-30T18:49:38.425Z | Downloaded getrandom v0.2.14 |
622 | 2024-07-30T18:49:38.425Z | Downloaded diesel_table_macro_syntax v0.1.0 |
623 | 2024-07-30T18:49:38.425Z | Downloaded pin-project-internal v1.1.5 |
624 | 2024-07-30T18:49:38.425Z | Downloaded glob v0.3.1 |
625 | 2024-07-30T18:49:38.425Z | Downloaded float-cmp v0.9.0 |
626 | 2024-07-30T18:49:38.425Z | Downloaded socket2 v0.5.7 |
627 | 2024-07-30T18:49:38.425Z | Downloaded openssl-sys v0.9.103 |
628 | 2024-07-30T18:49:38.425Z | Downloaded downcast v0.11.0 |
629 | 2024-07-30T18:49:38.425Z | Downloaded display-error-chain v0.2.0 |
630 | 2024-07-30T18:49:38.425Z | Downloaded rustls-pemfile v2.1.2 |
631 | 2024-07-30T18:49:38.426Z | Downloaded hyper-tls v0.5.0 |
632 | 2024-07-30T18:49:38.426Z | Downloaded hyper-staticfile v0.9.5 |
633 | 2024-07-30T18:49:38.426Z | Downloaded toml v0.7.8 |
634 | 2024-07-30T18:49:38.426Z | Downloaded toml v0.5.11 |
635 | 2024-07-30T18:49:38.426Z | Downloaded slog-scope v4.4.0 |
636 | 2024-07-30T18:49:38.426Z | Downloaded predicates v3.1.0 |
637 | 2024-07-30T18:49:38.426Z | Downloaded powerfmt v0.2.0 |
638 | 2024-07-30T18:49:38.426Z | Downloaded rustls-pemfile v1.0.4 |
639 | 2024-07-30T18:49:38.426Z | Downloaded secrecy v0.8.0 |
640 | 2024-07-30T18:49:38.426Z | Downloaded rusty-fork v0.3.0 |
641 | 2024-07-30T18:49:38.426Z | Downloaded subprocess v0.2.9 |
642 | 2024-07-30T18:49:38.426Z | Downloaded tracing-attributes v0.1.27 |
643 | 2024-07-30T18:49:38.426Z | Downloaded serde_with_macros v3.8.3 |
644 | 2024-07-30T18:49:38.426Z | Downloaded tokio-tungstenite v0.20.1 |
645 | 2024-07-30T18:49:38.426Z | Downloaded structmeta-derive v0.3.0 |
646 | 2024-07-30T18:49:38.426Z | Downloaded untrusted v0.9.0 |
647 | 2024-07-30T18:49:38.426Z | Downloaded sqlparser_derive v0.2.2 |
648 | 2024-07-30T18:49:38.426Z | Downloaded env_logger v0.9.3 |
649 | 2024-07-30T18:49:38.426Z | Downloaded structmeta-derive v0.2.0 |
650 | 2024-07-30T18:49:38.426Z | Downloaded derive-where v1.2.7 |
651 | 2024-07-30T18:49:38.426Z | Downloaded trust-dns-server v0.22.1 |
652 | 2024-07-30T18:49:38.426Z | Downloaded pin-project-lite v0.2.14 |
653 | 2024-07-30T18:49:38.426Z | Downloaded hash32 v0.2.1 |
654 | 2024-07-30T18:49:38.426Z | Downloaded pkg-config v0.3.30 |
655 | 2024-07-30T18:49:38.427Z | Downloaded dirs-sys-next v0.1.2 |
656 | 2024-07-30T18:49:38.427Z | Downloaded rustfmt-wrapper v0.2.1 |
657 | 2024-07-30T18:49:38.427Z | Downloaded rustc_version v0.4.0 |
658 | 2024-07-30T18:49:38.427Z | Downloaded http-range v0.1.5 |
659 | 2024-07-30T18:49:38.427Z | Downloaded unicode-xid v0.2.4 |
660 | 2024-07-30T18:49:38.427Z | Downloaded tap v1.0.1 |
661 | 2024-07-30T18:49:38.427Z | Downloaded stability v0.2.0 |
662 | 2024-07-30T18:49:38.427Z | Downloaded rand_core v0.6.4 |
663 | 2024-07-30T18:49:38.427Z | Downloaded peg v0.8.4 |
664 | 2024-07-30T18:49:38.427Z | Downloaded fxhash v0.2.1 |
665 | 2024-07-30T18:49:38.427Z | Downloaded zone_cfg_derive v0.1.2 |
666 | 2024-07-30T18:49:38.427Z | Downloaded rand_chacha v0.3.1 |
667 | 2024-07-30T18:49:38.427Z | Downloaded postgres-types v0.2.7 |
668 | 2024-07-30T18:49:38.427Z | Downloaded postgres-protocol v0.6.7 |
669 | 2024-07-30T18:49:38.427Z | Downloaded http-body v0.4.6 |
670 | 2024-07-30T18:49:38.427Z | Downloaded phf_shared v0.10.0 |
671 | 2024-07-30T18:49:38.427Z | Downloaded schemars_derive v0.8.21 |
672 | 2024-07-30T18:49:38.427Z | Downloaded vte v0.11.1 |
673 | 2024-07-30T18:49:38.427Z | Downloaded heapless v0.8.0 |
674 | 2024-07-30T18:49:38.427Z | Downloaded trust-dns-resolver v0.22.0 |
675 | 2024-07-30T18:49:38.427Z | Downloaded heapless v0.7.17 |
676 | 2024-07-30T18:49:38.427Z | Downloaded slog-json v2.6.1 |
677 | 2024-07-30T18:49:38.427Z | Downloaded endian-type v0.1.2 |
678 | 2024-07-30T18:49:38.427Z | Downloaded zerocopy v0.6.6 |
679 | 2024-07-30T18:49:38.428Z | Downloaded rcgen v0.12.1 |
680 | 2024-07-30T18:49:38.428Z | Downloaded publicsuffix v2.2.3 |
681 | 2024-07-30T18:49:38.428Z | Downloaded rayon-core v1.12.1 |
682 | 2024-07-30T18:49:38.428Z | Downloaded predicates-tree v1.0.9 |
683 | 2024-07-30T18:49:38.428Z | Downloaded strum v0.26.3 |
684 | 2024-07-30T18:49:38.428Z | Downloaded expectorate v1.1.0 |
685 | 2024-07-30T18:49:38.428Z | Downloaded snafu v0.8.2 |
686 | 2024-07-30T18:49:38.428Z | Downloaded vte_generate_state_changes v0.1.1 |
687 | 2024-07-30T18:49:38.428Z | Downloaded derive_builder_core v0.20.0 |
688 | 2024-07-30T18:49:38.428Z | Downloaded postcard v1.0.8 |
689 | 2024-07-30T18:49:38.428Z | Downloaded samael v0.0.15 |
690 | 2024-07-30T18:49:38.428Z | Downloaded rustls-pki-types v1.7.0 |
691 | 2024-07-30T18:49:38.447Z | Downloaded zeroize_derive v1.4.2 |
692 | 2024-07-30T18:49:38.447Z | Downloaded semver v0.1.20 |
693 | 2024-07-30T18:49:38.447Z | Downloaded flate2 v1.0.30 |
694 | 2024-07-30T18:49:38.447Z | Downloaded der_derive v0.7.2 |
695 | 2024-07-30T18:49:38.447Z | Downloaded take_mut v0.2.2 |
696 | 2024-07-30T18:49:38.447Z | Downloaded flume v0.11.0 |
697 | 2024-07-30T18:49:38.447Z | Downloaded slab v0.4.9 |
698 | 2024-07-30T18:49:38.447Z | Downloaded phf_shared v0.11.2 |
699 | 2024-07-30T18:49:38.447Z | Downloaded hex v0.4.3 |
700 | 2024-07-30T18:49:38.447Z | Downloaded whoami v1.5.1 |
701 | 2024-07-30T18:49:38.447Z | Downloaded hyper-rustls v0.24.2 |
702 | 2024-07-30T18:49:38.447Z | Downloaded foreign-types v0.5.0 |
703 | 2024-07-30T18:49:38.448Z | Downloaded enum-as-inner v0.5.1 |
704 | 2024-07-30T18:49:38.448Z | Downloaded aho-corasick v1.1.3 |
705 | 2024-07-30T18:49:38.448Z | Downloaded foreign-types v0.3.2 |
706 | 2024-07-30T18:49:38.448Z | Downloaded time-core v0.1.2 |
707 | 2024-07-30T18:49:38.448Z | Downloaded home v0.5.9 |
708 | 2024-07-30T18:49:38.448Z | Downloaded fixedbitset v0.4.2 |
709 | 2024-07-30T18:49:38.448Z | Downloaded termcolor v1.4.1 |
710 | 2024-07-30T18:49:38.448Z | Downloaded wyz v0.5.1 |
711 | 2024-07-30T18:49:38.448Z | Downloaded signal-hook-mio v0.2.3 |
712 | 2024-07-30T18:49:38.448Z | Downloaded utf-8 v0.7.6 |
713 | 2024-07-30T18:49:38.448Z | Downloaded x509-cert v0.2.5 |
714 | 2024-07-30T18:49:38.448Z | Downloaded scheduled-thread-pool v0.2.7 |
715 | 2024-07-30T18:49:38.448Z | Downloaded group v0.13.0 |
716 | 2024-07-30T18:49:38.448Z | Downloaded diesel_derives v2.1.4 |
717 | 2024-07-30T18:49:38.448Z | Downloaded serde_yaml v0.9.34+deprecated |
718 | 2024-07-30T18:49:38.448Z | Downloaded hostname v0.3.1 |
719 | 2024-07-30T18:49:38.448Z | Downloaded unsafe-libyaml v0.2.11 |
720 | 2024-07-30T18:49:38.448Z | Downloaded path-slash v0.1.5 |
721 | 2024-07-30T18:49:38.448Z | Downloaded peg-runtime v0.8.3 |
722 | 2024-07-30T18:49:38.448Z | Downloaded headers-core v0.2.0 |
723 | 2024-07-30T18:49:38.448Z | Downloaded slog-async v2.8.0 |
724 | 2024-07-30T18:49:38.448Z | Downloaded strum_macros v0.24.3 |
725 | 2024-07-30T18:49:38.448Z | Downloaded tui-tree-widget v0.21.0 |
726 | 2024-07-30T18:49:38.448Z | Downloaded termtree v0.4.1 |
727 | 2024-07-30T18:49:38.451Z | Downloaded hostname v0.4.0 |
728 | 2024-07-30T18:49:38.451Z | Downloaded unicode-normalization v0.1.23 |
729 | 2024-07-30T18:49:38.451Z | Downloaded erased-serde v0.3.31 |
730 | 2024-07-30T18:49:38.451Z | Downloaded slog-dtrace v0.3.0 |
731 | 2024-07-30T18:49:38.452Z | Downloaded poly1305 v0.8.0 |
732 | 2024-07-30T18:49:38.452Z | Downloaded half v2.4.1 |
733 | 2024-07-30T18:49:38.452Z | Downloaded filetime v0.2.23 |
734 | 2024-07-30T18:49:38.452Z | Downloaded rustversion v1.0.17 |
735 | 2024-07-30T18:49:38.452Z | Downloaded futures-executor v0.3.30 |
736 | 2024-07-30T18:49:38.452Z | Downloaded futures-core v0.3.30 |
737 | 2024-07-30T18:49:38.452Z | Downloaded elliptic-curve v0.13.8 |
738 | 2024-07-30T18:49:38.452Z | Downloaded ref-cast v1.0.23 |
739 | 2024-07-30T18:49:38.452Z | Downloaded tar v0.4.41 |
740 | 2024-07-30T18:49:38.452Z | Downloaded resolv-conf v0.7.0 |
741 | 2024-07-30T18:49:38.452Z | Downloaded futures-task v0.3.30 |
742 | 2024-07-30T18:49:38.452Z | Downloaded termios v0.3.3 |
743 | 2024-07-30T18:49:38.452Z | Downloaded url v2.5.2 |
744 | 2024-07-30T18:49:38.452Z | Downloaded futures-sink v0.3.30 |
745 | 2024-07-30T18:49:38.452Z | Downloaded predicates-core v1.0.6 |
746 | 2024-07-30T18:49:38.452Z | Downloaded hashbrown v0.13.2 |
747 | 2024-07-30T18:49:38.452Z | Downloaded walkdir v2.5.0 |
748 | 2024-07-30T18:49:38.452Z | Downloaded futures-channel v0.3.30 |
749 | 2024-07-30T18:49:38.452Z | Downloaded fd-lock v4.0.2 |
750 | 2024-07-30T18:49:38.452Z | Downloaded signal-hook-registry v1.4.2 |
751 | 2024-07-30T18:49:38.452Z | Downloaded headers v0.3.9 |
752 | 2024-07-30T18:49:38.452Z | Downloaded slog-envlogger v2.2.0 |
753 | 2024-07-30T18:49:38.452Z | Downloaded tokio-tungstenite v0.21.0 |
754 | 2024-07-30T18:49:38.453Z | Downloaded ff v0.13.0 |
755 | 2024-07-30T18:49:38.453Z | Downloaded time-macros v0.2.18 |
756 | 2024-07-30T18:49:38.453Z | Downloaded signal-hook v0.3.17 |
757 | 2024-07-30T18:49:38.453Z | Downloaded prettyplease v0.2.20 |
758 | 2024-07-30T18:49:38.453Z | Downloaded nom v7.1.3 |
759 | 2024-07-30T18:49:38.453Z | Downloaded tabwriter v1.4.0 |
760 | 2024-07-30T18:49:38.453Z | Downloaded tokio-stream v0.1.15 |
761 | 2024-07-30T18:49:38.453Z | Downloaded peg-macros v0.8.4 |
762 | 2024-07-30T18:49:38.453Z | Downloaded slog v2.7.0 |
763 | 2024-07-30T18:49:38.453Z | Downloaded itertools v0.13.0 |
764 | 2024-07-30T18:49:38.453Z | Downloaded tungstenite v0.21.0 |
765 | 2024-07-30T18:49:38.453Z | Downloaded thread_local v1.1.8 |
766 | 2024-07-30T18:49:38.453Z | Downloaded futures v0.3.30 |
767 | 2024-07-30T18:49:38.453Z | Downloaded schemars v0.8.21 |
768 | 2024-07-30T18:49:38.453Z | Downloaded tokio-postgres v0.7.11 |
769 | 2024-07-30T18:49:38.453Z | Downloaded test-strategy v0.3.1 |
770 | 2024-07-30T18:49:38.453Z | Downloaded similar v2.5.0 |
771 | 2024-07-30T18:49:38.453Z | Downloaded tungstenite v0.20.1 |
772 | 2024-07-30T18:49:38.453Z | Downloaded trust-dns-client v0.22.0 |
773 | 2024-07-30T18:49:38.453Z | Downloaded http v1.1.0 |
774 | 2024-07-30T18:49:38.453Z | Downloaded blake3 v1.5.1 |
775 | 2024-07-30T18:49:38.453Z | Downloaded rand v0.8.5 |
776 | 2024-07-30T18:49:38.453Z | Downloaded tokio-util v0.7.11 |
777 | 2024-07-30T18:49:38.453Z | Downloaded serde_with v3.8.3 |
778 | 2024-07-30T18:49:38.453Z | Downloaded quick-xml v0.31.0 |
779 | 2024-07-30T18:49:38.454Z | Downloaded ron v0.8.1 |
780 | 2024-07-30T18:49:38.454Z | Downloaded bindgen v0.69.4 |
781 | 2024-07-30T18:49:38.454Z | Downloaded unicode-segmentation v1.11.0 |
782 | 2024-07-30T18:49:38.454Z | Downloaded tough v0.17.1 |
783 | 2024-07-30T18:49:38.454Z | Downloaded textwrap v0.16.1 |
784 | 2024-07-30T18:49:38.454Z | Downloaded typed-path v0.7.1 |
785 | 2024-07-30T18:49:38.454Z | Downloaded portable-atomic v1.6.0 |
786 | 2024-07-30T18:49:38.454Z | Downloaded hashbrown v0.12.3 |
787 | 2024-07-30T18:49:38.454Z | Downloaded rayon v1.10.0 |
788 | 2024-07-30T18:49:38.454Z | Downloaded bitvec v1.0.1 |
789 | 2024-07-30T18:49:38.454Z | Downloaded http v0.2.12 |
790 | 2024-07-30T18:49:38.454Z | Downloaded rustyline v14.0.0 |
791 | 2024-07-30T18:49:38.461Z | Downloaded h2 v0.3.26 |
792 | 2024-07-30T18:49:38.461Z | Downloaded lalrpop v0.19.12 |
793 | 2024-07-30T18:49:38.461Z | Downloaded proptest v1.4.0 |
794 | 2024-07-30T18:49:38.461Z | Downloaded rustls-webpki v0.101.7 |
795 | 2024-07-30T18:49:38.461Z | Downloaded hkdf v0.12.4 |
796 | 2024-07-30T18:49:38.461Z | Downloaded reedline v0.31.0 |
797 | 2024-07-30T18:49:38.461Z | Downloaded futures-util v0.3.30 |
798 | 2024-07-30T18:49:38.461Z | Downloaded reqwest v0.11.27 |
799 | 2024-07-30T18:49:38.461Z | Downloaded winnow v0.5.40 |
800 | 2024-07-30T18:49:38.461Z | Downloaded sqlparser v0.45.0 |
801 | 2024-07-30T18:49:38.461Z | Downloaded rustls-webpki v0.102.4 |
802 | 2024-07-30T18:49:38.461Z | Downloaded openssl v0.10.66 |
803 | 2024-07-30T18:49:38.461Z | Downloaded regex-syntax v0.6.29 |
804 | 2024-07-30T18:49:38.462Z | Downloaded nix v0.28.0 |
805 | 2024-07-30T18:49:38.462Z | Downloaded radix_trie v0.2.1 |
806 | 2024-07-30T18:49:38.462Z | Downloaded vcpkg v0.2.15 |
807 | 2024-07-30T18:49:38.462Z | Downloaded regex v1.10.5 |
808 | 2024-07-30T18:49:38.462Z | Downloaded idna v0.3.0 |
809 | 2024-07-30T18:49:38.462Z | Downloaded polar-core v0.27.3 |
810 | 2024-07-30T18:49:38.462Z | Downloaded idna v0.5.0 |
811 | 2024-07-30T18:49:38.462Z | Downloaded trust-dns-proto v0.22.0 |
812 | 2024-07-30T18:49:38.462Z | Downloaded regress v0.9.1 |
813 | 2024-07-30T18:49:38.462Z | Downloaded diesel v2.1.6 |
814 | 2024-07-30T18:49:38.462Z | Downloaded rustls v0.22.4 |
815 | 2024-07-30T18:49:38.462Z | Downloaded regex-syntax v0.8.3 |
816 | 2024-07-30T18:49:38.462Z | Downloaded smoltcp v0.11.0 |
817 | 2024-07-30T18:49:38.462Z | Downloaded bstr v1.9.1 |
818 | 2024-07-30T18:49:38.462Z | Downloaded sled v0.34.7 |
819 | 2024-07-30T18:49:38.462Z | Downloaded rustls v0.21.12 |
820 | 2024-07-30T18:49:38.462Z | Downloaded finl_unicode v1.2.0 |
821 | 2024-07-30T18:49:38.462Z | Downloaded ratatui v0.27.0 |
822 | 2024-07-30T18:49:38.462Z | Downloaded regex-automata v0.4.6 |
823 | 2024-07-30T18:49:38.462Z | Downloaded zerocopy-derive v0.6.6 |
824 | 2024-07-30T18:49:38.462Z | Downloaded petgraph v0.6.5 |
825 | 2024-07-30T18:49:38.463Z | Downloaded tokio v1.38.1 |
826 | 2024-07-30T18:49:38.463Z | Downloaded csv v1.3.0 |
827 | 2024-07-30T18:49:38.463Z | Downloaded sha3 v0.10.8 |
828 | 2024-07-30T18:49:38.463Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
829 | 2024-07-30T18:49:38.463Z | Downloaded openapiv3 v2.0.0 |
830 | 2024-07-30T18:49:38.463Z | Downloaded encoding_rs v0.8.34 |
831 | 2024-07-30T18:49:38.463Z | Downloaded idna v0.2.3 |
832 | 2024-07-30T18:49:38.463Z | Downloaded gimli v0.28.1 |
833 | 2024-07-30T18:49:38.463Z | Downloaded bstr v0.2.17 |
834 | 2024-07-30T18:49:38.463Z | Downloaded smoltcp v0.9.1 |
835 | 2024-07-30T18:49:38.463Z | Downloaded object v0.32.2 |
836 | 2024-07-30T18:49:38.463Z | Downloaded object v0.30.4 |
837 | 2024-07-30T18:49:38.463Z | Downloaded nix v0.27.1 |
838 | 2024-07-30T18:49:38.463Z | Downloaded curve25519-dalek v4.1.3 |
839 | 2024-07-30T18:49:38.463Z | Downloaded hyper v0.14.28 |
840 | 2024-07-30T18:49:38.463Z | Downloaded webpki-roots v0.25.4 |
841 | 2024-07-30T18:49:38.463Z | Downloaded time v0.3.36 |
842 | 2024-07-30T18:49:38.463Z | Downloaded regex-automata v0.1.10 |
843 | 2024-07-30T18:49:38.463Z | Downloaded chrono v0.4.38 |
844 | 2024-07-30T18:49:38.463Z | Downloaded unicode_categories v0.1.1 |
845 | 2024-07-30T18:49:38.463Z | Downloaded spki v0.7.3 |
846 | 2024-07-30T18:49:38.463Z | Downloaded spin v0.9.8 |
847 | 2024-07-30T18:49:38.463Z | Downloaded pkcs8 v0.10.2 |
848 | 2024-07-30T18:49:38.463Z | Downloaded toml_edit v0.19.15 |
849 | 2024-07-30T18:49:38.463Z | Downloaded derive_more v0.99.18 |
850 | 2024-07-30T18:49:38.463Z | Downloaded zone v0.1.8 |
851 | 2024-07-30T18:49:38.463Z | Downloaded waitgroup v0.1.2 |
852 | 2024-07-30T18:49:38.463Z | Downloaded itertools v0.12.1 |
853 | 2024-07-30T18:49:38.463Z | Downloaded rand_xorshift v0.3.0 |
854 | 2024-07-30T18:49:38.463Z | Downloaded rand_seeder v0.2.3 |
855 | 2024-07-30T18:49:38.463Z | Downloaded tokio-rustls v0.25.0 |
856 | 2024-07-30T18:49:38.463Z | Downloaded tokio-rustls v0.24.1 |
857 | 2024-07-30T18:49:38.463Z | Downloaded rsa v0.9.6 |
858 | 2024-07-30T18:49:38.463Z | Downloaded num-bigint-dig v0.8.4 |
859 | 2024-07-30T18:49:38.464Z | Downloaded libm v0.2.8 |
860 | 2024-07-30T18:49:38.464Z | Downloaded tracing-core v0.1.32 |
861 | 2024-07-30T18:49:38.464Z | Downloaded steno v0.4.1 |
862 | 2024-07-30T18:49:38.464Z | Downloaded crossterm v0.27.0 |
863 | 2024-07-30T18:49:38.464Z | Downloaded sigpipe v0.1.3 |
864 | 2024-07-30T18:49:38.464Z | Downloaded num-bigint v0.4.5 |
865 | 2024-07-30T18:49:38.464Z | Downloaded shlex v1.3.0 |
866 | 2024-07-30T18:49:38.464Z | Downloaded proc-macro-crate v1.3.1 |
867 | 2024-07-30T18:49:38.464Z | Downloaded ref-cast-impl v1.0.23 |
868 | 2024-07-30T18:49:38.464Z | Downloaded pretty-hex v0.2.1 |
869 | 2024-07-30T18:49:38.464Z | Downloaded getopts v0.2.21 |
870 | 2024-07-30T18:49:38.464Z | Downloaded libxml v0.3.3 |
871 | 2024-07-30T18:49:38.464Z | Downloaded siphasher v0.3.11 |
872 | 2024-07-30T18:49:38.464Z | Downloaded minimal-lexical v0.2.1 |
873 | 2024-07-30T18:49:38.464Z | Downloaded itertools v0.10.5 |
874 | 2024-07-30T18:49:38.464Z | Downloaded mio v0.8.11 |
875 | 2024-07-30T18:49:38.464Z | Downloaded structmeta v0.2.0 |
876 | 2024-07-30T18:49:38.464Z | Downloaded sct v0.7.1 |
877 | 2024-07-30T18:49:38.464Z | Downloaded highway v1.1.0 |
878 | 2024-07-30T18:49:38.464Z | Downloaded futures-macro v0.3.30 |
879 | 2024-07-30T18:49:38.464Z | Downloaded env_logger v0.10.2 |
880 | 2024-07-30T18:49:38.464Z | Downloaded vsss-rs v3.3.4 |
881 | 2024-07-30T18:49:38.464Z | Downloaded socket2 v0.4.10 |
882 | 2024-07-30T18:49:38.464Z | Downloaded ron v0.7.1 |
883 | 2024-07-30T18:49:38.464Z | Downloaded try-lock v0.2.5 |
884 | 2024-07-30T18:49:38.464Z | Downloaded xattr v1.3.1 |
885 | 2024-07-30T18:49:38.464Z | Downloaded unicode-truncate v1.0.0 |
886 | 2024-07-30T18:49:38.464Z | Downloaded smallvec v1.13.2 |
887 | 2024-07-30T18:49:38.464Z | Downloaded dirs-next v2.0.0 |
888 | 2024-07-30T18:49:38.464Z | Downloaded yasna v0.5.2 |
889 | 2024-07-30T18:49:38.465Z | Downloaded hmac v0.12.1 |
890 | 2024-07-30T18:49:38.465Z | Downloaded crossbeam-channel v0.5.12 |
891 | 2024-07-30T18:49:38.486Z | Downloaded difflib v0.4.0 |
892 | 2024-07-30T18:49:38.486Z | Downloaded pin-project v1.1.5 |
893 | 2024-07-30T18:49:38.486Z | Downloaded tracing v0.1.40 |
894 | 2024-07-30T18:49:38.486Z | Downloaded strip-ansi-escapes v0.2.0 |
895 | 2024-07-30T18:49:38.486Z | Downloaded stringprep v0.1.4 |
896 | 2024-07-30T18:49:38.486Z | Downloaded scopeguard v1.2.0 |
897 | 2024-07-30T18:49:38.486Z | Downloaded funty v2.0.0 |
898 | 2024-07-30T18:49:38.486Z | Downloaded fragile v2.0.0 |
899 | 2024-07-30T18:49:38.486Z | Downloaded form_urlencoded v1.2.1 |
900 | 2024-07-30T18:49:38.486Z | Downloaded snafu-derive v0.8.2 |
901 | 2024-07-30T18:49:38.486Z | Downloaded zip v0.6.6 |
902 | 2024-07-30T18:49:38.487Z | Downloaded iana-time-zone v0.1.60 |
903 | 2024-07-30T18:49:38.487Z | Downloaded pkcs1 v0.7.5 |
904 | 2024-07-30T18:49:38.487Z | Downloaded derive_builder v0.20.0 |
905 | 2024-07-30T18:49:38.487Z | Downloaded oso v0.27.3 |
906 | 2024-07-30T18:49:38.487Z | Downloaded backtrace v0.3.71 |
907 | 2024-07-30T18:49:38.487Z | Downloaded serde_arrays v0.1.0 |
908 | 2024-07-30T18:49:38.487Z | Downloaded unicode-bidi v0.3.15 |
909 | 2024-07-30T18:49:38.487Z | Downloaded mockall_derive v0.12.1 |
910 | 2024-07-30T18:49:38.487Z | Downloaded httparse v1.8.0 |
911 | 2024-07-30T18:49:38.487Z | Downloaded tinyvec v1.6.0 |
912 | 2024-07-30T18:49:38.487Z | Downloaded subtle v2.5.0 |
913 | 2024-07-30T18:49:38.487Z | Downloaded pem-rfc7468 v0.7.0 |
914 | 2024-07-30T18:49:38.487Z | Downloaded globset v0.4.14 |
915 | 2024-07-30T18:49:38.487Z | Downloaded sec1 v0.7.3 |
916 | 2024-07-30T18:49:38.487Z | Downloaded rustc_version v0.1.7 |
917 | 2024-07-30T18:49:38.487Z | Downloaded tokio-macros v2.3.0 |
918 | 2024-07-30T18:49:38.487Z | Downloaded static_assertions v1.1.0 |
919 | 2024-07-30T18:49:38.487Z | Downloaded sqlformat v0.2.4 |
920 | 2024-07-30T18:49:38.487Z | Downloaded serde_plain v1.0.2 |
921 | 2024-07-30T18:49:38.487Z | Downloaded r2d2 v0.8.10 |
922 | 2024-07-30T18:49:38.487Z | Downloaded quick-error v1.2.3 |
923 | 2024-07-30T18:49:38.487Z | Downloaded psl-types v2.0.11 |
924 | 2024-07-30T18:49:38.487Z | Downloaded base64 v0.21.7 |
925 | 2024-07-30T18:49:38.487Z | Downloaded arc-swap v1.7.1 |
926 | 2024-07-30T18:49:38.487Z | Downloaded cc v1.0.97 |
927 | 2024-07-30T18:49:38.487Z | Downloaded rtoolbox v0.0.2 |
928 | 2024-07-30T18:49:38.487Z | Downloaded nu-ansi-term v0.50.0 |
929 | 2024-07-30T18:49:38.487Z | Downloaded memmap2 v0.9.4 |
930 | 2024-07-30T18:49:38.487Z | Downloaded libloading v0.8.3 |
931 | 2024-07-30T18:49:38.487Z | Downloaded const_format v0.2.32 |
932 | 2024-07-30T18:49:38.487Z | Downloaded base64 v0.13.1 |
933 | 2024-07-30T18:49:38.487Z | Downloaded ring v0.17.8 |
934 | 2024-07-30T18:49:38.487Z | Downloaded futures-io v0.3.30 |
935 | 2024-07-30T18:49:38.487Z | Downloaded either v1.12.0 |
936 | 2024-07-30T18:49:38.487Z | Downloaded dyn-clone v1.0.17 |
937 | 2024-07-30T18:49:38.487Z | Downloaded lock_api v0.4.12 |
938 | 2024-07-30T18:49:38.488Z | Downloaded linear-map v1.2.0 |
939 | 2024-07-30T18:49:38.488Z | Downloaded crossbeam-epoch v0.9.18 |
940 | 2024-07-30T18:49:38.488Z | Downloaded owo-colors v4.0.0 |
941 | 2024-07-30T18:49:38.488Z | Downloaded olpc-cjson v0.1.3 |
942 | 2024-07-30T18:49:38.488Z | Downloaded structmeta v0.3.0 |
943 | 2024-07-30T18:49:38.488Z | Downloaded spin v0.5.2 |
944 | 2024-07-30T18:49:38.488Z | Downloaded der v0.7.9 |
945 | 2024-07-30T18:49:38.488Z | Downloaded const_format_proc_macros v0.2.32 |
946 | 2024-07-30T18:49:38.488Z | Downloaded cobs v0.2.3 |
947 | 2024-07-30T18:49:38.488Z | Downloaded cancel-safe-futures v0.1.5 |
948 | 2024-07-30T18:49:38.488Z | Downloaded newtype-uuid v1.1.0 |
949 | 2024-07-30T18:49:38.488Z | Downloaded multimap v0.10.0 |
950 | 2024-07-30T18:49:38.488Z | Downloaded mime v0.3.17 |
951 | 2024-07-30T18:49:38.488Z | Downloaded lalrpop-util v0.19.12 |
952 | 2024-07-30T18:49:38.488Z | Downloaded nibble_vec v0.1.0 |
953 | 2024-07-30T18:49:38.488Z | Downloaded arrayvec v0.7.4 |
954 | 2024-07-30T18:49:38.488Z | Downloaded ipnetwork v0.20.0 |
955 | 2024-07-30T18:49:38.488Z | Downloaded slog-bunyan v2.5.0 |
956 | 2024-07-30T18:49:38.488Z | Downloaded signature v2.2.0 |
957 | 2024-07-30T18:49:38.488Z | Downloaded defmt-parser v0.3.4 |
958 | 2024-07-30T18:49:38.488Z | Downloaded defmt v0.3.8 |
959 | 2024-07-30T18:49:38.488Z | Downloaded ring v0.16.20 |
960 | 2024-07-30T18:49:38.488Z | Downloaded curve25519-dalek-derive v0.1.1 |
961 | 2024-07-30T18:49:38.488Z | Downloaded crc-any v2.5.0 |
962 | 2024-07-30T18:49:38.488Z | Downloaded parking_lot v0.11.2 |
963 | 2024-07-30T18:49:38.488Z | Downloaded ipnet v2.9.0 |
964 | 2024-07-30T18:49:38.488Z | Downloaded blake2 v0.10.6 |
965 | 2024-07-30T18:49:38.488Z | Downloaded ahash v0.8.11 |
966 | 2024-07-30T18:49:38.488Z | Downloaded bzip2 v0.4.4 |
967 | 2024-07-30T18:49:38.488Z | Downloaded bcs v0.1.6 |
968 | 2024-07-30T18:49:38.488Z | Downloaded multer v3.1.0 |
969 | 2024-07-30T18:49:38.488Z | Downloaded cexpr v0.6.0 |
970 | 2024-07-30T18:49:38.488Z | Downloaded bitfield v0.14.0 |
971 | 2024-07-30T18:49:38.488Z | Downloaded bit-set v0.5.3 |
972 | 2024-07-30T18:49:38.488Z | Downloaded castaway v0.2.2 |
973 | 2024-07-30T18:49:38.488Z | Downloaded crc v3.2.1 |
974 | 2024-07-30T18:49:38.488Z | Downloaded instant v0.1.12 |
975 | 2024-07-30T18:49:38.488Z | Downloaded crc32fast v1.4.0 |
976 | 2024-07-30T18:49:38.488Z | Downloaded assert_matches v1.5.0 |
977 | 2024-07-30T18:49:38.489Z | Downloaded ascii v1.1.0 |
978 | 2024-07-30T18:49:38.489Z | Downloaded colored v2.1.0 |
979 | 2024-07-30T18:49:38.489Z | Downloaded matches v0.1.10 |
980 | 2024-07-30T18:49:38.489Z | Downloaded lru v0.12.3 |
981 | 2024-07-30T18:49:38.489Z | Downloaded indicatif v0.17.8 |
982 | 2024-07-30T18:49:38.489Z | Downloaded keccak v0.1.5 |
983 | 2024-07-30T18:49:38.489Z | Downloaded bb8 v0.8.5 |
984 | 2024-07-30T18:49:38.489Z | Downloaded async-stream v0.3.5 |
985 | 2024-07-30T18:49:38.489Z | Downloaded ascii-canvas v3.0.0 |
986 | 2024-07-30T18:49:38.489Z | Downloaded maybe-uninit v2.0.0 |
987 | 2024-07-30T18:49:38.489Z | Downloaded inout v0.1.3 |
988 | 2024-07-30T18:49:38.489Z | Downloaded lazy_static v1.5.0 |
989 | 2024-07-30T18:49:38.489Z | Downloaded defmt-macros v0.3.9 |
990 | 2024-07-30T18:49:38.489Z | Downloaded atomic-waker v1.1.2 |
991 | 2024-07-30T18:49:38.497Z | Downloaded async-trait v0.1.81 |
992 | 2024-07-30T18:49:38.497Z | Downloaded adler v1.0.2 |
993 | 2024-07-30T18:49:38.497Z | Downloaded base16ct v0.2.0 |
994 | 2024-07-30T18:49:38.497Z | Downloaded async-recursion v1.1.1 |
995 | 2024-07-30T18:49:38.497Z | Downloaded arrayref v0.3.7 |
996 | 2024-07-30T18:49:38.497Z | Downloaded indent_write v2.2.0 |
997 | 2024-07-30T18:49:38.497Z | Compiling cfg-if v1.0.0 |
998 | 2024-07-30T18:49:38.497Z | Compiling serde v1.0.204 |
999 | 2024-07-30T18:49:38.497Z | Compiling lock_api v0.4.12 |
1000 | 2024-07-30T18:49:38.497Z | Compiling scopeguard v1.2.0 |
1001 | 2024-07-30T18:49:38.497Z | Compiling log v0.4.21 |
1002 | 2024-07-30T18:49:38.497Z | Compiling syn v2.0.72 |
1003 | 2024-07-30T18:49:38.497Z | Compiling cc v1.0.97 |
1004 | 2024-07-30T18:49:38.497Z | Compiling parking_lot_core v0.9.10 |
1005 | 2024-07-30T18:49:38.497Z | Compiling getrandom v0.2.14 |
1006 | 2024-07-30T18:49:38.497Z | Compiling smallvec v1.13.2 |
1007 | 2024-07-30T18:49:38.497Z | Compiling rand_core v0.6.4 |
1008 | 2024-07-30T18:49:38.497Z | Compiling typenum v1.17.0 |
1009 | 2024-07-30T18:49:38.497Z | Compiling generic-array v0.14.7 |
1010 | 2024-07-30T18:49:38.497Z | Compiling pin-project-lite v0.2.14 |
1011 | 2024-07-30T18:49:38.497Z | Compiling signal-hook-registry v1.4.2 |
1012 | 2024-07-30T18:49:38.497Z | Compiling spin v0.9.8 |
1013 | 2024-07-30T18:49:38.497Z | Compiling parking_lot v0.12.2 |
1014 | 2024-07-30T18:49:38.498Z | Compiling mio v0.8.11 |
1015 | 2024-07-30T18:49:38.529Z | Compiling libm v0.2.8 |
1016 | 2024-07-30T18:49:38.567Z | Compiling serde_json v1.0.120 |
1017 | 2024-07-30T18:49:38.877Z | Compiling ahash v0.8.11 |
1018 | 2024-07-30T18:49:38.892Z | Compiling num-traits v0.2.19 |
1019 | 2024-07-30T18:49:38.940Z | Compiling tinyvec_macros v0.1.1 |
1020 | 2024-07-30T18:49:39.023Z | Compiling futures-core v0.3.30 |
1021 | 2024-07-30T18:49:39.189Z | Compiling tinyvec v1.6.0 |
1022 | 2024-07-30T18:49:39.254Z | Compiling num_cpus v1.16.0 |
1023 | 2024-07-30T18:49:39.357Z | Compiling socket2 v0.5.7 |
1024 | 2024-07-30T18:49:39.372Z | Compiling const-oid v0.9.6 |
1025 | 2024-07-30T18:49:39.600Z | Compiling subtle v2.5.0 |
1026 | 2024-07-30T18:49:39.943Z | Compiling slab v0.4.9 |
1027 | 2024-07-30T18:49:40.305Z | Compiling unicode-bidi v0.3.15 |
1028 | 2024-07-30T18:49:40.570Z | Compiling futures-sink v0.3.30 |
1029 | 2024-07-30T18:49:40.651Z | Compiling unicode-normalization v0.1.23 |
1030 | 2024-07-30T18:49:40.655Z | Compiling allocator-api2 v0.2.18 |
1031 | 2024-07-30T18:49:41.058Z | Compiling futures-channel v0.3.30 |
1032 | 2024-07-30T18:49:41.132Z | Compiling futures-io v0.3.30 |
1033 | 2024-07-30T18:49:41.289Z | Compiling futures-task v0.3.30 |
1034 | 2024-07-30T18:49:41.505Z | Compiling pin-utils v0.1.0 |
1035 | 2024-07-30T18:49:41.562Z | Compiling vcpkg v0.2.15 |
1036 | 2024-07-30T18:49:41.577Z | Compiling pkg-config v0.3.30 |
1037 | 2024-07-30T18:49:41.600Z | Compiling ring v0.17.8 |
1038 | 2024-07-30T18:49:41.622Z | Compiling percent-encoding v2.3.1 |
1039 | 2024-07-30T18:49:41.778Z | Compiling ppv-lite86 v0.2.17 |
1040 | 2024-07-30T18:49:41.972Z | Compiling tracing-core v0.1.32 |
1041 | 2024-07-30T18:49:42.005Z | Compiling num-conv v0.1.0 |
1042 | 2024-07-30T18:49:42.290Z | Compiling syn v1.0.109 |
1043 | 2024-07-30T18:49:42.501Z | Compiling rustix v0.38.34 |
1044 | 2024-07-30T18:49:42.615Z | Compiling rand_chacha v0.3.1 |
1045 | 2024-07-30T18:49:42.919Z | Compiling time-core v0.1.2 |
1046 | 2024-07-30T18:49:43.090Z | Compiling powerfmt v0.2.0 |
1047 | 2024-07-30T18:49:43.224Z | Compiling untrusted v0.9.0 |
1048 | 2024-07-30T18:49:43.380Z | Compiling deranged v0.3.11 |
1049 | 2024-07-30T18:49:43.404Z | Compiling time-macros v0.2.18 |
1050 | 2024-07-30T18:49:43.474Z | Compiling rand v0.8.5 |
1051 | 2024-07-30T18:49:43.556Z | Compiling openssl v0.10.66 |
1052 | 2024-07-30T18:49:43.891Z | Compiling openssl-sys v0.9.103 |
1053 | 2024-07-30T18:49:43.944Z | Compiling base64ct v1.6.0 |
1054 | 2024-07-30T18:49:44.539Z | Compiling foreign-types-shared v0.1.1 |
1055 | 2024-07-30T18:49:44.638Z | Compiling num_threads v0.1.7 |
1056 | 2024-07-30T18:49:44.754Z | Compiling rustversion v1.0.17 |
1057 | 2024-07-30T18:49:44.873Z | Compiling iana-time-zone v0.1.60 |
1058 | 2024-07-30T18:49:45.064Z | Compiling httparse v1.8.0 |
1059 | 2024-07-30T18:49:45.243Z | Compiling foreign-types v0.3.2 |
1060 | 2024-07-30T18:49:45.320Z | Compiling pem-rfc7468 v0.7.0 |
1061 | 2024-07-30T18:49:45.430Z | Compiling form_urlencoded v1.2.1 |
1062 | 2024-07-30T18:49:45.447Z | Compiling try-lock v0.2.5 |
1063 | 2024-07-30T18:49:45.563Z | Compiling native-tls v0.2.11 |
1064 | 2024-07-30T18:49:45.700Z | Compiling flagset v0.4.5 |
1065 | 2024-07-30T18:49:45.842Z | Compiling crossbeam-utils v0.8.19 |
1066 | 2024-07-30T18:49:45.861Z | Compiling rustls v0.21.12 |
1067 | 2024-07-30T18:49:45.960Z | Compiling siphasher v0.3.11 |
1068 | 2024-07-30T18:49:46.069Z | Compiling want v0.3.1 |
1069 | 2024-07-30T18:49:46.453Z | Compiling serde_derive_internals v0.29.1 |
1070 | 2024-07-30T18:49:46.660Z | Compiling time v0.3.36 |
1071 | 2024-07-30T18:49:47.004Z | Compiling idna v0.5.0 |
1072 | 2024-07-30T18:49:47.617Z | Compiling lazy_static v1.5.0 |
1073 | 2024-07-30T18:49:47.724Z | Compiling socket2 v0.4.10 |
1074 | 2024-07-30T18:49:47.844Z | Compiling aho-corasick v1.1.3 |
1075 | 2024-07-30T18:49:48.575Z | Compiling cookie v0.17.0 |
1076 | 2024-07-30T18:49:48.633Z | Compiling finl_unicode v1.2.0 |
1077 | 2024-07-30T18:49:48.837Z | Compiling adler v1.0.2 |
1078 | 2024-07-30T18:49:49.074Z | Compiling cpufeatures v0.2.12 |
1079 | 2024-07-30T18:49:49.170Z | Compiling schemars v0.8.21 |
1080 | 2024-07-30T18:49:49.210Z | Compiling regex-syntax v0.8.3 |
1081 | 2024-07-30T18:49:49.232Z | Compiling tower-service v0.3.2 |
1082 | 2024-07-30T18:49:49.348Z | Compiling openssl-probe v0.1.5 |
1083 | 2024-07-30T18:49:49.479Z | Compiling slog v2.7.0 |
1084 | 2024-07-30T18:49:49.673Z | Compiling httpdate v1.0.3 |
1085 | 2024-07-30T18:49:49.965Z | Compiling signal-hook v0.3.17 |
1086 | 2024-07-30T18:49:50.235Z | Compiling stringprep v0.1.4 |
1087 | 2024-07-30T18:49:50.252Z | Compiling miniz_oxide v0.7.2 |
1088 | 2024-07-30T18:49:51.538Z | Compiling url v2.5.2 |
1089 | 2024-07-30T18:49:51.541Z | Compiling serde_derive v1.0.204 |
1090 | 2024-07-30T18:49:51.865Z | Compiling zeroize_derive v1.4.2 |
1091 | 2024-07-30T18:49:51.994Z | Compiling zerocopy-derive v0.7.34 |
1092 | 2024-07-30T18:49:53.482Z | Compiling tokio-macros v2.3.0 |
1093 | 2024-07-30T18:49:53.530Z | Compiling zeroize v1.7.0 |
1094 | 2024-07-30T18:49:53.548Z | Compiling thiserror-impl v1.0.63 |
1095 | 2024-07-30T18:49:54.377Z | Compiling zerocopy v0.7.34 |
1096 | 2024-07-30T18:49:55.253Z | Compiling futures-macro v0.3.30 |
1097 | 2024-07-30T18:49:55.360Z | Compiling crypto-common v0.1.6 |
1098 | 2024-07-30T18:49:55.393Z | Compiling block-buffer v0.10.4 |
1099 | 2024-07-30T18:49:55.586Z | Compiling scroll_derive v0.12.0 |
1100 | 2024-07-30T18:49:55.648Z | Compiling digest v0.10.7 |
1101 | 2024-07-30T18:49:55.802Z | Compiling tracing-attributes v0.1.27 |
1102 | 2024-07-30T18:49:56.151Z | Compiling hmac v0.12.1 |
1103 | 2024-07-30T18:49:56.405Z | Compiling der_derive v0.7.2 |
1104 | 2024-07-30T18:49:56.712Z | Compiling hashbrown v0.14.5 |
1105 | 2024-07-30T18:49:57.118Z | Compiling thiserror v1.0.63 |
1106 | 2024-07-30T18:49:57.217Z | Compiling scroll v0.12.0 |
1107 | 2024-07-30T18:49:57.256Z | Compiling pest v2.7.10 |
1108 | 2024-07-30T18:49:57.397Z | Compiling futures-util v0.3.30 |
1109 | 2024-07-30T18:49:57.774Z | Compiling goblin v0.8.2 |
1110 | 2024-07-30T18:49:58.116Z | Compiling openssl-macros v0.1.1 |
1111 | 2024-07-30T18:49:58.858Z | Compiling rustls-webpki v0.101.7 |
1112 | 2024-07-30T18:49:59.063Z | Compiling der v0.7.9 |
1113 | 2024-07-30T18:49:59.832Z | Compiling pest_meta v2.7.10 |
1114 | 2024-07-30T18:49:59.942Z | Compiling tracing v0.1.40 |
1115 | 2024-07-30T18:50:00.081Z | Compiling sct v0.7.1 |
1116 | 2024-07-30T18:50:00.457Z | Compiling md-5 v0.10.6 |
1117 | 2024-07-30T18:50:00.713Z | Compiling sha2 v0.10.8 |
1118 | 2024-07-30T18:50:00.858Z | Compiling regex-automata v0.4.6 |
1119 | 2024-07-30T18:50:02.626Z | Compiling pest_generator v2.7.10 |
1120 | 2024-07-30T18:50:03.846Z | Compiling spki v0.7.3 |
1121 | 2024-07-30T18:50:04.226Z | Compiling schemars_derive v0.8.21 |
1122 | 2024-07-30T18:50:04.705Z | Compiling num-integer v0.1.46 |
1123 | 2024-07-30T18:50:05.403Z | Compiling pest_derive v2.7.10 |
1124 | 2024-07-30T18:50:05.511Z | Compiling idna v0.3.0 |
1125 | 2024-07-30T18:50:05.642Z | Compiling backtrace v0.3.71 |
1126 | 2024-07-30T18:50:06.055Z | Compiling hash32 v0.2.1 |
1127 | 2024-07-30T18:50:06.243Z | Compiling dtrace-parser v0.2.0 |
1128 | 2024-07-30T18:50:06.468Z | Compiling bytes v1.6.0 |
1129 | 2024-07-30T18:50:06.692Z | Compiling bitflags v2.6.0 |
1130 | 2024-07-30T18:50:07.142Z | Compiling indexmap v2.2.6 |
1131 | 2024-07-30T18:50:07.778Z | Compiling tokio v1.38.1 |
1132 | 2024-07-30T18:50:07.795Z | Compiling http v0.2.12 |
1133 | 2024-07-30T18:50:08.464Z | Compiling semver v1.0.23 |
1134 | 2024-07-30T18:50:08.481Z | Compiling uuid v1.10.0 |
1135 | 2024-07-30T18:50:09.198Z | Compiling rustc_version v0.4.0 |
1136 | 2024-07-30T18:50:09.762Z | Compiling chrono v0.4.38 |
1137 | 2024-07-30T18:50:09.983Z | Compiling heapless v0.7.17 |
1138 | 2024-07-30T18:50:09.997Z | Compiling http-body v0.4.6 |
1139 | 2024-07-30T18:50:10.342Z | Compiling dof v0.3.0 |
1140 | 2024-07-30T18:50:10.429Z | Compiling serde_spanned v0.6.6 |
1141 | 2024-07-30T18:50:10.466Z | Compiling toml_datetime v0.6.6 |
1142 | 2024-07-30T18:50:10.645Z | Compiling serde_tokenstream v0.2.1 |
1143 | 2024-07-30T18:50:10.978Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1144 | 2024-07-30T18:50:11.197Z | Compiling usdt-impl v0.5.0 |
1145 | 2024-07-30T18:50:11.609Z | Compiling psl-types v2.0.11 |
1146 | 2024-07-30T18:50:11.781Z | Compiling crc32fast v1.4.0 |
1147 | 2024-07-30T18:50:11.852Z | Compiling dyn-clone v1.0.17 |
1148 | 2024-07-30T18:50:12.063Z | Compiling base64 v0.22.1 |
1149 | 2024-07-30T18:50:12.279Z | Compiling gimli v0.28.1 |
1150 | 2024-07-30T18:50:12.705Z | Compiling fallible-iterator v0.2.0 |
1151 | 2024-07-30T18:50:12.806Z | Compiling stable_deref_trait v1.2.0 |
1152 | 2024-07-30T18:50:12.908Z | Compiling smoltcp v0.9.1 |
1153 | 2024-07-30T18:50:13.434Z | Compiling postgres-protocol v0.6.7 |
1154 | 2024-07-30T18:50:14.120Z | Compiling publicsuffix v2.2.3 |
1155 | 2024-07-30T18:50:14.134Z | Compiling terminal_size v0.3.0 |
1156 | 2024-07-30T18:50:14.356Z | Compiling pkcs8 v0.10.2 |
1157 | 2024-07-30T18:50:14.377Z | Compiling hubpack_derive v0.1.1 |
1158 | 2024-07-30T18:50:14.686Z | Compiling block-padding v0.3.3 |
1159 | 2024-07-30T18:50:14.801Z | Compiling zerocopy-derive v0.6.6 |
1160 | 2024-07-30T18:50:14.924Z | Compiling async-trait v0.1.81 |
1161 | 2024-07-30T18:50:16.075Z | Compiling tokio-util v0.7.11 |
1162 | 2024-07-30T18:50:16.243Z | Compiling tokio-rustls v0.24.1 |
1163 | 2024-07-30T18:50:17.068Z | Compiling h2 v0.3.26 |
1164 | 2024-07-30T18:50:17.257Z | Compiling tokio-native-tls v0.3.1 |
1165 | 2024-07-30T18:50:17.277Z | Compiling addr2line v0.21.0 |
1166 | 2024-07-30T18:50:17.509Z | Compiling phf_shared v0.11.2 |
1167 | 2024-07-30T18:50:17.595Z | Compiling diesel_table_macro_syntax v0.1.0 |
1168 | 2024-07-30T18:50:17.796Z | Compiling ff v0.13.0 |
1169 | 2024-07-30T18:50:17.857Z | Compiling scheduled-thread-pool v0.2.7 |
1170 | 2024-07-30T18:50:18.062Z | Compiling fs-err v2.11.0 |
1171 | 2024-07-30T18:50:18.067Z | Compiling object v0.32.2 |
1172 | 2024-07-30T18:50:18.067Z | Compiling either v1.12.0 |
1173 | 2024-07-30T18:50:18.192Z | Compiling ipnet v2.9.0 |
1174 | 2024-07-30T18:50:18.306Z | Compiling bit-vec v0.6.3 |
1175 | 2024-07-30T18:50:18.416Z | Compiling regex-automata v0.1.10 |
1176 | 2024-07-30T18:50:18.478Z | Compiling rustc-demangle v0.1.24 |
1177 | 2024-07-30T18:50:18.734Z | Compiling base16ct v0.2.0 |
1178 | 2024-07-30T18:50:18.902Z | Compiling anyhow v1.0.86 |
1179 | 2024-07-30T18:50:19.069Z | Compiling base64 v0.21.7 |
1180 | 2024-07-30T18:50:19.327Z | Compiling matches v0.1.10 |
1181 | 2024-07-30T18:50:19.423Z | Compiling managed v0.8.0 |
1182 | 2024-07-30T18:50:19.451Z | Compiling bitflags v1.3.2 |
1183 | 2024-07-30T18:50:19.468Z | Compiling winnow v0.5.40 |
1184 | 2024-07-30T18:50:19.548Z | Compiling rustls-pemfile v1.0.4 |
1185 | 2024-07-30T18:50:19.652Z | Compiling clap_builder v4.5.9 |
1186 | 2024-07-30T18:50:19.838Z | Compiling idna v0.2.3 |
1187 | 2024-07-30T18:50:19.990Z | Compiling sec1 v0.7.3 |
1188 | 2024-07-30T18:50:20.540Z | Compiling bstr v0.2.17 |
1189 | 2024-07-30T18:50:21.625Z | Compiling r2d2 v0.8.10 |
1190 | 2024-07-30T18:50:21.973Z | Compiling diesel_derives v2.1.4 |
1191 | 2024-07-30T18:50:21.989Z | Compiling group v0.13.0 |
1192 | 2024-07-30T18:50:22.066Z | Compiling phf v0.11.2 |
1193 | 2024-07-30T18:50:22.295Z | Compiling zerocopy v0.6.6 |
1194 | 2024-07-30T18:50:22.345Z | Compiling signal-hook-mio v0.2.3 |
1195 | 2024-07-30T18:50:22.493Z | Compiling ipnetwork v0.20.0 |
1196 | 2024-07-30T18:50:23.128Z | Compiling toml_edit v0.19.15 |
1197 | 2024-07-30T18:50:23.221Z | Compiling cookie_store v0.20.0 |
1198 | 2024-07-30T18:50:23.383Z | Compiling hubpack v0.1.2 |
1199 | 2024-07-30T18:50:23.402Z | Compiling inout v0.1.3 |
1200 | 2024-07-30T18:50:23.670Z | Compiling hyper v0.14.28 |
1201 | 2024-07-30T18:50:23.829Z | Compiling postgres-types v0.2.7 |
1202 | 2024-07-30T18:50:25.593Z | Compiling usdt-macro v0.5.0 |
1203 | 2024-07-30T18:50:25.747Z | Compiling usdt-attr-macro v0.5.0 |
1204 | 2024-07-30T18:50:27.100Z | Compiling serde_urlencoded v0.7.1 |
1205 | 2024-07-30T18:50:27.474Z | Compiling regex v1.10.5 |
1206 | 2024-07-30T18:50:27.578Z | Compiling num-bigint v0.4.5 |
1207 | 2024-07-30T18:50:27.626Z | Compiling futures-executor v0.3.30 |
1208 | 2024-07-30T18:50:28.231Z | Compiling enum-as-inner v0.5.1 |
1209 | 2024-07-30T18:50:28.564Z | Compiling hkdf v0.12.4 |
1210 | 2024-07-30T18:50:28.567Z | Compiling crypto-bigint v0.5.5 |
1211 | 2024-07-30T18:50:28.818Z | Compiling serde_repr v0.1.19 |
1212 | 2024-07-30T18:50:29.267Z | Compiling strum_macros v0.25.3 |
1213 | 2024-07-30T18:50:29.467Z | Compiling clap_derive v4.5.8 |
1214 | 2024-07-30T18:50:30.052Z | Compiling phf_shared v0.10.0 |
1215 | 2024-07-30T18:50:30.473Z | Compiling hyper-tls v0.5.0 |
1216 | 2024-07-30T18:50:30.830Z | Compiling hyper-rustls v0.24.2 |
1217 | 2024-07-30T18:50:31.187Z | Compiling float-cmp v0.9.0 |
1218 | 2024-07-30T18:50:31.410Z | Compiling encoding_rs v0.8.34 |
1219 | 2024-07-30T18:50:31.446Z | Compiling minimal-lexical v0.2.1 |
1220 | 2024-07-30T18:50:31.952Z | Compiling static_assertions v1.1.0 |
1221 | 2024-07-30T18:50:32.049Z | Compiling difflib v0.4.0 |
1222 | 2024-07-30T18:50:33.660Z | Compiling webpki-roots v0.25.4 |
1223 | 2024-07-30T18:50:33.711Z | Compiling normalize-line-endings v0.3.0 |
1224 | 2024-07-30T18:50:33.762Z | Compiling fixedbitset v0.4.2 |
1225 | 2024-07-30T18:50:33.802Z | Compiling data-encoding v2.6.0 |
1226 | 2024-07-30T18:50:33.830Z | Compiling predicates-core v1.0.6 |
1227 | 2024-07-30T18:50:34.173Z | Compiling unicode-segmentation v1.11.0 |
1228 | 2024-07-30T18:50:34.204Z | Compiling sync_wrapper v0.1.2 |
1229 | 2024-07-30T18:50:34.334Z | Compiling precomputed-hash v0.1.1 |
1230 | 2024-07-30T18:50:34.439Z | Compiling whoami v1.5.1 |
1231 | 2024-07-30T18:50:34.745Z | Compiling mime v0.3.17 |
1232 | 2024-07-30T18:50:34.814Z | Compiling new_debug_unreachable v1.0.6 |
1233 | 2024-07-30T18:50:34.909Z | Compiling string_cache v0.8.7 |
1234 | 2024-07-30T18:50:35.005Z | Compiling similar v2.5.0 |
1235 | 2024-07-30T18:50:35.079Z | Compiling reqwest v0.11.27 |
1236 | 2024-07-30T18:50:35.366Z | Compiling tokio-postgres v0.7.11 |
1237 | 2024-07-30T18:50:35.370Z | Compiling clap v4.5.9 |
1238 | 2024-07-30T18:50:35.497Z | Compiling trust-dns-proto v0.22.0 |
1239 | 2024-07-30T18:50:35.716Z | Compiling diesel v2.1.6 |
1240 | 2024-07-30T18:50:36.011Z | Compiling predicates v3.1.0 |
1241 | 2024-07-30T18:50:36.227Z | Compiling petgraph v0.6.5 |
1242 | 2024-07-30T18:50:37.708Z | Compiling console v0.15.8 |
1243 | 2024-07-30T18:50:37.837Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1244 | 2024-07-30T18:50:38.408Z | Compiling toml_edit v0.22.16 |
1245 | 2024-07-30T18:50:39.257Z | Compiling nom v7.1.3 |
1246 | 2024-07-30T18:50:40.272Z | Compiling elliptic-curve v0.13.8 |
1247 | 2024-07-30T18:50:41.099Z | Compiling usdt v0.5.0 |
1248 | 2024-07-30T18:50:41.130Z | Compiling yasna v0.5.2 |
1249 | 2024-07-30T18:50:41.621Z | Compiling futures v0.3.30 |
1250 | 2024-07-30T18:50:41.737Z | Compiling toml v0.7.8 |
1251 | 2024-07-30T18:50:43.052Z | Compiling flate2 v1.0.30 |
1252 | 2024-07-30T18:50:43.466Z | Compiling cipher v0.4.4 |
1253 | 2024-07-30T18:50:43.993Z | Compiling crossterm v0.27.0 |
1254 | 2024-07-30T18:50:44.022Z | Compiling bit-set v0.5.3 |
1255 | 2024-07-30T18:50:44.164Z | Compiling itertools v0.12.1 |
1256 | 2024-07-30T18:50:44.220Z | Compiling itertools v0.10.5 |
1257 | 2024-07-30T18:50:44.275Z | Compiling tokio-stream v0.1.15 |
1258 | 2024-07-30T18:50:44.817Z | Compiling openapiv3 v2.0.0 |
1259 | 2024-07-30T18:50:45.259Z | Compiling hex v0.4.3 |
1260 | 2024-07-30T18:50:45.882Z | Compiling bstr v1.9.1 |
1261 | 2024-07-30T18:50:47.010Z | Compiling num-iter v0.1.45 |
1262 | 2024-07-30T18:50:47.118Z | Compiling crossbeam-epoch v0.9.18 |
1263 | 2024-07-30T18:50:47.193Z | Compiling dirs-sys-next v0.1.2 |
1264 | 2024-07-30T18:50:47.273Z | Compiling lalrpop-util v0.19.12 |
1265 | 2024-07-30T18:50:47.632Z | Compiling unicode-xid v0.2.4 |
1266 | 2024-07-30T18:50:47.805Z | Compiling peg-runtime v0.8.3 |
1267 | 2024-07-30T18:50:47.843Z | Compiling dirs-next v2.0.0 |
1268 | 2024-07-30T18:50:47.861Z | Compiling thread_local v1.1.8 |
1269 | 2024-07-30T18:50:47.863Z | Compiling slog-async v2.8.0 |
1270 | 2024-07-30T18:50:47.889Z | Compiling xattr v1.3.1 |
1271 | 2024-07-30T18:50:48.030Z | Compiling term v0.7.0 |
1272 | 2024-07-30T18:50:48.160Z | Compiling crossbeam-channel v0.5.12 |
1273 | 2024-07-30T18:50:48.413Z | Compiling strum_macros v0.26.4 |
1274 | 2024-07-30T18:50:48.456Z | Compiling filetime v0.2.23 |
1275 | 2024-07-30T18:50:48.473Z | Compiling is-terminal v0.4.12 |
1276 | 2024-07-30T18:50:48.596Z | Compiling take_mut v0.2.2 |
1277 | 2024-07-30T18:50:48.748Z | Compiling tar v0.4.41 |
1278 | 2024-07-30T18:50:48.788Z | Compiling slog-term v2.9.1 |
1279 | 2024-07-30T18:50:49.346Z | Compiling camino v1.1.7 |
1280 | 2024-07-30T18:50:51.675Z | Compiling strum v0.26.3 |
1281 | 2024-07-30T18:51:03.863Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1282 | 2024-07-30T18:51:04.097Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1283 | 2024-07-30T18:51:09.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s |
1284 | 2024-07-30T18:51:09.288Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1285 | 2024-07-30T18:51:09.327Z | Jul 30 18:51:08.245 INFO Starting download, target: Cockroach |
1286 | 2024-07-30T18:51:09.327Z | Jul 30 18:51:08.246 INFO Starting download, target: Clickhouse |
1287 | 2024-07-30T18:51:09.327Z | Jul 30 18:51:08.246 INFO Starting download, target: Console |
1288 | 2024-07-30T18:51:09.327Z | Jul 30 18:51:08.246 INFO Starting download, target: DendriteOpenapi |
1289 | 2024-07-30T18:51:09.330Z | Jul 30 18:51:08.246 INFO Starting download, target: DendriteStub |
1290 | 2024-07-30T18:51:09.330Z | Jul 30 18:51:08.246 INFO Starting download, target: MaghemiteMgd |
1291 | 2024-07-30T18:51:09.330Z | Jul 30 18:51:08.246 INFO Starting download, target: TransceiverControl |
1292 | 2024-07-30T18:51:09.330Z | Jul 30 18:51:08.246 INFO Downloading out/downloads/dpd-fb571dc6512b24a777c5a9b2927a50501f6be297.json (attempt 1/3), target: DendriteOpenapi |
1293 | 2024-07-30T18:51:09.330Z | Jul 30 18:51:08.247 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1294 | 2024-07-30T18:51:09.330Z | Jul 30 18:51:08.247 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1295 | 2024-07-30T18:51:09.330Z | Jul 30 18:51:08.247 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1296 | 2024-07-30T18:51:09.330Z | Jul 30 18:51:08.247 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1297 | 2024-07-30T18:51:09.330Z | Jul 30 18:51:08.247 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1298 | 2024-07-30T18:51:09.330Z | Jul 30 18:51:08.247 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1299 | 2024-07-30T18:51:09.552Z | Jul 30 18:51:08.468 INFO Download complete, target: DendriteOpenapi |
1300 | 2024-07-30T18:51:09.659Z | Jul 30 18:51:08.567 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1301 | 2024-07-30T18:51:10.004Z | Jul 30 18:51:08.919 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1302 | 2024-07-30T18:51:10.148Z | Jul 30 18:51:09.067 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1303 | 2024-07-30T18:51:10.184Z | Jul 30 18:51:09.102 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1304 | 2024-07-30T18:51:10.419Z | Jul 30 18:51:09.338 INFO Download complete, target: Console |
1305 | 2024-07-30T18:51:10.496Z | Jul 30 18:51:09.415 INFO Download complete, target: TransceiverControl |
1306 | 2024-07-30T18:51:11.361Z | Jul 30 18:51:10.279 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1307 | 2024-07-30T18:51:12.344Z | Jul 30 18:51:11.260 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1308 | 2024-07-30T18:51:12.344Z | Jul 30 18:51:11.261 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1309 | 2024-07-30T18:51:13.426Z | Jul 30 18:51:12.344 INFO Download complete, target: DendriteStub |
1310 | 2024-07-30T18:51:13.654Z | Jul 30 18:51:12.572 INFO Download complete, target: MaghemiteMgd |
1311 | 2024-07-30T18:51:21.056Z | Jul 30 18:51:19.974 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1312 | 2024-07-30T18:51:21.385Z | Jul 30 18:51:20.303 INFO Checking that binary works, target: Cockroach |
1313 | 2024-07-30T18:51:21.537Z | Jul 30 18:51:20.456 INFO Download complete, target: Cockroach |
1314 | 2024-07-30T18:51:26.295Z | Jul 30 18:51:25.214 INFO Checking that binary works, target: Clickhouse |
1315 | 2024-07-30T18:51:26.607Z | Jul 30 18:51:25.525 INFO Download complete, target: Clickhouse |
1316 | 2024-07-30T18:51:26.614Z | All prerequisites installed successfully |
1317 | 2024-07-30T18:51:26.617Z | |
1318 | 2024-07-30T18:51:26.617Z | real 4:24.697143303 |
1319 | 2024-07-30T18:51:26.617Z | user 11:55.177121778 |
1320 | 2024-07-30T18:51:26.617Z | sys 2:31.266182670 |
1321 | 2024-07-30T18:51:26.617Z | trap 0.424758218 |
1322 | 2024-07-30T18:51:26.617Z | tflt 5.203804742 |
1323 | 2024-07-30T18:51:26.617Z | dflt 7.000189491 |
1324 | 2024-07-30T18:51:26.617Z | kflt 0.187892533 |
1325 | 2024-07-30T18:51:26.618Z | lock 23:39.420696481 |
1326 | 2024-07-30T18:51:26.618Z | slp 35:57.075068295 |
1327 | 2024-07-30T18:51:26.618Z | lat 38.066784672 |
1328 | 2024-07-30T18:51:26.618Z | stop 1:34.375935540 |
1329 | 2024-07-30T18:51:26.618Z | + ptime -m cargo xtask download softnpu |
1330 | 2024-07-30T18:51:27.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1331 | 2024-07-30T18:51:27.147Z | Running `target/debug/xtask download softnpu` |
1332 | 2024-07-30T18:51:27.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
1333 | 2024-07-30T18:51:27.932Z | Running `target/debug/xtask-downloader softnpu` |
1334 | 2024-07-30T18:51:27.963Z | Jul 30 18:51:26.882 INFO Starting download, target: Softnpu |
1335 | 2024-07-30T18:51:27.966Z | Jul 30 18:51:26.882 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1336 | 2024-07-30T18:51:28.749Z | Jul 30 18:51:27.668 INFO Download complete, target: Softnpu |
1337 | 2024-07-30T18:51:28.752Z | |
1338 | 2024-07-30T18:51:28.755Z | real 2.131727157 |
1339 | 2024-07-30T18:51:28.755Z | user 1.138256715 |
1340 | 2024-07-30T18:51:28.755Z | sys 0.514863404 |
1341 | 2024-07-30T18:51:28.755Z | trap 0.000408973 |
1342 | 2024-07-30T18:51:28.755Z | tflt 0.000065381 |
1343 | 2024-07-30T18:51:28.755Z | dflt 0.000179965 |
1344 | 2024-07-30T18:51:28.755Z | kflt 0.000000000 |
1345 | 2024-07-30T18:51:28.755Z | lock 8.628669948 |
1346 | 2024-07-30T18:51:28.755Z | slp 0.796567525 |
1347 | 2024-07-30T18:51:28.755Z | lat 0.073890654 |
1348 | 2024-07-30T18:51:28.755Z | stop 0.000382202 |
1349 | 2024-07-30T18:51:28.755Z | + export CARGO_INCREMENTAL=0 |
1350 | 2024-07-30T18:51:28.755Z | + CARGO_INCREMENTAL=0 |
1351 | 2024-07-30T18:51:28.756Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1352 | 2024-07-30T18:51:29.646Z | Compiling proc-macro2 v1.0.86 |
1353 | 2024-07-30T18:51:29.646Z | Compiling unicode-ident v1.0.12 |
1354 | 2024-07-30T18:51:29.646Z | Compiling libc v0.2.155 |
1355 | 2024-07-30T18:51:29.648Z | Compiling serde v1.0.204 |
1356 | 2024-07-30T18:51:29.649Z | Compiling autocfg v1.3.0 |
1357 | 2024-07-30T18:51:29.649Z | Compiling version_check v0.9.4 |
1358 | 2024-07-30T18:51:29.649Z | Compiling cfg-if v1.0.0 |
1359 | 2024-07-30T18:51:29.829Z | Compiling cc v1.0.97 |
1360 | 2024-07-30T18:51:29.872Z | Compiling parking_lot_core v0.9.10 |
1361 | 2024-07-30T18:51:29.907Z | Compiling serde_json v1.0.120 |
1362 | 2024-07-30T18:51:30.286Z | Compiling once_cell v1.19.0 |
1363 | 2024-07-30T18:51:30.289Z | Compiling libm v0.2.8 |
1364 | 2024-07-30T18:51:30.466Z | Compiling ahash v0.8.11 |
1365 | 2024-07-30T18:51:30.492Z | Compiling lock_api v0.4.12 |
1366 | 2024-07-30T18:51:30.571Z | Compiling byteorder v1.5.0 |
1367 | 2024-07-30T18:51:30.645Z | Compiling num-traits v0.2.19 |
1368 | 2024-07-30T18:51:30.743Z | Compiling memchr v2.7.2 |
1369 | 2024-07-30T18:51:30.883Z | Compiling scopeguard v1.2.0 |
1370 | 2024-07-30T18:51:30.905Z | Compiling thiserror v1.0.63 |
1371 | 2024-07-30T18:51:31.026Z | Compiling typenum v1.17.0 |
1372 | 2024-07-30T18:51:31.413Z | Compiling quote v1.0.36 |
1373 | 2024-07-30T18:51:31.898Z | Compiling syn v2.0.72 |
1374 | 2024-07-30T18:51:31.942Z | Compiling getrandom v0.2.14 |
1375 | 2024-07-30T18:51:32.031Z | Compiling log v0.4.21 |
1376 | 2024-07-30T18:51:32.200Z | Compiling itoa v1.0.11 |
1377 | 2024-07-30T18:51:32.283Z | Compiling generic-array v0.14.7 |
1378 | 2024-07-30T18:51:32.659Z | Compiling allocator-api2 v0.2.18 |
1379 | 2024-07-30T18:51:32.723Z | Compiling slab v0.4.9 |
1380 | 2024-07-30T18:51:32.846Z | Compiling ring v0.17.8 |
1381 | 2024-07-30T18:51:32.944Z | Compiling ryu v1.0.18 |
1382 | 2024-07-30T18:51:33.054Z | Compiling smallvec v1.13.2 |
1383 | 2024-07-30T18:51:33.172Z | Compiling schemars v0.8.21 |
1384 | 2024-07-30T18:51:33.224Z | Compiling semver v1.0.23 |
1385 | 2024-07-30T18:51:33.438Z | Compiling pin-project-lite v0.2.14 |
1386 | 2024-07-30T18:51:33.624Z | Compiling equivalent v1.0.1 |
1387 | 2024-07-30T18:51:33.650Z | Compiling spin v0.9.8 |
1388 | 2024-07-30T18:51:33.742Z | Compiling vcpkg v0.2.15 |
1389 | 2024-07-30T18:51:33.838Z | Compiling pkg-config v0.3.30 |
1390 | 2024-07-30T18:51:33.887Z | Compiling parking_lot v0.12.2 |
1391 | 2024-07-30T18:51:34.319Z | Compiling signal-hook-registry v1.4.2 |
1392 | 2024-07-30T18:51:35.177Z | Compiling syn v1.0.109 |
1393 | 2024-07-30T18:51:35.561Z | Compiling openssl-sys v0.9.103 |
1394 | 2024-07-30T18:51:35.775Z | Compiling mio v0.8.11 |
1395 | 2024-07-30T18:51:36.394Z | Compiling rand_core v0.6.4 |
1396 | 2024-07-30T18:51:36.467Z | Compiling num_cpus v1.16.0 |
1397 | 2024-07-30T18:51:36.594Z | Compiling socket2 v0.5.7 |
1398 | 2024-07-30T18:51:36.776Z | Compiling num-conv v0.1.0 |
1399 | 2024-07-30T18:51:37.048Z | Compiling time-core v0.1.2 |
1400 | 2024-07-30T18:51:37.211Z | Compiling time-macros v0.2.18 |
1401 | 2024-07-30T18:51:37.554Z | Compiling heck v0.5.0 |
1402 | 2024-07-30T18:51:37.664Z | Compiling httparse v1.8.0 |
1403 | 2024-07-30T18:51:38.062Z | Compiling futures-core v0.3.30 |
1404 | 2024-07-30T18:51:38.345Z | Compiling openssl v0.10.66 |
1405 | 2024-07-30T18:51:38.453Z | Compiling fnv v1.0.7 |
1406 | 2024-07-30T18:51:38.952Z | Compiling crossbeam-utils v0.8.19 |
1407 | 2024-07-30T18:51:38.980Z | Compiling rustix v0.38.34 |
1408 | 2024-07-30T18:51:39.112Z | Compiling iana-time-zone v0.1.60 |
1409 | 2024-07-30T18:51:39.472Z | Compiling serde_derive_internals v0.29.1 |
1410 | 2024-07-30T18:51:39.712Z | Compiling rustls v0.21.12 |
1411 | 2024-07-30T18:51:39.891Z | Compiling tinyvec_macros v0.1.1 |
1412 | 2024-07-30T18:51:39.964Z | Compiling native-tls v0.2.11 |
1413 | 2024-07-30T18:51:39.979Z | Compiling tinyvec v1.6.0 |
1414 | 2024-07-30T18:51:40.396Z | Compiling subtle v2.5.0 |
1415 | 2024-07-30T18:51:40.884Z | Compiling const-oid v0.9.6 |
1416 | 2024-07-30T18:51:40.978Z | Compiling ucd-trie v0.1.6 |
1417 | 2024-07-30T18:51:41.142Z | Compiling futures-sink v0.3.30 |
1418 | 2024-07-30T18:51:41.418Z | Compiling unicode-normalization v0.1.23 |
1419 | 2024-07-30T18:51:41.624Z | Compiling backtrace v0.3.71 |
1420 | 2024-07-30T18:51:41.806Z | Compiling cookie v0.17.0 |
1421 | 2024-07-30T18:51:42.061Z | Compiling unicode-bidi v0.3.15 |
1422 | 2024-07-30T18:51:42.472Z | Compiling dyn-clone v1.0.17 |
1423 | 2024-07-30T18:51:42.487Z | Compiling slog v2.7.0 |
1424 | 2024-07-30T18:51:42.693Z | Compiling futures-channel v0.3.30 |
1425 | 2024-07-30T18:51:43.171Z | Compiling futures-io v0.3.30 |
1426 | 2024-07-30T18:51:43.202Z | Compiling futures-task v0.3.30 |
1427 | 2024-07-30T18:51:43.316Z | Compiling pin-utils v0.1.0 |
1428 | 2024-07-30T18:51:43.545Z | Compiling aho-corasick v1.1.3 |
1429 | 2024-07-30T18:51:43.823Z | Compiling regex-syntax v0.8.3 |
1430 | 2024-07-30T18:51:44.113Z | Compiling winnow v0.5.40 |
1431 | 2024-07-30T18:51:45.376Z | Compiling serde_derive v1.0.204 |
1432 | 2024-07-30T18:51:46.101Z | Compiling zerocopy-derive v0.7.34 |
1433 | 2024-07-30T18:51:46.815Z | Compiling zeroize_derive v1.4.2 |
1434 | 2024-07-30T18:51:47.927Z | Compiling thiserror-impl v1.0.63 |
1435 | 2024-07-30T18:51:48.056Z | Compiling tokio-macros v2.3.0 |
1436 | 2024-07-30T18:51:48.142Z | Compiling zerocopy v0.7.34 |
1437 | 2024-07-30T18:51:48.254Z | Compiling futures-macro v0.3.30 |
1438 | 2024-07-30T18:51:48.994Z | Compiling schemars_derive v0.8.21 |
1439 | 2024-07-30T18:51:49.661Z | Compiling tracing-attributes v0.1.27 |
1440 | 2024-07-30T18:51:50.081Z | Compiling zeroize v1.7.0 |
1441 | 2024-07-30T18:51:50.465Z | Compiling hashbrown v0.14.5 |
1442 | 2024-07-30T18:51:50.596Z | Compiling openssl-macros v0.1.1 |
1443 | 2024-07-30T18:51:51.401Z | Compiling scroll_derive v0.12.0 |
1444 | 2024-07-30T18:51:51.801Z | Compiling pest v2.7.10 |
1445 | 2024-07-30T18:51:51.836Z | Compiling crypto-common v0.1.6 |
1446 | 2024-07-30T18:51:52.022Z | Compiling futures-util v0.3.30 |
1447 | 2024-07-30T18:51:52.038Z | Compiling der_derive v0.7.2 |
1448 | 2024-07-30T18:51:52.531Z | Compiling untrusted v0.9.0 |
1449 | 2024-07-30T18:51:52.709Z | Compiling anyhow v1.0.86 |
1450 | 2024-07-30T18:51:52.935Z | Compiling block-buffer v0.10.4 |
1451 | 2024-07-30T18:51:53.552Z | Compiling regex-automata v0.4.6 |
1452 | 2024-07-30T18:51:54.415Z | Compiling pest_meta v2.7.10 |
1453 | 2024-07-30T18:51:54.576Z | Compiling tracing-core v0.1.32 |
1454 | 2024-07-30T18:51:57.063Z | Compiling pest_generator v2.7.10 |
1455 | 2024-07-30T18:51:58.882Z | Compiling usdt-impl v0.5.0 |
1456 | 2024-07-30T18:51:58.943Z | Compiling pest_derive v2.7.10 |
1457 | 2024-07-30T18:51:59.038Z | Compiling powerfmt v0.2.0 |
1458 | 2024-07-30T18:51:59.189Z | Compiling rustversion v1.0.17 |
1459 | 2024-07-30T18:51:59.491Z | Compiling bytes v1.6.0 |
1460 | 2024-07-30T18:51:59.813Z | Compiling indexmap v2.2.6 |
1461 | 2024-07-30T18:52:00.596Z | Compiling tokio v1.38.1 |
1462 | 2024-07-30T18:52:00.754Z | Compiling uuid v1.10.0 |
1463 | 2024-07-30T18:52:00.910Z | Compiling bitflags v2.6.0 |
1464 | 2024-07-30T18:52:01.403Z | Compiling chrono v0.4.38 |
1465 | 2024-07-30T18:52:02.109Z | Compiling serde_tokenstream v0.2.1 |
1466 | 2024-07-30T18:52:03.061Z | Compiling toml_datetime v0.6.6 |
1467 | 2024-07-30T18:52:03.496Z | Compiling serde_spanned v0.6.6 |
1468 | 2024-07-30T18:52:03.707Z | Compiling http v0.2.12 |
1469 | 2024-07-30T18:52:05.041Z | Compiling toml_edit v0.19.15 |
1470 | 2024-07-30T18:52:06.124Z | Compiling rustc_version v0.4.0 |
1471 | 2024-07-30T18:52:06.781Z | Compiling heapless v0.7.17 |
1472 | 2024-07-30T18:52:07.140Z | Compiling deranged v0.3.11 |
1473 | 2024-07-30T18:52:07.217Z | Compiling tracing v0.1.40 |
1474 | 2024-07-30T18:52:07.985Z | Compiling digest v0.10.7 |
1475 | 2024-07-30T18:52:08.111Z | Compiling scroll v0.12.0 |
1476 | 2024-07-30T18:52:08.673Z | Compiling percent-encoding v2.3.1 |
1477 | 2024-07-30T18:52:09.432Z | Compiling plain v0.2.3 |
1478 | 2024-07-30T18:52:09.464Z | Compiling signal-hook v0.3.17 |
1479 | 2024-07-30T18:52:09.609Z | Compiling heck v0.4.1 |
1480 | 2024-07-30T18:52:10.048Z | Compiling ppv-lite86 v0.2.17 |
1481 | 2024-07-30T18:52:10.222Z | Compiling num_threads v0.1.7 |
1482 | 2024-07-30T18:52:10.313Z | Compiling goblin v0.8.2 |
1483 | 2024-07-30T18:52:10.341Z | Compiling time v0.3.36 |
1484 | 2024-07-30T18:52:10.826Z | Compiling rand_chacha v0.3.1 |
1485 | 2024-07-30T18:52:12.473Z | Compiling regex v1.10.5 |
1486 | 2024-07-30T18:52:13.504Z | Compiling pretty-hex v0.4.1 |
1487 | 2024-07-30T18:52:13.721Z | Compiling crc32fast v1.4.0 |
1488 | 2024-07-30T18:52:14.174Z | Compiling strsim v0.11.1 |
1489 | 2024-07-30T18:52:15.513Z | Compiling rand v0.8.5 |
1490 | 2024-07-30T18:52:16.302Z | Compiling dof v0.3.0 |
1491 | 2024-07-30T18:52:16.476Z | Compiling tokio-util v0.7.11 |
1492 | 2024-07-30T18:52:17.103Z | Compiling dtrace-parser v0.2.0 |
1493 | 2024-07-30T18:52:18.246Z | Compiling async-trait v0.1.81 |
1494 | 2024-07-30T18:52:18.336Z | Compiling socket2 v0.4.10 |
1495 | 2024-07-30T18:52:18.380Z | Compiling thread-id v4.2.1 |
1496 | 2024-07-30T18:52:18.664Z | Compiling unicode-width v0.1.13 |
1497 | 2024-07-30T18:52:18.900Z | Compiling smoltcp v0.9.1 |
1498 | 2024-07-30T18:52:19.015Z | Compiling foreign-types-shared v0.1.1 |
1499 | 2024-07-30T18:52:19.124Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1500 | 2024-07-30T18:52:19.169Z | Compiling base64ct v1.6.0 |
1501 | 2024-07-30T18:52:19.788Z | Compiling pem-rfc7468 v0.7.0 |
1502 | 2024-07-30T18:52:19.925Z | Compiling foreign-types v0.3.2 |
1503 | 2024-07-30T18:52:21.032Z | Compiling form_urlencoded v1.2.1 |
1504 | 2024-07-30T18:52:21.609Z | Compiling hmac v0.12.1 |
1505 | 2024-07-30T18:52:21.652Z | Compiling siphasher v0.3.11 |
1506 | 2024-07-30T18:52:21.952Z | Compiling adler v1.0.2 |
1507 | 2024-07-30T18:52:21.968Z | Compiling try-lock v0.2.5 |
1508 | 2024-07-30T18:52:22.025Z | Compiling flagset v0.4.5 |
1509 | 2024-07-30T18:52:22.241Z | Compiling der v0.7.9 |
1510 | 2024-07-30T18:52:22.254Z | Compiling miniz_oxide v0.7.2 |
1511 | 2024-07-30T18:52:22.340Z | Compiling want v0.3.1 |
1512 | 2024-07-30T18:52:24.329Z | Compiling h2 v0.3.26 |
1513 | 2024-07-30T18:52:25.616Z | Compiling sct v0.7.1 |
1514 | 2024-07-30T18:52:25.626Z | Compiling rustls-webpki v0.101.7 |
1515 | 2024-07-30T18:52:25.895Z | Compiling http-body v0.4.6 |
1516 | 2024-07-30T18:52:26.986Z | Compiling openapiv3 v2.0.0 |
1517 | 2024-07-30T18:52:27.333Z | Compiling hubpack_derive v0.1.1 |
1518 | 2024-07-30T18:52:27.555Z | Compiling zerocopy-derive v0.6.6 |
1519 | 2024-07-30T18:52:27.769Z | Compiling idna v0.5.0 |
1520 | 2024-07-30T18:52:28.372Z | Compiling lazy_static v1.5.0 |
1521 | 2024-07-30T18:52:28.459Z | Compiling errno v0.3.9 |
1522 | 2024-07-30T18:52:28.952Z | Compiling fs-err v2.11.0 |
1523 | 2024-07-30T18:52:29.177Z | Compiling anstyle v1.0.7 |
1524 | 2024-07-30T18:52:29.224Z | Compiling finl_unicode v1.2.0 |
1525 | 2024-07-30T18:52:29.548Z | Compiling httpdate v1.0.3 |
1526 | 2024-07-30T18:52:29.614Z | Compiling gimli v0.28.1 |
1527 | 2024-07-30T18:52:30.187Z | Compiling tower-service v0.3.2 |
1528 | 2024-07-30T18:52:30.360Z | Compiling stable_deref_trait v1.2.0 |
1529 | 2024-07-30T18:52:30.427Z | Compiling utf8parse v0.2.1 |
1530 | 2024-07-30T18:52:30.457Z | Compiling cpufeatures v0.2.12 |
1531 | 2024-07-30T18:52:30.469Z | Compiling openssl-probe v0.1.5 |
1532 | 2024-07-30T18:52:30.551Z | Compiling anstyle-parse v0.2.4 |
1533 | 2024-07-30T18:52:30.587Z | Compiling sha2 v0.10.8 |
1534 | 2024-07-30T18:52:31.356Z | Compiling stringprep v0.1.4 |
1535 | 2024-07-30T18:52:32.189Z | Compiling hyper v0.14.28 |
1536 | 2024-07-30T18:52:32.888Z | Compiling url v2.5.2 |
1537 | 2024-07-30T18:52:34.402Z | Compiling addr2line v0.21.0 |
1538 | 2024-07-30T18:52:35.769Z | Compiling spki v0.7.3 |
1539 | 2024-07-30T18:52:36.172Z | Compiling usdt-attr-macro v0.5.0 |
1540 | 2024-07-30T18:52:36.488Z | Compiling usdt-macro v0.5.0 |
1541 | 2024-07-30T18:52:37.803Z | Compiling md-5 v0.10.6 |
1542 | 2024-07-30T18:52:41.872Z | Compiling idna v0.3.0 |
1543 | 2024-07-30T18:52:42.116Z | Compiling diesel_table_macro_syntax v0.1.0 |
1544 | 2024-07-30T18:52:42.253Z | Compiling num-integer v0.1.46 |
1545 | 2024-07-30T18:52:42.953Z | Compiling object v0.32.2 |
1546 | 2024-07-30T18:52:43.349Z | Compiling hash32 v0.2.1 |
1547 | 2024-07-30T18:52:43.755Z | Compiling fallible-iterator v0.2.0 |
1548 | 2024-07-30T18:52:45.063Z | Compiling psl-types v2.0.11 |
1549 | 2024-07-30T18:52:45.264Z | Compiling rustc-demangle v0.1.24 |
1550 | 2024-07-30T18:52:45.354Z | Compiling base64 v0.22.1 |
1551 | 2024-07-30T18:52:46.079Z | Compiling is_terminal_polyfill v1.70.0 |
1552 | 2024-07-30T18:52:47.565Z | Compiling colorchoice v1.0.1 |
1553 | 2024-07-30T18:52:47.722Z | Compiling anstyle-query v1.0.3 |
1554 | 2024-07-30T18:52:47.862Z | Compiling anstream v0.6.14 |
1555 | 2024-07-30T18:52:48.597Z | Compiling postgres-protocol v0.6.7 |
1556 | 2024-07-30T18:52:51.658Z | Compiling publicsuffix v2.2.3 |
1557 | 2024-07-30T18:52:51.919Z | Compiling diesel_derives v2.1.4 |
1558 | 2024-07-30T18:52:53.982Z | Compiling tokio-rustls v0.24.1 |
1559 | 2024-07-30T18:52:58.043Z | Compiling pkcs8 v0.10.2 |
1560 | 2024-07-30T18:52:58.579Z | Compiling terminal_size v0.3.0 |
1561 | 2024-07-30T18:52:59.074Z | Compiling tokio-native-tls v0.3.1 |
1562 | 2024-07-30T18:52:59.371Z | Compiling phf_shared v0.11.2 |
1563 | 2024-07-30T18:52:59.910Z | Compiling strum_macros v0.25.3 |
1564 | 2024-07-30T18:53:00.645Z | Compiling enum-as-inner v0.5.1 |
1565 | 2024-07-30T18:53:01.493Z | Compiling regress v0.9.1 |
1566 | 2024-07-30T18:53:01.658Z | Compiling block-padding v0.3.3 |
1567 | 2024-07-30T18:53:01.890Z | Compiling serde_repr v0.1.19 |
1568 | 2024-07-30T18:53:02.787Z | Compiling clap_derive v4.5.8 |
1569 | 2024-07-30T18:53:03.921Z | Compiling ff v0.13.0 |
1570 | 2024-07-30T18:53:04.076Z | Compiling scheduled-thread-pool v0.2.7 |
1571 | 2024-07-30T18:53:04.606Z | Compiling encoding_rs v0.8.34 |
1572 | 2024-07-30T18:53:06.272Z | Compiling either v1.12.0 |
1573 | 2024-07-30T18:53:06.444Z | Compiling managed v0.8.0 |
1574 | 2024-07-30T18:53:06.716Z | Compiling clap_lex v0.7.0 |
1575 | 2024-07-30T18:53:06.923Z | Compiling ipnet v2.9.0 |
1576 | 2024-07-30T18:53:07.151Z | Compiling base16ct v0.2.0 |
1577 | 2024-07-30T18:53:07.512Z | Compiling matches v0.1.10 |
1578 | 2024-07-30T18:53:07.606Z | Compiling mime v0.3.17 |
1579 | 2024-07-30T18:53:07.896Z | Compiling bit-vec v0.6.3 |
1580 | 2024-07-30T18:53:08.472Z | Compiling bitflags v1.3.2 |
1581 | 2024-07-30T18:53:08.656Z | Compiling regex-automata v0.1.10 |
1582 | 2024-07-30T18:53:08.748Z | Compiling base64 v0.21.7 |
1583 | 2024-07-30T18:53:09.144Z | Compiling bstr v0.2.17 |
1584 | 2024-07-30T18:53:09.436Z | Compiling rustls-pemfile v1.0.4 |
1585 | 2024-07-30T18:53:10.152Z | Compiling idna v0.2.3 |
1586 | 2024-07-30T18:53:10.558Z | Compiling sec1 v0.7.3 |
1587 | 2024-07-30T18:53:11.101Z | Compiling clap_builder v4.5.9 |
1588 | 2024-07-30T18:53:11.588Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1589 | 2024-07-30T18:53:11.738Z | Compiling r2d2 v0.8.10 |
1590 | 2024-07-30T18:53:12.075Z | Compiling group v0.13.0 |
1591 | 2024-07-30T18:53:14.640Z | Compiling inout v0.1.3 |
1592 | 2024-07-30T18:53:15.939Z | Compiling phf v0.11.2 |
1593 | 2024-07-30T18:53:16.250Z | Compiling hyper-tls v0.5.0 |
1594 | 2024-07-30T18:53:16.504Z | Compiling signal-hook-mio v0.2.3 |
1595 | 2024-07-30T18:53:16.613Z | Compiling hyper-rustls v0.24.2 |
1596 | 2024-07-30T18:53:16.656Z | Compiling cookie_store v0.20.0 |
1597 | 2024-07-30T18:53:16.969Z | Compiling postgres-types v0.2.7 |
1598 | 2024-07-30T18:53:17.217Z | Compiling num-bigint v0.4.5 |
1599 | 2024-07-30T18:53:18.021Z | Compiling zerocopy v0.6.6 |
1600 | 2024-07-30T18:53:18.566Z | Compiling hubpack v0.1.2 |
1601 | 2024-07-30T18:53:18.854Z | Compiling phf_shared v0.10.0 |
1602 | 2024-07-30T18:53:18.923Z | Compiling hkdf v0.12.4 |
1603 | 2024-07-30T18:53:19.020Z | Compiling serde_urlencoded v0.7.1 |
1604 | 2024-07-30T18:53:19.138Z | Compiling crossbeam-epoch v0.9.18 |
1605 | 2024-07-30T18:53:19.553Z | Compiling ipnetwork v0.20.0 |
1606 | 2024-07-30T18:53:20.690Z | Compiling futures-executor v0.3.30 |
1607 | 2024-07-30T18:53:20.987Z | Compiling crypto-bigint v0.5.5 |
1608 | 2024-07-30T18:53:21.273Z | Compiling float-cmp v0.9.0 |
1609 | 2024-07-30T18:53:21.448Z | Compiling memmap v0.7.0 |
1610 | 2024-07-30T18:53:21.784Z | Compiling new_debug_unreachable v1.0.6 |
1611 | 2024-07-30T18:53:21.882Z | Compiling static_assertions v1.1.0 |
1612 | 2024-07-30T18:53:21.899Z | Compiling data-encoding v2.6.0 |
1613 | 2024-07-30T18:53:21.984Z | Compiling minimal-lexical v0.2.1 |
1614 | 2024-07-30T18:53:22.515Z | Compiling whoami v1.5.1 |
1615 | 2024-07-30T18:53:23.109Z | Compiling predicates-core v1.0.6 |
1616 | 2024-07-30T18:53:23.425Z | Compiling webpki-roots v0.25.4 |
1617 | 2024-07-30T18:53:23.577Z | Compiling normalize-line-endings v0.3.0 |
1618 | 2024-07-30T18:53:23.611Z | Compiling difflib v0.4.0 |
1619 | 2024-07-30T18:53:23.698Z | Compiling unicode-segmentation v1.11.0 |
1620 | 2024-07-30T18:53:24.260Z | Compiling winnow v0.6.8 |
1621 | 2024-07-30T18:53:24.937Z | Compiling precomputed-hash v0.1.1 |
1622 | 2024-07-30T18:53:25.054Z | Compiling fixedbitset v0.4.2 |
1623 | 2024-07-30T18:53:25.097Z | Compiling sync_wrapper v0.1.2 |
1624 | 2024-07-30T18:53:25.227Z | Compiling reqwest v0.11.27 |
1625 | 2024-07-30T18:53:25.573Z | Compiling petgraph v0.6.5 |
1626 | 2024-07-30T18:53:25.763Z | Compiling string_cache v0.8.7 |
1627 | 2024-07-30T18:53:25.954Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1628 | 2024-07-30T18:53:26.208Z | Compiling similar v2.5.0 |
1629 | 2024-07-30T18:53:27.257Z | Compiling predicates v3.1.0 |
1630 | 2024-07-30T18:53:28.126Z | Compiling toml_edit v0.22.16 |
1631 | 2024-07-30T18:53:28.807Z | Compiling elliptic-curve v0.13.8 |
1632 | 2024-07-30T18:53:29.492Z | Compiling tokio-postgres v0.7.11 |
1633 | 2024-07-30T18:53:29.561Z | Compiling trust-dns-proto v0.22.0 |
1634 | 2024-07-30T18:53:29.907Z | Compiling nom v7.1.3 |
1635 | 2024-07-30T18:53:29.969Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1636 | 2024-07-30T18:53:33.523Z | Compiling usdt v0.5.0 |
1637 | 2024-07-30T18:53:33.995Z | Compiling futures v0.3.30 |
1638 | 2024-07-30T18:53:34.112Z | Compiling diesel v2.1.6 |
1639 | 2024-07-30T18:53:34.288Z | Compiling yasna v0.5.2 |
1640 | 2024-07-30T18:53:35.271Z | Compiling crossterm v0.27.0 |
1641 | 2024-07-30T18:53:35.536Z | Compiling flate2 v1.0.30 |
1642 | 2024-07-30T18:53:35.841Z | Compiling cipher v0.4.4 |
1643 | 2024-07-30T18:53:35.885Z | Compiling clap v4.5.9 |
1644 | 2024-07-30T18:53:36.410Z | Compiling bit-set v0.5.3 |
1645 | 2024-07-30T18:53:36.484Z | Compiling itertools v0.10.5 |
1646 | 2024-07-30T18:53:36.677Z | Compiling itertools v0.12.1 |
1647 | 2024-07-30T18:53:37.132Z | Compiling num-iter v0.1.45 |
1648 | 2024-07-30T18:53:37.312Z | Compiling console v0.15.8 |
1649 | 2024-07-30T18:53:38.499Z | Compiling tokio-stream v0.1.15 |
1650 | 2024-07-30T18:53:38.624Z | Compiling toml v0.7.8 |
1651 | 2024-07-30T18:53:38.671Z | Compiling hex v0.4.3 |
1652 | 2024-07-30T18:53:39.275Z | Compiling bstr v1.9.1 |
1653 | 2024-07-30T18:53:39.893Z | Compiling unicode-xid v0.2.4 |
1654 | 2024-07-30T18:53:39.916Z | Compiling lalrpop-util v0.19.12 |
1655 | 2024-07-30T18:53:40.194Z | Compiling camino v1.1.7 |
1656 | 2024-07-30T18:53:40.239Z | Compiling peg-runtime v0.8.3 |
1657 | 2024-07-30T18:53:40.940Z | Compiling proc-macro-crate v1.3.1 |
1658 | 2024-07-30T18:53:41.556Z | Compiling heapless v0.8.0 |
1659 | 2024-07-30T18:53:43.207Z | Compiling num_enum_derive v0.5.11 |
1660 | 2024-07-30T18:53:50.403Z | Compiling hash32 v0.3.1 |
1661 | 2024-07-30T18:53:50.781Z | Compiling smoltcp v0.11.0 |
1662 | 2024-07-30T18:53:50.919Z | Compiling rustls-pki-types v1.7.0 |
1663 | 2024-07-30T18:53:51.393Z | Compiling ident_case v1.0.1 |
1664 | 2024-07-30T18:53:53.629Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1665 | 2024-07-30T18:53:56.795Z | Compiling darling_core v0.20.9 |
1666 | 2024-07-30T18:54:07.593Z | Compiling num_enum v0.5.11 |
1667 | 2024-07-30T18:54:08.297Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1668 | 2024-07-30T18:54:08.492Z | Compiling getopts v0.2.21 |
1669 | 2024-07-30T18:54:09.308Z | Compiling dirs-sys-next v0.1.2 |
1670 | 2024-07-30T18:54:09.853Z | Compiling proc-macro-error-attr v1.0.4 |
1671 | 2024-07-30T18:54:10.412Z | Compiling rustls v0.22.4 |
1672 | 2024-07-30T18:54:10.638Z | Compiling cobs v0.2.3 |
1673 | 2024-07-30T18:54:10.824Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1674 | 2024-07-30T18:54:10.848Z | Compiling embedded-io v0.4.0 |
1675 | 2024-07-30T18:54:11.084Z | Compiling paste v1.0.15 |
1676 | 2024-07-30T18:54:11.144Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1677 | 2024-07-30T18:54:11.422Z | Compiling unsafe-libyaml v0.2.11 |
1678 | 2024-07-30T18:54:13.198Z | Compiling serde_yaml v0.9.34+deprecated |
1679 | 2024-07-30T18:54:13.637Z | Compiling postcard v1.0.8 |
1680 | 2024-07-30T18:54:16.246Z | Compiling dirs-next v2.0.0 |
1681 | 2024-07-30T18:54:17.348Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1682 | 2024-07-30T18:54:19.813Z | Compiling darling_macro v0.20.9 |
1683 | 2024-07-30T18:54:20.747Z | Compiling rustls-webpki v0.102.4 |
1684 | 2024-07-30T18:54:27.541Z | Compiling strum_macros v0.26.4 |
1685 | 2024-07-30T18:54:29.146Z | Compiling structmeta-derive v0.3.0 |
1686 | 2024-07-30T18:54:29.453Z | Compiling foreign-types-macros v0.2.3 |
1687 | 2024-07-30T18:54:30.648Z | Compiling thread_local v1.1.8 |
1688 | 2024-07-30T18:54:30.714Z | Compiling proc-macro-error v1.0.4 |
1689 | 2024-07-30T18:54:31.008Z | Compiling multer v3.1.0 |
1690 | 2024-07-30T18:54:31.288Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1691 | 2024-07-30T18:54:31.419Z | Compiling match_cfg v0.1.0 |
1692 | 2024-07-30T18:54:31.610Z | Compiling slog-async v2.8.0 |
1693 | 2024-07-30T18:54:32.068Z | Compiling foreign-types-shared v0.3.1 |
1694 | 2024-07-30T18:54:33.027Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1695 | 2024-07-30T18:54:33.146Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1696 | 2024-07-30T18:54:33.448Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1697 | 2024-07-30T18:54:38.356Z | Compiling strum v0.26.3 |
1698 | 2024-07-30T18:54:39.344Z | Compiling foreign-types v0.5.0 |
1699 | 2024-07-30T18:54:39.469Z | Compiling structmeta v0.3.0 |
1700 | 2024-07-30T18:54:40.124Z | Compiling hostname v0.3.1 |
1701 | 2024-07-30T18:54:41.665Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1702 | 2024-07-30T18:54:46.010Z | Compiling darling v0.20.9 |
1703 | 2024-07-30T18:54:53.689Z | Compiling term v0.7.0 |
1704 | 2024-07-30T18:54:57.847Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1705 | 2024-07-30T18:54:58.664Z | Compiling slog-json v2.6.1 |
1706 | 2024-07-30T18:54:59.186Z | Compiling tabwriter v1.4.0 |
1707 | 2024-07-30T18:54:59.417Z | Compiling crossbeam-channel v0.5.12 |
1708 | 2024-07-30T18:55:01.177Z | Compiling http v1.1.0 |
1709 | 2024-07-30T18:55:01.248Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1710 | 2024-07-30T18:55:01.298Z | Compiling async-stream-impl v0.3.5 |
1711 | 2024-07-30T18:55:01.719Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1712 | 2024-07-30T18:55:02.036Z | Compiling cstr-argument v0.1.2 |
1713 | 2024-07-30T18:55:02.181Z | Compiling is-terminal v0.4.12 |
1714 | 2024-07-30T18:55:02.299Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1715 | 2024-07-30T18:55:02.581Z | Compiling fastrand v2.1.0 |
1716 | 2024-07-30T18:55:02.597Z | Compiling crucible-workspace-hack v0.1.0 |
1717 | 2024-07-30T18:55:02.612Z | Compiling rayon-core v1.12.1 |
1718 | 2024-07-30T18:55:02.866Z | Compiling atomic-waker v1.1.2 |
1719 | 2024-07-30T18:55:02.881Z | Compiling take_mut v0.2.2 |
1720 | 2024-07-30T18:55:03.051Z | Compiling pretty-hex v0.2.1 |
1721 | 2024-07-30T18:55:03.067Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1722 | 2024-07-30T18:55:03.271Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1723 | 2024-07-30T18:55:03.386Z | Compiling waitgroup v0.1.2 |
1724 | 2024-07-30T18:55:03.646Z | Compiling tempfile v3.10.1 |
1725 | 2024-07-30T18:55:03.794Z | Compiling async-stream v0.3.5 |
1726 | 2024-07-30T18:55:04.431Z | Compiling slog-term v2.9.1 |
1727 | 2024-07-30T18:55:05.518Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1728 | 2024-07-30T18:55:06.013Z | Compiling slog-bunyan v2.5.0 |
1729 | 2024-07-30T18:55:06.302Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1730 | 2024-07-30T18:55:06.532Z | Compiling tokio-rustls v0.25.0 |
1731 | 2024-07-30T18:55:06.548Z | Compiling serde_with_macros v3.8.3 |
1732 | 2024-07-30T18:55:06.574Z | Compiling parse-display-derive v0.9.1 |
1733 | 2024-07-30T18:55:07.009Z | Compiling toml v0.8.15 |
1734 | 2024-07-30T18:55:07.088Z | Compiling rustls-pemfile v2.1.2 |
1735 | 2024-07-30T18:55:07.224Z | Compiling sha1 v0.10.6 |
1736 | 2024-07-30T18:55:07.865Z | Compiling crossbeam-deque v0.8.5 |
1737 | 2024-07-30T18:55:08.045Z | Compiling colored v2.1.0 |
1738 | 2024-07-30T18:55:08.265Z | Compiling newtype-uuid v1.1.0 |
1739 | 2024-07-30T18:55:08.612Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1740 | 2024-07-30T18:55:09.343Z | Compiling serde_path_to_error v0.1.16 |
1741 | 2024-07-30T18:55:09.362Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1742 | 2024-07-30T18:55:10.105Z | Compiling hostname v0.4.0 |
1743 | 2024-07-30T18:55:10.356Z | Compiling instant v0.1.12 |
1744 | 2024-07-30T18:55:10.504Z | Compiling debug-ignore v1.0.5 |
1745 | 2024-07-30T18:55:10.529Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1746 | 2024-07-30T18:55:10.662Z | Compiling backoff v0.4.0 |
1747 | 2024-07-30T18:55:10.774Z | Compiling parse-display v0.9.1 |
1748 | 2024-07-30T18:55:10.932Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1749 | 2024-07-30T18:55:11.038Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1750 | 2024-07-30T18:55:11.252Z | Compiling serde_with v3.8.3 |
1751 | 2024-07-30T18:55:12.625Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1752 | 2024-07-30T18:55:14.192Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1753 | 2024-07-30T18:55:15.595Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1754 | 2024-07-30T18:55:15.654Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1755 | 2024-07-30T18:55:15.904Z | Compiling camino-tempfile v1.1.1 |
1756 | 2024-07-30T18:55:16.456Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1757 | 2024-07-30T18:55:16.659Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1758 | 2024-07-30T18:55:16.849Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1759 | 2024-07-30T18:55:16.959Z | Compiling macaddr v1.0.1 |
1760 | 2024-07-30T18:55:17.590Z | Compiling num-derive v0.4.2 |
1761 | 2024-07-30T18:55:17.840Z | Compiling sigpipe v0.1.3 |
1762 | 2024-07-30T18:55:17.964Z | Compiling libefi-sys v0.1.0 |
1763 | 2024-07-30T18:55:18.269Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1764 | 2024-07-30T18:55:18.848Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1765 | 2024-07-30T18:55:19.859Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1766 | 2024-07-30T18:55:19.920Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1767 | 2024-07-30T18:55:20.729Z | Compiling rayon v1.10.0 |
1768 | 2024-07-30T18:55:21.553Z | Compiling smf v0.2.3 |
1769 | 2024-07-30T18:55:22.135Z | Compiling bitfield-struct v0.6.1 |
1770 | 2024-07-30T18:55:22.237Z | Compiling blake3 v1.5.1 |
1771 | 2024-07-30T18:55:22.799Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1772 | 2024-07-30T18:55:23.167Z | Compiling ring v0.16.20 |
1773 | 2024-07-30T18:55:23.492Z | Compiling portable-atomic v1.6.0 |
1774 | 2024-07-30T18:55:24.002Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1775 | 2024-07-30T18:55:24.757Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1776 | 2024-07-30T18:55:24.831Z | Compiling xattr v1.3.1 |
1777 | 2024-07-30T18:55:24.928Z | Compiling filetime v0.2.23 |
1778 | 2024-07-30T18:55:25.145Z | Compiling memmap2 v0.9.4 |
1779 | 2024-07-30T18:55:25.283Z | Compiling constant_time_eq v0.3.0 |
1780 | 2024-07-30T18:55:25.458Z | Compiling spin v0.5.2 |
1781 | 2024-07-30T18:55:25.697Z | Compiling arrayref v0.3.7 |
1782 | 2024-07-30T18:55:25.745Z | Compiling arrayvec v0.7.4 |
1783 | 2024-07-30T18:55:25.795Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1784 | 2024-07-30T18:55:25.916Z | Compiling same-file v1.0.6 |
1785 | 2024-07-30T18:55:25.935Z | Compiling untrusted v0.7.1 |
1786 | 2024-07-30T18:55:26.121Z | Compiling walkdir v2.5.0 |
1787 | 2024-07-30T18:55:26.168Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1788 | 2024-07-30T18:55:26.736Z | Compiling tar v0.4.41 |
1789 | 2024-07-30T18:55:27.772Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1790 | 2024-07-30T18:55:27.788Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1791 | 2024-07-30T18:55:30.139Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1792 | 2024-07-30T18:55:31.271Z | Compiling cargo-platform v0.1.8 |
1793 | 2024-07-30T18:55:32.182Z | Compiling gethostname v0.4.3 |
1794 | 2024-07-30T18:55:32.427Z | Compiling topological-sort v0.2.2 |
1795 | 2024-07-30T18:55:32.464Z | Compiling number_prefix v0.4.0 |
1796 | 2024-07-30T18:55:32.501Z | Compiling cargo_metadata v0.18.1 |
1797 | 2024-07-30T18:55:32.702Z | Compiling omicron-zone-package v0.11.0 |
1798 | 2024-07-30T18:55:32.720Z | Compiling indicatif v0.17.8 |
1799 | 2024-07-30T18:55:40.996Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1800 | 2024-07-30T18:55:45.395Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1801 | 2024-07-30T18:55:45.986Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1802 | 2024-07-30T18:55:47.574Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1803 | 2024-07-30T18:56:05.067Z | Finished `release` profile [optimized] target(s) in 4m 36s |
1804 | 2024-07-30T18:56:05.181Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1805 | 2024-07-30T18:56:05.221Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1806 | 2024-07-30T18:56:05.226Z | Created new build target 'test' and set it as active |
1807 | 2024-07-30T18:56:05.226Z | |
1808 | 2024-07-30T18:56:05.226Z | real 4:36.473054111 |
1809 | 2024-07-30T18:56:05.226Z | user 31:18.641868725 |
1810 | 2024-07-30T18:56:05.226Z | sys 4:01.373654191 |
1811 | 2024-07-30T18:56:05.226Z | trap 0.971826398 |
1812 | 2024-07-30T18:56:05.226Z | tflt 2.057472446 |
1813 | 2024-07-30T18:56:05.226Z | dflt 1.080301278 |
1814 | 2024-07-30T18:56:05.226Z | kflt 0.006373881 |
1815 | 2024-07-30T18:56:05.226Z | lock 1:09:50.490357927 |
1816 | 2024-07-30T18:56:05.226Z | slp 1:27:40.373635500 |
1817 | 2024-07-30T18:56:05.226Z | lat 2:01.482173024 |
1818 | 2024-07-30T18:56:05.226Z | stop 3:09.372362834 |
1819 | 2024-07-30T18:56:05.226Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1820 | 2024-07-30T18:56:06.145Z | Finished `release` profile [optimized] target(s) in 0.87s |
1821 | 2024-07-30T18:56:06.188Z | Running `target/release/omicron-package -t test package` |
1822 | 2024-07-30T18:56:06.225Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1823 | 2024-07-30T18:56:07.320Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1824 | 2024-07-30T18:56:07.320Z | Compiling camino v1.1.7 |
1825 | 2024-07-30T18:56:07.326Z | Compiling password-hash v0.5.0 |
1826 | 2024-07-30T18:56:07.326Z | Compiling blake2 v0.10.6 |
1827 | 2024-07-30T18:56:07.326Z | Compiling derive-where v1.2.7 |
1828 | 2024-07-30T18:56:07.420Z | Compiling humantime v2.1.0 |
1829 | 2024-07-30T18:56:07.424Z | Compiling newline-converter v0.3.0 |
1830 | 2024-07-30T18:56:07.424Z | Compiling toml v0.8.15 |
1831 | 2024-07-30T18:56:07.641Z | Compiling expectorate v1.1.0 |
1832 | 2024-07-30T18:56:07.669Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1833 | 2024-07-30T18:56:07.825Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1834 | 2024-07-30T18:56:08.138Z | Compiling argon2 v0.5.3 |
1835 | 2024-07-30T18:56:08.353Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1836 | 2024-07-30T18:56:08.437Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1837 | 2024-07-30T18:56:08.572Z | Compiling dirs-sys-next v0.1.2 |
1838 | 2024-07-30T18:56:08.687Z | Compiling prettyplease v0.2.20 |
1839 | 2024-07-30T18:56:08.964Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1840 | 2024-07-30T18:56:08.987Z | Compiling dirs-next v2.0.0 |
1841 | 2024-07-30T18:56:09.098Z | Compiling semver v0.1.20 |
1842 | 2024-07-30T18:56:09.167Z | Compiling term v0.7.0 |
1843 | 2024-07-30T18:56:09.606Z | Compiling rustc_version v0.1.7 |
1844 | 2024-07-30T18:56:09.725Z | Compiling is-terminal v0.4.12 |
1845 | 2024-07-30T18:56:09.804Z | Compiling home v0.5.9 |
1846 | 2024-07-30T18:56:09.854Z | Compiling convert_case v0.4.0 |
1847 | 2024-07-30T18:56:10.034Z | Compiling newtype_derive v0.1.6 |
1848 | 2024-07-30T18:56:10.050Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1849 | 2024-07-30T18:56:10.549Z | Compiling rustls-pki-types v1.7.0 |
1850 | 2024-07-30T18:56:10.579Z | Compiling steno v0.4.1 |
1851 | 2024-07-30T18:56:10.647Z | Compiling derive_more v0.99.18 |
1852 | 2024-07-30T18:56:10.755Z | Compiling rustls v0.22.4 |
1853 | 2024-07-30T18:56:10.782Z | Compiling thread_local v1.1.8 |
1854 | 2024-07-30T18:56:11.303Z | Compiling rustls-webpki v0.102.4 |
1855 | 2024-07-30T18:56:11.327Z | Compiling match_cfg v0.1.0 |
1856 | 2024-07-30T18:56:11.424Z | Compiling linked-hash-map v0.5.6 |
1857 | 2024-07-30T18:56:11.870Z | Compiling lru-cache v0.1.2 |
1858 | 2024-07-30T18:56:12.098Z | Compiling hostname v0.3.1 |
1859 | 2024-07-30T18:56:13.236Z | Compiling multer v3.1.0 |
1860 | 2024-07-30T18:56:13.306Z | Compiling slog-async v2.8.0 |
1861 | 2024-07-30T18:56:13.376Z | Compiling slog-json v2.6.1 |
1862 | 2024-07-30T18:56:13.491Z | Compiling crossbeam-channel v0.5.12 |
1863 | 2024-07-30T18:56:13.762Z | Compiling http v1.1.0 |
1864 | 2024-07-30T18:56:14.598Z | Compiling take_mut v0.2.2 |
1865 | 2024-07-30T18:56:14.613Z | Compiling atomic-waker v1.1.2 |
1866 | 2024-07-30T18:56:14.766Z | Compiling waitgroup v0.1.2 |
1867 | 2024-07-30T18:56:14.976Z | Compiling slog-bunyan v2.5.0 |
1868 | 2024-07-30T18:56:15.178Z | Compiling slog-term v2.9.1 |
1869 | 2024-07-30T18:56:16.185Z | Compiling rustls-pemfile v2.1.2 |
1870 | 2024-07-30T18:56:16.388Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1871 | 2024-07-30T18:56:16.461Z | Compiling async-stream v0.3.5 |
1872 | 2024-07-30T18:56:16.632Z | Compiling sha1 v0.10.6 |
1873 | 2024-07-30T18:56:16.759Z | Compiling tokio-rustls v0.25.0 |
1874 | 2024-07-30T18:56:16.879Z | Compiling newtype-uuid v1.1.0 |
1875 | 2024-07-30T18:56:16.950Z | Compiling serde_path_to_error v0.1.16 |
1876 | 2024-07-30T18:56:17.073Z | Compiling hostname v0.4.0 |
1877 | 2024-07-30T18:56:17.178Z | Compiling instant v0.1.12 |
1878 | 2024-07-30T18:56:17.194Z | Compiling slog-dtrace v0.3.0 |
1879 | 2024-07-30T18:56:17.270Z | Compiling debug-ignore v1.0.5 |
1880 | 2024-07-30T18:56:17.321Z | Compiling backoff v0.4.0 |
1881 | 2024-07-30T18:56:17.416Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1882 | 2024-07-30T18:56:17.550Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1883 | 2024-07-30T18:56:17.720Z | Compiling parse-display v0.9.1 |
1884 | 2024-07-30T18:56:17.744Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1885 | 2024-07-30T18:56:17.927Z | Compiling serde_with v3.8.3 |
1886 | 2024-07-30T18:56:18.243Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1887 | 2024-07-30T18:56:18.307Z | Compiling strum v0.26.3 |
1888 | 2024-07-30T18:56:18.493Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1889 | 2024-07-30T18:56:19.654Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1890 | 2024-07-30T18:56:20.352Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1891 | 2024-07-30T18:56:24.473Z | Compiling num-rational v0.4.2 |
1892 | 2024-07-30T18:56:24.507Z | Compiling num-complex v0.4.6 |
1893 | 2024-07-30T18:56:24.507Z | Compiling macaddr v1.0.1 |
1894 | 2024-07-30T18:56:24.507Z | Compiling swrite v0.1.0 |
1895 | 2024-07-30T18:56:24.507Z | Compiling num v0.4.3 |
1896 | 2024-07-30T18:56:24.507Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1897 | 2024-07-30T18:56:24.507Z | Compiling float-ord v0.3.2 |
1898 | 2024-07-30T18:56:24.507Z | Compiling quick-error v1.2.3 |
1899 | 2024-07-30T18:56:24.507Z | Compiling resolv-conf v0.7.0 |
1900 | 2024-07-30T18:56:25.298Z | Compiling trust-dns-resolver v0.22.0 |
1901 | 2024-07-30T18:56:25.355Z | Compiling rayon-core v1.12.1 |
1902 | 2024-07-30T18:56:25.383Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1903 | 2024-07-30T18:56:26.089Z | Compiling crossbeam-deque v0.8.5 |
1904 | 2024-07-30T18:56:26.338Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1905 | 2024-07-30T18:56:26.461Z | Compiling termcolor v1.4.1 |
1906 | 2024-07-30T18:56:27.644Z | Compiling fastrand v2.1.0 |
1907 | 2024-07-30T18:56:28.197Z | Compiling display-error-chain v0.2.0 |
1908 | 2024-07-30T18:56:28.393Z | Compiling same-file v1.0.6 |
1909 | 2024-07-30T18:56:28.636Z | Compiling walkdir v2.5.0 |
1910 | 2024-07-30T18:56:29.337Z | Compiling tempfile v3.10.1 |
1911 | 2024-07-30T18:56:31.916Z | Compiling half v2.4.1 |
1912 | 2024-07-30T18:56:31.937Z | Compiling utf-8 v0.7.6 |
1913 | 2024-07-30T18:56:32.295Z | Compiling ciborium-io v0.2.2 |
1914 | 2024-07-30T18:56:32.453Z | Compiling blake3 v1.5.1 |
1915 | 2024-07-30T18:56:32.674Z | Compiling ciborium-ll v0.2.2 |
1916 | 2024-07-30T18:56:32.843Z | Compiling ring v0.16.20 |
1917 | 2024-07-30T18:56:33.183Z | Compiling rayon v1.10.0 |
1918 | 2024-07-30T18:56:35.720Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1919 | 2024-07-30T18:56:38.198Z | Compiling xattr v1.3.1 |
1920 | 2024-07-30T18:56:38.481Z | Compiling nibble_vec v0.1.0 |
1921 | 2024-07-30T18:56:38.725Z | Compiling filetime v0.2.23 |
1922 | 2024-07-30T18:56:39.079Z | Compiling memmap2 v0.9.4 |
1923 | 2024-07-30T18:56:39.293Z | Compiling untrusted v0.7.1 |
1924 | 2024-07-30T18:56:39.495Z | Compiling arrayvec v0.7.4 |
1925 | 2024-07-30T18:56:39.519Z | Compiling endian-type v0.1.2 |
1926 | 2024-07-30T18:56:39.844Z | Compiling spin v0.5.2 |
1927 | 2024-07-30T18:56:39.974Z | Compiling cancel-safe-futures v0.1.5 |
1928 | 2024-07-30T18:56:40.083Z | Compiling arrayref v0.3.7 |
1929 | 2024-07-30T18:56:40.159Z | Compiling constant_time_eq v0.3.0 |
1930 | 2024-07-30T18:56:41.881Z | Compiling radix_trie v0.2.1 |
1931 | 2024-07-30T18:56:42.814Z | Compiling tar v0.4.41 |
1932 | 2024-07-30T18:56:43.881Z | Compiling ciborium v0.2.2 |
1933 | 2024-07-30T18:56:44.810Z | Compiling camino-tempfile v1.1.1 |
1934 | 2024-07-30T18:56:45.280Z | Compiling toolchain_find v0.4.0 |
1935 | 2024-07-30T18:56:45.885Z | Compiling glob v0.3.1 |
1936 | 2024-07-30T18:56:46.092Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1937 | 2024-07-30T18:56:46.194Z | Compiling topological-sort v0.2.2 |
1938 | 2024-07-30T18:56:46.453Z | Compiling radium v0.7.0 |
1939 | 2024-07-30T18:56:46.734Z | Compiling maplit v1.0.2 |
1940 | 2024-07-30T18:56:46.867Z | Compiling crunchy v0.2.2 |
1941 | 2024-07-30T18:56:46.936Z | Compiling clang-sys v1.7.0 |
1942 | 2024-07-30T18:56:47.368Z | Compiling omicron-zone-package v0.11.0 |
1943 | 2024-07-30T18:56:47.621Z | Compiling rustfmt-wrapper v0.2.1 |
1944 | 2024-07-30T18:56:48.250Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1945 | 2024-07-30T18:56:48.628Z | Compiling tap v1.0.1 |
1946 | 2024-07-30T18:56:48.836Z | Compiling maybe-uninit v2.0.0 |
1947 | 2024-07-30T18:56:49.329Z | Compiling tiny-keccak v2.0.2 |
1948 | 2024-07-30T18:56:49.590Z | Compiling wyz v0.5.1 |
1949 | 2024-07-30T18:56:50.116Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1950 | 2024-07-30T18:56:50.402Z | Compiling packed_struct v0.10.1 |
1951 | 2024-07-30T18:56:50.580Z | Compiling arc-swap v1.7.1 |
1952 | 2024-07-30T18:56:50.829Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1953 | 2024-07-30T18:56:50.867Z | Compiling crc-catalog v2.4.0 |
1954 | 2024-07-30T18:56:51.037Z | Compiling num-bigint-dig v0.8.4 |
1955 | 2024-07-30T18:56:51.282Z | Compiling funty v2.0.0 |
1956 | 2024-07-30T18:56:51.315Z | Compiling slog-scope v4.4.0 |
1957 | 2024-07-30T18:56:51.361Z | Compiling crc v3.2.1 |
1958 | 2024-07-30T18:56:53.303Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1959 | 2024-07-30T18:56:53.388Z | Compiling bitvec v1.0.1 |
1960 | 2024-07-30T18:56:54.587Z | Compiling ascii-canvas v3.0.0 |
1961 | 2024-07-30T18:56:55.143Z | Compiling packed_struct_codegen v0.10.1 |
1962 | 2024-07-30T18:56:57.746Z | Compiling ena v0.14.3 |
1963 | 2024-07-30T18:56:58.019Z | Compiling libloading v0.8.3 |
1964 | 2024-07-30T18:56:58.178Z | Compiling indexmap v1.9.3 |
1965 | 2024-07-30T18:56:58.228Z | Compiling bindgen v0.69.4 |
1966 | 2024-07-30T18:56:58.427Z | Compiling nodrop v0.1.14 |
1967 | 2024-07-30T18:56:58.483Z | Compiling regex-syntax v0.6.29 |
1968 | 2024-07-30T18:56:58.570Z | Compiling diff v0.1.13 |
1969 | 2024-07-30T18:56:58.725Z | Compiling array-init v0.0.4 |
1970 | 2024-07-30T18:57:04.139Z | Compiling lalrpop v0.19.12 |
1971 | 2024-07-30T18:57:04.679Z | Compiling smallvec v0.6.14 |
1972 | 2024-07-30T18:57:05.127Z | Compiling slog-stdlog v4.1.1 |
1973 | 2024-07-30T18:57:10.300Z | Compiling tungstenite v0.21.0 |
1974 | 2024-07-30T18:57:10.659Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1975 | 2024-07-30T18:57:11.023Z | Compiling which v4.4.2 |
1976 | 2024-07-30T18:57:11.631Z | Compiling pkcs1 v0.7.5 |
1977 | 2024-07-30T18:57:11.859Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1978 | 2024-07-30T18:57:12.082Z | Compiling signature v2.2.0 |
1979 | 2024-07-30T18:57:12.394Z | Compiling cexpr v0.6.0 |
1980 | 2024-07-30T18:57:14.140Z | Compiling libsw v3.3.1 |
1981 | 2024-07-30T18:57:14.512Z | Compiling atty v0.2.14 |
1982 | 2024-07-30T18:57:14.685Z | Compiling owo-colors v4.0.0 |
1983 | 2024-07-30T18:57:15.802Z | Compiling ref-cast v1.0.23 |
1984 | 2024-07-30T18:57:15.876Z | Compiling lazycell v1.3.0 |
1985 | 2024-07-30T18:57:16.063Z | Compiling shlex v1.3.0 |
1986 | 2024-07-30T18:57:16.278Z | Compiling linear-map v1.2.0 |
1987 | 2024-07-30T18:57:16.479Z | Compiling rustc-hash v1.1.0 |
1988 | 2024-07-30T18:57:16.514Z | Compiling bitfield v0.14.0 |
1989 | 2024-07-30T18:57:16.642Z | Compiling hashbrown v0.12.3 |
1990 | 2024-07-30T18:57:16.816Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1991 | 2024-07-30T18:57:17.326Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1992 | 2024-07-30T18:57:17.784Z | Compiling rsa v0.9.6 |
1993 | 2024-07-30T18:57:19.208Z | Compiling tokio-tungstenite v0.21.0 |
1994 | 2024-07-30T18:57:19.899Z | Compiling slog-envlogger v2.2.0 |
1995 | 2024-07-30T18:57:22.563Z | Compiling serde-hex v0.1.0 |
1996 | 2024-07-30T18:57:23.697Z | Compiling bzip2 v0.4.4 |
1997 | 2024-07-30T18:57:24.198Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1998 | 2024-07-30T18:57:24.575Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1999 | 2024-07-30T18:57:24.944Z | Compiling env_logger v0.10.2 |
2000 | 2024-07-30T18:57:28.157Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2001 | 2024-07-30T18:57:28.272Z | Compiling derive_builder_core v0.20.0 |
2002 | 2024-07-30T18:57:28.449Z | Compiling x509-cert v0.2.5 |
2003 | 2024-07-30T18:57:30.696Z | Compiling ron v0.8.1 |
2004 | 2024-07-30T18:57:32.135Z | Compiling headers-core v0.2.0 |
2005 | 2024-07-30T18:57:32.325Z | Compiling hashbrown v0.13.2 |
2006 | 2024-07-30T18:57:32.714Z | Compiling fxhash v0.2.1 |
2007 | 2024-07-30T18:57:32.926Z | Compiling libxml v0.3.3 |
2008 | 2024-07-30T18:57:33.173Z | Compiling polar-core v0.27.3 |
2009 | 2024-07-30T18:57:33.300Z | Compiling ref-cast-impl v1.0.23 |
2010 | 2024-07-30T18:57:33.658Z | Compiling crc-any v2.5.0 |
2011 | 2024-07-30T18:57:34.659Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2012 | 2024-07-30T18:57:34.677Z | Compiling object v0.30.4 |
2013 | 2024-07-30T18:57:37.035Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2014 | 2024-07-30T18:57:38.763Z | Compiling headers v0.3.9 |
2015 | 2024-07-30T18:57:41.007Z | Compiling samael v0.0.15 |
2016 | 2024-07-30T18:57:42.629Z | Compiling derive_builder_macro v0.20.0 |
2017 | 2024-07-30T18:57:42.805Z | Compiling zip v0.6.6 |
2018 | 2024-07-30T18:57:43.519Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2019 | 2024-07-30T18:57:45.313Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2020 | 2024-07-30T18:57:45.598Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2021 | 2024-07-30T18:57:45.758Z | Compiling strum_macros v0.24.3 |
2022 | 2024-07-30T18:57:46.962Z | Compiling async-recursion v1.1.1 |
2023 | 2024-07-30T18:57:48.381Z | Compiling unicase v2.7.0 |
2024 | 2024-07-30T18:57:48.534Z | Compiling cookie v0.18.1 |
2025 | 2024-07-30T18:57:48.683Z | Compiling path-slash v0.1.5 |
2026 | 2024-07-30T18:57:48.845Z | Compiling indoc v1.0.9 |
2027 | 2024-07-30T18:57:48.988Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2028 | 2024-07-30T18:57:49.268Z | Compiling derive_builder v0.20.0 |
2029 | 2024-07-30T18:57:52.868Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2030 | 2024-07-30T18:57:53.159Z | Compiling pem v3.0.4 |
2031 | 2024-07-30T18:57:53.938Z | Compiling impl-trait-for-tuples v0.2.2 |
2032 | 2024-07-30T18:57:54.849Z | Compiling oso-derive v0.27.3 |
2033 | 2024-07-30T18:57:55.808Z | Compiling quick-xml v0.31.0 |
2034 | 2024-07-30T18:57:56.264Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2035 | 2024-07-30T18:57:56.613Z | Compiling parking_lot_core v0.8.6 |
2036 | 2024-07-30T18:57:57.086Z | Compiling cfg_aliases v0.1.1 |
2037 | 2024-07-30T18:57:57.207Z | Compiling nix v0.28.0 |
2038 | 2024-07-30T18:58:02.054Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2039 | 2024-07-30T18:58:03.213Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2040 | 2024-07-30T18:58:03.515Z | Compiling oso v0.27.3 |
2041 | 2024-07-30T18:58:04.880Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2042 | 2024-07-30T18:58:05.180Z | Compiling bb8 v0.8.5 |
2043 | 2024-07-30T18:58:05.829Z | Compiling const_format_proc_macros v0.2.32 |
2044 | 2024-07-30T18:58:05.882Z | Compiling curve25519-dalek v4.1.3 |
2045 | 2024-07-30T18:58:06.303Z | Compiling vte_generate_state_changes v0.1.1 |
2046 | 2024-07-30T18:58:06.693Z | Compiling keccak v0.1.5 |
2047 | 2024-07-30T18:58:06.913Z | Compiling buf-list v1.0.3 |
2048 | 2024-07-30T18:58:07.574Z | Compiling sha3 v0.10.8 |
2049 | 2024-07-30T18:58:07.652Z | Compiling vte v0.11.1 |
2050 | 2024-07-30T18:58:07.867Z | Compiling const_format v0.2.32 |
2051 | 2024-07-30T18:58:08.642Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2052 | 2024-07-30T18:58:09.501Z | Compiling fd-lock v4.0.2 |
2053 | 2024-07-30T18:58:09.546Z | Compiling universal-hash v0.5.1 |
2054 | 2024-07-30T18:58:09.755Z | Compiling secrecy v0.8.0 |
2055 | 2024-07-30T18:58:09.795Z | Compiling thiserror-impl-no-std v2.0.2 |
2056 | 2024-07-30T18:58:10.040Z | Compiling curve25519-dalek-derive v0.1.1 |
2057 | 2024-07-30T18:58:10.110Z | Compiling pin-project-internal v1.1.5 |
2058 | 2024-07-30T18:58:11.516Z | Compiling bytecount v0.6.8 |
2059 | 2024-07-30T18:58:11.842Z | Compiling opaque-debug v0.3.1 |
2060 | 2024-07-30T18:58:11.956Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2061 | 2024-07-30T18:58:12.291Z | Compiling poly1305 v0.8.0 |
2062 | 2024-07-30T18:58:12.681Z | Compiling thiserror-no-std v2.0.2 |
2063 | 2024-07-30T18:58:12.812Z | Compiling papergrid v0.11.0 |
2064 | 2024-07-30T18:58:13.098Z | Compiling pin-project v1.1.5 |
2065 | 2024-07-30T18:58:13.841Z | Compiling parking_lot v0.11.2 |
2066 | 2024-07-30T18:58:20.712Z | Compiling strip-ansi-escapes v0.2.0 |
2067 | 2024-07-30T18:58:21.675Z | Compiling trust-dns-client v0.22.0 |
2068 | 2024-07-30T18:58:22.307Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2069 | 2024-07-30T18:58:22.418Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2070 | 2024-07-30T18:58:22.595Z | Compiling tabled_derive v0.7.0 |
2071 | 2024-07-30T18:58:22.775Z | Compiling chacha20 v0.9.1 |
2072 | 2024-07-30T18:58:23.253Z | Compiling aead v0.5.2 |
2073 | 2024-07-30T18:58:23.611Z | Compiling peg-macros v0.8.4 |
2074 | 2024-07-30T18:58:24.914Z | Compiling kstat-rs v0.2.4 |
2075 | 2024-07-30T18:58:25.452Z | Compiling snafu-derive v0.8.2 |
2076 | 2024-07-30T18:58:25.926Z | Compiling toml v0.5.11 |
2077 | 2024-07-30T18:58:27.119Z | Compiling sqlparser_derive v0.2.2 |
2078 | 2024-07-30T18:58:27.856Z | Compiling unicode_categories v0.1.1 |
2079 | 2024-07-30T18:58:28.195Z | Compiling nu-ansi-term v0.50.0 |
2080 | 2024-07-30T18:58:28.242Z | Compiling sqlparser v0.45.0 |
2081 | 2024-07-30T18:58:29.504Z | Compiling reedline v0.31.0 |
2082 | 2024-07-30T18:58:30.619Z | Compiling snafu v0.8.2 |
2083 | 2024-07-30T18:58:31.997Z | Compiling sqlformat v0.2.4 |
2084 | 2024-07-30T18:58:33.100Z | Compiling trust-dns-server v0.22.1 |
2085 | 2024-07-30T18:58:35.672Z | Compiling rustyline v14.0.0 |
2086 | 2024-07-30T18:58:43.573Z | Compiling peg v0.8.4 |
2087 | 2024-07-30T18:58:43.695Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2088 | 2024-07-30T18:58:48.387Z | Compiling tabled v0.15.0 |
2089 | 2024-07-30T18:58:48.405Z | Compiling chacha20poly1305 v0.10.1 |
2090 | 2024-07-30T18:58:48.687Z | Compiling mime_guess v2.0.4 |
2091 | 2024-07-30T18:58:49.884Z | Compiling vsss-rs v3.3.4 |
2092 | 2024-07-30T18:58:53.311Z | Compiling sled v0.34.7 |
2093 | 2024-07-30T18:58:54.840Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2094 | 2024-07-30T18:58:55.807Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2095 | 2024-07-30T18:58:57.189Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2096 | 2024-07-30T18:59:00.756Z | Compiling env_logger v0.9.3 |
2097 | 2024-07-30T18:59:05.351Z | Compiling tungstenite v0.20.1 |
2098 | 2024-07-30T18:59:10.436Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2099 | 2024-07-30T18:59:10.703Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2100 | 2024-07-30T18:59:16.495Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2101 | 2024-07-30T18:59:24.378Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2102 | 2024-07-30T18:59:25.893Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2103 | 2024-07-30T18:59:26.408Z | Compiling globset v0.4.14 |
2104 | 2024-07-30T18:59:28.498Z | Compiling olpc-cjson v0.1.3 |
2105 | 2024-07-30T18:59:28.868Z | Compiling bcs v0.1.6 |
2106 | 2024-07-30T18:59:29.850Z | Compiling bitstruct_derive v0.1.0 |
2107 | 2024-07-30T18:59:31.176Z | Compiling serde_plain v1.0.2 |
2108 | 2024-07-30T18:59:31.683Z | Compiling nanorand v0.7.0 |
2109 | 2024-07-30T18:59:31.732Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2110 | 2024-07-30T18:59:31.891Z | Compiling memoffset v0.9.1 |
2111 | 2024-07-30T18:59:32.222Z | Compiling typed-path v0.7.1 |
2112 | 2024-07-30T18:59:34.449Z | Compiling ascii v1.1.0 |
2113 | 2024-07-30T18:59:34.466Z | Compiling highway v1.1.0 |
2114 | 2024-07-30T18:59:35.248Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2115 | 2024-07-30T18:59:35.873Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2116 | 2024-07-30T18:59:38.438Z | Compiling tough v0.17.1 |
2117 | 2024-07-30T18:59:39.292Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2118 | 2024-07-30T18:59:42.991Z | Compiling flume v0.11.0 |
2119 | 2024-07-30T18:59:43.742Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2120 | 2024-07-30T18:59:44.030Z | Compiling bitstruct v0.1.1 |
2121 | 2024-07-30T18:59:44.164Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2122 | 2024-07-30T18:59:44.738Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2123 | 2024-07-30T18:59:50.167Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2124 | 2024-07-30T18:59:50.269Z | Compiling tokio-tungstenite v0.20.1 |
2125 | 2024-07-30T18:59:51.458Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2126 | 2024-07-30T18:59:54.846Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2127 | 2024-07-30T18:59:56.096Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2128 | 2024-07-30T18:59:58.319Z | Compiling erased-serde v0.3.31 |
2129 | 2024-07-30T19:00:00.133Z | Compiling serde_arrays v0.1.0 |
2130 | 2024-07-30T19:00:00.340Z | Compiling parse-size v1.0.0 |
2131 | 2024-07-30T19:00:00.647Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2132 | 2024-07-30T19:00:03.232Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2133 | 2024-07-30T19:00:05.295Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2134 | 2024-07-30T19:00:11.477Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2135 | 2024-07-30T19:00:15.448Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2136 | 2024-07-30T19:00:15.620Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2137 | 2024-07-30T19:00:15.740Z | Compiling heck v0.3.3 |
2138 | 2024-07-30T19:00:16.165Z | Compiling rand_seeder v0.2.3 |
2139 | 2024-07-30T19:00:16.582Z | Compiling castaway v0.2.2 |
2140 | 2024-07-30T19:00:16.788Z | Compiling csv-core v0.1.11 |
2141 | 2024-07-30T19:00:17.704Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2142 | 2024-07-30T19:00:17.877Z | Compiling http-range v0.1.5 |
2143 | 2024-07-30T19:00:18.012Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2144 | 2024-07-30T19:00:18.323Z | Compiling hyper-staticfile v0.9.5 |
2145 | 2024-07-30T19:00:18.513Z | Compiling csv v1.3.0 |
2146 | 2024-07-30T19:00:20.865Z | Compiling compact_str v0.7.1 |
2147 | 2024-07-30T19:00:21.483Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2148 | 2024-07-30T19:00:21.716Z | Compiling zone_cfg_derive v0.1.2 |
2149 | 2024-07-30T19:00:22.497Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2150 | 2024-07-30T19:00:23.206Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2151 | 2024-07-30T19:00:23.857Z | Compiling nix v0.27.1 |
2152 | 2024-07-30T19:00:27.093Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2153 | 2024-07-30T19:00:28.716Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2154 | 2024-07-30T19:00:32.558Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2155 | 2024-07-30T19:00:32.896Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2156 | 2024-07-30T19:00:33.209Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2157 | 2024-07-30T19:00:33.521Z | Compiling unicode-truncate v1.0.0 |
2158 | 2024-07-30T19:00:33.810Z | Compiling itertools v0.13.0 |
2159 | 2024-07-30T19:00:34.787Z | Compiling lru v0.12.3 |
2160 | 2024-07-30T19:00:35.159Z | Compiling serde-big-array v0.5.1 |
2161 | 2024-07-30T19:00:35.316Z | Compiling stability v0.2.0 |
2162 | 2024-07-30T19:00:35.447Z | Compiling base64 v0.13.1 |
2163 | 2024-07-30T19:00:36.245Z | Compiling cassowary v0.3.0 |
2164 | 2024-07-30T19:00:36.350Z | Compiling ron v0.7.1 |
2165 | 2024-07-30T19:00:37.759Z | Compiling ratatui v0.27.0 |
2166 | 2024-07-30T19:00:41.913Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2167 | 2024-07-30T19:00:44.583Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2168 | 2024-07-30T19:00:51.131Z | Compiling zone v0.1.8 |
2169 | 2024-07-30T19:00:54.457Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2170 | 2024-07-30T19:00:58.413Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2171 | 2024-07-30T19:00:59.633Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2172 | 2024-07-30T19:01:02.678Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2173 | 2024-07-30T19:01:03.789Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2174 | 2024-07-30T19:01:04.362Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2175 | 2024-07-30T19:01:07.931Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2176 | 2024-07-30T19:01:08.216Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2177 | 2024-07-30T19:01:08.508Z | Compiling signal-hook-tokio v0.3.1 |
2178 | 2024-07-30T19:01:08.737Z | Compiling portpicker v0.1.1 |
2179 | 2024-07-30T19:01:09.256Z | Compiling unicode-linebreak v0.1.5 |
2180 | 2024-07-30T19:01:09.831Z | Compiling smawk v0.3.2 |
2181 | 2024-07-30T19:01:10.100Z | Compiling textwrap v0.16.1 |
2182 | 2024-07-30T19:01:13.363Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2183 | 2024-07-30T19:01:13.981Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2184 | 2024-07-30T19:01:17.361Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2185 | 2024-07-30T19:01:19.402Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2186 | 2024-07-30T19:01:23.126Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2187 | 2024-07-30T19:01:24.835Z | Compiling rcgen v0.12.1 |
2188 | 2024-07-30T19:01:32.673Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2189 | 2024-07-30T19:01:33.239Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2190 | 2024-07-30T19:01:35.381Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2191 | 2024-07-30T19:01:35.662Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2192 | 2024-07-30T19:01:36.723Z | Compiling atomicwrites v0.4.3 |
2193 | 2024-07-30T19:01:37.277Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2194 | 2024-07-30T19:01:39.966Z | Compiling fatfs v0.3.6 |
2195 | 2024-07-30T19:01:42.814Z | Compiling rtoolbox v0.0.2 |
2196 | 2024-07-30T19:01:42.840Z | Compiling subprocess v0.2.9 |
2197 | 2024-07-30T19:01:43.094Z | Compiling assert_matches v1.5.0 |
2198 | 2024-07-30T19:01:43.201Z | Compiling is_ci v1.2.0 |
2199 | 2024-07-30T19:01:43.507Z | Compiling supports-color v3.0.0 |
2200 | 2024-07-30T19:01:44.190Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2201 | 2024-07-30T19:01:47.020Z | Compiling rpassword v7.3.1 |
2202 | 2024-07-30T19:01:47.473Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2203 | 2024-07-30T19:01:48.056Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2204 | 2024-07-30T19:01:51.744Z | Compiling tui-tree-widget v0.21.0 |
2205 | 2024-07-30T19:01:51.949Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2206 | 2024-07-30T19:01:52.178Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2207 | 2024-07-30T19:01:53.899Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2208 | 2024-07-30T19:01:54.183Z | Compiling uzers v0.11.3 |
2209 | 2024-07-30T19:01:55.495Z | Compiling shell-words v1.1.0 |
2210 | 2024-07-30T19:01:55.950Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2211 | 2024-07-30T19:01:57.093Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2212 | 2024-07-30T19:01:58.920Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2213 | 2024-07-30T19:02:13.941Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2214 | 2024-07-30T19:02:23.909Z | Compiling multimap v0.10.0 |
2215 | 2024-07-30T19:03:37.592Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2216 | 2024-07-30T19:04:16.857Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2217 | 2024-07-30T19:10:58.134Z | Finished `release` profile [optimized] target(s) in 14m 51s |
2218 | 2024-07-30T19:11:46.604Z | |
2219 | 2024-07-30T19:11:46.604Z | real 15:41.390115781 |
2220 | 2024-07-30T19:11:46.604Z | user 1:47:14.039022622 |
2221 | 2024-07-30T19:11:46.604Z | sys 6:00.523742540 |
2222 | 2024-07-30T19:11:46.604Z | trap 2.691533952 |
2223 | 2024-07-30T19:11:46.604Z | tflt 2.503776604 |
2224 | 2024-07-30T19:11:46.608Z | dflt 3.422284452 |
2225 | 2024-07-30T19:11:46.608Z | kflt 0.069812493 |
2226 | 2024-07-30T19:11:46.608Z | lock 6:31:49.093131708 |
2227 | 2024-07-30T19:11:46.608Z | slp 4:16:37.538436626 |
2228 | 2024-07-30T19:11:46.608Z | lat 2:45.367288146 |
2229 | 2024-07-30T19:11:46.608Z | stop 2:13.368309779 |
2230 | 2024-07-30T19:11:46.608Z | + mapfile -t packages |
2231 | 2024-07-30T19:11:46.608Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2232 | 2024-07-30T19:11:47.495Z | Finished `release` profile [optimized] target(s) in 0.84s |
2233 | 2024-07-30T19:11:47.535Z | Running `target/release/omicron-package -t test list-outputs` |
2234 | 2024-07-30T19:11:47.572Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2235 | 2024-07-30T19:11:47.575Z | + ptime -m cargo build --locked --release -p xtask |
2236 | 2024-07-30T19:11:48.128Z | Compiling serde v1.0.204 |
2237 | 2024-07-30T19:11:48.128Z | Compiling libc v0.2.155 |
2238 | 2024-07-30T19:11:48.131Z | Compiling serde_json v1.0.120 |
2239 | 2024-07-30T19:11:48.204Z | Compiling syn v2.0.72 |
2240 | 2024-07-30T19:11:48.219Z | Compiling usdt-impl v0.5.0 |
2241 | 2024-07-30T19:11:48.246Z | Compiling rustix v0.38.34 |
2242 | 2024-07-30T19:11:48.538Z | Compiling syn v1.0.109 |
2243 | 2024-07-30T19:11:48.562Z | Compiling bitflags v2.6.0 |
2244 | 2024-07-30T19:11:48.690Z | Compiling hashbrown v0.14.5 |
2245 | 2024-07-30T19:11:48.704Z | Compiling log v0.4.21 |
2246 | 2024-07-30T19:11:48.718Z | Compiling fs-err v2.11.0 |
2247 | 2024-07-30T19:11:49.074Z | Compiling anyhow v1.0.86 |
2248 | 2024-07-30T19:11:49.624Z | Compiling thread-id v4.2.1 |
2249 | 2024-07-30T19:11:50.097Z | Compiling indexmap v2.2.6 |
2250 | 2024-07-30T19:11:50.175Z | Compiling terminal_size v0.3.0 |
2251 | 2024-07-30T19:11:50.412Z | Compiling clap_builder v4.5.9 |
2252 | 2024-07-30T19:11:51.660Z | Compiling proc-macro-error v1.0.4 |
2253 | 2024-07-30T19:11:53.225Z | Compiling tabled_derive v0.7.0 |
2254 | 2024-07-30T19:11:54.794Z | Compiling tabled v0.15.0 |
2255 | 2024-07-30T19:11:56.559Z | Compiling serde_derive v1.0.204 |
2256 | 2024-07-30T19:11:56.893Z | Compiling thiserror-impl v1.0.63 |
2257 | 2024-07-30T19:11:57.054Z | Compiling zerocopy-derive v0.7.34 |
2258 | 2024-07-30T19:11:59.166Z | Compiling zerocopy v0.7.34 |
2259 | 2024-07-30T19:11:59.874Z | Compiling thiserror v1.0.63 |
2260 | 2024-07-30T19:12:00.032Z | Compiling pest v2.7.10 |
2261 | 2024-07-30T19:12:01.045Z | Compiling scroll_derive v0.12.0 |
2262 | 2024-07-30T19:12:02.524Z | Compiling pest_meta v2.7.10 |
2263 | 2024-07-30T19:12:02.980Z | Compiling scroll v0.12.0 |
2264 | 2024-07-30T19:12:03.651Z | Compiling goblin v0.8.2 |
2265 | 2024-07-30T19:12:05.539Z | Compiling pest_generator v2.7.10 |
2266 | 2024-07-30T19:12:07.111Z | Compiling clap_derive v4.5.8 |
2267 | 2024-07-30T19:12:07.531Z | Compiling pest_derive v2.7.10 |
2268 | 2024-07-30T19:12:08.284Z | Compiling dtrace-parser v0.2.0 |
2269 | 2024-07-30T19:12:11.893Z | Compiling serde_spanned v0.6.6 |
2270 | 2024-07-30T19:12:12.166Z | Compiling toml_datetime v0.6.6 |
2271 | 2024-07-30T19:12:12.901Z | Compiling toml_edit v0.22.16 |
2272 | 2024-07-30T19:12:16.053Z | Compiling dof v0.3.0 |
2273 | 2024-07-30T19:12:16.451Z | Compiling serde_tokenstream v0.2.1 |
2274 | 2024-07-30T19:12:17.004Z | Compiling toml v0.8.15 |
2275 | 2024-07-30T19:12:18.330Z | Compiling usdt-attr-macro v0.5.0 |
2276 | 2024-07-30T19:12:19.755Z | Compiling usdt-macro v0.5.0 |
2277 | 2024-07-30T19:12:20.790Z | Compiling camino v1.1.7 |
2278 | 2024-07-30T19:12:21.047Z | Compiling cargo-platform v0.1.8 |
2279 | 2024-07-30T19:12:22.176Z | Compiling semver v1.0.23 |
2280 | 2024-07-30T19:12:22.203Z | Compiling usdt v0.5.0 |
2281 | 2024-07-30T19:12:22.781Z | Compiling cargo_metadata v0.18.1 |
2282 | 2024-07-30T19:12:23.446Z | Compiling cargo_toml v0.20.4 |
2283 | 2024-07-30T19:12:23.574Z | Compiling clap v4.5.9 |
2284 | 2024-07-30T19:12:23.712Z | Compiling macaddr v1.0.1 |
2285 | 2024-07-30T19:12:34.749Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2286 | 2024-07-30T19:12:47.057Z | Finished `release` profile [optimized] target(s) in 59.43s |
2287 | 2024-07-30T19:12:47.142Z | |
2288 | 2024-07-30T19:12:47.143Z | real 59.546235838 |
2289 | 2024-07-30T19:12:47.143Z | user 5:50.264144503 |
2290 | 2024-07-30T19:12:47.143Z | sys 35.882891130 |
2291 | 2024-07-30T19:12:47.143Z | trap 0.159680041 |
2292 | 2024-07-30T19:12:47.143Z | tflt 0.243718764 |
2293 | 2024-07-30T19:12:47.143Z | dflt 0.651916493 |
2294 | 2024-07-30T19:12:47.143Z | kflt 0.000012230 |
2295 | 2024-07-30T19:12:47.143Z | lock 11:02.792450219 |
2296 | 2024-07-30T19:12:47.143Z | slp 11:27.001256830 |
2297 | 2024-07-30T19:12:47.143Z | lat 11.495188851 |
2298 | 2024-07-30T19:12:47.143Z | stop 12.770239811 |
2299 | 2024-07-30T19:12:47.146Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2300 | 2024-07-30T19:12:47.146Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2301 | 2024-07-30T19:12:47.146Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2302 | 2024-07-30T19:12:47.146Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2303 | 2024-07-30T19:12:47.146Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2304 | 2024-07-30T19:12:47.689Z | Downloading crates ... |
2305 | 2024-07-30T19:12:47.908Z | Downloaded ctr v0.9.2 |
2306 | 2024-07-30T19:12:47.912Z | Downloaded md5 v0.7.0 |
2307 | 2024-07-30T19:12:47.919Z | Downloaded russh-cryptovec v0.7.2 |
2308 | 2024-07-30T19:12:47.922Z | Downloaded dhcproto-macros v0.1.0 |
2309 | 2024-07-30T19:12:47.929Z | Downloaded polyval v0.6.2 |
2310 | 2024-07-30T19:12:47.931Z | Downloaded ed25519 v2.2.3 |
2311 | 2024-07-30T19:12:47.934Z | Downloaded hex-literal v0.4.1 |
2312 | 2024-07-30T19:12:47.934Z | Downloaded ghash v0.5.1 |
2313 | 2024-07-30T19:12:47.934Z | Downloaded cbc v0.1.2 |
2314 | 2024-07-30T19:12:47.937Z | Downloaded blowfish v0.9.1 |
2315 | 2024-07-30T19:12:47.937Z | Downloaded rfc6979 v0.4.0 |
2316 | 2024-07-30T19:12:47.940Z | Downloaded rand_chacha v0.2.2 |
2317 | 2024-07-30T19:12:47.941Z | Downloaded primeorder v0.13.6 |
2318 | 2024-07-30T19:12:47.943Z | Downloaded pbkdf2 v0.11.0 |
2319 | 2024-07-30T19:12:47.943Z | Downloaded pbkdf2 v0.12.2 |
2320 | 2024-07-30T19:12:47.946Z | Downloaded rand_core v0.5.1 |
2321 | 2024-07-30T19:12:47.946Z | Downloaded getrandom v0.1.16 |
2322 | 2024-07-30T19:12:47.949Z | Downloaded ecdsa v0.16.9 |
2323 | 2024-07-30T19:12:47.953Z | Downloaded dirs v5.0.1 |
2324 | 2024-07-30T19:12:47.953Z | Downloaded russh-keys v0.43.0 |
2325 | 2024-07-30T19:12:47.956Z | Downloaded password-hash v0.4.2 |
2326 | 2024-07-30T19:12:47.956Z | Downloaded option-ext v0.2.0 |
2327 | 2024-07-30T19:12:47.956Z | Downloaded internet-checksum v0.2.1 |
2328 | 2024-07-30T19:12:47.959Z | Downloaded dirs-sys v0.4.1 |
2329 | 2024-07-30T19:12:47.959Z | Downloaded bcrypt-pbkdf v0.10.0 |
2330 | 2024-07-30T19:12:47.959Z | Downloaded aes-gcm v0.10.3 |
2331 | 2024-07-30T19:12:47.962Z | Downloaded p256 v0.13.2 |
2332 | 2024-07-30T19:12:47.966Z | Downloaded ed25519-dalek v2.1.1 |
2333 | 2024-07-30T19:12:47.969Z | Downloaded dhcproto v0.11.0 |
2334 | 2024-07-30T19:12:47.972Z | Downloaded russh v0.43.0 |
2335 | 2024-07-30T19:12:47.976Z | Downloaded rand v0.7.3 |
2336 | 2024-07-30T19:12:47.981Z | Downloaded p521 v0.13.3 |
2337 | 2024-07-30T19:12:47.985Z | Downloaded aes v0.8.4 |
2338 | 2024-07-30T19:12:48.119Z | Compiling regress v0.9.1 |
2339 | 2024-07-30T19:12:48.219Z | Compiling getopts v0.2.21 |
2340 | 2024-07-30T19:12:48.222Z | Compiling unsafe-libyaml v0.2.11 |
2341 | 2024-07-30T19:12:48.222Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2342 | 2024-07-30T19:12:48.228Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2343 | 2024-07-30T19:12:48.239Z | Compiling sha1 v0.10.6 |
2344 | 2024-07-30T19:12:48.242Z | Compiling http v1.1.0 |
2345 | 2024-07-30T19:12:48.246Z | Compiling match_cfg v0.1.0 |
2346 | 2024-07-30T19:12:48.379Z | Compiling hostname v0.3.1 |
2347 | 2024-07-30T19:12:48.628Z | Compiling toml v0.8.15 |
2348 | 2024-07-30T19:12:48.665Z | Compiling rustls-pki-types v1.7.0 |
2349 | 2024-07-30T19:12:48.689Z | Compiling ident_case v1.0.1 |
2350 | 2024-07-30T19:12:48.727Z | Compiling rustls v0.22.4 |
2351 | 2024-07-30T19:12:48.860Z | Compiling paste v1.0.15 |
2352 | 2024-07-30T19:12:49.020Z | Compiling darling_core v0.20.9 |
2353 | 2024-07-30T19:12:49.230Z | Compiling rustls-webpki v0.102.4 |
2354 | 2024-07-30T19:12:49.447Z | Compiling multer v3.1.0 |
2355 | 2024-07-30T19:12:49.571Z | Compiling serde_yaml v0.9.34+deprecated |
2356 | 2024-07-30T19:12:50.510Z | Compiling slog-json v2.6.1 |
2357 | 2024-07-30T19:12:50.917Z | Compiling async-stream-impl v0.3.5 |
2358 | 2024-07-30T19:12:50.933Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
2359 | 2024-07-30T19:12:51.096Z | Compiling instant v0.1.12 |
2360 | 2024-07-30T19:12:51.231Z | Compiling debug-ignore v1.0.5 |
2361 | 2024-07-30T19:12:51.255Z | Compiling atomic-waker v1.1.2 |
2362 | 2024-07-30T19:12:51.381Z | Compiling waitgroup v0.1.2 |
2363 | 2024-07-30T19:12:51.476Z | Compiling slog-bunyan v2.5.0 |
2364 | 2024-07-30T19:12:51.617Z | Compiling rustls-pemfile v2.1.2 |
2365 | 2024-07-30T19:12:51.681Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
2366 | 2024-07-30T19:12:52.113Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2367 | 2024-07-30T19:12:52.387Z | Compiling async-stream v0.3.5 |
2368 | 2024-07-30T19:12:52.661Z | Compiling serde_path_to_error v0.1.16 |
2369 | 2024-07-30T19:12:52.731Z | Compiling hostname v0.4.0 |
2370 | 2024-07-30T19:12:53.011Z | Compiling structmeta-derive v0.3.0 |
2371 | 2024-07-30T19:12:53.375Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2372 | 2024-07-30T19:12:53.549Z | Compiling proc-macro-crate v1.3.1 |
2373 | 2024-07-30T19:12:53.996Z | Compiling newtype-uuid v1.1.0 |
2374 | 2024-07-30T19:12:54.164Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2375 | 2024-07-30T19:12:54.314Z | Compiling fastrand v2.1.0 |
2376 | 2024-07-30T19:12:54.735Z | Compiling tokio-rustls v0.25.0 |
2377 | 2024-07-30T19:12:54.935Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2378 | 2024-07-30T19:12:54.967Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2379 | 2024-07-30T19:12:55.159Z | Compiling num_enum_derive v0.5.11 |
2380 | 2024-07-30T19:12:55.187Z | Compiling tempfile v3.10.1 |
2381 | 2024-07-30T19:12:55.303Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2382 | 2024-07-30T19:12:55.654Z | Compiling backoff v0.4.0 |
2383 | 2024-07-30T19:12:56.013Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2384 | 2024-07-30T19:12:56.088Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2385 | 2024-07-30T19:12:56.242Z | Compiling macaddr v1.0.1 |
2386 | 2024-07-30T19:12:56.297Z | Compiling structmeta v0.3.0 |
2387 | 2024-07-30T19:12:56.606Z | Compiling darling_macro v0.20.9 |
2388 | 2024-07-30T19:12:56.689Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2389 | 2024-07-30T19:12:56.752Z | Compiling parse-display-derive v0.9.1 |
2390 | 2024-07-30T19:12:56.769Z | Compiling foreign-types-macros v0.2.3 |
2391 | 2024-07-30T19:12:56.989Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2392 | 2024-07-30T19:12:57.264Z | Compiling heapless v0.8.0 |
2393 | 2024-07-30T19:12:57.664Z | Compiling darling v0.20.9 |
2394 | 2024-07-30T19:12:57.783Z | Compiling serde_with_macros v3.8.3 |
2395 | 2024-07-30T19:12:57.849Z | Compiling foreign-types-shared v0.3.1 |
2396 | 2024-07-30T19:12:58.052Z | Compiling num_enum v0.5.11 |
2397 | 2024-07-30T19:12:58.073Z | Compiling foreign-types v0.5.0 |
2398 | 2024-07-30T19:12:58.234Z | Compiling proc-macro-error v1.0.4 |
2399 | 2024-07-30T19:12:58.379Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2400 | 2024-07-30T19:12:58.437Z | Compiling hash32 v0.3.1 |
2401 | 2024-07-30T19:12:58.705Z | Compiling cstr-argument v0.1.2 |
2402 | 2024-07-30T19:12:58.950Z | Compiling smoltcp v0.11.0 |
2403 | 2024-07-30T19:12:58.973Z | Compiling pretty-hex v0.2.1 |
2404 | 2024-07-30T19:12:59.167Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2405 | 2024-07-30T19:12:59.427Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2406 | 2024-07-30T19:12:59.781Z | Compiling camino-tempfile v1.1.1 |
2407 | 2024-07-30T19:13:00.136Z | Compiling tabwriter v1.4.0 |
2408 | 2024-07-30T19:13:00.267Z | Compiling colored v2.1.0 |
2409 | 2024-07-30T19:13:00.685Z | Compiling embedded-io v0.4.0 |
2410 | 2024-07-30T19:13:00.793Z | Compiling cobs v0.2.3 |
2411 | 2024-07-30T19:13:00.977Z | Compiling postcard v1.0.8 |
2412 | 2024-07-30T19:13:01.044Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2413 | 2024-07-30T19:13:01.083Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2414 | 2024-07-30T19:13:01.101Z | Compiling serde_with v3.8.3 |
2415 | 2024-07-30T19:13:01.259Z | Compiling crucible-workspace-hack v0.1.0 |
2416 | 2024-07-30T19:13:01.416Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2417 | 2024-07-30T19:13:01.564Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2418 | 2024-07-30T19:13:01.842Z | Compiling parse-display v0.9.1 |
2419 | 2024-07-30T19:13:01.881Z | Compiling smf v0.2.3 |
2420 | 2024-07-30T19:13:01.922Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2421 | 2024-07-30T19:13:02.335Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2422 | 2024-07-30T19:13:02.588Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2423 | 2024-07-30T19:13:03.104Z | Compiling num-derive v0.4.2 |
2424 | 2024-07-30T19:13:03.413Z | Compiling sigpipe v0.1.3 |
2425 | 2024-07-30T19:13:03.541Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2426 | 2024-07-30T19:13:03.925Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2427 | 2024-07-30T19:13:04.838Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2428 | 2024-07-30T19:13:05.114Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2429 | 2024-07-30T19:13:05.144Z | Compiling humantime v2.1.0 |
2430 | 2024-07-30T19:13:05.568Z | Compiling curve25519-dalek v4.1.3 |
2431 | 2024-07-30T19:13:05.659Z | Compiling password-hash v0.5.0 |
2432 | 2024-07-30T19:13:05.676Z | Compiling blake2 v0.10.6 |
2433 | 2024-07-30T19:13:05.693Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2434 | 2024-07-30T19:13:05.962Z | Compiling universal-hash v0.5.1 |
2435 | 2024-07-30T19:13:06.233Z | Compiling semver v0.1.20 |
2436 | 2024-07-30T19:13:06.251Z | Compiling utf-8 v0.7.6 |
2437 | 2024-07-30T19:13:06.407Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2438 | 2024-07-30T19:13:06.613Z | Compiling opaque-debug v0.3.1 |
2439 | 2024-07-30T19:13:06.672Z | Compiling rustc_version v0.1.7 |
2440 | 2024-07-30T19:13:06.720Z | Compiling argon2 v0.5.3 |
2441 | 2024-07-30T19:13:06.817Z | Compiling newline-converter v0.3.0 |
2442 | 2024-07-30T19:13:06.893Z | Compiling curve25519-dalek-derive v0.1.1 |
2443 | 2024-07-30T19:13:06.929Z | Compiling atty v0.2.14 |
2444 | 2024-07-30T19:13:06.980Z | Compiling rayon-core v1.12.1 |
2445 | 2024-07-30T19:13:07.037Z | Compiling convert_case v0.4.0 |
2446 | 2024-07-30T19:13:07.075Z | Compiling same-file v1.0.6 |
2447 | 2024-07-30T19:13:07.200Z | Compiling newtype_derive v0.1.6 |
2448 | 2024-07-30T19:13:07.285Z | Compiling walkdir v2.5.0 |
2449 | 2024-07-30T19:13:07.320Z | Compiling expectorate v1.1.0 |
2450 | 2024-07-30T19:13:07.476Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2451 | 2024-07-30T19:13:07.508Z | Compiling crossbeam-deque v0.8.5 |
2452 | 2024-07-30T19:13:07.873Z | Compiling libefi-sys v0.1.0 |
2453 | 2024-07-30T19:13:07.903Z | Compiling prettyplease v0.2.20 |
2454 | 2024-07-30T19:13:08.089Z | Compiling derive_more v0.99.18 |
2455 | 2024-07-30T19:13:08.213Z | Compiling num-rational v0.4.2 |
2456 | 2024-07-30T19:13:08.261Z | Compiling signature v2.2.0 |
2457 | 2024-07-30T19:13:08.493Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2458 | 2024-07-30T19:13:08.676Z | Compiling num-complex v0.4.6 |
2459 | 2024-07-30T19:13:09.709Z | Compiling aead v0.5.2 |
2460 | 2024-07-30T19:13:09.833Z | Compiling blake3 v1.5.1 |
2461 | 2024-07-30T19:13:09.988Z | Compiling derive-where v1.2.7 |
2462 | 2024-07-30T19:13:10.052Z | Compiling bitfield-struct v0.6.1 |
2463 | 2024-07-30T19:13:10.111Z | Compiling ring v0.16.20 |
2464 | 2024-07-30T19:13:10.128Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2465 | 2024-07-30T19:13:10.456Z | Compiling unicase v2.7.0 |
2466 | 2024-07-30T19:13:10.502Z | Compiling linked-hash-map v0.5.6 |
2467 | 2024-07-30T19:13:10.753Z | Compiling quick-error v1.2.3 |
2468 | 2024-07-30T19:13:10.864Z | Compiling termcolor v1.4.1 |
2469 | 2024-07-30T19:13:10.914Z | Compiling arc-swap v1.7.1 |
2470 | 2024-07-30T19:13:11.186Z | Compiling getrandom v0.1.16 |
2471 | 2024-07-30T19:13:11.558Z | Compiling keccak v0.1.5 |
2472 | 2024-07-30T19:13:11.599Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2473 | 2024-07-30T19:13:11.814Z | Compiling slog-scope v4.4.0 |
2474 | 2024-07-30T19:13:11.998Z | Compiling sha3 v0.10.8 |
2475 | 2024-07-30T19:13:12.395Z | Compiling env_logger v0.9.3 |
2476 | 2024-07-30T19:13:12.634Z | Compiling resolv-conf v0.7.0 |
2477 | 2024-07-30T19:13:12.763Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2478 | 2024-07-30T19:13:13.086Z | Compiling lru-cache v0.1.2 |
2479 | 2024-07-30T19:13:13.594Z | Compiling num v0.4.3 |
2480 | 2024-07-30T19:13:13.709Z | Compiling rayon v1.10.0 |
2481 | 2024-07-30T19:13:13.918Z | Compiling poly1305 v0.8.0 |
2482 | 2024-07-30T19:13:14.314Z | Compiling tungstenite v0.21.0 |
2483 | 2024-07-30T19:13:15.266Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2484 | 2024-07-30T19:13:15.774Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2485 | 2024-07-30T19:13:16.032Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2486 | 2024-07-30T19:13:16.387Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2487 | 2024-07-30T19:13:16.644Z | Compiling chacha20 v0.9.1 |
2488 | 2024-07-30T19:13:16.873Z | Compiling bitstruct_derive v0.1.0 |
2489 | 2024-07-30T19:13:17.078Z | Compiling thiserror-impl-no-std v2.0.2 |
2490 | 2024-07-30T19:13:17.093Z | Compiling secrecy v0.8.0 |
2491 | 2024-07-30T19:13:17.096Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2492 | 2024-07-30T19:13:17.215Z | Compiling memmap2 v0.9.4 |
2493 | 2024-07-30T19:13:17.233Z | Compiling half v2.4.1 |
2494 | 2024-07-30T19:13:17.342Z | Compiling arrayref v0.3.7 |
2495 | 2024-07-30T19:13:17.448Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2496 | 2024-07-30T19:13:17.478Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2497 | 2024-07-30T19:13:17.574Z | Compiling spin v0.5.2 |
2498 | 2024-07-30T19:13:17.614Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2499 | 2024-07-30T19:13:17.632Z | Compiling ascii v1.1.0 |
2500 | 2024-07-30T19:13:17.691Z | Compiling parking_lot_core v0.8.6 |
2501 | 2024-07-30T19:13:17.817Z | Compiling arrayvec v0.7.4 |
2502 | 2024-07-30T19:13:17.820Z | Compiling constant_time_eq v0.3.0 |
2503 | 2024-07-30T19:13:18.161Z | Compiling ciborium-io v0.2.2 |
2504 | 2024-07-30T19:13:18.187Z | Compiling float-ord v0.3.2 |
2505 | 2024-07-30T19:13:18.203Z | Compiling home v0.5.9 |
2506 | 2024-07-30T19:13:18.247Z | Compiling untrusted v0.7.1 |
2507 | 2024-07-30T19:13:18.298Z | Compiling bitstruct v0.1.1 |
2508 | 2024-07-30T19:13:18.301Z | Compiling ciborium-ll v0.2.2 |
2509 | 2024-07-30T19:13:18.356Z | Compiling toolchain_find v0.4.0 |
2510 | 2024-07-30T19:13:18.514Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2511 | 2024-07-30T19:13:18.753Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2512 | 2024-07-30T19:13:18.818Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2513 | 2024-07-30T19:13:19.079Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2514 | 2024-07-30T19:13:19.104Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2515 | 2024-07-30T19:13:19.546Z | Compiling tokio-tungstenite v0.21.0 |
2516 | 2024-07-30T19:13:19.806Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2517 | 2024-07-30T19:13:19.988Z | Compiling steno v0.4.1 |
2518 | 2024-07-30T19:13:20.127Z | Compiling trust-dns-resolver v0.22.0 |
2519 | 2024-07-30T19:13:20.207Z | Compiling slog-stdlog v4.1.1 |
2520 | 2024-07-30T19:13:20.313Z | Compiling thiserror-no-std v2.0.2 |
2521 | 2024-07-30T19:13:20.439Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2522 | 2024-07-30T19:13:20.500Z | Compiling rfc6979 v0.4.0 |
2523 | 2024-07-30T19:13:20.582Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2524 | 2024-07-30T19:13:20.700Z | Compiling erased-serde v0.3.31 |
2525 | 2024-07-30T19:13:20.767Z | Compiling serde_arrays v0.1.0 |
2526 | 2024-07-30T19:13:20.943Z | Compiling gethostname v0.4.3 |
2527 | 2024-07-30T19:13:20.990Z | Compiling nibble_vec v0.1.0 |
2528 | 2024-07-30T19:13:21.207Z | Compiling slog-dtrace v0.3.0 |
2529 | 2024-07-30T19:13:21.225Z | Compiling endian-type v0.1.2 |
2530 | 2024-07-30T19:13:21.243Z | Compiling cancel-safe-futures v0.1.5 |
2531 | 2024-07-30T19:13:21.453Z | Compiling topological-sort v0.2.2 |
2532 | 2024-07-30T19:13:21.565Z | Compiling radix_trie v0.2.1 |
2533 | 2024-07-30T19:13:21.607Z | Compiling ecdsa v0.16.9 |
2534 | 2024-07-30T19:13:21.676Z | Compiling omicron-zone-package v0.11.0 |
2535 | 2024-07-30T19:13:22.148Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2536 | 2024-07-30T19:13:22.311Z | Compiling mime_guess v2.0.4 |
2537 | 2024-07-30T19:13:22.316Z | Compiling rand_core v0.5.1 |
2538 | 2024-07-30T19:13:22.488Z | Compiling vsss-rs v3.3.4 |
2539 | 2024-07-30T19:13:22.855Z | Compiling slog-envlogger v2.2.0 |
2540 | 2024-07-30T19:13:23.674Z | Compiling ciborium v0.2.2 |
2541 | 2024-07-30T19:13:23.691Z | Compiling rustfmt-wrapper v0.2.1 |
2542 | 2024-07-30T19:13:25.039Z | Compiling chacha20poly1305 v0.10.1 |
2543 | 2024-07-30T19:13:25.243Z | Compiling tungstenite v0.20.1 |
2544 | 2024-07-30T19:13:25.271Z | Compiling primeorder v0.13.6 |
2545 | 2024-07-30T19:13:25.826Z | Compiling heck v0.3.3 |
2546 | 2024-07-30T19:13:26.275Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2547 | 2024-07-30T19:13:26.448Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2548 | 2024-07-30T19:13:26.552Z | Compiling option-ext v0.2.0 |
2549 | 2024-07-30T19:13:26.690Z | Compiling glob v0.3.1 |
2550 | 2024-07-30T19:13:26.800Z | Compiling dirs-sys v0.4.1 |
2551 | 2024-07-30T19:13:27.252Z | Compiling tokio-tungstenite v0.20.1 |
2552 | 2024-07-30T19:13:27.493Z | Compiling zone_cfg_derive v0.1.2 |
2553 | 2024-07-30T19:13:27.512Z | Compiling parking_lot v0.11.2 |
2554 | 2024-07-30T19:13:27.764Z | Compiling rand_chacha v0.2.2 |
2555 | 2024-07-30T19:13:27.816Z | Compiling trust-dns-client v0.22.0 |
2556 | 2024-07-30T19:13:28.608Z | Compiling ed25519 v2.2.3 |
2557 | 2024-07-30T19:13:28.954Z | Compiling polyval v0.6.2 |
2558 | 2024-07-30T19:13:29.015Z | Compiling aes v0.8.4 |
2559 | 2024-07-30T19:13:29.112Z | Compiling ctr v0.9.2 |
2560 | 2024-07-30T19:13:29.129Z | Compiling blowfish v0.9.1 |
2561 | 2024-07-30T19:13:29.417Z | Compiling password-hash v0.4.2 |
2562 | 2024-07-30T19:13:29.471Z | Compiling pbkdf2 v0.12.2 |
2563 | 2024-07-30T19:13:29.631Z | Compiling libsw v3.3.1 |
2564 | 2024-07-30T19:13:29.685Z | Compiling toml v0.5.11 |
2565 | 2024-07-30T19:13:29.926Z | Compiling fxhash v0.2.1 |
2566 | 2024-07-30T19:13:29.983Z | Compiling linear-map v1.2.0 |
2567 | 2024-07-30T19:13:30.132Z | Compiling base64 v0.13.1 |
2568 | 2024-07-30T19:13:30.352Z | Compiling owo-colors v4.0.0 |
2569 | 2024-07-30T19:13:30.387Z | Compiling sled v0.34.7 |
2570 | 2024-07-30T19:13:30.768Z | Compiling ron v0.7.1 |
2571 | 2024-07-30T19:13:31.121Z | Compiling pbkdf2 v0.11.0 |
2572 | 2024-07-30T19:13:31.486Z | Compiling trust-dns-server v0.22.1 |
2573 | 2024-07-30T19:13:31.936Z | Compiling bcrypt-pbkdf v0.10.0 |
2574 | 2024-07-30T19:13:32.588Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2575 | 2024-07-30T19:13:32.731Z | Compiling ghash v0.5.1 |
2576 | 2024-07-30T19:13:32.940Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2577 | 2024-07-30T19:13:33.256Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2578 | 2024-07-30T19:13:33.398Z | Compiling zone v0.1.8 |
2579 | 2024-07-30T19:13:33.460Z | Compiling ed25519-dalek v2.1.1 |
2580 | 2024-07-30T19:13:34.000Z | Compiling rand v0.7.3 |
2581 | 2024-07-30T19:13:35.649Z | Compiling dirs v5.0.1 |
2582 | 2024-07-30T19:13:35.864Z | Compiling p256 v0.13.2 |
2583 | 2024-07-30T19:13:36.481Z | Compiling p521 v0.13.3 |
2584 | 2024-07-30T19:13:36.686Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2585 | 2024-07-30T19:13:36.795Z | Compiling pem v3.0.4 |
2586 | 2024-07-30T19:13:37.573Z | Compiling cbc v0.1.2 |
2587 | 2024-07-30T19:13:37.831Z | Compiling portpicker v0.1.1 |
2588 | 2024-07-30T19:13:38.168Z | Compiling headers-core v0.2.0 |
2589 | 2024-07-30T19:13:38.342Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2590 | 2024-07-30T19:13:38.697Z | Compiling kstat-rs v0.2.4 |
2591 | 2024-07-30T19:13:38.714Z | Compiling nanorand v0.7.0 |
2592 | 2024-07-30T19:13:38.736Z | Compiling russh-cryptovec v0.7.2 |
2593 | 2024-07-30T19:13:39.011Z | Compiling http-range v0.1.5 |
2594 | 2024-07-30T19:13:39.050Z | Compiling md5 v0.7.0 |
2595 | 2024-07-30T19:13:39.068Z | Compiling headers v0.3.9 |
2596 | 2024-07-30T19:13:39.308Z | Compiling russh-keys v0.43.0 |
2597 | 2024-07-30T19:13:39.345Z | Compiling hyper-staticfile v0.9.5 |
2598 | 2024-07-30T19:13:39.382Z | Compiling flume v0.11.0 |
2599 | 2024-07-30T19:13:39.579Z | Compiling rcgen v0.12.1 |
2600 | 2024-07-30T19:13:40.113Z | Compiling aes-gcm v0.10.3 |
2601 | 2024-07-30T19:13:40.326Z | Compiling atomicwrites v0.4.3 |
2602 | 2024-07-30T19:13:40.424Z | Compiling subprocess v0.2.9 |
2603 | 2024-07-30T19:13:40.707Z | Compiling dhcproto-macros v0.1.0 |
2604 | 2024-07-30T19:13:41.146Z | Compiling display-error-chain v0.2.0 |
2605 | 2024-07-30T19:13:41.330Z | Compiling hex-literal v0.4.1 |
2606 | 2024-07-30T19:13:41.498Z | Compiling russh v0.43.0 |
2607 | 2024-07-30T19:13:41.686Z | Compiling dhcproto v0.11.0 |
2608 | 2024-07-30T19:13:42.227Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2609 | 2024-07-30T19:13:42.448Z | Compiling internet-checksum v0.2.1 |
2610 | 2024-07-30T19:13:45.038Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2611 | 2024-07-30T19:13:45.204Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2612 | 2024-07-30T19:13:45.207Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2613 | 2024-07-30T19:13:45.259Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2614 | 2024-07-30T19:13:45.679Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2615 | 2024-07-30T19:13:45.799Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2616 | 2024-07-30T19:13:47.235Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2617 | 2024-07-30T19:13:47.337Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2618 | 2024-07-30T19:13:48.988Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2619 | 2024-07-30T19:13:50.523Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2620 | 2024-07-30T19:13:50.746Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2621 | 2024-07-30T19:13:51.906Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2622 | 2024-07-30T19:13:52.269Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2623 | 2024-07-30T19:13:53.164Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2624 | 2024-07-30T19:14:00.366Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2625 | 2024-07-30T19:14:00.366Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2626 | 2024-07-30T19:14:00.369Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2627 | 2024-07-30T19:14:00.369Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2628 | 2024-07-30T19:14:00.370Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2629 | 2024-07-30T19:14:02.943Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2630 | 2024-07-30T19:14:03.567Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2631 | 2024-07-30T19:14:03.788Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2632 | 2024-07-30T19:14:04.405Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2633 | 2024-07-30T19:14:04.530Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2634 | 2024-07-30T19:14:05.853Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2635 | 2024-07-30T19:14:06.630Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2636 | 2024-07-30T19:14:08.609Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2637 | 2024-07-30T19:14:08.906Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2638 | 2024-07-30T19:14:10.788Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2639 | 2024-07-30T19:14:12.919Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2640 | 2024-07-30T19:14:13.097Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2641 | 2024-07-30T19:14:17.996Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2642 | 2024-07-30T19:14:18.446Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2643 | 2024-07-30T19:14:22.322Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2644 | 2024-07-30T19:14:28.990Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2645 | 2024-07-30T19:14:28.990Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2646 | 2024-07-30T19:14:31.042Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2647 | 2024-07-30T19:14:50.727Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2648 | 2024-07-30T19:15:33.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 46s |
2649 | 2024-07-30T19:15:33.823Z | |
2650 | 2024-07-30T19:15:33.826Z | real 2:46.650192453 |
2651 | 2024-07-30T19:15:33.826Z | user 12:44.091852096 |
2652 | 2024-07-30T19:15:33.826Z | sys 2:49.498381185 |
2653 | 2024-07-30T19:15:33.826Z | trap 0.376455651 |
2654 | 2024-07-30T19:15:33.826Z | tflt 0.386255110 |
2655 | 2024-07-30T19:15:33.826Z | dflt 1.945475769 |
2656 | 2024-07-30T19:15:33.826Z | kflt 0.000278210 |
2657 | 2024-07-30T19:15:33.826Z | lock 27:35.342084147 |
2658 | 2024-07-30T19:15:33.826Z | slp 32:54.021088684 |
2659 | 2024-07-30T19:15:33.826Z | lat 38.322217078 |
2660 | 2024-07-30T19:15:33.826Z | stop 1:25.419392899 |
2661 | 2024-07-30T19:15:33.826Z | + mkdir tests |
2662 | 2024-07-30T19:15:33.829Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2663 | 2024-07-30T19:15:33.829Z | + xargs -I '{}' -t cp '{}' tests/ |
2664 | 2024-07-30T19:15:35.262Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-496f31b3e2e018d0 tests/ |
2665 | 2024-07-30T19:15:35.283Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-83de68dce99440fd tests/ |
2666 | 2024-07-30T19:15:35.304Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-9cb8f46c5b629596 tests/ |
2667 | 2024-07-30T19:15:35.324Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-2900c1d11fdf95be tests/ |
2668 | 2024-07-30T19:15:35.483Z | + 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/*) |
2669 | 2024-07-30T19:15:35.486Z | + 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-9cb8f46c5b629596 tests/commtest-83de68dce99440fd tests/dhcp_server-496f31b3e2e018d0 tests/end_to_end_tests-2900c1d11fdf95be 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 |
2670 | 2024-07-30T19:16:31.241Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2671 | 2024-07-30T19:16:31.241Z | a out/target/test 1K |
2672 | 2024-07-30T19:16:31.241Z | a out/npuzone/npuzone 23144K |
2673 | 2024-07-30T19:16:31.241Z | a package-manifest.toml 30K |
2674 | 2024-07-30T19:16:31.241Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2675 | 2024-07-30T19:16:31.241Z | a target/release/omicron-package 32482K |
2676 | 2024-07-30T19:16:31.241Z | a target/release/xtask 11481K |
2677 | 2024-07-30T19:16:31.241Z | a target/debug/bootstrap 194577K |
2678 | 2024-07-30T19:16:31.241Z | a tests/bootstrap-9cb8f46c5b629596 23988K |
2679 | 2024-07-30T19:16:31.241Z | a tests/commtest-83de68dce99440fd 24715K |
2680 | 2024-07-30T19:16:31.241Z | a tests/dhcp_server-496f31b3e2e018d0 23989K |
2681 | 2024-07-30T19:16:31.241Z | a tests/end_to_end_tests-2900c1d11fdf95be 206525K |
2682 | 2024-07-30T19:16:31.241Z | a out/clickhouse.tar.gz 223184K |
2683 | 2024-07-30T19:16:31.241Z | a out/clickhouse_keeper.tar.gz 223160K |
2684 | 2024-07-30T19:16:31.241Z | a out/cockroachdb.tar.gz 131915K |
2685 | 2024-07-30T19:16:31.241Z | a out/crucible-dtrace.tar 85K |
2686 | 2024-07-30T19:16:31.241Z | a out/crucible-pantry-zone.tar.gz 27111K |
2687 | 2024-07-30T19:16:31.241Z | a out/crucible-zone.tar.gz 37482K |
2688 | 2024-07-30T19:16:31.241Z | a out/external-dns.tar.gz 25319K |
2689 | 2024-07-30T19:16:31.241Z | a out/internal-dns.tar.gz 25319K |
2690 | 2024-07-30T19:16:31.241Z | a out/mg-ddm-gz.tar 60627K |
2691 | 2024-07-30T19:16:31.242Z | a out/nexus.tar.gz 86320K |
2692 | 2024-07-30T19:16:31.242Z | a out/ntp.tar.gz 8990K |
2693 | 2024-07-30T19:16:31.242Z | a out/omicron-gateway-softnpu.tar.gz 13825K |
2694 | 2024-07-30T19:16:31.242Z | a out/omicron-sled-agent.tar 97140K |
2695 | 2024-07-30T19:16:31.242Z | a out/overlay.tar.gz 3K |
2696 | 2024-07-30T19:16:31.242Z | a out/oximeter.tar.gz 42752K |
2697 | 2024-07-30T19:16:31.242Z | a out/oxlog.tar 2947K |
2698 | 2024-07-30T19:16:31.242Z | a out/probe.tar.gz 2764K |
2699 | 2024-07-30T19:16:31.242Z | a out/propolis-server.tar.gz 64643K |
2700 | 2024-07-30T19:16:31.242Z | a out/pumpkind-gz.tar 26665K |
2701 | 2024-07-30T19:16:31.242Z | a out/switch-softnpu.tar.gz 204346K |
2702 | 2024-07-30T19:16:31.245Z | |
2703 | 2024-07-30T19:16:31.245Z | real 55.758225175 |
2704 | 2024-07-30T19:16:31.245Z | user 53.352586076 |
2705 | 2024-07-30T19:16:31.245Z | sys 3.276703904 |
2706 | 2024-07-30T19:16:31.245Z | trap 0.014988871 |
2707 | 2024-07-30T19:16:31.245Z | tflt 0.000000000 |
2708 | 2024-07-30T19:16:31.245Z | dflt 0.000000000 |
2709 | 2024-07-30T19:16:31.245Z | kflt 0.000000000 |
2710 | 2024-07-30T19:16:31.245Z | lock 0.000000000 |
2711 | 2024-07-30T19:16:31.245Z | slp 53.364340230 |
2712 | 2024-07-30T19:16:31.245Z | lat 1.503243903 |
2713 | 2024-07-30T19:16:31.245Z | stop 0.000191508 |
2714 | 2024-07-30T19:16:31.245Z | process exited: duration 1769522 ms, exit code 0 |
|
2715 | 2024-07-30T19:16:31.259Z | found 1 output files |
2716 | 2024-07-30T19:16:31.259Z | uploading: /work/package.tar.gz (1345363133 bytes) |
2717 | 2024-07-30T19:16:59.492Z | uploaded: /work/package.tar.gz |