|
|
|
1 | 2024-08-15T04:57:13.536Z | job assigned to worker 01J5A6AHP7W4EC5ZREQFJJH4F3 (queued for 28 s) |
|
2 | 2024-08-15T04:57:13.704Z | starting task 0: "setup" |
3 | 2024-08-15T04:57:13.730Z | ++ uname -s |
4 | 2024-08-15T04:57:13.730Z | + kern=SunOS |
5 | 2024-08-15T04:57:13.730Z | + case "$kern" in |
6 | 2024-08-15T04:57:13.730Z | + groupadd -g 12345 build |
7 | 2024-08-15T04:57:13.730Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-15T04:57:15.736Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-15T04:57:15.775Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-15T04:57:15.800Z | + home_fs=zfs |
11 | 2024-08-15T04:57:15.800Z | + [[ zfs == autofs ]] |
12 | 2024-08-15T04:57:15.800Z | + mkdir -p /home/build |
13 | 2024-08-15T04:57:15.800Z | + chown build:build /home/build /work |
14 | 2024-08-15T04:57:17.785Z | + chmod 0700 /home/build /work |
15 | 2024-08-15T04:57:17.810Z | process exited: duration 4085 ms, exit code 0 |
|
16 | 2024-08-15T04:57:17.864Z | starting task 1: "rust-toolchain" |
17 | 2024-08-15T04:57:17.889Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-15T04:57:17.889Z | ' 1.80.1 |
19 | 2024-08-15T04:57:17.889Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-15T04:57:17.889Z | ' default |
21 | 2024-08-15T04:57:17.889Z | * toolchain channel = "1.80.1" |
22 | 2024-08-15T04:57:17.889Z | * toolchain profile = "default" |
23 | 2024-08-15T04:57:17.889Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-15T04:57:17.889Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-15T04:57:18.007Z | info: downloading installer |
26 | 2024-08-15T04:57:18.978Z | info: profile set to 'default' |
27 | 2024-08-15T04:57:18.978Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-15T04:57:19.004Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-15T04:57:19.088Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-15T04:57:19.088Z | info: downloading component 'cargo' |
31 | 2024-08-15T04:57:19.317Z | info: downloading component 'clippy' |
32 | 2024-08-15T04:57:19.375Z | info: downloading component 'rust-docs' |
33 | 2024-08-15T04:57:19.693Z | info: downloading component 'rust-std' |
34 | 2024-08-15T04:57:20.041Z | info: downloading component 'rustc' |
35 | 2024-08-15T04:57:20.938Z | info: downloading component 'rustfmt' |
36 | 2024-08-15T04:57:20.991Z | info: installing component 'cargo' |
37 | 2024-08-15T04:57:22.163Z | info: installing component 'clippy' |
38 | 2024-08-15T04:57:22.610Z | info: installing component 'rust-docs' |
39 | 2024-08-15T04:57:25.378Z | info: installing component 'rust-std' |
40 | 2024-08-15T04:57:27.325Z | info: installing component 'rustc' |
41 | 2024-08-15T04:57:32.555Z | info: installing component 'rustfmt' |
42 | 2024-08-15T04:57:32.938Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-15T04:57:32.938Z | |
44 | 2024-08-15T04:57:33.479Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-15T04:57:33.479Z | |
46 | 2024-08-15T04:57:33.479Z | |
47 | 2024-08-15T04:57:33.479Z | Rust is installed now. Great! |
48 | 2024-08-15T04:57:33.479Z | |
49 | 2024-08-15T04:57:33.479Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-15T04:57:33.479Z | environment variable. This has not been done automatically. |
51 | 2024-08-15T04:57:33.479Z | |
52 | 2024-08-15T04:57:33.479Z | To configure your current shell, you need to source |
53 | 2024-08-15T04:57:33.479Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-15T04:57:33.479Z | |
55 | 2024-08-15T04:57:33.479Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-15T04:57:33.479Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-15T04:57:33.479Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-15T04:57:33.479Z | + rustc --version |
59 | 2024-08-15T04:57:33.479Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-15T04:57:33.479Z | process exited: duration 15341 ms, exit code 0 |
|
61 | 2024-08-15T04:57:33.532Z | starting task 2: "authentication" |
62 | 2024-08-15T04:57:33.590Z | process exited: duration 59 ms, exit code 0 |
|
63 | 2024-08-15T04:57:33.638Z | starting task 3: "clone repository" |
64 | 2024-08-15T04:57:33.662Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-15T04:57:33.662Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-15T04:57:33.688Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-15T04:57:40.340Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-15T04:57:40.340Z | + git fetch origin 4d6683a47c0509e3127dd73f2e1c7ea5495185dc |
69 | 2024-08-15T04:57:40.717Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-15T04:57:40.717Z | * branch 4d6683a47c0509e3127dd73f2e1c7ea5495185dc -> FETCH_HEAD |
71 | 2024-08-15T04:57:40.741Z | + [[ -n dap/fix-main ]] |
72 | 2024-08-15T04:57:40.741Z | ++ git branch --show-current |
73 | 2024-08-15T04:57:40.741Z | + current=main |
74 | 2024-08-15T04:57:40.741Z | + [[ main != dap/fix-main ]] |
75 | 2024-08-15T04:57:40.741Z | + git branch -f dap/fix-main 4d6683a47c0509e3127dd73f2e1c7ea5495185dc |
76 | 2024-08-15T04:57:40.741Z | + git checkout -f dap/fix-main |
77 | 2024-08-15T04:57:40.910Z | Switched to branch 'dap/fix-main' |
78 | 2024-08-15T04:57:40.934Z | + git reset --hard 4d6683a47c0509e3127dd73f2e1c7ea5495185dc |
79 | 2024-08-15T04:57:40.934Z | HEAD is now at 4d6683a47 fix auto-mismerge of #6294 and #6327 |
80 | 2024-08-15T04:57:40.934Z | process exited: duration 7288 ms, exit code 0 |
|
81 | 2024-08-15T04:57:40.984Z | starting task 4: "build" |
82 | 2024-08-15T04:57:41.008Z | + cargo --version |
83 | 2024-08-15T04:57:41.058Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-15T04:57:41.082Z | + rustc --version |
85 | 2024-08-15T04:57:41.131Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-15T04:57:41.155Z | + WORK=/work |
87 | 2024-08-15T04:57:41.155Z | + pfexec mkdir -p /work |
88 | 2024-08-15T04:57:41.155Z | + pfexec chown build /work |
89 | 2024-08-15T04:57:41.155Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-08-15T04:57:46.161Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-08-15T04:57:48.667Z | Startup: Caching catalogs ... Done |
92 | 2024-08-15T04:57:50.972Z | Planning: Solver setup ... Done (1.504s) |
93 | 2024-08-15T04:57:50.996Z | Planning: Running solver ... Done (0.025s) |
94 | 2024-08-15T04:57:51.029Z | Planning: Finding local manifests ... Done (0.002s) |
95 | 2024-08-15T04:57:51.119Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-08-15T04:57:51.502Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-08-15T04:57:51.693Z | Planning: Package planning ... Done (0.191s) |
98 | 2024-08-15T04:57:51.753Z | Planning: Merging actions ... Done (0.060s) |
99 | 2024-08-15T04:57:52.159Z | Planning: Checking for conflicting actions ... Done (0.405s) |
100 | 2024-08-15T04:57:52.182Z | Planning: Consolidating action changes ... Done (0.013s) |
101 | 2024-08-15T04:57:52.833Z | Planning: Evaluating mediators ... Done (0.661s) |
102 | 2024-08-15T04:57:52.857Z | Planning: Planning completed in 4.11 seconds |
103 | 2024-08-15T04:57:52.882Z | Packages to install: 4 |
104 | 2024-08-15T04:57:52.882Z | Mediators to change: 2 |
105 | 2024-08-15T04:57:52.882Z | Services to change: 1 |
106 | 2024-08-15T04:57:52.882Z | Estimated space available: 148.82 GB |
107 | 2024-08-15T04:57:52.882Z | Estimated space to be consumed: 1.48 GB |
108 | 2024-08-15T04:57:52.882Z | Create boot environment: No |
109 | 2024-08-15T04:57:52.882Z | Create backup boot environment: No |
110 | 2024-08-15T04:57:52.882Z | Rebuild boot archive: No |
111 | 2024-08-15T04:57:52.882Z | |
112 | 2024-08-15T04:57:52.882Z | Changed mediators: |
113 | 2024-08-15T04:57:52.882Z | mediator clang: |
114 | 2024-08-15T04:57:52.882Z | version: None -> 15 (system default) |
115 | 2024-08-15T04:57:52.882Z | |
116 | 2024-08-15T04:57:52.882Z | mediator llvm: |
117 | 2024-08-15T04:57:52.882Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-08-15T04:57:52.882Z | |
119 | 2024-08-15T04:57:52.882Z | Changed packages: |
120 | 2024-08-15T04:57:52.882Z | helios-dev |
121 | 2024-08-15T04:57:52.882Z | developer/build-essential |
122 | 2024-08-15T04:57:52.882Z | None -> 11-2.0 |
123 | 2024-08-15T04:57:52.882Z | library/libxmlsec1 |
124 | 2024-08-15T04:57:52.882Z | None -> 1.2.35-2.0 |
125 | 2024-08-15T04:57:52.882Z | ooce/developer/clang-15 |
126 | 2024-08-15T04:57:52.882Z | None -> 15.0.7-2.0 |
127 | 2024-08-15T04:57:52.882Z | ooce/developer/llvm-15 |
128 | 2024-08-15T04:57:52.882Z | None -> 15.0.7-2.0 |
129 | 2024-08-15T04:57:52.882Z | |
130 | 2024-08-15T04:57:52.882Z | Services: |
131 | 2024-08-15T04:57:52.882Z | restart_fmri: |
132 | 2024-08-15T04:57:52.882Z | svc:/system/update-man-index:default |
133 | 2024-08-15T04:57:52.911Z | |
134 | 2024-08-15T04:57:52.911Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-08-15T04:57:57.921Z | Download: 652/3290 items 18.0/212.6MB 8% complete (3.8M/s) |
136 | 2024-08-15T04:58:03.117Z | Download: 1194/3290 items 68.8/212.6MB 32% complete (6.9M/s) |
137 | 2024-08-15T04:58:08.119Z | Download: 1562/3290 items 113.4/212.6MB 53% complete (9.4M/s) |
138 | 2024-08-15T04:58:13.120Z | Download: 2799/3290 items 120.8/212.6MB 56% complete (5.2M/s) |
139 | 2024-08-15T04:58:18.498Z | Download: 3246/3290 items 202.4/212.6MB 95% complete (9.7M/s) |
140 | 2024-08-15T04:58:23.499Z | Download: 3261/3290 items 205.7/212.6MB 96% complete (8.3M/s) |
141 | 2024-08-15T04:58:24.792Z | Download: Completed 212.60 MB in 31.88 seconds (6.7M/s) |
142 | 2024-08-15T04:58:24.953Z | Actions: 1/3689 actions (Installing new actions) |
143 | 2024-08-15T04:58:30.597Z | Actions: 3471/3689 actions (Installing new actions) |
144 | 2024-08-15T04:58:30.643Z | Actions: Completed 3689 actions in 5.69 seconds. |
145 | 2024-08-15T04:58:31.020Z | Done (0.372s) |
146 | 2024-08-15T04:58:31.020Z | Done (0.000s) |
147 | 2024-08-15T04:58:31.460Z | Done (0.440s) |
148 | 2024-08-15T04:58:36.241Z | Done (4.640s) |
149 | 2024-08-15T04:58:36.345Z | Done (0.019s) |
150 | 2024-08-15T04:58:36.369Z | Done (0.000s) |
151 | 2024-08-15T04:58:36.503Z | Done (0.000s) |
152 | 2024-08-15T04:58:37.133Z | Planning: Evaluating mediator changes ... Done |
153 | 2024-08-15T04:58:37.330Z | Planning: Checking for conflicting actions ... Done |
154 | 2024-08-15T04:58:37.354Z | Planning: Consolidating action changes ... Done |
155 | 2024-08-15T04:58:37.652Z | Planning: Evaluating mediators ... Done |
156 | 2024-08-15T04:58:37.675Z | Planning: Planning completed in 0.52 seconds |
157 | 2024-08-15T04:58:37.700Z | Mediators to change: 2 |
158 | 2024-08-15T04:58:37.700Z | Create boot environment: No |
159 | 2024-08-15T04:58:37.700Z | Create backup boot environment: No |
160 | 2024-08-15T04:58:37.746Z | Done |
161 | 2024-08-15T04:58:37.746Z | Done |
162 | 2024-08-15T04:58:38.071Z | Done |
163 | 2024-08-15T04:58:42.463Z | Done |
164 | 2024-08-15T04:58:42.558Z | Done |
165 | 2024-08-15T04:58:42.582Z | Done |
166 | 2024-08-15T04:58:42.645Z | Done |
167 | 2024-08-15T04:58:43.441Z | Planning: Evaluating mediator changes ... Done |
168 | 2024-08-15T04:58:43.465Z | Planning: Merging actions ... Done |
169 | 2024-08-15T04:58:43.675Z | Planning: Checking for conflicting actions ... Done |
170 | 2024-08-15T04:58:43.699Z | Planning: Consolidating action changes ... Done |
171 | 2024-08-15T04:58:43.991Z | Planning: Evaluating mediators ... Done |
172 | 2024-08-15T04:58:44.057Z | Planning: Planning completed in 0.95 seconds |
173 | 2024-08-15T04:58:44.098Z | Packages to change: 1 |
174 | 2024-08-15T04:58:44.098Z | Mediators to change: 1 |
175 | 2024-08-15T04:58:44.098Z | Services to change: 1 |
176 | 2024-08-15T04:58:44.098Z | Create boot environment: No |
177 | 2024-08-15T04:58:44.098Z | Create backup boot environment: Yes |
178 | 2024-08-15T04:58:45.601Z | Actions: 1/6 actions (Updating modified actions) |
179 | 2024-08-15T04:58:45.625Z | Actions: Completed 6 actions in 0.00 seconds. |
180 | 2024-08-15T04:58:45.625Z | Done |
181 | 2024-08-15T04:58:45.625Z | Done |
182 | 2024-08-15T04:58:45.694Z | Done |
183 | 2024-08-15T04:58:49.926Z | Done |
184 | 2024-08-15T04:58:50.028Z | Done |
185 | 2024-08-15T04:58:50.028Z | Done |
186 | 2024-08-15T04:58:50.111Z | Done |
187 | 2024-08-15T04:58:50.637Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
188 | 2024-08-15T04:58:50.637Z | clang system 15 system |
189 | 2024-08-15T04:58:50.637Z | csh system system illumos |
190 | 2024-08-15T04:58:50.637Z | ctags system system illumos |
191 | 2024-08-15T04:58:50.637Z | gcc vendor 12 vendor |
192 | 2024-08-15T04:58:50.637Z | gcc system 10 system |
193 | 2024-08-15T04:58:50.637Z | gcc system 7 system |
194 | 2024-08-15T04:58:50.637Z | go system 1.20 system |
195 | 2024-08-15T04:58:50.637Z | go system 1.19 system |
196 | 2024-08-15T04:58:50.637Z | llvm system 15 system |
197 | 2024-08-15T04:58:50.637Z | llvm system 14 system |
198 | 2024-08-15T04:58:50.638Z | mariadb system 10.6 system |
199 | 2024-08-15T04:58:50.638Z | mta vendor vendor dma |
200 | 2024-08-15T04:58:50.638Z | openjdk system 17 system |
201 | 2024-08-15T04:58:50.638Z | openjdk system 11 system |
202 | 2024-08-15T04:58:50.638Z | openjdk system 1.8 system |
203 | 2024-08-15T04:58:50.638Z | openssl vendor 3 vendor |
204 | 2024-08-15T04:58:50.638Z | perl system 5.36 system |
205 | 2024-08-15T04:58:50.638Z | postgresql system 15 system |
206 | 2024-08-15T04:58:50.638Z | postgresql system 13 system |
207 | 2024-08-15T04:58:50.638Z | python vendor 3 vendor |
208 | 2024-08-15T04:58:50.638Z | python system 2 system |
209 | 2024-08-15T04:58:50.638Z | python3 system 3.11 system |
210 | 2024-08-15T04:58:50.638Z | ruby system 3.0 system |
211 | 2024-08-15T04:58:50.638Z | words vendor vendor american-english |
212 | 2024-08-15T04:58:50.638Z | words system system australian-english |
213 | 2024-08-15T04:58:50.638Z | words system system british-english |
214 | 2024-08-15T04:58:50.638Z | words system system canadian-english |
215 | 2024-08-15T04:58:50.638Z | words system system french |
216 | 2024-08-15T04:58:50.638Z | words system system italian |
217 | 2024-08-15T04:58:50.638Z | words system system ngerman |
218 | 2024-08-15T04:58:50.638Z | words system system ogerman |
219 | 2024-08-15T04:58:50.638Z | words system system spanish |
220 | 2024-08-15T04:58:51.051Z | PUBLISHER TYPE STATUS P LOCATION |
221 | 2024-08-15T04:58:51.051Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
222 | 2024-08-15T04:58:53.151Z | FMRI IFO |
223 | 2024-08-15T04:58:53.151Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
224 | 2024-08-15T04:58:53.151Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
225 | 2024-08-15T04:58:53.151Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
226 | 2024-08-15T04:58:53.151Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
227 | 2024-08-15T04:58:53.151Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
228 | 2024-08-15T04:58:53.152Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
229 | 2024-08-15T04:58:53.152Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
230 | 2024-08-15T04:58:53.152Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
231 | 2024-08-15T04:58:53.152Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
232 | 2024-08-15T04:58:53.152Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
233 | 2024-08-15T04:58:53.152Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
234 | 2024-08-15T04:58:53.152Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
235 | 2024-08-15T04:58:53.831Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
236 | 2024-08-15T04:58:54.181Z | Updating git repository `https://github.com/oxidecomputer/zone` |
237 | 2024-08-15T04:58:54.524Z | Updating crates.io index |
238 | 2024-08-15T04:58:54.588Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
239 | 2024-08-15T04:58:55.370Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
240 | 2024-08-15T04:58:56.167Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
241 | 2024-08-15T04:58:56.466Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
242 | 2024-08-15T04:58:58.148Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
243 | 2024-08-15T04:58:58.407Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
244 | 2024-08-15T04:58:58.697Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
245 | 2024-08-15T04:58:59.828Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
246 | 2024-08-15T04:59:01.726Z | Updating git repository `https://github.com/oxidecomputer/opte` |
247 | 2024-08-15T04:59:02.725Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
248 | 2024-08-15T04:59:03.388Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
249 | 2024-08-15T04:59:03.820Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
250 | 2024-08-15T04:59:04.342Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
251 | 2024-08-15T04:59:04.704Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
252 | 2024-08-15T04:59:05.110Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
253 | 2024-08-15T04:59:05.464Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
254 | 2024-08-15T04:59:05.882Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
255 | 2024-08-15T04:59:06.167Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
256 | 2024-08-15T04:59:06.508Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
257 | 2024-08-15T04:59:06.869Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
258 | 2024-08-15T04:59:07.204Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
259 | 2024-08-15T04:59:07.594Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
260 | 2024-08-15T04:59:07.901Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
261 | 2024-08-15T04:59:08.417Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
262 | 2024-08-15T04:59:08.793Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
263 | 2024-08-15T04:59:09.361Z | Updating git repository `https://github.com/oxidecomputer/typify` |
264 | 2024-08-15T04:59:11.705Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
265 | 2024-08-15T04:59:12.027Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
266 | 2024-08-15T04:59:12.369Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
267 | 2024-08-15T04:59:12.776Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
268 | 2024-08-15T04:59:14.036Z | Downloading crates ... |
269 | 2024-08-15T04:59:14.094Z | Downloaded autocfg v1.3.0 |
270 | 2024-08-15T04:59:14.119Z | Downloaded usdt-macro v0.5.0 |
271 | 2024-08-15T04:59:14.119Z | Downloaded usdt-attr-macro v0.5.0 |
272 | 2024-08-15T04:59:14.119Z | Downloaded block-buffer v0.10.4 |
273 | 2024-08-15T04:59:14.119Z | Downloaded pretty-hex v0.4.1 |
274 | 2024-08-15T04:59:14.119Z | Downloaded scroll_derive v0.12.0 |
275 | 2024-08-15T04:59:14.119Z | Downloaded version_check v0.9.5 |
276 | 2024-08-15T04:59:14.119Z | Downloaded byteorder v1.5.0 |
277 | 2024-08-15T04:59:14.119Z | Downloaded utf8parse v0.2.1 |
278 | 2024-08-15T04:59:14.119Z | Downloaded usdt v0.5.0 |
279 | 2024-08-15T04:59:14.119Z | Downloaded quote v1.0.36 |
280 | 2024-08-15T04:59:14.143Z | Downloaded zerocopy-derive v0.7.34 |
281 | 2024-08-15T04:59:14.143Z | Downloaded zerocopy v0.7.34 |
282 | 2024-08-15T04:59:14.167Z | Downloaded winnow v0.6.18 |
283 | 2024-08-15T04:59:14.191Z | Downloaded serde_json v1.0.124 |
284 | 2024-08-15T04:59:14.191Z | Downloaded unicode-width v0.1.13 |
285 | 2024-08-15T04:59:14.191Z | Downloaded rustix v0.38.34 |
286 | 2024-08-15T04:59:14.216Z | Downloaded libc v0.2.155 |
287 | 2024-08-15T04:59:14.248Z | Downloaded hashbrown v0.14.5 |
288 | 2024-08-15T04:59:14.272Z | Downloaded goblin v0.8.2 |
289 | 2024-08-15T04:59:14.272Z | Downloaded tabled v0.15.0 |
290 | 2024-08-15T04:59:14.296Z | Downloaded syn v2.0.74 |
291 | 2024-08-15T04:59:14.296Z | Downloaded syn v1.0.109 |
292 | 2024-08-15T04:59:14.320Z | Downloaded serde v1.0.207 |
293 | 2024-08-15T04:59:14.320Z | Downloaded indexmap v2.4.0 |
294 | 2024-08-15T04:59:14.320Z | Downloaded dtrace-parser v0.2.0 |
295 | 2024-08-15T04:59:14.320Z | Downloaded clap_builder v4.5.15 |
296 | 2024-08-15T04:59:14.344Z | Downloaded usdt-impl v0.5.0 |
297 | 2024-08-15T04:59:14.344Z | Downloaded unicode-ident v1.0.12 |
298 | 2024-08-15T04:59:14.344Z | Downloaded ucd-trie v0.1.6 |
299 | 2024-08-15T04:59:14.344Z | Downloaded typenum v1.17.0 |
300 | 2024-08-15T04:59:14.344Z | Downloaded toml_edit v0.22.20 |
301 | 2024-08-15T04:59:14.368Z | Downloaded toml v0.8.19 |
302 | 2024-08-15T04:59:14.368Z | Downloaded sha2 v0.10.8 |
303 | 2024-08-15T04:59:14.368Z | Downloaded serde_derive v1.0.207 |
304 | 2024-08-15T04:59:14.392Z | Downloaded pest_meta v2.7.10 |
305 | 2024-08-15T04:59:14.392Z | Downloaded pest_derive v2.7.10 |
306 | 2024-08-15T04:59:14.392Z | Downloaded pest v2.7.10 |
307 | 2024-08-15T04:59:14.392Z | Downloaded papergrid v0.11.0 |
308 | 2024-08-15T04:59:14.392Z | Downloaded memchr v2.7.2 |
309 | 2024-08-15T04:59:14.417Z | Downloaded bitflags v2.6.0 |
310 | 2024-08-15T04:59:14.417Z | Downloaded thread-id v4.2.1 |
311 | 2024-08-15T04:59:14.417Z | Downloaded semver v1.0.23 |
312 | 2024-08-15T04:59:14.417Z | Downloaded ryu v1.0.18 |
313 | 2024-08-15T04:59:14.417Z | Downloaded proc-macro2 v1.0.86 |
314 | 2024-08-15T04:59:14.417Z | Downloaded macaddr v1.0.1 |
315 | 2024-08-15T04:59:14.417Z | Downloaded log v0.4.21 |
316 | 2024-08-15T04:59:14.418Z | Downloaded thiserror-impl v1.0.63 |
317 | 2024-08-15T04:59:14.418Z | Downloaded thiserror v1.0.63 |
318 | 2024-08-15T04:59:14.442Z | Downloaded tabled_derive v0.7.0 |
319 | 2024-08-15T04:59:14.442Z | Downloaded serde_spanned v0.6.7 |
320 | 2024-08-15T04:59:14.442Z | Downloaded proc-macro-error-attr v1.0.4 |
321 | 2024-08-15T04:59:14.442Z | Downloaded proc-macro-error v1.0.4 |
322 | 2024-08-15T04:59:14.442Z | Downloaded once_cell v1.19.0 |
323 | 2024-08-15T04:59:14.442Z | Downloaded memmap v0.7.0 |
324 | 2024-08-15T04:59:14.442Z | Downloaded heck v0.5.0 |
325 | 2024-08-15T04:59:14.442Z | Downloaded dof v0.3.0 |
326 | 2024-08-15T04:59:14.442Z | Downloaded digest v0.10.7 |
327 | 2024-08-15T04:59:14.442Z | Downloaded crypto-common v0.1.6 |
328 | 2024-08-15T04:59:14.442Z | Downloaded clap_derive v4.5.13 |
329 | 2024-08-15T04:59:14.442Z | Downloaded clap v4.5.15 |
330 | 2024-08-15T04:59:14.466Z | Downloaded toml_datetime v0.6.8 |
331 | 2024-08-15T04:59:14.466Z | Downloaded swrite v0.1.0 |
332 | 2024-08-15T04:59:14.466Z | Downloaded strsim v0.11.1 |
333 | 2024-08-15T04:59:14.466Z | Downloaded generic-array v0.14.7 |
334 | 2024-08-15T04:59:14.466Z | Downloaded fnv v1.0.7 |
335 | 2024-08-15T04:59:14.466Z | Downloaded cargo_toml v0.20.4 |
336 | 2024-08-15T04:59:14.466Z | Downloaded anyhow v1.0.86 |
337 | 2024-08-15T04:59:14.466Z | Downloaded terminal_size v0.3.0 |
338 | 2024-08-15T04:59:14.490Z | Downloaded serde_tokenstream v0.2.1 |
339 | 2024-08-15T04:59:14.490Z | Downloaded itoa v1.0.11 |
340 | 2024-08-15T04:59:14.490Z | Downloaded scroll v0.12.0 |
341 | 2024-08-15T04:59:14.490Z | Downloaded pest_generator v2.7.10 |
342 | 2024-08-15T04:59:14.490Z | Downloaded is_terminal_polyfill v1.70.0 |
343 | 2024-08-15T04:59:14.490Z | Downloaded heck v0.4.1 |
344 | 2024-08-15T04:59:14.490Z | Downloaded fs-err v2.11.0 |
345 | 2024-08-15T04:59:14.490Z | Downloaded errno v0.3.9 |
346 | 2024-08-15T04:59:14.490Z | Downloaded cfg-if v1.0.0 |
347 | 2024-08-15T04:59:14.490Z | Downloaded cargo-platform v0.1.8 |
348 | 2024-08-15T04:59:14.490Z | Downloaded bytecount v0.6.8 |
349 | 2024-08-15T04:59:14.490Z | Downloaded anstream v0.6.14 |
350 | 2024-08-15T04:59:14.514Z | Downloaded plain v0.2.3 |
351 | 2024-08-15T04:59:14.514Z | Downloaded equivalent v1.0.1 |
352 | 2024-08-15T04:59:14.514Z | Downloaded colorchoice v1.0.1 |
353 | 2024-08-15T04:59:14.514Z | Downloaded clap_lex v0.7.0 |
354 | 2024-08-15T04:59:14.514Z | Downloaded cargo_metadata v0.18.1 |
355 | 2024-08-15T04:59:14.514Z | Downloaded camino v1.1.7 |
356 | 2024-08-15T04:59:14.514Z | Downloaded anstyle-query v1.0.3 |
357 | 2024-08-15T04:59:14.514Z | Downloaded anstyle-parse v0.2.4 |
358 | 2024-08-15T04:59:14.514Z | Downloaded anstyle v1.0.8 |
359 | 2024-08-15T04:59:14.515Z | Downloaded cpufeatures v0.2.12 |
360 | 2024-08-15T04:59:14.650Z | Compiling proc-macro2 v1.0.86 |
361 | 2024-08-15T04:59:14.674Z | Compiling unicode-ident v1.0.12 |
362 | 2024-08-15T04:59:14.675Z | Compiling version_check v0.9.5 |
363 | 2024-08-15T04:59:14.675Z | Compiling serde v1.0.207 |
364 | 2024-08-15T04:59:14.675Z | Compiling thiserror v1.0.63 |
365 | 2024-08-15T04:59:14.675Z | Compiling memchr v2.7.2 |
366 | 2024-08-15T04:59:14.675Z | Compiling libc v0.2.155 |
367 | 2024-08-15T04:59:14.675Z | Compiling itoa v1.0.11 |
368 | 2024-08-15T04:59:14.969Z | Compiling ucd-trie v0.1.6 |
369 | 2024-08-15T04:59:15.013Z | Compiling ryu v1.0.18 |
370 | 2024-08-15T04:59:15.417Z | Compiling once_cell v1.19.0 |
371 | 2024-08-15T04:59:15.611Z | Compiling byteorder v1.5.0 |
372 | 2024-08-15T04:59:15.635Z | Compiling serde_json v1.0.124 |
373 | 2024-08-15T04:59:15.951Z | Compiling proc-macro-error-attr v1.0.4 |
374 | 2024-08-15T04:59:16.076Z | Compiling usdt-impl v0.5.0 |
375 | 2024-08-15T04:59:16.136Z | Compiling rustix v0.38.34 |
376 | 2024-08-15T04:59:16.171Z | Compiling syn v1.0.109 |
377 | 2024-08-15T04:59:16.282Z | Compiling proc-macro-error v1.0.4 |
378 | 2024-08-15T04:59:16.389Z | Compiling quote v1.0.36 |
379 | 2024-08-15T04:59:16.562Z | Compiling plain v0.2.3 |
380 | 2024-08-15T04:59:16.605Z | Compiling equivalent v1.0.1 |
381 | 2024-08-15T04:59:16.721Z | Compiling syn v2.0.74 |
382 | 2024-08-15T04:59:16.746Z | Compiling errno v0.3.9 |
383 | 2024-08-15T04:59:16.853Z | Compiling log v0.4.21 |
384 | 2024-08-15T04:59:16.934Z | Compiling bitflags v2.6.0 |
385 | 2024-08-15T04:59:16.966Z | Compiling hashbrown v0.14.5 |
386 | 2024-08-15T04:59:17.005Z | Compiling utf8parse v0.2.1 |
387 | 2024-08-15T04:59:17.133Z | Compiling thread-id v4.2.1 |
388 | 2024-08-15T04:59:17.160Z | Compiling anstyle-parse v0.2.4 |
389 | 2024-08-15T04:59:17.416Z | Compiling semver v1.0.23 |
390 | 2024-08-15T04:59:17.471Z | Compiling camino v1.1.7 |
391 | 2024-08-15T04:59:17.648Z | Compiling winnow v0.6.18 |
392 | 2024-08-15T04:59:17.906Z | Compiling is_terminal_polyfill v1.70.0 |
393 | 2024-08-15T04:59:18.008Z | Compiling pretty-hex v0.4.1 |
394 | 2024-08-15T04:59:18.043Z | Compiling indexmap v2.4.0 |
395 | 2024-08-15T04:59:18.076Z | Compiling anstyle-query v1.0.3 |
396 | 2024-08-15T04:59:18.131Z | Compiling anstyle v1.0.8 |
397 | 2024-08-15T04:59:18.233Z | Compiling autocfg v1.3.0 |
398 | 2024-08-15T04:59:18.257Z | Compiling colorchoice v1.0.1 |
399 | 2024-08-15T04:59:18.409Z | Compiling terminal_size v0.3.0 |
400 | 2024-08-15T04:59:18.527Z | Compiling anstream v0.6.14 |
401 | 2024-08-15T04:59:18.780Z | Compiling heck v0.4.1 |
402 | 2024-08-15T04:59:18.804Z | Compiling unicode-width v0.1.13 |
403 | 2024-08-15T04:59:19.030Z | Compiling anyhow v1.0.86 |
404 | 2024-08-15T04:59:19.055Z | Compiling fs-err v2.11.0 |
405 | 2024-08-15T04:59:19.207Z | Compiling strsim v0.11.1 |
406 | 2024-08-15T04:59:19.233Z | Compiling bytecount v0.6.8 |
407 | 2024-08-15T04:59:19.257Z | Compiling fnv v1.0.7 |
408 | 2024-08-15T04:59:19.391Z | Compiling clap_lex v0.7.0 |
409 | 2024-08-15T04:59:19.440Z | Compiling heck v0.5.0 |
410 | 2024-08-15T04:59:19.719Z | Compiling clap_builder v4.5.15 |
411 | 2024-08-15T04:59:19.847Z | Compiling papergrid v0.11.0 |
412 | 2024-08-15T04:59:19.923Z | Compiling memmap v0.7.0 |
413 | 2024-08-15T04:59:20.333Z | Compiling swrite v0.1.0 |
414 | 2024-08-15T04:59:21.711Z | Compiling tabled_derive v0.7.0 |
415 | 2024-08-15T04:59:23.395Z | Compiling tabled v0.15.0 |
416 | 2024-08-15T04:59:24.514Z | Compiling serde_derive v1.0.207 |
417 | 2024-08-15T04:59:24.538Z | Compiling thiserror-impl v1.0.63 |
418 | 2024-08-15T04:59:24.538Z | Compiling zerocopy-derive v0.7.34 |
419 | 2024-08-15T04:59:24.562Z | Compiling scroll_derive v0.12.0 |
420 | 2024-08-15T04:59:24.637Z | Compiling clap_derive v4.5.13 |
421 | 2024-08-15T04:59:25.789Z | Compiling scroll v0.12.0 |
422 | 2024-08-15T04:59:26.243Z | Compiling zerocopy v0.7.34 |
423 | 2024-08-15T04:59:26.271Z | Compiling goblin v0.8.2 |
424 | 2024-08-15T04:59:26.826Z | Compiling pest v2.7.10 |
425 | 2024-08-15T04:59:27.922Z | Compiling clap v4.5.15 |
426 | 2024-08-15T04:59:28.776Z | Compiling pest_meta v2.7.10 |
427 | 2024-08-15T04:59:29.756Z | Compiling pest_generator v2.7.10 |
428 | 2024-08-15T04:59:31.454Z | Compiling pest_derive v2.7.10 |
429 | 2024-08-15T04:59:32.078Z | Compiling dtrace-parser v0.2.0 |
430 | 2024-08-15T04:59:34.006Z | Compiling serde_tokenstream v0.2.1 |
431 | 2024-08-15T04:59:34.053Z | Compiling toml_datetime v0.6.8 |
432 | 2024-08-15T04:59:34.053Z | Compiling serde_spanned v0.6.7 |
433 | 2024-08-15T04:59:34.053Z | Compiling cargo-platform v0.1.8 |
434 | 2024-08-15T04:59:34.413Z | Compiling toml_edit v0.22.20 |
435 | 2024-08-15T04:59:34.510Z | Compiling macaddr v1.0.1 |
436 | 2024-08-15T04:59:35.395Z | Compiling dof v0.3.0 |
437 | 2024-08-15T04:59:35.500Z | Compiling cargo_metadata v0.18.1 |
438 | 2024-08-15T04:59:36.988Z | Compiling toml v0.8.19 |
439 | 2024-08-15T04:59:37.054Z | Compiling usdt-macro v0.5.0 |
440 | 2024-08-15T04:59:37.054Z | Compiling usdt-attr-macro v0.5.0 |
441 | 2024-08-15T04:59:37.736Z | Compiling cargo_toml v0.20.4 |
442 | 2024-08-15T04:59:38.273Z | Compiling usdt v0.5.0 |
443 | 2024-08-15T04:59:41.904Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
444 | 2024-08-15T04:59:46.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.09s |
445 | 2024-08-15T04:59:46.866Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
446 | 2024-08-15T04:59:47.591Z | Downloading crates ... |
447 | 2024-08-15T04:59:47.709Z | Downloaded atty v0.2.14 |
448 | 2024-08-15T04:59:47.734Z | Downloaded async-stream-impl v0.3.5 |
449 | 2024-08-15T04:59:47.734Z | Downloaded chacha20 v0.9.1 |
450 | 2024-08-15T04:59:47.734Z | Downloaded crucible-workspace-hack v0.1.0 |
451 | 2024-08-15T04:59:47.734Z | Downloaded camino-tempfile v1.1.1 |
452 | 2024-08-15T04:59:47.758Z | Downloaded is_ci v1.2.0 |
453 | 2024-08-15T04:59:47.758Z | Downloaded matches v0.1.10 |
454 | 2024-08-15T04:59:47.758Z | Downloaded curve25519-dalek-derive v0.1.1 |
455 | 2024-08-15T04:59:47.758Z | Downloaded indoc v1.0.9 |
456 | 2024-08-15T04:59:47.758Z | Downloaded oso-derive v0.27.3 |
457 | 2024-08-15T04:59:47.758Z | Downloaded opaque-debug v0.3.1 |
458 | 2024-08-15T04:59:47.758Z | Downloaded inout v0.1.3 |
459 | 2024-08-15T04:59:47.758Z | Downloaded openssl-probe v0.1.5 |
460 | 2024-08-15T04:59:47.782Z | Downloaded packed_struct v0.10.1 |
461 | 2024-08-15T04:59:47.782Z | Downloaded num-derive v0.4.2 |
462 | 2024-08-15T04:59:47.782Z | Downloaded parse-display v0.10.0 |
463 | 2024-08-15T04:59:47.782Z | Downloaded number_prefix v0.4.0 |
464 | 2024-08-15T04:59:47.782Z | Downloaded mime_guess v2.0.4 |
465 | 2024-08-15T04:59:47.807Z | Downloaded tower-service v0.3.2 |
466 | 2024-08-15T04:59:47.807Z | Downloaded fixedbitset v0.4.2 |
467 | 2024-08-15T04:59:47.807Z | Downloaded sync_wrapper v0.1.2 |
468 | 2024-08-15T04:59:47.832Z | Downloaded salsa20 v0.10.2 |
469 | 2024-08-15T04:59:47.832Z | Downloaded signal-hook-tokio v0.3.1 |
470 | 2024-08-15T04:59:47.832Z | Downloaded zone_cfg_derive v0.1.2 |
471 | 2024-08-15T04:59:47.832Z | Downloaded tracing-attributes v0.1.27 |
472 | 2024-08-15T04:59:47.832Z | Downloaded deranged v0.3.11 |
473 | 2024-08-15T04:59:47.858Z | Downloaded fxhash v0.2.1 |
474 | 2024-08-15T04:59:47.858Z | Downloaded pretty-hex v0.2.1 |
475 | 2024-08-15T04:59:47.858Z | Downloaded psl-types v2.0.11 |
476 | 2024-08-15T04:59:47.858Z | Downloaded strum v0.26.3 |
477 | 2024-08-15T04:59:47.858Z | Downloaded foreign-types v0.3.2 |
478 | 2024-08-15T04:59:47.858Z | Downloaded termtree v0.4.1 |
479 | 2024-08-15T04:59:47.882Z | Downloaded phf_shared v0.11.2 |
480 | 2024-08-15T04:59:47.882Z | Downloaded utf-8 v0.7.6 |
481 | 2024-08-15T04:59:47.882Z | Downloaded tokio-macros v2.3.0 |
482 | 2024-08-15T04:59:47.882Z | Downloaded http-range v0.1.5 |
483 | 2024-08-15T04:59:47.883Z | Downloaded hubpack_derive v0.1.1 |
484 | 2024-08-15T04:59:47.883Z | Downloaded diesel_table_macro_syntax v0.2.0 |
485 | 2024-08-15T04:59:47.908Z | Downloaded downcast v0.11.0 |
486 | 2024-08-15T04:59:47.908Z | Downloaded display-error-chain v0.2.0 |
487 | 2024-08-15T04:59:47.908Z | Downloaded dirs-next v2.0.0 |
488 | 2024-08-15T04:59:47.908Z | Downloaded hex v0.4.3 |
489 | 2024-08-15T04:59:47.908Z | Downloaded fallible-iterator v0.2.0 |
490 | 2024-08-15T04:59:47.908Z | Downloaded erased-serde v0.3.31 |
491 | 2024-08-15T04:59:47.934Z | Downloaded rustls-pemfile v1.0.4 |
492 | 2024-08-15T04:59:47.934Z | Downloaded rustfmt-wrapper v0.2.1 |
493 | 2024-08-15T04:59:47.934Z | Downloaded ident_case v1.0.1 |
494 | 2024-08-15T04:59:47.934Z | Downloaded twox-hash v1.6.3 |
495 | 2024-08-15T04:59:47.934Z | Downloaded rpassword v7.3.1 |
496 | 2024-08-15T04:59:47.934Z | Downloaded dyn-clone v1.0.17 |
497 | 2024-08-15T04:59:47.934Z | Downloaded phf_shared v0.10.0 |
498 | 2024-08-15T04:59:47.934Z | Downloaded time-core v0.1.2 |
499 | 2024-08-15T04:59:47.958Z | Downloaded tokio-tungstenite v0.20.1 |
500 | 2024-08-15T04:59:47.958Z | Downloaded heapless v0.8.0 |
501 | 2024-08-15T04:59:47.983Z | Downloaded phf v0.11.2 |
502 | 2024-08-15T04:59:47.983Z | Downloaded resolv-conf v0.7.0 |
503 | 2024-08-15T04:59:47.983Z | Downloaded rayon-core v1.12.1 |
504 | 2024-08-15T04:59:48.008Z | Downloaded unicode-normalization v0.1.23 |
505 | 2024-08-15T04:59:48.008Z | Downloaded regex-automata v0.1.10 |
506 | 2024-08-15T04:59:48.008Z | Downloaded time-macros v0.2.18 |
507 | 2024-08-15T04:59:48.008Z | Downloaded reqwest v0.11.27 |
508 | 2024-08-15T04:59:48.033Z | Downloaded rustls v0.21.12 |
509 | 2024-08-15T04:59:48.058Z | Downloaded regex-syntax v0.8.4 |
510 | 2024-08-15T04:59:48.082Z | Downloaded regex-automata v0.4.6 |
511 | 2024-08-15T04:59:48.106Z | Downloaded vcpkg v0.2.15 |
512 | 2024-08-15T04:59:48.144Z | Downloaded petgraph v0.6.5 |
513 | 2024-08-15T04:59:48.169Z | Downloaded regress v0.9.1 |
514 | 2024-08-15T04:59:48.192Z | Downloaded ratatui v0.28.0 |
515 | 2024-08-15T04:59:48.216Z | Downloaded sled v0.34.7 |
516 | 2024-08-15T04:59:48.240Z | Downloaded openapiv3 v2.0.0 |
517 | 2024-08-15T04:59:48.240Z | Downloaded diesel v2.2.2 |
518 | 2024-08-15T04:59:48.264Z | Downloaded gimli v0.28.1 |
519 | 2024-08-15T04:59:48.288Z | Downloaded encoding_rs v0.8.34 |
520 | 2024-08-15T04:59:48.312Z | Downloaded object v0.32.2 |
521 | 2024-08-15T04:59:48.335Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
522 | 2024-08-15T04:59:48.384Z | Downloaded nix v0.28.0 |
523 | 2024-08-15T04:59:48.410Z | Downloaded rayon v1.10.0 |
524 | 2024-08-15T04:59:48.410Z | Downloaded regex v1.10.6 |
525 | 2024-08-15T04:59:48.435Z | Downloaded git2 v0.19.0 |
526 | 2024-08-15T04:59:48.460Z | Downloaded openssl v0.10.66 |
527 | 2024-08-15T04:59:48.460Z | Downloaded object v0.30.4 |
528 | 2024-08-15T04:59:48.485Z | Downloaded nix v0.27.1 |
529 | 2024-08-15T04:59:48.509Z | Downloaded tokio v1.38.1 |
530 | 2024-08-15T04:59:48.533Z | Downloaded portable-atomic v1.6.0 |
531 | 2024-08-15T04:59:48.558Z | Downloaded ring v0.17.8 |
532 | 2024-08-15T04:59:48.617Z | Downloaded rusqlite v0.31.0 |
533 | 2024-08-15T04:59:48.642Z | Downloaded libz-sys v1.1.16 |
534 | 2024-08-15T04:59:48.730Z | Downloaded sha3 v0.10.8 |
535 | 2024-08-15T04:59:48.730Z | Downloaded time v0.3.36 |
536 | 2024-08-15T04:59:48.730Z | Downloaded zerocopy-derive v0.6.6 |
537 | 2024-08-15T04:59:48.755Z | Downloaded ring v0.16.20 |
538 | 2024-08-15T04:59:48.831Z | Downloaded hashbrown v0.12.3 |
539 | 2024-08-15T04:59:48.855Z | Downloaded libsqlite3-sys v0.28.0 |
540 | 2024-08-15T04:59:48.928Z | Downloaded finl_unicode v1.2.0 |
541 | 2024-08-15T04:59:48.952Z | Downloaded lalrpop v0.19.12 |
542 | 2024-08-15T04:59:48.977Z | Downloaded csv v1.3.0 |
543 | 2024-08-15T04:59:49.004Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
544 | 2024-08-15T04:59:49.004Z | Downloaded regex-syntax v0.6.29 |
545 | 2024-08-15T04:59:49.028Z | Downloaded snafu v0.8.2 |
546 | 2024-08-15T04:59:49.028Z | Downloaded smoltcp v0.11.0 |
547 | 2024-08-15T04:59:49.051Z | Downloaded smoltcp v0.9.1 |
548 | 2024-08-15T04:59:49.051Z | Downloaded rustls v0.22.4 |
549 | 2024-08-15T04:59:49.076Z | Downloaded fatfs v0.3.6 |
550 | 2024-08-15T04:59:49.076Z | Downloaded rand v0.8.5 |
551 | 2024-08-15T04:59:49.076Z | Downloaded reedline v0.33.0 |
552 | 2024-08-15T04:59:49.076Z | Downloaded h2 v0.3.26 |
553 | 2024-08-15T04:59:49.100Z | Downloaded nom v7.1.3 |
554 | 2024-08-15T04:59:49.100Z | Downloaded tokio-postgres v0.7.11 |
555 | 2024-08-15T04:59:49.100Z | Downloaded socket2 v0.4.10 |
556 | 2024-08-15T04:59:49.100Z | Downloaded rustls-webpki v0.102.4 |
557 | 2024-08-15T04:59:49.126Z | Downloaded vergen v8.3.2 |
558 | 2024-08-15T04:59:49.127Z | Downloaded num-bigint-dig v0.8.4 |
559 | 2024-08-15T04:59:49.150Z | Downloaded hashlink v0.9.1 |
560 | 2024-08-15T04:59:49.150Z | Downloaded hmac v0.12.1 |
561 | 2024-08-15T04:59:49.150Z | Downloaded polar-core v0.27.3 |
562 | 2024-08-15T04:59:49.150Z | Downloaded libxml v0.3.3 |
563 | 2024-08-15T04:59:49.150Z | Downloaded libm v0.2.8 |
564 | 2024-08-15T04:59:49.174Z | Downloaded itertools v0.13.0 |
565 | 2024-08-15T04:59:49.174Z | Downloaded itertools v0.12.1 |
566 | 2024-08-15T04:59:49.174Z | Downloaded snafu-derive v0.8.2 |
567 | 2024-08-15T04:59:49.198Z | Downloaded hkdf v0.12.4 |
568 | 2024-08-15T04:59:49.198Z | Downloaded trust-dns-server v0.22.1 |
569 | 2024-08-15T04:59:49.198Z | Downloaded trust-dns-resolver v0.22.0 |
570 | 2024-08-15T04:59:49.198Z | Downloaded postcard v1.0.8 |
571 | 2024-08-15T04:59:49.198Z | Downloaded rustyline v14.0.0 |
572 | 2024-08-15T04:59:49.222Z | Downloaded rustls-webpki v0.101.7 |
573 | 2024-08-15T04:59:49.222Z | Downloaded smallvec v1.13.2 |
574 | 2024-08-15T04:59:49.222Z | Downloaded slog-term v2.9.1 |
575 | 2024-08-15T04:59:49.222Z | Downloaded slog-stdlog v4.1.1 |
576 | 2024-08-15T04:59:49.247Z | Downloaded iana-time-zone v0.1.60 |
577 | 2024-08-15T04:59:49.247Z | Downloaded tokio-rustls v0.25.0 |
578 | 2024-08-15T04:59:49.247Z | Downloaded tokio-rustls v0.24.1 |
579 | 2024-08-15T04:59:49.247Z | Downloaded rand_core v0.6.4 |
580 | 2024-08-15T04:59:49.247Z | Downloaded postgres-types v0.2.7 |
581 | 2024-08-15T04:59:49.247Z | Downloaded textwrap v0.16.1 |
582 | 2024-08-15T04:59:49.247Z | Downloaded test-strategy v0.3.1 |
583 | 2024-08-15T04:59:49.247Z | Downloaded term v0.7.0 |
584 | 2024-08-15T04:59:49.247Z | Downloaded radix_trie v0.2.1 |
585 | 2024-08-15T04:59:49.272Z | Downloaded tungstenite v0.20.1 |
586 | 2024-08-15T04:59:49.272Z | Downloaded half v2.4.1 |
587 | 2024-08-15T04:59:49.272Z | Downloaded mio v0.8.11 |
588 | 2024-08-15T04:59:49.272Z | Downloaded minimal-lexical v0.2.1 |
589 | 2024-08-15T04:59:49.272Z | Downloaded rcgen v0.12.1 |
590 | 2024-08-15T04:59:49.296Z | Downloaded rsa v0.9.6 |
591 | 2024-08-15T04:59:49.296Z | Downloaded ron v0.7.1 |
592 | 2024-08-15T04:59:49.296Z | Downloaded headers v0.3.9 |
593 | 2024-08-15T04:59:49.321Z | Downloaded unicode-xid v0.2.4 |
594 | 2024-08-15T04:59:49.321Z | Downloaded unicode-bidi v0.3.15 |
595 | 2024-08-15T04:59:49.321Z | Downloaded typed-path v0.7.1 |
596 | 2024-08-15T04:59:49.321Z | Downloaded expectorate v1.1.0 |
597 | 2024-08-15T04:59:49.321Z | Downloaded home v0.5.9 |
598 | 2024-08-15T04:59:49.345Z | Downloaded smallvec v0.6.14 |
599 | 2024-08-15T04:59:49.346Z | Downloaded serde_arrays v0.1.0 |
600 | 2024-08-15T04:59:49.346Z | Downloaded serde-hex v0.1.0 |
601 | 2024-08-15T04:59:49.346Z | Downloaded slog-scope v4.4.0 |
602 | 2024-08-15T04:59:49.346Z | Downloaded slog-json v2.6.1 |
603 | 2024-08-15T04:59:49.346Z | Downloaded slog-envlogger v2.2.0 |
604 | 2024-08-15T04:59:49.346Z | Downloaded slog-dtrace v0.3.0 |
605 | 2024-08-15T04:59:49.346Z | Downloaded hyper-tls v0.5.0 |
606 | 2024-08-15T04:59:49.346Z | Downloaded hyper-staticfile v0.9.5 |
607 | 2024-08-15T04:59:49.346Z | Downloaded humantime v2.1.0 |
608 | 2024-08-15T04:59:49.346Z | Downloaded proptest v1.5.0 |
609 | 2024-08-15T04:59:49.371Z | Downloaded derive_more v0.99.18 |
610 | 2024-08-15T04:59:49.371Z | Downloaded derive_builder_core v0.20.0 |
611 | 2024-08-15T04:59:49.371Z | Downloaded trust-dns-proto v0.22.0 |
612 | 2024-08-15T04:59:49.395Z | Downloaded mio v1.0.2 |
613 | 2024-08-15T04:59:49.395Z | Downloaded bstr v1.9.1 |
614 | 2024-08-15T04:59:49.395Z | Downloaded tls_codec_derive v0.4.1 |
615 | 2024-08-15T04:59:49.395Z | Downloaded tls_codec v0.4.1 |
616 | 2024-08-15T04:59:49.395Z | Downloaded ron v0.8.1 |
617 | 2024-08-15T04:59:49.419Z | Downloaded hashbrown v0.13.2 |
618 | 2024-08-15T04:59:49.419Z | Downloaded env_logger v0.9.3 |
619 | 2024-08-15T04:59:49.419Z | Downloaded unsafe-libyaml v0.2.11 |
620 | 2024-08-15T04:59:49.419Z | Downloaded unicode_categories v0.1.1 |
621 | 2024-08-15T04:59:49.419Z | Downloaded unicode-segmentation v1.11.0 |
622 | 2024-08-15T04:59:49.419Z | Downloaded tungstenite v0.21.0 |
623 | 2024-08-15T04:59:49.456Z | Downloaded fastrand v2.1.0 |
624 | 2024-08-15T04:59:49.456Z | Downloaded fallible-streaming-iterator v0.1.9 |
625 | 2024-08-15T04:59:49.456Z | Downloaded smf v0.2.3 |
626 | 2024-08-15T04:59:49.456Z | Downloaded dsl_auto_type v0.1.2 |
627 | 2024-08-15T04:59:49.456Z | Downloaded enum-as-inner v0.5.1 |
628 | 2024-08-15T04:59:49.456Z | Downloaded idna v0.3.0 |
629 | 2024-08-15T04:59:49.456Z | Downloaded uzers v0.11.3 |
630 | 2024-08-15T04:59:49.456Z | Downloaded siphasher v0.3.11 |
631 | 2024-08-15T04:59:49.456Z | Downloaded rustc_version v0.1.7 |
632 | 2024-08-15T04:59:49.456Z | Downloaded heapless v0.7.17 |
633 | 2024-08-15T04:59:49.492Z | Downloaded tar v0.4.41 |
634 | 2024-08-15T04:59:49.492Z | Downloaded idna v0.2.3 |
635 | 2024-08-15T04:59:49.492Z | Downloaded form_urlencoded v1.2.1 |
636 | 2024-08-15T04:59:49.492Z | Downloaded universal-hash v0.5.1 |
637 | 2024-08-15T04:59:49.492Z | Downloaded tokio-stream v0.1.15 |
638 | 2024-08-15T04:59:49.492Z | Downloaded http v1.1.0 |
639 | 2024-08-15T04:59:49.492Z | Downloaded similar v2.5.0 |
640 | 2024-08-15T04:59:49.492Z | Downloaded tracing v0.1.40 |
641 | 2024-08-15T04:59:49.492Z | Downloaded tokio-native-tls v0.3.1 |
642 | 2024-08-15T04:59:49.492Z | Downloaded rand_core v0.5.1 |
643 | 2024-08-15T04:59:49.492Z | Downloaded quick-xml v0.31.0 |
644 | 2024-08-15T04:59:49.492Z | Downloaded unicode-truncate v1.0.0 |
645 | 2024-08-15T04:59:49.521Z | Downloaded unarray v0.1.4 |
646 | 2024-08-15T04:59:49.521Z | Downloaded serde-big-array v0.5.1 |
647 | 2024-08-15T04:59:49.521Z | Downloaded http v0.2.12 |
648 | 2024-08-15T04:59:49.521Z | Downloaded rand_seeder v0.3.0 |
649 | 2024-08-15T04:59:49.522Z | Downloaded postgres-protocol v0.6.7 |
650 | 2024-08-15T04:59:49.522Z | Downloaded headers-core v0.2.0 |
651 | 2024-08-15T04:59:49.522Z | Downloaded unicode-linebreak v0.1.5 |
652 | 2024-08-15T04:59:49.523Z | Downloaded unicase v2.7.0 |
653 | 2024-08-15T04:59:49.523Z | Downloaded rustls-pki-types v1.7.0 |
654 | 2024-08-15T04:59:49.523Z | Downloaded url v2.5.2 |
655 | 2024-08-15T04:59:49.523Z | Downloaded foreign-types-macros v0.2.3 |
656 | 2024-08-15T04:59:49.523Z | Downloaded derive_builder v0.20.0 |
657 | 2024-08-15T04:59:49.549Z | Downloaded webpki-roots v0.25.4 |
658 | 2024-08-15T04:59:49.550Z | Downloaded diesel_derives v2.2.2 |
659 | 2024-08-15T04:59:49.550Z | Downloaded zip v0.6.6 |
660 | 2024-08-15T04:59:49.550Z | Downloaded thiserror-no-std v2.0.2 |
661 | 2024-08-15T04:59:49.550Z | Downloaded thiserror-impl-no-std v2.0.2 |
662 | 2024-08-15T04:59:49.550Z | Downloaded termios v0.3.3 |
663 | 2024-08-15T04:59:49.550Z | Downloaded rustc_version v0.4.0 |
664 | 2024-08-15T04:59:49.550Z | Downloaded fallible-iterator v0.3.0 |
665 | 2024-08-15T04:59:49.550Z | Downloaded env_logger v0.10.2 |
666 | 2024-08-15T04:59:49.587Z | Downloaded rustls-pemfile v2.1.3 |
667 | 2024-08-15T04:59:49.587Z | Downloaded highway v1.2.0 |
668 | 2024-08-15T04:59:49.587Z | Downloaded sct v0.7.1 |
669 | 2024-08-15T04:59:49.587Z | Downloaded schemars v0.8.21 |
670 | 2024-08-15T04:59:49.587Z | Downloaded zerocopy v0.6.6 |
671 | 2024-08-15T04:59:49.587Z | Downloaded structmeta v0.3.0 |
672 | 2024-08-15T04:59:49.628Z | Downloaded oso v0.27.3 |
673 | 2024-08-15T04:59:49.628Z | Downloaded smawk v0.3.2 |
674 | 2024-08-15T04:59:49.628Z | Downloaded rustversion v1.0.17 |
675 | 2024-08-15T04:59:49.628Z | Downloaded diff v0.1.13 |
676 | 2024-08-15T04:59:49.628Z | Downloaded elliptic-curve v0.13.8 |
677 | 2024-08-15T04:59:49.628Z | Downloaded termcolor v1.4.1 |
678 | 2024-08-15T04:59:49.628Z | Downloaded futures-util v0.3.30 |
679 | 2024-08-15T04:59:49.629Z | Downloaded bstr v0.2.17 |
680 | 2024-08-15T04:59:49.629Z | Downloaded rusty-fork v0.3.0 |
681 | 2024-08-15T04:59:49.674Z | Downloaded semver v0.1.20 |
682 | 2024-08-15T04:59:49.674Z | Downloaded rand_chacha v0.3.1 |
683 | 2024-08-15T04:59:49.674Z | Downloaded rand_chacha v0.2.2 |
684 | 2024-08-15T04:59:49.674Z | Downloaded rand v0.7.3 |
685 | 2024-08-15T04:59:49.674Z | Downloaded idna v0.5.0 |
686 | 2024-08-15T04:59:49.675Z | Downloaded curve25519-dalek v4.1.3 |
687 | 2024-08-15T04:59:49.675Z | Downloaded heck v0.3.3 |
688 | 2024-08-15T04:59:49.675Z | Downloaded secrecy v0.8.0 |
689 | 2024-08-15T04:59:49.675Z | Downloaded sec1 v0.7.3 |
690 | 2024-08-15T04:59:49.675Z | Downloaded scrypt v0.11.0 |
691 | 2024-08-15T04:59:49.709Z | Downloaded scopeguard v1.2.0 |
692 | 2024-08-15T04:59:49.710Z | Downloaded schemars_derive v0.8.21 |
693 | 2024-08-15T04:59:49.710Z | Downloaded zeroize v1.7.0 |
694 | 2024-08-15T04:59:49.710Z | Downloaded slog v2.7.0 |
695 | 2024-08-15T04:59:49.710Z | Downloaded endian-type v0.1.2 |
696 | 2024-08-15T04:59:49.710Z | Downloaded difflib v0.4.0 |
697 | 2024-08-15T04:59:49.710Z | Downloaded zone v0.1.8 |
698 | 2024-08-15T04:59:49.710Z | Downloaded untrusted v0.9.0 |
699 | 2024-08-15T04:59:49.710Z | Downloaded dirs-sys-next v0.1.2 |
700 | 2024-08-15T04:59:49.710Z | Downloaded zeroize_derive v1.4.2 |
701 | 2024-08-15T04:59:49.710Z | Downloaded hubpack v0.1.2 |
702 | 2024-08-15T04:59:49.710Z | Downloaded httparse v1.8.0 |
703 | 2024-08-15T04:59:49.711Z | Downloaded uuid v1.10.0 |
704 | 2024-08-15T04:59:49.711Z | Downloaded tempfile v3.10.1 |
705 | 2024-08-15T04:59:49.711Z | Downloaded shlex v1.3.0 |
706 | 2024-08-15T04:59:49.711Z | Downloaded shell-words v1.1.0 |
707 | 2024-08-15T04:59:49.711Z | Downloaded untrusted v0.7.1 |
708 | 2024-08-15T04:59:49.711Z | Downloaded slog-bunyan v2.5.0 |
709 | 2024-08-15T04:59:49.711Z | Downloaded slog-async v2.8.0 |
710 | 2024-08-15T04:59:49.711Z | Downloaded httpdate v1.0.3 |
711 | 2024-08-15T04:59:49.711Z | Downloaded http-body v0.4.6 |
712 | 2024-08-15T04:59:49.711Z | Downloaded portpicker v0.1.1 |
713 | 2024-08-15T04:59:49.711Z | Downloaded sqlparser v0.45.0 |
714 | 2024-08-15T04:59:49.711Z | Downloaded hostname v0.4.0 |
715 | 2024-08-15T04:59:49.712Z | Downloaded hostname v0.3.1 |
716 | 2024-08-15T04:59:49.712Z | Downloaded embedded-io v0.4.0 |
717 | 2024-08-15T04:59:49.738Z | Downloaded either v1.13.0 |
718 | 2024-08-15T04:59:49.738Z | Downloaded pkcs5 v0.7.1 |
719 | 2024-08-15T04:59:49.738Z | Downloaded pin-project v1.1.5 |
720 | 2024-08-15T04:59:49.738Z | Downloaded flume v0.11.0 |
721 | 2024-08-15T04:59:49.738Z | Downloaded subprocess v0.2.9 |
722 | 2024-08-15T04:59:49.739Z | Downloaded publicsuffix v2.2.3 |
723 | 2024-08-15T04:59:49.739Z | Downloaded funty v2.0.0 |
724 | 2024-08-15T04:59:49.739Z | Downloaded rustc-demangle v0.1.24 |
725 | 2024-08-15T04:59:49.739Z | Downloaded winnow v0.5.40 |
726 | 2024-08-15T04:59:49.767Z | Downloaded ena v0.14.3 |
727 | 2024-08-15T04:59:49.767Z | Downloaded poly1305 v0.8.0 |
728 | 2024-08-15T04:59:49.767Z | Downloaded itertools v0.10.5 |
729 | 2024-08-15T04:59:49.767Z | Downloaded pkcs8 v0.10.2 |
730 | 2024-08-15T04:59:49.767Z | Downloaded pkcs1 v0.7.5 |
731 | 2024-08-15T04:59:49.767Z | Downloaded pin-utils v0.1.0 |
732 | 2024-08-15T04:59:49.798Z | Downloaded pin-project-lite v0.2.14 |
733 | 2024-08-15T04:59:49.798Z | Downloaded pin-project-internal v1.1.5 |
734 | 2024-08-15T04:59:49.798Z | Downloaded foreign-types-shared v0.3.1 |
735 | 2024-08-15T04:59:49.798Z | Downloaded foreign-types-shared v0.1.1 |
736 | 2024-08-15T04:59:49.799Z | Downloaded foreign-types v0.5.0 |
737 | 2024-08-15T04:59:49.799Z | Downloaded thread_local v1.1.8 |
738 | 2024-08-15T04:59:49.799Z | Downloaded hyper v0.14.30 |
739 | 2024-08-15T04:59:49.799Z | Downloaded pkg-config v0.3.30 |
740 | 2024-08-15T04:59:49.799Z | Downloaded socket2 v0.5.7 |
741 | 2024-08-15T04:59:49.799Z | Downloaded prettyplease v0.2.20 |
742 | 2024-08-15T04:59:49.826Z | Downloaded parking_lot_core v0.9.10 |
743 | 2024-08-15T04:59:49.826Z | Downloaded parking_lot v0.12.2 |
744 | 2024-08-15T04:59:49.826Z | Downloaded omicron-zone-package v0.11.0 |
745 | 2024-08-15T04:59:49.826Z | Downloaded bitvec v1.0.1 |
746 | 2024-08-15T04:59:49.826Z | Downloaded float-cmp v0.9.0 |
747 | 2024-08-15T04:59:49.826Z | Downloaded ff v0.13.0 |
748 | 2024-08-15T04:59:49.857Z | Downloaded fd-lock v4.0.2 |
749 | 2024-08-15T04:59:49.857Z | Downloaded strum_macros v0.26.4 |
750 | 2024-08-15T04:59:49.857Z | Downloaded structmeta-derive v0.2.0 |
751 | 2024-08-15T04:59:49.857Z | Downloaded pem-rfc7468 v0.7.0 |
752 | 2024-08-15T04:59:49.858Z | Downloaded tough v0.17.1 |
753 | 2024-08-15T04:59:49.858Z | Downloaded bindgen v0.69.4 |
754 | 2024-08-15T04:59:49.884Z | Downloaded strum_macros v0.25.3 |
755 | 2024-08-15T04:59:49.884Z | Downloaded strum_macros v0.24.3 |
756 | 2024-08-15T04:59:49.884Z | Downloaded structmeta-derive v0.3.0 |
757 | 2024-08-15T04:59:49.884Z | Downloaded der v0.7.9 |
758 | 2024-08-15T04:59:49.884Z | Downloaded tui-tree-widget v0.22.0 |
759 | 2024-08-15T04:59:49.884Z | Downloaded serde_with v3.8.3 |
760 | 2024-08-15T04:59:49.884Z | Downloaded chrono v0.4.38 |
761 | 2024-08-15T04:59:49.909Z | Downloaded float-ord v0.3.2 |
762 | 2024-08-15T04:59:49.909Z | Downloaded subtle v2.5.0 |
763 | 2024-08-15T04:59:49.909Z | Downloaded structmeta v0.2.0 |
764 | 2024-08-15T04:59:49.909Z | Downloaded strip-ansi-escapes v0.2.0 |
765 | 2024-08-15T04:59:49.909Z | Downloaded stringprep v0.1.4 |
766 | 2024-08-15T04:59:49.910Z | Downloaded radium v0.7.0 |
767 | 2024-08-15T04:59:49.910Z | Downloaded r2d2 v0.8.10 |
768 | 2024-08-15T04:59:49.910Z | Downloaded try-lock v0.2.5 |
769 | 2024-08-15T04:59:49.910Z | Downloaded tap v1.0.1 |
770 | 2024-08-15T04:59:49.910Z | Downloaded tabwriter v1.4.0 |
771 | 2024-08-15T04:59:49.910Z | Downloaded peg-macros v0.8.4 |
772 | 2024-08-15T04:59:49.910Z | Downloaded peg v0.8.4 |
773 | 2024-08-15T04:59:49.910Z | Downloaded globset v0.4.14 |
774 | 2024-08-15T04:59:49.910Z | Downloaded quick-error v1.2.3 |
775 | 2024-08-15T04:59:49.910Z | Downloaded proc-macro-crate v1.3.1 |
776 | 2024-08-15T04:59:49.910Z | Downloaded predicates-tree v1.0.9 |
777 | 2024-08-15T04:59:49.911Z | Downloaded predicates-core v1.0.6 |
778 | 2024-08-15T04:59:49.937Z | Downloaded predicates v3.1.2 |
779 | 2024-08-15T04:59:49.937Z | Downloaded ppv-lite86 v0.2.17 |
780 | 2024-08-15T04:59:49.937Z | Downloaded powerfmt v0.2.0 |
781 | 2024-08-15T04:59:49.937Z | Downloaded getrandom v0.2.14 |
782 | 2024-08-15T04:59:49.937Z | Downloaded getrandom v0.1.16 |
783 | 2024-08-15T04:59:49.937Z | Downloaded futures-executor v0.3.30 |
784 | 2024-08-15T04:59:49.937Z | Downloaded futures-channel v0.3.30 |
785 | 2024-08-15T04:59:49.937Z | Downloaded futures v0.3.30 |
786 | 2024-08-15T04:59:49.937Z | Downloaded trust-dns-client v0.22.0 |
787 | 2024-08-15T04:59:49.963Z | Downloaded slab v0.4.9 |
788 | 2024-08-15T04:59:49.963Z | Downloaded flate2 v1.0.31 |
789 | 2024-08-15T04:59:49.963Z | Downloaded x509-cert v0.2.5 |
790 | 2024-08-15T04:59:49.963Z | Downloaded tokio-util v0.7.11 |
791 | 2024-08-15T04:59:49.963Z | Downloaded getopts v0.2.21 |
792 | 2024-08-15T04:59:49.989Z | Downloaded gethostname v0.5.0 |
793 | 2024-08-15T04:59:49.990Z | Downloaded derive-where v1.2.7 |
794 | 2024-08-15T04:59:49.990Z | Downloaded der_derive v0.7.2 |
795 | 2024-08-15T04:59:49.990Z | Downloaded signature v2.2.0 |
796 | 2024-08-15T04:59:49.990Z | Downloaded scheduled-thread-pool v0.2.7 |
797 | 2024-08-15T04:59:49.990Z | Downloaded same-file v1.0.6 |
798 | 2024-08-15T04:59:49.990Z | Downloaded rustc-hash v1.1.0 |
799 | 2024-08-15T04:59:49.990Z | Downloaded rtoolbox v0.0.2 |
800 | 2024-08-15T04:59:49.990Z | Downloaded precomputed-hash v0.1.1 |
801 | 2024-08-15T04:59:49.990Z | Downloaded futures-io v0.3.30 |
802 | 2024-08-15T04:59:49.990Z | Downloaded futures-core v0.3.30 |
803 | 2024-08-15T04:59:49.990Z | Downloaded derive_builder_macro v0.20.0 |
804 | 2024-08-15T04:59:49.990Z | Downloaded defmt-macros v0.3.9 |
805 | 2024-08-15T04:59:49.990Z | Downloaded tracing-core v0.1.32 |
806 | 2024-08-15T04:59:49.991Z | Downloaded signal-hook v0.3.17 |
807 | 2024-08-15T04:59:50.017Z | Downloaded ref-cast-impl v1.0.23 |
808 | 2024-08-15T04:59:50.017Z | Downloaded ref-cast v1.0.23 |
809 | 2024-08-15T04:59:50.017Z | Downloaded toml_edit v0.19.15 |
810 | 2024-08-15T04:59:50.017Z | Downloaded steno v0.4.1 |
811 | 2024-08-15T04:59:50.045Z | Downloaded nanorand v0.7.0 |
812 | 2024-08-15T04:59:50.045Z | Downloaded blake3 v1.5.1 |
813 | 2024-08-15T04:59:50.045Z | Downloaded futures-task v0.3.30 |
814 | 2024-08-15T04:59:50.046Z | Downloaded fragile v2.0.0 |
815 | 2024-08-15T04:59:50.046Z | Downloaded samael v0.0.15 |
816 | 2024-08-15T04:59:50.046Z | Downloaded owo-colors v4.0.0 |
817 | 2024-08-15T04:59:50.072Z | Downloaded openssl-sys v0.9.103 |
818 | 2024-08-15T04:59:50.072Z | Downloaded nu-ansi-term v0.50.0 |
819 | 2024-08-15T04:59:50.072Z | Downloaded defmt-parser v0.3.4 |
820 | 2024-08-15T04:59:50.072Z | Downloaded rand_xorshift v0.3.0 |
821 | 2024-08-15T04:59:50.072Z | Downloaded mockall v0.13.0 |
822 | 2024-08-15T04:59:50.072Z | Downloaded memmap2 v0.9.4 |
823 | 2024-08-15T04:59:50.072Z | Downloaded percent-encoding v2.3.1 |
824 | 2024-08-15T04:59:50.072Z | Downloaded pem v3.0.4 |
825 | 2024-08-15T04:59:50.072Z | Downloaded hash32 v0.3.1 |
826 | 2024-08-15T04:59:50.073Z | Downloaded hash32 v0.2.1 |
827 | 2024-08-15T04:59:50.073Z | Downloaded crossterm v0.28.1 |
828 | 2024-08-15T04:59:50.099Z | Downloaded take_mut v0.2.2 |
829 | 2024-08-15T04:59:50.099Z | Downloaded supports-color v3.0.0 |
830 | 2024-08-15T04:59:50.100Z | Downloaded sigpipe v0.1.3 |
831 | 2024-08-15T04:59:50.100Z | Downloaded signal-hook-registry v1.4.2 |
832 | 2024-08-15T04:59:50.100Z | Downloaded signal-hook-mio v0.2.4 |
833 | 2024-08-15T04:59:50.125Z | Downloaded pbkdf2 v0.12.2 |
834 | 2024-08-15T04:59:50.125Z | Downloaded password-hash v0.5.0 |
835 | 2024-08-15T04:59:50.126Z | Downloaded parse-display-derive v0.10.0 |
836 | 2024-08-15T04:59:50.126Z | Downloaded group v0.13.0 |
837 | 2024-08-15T04:59:50.126Z | Downloaded glob v0.3.1 |
838 | 2024-08-15T04:59:50.126Z | Downloaded futures-sink v0.3.30 |
839 | 2024-08-15T04:59:50.126Z | Downloaded yasna v0.5.2 |
840 | 2024-08-15T04:59:50.126Z | Downloaded xattr v1.3.1 |
841 | 2024-08-15T04:59:50.126Z | Downloaded toml v0.7.8 |
842 | 2024-08-15T04:59:50.126Z | Downloaded toml v0.5.11 |
843 | 2024-08-15T04:59:50.151Z | Downloaded serde_yaml v0.9.34+deprecated |
844 | 2024-08-15T04:59:50.151Z | Downloaded multer v3.1.0 |
845 | 2024-08-15T04:59:50.151Z | Downloaded jobserver v0.1.32 |
846 | 2024-08-15T04:59:50.151Z | Downloaded crossterm v0.27.0 |
847 | 2024-08-15T04:59:50.181Z | Downloaded aho-corasick v1.1.3 |
848 | 2024-08-15T04:59:50.215Z | Downloaded futures-macro v0.3.30 |
849 | 2024-08-15T04:59:50.215Z | Downloaded whoami v1.5.1 |
850 | 2024-08-15T04:59:50.241Z | Downloaded wait-timeout v0.2.0 |
851 | 2024-08-15T04:59:50.241Z | Downloaded vte v0.11.1 |
852 | 2024-08-15T04:59:50.241Z | Downloaded vsss-rs v3.3.4 |
853 | 2024-08-15T04:59:50.241Z | Downloaded num-rational v0.4.2 |
854 | 2024-08-15T04:59:50.241Z | Downloaded indicatif v0.17.8 |
855 | 2024-08-15T04:59:50.265Z | Downloaded chacha20poly1305 v0.10.1 |
856 | 2024-08-15T04:59:50.265Z | Downloaded backtrace v0.3.71 |
857 | 2024-08-15T04:59:50.265Z | Downloaded path-slash v0.1.5 |
858 | 2024-08-15T04:59:50.265Z | Downloaded paste v1.0.15 |
859 | 2024-08-15T04:59:50.265Z | Downloaded parse-size v1.0.0 |
860 | 2024-08-15T04:59:50.265Z | Downloaded flagset v0.4.5 |
861 | 2024-08-15T04:59:50.265Z | Downloaded topological-sort v0.2.2 |
862 | 2024-08-15T04:59:50.266Z | Downloaded tokio-tungstenite v0.21.0 |
863 | 2024-08-15T04:59:50.266Z | Downloaded tinyvec v1.6.0 |
864 | 2024-08-15T04:59:50.290Z | Downloaded string_cache v0.8.7 |
865 | 2024-08-15T04:59:50.291Z | Downloaded num_enum_derive v0.5.11 |
866 | 2024-08-15T04:59:50.291Z | Downloaded num-traits v0.2.19 |
867 | 2024-08-15T04:59:50.291Z | Downloaded num-integer v0.1.46 |
868 | 2024-08-15T04:59:50.291Z | Downloaded nibble_vec v0.1.0 |
869 | 2024-08-15T04:59:50.291Z | Downloaded newtype-uuid v1.1.0 |
870 | 2024-08-15T04:59:50.291Z | Downloaded native-tls v0.2.11 |
871 | 2024-08-15T04:59:50.291Z | Downloaded mockall_derive v0.13.0 |
872 | 2024-08-15T04:59:50.291Z | Downloaded miniz_oxide v0.7.2 |
873 | 2024-08-15T04:59:50.291Z | Downloaded mime v0.3.17 |
874 | 2024-08-15T04:59:50.319Z | Downloaded const_format_proc_macros v0.2.32 |
875 | 2024-08-15T04:59:50.319Z | Downloaded const_format v0.2.32 |
876 | 2024-08-15T04:59:50.319Z | Downloaded bytes v1.7.1 |
877 | 2024-08-15T04:59:50.320Z | Downloaded aes v0.8.4 |
878 | 2024-08-15T04:59:50.320Z | Downloaded peg-runtime v0.8.3 |
879 | 2024-08-15T04:59:50.320Z | Downloaded filetime v0.2.24 |
880 | 2024-08-15T04:59:50.346Z | Downloaded wyz v0.5.1 |
881 | 2024-08-15T04:59:50.346Z | Downloaded which v4.4.2 |
882 | 2024-08-15T04:59:50.347Z | Downloaded walkdir v2.5.0 |
883 | 2024-08-15T04:59:50.347Z | Downloaded waitgroup v0.1.2 |
884 | 2024-08-15T04:59:50.347Z | Downloaded vte_generate_state_changes v0.1.1 |
885 | 2024-08-15T04:59:50.347Z | Downloaded tiny-keccak v2.0.2 |
886 | 2024-08-15T04:59:50.347Z | Downloaded sqlformat v0.2.4 |
887 | 2024-08-15T04:59:50.347Z | Downloaded spki v0.7.3 |
888 | 2024-08-15T04:59:50.347Z | Downloaded spin v0.9.8 |
889 | 2024-08-15T04:59:50.347Z | Downloaded spin v0.5.2 |
890 | 2024-08-15T04:59:50.347Z | Downloaded serde_with_macros v3.8.3 |
891 | 2024-08-15T04:59:50.347Z | Downloaded serde_repr v0.1.19 |
892 | 2024-08-15T04:59:50.397Z | Downloaded serde_derive_internals v0.29.1 |
893 | 2024-08-15T04:59:50.397Z | Downloaded parking_lot v0.11.2 |
894 | 2024-08-15T04:59:50.397Z | Downloaded packed_struct_codegen v0.10.1 |
895 | 2024-08-15T04:59:50.397Z | Downloaded crossbeam-channel v0.5.12 |
896 | 2024-08-15T04:59:50.397Z | Downloaded base64 v0.21.7 |
897 | 2024-08-15T04:59:50.397Z | Downloaded allocator-api2 v0.2.18 |
898 | 2024-08-15T04:59:50.443Z | Downloaded want v0.3.1 |
899 | 2024-08-15T04:59:50.443Z | Downloaded toolchain_find v0.4.0 |
900 | 2024-08-15T04:59:50.443Z | Downloaded static_assertions v1.1.0 |
901 | 2024-08-15T04:59:50.443Z | Downloaded stable_deref_trait v1.2.0 |
902 | 2024-08-15T04:59:50.443Z | Downloaded serde_urlencoded v0.7.1 |
903 | 2024-08-15T04:59:50.443Z | Downloaded serde_plain v1.0.2 |
904 | 2024-08-15T04:59:50.443Z | Downloaded serde_path_to_error v0.1.16 |
905 | 2024-08-15T04:59:50.443Z | Downloaded managed v0.8.0 |
906 | 2024-08-15T04:59:50.443Z | Downloaded crypto-bigint v0.5.5 |
907 | 2024-08-15T04:59:50.443Z | Downloaded crossbeam-utils v0.8.19 |
908 | 2024-08-15T04:59:50.443Z | Downloaded crc-any v2.5.0 |
909 | 2024-08-15T04:59:50.443Z | Downloaded compact_str v0.8.0 |
910 | 2024-08-15T04:59:50.472Z | Downloaded cc v1.0.97 |
911 | 2024-08-15T04:59:50.472Z | Downloaded base64 v0.22.1 |
912 | 2024-08-15T04:59:50.472Z | Downloaded tinyvec_macros v0.1.1 |
913 | 2024-08-15T04:59:50.473Z | Downloaded sqlparser_derive v0.2.2 |
914 | 2024-08-15T04:59:50.473Z | Downloaded sha1 v0.10.6 |
915 | 2024-08-15T04:59:50.473Z | Downloaded parking_lot_core v0.8.6 |
916 | 2024-08-15T04:59:50.473Z | Downloaded openssl-macros v0.1.1 |
917 | 2024-08-15T04:59:50.473Z | Downloaded num_cpus v1.16.0 |
918 | 2024-08-15T04:59:50.473Z | Downloaded num v0.4.3 |
919 | 2024-08-15T04:59:50.473Z | Downloaded impl-trait-for-tuples v0.2.2 |
920 | 2024-08-15T04:59:50.473Z | Downloaded hyper-rustls v0.24.2 |
921 | 2024-08-15T04:59:50.508Z | Downloaded darling_core v0.20.9 |
922 | 2024-08-15T04:59:50.508Z | Downloaded cookie_store v0.20.0 |
923 | 2024-08-15T04:59:50.508Z | Downloaded maybe-uninit v2.0.0 |
924 | 2024-08-15T04:59:50.508Z | Downloaded lru v0.12.3 |
925 | 2024-08-15T04:59:50.508Z | Downloaded libsw v3.3.1 |
926 | 2024-08-15T04:59:50.508Z | Downloaded lazycell v1.3.0 |
927 | 2024-08-15T04:59:50.508Z | Downloaded crossbeam-epoch v0.9.18 |
928 | 2024-08-15T04:59:50.508Z | Downloaded clang-sys v1.7.0 |
929 | 2024-08-15T04:59:50.508Z | Downloaded blake2 v0.10.6 |
930 | 2024-08-15T04:59:50.509Z | Downloaded arc-swap v1.7.1 |
931 | 2024-08-15T04:59:50.509Z | Downloaded num-conv v0.1.0 |
932 | 2024-08-15T04:59:50.509Z | Downloaded num-complex v0.4.6 |
933 | 2024-08-15T04:59:50.509Z | Downloaded new_debug_unreachable v1.0.6 |
934 | 2024-08-15T04:59:50.509Z | Downloaded linked-hash-map v0.5.6 |
935 | 2024-08-15T04:59:50.509Z | Downloaded console v0.15.8 |
936 | 2024-08-15T04:59:50.537Z | Downloaded base64 v0.13.1 |
937 | 2024-08-15T04:59:50.537Z | Downloaded memoffset v0.9.1 |
938 | 2024-08-15T04:59:50.537Z | Downloaded lock_api v0.4.12 |
939 | 2024-08-15T04:59:50.537Z | Downloaded libloading v0.8.3 |
940 | 2024-08-15T04:59:50.537Z | Downloaded lalrpop-util v0.19.12 |
941 | 2024-08-15T04:59:50.537Z | Downloaded kstat-rs v0.2.4 |
942 | 2024-08-15T04:59:50.537Z | Downloaded indexmap v1.9.3 |
943 | 2024-08-15T04:59:50.537Z | Downloaded cookie v0.18.1 |
944 | 2024-08-15T04:59:50.538Z | Downloaded cookie v0.17.0 |
945 | 2024-08-15T04:59:50.538Z | Downloaded const-oid v0.9.6 |
946 | 2024-08-15T04:59:50.538Z | Downloaded match_cfg v0.1.0 |
947 | 2024-08-15T04:59:50.538Z | Downloaded crc32fast v1.4.0 |
948 | 2024-08-15T04:59:50.538Z | Downloaded ciborium v0.2.2 |
949 | 2024-08-15T04:59:50.583Z | Downloaded olpc-cjson v0.1.3 |
950 | 2024-08-15T04:59:50.583Z | Downloaded num-iter v0.1.45 |
951 | 2024-08-15T04:59:50.583Z | Downloaded nodrop v0.1.14 |
952 | 2024-08-15T04:59:50.583Z | Downloaded num_enum v0.5.11 |
953 | 2024-08-15T04:59:50.583Z | Downloaded multimap v0.10.0 |
954 | 2024-08-15T04:59:50.583Z | Downloaded md-5 v0.10.6 |
955 | 2024-08-15T04:59:50.583Z | Downloaded maplit v1.0.2 |
956 | 2024-08-15T04:59:50.583Z | Downloaded libefi-sys v0.1.0 |
957 | 2024-08-15T04:59:50.583Z | Downloaded lazy_static v1.5.0 |
958 | 2024-08-15T04:59:50.583Z | Downloaded keccak v0.1.5 |
959 | 2024-08-15T04:59:50.583Z | Downloaded ipnet v2.9.0 |
960 | 2024-08-15T04:59:50.584Z | Downloaded defmt v0.3.8 |
961 | 2024-08-15T04:59:50.584Z | Downloaded darling v0.20.9 |
962 | 2024-08-15T04:59:50.584Z | Downloaded crossbeam-deque v0.8.5 |
963 | 2024-08-15T04:59:50.584Z | Downloaded cancel-safe-futures v0.1.5 |
964 | 2024-08-15T04:59:50.584Z | Downloaded bitflags v1.3.2 |
965 | 2024-08-15T04:59:50.613Z | Downloaded bcs v0.1.6 |
966 | 2024-08-15T04:59:50.613Z | Downloaded base64ct v1.6.0 |
967 | 2024-08-15T04:59:50.613Z | Downloaded backoff v0.4.0 |
968 | 2024-08-15T04:59:50.614Z | Downloaded num_threads v0.1.7 |
969 | 2024-08-15T04:59:50.614Z | Downloaded normalize-line-endings v0.3.0 |
970 | 2024-08-15T04:59:50.614Z | Downloaded newtype_derive v0.1.6 |
971 | 2024-08-15T04:59:50.614Z | Downloaded newline-converter v0.3.0 |
972 | 2024-08-15T04:59:50.614Z | Downloaded lru-cache v0.1.2 |
973 | 2024-08-15T04:59:50.614Z | Downloaded linear-map v1.2.0 |
974 | 2024-08-15T04:59:50.614Z | Downloaded ipnetwork v0.20.0 |
975 | 2024-08-15T04:59:50.614Z | Downloaded instability v0.3.2 |
976 | 2024-08-15T04:59:50.615Z | Downloaded indent_write v2.2.0 |
977 | 2024-08-15T04:59:50.615Z | Downloaded csv-core v0.1.11 |
978 | 2024-08-15T04:59:50.615Z | Downloaded constant_time_eq v0.3.0 |
979 | 2024-08-15T04:59:50.615Z | Downloaded bzip2 v0.4.4 |
980 | 2024-08-15T04:59:50.615Z | Downloaded ahash v0.8.11 |
981 | 2024-08-15T04:59:50.615Z | Downloaded is-terminal v0.4.12 |
982 | 2024-08-15T04:59:50.615Z | Downloaded darling_macro v0.20.9 |
983 | 2024-08-15T04:59:50.615Z | Downloaded cstr-argument v0.1.2 |
984 | 2024-08-15T04:59:50.616Z | Downloaded crunchy v0.2.2 |
985 | 2024-08-15T04:59:50.616Z | Downloaded colored v2.1.0 |
986 | 2024-08-15T04:59:50.616Z | Downloaded ciborium-ll v0.2.2 |
987 | 2024-08-15T04:59:50.616Z | Downloaded castaway v0.2.3 |
988 | 2024-08-15T04:59:50.616Z | Downloaded block-padding v0.3.3 |
989 | 2024-08-15T04:59:50.616Z | Downloaded bitfield-struct v0.6.1 |
990 | 2024-08-15T04:59:50.646Z | Downloaded bitfield v0.14.0 |
991 | 2024-08-15T04:59:50.646Z | Downloaded bit-set v0.5.3 |
992 | 2024-08-15T04:59:50.647Z | Downloaded bb8 v0.8.5 |
993 | 2024-08-15T04:59:50.647Z | Downloaded argon2 v0.5.3 |
994 | 2024-08-15T04:59:50.647Z | Downloaded addr2line v0.21.0 |
995 | 2024-08-15T04:59:50.647Z | Downloaded instant v0.1.12 |
996 | 2024-08-15T04:59:50.647Z | Downloaded debug-ignore v1.0.5 |
997 | 2024-08-15T04:59:50.647Z | Downloaded data-encoding v2.6.0 |
998 | 2024-08-15T04:59:50.647Z | Downloaded crc-catalog v2.4.0 |
999 | 2024-08-15T04:59:50.648Z | Downloaded crc v3.2.1 |
1000 | 2024-08-15T04:59:50.648Z | Downloaded convert_case v0.4.0 |
1001 | 2024-08-15T04:59:50.648Z | Downloaded base16ct v0.2.0 |
1002 | 2024-08-15T04:59:50.648Z | Downloaded async-trait v0.1.81 |
1003 | 2024-08-15T04:59:50.648Z | Downloaded ascii v1.1.0 |
1004 | 2024-08-15T04:59:50.648Z | Downloaded buf-list v1.0.3 |
1005 | 2024-08-15T04:59:50.648Z | Downloaded arrayvec v0.7.4 |
1006 | 2024-08-15T04:59:50.648Z | Downloaded cobs v0.2.3 |
1007 | 2024-08-15T04:59:50.648Z | Downloaded cipher v0.4.4 |
1008 | 2024-08-15T04:59:50.648Z | Downloaded ciborium-io v0.2.2 |
1009 | 2024-08-15T04:59:50.649Z | Downloaded cbc v0.1.2 |
1010 | 2024-08-15T04:59:50.677Z | Downloaded bitstruct_derive v0.1.0 |
1011 | 2024-08-15T04:59:50.678Z | Downloaded bitstruct v0.1.1 |
1012 | 2024-08-15T04:59:50.678Z | Downloaded bit-vec v0.6.3 |
1013 | 2024-08-15T04:59:50.678Z | Downloaded aead v0.5.2 |
1014 | 2024-08-15T04:59:50.678Z | Downloaded adler v1.0.2 |
1015 | 2024-08-15T04:59:50.678Z | Downloaded cfg_aliases v0.1.1 |
1016 | 2024-08-15T04:59:50.678Z | Downloaded cexpr v0.6.0 |
1017 | 2024-08-15T04:59:50.678Z | Downloaded cassowary v0.3.0 |
1018 | 2024-08-15T04:59:50.678Z | Downloaded atomic-waker v1.1.2 |
1019 | 2024-08-15T04:59:50.678Z | Downloaded async-stream v0.3.5 |
1020 | 2024-08-15T04:59:50.678Z | Downloaded async-recursion v1.1.1 |
1021 | 2024-08-15T04:59:50.678Z | Downloaded ascii-canvas v3.0.0 |
1022 | 2024-08-15T04:59:50.678Z | Downloaded arrayref v0.3.7 |
1023 | 2024-08-15T04:59:50.679Z | Downloaded array-init v0.0.4 |
1024 | 2024-08-15T04:59:50.679Z | Downloaded assert_matches v1.5.0 |
1025 | 2024-08-15T04:59:50.679Z | Downloaded atomicwrites v0.4.3 |
1026 | 2024-08-15T04:59:50.771Z | Compiling cfg-if v1.0.0 |
1027 | 2024-08-15T04:59:50.803Z | Compiling serde v1.0.207 |
1028 | 2024-08-15T04:59:50.803Z | Compiling lock_api v0.4.12 |
1029 | 2024-08-15T04:59:50.804Z | Compiling scopeguard v1.2.0 |
1030 | 2024-08-15T04:59:50.804Z | Compiling typenum v1.17.0 |
1031 | 2024-08-15T04:59:50.804Z | Compiling generic-array v0.14.7 |
1032 | 2024-08-15T04:59:50.846Z | Compiling syn v2.0.74 |
1033 | 2024-08-15T04:59:50.871Z | Compiling log v0.4.21 |
1034 | 2024-08-15T04:59:50.951Z | Compiling getrandom v0.2.14 |
1035 | 2024-08-15T04:59:51.015Z | Compiling jobserver v0.1.32 |
1036 | 2024-08-15T04:59:51.192Z | Compiling rand_core v0.6.4 |
1037 | 2024-08-15T04:59:51.362Z | Compiling cc v1.0.97 |
1038 | 2024-08-15T04:59:51.406Z | Compiling subtle v2.5.0 |
1039 | 2024-08-15T04:59:51.434Z | Compiling const-oid v0.9.6 |
1040 | 2024-08-15T04:59:51.682Z | Compiling pin-project-lite v0.2.14 |
1041 | 2024-08-15T04:59:51.714Z | Compiling smallvec v1.13.2 |
1042 | 2024-08-15T04:59:51.738Z | Compiling spin v0.9.8 |
1043 | 2024-08-15T04:59:51.801Z | Compiling parking_lot_core v0.9.10 |
1044 | 2024-08-15T04:59:51.849Z | Compiling signal-hook-registry v1.4.2 |
1045 | 2024-08-15T04:59:52.053Z | Compiling mio v0.8.11 |
1046 | 2024-08-15T04:59:52.086Z | Compiling ahash v0.8.11 |
1047 | 2024-08-15T04:59:52.378Z | Compiling tinyvec_macros v0.1.1 |
1048 | 2024-08-15T04:59:52.468Z | Compiling tinyvec v1.6.0 |
1049 | 2024-08-15T04:59:52.566Z | Compiling parking_lot v0.12.2 |
1050 | 2024-08-15T04:59:52.849Z | Compiling num_cpus v1.16.0 |
1051 | 2024-08-15T04:59:52.888Z | Compiling socket2 v0.5.7 |
1052 | 2024-08-15T04:59:52.972Z | Compiling libm v0.2.8 |
1053 | 2024-08-15T04:59:52.996Z | Compiling cpufeatures v0.2.12 |
1054 | 2024-08-15T04:59:53.114Z | Compiling serde_json v1.0.124 |
1055 | 2024-08-15T04:59:53.169Z | Compiling futures-core v0.3.30 |
1056 | 2024-08-15T04:59:53.351Z | Compiling slab v0.4.9 |
1057 | 2024-08-15T04:59:53.432Z | Compiling num-traits v0.2.19 |
1058 | 2024-08-15T04:59:53.456Z | Compiling unicode-bidi v0.3.15 |
1059 | 2024-08-15T04:59:53.505Z | Compiling futures-sink v0.3.30 |
1060 | 2024-08-15T04:59:53.648Z | Compiling allocator-api2 v0.2.18 |
1061 | 2024-08-15T04:59:53.680Z | Compiling unicode-normalization v0.1.23 |
1062 | 2024-08-15T04:59:53.953Z | Compiling futures-channel v0.3.30 |
1063 | 2024-08-15T04:59:54.159Z | Compiling vcpkg v0.2.15 |
1064 | 2024-08-15T04:59:54.319Z | Compiling futures-io v0.3.30 |
1065 | 2024-08-15T04:59:54.371Z | Compiling pin-utils v0.1.0 |
1066 | 2024-08-15T04:59:54.464Z | Compiling futures-task v0.3.30 |
1067 | 2024-08-15T04:59:54.569Z | Compiling pkg-config v0.3.30 |
1068 | 2024-08-15T04:59:54.726Z | Compiling base64ct v1.6.0 |
1069 | 2024-08-15T04:59:54.795Z | Compiling flagset v0.4.5 |
1070 | 2024-08-15T04:59:54.952Z | Compiling percent-encoding v2.3.1 |
1071 | 2024-08-15T04:59:54.976Z | Compiling ring v0.17.8 |
1072 | 2024-08-15T04:59:55.001Z | Compiling ppv-lite86 v0.2.17 |
1073 | 2024-08-15T04:59:55.318Z | Compiling pem-rfc7468 v0.7.0 |
1074 | 2024-08-15T04:59:55.374Z | Compiling tracing-core v0.1.32 |
1075 | 2024-08-15T04:59:55.723Z | Compiling rand_chacha v0.3.1 |
1076 | 2024-08-15T04:59:55.952Z | Compiling syn v1.0.109 |
1077 | 2024-08-15T04:59:55.985Z | Compiling rustix v0.38.34 |
1078 | 2024-08-15T04:59:56.104Z | Compiling openssl-sys v0.9.103 |
1079 | 2024-08-15T04:59:56.418Z | Compiling untrusted v0.9.0 |
1080 | 2024-08-15T04:59:56.593Z | Compiling rand v0.8.5 |
1081 | 2024-08-15T04:59:56.623Z | Compiling lazy_static v1.5.0 |
1082 | 2024-08-15T04:59:56.647Z | Compiling openssl v0.10.66 |
1083 | 2024-08-15T04:59:56.743Z | Compiling num-conv v0.1.0 |
1084 | 2024-08-15T04:59:56.818Z | Compiling powerfmt v0.2.0 |
1085 | 2024-08-15T04:59:56.995Z | Compiling foreign-types-shared v0.1.1 |
1086 | 2024-08-15T04:59:57.021Z | Compiling rustversion v1.0.17 |
1087 | 2024-08-15T04:59:57.107Z | Compiling httparse v1.8.0 |
1088 | 2024-08-15T04:59:57.170Z | Compiling time-core v0.1.2 |
1089 | 2024-08-15T04:59:57.328Z | Compiling time-macros v0.2.18 |
1090 | 2024-08-15T04:59:57.515Z | Compiling foreign-types v0.3.2 |
1091 | 2024-08-15T04:59:57.583Z | Compiling deranged v0.3.11 |
1092 | 2024-08-15T04:59:57.740Z | Compiling form_urlencoded v1.2.1 |
1093 | 2024-08-15T04:59:58.030Z | Compiling crossbeam-utils v0.8.19 |
1094 | 2024-08-15T04:59:58.314Z | Compiling native-tls v0.2.11 |
1095 | 2024-08-15T04:59:58.427Z | Compiling try-lock v0.2.5 |
1096 | 2024-08-15T04:59:58.560Z | Compiling num_threads v0.1.7 |
1097 | 2024-08-15T04:59:58.633Z | Compiling rustls v0.21.12 |
1098 | 2024-08-15T04:59:58.657Z | Compiling siphasher v0.3.11 |
1099 | 2024-08-15T04:59:58.748Z | Compiling want v0.3.1 |
1100 | 2024-08-15T04:59:59.019Z | Compiling idna v0.5.0 |
1101 | 2024-08-15T04:59:59.206Z | Compiling aho-corasick v1.1.3 |
1102 | 2024-08-15T04:59:59.607Z | Compiling cookie v0.17.0 |
1103 | 2024-08-15T04:59:59.848Z | Compiling slog v2.7.0 |
1104 | 2024-08-15T05:00:00.115Z | Compiling httpdate v1.0.3 |
1105 | 2024-08-15T05:00:00.138Z | Compiling time v0.3.36 |
1106 | 2024-08-15T05:00:00.386Z | Compiling iana-time-zone v0.1.60 |
1107 | 2024-08-15T05:00:00.454Z | Compiling regex-syntax v0.8.4 |
1108 | 2024-08-15T05:00:00.580Z | Compiling finl_unicode v1.2.0 |
1109 | 2024-08-15T05:00:00.846Z | Compiling adler v1.0.2 |
1110 | 2024-08-15T05:00:01.072Z | Compiling openssl-probe v0.1.5 |
1111 | 2024-08-15T05:00:01.170Z | Compiling tower-service v0.3.2 |
1112 | 2024-08-15T05:00:01.325Z | Compiling stringprep v0.1.4 |
1113 | 2024-08-15T05:00:01.429Z | Compiling miniz_oxide v0.7.2 |
1114 | 2024-08-15T05:00:02.472Z | Compiling url v2.5.2 |
1115 | 2024-08-15T05:00:03.385Z | Compiling serde_derive v1.0.207 |
1116 | 2024-08-15T05:00:03.822Z | Compiling zeroize_derive v1.4.2 |
1117 | 2024-08-15T05:00:03.978Z | Compiling zerocopy-derive v0.7.34 |
1118 | 2024-08-15T05:00:04.071Z | Compiling tokio-macros v2.3.0 |
1119 | 2024-08-15T05:00:04.401Z | Compiling thiserror-impl v1.0.63 |
1120 | 2024-08-15T05:00:04.605Z | Compiling futures-macro v0.3.30 |
1121 | 2024-08-15T05:00:05.079Z | Compiling zeroize v1.7.0 |
1122 | 2024-08-15T05:00:05.447Z | Compiling der_derive v0.7.2 |
1123 | 2024-08-15T05:00:05.836Z | Compiling zerocopy v0.7.34 |
1124 | 2024-08-15T05:00:06.015Z | Compiling scroll_derive v0.12.0 |
1125 | 2024-08-15T05:00:06.260Z | Compiling futures-util v0.3.30 |
1126 | 2024-08-15T05:00:06.574Z | Compiling crypto-common v0.1.6 |
1127 | 2024-08-15T05:00:06.798Z | Compiling block-buffer v0.10.4 |
1128 | 2024-08-15T05:00:07.037Z | Compiling digest v0.10.7 |
1129 | 2024-08-15T05:00:07.193Z | Compiling block-padding v0.3.3 |
1130 | 2024-08-15T05:00:07.235Z | Compiling thiserror v1.0.63 |
1131 | 2024-08-15T05:00:07.369Z | Compiling inout v0.1.3 |
1132 | 2024-08-15T05:00:07.416Z | Compiling hmac v0.12.1 |
1133 | 2024-08-15T05:00:07.479Z | Compiling sha2 v0.10.8 |
1134 | 2024-08-15T05:00:07.533Z | Compiling pest v2.7.10 |
1135 | 2024-08-15T05:00:07.627Z | Compiling hashbrown v0.14.5 |
1136 | 2024-08-15T05:00:07.651Z | Compiling cipher v0.4.4 |
1137 | 2024-08-15T05:00:07.651Z | Compiling pbkdf2 v0.12.2 |
1138 | 2024-08-15T05:00:07.811Z | Compiling der v0.7.9 |
1139 | 2024-08-15T05:00:08.106Z | Compiling salsa20 v0.10.2 |
1140 | 2024-08-15T05:00:08.341Z | Compiling tracing-attributes v0.1.27 |
1141 | 2024-08-15T05:00:08.979Z | Compiling scrypt v0.11.0 |
1142 | 2024-08-15T05:00:09.460Z | Compiling aes v0.8.4 |
1143 | 2024-08-15T05:00:09.635Z | Compiling cbc v0.1.2 |
1144 | 2024-08-15T05:00:09.838Z | Compiling pest_meta v2.7.10 |
1145 | 2024-08-15T05:00:10.121Z | Compiling spki v0.7.3 |
1146 | 2024-08-15T05:00:10.324Z | Compiling scroll v0.12.0 |
1147 | 2024-08-15T05:00:10.455Z | Compiling pkcs5 v0.7.1 |
1148 | 2024-08-15T05:00:10.816Z | Compiling goblin v0.8.2 |
1149 | 2024-08-15T05:00:10.856Z | Compiling openssl-macros v0.1.1 |
1150 | 2024-08-15T05:00:11.489Z | Compiling pest_generator v2.7.10 |
1151 | 2024-08-15T05:00:11.513Z | Compiling pkcs8 v0.10.2 |
1152 | 2024-08-15T05:00:11.576Z | Compiling tracing v0.1.40 |
1153 | 2024-08-15T05:00:11.600Z | Compiling rustls-webpki v0.101.7 |
1154 | 2024-08-15T05:00:11.626Z | Compiling sct v0.7.1 |
1155 | 2024-08-15T05:00:11.903Z | Compiling md-5 v0.10.6 |
1156 | 2024-08-15T05:00:12.025Z | Compiling regex-automata v0.4.6 |
1157 | 2024-08-15T05:00:12.115Z | Compiling num-integer v0.1.46 |
1158 | 2024-08-15T05:00:12.140Z | Compiling backtrace v0.3.71 |
1159 | 2024-08-15T05:00:12.765Z | Compiling idna v0.3.0 |
1160 | 2024-08-15T05:00:13.094Z | Compiling hash32 v0.2.1 |
1161 | 2024-08-15T05:00:13.288Z | Compiling psl-types v2.0.11 |
1162 | 2024-08-15T05:00:13.480Z | Compiling num-bigint-dig v0.8.4 |
1163 | 2024-08-15T05:00:13.480Z | Compiling fallible-iterator v0.2.0 |
1164 | 2024-08-15T05:00:13.744Z | Compiling crc32fast v1.4.0 |
1165 | 2024-08-15T05:00:14.107Z | Compiling gimli v0.28.1 |
1166 | 2024-08-15T05:00:14.132Z | Compiling signal-hook v0.3.17 |
1167 | 2024-08-15T05:00:14.191Z | Compiling base64 v0.22.1 |
1168 | 2024-08-15T05:00:14.215Z | Compiling pest_derive v2.7.10 |
1169 | 2024-08-15T05:00:14.384Z | Compiling stable_deref_trait v1.2.0 |
1170 | 2024-08-15T05:00:14.485Z | Compiling cfg_aliases v0.1.1 |
1171 | 2024-08-15T05:00:14.586Z | Compiling smoltcp v0.9.1 |
1172 | 2024-08-15T05:00:14.871Z | Compiling nix v0.28.0 |
1173 | 2024-08-15T05:00:14.902Z | Compiling dtrace-parser v0.2.0 |
1174 | 2024-08-15T05:00:15.240Z | Compiling bytes v1.7.1 |
1175 | 2024-08-15T05:00:15.539Z | Compiling bitflags v2.6.0 |
1176 | 2024-08-15T05:00:15.942Z | Compiling indexmap v2.4.0 |
1177 | 2024-08-15T05:00:16.346Z | Compiling tokio v1.38.1 |
1178 | 2024-08-15T05:00:16.800Z | Compiling http v0.2.12 |
1179 | 2024-08-15T05:00:17.144Z | Compiling semver v1.0.23 |
1180 | 2024-08-15T05:00:17.798Z | Compiling rustc_version v0.4.0 |
1181 | 2024-08-15T05:00:18.320Z | Compiling http-body v0.4.6 |
1182 | 2024-08-15T05:00:18.535Z | Compiling heapless v0.7.17 |
1183 | 2024-08-15T05:00:18.729Z | Compiling dof v0.3.0 |
1184 | 2024-08-15T05:00:18.981Z | Compiling uuid v1.10.0 |
1185 | 2024-08-15T05:00:19.596Z | Compiling usdt-impl v0.5.0 |
1186 | 2024-08-15T05:00:20.225Z | Compiling chrono v0.4.38 |
1187 | 2024-08-15T05:00:20.278Z | Compiling serde_spanned v0.6.7 |
1188 | 2024-08-15T05:00:20.486Z | Compiling toml_datetime v0.6.8 |
1189 | 2024-08-15T05:00:20.591Z | Compiling serde_tokenstream v0.2.1 |
1190 | 2024-08-15T05:00:20.930Z | Compiling terminal_size v0.3.0 |
1191 | 2024-08-15T05:00:20.975Z | Compiling addr2line v0.21.0 |
1192 | 2024-08-15T05:00:21.077Z | Compiling postgres-protocol v0.6.7 |
1193 | 2024-08-15T05:00:21.261Z | Compiling publicsuffix v2.2.3 |
1194 | 2024-08-15T05:00:21.512Z | Compiling num-iter v0.1.45 |
1195 | 2024-08-15T05:00:21.569Z | Compiling hubpack_derive v0.1.1 |
1196 | 2024-08-15T05:00:21.679Z | Compiling async-trait v0.1.81 |
1197 | 2024-08-15T05:00:21.860Z | Compiling zerocopy-derive v0.6.6 |
1198 | 2024-08-15T05:00:22.969Z | Compiling phf_shared v0.11.2 |
1199 | 2024-08-15T05:00:23.065Z | Compiling serde_derive_internals v0.29.1 |
1200 | 2024-08-15T05:00:23.268Z | Compiling ff v0.13.0 |
1201 | 2024-08-15T05:00:23.366Z | Compiling object v0.32.2 |
1202 | 2024-08-15T05:00:23.457Z | Compiling tokio-util v0.7.11 |
1203 | 2024-08-15T05:00:23.484Z | Compiling tokio-rustls v0.24.1 |
1204 | 2024-08-15T05:00:23.770Z | Compiling fs-err v2.11.0 |
1205 | 2024-08-15T05:00:23.844Z | Compiling matches v0.1.10 |
1206 | 2024-08-15T05:00:24.047Z | Compiling schemars v0.8.21 |
1207 | 2024-08-15T05:00:24.071Z | Compiling either v1.13.0 |
1208 | 2024-08-15T05:00:24.381Z | Compiling h2 v0.3.26 |
1209 | 2024-08-15T05:00:24.426Z | Compiling tokio-native-tls v0.3.1 |
1210 | 2024-08-15T05:00:24.509Z | Compiling base64 v0.21.7 |
1211 | 2024-08-15T05:00:24.672Z | Compiling anyhow v1.0.86 |
1212 | 2024-08-15T05:00:24.696Z | Compiling rustc-demangle v0.1.24 |
1213 | 2024-08-15T05:00:25.197Z | Compiling ipnet v2.9.0 |
1214 | 2024-08-15T05:00:25.246Z | Compiling managed v0.8.0 |
1215 | 2024-08-15T05:00:25.584Z | Compiling regex-automata v0.1.10 |
1216 | 2024-08-15T05:00:25.609Z | Compiling bitflags v1.3.2 |
1217 | 2024-08-15T05:00:25.640Z | Compiling winnow v0.5.40 |
1218 | 2024-08-15T05:00:25.718Z | Compiling base16ct v0.2.0 |
1219 | 2024-08-15T05:00:25.996Z | Compiling bstr v0.2.17 |
1220 | 2024-08-15T05:00:26.022Z | Compiling sec1 v0.7.3 |
1221 | 2024-08-15T05:00:26.251Z | Compiling clap_builder v4.5.15 |
1222 | 2024-08-15T05:00:26.531Z | Compiling schemars_derive v0.8.21 |
1223 | 2024-08-15T05:00:27.399Z | Compiling rustls-pemfile v1.0.4 |
1224 | 2024-08-15T05:00:28.019Z | Compiling idna v0.2.3 |
1225 | 2024-08-15T05:00:28.261Z | Compiling zerocopy v0.6.6 |
1226 | 2024-08-15T05:00:29.054Z | Compiling toml_edit v0.19.15 |
1227 | 2024-08-15T05:00:29.503Z | Compiling group v0.13.0 |
1228 | 2024-08-15T05:00:29.601Z | Compiling phf v0.11.2 |
1229 | 2024-08-15T05:00:29.746Z | Compiling cookie_store v0.20.0 |
1230 | 2024-08-15T05:00:29.771Z | Compiling hubpack v0.1.2 |
1231 | 2024-08-15T05:00:29.826Z | Compiling postgres-types v0.2.7 |
1232 | 2024-08-15T05:00:30.503Z | Compiling hyper v0.14.30 |
1233 | 2024-08-15T05:00:31.190Z | Compiling usdt-attr-macro v0.5.0 |
1234 | 2024-08-15T05:00:31.954Z | Compiling usdt-macro v0.5.0 |
1235 | 2024-08-15T05:00:32.170Z | Compiling regex v1.10.6 |
1236 | 2024-08-15T05:00:32.592Z | Compiling serde_urlencoded v0.7.1 |
1237 | 2024-08-15T05:00:33.048Z | Compiling pkcs1 v0.7.5 |
1238 | 2024-08-15T05:00:33.127Z | Compiling futures-executor v0.3.30 |
1239 | 2024-08-15T05:00:33.246Z | Compiling enum-as-inner v0.5.1 |
1240 | 2024-08-15T05:00:33.532Z | Compiling hkdf v0.12.4 |
1241 | 2024-08-15T05:00:33.670Z | Compiling signature v2.2.0 |
1242 | 2024-08-15T05:00:33.765Z | Compiling crypto-bigint v0.5.5 |
1243 | 2024-08-15T05:00:33.930Z | Compiling strum_macros v0.25.3 |
1244 | 2024-08-15T05:00:33.971Z | Compiling serde_repr v0.1.19 |
1245 | 2024-08-15T05:00:34.122Z | Compiling clap_derive v4.5.13 |
1246 | 2024-08-15T05:00:34.493Z | Compiling phf_shared v0.10.0 |
1247 | 2024-08-15T05:00:34.832Z | Compiling float-cmp v0.9.0 |
1248 | 2024-08-15T05:00:34.952Z | Compiling mio v1.0.2 |
1249 | 2024-08-15T05:00:35.030Z | Compiling encoding_rs v0.8.34 |
1250 | 2024-08-15T05:00:35.962Z | Compiling difflib v0.4.0 |
1251 | 2024-08-15T05:00:36.095Z | Compiling precomputed-hash v0.1.1 |
1252 | 2024-08-15T05:00:36.206Z | Compiling dyn-clone v1.0.17 |
1253 | 2024-08-15T05:00:36.410Z | Compiling hyper-rustls v0.24.2 |
1254 | 2024-08-15T05:00:36.724Z | Compiling hyper-tls v0.5.0 |
1255 | 2024-08-15T05:00:37.017Z | Compiling sync_wrapper v0.1.2 |
1256 | 2024-08-15T05:00:37.149Z | Compiling unicode-segmentation v1.11.0 |
1257 | 2024-08-15T05:00:37.339Z | Compiling bit-vec v0.6.3 |
1258 | 2024-08-15T05:00:37.364Z | Compiling fixedbitset v0.4.2 |
1259 | 2024-08-15T05:00:37.747Z | Compiling minimal-lexical v0.2.1 |
1260 | 2024-08-15T05:00:37.799Z | Compiling normalize-line-endings v0.3.0 |
1261 | 2024-08-15T05:00:37.868Z | Compiling whoami v1.5.1 |
1262 | 2024-08-15T05:00:37.924Z | Compiling mime v0.3.17 |
1263 | 2024-08-15T05:00:38.176Z | Compiling new_debug_unreachable v1.0.6 |
1264 | 2024-08-15T05:00:38.279Z | Compiling webpki-roots v0.25.4 |
1265 | 2024-08-15T05:00:38.303Z | Compiling predicates-core v1.0.6 |
1266 | 2024-08-15T05:00:38.426Z | Compiling static_assertions v1.1.0 |
1267 | 2024-08-15T05:00:38.492Z | Compiling data-encoding v2.6.0 |
1268 | 2024-08-15T05:00:38.534Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1269 | 2024-08-15T05:00:38.558Z | Compiling predicates v3.1.2 |
1270 | 2024-08-15T05:00:38.626Z | Compiling reqwest v0.11.27 |
1271 | 2024-08-15T05:00:38.689Z | Compiling string_cache v0.8.7 |
1272 | 2024-08-15T05:00:38.804Z | Compiling tokio-postgres v0.7.11 |
1273 | 2024-08-15T05:00:39.053Z | Compiling clap v4.5.15 |
1274 | 2024-08-15T05:00:39.112Z | Compiling trust-dns-proto v0.22.0 |
1275 | 2024-08-15T05:00:39.169Z | Compiling nom v7.1.3 |
1276 | 2024-08-15T05:00:40.014Z | Compiling similar v2.5.0 |
1277 | 2024-08-15T05:00:40.511Z | Compiling bit-set v0.5.3 |
1278 | 2024-08-15T05:00:40.758Z | Compiling petgraph v0.6.5 |
1279 | 2024-08-15T05:00:42.176Z | Compiling elliptic-curve v0.13.8 |
1280 | 2024-08-15T05:00:42.200Z | Compiling console v0.15.8 |
1281 | 2024-08-15T05:00:42.888Z | Compiling toml_edit v0.22.20 |
1282 | 2024-08-15T05:00:43.338Z | Compiling usdt v0.5.0 |
1283 | 2024-08-15T05:00:43.519Z | Compiling signal-hook-mio v0.2.4 |
1284 | 2024-08-15T05:00:43.684Z | Compiling rsa v0.9.6 |
1285 | 2024-08-15T05:00:43.729Z | Compiling futures v0.3.30 |
1286 | 2024-08-15T05:00:43.815Z | Compiling toml v0.7.8 |
1287 | 2024-08-15T05:00:44.054Z | Compiling flate2 v1.0.31 |
1288 | 2024-08-15T05:00:45.259Z | Compiling itertools v0.10.5 |
1289 | 2024-08-15T05:00:45.658Z | Compiling itertools v0.12.1 |
1290 | 2024-08-15T05:00:45.954Z | Compiling tokio-stream v0.1.15 |
1291 | 2024-08-15T05:00:46.145Z | Compiling openapiv3 v2.0.0 |
1292 | 2024-08-15T05:00:46.743Z | Compiling bstr v1.9.1 |
1293 | 2024-08-15T05:00:47.125Z | Compiling hex v0.4.3 |
1294 | 2024-08-15T05:00:47.561Z | Compiling sha1 v0.10.6 |
1295 | 2024-08-15T05:00:47.666Z | Compiling crossbeam-epoch v0.9.18 |
1296 | 2024-08-15T05:00:47.942Z | Compiling dirs-sys-next v0.1.2 |
1297 | 2024-08-15T05:00:48.280Z | Compiling peg-runtime v0.8.3 |
1298 | 2024-08-15T05:00:48.305Z | Compiling unicode-xid v0.2.4 |
1299 | 2024-08-15T05:00:48.379Z | Compiling lalrpop-util v0.19.12 |
1300 | 2024-08-15T05:00:48.462Z | Compiling dirs-next v2.0.0 |
1301 | 2024-08-15T05:00:48.564Z | Compiling thread_local v1.1.8 |
1302 | 2024-08-15T05:00:48.645Z | Compiling slog-async v2.8.0 |
1303 | 2024-08-15T05:00:48.703Z | Compiling term v0.7.0 |
1304 | 2024-08-15T05:00:48.882Z | Compiling xattr v1.3.1 |
1305 | 2024-08-15T05:00:49.064Z | Compiling crossbeam-channel v0.5.12 |
1306 | 2024-08-15T05:00:49.136Z | Compiling strum_macros v0.26.4 |
1307 | 2024-08-15T05:00:49.189Z | Compiling filetime v0.2.24 |
1308 | 2024-08-15T05:00:49.472Z | Compiling is-terminal v0.4.12 |
1309 | 2024-08-15T05:00:49.590Z | Compiling take_mut v0.2.2 |
1310 | 2024-08-15T05:00:49.742Z | Compiling slog-term v2.9.1 |
1311 | 2024-08-15T05:00:49.779Z | Compiling tar v0.4.41 |
1312 | 2024-08-15T05:00:50.038Z | Compiling camino v1.1.7 |
1313 | 2024-08-15T05:00:51.012Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1314 | 2024-08-15T05:00:52.188Z | Compiling strum v0.26.3 |
1315 | 2024-08-15T05:00:52.296Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1316 | 2024-08-15T05:00:58.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
1317 | 2024-08-15T05:00:58.623Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1318 | 2024-08-15T05:00:58.685Z | Aug 15 05:00:58.306 INFO Starting download, target: Cockroach |
1319 | 2024-08-15T05:00:58.685Z | Aug 15 05:00:58.306 INFO Starting download, target: Clickhouse |
1320 | 2024-08-15T05:00:58.685Z | Aug 15 05:00:58.306 INFO Starting download, target: Console |
1321 | 2024-08-15T05:00:58.709Z | Aug 15 05:00:58.306 INFO Starting download, target: DendriteOpenapi |
1322 | 2024-08-15T05:00:58.709Z | Aug 15 05:00:58.306 INFO Starting download, target: DendriteStub |
1323 | 2024-08-15T05:00:58.709Z | Aug 15 05:00:58.306 INFO Starting download, target: MaghemiteMgd |
1324 | 2024-08-15T05:00:58.709Z | Aug 15 05:00:58.306 INFO Starting download, target: TransceiverControl |
1325 | 2024-08-15T05:00:58.709Z | Aug 15 05:00:58.308 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1326 | 2024-08-15T05:00:58.709Z | Aug 15 05:00:58.308 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1327 | 2024-08-15T05:00:58.709Z | Aug 15 05:00:58.308 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1328 | 2024-08-15T05:00:58.709Z | Aug 15 05:00:58.309 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1329 | 2024-08-15T05:00:58.709Z | Aug 15 05:00:58.309 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1330 | 2024-08-15T05:00:58.709Z | Aug 15 05:00:58.309 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1331 | 2024-08-15T05:00:58.709Z | Aug 15 05:00:58.309 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1332 | 2024-08-15T05:00:59.070Z | Aug 15 05:00:58.676 INFO Download complete, target: DendriteOpenapi |
1333 | 2024-08-15T05:00:59.254Z | Aug 15 05:00:58.873 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1334 | 2024-08-15T05:00:59.438Z | Aug 15 05:00:59.058 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1335 | 2024-08-15T05:00:59.772Z | Aug 15 05:00:59.393 INFO Download complete, target: Console |
1336 | 2024-08-15T05:01:00.131Z | Aug 15 05:00:59.746 INFO Download complete, target: TransceiverControl |
1337 | 2024-08-15T05:01:01.220Z | Aug 15 05:01:00.841 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1338 | 2024-08-15T05:01:02.668Z | Aug 15 05:01:02.289 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1339 | 2024-08-15T05:01:04.352Z | Aug 15 05:01:03.973 INFO Download complete, target: DendriteStub |
1340 | 2024-08-15T05:01:05.987Z | Aug 15 05:01:05.608 INFO Download complete, target: MaghemiteMgd |
1341 | 2024-08-15T05:01:08.056Z | Aug 15 05:01:07.677 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1342 | 2024-08-15T05:01:08.056Z | Aug 15 05:01:07.677 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1343 | 2024-08-15T05:01:17.362Z | Aug 15 05:01:16.983 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1344 | 2024-08-15T05:01:17.780Z | Aug 15 05:01:17.402 INFO Checking that binary works, target: Cockroach |
1345 | 2024-08-15T05:01:17.981Z | Aug 15 05:01:17.602 INFO Download complete, target: Cockroach |
1346 | 2024-08-15T05:01:25.113Z | Aug 15 05:01:24.734 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1347 | 2024-08-15T05:01:40.720Z | Aug 15 05:01:40.341 INFO Checking that binary works, target: Clickhouse |
1348 | 2024-08-15T05:01:40.847Z | Aug 15 05:01:40.468 INFO Download complete, target: Clickhouse |
1349 | 2024-08-15T05:01:40.871Z | All prerequisites installed successfully |
1350 | 2024-08-15T05:01:40.871Z | |
1351 | 2024-08-15T05:01:40.871Z | real 3:59.715652232 |
1352 | 2024-08-15T05:01:40.871Z | user 10:07.345765226 |
1353 | 2024-08-15T05:01:40.871Z | sys 2:22.786185707 |
1354 | 2024-08-15T05:01:40.871Z | trap 0.332445294 |
1355 | 2024-08-15T05:01:40.871Z | tflt 0.438512408 |
1356 | 2024-08-15T05:01:40.871Z | dflt 1.596806119 |
1357 | 2024-08-15T05:01:40.872Z | kflt 0.007472652 |
1358 | 2024-08-15T05:01:40.872Z | lock 27:18.515078709 |
1359 | 2024-08-15T05:01:40.872Z | slp 38:43.267905690 |
1360 | 2024-08-15T05:01:40.872Z | lat 45.019505665 |
1361 | 2024-08-15T05:01:40.872Z | stop 1:44.668701974 |
1362 | 2024-08-15T05:01:40.872Z | + ptime -m cargo xtask download softnpu |
1363 | 2024-08-15T05:01:41.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
1364 | 2024-08-15T05:01:41.620Z | Running `target/debug/xtask download softnpu` |
1365 | 2024-08-15T05:01:42.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
1366 | 2024-08-15T05:01:42.682Z | Running `target/debug/xtask-downloader softnpu` |
1367 | 2024-08-15T05:01:42.733Z | Aug 15 05:01:42.355 INFO Starting download, target: Softnpu |
1368 | 2024-08-15T05:01:42.758Z | Aug 15 05:01:42.356 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1369 | 2024-08-15T05:01:44.254Z | Aug 15 05:01:43.876 INFO Download complete, target: Softnpu |
1370 | 2024-08-15T05:01:44.279Z | |
1371 | 2024-08-15T05:01:44.279Z | real 3.392381422 |
1372 | 2024-08-15T05:01:44.279Z | user 1.561198487 |
1373 | 2024-08-15T05:01:44.279Z | sys 0.900973968 |
1374 | 2024-08-15T05:01:44.279Z | trap 0.000314596 |
1375 | 2024-08-15T05:01:44.279Z | tflt 0.000043964 |
1376 | 2024-08-15T05:01:44.279Z | dflt 0.000000000 |
1377 | 2024-08-15T05:01:44.279Z | kflt 0.000000000 |
1378 | 2024-08-15T05:01:44.279Z | lock 16.292087309 |
1379 | 2024-08-15T05:01:44.279Z | slp 1.447964028 |
1380 | 2024-08-15T05:01:44.279Z | lat 0.165140711 |
1381 | 2024-08-15T05:01:44.279Z | stop 0.000507890 |
1382 | 2024-08-15T05:01:44.279Z | + export CARGO_INCREMENTAL=0 |
1383 | 2024-08-15T05:01:44.279Z | + CARGO_INCREMENTAL=0 |
1384 | 2024-08-15T05:01:44.279Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1385 | 2024-08-15T05:01:45.452Z | Compiling proc-macro2 v1.0.86 |
1386 | 2024-08-15T05:01:45.452Z | Compiling unicode-ident v1.0.12 |
1387 | 2024-08-15T05:01:45.452Z | Compiling libc v0.2.155 |
1388 | 2024-08-15T05:01:45.477Z | Compiling serde v1.0.207 |
1389 | 2024-08-15T05:01:45.477Z | Compiling version_check v0.9.5 |
1390 | 2024-08-15T05:01:45.477Z | Compiling autocfg v1.3.0 |
1391 | 2024-08-15T05:01:45.477Z | Compiling cfg-if v1.0.0 |
1392 | 2024-08-15T05:01:45.477Z | Compiling once_cell v1.19.0 |
1393 | 2024-08-15T05:01:45.656Z | Compiling typenum v1.17.0 |
1394 | 2024-08-15T05:01:45.722Z | Compiling memchr v2.7.2 |
1395 | 2024-08-15T05:01:46.179Z | Compiling generic-array v0.14.7 |
1396 | 2024-08-15T05:01:46.242Z | Compiling lock_api v0.4.12 |
1397 | 2024-08-15T05:01:46.474Z | Compiling ahash v0.8.11 |
1398 | 2024-08-15T05:01:46.515Z | Compiling byteorder v1.5.0 |
1399 | 2024-08-15T05:01:46.566Z | Compiling serde_json v1.0.124 |
1400 | 2024-08-15T05:01:46.814Z | Compiling libm v0.2.8 |
1401 | 2024-08-15T05:01:46.890Z | Compiling num-traits v0.2.19 |
1402 | 2024-08-15T05:01:46.939Z | Compiling parking_lot_core v0.9.10 |
1403 | 2024-08-15T05:01:47.133Z | Compiling quote v1.0.36 |
1404 | 2024-08-15T05:01:47.158Z | Compiling thiserror v1.0.63 |
1405 | 2024-08-15T05:01:47.332Z | Compiling getrandom v0.2.14 |
1406 | 2024-08-15T05:01:47.452Z | Compiling jobserver v0.1.32 |
1407 | 2024-08-15T05:01:47.600Z | Compiling syn v2.0.74 |
1408 | 2024-08-15T05:01:47.624Z | Compiling scopeguard v1.2.0 |
1409 | 2024-08-15T05:01:47.677Z | Compiling log v0.4.21 |
1410 | 2024-08-15T05:01:47.705Z | Compiling itoa v1.0.11 |
1411 | 2024-08-15T05:01:47.769Z | Compiling cc v1.0.97 |
1412 | 2024-08-15T05:01:48.081Z | Compiling allocator-api2 v0.2.18 |
1413 | 2024-08-15T05:01:48.132Z | Compiling rand_core v0.6.4 |
1414 | 2024-08-15T05:01:48.238Z | Compiling slab v0.4.9 |
1415 | 2024-08-15T05:01:48.535Z | Compiling semver v1.0.23 |
1416 | 2024-08-15T05:01:48.576Z | Compiling pin-project-lite v0.2.14 |
1417 | 2024-08-15T05:01:48.692Z | Compiling spin v0.9.8 |
1418 | 2024-08-15T05:01:48.889Z | Compiling ryu v1.0.18 |
1419 | 2024-08-15T05:01:49.018Z | Compiling equivalent v1.0.1 |
1420 | 2024-08-15T05:01:49.063Z | Compiling smallvec v1.13.2 |
1421 | 2024-08-15T05:01:49.155Z | Compiling vcpkg v0.2.15 |
1422 | 2024-08-15T05:01:49.179Z | Compiling pkg-config v0.3.30 |
1423 | 2024-08-15T05:01:49.374Z | Compiling schemars v0.8.21 |
1424 | 2024-08-15T05:01:49.670Z | Compiling syn v1.0.109 |
1425 | 2024-08-15T05:01:50.048Z | Compiling signal-hook-registry v1.4.2 |
1426 | 2024-08-15T05:01:50.216Z | Compiling subtle v2.5.0 |
1427 | 2024-08-15T05:01:50.526Z | Compiling ring v0.17.8 |
1428 | 2024-08-15T05:01:50.560Z | Compiling openssl-sys v0.9.103 |
1429 | 2024-08-15T05:01:50.585Z | Compiling parking_lot v0.12.2 |
1430 | 2024-08-15T05:01:51.360Z | Compiling mio v0.8.11 |
1431 | 2024-08-15T05:01:51.407Z | Compiling const-oid v0.9.6 |
1432 | 2024-08-15T05:01:51.715Z | Compiling num_cpus v1.16.0 |
1433 | 2024-08-15T05:01:51.847Z | Compiling socket2 v0.5.7 |
1434 | 2024-08-15T05:01:52.524Z | Compiling httparse v1.8.0 |
1435 | 2024-08-15T05:01:52.555Z | Compiling heck v0.5.0 |
1436 | 2024-08-15T05:01:52.954Z | Compiling num-conv v0.1.0 |
1437 | 2024-08-15T05:01:52.991Z | Compiling time-core v0.1.2 |
1438 | 2024-08-15T05:01:53.203Z | Compiling rustix v0.38.34 |
1439 | 2024-08-15T05:01:53.227Z | Compiling time-macros v0.2.18 |
1440 | 2024-08-15T05:01:53.257Z | Compiling openssl v0.10.66 |
1441 | 2024-08-15T05:01:53.283Z | Compiling fnv v1.0.7 |
1442 | 2024-08-15T05:01:53.410Z | Compiling serde_derive_internals v0.29.1 |
1443 | 2024-08-15T05:01:53.585Z | Compiling futures-core v0.3.30 |
1444 | 2024-08-15T05:01:53.867Z | Compiling crossbeam-utils v0.8.19 |
1445 | 2024-08-15T05:01:54.355Z | Compiling native-tls v0.2.11 |
1446 | 2024-08-15T05:01:54.629Z | Compiling rustls v0.21.12 |
1447 | 2024-08-15T05:01:54.865Z | Compiling iana-time-zone v0.1.60 |
1448 | 2024-08-15T05:01:54.889Z | Compiling tinyvec_macros v0.1.1 |
1449 | 2024-08-15T05:01:54.976Z | Compiling tinyvec v1.6.0 |
1450 | 2024-08-15T05:01:55.474Z | Compiling cpufeatures v0.2.12 |
1451 | 2024-08-15T05:01:55.498Z | Compiling futures-sink v0.3.30 |
1452 | 2024-08-15T05:01:55.573Z | Compiling ucd-trie v0.1.6 |
1453 | 2024-08-15T05:01:55.945Z | Compiling backtrace v0.3.71 |
1454 | 2024-08-15T05:01:55.989Z | Compiling cookie v0.17.0 |
1455 | 2024-08-15T05:01:56.259Z | Compiling unicode-normalization v0.1.23 |
1456 | 2024-08-15T05:01:56.283Z | Compiling slog v2.7.0 |
1457 | 2024-08-15T05:01:56.283Z | Compiling unicode-bidi v0.3.15 |
1458 | 2024-08-15T05:01:56.631Z | Compiling futures-channel v0.3.30 |
1459 | 2024-08-15T05:01:56.804Z | Compiling futures-io v0.3.30 |
1460 | 2024-08-15T05:01:57.120Z | Compiling pin-utils v0.1.0 |
1461 | 2024-08-15T05:01:57.168Z | Compiling futures-task v0.3.30 |
1462 | 2024-08-15T05:01:57.472Z | Compiling aho-corasick v1.1.3 |
1463 | 2024-08-15T05:01:57.660Z | Compiling dyn-clone v1.0.17 |
1464 | 2024-08-15T05:01:57.729Z | Compiling anyhow v1.0.86 |
1465 | 2024-08-15T05:01:57.753Z | Compiling serde_derive v1.0.207 |
1466 | 2024-08-15T05:01:57.855Z | Compiling zeroize_derive v1.4.2 |
1467 | 2024-08-15T05:01:58.099Z | Compiling zerocopy-derive v0.7.34 |
1468 | 2024-08-15T05:01:58.188Z | Compiling thiserror-impl v1.0.63 |
1469 | 2024-08-15T05:01:58.968Z | Compiling tokio-macros v2.3.0 |
1470 | 2024-08-15T05:01:59.405Z | Compiling zeroize v1.7.0 |
1471 | 2024-08-15T05:01:59.666Z | Compiling zerocopy v0.7.34 |
1472 | 2024-08-15T05:02:00.142Z | Compiling futures-macro v0.3.30 |
1473 | 2024-08-15T05:02:01.147Z | Compiling crypto-common v0.1.6 |
1474 | 2024-08-15T05:02:01.275Z | Compiling schemars_derive v0.8.21 |
1475 | 2024-08-15T05:02:01.336Z | Compiling tracing-attributes v0.1.27 |
1476 | 2024-08-15T05:02:01.540Z | Compiling hashbrown v0.14.5 |
1477 | 2024-08-15T05:02:01.597Z | Compiling block-buffer v0.10.4 |
1478 | 2024-08-15T05:02:01.803Z | Compiling digest v0.10.7 |
1479 | 2024-08-15T05:02:02.021Z | Compiling der_derive v0.7.2 |
1480 | 2024-08-15T05:02:02.462Z | Compiling openssl-macros v0.1.1 |
1481 | 2024-08-15T05:02:03.049Z | Compiling scroll_derive v0.12.0 |
1482 | 2024-08-15T05:02:03.073Z | Compiling hmac v0.12.1 |
1483 | 2024-08-15T05:02:03.279Z | Compiling block-padding v0.3.3 |
1484 | 2024-08-15T05:02:03.632Z | Compiling pest v2.7.10 |
1485 | 2024-08-15T05:02:03.874Z | Compiling inout v0.1.3 |
1486 | 2024-08-15T05:02:03.961Z | Compiling sha2 v0.10.8 |
1487 | 2024-08-15T05:02:04.105Z | Compiling cipher v0.4.4 |
1488 | 2024-08-15T05:02:04.133Z | Compiling futures-util v0.3.30 |
1489 | 2024-08-15T05:02:04.369Z | Compiling untrusted v0.9.0 |
1490 | 2024-08-15T05:02:04.500Z | Compiling regex-syntax v0.8.4 |
1491 | 2024-08-15T05:02:04.738Z | Compiling winnow v0.5.40 |
1492 | 2024-08-15T05:02:06.018Z | Compiling pest_meta v2.7.10 |
1493 | 2024-08-15T05:02:07.920Z | Compiling pest_generator v2.7.10 |
1494 | 2024-08-15T05:02:08.588Z | Compiling bytes v1.7.1 |
1495 | 2024-08-15T05:02:09.347Z | Compiling indexmap v2.4.0 |
1496 | 2024-08-15T05:02:09.817Z | Compiling bitflags v2.6.0 |
1497 | 2024-08-15T05:02:09.966Z | Compiling uuid v1.10.0 |
1498 | 2024-08-15T05:02:10.238Z | Compiling tokio v1.38.1 |
1499 | 2024-08-15T05:02:10.353Z | Compiling serde_tokenstream v0.2.1 |
1500 | 2024-08-15T05:02:10.575Z | Compiling chrono v0.4.38 |
1501 | 2024-08-15T05:02:12.083Z | Compiling serde_spanned v0.6.7 |
1502 | 2024-08-15T05:02:12.259Z | Compiling toml_datetime v0.6.8 |
1503 | 2024-08-15T05:02:12.397Z | Compiling http v0.2.12 |
1504 | 2024-08-15T05:02:12.427Z | Compiling rustc_version v0.4.0 |
1505 | 2024-08-15T05:02:12.940Z | Compiling toml_edit v0.19.15 |
1506 | 2024-08-15T05:02:14.211Z | Compiling pest_derive v2.7.10 |
1507 | 2024-08-15T05:02:14.779Z | Compiling regex-automata v0.4.6 |
1508 | 2024-08-15T05:02:14.819Z | Compiling tracing-core v0.1.32 |
1509 | 2024-08-15T05:02:16.682Z | Compiling usdt-impl v0.5.0 |
1510 | 2024-08-15T05:02:16.724Z | Compiling rustversion v1.0.17 |
1511 | 2024-08-15T05:02:17.085Z | Compiling base64ct v1.6.0 |
1512 | 2024-08-15T05:02:17.155Z | Compiling tracing v0.1.40 |
1513 | 2024-08-15T05:02:17.344Z | Compiling heapless v0.7.17 |
1514 | 2024-08-15T05:02:17.565Z | Compiling pem-rfc7468 v0.7.0 |
1515 | 2024-08-15T05:02:17.682Z | Compiling scroll v0.12.0 |
1516 | 2024-08-15T05:02:18.149Z | Compiling powerfmt v0.2.0 |
1517 | 2024-08-15T05:02:18.173Z | Compiling ppv-lite86 v0.2.17 |
1518 | 2024-08-15T05:02:18.323Z | Compiling heck v0.4.1 |
1519 | 2024-08-15T05:02:18.570Z | Compiling plain v0.2.3 |
1520 | 2024-08-15T05:02:18.685Z | Compiling percent-encoding v2.3.1 |
1521 | 2024-08-15T05:02:18.776Z | Compiling flagset v0.4.5 |
1522 | 2024-08-15T05:02:18.962Z | Compiling der v0.7.9 |
1523 | 2024-08-15T05:02:19.023Z | Compiling rand_chacha v0.3.1 |
1524 | 2024-08-15T05:02:19.111Z | Compiling regex v1.10.6 |
1525 | 2024-08-15T05:02:19.788Z | Compiling goblin v0.8.2 |
1526 | 2024-08-15T05:02:19.944Z | Compiling deranged v0.3.11 |
1527 | 2024-08-15T05:02:21.543Z | Compiling salsa20 v0.10.2 |
1528 | 2024-08-15T05:02:21.743Z | Compiling pbkdf2 v0.12.2 |
1529 | 2024-08-15T05:02:22.199Z | Compiling strsim v0.11.1 |
1530 | 2024-08-15T05:02:22.376Z | Compiling crc32fast v1.4.0 |
1531 | 2024-08-15T05:02:22.576Z | Compiling num_threads v0.1.7 |
1532 | 2024-08-15T05:02:22.812Z | Compiling pretty-hex v0.4.1 |
1533 | 2024-08-15T05:02:22.883Z | Compiling time v0.3.36 |
1534 | 2024-08-15T05:02:23.429Z | Compiling scrypt v0.11.0 |
1535 | 2024-08-15T05:02:23.473Z | Compiling spki v0.7.3 |
1536 | 2024-08-15T05:02:23.527Z | Compiling rand v0.8.5 |
1537 | 2024-08-15T05:02:23.791Z | Compiling tokio-util v0.7.11 |
1538 | 2024-08-15T05:02:24.745Z | Compiling dof v0.3.0 |
1539 | 2024-08-15T05:02:25.002Z | Compiling dtrace-parser v0.2.0 |
1540 | 2024-08-15T05:02:25.333Z | Compiling aes v0.8.4 |
1541 | 2024-08-15T05:02:25.625Z | Compiling cbc v0.1.2 |
1542 | 2024-08-15T05:02:25.704Z | Compiling async-trait v0.1.81 |
1543 | 2024-08-15T05:02:25.850Z | Compiling lazy_static v1.5.0 |
1544 | 2024-08-15T05:02:25.988Z | Compiling thread-id v4.2.1 |
1545 | 2024-08-15T05:02:26.217Z | Compiling signal-hook v0.3.17 |
1546 | 2024-08-15T05:02:26.267Z | Compiling num-bigint-dig v0.8.4 |
1547 | 2024-08-15T05:02:26.291Z | Compiling unicode-width v0.1.13 |
1548 | 2024-08-15T05:02:26.501Z | Compiling smoltcp v0.9.1 |
1549 | 2024-08-15T05:02:26.526Z | Compiling foreign-types-shared v0.1.1 |
1550 | 2024-08-15T05:02:26.643Z | Compiling foreign-types v0.3.2 |
1551 | 2024-08-15T05:02:26.743Z | Compiling pkcs5 v0.7.1 |
1552 | 2024-08-15T05:02:27.651Z | Compiling form_urlencoded v1.2.1 |
1553 | 2024-08-15T05:02:28.217Z | Compiling errno v0.3.9 |
1554 | 2024-08-15T05:02:28.605Z | Compiling siphasher v0.3.11 |
1555 | 2024-08-15T05:02:28.630Z | Compiling adler v1.0.2 |
1556 | 2024-08-15T05:02:28.905Z | Compiling try-lock v0.2.5 |
1557 | 2024-08-15T05:02:28.930Z | Compiling cfg_aliases v0.1.1 |
1558 | 2024-08-15T05:02:29.043Z | Compiling nix v0.28.0 |
1559 | 2024-08-15T05:02:29.068Z | Compiling want v0.3.1 |
1560 | 2024-08-15T05:02:29.287Z | Compiling miniz_oxide v0.7.2 |
1561 | 2024-08-15T05:02:30.790Z | Compiling pkcs8 v0.10.2 |
1562 | 2024-08-15T05:02:31.073Z | Compiling h2 v0.3.26 |
1563 | 2024-08-15T05:02:31.846Z | Compiling rustls-webpki v0.101.7 |
1564 | 2024-08-15T05:02:32.218Z | Compiling sct v0.7.1 |
1565 | 2024-08-15T05:02:32.459Z | Compiling http-body v0.4.6 |
1566 | 2024-08-15T05:02:33.185Z | Compiling openapiv3 v2.0.0 |
1567 | 2024-08-15T05:02:33.312Z | Compiling hubpack_derive v0.1.1 |
1568 | 2024-08-15T05:02:33.340Z | Compiling zerocopy-derive v0.6.6 |
1569 | 2024-08-15T05:02:33.398Z | Compiling idna v0.5.0 |
1570 | 2024-08-15T05:02:34.041Z | Compiling fs-err v2.11.0 |
1571 | 2024-08-15T05:02:34.237Z | Compiling httpdate v1.0.3 |
1572 | 2024-08-15T05:02:34.299Z | Compiling tower-service v0.3.2 |
1573 | 2024-08-15T05:02:34.424Z | Compiling stable_deref_trait v1.2.0 |
1574 | 2024-08-15T05:02:34.531Z | Compiling gimli v0.28.1 |
1575 | 2024-08-15T05:02:34.858Z | Compiling utf8parse v0.2.1 |
1576 | 2024-08-15T05:02:34.882Z | Compiling finl_unicode v1.2.0 |
1577 | 2024-08-15T05:02:35.006Z | Compiling anstyle v1.0.8 |
1578 | 2024-08-15T05:02:35.475Z | Compiling openssl-probe v0.1.5 |
1579 | 2024-08-15T05:02:36.183Z | Compiling stringprep v0.1.4 |
1580 | 2024-08-15T05:02:36.506Z | Compiling anstyle-parse v0.2.4 |
1581 | 2024-08-15T05:02:37.017Z | Compiling hyper v0.14.30 |
1582 | 2024-08-15T05:02:38.013Z | Compiling url v2.5.2 |
1583 | 2024-08-15T05:02:39.214Z | Compiling addr2line v0.21.0 |
1584 | 2024-08-15T05:02:39.934Z | Compiling usdt-attr-macro v0.5.0 |
1585 | 2024-08-15T05:02:40.202Z | Compiling usdt-macro v0.5.0 |
1586 | 2024-08-15T05:02:41.728Z | Compiling md-5 v0.10.6 |
1587 | 2024-08-15T05:02:44.463Z | Compiling idna v0.3.0 |
1588 | 2024-08-15T05:02:44.580Z | Compiling num-integer v0.1.46 |
1589 | 2024-08-15T05:02:44.720Z | Compiling hash32 v0.2.1 |
1590 | 2024-08-15T05:02:45.067Z | Compiling object v0.32.2 |
1591 | 2024-08-15T05:02:45.912Z | Compiling fallible-iterator v0.2.0 |
1592 | 2024-08-15T05:02:46.559Z | Compiling psl-types v2.0.11 |
1593 | 2024-08-15T05:02:46.736Z | Compiling is_terminal_polyfill v1.70.0 |
1594 | 2024-08-15T05:02:47.377Z | Compiling rustc-demangle v0.1.24 |
1595 | 2024-08-15T05:02:49.513Z | Compiling base64 v0.22.1 |
1596 | 2024-08-15T05:02:50.113Z | Compiling anstyle-query v1.0.3 |
1597 | 2024-08-15T05:02:50.245Z | Compiling colorchoice v1.0.1 |
1598 | 2024-08-15T05:02:50.876Z | Compiling anstream v0.6.14 |
1599 | 2024-08-15T05:02:50.964Z | Compiling postgres-protocol v0.6.7 |
1600 | 2024-08-15T05:02:53.354Z | Compiling publicsuffix v2.2.3 |
1601 | 2024-08-15T05:02:53.566Z | Compiling num-iter v0.1.45 |
1602 | 2024-08-15T05:02:54.807Z | Compiling tokio-rustls v0.24.1 |
1603 | 2024-08-15T05:02:56.522Z | Compiling terminal_size v0.3.0 |
1604 | 2024-08-15T05:02:58.035Z | Compiling tokio-native-tls v0.3.1 |
1605 | 2024-08-15T05:02:58.199Z | Compiling phf_shared v0.11.2 |
1606 | 2024-08-15T05:02:58.597Z | Compiling strum_macros v0.25.3 |
1607 | 2024-08-15T05:02:58.728Z | Compiling enum-as-inner v0.5.1 |
1608 | 2024-08-15T05:02:58.847Z | Compiling regress v0.9.1 |
1609 | 2024-08-15T05:02:59.532Z | Compiling clap_derive v4.5.13 |
1610 | 2024-08-15T05:02:59.748Z | Compiling serde_repr v0.1.19 |
1611 | 2024-08-15T05:03:00.740Z | Compiling ff v0.13.0 |
1612 | 2024-08-15T05:03:01.404Z | Compiling encoding_rs v0.8.34 |
1613 | 2024-08-15T05:03:02.096Z | Compiling regex-automata v0.1.10 |
1614 | 2024-08-15T05:03:02.505Z | Compiling base16ct v0.2.0 |
1615 | 2024-08-15T05:03:02.543Z | Compiling clap_lex v0.7.0 |
1616 | 2024-08-15T05:03:02.765Z | Compiling either v1.13.0 |
1617 | 2024-08-15T05:03:02.925Z | Compiling managed v0.8.0 |
1618 | 2024-08-15T05:03:03.052Z | Compiling mime v0.3.17 |
1619 | 2024-08-15T05:03:03.364Z | Compiling ipnet v2.9.0 |
1620 | 2024-08-15T05:03:04.138Z | Compiling bitflags v1.3.2 |
1621 | 2024-08-15T05:03:04.220Z | Compiling base64 v0.21.7 |
1622 | 2024-08-15T05:03:04.348Z | Compiling matches v0.1.10 |
1623 | 2024-08-15T05:03:04.438Z | Compiling idna v0.2.3 |
1624 | 2024-08-15T05:03:04.790Z | Compiling rustls-pemfile v1.0.4 |
1625 | 2024-08-15T05:03:05.379Z | Compiling clap_builder v4.5.15 |
1626 | 2024-08-15T05:03:05.520Z | Compiling sec1 v0.7.3 |
1627 | 2024-08-15T05:03:05.979Z | Compiling bstr v0.2.17 |
1628 | 2024-08-15T05:03:06.760Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1629 | 2024-08-15T05:03:07.104Z | Compiling group v0.13.0 |
1630 | 2024-08-15T05:03:10.559Z | Compiling phf v0.11.2 |
1631 | 2024-08-15T05:03:10.725Z | Compiling hyper-tls v0.5.0 |
1632 | 2024-08-15T05:03:10.820Z | Compiling hyper-rustls v0.24.2 |
1633 | 2024-08-15T05:03:11.020Z | Compiling cookie_store v0.20.0 |
1634 | 2024-08-15T05:03:11.447Z | Compiling postgres-types v0.2.7 |
1635 | 2024-08-15T05:03:11.627Z | Compiling zerocopy v0.6.6 |
1636 | 2024-08-15T05:03:12.301Z | Compiling hubpack v0.1.2 |
1637 | 2024-08-15T05:03:12.326Z | Compiling pkcs1 v0.7.5 |
1638 | 2024-08-15T05:03:12.559Z | Compiling phf_shared v0.10.0 |
1639 | 2024-08-15T05:03:12.993Z | Compiling crossbeam-epoch v0.9.18 |
1640 | 2024-08-15T05:03:13.060Z | Compiling serde_urlencoded v0.7.1 |
1641 | 2024-08-15T05:03:13.563Z | Compiling futures-executor v0.3.30 |
1642 | 2024-08-15T05:03:13.969Z | Compiling hkdf v0.12.4 |
1643 | 2024-08-15T05:03:14.157Z | Compiling signature v2.2.0 |
1644 | 2024-08-15T05:03:14.181Z | Compiling crypto-bigint v0.5.5 |
1645 | 2024-08-15T05:03:14.363Z | Compiling float-cmp v0.9.0 |
1646 | 2024-08-15T05:03:14.411Z | Compiling mio v1.0.2 |
1647 | 2024-08-15T05:03:14.468Z | Compiling memmap v0.7.0 |
1648 | 2024-08-15T05:03:15.177Z | Compiling bit-vec v0.6.3 |
1649 | 2024-08-15T05:03:15.269Z | Compiling whoami v1.5.1 |
1650 | 2024-08-15T05:03:15.532Z | Compiling sync_wrapper v0.1.2 |
1651 | 2024-08-15T05:03:15.655Z | Compiling unicode-segmentation v1.11.0 |
1652 | 2024-08-15T05:03:16.046Z | Compiling normalize-line-endings v0.3.0 |
1653 | 2024-08-15T05:03:16.163Z | Compiling webpki-roots v0.25.4 |
1654 | 2024-08-15T05:03:16.297Z | Compiling difflib v0.4.0 |
1655 | 2024-08-15T05:03:16.322Z | Compiling fixedbitset v0.4.2 |
1656 | 2024-08-15T05:03:16.496Z | Compiling predicates-core v1.0.6 |
1657 | 2024-08-15T05:03:16.763Z | Compiling winnow v0.6.18 |
1658 | 2024-08-15T05:03:17.011Z | Compiling new_debug_unreachable v1.0.6 |
1659 | 2024-08-15T05:03:17.099Z | Compiling precomputed-hash v0.1.1 |
1660 | 2024-08-15T05:03:17.211Z | Compiling data-encoding v2.6.0 |
1661 | 2024-08-15T05:03:17.248Z | Compiling minimal-lexical v0.2.1 |
1662 | 2024-08-15T05:03:17.293Z | Compiling static_assertions v1.1.0 |
1663 | 2024-08-15T05:03:17.388Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1664 | 2024-08-15T05:03:17.564Z | Compiling string_cache v0.8.7 |
1665 | 2024-08-15T05:03:17.654Z | Compiling nom v7.1.3 |
1666 | 2024-08-15T05:03:17.803Z | Compiling trust-dns-proto v0.22.0 |
1667 | 2024-08-15T05:03:18.530Z | Compiling predicates v3.1.2 |
1668 | 2024-08-15T05:03:18.555Z | Compiling petgraph v0.6.5 |
1669 | 2024-08-15T05:03:19.597Z | Compiling toml_edit v0.22.20 |
1670 | 2024-08-15T05:03:19.698Z | Compiling elliptic-curve v0.13.8 |
1671 | 2024-08-15T05:03:20.289Z | Compiling reqwest v0.11.27 |
1672 | 2024-08-15T05:03:20.447Z | Compiling similar v2.5.0 |
1673 | 2024-08-15T05:03:21.630Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1674 | 2024-08-15T05:03:22.097Z | Compiling tokio-postgres v0.7.11 |
1675 | 2024-08-15T05:03:22.142Z | Compiling bit-set v0.5.3 |
1676 | 2024-08-15T05:03:22.426Z | Compiling signal-hook-mio v0.2.4 |
1677 | 2024-08-15T05:03:22.506Z | Compiling usdt v0.5.0 |
1678 | 2024-08-15T05:03:23.190Z | Compiling rsa v0.9.6 |
1679 | 2024-08-15T05:03:23.489Z | Compiling futures v0.3.30 |
1680 | 2024-08-15T05:03:25.222Z | Compiling flate2 v1.0.31 |
1681 | 2024-08-15T05:03:25.383Z | Compiling clap v4.5.15 |
1682 | 2024-08-15T05:03:25.975Z | Compiling itertools v0.10.5 |
1683 | 2024-08-15T05:03:26.030Z | Compiling itertools v0.12.1 |
1684 | 2024-08-15T05:03:26.094Z | Compiling console v0.15.8 |
1685 | 2024-08-15T05:03:26.282Z | Compiling bstr v1.9.1 |
1686 | 2024-08-15T05:03:26.674Z | Compiling tokio-stream v0.1.15 |
1687 | 2024-08-15T05:03:27.134Z | Compiling toml v0.7.8 |
1688 | 2024-08-15T05:03:27.441Z | Compiling hex v0.4.3 |
1689 | 2024-08-15T05:03:27.938Z | Compiling sha1 v0.10.6 |
1690 | 2024-08-15T05:03:28.199Z | Compiling camino v1.1.7 |
1691 | 2024-08-15T05:03:28.277Z | Compiling lalrpop-util v0.19.12 |
1692 | 2024-08-15T05:03:28.384Z | Compiling peg-runtime v0.8.3 |
1693 | 2024-08-15T05:03:28.748Z | Compiling unicode-xid v0.2.4 |
1694 | 2024-08-15T05:03:29.962Z | Compiling proc-macro-crate v1.3.1 |
1695 | 2024-08-15T05:03:29.986Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1696 | 2024-08-15T05:03:29.986Z | Compiling heapless v0.8.0 |
1697 | 2024-08-15T05:03:30.011Z | Compiling num_enum_derive v0.5.11 |
1698 | 2024-08-15T05:03:31.811Z | Compiling ipnetwork v0.20.0 |
1699 | 2024-08-15T05:03:33.753Z | Compiling hash32 v0.3.1 |
1700 | 2024-08-15T05:03:33.989Z | Compiling smoltcp v0.11.0 |
1701 | 2024-08-15T05:03:34.939Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1702 | 2024-08-15T05:03:35.651Z | Compiling ident_case v1.0.1 |
1703 | 2024-08-15T05:03:35.819Z | Compiling rustls-pki-types v1.7.0 |
1704 | 2024-08-15T05:03:37.752Z | Compiling darling_core v0.20.9 |
1705 | 2024-08-15T05:03:41.604Z | Compiling num_enum v0.5.11 |
1706 | 2024-08-15T05:03:42.558Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1707 | 2024-08-15T05:03:42.744Z | Compiling getopts v0.2.21 |
1708 | 2024-08-15T05:03:43.542Z | Compiling dirs-sys-next v0.1.2 |
1709 | 2024-08-15T05:03:43.740Z | Compiling proc-macro-error-attr v1.0.4 |
1710 | 2024-08-15T05:03:45.017Z | Compiling paste v1.0.15 |
1711 | 2024-08-15T05:03:45.411Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1712 | 2024-08-15T05:03:45.645Z | Compiling cobs v0.2.3 |
1713 | 2024-08-15T05:03:45.669Z | Compiling unsafe-libyaml v0.2.11 |
1714 | 2024-08-15T05:03:46.360Z | Compiling rustls v0.22.4 |
1715 | 2024-08-15T05:03:46.526Z | Compiling embedded-io v0.4.0 |
1716 | 2024-08-15T05:03:46.740Z | Compiling postcard v1.0.8 |
1717 | 2024-08-15T05:03:47.051Z | Compiling serde_yaml v0.9.34+deprecated |
1718 | 2024-08-15T05:03:49.280Z | Compiling dirs-next v2.0.0 |
1719 | 2024-08-15T05:03:50.382Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1720 | 2024-08-15T05:03:54.667Z | Compiling darling_macro v0.20.9 |
1721 | 2024-08-15T05:03:56.226Z | Compiling rustls-webpki v0.102.4 |
1722 | 2024-08-15T05:04:02.134Z | Compiling strum_macros v0.26.4 |
1723 | 2024-08-15T05:04:02.815Z | Compiling foreign-types-macros v0.2.3 |
1724 | 2024-08-15T05:04:03.165Z | Compiling structmeta-derive v0.3.0 |
1725 | 2024-08-15T05:04:03.404Z | Compiling thread_local v1.1.8 |
1726 | 2024-08-15T05:04:03.981Z | Compiling multer v3.1.0 |
1727 | 2024-08-15T05:04:04.237Z | Compiling proc-macro-error v1.0.4 |
1728 | 2024-08-15T05:04:04.491Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1729 | 2024-08-15T05:04:05.183Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1730 | 2024-08-15T05:04:05.560Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1731 | 2024-08-15T05:04:05.730Z | Compiling foreign-types-shared v0.3.1 |
1732 | 2024-08-15T05:04:06.149Z | Compiling slog-async v2.8.0 |
1733 | 2024-08-15T05:04:06.460Z | Compiling match_cfg v0.1.0 |
1734 | 2024-08-15T05:04:07.756Z | Compiling hostname v0.3.1 |
1735 | 2024-08-15T05:04:09.973Z | Compiling foreign-types v0.5.0 |
1736 | 2024-08-15T05:04:10.088Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1737 | 2024-08-15T05:04:11.794Z | Compiling strum v0.26.3 |
1738 | 2024-08-15T05:04:11.960Z | Compiling structmeta v0.3.0 |
1739 | 2024-08-15T05:04:15.764Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1740 | 2024-08-15T05:04:17.172Z | Compiling darling v0.20.9 |
1741 | 2024-08-15T05:04:17.397Z | Compiling term v0.7.0 |
1742 | 2024-08-15T05:04:18.611Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1743 | 2024-08-15T05:04:20.868Z | Compiling slog-json v2.6.1 |
1744 | 2024-08-15T05:04:21.235Z | Compiling tabwriter v1.4.0 |
1745 | 2024-08-15T05:04:21.878Z | Compiling crossbeam-channel v0.5.12 |
1746 | 2024-08-15T05:04:22.663Z | Compiling http v1.1.0 |
1747 | 2024-08-15T05:04:22.865Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1748 | 2024-08-15T05:04:23.176Z | Compiling async-stream-impl v0.3.5 |
1749 | 2024-08-15T05:04:23.512Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1750 | 2024-08-15T05:04:24.190Z | Compiling is-terminal v0.4.12 |
1751 | 2024-08-15T05:04:24.215Z | Compiling cstr-argument v0.1.2 |
1752 | 2024-08-15T05:04:24.326Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1753 | 2024-08-15T05:04:24.454Z | Compiling crucible-workspace-hack v0.1.0 |
1754 | 2024-08-15T05:04:24.591Z | Compiling pretty-hex v0.2.1 |
1755 | 2024-08-15T05:04:24.784Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1756 | 2024-08-15T05:04:25.034Z | Compiling rayon-core v1.12.1 |
1757 | 2024-08-15T05:04:25.058Z | Compiling take_mut v0.2.2 |
1758 | 2024-08-15T05:04:25.232Z | Compiling fastrand v2.1.0 |
1759 | 2024-08-15T05:04:25.779Z | Compiling atomic-waker v1.1.2 |
1760 | 2024-08-15T05:04:25.960Z | Compiling waitgroup v0.1.2 |
1761 | 2024-08-15T05:04:26.171Z | Compiling tempfile v3.10.1 |
1762 | 2024-08-15T05:04:26.436Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1763 | 2024-08-15T05:04:26.851Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1764 | 2024-08-15T05:04:27.399Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1765 | 2024-08-15T05:04:27.557Z | Compiling slog-term v2.9.1 |
1766 | 2024-08-15T05:04:27.591Z | Compiling async-stream v0.3.5 |
1767 | 2024-08-15T05:04:27.876Z | Compiling slog-bunyan v2.5.0 |
1768 | 2024-08-15T05:04:28.110Z | Compiling tokio-rustls v0.25.0 |
1769 | 2024-08-15T05:04:28.482Z | Compiling serde_with_macros v3.8.3 |
1770 | 2024-08-15T05:04:28.634Z | Compiling parse-display-derive v0.10.0 |
1771 | 2024-08-15T05:04:28.762Z | Compiling toml v0.8.19 |
1772 | 2024-08-15T05:04:29.629Z | Compiling rustls-pemfile v2.1.3 |
1773 | 2024-08-15T05:04:29.803Z | Compiling crossbeam-deque v0.8.5 |
1774 | 2024-08-15T05:04:29.943Z | Compiling colored v2.1.0 |
1775 | 2024-08-15T05:04:30.171Z | Compiling newtype-uuid v1.1.0 |
1776 | 2024-08-15T05:04:30.266Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1777 | 2024-08-15T05:04:30.480Z | Compiling serde_path_to_error v0.1.16 |
1778 | 2024-08-15T05:04:30.538Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1779 | 2024-08-15T05:04:31.078Z | Compiling socket2 v0.4.10 |
1780 | 2024-08-15T05:04:31.121Z | Compiling hostname v0.4.0 |
1781 | 2024-08-15T05:04:31.334Z | Compiling instant v0.1.12 |
1782 | 2024-08-15T05:04:31.368Z | Compiling debug-ignore v1.0.5 |
1783 | 2024-08-15T05:04:31.500Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1784 | 2024-08-15T05:04:31.755Z | Compiling parse-display v0.10.0 |
1785 | 2024-08-15T05:04:31.825Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1786 | 2024-08-15T05:04:32.375Z | Compiling backoff v0.4.0 |
1787 | 2024-08-15T05:04:32.692Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1788 | 2024-08-15T05:04:32.884Z | Compiling serde_with v3.8.3 |
1789 | 2024-08-15T05:04:33.347Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1790 | 2024-08-15T05:04:34.138Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1791 | 2024-08-15T05:04:34.328Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1792 | 2024-08-15T05:04:34.913Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1793 | 2024-08-15T05:04:35.343Z | Compiling camino-tempfile v1.1.1 |
1794 | 2024-08-15T05:04:35.977Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1795 | 2024-08-15T05:04:36.340Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1796 | 2024-08-15T05:04:36.389Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1797 | 2024-08-15T05:04:36.523Z | Compiling macaddr v1.0.1 |
1798 | 2024-08-15T05:04:36.749Z | Compiling num-derive v0.4.2 |
1799 | 2024-08-15T05:04:37.042Z | Compiling sigpipe v0.1.3 |
1800 | 2024-08-15T05:04:37.169Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1801 | 2024-08-15T05:04:37.418Z | Compiling libefi-sys v0.1.0 |
1802 | 2024-08-15T05:04:37.720Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1803 | 2024-08-15T05:04:38.372Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1804 | 2024-08-15T05:04:38.407Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1805 | 2024-08-15T05:04:38.865Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1806 | 2024-08-15T05:04:38.964Z | Compiling rayon v1.10.0 |
1807 | 2024-08-15T05:04:39.286Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1808 | 2024-08-15T05:04:39.736Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1809 | 2024-08-15T05:04:40.415Z | Compiling smf v0.2.3 |
1810 | 2024-08-15T05:04:41.629Z | Compiling bitfield-struct v0.6.1 |
1811 | 2024-08-15T05:04:42.551Z | Compiling blake3 v1.5.1 |
1812 | 2024-08-15T05:04:42.691Z | Compiling ring v0.16.20 |
1813 | 2024-08-15T05:04:42.918Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1814 | 2024-08-15T05:04:43.051Z | Compiling portable-atomic v1.6.0 |
1815 | 2024-08-15T05:04:43.401Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1816 | 2024-08-15T05:04:43.848Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1817 | 2024-08-15T05:04:43.873Z | Compiling xattr v1.3.1 |
1818 | 2024-08-15T05:04:44.040Z | Compiling memmap2 v0.9.4 |
1819 | 2024-08-15T05:04:44.073Z | Compiling filetime v0.2.24 |
1820 | 2024-08-15T05:04:44.169Z | Compiling constant_time_eq v0.3.0 |
1821 | 2024-08-15T05:04:44.333Z | Compiling arrayvec v0.7.4 |
1822 | 2024-08-15T05:04:44.391Z | Compiling same-file v1.0.6 |
1823 | 2024-08-15T05:04:44.541Z | Compiling untrusted v0.7.1 |
1824 | 2024-08-15T05:04:44.642Z | Compiling spin v0.5.2 |
1825 | 2024-08-15T05:04:44.722Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1826 | 2024-08-15T05:04:44.746Z | Compiling arrayref v0.3.7 |
1827 | 2024-08-15T05:04:44.850Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1828 | 2024-08-15T05:04:44.889Z | Compiling walkdir v2.5.0 |
1829 | 2024-08-15T05:04:44.913Z | Compiling tar v0.4.41 |
1830 | 2024-08-15T05:04:46.132Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1831 | 2024-08-15T05:04:47.018Z | Compiling gethostname v0.5.0 |
1832 | 2024-08-15T05:04:47.056Z | Compiling cargo-platform v0.1.8 |
1833 | 2024-08-15T05:04:47.205Z | Compiling topological-sort v0.2.2 |
1834 | 2024-08-15T05:04:47.446Z | Compiling number_prefix v0.4.0 |
1835 | 2024-08-15T05:04:47.675Z | Compiling indicatif v0.17.8 |
1836 | 2024-08-15T05:04:47.955Z | Compiling cargo_metadata v0.18.1 |
1837 | 2024-08-15T05:04:51.699Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1838 | 2024-08-15T05:04:52.080Z | Compiling omicron-zone-package v0.11.0 |
1839 | 2024-08-15T05:04:52.887Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1840 | 2024-08-15T05:04:54.360Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1841 | 2024-08-15T05:05:14.206Z | Finished `release` profile [optimized] target(s) in 3m 29s |
1842 | 2024-08-15T05:05:14.331Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1843 | 2024-08-15T05:05:14.400Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1844 | 2024-08-15T05:05:14.425Z | Created new build target 'test' and set it as active |
1845 | 2024-08-15T05:05:14.425Z | |
1846 | 2024-08-15T05:05:14.425Z | real 3:30.138175964 |
1847 | 2024-08-15T05:05:14.425Z | user 23:11.684609517 |
1848 | 2024-08-15T05:05:14.425Z | sys 3:07.104321017 |
1849 | 2024-08-15T05:05:14.425Z | trap 0.797783717 |
1850 | 2024-08-15T05:05:14.425Z | tflt 1.053494334 |
1851 | 2024-08-15T05:05:14.425Z | dflt 0.621538399 |
1852 | 2024-08-15T05:05:14.425Z | kflt 0.000273765 |
1853 | 2024-08-15T05:05:14.425Z | lock 50:53.299239498 |
1854 | 2024-08-15T05:05:14.425Z | slp 1:29:53.200994196 |
1855 | 2024-08-15T05:05:14.425Z | lat 1:51.615307307 |
1856 | 2024-08-15T05:05:14.425Z | stop 3:18.823673050 |
1857 | 2024-08-15T05:05:14.425Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1858 | 2024-08-15T05:05:15.691Z | Finished `release` profile [optimized] target(s) in 1.21s |
1859 | 2024-08-15T05:05:15.749Z | Running `target/release/omicron-package -t test package` |
1860 | 2024-08-15T05:05:15.803Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1861 | 2024-08-15T05:05:17.321Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1862 | 2024-08-15T05:05:17.358Z | Compiling camino v1.1.7 |
1863 | 2024-08-15T05:05:17.358Z | Compiling password-hash v0.5.0 |
1864 | 2024-08-15T05:05:17.358Z | Compiling blake2 v0.10.6 |
1865 | 2024-08-15T05:05:17.358Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1866 | 2024-08-15T05:05:17.358Z | Compiling derive-where v1.2.7 |
1867 | 2024-08-15T05:05:17.358Z | Compiling humantime v2.1.0 |
1868 | 2024-08-15T05:05:17.358Z | Compiling newline-converter v0.3.0 |
1869 | 2024-08-15T05:05:17.581Z | Compiling toml v0.8.19 |
1870 | 2024-08-15T05:05:17.619Z | Compiling expectorate v1.1.0 |
1871 | 2024-08-15T05:05:17.836Z | Compiling argon2 v0.5.3 |
1872 | 2024-08-15T05:05:18.038Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1873 | 2024-08-15T05:05:18.164Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1874 | 2024-08-15T05:05:18.202Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1875 | 2024-08-15T05:05:18.314Z | Compiling dirs-sys-next v0.1.2 |
1876 | 2024-08-15T05:05:18.416Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1877 | 2024-08-15T05:05:18.754Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1878 | 2024-08-15T05:05:18.870Z | Compiling convert_case v0.4.0 |
1879 | 2024-08-15T05:05:18.920Z | Compiling dirs-next v2.0.0 |
1880 | 2024-08-15T05:05:18.945Z | Compiling prettyplease v0.2.20 |
1881 | 2024-08-15T05:05:19.106Z | Compiling term v0.7.0 |
1882 | 2024-08-15T05:05:19.130Z | Compiling semver v0.1.20 |
1883 | 2024-08-15T05:05:19.224Z | Compiling is-terminal v0.4.12 |
1884 | 2024-08-15T05:05:19.347Z | Compiling home v0.5.9 |
1885 | 2024-08-15T05:05:19.549Z | Compiling derive_more v0.99.18 |
1886 | 2024-08-15T05:05:19.573Z | Compiling rustc_version v0.1.7 |
1887 | 2024-08-15T05:05:19.614Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1888 | 2024-08-15T05:05:19.813Z | Compiling rustls-pki-types v1.7.0 |
1889 | 2024-08-15T05:05:19.935Z | Compiling newtype_derive v0.1.6 |
1890 | 2024-08-15T05:05:20.208Z | Compiling slog-dtrace v0.3.0 |
1891 | 2024-08-15T05:05:20.434Z | Compiling steno v0.4.1 |
1892 | 2024-08-15T05:05:20.481Z | Compiling rustls-webpki v0.102.4 |
1893 | 2024-08-15T05:05:20.576Z | Compiling rustls v0.22.4 |
1894 | 2024-08-15T05:05:20.600Z | Compiling thread_local v1.1.8 |
1895 | 2024-08-15T05:05:21.011Z | Compiling match_cfg v0.1.0 |
1896 | 2024-08-15T05:05:21.126Z | Compiling linked-hash-map v0.5.6 |
1897 | 2024-08-15T05:05:21.502Z | Compiling lru-cache v0.1.2 |
1898 | 2024-08-15T05:05:21.987Z | Compiling hostname v0.3.1 |
1899 | 2024-08-15T05:05:22.499Z | Compiling multer v3.1.0 |
1900 | 2024-08-15T05:05:22.568Z | Compiling slog-async v2.8.0 |
1901 | 2024-08-15T05:05:22.639Z | Compiling slog-json v2.6.1 |
1902 | 2024-08-15T05:05:22.939Z | Compiling crossbeam-channel v0.5.12 |
1903 | 2024-08-15T05:05:23.286Z | Compiling http v1.1.0 |
1904 | 2024-08-15T05:05:23.456Z | Compiling take_mut v0.2.2 |
1905 | 2024-08-15T05:05:23.606Z | Compiling atomic-waker v1.1.2 |
1906 | 2024-08-15T05:05:23.775Z | Compiling waitgroup v0.1.2 |
1907 | 2024-08-15T05:05:23.961Z | Compiling slog-bunyan v2.5.0 |
1908 | 2024-08-15T05:05:24.150Z | Compiling slog-term v2.9.1 |
1909 | 2024-08-15T05:05:24.798Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1910 | 2024-08-15T05:05:25.034Z | Compiling rustls-pemfile v2.1.3 |
1911 | 2024-08-15T05:05:25.064Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1912 | 2024-08-15T05:05:25.150Z | Compiling async-stream v0.3.5 |
1913 | 2024-08-15T05:05:25.213Z | Compiling tokio-rustls v0.25.0 |
1914 | 2024-08-15T05:05:25.399Z | Compiling ipnetwork v0.20.0 |
1915 | 2024-08-15T05:05:25.424Z | Compiling newtype-uuid v1.1.0 |
1916 | 2024-08-15T05:05:25.460Z | Compiling serde_path_to_error v0.1.16 |
1917 | 2024-08-15T05:05:25.577Z | Compiling hostname v0.4.0 |
1918 | 2024-08-15T05:05:25.695Z | Compiling instant v0.1.12 |
1919 | 2024-08-15T05:05:25.781Z | Compiling debug-ignore v1.0.5 |
1920 | 2024-08-15T05:05:25.835Z | Compiling backoff v0.4.0 |
1921 | 2024-08-15T05:05:25.924Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1922 | 2024-08-15T05:05:26.138Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1923 | 2024-08-15T05:05:26.162Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1924 | 2024-08-15T05:05:26.436Z | Compiling parse-display v0.10.0 |
1925 | 2024-08-15T05:05:26.506Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1926 | 2024-08-15T05:05:26.677Z | Compiling serde_with v3.8.3 |
1927 | 2024-08-15T05:05:26.917Z | Compiling strum v0.26.3 |
1928 | 2024-08-15T05:05:27.094Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1929 | 2024-08-15T05:05:27.926Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1930 | 2024-08-15T05:05:28.075Z | Compiling num-rational v0.4.2 |
1931 | 2024-08-15T05:05:28.847Z | Compiling num-complex v0.4.6 |
1932 | 2024-08-15T05:05:29.192Z | Compiling macaddr v1.0.1 |
1933 | 2024-08-15T05:05:29.352Z | Compiling swrite v0.1.0 |
1934 | 2024-08-15T05:05:29.711Z | Compiling num v0.4.3 |
1935 | 2024-08-15T05:05:29.821Z | Compiling utf-8 v0.7.6 |
1936 | 2024-08-15T05:05:29.852Z | Compiling quick-error v1.2.3 |
1937 | 2024-08-15T05:05:29.995Z | Compiling float-ord v0.3.2 |
1938 | 2024-08-15T05:05:30.137Z | Compiling resolv-conf v0.7.0 |
1939 | 2024-08-15T05:05:30.664Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1940 | 2024-08-15T05:05:31.515Z | Compiling trust-dns-resolver v0.22.0 |
1941 | 2024-08-15T05:05:31.644Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1942 | 2024-08-15T05:05:31.966Z | Compiling rayon-core v1.12.1 |
1943 | 2024-08-15T05:05:31.990Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1944 | 2024-08-15T05:05:32.171Z | Compiling crossbeam-deque v0.8.5 |
1945 | 2024-08-15T05:05:32.480Z | Compiling half v2.4.1 |
1946 | 2024-08-15T05:05:33.058Z | Compiling termcolor v1.4.1 |
1947 | 2024-08-15T05:05:33.913Z | Compiling fastrand v2.1.0 |
1948 | 2024-08-15T05:05:34.404Z | Compiling same-file v1.0.6 |
1949 | 2024-08-15T05:05:34.635Z | Compiling ciborium-io v0.2.2 |
1950 | 2024-08-15T05:05:34.779Z | Compiling display-error-chain v0.2.0 |
1951 | 2024-08-15T05:05:34.977Z | Compiling ciborium-ll v0.2.2 |
1952 | 2024-08-15T05:05:35.463Z | Compiling walkdir v2.5.0 |
1953 | 2024-08-15T05:05:36.055Z | Compiling tempfile v3.10.1 |
1954 | 2024-08-15T05:05:36.920Z | Compiling blake3 v1.5.1 |
1955 | 2024-08-15T05:05:37.467Z | Compiling ring v0.16.20 |
1956 | 2024-08-15T05:05:38.130Z | Compiling rayon v1.10.0 |
1957 | 2024-08-15T05:05:38.204Z | Compiling ciborium v0.2.2 |
1958 | 2024-08-15T05:05:39.969Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1959 | 2024-08-15T05:05:41.932Z | Compiling xattr v1.3.1 |
1960 | 2024-08-15T05:05:42.160Z | Compiling nibble_vec v0.1.0 |
1961 | 2024-08-15T05:05:42.365Z | Compiling memmap2 v0.9.4 |
1962 | 2024-08-15T05:05:42.686Z | Compiling filetime v0.2.24 |
1963 | 2024-08-15T05:05:42.714Z | Compiling arrayvec v0.7.4 |
1964 | 2024-08-15T05:05:42.942Z | Compiling cancel-safe-futures v0.1.5 |
1965 | 2024-08-15T05:05:43.077Z | Compiling spin v0.5.2 |
1966 | 2024-08-15T05:05:43.252Z | Compiling untrusted v0.7.1 |
1967 | 2024-08-15T05:05:43.311Z | Compiling endian-type v0.1.2 |
1968 | 2024-08-15T05:05:43.430Z | Compiling arrayref v0.3.7 |
1969 | 2024-08-15T05:05:43.531Z | Compiling constant_time_eq v0.3.0 |
1970 | 2024-08-15T05:05:43.555Z | Compiling radix_trie v0.2.1 |
1971 | 2024-08-15T05:05:44.566Z | Compiling tar v0.4.41 |
1972 | 2024-08-15T05:05:46.034Z | Compiling camino-tempfile v1.1.1 |
1973 | 2024-08-15T05:05:46.404Z | Compiling toolchain_find v0.4.0 |
1974 | 2024-08-15T05:05:46.882Z | Compiling atty v0.2.14 |
1975 | 2024-08-15T05:05:47.034Z | Compiling radium v0.7.0 |
1976 | 2024-08-15T05:05:47.073Z | Compiling topological-sort v0.2.2 |
1977 | 2024-08-15T05:05:47.278Z | Compiling glob v0.3.1 |
1978 | 2024-08-15T05:05:47.417Z | Compiling maplit v1.0.2 |
1979 | 2024-08-15T05:05:47.535Z | Compiling crunchy v0.2.2 |
1980 | 2024-08-15T05:05:47.582Z | Compiling omicron-zone-package v0.11.0 |
1981 | 2024-08-15T05:05:47.880Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1982 | 2024-08-15T05:05:47.954Z | Compiling clang-sys v1.7.0 |
1983 | 2024-08-15T05:05:47.978Z | Compiling rustfmt-wrapper v0.2.1 |
1984 | 2024-08-15T05:05:48.450Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1985 | 2024-08-15T05:05:48.518Z | Compiling tungstenite v0.21.0 |
1986 | 2024-08-15T05:05:48.779Z | Compiling tap v1.0.1 |
1987 | 2024-08-15T05:05:48.962Z | Compiling maybe-uninit v2.0.0 |
1988 | 2024-08-15T05:05:49.364Z | Compiling tiny-keccak v2.0.2 |
1989 | 2024-08-15T05:05:49.651Z | Compiling tokio-tungstenite v0.21.0 |
1990 | 2024-08-15T05:05:50.235Z | Compiling wyz v0.5.1 |
1991 | 2024-08-15T05:05:51.221Z | Compiling dsl_auto_type v0.1.2 |
1992 | 2024-08-15T05:05:51.302Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1993 | 2024-08-15T05:05:51.632Z | Compiling itertools v0.13.0 |
1994 | 2024-08-15T05:05:51.804Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1995 | 2024-08-15T05:05:52.415Z | Compiling scheduled-thread-pool v0.2.7 |
1996 | 2024-08-15T05:05:52.662Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1997 | 2024-08-15T05:05:53.090Z | Compiling diesel_table_macro_syntax v0.2.0 |
1998 | 2024-08-15T05:05:53.407Z | Compiling packed_struct v0.10.1 |
1999 | 2024-08-15T05:05:53.514Z | Compiling funty v2.0.0 |
2000 | 2024-08-15T05:05:53.751Z | Compiling crc-catalog v2.4.0 |
2001 | 2024-08-15T05:05:53.893Z | Compiling arc-swap v1.7.1 |
2002 | 2024-08-15T05:05:54.467Z | Compiling bitvec v1.0.1 |
2003 | 2024-08-15T05:05:54.544Z | Compiling slog-scope v4.4.0 |
2004 | 2024-08-15T05:05:55.304Z | Compiling crc v3.2.1 |
2005 | 2024-08-15T05:05:55.554Z | Compiling diesel_derives v2.2.2 |
2006 | 2024-08-15T05:05:57.935Z | Compiling r2d2 v0.8.10 |
2007 | 2024-08-15T05:05:58.776Z | Compiling ascii-canvas v3.0.0 |
2008 | 2024-08-15T05:05:59.178Z | Compiling packed_struct_codegen v0.10.1 |
2009 | 2024-08-15T05:06:01.278Z | Compiling ena v0.14.3 |
2010 | 2024-08-15T05:06:01.674Z | Compiling libloading v0.8.3 |
2011 | 2024-08-15T05:06:01.701Z | Compiling indexmap v1.9.3 |
2012 | 2024-08-15T05:06:01.839Z | Compiling bindgen v0.69.4 |
2013 | 2024-08-15T05:06:02.027Z | Compiling nodrop v0.1.14 |
2014 | 2024-08-15T05:06:02.052Z | Compiling regex-syntax v0.6.29 |
2015 | 2024-08-15T05:06:02.174Z | Compiling diff v0.1.13 |
2016 | 2024-08-15T05:06:02.299Z | Compiling array-init v0.0.4 |
2017 | 2024-08-15T05:06:04.165Z | Compiling diesel v2.2.2 |
2018 | 2024-08-15T05:06:04.872Z | Compiling lalrpop v0.19.12 |
2019 | 2024-08-15T05:06:06.247Z | Compiling smallvec v0.6.14 |
2020 | 2024-08-15T05:06:06.689Z | Compiling slog-stdlog v4.1.1 |
2021 | 2024-08-15T05:06:06.713Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2022 | 2024-08-15T05:06:07.369Z | Compiling which v4.4.2 |
2023 | 2024-08-15T05:06:07.607Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2024 | 2024-08-15T05:06:07.800Z | Compiling cexpr v0.6.0 |
2025 | 2024-08-15T05:06:07.827Z | Compiling libsw v3.3.1 |
2026 | 2024-08-15T05:06:08.126Z | Compiling hashbrown v0.12.3 |
2027 | 2024-08-15T05:06:09.033Z | Compiling lazycell v1.3.0 |
2028 | 2024-08-15T05:06:09.162Z | Compiling ref-cast v1.0.23 |
2029 | 2024-08-15T05:06:09.191Z | Compiling owo-colors v4.0.0 |
2030 | 2024-08-15T05:06:09.537Z | Compiling rustc-hash v1.1.0 |
2031 | 2024-08-15T05:06:09.673Z | Compiling bitfield v0.14.0 |
2032 | 2024-08-15T05:06:09.920Z | Compiling shlex v1.3.0 |
2033 | 2024-08-15T05:06:10.256Z | Compiling linear-map v1.2.0 |
2034 | 2024-08-15T05:06:10.627Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2035 | 2024-08-15T05:06:10.933Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2036 | 2024-08-15T05:06:12.235Z | Compiling slog-envlogger v2.2.0 |
2037 | 2024-08-15T05:06:14.236Z | Compiling serde-hex v0.1.0 |
2038 | 2024-08-15T05:06:16.755Z | Compiling bzip2 v0.4.4 |
2039 | 2024-08-15T05:06:17.130Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2040 | 2024-08-15T05:06:17.394Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2041 | 2024-08-15T05:06:18.012Z | Compiling env_logger v0.10.2 |
2042 | 2024-08-15T05:06:18.335Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2043 | 2024-08-15T05:06:18.575Z | Compiling derive_builder_core v0.20.0 |
2044 | 2024-08-15T05:06:20.285Z | Compiling x509-cert v0.2.5 |
2045 | 2024-08-15T05:06:20.397Z | Compiling ron v0.8.1 |
2046 | 2024-08-15T05:06:21.047Z | Compiling headers-core v0.2.0 |
2047 | 2024-08-15T05:06:21.198Z | Compiling hashbrown v0.13.2 |
2048 | 2024-08-15T05:06:22.306Z | Compiling fxhash v0.2.1 |
2049 | 2024-08-15T05:06:22.498Z | Compiling libxml v0.3.3 |
2050 | 2024-08-15T05:06:22.786Z | Compiling ref-cast-impl v1.0.23 |
2051 | 2024-08-15T05:06:23.647Z | Compiling crc-any v2.5.0 |
2052 | 2024-08-15T05:06:24.383Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2053 | 2024-08-15T05:06:25.297Z | Compiling polar-core v0.27.3 |
2054 | 2024-08-15T05:06:25.374Z | Compiling object v0.30.4 |
2055 | 2024-08-15T05:06:29.220Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2056 | 2024-08-15T05:06:30.621Z | Compiling headers v0.3.9 |
2057 | 2024-08-15T05:06:30.683Z | Compiling samael v0.0.15 |
2058 | 2024-08-15T05:06:32.010Z | Compiling derive_builder_macro v0.20.0 |
2059 | 2024-08-15T05:06:32.712Z | Compiling zip v0.6.6 |
2060 | 2024-08-15T05:06:33.696Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2061 | 2024-08-15T05:06:34.864Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2062 | 2024-08-15T05:06:35.147Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2063 | 2024-08-15T05:06:35.260Z | Compiling strum_macros v0.24.3 |
2064 | 2024-08-15T05:06:35.762Z | Compiling async-recursion v1.1.1 |
2065 | 2024-08-15T05:06:36.071Z | Compiling unicase v2.7.0 |
2066 | 2024-08-15T05:06:36.344Z | Compiling cookie v0.18.1 |
2067 | 2024-08-15T05:06:36.601Z | Compiling indoc v1.0.9 |
2068 | 2024-08-15T05:06:36.937Z | Compiling path-slash v0.1.5 |
2069 | 2024-08-15T05:06:37.158Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2070 | 2024-08-15T05:06:37.524Z | Compiling derive_builder v0.20.0 |
2071 | 2024-08-15T05:06:41.013Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2072 | 2024-08-15T05:06:41.323Z | Compiling crossterm v0.28.1 |
2073 | 2024-08-15T05:06:41.801Z | Compiling pem v3.0.4 |
2074 | 2024-08-15T05:06:42.599Z | Compiling curve25519-dalek v4.1.3 |
2075 | 2024-08-15T05:06:42.993Z | Compiling oso-derive v0.27.3 |
2076 | 2024-08-15T05:06:43.089Z | Compiling impl-trait-for-tuples v0.2.2 |
2077 | 2024-08-15T05:06:43.331Z | Compiling libz-sys v1.1.16 |
2078 | 2024-08-15T05:06:43.786Z | Compiling quick-xml v0.31.0 |
2079 | 2024-08-15T05:06:43.849Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2080 | 2024-08-15T05:06:44.109Z | Compiling keccak v0.1.5 |
2081 | 2024-08-15T05:06:44.819Z | Compiling parking_lot_core v0.8.6 |
2082 | 2024-08-15T05:06:45.239Z | Compiling sha3 v0.10.8 |
2083 | 2024-08-15T05:06:47.928Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2084 | 2024-08-15T05:06:48.241Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2085 | 2024-08-15T05:06:48.436Z | Compiling oso v0.27.3 |
2086 | 2024-08-15T05:06:49.430Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2087 | 2024-08-15T05:06:49.519Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2088 | 2024-08-15T05:06:49.776Z | Compiling bb8 v0.8.5 |
2089 | 2024-08-15T05:06:50.302Z | Compiling const_format_proc_macros v0.2.32 |
2090 | 2024-08-15T05:06:51.808Z | Compiling universal-hash v0.5.1 |
2091 | 2024-08-15T05:06:51.995Z | Compiling secrecy v0.8.0 |
2092 | 2024-08-15T05:06:52.180Z | Compiling thiserror-impl-no-std v2.0.2 |
2093 | 2024-08-15T05:06:52.238Z | Compiling curve25519-dalek-derive v0.1.1 |
2094 | 2024-08-15T05:06:53.299Z | Compiling vte_generate_state_changes v0.1.1 |
2095 | 2024-08-15T05:06:53.772Z | Compiling buf-list v1.0.3 |
2096 | 2024-08-15T05:06:54.242Z | Compiling opaque-debug v0.3.1 |
2097 | 2024-08-15T05:06:54.277Z | Compiling thiserror-no-std v2.0.2 |
2098 | 2024-08-15T05:06:54.353Z | Compiling poly1305 v0.8.0 |
2099 | 2024-08-15T05:06:54.479Z | Compiling vte v0.11.1 |
2100 | 2024-08-15T05:06:55.538Z | Compiling const_format v0.2.32 |
2101 | 2024-08-15T05:06:56.567Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2102 | 2024-08-15T05:06:58.275Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2103 | 2024-08-15T05:06:58.534Z | Compiling chacha20 v0.9.1 |
2104 | 2024-08-15T05:06:58.725Z | Compiling fd-lock v4.0.2 |
2105 | 2024-08-15T05:06:58.918Z | Compiling aead v0.5.2 |
2106 | 2024-08-15T05:06:58.983Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2107 | 2024-08-15T05:06:59.257Z | Compiling pin-project-internal v1.1.5 |
2108 | 2024-08-15T05:06:59.601Z | Compiling bytecount v0.6.8 |
2109 | 2024-08-15T05:06:59.863Z | Compiling getrandom v0.1.16 |
2110 | 2024-08-15T05:07:00.242Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2111 | 2024-08-15T05:07:00.545Z | Compiling papergrid v0.11.0 |
2112 | 2024-08-15T05:07:01.377Z | Compiling pin-project v1.1.5 |
2113 | 2024-08-15T05:07:01.514Z | Compiling chacha20poly1305 v0.10.1 |
2114 | 2024-08-15T05:07:02.053Z | Compiling parking_lot v0.11.2 |
2115 | 2024-08-15T05:07:02.524Z | Compiling vsss-rs v3.3.4 |
2116 | 2024-08-15T05:07:03.724Z | Compiling strip-ansi-escapes v0.2.0 |
2117 | 2024-08-15T05:07:04.459Z | Compiling trust-dns-client v0.22.0 |
2118 | 2024-08-15T05:07:04.617Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2119 | 2024-08-15T05:07:05.990Z | Compiling tabled_derive v0.7.0 |
2120 | 2024-08-15T05:07:07.710Z | Compiling crossterm v0.27.0 |
2121 | 2024-08-15T05:07:08.495Z | Compiling peg-macros v0.8.4 |
2122 | 2024-08-15T05:07:09.958Z | Compiling kstat-rs v0.2.4 |
2123 | 2024-08-15T05:07:10.751Z | Compiling snafu-derive v0.8.2 |
2124 | 2024-08-15T05:07:11.004Z | Compiling toml v0.5.11 |
2125 | 2024-08-15T05:07:13.114Z | Compiling sqlparser_derive v0.2.2 |
2126 | 2024-08-15T05:07:13.612Z | Compiling nu-ansi-term v0.50.0 |
2127 | 2024-08-15T05:07:13.959Z | Compiling unicode_categories v0.1.1 |
2128 | 2024-08-15T05:07:14.278Z | Compiling sqlformat v0.2.4 |
2129 | 2024-08-15T05:07:14.553Z | Compiling snafu v0.8.2 |
2130 | 2024-08-15T05:07:14.611Z | Compiling reedline v0.33.0 |
2131 | 2024-08-15T05:07:15.617Z | Compiling sqlparser v0.45.0 |
2132 | 2024-08-15T05:07:18.226Z | Compiling rustyline v14.0.0 |
2133 | 2024-08-15T05:07:21.448Z | Compiling trust-dns-server v0.22.1 |
2134 | 2024-08-15T05:07:22.318Z | Compiling peg v0.8.4 |
2135 | 2024-08-15T05:07:22.430Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2136 | 2024-08-15T05:07:27.725Z | Compiling tabled v0.15.0 |
2137 | 2024-08-15T05:07:34.993Z | Compiling sled v0.34.7 |
2138 | 2024-08-15T05:07:37.813Z | Compiling mime_guess v2.0.4 |
2139 | 2024-08-15T05:07:41.193Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2140 | 2024-08-15T05:07:41.747Z | Compiling env_logger v0.9.3 |
2141 | 2024-08-15T05:07:44.734Z | Compiling tungstenite v0.20.1 |
2142 | 2024-08-15T05:07:45.175Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2143 | 2024-08-15T05:07:48.844Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2144 | 2024-08-15T05:07:50.469Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2145 | 2024-08-15T05:07:57.484Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2146 | 2024-08-15T05:08:01.195Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2147 | 2024-08-15T05:08:02.052Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2148 | 2024-08-15T05:08:02.472Z | Compiling globset v0.4.14 |
2149 | 2024-08-15T05:08:02.495Z | Compiling olpc-cjson v0.1.3 |
2150 | 2024-08-15T05:08:02.788Z | Compiling bcs v0.1.6 |
2151 | 2024-08-15T05:08:03.538Z | Compiling vergen v8.3.2 |
2152 | 2024-08-15T05:08:03.649Z | Compiling bitstruct_derive v0.1.0 |
2153 | 2024-08-15T05:08:03.805Z | Compiling serde_plain v1.0.2 |
2154 | 2024-08-15T05:08:04.254Z | Compiling cargo-platform v0.1.8 |
2155 | 2024-08-15T05:08:04.324Z | Compiling nanorand v0.7.0 |
2156 | 2024-08-15T05:08:04.675Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2157 | 2024-08-15T05:08:04.699Z | Compiling memoffset v0.9.1 |
2158 | 2024-08-15T05:08:04.821Z | Compiling ascii v1.1.0 |
2159 | 2024-08-15T05:08:04.910Z | Compiling highway v1.2.0 |
2160 | 2024-08-15T05:08:04.995Z | Compiling typed-path v0.7.1 |
2161 | 2024-08-15T05:08:05.494Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2162 | 2024-08-15T05:08:06.085Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2163 | 2024-08-15T05:08:08.058Z | Compiling tough v0.17.1 |
2164 | 2024-08-15T05:08:08.757Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2165 | 2024-08-15T05:08:09.015Z | Compiling bitstruct v0.1.1 |
2166 | 2024-08-15T05:08:09.146Z | Compiling flume v0.11.0 |
2167 | 2024-08-15T05:08:09.787Z | Compiling cargo_metadata v0.18.1 |
2168 | 2024-08-15T05:08:10.608Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2169 | 2024-08-15T05:08:11.083Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2170 | 2024-08-15T05:08:12.456Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2171 | 2024-08-15T05:08:12.838Z | Compiling tokio-tungstenite v0.20.1 |
2172 | 2024-08-15T05:08:13.766Z | Compiling git2 v0.19.0 |
2173 | 2024-08-15T05:08:15.401Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2174 | 2024-08-15T05:08:18.839Z | Compiling rand_core v0.5.1 |
2175 | 2024-08-15T05:08:19.278Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2176 | 2024-08-15T05:08:21.021Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2177 | 2024-08-15T05:08:22.037Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2178 | 2024-08-15T05:08:23.725Z | Compiling libsqlite3-sys v0.28.0 |
2179 | 2024-08-15T05:08:24.136Z | Compiling erased-serde v0.3.31 |
2180 | 2024-08-15T05:08:24.348Z | Compiling serde_arrays v0.1.0 |
2181 | 2024-08-15T05:08:24.531Z | Compiling parse-size v1.0.0 |
2182 | 2024-08-15T05:08:24.804Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2183 | 2024-08-15T05:08:25.517Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2184 | 2024-08-15T05:08:32.781Z | Compiling rand_chacha v0.2.2 |
2185 | 2024-08-15T05:08:34.352Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2186 | 2024-08-15T05:08:34.937Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2187 | 2024-08-15T05:08:35.194Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2188 | 2024-08-15T05:08:35.451Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2189 | 2024-08-15T05:08:36.503Z | Compiling heck v0.3.3 |
2190 | 2024-08-15T05:08:36.844Z | Compiling castaway v0.2.3 |
2191 | 2024-08-15T05:08:37.025Z | Compiling rand_seeder v0.3.0 |
2192 | 2024-08-15T05:08:37.068Z | Compiling csv-core v0.1.11 |
2193 | 2024-08-15T05:08:37.373Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2194 | 2024-08-15T05:08:37.644Z | Compiling http-range v0.1.5 |
2195 | 2024-08-15T05:08:38.125Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2196 | 2024-08-15T05:08:38.410Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2197 | 2024-08-15T05:08:39.272Z | Compiling hyper-staticfile v0.9.5 |
2198 | 2024-08-15T05:08:41.825Z | Compiling csv v1.3.0 |
2199 | 2024-08-15T05:08:43.530Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2200 | 2024-08-15T05:08:43.730Z | Compiling compact_str v0.8.0 |
2201 | 2024-08-15T05:08:45.445Z | Compiling zone_cfg_derive v0.1.2 |
2202 | 2024-08-15T05:08:45.865Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2203 | 2024-08-15T05:08:46.548Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2204 | 2024-08-15T05:08:47.476Z | Compiling nix v0.27.1 |
2205 | 2024-08-15T05:08:47.864Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2206 | 2024-08-15T05:08:48.385Z | Compiling rand v0.7.3 |
2207 | 2024-08-15T05:08:48.904Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2208 | 2024-08-15T05:08:49.887Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2209 | 2024-08-15T05:08:50.268Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2210 | 2024-08-15T05:08:51.026Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2211 | 2024-08-15T05:08:51.319Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2212 | 2024-08-15T05:08:51.585Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2213 | 2024-08-15T05:08:51.866Z | Compiling unicode-truncate v1.0.0 |
2214 | 2024-08-15T05:08:52.101Z | Compiling hashlink v0.9.1 |
2215 | 2024-08-15T05:08:52.768Z | Compiling lru v0.12.3 |
2216 | 2024-08-15T05:08:53.064Z | Compiling serde-big-array v0.5.1 |
2217 | 2024-08-15T05:08:53.300Z | Compiling instability v0.3.2 |
2218 | 2024-08-15T05:08:53.869Z | Compiling fallible-streaming-iterator v0.1.9 |
2219 | 2024-08-15T05:08:54.093Z | Compiling fallible-iterator v0.3.0 |
2220 | 2024-08-15T05:08:54.126Z | Compiling base64 v0.13.1 |
2221 | 2024-08-15T05:08:54.754Z | Compiling cassowary v0.3.0 |
2222 | 2024-08-15T05:08:54.777Z | Compiling rusqlite v0.31.0 |
2223 | 2024-08-15T05:08:55.879Z | Compiling ratatui v0.28.0 |
2224 | 2024-08-15T05:08:57.744Z | Compiling ron v0.7.1 |
2225 | 2024-08-15T05:09:01.914Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2226 | 2024-08-15T05:09:02.525Z | Compiling twox-hash v1.6.3 |
2227 | 2024-08-15T05:09:03.322Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2228 | 2024-08-15T05:09:09.821Z | Compiling zone v0.1.8 |
2229 | 2024-08-15T05:09:10.021Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2230 | 2024-08-15T05:09:13.309Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2231 | 2024-08-15T05:09:16.612Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2232 | 2024-08-15T05:09:16.706Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2233 | 2024-08-15T05:09:19.037Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2234 | 2024-08-15T05:09:19.724Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2235 | 2024-08-15T05:09:20.412Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2236 | 2024-08-15T05:09:20.676Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2237 | 2024-08-15T05:09:20.751Z | Compiling signal-hook-tokio v0.3.1 |
2238 | 2024-08-15T05:09:21.050Z | Compiling yasna v0.5.2 |
2239 | 2024-08-15T05:09:23.869Z | Compiling portpicker v0.1.1 |
2240 | 2024-08-15T05:09:24.240Z | Compiling smawk v0.3.2 |
2241 | 2024-08-15T05:09:24.469Z | Compiling unicode-linebreak v0.1.5 |
2242 | 2024-08-15T05:09:24.662Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2243 | 2024-08-15T05:09:24.945Z | Compiling textwrap v0.16.1 |
2244 | 2024-08-15T05:09:25.836Z | Compiling rcgen v0.12.1 |
2245 | 2024-08-15T05:09:27.907Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2246 | 2024-08-15T05:09:33.532Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2247 | 2024-08-15T05:09:35.743Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2248 | 2024-08-15T05:09:39.366Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2249 | 2024-08-15T05:09:39.733Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2250 | 2024-08-15T05:09:39.889Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2251 | 2024-08-15T05:09:40.349Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2252 | 2024-08-15T05:09:40.616Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2253 | 2024-08-15T05:09:44.697Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2254 | 2024-08-15T05:09:45.939Z | Compiling atomicwrites v0.4.3 |
2255 | 2024-08-15T05:09:46.401Z | Compiling fatfs v0.3.6 |
2256 | 2024-08-15T05:09:48.723Z | Compiling rtoolbox v0.0.2 |
2257 | 2024-08-15T05:09:49.112Z | Compiling subprocess v0.2.9 |
2258 | 2024-08-15T05:09:49.189Z | Compiling assert_matches v1.5.0 |
2259 | 2024-08-15T05:09:49.302Z | Compiling is_ci v1.2.0 |
2260 | 2024-08-15T05:09:49.589Z | Compiling supports-color v3.0.0 |
2261 | 2024-08-15T05:09:49.897Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2262 | 2024-08-15T05:09:52.406Z | Compiling rpassword v7.3.1 |
2263 | 2024-08-15T05:09:52.809Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2264 | 2024-08-15T05:09:53.165Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2265 | 2024-08-15T05:09:54.442Z | Compiling tui-tree-widget v0.22.0 |
2266 | 2024-08-15T05:09:54.840Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2267 | 2024-08-15T05:09:55.232Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2268 | 2024-08-15T05:09:55.768Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2269 | 2024-08-15T05:09:56.052Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2270 | 2024-08-15T05:09:58.917Z | Compiling uzers v0.11.3 |
2271 | 2024-08-15T05:10:01.136Z | Compiling shell-words v1.1.0 |
2272 | 2024-08-15T05:10:01.257Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2273 | 2024-08-15T05:10:01.550Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2274 | 2024-08-15T05:10:02.923Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2275 | 2024-08-15T05:10:06.074Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2276 | 2024-08-15T05:10:14.088Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2277 | 2024-08-15T05:10:21.546Z | Compiling multimap v0.10.0 |
2278 | 2024-08-15T05:11:45.035Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2279 | 2024-08-15T05:11:59.612Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2280 | 2024-08-15T05:17:38.759Z | Finished `release` profile [optimized] target(s) in 12m 22s |
2281 | 2024-08-15T05:18:39.787Z | |
2282 | 2024-08-15T05:18:39.811Z | real 13:25.373077106 |
2283 | 2024-08-15T05:18:39.811Z | user 1:29:44.878262457 |
2284 | 2024-08-15T05:18:39.811Z | sys 5:01.562954060 |
2285 | 2024-08-15T05:18:39.811Z | trap 2.248864132 |
2286 | 2024-08-15T05:18:39.811Z | tflt 1.568948665 |
2287 | 2024-08-15T05:18:39.811Z | dflt 3.346180586 |
2288 | 2024-08-15T05:18:39.811Z | kflt 0.015266108 |
2289 | 2024-08-15T05:18:39.811Z | lock 5:31:32.384225820 |
2290 | 2024-08-15T05:18:39.811Z | slp 4:38:57.109039538 |
2291 | 2024-08-15T05:18:39.811Z | lat 2:38.655806815 |
2292 | 2024-08-15T05:18:39.811Z | stop 2:12.649274541 |
2293 | 2024-08-15T05:18:39.811Z | + mapfile -t packages |
2294 | 2024-08-15T05:18:39.811Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2295 | 2024-08-15T05:18:41.112Z | Finished `release` profile [optimized] target(s) in 1.26s |
2296 | 2024-08-15T05:18:41.168Z | Running `target/release/omicron-package -t test list-outputs` |
2297 | 2024-08-15T05:18:41.234Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2298 | 2024-08-15T05:18:41.259Z | + ptime -m cargo build --locked --release -p xtask |
2299 | 2024-08-15T05:18:42.018Z | Compiling serde v1.0.207 |
2300 | 2024-08-15T05:18:42.018Z | Compiling serde_json v1.0.124 |
2301 | 2024-08-15T05:18:42.041Z | Compiling libc v0.2.155 |
2302 | 2024-08-15T05:18:42.041Z | Compiling syn v2.0.74 |
2303 | 2024-08-15T05:18:42.041Z | Compiling usdt-impl v0.5.0 |
2304 | 2024-08-15T05:18:42.065Z | Compiling syn v1.0.109 |
2305 | 2024-08-15T05:18:42.396Z | Compiling rustix v0.38.34 |
2306 | 2024-08-15T05:18:42.516Z | Compiling bitflags v2.6.0 |
2307 | 2024-08-15T05:18:42.612Z | Compiling log v0.4.21 |
2308 | 2024-08-15T05:18:42.635Z | Compiling hashbrown v0.14.5 |
2309 | 2024-08-15T05:18:42.661Z | Compiling fs-err v2.11.0 |
2310 | 2024-08-15T05:18:43.007Z | Compiling anyhow v1.0.86 |
2311 | 2024-08-15T05:18:43.357Z | Compiling thread-id v4.2.1 |
2312 | 2024-08-15T05:18:43.808Z | Compiling indexmap v2.4.0 |
2313 | 2024-08-15T05:18:43.997Z | Compiling terminal_size v0.3.0 |
2314 | 2024-08-15T05:18:44.185Z | Compiling clap_builder v4.5.15 |
2315 | 2024-08-15T05:18:44.814Z | Compiling proc-macro-error v1.0.4 |
2316 | 2024-08-15T05:18:46.256Z | Compiling tabled_derive v0.7.0 |
2317 | 2024-08-15T05:18:47.681Z | Compiling tabled v0.15.0 |
2318 | 2024-08-15T05:18:49.362Z | Compiling serde_derive v1.0.207 |
2319 | 2024-08-15T05:18:49.544Z | Compiling thiserror-impl v1.0.63 |
2320 | 2024-08-15T05:18:49.970Z | Compiling zerocopy-derive v0.7.34 |
2321 | 2024-08-15T05:18:50.131Z | Compiling scroll_derive v0.12.0 |
2322 | 2024-08-15T05:18:51.206Z | Compiling scroll v0.12.0 |
2323 | 2024-08-15T05:18:51.506Z | Compiling zerocopy v0.7.34 |
2324 | 2024-08-15T05:18:51.747Z | Compiling goblin v0.8.2 |
2325 | 2024-08-15T05:18:51.771Z | Compiling thiserror v1.0.63 |
2326 | 2024-08-15T05:18:51.893Z | Compiling pest v2.7.10 |
2327 | 2024-08-15T05:18:54.303Z | Compiling pest_meta v2.7.10 |
2328 | 2024-08-15T05:18:56.050Z | Compiling pest_generator v2.7.10 |
2329 | 2024-08-15T05:18:57.602Z | Compiling pest_derive v2.7.10 |
2330 | 2024-08-15T05:18:58.216Z | Compiling dtrace-parser v0.2.0 |
2331 | 2024-08-15T05:18:59.598Z | Compiling clap_derive v4.5.13 |
2332 | 2024-08-15T05:19:02.988Z | Compiling serde_tokenstream v0.2.1 |
2333 | 2024-08-15T05:19:03.423Z | Compiling dof v0.3.0 |
2334 | 2024-08-15T05:19:03.454Z | Compiling serde_spanned v0.6.7 |
2335 | 2024-08-15T05:19:03.675Z | Compiling toml_datetime v0.6.8 |
2336 | 2024-08-15T05:19:04.044Z | Compiling toml_edit v0.22.20 |
2337 | 2024-08-15T05:19:04.253Z | Compiling camino v1.1.7 |
2338 | 2024-08-15T05:19:05.198Z | Compiling usdt-macro v0.5.0 |
2339 | 2024-08-15T05:19:05.387Z | Compiling usdt-attr-macro v0.5.0 |
2340 | 2024-08-15T05:19:06.164Z | Compiling semver v1.0.23 |
2341 | 2024-08-15T05:19:06.485Z | Compiling cargo-platform v0.1.8 |
2342 | 2024-08-15T05:19:07.390Z | Compiling toml v0.8.19 |
2343 | 2024-08-15T05:19:07.415Z | Compiling cargo_metadata v0.18.1 |
2344 | 2024-08-15T05:19:08.806Z | Compiling cargo_toml v0.20.4 |
2345 | 2024-08-15T05:19:09.291Z | Compiling usdt v0.5.0 |
2346 | 2024-08-15T05:19:09.633Z | Compiling clap v4.5.15 |
2347 | 2024-08-15T05:19:09.758Z | Compiling macaddr v1.0.1 |
2348 | 2024-08-15T05:19:19.305Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2349 | 2024-08-15T05:19:31.567Z | Finished `release` profile [optimized] target(s) in 50.26s |
2350 | 2024-08-15T05:19:31.665Z | |
2351 | 2024-08-15T05:19:31.665Z | real 50.389816767 |
2352 | 2024-08-15T05:19:31.665Z | user 4:38.921256713 |
2353 | 2024-08-15T05:19:31.665Z | sys 28.304477086 |
2354 | 2024-08-15T05:19:31.665Z | trap 0.117670240 |
2355 | 2024-08-15T05:19:31.665Z | tflt 0.176467687 |
2356 | 2024-08-15T05:19:31.665Z | dflt 0.583506190 |
2357 | 2024-08-15T05:19:31.665Z | kflt 0.000029157 |
2358 | 2024-08-15T05:19:31.665Z | lock 9:01.380435687 |
2359 | 2024-08-15T05:19:31.690Z | slp 12:47.306295214 |
2360 | 2024-08-15T05:19:31.690Z | lat 11.532236159 |
2361 | 2024-08-15T05:19:31.690Z | stop 12.749001706 |
2362 | 2024-08-15T05:19:31.690Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2363 | 2024-08-15T05:19:31.690Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2364 | 2024-08-15T05:19:31.690Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2365 | 2024-08-15T05:19:31.690Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2366 | 2024-08-15T05:19:31.690Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2367 | 2024-08-15T05:19:32.459Z | Downloading crates ... |
2368 | 2024-08-15T05:19:32.724Z | Downloaded dhcproto v0.12.0 |
2369 | 2024-08-15T05:19:32.748Z | Downloaded ssh-encoding v0.2.0 |
2370 | 2024-08-15T05:19:32.772Z | Downloaded primeorder v0.13.6 |
2371 | 2024-08-15T05:19:32.772Z | Downloaded ssh-key v0.6.6 |
2372 | 2024-08-15T05:19:32.772Z | Downloaded p384 v0.13.0 |
2373 | 2024-08-15T05:19:32.773Z | Downloaded ssh-cipher v0.2.0 |
2374 | 2024-08-15T05:19:32.773Z | Downloaded russh-keys v0.44.0 |
2375 | 2024-08-15T05:19:32.797Z | Downloaded russh v0.44.1 |
2376 | 2024-08-15T05:19:32.797Z | Downloaded rfc6979 v0.4.0 |
2377 | 2024-08-15T05:19:32.797Z | Downloaded polyval v0.6.2 |
2378 | 2024-08-15T05:19:32.797Z | Downloaded pbkdf2 v0.11.0 |
2379 | 2024-08-15T05:19:32.797Z | Downloaded password-hash v0.4.2 |
2380 | 2024-08-15T05:19:32.797Z | Downloaded p521 v0.13.3 |
2381 | 2024-08-15T05:19:32.797Z | Downloaded p256 v0.13.2 |
2382 | 2024-08-15T05:19:32.797Z | Downloaded num-bigint v0.4.5 |
2383 | 2024-08-15T05:19:32.821Z | Downloaded hex-literal v0.4.1 |
2384 | 2024-08-15T05:19:32.822Z | Downloaded ed25519-dalek v2.1.1 |
2385 | 2024-08-15T05:19:32.822Z | Downloaded ecdsa v0.16.9 |
2386 | 2024-08-15T05:19:32.822Z | Downloaded blowfish v0.9.1 |
2387 | 2024-08-15T05:19:32.822Z | Downloaded bcrypt-pbkdf v0.10.0 |
2388 | 2024-08-15T05:19:32.822Z | Downloaded aes-gcm v0.10.3 |
2389 | 2024-08-15T05:19:32.822Z | Downloaded option-ext v0.2.0 |
2390 | 2024-08-15T05:19:32.822Z | Downloaded md5 v0.7.0 |
2391 | 2024-08-15T05:19:32.822Z | Downloaded internet-checksum v0.2.1 |
2392 | 2024-08-15T05:19:32.822Z | Downloaded ghash v0.5.1 |
2393 | 2024-08-15T05:19:32.822Z | Downloaded ed25519 v2.2.3 |
2394 | 2024-08-15T05:19:32.822Z | Downloaded russh-cryptovec v0.7.2 |
2395 | 2024-08-15T05:19:32.847Z | Downloaded dirs-sys v0.4.1 |
2396 | 2024-08-15T05:19:32.847Z | Downloaded dirs v5.0.1 |
2397 | 2024-08-15T05:19:32.847Z | Downloaded dhcproto-macros v0.1.0 |
2398 | 2024-08-15T05:19:33.002Z | Compiling regress v0.9.1 |
2399 | 2024-08-15T05:19:33.036Z | Compiling getopts v0.2.21 |
2400 | 2024-08-15T05:19:33.060Z | Compiling unsafe-libyaml v0.2.11 |
2401 | 2024-08-15T05:19:33.060Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2402 | 2024-08-15T05:19:33.060Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2403 | 2024-08-15T05:19:33.060Z | Compiling http v1.1.0 |
2404 | 2024-08-15T05:19:33.143Z | Compiling match_cfg v0.1.0 |
2405 | 2024-08-15T05:19:33.173Z | Compiling toml v0.8.19 |
2406 | 2024-08-15T05:19:33.252Z | Compiling hostname v0.3.1 |
2407 | 2024-08-15T05:19:33.464Z | Compiling rustls-pki-types v1.7.0 |
2408 | 2024-08-15T05:19:33.496Z | Compiling paste v1.0.15 |
2409 | 2024-08-15T05:19:33.520Z | Compiling ident_case v1.0.1 |
2410 | 2024-08-15T05:19:33.686Z | Compiling rustls v0.22.4 |
2411 | 2024-08-15T05:19:33.860Z | Compiling darling_core v0.20.9 |
2412 | 2024-08-15T05:19:33.964Z | Compiling rustls-webpki v0.102.4 |
2413 | 2024-08-15T05:19:34.053Z | Compiling serde_yaml v0.9.34+deprecated |
2414 | 2024-08-15T05:19:34.209Z | Compiling ipnetwork v0.20.0 |
2415 | 2024-08-15T05:19:34.529Z | Compiling multer v3.1.0 |
2416 | 2024-08-15T05:19:34.969Z | Compiling slog-json v2.6.1 |
2417 | 2024-08-15T05:19:35.176Z | Compiling async-stream-impl v0.3.5 |
2418 | 2024-08-15T05:19:35.340Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2419 | 2024-08-15T05:19:35.603Z | Compiling instant v0.1.12 |
2420 | 2024-08-15T05:19:35.670Z | Compiling debug-ignore v1.0.5 |
2421 | 2024-08-15T05:19:35.742Z | Compiling atomic-waker v1.1.2 |
2422 | 2024-08-15T05:19:35.821Z | Compiling slog-bunyan v2.5.0 |
2423 | 2024-08-15T05:19:35.845Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2424 | 2024-08-15T05:19:35.931Z | Compiling waitgroup v0.1.2 |
2425 | 2024-08-15T05:19:36.158Z | Compiling rustls-pemfile v2.1.3 |
2426 | 2024-08-15T05:19:36.307Z | Compiling async-stream v0.3.5 |
2427 | 2024-08-15T05:19:36.572Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2428 | 2024-08-15T05:19:36.599Z | Compiling serde_path_to_error v0.1.16 |
2429 | 2024-08-15T05:19:36.935Z | Compiling hostname v0.4.0 |
2430 | 2024-08-15T05:19:37.038Z | Compiling structmeta-derive v0.3.0 |
2431 | 2024-08-15T05:19:37.169Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2432 | 2024-08-15T05:19:37.338Z | Compiling proc-macro-crate v1.3.1 |
2433 | 2024-08-15T05:19:37.555Z | Compiling newtype-uuid v1.1.0 |
2434 | 2024-08-15T05:19:37.840Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2435 | 2024-08-15T05:19:37.863Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2436 | 2024-08-15T05:19:38.176Z | Compiling fastrand v2.1.0 |
2437 | 2024-08-15T05:19:38.288Z | Compiling tokio-rustls v0.25.0 |
2438 | 2024-08-15T05:19:38.501Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2439 | 2024-08-15T05:19:38.651Z | Compiling tempfile v3.10.1 |
2440 | 2024-08-15T05:19:38.675Z | Compiling num_enum_derive v0.5.11 |
2441 | 2024-08-15T05:19:38.720Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2442 | 2024-08-15T05:19:39.013Z | Compiling backoff v0.4.0 |
2443 | 2024-08-15T05:19:39.337Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2444 | 2024-08-15T05:19:39.399Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2445 | 2024-08-15T05:19:39.544Z | Compiling darling_macro v0.20.9 |
2446 | 2024-08-15T05:19:39.568Z | Compiling structmeta v0.3.0 |
2447 | 2024-08-15T05:19:39.568Z | Compiling macaddr v1.0.1 |
2448 | 2024-08-15T05:19:39.974Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2449 | 2024-08-15T05:19:40.030Z | Compiling foreign-types-macros v0.2.3 |
2450 | 2024-08-15T05:19:40.057Z | Compiling parse-display-derive v0.10.0 |
2451 | 2024-08-15T05:19:40.288Z | Compiling heapless v0.8.0 |
2452 | 2024-08-15T05:19:40.441Z | Compiling darling v0.20.9 |
2453 | 2024-08-15T05:19:40.558Z | Compiling serde_with_macros v3.8.3 |
2454 | 2024-08-15T05:19:40.793Z | Compiling foreign-types-shared v0.3.1 |
2455 | 2024-08-15T05:19:40.890Z | Compiling num_enum v0.5.11 |
2456 | 2024-08-15T05:19:40.919Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2457 | 2024-08-15T05:19:41.120Z | Compiling foreign-types v0.5.0 |
2458 | 2024-08-15T05:19:41.239Z | Compiling proc-macro-error v1.0.4 |
2459 | 2024-08-15T05:19:41.381Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2460 | 2024-08-15T05:19:41.478Z | Compiling hash32 v0.3.1 |
2461 | 2024-08-15T05:19:41.694Z | Compiling cstr-argument v0.1.2 |
2462 | 2024-08-15T05:19:41.852Z | Compiling smoltcp v0.11.0 |
2463 | 2024-08-15T05:19:41.931Z | Compiling pretty-hex v0.2.1 |
2464 | 2024-08-15T05:19:42.115Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2465 | 2024-08-15T05:19:42.275Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2466 | 2024-08-15T05:19:42.552Z | Compiling camino-tempfile v1.1.1 |
2467 | 2024-08-15T05:19:42.830Z | Compiling tabwriter v1.4.0 |
2468 | 2024-08-15T05:19:42.995Z | Compiling colored v2.1.0 |
2469 | 2024-08-15T05:19:43.119Z | Compiling serde_with v3.8.3 |
2470 | 2024-08-15T05:19:43.153Z | Compiling socket2 v0.4.10 |
2471 | 2024-08-15T05:19:43.328Z | Compiling cobs v0.2.3 |
2472 | 2024-08-15T05:19:43.497Z | Compiling embedded-io v0.4.0 |
2473 | 2024-08-15T05:19:43.742Z | Compiling postcard v1.0.8 |
2474 | 2024-08-15T05:19:43.767Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2475 | 2024-08-15T05:19:43.992Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2476 | 2024-08-15T05:19:44.089Z | Compiling crucible-workspace-hack v0.1.0 |
2477 | 2024-08-15T05:19:44.113Z | Compiling parse-display v0.10.0 |
2478 | 2024-08-15T05:19:44.244Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2479 | 2024-08-15T05:19:44.402Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2480 | 2024-08-15T05:19:44.575Z | Compiling smf v0.2.3 |
2481 | 2024-08-15T05:19:44.685Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2482 | 2024-08-15T05:19:44.982Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2483 | 2024-08-15T05:19:45.088Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2484 | 2024-08-15T05:19:45.479Z | Compiling num-derive v0.4.2 |
2485 | 2024-08-15T05:19:45.789Z | Compiling sigpipe v0.1.3 |
2486 | 2024-08-15T05:19:45.905Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2487 | 2024-08-15T05:19:46.196Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2488 | 2024-08-15T05:19:46.261Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2489 | 2024-08-15T05:19:46.372Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2490 | 2024-08-15T05:19:46.769Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2491 | 2024-08-15T05:19:47.153Z | Compiling universal-hash v0.5.1 |
2492 | 2024-08-15T05:19:47.221Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2493 | 2024-08-15T05:19:47.354Z | Compiling opaque-debug v0.3.1 |
2494 | 2024-08-15T05:19:47.378Z | Compiling utf-8 v0.7.6 |
2495 | 2024-08-15T05:19:47.464Z | Compiling curve25519-dalek v4.1.3 |
2496 | 2024-08-15T05:19:47.640Z | Compiling humantime v2.1.0 |
2497 | 2024-08-15T05:19:47.698Z | Compiling password-hash v0.5.0 |
2498 | 2024-08-15T05:19:47.786Z | Compiling blake2 v0.10.6 |
2499 | 2024-08-15T05:19:48.039Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2500 | 2024-08-15T05:19:48.086Z | Compiling aead v0.5.2 |
2501 | 2024-08-15T05:19:48.110Z | Compiling curve25519-dalek-derive v0.1.1 |
2502 | 2024-08-15T05:19:48.135Z | Compiling poly1305 v0.8.0 |
2503 | 2024-08-15T05:19:48.422Z | Compiling argon2 v0.5.3 |
2504 | 2024-08-15T05:19:48.514Z | Compiling chacha20 v0.9.1 |
2505 | 2024-08-15T05:19:48.559Z | Compiling semver v0.1.20 |
2506 | 2024-08-15T05:19:48.881Z | Compiling convert_case v0.4.0 |
2507 | 2024-08-15T05:19:48.949Z | Compiling rustc_version v0.1.7 |
2508 | 2024-08-15T05:19:49.128Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2509 | 2024-08-15T05:19:49.432Z | Compiling tungstenite v0.21.0 |
2510 | 2024-08-15T05:19:49.471Z | Compiling newline-converter v0.3.0 |
2511 | 2024-08-15T05:19:49.510Z | Compiling atty v0.2.14 |
2512 | 2024-08-15T05:19:49.628Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2513 | 2024-08-15T05:19:49.654Z | Compiling rayon-core v1.12.1 |
2514 | 2024-08-15T05:19:49.729Z | Compiling derive_more v0.99.18 |
2515 | 2024-08-15T05:19:49.822Z | Compiling same-file v1.0.6 |
2516 | 2024-08-15T05:19:49.941Z | Compiling expectorate v1.1.0 |
2517 | 2024-08-15T05:19:50.137Z | Compiling walkdir v2.5.0 |
2518 | 2024-08-15T05:19:50.162Z | Compiling newtype_derive v0.1.6 |
2519 | 2024-08-15T05:19:50.420Z | Compiling tokio-tungstenite v0.21.0 |
2520 | 2024-08-15T05:19:50.761Z | Compiling crossbeam-deque v0.8.5 |
2521 | 2024-08-15T05:19:50.796Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2522 | 2024-08-15T05:19:50.821Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2523 | 2024-08-15T05:19:50.845Z | Compiling keccak v0.1.5 |
2524 | 2024-08-15T05:19:50.872Z | Compiling prettyplease v0.2.20 |
2525 | 2024-08-15T05:19:51.168Z | Compiling sha3 v0.10.8 |
2526 | 2024-08-15T05:19:51.390Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2527 | 2024-08-15T05:19:51.554Z | Compiling num-rational v0.4.2 |
2528 | 2024-08-15T05:19:51.595Z | Compiling thiserror-impl-no-std v2.0.2 |
2529 | 2024-08-15T05:19:51.679Z | Compiling num-complex v0.4.6 |
2530 | 2024-08-15T05:19:52.002Z | Compiling secrecy v0.8.0 |
2531 | 2024-08-15T05:19:52.267Z | Compiling ring v0.16.20 |
2532 | 2024-08-15T05:19:52.543Z | Compiling blake3 v1.5.1 |
2533 | 2024-08-15T05:19:52.610Z | Compiling derive-where v1.2.7 |
2534 | 2024-08-15T05:19:53.063Z | Compiling unicase v2.7.0 |
2535 | 2024-08-15T05:19:53.103Z | Compiling half v2.4.1 |
2536 | 2024-08-15T05:19:53.259Z | Compiling arc-swap v1.7.1 |
2537 | 2024-08-15T05:19:53.347Z | Compiling quick-error v1.2.3 |
2538 | 2024-08-15T05:19:53.489Z | Compiling termcolor v1.4.1 |
2539 | 2024-08-15T05:19:53.593Z | Compiling ciborium-io v0.2.2 |
2540 | 2024-08-15T05:19:53.720Z | Compiling linked-hash-map v0.5.6 |
2541 | 2024-08-15T05:19:53.806Z | Compiling ciborium-ll v0.2.2 |
2542 | 2024-08-15T05:19:54.039Z | Compiling lru-cache v0.1.2 |
2543 | 2024-08-15T05:19:54.188Z | Compiling env_logger v0.9.3 |
2544 | 2024-08-15T05:19:54.229Z | Compiling slog-scope v4.4.0 |
2545 | 2024-08-15T05:19:54.254Z | Compiling resolv-conf v0.7.0 |
2546 | 2024-08-15T05:19:54.278Z | Compiling thiserror-no-std v2.0.2 |
2547 | 2024-08-15T05:19:54.609Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2548 | 2024-08-15T05:19:54.757Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2549 | 2024-08-15T05:19:54.931Z | Compiling num v0.4.3 |
2550 | 2024-08-15T05:19:55.118Z | Compiling rayon v1.10.0 |
2551 | 2024-08-15T05:19:55.318Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2552 | 2024-08-15T05:19:55.603Z | Compiling polyval v0.6.2 |
2553 | 2024-08-15T05:19:55.627Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2554 | 2024-08-15T05:19:55.745Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2555 | 2024-08-15T05:19:55.989Z | Compiling rfc6979 v0.4.0 |
2556 | 2024-08-15T05:19:56.079Z | Compiling bitstruct_derive v0.1.0 |
2557 | 2024-08-15T05:19:56.139Z | Compiling memmap2 v0.9.4 |
2558 | 2024-08-15T05:19:56.164Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2559 | 2024-08-15T05:19:56.295Z | Compiling arrayref v0.3.7 |
2560 | 2024-08-15T05:19:56.397Z | Compiling ascii v1.1.0 |
2561 | 2024-08-15T05:19:56.567Z | Compiling spin v0.5.2 |
2562 | 2024-08-15T05:19:56.592Z | Compiling home v0.5.9 |
2563 | 2024-08-15T05:19:56.781Z | Compiling float-ord v0.3.2 |
2564 | 2024-08-15T05:19:56.840Z | Compiling untrusted v0.7.1 |
2565 | 2024-08-15T05:19:56.911Z | Compiling constant_time_eq v0.3.0 |
2566 | 2024-08-15T05:19:56.936Z | Compiling arrayvec v0.7.4 |
2567 | 2024-08-15T05:19:56.960Z | Compiling parking_lot_core v0.8.6 |
2568 | 2024-08-15T05:19:57.023Z | Compiling libefi-sys v0.1.0 |
2569 | 2024-08-15T05:19:57.238Z | Compiling bitstruct v0.1.1 |
2570 | 2024-08-15T05:19:57.329Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2571 | 2024-08-15T05:19:57.353Z | Compiling toolchain_find v0.4.0 |
2572 | 2024-08-15T05:19:57.377Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2573 | 2024-08-15T05:19:57.438Z | Compiling ecdsa v0.16.9 |
2574 | 2024-08-15T05:19:57.668Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2575 | 2024-08-15T05:19:57.910Z | Compiling ghash v0.5.1 |
2576 | 2024-08-15T05:19:58.057Z | Compiling steno v0.4.1 |
2577 | 2024-08-15T05:19:58.104Z | Compiling trust-dns-resolver v0.22.0 |
2578 | 2024-08-15T05:19:58.157Z | Compiling slog-stdlog v4.1.1 |
2579 | 2024-08-15T05:19:58.438Z | Compiling vsss-rs v3.3.4 |
2580 | 2024-08-15T05:19:58.503Z | Compiling ciborium v0.2.2 |
2581 | 2024-08-15T05:19:59.032Z | Compiling chacha20poly1305 v0.10.1 |
2582 | 2024-08-15T05:19:59.238Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2583 | 2024-08-15T05:19:59.695Z | Compiling primeorder v0.13.6 |
2584 | 2024-08-15T05:19:59.801Z | Compiling ctr v0.9.2 |
2585 | 2024-08-15T05:19:59.872Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2586 | 2024-08-15T05:20:00.136Z | Compiling serde_arrays v0.1.0 |
2587 | 2024-08-15T05:20:00.179Z | Compiling erased-serde v0.3.31 |
2588 | 2024-08-15T05:20:00.204Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2589 | 2024-08-15T05:20:00.246Z | Compiling bitfield-struct v0.6.1 |
2590 | 2024-08-15T05:20:00.299Z | Compiling nibble_vec v0.1.0 |
2591 | 2024-08-15T05:20:00.489Z | Compiling slog-dtrace v0.3.0 |
2592 | 2024-08-15T05:20:00.560Z | Compiling cancel-safe-futures v0.1.5 |
2593 | 2024-08-15T05:20:00.757Z | Compiling topological-sort v0.2.2 |
2594 | 2024-08-15T05:20:00.875Z | Compiling endian-type v0.1.2 |
2595 | 2024-08-15T05:20:00.962Z | Compiling omicron-zone-package v0.11.0 |
2596 | 2024-08-15T05:20:01.095Z | Compiling radix_trie v0.2.1 |
2597 | 2024-08-15T05:20:01.374Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2598 | 2024-08-15T05:20:01.414Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2599 | 2024-08-15T05:20:01.477Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2600 | 2024-08-15T05:20:01.905Z | Compiling aes-gcm v0.10.3 |
2601 | 2024-08-15T05:20:02.047Z | Compiling mime_guess v2.0.4 |
2602 | 2024-08-15T05:20:02.177Z | Compiling slog-envlogger v2.2.0 |
2603 | 2024-08-15T05:20:02.202Z | Compiling rustfmt-wrapper v0.2.1 |
2604 | 2024-08-15T05:20:03.138Z | Compiling tungstenite v0.20.1 |
2605 | 2024-08-15T05:20:03.196Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2606 | 2024-08-15T05:20:03.225Z | Compiling heck v0.3.3 |
2607 | 2024-08-15T05:20:03.271Z | Compiling ed25519 v2.2.3 |
2608 | 2024-08-15T05:20:03.640Z | Compiling ssh-encoding v0.2.0 |
2609 | 2024-08-15T05:20:03.792Z | Compiling blowfish v0.9.1 |
2610 | 2024-08-15T05:20:04.083Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2611 | 2024-08-15T05:20:04.180Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2612 | 2024-08-15T05:20:04.308Z | Compiling option-ext v0.2.0 |
2613 | 2024-08-15T05:20:04.389Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2614 | 2024-08-15T05:20:04.414Z | Compiling bcrypt-pbkdf v0.10.0 |
2615 | 2024-08-15T05:20:04.439Z | Compiling dirs-sys v0.4.1 |
2616 | 2024-08-15T05:20:04.901Z | Compiling tokio-tungstenite v0.20.1 |
2617 | 2024-08-15T05:20:04.925Z | Compiling ssh-cipher v0.2.0 |
2618 | 2024-08-15T05:20:04.949Z | Compiling zone_cfg_derive v0.1.2 |
2619 | 2024-08-15T05:20:05.036Z | Compiling ed25519-dalek v2.1.1 |
2620 | 2024-08-15T05:20:05.417Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2621 | 2024-08-15T05:20:05.740Z | Compiling parking_lot v0.11.2 |
2622 | 2024-08-15T05:20:06.199Z | Compiling trust-dns-client v0.22.0 |
2623 | 2024-08-15T05:20:06.269Z | Compiling gethostname v0.5.0 |
2624 | 2024-08-15T05:20:06.293Z | Compiling password-hash v0.4.2 |
2625 | 2024-08-15T05:20:06.395Z | Compiling libsw v3.3.1 |
2626 | 2024-08-15T05:20:06.480Z | Compiling toml v0.5.11 |
2627 | 2024-08-15T05:20:06.543Z | Compiling fxhash v0.2.1 |
2628 | 2024-08-15T05:20:06.568Z | Compiling owo-colors v4.0.0 |
2629 | 2024-08-15T05:20:06.684Z | Compiling base64 v0.13.1 |
2630 | 2024-08-15T05:20:06.741Z | Compiling linear-map v1.2.0 |
2631 | 2024-08-15T05:20:07.053Z | Compiling ron v0.7.1 |
2632 | 2024-08-15T05:20:07.077Z | Compiling sled v0.34.7 |
2633 | 2024-08-15T05:20:07.216Z | Compiling pbkdf2 v0.11.0 |
2634 | 2024-08-15T05:20:07.586Z | Compiling zone v0.1.8 |
2635 | 2024-08-15T05:20:08.347Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2636 | 2024-08-15T05:20:08.726Z | Compiling trust-dns-server v0.22.1 |
2637 | 2024-08-15T05:20:09.052Z | Compiling ssh-key v0.6.6 |
2638 | 2024-08-15T05:20:09.458Z | Compiling dirs v5.0.1 |
2639 | 2024-08-15T05:20:09.652Z | Compiling p256 v0.13.2 |
2640 | 2024-08-15T05:20:10.398Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2641 | 2024-08-15T05:20:10.808Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2642 | 2024-08-15T05:20:11.494Z | Compiling p384 v0.13.0 |
2643 | 2024-08-15T05:20:11.518Z | Compiling p521 v0.13.3 |
2644 | 2024-08-15T05:20:12.787Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2645 | 2024-08-15T05:20:12.811Z | Compiling pem v3.0.4 |
2646 | 2024-08-15T05:20:13.077Z | Compiling yasna v0.5.2 |
2647 | 2024-08-15T05:20:13.483Z | Compiling portpicker v0.1.1 |
2648 | 2024-08-15T05:20:13.542Z | Compiling headers-core v0.2.0 |
2649 | 2024-08-15T05:20:13.722Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2650 | 2024-08-15T05:20:13.821Z | Compiling kstat-rs v0.2.4 |
2651 | 2024-08-15T05:20:14.078Z | Compiling nanorand v0.7.0 |
2652 | 2024-08-15T05:20:14.358Z | Compiling russh-cryptovec v0.7.2 |
2653 | 2024-08-15T05:20:14.406Z | Compiling http-range v0.1.5 |
2654 | 2024-08-15T05:20:14.514Z | Compiling md5 v0.7.0 |
2655 | 2024-08-15T05:20:14.558Z | Compiling glob v0.3.1 |
2656 | 2024-08-15T05:20:14.585Z | Compiling flume v0.11.0 |
2657 | 2024-08-15T05:20:14.656Z | Compiling hyper-staticfile v0.9.5 |
2658 | 2024-08-15T05:20:14.744Z | Compiling russh-keys v0.44.0 |
2659 | 2024-08-15T05:20:14.929Z | Compiling rcgen v0.12.1 |
2660 | 2024-08-15T05:20:15.200Z | Compiling headers v0.3.9 |
2661 | 2024-08-15T05:20:15.426Z | Compiling atomicwrites v0.4.3 |
2662 | 2024-08-15T05:20:15.512Z | Compiling num-bigint v0.4.5 |
2663 | 2024-08-15T05:20:15.750Z | Compiling itertools v0.13.0 |
2664 | 2024-08-15T05:20:15.902Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2665 | 2024-08-15T05:20:16.098Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2666 | 2024-08-15T05:20:16.348Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2667 | 2024-08-15T05:20:16.808Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2668 | 2024-08-15T05:20:16.948Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2669 | 2024-08-15T05:20:17.957Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2670 | 2024-08-15T05:20:18.280Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2671 | 2024-08-15T05:20:18.354Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2672 | 2024-08-15T05:20:19.445Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2673 | 2024-08-15T05:20:21.895Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2674 | 2024-08-15T05:20:22.133Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2675 | 2024-08-15T05:20:22.776Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2676 | 2024-08-15T05:20:23.849Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2677 | 2024-08-15T05:20:24.084Z | Compiling subprocess v0.2.9 |
2678 | 2024-08-15T05:20:24.132Z | Compiling dhcproto-macros v0.1.0 |
2679 | 2024-08-15T05:20:24.920Z | Compiling hex-literal v0.4.1 |
2680 | 2024-08-15T05:20:25.112Z | Compiling display-error-chain v0.2.0 |
2681 | 2024-08-15T05:20:25.195Z | Compiling russh v0.44.1 |
2682 | 2024-08-15T05:20:25.278Z | Compiling dhcproto v0.12.0 |
2683 | 2024-08-15T05:20:25.752Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2684 | 2024-08-15T05:20:27.687Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2685 | 2024-08-15T05:20:28.137Z | Compiling internet-checksum v0.2.1 |
2686 | 2024-08-15T05:20:30.836Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2687 | 2024-08-15T05:20:31.001Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2688 | 2024-08-15T05:20:31.076Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2689 | 2024-08-15T05:20:31.764Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2690 | 2024-08-15T05:20:33.158Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2691 | 2024-08-15T05:20:33.457Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2692 | 2024-08-15T05:20:34.255Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2693 | 2024-08-15T05:20:34.609Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2694 | 2024-08-15T05:20:35.453Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2695 | 2024-08-15T05:20:36.008Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2696 | 2024-08-15T05:20:37.001Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2697 | 2024-08-15T05:20:37.876Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2698 | 2024-08-15T05:20:39.194Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2699 | 2024-08-15T05:20:40.359Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2700 | 2024-08-15T05:20:40.763Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2701 | 2024-08-15T05:20:43.893Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2702 | 2024-08-15T05:20:44.496Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2703 | 2024-08-15T05:20:44.583Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2704 | 2024-08-15T05:20:44.886Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2705 | 2024-08-15T05:20:48.738Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2706 | 2024-08-15T05:20:56.160Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2707 | 2024-08-15T05:20:56.160Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2708 | 2024-08-15T05:20:57.793Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2709 | 2024-08-15T05:21:18.461Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2710 | 2024-08-15T05:21:59.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
2711 | 2024-08-15T05:21:59.531Z | |
2712 | 2024-08-15T05:21:59.531Z | real 2:27.812269816 |
2713 | 2024-08-15T05:21:59.531Z | user 10:44.093392644 |
2714 | 2024-08-15T05:21:59.531Z | sys 2:31.960142997 |
2715 | 2024-08-15T05:21:59.531Z | trap 0.283217920 |
2716 | 2024-08-15T05:21:59.531Z | tflt 0.426915106 |
2717 | 2024-08-15T05:21:59.531Z | dflt 1.762680449 |
2718 | 2024-08-15T05:21:59.531Z | kflt 0.000122210 |
2719 | 2024-08-15T05:21:59.531Z | lock 23:06.944247984 |
2720 | 2024-08-15T05:21:59.531Z | slp 39:27.662244125 |
2721 | 2024-08-15T05:21:59.531Z | lat 39.046514462 |
2722 | 2024-08-15T05:21:59.531Z | stop 1:28.072820091 |
2723 | 2024-08-15T05:21:59.556Z | + mkdir tests |
2724 | 2024-08-15T05:21:59.556Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2725 | 2024-08-15T05:21:59.556Z | + xargs -I '{}' -t cp '{}' tests/ |
2726 | 2024-08-15T05:21:59.581Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-d261c360ae059a89 tests/ |
2727 | 2024-08-15T05:21:59.606Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-d3642dd8f553a4f2 tests/ |
2728 | 2024-08-15T05:21:59.631Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-3250e969fd8a9f62 tests/ |
2729 | 2024-08-15T05:21:59.656Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6ed1537aa3e4a323 tests/ |
2730 | 2024-08-15T05:21:59.899Z | + 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/*) |
2731 | 2024-08-15T05:21:59.923Z | + 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-d3642dd8f553a4f2 tests/commtest-3250e969fd8a9f62 tests/dhcp_server-d261c360ae059a89 tests/end_to_end_tests-6ed1537aa3e4a323 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 |
2732 | 2024-08-15T05:23:08.250Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2733 | 2024-08-15T05:23:08.251Z | a out/target/test 1K |
2734 | 2024-08-15T05:23:08.251Z | a out/npuzone/npuzone 23144K |
2735 | 2024-08-15T05:23:08.251Z | a package-manifest.toml 30K |
2736 | 2024-08-15T05:23:08.251Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2737 | 2024-08-15T05:23:08.251Z | a target/release/omicron-package 32292K |
2738 | 2024-08-15T05:23:08.251Z | a target/release/xtask 11604K |
2739 | 2024-08-15T05:23:08.251Z | a target/debug/bootstrap 191367K |
2740 | 2024-08-15T05:23:08.251Z | a tests/bootstrap-d3642dd8f553a4f2 23533K |
2741 | 2024-08-15T05:23:08.251Z | a tests/commtest-3250e969fd8a9f62 24155K |
2742 | 2024-08-15T05:23:08.251Z | a tests/dhcp_server-d261c360ae059a89 23533K |
2743 | 2024-08-15T05:23:08.251Z | a tests/end_to_end_tests-6ed1537aa3e4a323 209010K |
2744 | 2024-08-15T05:23:08.251Z | a out/clickhouse.tar.gz 232246K |
2745 | 2024-08-15T05:23:08.251Z | a out/clickhouse_keeper.tar.gz 232251K |
2746 | 2024-08-15T05:23:08.251Z | a out/cockroachdb.tar.gz 131766K |
2747 | 2024-08-15T05:23:08.251Z | a out/crucible-dtrace.tar 84K |
2748 | 2024-08-15T05:23:08.251Z | a out/crucible-pantry-zone.tar.gz 27823K |
2749 | 2024-08-15T05:23:08.251Z | a out/crucible-zone.tar.gz 38153K |
2750 | 2024-08-15T05:23:08.251Z | a out/external-dns.tar.gz 25155K |
2751 | 2024-08-15T05:23:08.251Z | a out/internal-dns.tar.gz 25155K |
2752 | 2024-08-15T05:23:08.251Z | a out/mg-ddm-gz.tar 61944K |
2753 | 2024-08-15T05:23:08.251Z | a out/nexus.tar.gz 87062K |
2754 | 2024-08-15T05:23:08.251Z | a out/ntp.tar.gz 8975K |
2755 | 2024-08-15T05:23:08.251Z | a out/omicron-gateway-softnpu.tar.gz 13612K |
2756 | 2024-08-15T05:23:08.251Z | a out/omicron-sled-agent.tar 96629K |
2757 | 2024-08-15T05:23:08.251Z | a out/overlay.tar.gz 3K |
2758 | 2024-08-15T05:23:08.251Z | a out/oximeter.tar.gz 42586K |
2759 | 2024-08-15T05:23:08.251Z | a out/oxlog.tar 2946K |
2760 | 2024-08-15T05:23:08.251Z | a out/probe.tar.gz 2764K |
2761 | 2024-08-15T05:23:08.251Z | a out/propolis-server.tar.gz 65291K |
2762 | 2024-08-15T05:23:08.251Z | a out/pumpkind-gz.tar 26665K |
2763 | 2024-08-15T05:23:08.251Z | a out/switch-softnpu.tar.gz 206326K |
2764 | 2024-08-15T05:23:08.276Z | |
2765 | 2024-08-15T05:23:08.276Z | real 1:08.349476519 |
2766 | 2024-08-15T05:23:08.276Z | user 1:03.126066065 |
2767 | 2024-08-15T05:23:08.276Z | sys 6.444896637 |
2768 | 2024-08-15T05:23:08.276Z | trap 0.018638963 |
2769 | 2024-08-15T05:23:08.276Z | tflt 0.000000000 |
2770 | 2024-08-15T05:23:08.276Z | dflt 0.000000000 |
2771 | 2024-08-15T05:23:08.276Z | kflt 0.000000000 |
2772 | 2024-08-15T05:23:08.276Z | lock 0.000000000 |
2773 | 2024-08-15T05:23:08.276Z | slp 1:03.108279447 |
2774 | 2024-08-15T05:23:08.276Z | lat 3.993912913 |
2775 | 2024-08-15T05:23:08.276Z | stop 0.000984817 |
2776 | 2024-08-15T05:23:08.276Z | process exited: duration 1527285 ms, exit code 0 |
|
2777 | 2024-08-15T05:23:08.360Z | found 1 output files |
2778 | 2024-08-15T05:23:08.360Z | uploading: /work/package.tar.gz (1368741770 bytes) |
2779 | 2024-08-15T05:26:18.139Z | uploaded: /work/package.tar.gz |