|
|
|
1 | 2024-06-27T21:13:30.827Z | job assigned to worker 01J1DRP08JA10N4N9YRDXRGWS8 (queued for 1 m 3 s) |
|
2 | 2024-06-27T21:13:38.515Z | starting task 0: "setup" |
3 | 2024-06-27T21:13:38.569Z | ++ uname -s |
4 | 2024-06-27T21:13:38.572Z | + kern=SunOS |
5 | 2024-06-27T21:13:38.572Z | + case "$kern" in |
6 | 2024-06-27T21:13:38.572Z | + groupadd -g 12345 build |
7 | 2024-06-27T21:13:38.575Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-27T21:13:40.590Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-27T21:13:40.683Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-27T21:13:40.686Z | + home_fs=zfs |
11 | 2024-06-27T21:13:40.686Z | + [[ zfs == autofs ]] |
12 | 2024-06-27T21:13:40.686Z | + mkdir -p /home/build |
13 | 2024-06-27T21:13:40.689Z | + chown build:build /home/build /work |
14 | 2024-06-27T21:13:42.690Z | + chmod 0700 /home/build /work |
15 | 2024-06-27T21:13:42.694Z | process exited: duration 4176 ms, exit code 0 |
|
16 | 2024-06-27T21:13:42.700Z | starting task 1: "rust-toolchain" |
17 | 2024-06-27T21:13:42.706Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-27T21:13:42.706Z | ' 1.78.0 |
19 | 2024-06-27T21:13:42.710Z | * toolchain channel = "1.78.0" |
20 | 2024-06-27T21:13:42.711Z | + printf ' * toolchain profile = "%s" |
21 | 2024-06-27T21:13:42.711Z | ' default |
22 | 2024-06-27T21:13:42.711Z | * toolchain profile = "default" |
23 | 2024-06-27T21:13:42.711Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-27T21:13:42.711Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-27T21:13:42.819Z | info: downloading installer |
26 | 2024-06-27T21:13:44.416Z | info: profile set to 'default' |
27 | 2024-06-27T21:13:44.416Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-27T21:13:44.420Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-27T21:13:44.553Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-27T21:13:44.553Z | info: downloading component 'cargo' |
31 | 2024-06-27T21:13:45.329Z | info: downloading component 'clippy' |
32 | 2024-06-27T21:13:45.583Z | info: downloading component 'rust-docs' |
33 | 2024-06-27T21:13:46.619Z | info: downloading component 'rust-std' |
34 | 2024-06-27T21:13:48.252Z | info: downloading component 'rustc' |
35 | 2024-06-27T21:13:52.372Z | info: downloading component 'rustfmt' |
36 | 2024-06-27T21:13:52.592Z | info: installing component 'cargo' |
37 | 2024-06-27T21:13:53.436Z | info: installing component 'clippy' |
38 | 2024-06-27T21:13:53.800Z | info: installing component 'rust-docs' |
39 | 2024-06-27T21:13:55.305Z | info: installing component 'rust-std' |
40 | 2024-06-27T21:13:57.079Z | info: installing component 'rustc' |
41 | 2024-06-27T21:14:01.262Z | info: installing component 'rustfmt' |
42 | 2024-06-27T21:14:01.605Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-27T21:14:01.605Z | |
44 | 2024-06-27T21:14:01.900Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-27T21:14:01.900Z | |
46 | 2024-06-27T21:14:01.903Z | |
47 | 2024-06-27T21:14:01.904Z | Rust is installed now. Great! |
48 | 2024-06-27T21:14:01.904Z | |
49 | 2024-06-27T21:14:01.904Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-27T21:14:01.904Z | environment variable. This has not been done automatically. |
51 | 2024-06-27T21:14:01.904Z | |
52 | 2024-06-27T21:14:01.904Z | To configure your current shell, you need to source |
53 | 2024-06-27T21:14:01.904Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-27T21:14:01.904Z | |
55 | 2024-06-27T21:14:01.904Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-27T21:14:01.904Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-27T21:14:01.904Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-27T21:14:01.969Z | + rustc --version |
59 | 2024-06-27T21:14:02.035Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-27T21:14:02.038Z | process exited: duration 19334 ms, exit code 0 |
|
61 | 2024-06-27T21:14:02.044Z | starting task 2: "authentication" |
62 | 2024-06-27T21:14:02.065Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-06-27T21:14:02.071Z | starting task 3: "clone repository" |
64 | 2024-06-27T21:14:02.076Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-27T21:14:02.081Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-27T21:14:02.226Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-27T21:14:09.089Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-27T21:14:09.089Z | + git fetch origin 902960241aeafaaa19d8ffef435eb4a8551d5024 |
69 | 2024-06-27T21:14:09.395Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-27T21:14:09.396Z | * branch 902960241aeafaaa19d8ffef435eb4a8551d5024 -> FETCH_HEAD |
71 | 2024-06-27T21:14:09.405Z | + [[ -n cte-excise ]] |
72 | 2024-06-27T21:14:09.408Z | ++ git branch --show-current |
73 | 2024-06-27T21:14:09.411Z | + current=main |
74 | 2024-06-27T21:14:09.412Z | + [[ main != cte-excise ]] |
75 | 2024-06-27T21:14:09.412Z | + git branch -f cte-excise 902960241aeafaaa19d8ffef435eb4a8551d5024 |
76 | 2024-06-27T21:14:09.415Z | + git checkout -f cte-excise |
77 | 2024-06-27T21:14:09.546Z | Switched to branch 'cte-excise' |
78 | 2024-06-27T21:14:09.549Z | + git reset --hard 902960241aeafaaa19d8ffef435eb4a8551d5024 |
79 | 2024-06-27T21:14:09.679Z | HEAD is now at 902960241 [nexus] Remove old CTE builder machinery |
80 | 2024-06-27T21:14:09.684Z | process exited: duration 7607 ms, exit code 0 |
|
81 | 2024-06-27T21:14:09.694Z | starting task 4: "build" |
82 | 2024-06-27T21:14:09.700Z | + cargo --version |
83 | 2024-06-27T21:14:09.752Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-27T21:14:09.756Z | + rustc --version |
85 | 2024-06-27T21:14:09.812Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-27T21:14:09.816Z | + WORK=/work |
87 | 2024-06-27T21:14:09.816Z | + pfexec mkdir -p /work |
88 | 2024-06-27T21:14:09.816Z | + pfexec chown build /work |
89 | 2024-06-27T21:14:09.819Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-06-27T21:14:31.108Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-06-27T21:14:33.123Z | Startup: Caching catalogs ... Done |
92 | 2024-06-27T21:14:35.664Z | Planning: Solver setup ... Done (2.078s) |
93 | 2024-06-27T21:14:35.704Z | Planning: Running solver ... Done (0.040s) |
94 | 2024-06-27T21:14:35.745Z | Planning: Finding local manifests ... Done (0.002s) |
95 | 2024-06-27T21:14:35.771Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-06-27T21:14:36.098Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-06-27T21:14:36.145Z | Planning: Package planning ... Done (0.048s) |
98 | 2024-06-27T21:14:36.199Z | Planning: Merging actions ... Done (0.050s) |
99 | 2024-06-27T21:14:37.075Z | Planning: Checking for conflicting actions ... Done (0.884s) |
100 | 2024-06-27T21:14:37.086Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-06-27T21:14:41.329Z | Planning: Evaluating mediators ... Done (4.242s) |
102 | 2024-06-27T21:14:41.339Z | Planning: Planning completed in 8.15 seconds |
103 | 2024-06-27T21:14:41.932Z | Packages to install: 4 |
104 | 2024-06-27T21:14:41.932Z | Mediators to change: 2 |
105 | 2024-06-27T21:14:41.935Z | Services to change: 1 |
106 | 2024-06-27T21:14:41.935Z | Estimated space available: 155.77 GB |
107 | 2024-06-27T21:14:41.935Z | Estimated space to be consumed: 1.46 GB |
108 | 2024-06-27T21:14:41.935Z | Create boot environment: No |
109 | 2024-06-27T21:14:41.935Z | Create backup boot environment: No |
110 | 2024-06-27T21:14:41.935Z | Rebuild boot archive: No |
111 | 2024-06-27T21:14:41.935Z | |
112 | 2024-06-27T21:14:41.935Z | Changed mediators: |
113 | 2024-06-27T21:14:41.935Z | mediator clang: |
114 | 2024-06-27T21:14:41.935Z | version: None -> 15 (system default) |
115 | 2024-06-27T21:14:41.935Z | |
116 | 2024-06-27T21:14:41.936Z | mediator llvm: |
117 | 2024-06-27T21:14:41.936Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-06-27T21:14:41.936Z | |
119 | 2024-06-27T21:14:41.936Z | Changed packages: |
120 | 2024-06-27T21:14:41.936Z | helios-dev |
121 | 2024-06-27T21:14:41.936Z | developer/build-essential |
122 | 2024-06-27T21:14:41.936Z | None -> 11-2.0 |
123 | 2024-06-27T21:14:41.936Z | library/libxmlsec1 |
124 | 2024-06-27T21:14:41.936Z | None -> 1.2.35-2.0 |
125 | 2024-06-27T21:14:41.936Z | ooce/developer/clang-15 |
126 | 2024-06-27T21:14:41.936Z | None -> 15.0.7-2.0 |
127 | 2024-06-27T21:14:41.936Z | ooce/developer/llvm-15 |
128 | 2024-06-27T21:14:41.936Z | None -> 15.0.7-2.0 |
129 | 2024-06-27T21:14:41.936Z | |
130 | 2024-06-27T21:14:41.936Z | Services: |
131 | 2024-06-27T21:14:41.936Z | restart_fmri: |
132 | 2024-06-27T21:14:41.936Z | svc:/system/update-man-index:default |
133 | 2024-06-27T21:14:42.056Z | |
134 | 2024-06-27T21:14:42.056Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-06-27T21:14:47.058Z | Download: 1198/3290 items 81.9/212.6MB 38% complete (16.3M/s) |
136 | 2024-06-27T21:14:52.058Z | Download: 1869/3290 items 117.9/212.6MB 55% complete (11.9M/s) |
137 | 2024-06-27T21:14:57.156Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (10.8M/s) |
138 | 2024-06-27T21:15:02.157Z | Download: 3283/3290 items 209.3/212.6MB 98% complete (9.1M/s) |
139 | 2024-06-27T21:15:02.230Z | Download: Completed 212.60 MB in 20.17 seconds (10.5M/s) |
140 | 2024-06-27T21:15:02.988Z | Actions: 1/3689 actions (Installing new actions) |
141 | 2024-06-27T21:15:08.025Z | Actions: 3588/3689 actions (Installing new actions) |
142 | 2024-06-27T21:15:08.327Z | Actions: Completed 3689 actions in 5.34 seconds. |
143 | 2024-06-27T21:15:08.459Z | Done (0.127s) |
144 | 2024-06-27T21:15:08.460Z | Done (0.000s) |
145 | 2024-06-27T21:15:08.772Z | Done (0.312s) |
146 | 2024-06-27T21:15:14.028Z | Done (5.100s) |
147 | 2024-06-27T21:15:14.188Z | Done (0.091s) |
148 | 2024-06-27T21:15:14.192Z | Done (0.000s) |
149 | 2024-06-27T21:15:14.350Z | Done (0.000s) |
150 | 2024-06-27T21:15:14.899Z | Planning: Evaluating mediator changes ... Done |
151 | 2024-06-27T21:15:15.061Z | Planning: Checking for conflicting actions ... Done |
152 | 2024-06-27T21:15:15.065Z | Planning: Consolidating action changes ... Done |
153 | 2024-06-27T21:15:15.326Z | Planning: Evaluating mediators ... Done |
154 | 2024-06-27T21:15:15.329Z | Planning: Planning completed in 0.43 seconds |
155 | 2024-06-27T21:15:15.359Z | Mediators to change: 2 |
156 | 2024-06-27T21:15:15.359Z | Create boot environment: No |
157 | 2024-06-27T21:15:15.369Z | Create backup boot environment: No |
158 | 2024-06-27T21:15:15.421Z | Done |
159 | 2024-06-27T21:15:15.421Z | Done |
160 | 2024-06-27T21:15:15.648Z | Done |
161 | 2024-06-27T21:15:19.129Z | Done |
162 | 2024-06-27T21:15:19.211Z | Done |
163 | 2024-06-27T21:15:19.218Z | Done |
164 | 2024-06-27T21:15:19.321Z | Done |
165 | 2024-06-27T21:15:19.918Z | Planning: Evaluating mediator changes ... Done |
166 | 2024-06-27T21:15:19.923Z | Planning: Merging actions ... Done |
167 | 2024-06-27T21:15:20.106Z | Planning: Checking for conflicting actions ... Done |
168 | 2024-06-27T21:15:20.109Z | Planning: Consolidating action changes ... Done |
169 | 2024-06-27T21:15:20.371Z | Planning: Evaluating mediators ... Done |
170 | 2024-06-27T21:15:20.429Z | Planning: Planning completed in 0.75 seconds |
171 | 2024-06-27T21:15:20.462Z | Packages to change: 1 |
172 | 2024-06-27T21:15:20.470Z | Mediators to change: 1 |
173 | 2024-06-27T21:15:20.470Z | Services to change: 1 |
174 | 2024-06-27T21:15:20.470Z | Create boot environment: No |
175 | 2024-06-27T21:15:20.470Z | Create backup boot environment: Yes |
176 | 2024-06-27T21:15:22.350Z | Actions: 1/6 actions (Updating modified actions) |
177 | 2024-06-27T21:15:22.430Z | Actions: Completed 6 actions in 0.08 seconds. |
178 | 2024-06-27T21:15:22.433Z | Done |
179 | 2024-06-27T21:15:22.433Z | Done |
180 | 2024-06-27T21:15:22.498Z | Done |
181 | 2024-06-27T21:15:25.998Z | Done |
182 | 2024-06-27T21:15:26.080Z | Done |
183 | 2024-06-27T21:15:26.083Z | Done |
184 | 2024-06-27T21:15:26.186Z | Done |
185 | 2024-06-27T21:15:26.616Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
186 | 2024-06-27T21:15:26.616Z | clang system 15 system |
187 | 2024-06-27T21:15:26.616Z | csh system system illumos |
188 | 2024-06-27T21:15:26.616Z | ctags system system illumos |
189 | 2024-06-27T21:15:26.616Z | gcc vendor 12 vendor |
190 | 2024-06-27T21:15:26.616Z | gcc system 10 system |
191 | 2024-06-27T21:15:26.616Z | gcc system 7 system |
192 | 2024-06-27T21:15:26.616Z | go system 1.20 system |
193 | 2024-06-27T21:15:26.616Z | go system 1.19 system |
194 | 2024-06-27T21:15:26.616Z | llvm system 15 system |
195 | 2024-06-27T21:15:26.616Z | llvm system 14 system |
196 | 2024-06-27T21:15:26.616Z | mariadb system 10.6 system |
197 | 2024-06-27T21:15:26.616Z | mta vendor vendor dma |
198 | 2024-06-27T21:15:26.616Z | openjdk system 17 system |
199 | 2024-06-27T21:15:26.616Z | openjdk system 11 system |
200 | 2024-06-27T21:15:26.616Z | openjdk system 1.8 system |
201 | 2024-06-27T21:15:26.616Z | openssl vendor 3 vendor |
202 | 2024-06-27T21:15:26.616Z | perl system 5.36 system |
203 | 2024-06-27T21:15:26.616Z | postgresql system 15 system |
204 | 2024-06-27T21:15:26.616Z | postgresql system 13 system |
205 | 2024-06-27T21:15:26.616Z | python vendor 3 vendor |
206 | 2024-06-27T21:15:26.616Z | python system 2 system |
207 | 2024-06-27T21:15:26.616Z | python3 system 3.11 system |
208 | 2024-06-27T21:15:26.617Z | ruby system 3.0 system |
209 | 2024-06-27T21:15:26.617Z | words vendor vendor american-english |
210 | 2024-06-27T21:15:26.617Z | words system system australian-english |
211 | 2024-06-27T21:15:26.617Z | words system system british-english |
212 | 2024-06-27T21:15:26.617Z | words system system canadian-english |
213 | 2024-06-27T21:15:26.617Z | words system system french |
214 | 2024-06-27T21:15:26.617Z | words system system italian |
215 | 2024-06-27T21:15:26.617Z | words system system ngerman |
216 | 2024-06-27T21:15:26.617Z | words system system ogerman |
217 | 2024-06-27T21:15:26.617Z | words system system spanish |
218 | 2024-06-27T21:15:26.941Z | PUBLISHER TYPE STATUS P LOCATION |
219 | 2024-06-27T21:15:26.941Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
220 | 2024-06-27T21:15:28.453Z | FMRI IFO |
221 | 2024-06-27T21:15:28.453Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
222 | 2024-06-27T21:15:28.453Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
223 | 2024-06-27T21:15:28.453Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
224 | 2024-06-27T21:15:28.453Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
225 | 2024-06-27T21:15:28.453Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
226 | 2024-06-27T21:15:28.453Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
227 | 2024-06-27T21:15:28.453Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
228 | 2024-06-27T21:15:28.453Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
229 | 2024-06-27T21:15:28.453Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
230 | 2024-06-27T21:15:28.453Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
231 | 2024-06-27T21:15:28.453Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
232 | 2024-06-27T21:15:28.453Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
233 | 2024-06-27T21:15:28.945Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
234 | 2024-06-27T21:15:29.280Z | Updating git repository `https://github.com/oxidecomputer/zone` |
235 | 2024-06-27T21:15:29.558Z | Updating crates.io index |
236 | 2024-06-27T21:15:29.615Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
237 | 2024-06-27T21:15:30.442Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
238 | 2024-06-27T21:15:31.201Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
239 | 2024-06-27T21:15:31.483Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
240 | 2024-06-27T21:15:33.367Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
241 | 2024-06-27T21:15:33.889Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
242 | 2024-06-27T21:15:34.109Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
243 | 2024-06-27T21:15:35.249Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
244 | 2024-06-27T21:15:37.242Z | Updating git repository `https://github.com/oxidecomputer/opte` |
245 | 2024-06-27T21:15:38.304Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
246 | 2024-06-27T21:15:39.013Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
247 | 2024-06-27T21:15:39.568Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
248 | 2024-06-27T21:15:39.874Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
249 | 2024-06-27T21:15:40.241Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
250 | 2024-06-27T21:15:40.515Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
251 | 2024-06-27T21:15:40.766Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
252 | 2024-06-27T21:15:41.205Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
253 | 2024-06-27T21:15:41.501Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
254 | 2024-06-27T21:15:41.745Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
255 | 2024-06-27T21:15:42.053Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
256 | 2024-06-27T21:15:42.404Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
257 | 2024-06-27T21:15:42.740Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
258 | 2024-06-27T21:15:43.116Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
259 | 2024-06-27T21:15:43.731Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
260 | 2024-06-27T21:15:44.005Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
261 | 2024-06-27T21:15:44.298Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
262 | 2024-06-27T21:15:44.690Z | Updating git repository `https://github.com/oxidecomputer/typify` |
263 | 2024-06-27T21:15:46.761Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
264 | 2024-06-27T21:15:47.092Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
265 | 2024-06-27T21:15:47.388Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
266 | 2024-06-27T21:15:47.816Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
267 | 2024-06-27T21:15:48.837Z | Downloading crates ... |
268 | 2024-06-27T21:15:48.912Z | Downloaded adler v1.0.2 |
269 | 2024-06-27T21:15:48.919Z | Downloaded anstream v0.6.14 |
270 | 2024-06-27T21:15:48.924Z | Downloaded foreign-types-shared v0.1.1 |
271 | 2024-06-27T21:15:48.928Z | Downloaded filetime v0.2.23 |
272 | 2024-06-27T21:15:48.930Z | Downloaded crossbeam-utils v0.8.19 |
273 | 2024-06-27T21:15:48.934Z | Downloaded crc32fast v1.4.0 |
274 | 2024-06-27T21:15:48.943Z | Downloaded scroll_derive v0.12.0 |
275 | 2024-06-27T21:15:48.947Z | Downloaded proc-macro-error-attr v1.0.4 |
276 | 2024-06-27T21:15:48.947Z | Downloaded is-terminal v0.4.12 |
277 | 2024-06-27T21:15:48.950Z | Downloaded scopeguard v1.2.0 |
278 | 2024-06-27T21:15:48.950Z | Downloaded rustls-pemfile v1.0.4 |
279 | 2024-06-27T21:15:48.953Z | Downloaded match_cfg v0.1.0 |
280 | 2024-06-27T21:15:48.953Z | Downloaded openssl-probe v0.1.5 |
281 | 2024-06-27T21:15:48.957Z | Downloaded try-lock v0.2.5 |
282 | 2024-06-27T21:15:48.957Z | Downloaded fs-err v2.11.0 |
283 | 2024-06-27T21:15:48.961Z | Downloaded want v0.3.1 |
284 | 2024-06-27T21:15:48.961Z | Downloaded sync_wrapper v0.1.2 |
285 | 2024-06-27T21:15:48.961Z | Downloaded futures-executor v0.3.30 |
286 | 2024-06-27T21:15:48.964Z | Downloaded bytecount v0.6.8 |
287 | 2024-06-27T21:15:48.964Z | Downloaded time-core v0.1.2 |
288 | 2024-06-27T21:15:48.964Z | Downloaded dtrace-parser v0.2.0 |
289 | 2024-06-27T21:15:48.968Z | Downloaded pin-project-lite v0.2.14 |
290 | 2024-06-27T21:15:48.971Z | Downloaded scroll v0.12.0 |
291 | 2024-06-27T21:15:48.973Z | Downloaded rustversion v1.0.17 |
292 | 2024-06-27T21:15:48.977Z | Downloaded foreign-types v0.3.2 |
293 | 2024-06-27T21:15:48.979Z | Downloaded equivalent v1.0.1 |
294 | 2024-06-27T21:15:48.979Z | Downloaded dirs-next v2.0.0 |
295 | 2024-06-27T21:15:48.979Z | Downloaded thread_local v1.1.8 |
296 | 2024-06-27T21:15:48.982Z | Downloaded cfg-if v1.0.0 |
297 | 2024-06-27T21:15:48.982Z | Downloaded pkg-config v0.3.30 |
298 | 2024-06-27T21:15:48.985Z | Downloaded terminal_size v0.3.0 |
299 | 2024-06-27T21:15:48.985Z | Downloaded generic-array v0.14.7 |
300 | 2024-06-27T21:15:48.988Z | Downloaded futures-sink v0.3.30 |
301 | 2024-06-27T21:15:48.988Z | Downloaded heck v0.4.1 |
302 | 2024-06-27T21:15:48.988Z | Downloaded futures-io v0.3.30 |
303 | 2024-06-27T21:15:48.991Z | Downloaded tokio-native-tls v0.3.1 |
304 | 2024-06-27T21:15:48.991Z | Downloaded slab v0.4.9 |
305 | 2024-06-27T21:15:48.994Z | Downloaded cargo-platform v0.1.8 |
306 | 2024-06-27T21:15:48.994Z | Downloaded num_cpus v1.16.0 |
307 | 2024-06-27T21:15:48.996Z | Downloaded xattr v1.3.1 |
308 | 2024-06-27T21:15:48.996Z | Downloaded powerfmt v0.2.0 |
309 | 2024-06-27T21:15:48.999Z | Downloaded usdt v0.5.0 |
310 | 2024-06-27T21:15:48.999Z | Downloaded usdt-impl v0.5.0 |
311 | 2024-06-27T21:15:49.002Z | Downloaded clap_derive v4.5.4 |
312 | 2024-06-27T21:15:49.002Z | Downloaded serde_tokenstream v0.2.0 |
313 | 2024-06-27T21:15:49.005Z | Downloaded tinyvec_macros v0.1.1 |
314 | 2024-06-27T21:15:49.008Z | Downloaded usdt-attr-macro v0.5.0 |
315 | 2024-06-27T21:15:49.008Z | Downloaded percent-encoding v2.3.1 |
316 | 2024-06-27T21:15:49.008Z | Downloaded tabled_derive v0.7.0 |
317 | 2024-06-27T21:15:49.010Z | Downloaded strum v0.26.2 |
318 | 2024-06-27T21:15:49.010Z | Downloaded pretty-hex v0.4.1 |
319 | 2024-06-27T21:15:49.010Z | Downloaded proc-macro2 v1.0.86 |
320 | 2024-06-27T21:15:49.013Z | Downloaded semver v1.0.23 |
321 | 2024-06-27T21:15:49.016Z | Downloaded cpufeatures v0.2.12 |
322 | 2024-06-27T21:15:49.016Z | Downloaded clap_lex v0.7.0 |
323 | 2024-06-27T21:15:49.019Z | Downloaded usdt-macro v0.5.0 |
324 | 2024-06-27T21:15:49.019Z | Downloaded form_urlencoded v1.2.1 |
325 | 2024-06-27T21:15:49.019Z | Downloaded take_mut v0.2.2 |
326 | 2024-06-27T21:15:49.022Z | Downloaded openssl-macros v0.1.1 |
327 | 2024-06-27T21:15:49.022Z | Downloaded num-conv v0.1.0 |
328 | 2024-06-27T21:15:49.022Z | Downloaded tower-service v0.3.2 |
329 | 2024-06-27T21:15:49.022Z | Downloaded byteorder v1.5.0 |
330 | 2024-06-27T21:15:49.026Z | Downloaded is_terminal_polyfill v1.70.0 |
331 | 2024-06-27T21:15:49.026Z | Downloaded serde_urlencoded v0.7.1 |
332 | 2024-06-27T21:15:49.030Z | Downloaded dirs-sys-next v0.1.2 |
333 | 2024-06-27T21:15:49.030Z | Downloaded slog-json v2.6.1 |
334 | 2024-06-27T21:15:49.030Z | Downloaded futures-channel v0.3.30 |
335 | 2024-06-27T21:15:49.033Z | Downloaded futures-task v0.3.30 |
336 | 2024-06-27T21:15:49.033Z | Downloaded futures-macro v0.3.30 |
337 | 2024-06-27T21:15:49.033Z | Downloaded zerocopy-derive v0.7.34 |
338 | 2024-06-27T21:15:49.036Z | Downloaded thiserror-impl v1.0.60 |
339 | 2024-06-27T21:15:49.039Z | Downloaded unicode-width v0.1.12 |
340 | 2024-06-27T21:15:49.039Z | Downloaded smallvec v1.13.2 |
341 | 2024-06-27T21:15:49.042Z | Downloaded utf8parse v0.2.1 |
342 | 2024-06-27T21:15:49.042Z | Downloaded pest_derive v2.7.10 |
343 | 2024-06-27T21:15:49.045Z | Downloaded parking_lot v0.12.2 |
344 | 2024-06-27T21:15:49.048Z | Downloaded once_cell v1.19.0 |
345 | 2024-06-27T21:15:49.048Z | Downloaded swrite v0.1.0 |
346 | 2024-06-27T21:15:49.051Z | Downloaded tokio-macros v2.2.0 |
347 | 2024-06-27T21:15:49.051Z | Downloaded lock_api v0.4.12 |
348 | 2024-06-27T21:15:49.051Z | Downloaded hyper-tls v0.5.0 |
349 | 2024-06-27T21:15:49.054Z | Downloaded httpdate v1.0.3 |
350 | 2024-06-27T21:15:49.054Z | Downloaded thiserror v1.0.60 |
351 | 2024-06-27T21:15:49.057Z | Downloaded plain v0.2.3 |
352 | 2024-06-27T21:15:49.062Z | Downloaded time-macros v0.2.18 |
353 | 2024-06-27T21:15:49.062Z | Downloaded slog-bunyan v2.5.0 |
354 | 2024-06-27T21:15:49.065Z | Downloaded term v0.7.0 |
355 | 2024-06-27T21:15:49.065Z | Downloaded sha2 v0.10.8 |
356 | 2024-06-27T21:15:49.068Z | Downloaded toml v0.8.13 |
357 | 2024-06-27T21:15:49.070Z | Downloaded pin-utils v0.1.0 |
358 | 2024-06-27T21:15:49.071Z | Downloaded slog-term v2.9.1 |
359 | 2024-06-27T21:15:49.073Z | Downloaded mime v0.3.17 |
360 | 2024-06-27T21:15:49.076Z | Downloaded ipnet v2.9.0 |
361 | 2024-06-27T21:15:49.076Z | Downloaded bitflags v2.5.0 |
362 | 2024-06-27T21:15:49.079Z | Downloaded miniz_oxide v0.7.2 |
363 | 2024-06-27T21:15:49.082Z | Downloaded unicode-bidi v0.3.15 |
364 | 2024-06-27T21:15:49.084Z | Downloaded tinyvec v1.6.0 |
365 | 2024-06-27T21:15:49.087Z | Downloaded serde_derive v1.0.203 |
366 | 2024-06-27T21:15:49.090Z | Downloaded pest_meta v2.7.10 |
367 | 2024-06-27T21:15:49.093Z | Downloaded futures v0.3.30 |
368 | 2024-06-27T21:15:49.096Z | Downloaded version_check v0.9.4 |
369 | 2024-06-27T21:15:49.096Z | Downloaded unicode-ident v1.0.12 |
370 | 2024-06-27T21:15:49.099Z | Downloaded parking_lot_core v0.9.10 |
371 | 2024-06-27T21:15:49.102Z | Downloaded ucd-trie v0.1.6 |
372 | 2024-06-27T21:15:49.104Z | Downloaded slog v2.7.0 |
373 | 2024-06-27T21:15:49.104Z | Downloaded tracing v0.1.40 |
374 | 2024-06-27T21:15:49.108Z | Downloaded bytes v1.6.0 |
375 | 2024-06-27T21:15:49.112Z | Downloaded typenum v1.17.0 |
376 | 2024-06-27T21:15:49.115Z | Downloaded openssl-sys v0.9.102 |
377 | 2024-06-27T21:15:49.119Z | Downloaded tracing-core v0.1.32 |
378 | 2024-06-27T21:15:49.123Z | Downloaded clap v4.5.4 |
379 | 2024-06-27T21:15:49.130Z | Downloaded toml_edit v0.22.13 |
380 | 2024-06-27T21:15:49.150Z | Downloaded url v2.5.0 |
381 | 2024-06-27T21:15:49.153Z | Downloaded papergrid v0.11.0 |
382 | 2024-06-27T21:15:49.157Z | Downloaded indexmap v2.2.6 |
383 | 2024-06-27T21:15:49.161Z | Downloaded time v0.3.36 |
384 | 2024-06-27T21:15:49.168Z | Downloaded unicode-normalization v0.1.23 |
385 | 2024-06-27T21:15:49.171Z | Downloaded crossbeam-channel v0.5.12 |
386 | 2024-06-27T21:15:49.175Z | Downloaded mio v0.8.11 |
387 | 2024-06-27T21:15:49.180Z | Downloaded zerocopy v0.7.34 |
388 | 2024-06-27T21:15:49.196Z | Downloaded serde_json v1.0.118 |
389 | 2024-06-27T21:15:49.202Z | Downloaded winnow v0.6.8 |
390 | 2024-06-27T21:15:49.210Z | Downloaded vcpkg v0.2.15 |
391 | 2024-06-27T21:15:49.247Z | Downloaded syn v1.0.109 |
392 | 2024-06-27T21:15:49.257Z | Downloaded syn v2.0.68 |
393 | 2024-06-27T21:15:49.267Z | Downloaded hyper v0.14.28 |
394 | 2024-06-27T21:15:49.274Z | Downloaded goblin v0.8.2 |
395 | 2024-06-27T21:15:49.280Z | Downloaded tokio v1.37.0 |
396 | 2024-06-27T21:15:49.313Z | Downloaded clap_builder v4.5.2 |
397 | 2024-06-27T21:15:49.319Z | Downloaded openssl v0.10.64 |
398 | 2024-06-27T21:15:49.327Z | Downloaded idna v0.5.0 |
399 | 2024-06-27T21:15:49.333Z | Downloaded rustix v0.38.34 |
400 | 2024-06-27T21:15:49.353Z | Downloaded h2 v0.3.26 |
401 | 2024-06-27T21:15:49.359Z | Downloaded futures-util v0.3.30 |
402 | 2024-06-27T21:15:49.370Z | Downloaded tabled v0.15.0 |
403 | 2024-06-27T21:15:49.384Z | Downloaded pest v2.7.10 |
404 | 2024-06-27T21:15:49.389Z | Downloaded libc v0.2.155 |
405 | 2024-06-27T21:15:49.413Z | Downloaded hashbrown v0.14.5 |
406 | 2024-06-27T21:15:49.418Z | Downloaded reqwest v0.11.27 |
407 | 2024-06-27T21:15:49.425Z | Downloaded memchr v2.7.2 |
408 | 2024-06-27T21:15:49.429Z | Downloaded http v0.2.12 |
409 | 2024-06-27T21:15:49.433Z | Downloaded base64 v0.21.7 |
410 | 2024-06-27T21:15:49.436Z | Downloaded encoding_rs v0.8.34 |
411 | 2024-06-27T21:15:49.455Z | Downloaded tokio-util v0.7.11 |
412 | 2024-06-27T21:15:49.460Z | Downloaded flate2 v1.0.30 |
413 | 2024-06-27T21:15:49.465Z | Downloaded cc v1.0.97 |
414 | 2024-06-27T21:15:49.467Z | Downloaded log v0.4.21 |
415 | 2024-06-27T21:15:49.470Z | Downloaded serde v1.0.203 |
416 | 2024-06-27T21:15:49.473Z | Downloaded socket2 v0.5.7 |
417 | 2024-06-27T21:15:49.476Z | Downloaded cargo_metadata v0.18.1 |
418 | 2024-06-27T21:15:49.476Z | Downloaded anyhow v1.0.86 |
419 | 2024-06-27T21:15:49.479Z | Downloaded pest_generator v2.7.10 |
420 | 2024-06-27T21:15:49.482Z | Downloaded macaddr v1.0.1 |
421 | 2024-06-27T21:15:49.482Z | Downloaded http-body v0.4.6 |
422 | 2024-06-27T21:15:49.485Z | Downloaded signal-hook-registry v1.4.2 |
423 | 2024-06-27T21:15:49.485Z | Downloaded camino v1.1.7 |
424 | 2024-06-27T21:15:49.488Z | Downloaded anstyle-parse v0.2.4 |
425 | 2024-06-27T21:15:49.488Z | Downloaded toml_datetime v0.6.6 |
426 | 2024-06-27T21:15:49.488Z | Downloaded httparse v1.8.0 |
427 | 2024-06-27T21:15:49.491Z | Downloaded tar v0.4.40 |
428 | 2024-06-27T21:15:49.494Z | Downloaded serde_spanned v0.6.6 |
429 | 2024-06-27T21:15:49.494Z | Downloaded ryu v1.0.18 |
430 | 2024-06-27T21:15:49.497Z | Downloaded hostname v0.3.1 |
431 | 2024-06-27T21:15:49.497Z | Downloaded thread-id v4.2.1 |
432 | 2024-06-27T21:15:49.500Z | Downloaded native-tls v0.2.11 |
433 | 2024-06-27T21:15:49.500Z | Downloaded strum_macros v0.26.2 |
434 | 2024-06-27T21:15:49.503Z | Downloaded cargo_toml v0.20.3 |
435 | 2024-06-27T21:15:49.503Z | Downloaded futures-core v0.3.30 |
436 | 2024-06-27T21:15:49.506Z | Downloaded errno v0.3.9 |
437 | 2024-06-27T21:15:49.506Z | Downloaded digest v0.10.7 |
438 | 2024-06-27T21:15:49.506Z | Downloaded crypto-common v0.1.6 |
439 | 2024-06-27T21:15:49.509Z | Downloaded quote v1.0.36 |
440 | 2024-06-27T21:15:49.512Z | Downloaded proc-macro-error v1.0.4 |
441 | 2024-06-27T21:15:49.512Z | Downloaded block-buffer v0.10.4 |
442 | 2024-06-27T21:15:49.515Z | Downloaded num_threads v0.1.7 |
443 | 2024-06-27T21:15:49.515Z | Downloaded slog-async v2.8.0 |
444 | 2024-06-27T21:15:49.515Z | Downloaded memmap v0.7.0 |
445 | 2024-06-27T21:15:49.520Z | Downloaded itoa v1.0.11 |
446 | 2024-06-27T21:15:49.520Z | Downloaded heck v0.5.0 |
447 | 2024-06-27T21:15:49.520Z | Downloaded anstyle-query v1.0.3 |
448 | 2024-06-27T21:15:49.523Z | Downloaded fnv v1.0.7 |
449 | 2024-06-27T21:15:49.523Z | Downloaded deranged v0.3.11 |
450 | 2024-06-27T21:15:49.523Z | Downloaded colorchoice v1.0.1 |
451 | 2024-06-27T21:15:49.523Z | Downloaded autocfg v1.3.0 |
452 | 2024-06-27T21:15:49.526Z | Downloaded strsim v0.11.1 |
453 | 2024-06-27T21:15:49.526Z | Downloaded anstyle v1.0.7 |
454 | 2024-06-27T21:15:49.526Z | Downloaded dof v0.3.0 |
455 | 2024-06-27T21:15:49.817Z | Compiling proc-macro2 v1.0.86 |
456 | 2024-06-27T21:15:49.817Z | Compiling unicode-ident v1.0.12 |
457 | 2024-06-27T21:15:49.821Z | Compiling libc v0.2.155 |
458 | 2024-06-27T21:15:49.821Z | Compiling version_check v0.9.4 |
459 | 2024-06-27T21:15:49.821Z | Compiling cfg-if v1.0.0 |
460 | 2024-06-27T21:15:49.852Z | Compiling itoa v1.0.11 |
461 | 2024-06-27T21:15:49.855Z | Compiling once_cell v1.19.0 |
462 | 2024-06-27T21:15:49.855Z | Compiling serde v1.0.203 |
463 | 2024-06-27T21:15:50.031Z | Compiling autocfg v1.3.0 |
464 | 2024-06-27T21:15:50.062Z | Compiling memchr v2.7.2 |
465 | 2024-06-27T21:15:50.165Z | Compiling thiserror v1.0.60 |
466 | 2024-06-27T21:15:50.283Z | Compiling ryu v1.0.18 |
467 | 2024-06-27T21:15:50.583Z | Compiling pin-project-lite v0.2.14 |
468 | 2024-06-27T21:15:50.693Z | Compiling bitflags v2.5.0 |
469 | 2024-06-27T21:15:50.711Z | Compiling ucd-trie v0.1.6 |
470 | 2024-06-27T21:15:50.838Z | Compiling lock_api v0.4.12 |
471 | 2024-06-27T21:15:51.033Z | Compiling vcpkg v0.2.15 |
472 | 2024-06-27T21:15:51.169Z | Compiling pkg-config v0.3.30 |
473 | 2024-06-27T21:15:51.422Z | Compiling parking_lot_core v0.9.10 |
474 | 2024-06-27T21:15:51.771Z | Compiling cc v1.0.97 |
475 | 2024-06-27T21:15:51.972Z | Compiling slab v0.4.9 |
476 | 2024-06-27T21:15:52.037Z | Compiling smallvec v1.13.2 |
477 | 2024-06-27T21:15:52.070Z | Compiling futures-core v0.3.30 |
478 | 2024-06-27T21:15:52.250Z | Compiling futures-sink v0.3.30 |
479 | 2024-06-27T21:15:52.314Z | Compiling bytes v1.6.0 |
480 | 2024-06-27T21:15:52.470Z | Compiling scopeguard v1.2.0 |
481 | 2024-06-27T21:15:52.689Z | Compiling fnv v1.0.7 |
482 | 2024-06-27T21:15:52.827Z | Compiling byteorder v1.5.0 |
483 | 2024-06-27T21:15:52.907Z | Compiling quote v1.0.36 |
484 | 2024-06-27T21:15:53.070Z | Compiling log v0.4.21 |
485 | 2024-06-27T21:15:53.099Z | Compiling hashbrown v0.14.5 |
486 | 2024-06-27T21:15:53.294Z | Compiling syn v2.0.68 |
487 | 2024-06-27T21:15:53.503Z | Compiling serde_json v1.0.118 |
488 | 2024-06-27T21:15:53.526Z | Compiling equivalent v1.0.1 |
489 | 2024-06-27T21:15:53.625Z | Compiling num_cpus v1.16.0 |
490 | 2024-06-27T21:15:53.648Z | Compiling socket2 v0.5.7 |
491 | 2024-06-27T21:15:53.766Z | Compiling mio v0.8.11 |
492 | 2024-06-27T21:15:53.847Z | Compiling parking_lot v0.12.2 |
493 | 2024-06-27T21:15:53.877Z | Compiling signal-hook-registry v1.4.2 |
494 | 2024-06-27T21:15:54.404Z | Compiling indexmap v2.2.6 |
495 | 2024-06-27T21:15:54.432Z | Compiling futures-channel v0.3.30 |
496 | 2024-06-27T21:15:54.601Z | Compiling futures-task v0.3.30 |
497 | 2024-06-27T21:15:54.716Z | Compiling rustix v0.38.34 |
498 | 2024-06-27T21:15:54.854Z | Compiling futures-io v0.3.30 |
499 | 2024-06-27T21:15:55.014Z | Compiling typenum v1.17.0 |
500 | 2024-06-27T21:15:55.148Z | Compiling pin-utils v0.1.0 |
501 | 2024-06-27T21:15:55.203Z | Compiling errno v0.3.9 |
502 | 2024-06-27T21:15:55.226Z | Compiling openssl-sys v0.9.102 |
503 | 2024-06-27T21:15:55.249Z | Compiling generic-array v0.14.7 |
504 | 2024-06-27T21:15:55.432Z | Compiling slog v2.7.0 |
505 | 2024-06-27T21:15:55.549Z | Compiling openssl v0.10.64 |
506 | 2024-06-27T21:15:55.577Z | Compiling foreign-types-shared v0.1.1 |
507 | 2024-06-27T21:15:55.694Z | Compiling foreign-types v0.3.2 |
508 | 2024-06-27T21:15:55.878Z | Compiling http v0.2.12 |
509 | 2024-06-27T21:15:55.931Z | Compiling usdt-impl v0.5.0 |
510 | 2024-06-27T21:15:55.974Z | Compiling proc-macro-error-attr v1.0.4 |
511 | 2024-06-27T21:15:56.317Z | Compiling tracing-core v0.1.32 |
512 | 2024-06-27T21:15:56.320Z | Compiling native-tls v0.2.11 |
513 | 2024-06-27T21:15:56.484Z | Compiling syn v1.0.109 |
514 | 2024-06-27T21:15:56.650Z | Compiling tinyvec_macros v0.1.1 |
515 | 2024-06-27T21:15:56.746Z | Compiling time-core v0.1.2 |
516 | 2024-06-27T21:15:56.928Z | Compiling num-conv v0.1.0 |
517 | 2024-06-27T21:15:57.047Z | Compiling powerfmt v0.2.0 |
518 | 2024-06-27T21:15:57.222Z | Compiling httparse v1.8.0 |
519 | 2024-06-27T21:15:57.402Z | Compiling deranged v0.3.11 |
520 | 2024-06-27T21:15:57.662Z | Compiling time-macros v0.2.18 |
521 | 2024-06-27T21:15:57.752Z | Compiling tracing v0.1.40 |
522 | 2024-06-27T21:15:58.138Z | Compiling tinyvec v1.6.0 |
523 | 2024-06-27T21:15:58.162Z | Compiling thread-id v4.2.1 |
524 | 2024-06-27T21:15:58.585Z | Compiling proc-macro-error v1.0.4 |
525 | 2024-06-27T21:15:58.824Z | Compiling num_threads v0.1.7 |
526 | 2024-06-27T21:15:58.958Z | Compiling try-lock v0.2.5 |
527 | 2024-06-27T21:15:59.009Z | Compiling crossbeam-utils v0.8.19 |
528 | 2024-06-27T21:15:59.094Z | Compiling openssl-probe v0.1.5 |
529 | 2024-06-27T21:15:59.127Z | Compiling heck v0.4.1 |
530 | 2024-06-27T21:15:59.284Z | Compiling percent-encoding v2.3.1 |
531 | 2024-06-27T21:15:59.444Z | Compiling rustversion v1.0.17 |
532 | 2024-06-27T21:15:59.487Z | Compiling utf8parse v0.2.1 |
533 | 2024-06-27T21:15:59.582Z | Compiling plain v0.2.3 |
534 | 2024-06-27T21:15:59.630Z | Compiling anstyle-parse v0.2.4 |
535 | 2024-06-27T21:15:59.651Z | Compiling form_urlencoded v1.2.1 |
536 | 2024-06-27T21:15:59.673Z | Compiling unicode-normalization v0.1.23 |
537 | 2024-06-27T21:15:59.796Z | Compiling want v0.3.1 |
538 | 2024-06-27T21:16:00.183Z | Compiling http-body v0.4.6 |
539 | 2024-06-27T21:16:00.620Z | Compiling dirs-sys-next v0.1.2 |
540 | 2024-06-27T21:16:00.835Z | Compiling pretty-hex v0.4.1 |
541 | 2024-06-27T21:16:00.882Z | Compiling anstyle v1.0.7 |
542 | 2024-06-27T21:16:00.906Z | Compiling time v0.3.36 |
543 | 2024-06-27T21:16:00.984Z | Compiling tower-service v0.3.2 |
544 | 2024-06-27T21:16:01.027Z | Compiling semver v1.0.23 |
545 | 2024-06-27T21:16:01.116Z | Compiling unicode-bidi v0.3.15 |
546 | 2024-06-27T21:16:01.198Z | Compiling is_terminal_polyfill v1.70.0 |
547 | 2024-06-27T21:16:01.274Z | Compiling camino v1.1.7 |
548 | 2024-06-27T21:16:01.328Z | Compiling httpdate v1.0.3 |
549 | 2024-06-27T21:16:01.354Z | Compiling colorchoice v1.0.1 |
550 | 2024-06-27T21:16:01.521Z | Compiling crc32fast v1.4.0 |
551 | 2024-06-27T21:16:01.544Z | Compiling anstyle-query v1.0.3 |
552 | 2024-06-27T21:16:01.697Z | Compiling winnow v0.6.8 |
553 | 2024-06-27T21:16:01.816Z | Compiling anstream v0.6.14 |
554 | 2024-06-27T21:16:01.971Z | Compiling idna v0.5.0 |
555 | 2024-06-27T21:16:02.335Z | Compiling dirs-next v2.0.0 |
556 | 2024-06-27T21:16:03.490Z | Compiling crypto-common v0.1.6 |
557 | 2024-06-27T21:16:03.541Z | Compiling block-buffer v0.10.4 |
558 | 2024-06-27T21:16:03.711Z | Compiling terminal_size v0.3.0 |
559 | 2024-06-27T21:16:03.894Z | Compiling fs-err v2.11.0 |
560 | 2024-06-27T21:16:03.894Z | Compiling thread_local v1.1.8 |
561 | 2024-06-27T21:16:03.937Z | Compiling unicode-width v0.1.12 |
562 | 2024-06-27T21:16:04.105Z | Compiling match_cfg v0.1.0 |
563 | 2024-06-27T21:16:04.149Z | Compiling slog-async v2.8.0 |
564 | 2024-06-27T21:16:04.172Z | Compiling clap_lex v0.7.0 |
565 | 2024-06-27T21:16:04.195Z | Compiling bytecount v0.6.8 |
566 | 2024-06-27T21:16:04.409Z | Compiling strsim v0.11.1 |
567 | 2024-06-27T21:16:04.461Z | Compiling base64 v0.21.7 |
568 | 2024-06-27T21:16:04.649Z | Compiling heck v0.5.0 |
569 | 2024-06-27T21:16:04.693Z | Compiling adler v1.0.2 |
570 | 2024-06-27T21:16:04.842Z | Compiling anyhow v1.0.86 |
571 | 2024-06-27T21:16:04.919Z | Compiling miniz_oxide v0.7.2 |
572 | 2024-06-27T21:16:05.167Z | Compiling rustls-pemfile v1.0.4 |
573 | 2024-06-27T21:16:05.248Z | Compiling clap_builder v4.5.2 |
574 | 2024-06-27T21:16:05.396Z | Compiling papergrid v0.11.0 |
575 | 2024-06-27T21:16:05.422Z | Compiling hostname v0.3.1 |
576 | 2024-06-27T21:16:05.617Z | Compiling digest v0.10.7 |
577 | 2024-06-27T21:16:05.693Z | Compiling crossbeam-channel v0.5.12 |
578 | 2024-06-27T21:16:05.732Z | Compiling url v2.5.0 |
579 | 2024-06-27T21:16:05.909Z | Compiling serde_derive v1.0.203 |
580 | 2024-06-27T21:16:06.023Z | Compiling thiserror-impl v1.0.60 |
581 | 2024-06-27T21:16:06.500Z | Compiling zerocopy-derive v0.7.34 |
582 | 2024-06-27T21:16:06.810Z | Compiling futures-macro v0.3.30 |
583 | 2024-06-27T21:16:06.938Z | Compiling tokio-macros v2.2.0 |
584 | 2024-06-27T21:16:07.688Z | Compiling scroll_derive v0.12.0 |
585 | 2024-06-27T21:16:08.661Z | Compiling tokio v1.37.0 |
586 | 2024-06-27T21:16:08.800Z | Compiling zerocopy v0.7.34 |
587 | 2024-06-27T21:16:08.941Z | Compiling futures-util v0.3.30 |
588 | 2024-06-27T21:16:09.201Z | Compiling openssl-macros v0.1.1 |
589 | 2024-06-27T21:16:09.563Z | Compiling pest v2.7.10 |
590 | 2024-06-27T21:16:09.690Z | Compiling scroll v0.12.0 |
591 | 2024-06-27T21:16:10.218Z | Compiling goblin v0.8.2 |
592 | 2024-06-27T21:16:10.378Z | Compiling tabled_derive v0.7.0 |
593 | 2024-06-27T21:16:12.561Z | Compiling pest_meta v2.7.10 |
594 | 2024-06-27T21:16:13.063Z | Compiling clap_derive v4.5.4 |
595 | 2024-06-27T21:16:15.049Z | Compiling pest_generator v2.7.10 |
596 | 2024-06-27T21:16:17.151Z | Compiling tokio-util v0.7.11 |
597 | 2024-06-27T21:16:17.897Z | Compiling pest_derive v2.7.10 |
598 | 2024-06-27T21:16:18.187Z | Compiling h2 v0.3.26 |
599 | 2024-06-27T21:16:18.606Z | Compiling futures-executor v0.3.30 |
600 | 2024-06-27T21:16:18.692Z | Compiling dtrace-parser v0.2.0 |
601 | 2024-06-27T21:16:19.104Z | Compiling tokio-native-tls v0.3.1 |
602 | 2024-06-27T21:16:19.215Z | Compiling strum_macros v0.26.2 |
603 | 2024-06-27T21:16:19.364Z | Compiling term v0.7.0 |
604 | 2024-06-27T21:16:20.915Z | Compiling toml_datetime v0.6.6 |
605 | 2024-06-27T21:16:20.924Z | Compiling serde_spanned v0.6.6 |
606 | 2024-06-27T21:16:21.493Z | Compiling serde_tokenstream v0.2.0 |
607 | 2024-06-27T21:16:21.517Z | Compiling toml_edit v0.22.13 |
608 | 2024-06-27T21:16:22.028Z | Compiling cargo-platform v0.1.8 |
609 | 2024-06-27T21:16:22.622Z | Compiling hyper v0.14.28 |
610 | 2024-06-27T21:16:22.746Z | Compiling dof v0.3.0 |
611 | 2024-06-27T21:16:23.904Z | Compiling slog-json v2.6.1 |
612 | 2024-06-27T21:16:24.490Z | Compiling serde_urlencoded v0.7.1 |
613 | 2024-06-27T21:16:24.648Z | Compiling toml v0.8.13 |
614 | 2024-06-27T21:16:25.040Z | Compiling xattr v1.3.1 |
615 | 2024-06-27T21:16:25.258Z | Compiling is-terminal v0.4.12 |
616 | 2024-06-27T21:16:25.319Z | Compiling memmap v0.7.0 |
617 | 2024-06-27T21:16:25.322Z | Compiling filetime v0.2.23 |
618 | 2024-06-27T21:16:25.378Z | Compiling encoding_rs v0.8.34 |
619 | 2024-06-27T21:16:25.618Z | Compiling take_mut v0.2.2 |
620 | 2024-06-27T21:16:25.673Z | Compiling mime v0.3.17 |
621 | 2024-06-27T21:16:25.702Z | Compiling ipnet v2.9.0 |
622 | 2024-06-27T21:16:25.780Z | Compiling sync_wrapper v0.1.2 |
623 | 2024-06-27T21:16:25.915Z | Compiling cpufeatures v0.2.12 |
624 | 2024-06-27T21:16:26.023Z | Compiling sha2 v0.10.8 |
625 | 2024-06-27T21:16:26.086Z | Compiling usdt-macro v0.5.0 |
626 | 2024-06-27T21:16:26.320Z | Compiling hyper-tls v0.5.0 |
627 | 2024-06-27T21:16:26.442Z | Compiling usdt-attr-macro v0.5.0 |
628 | 2024-06-27T21:16:27.008Z | Compiling tar v0.4.40 |
629 | 2024-06-27T21:16:27.447Z | Compiling cargo_toml v0.20.3 |
630 | 2024-06-27T21:16:27.902Z | Compiling reqwest v0.11.27 |
631 | 2024-06-27T21:16:27.905Z | Compiling usdt v0.5.0 |
632 | 2024-06-27T21:16:28.388Z | Compiling slog-term v2.9.1 |
633 | 2024-06-27T21:16:28.776Z | Compiling flate2 v1.0.30 |
634 | 2024-06-27T21:16:29.094Z | Compiling strum v0.26.2 |
635 | 2024-06-27T21:16:29.284Z | Compiling slog-bunyan v2.5.0 |
636 | 2024-06-27T21:16:29.511Z | Compiling cargo_metadata v0.18.1 |
637 | 2024-06-27T21:16:29.524Z | Compiling macaddr v1.0.1 |
638 | 2024-06-27T21:16:29.674Z | Compiling futures v0.3.30 |
639 | 2024-06-27T21:16:29.779Z | Compiling clap v4.5.4 |
640 | 2024-06-27T21:16:29.822Z | Compiling tabled v0.15.0 |
641 | 2024-06-27T21:16:30.023Z | Compiling swrite v0.1.0 |
642 | 2024-06-27T21:16:34.733Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
643 | 2024-06-27T21:16:42.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
644 | 2024-06-27T21:16:42.261Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
645 | 2024-06-27T21:16:42.318Z | Jun 27 21:16:41.477 INFO Starting download, target: Console |
646 | 2024-06-27T21:16:42.318Z | Jun 27 21:16:41.477 INFO Starting download, target: Cockroach |
647 | 2024-06-27T21:16:42.318Z | Jun 27 21:16:41.477 INFO Starting download, target: DendriteOpenapi |
648 | 2024-06-27T21:16:42.321Z | Jun 27 21:16:41.477 INFO Starting download, target: Clickhouse |
649 | 2024-06-27T21:16:42.321Z | Jun 27 21:16:41.477 INFO Starting download, target: DendriteStub |
650 | 2024-06-27T21:16:42.321Z | Jun 27 21:16:41.477 INFO Starting download, target: MaghemiteMgd |
651 | 2024-06-27T21:16:42.321Z | Jun 27 21:16:41.477 INFO Starting download, target: TransceiverControl |
652 | 2024-06-27T21:16:42.321Z | Jun 27 21:16:41.478 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi |
653 | 2024-06-27T21:16:42.321Z | Jun 27 21:16:41.478 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
654 | 2024-06-27T21:16:42.321Z | Jun 27 21:16:41.478 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
655 | 2024-06-27T21:16:42.321Z | Jun 27 21:16:41.478 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
656 | 2024-06-27T21:16:42.321Z | Jun 27 21:16:41.478 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
657 | 2024-06-27T21:16:42.321Z | Jun 27 21:16:41.478 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
658 | 2024-06-27T21:16:42.321Z | Jun 27 21:16:41.478 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
659 | 2024-06-27T21:16:42.507Z | Jun 27 21:16:41.659 INFO Download complete, target: DendriteOpenapi |
660 | 2024-06-27T21:16:42.588Z | Jun 27 21:16:41.742 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
661 | 2024-06-27T21:16:42.933Z | Jun 27 21:16:42.091 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
662 | 2024-06-27T21:16:42.977Z | Jun 27 21:16:42.134 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
663 | 2024-06-27T21:16:43.170Z | Jun 27 21:16:42.328 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
664 | 2024-06-27T21:16:43.331Z | Jun 27 21:16:42.490 INFO Download complete, target: Console |
665 | 2024-06-27T21:16:43.398Z | Jun 27 21:16:42.556 INFO Download complete, target: TransceiverControl |
666 | 2024-06-27T21:16:44.239Z | Jun 27 21:16:43.397 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
667 | 2024-06-27T21:16:45.635Z | Jun 27 21:16:44.792 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
668 | 2024-06-27T21:16:45.635Z | Jun 27 21:16:44.792 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
669 | 2024-06-27T21:16:46.137Z | Jun 27 21:16:45.295 INFO Download complete, target: DendriteStub |
670 | 2024-06-27T21:16:46.358Z | Jun 27 21:16:45.516 INFO Download complete, target: MaghemiteMgd |
671 | 2024-06-27T21:16:54.360Z | Jun 27 21:16:53.517 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
672 | 2024-06-27T21:16:54.691Z | Jun 27 21:16:53.848 INFO Checking that binary works, target: Cockroach |
673 | 2024-06-27T21:16:54.943Z | Jun 27 21:16:54.101 INFO Download complete, target: Cockroach |
674 | 2024-06-27T21:16:58.962Z | Jun 27 21:16:58.118 INFO Checking that binary works, target: Clickhouse |
675 | 2024-06-27T21:16:59.294Z | Jun 27 21:16:58.451 INFO Download complete, target: Clickhouse |
676 | 2024-06-27T21:16:59.301Z | All prerequisites installed successfully |
677 | 2024-06-27T21:16:59.304Z | |
678 | 2024-06-27T21:16:59.304Z | real 2:49.321450673 |
679 | 2024-06-27T21:16:59.304Z | user 5:45.553778547 |
680 | 2024-06-27T21:16:59.304Z | sys 1:18.982302267 |
681 | 2024-06-27T21:16:59.304Z | trap 0.211388448 |
682 | 2024-06-27T21:16:59.304Z | tflt 3.103135832 |
683 | 2024-06-27T21:16:59.304Z | dflt 3.589573850 |
684 | 2024-06-27T21:16:59.304Z | kflt 0.211312184 |
685 | 2024-06-27T21:16:59.304Z | lock 12:40.374059436 |
686 | 2024-06-27T21:16:59.304Z | slp 17:33.625766322 |
687 | 2024-06-27T21:16:59.304Z | lat 20.231837132 |
688 | 2024-06-27T21:16:59.304Z | stop 1:05.585200986 |
689 | 2024-06-27T21:16:59.304Z | + ptime -m cargo xtask download softnpu |
690 | 2024-06-27T21:16:59.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
691 | 2024-06-27T21:16:59.897Z | Running `target/debug/xtask download softnpu` |
692 | 2024-06-27T21:16:59.918Z | Jun 27 21:16:59.075 INFO Starting download, target: Softnpu |
693 | 2024-06-27T21:16:59.921Z | Jun 27 21:16:59.075 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
694 | 2024-06-27T21:17:00.947Z | Jun 27 21:17:00.103 INFO Download complete, target: Softnpu |
695 | 2024-06-27T21:17:00.951Z | |
696 | 2024-06-27T21:17:00.954Z | real 1.642759719 |
697 | 2024-06-27T21:17:00.954Z | user 0.632241895 |
698 | 2024-06-27T21:17:00.954Z | sys 0.300195392 |
699 | 2024-06-27T21:17:00.954Z | trap 0.000888880 |
700 | 2024-06-27T21:17:00.954Z | tflt 0.000068390 |
701 | 2024-06-27T21:17:00.954Z | dflt 0.000024373 |
702 | 2024-06-27T21:17:00.954Z | kflt 0.000000000 |
703 | 2024-06-27T21:17:00.954Z | lock 10.873697474 |
704 | 2024-06-27T21:17:00.954Z | slp 0.940028736 |
705 | 2024-06-27T21:17:00.954Z | lat 0.075299807 |
706 | 2024-06-27T21:17:00.954Z | stop 0.000279460 |
707 | 2024-06-27T21:17:00.954Z | + export CARGO_INCREMENTAL=0 |
708 | 2024-06-27T21:17:00.954Z | + CARGO_INCREMENTAL=0 |
709 | 2024-06-27T21:17:00.954Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
710 | 2024-06-27T21:17:01.485Z | Downloading crates ... |
711 | 2024-06-27T21:17:01.676Z | Downloaded arrayref v0.3.7 |
712 | 2024-06-27T21:17:01.679Z | Downloaded aead v0.5.2 |
713 | 2024-06-27T21:17:01.684Z | Downloaded cfg_aliases v0.1.1 |
714 | 2024-06-27T21:17:01.687Z | Downloaded atomicwrites v0.4.3 |
715 | 2024-06-27T21:17:01.690Z | Downloaded normalize-line-endings v0.3.0 |
716 | 2024-06-27T21:17:01.692Z | Downloaded derive_builder_macro v0.20.0 |
717 | 2024-06-27T21:17:01.695Z | Downloaded derive_more v0.99.17 |
718 | 2024-06-27T21:17:01.699Z | Downloaded crucible-workspace-hack v0.1.0 |
719 | 2024-06-27T21:17:01.702Z | Downloaded parse-size v1.0.0 |
720 | 2024-06-27T21:17:01.704Z | Downloaded newtype_derive v0.1.6 |
721 | 2024-06-27T21:17:01.707Z | Downloaded ciborium-ll v0.2.2 |
722 | 2024-06-27T21:17:01.707Z | Downloaded nodrop v0.1.14 |
723 | 2024-06-27T21:17:01.707Z | Downloaded newline-converter v0.3.0 |
724 | 2024-06-27T21:17:01.710Z | Downloaded peg-runtime v0.8.3 |
725 | 2024-06-27T21:17:01.712Z | Downloaded array-init v0.0.4 |
726 | 2024-06-27T21:17:01.712Z | Downloaded phf_shared v0.10.0 |
727 | 2024-06-27T21:17:01.713Z | Downloaded constant_time_eq v0.3.0 |
728 | 2024-06-27T21:17:01.715Z | Downloaded argon2 v0.5.3 |
729 | 2024-06-27T21:17:01.718Z | Downloaded opaque-debug v0.3.1 |
730 | 2024-06-27T21:17:01.718Z | Downloaded pretty-hex v0.2.1 |
731 | 2024-06-27T21:17:01.721Z | Downloaded path-slash v0.1.5 |
732 | 2024-06-27T21:17:01.721Z | Downloaded colored v2.1.0 |
733 | 2024-06-27T21:17:01.724Z | Downloaded castaway v0.2.2 |
734 | 2024-06-27T21:17:01.727Z | Downloaded olpc-cjson v0.1.3 |
735 | 2024-06-27T21:17:01.727Z | Downloaded paste v1.0.15 |
736 | 2024-06-27T21:17:01.730Z | Downloaded nanorand v0.7.0 |
737 | 2024-06-27T21:17:01.733Z | Downloaded num-derive v0.4.2 |
738 | 2024-06-27T21:17:01.736Z | Downloaded oso-derive v0.27.3 |
739 | 2024-06-27T21:17:01.737Z | Downloaded crunchy v0.2.2 |
740 | 2024-06-27T21:17:01.739Z | Downloaded number_prefix v0.4.0 |
741 | 2024-06-27T21:17:01.742Z | Downloaded peg v0.8.3 |
742 | 2024-06-27T21:17:01.745Z | Downloaded parse-display-derive v0.9.0 |
743 | 2024-06-27T21:17:01.748Z | Downloaded ciborium-io v0.2.2 |
744 | 2024-06-27T21:17:01.748Z | Downloaded proc-macro-crate v1.3.1 |
745 | 2024-06-27T21:17:01.750Z | Downloaded rand_xorshift v0.3.0 |
746 | 2024-06-27T21:17:01.750Z | Downloaded packed_struct_codegen v0.10.1 |
747 | 2024-06-27T21:17:01.753Z | Downloaded defmt v0.3.8 |
748 | 2024-06-27T21:17:01.756Z | Downloaded addr2line v0.21.0 |
749 | 2024-06-27T21:17:01.760Z | Downloaded rand_core v0.6.4 |
750 | 2024-06-27T21:17:01.763Z | Downloaded parse-display v0.9.0 |
751 | 2024-06-27T21:17:01.763Z | Downloaded parking_lot_core v0.8.6 |
752 | 2024-06-27T21:17:01.765Z | Downloaded newtype-uuid v1.1.0 |
753 | 2024-06-27T21:17:01.768Z | Downloaded bit-vec v0.6.3 |
754 | 2024-06-27T21:17:01.768Z | Downloaded ascii-canvas v3.0.0 |
755 | 2024-06-27T21:17:01.771Z | Downloaded owo-colors v4.0.0 |
756 | 2024-06-27T21:17:01.773Z | Downloaded cancel-safe-futures v0.1.5 |
757 | 2024-06-27T21:17:01.776Z | Downloaded cookie_store v0.20.0 |
758 | 2024-06-27T21:17:01.779Z | Downloaded portpicker v0.1.1 |
759 | 2024-06-27T21:17:01.782Z | Downloaded packed_struct v0.10.1 |
760 | 2024-06-27T21:17:01.782Z | Downloaded num_enum v0.5.11 |
761 | 2024-06-27T21:17:01.788Z | Downloaded multimap v0.10.0 |
762 | 2024-06-27T21:17:01.790Z | Downloaded vte_generate_state_changes v0.1.1 |
763 | 2024-06-27T21:17:01.793Z | Downloaded crossbeam-deque v0.8.5 |
764 | 2024-06-27T21:17:01.793Z | Downloaded cipher v0.4.4 |
765 | 2024-06-27T21:17:01.796Z | Downloaded ref-cast v1.0.23 |
766 | 2024-06-27T21:17:01.799Z | Downloaded derive_builder v0.20.0 |
767 | 2024-06-27T21:17:01.804Z | Downloaded postgres-types v0.2.6 |
768 | 2024-06-27T21:17:01.807Z | Downloaded const_format_proc_macros v0.2.32 |
769 | 2024-06-27T21:17:01.810Z | Downloaded instant v0.1.12 |
770 | 2024-06-27T21:17:01.812Z | Downloaded num-traits v0.2.19 |
771 | 2024-06-27T21:17:01.815Z | Downloaded pem v3.0.4 |
772 | 2024-06-27T21:17:01.818Z | Downloaded thiserror-impl-no-std v2.0.2 |
773 | 2024-06-27T21:17:01.821Z | Downloaded unicode-xid v0.2.4 |
774 | 2024-06-27T21:17:01.821Z | Downloaded predicates v3.1.0 |
775 | 2024-06-27T21:17:01.824Z | Downloaded ppv-lite86 v0.2.17 |
776 | 2024-06-27T21:17:01.826Z | Downloaded ref-cast-impl v1.0.23 |
777 | 2024-06-27T21:17:01.829Z | Downloaded cookie v0.17.0 |
778 | 2024-06-27T21:17:01.832Z | Downloaded radium v0.7.0 |
779 | 2024-06-27T21:17:01.832Z | Downloaded peg-macros v0.8.3 |
780 | 2024-06-27T21:17:01.835Z | Downloaded arc-swap v1.7.1 |
781 | 2024-06-27T21:17:01.839Z | Downloaded rand_seeder v0.2.3 |
782 | 2024-06-27T21:17:01.841Z | Downloaded sqlparser_derive v0.2.2 |
783 | 2024-06-27T21:17:01.841Z | Downloaded toolchain_find v0.4.0 |
784 | 2024-06-27T21:17:01.844Z | Downloaded waitgroup v0.1.2 |
785 | 2024-06-27T21:17:01.844Z | Downloaded sigpipe v0.1.3 |
786 | 2024-06-27T21:17:01.846Z | Downloaded display-error-chain v0.2.0 |
787 | 2024-06-27T21:17:01.849Z | Downloaded float-ord v0.3.2 |
788 | 2024-06-27T21:17:01.849Z | Downloaded float-cmp v0.9.0 |
789 | 2024-06-27T21:17:01.849Z | Downloaded derive_builder_core v0.20.0 |
790 | 2024-06-27T21:17:01.852Z | Downloaded glob v0.3.1 |
791 | 2024-06-27T21:17:01.855Z | Downloaded password-hash v0.5.0 |
792 | 2024-06-27T21:17:01.858Z | Downloaded is_ci v1.2.0 |
793 | 2024-06-27T21:17:01.858Z | Downloaded hubpack_derive v0.1.1 |
794 | 2024-06-27T21:17:01.860Z | Downloaded data-encoding v2.6.0 |
795 | 2024-06-27T21:17:01.860Z | Downloaded blake2 v0.10.6 |
796 | 2024-06-27T21:17:01.863Z | Downloaded phf v0.11.2 |
797 | 2024-06-27T21:17:01.866Z | Downloaded highway v1.1.0 |
798 | 2024-06-27T21:17:01.869Z | Downloaded tokio-tungstenite v0.21.0 |
799 | 2024-06-27T21:17:01.872Z | Downloaded downcast v0.11.0 |
800 | 2024-06-27T21:17:01.872Z | Downloaded base64 v0.13.1 |
801 | 2024-06-27T21:17:01.875Z | Downloaded md-5 v0.10.6 |
802 | 2024-06-27T21:17:01.878Z | Downloaded rustfmt-wrapper v0.2.1 |
803 | 2024-06-27T21:17:01.882Z | Downloaded scheduled-thread-pool v0.2.7 |
804 | 2024-06-27T21:17:01.882Z | Downloaded vsss-rs v3.3.4 |
805 | 2024-06-27T21:17:01.885Z | Downloaded rustc_version v0.4.0 |
806 | 2024-06-27T21:17:01.887Z | Downloaded string_cache v0.8.7 |
807 | 2024-06-27T21:17:01.887Z | Downloaded subtle v2.5.0 |
808 | 2024-06-27T21:17:01.890Z | Downloaded stringprep v0.1.4 |
809 | 2024-06-27T21:17:01.894Z | Downloaded signature v2.2.0 |
810 | 2024-06-27T21:17:01.898Z | Downloaded termtree v0.4.1 |
811 | 2024-06-27T21:17:01.898Z | Downloaded cookie v0.18.1 |
812 | 2024-06-27T21:17:01.901Z | Downloaded signature v1.6.4 |
813 | 2024-06-27T21:17:01.901Z | Downloaded difflib v0.4.0 |
814 | 2024-06-27T21:17:01.901Z | Downloaded env_logger v0.9.3 |
815 | 2024-06-27T21:17:01.904Z | Downloaded flagset v0.4.5 |
816 | 2024-06-27T21:17:01.907Z | Downloaded zone_cfg_derive v0.1.2 |
817 | 2024-06-27T21:17:01.907Z | Downloaded headers-core v0.2.0 |
818 | 2024-06-27T21:17:01.910Z | Downloaded postcard v1.0.8 |
819 | 2024-06-27T21:17:01.913Z | Downloaded pin-project v1.1.5 |
820 | 2024-06-27T21:17:01.924Z | Downloaded rcgen v0.12.1 |
821 | 2024-06-27T21:17:01.929Z | Downloaded maybe-uninit v2.0.0 |
822 | 2024-06-27T21:17:01.931Z | Downloaded kstat-rs v0.2.4 |
823 | 2024-06-27T21:17:01.931Z | Downloaded keccak v0.1.5 |
824 | 2024-06-27T21:17:01.931Z | Downloaded humantime v2.1.0 |
825 | 2024-06-27T21:17:01.934Z | Downloaded sct v0.7.1 |
826 | 2024-06-27T21:17:01.937Z | Downloaded lru-cache v0.1.2 |
827 | 2024-06-27T21:17:01.940Z | Downloaded slog-dtrace v0.3.0 |
828 | 2024-06-27T21:17:01.943Z | Downloaded const-oid v0.9.6 |
829 | 2024-06-27T21:17:01.945Z | Downloaded schemars_derive v0.8.21 |
830 | 2024-06-27T21:17:01.946Z | Downloaded endian-type v0.1.2 |
831 | 2024-06-27T21:17:01.946Z | Downloaded stable_deref_trait v1.2.0 |
832 | 2024-06-27T21:17:01.949Z | Downloaded rusty-fork v0.3.0 |
833 | 2024-06-27T21:17:01.949Z | Downloaded compact_str v0.7.1 |
834 | 2024-06-27T21:17:01.952Z | Downloaded stability v0.2.0 |
835 | 2024-06-27T21:17:01.955Z | Downloaded matches v0.1.10 |
836 | 2024-06-27T21:17:01.955Z | Downloaded ident_case v1.0.1 |
837 | 2024-06-27T21:17:01.958Z | Downloaded smf v0.2.3 |
838 | 2024-06-27T21:17:01.958Z | Downloaded termios v0.3.3 |
839 | 2024-06-27T21:17:01.961Z | Downloaded walkdir v2.5.0 |
840 | 2024-06-27T21:17:01.963Z | Downloaded serde-big-array v0.5.1 |
841 | 2024-06-27T21:17:01.966Z | Downloaded getrandom v0.2.14 |
842 | 2024-06-27T21:17:01.969Z | Downloaded zerocopy v0.6.6 |
843 | 2024-06-27T21:17:01.972Z | Downloaded libsw v3.3.1 |
844 | 2024-06-27T21:17:01.974Z | Downloaded foreign-types-macros v0.2.3 |
845 | 2024-06-27T21:17:01.975Z | Downloaded diesel_table_macro_syntax v0.1.0 |
846 | 2024-06-27T21:17:01.979Z | Downloaded indexmap v1.9.3 |
847 | 2024-06-27T21:17:01.983Z | Downloaded serde-hex v0.1.0 |
848 | 2024-06-27T21:17:01.983Z | Downloaded shell-words v1.1.0 |
849 | 2024-06-27T21:17:01.983Z | Downloaded const_format v0.2.32 |
850 | 2024-06-27T21:17:01.988Z | Downloaded base64 v0.22.1 |
851 | 2024-06-27T21:17:01.992Z | Downloaded lazy_static v1.4.0 |
852 | 2024-06-27T21:17:01.995Z | Downloaded subprocess v0.2.9 |
853 | 2024-06-27T21:17:01.999Z | Downloaded dyn-clone v1.0.17 |
854 | 2024-06-27T21:17:02.002Z | Downloaded tiny-keccak v2.0.2 |
855 | 2024-06-27T21:17:02.010Z | Downloaded structmeta v0.3.0 |
856 | 2024-06-27T21:17:02.013Z | Downloaded impl-trait-for-tuples v0.2.2 |
857 | 2024-06-27T21:17:02.015Z | Downloaded slog-scope v4.4.0 |
858 | 2024-06-27T21:17:02.018Z | Downloaded serde_arrays v0.1.0 |
859 | 2024-06-27T21:17:02.018Z | Downloaded maplit v1.0.2 |
860 | 2024-06-27T21:17:02.021Z | Downloaded http-range v0.1.5 |
861 | 2024-06-27T21:17:02.021Z | Downloaded trust-dns-resolver v0.22.0 |
862 | 2024-06-27T21:17:02.024Z | Downloaded fastrand v2.1.0 |
863 | 2024-06-27T21:17:02.027Z | Downloaded enum-as-inner v0.5.1 |
864 | 2024-06-27T21:17:02.030Z | Downloaded lalrpop-util v0.19.12 |
865 | 2024-06-27T21:17:02.030Z | Downloaded managed v0.8.0 |
866 | 2024-06-27T21:17:02.032Z | Downloaded ed25519 v1.5.3 |
867 | 2024-06-27T21:17:02.035Z | Downloaded wyz v0.5.1 |
868 | 2024-06-27T21:17:02.035Z | Downloaded zone v0.1.8 |
869 | 2024-06-27T21:17:02.037Z | Downloaded rustc_version v0.1.7 |
870 | 2024-06-27T21:17:02.037Z | Downloaded chacha20poly1305 v0.10.1 |
871 | 2024-06-27T21:17:02.040Z | Downloaded tokio-tungstenite v0.20.1 |
872 | 2024-06-27T21:17:02.043Z | Downloaded erased-serde v0.3.31 |
873 | 2024-06-27T21:17:02.046Z | Downloaded serde-big-array v0.4.1 |
874 | 2024-06-27T21:17:02.046Z | Downloaded rustc-hash v1.1.0 |
875 | 2024-06-27T21:17:02.048Z | Downloaded rpassword v7.3.1 |
876 | 2024-06-27T21:17:02.048Z | Downloaded schemars v0.8.21 |
877 | 2024-06-27T21:17:02.060Z | Downloaded tap v1.0.1 |
878 | 2024-06-27T21:17:02.063Z | Downloaded funty v2.0.0 |
879 | 2024-06-27T21:17:02.063Z | Downloaded elliptic-curve v0.13.8 |
880 | 2024-06-27T21:17:02.067Z | Downloaded fragile v2.0.0 |
881 | 2024-06-27T21:17:02.069Z | Downloaded smallvec v0.6.14 |
882 | 2024-06-27T21:17:02.072Z | Downloaded foreign-types-shared v0.3.1 |
883 | 2024-06-27T21:17:02.073Z | Downloaded serde_plain v1.0.2 |
884 | 2024-06-27T21:17:02.073Z | Downloaded fxhash v0.2.1 |
885 | 2024-06-27T21:17:02.075Z | Downloaded utf-8 v0.7.6 |
886 | 2024-06-27T21:17:02.075Z | Downloaded minimal-lexical v0.2.1 |
887 | 2024-06-27T21:17:02.079Z | Downloaded serde_derive_internals v0.29.1 |
888 | 2024-06-27T21:17:02.082Z | Downloaded fd-lock v4.0.2 |
889 | 2024-06-27T21:17:02.084Z | Downloaded either v1.12.0 |
890 | 2024-06-27T21:17:02.087Z | Downloaded which v4.4.2 |
891 | 2024-06-27T21:17:02.087Z | Downloaded hash32 v0.3.1 |
892 | 2024-06-27T21:17:02.089Z | Downloaded ena v0.14.3 |
893 | 2024-06-27T21:17:02.089Z | Downloaded unicase v2.7.0 |
894 | 2024-06-27T21:17:02.092Z | Downloaded yasna v0.5.2 |
895 | 2024-06-27T21:17:02.095Z | Downloaded embedded-io v0.4.0 |
896 | 2024-06-27T21:17:02.098Z | Downloaded typed-path v0.7.1 |
897 | 2024-06-27T21:17:02.102Z | Downloaded serde_yaml v0.9.34+deprecated |
898 | 2024-06-27T21:17:02.105Z | Downloaded structmeta-derive v0.3.0 |
899 | 2024-06-27T21:17:02.109Z | Downloaded resolv-conf v0.7.0 |
900 | 2024-06-27T21:17:02.111Z | Downloaded libefi-sys v0.1.0 |
901 | 2024-06-27T21:17:02.111Z | Downloaded termcolor v1.4.1 |
902 | 2024-06-27T21:17:02.111Z | Downloaded semver v0.1.20 |
903 | 2024-06-27T21:17:02.114Z | Downloaded secrecy v0.8.0 |
904 | 2024-06-27T21:17:02.114Z | Downloaded sec1 v0.7.3 |
905 | 2024-06-27T21:17:02.117Z | Downloaded hyper-staticfile v0.9.5 |
906 | 2024-06-27T21:17:02.121Z | Downloaded strum_macros v0.24.3 |
907 | 2024-06-27T21:17:02.123Z | Downloaded hubpack v0.1.2 |
908 | 2024-06-27T21:17:02.123Z | Downloaded hostname v0.4.0 |
909 | 2024-06-27T21:17:02.126Z | Downloaded home v0.5.9 |
910 | 2024-06-27T21:17:02.126Z | Downloaded sha1 v0.10.6 |
911 | 2024-06-27T21:17:02.126Z | Downloaded siphasher v0.3.11 |
912 | 2024-06-27T21:17:02.129Z | Downloaded libloading v0.8.3 |
913 | 2024-06-27T21:17:02.132Z | Downloaded gethostname v0.4.3 |
914 | 2024-06-27T21:17:02.132Z | Downloaded serde_path_to_error v0.1.16 |
915 | 2024-06-27T21:17:02.134Z | Downloaded flume v0.11.0 |
916 | 2024-06-27T21:17:02.137Z | Downloaded thiserror-no-std v2.0.2 |
917 | 2024-06-27T21:17:02.141Z | Downloaded shlex v1.3.0 |
918 | 2024-06-27T21:17:02.146Z | Downloaded tokio-rustls v0.24.1 |
919 | 2024-06-27T21:17:02.148Z | Downloaded tempfile v3.10.1 |
920 | 2024-06-27T21:17:02.148Z | Downloaded structmeta-derive v0.2.0 |
921 | 2024-06-27T21:17:02.151Z | Downloaded ron v0.7.1 |
922 | 2024-06-27T21:17:02.154Z | Downloaded lazycell v1.3.0 |
923 | 2024-06-27T21:17:02.157Z | Downloaded iana-time-zone v0.1.60 |
924 | 2024-06-27T21:17:02.157Z | Downloaded hyper-rustls v0.24.2 |
925 | 2024-06-27T21:17:02.160Z | Downloaded getopts v0.2.21 |
926 | 2024-06-27T21:17:02.164Z | Downloaded num-bigint v0.4.5 |
927 | 2024-06-27T21:17:02.166Z | Downloaded crossterm v0.27.0 |
928 | 2024-06-27T21:17:02.173Z | Downloaded rsa v0.9.6 |
929 | 2024-06-27T21:17:02.179Z | Downloaded uuid v1.8.0 |
930 | 2024-06-27T21:17:02.183Z | Downloaded serde_with_macros v3.8.1 |
931 | 2024-06-27T21:17:02.185Z | Downloaded regex-automata v0.1.10 |
932 | 2024-06-27T21:17:02.190Z | Downloaded test-strategy v0.3.1 |
933 | 2024-06-27T21:17:02.194Z | Downloaded ron v0.8.1 |
934 | 2024-06-27T21:17:02.201Z | Downloaded toml_edit v0.19.15 |
935 | 2024-06-27T21:17:02.219Z | Downloaded signal-hook v0.3.17 |
936 | 2024-06-27T21:17:02.230Z | Downloaded hmac v0.12.1 |
937 | 2024-06-27T21:17:02.230Z | Downloaded zip v0.6.6 |
938 | 2024-06-27T21:17:02.230Z | Downloaded heapless v0.8.0 |
939 | 2024-06-27T21:17:02.234Z | Downloaded snafu v0.8.2 |
940 | 2024-06-27T21:17:02.237Z | Downloaded samael v0.0.15 |
941 | 2024-06-27T21:17:02.240Z | Downloaded expectorate v1.1.0 |
942 | 2024-06-27T21:17:02.243Z | Downloaded tungstenite v0.20.1 |
943 | 2024-06-27T21:17:02.246Z | Downloaded salty v0.2.0 |
944 | 2024-06-27T21:17:02.250Z | Downloaded itertools v0.10.5 |
945 | 2024-06-27T21:17:02.256Z | Downloaded trust-dns-server v0.22.1 |
946 | 2024-06-27T21:17:02.260Z | Downloaded headers v0.3.9 |
947 | 2024-06-27T21:17:02.266Z | Downloaded rayon v1.10.0 |
948 | 2024-06-27T21:17:02.274Z | Downloaded tokio-postgres v0.7.10 |
949 | 2024-06-27T21:17:02.279Z | Downloaded libxml v0.3.3 |
950 | 2024-06-27T21:17:02.285Z | Downloaded hashbrown v0.13.2 |
951 | 2024-06-27T21:17:02.289Z | Downloaded hashbrown v0.12.3 |
952 | 2024-06-27T21:17:02.293Z | Downloaded itertools v0.12.1 |
953 | 2024-06-27T21:17:02.299Z | Downloaded hkdf v0.12.4 |
954 | 2024-06-27T21:17:02.302Z | Downloaded aho-corasick v1.1.3 |
955 | 2024-06-27T21:17:02.307Z | Downloaded libm v0.2.8 |
956 | 2024-06-27T21:17:02.316Z | Downloaded proptest v1.4.0 |
957 | 2024-06-27T21:17:02.324Z | Downloaded bitvec v1.0.1 |
958 | 2024-06-27T21:17:02.338Z | Downloaded http v1.1.0 |
959 | 2024-06-27T21:17:02.342Z | Downloaded bindgen v0.69.4 |
960 | 2024-06-27T21:17:02.349Z | Downloaded serde_with v3.8.1 |
961 | 2024-06-27T21:17:02.356Z | Downloaded chrono v0.4.38 |
962 | 2024-06-27T21:17:02.363Z | Downloaded x509-cert v0.2.5 |
963 | 2024-06-27T21:17:02.368Z | Downloaded winnow v0.5.40 |
964 | 2024-06-27T21:17:02.376Z | Downloaded regex v1.10.4 |
965 | 2024-06-27T21:17:02.389Z | Downloaded sqlparser v0.45.0 |
966 | 2024-06-27T21:17:02.394Z | Downloaded radix_trie v0.2.1 |
967 | 2024-06-27T21:17:02.402Z | Downloaded rustls-webpki v0.102.4 |
968 | 2024-06-27T21:17:02.417Z | Downloaded gimli v0.28.1 |
969 | 2024-06-27T21:17:02.424Z | Downloaded object v0.30.4 |
970 | 2024-06-27T21:17:02.434Z | Downloaded lalrpop v0.19.12 |
971 | 2024-06-27T21:17:02.443Z | Downloaded webpki-roots v0.25.4 |
972 | 2024-06-27T21:17:02.447Z | Downloaded trust-dns-proto v0.22.0 |
973 | 2024-06-27T21:17:02.458Z | Downloaded nix v0.28.0 |
974 | 2024-06-27T21:17:02.469Z | Downloaded idna v0.2.3 |
975 | 2024-06-27T21:17:02.475Z | Downloaded regex-syntax v0.8.3 |
976 | 2024-06-27T21:17:02.483Z | Downloaded bstr v1.9.1 |
977 | 2024-06-27T21:17:02.493Z | Downloaded idna v0.3.0 |
978 | 2024-06-27T21:17:02.499Z | Downloaded smoltcp v0.9.1 |
979 | 2024-06-27T21:17:02.509Z | Downloaded diesel v2.1.6 |
980 | 2024-06-27T21:17:02.526Z | Downloaded regress v0.9.1 |
981 | 2024-06-27T21:17:02.533Z | Downloaded smoltcp v0.11.0 |
982 | 2024-06-27T21:17:02.545Z | Downloaded sled v0.34.7 |
983 | 2024-06-27T21:17:02.554Z | Downloaded ratatui v0.26.2 |
984 | 2024-06-27T21:17:02.571Z | Downloaded finl_unicode v1.2.0 |
985 | 2024-06-27T21:17:02.583Z | Downloaded csv v1.3.0 |
986 | 2024-06-27T21:17:02.601Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
987 | 2024-06-27T21:17:02.612Z | Downloaded zerocopy-derive v0.6.6 |
988 | 2024-06-27T21:17:02.620Z | Downloaded regex-automata v0.4.6 |
989 | 2024-06-27T21:17:02.635Z | Downloaded petgraph v0.6.5 |
990 | 2024-06-27T21:17:02.651Z | Downloaded openapiv3 v2.0.0 |
991 | 2024-06-27T21:17:02.662Z | Downloaded regex-syntax v0.6.29 |
992 | 2024-06-27T21:17:02.668Z | Downloaded rustls v0.22.4 |
993 | 2024-06-27T21:17:02.680Z | Downloaded rustls v0.21.12 |
994 | 2024-06-27T21:17:02.692Z | Downloaded sha3 v0.10.8 |
995 | 2024-06-27T21:17:02.695Z | Downloaded nix v0.27.1 |
996 | 2024-06-27T21:17:02.704Z | Downloaded polar-core v0.27.3 |
997 | 2024-06-27T21:17:02.711Z | Downloaded object v0.32.2 |
998 | 2024-06-27T21:17:02.721Z | Downloaded bstr v0.2.17 |
999 | 2024-06-27T21:17:02.729Z | Downloaded curve25519-dalek v4.1.3 |
1000 | 2024-06-27T21:17:02.737Z | Downloaded rustls-webpki v0.101.7 |
1001 | 2024-06-27T21:17:02.750Z | Downloaded unicode-segmentation v1.11.0 |
1002 | 2024-06-27T21:17:02.753Z | Downloaded rustyline v14.0.0 |
1003 | 2024-06-27T21:17:02.758Z | Downloaded blake3 v1.5.1 |
1004 | 2024-06-27T21:17:02.765Z | Downloaded tough v0.17.1 |
1005 | 2024-06-27T21:17:02.772Z | Downloaded quick-xml v0.31.0 |
1006 | 2024-06-27T21:17:02.777Z | Downloaded reedline v0.31.0 |
1007 | 2024-06-27T21:17:02.784Z | Downloaded textwrap v0.16.1 |
1008 | 2024-06-27T21:17:02.786Z | Downloaded tungstenite v0.21.0 |
1009 | 2024-06-27T21:17:02.789Z | Downloaded portable-atomic v1.6.0 |
1010 | 2024-06-27T21:17:02.794Z | Downloaded steno v0.4.0 |
1011 | 2024-06-27T21:17:02.798Z | Downloaded heapless v0.7.17 |
1012 | 2024-06-27T21:17:02.801Z | Downloaded trust-dns-client v0.22.0 |
1013 | 2024-06-27T21:17:02.806Z | Downloaded nom v7.1.3 |
1014 | 2024-06-27T21:17:02.811Z | Downloaded indicatif v0.17.8 |
1015 | 2024-06-27T21:17:02.814Z | Downloaded tls_codec v0.4.1 |
1016 | 2024-06-27T21:17:02.817Z | Downloaded ff v0.13.0 |
1017 | 2024-06-27T21:17:02.817Z | Downloaded whoami v1.5.1 |
1018 | 2024-06-27T21:17:02.820Z | Downloaded diff v0.1.13 |
1019 | 2024-06-27T21:17:02.823Z | Downloaded diesel_derives v2.1.4 |
1020 | 2024-06-27T21:17:02.826Z | Downloaded publicsuffix v2.2.3 |
1021 | 2024-06-27T21:17:02.829Z | Downloaded socket2 v0.4.10 |
1022 | 2024-06-27T21:17:02.829Z | Downloaded unicode_categories v0.1.1 |
1023 | 2024-06-27T21:17:02.831Z | Downloaded unarray v0.1.4 |
1024 | 2024-06-27T21:17:02.832Z | Downloaded slog-stdlog v4.1.1 |
1025 | 2024-06-27T21:17:02.835Z | Downloaded sqlformat v0.2.3 |
1026 | 2024-06-27T21:17:02.835Z | Downloaded toml v0.7.8 |
1027 | 2024-06-27T21:17:02.837Z | Downloaded half v2.4.1 |
1028 | 2024-06-27T21:17:02.840Z | Downloaded num-bigint-dig v0.8.4 |
1029 | 2024-06-27T21:17:02.843Z | Downloaded rustc-demangle v0.1.24 |
1030 | 2024-06-27T21:17:02.846Z | Downloaded unsafe-libyaml v0.2.11 |
1031 | 2024-06-27T21:17:02.848Z | Downloaded der v0.7.9 |
1032 | 2024-06-27T21:17:02.852Z | Downloaded unicode-linebreak v0.1.5 |
1033 | 2024-06-27T21:17:02.855Z | Downloaded env_logger v0.10.2 |
1034 | 2024-06-27T21:17:02.857Z | Downloaded tui-tree-widget v0.19.0 |
1035 | 2024-06-27T21:17:02.857Z | Downloaded spin v0.9.8 |
1036 | 2024-06-27T21:17:02.860Z | Downloaded toml v0.5.11 |
1037 | 2024-06-27T21:17:02.863Z | Downloaded strum_macros v0.25.3 |
1038 | 2024-06-27T21:17:02.863Z | Downloaded rtoolbox v0.0.2 |
1039 | 2024-06-27T21:17:02.866Z | Downloaded snafu-derive v0.8.2 |
1040 | 2024-06-27T21:17:02.866Z | Downloaded rustls-pemfile v2.1.2 |
1041 | 2024-06-27T21:17:02.868Z | Downloaded tokio-rustls v0.25.0 |
1042 | 2024-06-27T21:17:02.869Z | Downloaded smawk v0.3.2 |
1043 | 2024-06-27T21:17:02.873Z | Downloaded rustls-pki-types v1.7.0 |
1044 | 2024-06-27T21:17:02.876Z | Downloaded similar v2.5.0 |
1045 | 2024-06-27T21:17:02.876Z | Downloaded rayon-core v1.12.1 |
1046 | 2024-06-27T21:17:02.879Z | Downloaded rand v0.8.5 |
1047 | 2024-06-27T21:17:02.882Z | Downloaded structmeta v0.2.0 |
1048 | 2024-06-27T21:17:02.884Z | Downloaded strip-ansi-escapes v0.2.0 |
1049 | 2024-06-27T21:17:02.884Z | Downloaded same-file v1.0.6 |
1050 | 2024-06-27T21:17:02.887Z | Downloaded slog-envlogger v2.2.0 |
1051 | 2024-06-27T21:17:02.887Z | Downloaded static_assertions v1.1.0 |
1052 | 2024-06-27T21:17:02.890Z | Downloaded untrusted v0.9.0 |
1053 | 2024-06-27T21:17:02.890Z | Downloaded untrusted v0.7.1 |
1054 | 2024-06-27T21:17:02.890Z | Downloaded universal-hash v0.5.1 |
1055 | 2024-06-27T21:17:02.893Z | Downloaded spki v0.7.3 |
1056 | 2024-06-27T21:17:02.893Z | Downloaded spin v0.5.2 |
1057 | 2024-06-27T21:17:02.893Z | Downloaded serde_repr v0.1.19 |
1058 | 2024-06-27T21:17:02.896Z | Downloaded lru v0.12.3 |
1059 | 2024-06-27T21:17:02.896Z | Downloaded linked-hash-map v0.5.6 |
1060 | 2024-06-27T21:17:02.898Z | Downloaded linear-map v1.2.0 |
1061 | 2024-06-27T21:17:02.899Z | Downloaded derive-where v1.2.7 |
1062 | 2024-06-27T21:17:02.901Z | Downloaded backtrace v0.3.71 |
1063 | 2024-06-27T21:17:02.905Z | Downloaded prettyplease v0.2.20 |
1064 | 2024-06-27T21:17:02.908Z | Downloaded foreign-types v0.5.0 |
1065 | 2024-06-27T21:17:02.910Z | Downloaded darling_core v0.20.9 |
1066 | 2024-06-27T21:17:02.913Z | Downloaded tracing-attributes v0.1.27 |
1067 | 2024-06-27T21:17:02.916Z | Downloaded tokio-stream v0.1.15 |
1068 | 2024-06-27T21:17:02.919Z | Downloaded fatfs v0.3.6 |
1069 | 2024-06-27T21:17:02.922Z | Downloaded vte v0.11.1 |
1070 | 2024-06-27T21:17:02.925Z | Downloaded hash32 v0.2.1 |
1071 | 2024-06-27T21:17:02.925Z | Downloaded group v0.13.0 |
1072 | 2024-06-27T21:17:02.925Z | Downloaded fallible-iterator v0.2.0 |
1073 | 2024-06-27T21:17:02.928Z | Downloaded memmap2 v0.9.4 |
1074 | 2024-06-27T21:17:02.928Z | Downloaded ipnetwork v0.20.0 |
1075 | 2024-06-27T21:17:02.930Z | Downloaded globset v0.4.14 |
1076 | 2024-06-27T21:17:02.930Z | Downloaded poly1305 v0.8.0 |
1077 | 2024-06-27T21:17:02.934Z | Downloaded crypto-bigint v0.5.5 |
1078 | 2024-06-27T21:17:02.940Z | Downloaded fixedbitset v0.4.2 |
1079 | 2024-06-27T21:17:02.943Z | Downloaded uzers v0.11.3 |
1080 | 2024-06-27T21:17:02.943Z | Downloaded wait-timeout v0.2.0 |
1081 | 2024-06-27T21:17:02.945Z | Downloaded tabwriter v1.4.0 |
1082 | 2024-06-27T21:17:02.945Z | Downloaded supports-color v3.0.0 |
1083 | 2024-06-27T21:17:02.948Z | Downloaded signal-hook-tokio v0.3.1 |
1084 | 2024-06-27T21:17:02.948Z | Downloaded signal-hook-mio v0.2.3 |
1085 | 2024-06-27T21:17:02.948Z | Downloaded omicron-zone-package v0.11.0 |
1086 | 2024-06-27T21:17:02.951Z | Downloaded num-complex v0.4.6 |
1087 | 2024-06-27T21:17:02.953Z | Downloaded crc-any v2.5.0 |
1088 | 2024-06-27T21:17:02.956Z | Downloaded indoc v2.0.5 |
1089 | 2024-06-27T21:17:02.956Z | Downloaded psl-types v2.0.11 |
1090 | 2024-06-27T21:17:02.959Z | Downloaded postgres-protocol v0.6.6 |
1091 | 2024-06-27T21:17:02.959Z | Downloaded pkcs8 v0.10.2 |
1092 | 2024-06-27T21:17:02.962Z | Downloaded pin-project-internal v1.1.5 |
1093 | 2024-06-27T21:17:02.965Z | Downloaded pem-rfc7468 v0.7.0 |
1094 | 2024-06-27T21:17:02.965Z | Downloaded inout v0.1.3 |
1095 | 2024-06-27T21:17:02.965Z | Downloaded indoc v1.0.9 |
1096 | 2024-06-27T21:17:02.968Z | Downloaded nu-ansi-term v0.50.0 |
1097 | 2024-06-27T21:17:02.970Z | Downloaded mockall_derive v0.12.1 |
1098 | 2024-06-27T21:17:02.973Z | Downloaded hex v0.4.3 |
1099 | 2024-06-27T21:17:02.973Z | Downloaded heck v0.3.3 |
1100 | 2024-06-27T21:17:02.975Z | Downloaded defmt-macros v0.3.9 |
1101 | 2024-06-27T21:17:02.978Z | Downloaded csv-core v0.1.11 |
1102 | 2024-06-27T21:17:02.978Z | Downloaded bzip2 v0.4.4 |
1103 | 2024-06-27T21:17:02.981Z | Downloaded zeroize_derive v1.4.2 |
1104 | 2024-06-27T21:17:02.981Z | Downloaded zeroize v1.7.0 |
1105 | 2024-06-27T21:17:02.981Z | Downloaded oso v0.27.3 |
1106 | 2024-06-27T21:17:02.983Z | Downloaded quick-error v1.2.3 |
1107 | 2024-06-27T21:17:02.986Z | Downloaded parking_lot v0.11.2 |
1108 | 2024-06-27T21:17:02.989Z | Downloaded backoff v0.4.0 |
1109 | 2024-06-27T21:17:02.989Z | Downloaded rand_chacha v0.3.1 |
1110 | 2024-06-27T21:17:02.989Z | Downloaded r2d2 v0.8.10 |
1111 | 2024-06-27T21:17:02.992Z | Downloaded predicates-tree v1.0.9 |
1112 | 2024-06-27T21:17:02.992Z | Downloaded phf_shared v0.11.2 |
1113 | 2024-06-27T21:17:02.992Z | Downloaded crossbeam-epoch v0.9.18 |
1114 | 2024-06-27T21:17:02.995Z | Downloaded topological-sort v0.2.2 |
1115 | 2024-06-27T21:17:02.997Z | Downloaded tls_codec_derive v0.4.1 |
1116 | 2024-06-27T21:17:02.997Z | Downloaded num-rational v0.4.2 |
1117 | 2024-06-27T21:17:02.997Z | Downloaded debug-ignore v1.0.5 |
1118 | 2024-06-27T21:17:03.000Z | Downloaded curve25519-dalek-derive v0.1.1 |
1119 | 2024-06-27T21:17:03.001Z | Downloaded cobs v0.2.3 |
1120 | 2024-06-27T21:17:03.004Z | Downloaded chacha20 v0.9.1 |
1121 | 2024-06-27T21:17:03.004Z | Downloaded cexpr v0.6.0 |
1122 | 2024-06-27T21:17:03.009Z | Downloaded cassowary v0.3.0 |
1123 | 2024-06-27T21:17:03.009Z | Downloaded bb8 v0.8.3 |
1124 | 2024-06-27T21:17:03.009Z | Downloaded async-recursion v1.1.1 |
1125 | 2024-06-27T21:17:03.011Z | Downloaded pkcs1 v0.7.5 |
1126 | 2024-06-27T21:17:03.011Z | Downloaded darling v0.20.9 |
1127 | 2024-06-27T21:17:03.015Z | Downloaded clang-sys v1.7.0 |
1128 | 2024-06-27T21:17:03.017Z | Downloaded num-integer v0.1.46 |
1129 | 2024-06-27T21:17:03.020Z | Downloaded nibble_vec v0.1.0 |
1130 | 2024-06-27T21:17:03.020Z | Downloaded corncobs v0.1.3 |
1131 | 2024-06-27T21:17:03.022Z | Downloaded convert_case v0.4.0 |
1132 | 2024-06-27T21:17:03.022Z | Downloaded camino-tempfile v1.1.1 |
1133 | 2024-06-27T21:17:03.025Z | Downloaded atomic-waker v1.1.2 |
1134 | 2024-06-27T21:17:03.025Z | Downloaded allocator-api2 v0.2.18 |
1135 | 2024-06-27T21:17:03.028Z | Downloaded der_derive v0.7.2 |
1136 | 2024-06-27T21:17:03.028Z | Downloaded console v0.15.8 |
1137 | 2024-06-27T21:17:03.031Z | Downloaded bcs v0.1.6 |
1138 | 2024-06-27T21:17:03.034Z | Downloaded async-trait v0.1.80 |
1139 | 2024-06-27T21:17:03.037Z | Downloaded ciborium v0.2.2 |
1140 | 2024-06-27T21:17:03.039Z | Downloaded block-padding v0.3.3 |
1141 | 2024-06-27T21:17:03.039Z | Downloaded bitfield-struct v0.6.1 |
1142 | 2024-06-27T21:17:03.039Z | Downloaded base16ct v0.2.0 |
1143 | 2024-06-27T21:17:03.042Z | Downloaded multer v3.1.0 |
1144 | 2024-06-27T21:17:03.042Z | Downloaded cstr-argument v0.1.2 |
1145 | 2024-06-27T21:17:03.045Z | Downloaded bitstruct v0.1.1 |
1146 | 2024-06-27T21:17:03.045Z | Downloaded base64ct v1.6.0 |
1147 | 2024-06-27T21:17:03.047Z | Downloaded predicates-core v1.0.6 |
1148 | 2024-06-27T21:17:03.047Z | Downloaded ascii v1.1.0 |
1149 | 2024-06-27T21:17:03.050Z | Downloaded arrayvec v0.7.4 |
1150 | 2024-06-27T21:17:03.050Z | Downloaded ahash v0.8.11 |
1151 | 2024-06-27T21:17:03.053Z | Downloaded num_enum_derive v0.5.11 |
1152 | 2024-06-27T21:17:03.053Z | Downloaded num v0.4.3 |
1153 | 2024-06-27T21:17:03.056Z | Downloaded bitstruct_derive v0.1.0 |
1154 | 2024-06-27T21:17:03.056Z | Downloaded atty v0.2.14 |
1155 | 2024-06-27T21:17:03.056Z | Downloaded async-stream-impl v0.3.5 |
1156 | 2024-06-27T21:17:03.059Z | Downloaded new_debug_unreachable v1.0.6 |
1157 | 2024-06-27T21:17:03.059Z | Downloaded defmt-parser v0.3.4 |
1158 | 2024-06-27T21:17:03.059Z | Downloaded buf-list v1.0.3 |
1159 | 2024-06-27T21:17:03.063Z | Downloaded bitfield v0.14.0 |
1160 | 2024-06-27T21:17:03.063Z | Downloaded num-iter v0.1.45 |
1161 | 2024-06-27T21:17:03.063Z | Downloaded async-stream v0.3.5 |
1162 | 2024-06-27T21:17:03.063Z | Downloaded mockall v0.12.1 |
1163 | 2024-06-27T21:17:03.067Z | Downloaded mime_guess v2.0.4 |
1164 | 2024-06-27T21:17:03.067Z | Downloaded ring v0.17.8 |
1165 | 2024-06-27T21:17:03.130Z | Downloaded memoffset v0.9.1 |
1166 | 2024-06-27T21:17:03.133Z | Downloaded crc-catalog v2.4.0 |
1167 | 2024-06-27T21:17:03.133Z | Downloaded crc v3.2.1 |
1168 | 2024-06-27T21:17:03.136Z | Downloaded bit-set v0.5.3 |
1169 | 2024-06-27T21:17:03.136Z | Downloaded assert_matches v1.5.0 |
1170 | 2024-06-27T21:17:03.136Z | Downloaded precomputed-hash v0.1.1 |
1171 | 2024-06-27T21:17:03.139Z | Downloaded bitflags v1.3.2 |
1172 | 2024-06-27T21:17:03.139Z | Downloaded darling_macro v0.20.9 |
1173 | 2024-06-27T21:17:03.169Z | Downloaded ring v0.16.20 |
1174 | 2024-06-27T21:17:03.372Z | Compiling proc-macro2 v1.0.86 |
1175 | 2024-06-27T21:17:03.372Z | Compiling unicode-ident v1.0.12 |
1176 | 2024-06-27T21:17:03.375Z | Compiling libc v0.2.155 |
1177 | 2024-06-27T21:17:03.375Z | Compiling serde v1.0.203 |
1178 | 2024-06-27T21:17:03.375Z | Compiling autocfg v1.3.0 |
1179 | 2024-06-27T21:17:03.375Z | Compiling version_check v0.9.4 |
1180 | 2024-06-27T21:17:03.375Z | Compiling cfg-if v1.0.0 |
1181 | 2024-06-27T21:17:03.592Z | Compiling cc v1.0.97 |
1182 | 2024-06-27T21:17:03.619Z | Compiling parking_lot_core v0.9.10 |
1183 | 2024-06-27T21:17:03.636Z | Compiling serde_json v1.0.118 |
1184 | 2024-06-27T21:17:03.990Z | Compiling once_cell v1.19.0 |
1185 | 2024-06-27T21:17:03.993Z | Compiling libm v0.2.8 |
1186 | 2024-06-27T21:17:04.199Z | Compiling lock_api v0.4.12 |
1187 | 2024-06-27T21:17:04.230Z | Compiling ahash v0.8.11 |
1188 | 2024-06-27T21:17:04.286Z | Compiling byteorder v1.5.0 |
1189 | 2024-06-27T21:17:04.341Z | Compiling num-traits v0.2.19 |
1190 | 2024-06-27T21:17:04.446Z | Compiling memchr v2.7.2 |
1191 | 2024-06-27T21:17:04.518Z | Compiling thiserror v1.0.60 |
1192 | 2024-06-27T21:17:04.591Z | Compiling typenum v1.17.0 |
1193 | 2024-06-27T21:17:04.801Z | Compiling itoa v1.0.11 |
1194 | 2024-06-27T21:17:05.050Z | Compiling quote v1.0.36 |
1195 | 2024-06-27T21:17:05.115Z | Compiling log v0.4.21 |
1196 | 2024-06-27T21:17:05.529Z | Compiling syn v2.0.68 |
1197 | 2024-06-27T21:17:05.563Z | Compiling getrandom v0.2.14 |
1198 | 2024-06-27T21:17:05.710Z | Compiling generic-array v0.14.7 |
1199 | 2024-06-27T21:17:05.978Z | Compiling scopeguard v1.2.0 |
1200 | 2024-06-27T21:17:06.212Z | Compiling allocator-api2 v0.2.18 |
1201 | 2024-06-27T21:17:06.300Z | Compiling slab v0.4.9 |
1202 | 2024-06-27T21:17:06.650Z | Compiling ryu v1.0.18 |
1203 | 2024-06-27T21:17:06.679Z | Compiling ring v0.17.8 |
1204 | 2024-06-27T21:17:06.726Z | Compiling pin-project-lite v0.2.14 |
1205 | 2024-06-27T21:17:06.875Z | Compiling smallvec v1.13.2 |
1206 | 2024-06-27T21:17:06.936Z | Compiling schemars v0.8.21 |
1207 | 2024-06-27T21:17:07.000Z | Compiling semver v1.0.23 |
1208 | 2024-06-27T21:17:07.337Z | Compiling equivalent v1.0.1 |
1209 | 2024-06-27T21:17:07.436Z | Compiling vcpkg v0.2.15 |
1210 | 2024-06-27T21:17:07.449Z | Compiling pkg-config v0.3.30 |
1211 | 2024-06-27T21:17:07.617Z | Compiling parking_lot v0.12.2 |
1212 | 2024-06-27T21:17:08.129Z | Compiling signal-hook-registry v1.4.2 |
1213 | 2024-06-27T21:17:08.834Z | Compiling syn v1.0.109 |
1214 | 2024-06-27T21:17:09.167Z | Compiling openssl-sys v0.9.102 |
1215 | 2024-06-27T21:17:09.420Z | Compiling mio v0.8.11 |
1216 | 2024-06-27T21:17:10.079Z | Compiling rand_core v0.6.4 |
1217 | 2024-06-27T21:17:10.095Z | Compiling socket2 v0.5.7 |
1218 | 2024-06-27T21:17:10.461Z | Compiling num_cpus v1.16.0 |
1219 | 2024-06-27T21:17:10.586Z | Compiling time-core v0.1.2 |
1220 | 2024-06-27T21:17:10.741Z | Compiling num-conv v0.1.0 |
1221 | 2024-06-27T21:17:11.011Z | Compiling time-macros v0.2.18 |
1222 | 2024-06-27T21:17:11.313Z | Compiling httparse v1.8.0 |
1223 | 2024-06-27T21:17:11.681Z | Compiling futures-core v0.3.30 |
1224 | 2024-06-27T21:17:11.923Z | Compiling openssl v0.10.64 |
1225 | 2024-06-27T21:17:11.954Z | Compiling fnv v1.0.7 |
1226 | 2024-06-27T21:17:12.308Z | Compiling iana-time-zone v0.1.60 |
1227 | 2024-06-27T21:17:12.339Z | Compiling crossbeam-utils v0.8.19 |
1228 | 2024-06-27T21:17:12.375Z | Compiling rustix v0.38.34 |
1229 | 2024-06-27T21:17:12.844Z | Compiling serde_derive_internals v0.29.1 |
1230 | 2024-06-27T21:17:12.988Z | Compiling spin v0.9.8 |
1231 | 2024-06-27T21:17:13.405Z | Compiling rustls v0.21.12 |
1232 | 2024-06-27T21:17:13.441Z | Compiling native-tls v0.2.11 |
1233 | 2024-06-27T21:17:13.641Z | Compiling tinyvec_macros v0.1.1 |
1234 | 2024-06-27T21:17:13.717Z | Compiling tinyvec v1.6.0 |
1235 | 2024-06-27T21:17:14.001Z | Compiling ucd-trie v0.1.6 |
1236 | 2024-06-27T21:17:14.199Z | Compiling subtle v2.5.0 |
1237 | 2024-06-27T21:17:14.490Z | Compiling const-oid v0.9.6 |
1238 | 2024-06-27T21:17:14.648Z | Compiling futures-sink v0.3.30 |
1239 | 2024-06-27T21:17:14.833Z | Compiling backtrace v0.3.71 |
1240 | 2024-06-27T21:17:15.084Z | Compiling unicode-normalization v0.1.23 |
1241 | 2024-06-27T21:17:15.206Z | Compiling cookie v0.17.0 |
1242 | 2024-06-27T21:17:15.243Z | Compiling heck v0.5.0 |
1243 | 2024-06-27T21:17:15.460Z | Compiling unicode-bidi v0.3.15 |
1244 | 2024-06-27T21:17:15.634Z | Compiling dyn-clone v1.0.17 |
1245 | 2024-06-27T21:17:16.046Z | Compiling slog v2.7.0 |
1246 | 2024-06-27T21:17:16.126Z | Compiling heck v0.4.1 |
1247 | 2024-06-27T21:17:16.471Z | Compiling futures-channel v0.3.30 |
1248 | 2024-06-27T21:17:16.654Z | Compiling pin-utils v0.1.0 |
1249 | 2024-06-27T21:17:16.654Z | Compiling futures-io v0.3.30 |
1250 | 2024-06-27T21:17:16.760Z | Compiling futures-task v0.3.30 |
1251 | 2024-06-27T21:17:17.199Z | Compiling aho-corasick v1.1.3 |
1252 | 2024-06-27T21:17:17.505Z | Compiling untrusted v0.9.0 |
1253 | 2024-06-27T21:17:17.688Z | Compiling winnow v0.5.40 |
1254 | 2024-06-27T21:17:17.770Z | Compiling regex-syntax v0.8.3 |
1255 | 2024-06-27T21:17:18.586Z | Compiling serde_derive v1.0.203 |
1256 | 2024-06-27T21:17:19.698Z | Compiling zerocopy-derive v0.7.34 |
1257 | 2024-06-27T21:17:19.860Z | Compiling zeroize_derive v1.4.2 |
1258 | 2024-06-27T21:17:21.228Z | Compiling thiserror-impl v1.0.60 |
1259 | 2024-06-27T21:17:21.542Z | Compiling tokio-macros v2.2.0 |
1260 | 2024-06-27T21:17:21.632Z | Compiling futures-macro v0.3.30 |
1261 | 2024-06-27T21:17:21.685Z | Compiling zerocopy v0.7.34 |
1262 | 2024-06-27T21:17:22.536Z | Compiling schemars_derive v0.8.21 |
1263 | 2024-06-27T21:17:23.426Z | Compiling tracing-attributes v0.1.27 |
1264 | 2024-06-27T21:17:23.481Z | Compiling zeroize v1.7.0 |
1265 | 2024-06-27T21:17:23.937Z | Compiling hashbrown v0.14.5 |
1266 | 2024-06-27T21:17:24.245Z | Compiling openssl-macros v0.1.1 |
1267 | 2024-06-27T21:17:25.340Z | Compiling scroll_derive v0.12.0 |
1268 | 2024-06-27T21:17:25.442Z | Compiling pest v2.7.10 |
1269 | 2024-06-27T21:17:25.564Z | Compiling crypto-common v0.1.6 |
1270 | 2024-06-27T21:17:25.730Z | Compiling futures-util v0.3.30 |
1271 | 2024-06-27T21:17:26.387Z | Compiling der_derive v0.7.2 |
1272 | 2024-06-27T21:17:26.664Z | Compiling anyhow v1.0.86 |
1273 | 2024-06-27T21:17:27.134Z | Compiling block-buffer v0.10.4 |
1274 | 2024-06-27T21:17:27.352Z | Compiling regex-automata v0.4.6 |
1275 | 2024-06-27T21:17:28.129Z | Compiling pest_meta v2.7.10 |
1276 | 2024-06-27T21:17:28.706Z | Compiling tracing-core v0.1.32 |
1277 | 2024-06-27T21:17:31.103Z | Compiling pest_generator v2.7.10 |
1278 | 2024-06-27T21:17:32.043Z | Compiling bytes v1.6.0 |
1279 | 2024-06-27T21:17:32.887Z | Compiling indexmap v2.2.6 |
1280 | 2024-06-27T21:17:33.207Z | Compiling bitflags v2.5.0 |
1281 | 2024-06-27T21:17:33.786Z | Compiling tokio v1.37.0 |
1282 | 2024-06-27T21:17:33.874Z | Compiling uuid v1.8.0 |
1283 | 2024-06-27T21:17:34.364Z | Compiling chrono v0.4.38 |
1284 | 2024-06-27T21:17:35.029Z | Compiling serde_tokenstream v0.2.0 |
1285 | 2024-06-27T21:17:35.926Z | Compiling serde_spanned v0.6.6 |
1286 | 2024-06-27T21:17:36.143Z | Compiling toml_datetime v0.6.6 |
1287 | 2024-06-27T21:17:36.574Z | Compiling http v0.2.12 |
1288 | 2024-06-27T21:17:38.727Z | Compiling toml_edit v0.19.15 |
1289 | 2024-06-27T21:17:38.857Z | Compiling rustc_version v0.4.0 |
1290 | 2024-06-27T21:17:39.500Z | Compiling pest_derive v2.7.10 |
1291 | 2024-06-27T21:17:39.790Z | Compiling usdt-impl v0.5.0 |
1292 | 2024-06-27T21:17:40.108Z | Compiling powerfmt v0.2.0 |
1293 | 2024-06-27T21:17:40.257Z | Compiling rustversion v1.0.17 |
1294 | 2024-06-27T21:17:40.597Z | Compiling deranged v0.3.11 |
1295 | 2024-06-27T21:17:40.927Z | Compiling heapless v0.7.17 |
1296 | 2024-06-27T21:17:41.321Z | Compiling tracing v0.1.40 |
1297 | 2024-06-27T21:17:41.837Z | Compiling digest v0.10.7 |
1298 | 2024-06-27T21:17:42.162Z | Compiling scroll v0.12.0 |
1299 | 2024-06-27T21:17:42.791Z | Compiling ppv-lite86 v0.2.17 |
1300 | 2024-06-27T21:17:42.872Z | Compiling plain v0.2.3 |
1301 | 2024-06-27T21:17:42.949Z | Compiling num_threads v0.1.7 |
1302 | 2024-06-27T21:17:43.014Z | Compiling signal-hook v0.3.17 |
1303 | 2024-06-27T21:17:43.261Z | Compiling percent-encoding v2.3.1 |
1304 | 2024-06-27T21:17:43.566Z | Compiling rand_chacha v0.3.1 |
1305 | 2024-06-27T21:17:43.569Z | Compiling time v0.3.36 |
1306 | 2024-06-27T21:17:43.747Z | Compiling goblin v0.8.2 |
1307 | 2024-06-27T21:17:45.744Z | Compiling regex v1.10.4 |
1308 | 2024-06-27T21:17:46.727Z | Compiling crc32fast v1.4.0 |
1309 | 2024-06-27T21:17:47.156Z | Compiling pretty-hex v0.4.1 |
1310 | 2024-06-27T21:17:47.363Z | Compiling strsim v0.11.1 |
1311 | 2024-06-27T21:17:48.470Z | Compiling rand v0.8.5 |
1312 | 2024-06-27T21:17:48.643Z | Compiling tokio-util v0.7.11 |
1313 | 2024-06-27T21:17:49.960Z | Compiling dof v0.3.0 |
1314 | 2024-06-27T21:17:50.037Z | Compiling dtrace-parser v0.2.0 |
1315 | 2024-06-27T21:17:50.465Z | Compiling async-trait v0.1.80 |
1316 | 2024-06-27T21:17:51.085Z | Compiling thread-id v4.2.1 |
1317 | 2024-06-27T21:17:51.196Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1318 | 2024-06-27T21:17:51.632Z | Compiling foreign-types-shared v0.1.1 |
1319 | 2024-06-27T21:17:51.734Z | Compiling base64ct v1.6.0 |
1320 | 2024-06-27T21:17:51.840Z | Compiling unicode-width v0.1.12 |
1321 | 2024-06-27T21:17:51.861Z | Compiling smoltcp v0.9.1 |
1322 | 2024-06-27T21:17:52.040Z | Compiling foreign-types v0.3.2 |
1323 | 2024-06-27T21:17:52.272Z | Compiling pem-rfc7468 v0.7.0 |
1324 | 2024-06-27T21:17:53.472Z | Compiling form_urlencoded v1.2.1 |
1325 | 2024-06-27T21:17:54.051Z | Compiling hmac v0.12.1 |
1326 | 2024-06-27T21:17:54.156Z | Compiling siphasher v0.3.11 |
1327 | 2024-06-27T21:17:54.173Z | Compiling try-lock v0.2.5 |
1328 | 2024-06-27T21:17:54.304Z | Compiling base64 v0.21.7 |
1329 | 2024-06-27T21:17:54.525Z | Compiling adler v1.0.2 |
1330 | 2024-06-27T21:17:54.540Z | Compiling flagset v0.4.5 |
1331 | 2024-06-27T21:17:54.795Z | Compiling der v0.7.9 |
1332 | 2024-06-27T21:17:54.911Z | Compiling miniz_oxide v0.7.2 |
1333 | 2024-06-27T21:17:54.969Z | Compiling want v0.3.1 |
1334 | 2024-06-27T21:17:56.944Z | Compiling h2 v0.3.26 |
1335 | 2024-06-27T21:17:57.914Z | Compiling sct v0.7.1 |
1336 | 2024-06-27T21:17:58.102Z | Compiling rustls-webpki v0.101.7 |
1337 | 2024-06-27T21:17:58.172Z | Compiling http-body v0.4.6 |
1338 | 2024-06-27T21:17:59.184Z | Compiling openapiv3 v2.0.0 |
1339 | 2024-06-27T21:17:59.820Z | Compiling hubpack_derive v0.1.1 |
1340 | 2024-06-27T21:17:59.836Z | Compiling zerocopy-derive v0.6.6 |
1341 | 2024-06-27T21:18:00.215Z | Compiling idna v0.5.0 |
1342 | 2024-06-27T21:18:00.493Z | Compiling errno v0.3.9 |
1343 | 2024-06-27T21:18:00.750Z | Compiling fs-err v2.11.0 |
1344 | 2024-06-27T21:18:00.849Z | Compiling finl_unicode v1.2.0 |
1345 | 2024-06-27T21:18:01.033Z | Compiling tower-service v0.3.2 |
1346 | 2024-06-27T21:18:01.162Z | Compiling anstyle v1.0.7 |
1347 | 2024-06-27T21:18:01.426Z | Compiling httpdate v1.0.3 |
1348 | 2024-06-27T21:18:01.547Z | Compiling utf8parse v0.2.1 |
1349 | 2024-06-27T21:18:01.585Z | Compiling spin v0.5.2 |
1350 | 2024-06-27T21:18:01.776Z | Compiling gimli v0.28.1 |
1351 | 2024-06-27T21:18:02.576Z | Compiling stable_deref_trait v1.2.0 |
1352 | 2024-06-27T21:18:02.615Z | Compiling cpufeatures v0.2.12 |
1353 | 2024-06-27T21:18:02.716Z | Compiling openssl-probe v0.1.5 |
1354 | 2024-06-27T21:18:02.794Z | Compiling sha2 v0.10.8 |
1355 | 2024-06-27T21:18:03.353Z | Compiling anstyle-parse v0.2.4 |
1356 | 2024-06-27T21:18:03.519Z | Compiling stringprep v0.1.4 |
1357 | 2024-06-27T21:18:03.534Z | Compiling url v2.5.0 |
1358 | 2024-06-27T21:18:03.646Z | Compiling hyper v0.14.28 |
1359 | 2024-06-27T21:18:06.402Z | Compiling addr2line v0.21.0 |
1360 | 2024-06-27T21:18:07.523Z | Compiling spki v0.7.3 |
1361 | 2024-06-27T21:18:08.302Z | Compiling usdt-macro v0.5.0 |
1362 | 2024-06-27T21:18:09.330Z | Compiling usdt-attr-macro v0.5.0 |
1363 | 2024-06-27T21:18:09.723Z | Compiling md-5 v0.10.6 |
1364 | 2024-06-27T21:18:12.895Z | Compiling idna v0.3.0 |
1365 | 2024-06-27T21:18:14.246Z | Compiling diesel_table_macro_syntax v0.1.0 |
1366 | 2024-06-27T21:18:14.305Z | Compiling num-integer v0.1.46 |
1367 | 2024-06-27T21:18:14.618Z | Compiling object v0.32.2 |
1368 | 2024-06-27T21:18:15.034Z | Compiling hash32 v0.2.1 |
1369 | 2024-06-27T21:18:15.400Z | Compiling psl-types v2.0.11 |
1370 | 2024-06-27T21:18:15.795Z | Compiling colorchoice v1.0.1 |
1371 | 2024-06-27T21:18:15.950Z | Compiling rustc-demangle v0.1.24 |
1372 | 2024-06-27T21:18:17.171Z | Compiling fallible-iterator v0.2.0 |
1373 | 2024-06-27T21:18:17.891Z | Compiling is_terminal_polyfill v1.70.0 |
1374 | 2024-06-27T21:18:18.244Z | Compiling anstyle-query v1.0.3 |
1375 | 2024-06-27T21:18:18.626Z | Compiling anstream v0.6.14 |
1376 | 2024-06-27T21:18:21.081Z | Compiling postgres-protocol v0.6.6 |
1377 | 2024-06-27T21:18:21.173Z | Compiling lazy_static v1.4.0 |
1378 | 2024-06-27T21:18:21.292Z | Compiling publicsuffix v2.2.3 |
1379 | 2024-06-27T21:18:21.543Z | Compiling diesel_derives v2.1.4 |
1380 | 2024-06-27T21:18:28.793Z | Compiling tokio-rustls v0.24.1 |
1381 | 2024-06-27T21:18:29.712Z | Compiling pkcs8 v0.10.2 |
1382 | 2024-06-27T21:18:30.066Z | Compiling terminal_size v0.3.0 |
1383 | 2024-06-27T21:18:30.262Z | Compiling tokio-native-tls v0.3.1 |
1384 | 2024-06-27T21:18:30.530Z | Compiling phf_shared v0.11.2 |
1385 | 2024-06-27T21:18:31.717Z | Compiling strum_macros v0.25.3 |
1386 | 2024-06-27T21:18:32.037Z | Compiling block-padding v0.3.3 |
1387 | 2024-06-27T21:18:32.256Z | Compiling regress v0.9.1 |
1388 | 2024-06-27T21:18:33.442Z | Compiling enum-as-inner v0.5.1 |
1389 | 2024-06-27T21:18:33.510Z | Compiling serde_repr v0.1.19 |
1390 | 2024-06-27T21:18:34.369Z | Compiling clap_derive v4.5.4 |
1391 | 2024-06-27T21:18:34.662Z | Compiling ff v0.13.0 |
1392 | 2024-06-27T21:18:34.913Z | Compiling scheduled-thread-pool v0.2.7 |
1393 | 2024-06-27T21:18:35.474Z | Compiling encoding_rs v0.8.34 |
1394 | 2024-06-27T21:18:37.007Z | Compiling ipnet v2.9.0 |
1395 | 2024-06-27T21:18:37.906Z | Compiling matches v0.1.10 |
1396 | 2024-06-27T21:18:37.993Z | Compiling bitflags v1.3.2 |
1397 | 2024-06-27T21:18:38.071Z | Compiling either v1.12.0 |
1398 | 2024-06-27T21:18:38.092Z | Compiling base16ct v0.2.0 |
1399 | 2024-06-27T21:18:38.375Z | Compiling managed v0.8.0 |
1400 | 2024-06-27T21:18:38.799Z | Compiling clap_lex v0.7.0 |
1401 | 2024-06-27T21:18:39.216Z | Compiling mime v0.3.17 |
1402 | 2024-06-27T21:18:39.494Z | Compiling bit-vec v0.6.3 |
1403 | 2024-06-27T21:18:39.736Z | Compiling clap_builder v4.5.2 |
1404 | 2024-06-27T21:18:40.350Z | Compiling sec1 v0.7.3 |
1405 | 2024-06-27T21:18:40.922Z | Compiling idna v0.2.3 |
1406 | 2024-06-27T21:18:42.332Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1407 | 2024-06-27T21:18:42.614Z | Compiling r2d2 v0.8.10 |
1408 | 2024-06-27T21:18:44.239Z | Compiling group v0.13.0 |
1409 | 2024-06-27T21:18:45.216Z | Compiling inout v0.1.3 |
1410 | 2024-06-27T21:18:46.687Z | Compiling phf v0.11.2 |
1411 | 2024-06-27T21:18:46.995Z | Compiling hyper-tls v0.5.0 |
1412 | 2024-06-27T21:18:47.022Z | Compiling signal-hook-mio v0.2.3 |
1413 | 2024-06-27T21:18:47.149Z | Compiling hyper-rustls v0.24.2 |
1414 | 2024-06-27T21:18:47.328Z | Compiling cookie_store v0.20.0 |
1415 | 2024-06-27T21:18:47.425Z | Compiling postgres-types v0.2.6 |
1416 | 2024-06-27T21:18:47.607Z | Compiling num-bigint v0.4.5 |
1417 | 2024-06-27T21:18:47.908Z | Compiling zerocopy v0.6.6 |
1418 | 2024-06-27T21:18:48.776Z | Compiling hubpack v0.1.2 |
1419 | 2024-06-27T21:18:48.790Z | Compiling rustls-pemfile v1.0.4 |
1420 | 2024-06-27T21:18:48.793Z | Compiling phf_shared v0.10.0 |
1421 | 2024-06-27T21:18:49.173Z | Compiling hkdf v0.12.4 |
1422 | 2024-06-27T21:18:49.189Z | Compiling serde_urlencoded v0.7.1 |
1423 | 2024-06-27T21:18:49.192Z | Compiling crossbeam-epoch v0.9.18 |
1424 | 2024-06-27T21:18:49.719Z | Compiling ipnetwork v0.20.0 |
1425 | 2024-06-27T21:18:50.426Z | Compiling futures-executor v0.3.30 |
1426 | 2024-06-27T21:18:51.069Z | Compiling crypto-bigint v0.5.5 |
1427 | 2024-06-27T21:18:51.241Z | Compiling float-cmp v0.9.0 |
1428 | 2024-06-27T21:18:51.283Z | Compiling memmap v0.7.0 |
1429 | 2024-06-27T21:18:51.455Z | Compiling sync_wrapper v0.1.2 |
1430 | 2024-06-27T21:18:51.604Z | Compiling unicode-segmentation v1.11.0 |
1431 | 2024-06-27T21:18:52.260Z | Compiling new_debug_unreachable v1.0.6 |
1432 | 2024-06-27T21:18:52.355Z | Compiling data-encoding v2.6.0 |
1433 | 2024-06-27T21:18:53.787Z | Compiling normalize-line-endings v0.3.0 |
1434 | 2024-06-27T21:18:53.908Z | Compiling precomputed-hash v0.1.1 |
1435 | 2024-06-27T21:18:54.026Z | Compiling static_assertions v1.1.0 |
1436 | 2024-06-27T21:18:54.042Z | Compiling minimal-lexical v0.2.1 |
1437 | 2024-06-27T21:18:54.224Z | Compiling predicates-core v1.0.6 |
1438 | 2024-06-27T21:18:54.426Z | Compiling whoami v1.5.1 |
1439 | 2024-06-27T21:18:54.515Z | Compiling webpki-roots v0.25.4 |
1440 | 2024-06-27T21:18:54.536Z | Compiling winnow v0.6.8 |
1441 | 2024-06-27T21:18:54.687Z | Compiling fixedbitset v0.4.2 |
1442 | 2024-06-27T21:18:54.933Z | Compiling difflib v0.4.0 |
1443 | 2024-06-27T21:18:55.053Z | Compiling petgraph v0.6.5 |
1444 | 2024-06-27T21:18:55.076Z | Compiling tokio-postgres v0.7.10 |
1445 | 2024-06-27T21:18:55.253Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1446 | 2024-06-27T21:18:55.553Z | Compiling reqwest v0.11.27 |
1447 | 2024-06-27T21:18:56.220Z | Compiling predicates v3.1.0 |
1448 | 2024-06-27T21:18:57.751Z | Compiling nom v7.1.3 |
1449 | 2024-06-27T21:18:58.240Z | Compiling toml_edit v0.22.13 |
1450 | 2024-06-27T21:18:58.902Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1451 | 2024-06-27T21:18:59.239Z | Compiling string_cache v0.8.7 |
1452 | 2024-06-27T21:18:59.691Z | Compiling elliptic-curve v0.13.8 |
1453 | 2024-06-27T21:18:59.730Z | Compiling trust-dns-proto v0.22.0 |
1454 | 2024-06-27T21:19:00.442Z | Compiling similar v2.5.0 |
1455 | 2024-06-27T21:19:02.478Z | Compiling usdt v0.5.0 |
1456 | 2024-06-27T21:19:03.669Z | Compiling futures v0.3.30 |
1457 | 2024-06-27T21:19:03.728Z | Compiling yasna v0.5.2 |
1458 | 2024-06-27T21:19:03.779Z | Compiling diesel v2.1.6 |
1459 | 2024-06-27T21:19:05.473Z | Compiling crossterm v0.27.0 |
1460 | 2024-06-27T21:19:05.606Z | Compiling flate2 v1.0.30 |
1461 | 2024-06-27T21:19:05.631Z | Compiling cipher v0.4.4 |
1462 | 2024-06-27T21:19:06.085Z | Compiling clap v4.5.4 |
1463 | 2024-06-27T21:19:06.208Z | Compiling bit-set v0.5.3 |
1464 | 2024-06-27T21:19:06.465Z | Compiling itertools v0.10.5 |
1465 | 2024-06-27T21:19:06.495Z | Compiling itertools v0.12.1 |
1466 | 2024-06-27T21:19:07.300Z | Compiling console v0.15.8 |
1467 | 2024-06-27T21:19:08.291Z | Compiling num-iter v0.1.45 |
1468 | 2024-06-27T21:19:08.719Z | Compiling tokio-stream v0.1.15 |
1469 | 2024-06-27T21:19:08.776Z | Compiling toml v0.7.8 |
1470 | 2024-06-27T21:19:09.218Z | Compiling bstr v1.9.1 |
1471 | 2024-06-27T21:19:09.237Z | Compiling hex v0.4.3 |
1472 | 2024-06-27T21:19:09.813Z | Compiling unicode-xid v0.2.4 |
1473 | 2024-06-27T21:19:09.830Z | Compiling peg-runtime v0.8.3 |
1474 | 2024-06-27T21:19:09.832Z | Compiling camino v1.1.7 |
1475 | 2024-06-27T21:19:09.999Z | Compiling lalrpop-util v0.19.12 |
1476 | 2024-06-27T21:19:10.376Z | Compiling proc-macro-crate v1.3.1 |
1477 | 2024-06-27T21:19:11.597Z | Compiling heapless v0.8.0 |
1478 | 2024-06-27T21:19:14.477Z | Compiling num_enum_derive v0.5.11 |
1479 | 2024-06-27T21:19:19.726Z | Compiling hash32 v0.3.1 |
1480 | 2024-06-27T21:19:19.968Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1481 | 2024-06-27T21:19:20.066Z | Compiling smoltcp v0.11.0 |
1482 | 2024-06-27T21:19:21.028Z | Compiling rustls-pki-types v1.7.0 |
1483 | 2024-06-27T21:19:22.121Z | Compiling ident_case v1.0.1 |
1484 | 2024-06-27T21:19:22.571Z | Compiling darling_core v0.20.9 |
1485 | 2024-06-27T21:19:34.353Z | Compiling num_enum v0.5.11 |
1486 | 2024-06-27T21:19:35.488Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1487 | 2024-06-27T21:19:35.881Z | Compiling getopts v0.2.21 |
1488 | 2024-06-27T21:19:37.223Z | Compiling dirs-sys-next v0.1.2 |
1489 | 2024-06-27T21:19:38.426Z | Compiling proc-macro-error-attr v1.0.4 |
1490 | 2024-06-27T21:19:38.707Z | Compiling unsafe-libyaml v0.2.11 |
1491 | 2024-06-27T21:19:38.721Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1492 | 2024-06-27T21:19:38.980Z | Compiling paste v1.0.15 |
1493 | 2024-06-27T21:19:39.409Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1494 | 2024-06-27T21:19:39.430Z | Compiling embedded-io v0.4.0 |
1495 | 2024-06-27T21:19:39.701Z | Compiling rustls v0.22.4 |
1496 | 2024-06-27T21:19:39.965Z | Compiling cobs v0.2.3 |
1497 | 2024-06-27T21:19:40.612Z | Compiling postcard v1.0.8 |
1498 | 2024-06-27T21:19:40.628Z | Compiling serde_yaml v0.9.34+deprecated |
1499 | 2024-06-27T21:19:43.794Z | Compiling dirs-next v2.0.0 |
1500 | 2024-06-27T21:19:44.879Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1501 | 2024-06-27T21:19:47.225Z | Compiling darling_macro v0.20.9 |
1502 | 2024-06-27T21:19:50.631Z | Compiling rustls-webpki v0.102.4 |
1503 | 2024-06-27T21:19:56.051Z | Compiling strum_macros v0.26.2 |
1504 | 2024-06-27T21:19:57.235Z | Compiling foreign-types-macros v0.2.3 |
1505 | 2024-06-27T21:19:57.716Z | Compiling structmeta-derive v0.3.0 |
1506 | 2024-06-27T21:19:58.649Z | Compiling thread_local v1.1.8 |
1507 | 2024-06-27T21:19:58.940Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1508 | 2024-06-27T21:19:59.226Z | Compiling proc-macro-error v1.0.4 |
1509 | 2024-06-27T21:19:59.364Z | Compiling multer v3.1.0 |
1510 | 2024-06-27T21:19:59.507Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1511 | 2024-06-27T21:19:59.790Z | Compiling match_cfg v0.1.0 |
1512 | 2024-06-27T21:20:00.015Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1513 | 2024-06-27T21:20:00.382Z | Compiling foreign-types-shared v0.3.1 |
1514 | 2024-06-27T21:20:00.695Z | Compiling slog-async v2.8.0 |
1515 | 2024-06-27T21:20:06.456Z | Compiling strum v0.26.2 |
1516 | 2024-06-27T21:20:06.638Z | Compiling foreign-types v0.5.0 |
1517 | 2024-06-27T21:20:06.757Z | Compiling structmeta v0.3.0 |
1518 | 2024-06-27T21:20:07.165Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1519 | 2024-06-27T21:20:08.560Z | Compiling hostname v0.3.1 |
1520 | 2024-06-27T21:20:10.621Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1521 | 2024-06-27T21:20:10.814Z | Compiling darling v0.20.9 |
1522 | 2024-06-27T21:20:19.382Z | Compiling term v0.7.0 |
1523 | 2024-06-27T21:20:22.364Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1524 | 2024-06-27T21:20:26.671Z | Compiling slog-json v2.6.1 |
1525 | 2024-06-27T21:20:27.036Z | Compiling tabwriter v1.4.0 |
1526 | 2024-06-27T21:20:27.167Z | Compiling crossbeam-channel v0.5.12 |
1527 | 2024-06-27T21:20:27.640Z | Compiling http v1.1.0 |
1528 | 2024-06-27T21:20:27.804Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1529 | 2024-06-27T21:20:28.597Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1530 | 2024-06-27T21:20:28.655Z | Compiling async-stream-impl v0.3.5 |
1531 | 2024-06-27T21:20:28.762Z | Compiling cstr-argument v0.1.2 |
1532 | 2024-06-27T21:20:28.873Z | Compiling is-terminal v0.4.12 |
1533 | 2024-06-27T21:20:29.005Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1534 | 2024-06-27T21:20:29.023Z | Compiling take_mut v0.2.2 |
1535 | 2024-06-27T21:20:29.176Z | Compiling rayon-core v1.12.1 |
1536 | 2024-06-27T21:20:29.403Z | Compiling base64 v0.22.1 |
1537 | 2024-06-27T21:20:29.437Z | Compiling fastrand v2.1.0 |
1538 | 2024-06-27T21:20:29.952Z | Compiling crucible-workspace-hack v0.1.0 |
1539 | 2024-06-27T21:20:30.171Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1540 | 2024-06-27T21:20:30.222Z | Compiling pretty-hex v0.2.1 |
1541 | 2024-06-27T21:20:30.414Z | Compiling atomic-waker v1.1.2 |
1542 | 2024-06-27T21:20:30.484Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1543 | 2024-06-27T21:20:30.546Z | Compiling waitgroup v0.1.2 |
1544 | 2024-06-27T21:20:30.629Z | Compiling rustls-pemfile v2.1.2 |
1545 | 2024-06-27T21:20:30.798Z | Compiling async-stream v0.3.5 |
1546 | 2024-06-27T21:20:30.848Z | Compiling tempfile v3.10.1 |
1547 | 2024-06-27T21:20:31.350Z | Compiling slog-term v2.9.1 |
1548 | 2024-06-27T21:20:32.347Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1549 | 2024-06-27T21:20:32.826Z | Compiling slog-bunyan v2.5.0 |
1550 | 2024-06-27T21:20:33.105Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1551 | 2024-06-27T21:20:33.393Z | Compiling tokio-rustls v0.25.0 |
1552 | 2024-06-27T21:20:33.838Z | Compiling serde_with_macros v3.8.1 |
1553 | 2024-06-27T21:20:33.879Z | Compiling parse-display-derive v0.9.0 |
1554 | 2024-06-27T21:20:33.953Z | Compiling toml v0.8.13 |
1555 | 2024-06-27T21:20:34.108Z | Compiling sha1 v0.10.6 |
1556 | 2024-06-27T21:20:34.311Z | Compiling crossbeam-deque v0.8.5 |
1557 | 2024-06-27T21:20:34.709Z | Compiling colored v2.1.0 |
1558 | 2024-06-27T21:20:34.933Z | Compiling newtype-uuid v1.1.0 |
1559 | 2024-06-27T21:20:35.258Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1560 | 2024-06-27T21:20:36.064Z | Compiling serde_path_to_error v0.1.16 |
1561 | 2024-06-27T21:20:36.615Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1562 | 2024-06-27T21:20:37.087Z | Compiling hostname v0.4.0 |
1563 | 2024-06-27T21:20:37.288Z | Compiling socket2 v0.4.10 |
1564 | 2024-06-27T21:20:37.339Z | Compiling instant v0.1.12 |
1565 | 2024-06-27T21:20:37.355Z | Compiling debug-ignore v1.0.5 |
1566 | 2024-06-27T21:20:37.500Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1567 | 2024-06-27T21:20:37.887Z | Compiling parse-display v0.9.0 |
1568 | 2024-06-27T21:20:38.849Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1569 | 2024-06-27T21:20:39.800Z | Compiling backoff v0.4.0 |
1570 | 2024-06-27T21:20:40.162Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1571 | 2024-06-27T21:20:40.381Z | Compiling serde_with v3.8.1 |
1572 | 2024-06-27T21:20:41.010Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1573 | 2024-06-27T21:20:41.509Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1574 | 2024-06-27T21:20:41.845Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1575 | 2024-06-27T21:20:42.527Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3c3fa8482fe09a01da62fbd35efe124ea9cac9e7#3c3fa848) |
1576 | 2024-06-27T21:20:42.891Z | Compiling camino-tempfile v1.1.1 |
1577 | 2024-06-27T21:20:43.767Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1578 | 2024-06-27T21:20:44.263Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1579 | 2024-06-27T21:20:44.444Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1580 | 2024-06-27T21:20:44.728Z | Compiling macaddr v1.0.1 |
1581 | 2024-06-27T21:20:44.956Z | Compiling num-derive v0.4.2 |
1582 | 2024-06-27T21:20:45.337Z | Compiling sigpipe v0.1.3 |
1583 | 2024-06-27T21:20:45.471Z | Compiling libefi-sys v0.1.0 |
1584 | 2024-06-27T21:20:45.762Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1585 | 2024-06-27T21:20:46.326Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1586 | 2024-06-27T21:20:46.542Z | Compiling rayon v1.10.0 |
1587 | 2024-06-27T21:20:47.250Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
1588 | 2024-06-27T21:20:47.755Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1589 | 2024-06-27T21:20:48.173Z | Compiling smf v0.2.3 |
1590 | 2024-06-27T21:20:48.829Z | Compiling bitfield-struct v0.6.1 |
1591 | 2024-06-27T21:20:49.527Z | Compiling ring v0.16.20 |
1592 | 2024-06-27T21:20:50.180Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1593 | 2024-06-27T21:20:50.521Z | Compiling blake3 v1.5.1 |
1594 | 2024-06-27T21:20:50.536Z | Compiling portable-atomic v1.6.0 |
1595 | 2024-06-27T21:20:51.474Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1596 | 2024-06-27T21:20:51.891Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1597 | 2024-06-27T21:20:51.946Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1598 | 2024-06-27T21:20:52.198Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1599 | 2024-06-27T21:20:52.299Z | Compiling xattr v1.3.1 |
1600 | 2024-06-27T21:20:52.633Z | Compiling memmap2 v0.9.4 |
1601 | 2024-06-27T21:20:53.207Z | Compiling filetime v0.2.23 |
1602 | 2024-06-27T21:20:53.359Z | Compiling arrayref v0.3.7 |
1603 | 2024-06-27T21:20:53.461Z | Compiling arrayvec v0.7.4 |
1604 | 2024-06-27T21:20:53.548Z | Compiling untrusted v0.7.1 |
1605 | 2024-06-27T21:20:53.751Z | Compiling same-file v1.0.6 |
1606 | 2024-06-27T21:20:53.924Z | Compiling constant_time_eq v0.3.0 |
1607 | 2024-06-27T21:20:54.013Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1608 | 2024-06-27T21:20:54.140Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1609 | 2024-06-27T21:20:55.313Z | Compiling walkdir v2.5.0 |
1610 | 2024-06-27T21:20:55.847Z | Compiling tar v0.4.40 |
1611 | 2024-06-27T21:20:56.866Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1612 | 2024-06-27T21:20:58.021Z | Compiling cargo-platform v0.1.8 |
1613 | 2024-06-27T21:20:59.122Z | Compiling gethostname v0.4.3 |
1614 | 2024-06-27T21:20:59.139Z | Compiling number_prefix v0.4.0 |
1615 | 2024-06-27T21:20:59.319Z | Compiling topological-sort v0.2.2 |
1616 | 2024-06-27T21:20:59.376Z | Compiling indicatif v0.17.8 |
1617 | 2024-06-27T21:20:59.392Z | Compiling cargo_metadata v0.18.1 |
1618 | 2024-06-27T21:20:59.566Z | Compiling omicron-zone-package v0.11.0 |
1619 | 2024-06-27T21:21:02.686Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1620 | 2024-06-27T21:21:05.932Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1621 | 2024-06-27T21:21:06.850Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1622 | 2024-06-27T21:21:08.571Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1623 | 2024-06-27T21:21:29.401Z | Finished `release` profile [optimized] target(s) in 4m 28s |
1624 | 2024-06-27T21:21:29.518Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1625 | 2024-06-27T21:21:29.561Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1626 | 2024-06-27T21:21:29.564Z | Created new build target 'test' and set it as active |
1627 | 2024-06-27T21:21:29.564Z | |
1628 | 2024-06-27T21:21:29.564Z | real 4:28.570948172 |
1629 | 2024-06-27T21:21:29.564Z | user 30:13.311335405 |
1630 | 2024-06-27T21:21:29.564Z | sys 3:54.168780718 |
1631 | 2024-06-27T21:21:29.564Z | trap 0.890690987 |
1632 | 2024-06-27T21:21:29.564Z | tflt 2.715973364 |
1633 | 2024-06-27T21:21:29.564Z | dflt 1.257632177 |
1634 | 2024-06-27T21:21:29.564Z | kflt 0.001591998 |
1635 | 2024-06-27T21:21:29.564Z | lock 1:03:52.827438225 |
1636 | 2024-06-27T21:21:29.564Z | slp 1:25:36.872507365 |
1637 | 2024-06-27T21:21:29.564Z | lat 1:57.144374108 |
1638 | 2024-06-27T21:21:29.564Z | stop 2:58.221396348 |
1639 | 2024-06-27T21:21:29.564Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1640 | 2024-06-27T21:21:30.442Z | Finished `release` profile [optimized] target(s) in 0.83s |
1641 | 2024-06-27T21:21:30.482Z | Running `target/release/omicron-package -t test package` |
1642 | 2024-06-27T21:21:30.516Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1643 | 2024-06-27T21:21:31.521Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1644 | 2024-06-27T21:21:31.621Z | Compiling humantime v2.1.0 |
1645 | 2024-06-27T21:21:31.623Z | Compiling newline-converter v0.3.0 |
1646 | 2024-06-27T21:21:31.623Z | Compiling derive-where v1.2.7 |
1647 | 2024-06-27T21:21:31.635Z | Compiling dirs-sys-next v0.1.2 |
1648 | 2024-06-27T21:21:31.643Z | Compiling prettyplease v0.2.20 |
1649 | 2024-06-27T21:21:31.646Z | Compiling convert_case v0.4.0 |
1650 | 2024-06-27T21:21:31.646Z | Compiling camino v1.1.7 |
1651 | 2024-06-27T21:21:31.749Z | Compiling expectorate v1.1.0 |
1652 | 2024-06-27T21:21:31.827Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1653 | 2024-06-27T21:21:31.908Z | Compiling dirs-next v2.0.0 |
1654 | 2024-06-27T21:21:31.923Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1655 | 2024-06-27T21:21:32.076Z | Compiling term v0.7.0 |
1656 | 2024-06-27T21:21:32.190Z | Compiling password-hash v0.5.0 |
1657 | 2024-06-27T21:21:32.408Z | Compiling blake2 v0.10.6 |
1658 | 2024-06-27T21:21:32.457Z | Compiling derive_more v0.99.17 |
1659 | 2024-06-27T21:21:32.616Z | Compiling is-terminal v0.4.12 |
1660 | 2024-06-27T21:21:32.741Z | Compiling toml v0.8.13 |
1661 | 2024-06-27T21:21:33.406Z | Compiling argon2 v0.5.3 |
1662 | 2024-06-27T21:21:33.611Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1663 | 2024-06-27T21:21:34.015Z | Compiling semver v0.1.20 |
1664 | 2024-06-27T21:21:34.290Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1665 | 2024-06-27T21:21:34.486Z | Compiling rustc_version v0.1.7 |
1666 | 2024-06-27T21:21:34.587Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1667 | 2024-06-27T21:21:34.791Z | Compiling linked-hash-map v0.5.6 |
1668 | 2024-06-27T21:21:34.825Z | Compiling rustls-pki-types v1.7.0 |
1669 | 2024-06-27T21:21:34.932Z | Compiling newtype_derive v0.1.6 |
1670 | 2024-06-27T21:21:35.201Z | Compiling lru-cache v0.1.2 |
1671 | 2024-06-27T21:21:35.402Z | Compiling rustls-webpki v0.102.4 |
1672 | 2024-06-27T21:21:35.427Z | Compiling rustls v0.22.4 |
1673 | 2024-06-27T21:21:35.452Z | Compiling thread_local v1.1.8 |
1674 | 2024-06-27T21:21:35.559Z | Compiling match_cfg v0.1.0 |
1675 | 2024-06-27T21:21:35.658Z | Compiling home v0.5.9 |
1676 | 2024-06-27T21:21:35.874Z | Compiling hostname v0.3.1 |
1677 | 2024-06-27T21:21:35.900Z | Compiling steno v0.4.0 |
1678 | 2024-06-27T21:21:35.935Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1679 | 2024-06-27T21:21:36.081Z | Compiling multer v3.1.0 |
1680 | 2024-06-27T21:21:36.146Z | Compiling slog-async v2.8.0 |
1681 | 2024-06-27T21:21:36.209Z | Compiling slog-json v2.6.1 |
1682 | 2024-06-27T21:21:37.317Z | Compiling crossbeam-channel v0.5.12 |
1683 | 2024-06-27T21:21:37.593Z | Compiling http v1.1.0 |
1684 | 2024-06-27T21:21:38.278Z | Compiling slog-dtrace v0.3.0 |
1685 | 2024-06-27T21:21:38.458Z | Compiling base64 v0.22.1 |
1686 | 2024-06-27T21:21:38.563Z | Compiling atomic-waker v1.1.2 |
1687 | 2024-06-27T21:21:38.746Z | Compiling take_mut v0.2.2 |
1688 | 2024-06-27T21:21:38.901Z | Compiling termcolor v1.4.1 |
1689 | 2024-06-27T21:21:39.756Z | Compiling rustls-pemfile v2.1.2 |
1690 | 2024-06-27T21:21:39.980Z | Compiling waitgroup v0.1.2 |
1691 | 2024-06-27T21:21:40.160Z | Compiling slog-bunyan v2.5.0 |
1692 | 2024-06-27T21:21:40.175Z | Compiling slog-term v2.9.1 |
1693 | 2024-06-27T21:21:40.198Z | Compiling async-stream v0.3.5 |
1694 | 2024-06-27T21:21:40.356Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1695 | 2024-06-27T21:21:40.422Z | Compiling sha1 v0.10.6 |
1696 | 2024-06-27T21:21:40.492Z | Compiling newtype-uuid v1.1.0 |
1697 | 2024-06-27T21:21:40.797Z | Compiling tokio-rustls v0.25.0 |
1698 | 2024-06-27T21:21:40.828Z | Compiling serde_path_to_error v0.1.16 |
1699 | 2024-06-27T21:21:41.017Z | Compiling hostname v0.4.0 |
1700 | 2024-06-27T21:21:41.208Z | Compiling instant v0.1.12 |
1701 | 2024-06-27T21:21:41.246Z | Compiling debug-ignore v1.0.5 |
1702 | 2024-06-27T21:21:41.273Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1703 | 2024-06-27T21:21:41.345Z | Compiling backoff v0.4.0 |
1704 | 2024-06-27T21:21:41.612Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3c3fa8482fe09a01da62fbd35efe124ea9cac9e7#3c3fa848) |
1705 | 2024-06-27T21:21:41.665Z | Compiling parse-display v0.9.0 |
1706 | 2024-06-27T21:21:42.210Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1707 | 2024-06-27T21:21:42.387Z | Compiling serde_with v3.8.1 |
1708 | 2024-06-27T21:21:42.881Z | Compiling strum v0.26.2 |
1709 | 2024-06-27T21:21:43.046Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1710 | 2024-06-27T21:21:44.108Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1711 | 2024-06-27T21:21:44.811Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1712 | 2024-06-27T21:21:44.976Z | Compiling num-rational v0.4.2 |
1713 | 2024-06-27T21:21:45.544Z | Compiling num-complex v0.4.6 |
1714 | 2024-06-27T21:21:45.975Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1715 | 2024-06-27T21:21:46.411Z | Compiling macaddr v1.0.1 |
1716 | 2024-06-27T21:21:46.463Z | Compiling quick-error v1.2.3 |
1717 | 2024-06-27T21:21:46.542Z | Compiling num v0.4.3 |
1718 | 2024-06-27T21:21:46.609Z | Compiling resolv-conf v0.7.0 |
1719 | 2024-06-27T21:21:46.843Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1720 | 2024-06-27T21:21:49.036Z | Compiling float-ord v0.3.2 |
1721 | 2024-06-27T21:21:49.069Z | Compiling utf-8 v0.7.6 |
1722 | 2024-06-27T21:21:49.191Z | Compiling radium v0.7.0 |
1723 | 2024-06-27T21:21:49.241Z | Compiling swrite v0.1.0 |
1724 | 2024-06-27T21:21:49.412Z | Compiling trust-dns-resolver v0.22.0 |
1725 | 2024-06-27T21:21:49.489Z | Compiling maybe-uninit v2.0.0 |
1726 | 2024-06-27T21:21:49.631Z | Compiling tap v1.0.1 |
1727 | 2024-06-27T21:21:49.984Z | Compiling wyz v0.5.1 |
1728 | 2024-06-27T21:21:50.471Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1729 | 2024-06-27T21:21:50.539Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1730 | 2024-06-27T21:21:50.950Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1731 | 2024-06-27T21:21:56.431Z | Compiling crc-catalog v2.4.0 |
1732 | 2024-06-27T21:21:56.579Z | Compiling funty v2.0.0 |
1733 | 2024-06-27T21:21:59.160Z | Compiling num-bigint-dig v0.8.4 |
1734 | 2024-06-27T21:21:59.445Z | Compiling packed_struct v0.10.1 |
1735 | 2024-06-27T21:21:59.866Z | Compiling display-error-chain v0.2.0 |
1736 | 2024-06-27T21:22:00.104Z | Compiling bitvec v1.0.1 |
1737 | 2024-06-27T21:22:01.910Z | Compiling crc v3.2.1 |
1738 | 2024-06-27T21:22:04.661Z | Compiling packed_struct_codegen v0.10.1 |
1739 | 2024-06-27T21:22:07.368Z | Compiling indexmap v1.9.3 |
1740 | 2024-06-27T21:22:07.660Z | Compiling crunchy v0.2.2 |
1741 | 2024-06-27T21:22:08.102Z | Compiling glob v0.3.1 |
1742 | 2024-06-27T21:22:08.914Z | Compiling nodrop v0.1.14 |
1743 | 2024-06-27T21:22:09.042Z | Compiling array-init v0.0.4 |
1744 | 2024-06-27T21:22:09.169Z | Compiling clang-sys v1.7.0 |
1745 | 2024-06-27T21:22:09.208Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1746 | 2024-06-27T21:22:10.319Z | Compiling smallvec v0.6.14 |
1747 | 2024-06-27T21:22:10.830Z | Compiling pkcs1 v0.7.5 |
1748 | 2024-06-27T21:22:12.302Z | Compiling signature v2.2.0 |
1749 | 2024-06-27T21:22:12.577Z | Compiling nibble_vec v0.1.0 |
1750 | 2024-06-27T21:22:12.789Z | Compiling cancel-safe-futures v0.1.5 |
1751 | 2024-06-27T21:22:13.115Z | Compiling endian-type v0.1.2 |
1752 | 2024-06-27T21:22:13.348Z | Compiling tiny-keccak v2.0.2 |
1753 | 2024-06-27T21:22:13.601Z | Compiling bitfield v0.14.0 |
1754 | 2024-06-27T21:22:13.702Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1755 | 2024-06-27T21:22:13.890Z | Compiling maplit v1.0.2 |
1756 | 2024-06-27T21:22:13.905Z | Compiling hashbrown v0.12.3 |
1757 | 2024-06-27T21:22:14.005Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1758 | 2024-06-27T21:22:14.134Z | Compiling rsa v0.9.6 |
1759 | 2024-06-27T21:22:14.607Z | Compiling radix_trie v0.2.1 |
1760 | 2024-06-27T21:22:15.594Z | Compiling serde-hex v0.1.0 |
1761 | 2024-06-27T21:22:16.430Z | Compiling bzip2 v0.4.4 |
1762 | 2024-06-27T21:22:16.879Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1763 | 2024-06-27T21:22:17.203Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1764 | 2024-06-27T21:22:17.857Z | Compiling env_logger v0.10.2 |
1765 | 2024-06-27T21:22:19.687Z | Compiling x509-cert v0.2.5 |
1766 | 2024-06-27T21:22:20.690Z | Compiling ron v0.8.1 |
1767 | 2024-06-27T21:22:20.706Z | Compiling hashbrown v0.13.2 |
1768 | 2024-06-27T21:22:21.036Z | Compiling crc-any v2.5.0 |
1769 | 2024-06-27T21:22:22.028Z | Compiling object v0.30.4 |
1770 | 2024-06-27T21:22:22.066Z | Compiling zip v0.6.6 |
1771 | 2024-06-27T21:22:24.897Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1772 | 2024-06-27T21:22:26.650Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1773 | 2024-06-27T21:22:27.996Z | Compiling rayon-core v1.12.1 |
1774 | 2024-06-27T21:22:28.020Z | Compiling ascii-canvas v3.0.0 |
1775 | 2024-06-27T21:22:28.527Z | Compiling crossbeam-deque v0.8.5 |
1776 | 2024-06-27T21:22:28.867Z | Compiling ena v0.14.3 |
1777 | 2024-06-27T21:22:29.289Z | Compiling half v2.4.1 |
1778 | 2024-06-27T21:22:30.009Z | Compiling libloading v0.8.3 |
1779 | 2024-06-27T21:22:30.396Z | Compiling diff v0.1.13 |
1780 | 2024-06-27T21:22:30.954Z | Compiling path-slash v0.1.5 |
1781 | 2024-06-27T21:22:31.186Z | Compiling bindgen v0.69.4 |
1782 | 2024-06-27T21:22:31.325Z | Compiling regex-syntax v0.6.29 |
1783 | 2024-06-27T21:22:31.594Z | Compiling ciborium-io v0.2.2 |
1784 | 2024-06-27T21:22:31.667Z | Compiling arc-swap v1.7.1 |
1785 | 2024-06-27T21:22:31.723Z | Compiling fastrand v2.1.0 |
1786 | 2024-06-27T21:22:32.256Z | Compiling same-file v1.0.6 |
1787 | 2024-06-27T21:22:32.326Z | Compiling slog-scope v4.4.0 |
1788 | 2024-06-27T21:22:32.466Z | Compiling walkdir v2.5.0 |
1789 | 2024-06-27T21:22:33.168Z | Compiling tempfile v3.10.1 |
1790 | 2024-06-27T21:22:33.200Z | Compiling ciborium-ll v0.2.2 |
1791 | 2024-06-27T21:22:33.719Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1792 | 2024-06-27T21:22:35.130Z | Compiling lalrpop v0.19.12 |
1793 | 2024-06-27T21:22:38.080Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1794 | 2024-06-27T21:22:38.213Z | Compiling which v4.4.2 |
1795 | 2024-06-27T21:22:38.722Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1796 | 2024-06-27T21:22:38.934Z | Compiling cexpr v0.6.0 |
1797 | 2024-06-27T21:22:39.132Z | Compiling fxhash v0.2.1 |
1798 | 2024-06-27T21:22:39.350Z | Compiling lazycell v1.3.0 |
1799 | 2024-06-27T21:22:39.516Z | Compiling ref-cast v1.0.23 |
1800 | 2024-06-27T21:22:39.981Z | Compiling rustc-hash v1.1.0 |
1801 | 2024-06-27T21:22:40.135Z | Compiling shlex v1.3.0 |
1802 | 2024-06-27T21:22:40.586Z | Compiling blake3 v1.5.1 |
1803 | 2024-06-27T21:22:40.972Z | Compiling ring v0.16.20 |
1804 | 2024-06-27T21:22:43.626Z | Compiling rayon v1.10.0 |
1805 | 2024-06-27T21:22:44.113Z | Compiling ciborium v0.2.2 |
1806 | 2024-06-27T21:22:45.162Z | Compiling slog-stdlog v4.1.1 |
1807 | 2024-06-27T21:22:46.053Z | Compiling tungstenite v0.21.0 |
1808 | 2024-06-27T21:22:46.302Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1809 | 2024-06-27T21:22:46.578Z | Compiling derive_builder_core v0.20.0 |
1810 | 2024-06-27T21:22:48.414Z | Compiling headers-core v0.2.0 |
1811 | 2024-06-27T21:22:48.588Z | Compiling xattr v1.3.1 |
1812 | 2024-06-27T21:22:48.792Z | Compiling libxml v0.3.3 |
1813 | 2024-06-27T21:22:48.855Z | Compiling ref-cast-impl v1.0.23 |
1814 | 2024-06-27T21:22:49.131Z | Compiling filetime v0.2.23 |
1815 | 2024-06-27T21:22:49.430Z | Compiling atty v0.2.14 |
1816 | 2024-06-27T21:22:49.584Z | Compiling memmap2 v0.9.4 |
1817 | 2024-06-27T21:22:49.626Z | Compiling constant_time_eq v0.3.0 |
1818 | 2024-06-27T21:22:49.790Z | Compiling arrayvec v0.7.4 |
1819 | 2024-06-27T21:22:49.972Z | Compiling arrayref v0.3.7 |
1820 | 2024-06-27T21:22:50.001Z | Compiling untrusted v0.7.1 |
1821 | 2024-06-27T21:22:50.221Z | Compiling tar v0.4.40 |
1822 | 2024-06-27T21:22:51.325Z | Compiling derive_builder_macro v0.20.0 |
1823 | 2024-06-27T21:22:51.523Z | Compiling headers v0.3.9 |
1824 | 2024-06-27T21:22:52.039Z | Compiling tokio-tungstenite v0.21.0 |
1825 | 2024-06-27T21:22:52.189Z | Compiling slog-envlogger v2.2.0 |
1826 | 2024-06-27T21:22:52.615Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1827 | 2024-06-27T21:22:53.500Z | Compiling camino-tempfile v1.1.1 |
1828 | 2024-06-27T21:22:53.921Z | Compiling toolchain_find v0.4.0 |
1829 | 2024-06-27T21:22:54.415Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1830 | 2024-06-27T21:22:54.439Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1831 | 2024-06-27T21:22:54.631Z | Compiling samael v0.0.15 |
1832 | 2024-06-27T21:22:54.684Z | Compiling pem v3.0.4 |
1833 | 2024-06-27T21:22:54.715Z | Compiling libsw v3.3.1 |
1834 | 2024-06-27T21:22:55.048Z | Compiling strum_macros v0.24.3 |
1835 | 2024-06-27T21:22:55.386Z | Compiling async-recursion v1.1.1 |
1836 | 2024-06-27T21:22:55.731Z | Compiling cookie v0.18.1 |
1837 | 2024-06-27T21:22:55.995Z | Compiling topological-sort v0.2.2 |
1838 | 2024-06-27T21:22:56.158Z | Compiling owo-colors v4.0.0 |
1839 | 2024-06-27T21:22:56.199Z | Compiling indoc v1.0.9 |
1840 | 2024-06-27T21:22:56.215Z | Compiling linear-map v1.2.0 |
1841 | 2024-06-27T21:22:56.597Z | Compiling omicron-zone-package v0.11.0 |
1842 | 2024-06-27T21:22:57.047Z | Compiling rustfmt-wrapper v0.2.1 |
1843 | 2024-06-27T21:22:57.640Z | Compiling derive_builder v0.20.0 |
1844 | 2024-06-27T21:22:58.380Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1845 | 2024-06-27T21:22:58.933Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1846 | 2024-06-27T21:22:59.479Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1847 | 2024-06-27T21:22:59.798Z | Compiling quick-xml v0.31.0 |
1848 | 2024-06-27T21:23:00.570Z | Compiling impl-trait-for-tuples v0.2.2 |
1849 | 2024-06-27T21:23:02.143Z | Compiling oso-derive v0.27.3 |
1850 | 2024-06-27T21:23:02.383Z | Compiling polar-core v0.27.3 |
1851 | 2024-06-27T21:23:03.098Z | Compiling vte_generate_state_changes v0.1.1 |
1852 | 2024-06-27T21:23:03.123Z | Compiling unicase v2.7.0 |
1853 | 2024-06-27T21:23:03.425Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1854 | 2024-06-27T21:23:03.648Z | Compiling cfg_aliases v0.1.1 |
1855 | 2024-06-27T21:23:03.703Z | Compiling buf-list v1.0.3 |
1856 | 2024-06-27T21:23:03.756Z | Compiling nix v0.28.0 |
1857 | 2024-06-27T21:23:04.389Z | Compiling vte v0.11.1 |
1858 | 2024-06-27T21:23:04.434Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1859 | 2024-06-27T21:23:06.046Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1860 | 2024-06-27T21:23:07.537Z | Compiling tungstenite v0.20.1 |
1861 | 2024-06-27T21:23:08.274Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1862 | 2024-06-27T21:23:08.546Z | Compiling fd-lock v4.0.2 |
1863 | 2024-06-27T21:23:08.750Z | Compiling bb8 v0.8.3 |
1864 | 2024-06-27T21:23:09.276Z | Compiling const_format_proc_macros v0.2.32 |
1865 | 2024-06-27T21:23:09.525Z | Compiling pin-project-internal v1.1.5 |
1866 | 2024-06-27T21:23:11.323Z | Compiling memoffset v0.9.1 |
1867 | 2024-06-27T21:23:11.611Z | Compiling parking_lot_core v0.8.6 |
1868 | 2024-06-27T21:23:12.016Z | Compiling bytecount v0.6.8 |
1869 | 2024-06-27T21:23:12.309Z | Compiling papergrid v0.11.0 |
1870 | 2024-06-27T21:23:12.344Z | Compiling pin-project v1.1.5 |
1871 | 2024-06-27T21:23:12.626Z | Compiling const_format v0.2.32 |
1872 | 2024-06-27T21:23:12.649Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1873 | 2024-06-27T21:23:13.276Z | Compiling tokio-tungstenite v0.20.1 |
1874 | 2024-06-27T21:23:13.867Z | Compiling strip-ansi-escapes v0.2.0 |
1875 | 2024-06-27T21:23:14.615Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1876 | 2024-06-27T21:23:15.249Z | Compiling tabled_derive v0.7.0 |
1877 | 2024-06-27T21:23:16.911Z | Compiling snafu-derive v0.8.2 |
1878 | 2024-06-27T21:23:17.414Z | Compiling nu-ansi-term v0.50.0 |
1879 | 2024-06-27T21:23:18.689Z | Compiling reedline v0.31.0 |
1880 | 2024-06-27T21:23:20.160Z | Compiling tabled v0.15.0 |
1881 | 2024-06-27T21:23:21.953Z | Compiling snafu v0.8.2 |
1882 | 2024-06-27T21:23:30.872Z | Compiling oso v0.27.3 |
1883 | 2024-06-27T21:23:41.878Z | Compiling env_logger v0.9.3 |
1884 | 2024-06-27T21:23:42.230Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1885 | 2024-06-27T21:23:46.418Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1886 | 2024-06-27T21:23:46.908Z | Compiling globset v0.4.14 |
1887 | 2024-06-27T21:23:48.951Z | Compiling olpc-cjson v0.1.3 |
1888 | 2024-06-27T21:23:49.302Z | Compiling peg-macros v0.8.3 |
1889 | 2024-06-27T21:23:50.544Z | Compiling bitstruct_derive v0.1.0 |
1890 | 2024-06-27T21:23:50.560Z | Compiling serde_plain v1.0.2 |
1891 | 2024-06-27T21:23:51.114Z | Compiling sqlparser_derive v0.2.2 |
1892 | 2024-06-27T21:23:51.792Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1893 | 2024-06-27T21:23:51.940Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1894 | 2024-06-27T21:23:52.130Z | Compiling typed-path v0.7.1 |
1895 | 2024-06-27T21:23:52.242Z | Compiling unicode_categories v0.1.1 |
1896 | 2024-06-27T21:23:52.608Z | Compiling signature v1.6.4 |
1897 | 2024-06-27T21:23:52.631Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1898 | 2024-06-27T21:23:52.771Z | Compiling salty v0.2.0 |
1899 | 2024-06-27T21:23:52.914Z | Compiling ascii v1.1.0 |
1900 | 2024-06-27T21:23:52.980Z | Compiling rustyline v14.0.0 |
1901 | 2024-06-27T21:23:53.199Z | Compiling ed25519 v1.5.3 |
1902 | 2024-06-27T21:23:53.517Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1903 | 2024-06-27T21:23:53.673Z | Compiling peg v0.8.3 |
1904 | 2024-06-27T21:23:53.793Z | Compiling sqlformat v0.2.3 |
1905 | 2024-06-27T21:23:54.689Z | Compiling tough v0.17.1 |
1906 | 2024-06-27T21:23:56.050Z | Compiling sqlparser v0.45.0 |
1907 | 2024-06-27T21:23:58.775Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1908 | 2024-06-27T21:23:59.004Z | Compiling bitstruct v0.1.1 |
1909 | 2024-06-27T21:23:59.070Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1910 | 2024-06-27T21:23:59.515Z | Compiling parking_lot v0.11.2 |
1911 | 2024-06-27T21:23:59.617Z | Compiling nix v0.27.1 |
1912 | 2024-06-27T21:24:01.596Z | Compiling trust-dns-client v0.22.0 |
1913 | 2024-06-27T21:24:02.729Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1914 | 2024-06-27T21:24:03.064Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
1915 | 2024-06-27T21:24:05.192Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1916 | 2024-06-27T21:24:05.210Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1917 | 2024-06-27T21:24:06.403Z | Compiling curve25519-dalek v4.1.3 |
1918 | 2024-06-27T21:24:06.807Z | Compiling kstat-rs v0.2.4 |
1919 | 2024-06-27T21:24:07.368Z | Compiling bcs v0.1.6 |
1920 | 2024-06-27T21:24:07.755Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1921 | 2024-06-27T21:24:08.067Z | Compiling toml v0.5.11 |
1922 | 2024-06-27T21:24:08.259Z | Compiling serde_arrays v0.1.0 |
1923 | 2024-06-27T21:24:08.448Z | Compiling serde-big-array v0.5.1 |
1924 | 2024-06-27T21:24:08.577Z | Compiling erased-serde v0.3.31 |
1925 | 2024-06-27T21:24:08.701Z | Compiling keccak v0.1.5 |
1926 | 2024-06-27T21:24:09.777Z | Compiling highway v1.1.0 |
1927 | 2024-06-27T21:24:11.833Z | Compiling parse-size v1.0.0 |
1928 | 2024-06-27T21:24:12.121Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1929 | 2024-06-27T21:24:12.199Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1930 | 2024-06-27T21:24:30.445Z | Compiling trust-dns-server v0.22.1 |
1931 | 2024-06-27T21:24:34.814Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1932 | 2024-06-27T21:24:40.563Z | Compiling sha3 v0.10.8 |
1933 | 2024-06-27T21:24:42.820Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1934 | 2024-06-27T21:24:43.343Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1935 | 2024-06-27T21:24:51.637Z | Compiling sled v0.34.7 |
1936 | 2024-06-27T21:24:54.676Z | Compiling mime_guess v2.0.4 |
1937 | 2024-06-27T21:24:58.844Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1938 | 2024-06-27T21:24:59.449Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1939 | 2024-06-27T21:25:00.552Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3c3fa8482fe09a01da62fbd35efe124ea9cac9e7#3c3fa848) |
1940 | 2024-06-27T21:25:02.062Z | Compiling signal-hook-tokio v0.3.1 |
1941 | 2024-06-27T21:25:02.291Z | Compiling universal-hash v0.5.1 |
1942 | 2024-06-27T21:25:02.526Z | Compiling heck v0.3.3 |
1943 | 2024-06-27T21:25:02.913Z | Compiling secrecy v0.8.0 |
1944 | 2024-06-27T21:25:03.205Z | Compiling rand_seeder v0.2.3 |
1945 | 2024-06-27T21:25:03.625Z | Compiling castaway v0.2.2 |
1946 | 2024-06-27T21:25:03.810Z | Compiling thiserror-impl-no-std v2.0.2 |
1947 | 2024-06-27T21:25:06.613Z | Compiling serde-big-array v0.4.1 |
1948 | 2024-06-27T21:25:06.824Z | Compiling curve25519-dalek-derive v0.1.1 |
1949 | 2024-06-27T21:25:08.259Z | Compiling nanorand v0.7.0 |
1950 | 2024-06-27T21:25:09.035Z | Compiling opaque-debug v0.3.1 |
1951 | 2024-06-27T21:25:09.142Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1952 | 2024-06-27T21:25:09.449Z | Compiling poly1305 v0.8.0 |
1953 | 2024-06-27T21:25:11.014Z | Compiling flume v0.11.0 |
1954 | 2024-06-27T21:25:14.298Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1955 | 2024-06-27T21:25:15.719Z | Compiling thiserror-no-std v2.0.2 |
1956 | 2024-06-27T21:25:15.851Z | Compiling compact_str v0.7.1 |
1957 | 2024-06-27T21:25:17.383Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1958 | 2024-06-27T21:25:17.603Z | Compiling zone_cfg_derive v0.1.2 |
1959 | 2024-06-27T21:25:18.018Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1960 | 2024-06-27T21:25:18.990Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1961 | 2024-06-27T21:25:20.772Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1962 | 2024-06-27T21:25:25.891Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1963 | 2024-06-27T21:25:26.503Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1964 | 2024-06-27T21:25:28.566Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1965 | 2024-06-27T21:25:32.818Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1966 | 2024-06-27T21:25:37.318Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1967 | 2024-06-27T21:25:37.597Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1968 | 2024-06-27T21:25:37.878Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1969 | 2024-06-27T21:25:38.152Z | Compiling chacha20 v0.9.1 |
1970 | 2024-06-27T21:25:38.626Z | Compiling aead v0.5.2 |
1971 | 2024-06-27T21:25:38.979Z | Compiling lru v0.12.3 |
1972 | 2024-06-27T21:25:39.337Z | Compiling stability v0.2.0 |
1973 | 2024-06-27T21:25:39.423Z | Compiling indoc v2.0.5 |
1974 | 2024-06-27T21:25:40.328Z | Compiling cassowary v0.3.0 |
1975 | 2024-06-27T21:25:40.402Z | Compiling corncobs v0.1.3 |
1976 | 2024-06-27T21:25:40.774Z | Compiling base64 v0.13.1 |
1977 | 2024-06-27T21:25:41.523Z | Compiling ron v0.7.1 |
1978 | 2024-06-27T21:25:46.815Z | Compiling ratatui v0.26.2 |
1979 | 2024-06-27T21:25:46.843Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1980 | 2024-06-27T21:25:46.843Z | Compiling chacha20poly1305 v0.10.1 |
1981 | 2024-06-27T21:25:46.843Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1982 | 2024-06-27T21:25:46.843Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1983 | 2024-06-27T21:25:47.309Z | Compiling zone v0.1.8 |
1984 | 2024-06-27T21:25:48.438Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1985 | 2024-06-27T21:25:50.570Z | Compiling vsss-rs v3.3.4 |
1986 | 2024-06-27T21:25:55.145Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1987 | 2024-06-27T21:25:55.859Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
1988 | 2024-06-27T21:25:58.768Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
1989 | 2024-06-27T21:25:59.226Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1990 | 2024-06-27T21:26:00.239Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1991 | 2024-06-27T21:26:00.517Z | Compiling portpicker v0.1.1 |
1992 | 2024-06-27T21:26:01.013Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1993 | 2024-06-27T21:26:01.940Z | Compiling csv-core v0.1.11 |
1994 | 2024-06-27T21:26:02.819Z | Compiling unicode-linebreak v0.1.5 |
1995 | 2024-06-27T21:26:03.381Z | Compiling http-range v0.1.5 |
1996 | 2024-06-27T21:26:03.939Z | Compiling smawk v0.3.2 |
1997 | 2024-06-27T21:26:04.194Z | Compiling textwrap v0.16.1 |
1998 | 2024-06-27T21:26:05.090Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1999 | 2024-06-27T21:26:05.440Z | Compiling hyper-staticfile v0.9.5 |
2000 | 2024-06-27T21:26:07.143Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2001 | 2024-06-27T21:26:07.925Z | Compiling csv v1.3.0 |
2002 | 2024-06-27T21:26:08.566Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
2003 | 2024-06-27T21:26:17.357Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2004 | 2024-06-27T21:26:19.221Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2005 | 2024-06-27T21:26:21.116Z | Compiling rcgen v0.12.1 |
2006 | 2024-06-27T21:26:21.119Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2007 | 2024-06-27T21:26:21.615Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2008 | 2024-06-27T21:26:21.929Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
2009 | 2024-06-27T21:26:28.772Z | Compiling atomicwrites v0.4.3 |
2010 | 2024-06-27T21:26:29.253Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2011 | 2024-06-27T21:26:29.335Z | Compiling fatfs v0.3.6 |
2012 | 2024-06-27T21:26:30.980Z | Compiling subprocess v0.2.9 |
2013 | 2024-06-27T21:26:31.298Z | Compiling rtoolbox v0.0.2 |
2014 | 2024-06-27T21:26:31.745Z | Compiling assert_matches v1.5.0 |
2015 | 2024-06-27T21:26:31.853Z | Compiling is_ci v1.2.0 |
2016 | 2024-06-27T21:26:32.143Z | Compiling supports-color v3.0.0 |
2017 | 2024-06-27T21:26:32.714Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2018 | 2024-06-27T21:26:32.780Z | Compiling rpassword v7.3.1 |
2019 | 2024-06-27T21:26:33.253Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2020 | 2024-06-27T21:26:33.397Z | Compiling tui-tree-widget v0.19.0 |
2021 | 2024-06-27T21:26:33.791Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2022 | 2024-06-27T21:26:36.009Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2023 | 2024-06-27T21:26:39.920Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2024 | 2024-06-27T21:26:40.200Z | Compiling shell-words v1.1.0 |
2025 | 2024-06-27T21:26:40.650Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2026 | 2024-06-27T21:26:42.596Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2027 | 2024-06-27T21:26:51.782Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2028 | 2024-06-27T21:27:09.569Z | Compiling uzers v0.11.3 |
2029 | 2024-06-27T21:27:12.439Z | Compiling multimap v0.10.0 |
2030 | 2024-06-27T21:28:01.050Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2031 | 2024-06-27T21:29:21.190Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2032 | 2024-06-27T21:29:41.408Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2033 | 2024-06-27T21:35:56.112Z | Finished `release` profile [optimized] target(s) in 14m 25s |
2034 | 2024-06-27T21:36:43.178Z | |
2035 | 2024-06-27T21:36:43.183Z | real 15:13.476553652 |
2036 | 2024-06-27T21:36:43.183Z | user 1:44:16.376720731 |
2037 | 2024-06-27T21:36:43.183Z | sys 5:50.066430062 |
2038 | 2024-06-27T21:36:43.183Z | trap 2.339639037 |
2039 | 2024-06-27T21:36:43.183Z | tflt 2.126006189 |
2040 | 2024-06-27T21:36:43.183Z | dflt 3.449058738 |
2041 | 2024-06-27T21:36:43.183Z | kflt 0.001884014 |
2042 | 2024-06-27T21:36:43.183Z | lock 6:18:49.855729514 |
2043 | 2024-06-27T21:36:43.183Z | slp 4:03:00.642652176 |
2044 | 2024-06-27T21:36:43.183Z | lat 2:32.396504840 |
2045 | 2024-06-27T21:36:43.183Z | stop 2:00.272311780 |
2046 | 2024-06-27T21:36:43.183Z | + mapfile -t packages |
2047 | 2024-06-27T21:36:43.183Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2048 | 2024-06-27T21:36:44.046Z | Finished `release` profile [optimized] target(s) in 0.82s |
2049 | 2024-06-27T21:36:44.086Z | Running `target/release/omicron-package -t test list-outputs` |
2050 | 2024-06-27T21:36:44.122Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2051 | 2024-06-27T21:36:44.125Z | + ptime -m cargo build --locked --release -p xtask |
2052 | 2024-06-27T21:36:44.710Z | Compiling serde v1.0.203 |
2053 | 2024-06-27T21:36:44.713Z | Compiling bitflags v2.5.0 |
2054 | 2024-06-27T21:36:44.713Z | Compiling syn v2.0.68 |
2055 | 2024-06-27T21:36:44.806Z | Compiling scopeguard v1.2.0 |
2056 | 2024-06-27T21:36:44.809Z | Compiling bytes v1.6.0 |
2057 | 2024-06-27T21:36:44.815Z | Compiling smallvec v1.13.2 |
2058 | 2024-06-27T21:36:44.833Z | Compiling log v0.4.21 |
2059 | 2024-06-27T21:36:44.929Z | Compiling lock_api v0.4.12 |
2060 | 2024-06-27T21:36:45.286Z | Compiling parking_lot_core v0.9.10 |
2061 | 2024-06-27T21:36:45.299Z | Compiling serde_json v1.0.118 |
2062 | 2024-06-27T21:36:45.323Z | Compiling hashbrown v0.14.5 |
2063 | 2024-06-27T21:36:45.335Z | Compiling mio v0.8.11 |
2064 | 2024-06-27T21:36:45.414Z | Compiling libc v0.2.155 |
2065 | 2024-06-27T21:36:45.633Z | Compiling parking_lot v0.12.2 |
2066 | 2024-06-27T21:36:45.682Z | Compiling generic-array v0.14.7 |
2067 | 2024-06-27T21:36:45.964Z | Compiling slog v2.7.0 |
2068 | 2024-06-27T21:36:46.236Z | Compiling http v0.2.12 |
2069 | 2024-06-27T21:36:46.490Z | Compiling rustix v0.38.34 |
2070 | 2024-06-27T21:36:46.689Z | Compiling usdt-impl v0.5.0 |
2071 | 2024-06-27T21:36:46.840Z | Compiling indexmap v2.2.6 |
2072 | 2024-06-27T21:36:46.899Z | Compiling syn v1.0.109 |
2073 | 2024-06-27T21:36:47.039Z | Compiling time-macros v0.2.18 |
2074 | 2024-06-27T21:36:47.437Z | Compiling thread-id v4.2.1 |
2075 | 2024-06-27T21:36:47.512Z | Compiling tracing v0.1.40 |
2076 | 2024-06-27T21:36:48.205Z | Compiling crossbeam-utils v0.8.19 |
2077 | 2024-06-27T21:36:48.416Z | Compiling http-body v0.4.6 |
2078 | 2024-06-27T21:36:48.890Z | Compiling unicode-normalization v0.1.23 |
2079 | 2024-06-27T21:36:48.935Z | Compiling unicode-bidi v0.3.15 |
2080 | 2024-06-27T21:36:48.992Z | Compiling crypto-common v0.1.6 |
2081 | 2024-06-27T21:36:49.214Z | Compiling block-buffer v0.10.4 |
2082 | 2024-06-27T21:36:50.139Z | Compiling time v0.3.36 |
2083 | 2024-06-27T21:36:50.173Z | Compiling idna v0.5.0 |
2084 | 2024-06-27T21:36:50.926Z | Compiling terminal_size v0.3.0 |
2085 | 2024-06-27T21:36:51.156Z | Compiling fs-err v2.11.0 |
2086 | 2024-06-27T21:36:51.450Z | Compiling anyhow v1.0.86 |
2087 | 2024-06-27T21:36:51.969Z | Compiling proc-macro-error v1.0.4 |
2088 | 2024-06-27T21:36:51.983Z | Compiling clap_builder v4.5.2 |
2089 | 2024-06-27T21:36:52.779Z | Compiling crossbeam-channel v0.5.12 |
2090 | 2024-06-27T21:36:52.998Z | Compiling url v2.5.0 |
2091 | 2024-06-27T21:36:53.475Z | Compiling digest v0.10.7 |
2092 | 2024-06-27T21:36:53.882Z | Compiling xattr v1.3.1 |
2093 | 2024-06-27T21:36:54.197Z | Compiling sha2 v0.10.8 |
2094 | 2024-06-27T21:36:54.475Z | Compiling slog-async v2.8.0 |
2095 | 2024-06-27T21:36:54.732Z | Compiling tabled_derive v0.7.0 |
2096 | 2024-06-27T21:36:56.556Z | Compiling serde_derive v1.0.203 |
2097 | 2024-06-27T21:36:56.881Z | Compiling thiserror-impl v1.0.60 |
2098 | 2024-06-27T21:36:57.262Z | Compiling zerocopy-derive v0.7.34 |
2099 | 2024-06-27T21:36:57.522Z | Compiling tokio-macros v2.2.0 |
2100 | 2024-06-27T21:36:58.502Z | Compiling futures-macro v0.3.30 |
2101 | 2024-06-27T21:36:59.087Z | Compiling tokio v1.37.0 |
2102 | 2024-06-27T21:36:59.343Z | Compiling zerocopy v0.7.34 |
2103 | 2024-06-27T21:36:59.405Z | Compiling scroll_derive v0.12.0 |
2104 | 2024-06-27T21:36:59.745Z | Compiling thiserror v1.0.60 |
2105 | 2024-06-27T21:36:59.901Z | Compiling pest v2.7.10 |
2106 | 2024-06-27T21:37:00.427Z | Compiling futures-util v0.3.30 |
2107 | 2024-06-27T21:37:00.992Z | Compiling openssl-macros v0.1.1 |
2108 | 2024-06-27T21:37:01.037Z | Compiling scroll v0.12.0 |
2109 | 2024-06-27T21:37:01.699Z | Compiling openssl v0.10.64 |
2110 | 2024-06-27T21:37:01.735Z | Compiling goblin v0.8.2 |
2111 | 2024-06-27T21:37:02.727Z | Compiling pest_meta v2.7.10 |
2112 | 2024-06-27T21:37:07.229Z | Compiling pest_generator v2.7.10 |
2113 | 2024-06-27T21:37:09.054Z | Compiling pest_derive v2.7.10 |
2114 | 2024-06-27T21:37:09.822Z | Compiling dtrace-parser v0.2.0 |
2115 | 2024-06-27T21:37:11.738Z | Compiling tokio-util v0.7.11 |
2116 | 2024-06-27T21:37:13.947Z | Compiling serde_tokenstream v0.2.0 |
2117 | 2024-06-27T21:37:14.471Z | Compiling h2 v0.3.26 |
2118 | 2024-06-27T21:37:16.471Z | Compiling dof v0.3.0 |
2119 | 2024-06-27T21:37:17.435Z | Compiling serde_spanned v0.6.6 |
2120 | 2024-06-27T21:37:17.698Z | Compiling toml_datetime v0.6.6 |
2121 | 2024-06-27T21:37:17.778Z | Compiling native-tls v0.2.11 |
2122 | 2024-06-27T21:37:18.741Z | Compiling tokio-native-tls v0.3.1 |
2123 | 2024-06-27T21:37:18.907Z | Compiling toml_edit v0.22.13 |
2124 | 2024-06-27T21:37:19.056Z | Compiling usdt-macro v0.5.0 |
2125 | 2024-06-27T21:37:20.293Z | Compiling hyper v0.14.28 |
2126 | 2024-06-27T21:37:25.189Z | Compiling hyper-tls v0.5.0 |
2127 | 2024-06-27T21:37:25.448Z | Compiling toml v0.8.13 |
2128 | 2024-06-27T21:37:25.976Z | Compiling usdt-attr-macro v0.5.0 |
2129 | 2024-06-27T21:37:27.297Z | Compiling slog-json v2.6.1 |
2130 | 2024-06-27T21:37:27.346Z | Compiling camino v1.1.7 |
2131 | 2024-06-27T21:37:27.828Z | Compiling serde_urlencoded v0.7.1 |
2132 | 2024-06-27T21:37:28.451Z | Compiling cargo-platform v0.1.8 |
2133 | 2024-06-27T21:37:28.723Z | Compiling semver v1.0.23 |
2134 | 2024-06-27T21:37:29.229Z | Compiling futures-executor v0.3.30 |
2135 | 2024-06-27T21:37:29.544Z | Compiling clap_derive v4.5.4 |
2136 | 2024-06-27T21:37:30.317Z | Compiling strum_macros v0.26.2 |
2137 | 2024-06-27T21:37:30.331Z | Compiling futures v0.3.30 |
2138 | 2024-06-27T21:37:30.452Z | Compiling cargo_metadata v0.18.1 |
2139 | 2024-06-27T21:37:32.459Z | Compiling reqwest v0.11.27 |
2140 | 2024-06-27T21:37:32.887Z | Compiling slog-bunyan v2.5.0 |
2141 | 2024-06-27T21:37:36.806Z | Compiling usdt v0.5.0 |
2142 | 2024-06-27T21:37:36.834Z | Compiling clap v4.5.4 |
2143 | 2024-06-27T21:37:36.834Z | Compiling cargo_toml v0.20.3 |
2144 | 2024-06-27T21:37:36.835Z | Compiling macaddr v1.0.1 |
2145 | 2024-06-27T21:37:36.835Z | Compiling strum v0.26.2 |
2146 | 2024-06-27T21:37:36.835Z | Compiling tabled v0.15.0 |
2147 | 2024-06-27T21:37:36.835Z | Compiling slog-term v2.9.1 |
2148 | 2024-06-27T21:37:36.835Z | Compiling tar v0.4.40 |
2149 | 2024-06-27T21:37:51.348Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2150 | 2024-06-27T21:38:05.698Z | Finished `release` profile [optimized] target(s) in 1m 21s |
2151 | 2024-06-27T21:38:05.791Z | |
2152 | 2024-06-27T21:38:05.794Z | real 1:21.633196474 |
2153 | 2024-06-27T21:38:05.794Z | user 8:51.806558560 |
2154 | 2024-06-27T21:38:05.794Z | sys 50.465129530 |
2155 | 2024-06-27T21:38:05.794Z | trap 0.247796745 |
2156 | 2024-06-27T21:38:05.794Z | tflt 0.531955138 |
2157 | 2024-06-27T21:38:05.794Z | dflt 0.195580613 |
2158 | 2024-06-27T21:38:05.794Z | kflt 0.000000000 |
2159 | 2024-06-27T21:38:05.795Z | lock 19:52.967653845 |
2160 | 2024-06-27T21:38:05.795Z | slp 22:20.529857518 |
2161 | 2024-06-27T21:38:05.795Z | lat 25.450701213 |
2162 | 2024-06-27T21:38:05.795Z | stop 22.012842977 |
2163 | 2024-06-27T21:38:05.795Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2164 | 2024-06-27T21:38:05.795Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2165 | 2024-06-27T21:38:05.795Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2166 | 2024-06-27T21:38:05.795Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2167 | 2024-06-27T21:38:05.795Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2168 | 2024-06-27T21:38:06.316Z | Downloading crates ... |
2169 | 2024-06-27T21:38:06.548Z | Downloaded rand_chacha v0.2.2 |
2170 | 2024-06-27T21:38:06.558Z | Downloaded bcrypt-pbkdf v0.10.0 |
2171 | 2024-06-27T21:38:06.561Z | Downloaded rfc6979 v0.4.0 |
2172 | 2024-06-27T21:38:06.564Z | Downloaded ctr v0.9.2 |
2173 | 2024-06-27T21:38:06.566Z | Downloaded dhcproto-macros v0.1.0 |
2174 | 2024-06-27T21:38:06.569Z | Downloaded russh-cryptovec v0.7.2 |
2175 | 2024-06-27T21:38:06.569Z | Downloaded md5 v0.7.0 |
2176 | 2024-06-27T21:38:06.577Z | Downloaded option-ext v0.2.0 |
2177 | 2024-06-27T21:38:06.581Z | Downloaded pbkdf2 v0.12.2 |
2178 | 2024-06-27T21:38:06.584Z | Downloaded password-hash v0.4.2 |
2179 | 2024-06-27T21:38:06.587Z | Downloaded ed25519 v2.2.3 |
2180 | 2024-06-27T21:38:06.590Z | Downloaded dirs-sys v0.4.1 |
2181 | 2024-06-27T21:38:06.593Z | Downloaded primeorder v0.13.6 |
2182 | 2024-06-27T21:38:06.593Z | Downloaded hex-literal v0.4.1 |
2183 | 2024-06-27T21:38:06.593Z | Downloaded dirs v5.0.1 |
2184 | 2024-06-27T21:38:06.596Z | Downloaded rand_core v0.5.1 |
2185 | 2024-06-27T21:38:06.596Z | Downloaded ghash v0.5.1 |
2186 | 2024-06-27T21:38:06.599Z | Downloaded blowfish v0.9.1 |
2187 | 2024-06-27T21:38:06.599Z | Downloaded cbc v0.1.2 |
2188 | 2024-06-27T21:38:06.599Z | Downloaded getrandom v0.1.16 |
2189 | 2024-06-27T21:38:06.602Z | Downloaded pbkdf2 v0.11.0 |
2190 | 2024-06-27T21:38:06.604Z | Downloaded internet-checksum v0.2.1 |
2191 | 2024-06-27T21:38:06.604Z | Downloaded polyval v0.6.2 |
2192 | 2024-06-27T21:38:06.610Z | Downloaded ecdsa v0.16.9 |
2193 | 2024-06-27T21:38:06.613Z | Downloaded russh-keys v0.43.0 |
2194 | 2024-06-27T21:38:06.620Z | Downloaded dhcproto v0.11.0 |
2195 | 2024-06-27T21:38:06.631Z | Downloaded p256 v0.13.2 |
2196 | 2024-06-27T21:38:06.635Z | Downloaded ed25519-dalek v2.1.1 |
2197 | 2024-06-27T21:38:06.653Z | Downloaded russh v0.43.0 |
2198 | 2024-06-27T21:38:06.658Z | Downloaded aes v0.8.4 |
2199 | 2024-06-27T21:38:06.661Z | Downloaded p521 v0.13.3 |
2200 | 2024-06-27T21:38:06.665Z | Downloaded rand v0.7.3 |
2201 | 2024-06-27T21:38:06.670Z | Downloaded aes-gcm v0.10.3 |
2202 | 2024-06-27T21:38:06.803Z | Compiling serde v1.0.203 |
2203 | 2024-06-27T21:38:06.805Z | Compiling log v0.4.21 |
2204 | 2024-06-27T21:38:06.909Z | Compiling scopeguard v1.2.0 |
2205 | 2024-06-27T21:38:06.909Z | Compiling smallvec v1.13.2 |
2206 | 2024-06-27T21:38:06.927Z | Compiling syn v2.0.68 |
2207 | 2024-06-27T21:38:06.929Z | Compiling getrandom v0.2.14 |
2208 | 2024-06-27T21:38:06.929Z | Compiling generic-array v0.14.7 |
2209 | 2024-06-27T21:38:06.967Z | Compiling libm v0.2.8 |
2210 | 2024-06-27T21:38:07.036Z | Compiling lock_api v0.4.12 |
2211 | 2024-06-27T21:38:07.238Z | Compiling rand_core v0.6.4 |
2212 | 2024-06-27T21:38:07.283Z | Compiling parking_lot_core v0.9.10 |
2213 | 2024-06-27T21:38:07.332Z | Compiling num-traits v0.2.19 |
2214 | 2024-06-27T21:38:07.353Z | Compiling subtle v2.5.0 |
2215 | 2024-06-27T21:38:07.435Z | Compiling mio v0.8.11 |
2216 | 2024-06-27T21:38:07.539Z | Compiling ahash v0.8.11 |
2217 | 2024-06-27T21:38:07.693Z | Compiling parking_lot v0.12.2 |
2218 | 2024-06-27T21:38:07.738Z | Compiling serde_json v1.0.118 |
2219 | 2024-06-27T21:38:07.798Z | Compiling allocator-api2 v0.2.18 |
2220 | 2024-06-27T21:38:07.922Z | Compiling const-oid v0.9.6 |
2221 | 2024-06-27T21:38:07.953Z | Compiling iana-time-zone v0.1.60 |
2222 | 2024-06-27T21:38:08.076Z | Compiling syn v1.0.109 |
2223 | 2024-06-27T21:38:08.598Z | Compiling unicode-normalization v0.1.23 |
2224 | 2024-06-27T21:38:08.667Z | Compiling unicode-bidi v0.3.15 |
2225 | 2024-06-27T21:38:08.686Z | Compiling schemars v0.8.21 |
2226 | 2024-06-27T21:38:08.754Z | Compiling dyn-clone v1.0.17 |
2227 | 2024-06-27T21:38:08.965Z | Compiling spin v0.9.8 |
2228 | 2024-06-27T21:38:09.050Z | Compiling ppv-lite86 v0.2.17 |
2229 | 2024-06-27T21:38:09.361Z | Compiling time-macros v0.2.18 |
2230 | 2024-06-27T21:38:09.655Z | Compiling ring v0.17.8 |
2231 | 2024-06-27T21:38:09.760Z | Compiling rand_chacha v0.3.1 |
2232 | 2024-06-27T21:38:09.893Z | Compiling aho-corasick v1.1.3 |
2233 | 2024-06-27T21:38:10.278Z | Compiling regex-syntax v0.8.3 |
2234 | 2024-06-27T21:38:10.600Z | Compiling rand v0.8.5 |
2235 | 2024-06-27T21:38:12.133Z | Compiling idna v0.5.0 |
2236 | 2024-06-27T21:38:12.809Z | Compiling slog v2.7.0 |
2237 | 2024-06-27T21:38:12.906Z | Compiling time v0.3.36 |
2238 | 2024-06-27T21:38:13.370Z | Compiling url v2.5.0 |
2239 | 2024-06-27T21:38:13.734Z | Compiling regex-automata v0.4.6 |
2240 | 2024-06-27T21:38:13.803Z | Compiling untrusted v0.9.0 |
2241 | 2024-06-27T21:38:13.982Z | Compiling spin v0.5.2 |
2242 | 2024-06-27T21:38:14.210Z | Compiling serde_derive_internals v0.29.1 |
2243 | 2024-06-27T21:38:16.495Z | Compiling lazy_static v1.4.0 |
2244 | 2024-06-27T21:38:16.617Z | Compiling backtrace v0.3.71 |
2245 | 2024-06-27T21:38:17.055Z | Compiling gimli v0.28.1 |
2246 | 2024-06-27T21:38:17.137Z | Compiling object v0.32.2 |
2247 | 2024-06-27T21:38:17.181Z | Compiling anyhow v1.0.86 |
2248 | 2024-06-27T21:38:17.772Z | Compiling rustc-demangle v0.1.24 |
2249 | 2024-06-27T21:38:18.548Z | Compiling base64ct v1.6.0 |
2250 | 2024-06-27T21:38:18.744Z | Compiling winnow v0.5.40 |
2251 | 2024-06-27T21:38:19.180Z | Compiling regex v1.10.4 |
2252 | 2024-06-27T21:38:19.251Z | Compiling rustls v0.21.12 |
2253 | 2024-06-27T21:38:19.505Z | Compiling crossbeam-utils v0.8.19 |
2254 | 2024-06-27T21:38:20.252Z | Compiling sct v0.7.1 |
2255 | 2024-06-27T21:38:20.279Z | Compiling rustls-webpki v0.101.7 |
2256 | 2024-06-27T21:38:20.565Z | Compiling cookie v0.17.0 |
2257 | 2024-06-27T21:38:21.989Z | Compiling serde_derive v1.0.203 |
2258 | 2024-06-27T21:38:22.061Z | Compiling zeroize_derive v1.4.2 |
2259 | 2024-06-27T21:38:22.238Z | Compiling thiserror-impl v1.0.60 |
2260 | 2024-06-27T21:38:22.254Z | Compiling zerocopy-derive v0.7.34 |
2261 | 2024-06-27T21:38:22.674Z | Compiling tokio-macros v2.2.0 |
2262 | 2024-06-27T21:38:23.619Z | Compiling futures-macro v0.3.30 |
2263 | 2024-06-27T21:38:23.699Z | Compiling zeroize v1.7.0 |
2264 | 2024-06-27T21:38:24.419Z | Compiling schemars_derive v0.8.21 |
2265 | 2024-06-27T21:38:24.523Z | Compiling tracing-attributes v0.1.27 |
2266 | 2024-06-27T21:38:24.610Z | Compiling zerocopy v0.7.34 |
2267 | 2024-06-27T21:38:25.618Z | Compiling crypto-common v0.1.6 |
2268 | 2024-06-27T21:38:25.766Z | Compiling thiserror v1.0.60 |
2269 | 2024-06-27T21:38:25.883Z | Compiling futures-util v0.3.30 |
2270 | 2024-06-27T21:38:25.978Z | Compiling block-buffer v0.10.4 |
2271 | 2024-06-27T21:38:25.978Z | Compiling async-trait v0.1.80 |
2272 | 2024-06-27T21:38:26.167Z | Compiling digest v0.10.7 |
2273 | 2024-06-27T21:38:26.638Z | Compiling addr2line v0.21.0 |
2274 | 2024-06-27T21:38:27.001Z | Compiling hashbrown v0.14.5 |
2275 | 2024-06-27T21:38:27.425Z | Compiling openssl-macros v0.1.1 |
2276 | 2024-06-27T21:38:27.870Z | Compiling pest v2.7.10 |
2277 | 2024-06-27T21:38:28.600Z | Compiling tracing v0.1.40 |
2278 | 2024-06-27T21:38:28.831Z | Compiling idna v0.3.0 |
2279 | 2024-06-27T21:38:29.094Z | Compiling data-encoding v2.6.0 |
2280 | 2024-06-27T21:38:29.149Z | Compiling psl-types v2.0.11 |
2281 | 2024-06-27T21:38:29.337Z | Compiling hmac v0.12.1 |
2282 | 2024-06-27T21:38:29.593Z | Compiling scroll_derive v0.12.0 |
2283 | 2024-06-27T21:38:30.584Z | Compiling pest_meta v2.7.10 |
2284 | 2024-06-27T21:38:30.863Z | Compiling publicsuffix v2.2.3 |
2285 | 2024-06-27T21:38:31.116Z | Compiling webpki-roots v0.25.4 |
2286 | 2024-06-27T21:38:31.184Z | Compiling scroll v0.12.0 |
2287 | 2024-06-27T21:38:31.266Z | Compiling futures-executor v0.3.30 |
2288 | 2024-06-27T21:38:31.601Z | Compiling futures v0.3.30 |
2289 | 2024-06-27T21:38:31.725Z | Compiling bitflags v1.3.2 |
2290 | 2024-06-27T21:38:31.741Z | Compiling goblin v0.8.2 |
2291 | 2024-06-27T21:38:31.824Z | Compiling pest_generator v2.7.10 |
2292 | 2024-06-27T21:38:31.841Z | Compiling block-padding v0.3.3 |
2293 | 2024-06-27T21:38:31.844Z | Compiling der_derive v0.7.2 |
2294 | 2024-06-27T21:38:32.087Z | Compiling pem-rfc7468 v0.7.0 |
2295 | 2024-06-27T21:38:32.140Z | Compiling flagset v0.4.5 |
2296 | 2024-06-27T21:38:32.350Z | Compiling inout v0.1.3 |
2297 | 2024-06-27T21:38:32.641Z | Compiling cipher v0.4.4 |
2298 | 2024-06-27T21:38:32.883Z | Compiling sha2 v0.10.8 |
2299 | 2024-06-27T21:38:33.159Z | Compiling either v1.12.0 |
2300 | 2024-06-27T21:38:33.598Z | Compiling ff v0.13.0 |
2301 | 2024-06-27T21:38:33.829Z | Compiling base16ct v0.2.0 |
2302 | 2024-06-27T21:38:33.916Z | Compiling stable_deref_trait v1.2.0 |
2303 | 2024-06-27T21:38:34.023Z | Compiling group v0.13.0 |
2304 | 2024-06-27T21:38:34.149Z | Compiling hkdf v0.12.4 |
2305 | 2024-06-27T21:38:34.331Z | Compiling crypto-bigint v0.5.5 |
2306 | 2024-06-27T21:38:34.410Z | Compiling crossbeam-epoch v0.9.18 |
2307 | 2024-06-27T21:38:34.481Z | Compiling der v0.7.9 |
2308 | 2024-06-27T21:38:35.240Z | Compiling num-integer v0.1.46 |
2309 | 2024-06-27T21:38:35.966Z | Compiling pest_derive v2.7.10 |
2310 | 2024-06-27T21:38:36.042Z | Compiling managed v0.8.0 |
2311 | 2024-06-27T21:38:36.409Z | Compiling unicode-segmentation v1.11.0 |
2312 | 2024-06-27T21:38:36.466Z | Compiling matches v0.1.10 |
2313 | 2024-06-27T21:38:36.560Z | Compiling idna v0.2.3 |
2314 | 2024-06-27T21:38:36.761Z | Compiling bytes v1.6.0 |
2315 | 2024-06-27T21:38:37.207Z | Compiling indexmap v2.2.6 |
2316 | 2024-06-27T21:38:37.901Z | Compiling tokio v1.37.0 |
2317 | 2024-06-27T21:38:37.992Z | Compiling chrono v0.4.38 |
2318 | 2024-06-27T21:38:38.090Z | Compiling uuid v1.8.0 |
2319 | 2024-06-27T21:38:38.169Z | Compiling bitflags v2.5.0 |
2320 | 2024-06-27T21:38:38.636Z | Compiling semver v1.0.23 |
2321 | 2024-06-27T21:38:38.639Z | Compiling http v0.2.12 |
2322 | 2024-06-27T21:38:39.432Z | Compiling serde_tokenstream v0.2.0 |
2323 | 2024-06-27T21:38:39.502Z | Compiling serde_spanned v0.6.6 |
2324 | 2024-06-27T21:38:39.731Z | Compiling toml_datetime v0.6.6 |
2325 | 2024-06-27T21:38:39.989Z | Compiling openssl v0.10.64 |
2326 | 2024-06-27T21:38:40.278Z | Compiling http-body v0.4.6 |
2327 | 2024-06-27T21:38:40.371Z | Compiling toml_edit v0.19.15 |
2328 | 2024-06-27T21:38:40.757Z | Compiling rustix v0.38.34 |
2329 | 2024-06-27T21:38:41.223Z | Compiling serde_urlencoded v0.7.1 |
2330 | 2024-06-27T21:38:41.734Z | Compiling openapiv3 v2.0.0 |
2331 | 2024-06-27T21:38:41.965Z | Compiling cookie_store v0.20.0 |
2332 | 2024-06-27T21:38:42.223Z | Compiling rustc_version v0.4.0 |
2333 | 2024-06-27T21:38:43.002Z | Compiling dof v0.3.0 |
2334 | 2024-06-27T21:38:43.507Z | Compiling dtrace-parser v0.2.0 |
2335 | 2024-06-27T21:38:43.828Z | Compiling spki v0.7.3 |
2336 | 2024-06-27T21:38:44.213Z | Compiling usdt-impl v0.5.0 |
2337 | 2024-06-27T21:38:44.241Z | Compiling pkcs8 v0.10.2 |
2338 | 2024-06-27T21:38:44.859Z | Compiling sec1 v0.7.3 |
2339 | 2024-06-27T21:38:45.396Z | Compiling elliptic-curve v0.13.8 |
2340 | 2024-06-27T21:38:45.440Z | Compiling ipnetwork v0.20.0 |
2341 | 2024-06-27T21:38:45.787Z | Compiling tokio-util v0.7.11 |
2342 | 2024-06-27T21:38:45.904Z | Compiling tokio-rustls v0.24.1 |
2343 | 2024-06-27T21:38:46.152Z | Compiling native-tls v0.2.11 |
2344 | 2024-06-27T21:38:46.182Z | Compiling usdt-macro v0.5.0 |
2345 | 2024-06-27T21:38:46.319Z | Compiling usdt-attr-macro v0.5.0 |
2346 | 2024-06-27T21:38:46.391Z | Compiling toml v0.7.8 |
2347 | 2024-06-27T21:38:46.781Z | Compiling h2 v0.3.26 |
2348 | 2024-06-27T21:38:47.204Z | Compiling tokio-native-tls v0.3.1 |
2349 | 2024-06-27T21:38:47.470Z | Compiling toml_edit v0.22.13 |
2350 | 2024-06-27T21:38:47.686Z | Compiling hex v0.4.3 |
2351 | 2024-06-27T21:38:47.982Z | Compiling usdt v0.5.0 |
2352 | 2024-06-27T21:38:48.150Z | Compiling enum-as-inner v0.5.1 |
2353 | 2024-06-27T21:38:48.335Z | Compiling siphasher v0.3.11 |
2354 | 2024-06-27T21:38:48.501Z | Compiling bit-vec v0.6.3 |
2355 | 2024-06-27T21:38:48.603Z | Compiling heapless v0.7.17 |
2356 | 2024-06-27T21:38:48.736Z | Compiling terminal_size v0.3.0 |
2357 | 2024-06-27T21:38:48.860Z | Compiling num-bigint v0.4.5 |
2358 | 2024-06-27T21:38:48.934Z | Compiling regress v0.9.1 |
2359 | 2024-06-27T21:38:48.962Z | Compiling signal-hook v0.3.17 |
2360 | 2024-06-27T21:38:49.036Z | Compiling finl_unicode v1.2.0 |
2361 | 2024-06-27T21:38:49.195Z | Compiling trust-dns-proto v0.22.0 |
2362 | 2024-06-27T21:38:49.215Z | Compiling clap_builder v4.5.2 |
2363 | 2024-06-27T21:38:49.624Z | Compiling stringprep v0.1.4 |
2364 | 2024-06-27T21:38:51.019Z | Compiling itertools v0.10.5 |
2365 | 2024-06-27T21:38:53.504Z | Compiling hyper v0.14.28 |
2366 | 2024-06-27T21:38:53.801Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2367 | 2024-06-27T21:38:54.172Z | Compiling yasna v0.5.2 |
2368 | 2024-06-27T21:38:56.103Z | Compiling md-5 v0.10.6 |
2369 | 2024-06-27T21:38:56.219Z | Compiling clap_derive v4.5.4 |
2370 | 2024-06-27T21:38:56.374Z | Compiling hash32 v0.2.1 |
2371 | 2024-06-27T21:38:56.786Z | Compiling fallible-iterator v0.2.0 |
2372 | 2024-06-27T21:38:57.302Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2373 | 2024-06-27T21:38:57.452Z | Compiling smoltcp v0.9.1 |
2374 | 2024-06-27T21:38:57.898Z | Compiling postgres-protocol v0.6.6 |
2375 | 2024-06-27T21:38:58.955Z | Compiling phf_shared v0.11.2 |
2376 | 2024-06-27T21:38:59.239Z | Compiling tokio-stream v0.1.15 |
2377 | 2024-06-27T21:38:59.260Z | Compiling hubpack_derive v0.1.1 |
2378 | 2024-06-27T21:38:59.362Z | Compiling zerocopy-derive v0.6.6 |
2379 | 2024-06-27T21:38:59.404Z | Compiling diesel_table_macro_syntax v0.1.0 |
2380 | 2024-06-27T21:38:59.673Z | Compiling scheduled-thread-pool v0.2.7 |
2381 | 2024-06-27T21:38:59.821Z | Compiling fs-err v2.11.0 |
2382 | 2024-06-27T21:39:00.128Z | Compiling fixedbitset v0.4.2 |
2383 | 2024-06-27T21:39:00.201Z | Compiling hyper-tls v0.5.0 |
2384 | 2024-06-27T21:39:00.286Z | Compiling hyper-rustls v0.24.2 |
2385 | 2024-06-27T21:39:00.328Z | Compiling hubpack v0.1.2 |
2386 | 2024-06-27T21:39:00.554Z | Compiling petgraph v0.6.5 |
2387 | 2024-06-27T21:39:00.584Z | Compiling reqwest v0.11.27 |
2388 | 2024-06-27T21:39:00.772Z | Compiling r2d2 v0.8.10 |
2389 | 2024-06-27T21:39:00.793Z | Compiling diesel_derives v2.1.4 |
2390 | 2024-06-27T21:39:01.442Z | Compiling clap v4.5.4 |
2391 | 2024-06-27T21:39:01.573Z | Compiling phf v0.11.2 |
2392 | 2024-06-27T21:39:01.656Z | Compiling zerocopy v0.6.6 |
2393 | 2024-06-27T21:39:01.888Z | Compiling postgres-types v0.2.6 |
2394 | 2024-06-27T21:39:02.491Z | Compiling signal-hook-mio v0.2.3 |
2395 | 2024-06-27T21:39:02.970Z | Compiling phf_shared v0.10.0 |
2396 | 2024-06-27T21:39:03.346Z | Compiling similar v2.5.0 |
2397 | 2024-06-27T21:39:03.387Z | Compiling num-iter v0.1.45 |
2398 | 2024-06-27T21:39:03.399Z | Compiling strum_macros v0.25.3 |
2399 | 2024-06-27T21:39:03.567Z | Compiling serde_repr v0.1.19 |
2400 | 2024-06-27T21:39:03.571Z | Compiling getopts v0.2.21 |
2401 | 2024-06-27T21:39:04.617Z | Compiling console v0.15.8 |
2402 | 2024-06-27T21:39:04.620Z | Compiling float-cmp v0.9.0 |
2403 | 2024-06-27T21:39:04.719Z | Compiling normalize-line-endings v0.3.0 |
2404 | 2024-06-27T21:39:04.859Z | Compiling new_debug_unreachable v1.0.6 |
2405 | 2024-06-27T21:39:04.886Z | Compiling difflib v0.4.0 |
2406 | 2024-06-27T21:39:04.962Z | Compiling unsafe-libyaml v0.2.11 |
2407 | 2024-06-27T21:39:05.866Z | Compiling minimal-lexical v0.2.1 |
2408 | 2024-06-27T21:39:06.226Z | Compiling static_assertions v1.1.0 |
2409 | 2024-06-27T21:39:06.334Z | Compiling predicates-core v1.0.6 |
2410 | 2024-06-27T21:39:06.377Z | Compiling precomputed-hash v0.1.1 |
2411 | 2024-06-27T21:39:06.499Z | Compiling whoami v1.5.1 |
2412 | 2024-06-27T21:39:06.563Z | Compiling predicates v3.1.0 |
2413 | 2024-06-27T21:39:06.703Z | Compiling string_cache v0.8.7 |
2414 | 2024-06-27T21:39:06.931Z | Compiling tokio-postgres v0.7.10 |
2415 | 2024-06-27T21:39:07.185Z | Compiling nom v7.1.3 |
2416 | 2024-06-27T21:39:07.198Z | Compiling serde_yaml v0.9.34+deprecated |
2417 | 2024-06-27T21:39:07.853Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2418 | 2024-06-27T21:39:08.368Z | Compiling crossterm v0.27.0 |
2419 | 2024-06-27T21:39:11.645Z | Compiling bit-set v0.5.3 |
2420 | 2024-06-27T21:39:11.903Z | Compiling itertools v0.12.1 |
2421 | 2024-06-27T21:39:11.943Z | Compiling bstr v1.9.1 |
2422 | 2024-06-27T21:39:12.108Z | Compiling peg-runtime v0.8.3 |
2423 | 2024-06-27T21:39:12.203Z | Compiling lalrpop-util v0.19.12 |
2424 | 2024-06-27T21:39:12.577Z | Compiling unicode-xid v0.2.4 |
2425 | 2024-06-27T21:39:12.762Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2426 | 2024-06-27T21:39:12.781Z | Compiling sha1 v0.10.6 |
2427 | 2024-06-27T21:39:13.216Z | Compiling camino v1.1.7 |
2428 | 2024-06-27T21:39:13.232Z | Compiling strum_macros v0.26.2 |
2429 | 2024-06-27T21:39:13.787Z | Compiling http v1.1.0 |
2430 | 2024-06-27T21:39:14.171Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2431 | 2024-06-27T21:39:14.214Z | Compiling base64 v0.22.1 |
2432 | 2024-06-27T21:39:14.262Z | Compiling toml v0.8.13 |
2433 | 2024-06-27T21:39:14.277Z | Compiling diesel v2.1.6 |
2434 | 2024-06-27T21:39:15.037Z | Compiling rustls-pki-types v1.7.0 |
2435 | 2024-06-27T21:39:15.112Z | Compiling ident_case v1.0.1 |
2436 | 2024-06-27T21:39:15.307Z | Compiling darling_core v0.20.9 |
2437 | 2024-06-27T21:39:15.918Z | Compiling crossbeam-channel v0.5.12 |
2438 | 2024-06-27T21:39:16.108Z | Compiling rustls v0.22.4 |
2439 | 2024-06-27T21:39:16.210Z | Compiling paste v1.0.15 |
2440 | 2024-06-27T21:39:16.346Z | Compiling slog-term v2.9.1 |
2441 | 2024-06-27T21:39:16.405Z | Compiling rustls-webpki v0.102.4 |
2442 | 2024-06-27T21:39:16.800Z | Compiling slog-async v2.8.0 |
2443 | 2024-06-27T21:39:17.060Z | Compiling instant v0.1.12 |
2444 | 2024-06-27T21:39:17.212Z | Compiling multer v3.1.0 |
2445 | 2024-06-27T21:39:18.025Z | Compiling slog-json v2.6.1 |
2446 | 2024-06-27T21:39:18.411Z | Compiling async-stream-impl v0.3.5 |
2447 | 2024-06-27T21:39:18.440Z | Compiling strum v0.26.2 |
2448 | 2024-06-27T21:39:18.492Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2449 | 2024-06-27T21:39:18.612Z | Compiling atomic-waker v1.1.2 |
2450 | 2024-06-27T21:39:18.779Z | Compiling debug-ignore v1.0.5 |
2451 | 2024-06-27T21:39:18.815Z | Compiling waitgroup v0.1.2 |
2452 | 2024-06-27T21:39:18.858Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2453 | 2024-06-27T21:39:18.874Z | Compiling slog-bunyan v2.5.0 |
2454 | 2024-06-27T21:39:19.001Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2455 | 2024-06-27T21:39:19.037Z | Compiling rustls-pemfile v2.1.2 |
2456 | 2024-06-27T21:39:19.074Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2457 | 2024-06-27T21:39:19.516Z | Compiling serde_path_to_error v0.1.16 |
2458 | 2024-06-27T21:39:19.788Z | Compiling async-stream v0.3.5 |
2459 | 2024-06-27T21:39:20.077Z | Compiling structmeta-derive v0.3.0 |
2460 | 2024-06-27T21:39:20.155Z | Compiling hostname v0.4.0 |
2461 | 2024-06-27T21:39:20.418Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2462 | 2024-06-27T21:39:20.433Z | Compiling newtype-uuid v1.1.0 |
2463 | 2024-06-27T21:39:20.727Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2464 | 2024-06-27T21:39:21.159Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2465 | 2024-06-27T21:39:21.437Z | Compiling backoff v0.4.0 |
2466 | 2024-06-27T21:39:21.440Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2467 | 2024-06-27T21:39:21.498Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2468 | 2024-06-27T21:39:21.619Z | Compiling tokio-rustls v0.25.0 |
2469 | 2024-06-27T21:39:21.679Z | Compiling macaddr v1.0.1 |
2470 | 2024-06-27T21:39:21.777Z | Compiling proc-macro-crate v1.3.1 |
2471 | 2024-06-27T21:39:22.144Z | Compiling fastrand v2.1.0 |
2472 | 2024-06-27T21:39:22.636Z | Compiling darling_macro v0.20.9 |
2473 | 2024-06-27T21:39:22.705Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2474 | 2024-06-27T21:39:22.903Z | Compiling num_enum_derive v0.5.11 |
2475 | 2024-06-27T21:39:23.054Z | Compiling tempfile v3.10.1 |
2476 | 2024-06-27T21:39:23.234Z | Compiling structmeta v0.3.0 |
2477 | 2024-06-27T21:39:23.702Z | Compiling darling v0.20.9 |
2478 | 2024-06-27T21:39:23.718Z | Compiling parse-display-derive v0.9.0 |
2479 | 2024-06-27T21:39:23.826Z | Compiling serde_with_macros v3.8.1 |
2480 | 2024-06-27T21:39:23.942Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2481 | 2024-06-27T21:39:24.242Z | Compiling foreign-types-macros v0.2.3 |
2482 | 2024-06-27T21:39:25.610Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2483 | 2024-06-27T21:39:25.726Z | Compiling num_enum v0.5.11 |
2484 | 2024-06-27T21:39:25.879Z | Compiling foreign-types-shared v0.3.1 |
2485 | 2024-06-27T21:39:25.895Z | Compiling heapless v0.8.0 |
2486 | 2024-06-27T21:39:26.001Z | Compiling foreign-types v0.5.0 |
2487 | 2024-06-27T21:39:26.149Z | Compiling proc-macro-error v1.0.4 |
2488 | 2024-06-27T21:39:26.910Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2489 | 2024-06-27T21:39:27.070Z | Compiling cstr-argument v0.1.2 |
2490 | 2024-06-27T21:39:27.220Z | Compiling serde_with v3.8.1 |
2491 | 2024-06-27T21:39:27.332Z | Compiling hash32 v0.3.1 |
2492 | 2024-06-27T21:39:27.593Z | Compiling smoltcp v0.11.0 |
2493 | 2024-06-27T21:39:27.697Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2494 | 2024-06-27T21:39:27.764Z | Compiling pretty-hex v0.2.1 |
2495 | 2024-06-27T21:39:27.957Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2496 | 2024-06-27T21:39:28.345Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2497 | 2024-06-27T21:39:28.366Z | Compiling camino-tempfile v1.1.1 |
2498 | 2024-06-27T21:39:28.701Z | Compiling parse-display v0.9.0 |
2499 | 2024-06-27T21:39:28.821Z | Compiling tabwriter v1.4.0 |
2500 | 2024-06-27T21:39:28.918Z | Compiling colored v2.1.0 |
2501 | 2024-06-27T21:39:29.231Z | Compiling socket2 v0.4.10 |
2502 | 2024-06-27T21:39:29.333Z | Compiling embedded-io v0.4.0 |
2503 | 2024-06-27T21:39:29.404Z | Compiling cobs v0.2.3 |
2504 | 2024-06-27T21:39:29.725Z | Compiling postcard v1.0.8 |
2505 | 2024-06-27T21:39:29.729Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2506 | 2024-06-27T21:39:30.075Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2507 | 2024-06-27T21:39:30.178Z | Compiling crucible-workspace-hack v0.1.0 |
2508 | 2024-06-27T21:39:30.325Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2509 | 2024-06-27T21:39:30.451Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2510 | 2024-06-27T21:39:30.710Z | Compiling smf v0.2.3 |
2511 | 2024-06-27T21:39:30.754Z | Compiling humantime v2.1.0 |
2512 | 2024-06-27T21:39:30.829Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2513 | 2024-06-27T21:39:31.185Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2514 | 2024-06-27T21:39:31.209Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
2515 | 2024-06-27T21:39:31.272Z | Compiling num-derive v0.4.2 |
2516 | 2024-06-27T21:39:31.701Z | Compiling sigpipe v0.1.3 |
2517 | 2024-06-27T21:39:31.831Z | Compiling utf-8 v0.7.6 |
2518 | 2024-06-27T21:39:32.199Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
2519 | 2024-06-27T21:39:32.216Z | Compiling atty v0.2.14 |
2520 | 2024-06-27T21:39:32.359Z | Compiling same-file v1.0.6 |
2521 | 2024-06-27T21:39:32.602Z | Compiling semver v0.1.20 |
2522 | 2024-06-27T21:39:32.620Z | Compiling rayon-core v1.12.1 |
2523 | 2024-06-27T21:39:32.703Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2524 | 2024-06-27T21:39:32.887Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2525 | 2024-06-27T21:39:33.276Z | Compiling rustc_version v0.1.7 |
2526 | 2024-06-27T21:39:33.761Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
2527 | 2024-06-27T21:39:33.848Z | Compiling walkdir v2.5.0 |
2528 | 2024-06-27T21:39:34.550Z | Compiling curve25519-dalek v4.1.3 |
2529 | 2024-06-27T21:39:34.640Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2530 | 2024-06-27T21:39:34.647Z | Compiling newline-converter v0.3.0 |
2531 | 2024-06-27T21:39:34.706Z | Compiling crossbeam-deque v0.8.5 |
2532 | 2024-06-27T21:39:34.864Z | Compiling universal-hash v0.5.1 |
2533 | 2024-06-27T21:39:34.920Z | Compiling opaque-debug v0.3.1 |
2534 | 2024-06-27T21:39:35.032Z | Compiling prettyplease v0.2.20 |
2535 | 2024-06-27T21:39:35.062Z | Compiling expectorate v1.1.0 |
2536 | 2024-06-27T21:39:35.105Z | Compiling newtype_derive v0.1.6 |
2537 | 2024-06-27T21:39:35.239Z | Compiling xattr v1.3.1 |
2538 | 2024-06-27T21:39:35.279Z | Compiling num-rational v0.4.2 |
2539 | 2024-06-27T21:39:35.322Z | Compiling signature v2.2.0 |
2540 | 2024-06-27T21:39:35.375Z | Compiling curve25519-dalek-derive v0.1.1 |
2541 | 2024-06-27T21:39:35.532Z | Compiling num-complex v0.4.6 |
2542 | 2024-06-27T21:39:35.623Z | Compiling ring v0.16.20 |
2543 | 2024-06-27T21:39:36.573Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2544 | 2024-06-27T21:39:36.738Z | Compiling blake3 v1.5.1 |
2545 | 2024-06-27T21:39:36.868Z | Compiling unicase v2.7.0 |
2546 | 2024-06-27T21:39:36.911Z | Compiling quick-error v1.2.3 |
2547 | 2024-06-27T21:39:36.964Z | Compiling getrandom v0.1.16 |
2548 | 2024-06-27T21:39:37.063Z | Compiling termcolor v1.4.1 |
2549 | 2024-06-27T21:39:37.115Z | Compiling convert_case v0.4.0 |
2550 | 2024-06-27T21:39:37.154Z | Compiling arc-swap v1.7.1 |
2551 | 2024-06-27T21:39:37.333Z | Compiling linked-hash-map v0.5.6 |
2552 | 2024-06-27T21:39:37.694Z | Compiling lru-cache v0.1.2 |
2553 | 2024-06-27T21:39:37.746Z | Compiling slog-scope v4.4.0 |
2554 | 2024-06-27T21:39:37.838Z | Compiling env_logger v0.9.3 |
2555 | 2024-06-27T21:39:37.985Z | Compiling resolv-conf v0.7.0 |
2556 | 2024-06-27T21:39:38.152Z | Compiling derive_more v0.99.17 |
2557 | 2024-06-27T21:39:38.271Z | Compiling tar v0.4.40 |
2558 | 2024-06-27T21:39:38.824Z | Compiling num v0.4.3 |
2559 | 2024-06-27T21:39:38.943Z | Compiling rayon v1.10.0 |
2560 | 2024-06-27T21:39:40.489Z | Compiling tungstenite v0.21.0 |
2561 | 2024-06-27T21:39:40.953Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2562 | 2024-06-27T21:39:41.436Z | Compiling blake2 v0.10.6 |
2563 | 2024-06-27T21:39:42.587Z | Compiling bitstruct_derive v0.1.0 |
2564 | 2024-06-27T21:39:42.638Z | Compiling derive-where v1.2.7 |
2565 | 2024-06-27T21:39:42.804Z | Compiling password-hash v0.5.0 |
2566 | 2024-06-27T21:39:43.877Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2567 | 2024-06-27T21:39:43.924Z | Compiling memmap2 v0.9.4 |
2568 | 2024-06-27T21:39:43.958Z | Compiling home v0.5.9 |
2569 | 2024-06-27T21:39:43.998Z | Compiling ascii v1.1.0 |
2570 | 2024-06-27T21:39:44.228Z | Compiling untrusted v0.7.1 |
2571 | 2024-06-27T21:39:44.377Z | Compiling parking_lot_core v0.8.6 |
2572 | 2024-06-27T21:39:44.413Z | Compiling arrayvec v0.7.4 |
2573 | 2024-06-27T21:39:44.631Z | Compiling libefi-sys v0.1.0 |
2574 | 2024-06-27T21:39:44.832Z | Compiling arrayref v0.3.7 |
2575 | 2024-06-27T21:39:44.867Z | Compiling constant_time_eq v0.3.0 |
2576 | 2024-06-27T21:39:44.891Z | Compiling float-ord v0.3.2 |
2577 | 2024-06-27T21:39:45.050Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2578 | 2024-06-27T21:39:46.274Z | Compiling toolchain_find v0.4.0 |
2579 | 2024-06-27T21:39:46.568Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2580 | 2024-06-27T21:39:46.753Z | Compiling bitstruct v0.1.1 |
2581 | 2024-06-27T21:39:46.788Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2582 | 2024-06-27T21:39:46.824Z | Compiling argon2 v0.5.3 |
2583 | 2024-06-27T21:39:46.827Z | Compiling tokio-tungstenite v0.21.0 |
2584 | 2024-06-27T21:39:46.854Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2585 | 2024-06-27T21:39:46.924Z | Compiling trust-dns-resolver v0.22.0 |
2586 | 2024-06-27T21:39:46.977Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3c3fa8482fe09a01da62fbd35efe124ea9cac9e7#3c3fa848) |
2587 | 2024-06-27T21:39:47.257Z | Compiling slog-stdlog v4.1.1 |
2588 | 2024-06-27T21:39:47.366Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2589 | 2024-06-27T21:39:47.626Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2590 | 2024-06-27T21:39:47.900Z | Compiling erased-serde v0.3.31 |
2591 | 2024-06-27T21:39:48.005Z | Compiling serde_arrays v0.1.0 |
2592 | 2024-06-27T21:39:48.114Z | Compiling rfc6979 v0.4.0 |
2593 | 2024-06-27T21:39:48.171Z | Compiling aead v0.5.2 |
2594 | 2024-06-27T21:39:48.304Z | Compiling bitfield-struct v0.6.1 |
2595 | 2024-06-27T21:39:48.555Z | Compiling nibble_vec v0.1.0 |
2596 | 2024-06-27T21:39:48.767Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2597 | 2024-06-27T21:39:48.774Z | Compiling slog-dtrace v0.3.0 |
2598 | 2024-06-27T21:39:49.066Z | Compiling cancel-safe-futures v0.1.5 |
2599 | 2024-06-27T21:39:49.128Z | Compiling endian-type v0.1.2 |
2600 | 2024-06-27T21:39:49.290Z | Compiling topological-sort v0.2.2 |
2601 | 2024-06-27T21:39:49.366Z | Compiling keccak v0.1.5 |
2602 | 2024-06-27T21:39:49.433Z | Compiling radix_trie v0.2.1 |
2603 | 2024-06-27T21:39:49.508Z | Compiling omicron-zone-package v0.11.0 |
2604 | 2024-06-27T21:39:49.735Z | Compiling sha3 v0.10.8 |
2605 | 2024-06-27T21:39:49.784Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2606 | 2024-06-27T21:39:50.430Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2607 | 2024-06-27T21:39:50.456Z | Compiling ecdsa v0.16.9 |
2608 | 2024-06-27T21:39:50.498Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2609 | 2024-06-27T21:39:50.527Z | Compiling rand_core v0.5.1 |
2610 | 2024-06-27T21:39:50.898Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2611 | 2024-06-27T21:39:54.939Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2612 | 2024-06-27T21:39:54.939Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2613 | 2024-06-27T21:39:54.939Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2614 | 2024-06-27T21:39:54.939Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2615 | 2024-06-27T21:39:54.939Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2616 | 2024-06-27T21:39:54.939Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2617 | 2024-06-27T21:39:54.939Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2618 | 2024-06-27T21:39:54.939Z | Compiling slog-envlogger v2.2.0 |
2619 | 2024-06-27T21:39:54.939Z | Compiling mime_guess v2.0.4 |
2620 | 2024-06-27T21:39:54.939Z | Compiling steno v0.4.0 |
2621 | 2024-06-27T21:39:54.939Z | Compiling rustfmt-wrapper v0.2.1 |
2622 | 2024-06-27T21:39:54.970Z | Compiling poly1305 v0.8.0 |
2623 | 2024-06-27T21:39:55.003Z | Compiling tungstenite v0.20.1 |
2624 | 2024-06-27T21:39:55.130Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2625 | 2024-06-27T21:39:55.897Z | Compiling primeorder v0.13.6 |
2626 | 2024-06-27T21:39:56.056Z | Compiling heck v0.3.3 |
2627 | 2024-06-27T21:39:56.428Z | Compiling chacha20 v0.9.1 |
2628 | 2024-06-27T21:39:56.505Z | Compiling secrecy v0.8.0 |
2629 | 2024-06-27T21:39:56.523Z | Compiling thiserror-impl-no-std v2.0.2 |
2630 | 2024-06-27T21:39:56.782Z | Compiling half v2.4.1 |
2631 | 2024-06-27T21:39:56.872Z | Compiling ciborium-io v0.2.2 |
2632 | 2024-06-27T21:39:57.009Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2633 | 2024-06-27T21:39:57.239Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2634 | 2024-06-27T21:39:57.284Z | Compiling option-ext v0.2.0 |
2635 | 2024-06-27T21:39:57.345Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2636 | 2024-06-27T21:39:57.393Z | Compiling dirs-sys v0.4.1 |
2637 | 2024-06-27T21:39:57.414Z | Compiling ciborium-ll v0.2.2 |
2638 | 2024-06-27T21:39:57.849Z | Compiling zone_cfg_derive v0.1.2 |
2639 | 2024-06-27T21:39:58.054Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2640 | 2024-06-27T21:39:58.354Z | Compiling tokio-tungstenite v0.20.1 |
2641 | 2024-06-27T21:39:58.883Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2642 | 2024-06-27T21:39:59.024Z | Compiling parking_lot v0.11.2 |
2643 | 2024-06-27T21:39:59.251Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2644 | 2024-06-27T21:39:59.384Z | Compiling rand_chacha v0.2.2 |
2645 | 2024-06-27T21:39:59.946Z | Compiling thiserror-no-std v2.0.2 |
2646 | 2024-06-27T21:40:00.033Z | Compiling trust-dns-client v0.22.0 |
2647 | 2024-06-27T21:40:00.174Z | Compiling ed25519 v2.2.3 |
2648 | 2024-06-27T21:40:00.675Z | Compiling polyval v0.6.2 |
2649 | 2024-06-27T21:40:00.698Z | Compiling libsw v3.3.1 |
2650 | 2024-06-27T21:40:01.009Z | Compiling toml v0.5.11 |
2651 | 2024-06-27T21:40:01.131Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2652 | 2024-06-27T21:40:01.413Z | Compiling aes v0.8.4 |
2653 | 2024-06-27T21:40:01.430Z | Compiling blowfish v0.9.1 |
2654 | 2024-06-27T21:40:01.559Z | Compiling ctr v0.9.2 |
2655 | 2024-06-27T21:40:01.872Z | Compiling pbkdf2 v0.12.2 |
2656 | 2024-06-27T21:40:01.908Z | Compiling password-hash v0.4.2 |
2657 | 2024-06-27T21:40:02.049Z | Compiling gethostname v0.4.3 |
2658 | 2024-06-27T21:40:02.342Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2659 | 2024-06-27T21:40:02.849Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2660 | 2024-06-27T21:40:03.180Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2661 | 2024-06-27T21:40:04.267Z | Compiling fxhash v0.2.1 |
2662 | 2024-06-27T21:40:04.474Z | Compiling owo-colors v4.0.0 |
2663 | 2024-06-27T21:40:04.830Z | Compiling base64 v0.13.1 |
2664 | 2024-06-27T21:40:05.468Z | Compiling linear-map v1.2.0 |
2665 | 2024-06-27T21:40:05.852Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2666 | 2024-06-27T21:40:06.799Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2667 | 2024-06-27T21:40:06.802Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2668 | 2024-06-27T21:40:07.798Z | Compiling ron v0.7.1 |
2669 | 2024-06-27T21:40:10.171Z | Compiling sled v0.34.7 |
2670 | 2024-06-27T21:40:10.629Z | Compiling trust-dns-server v0.22.1 |
2671 | 2024-06-27T21:40:10.798Z | Compiling pbkdf2 v0.11.0 |
2672 | 2024-06-27T21:40:10.866Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2673 | 2024-06-27T21:40:11.112Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2674 | 2024-06-27T21:40:12.422Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2675 | 2024-06-27T21:40:13.965Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2676 | 2024-06-27T21:40:14.593Z | Compiling bcrypt-pbkdf v0.10.0 |
2677 | 2024-06-27T21:40:14.767Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2678 | 2024-06-27T21:40:15.320Z | Compiling ghash v0.5.1 |
2679 | 2024-06-27T21:40:15.520Z | Compiling ed25519-dalek v2.1.1 |
2680 | 2024-06-27T21:40:15.558Z | Compiling vsss-rs v3.3.4 |
2681 | 2024-06-27T21:40:15.591Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2682 | 2024-06-27T21:40:16.703Z | Compiling rand v0.7.3 |
2683 | 2024-06-27T21:40:17.508Z | Compiling zone v0.1.8 |
2684 | 2024-06-27T21:40:18.404Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2685 | 2024-06-27T21:40:19.166Z | Compiling ciborium v0.2.2 |
2686 | 2024-06-27T21:40:19.359Z | Compiling dirs v5.0.1 |
2687 | 2024-06-27T21:40:20.153Z | Compiling chacha20poly1305 v0.10.1 |
2688 | 2024-06-27T21:40:20.382Z | Compiling p521 v0.13.3 |
2689 | 2024-06-27T21:40:20.402Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2690 | 2024-06-27T21:40:20.716Z | Compiling p256 v0.13.2 |
2691 | 2024-06-27T21:40:20.815Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3c3fa8482fe09a01da62fbd35efe124ea9cac9e7#3c3fa848) |
2692 | 2024-06-27T21:40:21.615Z | Compiling pem v3.0.4 |
2693 | 2024-06-27T21:40:22.046Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
2694 | 2024-06-27T21:40:22.189Z | Compiling headers-core v0.2.0 |
2695 | 2024-06-27T21:40:22.356Z | Compiling cbc v0.1.2 |
2696 | 2024-06-27T21:40:22.439Z | Compiling kstat-rs v0.2.4 |
2697 | 2024-06-27T21:40:22.442Z | Compiling portpicker v0.1.1 |
2698 | 2024-06-27T21:40:22.595Z | Compiling nanorand v0.7.0 |
2699 | 2024-06-27T21:40:22.772Z | Compiling russh-cryptovec v0.7.2 |
2700 | 2024-06-27T21:40:22.829Z | Compiling md5 v0.7.0 |
2701 | 2024-06-27T21:40:23.087Z | Compiling http-range v0.1.5 |
2702 | 2024-06-27T21:40:23.090Z | Compiling glob v0.3.1 |
2703 | 2024-06-27T21:40:23.191Z | Compiling russh-keys v0.43.0 |
2704 | 2024-06-27T21:40:23.339Z | Compiling hyper-staticfile v0.9.5 |
2705 | 2024-06-27T21:40:23.357Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2706 | 2024-06-27T21:40:23.465Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2707 | 2024-06-27T21:40:24.095Z | Compiling flume v0.11.0 |
2708 | 2024-06-27T21:40:24.354Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2709 | 2024-06-27T21:40:24.822Z | Compiling headers v0.3.9 |
2710 | 2024-06-27T21:40:25.619Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
2711 | 2024-06-27T21:40:26.696Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2712 | 2024-06-27T21:40:26.808Z | Compiling rcgen v0.12.1 |
2713 | 2024-06-27T21:40:29.351Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2714 | 2024-06-27T21:40:29.457Z | Compiling aes-gcm v0.10.3 |
2715 | 2024-06-27T21:40:29.751Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2716 | 2024-06-27T21:40:30.333Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2717 | 2024-06-27T21:40:30.361Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2718 | 2024-06-27T21:40:32.241Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
2719 | 2024-06-27T21:40:35.263Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
2720 | 2024-06-27T21:40:36.608Z | Compiling atomicwrites v0.4.3 |
2721 | 2024-06-27T21:40:36.964Z | Compiling subprocess v0.2.9 |
2722 | 2024-06-27T21:40:36.980Z | Compiling hex-literal v0.4.1 |
2723 | 2024-06-27T21:40:37.134Z | Compiling dhcproto-macros v0.1.0 |
2724 | 2024-06-27T21:40:38.092Z | Compiling display-error-chain v0.2.0 |
2725 | 2024-06-27T21:40:38.294Z | Compiling dhcproto v0.11.0 |
2726 | 2024-06-27T21:40:39.048Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2727 | 2024-06-27T21:40:39.428Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2728 | 2024-06-27T21:40:39.507Z | Compiling russh v0.43.0 |
2729 | 2024-06-27T21:40:40.144Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2730 | 2024-06-27T21:40:41.843Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2731 | 2024-06-27T21:40:42.294Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2732 | 2024-06-27T21:40:42.783Z | Compiling internet-checksum v0.2.1 |
2733 | 2024-06-27T21:41:04.029Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2734 | 2024-06-27T21:41:48.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 42s |
2735 | 2024-06-27T21:41:48.794Z | |
2736 | 2024-06-27T21:41:48.797Z | real 3:42.936091787 |
2737 | 2024-06-27T21:41:48.797Z | user 19:52.631177859 |
2738 | 2024-06-27T21:41:48.797Z | sys 4:14.873289640 |
2739 | 2024-06-27T21:41:48.797Z | trap 0.569051786 |
2740 | 2024-06-27T21:41:48.797Z | tflt 0.620070063 |
2741 | 2024-06-27T21:41:48.798Z | dflt 2.127408852 |
2742 | 2024-06-27T21:41:48.798Z | kflt 0.000052431 |
2743 | 2024-06-27T21:41:48.798Z | lock 42:33.492844737 |
2744 | 2024-06-27T21:41:48.798Z | slp 57:08.372618146 |
2745 | 2024-06-27T21:41:48.798Z | lat 1:04.665975652 |
2746 | 2024-06-27T21:41:48.798Z | stop 2:24.010808883 |
2747 | 2024-06-27T21:41:48.798Z | + mkdir tests |
2748 | 2024-06-27T21:41:48.801Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2749 | 2024-06-27T21:41:48.801Z | + xargs -I '{}' -t cp '{}' tests/ |
2750 | 2024-06-27T21:41:50.075Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3eaffd129bbf2971 tests/ |
2751 | 2024-06-27T21:41:50.095Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-68af68459d33b286 tests/ |
2752 | 2024-06-27T21:41:50.114Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-dd2be214ce0b5ee1 tests/ |
2753 | 2024-06-27T21:41:50.134Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-365d14f3a8bfd02b tests/ |
2754 | 2024-06-27T21:41:50.430Z | + files=(out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
2755 | 2024-06-27T21:41:50.433Z | + ptime -m tar cvzf /work/package.tar.gz out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-68af68459d33b286 tests/commtest-dd2be214ce0b5ee1 tests/dhcp_server-3eaffd129bbf2971 tests/end_to_end_tests-365d14f3a8bfd02b out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2756 | 2024-06-27T21:42:54.735Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2757 | 2024-06-27T21:42:54.735Z | a out/target/test 1K |
2758 | 2024-06-27T21:42:54.735Z | a out/npuzone/npuzone 23144K |
2759 | 2024-06-27T21:42:54.735Z | a package-manifest.toml 29K |
2760 | 2024-06-27T21:42:54.735Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2761 | 2024-06-27T21:42:54.735Z | a target/release/omicron-package 32437K |
2762 | 2024-06-27T21:42:54.735Z | a target/release/xtask 18131K |
2763 | 2024-06-27T21:42:54.735Z | a target/debug/bootstrap 357422K |
2764 | 2024-06-27T21:42:54.735Z | a tests/bootstrap-68af68459d33b286 23982K |
2765 | 2024-06-27T21:42:54.735Z | a tests/commtest-dd2be214ce0b5ee1 23983K |
2766 | 2024-06-27T21:42:54.735Z | a tests/dhcp_server-3eaffd129bbf2971 23982K |
2767 | 2024-06-27T21:42:54.735Z | a tests/end_to_end_tests-365d14f3a8bfd02b 368809K |
2768 | 2024-06-27T21:42:54.735Z | a out/clickhouse.tar.gz 223064K |
2769 | 2024-06-27T21:42:54.735Z | a out/clickhouse_keeper.tar.gz 223047K |
2770 | 2024-06-27T21:42:54.735Z | a out/cockroachdb.tar.gz 131812K |
2771 | 2024-06-27T21:42:54.735Z | a out/crucible-dtrace.tar 84K |
2772 | 2024-06-27T21:42:54.735Z | a out/crucible-pantry-zone.tar.gz 27068K |
2773 | 2024-06-27T21:42:54.735Z | a out/crucible-zone.tar.gz 37340K |
2774 | 2024-06-27T21:42:54.735Z | a out/external-dns.tar.gz 25128K |
2775 | 2024-06-27T21:42:54.738Z | a out/internal-dns.tar.gz 25127K |
2776 | 2024-06-27T21:42:54.738Z | a out/mg-ddm-gz.tar 60371K |
2777 | 2024-06-27T21:42:54.738Z | a out/nexus.tar.gz 84376K |
2778 | 2024-06-27T21:42:54.739Z | a out/ntp.tar.gz 8900K |
2779 | 2024-06-27T21:42:54.739Z | a out/omicron-gateway-softnpu.tar.gz 13792K |
2780 | 2024-06-27T21:42:54.739Z | a out/omicron-sled-agent.tar 94342K |
2781 | 2024-06-27T21:42:54.739Z | a out/overlay.tar.gz 3K |
2782 | 2024-06-27T21:42:54.739Z | a out/oximeter.tar.gz 41481K |
2783 | 2024-06-27T21:42:54.739Z | a out/oxlog.tar 2955K |
2784 | 2024-06-27T21:42:54.739Z | a out/probe.tar.gz 2764K |
2785 | 2024-06-27T21:42:54.739Z | a out/propolis-server.tar.gz 64653K |
2786 | 2024-06-27T21:42:54.739Z | a out/pumpkind-gz.tar 26665K |
2787 | 2024-06-27T21:42:54.739Z | a out/switch-softnpu.tar.gz 196029K |
2788 | 2024-06-27T21:42:54.739Z | |
2789 | 2024-06-27T21:42:54.739Z | real 1:04.294903543 |
2790 | 2024-06-27T21:42:54.739Z | user 1:01.618477102 |
2791 | 2024-06-27T21:42:54.739Z | sys 3.672846021 |
2792 | 2024-06-27T21:42:54.739Z | trap 0.012807689 |
2793 | 2024-06-27T21:42:54.739Z | tflt 0.000000000 |
2794 | 2024-06-27T21:42:54.739Z | dflt 0.000000000 |
2795 | 2024-06-27T21:42:54.739Z | kflt 0.000000000 |
2796 | 2024-06-27T21:42:54.739Z | lock 0.000000000 |
2797 | 2024-06-27T21:42:54.739Z | slp 1:01.571158292 |
2798 | 2024-06-27T21:42:54.739Z | lat 1.709984476 |
2799 | 2024-06-27T21:42:54.739Z | stop 0.000187457 |
2800 | 2024-06-27T21:42:54.742Z | process exited: duration 1724804 ms, exit code 0 |
|
2801 | 2024-06-27T21:42:54.756Z | found 1 output files |
2802 | 2024-06-27T21:42:54.756Z | uploading: /work/package.tar.gz (1402759686 bytes) |
2803 | 2024-06-27T21:43:23.678Z | uploaded: /work/package.tar.gz |