|
|
|
1 | 2024-09-04T16:07:42.745Z | job assigned to worker 01J6YWKP1VFQHDQ19YR25E2778 (queued for 1 m 1 s) |
|
2 | 2024-09-04T16:07:52.537Z | starting task 0: "setup" |
3 | 2024-09-04T16:07:52.544Z | ++ uname -s |
4 | 2024-09-04T16:07:52.547Z | + kern=SunOS |
5 | 2024-09-04T16:07:52.547Z | + case "$kern" in |
6 | 2024-09-04T16:07:52.547Z | + groupadd -g 12345 build |
7 | 2024-09-04T16:07:52.549Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-04T16:07:54.560Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-04T16:07:54.657Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-04T16:07:54.659Z | + home_fs=zfs |
11 | 2024-09-04T16:07:54.660Z | + [[ zfs == autofs ]] |
12 | 2024-09-04T16:07:54.660Z | + mkdir -p /home/build |
13 | 2024-09-04T16:07:54.662Z | + chown build:build /home/build /work |
14 | 2024-09-04T16:07:56.664Z | + chmod 0700 /home/build /work |
15 | 2024-09-04T16:07:56.666Z | process exited: duration 4131 ms, exit code 0 |
|
16 | 2024-09-04T16:07:56.671Z | starting task 1: "rust-toolchain" |
17 | 2024-09-04T16:07:56.676Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-04T16:07:56.676Z | ' 1.80.1 |
19 | 2024-09-04T16:07:56.676Z | + printf ' * toolchain profile = "%s" |
20 | 2024-09-04T16:07:56.677Z | * toolchain channel = "1.80.1" |
21 | 2024-09-04T16:07:56.677Z | ' default |
22 | 2024-09-04T16:07:56.677Z | * toolchain profile = "default" |
23 | 2024-09-04T16:07:56.679Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-04T16:07:56.679Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-04T16:07:56.795Z | info: downloading installer |
26 | 2024-09-04T16:07:58.169Z | info: profile set to 'default' |
27 | 2024-09-04T16:07:58.169Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-04T16:07:58.171Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-04T16:07:58.308Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-04T16:07:58.308Z | info: downloading component 'cargo' |
31 | 2024-09-04T16:07:59.011Z | info: downloading component 'clippy' |
32 | 2024-09-04T16:07:59.260Z | info: downloading component 'rust-docs' |
33 | 2024-09-04T16:08:00.237Z | info: downloading component 'rust-std' |
34 | 2024-09-04T16:08:01.616Z | info: downloading component 'rustc' |
35 | 2024-09-04T16:08:05.425Z | info: downloading component 'rustfmt' |
36 | 2024-09-04T16:08:05.631Z | info: installing component 'cargo' |
37 | 2024-09-04T16:08:06.450Z | info: installing component 'clippy' |
38 | 2024-09-04T16:08:06.817Z | info: installing component 'rust-docs' |
39 | 2024-09-04T16:08:08.395Z | info: installing component 'rust-std' |
40 | 2024-09-04T16:08:09.996Z | info: installing component 'rustc' |
41 | 2024-09-04T16:08:14.243Z | info: installing component 'rustfmt' |
42 | 2024-09-04T16:08:14.580Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-04T16:08:14.580Z | |
44 | 2024-09-04T16:08:14.833Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-04T16:08:14.833Z | |
46 | 2024-09-04T16:08:14.835Z | |
47 | 2024-09-04T16:08:14.835Z | Rust is installed now. Great! |
48 | 2024-09-04T16:08:14.835Z | |
49 | 2024-09-04T16:08:14.835Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-04T16:08:14.835Z | environment variable. This has not been done automatically. |
51 | 2024-09-04T16:08:14.835Z | |
52 | 2024-09-04T16:08:14.835Z | To configure your current shell, you need to source |
53 | 2024-09-04T16:08:14.835Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-04T16:08:14.835Z | |
55 | 2024-09-04T16:08:14.835Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-04T16:08:14.835Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-04T16:08:14.835Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-04T16:08:14.883Z | + rustc --version |
59 | 2024-09-04T16:08:14.946Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-04T16:08:14.949Z | process exited: duration 18277 ms, exit code 0 |
|
61 | 2024-09-04T16:08:14.954Z | starting task 2: "authentication" |
62 | 2024-09-04T16:08:14.975Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-09-04T16:08:14.980Z | starting task 3: "clone repository" |
64 | 2024-09-04T16:08:14.984Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-04T16:08:14.987Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-04T16:08:15.256Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-04T16:08:20.705Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-04T16:08:20.705Z | + git fetch origin 86b0ae678a9b31d5f0d2b3915ca558b847ee0a0e |
69 | 2024-09-04T16:08:21.020Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-04T16:08:21.020Z | * branch 86b0ae678a9b31d5f0d2b3915ca558b847ee0a0e -> FETCH_HEAD |
71 | 2024-09-04T16:08:21.030Z | + [[ -n eliza/boot-on-fault-isnt-just-a-bool ]] |
72 | 2024-09-04T16:08:21.033Z | ++ git branch --show-current |
73 | 2024-09-04T16:08:21.036Z | + current=main |
74 | 2024-09-04T16:08:21.036Z | + [[ main != eliza/boot-on-fault-isnt-just-a-bool ]] |
75 | 2024-09-04T16:08:21.036Z | + git branch -f eliza/boot-on-fault-isnt-just-a-bool 86b0ae678a9b31d5f0d2b3915ca558b847ee0a0e |
76 | 2024-09-04T16:08:21.038Z | + git checkout -f eliza/boot-on-fault-isnt-just-a-bool |
77 | 2024-09-04T16:08:21.191Z | Switched to branch 'eliza/boot-on-fault-isnt-just-a-bool' |
78 | 2024-09-04T16:08:21.194Z | + git reset --hard 86b0ae678a9b31d5f0d2b3915ca558b847ee0a0e |
79 | 2024-09-04T16:08:21.212Z | HEAD is now at 86b0ae678 actually we can just leave it null for now |
80 | 2024-09-04T16:08:21.215Z | process exited: duration 6233 ms, exit code 0 |
|
81 | 2024-09-04T16:08:21.220Z | starting task 4: "build" |
82 | 2024-09-04T16:08:21.226Z | + cargo --version |
83 | 2024-09-04T16:08:21.280Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-04T16:08:21.283Z | + rustc --version |
85 | 2024-09-04T16:08:21.338Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-04T16:08:21.341Z | + WORK=/work |
87 | 2024-09-04T16:08:21.341Z | + pfexec mkdir -p /work |
88 | 2024-09-04T16:08:21.345Z | + pfexec chown build /work |
89 | 2024-09-04T16:08:21.348Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-09-04T16:08:43.792Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-09-04T16:08:46.443Z | Startup: Caching catalogs ... Done |
92 | 2024-09-04T16:08:48.379Z | Planning: Solver setup ... Done (1.377s) |
93 | 2024-09-04T16:08:48.403Z | Planning: Running solver ... Done (0.025s) |
94 | 2024-09-04T16:08:48.541Z | Planning: Finding local manifests ... Done (0.099s) |
95 | 2024-09-04T16:08:48.555Z | Planning: Fetching manifests: 0/5 0% complete |
96 | 2024-09-04T16:08:48.778Z | Planning: Fetching manifests: 5/5 100% complete |
97 | 2024-09-04T16:08:49.114Z | Planning: Package planning ... Done (0.337s) |
98 | 2024-09-04T16:08:49.169Z | Planning: Merging actions ... Done (0.055s) |
99 | 2024-09-04T16:08:50.627Z | Planning: Checking for conflicting actions ... Done (1.455s) |
100 | 2024-09-04T16:08:59.034Z | Planning: Consolidating action changes ... Done (8.408s) |
101 | 2024-09-04T16:08:59.443Z | Planning: Evaluating mediators ... Done (0.408s) |
102 | 2024-09-04T16:08:59.601Z | Planning: Planning completed in 13.09 seconds |
103 | 2024-09-04T16:08:59.616Z | Packages to install: 4 |
104 | 2024-09-04T16:08:59.616Z | Packages to update: 1 |
105 | 2024-09-04T16:08:59.619Z | Mediators to change: 2 |
106 | 2024-09-04T16:08:59.619Z | Services to change: 1 |
107 | 2024-09-04T16:08:59.619Z | Estimated space available: 155.72 GB |
108 | 2024-09-04T16:08:59.619Z | Estimated space to be consumed: 1.53 GB |
109 | 2024-09-04T16:08:59.619Z | Create boot environment: No |
110 | 2024-09-04T16:08:59.619Z | Create backup boot environment: Yes |
111 | 2024-09-04T16:08:59.619Z | Rebuild boot archive: No |
112 | 2024-09-04T16:08:59.619Z | |
113 | 2024-09-04T16:08:59.619Z | Changed mediators: |
114 | 2024-09-04T16:08:59.619Z | mediator clang: |
115 | 2024-09-04T16:08:59.619Z | version: None -> 15 (system default) |
116 | 2024-09-04T16:08:59.619Z | |
117 | 2024-09-04T16:08:59.619Z | mediator llvm: |
118 | 2024-09-04T16:08:59.619Z | version: 14 (system default) -> 15 (system default) |
119 | 2024-09-04T16:08:59.619Z | |
120 | 2024-09-04T16:08:59.619Z | Changed packages: |
121 | 2024-09-04T16:08:59.619Z | helios-dev |
122 | 2024-09-04T16:08:59.619Z | developer/build-essential |
123 | 2024-09-04T16:08:59.619Z | None -> 11-2.0 |
124 | 2024-09-04T16:08:59.619Z | library/libxmlsec1 |
125 | 2024-09-04T16:08:59.619Z | None -> 1.2.35-2.0 |
126 | 2024-09-04T16:08:59.619Z | ooce/developer/clang-15 |
127 | 2024-09-04T16:08:59.619Z | None -> 15.0.7-2.0 |
128 | 2024-09-04T16:08:59.619Z | ooce/developer/llvm-15 |
129 | 2024-09-04T16:08:59.619Z | None -> 15.0.7-2.0 |
130 | 2024-09-04T16:08:59.619Z | package/pkg |
131 | 2024-09-04T16:08:59.619Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
132 | 2024-09-04T16:08:59.620Z | |
133 | 2024-09-04T16:08:59.620Z | Services: |
134 | 2024-09-04T16:08:59.620Z | restart_fmri: |
135 | 2024-09-04T16:08:59.620Z | svc:/system/update-man-index:default |
136 | 2024-09-04T16:08:59.620Z | |
137 | 2024-09-04T16:08:59.620Z | Editable files to change: |
138 | 2024-09-04T16:08:59.620Z | Update: |
139 | 2024-09-04T16:08:59.620Z | usr/share/lib/pkg/web/config.shtml |
140 | 2024-09-04T16:09:00.167Z | |
141 | 2024-09-04T16:09:00.167Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
142 | 2024-09-04T16:09:05.169Z | Download: 977/4281 items 19.4/220.6MB 8% complete (4.0M/s) |
143 | 2024-09-04T16:09:10.415Z | Download: 1198/4281 items 77.0/220.6MB 34% complete (7.8M/s) |
144 | 2024-09-04T16:09:17.301Z | Download: 2223/4281 items 119.0/220.6MB 53% complete (9.9M/s) |
145 | 2024-09-04T16:09:23.975Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (9.1M/s) |
146 | 2024-09-04T16:09:28.480Z | Download: Completed 220.60 MB in 28.31 seconds (7.8M/s) |
147 | 2024-09-04T16:09:31.019Z | Actions: 1/5063 actions (Removing old actions) |
148 | 2024-09-04T16:09:31.045Z | Actions: 194/5063 actions (Installing new actions) |
149 | 2024-09-04T16:09:36.146Z | Actions: 4080/5063 actions (Installing new actions) |
150 | 2024-09-04T16:09:37.441Z | Actions: 4226/5063 actions (Updating modified actions) |
151 | 2024-09-04T16:09:37.915Z | Actions: Completed 5063 actions in 6.90 seconds. |
152 | 2024-09-04T16:09:38.197Z | Done (0.273s) |
153 | 2024-09-04T16:09:38.199Z | Done (0.000s) |
154 | 2024-09-04T16:09:38.574Z | Done (0.377s) |
155 | 2024-09-04T16:09:46.557Z | Done (7.809s) |
156 | 2024-09-04T16:09:47.192Z | Done (0.562s) |
157 | 2024-09-04T16:09:47.195Z | Done (0.000s) |
158 | 2024-09-04T16:09:47.362Z | Done (0.000s) |
159 | 2024-09-04T16:09:47.945Z | Planning: Evaluating mediator changes ... Done |
160 | 2024-09-04T16:09:48.108Z | Planning: Checking for conflicting actions ... Done |
161 | 2024-09-04T16:09:48.110Z | Planning: Consolidating action changes ... Done |
162 | 2024-09-04T16:09:48.379Z | Planning: Evaluating mediators ... Done |
163 | 2024-09-04T16:09:48.381Z | Planning: Planning completed in 0.43 seconds |
164 | 2024-09-04T16:09:48.419Z | Mediators to change: 2 |
165 | 2024-09-04T16:09:48.421Z | Create boot environment: No |
166 | 2024-09-04T16:09:48.421Z | Create backup boot environment: No |
167 | 2024-09-04T16:09:48.542Z | Done |
168 | 2024-09-04T16:09:48.542Z | Done |
169 | 2024-09-04T16:09:48.813Z | Done |
170 | 2024-09-04T16:09:52.386Z | Done |
171 | 2024-09-04T16:09:52.471Z | Done |
172 | 2024-09-04T16:09:52.473Z | Done |
173 | 2024-09-04T16:09:52.580Z | Done |
174 | 2024-09-04T16:09:53.186Z | Planning: Evaluating mediator changes ... Done |
175 | 2024-09-04T16:09:53.189Z | Planning: Merging actions ... Done |
176 | 2024-09-04T16:09:53.379Z | Planning: Checking for conflicting actions ... Done |
177 | 2024-09-04T16:09:53.381Z | Planning: Consolidating action changes ... Done |
178 | 2024-09-04T16:09:53.646Z | Planning: Evaluating mediators ... Done |
179 | 2024-09-04T16:09:53.700Z | Planning: Planning completed in 0.76 seconds |
180 | 2024-09-04T16:09:53.739Z | Packages to change: 1 |
181 | 2024-09-04T16:09:53.739Z | Mediators to change: 1 |
182 | 2024-09-04T16:09:53.741Z | Services to change: 1 |
183 | 2024-09-04T16:09:53.741Z | Create boot environment: No |
184 | 2024-09-04T16:09:53.741Z | Create backup boot environment: Yes |
185 | 2024-09-04T16:09:55.722Z | Actions: 1/6 actions (Updating modified actions) |
186 | 2024-09-04T16:09:55.892Z | Actions: Completed 6 actions in 0.17 seconds. |
187 | 2024-09-04T16:09:55.894Z | Done |
188 | 2024-09-04T16:09:55.894Z | Done |
189 | 2024-09-04T16:09:55.971Z | Done |
190 | 2024-09-04T16:09:59.532Z | Done |
191 | 2024-09-04T16:09:59.621Z | Done |
192 | 2024-09-04T16:09:59.623Z | Done |
193 | 2024-09-04T16:09:59.773Z | Done |
194 | 2024-09-04T16:10:00.203Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
195 | 2024-09-04T16:10:00.203Z | clang system 15 system |
196 | 2024-09-04T16:10:00.203Z | csh system system illumos |
197 | 2024-09-04T16:10:00.203Z | ctags system system illumos |
198 | 2024-09-04T16:10:00.203Z | gcc vendor 12 vendor |
199 | 2024-09-04T16:10:00.203Z | gcc system 10 system |
200 | 2024-09-04T16:10:00.203Z | gcc system 7 system |
201 | 2024-09-04T16:10:00.203Z | go system 1.20 system |
202 | 2024-09-04T16:10:00.203Z | go system 1.19 system |
203 | 2024-09-04T16:10:00.203Z | llvm system 15 system |
204 | 2024-09-04T16:10:00.203Z | llvm system 14 system |
205 | 2024-09-04T16:10:00.203Z | mariadb system 10.6 system |
206 | 2024-09-04T16:10:00.203Z | mta vendor vendor dma |
207 | 2024-09-04T16:10:00.203Z | openjdk system 17 system |
208 | 2024-09-04T16:10:00.203Z | openjdk system 11 system |
209 | 2024-09-04T16:10:00.203Z | openjdk system 1.8 system |
210 | 2024-09-04T16:10:00.204Z | openssl vendor 3 vendor |
211 | 2024-09-04T16:10:00.204Z | perl system 5.36 system |
212 | 2024-09-04T16:10:00.204Z | postgresql system 15 system |
213 | 2024-09-04T16:10:00.204Z | postgresql system 13 system |
214 | 2024-09-04T16:10:00.204Z | python vendor 3 vendor |
215 | 2024-09-04T16:10:00.204Z | python system 2 system |
216 | 2024-09-04T16:10:00.204Z | python3 system 3.11 system |
217 | 2024-09-04T16:10:00.204Z | ruby system 3.0 system |
218 | 2024-09-04T16:10:00.204Z | words vendor vendor american-english |
219 | 2024-09-04T16:10:00.204Z | words system system australian-english |
220 | 2024-09-04T16:10:00.204Z | words system system british-english |
221 | 2024-09-04T16:10:00.204Z | words system system canadian-english |
222 | 2024-09-04T16:10:00.204Z | words system system french |
223 | 2024-09-04T16:10:00.204Z | words system system italian |
224 | 2024-09-04T16:10:00.204Z | words system system ngerman |
225 | 2024-09-04T16:10:00.204Z | words system system ogerman |
226 | 2024-09-04T16:10:00.204Z | words system system spanish |
227 | 2024-09-04T16:10:00.537Z | PUBLISHER TYPE STATUS P LOCATION |
228 | 2024-09-04T16:10:00.537Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
229 | 2024-09-04T16:10:02.311Z | FMRI IFO |
230 | 2024-09-04T16:10:02.311Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
231 | 2024-09-04T16:10:02.311Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
232 | 2024-09-04T16:10:02.311Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
233 | 2024-09-04T16:10:02.311Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
234 | 2024-09-04T16:10:02.311Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
235 | 2024-09-04T16:10:02.311Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
236 | 2024-09-04T16:10:02.311Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
237 | 2024-09-04T16:10:02.311Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
238 | 2024-09-04T16:10:02.311Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
239 | 2024-09-04T16:10:02.311Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
240 | 2024-09-04T16:10:02.311Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
241 | 2024-09-04T16:10:02.311Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
242 | 2024-09-04T16:10:02.311Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
243 | 2024-09-04T16:10:02.906Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
244 | 2024-09-04T16:10:03.202Z | Updating crates.io index |
245 | 2024-09-04T16:10:03.204Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
246 | 2024-09-04T16:10:04.403Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
247 | 2024-09-04T16:10:05.189Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
248 | 2024-09-04T16:10:05.429Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
249 | 2024-09-04T16:10:06.885Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
250 | 2024-09-04T16:10:07.144Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
251 | 2024-09-04T16:10:07.454Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
252 | 2024-09-04T16:10:08.440Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
253 | 2024-09-04T16:10:10.343Z | Updating git repository `https://github.com/oxidecomputer/opte` |
254 | 2024-09-04T16:10:11.368Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
255 | 2024-09-04T16:10:12.105Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
256 | 2024-09-04T16:10:12.375Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
257 | 2024-09-04T16:10:12.996Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
258 | 2024-09-04T16:10:13.388Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
259 | 2024-09-04T16:10:13.624Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
260 | 2024-09-04T16:10:13.976Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
261 | 2024-09-04T16:10:14.297Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
262 | 2024-09-04T16:10:14.580Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
263 | 2024-09-04T16:10:14.820Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
264 | 2024-09-04T16:10:15.078Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
265 | 2024-09-04T16:10:15.423Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
266 | 2024-09-04T16:10:15.719Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
267 | 2024-09-04T16:10:16.022Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
268 | 2024-09-04T16:10:16.435Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
269 | 2024-09-04T16:10:16.877Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
270 | 2024-09-04T16:10:17.217Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
271 | 2024-09-04T16:10:17.620Z | Updating git repository `https://github.com/oxidecomputer/typify` |
272 | 2024-09-04T16:10:19.708Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
273 | 2024-09-04T16:10:19.964Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
274 | 2024-09-04T16:10:20.209Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
275 | 2024-09-04T16:10:20.557Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
276 | 2024-09-04T16:10:21.791Z | Downloading crates ... |
277 | 2024-09-04T16:10:21.894Z | Downloaded anstyle-query v1.0.3 |
278 | 2024-09-04T16:10:21.896Z | Downloaded camino-tempfile v1.1.1 |
279 | 2024-09-04T16:10:21.899Z | Downloaded block-buffer v0.10.4 |
280 | 2024-09-04T16:10:21.899Z | Downloaded byteorder v1.5.0 |
281 | 2024-09-04T16:10:21.903Z | Downloaded anstream v0.6.14 |
282 | 2024-09-04T16:10:21.907Z | Downloaded scroll_derive v0.12.0 |
283 | 2024-09-04T16:10:21.907Z | Downloaded is_terminal_polyfill v1.70.0 |
284 | 2024-09-04T16:10:21.907Z | Downloaded equivalent v1.0.1 |
285 | 2024-09-04T16:10:21.920Z | Downloaded usdt-macro v0.5.0 |
286 | 2024-09-04T16:10:21.927Z | Downloaded anstyle-parse v0.2.4 |
287 | 2024-09-04T16:10:21.929Z | Downloaded heck v0.4.1 |
288 | 2024-09-04T16:10:21.929Z | Downloaded dof v0.3.0 |
289 | 2024-09-04T16:10:21.933Z | Downloaded fastrand v2.1.0 |
290 | 2024-09-04T16:10:21.933Z | Downloaded cargo-platform v0.1.8 |
291 | 2024-09-04T16:10:21.935Z | Downloaded bytecount v0.6.8 |
292 | 2024-09-04T16:10:21.935Z | Downloaded crypto-common v0.1.6 |
293 | 2024-09-04T16:10:21.935Z | Downloaded heck v0.5.0 |
294 | 2024-09-04T16:10:21.938Z | Downloaded colorchoice v1.0.1 |
295 | 2024-09-04T16:10:21.938Z | Downloaded anstyle v1.0.8 |
296 | 2024-09-04T16:10:21.941Z | Downloaded strsim v0.11.1 |
297 | 2024-09-04T16:10:21.941Z | Downloaded autocfg v1.3.0 |
298 | 2024-09-04T16:10:21.943Z | Downloaded unicode-linebreak v0.1.5 |
299 | 2024-09-04T16:10:21.943Z | Downloaded usdt v0.5.0 |
300 | 2024-09-04T16:10:21.947Z | Downloaded macaddr v1.0.1 |
301 | 2024-09-04T16:10:21.947Z | Downloaded fs-err v2.11.0 |
302 | 2024-09-04T16:10:21.949Z | Downloaded terminal_size v0.3.0 |
303 | 2024-09-04T16:10:21.949Z | Downloaded tabled_derive v0.7.0 |
304 | 2024-09-04T16:10:21.949Z | Downloaded smawk v0.3.2 |
305 | 2024-09-04T16:10:21.952Z | Downloaded plain v0.2.3 |
306 | 2024-09-04T16:10:21.952Z | Downloaded version_check v0.9.5 |
307 | 2024-09-04T16:10:21.954Z | Downloaded thiserror v1.0.63 |
308 | 2024-09-04T16:10:21.960Z | Downloaded cfg-if v1.0.0 |
309 | 2024-09-04T16:10:21.962Z | Downloaded proc-macro-error v1.0.4 |
310 | 2024-09-04T16:10:21.966Z | Downloaded memmap v0.7.0 |
311 | 2024-09-04T16:10:21.970Z | Downloaded quote v1.0.36 |
312 | 2024-09-04T16:10:21.972Z | Downloaded cargo_toml v0.20.4 |
313 | 2024-09-04T16:10:21.975Z | Downloaded anyhow v1.0.86 |
314 | 2024-09-04T16:10:21.978Z | Downloaded dtrace-parser v0.2.0 |
315 | 2024-09-04T16:10:21.981Z | Downloaded usdt-attr-macro v0.5.0 |
316 | 2024-09-04T16:10:21.983Z | Downloaded pretty-hex v0.4.1 |
317 | 2024-09-04T16:10:21.986Z | Downloaded clap_derive v4.5.13 |
318 | 2024-09-04T16:10:21.991Z | Downloaded zerocopy-derive v0.7.34 |
319 | 2024-09-04T16:10:21.996Z | Downloaded generic-array v0.14.7 |
320 | 2024-09-04T16:10:21.999Z | Downloaded sha2 v0.10.8 |
321 | 2024-09-04T16:10:22.001Z | Downloaded proc-macro2 v1.0.86 |
322 | 2024-09-04T16:10:22.004Z | Downloaded bitflags v2.6.0 |
323 | 2024-09-04T16:10:22.006Z | Downloaded itoa v1.0.11 |
324 | 2024-09-04T16:10:22.009Z | Downloaded serde_spanned v0.6.7 |
325 | 2024-09-04T16:10:22.011Z | Downloaded ryu v1.0.18 |
326 | 2024-09-04T16:10:22.014Z | Downloaded fnv v1.0.7 |
327 | 2024-09-04T16:10:22.014Z | Downloaded pest_generator v2.7.10 |
328 | 2024-09-04T16:10:22.014Z | Downloaded digest v0.10.7 |
329 | 2024-09-04T16:10:22.016Z | Downloaded swrite v0.1.0 |
330 | 2024-09-04T16:10:22.024Z | Downloaded serde_tokenstream v0.2.2 |
331 | 2024-09-04T16:10:22.024Z | Downloaded proc-macro-error-attr v1.0.4 |
332 | 2024-09-04T16:10:22.024Z | Downloaded utf8parse v0.2.1 |
333 | 2024-09-04T16:10:22.027Z | Downloaded thiserror-impl v1.0.63 |
334 | 2024-09-04T16:10:22.027Z | Downloaded toml_datetime v0.6.8 |
335 | 2024-09-04T16:10:22.029Z | Downloaded thread-id v4.2.1 |
336 | 2024-09-04T16:10:22.029Z | Downloaded ucd-trie v0.1.6 |
337 | 2024-09-04T16:10:22.032Z | Downloaded errno v0.3.9 |
338 | 2024-09-04T16:10:22.032Z | Downloaded clap v4.5.16 |
339 | 2024-09-04T16:10:22.041Z | Downloaded once_cell v1.19.0 |
340 | 2024-09-04T16:10:22.044Z | Downloaded clap_lex v0.7.0 |
341 | 2024-09-04T16:10:22.047Z | Downloaded papergrid v0.11.0 |
342 | 2024-09-04T16:10:22.049Z | Downloaded semver v1.0.23 |
343 | 2024-09-04T16:10:22.052Z | Downloaded cargo_metadata v0.18.1 |
344 | 2024-09-04T16:10:22.052Z | Downloaded pest_derive v2.7.10 |
345 | 2024-09-04T16:10:22.057Z | Downloaded scroll v0.12.0 |
346 | 2024-09-04T16:10:22.059Z | Downloaded toml v0.8.19 |
347 | 2024-09-04T16:10:22.061Z | Downloaded usdt-impl v0.5.0 |
348 | 2024-09-04T16:10:22.067Z | Downloaded log v0.4.21 |
349 | 2024-09-04T16:10:22.070Z | Downloaded serde v1.0.208 |
350 | 2024-09-04T16:10:22.074Z | Downloaded textwrap v0.16.1 |
351 | 2024-09-04T16:10:22.076Z | Downloaded unicode-ident v1.0.12 |
352 | 2024-09-04T16:10:22.079Z | Downloaded tempfile v3.10.1 |
353 | 2024-09-04T16:10:22.081Z | Downloaded typenum v1.17.0 |
354 | 2024-09-04T16:10:22.083Z | Downloaded pest_meta v2.7.10 |
355 | 2024-09-04T16:10:22.086Z | Downloaded cpufeatures v0.2.12 |
356 | 2024-09-04T16:10:22.088Z | Downloaded serde_derive v1.0.208 |
357 | 2024-09-04T16:10:22.090Z | Downloaded camino v1.1.9 |
358 | 2024-09-04T16:10:22.101Z | Downloaded indexmap v2.4.0 |
359 | 2024-09-04T16:10:22.107Z | Downloaded toml_edit v0.22.20 |
360 | 2024-09-04T16:10:22.127Z | Downloaded pest v2.7.10 |
361 | 2024-09-04T16:10:22.132Z | Downloaded memchr v2.7.2 |
362 | 2024-09-04T16:10:22.151Z | Downloaded serde_json v1.0.125 |
363 | 2024-09-04T16:10:22.158Z | Downloaded hashbrown v0.14.5 |
364 | 2024-09-04T16:10:22.168Z | Downloaded clap_builder v4.5.15 |
365 | 2024-09-04T16:10:22.176Z | Downloaded zerocopy v0.7.34 |
366 | 2024-09-04T16:10:22.191Z | Downloaded winnow v0.6.18 |
367 | 2024-09-04T16:10:22.199Z | Downloaded goblin v0.8.2 |
368 | 2024-09-04T16:10:22.204Z | Downloaded tabled v0.15.0 |
369 | 2024-09-04T16:10:22.219Z | Downloaded syn v2.0.74 |
370 | 2024-09-04T16:10:22.229Z | Downloaded syn v1.0.109 |
371 | 2024-09-04T16:10:22.239Z | Downloaded rustix v0.38.34 |
372 | 2024-09-04T16:10:22.260Z | Downloaded unicode-width v0.1.13 |
373 | 2024-09-04T16:10:22.277Z | Downloaded libc v0.2.158 |
374 | 2024-09-04T16:10:22.578Z | Compiling proc-macro2 v1.0.86 |
375 | 2024-09-04T16:10:22.581Z | Compiling unicode-ident v1.0.12 |
376 | 2024-09-04T16:10:22.581Z | Compiling version_check v0.9.5 |
377 | 2024-09-04T16:10:22.581Z | Compiling serde v1.0.208 |
378 | 2024-09-04T16:10:22.581Z | Compiling thiserror v1.0.63 |
379 | 2024-09-04T16:10:22.581Z | Compiling memchr v2.7.2 |
380 | 2024-09-04T16:10:22.581Z | Compiling libc v0.2.158 |
381 | 2024-09-04T16:10:22.626Z | Compiling ucd-trie v0.1.6 |
382 | 2024-09-04T16:10:22.917Z | Compiling itoa v1.0.11 |
383 | 2024-09-04T16:10:23.135Z | Compiling ryu v1.0.18 |
384 | 2024-09-04T16:10:23.356Z | Compiling once_cell v1.19.0 |
385 | 2024-09-04T16:10:23.411Z | Compiling byteorder v1.5.0 |
386 | 2024-09-04T16:10:23.672Z | Compiling serde_json v1.0.125 |
387 | 2024-09-04T16:10:23.965Z | Compiling rustix v0.38.34 |
388 | 2024-09-04T16:10:25.287Z | Compiling bitflags v2.6.0 |
389 | 2024-09-04T16:10:25.329Z | Compiling proc-macro-error-attr v1.0.4 |
390 | 2024-09-04T16:10:25.331Z | Compiling usdt-impl v0.5.0 |
391 | 2024-09-04T16:10:25.435Z | Compiling syn v1.0.109 |
392 | 2024-09-04T16:10:25.661Z | Compiling proc-macro-error v1.0.4 |
393 | 2024-09-04T16:10:25.704Z | Compiling log v0.4.21 |
394 | 2024-09-04T16:10:25.726Z | Compiling equivalent v1.0.1 |
395 | 2024-09-04T16:10:25.826Z | Compiling utf8parse v0.2.1 |
396 | 2024-09-04T16:10:25.851Z | Compiling plain v0.2.3 |
397 | 2024-09-04T16:10:25.948Z | Compiling hashbrown v0.14.5 |
398 | 2024-09-04T16:10:25.988Z | Compiling camino v1.1.9 |
399 | 2024-09-04T16:10:26.011Z | Compiling anstyle-parse v0.2.4 |
400 | 2024-09-04T16:10:26.066Z | Compiling thread-id v4.2.1 |
401 | 2024-09-04T16:10:26.092Z | Compiling quote v1.0.36 |
402 | 2024-09-04T16:10:26.342Z | Compiling colorchoice v1.0.1 |
403 | 2024-09-04T16:10:26.366Z | Compiling unicode-width v0.1.13 |
404 | 2024-09-04T16:10:26.503Z | Compiling syn v2.0.74 |
405 | 2024-09-04T16:10:26.584Z | Compiling errno v0.3.9 |
406 | 2024-09-04T16:10:26.732Z | Compiling anstyle v1.0.8 |
407 | 2024-09-04T16:10:26.820Z | Compiling semver v1.0.23 |
408 | 2024-09-04T16:10:26.844Z | Compiling anstyle-query v1.0.3 |
409 | 2024-09-04T16:10:26.986Z | Compiling winnow v0.6.18 |
410 | 2024-09-04T16:10:27.166Z | Compiling indexmap v2.4.0 |
411 | 2024-09-04T16:10:27.194Z | Compiling is_terminal_polyfill v1.70.0 |
412 | 2024-09-04T16:10:27.320Z | Compiling autocfg v1.3.0 |
413 | 2024-09-04T16:10:27.344Z | Compiling pretty-hex v0.4.1 |
414 | 2024-09-04T16:10:27.627Z | Compiling anstream v0.6.14 |
415 | 2024-09-04T16:10:28.282Z | Compiling fs-err v2.11.0 |
416 | 2024-09-04T16:10:28.415Z | Compiling fnv v1.0.7 |
417 | 2024-09-04T16:10:28.470Z | Compiling strsim v0.11.1 |
418 | 2024-09-04T16:10:28.514Z | Compiling heck v0.5.0 |
419 | 2024-09-04T16:10:28.543Z | Compiling heck v0.4.1 |
420 | 2024-09-04T16:10:28.568Z | Compiling clap_lex v0.7.0 |
421 | 2024-09-04T16:10:29.014Z | Compiling terminal_size v0.3.0 |
422 | 2024-09-04T16:10:29.038Z | Compiling fastrand v2.1.0 |
423 | 2024-09-04T16:10:29.067Z | Compiling anyhow v1.0.86 |
424 | 2024-09-04T16:10:29.208Z | Compiling cfg-if v1.0.0 |
425 | 2024-09-04T16:10:29.311Z | Compiling bytecount v0.6.8 |
426 | 2024-09-04T16:10:29.530Z | Compiling papergrid v0.11.0 |
427 | 2024-09-04T16:10:29.580Z | Compiling tempfile v3.10.1 |
428 | 2024-09-04T16:10:29.651Z | Compiling clap_builder v4.5.15 |
429 | 2024-09-04T16:10:30.049Z | Compiling memmap v0.7.0 |
430 | 2024-09-04T16:10:30.102Z | Compiling unicode-linebreak v0.1.5 |
431 | 2024-09-04T16:10:30.393Z | Compiling smawk v0.3.2 |
432 | 2024-09-04T16:10:30.588Z | Compiling textwrap v0.16.1 |
433 | 2024-09-04T16:10:30.812Z | Compiling swrite v0.1.0 |
434 | 2024-09-04T16:10:32.130Z | Compiling tabled_derive v0.7.0 |
435 | 2024-09-04T16:10:33.714Z | Compiling tabled v0.15.0 |
436 | 2024-09-04T16:10:35.011Z | Compiling serde_derive v1.0.208 |
437 | 2024-09-04T16:10:35.014Z | Compiling thiserror-impl v1.0.63 |
438 | 2024-09-04T16:10:35.014Z | Compiling zerocopy-derive v0.7.34 |
439 | 2024-09-04T16:10:35.095Z | Compiling scroll_derive v0.12.0 |
440 | 2024-09-04T16:10:35.487Z | Compiling clap_derive v4.5.13 |
441 | 2024-09-04T16:10:36.436Z | Compiling scroll v0.12.0 |
442 | 2024-09-04T16:10:36.900Z | Compiling goblin v0.8.2 |
443 | 2024-09-04T16:10:37.074Z | Compiling zerocopy v0.7.34 |
444 | 2024-09-04T16:10:37.579Z | Compiling pest v2.7.10 |
445 | 2024-09-04T16:10:39.297Z | Compiling clap v4.5.16 |
446 | 2024-09-04T16:10:39.974Z | Compiling pest_meta v2.7.10 |
447 | 2024-09-04T16:10:40.844Z | Compiling pest_generator v2.7.10 |
448 | 2024-09-04T16:10:42.704Z | Compiling pest_derive v2.7.10 |
449 | 2024-09-04T16:10:43.363Z | Compiling dtrace-parser v0.2.0 |
450 | 2024-09-04T16:10:45.439Z | Compiling toml_datetime v0.6.8 |
451 | 2024-09-04T16:10:45.440Z | Compiling serde_spanned v0.6.7 |
452 | 2024-09-04T16:10:45.442Z | Compiling cargo-platform v0.1.8 |
453 | 2024-09-04T16:10:45.820Z | Compiling serde_tokenstream v0.2.2 |
454 | 2024-09-04T16:10:45.853Z | Compiling toml_edit v0.22.20 |
455 | 2024-09-04T16:10:46.007Z | Compiling macaddr v1.0.1 |
456 | 2024-09-04T16:10:46.096Z | Compiling camino-tempfile v1.1.1 |
457 | 2024-09-04T16:10:46.853Z | Compiling dof v0.3.0 |
458 | 2024-09-04T16:10:46.853Z | Compiling cargo_metadata v0.18.1 |
459 | 2024-09-04T16:10:48.610Z | Compiling toml v0.8.19 |
460 | 2024-09-04T16:10:48.869Z | Compiling usdt-macro v0.5.0 |
461 | 2024-09-04T16:10:48.869Z | Compiling usdt-attr-macro v0.5.0 |
462 | 2024-09-04T16:10:49.519Z | Compiling cargo_toml v0.20.4 |
463 | 2024-09-04T16:10:50.226Z | Compiling usdt v0.5.0 |
464 | 2024-09-04T16:10:52.976Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
465 | 2024-09-04T16:10:57.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.49s |
466 | 2024-09-04T16:10:57.426Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
467 | 2024-09-04T16:10:57.984Z | Downloading crates ... |
468 | 2024-09-04T16:10:58.099Z | Downloaded async-stream-impl v0.3.5 |
469 | 2024-09-04T16:10:58.102Z | Downloaded atty v0.2.14 |
470 | 2024-09-04T16:10:58.106Z | Downloaded ciborium-io v0.2.2 |
471 | 2024-09-04T16:10:58.109Z | Downloaded cfg_aliases v0.1.1 |
472 | 2024-09-04T16:10:58.116Z | Downloaded darling_macro v0.20.9 |
473 | 2024-09-04T16:10:58.118Z | Downloaded crucible-workspace-hack v0.1.0 |
474 | 2024-09-04T16:10:58.121Z | Downloaded bitstruct_derive v0.1.0 |
475 | 2024-09-04T16:10:58.121Z | Downloaded async-recursion v1.1.1 |
476 | 2024-09-04T16:10:58.124Z | Downloaded addr2line v0.21.0 |
477 | 2024-09-04T16:10:58.127Z | Downloaded hubpack_derive v0.1.1 |
478 | 2024-09-04T16:10:58.129Z | Downloaded iana-time-zone v0.1.60 |
479 | 2024-09-04T16:10:58.132Z | Downloaded cassowary v0.3.0 |
480 | 2024-09-04T16:10:58.135Z | Downloaded http-body v0.4.6 |
481 | 2024-09-04T16:10:58.137Z | Downloaded crc-catalog v2.4.0 |
482 | 2024-09-04T16:10:58.139Z | Downloaded convert_case v0.4.0 |
483 | 2024-09-04T16:10:58.141Z | Downloaded match_cfg v0.1.0 |
484 | 2024-09-04T16:10:58.141Z | Downloaded cbc v0.1.2 |
485 | 2024-09-04T16:10:58.143Z | Downloaded crc v3.2.1 |
486 | 2024-09-04T16:10:58.145Z | Downloaded const_format_proc_macros v0.2.32 |
487 | 2024-09-04T16:10:58.148Z | Downloaded num-conv v0.1.0 |
488 | 2024-09-04T16:10:58.151Z | Downloaded newtype_derive v0.1.6 |
489 | 2024-09-04T16:10:58.153Z | Downloaded ctr v0.9.2 |
490 | 2024-09-04T16:10:58.156Z | Downloaded multimap v0.10.0 |
491 | 2024-09-04T16:10:58.156Z | Downloaded managed v0.8.0 |
492 | 2024-09-04T16:10:58.158Z | Downloaded lazycell v1.3.0 |
493 | 2024-09-04T16:10:58.161Z | Downloaded lru v0.12.3 |
494 | 2024-09-04T16:10:58.161Z | Downloaded newline-converter v0.3.0 |
495 | 2024-09-04T16:10:58.163Z | Downloaded linked-hash-map v0.5.6 |
496 | 2024-09-04T16:10:58.163Z | Downloaded bitstruct v0.1.1 |
497 | 2024-09-04T16:10:58.165Z | Downloaded async-stream v0.3.5 |
498 | 2024-09-04T16:10:58.168Z | Downloaded md-5 v0.10.6 |
499 | 2024-09-04T16:10:58.170Z | Downloaded maybe-uninit v2.0.0 |
500 | 2024-09-04T16:10:58.170Z | Downloaded bcs v0.1.6 |
501 | 2024-09-04T16:10:58.172Z | Downloaded hyper-rustls v0.24.2 |
502 | 2024-09-04T16:10:58.183Z | Downloaded num v0.4.3 |
503 | 2024-09-04T16:10:58.183Z | Downloaded cobs v0.2.3 |
504 | 2024-09-04T16:10:58.183Z | Downloaded chacha20 v0.9.1 |
505 | 2024-09-04T16:10:58.183Z | Downloaded jobserver v0.1.32 |
506 | 2024-09-04T16:10:58.186Z | Downloaded mime_guess v2.0.4 |
507 | 2024-09-04T16:10:58.186Z | Downloaded array-init v0.0.4 |
508 | 2024-09-04T16:10:58.188Z | Downloaded hmac v0.12.1 |
509 | 2024-09-04T16:10:58.188Z | Downloaded home v0.5.9 |
510 | 2024-09-04T16:10:58.191Z | Downloaded cstr-argument v0.1.2 |
511 | 2024-09-04T16:10:58.191Z | Downloaded crunchy v0.2.2 |
512 | 2024-09-04T16:10:58.194Z | Downloaded native-tls v0.2.11 |
513 | 2024-09-04T16:10:58.194Z | Downloaded hostname v0.4.0 |
514 | 2024-09-04T16:10:58.196Z | Downloaded ascii-canvas v3.0.0 |
515 | 2024-09-04T16:10:58.200Z | Downloaded bcrypt-pbkdf v0.10.0 |
516 | 2024-09-04T16:10:58.203Z | Downloaded mockall_derive v0.13.0 |
517 | 2024-09-04T16:10:58.203Z | Downloaded slab v0.4.9 |
518 | 2024-09-04T16:10:58.205Z | Downloaded signal-hook-tokio v0.3.1 |
519 | 2024-09-04T16:10:58.205Z | Downloaded serde_plain v1.0.2 |
520 | 2024-09-04T16:10:58.207Z | Downloaded miniz_oxide v0.7.2 |
521 | 2024-09-04T16:10:58.209Z | Downloaded try-lock v0.2.5 |
522 | 2024-09-04T16:10:58.212Z | Downloaded ciborium-ll v0.2.2 |
523 | 2024-09-04T16:10:58.212Z | Downloaded instant v0.1.12 |
524 | 2024-09-04T16:10:58.214Z | Downloaded matches v0.1.10 |
525 | 2024-09-04T16:10:58.214Z | Downloaded httparse v1.8.0 |
526 | 2024-09-04T16:10:58.217Z | Downloaded rustc-hash v1.1.0 |
527 | 2024-09-04T16:10:58.220Z | Downloaded constant_time_eq v0.3.0 |
528 | 2024-09-04T16:10:58.220Z | Downloaded buf-list v1.0.3 |
529 | 2024-09-04T16:10:58.223Z | Downloaded blowfish v0.9.1 |
530 | 2024-09-04T16:10:58.226Z | Downloaded tinyvec_macros v0.1.1 |
531 | 2024-09-04T16:10:58.226Z | Downloaded cookie v0.18.1 |
532 | 2024-09-04T16:10:58.228Z | Downloaded ident_case v1.0.1 |
533 | 2024-09-04T16:10:58.230Z | Downloaded castaway v0.2.3 |
534 | 2024-09-04T16:10:58.230Z | Downloaded bit-set v0.5.3 |
535 | 2024-09-04T16:10:58.233Z | Downloaded new_debug_unreachable v1.0.6 |
536 | 2024-09-04T16:10:58.233Z | Downloaded derive_builder_macro v0.20.0 |
537 | 2024-09-04T16:10:58.235Z | Downloaded base16ct v0.2.0 |
538 | 2024-09-04T16:10:58.235Z | Downloaded sigpipe v0.1.3 |
539 | 2024-09-04T16:10:58.237Z | Downloaded blake2 v0.10.6 |
540 | 2024-09-04T16:10:58.239Z | Downloaded structmeta v0.2.0 |
541 | 2024-09-04T16:10:58.242Z | Downloaded inout v0.1.3 |
542 | 2024-09-04T16:10:58.242Z | Downloaded maplit v1.0.2 |
543 | 2024-09-04T16:10:58.244Z | Downloaded linear-map v1.2.0 |
544 | 2024-09-04T16:10:58.246Z | Downloaded rustversion v1.0.17 |
545 | 2024-09-04T16:10:58.248Z | Downloaded rusty-fork v0.3.0 |
546 | 2024-09-04T16:10:58.250Z | Downloaded base64ct v1.6.0 |
547 | 2024-09-04T16:10:58.252Z | Downloaded base64 v0.13.1 |
548 | 2024-09-04T16:10:58.255Z | Downloaded async-trait v0.1.81 |
549 | 2024-09-04T16:10:58.259Z | Downloaded scrypt v0.11.0 |
550 | 2024-09-04T16:10:58.261Z | Downloaded fxhash v0.2.1 |
551 | 2024-09-04T16:10:58.263Z | Downloaded signal-hook-registry v1.4.2 |
552 | 2024-09-04T16:10:58.263Z | Downloaded serde_path_to_error v0.1.16 |
553 | 2024-09-04T16:10:58.266Z | Downloaded crossbeam-deque v0.8.5 |
554 | 2024-09-04T16:10:58.268Z | Downloaded bzip2 v0.4.4 |
555 | 2024-09-04T16:10:58.271Z | Downloaded nibble_vec v0.1.0 |
556 | 2024-09-04T16:10:58.271Z | Downloaded crc32fast v1.4.0 |
557 | 2024-09-04T16:10:58.273Z | Downloaded stringprep v0.1.4 |
558 | 2024-09-04T16:10:58.276Z | Downloaded structmeta-derive v0.3.0 |
559 | 2024-09-04T16:10:58.278Z | Downloaded tls_codec v0.4.1 |
560 | 2024-09-04T16:10:58.278Z | Downloaded structmeta-derive v0.2.0 |
561 | 2024-09-04T16:10:58.280Z | Downloaded xattr v1.3.1 |
562 | 2024-09-04T16:10:58.282Z | Downloaded rustls-pemfile v1.0.4 |
563 | 2024-09-04T16:10:58.285Z | Downloaded siphasher v0.3.11 |
564 | 2024-09-04T16:10:58.287Z | Downloaded darling_core v0.20.9 |
565 | 2024-09-04T16:10:58.291Z | Downloaded similar v2.6.0 |
566 | 2024-09-04T16:10:58.296Z | Downloaded backtrace v0.3.71 |
567 | 2024-09-04T16:10:58.302Z | Downloaded fallible-streaming-iterator v0.1.9 |
568 | 2024-09-04T16:10:58.304Z | Downloaded group v0.13.0 |
569 | 2024-09-04T16:10:58.306Z | Downloaded allocator-api2 v0.2.18 |
570 | 2024-09-04T16:10:58.308Z | Downloaded take_mut v0.2.2 |
571 | 2024-09-04T16:10:58.311Z | Downloaded num-integer v0.1.46 |
572 | 2024-09-04T16:10:58.313Z | Downloaded enum-as-inner v0.6.0 |
573 | 2024-09-04T16:10:58.315Z | Downloaded num-iter v0.1.45 |
574 | 2024-09-04T16:10:58.315Z | Downloaded libloading v0.8.3 |
575 | 2024-09-04T16:10:58.317Z | Downloaded num-derive v0.4.2 |
576 | 2024-09-04T16:10:58.320Z | Downloaded phf_shared v0.11.2 |
577 | 2024-09-04T16:10:58.322Z | Downloaded tokio-tungstenite v0.21.0 |
578 | 2024-09-04T16:10:58.324Z | Downloaded nu-ansi-term v0.50.0 |
579 | 2024-09-04T16:10:58.327Z | Downloaded tokio-tungstenite v0.20.1 |
580 | 2024-09-04T16:10:58.329Z | Downloaded time-core v0.1.2 |
581 | 2024-09-04T16:10:58.332Z | Downloaded tower-service v0.3.2 |
582 | 2024-09-04T16:10:58.334Z | Downloaded fd-lock v4.0.2 |
583 | 2024-09-04T16:10:58.336Z | Downloaded base64 v0.22.1 |
584 | 2024-09-04T16:10:58.339Z | Downloaded packed_struct v0.10.1 |
585 | 2024-09-04T16:10:58.341Z | Downloaded salsa20 v0.10.2 |
586 | 2024-09-04T16:10:58.343Z | Downloaded predicates-tree v1.0.9 |
587 | 2024-09-04T16:10:58.345Z | Downloaded radium v0.7.0 |
588 | 2024-09-04T16:10:58.345Z | Downloaded predicates-core v1.0.6 |
589 | 2024-09-04T16:10:58.347Z | Downloaded float-ord v0.3.2 |
590 | 2024-09-04T16:10:58.347Z | Downloaded yasna v0.5.2 |
591 | 2024-09-04T16:10:58.350Z | Downloaded futures-channel v0.3.30 |
592 | 2024-09-04T16:10:58.352Z | Downloaded peg-runtime v0.8.3 |
593 | 2024-09-04T16:10:58.355Z | Downloaded slog-envlogger v2.2.0 |
594 | 2024-09-04T16:10:58.357Z | Downloaded derive_builder_core v0.20.0 |
595 | 2024-09-04T16:10:58.360Z | Downloaded headers-core v0.2.0 |
596 | 2024-09-04T16:10:58.360Z | Downloaded crc-any v2.5.0 |
597 | 2024-09-04T16:10:58.362Z | Downloaded psl-types v2.0.11 |
598 | 2024-09-04T16:10:58.364Z | Downloaded parking_lot_core v0.9.10 |
599 | 2024-09-04T16:10:58.367Z | Downloaded pem v3.0.4 |
600 | 2024-09-04T16:10:58.369Z | Downloaded crossbeam-channel v0.5.12 |
601 | 2024-09-04T16:10:58.372Z | Downloaded chacha20poly1305 v0.10.1 |
602 | 2024-09-04T16:10:58.374Z | Downloaded defmt-macros v0.3.9 |
603 | 2024-09-04T16:10:58.378Z | Downloaded rpassword v7.3.1 |
604 | 2024-09-04T16:10:58.380Z | Downloaded pin-project-internal v1.1.5 |
605 | 2024-09-04T16:10:58.383Z | Downloaded vergen v8.3.2 |
606 | 2024-09-04T16:10:58.385Z | Downloaded dirs-sys-next v0.1.2 |
607 | 2024-09-04T16:10:58.387Z | Downloaded foreign-types v0.3.2 |
608 | 2024-09-04T16:10:58.387Z | Downloaded ena v0.14.3 |
609 | 2024-09-04T16:10:58.389Z | Downloaded embedded-io v0.4.0 |
610 | 2024-09-04T16:10:58.391Z | Downloaded untrusted v0.7.1 |
611 | 2024-09-04T16:10:58.393Z | Downloaded zerocopy v0.6.6 |
612 | 2024-09-04T16:10:58.396Z | Downloaded futures-macro v0.3.30 |
613 | 2024-09-04T16:10:58.398Z | Downloaded predicates v3.1.2 |
614 | 2024-09-04T16:10:58.401Z | Downloaded ghash v0.5.1 |
615 | 2024-09-04T16:10:58.403Z | Downloaded peg-macros v0.8.4 |
616 | 2024-09-04T16:10:58.405Z | Downloaded fatfs v0.3.6 |
617 | 2024-09-04T16:10:58.408Z | Downloaded precomputed-hash v0.1.1 |
618 | 2024-09-04T16:10:58.408Z | Downloaded primeorder v0.13.6 |
619 | 2024-09-04T16:10:58.410Z | Downloaded peg v0.8.4 |
620 | 2024-09-04T16:10:58.413Z | Downloaded ref-cast v1.0.23 |
621 | 2024-09-04T16:10:58.416Z | Downloaded russh-cryptovec v0.7.2 |
622 | 2024-09-04T16:10:58.418Z | Downloaded tungstenite v0.20.1 |
623 | 2024-09-04T16:10:58.420Z | Downloaded serde_arrays v0.1.0 |
624 | 2024-09-04T16:10:58.424Z | Downloaded static_assertions v1.1.0 |
625 | 2024-09-04T16:10:58.426Z | Downloaded libm v0.2.8 |
626 | 2024-09-04T16:10:58.432Z | Downloaded stable_deref_trait v1.2.0 |
627 | 2024-09-04T16:10:58.434Z | Downloaded sec1 v0.7.3 |
628 | 2024-09-04T16:10:58.436Z | Downloaded tokio-macros v2.4.0 |
629 | 2024-09-04T16:10:58.439Z | Downloaded universal-hash v0.5.1 |
630 | 2024-09-04T16:10:58.439Z | Downloaded strum v0.26.3 |
631 | 2024-09-04T16:10:58.441Z | Downloaded pin-project v1.1.5 |
632 | 2024-09-04T16:10:58.451Z | Downloaded deranged v0.3.11 |
633 | 2024-09-04T16:10:58.453Z | Downloaded opaque-debug v0.3.1 |
634 | 2024-09-04T16:10:58.455Z | Downloaded hash32 v0.2.1 |
635 | 2024-09-04T16:10:58.457Z | Downloaded fallible-iterator v0.2.0 |
636 | 2024-09-04T16:10:58.457Z | Downloaded postgres-types v0.2.7 |
637 | 2024-09-04T16:10:58.459Z | Downloaded filetime v0.2.25 |
638 | 2024-09-04T16:10:58.462Z | Downloaded foreign-types-shared v0.1.1 |
639 | 2024-09-04T16:10:58.464Z | Downloaded crossterm v0.27.0 |
640 | 2024-09-04T16:10:58.469Z | Downloaded foreign-types-macros v0.2.3 |
641 | 2024-09-04T16:10:58.471Z | Downloaded openssl-macros v0.1.1 |
642 | 2024-09-04T16:10:58.473Z | Downloaded hex-literal v0.4.1 |
643 | 2024-09-04T16:10:58.473Z | Downloaded pem-rfc7468 v0.7.0 |
644 | 2024-09-04T16:10:58.475Z | Downloaded pretty-hex v0.2.1 |
645 | 2024-09-04T16:10:58.478Z | Downloaded aes-gcm v0.10.3 |
646 | 2024-09-04T16:10:58.480Z | Downloaded oso v0.27.3 |
647 | 2024-09-04T16:10:58.484Z | Downloaded want v0.3.1 |
648 | 2024-09-04T16:10:58.495Z | Downloaded sqlparser_derive v0.2.2 |
649 | 2024-09-04T16:10:58.497Z | Downloaded dropshot_endpoint v0.10.1 |
650 | 2024-09-04T16:10:58.499Z | Downloaded twox-hash v1.6.3 |
651 | 2024-09-04T16:10:58.502Z | Downloaded topological-sort v0.2.2 |
652 | 2024-09-04T16:10:58.502Z | Downloaded diesel_table_macro_syntax v0.2.0 |
653 | 2024-09-04T16:10:58.505Z | Downloaded tiny-keccak v2.0.2 |
654 | 2024-09-04T16:10:58.507Z | Downloaded utf-8 v0.7.6 |
655 | 2024-09-04T16:10:58.507Z | Downloaded futures-sink v0.3.30 |
656 | 2024-09-04T16:10:58.509Z | Downloaded unarray v0.1.4 |
657 | 2024-09-04T16:10:58.509Z | Downloaded dsl_auto_type v0.1.2 |
658 | 2024-09-04T16:10:58.511Z | Downloaded hashlink v0.9.1 |
659 | 2024-09-04T16:10:58.513Z | Downloaded untrusted v0.9.0 |
660 | 2024-09-04T16:10:58.516Z | Downloaded ron v0.7.1 |
661 | 2024-09-04T16:10:58.521Z | Downloaded http v1.1.0 |
662 | 2024-09-04T16:10:58.525Z | Downloaded sync_wrapper v0.1.2 |
663 | 2024-09-04T16:10:58.527Z | Downloaded parse-size v1.0.0 |
664 | 2024-09-04T16:10:58.527Z | Downloaded ppv-lite86 v0.2.17 |
665 | 2024-09-04T16:10:58.529Z | Downloaded elliptic-curve v0.13.8 |
666 | 2024-09-04T16:10:58.533Z | Downloaded toolchain_find v0.4.0 |
667 | 2024-09-04T16:10:58.535Z | Downloaded spin v0.9.8 |
668 | 2024-09-04T16:10:58.538Z | Downloaded serde-hex v0.1.0 |
669 | 2024-09-04T16:10:58.540Z | Downloaded erased-serde v0.3.31 |
670 | 2024-09-04T16:10:58.543Z | Downloaded waitgroup v0.1.2 |
671 | 2024-09-04T16:10:58.543Z | Downloaded toml v0.7.8 |
672 | 2024-09-04T16:10:58.548Z | Downloaded vte_generate_state_changes v0.1.1 |
673 | 2024-09-04T16:10:58.550Z | Downloaded termcolor v1.4.1 |
674 | 2024-09-04T16:10:58.550Z | Downloaded smf v0.2.3 |
675 | 2024-09-04T16:10:58.552Z | Downloaded num-bigint v0.4.5 |
676 | 2024-09-04T16:10:58.556Z | Downloaded slog-bunyan v2.5.0 |
677 | 2024-09-04T16:10:58.558Z | Downloaded portpicker v0.1.1 |
678 | 2024-09-04T16:10:58.558Z | Downloaded pkg-config v0.3.30 |
679 | 2024-09-04T16:10:58.561Z | Downloaded num_enum v0.5.11 |
680 | 2024-09-04T16:10:58.565Z | Downloaded polyval v0.6.2 |
681 | 2024-09-04T16:10:58.567Z | Downloaded signal-hook v0.3.17 |
682 | 2024-09-04T16:10:58.570Z | Downloaded minimal-lexical v0.2.1 |
683 | 2024-09-04T16:10:58.575Z | Downloaded dhcproto-macros v0.1.0 |
684 | 2024-09-04T16:10:58.578Z | Downloaded flume v0.11.0 |
685 | 2024-09-04T16:10:58.580Z | Downloaded der v0.7.9 |
686 | 2024-09-04T16:10:58.586Z | Downloaded semver v0.1.20 |
687 | 2024-09-04T16:10:58.588Z | Downloaded uzers v0.11.3 |
688 | 2024-09-04T16:10:58.591Z | Downloaded thiserror-impl-no-std v2.0.2 |
689 | 2024-09-04T16:10:58.591Z | Downloaded time-macros v0.2.18 |
690 | 2024-09-04T16:10:58.593Z | Downloaded num_enum_derive v0.5.11 |
691 | 2024-09-04T16:10:58.595Z | Downloaded wait-timeout v0.2.0 |
692 | 2024-09-04T16:10:58.598Z | Downloaded ecdsa v0.16.9 |
693 | 2024-09-04T16:10:58.600Z | Downloaded unicode-bidi v0.3.15 |
694 | 2024-09-04T16:10:58.602Z | Downloaded downcast v0.11.0 |
695 | 2024-09-04T16:10:58.606Z | Downloaded tokio-rustls v0.24.1 |
696 | 2024-09-04T16:10:58.606Z | Downloaded sct v0.7.1 |
697 | 2024-09-04T16:10:58.608Z | Downloaded unicode_categories v0.1.1 |
698 | 2024-09-04T16:10:58.611Z | Downloaded phf v0.11.2 |
699 | 2024-09-04T16:10:58.613Z | Downloaded password-hash v0.4.2 |
700 | 2024-09-04T16:10:58.615Z | Downloaded omicron-zone-package v0.11.0 |
701 | 2024-09-04T16:10:58.618Z | Downloaded tabwriter v1.4.0 |
702 | 2024-09-04T16:10:58.620Z | Downloaded zone_cfg_derive v0.1.2 |
703 | 2024-09-04T16:10:58.622Z | Downloaded foreign-types v0.5.0 |
704 | 2024-09-04T16:10:58.622Z | Downloaded parse-display v0.10.0 |
705 | 2024-09-04T16:10:58.624Z | Downloaded time v0.3.36 |
706 | 2024-09-04T16:10:58.629Z | Downloaded itertools v0.10.5 |
707 | 2024-09-04T16:10:58.636Z | Downloaded olpc-cjson v0.1.3 |
708 | 2024-09-04T16:10:58.639Z | Downloaded hash32 v0.3.1 |
709 | 2024-09-04T16:10:58.641Z | Downloaded serde_urlencoded v0.7.1 |
710 | 2024-09-04T16:10:58.641Z | Downloaded tokio-tungstenite v0.23.1 |
711 | 2024-09-04T16:10:58.643Z | Downloaded ref-cast-impl v1.0.23 |
712 | 2024-09-04T16:10:58.646Z | Downloaded scheduled-thread-pool v0.2.7 |
713 | 2024-09-04T16:10:58.646Z | Downloaded tokio-rustls v0.25.0 |
714 | 2024-09-04T16:10:58.648Z | Downloaded tracing-core v0.1.32 |
715 | 2024-09-04T16:10:58.651Z | Downloaded smallvec v0.6.14 |
716 | 2024-09-04T16:10:58.653Z | Downloaded gethostname v0.5.0 |
717 | 2024-09-04T16:10:58.655Z | Downloaded endian-type v0.1.2 |
718 | 2024-09-04T16:10:58.655Z | Downloaded zone_cfg_derive v0.3.0 |
719 | 2024-09-04T16:10:58.655Z | Downloaded thread_local v1.1.8 |
720 | 2024-09-04T16:10:58.657Z | Downloaded zone v0.1.8 |
721 | 2024-09-04T16:10:58.657Z | Downloaded rsa v0.9.6 |
722 | 2024-09-04T16:10:58.662Z | Downloaded walkdir v2.5.0 |
723 | 2024-09-04T16:10:58.664Z | Downloaded futures-task v0.3.30 |
724 | 2024-09-04T16:10:58.667Z | Downloaded futures-core v0.3.30 |
725 | 2024-09-04T16:10:58.669Z | Downloaded packed_struct_codegen v0.10.1 |
726 | 2024-09-04T16:10:58.669Z | Downloaded foreign-types-shared v0.3.1 |
727 | 2024-09-04T16:10:58.671Z | Downloaded zeroize_derive v1.4.2 |
728 | 2024-09-04T16:10:58.671Z | Downloaded zeroize v1.7.0 |
729 | 2024-09-04T16:10:58.674Z | Downloaded toml_edit v0.19.15 |
730 | 2024-09-04T16:10:58.688Z | Downloaded pin-project-lite v0.2.14 |
731 | 2024-09-04T16:10:58.693Z | Downloaded thiserror-no-std v2.0.2 |
732 | 2024-09-04T16:10:58.697Z | Downloaded difflib v0.4.0 |
733 | 2024-09-04T16:10:58.700Z | Downloaded display-error-chain v0.2.1 |
734 | 2024-09-04T16:10:58.700Z | Downloaded termios v0.3.3 |
735 | 2024-09-04T16:10:58.702Z | Downloaded serde_with_macros v3.9.0 |
736 | 2024-09-04T16:10:58.704Z | Downloaded uuid v1.10.0 |
737 | 2024-09-04T16:10:58.706Z | Downloaded tls_codec_derive v0.4.1 |
738 | 2024-09-04T16:10:58.708Z | Downloaded powerfmt v0.2.0 |
739 | 2024-09-04T16:10:58.711Z | Downloaded rand v0.8.5 |
740 | 2024-09-04T16:10:58.714Z | Downloaded rustc-demangle v0.1.24 |
741 | 2024-09-04T16:10:58.716Z | Downloaded socket2 v0.5.7 |
742 | 2024-09-04T16:10:58.718Z | Downloaded float-cmp v0.9.0 |
743 | 2024-09-04T16:10:58.720Z | Downloaded rustc_version v0.4.0 |
744 | 2024-09-04T16:10:58.720Z | Downloaded env_logger v0.10.2 |
745 | 2024-09-04T16:10:58.723Z | Downloaded enum-as-inner v0.5.1 |
746 | 2024-09-04T16:10:58.725Z | Downloaded parking_lot v0.11.2 |
747 | 2024-09-04T16:10:58.728Z | Downloaded url v2.5.2 |
748 | 2024-09-04T16:10:58.730Z | Downloaded steno v0.4.1 |
749 | 2024-09-04T16:10:58.734Z | Downloaded quick-error v1.2.3 |
750 | 2024-09-04T16:10:58.737Z | Downloaded rand_seeder v0.3.0 |
751 | 2024-09-04T16:10:58.739Z | Downloaded rand_core v0.6.4 |
752 | 2024-09-04T16:10:58.739Z | Downloaded russh-keys v0.45.0 |
753 | 2024-09-04T16:10:58.742Z | Downloaded num-traits v0.2.19 |
754 | 2024-09-04T16:10:58.745Z | Downloaded hickory-resolver v0.24.1 |
755 | 2024-09-04T16:10:58.749Z | Downloaded rustc_version v0.1.7 |
756 | 2024-09-04T16:10:58.752Z | Downloaded parking_lot_core v0.8.6 |
757 | 2024-09-04T16:10:58.754Z | Downloaded parking_lot v0.12.2 |
758 | 2024-09-04T16:10:58.756Z | Downloaded socket2 v0.4.10 |
759 | 2024-09-04T16:10:58.758Z | Downloaded crossterm v0.28.1 |
760 | 2024-09-04T16:10:58.764Z | Downloaded p256 v0.13.2 |
761 | 2024-09-04T16:10:58.767Z | Downloaded tokio-postgres v0.7.11 |
762 | 2024-09-04T16:10:58.772Z | Downloaded test-strategy v0.3.1 |
763 | 2024-09-04T16:10:58.775Z | Downloaded serde_yaml v0.9.34+deprecated |
764 | 2024-09-04T16:10:58.780Z | Downloaded schemars v0.8.21 |
765 | 2024-09-04T16:10:58.791Z | Downloaded zip v0.6.6 |
766 | 2024-09-04T16:10:58.795Z | Downloaded postcard v1.0.8 |
767 | 2024-09-04T16:10:58.798Z | Downloaded diesel_derives v2.2.2 |
768 | 2024-09-04T16:10:58.802Z | Downloaded typed-path v0.7.1 |
769 | 2024-09-04T16:10:58.809Z | Downloaded tough v0.17.1 |
770 | 2024-09-04T16:10:58.817Z | Downloaded unicode-normalization v0.1.23 |
771 | 2024-09-04T16:10:58.821Z | Downloaded x509-cert v0.2.5 |
772 | 2024-09-04T16:10:58.827Z | Downloaded rcgen v0.12.1 |
773 | 2024-09-04T16:10:58.830Z | Downloaded hashbrown v0.12.3 |
774 | 2024-09-04T16:10:58.835Z | Downloaded chrono v0.4.38 |
775 | 2024-09-04T16:10:58.842Z | Downloaded publicsuffix v2.2.3 |
776 | 2024-09-04T16:10:58.845Z | Downloaded ssh-key v0.6.6 |
777 | 2024-09-04T16:10:58.852Z | Downloaded winnow v0.5.40 |
778 | 2024-09-04T16:10:58.861Z | Downloaded tinyvec v1.6.0 |
779 | 2024-09-04T16:10:58.864Z | Downloaded hyper v0.14.30 |
780 | 2024-09-04T16:10:58.872Z | Downloaded idna v0.5.0 |
781 | 2024-09-04T16:10:58.880Z | Downloaded sqlparser v0.45.0 |
782 | 2024-09-04T16:10:58.886Z | Downloaded reqwest v0.11.27 |
783 | 2024-09-04T16:10:58.894Z | Downloaded quick-xml v0.31.0 |
784 | 2024-09-04T16:10:58.900Z | Downloaded flate2 v1.0.31 |
785 | 2024-09-04T16:10:58.906Z | Downloaded portable-atomic v1.6.0 |
786 | 2024-09-04T16:10:58.912Z | Downloaded nix v0.27.1 |
787 | 2024-09-04T16:10:58.923Z | Downloaded reedline v0.33.0 |
788 | 2024-09-04T16:10:58.931Z | Downloaded rustyline v14.0.0 |
789 | 2024-09-04T16:10:58.936Z | Downloaded p521 v0.13.3 |
790 | 2024-09-04T16:10:58.940Z | Downloaded serde_with v3.9.0 |
791 | 2024-09-04T16:10:58.949Z | Downloaded rustls-webpki v0.101.7 |
792 | 2024-09-04T16:10:58.963Z | Downloaded idna v0.2.3 |
793 | 2024-09-04T16:10:58.971Z | Downloaded futures-util v0.3.30 |
794 | 2024-09-04T16:10:58.982Z | Downloaded curve25519-dalek v4.1.3 |
795 | 2024-09-04T16:10:58.992Z | Downloaded rayon v1.10.0 |
796 | 2024-09-04T16:10:59.001Z | Downloaded trust-dns-proto v0.22.0 |
797 | 2024-09-04T16:10:59.014Z | Downloaded nix v0.28.0 |
798 | 2024-09-04T16:10:59.025Z | Downloaded rustls-webpki v0.102.4 |
799 | 2024-09-04T16:10:59.043Z | Downloaded vcpkg v0.2.15 |
800 | 2024-09-04T16:10:59.083Z | Downloaded object v0.30.4 |
801 | 2024-09-04T16:10:59.093Z | Downloaded regress v0.9.1 |
802 | 2024-09-04T16:10:59.102Z | Downloaded regex-syntax v0.8.4 |
803 | 2024-09-04T16:10:59.111Z | Downloaded webpki-roots v0.25.4 |
804 | 2024-09-04T16:10:59.114Z | Downloaded dropshot v0.10.1 |
805 | 2024-09-04T16:10:59.125Z | Downloaded object v0.32.2 |
806 | 2024-09-04T16:10:59.136Z | Downloaded smoltcp v0.11.0 |
807 | 2024-09-04T16:10:59.150Z | Downloaded hickory-proto v0.24.1 |
808 | 2024-09-04T16:10:59.165Z | Downloaded rustls v0.22.4 |
809 | 2024-09-04T16:10:59.179Z | Downloaded diesel v2.2.3 |
810 | 2024-09-04T16:10:59.197Z | Downloaded sled v0.34.7 |
811 | 2024-09-04T16:10:59.208Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
812 | 2024-09-04T16:10:59.220Z | Downloaded polar-core v0.27.3 |
813 | 2024-09-04T16:10:59.230Z | Downloaded gimli v0.28.1 |
814 | 2024-09-04T16:10:59.237Z | Downloaded openapiv3 v2.0.0 |
815 | 2024-09-04T16:10:59.249Z | Downloaded ratatui v0.28.0 |
816 | 2024-09-04T16:10:59.270Z | Downloaded zerocopy-derive v0.6.6 |
817 | 2024-09-04T16:10:59.280Z | Downloaded regex-automata v0.4.6 |
818 | 2024-09-04T16:10:59.297Z | Downloaded finl_unicode v1.2.0 |
819 | 2024-09-04T16:10:59.311Z | Downloaded petgraph v0.6.5 |
820 | 2024-09-04T16:10:59.328Z | Downloaded tokio v1.39.3 |
821 | 2024-09-04T16:10:59.366Z | Downloaded sha3 v0.10.8 |
822 | 2024-09-04T16:10:59.371Z | Downloaded csv v1.3.0 |
823 | 2024-09-04T16:10:59.390Z | Downloaded regex v1.10.6 |
824 | 2024-09-04T16:10:59.403Z | Downloaded openssl v0.10.66 |
825 | 2024-09-04T16:10:59.412Z | Downloaded smoltcp v0.9.1 |
826 | 2024-09-04T16:10:59.423Z | Downloaded rustls v0.21.12 |
827 | 2024-09-04T16:10:59.434Z | Downloaded bstr v1.9.1 |
828 | 2024-09-04T16:10:59.444Z | Downloaded p384 v0.13.0 |
829 | 2024-09-04T16:10:59.450Z | Downloaded regex-syntax v0.6.29 |
830 | 2024-09-04T16:10:59.457Z | Downloaded radix_trie v0.2.1 |
831 | 2024-09-04T16:10:59.463Z | Downloaded rusqlite v0.31.0 |
832 | 2024-09-04T16:10:59.469Z | Downloaded proptest v1.5.0 |
833 | 2024-09-04T16:10:59.478Z | Downloaded lalrpop v0.19.12 |
834 | 2024-09-04T16:10:59.489Z | Downloaded git2 v0.19.0 |
835 | 2024-09-04T16:10:59.497Z | Downloaded idna v0.3.0 |
836 | 2024-09-04T16:10:59.504Z | Downloaded idna v0.4.0 |
837 | 2024-09-04T16:10:59.510Z | Downloaded bitvec v1.0.1 |
838 | 2024-09-04T16:10:59.525Z | Downloaded bindgen v0.69.4 |
839 | 2024-09-04T16:10:59.532Z | Downloaded h2 v0.3.26 |
840 | 2024-09-04T16:10:59.538Z | Downloaded snafu v0.8.2 |
841 | 2024-09-04T16:10:59.545Z | Downloaded hashbrown v0.13.2 |
842 | 2024-09-04T16:10:59.548Z | Downloaded itertools v0.13.0 |
843 | 2024-09-04T16:10:59.555Z | Downloaded tar v0.4.41 |
844 | 2024-09-04T16:10:59.557Z | Downloaded blake3 v1.5.1 |
845 | 2024-09-04T16:10:59.564Z | Downloaded fragile v2.0.0 |
846 | 2024-09-04T16:10:59.567Z | Downloaded parse-display-derive v0.10.0 |
847 | 2024-09-04T16:10:59.569Z | Downloaded snafu-derive v0.8.2 |
848 | 2024-09-04T16:10:59.569Z | Downloaded slog-term v2.9.1 |
849 | 2024-09-04T16:10:59.571Z | Downloaded expectorate v1.1.0 |
850 | 2024-09-04T16:10:59.573Z | Downloaded unicode-segmentation v1.11.0 |
851 | 2024-09-04T16:10:59.576Z | Downloaded tokio-util v0.7.11 |
852 | 2024-09-04T16:10:59.582Z | Downloaded hkdf v0.12.4 |
853 | 2024-09-04T16:10:59.584Z | Downloaded encoding_rs v0.8.34 |
854 | 2024-09-04T16:10:59.606Z | Downloaded debug-ignore v1.0.5 |
855 | 2024-09-04T16:10:59.608Z | Downloaded data-encoding v2.6.0 |
856 | 2024-09-04T16:10:59.610Z | Downloaded tap v1.0.1 |
857 | 2024-09-04T16:10:59.610Z | Downloaded prettyplease v0.2.20 |
858 | 2024-09-04T16:10:59.613Z | Downloaded heapless v0.7.17 |
859 | 2024-09-04T16:10:59.616Z | Downloaded env_logger v0.9.3 |
860 | 2024-09-04T16:10:59.618Z | Downloaded pkcs1 v0.7.5 |
861 | 2024-09-04T16:10:59.620Z | Downloaded funty v2.0.0 |
862 | 2024-09-04T16:10:59.622Z | Downloaded form_urlencoded v1.2.1 |
863 | 2024-09-04T16:10:59.622Z | Downloaded rand_xorshift v0.3.0 |
864 | 2024-09-04T16:10:59.625Z | Downloaded strum_macros v0.26.4 |
865 | 2024-09-04T16:10:59.625Z | Downloaded pkcs5 v0.7.1 |
866 | 2024-09-04T16:10:59.628Z | Downloaded half v2.4.1 |
867 | 2024-09-04T16:10:59.631Z | Downloaded nom v7.1.3 |
868 | 2024-09-04T16:10:59.636Z | Downloaded heapless v0.8.0 |
869 | 2024-09-04T16:10:59.640Z | Downloaded libxml v0.3.3 |
870 | 2024-09-04T16:10:59.646Z | Downloaded smallvec v1.13.2 |
871 | 2024-09-04T16:10:59.648Z | Downloaded poly1305 v0.8.0 |
872 | 2024-09-04T16:10:59.651Z | Downloaded aho-corasick v1.1.3 |
873 | 2024-09-04T16:10:59.656Z | Downloaded supports-color v3.0.0 |
874 | 2024-09-04T16:10:59.659Z | Downloaded subtle v2.5.0 |
875 | 2024-09-04T16:10:59.659Z | Downloaded headers v0.3.9 |
876 | 2024-09-04T16:10:59.663Z | Downloaded pbkdf2 v0.12.2 |
877 | 2024-09-04T16:10:59.665Z | Downloaded pbkdf2 v0.11.0 |
878 | 2024-09-04T16:10:59.668Z | Downloaded term v0.7.0 |
879 | 2024-09-04T16:10:59.672Z | Downloaded tracing v0.1.40 |
880 | 2024-09-04T16:10:59.680Z | Downloaded mio v0.8.11 |
881 | 2024-09-04T16:10:59.697Z | Downloaded diff v0.1.13 |
882 | 2024-09-04T16:10:59.701Z | Downloaded schemars_derive v0.8.21 |
883 | 2024-09-04T16:10:59.703Z | Downloaded russh v0.45.0 |
884 | 2024-09-04T16:10:59.711Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
885 | 2024-09-04T16:10:59.779Z | Downloaded rtoolbox v0.0.2 |
886 | 2024-09-04T16:10:59.782Z | Downloaded ed25519-dalek v2.1.1 |
887 | 2024-09-04T16:10:59.785Z | Downloaded futures-io v0.3.30 |
888 | 2024-09-04T16:10:59.785Z | Downloaded futures-executor v0.3.30 |
889 | 2024-09-04T16:10:59.788Z | Downloaded wyz v0.5.1 |
890 | 2024-09-04T16:10:59.788Z | Downloaded phf_shared v0.10.0 |
891 | 2024-09-04T16:10:59.788Z | Downloaded slog v2.7.0 |
892 | 2024-09-04T16:10:59.791Z | Downloaded dhcproto v0.12.0 |
893 | 2024-09-04T16:10:59.793Z | Downloaded derive-where v1.2.7 |
894 | 2024-09-04T16:10:59.797Z | Downloaded openssl-sys v0.9.103 |
895 | 2024-09-04T16:10:59.802Z | Downloaded unsafe-libyaml v0.2.11 |
896 | 2024-09-04T16:10:59.805Z | Downloaded flagset v0.4.5 |
897 | 2024-09-04T16:10:59.808Z | Downloaded tracing-attributes v0.1.27 |
898 | 2024-09-04T16:10:59.811Z | Downloaded which v4.4.2 |
899 | 2024-09-04T16:10:59.812Z | Downloaded num-bigint-dig v0.8.4 |
900 | 2024-09-04T16:10:59.817Z | Downloaded aes v0.8.4 |
901 | 2024-09-04T16:10:59.820Z | Downloaded pin-utils v0.1.0 |
902 | 2024-09-04T16:10:59.820Z | Downloaded percent-encoding v2.3.1 |
903 | 2024-09-04T16:10:59.822Z | Downloaded dyn-clone v1.0.17 |
904 | 2024-09-04T16:10:59.822Z | Downloaded pkcs8 v0.10.2 |
905 | 2024-09-04T16:10:59.825Z | Downloaded num-rational v0.4.2 |
906 | 2024-09-04T16:10:59.828Z | Downloaded hickory-client v0.24.1 |
907 | 2024-09-04T16:10:59.831Z | Downloaded sqlformat v0.2.4 |
908 | 2024-09-04T16:10:59.831Z | Downloaded secrecy v0.8.0 |
909 | 2024-09-04T16:10:59.834Z | Downloaded rustfmt-wrapper v0.2.1 |
910 | 2024-09-04T16:10:59.834Z | Downloaded rand_chacha v0.3.1 |
911 | 2024-09-04T16:10:59.836Z | Downloaded r2d2 v0.8.10 |
912 | 2024-09-04T16:10:59.836Z | Downloaded fixedbitset v0.4.2 |
913 | 2024-09-04T16:10:59.839Z | Downloaded der_derive v0.7.2 |
914 | 2024-09-04T16:10:59.839Z | Downloaded subprocess v0.2.9 |
915 | 2024-09-04T16:10:59.841Z | Downloaded serde-big-array v0.5.1 |
916 | 2024-09-04T16:10:59.845Z | Downloaded spki v0.7.3 |
917 | 2024-09-04T16:10:59.845Z | Downloaded spin v0.5.2 |
918 | 2024-09-04T16:10:59.847Z | Downloaded slog-dtrace v0.3.0 |
919 | 2024-09-04T16:10:59.847Z | Downloaded unicase v2.7.0 |
920 | 2024-09-04T16:10:59.847Z | Downloaded itertools v0.12.1 |
921 | 2024-09-04T16:10:59.854Z | Downloaded hex v0.4.3 |
922 | 2024-09-04T16:10:59.857Z | Downloaded getopts v0.2.21 |
923 | 2024-09-04T16:10:59.859Z | Downloaded samael v0.0.15 |
924 | 2024-09-04T16:10:59.862Z | Downloaded heck v0.3.3 |
925 | 2024-09-04T16:10:59.865Z | Downloaded either v1.13.0 |
926 | 2024-09-04T16:10:59.865Z | Downloaded rustls-pki-types v1.7.0 |
927 | 2024-09-04T16:10:59.868Z | Downloaded rustls-pemfile v2.1.3 |
928 | 2024-09-04T16:10:59.871Z | Downloaded serde_derive_internals v0.29.1 |
929 | 2024-09-04T16:10:59.874Z | Downloaded rayon-core v1.12.1 |
930 | 2024-09-04T16:10:59.877Z | Downloaded unicode-truncate v1.0.0 |
931 | 2024-09-04T16:10:59.877Z | Downloaded strum_macros v0.25.3 |
932 | 2024-09-04T16:10:59.880Z | Downloaded strum_macros v0.24.3 |
933 | 2024-09-04T16:10:59.880Z | Downloaded slog-async v2.8.0 |
934 | 2024-09-04T16:10:59.883Z | Downloaded owo-colors v4.0.0 |
935 | 2024-09-04T16:10:59.886Z | Downloaded getrandom v0.2.14 |
936 | 2024-09-04T16:10:59.889Z | Downloaded tungstenite v0.23.0 |
937 | 2024-09-04T16:10:59.892Z | Downloaded tungstenite v0.21.0 |
938 | 2024-09-04T16:10:59.895Z | Downloaded base64 v0.21.7 |
939 | 2024-09-04T16:10:59.898Z | Downloaded shlex v1.3.0 |
940 | 2024-09-04T16:10:59.898Z | Downloaded shell-words v1.1.0 |
941 | 2024-09-04T16:10:59.900Z | Downloaded defmt v0.3.8 |
942 | 2024-09-04T16:10:59.903Z | Downloaded mio v1.0.2 |
943 | 2024-09-04T16:10:59.906Z | Downloaded proc-macro-crate v1.3.1 |
944 | 2024-09-04T16:10:59.909Z | Downloaded futures v0.3.30 |
945 | 2024-09-04T16:10:59.912Z | Downloaded const_format v0.2.32 |
946 | 2024-09-04T16:10:59.917Z | Downloaded cc v1.0.97 |
947 | 2024-09-04T16:10:59.920Z | Downloaded derive_more v0.99.18 |
948 | 2024-09-04T16:10:59.925Z | Downloaded vte v0.11.1 |
949 | 2024-09-04T16:10:59.927Z | Downloaded indicatif v0.17.8 |
950 | 2024-09-04T16:10:59.930Z | Downloaded slog-scope v4.4.0 |
951 | 2024-09-04T16:10:59.932Z | Downloaded ron v0.8.1 |
952 | 2024-09-04T16:10:59.936Z | Downloaded arc-swap v1.7.1 |
953 | 2024-09-04T16:10:59.939Z | Downloaded dirs-next v2.0.0 |
954 | 2024-09-04T16:10:59.942Z | Downloaded zone v0.3.0 |
955 | 2024-09-04T16:10:59.942Z | Downloaded whoami v1.5.1 |
956 | 2024-09-04T16:10:59.944Z | Downloaded same-file v1.0.6 |
957 | 2024-09-04T16:10:59.944Z | Downloaded postgres-protocol v0.6.7 |
958 | 2024-09-04T16:10:59.947Z | Downloaded globset v0.4.14 |
959 | 2024-09-04T16:10:59.947Z | Downloaded unicode-xid v0.2.4 |
960 | 2024-09-04T16:10:59.950Z | Downloaded tokio-native-tls v0.3.1 |
961 | 2024-09-04T16:10:59.952Z | Downloaded string_cache v0.8.7 |
962 | 2024-09-04T16:10:59.952Z | Downloaded ssh-cipher v0.2.0 |
963 | 2024-09-04T16:10:59.955Z | Downloaded slog-stdlog v4.1.1 |
964 | 2024-09-04T16:10:59.955Z | Downloaded slog-json v2.6.1 |
965 | 2024-09-04T16:10:59.959Z | Downloaded signal-hook-mio v0.2.4 |
966 | 2024-09-04T16:10:59.959Z | Downloaded sha1 v0.10.6 |
967 | 2024-09-04T16:10:59.959Z | Downloaded rfc6979 v0.4.0 |
968 | 2024-09-04T16:10:59.962Z | Downloaded oso-derive v0.27.3 |
969 | 2024-09-04T16:10:59.962Z | Downloaded openssl-probe v0.1.5 |
970 | 2024-09-04T16:10:59.962Z | Downloaded number_prefix v0.4.0 |
971 | 2024-09-04T16:10:59.962Z | Downloaded num_threads v0.1.7 |
972 | 2024-09-04T16:10:59.966Z | Downloaded des v0.8.1 |
973 | 2024-09-04T16:10:59.966Z | Downloaded derive_builder v0.20.0 |
974 | 2024-09-04T16:10:59.970Z | Downloaded vsss-rs v3.3.4 |
975 | 2024-09-04T16:10:59.973Z | Downloaded termtree v0.4.1 |
976 | 2024-09-04T16:10:59.973Z | Downloaded path-slash v0.1.5 |
977 | 2024-09-04T16:10:59.973Z | Downloaded paste v1.0.15 |
978 | 2024-09-04T16:10:59.975Z | Downloaded password-hash v0.5.0 |
979 | 2024-09-04T16:10:59.978Z | Downloaded num-complex v0.4.6 |
980 | 2024-09-04T16:10:59.981Z | Downloaded memmap2 v0.9.4 |
981 | 2024-09-04T16:10:59.981Z | Downloaded hyper-tls v0.5.0 |
982 | 2024-09-04T16:10:59.984Z | Downloaded http v0.2.12 |
983 | 2024-09-04T16:10:59.986Z | Downloaded crypto-bigint v0.5.5 |
984 | 2024-09-04T16:10:59.992Z | Downloaded tokio-stream v0.1.15 |
985 | 2024-09-04T16:10:59.996Z | Downloaded cookie v0.17.0 |
986 | 2024-09-04T16:10:59.999Z | Downloaded crossbeam-utils v0.8.19 |
987 | 2024-09-04T16:11:00.002Z | Downloaded ciborium v0.2.2 |
988 | 2024-09-04T16:11:00.004Z | Downloaded ed25519 v2.2.3 |
989 | 2024-09-04T16:11:00.007Z | Downloaded signature v2.2.0 |
990 | 2024-09-04T16:11:00.007Z | Downloaded multer v3.1.0 |
991 | 2024-09-04T16:11:00.010Z | Downloaded lock_api v0.4.12 |
992 | 2024-09-04T16:11:00.013Z | Downloaded ipnet v2.9.0 |
993 | 2024-09-04T16:11:00.013Z | Downloaded hickory-server v0.24.1 |
994 | 2024-09-04T16:11:00.017Z | Downloaded glob v0.3.1 |
995 | 2024-09-04T16:11:00.020Z | Downloaded ff v0.13.0 |
996 | 2024-09-04T16:11:00.023Z | Downloaded fallible-iterator v0.3.0 |
997 | 2024-09-04T16:11:00.023Z | Downloaded async-bb8-diesel v0.2.1 |
998 | 2024-09-04T16:11:00.025Z | Downloaded ahash v0.8.11 |
999 | 2024-09-04T16:11:00.028Z | Downloaded defmt-parser v0.3.4 |
1000 | 2024-09-04T16:11:00.031Z | Downloaded tui-tree-widget v0.22.0 |
1001 | 2024-09-04T16:11:00.031Z | Downloaded csv-core v0.1.11 |
1002 | 2024-09-04T16:11:00.034Z | Downloaded crossbeam-epoch v0.9.18 |
1003 | 2024-09-04T16:11:00.036Z | Downloaded console v0.15.8 |
1004 | 2024-09-04T16:11:00.040Z | Downloaded clang-sys v1.7.0 |
1005 | 2024-09-04T16:11:00.040Z | Downloaded serde_repr v0.1.19 |
1006 | 2024-09-04T16:11:00.044Z | Downloaded compact_str v0.8.0 |
1007 | 2024-09-04T16:11:00.048Z | Downloaded nanorand v0.7.0 |
1008 | 2024-09-04T16:11:00.050Z | Downloaded mime v0.3.17 |
1009 | 2024-09-04T16:11:00.052Z | Downloaded cookie_store v0.20.0 |
1010 | 2024-09-04T16:11:00.052Z | Downloaded structmeta v0.3.0 |
1011 | 2024-09-04T16:11:00.055Z | Downloaded strip-ansi-escapes v0.2.0 |
1012 | 2024-09-04T16:11:00.055Z | Downloaded lru-cache v0.1.2 |
1013 | 2024-09-04T16:11:00.058Z | Downloaded ssh-encoding v0.2.0 |
1014 | 2024-09-04T16:11:00.058Z | Downloaded const-oid v0.9.6 |
1015 | 2024-09-04T16:11:00.061Z | Downloaded bytes v1.7.1 |
1016 | 2024-09-04T16:11:00.064Z | Downloaded cancel-safe-futures v0.1.5 |
1017 | 2024-09-04T16:11:00.067Z | Downloaded newtype-uuid v1.1.0 |
1018 | 2024-09-04T16:11:00.067Z | Downloaded libefi-sys v0.1.0 |
1019 | 2024-09-04T16:11:00.070Z | Downloaded mockall v0.13.0 |
1020 | 2024-09-04T16:11:00.070Z | Downloaded scopeguard v1.2.0 |
1021 | 2024-09-04T16:11:00.070Z | Downloaded keccak v0.1.5 |
1022 | 2024-09-04T16:11:00.073Z | Downloaded darling v0.20.9 |
1023 | 2024-09-04T16:11:00.076Z | Downloaded backoff v0.4.0 |
1024 | 2024-09-04T16:11:00.079Z | Downloaded arrayvec v0.7.4 |
1025 | 2024-09-04T16:11:00.083Z | Downloaded colored v2.1.0 |
1026 | 2024-09-04T16:11:00.087Z | Downloaded lazy_static v1.5.0 |
1027 | 2024-09-04T16:11:00.087Z | Downloaded adler v1.0.2 |
1028 | 2024-09-04T16:11:00.096Z | Downloaded impl-trait-for-tuples v0.2.2 |
1029 | 2024-09-04T16:11:00.096Z | Downloaded humantime v2.1.0 |
1030 | 2024-09-04T16:11:00.104Z | Downloaded resolv-conf v0.7.0 |
1031 | 2024-09-04T16:11:00.104Z | Downloaded md5 v0.7.0 |
1032 | 2024-09-04T16:11:00.104Z | Downloaded is-terminal v0.4.12 |
1033 | 2024-09-04T16:11:00.104Z | Downloaded bitfield v0.14.0 |
1034 | 2024-09-04T16:11:00.104Z | Downloaded indexmap v1.9.3 |
1035 | 2024-09-04T16:11:00.104Z | Downloaded argon2 v0.5.3 |
1036 | 2024-09-04T16:11:00.104Z | Downloaded nodrop v0.1.14 |
1037 | 2024-09-04T16:11:00.104Z | Downloaded ipnetwork v0.20.0 |
1038 | 2024-09-04T16:11:00.107Z | Downloaded hubpack v0.1.2 |
1039 | 2024-09-04T16:11:00.107Z | Downloaded ascii v1.1.0 |
1040 | 2024-09-04T16:11:00.107Z | Downloaded libsw v3.3.1 |
1041 | 2024-09-04T16:11:00.109Z | Downloaded lalrpop-util v0.19.12 |
1042 | 2024-09-04T16:11:00.109Z | Downloaded internet-checksum v0.2.1 |
1043 | 2024-09-04T16:11:00.112Z | Downloaded indent_write v2.2.0 |
1044 | 2024-09-04T16:11:00.112Z | Downloaded memoffset v0.9.1 |
1045 | 2024-09-04T16:11:00.114Z | Downloaded kstat-rs v0.2.4 |
1046 | 2024-09-04T16:11:00.114Z | Downloaded instability v0.3.2 |
1047 | 2024-09-04T16:11:00.117Z | Downloaded indoc v1.0.9 |
1048 | 2024-09-04T16:11:00.119Z | Downloaded atomicwrites v0.4.3 |
1049 | 2024-09-04T16:11:00.119Z | Downloaded normalize-line-endings v0.3.0 |
1050 | 2024-09-04T16:11:00.121Z | Downloaded is_ci v1.2.0 |
1051 | 2024-09-04T16:11:00.121Z | Downloaded hyper-staticfile v0.9.5 |
1052 | 2024-09-04T16:11:00.124Z | Downloaded httpdate v1.0.3 |
1053 | 2024-09-04T16:11:00.124Z | Downloaded curve25519-dalek-derive v0.1.1 |
1054 | 2024-09-04T16:11:00.126Z | Downloaded bitfield-struct v0.6.1 |
1055 | 2024-09-04T16:11:00.126Z | Downloaded block-padding v0.3.3 |
1056 | 2024-09-04T16:11:00.126Z | Downloaded cipher v0.4.4 |
1057 | 2024-09-04T16:11:00.129Z | Downloaded cexpr v0.6.0 |
1058 | 2024-09-04T16:11:00.131Z | Downloaded bitflags v1.3.2 |
1059 | 2024-09-04T16:11:00.133Z | Downloaded bit-vec v0.6.3 |
1060 | 2024-09-04T16:11:00.134Z | Downloaded hostname v0.3.1 |
1061 | 2024-09-04T16:11:00.136Z | Downloaded highway v1.2.0 |
1062 | 2024-09-04T16:11:00.139Z | Downloaded bb8 v0.8.5 |
1063 | 2024-09-04T16:11:00.139Z | Downloaded atomic-waker v1.1.2 |
1064 | 2024-09-04T16:11:00.139Z | Downloaded assert_matches v1.5.0 |
1065 | 2024-09-04T16:11:00.141Z | Downloaded aead v0.5.2 |
1066 | 2024-09-04T16:11:00.141Z | Downloaded http-range v0.1.5 |
1067 | 2024-09-04T16:11:00.144Z | Downloaded arrayref v0.3.7 |
1068 | 2024-09-04T16:11:00.192Z | Downloaded libz-sys v1.1.16 |
1069 | 2024-09-04T16:11:00.307Z | Downloaded ring v0.17.8 |
1070 | 2024-09-04T16:11:00.457Z | Downloaded libsqlite3-sys v0.28.0 |
1071 | 2024-09-04T16:11:00.531Z | Downloaded ring v0.16.20 |
1072 | 2024-09-04T16:11:00.708Z | Compiling serde v1.0.208 |
1073 | 2024-09-04T16:11:00.710Z | Compiling typenum v1.17.0 |
1074 | 2024-09-04T16:11:00.711Z | Compiling lock_api v0.4.12 |
1075 | 2024-09-04T16:11:00.711Z | Compiling generic-array v0.14.7 |
1076 | 2024-09-04T16:11:00.867Z | Compiling scopeguard v1.2.0 |
1077 | 2024-09-04T16:11:00.870Z | Compiling log v0.4.21 |
1078 | 2024-09-04T16:11:00.893Z | Compiling syn v2.0.74 |
1079 | 2024-09-04T16:11:00.896Z | Compiling getrandom v0.2.14 |
1080 | 2024-09-04T16:11:01.064Z | Compiling jobserver v0.1.32 |
1081 | 2024-09-04T16:11:01.200Z | Compiling rand_core v0.6.4 |
1082 | 2024-09-04T16:11:01.350Z | Compiling subtle v2.5.0 |
1083 | 2024-09-04T16:11:01.422Z | Compiling cc v1.0.97 |
1084 | 2024-09-04T16:11:01.463Z | Compiling const-oid v0.9.6 |
1085 | 2024-09-04T16:11:01.684Z | Compiling pin-project-lite v0.2.14 |
1086 | 2024-09-04T16:11:01.735Z | Compiling smallvec v1.13.2 |
1087 | 2024-09-04T16:11:01.804Z | Compiling parking_lot_core v0.9.10 |
1088 | 2024-09-04T16:11:01.806Z | Compiling signal-hook-registry v1.4.2 |
1089 | 2024-09-04T16:11:01.955Z | Compiling spin v0.9.8 |
1090 | 2024-09-04T16:11:02.112Z | Compiling mio v1.0.2 |
1091 | 2024-09-04T16:11:02.360Z | Compiling ahash v0.8.11 |
1092 | 2024-09-04T16:11:02.642Z | Compiling tinyvec_macros v0.1.1 |
1093 | 2024-09-04T16:11:02.730Z | Compiling parking_lot v0.12.2 |
1094 | 2024-09-04T16:11:02.811Z | Compiling tinyvec v1.6.0 |
1095 | 2024-09-04T16:11:02.966Z | Compiling socket2 v0.5.7 |
1096 | 2024-09-04T16:11:03.317Z | Compiling cpufeatures v0.2.12 |
1097 | 2024-09-04T16:11:03.319Z | Compiling futures-core v0.3.30 |
1098 | 2024-09-04T16:11:03.396Z | Compiling serde_json v1.0.125 |
1099 | 2024-09-04T16:11:03.554Z | Compiling futures-sink v0.3.30 |
1100 | 2024-09-04T16:11:03.556Z | Compiling libm v0.2.8 |
1101 | 2024-09-04T16:11:03.653Z | Compiling slab v0.4.9 |
1102 | 2024-09-04T16:11:03.700Z | Compiling num-traits v0.2.19 |
1103 | 2024-09-04T16:11:03.743Z | Compiling allocator-api2 v0.2.18 |
1104 | 2024-09-04T16:11:03.925Z | Compiling unicode-bidi v0.3.15 |
1105 | 2024-09-04T16:11:04.217Z | Compiling unicode-normalization v0.1.23 |
1106 | 2024-09-04T16:11:04.241Z | Compiling futures-channel v0.3.30 |
1107 | 2024-09-04T16:11:04.369Z | Compiling futures-io v0.3.30 |
1108 | 2024-09-04T16:11:04.518Z | Compiling pkg-config v0.3.30 |
1109 | 2024-09-04T16:11:04.639Z | Compiling vcpkg v0.2.15 |
1110 | 2024-09-04T16:11:04.758Z | Compiling futures-task v0.3.30 |
1111 | 2024-09-04T16:11:05.354Z | Compiling pin-utils v0.1.0 |
1112 | 2024-09-04T16:11:05.454Z | Compiling base64ct v1.6.0 |
1113 | 2024-09-04T16:11:05.476Z | Compiling ring v0.17.8 |
1114 | 2024-09-04T16:11:05.478Z | Compiling percent-encoding v2.3.1 |
1115 | 2024-09-04T16:11:05.578Z | Compiling flagset v0.4.5 |
1116 | 2024-09-04T16:11:05.799Z | Compiling ppv-lite86 v0.2.17 |
1117 | 2024-09-04T16:11:05.877Z | Compiling tracing-core v0.1.32 |
1118 | 2024-09-04T16:11:06.073Z | Compiling pem-rfc7468 v0.7.0 |
1119 | 2024-09-04T16:11:06.245Z | Compiling rustix v0.38.34 |
1120 | 2024-09-04T16:11:06.575Z | Compiling rand_chacha v0.3.1 |
1121 | 2024-09-04T16:11:06.843Z | Compiling untrusted v0.9.0 |
1122 | 2024-09-04T16:11:06.942Z | Compiling openssl-sys v0.9.103 |
1123 | 2024-09-04T16:11:07.037Z | Compiling rand v0.8.5 |
1124 | 2024-09-04T16:11:07.137Z | Compiling openssl v0.10.66 |
1125 | 2024-09-04T16:11:07.281Z | Compiling time-core v0.1.2 |
1126 | 2024-09-04T16:11:07.284Z | Compiling rustversion v1.0.17 |
1127 | 2024-09-04T16:11:07.440Z | Compiling foreign-types-shared v0.1.1 |
1128 | 2024-09-04T16:11:07.553Z | Compiling httparse v1.8.0 |
1129 | 2024-09-04T16:11:07.553Z | Compiling num-conv v0.1.0 |
1130 | 2024-09-04T16:11:07.840Z | Compiling powerfmt v0.2.0 |
1131 | 2024-09-04T16:11:08.015Z | Compiling time-macros v0.2.18 |
1132 | 2024-09-04T16:11:08.050Z | Compiling foreign-types v0.3.2 |
1133 | 2024-09-04T16:11:08.135Z | Compiling deranged v0.3.11 |
1134 | 2024-09-04T16:11:08.185Z | Compiling form_urlencoded v1.2.1 |
1135 | 2024-09-04T16:11:08.429Z | Compiling aho-corasick v1.1.3 |
1136 | 2024-09-04T16:11:08.644Z | Compiling syn v1.0.109 |
1137 | 2024-09-04T16:11:08.757Z | Compiling regex-syntax v0.8.4 |
1138 | 2024-09-04T16:11:09.299Z | Compiling siphasher v0.3.11 |
1139 | 2024-09-04T16:11:09.544Z | Compiling num_threads v0.1.7 |
1140 | 2024-09-04T16:11:09.656Z | Compiling try-lock v0.2.5 |
1141 | 2024-09-04T16:11:09.673Z | Compiling crossbeam-utils v0.8.19 |
1142 | 2024-09-04T16:11:09.799Z | Compiling native-tls v0.2.11 |
1143 | 2024-09-04T16:11:10.121Z | Compiling rustls v0.21.12 |
1144 | 2024-09-04T16:11:10.282Z | Compiling want v0.3.1 |
1145 | 2024-09-04T16:11:10.957Z | Compiling time v0.3.36 |
1146 | 2024-09-04T16:11:11.059Z | Compiling idna v0.5.0 |
1147 | 2024-09-04T16:11:11.708Z | Compiling cookie v0.17.0 |
1148 | 2024-09-04T16:11:11.969Z | Compiling regex-automata v0.4.6 |
1149 | 2024-09-04T16:11:12.290Z | Compiling openssl-probe v0.1.5 |
1150 | 2024-09-04T16:11:12.577Z | Compiling finl_unicode v1.2.0 |
1151 | 2024-09-04T16:11:13.017Z | Compiling tower-service v0.3.2 |
1152 | 2024-09-04T16:11:13.077Z | Compiling iana-time-zone v0.1.60 |
1153 | 2024-09-04T16:11:13.120Z | Compiling httpdate v1.0.3 |
1154 | 2024-09-04T16:11:13.553Z | Compiling slog v2.7.0 |
1155 | 2024-09-04T16:11:13.573Z | Compiling adler v1.0.2 |
1156 | 2024-09-04T16:11:13.771Z | Compiling miniz_oxide v0.7.2 |
1157 | 2024-09-04T16:11:14.147Z | Compiling stringprep v0.1.4 |
1158 | 2024-09-04T16:11:14.467Z | Compiling url v2.5.2 |
1159 | 2024-09-04T16:11:14.829Z | Compiling serde_derive v1.0.208 |
1160 | 2024-09-04T16:11:15.243Z | Compiling zeroize_derive v1.4.2 |
1161 | 2024-09-04T16:11:15.246Z | Compiling zerocopy-derive v0.7.34 |
1162 | 2024-09-04T16:11:15.486Z | Compiling tokio-macros v2.4.0 |
1163 | 2024-09-04T16:11:16.308Z | Compiling thiserror-impl v1.0.63 |
1164 | 2024-09-04T16:11:16.731Z | Compiling zeroize v1.7.0 |
1165 | 2024-09-04T16:11:17.110Z | Compiling futures-macro v0.3.30 |
1166 | 2024-09-04T16:11:17.303Z | Compiling zerocopy v0.7.34 |
1167 | 2024-09-04T16:11:18.412Z | Compiling crypto-common v0.1.6 |
1168 | 2024-09-04T16:11:18.619Z | Compiling block-buffer v0.10.4 |
1169 | 2024-09-04T16:11:18.818Z | Compiling digest v0.10.7 |
1170 | 2024-09-04T16:11:19.097Z | Compiling block-padding v0.3.3 |
1171 | 2024-09-04T16:11:19.227Z | Compiling hmac v0.12.1 |
1172 | 2024-09-04T16:11:19.328Z | Compiling inout v0.1.3 |
1173 | 2024-09-04T16:11:19.331Z | Compiling thiserror v1.0.63 |
1174 | 2024-09-04T16:11:19.446Z | Compiling hashbrown v0.14.5 |
1175 | 2024-09-04T16:11:19.466Z | Compiling sha2 v0.10.8 |
1176 | 2024-09-04T16:11:19.486Z | Compiling futures-util v0.3.30 |
1177 | 2024-09-04T16:11:19.578Z | Compiling cipher v0.4.4 |
1178 | 2024-09-04T16:11:20.120Z | Compiling pest v2.7.10 |
1179 | 2024-09-04T16:11:20.855Z | Compiling der_derive v0.7.2 |
1180 | 2024-09-04T16:11:22.683Z | Compiling pest_meta v2.7.10 |
1181 | 2024-09-04T16:11:22.905Z | Compiling salsa20 v0.10.2 |
1182 | 2024-09-04T16:11:23.092Z | Compiling pbkdf2 v0.12.2 |
1183 | 2024-09-04T16:11:23.198Z | Compiling der v0.7.9 |
1184 | 2024-09-04T16:11:23.249Z | Compiling scroll_derive v0.12.0 |
1185 | 2024-09-04T16:11:23.964Z | Compiling tracing-attributes v0.1.27 |
1186 | 2024-09-04T16:11:24.672Z | Compiling scroll v0.12.0 |
1187 | 2024-09-04T16:11:25.287Z | Compiling spki v0.7.3 |
1188 | 2024-09-04T16:11:25.470Z | Compiling pest_generator v2.7.10 |
1189 | 2024-09-04T16:11:25.648Z | Compiling scrypt v0.11.0 |
1190 | 2024-09-04T16:11:26.236Z | Compiling aes v0.8.4 |
1191 | 2024-09-04T16:11:26.468Z | Compiling cbc v0.1.2 |
1192 | 2024-09-04T16:11:26.707Z | Compiling goblin v0.8.2 |
1193 | 2024-09-04T16:11:27.457Z | Compiling pkcs5 v0.7.1 |
1194 | 2024-09-04T16:11:27.733Z | Compiling tracing v0.1.40 |
1195 | 2024-09-04T16:11:27.751Z | Compiling pest_derive v2.7.10 |
1196 | 2024-09-04T16:11:28.266Z | Compiling openssl-macros v0.1.1 |
1197 | 2024-09-04T16:11:28.287Z | Compiling pkcs8 v0.10.2 |
1198 | 2024-09-04T16:11:28.412Z | Compiling rustls-webpki v0.101.7 |
1199 | 2024-09-04T16:11:28.534Z | Compiling dtrace-parser v0.2.0 |
1200 | 2024-09-04T16:11:28.682Z | Compiling sct v0.7.1 |
1201 | 2024-09-04T16:11:28.979Z | Compiling bytes v1.7.1 |
1202 | 2024-09-04T16:11:29.002Z | Compiling bitflags v2.6.0 |
1203 | 2024-09-04T16:11:29.078Z | Compiling indexmap v2.4.0 |
1204 | 2024-09-04T16:11:29.142Z | Compiling semver v1.0.23 |
1205 | 2024-09-04T16:11:29.944Z | Compiling tokio v1.39.3 |
1206 | 2024-09-04T16:11:30.311Z | Compiling http v0.2.12 |
1207 | 2024-09-04T16:11:30.330Z | Compiling rustc_version v0.4.0 |
1208 | 2024-09-04T16:11:30.713Z | Compiling uuid v1.10.0 |
1209 | 2024-09-04T16:11:31.116Z | Compiling heapless v0.7.17 |
1210 | 2024-09-04T16:11:32.123Z | Compiling http-body v0.4.6 |
1211 | 2024-09-04T16:11:32.320Z | Compiling dof v0.3.0 |
1212 | 2024-09-04T16:11:32.460Z | Compiling serde_tokenstream v0.2.2 |
1213 | 2024-09-04T16:11:32.587Z | Compiling toml_datetime v0.6.8 |
1214 | 2024-09-04T16:11:32.803Z | Compiling serde_spanned v0.6.7 |
1215 | 2024-09-04T16:11:33.051Z | Compiling usdt-impl v0.5.0 |
1216 | 2024-09-04T16:11:33.074Z | Compiling chrono v0.4.38 |
1217 | 2024-09-04T16:11:33.093Z | Compiling md-5 v0.10.6 |
1218 | 2024-09-04T16:11:34.545Z | Compiling num-integer v0.1.46 |
1219 | 2024-09-04T16:11:34.624Z | Compiling backtrace v0.3.71 |
1220 | 2024-09-04T16:11:34.654Z | Compiling idna v0.3.0 |
1221 | 2024-09-04T16:11:35.140Z | Compiling lazy_static v1.5.0 |
1222 | 2024-09-04T16:11:35.268Z | Compiling hash32 v0.2.1 |
1223 | 2024-09-04T16:11:35.353Z | Compiling fallible-iterator v0.2.0 |
1224 | 2024-09-04T16:11:35.665Z | Compiling num-bigint-dig v0.8.4 |
1225 | 2024-09-04T16:11:35.979Z | Compiling base64 v0.22.1 |
1226 | 2024-09-04T16:11:36.079Z | Compiling signal-hook v0.3.17 |
1227 | 2024-09-04T16:11:36.387Z | Compiling smoltcp v0.9.1 |
1228 | 2024-09-04T16:11:36.389Z | Compiling psl-types v2.0.11 |
1229 | 2024-09-04T16:11:36.559Z | Compiling crc32fast v1.4.0 |
1230 | 2024-09-04T16:11:36.740Z | Compiling gimli v0.28.1 |
1231 | 2024-09-04T16:11:37.013Z | Compiling cfg_aliases v0.1.1 |
1232 | 2024-09-04T16:11:37.049Z | Compiling stable_deref_trait v1.2.0 |
1233 | 2024-09-04T16:11:37.119Z | Compiling nix v0.28.0 |
1234 | 2024-09-04T16:11:37.189Z | Compiling publicsuffix v2.2.3 |
1235 | 2024-09-04T16:11:37.327Z | Compiling postgres-protocol v0.6.7 |
1236 | 2024-09-04T16:11:37.526Z | Compiling num-iter v0.1.45 |
1237 | 2024-09-04T16:11:37.720Z | Compiling terminal_size v0.3.0 |
1238 | 2024-09-04T16:11:37.925Z | Compiling tokio-util v0.7.11 |
1239 | 2024-09-04T16:11:37.946Z | Compiling tokio-rustls v0.24.1 |
1240 | 2024-09-04T16:11:38.344Z | Compiling tokio-native-tls v0.3.1 |
1241 | 2024-09-04T16:11:38.362Z | Compiling hubpack_derive v0.1.1 |
1242 | 2024-09-04T16:11:38.619Z | Compiling async-trait v0.1.81 |
1243 | 2024-09-04T16:11:38.664Z | Compiling zerocopy-derive v0.6.6 |
1244 | 2024-09-04T16:11:39.222Z | Compiling h2 v0.3.26 |
1245 | 2024-09-04T16:11:40.201Z | Compiling phf_shared v0.11.2 |
1246 | 2024-09-04T16:11:40.437Z | Compiling serde_derive_internals v0.29.1 |
1247 | 2024-09-04T16:11:40.455Z | Compiling ff v0.13.0 |
1248 | 2024-09-04T16:11:40.573Z | Compiling object v0.32.2 |
1249 | 2024-09-04T16:11:40.661Z | Compiling fs-err v2.11.0 |
1250 | 2024-09-04T16:11:40.829Z | Compiling ipnet v2.9.0 |
1251 | 2024-09-04T16:11:40.962Z | Compiling addr2line v0.21.0 |
1252 | 2024-09-04T16:11:41.467Z | Compiling managed v0.8.0 |
1253 | 2024-09-04T16:11:41.642Z | Compiling base16ct v0.2.0 |
1254 | 2024-09-04T16:11:41.661Z | Compiling rustc-demangle v0.1.24 |
1255 | 2024-09-04T16:11:41.899Z | Compiling anyhow v1.0.86 |
1256 | 2024-09-04T16:11:41.955Z | Compiling base64 v0.21.7 |
1257 | 2024-09-04T16:11:42.053Z | Compiling winnow v0.5.40 |
1258 | 2024-09-04T16:11:42.537Z | Compiling schemars v0.8.21 |
1259 | 2024-09-04T16:11:42.662Z | Compiling either v1.13.0 |
1260 | 2024-09-04T16:11:42.680Z | Compiling bitflags v1.3.2 |
1261 | 2024-09-04T16:11:42.778Z | Compiling clap_builder v4.5.15 |
1262 | 2024-09-04T16:11:43.187Z | Compiling schemars_derive v0.8.21 |
1263 | 2024-09-04T16:11:43.274Z | Compiling rustls-pemfile v1.0.4 |
1264 | 2024-09-04T16:11:43.739Z | Compiling sec1 v0.7.3 |
1265 | 2024-09-04T16:11:44.486Z | Compiling zerocopy v0.6.6 |
1266 | 2024-09-04T16:11:44.886Z | Compiling group v0.13.0 |
1267 | 2024-09-04T16:11:45.121Z | Compiling phf v0.11.2 |
1268 | 2024-09-04T16:11:45.220Z | Compiling cookie_store v0.20.0 |
1269 | 2024-09-04T16:11:45.407Z | Compiling hubpack v0.1.2 |
1270 | 2024-09-04T16:11:45.423Z | Compiling postgres-types v0.2.7 |
1271 | 2024-09-04T16:11:45.833Z | Compiling toml_edit v0.19.15 |
1272 | 2024-09-04T16:11:46.590Z | Compiling hyper v0.14.30 |
1273 | 2024-09-04T16:11:47.727Z | Compiling usdt-macro v0.5.0 |
1274 | 2024-09-04T16:11:47.764Z | Compiling usdt-attr-macro v0.5.0 |
1275 | 2024-09-04T16:11:49.198Z | Compiling serde_urlencoded v0.7.1 |
1276 | 2024-09-04T16:11:49.424Z | Compiling pkcs1 v0.7.5 |
1277 | 2024-09-04T16:11:49.688Z | Compiling futures-executor v0.3.30 |
1278 | 2024-09-04T16:11:49.786Z | Compiling hkdf v0.12.4 |
1279 | 2024-09-04T16:11:50.053Z | Compiling signature v2.2.0 |
1280 | 2024-09-04T16:11:50.295Z | Compiling crypto-bigint v0.5.5 |
1281 | 2024-09-04T16:11:50.355Z | Compiling regex v1.10.6 |
1282 | 2024-09-04T16:11:50.496Z | Compiling bstr v1.9.1 |
1283 | 2024-09-04T16:11:50.717Z | Compiling serde_repr v0.1.19 |
1284 | 2024-09-04T16:11:51.434Z | Compiling strum_macros v0.25.3 |
1285 | 2024-09-04T16:11:51.897Z | Compiling clap_derive v4.5.13 |
1286 | 2024-09-04T16:11:51.949Z | Compiling enum-as-inner v0.6.0 |
1287 | 2024-09-04T16:11:52.340Z | Compiling phf_shared v0.10.0 |
1288 | 2024-09-04T16:11:52.744Z | Compiling float-cmp v0.9.0 |
1289 | 2024-09-04T16:11:52.982Z | Compiling idna v0.4.0 |
1290 | 2024-09-04T16:11:53.041Z | Compiling mio v0.8.11 |
1291 | 2024-09-04T16:11:53.689Z | Compiling hyper-tls v0.5.0 |
1292 | 2024-09-04T16:11:54.022Z | Compiling hyper-rustls v0.24.2 |
1293 | 2024-09-04T16:11:54.353Z | Compiling encoding_rs v0.8.34 |
1294 | 2024-09-04T16:11:54.377Z | Compiling mime v0.3.17 |
1295 | 2024-09-04T16:11:54.561Z | Compiling fixedbitset v0.4.2 |
1296 | 2024-09-04T16:11:55.003Z | Compiling webpki-roots v0.25.4 |
1297 | 2024-09-04T16:11:55.064Z | Compiling sync_wrapper v0.1.2 |
1298 | 2024-09-04T16:11:55.174Z | Compiling data-encoding v2.6.0 |
1299 | 2024-09-04T16:11:55.200Z | Compiling predicates-core v1.0.6 |
1300 | 2024-09-04T16:11:55.461Z | Compiling bit-vec v0.6.3 |
1301 | 2024-09-04T16:11:55.570Z | Compiling whoami v1.5.1 |
1302 | 2024-09-04T16:11:55.941Z | Compiling static_assertions v1.1.0 |
1303 | 2024-09-04T16:11:56.043Z | Compiling normalize-line-endings v0.3.0 |
1304 | 2024-09-04T16:11:56.167Z | Compiling difflib v0.4.0 |
1305 | 2024-09-04T16:11:56.248Z | Compiling precomputed-hash v0.1.1 |
1306 | 2024-09-04T16:11:56.267Z | Compiling unicode-segmentation v1.11.0 |
1307 | 2024-09-04T16:11:56.374Z | Compiling minimal-lexical v0.2.1 |
1308 | 2024-09-04T16:11:56.477Z | Compiling new_debug_unreachable v1.0.6 |
1309 | 2024-09-04T16:11:56.570Z | Compiling dyn-clone v1.0.17 |
1310 | 2024-09-04T16:11:56.793Z | Compiling console v0.15.8 |
1311 | 2024-09-04T16:11:56.896Z | Compiling clap v4.5.16 |
1312 | 2024-09-04T16:11:56.916Z | Compiling similar v2.6.0 |
1313 | 2024-09-04T16:11:57.021Z | Compiling nom v7.1.3 |
1314 | 2024-09-04T16:11:57.085Z | Compiling reqwest v0.11.27 |
1315 | 2024-09-04T16:11:57.744Z | Compiling predicates v3.1.2 |
1316 | 2024-09-04T16:11:58.275Z | Compiling string_cache v0.8.7 |
1317 | 2024-09-04T16:11:58.736Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1318 | 2024-09-04T16:11:58.806Z | Compiling tokio-postgres v0.7.11 |
1319 | 2024-09-04T16:11:59.289Z | Compiling hickory-proto v0.24.1 |
1320 | 2024-09-04T16:11:59.513Z | Compiling bit-set v0.5.3 |
1321 | 2024-09-04T16:11:59.823Z | Compiling petgraph v0.6.5 |
1322 | 2024-09-04T16:12:00.712Z | Compiling toml_edit v0.22.20 |
1323 | 2024-09-04T16:12:00.714Z | Compiling usdt v0.5.0 |
1324 | 2024-09-04T16:12:01.253Z | Compiling signal-hook-mio v0.2.4 |
1325 | 2024-09-04T16:12:01.367Z | Compiling elliptic-curve v0.13.8 |
1326 | 2024-09-04T16:12:01.434Z | Compiling rsa v0.9.6 |
1327 | 2024-09-04T16:12:02.217Z | Compiling futures v0.3.30 |
1328 | 2024-09-04T16:12:02.340Z | Compiling toml v0.7.8 |
1329 | 2024-09-04T16:12:04.014Z | Compiling flate2 v1.0.31 |
1330 | 2024-09-04T16:12:05.002Z | Compiling itertools v0.10.5 |
1331 | 2024-09-04T16:12:05.020Z | Compiling itertools v0.12.1 |
1332 | 2024-09-04T16:12:05.485Z | Compiling tokio-stream v0.1.15 |
1333 | 2024-09-04T16:12:06.556Z | Compiling crossbeam-epoch v0.9.18 |
1334 | 2024-09-04T16:12:07.314Z | Compiling openapiv3 v2.0.0 |
1335 | 2024-09-04T16:12:07.886Z | Compiling hex v0.4.3 |
1336 | 2024-09-04T16:12:08.299Z | Compiling sha1 v0.10.6 |
1337 | 2024-09-04T16:12:08.447Z | Compiling dirs-sys-next v0.1.2 |
1338 | 2024-09-04T16:12:08.490Z | Compiling peg-runtime v0.8.3 |
1339 | 2024-09-04T16:12:08.727Z | Compiling unicode-xid v0.2.4 |
1340 | 2024-09-04T16:12:08.903Z | Compiling lalrpop-util v0.19.12 |
1341 | 2024-09-04T16:12:08.931Z | Compiling dirs-next v2.0.0 |
1342 | 2024-09-04T16:12:09.088Z | Compiling thread_local v1.1.8 |
1343 | 2024-09-04T16:12:09.130Z | Compiling slog-async v2.8.0 |
1344 | 2024-09-04T16:12:09.148Z | Compiling term v0.7.0 |
1345 | 2024-09-04T16:12:09.281Z | Compiling crossbeam-channel v0.5.12 |
1346 | 2024-09-04T16:12:09.407Z | Compiling xattr v1.3.1 |
1347 | 2024-09-04T16:12:09.595Z | Compiling strum_macros v0.26.4 |
1348 | 2024-09-04T16:12:09.661Z | Compiling filetime v0.2.25 |
1349 | 2024-09-04T16:12:09.681Z | Compiling is-terminal v0.4.12 |
1350 | 2024-09-04T16:12:09.793Z | Compiling take_mut v0.2.2 |
1351 | 2024-09-04T16:12:09.837Z | Compiling slog-term v2.9.1 |
1352 | 2024-09-04T16:12:09.958Z | Compiling tar v0.4.41 |
1353 | 2024-09-04T16:12:09.989Z | Compiling camino v1.1.9 |
1354 | 2024-09-04T16:12:11.510Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1355 | 2024-09-04T16:12:12.514Z | Compiling strum v0.26.3 |
1356 | 2024-09-04T16:12:12.592Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1357 | 2024-09-04T16:12:18.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
1358 | 2024-09-04T16:12:18.247Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1359 | 2024-09-04T16:12:18.291Z | Sep 04 16:12:17.369 INFO Starting download, target: Clickhouse |
1360 | 2024-09-04T16:12:18.291Z | Sep 04 16:12:17.370 INFO Starting download, target: Cockroach |
1361 | 2024-09-04T16:12:18.291Z | Sep 04 16:12:17.370 INFO Starting download, target: Console |
1362 | 2024-09-04T16:12:18.291Z | Sep 04 16:12:17.370 INFO Starting download, target: DendriteOpenapi |
1363 | 2024-09-04T16:12:18.294Z | Sep 04 16:12:17.370 INFO Starting download, target: DendriteStub |
1364 | 2024-09-04T16:12:18.294Z | Sep 04 16:12:17.370 INFO Starting download, target: MaghemiteMgd |
1365 | 2024-09-04T16:12:18.294Z | Sep 04 16:12:17.370 INFO Starting download, target: TransceiverControl |
1366 | 2024-09-04T16:12:18.294Z | Sep 04 16:12:17.370 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1367 | 2024-09-04T16:12:18.294Z | Sep 04 16:12:17.370 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1368 | 2024-09-04T16:12:18.294Z | Sep 04 16:12:17.370 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1369 | 2024-09-04T16:12:18.294Z | Sep 04 16:12:17.371 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1370 | 2024-09-04T16:12:18.294Z | Sep 04 16:12:17.371 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1371 | 2024-09-04T16:12:18.294Z | Sep 04 16:12:17.371 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1372 | 2024-09-04T16:12:18.294Z | Sep 04 16:12:17.371 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1373 | 2024-09-04T16:12:18.530Z | Sep 04 16:12:17.599 INFO Download complete, target: DendriteOpenapi |
1374 | 2024-09-04T16:12:18.623Z | Sep 04 16:12:17.686 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1375 | 2024-09-04T16:12:18.866Z | Sep 04 16:12:17.942 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1376 | 2024-09-04T16:12:18.931Z | Sep 04 16:12:18.009 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1377 | 2024-09-04T16:12:18.994Z | Sep 04 16:12:18.072 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1378 | 2024-09-04T16:12:19.280Z | Sep 04 16:12:18.358 INFO Download complete, target: Console |
1379 | 2024-09-04T16:12:19.407Z | Sep 04 16:12:18.485 INFO Download complete, target: TransceiverControl |
1380 | 2024-09-04T16:12:19.711Z | Sep 04 16:12:18.785 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1381 | 2024-09-04T16:12:19.711Z | Sep 04 16:12:18.785 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1382 | 2024-09-04T16:12:21.119Z | Sep 04 16:12:20.197 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1383 | 2024-09-04T16:12:22.222Z | Sep 04 16:12:21.300 INFO Download complete, target: DendriteStub |
1384 | 2024-09-04T16:12:22.326Z | Sep 04 16:12:21.404 INFO Download complete, target: MaghemiteMgd |
1385 | 2024-09-04T16:12:27.915Z | Sep 04 16:12:26.988 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1386 | 2024-09-04T16:12:28.252Z | Sep 04 16:12:27.329 INFO Checking that binary works, target: Cockroach |
1387 | 2024-09-04T16:12:28.408Z | Sep 04 16:12:27.486 INFO Download complete, target: Cockroach |
1388 | 2024-09-04T16:12:34.794Z | Sep 04 16:12:33.872 INFO Checking that binary works, target: Clickhouse |
1389 | 2024-09-04T16:12:35.929Z | Sep 04 16:12:35.007 INFO Download complete, target: Clickhouse |
1390 | 2024-09-04T16:12:35.937Z | All prerequisites installed successfully |
1391 | 2024-09-04T16:12:35.940Z | |
1392 | 2024-09-04T16:12:35.940Z | real 4:14.571359032 |
1393 | 2024-09-04T16:12:35.940Z | user 11:11.665822708 |
1394 | 2024-09-04T16:12:35.940Z | sys 2:27.803349694 |
1395 | 2024-09-04T16:12:35.940Z | trap 0.390815519 |
1396 | 2024-09-04T16:12:35.940Z | tflt 11.278705588 |
1397 | 2024-09-04T16:12:35.940Z | dflt 8.152184233 |
1398 | 2024-09-04T16:12:35.940Z | kflt 0.700771058 |
1399 | 2024-09-04T16:12:35.940Z | lock 23:08.428127680 |
1400 | 2024-09-04T16:12:35.940Z | slp 46:21.896877641 |
1401 | 2024-09-04T16:12:35.940Z | lat 36.984950093 |
1402 | 2024-09-04T16:12:35.940Z | stop 1:41.401225124 |
1403 | 2024-09-04T16:12:35.940Z | + ptime -m cargo xtask download softnpu |
1404 | 2024-09-04T16:12:36.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1405 | 2024-09-04T16:12:36.511Z | Running `target/debug/xtask download softnpu` |
1406 | 2024-09-04T16:12:37.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1407 | 2024-09-04T16:12:37.372Z | Running `target/debug/xtask-downloader softnpu` |
1408 | 2024-09-04T16:12:37.405Z | Sep 04 16:12:36.482 INFO Starting download, target: Softnpu |
1409 | 2024-09-04T16:12:37.408Z | Sep 04 16:12:36.483 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1410 | 2024-09-04T16:12:38.513Z | Sep 04 16:12:37.590 INFO Download complete, target: Softnpu |
1411 | 2024-09-04T16:12:38.519Z | |
1412 | 2024-09-04T16:12:38.521Z | real 2.573666273 |
1413 | 2024-09-04T16:12:38.521Z | user 1.224813249 |
1414 | 2024-09-04T16:12:38.522Z | sys 0.549053899 |
1415 | 2024-09-04T16:12:38.522Z | trap 0.001341203 |
1416 | 2024-09-04T16:12:38.522Z | tflt 0.000033967 |
1417 | 2024-09-04T16:12:38.522Z | dflt 0.000006479 |
1418 | 2024-09-04T16:12:38.522Z | kflt 0.000000000 |
1419 | 2024-09-04T16:12:38.522Z | lock 11.649623727 |
1420 | 2024-09-04T16:12:38.522Z | slp 1.122367324 |
1421 | 2024-09-04T16:12:38.522Z | lat 0.089279450 |
1422 | 2024-09-04T16:12:38.522Z | stop 0.000396677 |
1423 | 2024-09-04T16:12:38.522Z | + export CARGO_INCREMENTAL=0 |
1424 | 2024-09-04T16:12:38.522Z | + CARGO_INCREMENTAL=0 |
1425 | 2024-09-04T16:12:38.522Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1426 | 2024-09-04T16:12:39.456Z | Compiling proc-macro2 v1.0.86 |
1427 | 2024-09-04T16:12:39.456Z | Compiling unicode-ident v1.0.12 |
1428 | 2024-09-04T16:12:39.456Z | Compiling libc v0.2.158 |
1429 | 2024-09-04T16:12:39.459Z | Compiling serde v1.0.208 |
1430 | 2024-09-04T16:12:39.459Z | Compiling version_check v0.9.5 |
1431 | 2024-09-04T16:12:39.459Z | Compiling autocfg v1.3.0 |
1432 | 2024-09-04T16:12:39.459Z | Compiling cfg-if v1.0.0 |
1433 | 2024-09-04T16:12:39.459Z | Compiling once_cell v1.19.0 |
1434 | 2024-09-04T16:12:39.785Z | Compiling typenum v1.17.0 |
1435 | 2024-09-04T16:12:39.808Z | Compiling memchr v2.7.2 |
1436 | 2024-09-04T16:12:40.150Z | Compiling byteorder v1.5.0 |
1437 | 2024-09-04T16:12:40.168Z | Compiling generic-array v0.14.7 |
1438 | 2024-09-04T16:12:40.456Z | Compiling lock_api v0.4.12 |
1439 | 2024-09-04T16:12:40.593Z | Compiling ahash v0.8.11 |
1440 | 2024-09-04T16:12:40.658Z | Compiling serde_json v1.0.125 |
1441 | 2024-09-04T16:12:40.750Z | Compiling libm v0.2.8 |
1442 | 2024-09-04T16:12:40.930Z | Compiling num-traits v0.2.19 |
1443 | 2024-09-04T16:12:40.996Z | Compiling quote v1.0.36 |
1444 | 2024-09-04T16:12:41.086Z | Compiling parking_lot_core v0.9.10 |
1445 | 2024-09-04T16:12:41.242Z | Compiling thiserror v1.0.63 |
1446 | 2024-09-04T16:12:41.432Z | Compiling syn v2.0.74 |
1447 | 2024-09-04T16:12:41.490Z | Compiling getrandom v0.2.14 |
1448 | 2024-09-04T16:12:41.627Z | Compiling jobserver v0.1.32 |
1449 | 2024-09-04T16:12:41.824Z | Compiling scopeguard v1.2.0 |
1450 | 2024-09-04T16:12:41.840Z | Compiling itoa v1.0.11 |
1451 | 2024-09-04T16:12:41.987Z | Compiling cc v1.0.97 |
1452 | 2024-09-04T16:12:42.075Z | Compiling log v0.4.21 |
1453 | 2024-09-04T16:12:42.468Z | Compiling allocator-api2 v0.2.18 |
1454 | 2024-09-04T16:12:42.489Z | Compiling rand_core v0.6.4 |
1455 | 2024-09-04T16:12:42.506Z | Compiling slab v0.4.9 |
1456 | 2024-09-04T16:12:42.867Z | Compiling semver v1.0.23 |
1457 | 2024-09-04T16:12:42.908Z | Compiling pin-project-lite v0.2.14 |
1458 | 2024-09-04T16:12:43.211Z | Compiling ryu v1.0.18 |
1459 | 2024-09-04T16:12:43.474Z | Compiling equivalent v1.0.1 |
1460 | 2024-09-04T16:12:43.491Z | Compiling smallvec v1.13.2 |
1461 | 2024-09-04T16:12:43.606Z | Compiling pkg-config v0.3.30 |
1462 | 2024-09-04T16:12:43.625Z | Compiling vcpkg v0.2.15 |
1463 | 2024-09-04T16:12:43.763Z | Compiling schemars v0.8.21 |
1464 | 2024-09-04T16:12:44.105Z | Compiling spin v0.9.8 |
1465 | 2024-09-04T16:12:44.560Z | Compiling signal-hook-registry v1.4.2 |
1466 | 2024-09-04T16:12:44.807Z | Compiling subtle v2.5.0 |
1467 | 2024-09-04T16:12:45.155Z | Compiling parking_lot v0.12.2 |
1468 | 2024-09-04T16:12:45.290Z | Compiling mio v1.0.2 |
1469 | 2024-09-04T16:12:45.309Z | Compiling ring v0.17.8 |
1470 | 2024-09-04T16:12:46.020Z | Compiling openssl-sys v0.9.103 |
1471 | 2024-09-04T16:12:46.267Z | Compiling const-oid v0.9.6 |
1472 | 2024-09-04T16:12:46.614Z | Compiling socket2 v0.5.7 |
1473 | 2024-09-04T16:12:46.996Z | Compiling syn v1.0.109 |
1474 | 2024-09-04T16:12:47.336Z | Compiling heck v0.5.0 |
1475 | 2024-09-04T16:12:47.638Z | Compiling httparse v1.8.0 |
1476 | 2024-09-04T16:12:47.738Z | Compiling time-core v0.1.2 |
1477 | 2024-09-04T16:12:47.754Z | Compiling num-conv v0.1.0 |
1478 | 2024-09-04T16:12:48.045Z | Compiling time-macros v0.2.18 |
1479 | 2024-09-04T16:12:48.081Z | Compiling futures-core v0.3.30 |
1480 | 2024-09-04T16:12:48.098Z | Compiling openssl v0.10.66 |
1481 | 2024-09-04T16:12:48.317Z | Compiling fnv v1.0.7 |
1482 | 2024-09-04T16:12:48.443Z | Compiling rustix v0.38.34 |
1483 | 2024-09-04T16:12:48.728Z | Compiling crossbeam-utils v0.8.19 |
1484 | 2024-09-04T16:12:48.991Z | Compiling serde_derive_internals v0.29.1 |
1485 | 2024-09-04T16:12:49.560Z | Compiling tinyvec_macros v0.1.1 |
1486 | 2024-09-04T16:12:49.657Z | Compiling rustls v0.21.12 |
1487 | 2024-09-04T16:12:49.892Z | Compiling iana-time-zone v0.1.60 |
1488 | 2024-09-04T16:12:49.945Z | Compiling futures-sink v0.3.30 |
1489 | 2024-09-04T16:12:50.122Z | Compiling native-tls v0.2.11 |
1490 | 2024-09-04T16:12:50.235Z | Compiling tinyvec v1.6.0 |
1491 | 2024-09-04T16:12:50.806Z | Compiling cpufeatures v0.2.12 |
1492 | 2024-09-04T16:12:50.906Z | Compiling ucd-trie v0.1.6 |
1493 | 2024-09-04T16:12:51.366Z | Compiling backtrace v0.3.71 |
1494 | 2024-09-04T16:12:51.474Z | Compiling cookie v0.17.0 |
1495 | 2024-09-04T16:12:51.523Z | Compiling unicode-bidi v0.3.15 |
1496 | 2024-09-04T16:12:51.698Z | Compiling unicode-normalization v0.1.23 |
1497 | 2024-09-04T16:12:51.767Z | Compiling slog v2.7.0 |
1498 | 2024-09-04T16:12:52.145Z | Compiling futures-channel v0.3.30 |
1499 | 2024-09-04T16:12:52.349Z | Compiling aho-corasick v1.1.3 |
1500 | 2024-09-04T16:12:52.618Z | Compiling regex-syntax v0.8.4 |
1501 | 2024-09-04T16:12:52.693Z | Compiling futures-io v0.3.30 |
1502 | 2024-09-04T16:12:52.763Z | Compiling pin-utils v0.1.0 |
1503 | 2024-09-04T16:12:52.943Z | Compiling futures-task v0.3.30 |
1504 | 2024-09-04T16:12:54.163Z | Compiling anyhow v1.0.86 |
1505 | 2024-09-04T16:12:54.197Z | Compiling serde_derive v1.0.208 |
1506 | 2024-09-04T16:12:54.289Z | Compiling zeroize_derive v1.4.2 |
1507 | 2024-09-04T16:12:54.672Z | Compiling zerocopy-derive v0.7.34 |
1508 | 2024-09-04T16:12:55.658Z | Compiling thiserror-impl v1.0.63 |
1509 | 2024-09-04T16:12:55.991Z | Compiling tokio-macros v2.4.0 |
1510 | 2024-09-04T16:12:56.565Z | Compiling zeroize v1.7.0 |
1511 | 2024-09-04T16:12:56.609Z | Compiling zerocopy v0.7.34 |
1512 | 2024-09-04T16:12:57.451Z | Compiling futures-macro v0.3.30 |
1513 | 2024-09-04T16:12:58.641Z | Compiling crypto-common v0.1.6 |
1514 | 2024-09-04T16:12:58.743Z | Compiling hashbrown v0.14.5 |
1515 | 2024-09-04T16:12:58.846Z | Compiling schemars_derive v0.8.21 |
1516 | 2024-09-04T16:12:59.263Z | Compiling tracing-attributes v0.1.27 |
1517 | 2024-09-04T16:12:59.932Z | Compiling block-buffer v0.10.4 |
1518 | 2024-09-04T16:13:00.157Z | Compiling digest v0.10.7 |
1519 | 2024-09-04T16:13:00.195Z | Compiling der_derive v0.7.2 |
1520 | 2024-09-04T16:13:00.511Z | Compiling openssl-macros v0.1.1 |
1521 | 2024-09-04T16:13:01.012Z | Compiling scroll_derive v0.12.0 |
1522 | 2024-09-04T16:13:01.209Z | Compiling hmac v0.12.1 |
1523 | 2024-09-04T16:13:01.632Z | Compiling block-padding v0.3.3 |
1524 | 2024-09-04T16:13:01.851Z | Compiling pest v2.7.10 |
1525 | 2024-09-04T16:13:02.313Z | Compiling inout v0.1.3 |
1526 | 2024-09-04T16:13:02.336Z | Compiling sha2 v0.10.8 |
1527 | 2024-09-04T16:13:02.352Z | Compiling futures-util v0.3.30 |
1528 | 2024-09-04T16:13:02.370Z | Compiling regex-automata v0.4.6 |
1529 | 2024-09-04T16:13:02.537Z | Compiling cipher v0.4.4 |
1530 | 2024-09-04T16:13:03.098Z | Compiling dyn-clone v1.0.17 |
1531 | 2024-09-04T16:13:03.170Z | Compiling winnow v0.5.40 |
1532 | 2024-09-04T16:13:03.276Z | Compiling untrusted v0.9.0 |
1533 | 2024-09-04T16:13:04.742Z | Compiling pest_meta v2.7.10 |
1534 | 2024-09-04T16:13:06.953Z | Compiling pest_generator v2.7.10 |
1535 | 2024-09-04T16:13:07.501Z | Compiling bytes v1.7.1 |
1536 | 2024-09-04T16:13:08.711Z | Compiling indexmap v2.4.0 |
1537 | 2024-09-04T16:13:09.923Z | Compiling tokio v1.39.3 |
1538 | 2024-09-04T16:13:09.995Z | Compiling bitflags v2.6.0 |
1539 | 2024-09-04T16:13:10.032Z | Compiling uuid v1.10.0 |
1540 | 2024-09-04T16:13:10.144Z | Compiling serde_tokenstream v0.2.2 |
1541 | 2024-09-04T16:13:10.557Z | Compiling chrono v0.4.38 |
1542 | 2024-09-04T16:13:11.960Z | Compiling toml_datetime v0.6.8 |
1543 | 2024-09-04T16:13:12.404Z | Compiling serde_spanned v0.6.7 |
1544 | 2024-09-04T16:13:12.630Z | Compiling http v0.2.12 |
1545 | 2024-09-04T16:13:12.997Z | Compiling toml_edit v0.19.15 |
1546 | 2024-09-04T16:13:13.044Z | Compiling rustc_version v0.4.0 |
1547 | 2024-09-04T16:13:15.036Z | Compiling pest_derive v2.7.10 |
1548 | 2024-09-04T16:13:15.465Z | Compiling tracing-core v0.1.32 |
1549 | 2024-09-04T16:13:15.826Z | Compiling usdt-impl v0.5.0 |
1550 | 2024-09-04T16:13:16.180Z | Compiling rustversion v1.0.17 |
1551 | 2024-09-04T16:13:16.809Z | Compiling base64ct v1.6.0 |
1552 | 2024-09-04T16:13:17.494Z | Compiling pem-rfc7468 v0.7.0 |
1553 | 2024-09-04T16:13:17.814Z | Compiling tracing v0.1.40 |
1554 | 2024-09-04T16:13:18.146Z | Compiling heapless v0.7.17 |
1555 | 2024-09-04T16:13:18.239Z | Compiling scroll v0.12.0 |
1556 | 2024-09-04T16:13:18.665Z | Compiling percent-encoding v2.3.1 |
1557 | 2024-09-04T16:13:18.808Z | Compiling plain v0.2.3 |
1558 | 2024-09-04T16:13:19.100Z | Compiling powerfmt v0.2.0 |
1559 | 2024-09-04T16:13:19.130Z | Compiling heck v0.4.1 |
1560 | 2024-09-04T16:13:19.297Z | Compiling flagset v0.4.5 |
1561 | 2024-09-04T16:13:19.490Z | Compiling ppv-lite86 v0.2.17 |
1562 | 2024-09-04T16:13:19.506Z | Compiling der v0.7.9 |
1563 | 2024-09-04T16:13:19.593Z | Compiling deranged v0.3.11 |
1564 | 2024-09-04T16:13:19.798Z | Compiling goblin v0.8.2 |
1565 | 2024-09-04T16:13:20.128Z | Compiling rand_chacha v0.3.1 |
1566 | 2024-09-04T16:13:21.130Z | Compiling tokio-util v0.7.11 |
1567 | 2024-09-04T16:13:23.165Z | Compiling regex v1.10.6 |
1568 | 2024-09-04T16:13:23.541Z | Compiling salsa20 v0.10.2 |
1569 | 2024-09-04T16:13:23.771Z | Compiling pbkdf2 v0.12.2 |
1570 | 2024-09-04T16:13:24.153Z | Compiling strsim v0.11.1 |
1571 | 2024-09-04T16:13:24.184Z | Compiling pretty-hex v0.4.1 |
1572 | 2024-09-04T16:13:24.391Z | Compiling crc32fast v1.4.0 |
1573 | 2024-09-04T16:13:24.513Z | Compiling num_threads v0.1.7 |
1574 | 2024-09-04T16:13:24.643Z | Compiling time v0.3.36 |
1575 | 2024-09-04T16:13:25.126Z | Compiling scrypt v0.11.0 |
1576 | 2024-09-04T16:13:25.351Z | Compiling dof v0.3.0 |
1577 | 2024-09-04T16:13:25.386Z | Compiling spki v0.7.3 |
1578 | 2024-09-04T16:13:25.661Z | Compiling rand v0.8.5 |
1579 | 2024-09-04T16:13:25.890Z | Compiling dtrace-parser v0.2.0 |
1580 | 2024-09-04T16:13:27.021Z | Compiling cbc v0.1.2 |
1581 | 2024-09-04T16:13:27.075Z | Compiling aes v0.8.4 |
1582 | 2024-09-04T16:13:27.194Z | Compiling async-trait v0.1.81 |
1583 | 2024-09-04T16:13:27.299Z | Compiling thread-id v4.2.1 |
1584 | 2024-09-04T16:13:27.589Z | Compiling foreign-types-shared v0.1.1 |
1585 | 2024-09-04T16:13:27.611Z | Compiling num-bigint-dig v0.8.4 |
1586 | 2024-09-04T16:13:27.935Z | Compiling signal-hook v0.3.17 |
1587 | 2024-09-04T16:13:27.952Z | Compiling smoltcp v0.9.1 |
1588 | 2024-09-04T16:13:28.091Z | Compiling unicode-width v0.1.13 |
1589 | 2024-09-04T16:13:28.244Z | Compiling pkcs5 v0.7.1 |
1590 | 2024-09-04T16:13:28.319Z | Compiling foreign-types v0.3.2 |
1591 | 2024-09-04T16:13:29.559Z | Compiling form_urlencoded v1.2.1 |
1592 | 2024-09-04T16:13:30.014Z | Compiling errno v0.3.9 |
1593 | 2024-09-04T16:13:30.275Z | Compiling adler v1.0.2 |
1594 | 2024-09-04T16:13:30.414Z | Compiling try-lock v0.2.5 |
1595 | 2024-09-04T16:13:30.513Z | Compiling cfg_aliases v0.1.1 |
1596 | 2024-09-04T16:13:30.573Z | Compiling siphasher v0.3.11 |
1597 | 2024-09-04T16:13:30.740Z | Compiling want v0.3.1 |
1598 | 2024-09-04T16:13:30.988Z | Compiling nix v0.28.0 |
1599 | 2024-09-04T16:13:31.140Z | Compiling miniz_oxide v0.7.2 |
1600 | 2024-09-04T16:13:33.389Z | Compiling pkcs8 v0.10.2 |
1601 | 2024-09-04T16:13:33.633Z | Compiling sct v0.7.1 |
1602 | 2024-09-04T16:13:33.919Z | Compiling rustls-webpki v0.101.7 |
1603 | 2024-09-04T16:13:34.043Z | Compiling h2 v0.3.26 |
1604 | 2024-09-04T16:13:34.900Z | Compiling http-body v0.4.6 |
1605 | 2024-09-04T16:13:35.904Z | Compiling openapiv3 v2.0.0 |
1606 | 2024-09-04T16:13:35.936Z | Compiling hubpack_derive v0.1.1 |
1607 | 2024-09-04T16:13:36.027Z | Compiling zerocopy-derive v0.6.6 |
1608 | 2024-09-04T16:13:36.468Z | Compiling idna v0.5.0 |
1609 | 2024-09-04T16:13:37.190Z | Compiling fs-err v2.11.0 |
1610 | 2024-09-04T16:13:37.510Z | Compiling tower-service v0.3.2 |
1611 | 2024-09-04T16:13:37.811Z | Compiling openssl-probe v0.1.5 |
1612 | 2024-09-04T16:13:38.098Z | Compiling gimli v0.28.1 |
1613 | 2024-09-04T16:13:38.814Z | Compiling httpdate v1.0.3 |
1614 | 2024-09-04T16:13:39.209Z | Compiling anstyle v1.0.8 |
1615 | 2024-09-04T16:13:39.347Z | Compiling utf8parse v0.2.1 |
1616 | 2024-09-04T16:13:39.508Z | Compiling finl_unicode v1.2.0 |
1617 | 2024-09-04T16:13:40.122Z | Compiling stable_deref_trait v1.2.0 |
1618 | 2024-09-04T16:13:40.397Z | Compiling stringprep v0.1.4 |
1619 | 2024-09-04T16:13:42.694Z | Compiling addr2line v0.21.0 |
1620 | 2024-09-04T16:13:43.452Z | Compiling hyper v0.14.30 |
1621 | 2024-09-04T16:13:44.500Z | Compiling anstyle-parse v0.2.4 |
1622 | 2024-09-04T16:13:46.338Z | Compiling url v2.5.2 |
1623 | 2024-09-04T16:13:52.623Z | Compiling usdt-attr-macro v0.5.0 |
1624 | 2024-09-04T16:13:53.519Z | Compiling usdt-macro v0.5.0 |
1625 | 2024-09-04T16:13:54.906Z | Compiling md-5 v0.10.6 |
1626 | 2024-09-04T16:13:55.158Z | Compiling idna v0.3.0 |
1627 | 2024-09-04T16:13:56.690Z | Compiling lazy_static v1.5.0 |
1628 | 2024-09-04T16:13:56.837Z | Compiling num-integer v0.1.46 |
1629 | 2024-09-04T16:13:57.392Z | Compiling object v0.32.2 |
1630 | 2024-09-04T16:13:57.544Z | Compiling hash32 v0.2.1 |
1631 | 2024-09-04T16:13:58.649Z | Compiling is_terminal_polyfill v1.70.0 |
1632 | 2024-09-04T16:13:58.773Z | Compiling colorchoice v1.0.1 |
1633 | 2024-09-04T16:13:58.926Z | Compiling rustc-demangle v0.1.24 |
1634 | 2024-09-04T16:13:58.943Z | Compiling psl-types v2.0.11 |
1635 | 2024-09-04T16:13:59.142Z | Compiling fallible-iterator v0.2.0 |
1636 | 2024-09-04T16:13:59.988Z | Compiling base64 v0.22.1 |
1637 | 2024-09-04T16:14:00.695Z | Compiling anstyle-query v1.0.3 |
1638 | 2024-09-04T16:14:00.844Z | Compiling anstream v0.6.14 |
1639 | 2024-09-04T16:14:01.344Z | Compiling postgres-protocol v0.6.7 |
1640 | 2024-09-04T16:14:02.501Z | Compiling publicsuffix v2.2.3 |
1641 | 2024-09-04T16:14:02.925Z | Compiling num-iter v0.1.45 |
1642 | 2024-09-04T16:14:04.337Z | Compiling tokio-rustls v0.24.1 |
1643 | 2024-09-04T16:14:04.939Z | Compiling terminal_size v0.3.0 |
1644 | 2024-09-04T16:14:05.149Z | Compiling tokio-native-tls v0.3.1 |
1645 | 2024-09-04T16:14:05.833Z | Compiling phf_shared v0.11.2 |
1646 | 2024-09-04T16:14:06.821Z | Compiling strum_macros v0.25.3 |
1647 | 2024-09-04T16:14:07.239Z | Compiling enum-as-inner v0.6.0 |
1648 | 2024-09-04T16:14:08.305Z | Compiling regress v0.9.1 |
1649 | 2024-09-04T16:14:09.386Z | Compiling serde_repr v0.1.19 |
1650 | 2024-09-04T16:14:10.083Z | Compiling clap_derive v4.5.13 |
1651 | 2024-09-04T16:14:10.623Z | Compiling ff v0.13.0 |
1652 | 2024-09-04T16:14:13.133Z | Compiling encoding_rs v0.8.34 |
1653 | 2024-09-04T16:14:14.561Z | Compiling mime v0.3.17 |
1654 | 2024-09-04T16:14:14.795Z | Compiling base64 v0.21.7 |
1655 | 2024-09-04T16:14:14.981Z | Compiling managed v0.8.0 |
1656 | 2024-09-04T16:14:15.480Z | Compiling either v1.13.0 |
1657 | 2024-09-04T16:14:15.647Z | Compiling base16ct v0.2.0 |
1658 | 2024-09-04T16:14:15.926Z | Compiling clap_lex v0.7.0 |
1659 | 2024-09-04T16:14:15.942Z | Compiling bitflags v1.3.2 |
1660 | 2024-09-04T16:14:16.042Z | Compiling ipnet v2.9.0 |
1661 | 2024-09-04T16:14:16.370Z | Compiling clap_builder v4.5.15 |
1662 | 2024-09-04T16:14:17.048Z | Compiling sec1 v0.7.3 |
1663 | 2024-09-04T16:14:17.621Z | Compiling rustls-pemfile v1.0.4 |
1664 | 2024-09-04T16:14:18.545Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1665 | 2024-09-04T16:14:18.562Z | Compiling group v0.13.0 |
1666 | 2024-09-04T16:14:23.555Z | Compiling phf v0.11.2 |
1667 | 2024-09-04T16:14:23.647Z | Compiling hyper-tls v0.5.0 |
1668 | 2024-09-04T16:14:23.884Z | Compiling hyper-rustls v0.24.2 |
1669 | 2024-09-04T16:14:23.983Z | Compiling cookie_store v0.20.0 |
1670 | 2024-09-04T16:14:24.292Z | Compiling postgres-types v0.2.7 |
1671 | 2024-09-04T16:14:24.375Z | Compiling zerocopy v0.6.6 |
1672 | 2024-09-04T16:14:24.671Z | Compiling hubpack v0.1.2 |
1673 | 2024-09-04T16:14:25.078Z | Compiling pkcs1 v0.7.5 |
1674 | 2024-09-04T16:14:25.271Z | Compiling phf_shared v0.10.0 |
1675 | 2024-09-04T16:14:25.287Z | Compiling serde_urlencoded v0.7.1 |
1676 | 2024-09-04T16:14:25.919Z | Compiling crossbeam-epoch v0.9.18 |
1677 | 2024-09-04T16:14:25.968Z | Compiling futures-executor v0.3.30 |
1678 | 2024-09-04T16:14:26.441Z | Compiling bstr v1.9.1 |
1679 | 2024-09-04T16:14:26.444Z | Compiling hkdf v0.12.4 |
1680 | 2024-09-04T16:14:26.675Z | Compiling signature v2.2.0 |
1681 | 2024-09-04T16:14:26.911Z | Compiling crypto-bigint v0.5.5 |
1682 | 2024-09-04T16:14:27.087Z | Compiling idna v0.4.0 |
1683 | 2024-09-04T16:14:27.285Z | Compiling float-cmp v0.9.0 |
1684 | 2024-09-04T16:14:27.498Z | Compiling mio v0.8.11 |
1685 | 2024-09-04T16:14:27.976Z | Compiling memmap v0.7.0 |
1686 | 2024-09-04T16:14:28.298Z | Compiling data-encoding v2.6.0 |
1687 | 2024-09-04T16:14:28.440Z | Compiling webpki-roots v0.25.4 |
1688 | 2024-09-04T16:14:28.598Z | Compiling bit-vec v0.6.3 |
1689 | 2024-09-04T16:14:29.544Z | Compiling new_debug_unreachable v1.0.6 |
1690 | 2024-09-04T16:14:29.649Z | Compiling fixedbitset v0.4.2 |
1691 | 2024-09-04T16:14:29.952Z | Compiling whoami v1.5.1 |
1692 | 2024-09-04T16:14:30.041Z | Compiling predicates-core v1.0.6 |
1693 | 2024-09-04T16:14:30.071Z | Compiling minimal-lexical v0.2.1 |
1694 | 2024-09-04T16:14:30.337Z | Compiling normalize-line-endings v0.3.0 |
1695 | 2024-09-04T16:14:30.385Z | Compiling precomputed-hash v0.1.1 |
1696 | 2024-09-04T16:14:30.460Z | Compiling static_assertions v1.1.0 |
1697 | 2024-09-04T16:14:30.482Z | Compiling unicode-segmentation v1.11.0 |
1698 | 2024-09-04T16:14:30.495Z | Compiling sync_wrapper v0.1.2 |
1699 | 2024-09-04T16:14:30.536Z | Compiling difflib v0.4.0 |
1700 | 2024-09-04T16:14:30.574Z | Compiling winnow v0.6.18 |
1701 | 2024-09-04T16:14:30.619Z | Compiling reqwest v0.11.27 |
1702 | 2024-09-04T16:14:31.214Z | Compiling similar v2.6.0 |
1703 | 2024-09-04T16:14:31.520Z | Compiling predicates v3.1.2 |
1704 | 2024-09-04T16:14:31.631Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1705 | 2024-09-04T16:14:31.750Z | Compiling string_cache v0.8.7 |
1706 | 2024-09-04T16:14:31.984Z | Compiling nom v7.1.3 |
1707 | 2024-09-04T16:14:32.166Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1708 | 2024-09-04T16:14:32.991Z | Compiling tokio-postgres v0.7.11 |
1709 | 2024-09-04T16:14:33.216Z | Compiling petgraph v0.6.5 |
1710 | 2024-09-04T16:14:34.375Z | Compiling toml_edit v0.22.20 |
1711 | 2024-09-04T16:14:35.651Z | Compiling elliptic-curve v0.13.8 |
1712 | 2024-09-04T16:14:36.013Z | Compiling hickory-proto v0.24.1 |
1713 | 2024-09-04T16:14:36.362Z | Compiling bit-set v0.5.3 |
1714 | 2024-09-04T16:14:36.660Z | Compiling usdt v0.5.0 |
1715 | 2024-09-04T16:14:37.102Z | Compiling signal-hook-mio v0.2.4 |
1716 | 2024-09-04T16:14:37.862Z | Compiling rsa v0.9.6 |
1717 | 2024-09-04T16:14:37.937Z | Compiling futures v0.3.30 |
1718 | 2024-09-04T16:14:39.247Z | Compiling flate2 v1.0.31 |
1719 | 2024-09-04T16:14:40.167Z | Compiling clap v4.5.16 |
1720 | 2024-09-04T16:14:40.993Z | Compiling itertools v0.12.1 |
1721 | 2024-09-04T16:14:41.185Z | Compiling itertools v0.10.5 |
1722 | 2024-09-04T16:14:41.414Z | Compiling console v0.15.8 |
1723 | 2024-09-04T16:14:41.859Z | Compiling tokio-stream v0.1.15 |
1724 | 2024-09-04T16:14:42.692Z | Compiling toml v0.7.8 |
1725 | 2024-09-04T16:14:42.877Z | Compiling hex v0.4.3 |
1726 | 2024-09-04T16:14:44.052Z | Compiling sha1 v0.10.6 |
1727 | 2024-09-04T16:14:44.067Z | Compiling camino v1.1.9 |
1728 | 2024-09-04T16:14:44.219Z | Compiling unicode-xid v0.2.4 |
1729 | 2024-09-04T16:14:44.292Z | Compiling lalrpop-util v0.19.12 |
1730 | 2024-09-04T16:14:44.385Z | Compiling peg-runtime v0.8.3 |
1731 | 2024-09-04T16:14:44.884Z | Compiling proc-macro-crate v1.3.1 |
1732 | 2024-09-04T16:14:44.974Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1733 | 2024-09-04T16:14:45.886Z | Compiling heapless v0.8.0 |
1734 | 2024-09-04T16:14:46.279Z | Compiling num_enum_derive v0.5.11 |
1735 | 2024-09-04T16:14:48.432Z | Compiling ipnetwork v0.20.0 |
1736 | 2024-09-04T16:14:50.423Z | Compiling hash32 v0.3.1 |
1737 | 2024-09-04T16:14:50.838Z | Compiling rustls-pki-types v1.7.0 |
1738 | 2024-09-04T16:14:52.184Z | Compiling smoltcp v0.11.0 |
1739 | 2024-09-04T16:14:52.244Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1740 | 2024-09-04T16:14:52.620Z | Compiling ident_case v1.0.1 |
1741 | 2024-09-04T16:14:54.413Z | Compiling darling_core v0.20.9 |
1742 | 2024-09-04T16:15:00.230Z | Compiling num_enum v0.5.11 |
1743 | 2024-09-04T16:15:00.918Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1744 | 2024-09-04T16:15:01.191Z | Compiling getopts v0.2.21 |
1745 | 2024-09-04T16:15:02.235Z | Compiling dirs-sys-next v0.1.2 |
1746 | 2024-09-04T16:15:02.463Z | Compiling proc-macro-error-attr v1.0.4 |
1747 | 2024-09-04T16:15:03.262Z | Compiling cobs v0.2.3 |
1748 | 2024-09-04T16:15:04.718Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1749 | 2024-09-04T16:15:04.867Z | Compiling rustls v0.22.4 |
1750 | 2024-09-04T16:15:05.030Z | Compiling unsafe-libyaml v0.2.11 |
1751 | 2024-09-04T16:15:05.163Z | Compiling embedded-io v0.4.0 |
1752 | 2024-09-04T16:15:05.401Z | Compiling paste v1.0.15 |
1753 | 2024-09-04T16:15:05.952Z | Compiling postcard v1.0.8 |
1754 | 2024-09-04T16:15:06.822Z | Compiling serde_yaml v0.9.34+deprecated |
1755 | 2024-09-04T16:15:08.064Z | Compiling dirs-next v2.0.0 |
1756 | 2024-09-04T16:15:09.232Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1757 | 2024-09-04T16:15:16.037Z | Compiling darling_macro v0.20.9 |
1758 | 2024-09-04T16:15:18.830Z | Compiling rustls-webpki v0.102.4 |
1759 | 2024-09-04T16:15:25.995Z | Compiling strum_macros v0.26.4 |
1760 | 2024-09-04T16:15:26.981Z | Compiling foreign-types-macros v0.2.3 |
1761 | 2024-09-04T16:15:27.350Z | Compiling structmeta-derive v0.3.0 |
1762 | 2024-09-04T16:15:28.435Z | Compiling thread_local v1.1.8 |
1763 | 2024-09-04T16:15:30.019Z | Compiling multer v3.1.0 |
1764 | 2024-09-04T16:15:30.336Z | Compiling proc-macro-error v1.0.4 |
1765 | 2024-09-04T16:15:30.481Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1766 | 2024-09-04T16:15:30.655Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1767 | 2024-09-04T16:15:30.791Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1768 | 2024-09-04T16:15:31.586Z | Compiling slog-async v2.8.0 |
1769 | 2024-09-04T16:15:31.966Z | Compiling foreign-types-shared v0.3.1 |
1770 | 2024-09-04T16:15:32.090Z | Compiling match_cfg v0.1.0 |
1771 | 2024-09-04T16:15:32.201Z | Compiling hostname v0.3.1 |
1772 | 2024-09-04T16:15:32.237Z | Compiling foreign-types v0.5.0 |
1773 | 2024-09-04T16:15:37.201Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1774 | 2024-09-04T16:15:38.592Z | Compiling strum v0.26.3 |
1775 | 2024-09-04T16:15:38.859Z | Compiling structmeta v0.3.0 |
1776 | 2024-09-04T16:15:44.888Z | Compiling darling v0.20.9 |
1777 | 2024-09-04T16:15:45.016Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1778 | 2024-09-04T16:15:45.472Z | Compiling term v0.7.0 |
1779 | 2024-09-04T16:15:48.592Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1780 | 2024-09-04T16:15:50.062Z | Compiling slog-json v2.6.1 |
1781 | 2024-09-04T16:15:50.515Z | Compiling tabwriter v1.4.0 |
1782 | 2024-09-04T16:15:50.918Z | Compiling crossbeam-channel v0.5.12 |
1783 | 2024-09-04T16:15:52.531Z | Compiling http v1.1.0 |
1784 | 2024-09-04T16:15:52.548Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1785 | 2024-09-04T16:15:53.379Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1786 | 2024-09-04T16:15:53.548Z | Compiling async-stream-impl v0.3.5 |
1787 | 2024-09-04T16:15:54.250Z | Compiling is-terminal v0.4.12 |
1788 | 2024-09-04T16:15:54.390Z | Compiling cstr-argument v0.1.2 |
1789 | 2024-09-04T16:15:54.667Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1790 | 2024-09-04T16:15:54.895Z | Compiling take_mut v0.2.2 |
1791 | 2024-09-04T16:15:54.998Z | Compiling crucible-workspace-hack v0.1.0 |
1792 | 2024-09-04T16:15:55.743Z | Compiling pretty-hex v0.2.1 |
1793 | 2024-09-04T16:15:55.969Z | Compiling rayon-core v1.12.1 |
1794 | 2024-09-04T16:15:56.119Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1795 | 2024-09-04T16:15:56.279Z | Compiling fastrand v2.1.0 |
1796 | 2024-09-04T16:15:56.429Z | Compiling atomic-waker v1.1.2 |
1797 | 2024-09-04T16:15:56.632Z | Compiling waitgroup v0.1.2 |
1798 | 2024-09-04T16:15:56.883Z | Compiling tempfile v3.10.1 |
1799 | 2024-09-04T16:15:56.994Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1800 | 2024-09-04T16:15:57.445Z | Compiling async-stream v0.3.5 |
1801 | 2024-09-04T16:15:57.461Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1802 | 2024-09-04T16:15:57.763Z | Compiling slog-term v2.9.1 |
1803 | 2024-09-04T16:15:58.951Z | Compiling slog-bunyan v2.5.0 |
1804 | 2024-09-04T16:15:59.925Z | Compiling tokio-rustls v0.25.0 |
1805 | 2024-09-04T16:15:59.967Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1806 | 2024-09-04T16:16:00.122Z | Compiling serde_with_macros v3.9.0 |
1807 | 2024-09-04T16:16:00.201Z | Compiling parse-display-derive v0.10.0 |
1808 | 2024-09-04T16:16:00.218Z | Compiling toml v0.8.19 |
1809 | 2024-09-04T16:16:00.318Z | Compiling rustls-pemfile v2.1.3 |
1810 | 2024-09-04T16:16:00.361Z | Compiling crossbeam-deque v0.8.5 |
1811 | 2024-09-04T16:16:00.753Z | Compiling colored v2.1.0 |
1812 | 2024-09-04T16:16:00.998Z | Compiling newtype-uuid v1.1.0 |
1813 | 2024-09-04T16:16:01.058Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1814 | 2024-09-04T16:16:01.345Z | Compiling serde_path_to_error v0.1.16 |
1815 | 2024-09-04T16:16:02.078Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1816 | 2024-09-04T16:16:02.361Z | Compiling hostname v0.4.0 |
1817 | 2024-09-04T16:16:02.621Z | Compiling socket2 v0.4.10 |
1818 | 2024-09-04T16:16:02.715Z | Compiling instant v0.1.12 |
1819 | 2024-09-04T16:16:02.823Z | Compiling debug-ignore v1.0.5 |
1820 | 2024-09-04T16:16:02.893Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1821 | 2024-09-04T16:16:03.005Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1822 | 2024-09-04T16:16:03.219Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1823 | 2024-09-04T16:16:04.083Z | Compiling parse-display v0.10.0 |
1824 | 2024-09-04T16:16:04.156Z | Compiling backoff v0.4.0 |
1825 | 2024-09-04T16:16:04.522Z | Compiling serde_with v3.9.0 |
1826 | 2024-09-04T16:16:06.020Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1827 | 2024-09-04T16:16:06.556Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1828 | 2024-09-04T16:16:06.931Z | Compiling zone_cfg_derive v0.3.0 |
1829 | 2024-09-04T16:16:08.332Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1830 | 2024-09-04T16:16:09.044Z | Compiling camino-tempfile v1.1.1 |
1831 | 2024-09-04T16:16:09.093Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1832 | 2024-09-04T16:16:09.587Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1833 | 2024-09-04T16:16:09.669Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1834 | 2024-09-04T16:16:09.775Z | Compiling macaddr v1.0.1 |
1835 | 2024-09-04T16:16:09.790Z | Compiling num-derive v0.4.2 |
1836 | 2024-09-04T16:16:10.398Z | Compiling sigpipe v0.1.3 |
1837 | 2024-09-04T16:16:10.538Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1838 | 2024-09-04T16:16:10.849Z | Compiling libefi-sys v0.1.0 |
1839 | 2024-09-04T16:16:11.216Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1840 | 2024-09-04T16:16:11.325Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1841 | 2024-09-04T16:16:11.882Z | Compiling zone v0.3.0 |
1842 | 2024-09-04T16:16:11.914Z | Compiling rayon v1.10.0 |
1843 | 2024-09-04T16:16:12.024Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1844 | 2024-09-04T16:16:13.213Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1845 | 2024-09-04T16:16:13.614Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1846 | 2024-09-04T16:16:14.562Z | Compiling smf v0.2.3 |
1847 | 2024-09-04T16:16:15.185Z | Compiling bitfield-struct v0.6.1 |
1848 | 2024-09-04T16:16:16.559Z | Compiling ring v0.16.20 |
1849 | 2024-09-04T16:16:17.118Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1850 | 2024-09-04T16:16:17.255Z | Compiling blake3 v1.5.1 |
1851 | 2024-09-04T16:16:17.407Z | Compiling portable-atomic v1.6.0 |
1852 | 2024-09-04T16:16:17.862Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1853 | 2024-09-04T16:16:18.329Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1854 | 2024-09-04T16:16:18.350Z | Compiling xattr v1.3.1 |
1855 | 2024-09-04T16:16:18.429Z | Compiling filetime v0.2.25 |
1856 | 2024-09-04T16:16:18.636Z | Compiling memmap2 v0.9.4 |
1857 | 2024-09-04T16:16:18.678Z | Compiling arrayvec v0.7.4 |
1858 | 2024-09-04T16:16:18.798Z | Compiling constant_time_eq v0.3.0 |
1859 | 2024-09-04T16:16:18.983Z | Compiling same-file v1.0.6 |
1860 | 2024-09-04T16:16:19.120Z | Compiling untrusted v0.7.1 |
1861 | 2024-09-04T16:16:19.206Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1862 | 2024-09-04T16:16:19.246Z | Compiling arrayref v0.3.7 |
1863 | 2024-09-04T16:16:19.314Z | Compiling spin v0.5.2 |
1864 | 2024-09-04T16:16:19.338Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1865 | 2024-09-04T16:16:19.458Z | Compiling walkdir v2.5.0 |
1866 | 2024-09-04T16:16:19.576Z | Compiling tar v0.4.41 |
1867 | 2024-09-04T16:16:21.953Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1868 | 2024-09-04T16:16:22.015Z | Compiling gethostname v0.5.0 |
1869 | 2024-09-04T16:16:22.215Z | Compiling cargo-platform v0.1.8 |
1870 | 2024-09-04T16:16:22.349Z | Compiling topological-sort v0.2.2 |
1871 | 2024-09-04T16:16:22.622Z | Compiling number_prefix v0.4.0 |
1872 | 2024-09-04T16:16:22.749Z | Compiling cargo_metadata v0.18.1 |
1873 | 2024-09-04T16:16:22.874Z | Compiling indicatif v0.17.8 |
1874 | 2024-09-04T16:16:26.758Z | Compiling omicron-zone-package v0.11.0 |
1875 | 2024-09-04T16:16:29.707Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1876 | 2024-09-04T16:16:30.570Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1877 | 2024-09-04T16:16:33.020Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1878 | 2024-09-04T16:16:52.008Z | Finished `release` profile [optimized] target(s) in 4m 13s |
1879 | 2024-09-04T16:16:52.151Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1880 | 2024-09-04T16:16:52.193Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1881 | 2024-09-04T16:16:52.196Z | Created new build target 'test' and set it as active |
1882 | 2024-09-04T16:16:52.196Z | |
1883 | 2024-09-04T16:16:52.196Z | real 4:13.659837885 |
1884 | 2024-09-04T16:16:52.196Z | user 28:43.823417972 |
1885 | 2024-09-04T16:16:52.196Z | sys 3:39.173241063 |
1886 | 2024-09-04T16:16:52.196Z | trap 0.808448496 |
1887 | 2024-09-04T16:16:52.196Z | tflt 3.039533757 |
1888 | 2024-09-04T16:16:52.196Z | dflt 0.499732976 |
1889 | 2024-09-04T16:16:52.196Z | kflt 0.025697819 |
1890 | 2024-09-04T16:16:52.196Z | lock 1:03:43.515220691 |
1891 | 2024-09-04T16:16:52.196Z | slp 1:51:13.827786181 |
1892 | 2024-09-04T16:16:52.196Z | lat 1:56.058616000 |
1893 | 2024-09-04T16:16:52.196Z | stop 3:25.446263210 |
1894 | 2024-09-04T16:16:52.199Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1895 | 2024-09-04T16:16:53.161Z | Finished `release` profile [optimized] target(s) in 0.91s |
1896 | 2024-09-04T16:16:53.212Z | Running `target/release/omicron-package -t test package` |
1897 | 2024-09-04T16:16:53.252Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1898 | 2024-09-04T16:16:54.361Z | Compiling camino v1.1.9 |
1899 | 2024-09-04T16:16:54.361Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1900 | 2024-09-04T16:16:54.363Z | Compiling newline-converter v0.3.0 |
1901 | 2024-09-04T16:16:54.363Z | Compiling password-hash v0.5.0 |
1902 | 2024-09-04T16:16:54.363Z | Compiling blake2 v0.10.6 |
1903 | 2024-09-04T16:16:54.363Z | Compiling derive-where v1.2.7 |
1904 | 2024-09-04T16:16:54.363Z | Compiling convert_case v0.4.0 |
1905 | 2024-09-04T16:16:54.492Z | Compiling humantime v2.1.0 |
1906 | 2024-09-04T16:16:54.618Z | Compiling expectorate v1.1.0 |
1907 | 2024-09-04T16:16:54.808Z | Compiling toml v0.8.19 |
1908 | 2024-09-04T16:16:54.829Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1909 | 2024-09-04T16:16:55.249Z | Compiling argon2 v0.5.3 |
1910 | 2024-09-04T16:16:55.337Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1911 | 2024-09-04T16:16:55.350Z | Compiling derive_more v0.99.18 |
1912 | 2024-09-04T16:16:55.485Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1913 | 2024-09-04T16:16:55.545Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1914 | 2024-09-04T16:16:55.664Z | Compiling num-rational v0.4.2 |
1915 | 2024-09-04T16:16:56.369Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1916 | 2024-09-04T16:16:56.657Z | Compiling num-complex v0.4.6 |
1917 | 2024-09-04T16:16:56.943Z | Compiling dirs-sys-next v0.1.2 |
1918 | 2024-09-04T16:16:57.460Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1919 | 2024-09-04T16:16:57.661Z | Compiling dirs-next v2.0.0 |
1920 | 2024-09-04T16:16:57.683Z | Compiling float-ord v0.3.2 |
1921 | 2024-09-04T16:16:57.841Z | Compiling num v0.4.3 |
1922 | 2024-09-04T16:16:57.858Z | Compiling term v0.7.0 |
1923 | 2024-09-04T16:16:57.905Z | Compiling semver v0.1.20 |
1924 | 2024-09-04T16:16:57.972Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
1925 | 2024-09-04T16:16:58.107Z | Compiling prettyplease v0.2.20 |
1926 | 2024-09-04T16:16:58.411Z | Compiling rustc_version v0.1.7 |
1927 | 2024-09-04T16:16:58.494Z | Compiling is-terminal v0.4.12 |
1928 | 2024-09-04T16:16:58.624Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1929 | 2024-09-04T16:16:58.805Z | Compiling newtype_derive v0.1.6 |
1930 | 2024-09-04T16:16:59.001Z | Compiling cookie v0.18.1 |
1931 | 2024-09-04T16:16:59.148Z | Compiling highway v1.2.0 |
1932 | 2024-09-04T16:16:59.415Z | Compiling rustls-pki-types v1.7.0 |
1933 | 2024-09-04T16:16:59.457Z | Compiling linked-hash-map v0.5.6 |
1934 | 2024-09-04T16:16:59.871Z | Compiling lru-cache v0.1.2 |
1935 | 2024-09-04T16:17:00.092Z | Compiling steno v0.4.1 |
1936 | 2024-09-04T16:17:00.607Z | Compiling utf-8 v0.7.6 |
1937 | 2024-09-04T16:17:00.974Z | Compiling quick-error v1.2.3 |
1938 | 2024-09-04T16:17:01.141Z | Compiling home v0.5.9 |
1939 | 2024-09-04T16:17:01.372Z | Compiling resolv-conf v0.7.0 |
1940 | 2024-09-04T16:17:01.423Z | Compiling rustls-webpki v0.102.4 |
1941 | 2024-09-04T16:17:01.784Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
1942 | 2024-09-04T16:17:02.906Z | Compiling rustls v0.22.4 |
1943 | 2024-09-04T16:17:02.938Z | Compiling thread_local v1.1.8 |
1944 | 2024-09-04T16:17:03.249Z | Compiling match_cfg v0.1.0 |
1945 | 2024-09-04T16:17:03.373Z | Compiling hostname v0.3.1 |
1946 | 2024-09-04T16:17:03.474Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1947 | 2024-09-04T16:17:05.254Z | Compiling hickory-resolver v0.24.1 |
1948 | 2024-09-04T16:17:05.305Z | Compiling multer v3.1.0 |
1949 | 2024-09-04T16:17:05.376Z | Compiling slog-async v2.8.0 |
1950 | 2024-09-04T16:17:05.447Z | Compiling slog-json v2.6.1 |
1951 | 2024-09-04T16:17:05.799Z | Compiling crossbeam-channel v0.5.12 |
1952 | 2024-09-04T16:17:06.803Z | Compiling http v1.1.0 |
1953 | 2024-09-04T16:17:09.107Z | Compiling atomic-waker v1.1.2 |
1954 | 2024-09-04T16:17:09.301Z | Compiling take_mut v0.2.2 |
1955 | 2024-09-04T16:17:09.370Z | Compiling waitgroup v0.1.2 |
1956 | 2024-09-04T16:17:10.495Z | Compiling tokio-rustls v0.25.0 |
1957 | 2024-09-04T16:17:10.513Z | Compiling slog-bunyan v2.5.0 |
1958 | 2024-09-04T16:17:10.718Z | Compiling slog-term v2.9.1 |
1959 | 2024-09-04T16:17:10.921Z | Compiling rustls-pemfile v2.1.3 |
1960 | 2024-09-04T16:17:11.360Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1961 | 2024-09-04T16:17:11.428Z | Compiling async-stream v0.3.5 |
1962 | 2024-09-04T16:17:11.730Z | Compiling newtype-uuid v1.1.0 |
1963 | 2024-09-04T16:17:11.809Z | Compiling ipnetwork v0.20.0 |
1964 | 2024-09-04T16:17:12.041Z | Compiling serde_path_to_error v0.1.16 |
1965 | 2024-09-04T16:17:12.508Z | Compiling hostname v0.4.0 |
1966 | 2024-09-04T16:17:12.611Z | Compiling instant v0.1.12 |
1967 | 2024-09-04T16:17:12.741Z | Compiling debug-ignore v1.0.5 |
1968 | 2024-09-04T16:17:12.762Z | Compiling backoff v0.4.0 |
1969 | 2024-09-04T16:17:12.836Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1970 | 2024-09-04T16:17:13.138Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1971 | 2024-09-04T16:17:13.479Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1972 | 2024-09-04T16:17:13.532Z | Compiling parse-display v0.10.0 |
1973 | 2024-09-04T16:17:14.072Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1974 | 2024-09-04T16:17:14.263Z | Compiling serde_with v3.9.0 |
1975 | 2024-09-04T16:17:17.162Z | Compiling strum v0.26.3 |
1976 | 2024-09-04T16:17:17.354Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1977 | 2024-09-04T16:17:19.169Z | Compiling macaddr v1.0.1 |
1978 | 2024-09-04T16:17:19.453Z | Compiling slog-dtrace v0.3.0 |
1979 | 2024-09-04T16:17:19.597Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1980 | 2024-09-04T16:17:21.065Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1981 | 2024-09-04T16:17:21.635Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1982 | 2024-09-04T16:17:21.774Z | Compiling swrite v0.1.0 |
1983 | 2024-09-04T16:17:21.922Z | Compiling rayon-core v1.12.1 |
1984 | 2024-09-04T16:17:21.952Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1985 | 2024-09-04T16:17:22.409Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
1986 | 2024-09-04T16:17:22.699Z | Compiling crossbeam-deque v0.8.5 |
1987 | 2024-09-04T16:17:23.051Z | Compiling half v2.4.1 |
1988 | 2024-09-04T16:17:23.784Z | Compiling ciborium-io v0.2.2 |
1989 | 2024-09-04T16:17:23.925Z | Compiling termcolor v1.4.1 |
1990 | 2024-09-04T16:17:25.034Z | Compiling display-error-chain v0.2.1 |
1991 | 2024-09-04T16:17:25.231Z | Compiling same-file v1.0.6 |
1992 | 2024-09-04T16:17:25.484Z | Compiling fastrand v2.1.0 |
1993 | 2024-09-04T16:17:26.004Z | Compiling tempfile v3.10.1 |
1994 | 2024-09-04T16:17:26.775Z | Compiling walkdir v2.5.0 |
1995 | 2024-09-04T16:17:27.407Z | Compiling ciborium-ll v0.2.2 |
1996 | 2024-09-04T16:17:27.933Z | Compiling blake3 v1.5.1 |
1997 | 2024-09-04T16:17:28.106Z | Compiling ring v0.16.20 |
1998 | 2024-09-04T16:17:28.571Z | Compiling rayon v1.10.0 |
1999 | 2024-09-04T16:17:29.238Z | Compiling ciborium v0.2.2 |
2000 | 2024-09-04T16:17:30.796Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2001 | 2024-09-04T16:17:33.373Z | Compiling xattr v1.3.1 |
2002 | 2024-09-04T16:17:33.685Z | Compiling filetime v0.2.25 |
2003 | 2024-09-04T16:17:33.995Z | Compiling memmap2 v0.9.4 |
2004 | 2024-09-04T16:17:34.409Z | Compiling constant_time_eq v0.3.0 |
2005 | 2024-09-04T16:17:34.579Z | Compiling arrayvec v0.7.4 |
2006 | 2024-09-04T16:17:35.006Z | Compiling untrusted v0.7.1 |
2007 | 2024-09-04T16:17:35.198Z | Compiling cancel-safe-futures v0.1.5 |
2008 | 2024-09-04T16:17:36.173Z | Compiling arrayref v0.3.7 |
2009 | 2024-09-04T16:17:36.285Z | Compiling spin v0.5.2 |
2010 | 2024-09-04T16:17:37.845Z | Compiling tar v0.4.41 |
2011 | 2024-09-04T16:17:38.555Z | Compiling toolchain_find v0.4.0 |
2012 | 2024-09-04T16:17:39.166Z | Compiling camino-tempfile v1.1.1 |
2013 | 2024-09-04T16:17:39.188Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2014 | 2024-09-04T16:17:39.591Z | Compiling nibble_vec v0.1.0 |
2015 | 2024-09-04T16:17:39.637Z | Compiling atty v0.2.14 |
2016 | 2024-09-04T16:17:39.774Z | Compiling crunchy v0.2.2 |
2017 | 2024-09-04T16:17:39.799Z | Compiling maplit v1.0.2 |
2018 | 2024-09-04T16:17:39.816Z | Compiling radium v0.7.0 |
2019 | 2024-09-04T16:17:39.926Z | Compiling endian-type v0.1.2 |
2020 | 2024-09-04T16:17:40.172Z | Compiling glob v0.3.1 |
2021 | 2024-09-04T16:17:40.258Z | Compiling topological-sort v0.2.2 |
2022 | 2024-09-04T16:17:40.331Z | Compiling radix_trie v0.2.1 |
2023 | 2024-09-04T16:17:40.485Z | Compiling omicron-zone-package v0.11.0 |
2024 | 2024-09-04T16:17:40.942Z | Compiling clang-sys v1.7.0 |
2025 | 2024-09-04T16:17:41.236Z | Compiling rustfmt-wrapper v0.2.1 |
2026 | 2024-09-04T16:17:41.835Z | Compiling tungstenite v0.21.0 |
2027 | 2024-09-04T16:17:42.009Z | Compiling tiny-keccak v2.0.2 |
2028 | 2024-09-04T16:17:42.320Z | Compiling tap v1.0.1 |
2029 | 2024-09-04T16:17:42.338Z | Compiling maybe-uninit v2.0.0 |
2030 | 2024-09-04T16:17:42.524Z | Compiling wyz v0.5.1 |
2031 | 2024-09-04T16:17:43.018Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2032 | 2024-09-04T16:17:43.082Z | Compiling tokio-tungstenite v0.21.0 |
2033 | 2024-09-04T16:17:43.542Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2034 | 2024-09-04T16:17:43.561Z | Compiling dsl_auto_type v0.1.2 |
2035 | 2024-09-04T16:17:43.705Z | Compiling itertools v0.13.0 |
2036 | 2024-09-04T16:17:43.968Z | Compiling scheduled-thread-pool v0.2.7 |
2037 | 2024-09-04T16:17:44.916Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2038 | 2024-09-04T16:17:45.321Z | Compiling diesel_table_macro_syntax v0.2.0 |
2039 | 2024-09-04T16:17:45.398Z | Compiling crc-catalog v2.4.0 |
2040 | 2024-09-04T16:17:45.563Z | Compiling arc-swap v1.7.1 |
2041 | 2024-09-04T16:17:45.685Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2042 | 2024-09-04T16:17:45.703Z | Compiling funty v2.0.0 |
2043 | 2024-09-04T16:17:46.270Z | Compiling packed_struct v0.10.1 |
2044 | 2024-09-04T16:17:46.745Z | Compiling slog-scope v4.4.0 |
2045 | 2024-09-04T16:17:47.035Z | Compiling bitvec v1.0.1 |
2046 | 2024-09-04T16:17:47.478Z | Compiling diesel_derives v2.2.2 |
2047 | 2024-09-04T16:17:47.559Z | Compiling crc v3.2.1 |
2048 | 2024-09-04T16:17:49.573Z | Compiling r2d2 v0.8.10 |
2049 | 2024-09-04T16:17:50.535Z | Compiling ascii-canvas v3.0.0 |
2050 | 2024-09-04T16:17:50.984Z | Compiling packed_struct_codegen v0.10.1 |
2051 | 2024-09-04T16:17:51.426Z | Compiling ena v0.14.3 |
2052 | 2024-09-04T16:17:51.836Z | Compiling libloading v0.8.3 |
2053 | 2024-09-04T16:17:52.189Z | Compiling indexmap v1.9.3 |
2054 | 2024-09-04T16:17:52.516Z | Compiling diff v0.1.13 |
2055 | 2024-09-04T16:17:53.090Z | Compiling regex-syntax v0.6.29 |
2056 | 2024-09-04T16:17:53.402Z | Compiling nodrop v0.1.14 |
2057 | 2024-09-04T16:17:53.537Z | Compiling bindgen v0.69.4 |
2058 | 2024-09-04T16:17:54.022Z | Compiling array-init v0.0.4 |
2059 | 2024-09-04T16:17:58.112Z | Compiling lalrpop v0.19.12 |
2060 | 2024-09-04T16:17:58.684Z | Compiling diesel v2.2.3 |
2061 | 2024-09-04T16:17:59.062Z | Compiling smallvec v0.6.14 |
2062 | 2024-09-04T16:17:59.588Z | Compiling slog-stdlog v4.1.1 |
2063 | 2024-09-04T16:18:00.371Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2064 | 2024-09-04T16:18:01.399Z | Compiling which v4.4.2 |
2065 | 2024-09-04T16:18:01.973Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2066 | 2024-09-04T16:18:02.208Z | Compiling cexpr v0.6.0 |
2067 | 2024-09-04T16:18:03.861Z | Compiling libsw v3.3.1 |
2068 | 2024-09-04T16:18:04.209Z | Compiling ref-cast v1.0.23 |
2069 | 2024-09-04T16:18:04.686Z | Compiling owo-colors v4.0.0 |
2070 | 2024-09-04T16:18:05.589Z | Compiling hashbrown v0.12.3 |
2071 | 2024-09-04T16:18:06.865Z | Compiling rustc-hash v1.1.0 |
2072 | 2024-09-04T16:18:07.024Z | Compiling bitfield v0.14.0 |
2073 | 2024-09-04T16:18:07.349Z | Compiling shlex v1.3.0 |
2074 | 2024-09-04T16:18:07.500Z | Compiling lazycell v1.3.0 |
2075 | 2024-09-04T16:18:07.677Z | Compiling linear-map v1.2.0 |
2076 | 2024-09-04T16:18:08.154Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2077 | 2024-09-04T16:18:12.093Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2078 | 2024-09-04T16:18:14.142Z | Compiling slog-envlogger v2.2.0 |
2079 | 2024-09-04T16:18:16.300Z | Compiling serde-hex v0.1.0 |
2080 | 2024-09-04T16:18:16.646Z | Compiling bzip2 v0.4.4 |
2081 | 2024-09-04T16:18:17.118Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2082 | 2024-09-04T16:18:17.444Z | Compiling env_logger v0.10.2 |
2083 | 2024-09-04T16:18:20.455Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2084 | 2024-09-04T16:18:20.770Z | Compiling derive_builder_core v0.20.0 |
2085 | 2024-09-04T16:18:21.137Z | Compiling x509-cert v0.2.5 |
2086 | 2024-09-04T16:18:21.402Z | Compiling ron v0.8.1 |
2087 | 2024-09-04T16:18:22.921Z | Compiling headers-core v0.2.0 |
2088 | 2024-09-04T16:18:23.103Z | Compiling hashbrown v0.13.2 |
2089 | 2024-09-04T16:18:23.740Z | Compiling polar-core v0.27.3 |
2090 | 2024-09-04T16:18:24.414Z | Compiling fxhash v0.2.1 |
2091 | 2024-09-04T16:18:24.639Z | Compiling libxml v0.3.3 |
2092 | 2024-09-04T16:18:24.997Z | Compiling ref-cast-impl v1.0.23 |
2093 | 2024-09-04T16:18:25.041Z | Compiling crc-any v2.5.0 |
2094 | 2024-09-04T16:18:25.983Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2095 | 2024-09-04T16:18:27.326Z | Compiling object v0.30.4 |
2096 | 2024-09-04T16:18:32.472Z | Compiling headers v0.3.9 |
2097 | 2024-09-04T16:18:32.928Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2098 | 2024-09-04T16:18:34.645Z | Compiling derive_builder_macro v0.20.0 |
2099 | 2024-09-04T16:18:35.362Z | Compiling samael v0.0.15 |
2100 | 2024-09-04T16:18:35.529Z | Compiling zip v0.6.6 |
2101 | 2024-09-04T16:18:36.063Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2102 | 2024-09-04T16:18:36.935Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2103 | 2024-09-04T16:18:37.252Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2104 | 2024-09-04T16:18:38.160Z | Compiling strum_macros v0.24.3 |
2105 | 2024-09-04T16:18:38.190Z | Compiling kstat-rs v0.2.4 |
2106 | 2024-09-04T16:18:39.110Z | Compiling async-recursion v1.1.1 |
2107 | 2024-09-04T16:18:39.112Z | Compiling dropshot v0.10.1 |
2108 | 2024-09-04T16:18:39.443Z | Compiling unicase v2.7.0 |
2109 | 2024-09-04T16:18:39.815Z | Compiling indoc v1.0.9 |
2110 | 2024-09-04T16:18:39.998Z | Compiling path-slash v0.1.5 |
2111 | 2024-09-04T16:18:40.243Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2112 | 2024-09-04T16:18:40.715Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2113 | 2024-09-04T16:18:42.900Z | Compiling derive_builder v0.20.0 |
2114 | 2024-09-04T16:18:47.431Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2115 | 2024-09-04T16:18:47.894Z | Compiling tungstenite v0.23.0 |
2116 | 2024-09-04T16:18:48.513Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2117 | 2024-09-04T16:18:48.845Z | Compiling crossterm v0.28.1 |
2118 | 2024-09-04T16:18:53.435Z | Compiling pem v3.0.4 |
2119 | 2024-09-04T16:18:53.858Z | Compiling curve25519-dalek v4.1.3 |
2120 | 2024-09-04T16:18:54.295Z | Compiling impl-trait-for-tuples v0.2.2 |
2121 | 2024-09-04T16:18:54.946Z | Compiling oso-derive v0.27.3 |
2122 | 2024-09-04T16:18:55.375Z | Compiling dropshot_endpoint v0.10.1 |
2123 | 2024-09-04T16:18:55.921Z | Compiling libz-sys v1.1.16 |
2124 | 2024-09-04T16:18:56.279Z | Compiling quick-xml v0.31.0 |
2125 | 2024-09-04T16:18:56.590Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2126 | 2024-09-04T16:18:56.829Z | Compiling keccak v0.1.5 |
2127 | 2024-09-04T16:18:56.932Z | Compiling parking_lot_core v0.8.6 |
2128 | 2024-09-04T16:18:57.422Z | Compiling sha3 v0.10.8 |
2129 | 2024-09-04T16:18:58.197Z | Compiling tokio-tungstenite v0.23.1 |
2130 | 2024-09-04T16:18:58.282Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2131 | 2024-09-04T16:18:58.776Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2132 | 2024-09-04T16:19:00.295Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2133 | 2024-09-04T16:19:01.169Z | Compiling oso v0.27.3 |
2134 | 2024-09-04T16:19:03.577Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2135 | 2024-09-04T16:19:03.890Z | Compiling bb8 v0.8.5 |
2136 | 2024-09-04T16:19:04.464Z | Compiling const_format_proc_macros v0.2.32 |
2137 | 2024-09-04T16:19:06.400Z | Compiling universal-hash v0.5.1 |
2138 | 2024-09-04T16:19:06.638Z | Compiling secrecy v0.8.0 |
2139 | 2024-09-04T16:19:06.911Z | Compiling thiserror-impl-no-std v2.0.2 |
2140 | 2024-09-04T16:19:09.679Z | Compiling curve25519-dalek-derive v0.1.1 |
2141 | 2024-09-04T16:19:11.083Z | Compiling vte_generate_state_changes v0.1.1 |
2142 | 2024-09-04T16:19:11.707Z | Compiling buf-list v1.0.3 |
2143 | 2024-09-04T16:19:12.282Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2144 | 2024-09-04T16:19:12.619Z | Compiling opaque-debug v0.3.1 |
2145 | 2024-09-04T16:19:12.728Z | Compiling poly1305 v0.8.0 |
2146 | 2024-09-04T16:19:14.344Z | Compiling vte v0.11.1 |
2147 | 2024-09-04T16:19:18.400Z | Compiling thiserror-no-std v2.0.2 |
2148 | 2024-09-04T16:19:18.541Z | Compiling const_format v0.2.32 |
2149 | 2024-09-04T16:19:18.655Z | Compiling async-bb8-diesel v0.2.1 |
2150 | 2024-09-04T16:19:19.452Z | Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2151 | 2024-09-04T16:19:21.286Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2152 | 2024-09-04T16:19:21.605Z | Compiling chacha20 v0.9.1 |
2153 | 2024-09-04T16:19:22.072Z | Compiling fd-lock v4.0.2 |
2154 | 2024-09-04T16:19:22.308Z | Compiling aead v0.5.2 |
2155 | 2024-09-04T16:19:22.681Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2156 | 2024-09-04T16:19:22.737Z | Compiling pin-project-internal v1.1.5 |
2157 | 2024-09-04T16:19:23.490Z | Compiling bytecount v0.6.8 |
2158 | 2024-09-04T16:19:23.803Z | Compiling papergrid v0.11.0 |
2159 | 2024-09-04T16:19:25.457Z | Compiling pin-project v1.1.5 |
2160 | 2024-09-04T16:19:26.824Z | Compiling chacha20poly1305 v0.10.1 |
2161 | 2024-09-04T16:19:27.470Z | Compiling parking_lot v0.11.2 |
2162 | 2024-09-04T16:19:29.403Z | Compiling vsss-rs v3.3.4 |
2163 | 2024-09-04T16:19:33.708Z | Compiling strip-ansi-escapes v0.2.0 |
2164 | 2024-09-04T16:19:35.437Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2165 | 2024-09-04T16:19:35.796Z | Compiling tabled_derive v0.7.0 |
2166 | 2024-09-04T16:19:37.966Z | Compiling crossterm v0.27.0 |
2167 | 2024-09-04T16:19:40.223Z | Compiling peg-macros v0.8.4 |
2168 | 2024-09-04T16:19:43.311Z | Compiling snafu-derive v0.8.2 |
2169 | 2024-09-04T16:19:44.394Z | Compiling sqlparser_derive v0.2.2 |
2170 | 2024-09-04T16:19:44.722Z | Compiling unicode_categories v0.1.1 |
2171 | 2024-09-04T16:19:45.084Z | Compiling nu-ansi-term v0.50.0 |
2172 | 2024-09-04T16:19:45.408Z | Compiling sqlparser v0.45.0 |
2173 | 2024-09-04T16:19:46.245Z | Compiling reedline v0.33.0 |
2174 | 2024-09-04T16:19:47.915Z | Compiling snafu v0.8.2 |
2175 | 2024-09-04T16:19:49.158Z | Compiling sqlformat v0.2.4 |
2176 | 2024-09-04T16:19:52.183Z | Compiling rustyline v14.0.0 |
2177 | 2024-09-04T16:19:52.280Z | Compiling peg v0.8.4 |
2178 | 2024-09-04T16:19:52.402Z | Compiling tabled v0.15.0 |
2179 | 2024-09-04T16:19:55.688Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2180 | 2024-09-04T16:20:08.197Z | Compiling sled v0.34.7 |
2181 | 2024-09-04T16:20:11.875Z | Compiling mime_guess v2.0.4 |
2182 | 2024-09-04T16:20:13.213Z | Compiling hickory-client v0.24.1 |
2183 | 2024-09-04T16:20:14.103Z | Compiling env_logger v0.9.3 |
2184 | 2024-09-04T16:20:16.312Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2185 | 2024-09-04T16:20:18.285Z | Compiling tungstenite v0.20.1 |
2186 | 2024-09-04T16:20:18.555Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2187 | 2024-09-04T16:20:22.744Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2188 | 2024-09-04T16:20:23.315Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2189 | 2024-09-04T16:20:25.764Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2190 | 2024-09-04T16:20:27.287Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2191 | 2024-09-04T16:20:27.813Z | Compiling hickory-server v0.24.1 |
2192 | 2024-09-04T16:20:30.689Z | Compiling globset v0.4.14 |
2193 | 2024-09-04T16:20:31.165Z | Compiling olpc-cjson v0.1.3 |
2194 | 2024-09-04T16:20:31.507Z | Compiling bcs v0.1.6 |
2195 | 2024-09-04T16:20:32.442Z | Compiling vergen v8.3.2 |
2196 | 2024-09-04T16:20:32.780Z | Compiling bitstruct_derive v0.1.0 |
2197 | 2024-09-04T16:20:34.092Z | Compiling serde_plain v1.0.2 |
2198 | 2024-09-04T16:20:34.629Z | Compiling cargo-platform v0.1.8 |
2199 | 2024-09-04T16:20:35.149Z | Compiling nanorand v0.7.0 |
2200 | 2024-09-04T16:20:35.844Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2201 | 2024-09-04T16:20:35.995Z | Compiling memoffset v0.9.1 |
2202 | 2024-09-04T16:20:36.338Z | Compiling typed-path v0.7.1 |
2203 | 2024-09-04T16:20:38.124Z | Compiling ascii v1.1.0 |
2204 | 2024-09-04T16:20:38.876Z | Compiling tough v0.17.1 |
2205 | 2024-09-04T16:20:38.894Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2206 | 2024-09-04T16:20:39.747Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2207 | 2024-09-04T16:20:39.850Z | Compiling flume v0.11.0 |
2208 | 2024-09-04T16:20:40.035Z | Compiling cargo_metadata v0.18.1 |
2209 | 2024-09-04T16:20:40.613Z | Compiling bitstruct v0.1.1 |
2210 | 2024-09-04T16:20:40.778Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2211 | 2024-09-04T16:20:40.794Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2212 | 2024-09-04T16:20:41.325Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2213 | 2024-09-04T16:20:41.892Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2214 | 2024-09-04T16:20:42.968Z | Compiling tokio-tungstenite v0.20.1 |
2215 | 2024-09-04T16:20:43.243Z | Compiling git2 v0.19.0 |
2216 | 2024-09-04T16:20:44.163Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2217 | 2024-09-04T16:20:51.324Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2218 | 2024-09-04T16:20:52.379Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2219 | 2024-09-04T16:20:53.605Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2220 | 2024-09-04T16:20:55.562Z | Compiling libsqlite3-sys v0.28.0 |
2221 | 2024-09-04T16:20:56.092Z | Compiling serde_arrays v0.1.0 |
2222 | 2024-09-04T16:20:56.302Z | Compiling erased-serde v0.3.31 |
2223 | 2024-09-04T16:20:58.025Z | Compiling parse-size v1.0.0 |
2224 | 2024-09-04T16:20:58.336Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2225 | 2024-09-04T16:21:00.610Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2226 | 2024-09-04T16:21:05.040Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2227 | 2024-09-04T16:21:05.793Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2228 | 2024-09-04T16:21:06.059Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2229 | 2024-09-04T16:21:06.383Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2230 | 2024-09-04T16:21:08.398Z | Compiling heck v0.3.3 |
2231 | 2024-09-04T16:21:08.797Z | Compiling castaway v0.2.3 |
2232 | 2024-09-04T16:21:08.996Z | Compiling rand_seeder v0.3.0 |
2233 | 2024-09-04T16:21:09.396Z | Compiling csv-core v0.1.11 |
2234 | 2024-09-04T16:21:10.264Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2235 | 2024-09-04T16:21:10.605Z | Compiling http-range v0.1.5 |
2236 | 2024-09-04T16:21:13.155Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2237 | 2024-09-04T16:21:13.503Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2238 | 2024-09-04T16:21:14.069Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2239 | 2024-09-04T16:21:14.684Z | Compiling hyper-staticfile v0.9.5 |
2240 | 2024-09-04T16:21:17.797Z | Compiling csv v1.3.0 |
2241 | 2024-09-04T16:21:19.883Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2242 | 2024-09-04T16:21:19.994Z | Compiling compact_str v0.8.0 |
2243 | 2024-09-04T16:21:20.090Z | Compiling zone_cfg_derive v0.1.2 |
2244 | 2024-09-04T16:21:21.550Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2245 | 2024-09-04T16:21:22.439Z | Compiling nix v0.27.1 |
2246 | 2024-09-04T16:21:22.617Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2247 | 2024-09-04T16:21:24.282Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2248 | 2024-09-04T16:21:25.369Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2249 | 2024-09-04T16:21:27.879Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2250 | 2024-09-04T16:21:30.305Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2251 | 2024-09-04T16:21:30.639Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2252 | 2024-09-04T16:21:30.960Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2253 | 2024-09-04T16:21:31.276Z | Compiling unicode-truncate v1.0.0 |
2254 | 2024-09-04T16:21:31.566Z | Compiling hashlink v0.9.1 |
2255 | 2024-09-04T16:21:32.374Z | Compiling lru v0.12.3 |
2256 | 2024-09-04T16:21:32.757Z | Compiling serde-big-array v0.5.1 |
2257 | 2024-09-04T16:21:33.061Z | Compiling instability v0.3.2 |
2258 | 2024-09-04T16:21:34.060Z | Compiling cassowary v0.3.0 |
2259 | 2024-09-04T16:21:34.962Z | Compiling fallible-iterator v0.3.0 |
2260 | 2024-09-04T16:21:35.780Z | Compiling fallible-streaming-iterator v0.1.9 |
2261 | 2024-09-04T16:21:36.056Z | Compiling base64 v0.13.1 |
2262 | 2024-09-04T16:21:36.828Z | Compiling ron v0.7.1 |
2263 | 2024-09-04T16:21:37.363Z | Compiling rusqlite v0.31.0 |
2264 | 2024-09-04T16:21:37.729Z | Compiling ratatui v0.28.0 |
2265 | 2024-09-04T16:21:42.137Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2266 | 2024-09-04T16:21:51.348Z | Compiling zone v0.1.8 |
2267 | 2024-09-04T16:21:54.684Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2268 | 2024-09-04T16:21:55.113Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2269 | 2024-09-04T16:21:58.821Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2270 | 2024-09-04T16:21:59.185Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2271 | 2024-09-04T16:21:59.215Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2272 | 2024-09-04T16:22:02.231Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2273 | 2024-09-04T16:22:03.880Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2274 | 2024-09-04T16:22:04.944Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2275 | 2024-09-04T16:22:05.088Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2276 | 2024-09-04T16:22:05.279Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2277 | 2024-09-04T16:22:05.451Z | Compiling twox-hash v1.6.3 |
2278 | 2024-09-04T16:22:06.446Z | Compiling signal-hook-tokio v0.3.1 |
2279 | 2024-09-04T16:22:06.666Z | Compiling yasna v0.5.2 |
2280 | 2024-09-04T16:22:10.062Z | Compiling portpicker v0.1.1 |
2281 | 2024-09-04T16:22:10.103Z | Compiling unicode-linebreak v0.1.5 |
2282 | 2024-09-04T16:22:10.503Z | Compiling smawk v0.3.2 |
2283 | 2024-09-04T16:22:10.663Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2284 | 2024-09-04T16:22:10.770Z | Compiling textwrap v0.16.1 |
2285 | 2024-09-04T16:22:12.309Z | Compiling rcgen v0.12.1 |
2286 | 2024-09-04T16:22:13.830Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2287 | 2024-09-04T16:22:21.917Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2288 | 2024-09-04T16:22:22.135Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2289 | 2024-09-04T16:22:30.726Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2290 | 2024-09-04T16:22:32.281Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2291 | 2024-09-04T16:22:35.781Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2292 | 2024-09-04T16:22:35.951Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2293 | 2024-09-04T16:22:36.333Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2294 | 2024-09-04T16:22:36.658Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2295 | 2024-09-04T16:22:42.065Z | Compiling atomicwrites v0.4.3 |
2296 | 2024-09-04T16:22:42.619Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2297 | 2024-09-04T16:22:43.438Z | Compiling fatfs v0.3.6 |
2298 | 2024-09-04T16:22:46.093Z | Compiling subprocess v0.2.9 |
2299 | 2024-09-04T16:22:46.262Z | Compiling rtoolbox v0.0.2 |
2300 | 2024-09-04T16:22:46.700Z | Compiling assert_matches v1.5.0 |
2301 | 2024-09-04T16:22:46.816Z | Compiling is_ci v1.2.0 |
2302 | 2024-09-04T16:22:47.123Z | Compiling supports-color v3.0.0 |
2303 | 2024-09-04T16:22:50.298Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2304 | 2024-09-04T16:22:50.870Z | Compiling rpassword v7.3.1 |
2305 | 2024-09-04T16:22:51.340Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2306 | 2024-09-04T16:22:51.825Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2307 | 2024-09-04T16:22:54.325Z | Compiling tui-tree-widget v0.22.0 |
2308 | 2024-09-04T16:22:54.825Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2309 | 2024-09-04T16:22:57.375Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2310 | 2024-09-04T16:22:58.832Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2311 | 2024-09-04T16:23:04.784Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2312 | 2024-09-04T16:23:05.111Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2313 | 2024-09-04T16:23:10.269Z | Compiling uzers v0.11.3 |
2314 | 2024-09-04T16:23:11.217Z | Compiling shell-words v1.1.0 |
2315 | 2024-09-04T16:23:11.663Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2316 | 2024-09-04T16:23:12.901Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2317 | 2024-09-04T16:23:14.781Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2318 | 2024-09-04T16:23:14.954Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2319 | 2024-09-04T16:23:28.617Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2320 | 2024-09-04T16:23:39.527Z | Compiling multimap v0.10.0 |
2321 | 2024-09-04T16:25:29.087Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2322 | 2024-09-04T16:25:47.620Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2323 | 2024-09-04T16:32:03.107Z | Finished `release` profile [optimized] target(s) in 15m 09s |
2324 | 2024-09-04T16:33:01.737Z | |
2325 | 2024-09-04T16:33:01.740Z | real 16:09.475693856 |
2326 | 2024-09-04T16:33:01.740Z | user 1:50:54.879624602 |
2327 | 2024-09-04T16:33:01.740Z | sys 5:35.114980949 |
2328 | 2024-09-04T16:33:01.740Z | trap 2.658145756 |
2329 | 2024-09-04T16:33:01.740Z | tflt 3.119691325 |
2330 | 2024-09-04T16:33:01.740Z | dflt 4.188340737 |
2331 | 2024-09-04T16:33:01.740Z | kflt 0.021415602 |
2332 | 2024-09-04T16:33:01.740Z | lock 6:48:32.880710489 |
2333 | 2024-09-04T16:33:01.740Z | slp 5:57:36.314577132 |
2334 | 2024-09-04T16:33:01.740Z | lat 2:47.613461564 |
2335 | 2024-09-04T16:33:01.740Z | stop 2:34.097715161 |
2336 | 2024-09-04T16:33:01.741Z | + mapfile -t packages |
2337 | 2024-09-04T16:33:01.741Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2338 | 2024-09-04T16:33:02.753Z | Finished `release` profile [optimized] target(s) in 0.96s |
2339 | 2024-09-04T16:33:02.807Z | Running `target/release/omicron-package -t test list-outputs` |
2340 | 2024-09-04T16:33:02.852Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2341 | 2024-09-04T16:33:02.854Z | + ptime -m cargo build --locked --release -p xtask |
2342 | 2024-09-04T16:33:03.470Z | Compiling serde v1.0.208 |
2343 | 2024-09-04T16:33:03.473Z | Compiling libc v0.2.158 |
2344 | 2024-09-04T16:33:03.473Z | Compiling serde_json v1.0.125 |
2345 | 2024-09-04T16:33:03.473Z | Compiling rustix v0.38.34 |
2346 | 2024-09-04T16:33:03.563Z | Compiling syn v2.0.74 |
2347 | 2024-09-04T16:33:03.594Z | Compiling bitflags v2.6.0 |
2348 | 2024-09-04T16:33:03.939Z | Compiling usdt-impl v0.5.0 |
2349 | 2024-09-04T16:33:04.003Z | Compiling syn v1.0.109 |
2350 | 2024-09-04T16:33:04.099Z | Compiling hashbrown v0.14.5 |
2351 | 2024-09-04T16:33:04.114Z | Compiling log v0.4.21 |
2352 | 2024-09-04T16:33:04.134Z | Compiling fs-err v2.11.0 |
2353 | 2024-09-04T16:33:04.473Z | Compiling anyhow v1.0.86 |
2354 | 2024-09-04T16:33:05.007Z | Compiling thread-id v4.2.1 |
2355 | 2024-09-04T16:33:05.418Z | Compiling indexmap v2.4.0 |
2356 | 2024-09-04T16:33:06.458Z | Compiling terminal_size v0.3.0 |
2357 | 2024-09-04T16:33:06.458Z | Compiling tempfile v3.10.1 |
2358 | 2024-09-04T16:33:06.669Z | Compiling clap_builder v4.5.15 |
2359 | 2024-09-04T16:33:07.415Z | Compiling proc-macro-error v1.0.4 |
2360 | 2024-09-04T16:33:08.721Z | Compiling tabled_derive v0.7.0 |
2361 | 2024-09-04T16:33:10.066Z | Compiling tabled v0.15.0 |
2362 | 2024-09-04T16:33:11.370Z | Compiling serde_derive v1.0.208 |
2363 | 2024-09-04T16:33:11.595Z | Compiling thiserror-impl v1.0.63 |
2364 | 2024-09-04T16:33:13.178Z | Compiling zerocopy-derive v0.7.34 |
2365 | 2024-09-04T16:33:14.184Z | Compiling scroll_derive v0.12.0 |
2366 | 2024-09-04T16:33:14.433Z | Compiling thiserror v1.0.63 |
2367 | 2024-09-04T16:33:14.592Z | Compiling pest v2.7.10 |
2368 | 2024-09-04T16:33:15.279Z | Compiling zerocopy v0.7.34 |
2369 | 2024-09-04T16:33:15.576Z | Compiling scroll v0.12.0 |
2370 | 2024-09-04T16:33:16.228Z | Compiling goblin v0.8.2 |
2371 | 2024-09-04T16:33:17.585Z | Compiling pest_meta v2.7.10 |
2372 | 2024-09-04T16:33:20.922Z | Compiling pest_generator v2.7.10 |
2373 | 2024-09-04T16:33:22.723Z | Compiling pest_derive v2.7.10 |
2374 | 2024-09-04T16:33:23.506Z | Compiling dtrace-parser v0.2.0 |
2375 | 2024-09-04T16:33:25.280Z | Compiling clap_derive v4.5.13 |
2376 | 2024-09-04T16:33:29.559Z | Compiling serde_tokenstream v0.2.2 |
2377 | 2024-09-04T16:33:29.934Z | Compiling dof v0.3.0 |
2378 | 2024-09-04T16:33:30.143Z | Compiling serde_spanned v0.6.7 |
2379 | 2024-09-04T16:33:30.405Z | Compiling toml_datetime v0.6.8 |
2380 | 2024-09-04T16:33:30.751Z | Compiling toml_edit v0.22.20 |
2381 | 2024-09-04T16:33:31.087Z | Compiling camino v1.1.9 |
2382 | 2024-09-04T16:33:32.164Z | Compiling usdt-attr-macro v0.5.0 |
2383 | 2024-09-04T16:33:32.431Z | Compiling usdt-macro v0.5.0 |
2384 | 2024-09-04T16:33:33.588Z | Compiling semver v1.0.23 |
2385 | 2024-09-04T16:33:33.697Z | Compiling cargo-platform v0.1.8 |
2386 | 2024-09-04T16:33:34.789Z | Compiling toml v0.8.19 |
2387 | 2024-09-04T16:33:35.070Z | Compiling cargo_metadata v0.18.1 |
2388 | 2024-09-04T16:33:36.470Z | Compiling cargo_toml v0.20.4 |
2389 | 2024-09-04T16:33:36.560Z | Compiling usdt v0.5.0 |
2390 | 2024-09-04T16:33:38.021Z | Compiling camino-tempfile v1.1.1 |
2391 | 2024-09-04T16:33:38.787Z | Compiling clap v4.5.16 |
2392 | 2024-09-04T16:33:38.877Z | Compiling macaddr v1.0.1 |
2393 | 2024-09-04T16:33:47.830Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2394 | 2024-09-04T16:33:59.039Z | Finished `release` profile [optimized] target(s) in 56.13s |
2395 | 2024-09-04T16:33:59.139Z | |
2396 | 2024-09-04T16:33:59.139Z | real 56.257851962 |
2397 | 2024-09-04T16:33:59.139Z | user 5:41.864488805 |
2398 | 2024-09-04T16:33:59.139Z | sys 32.710012198 |
2399 | 2024-09-04T16:33:59.142Z | trap 0.146577433 |
2400 | 2024-09-04T16:33:59.142Z | tflt 0.302618825 |
2401 | 2024-09-04T16:33:59.142Z | dflt 0.502297677 |
2402 | 2024-09-04T16:33:59.142Z | kflt 0.000000000 |
2403 | 2024-09-04T16:33:59.142Z | lock 10:44.045252275 |
2404 | 2024-09-04T16:33:59.142Z | slp 15:47.770868155 |
2405 | 2024-09-04T16:33:59.142Z | lat 11.365972337 |
2406 | 2024-09-04T16:33:59.142Z | stop 16.016426686 |
2407 | 2024-09-04T16:33:59.142Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2408 | 2024-09-04T16:33:59.142Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2409 | 2024-09-04T16:33:59.142Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2410 | 2024-09-04T16:33:59.142Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2411 | 2024-09-04T16:33:59.142Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2412 | 2024-09-04T16:34:00.031Z | Compiling regress v0.9.1 |
2413 | 2024-09-04T16:34:00.124Z | Compiling getopts v0.2.21 |
2414 | 2024-09-04T16:34:00.126Z | Compiling unsafe-libyaml v0.2.11 |
2415 | 2024-09-04T16:34:00.126Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2416 | 2024-09-04T16:34:00.126Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2417 | 2024-09-04T16:34:00.126Z | Compiling http v1.1.0 |
2418 | 2024-09-04T16:34:00.187Z | Compiling match_cfg v0.1.0 |
2419 | 2024-09-04T16:34:00.189Z | Compiling toml v0.8.19 |
2420 | 2024-09-04T16:34:00.278Z | Compiling hostname v0.3.1 |
2421 | 2024-09-04T16:34:00.550Z | Compiling rustls-pki-types v1.7.0 |
2422 | 2024-09-04T16:34:00.577Z | Compiling ident_case v1.0.1 |
2423 | 2024-09-04T16:34:00.640Z | Compiling paste v1.0.15 |
2424 | 2024-09-04T16:34:00.753Z | Compiling rustls v0.22.4 |
2425 | 2024-09-04T16:34:01.060Z | Compiling rustls-webpki v0.102.4 |
2426 | 2024-09-04T16:34:01.103Z | Compiling darling_core v0.20.9 |
2427 | 2024-09-04T16:34:01.273Z | Compiling ipnetwork v0.20.0 |
2428 | 2024-09-04T16:34:01.370Z | Compiling multer v3.1.0 |
2429 | 2024-09-04T16:34:01.698Z | Compiling serde_yaml v0.9.34+deprecated |
2430 | 2024-09-04T16:34:02.187Z | Compiling slog-json v2.6.1 |
2431 | 2024-09-04T16:34:02.584Z | Compiling async-stream-impl v0.3.5 |
2432 | 2024-09-04T16:34:02.690Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2433 | 2024-09-04T16:34:03.009Z | Compiling instant v0.1.12 |
2434 | 2024-09-04T16:34:03.168Z | Compiling debug-ignore v1.0.5 |
2435 | 2024-09-04T16:34:03.219Z | Compiling atomic-waker v1.1.2 |
2436 | 2024-09-04T16:34:03.398Z | Compiling waitgroup v0.1.2 |
2437 | 2024-09-04T16:34:03.426Z | Compiling slog-bunyan v2.5.0 |
2438 | 2024-09-04T16:34:03.619Z | Compiling rustls-pemfile v2.1.3 |
2439 | 2024-09-04T16:34:03.639Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2440 | 2024-09-04T16:34:03.968Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2441 | 2024-09-04T16:34:04.089Z | Compiling async-stream v0.3.5 |
2442 | 2024-09-04T16:34:04.431Z | Compiling serde_path_to_error v0.1.16 |
2443 | 2024-09-04T16:34:04.549Z | Compiling hostname v0.4.0 |
2444 | 2024-09-04T16:34:04.850Z | Compiling structmeta-derive v0.3.0 |
2445 | 2024-09-04T16:34:05.264Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2446 | 2024-09-04T16:34:05.303Z | Compiling newtype-uuid v1.1.0 |
2447 | 2024-09-04T16:34:05.606Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2448 | 2024-09-04T16:34:05.849Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2449 | 2024-09-04T16:34:06.031Z | Compiling backoff v0.4.0 |
2450 | 2024-09-04T16:34:06.186Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2451 | 2024-09-04T16:34:06.377Z | Compiling tokio-rustls v0.25.0 |
2452 | 2024-09-04T16:34:06.396Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2453 | 2024-09-04T16:34:06.575Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2454 | 2024-09-04T16:34:06.747Z | Compiling macaddr v1.0.1 |
2455 | 2024-09-04T16:34:06.837Z | Compiling proc-macro-crate v1.3.1 |
2456 | 2024-09-04T16:34:06.994Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2457 | 2024-09-04T16:34:07.184Z | Compiling tempfile v3.10.1 |
2458 | 2024-09-04T16:34:07.386Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2459 | 2024-09-04T16:34:07.757Z | Compiling foreign-types-macros v0.2.3 |
2460 | 2024-09-04T16:34:07.889Z | Compiling structmeta v0.3.0 |
2461 | 2024-09-04T16:34:07.937Z | Compiling num_enum_derive v0.5.11 |
2462 | 2024-09-04T16:34:08.060Z | Compiling heapless v0.8.0 |
2463 | 2024-09-04T16:34:08.293Z | Compiling darling_macro v0.20.9 |
2464 | 2024-09-04T16:34:08.360Z | Compiling parse-display-derive v0.10.0 |
2465 | 2024-09-04T16:34:08.669Z | Compiling foreign-types-shared v0.3.1 |
2466 | 2024-09-04T16:34:08.799Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2467 | 2024-09-04T16:34:09.091Z | Compiling foreign-types v0.5.0 |
2468 | 2024-09-04T16:34:09.213Z | Compiling proc-macro-error v1.0.4 |
2469 | 2024-09-04T16:34:09.269Z | Compiling darling v0.20.9 |
2470 | 2024-09-04T16:34:09.389Z | Compiling serde_with_macros v3.9.0 |
2471 | 2024-09-04T16:34:09.798Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2472 | 2024-09-04T16:34:09.927Z | Compiling cstr-argument v0.1.2 |
2473 | 2024-09-04T16:34:10.209Z | Compiling hash32 v0.3.1 |
2474 | 2024-09-04T16:34:10.472Z | Compiling smoltcp v0.11.0 |
2475 | 2024-09-04T16:34:10.560Z | Compiling num_enum v0.5.11 |
2476 | 2024-09-04T16:34:10.698Z | Compiling pretty-hex v0.2.1 |
2477 | 2024-09-04T16:34:10.891Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2478 | 2024-09-04T16:34:11.246Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2479 | 2024-09-04T16:34:11.264Z | Compiling camino-tempfile v1.1.1 |
2480 | 2024-09-04T16:34:11.715Z | Compiling tabwriter v1.4.0 |
2481 | 2024-09-04T16:34:11.880Z | Compiling colored v2.1.0 |
2482 | 2024-09-04T16:34:11.994Z | Compiling socket2 v0.4.10 |
2483 | 2024-09-04T16:34:12.240Z | Compiling embedded-io v0.4.0 |
2484 | 2024-09-04T16:34:12.301Z | Compiling cobs v0.2.3 |
2485 | 2024-09-04T16:34:12.336Z | Compiling serde_with v3.9.0 |
2486 | 2024-09-04T16:34:12.632Z | Compiling postcard v1.0.8 |
2487 | 2024-09-04T16:34:12.699Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2488 | 2024-09-04T16:34:12.910Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2489 | 2024-09-04T16:34:13.010Z | Compiling crucible-workspace-hack v0.1.0 |
2490 | 2024-09-04T16:34:13.055Z | Compiling parse-display v0.10.0 |
2491 | 2024-09-04T16:34:13.159Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2492 | 2024-09-04T16:34:13.358Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2493 | 2024-09-04T16:34:13.580Z | Compiling smf v0.2.3 |
2494 | 2024-09-04T16:34:13.697Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2495 | 2024-09-04T16:34:14.046Z | Compiling zone_cfg_derive v0.3.0 |
2496 | 2024-09-04T16:34:14.078Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2497 | 2024-09-04T16:34:14.576Z | Compiling num-derive v0.4.2 |
2498 | 2024-09-04T16:34:15.008Z | Compiling sigpipe v0.1.3 |
2499 | 2024-09-04T16:34:15.133Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2500 | 2024-09-04T16:34:15.461Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2501 | 2024-09-04T16:34:15.560Z | Compiling zone v0.3.0 |
2502 | 2024-09-04T16:34:16.445Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2503 | 2024-09-04T16:34:16.607Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2504 | 2024-09-04T16:34:16.974Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2505 | 2024-09-04T16:34:17.074Z | Compiling universal-hash v0.5.1 |
2506 | 2024-09-04T16:34:17.095Z | Compiling opaque-debug v0.3.1 |
2507 | 2024-09-04T16:34:17.165Z | Compiling utf-8 v0.7.6 |
2508 | 2024-09-04T16:34:17.195Z | Compiling num-rational v0.4.2 |
2509 | 2024-09-04T16:34:17.281Z | Compiling curve25519-dalek v4.1.3 |
2510 | 2024-09-04T16:34:17.300Z | Compiling num-complex v0.4.6 |
2511 | 2024-09-04T16:34:17.503Z | Compiling humantime v2.1.0 |
2512 | 2024-09-04T16:34:17.531Z | Compiling password-hash v0.5.0 |
2513 | 2024-09-04T16:34:18.055Z | Compiling blake2 v0.10.6 |
2514 | 2024-09-04T16:34:18.127Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2515 | 2024-09-04T16:34:18.175Z | Compiling aead v0.5.2 |
2516 | 2024-09-04T16:34:18.360Z | Compiling num v0.4.3 |
2517 | 2024-09-04T16:34:18.480Z | Compiling curve25519-dalek-derive v0.1.1 |
2518 | 2024-09-04T16:34:18.530Z | Compiling float-ord v0.3.2 |
2519 | 2024-09-04T16:34:18.548Z | Compiling argon2 v0.5.3 |
2520 | 2024-09-04T16:34:18.593Z | Compiling poly1305 v0.8.0 |
2521 | 2024-09-04T16:34:18.708Z | Compiling chacha20 v0.9.1 |
2522 | 2024-09-04T16:34:19.033Z | Compiling convert_case v0.4.0 |
2523 | 2024-09-04T16:34:19.178Z | Compiling semver v0.1.20 |
2524 | 2024-09-04T16:34:19.627Z | Compiling rustc_version v0.1.7 |
2525 | 2024-09-04T16:34:19.869Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2526 | 2024-09-04T16:34:19.989Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2527 | 2024-09-04T16:34:20.152Z | Compiling derive_more v0.99.18 |
2528 | 2024-09-04T16:34:20.260Z | Compiling tungstenite v0.21.0 |
2529 | 2024-09-04T16:34:20.286Z | Compiling newline-converter v0.3.0 |
2530 | 2024-09-04T16:34:20.315Z | Compiling atty v0.2.14 |
2531 | 2024-09-04T16:34:20.460Z | Compiling rayon-core v1.12.1 |
2532 | 2024-09-04T16:34:20.462Z | Compiling same-file v1.0.6 |
2533 | 2024-09-04T16:34:20.791Z | Compiling walkdir v2.5.0 |
2534 | 2024-09-04T16:34:20.812Z | Compiling expectorate v1.1.0 |
2535 | 2024-09-04T16:34:20.998Z | Compiling newtype_derive v0.1.6 |
2536 | 2024-09-04T16:34:21.327Z | Compiling tokio-tungstenite v0.21.0 |
2537 | 2024-09-04T16:34:21.346Z | Compiling crossbeam-deque v0.8.5 |
2538 | 2024-09-04T16:34:21.407Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2539 | 2024-09-04T16:34:21.530Z | Compiling prettyplease v0.2.20 |
2540 | 2024-09-04T16:34:21.707Z | Compiling home v0.5.9 |
2541 | 2024-09-04T16:34:21.835Z | Compiling keccak v0.1.5 |
2542 | 2024-09-04T16:34:22.068Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2543 | 2024-09-04T16:34:22.306Z | Compiling sha3 v0.10.8 |
2544 | 2024-09-04T16:34:22.418Z | Compiling thiserror-impl-no-std v2.0.2 |
2545 | 2024-09-04T16:34:22.437Z | Compiling secrecy v0.8.0 |
2546 | 2024-09-04T16:34:22.685Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2547 | 2024-09-04T16:34:22.736Z | Compiling blake3 v1.5.1 |
2548 | 2024-09-04T16:34:22.881Z | Compiling ring v0.16.20 |
2549 | 2024-09-04T16:34:23.386Z | Compiling derive-where v1.2.7 |
2550 | 2024-09-04T16:34:23.422Z | Compiling unicase v2.7.0 |
2551 | 2024-09-04T16:34:23.727Z | Compiling cookie v0.18.1 |
2552 | 2024-09-04T16:34:23.752Z | Compiling half v2.4.1 |
2553 | 2024-09-04T16:34:24.042Z | Compiling linked-hash-map v0.5.6 |
2554 | 2024-09-04T16:34:24.061Z | Compiling arc-swap v1.7.1 |
2555 | 2024-09-04T16:34:24.332Z | Compiling quick-error v1.2.3 |
2556 | 2024-09-04T16:34:24.426Z | Compiling ciborium-io v0.2.2 |
2557 | 2024-09-04T16:34:24.484Z | Compiling termcolor v1.4.1 |
2558 | 2024-09-04T16:34:24.553Z | Compiling slog-scope v4.4.0 |
2559 | 2024-09-04T16:34:24.710Z | Compiling ciborium-ll v0.2.2 |
2560 | 2024-09-04T16:34:25.105Z | Compiling env_logger v0.9.3 |
2561 | 2024-09-04T16:34:25.143Z | Compiling resolv-conf v0.7.0 |
2562 | 2024-09-04T16:34:25.403Z | Compiling lru-cache v0.1.2 |
2563 | 2024-09-04T16:34:25.745Z | Compiling thiserror-no-std v2.0.2 |
2564 | 2024-09-04T16:34:26.074Z | Compiling rayon v1.10.0 |
2565 | 2024-09-04T16:34:26.461Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2566 | 2024-09-04T16:34:26.769Z | Compiling polyval v0.6.2 |
2567 | 2024-09-04T16:34:27.006Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2568 | 2024-09-04T16:34:27.111Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2569 | 2024-09-04T16:34:27.201Z | Compiling rfc6979 v0.4.0 |
2570 | 2024-09-04T16:34:27.264Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2571 | 2024-09-04T16:34:27.395Z | Compiling bitstruct_derive v0.1.0 |
2572 | 2024-09-04T16:34:27.434Z | Compiling memmap2 v0.9.4 |
2573 | 2024-09-04T16:34:27.946Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2574 | 2024-09-04T16:34:27.965Z | Compiling ascii v1.1.0 |
2575 | 2024-09-04T16:34:28.050Z | Compiling libefi-sys v0.1.0 |
2576 | 2024-09-04T16:34:28.088Z | Compiling parking_lot_core v0.8.6 |
2577 | 2024-09-04T16:34:28.309Z | Compiling constant_time_eq v0.3.0 |
2578 | 2024-09-04T16:34:28.349Z | Compiling arrayref v0.3.7 |
2579 | 2024-09-04T16:34:28.459Z | Compiling untrusted v0.7.1 |
2580 | 2024-09-04T16:34:28.490Z | Compiling arrayvec v0.7.4 |
2581 | 2024-09-04T16:34:28.583Z | Compiling highway v1.2.0 |
2582 | 2024-09-04T16:34:28.601Z | Compiling spin v0.5.2 |
2583 | 2024-09-04T16:34:28.675Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2584 | 2024-09-04T16:34:28.807Z | Compiling bitstruct v0.1.1 |
2585 | 2024-09-04T16:34:28.924Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2586 | 2024-09-04T16:34:28.942Z | Compiling ecdsa v0.16.9 |
2587 | 2024-09-04T16:34:29.260Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2588 | 2024-09-04T16:34:29.355Z | Compiling ghash v0.5.1 |
2589 | 2024-09-04T16:34:29.600Z | Compiling steno v0.4.1 |
2590 | 2024-09-04T16:34:29.788Z | Compiling vsss-rs v3.3.4 |
2591 | 2024-09-04T16:34:30.144Z | Compiling hickory-resolver v0.24.1 |
2592 | 2024-09-04T16:34:30.227Z | Compiling ciborium v0.2.2 |
2593 | 2024-09-04T16:34:31.003Z | Compiling slog-stdlog v4.1.1 |
2594 | 2024-09-04T16:34:31.726Z | Compiling toolchain_find v0.4.0 |
2595 | 2024-09-04T16:34:31.758Z | Compiling chacha20poly1305 v0.10.1 |
2596 | 2024-09-04T16:34:31.989Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2597 | 2024-09-04T16:34:32.152Z | Compiling primeorder v0.13.6 |
2598 | 2024-09-04T16:34:32.394Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2599 | 2024-09-04T16:34:32.626Z | Compiling ctr v0.9.2 |
2600 | 2024-09-04T16:34:32.724Z | Compiling serde_arrays v0.1.0 |
2601 | 2024-09-04T16:34:32.770Z | Compiling erased-serde v0.3.31 |
2602 | 2024-09-04T16:34:32.787Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2603 | 2024-09-04T16:34:32.897Z | Compiling bitfield-struct v0.6.1 |
2604 | 2024-09-04T16:34:33.018Z | Compiling slog-dtrace v0.3.0 |
2605 | 2024-09-04T16:34:33.215Z | Compiling topological-sort v0.2.2 |
2606 | 2024-09-04T16:34:33.338Z | Compiling cancel-safe-futures v0.1.5 |
2607 | 2024-09-04T16:34:33.427Z | Compiling omicron-zone-package v0.11.0 |
2608 | 2024-09-04T16:34:33.941Z | Compiling aes-gcm v0.10.3 |
2609 | 2024-09-04T16:34:34.272Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2610 | 2024-09-04T16:34:34.288Z | Compiling rustfmt-wrapper v0.2.1 |
2611 | 2024-09-04T16:34:34.322Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2612 | 2024-09-04T16:34:34.482Z | Compiling slog-envlogger v2.2.0 |
2613 | 2024-09-04T16:34:34.902Z | Compiling mime_guess v2.0.4 |
2614 | 2024-09-04T16:34:35.484Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2615 | 2024-09-04T16:34:35.521Z | Compiling tungstenite v0.20.1 |
2616 | 2024-09-04T16:34:35.918Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2617 | 2024-09-04T16:34:36.231Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2618 | 2024-09-04T16:34:36.619Z | Compiling heck v0.3.3 |
2619 | 2024-09-04T16:34:36.847Z | Compiling ed25519 v2.2.3 |
2620 | 2024-09-04T16:34:37.079Z | Compiling ssh-encoding v0.2.0 |
2621 | 2024-09-04T16:34:37.142Z | Compiling blowfish v0.9.1 |
2622 | 2024-09-04T16:34:37.443Z | Compiling nibble_vec v0.1.0 |
2623 | 2024-09-04T16:34:37.621Z | Compiling endian-type v0.1.2 |
2624 | 2024-09-04T16:34:37.643Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2625 | 2024-09-04T16:34:37.690Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2626 | 2024-09-04T16:34:37.774Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2627 | 2024-09-04T16:34:37.792Z | Compiling ssh-cipher v0.2.0 |
2628 | 2024-09-04T16:34:37.862Z | Compiling radix_trie v0.2.1 |
2629 | 2024-09-04T16:34:38.019Z | Compiling bcrypt-pbkdf v0.10.0 |
2630 | 2024-09-04T16:34:38.591Z | Compiling ed25519-dalek v2.1.1 |
2631 | 2024-09-04T16:34:38.660Z | Compiling zone_cfg_derive v0.1.2 |
2632 | 2024-09-04T16:34:38.771Z | Compiling tokio-tungstenite v0.20.1 |
2633 | 2024-09-04T16:34:39.331Z | Compiling parking_lot v0.11.2 |
2634 | 2024-09-04T16:34:39.577Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2635 | 2024-09-04T16:34:39.811Z | Compiling gethostname v0.5.0 |
2636 | 2024-09-04T16:34:39.958Z | Compiling password-hash v0.4.2 |
2637 | 2024-09-04T16:34:40.044Z | Compiling libsw v3.3.1 |
2638 | 2024-09-04T16:34:40.169Z | Compiling fxhash v0.2.1 |
2639 | 2024-09-04T16:34:40.232Z | Compiling linear-map v1.2.0 |
2640 | 2024-09-04T16:34:40.284Z | Compiling owo-colors v4.0.0 |
2641 | 2024-09-04T16:34:40.360Z | Compiling matches v0.1.10 |
2642 | 2024-09-04T16:34:40.379Z | Compiling base64 v0.13.1 |
2643 | 2024-09-04T16:34:40.382Z | Compiling sled v0.34.7 |
2644 | 2024-09-04T16:34:40.472Z | Compiling idna v0.2.3 |
2645 | 2024-09-04T16:34:40.594Z | Compiling pbkdf2 v0.11.0 |
2646 | 2024-09-04T16:34:40.855Z | Compiling ron v0.7.1 |
2647 | 2024-09-04T16:34:40.968Z | Compiling zone v0.1.8 |
2648 | 2024-09-04T16:34:41.982Z | Compiling ssh-key v0.6.6 |
2649 | 2024-09-04T16:34:42.060Z | Compiling hickory-client v0.24.1 |
2650 | 2024-09-04T16:34:42.606Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2651 | 2024-09-04T16:34:43.279Z | Compiling p521 v0.13.3 |
2652 | 2024-09-04T16:34:43.485Z | Compiling p384 v0.13.0 |
2653 | 2024-09-04T16:34:45.019Z | Compiling p256 v0.13.2 |
2654 | 2024-09-04T16:34:45.651Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2655 | 2024-09-04T16:34:45.855Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2656 | 2024-09-04T16:34:46.095Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2657 | 2024-09-04T16:34:46.387Z | Compiling hickory-server v0.24.1 |
2658 | 2024-09-04T16:34:46.469Z | Compiling pem v3.0.4 |
2659 | 2024-09-04T16:34:46.828Z | Compiling enum-as-inner v0.5.1 |
2660 | 2024-09-04T16:34:46.883Z | Compiling yasna v0.5.2 |
2661 | 2024-09-04T16:34:47.290Z | Compiling portpicker v0.1.1 |
2662 | 2024-09-04T16:34:47.666Z | Compiling headers-core v0.2.0 |
2663 | 2024-09-04T16:34:47.846Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2664 | 2024-09-04T16:34:47.881Z | Compiling kstat-rs v0.2.4 |
2665 | 2024-09-04T16:34:47.909Z | Compiling nanorand v0.7.0 |
2666 | 2024-09-04T16:34:48.233Z | Compiling russh-cryptovec v0.7.2 |
2667 | 2024-09-04T16:34:48.502Z | Compiling http-range v0.1.5 |
2668 | 2024-09-04T16:34:48.561Z | Compiling md5 v0.7.0 |
2669 | 2024-09-04T16:34:48.580Z | Compiling glob v0.3.1 |
2670 | 2024-09-04T16:34:48.613Z | Compiling flume v0.11.0 |
2671 | 2024-09-04T16:34:48.895Z | Compiling russh-keys v0.45.0 |
2672 | 2024-09-04T16:34:49.083Z | Compiling hyper-staticfile v0.9.5 |
2673 | 2024-09-04T16:34:49.326Z | Compiling trust-dns-proto v0.22.0 |
2674 | 2024-09-04T16:34:49.571Z | Compiling rcgen v0.12.1 |
2675 | 2024-09-04T16:34:50.078Z | Compiling headers v0.3.9 |
2676 | 2024-09-04T16:34:50.985Z | Compiling atomicwrites v0.4.3 |
2677 | 2024-09-04T16:34:51.367Z | Compiling num-bigint v0.4.5 |
2678 | 2024-09-04T16:34:51.944Z | Compiling itertools v0.13.0 |
2679 | 2024-09-04T16:34:52.057Z | Compiling des v0.8.1 |
2680 | 2024-09-04T16:34:52.084Z | Compiling subprocess v0.2.9 |
2681 | 2024-09-04T16:34:52.406Z | Compiling display-error-chain v0.2.1 |
2682 | 2024-09-04T16:34:52.616Z | Compiling dhcproto-macros v0.1.0 |
2683 | 2024-09-04T16:34:53.114Z | Compiling hex-literal v0.4.1 |
2684 | 2024-09-04T16:34:53.273Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2685 | 2024-09-04T16:34:53.573Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2686 | 2024-09-04T16:34:53.639Z | Compiling dhcproto v0.12.0 |
2687 | 2024-09-04T16:34:53.769Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2688 | 2024-09-04T16:34:53.787Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2689 | 2024-09-04T16:34:54.089Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2690 | 2024-09-04T16:34:55.181Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2691 | 2024-09-04T16:34:55.773Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2692 | 2024-09-04T16:34:57.078Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2693 | 2024-09-04T16:34:57.382Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2694 | 2024-09-04T16:34:58.547Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2695 | 2024-09-04T16:35:00.706Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2696 | 2024-09-04T16:35:01.663Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2697 | 2024-09-04T16:35:02.287Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2698 | 2024-09-04T16:35:02.565Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2699 | 2024-09-04T16:35:03.309Z | Compiling russh v0.45.0 |
2700 | 2024-09-04T16:35:04.149Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2701 | 2024-09-04T16:35:04.701Z | Compiling internet-checksum v0.2.1 |
2702 | 2024-09-04T16:35:11.819Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2703 | 2024-09-04T16:35:11.822Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2704 | 2024-09-04T16:35:11.822Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2705 | 2024-09-04T16:35:11.822Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2706 | 2024-09-04T16:35:14.851Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2707 | 2024-09-04T16:35:14.983Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2708 | 2024-09-04T16:35:15.072Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2709 | 2024-09-04T16:35:15.815Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2710 | 2024-09-04T16:35:16.214Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2711 | 2024-09-04T16:35:16.797Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2712 | 2024-09-04T16:35:17.977Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2713 | 2024-09-04T16:35:19.439Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2714 | 2024-09-04T16:35:19.948Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2715 | 2024-09-04T16:35:20.879Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2716 | 2024-09-04T16:35:21.089Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2717 | 2024-09-04T16:35:23.393Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2718 | 2024-09-04T16:35:25.828Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2719 | 2024-09-04T16:35:26.276Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2720 | 2024-09-04T16:35:27.036Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2721 | 2024-09-04T16:35:29.065Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2722 | 2024-09-04T16:35:30.960Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2723 | 2024-09-04T16:35:35.203Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2724 | 2024-09-04T16:35:42.590Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2725 | 2024-09-04T16:35:42.590Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2726 | 2024-09-04T16:35:44.569Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2727 | 2024-09-04T16:36:01.197Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2728 | 2024-09-04T16:36:32.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
2729 | 2024-09-04T16:36:32.612Z | |
2730 | 2024-09-04T16:36:32.614Z | real 2:33.413614783 |
2731 | 2024-09-04T16:36:32.615Z | user 12:41.808167784 |
2732 | 2024-09-04T16:36:32.615Z | sys 2:40.390168433 |
2733 | 2024-09-04T16:36:32.615Z | trap 0.344347541 |
2734 | 2024-09-04T16:36:32.615Z | tflt 1.352436843 |
2735 | 2024-09-04T16:36:32.615Z | dflt 1.558512888 |
2736 | 2024-09-04T16:36:32.615Z | kflt 0.000000000 |
2737 | 2024-09-04T16:36:32.615Z | lock 26:43.394218847 |
2738 | 2024-09-04T16:36:32.615Z | slp 47:18.982909925 |
2739 | 2024-09-04T16:36:32.615Z | lat 40.829501454 |
2740 | 2024-09-04T16:36:32.615Z | stop 1:36.204023841 |
2741 | 2024-09-04T16:36:32.615Z | + mkdir tests |
2742 | 2024-09-04T16:36:32.617Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2743 | 2024-09-04T16:36:32.620Z | + xargs -I '{}' -t cp '{}' tests/ |
2744 | 2024-09-04T16:36:33.890Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f5ffeb1278fb750a tests/ |
2745 | 2024-09-04T16:36:33.911Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-109547fe1ec2294d tests/ |
2746 | 2024-09-04T16:36:33.930Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-1f33227a99b52ae2 tests/ |
2747 | 2024-09-04T16:36:33.950Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4f79665ae4a78efb tests/ |
2748 | 2024-09-04T16:36:34.111Z | + 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/*) |
2749 | 2024-09-04T16:36:34.114Z | + 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-1f33227a99b52ae2 tests/commtest-109547fe1ec2294d tests/dhcp_server-f5ffeb1278fb750a tests/end_to_end_tests-4f79665ae4a78efb out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.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 |
2750 | 2024-09-04T16:37:37.060Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2751 | 2024-09-04T16:37:37.061Z | a out/target/test 1K |
2752 | 2024-09-04T16:37:37.061Z | a out/npuzone/npuzone 23144K |
2753 | 2024-09-04T16:37:37.061Z | a package-manifest.toml 32K |
2754 | 2024-09-04T16:37:37.061Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2755 | 2024-09-04T16:37:37.061Z | a target/release/omicron-package 32375K |
2756 | 2024-09-04T16:37:37.061Z | a target/release/xtask 11987K |
2757 | 2024-09-04T16:37:37.061Z | a target/debug/bootstrap 193095K |
2758 | 2024-09-04T16:37:37.061Z | a tests/bootstrap-1f33227a99b52ae2 23740K |
2759 | 2024-09-04T16:37:37.061Z | a tests/commtest-109547fe1ec2294d 24002K |
2760 | 2024-09-04T16:37:37.061Z | a tests/dhcp_server-f5ffeb1278fb750a 23740K |
2761 | 2024-09-04T16:37:37.061Z | a tests/end_to_end_tests-4f79665ae4a78efb 205270K |
2762 | 2024-09-04T16:37:37.061Z | a out/clickhouse.tar.gz 232449K |
2763 | 2024-09-04T16:37:37.061Z | a out/clickhouse_keeper.tar.gz 232433K |
2764 | 2024-09-04T16:37:37.061Z | a out/clickhouse_server.tar.gz 232433K |
2765 | 2024-09-04T16:37:37.061Z | a out/cockroachdb.tar.gz 131972K |
2766 | 2024-09-04T16:37:37.061Z | a out/crucible-dtrace.tar 84K |
2767 | 2024-09-04T16:37:37.061Z | a out/crucible-pantry-zone.tar.gz 27844K |
2768 | 2024-09-04T16:37:37.061Z | a out/crucible-zone.tar.gz 38169K |
2769 | 2024-09-04T16:37:37.061Z | a out/external-dns.tar.gz 24903K |
2770 | 2024-09-04T16:37:37.061Z | a out/internal-dns.tar.gz 24903K |
2771 | 2024-09-04T16:37:37.061Z | a out/mg-ddm-gz.tar 62160K |
2772 | 2024-09-04T16:37:37.061Z | a out/nexus.tar.gz 89862K |
2773 | 2024-09-04T16:37:37.061Z | a out/ntp.tar.gz 8993K |
2774 | 2024-09-04T16:37:37.061Z | a out/omicron-gateway-softnpu.tar.gz 20653K |
2775 | 2024-09-04T16:37:37.061Z | a out/omicron-sled-agent.tar 98088K |
2776 | 2024-09-04T16:37:37.061Z | a out/overlay.tar.gz 3K |
2777 | 2024-09-04T16:37:37.061Z | a out/oximeter.tar.gz 42265K |
2778 | 2024-09-04T16:37:37.061Z | a out/oxlog.tar 2947K |
2779 | 2024-09-04T16:37:37.061Z | a out/probe.tar.gz 2764K |
2780 | 2024-09-04T16:37:37.061Z | a out/propolis-server.tar.gz 65291K |
2781 | 2024-09-04T16:37:37.061Z | a out/pumpkind-gz.tar 26665K |
2782 | 2024-09-04T16:37:37.061Z | a out/switch-softnpu.tar.gz 214726K |
2783 | 2024-09-04T16:37:37.064Z | |
2784 | 2024-09-04T16:37:37.064Z | real 1:02.944647054 |
2785 | 2024-09-04T16:37:37.064Z | user 1:00.046997005 |
2786 | 2024-09-04T16:37:37.064Z | sys 3.975624556 |
2787 | 2024-09-04T16:37:37.064Z | trap 0.013784959 |
2788 | 2024-09-04T16:37:37.064Z | tflt 0.000000000 |
2789 | 2024-09-04T16:37:37.064Z | dflt 0.000000000 |
2790 | 2024-09-04T16:37:37.064Z | kflt 0.000000000 |
2791 | 2024-09-04T16:37:37.064Z | lock 0.000000000 |
2792 | 2024-09-04T16:37:37.064Z | slp 1:00.077728923 |
2793 | 2024-09-04T16:37:37.064Z | lat 1.770478562 |
2794 | 2024-09-04T16:37:37.064Z | stop 0.000195064 |
2795 | 2024-09-04T16:37:37.067Z | process exited: duration 1755743 ms, exit code 0 |
|
2796 | 2024-09-04T16:37:37.080Z | found 1 output files |
2797 | 2024-09-04T16:37:37.081Z | uploading: /work/package.tar.gz (1622803564 bytes) |
2798 | 2024-09-04T16:38:07.334Z | uploaded: /work/package.tar.gz |