|
|
|
1 | 2024-12-06T19:54:40.572Z | job assigned to worker 01JEERJRYEHGVCW5RSVMRPDE1A [factory gimlet-EVT22200007-propolis, EVT22200007/20026] (queued for 35 s) |
|
2 | 2024-12-06T19:54:48.891Z | starting task 0: "setup" |
3 | 2024-12-06T19:54:48.915Z | ++ uname -s |
4 | 2024-12-06T19:54:48.915Z | + kern=SunOS |
5 | 2024-12-06T19:54:48.915Z | + case "$kern" in |
6 | 2024-12-06T19:54:48.915Z | + groupadd -g 12345 build |
7 | 2024-12-06T19:54:48.915Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-06T19:54:50.915Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-06T19:54:50.949Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-06T19:54:50.973Z | + home_fs=zfs |
11 | 2024-12-06T19:54:50.974Z | + [[ zfs == autofs ]] |
12 | 2024-12-06T19:54:50.974Z | + mkdir -p /home/build |
13 | 2024-12-06T19:54:50.974Z | + chown build:build /home/build /work |
14 | 2024-12-06T19:54:52.959Z | + chmod 0700 /home/build /work |
15 | 2024-12-06T19:54:52.985Z | process exited: duration 4074 ms, exit code 0 |
|
16 | 2024-12-06T19:54:53.037Z | starting task 1: "rust-toolchain" |
17 | 2024-12-06T19:54:53.061Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-06T19:54:53.062Z | * toolchain channel = "1.81.0" |
19 | 2024-12-06T19:54:53.062Z | ' 1.81.0 |
20 | 2024-12-06T19:54:53.062Z | * toolchain profile = "default" |
21 | 2024-12-06T19:54:53.062Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-06T19:54:53.062Z | ' default |
23 | 2024-12-06T19:54:53.062Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-06T19:54:53.062Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-06T19:54:53.168Z | info: downloading installer |
26 | 2024-12-06T19:54:53.840Z | info: profile set to 'default' |
27 | 2024-12-06T19:54:53.840Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-06T19:54:53.840Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-06T19:54:53.925Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-06T19:54:53.925Z | info: downloading component 'cargo' |
31 | 2024-12-06T19:54:54.042Z | info: downloading component 'clippy' |
32 | 2024-12-06T19:54:54.089Z | info: downloading component 'rust-docs' |
33 | 2024-12-06T19:54:54.249Z | info: downloading component 'rust-std' |
34 | 2024-12-06T19:54:54.484Z | info: downloading component 'rustc' |
35 | 2024-12-06T19:54:55.346Z | info: downloading component 'rustfmt' |
36 | 2024-12-06T19:54:55.385Z | info: installing component 'cargo' |
37 | 2024-12-06T19:54:56.450Z | info: installing component 'clippy' |
38 | 2024-12-06T19:54:56.874Z | info: installing component 'rust-docs' |
39 | 2024-12-06T19:54:59.556Z | info: installing component 'rust-std' |
40 | 2024-12-06T19:55:01.539Z | info: installing component 'rustc' |
41 | 2024-12-06T19:55:08.396Z | info: installing component 'rustfmt' |
42 | 2024-12-06T19:55:08.778Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-06T19:55:08.778Z | |
44 | 2024-12-06T19:55:08.922Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-06T19:55:08.922Z | |
46 | 2024-12-06T19:55:08.946Z | |
47 | 2024-12-06T19:55:08.946Z | Rust is installed now. Great! |
48 | 2024-12-06T19:55:08.946Z | |
49 | 2024-12-06T19:55:08.946Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-06T19:55:08.946Z | environment variable. This has not been done automatically. |
51 | 2024-12-06T19:55:08.946Z | |
52 | 2024-12-06T19:55:08.946Z | To configure your current shell, you need to source |
53 | 2024-12-06T19:55:08.946Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-06T19:55:08.946Z | |
55 | 2024-12-06T19:55:08.946Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-06T19:55:08.946Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-06T19:55:08.946Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-06T19:55:09.016Z | + rustc --version |
59 | 2024-12-06T19:55:09.129Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-06T19:55:09.153Z | process exited: duration 16097 ms, exit code 0 |
|
61 | 2024-12-06T19:55:09.201Z | starting task 2: "authentication" |
62 | 2024-12-06T19:55:09.258Z | process exited: duration 57 ms, exit code 0 |
|
63 | 2024-12-06T19:55:09.309Z | starting task 3: "clone repository" |
64 | 2024-12-06T19:55:09.333Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-06T19:55:09.333Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-06T19:55:09.358Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-06T19:55:21.683Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-06T19:55:21.683Z | + git fetch origin dd376b02d913e55e4cbc41ffd833280201241145 |
69 | 2024-12-06T19:55:22.100Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-06T19:55:22.100Z | * branch dd376b02d913e55e4cbc41ffd833280201241145 -> FETCH_HEAD |
71 | 2024-12-06T19:55:22.124Z | + [[ -n gjcolombo/ingest-propolis-ensure-api ]] |
72 | 2024-12-06T19:55:22.124Z | ++ git branch --show-current |
73 | 2024-12-06T19:55:22.124Z | + current=main |
74 | 2024-12-06T19:55:22.124Z | + [[ main != gjcolombo/ingest-propolis-ensure-api ]] |
75 | 2024-12-06T19:55:22.124Z | + git branch -f gjcolombo/ingest-propolis-ensure-api dd376b02d913e55e4cbc41ffd833280201241145 |
76 | 2024-12-06T19:55:22.148Z | + git checkout -f gjcolombo/ingest-propolis-ensure-api |
77 | 2024-12-06T19:55:22.322Z | Switched to branch 'gjcolombo/ingest-propolis-ensure-api' |
78 | 2024-12-06T19:55:22.346Z | + git reset --hard dd376b02d913e55e4cbc41ffd833280201241145 |
79 | 2024-12-06T19:55:22.346Z | HEAD is now at dd376b02d remove unneeded sled agent param |
80 | 2024-12-06T19:55:22.346Z | process exited: duration 13034 ms, exit code 0 |
|
81 | 2024-12-06T19:55:22.393Z | starting task 4: "build" |
82 | 2024-12-06T19:55:22.417Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-06T19:55:22.417Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-06T19:55:22.417Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-06T19:55:22.418Z | + cargo --version |
86 | 2024-12-06T19:55:22.468Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-06T19:55:22.492Z | + rustc --version |
88 | 2024-12-06T19:55:22.543Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-06T19:55:22.567Z | + WORK=/work |
90 | 2024-12-06T19:55:22.567Z | + pfexec mkdir -p /work |
91 | 2024-12-06T19:55:22.567Z | + pfexec chown build /work |
92 | 2024-12-06T19:55:22.567Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-12-06T19:55:31.136Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-12-06T19:55:35.545Z | Startup: Caching catalogs ... Done |
95 | 2024-12-06T19:55:48.108Z | Planning: Solver setup ... Done (11.553s) |
96 | 2024-12-06T19:55:48.259Z | Planning: Running solver ... Done (0.152s) |
97 | 2024-12-06T19:55:48.355Z | Planning: Finding local manifests ... Done (0.003s) |
98 | 2024-12-06T19:55:48.446Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-12-06T19:55:49.169Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-12-06T19:55:49.299Z | Planning: Package planning ... Done (0.130s) |
101 | 2024-12-06T19:55:49.367Z | Planning: Merging actions ... Done (0.068s) |
102 | 2024-12-06T19:55:49.584Z | Planning: Checking for conflicting actions ... Done (0.217s) |
103 | 2024-12-06T19:55:50.639Z | Planning: Consolidating action changes ... Done (1.055s) |
104 | 2024-12-06T19:55:51.040Z | Planning: Evaluating mediators ... Done (0.401s) |
105 | 2024-12-06T19:55:51.141Z | Planning: Planning completed in 15.51 seconds |
106 | 2024-12-06T19:55:51.165Z | Packages to install: 4 |
107 | 2024-12-06T19:55:51.165Z | Packages to update: 1 |
108 | 2024-12-06T19:55:51.165Z | Mediators to change: 2 |
109 | 2024-12-06T19:55:51.165Z | Services to change: 1 |
110 | 2024-12-06T19:55:51.165Z | Estimated space available: 155.18 GB |
111 | 2024-12-06T19:55:51.165Z | Estimated space to be consumed: 1.61 GB |
112 | 2024-12-06T19:55:51.165Z | Create boot environment: No |
113 | 2024-12-06T19:55:51.165Z | Create backup boot environment: Yes |
114 | 2024-12-06T19:55:51.165Z | Rebuild boot archive: No |
115 | 2024-12-06T19:55:51.165Z | |
116 | 2024-12-06T19:55:51.165Z | Changed mediators: |
117 | 2024-12-06T19:55:51.165Z | mediator clang: |
118 | 2024-12-06T19:55:51.165Z | version: None -> 15 (system default) |
119 | 2024-12-06T19:55:51.165Z | |
120 | 2024-12-06T19:55:51.165Z | mediator llvm: |
121 | 2024-12-06T19:55:51.165Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-12-06T19:55:51.165Z | |
123 | 2024-12-06T19:55:51.166Z | Changed packages: |
124 | 2024-12-06T19:55:51.166Z | helios-dev |
125 | 2024-12-06T19:55:51.166Z | developer/build-essential |
126 | 2024-12-06T19:55:51.166Z | None -> 11-2.0 |
127 | 2024-12-06T19:55:51.166Z | library/libxmlsec1 |
128 | 2024-12-06T19:55:51.166Z | None -> 1.2.35-2.0 |
129 | 2024-12-06T19:55:51.166Z | ooce/developer/clang-15 |
130 | 2024-12-06T19:55:51.166Z | None -> 15.0.7-2.0 |
131 | 2024-12-06T19:55:51.166Z | ooce/developer/llvm-15 |
132 | 2024-12-06T19:55:51.166Z | None -> 15.0.7-2.0 |
133 | 2024-12-06T19:55:51.166Z | package/pkg |
134 | 2024-12-06T19:55:51.166Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-12-06T19:55:51.166Z | |
136 | 2024-12-06T19:55:51.166Z | Services: |
137 | 2024-12-06T19:55:51.166Z | restart_fmri: |
138 | 2024-12-06T19:55:51.166Z | svc:/system/update-man-index:default |
139 | 2024-12-06T19:55:51.166Z | |
140 | 2024-12-06T19:55:51.166Z | Editable files to change: |
141 | 2024-12-06T19:55:51.166Z | Update: |
142 | 2024-12-06T19:55:51.166Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-12-06T19:55:51.230Z | |
144 | 2024-12-06T19:55:51.230Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-12-06T19:55:57.405Z | Download: 211/4281 items 1.3/220.6MB 0% complete (689k/s) |
146 | 2024-12-06T19:56:02.408Z | Download: 1140/4281 items 40.4/220.6MB 18% complete (3.9M/s) |
147 | 2024-12-06T19:56:07.408Z | Download: 1199/4281 items 83.5/220.6MB 37% complete (8.3M/s) |
148 | 2024-12-06T19:56:12.411Z | Download: 2137/4281 items 118.9/220.6MB 53% complete (8.3M/s) |
149 | 2024-12-06T19:56:20.047Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (6.5M/s) |
150 | 2024-12-06T19:56:25.051Z | Download: 3258/4281 items 204.7/220.6MB 92% complete (17.1M/s) |
151 | 2024-12-06T19:56:27.963Z | Download: Completed 220.60 MB in 36.73 seconds (6.0M/s) |
152 | 2024-12-06T19:56:29.474Z | Actions: 1/5063 actions (Removing old actions) |
153 | 2024-12-06T19:56:29.498Z | Actions: 194/5063 actions (Installing new actions) |
154 | 2024-12-06T19:56:34.890Z | Actions: 3536/5063 actions (Installing new actions) |
155 | 2024-12-06T19:56:35.215Z | Actions: 4226/5063 actions (Updating modified actions) |
156 | 2024-12-06T19:56:35.568Z | Actions: Completed 5063 actions in 6.09 seconds. |
157 | 2024-12-06T19:56:35.915Z | Done (0.337s) |
158 | 2024-12-06T19:56:35.939Z | Done (0.000s) |
159 | 2024-12-06T19:56:36.580Z | Done (0.664s) |
160 | 2024-12-06T19:56:41.248Z | Done (4.496s) |
161 | 2024-12-06T19:56:41.335Z | Done (0.018s) |
162 | 2024-12-06T19:56:41.359Z | Done (0.000s) |
163 | 2024-12-06T19:56:41.514Z | Done (0.000s) |
164 | 2024-12-06T19:56:42.267Z | Planning: Evaluating mediator changes ... Done |
165 | 2024-12-06T19:56:42.514Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-12-06T19:56:42.539Z | Planning: Consolidating action changes ... Done |
167 | 2024-12-06T19:56:42.839Z | Planning: Evaluating mediators ... Done |
168 | 2024-12-06T19:56:42.863Z | Planning: Planning completed in 0.57 seconds |
169 | 2024-12-06T19:56:42.887Z | Mediators to change: 2 |
170 | 2024-12-06T19:56:42.887Z | Create boot environment: No |
171 | 2024-12-06T19:56:42.887Z | Create backup boot environment: No |
172 | 2024-12-06T19:56:42.945Z | Done |
173 | 2024-12-06T19:56:42.946Z | Done |
174 | 2024-12-06T19:56:43.415Z | Done |
175 | 2024-12-06T19:56:47.577Z | Done |
176 | 2024-12-06T19:56:47.666Z | Done |
177 | 2024-12-06T19:56:47.666Z | Done |
178 | 2024-12-06T19:56:47.755Z | Done |
179 | 2024-12-06T19:56:48.461Z | Planning: Evaluating mediator changes ... Done |
180 | 2024-12-06T19:56:48.485Z | Planning: Merging actions ... Done |
181 | 2024-12-06T19:56:48.690Z | Planning: Checking for conflicting actions ... Done |
182 | 2024-12-06T19:56:48.714Z | Planning: Consolidating action changes ... Done |
183 | 2024-12-06T19:56:49.013Z | Planning: Evaluating mediators ... Done |
184 | 2024-12-06T19:56:49.080Z | Planning: Planning completed in 0.91 seconds |
185 | 2024-12-06T19:56:49.126Z | Packages to change: 1 |
186 | 2024-12-06T19:56:49.126Z | Mediators to change: 1 |
187 | 2024-12-06T19:56:49.126Z | Services to change: 1 |
188 | 2024-12-06T19:56:49.126Z | Create boot environment: No |
189 | 2024-12-06T19:56:49.127Z | Create backup boot environment: Yes |
190 | 2024-12-06T19:56:50.728Z | Actions: 1/6 actions (Updating modified actions) |
191 | 2024-12-06T19:56:50.752Z | Actions: Completed 6 actions in 0.00 seconds. |
192 | 2024-12-06T19:56:50.752Z | Done |
193 | 2024-12-06T19:56:50.752Z | Done |
194 | 2024-12-06T19:56:50.863Z | Done |
195 | 2024-12-06T19:56:55.165Z | Done |
196 | 2024-12-06T19:56:55.259Z | Done |
197 | 2024-12-06T19:56:55.283Z | Done |
198 | 2024-12-06T19:56:55.350Z | Done |
199 | 2024-12-06T19:56:55.850Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
200 | 2024-12-06T19:56:55.850Z | clang system 15 system |
201 | 2024-12-06T19:56:55.850Z | csh system system illumos |
202 | 2024-12-06T19:56:55.850Z | ctags system system illumos |
203 | 2024-12-06T19:56:55.850Z | gcc vendor 12 vendor |
204 | 2024-12-06T19:56:55.850Z | gcc system 10 system |
205 | 2024-12-06T19:56:55.850Z | gcc system 7 system |
206 | 2024-12-06T19:56:55.850Z | go system 1.20 system |
207 | 2024-12-06T19:56:55.850Z | go system 1.19 system |
208 | 2024-12-06T19:56:55.850Z | llvm system 15 system |
209 | 2024-12-06T19:56:55.850Z | llvm system 14 system |
210 | 2024-12-06T19:56:55.850Z | mariadb system 10.6 system |
211 | 2024-12-06T19:56:55.850Z | mta vendor vendor dma |
212 | 2024-12-06T19:56:55.850Z | openjdk system 17 system |
213 | 2024-12-06T19:56:55.850Z | openjdk system 11 system |
214 | 2024-12-06T19:56:55.850Z | openjdk system 1.8 system |
215 | 2024-12-06T19:56:55.850Z | openssl vendor 3 vendor |
216 | 2024-12-06T19:56:55.850Z | perl system 5.36 system |
217 | 2024-12-06T19:56:55.850Z | postgresql system 15 system |
218 | 2024-12-06T19:56:55.850Z | postgresql system 13 system |
219 | 2024-12-06T19:56:55.850Z | python vendor 3 vendor |
220 | 2024-12-06T19:56:55.850Z | python system 2 system |
221 | 2024-12-06T19:56:55.850Z | python3 system 3.11 system |
222 | 2024-12-06T19:56:55.851Z | ruby system 3.0 system |
223 | 2024-12-06T19:56:55.851Z | words vendor vendor american-english |
224 | 2024-12-06T19:56:55.851Z | words system system australian-english |
225 | 2024-12-06T19:56:55.851Z | words system system british-english |
226 | 2024-12-06T19:56:55.851Z | words system system canadian-english |
227 | 2024-12-06T19:56:55.851Z | words system system french |
228 | 2024-12-06T19:56:55.851Z | words system system italian |
229 | 2024-12-06T19:56:55.851Z | words system system ngerman |
230 | 2024-12-06T19:56:55.851Z | words system system ogerman |
231 | 2024-12-06T19:56:55.851Z | words system system spanish |
232 | 2024-12-06T19:56:56.254Z | PUBLISHER TYPE STATUS P LOCATION |
233 | 2024-12-06T19:56:56.254Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
234 | 2024-12-06T19:56:59.439Z | FMRI IFO |
235 | 2024-12-06T19:56:59.439Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
236 | 2024-12-06T19:56:59.439Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
237 | 2024-12-06T19:56:59.439Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
238 | 2024-12-06T19:56:59.439Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
239 | 2024-12-06T19:56:59.439Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
240 | 2024-12-06T19:56:59.439Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
241 | 2024-12-06T19:56:59.439Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
242 | 2024-12-06T19:56:59.439Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
243 | 2024-12-06T19:56:59.439Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
244 | 2024-12-06T19:56:59.439Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
245 | 2024-12-06T19:56:59.439Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
246 | 2024-12-06T19:56:59.439Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
247 | 2024-12-06T19:56:59.439Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
248 | 2024-12-06T19:56:59.439Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
249 | 2024-12-06T19:56:59.439Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
250 | 2024-12-06T19:57:00.261Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
251 | 2024-12-06T19:57:00.642Z | Updating crates.io index |
252 | 2024-12-06T19:57:00.705Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
253 | 2024-12-06T19:57:01.351Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
254 | 2024-12-06T19:57:01.791Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
255 | 2024-12-06T19:57:02.139Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
256 | 2024-12-06T19:57:02.526Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
257 | 2024-12-06T19:57:03.547Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
258 | 2024-12-06T19:57:06.269Z | Updating git repository `https://github.com/oxidecomputer/opte` |
259 | 2024-12-06T19:57:07.503Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
260 | 2024-12-06T19:57:08.268Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
261 | 2024-12-06T19:57:08.665Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
262 | 2024-12-06T19:57:09.100Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
263 | 2024-12-06T19:57:09.797Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
264 | 2024-12-06T19:57:10.187Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
265 | 2024-12-06T19:57:10.627Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
266 | 2024-12-06T19:57:11.047Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
267 | 2024-12-06T19:57:11.426Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
268 | 2024-12-06T19:57:11.800Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
269 | 2024-12-06T19:57:12.255Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
270 | 2024-12-06T19:57:12.674Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
271 | 2024-12-06T19:57:13.097Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
272 | 2024-12-06T19:57:13.600Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
273 | 2024-12-06T19:57:14.223Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
274 | 2024-12-06T19:57:14.624Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
275 | 2024-12-06T19:57:15.133Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
276 | 2024-12-06T19:57:15.659Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
277 | 2024-12-06T19:57:16.022Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
278 | 2024-12-06T19:57:16.447Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
279 | 2024-12-06T19:57:16.871Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
280 | 2024-12-06T19:57:18.393Z | Downloading crates ... |
281 | 2024-12-06T19:57:18.454Z | Downloaded dof v0.3.0 |
282 | 2024-12-06T19:57:18.478Z | Downloaded usdt-macro v0.5.0 |
283 | 2024-12-06T19:57:18.478Z | Downloaded swrite v0.1.0 |
284 | 2024-12-06T19:57:18.478Z | Downloaded plain v0.2.3 |
285 | 2024-12-06T19:57:18.478Z | Downloaded indexmap v2.6.0 |
286 | 2024-12-06T19:57:18.478Z | Downloaded anyhow v1.0.93 |
287 | 2024-12-06T19:57:18.478Z | Downloaded anstyle-query v1.1.1 |
288 | 2024-12-06T19:57:18.478Z | Downloaded anstyle v1.0.10 |
289 | 2024-12-06T19:57:18.478Z | Downloaded anstream v0.6.15 |
290 | 2024-12-06T19:57:18.478Z | Downloaded anstyle-parse v0.2.5 |
291 | 2024-12-06T19:57:18.478Z | Downloaded bytecount v0.6.8 |
292 | 2024-12-06T19:57:18.502Z | Downloaded camino-tempfile v1.1.1 |
293 | 2024-12-06T19:57:18.502Z | Downloaded heck v0.4.1 |
294 | 2024-12-06T19:57:18.502Z | Downloaded crypto-common v0.1.6 |
295 | 2024-12-06T19:57:18.502Z | Downloaded clap_lex v0.7.2 |
296 | 2024-12-06T19:57:18.502Z | Downloaded hashbrown v0.15.0 |
297 | 2024-12-06T19:57:18.502Z | Downloaded fastrand v2.1.1 |
298 | 2024-12-06T19:57:18.502Z | Downloaded goblin v0.8.2 |
299 | 2024-12-06T19:57:18.528Z | Downloaded quote v1.0.37 |
300 | 2024-12-06T19:57:18.528Z | Downloaded scroll_derive v0.12.0 |
301 | 2024-12-06T19:57:18.528Z | Downloaded thiserror-impl v1.0.69 |
302 | 2024-12-06T19:57:18.528Z | Downloaded thread-id v4.2.2 |
303 | 2024-12-06T19:57:18.528Z | Downloaded ucd-trie v0.1.7 |
304 | 2024-12-06T19:57:18.528Z | Downloaded serde_spanned v0.6.8 |
305 | 2024-12-06T19:57:18.528Z | Downloaded textwrap v0.16.1 |
306 | 2024-12-06T19:57:18.528Z | Downloaded usdt-attr-macro v0.5.0 |
307 | 2024-12-06T19:57:18.528Z | Downloaded unicode-linebreak v0.1.5 |
308 | 2024-12-06T19:57:18.528Z | Downloaded thiserror v1.0.69 |
309 | 2024-12-06T19:57:18.553Z | Downloaded version_check v0.9.5 |
310 | 2024-12-06T19:57:18.553Z | Downloaded zerocopy-derive v0.7.35 |
311 | 2024-12-06T19:57:18.553Z | Downloaded serde_json v1.0.132 |
312 | 2024-12-06T19:57:18.553Z | Downloaded serde v1.0.215 |
313 | 2024-12-06T19:57:18.553Z | Downloaded log v0.4.22 |
314 | 2024-12-06T19:57:18.553Z | Downloaded syn v1.0.109 |
315 | 2024-12-06T19:57:18.577Z | Downloaded zerocopy v0.7.35 |
316 | 2024-12-06T19:57:18.600Z | Downloaded rustix v0.38.37 |
317 | 2024-12-06T19:57:18.628Z | Downloaded winnow v0.6.20 |
318 | 2024-12-06T19:57:18.628Z | Downloaded tabled v0.15.0 |
319 | 2024-12-06T19:57:18.652Z | Downloaded usdt-impl v0.5.0 |
320 | 2024-12-06T19:57:18.653Z | Downloaded unicode-ident v1.0.13 |
321 | 2024-12-06T19:57:18.653Z | Downloaded toml v0.8.19 |
322 | 2024-12-06T19:57:18.653Z | Downloaded syn v2.0.87 |
323 | 2024-12-06T19:57:18.677Z | Downloaded unicode-width v0.1.14 |
324 | 2024-12-06T19:57:18.677Z | Downloaded tempfile v3.13.0 |
325 | 2024-12-06T19:57:18.677Z | Downloaded itoa v1.0.11 |
326 | 2024-12-06T19:57:18.677Z | Downloaded is_terminal_polyfill v1.70.1 |
327 | 2024-12-06T19:57:18.677Z | Downloaded utf8parse v0.2.2 |
328 | 2024-12-06T19:57:18.677Z | Downloaded toml_datetime v0.6.8 |
329 | 2024-12-06T19:57:18.677Z | Downloaded semver v1.0.23 |
330 | 2024-12-06T19:57:18.677Z | Downloaded sha2 v0.10.8 |
331 | 2024-12-06T19:57:18.677Z | Downloaded serde_tokenstream v0.2.2 |
332 | 2024-12-06T19:57:18.677Z | Downloaded toml_edit v0.22.22 |
333 | 2024-12-06T19:57:18.701Z | Downloaded terminal_size v0.4.0 |
334 | 2024-12-06T19:57:18.701Z | Downloaded smawk v0.3.2 |
335 | 2024-12-06T19:57:18.701Z | Downloaded serde_derive v1.0.215 |
336 | 2024-12-06T19:57:18.725Z | Downloaded scroll v0.12.0 |
337 | 2024-12-06T19:57:18.726Z | Downloaded proc-macro-error-attr v1.0.4 |
338 | 2024-12-06T19:57:18.726Z | Downloaded pest_generator v2.7.14 |
339 | 2024-12-06T19:57:18.726Z | Downloaded heck v0.5.0 |
340 | 2024-12-06T19:57:18.726Z | Downloaded usdt v0.5.0 |
341 | 2024-12-06T19:57:18.726Z | Downloaded typenum v1.17.0 |
342 | 2024-12-06T19:57:18.726Z | Downloaded strsim v0.11.1 |
343 | 2024-12-06T19:57:18.726Z | Downloaded pest v2.7.14 |
344 | 2024-12-06T19:57:18.726Z | Downloaded proc-macro2 v1.0.89 |
345 | 2024-12-06T19:57:18.726Z | Downloaded pest_meta v2.7.14 |
346 | 2024-12-06T19:57:18.726Z | Downloaded once_cell v1.20.2 |
347 | 2024-12-06T19:57:18.750Z | Downloaded tabled_derive v0.7.0 |
348 | 2024-12-06T19:57:18.750Z | Downloaded proc-macro-error v1.0.4 |
349 | 2024-12-06T19:57:18.750Z | Downloaded pest_derive v2.7.14 |
350 | 2024-12-06T19:57:18.750Z | Downloaded memmap v0.7.0 |
351 | 2024-12-06T19:57:18.750Z | Downloaded libc v0.2.162 |
352 | 2024-12-06T19:57:18.774Z | Downloaded memchr v2.7.4 |
353 | 2024-12-06T19:57:18.774Z | Downloaded macaddr v1.0.1 |
354 | 2024-12-06T19:57:18.798Z | Downloaded ryu v1.0.18 |
355 | 2024-12-06T19:57:18.798Z | Downloaded pretty-hex v0.4.1 |
356 | 2024-12-06T19:57:18.798Z | Downloaded papergrid v0.11.0 |
357 | 2024-12-06T19:57:18.798Z | Downloaded errno v0.3.9 |
358 | 2024-12-06T19:57:18.798Z | Downloaded generic-array v0.14.7 |
359 | 2024-12-06T19:57:18.798Z | Downloaded fs-err v2.11.0 |
360 | 2024-12-06T19:57:18.798Z | Downloaded equivalent v1.0.1 |
361 | 2024-12-06T19:57:18.798Z | Downloaded dtrace-parser v0.2.0 |
362 | 2024-12-06T19:57:18.798Z | Downloaded digest v0.10.7 |
363 | 2024-12-06T19:57:18.798Z | Downloaded colorchoice v1.0.2 |
364 | 2024-12-06T19:57:18.798Z | Downloaded clap_derive v4.5.18 |
365 | 2024-12-06T19:57:18.798Z | Downloaded clap_builder v4.5.21 |
366 | 2024-12-06T19:57:18.822Z | Downloaded camino v1.1.9 |
367 | 2024-12-06T19:57:18.822Z | Downloaded block-buffer v0.10.4 |
368 | 2024-12-06T19:57:18.822Z | Downloaded autocfg v1.4.0 |
369 | 2024-12-06T19:57:18.822Z | Downloaded cargo_metadata v0.18.1 |
370 | 2024-12-06T19:57:18.822Z | Downloaded cfg-if v1.0.0 |
371 | 2024-12-06T19:57:18.822Z | Downloaded clap v4.5.21 |
372 | 2024-12-06T19:57:18.822Z | Downloaded cargo_toml v0.20.5 |
373 | 2024-12-06T19:57:18.822Z | Downloaded bitflags v2.6.0 |
374 | 2024-12-06T19:57:18.846Z | Downloaded fnv v1.0.7 |
375 | 2024-12-06T19:57:18.846Z | Downloaded byteorder v1.5.0 |
376 | 2024-12-06T19:57:18.846Z | Downloaded cpufeatures v0.2.14 |
377 | 2024-12-06T19:57:18.846Z | Downloaded cargo-platform v0.1.8 |
378 | 2024-12-06T19:57:18.970Z | Compiling proc-macro2 v1.0.89 |
379 | 2024-12-06T19:57:18.970Z | Compiling unicode-ident v1.0.13 |
380 | 2024-12-06T19:57:18.970Z | Compiling version_check v0.9.5 |
381 | 2024-12-06T19:57:18.970Z | Compiling serde v1.0.215 |
382 | 2024-12-06T19:57:18.995Z | Compiling thiserror v1.0.69 |
383 | 2024-12-06T19:57:18.995Z | Compiling memchr v2.7.4 |
384 | 2024-12-06T19:57:18.995Z | Compiling libc v0.2.162 |
385 | 2024-12-06T19:57:18.995Z | Compiling ryu v1.0.18 |
386 | 2024-12-06T19:57:19.265Z | Compiling ucd-trie v0.1.7 |
387 | 2024-12-06T19:57:19.367Z | Compiling itoa v1.0.11 |
388 | 2024-12-06T19:57:19.682Z | Compiling once_cell v1.20.2 |
389 | 2024-12-06T19:57:19.770Z | Compiling byteorder v1.5.0 |
390 | 2024-12-06T19:57:19.800Z | Compiling rustix v0.38.37 |
391 | 2024-12-06T19:57:20.080Z | Compiling serde_json v1.0.132 |
392 | 2024-12-06T19:57:20.184Z | Compiling bitflags v2.6.0 |
393 | 2024-12-06T19:57:20.491Z | Compiling usdt-impl v0.5.0 |
394 | 2024-12-06T19:57:20.559Z | Compiling proc-macro-error-attr v1.0.4 |
395 | 2024-12-06T19:57:20.698Z | Compiling syn v1.0.109 |
396 | 2024-12-06T19:57:20.725Z | Compiling proc-macro-error v1.0.4 |
397 | 2024-12-06T19:57:20.759Z | Compiling log v0.4.22 |
398 | 2024-12-06T19:57:20.830Z | Compiling quote v1.0.37 |
399 | 2024-12-06T19:57:21.038Z | Compiling errno v0.3.9 |
400 | 2024-12-06T19:57:21.135Z | Compiling equivalent v1.0.1 |
401 | 2024-12-06T19:57:21.170Z | Compiling hashbrown v0.15.0 |
402 | 2024-12-06T19:57:21.258Z | Compiling syn v2.0.87 |
403 | 2024-12-06T19:57:21.328Z | Compiling utf8parse v0.2.2 |
404 | 2024-12-06T19:57:21.417Z | Compiling plain v0.2.3 |
405 | 2024-12-06T19:57:21.520Z | Compiling camino v1.1.9 |
406 | 2024-12-06T19:57:21.548Z | Compiling thread-id v4.2.2 |
407 | 2024-12-06T19:57:21.578Z | Compiling anstyle-parse v0.2.5 |
408 | 2024-12-06T19:57:21.908Z | Compiling pretty-hex v0.4.1 |
409 | 2024-12-06T19:57:22.108Z | Compiling autocfg v1.4.0 |
410 | 2024-12-06T19:57:22.164Z | Compiling semver v1.0.23 |
411 | 2024-12-06T19:57:22.211Z | Compiling indexmap v2.6.0 |
412 | 2024-12-06T19:57:22.279Z | Compiling is_terminal_polyfill v1.70.1 |
413 | 2024-12-06T19:57:22.389Z | Compiling anstyle-query v1.1.1 |
414 | 2024-12-06T19:57:22.414Z | Compiling unicode-width v0.1.14 |
415 | 2024-12-06T19:57:22.530Z | Compiling colorchoice v1.0.2 |
416 | 2024-12-06T19:57:22.606Z | Compiling winnow v0.6.20 |
417 | 2024-12-06T19:57:22.677Z | Compiling anstyle v1.0.10 |
418 | 2024-12-06T19:57:23.057Z | Compiling anstream v0.6.15 |
419 | 2024-12-06T19:57:23.116Z | Compiling fs-err v2.11.0 |
420 | 2024-12-06T19:57:23.209Z | Compiling terminal_size v0.4.0 |
421 | 2024-12-06T19:57:23.346Z | Compiling fastrand v2.1.1 |
422 | 2024-12-06T19:57:23.391Z | Compiling bytecount v0.6.8 |
423 | 2024-12-06T19:57:23.435Z | Compiling heck v0.5.0 |
424 | 2024-12-06T19:57:23.582Z | Compiling cfg-if v1.0.0 |
425 | 2024-12-06T19:57:23.673Z | Compiling heck v0.4.1 |
426 | 2024-12-06T19:57:23.712Z | Compiling anyhow v1.0.93 |
427 | 2024-12-06T19:57:23.846Z | Compiling fnv v1.0.7 |
428 | 2024-12-06T19:57:23.932Z | Compiling clap_lex v0.7.2 |
429 | 2024-12-06T19:57:23.983Z | Compiling strsim v0.11.1 |
430 | 2024-12-06T19:57:24.193Z | Compiling tempfile v3.13.0 |
431 | 2024-12-06T19:57:24.363Z | Compiling clap_builder v4.5.21 |
432 | 2024-12-06T19:57:24.571Z | Compiling papergrid v0.11.0 |
433 | 2024-12-06T19:57:24.761Z | Compiling memmap v0.7.0 |
434 | 2024-12-06T19:57:24.869Z | Compiling unicode-linebreak v0.1.5 |
435 | 2024-12-06T19:57:24.971Z | Compiling smawk v0.3.2 |
436 | 2024-12-06T19:57:25.297Z | Compiling textwrap v0.16.1 |
437 | 2024-12-06T19:57:25.667Z | Compiling swrite v0.1.0 |
438 | 2024-12-06T19:57:26.539Z | Compiling tabled_derive v0.7.0 |
439 | 2024-12-06T19:57:28.093Z | Compiling tabled v0.15.0 |
440 | 2024-12-06T19:57:29.436Z | Compiling serde_derive v1.0.215 |
441 | 2024-12-06T19:57:29.436Z | Compiling thiserror-impl v1.0.69 |
442 | 2024-12-06T19:57:29.461Z | Compiling zerocopy-derive v0.7.35 |
443 | 2024-12-06T19:57:29.461Z | Compiling scroll_derive v0.12.0 |
444 | 2024-12-06T19:57:29.647Z | Compiling clap_derive v4.5.18 |
445 | 2024-12-06T19:57:30.520Z | Compiling scroll v0.12.0 |
446 | 2024-12-06T19:57:30.938Z | Compiling goblin v0.8.2 |
447 | 2024-12-06T19:57:31.161Z | Compiling zerocopy v0.7.35 |
448 | 2024-12-06T19:57:31.746Z | Compiling pest v2.7.14 |
449 | 2024-12-06T19:57:32.692Z | Compiling clap v4.5.21 |
450 | 2024-12-06T19:57:33.744Z | Compiling pest_meta v2.7.14 |
451 | 2024-12-06T19:57:34.711Z | Compiling pest_generator v2.7.14 |
452 | 2024-12-06T19:57:36.650Z | Compiling pest_derive v2.7.14 |
453 | 2024-12-06T19:57:37.252Z | Compiling dtrace-parser v0.2.0 |
454 | 2024-12-06T19:57:38.687Z | Compiling serde_spanned v0.6.8 |
455 | 2024-12-06T19:57:38.687Z | Compiling toml_datetime v0.6.8 |
456 | 2024-12-06T19:57:38.687Z | Compiling cargo-platform v0.1.8 |
457 | 2024-12-06T19:57:39.088Z | Compiling serde_tokenstream v0.2.2 |
458 | 2024-12-06T19:57:39.119Z | Compiling toml_edit v0.22.22 |
459 | 2024-12-06T19:57:39.195Z | Compiling macaddr v1.0.1 |
460 | 2024-12-06T19:57:39.317Z | Compiling camino-tempfile v1.1.1 |
461 | 2024-12-06T19:57:40.125Z | Compiling dof v0.3.0 |
462 | 2024-12-06T19:57:40.125Z | Compiling cargo_metadata v0.18.1 |
463 | 2024-12-06T19:57:41.636Z | Compiling toml v0.8.19 |
464 | 2024-12-06T19:57:42.072Z | Compiling usdt-attr-macro v0.5.0 |
465 | 2024-12-06T19:57:42.073Z | Compiling usdt-macro v0.5.0 |
466 | 2024-12-06T19:57:42.416Z | Compiling cargo_toml v0.20.5 |
467 | 2024-12-06T19:57:43.199Z | Compiling usdt v0.5.0 |
468 | 2024-12-06T19:57:46.587Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
469 | 2024-12-06T19:57:51.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.00s |
470 | 2024-12-06T19:57:52.248Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
471 | 2024-12-06T19:57:52.989Z | Downloading crates ... |
472 | 2024-12-06T19:57:53.118Z | Downloaded atomicwrites v0.4.4 |
473 | 2024-12-06T19:57:53.142Z | Downloaded async-trait v0.1.83 |
474 | 2024-12-06T19:57:53.142Z | Downloaded chacha20 v0.9.1 |
475 | 2024-12-06T19:57:53.142Z | Downloaded colored v2.1.0 |
476 | 2024-12-06T19:57:53.167Z | Downloaded md-5 v0.10.6 |
477 | 2024-12-06T19:57:53.167Z | Downloaded async-stream v0.3.6 |
478 | 2024-12-06T19:57:53.167Z | Downloaded ahash v0.8.11 |
479 | 2024-12-06T19:57:53.167Z | Downloaded ref-cast-impl v1.0.23 |
480 | 2024-12-06T19:57:53.167Z | Downloaded hickory-resolver v0.24.1 |
481 | 2024-12-06T19:57:53.192Z | Downloaded rustc-hash v2.0.0 |
482 | 2024-12-06T19:57:53.192Z | Downloaded icu_normalizer_data v1.5.0 |
483 | 2024-12-06T19:57:53.192Z | Downloaded ident_case v1.0.1 |
484 | 2024-12-06T19:57:53.217Z | Downloaded icu_properties_data v1.5.0 |
485 | 2024-12-06T19:57:53.242Z | Downloaded take_mut v0.2.2 |
486 | 2024-12-06T19:57:53.242Z | Downloaded similar v2.6.0 |
487 | 2024-12-06T19:57:53.267Z | Downloaded endian-type v0.1.2 |
488 | 2024-12-06T19:57:53.267Z | Downloaded topological-sort v0.2.2 |
489 | 2024-12-06T19:57:53.267Z | Downloaded env_filter v0.1.2 |
490 | 2024-12-06T19:57:53.267Z | Downloaded newline-converter v0.3.0 |
491 | 2024-12-06T19:57:53.292Z | Downloaded enum-as-inner v0.5.1 |
492 | 2024-12-06T19:57:53.292Z | Downloaded yoke-derive v0.7.4 |
493 | 2024-12-06T19:57:53.292Z | Downloaded russh-cryptovec v0.7.3 |
494 | 2024-12-06T19:57:53.292Z | Downloaded num_threads v0.1.7 |
495 | 2024-12-06T19:57:53.292Z | Downloaded rfc6979 v0.4.0 |
496 | 2024-12-06T19:57:53.292Z | Downloaded num-iter v0.1.45 |
497 | 2024-12-06T19:57:53.317Z | Downloaded rpassword v7.3.1 |
498 | 2024-12-06T19:57:53.317Z | Downloaded tokio-rustls v0.26.0 |
499 | 2024-12-06T19:57:53.317Z | Downloaded num-derive v0.4.2 |
500 | 2024-12-06T19:57:53.317Z | Downloaded number_prefix v0.4.0 |
501 | 2024-12-06T19:57:53.343Z | Downloaded openssl-probe v0.1.5 |
502 | 2024-12-06T19:57:53.343Z | Downloaded oso-derive v0.27.3 |
503 | 2024-12-06T19:57:53.343Z | Downloaded packed_struct_codegen v0.10.1 |
504 | 2024-12-06T19:57:53.343Z | Downloaded fxhash v0.2.1 |
505 | 2024-12-06T19:57:53.368Z | Downloaded want v0.3.1 |
506 | 2024-12-06T19:57:53.368Z | Downloaded foreign-types v0.5.0 |
507 | 2024-12-06T19:57:53.368Z | Downloaded structmeta-derive v0.3.0 |
508 | 2024-12-06T19:57:53.393Z | Downloaded sync_wrapper v1.0.1 |
509 | 2024-12-06T19:57:53.393Z | Downloaded thiserror-impl-no-std v2.0.2 |
510 | 2024-12-06T19:57:53.393Z | Downloaded serde_urlencoded v0.7.1 |
511 | 2024-12-06T19:57:53.393Z | Downloaded fragile v2.0.0 |
512 | 2024-12-06T19:57:53.393Z | Downloaded shlex v1.3.0 |
513 | 2024-12-06T19:57:53.393Z | Downloaded shell-words v1.1.0 |
514 | 2024-12-06T19:57:53.419Z | Downloaded thiserror-no-std v2.0.2 |
515 | 2024-12-06T19:57:53.419Z | Downloaded tinyvec_macros v0.1.1 |
516 | 2024-12-06T19:57:53.419Z | Downloaded dirs-sys-next v0.1.2 |
517 | 2024-12-06T19:57:53.419Z | Downloaded display-error-chain v0.2.2 |
518 | 2024-12-06T19:57:53.419Z | Downloaded time-macros v0.2.18 |
519 | 2024-12-06T19:57:53.444Z | Downloaded tls_codec v0.4.1 |
520 | 2024-12-06T19:57:53.444Z | Downloaded phf_shared v0.10.0 |
521 | 2024-12-06T19:57:53.444Z | Downloaded pretty-hex v0.2.1 |
522 | 2024-12-06T19:57:53.444Z | Downloaded peg-runtime v0.8.3 |
523 | 2024-12-06T19:57:53.444Z | Downloaded serde-hex v0.1.0 |
524 | 2024-12-06T19:57:53.444Z | Downloaded stringprep v0.1.5 |
525 | 2024-12-06T19:57:53.444Z | Downloaded universal-hash v0.5.1 |
526 | 2024-12-06T19:57:53.445Z | Downloaded hashbrown v0.13.2 |
527 | 2024-12-06T19:57:53.469Z | Downloaded path-slash v0.1.5 |
528 | 2024-12-06T19:57:53.469Z | Downloaded peg v0.8.4 |
529 | 2024-12-06T19:57:53.470Z | Downloaded pbkdf2 v0.11.0 |
530 | 2024-12-06T19:57:53.470Z | Downloaded futures-sink v0.3.31 |
531 | 2024-12-06T19:57:53.470Z | Downloaded radium v0.7.0 |
532 | 2024-12-06T19:57:53.470Z | Downloaded futures-task v0.3.31 |
533 | 2024-12-06T19:57:53.494Z | Downloaded futures-executor v0.3.31 |
534 | 2024-12-06T19:57:53.494Z | Downloaded hash32 v0.2.1 |
535 | 2024-12-06T19:57:53.494Z | Downloaded futures-core v0.3.31 |
536 | 2024-12-06T19:57:53.494Z | Downloaded half v2.4.1 |
537 | 2024-12-06T19:57:53.494Z | Downloaded flume v0.11.1 |
538 | 2024-12-06T19:57:53.518Z | Downloaded parse-zoneinfo v0.3.1 |
539 | 2024-12-06T19:57:53.518Z | Downloaded rayon v1.10.0 |
540 | 2024-12-06T19:57:53.518Z | Downloaded quinn v0.11.5 |
541 | 2024-12-06T19:57:53.543Z | Downloaded hashbrown v0.12.3 |
542 | 2024-12-06T19:57:53.543Z | Downloaded unicode-normalization v0.1.24 |
543 | 2024-12-06T19:57:53.543Z | Downloaded zerocopy v0.8.10 |
544 | 2024-12-06T19:57:53.567Z | Downloaded petname v2.0.2 |
545 | 2024-12-06T19:57:53.591Z | Downloaded sqlparser v0.45.0 |
546 | 2024-12-06T19:57:53.591Z | Downloaded libz-sys v1.1.20 |
547 | 2024-12-06T19:57:53.615Z | Downloaded dropshot v0.12.0 |
548 | 2024-12-06T19:57:53.640Z | Downloaded quinn-proto v0.11.8 |
549 | 2024-12-06T19:57:53.664Z | Downloaded regress v0.10.1 |
550 | 2024-12-06T19:57:53.664Z | Downloaded smoltcp v0.11.0 |
551 | 2024-12-06T19:57:53.688Z | Downloaded radix_trie v0.2.1 |
552 | 2024-12-06T19:57:53.688Z | Downloaded unicode-width v0.2.0 |
553 | 2024-12-06T19:57:53.712Z | Downloaded regex-syntax v0.8.5 |
554 | 2024-12-06T19:57:53.712Z | Downloaded dropshot v0.13.0 |
555 | 2024-12-06T19:57:53.736Z | Downloaded gimli v0.31.1 |
556 | 2024-12-06T19:57:53.760Z | Downloaded smoltcp v0.9.1 |
557 | 2024-12-06T19:57:53.760Z | Downloaded diesel v2.2.4 |
558 | 2024-12-06T19:57:53.784Z | Downloaded regress v0.9.1 |
559 | 2024-12-06T19:57:53.808Z | Downloaded ratatui v0.28.1 |
560 | 2024-12-06T19:57:53.832Z | Downloaded zerocopy-derive v0.6.6 |
561 | 2024-12-06T19:57:53.832Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
562 | 2024-12-06T19:57:53.857Z | Downloaded regex-syntax v0.6.29 |
563 | 2024-12-06T19:57:53.881Z | Downloaded csv v1.3.0 |
564 | 2024-12-06T19:57:53.934Z | Downloaded regex-automata v0.4.8 |
565 | 2024-12-06T19:57:53.958Z | Downloaded webpki-roots v0.26.6 |
566 | 2024-12-06T19:57:53.958Z | Downloaded vcpkg v0.2.15 |
567 | 2024-12-06T19:57:53.983Z | Downloaded bstr v1.10.0 |
568 | 2024-12-06T19:57:54.008Z | Downloaded openapiv3 v2.0.0 |
569 | 2024-12-06T19:57:54.008Z | Downloaded trust-dns-proto v0.22.0 |
570 | 2024-12-06T19:57:54.032Z | Downloaded petgraph v0.6.5 |
571 | 2024-12-06T19:57:54.056Z | Downloaded time v0.3.36 |
572 | 2024-12-06T19:57:54.056Z | Downloaded polar-core v0.27.3 |
573 | 2024-12-06T19:57:54.080Z | Downloaded futures-util v0.3.31 |
574 | 2024-12-06T19:57:54.080Z | Downloaded object v0.36.5 |
575 | 2024-12-06T19:57:54.104Z | Downloaded tokio v1.40.0 |
576 | 2024-12-06T19:57:54.139Z | Downloaded rustls v0.23.14 |
577 | 2024-12-06T19:57:54.163Z | Downloaded rustls v0.21.12 |
578 | 2024-12-06T19:57:54.187Z | Downloaded curve25519-dalek v4.1.3 |
579 | 2024-12-06T19:57:54.187Z | Downloaded rand v0.8.5 |
580 | 2024-12-06T19:57:54.187Z | Downloaded unicode_categories v0.1.1 |
581 | 2024-12-06T19:57:54.211Z | Downloaded tokio-util v0.7.12 |
582 | 2024-12-06T19:57:54.211Z | Downloaded sha3 v0.10.8 |
583 | 2024-12-06T19:57:54.211Z | Downloaded portable-atomic v1.9.0 |
584 | 2024-12-06T19:57:54.211Z | Downloaded git2 v0.19.0 |
585 | 2024-12-06T19:57:54.236Z | Downloaded typify-impl v0.2.0 |
586 | 2024-12-06T19:57:54.260Z | Downloaded lzma-sys v0.1.20 |
587 | 2024-12-06T19:57:54.284Z | Downloaded flate2 v1.0.34 |
588 | 2024-12-06T19:57:54.308Z | Downloaded unsafe-libyaml v0.2.11 |
589 | 2024-12-06T19:57:54.308Z | Downloaded unicode-bidi v0.3.17 |
590 | 2024-12-06T19:57:54.308Z | Downloaded url v2.5.3 |
591 | 2024-12-06T19:57:54.308Z | Downloaded object v0.30.4 |
592 | 2024-12-06T19:57:54.332Z | Downloaded reqwest v0.12.9 |
593 | 2024-12-06T19:57:54.332Z | Downloaded nix v0.29.0 |
594 | 2024-12-06T19:57:54.356Z | Downloaded futures-io v0.3.31 |
595 | 2024-12-06T19:57:54.356Z | Downloaded slog v2.7.0 |
596 | 2024-12-06T19:57:54.356Z | Downloaded prettyplease v0.2.25 |
597 | 2024-12-06T19:57:54.356Z | Downloaded proptest v1.5.0 |
598 | 2024-12-06T19:57:54.381Z | Downloaded openssl v0.10.66 |
599 | 2024-12-06T19:57:54.381Z | Downloaded rusqlite v0.32.1 |
600 | 2024-12-06T19:57:54.381Z | Downloaded password-hash v0.4.2 |
601 | 2024-12-06T19:57:54.405Z | Downloaded toml_edit v0.19.15 |
602 | 2024-12-06T19:57:54.405Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
603 | 2024-12-06T19:57:54.477Z | Downloaded nix v0.27.1 |
604 | 2024-12-06T19:57:54.501Z | Downloaded password-hash v0.5.0 |
605 | 2024-12-06T19:57:54.501Z | Downloaded winnow v0.5.40 |
606 | 2024-12-06T19:57:54.526Z | Downloaded regex v1.11.1 |
607 | 2024-12-06T19:57:54.526Z | Downloaded encoding_rs v0.8.34 |
608 | 2024-12-06T19:57:54.550Z | Downloaded r2d2 v0.8.10 |
609 | 2024-12-06T19:57:54.550Z | Downloaded parse-display-derive v0.10.0 |
610 | 2024-12-06T19:57:54.550Z | Downloaded parking_lot_core v0.9.10 |
611 | 2024-12-06T19:57:54.574Z | Downloaded dropshot_endpoint v0.12.0 |
612 | 2024-12-06T19:57:54.574Z | Downloaded hashbrown v0.14.5 |
613 | 2024-12-06T19:57:54.574Z | Downloaded foldhash v0.1.3 |
614 | 2024-12-06T19:57:54.575Z | Downloaded signal-hook-registry v1.4.2 |
615 | 2024-12-06T19:57:54.575Z | Downloaded signal-hook-mio v0.2.4 |
616 | 2024-12-06T19:57:54.575Z | Downloaded diesel_derives v2.2.3 |
617 | 2024-12-06T19:57:54.575Z | Downloaded derive_more v0.99.18 |
618 | 2024-12-06T19:57:54.598Z | Downloaded serde_with v3.11.0 |
619 | 2024-12-06T19:57:54.599Z | Downloaded p384 v0.13.0 |
620 | 2024-12-06T19:57:54.599Z | Downloaded nix v0.28.0 |
621 | 2024-12-06T19:57:54.623Z | Downloaded futures-macro v0.3.31 |
622 | 2024-12-06T19:57:54.623Z | Downloaded peg-macros v0.8.4 |
623 | 2024-12-06T19:57:54.623Z | Downloaded predicates v3.1.2 |
624 | 2024-12-06T19:57:54.623Z | Downloaded sled v0.34.7 |
625 | 2024-12-06T19:57:54.647Z | Downloaded quinn-udp v0.5.5 |
626 | 2024-12-06T19:57:54.647Z | Downloaded parse-display v0.10.0 |
627 | 2024-12-06T19:57:54.647Z | Downloaded psl-types v2.0.11 |
628 | 2024-12-06T19:57:54.647Z | Downloaded pem-rfc7468 v0.7.0 |
629 | 2024-12-06T19:57:54.647Z | Downloaded postgres-types v0.2.8 |
630 | 2024-12-06T19:57:54.647Z | Downloaded postgres-protocol v0.6.7 |
631 | 2024-12-06T19:57:54.647Z | Downloaded dhcproto v0.12.0 |
632 | 2024-12-06T19:57:54.647Z | Downloaded h2 v0.4.6 |
633 | 2024-12-06T19:57:54.672Z | Downloaded paste v1.0.15 |
634 | 2024-12-06T19:57:54.672Z | Downloaded hash32 v0.3.1 |
635 | 2024-12-06T19:57:54.673Z | Downloaded pbkdf2 v0.12.2 |
636 | 2024-12-06T19:57:54.673Z | Downloaded phf_generator v0.11.2 |
637 | 2024-12-06T19:57:54.673Z | Downloaded phf_codegen v0.11.2 |
638 | 2024-12-06T19:57:54.673Z | Downloaded phf v0.11.2 |
639 | 2024-12-06T19:57:54.673Z | Downloaded percent-encoding v2.3.1 |
640 | 2024-12-06T19:57:54.673Z | Downloaded pem v3.0.4 |
641 | 2024-12-06T19:57:54.673Z | Downloaded spin v0.9.8 |
642 | 2024-12-06T19:57:54.673Z | Downloaded slog-dtrace v0.3.0 |
643 | 2024-12-06T19:57:54.673Z | Downloaded unicode-segmentation v1.12.0 |
644 | 2024-12-06T19:57:54.697Z | Downloaded zerovec v0.10.4 |
645 | 2024-12-06T19:57:54.697Z | Downloaded russh v0.45.0 |
646 | 2024-12-06T19:57:54.697Z | Downloaded parse-size v1.1.0 |
647 | 2024-12-06T19:57:54.697Z | Downloaded predicates-tree v1.0.11 |
648 | 2024-12-06T19:57:54.697Z | Downloaded predicates-core v1.0.8 |
649 | 2024-12-06T19:57:54.697Z | Downloaded ppv-lite86 v0.2.20 |
650 | 2024-12-06T19:57:54.697Z | Downloaded powerfmt v0.2.0 |
651 | 2024-12-06T19:57:54.697Z | Downloaded phf_shared v0.11.2 |
652 | 2024-12-06T19:57:54.725Z | Downloaded serde_derive_internals v0.29.1 |
653 | 2024-12-06T19:57:54.725Z | Downloaded rand_xorshift v0.3.0 |
654 | 2024-12-06T19:57:54.725Z | Downloaded rand_seeder v0.3.0 |
655 | 2024-12-06T19:57:54.725Z | Downloaded rand_chacha v0.3.1 |
656 | 2024-12-06T19:57:54.725Z | Downloaded toml v0.7.8 |
657 | 2024-12-06T19:57:54.725Z | Downloaded tinyvec v1.8.0 |
658 | 2024-12-06T19:57:54.725Z | Downloaded des v0.8.1 |
659 | 2024-12-06T19:57:54.725Z | Downloaded derive_builder v0.20.2 |
660 | 2024-12-06T19:57:54.725Z | Downloaded unicase v2.7.0 |
661 | 2024-12-06T19:57:54.725Z | Downloaded slog-bunyan v2.5.0 |
662 | 2024-12-06T19:57:54.750Z | Downloaded pin-project v1.1.6 |
663 | 2024-12-06T19:57:54.750Z | Downloaded semver v0.1.20 |
664 | 2024-12-06T19:57:54.750Z | Downloaded secrecy v0.8.0 |
665 | 2024-12-06T19:57:54.750Z | Downloaded sec1 v0.7.3 |
666 | 2024-12-06T19:57:54.750Z | Downloaded rand_core v0.6.4 |
667 | 2024-12-06T19:57:54.750Z | Downloaded dropshot_endpoint v0.13.0 |
668 | 2024-12-06T19:57:54.750Z | Downloaded unarray v0.1.4 |
669 | 2024-12-06T19:57:54.775Z | Downloaded thread_local v1.1.8 |
670 | 2024-12-06T19:57:54.775Z | Downloaded ssh-encoding v0.2.0 |
671 | 2024-12-06T19:57:54.775Z | Downloaded slog-json v2.6.1 |
672 | 2024-12-06T19:57:54.775Z | Downloaded slog-async v2.8.0 |
673 | 2024-12-06T19:57:54.775Z | Downloaded derive_builder_core v0.20.2 |
674 | 2024-12-06T19:57:54.775Z | Downloaded precomputed-hash v0.1.1 |
675 | 2024-12-06T19:57:54.775Z | Downloaded unicode-xid v0.2.6 |
676 | 2024-12-06T19:57:54.775Z | Downloaded tokio-tungstenite v0.24.0 |
677 | 2024-12-06T19:57:54.775Z | Downloaded tokio-tungstenite v0.23.1 |
678 | 2024-12-06T19:57:54.775Z | Downloaded diesel-dtrace v0.3.0 |
679 | 2024-12-06T19:57:54.775Z | Downloaded float-ord v0.3.2 |
680 | 2024-12-06T19:57:54.775Z | Downloaded float-cmp v0.9.0 |
681 | 2024-12-06T19:57:54.775Z | Downloaded flagset v0.4.6 |
682 | 2024-12-06T19:57:54.775Z | Downloaded dsl_auto_type v0.1.2 |
683 | 2024-12-06T19:57:54.800Z | Downloaded rustls-webpki v0.102.8 |
684 | 2024-12-06T19:57:54.800Z | Downloaded serde-big-array v0.5.1 |
685 | 2024-12-06T19:57:54.800Z | Downloaded fixedbitset v0.4.2 |
686 | 2024-12-06T19:57:54.824Z | Downloaded filetime v0.2.25 |
687 | 2024-12-06T19:57:54.824Z | Downloaded tokio-tungstenite v0.21.0 |
688 | 2024-12-06T19:57:54.824Z | Downloaded tls_codec_derive v0.4.1 |
689 | 2024-12-06T19:57:54.824Z | Downloaded structmeta v0.2.0 |
690 | 2024-12-06T19:57:54.824Z | Downloaded diff v0.1.13 |
691 | 2024-12-06T19:57:54.824Z | Downloaded utf-8 v0.7.6 |
692 | 2024-12-06T19:57:54.824Z | Downloaded tinystr v0.7.6 |
693 | 2024-12-06T19:57:54.824Z | Downloaded tiny-keccak v2.0.2 |
694 | 2024-12-06T19:57:54.824Z | Downloaded time-core v0.1.2 |
695 | 2024-12-06T19:57:54.824Z | Downloaded strip-ansi-escapes v0.2.0 |
696 | 2024-12-06T19:57:54.824Z | Downloaded ssh-cipher v0.2.0 |
697 | 2024-12-06T19:57:54.824Z | Downloaded sqlparser_derive v0.2.2 |
698 | 2024-12-06T19:57:54.824Z | Downloaded slog-envlogger v2.2.0 |
699 | 2024-12-06T19:57:54.849Z | Downloaded utf16_iter v1.0.5 |
700 | 2024-12-06T19:57:54.849Z | Downloaded untrusted v0.9.0 |
701 | 2024-12-06T19:57:54.849Z | Downloaded pkcs5 v0.7.1 |
702 | 2024-12-06T19:57:54.849Z | Downloaded tokio-postgres v0.7.12 |
703 | 2024-12-06T19:57:54.849Z | Downloaded displaydoc v0.2.5 |
704 | 2024-12-06T19:57:54.849Z | Downloaded untrusted v0.7.1 |
705 | 2024-12-06T19:57:54.849Z | Downloaded signal-hook v0.3.17 |
706 | 2024-12-06T19:57:54.849Z | Downloaded x509-cert v0.2.5 |
707 | 2024-12-06T19:57:54.873Z | Downloaded difflib v0.4.0 |
708 | 2024-12-06T19:57:54.874Z | Downloaded derive_builder_macro v0.20.2 |
709 | 2024-12-06T19:57:54.874Z | Downloaded uuid v1.11.0 |
710 | 2024-12-06T19:57:54.874Z | Downloaded p521 v0.13.3 |
711 | 2024-12-06T19:57:54.874Z | Downloaded salty v0.3.0 |
712 | 2024-12-06T19:57:54.898Z | Downloaded chrono v0.4.38 |
713 | 2024-12-06T19:57:54.898Z | Downloaded dirs-next v2.0.0 |
714 | 2024-12-06T19:57:54.898Z | Downloaded diesel_table_macro_syntax v0.2.0 |
715 | 2024-12-06T19:57:54.898Z | Downloaded serde_yaml v0.9.34+deprecated |
716 | 2024-12-06T19:57:54.898Z | Downloaded rustls-webpki v0.101.7 |
717 | 2024-12-06T19:57:54.922Z | Downloaded downcast v0.11.0 |
718 | 2024-12-06T19:57:54.922Z | Downloaded dhcproto-macros v0.1.0 |
719 | 2024-12-06T19:57:54.922Z | Downloaded thiserror v2.0.3 |
720 | 2024-12-06T19:57:54.946Z | Downloaded postcard v1.0.10 |
721 | 2024-12-06T19:57:54.946Z | Downloaded pkcs1 v0.7.5 |
722 | 2024-12-06T19:57:54.946Z | Downloaded pin-project-lite v0.2.14 |
723 | 2024-12-06T19:57:54.946Z | Downloaded pin-project-internal v1.1.6 |
724 | 2024-12-06T19:57:54.946Z | Downloaded futures-channel v0.3.31 |
725 | 2024-12-06T19:57:54.946Z | Downloaded futures v0.3.31 |
726 | 2024-12-06T19:57:54.970Z | Downloaded derive-where v1.2.7 |
727 | 2024-12-06T19:57:54.970Z | Downloaded unicode-properties v0.1.3 |
728 | 2024-12-06T19:57:54.970Z | Downloaded subprocess v0.2.9 |
729 | 2024-12-06T19:57:54.970Z | Downloaded pkcs8 v0.10.2 |
730 | 2024-12-06T19:57:54.970Z | Downloaded zerocopy-derive v0.8.10 |
731 | 2024-12-06T19:57:54.970Z | Downloaded thiserror-impl v2.0.3 |
732 | 2024-12-06T19:57:54.970Z | Downloaded synstructure v0.13.1 |
733 | 2024-12-06T19:57:54.995Z | Downloaded supports-color v3.0.1 |
734 | 2024-12-06T19:57:54.995Z | Downloaded polyval v0.6.2 |
735 | 2024-12-06T19:57:54.995Z | Downloaded funty v2.0.0 |
736 | 2024-12-06T19:57:54.995Z | Downloaded fs_extra v1.3.0 |
737 | 2024-12-06T19:57:54.995Z | Downloaded whoami v1.5.2 |
738 | 2024-12-06T19:57:54.995Z | Downloaded snafu v0.8.5 |
739 | 2024-12-06T19:57:54.995Z | Downloaded deranged v0.3.11 |
740 | 2024-12-06T19:57:54.995Z | Downloaded strum_macros v0.26.4 |
741 | 2024-12-06T19:57:54.995Z | Downloaded sha1 v0.10.6 |
742 | 2024-12-06T19:57:54.995Z | Downloaded form_urlencoded v1.2.1 |
743 | 2024-12-06T19:57:55.020Z | Downloaded foreign-types-macros v0.2.3 |
744 | 2024-12-06T19:57:55.020Z | Downloaded which v4.4.2 |
745 | 2024-12-06T19:57:55.020Z | Downloaded unicode-truncate v1.1.0 |
746 | 2024-12-06T19:57:55.020Z | Downloaded strum_macros v0.25.3 |
747 | 2024-12-06T19:57:55.020Z | Downloaded strum_macros v0.24.3 |
748 | 2024-12-06T19:57:55.020Z | Downloaded serde_with_macros v3.11.0 |
749 | 2024-12-06T19:57:55.020Z | Downloaded getrandom v0.2.15 |
750 | 2024-12-06T19:57:55.020Z | Downloaded quick-xml v0.33.0 |
751 | 2024-12-06T19:57:55.044Z | Downloaded pin-utils v0.1.0 |
752 | 2024-12-06T19:57:55.044Z | Downloaded foreign-types-shared v0.3.1 |
753 | 2024-12-06T19:57:55.044Z | Downloaded write16 v1.0.0 |
754 | 2024-12-06T19:57:55.044Z | Downloaded progenitor-macro v0.8.0 |
755 | 2024-12-06T19:57:55.044Z | Downloaded progenitor v0.8.0 |
756 | 2024-12-06T19:57:55.044Z | Downloaded poly1305 v0.8.0 |
757 | 2024-12-06T19:57:55.044Z | Downloaded rustyline v14.0.0 |
758 | 2024-12-06T19:57:55.044Z | Downloaded chrono-tz v0.10.0 |
759 | 2024-12-06T19:57:55.068Z | Downloaded bindgen v0.69.5 |
760 | 2024-12-06T19:57:55.068Z | Downloaded sync-ptr v0.1.1 |
761 | 2024-12-06T19:57:55.068Z | Downloaded ring v0.17.8 |
762 | 2024-12-06T19:57:55.140Z | Downloaded foreign-types-shared v0.1.1 |
763 | 2024-12-06T19:57:55.164Z | Downloaded utf8_iter v1.0.4 |
764 | 2024-12-06T19:57:55.164Z | Downloaded subtle v2.6.1 |
765 | 2024-12-06T19:57:55.164Z | Downloaded globset v0.4.15 |
766 | 2024-12-06T19:57:55.164Z | Downloaded fatfs v0.3.6 |
767 | 2024-12-06T19:57:55.164Z | Downloaded vergen v8.3.2 |
768 | 2024-12-06T19:57:55.164Z | Downloaded num-traits v0.2.19 |
769 | 2024-12-06T19:57:55.164Z | Downloaded zip v2.1.3 |
770 | 2024-12-06T19:57:55.188Z | Downloaded ssh-key v0.6.6 |
771 | 2024-12-06T19:57:55.188Z | Downloaded bitvec v1.0.1 |
772 | 2024-12-06T19:57:55.213Z | Downloaded structmeta-derive v0.2.0 |
773 | 2024-12-06T19:57:55.213Z | Downloaded structmeta v0.3.0 |
774 | 2024-12-06T19:57:55.213Z | Downloaded spki v0.7.3 |
775 | 2024-12-06T19:57:55.213Z | Downloaded progenitor-client v0.8.0 |
776 | 2024-12-06T19:57:55.213Z | Downloaded group v0.13.0 |
777 | 2024-12-06T19:57:55.213Z | Downloaded ff v0.13.0 |
778 | 2024-12-06T19:57:55.213Z | Downloaded fallible-iterator v0.2.0 |
779 | 2024-12-06T19:57:55.213Z | Downloaded vte v0.11.1 |
780 | 2024-12-06T19:57:55.213Z | Downloaded value-bag v1.9.0 |
781 | 2024-12-06T19:57:55.213Z | Downloaded uzers v0.12.1 |
782 | 2024-12-06T19:57:55.213Z | Downloaded p256 v0.13.2 |
783 | 2024-12-06T19:57:55.237Z | Downloaded der v0.7.9 |
784 | 2024-12-06T19:57:55.237Z | Downloaded yoke v0.7.4 |
785 | 2024-12-06T19:57:55.237Z | Downloaded rsa v0.9.6 |
786 | 2024-12-06T19:57:55.237Z | Downloaded num-bigint-dig v0.8.4 |
787 | 2024-12-06T19:57:55.237Z | Downloaded nom v7.1.3 |
788 | 2024-12-06T19:57:55.261Z | Downloaded foreign-types v0.3.2 |
789 | 2024-12-06T19:57:55.261Z | Downloaded sqlformat v0.2.6 |
790 | 2024-12-06T19:57:55.261Z | Downloaded proc-macro-crate v1.3.1 |
791 | 2024-12-06T19:57:55.261Z | Downloaded primeorder v0.13.6 |
792 | 2024-12-06T19:57:55.261Z | Downloaded pkg-config v0.3.31 |
793 | 2024-12-06T19:57:55.261Z | Downloaded glob v0.3.1 |
794 | 2024-12-06T19:57:55.261Z | Downloaded fd-lock v4.0.2 |
795 | 2024-12-06T19:57:55.262Z | Downloaded vsss-rs v3.3.4 |
796 | 2024-12-06T19:57:55.262Z | Downloaded tokio-stream v0.1.16 |
797 | 2024-12-06T19:57:55.286Z | Downloaded tokio-rustls v0.25.0 |
798 | 2024-12-06T19:57:55.286Z | Downloaded tokio-rustls v0.24.1 |
799 | 2024-12-06T19:57:55.286Z | Downloaded socket2 v0.5.7 |
800 | 2024-12-06T19:57:55.286Z | Downloaded smf v0.2.3 |
801 | 2024-12-06T19:57:55.286Z | Downloaded smallvec v1.13.2 |
802 | 2024-12-06T19:57:55.286Z | Downloaded slog-term v2.9.1 |
803 | 2024-12-06T19:57:55.286Z | Downloaded parking_lot v0.12.3 |
804 | 2024-12-06T19:57:55.286Z | Downloaded libsqlite3-sys v0.30.1 |
805 | 2024-12-06T19:57:55.419Z | Downloaded parking_lot v0.11.2 |
806 | 2024-12-06T19:57:55.442Z | Downloaded oso v0.27.3 |
807 | 2024-12-06T19:57:55.443Z | Downloaded openssl-sys v0.9.103 |
808 | 2024-12-06T19:57:55.443Z | Downloaded hashlink v0.9.1 |
809 | 2024-12-06T19:57:55.443Z | Downloaded zip v0.6.6 |
810 | 2024-12-06T19:57:55.467Z | Downloaded zerocopy v0.6.6 |
811 | 2024-12-06T19:57:55.467Z | Downloaded schemars v0.8.21 |
812 | 2024-12-06T19:57:55.467Z | Downloaded ring v0.16.20 |
813 | 2024-12-06T19:57:55.609Z | Downloaded ron v0.8.1 |
814 | 2024-12-06T19:57:55.633Z | Downloaded num-bigint v0.4.6 |
815 | 2024-12-06T19:57:55.633Z | Downloaded heapless v0.8.0 |
816 | 2024-12-06T19:57:55.633Z | Downloaded heapless v0.7.17 |
817 | 2024-12-06T19:57:55.658Z | Downloaded rustls v0.22.4 |
818 | 2024-12-06T19:57:55.658Z | Downloaded reedline v0.35.0 |
819 | 2024-12-06T19:57:55.682Z | Downloaded strum v0.26.3 |
820 | 2024-12-06T19:57:55.682Z | Downloaded ghash v0.5.1 |
821 | 2024-12-06T19:57:55.682Z | Downloaded gethostname v0.5.0 |
822 | 2024-12-06T19:57:55.682Z | Downloaded fallible-streaming-iterator v0.1.9 |
823 | 2024-12-06T19:57:55.682Z | Downloaded fallible-iterator v0.3.0 |
824 | 2024-12-06T19:57:55.682Z | Downloaded dyn-clone v1.0.17 |
825 | 2024-12-06T19:57:55.682Z | Downloaded dunce v1.0.5 |
826 | 2024-12-06T19:57:55.682Z | Downloaded walkdir v2.5.0 |
827 | 2024-12-06T19:57:55.682Z | Downloaded waitgroup v0.1.2 |
828 | 2024-12-06T19:57:55.682Z | Downloaded wait-timeout v0.2.0 |
829 | 2024-12-06T19:57:55.682Z | Downloaded vte_generate_state_changes v0.1.2 |
830 | 2024-12-06T19:57:55.682Z | Downloaded tokio-native-tls v0.3.1 |
831 | 2024-12-06T19:57:55.682Z | Downloaded tokio-macros v2.4.0 |
832 | 2024-12-06T19:57:55.682Z | Downloaded snafu-derive v0.8.5 |
833 | 2024-12-06T19:57:55.712Z | Downloaded smallvec v0.6.14 |
834 | 2024-12-06T19:57:55.712Z | Downloaded slog-stdlog v4.1.1 |
835 | 2024-12-06T19:57:55.712Z | Downloaded packed_struct v0.10.1 |
836 | 2024-12-06T19:57:55.712Z | Downloaded omicron-zone-package v0.11.1 |
837 | 2024-12-06T19:57:55.712Z | Downloaded der_derive v0.7.3 |
838 | 2024-12-06T19:57:55.712Z | Downloaded yasna v0.5.2 |
839 | 2024-12-06T19:57:55.712Z | Downloaded sct v0.7.1 |
840 | 2024-12-06T19:57:55.712Z | Downloaded samael v0.0.17 |
841 | 2024-12-06T19:57:55.712Z | Downloaded ed25519-dalek v2.1.1 |
842 | 2024-12-06T19:57:55.712Z | Downloaded blake3 v1.5.4 |
843 | 2024-12-06T19:57:55.737Z | Downloaded spin v0.5.2 |
844 | 2024-12-06T19:57:55.737Z | Downloaded slog-scope v4.4.0 |
845 | 2024-12-06T19:57:55.737Z | Downloaded parking_lot_core v0.8.6 |
846 | 2024-12-06T19:57:55.737Z | Downloaded owo-colors v4.1.0 |
847 | 2024-12-06T19:57:55.737Z | Downloaded num_enum v0.5.11 |
848 | 2024-12-06T19:57:55.737Z | Downloaded schemars_derive v0.8.21 |
849 | 2024-12-06T19:57:55.761Z | Downloaded rustls-pki-types v1.9.0 |
850 | 2024-12-06T19:57:55.761Z | Downloaded olpc-cjson v0.1.4 |
851 | 2024-12-06T19:57:55.761Z | Downloaded russh-keys v0.45.0 |
852 | 2024-12-06T19:57:55.761Z | Downloaded ron v0.7.1 |
853 | 2024-12-06T19:57:55.761Z | Downloaded headers v0.4.0 |
854 | 2024-12-06T19:57:55.761Z | Downloaded num_enum_derive v0.5.11 |
855 | 2024-12-06T19:57:55.761Z | Downloaded defmt-parser v0.3.4 |
856 | 2024-12-06T19:57:55.761Z | Downloaded defmt-macros v0.3.9 |
857 | 2024-12-06T19:57:55.786Z | Downloaded zerovec-derive v0.10.3 |
858 | 2024-12-06T19:57:55.786Z | Downloaded zeroize_derive v1.4.2 |
859 | 2024-12-06T19:57:55.786Z | Downloaded zeroize v1.8.1 |
860 | 2024-12-06T19:57:55.786Z | Downloaded zerofrom-derive v0.1.4 |
861 | 2024-12-06T19:57:55.786Z | Downloaded xz2 v0.1.7 |
862 | 2024-12-06T19:57:55.786Z | Downloaded openssl-macros v0.1.1 |
863 | 2024-12-06T19:57:55.786Z | Downloaded opaque-debug v0.3.1 |
864 | 2024-12-06T19:57:55.786Z | Downloaded xattr v1.3.1 |
865 | 2024-12-06T19:57:55.786Z | Downloaded wyz v0.5.1 |
866 | 2024-12-06T19:57:55.786Z | Downloaded scrypt v0.11.0 |
867 | 2024-12-06T19:57:55.786Z | Downloaded scheduled-thread-pool v0.2.7 |
868 | 2024-12-06T19:57:55.786Z | Downloaded same-file v1.0.6 |
869 | 2024-12-06T19:57:55.786Z | Downloaded rustls-pemfile v2.2.0 |
870 | 2024-12-06T19:57:55.786Z | Downloaded rustls-pemfile v1.0.4 |
871 | 2024-12-06T19:57:55.786Z | Downloaded nu-ansi-term v0.50.1 |
872 | 2024-12-06T19:57:55.786Z | Downloaded writeable v0.5.5 |
873 | 2024-12-06T19:57:55.811Z | Downloaded scopeguard v1.2.0 |
874 | 2024-12-06T19:57:55.811Z | Downloaded salsa20 v0.10.2 |
875 | 2024-12-06T19:57:55.811Z | Downloaded rusty-fork v0.3.0 |
876 | 2024-12-06T19:57:55.811Z | Downloaded rustversion v1.0.17 |
877 | 2024-12-06T19:57:55.811Z | Downloaded resolv-conf v0.7.0 |
878 | 2024-12-06T19:57:55.811Z | Downloaded num-complex v0.4.6 |
879 | 2024-12-06T19:57:55.811Z | Downloaded mockall_derive v0.13.0 |
880 | 2024-12-06T19:57:55.811Z | Downloaded tough v0.19.0 |
881 | 2024-12-06T19:57:55.811Z | Downloaded nodrop v0.1.14 |
882 | 2024-12-06T19:57:55.811Z | Downloaded typed-path v0.9.3 |
883 | 2024-12-06T19:57:55.836Z | Downloaded zerofrom v0.1.4 |
884 | 2024-12-06T19:57:55.836Z | Downloaded rtoolbox v0.0.2 |
885 | 2024-12-06T19:57:55.836Z | Downloaded num-rational v0.4.2 |
886 | 2024-12-06T19:57:55.836Z | Downloaded num-integer v0.1.46 |
887 | 2024-12-06T19:57:55.836Z | Downloaded num v0.4.3 |
888 | 2024-12-06T19:57:55.836Z | Downloaded normalize-line-endings v0.3.0 |
889 | 2024-12-06T19:57:55.836Z | Downloaded tracing-core v0.1.32 |
890 | 2024-12-06T19:57:55.836Z | Downloaded tracing v0.1.40 |
891 | 2024-12-06T19:57:55.836Z | Downloaded elliptic-curve v0.13.8 |
892 | 2024-12-06T19:57:55.836Z | Downloaded nibble_vec v0.1.0 |
893 | 2024-12-06T19:57:55.861Z | Downloaded expectorate v1.1.0 |
894 | 2024-12-06T19:57:55.861Z | Downloaded idna v0.4.0 |
895 | 2024-12-06T19:57:55.861Z | Downloaded num-conv v0.1.0 |
896 | 2024-12-06T19:57:55.861Z | Downloaded newtype_derive v0.1.6 |
897 | 2024-12-06T19:57:55.861Z | Downloaded tungstenite v0.23.0 |
898 | 2024-12-06T19:57:55.861Z | Downloaded tungstenite v0.21.0 |
899 | 2024-12-06T19:57:55.861Z | Downloaded steno v0.4.1 |
900 | 2024-12-06T19:57:55.885Z | Downloaded env_logger v0.10.2 |
901 | 2024-12-06T19:57:55.885Z | Downloaded darling_core v0.20.10 |
902 | 2024-12-06T19:57:55.885Z | Downloaded tar v0.4.42 |
903 | 2024-12-06T19:57:55.885Z | Downloaded newtype-uuid v1.1.3 |
904 | 2024-12-06T19:57:55.885Z | Downloaded heck v0.3.3 |
905 | 2024-12-06T19:57:55.885Z | Downloaded env_logger v0.11.5 |
906 | 2024-12-06T19:57:55.885Z | Downloaded debug-ignore v1.0.5 |
907 | 2024-12-06T19:57:55.885Z | Downloaded zopfli v0.8.1 |
908 | 2024-12-06T19:57:55.885Z | Downloaded typify-macro v0.2.0 |
909 | 2024-12-06T19:57:55.885Z | Downloaded typify v0.2.0 |
910 | 2024-12-06T19:57:55.909Z | Downloaded tungstenite v0.24.0 |
911 | 2024-12-06T19:57:55.909Z | Downloaded publicsuffix v2.2.3 |
912 | 2024-12-06T19:57:55.909Z | Downloaded crossterm v0.28.1 |
913 | 2024-12-06T19:57:55.909Z | Downloaded native-tls v0.2.12 |
914 | 2024-12-06T19:57:55.909Z | Downloaded nanorand v0.7.0 |
915 | 2024-12-06T19:57:55.909Z | Downloaded multimap v0.10.0 |
916 | 2024-12-06T19:57:55.909Z | Downloaded multer v3.1.0 |
917 | 2024-12-06T19:57:55.909Z | Downloaded defmt v0.3.8 |
918 | 2024-12-06T19:57:55.933Z | Downloaded data-encoding v2.6.0 |
919 | 2024-12-06T19:57:55.933Z | Downloaded test-strategy v0.3.1 |
920 | 2024-12-06T19:57:55.933Z | Downloaded embedded-io v0.4.0 |
921 | 2024-12-06T19:57:55.934Z | Downloaded ecdsa v0.16.9 |
922 | 2024-12-06T19:57:55.934Z | Downloaded darling_macro v0.20.10 |
923 | 2024-12-06T19:57:55.934Z | Downloaded twox-hash v1.6.3 |
924 | 2024-12-06T19:57:55.934Z | Downloaded termtree v0.4.1 |
925 | 2024-12-06T19:57:55.934Z | Downloaded termios v0.3.3 |
926 | 2024-12-06T19:57:55.934Z | Downloaded libxml v0.3.3 |
927 | 2024-12-06T19:57:55.934Z | Downloaded lalrpop v0.19.12 |
928 | 2024-12-06T19:57:55.958Z | Downloaded itertools v0.12.1 |
929 | 2024-12-06T19:57:55.958Z | Downloaded new_debug_unreachable v1.0.6 |
930 | 2024-12-06T19:57:55.958Z | Downloaded term v0.7.0 |
931 | 2024-12-06T19:57:55.958Z | Downloaded string_cache v0.8.7 |
932 | 2024-12-06T19:57:55.983Z | Downloaded rayon-core v1.12.1 |
933 | 2024-12-06T19:57:55.983Z | Downloaded qorb v0.2.1 |
934 | 2024-12-06T19:57:55.983Z | Downloaded minimal-lexical v0.2.1 |
935 | 2024-12-06T19:57:55.983Z | Downloaded libm v0.2.8 |
936 | 2024-12-06T19:57:55.983Z | Downloaded enum-as-inner v0.6.1 |
937 | 2024-12-06T19:57:55.983Z | Downloaded ena v0.14.3 |
938 | 2024-12-06T19:57:56.007Z | Downloaded either v1.13.0 |
939 | 2024-12-06T19:57:56.007Z | Downloaded ed25519 v2.2.3 |
940 | 2024-12-06T19:57:56.007Z | Downloaded zone v0.3.0 |
941 | 2024-12-06T19:57:56.007Z | Downloaded zone v0.1.8 |
942 | 2024-12-06T19:57:56.007Z | Downloaded tui-tree-widget v0.22.0 |
943 | 2024-12-06T19:57:56.007Z | Downloaded tracing-attributes v0.1.27 |
944 | 2024-12-06T19:57:56.007Z | Downloaded termcolor v1.4.1 |
945 | 2024-12-06T19:57:56.007Z | Downloaded slab v0.4.9 |
946 | 2024-12-06T19:57:56.007Z | Downloaded indicatif v0.17.9 |
947 | 2024-12-06T19:57:56.007Z | Downloaded tap v1.0.1 |
948 | 2024-12-06T19:57:56.008Z | Downloaded tabwriter v1.4.0 |
949 | 2024-12-06T19:57:56.008Z | Downloaded rustc-demangle v0.1.24 |
950 | 2024-12-06T19:57:56.008Z | Downloaded miniz_oxide v0.8.0 |
951 | 2024-12-06T19:57:56.032Z | Downloaded mime_guess v2.0.5 |
952 | 2024-12-06T19:57:56.032Z | Downloaded mime v0.3.17 |
953 | 2024-12-06T19:57:56.032Z | Downloaded memoffset v0.9.1 |
954 | 2024-12-06T19:57:56.032Z | Downloaded memmap2 v0.9.5 |
955 | 2024-12-06T19:57:56.032Z | Downloaded md5 v0.7.0 |
956 | 2024-12-06T19:57:56.032Z | Downloaded maybe-uninit v2.0.0 |
957 | 2024-12-06T19:57:56.032Z | Downloaded matches v0.1.10 |
958 | 2024-12-06T19:57:56.032Z | Downloaded match_cfg v0.1.0 |
959 | 2024-12-06T19:57:56.032Z | Downloaded maplit v1.0.2 |
960 | 2024-12-06T19:57:56.032Z | Downloaded managed v0.8.0 |
961 | 2024-12-06T19:57:56.032Z | Downloaded lockfree-object-pool v0.1.6 |
962 | 2024-12-06T19:57:56.032Z | Downloaded litemap v0.7.3 |
963 | 2024-12-06T19:57:56.032Z | Downloaded linked-hash-map v0.5.6 |
964 | 2024-12-06T19:57:56.032Z | Downloaded lazycell v1.3.0 |
965 | 2024-12-06T19:57:56.032Z | Downloaded lazy_static v1.5.0 |
966 | 2024-12-06T19:57:56.032Z | Downloaded lalrpop-util v0.19.12 |
967 | 2024-12-06T19:57:56.057Z | Downloaded kstat-rs v0.2.4 |
968 | 2024-12-06T19:57:56.057Z | Downloaded itertools v0.13.0 |
969 | 2024-12-06T19:57:56.057Z | Downloaded ipnetwork v0.20.0 |
970 | 2024-12-06T19:57:56.057Z | Downloaded ipnet v2.10.1 |
971 | 2024-12-06T19:57:56.057Z | Downloaded aws-lc-sys v0.22.0 |
972 | 2024-12-06T19:57:56.347Z | Downloaded impl-trait-for-tuples v0.2.2 |
973 | 2024-12-06T19:57:56.371Z | Downloaded crossbeam-channel v0.5.13 |
974 | 2024-12-06T19:57:56.371Z | Downloaded const_format v0.2.33 |
975 | 2024-12-06T19:57:56.371Z | Downloaded cc v1.1.30 |
976 | 2024-12-06T19:57:56.371Z | Downloaded embedded-io v0.6.1 |
977 | 2024-12-06T19:57:56.371Z | Downloaded zone_cfg_derive v0.3.0 |
978 | 2024-12-06T19:57:56.371Z | Downloaded zone_cfg_derive v0.1.2 |
979 | 2024-12-06T19:57:56.371Z | Downloaded try-lock v0.2.5 |
980 | 2024-12-06T19:57:56.372Z | Downloaded tower-service v0.3.3 |
981 | 2024-12-06T19:57:56.372Z | Downloaded toolchain_find v0.4.0 |
982 | 2024-12-06T19:57:56.372Z | Downloaded stable_deref_trait v1.2.0 |
983 | 2024-12-06T19:57:56.372Z | Downloaded siphasher v0.3.11 |
984 | 2024-12-06T19:57:56.396Z | Downloaded simd-adler32 v0.3.7 |
985 | 2024-12-06T19:57:56.396Z | Downloaded signature v2.2.0 |
986 | 2024-12-06T19:57:56.396Z | Downloaded signal-hook-tokio v0.3.1 |
987 | 2024-12-06T19:57:56.396Z | Downloaded serde_repr v0.1.19 |
988 | 2024-12-06T19:57:56.396Z | Downloaded serde_plain v1.0.2 |
989 | 2024-12-06T19:57:56.396Z | Downloaded rustc_version v0.1.7 |
990 | 2024-12-06T19:57:56.396Z | Downloaded progenitor-impl v0.8.0 |
991 | 2024-12-06T19:57:56.396Z | Downloaded mockall v0.13.0 |
992 | 2024-12-06T19:57:56.396Z | Downloaded mirai-annotations v1.12.0 |
993 | 2024-12-06T19:57:56.396Z | Downloaded mio v1.0.2 |
994 | 2024-12-06T19:57:56.396Z | Downloaded linear-map v1.2.0 |
995 | 2024-12-06T19:57:56.396Z | Downloaded libefi-sys v0.1.0 |
996 | 2024-12-06T19:57:56.396Z | Downloaded itertools v0.10.5 |
997 | 2024-12-06T19:57:56.420Z | Downloaded compact_str v0.8.0 |
998 | 2024-12-06T19:57:56.421Z | Downloaded chacha20poly1305 v0.10.1 |
999 | 2024-12-06T19:57:56.421Z | Downloaded sigpipe v0.1.3 |
1000 | 2024-12-06T19:57:56.421Z | Downloaded serde_path_to_error v0.1.16 |
1001 | 2024-12-06T19:57:56.421Z | Downloaded rustfmt-wrapper v0.2.1 |
1002 | 2024-12-06T19:57:56.421Z | Downloaded rustc_version v0.4.1 |
1003 | 2024-12-06T19:57:56.421Z | Downloaded rustc-hash v1.1.0 |
1004 | 2024-12-06T19:57:56.421Z | Downloaded ref-cast v1.0.23 |
1005 | 2024-12-06T19:57:56.421Z | Downloaded quick-error v1.2.3 |
1006 | 2024-12-06T19:57:56.421Z | Downloaded lru-cache v0.1.2 |
1007 | 2024-12-06T19:57:56.421Z | Downloaded lock_api v0.4.12 |
1008 | 2024-12-06T19:57:56.421Z | Downloaded libloading v0.8.5 |
1009 | 2024-12-06T19:57:56.445Z | Downloaded keccak v0.1.5 |
1010 | 2024-12-06T19:57:56.445Z | Downloaded jobserver v0.1.32 |
1011 | 2024-12-06T19:57:56.446Z | Downloaded is_ci v1.2.0 |
1012 | 2024-12-06T19:57:56.446Z | Downloaded is-terminal v0.4.13 |
1013 | 2024-12-06T19:57:56.446Z | Downloaded internet-checksum v0.2.1 |
1014 | 2024-12-06T19:57:56.446Z | Downloaded instant v0.1.13 |
1015 | 2024-12-06T19:57:56.446Z | Downloaded instability v0.3.2 |
1016 | 2024-12-06T19:57:56.446Z | Downloaded inout v0.1.3 |
1017 | 2024-12-06T19:57:56.446Z | Downloaded indoc v1.0.9 |
1018 | 2024-12-06T19:57:56.446Z | Downloaded indexmap v1.9.3 |
1019 | 2024-12-06T19:57:56.446Z | Downloaded indent_write v2.2.0 |
1020 | 2024-12-06T19:57:56.446Z | Downloaded idna_adapter v1.2.0 |
1021 | 2024-12-06T19:57:56.446Z | Downloaded idna v1.0.3 |
1022 | 2024-12-06T19:57:56.446Z | Downloaded idna v0.5.0 |
1023 | 2024-12-06T19:57:56.470Z | Downloaded idna v0.3.0 |
1024 | 2024-12-06T19:57:56.470Z | Downloaded idna v0.2.3 |
1025 | 2024-12-06T19:57:56.470Z | Downloaded hyper v1.5.0 |
1026 | 2024-12-06T19:57:56.494Z | Downloaded csv-core v0.1.11 |
1027 | 2024-12-06T19:57:56.494Z | Downloaded crossbeam-utils v0.8.20 |
1028 | 2024-12-06T19:57:56.494Z | Downloaded crc32fast v1.4.2 |
1029 | 2024-12-06T19:57:56.494Z | Downloaded crc-any v2.5.0 |
1030 | 2024-12-06T19:57:56.494Z | Downloaded cookie v0.18.1 |
1031 | 2024-12-06T19:57:56.494Z | Downloaded const_format_proc_macros v0.2.33 |
1032 | 2024-12-06T19:57:56.494Z | Downloaded const-oid v0.9.6 |
1033 | 2024-12-06T19:57:56.518Z | Downloaded clang-sys v1.8.1 |
1034 | 2024-12-06T19:57:56.518Z | Downloaded cexpr v0.6.0 |
1035 | 2024-12-06T19:57:56.518Z | Downloaded bumpalo v3.16.0 |
1036 | 2024-12-06T19:57:56.518Z | Downloaded bcs v0.1.6 |
1037 | 2024-12-06T19:57:56.518Z | Downloaded base64 v0.21.7 |
1038 | 2024-12-06T19:57:56.518Z | Downloaded static_assertions v1.1.0 |
1039 | 2024-12-06T19:57:56.518Z | Downloaded lru v0.12.5 |
1040 | 2024-12-06T19:57:56.518Z | Downloaded libsw v3.3.1 |
1041 | 2024-12-06T19:57:56.518Z | Downloaded icu_provider_macros v1.5.0 |
1042 | 2024-12-06T19:57:56.518Z | Downloaded icu_provider v1.5.0 |
1043 | 2024-12-06T19:57:56.542Z | Downloaded icu_properties v1.5.1 |
1044 | 2024-12-06T19:57:56.542Z | Downloaded icu_normalizer v1.5.0 |
1045 | 2024-12-06T19:57:56.542Z | Downloaded icu_locid_transform_data v1.5.0 |
1046 | 2024-12-06T19:57:56.542Z | Downloaded hyper-util v0.1.10 |
1047 | 2024-12-06T19:57:56.543Z | Downloaded hyper-staticfile v0.10.1 |
1048 | 2024-12-06T19:57:56.543Z | Downloaded hyper-rustls v0.27.3 |
1049 | 2024-12-06T19:57:56.543Z | Downloaded hubpack_derive v0.1.1 |
1050 | 2024-12-06T19:57:56.543Z | Downloaded http-range v0.1.5 |
1051 | 2024-12-06T19:57:56.543Z | Downloaded http-body-util v0.1.2 |
1052 | 2024-12-06T19:57:56.543Z | Downloaded http-body v1.0.1 |
1053 | 2024-12-06T19:57:56.543Z | Downloaded http v1.1.0 |
1054 | 2024-12-06T19:57:56.567Z | Downloaded hostname v0.4.0 |
1055 | 2024-12-06T19:57:56.567Z | Downloaded hmac v0.12.1 |
1056 | 2024-12-06T19:57:56.567Z | Downloaded hickory-client v0.24.1 |
1057 | 2024-12-06T19:57:56.567Z | Downloaded curve25519-dalek-derive v0.1.1 |
1058 | 2024-12-06T19:57:56.567Z | Downloaded ctr v0.9.2 |
1059 | 2024-12-06T19:57:56.567Z | Downloaded crossbeam-epoch v0.9.18 |
1060 | 2024-12-06T19:57:56.567Z | Downloaded crossbeam-deque v0.8.5 |
1061 | 2024-12-06T19:57:56.567Z | Downloaded cipher v0.4.4 |
1062 | 2024-12-06T19:57:56.567Z | Downloaded ciborium v0.2.2 |
1063 | 2024-12-06T19:57:56.567Z | Downloaded cbc v0.1.2 |
1064 | 2024-12-06T19:57:56.567Z | Downloaded blake2 v0.10.6 |
1065 | 2024-12-06T19:57:56.591Z | Downloaded bb8 v0.8.5 |
1066 | 2024-12-06T19:57:56.591Z | Downloaded aws-lc-rs v1.10.0 |
1067 | 2024-12-06T19:57:56.591Z | Downloaded icu_locid v1.5.0 |
1068 | 2024-12-06T19:57:56.591Z | Downloaded icu_collections v1.5.0 |
1069 | 2024-12-06T19:57:56.615Z | Downloaded headers-core v0.3.0 |
1070 | 2024-12-06T19:57:56.615Z | Downloaded crc-catalog v2.4.0 |
1071 | 2024-12-06T19:57:56.615Z | Downloaded crc v3.2.1 |
1072 | 2024-12-06T19:57:56.615Z | Downloaded convert_case v0.4.0 |
1073 | 2024-12-06T19:57:56.615Z | Downloaded constant_time_eq v0.3.1 |
1074 | 2024-12-06T19:57:56.615Z | Downloaded cobs v0.2.3 |
1075 | 2024-12-06T19:57:56.615Z | Downloaded cmake v0.1.51 |
1076 | 2024-12-06T19:57:56.615Z | Downloaded chrono-tz-build v0.4.0 |
1077 | 2024-12-06T19:57:56.615Z | Downloaded cfg_aliases v0.2.1 |
1078 | 2024-12-06T19:57:56.616Z | Downloaded buf-list v1.0.3 |
1079 | 2024-12-06T19:57:56.616Z | Downloaded blowfish v0.9.1 |
1080 | 2024-12-06T19:57:56.616Z | Downloaded base64 v0.13.1 |
1081 | 2024-12-06T19:57:56.616Z | Downloaded backtrace v0.3.74 |
1082 | 2024-12-06T19:57:56.640Z | Downloaded hyper-tls v0.6.0 |
1083 | 2024-12-06T19:57:56.640Z | Downloaded humantime v2.1.0 |
1084 | 2024-12-06T19:57:56.640Z | Downloaded hubpack v0.1.2 |
1085 | 2024-12-06T19:57:56.640Z | Downloaded httpdate v1.0.3 |
1086 | 2024-12-06T19:57:56.640Z | Downloaded cstr-argument v0.1.2 |
1087 | 2024-12-06T19:57:56.640Z | Downloaded crunchy v0.2.2 |
1088 | 2024-12-06T19:57:56.640Z | Downloaded crucible-workspace-hack v0.1.0 |
1089 | 2024-12-06T19:57:56.640Z | Downloaded console v0.15.8 |
1090 | 2024-12-06T19:57:56.640Z | Downloaded bzip2 v0.4.4 |
1091 | 2024-12-06T19:57:56.640Z | Downloaded icu_locid_transform v1.5.0 |
1092 | 2024-12-06T19:57:56.640Z | Downloaded iana-time-zone v0.1.61 |
1093 | 2024-12-06T19:57:56.640Z | Downloaded httparse v1.9.5 |
1094 | 2024-12-06T19:57:56.640Z | Downloaded hostname v0.3.1 |
1095 | 2024-12-06T19:57:56.664Z | Downloaded home v0.5.9 |
1096 | 2024-12-06T19:57:56.664Z | Downloaded hkdf v0.12.4 |
1097 | 2024-12-06T19:57:56.664Z | Downloaded hickory-server v0.24.1 |
1098 | 2024-12-06T19:57:56.664Z | Downloaded ciborium-ll v0.2.2 |
1099 | 2024-12-06T19:57:56.664Z | Downloaded cfg_aliases v0.1.1 |
1100 | 2024-12-06T19:57:56.664Z | Downloaded castaway v0.2.3 |
1101 | 2024-12-06T19:57:56.664Z | Downloaded bytes v1.8.0 |
1102 | 2024-12-06T19:57:56.664Z | Downloaded block-padding v0.3.3 |
1103 | 2024-12-06T19:57:56.664Z | Downloaded bitflags v1.3.2 |
1104 | 2024-12-06T19:57:56.664Z | Downloaded bitfield v0.14.0 |
1105 | 2024-12-06T19:57:56.664Z | Downloaded bit-vec v0.6.3 |
1106 | 2024-12-06T19:57:56.688Z | Downloaded bcrypt-pbkdf v0.10.0 |
1107 | 2024-12-06T19:57:56.688Z | Downloaded base64ct v1.6.0 |
1108 | 2024-12-06T19:57:56.688Z | Downloaded rcgen v0.12.1 |
1109 | 2024-12-06T19:57:56.688Z | Downloaded highway v1.2.0 |
1110 | 2024-12-06T19:57:56.688Z | Downloaded hickory-proto v0.24.1 |
1111 | 2024-12-06T19:57:56.712Z | Downloaded hex-literal v0.4.1 |
1112 | 2024-12-06T19:57:56.712Z | Downloaded ciborium-io v0.2.2 |
1113 | 2024-12-06T19:57:56.712Z | Downloaded cassowary v0.3.0 |
1114 | 2024-12-06T19:57:56.712Z | Downloaded backoff v0.4.0 |
1115 | 2024-12-06T19:57:56.713Z | Downloaded aes v0.8.4 |
1116 | 2024-12-06T19:57:56.713Z | Downloaded async-bb8-diesel v0.2.1 |
1117 | 2024-12-06T19:57:56.713Z | Downloaded arc-swap v1.7.1 |
1118 | 2024-12-06T19:57:56.713Z | Downloaded aho-corasick v1.1.3 |
1119 | 2024-12-06T19:57:56.736Z | Downloaded aes-gcm v0.10.3 |
1120 | 2024-12-06T19:57:56.736Z | Downloaded hex v0.4.3 |
1121 | 2024-12-06T19:57:56.736Z | Downloaded darling v0.20.10 |
1122 | 2024-12-06T19:57:56.736Z | Downloaded crypto-bigint v0.5.5 |
1123 | 2024-12-06T19:57:56.736Z | Downloaded base64 v0.22.1 |
1124 | 2024-12-06T19:57:56.760Z | Downloaded base16ct v0.2.0 |
1125 | 2024-12-06T19:57:56.761Z | Downloaded arrayvec v0.7.6 |
1126 | 2024-12-06T19:57:56.761Z | Downloaded argon2 v0.5.3 |
1127 | 2024-12-06T19:57:56.761Z | Downloaded addr2line v0.24.2 |
1128 | 2024-12-06T19:57:56.761Z | Downloaded cookie_store v0.21.0 |
1129 | 2024-12-06T19:57:56.761Z | Downloaded atty v0.2.14 |
1130 | 2024-12-06T19:57:56.761Z | Downloaded atomic-waker v1.1.2 |
1131 | 2024-12-06T19:57:56.761Z | Downloaded async-stream-impl v0.3.6 |
1132 | 2024-12-06T19:57:56.761Z | Downloaded ascii-canvas v3.0.0 |
1133 | 2024-12-06T19:57:56.761Z | Downloaded arrayref v0.3.9 |
1134 | 2024-12-06T19:57:56.761Z | Downloaded aead v0.5.2 |
1135 | 2024-12-06T19:57:56.761Z | Downloaded cancel-safe-futures v0.1.5 |
1136 | 2024-12-06T19:57:56.761Z | Downloaded async-recursion v1.1.1 |
1137 | 2024-12-06T19:57:56.785Z | Downloaded assert_matches v1.5.0 |
1138 | 2024-12-06T19:57:56.785Z | Downloaded array-init v0.0.4 |
1139 | 2024-12-06T19:57:56.785Z | Downloaded adler2 v2.0.0 |
1140 | 2024-12-06T19:57:56.785Z | Downloaded bitfield-struct v0.6.2 |
1141 | 2024-12-06T19:57:56.785Z | Downloaded bit-set v0.5.3 |
1142 | 2024-12-06T19:57:56.785Z | Downloaded allocator-api2 v0.2.18 |
1143 | 2024-12-06T19:57:56.906Z | Compiling serde v1.0.215 |
1144 | 2024-12-06T19:57:56.906Z | Compiling lock_api v0.4.12 |
1145 | 2024-12-06T19:57:56.931Z | Compiling scopeguard v1.2.0 |
1146 | 2024-12-06T19:57:56.931Z | Compiling value-bag v1.9.0 |
1147 | 2024-12-06T19:57:56.931Z | Compiling typenum v1.17.0 |
1148 | 2024-12-06T19:57:56.931Z | Compiling generic-array v0.14.7 |
1149 | 2024-12-06T19:57:57.006Z | Compiling syn v2.0.87 |
1150 | 2024-12-06T19:57:57.029Z | Compiling getrandom v0.2.15 |
1151 | 2024-12-06T19:57:57.163Z | Compiling subtle v2.6.1 |
1152 | 2024-12-06T19:57:57.304Z | Compiling rand_core v0.6.4 |
1153 | 2024-12-06T19:57:57.419Z | Compiling log v0.4.22 |
1154 | 2024-12-06T19:57:57.477Z | Compiling shlex v1.3.0 |
1155 | 2024-12-06T19:57:57.501Z | Compiling jobserver v0.1.32 |
1156 | 2024-12-06T19:57:57.525Z | Compiling smallvec v1.13.2 |
1157 | 2024-12-06T19:57:57.745Z | Compiling const-oid v0.9.6 |
1158 | 2024-12-06T19:57:57.781Z | Compiling spin v0.9.8 |
1159 | 2024-12-06T19:57:57.849Z | Compiling cc v1.1.30 |
1160 | 2024-12-06T19:57:57.899Z | Compiling pin-project-lite v0.2.14 |
1161 | 2024-12-06T19:57:58.024Z | Compiling rustix v0.38.37 |
1162 | 2024-12-06T19:57:58.128Z | Compiling parking_lot_core v0.9.10 |
1163 | 2024-12-06T19:57:58.230Z | Compiling futures-core v0.3.31 |
1164 | 2024-12-06T19:57:58.327Z | Compiling signal-hook-registry v1.4.2 |
1165 | 2024-12-06T19:57:58.485Z | Compiling mio v1.0.2 |
1166 | 2024-12-06T19:57:58.869Z | Compiling aho-corasick v1.1.3 |
1167 | 2024-12-06T19:57:59.151Z | Compiling parking_lot v0.12.3 |
1168 | 2024-12-06T19:57:59.237Z | Compiling regex-syntax v0.8.5 |
1169 | 2024-12-06T19:57:59.328Z | Compiling cpufeatures v0.2.14 |
1170 | 2024-12-06T19:57:59.381Z | Compiling either v1.13.0 |
1171 | 2024-12-06T19:57:59.440Z | Compiling lazy_static v1.5.0 |
1172 | 2024-12-06T19:57:59.566Z | Compiling futures-sink v0.3.31 |
1173 | 2024-12-06T19:57:59.675Z | Compiling glob v0.3.1 |
1174 | 2024-12-06T19:57:59.735Z | Compiling stable_deref_trait v1.2.0 |
1175 | 2024-12-06T19:57:59.810Z | Compiling socket2 v0.5.7 |
1176 | 2024-12-06T19:57:59.851Z | Compiling slab v0.4.9 |
1177 | 2024-12-06T19:58:00.056Z | Compiling prettyplease v0.2.25 |
1178 | 2024-12-06T19:58:00.300Z | Compiling minimal-lexical v0.2.1 |
1179 | 2024-12-06T19:58:00.787Z | Compiling libloading v0.8.5 |
1180 | 2024-12-06T19:58:00.946Z | Compiling nom v7.1.3 |
1181 | 2024-12-06T19:58:00.987Z | Compiling clang-sys v1.8.1 |
1182 | 2024-12-06T19:58:01.025Z | Compiling bindgen v0.69.5 |
1183 | 2024-12-06T19:58:01.268Z | Compiling serde_json v1.0.132 |
1184 | 2024-12-06T19:58:01.549Z | Compiling home v0.5.9 |
1185 | 2024-12-06T19:58:01.817Z | Compiling itertools v0.12.1 |
1186 | 2024-12-06T19:58:01.865Z | Compiling futures-channel v0.3.31 |
1187 | 2024-12-06T19:58:02.077Z | Compiling pin-utils v0.1.0 |
1188 | 2024-12-06T19:58:02.167Z | Compiling allocator-api2 v0.2.18 |
1189 | 2024-12-06T19:58:02.232Z | Compiling rustc-hash v1.1.0 |
1190 | 2024-12-06T19:58:02.370Z | Compiling futures-task v0.3.31 |
1191 | 2024-12-06T19:58:02.633Z | Compiling foldhash v0.1.3 |
1192 | 2024-12-06T19:58:02.861Z | Compiling regex-automata v0.4.8 |
1193 | 2024-12-06T19:58:02.898Z | Compiling futures-io v0.3.31 |
1194 | 2024-12-06T19:58:03.189Z | Compiling lazycell v1.3.0 |
1195 | 2024-12-06T19:58:03.340Z | Compiling hashbrown v0.15.0 |
1196 | 2024-12-06T19:58:04.095Z | Compiling synstructure v0.13.1 |
1197 | 2024-12-06T19:58:04.262Z | Compiling cexpr v0.6.0 |
1198 | 2024-12-06T19:58:04.563Z | Compiling cmake v0.1.51 |
1199 | 2024-12-06T19:58:05.471Z | Compiling fs_extra v1.3.0 |
1200 | 2024-12-06T19:58:05.503Z | Compiling libm v0.2.8 |
1201 | 2024-12-06T19:58:05.632Z | Compiling tinyvec_macros v0.1.1 |
1202 | 2024-12-06T19:58:05.723Z | Compiling pkg-config v0.3.31 |
1203 | 2024-12-06T19:58:05.779Z | Compiling dunce v1.0.5 |
1204 | 2024-12-06T19:58:05.851Z | Compiling tinyvec v1.8.0 |
1205 | 2024-12-06T19:58:05.897Z | Compiling num-traits v0.2.19 |
1206 | 2024-12-06T19:58:06.340Z | Compiling ring v0.17.8 |
1207 | 2024-12-06T19:58:07.049Z | Compiling unicode-normalization v0.1.24 |
1208 | 2024-12-06T19:58:07.117Z | Compiling writeable v0.5.5 |
1209 | 2024-12-06T19:58:07.172Z | Compiling unicode-bidi v0.3.17 |
1210 | 2024-12-06T19:58:07.297Z | Compiling litemap v0.7.3 |
1211 | 2024-12-06T19:58:07.321Z | Compiling paste v1.0.15 |
1212 | 2024-12-06T19:58:07.631Z | Compiling regex v1.11.1 |
1213 | 2024-12-06T19:58:07.655Z | Compiling base64ct v1.6.0 |
1214 | 2024-12-06T19:58:08.188Z | Compiling pem-rfc7468 v0.7.0 |
1215 | 2024-12-06T19:58:08.394Z | Compiling httparse v1.9.5 |
1216 | 2024-12-06T19:58:08.550Z | Compiling aws-lc-rs v1.10.0 |
1217 | 2024-12-06T19:58:08.846Z | Compiling flagset v0.4.6 |
1218 | 2024-12-06T19:58:09.051Z | Compiling tracing-core v0.1.32 |
1219 | 2024-12-06T19:58:09.140Z | Compiling rustls-pki-types v1.9.0 |
1220 | 2024-12-06T19:58:09.687Z | Compiling icu_locid_transform_data v1.5.0 |
1221 | 2024-12-06T19:58:09.791Z | Compiling crossbeam-utils v0.8.20 |
1222 | 2024-12-06T19:58:09.985Z | Compiling serde_derive v1.0.215 |
1223 | 2024-12-06T19:58:10.023Z | Compiling zeroize_derive v1.4.2 |
1224 | 2024-12-06T19:58:10.173Z | Compiling zerocopy-derive v0.7.35 |
1225 | 2024-12-06T19:58:10.308Z | Compiling tokio-macros v2.4.0 |
1226 | 2024-12-06T19:58:10.340Z | Compiling zerofrom-derive v0.1.4 |
1227 | 2024-12-06T19:58:11.433Z | Compiling zeroize v1.8.1 |
1228 | 2024-12-06T19:58:11.788Z | Compiling thiserror-impl v1.0.69 |
1229 | 2024-12-06T19:58:12.150Z | Compiling zerocopy v0.7.35 |
1230 | 2024-12-06T19:58:12.305Z | Compiling yoke-derive v0.7.4 |
1231 | 2024-12-06T19:58:12.882Z | Compiling crypto-common v0.1.6 |
1232 | 2024-12-06T19:58:12.943Z | Compiling block-buffer v0.10.4 |
1233 | 2024-12-06T19:58:13.104Z | Compiling zerovec-derive v0.10.3 |
1234 | 2024-12-06T19:58:13.193Z | Compiling digest v0.10.7 |
1235 | 2024-12-06T19:58:13.523Z | Compiling futures-macro v0.3.31 |
1236 | 2024-12-06T19:58:13.622Z | Compiling hmac v0.12.1 |
1237 | 2024-12-06T19:58:13.854Z | Compiling block-padding v0.3.3 |
1238 | 2024-12-06T19:58:13.927Z | Compiling zerofrom v0.1.4 |
1239 | 2024-12-06T19:58:13.999Z | Compiling displaydoc v0.2.5 |
1240 | 2024-12-06T19:58:14.094Z | Compiling inout v0.1.3 |
1241 | 2024-12-06T19:58:14.162Z | Compiling sha2 v0.10.8 |
1242 | 2024-12-06T19:58:14.372Z | Compiling cipher v0.4.4 |
1243 | 2024-12-06T19:58:14.669Z | Compiling thiserror v1.0.69 |
1244 | 2024-12-06T19:58:14.804Z | Compiling ppv-lite86 v0.2.20 |
1245 | 2024-12-06T19:58:14.844Z | Compiling der_derive v0.7.3 |
1246 | 2024-12-06T19:58:15.017Z | Compiling yoke v0.7.4 |
1247 | 2024-12-06T19:58:15.216Z | Compiling futures-util v0.3.31 |
1248 | 2024-12-06T19:58:15.401Z | Compiling icu_provider_macros v1.5.0 |
1249 | 2024-12-06T19:58:15.501Z | Compiling zerovec v0.10.4 |
1250 | 2024-12-06T19:58:15.587Z | Compiling rand_chacha v0.3.1 |
1251 | 2024-12-06T19:58:15.611Z | Compiling tracing-attributes v0.1.27 |
1252 | 2024-12-06T19:58:16.391Z | Compiling percent-encoding v2.3.1 |
1253 | 2024-12-06T19:58:16.711Z | Compiling pest v2.7.14 |
1254 | 2024-12-06T19:58:16.882Z | Compiling rand v0.8.5 |
1255 | 2024-12-06T19:58:17.023Z | Compiling der v0.7.9 |
1256 | 2024-12-06T19:58:17.494Z | Compiling tinystr v0.7.6 |
1257 | 2024-12-06T19:58:17.630Z | Compiling icu_collections v1.5.0 |
1258 | 2024-12-06T19:58:17.918Z | Compiling icu_locid v1.5.0 |
1259 | 2024-12-06T19:58:18.913Z | Compiling salsa20 v0.10.2 |
1260 | 2024-12-06T19:58:18.978Z | Compiling tracing v0.1.40 |
1261 | 2024-12-06T19:58:19.044Z | Compiling icu_provider v1.5.0 |
1262 | 2024-12-06T19:58:19.138Z | Compiling spki v0.7.3 |
1263 | 2024-12-06T19:58:19.485Z | Compiling pbkdf2 v0.12.2 |
1264 | 2024-12-06T19:58:19.587Z | Compiling num-conv v0.1.0 |
1265 | 2024-12-06T19:58:19.662Z | Compiling time-core v0.1.2 |
1266 | 2024-12-06T19:58:19.825Z | Compiling icu_locid_transform v1.5.0 |
1267 | 2024-12-06T19:58:19.855Z | Compiling vcpkg v0.2.15 |
1268 | 2024-12-06T19:58:20.040Z | Compiling powerfmt v0.2.0 |
1269 | 2024-12-06T19:58:20.103Z | Compiling mirai-annotations v1.12.0 |
1270 | 2024-12-06T19:58:20.138Z | Compiling icu_properties_data v1.5.0 |
1271 | 2024-12-06T19:58:20.210Z | Compiling untrusted v0.7.1 |
1272 | 2024-12-06T19:58:20.283Z | Compiling untrusted v0.9.0 |
1273 | 2024-12-06T19:58:20.415Z | Compiling deranged v0.3.11 |
1274 | 2024-12-06T19:58:20.444Z | Compiling time-macros v0.2.18 |
1275 | 2024-12-06T19:58:20.516Z | Compiling scrypt v0.11.0 |
1276 | 2024-12-06T19:58:21.013Z | Compiling icu_properties v1.5.1 |
1277 | 2024-12-06T19:58:21.811Z | Compiling openssl-sys v0.9.103 |
1278 | 2024-12-06T19:58:21.899Z | Compiling pest_meta v2.7.14 |
1279 | 2024-12-06T19:58:22.034Z | Compiling aes v0.8.4 |
1280 | 2024-12-06T19:58:22.188Z | Compiling bitflags v2.6.0 |
1281 | 2024-12-06T19:58:22.487Z | Compiling bytes v1.8.0 |
1282 | 2024-12-06T19:58:23.128Z | Compiling indexmap v2.6.0 |
1283 | 2024-12-06T19:58:23.631Z | Compiling tokio v1.40.0 |
1284 | 2024-12-06T19:58:23.778Z | Compiling http v1.1.0 |
1285 | 2024-12-06T19:58:24.268Z | Compiling semver v1.0.23 |
1286 | 2024-12-06T19:58:24.402Z | Compiling cbc v0.1.2 |
1287 | 2024-12-06T19:58:24.618Z | Compiling scroll_derive v0.12.0 |
1288 | 2024-12-06T19:58:24.942Z | Compiling rustc_version v0.4.1 |
1289 | 2024-12-06T19:58:25.165Z | Compiling utf16_iter v1.0.5 |
1290 | 2024-12-06T19:58:25.360Z | Compiling num_threads v0.1.7 |
1291 | 2024-12-06T19:58:25.482Z | Compiling utf8_iter v1.0.4 |
1292 | 2024-12-06T19:58:25.529Z | Compiling atomic-waker v1.1.2 |
1293 | 2024-12-06T19:58:25.671Z | Compiling write16 v1.0.0 |
1294 | 2024-12-06T19:58:25.704Z | Compiling icu_normalizer_data v1.5.0 |
1295 | 2024-12-06T19:58:25.730Z | Compiling time v0.3.36 |
1296 | 2024-12-06T19:58:25.802Z | Compiling icu_normalizer v1.5.0 |
1297 | 2024-12-06T19:58:25.825Z | Compiling http-body v1.0.1 |
1298 | 2024-12-06T19:58:25.880Z | Compiling scroll v0.12.0 |
1299 | 2024-12-06T19:58:26.049Z | Compiling which v4.4.2 |
1300 | 2024-12-06T19:58:26.073Z | Compiling pkcs5 v0.7.1 |
1301 | 2024-12-06T19:58:26.385Z | Compiling pest_generator v2.7.14 |
1302 | 2024-12-06T19:58:26.659Z | Compiling form_urlencoded v1.2.1 |
1303 | 2024-12-06T19:58:26.976Z | Compiling try-lock v0.2.5 |
1304 | 2024-12-06T19:58:27.115Z | Compiling slog v2.7.0 |
1305 | 2024-12-06T19:58:27.145Z | Compiling goblin v0.8.2 |
1306 | 2024-12-06T19:58:27.254Z | Compiling want v0.3.1 |
1307 | 2024-12-06T19:58:27.517Z | Compiling pkcs8 v0.10.2 |
1308 | 2024-12-06T19:58:27.580Z | Compiling idna_adapter v1.2.0 |
1309 | 2024-12-06T19:58:27.629Z | Compiling httpdate v1.0.3 |
1310 | 2024-12-06T19:58:27.787Z | Compiling idna v1.0.3 |
1311 | 2024-12-06T19:58:28.075Z | Compiling pest_derive v2.7.14 |
1312 | 2024-12-06T19:58:28.157Z | Compiling serde_spanned v0.6.8 |
1313 | 2024-12-06T19:58:28.365Z | Compiling uuid v1.11.0 |
1314 | 2024-12-06T19:58:28.741Z | Compiling dtrace-parser v0.2.0 |
1315 | 2024-12-06T19:58:28.802Z | Compiling toml_datetime v0.6.8 |
1316 | 2024-12-06T19:58:29.294Z | Compiling serde_tokenstream v0.2.2 |
1317 | 2024-12-06T19:58:29.371Z | Compiling match_cfg v0.1.0 |
1318 | 2024-12-06T19:58:29.463Z | Compiling base64 v0.22.1 |
1319 | 2024-12-06T19:58:29.589Z | Compiling rustversion v1.0.17 |
1320 | 2024-12-06T19:58:29.885Z | Compiling iana-time-zone v0.1.61 |
1321 | 2024-12-06T19:58:30.128Z | Compiling openssl v0.10.66 |
1322 | 2024-12-06T19:58:30.221Z | Compiling foreign-types-shared v0.1.1 |
1323 | 2024-12-06T19:58:30.286Z | Compiling adler2 v2.0.0 |
1324 | 2024-12-06T19:58:30.310Z | Compiling tower-service v0.3.3 |
1325 | 2024-12-06T19:58:30.345Z | Compiling foreign-types v0.3.2 |
1326 | 2024-12-06T19:58:30.469Z | Compiling chrono v0.4.38 |
1327 | 2024-12-06T19:58:30.522Z | Compiling miniz_oxide v0.8.0 |
1328 | 2024-12-06T19:58:30.545Z | Compiling hostname v0.3.1 |
1329 | 2024-12-06T19:58:30.596Z | Compiling url v2.5.3 |
1330 | 2024-12-06T19:58:30.784Z | Compiling openssl-macros v0.1.1 |
1331 | 2024-12-06T19:58:31.410Z | Compiling tokio-util v0.7.12 |
1332 | 2024-12-06T19:58:31.870Z | Compiling async-trait v0.1.83 |
1333 | 2024-12-06T19:58:31.894Z | Compiling dirs-sys-next v0.1.2 |
1334 | 2024-12-06T19:58:32.334Z | Compiling h2 v0.4.6 |
1335 | 2024-12-06T19:58:32.477Z | Compiling dof v0.3.0 |
1336 | 2024-12-06T19:58:32.624Z | Compiling native-tls v0.2.12 |
1337 | 2024-12-06T19:58:32.899Z | Compiling data-encoding v2.6.0 |
1338 | 2024-12-06T19:58:33.673Z | Compiling usdt-impl v0.5.0 |
1339 | 2024-12-06T19:58:34.165Z | Compiling siphasher v0.3.11 |
1340 | 2024-12-06T19:58:34.371Z | Compiling rustls v0.22.4 |
1341 | 2024-12-06T19:58:34.512Z | Compiling rustls v0.23.14 |
1342 | 2024-12-06T19:58:34.598Z | Compiling syn v1.0.109 |
1343 | 2024-12-06T19:58:34.801Z | Compiling dirs-next v2.0.0 |
1344 | 2024-12-06T19:58:35.078Z | Compiling http-body-util v0.1.2 |
1345 | 2024-12-06T19:58:35.208Z | Compiling heapless v0.7.17 |
1346 | 2024-12-06T19:58:35.550Z | Compiling crossbeam-epoch v0.9.18 |
1347 | 2024-12-06T19:58:35.621Z | Compiling signature v2.2.0 |
1348 | 2024-12-06T19:58:35.876Z | Compiling sha1 v0.10.6 |
1349 | 2024-12-06T19:58:36.200Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1350 | 2024-12-06T19:58:36.224Z | Compiling serde_derive_internals v0.29.1 |
1351 | 2024-12-06T19:58:36.262Z | Compiling thread_local v1.1.8 |
1352 | 2024-12-06T19:58:36.286Z | Compiling encoding_rs v0.8.34 |
1353 | 2024-12-06T19:58:36.615Z | Compiling multer v3.1.0 |
1354 | 2024-12-06T19:58:36.746Z | Compiling cookie v0.18.1 |
1355 | 2024-12-06T19:58:36.859Z | Compiling schemars v0.8.21 |
1356 | 2024-12-06T19:58:36.985Z | Compiling ipnet v2.10.1 |
1357 | 2024-12-06T19:58:37.146Z | Compiling openssl-probe v0.1.5 |
1358 | 2024-12-06T19:58:37.308Z | Compiling mime v0.3.17 |
1359 | 2024-12-06T19:58:37.476Z | Compiling gimli v0.31.1 |
1360 | 2024-12-06T19:58:37.829Z | Compiling slog-async v2.8.0 |
1361 | 2024-12-06T19:58:38.073Z | Compiling signal-hook v0.3.17 |
1362 | 2024-12-06T19:58:38.277Z | Compiling hyper v1.5.0 |
1363 | 2024-12-06T19:58:38.301Z | Compiling unicode-properties v0.1.3 |
1364 | 2024-12-06T19:58:38.568Z | Compiling rayon-core v1.12.1 |
1365 | 2024-12-06T19:58:38.624Z | Compiling schemars_derive v0.8.21 |
1366 | 2024-12-06T19:58:38.821Z | Compiling stringprep v0.1.5 |
1367 | 2024-12-06T19:58:39.945Z | Compiling toml_edit v0.22.22 |
1368 | 2024-12-06T19:58:40.578Z | Compiling hyper-util v0.1.10 |
1369 | 2024-12-06T19:58:41.361Z | Compiling addr2line v0.24.2 |
1370 | 2024-12-06T19:58:41.845Z | Compiling usdt-attr-macro v0.5.0 |
1371 | 2024-12-06T19:58:41.964Z | Compiling usdt-macro v0.5.0 |
1372 | 2024-12-06T19:58:42.038Z | Compiling crossbeam-deque v0.8.5 |
1373 | 2024-12-06T19:58:42.399Z | Compiling term v0.7.0 |
1374 | 2024-12-06T19:58:42.983Z | Compiling slog-json v2.6.1 |
1375 | 2024-12-06T19:58:43.333Z | Compiling serde_urlencoded v0.7.1 |
1376 | 2024-12-06T19:58:43.397Z | Compiling curve25519-dalek v4.1.3 |
1377 | 2024-12-06T19:58:43.446Z | Compiling crossbeam-channel v0.5.13 |
1378 | 2024-12-06T19:58:43.471Z | Compiling futures-executor v0.3.31 |
1379 | 2024-12-06T19:58:43.807Z | Compiling enum-as-inner v0.6.1 |
1380 | 2024-12-06T19:58:43.831Z | Compiling md-5 v0.10.6 |
1381 | 2024-12-06T19:58:43.925Z | Compiling async-stream-impl v0.3.6 |
1382 | 2024-12-06T19:58:44.029Z | Compiling rustls-pemfile v2.2.0 |
1383 | 2024-12-06T19:58:44.089Z | Compiling num-integer v0.1.46 |
1384 | 2024-12-06T19:58:44.336Z | Compiling idna v0.4.0 |
1385 | 2024-12-06T19:58:44.448Z | Compiling idna v0.3.0 |
1386 | 2024-12-06T19:58:44.711Z | Compiling hash32 v0.2.1 |
1387 | 2024-12-06T19:58:44.759Z | Compiling ff v0.13.0 |
1388 | 2024-12-06T19:58:44.967Z | Compiling is-terminal v0.4.13 |
1389 | 2024-12-06T19:58:45.047Z | Compiling object v0.36.5 |
1390 | 2024-12-06T19:58:45.090Z | Compiling dropshot v0.12.0 |
1391 | 2024-12-06T19:58:45.114Z | Compiling anyhow v1.0.93 |
1392 | 2024-12-06T19:58:45.323Z | Compiling portable-atomic v1.9.0 |
1393 | 2024-12-06T19:58:45.678Z | Compiling utf-8 v0.7.6 |
1394 | 2024-12-06T19:58:45.716Z | Compiling quick-error v1.2.3 |
1395 | 2024-12-06T19:58:45.843Z | Compiling smoltcp v0.9.1 |
1396 | 2024-12-06T19:58:45.872Z | Compiling base16ct v0.2.0 |
1397 | 2024-12-06T19:58:45.962Z | Compiling fallible-iterator v0.2.0 |
1398 | 2024-12-06T19:58:46.165Z | Compiling num-bigint-dig v0.8.4 |
1399 | 2024-12-06T19:58:46.285Z | Compiling take_mut v0.2.2 |
1400 | 2024-12-06T19:58:46.407Z | Compiling linked-hash-map v0.5.6 |
1401 | 2024-12-06T19:58:46.441Z | Compiling psl-types v2.0.11 |
1402 | 2024-12-06T19:58:46.465Z | Compiling rustc-demangle v0.1.24 |
1403 | 2024-12-06T19:58:46.565Z | Compiling dyn-clone v1.0.17 |
1404 | 2024-12-06T19:58:46.623Z | Compiling publicsuffix v2.2.3 |
1405 | 2024-12-06T19:58:46.762Z | Compiling lru-cache v0.1.2 |
1406 | 2024-12-06T19:58:46.847Z | Compiling postgres-protocol v0.6.7 |
1407 | 2024-12-06T19:58:47.332Z | Compiling sec1 v0.7.3 |
1408 | 2024-12-06T19:58:47.384Z | Compiling tungstenite v0.24.0 |
1409 | 2024-12-06T19:58:47.824Z | Compiling resolv-conf v0.7.0 |
1410 | 2024-12-06T19:58:48.113Z | Compiling async-stream v0.3.6 |
1411 | 2024-12-06T19:58:48.298Z | Compiling slog-term v2.9.1 |
1412 | 2024-12-06T19:58:48.384Z | Compiling usdt v0.5.0 |
1413 | 2024-12-06T19:58:48.513Z | Compiling hickory-proto v0.24.1 |
1414 | 2024-12-06T19:58:49.370Z | Compiling group v0.13.0 |
1415 | 2024-12-06T19:58:49.474Z | Compiling num-iter v0.1.45 |
1416 | 2024-12-06T19:58:49.682Z | Compiling futures v0.3.31 |
1417 | 2024-12-06T19:58:49.737Z | Compiling slog-bunyan v2.5.0 |
1418 | 2024-12-06T19:58:49.851Z | Compiling toml v0.8.19 |
1419 | 2024-12-06T19:58:49.964Z | Compiling tokio-native-tls v0.3.1 |
1420 | 2024-12-06T19:58:50.922Z | Compiling backtrace v0.3.74 |
1421 | 2024-12-06T19:58:51.151Z | Compiling camino v1.1.9 |
1422 | 2024-12-06T19:58:51.470Z | Compiling phf_shared v0.11.2 |
1423 | 2024-12-06T19:58:51.585Z | Compiling dropshot_endpoint v0.12.0 |
1424 | 2024-12-06T19:58:51.795Z | Compiling terminal_size v0.4.0 |
1425 | 2024-12-06T19:58:51.985Z | Compiling waitgroup v0.1.2 |
1426 | 2024-12-06T19:58:52.008Z | Compiling openapiv3 v2.0.0 |
1427 | 2024-12-06T19:58:52.188Z | Compiling serde_path_to_error v0.1.16 |
1428 | 2024-12-06T19:58:52.188Z | Compiling hkdf v0.12.4 |
1429 | 2024-12-06T19:58:52.438Z | Compiling crypto-bigint v0.5.5 |
1430 | 2024-12-06T19:58:52.932Z | Compiling curve25519-dalek-derive v0.1.1 |
1431 | 2024-12-06T19:58:53.995Z | Compiling zerocopy-derive v0.6.6 |
1432 | 2024-12-06T19:58:54.195Z | Compiling webpki-roots v0.26.6 |
1433 | 2024-12-06T19:58:54.295Z | Compiling hubpack_derive v0.1.1 |
1434 | 2024-12-06T19:58:54.403Z | Compiling idna v0.5.0 |
1435 | 2024-12-06T19:58:55.026Z | Compiling hostname v0.4.0 |
1436 | 2024-12-06T19:58:55.264Z | Compiling fs-err v2.11.0 |
1437 | 2024-12-06T19:58:55.387Z | Compiling crc32fast v1.4.2 |
1438 | 2024-12-06T19:58:55.520Z | Compiling ahash v0.8.11 |
1439 | 2024-12-06T19:58:55.545Z | Compiling debug-ignore v1.0.5 |
1440 | 2024-12-06T19:58:55.666Z | Compiling managed v0.8.0 |
1441 | 2024-12-06T19:58:55.701Z | Compiling winnow v0.5.40 |
1442 | 2024-12-06T19:58:55.733Z | Compiling bitflags v1.3.2 |
1443 | 2024-12-06T19:58:55.829Z | Compiling strum_macros v0.25.3 |
1444 | 2024-12-06T19:58:55.853Z | Compiling clap_builder v4.5.21 |
1445 | 2024-12-06T19:58:55.877Z | Compiling zerocopy v0.6.6 |
1446 | 2024-12-06T19:58:56.575Z | Compiling console v0.15.8 |
1447 | 2024-12-06T19:58:57.290Z | Compiling flate2 v1.0.34 |
1448 | 2024-12-06T19:58:57.513Z | Compiling cookie_store v0.21.0 |
1449 | 2024-12-06T19:58:57.897Z | Compiling hubpack v0.1.2 |
1450 | 2024-12-06T19:58:57.923Z | Compiling elliptic-curve v0.13.8 |
1451 | 2024-12-06T19:58:58.301Z | Compiling hickory-resolver v0.24.1 |
1452 | 2024-12-06T19:58:58.632Z | Compiling toml_edit v0.19.15 |
1453 | 2024-12-06T19:58:58.827Z | Compiling phf v0.11.2 |
1454 | 2024-12-06T19:58:58.860Z | Compiling signal-hook-mio v0.2.4 |
1455 | 2024-12-06T19:58:59.071Z | Compiling rayon v1.10.0 |
1456 | 2024-12-06T19:58:59.095Z | Compiling hyper-tls v0.6.0 |
1457 | 2024-12-06T19:58:59.442Z | Compiling bzip2 v0.4.4 |
1458 | 2024-12-06T19:58:59.802Z | Compiling tokio-tungstenite v0.24.0 |
1459 | 2024-12-06T19:59:00.258Z | Compiling postgres-types v0.2.8 |
1460 | 2024-12-06T19:59:02.711Z | Compiling ed25519 v2.2.3 |
1461 | 2024-12-06T19:59:03.007Z | Compiling phf_shared v0.10.0 |
1462 | 2024-12-06T19:59:03.358Z | Compiling tokio-stream v0.1.16 |
1463 | 2024-12-06T19:59:03.841Z | Compiling pkcs1 v0.7.5 |
1464 | 2024-12-06T19:59:04.083Z | Compiling serde-big-array v0.5.1 |
1465 | 2024-12-06T19:59:04.239Z | Compiling clap_derive v4.5.18 |
1466 | 2024-12-06T19:59:04.263Z | Compiling rfc6979 v0.4.0 |
1467 | 2024-12-06T19:59:04.287Z | Compiling serde_repr v0.1.19 |
1468 | 2024-12-06T19:59:04.311Z | Compiling derive-where v1.2.7 |
1469 | 2024-12-06T19:59:04.432Z | Compiling float-cmp v0.9.0 |
1470 | 2024-12-06T19:59:04.623Z | Compiling bstr v1.10.0 |
1471 | 2024-12-06T19:59:04.696Z | Compiling sync_wrapper v1.0.1 |
1472 | 2024-12-06T19:59:04.839Z | Compiling normalize-line-endings v0.3.0 |
1473 | 2024-12-06T19:59:04.952Z | Compiling fixedbitset v0.4.2 |
1474 | 2024-12-06T19:59:05.246Z | Compiling number_prefix v0.4.0 |
1475 | 2024-12-06T19:59:05.327Z | Compiling unicode-width v0.2.0 |
1476 | 2024-12-06T19:59:05.380Z | Compiling difflib v0.4.0 |
1477 | 2024-12-06T19:59:05.479Z | Compiling static_assertions v1.1.0 |
1478 | 2024-12-06T19:59:05.570Z | Compiling bit-vec v0.6.3 |
1479 | 2024-12-06T19:59:05.789Z | Compiling whoami v1.5.2 |
1480 | 2024-12-06T19:59:05.966Z | Compiling unicode-segmentation v1.12.0 |
1481 | 2024-12-06T19:59:06.128Z | Compiling predicates-core v1.0.8 |
1482 | 2024-12-06T19:59:06.349Z | Compiling new_debug_unreachable v1.0.6 |
1483 | 2024-12-06T19:59:06.433Z | Compiling precomputed-hash v0.1.1 |
1484 | 2024-12-06T19:59:06.456Z | Compiling predicates v3.1.2 |
1485 | 2024-12-06T19:59:06.548Z | Compiling similar v2.6.0 |
1486 | 2024-12-06T19:59:06.696Z | Compiling string_cache v0.8.7 |
1487 | 2024-12-06T19:59:06.741Z | Compiling tokio-postgres v0.7.12 |
1488 | 2024-12-06T19:59:07.100Z | Compiling bit-set v0.5.3 |
1489 | 2024-12-06T19:59:07.206Z | Compiling indicatif v0.17.9 |
1490 | 2024-12-06T19:59:07.361Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1491 | 2024-12-06T19:59:07.911Z | Compiling petgraph v0.6.5 |
1492 | 2024-12-06T19:59:08.134Z | Compiling clap v4.5.21 |
1493 | 2024-12-06T19:59:08.243Z | Compiling ecdsa v0.16.9 |
1494 | 2024-12-06T19:59:08.573Z | Compiling rsa v0.9.6 |
1495 | 2024-12-06T19:59:08.972Z | Compiling ed25519-dalek v2.1.1 |
1496 | 2024-12-06T19:59:09.103Z | Compiling toml v0.7.8 |
1497 | 2024-12-06T19:59:10.012Z | Compiling zip v0.6.6 |
1498 | 2024-12-06T19:59:10.470Z | Compiling crossterm v0.28.1 |
1499 | 2024-12-06T19:59:11.288Z | Compiling hex v0.4.3 |
1500 | 2024-12-06T19:59:11.349Z | Compiling x509-cert v0.2.5 |
1501 | 2024-12-06T19:59:11.768Z | Compiling itertools v0.10.5 |
1502 | 2024-12-06T19:59:11.812Z | Compiling lalrpop-util v0.19.12 |
1503 | 2024-12-06T19:59:11.939Z | Compiling peg-runtime v0.8.3 |
1504 | 2024-12-06T19:59:12.108Z | Compiling unicode-xid v0.2.6 |
1505 | 2024-12-06T19:59:12.265Z | Compiling strum_macros v0.26.4 |
1506 | 2024-12-06T19:59:12.504Z | Compiling xattr v1.3.1 |
1507 | 2024-12-06T19:59:12.729Z | Compiling filetime v0.2.25 |
1508 | 2024-12-06T19:59:12.885Z | Compiling tar v0.4.42 |
1509 | 2024-12-06T19:59:16.199Z | Compiling strum v0.26.3 |
1510 | 2024-12-06T19:59:18.797Z | Compiling aws-lc-sys v0.22.0 |
1511 | 2024-12-06T19:59:48.961Z | Compiling rustls-webpki v0.102.8 |
1512 | 2024-12-06T19:59:52.960Z | Compiling tokio-rustls v0.25.0 |
1513 | 2024-12-06T19:59:54.748Z | Compiling tokio-rustls v0.26.0 |
1514 | 2024-12-06T19:59:55.087Z | Compiling hyper-rustls v0.27.3 |
1515 | 2024-12-06T19:59:55.469Z | Compiling reqwest v0.12.9 |
1516 | 2024-12-06T19:59:56.683Z | Compiling qorb v0.2.1 |
1517 | 2024-12-06T20:00:01.635Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1518 | 2024-12-06T20:00:01.947Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1519 | 2024-12-06T20:00:09.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s |
1520 | 2024-12-06T20:00:09.519Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1521 | 2024-12-06T20:00:09.580Z | Dec 06 20:00:09.310 INFO Starting download, target: Console |
1522 | 2024-12-06T20:00:09.603Z | Dec 06 20:00:09.310 INFO Starting download, target: Clickhouse |
1523 | 2024-12-06T20:00:09.603Z | Dec 06 20:00:09.310 INFO Starting download, target: Cockroach |
1524 | 2024-12-06T20:00:09.603Z | Dec 06 20:00:09.310 INFO Starting download, target: DendriteOpenapi |
1525 | 2024-12-06T20:00:09.603Z | Dec 06 20:00:09.310 INFO Starting download, target: DendriteStub |
1526 | 2024-12-06T20:00:09.603Z | Dec 06 20:00:09.310 INFO Starting download, target: MaghemiteMgd |
1527 | 2024-12-06T20:00:09.604Z | Dec 06 20:00:09.310 INFO Starting download, target: TransceiverControl |
1528 | 2024-12-06T20:00:09.604Z | Dec 06 20:00:09.312 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1529 | 2024-12-06T20:00:09.604Z | Dec 06 20:00:09.312 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1530 | 2024-12-06T20:00:09.604Z | Dec 06 20:00:09.312 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1531 | 2024-12-06T20:00:09.604Z | Dec 06 20:00:09.312 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1532 | 2024-12-06T20:00:09.604Z | Dec 06 20:00:09.312 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1533 | 2024-12-06T20:00:09.604Z | Dec 06 20:00:09.312 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1534 | 2024-12-06T20:00:09.604Z | Dec 06 20:00:09.313 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1535 | 2024-12-06T20:00:09.854Z | Dec 06 20:00:09.576 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1536 | 2024-12-06T20:00:09.965Z | Dec 06 20:00:09.691 INFO Download complete, target: DendriteOpenapi |
1537 | 2024-12-06T20:00:10.136Z | Dec 06 20:00:09.861 INFO Download complete, target: Console |
1538 | 2024-12-06T20:00:11.103Z | Dec 06 20:00:10.833 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1539 | 2024-12-06T20:00:11.674Z | Dec 06 20:00:11.404 INFO Download complete, target: TransceiverControl |
1540 | 2024-12-06T20:00:12.289Z | Dec 06 20:00:12.019 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1541 | 2024-12-06T20:00:12.942Z | Dec 06 20:00:12.672 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1542 | 2024-12-06T20:00:14.856Z | Dec 06 20:00:14.586 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1543 | 2024-12-06T20:00:14.856Z | Dec 06 20:00:14.586 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1544 | 2024-12-06T20:00:15.205Z | Dec 06 20:00:14.936 INFO Download complete, target: DendriteStub |
1545 | 2024-12-06T20:00:15.940Z | Dec 06 20:00:15.670 INFO Download complete, target: MaghemiteMgd |
1546 | 2024-12-06T20:00:23.296Z | Dec 06 20:00:23.026 INFO Checking that binary works, target: Cockroach |
1547 | 2024-12-06T20:00:23.497Z | Dec 06 20:00:23.227 INFO Download complete, target: Cockroach |
1548 | 2024-12-06T20:00:24.703Z | Dec 06 20:00:24.433 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1549 | 2024-12-06T20:00:37.977Z | Dec 06 20:00:37.707 INFO Checking that binary works, target: Clickhouse |
1550 | 2024-12-06T20:00:38.177Z | Dec 06 20:00:37.907 INFO Download complete, target: Clickhouse |
1551 | 2024-12-06T20:00:38.201Z | All prerequisites installed successfully |
1552 | 2024-12-06T20:00:38.201Z | |
1553 | 2024-12-06T20:00:38.201Z | real 5:15.632277032 |
1554 | 2024-12-06T20:00:38.201Z | user 14:40.745312218 |
1555 | 2024-12-06T20:00:38.201Z | sys 3:09.748258411 |
1556 | 2024-12-06T20:00:38.201Z | trap 0.477837748 |
1557 | 2024-12-06T20:00:38.201Z | tflt 0.747238006 |
1558 | 2024-12-06T20:00:38.201Z | dflt 2.321866992 |
1559 | 2024-12-06T20:00:38.201Z | kflt 0.008638045 |
1560 | 2024-12-06T20:00:38.201Z | lock 30:15.990071163 |
1561 | 2024-12-06T20:00:38.201Z | slp 54:49.084426639 |
1562 | 2024-12-06T20:00:38.201Z | lat 1:02.555362090 |
1563 | 2024-12-06T20:00:38.201Z | stop 2:18.062392148 |
1564 | 2024-12-06T20:00:38.201Z | + ptime -m cargo xtask download softnpu |
1565 | 2024-12-06T20:00:38.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1566 | 2024-12-06T20:00:39.006Z | Running `target/debug/xtask download softnpu` |
1567 | 2024-12-06T20:00:40.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s |
1568 | 2024-12-06T20:00:40.273Z | Running `target/debug/xtask-downloader softnpu` |
1569 | 2024-12-06T20:00:40.322Z | Dec 06 20:00:40.052 INFO Starting download, target: Softnpu |
1570 | 2024-12-06T20:00:40.347Z | Dec 06 20:00:40.054 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1571 | 2024-12-06T20:00:41.851Z | Dec 06 20:00:41.582 INFO Download complete, target: Softnpu |
1572 | 2024-12-06T20:00:41.875Z | |
1573 | 2024-12-06T20:00:41.875Z | real 3.659709856 |
1574 | 2024-12-06T20:00:41.876Z | user 1.581068740 |
1575 | 2024-12-06T20:00:41.876Z | sys 1.121807115 |
1576 | 2024-12-06T20:00:41.876Z | trap 0.000742612 |
1577 | 2024-12-06T20:00:41.876Z | tflt 0.000005841 |
1578 | 2024-12-06T20:00:41.876Z | dflt 0.000000000 |
1579 | 2024-12-06T20:00:41.876Z | kflt 0.000000000 |
1580 | 2024-12-06T20:00:41.876Z | lock 16.069278691 |
1581 | 2024-12-06T20:00:41.876Z | slp 1.162407652 |
1582 | 2024-12-06T20:00:41.876Z | lat 0.145445280 |
1583 | 2024-12-06T20:00:41.876Z | stop 0.000292560 |
1584 | 2024-12-06T20:00:41.876Z | + export CARGO_INCREMENTAL=0 |
1585 | 2024-12-06T20:00:41.876Z | + CARGO_INCREMENTAL=0 |
1586 | 2024-12-06T20:00:41.876Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1587 | 2024-12-06T20:00:43.088Z | Compiling proc-macro2 v1.0.89 |
1588 | 2024-12-06T20:00:43.088Z | Compiling unicode-ident v1.0.13 |
1589 | 2024-12-06T20:00:43.089Z | Compiling libc v0.2.162 |
1590 | 2024-12-06T20:00:43.089Z | Compiling serde v1.0.215 |
1591 | 2024-12-06T20:00:43.113Z | Compiling autocfg v1.4.0 |
1592 | 2024-12-06T20:00:43.113Z | Compiling version_check v0.9.5 |
1593 | 2024-12-06T20:00:43.113Z | Compiling cfg-if v1.0.0 |
1594 | 2024-12-06T20:00:43.240Z | Compiling memchr v2.7.4 |
1595 | 2024-12-06T20:00:43.277Z | Compiling typenum v1.17.0 |
1596 | 2024-12-06T20:00:43.378Z | Compiling shlex v1.3.0 |
1597 | 2024-12-06T20:00:43.709Z | Compiling generic-array v0.14.7 |
1598 | 2024-12-06T20:00:43.709Z | Compiling value-bag v1.9.0 |
1599 | 2024-12-06T20:00:43.945Z | Compiling scopeguard v1.2.0 |
1600 | 2024-12-06T20:00:43.969Z | Compiling lock_api v0.4.12 |
1601 | 2024-12-06T20:00:44.087Z | Compiling log v0.4.22 |
1602 | 2024-12-06T20:00:44.211Z | Compiling parking_lot_core v0.9.10 |
1603 | 2024-12-06T20:00:44.400Z | Compiling once_cell v1.20.2 |
1604 | 2024-12-06T20:00:44.535Z | Compiling quote v1.0.37 |
1605 | 2024-12-06T20:00:44.731Z | Compiling jobserver v0.1.32 |
1606 | 2024-12-06T20:00:44.754Z | Compiling getrandom v0.2.15 |
1607 | 2024-12-06T20:00:44.906Z | Compiling syn v2.0.87 |
1608 | 2024-12-06T20:00:45.023Z | Compiling serde_json v1.0.132 |
1609 | 2024-12-06T20:00:45.048Z | Compiling rustix v0.38.37 |
1610 | 2024-12-06T20:00:45.072Z | Compiling cc v1.1.30 |
1611 | 2024-12-06T20:00:45.096Z | Compiling libm v0.2.8 |
1612 | 2024-12-06T20:00:45.232Z | Compiling thiserror v1.0.69 |
1613 | 2024-12-06T20:00:45.261Z | Compiling aho-corasick v1.1.3 |
1614 | 2024-12-06T20:00:45.357Z | Compiling regex-syntax v0.8.5 |
1615 | 2024-12-06T20:00:45.398Z | Compiling num-traits v0.2.19 |
1616 | 2024-12-06T20:00:45.595Z | Compiling either v1.13.0 |
1617 | 2024-12-06T20:00:45.640Z | Compiling itoa v1.0.11 |
1618 | 2024-12-06T20:00:45.686Z | Compiling spin v0.9.8 |
1619 | 2024-12-06T20:00:45.947Z | Compiling slab v0.4.9 |
1620 | 2024-12-06T20:00:46.232Z | Compiling byteorder v1.5.0 |
1621 | 2024-12-06T20:00:46.265Z | Compiling errno v0.3.9 |
1622 | 2024-12-06T20:00:46.456Z | Compiling rand_core v0.6.4 |
1623 | 2024-12-06T20:00:46.557Z | Compiling lazy_static v1.5.0 |
1624 | 2024-12-06T20:00:46.665Z | Compiling glob v0.3.1 |
1625 | 2024-12-06T20:00:47.068Z | Compiling prettyplease v0.2.25 |
1626 | 2024-12-06T20:00:47.348Z | Compiling clang-sys v1.8.1 |
1627 | 2024-12-06T20:00:47.660Z | Compiling minimal-lexical v0.2.1 |
1628 | 2024-12-06T20:00:47.689Z | Compiling libloading v0.8.5 |
1629 | 2024-12-06T20:00:47.903Z | Compiling subtle v2.6.1 |
1630 | 2024-12-06T20:00:47.982Z | Compiling nom v7.1.3 |
1631 | 2024-12-06T20:00:48.006Z | Compiling home v0.5.9 |
1632 | 2024-12-06T20:00:48.058Z | Compiling bindgen v0.69.5 |
1633 | 2024-12-06T20:00:48.204Z | Compiling allocator-api2 v0.2.18 |
1634 | 2024-12-06T20:00:48.383Z | Compiling regex-automata v0.4.8 |
1635 | 2024-12-06T20:00:48.450Z | Compiling itertools v0.12.1 |
1636 | 2024-12-06T20:00:48.796Z | Compiling rustc-hash v1.1.0 |
1637 | 2024-12-06T20:00:48.886Z | Compiling lazycell v1.3.0 |
1638 | 2024-12-06T20:00:48.938Z | Compiling semver v1.0.23 |
1639 | 2024-12-06T20:00:49.050Z | Compiling smallvec v1.13.2 |
1640 | 2024-12-06T20:00:49.365Z | Compiling cmake v0.1.51 |
1641 | 2024-12-06T20:00:49.642Z | Compiling fs_extra v1.3.0 |
1642 | 2024-12-06T20:00:50.119Z | Compiling dunce v1.0.5 |
1643 | 2024-12-06T20:00:50.586Z | Compiling pkg-config v0.3.31 |
1644 | 2024-12-06T20:00:50.719Z | Compiling cexpr v0.6.0 |
1645 | 2024-12-06T20:00:50.971Z | Compiling ring v0.17.8 |
1646 | 2024-12-06T20:00:51.118Z | Compiling synstructure v0.13.1 |
1647 | 2024-12-06T20:00:51.675Z | Compiling ryu v1.0.18 |
1648 | 2024-12-06T20:00:51.765Z | Compiling pin-project-lite v0.2.14 |
1649 | 2024-12-06T20:00:51.873Z | Compiling fnv v1.0.7 |
1650 | 2024-12-06T20:00:51.904Z | Compiling const-oid v0.9.6 |
1651 | 2024-12-06T20:00:51.980Z | Compiling paste v1.0.15 |
1652 | 2024-12-06T20:00:52.352Z | Compiling aws-lc-rs v1.10.0 |
1653 | 2024-12-06T20:00:52.388Z | Compiling foldhash v0.1.3 |
1654 | 2024-12-06T20:00:52.411Z | Compiling httparse v1.9.5 |
1655 | 2024-12-06T20:00:52.627Z | Compiling equivalent v1.0.1 |
1656 | 2024-12-06T20:00:52.732Z | Compiling hashbrown v0.15.0 |
1657 | 2024-12-06T20:00:52.909Z | Compiling regex v1.11.1 |
1658 | 2024-12-06T20:00:53.427Z | Compiling schemars v0.8.21 |
1659 | 2024-12-06T20:00:53.516Z | Compiling heck v0.5.0 |
1660 | 2024-12-06T20:00:53.714Z | Compiling serde_derive_internals v0.29.1 |
1661 | 2024-12-06T20:00:53.786Z | Compiling signal-hook-registry v1.4.2 |
1662 | 2024-12-06T20:00:53.810Z | Compiling mio v1.0.2 |
1663 | 2024-12-06T20:00:54.321Z | Compiling parking_lot v0.12.3 |
1664 | 2024-12-06T20:00:55.388Z | Compiling stable_deref_trait v1.2.0 |
1665 | 2024-12-06T20:00:55.485Z | Compiling crossbeam-utils v0.8.20 |
1666 | 2024-12-06T20:00:55.509Z | Compiling serde_derive v1.0.215 |
1667 | 2024-12-06T20:00:55.535Z | Compiling zeroize_derive v1.4.2 |
1668 | 2024-12-06T20:00:55.587Z | Compiling zerocopy-derive v0.7.35 |
1669 | 2024-12-06T20:00:55.898Z | Compiling thiserror-impl v1.0.69 |
1670 | 2024-12-06T20:00:55.958Z | Compiling tokio-macros v2.4.0 |
1671 | 2024-12-06T20:00:56.644Z | Compiling zeroize v1.8.1 |
1672 | 2024-12-06T20:00:56.944Z | Compiling zerofrom-derive v0.1.4 |
1673 | 2024-12-06T20:00:57.113Z | Compiling yoke-derive v0.7.4 |
1674 | 2024-12-06T20:00:57.176Z | Compiling futures-macro v0.3.31 |
1675 | 2024-12-06T20:00:57.236Z | Compiling zerovec-derive v0.10.3 |
1676 | 2024-12-06T20:00:57.259Z | Compiling zerocopy v0.7.35 |
1677 | 2024-12-06T20:00:58.140Z | Compiling displaydoc v0.2.5 |
1678 | 2024-12-06T20:00:58.553Z | Compiling crypto-common v0.1.6 |
1679 | 2024-12-06T20:00:58.659Z | Compiling tracing-attributes v0.1.27 |
1680 | 2024-12-06T20:00:58.737Z | Compiling icu_provider_macros v1.5.0 |
1681 | 2024-12-06T20:00:59.093Z | Compiling block-buffer v0.10.4 |
1682 | 2024-12-06T20:00:59.202Z | Compiling schemars_derive v0.8.21 |
1683 | 2024-12-06T20:00:59.349Z | Compiling digest v0.10.7 |
1684 | 2024-12-06T20:00:59.601Z | Compiling der_derive v0.7.3 |
1685 | 2024-12-06T20:00:59.717Z | Compiling socket2 v0.5.7 |
1686 | 2024-12-06T20:00:59.749Z | Compiling num-conv v0.1.0 |
1687 | 2024-12-06T20:00:59.980Z | Compiling time-core v0.1.2 |
1688 | 2024-12-06T20:01:00.129Z | Compiling futures-core v0.3.31 |
1689 | 2024-12-06T20:01:00.397Z | Compiling time-macros v0.2.18 |
1690 | 2024-12-06T20:01:01.175Z | Compiling vcpkg v0.2.15 |
1691 | 2024-12-06T20:01:02.541Z | Compiling openssl-sys v0.9.103 |
1692 | 2024-12-06T20:01:02.655Z | Compiling cpufeatures v0.2.14 |
1693 | 2024-12-06T20:01:02.708Z | Compiling futures-sink v0.3.31 |
1694 | 2024-12-06T20:01:02.746Z | Compiling slog v2.7.0 |
1695 | 2024-12-06T20:01:02.968Z | Compiling ahash v0.8.11 |
1696 | 2024-12-06T20:01:03.115Z | Compiling syn v1.0.109 |
1697 | 2024-12-06T20:01:03.358Z | Compiling zerofrom v0.1.4 |
1698 | 2024-12-06T20:01:03.553Z | Compiling scroll_derive v0.12.0 |
1699 | 2024-12-06T20:01:03.616Z | Compiling iana-time-zone v0.1.61 |
1700 | 2024-12-06T20:01:03.760Z | Compiling ucd-trie v0.1.7 |
1701 | 2024-12-06T20:01:04.137Z | Compiling pest v2.7.14 |
1702 | 2024-12-06T20:01:04.175Z | Compiling yoke v0.7.4 |
1703 | 2024-12-06T20:01:04.218Z | Compiling futures-channel v0.3.31 |
1704 | 2024-12-06T20:01:04.617Z | Compiling hmac v0.12.1 |
1705 | 2024-12-06T20:01:04.769Z | Compiling futures-io v0.3.31 |
1706 | 2024-12-06T20:01:04.818Z | Compiling futures-task v0.3.31 |
1707 | 2024-12-06T20:01:04.897Z | Compiling pin-utils v0.1.0 |
1708 | 2024-12-06T20:01:05.082Z | Compiling openssl v0.10.66 |
1709 | 2024-12-06T20:01:05.313Z | Compiling futures-util v0.3.31 |
1710 | 2024-12-06T20:01:05.423Z | Compiling zerovec v0.10.4 |
1711 | 2024-12-06T20:01:05.730Z | Compiling block-padding v0.3.3 |
1712 | 2024-12-06T20:01:05.944Z | Compiling bitflags v2.6.0 |
1713 | 2024-12-06T20:01:06.146Z | Compiling bytes v1.8.0 |
1714 | 2024-12-06T20:01:07.159Z | Compiling indexmap v2.6.0 |
1715 | 2024-12-06T20:01:07.803Z | Compiling tokio v1.40.0 |
1716 | 2024-12-06T20:01:08.844Z | Compiling serde_tokenstream v0.2.2 |
1717 | 2024-12-06T20:01:09.403Z | Compiling http v1.1.0 |
1718 | 2024-12-06T20:01:10.268Z | Compiling which v4.4.2 |
1719 | 2024-12-06T20:01:10.397Z | Compiling uuid v1.11.0 |
1720 | 2024-12-06T20:01:10.890Z | Compiling rustc_version v0.4.1 |
1721 | 2024-12-06T20:01:11.265Z | Compiling chrono v0.4.38 |
1722 | 2024-12-06T20:01:11.427Z | Compiling pest_meta v2.7.14 |
1723 | 2024-12-06T20:01:12.838Z | Compiling tinyvec_macros v0.1.1 |
1724 | 2024-12-06T20:01:13.659Z | Compiling tinyvec v1.8.0 |
1725 | 2024-12-06T20:01:14.620Z | Compiling pest_generator v2.7.14 |
1726 | 2024-12-06T20:01:14.860Z | Compiling inout v0.1.3 |
1727 | 2024-12-06T20:01:15.088Z | Compiling serde_spanned v0.6.8 |
1728 | 2024-12-06T20:01:15.279Z | Compiling toml_datetime v0.6.8 |
1729 | 2024-12-06T20:01:15.995Z | Compiling openssl-macros v0.1.1 |
1730 | 2024-12-06T20:01:16.020Z | Compiling rustls v0.23.14 |
1731 | 2024-12-06T20:01:16.237Z | Compiling native-tls v0.2.12 |
1732 | 2024-12-06T20:01:16.495Z | Compiling strsim v0.11.1 |
1733 | 2024-12-06T20:01:17.014Z | Compiling pest_derive v2.7.14 |
1734 | 2024-12-06T20:01:17.103Z | Compiling cipher v0.4.4 |
1735 | 2024-12-06T20:01:17.481Z | Compiling unicode-normalization v0.1.24 |
1736 | 2024-12-06T20:01:17.593Z | Compiling tinystr v0.7.6 |
1737 | 2024-12-06T20:01:17.842Z | Compiling sha2 v0.10.8 |
1738 | 2024-12-06T20:01:17.971Z | Compiling tracing-core v0.1.32 |
1739 | 2024-12-06T20:01:18.021Z | Compiling usdt-impl v0.5.0 |
1740 | 2024-12-06T20:01:18.224Z | Compiling base64ct v1.6.0 |
1741 | 2024-12-06T20:01:18.279Z | Compiling litemap v0.7.3 |
1742 | 2024-12-06T20:01:18.320Z | Compiling writeable v0.5.5 |
1743 | 2024-12-06T20:01:18.494Z | Compiling unicode-bidi v0.3.17 |
1744 | 2024-12-06T20:01:18.617Z | Compiling dyn-clone v1.0.17 |
1745 | 2024-12-06T20:01:18.698Z | Compiling icu_locid v1.5.0 |
1746 | 2024-12-06T20:01:18.817Z | Compiling pem-rfc7468 v0.7.0 |
1747 | 2024-12-06T20:01:19.329Z | Compiling tracing v0.1.40 |
1748 | 2024-12-06T20:01:19.968Z | Compiling scroll v0.12.0 |
1749 | 2024-12-06T20:01:20.093Z | Compiling ppv-lite86 v0.2.20 |
1750 | 2024-12-06T20:01:20.206Z | Compiling async-trait v0.1.83 |
1751 | 2024-12-06T20:01:20.554Z | Compiling cookie v0.18.1 |
1752 | 2024-12-06T20:01:20.969Z | Compiling camino v1.1.9 |
1753 | 2024-12-06T20:01:21.425Z | Compiling plain v0.2.3 |
1754 | 2024-12-06T20:01:21.569Z | Compiling anyhow v1.0.93 |
1755 | 2024-12-06T20:01:21.822Z | Compiling aws-lc-sys v0.22.0 |
1756 | 2024-12-06T20:01:22.410Z | Compiling flagset v0.4.6 |
1757 | 2024-12-06T20:01:22.599Z | Compiling der v0.7.9 |
1758 | 2024-12-06T20:01:23.162Z | Compiling goblin v0.8.2 |
1759 | 2024-12-06T20:01:26.998Z | Compiling rand_chacha v0.3.1 |
1760 | 2024-12-06T20:01:27.814Z | Compiling icu_provider v1.5.0 |
1761 | 2024-12-06T20:01:28.616Z | Compiling rustls-pki-types v1.9.0 |
1762 | 2024-12-06T20:01:28.813Z | Compiling pretty-hex v0.4.1 |
1763 | 2024-12-06T20:01:29.009Z | Compiling rayon-core v1.12.1 |
1764 | 2024-12-06T20:01:29.252Z | Compiling icu_locid_transform_data v1.5.0 |
1765 | 2024-12-06T20:01:29.309Z | Compiling percent-encoding v2.3.1 |
1766 | 2024-12-06T20:01:29.559Z | Compiling rustls v0.22.4 |
1767 | 2024-12-06T20:01:29.636Z | Compiling untrusted v0.7.1 |
1768 | 2024-12-06T20:01:29.725Z | Compiling icu_locid_transform v1.5.0 |
1769 | 2024-12-06T20:01:29.811Z | Compiling dof v0.3.0 |
1770 | 2024-12-06T20:01:30.518Z | Compiling rand v0.8.5 |
1771 | 2024-12-06T20:01:30.771Z | Compiling spki v0.7.3 |
1772 | 2024-12-06T20:01:31.227Z | Compiling dtrace-parser v0.2.0 |
1773 | 2024-12-06T20:01:31.260Z | Compiling salsa20 v0.10.2 |
1774 | 2024-12-06T20:01:31.313Z | Compiling tokio-util v0.7.12 |
1775 | 2024-12-06T20:01:31.658Z | Compiling icu_collections v1.5.0 |
1776 | 2024-12-06T20:01:31.783Z | Compiling pbkdf2 v0.12.2 |
1777 | 2024-12-06T20:01:32.644Z | Compiling thread-id v4.2.2 |
1778 | 2024-12-06T20:01:32.668Z | Compiling powerfmt v0.2.0 |
1779 | 2024-12-06T20:01:32.739Z | Compiling untrusted v0.9.0 |
1780 | 2024-12-06T20:01:32.763Z | Compiling winnow v0.5.40 |
1781 | 2024-12-06T20:01:32.807Z | Compiling mirai-annotations v1.12.0 |
1782 | 2024-12-06T20:01:33.131Z | Compiling icu_properties_data v1.5.0 |
1783 | 2024-12-06T20:01:33.131Z | Compiling deranged v0.3.11 |
1784 | 2024-12-06T20:01:33.387Z | Compiling icu_properties v1.5.1 |
1785 | 2024-12-06T20:01:35.888Z | Compiling toml_edit v0.19.15 |
1786 | 2024-12-06T20:01:37.229Z | Compiling scrypt v0.11.0 |
1787 | 2024-12-06T20:01:37.316Z | Compiling cbc v0.1.2 |
1788 | 2024-12-06T20:01:37.506Z | Compiling aes v0.8.4 |
1789 | 2024-12-06T20:01:37.660Z | Compiling multer v3.1.0 |
1790 | 2024-12-06T20:01:37.903Z | Compiling utf8_iter v1.0.4 |
1791 | 2024-12-06T20:01:38.124Z | Compiling num_threads v0.1.7 |
1792 | 2024-12-06T20:01:38.245Z | Compiling write16 v1.0.0 |
1793 | 2024-12-06T20:01:38.361Z | Compiling utf16_iter v1.0.5 |
1794 | 2024-12-06T20:01:38.471Z | Compiling atomic-waker v1.1.2 |
1795 | 2024-12-06T20:01:38.527Z | Compiling icu_normalizer_data v1.5.0 |
1796 | 2024-12-06T20:01:38.629Z | Compiling slog-async v2.8.0 |
1797 | 2024-12-06T20:01:38.926Z | Compiling rustversion v1.0.17 |
1798 | 2024-12-06T20:01:39.496Z | Compiling icu_normalizer v1.5.0 |
1799 | 2024-12-06T20:01:39.522Z | Compiling time v0.3.36 |
1800 | 2024-12-06T20:01:39.826Z | Compiling pkcs5 v0.7.1 |
1801 | 2024-12-06T20:01:41.240Z | Compiling form_urlencoded v1.2.1 |
1802 | 2024-12-06T20:01:41.684Z | Compiling http-body v1.0.1 |
1803 | 2024-12-06T20:01:41.911Z | Compiling heapless v0.7.17 |
1804 | 2024-12-06T20:01:42.375Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1805 | 2024-12-06T20:01:43.045Z | Compiling try-lock v0.2.5 |
1806 | 2024-12-06T20:01:43.523Z | Compiling signal-hook v0.3.17 |
1807 | 2024-12-06T20:01:43.748Z | Compiling want v0.3.1 |
1808 | 2024-12-06T20:01:44.610Z | Compiling pkcs8 v0.10.2 |
1809 | 2024-12-06T20:01:45.153Z | Compiling idna_adapter v1.2.0 |
1810 | 2024-12-06T20:01:45.357Z | Compiling h2 v0.4.6 |
1811 | 2024-12-06T20:01:46.234Z | Compiling usdt-macro v0.5.0 |
1812 | 2024-12-06T20:01:47.518Z | Compiling usdt-attr-macro v0.5.0 |
1813 | 2024-12-06T20:01:47.697Z | Compiling async-stream-impl v0.3.6 |
1814 | 2024-12-06T20:01:47.720Z | Compiling httpdate v1.0.3 |
1815 | 2024-12-06T20:01:48.668Z | Compiling adler2 v2.0.0 |
1816 | 2024-12-06T20:01:48.861Z | Compiling miniz_oxide v0.8.0 |
1817 | 2024-12-06T20:01:49.527Z | Compiling idna v1.0.3 |
1818 | 2024-12-06T20:01:50.738Z | Compiling curve25519-dalek v4.1.3 |
1819 | 2024-12-06T20:01:51.086Z | Compiling openapiv3 v2.0.0 |
1820 | 2024-12-06T20:01:51.411Z | Compiling hyper v1.5.0 |
1821 | 2024-12-06T20:01:52.045Z | Compiling enum-as-inner v0.6.1 |
1822 | 2024-12-06T20:01:53.773Z | Compiling dropshot v0.12.0 |
1823 | 2024-12-06T20:01:54.033Z | Compiling num-bigint-dig v0.8.4 |
1824 | 2024-12-06T20:01:54.279Z | Compiling tower-service v0.3.3 |
1825 | 2024-12-06T20:01:54.404Z | Compiling base64 v0.22.1 |
1826 | 2024-12-06T20:01:54.621Z | Compiling foreign-types-shared v0.1.1 |
1827 | 2024-12-06T20:01:54.726Z | Compiling portable-atomic v1.9.0 |
1828 | 2024-12-06T20:01:55.075Z | Compiling match_cfg v0.1.0 |
1829 | 2024-12-06T20:01:55.110Z | Compiling smoltcp v0.9.1 |
1830 | 2024-12-06T20:01:55.175Z | Compiling hostname v0.3.1 |
1831 | 2024-12-06T20:01:55.316Z | Compiling hyper-util v0.1.10 |
1832 | 2024-12-06T20:01:55.632Z | Compiling foreign-types v0.3.2 |
1833 | 2024-12-06T20:01:57.970Z | Compiling url v2.5.3 |
1834 | 2024-12-06T20:02:01.721Z | Compiling dirs-sys-next v0.1.2 |
1835 | 2024-12-06T20:02:01.809Z | Compiling gimli v0.31.1 |
1836 | 2024-12-06T20:02:02.149Z | Compiling data-encoding v2.6.0 |
1837 | 2024-12-06T20:02:02.179Z | Compiling ident_case v1.0.1 |
1838 | 2024-12-06T20:02:02.332Z | Compiling siphasher v0.3.11 |
1839 | 2024-12-06T20:02:02.621Z | Compiling heck v0.4.1 |
1840 | 2024-12-06T20:02:02.743Z | Compiling darling_core v0.20.10 |
1841 | 2024-12-06T20:02:02.968Z | Compiling dirs-next v2.0.0 |
1842 | 2024-12-06T20:02:05.167Z | Compiling http-body-util v0.1.2 |
1843 | 2024-12-06T20:02:06.156Z | Compiling addr2line v0.24.2 |
1844 | 2024-12-06T20:02:07.201Z | Compiling crossbeam-epoch v0.9.18 |
1845 | 2024-12-06T20:02:07.734Z | Compiling hubpack_derive v0.1.1 |
1846 | 2024-12-06T20:02:07.779Z | Compiling dropshot_endpoint v0.12.0 |
1847 | 2024-12-06T20:02:08.420Z | Compiling sha1 v0.10.6 |
1848 | 2024-12-06T20:02:08.449Z | Compiling signature v2.2.0 |
1849 | 2024-12-06T20:02:08.650Z | Compiling curve25519-dalek-derive v0.1.1 |
1850 | 2024-12-06T20:02:08.757Z | Compiling zerocopy-derive v0.6.6 |
1851 | 2024-12-06T20:02:09.779Z | Compiling object v0.36.5 |
1852 | 2024-12-06T20:02:10.118Z | Compiling thread_local v1.1.8 |
1853 | 2024-12-06T20:02:10.365Z | Compiling fs-err v2.11.0 |
1854 | 2024-12-06T20:02:10.591Z | Compiling encoding_rs v0.8.34 |
1855 | 2024-12-06T20:02:11.149Z | Compiling utf8parse v0.2.2 |
1856 | 2024-12-06T20:02:11.292Z | Compiling unicode-properties v0.1.3 |
1857 | 2024-12-06T20:02:11.604Z | Compiling anstyle v1.0.10 |
1858 | 2024-12-06T20:02:11.969Z | Compiling mime v0.3.17 |
1859 | 2024-12-06T20:02:12.398Z | Compiling rustc-demangle v0.1.24 |
1860 | 2024-12-06T20:02:13.343Z | Compiling openssl-probe v0.1.5 |
1861 | 2024-12-06T20:02:13.601Z | Compiling winnow v0.6.20 |
1862 | 2024-12-06T20:02:17.138Z | Compiling ipnet v2.10.1 |
1863 | 2024-12-06T20:02:18.914Z | Compiling toml_edit v0.22.22 |
1864 | 2024-12-06T20:02:20.634Z | Compiling backtrace v0.3.74 |
1865 | 2024-12-06T20:02:21.521Z | Compiling stringprep v0.1.5 |
1866 | 2024-12-06T20:02:22.325Z | Compiling anstyle-parse v0.2.5 |
1867 | 2024-12-06T20:02:23.765Z | Compiling rustls-webpki v0.102.8 |
1868 | 2024-12-06T20:02:26.962Z | Compiling darling_macro v0.20.10 |
1869 | 2024-12-06T20:02:27.602Z | Compiling crossbeam-deque v0.8.5 |
1870 | 2024-12-06T20:02:27.891Z | Compiling term v0.7.0 |
1871 | 2024-12-06T20:02:28.916Z | Compiling slog-json v2.6.1 |
1872 | 2024-12-06T20:02:29.282Z | Compiling serde_urlencoded v0.7.1 |
1873 | 2024-12-06T20:02:30.305Z | Compiling crossbeam-channel v0.5.13 |
1874 | 2024-12-06T20:02:30.581Z | Compiling rustls-pemfile v2.2.0 |
1875 | 2024-12-06T20:02:31.178Z | Compiling hashbrown v0.14.5 |
1876 | 2024-12-06T20:02:31.715Z | Compiling idna v0.3.0 |
1877 | 2024-12-06T20:02:32.328Z | Compiling idna v0.4.0 |
1878 | 2024-12-06T20:02:32.463Z | Compiling futures-executor v0.3.31 |
1879 | 2024-12-06T20:02:33.097Z | Compiling num-integer v0.1.46 |
1880 | 2024-12-06T20:02:33.429Z | Compiling md-5 v0.10.6 |
1881 | 2024-12-06T20:02:33.453Z | Compiling ff v0.13.0 |
1882 | 2024-12-06T20:02:33.632Z | Compiling hash32 v0.2.1 |
1883 | 2024-12-06T20:02:33.656Z | Compiling is-terminal v0.4.13 |
1884 | 2024-12-06T20:02:33.684Z | Compiling memmap v0.7.0 |
1885 | 2024-12-06T20:02:33.957Z | Compiling take_mut v0.2.2 |
1886 | 2024-12-06T20:02:33.980Z | Compiling colorchoice v1.0.2 |
1887 | 2024-12-06T20:02:34.104Z | Compiling fallible-iterator v0.2.0 |
1888 | 2024-12-06T20:02:34.129Z | Compiling linked-hash-map v0.5.6 |
1889 | 2024-12-06T20:02:34.427Z | Compiling utf-8 v0.7.6 |
1890 | 2024-12-06T20:02:34.710Z | Compiling is_terminal_polyfill v1.70.1 |
1891 | 2024-12-06T20:02:34.835Z | Compiling base16ct v0.2.0 |
1892 | 2024-12-06T20:02:35.096Z | Compiling psl-types v2.0.11 |
1893 | 2024-12-06T20:02:35.554Z | Compiling anstyle-query v1.1.1 |
1894 | 2024-12-06T20:02:35.711Z | Compiling quick-error v1.2.3 |
1895 | 2024-12-06T20:02:36.261Z | Compiling resolv-conf v0.7.0 |
1896 | 2024-12-06T20:02:36.827Z | Compiling anstream v0.6.15 |
1897 | 2024-12-06T20:02:36.942Z | Compiling publicsuffix v2.2.3 |
1898 | 2024-12-06T20:02:37.169Z | Compiling sec1 v0.7.3 |
1899 | 2024-12-06T20:02:37.238Z | Compiling postgres-protocol v0.6.7 |
1900 | 2024-12-06T20:02:37.398Z | Compiling tungstenite v0.24.0 |
1901 | 2024-12-06T20:02:37.645Z | Compiling lru-cache v0.1.2 |
1902 | 2024-12-06T20:02:38.664Z | Compiling usdt v0.5.0 |
1903 | 2024-12-06T20:02:39.061Z | Compiling slog-term v2.9.1 |
1904 | 2024-12-06T20:02:39.090Z | Compiling group v0.13.0 |
1905 | 2024-12-06T20:02:39.244Z | Compiling num-iter v0.1.45 |
1906 | 2024-12-06T20:02:39.355Z | Compiling hickory-proto v0.24.1 |
1907 | 2024-12-06T20:02:39.417Z | Compiling futures v0.3.31 |
1908 | 2024-12-06T20:02:39.530Z | Compiling regress v0.10.1 |
1909 | 2024-12-06T20:02:42.335Z | Compiling tokio-rustls v0.26.0 |
1910 | 2024-12-06T20:02:42.494Z | Compiling slog-bunyan v2.5.0 |
1911 | 2024-12-06T20:02:42.557Z | Compiling tokio-rustls v0.25.0 |
1912 | 2024-12-06T20:02:42.677Z | Compiling darling v0.20.10 |
1913 | 2024-12-06T20:02:42.788Z | Compiling toml v0.8.19 |
1914 | 2024-12-06T20:02:42.922Z | Compiling tokio-native-tls v0.3.1 |
1915 | 2024-12-06T20:02:43.089Z | Compiling strum_macros v0.25.3 |
1916 | 2024-12-06T20:02:43.160Z | Compiling phf_shared v0.11.2 |
1917 | 2024-12-06T20:02:43.473Z | Compiling async-stream v0.3.6 |
1918 | 2024-12-06T20:02:43.554Z | Compiling waitgroup v0.1.2 |
1919 | 2024-12-06T20:02:43.727Z | Compiling webpki-roots v0.26.6 |
1920 | 2024-12-06T20:02:44.146Z | Compiling idna v0.5.0 |
1921 | 2024-12-06T20:02:44.170Z | Compiling terminal_size v0.4.0 |
1922 | 2024-12-06T20:02:44.366Z | Compiling serde_path_to_error v0.1.16 |
1923 | 2024-12-06T20:02:44.680Z | Compiling hkdf v0.12.4 |
1924 | 2024-12-06T20:02:45.173Z | Compiling crypto-bigint v0.5.5 |
1925 | 2024-12-06T20:02:45.299Z | Compiling serde_repr v0.1.19 |
1926 | 2024-12-06T20:02:45.463Z | Compiling clap_derive v4.5.18 |
1927 | 2024-12-06T20:02:45.983Z | Compiling derive-where v1.2.7 |
1928 | 2024-12-06T20:02:46.213Z | Compiling hostname v0.4.0 |
1929 | 2024-12-06T20:02:46.408Z | Compiling crc32fast v1.4.2 |
1930 | 2024-12-06T20:02:47.057Z | Compiling clap_lex v0.7.2 |
1931 | 2024-12-06T20:02:47.081Z | Compiling managed v0.8.0 |
1932 | 2024-12-06T20:02:47.441Z | Compiling unicode-width v0.1.14 |
1933 | 2024-12-06T20:02:47.608Z | Compiling debug-ignore v1.0.5 |
1934 | 2024-12-06T20:02:48.050Z | Compiling bitflags v1.3.2 |
1935 | 2024-12-06T20:02:48.717Z | Compiling console v0.15.8 |
1936 | 2024-12-06T20:02:49.292Z | Compiling elliptic-curve v0.13.8 |
1937 | 2024-12-06T20:02:49.890Z | Compiling clap_builder v4.5.21 |
1938 | 2024-12-06T20:02:50.292Z | Compiling flate2 v1.0.34 |
1939 | 2024-12-06T20:02:51.701Z | Compiling cookie_store v0.21.0 |
1940 | 2024-12-06T20:02:53.571Z | Compiling hickory-resolver v0.24.1 |
1941 | 2024-12-06T20:02:53.595Z | Compiling hyper-rustls v0.27.3 |
1942 | 2024-12-06T20:02:54.085Z | Compiling phf v0.11.2 |
1943 | 2024-12-06T20:02:55.504Z | Compiling hyper-tls v0.6.0 |
1944 | 2024-12-06T20:02:55.676Z | Compiling signal-hook-mio v0.2.4 |
1945 | 2024-12-06T20:02:55.818Z | Compiling typify-impl v0.2.0 |
1946 | 2024-12-06T20:02:55.842Z | Compiling rayon v1.10.0 |
1947 | 2024-12-06T20:02:55.918Z | Compiling bzip2 v0.4.4 |
1948 | 2024-12-06T20:02:56.101Z | Compiling tokio-tungstenite v0.24.0 |
1949 | 2024-12-06T20:02:56.218Z | Compiling postgres-types v0.2.8 |
1950 | 2024-12-06T20:02:56.900Z | Compiling zerocopy v0.6.6 |
1951 | 2024-12-06T20:02:56.924Z | Compiling ed25519 v2.2.3 |
1952 | 2024-12-06T20:02:57.332Z | Compiling hubpack v0.1.2 |
1953 | 2024-12-06T20:02:57.604Z | Compiling phf_shared v0.10.0 |
1954 | 2024-12-06T20:02:57.738Z | Compiling pkcs1 v0.7.5 |
1955 | 2024-12-06T20:02:57.929Z | Compiling tokio-stream v0.1.16 |
1956 | 2024-12-06T20:02:58.658Z | Compiling serde-big-array v0.5.1 |
1957 | 2024-12-06T20:02:58.755Z | Compiling rfc6979 v0.4.0 |
1958 | 2024-12-06T20:02:58.864Z | Compiling float-cmp v0.9.0 |
1959 | 2024-12-06T20:02:58.927Z | Compiling sync_wrapper v1.0.1 |
1960 | 2024-12-06T20:02:59.061Z | Compiling bstr v1.10.0 |
1961 | 2024-12-06T20:02:59.803Z | Compiling precomputed-hash v0.1.1 |
1962 | 2024-12-06T20:03:00.153Z | Compiling bit-vec v0.6.3 |
1963 | 2024-12-06T20:03:00.334Z | Compiling difflib v0.4.0 |
1964 | 2024-12-06T20:03:00.395Z | Compiling number_prefix v0.4.0 |
1965 | 2024-12-06T20:03:00.555Z | Compiling whoami v1.5.2 |
1966 | 2024-12-06T20:03:00.588Z | Compiling fixedbitset v0.4.2 |
1967 | 2024-12-06T20:03:01.004Z | Compiling static_assertions v1.1.0 |
1968 | 2024-12-06T20:03:01.043Z | Compiling unicode-segmentation v1.12.0 |
1969 | 2024-12-06T20:03:01.132Z | Compiling predicates-core v1.0.8 |
1970 | 2024-12-06T20:03:01.254Z | Compiling normalize-line-endings v0.3.0 |
1971 | 2024-12-06T20:03:01.386Z | Compiling new_debug_unreachable v1.0.6 |
1972 | 2024-12-06T20:03:01.410Z | Compiling unicode-width v0.2.0 |
1973 | 2024-12-06T20:03:01.441Z | Compiling predicates v3.1.2 |
1974 | 2024-12-06T20:03:01.486Z | Compiling string_cache v0.8.7 |
1975 | 2024-12-06T20:03:01.762Z | Compiling similar v2.6.0 |
1976 | 2024-12-06T20:03:01.850Z | Compiling indicatif v0.17.9 |
1977 | 2024-12-06T20:03:01.874Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1978 | 2024-12-06T20:03:02.648Z | Compiling petgraph v0.6.5 |
1979 | 2024-12-06T20:03:03.205Z | Compiling tokio-postgres v0.7.12 |
1980 | 2024-12-06T20:03:03.362Z | Compiling bit-set v0.5.3 |
1981 | 2024-12-06T20:03:03.824Z | Compiling reqwest v0.12.9 |
1982 | 2024-12-06T20:03:05.086Z | Compiling typify-macro v0.2.0 |
1983 | 2024-12-06T20:03:05.820Z | Compiling ecdsa v0.16.9 |
1984 | 2024-12-06T20:03:07.182Z | Compiling qorb v0.2.1 |
1985 | 2024-12-06T20:03:08.349Z | Compiling rsa v0.9.6 |
1986 | 2024-12-06T20:03:08.407Z | Compiling ed25519-dalek v2.1.1 |
1987 | 2024-12-06T20:03:09.145Z | Compiling zip v0.6.6 |
1988 | 2024-12-06T20:03:09.219Z | Compiling crossterm v0.28.1 |
1989 | 2024-12-06T20:03:09.255Z | Compiling clap v4.5.21 |
1990 | 2024-12-06T20:03:10.178Z | Compiling toml v0.7.8 |
1991 | 2024-12-06T20:03:11.076Z | Compiling x509-cert v0.2.5 |
1992 | 2024-12-06T20:03:11.805Z | Compiling hex v0.4.3 |
1993 | 2024-12-06T20:03:12.306Z | Compiling itertools v0.10.5 |
1994 | 2024-12-06T20:03:12.456Z | Compiling zerocopy v0.8.10 |
1995 | 2024-12-06T20:03:12.768Z | Compiling lalrpop-util v0.19.12 |
1996 | 2024-12-06T20:03:12.819Z | Compiling unicode-xid v0.2.6 |
1997 | 2024-12-06T20:03:12.961Z | Compiling peg-runtime v0.8.3 |
1998 | 2024-12-06T20:03:14.563Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1999 | 2024-12-06T20:03:18.033Z | Compiling proc-macro-crate v1.3.1 |
2000 | 2024-12-06T20:03:18.259Z | Compiling ipnetwork v0.20.0 |
2001 | 2024-12-06T20:03:18.549Z | Compiling macaddr v1.0.1 |
2002 | 2024-12-06T20:03:18.968Z | Compiling zerocopy-derive v0.8.10 |
2003 | 2024-12-06T20:03:19.043Z | Compiling itertools v0.13.0 |
2004 | 2024-12-06T20:03:21.108Z | Compiling heapless v0.8.0 |
2005 | 2024-12-06T20:03:21.660Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2006 | 2024-12-06T20:03:25.271Z | Compiling num_enum_derive v0.5.11 |
2007 | 2024-12-06T20:03:30.682Z | Compiling hash32 v0.3.1 |
2008 | 2024-12-06T20:03:32.431Z | Compiling smoltcp v0.11.0 |
2009 | 2024-12-06T20:03:32.759Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2010 | 2024-12-06T20:03:36.718Z | Compiling num_enum v0.5.11 |
2011 | 2024-12-06T20:03:36.872Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2012 | 2024-12-06T20:03:37.525Z | Compiling typify v0.2.0 |
2013 | 2024-12-06T20:03:38.017Z | Compiling proc-macro-error-attr v1.0.4 |
2014 | 2024-12-06T20:03:38.413Z | Compiling cobs v0.2.3 |
2015 | 2024-12-06T20:03:38.437Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2016 | 2024-12-06T20:03:38.660Z | Compiling unsafe-libyaml v0.2.11 |
2017 | 2024-12-06T20:03:39.780Z | Compiling serde_yaml v0.9.34+deprecated |
2018 | 2024-12-06T20:03:39.996Z | Compiling postcard v1.0.10 |
2019 | 2024-12-06T20:03:51.728Z | Compiling progenitor-impl v0.8.0 |
2020 | 2024-12-06T20:03:53.029Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2021 | 2024-12-06T20:04:02.301Z | Compiling strum_macros v0.26.4 |
2022 | 2024-12-06T20:04:02.847Z | Compiling structmeta-derive v0.3.0 |
2023 | 2024-12-06T20:04:02.932Z | Compiling foreign-types-macros v0.2.3 |
2024 | 2024-12-06T20:04:02.967Z | Compiling proc-macro-error v1.0.4 |
2025 | 2024-12-06T20:04:03.201Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2026 | 2024-12-06T20:04:03.673Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2027 | 2024-12-06T20:04:03.925Z | Compiling newtype-uuid v1.1.3 |
2028 | 2024-12-06T20:04:04.745Z | Compiling foreign-types-shared v0.3.1 |
2029 | 2024-12-06T20:04:05.741Z | Compiling strum v0.26.3 |
2030 | 2024-12-06T20:04:05.910Z | Compiling structmeta v0.3.0 |
2031 | 2024-12-06T20:04:06.116Z | Compiling foreign-types v0.5.0 |
2032 | 2024-12-06T20:04:09.707Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2033 | 2024-12-06T20:04:12.504Z | Compiling progenitor-macro v0.8.0 |
2034 | 2024-12-06T20:04:16.775Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2035 | 2024-12-06T20:04:16.841Z | Compiling progenitor-client v0.8.0 |
2036 | 2024-12-06T20:04:17.633Z | Compiling tabwriter v1.4.0 |
2037 | 2024-12-06T20:04:19.679Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2038 | 2024-12-06T20:04:19.872Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2039 | 2024-12-06T20:04:20.286Z | Compiling cstr-argument v0.1.2 |
2040 | 2024-12-06T20:04:20.528Z | Compiling dropshot v0.13.0 |
2041 | 2024-12-06T20:04:20.563Z | Compiling crucible-workspace-hack v0.1.0 |
2042 | 2024-12-06T20:04:20.772Z | Compiling fastrand v2.1.1 |
2043 | 2024-12-06T20:04:20.796Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2044 | 2024-12-06T20:04:21.026Z | Compiling thiserror v2.0.3 |
2045 | 2024-12-06T20:04:21.343Z | Compiling pretty-hex v0.2.1 |
2046 | 2024-12-06T20:04:21.545Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2047 | 2024-12-06T20:04:21.940Z | Compiling tempfile v3.13.0 |
2048 | 2024-12-06T20:04:22.441Z | Compiling progenitor v0.8.0 |
2049 | 2024-12-06T20:04:22.493Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2050 | 2024-12-06T20:04:22.517Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2051 | 2024-12-06T20:04:23.067Z | Compiling parse-display-derive v0.10.0 |
2052 | 2024-12-06T20:04:23.210Z | Compiling colored v2.1.0 |
2053 | 2024-12-06T20:04:23.234Z | Compiling serde_with_macros v3.11.0 |
2054 | 2024-12-06T20:04:23.381Z | Compiling dropshot_endpoint v0.13.0 |
2055 | 2024-12-06T20:04:24.205Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2056 | 2024-12-06T20:04:24.762Z | Compiling thiserror-impl v2.0.3 |
2057 | 2024-12-06T20:04:25.026Z | Compiling instant v0.1.13 |
2058 | 2024-12-06T20:04:25.184Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2059 | 2024-12-06T20:04:25.238Z | Compiling serde_with v3.11.0 |
2060 | 2024-12-06T20:04:25.573Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2061 | 2024-12-06T20:04:26.282Z | Compiling parse-display v0.10.0 |
2062 | 2024-12-06T20:04:26.991Z | Compiling backoff v0.4.0 |
2063 | 2024-12-06T20:04:27.300Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2064 | 2024-12-06T20:04:27.486Z | Compiling zone_cfg_derive v0.3.0 |
2065 | 2024-12-06T20:04:27.856Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2066 | 2024-12-06T20:04:28.023Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2067 | 2024-12-06T20:04:28.338Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2068 | 2024-12-06T20:04:28.577Z | Compiling camino-tempfile v1.1.1 |
2069 | 2024-12-06T20:04:28.723Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6dd7c72b515c9a06e848a12b0e3d028f0371ab3#d6dd7c72) |
2070 | 2024-12-06T20:04:28.808Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2071 | 2024-12-06T20:04:28.969Z | Compiling regress v0.9.1 |
2072 | 2024-12-06T20:04:29.130Z | Compiling num-derive v0.4.2 |
2073 | 2024-12-06T20:04:29.226Z | Compiling sigpipe v0.1.3 |
2074 | 2024-12-06T20:04:29.345Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2075 | 2024-12-06T20:04:29.572Z | Compiling libefi-sys v0.1.0 |
2076 | 2024-12-06T20:04:29.837Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2077 | 2024-12-06T20:04:30.749Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2078 | 2024-12-06T20:04:32.043Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2079 | 2024-12-06T20:04:32.537Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6dd7c72b515c9a06e848a12b0e3d028f0371ab3#d6dd7c72) |
2080 | 2024-12-06T20:04:33.014Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2081 | 2024-12-06T20:04:34.974Z | Compiling zone v0.3.0 |
2082 | 2024-12-06T20:04:35.476Z | Compiling smf v0.2.3 |
2083 | 2024-12-06T20:04:35.634Z | Compiling bitfield-struct v0.6.2 |
2084 | 2024-12-06T20:04:36.034Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2085 | 2024-12-06T20:04:36.351Z | Compiling blake3 v1.5.4 |
2086 | 2024-12-06T20:04:36.688Z | Compiling ring v0.16.20 |
2087 | 2024-12-06T20:04:37.384Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2088 | 2024-12-06T20:04:37.743Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2089 | 2024-12-06T20:04:38.023Z | Compiling xattr v1.3.1 |
2090 | 2024-12-06T20:04:38.085Z | Compiling filetime v0.2.25 |
2091 | 2024-12-06T20:04:38.301Z | Compiling memmap2 v0.9.5 |
2092 | 2024-12-06T20:04:38.397Z | Compiling spin v0.5.2 |
2093 | 2024-12-06T20:04:38.623Z | Compiling arrayref v0.3.9 |
2094 | 2024-12-06T20:04:38.696Z | Compiling constant_time_eq v0.3.1 |
2095 | 2024-12-06T20:04:38.724Z | Compiling arrayvec v0.7.6 |
2096 | 2024-12-06T20:04:38.794Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2097 | 2024-12-06T20:04:38.860Z | Compiling same-file v1.0.6 |
2098 | 2024-12-06T20:04:38.912Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2099 | 2024-12-06T20:04:39.130Z | Compiling walkdir v2.5.0 |
2100 | 2024-12-06T20:04:40.129Z | Compiling tar v0.4.42 |
2101 | 2024-12-06T20:04:40.429Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2102 | 2024-12-06T20:04:41.201Z | Compiling gethostname v0.5.0 |
2103 | 2024-12-06T20:04:41.365Z | Compiling cargo-platform v0.1.8 |
2104 | 2024-12-06T20:04:41.729Z | Compiling topological-sort v0.2.2 |
2105 | 2024-12-06T20:04:41.953Z | Compiling cargo_metadata v0.18.1 |
2106 | 2024-12-06T20:04:43.865Z | Compiling omicron-zone-package v0.11.1 |
2107 | 2024-12-06T20:04:46.499Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2108 | 2024-12-06T20:04:48.450Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2109 | 2024-12-06T20:04:50.103Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2110 | 2024-12-06T20:05:09.300Z | Finished `release` profile [optimized] target(s) in 4m 27s |
2111 | 2024-12-06T20:05:09.429Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2112 | 2024-12-06T20:05:09.492Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2113 | 2024-12-06T20:05:09.517Z | Created new build target 'test' and set it as active |
2114 | 2024-12-06T20:05:09.517Z | |
2115 | 2024-12-06T20:05:09.517Z | real 4:27.632129849 |
2116 | 2024-12-06T20:05:09.517Z | user 29:25.402810556 |
2117 | 2024-12-06T20:05:09.517Z | sys 4:11.079871574 |
2118 | 2024-12-06T20:05:09.517Z | trap 0.986549677 |
2119 | 2024-12-06T20:05:09.517Z | tflt 1.353670587 |
2120 | 2024-12-06T20:05:09.517Z | dflt 0.701144215 |
2121 | 2024-12-06T20:05:09.517Z | kflt 0.000401884 |
2122 | 2024-12-06T20:05:09.517Z | lock 1:00:58.827685071 |
2123 | 2024-12-06T20:05:09.517Z | slp 2:03:39.236017790 |
2124 | 2024-12-06T20:05:09.517Z | lat 2:19.470630285 |
2125 | 2024-12-06T20:05:09.517Z | stop 3:54.052668527 |
2126 | 2024-12-06T20:05:09.517Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2127 | 2024-12-06T20:05:10.812Z | Finished `release` profile [optimized] target(s) in 1.24s |
2128 | 2024-12-06T20:05:10.879Z | Running `target/release/omicron-package -t test package` |
2129 | 2024-12-06T20:05:10.935Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2130 | 2024-12-06T20:05:12.440Z | Compiling convert_case v0.4.0 |
2131 | 2024-12-06T20:05:12.440Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2132 | 2024-12-06T20:05:12.440Z | Compiling itertools v0.13.0 |
2133 | 2024-12-06T20:05:12.464Z | Compiling newline-converter v0.3.0 |
2134 | 2024-12-06T20:05:12.464Z | Compiling base64 v0.21.7 |
2135 | 2024-12-06T20:05:12.464Z | Compiling password-hash v0.5.0 |
2136 | 2024-12-06T20:05:12.464Z | Compiling progenitor-client v0.8.0 |
2137 | 2024-12-06T20:05:12.540Z | Compiling blake2 v0.10.6 |
2138 | 2024-12-06T20:05:12.708Z | Compiling expectorate v1.1.0 |
2139 | 2024-12-06T20:05:12.791Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2140 | 2024-12-06T20:05:12.874Z | Compiling owo-colors v4.1.0 |
2141 | 2024-12-06T20:05:12.964Z | Compiling progenitor v0.8.0 |
2142 | 2024-12-06T20:05:13.112Z | Compiling argon2 v0.5.3 |
2143 | 2024-12-06T20:05:13.136Z | Compiling derive_more v0.99.18 |
2144 | 2024-12-06T20:05:13.199Z | Compiling cancel-safe-futures v0.1.5 |
2145 | 2024-12-06T20:05:13.414Z | Compiling num-rational v0.4.2 |
2146 | 2024-12-06T20:05:13.439Z | Compiling num-complex v0.4.6 |
2147 | 2024-12-06T20:05:14.059Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2148 | 2024-12-06T20:05:14.225Z | Compiling atomicwrites v0.4.4 |
2149 | 2024-12-06T20:05:14.447Z | Compiling num v0.4.3 |
2150 | 2024-12-06T20:05:14.547Z | Compiling libsw v3.3.1 |
2151 | 2024-12-06T20:05:14.571Z | Compiling indent_write v2.2.0 |
2152 | 2024-12-06T20:05:14.655Z | Compiling swrite v0.1.0 |
2153 | 2024-12-06T20:05:14.780Z | Compiling float-ord v0.3.2 |
2154 | 2024-12-06T20:05:14.804Z | Compiling linear-map v1.2.0 |
2155 | 2024-12-06T20:05:14.841Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2156 | 2024-12-06T20:05:14.943Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2157 | 2024-12-06T20:05:15.003Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2158 | 2024-12-06T20:05:15.182Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2159 | 2024-12-06T20:05:15.319Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2160 | 2024-12-06T20:05:15.551Z | Compiling highway v1.2.0 |
2161 | 2024-12-06T20:05:15.722Z | Compiling semver v0.1.20 |
2162 | 2024-12-06T20:05:16.194Z | Compiling rustc_version v0.1.7 |
2163 | 2024-12-06T20:05:16.549Z | Compiling tungstenite v0.21.0 |
2164 | 2024-12-06T20:05:16.659Z | Compiling newtype_derive v0.1.6 |
2165 | 2024-12-06T20:05:16.892Z | Compiling newtype-uuid v1.1.3 |
2166 | 2024-12-06T20:05:17.244Z | Compiling dropshot v0.13.0 |
2167 | 2024-12-06T20:05:17.307Z | Compiling ipnetwork v0.20.0 |
2168 | 2024-12-06T20:05:17.932Z | Compiling tokio-tungstenite v0.21.0 |
2169 | 2024-12-06T20:05:18.288Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2170 | 2024-12-06T20:05:18.486Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2171 | 2024-12-06T20:05:20.666Z | Compiling instant v0.1.13 |
2172 | 2024-12-06T20:05:20.803Z | Compiling humantime v2.1.0 |
2173 | 2024-12-06T20:05:21.135Z | Compiling backoff v0.4.0 |
2174 | 2024-12-06T20:05:21.446Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2175 | 2024-12-06T20:05:21.708Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2176 | 2024-12-06T20:05:22.000Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2177 | 2024-12-06T20:05:22.024Z | Compiling parse-display v0.10.0 |
2178 | 2024-12-06T20:05:22.492Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2179 | 2024-12-06T20:05:22.516Z | Compiling strum v0.26.3 |
2180 | 2024-12-06T20:05:22.664Z | Compiling serde_with v3.11.0 |
2181 | 2024-12-06T20:05:22.688Z | Compiling regress v0.9.1 |
2182 | 2024-12-06T20:05:25.696Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2183 | 2024-12-06T20:05:26.253Z | Compiling macaddr v1.0.1 |
2184 | 2024-12-06T20:05:26.601Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2185 | 2024-12-06T20:05:27.096Z | Compiling steno v0.4.1 |
2186 | 2024-12-06T20:05:27.352Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6dd7c72b515c9a06e848a12b0e3d028f0371ab3#d6dd7c72) |
2187 | 2024-12-06T20:05:28.188Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2188 | 2024-12-06T20:05:28.273Z | Compiling prettyplease v0.2.25 |
2189 | 2024-12-06T20:05:28.297Z | Compiling slog-dtrace v0.3.0 |
2190 | 2024-12-06T20:05:29.453Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2191 | 2024-12-06T20:05:30.335Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6dd7c72b515c9a06e848a12b0e3d028f0371ab3#d6dd7c72) |
2192 | 2024-12-06T20:05:30.524Z | Compiling display-error-chain v0.2.2 |
2193 | 2024-12-06T20:05:30.716Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2194 | 2024-12-06T20:05:32.906Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2195 | 2024-12-06T20:05:33.781Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d6dd7c72b515c9a06e848a12b0e3d028f0371ab3#d6dd7c72) |
2196 | 2024-12-06T20:05:33.998Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2197 | 2024-12-06T20:05:41.686Z | Compiling arc-swap v1.7.1 |
2198 | 2024-12-06T20:05:42.272Z | Compiling slog-scope v4.4.0 |
2199 | 2024-12-06T20:05:42.306Z | Compiling half v2.4.1 |
2200 | 2024-12-06T20:05:42.860Z | Compiling ciborium-io v0.2.2 |
2201 | 2024-12-06T20:05:42.966Z | Compiling ciborium-ll v0.2.2 |
2202 | 2024-12-06T20:05:42.993Z | Compiling slog-stdlog v4.1.1 |
2203 | 2024-12-06T20:05:43.384Z | Compiling ciborium v0.2.2 |
2204 | 2024-12-06T20:05:43.661Z | Compiling slog-envlogger v2.2.0 |
2205 | 2024-12-06T20:05:44.959Z | Compiling nibble_vec v0.1.0 |
2206 | 2024-12-06T20:05:45.107Z | Compiling endian-type v0.1.2 |
2207 | 2024-12-06T20:05:45.173Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2208 | 2024-12-06T20:05:45.314Z | Compiling radix_trie v0.2.1 |
2209 | 2024-12-06T20:05:45.906Z | Compiling same-file v1.0.6 |
2210 | 2024-12-06T20:05:46.099Z | Compiling fastrand v2.1.1 |
2211 | 2024-12-06T20:05:46.124Z | Compiling walkdir v2.5.0 |
2212 | 2024-12-06T20:05:46.242Z | Compiling ring v0.16.20 |
2213 | 2024-12-06T20:05:46.542Z | Compiling tempfile v3.13.0 |
2214 | 2024-12-06T20:05:46.705Z | Compiling blake3 v1.5.4 |
2215 | 2024-12-06T20:05:46.904Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2216 | 2024-12-06T20:05:47.205Z | Compiling xattr v1.3.1 |
2217 | 2024-12-06T20:05:47.335Z | Compiling memmap2 v0.9.5 |
2218 | 2024-12-06T20:05:47.448Z | Compiling filetime v0.2.25 |
2219 | 2024-12-06T20:05:47.472Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2220 | 2024-12-06T20:05:47.696Z | Compiling arrayref v0.3.9 |
2221 | 2024-12-06T20:05:47.720Z | Compiling constant_time_eq v0.3.1 |
2222 | 2024-12-06T20:05:47.806Z | Compiling spin v0.5.2 |
2223 | 2024-12-06T20:05:47.864Z | Compiling keccak v0.1.5 |
2224 | 2024-12-06T20:05:48.031Z | Compiling arrayvec v0.7.6 |
2225 | 2024-12-06T20:05:48.133Z | Compiling sha3 v0.10.8 |
2226 | 2024-12-06T20:05:48.570Z | Compiling tar v0.4.42 |
2227 | 2024-12-06T20:05:48.845Z | Compiling camino-tempfile v1.1.1 |
2228 | 2024-12-06T20:05:49.212Z | Compiling toolchain_find v0.4.0 |
2229 | 2024-12-06T20:05:49.289Z | Compiling const_format_proc_macros v0.2.33 |
2230 | 2024-12-06T20:05:49.690Z | Compiling maplit v1.0.2 |
2231 | 2024-12-06T20:05:49.816Z | Compiling topological-sort v0.2.2 |
2232 | 2024-12-06T20:05:49.952Z | Compiling radium v0.7.0 |
2233 | 2024-12-06T20:05:50.015Z | Compiling crunchy v0.2.2 |
2234 | 2024-12-06T20:05:50.214Z | Compiling omicron-zone-package v0.11.1 |
2235 | 2024-12-06T20:05:50.372Z | Compiling rustfmt-wrapper v0.2.1 |
2236 | 2024-12-06T20:05:50.445Z | Compiling pem v3.0.4 |
2237 | 2024-12-06T20:05:50.780Z | Compiling const_format v0.2.33 |
2238 | 2024-12-06T20:05:50.840Z | Compiling maybe-uninit v2.0.0 |
2239 | 2024-12-06T20:05:51.209Z | Compiling tap v1.0.1 |
2240 | 2024-12-06T20:05:51.247Z | Compiling tiny-keccak v2.0.2 |
2241 | 2024-12-06T20:05:51.391Z | Compiling wyz v0.5.1 |
2242 | 2024-12-06T20:05:51.544Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2243 | 2024-12-06T20:05:51.711Z | Compiling dsl_auto_type v0.1.2 |
2244 | 2024-12-06T20:05:51.811Z | Compiling phf_generator v0.11.2 |
2245 | 2024-12-06T20:05:51.835Z | Compiling scheduled-thread-pool v0.2.7 |
2246 | 2024-12-06T20:05:51.959Z | Compiling secrecy v0.8.0 |
2247 | 2024-12-06T20:05:51.987Z | Compiling async-recursion v1.1.1 |
2248 | 2024-12-06T20:05:52.135Z | Compiling diesel_table_macro_syntax v0.2.0 |
2249 | 2024-12-06T20:05:52.193Z | Compiling funty v2.0.0 |
2250 | 2024-12-06T20:05:52.486Z | Compiling crc-catalog v2.4.0 |
2251 | 2024-12-06T20:05:52.628Z | Compiling packed_struct v0.10.1 |
2252 | 2024-12-06T20:05:52.844Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2253 | 2024-12-06T20:05:52.889Z | Compiling diesel_derives v2.2.3 |
2254 | 2024-12-06T20:05:53.011Z | Compiling crc v3.2.1 |
2255 | 2024-12-06T20:05:53.148Z | Compiling bitvec v1.0.1 |
2256 | 2024-12-06T20:05:53.172Z | Compiling r2d2 v0.8.10 |
2257 | 2024-12-06T20:05:53.551Z | Compiling phf_codegen v0.11.2 |
2258 | 2024-12-06T20:05:54.125Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2259 | 2024-12-06T20:05:54.168Z | Compiling ascii-canvas v3.0.0 |
2260 | 2024-12-06T20:05:54.416Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2261 | 2024-12-06T20:05:54.510Z | Compiling universal-hash v0.5.1 |
2262 | 2024-12-06T20:05:54.579Z | Compiling packed_struct_codegen v0.10.1 |
2263 | 2024-12-06T20:05:54.725Z | Compiling thiserror-impl-no-std v2.0.2 |
2264 | 2024-12-06T20:05:56.563Z | Compiling parse-zoneinfo v0.3.1 |
2265 | 2024-12-06T20:05:56.859Z | Compiling lzma-sys v0.1.20 |
2266 | 2024-12-06T20:05:56.934Z | Compiling ena v0.14.3 |
2267 | 2024-12-06T20:05:57.283Z | Compiling indexmap v1.9.3 |
2268 | 2024-12-06T20:05:57.417Z | Compiling cfg_aliases v0.1.1 |
2269 | 2024-12-06T20:05:57.524Z | Compiling regex-syntax v0.6.29 |
2270 | 2024-12-06T20:05:57.548Z | Compiling opaque-debug v0.3.1 |
2271 | 2024-12-06T20:05:57.649Z | Compiling diff v0.1.13 |
2272 | 2024-12-06T20:05:57.890Z | Compiling nodrop v0.1.14 |
2273 | 2024-12-06T20:05:58.037Z | Compiling array-init v0.0.4 |
2274 | 2024-12-06T20:05:58.095Z | Compiling poly1305 v0.8.0 |
2275 | 2024-12-06T20:05:59.020Z | Compiling nix v0.28.0 |
2276 | 2024-12-06T20:05:59.276Z | Compiling chrono-tz-build v0.4.0 |
2277 | 2024-12-06T20:05:59.596Z | Compiling thiserror-no-std v2.0.2 |
2278 | 2024-12-06T20:06:00.221Z | Compiling lalrpop v0.19.12 |
2279 | 2024-12-06T20:06:01.530Z | Compiling diesel v2.2.4 |
2280 | 2024-12-06T20:06:01.962Z | Compiling smallvec v0.6.14 |
2281 | 2024-12-06T20:06:02.899Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2282 | 2024-12-06T20:06:03.287Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2283 | 2024-12-06T20:06:03.522Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2284 | 2024-12-06T20:06:03.744Z | Compiling chacha20 v0.9.1 |
2285 | 2024-12-06T20:06:03.850Z | Compiling heck v0.3.3 |
2286 | 2024-12-06T20:06:04.152Z | Compiling aead v0.5.2 |
2287 | 2024-12-06T20:06:04.176Z | Compiling vte_generate_state_changes v0.1.2 |
2288 | 2024-12-06T20:06:04.465Z | Compiling bitfield v0.14.0 |
2289 | 2024-12-06T20:06:04.628Z | Compiling ref-cast v1.0.23 |
2290 | 2024-12-06T20:06:04.711Z | Compiling hashbrown v0.12.3 |
2291 | 2024-12-06T20:06:04.988Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2292 | 2024-12-06T20:06:05.208Z | Compiling termcolor v1.4.1 |
2293 | 2024-12-06T20:06:06.129Z | Compiling env_logger v0.10.2 |
2294 | 2024-12-06T20:06:06.920Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2295 | 2024-12-06T20:06:08.756Z | Compiling vte v0.11.1 |
2296 | 2024-12-06T20:06:09.935Z | Compiling chacha20poly1305 v0.10.1 |
2297 | 2024-12-06T20:06:10.167Z | Compiling zone_cfg_derive v0.1.2 |
2298 | 2024-12-06T20:06:11.393Z | Compiling serde-hex v0.1.0 |
2299 | 2024-12-06T20:06:15.629Z | Compiling chrono-tz v0.10.0 |
2300 | 2024-12-06T20:06:16.120Z | Compiling vsss-rs v3.3.4 |
2301 | 2024-12-06T20:06:19.539Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2302 | 2024-12-06T20:06:19.701Z | Compiling ron v0.8.1 |
2303 | 2024-12-06T20:06:19.854Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2304 | 2024-12-06T20:06:20.094Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2305 | 2024-12-06T20:06:20.598Z | Compiling derive_builder_core v0.20.2 |
2306 | 2024-12-06T20:06:20.943Z | Compiling polar-core v0.27.3 |
2307 | 2024-12-06T20:06:21.909Z | Compiling hashbrown v0.13.2 |
2308 | 2024-12-06T20:06:22.349Z | Compiling fd-lock v4.0.2 |
2309 | 2024-12-06T20:06:22.548Z | Compiling headers-core v0.3.0 |
2310 | 2024-12-06T20:06:22.708Z | Compiling fxhash v0.2.1 |
2311 | 2024-12-06T20:06:22.898Z | Compiling libxml v0.3.3 |
2312 | 2024-12-06T20:06:23.066Z | Compiling ref-cast-impl v1.0.23 |
2313 | 2024-12-06T20:06:23.203Z | Compiling bytecount v0.6.8 |
2314 | 2024-12-06T20:06:23.480Z | Compiling bumpalo v3.16.0 |
2315 | 2024-12-06T20:06:23.912Z | Compiling lockfree-object-pool v0.1.6 |
2316 | 2024-12-06T20:06:23.973Z | Compiling zip v2.1.3 |
2317 | 2024-12-06T20:06:24.168Z | Compiling base64 v0.13.1 |
2318 | 2024-12-06T20:06:24.228Z | Compiling simd-adler32 v0.3.7 |
2319 | 2024-12-06T20:06:24.451Z | Compiling crc-any v2.5.0 |
2320 | 2024-12-06T20:06:24.752Z | Compiling ron v0.7.1 |
2321 | 2024-12-06T20:06:25.188Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2322 | 2024-12-06T20:06:25.213Z | Compiling zopfli v0.8.1 |
2323 | 2024-12-06T20:06:28.699Z | Compiling papergrid v0.11.0 |
2324 | 2024-12-06T20:06:28.959Z | Compiling object v0.30.4 |
2325 | 2024-12-06T20:06:31.197Z | Compiling headers v0.4.0 |
2326 | 2024-12-06T20:06:31.940Z | Compiling derive_builder_macro v0.20.2 |
2327 | 2024-12-06T20:06:34.936Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2328 | 2024-12-06T20:06:35.481Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2329 | 2024-12-06T20:06:36.041Z | Compiling xz2 v0.1.7 |
2330 | 2024-12-06T20:06:39.084Z | Compiling zone v0.1.8 |
2331 | 2024-12-06T20:06:39.191Z | Compiling strip-ansi-escapes v0.2.0 |
2332 | 2024-12-06T20:06:39.782Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2333 | 2024-12-06T20:06:41.104Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2334 | 2024-12-06T20:06:41.407Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2335 | 2024-12-06T20:06:41.669Z | Compiling tabled_derive v0.7.0 |
2336 | 2024-12-06T20:06:41.694Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2337 | 2024-12-06T20:06:41.813Z | Compiling yasna v0.5.2 |
2338 | 2024-12-06T20:06:42.112Z | Compiling peg-macros v0.8.4 |
2339 | 2024-12-06T20:06:43.312Z | Compiling strum_macros v0.24.3 |
2340 | 2024-12-06T20:06:43.444Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2341 | 2024-12-06T20:06:44.230Z | Compiling kstat-rs v0.2.4 |
2342 | 2024-12-06T20:06:44.535Z | Compiling samael v0.0.17 |
2343 | 2024-12-06T20:06:44.643Z | Compiling sqlparser_derive v0.2.2 |
2344 | 2024-12-06T20:06:45.034Z | Compiling unicase v2.7.0 |
2345 | 2024-12-06T20:06:45.300Z | Compiling home v0.5.9 |
2346 | 2024-12-06T20:06:45.480Z | Compiling nu-ansi-term v0.50.1 |
2347 | 2024-12-06T20:06:45.544Z | Compiling unicode_categories v0.1.1 |
2348 | 2024-12-06T20:06:45.608Z | Compiling indoc v1.0.9 |
2349 | 2024-12-06T20:06:45.885Z | Compiling path-slash v0.1.5 |
2350 | 2024-12-06T20:06:45.909Z | Compiling reedline v0.35.0 |
2351 | 2024-12-06T20:06:46.117Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2352 | 2024-12-06T20:06:46.463Z | Compiling sqlformat v0.2.6 |
2353 | 2024-12-06T20:06:46.775Z | Compiling sqlparser v0.45.0 |
2354 | 2024-12-06T20:06:48.832Z | Compiling rustyline v14.0.0 |
2355 | 2024-12-06T20:06:49.231Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2356 | 2024-12-06T20:06:54.952Z | Compiling peg v0.8.4 |
2357 | 2024-12-06T20:06:55.057Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2358 | 2024-12-06T20:06:55.714Z | Compiling tabled v0.15.0 |
2359 | 2024-12-06T20:06:58.287Z | Compiling rcgen v0.12.1 |
2360 | 2024-12-06T20:07:05.295Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2361 | 2024-12-06T20:07:06.278Z | Compiling derive_builder v0.20.2 |
2362 | 2024-12-06T20:07:10.811Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2363 | 2024-12-06T20:07:11.431Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2364 | 2024-12-06T20:07:13.347Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2365 | 2024-12-06T20:07:13.409Z | Compiling bcs v0.1.6 |
2366 | 2024-12-06T20:07:13.585Z | Compiling impl-trait-for-tuples v0.2.2 |
2367 | 2024-12-06T20:07:14.130Z | Compiling oso-derive v0.27.3 |
2368 | 2024-12-06T20:07:14.929Z | Compiling libz-sys v1.1.20 |
2369 | 2024-12-06T20:07:15.439Z | Compiling quick-xml v0.33.0 |
2370 | 2024-12-06T20:07:18.857Z | Compiling subprocess v0.2.9 |
2371 | 2024-12-06T20:07:20.372Z | Compiling diesel-dtrace v0.3.0 |
2372 | 2024-12-06T20:07:20.466Z | Compiling parking_lot_core v0.8.6 |
2373 | 2024-12-06T20:07:20.845Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2374 | 2024-12-06T20:07:22.632Z | Compiling oso v0.27.3 |
2375 | 2024-12-06T20:07:36.365Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2376 | 2024-12-06T20:07:37.712Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2377 | 2024-12-06T20:07:42.144Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2378 | 2024-12-06T20:07:44.766Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2379 | 2024-12-06T20:07:45.016Z | Compiling bb8 v0.8.5 |
2380 | 2024-12-06T20:07:45.535Z | Compiling buf-list v1.0.3 |
2381 | 2024-12-06T20:07:46.063Z | Compiling async-bb8-diesel v0.2.1 |
2382 | 2024-12-06T20:07:47.983Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2383 | 2024-12-06T20:07:48.377Z | Compiling pin-project-internal v1.1.6 |
2384 | 2024-12-06T20:07:48.594Z | Compiling atty v0.2.14 |
2385 | 2024-12-06T20:07:48.743Z | Compiling salty v0.3.0 |
2386 | 2024-12-06T20:07:50.531Z | Compiling pin-project v1.1.6 |
2387 | 2024-12-06T20:07:50.989Z | Compiling parking_lot v0.11.2 |
2388 | 2024-12-06T20:07:53.554Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2389 | 2024-12-06T20:07:53.718Z | Compiling snafu-derive v0.8.5 |
2390 | 2024-12-06T20:07:53.918Z | Compiling sled v0.34.7 |
2391 | 2024-12-06T20:07:57.412Z | Compiling mime_guess v2.0.5 |
2392 | 2024-12-06T20:07:57.505Z | Compiling snafu v0.8.5 |
2393 | 2024-12-06T20:07:58.779Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2394 | 2024-12-06T20:07:59.862Z | Compiling hickory-client v0.24.1 |
2395 | 2024-12-06T20:07:59.924Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2396 | 2024-12-06T20:08:00.049Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2397 | 2024-12-06T20:08:00.652Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2398 | 2024-12-06T20:08:04.220Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2399 | 2024-12-06T20:08:04.925Z | Compiling hickory-server v0.24.1 |
2400 | 2024-12-06T20:08:05.525Z | Compiling globset v0.4.15 |
2401 | 2024-12-06T20:08:07.715Z | Compiling primeorder v0.13.6 |
2402 | 2024-12-06T20:08:08.211Z | Compiling olpc-cjson v0.1.4 |
2403 | 2024-12-06T20:08:08.510Z | Compiling vergen v8.3.2 |
2404 | 2024-12-06T20:08:08.774Z | Compiling env_filter v0.1.2 |
2405 | 2024-12-06T20:08:11.703Z | Compiling serde_plain v1.0.2 |
2406 | 2024-12-06T20:08:12.153Z | Compiling cargo-platform v0.1.8 |
2407 | 2024-12-06T20:08:12.586Z | Compiling nanorand v0.7.0 |
2408 | 2024-12-06T20:08:13.175Z | Compiling memoffset v0.9.1 |
2409 | 2024-12-06T20:08:13.440Z | Compiling typed-path v0.9.3 |
2410 | 2024-12-06T20:08:14.858Z | Compiling flume v0.11.1 |
2411 | 2024-12-06T20:08:16.723Z | Compiling tough v0.19.0 |
2412 | 2024-12-06T20:08:19.468Z | Compiling cargo_metadata v0.18.1 |
2413 | 2024-12-06T20:08:21.950Z | Compiling env_logger v0.11.5 |
2414 | 2024-12-06T20:08:22.087Z | Compiling p384 v0.13.0 |
2415 | 2024-12-06T20:08:23.146Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2416 | 2024-12-06T20:08:26.162Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2417 | 2024-12-06T20:08:28.543Z | Compiling git2 v0.19.0 |
2418 | 2024-12-06T20:08:34.266Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2419 | 2024-12-06T20:08:34.800Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2420 | 2024-12-06T20:08:35.728Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2421 | 2024-12-06T20:08:35.752Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2422 | 2024-12-06T20:08:41.214Z | Compiling rand_seeder v0.3.0 |
2423 | 2024-12-06T20:08:41.320Z | Compiling libsqlite3-sys v0.30.1 |
2424 | 2024-12-06T20:08:41.561Z | Compiling cfg_aliases v0.2.1 |
2425 | 2024-12-06T20:08:41.668Z | Compiling rustls v0.21.12 |
2426 | 2024-12-06T20:08:41.724Z | Compiling parse-size v1.1.0 |
2427 | 2024-12-06T20:08:41.933Z | Compiling http-range v0.1.5 |
2428 | 2024-12-06T20:08:41.957Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2429 | 2024-12-06T20:08:42.027Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2430 | 2024-12-06T20:08:42.093Z | Compiling nix v0.29.0 |
2431 | 2024-12-06T20:08:42.235Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2432 | 2024-12-06T20:08:42.451Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2433 | 2024-12-06T20:08:43.130Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2434 | 2024-12-06T20:08:43.774Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2435 | 2024-12-06T20:08:44.105Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2436 | 2024-12-06T20:08:44.355Z | Compiling sct v0.7.1 |
2437 | 2024-12-06T20:08:44.381Z | Compiling rustls-webpki v0.101.7 |
2438 | 2024-12-06T20:08:44.425Z | Compiling castaway v0.2.3 |
2439 | 2024-12-06T20:08:44.613Z | Compiling csv-core v0.1.11 |
2440 | 2024-12-06T20:08:44.764Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2441 | 2024-12-06T20:08:45.020Z | Compiling glob v0.3.1 |
2442 | 2024-12-06T20:08:45.414Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2443 | 2024-12-06T20:08:46.713Z | Compiling csv v1.3.0 |
2444 | 2024-12-06T20:08:47.567Z | Compiling compact_str v0.8.0 |
2445 | 2024-12-06T20:08:47.856Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2446 | 2024-12-06T20:08:48.443Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2447 | 2024-12-06T20:08:48.911Z | Compiling nix v0.27.1 |
2448 | 2024-12-06T20:08:49.707Z | Compiling hyper-staticfile v0.10.1 |
2449 | 2024-12-06T20:08:51.425Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2450 | 2024-12-06T20:08:52.244Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2451 | 2024-12-06T20:08:53.715Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6dd7c72b515c9a06e848a12b0e3d028f0371ab3#d6dd7c72) |
2452 | 2024-12-06T20:08:53.788Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2453 | 2024-12-06T20:08:56.625Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2454 | 2024-12-06T20:09:00.143Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2455 | 2024-12-06T20:09:00.427Z | Compiling unicode-truncate v1.1.0 |
2456 | 2024-12-06T20:09:00.651Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2457 | 2024-12-06T20:09:00.882Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2458 | 2024-12-06T20:09:01.113Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2459 | 2024-12-06T20:09:02.621Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2460 | 2024-12-06T20:09:04.711Z | Compiling hashlink v0.9.1 |
2461 | 2024-12-06T20:09:04.896Z | Compiling tungstenite v0.23.0 |
2462 | 2024-12-06T20:09:05.392Z | Compiling lru v0.12.5 |
2463 | 2024-12-06T20:09:05.694Z | Compiling instability v0.3.2 |
2464 | 2024-12-06T20:09:06.473Z | Compiling fallible-iterator v0.3.0 |
2465 | 2024-12-06T20:09:06.960Z | Compiling fallible-streaming-iterator v0.1.9 |
2466 | 2024-12-06T20:09:07.151Z | Compiling cassowary v0.3.0 |
2467 | 2024-12-06T20:09:07.217Z | Compiling rusqlite v0.32.1 |
2468 | 2024-12-06T20:09:07.332Z | Compiling tokio-tungstenite v0.23.1 |
2469 | 2024-12-06T20:09:07.841Z | Compiling ratatui v0.28.1 |
2470 | 2024-12-06T20:09:08.868Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2471 | 2024-12-06T20:09:09.511Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2472 | 2024-12-06T20:09:10.030Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2473 | 2024-12-06T20:09:12.205Z | Compiling tokio-rustls v0.24.1 |
2474 | 2024-12-06T20:09:13.440Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2475 | 2024-12-06T20:09:15.588Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2476 | 2024-12-06T20:09:23.483Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2477 | 2024-12-06T20:09:24.938Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2478 | 2024-12-06T20:09:25.706Z | Compiling rustls-pemfile v1.0.4 |
2479 | 2024-12-06T20:09:26.331Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2480 | 2024-12-06T20:09:26.572Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2481 | 2024-12-06T20:09:26.642Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2482 | 2024-12-06T20:09:26.809Z | Compiling signal-hook-tokio v0.3.1 |
2483 | 2024-12-06T20:09:27.036Z | Compiling twox-hash v1.6.3 |
2484 | 2024-12-06T20:09:27.936Z | Compiling is_ci v1.2.0 |
2485 | 2024-12-06T20:09:27.985Z | Compiling smawk v0.3.2 |
2486 | 2024-12-06T20:09:28.200Z | Compiling unicode-linebreak v0.1.5 |
2487 | 2024-12-06T20:09:28.223Z | Compiling supports-color v3.0.1 |
2488 | 2024-12-06T20:09:28.558Z | Compiling textwrap v0.16.1 |
2489 | 2024-12-06T20:09:31.182Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2490 | 2024-12-06T20:09:31.626Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2491 | 2024-12-06T20:09:37.657Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2492 | 2024-12-06T20:09:43.175Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2493 | 2024-12-06T20:09:43.551Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2494 | 2024-12-06T20:09:47.428Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2495 | 2024-12-06T20:09:53.777Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2496 | 2024-12-06T20:09:54.326Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2497 | 2024-12-06T20:09:58.396Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2498 | 2024-12-06T20:09:58.651Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2499 | 2024-12-06T20:10:04.207Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2500 | 2024-12-06T20:10:07.022Z | Compiling fatfs v0.3.6 |
2501 | 2024-12-06T20:10:09.276Z | Compiling rtoolbox v0.0.2 |
2502 | 2024-12-06T20:10:09.677Z | Compiling assert_matches v1.5.0 |
2503 | 2024-12-06T20:10:09.720Z | Compiling rpassword v7.3.1 |
2504 | 2024-12-06T20:10:10.128Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2505 | 2024-12-06T20:10:11.763Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2506 | 2024-12-06T20:10:17.190Z | Compiling tui-tree-widget v0.22.0 |
2507 | 2024-12-06T20:10:17.523Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2508 | 2024-12-06T20:10:17.579Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2509 | 2024-12-06T20:10:17.603Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2510 | 2024-12-06T20:10:17.876Z | Compiling uzers v0.12.1 |
2511 | 2024-12-06T20:10:20.481Z | Compiling shell-words v1.1.0 |
2512 | 2024-12-06T20:10:20.862Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2513 | 2024-12-06T20:10:28.432Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2514 | 2024-12-06T20:10:34.984Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2515 | 2024-12-06T20:10:54.714Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2516 | 2024-12-06T20:10:59.007Z | Compiling multimap v0.10.0 |
2517 | 2024-12-06T20:12:49.864Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2518 | 2024-12-06T20:12:50.911Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2519 | 2024-12-06T20:19:20.575Z | Finished `release` profile [optimized] target(s) in 14m 09s |
2520 | 2024-12-06T20:20:49.688Z | |
2521 | 2024-12-06T20:20:49.688Z | real 15:40.179556733 |
2522 | 2024-12-06T20:20:49.688Z | user 1:38:57.397042863 |
2523 | 2024-12-06T20:20:49.688Z | sys 5:18.289689549 |
2524 | 2024-12-06T20:20:49.712Z | trap 2.578958044 |
2525 | 2024-12-06T20:20:49.712Z | tflt 1.673029227 |
2526 | 2024-12-06T20:20:49.712Z | dflt 4.404754298 |
2527 | 2024-12-06T20:20:49.713Z | kflt 0.000783747 |
2528 | 2024-12-06T20:20:49.713Z | lock 6:22:10.895665382 |
2529 | 2024-12-06T20:20:49.713Z | slp 5:06:09.085082826 |
2530 | 2024-12-06T20:20:49.713Z | lat 2:45.662854384 |
2531 | 2024-12-06T20:20:49.713Z | stop 2:13.477214689 |
2532 | 2024-12-06T20:20:49.713Z | + mapfile -t packages |
2533 | 2024-12-06T20:20:49.713Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2534 | 2024-12-06T20:20:51.187Z | Finished `release` profile [optimized] target(s) in 1.42s |
2535 | 2024-12-06T20:20:51.259Z | Running `target/release/omicron-package -t test list-outputs` |
2536 | 2024-12-06T20:20:51.323Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2537 | 2024-12-06T20:20:51.347Z | + ptime -m cargo build --locked --release -p xtask |
2538 | 2024-12-06T20:20:52.077Z | Compiling serde v1.0.215 |
2539 | 2024-12-06T20:20:52.101Z | Compiling libc v0.2.162 |
2540 | 2024-12-06T20:20:52.101Z | Compiling rustix v0.38.37 |
2541 | 2024-12-06T20:20:52.101Z | Compiling serde_json v1.0.132 |
2542 | 2024-12-06T20:20:52.101Z | Compiling syn v2.0.87 |
2543 | 2024-12-06T20:20:52.125Z | Compiling bitflags v2.6.0 |
2544 | 2024-12-06T20:20:52.442Z | Compiling usdt-impl v0.5.0 |
2545 | 2024-12-06T20:20:52.482Z | Compiling syn v1.0.109 |
2546 | 2024-12-06T20:20:52.620Z | Compiling hashbrown v0.15.0 |
2547 | 2024-12-06T20:20:52.687Z | Compiling log v0.4.22 |
2548 | 2024-12-06T20:20:52.737Z | Compiling fs-err v2.11.0 |
2549 | 2024-12-06T20:20:53.001Z | Compiling anyhow v1.0.93 |
2550 | 2024-12-06T20:20:53.119Z | Compiling once_cell v1.20.2 |
2551 | 2024-12-06T20:20:53.475Z | Compiling thread-id v4.2.2 |
2552 | 2024-12-06T20:20:53.819Z | Compiling indexmap v2.6.0 |
2553 | 2024-12-06T20:20:54.924Z | Compiling terminal_size v0.4.0 |
2554 | 2024-12-06T20:20:54.924Z | Compiling tempfile v3.13.0 |
2555 | 2024-12-06T20:20:55.169Z | Compiling clap_builder v4.5.21 |
2556 | 2024-12-06T20:20:55.652Z | Compiling proc-macro-error v1.0.4 |
2557 | 2024-12-06T20:20:56.931Z | Compiling tabled_derive v0.7.0 |
2558 | 2024-12-06T20:20:58.340Z | Compiling tabled v0.15.0 |
2559 | 2024-12-06T20:20:59.716Z | Compiling serde_derive v1.0.215 |
2560 | 2024-12-06T20:21:00.935Z | Compiling thiserror-impl v1.0.69 |
2561 | 2024-12-06T20:21:02.102Z | Compiling zerocopy-derive v0.7.35 |
2562 | 2024-12-06T20:21:03.454Z | Compiling thiserror v1.0.69 |
2563 | 2024-12-06T20:21:03.631Z | Compiling pest v2.7.14 |
2564 | 2024-12-06T20:21:04.173Z | Compiling zerocopy v0.7.35 |
2565 | 2024-12-06T20:21:05.637Z | Compiling scroll_derive v0.12.0 |
2566 | 2024-12-06T20:21:06.111Z | Compiling pest_meta v2.7.14 |
2567 | 2024-12-06T20:21:06.744Z | Compiling scroll v0.12.0 |
2568 | 2024-12-06T20:21:07.314Z | Compiling pest_generator v2.7.14 |
2569 | 2024-12-06T20:21:08.662Z | Compiling goblin v0.8.2 |
2570 | 2024-12-06T20:21:09.412Z | Compiling pest_derive v2.7.14 |
2571 | 2024-12-06T20:21:10.012Z | Compiling dtrace-parser v0.2.0 |
2572 | 2024-12-06T20:21:11.458Z | Compiling serde_tokenstream v0.2.2 |
2573 | 2024-12-06T20:21:11.941Z | Compiling toml_datetime v0.6.8 |
2574 | 2024-12-06T20:21:12.516Z | Compiling serde_spanned v0.6.8 |
2575 | 2024-12-06T20:21:12.731Z | Compiling dof v0.3.0 |
2576 | 2024-12-06T20:21:13.773Z | Compiling toml_edit v0.22.22 |
2577 | 2024-12-06T20:21:13.978Z | Compiling camino v1.1.9 |
2578 | 2024-12-06T20:21:14.144Z | Compiling semver v1.0.23 |
2579 | 2024-12-06T20:21:14.430Z | Compiling usdt-attr-macro v0.5.0 |
2580 | 2024-12-06T20:21:15.158Z | Compiling usdt-macro v0.5.0 |
2581 | 2024-12-06T20:21:15.353Z | Compiling cargo-platform v0.1.8 |
2582 | 2024-12-06T20:21:15.512Z | Compiling clap_derive v4.5.18 |
2583 | 2024-12-06T20:21:16.231Z | Compiling cargo_metadata v0.18.1 |
2584 | 2024-12-06T20:21:16.272Z | Compiling camino-tempfile v1.1.1 |
2585 | 2024-12-06T20:21:16.923Z | Compiling toml v0.8.19 |
2586 | 2024-12-06T20:21:18.954Z | Compiling clap v4.5.21 |
2587 | 2024-12-06T20:21:19.091Z | Compiling cargo_toml v0.20.5 |
2588 | 2024-12-06T20:21:20.046Z | Compiling usdt v0.5.0 |
2589 | 2024-12-06T20:21:21.105Z | Compiling macaddr v1.0.1 |
2590 | 2024-12-06T20:21:31.127Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2591 | 2024-12-06T20:21:43.315Z | Finished `release` profile [optimized] target(s) in 51.91s |
2592 | 2024-12-06T20:21:43.428Z | |
2593 | 2024-12-06T20:21:43.454Z | real 52.060656574 |
2594 | 2024-12-06T20:21:43.454Z | user 4:50.519353185 |
2595 | 2024-12-06T20:21:43.455Z | sys 30.453151056 |
2596 | 2024-12-06T20:21:43.455Z | trap 0.140346003 |
2597 | 2024-12-06T20:21:43.455Z | tflt 0.184548452 |
2598 | 2024-12-06T20:21:43.455Z | dflt 0.641601442 |
2599 | 2024-12-06T20:21:43.455Z | kflt 0.000024387 |
2600 | 2024-12-06T20:21:43.455Z | lock 8:06.535159103 |
2601 | 2024-12-06T20:21:43.455Z | slp 12:56.080971496 |
2602 | 2024-12-06T20:21:43.455Z | lat 12.532703967 |
2603 | 2024-12-06T20:21:43.455Z | stop 13.109710658 |
2604 | 2024-12-06T20:21:43.455Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2605 | 2024-12-06T20:21:43.455Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2606 | 2024-12-06T20:21:43.455Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2607 | 2024-12-06T20:21:43.455Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2608 | 2024-12-06T20:21:43.455Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2609 | 2024-12-06T20:21:44.693Z | Compiling hashbrown v0.14.5 |
2610 | 2024-12-06T20:21:44.720Z | Compiling ident_case v1.0.1 |
2611 | 2024-12-06T20:21:44.720Z | Compiling unsafe-libyaml v0.2.11 |
2612 | 2024-12-06T20:21:44.720Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2613 | 2024-12-06T20:21:44.720Z | Compiling progenitor-client v0.8.0 |
2614 | 2024-12-06T20:21:44.720Z | Compiling ipnetwork v0.20.0 |
2615 | 2024-12-06T20:21:44.720Z | Compiling macaddr v1.0.1 |
2616 | 2024-12-06T20:21:44.720Z | Compiling instant v0.1.13 |
2617 | 2024-12-06T20:21:44.946Z | Compiling darling_core v0.20.10 |
2618 | 2024-12-06T20:21:44.970Z | Compiling structmeta-derive v0.3.0 |
2619 | 2024-12-06T20:21:45.144Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2620 | 2024-12-06T20:21:45.182Z | Compiling dropshot v0.13.0 |
2621 | 2024-12-06T20:21:45.233Z | Compiling newtype-uuid v1.1.3 |
2622 | 2024-12-06T20:21:45.502Z | Compiling dropshot_endpoint v0.13.0 |
2623 | 2024-12-06T20:21:45.566Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2624 | 2024-12-06T20:21:45.803Z | Compiling regress v0.10.1 |
2625 | 2024-12-06T20:21:45.831Z | Compiling serde_yaml v0.9.34+deprecated |
2626 | 2024-12-06T20:21:45.854Z | Compiling regress v0.9.1 |
2627 | 2024-12-06T20:21:46.222Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2628 | 2024-12-06T20:21:46.288Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2629 | 2024-12-06T20:21:46.402Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2630 | 2024-12-06T20:21:46.647Z | Compiling backoff v0.4.0 |
2631 | 2024-12-06T20:21:46.973Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2632 | 2024-12-06T20:21:47.054Z | Compiling tempfile v3.13.0 |
2633 | 2024-12-06T20:21:47.136Z | Compiling proc-macro-crate v1.3.1 |
2634 | 2024-12-06T20:21:47.431Z | Compiling structmeta v0.3.0 |
2635 | 2024-12-06T20:21:47.845Z | Compiling parse-display-derive v0.10.0 |
2636 | 2024-12-06T20:21:47.885Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2637 | 2024-12-06T20:21:48.070Z | Compiling num_enum_derive v0.5.11 |
2638 | 2024-12-06T20:21:48.229Z | Compiling itertools v0.13.0 |
2639 | 2024-12-06T20:21:49.623Z | Compiling typify-impl v0.2.0 |
2640 | 2024-12-06T20:21:50.028Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2641 | 2024-12-06T20:21:50.130Z | Compiling zerocopy v0.8.10 |
2642 | 2024-12-06T20:21:50.367Z | Compiling foreign-types-macros v0.2.3 |
2643 | 2024-12-06T20:21:50.428Z | Compiling num_enum v0.5.11 |
2644 | 2024-12-06T20:21:50.585Z | Compiling zerocopy-derive v0.8.10 |
2645 | 2024-12-06T20:21:50.945Z | Compiling darling_macro v0.20.10 |
2646 | 2024-12-06T20:21:51.031Z | Compiling foreign-types-shared v0.3.1 |
2647 | 2024-12-06T20:21:51.075Z | Compiling heapless v0.8.0 |
2648 | 2024-12-06T20:21:51.132Z | Compiling crucible-workspace-hack v0.1.0 |
2649 | 2024-12-06T20:21:51.405Z | Compiling proc-macro-error v1.0.4 |
2650 | 2024-12-06T20:21:51.467Z | Compiling foreign-types v0.5.0 |
2651 | 2024-12-06T20:21:51.798Z | Compiling darling v0.20.10 |
2652 | 2024-12-06T20:21:51.846Z | Compiling camino-tempfile v1.1.1 |
2653 | 2024-12-06T20:21:51.870Z | Compiling parse-display v0.10.0 |
2654 | 2024-12-06T20:21:51.930Z | Compiling serde_with_macros v3.11.0 |
2655 | 2024-12-06T20:21:51.959Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2656 | 2024-12-06T20:21:52.043Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2657 | 2024-12-06T20:21:52.285Z | Compiling hash32 v0.3.1 |
2658 | 2024-12-06T20:21:52.495Z | Compiling cstr-argument v0.1.2 |
2659 | 2024-12-06T20:21:52.519Z | Compiling smoltcp v0.11.0 |
2660 | 2024-12-06T20:21:52.747Z | Compiling pretty-hex v0.2.1 |
2661 | 2024-12-06T20:21:52.771Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2662 | 2024-12-06T20:21:52.940Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2663 | 2024-12-06T20:21:52.964Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2664 | 2024-12-06T20:21:53.392Z | Compiling tabwriter v1.4.0 |
2665 | 2024-12-06T20:21:53.497Z | Compiling colored v2.1.0 |
2666 | 2024-12-06T20:21:53.854Z | Compiling cobs v0.2.3 |
2667 | 2024-12-06T20:21:54.274Z | Compiling postcard v1.0.10 |
2668 | 2024-12-06T20:21:54.299Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2669 | 2024-12-06T20:21:54.468Z | Compiling serde_with v3.11.0 |
2670 | 2024-12-06T20:21:54.571Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2671 | 2024-12-06T20:21:54.813Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2672 | 2024-12-06T20:21:54.911Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2673 | 2024-12-06T20:21:55.140Z | Compiling thiserror v2.0.3 |
2674 | 2024-12-06T20:21:55.615Z | Compiling smf v0.2.3 |
2675 | 2024-12-06T20:21:56.067Z | Compiling thiserror-impl v2.0.3 |
2676 | 2024-12-06T20:21:56.202Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2677 | 2024-12-06T20:21:56.857Z | Compiling zone_cfg_derive v0.3.0 |
2678 | 2024-12-06T20:21:57.962Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2679 | 2024-12-06T20:21:57.985Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6dd7c72b515c9a06e848a12b0e3d028f0371ab3#d6dd7c72) |
2680 | 2024-12-06T20:21:58.274Z | Compiling num-derive v0.4.2 |
2681 | 2024-12-06T20:21:58.298Z | Compiling sigpipe v0.1.3 |
2682 | 2024-12-06T20:21:58.444Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2683 | 2024-12-06T20:21:58.471Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2684 | 2024-12-06T20:21:58.495Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6dd7c72b515c9a06e848a12b0e3d028f0371ab3#d6dd7c72) |
2685 | 2024-12-06T20:21:58.727Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2686 | 2024-12-06T20:21:58.798Z | Compiling zone v0.3.0 |
2687 | 2024-12-06T20:21:58.973Z | Compiling universal-hash v0.5.1 |
2688 | 2024-12-06T20:21:59.252Z | Compiling opaque-debug v0.3.1 |
2689 | 2024-12-06T20:21:59.354Z | Compiling tungstenite v0.21.0 |
2690 | 2024-12-06T20:21:59.592Z | Compiling num-rational v0.4.2 |
2691 | 2024-12-06T20:21:59.666Z | Compiling password-hash v0.5.0 |
2692 | 2024-12-06T20:22:00.200Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2693 | 2024-12-06T20:22:00.285Z | Compiling num-complex v0.4.6 |
2694 | 2024-12-06T20:22:00.424Z | Compiling blake2 v0.10.6 |
2695 | 2024-12-06T20:22:00.550Z | Compiling aead v0.5.2 |
2696 | 2024-12-06T20:22:00.878Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2697 | 2024-12-06T20:22:00.996Z | Compiling base64 v0.21.7 |
2698 | 2024-12-06T20:22:01.093Z | Compiling keccak v0.1.5 |
2699 | 2024-12-06T20:22:01.173Z | Compiling convert_case v0.4.0 |
2700 | 2024-12-06T20:22:01.196Z | Compiling num v0.4.3 |
2701 | 2024-12-06T20:22:01.291Z | Compiling argon2 v0.5.3 |
2702 | 2024-12-06T20:22:01.316Z | Compiling tokio-tungstenite v0.21.0 |
2703 | 2024-12-06T20:22:01.470Z | Compiling sha3 v0.10.8 |
2704 | 2024-12-06T20:22:01.679Z | Compiling poly1305 v0.8.0 |
2705 | 2024-12-06T20:22:01.818Z | Compiling chacha20 v0.9.1 |
2706 | 2024-12-06T20:22:01.888Z | Compiling float-ord v0.3.2 |
2707 | 2024-12-06T20:22:02.062Z | Compiling derive_more v0.99.18 |
2708 | 2024-12-06T20:22:02.255Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2709 | 2024-12-06T20:22:02.280Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2710 | 2024-12-06T20:22:02.345Z | Compiling same-file v1.0.6 |
2711 | 2024-12-06T20:22:02.596Z | Compiling semver v0.1.20 |
2712 | 2024-12-06T20:22:02.632Z | Compiling walkdir v2.5.0 |
2713 | 2024-12-06T20:22:02.688Z | Compiling newline-converter v0.3.0 |
2714 | 2024-12-06T20:22:02.864Z | Compiling primeorder v0.13.6 |
2715 | 2024-12-06T20:22:03.096Z | Compiling rustc_version v0.1.7 |
2716 | 2024-12-06T20:22:03.209Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6dd7c72b515c9a06e848a12b0e3d028f0371ab3#d6dd7c72) |
2717 | 2024-12-06T20:22:03.321Z | Compiling secrecy v0.8.0 |
2718 | 2024-12-06T20:22:03.353Z | Compiling cancel-safe-futures v0.1.5 |
2719 | 2024-12-06T20:22:03.572Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2720 | 2024-12-06T20:22:03.596Z | Compiling owo-colors v4.1.0 |
2721 | 2024-12-06T20:22:03.629Z | Compiling newtype_derive v0.1.6 |
2722 | 2024-12-06T20:22:03.704Z | Compiling expectorate v1.1.0 |
2723 | 2024-12-06T20:22:03.811Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2724 | 2024-12-06T20:22:03.911Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2725 | 2024-12-06T20:22:03.911Z | Compiling thiserror-impl-no-std v2.0.2 |
2726 | 2024-12-06T20:22:03.936Z | Compiling blake3 v1.5.4 |
2727 | 2024-12-06T20:22:04.243Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2728 | 2024-12-06T20:22:04.296Z | Compiling ring v0.16.20 |
2729 | 2024-12-06T20:22:04.388Z | Compiling unicase v2.7.0 |
2730 | 2024-12-06T20:22:04.582Z | Compiling half v2.4.1 |
2731 | 2024-12-06T20:22:04.658Z | Compiling ciborium-io v0.2.2 |
2732 | 2024-12-06T20:22:04.796Z | Compiling arc-swap v1.7.1 |
2733 | 2024-12-06T20:22:05.047Z | Compiling ciborium-ll v0.2.2 |
2734 | 2024-12-06T20:22:05.431Z | Compiling slog-scope v4.4.0 |
2735 | 2024-12-06T20:22:05.516Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6dd7c72b515c9a06e848a12b0e3d028f0371ab3#d6dd7c72) |
2736 | 2024-12-06T20:22:05.517Z | Compiling typify-macro v0.2.0 |
2737 | 2024-12-06T20:22:05.586Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2738 | 2024-12-06T20:22:05.900Z | Compiling polyval v0.6.2 |
2739 | 2024-12-06T20:22:06.303Z | Compiling atomicwrites v0.4.4 |
2740 | 2024-12-06T20:22:06.341Z | Compiling libsw v3.3.1 |
2741 | 2024-12-06T20:22:06.625Z | Compiling memmap2 v0.9.5 |
2742 | 2024-12-06T20:22:06.648Z | Compiling libefi-sys v0.1.0 |
2743 | 2024-12-06T20:22:06.742Z | Compiling thiserror-no-std v2.0.2 |
2744 | 2024-12-06T20:22:06.864Z | Compiling parking_lot_core v0.8.6 |
2745 | 2024-12-06T20:22:06.906Z | Compiling arrayref v0.3.9 |
2746 | 2024-12-06T20:22:07.024Z | Compiling salty v0.3.0 |
2747 | 2024-12-06T20:22:07.064Z | Compiling linear-map v1.2.0 |
2748 | 2024-12-06T20:22:07.277Z | Compiling spin v0.5.2 |
2749 | 2024-12-06T20:22:07.407Z | Compiling constant_time_eq v0.3.1 |
2750 | 2024-12-06T20:22:07.432Z | Compiling arrayvec v0.7.6 |
2751 | 2024-12-06T20:22:07.490Z | Compiling indent_write v2.2.0 |
2752 | 2024-12-06T20:22:07.678Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2753 | 2024-12-06T20:22:07.702Z | Compiling vsss-rs v3.3.4 |
2754 | 2024-12-06T20:22:07.726Z | Compiling ghash v0.5.1 |
2755 | 2024-12-06T20:22:08.075Z | Compiling slog-stdlog v4.1.1 |
2756 | 2024-12-06T20:22:08.422Z | Compiling ciborium v0.2.2 |
2757 | 2024-12-06T20:22:08.958Z | Compiling p384 v0.13.0 |
2758 | 2024-12-06T20:22:09.137Z | Compiling typify v0.2.0 |
2759 | 2024-12-06T20:22:09.253Z | Compiling toolchain_find v0.4.0 |
2760 | 2024-12-06T20:22:09.347Z | Compiling progenitor-impl v0.8.0 |
2761 | 2024-12-06T20:22:09.430Z | Compiling chacha20poly1305 v0.10.1 |
2762 | 2024-12-06T20:22:09.642Z | Compiling lzma-sys v0.1.20 |
2763 | 2024-12-06T20:22:09.813Z | Compiling ctr v0.9.2 |
2764 | 2024-12-06T20:22:09.908Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2765 | 2024-12-06T20:22:10.154Z | Compiling bitfield-struct v0.6.2 |
2766 | 2024-12-06T20:22:10.272Z | Compiling slog-dtrace v0.3.0 |
2767 | 2024-12-06T20:22:10.311Z | Compiling highway v1.2.0 |
2768 | 2024-12-06T20:22:10.335Z | Compiling topological-sort v0.2.2 |
2769 | 2024-12-06T20:22:10.551Z | Compiling omicron-zone-package v0.11.1 |
2770 | 2024-12-06T20:22:10.747Z | Compiling aes-gcm v0.10.3 |
2771 | 2024-12-06T20:22:10.973Z | Compiling rustfmt-wrapper v0.2.1 |
2772 | 2024-12-06T20:22:10.997Z | Compiling mime_guess v2.0.5 |
2773 | 2024-12-06T20:22:11.021Z | Compiling slog-envlogger v2.2.0 |
2774 | 2024-12-06T20:22:11.125Z | Compiling steno v0.4.1 |
2775 | 2024-12-06T20:22:11.356Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2776 | 2024-12-06T20:22:11.844Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2777 | 2024-12-06T20:22:12.014Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2778 | 2024-12-06T20:22:12.081Z | Compiling heck v0.3.3 |
2779 | 2024-12-06T20:22:12.274Z | Compiling ssh-encoding v0.2.0 |
2780 | 2024-12-06T20:22:12.460Z | Compiling blowfish v0.9.1 |
2781 | 2024-12-06T20:22:12.485Z | Compiling nibble_vec v0.1.0 |
2782 | 2024-12-06T20:22:12.572Z | Compiling env_filter v0.1.2 |
2783 | 2024-12-06T20:22:12.679Z | Compiling endian-type v0.1.2 |
2784 | 2024-12-06T20:22:12.730Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2785 | 2024-12-06T20:22:12.844Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2786 | 2024-12-06T20:22:12.897Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2787 | 2024-12-06T20:22:12.996Z | Compiling humantime v2.1.0 |
2788 | 2024-12-06T20:22:13.019Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2789 | 2024-12-06T20:22:13.070Z | Compiling radix_trie v0.2.1 |
2790 | 2024-12-06T20:22:13.141Z | Compiling env_logger v0.11.5 |
2791 | 2024-12-06T20:22:13.248Z | Compiling bcrypt-pbkdf v0.10.0 |
2792 | 2024-12-06T20:22:13.476Z | Compiling ssh-cipher v0.2.0 |
2793 | 2024-12-06T20:22:13.715Z | Compiling zone_cfg_derive v0.1.2 |
2794 | 2024-12-06T20:22:13.835Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2795 | 2024-12-06T20:22:13.937Z | Compiling parking_lot v0.11.2 |
2796 | 2024-12-06T20:22:14.401Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2797 | 2024-12-06T20:22:14.843Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2798 | 2024-12-06T20:22:14.899Z | Compiling password-hash v0.4.2 |
2799 | 2024-12-06T20:22:15.016Z | Compiling gethostname v0.5.0 |
2800 | 2024-12-06T20:22:15.079Z | Compiling fxhash v0.2.1 |
2801 | 2024-12-06T20:22:15.230Z | Compiling http-range v0.1.5 |
2802 | 2024-12-06T20:22:15.255Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2803 | 2024-12-06T20:22:15.282Z | Compiling zip v2.1.3 |
2804 | 2024-12-06T20:22:15.350Z | Compiling lockfree-object-pool v0.1.6 |
2805 | 2024-12-06T20:22:15.515Z | Compiling bumpalo v3.16.0 |
2806 | 2024-12-06T20:22:15.587Z | Compiling simd-adler32 v0.3.7 |
2807 | 2024-12-06T20:22:15.612Z | Compiling base64 v0.13.1 |
2808 | 2024-12-06T20:22:15.636Z | Compiling matches v0.1.10 |
2809 | 2024-12-06T20:22:15.731Z | Compiling idna v0.2.3 |
2810 | 2024-12-06T20:22:15.812Z | Compiling pbkdf2 v0.11.0 |
2811 | 2024-12-06T20:22:15.974Z | Compiling ron v0.7.1 |
2812 | 2024-12-06T20:22:16.099Z | Compiling zopfli v0.8.1 |
2813 | 2024-12-06T20:22:16.129Z | Compiling sled v0.34.7 |
2814 | 2024-12-06T20:22:16.153Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2815 | 2024-12-06T20:22:16.176Z | Compiling zone v0.1.8 |
2816 | 2024-12-06T20:22:16.343Z | Compiling progenitor-macro v0.8.0 |
2817 | 2024-12-06T20:22:16.750Z | Compiling xz2 v0.1.7 |
2818 | 2024-12-06T20:22:17.118Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2819 | 2024-12-06T20:22:17.507Z | Compiling ssh-key v0.6.6 |
2820 | 2024-12-06T20:22:17.665Z | Compiling hickory-client v0.24.1 |
2821 | 2024-12-06T20:22:17.975Z | Compiling p256 v0.13.2 |
2822 | 2024-12-06T20:22:18.120Z | Compiling p521 v0.13.3 |
2823 | 2024-12-06T20:22:18.338Z | Compiling hickory-server v0.24.1 |
2824 | 2024-12-06T20:22:18.719Z | Compiling enum-as-inner v0.5.1 |
2825 | 2024-12-06T20:22:18.971Z | Compiling pem v3.0.4 |
2826 | 2024-12-06T20:22:19.635Z | Compiling yasna v0.5.2 |
2827 | 2024-12-06T20:22:19.707Z | Compiling headers-core v0.3.0 |
2828 | 2024-12-06T20:22:19.860Z | Compiling kstat-rs v0.2.4 |
2829 | 2024-12-06T20:22:20.083Z | Compiling nanorand v0.7.0 |
2830 | 2024-12-06T20:22:20.440Z | Compiling russh-cryptovec v0.7.3 |
2831 | 2024-12-06T20:22:20.599Z | Compiling atty v0.2.14 |
2832 | 2024-12-06T20:22:20.725Z | Compiling md5 v0.7.0 |
2833 | 2024-12-06T20:22:20.749Z | Compiling rcgen v0.12.1 |
2834 | 2024-12-06T20:22:21.073Z | Compiling russh-keys v0.45.0 |
2835 | 2024-12-06T20:22:21.167Z | Compiling flume v0.11.1 |
2836 | 2024-12-06T20:22:21.325Z | Compiling headers v0.4.0 |
2837 | 2024-12-06T20:22:21.511Z | Compiling trust-dns-proto v0.22.0 |
2838 | 2024-12-06T20:22:22.298Z | Compiling hyper-staticfile v0.10.1 |
2839 | 2024-12-06T20:22:23.038Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2840 | 2024-12-06T20:22:23.284Z | Compiling num-bigint v0.4.6 |
2841 | 2024-12-06T20:22:23.576Z | Compiling des v0.8.1 |
2842 | 2024-12-06T20:22:23.866Z | Compiling subprocess v0.2.9 |
2843 | 2024-12-06T20:22:23.916Z | Compiling dhcproto-macros v0.1.0 |
2844 | 2024-12-06T20:22:24.582Z | Compiling hex-literal v0.4.1 |
2845 | 2024-12-06T20:22:24.725Z | Compiling display-error-chain v0.2.2 |
2846 | 2024-12-06T20:22:24.749Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2847 | 2024-12-06T20:22:24.773Z | Compiling internet-checksum v0.2.1 |
2848 | 2024-12-06T20:22:25.415Z | Compiling dhcproto v0.12.0 |
2849 | 2024-12-06T20:22:25.801Z | Compiling russh v0.45.0 |
2850 | 2024-12-06T20:22:27.671Z | Compiling progenitor v0.8.0 |
2851 | 2024-12-06T20:22:27.841Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2852 | 2024-12-06T20:22:27.841Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d6dd7c72b515c9a06e848a12b0e3d028f0371ab3#d6dd7c72) |
2853 | 2024-12-06T20:22:27.896Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2854 | 2024-12-06T20:22:27.920Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2855 | 2024-12-06T20:22:27.920Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2856 | 2024-12-06T20:22:28.013Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2857 | 2024-12-06T20:22:28.222Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2858 | 2024-12-06T20:22:29.305Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2859 | 2024-12-06T20:22:29.775Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6dd7c72b515c9a06e848a12b0e3d028f0371ab3#d6dd7c72) |
2860 | 2024-12-06T20:22:29.986Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2861 | 2024-12-06T20:22:32.425Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2862 | 2024-12-06T20:22:32.657Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2863 | 2024-12-06T20:22:42.406Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2864 | 2024-12-06T20:22:42.431Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2865 | 2024-12-06T20:22:42.431Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2866 | 2024-12-06T20:22:42.431Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2867 | 2024-12-06T20:22:45.266Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2868 | 2024-12-06T20:22:45.290Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2869 | 2024-12-06T20:22:46.176Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2870 | 2024-12-06T20:22:46.718Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2871 | 2024-12-06T20:22:48.313Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2872 | 2024-12-06T20:22:48.996Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2873 | 2024-12-06T20:22:50.038Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2874 | 2024-12-06T20:22:50.310Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2875 | 2024-12-06T20:22:50.846Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2876 | 2024-12-06T20:22:52.308Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2877 | 2024-12-06T20:22:52.377Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2878 | 2024-12-06T20:22:53.232Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2879 | 2024-12-06T20:22:53.819Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2880 | 2024-12-06T20:22:53.987Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2881 | 2024-12-06T20:22:54.051Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2882 | 2024-12-06T20:22:55.261Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2883 | 2024-12-06T20:22:55.665Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2884 | 2024-12-06T20:22:57.345Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2885 | 2024-12-06T20:22:58.628Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2886 | 2024-12-06T20:23:00.547Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2887 | 2024-12-06T20:23:01.437Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2888 | 2024-12-06T20:23:01.558Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2889 | 2024-12-06T20:23:02.891Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2890 | 2024-12-06T20:23:03.178Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2891 | 2024-12-06T20:23:06.333Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2892 | 2024-12-06T20:23:15.036Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2893 | 2024-12-06T20:23:16.556Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2894 | 2024-12-06T20:23:43.515Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2895 | 2024-12-06T20:24:33.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 49s |
2896 | 2024-12-06T20:24:33.358Z | |
2897 | 2024-12-06T20:24:33.358Z | real 2:49.865875592 |
2898 | 2024-12-06T20:24:33.358Z | user 11:15.794371230 |
2899 | 2024-12-06T20:24:33.358Z | sys 2:44.474764397 |
2900 | 2024-12-06T20:24:33.358Z | trap 0.291391718 |
2901 | 2024-12-06T20:24:33.358Z | tflt 0.523733343 |
2902 | 2024-12-06T20:24:33.358Z | dflt 2.379695073 |
2903 | 2024-12-06T20:24:33.358Z | kflt 0.000234079 |
2904 | 2024-12-06T20:24:33.358Z | lock 24:21.553173184 |
2905 | 2024-12-06T20:24:33.358Z | slp 40:07.960491372 |
2906 | 2024-12-06T20:24:33.358Z | lat 35.976449829 |
2907 | 2024-12-06T20:24:33.358Z | stop 1:19.235461122 |
2908 | 2024-12-06T20:24:33.382Z | + mkdir tests |
2909 | 2024-12-06T20:24:33.383Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2910 | 2024-12-06T20:24:33.383Z | + xargs -I '{}' -t cp '{}' tests/ |
2911 | 2024-12-06T20:24:33.414Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-90b08bfb1425712a tests/ |
2912 | 2024-12-06T20:24:33.448Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6e780f984f8196f5 tests/ |
2913 | 2024-12-06T20:24:33.479Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-76baba2f78224a50 tests/ |
2914 | 2024-12-06T20:24:33.508Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e22731c7b4a5ac04 tests/ |
2915 | 2024-12-06T20:24:33.722Z | + files=(.github/buildomat/ci-env.sh 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/*) |
2916 | 2024-12-06T20:24:33.722Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh 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-6e780f984f8196f5 tests/commtest-76baba2f78224a50 tests/dhcp_server-90b08bfb1425712a tests/end_to_end_tests-e22731c7b4a5ac04 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 |
2917 | 2024-12-06T20:26:02.808Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2918 | 2024-12-06T20:26:02.808Z | a .github/buildomat/ci-env.sh 1K |
2919 | 2024-12-06T20:26:02.808Z | a out/target/test 1K |
2920 | 2024-12-06T20:26:02.808Z | a out/npuzone/npuzone 23144K |
2921 | 2024-12-06T20:26:02.808Z | a package-manifest.toml 32K |
2922 | 2024-12-06T20:26:02.808Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2923 | 2024-12-06T20:26:02.808Z | a target/release/omicron-package 36354K |
2924 | 2024-12-06T20:26:02.808Z | a target/release/xtask 11750K |
2925 | 2024-12-06T20:26:02.808Z | a target/debug/bootstrap 207884K |
2926 | 2024-12-06T20:26:02.808Z | a tests/bootstrap-6e780f984f8196f5 24246K |
2927 | 2024-12-06T20:26:02.809Z | a tests/commtest-76baba2f78224a50 25022K |
2928 | 2024-12-06T20:26:02.809Z | a tests/dhcp_server-90b08bfb1425712a 24246K |
2929 | 2024-12-06T20:26:02.809Z | a tests/end_to_end_tests-e22731c7b4a5ac04 226118K |
2930 | 2024-12-06T20:26:02.809Z | a out/clickhouse.tar.gz 285861K |
2931 | 2024-12-06T20:26:02.809Z | a out/clickhouse_keeper.tar.gz 285850K |
2932 | 2024-12-06T20:26:02.809Z | a out/clickhouse_server.tar.gz 285848K |
2933 | 2024-12-06T20:26:02.809Z | a out/cockroachdb.tar.gz 134561K |
2934 | 2024-12-06T20:26:02.809Z | a out/crucible-dtrace.tar 85K |
2935 | 2024-12-06T20:26:02.809Z | a out/crucible-pantry-zone.tar.gz 28182K |
2936 | 2024-12-06T20:26:02.809Z | a out/crucible-zone.tar.gz 36396K |
2937 | 2024-12-06T20:26:02.809Z | a out/external-dns.tar.gz 35280K |
2938 | 2024-12-06T20:26:02.809Z | a out/internal-dns.tar.gz 35280K |
2939 | 2024-12-06T20:26:02.809Z | a out/mg-ddm-gz.tar 63075K |
2940 | 2024-12-06T20:26:02.809Z | a out/nexus.tar.gz 100656K |
2941 | 2024-12-06T20:26:02.809Z | a out/ntp.tar.gz 10356K |
2942 | 2024-12-06T20:26:02.809Z | a out/omicron-gateway-softnpu.tar.gz 23934K |
2943 | 2024-12-06T20:26:02.809Z | a out/omicron-sled-agent.tar 113307K |
2944 | 2024-12-06T20:26:02.809Z | a out/overlay.tar.gz 3K |
2945 | 2024-12-06T20:26:02.809Z | a out/oximeter.tar.gz 51248K |
2946 | 2024-12-06T20:26:02.809Z | a out/oxlog.tar 3088K |
2947 | 2024-12-06T20:26:02.809Z | a out/probe.tar.gz 2764K |
2948 | 2024-12-06T20:26:02.809Z | a out/propolis-server.tar.gz 66293K |
2949 | 2024-12-06T20:26:02.809Z | a out/pumpkind-gz.tar 26665K |
2950 | 2024-12-06T20:26:02.809Z | a out/switch-softnpu.tar.gz 236866K |
2951 | 2024-12-06T20:26:02.833Z | |
2952 | 2024-12-06T20:26:02.833Z | real 1:29.083877971 |
2953 | 2024-12-06T20:26:02.833Z | user 1:21.799622131 |
2954 | 2024-12-06T20:26:02.833Z | sys 9.276137869 |
2955 | 2024-12-06T20:26:02.833Z | trap 0.028803838 |
2956 | 2024-12-06T20:26:02.833Z | tflt 0.000000000 |
2957 | 2024-12-06T20:26:02.833Z | dflt 0.000000000 |
2958 | 2024-12-06T20:26:02.834Z | kflt 0.000000000 |
2959 | 2024-12-06T20:26:02.834Z | lock 0.000000000 |
2960 | 2024-12-06T20:26:02.834Z | slp 1:21.529328926 |
2961 | 2024-12-06T20:26:02.834Z | lat 5.526424856 |
2962 | 2024-12-06T20:26:02.834Z | stop 0.001027267 |
2963 | 2024-12-06T20:26:02.834Z | process exited: duration 1840425 ms, exit code 0 |
|
2964 | 2024-12-06T20:26:02.916Z | found 1 output files |
2965 | 2024-12-06T20:26:02.916Z | uploading: /work/package.tar.gz (1876277452 bytes) |
2966 | 2024-12-06T20:32:12.733Z | uploaded: /work/package.tar.gz |