|
|
|
1 | 2024-09-16T13:58:44.298Z | job assigned to worker 01J7XJ0FWGRSPYE4PTRFZR5TFH (queued for 49 s) |
|
2 | 2024-09-16T13:58:51.877Z | starting task 0: "setup" |
3 | 2024-09-16T13:58:51.886Z | ++ uname -s |
4 | 2024-09-16T13:58:51.888Z | + kern=SunOS |
5 | 2024-09-16T13:58:51.888Z | + case "$kern" in |
6 | 2024-09-16T13:58:51.888Z | + groupadd -g 12345 build |
7 | 2024-09-16T13:58:51.890Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-16T13:58:53.902Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-16T13:58:53.964Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-16T13:58:53.967Z | + home_fs=zfs |
11 | 2024-09-16T13:58:53.967Z | + [[ zfs == autofs ]] |
12 | 2024-09-16T13:58:53.967Z | + mkdir -p /home/build |
13 | 2024-09-16T13:58:53.969Z | + chown build:build /home/build /work |
14 | 2024-09-16T13:58:55.971Z | + chmod 0700 /home/build /work |
15 | 2024-09-16T13:58:55.973Z | process exited: duration 4097 ms, exit code 0 |
|
16 | 2024-09-16T13:58:55.979Z | starting task 1: "rust-toolchain" |
17 | 2024-09-16T13:58:55.984Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-16T13:58:55.984Z | ' 1.80.1 |
19 | 2024-09-16T13:58:55.984Z | + printf ' * toolchain profile = "%s" |
20 | 2024-09-16T13:58:55.984Z | ' default |
21 | 2024-09-16T13:58:55.984Z | * toolchain channel = "1.80.1" |
22 | 2024-09-16T13:58:55.984Z | * toolchain profile = "default" |
23 | 2024-09-16T13:58:55.986Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-16T13:58:55.987Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-16T13:58:56.101Z | info: downloading installer |
26 | 2024-09-16T13:58:57.187Z | info: profile set to 'default' |
27 | 2024-09-16T13:58:57.187Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-16T13:58:57.190Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-16T13:58:57.316Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-16T13:58:57.316Z | info: downloading component 'cargo' |
31 | 2024-09-16T13:58:57.985Z | info: downloading component 'clippy' |
32 | 2024-09-16T13:58:58.220Z | info: downloading component 'rust-docs' |
33 | 2024-09-16T13:58:59.151Z | info: downloading component 'rust-std' |
34 | 2024-09-16T13:59:00.466Z | info: downloading component 'rustc' |
35 | 2024-09-16T13:59:04.079Z | info: downloading component 'rustfmt' |
36 | 2024-09-16T13:59:04.272Z | info: installing component 'cargo' |
37 | 2024-09-16T13:59:05.139Z | info: installing component 'clippy' |
38 | 2024-09-16T13:59:05.513Z | info: installing component 'rust-docs' |
39 | 2024-09-16T13:59:07.138Z | info: installing component 'rust-std' |
40 | 2024-09-16T13:59:08.819Z | info: installing component 'rustc' |
41 | 2024-09-16T13:59:12.918Z | info: installing component 'rustfmt' |
42 | 2024-09-16T13:59:13.253Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-16T13:59:13.254Z | |
44 | 2024-09-16T13:59:13.504Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-16T13:59:13.504Z | |
46 | 2024-09-16T13:59:13.507Z | |
47 | 2024-09-16T13:59:13.507Z | Rust is installed now. Great! |
48 | 2024-09-16T13:59:13.507Z | |
49 | 2024-09-16T13:59:13.507Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-16T13:59:13.507Z | environment variable. This has not been done automatically. |
51 | 2024-09-16T13:59:13.507Z | |
52 | 2024-09-16T13:59:13.507Z | To configure your current shell, you need to source |
53 | 2024-09-16T13:59:13.507Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-16T13:59:13.507Z | |
55 | 2024-09-16T13:59:13.507Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-16T13:59:13.507Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-16T13:59:13.507Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-16T13:59:13.556Z | + rustc --version |
59 | 2024-09-16T13:59:13.619Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-16T13:59:13.622Z | process exited: duration 17639 ms, exit code 0 |
|
61 | 2024-09-16T13:59:13.629Z | starting task 2: "authentication" |
62 | 2024-09-16T13:59:13.647Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-09-16T13:59:13.651Z | starting task 3: "clone repository" |
64 | 2024-09-16T13:59:13.656Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-16T13:59:13.659Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-16T13:59:13.694Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-16T13:59:20.136Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-16T13:59:20.138Z | + git fetch origin 96892a1d56ac7bb86abfa2a0a613eff6be9dbe6e |
69 | 2024-09-16T13:59:20.426Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-16T13:59:20.426Z | * branch 96892a1d56ac7bb86abfa2a0a613eff6be9dbe6e -> FETCH_HEAD |
71 | 2024-09-16T13:59:20.435Z | + [[ -n john/reconfigurator-oximeter-db ]] |
72 | 2024-09-16T13:59:20.437Z | ++ git branch --show-current |
73 | 2024-09-16T13:59:20.440Z | + current=main |
74 | 2024-09-16T13:59:20.440Z | + [[ main != john/reconfigurator-oximeter-db ]] |
75 | 2024-09-16T13:59:20.440Z | + git branch -f john/reconfigurator-oximeter-db 96892a1d56ac7bb86abfa2a0a613eff6be9dbe6e |
76 | 2024-09-16T13:59:20.442Z | + git checkout -f john/reconfigurator-oximeter-db |
77 | 2024-09-16T13:59:20.597Z | Switched to branch 'john/reconfigurator-oximeter-db' |
78 | 2024-09-16T13:59:20.600Z | + git reset --hard 96892a1d56ac7bb86abfa2a0a613eff6be9dbe6e |
79 | 2024-09-16T13:59:20.612Z | HEAD is now at 96892a1d5 Merge branch 'main' into john/reconfigurator-oximeter-db |
80 | 2024-09-16T13:59:20.614Z | process exited: duration 6960 ms, exit code 0 |
|
81 | 2024-09-16T13:59:20.619Z | starting task 4: "build" |
82 | 2024-09-16T13:59:20.625Z | + cargo --version |
83 | 2024-09-16T13:59:20.678Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-16T13:59:20.681Z | + rustc --version |
85 | 2024-09-16T13:59:20.736Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-16T13:59:20.739Z | + WORK=/work |
87 | 2024-09-16T13:59:20.739Z | + pfexec mkdir -p /work |
88 | 2024-09-16T13:59:20.743Z | + pfexec chown build /work |
89 | 2024-09-16T13:59:20.745Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-09-16T13:59:26.310Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-09-16T13:59:28.689Z | Startup: Caching catalogs ... Done |
92 | 2024-09-16T13:59:31.389Z | Planning: Solver setup ... Done (2.052s) |
93 | 2024-09-16T13:59:31.423Z | Planning: Running solver ... Done (0.035s) |
94 | 2024-09-16T13:59:31.472Z | Planning: Finding local manifests ... Done (0.005s) |
95 | 2024-09-16T13:59:31.503Z | Planning: Fetching manifests: 0/5 0% complete |
96 | 2024-09-16T13:59:32.119Z | Planning: Fetching manifests: 5/5 100% complete |
97 | 2024-09-16T13:59:32.217Z | Planning: Package planning ... Done (0.098s) |
98 | 2024-09-16T13:59:32.273Z | Planning: Merging actions ... Done (0.056s) |
99 | 2024-09-16T13:59:32.475Z | Planning: Checking for conflicting actions ... Done (0.202s) |
100 | 2024-09-16T13:59:34.408Z | Planning: Consolidating action changes ... Done (1.932s) |
101 | 2024-09-16T13:59:34.834Z | Planning: Evaluating mediators ... Done (0.426s) |
102 | 2024-09-16T13:59:34.911Z | Planning: Planning completed in 6.15 seconds |
103 | 2024-09-16T13:59:34.929Z | Packages to install: 4 |
104 | 2024-09-16T13:59:34.929Z | Packages to update: 1 |
105 | 2024-09-16T13:59:34.931Z | Mediators to change: 2 |
106 | 2024-09-16T13:59:34.931Z | Services to change: 1 |
107 | 2024-09-16T13:59:34.931Z | Estimated space available: 155.72 GB |
108 | 2024-09-16T13:59:34.931Z | Estimated space to be consumed: 1.54 GB |
109 | 2024-09-16T13:59:34.931Z | Create boot environment: No |
110 | 2024-09-16T13:59:34.931Z | Create backup boot environment: Yes |
111 | 2024-09-16T13:59:34.931Z | Rebuild boot archive: No |
112 | 2024-09-16T13:59:34.931Z | |
113 | 2024-09-16T13:59:34.931Z | Changed mediators: |
114 | 2024-09-16T13:59:34.931Z | mediator clang: |
115 | 2024-09-16T13:59:34.931Z | version: None -> 15 (system default) |
116 | 2024-09-16T13:59:34.931Z | |
117 | 2024-09-16T13:59:34.931Z | mediator llvm: |
118 | 2024-09-16T13:59:34.931Z | version: 14 (system default) -> 15 (system default) |
119 | 2024-09-16T13:59:34.931Z | |
120 | 2024-09-16T13:59:34.931Z | Changed packages: |
121 | 2024-09-16T13:59:34.932Z | helios-dev |
122 | 2024-09-16T13:59:34.932Z | developer/build-essential |
123 | 2024-09-16T13:59:34.932Z | None -> 11-2.0 |
124 | 2024-09-16T13:59:34.932Z | library/libxmlsec1 |
125 | 2024-09-16T13:59:34.932Z | None -> 1.2.35-2.0 |
126 | 2024-09-16T13:59:34.932Z | ooce/developer/clang-15 |
127 | 2024-09-16T13:59:34.932Z | None -> 15.0.7-2.0 |
128 | 2024-09-16T13:59:34.932Z | ooce/developer/llvm-15 |
129 | 2024-09-16T13:59:34.932Z | None -> 15.0.7-2.0 |
130 | 2024-09-16T13:59:34.932Z | package/pkg |
131 | 2024-09-16T13:59:34.932Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
132 | 2024-09-16T13:59:34.932Z | |
133 | 2024-09-16T13:59:34.932Z | Services: |
134 | 2024-09-16T13:59:34.932Z | restart_fmri: |
135 | 2024-09-16T13:59:34.932Z | svc:/system/update-man-index:default |
136 | 2024-09-16T13:59:34.932Z | |
137 | 2024-09-16T13:59:34.932Z | Editable files to change: |
138 | 2024-09-16T13:59:34.932Z | Update: |
139 | 2024-09-16T13:59:34.932Z | usr/share/lib/pkg/web/config.shtml |
140 | 2024-09-16T13:59:35.008Z | |
141 | 2024-09-16T13:59:35.008Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
142 | 2024-09-16T13:59:40.010Z | Download: 1199/4281 items 83.5/220.6MB 37% complete (17.0M/s) |
143 | 2024-09-16T13:59:45.011Z | Download: 2546/4281 items 120.4/220.6MB 54% complete (12.1M/s) |
144 | 2024-09-16T13:59:50.012Z | Download: 3838/4281 items 217.7/220.6MB 98% complete (13.4M/s) |
145 | 2024-09-16T13:59:51.775Z | Download: Completed 220.60 MB in 16.76 seconds (13.2M/s) |
146 | 2024-09-16T13:59:54.040Z | Actions: 1/5063 actions (Removing old actions) |
147 | 2024-09-16T13:59:54.062Z | Actions: 194/5063 actions (Installing new actions) |
148 | 2024-09-16T13:59:58.805Z | Actions: 4226/5063 actions (Updating modified actions) |
149 | 2024-09-16T13:59:59.122Z | Actions: Completed 5063 actions in 5.08 seconds. |
150 | 2024-09-16T13:59:59.419Z | Done (0.289s) |
151 | 2024-09-16T13:59:59.422Z | Done (0.000s) |
152 | 2024-09-16T13:59:59.820Z | Done (0.400s) |
153 | 2024-09-16T14:00:04.237Z | Done (4.233s) |
154 | 2024-09-16T14:00:04.331Z | Done (0.018s) |
155 | 2024-09-16T14:00:04.333Z | Done (0.000s) |
156 | 2024-09-16T14:00:04.483Z | Done (0.000s) |
157 | 2024-09-16T14:00:05.087Z | Planning: Evaluating mediator changes ... Done |
158 | 2024-09-16T14:00:05.248Z | Planning: Checking for conflicting actions ... Done |
159 | 2024-09-16T14:00:05.250Z | Planning: Consolidating action changes ... Done |
160 | 2024-09-16T14:00:05.515Z | Planning: Evaluating mediators ... Done |
161 | 2024-09-16T14:00:05.517Z | Planning: Planning completed in 0.43 seconds |
162 | 2024-09-16T14:00:05.555Z | Mediators to change: 2 |
163 | 2024-09-16T14:00:05.555Z | Create boot environment: No |
164 | 2024-09-16T14:00:05.557Z | Create backup boot environment: No |
165 | 2024-09-16T14:00:05.616Z | Done |
166 | 2024-09-16T14:00:05.617Z | Done |
167 | 2024-09-16T14:00:05.856Z | Done |
168 | 2024-09-16T14:00:09.446Z | Done |
169 | 2024-09-16T14:00:09.534Z | Done |
170 | 2024-09-16T14:00:09.539Z | Done |
171 | 2024-09-16T14:00:09.628Z | Done |
172 | 2024-09-16T14:00:10.231Z | Planning: Evaluating mediator changes ... Done |
173 | 2024-09-16T14:00:10.234Z | Planning: Merging actions ... Done |
174 | 2024-09-16T14:00:10.423Z | Planning: Checking for conflicting actions ... Done |
175 | 2024-09-16T14:00:10.427Z | Planning: Consolidating action changes ... Done |
176 | 2024-09-16T14:00:10.686Z | Planning: Evaluating mediators ... Done |
177 | 2024-09-16T14:00:10.739Z | Planning: Planning completed in 0.75 seconds |
178 | 2024-09-16T14:00:10.779Z | Packages to change: 1 |
179 | 2024-09-16T14:00:10.779Z | Mediators to change: 1 |
180 | 2024-09-16T14:00:10.781Z | Services to change: 1 |
181 | 2024-09-16T14:00:10.781Z | Create boot environment: No |
182 | 2024-09-16T14:00:10.781Z | Create backup boot environment: Yes |
183 | 2024-09-16T14:00:12.768Z | Actions: 1/6 actions (Updating modified actions) |
184 | 2024-09-16T14:00:12.770Z | Actions: Completed 6 actions in 0.00 seconds. |
185 | 2024-09-16T14:00:12.770Z | Done |
186 | 2024-09-16T14:00:12.770Z | Done |
187 | 2024-09-16T14:00:12.852Z | Done |
188 | 2024-09-16T14:00:16.457Z | Done |
189 | 2024-09-16T14:00:16.555Z | Done |
190 | 2024-09-16T14:00:16.565Z | Done |
191 | 2024-09-16T14:00:16.678Z | Done |
192 | 2024-09-16T14:00:17.104Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
193 | 2024-09-16T14:00:17.104Z | clang system 15 system |
194 | 2024-09-16T14:00:17.104Z | csh system system illumos |
195 | 2024-09-16T14:00:17.104Z | ctags system system illumos |
196 | 2024-09-16T14:00:17.104Z | gcc vendor 12 vendor |
197 | 2024-09-16T14:00:17.104Z | gcc system 10 system |
198 | 2024-09-16T14:00:17.104Z | gcc system 7 system |
199 | 2024-09-16T14:00:17.104Z | go system 1.20 system |
200 | 2024-09-16T14:00:17.104Z | go system 1.19 system |
201 | 2024-09-16T14:00:17.104Z | llvm system 15 system |
202 | 2024-09-16T14:00:17.104Z | llvm system 14 system |
203 | 2024-09-16T14:00:17.104Z | mariadb system 10.6 system |
204 | 2024-09-16T14:00:17.104Z | mta vendor vendor dma |
205 | 2024-09-16T14:00:17.104Z | openjdk system 17 system |
206 | 2024-09-16T14:00:17.104Z | openjdk system 11 system |
207 | 2024-09-16T14:00:17.104Z | openjdk system 1.8 system |
208 | 2024-09-16T14:00:17.104Z | openssl vendor 3 vendor |
209 | 2024-09-16T14:00:17.104Z | perl system 5.36 system |
210 | 2024-09-16T14:00:17.104Z | postgresql system 15 system |
211 | 2024-09-16T14:00:17.104Z | postgresql system 13 system |
212 | 2024-09-16T14:00:17.104Z | python vendor 3 vendor |
213 | 2024-09-16T14:00:17.104Z | python system 2 system |
214 | 2024-09-16T14:00:17.104Z | python3 system 3.11 system |
215 | 2024-09-16T14:00:17.104Z | ruby system 3.0 system |
216 | 2024-09-16T14:00:17.104Z | words vendor vendor american-english |
217 | 2024-09-16T14:00:17.104Z | words system system australian-english |
218 | 2024-09-16T14:00:17.104Z | words system system british-english |
219 | 2024-09-16T14:00:17.104Z | words system system canadian-english |
220 | 2024-09-16T14:00:17.104Z | words system system french |
221 | 2024-09-16T14:00:17.105Z | words system system italian |
222 | 2024-09-16T14:00:17.105Z | words system system ngerman |
223 | 2024-09-16T14:00:17.105Z | words system system ogerman |
224 | 2024-09-16T14:00:17.105Z | words system system spanish |
225 | 2024-09-16T14:00:17.429Z | PUBLISHER TYPE STATUS P LOCATION |
226 | 2024-09-16T14:00:17.429Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
227 | 2024-09-16T14:00:19.267Z | FMRI IFO |
228 | 2024-09-16T14:00:19.267Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
229 | 2024-09-16T14:00:19.267Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
230 | 2024-09-16T14:00:19.267Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
231 | 2024-09-16T14:00:19.267Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
232 | 2024-09-16T14:00:19.267Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
233 | 2024-09-16T14:00:19.267Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
234 | 2024-09-16T14:00:19.267Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
235 | 2024-09-16T14:00:19.267Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
236 | 2024-09-16T14:00:19.267Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
237 | 2024-09-16T14:00:19.267Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
238 | 2024-09-16T14:00:19.267Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
239 | 2024-09-16T14:00:19.267Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
240 | 2024-09-16T14:00:19.267Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
241 | 2024-09-16T14:00:19.889Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
242 | 2024-09-16T14:00:20.178Z | Updating crates.io index |
243 | 2024-09-16T14:00:20.183Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
244 | 2024-09-16T14:00:21.071Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
245 | 2024-09-16T14:00:21.852Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
246 | 2024-09-16T14:00:22.106Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
247 | 2024-09-16T14:00:23.551Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
248 | 2024-09-16T14:00:23.838Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
249 | 2024-09-16T14:00:24.090Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
250 | 2024-09-16T14:00:25.199Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
251 | 2024-09-16T14:00:27.169Z | Updating git repository `https://github.com/oxidecomputer/opte` |
252 | 2024-09-16T14:00:28.167Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
253 | 2024-09-16T14:00:28.869Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
254 | 2024-09-16T14:00:29.152Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
255 | 2024-09-16T14:00:29.752Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
256 | 2024-09-16T14:00:30.068Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
257 | 2024-09-16T14:00:30.402Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
258 | 2024-09-16T14:00:30.759Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
259 | 2024-09-16T14:00:31.275Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
260 | 2024-09-16T14:00:31.564Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
261 | 2024-09-16T14:00:31.846Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
262 | 2024-09-16T14:00:32.121Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
263 | 2024-09-16T14:00:32.399Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
264 | 2024-09-16T14:00:32.700Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
265 | 2024-09-16T14:00:33.070Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
266 | 2024-09-16T14:00:33.339Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
267 | 2024-09-16T14:00:33.794Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
268 | 2024-09-16T14:00:34.226Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
269 | 2024-09-16T14:00:34.630Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
270 | 2024-09-16T14:00:35.088Z | Updating git repository `https://github.com/oxidecomputer/typify` |
271 | 2024-09-16T14:00:37.481Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
272 | 2024-09-16T14:00:37.740Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
273 | 2024-09-16T14:00:38.020Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
274 | 2024-09-16T14:00:38.372Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
275 | 2024-09-16T14:00:39.668Z | Downloading crates ... |
276 | 2024-09-16T14:00:39.765Z | Downloaded anstream v0.6.14 |
277 | 2024-09-16T14:00:39.767Z | Downloaded itoa v1.0.11 |
278 | 2024-09-16T14:00:39.770Z | Downloaded once_cell v1.19.0 |
279 | 2024-09-16T14:00:39.773Z | Downloaded proc-macro-error-attr v1.0.4 |
280 | 2024-09-16T14:00:39.775Z | Downloaded proc-macro-error v1.0.4 |
281 | 2024-09-16T14:00:39.777Z | Downloaded quote v1.0.36 |
282 | 2024-09-16T14:00:39.780Z | Downloaded proc-macro2 v1.0.86 |
283 | 2024-09-16T14:00:39.782Z | Downloaded toml_datetime v0.6.8 |
284 | 2024-09-16T14:00:39.785Z | Downloaded semver v1.0.23 |
285 | 2024-09-16T14:00:39.787Z | Downloaded typenum v1.17.0 |
286 | 2024-09-16T14:00:39.789Z | Downloaded unicode-ident v1.0.12 |
287 | 2024-09-16T14:00:39.791Z | Downloaded ryu v1.0.18 |
288 | 2024-09-16T14:00:39.808Z | Downloaded unicode-width v0.1.13 |
289 | 2024-09-16T14:00:39.815Z | Downloaded cargo_metadata v0.18.1 |
290 | 2024-09-16T14:00:39.818Z | Downloaded camino-tempfile v1.1.1 |
291 | 2024-09-16T14:00:39.820Z | Downloaded cargo-platform v0.1.8 |
292 | 2024-09-16T14:00:39.820Z | Downloaded cargo_toml v0.20.4 |
293 | 2024-09-16T14:00:39.823Z | Downloaded camino v1.1.9 |
294 | 2024-09-16T14:00:39.825Z | Downloaded clap v4.5.16 |
295 | 2024-09-16T14:00:39.833Z | Downloaded bytecount v0.6.8 |
296 | 2024-09-16T14:00:39.836Z | Downloaded heck v0.4.1 |
297 | 2024-09-16T14:00:39.838Z | Downloaded version_check v0.9.5 |
298 | 2024-09-16T14:00:39.838Z | Downloaded anyhow v1.0.86 |
299 | 2024-09-16T14:00:39.872Z | Downloaded block-buffer v0.10.4 |
300 | 2024-09-16T14:00:39.875Z | Downloaded cfg-if v1.0.0 |
301 | 2024-09-16T14:00:39.877Z | Downloaded autocfg v1.3.0 |
302 | 2024-09-16T14:00:39.879Z | Downloaded equivalent v1.0.1 |
303 | 2024-09-16T14:00:39.879Z | Downloaded errno v0.3.9 |
304 | 2024-09-16T14:00:39.881Z | Downloaded heck v0.5.0 |
305 | 2024-09-16T14:00:39.881Z | Downloaded plain v0.2.3 |
306 | 2024-09-16T14:00:39.883Z | Downloaded generic-array v0.14.7 |
307 | 2024-09-16T14:00:39.884Z | Downloaded clap_derive v4.5.13 |
308 | 2024-09-16T14:00:39.886Z | Downloaded serde_spanned v0.6.7 |
309 | 2024-09-16T14:00:39.888Z | Downloaded anstyle-parse v0.2.4 |
310 | 2024-09-16T14:00:39.890Z | Downloaded fnv v1.0.7 |
311 | 2024-09-16T14:00:39.890Z | Downloaded thiserror-impl v1.0.63 |
312 | 2024-09-16T14:00:39.892Z | Downloaded sha2 v0.10.8 |
313 | 2024-09-16T14:00:39.894Z | Downloaded tempfile v3.10.1 |
314 | 2024-09-16T14:00:39.896Z | Downloaded log v0.4.21 |
315 | 2024-09-16T14:00:39.898Z | Downloaded thiserror v1.0.63 |
316 | 2024-09-16T14:00:39.903Z | Downloaded strsim v0.11.1 |
317 | 2024-09-16T14:00:39.905Z | Downloaded pest_generator v2.7.10 |
318 | 2024-09-16T14:00:39.907Z | Downloaded bitflags v2.6.0 |
319 | 2024-09-16T14:00:39.910Z | Downloaded anstyle-query v1.0.3 |
320 | 2024-09-16T14:00:39.912Z | Downloaded digest v0.10.7 |
321 | 2024-09-16T14:00:39.914Z | Downloaded byteorder v1.5.0 |
322 | 2024-09-16T14:00:39.914Z | Downloaded crypto-common v0.1.6 |
323 | 2024-09-16T14:00:39.916Z | Downloaded cpufeatures v0.2.12 |
324 | 2024-09-16T14:00:39.916Z | Downloaded anstyle v1.0.8 |
325 | 2024-09-16T14:00:39.918Z | Downloaded syn v1.0.109 |
326 | 2024-09-16T14:00:39.928Z | Downloaded hashbrown v0.14.5 |
327 | 2024-09-16T14:00:39.948Z | Downloaded serde_tokenstream v0.2.2 |
328 | 2024-09-16T14:00:39.951Z | Downloaded pretty-hex v0.4.1 |
329 | 2024-09-16T14:00:39.951Z | Downloaded pest v2.7.10 |
330 | 2024-09-16T14:00:39.956Z | Downloaded fastrand v2.1.0 |
331 | 2024-09-16T14:00:39.958Z | Downloaded scroll_derive v0.12.0 |
332 | 2024-09-16T14:00:39.958Z | Downloaded scroll v0.12.0 |
333 | 2024-09-16T14:00:39.960Z | Downloaded pest_meta v2.7.10 |
334 | 2024-09-16T14:00:39.962Z | Downloaded pest_derive v2.7.10 |
335 | 2024-09-16T14:00:39.964Z | Downloaded memchr v2.7.2 |
336 | 2024-09-16T14:00:39.968Z | Downloaded is_terminal_polyfill v1.70.0 |
337 | 2024-09-16T14:00:39.970Z | Downloaded serde v1.0.208 |
338 | 2024-09-16T14:00:39.973Z | Downloaded fs-err v2.11.0 |
339 | 2024-09-16T14:00:39.975Z | Downloaded colorchoice v1.0.1 |
340 | 2024-09-16T14:00:39.977Z | Downloaded goblin v0.8.2 |
341 | 2024-09-16T14:00:39.981Z | Downloaded papergrid v0.11.0 |
342 | 2024-09-16T14:00:39.986Z | Downloaded toml v0.8.19 |
343 | 2024-09-16T14:00:39.990Z | Downloaded unicode-linebreak v0.1.5 |
344 | 2024-09-16T14:00:39.992Z | Downloaded utf8parse v0.2.1 |
345 | 2024-09-16T14:00:39.992Z | Downloaded toml_edit v0.22.20 |
346 | 2024-09-16T14:00:40.013Z | Downloaded ucd-trie v0.1.6 |
347 | 2024-09-16T14:00:40.015Z | Downloaded zerocopy-derive v0.7.34 |
348 | 2024-09-16T14:00:40.018Z | Downloaded zerocopy v0.7.34 |
349 | 2024-09-16T14:00:40.033Z | Downloaded terminal_size v0.3.0 |
350 | 2024-09-16T14:00:40.036Z | Downloaded serde_json v1.0.125 |
351 | 2024-09-16T14:00:40.041Z | Downloaded smawk v0.3.2 |
352 | 2024-09-16T14:00:40.043Z | Downloaded rustix v0.38.34 |
353 | 2024-09-16T14:00:40.065Z | Downloaded thread-id v4.2.1 |
354 | 2024-09-16T14:00:40.067Z | Downloaded textwrap v0.16.1 |
355 | 2024-09-16T14:00:40.069Z | Downloaded tabled_derive v0.7.0 |
356 | 2024-09-16T14:00:40.069Z | Downloaded tabled v0.15.0 |
357 | 2024-09-16T14:00:40.084Z | Downloaded winnow v0.6.18 |
358 | 2024-09-16T14:00:40.092Z | Downloaded syn v2.0.74 |
359 | 2024-09-16T14:00:40.102Z | Downloaded libc v0.2.158 |
360 | 2024-09-16T14:00:40.127Z | Downloaded usdt-macro v0.5.0 |
361 | 2024-09-16T14:00:40.129Z | Downloaded usdt-impl v0.5.0 |
362 | 2024-09-16T14:00:40.129Z | Downloaded usdt-attr-macro v0.5.0 |
363 | 2024-09-16T14:00:40.131Z | Downloaded usdt v0.5.0 |
364 | 2024-09-16T14:00:40.131Z | Downloaded memmap v0.7.0 |
365 | 2024-09-16T14:00:40.133Z | Downloaded swrite v0.1.0 |
366 | 2024-09-16T14:00:40.133Z | Downloaded serde_derive v1.0.208 |
367 | 2024-09-16T14:00:40.135Z | Downloaded macaddr v1.0.1 |
368 | 2024-09-16T14:00:40.135Z | Downloaded indexmap v2.4.0 |
369 | 2024-09-16T14:00:40.139Z | Downloaded dtrace-parser v0.2.0 |
370 | 2024-09-16T14:00:40.141Z | Downloaded dof v0.3.0 |
371 | 2024-09-16T14:00:40.141Z | Downloaded clap_lex v0.7.0 |
372 | 2024-09-16T14:00:40.143Z | Downloaded clap_builder v4.5.15 |
373 | 2024-09-16T14:00:40.429Z | Compiling proc-macro2 v1.0.86 |
374 | 2024-09-16T14:00:40.431Z | Compiling unicode-ident v1.0.12 |
375 | 2024-09-16T14:00:40.431Z | Compiling serde v1.0.208 |
376 | 2024-09-16T14:00:40.431Z | Compiling version_check v0.9.5 |
377 | 2024-09-16T14:00:40.431Z | Compiling thiserror v1.0.63 |
378 | 2024-09-16T14:00:40.432Z | Compiling memchr v2.7.2 |
379 | 2024-09-16T14:00:40.432Z | Compiling libc v0.2.158 |
380 | 2024-09-16T14:00:40.464Z | Compiling ucd-trie v0.1.6 |
381 | 2024-09-16T14:00:40.669Z | Compiling ryu v1.0.18 |
382 | 2024-09-16T14:00:41.030Z | Compiling itoa v1.0.11 |
383 | 2024-09-16T14:00:41.232Z | Compiling once_cell v1.19.0 |
384 | 2024-09-16T14:00:41.258Z | Compiling byteorder v1.5.0 |
385 | 2024-09-16T14:00:41.260Z | Compiling serde_json v1.0.125 |
386 | 2024-09-16T14:00:41.323Z | Compiling rustix v0.38.34 |
387 | 2024-09-16T14:00:41.822Z | Compiling bitflags v2.6.0 |
388 | 2024-09-16T14:00:41.848Z | Compiling usdt-impl v0.5.0 |
389 | 2024-09-16T14:00:42.104Z | Compiling proc-macro-error-attr v1.0.4 |
390 | 2024-09-16T14:00:42.197Z | Compiling quote v1.0.36 |
391 | 2024-09-16T14:00:42.272Z | Compiling syn v1.0.109 |
392 | 2024-09-16T14:00:42.299Z | Compiling proc-macro-error v1.0.4 |
393 | 2024-09-16T14:00:42.474Z | Compiling equivalent v1.0.1 |
394 | 2024-09-16T14:00:42.477Z | Compiling plain v0.2.3 |
395 | 2024-09-16T14:00:42.586Z | Compiling syn v2.0.74 |
396 | 2024-09-16T14:00:42.610Z | Compiling camino v1.1.9 |
397 | 2024-09-16T14:00:42.658Z | Compiling errno v0.3.9 |
398 | 2024-09-16T14:00:42.920Z | Compiling hashbrown v0.14.5 |
399 | 2024-09-16T14:00:42.973Z | Compiling utf8parse v0.2.1 |
400 | 2024-09-16T14:00:42.998Z | Compiling log v0.4.21 |
401 | 2024-09-16T14:00:43.130Z | Compiling anstyle-parse v0.2.4 |
402 | 2024-09-16T14:00:43.260Z | Compiling thread-id v4.2.1 |
403 | 2024-09-16T14:00:43.488Z | Compiling anstyle v1.0.8 |
404 | 2024-09-16T14:00:43.561Z | Compiling is_terminal_polyfill v1.70.0 |
405 | 2024-09-16T14:00:43.703Z | Compiling unicode-width v0.1.13 |
406 | 2024-09-16T14:00:43.729Z | Compiling autocfg v1.3.0 |
407 | 2024-09-16T14:00:43.959Z | Compiling winnow v0.6.18 |
408 | 2024-09-16T14:00:43.982Z | Compiling pretty-hex v0.4.1 |
409 | 2024-09-16T14:00:44.008Z | Compiling colorchoice v1.0.1 |
410 | 2024-09-16T14:00:44.176Z | Compiling semver v1.0.23 |
411 | 2024-09-16T14:00:44.202Z | Compiling anstyle-query v1.0.3 |
412 | 2024-09-16T14:00:44.317Z | Compiling indexmap v2.4.0 |
413 | 2024-09-16T14:00:44.351Z | Compiling anstream v0.6.14 |
414 | 2024-09-16T14:00:44.722Z | Compiling fs-err v2.11.0 |
415 | 2024-09-16T14:00:45.030Z | Compiling terminal_size v0.3.0 |
416 | 2024-09-16T14:00:45.068Z | Compiling bytecount v0.6.8 |
417 | 2024-09-16T14:00:45.136Z | Compiling fnv v1.0.7 |
418 | 2024-09-16T14:00:45.237Z | Compiling heck v0.4.1 |
419 | 2024-09-16T14:00:45.277Z | Compiling cfg-if v1.0.0 |
420 | 2024-09-16T14:00:45.280Z | Compiling heck v0.5.0 |
421 | 2024-09-16T14:00:45.376Z | Compiling fastrand v2.1.0 |
422 | 2024-09-16T14:00:45.666Z | Compiling clap_lex v0.7.0 |
423 | 2024-09-16T14:00:45.741Z | Compiling anyhow v1.0.86 |
424 | 2024-09-16T14:00:45.779Z | Compiling strsim v0.11.1 |
425 | 2024-09-16T14:00:45.820Z | Compiling tempfile v3.10.1 |
426 | 2024-09-16T14:00:45.927Z | Compiling papergrid v0.11.0 |
427 | 2024-09-16T14:00:46.552Z | Compiling clap_builder v4.5.15 |
428 | 2024-09-16T14:00:46.734Z | Compiling memmap v0.7.0 |
429 | 2024-09-16T14:00:46.839Z | Compiling smawk v0.3.2 |
430 | 2024-09-16T14:00:46.910Z | Compiling unicode-linebreak v0.1.5 |
431 | 2024-09-16T14:00:47.417Z | Compiling textwrap v0.16.1 |
432 | 2024-09-16T14:00:47.673Z | Compiling swrite v0.1.0 |
433 | 2024-09-16T14:00:48.928Z | Compiling tabled_derive v0.7.0 |
434 | 2024-09-16T14:00:50.515Z | Compiling tabled v0.15.0 |
435 | 2024-09-16T14:00:51.291Z | Compiling serde_derive v1.0.208 |
436 | 2024-09-16T14:00:51.291Z | Compiling thiserror-impl v1.0.63 |
437 | 2024-09-16T14:00:51.295Z | Compiling zerocopy-derive v0.7.34 |
438 | 2024-09-16T14:00:51.361Z | Compiling scroll_derive v0.12.0 |
439 | 2024-09-16T14:00:51.655Z | Compiling clap_derive v4.5.13 |
440 | 2024-09-16T14:00:52.858Z | Compiling scroll v0.12.0 |
441 | 2024-09-16T14:00:53.326Z | Compiling goblin v0.8.2 |
442 | 2024-09-16T14:00:53.430Z | Compiling zerocopy v0.7.34 |
443 | 2024-09-16T14:00:53.959Z | Compiling pest v2.7.10 |
444 | 2024-09-16T14:00:55.258Z | Compiling clap v4.5.16 |
445 | 2024-09-16T14:00:56.248Z | Compiling pest_meta v2.7.10 |
446 | 2024-09-16T14:00:57.126Z | Compiling pest_generator v2.7.10 |
447 | 2024-09-16T14:00:58.987Z | Compiling pest_derive v2.7.10 |
448 | 2024-09-16T14:00:59.666Z | Compiling dtrace-parser v0.2.0 |
449 | 2024-09-16T14:01:01.503Z | Compiling serde_tokenstream v0.2.2 |
450 | 2024-09-16T14:01:01.701Z | Compiling toml_datetime v0.6.8 |
451 | 2024-09-16T14:01:01.704Z | Compiling serde_spanned v0.6.7 |
452 | 2024-09-16T14:01:01.798Z | Compiling cargo-platform v0.1.8 |
453 | 2024-09-16T14:01:02.076Z | Compiling toml_edit v0.22.20 |
454 | 2024-09-16T14:01:02.110Z | Compiling macaddr v1.0.1 |
455 | 2024-09-16T14:01:02.331Z | Compiling camino-tempfile v1.1.1 |
456 | 2024-09-16T14:01:02.961Z | Compiling dof v0.3.0 |
457 | 2024-09-16T14:01:03.149Z | Compiling cargo_metadata v0.18.1 |
458 | 2024-09-16T14:01:04.553Z | Compiling usdt-attr-macro v0.5.0 |
459 | 2024-09-16T14:01:04.553Z | Compiling usdt-macro v0.5.0 |
460 | 2024-09-16T14:01:04.907Z | Compiling toml v0.8.19 |
461 | 2024-09-16T14:01:05.858Z | Compiling cargo_toml v0.20.4 |
462 | 2024-09-16T14:01:05.884Z | Compiling usdt v0.5.0 |
463 | 2024-09-16T14:01:09.502Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
464 | 2024-09-16T14:01:13.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.01s |
465 | 2024-09-16T14:01:13.936Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
466 | 2024-09-16T14:01:14.525Z | Downloading crates ... |
467 | 2024-09-16T14:01:14.668Z | Downloaded adler2 v2.0.0 |
468 | 2024-09-16T14:01:14.674Z | Downloaded argon2 v0.5.3 |
469 | 2024-09-16T14:01:14.677Z | Downloaded arrayref v0.3.7 |
470 | 2024-09-16T14:01:14.679Z | Downloaded ascii v1.1.0 |
471 | 2024-09-16T14:01:14.679Z | Downloaded assert_matches v1.5.0 |
472 | 2024-09-16T14:01:14.682Z | Downloaded array-init v0.0.4 |
473 | 2024-09-16T14:01:14.683Z | Downloaded async-trait v0.1.82 |
474 | 2024-09-16T14:01:14.686Z | Downloaded async-bb8-diesel v0.2.1 |
475 | 2024-09-16T14:01:14.689Z | Downloaded async-recursion v1.1.1 |
476 | 2024-09-16T14:01:14.694Z | Downloaded bcrypt-pbkdf v0.10.0 |
477 | 2024-09-16T14:01:14.697Z | Downloaded bcs v0.1.6 |
478 | 2024-09-16T14:01:14.707Z | Downloaded bb8 v0.8.5 |
479 | 2024-09-16T14:01:14.707Z | Downloaded bitstruct v0.1.1 |
480 | 2024-09-16T14:01:14.710Z | Downloaded hmac v0.12.1 |
481 | 2024-09-16T14:01:14.710Z | Downloaded bzip2 v0.4.4 |
482 | 2024-09-16T14:01:14.710Z | Downloaded buf-list v1.0.3 |
483 | 2024-09-16T14:01:14.710Z | Downloaded hostname v0.3.1 |
484 | 2024-09-16T14:01:14.710Z | Downloaded castaway v0.2.3 |
485 | 2024-09-16T14:01:14.710Z | Downloaded cassowary v0.3.0 |
486 | 2024-09-16T14:01:14.712Z | Downloaded bitstruct_derive v0.1.0 |
487 | 2024-09-16T14:01:14.715Z | Downloaded blowfish v0.9.1 |
488 | 2024-09-16T14:01:14.715Z | Downloaded bitfield-struct v0.6.1 |
489 | 2024-09-16T14:01:14.717Z | Downloaded bitfield v0.14.0 |
490 | 2024-09-16T14:01:14.717Z | Downloaded backoff v0.4.0 |
491 | 2024-09-16T14:01:14.720Z | Downloaded base16ct v0.2.0 |
492 | 2024-09-16T14:01:14.722Z | Downloaded backtrace v0.3.71 |
493 | 2024-09-16T14:01:14.727Z | Downloaded highway v1.2.0 |
494 | 2024-09-16T14:01:14.729Z | Downloaded chacha20 v0.9.1 |
495 | 2024-09-16T14:01:14.731Z | Downloaded http-body v1.0.0 |
496 | 2024-09-16T14:01:14.733Z | Downloaded hickory-resolver v0.24.1 |
497 | 2024-09-16T14:01:14.737Z | Downloaded cc v1.0.97 |
498 | 2024-09-16T14:01:14.740Z | Downloaded hkdf v0.12.4 |
499 | 2024-09-16T14:01:14.743Z | Downloaded httparse v1.8.0 |
500 | 2024-09-16T14:01:14.746Z | Downloaded chacha20poly1305 v0.10.1 |
501 | 2024-09-16T14:01:14.748Z | Downloaded hostname v0.4.0 |
502 | 2024-09-16T14:01:14.750Z | Downloaded const_format_proc_macros v0.2.33 |
503 | 2024-09-16T14:01:14.753Z | Downloaded hickory-server v0.24.1 |
504 | 2024-09-16T14:01:14.757Z | Downloaded const_format v0.2.33 |
505 | 2024-09-16T14:01:14.764Z | Downloaded hyper v0.14.30 |
506 | 2024-09-16T14:01:14.773Z | Downloaded atomic-waker v1.1.2 |
507 | 2024-09-16T14:01:14.775Z | Downloaded ciborium-ll v0.2.2 |
508 | 2024-09-16T14:01:14.777Z | Downloaded arc-swap v1.7.1 |
509 | 2024-09-16T14:01:14.780Z | Downloaded cfg_aliases v0.1.1 |
510 | 2024-09-16T14:01:14.782Z | Downloaded allocator-api2 v0.2.18 |
511 | 2024-09-16T14:01:14.784Z | Downloaded cexpr v0.6.0 |
512 | 2024-09-16T14:01:14.786Z | Downloaded aes v0.8.4 |
513 | 2024-09-16T14:01:14.790Z | Downloaded arrayvec v0.7.4 |
514 | 2024-09-16T14:01:14.792Z | Downloaded crossbeam-deque v0.8.5 |
515 | 2024-09-16T14:01:14.794Z | Downloaded convert_case v0.4.0 |
516 | 2024-09-16T14:01:14.797Z | Downloaded crossbeam-epoch v0.9.18 |
517 | 2024-09-16T14:01:14.799Z | Downloaded console v0.15.8 |
518 | 2024-09-16T14:01:14.801Z | Downloaded ciborium v0.2.2 |
519 | 2024-09-16T14:01:14.803Z | Downloaded base64 v0.22.1 |
520 | 2024-09-16T14:01:14.809Z | Downloaded base64 v0.21.7 |
521 | 2024-09-16T14:01:14.812Z | Downloaded ciborium-io v0.2.2 |
522 | 2024-09-16T14:01:14.814Z | Downloaded humantime v2.1.0 |
523 | 2024-09-16T14:01:14.816Z | Downloaded aho-corasick v1.1.3 |
524 | 2024-09-16T14:01:14.820Z | Downloaded base64 v0.13.1 |
525 | 2024-09-16T14:01:14.823Z | Downloaded ascii-canvas v3.0.0 |
526 | 2024-09-16T14:01:14.826Z | Downloaded chrono v0.4.38 |
527 | 2024-09-16T14:01:14.833Z | Downloaded bitflags v1.3.2 |
528 | 2024-09-16T14:01:14.836Z | Downloaded atty v0.2.14 |
529 | 2024-09-16T14:01:14.838Z | Downloaded bindgen v0.69.4 |
530 | 2024-09-16T14:01:14.844Z | Downloaded atomicwrites v0.4.3 |
531 | 2024-09-16T14:01:14.846Z | Downloaded ahash v0.8.11 |
532 | 2024-09-16T14:01:14.849Z | Downloaded aead v0.5.2 |
533 | 2024-09-16T14:01:14.851Z | Downloaded adler v1.0.2 |
534 | 2024-09-16T14:01:14.852Z | Downloaded addr2line v0.21.0 |
535 | 2024-09-16T14:01:14.854Z | Downloaded hubpack_derive v0.1.1 |
536 | 2024-09-16T14:01:14.856Z | Downloaded http-range v0.1.5 |
537 | 2024-09-16T14:01:14.856Z | Downloaded cookie v0.18.1 |
538 | 2024-09-16T14:01:14.858Z | Downloaded colored v2.1.0 |
539 | 2024-09-16T14:01:14.861Z | Downloaded clang-sys v1.7.0 |
540 | 2024-09-16T14:01:14.863Z | Downloaded cancel-safe-futures v0.1.5 |
541 | 2024-09-16T14:01:14.867Z | Downloaded hickory-proto v0.24.1 |
542 | 2024-09-16T14:01:14.883Z | Downloaded crossbeam-channel v0.5.12 |
543 | 2024-09-16T14:01:14.887Z | Downloaded async-stream-impl v0.3.5 |
544 | 2024-09-16T14:01:14.889Z | Downloaded async-stream v0.3.5 |
545 | 2024-09-16T14:01:14.892Z | Downloaded crc-catalog v2.4.0 |
546 | 2024-09-16T14:01:14.894Z | Downloaded crc-any v2.5.0 |
547 | 2024-09-16T14:01:14.896Z | Downloaded crc v3.2.1 |
548 | 2024-09-16T14:01:14.898Z | Downloaded http-body v0.4.6 |
549 | 2024-09-16T14:01:14.900Z | Downloaded lazycell v1.3.0 |
550 | 2024-09-16T14:01:14.902Z | Downloaded lazy_static v1.5.0 |
551 | 2024-09-16T14:01:14.904Z | Downloaded iana-time-zone v0.1.60 |
552 | 2024-09-16T14:01:14.906Z | Downloaded ipnet v2.9.0 |
553 | 2024-09-16T14:01:14.909Z | Downloaded constant_time_eq v0.3.0 |
554 | 2024-09-16T14:01:14.909Z | Downloaded http v1.1.0 |
555 | 2024-09-16T14:01:14.913Z | Downloaded crc32fast v1.4.0 |
556 | 2024-09-16T14:01:14.915Z | Downloaded itertools v0.12.1 |
557 | 2024-09-16T14:01:14.922Z | Downloaded jobserver v0.1.32 |
558 | 2024-09-16T14:01:14.925Z | Downloaded md-5 v0.10.6 |
559 | 2024-09-16T14:01:14.927Z | Downloaded memmap2 v0.9.4 |
560 | 2024-09-16T14:01:14.929Z | Downloaded bitvec v1.0.1 |
561 | 2024-09-16T14:01:14.944Z | Downloaded lock_api v0.4.12 |
562 | 2024-09-16T14:01:14.946Z | Downloaded miniz_oxide v0.8.0 |
563 | 2024-09-16T14:01:14.948Z | Downloaded indexmap v1.9.3 |
564 | 2024-09-16T14:01:14.951Z | Downloaded hyper v1.4.1 |
565 | 2024-09-16T14:01:14.958Z | Downloaded http v0.2.12 |
566 | 2024-09-16T14:01:14.963Z | Downloaded nom v7.1.3 |
567 | 2024-09-16T14:01:14.969Z | Downloaded slab v0.4.9 |
568 | 2024-09-16T14:01:14.971Z | Downloaded itertools v0.10.5 |
569 | 2024-09-16T14:01:14.977Z | Downloaded libm v0.2.8 |
570 | 2024-09-16T14:01:14.985Z | Downloaded rustc-demangle v0.1.24 |
571 | 2024-09-16T14:01:14.987Z | Downloaded spin v0.9.8 |
572 | 2024-09-16T14:01:14.990Z | Downloaded reqwest v0.11.27 |
573 | 2024-09-16T14:01:15.007Z | Downloaded memoffset v0.9.1 |
574 | 2024-09-16T14:01:15.010Z | Downloaded mio v1.0.2 |
575 | 2024-09-16T14:01:15.014Z | Downloaded mio v0.8.11 |
576 | 2024-09-16T14:01:15.020Z | Downloaded mime_guess v2.0.4 |
577 | 2024-09-16T14:01:15.022Z | Downloaded linked-hash-map v0.5.6 |
578 | 2024-09-16T14:01:15.024Z | Downloaded indicatif v0.17.8 |
579 | 2024-09-16T14:01:15.027Z | Downloaded impl-trait-for-tuples v0.2.2 |
580 | 2024-09-16T14:01:15.030Z | Downloaded hyper-util v0.1.3 |
581 | 2024-09-16T14:01:15.034Z | Downloaded hyper-tls v0.5.0 |
582 | 2024-09-16T14:01:15.036Z | Downloaded regex v1.10.6 |
583 | 2024-09-16T14:01:15.050Z | Downloaded tinyvec v1.6.0 |
584 | 2024-09-16T14:01:15.053Z | Downloaded smallvec v1.13.2 |
585 | 2024-09-16T14:01:15.055Z | Downloaded rustls-webpki v0.102.4 |
586 | 2024-09-16T14:01:15.073Z | Downloaded idna v0.5.0 |
587 | 2024-09-16T14:01:15.081Z | Downloaded nix v0.28.0 |
588 | 2024-09-16T14:01:15.093Z | Downloaded wyz v0.5.1 |
589 | 2024-09-16T14:01:15.095Z | Downloaded unicode-normalization v0.1.23 |
590 | 2024-09-16T14:01:15.098Z | Downloaded untrusted v0.7.1 |
591 | 2024-09-16T14:01:15.100Z | Downloaded universal-hash v0.5.1 |
592 | 2024-09-16T14:01:15.102Z | Downloaded libxml v0.3.3 |
593 | 2024-09-16T14:01:15.107Z | Downloaded libsw v3.3.1 |
594 | 2024-09-16T14:01:15.109Z | Downloaded futures-executor v0.3.30 |
595 | 2024-09-16T14:01:15.112Z | Downloaded want v0.3.1 |
596 | 2024-09-16T14:01:15.114Z | Downloaded untrusted v0.9.0 |
597 | 2024-09-16T14:01:15.114Z | Downloaded try-lock v0.2.5 |
598 | 2024-09-16T14:01:15.116Z | Downloaded tinyvec_macros v0.1.1 |
599 | 2024-09-16T14:01:15.116Z | Downloaded either v1.13.0 |
600 | 2024-09-16T14:01:15.119Z | Downloaded mockall_derive v0.13.0 |
601 | 2024-09-16T14:01:15.122Z | Downloaded signal-hook-mio v0.2.4 |
602 | 2024-09-16T14:01:15.124Z | Downloaded sha1 v0.10.6 |
603 | 2024-09-16T14:01:15.124Z | Downloaded rustc_version v0.4.0 |
604 | 2024-09-16T14:01:15.126Z | Downloaded serde-hex v0.1.0 |
605 | 2024-09-16T14:01:15.128Z | Downloaded ena v0.14.3 |
606 | 2024-09-16T14:01:15.130Z | Downloaded semver v0.1.20 |
607 | 2024-09-16T14:01:15.130Z | Downloaded schemars_derive v0.8.21 |
608 | 2024-09-16T14:01:15.132Z | Downloaded samael v0.0.17 |
609 | 2024-09-16T14:01:15.137Z | Downloaded rtoolbox v0.0.2 |
610 | 2024-09-16T14:01:15.139Z | Downloaded serde_with_macros v3.9.0 |
611 | 2024-09-16T14:01:15.142Z | Downloaded serde_with v3.9.0 |
612 | 2024-09-16T14:01:15.150Z | Downloaded rustls v0.21.12 |
613 | 2024-09-16T14:01:15.162Z | Downloaded serde_urlencoded v0.7.1 |
614 | 2024-09-16T14:01:15.164Z | Downloaded serde_repr v0.1.19 |
615 | 2024-09-16T14:01:15.166Z | Downloaded nodrop v0.1.14 |
616 | 2024-09-16T14:01:15.168Z | Downloaded nibble_vec v0.1.0 |
617 | 2024-09-16T14:01:15.168Z | Downloaded structmeta-derive v0.2.0 |
618 | 2024-09-16T14:01:15.170Z | Downloaded hyper-staticfile v0.9.5 |
619 | 2024-09-16T14:01:15.172Z | Downloaded nix v0.29.0 |
620 | 2024-09-16T14:01:15.183Z | Downloaded lalrpop v0.19.12 |
621 | 2024-09-16T14:01:15.195Z | Downloaded unicode-xid v0.2.4 |
622 | 2024-09-16T14:01:15.197Z | Downloaded tracing-core v0.1.32 |
623 | 2024-09-16T14:01:15.199Z | Downloaded heapless v0.7.17 |
624 | 2024-09-16T14:01:15.203Z | Downloaded hashbrown v0.13.2 |
625 | 2024-09-16T14:01:15.208Z | Downloaded walkdir v2.5.0 |
626 | 2024-09-16T14:01:15.210Z | Downloaded tokio-util v0.7.11 |
627 | 2024-09-16T14:01:15.217Z | Downloaded h2 v0.4.6 |
628 | 2024-09-16T14:01:15.225Z | Downloaded webpki-roots v0.25.4 |
629 | 2024-09-16T14:01:15.228Z | Downloaded hashbrown v0.12.3 |
630 | 2024-09-16T14:01:15.233Z | Downloaded openssl v0.10.66 |
631 | 2024-09-16T14:01:15.244Z | Downloaded predicates-core v1.0.6 |
632 | 2024-09-16T14:01:15.246Z | Downloaded prettyplease v0.2.20 |
633 | 2024-09-16T14:01:15.249Z | Downloaded predicates-tree v1.0.9 |
634 | 2024-09-16T14:01:15.251Z | Downloaded precomputed-hash v0.1.1 |
635 | 2024-09-16T14:01:15.253Z | Downloaded serde_plain v1.0.2 |
636 | 2024-09-16T14:01:15.253Z | Downloaded normalize-line-endings v0.3.0 |
637 | 2024-09-16T14:01:15.255Z | Downloaded number_prefix v0.4.0 |
638 | 2024-09-16T14:01:15.255Z | Downloaded rustfmt-wrapper v0.2.1 |
639 | 2024-09-16T14:01:15.257Z | Downloaded rustc_version v0.1.7 |
640 | 2024-09-16T14:01:15.257Z | Downloaded parse-display v0.10.0 |
641 | 2024-09-16T14:01:15.260Z | Downloaded derive_more v0.99.18 |
642 | 2024-09-16T14:01:15.263Z | Downloaded derive_builder_macro v0.20.0 |
643 | 2024-09-16T14:01:15.265Z | Downloaded derive_builder_core v0.20.0 |
644 | 2024-09-16T14:01:15.267Z | Downloaded zeroize_derive v1.4.2 |
645 | 2024-09-16T14:01:15.269Z | Downloaded zeroize v1.7.0 |
646 | 2024-09-16T14:01:15.269Z | Downloaded tui-tree-widget v0.22.0 |
647 | 2024-09-16T14:01:15.271Z | Downloaded tls_codec v0.4.1 |
648 | 2024-09-16T14:01:15.273Z | Downloaded nix v0.27.1 |
649 | 2024-09-16T14:01:15.284Z | Downloaded defmt-macros v0.3.9 |
650 | 2024-09-16T14:01:15.287Z | Downloaded pin-project-lite v0.2.14 |
651 | 2024-09-16T14:01:15.292Z | Downloaded pin-project-internal v1.1.5 |
652 | 2024-09-16T14:01:15.297Z | Downloaded thiserror-no-std v2.0.2 |
653 | 2024-09-16T14:01:15.299Z | Downloaded structmeta-derive v0.3.0 |
654 | 2024-09-16T14:01:15.301Z | Downloaded ssh-cipher v0.2.0 |
655 | 2024-09-16T14:01:15.301Z | Downloaded serde_yaml v0.9.34+deprecated |
656 | 2024-09-16T14:01:15.304Z | Downloaded rustc-hash v1.1.0 |
657 | 2024-09-16T14:01:15.307Z | Downloaded tracing-attributes v0.1.27 |
658 | 2024-09-16T14:01:15.309Z | Downloaded tokio-tungstenite v0.23.1 |
659 | 2024-09-16T14:01:15.311Z | Downloaded ppv-lite86 v0.2.17 |
660 | 2024-09-16T14:01:15.313Z | Downloaded unsafe-libyaml v0.2.11 |
661 | 2024-09-16T14:01:15.315Z | Downloaded rand_core v0.6.4 |
662 | 2024-09-16T14:01:15.317Z | Downloaded rand v0.8.5 |
663 | 2024-09-16T14:01:15.321Z | Downloaded endian-type v0.1.2 |
664 | 2024-09-16T14:01:15.323Z | Downloaded embedded-io v0.4.0 |
665 | 2024-09-16T14:01:15.325Z | Downloaded fxhash v0.2.1 |
666 | 2024-09-16T14:01:15.325Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
667 | 2024-09-16T14:01:15.337Z | Downloaded curve25519-dalek v4.1.3 |
668 | 2024-09-16T14:01:15.346Z | Downloaded rayon-core v1.12.1 |
669 | 2024-09-16T14:01:15.350Z | Downloaded futures-io v0.3.30 |
670 | 2024-09-16T14:01:15.352Z | Downloaded futures-channel v0.3.30 |
671 | 2024-09-16T14:01:15.355Z | Downloaded funty v2.0.0 |
672 | 2024-09-16T14:01:15.355Z | Downloaded futures-core v0.3.30 |
673 | 2024-09-16T14:01:15.357Z | Downloaded diff v0.1.13 |
674 | 2024-09-16T14:01:15.359Z | Downloaded futures v0.3.30 |
675 | 2024-09-16T14:01:15.364Z | Downloaded radium v0.7.0 |
676 | 2024-09-16T14:01:15.366Z | Downloaded rayon v1.10.0 |
677 | 2024-09-16T14:01:15.375Z | Downloaded dirs-sys-next v0.1.2 |
678 | 2024-09-16T14:01:15.377Z | Downloaded tap v1.0.1 |
679 | 2024-09-16T14:01:15.377Z | Downloaded dirs-next v2.0.0 |
680 | 2024-09-16T14:01:15.380Z | Downloaded der v0.7.9 |
681 | 2024-09-16T14:01:15.384Z | Downloaded waitgroup v0.1.2 |
682 | 2024-09-16T14:01:15.386Z | Downloaded futures-sink v0.3.30 |
683 | 2024-09-16T14:01:15.386Z | Downloaded twox-hash v1.6.3 |
684 | 2024-09-16T14:01:15.388Z | Downloaded num-conv v0.1.0 |
685 | 2024-09-16T14:01:15.390Z | Downloaded futures-macro v0.3.30 |
686 | 2024-09-16T14:01:15.392Z | Downloaded fragile v2.0.0 |
687 | 2024-09-16T14:01:15.392Z | Downloaded form_urlencoded v1.2.1 |
688 | 2024-09-16T14:01:15.395Z | Downloaded uuid v1.10.0 |
689 | 2024-09-16T14:01:15.397Z | Downloaded value-bag v1.9.0 |
690 | 2024-09-16T14:01:15.399Z | Downloaded num-complex v0.4.6 |
691 | 2024-09-16T14:01:15.402Z | Downloaded oso-derive v0.27.3 |
692 | 2024-09-16T14:01:15.405Z | Downloaded heapless v0.8.0 |
693 | 2024-09-16T14:01:15.407Z | Downloaded headers v0.3.9 |
694 | 2024-09-16T14:01:15.412Z | Downloaded openssl-probe v0.1.5 |
695 | 2024-09-16T14:01:15.414Z | Downloaded unicode-bidi v0.3.15 |
696 | 2024-09-16T14:01:15.416Z | Downloaded git2 v0.19.0 |
697 | 2024-09-16T14:01:15.425Z | Downloaded difflib v0.4.0 |
698 | 2024-09-16T14:01:15.427Z | Downloaded vcpkg v0.2.15 |
699 | 2024-09-16T14:01:15.465Z | Downloaded pretty-hex v0.2.1 |
700 | 2024-09-16T14:01:15.467Z | Downloaded opaque-debug v0.3.1 |
701 | 2024-09-16T14:01:15.467Z | Downloaded url v2.5.2 |
702 | 2024-09-16T14:01:15.470Z | Downloaded unicode-segmentation v1.11.0 |
703 | 2024-09-16T14:01:15.474Z | Downloaded sync_wrapper v0.1.2 |
704 | 2024-09-16T14:01:15.478Z | Downloaded num-traits v0.2.19 |
705 | 2024-09-16T14:01:15.478Z | Downloaded predicates v3.1.2 |
706 | 2024-09-16T14:01:15.481Z | Downloaded rustls-pemfile v1.0.4 |
707 | 2024-09-16T14:01:15.483Z | Downloaded packed_struct v0.10.1 |
708 | 2024-09-16T14:01:15.485Z | Downloaded object v0.30.4 |
709 | 2024-09-16T14:01:15.495Z | Downloaded phf_shared v0.11.2 |
710 | 2024-09-16T14:01:15.497Z | Downloaded object v0.32.2 |
711 | 2024-09-16T14:01:15.507Z | Downloaded regex-syntax v0.6.29 |
712 | 2024-09-16T14:01:15.515Z | Downloaded scopeguard v1.2.0 |
713 | 2024-09-16T14:01:15.517Z | Downloaded socket2 v0.5.7 |
714 | 2024-09-16T14:01:15.519Z | Downloaded sqlparser_derive v0.2.2 |
715 | 2024-09-16T14:01:15.521Z | Downloaded diesel_table_macro_syntax v0.2.0 |
716 | 2024-09-16T14:01:15.522Z | Downloaded dhcproto-macros v0.1.0 |
717 | 2024-09-16T14:01:15.524Z | Downloaded wait-timeout v0.2.0 |
718 | 2024-09-16T14:01:15.524Z | Downloaded vte_generate_state_changes v0.1.1 |
719 | 2024-09-16T14:01:15.526Z | Downloaded uzers v0.11.3 |
720 | 2024-09-16T14:01:15.529Z | Downloaded dhcproto v0.12.0 |
721 | 2024-09-16T14:01:15.531Z | Downloaded des v0.8.1 |
722 | 2024-09-16T14:01:15.533Z | Downloaded thiserror-impl-no-std v2.0.2 |
723 | 2024-09-16T14:01:15.533Z | Downloaded supports-color v3.0.1 |
724 | 2024-09-16T14:01:15.535Z | Downloaded subtle v2.5.0 |
725 | 2024-09-16T14:01:15.537Z | Downloaded subprocess v0.2.9 |
726 | 2024-09-16T14:01:15.540Z | Downloaded zerocopy-derive v0.6.6 |
727 | 2024-09-16T14:01:15.549Z | Downloaded serde_path_to_error v0.1.16 |
728 | 2024-09-16T14:01:15.551Z | Downloaded env_logger v0.9.3 |
729 | 2024-09-16T14:01:15.553Z | Downloaded russh-keys v0.45.0 |
730 | 2024-09-16T14:01:15.555Z | Downloaded russh-cryptovec v0.7.2 |
731 | 2024-09-16T14:01:15.558Z | Downloaded peg v0.8.4 |
732 | 2024-09-16T14:01:15.560Z | Downloaded pbkdf2 v0.12.2 |
733 | 2024-09-16T14:01:15.562Z | Downloaded packed_struct_codegen v0.10.1 |
734 | 2024-09-16T14:01:15.565Z | Downloaded futures-task v0.3.30 |
735 | 2024-09-16T14:01:15.565Z | Downloaded filetime v0.2.25 |
736 | 2024-09-16T14:01:15.567Z | Downloaded p521 v0.13.3 |
737 | 2024-09-16T14:01:15.570Z | Downloaded headers-core v0.2.0 |
738 | 2024-09-16T14:01:15.572Z | Downloaded futures-util v0.3.30 |
739 | 2024-09-16T14:01:15.583Z | Downloaded rand_xorshift v0.3.0 |
740 | 2024-09-16T14:01:15.585Z | Downloaded downcast v0.11.0 |
741 | 2024-09-16T14:01:15.587Z | Downloaded fallible-iterator v0.3.0 |
742 | 2024-09-16T14:01:15.588Z | Downloaded rand_seeder v0.3.0 |
743 | 2024-09-16T14:01:15.590Z | Downloaded r2d2 v0.8.10 |
744 | 2024-09-16T14:01:15.592Z | Downloaded slog-json v2.6.1 |
745 | 2024-09-16T14:01:15.594Z | Downloaded slog-envlogger v2.2.0 |
746 | 2024-09-16T14:01:15.594Z | Downloaded vsss-rs v3.3.4 |
747 | 2024-09-16T14:01:15.596Z | Downloaded vergen v8.3.2 |
748 | 2024-09-16T14:01:15.599Z | Downloaded utf-8 v0.7.6 |
749 | 2024-09-16T14:01:15.602Z | Downloaded unicode-truncate v1.0.0 |
750 | 2024-09-16T14:01:15.604Z | Downloaded unicase v2.7.0 |
751 | 2024-09-16T14:01:15.604Z | Downloaded unarray v0.1.4 |
752 | 2024-09-16T14:01:15.606Z | Downloaded time-core v0.1.2 |
753 | 2024-09-16T14:01:15.606Z | Downloaded tokio-macros v2.4.0 |
754 | 2024-09-16T14:01:15.609Z | Downloaded thread_local v1.1.8 |
755 | 2024-09-16T14:01:15.609Z | Downloaded termtree v0.4.1 |
756 | 2024-09-16T14:01:15.611Z | Downloaded typed-path v0.7.1 |
757 | 2024-09-16T14:01:15.617Z | Downloaded tar v0.4.41 |
758 | 2024-09-16T14:01:15.620Z | Downloaded time v0.3.36 |
759 | 2024-09-16T14:01:15.626Z | Downloaded olpc-cjson v0.1.3 |
760 | 2024-09-16T14:01:15.628Z | Downloaded num-integer v0.1.46 |
761 | 2024-09-16T14:01:15.630Z | Downloaded num_enum_derive v0.5.11 |
762 | 2024-09-16T14:01:15.630Z | Downloaded num_enum v0.5.11 |
763 | 2024-09-16T14:01:15.635Z | Downloaded hickory-client v0.24.1 |
764 | 2024-09-16T14:01:15.638Z | Downloaded tungstenite v0.23.0 |
765 | 2024-09-16T14:01:15.642Z | Downloaded tokio-tungstenite v0.21.0 |
766 | 2024-09-16T14:01:15.645Z | Downloaded take_mut v0.2.2 |
767 | 2024-09-16T14:01:15.648Z | Downloaded powerfmt v0.2.0 |
768 | 2024-09-16T14:01:15.648Z | Downloaded pkg-config v0.3.30 |
769 | 2024-09-16T14:01:15.650Z | Downloaded tabwriter v1.4.0 |
770 | 2024-09-16T14:01:15.650Z | Downloaded slog-async v2.8.0 |
771 | 2024-09-16T14:01:15.652Z | Downloaded quick-xml v0.33.0 |
772 | 2024-09-16T14:01:15.657Z | Downloaded ron v0.8.1 |
773 | 2024-09-16T14:01:15.663Z | Downloaded parking_lot v0.11.2 |
774 | 2024-09-16T14:01:15.666Z | Downloaded p256 v0.13.2 |
775 | 2024-09-16T14:01:15.669Z | Downloaded owo-colors v4.0.0 |
776 | 2024-09-16T14:01:15.672Z | Downloaded oso v0.27.3 |
777 | 2024-09-16T14:01:15.677Z | Downloaded foreign-types v0.3.2 |
778 | 2024-09-16T14:01:15.680Z | Downloaded string_cache v0.8.7 |
779 | 2024-09-16T14:01:15.680Z | Downloaded percent-encoding v2.3.1 |
780 | 2024-09-16T14:01:15.680Z | Downloaded parking_lot_core v0.9.10 |
781 | 2024-09-16T14:01:15.683Z | Downloaded unicode_categories v0.1.1 |
782 | 2024-09-16T14:01:15.685Z | Downloaded openssl-sys v0.9.103 |
783 | 2024-09-16T14:01:15.689Z | Downloaded openssl-macros v0.1.1 |
784 | 2024-09-16T14:01:15.691Z | Downloaded nu-ansi-term v0.50.0 |
785 | 2024-09-16T14:01:15.694Z | Downloaded quick-error v1.2.3 |
786 | 2024-09-16T14:01:15.696Z | Downloaded publicsuffix v2.2.3 |
787 | 2024-09-16T14:01:15.698Z | Downloaded stringprep v0.1.4 |
788 | 2024-09-16T14:01:15.699Z | Downloaded slog-bunyan v2.5.0 |
789 | 2024-09-16T14:01:15.701Z | Downloaded which v4.4.2 |
790 | 2024-09-16T14:01:15.703Z | Downloaded termcolor v1.4.1 |
791 | 2024-09-16T14:01:15.704Z | Downloaded test-strategy v0.3.1 |
792 | 2024-09-16T14:01:15.706Z | Downloaded ssh-encoding v0.2.0 |
793 | 2024-09-16T14:01:15.708Z | Downloaded num-rational v0.4.2 |
794 | 2024-09-16T14:01:15.710Z | Downloaded omicron-zone-package v0.11.0 |
795 | 2024-09-16T14:01:15.713Z | Downloaded sqlformat v0.2.4 |
796 | 2024-09-16T14:01:15.715Z | Downloaded scrypt v0.11.0 |
797 | 2024-09-16T14:01:15.717Z | Downloaded schemars v0.8.21 |
798 | 2024-09-16T14:01:15.728Z | Downloaded tokio-tungstenite v0.20.1 |
799 | 2024-09-16T14:01:15.730Z | Downloaded tower-service v0.3.2 |
800 | 2024-09-16T14:01:15.733Z | Downloaded defmt-parser v0.3.4 |
801 | 2024-09-16T14:01:15.733Z | Downloaded tracing v0.1.40 |
802 | 2024-09-16T14:01:15.736Z | Downloaded zip v0.6.6 |
803 | 2024-09-16T14:01:15.741Z | Downloaded tower-layer v0.3.2 |
804 | 2024-09-16T14:01:15.744Z | Downloaded tokio v1.39.3 |
805 | 2024-09-16T14:01:15.780Z | Downloaded strum v0.26.3 |
806 | 2024-09-16T14:01:15.783Z | Downloaded ghash v0.5.1 |
807 | 2024-09-16T14:01:15.783Z | Downloaded num-bigint v0.4.5 |
808 | 2024-09-16T14:01:15.787Z | Downloaded polyval v0.6.2 |
809 | 2024-09-16T14:01:15.789Z | Downloaded poly1305 v0.8.0 |
810 | 2024-09-16T14:01:15.791Z | Downloaded pkcs8 v0.10.2 |
811 | 2024-09-16T14:01:15.794Z | Downloaded pkcs5 v0.7.1 |
812 | 2024-09-16T14:01:15.797Z | Downloaded pkcs1 v0.7.5 |
813 | 2024-09-16T14:01:15.800Z | Downloaded fixedbitset v0.4.2 |
814 | 2024-09-16T14:01:15.803Z | Downloaded tokio-stream v0.1.15 |
815 | 2024-09-16T14:01:15.806Z | Downloaded hash32 v0.3.1 |
816 | 2024-09-16T14:01:15.808Z | Downloaded zone v0.1.8 |
817 | 2024-09-16T14:01:15.808Z | Downloaded toolchain_find v0.4.0 |
818 | 2024-09-16T14:01:15.811Z | Downloaded toml_edit v0.19.15 |
819 | 2024-09-16T14:01:15.825Z | Downloaded h2 v0.3.26 |
820 | 2024-09-16T14:01:15.832Z | Downloaded heck v0.3.3 |
821 | 2024-09-16T14:01:15.834Z | Downloaded fallible-iterator v0.2.0 |
822 | 2024-09-16T14:01:15.834Z | Downloaded half v2.4.1 |
823 | 2024-09-16T14:01:15.838Z | Downloaded rfc6979 v0.4.0 |
824 | 2024-09-16T14:01:15.841Z | Downloaded derive_builder v0.20.0 |
825 | 2024-09-16T14:01:15.843Z | Downloaded derive-where v1.2.7 |
826 | 2024-09-16T14:01:15.846Z | Downloaded tokio-postgres v0.7.11 |
827 | 2024-09-16T14:01:15.851Z | Downloaded parking_lot v0.12.2 |
828 | 2024-09-16T14:01:15.854Z | Downloaded glob v0.3.1 |
829 | 2024-09-16T14:01:15.856Z | Downloaded hex v0.4.3 |
830 | 2024-09-16T14:01:15.856Z | Downloaded static_assertions v1.1.0 |
831 | 2024-09-16T14:01:15.858Z | Downloaded shlex v1.3.0 |
832 | 2024-09-16T14:01:15.860Z | Downloaded signal-hook v0.3.17 |
833 | 2024-09-16T14:01:15.862Z | Downloaded signal-hook-registry v1.4.2 |
834 | 2024-09-16T14:01:15.865Z | Downloaded deranged v0.3.11 |
835 | 2024-09-16T14:01:15.865Z | Downloaded phf v0.11.2 |
836 | 2024-09-16T14:01:15.867Z | Downloaded num-iter v0.1.45 |
837 | 2024-09-16T14:01:15.867Z | Downloaded num-derive v0.4.2 |
838 | 2024-09-16T14:01:15.870Z | Downloaded foreign-types-shared v0.3.1 |
839 | 2024-09-16T14:01:15.870Z | Downloaded tokio-native-tls v0.3.1 |
840 | 2024-09-16T14:01:15.872Z | Downloaded tls_codec_derive v0.4.1 |
841 | 2024-09-16T14:01:15.876Z | Downloaded path-slash v0.1.5 |
842 | 2024-09-16T14:01:15.876Z | Downloaded password-hash v0.5.0 |
843 | 2024-09-16T14:01:15.878Z | Downloaded num-bigint-dig v0.8.4 |
844 | 2024-09-16T14:01:15.881Z | Downloaded rustversion v1.0.17 |
845 | 2024-09-16T14:01:15.883Z | Downloaded getopts v0.2.21 |
846 | 2024-09-16T14:01:15.886Z | Downloaded pem-rfc7468 v0.7.0 |
847 | 2024-09-16T14:01:15.888Z | Downloaded foreign-types v0.5.0 |
848 | 2024-09-16T14:01:15.888Z | Downloaded flume v0.11.0 |
849 | 2024-09-16T14:01:15.891Z | Downloaded rsa v0.9.6 |
850 | 2024-09-16T14:01:15.896Z | Downloaded rpassword v7.3.1 |
851 | 2024-09-16T14:01:15.899Z | Downloaded stable_deref_trait v1.2.0 |
852 | 2024-09-16T14:01:15.899Z | Downloaded sct v0.7.1 |
853 | 2024-09-16T14:01:15.902Z | Downloaded ref-cast-impl v1.0.23 |
854 | 2024-09-16T14:01:15.904Z | Downloaded xattr v1.3.1 |
855 | 2024-09-16T14:01:15.906Z | Downloaded rustls-webpki v0.101.7 |
856 | 2024-09-16T14:01:15.918Z | Downloaded smf v0.2.3 |
857 | 2024-09-16T14:01:15.920Z | Downloaded darling_macro v0.20.9 |
858 | 2024-09-16T14:01:15.920Z | Downloaded env_logger v0.10.2 |
859 | 2024-09-16T14:01:15.923Z | Downloaded darling_core v0.20.9 |
860 | 2024-09-16T14:01:15.927Z | Downloaded peg-runtime v0.8.3 |
861 | 2024-09-16T14:01:15.929Z | Downloaded group v0.13.0 |
862 | 2024-09-16T14:01:15.929Z | Downloaded flate2 v1.0.33 |
863 | 2024-09-16T14:01:15.934Z | Downloaded fatfs v0.3.6 |
864 | 2024-09-16T14:01:15.937Z | Downloaded winnow v0.5.40 |
865 | 2024-09-16T14:01:15.946Z | Downloaded tungstenite v0.20.1 |
866 | 2024-09-16T14:01:15.949Z | Downloaded tokio-rustls v0.25.0 |
867 | 2024-09-16T14:01:15.952Z | Downloaded term v0.7.0 |
868 | 2024-09-16T14:01:15.955Z | Downloaded defmt v0.3.8 |
869 | 2024-09-16T14:01:15.958Z | Downloaded debug-ignore v1.0.5 |
870 | 2024-09-16T14:01:15.960Z | Downloaded socket2 v0.4.10 |
871 | 2024-09-16T14:01:15.963Z | Downloaded salsa20 v0.10.2 |
872 | 2024-09-16T14:01:15.963Z | Downloaded hex-literal v0.4.1 |
873 | 2024-09-16T14:01:15.965Z | Downloaded rustyline v14.0.0 |
874 | 2024-09-16T14:01:15.969Z | Downloaded steno v0.4.1 |
875 | 2024-09-16T14:01:15.973Z | Downloaded der_derive v0.7.2 |
876 | 2024-09-16T14:01:15.975Z | Downloaded rusty-fork v0.3.0 |
877 | 2024-09-16T14:01:15.977Z | Downloaded pin-utils v0.1.0 |
878 | 2024-09-16T14:01:15.977Z | Downloaded phf_shared v0.10.0 |
879 | 2024-09-16T14:01:15.979Z | Downloaded x509-cert v0.2.5 |
880 | 2024-09-16T14:01:15.984Z | Downloaded ssh-key v0.6.6 |
881 | 2024-09-16T14:01:15.991Z | Downloaded strum_macros v0.26.4 |
882 | 2024-09-16T14:01:15.994Z | Downloaded strum_macros v0.24.3 |
883 | 2024-09-16T14:01:15.996Z | Downloaded sigpipe v0.1.3 |
884 | 2024-09-16T14:01:15.996Z | Downloaded ref-cast v1.0.23 |
885 | 2024-09-16T14:01:15.998Z | Downloaded reedline v0.33.0 |
886 | 2024-09-16T14:01:16.007Z | Downloaded expectorate v1.1.0 |
887 | 2024-09-16T14:01:16.010Z | Downloaded rustls v0.22.4 |
888 | 2024-09-16T14:01:16.039Z | Downloaded snafu v0.8.2 |
889 | 2024-09-16T14:01:16.052Z | Downloaded slog-term v2.9.1 |
890 | 2024-09-16T14:01:16.052Z | Downloaded slog-stdlog v4.1.1 |
891 | 2024-09-16T14:01:16.052Z | Downloaded regress v0.9.1 |
892 | 2024-09-16T14:01:16.052Z | Downloaded petgraph v0.6.5 |
893 | 2024-09-16T14:01:16.061Z | Downloaded strum_macros v0.25.3 |
894 | 2024-09-16T14:01:16.066Z | Downloaded gimli v0.28.1 |
895 | 2024-09-16T14:01:16.071Z | Downloaded russh v0.45.0 |
896 | 2024-09-16T14:01:16.076Z | Downloaded rcgen v0.12.1 |
897 | 2024-09-16T14:01:16.078Z | Downloaded proc-macro-crate v1.3.1 |
898 | 2024-09-16T14:01:16.081Z | Downloaded primeorder v0.13.6 |
899 | 2024-09-16T14:01:16.083Z | Downloaded parse-display-derive v0.10.0 |
900 | 2024-09-16T14:01:16.083Z | Downloaded flagset v0.4.5 |
901 | 2024-09-16T14:01:16.085Z | Downloaded ff v0.13.0 |
902 | 2024-09-16T14:01:16.085Z | Downloaded fd-lock v4.0.2 |
903 | 2024-09-16T14:01:16.088Z | Downloaded zone v0.3.0 |
904 | 2024-09-16T14:01:16.088Z | Downloaded parking_lot_core v0.8.6 |
905 | 2024-09-16T14:01:16.090Z | Downloaded zone_cfg_derive v0.3.0 |
906 | 2024-09-16T14:01:16.092Z | Downloaded zone_cfg_derive v0.1.2 |
907 | 2024-09-16T14:01:16.092Z | Downloaded getrandom v0.2.14 |
908 | 2024-09-16T14:01:16.094Z | Downloaded erased-serde v0.3.31 |
909 | 2024-09-16T14:01:16.097Z | Downloaded zerocopy v0.6.6 |
910 | 2024-09-16T14:01:16.099Z | Downloaded yasna v0.5.2 |
911 | 2024-09-16T14:01:16.101Z | Downloaded sec1 v0.7.3 |
912 | 2024-09-16T14:01:16.103Z | Downloaded smoltcp v0.9.1 |
913 | 2024-09-16T14:01:16.112Z | Downloaded finl_unicode v1.2.0 |
914 | 2024-09-16T14:01:16.125Z | Downloaded sled v0.34.7 |
915 | 2024-09-16T14:01:16.135Z | Downloaded signature v2.2.0 |
916 | 2024-09-16T14:01:16.138Z | Downloaded signal-hook-tokio v0.3.1 |
917 | 2024-09-16T14:01:16.138Z | Downloaded secrecy v0.8.0 |
918 | 2024-09-16T14:01:16.140Z | Downloaded peg-macros v0.8.4 |
919 | 2024-09-16T14:01:16.142Z | Downloaded pbkdf2 v0.11.0 |
920 | 2024-09-16T14:01:16.144Z | Downloaded password-hash v0.4.2 |
921 | 2024-09-16T14:01:16.144Z | Downloaded parse-size v1.0.0 |
922 | 2024-09-16T14:01:16.147Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
923 | 2024-09-16T14:01:16.204Z | Downloaded hash32 v0.2.1 |
924 | 2024-09-16T14:01:16.206Z | Downloaded globset v0.4.14 |
925 | 2024-09-16T14:01:16.206Z | Downloaded enum-as-inner v0.5.1 |
926 | 2024-09-16T14:01:16.209Z | Downloaded data-encoding v2.6.0 |
927 | 2024-09-16T14:01:16.209Z | Downloaded whoami v1.5.1 |
928 | 2024-09-16T14:01:16.211Z | Downloaded vte v0.11.1 |
929 | 2024-09-16T14:01:16.214Z | Downloaded openapiv3 v2.0.0 |
930 | 2024-09-16T14:01:16.224Z | Downloaded regex-automata v0.4.6 |
931 | 2024-09-16T14:01:16.241Z | Downloaded csv v1.3.0 |
932 | 2024-09-16T14:01:16.261Z | Downloaded rusqlite v0.31.0 |
933 | 2024-09-16T14:01:16.267Z | Downloaded psl-types v2.0.11 |
934 | 2024-09-16T14:01:16.269Z | Downloaded ring v0.17.8 |
935 | 2024-09-16T14:01:16.337Z | Downloaded dropshot v0.10.1 |
936 | 2024-09-16T14:01:16.347Z | Downloaded libz-sys v1.1.16 |
937 | 2024-09-16T14:01:16.414Z | Downloaded smoltcp v0.11.0 |
938 | 2024-09-16T14:01:16.427Z | Downloaded polar-core v0.27.3 |
939 | 2024-09-16T14:01:16.435Z | Downloaded regex-syntax v0.8.4 |
940 | 2024-09-16T14:01:16.443Z | Downloaded ron v0.7.1 |
941 | 2024-09-16T14:01:16.448Z | Downloaded resolv-conf v0.7.0 |
942 | 2024-09-16T14:01:16.450Z | Downloaded enum-as-inner v0.6.0 |
943 | 2024-09-16T14:01:16.452Z | Downloaded libsqlite3-sys v0.28.0 |
944 | 2024-09-16T14:01:16.527Z | Downloaded dsl_auto_type v0.1.2 |
945 | 2024-09-16T14:01:16.529Z | Downloaded snafu-derive v0.8.2 |
946 | 2024-09-16T14:01:16.529Z | Downloaded shell-words v1.1.0 |
947 | 2024-09-16T14:01:16.531Z | Downloaded serde_derive_internals v0.29.1 |
948 | 2024-09-16T14:01:16.531Z | Downloaded serde_arrays v0.1.0 |
949 | 2024-09-16T14:01:16.534Z | Downloaded rustls-pki-types v1.7.0 |
950 | 2024-09-16T14:01:16.536Z | Downloaded rustls-pemfile v2.1.3 |
951 | 2024-09-16T14:01:16.538Z | Downloaded proptest v1.5.0 |
952 | 2024-09-16T14:01:16.545Z | Downloaded termios v0.3.3 |
953 | 2024-09-16T14:01:16.547Z | Downloaded sha3 v0.10.8 |
954 | 2024-09-16T14:01:16.551Z | Downloaded same-file v1.0.6 |
955 | 2024-09-16T14:01:16.553Z | Downloaded float-ord v0.3.2 |
956 | 2024-09-16T14:01:16.553Z | Downloaded dropshot_endpoint v0.10.1 |
957 | 2024-09-16T14:01:16.555Z | Downloaded slog v2.7.0 |
958 | 2024-09-16T14:01:16.559Z | Downloaded postgres-types v0.2.7 |
959 | 2024-09-16T14:01:16.561Z | Downloaded postgres-protocol v0.6.7 |
960 | 2024-09-16T14:01:16.561Z | Downloaded postcard v1.0.8 |
961 | 2024-09-16T14:01:16.563Z | Downloaded portpicker v0.1.1 |
962 | 2024-09-16T14:01:16.564Z | Downloaded portable-atomic v1.6.0 |
963 | 2024-09-16T14:01:16.569Z | Downloaded toml v0.7.8 |
964 | 2024-09-16T14:01:16.572Z | Downloaded ratatui v0.28.0 |
965 | 2024-09-16T14:01:16.592Z | Downloaded encoding_rs v0.8.34 |
966 | 2024-09-16T14:01:16.621Z | Downloaded num v0.4.3 |
967 | 2024-09-16T14:01:16.621Z | Downloaded gethostname v0.5.0 |
968 | 2024-09-16T14:01:16.624Z | Downloaded tower v0.4.13 |
969 | 2024-09-16T14:01:16.640Z | Downloaded foreign-types-shared v0.1.1 |
970 | 2024-09-16T14:01:16.642Z | Downloaded foreign-types-macros v0.2.3 |
971 | 2024-09-16T14:01:16.642Z | Downloaded float-cmp v0.9.0 |
972 | 2024-09-16T14:01:16.644Z | Downloaded fallible-streaming-iterator v0.1.9 |
973 | 2024-09-16T14:01:16.644Z | Downloaded sqlparser v0.45.0 |
974 | 2024-09-16T14:01:16.651Z | Downloaded slog-scope v4.4.0 |
975 | 2024-09-16T14:01:16.653Z | Downloaded tungstenite v0.21.0 |
976 | 2024-09-16T14:01:16.657Z | Downloaded diesel v2.2.3 |
977 | 2024-09-16T14:01:16.681Z | Downloaded ring v0.16.20 |
978 | 2024-09-16T14:01:16.766Z | Downloaded scheduled-thread-pool v0.2.7 |
979 | 2024-09-16T14:01:16.768Z | Downloaded trust-dns-proto v0.22.0 |
980 | 2024-09-16T14:01:16.778Z | Downloaded slog-dtrace v0.3.0 |
981 | 2024-09-16T14:01:16.780Z | Downloaded radix_trie v0.2.1 |
982 | 2024-09-16T14:01:16.785Z | Downloaded p384 v0.13.0 |
983 | 2024-09-16T14:01:16.790Z | Downloaded num_threads v0.1.7 |
984 | 2024-09-16T14:01:16.792Z | Downloaded diesel_derives v2.2.2 |
985 | 2024-09-16T14:01:16.796Z | Downloaded elliptic-curve v0.13.8 |
986 | 2024-09-16T14:01:16.799Z | Downloaded ed25519-dalek v2.1.1 |
987 | 2024-09-16T14:01:16.801Z | Downloaded ed25519 v2.2.3 |
988 | 2024-09-16T14:01:16.804Z | Downloaded ecdsa v0.16.9 |
989 | 2024-09-16T14:01:16.806Z | Downloaded dyn-clone v1.0.17 |
990 | 2024-09-16T14:01:16.808Z | Downloaded display-error-chain v0.2.1 |
991 | 2024-09-16T14:01:16.808Z | Downloaded rand_chacha v0.3.1 |
992 | 2024-09-16T14:01:16.808Z | Downloaded tough v0.17.1 |
993 | 2024-09-16T14:01:16.816Z | Downloaded topological-sort v0.2.2 |
994 | 2024-09-16T14:01:16.818Z | Downloaded structmeta v0.3.0 |
995 | 2024-09-16T14:01:16.819Z | Downloaded structmeta v0.2.0 |
996 | 2024-09-16T14:01:16.821Z | Downloaded strip-ansi-escapes v0.2.0 |
997 | 2024-09-16T14:01:16.821Z | Downloaded smallvec v0.6.14 |
998 | 2024-09-16T14:01:16.823Z | Downloaded maybe-uninit v2.0.0 |
999 | 2024-09-16T14:01:16.823Z | Downloaded pin-project v1.1.5 |
1000 | 2024-09-16T14:01:16.833Z | Downloaded spki v0.7.3 |
1001 | 2024-09-16T14:01:16.835Z | Downloaded spin v0.5.2 |
1002 | 2024-09-16T14:01:16.835Z | Downloaded similar v2.6.0 |
1003 | 2024-09-16T14:01:16.839Z | Downloaded pem v3.0.4 |
1004 | 2024-09-16T14:01:16.842Z | Downloaded paste v1.0.15 |
1005 | 2024-09-16T14:01:16.844Z | Downloaded tokio-rustls v0.24.1 |
1006 | 2024-09-16T14:01:16.846Z | Downloaded hashlink v0.9.1 |
1007 | 2024-09-16T14:01:16.849Z | Downloaded idna v0.3.0 |
1008 | 2024-09-16T14:01:16.853Z | Downloaded hubpack v0.1.2 |
1009 | 2024-09-16T14:01:16.855Z | Downloaded newtype_derive v0.1.6 |
1010 | 2024-09-16T14:01:16.855Z | Downloaded newtype-uuid v1.1.0 |
1011 | 2024-09-16T14:01:16.858Z | Downloaded newline-converter v0.3.0 |
1012 | 2024-09-16T14:01:16.858Z | Downloaded managed v0.8.0 |
1013 | 2024-09-16T14:01:16.858Z | Downloaded idna v0.4.0 |
1014 | 2024-09-16T14:01:16.864Z | Downloaded cstr-argument v0.1.2 |
1015 | 2024-09-16T14:01:16.866Z | Downloaded new_debug_unreachable v1.0.6 |
1016 | 2024-09-16T14:01:16.866Z | Downloaded native-tls v0.2.11 |
1017 | 2024-09-16T14:01:16.868Z | Downloaded nanorand v0.7.0 |
1018 | 2024-09-16T14:01:16.871Z | Downloaded multimap v0.10.0 |
1019 | 2024-09-16T14:01:16.871Z | Downloaded multer v3.1.0 |
1020 | 2024-09-16T14:01:16.876Z | Downloaded mockall v0.13.0 |
1021 | 2024-09-16T14:01:16.876Z | Downloaded miniz_oxide v0.7.2 |
1022 | 2024-09-16T14:01:16.878Z | Downloaded mime v0.3.17 |
1023 | 2024-09-16T14:01:16.878Z | Downloaded md5 v0.7.0 |
1024 | 2024-09-16T14:01:16.878Z | Downloaded matches v0.1.10 |
1025 | 2024-09-16T14:01:16.878Z | Downloaded match_cfg v0.1.0 |
1026 | 2024-09-16T14:01:16.881Z | Downloaded maplit v1.0.2 |
1027 | 2024-09-16T14:01:16.881Z | Downloaded lru-cache v0.1.2 |
1028 | 2024-09-16T14:01:16.881Z | Downloaded lru v0.12.3 |
1029 | 2024-09-16T14:01:16.883Z | Downloaded linear-map v1.2.0 |
1030 | 2024-09-16T14:01:16.883Z | Downloaded idna v0.2.3 |
1031 | 2024-09-16T14:01:16.889Z | Downloaded ident_case v1.0.1 |
1032 | 2024-09-16T14:01:16.891Z | Downloaded tiny-keccak v2.0.2 |
1033 | 2024-09-16T14:01:16.894Z | Downloaded time-macros v0.2.18 |
1034 | 2024-09-16T14:01:16.896Z | Downloaded libloading v0.8.3 |
1035 | 2024-09-16T14:01:16.896Z | Downloaded libefi-sys v0.1.0 |
1036 | 2024-09-16T14:01:16.901Z | Downloaded lalrpop-util v0.19.12 |
1037 | 2024-09-16T14:01:16.901Z | Downloaded kstat-rs v0.2.4 |
1038 | 2024-09-16T14:01:16.903Z | Downloaded keccak v0.1.5 |
1039 | 2024-09-16T14:01:16.904Z | Downloaded is_ci v1.2.0 |
1040 | 2024-09-16T14:01:16.904Z | Downloaded ipnetwork v0.20.0 |
1041 | 2024-09-16T14:01:16.904Z | Downloaded internet-checksum v0.2.1 |
1042 | 2024-09-16T14:01:16.904Z | Downloaded instability v0.3.2 |
1043 | 2024-09-16T14:01:16.906Z | Downloaded indoc v1.0.9 |
1044 | 2024-09-16T14:01:16.908Z | Downloaded indent_write v2.2.0 |
1045 | 2024-09-16T14:01:16.908Z | Downloaded siphasher v0.3.11 |
1046 | 2024-09-16T14:01:16.910Z | Downloaded serde-big-array v0.5.1 |
1047 | 2024-09-16T14:01:16.910Z | Downloaded ctr v0.9.2 |
1048 | 2024-09-16T14:01:16.913Z | Downloaded crunchy v0.2.2 |
1049 | 2024-09-16T14:01:16.913Z | Downloaded minimal-lexical v0.2.1 |
1050 | 2024-09-16T14:01:16.916Z | Downloaded curve25519-dalek-derive v0.1.1 |
1051 | 2024-09-16T14:01:16.919Z | Downloaded csv-core v0.1.11 |
1052 | 2024-09-16T14:01:16.919Z | Downloaded crypto-bigint v0.5.5 |
1053 | 2024-09-16T14:01:16.925Z | Downloaded crucible-workspace-hack v0.1.0 |
1054 | 2024-09-16T14:01:16.927Z | Downloaded crossterm v0.28.1 |
1055 | 2024-09-16T14:01:16.931Z | Downloaded cobs v0.2.3 |
1056 | 2024-09-16T14:01:16.934Z | Downloaded block-padding v0.3.3 |
1057 | 2024-09-16T14:01:16.934Z | Downloaded blake3 v1.5.1 |
1058 | 2024-09-16T14:01:16.940Z | Downloaded crossterm v0.27.0 |
1059 | 2024-09-16T14:01:16.946Z | Downloaded const-oid v0.9.6 |
1060 | 2024-09-16T14:01:16.949Z | Downloaded crossbeam-utils v0.8.19 |
1061 | 2024-09-16T14:01:16.951Z | Downloaded itertools v0.13.0 |
1062 | 2024-09-16T14:01:16.957Z | Downloaded cipher v0.4.4 |
1063 | 2024-09-16T14:01:16.959Z | Downloaded bytes v1.7.1 |
1064 | 2024-09-16T14:01:16.962Z | Downloaded blake2 v0.10.6 |
1065 | 2024-09-16T14:01:16.964Z | Downloaded is-terminal v0.4.12 |
1066 | 2024-09-16T14:01:16.966Z | Downloaded instant v0.1.12 |
1067 | 2024-09-16T14:01:16.966Z | Downloaded inout v0.1.3 |
1068 | 2024-09-16T14:01:16.968Z | Downloaded hyper-rustls v0.24.2 |
1069 | 2024-09-16T14:01:16.971Z | Downloaded httpdate v1.0.3 |
1070 | 2024-09-16T14:01:16.971Z | Downloaded bit-vec v0.6.3 |
1071 | 2024-09-16T14:01:16.973Z | Downloaded home v0.5.9 |
1072 | 2024-09-16T14:01:16.973Z | Downloaded darling v0.20.9 |
1073 | 2024-09-16T14:01:16.976Z | Downloaded bit-set v0.5.3 |
1074 | 2024-09-16T14:01:16.980Z | Downloaded base64ct v1.6.0 |
1075 | 2024-09-16T14:01:16.980Z | Downloaded aes-gcm v0.10.3 |
1076 | 2024-09-16T14:01:16.983Z | Downloaded cookie_store v0.20.0 |
1077 | 2024-09-16T14:01:16.985Z | Downloaded cookie v0.17.0 |
1078 | 2024-09-16T14:01:16.988Z | Downloaded compact_str v0.8.0 |
1079 | 2024-09-16T14:01:16.990Z | Downloaded cfg_aliases v0.2.1 |
1080 | 2024-09-16T14:01:16.992Z | Downloaded cbc v0.1.2 |
1081 | 2024-09-16T14:01:16.992Z | Downloaded bstr v1.9.1 |
1082 | 2024-09-16T14:01:17.093Z | Compiling serde v1.0.208 |
1083 | 2024-09-16T14:01:17.096Z | Compiling lock_api v0.4.12 |
1084 | 2024-09-16T14:01:17.096Z | Compiling scopeguard v1.2.0 |
1085 | 2024-09-16T14:01:17.096Z | Compiling value-bag v1.9.0 |
1086 | 2024-09-16T14:01:17.096Z | Compiling typenum v1.17.0 |
1087 | 2024-09-16T14:01:17.096Z | Compiling generic-array v0.14.7 |
1088 | 2024-09-16T14:01:17.279Z | Compiling syn v2.0.74 |
1089 | 2024-09-16T14:01:17.282Z | Compiling getrandom v0.2.14 |
1090 | 2024-09-16T14:01:17.377Z | Compiling jobserver v0.1.32 |
1091 | 2024-09-16T14:01:17.656Z | Compiling rand_core v0.6.4 |
1092 | 2024-09-16T14:01:17.797Z | Compiling log v0.4.21 |
1093 | 2024-09-16T14:01:17.853Z | Compiling cc v1.0.97 |
1094 | 2024-09-16T14:01:17.877Z | Compiling pin-project-lite v0.2.14 |
1095 | 2024-09-16T14:01:18.007Z | Compiling smallvec v1.13.2 |
1096 | 2024-09-16T14:01:18.171Z | Compiling subtle v2.5.0 |
1097 | 2024-09-16T14:01:18.226Z | Compiling parking_lot_core v0.9.10 |
1098 | 2024-09-16T14:01:18.339Z | Compiling const-oid v0.9.6 |
1099 | 2024-09-16T14:01:18.439Z | Compiling signal-hook-registry v1.4.2 |
1100 | 2024-09-16T14:01:18.516Z | Compiling mio v1.0.2 |
1101 | 2024-09-16T14:01:18.740Z | Compiling socket2 v0.5.7 |
1102 | 2024-09-16T14:01:19.330Z | Compiling parking_lot v0.12.2 |
1103 | 2024-09-16T14:01:19.451Z | Compiling ahash v0.8.11 |
1104 | 2024-09-16T14:01:19.748Z | Compiling futures-core v0.3.30 |
1105 | 2024-09-16T14:01:19.766Z | Compiling futures-sink v0.3.30 |
1106 | 2024-09-16T14:01:19.893Z | Compiling slab v0.4.9 |
1107 | 2024-09-16T14:01:19.919Z | Compiling allocator-api2 v0.2.18 |
1108 | 2024-09-16T14:01:19.989Z | Compiling spin v0.9.8 |
1109 | 2024-09-16T14:01:20.023Z | Compiling tinyvec_macros v0.1.1 |
1110 | 2024-09-16T14:01:20.118Z | Compiling tinyvec v1.6.0 |
1111 | 2024-09-16T14:01:20.278Z | Compiling futures-channel v0.3.30 |
1112 | 2024-09-16T14:01:20.338Z | Compiling futures-task v0.3.30 |
1113 | 2024-09-16T14:01:20.367Z | Compiling futures-io v0.3.30 |
1114 | 2024-09-16T14:01:20.598Z | Compiling serde_json v1.0.125 |
1115 | 2024-09-16T14:01:20.623Z | Compiling pin-utils v0.1.0 |
1116 | 2024-09-16T14:01:20.677Z | Compiling cpufeatures v0.2.12 |
1117 | 2024-09-16T14:01:20.679Z | Compiling libm v0.2.8 |
1118 | 2024-09-16T14:01:20.712Z | Compiling num-traits v0.2.19 |
1119 | 2024-09-16T14:01:20.729Z | Compiling unicode-bidi v0.3.15 |
1120 | 2024-09-16T14:01:20.766Z | Compiling tracing-core v0.1.32 |
1121 | 2024-09-16T14:01:20.960Z | Compiling pkg-config v0.3.30 |
1122 | 2024-09-16T14:01:21.212Z | Compiling vcpkg v0.2.15 |
1123 | 2024-09-16T14:01:21.653Z | Compiling unicode-normalization v0.1.23 |
1124 | 2024-09-16T14:01:22.073Z | Compiling ring v0.17.8 |
1125 | 2024-09-16T14:01:22.218Z | Compiling base64ct v1.6.0 |
1126 | 2024-09-16T14:01:22.574Z | Compiling percent-encoding v2.3.1 |
1127 | 2024-09-16T14:01:22.574Z | Compiling httparse v1.8.0 |
1128 | 2024-09-16T14:01:22.813Z | Compiling pem-rfc7468 v0.7.0 |
1129 | 2024-09-16T14:01:22.832Z | Compiling flagset v0.4.5 |
1130 | 2024-09-16T14:01:22.952Z | Compiling ppv-lite86 v0.2.17 |
1131 | 2024-09-16T14:01:23.028Z | Compiling rustix v0.38.34 |
1132 | 2024-09-16T14:01:23.077Z | Compiling try-lock v0.2.5 |
1133 | 2024-09-16T14:01:23.224Z | Compiling untrusted v0.9.0 |
1134 | 2024-09-16T14:01:23.426Z | Compiling want v0.3.1 |
1135 | 2024-09-16T14:01:23.536Z | Compiling openssl-sys v0.9.103 |
1136 | 2024-09-16T14:01:23.713Z | Compiling rand_chacha v0.3.1 |
1137 | 2024-09-16T14:01:23.750Z | Compiling time-core v0.1.2 |
1138 | 2024-09-16T14:01:23.918Z | Compiling num-conv v0.1.0 |
1139 | 2024-09-16T14:01:23.941Z | Compiling openssl v0.10.66 |
1140 | 2024-09-16T14:01:24.186Z | Compiling rand v0.8.5 |
1141 | 2024-09-16T14:01:24.203Z | Compiling rustversion v1.0.17 |
1142 | 2024-09-16T14:01:24.263Z | Compiling httpdate v1.0.3 |
1143 | 2024-09-16T14:01:24.348Z | Compiling tower-service v0.3.2 |
1144 | 2024-09-16T14:01:24.458Z | Compiling foreign-types-shared v0.1.1 |
1145 | 2024-09-16T14:01:24.560Z | Compiling powerfmt v0.2.0 |
1146 | 2024-09-16T14:01:24.734Z | Compiling foreign-types v0.3.2 |
1147 | 2024-09-16T14:01:24.828Z | Compiling deranged v0.3.11 |
1148 | 2024-09-16T14:01:24.931Z | Compiling time-macros v0.2.18 |
1149 | 2024-09-16T14:01:24.949Z | Compiling form_urlencoded v1.2.1 |
1150 | 2024-09-16T14:01:25.273Z | Compiling aho-corasick v1.1.3 |
1151 | 2024-09-16T14:01:25.905Z | Compiling crossbeam-utils v0.8.19 |
1152 | 2024-09-16T14:01:26.029Z | Compiling syn v1.0.109 |
1153 | 2024-09-16T14:01:26.048Z | Compiling rustls v0.21.12 |
1154 | 2024-09-16T14:01:26.325Z | Compiling num_threads v0.1.7 |
1155 | 2024-09-16T14:01:26.456Z | Compiling siphasher v0.3.11 |
1156 | 2024-09-16T14:01:26.555Z | Compiling native-tls v0.2.11 |
1157 | 2024-09-16T14:01:26.656Z | Compiling regex-syntax v0.8.4 |
1158 | 2024-09-16T14:01:26.838Z | Compiling idna v0.5.0 |
1159 | 2024-09-16T14:01:26.945Z | Compiling cookie v0.17.0 |
1160 | 2024-09-16T14:01:27.234Z | Compiling openssl-probe v0.1.5 |
1161 | 2024-09-16T14:01:27.544Z | Compiling finl_unicode v1.2.0 |
1162 | 2024-09-16T14:01:28.099Z | Compiling slog v2.7.0 |
1163 | 2024-09-16T14:01:28.151Z | Compiling time v0.3.36 |
1164 | 2024-09-16T14:01:28.170Z | Compiling iana-time-zone v0.1.60 |
1165 | 2024-09-16T14:01:28.324Z | Compiling stringprep v0.1.4 |
1166 | 2024-09-16T14:01:28.610Z | Compiling url v2.5.2 |
1167 | 2024-09-16T14:01:29.978Z | Compiling num-integer v0.1.46 |
1168 | 2024-09-16T14:01:30.404Z | Compiling regex-automata v0.4.6 |
1169 | 2024-09-16T14:01:30.719Z | Compiling idna v0.3.0 |
1170 | 2024-09-16T14:01:30.736Z | Compiling backtrace v0.3.71 |
1171 | 2024-09-16T14:01:31.201Z | Compiling lazy_static v1.5.0 |
1172 | 2024-09-16T14:01:31.320Z | Compiling hash32 v0.2.1 |
1173 | 2024-09-16T14:01:31.638Z | Compiling serde_derive v1.0.208 |
1174 | 2024-09-16T14:01:31.760Z | Compiling zeroize_derive v1.4.2 |
1175 | 2024-09-16T14:01:32.362Z | Compiling zerocopy-derive v0.7.34 |
1176 | 2024-09-16T14:01:33.239Z | Compiling tokio-macros v2.4.0 |
1177 | 2024-09-16T14:01:33.256Z | Compiling futures-macro v0.3.30 |
1178 | 2024-09-16T14:01:33.343Z | Compiling thiserror-impl v1.0.63 |
1179 | 2024-09-16T14:01:33.404Z | Compiling zeroize v1.7.0 |
1180 | 2024-09-16T14:01:34.611Z | Compiling zerocopy v0.7.34 |
1181 | 2024-09-16T14:01:34.912Z | Compiling tracing-attributes v0.1.27 |
1182 | 2024-09-16T14:01:35.225Z | Compiling crypto-common v0.1.6 |
1183 | 2024-09-16T14:01:35.250Z | Compiling block-buffer v0.10.4 |
1184 | 2024-09-16T14:01:35.459Z | Compiling digest v0.10.7 |
1185 | 2024-09-16T14:01:35.496Z | Compiling futures-util v0.3.30 |
1186 | 2024-09-16T14:01:35.943Z | Compiling hmac v0.12.1 |
1187 | 2024-09-16T14:01:36.220Z | Compiling block-padding v0.3.3 |
1188 | 2024-09-16T14:01:36.474Z | Compiling inout v0.1.3 |
1189 | 2024-09-16T14:01:36.684Z | Compiling thiserror v1.0.63 |
1190 | 2024-09-16T14:01:36.796Z | Compiling hashbrown v0.14.5 |
1191 | 2024-09-16T14:01:36.821Z | Compiling cipher v0.4.4 |
1192 | 2024-09-16T14:01:36.840Z | Compiling sha2 v0.10.8 |
1193 | 2024-09-16T14:01:37.363Z | Compiling pest v2.7.10 |
1194 | 2024-09-16T14:01:38.194Z | Compiling der_derive v0.7.2 |
1195 | 2024-09-16T14:01:38.769Z | Compiling tracing v0.1.40 |
1196 | 2024-09-16T14:01:39.275Z | Compiling salsa20 v0.10.2 |
1197 | 2024-09-16T14:01:39.505Z | Compiling pbkdf2 v0.12.2 |
1198 | 2024-09-16T14:01:39.682Z | Compiling scroll_derive v0.12.0 |
1199 | 2024-09-16T14:01:40.396Z | Compiling pest_meta v2.7.10 |
1200 | 2024-09-16T14:01:40.471Z | Compiling scrypt v0.11.0 |
1201 | 2024-09-16T14:01:40.729Z | Compiling der v0.7.9 |
1202 | 2024-09-16T14:01:41.031Z | Compiling aes v0.8.4 |
1203 | 2024-09-16T14:01:41.137Z | Compiling scroll v0.12.0 |
1204 | 2024-09-16T14:01:41.661Z | Compiling cbc v0.1.2 |
1205 | 2024-09-16T14:01:41.718Z | Compiling pest_generator v2.7.10 |
1206 | 2024-09-16T14:01:41.900Z | Compiling goblin v0.8.2 |
1207 | 2024-09-16T14:01:43.245Z | Compiling spki v0.7.3 |
1208 | 2024-09-16T14:01:43.469Z | Compiling openssl-macros v0.1.1 |
1209 | 2024-09-16T14:01:43.637Z | Compiling pkcs5 v0.7.1 |
1210 | 2024-09-16T14:01:43.790Z | Compiling rustls-webpki v0.101.7 |
1211 | 2024-09-16T14:01:43.886Z | Compiling sct v0.7.1 |
1212 | 2024-09-16T14:01:44.036Z | Compiling md-5 v0.10.6 |
1213 | 2024-09-16T14:01:44.171Z | Compiling pin-project-internal v1.1.5 |
1214 | 2024-09-16T14:01:44.233Z | Compiling pkcs8 v0.10.2 |
1215 | 2024-09-16T14:01:44.304Z | Compiling signal-hook v0.3.17 |
1216 | 2024-09-16T14:01:44.581Z | Compiling smoltcp v0.9.1 |
1217 | 2024-09-16T14:01:44.968Z | Compiling stable_deref_trait v1.2.0 |
1218 | 2024-09-16T14:01:45.071Z | Compiling fallible-iterator v0.2.0 |
1219 | 2024-09-16T14:01:45.328Z | Compiling gimli v0.28.1 |
1220 | 2024-09-16T14:01:45.599Z | Compiling pest_derive v2.7.10 |
1221 | 2024-09-16T14:01:45.733Z | Compiling bytes v1.7.1 |
1222 | 2024-09-16T14:01:45.752Z | Compiling indexmap v2.4.0 |
1223 | 2024-09-16T14:01:46.067Z | Compiling bitflags v2.6.0 |
1224 | 2024-09-16T14:01:46.522Z | Compiling semver v1.0.23 |
1225 | 2024-09-16T14:01:47.037Z | Compiling tokio v1.39.3 |
1226 | 2024-09-16T14:01:47.209Z | Compiling http v0.2.12 |
1227 | 2024-09-16T14:01:47.308Z | Compiling rustc_version v0.4.0 |
1228 | 2024-09-16T14:01:48.076Z | Compiling heapless v0.7.17 |
1229 | 2024-09-16T14:01:48.524Z | Compiling dof v0.3.0 |
1230 | 2024-09-16T14:01:49.510Z | Compiling http-body v0.4.6 |
1231 | 2024-09-16T14:01:49.663Z | Compiling http v1.1.0 |
1232 | 2024-09-16T14:01:49.966Z | Compiling dtrace-parser v0.2.0 |
1233 | 2024-09-16T14:01:50.761Z | Compiling uuid v1.10.0 |
1234 | 2024-09-16T14:01:52.109Z | Compiling usdt-impl v0.5.0 |
1235 | 2024-09-16T14:01:52.239Z | Compiling toml_datetime v0.6.8 |
1236 | 2024-09-16T14:01:52.258Z | Compiling chrono v0.4.38 |
1237 | 2024-09-16T14:01:52.443Z | Compiling serde_tokenstream v0.2.2 |
1238 | 2024-09-16T14:01:52.721Z | Compiling serde_spanned v0.6.7 |
1239 | 2024-09-16T14:01:52.742Z | Compiling base64 v0.22.1 |
1240 | 2024-09-16T14:01:52.948Z | Compiling adler v1.0.2 |
1241 | 2024-09-16T14:01:53.027Z | Compiling crc32fast v1.4.0 |
1242 | 2024-09-16T14:01:53.179Z | Compiling atomic-waker v1.1.2 |
1243 | 2024-09-16T14:01:53.368Z | Compiling num-bigint-dig v0.8.4 |
1244 | 2024-09-16T14:01:53.496Z | Compiling psl-types v2.0.11 |
1245 | 2024-09-16T14:01:53.611Z | Compiling postgres-protocol v0.6.7 |
1246 | 2024-09-16T14:01:53.674Z | Compiling publicsuffix v2.2.3 |
1247 | 2024-09-16T14:01:53.693Z | Compiling miniz_oxide v0.7.2 |
1248 | 2024-09-16T14:01:53.802Z | Compiling http-body v1.0.0 |
1249 | 2024-09-16T14:01:53.920Z | Compiling terminal_size v0.3.0 |
1250 | 2024-09-16T14:01:54.040Z | Compiling addr2line v0.21.0 |
1251 | 2024-09-16T14:01:54.125Z | Compiling pin-project v1.1.5 |
1252 | 2024-09-16T14:01:54.302Z | Compiling hubpack_derive v0.1.1 |
1253 | 2024-09-16T14:01:54.487Z | Compiling zerocopy-derive v0.6.6 |
1254 | 2024-09-16T14:01:54.704Z | Compiling async-trait v0.1.82 |
1255 | 2024-09-16T14:01:54.920Z | Compiling num-iter v0.1.45 |
1256 | 2024-09-16T14:01:55.213Z | Compiling phf_shared v0.11.2 |
1257 | 2024-09-16T14:01:55.596Z | Compiling tokio-util v0.7.11 |
1258 | 2024-09-16T14:01:55.908Z | Compiling tokio-rustls v0.24.1 |
1259 | 2024-09-16T14:01:56.021Z | Compiling serde_derive_internals v0.29.1 |
1260 | 2024-09-16T14:01:56.050Z | Compiling ff v0.13.0 |
1261 | 2024-09-16T14:01:56.275Z | Compiling object v0.32.2 |
1262 | 2024-09-16T14:01:56.692Z | Compiling h2 v0.3.26 |
1263 | 2024-09-16T14:01:56.963Z | Compiling tokio-native-tls v0.3.1 |
1264 | 2024-09-16T14:01:56.966Z | Compiling h2 v0.4.6 |
1265 | 2024-09-16T14:01:57.241Z | Compiling fs-err v2.11.0 |
1266 | 2024-09-16T14:01:57.505Z | Compiling winnow v0.5.40 |
1267 | 2024-09-16T14:01:57.544Z | Compiling ipnet v2.9.0 |
1268 | 2024-09-16T14:01:58.728Z | Compiling base16ct v0.2.0 |
1269 | 2024-09-16T14:01:58.771Z | Compiling bitflags v1.3.2 |
1270 | 2024-09-16T14:01:58.879Z | Compiling either v1.13.0 |
1271 | 2024-09-16T14:01:59.000Z | Compiling rustc-demangle v0.1.24 |
1272 | 2024-09-16T14:01:59.054Z | Compiling managed v0.8.0 |
1273 | 2024-09-16T14:01:59.288Z | Compiling tower-layer v0.3.2 |
1274 | 2024-09-16T14:01:59.510Z | Compiling anyhow v1.0.86 |
1275 | 2024-09-16T14:01:59.565Z | Compiling adler2 v2.0.0 |
1276 | 2024-09-16T14:01:59.775Z | Compiling base64 v0.21.7 |
1277 | 2024-09-16T14:01:59.984Z | Compiling schemars v0.8.21 |
1278 | 2024-09-16T14:02:00.316Z | Compiling rustls-pemfile v1.0.4 |
1279 | 2024-09-16T14:02:00.390Z | Compiling miniz_oxide v0.8.0 |
1280 | 2024-09-16T14:02:00.516Z | Compiling tower v0.4.13 |
1281 | 2024-09-16T14:02:00.769Z | Compiling clap_builder v4.5.15 |
1282 | 2024-09-16T14:02:01.375Z | Compiling toml_edit v0.19.15 |
1283 | 2024-09-16T14:02:01.928Z | Compiling sec1 v0.7.3 |
1284 | 2024-09-16T14:02:02.297Z | Compiling schemars_derive v0.8.21 |
1285 | 2024-09-16T14:02:02.685Z | Compiling zerocopy v0.6.6 |
1286 | 2024-09-16T14:02:03.515Z | Compiling group v0.13.0 |
1287 | 2024-09-16T14:02:03.573Z | Compiling phf v0.11.2 |
1288 | 2024-09-16T14:02:03.840Z | Compiling hyper v0.14.30 |
1289 | 2024-09-16T14:02:03.859Z | Compiling hyper v1.4.1 |
1290 | 2024-09-16T14:02:05.750Z | Compiling cookie_store v0.20.0 |
1291 | 2024-09-16T14:02:07.006Z | Compiling hubpack v0.1.2 |
1292 | 2024-09-16T14:02:07.437Z | Compiling postgres-types v0.2.7 |
1293 | 2024-09-16T14:02:07.560Z | Compiling usdt-macro v0.5.0 |
1294 | 2024-09-16T14:02:08.060Z | Compiling usdt-attr-macro v0.5.0 |
1295 | 2024-09-16T14:02:08.782Z | Compiling serde_urlencoded v0.7.1 |
1296 | 2024-09-16T14:02:08.952Z | Compiling serde-big-array v0.5.1 |
1297 | 2024-09-16T14:02:09.092Z | Compiling pkcs1 v0.7.5 |
1298 | 2024-09-16T14:02:09.197Z | Compiling futures-executor v0.3.30 |
1299 | 2024-09-16T14:02:09.290Z | Compiling hkdf v0.12.4 |
1300 | 2024-09-16T14:02:09.345Z | Compiling signature v2.2.0 |
1301 | 2024-09-16T14:02:09.548Z | Compiling bstr v1.9.1 |
1302 | 2024-09-16T14:02:09.644Z | Compiling regex v1.10.6 |
1303 | 2024-09-16T14:02:09.698Z | Compiling crypto-bigint v0.5.5 |
1304 | 2024-09-16T14:02:09.756Z | Compiling clap_derive v4.5.13 |
1305 | 2024-09-16T14:02:09.938Z | Compiling serde_repr v0.1.19 |
1306 | 2024-09-16T14:02:10.075Z | Compiling strum_macros v0.25.3 |
1307 | 2024-09-16T14:02:10.733Z | Compiling hyper-tls v0.5.0 |
1308 | 2024-09-16T14:02:11.098Z | Compiling hyper-rustls v0.24.2 |
1309 | 2024-09-16T14:02:11.125Z | Compiling enum-as-inner v0.6.0 |
1310 | 2024-09-16T14:02:11.366Z | Compiling phf_shared v0.10.0 |
1311 | 2024-09-16T14:02:11.471Z | Compiling float-cmp v0.9.0 |
1312 | 2024-09-16T14:02:11.739Z | Compiling idna v0.4.0 |
1313 | 2024-09-16T14:02:11.823Z | Compiling mio v0.8.11 |
1314 | 2024-09-16T14:02:12.274Z | Compiling encoding_rs v0.8.34 |
1315 | 2024-09-16T14:02:13.130Z | Compiling whoami v1.5.1 |
1316 | 2024-09-16T14:02:13.332Z | Compiling difflib v0.4.0 |
1317 | 2024-09-16T14:02:13.785Z | Compiling normalize-line-endings v0.3.0 |
1318 | 2024-09-16T14:02:13.792Z | Compiling minimal-lexical v0.2.1 |
1319 | 2024-09-16T14:02:13.896Z | Compiling fixedbitset v0.4.2 |
1320 | 2024-09-16T14:02:14.220Z | Compiling static_assertions v1.1.0 |
1321 | 2024-09-16T14:02:14.322Z | Compiling dyn-clone v1.0.17 |
1322 | 2024-09-16T14:02:14.336Z | Compiling data-encoding v2.6.0 |
1323 | 2024-09-16T14:02:14.354Z | Compiling predicates-core v1.0.6 |
1324 | 2024-09-16T14:02:14.529Z | Compiling new_debug_unreachable v1.0.6 |
1325 | 2024-09-16T14:02:14.629Z | Compiling unicode-segmentation v1.11.0 |
1326 | 2024-09-16T14:02:14.677Z | Compiling bit-vec v0.6.3 |
1327 | 2024-09-16T14:02:14.742Z | Compiling precomputed-hash v0.1.1 |
1328 | 2024-09-16T14:02:14.865Z | Compiling mime v0.3.17 |
1329 | 2024-09-16T14:02:14.884Z | Compiling sync_wrapper v0.1.2 |
1330 | 2024-09-16T14:02:15.012Z | Compiling webpki-roots v0.25.4 |
1331 | 2024-09-16T14:02:15.138Z | Compiling toml_edit v0.22.20 |
1332 | 2024-09-16T14:02:15.178Z | Compiling reqwest v0.11.27 |
1333 | 2024-09-16T14:02:15.452Z | Compiling similar v2.6.0 |
1334 | 2024-09-16T14:02:15.469Z | Compiling hickory-proto v0.24.1 |
1335 | 2024-09-16T14:02:15.681Z | Compiling bit-set v0.5.3 |
1336 | 2024-09-16T14:02:15.967Z | Compiling string_cache v0.8.7 |
1337 | 2024-09-16T14:02:16.447Z | Compiling console v0.15.8 |
1338 | 2024-09-16T14:02:16.743Z | Compiling clap v4.5.16 |
1339 | 2024-09-16T14:02:16.793Z | Compiling predicates v3.1.2 |
1340 | 2024-09-16T14:02:17.914Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ca9f20e32acade9d15fb8d70405a6ef406c719cc#ca9f20e3) |
1341 | 2024-09-16T14:02:17.982Z | Compiling nom v7.1.3 |
1342 | 2024-09-16T14:02:18.548Z | Compiling petgraph v0.6.5 |
1343 | 2024-09-16T14:02:20.697Z | Compiling tokio-postgres v0.7.11 |
1344 | 2024-09-16T14:02:21.720Z | Compiling elliptic-curve v0.13.8 |
1345 | 2024-09-16T14:02:21.947Z | Compiling signal-hook-mio v0.2.4 |
1346 | 2024-09-16T14:02:22.131Z | Compiling usdt v0.5.0 |
1347 | 2024-09-16T14:02:22.531Z | Compiling rsa v0.9.6 |
1348 | 2024-09-16T14:02:22.584Z | Compiling futures v0.3.30 |
1349 | 2024-09-16T14:02:22.607Z | Compiling flate2 v1.0.33 |
1350 | 2024-09-16T14:02:22.702Z | Compiling hyper-util v0.1.3 |
1351 | 2024-09-16T14:02:23.589Z | Compiling toml v0.7.8 |
1352 | 2024-09-16T14:02:24.769Z | Compiling itertools v0.10.5 |
1353 | 2024-09-16T14:02:25.293Z | Compiling itertools v0.12.1 |
1354 | 2024-09-16T14:02:25.429Z | Compiling tokio-stream v0.1.15 |
1355 | 2024-09-16T14:02:25.487Z | Compiling openapiv3 v2.0.0 |
1356 | 2024-09-16T14:02:25.686Z | Compiling hex v0.4.3 |
1357 | 2024-09-16T14:02:26.307Z | Compiling sha1 v0.10.6 |
1358 | 2024-09-16T14:02:26.418Z | Compiling crossbeam-epoch v0.9.18 |
1359 | 2024-09-16T14:02:26.486Z | Compiling dirs-sys-next v0.1.2 |
1360 | 2024-09-16T14:02:26.786Z | Compiling lalrpop-util v0.19.12 |
1361 | 2024-09-16T14:02:27.152Z | Compiling peg-runtime v0.8.3 |
1362 | 2024-09-16T14:02:27.185Z | Compiling unicode-xid v0.2.4 |
1363 | 2024-09-16T14:02:27.248Z | Compiling dirs-next v2.0.0 |
1364 | 2024-09-16T14:02:27.363Z | Compiling thread_local v1.1.8 |
1365 | 2024-09-16T14:02:27.447Z | Compiling slog-async v2.8.0 |
1366 | 2024-09-16T14:02:27.568Z | Compiling term v0.7.0 |
1367 | 2024-09-16T14:02:27.814Z | Compiling xattr v1.3.1 |
1368 | 2024-09-16T14:02:27.919Z | Compiling strum_macros v0.26.4 |
1369 | 2024-09-16T14:02:28.060Z | Compiling crossbeam-channel v0.5.12 |
1370 | 2024-09-16T14:02:28.084Z | Compiling is-terminal v0.4.12 |
1371 | 2024-09-16T14:02:28.213Z | Compiling filetime v0.2.25 |
1372 | 2024-09-16T14:02:28.414Z | Compiling take_mut v0.2.2 |
1373 | 2024-09-16T14:02:28.509Z | Compiling tar v0.4.41 |
1374 | 2024-09-16T14:02:28.568Z | Compiling slog-term v2.9.1 |
1375 | 2024-09-16T14:02:29.186Z | Compiling camino v1.1.9 |
1376 | 2024-09-16T14:02:30.342Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1377 | 2024-09-16T14:02:31.176Z | Compiling strum v0.26.3 |
1378 | 2024-09-16T14:02:31.252Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1379 | 2024-09-16T14:02:36.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s |
1380 | 2024-09-16T14:02:36.422Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1381 | 2024-09-16T14:02:36.469Z | Sep 16 14:02:35.928 INFO Starting download, target: Clickhouse |
1382 | 2024-09-16T14:02:36.471Z | Sep 16 14:02:35.929 INFO Starting download, target: Console |
1383 | 2024-09-16T14:02:36.472Z | Sep 16 14:02:35.929 INFO Starting download, target: Cockroach |
1384 | 2024-09-16T14:02:36.472Z | Sep 16 14:02:35.929 INFO Starting download, target: DendriteOpenapi |
1385 | 2024-09-16T14:02:36.472Z | Sep 16 14:02:35.929 INFO Starting download, target: DendriteStub |
1386 | 2024-09-16T14:02:36.472Z | Sep 16 14:02:35.929 INFO Starting download, target: MaghemiteMgd |
1387 | 2024-09-16T14:02:36.472Z | Sep 16 14:02:35.929 INFO Starting download, target: TransceiverControl |
1388 | 2024-09-16T14:02:36.472Z | Sep 16 14:02:35.930 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1389 | 2024-09-16T14:02:36.472Z | Sep 16 14:02:35.930 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1390 | 2024-09-16T14:02:36.472Z | Sep 16 14:02:35.930 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1391 | 2024-09-16T14:02:36.472Z | Sep 16 14:02:35.930 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1392 | 2024-09-16T14:02:36.472Z | Sep 16 14:02:35.930 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1393 | 2024-09-16T14:02:36.472Z | Sep 16 14:02:35.930 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1394 | 2024-09-16T14:02:36.472Z | Sep 16 14:02:35.930 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1395 | 2024-09-16T14:02:36.617Z | Sep 16 14:02:36.076 INFO Download complete, target: DendriteOpenapi |
1396 | 2024-09-16T14:02:36.804Z | Sep 16 14:02:36.262 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1397 | 2024-09-16T14:02:37.239Z | Sep 16 14:02:36.687 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1398 | 2024-09-16T14:02:37.304Z | Sep 16 14:02:36.763 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1399 | 2024-09-16T14:02:37.345Z | Sep 16 14:02:36.804 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1400 | 2024-09-16T14:02:37.580Z | Sep 16 14:02:37.039 INFO Download complete, target: TransceiverControl |
1401 | 2024-09-16T14:02:37.603Z | Sep 16 14:02:37.062 INFO Download complete, target: Console |
1402 | 2024-09-16T14:02:37.938Z | Sep 16 14:02:37.398 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1403 | 2024-09-16T14:02:37.939Z | Sep 16 14:02:37.398 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1404 | 2024-09-16T14:02:38.357Z | Sep 16 14:02:37.816 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1405 | 2024-09-16T14:02:40.311Z | Sep 16 14:02:39.770 INFO Download complete, target: DendriteStub |
1406 | 2024-09-16T14:02:40.495Z | Sep 16 14:02:39.953 INFO Download complete, target: MaghemiteMgd |
1407 | 2024-09-16T14:02:46.093Z | Sep 16 14:02:45.551 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1408 | 2024-09-16T14:02:46.442Z | Sep 16 14:02:45.900 INFO Checking that binary works, target: Cockroach |
1409 | 2024-09-16T14:02:46.596Z | Sep 16 14:02:46.054 INFO Download complete, target: Cockroach |
1410 | 2024-09-16T14:02:52.225Z | Sep 16 14:02:51.682 INFO Checking that binary works, target: Clickhouse |
1411 | 2024-09-16T14:02:52.391Z | Sep 16 14:02:51.848 INFO Download complete, target: Clickhouse |
1412 | 2024-09-16T14:02:52.398Z | All prerequisites installed successfully |
1413 | 2024-09-16T14:02:52.401Z | |
1414 | 2024-09-16T14:02:52.401Z | real 3:31.616403976 |
1415 | 2024-09-16T14:02:52.401Z | user 11:45.779103865 |
1416 | 2024-09-16T14:02:52.401Z | sys 2:29.083501380 |
1417 | 2024-09-16T14:02:52.401Z | trap 0.422223086 |
1418 | 2024-09-16T14:02:52.401Z | tflt 1.475247410 |
1419 | 2024-09-16T14:02:52.401Z | dflt 1.433235739 |
1420 | 2024-09-16T14:02:52.401Z | kflt 0.030574664 |
1421 | 2024-09-16T14:02:52.401Z | lock 22:55.362847423 |
1422 | 2024-09-16T14:02:52.401Z | slp 44:52.133471761 |
1423 | 2024-09-16T14:02:52.401Z | lat 42.214541537 |
1424 | 2024-09-16T14:02:52.401Z | stop 1:49.322345937 |
1425 | 2024-09-16T14:02:52.401Z | + ptime -m cargo xtask download softnpu |
1426 | 2024-09-16T14:02:52.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1427 | 2024-09-16T14:02:52.997Z | Running `target/debug/xtask download softnpu` |
1428 | 2024-09-16T14:02:53.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
1429 | 2024-09-16T14:02:53.902Z | Running `target/debug/xtask-downloader softnpu` |
1430 | 2024-09-16T14:02:53.937Z | Sep 16 14:02:53.394 INFO Starting download, target: Softnpu |
1431 | 2024-09-16T14:02:53.940Z | Sep 16 14:02:53.395 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1432 | 2024-09-16T14:02:54.971Z | Sep 16 14:02:54.428 INFO Download complete, target: Softnpu |
1433 | 2024-09-16T14:02:54.975Z | |
1434 | 2024-09-16T14:02:54.978Z | real 2.569886901 |
1435 | 2024-09-16T14:02:54.978Z | user 1.284563739 |
1436 | 2024-09-16T14:02:54.978Z | sys 0.576147310 |
1437 | 2024-09-16T14:02:54.978Z | trap 0.000520168 |
1438 | 2024-09-16T14:02:54.978Z | tflt 0.000026493 |
1439 | 2024-09-16T14:02:54.978Z | dflt 0.000006998 |
1440 | 2024-09-16T14:02:54.978Z | kflt 0.000000000 |
1441 | 2024-09-16T14:02:54.978Z | lock 10.776871400 |
1442 | 2024-09-16T14:02:54.978Z | slp 1.012443952 |
1443 | 2024-09-16T14:02:54.978Z | lat 0.071847729 |
1444 | 2024-09-16T14:02:54.978Z | stop 0.000408420 |
1445 | 2024-09-16T14:02:54.978Z | + export CARGO_INCREMENTAL=0 |
1446 | 2024-09-16T14:02:54.978Z | + CARGO_INCREMENTAL=0 |
1447 | 2024-09-16T14:02:54.978Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1448 | 2024-09-16T14:02:55.967Z | Compiling proc-macro2 v1.0.86 |
1449 | 2024-09-16T14:02:55.967Z | Compiling unicode-ident v1.0.12 |
1450 | 2024-09-16T14:02:55.967Z | Compiling libc v0.2.158 |
1451 | 2024-09-16T14:02:55.970Z | Compiling serde v1.0.208 |
1452 | 2024-09-16T14:02:55.970Z | Compiling version_check v0.9.5 |
1453 | 2024-09-16T14:02:55.970Z | Compiling autocfg v1.3.0 |
1454 | 2024-09-16T14:02:55.970Z | Compiling cfg-if v1.0.0 |
1455 | 2024-09-16T14:02:56.094Z | Compiling once_cell v1.19.0 |
1456 | 2024-09-16T14:02:56.239Z | Compiling typenum v1.17.0 |
1457 | 2024-09-16T14:02:56.307Z | Compiling memchr v2.7.2 |
1458 | 2024-09-16T14:02:56.789Z | Compiling lock_api v0.4.12 |
1459 | 2024-09-16T14:02:56.792Z | Compiling ahash v0.8.11 |
1460 | 2024-09-16T14:02:57.110Z | Compiling generic-array v0.14.7 |
1461 | 2024-09-16T14:02:57.128Z | Compiling parking_lot_core v0.9.10 |
1462 | 2024-09-16T14:02:57.161Z | Compiling byteorder v1.5.0 |
1463 | 2024-09-16T14:02:57.404Z | Compiling serde_json v1.0.125 |
1464 | 2024-09-16T14:02:57.538Z | Compiling quote v1.0.36 |
1465 | 2024-09-16T14:02:57.654Z | Compiling libm v0.2.8 |
1466 | 2024-09-16T14:02:57.743Z | Compiling num-traits v0.2.19 |
1467 | 2024-09-16T14:02:57.988Z | Compiling syn v2.0.74 |
1468 | 2024-09-16T14:02:58.004Z | Compiling getrandom v0.2.14 |
1469 | 2024-09-16T14:02:58.038Z | Compiling jobserver v0.1.32 |
1470 | 2024-09-16T14:02:58.175Z | Compiling scopeguard v1.2.0 |
1471 | 2024-09-16T14:02:58.249Z | Compiling value-bag v1.9.0 |
1472 | 2024-09-16T14:02:58.324Z | Compiling thiserror v1.0.63 |
1473 | 2024-09-16T14:02:58.574Z | Compiling cc v1.0.97 |
1474 | 2024-09-16T14:02:58.801Z | Compiling log v0.4.21 |
1475 | 2024-09-16T14:02:58.818Z | Compiling itoa v1.0.11 |
1476 | 2024-09-16T14:02:58.858Z | Compiling slab v0.4.9 |
1477 | 2024-09-16T14:02:59.186Z | Compiling allocator-api2 v0.2.18 |
1478 | 2024-09-16T14:02:59.616Z | Compiling rand_core v0.6.4 |
1479 | 2024-09-16T14:02:59.635Z | Compiling pin-project-lite v0.2.14 |
1480 | 2024-09-16T14:02:59.836Z | Compiling smallvec v1.13.2 |
1481 | 2024-09-16T14:02:59.974Z | Compiling equivalent v1.0.1 |
1482 | 2024-09-16T14:03:00.019Z | Compiling semver v1.0.23 |
1483 | 2024-09-16T14:03:00.300Z | Compiling signal-hook-registry v1.4.2 |
1484 | 2024-09-16T14:03:00.346Z | Compiling ryu v1.0.18 |
1485 | 2024-09-16T14:03:00.763Z | Compiling parking_lot v0.12.2 |
1486 | 2024-09-16T14:03:00.906Z | Compiling mio v1.0.2 |
1487 | 2024-09-16T14:03:01.078Z | Compiling socket2 v0.5.7 |
1488 | 2024-09-16T14:03:01.377Z | Compiling schemars v0.8.21 |
1489 | 2024-09-16T14:03:01.728Z | Compiling pkg-config v0.3.30 |
1490 | 2024-09-16T14:03:01.752Z | Compiling vcpkg v0.2.15 |
1491 | 2024-09-16T14:03:01.897Z | Compiling ring v0.17.8 |
1492 | 2024-09-16T14:03:02.490Z | Compiling spin v0.9.8 |
1493 | 2024-09-16T14:03:02.901Z | Compiling httparse v1.8.0 |
1494 | 2024-09-16T14:03:02.972Z | Compiling subtle v2.5.0 |
1495 | 2024-09-16T14:03:03.017Z | Compiling fnv v1.0.7 |
1496 | 2024-09-16T14:03:03.318Z | Compiling futures-core v0.3.30 |
1497 | 2024-09-16T14:03:03.337Z | Compiling const-oid v0.9.6 |
1498 | 2024-09-16T14:03:03.399Z | Compiling openssl-sys v0.9.103 |
1499 | 2024-09-16T14:03:04.389Z | Compiling syn v1.0.109 |
1500 | 2024-09-16T14:03:04.837Z | Compiling futures-sink v0.3.30 |
1501 | 2024-09-16T14:03:04.985Z | Compiling heck v0.5.0 |
1502 | 2024-09-16T14:03:05.293Z | Compiling time-core v0.1.2 |
1503 | 2024-09-16T14:03:05.444Z | Compiling num-conv v0.1.0 |
1504 | 2024-09-16T14:03:05.615Z | Compiling serde_derive_internals v0.29.1 |
1505 | 2024-09-16T14:03:05.682Z | Compiling rustix v0.38.34 |
1506 | 2024-09-16T14:03:05.715Z | Compiling time-macros v0.2.18 |
1507 | 2024-09-16T14:03:06.147Z | Compiling openssl v0.10.66 |
1508 | 2024-09-16T14:03:06.470Z | Compiling crossbeam-utils v0.8.19 |
1509 | 2024-09-16T14:03:06.652Z | Compiling futures-channel v0.3.30 |
1510 | 2024-09-16T14:03:07.015Z | Compiling rustls v0.21.12 |
1511 | 2024-09-16T14:03:07.128Z | Compiling native-tls v0.2.11 |
1512 | 2024-09-16T14:03:07.250Z | Compiling futures-io v0.3.30 |
1513 | 2024-09-16T14:03:07.433Z | Compiling tinyvec_macros v0.1.1 |
1514 | 2024-09-16T14:03:07.450Z | Compiling futures-task v0.3.30 |
1515 | 2024-09-16T14:03:07.531Z | Compiling pin-utils v0.1.0 |
1516 | 2024-09-16T14:03:07.594Z | Compiling iana-time-zone v0.1.60 |
1517 | 2024-09-16T14:03:07.638Z | Compiling tinyvec v1.6.0 |
1518 | 2024-09-16T14:03:07.916Z | Compiling tracing-core v0.1.32 |
1519 | 2024-09-16T14:03:08.608Z | Compiling ucd-trie v0.1.6 |
1520 | 2024-09-16T14:03:08.630Z | Compiling cpufeatures v0.2.12 |
1521 | 2024-09-16T14:03:08.942Z | Compiling backtrace v0.3.71 |
1522 | 2024-09-16T14:03:09.085Z | Compiling unicode-normalization v0.1.23 |
1523 | 2024-09-16T14:03:09.103Z | Compiling cookie v0.17.0 |
1524 | 2024-09-16T14:03:09.426Z | Compiling slog v2.7.0 |
1525 | 2024-09-16T14:03:09.445Z | Compiling unicode-bidi v0.3.15 |
1526 | 2024-09-16T14:03:09.913Z | Compiling aho-corasick v1.1.3 |
1527 | 2024-09-16T14:03:10.218Z | Compiling regex-syntax v0.8.4 |
1528 | 2024-09-16T14:03:11.060Z | Compiling serde_derive v1.0.208 |
1529 | 2024-09-16T14:03:11.321Z | Compiling zerocopy-derive v0.7.34 |
1530 | 2024-09-16T14:03:11.668Z | Compiling zeroize_derive v1.4.2 |
1531 | 2024-09-16T14:03:13.112Z | Compiling tokio-macros v2.4.0 |
1532 | 2024-09-16T14:03:13.297Z | Compiling zerocopy v0.7.34 |
1533 | 2024-09-16T14:03:13.662Z | Compiling thiserror-impl v1.0.63 |
1534 | 2024-09-16T14:03:14.105Z | Compiling futures-macro v0.3.30 |
1535 | 2024-09-16T14:03:14.581Z | Compiling zeroize v1.7.0 |
1536 | 2024-09-16T14:03:15.377Z | Compiling tracing-attributes v0.1.27 |
1537 | 2024-09-16T14:03:15.520Z | Compiling hashbrown v0.14.5 |
1538 | 2024-09-16T14:03:16.938Z | Compiling schemars_derive v0.8.21 |
1539 | 2024-09-16T14:03:17.077Z | Compiling crypto-common v0.1.6 |
1540 | 2024-09-16T14:03:17.286Z | Compiling block-buffer v0.10.4 |
1541 | 2024-09-16T14:03:17.528Z | Compiling digest v0.10.7 |
1542 | 2024-09-16T14:03:17.686Z | Compiling der_derive v0.7.2 |
1543 | 2024-09-16T14:03:18.139Z | Compiling openssl-macros v0.1.1 |
1544 | 2024-09-16T14:03:18.639Z | Compiling futures-util v0.3.30 |
1545 | 2024-09-16T14:03:18.831Z | Compiling scroll_derive v0.12.0 |
1546 | 2024-09-16T14:03:19.624Z | Compiling tracing v0.1.40 |
1547 | 2024-09-16T14:03:19.731Z | Compiling hmac v0.12.1 |
1548 | 2024-09-16T14:03:19.876Z | Compiling block-padding v0.3.3 |
1549 | 2024-09-16T14:03:19.950Z | Compiling pest v2.7.10 |
1550 | 2024-09-16T14:03:20.127Z | Compiling inout v0.1.3 |
1551 | 2024-09-16T14:03:20.365Z | Compiling cipher v0.4.4 |
1552 | 2024-09-16T14:03:20.498Z | Compiling sha2 v0.10.8 |
1553 | 2024-09-16T14:03:20.812Z | Compiling regex-automata v0.4.6 |
1554 | 2024-09-16T14:03:20.942Z | Compiling winnow v0.5.40 |
1555 | 2024-09-16T14:03:21.255Z | Compiling dyn-clone v1.0.17 |
1556 | 2024-09-16T14:03:21.461Z | Compiling untrusted v0.9.0 |
1557 | 2024-09-16T14:03:21.653Z | Compiling anyhow v1.0.86 |
1558 | 2024-09-16T14:03:22.929Z | Compiling pest_meta v2.7.10 |
1559 | 2024-09-16T14:03:24.589Z | Compiling bytes v1.7.1 |
1560 | 2024-09-16T14:03:25.043Z | Compiling indexmap v2.4.0 |
1561 | 2024-09-16T14:03:25.851Z | Compiling tokio v1.39.3 |
1562 | 2024-09-16T14:03:27.103Z | Compiling bitflags v2.6.0 |
1563 | 2024-09-16T14:03:27.706Z | Compiling uuid v1.10.0 |
1564 | 2024-09-16T14:03:28.763Z | Compiling serde_tokenstream v0.2.2 |
1565 | 2024-09-16T14:03:29.015Z | Compiling chrono v0.4.38 |
1566 | 2024-09-16T14:03:29.907Z | Compiling serde_spanned v0.6.7 |
1567 | 2024-09-16T14:03:30.053Z | Compiling toml_datetime v0.6.8 |
1568 | 2024-09-16T14:03:30.118Z | Compiling http v0.2.12 |
1569 | 2024-09-16T14:03:30.916Z | Compiling pest_generator v2.7.10 |
1570 | 2024-09-16T14:03:32.450Z | Compiling toml_edit v0.19.15 |
1571 | 2024-09-16T14:03:32.647Z | Compiling pest_derive v2.7.10 |
1572 | 2024-09-16T14:03:32.732Z | Compiling rustc_version v0.4.0 |
1573 | 2024-09-16T14:03:33.364Z | Compiling usdt-impl v0.5.0 |
1574 | 2024-09-16T14:03:33.439Z | Compiling base64ct v1.6.0 |
1575 | 2024-09-16T14:03:33.723Z | Compiling rustversion v1.0.17 |
1576 | 2024-09-16T14:03:34.137Z | Compiling pem-rfc7468 v0.7.0 |
1577 | 2024-09-16T14:03:34.386Z | Compiling tokio-util v0.7.11 |
1578 | 2024-09-16T14:03:34.820Z | Compiling heapless v0.7.17 |
1579 | 2024-09-16T14:03:35.261Z | Compiling scroll v0.12.0 |
1580 | 2024-09-16T14:03:36.309Z | Compiling heck v0.4.1 |
1581 | 2024-09-16T14:03:36.387Z | Compiling ppv-lite86 v0.2.17 |
1582 | 2024-09-16T14:03:36.722Z | Compiling percent-encoding v2.3.1 |
1583 | 2024-09-16T14:03:37.053Z | Compiling plain v0.2.3 |
1584 | 2024-09-16T14:03:37.217Z | Compiling powerfmt v0.2.0 |
1585 | 2024-09-16T14:03:37.372Z | Compiling flagset v0.4.5 |
1586 | 2024-09-16T14:03:37.549Z | Compiling der v0.7.9 |
1587 | 2024-09-16T14:03:37.631Z | Compiling deranged v0.3.11 |
1588 | 2024-09-16T14:03:37.699Z | Compiling goblin v0.8.2 |
1589 | 2024-09-16T14:03:39.297Z | Compiling rand_chacha v0.3.1 |
1590 | 2024-09-16T14:03:40.130Z | Compiling regex v1.10.6 |
1591 | 2024-09-16T14:03:40.489Z | Compiling salsa20 v0.10.2 |
1592 | 2024-09-16T14:03:40.714Z | Compiling pbkdf2 v0.12.2 |
1593 | 2024-09-16T14:03:41.168Z | Compiling num_threads v0.1.7 |
1594 | 2024-09-16T14:03:41.188Z | Compiling try-lock v0.2.5 |
1595 | 2024-09-16T14:03:41.337Z | Compiling pretty-hex v0.4.1 |
1596 | 2024-09-16T14:03:41.509Z | Compiling strsim v0.11.1 |
1597 | 2024-09-16T14:03:41.535Z | Compiling crc32fast v1.4.0 |
1598 | 2024-09-16T14:03:41.560Z | Compiling want v0.3.1 |
1599 | 2024-09-16T14:03:41.827Z | Compiling time v0.3.36 |
1600 | 2024-09-16T14:03:42.523Z | Compiling scrypt v0.11.0 |
1601 | 2024-09-16T14:03:42.910Z | Compiling rand v0.8.5 |
1602 | 2024-09-16T14:03:42.931Z | Compiling spki v0.7.3 |
1603 | 2024-09-16T14:03:43.187Z | Compiling dtrace-parser v0.2.0 |
1604 | 2024-09-16T14:03:43.285Z | Compiling cbc v0.1.2 |
1605 | 2024-09-16T14:03:43.514Z | Compiling dof v0.3.0 |
1606 | 2024-09-16T14:03:44.430Z | Compiling aes v0.8.4 |
1607 | 2024-09-16T14:03:44.943Z | Compiling async-trait v0.1.82 |
1608 | 2024-09-16T14:03:45.064Z | Compiling pin-project-internal v1.1.5 |
1609 | 2024-09-16T14:03:45.111Z | Compiling thread-id v4.2.1 |
1610 | 2024-09-16T14:03:45.297Z | Compiling tower-service v0.3.2 |
1611 | 2024-09-16T14:03:45.399Z | Compiling num-bigint-dig v0.8.4 |
1612 | 2024-09-16T14:03:45.592Z | Compiling foreign-types-shared v0.1.1 |
1613 | 2024-09-16T14:03:45.630Z | Compiling httpdate v1.0.3 |
1614 | 2024-09-16T14:03:45.684Z | Compiling signal-hook v0.3.17 |
1615 | 2024-09-16T14:03:45.702Z | Compiling smoltcp v0.9.1 |
1616 | 2024-09-16T14:03:46.034Z | Compiling unicode-width v0.1.13 |
1617 | 2024-09-16T14:03:46.270Z | Compiling foreign-types v0.3.2 |
1618 | 2024-09-16T14:03:46.373Z | Compiling pkcs5 v0.7.1 |
1619 | 2024-09-16T14:03:47.493Z | Compiling form_urlencoded v1.2.1 |
1620 | 2024-09-16T14:03:48.204Z | Compiling errno v0.3.9 |
1621 | 2024-09-16T14:03:48.595Z | Compiling siphasher v0.3.11 |
1622 | 2024-09-16T14:03:50.817Z | Compiling pkcs8 v0.10.2 |
1623 | 2024-09-16T14:03:50.887Z | Compiling sct v0.7.1 |
1624 | 2024-09-16T14:03:51.162Z | Compiling rustls-webpki v0.101.7 |
1625 | 2024-09-16T14:03:51.179Z | Compiling h2 v0.3.26 |
1626 | 2024-09-16T14:03:51.181Z | Compiling http-body v0.4.6 |
1627 | 2024-09-16T14:03:52.667Z | Compiling openapiv3 v2.0.0 |
1628 | 2024-09-16T14:03:52.839Z | Compiling http v1.1.0 |
1629 | 2024-09-16T14:03:52.939Z | Compiling hubpack_derive v0.1.1 |
1630 | 2024-09-16T14:03:53.812Z | Compiling zerocopy-derive v0.6.6 |
1631 | 2024-09-16T14:03:54.668Z | Compiling idna v0.5.0 |
1632 | 2024-09-16T14:03:55.756Z | Compiling fs-err v2.11.0 |
1633 | 2024-09-16T14:03:56.036Z | Compiling stable_deref_trait v1.2.0 |
1634 | 2024-09-16T14:03:56.073Z | Compiling finl_unicode v1.2.0 |
1635 | 2024-09-16T14:03:56.146Z | Compiling utf8parse v0.2.1 |
1636 | 2024-09-16T14:03:56.706Z | Compiling adler v1.0.2 |
1637 | 2024-09-16T14:03:57.004Z | Compiling anstyle v1.0.8 |
1638 | 2024-09-16T14:03:57.110Z | Compiling gimli v0.28.1 |
1639 | 2024-09-16T14:03:57.448Z | Compiling openssl-probe v0.1.5 |
1640 | 2024-09-16T14:03:58.273Z | Compiling miniz_oxide v0.7.2 |
1641 | 2024-09-16T14:03:59.598Z | Compiling hyper v0.14.30 |
1642 | 2024-09-16T14:04:02.181Z | Compiling addr2line v0.21.0 |
1643 | 2024-09-16T14:04:03.732Z | Compiling stringprep v0.1.4 |
1644 | 2024-09-16T14:04:04.525Z | Compiling anstyle-parse v0.2.4 |
1645 | 2024-09-16T14:04:04.722Z | Compiling url v2.5.2 |
1646 | 2024-09-16T14:04:09.925Z | Compiling usdt-attr-macro v0.5.0 |
1647 | 2024-09-16T14:04:11.066Z | Compiling usdt-macro v0.5.0 |
1648 | 2024-09-16T14:04:12.954Z | Compiling md-5 v0.10.6 |
1649 | 2024-09-16T14:04:13.197Z | Compiling idna v0.3.0 |
1650 | 2024-09-16T14:04:14.761Z | Compiling lazy_static v1.5.0 |
1651 | 2024-09-16T14:04:14.891Z | Compiling num-integer v0.1.46 |
1652 | 2024-09-16T14:04:15.581Z | Compiling hash32 v0.2.1 |
1653 | 2024-09-16T14:04:15.616Z | Compiling object v0.32.2 |
1654 | 2024-09-16T14:04:15.942Z | Compiling fallible-iterator v0.2.0 |
1655 | 2024-09-16T14:04:16.392Z | Compiling colorchoice v1.0.1 |
1656 | 2024-09-16T14:04:16.667Z | Compiling anstyle-query v1.0.3 |
1657 | 2024-09-16T14:04:16.755Z | Compiling atomic-waker v1.1.2 |
1658 | 2024-09-16T14:04:16.794Z | Compiling is_terminal_polyfill v1.70.0 |
1659 | 2024-09-16T14:04:16.960Z | Compiling psl-types v2.0.11 |
1660 | 2024-09-16T14:04:17.184Z | Compiling rustc-demangle v0.1.24 |
1661 | 2024-09-16T14:04:17.617Z | Compiling base64 v0.22.1 |
1662 | 2024-09-16T14:04:18.331Z | Compiling postgres-protocol v0.6.7 |
1663 | 2024-09-16T14:04:19.120Z | Compiling publicsuffix v2.2.3 |
1664 | 2024-09-16T14:04:19.554Z | Compiling anstream v0.6.14 |
1665 | 2024-09-16T14:04:19.632Z | Compiling h2 v0.4.6 |
1666 | 2024-09-16T14:04:22.255Z | Compiling num-iter v0.1.45 |
1667 | 2024-09-16T14:04:24.242Z | Compiling tokio-rustls v0.24.1 |
1668 | 2024-09-16T14:04:24.661Z | Compiling terminal_size v0.3.0 |
1669 | 2024-09-16T14:04:26.634Z | Compiling tokio-native-tls v0.3.1 |
1670 | 2024-09-16T14:04:26.921Z | Compiling http-body v1.0.0 |
1671 | 2024-09-16T14:04:27.166Z | Compiling phf_shared v0.11.2 |
1672 | 2024-09-16T14:04:27.564Z | Compiling pin-project v1.1.5 |
1673 | 2024-09-16T14:04:27.842Z | Compiling strum_macros v0.25.3 |
1674 | 2024-09-16T14:04:28.051Z | Compiling enum-as-inner v0.6.0 |
1675 | 2024-09-16T14:04:29.005Z | Compiling regress v0.9.1 |
1676 | 2024-09-16T14:04:29.483Z | Compiling serde_repr v0.1.19 |
1677 | 2024-09-16T14:04:30.575Z | Compiling clap_derive v4.5.13 |
1678 | 2024-09-16T14:04:31.647Z | Compiling ff v0.13.0 |
1679 | 2024-09-16T14:04:32.290Z | Compiling encoding_rs v0.8.34 |
1680 | 2024-09-16T14:04:33.455Z | Compiling mime v0.3.17 |
1681 | 2024-09-16T14:04:33.731Z | Compiling clap_lex v0.7.0 |
1682 | 2024-09-16T14:04:34.209Z | Compiling either v1.13.0 |
1683 | 2024-09-16T14:04:34.582Z | Compiling tower-layer v0.3.2 |
1684 | 2024-09-16T14:04:34.677Z | Compiling managed v0.8.0 |
1685 | 2024-09-16T14:04:34.863Z | Compiling base64 v0.21.7 |
1686 | 2024-09-16T14:04:35.136Z | Compiling bitflags v1.3.2 |
1687 | 2024-09-16T14:04:35.154Z | Compiling ipnet v2.9.0 |
1688 | 2024-09-16T14:04:35.574Z | Compiling base16ct v0.2.0 |
1689 | 2024-09-16T14:04:36.025Z | Compiling adler2 v2.0.0 |
1690 | 2024-09-16T14:04:36.219Z | Compiling miniz_oxide v0.8.0 |
1691 | 2024-09-16T14:04:37.048Z | Compiling sec1 v0.7.3 |
1692 | 2024-09-16T14:04:37.587Z | Compiling rustls-pemfile v1.0.4 |
1693 | 2024-09-16T14:04:37.857Z | Compiling tower v0.4.13 |
1694 | 2024-09-16T14:04:37.975Z | Compiling clap_builder v4.5.15 |
1695 | 2024-09-16T14:04:38.322Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1696 | 2024-09-16T14:04:38.703Z | Compiling group v0.13.0 |
1697 | 2024-09-16T14:04:44.257Z | Compiling phf v0.11.2 |
1698 | 2024-09-16T14:04:44.300Z | Compiling hyper v1.4.1 |
1699 | 2024-09-16T14:04:44.517Z | Compiling hyper-tls v0.5.0 |
1700 | 2024-09-16T14:04:44.547Z | Compiling hyper-rustls v0.24.2 |
1701 | 2024-09-16T14:04:44.856Z | Compiling cookie_store v0.20.0 |
1702 | 2024-09-16T14:04:45.407Z | Compiling postgres-types v0.2.7 |
1703 | 2024-09-16T14:04:45.687Z | Compiling zerocopy v0.6.6 |
1704 | 2024-09-16T14:04:46.148Z | Compiling hubpack v0.1.2 |
1705 | 2024-09-16T14:04:46.507Z | Compiling pkcs1 v0.7.5 |
1706 | 2024-09-16T14:04:46.525Z | Compiling phf_shared v0.10.0 |
1707 | 2024-09-16T14:04:46.586Z | Compiling serde_urlencoded v0.7.1 |
1708 | 2024-09-16T14:04:47.169Z | Compiling crossbeam-epoch v0.9.18 |
1709 | 2024-09-16T14:04:47.440Z | Compiling bstr v1.9.1 |
1710 | 2024-09-16T14:04:47.710Z | Compiling futures-executor v0.3.30 |
1711 | 2024-09-16T14:04:48.569Z | Compiling serde-big-array v0.5.1 |
1712 | 2024-09-16T14:04:48.861Z | Compiling hkdf v0.12.4 |
1713 | 2024-09-16T14:04:48.965Z | Compiling signature v2.2.0 |
1714 | 2024-09-16T14:04:49.000Z | Compiling crypto-bigint v0.5.5 |
1715 | 2024-09-16T14:04:49.110Z | Compiling idna v0.4.0 |
1716 | 2024-09-16T14:04:49.258Z | Compiling float-cmp v0.9.0 |
1717 | 2024-09-16T14:04:49.295Z | Compiling mio v0.8.11 |
1718 | 2024-09-16T14:04:49.473Z | Compiling memmap v0.7.0 |
1719 | 2024-09-16T14:04:49.904Z | Compiling predicates-core v1.0.6 |
1720 | 2024-09-16T14:04:50.226Z | Compiling sync_wrapper v0.1.2 |
1721 | 2024-09-16T14:04:50.273Z | Compiling unicode-segmentation v1.11.0 |
1722 | 2024-09-16T14:04:50.354Z | Compiling whoami v1.5.1 |
1723 | 2024-09-16T14:04:50.357Z | Compiling winnow v0.6.18 |
1724 | 2024-09-16T14:04:50.504Z | Compiling fixedbitset v0.4.2 |
1725 | 2024-09-16T14:04:50.919Z | Compiling new_debug_unreachable v1.0.6 |
1726 | 2024-09-16T14:04:51.021Z | Compiling bit-vec v0.6.3 |
1727 | 2024-09-16T14:04:51.073Z | Compiling data-encoding v2.6.0 |
1728 | 2024-09-16T14:04:52.008Z | Compiling precomputed-hash v0.1.1 |
1729 | 2024-09-16T14:04:52.031Z | Compiling normalize-line-endings v0.3.0 |
1730 | 2024-09-16T14:04:52.129Z | Compiling webpki-roots v0.25.4 |
1731 | 2024-09-16T14:04:52.156Z | Compiling difflib v0.4.0 |
1732 | 2024-09-16T14:04:52.294Z | Compiling static_assertions v1.1.0 |
1733 | 2024-09-16T14:04:52.446Z | Compiling minimal-lexical v0.2.1 |
1734 | 2024-09-16T14:04:52.695Z | Compiling predicates v3.1.2 |
1735 | 2024-09-16T14:04:52.802Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ca9f20e32acade9d15fb8d70405a6ef406c719cc#ca9f20e3) |
1736 | 2024-09-16T14:04:52.932Z | Compiling nom v7.1.3 |
1737 | 2024-09-16T14:04:53.303Z | Compiling reqwest v0.11.27 |
1738 | 2024-09-16T14:04:53.323Z | Compiling string_cache v0.8.7 |
1739 | 2024-09-16T14:04:53.737Z | Compiling hickory-proto v0.24.1 |
1740 | 2024-09-16T14:04:54.181Z | Compiling toml_edit v0.22.20 |
1741 | 2024-09-16T14:04:54.208Z | Compiling elliptic-curve v0.13.8 |
1742 | 2024-09-16T14:04:54.993Z | Compiling bit-set v0.5.3 |
1743 | 2024-09-16T14:04:55.288Z | Compiling similar v2.6.0 |
1744 | 2024-09-16T14:04:55.688Z | Compiling petgraph v0.6.5 |
1745 | 2024-09-16T14:04:56.515Z | Compiling tokio-postgres v0.7.11 |
1746 | 2024-09-16T14:04:57.271Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1747 | 2024-09-16T14:04:59.477Z | Compiling signal-hook-mio v0.2.4 |
1748 | 2024-09-16T14:04:59.648Z | Compiling usdt v0.5.0 |
1749 | 2024-09-16T14:05:00.103Z | Compiling rsa v0.9.6 |
1750 | 2024-09-16T14:05:01.025Z | Compiling futures v0.3.30 |
1751 | 2024-09-16T14:05:01.211Z | Compiling hyper-util v0.1.3 |
1752 | 2024-09-16T14:05:02.066Z | Compiling flate2 v1.0.33 |
1753 | 2024-09-16T14:05:02.096Z | Compiling clap v4.5.16 |
1754 | 2024-09-16T14:05:02.839Z | Compiling itertools v0.10.5 |
1755 | 2024-09-16T14:05:02.903Z | Compiling itertools v0.12.1 |
1756 | 2024-09-16T14:05:03.040Z | Compiling console v0.15.8 |
1757 | 2024-09-16T14:05:03.747Z | Compiling tokio-stream v0.1.15 |
1758 | 2024-09-16T14:05:04.229Z | Compiling toml v0.7.8 |
1759 | 2024-09-16T14:05:04.338Z | Compiling hex v0.4.3 |
1760 | 2024-09-16T14:05:04.797Z | Compiling sha1 v0.10.6 |
1761 | 2024-09-16T14:05:05.409Z | Compiling lalrpop-util v0.19.12 |
1762 | 2024-09-16T14:05:05.530Z | Compiling camino v1.1.9 |
1763 | 2024-09-16T14:05:05.728Z | Compiling peg-runtime v0.8.3 |
1764 | 2024-09-16T14:05:05.891Z | Compiling unicode-xid v0.2.4 |
1765 | 2024-09-16T14:05:06.235Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1766 | 2024-09-16T14:05:06.253Z | Compiling proc-macro-crate v1.3.1 |
1767 | 2024-09-16T14:05:06.537Z | Compiling heapless v0.8.0 |
1768 | 2024-09-16T14:05:07.563Z | Compiling num_enum_derive v0.5.11 |
1769 | 2024-09-16T14:05:09.509Z | Compiling ipnetwork v0.20.0 |
1770 | 2024-09-16T14:05:11.731Z | Compiling hash32 v0.3.1 |
1771 | 2024-09-16T14:05:12.534Z | Compiling smoltcp v0.11.0 |
1772 | 2024-09-16T14:05:13.219Z | Compiling rustls-pki-types v1.7.0 |
1773 | 2024-09-16T14:05:14.618Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1774 | 2024-09-16T14:05:14.831Z | Compiling ident_case v1.0.1 |
1775 | 2024-09-16T14:05:15.022Z | Compiling darling_core v0.20.9 |
1776 | 2024-09-16T14:05:22.956Z | Compiling num_enum v0.5.11 |
1777 | 2024-09-16T14:05:23.661Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1778 | 2024-09-16T14:05:24.509Z | Compiling getopts v0.2.21 |
1779 | 2024-09-16T14:05:26.389Z | Compiling dirs-sys-next v0.1.2 |
1780 | 2024-09-16T14:05:27.906Z | Compiling proc-macro-error-attr v1.0.4 |
1781 | 2024-09-16T14:05:28.237Z | Compiling embedded-io v0.4.0 |
1782 | 2024-09-16T14:05:29.668Z | Compiling rustls v0.22.4 |
1783 | 2024-09-16T14:05:30.018Z | Compiling cobs v0.2.3 |
1784 | 2024-09-16T14:05:30.218Z | Compiling paste v1.0.15 |
1785 | 2024-09-16T14:05:30.432Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1786 | 2024-09-16T14:05:30.723Z | Compiling unsafe-libyaml v0.2.11 |
1787 | 2024-09-16T14:05:32.548Z | Compiling serde_yaml v0.9.34+deprecated |
1788 | 2024-09-16T14:05:39.331Z | Compiling postcard v1.0.8 |
1789 | 2024-09-16T14:05:40.221Z | Compiling dirs-next v2.0.0 |
1790 | 2024-09-16T14:05:41.418Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1791 | 2024-09-16T14:05:44.963Z | Compiling darling_macro v0.20.9 |
1792 | 2024-09-16T14:05:48.085Z | Compiling rustls-webpki v0.102.4 |
1793 | 2024-09-16T14:05:53.923Z | Compiling strum_macros v0.26.4 |
1794 | 2024-09-16T14:05:55.443Z | Compiling structmeta-derive v0.3.0 |
1795 | 2024-09-16T14:05:55.537Z | Compiling foreign-types-macros v0.2.3 |
1796 | 2024-09-16T14:05:56.287Z | Compiling thread_local v1.1.8 |
1797 | 2024-09-16T14:05:56.771Z | Compiling multer v3.1.0 |
1798 | 2024-09-16T14:05:56.966Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1799 | 2024-09-16T14:05:57.103Z | Compiling proc-macro-error v1.0.4 |
1800 | 2024-09-16T14:05:57.428Z | Compiling slog-async v2.8.0 |
1801 | 2024-09-16T14:05:58.067Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1802 | 2024-09-16T14:05:58.234Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1803 | 2024-09-16T14:05:58.321Z | Compiling foreign-types-shared v0.3.1 |
1804 | 2024-09-16T14:05:58.536Z | Compiling match_cfg v0.1.0 |
1805 | 2024-09-16T14:06:00.660Z | Compiling hostname v0.3.1 |
1806 | 2024-09-16T14:06:03.374Z | Compiling strum v0.26.3 |
1807 | 2024-09-16T14:06:03.580Z | Compiling foreign-types v0.5.0 |
1808 | 2024-09-16T14:06:04.774Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1809 | 2024-09-16T14:06:06.326Z | Compiling structmeta v0.3.0 |
1810 | 2024-09-16T14:06:09.116Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1811 | 2024-09-16T14:06:11.399Z | Compiling darling v0.20.9 |
1812 | 2024-09-16T14:06:11.524Z | Compiling term v0.7.0 |
1813 | 2024-09-16T14:06:15.648Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1814 | 2024-09-16T14:06:17.160Z | Compiling slog-json v2.6.1 |
1815 | 2024-09-16T14:06:17.604Z | Compiling tabwriter v1.4.0 |
1816 | 2024-09-16T14:06:18.393Z | Compiling crossbeam-channel v0.5.12 |
1817 | 2024-09-16T14:06:19.973Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1818 | 2024-09-16T14:06:20.510Z | Compiling async-stream-impl v0.3.5 |
1819 | 2024-09-16T14:06:20.528Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1820 | 2024-09-16T14:06:20.804Z | Compiling is-terminal v0.4.12 |
1821 | 2024-09-16T14:06:20.928Z | Compiling cstr-argument v0.1.2 |
1822 | 2024-09-16T14:06:20.964Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1823 | 2024-09-16T14:06:21.176Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1824 | 2024-09-16T14:06:21.290Z | Compiling pretty-hex v0.2.1 |
1825 | 2024-09-16T14:06:21.534Z | Compiling crucible-workspace-hack v0.1.0 |
1826 | 2024-09-16T14:06:21.543Z | Compiling take_mut v0.2.2 |
1827 | 2024-09-16T14:06:21.703Z | Compiling rayon-core v1.12.1 |
1828 | 2024-09-16T14:06:21.797Z | Compiling fastrand v2.1.0 |
1829 | 2024-09-16T14:06:21.871Z | Compiling async-stream v0.3.5 |
1830 | 2024-09-16T14:06:22.201Z | Compiling tempfile v3.10.1 |
1831 | 2024-09-16T14:06:22.717Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1832 | 2024-09-16T14:06:22.856Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1833 | 2024-09-16T14:06:23.104Z | Compiling slog-term v2.9.1 |
1834 | 2024-09-16T14:06:23.766Z | Compiling slog-bunyan v2.5.0 |
1835 | 2024-09-16T14:06:24.099Z | Compiling tokio-rustls v0.25.0 |
1836 | 2024-09-16T14:06:24.209Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1837 | 2024-09-16T14:06:24.356Z | Compiling serde_with_macros v3.9.0 |
1838 | 2024-09-16T14:06:24.591Z | Compiling parse-display-derive v0.10.0 |
1839 | 2024-09-16T14:06:24.690Z | Compiling toml v0.8.19 |
1840 | 2024-09-16T14:06:25.085Z | Compiling rustls-pemfile v2.1.3 |
1841 | 2024-09-16T14:06:25.752Z | Compiling waitgroup v0.1.2 |
1842 | 2024-09-16T14:06:25.813Z | Compiling crossbeam-deque v0.8.5 |
1843 | 2024-09-16T14:06:26.004Z | Compiling colored v2.1.0 |
1844 | 2024-09-16T14:06:26.209Z | Compiling newtype-uuid v1.1.0 |
1845 | 2024-09-16T14:06:26.561Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1846 | 2024-09-16T14:06:27.016Z | Compiling serde_path_to_error v0.1.16 |
1847 | 2024-09-16T14:06:27.046Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1848 | 2024-09-16T14:06:27.369Z | Compiling hostname v0.4.0 |
1849 | 2024-09-16T14:06:27.634Z | Compiling socket2 v0.4.10 |
1850 | 2024-09-16T14:06:27.799Z | Compiling instant v0.1.12 |
1851 | 2024-09-16T14:06:27.966Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1852 | 2024-09-16T14:06:28.060Z | Compiling debug-ignore v1.0.5 |
1853 | 2024-09-16T14:06:28.214Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1854 | 2024-09-16T14:06:28.543Z | Compiling parse-display v0.10.0 |
1855 | 2024-09-16T14:06:29.205Z | Compiling backoff v0.4.0 |
1856 | 2024-09-16T14:06:29.591Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1857 | 2024-09-16T14:06:29.811Z | Compiling serde_with v3.9.0 |
1858 | 2024-09-16T14:06:30.523Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1859 | 2024-09-16T14:06:31.215Z | Compiling zone_cfg_derive v0.3.0 |
1860 | 2024-09-16T14:06:31.375Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1861 | 2024-09-16T14:06:32.608Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1862 | 2024-09-16T14:06:33.402Z | Compiling camino-tempfile v1.1.1 |
1863 | 2024-09-16T14:06:34.187Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1864 | 2024-09-16T14:06:34.273Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1865 | 2024-09-16T14:06:34.467Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1866 | 2024-09-16T14:06:34.575Z | Compiling macaddr v1.0.1 |
1867 | 2024-09-16T14:06:34.649Z | Compiling num-derive v0.4.2 |
1868 | 2024-09-16T14:06:35.201Z | Compiling sigpipe v0.1.3 |
1869 | 2024-09-16T14:06:35.339Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1870 | 2024-09-16T14:06:35.656Z | Compiling libefi-sys v0.1.0 |
1871 | 2024-09-16T14:06:36.029Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1872 | 2024-09-16T14:06:36.984Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
1873 | 2024-09-16T14:06:36.987Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1874 | 2024-09-16T14:06:38.022Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1875 | 2024-09-16T14:06:38.384Z | Compiling zone v0.3.0 |
1876 | 2024-09-16T14:06:38.548Z | Compiling rayon v1.10.0 |
1877 | 2024-09-16T14:06:38.593Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1878 | 2024-09-16T14:06:39.409Z | Compiling smf v0.2.3 |
1879 | 2024-09-16T14:06:41.726Z | Compiling bitfield-struct v0.6.1 |
1880 | 2024-09-16T14:06:42.021Z | Compiling ring v0.16.20 |
1881 | 2024-09-16T14:06:42.450Z | Compiling blake3 v1.5.1 |
1882 | 2024-09-16T14:06:42.999Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1883 | 2024-09-16T14:06:43.064Z | Compiling portable-atomic v1.6.0 |
1884 | 2024-09-16T14:06:43.552Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1885 | 2024-09-16T14:06:44.354Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1886 | 2024-09-16T14:06:44.455Z | Compiling xattr v1.3.1 |
1887 | 2024-09-16T14:06:44.474Z | Compiling filetime v0.2.25 |
1888 | 2024-09-16T14:06:44.782Z | Compiling memmap2 v0.9.4 |
1889 | 2024-09-16T14:06:44.831Z | Compiling spin v0.5.2 |
1890 | 2024-09-16T14:06:45.078Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1891 | 2024-09-16T14:06:45.202Z | Compiling constant_time_eq v0.3.0 |
1892 | 2024-09-16T14:06:45.349Z | Compiling arrayvec v0.7.4 |
1893 | 2024-09-16T14:06:45.391Z | Compiling same-file v1.0.6 |
1894 | 2024-09-16T14:06:45.510Z | Compiling untrusted v0.7.1 |
1895 | 2024-09-16T14:06:45.667Z | Compiling arrayref v0.3.7 |
1896 | 2024-09-16T14:06:45.709Z | Compiling walkdir v2.5.0 |
1897 | 2024-09-16T14:06:45.821Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1898 | 2024-09-16T14:06:46.402Z | Compiling tar v0.4.41 |
1899 | 2024-09-16T14:06:47.337Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1900 | 2024-09-16T14:06:48.158Z | Compiling gethostname v0.5.0 |
1901 | 2024-09-16T14:06:48.367Z | Compiling cargo-platform v0.1.8 |
1902 | 2024-09-16T14:06:48.385Z | Compiling number_prefix v0.4.0 |
1903 | 2024-09-16T14:06:48.646Z | Compiling topological-sort v0.2.2 |
1904 | 2024-09-16T14:06:48.913Z | Compiling cargo_metadata v0.18.1 |
1905 | 2024-09-16T14:06:49.465Z | Compiling indicatif v0.17.8 |
1906 | 2024-09-16T14:06:53.334Z | Compiling omicron-zone-package v0.11.0 |
1907 | 2024-09-16T14:06:53.707Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1908 | 2024-09-16T14:06:54.576Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1909 | 2024-09-16T14:06:56.846Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1910 | 2024-09-16T14:07:18.307Z | Finished `release` profile [optimized] target(s) in 4m 23s |
1911 | 2024-09-16T14:07:18.460Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1912 | 2024-09-16T14:07:18.503Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1913 | 2024-09-16T14:07:18.506Z | Created new build target 'test' and set it as active |
1914 | 2024-09-16T14:07:18.506Z | |
1915 | 2024-09-16T14:07:18.506Z | real 4:23.484826112 |
1916 | 2024-09-16T14:07:18.506Z | user 29:54.787456345 |
1917 | 2024-09-16T14:07:18.506Z | sys 3:44.235229807 |
1918 | 2024-09-16T14:07:18.506Z | trap 0.858286793 |
1919 | 2024-09-16T14:07:18.506Z | tflt 2.954216905 |
1920 | 2024-09-16T14:07:18.506Z | dflt 0.601100643 |
1921 | 2024-09-16T14:07:18.506Z | kflt 0.032686484 |
1922 | 2024-09-16T14:07:18.506Z | lock 1:06:39.957187380 |
1923 | 2024-09-16T14:07:18.506Z | slp 1:56:01.086504875 |
1924 | 2024-09-16T14:07:18.506Z | lat 2:00.463917868 |
1925 | 2024-09-16T14:07:18.506Z | stop 3:39.389823957 |
1926 | 2024-09-16T14:07:18.506Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1927 | 2024-09-16T14:07:19.522Z | Finished `release` profile [optimized] target(s) in 0.97s |
1928 | 2024-09-16T14:07:19.576Z | Running `target/release/omicron-package -t test package` |
1929 | 2024-09-16T14:07:19.620Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1930 | 2024-09-16T14:07:20.774Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1931 | 2024-09-16T14:07:20.774Z | Compiling convert_case v0.4.0 |
1932 | 2024-09-16T14:07:20.777Z | Compiling camino v1.1.9 |
1933 | 2024-09-16T14:07:20.777Z | Compiling newline-converter v0.3.0 |
1934 | 2024-09-16T14:07:20.777Z | Compiling password-hash v0.5.0 |
1935 | 2024-09-16T14:07:20.777Z | Compiling blake2 v0.10.6 |
1936 | 2024-09-16T14:07:20.777Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1937 | 2024-09-16T14:07:20.909Z | Compiling cancel-safe-futures v0.1.5 |
1938 | 2024-09-16T14:07:21.095Z | Compiling derive-where v1.2.7 |
1939 | 2024-09-16T14:07:21.165Z | Compiling expectorate v1.1.0 |
1940 | 2024-09-16T14:07:21.364Z | Compiling libsw v3.3.1 |
1941 | 2024-09-16T14:07:21.650Z | Compiling derive_more v0.99.18 |
1942 | 2024-09-16T14:07:21.699Z | Compiling argon2 v0.5.3 |
1943 | 2024-09-16T14:07:21.768Z | Compiling linear-map v1.2.0 |
1944 | 2024-09-16T14:07:21.908Z | Compiling owo-colors v4.0.0 |
1945 | 2024-09-16T14:07:22.007Z | Compiling swrite v0.1.0 |
1946 | 2024-09-16T14:07:22.140Z | Compiling indent_write v2.2.0 |
1947 | 2024-09-16T14:07:22.158Z | Compiling humantime v2.1.0 |
1948 | 2024-09-16T14:07:22.174Z | Compiling toml v0.8.19 |
1949 | 2024-09-16T14:07:22.379Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1950 | 2024-09-16T14:07:22.816Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1951 | 2024-09-16T14:07:22.947Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1952 | 2024-09-16T14:07:22.998Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1953 | 2024-09-16T14:07:23.169Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1954 | 2024-09-16T14:07:23.373Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1955 | 2024-09-16T14:07:23.695Z | Compiling num-rational v0.4.2 |
1956 | 2024-09-16T14:07:24.100Z | Compiling num-complex v0.4.6 |
1957 | 2024-09-16T14:07:24.192Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1958 | 2024-09-16T14:07:24.742Z | Compiling dirs-sys-next v0.1.2 |
1959 | 2024-09-16T14:07:25.252Z | Compiling num v0.4.3 |
1960 | 2024-09-16T14:07:25.368Z | Compiling dirs-next v2.0.0 |
1961 | 2024-09-16T14:07:25.387Z | Compiling float-ord v0.3.2 |
1962 | 2024-09-16T14:07:25.549Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
1963 | 2024-09-16T14:07:25.567Z | Compiling term v0.7.0 |
1964 | 2024-09-16T14:07:26.165Z | Compiling utf-8 v0.7.6 |
1965 | 2024-09-16T14:07:26.520Z | Compiling prettyplease v0.2.20 |
1966 | 2024-09-16T14:07:26.844Z | Compiling semver v0.1.20 |
1967 | 2024-09-16T14:07:26.846Z | Compiling is-terminal v0.4.12 |
1968 | 2024-09-16T14:07:27.003Z | Compiling cookie v0.18.1 |
1969 | 2024-09-16T14:07:27.334Z | Compiling rustc_version v0.1.7 |
1970 | 2024-09-16T14:07:27.426Z | Compiling highway v1.2.0 |
1971 | 2024-09-16T14:07:27.749Z | Compiling newtype_derive v0.1.6 |
1972 | 2024-09-16T14:07:28.322Z | Compiling linked-hash-map v0.5.6 |
1973 | 2024-09-16T14:07:28.340Z | Compiling rustls-pki-types v1.7.0 |
1974 | 2024-09-16T14:07:28.736Z | Compiling lru-cache v0.1.2 |
1975 | 2024-09-16T14:07:28.958Z | Compiling steno v0.4.1 |
1976 | 2024-09-16T14:07:29.063Z | Compiling quick-error v1.2.3 |
1977 | 2024-09-16T14:07:29.166Z | Compiling home v0.5.9 |
1978 | 2024-09-16T14:07:29.223Z | Compiling resolv-conf v0.7.0 |
1979 | 2024-09-16T14:07:29.402Z | Compiling rustls-webpki v0.102.4 |
1980 | 2024-09-16T14:07:30.322Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
1981 | 2024-09-16T14:07:31.429Z | Compiling rustls v0.22.4 |
1982 | 2024-09-16T14:07:31.465Z | Compiling thread_local v1.1.8 |
1983 | 2024-09-16T14:07:31.487Z | Compiling match_cfg v0.1.0 |
1984 | 2024-09-16T14:07:31.585Z | Compiling hostname v0.3.1 |
1985 | 2024-09-16T14:07:31.951Z | Compiling hickory-resolver v0.24.1 |
1986 | 2024-09-16T14:07:32.415Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1987 | 2024-09-16T14:07:33.408Z | Compiling multer v3.1.0 |
1988 | 2024-09-16T14:07:33.483Z | Compiling slog-async v2.8.0 |
1989 | 2024-09-16T14:07:33.555Z | Compiling slog-json v2.6.1 |
1990 | 2024-09-16T14:07:33.930Z | Compiling crossbeam-channel v0.5.12 |
1991 | 2024-09-16T14:07:35.010Z | Compiling take_mut v0.2.2 |
1992 | 2024-09-16T14:07:36.229Z | Compiling slog-bunyan v2.5.0 |
1993 | 2024-09-16T14:07:36.426Z | Compiling tokio-rustls v0.25.0 |
1994 | 2024-09-16T14:07:37.370Z | Compiling slog-term v2.9.1 |
1995 | 2024-09-16T14:07:37.805Z | Compiling rustls-pemfile v2.1.3 |
1996 | 2024-09-16T14:07:38.247Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1997 | 2024-09-16T14:07:38.324Z | Compiling async-stream v0.3.5 |
1998 | 2024-09-16T14:07:38.508Z | Compiling waitgroup v0.1.2 |
1999 | 2024-09-16T14:07:38.603Z | Compiling newtype-uuid v1.1.0 |
2000 | 2024-09-16T14:07:38.721Z | Compiling ipnetwork v0.20.0 |
2001 | 2024-09-16T14:07:38.906Z | Compiling serde_path_to_error v0.1.16 |
2002 | 2024-09-16T14:07:39.526Z | Compiling hostname v0.4.0 |
2003 | 2024-09-16T14:07:39.723Z | Compiling instant v0.1.12 |
2004 | 2024-09-16T14:07:39.779Z | Compiling debug-ignore v1.0.5 |
2005 | 2024-09-16T14:07:39.873Z | Compiling backoff v0.4.0 |
2006 | 2024-09-16T14:07:40.240Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2007 | 2024-09-16T14:07:40.781Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2008 | 2024-09-16T14:07:40.928Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2009 | 2024-09-16T14:07:41.130Z | Compiling parse-display v0.10.0 |
2010 | 2024-09-16T14:07:41.714Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2011 | 2024-09-16T14:07:41.901Z | Compiling serde_with v3.9.0 |
2012 | 2024-09-16T14:07:45.768Z | Compiling strum v0.26.3 |
2013 | 2024-09-16T14:07:45.871Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2014 | 2024-09-16T14:07:47.128Z | Compiling macaddr v1.0.1 |
2015 | 2024-09-16T14:07:47.564Z | Compiling slog-dtrace v0.3.0 |
2016 | 2024-09-16T14:07:47.583Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2017 | 2024-09-16T14:07:48.413Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2018 | 2024-09-16T14:07:49.598Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2019 | 2024-09-16T14:07:50.311Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2020 | 2024-09-16T14:07:50.939Z | Compiling half v2.4.1 |
2021 | 2024-09-16T14:07:51.383Z | Compiling ciborium-io v0.2.2 |
2022 | 2024-09-16T14:07:51.527Z | Compiling ciborium-ll v0.2.2 |
2023 | 2024-09-16T14:07:51.663Z | Compiling tungstenite v0.21.0 |
2024 | 2024-09-16T14:07:52.060Z | Compiling ciborium v0.2.2 |
2025 | 2024-09-16T14:07:54.213Z | Compiling tokio-tungstenite v0.21.0 |
2026 | 2024-09-16T14:07:54.428Z | Compiling rayon-core v1.12.1 |
2027 | 2024-09-16T14:07:54.457Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2028 | 2024-09-16T14:07:54.835Z | Compiling crossbeam-deque v0.8.5 |
2029 | 2024-09-16T14:07:55.210Z | Compiling same-file v1.0.6 |
2030 | 2024-09-16T14:07:55.452Z | Compiling termcolor v1.4.1 |
2031 | 2024-09-16T14:07:56.540Z | Compiling fastrand v2.1.0 |
2032 | 2024-09-16T14:07:56.818Z | Compiling display-error-chain v0.2.1 |
2033 | 2024-09-16T14:07:57.014Z | Compiling tempfile v3.10.1 |
2034 | 2024-09-16T14:07:57.038Z | Compiling walkdir v2.5.0 |
2035 | 2024-09-16T14:07:57.728Z | Compiling ring v0.16.20 |
2036 | 2024-09-16T14:08:00.507Z | Compiling rayon v1.10.0 |
2037 | 2024-09-16T14:08:00.785Z | Compiling blake3 v1.5.1 |
2038 | 2024-09-16T14:08:01.400Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2039 | 2024-09-16T14:08:04.049Z | Compiling xattr v1.3.1 |
2040 | 2024-09-16T14:08:04.327Z | Compiling memmap2 v0.9.4 |
2041 | 2024-09-16T14:08:04.753Z | Compiling filetime v0.2.25 |
2042 | 2024-09-16T14:08:05.050Z | Compiling arrayref v0.3.7 |
2043 | 2024-09-16T14:08:05.164Z | Compiling arrayvec v0.7.4 |
2044 | 2024-09-16T14:08:05.327Z | Compiling constant_time_eq v0.3.0 |
2045 | 2024-09-16T14:08:05.494Z | Compiling untrusted v0.7.1 |
2046 | 2024-09-16T14:08:05.602Z | Compiling spin v0.5.2 |
2047 | 2024-09-16T14:08:06.236Z | Compiling tar v0.4.41 |
2048 | 2024-09-16T14:08:06.758Z | Compiling camino-tempfile v1.1.1 |
2049 | 2024-09-16T14:08:07.199Z | Compiling toolchain_find v0.4.0 |
2050 | 2024-09-16T14:08:07.695Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2051 | 2024-09-16T14:08:07.774Z | Compiling nibble_vec v0.1.0 |
2052 | 2024-09-16T14:08:08.002Z | Compiling atty v0.2.14 |
2053 | 2024-09-16T14:08:08.020Z | Compiling crunchy v0.2.2 |
2054 | 2024-09-16T14:08:08.154Z | Compiling maplit v1.0.2 |
2055 | 2024-09-16T14:08:08.289Z | Compiling radium v0.7.0 |
2056 | 2024-09-16T14:08:08.491Z | Compiling topological-sort v0.2.2 |
2057 | 2024-09-16T14:08:08.719Z | Compiling endian-type v0.1.2 |
2058 | 2024-09-16T14:08:08.751Z | Compiling glob v0.3.1 |
2059 | 2024-09-16T14:08:08.967Z | Compiling radix_trie v0.2.1 |
2060 | 2024-09-16T14:08:09.127Z | Compiling omicron-zone-package v0.11.0 |
2061 | 2024-09-16T14:08:09.653Z | Compiling clang-sys v1.7.0 |
2062 | 2024-09-16T14:08:09.698Z | Compiling rustfmt-wrapper v0.2.1 |
2063 | 2024-09-16T14:08:09.912Z | Compiling maybe-uninit v2.0.0 |
2064 | 2024-09-16T14:08:10.260Z | Compiling tiny-keccak v2.0.2 |
2065 | 2024-09-16T14:08:10.303Z | Compiling tap v1.0.1 |
2066 | 2024-09-16T14:08:10.484Z | Compiling wyz v0.5.1 |
2067 | 2024-09-16T14:08:10.599Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2068 | 2024-09-16T14:08:10.626Z | Compiling dsl_auto_type v0.1.2 |
2069 | 2024-09-16T14:08:10.933Z | Compiling itertools v0.13.0 |
2070 | 2024-09-16T14:08:11.075Z | Compiling curve25519-dalek v4.1.3 |
2071 | 2024-09-16T14:08:11.497Z | Compiling scheduled-thread-pool v0.2.7 |
2072 | 2024-09-16T14:08:11.968Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2073 | 2024-09-16T14:08:12.029Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2074 | 2024-09-16T14:08:12.468Z | Compiling diesel_table_macro_syntax v0.2.0 |
2075 | 2024-09-16T14:08:12.486Z | Compiling packed_struct v0.10.1 |
2076 | 2024-09-16T14:08:12.802Z | Compiling crc-catalog v2.4.0 |
2077 | 2024-09-16T14:08:12.866Z | Compiling keccak v0.1.5 |
2078 | 2024-09-16T14:08:12.930Z | Compiling funty v2.0.0 |
2079 | 2024-09-16T14:08:12.948Z | Compiling arc-swap v1.7.1 |
2080 | 2024-09-16T14:08:13.625Z | Compiling slog-scope v4.4.0 |
2081 | 2024-09-16T14:08:13.872Z | Compiling sha3 v0.10.8 |
2082 | 2024-09-16T14:08:14.465Z | Compiling bitvec v1.0.1 |
2083 | 2024-09-16T14:08:14.470Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2084 | 2024-09-16T14:08:14.741Z | Compiling crc v3.2.1 |
2085 | 2024-09-16T14:08:14.775Z | Compiling diesel_derives v2.2.2 |
2086 | 2024-09-16T14:08:16.633Z | Compiling r2d2 v0.8.10 |
2087 | 2024-09-16T14:08:17.738Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2088 | 2024-09-16T14:08:19.090Z | Compiling ascii-canvas v3.0.0 |
2089 | 2024-09-16T14:08:19.586Z | Compiling universal-hash v0.5.1 |
2090 | 2024-09-16T14:08:19.814Z | Compiling secrecy v0.8.0 |
2091 | 2024-09-16T14:08:20.086Z | Compiling thiserror-impl-no-std v2.0.2 |
2092 | 2024-09-16T14:08:21.952Z | Compiling packed_struct_codegen v0.10.1 |
2093 | 2024-09-16T14:08:22.795Z | Compiling ena v0.14.3 |
2094 | 2024-09-16T14:08:23.243Z | Compiling curve25519-dalek-derive v0.1.1 |
2095 | 2024-09-16T14:08:24.386Z | Compiling libloading v0.8.3 |
2096 | 2024-09-16T14:08:24.677Z | Compiling indexmap v1.9.3 |
2097 | 2024-09-16T14:08:24.733Z | Compiling nodrop v0.1.14 |
2098 | 2024-09-16T14:08:24.869Z | Compiling opaque-debug v0.3.1 |
2099 | 2024-09-16T14:08:24.982Z | Compiling regex-syntax v0.6.29 |
2100 | 2024-09-16T14:08:25.000Z | Compiling diff v0.1.13 |
2101 | 2024-09-16T14:08:25.540Z | Compiling bindgen v0.69.4 |
2102 | 2024-09-16T14:08:25.817Z | Compiling diesel v2.2.3 |
2103 | 2024-09-16T14:08:26.054Z | Compiling poly1305 v0.8.0 |
2104 | 2024-09-16T14:08:27.587Z | Compiling array-init v0.0.4 |
2105 | 2024-09-16T14:08:28.847Z | Compiling lalrpop v0.19.12 |
2106 | 2024-09-16T14:08:41.660Z | Compiling thiserror-no-std v2.0.2 |
2107 | 2024-09-16T14:08:41.969Z | Compiling smallvec v0.6.14 |
2108 | 2024-09-16T14:08:42.477Z | Compiling slog-stdlog v4.1.1 |
2109 | 2024-09-16T14:08:43.004Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2110 | 2024-09-16T14:08:43.284Z | Compiling which v4.4.2 |
2111 | 2024-09-16T14:08:43.849Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2112 | 2024-09-16T14:08:44.114Z | Compiling chacha20 v0.9.1 |
2113 | 2024-09-16T14:08:44.187Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2114 | 2024-09-16T14:08:44.435Z | Compiling cexpr v0.6.0 |
2115 | 2024-09-16T14:08:44.596Z | Compiling aead v0.5.2 |
2116 | 2024-09-16T14:08:44.948Z | Compiling rustc-hash v1.1.0 |
2117 | 2024-09-16T14:08:45.120Z | Compiling shlex v1.3.0 |
2118 | 2024-09-16T14:08:45.229Z | Compiling ref-cast v1.0.23 |
2119 | 2024-09-16T14:08:45.517Z | Compiling bitfield v0.14.0 |
2120 | 2024-09-16T14:08:45.724Z | Compiling hashbrown v0.12.3 |
2121 | 2024-09-16T14:08:45.809Z | Compiling lazycell v1.3.0 |
2122 | 2024-09-16T14:08:45.950Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2123 | 2024-09-16T14:08:46.083Z | Compiling chacha20poly1305 v0.10.1 |
2124 | 2024-09-16T14:08:46.336Z | Compiling slog-envlogger v2.2.0 |
2125 | 2024-09-16T14:08:48.194Z | Compiling serde-hex v0.1.0 |
2126 | 2024-09-16T14:08:48.855Z | Compiling bzip2 v0.4.4 |
2127 | 2024-09-16T14:08:49.346Z | Compiling vsss-rs v3.3.4 |
2128 | 2024-09-16T14:08:53.337Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2129 | 2024-09-16T14:08:53.684Z | Compiling env_logger v0.10.2 |
2130 | 2024-09-16T14:08:53.879Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2131 | 2024-09-16T14:08:54.211Z | Compiling derive_builder_core v0.20.0 |
2132 | 2024-09-16T14:08:55.243Z | Compiling polar-core v0.27.3 |
2133 | 2024-09-16T14:08:56.366Z | Compiling x509-cert v0.2.5 |
2134 | 2024-09-16T14:08:56.565Z | Compiling ron v0.8.1 |
2135 | 2024-09-16T14:08:56.606Z | Compiling headers-core v0.2.0 |
2136 | 2024-09-16T14:08:56.781Z | Compiling hashbrown v0.13.2 |
2137 | 2024-09-16T14:08:58.127Z | Compiling fxhash v0.2.1 |
2138 | 2024-09-16T14:08:58.358Z | Compiling libxml v0.3.3 |
2139 | 2024-09-16T14:08:58.755Z | Compiling ref-cast-impl v1.0.23 |
2140 | 2024-09-16T14:08:59.467Z | Compiling crc-any v2.5.0 |
2141 | 2024-09-16T14:09:00.094Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2142 | 2024-09-16T14:09:00.364Z | Compiling samael v0.0.17 |
2143 | 2024-09-16T14:09:02.055Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2144 | 2024-09-16T14:09:02.349Z | Compiling object v0.30.4 |
2145 | 2024-09-16T14:09:02.519Z | Compiling headers v0.3.9 |
2146 | 2024-09-16T14:09:03.882Z | Compiling derive_builder_macro v0.20.0 |
2147 | 2024-09-16T14:09:06.149Z | Compiling zip v0.6.6 |
2148 | 2024-09-16T14:09:07.730Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2149 | 2024-09-16T14:09:08.711Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2150 | 2024-09-16T14:09:09.010Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2151 | 2024-09-16T14:09:10.831Z | Compiling strum_macros v0.24.3 |
2152 | 2024-09-16T14:09:13.873Z | Compiling kstat-rs v0.2.4 |
2153 | 2024-09-16T14:09:14.119Z | Compiling async-recursion v1.1.1 |
2154 | 2024-09-16T14:09:14.811Z | Compiling unicase v2.7.0 |
2155 | 2024-09-16T14:09:14.969Z | Compiling dropshot v0.10.1 |
2156 | 2024-09-16T14:09:15.139Z | Compiling path-slash v0.1.5 |
2157 | 2024-09-16T14:09:15.280Z | Compiling indoc v1.0.9 |
2158 | 2024-09-16T14:09:15.426Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2159 | 2024-09-16T14:09:15.513Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2160 | 2024-09-16T14:09:16.343Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2161 | 2024-09-16T14:09:17.418Z | Compiling derive_builder v0.20.0 |
2162 | 2024-09-16T14:09:22.555Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2163 | 2024-09-16T14:09:23.645Z | Compiling tungstenite v0.23.0 |
2164 | 2024-09-16T14:09:28.772Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2165 | 2024-09-16T14:09:29.095Z | Compiling crossterm v0.28.1 |
2166 | 2024-09-16T14:09:29.380Z | Compiling pem v3.0.4 |
2167 | 2024-09-16T14:09:30.883Z | Compiling impl-trait-for-tuples v0.2.2 |
2168 | 2024-09-16T14:09:30.905Z | Compiling dropshot_endpoint v0.10.1 |
2169 | 2024-09-16T14:09:31.275Z | Compiling oso-derive v0.27.3 |
2170 | 2024-09-16T14:09:32.249Z | Compiling libz-sys v1.1.16 |
2171 | 2024-09-16T14:09:32.907Z | Compiling quick-xml v0.33.0 |
2172 | 2024-09-16T14:09:32.931Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2173 | 2024-09-16T14:09:33.258Z | Compiling cfg_aliases v0.1.1 |
2174 | 2024-09-16T14:09:33.374Z | Compiling parking_lot_core v0.8.6 |
2175 | 2024-09-16T14:09:33.863Z | Compiling nix v0.28.0 |
2176 | 2024-09-16T14:09:37.421Z | Compiling tokio-tungstenite v0.23.1 |
2177 | 2024-09-16T14:09:37.958Z | Compiling oso v0.27.3 |
2178 | 2024-09-16T14:09:38.028Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2179 | 2024-09-16T14:09:39.612Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2180 | 2024-09-16T14:09:45.027Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2181 | 2024-09-16T14:09:45.344Z | Compiling const_format_proc_macros v0.2.33 |
2182 | 2024-09-16T14:09:47.296Z | Compiling bb8 v0.8.5 |
2183 | 2024-09-16T14:09:47.937Z | Compiling vte_generate_state_changes v0.1.1 |
2184 | 2024-09-16T14:09:48.603Z | Compiling buf-list v1.0.3 |
2185 | 2024-09-16T14:09:49.220Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2186 | 2024-09-16T14:09:49.649Z | Compiling vte v0.11.1 |
2187 | 2024-09-16T14:09:51.152Z | Compiling async-bb8-diesel v0.2.1 |
2188 | 2024-09-16T14:09:51.974Z | Compiling const_format v0.2.33 |
2189 | 2024-09-16T14:09:53.231Z | Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2190 | 2024-09-16T14:09:56.987Z | Compiling fd-lock v4.0.2 |
2191 | 2024-09-16T14:09:57.229Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2192 | 2024-09-16T14:09:58.030Z | Compiling bytecount v0.6.8 |
2193 | 2024-09-16T14:09:58.360Z | Compiling papergrid v0.11.0 |
2194 | 2024-09-16T14:10:10.146Z | Compiling parking_lot v0.11.2 |
2195 | 2024-09-16T14:10:17.951Z | Compiling strip-ansi-escapes v0.2.0 |
2196 | 2024-09-16T14:10:18.989Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2197 | 2024-09-16T14:10:19.177Z | Compiling tabled_derive v0.7.0 |
2198 | 2024-09-16T14:10:21.391Z | Compiling crossterm v0.27.0 |
2199 | 2024-09-16T14:10:23.745Z | Compiling peg-macros v0.8.4 |
2200 | 2024-09-16T14:10:25.882Z | Compiling snafu-derive v0.8.2 |
2201 | 2024-09-16T14:10:26.955Z | Compiling sqlparser_derive v0.2.2 |
2202 | 2024-09-16T14:10:27.475Z | Compiling nu-ansi-term v0.50.0 |
2203 | 2024-09-16T14:10:27.661Z | Compiling unicode_categories v0.1.1 |
2204 | 2024-09-16T14:10:28.014Z | Compiling sqlformat v0.2.4 |
2205 | 2024-09-16T14:10:28.151Z | Compiling rustyline v14.0.0 |
2206 | 2024-09-16T14:10:28.224Z | Compiling sqlparser v0.45.0 |
2207 | 2024-09-16T14:10:28.652Z | Compiling reedline v0.33.0 |
2208 | 2024-09-16T14:10:30.437Z | Compiling snafu v0.8.2 |
2209 | 2024-09-16T14:10:30.900Z | Compiling peg v0.8.4 |
2210 | 2024-09-16T14:10:31.025Z | Compiling tabled v0.15.0 |
2211 | 2024-09-16T14:10:31.626Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2212 | 2024-09-16T14:10:33.800Z | Compiling sled v0.34.7 |
2213 | 2024-09-16T14:10:40.039Z | Compiling mime_guess v2.0.4 |
2214 | 2024-09-16T14:10:41.303Z | Compiling hickory-client v0.24.1 |
2215 | 2024-09-16T14:10:50.305Z | Compiling env_logger v0.9.3 |
2216 | 2024-09-16T14:10:50.577Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2217 | 2024-09-16T14:10:54.319Z | Compiling tungstenite v0.20.1 |
2218 | 2024-09-16T14:10:54.671Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2219 | 2024-09-16T14:10:57.030Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2220 | 2024-09-16T14:10:59.449Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2221 | 2024-09-16T14:11:05.394Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2222 | 2024-09-16T14:11:06.209Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2223 | 2024-09-16T14:11:06.732Z | Compiling globset v0.4.14 |
2224 | 2024-09-16T14:11:06.877Z | Compiling hickory-server v0.24.1 |
2225 | 2024-09-16T14:11:07.037Z | Compiling olpc-cjson v0.1.3 |
2226 | 2024-09-16T14:11:07.101Z | Compiling bcs v0.1.6 |
2227 | 2024-09-16T14:11:07.374Z | Compiling vergen v8.3.2 |
2228 | 2024-09-16T14:11:07.710Z | Compiling bitstruct_derive v0.1.0 |
2229 | 2024-09-16T14:11:07.954Z | Compiling serde_plain v1.0.2 |
2230 | 2024-09-16T14:11:08.482Z | Compiling cargo-platform v0.1.8 |
2231 | 2024-09-16T14:11:08.960Z | Compiling nanorand v0.7.0 |
2232 | 2024-09-16T14:11:08.985Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2233 | 2024-09-16T14:11:09.136Z | Compiling memoffset v0.9.1 |
2234 | 2024-09-16T14:11:09.491Z | Compiling ascii v1.1.0 |
2235 | 2024-09-16T14:11:09.687Z | Compiling typed-path v0.7.1 |
2236 | 2024-09-16T14:11:10.264Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2237 | 2024-09-16T14:11:12.668Z | Compiling tough v0.17.1 |
2238 | 2024-09-16T14:11:14.349Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2239 | 2024-09-16T14:11:15.687Z | Compiling flume v0.11.0 |
2240 | 2024-09-16T14:11:16.336Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2241 | 2024-09-16T14:11:16.442Z | Compiling bitstruct v0.1.1 |
2242 | 2024-09-16T14:11:16.580Z | Compiling cargo_metadata v0.18.1 |
2243 | 2024-09-16T14:11:16.674Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2244 | 2024-09-16T14:11:18.777Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2245 | 2024-09-16T14:11:19.268Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2246 | 2024-09-16T14:11:19.386Z | Compiling tokio-tungstenite v0.20.1 |
2247 | 2024-09-16T14:11:19.952Z | Compiling git2 v0.19.0 |
2248 | 2024-09-16T14:11:20.632Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2249 | 2024-09-16T14:11:29.047Z | Compiling atomicwrites v0.4.3 |
2250 | 2024-09-16T14:11:29.263Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2251 | 2024-09-16T14:11:29.600Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2252 | 2024-09-16T14:11:30.448Z | Compiling libsqlite3-sys v0.28.0 |
2253 | 2024-09-16T14:11:30.983Z | Compiling erased-serde v0.3.31 |
2254 | 2024-09-16T14:11:31.593Z | Compiling serde_arrays v0.1.0 |
2255 | 2024-09-16T14:11:31.811Z | Compiling parse-size v1.0.0 |
2256 | 2024-09-16T14:11:32.066Z | Compiling cfg_aliases v0.2.1 |
2257 | 2024-09-16T14:11:32.109Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2258 | 2024-09-16T14:11:32.182Z | Compiling nix v0.29.0 |
2259 | 2024-09-16T14:11:32.731Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2260 | 2024-09-16T14:11:36.512Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2261 | 2024-09-16T14:11:38.956Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2262 | 2024-09-16T14:11:39.717Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2263 | 2024-09-16T14:11:40.045Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2264 | 2024-09-16T14:11:42.026Z | Compiling heck v0.3.3 |
2265 | 2024-09-16T14:11:42.409Z | Compiling castaway v0.2.3 |
2266 | 2024-09-16T14:11:42.604Z | Compiling rand_seeder v0.3.0 |
2267 | 2024-09-16T14:11:42.997Z | Compiling csv-core v0.1.11 |
2268 | 2024-09-16T14:11:43.852Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ca9f20e32acade9d15fb8d70405a6ef406c719cc#ca9f20e3) |
2269 | 2024-09-16T14:11:44.067Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2270 | 2024-09-16T14:11:44.410Z | Compiling http-range v0.1.5 |
2271 | 2024-09-16T14:11:45.011Z | Compiling hyper-staticfile v0.9.5 |
2272 | 2024-09-16T14:11:46.034Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2273 | 2024-09-16T14:11:48.082Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2274 | 2024-09-16T14:11:48.120Z | Compiling csv v1.3.0 |
2275 | 2024-09-16T14:11:48.701Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2276 | 2024-09-16T14:11:48.930Z | Compiling compact_str v0.8.0 |
2277 | 2024-09-16T14:11:50.234Z | Compiling zone_cfg_derive v0.1.2 |
2278 | 2024-09-16T14:11:51.698Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2279 | 2024-09-16T14:11:51.763Z | Compiling nix v0.27.1 |
2280 | 2024-09-16T14:11:52.583Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2281 | 2024-09-16T14:11:53.409Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2282 | 2024-09-16T14:11:54.280Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2283 | 2024-09-16T14:11:54.730Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2284 | 2024-09-16T14:11:59.564Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2285 | 2024-09-16T14:11:59.905Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2286 | 2024-09-16T14:12:00.230Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2287 | 2024-09-16T14:12:00.555Z | Compiling unicode-truncate v1.0.0 |
2288 | 2024-09-16T14:12:00.842Z | Compiling hashlink v0.9.1 |
2289 | 2024-09-16T14:12:01.526Z | Compiling lru v0.12.3 |
2290 | 2024-09-16T14:12:01.651Z | Compiling instability v0.3.2 |
2291 | 2024-09-16T14:12:01.698Z | Compiling fallible-iterator v0.3.0 |
2292 | 2024-09-16T14:12:01.886Z | Compiling base64 v0.13.1 |
2293 | 2024-09-16T14:12:02.506Z | Compiling cassowary v0.3.0 |
2294 | 2024-09-16T14:12:02.617Z | Compiling fallible-streaming-iterator v0.1.9 |
2295 | 2024-09-16T14:12:02.678Z | Compiling ron v0.7.1 |
2296 | 2024-09-16T14:12:02.908Z | Compiling rusqlite v0.31.0 |
2297 | 2024-09-16T14:12:06.228Z | Compiling ratatui v0.28.0 |
2298 | 2024-09-16T14:12:08.083Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2299 | 2024-09-16T14:12:23.320Z | Compiling zone v0.1.8 |
2300 | 2024-09-16T14:12:25.658Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2301 | 2024-09-16T14:12:26.028Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2302 | 2024-09-16T14:12:26.779Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2303 | 2024-09-16T14:12:30.975Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2304 | 2024-09-16T14:12:34.008Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2305 | 2024-09-16T14:12:34.882Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2306 | 2024-09-16T14:12:35.191Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2307 | 2024-09-16T14:12:35.682Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2308 | 2024-09-16T14:12:35.758Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2309 | 2024-09-16T14:12:36.020Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2310 | 2024-09-16T14:12:36.182Z | Compiling twox-hash v1.6.3 |
2311 | 2024-09-16T14:12:37.186Z | Compiling signal-hook-tokio v0.3.1 |
2312 | 2024-09-16T14:12:37.420Z | Compiling yasna v0.5.2 |
2313 | 2024-09-16T14:12:40.764Z | Compiling portpicker v0.1.1 |
2314 | 2024-09-16T14:12:40.863Z | Compiling unicode-linebreak v0.1.5 |
2315 | 2024-09-16T14:12:41.191Z | Compiling smawk v0.3.2 |
2316 | 2024-09-16T14:12:41.422Z | Compiling is_ci v1.2.0 |
2317 | 2024-09-16T14:12:41.454Z | Compiling textwrap v0.16.1 |
2318 | 2024-09-16T14:12:41.709Z | Compiling supports-color v3.0.1 |
2319 | 2024-09-16T14:12:42.127Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2320 | 2024-09-16T14:12:45.120Z | Compiling rcgen v0.12.1 |
2321 | 2024-09-16T14:12:45.283Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2322 | 2024-09-16T14:12:54.940Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2323 | 2024-09-16T14:12:58.741Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2324 | 2024-09-16T14:13:02.451Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2325 | 2024-09-16T14:13:07.273Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2326 | 2024-09-16T14:13:07.512Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2327 | 2024-09-16T14:13:14.239Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2328 | 2024-09-16T14:13:14.501Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2329 | 2024-09-16T14:13:14.824Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2330 | 2024-09-16T14:13:15.172Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2331 | 2024-09-16T14:13:20.851Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2332 | 2024-09-16T14:13:21.945Z | Compiling fatfs v0.3.6 |
2333 | 2024-09-16T14:13:24.762Z | Compiling rtoolbox v0.0.2 |
2334 | 2024-09-16T14:13:25.177Z | Compiling subprocess v0.2.9 |
2335 | 2024-09-16T14:13:27.148Z | Compiling assert_matches v1.5.0 |
2336 | 2024-09-16T14:13:29.864Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2337 | 2024-09-16T14:13:30.172Z | Compiling rpassword v7.3.1 |
2338 | 2024-09-16T14:13:30.623Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2339 | 2024-09-16T14:13:32.932Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2340 | 2024-09-16T14:13:36.922Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2341 | 2024-09-16T14:13:40.040Z | Compiling tui-tree-widget v0.22.0 |
2342 | 2024-09-16T14:13:40.512Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2343 | 2024-09-16T14:13:44.030Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2344 | 2024-09-16T14:13:47.790Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2345 | 2024-09-16T14:13:48.129Z | Compiling uzers v0.11.3 |
2346 | 2024-09-16T14:13:50.788Z | Compiling shell-words v1.1.0 |
2347 | 2024-09-16T14:13:51.265Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2348 | 2024-09-16T14:13:57.227Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2349 | 2024-09-16T14:13:59.146Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2350 | 2024-09-16T14:14:28.924Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2351 | 2024-09-16T14:14:30.759Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2352 | 2024-09-16T14:14:41.909Z | Compiling multimap v0.10.0 |
2353 | 2024-09-16T14:16:41.330Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2354 | 2024-09-16T14:16:59.706Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2355 | 2024-09-16T14:23:07.037Z | Finished `release` profile [optimized] target(s) in 15m 47s |
2356 | 2024-09-16T14:24:03.234Z | |
2357 | 2024-09-16T14:24:03.234Z | real 16:44.557877190 |
2358 | 2024-09-16T14:24:03.234Z | user 1:54:34.493078120 |
2359 | 2024-09-16T14:24:03.234Z | sys 5:39.814063469 |
2360 | 2024-09-16T14:24:03.234Z | trap 2.742845510 |
2361 | 2024-09-16T14:24:03.236Z | tflt 3.375260783 |
2362 | 2024-09-16T14:24:03.237Z | dflt 3.526387017 |
2363 | 2024-09-16T14:24:03.237Z | kflt 0.003383657 |
2364 | 2024-09-16T14:24:03.237Z | lock 7:05:13.052661518 |
2365 | 2024-09-16T14:24:03.237Z | slp 6:07:59.049302947 |
2366 | 2024-09-16T14:24:03.237Z | lat 2:52.238198893 |
2367 | 2024-09-16T14:24:03.237Z | stop 2:44.135489062 |
2368 | 2024-09-16T14:24:03.237Z | + mapfile -t packages |
2369 | 2024-09-16T14:24:03.237Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2370 | 2024-09-16T14:24:04.273Z | Finished `release` profile [optimized] target(s) in 0.99s |
2371 | 2024-09-16T14:24:04.339Z | Running `target/release/omicron-package -t test list-outputs` |
2372 | 2024-09-16T14:24:04.386Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2373 | 2024-09-16T14:24:04.388Z | + ptime -m cargo build --locked --release -p xtask |
2374 | 2024-09-16T14:24:05.044Z | Compiling serde v1.0.208 |
2375 | 2024-09-16T14:24:05.047Z | Compiling serde_json v1.0.125 |
2376 | 2024-09-16T14:24:05.047Z | Compiling libc v0.2.158 |
2377 | 2024-09-16T14:24:05.047Z | Compiling rustix v0.38.34 |
2378 | 2024-09-16T14:24:05.047Z | Compiling syn v2.0.74 |
2379 | 2024-09-16T14:24:05.132Z | Compiling bitflags v2.6.0 |
2380 | 2024-09-16T14:24:05.501Z | Compiling usdt-impl v0.5.0 |
2381 | 2024-09-16T14:24:05.557Z | Compiling syn v1.0.109 |
2382 | 2024-09-16T14:24:05.668Z | Compiling log v0.4.21 |
2383 | 2024-09-16T14:24:05.684Z | Compiling hashbrown v0.14.5 |
2384 | 2024-09-16T14:24:05.728Z | Compiling fs-err v2.11.0 |
2385 | 2024-09-16T14:24:06.055Z | Compiling anyhow v1.0.86 |
2386 | 2024-09-16T14:24:06.601Z | Compiling thread-id v4.2.1 |
2387 | 2024-09-16T14:24:07.051Z | Compiling indexmap v2.4.0 |
2388 | 2024-09-16T14:24:08.209Z | Compiling terminal_size v0.3.0 |
2389 | 2024-09-16T14:24:08.209Z | Compiling tempfile v3.10.1 |
2390 | 2024-09-16T14:24:08.429Z | Compiling clap_builder v4.5.15 |
2391 | 2024-09-16T14:24:08.883Z | Compiling proc-macro-error v1.0.4 |
2392 | 2024-09-16T14:24:10.251Z | Compiling tabled_derive v0.7.0 |
2393 | 2024-09-16T14:24:11.659Z | Compiling tabled v0.15.0 |
2394 | 2024-09-16T14:24:12.457Z | Compiling serde_derive v1.0.208 |
2395 | 2024-09-16T14:24:12.457Z | Compiling thiserror-impl v1.0.63 |
2396 | 2024-09-16T14:24:12.459Z | Compiling zerocopy-derive v0.7.34 |
2397 | 2024-09-16T14:24:12.459Z | Compiling scroll_derive v0.12.0 |
2398 | 2024-09-16T14:24:13.945Z | Compiling scroll v0.12.0 |
2399 | 2024-09-16T14:24:14.437Z | Compiling zerocopy v0.7.34 |
2400 | 2024-09-16T14:24:14.640Z | Compiling goblin v0.8.2 |
2401 | 2024-09-16T14:24:15.268Z | Compiling thiserror v1.0.63 |
2402 | 2024-09-16T14:24:15.419Z | Compiling pest v2.7.10 |
2403 | 2024-09-16T14:24:18.461Z | Compiling pest_meta v2.7.10 |
2404 | 2024-09-16T14:24:20.148Z | Compiling pest_generator v2.7.10 |
2405 | 2024-09-16T14:24:22.618Z | Compiling pest_derive v2.7.10 |
2406 | 2024-09-16T14:24:23.427Z | Compiling dtrace-parser v0.2.0 |
2407 | 2024-09-16T14:24:27.149Z | Compiling serde_spanned v0.6.7 |
2408 | 2024-09-16T14:24:27.429Z | Compiling toml_datetime v0.6.8 |
2409 | 2024-09-16T14:24:28.462Z | Compiling serde_tokenstream v0.2.2 |
2410 | 2024-09-16T14:24:29.078Z | Compiling dof v0.3.0 |
2411 | 2024-09-16T14:24:31.689Z | Compiling toml_edit v0.22.20 |
2412 | 2024-09-16T14:24:32.099Z | Compiling camino v1.1.9 |
2413 | 2024-09-16T14:24:33.034Z | Compiling usdt-macro v0.5.0 |
2414 | 2024-09-16T14:24:33.064Z | Compiling usdt-attr-macro v0.5.0 |
2415 | 2024-09-16T14:24:34.297Z | Compiling cargo-platform v0.1.8 |
2416 | 2024-09-16T14:24:34.483Z | Compiling semver v1.0.23 |
2417 | 2024-09-16T14:24:34.871Z | Compiling clap_derive v4.5.13 |
2418 | 2024-09-16T14:24:35.449Z | Compiling toml v0.8.19 |
2419 | 2024-09-16T14:24:36.013Z | Compiling cargo_metadata v0.18.1 |
2420 | 2024-09-16T14:24:38.107Z | Compiling cargo_toml v0.20.4 |
2421 | 2024-09-16T14:24:39.553Z | Compiling clap v4.5.16 |
2422 | 2024-09-16T14:24:39.691Z | Compiling usdt v0.5.0 |
2423 | 2024-09-16T14:24:40.247Z | Compiling camino-tempfile v1.1.1 |
2424 | 2024-09-16T14:24:41.029Z | Compiling macaddr v1.0.1 |
2425 | 2024-09-16T14:24:49.702Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2426 | 2024-09-16T14:25:00.716Z | Finished `release` profile [optimized] target(s) in 56.27s |
2427 | 2024-09-16T14:25:00.843Z | |
2428 | 2024-09-16T14:25:00.843Z | real 56.419605901 |
2429 | 2024-09-16T14:25:00.843Z | user 5:41.411094618 |
2430 | 2024-09-16T14:25:00.843Z | sys 32.169356115 |
2431 | 2024-09-16T14:25:00.843Z | trap 0.147872706 |
2432 | 2024-09-16T14:25:00.843Z | tflt 0.355171016 |
2433 | 2024-09-16T14:25:00.845Z | dflt 0.613195336 |
2434 | 2024-09-16T14:25:00.845Z | kflt 0.000000000 |
2435 | 2024-09-16T14:25:00.845Z | lock 10:48.772425173 |
2436 | 2024-09-16T14:25:00.845Z | slp 16:15.595076981 |
2437 | 2024-09-16T14:25:00.845Z | lat 13.135227732 |
2438 | 2024-09-16T14:25:00.845Z | stop 16.599163374 |
2439 | 2024-09-16T14:25:00.846Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2440 | 2024-09-16T14:25:00.846Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2441 | 2024-09-16T14:25:00.846Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2442 | 2024-09-16T14:25:00.846Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2443 | 2024-09-16T14:25:00.846Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2444 | 2024-09-16T14:25:01.761Z | Compiling regress v0.9.1 |
2445 | 2024-09-16T14:25:01.878Z | Compiling getopts v0.2.21 |
2446 | 2024-09-16T14:25:01.881Z | Compiling unsafe-libyaml v0.2.11 |
2447 | 2024-09-16T14:25:01.881Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2448 | 2024-09-16T14:25:01.896Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2449 | 2024-09-16T14:25:01.907Z | Compiling match_cfg v0.1.0 |
2450 | 2024-09-16T14:25:01.909Z | Compiling toml v0.8.19 |
2451 | 2024-09-16T14:25:01.909Z | Compiling rustls-pki-types v1.7.0 |
2452 | 2024-09-16T14:25:02.088Z | Compiling hostname v0.3.1 |
2453 | 2024-09-16T14:25:02.296Z | Compiling paste v1.0.15 |
2454 | 2024-09-16T14:25:02.335Z | Compiling ident_case v1.0.1 |
2455 | 2024-09-16T14:25:02.366Z | Compiling rustls v0.22.4 |
2456 | 2024-09-16T14:25:02.526Z | Compiling darling_core v0.20.9 |
2457 | 2024-09-16T14:25:02.695Z | Compiling rustls-webpki v0.102.4 |
2458 | 2024-09-16T14:25:02.792Z | Compiling ipnetwork v0.20.0 |
2459 | 2024-09-16T14:25:02.840Z | Compiling multer v3.1.0 |
2460 | 2024-09-16T14:25:03.163Z | Compiling serde_yaml v0.9.34+deprecated |
2461 | 2024-09-16T14:25:03.799Z | Compiling slog-json v2.6.1 |
2462 | 2024-09-16T14:25:03.825Z | Compiling async-stream-impl v0.3.5 |
2463 | 2024-09-16T14:25:04.144Z | Compiling instant v0.1.12 |
2464 | 2024-09-16T14:25:04.204Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2465 | 2024-09-16T14:25:04.305Z | Compiling debug-ignore v1.0.5 |
2466 | 2024-09-16T14:25:04.479Z | Compiling slog-bunyan v2.5.0 |
2467 | 2024-09-16T14:25:04.718Z | Compiling rustls-pemfile v2.1.3 |
2468 | 2024-09-16T14:25:04.830Z | Compiling waitgroup v0.1.2 |
2469 | 2024-09-16T14:25:05.092Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2470 | 2024-09-16T14:25:05.194Z | Compiling serde_path_to_error v0.1.16 |
2471 | 2024-09-16T14:25:05.234Z | Compiling async-stream v0.3.5 |
2472 | 2024-09-16T14:25:05.554Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2473 | 2024-09-16T14:25:05.696Z | Compiling hostname v0.4.0 |
2474 | 2024-09-16T14:25:05.978Z | Compiling structmeta-derive v0.3.0 |
2475 | 2024-09-16T14:25:06.094Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2476 | 2024-09-16T14:25:06.874Z | Compiling newtype-uuid v1.1.0 |
2477 | 2024-09-16T14:25:07.075Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2478 | 2024-09-16T14:25:07.196Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2479 | 2024-09-16T14:25:07.482Z | Compiling backoff v0.4.0 |
2480 | 2024-09-16T14:25:07.546Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2481 | 2024-09-16T14:25:07.843Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2482 | 2024-09-16T14:25:07.890Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2483 | 2024-09-16T14:25:08.015Z | Compiling macaddr v1.0.1 |
2484 | 2024-09-16T14:25:08.071Z | Compiling tokio-rustls v0.25.0 |
2485 | 2024-09-16T14:25:08.362Z | Compiling proc-macro-crate v1.3.1 |
2486 | 2024-09-16T14:25:08.479Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2487 | 2024-09-16T14:25:08.527Z | Compiling tempfile v3.10.1 |
2488 | 2024-09-16T14:25:08.898Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2489 | 2024-09-16T14:25:09.061Z | Compiling structmeta v0.3.0 |
2490 | 2024-09-16T14:25:09.243Z | Compiling foreign-types-macros v0.2.3 |
2491 | 2024-09-16T14:25:09.418Z | Compiling heapless v0.8.0 |
2492 | 2024-09-16T14:25:09.438Z | Compiling num_enum_derive v0.5.11 |
2493 | 2024-09-16T14:25:09.549Z | Compiling parse-display-derive v0.10.0 |
2494 | 2024-09-16T14:25:09.652Z | Compiling darling_macro v0.20.9 |
2495 | 2024-09-16T14:25:10.063Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2496 | 2024-09-16T14:25:10.354Z | Compiling foreign-types-shared v0.3.1 |
2497 | 2024-09-16T14:25:10.598Z | Compiling foreign-types v0.5.0 |
2498 | 2024-09-16T14:25:10.643Z | Compiling darling v0.20.9 |
2499 | 2024-09-16T14:25:10.695Z | Compiling proc-macro-error v1.0.4 |
2500 | 2024-09-16T14:25:10.779Z | Compiling serde_with_macros v3.9.0 |
2501 | 2024-09-16T14:25:11.199Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2502 | 2024-09-16T14:25:11.420Z | Compiling hash32 v0.3.1 |
2503 | 2024-09-16T14:25:11.674Z | Compiling cstr-argument v0.1.2 |
2504 | 2024-09-16T14:25:11.944Z | Compiling pretty-hex v0.2.1 |
2505 | 2024-09-16T14:25:12.080Z | Compiling smoltcp v0.11.0 |
2506 | 2024-09-16T14:25:12.166Z | Compiling num_enum v0.5.11 |
2507 | 2024-09-16T14:25:12.318Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2508 | 2024-09-16T14:25:12.340Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2509 | 2024-09-16T14:25:12.887Z | Compiling camino-tempfile v1.1.1 |
2510 | 2024-09-16T14:25:12.930Z | Compiling tabwriter v1.4.0 |
2511 | 2024-09-16T14:25:13.333Z | Compiling colored v2.1.0 |
2512 | 2024-09-16T14:25:13.461Z | Compiling socket2 v0.4.10 |
2513 | 2024-09-16T14:25:13.748Z | Compiling serde_with v3.9.0 |
2514 | 2024-09-16T14:25:13.792Z | Compiling embedded-io v0.4.0 |
2515 | 2024-09-16T14:25:14.020Z | Compiling cobs v0.2.3 |
2516 | 2024-09-16T14:25:14.085Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2517 | 2024-09-16T14:25:14.218Z | Compiling parse-display v0.10.0 |
2518 | 2024-09-16T14:25:14.326Z | Compiling postcard v1.0.8 |
2519 | 2024-09-16T14:25:14.358Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2520 | 2024-09-16T14:25:14.434Z | Compiling crucible-workspace-hack v0.1.0 |
2521 | 2024-09-16T14:25:14.668Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2522 | 2024-09-16T14:25:14.768Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2523 | 2024-09-16T14:25:15.122Z | Compiling smf v0.2.3 |
2524 | 2024-09-16T14:25:15.141Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2525 | 2024-09-16T14:25:15.496Z | Compiling zone_cfg_derive v0.3.0 |
2526 | 2024-09-16T14:25:15.596Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2527 | 2024-09-16T14:25:16.083Z | Compiling num-derive v0.4.2 |
2528 | 2024-09-16T14:25:16.571Z | Compiling sigpipe v0.1.3 |
2529 | 2024-09-16T14:25:16.719Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2530 | 2024-09-16T14:25:17.047Z | Compiling zone v0.3.0 |
2531 | 2024-09-16T14:25:17.074Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2532 | 2024-09-16T14:25:17.698Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2533 | 2024-09-16T14:25:18.273Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2534 | 2024-09-16T14:25:18.543Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2535 | 2024-09-16T14:25:18.638Z | Compiling universal-hash v0.5.1 |
2536 | 2024-09-16T14:25:18.755Z | Compiling opaque-debug v0.3.1 |
2537 | 2024-09-16T14:25:18.841Z | Compiling utf-8 v0.7.6 |
2538 | 2024-09-16T14:25:18.865Z | Compiling num-rational v0.4.2 |
2539 | 2024-09-16T14:25:18.884Z | Compiling curve25519-dalek v4.1.3 |
2540 | 2024-09-16T14:25:18.886Z | Compiling num-complex v0.4.6 |
2541 | 2024-09-16T14:25:18.955Z | Compiling humantime v2.1.0 |
2542 | 2024-09-16T14:25:19.430Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2543 | 2024-09-16T14:25:19.504Z | Compiling password-hash v0.5.0 |
2544 | 2024-09-16T14:25:19.528Z | Compiling blake2 v0.10.6 |
2545 | 2024-09-16T14:25:19.709Z | Compiling aead v0.5.2 |
2546 | 2024-09-16T14:25:19.806Z | Compiling curve25519-dalek-derive v0.1.1 |
2547 | 2024-09-16T14:25:20.019Z | Compiling num v0.4.3 |
2548 | 2024-09-16T14:25:20.103Z | Compiling float-ord v0.3.2 |
2549 | 2024-09-16T14:25:20.142Z | Compiling argon2 v0.5.3 |
2550 | 2024-09-16T14:25:20.285Z | Compiling poly1305 v0.8.0 |
2551 | 2024-09-16T14:25:20.520Z | Compiling chacha20 v0.9.1 |
2552 | 2024-09-16T14:25:20.663Z | Compiling convert_case v0.4.0 |
2553 | 2024-09-16T14:25:21.009Z | Compiling semver v0.1.20 |
2554 | 2024-09-16T14:25:21.074Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2555 | 2024-09-16T14:25:21.371Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2556 | 2024-09-16T14:25:21.626Z | Compiling rustc_version v0.1.7 |
2557 | 2024-09-16T14:25:21.671Z | Compiling derive_more v0.99.18 |
2558 | 2024-09-16T14:25:21.712Z | Compiling tungstenite v0.21.0 |
2559 | 2024-09-16T14:25:21.964Z | Compiling newline-converter v0.3.0 |
2560 | 2024-09-16T14:25:22.145Z | Compiling atty v0.2.14 |
2561 | 2024-09-16T14:25:22.164Z | Compiling rayon-core v1.12.1 |
2562 | 2024-09-16T14:25:22.287Z | Compiling cancel-safe-futures v0.1.5 |
2563 | 2024-09-16T14:25:22.467Z | Compiling same-file v1.0.6 |
2564 | 2024-09-16T14:25:22.703Z | Compiling walkdir v2.5.0 |
2565 | 2024-09-16T14:25:22.752Z | Compiling tokio-tungstenite v0.21.0 |
2566 | 2024-09-16T14:25:22.805Z | Compiling newtype_derive v0.1.6 |
2567 | 2024-09-16T14:25:22.963Z | Compiling expectorate v1.1.0 |
2568 | 2024-09-16T14:25:23.129Z | Compiling crossbeam-deque v0.8.5 |
2569 | 2024-09-16T14:25:23.154Z | Compiling home v0.5.9 |
2570 | 2024-09-16T14:25:23.296Z | Compiling keccak v0.1.5 |
2571 | 2024-09-16T14:25:23.427Z | Compiling prettyplease v0.2.20 |
2572 | 2024-09-16T14:25:23.471Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2573 | 2024-09-16T14:25:23.775Z | Compiling sha3 v0.10.8 |
2574 | 2024-09-16T14:25:23.989Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2575 | 2024-09-16T14:25:24.302Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2576 | 2024-09-16T14:25:24.414Z | Compiling thiserror-impl-no-std v2.0.2 |
2577 | 2024-09-16T14:25:24.587Z | Compiling libsw v3.3.1 |
2578 | 2024-09-16T14:25:24.668Z | Compiling secrecy v0.8.0 |
2579 | 2024-09-16T14:25:24.878Z | Compiling ring v0.16.20 |
2580 | 2024-09-16T14:25:24.924Z | Compiling blake3 v1.5.1 |
2581 | 2024-09-16T14:25:24.960Z | Compiling derive-where v1.2.7 |
2582 | 2024-09-16T14:25:25.380Z | Compiling half v2.4.1 |
2583 | 2024-09-16T14:25:25.590Z | Compiling unicase v2.7.0 |
2584 | 2024-09-16T14:25:25.925Z | Compiling cookie v0.18.1 |
2585 | 2024-09-16T14:25:25.952Z | Compiling linear-map v1.2.0 |
2586 | 2024-09-16T14:25:26.082Z | Compiling indent_write v2.2.0 |
2587 | 2024-09-16T14:25:26.254Z | Compiling owo-colors v4.0.0 |
2588 | 2024-09-16T14:25:26.325Z | Compiling termcolor v1.4.1 |
2589 | 2024-09-16T14:25:26.325Z | Compiling quick-error v1.2.3 |
2590 | 2024-09-16T14:25:26.502Z | Compiling ciborium-io v0.2.2 |
2591 | 2024-09-16T14:25:26.649Z | Compiling linked-hash-map v0.5.6 |
2592 | 2024-09-16T14:25:27.045Z | Compiling arc-swap v1.7.1 |
2593 | 2024-09-16T14:25:27.258Z | Compiling lru-cache v0.1.2 |
2594 | 2024-09-16T14:25:27.483Z | Compiling env_logger v0.9.3 |
2595 | 2024-09-16T14:25:27.719Z | Compiling thiserror-no-std v2.0.2 |
2596 | 2024-09-16T14:25:27.719Z | Compiling slog-scope v4.4.0 |
2597 | 2024-09-16T14:25:27.865Z | Compiling ciborium-ll v0.2.2 |
2598 | 2024-09-16T14:25:28.268Z | Compiling resolv-conf v0.7.0 |
2599 | 2024-09-16T14:25:28.571Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2600 | 2024-09-16T14:25:28.574Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2601 | 2024-09-16T14:25:28.722Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2602 | 2024-09-16T14:25:28.791Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2603 | 2024-09-16T14:25:29.034Z | Compiling rayon v1.10.0 |
2604 | 2024-09-16T14:25:29.407Z | Compiling polyval v0.6.2 |
2605 | 2024-09-16T14:25:29.456Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2606 | 2024-09-16T14:25:29.476Z | Compiling rfc6979 v0.4.0 |
2607 | 2024-09-16T14:25:29.667Z | Compiling bitstruct_derive v0.1.0 |
2608 | 2024-09-16T14:25:29.841Z | Compiling memmap2 v0.9.4 |
2609 | 2024-09-16T14:25:29.957Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2610 | 2024-09-16T14:25:30.106Z | Compiling highway v1.2.0 |
2611 | 2024-09-16T14:25:30.329Z | Compiling arrayref v0.3.7 |
2612 | 2024-09-16T14:25:30.449Z | Compiling untrusted v0.7.1 |
2613 | 2024-09-16T14:25:30.654Z | Compiling arrayvec v0.7.4 |
2614 | 2024-09-16T14:25:30.898Z | Compiling libefi-sys v0.1.0 |
2615 | 2024-09-16T14:25:31.062Z | Compiling ascii v1.1.0 |
2616 | 2024-09-16T14:25:31.098Z | Compiling parking_lot_core v0.8.6 |
2617 | 2024-09-16T14:25:31.118Z | Compiling constant_time_eq v0.3.0 |
2618 | 2024-09-16T14:25:31.214Z | Compiling spin v0.5.2 |
2619 | 2024-09-16T14:25:31.346Z | Compiling bitstruct v0.1.1 |
2620 | 2024-09-16T14:25:31.452Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2621 | 2024-09-16T14:25:31.640Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2622 | 2024-09-16T14:25:31.659Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2623 | 2024-09-16T14:25:31.982Z | Compiling ghash v0.5.1 |
2624 | 2024-09-16T14:25:32.142Z | Compiling ecdsa v0.16.9 |
2625 | 2024-09-16T14:25:32.187Z | Compiling steno v0.4.1 |
2626 | 2024-09-16T14:25:32.667Z | Compiling hickory-resolver v0.24.1 |
2627 | 2024-09-16T14:25:32.981Z | Compiling ciborium v0.2.2 |
2628 | 2024-09-16T14:25:33.001Z | Compiling slog-stdlog v4.1.1 |
2629 | 2024-09-16T14:25:33.390Z | Compiling vsss-rs v3.3.4 |
2630 | 2024-09-16T14:25:34.305Z | Compiling toolchain_find v0.4.0 |
2631 | 2024-09-16T14:25:34.543Z | Compiling chacha20poly1305 v0.10.1 |
2632 | 2024-09-16T14:25:34.786Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2633 | 2024-09-16T14:25:35.015Z | Compiling primeorder v0.13.6 |
2634 | 2024-09-16T14:25:35.037Z | Compiling ctr v0.9.2 |
2635 | 2024-09-16T14:25:35.218Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2636 | 2024-09-16T14:25:35.398Z | Compiling serde_arrays v0.1.0 |
2637 | 2024-09-16T14:25:35.532Z | Compiling erased-serde v0.3.31 |
2638 | 2024-09-16T14:25:35.551Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2639 | 2024-09-16T14:25:35.578Z | Compiling bitfield-struct v0.6.1 |
2640 | 2024-09-16T14:25:35.611Z | Compiling slog-dtrace v0.3.0 |
2641 | 2024-09-16T14:25:35.948Z | Compiling topological-sort v0.2.2 |
2642 | 2024-09-16T14:25:36.170Z | Compiling omicron-zone-package v0.11.0 |
2643 | 2024-09-16T14:25:36.191Z | Compiling aes-gcm v0.10.3 |
2644 | 2024-09-16T14:25:36.502Z | Compiling rustfmt-wrapper v0.2.1 |
2645 | 2024-09-16T14:25:36.869Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2646 | 2024-09-16T14:25:36.983Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2647 | 2024-09-16T14:25:37.082Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2648 | 2024-09-16T14:25:37.109Z | Compiling slog-envlogger v2.2.0 |
2649 | 2024-09-16T14:25:37.861Z | Compiling mime_guess v2.0.4 |
2650 | 2024-09-16T14:25:38.545Z | Compiling tungstenite v0.20.1 |
2651 | 2024-09-16T14:25:38.564Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2652 | 2024-09-16T14:25:39.251Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2653 | 2024-09-16T14:25:39.300Z | Compiling heck v0.3.3 |
2654 | 2024-09-16T14:25:39.320Z | Compiling ed25519 v2.2.3 |
2655 | 2024-09-16T14:25:39.802Z | Compiling ssh-encoding v0.2.0 |
2656 | 2024-09-16T14:25:39.893Z | Compiling blowfish v0.9.1 |
2657 | 2024-09-16T14:25:40.360Z | Compiling nibble_vec v0.1.0 |
2658 | 2024-09-16T14:25:40.360Z | Compiling endian-type v0.1.2 |
2659 | 2024-09-16T14:25:40.468Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2660 | 2024-09-16T14:25:40.591Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2661 | 2024-09-16T14:25:40.627Z | Compiling radix_trie v0.2.1 |
2662 | 2024-09-16T14:25:40.724Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2663 | 2024-09-16T14:25:40.765Z | Compiling ssh-cipher v0.2.0 |
2664 | 2024-09-16T14:25:40.834Z | Compiling bcrypt-pbkdf v0.10.0 |
2665 | 2024-09-16T14:25:41.366Z | Compiling zone_cfg_derive v0.1.2 |
2666 | 2024-09-16T14:25:41.389Z | Compiling ed25519-dalek v2.1.1 |
2667 | 2024-09-16T14:25:41.482Z | Compiling tokio-tungstenite v0.20.1 |
2668 | 2024-09-16T14:25:42.037Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2669 | 2024-09-16T14:25:42.322Z | Compiling parking_lot v0.11.2 |
2670 | 2024-09-16T14:25:42.588Z | Compiling gethostname v0.5.0 |
2671 | 2024-09-16T14:25:42.608Z | Compiling password-hash v0.4.2 |
2672 | 2024-09-16T14:25:42.611Z | Compiling fxhash v0.2.1 |
2673 | 2024-09-16T14:25:42.829Z | Compiling base64 v0.13.1 |
2674 | 2024-09-16T14:25:42.831Z | Compiling matches v0.1.10 |
2675 | 2024-09-16T14:25:42.918Z | Compiling zone v0.1.8 |
2676 | 2024-09-16T14:25:42.953Z | Compiling idna v0.2.3 |
2677 | 2024-09-16T14:25:43.046Z | Compiling sled v0.34.7 |
2678 | 2024-09-16T14:25:43.223Z | Compiling pbkdf2 v0.11.0 |
2679 | 2024-09-16T14:25:43.446Z | Compiling ron v0.7.1 |
2680 | 2024-09-16T14:25:43.582Z | Compiling ssh-key v0.6.6 |
2681 | 2024-09-16T14:25:44.593Z | Compiling hickory-client v0.24.1 |
2682 | 2024-09-16T14:25:44.645Z | Compiling p256 v0.13.2 |
2683 | 2024-09-16T14:25:45.544Z | Compiling p384 v0.13.0 |
2684 | 2024-09-16T14:25:45.867Z | Compiling p521 v0.13.3 |
2685 | 2024-09-16T14:25:45.972Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2686 | 2024-09-16T14:25:47.078Z | Compiling hickory-server v0.24.1 |
2687 | 2024-09-16T14:25:47.952Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2688 | 2024-09-16T14:25:48.258Z | Compiling pem v3.0.4 |
2689 | 2024-09-16T14:25:48.397Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2690 | 2024-09-16T14:25:48.417Z | Compiling enum-as-inner v0.5.1 |
2691 | 2024-09-16T14:25:48.435Z | Compiling yasna v0.5.2 |
2692 | 2024-09-16T14:25:49.091Z | Compiling headers-core v0.2.0 |
2693 | 2024-09-16T14:25:49.120Z | Compiling portpicker v0.1.1 |
2694 | 2024-09-16T14:25:49.267Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2695 | 2024-09-16T14:25:49.493Z | Compiling kstat-rs v0.2.4 |
2696 | 2024-09-16T14:25:49.543Z | Compiling nanorand v0.7.0 |
2697 | 2024-09-16T14:25:49.675Z | Compiling russh-cryptovec v0.7.2 |
2698 | 2024-09-16T14:25:50.008Z | Compiling glob v0.3.1 |
2699 | 2024-09-16T14:25:50.137Z | Compiling md5 v0.7.0 |
2700 | 2024-09-16T14:25:50.156Z | Compiling http-range v0.1.5 |
2701 | 2024-09-16T14:25:50.181Z | Compiling flume v0.11.0 |
2702 | 2024-09-16T14:25:50.532Z | Compiling russh-keys v0.45.0 |
2703 | 2024-09-16T14:25:50.648Z | Compiling hyper-staticfile v0.9.5 |
2704 | 2024-09-16T14:25:50.889Z | Compiling trust-dns-proto v0.22.0 |
2705 | 2024-09-16T14:25:51.046Z | Compiling rcgen v0.12.1 |
2706 | 2024-09-16T14:25:51.629Z | Compiling headers v0.3.9 |
2707 | 2024-09-16T14:25:51.703Z | Compiling atomicwrites v0.4.3 |
2708 | 2024-09-16T14:25:52.102Z | Compiling itertools v0.13.0 |
2709 | 2024-09-16T14:25:53.606Z | Compiling num-bigint v0.4.5 |
2710 | 2024-09-16T14:25:53.640Z | Compiling des v0.8.1 |
2711 | 2024-09-16T14:25:53.998Z | Compiling subprocess v0.2.9 |
2712 | 2024-09-16T14:25:54.566Z | Compiling dhcproto-macros v0.1.0 |
2713 | 2024-09-16T14:25:54.879Z | Compiling display-error-chain v0.2.1 |
2714 | 2024-09-16T14:25:55.064Z | Compiling hex-literal v0.4.1 |
2715 | 2024-09-16T14:25:55.140Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2716 | 2024-09-16T14:25:55.234Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2717 | 2024-09-16T14:25:55.365Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2718 | 2024-09-16T14:25:55.427Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2719 | 2024-09-16T14:25:55.555Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2720 | 2024-09-16T14:25:55.685Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2721 | 2024-09-16T14:25:56.041Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2722 | 2024-09-16T14:25:57.454Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2723 | 2024-09-16T14:25:58.959Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2724 | 2024-09-16T14:25:59.102Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2725 | 2024-09-16T14:26:02.145Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2726 | 2024-09-16T14:26:03.019Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2727 | 2024-09-16T14:26:03.343Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2728 | 2024-09-16T14:26:04.613Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2729 | 2024-09-16T14:26:04.760Z | Compiling russh v0.45.0 |
2730 | 2024-09-16T14:26:05.099Z | Compiling dhcproto v0.12.0 |
2731 | 2024-09-16T14:26:06.166Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2732 | 2024-09-16T14:26:08.603Z | Compiling internet-checksum v0.2.1 |
2733 | 2024-09-16T14:26:13.289Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2734 | 2024-09-16T14:26:13.289Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2735 | 2024-09-16T14:26:13.328Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2736 | 2024-09-16T14:26:13.532Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2737 | 2024-09-16T14:26:16.486Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2738 | 2024-09-16T14:26:16.600Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2739 | 2024-09-16T14:26:16.743Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2740 | 2024-09-16T14:26:17.517Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2741 | 2024-09-16T14:26:17.577Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2742 | 2024-09-16T14:26:18.529Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2743 | 2024-09-16T14:26:19.947Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2744 | 2024-09-16T14:26:21.246Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2745 | 2024-09-16T14:26:21.365Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2746 | 2024-09-16T14:26:21.872Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2747 | 2024-09-16T14:26:23.154Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2748 | 2024-09-16T14:26:23.903Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2749 | 2024-09-16T14:26:26.643Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2750 | 2024-09-16T14:26:27.107Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2751 | 2024-09-16T14:26:27.714Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2752 | 2024-09-16T14:26:30.315Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2753 | 2024-09-16T14:26:30.560Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2754 | 2024-09-16T14:26:37.953Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2755 | 2024-09-16T14:26:45.496Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2756 | 2024-09-16T14:26:45.963Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2757 | 2024-09-16T14:26:47.900Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2758 | 2024-09-16T14:27:04.769Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2759 | 2024-09-16T14:27:37.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s |
2760 | 2024-09-16T14:27:37.926Z | |
2761 | 2024-09-16T14:27:37.926Z | real 2:37.018472792 |
2762 | 2024-09-16T14:27:37.926Z | user 12:46.559549833 |
2763 | 2024-09-16T14:27:37.926Z | sys 2:41.798137915 |
2764 | 2024-09-16T14:27:37.926Z | trap 0.352097813 |
2765 | 2024-09-16T14:27:37.926Z | tflt 1.498731402 |
2766 | 2024-09-16T14:27:37.926Z | dflt 1.658315430 |
2767 | 2024-09-16T14:27:37.926Z | kflt 0.000551955 |
2768 | 2024-09-16T14:27:37.929Z | lock 26:58.608879772 |
2769 | 2024-09-16T14:27:37.929Z | slp 47:23.021671781 |
2770 | 2024-09-16T14:27:37.929Z | lat 39.709308481 |
2771 | 2024-09-16T14:27:37.929Z | stop 1:41.698974231 |
2772 | 2024-09-16T14:27:37.929Z | + mkdir tests |
2773 | 2024-09-16T14:27:37.931Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2774 | 2024-09-16T14:27:37.931Z | + xargs -I '{}' -t cp '{}' tests/ |
2775 | 2024-09-16T14:27:37.970Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-97bcfd75e3ae34ae tests/ |
2776 | 2024-09-16T14:27:37.997Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-aba9f6eab0977353 tests/ |
2777 | 2024-09-16T14:27:38.026Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a546f261bede4f44 tests/ |
2778 | 2024-09-16T14:27:38.053Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-638a5ce984997f62 tests/ |
2779 | 2024-09-16T14:27:38.272Z | + 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/*) |
2780 | 2024-09-16T14:27:38.275Z | + 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-a546f261bede4f44 tests/commtest-aba9f6eab0977353 tests/dhcp_server-97bcfd75e3ae34ae tests/end_to_end_tests-638a5ce984997f62 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 |
2781 | 2024-09-16T14:28:42.106Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2782 | 2024-09-16T14:28:42.106Z | a out/target/test 1K |
2783 | 2024-09-16T14:28:42.106Z | a out/npuzone/npuzone 23144K |
2784 | 2024-09-16T14:28:42.106Z | a package-manifest.toml 32K |
2785 | 2024-09-16T14:28:42.106Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2786 | 2024-09-16T14:28:42.106Z | a target/release/omicron-package 32529K |
2787 | 2024-09-16T14:28:42.106Z | a target/release/xtask 11987K |
2788 | 2024-09-16T14:28:42.106Z | a target/debug/bootstrap 193912K |
2789 | 2024-09-16T14:28:42.106Z | a tests/bootstrap-a546f261bede4f44 23974K |
2790 | 2024-09-16T14:28:42.106Z | a tests/commtest-aba9f6eab0977353 24235K |
2791 | 2024-09-16T14:28:42.106Z | a tests/dhcp_server-97bcfd75e3ae34ae 23974K |
2792 | 2024-09-16T14:28:42.106Z | a tests/end_to_end_tests-638a5ce984997f62 211418K |
2793 | 2024-09-16T14:28:42.106Z | a out/clickhouse.tar.gz 232815K |
2794 | 2024-09-16T14:28:42.106Z | a out/clickhouse_keeper.tar.gz 232816K |
2795 | 2024-09-16T14:28:42.107Z | a out/clickhouse_server.tar.gz 232815K |
2796 | 2024-09-16T14:28:42.107Z | a out/cockroachdb.tar.gz 132152K |
2797 | 2024-09-16T14:28:42.107Z | a out/crucible-dtrace.tar 84K |
2798 | 2024-09-16T14:28:42.107Z | a out/crucible-pantry-zone.tar.gz 25982K |
2799 | 2024-09-16T14:28:42.107Z | a out/crucible-zone.tar.gz 34243K |
2800 | 2024-09-16T14:28:42.107Z | a out/external-dns.tar.gz 25076K |
2801 | 2024-09-16T14:28:42.107Z | a out/internal-dns.tar.gz 25076K |
2802 | 2024-09-16T14:28:42.107Z | a out/mg-ddm-gz.tar 62160K |
2803 | 2024-09-16T14:28:42.107Z | a out/nexus.tar.gz 91918K |
2804 | 2024-09-16T14:28:42.107Z | a out/ntp.tar.gz 9054K |
2805 | 2024-09-16T14:28:42.107Z | a out/omicron-gateway-softnpu.tar.gz 20764K |
2806 | 2024-09-16T14:28:42.107Z | a out/omicron-sled-agent.tar 98527K |
2807 | 2024-09-16T14:28:42.107Z | a out/overlay.tar.gz 3K |
2808 | 2024-09-16T14:28:42.107Z | a out/oximeter.tar.gz 42466K |
2809 | 2024-09-16T14:28:42.107Z | a out/oxlog.tar 3038K |
2810 | 2024-09-16T14:28:42.107Z | a out/probe.tar.gz 2764K |
2811 | 2024-09-16T14:28:42.107Z | a out/propolis-server.tar.gz 65665K |
2812 | 2024-09-16T14:28:42.107Z | a out/pumpkind-gz.tar 26665K |
2813 | 2024-09-16T14:28:42.107Z | a out/switch-softnpu.tar.gz 217872K |
2814 | 2024-09-16T14:28:42.110Z | |
2815 | 2024-09-16T14:28:42.110Z | real 1:03.822168956 |
2816 | 2024-09-16T14:28:42.110Z | user 1:00.871100941 |
2817 | 2024-09-16T14:28:42.110Z | sys 4.175620879 |
2818 | 2024-09-16T14:28:42.110Z | trap 0.017043719 |
2819 | 2024-09-16T14:28:42.110Z | tflt 0.000000000 |
2820 | 2024-09-16T14:28:42.110Z | dflt 0.000000000 |
2821 | 2024-09-16T14:28:42.110Z | kflt 0.000000000 |
2822 | 2024-09-16T14:28:42.110Z | lock 0.000000000 |
2823 | 2024-09-16T14:28:42.110Z | slp 1:00.704452504 |
2824 | 2024-09-16T14:28:42.110Z | lat 1.870037702 |
2825 | 2024-09-16T14:28:42.110Z | stop 0.000535416 |
2826 | 2024-09-16T14:28:42.110Z | process exited: duration 1761210 ms, exit code 0 |
|
2827 | 2024-09-16T14:28:42.124Z | found 1 output files |
2828 | 2024-09-16T14:28:42.124Z | uploading: /work/package.tar.gz (1627024348 bytes) |
2829 | 2024-09-16T14:29:11.862Z | uploaded: /work/package.tar.gz |