|
|
|
1 | 2024-06-12T20:00:56.088Z | job assigned to worker 01J070J362VMGEDQTJ1VAAGMNH (queued for 1 m 4 s) |
|
2 | 2024-06-12T20:01:04.279Z | starting task 0: "setup" |
3 | 2024-06-12T20:01:04.749Z | ++ uname -s |
4 | 2024-06-12T20:01:04.765Z | + kern=SunOS |
5 | 2024-06-12T20:01:04.765Z | + case "$kern" in |
6 | 2024-06-12T20:01:04.765Z | + groupadd -g 12345 build |
7 | 2024-06-12T20:01:04.765Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-12T20:01:06.359Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-12T20:01:06.919Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-12T20:01:06.940Z | + home_fs=zfs |
11 | 2024-06-12T20:01:06.941Z | + [[ zfs == autofs ]] |
12 | 2024-06-12T20:01:06.941Z | + mkdir -p /home/build |
13 | 2024-06-12T20:01:06.941Z | + chown build:build /home/build /work |
14 | 2024-06-12T20:01:07.521Z | + chmod 0700 /home/build /work |
15 | 2024-06-12T20:01:07.537Z | process exited: duration 3243 ms, exit code 0 |
|
16 | 2024-06-12T20:01:07.579Z | starting task 1: "rust-toolchain" |
17 | 2024-06-12T20:01:08.015Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-12T20:01:08.015Z | ' 1.78.0 |
19 | 2024-06-12T20:01:08.015Z | * toolchain channel = "1.78.0" |
20 | 2024-06-12T20:01:08.015Z | + printf ' * toolchain profile = "%s" |
21 | 2024-06-12T20:01:08.015Z | * toolchain profile = "default" |
22 | 2024-06-12T20:01:08.015Z | ' default |
23 | 2024-06-12T20:01:08.016Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-12T20:01:08.016Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-12T20:01:08.027Z | info: downloading installer |
26 | 2024-06-12T20:01:10.143Z | info: profile set to 'default' |
27 | 2024-06-12T20:01:10.160Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-12T20:01:10.160Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-12T20:01:10.160Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-12T20:01:10.160Z | info: downloading component 'cargo' |
31 | 2024-06-12T20:01:10.443Z | info: downloading component 'clippy' |
32 | 2024-06-12T20:01:10.652Z | info: downloading component 'rust-docs' |
33 | 2024-06-12T20:01:11.951Z | info: downloading component 'rust-std' |
34 | 2024-06-12T20:01:12.961Z | info: downloading component 'rustc' |
35 | 2024-06-12T20:01:16.550Z | info: downloading component 'rustfmt' |
36 | 2024-06-12T20:01:16.958Z | info: installing component 'cargo' |
37 | 2024-06-12T20:01:17.558Z | info: installing component 'clippy' |
38 | 2024-06-12T20:01:17.917Z | info: installing component 'rust-docs' |
39 | 2024-06-12T20:01:19.878Z | info: installing component 'rust-std' |
40 | 2024-06-12T20:01:21.194Z | info: installing component 'rustc' |
41 | 2024-06-12T20:01:25.383Z | info: installing component 'rustfmt' |
42 | 2024-06-12T20:01:25.808Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-12T20:01:25.808Z | |
44 | 2024-06-12T20:01:25.976Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-12T20:01:25.976Z | |
46 | 2024-06-12T20:01:25.995Z | |
47 | 2024-06-12T20:01:25.995Z | Rust is installed now. Great! |
48 | 2024-06-12T20:01:25.996Z | |
49 | 2024-06-12T20:01:25.996Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-12T20:01:25.996Z | environment variable. This has not been done automatically. |
51 | 2024-06-12T20:01:25.996Z | |
52 | 2024-06-12T20:01:25.996Z | To configure your current shell, you need to source |
53 | 2024-06-12T20:01:25.996Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-12T20:01:25.996Z | |
55 | 2024-06-12T20:01:25.997Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-12T20:01:25.997Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-12T20:01:25.997Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-12T20:01:26.061Z | + rustc --version |
59 | 2024-06-12T20:01:26.130Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-12T20:01:26.144Z | process exited: duration 18558 ms, exit code 0 |
|
61 | 2024-06-12T20:01:26.177Z | starting task 2: "authentication" |
62 | 2024-06-12T20:01:26.211Z | process exited: duration 39 ms, exit code 0 |
|
63 | 2024-06-12T20:01:26.237Z | starting task 3: "clone repository" |
64 | 2024-06-12T20:01:26.251Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-12T20:01:26.251Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-12T20:01:26.582Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-12T20:01:33.300Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-12T20:01:33.300Z | + git fetch origin 7478ae990fca438db6b705aa237a9635eb5d8fac |
69 | 2024-06-12T20:01:33.635Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-12T20:01:33.635Z | * branch 7478ae990fca438db6b705aa237a9635eb5d8fac -> FETCH_HEAD |
71 | 2024-06-12T20:01:33.644Z | + [[ -n john/crdb-node-id-rpw ]] |
72 | 2024-06-12T20:01:33.648Z | ++ git branch --show-current |
73 | 2024-06-12T20:01:33.651Z | + current=main |
74 | 2024-06-12T20:01:33.651Z | + [[ main != john/crdb-node-id-rpw ]] |
75 | 2024-06-12T20:01:33.652Z | + git branch -f john/crdb-node-id-rpw 7478ae990fca438db6b705aa237a9635eb5d8fac |
76 | 2024-06-12T20:01:33.655Z | + git checkout -f john/crdb-node-id-rpw |
77 | 2024-06-12T20:01:33.791Z | Switched to branch 'john/crdb-node-id-rpw' |
78 | 2024-06-12T20:01:34.223Z | + git reset --hard 7478ae990fca438db6b705aa237a9635eb5d8fac |
79 | 2024-06-12T20:01:34.230Z | HEAD is now at 7478ae990 typo fix |
80 | 2024-06-12T20:01:34.230Z | process exited: duration 7577 ms, exit code 0 |
|
81 | 2024-06-12T20:01:34.248Z | starting task 4: "build" |
82 | 2024-06-12T20:01:34.258Z | + cargo --version |
83 | 2024-06-12T20:01:34.710Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-12T20:01:34.710Z | + rustc --version |
85 | 2024-06-12T20:01:34.711Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-12T20:01:34.711Z | + WORK=/work |
87 | 2024-06-12T20:01:34.711Z | + pfexec mkdir -p /work |
88 | 2024-06-12T20:01:34.711Z | + pfexec chown build /work |
89 | 2024-06-12T20:01:34.711Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-06-12T20:01:46.608Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-06-12T20:01:48.670Z | Startup: Caching catalogs ... Done |
92 | 2024-06-12T20:01:50.749Z | Planning: Solver setup ... Done (1.745s) |
93 | 2024-06-12T20:01:50.784Z | Planning: Running solver ... Done (0.035s) |
94 | 2024-06-12T20:01:50.822Z | Planning: Finding local manifests ... Done (0.002s) |
95 | 2024-06-12T20:01:50.838Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-06-12T20:01:51.111Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-06-12T20:01:51.119Z | Planning: Package planning ... Done (0.049s) |
98 | 2024-06-12T20:01:51.164Z | Planning: Merging actions ... Done (0.050s) |
99 | 2024-06-12T20:01:51.906Z | Planning: Checking for conflicting actions ... Done (0.741s) |
100 | 2024-06-12T20:01:51.926Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-06-12T20:01:55.587Z | Planning: Evaluating mediators ... Done (3.674s) |
102 | 2024-06-12T20:01:55.597Z | Planning: Planning completed in 7.01 seconds |
103 | 2024-06-12T20:01:55.932Z | Packages to install: 4 |
104 | 2024-06-12T20:01:55.932Z | Mediators to change: 2 |
105 | 2024-06-12T20:01:56.006Z | Services to change: 1 |
106 | 2024-06-12T20:01:56.006Z | Estimated space available: 155.77 GB |
107 | 2024-06-12T20:01:56.006Z | Estimated space to be consumed: 1.45 GB |
108 | 2024-06-12T20:01:56.006Z | Create boot environment: No |
109 | 2024-06-12T20:01:56.006Z | Create backup boot environment: No |
110 | 2024-06-12T20:01:56.007Z | Rebuild boot archive: No |
111 | 2024-06-12T20:01:56.007Z | |
112 | 2024-06-12T20:01:56.007Z | Changed mediators: |
113 | 2024-06-12T20:01:56.007Z | mediator clang: |
114 | 2024-06-12T20:01:56.007Z | version: None -> 15 (system default) |
115 | 2024-06-12T20:01:56.007Z | |
116 | 2024-06-12T20:01:56.007Z | mediator llvm: |
117 | 2024-06-12T20:01:56.007Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-06-12T20:01:56.007Z | |
119 | 2024-06-12T20:01:56.007Z | Changed packages: |
120 | 2024-06-12T20:01:56.007Z | helios-dev |
121 | 2024-06-12T20:01:56.007Z | developer/build-essential |
122 | 2024-06-12T20:01:56.007Z | None -> 11-2.0 |
123 | 2024-06-12T20:01:56.007Z | library/libxmlsec1 |
124 | 2024-06-12T20:01:56.007Z | None -> 1.2.35-2.0 |
125 | 2024-06-12T20:01:56.007Z | ooce/developer/clang-15 |
126 | 2024-06-12T20:01:56.007Z | None -> 15.0.7-2.0 |
127 | 2024-06-12T20:01:56.007Z | ooce/developer/llvm-15 |
128 | 2024-06-12T20:01:56.007Z | None -> 15.0.7-2.0 |
129 | 2024-06-12T20:01:56.008Z | |
130 | 2024-06-12T20:01:56.008Z | Services: |
131 | 2024-06-12T20:01:56.008Z | restart_fmri: |
132 | 2024-06-12T20:01:56.008Z | svc:/system/update-man-index:default |
133 | 2024-06-12T20:01:56.049Z | |
134 | 2024-06-12T20:01:56.049Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-06-12T20:02:01.049Z | Download: 1188/3290 items 51.3/212.6MB 24% complete (10.2M/s) |
136 | 2024-06-12T20:02:06.049Z | Download: 1725/3290 items 118.1/212.6MB 55% complete (11.9M/s) |
137 | 2024-06-12T20:02:11.178Z | Download: 3243/3290 items 192.9/212.6MB 90% complete (14.2M/s) |
138 | 2024-06-12T20:02:12.582Z | Download: Completed 212.60 MB in 16.54 seconds (12.8M/s) |
139 | 2024-06-12T20:02:14.909Z | Actions: 1/3689 actions (Installing new actions) |
140 | 2024-06-12T20:02:24.694Z | Actions: 3607/3689 actions (Installing new actions) |
141 | 2024-06-12T20:02:26.126Z | Actions: Completed 3689 actions in 5.31 seconds. |
142 | 2024-06-12T20:02:26.126Z | Done (0.247s) |
143 | 2024-06-12T20:02:26.126Z | Done (0.000s) |
144 | 2024-06-12T20:02:26.126Z | Done (0.314s) |
145 | 2024-06-12T20:02:26.800Z | Done (4.962s) |
146 | 2024-06-12T20:02:26.800Z | Done (0.108s) |
147 | 2024-06-12T20:02:26.800Z | Done (0.000s) |
148 | 2024-06-12T20:02:27.092Z | Done (0.000s) |
149 | 2024-06-12T20:02:27.252Z | Planning: Evaluating mediator changes ... Done |
150 | 2024-06-12T20:02:27.616Z | Planning: Checking for conflicting actions ... Done |
151 | 2024-06-12T20:02:27.616Z | Planning: Consolidating action changes ... Done |
152 | 2024-06-12T20:02:27.660Z | Planning: Evaluating mediators ... Done |
153 | 2024-06-12T20:02:27.661Z | Planning: Planning completed in 0.46 seconds |
154 | 2024-06-12T20:02:27.662Z | Mediators to change: 2 |
155 | 2024-06-12T20:02:27.662Z | Create boot environment: No |
156 | 2024-06-12T20:02:27.662Z | Create backup boot environment: No |
157 | 2024-06-12T20:02:27.662Z | Done |
158 | 2024-06-12T20:02:27.662Z | Done |
159 | 2024-06-12T20:02:27.916Z | Done |
160 | 2024-06-12T20:02:31.710Z | Done |
161 | 2024-06-12T20:02:31.779Z | Done |
162 | 2024-06-12T20:02:31.780Z | Done |
163 | 2024-06-12T20:02:32.053Z | Done |
164 | 2024-06-12T20:02:32.484Z | Planning: Evaluating mediator changes ... Done |
165 | 2024-06-12T20:02:32.639Z | Planning: Merging actions ... Done |
166 | 2024-06-12T20:02:32.684Z | Planning: Checking for conflicting actions ... Done |
167 | 2024-06-12T20:02:32.684Z | Planning: Consolidating action changes ... Done |
168 | 2024-06-12T20:02:32.930Z | Planning: Evaluating mediators ... Done |
169 | 2024-06-12T20:02:33.208Z | Planning: Planning completed in 0.78 seconds |
170 | 2024-06-12T20:02:33.365Z | Packages to change: 1 |
171 | 2024-06-12T20:02:33.366Z | Mediators to change: 1 |
172 | 2024-06-12T20:02:33.366Z | Services to change: 1 |
173 | 2024-06-12T20:02:33.366Z | Create boot environment: No |
174 | 2024-06-12T20:02:33.366Z | Create backup boot environment: Yes |
175 | 2024-06-12T20:02:45.688Z | Actions: 1/6 actions (Updating modified actions) |
176 | 2024-06-12T20:02:45.688Z | Actions: Completed 6 actions in 0.03 seconds. |
177 | 2024-06-12T20:02:45.832Z | Done |
178 | 2024-06-12T20:02:45.832Z | Done |
179 | 2024-06-12T20:02:45.832Z | Done |
180 | 2024-06-12T20:02:45.832Z | Done |
181 | 2024-06-12T20:02:45.833Z | Done |
182 | 2024-06-12T20:02:45.833Z | Done |
183 | 2024-06-12T20:02:45.833Z | Done |
184 | 2024-06-12T20:02:45.833Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
185 | 2024-06-12T20:02:45.833Z | clang system 15 system |
186 | 2024-06-12T20:02:45.833Z | csh system system illumos |
187 | 2024-06-12T20:02:45.833Z | ctags system system illumos |
188 | 2024-06-12T20:02:45.833Z | gcc vendor 12 vendor |
189 | 2024-06-12T20:02:45.833Z | gcc system 10 system |
190 | 2024-06-12T20:02:45.833Z | gcc system 7 system |
191 | 2024-06-12T20:02:45.834Z | go system 1.20 system |
192 | 2024-06-12T20:02:45.834Z | go system 1.19 system |
193 | 2024-06-12T20:02:45.834Z | llvm system 15 system |
194 | 2024-06-12T20:02:45.834Z | llvm system 14 system |
195 | 2024-06-12T20:02:45.834Z | mariadb system 10.6 system |
196 | 2024-06-12T20:02:45.834Z | mta vendor vendor dma |
197 | 2024-06-12T20:02:45.834Z | openjdk system 17 system |
198 | 2024-06-12T20:02:45.834Z | openjdk system 11 system |
199 | 2024-06-12T20:02:45.834Z | openjdk system 1.8 system |
200 | 2024-06-12T20:02:45.834Z | openssl vendor 3 vendor |
201 | 2024-06-12T20:02:45.834Z | perl system 5.36 system |
202 | 2024-06-12T20:02:45.834Z | postgresql system 15 system |
203 | 2024-06-12T20:02:45.834Z | postgresql system 13 system |
204 | 2024-06-12T20:02:45.835Z | python vendor 3 vendor |
205 | 2024-06-12T20:02:45.835Z | python system 2 system |
206 | 2024-06-12T20:02:45.835Z | python3 system 3.11 system |
207 | 2024-06-12T20:02:45.835Z | ruby system 3.0 system |
208 | 2024-06-12T20:02:45.835Z | words vendor vendor american-english |
209 | 2024-06-12T20:02:45.835Z | words system system australian-english |
210 | 2024-06-12T20:02:45.835Z | words system system british-english |
211 | 2024-06-12T20:02:45.835Z | words system system canadian-english |
212 | 2024-06-12T20:02:45.835Z | words system system french |
213 | 2024-06-12T20:02:45.835Z | words system system italian |
214 | 2024-06-12T20:02:45.835Z | words system system ngerman |
215 | 2024-06-12T20:02:45.836Z | words system system ogerman |
216 | 2024-06-12T20:02:45.836Z | words system system spanish |
217 | 2024-06-12T20:02:45.836Z | PUBLISHER TYPE STATUS P LOCATION |
218 | 2024-06-12T20:02:45.836Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
219 | 2024-06-12T20:02:45.836Z | FMRI IFO |
220 | 2024-06-12T20:02:45.837Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
221 | 2024-06-12T20:02:45.837Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
222 | 2024-06-12T20:02:45.837Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
223 | 2024-06-12T20:02:45.837Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
224 | 2024-06-12T20:02:45.837Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
225 | 2024-06-12T20:02:45.837Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
226 | 2024-06-12T20:02:45.837Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
227 | 2024-06-12T20:02:45.837Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
228 | 2024-06-12T20:02:45.837Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
229 | 2024-06-12T20:02:45.837Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
230 | 2024-06-12T20:02:45.837Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
231 | 2024-06-12T20:02:45.837Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
232 | 2024-06-12T20:02:45.837Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
233 | 2024-06-12T20:02:45.837Z | Updating git repository `https://github.com/oxidecomputer/zone` |
234 | 2024-06-12T20:02:45.837Z | Updating crates.io index |
235 | 2024-06-12T20:02:45.838Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
236 | 2024-06-12T20:02:45.838Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
237 | 2024-06-12T20:02:45.838Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
238 | 2024-06-12T20:02:45.838Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
239 | 2024-06-12T20:02:46.434Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
240 | 2024-06-12T20:02:46.963Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
241 | 2024-06-12T20:02:47.258Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
242 | 2024-06-12T20:02:48.368Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
243 | 2024-06-12T20:02:50.854Z | Updating git repository `https://github.com/oxidecomputer/opte` |
244 | 2024-06-12T20:02:51.610Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
245 | 2024-06-12T20:02:52.384Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
246 | 2024-06-12T20:02:52.910Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
247 | 2024-06-12T20:02:53.204Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
248 | 2024-06-12T20:02:53.564Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
249 | 2024-06-12T20:02:53.835Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
250 | 2024-06-12T20:02:54.160Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
251 | 2024-06-12T20:02:54.508Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
252 | 2024-06-12T20:02:54.767Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
253 | 2024-06-12T20:02:55.465Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
254 | 2024-06-12T20:02:55.482Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
255 | 2024-06-12T20:02:55.756Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
256 | 2024-06-12T20:02:56.100Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
257 | 2024-06-12T20:02:56.424Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
258 | 2024-06-12T20:02:57.100Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
259 | 2024-06-12T20:02:57.421Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
260 | 2024-06-12T20:02:57.717Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
261 | 2024-06-12T20:02:58.209Z | Updating git repository `https://github.com/oxidecomputer/typify` |
262 | 2024-06-12T20:03:00.174Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
263 | 2024-06-12T20:03:00.583Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
264 | 2024-06-12T20:03:00.874Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
265 | 2024-06-12T20:03:01.313Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
266 | 2024-06-12T20:03:02.397Z | Downloading crates ... |
267 | 2024-06-12T20:03:02.498Z | Downloaded cargo-platform v0.1.8 |
268 | 2024-06-12T20:03:02.502Z | Downloaded clap_lex v0.7.0 |
269 | 2024-06-12T20:03:02.514Z | Downloaded base64 v0.21.7 |
270 | 2024-06-12T20:03:02.519Z | Downloaded serde_derive v1.0.203 |
271 | 2024-06-12T20:03:02.523Z | Downloaded ryu v1.0.18 |
272 | 2024-06-12T20:03:02.527Z | Downloaded autocfg v1.3.0 |
273 | 2024-06-12T20:03:02.533Z | Downloaded anstyle-query v1.0.3 |
274 | 2024-06-12T20:03:02.534Z | Downloaded scopeguard v1.2.0 |
275 | 2024-06-12T20:03:02.534Z | Downloaded semver v1.0.23 |
276 | 2024-06-12T20:03:02.539Z | Downloaded futures-executor v0.3.30 |
277 | 2024-06-12T20:03:02.539Z | Downloaded serde v1.0.203 |
278 | 2024-06-12T20:03:02.543Z | Downloaded equivalent v1.0.1 |
279 | 2024-06-12T20:03:02.543Z | Downloaded terminal_size v0.3.0 |
280 | 2024-06-12T20:03:02.544Z | Downloaded generic-array v0.14.7 |
281 | 2024-06-12T20:03:02.544Z | Downloaded take_mut v0.2.2 |
282 | 2024-06-12T20:03:02.544Z | Downloaded sha2 v0.10.8 |
283 | 2024-06-12T20:03:02.558Z | Downloaded slog-term v2.9.1 |
284 | 2024-06-12T20:03:02.558Z | Downloaded dirs-sys-next v0.1.2 |
285 | 2024-06-12T20:03:02.562Z | Downloaded typenum v1.17.0 |
286 | 2024-06-12T20:03:02.562Z | Downloaded sync_wrapper v0.1.2 |
287 | 2024-06-12T20:03:02.562Z | Downloaded swrite v0.1.0 |
288 | 2024-06-12T20:03:02.563Z | Downloaded foreign-types-shared v0.1.1 |
289 | 2024-06-12T20:03:02.563Z | Downloaded cargo_metadata v0.18.1 |
290 | 2024-06-12T20:03:02.563Z | Downloaded tower-service v0.3.2 |
291 | 2024-06-12T20:03:02.563Z | Downloaded deranged v0.3.11 |
292 | 2024-06-12T20:03:02.563Z | Downloaded try-lock v0.2.5 |
293 | 2024-06-12T20:03:02.563Z | Downloaded thiserror v1.0.60 |
294 | 2024-06-12T20:03:02.569Z | Downloaded heck v0.5.0 |
295 | 2024-06-12T20:03:02.569Z | Downloaded strum v0.26.2 |
296 | 2024-06-12T20:03:02.569Z | Downloaded smallvec v1.13.2 |
297 | 2024-06-12T20:03:02.575Z | Downloaded fs-err v2.11.0 |
298 | 2024-06-12T20:03:02.575Z | Downloaded slog-bunyan v2.5.0 |
299 | 2024-06-12T20:03:02.576Z | Downloaded signal-hook-registry v1.4.2 |
300 | 2024-06-12T20:03:02.583Z | Downloaded futures-sink v0.3.30 |
301 | 2024-06-12T20:03:02.583Z | Downloaded futures-core v0.3.30 |
302 | 2024-06-12T20:03:02.584Z | Downloaded want v0.3.1 |
303 | 2024-06-12T20:03:02.584Z | Downloaded clap_derive v4.5.4 |
304 | 2024-06-12T20:03:02.584Z | Downloaded time-core v0.1.2 |
305 | 2024-06-12T20:03:02.584Z | Downloaded openssl-probe v0.1.5 |
306 | 2024-06-12T20:03:02.589Z | Downloaded bitflags v2.5.0 |
307 | 2024-06-12T20:03:02.589Z | Downloaded tinyvec_macros v0.1.1 |
308 | 2024-06-12T20:03:02.589Z | Downloaded xattr v1.3.1 |
309 | 2024-06-12T20:03:02.590Z | Downloaded md5 v0.7.0 |
310 | 2024-06-12T20:03:02.590Z | Downloaded num_threads v0.1.7 |
311 | 2024-06-12T20:03:02.594Z | Downloaded anstream v0.6.14 |
312 | 2024-06-12T20:03:02.595Z | Downloaded version_check v0.9.4 |
313 | 2024-06-12T20:03:02.595Z | Downloaded futures-task v0.3.30 |
314 | 2024-06-12T20:03:02.595Z | Downloaded openssl-macros v0.1.1 |
315 | 2024-06-12T20:03:02.601Z | Downloaded utf8parse v0.2.1 |
316 | 2024-06-12T20:03:02.601Z | Downloaded slog-async v2.8.0 |
317 | 2024-06-12T20:03:02.601Z | Downloaded is_terminal_polyfill v1.70.0 |
318 | 2024-06-12T20:03:02.601Z | Downloaded is-terminal v0.4.12 |
319 | 2024-06-12T20:03:02.606Z | Downloaded futures-macro v0.3.30 |
320 | 2024-06-12T20:03:02.607Z | Downloaded toml_datetime v0.6.6 |
321 | 2024-06-12T20:03:02.607Z | Downloaded tokio-native-tls v0.3.1 |
322 | 2024-06-12T20:03:02.607Z | Downloaded form_urlencoded v1.2.1 |
323 | 2024-06-12T20:03:02.607Z | Downloaded term v0.7.0 |
324 | 2024-06-12T20:03:02.613Z | Downloaded slog v2.7.0 |
325 | 2024-06-12T20:03:02.613Z | Downloaded pkg-config v0.3.30 |
326 | 2024-06-12T20:03:02.619Z | Downloaded tokio-macros v2.2.0 |
327 | 2024-06-12T20:03:02.619Z | Downloaded thread_local v1.1.8 |
328 | 2024-06-12T20:03:02.619Z | Downloaded strum_macros v0.26.2 |
329 | 2024-06-12T20:03:02.623Z | Downloaded match_cfg v0.1.0 |
330 | 2024-06-12T20:03:02.623Z | Downloaded macaddr v1.0.1 |
331 | 2024-06-12T20:03:02.623Z | Downloaded rustversion v1.0.17 |
332 | 2024-06-12T20:03:02.623Z | Downloaded crc32fast v1.4.0 |
333 | 2024-06-12T20:03:02.627Z | Downloaded powerfmt v0.2.0 |
334 | 2024-06-12T20:03:02.627Z | Downloaded num_cpus v1.16.0 |
335 | 2024-06-12T20:03:02.627Z | Downloaded http-body v0.4.6 |
336 | 2024-06-12T20:03:02.631Z | Downloaded socket2 v0.5.7 |
337 | 2024-06-12T20:03:02.631Z | Downloaded time-macros v0.2.18 |
338 | 2024-06-12T20:03:02.637Z | Downloaded rustls-pemfile v1.0.4 |
339 | 2024-06-12T20:03:02.637Z | Downloaded pin-utils v0.1.0 |
340 | 2024-06-12T20:03:02.643Z | Downloaded percent-encoding v2.3.1 |
341 | 2024-06-12T20:03:02.643Z | Downloaded itoa v1.0.11 |
342 | 2024-06-12T20:03:02.643Z | Downloaded hyper-tls v0.5.0 |
343 | 2024-06-12T20:03:02.643Z | Downloaded futures-channel v0.3.30 |
344 | 2024-06-12T20:03:02.644Z | Downloaded mime v0.3.17 |
345 | 2024-06-12T20:03:02.652Z | Downloaded toml v0.8.13 |
346 | 2024-06-12T20:03:02.652Z | Downloaded httpdate v1.0.3 |
347 | 2024-06-12T20:03:02.652Z | Downloaded anyhow v1.0.86 |
348 | 2024-06-12T20:03:02.659Z | Downloaded unicode-ident v1.0.12 |
349 | 2024-06-12T20:03:02.659Z | Downloaded tracing-core v0.1.32 |
350 | 2024-06-12T20:03:02.659Z | Downloaded pin-project-lite v0.2.14 |
351 | 2024-06-12T20:03:02.682Z | Downloaded url v2.5.0 |
352 | 2024-06-12T20:03:02.690Z | Downloaded ipnet v2.9.0 |
353 | 2024-06-12T20:03:02.690Z | Downloaded cc v1.0.97 |
354 | 2024-06-12T20:03:02.690Z | Downloaded unicode-bidi v0.3.15 |
355 | 2024-06-12T20:03:02.691Z | Downloaded log v0.4.21 |
356 | 2024-06-12T20:03:02.691Z | Downloaded proc-macro2 v1.0.82 |
357 | 2024-06-12T20:03:02.691Z | Downloaded httparse v1.8.0 |
358 | 2024-06-12T20:03:02.691Z | Downloaded tracing v0.1.40 |
359 | 2024-06-12T20:03:02.691Z | Downloaded toml_edit v0.22.13 |
360 | 2024-06-12T20:03:02.717Z | Downloaded parking_lot v0.12.2 |
361 | 2024-06-12T20:03:02.746Z | Downloaded unicode-normalization v0.1.23 |
362 | 2024-06-12T20:03:02.746Z | Downloaded tokio-util v0.7.11 |
363 | 2024-06-12T20:03:02.746Z | Downloaded time v0.3.36 |
364 | 2024-06-12T20:03:02.765Z | Downloaded winnow v0.6.8 |
365 | 2024-06-12T20:03:02.765Z | Downloaded indexmap v2.2.6 |
366 | 2024-06-12T20:03:02.766Z | Downloaded memchr v2.7.2 |
367 | 2024-06-12T20:03:02.766Z | Downloaded mio v0.8.11 |
368 | 2024-06-12T20:03:02.767Z | Downloaded vcpkg v0.2.15 |
369 | 2024-06-12T20:03:02.799Z | Downloaded http v0.2.12 |
370 | 2024-06-12T20:03:02.812Z | Downloaded h2 v0.3.26 |
371 | 2024-06-12T20:03:02.812Z | Downloaded hashbrown v0.14.5 |
372 | 2024-06-12T20:03:02.812Z | Downloaded reqwest v0.11.27 |
373 | 2024-06-12T20:03:02.822Z | Downloaded futures-util v0.3.30 |
374 | 2024-06-12T20:03:02.827Z | Downloaded tokio v1.37.0 |
375 | 2024-06-12T20:03:02.856Z | Downloaded hyper v0.14.28 |
376 | 2024-06-12T20:03:02.864Z | Downloaded openssl v0.10.64 |
377 | 2024-06-12T20:03:02.873Z | Downloaded idna v0.5.0 |
378 | 2024-06-12T20:03:02.880Z | Downloaded clap_builder v4.5.2 |
379 | 2024-06-12T20:03:02.885Z | Downloaded rustix v0.38.34 |
380 | 2024-06-12T20:03:02.907Z | Downloaded syn v2.0.64 |
381 | 2024-06-12T20:03:02.919Z | Downloaded crossbeam-channel v0.5.12 |
382 | 2024-06-12T20:03:02.923Z | Downloaded flate2 v1.0.30 |
383 | 2024-06-12T20:03:02.928Z | Downloaded serde_json v1.0.117 |
384 | 2024-06-12T20:03:02.935Z | Downloaded parking_lot_core v0.9.10 |
385 | 2024-06-12T20:03:02.939Z | Downloaded openssl-sys v0.9.102 |
386 | 2024-06-12T20:03:02.944Z | Downloaded once_cell v1.19.0 |
387 | 2024-06-12T20:03:02.945Z | Downloaded libc v0.2.155 |
388 | 2024-06-12T20:03:02.968Z | Downloaded miniz_oxide v0.7.2 |
389 | 2024-06-12T20:03:02.977Z | Downloaded clap v4.5.4 |
390 | 2024-06-12T20:03:02.980Z | Downloaded native-tls v0.2.11 |
391 | 2024-06-12T20:03:02.980Z | Downloaded lock_api v0.4.12 |
392 | 2024-06-12T20:03:02.985Z | Downloaded tar v0.4.40 |
393 | 2024-06-12T20:03:02.985Z | Downloaded quote v1.0.36 |
394 | 2024-06-12T20:03:02.988Z | Downloaded futures v0.3.30 |
395 | 2024-06-12T20:03:02.994Z | Downloaded encoding_rs v0.8.34 |
396 | 2024-06-12T20:03:03.011Z | Downloaded tinyvec v1.6.0 |
397 | 2024-06-12T20:03:03.023Z | Downloaded hostname v0.3.1 |
398 | 2024-06-12T20:03:03.024Z | Downloaded bytes v1.6.0 |
399 | 2024-06-12T20:03:03.024Z | Downloaded thiserror-impl v1.0.60 |
400 | 2024-06-12T20:03:03.024Z | Downloaded heck v0.4.1 |
401 | 2024-06-12T20:03:03.024Z | Downloaded futures-io v0.3.30 |
402 | 2024-06-12T20:03:03.024Z | Downloaded fnv v1.0.7 |
403 | 2024-06-12T20:03:03.028Z | Downloaded crossbeam-utils v0.8.19 |
404 | 2024-06-12T20:03:03.028Z | Downloaded camino v1.1.7 |
405 | 2024-06-12T20:03:03.028Z | Downloaded filetime v0.2.23 |
406 | 2024-06-12T20:03:03.028Z | Downloaded adler v1.0.2 |
407 | 2024-06-12T20:03:03.029Z | Downloaded serde_urlencoded v0.7.1 |
408 | 2024-06-12T20:03:03.032Z | Downloaded num-conv v0.1.0 |
409 | 2024-06-12T20:03:03.032Z | Downloaded strsim v0.11.1 |
410 | 2024-06-12T20:03:03.032Z | Downloaded errno v0.3.9 |
411 | 2024-06-12T20:03:03.032Z | Downloaded dirs-next v2.0.0 |
412 | 2024-06-12T20:03:03.032Z | Downloaded digest v0.10.7 |
413 | 2024-06-12T20:03:03.041Z | Downloaded cargo_toml v0.20.2 |
414 | 2024-06-12T20:03:03.041Z | Downloaded cfg-if v1.0.0 |
415 | 2024-06-12T20:03:03.041Z | Downloaded block-buffer v0.10.4 |
416 | 2024-06-12T20:03:03.041Z | Downloaded anstyle v1.0.7 |
417 | 2024-06-12T20:03:03.044Z | Downloaded cpufeatures v0.2.12 |
418 | 2024-06-12T20:03:03.044Z | Downloaded crypto-common v0.1.6 |
419 | 2024-06-12T20:03:03.045Z | Downloaded anstyle-parse v0.2.4 |
420 | 2024-06-12T20:03:03.045Z | Downloaded slog-json v2.6.1 |
421 | 2024-06-12T20:03:03.045Z | Downloaded slab v0.4.9 |
422 | 2024-06-12T20:03:03.045Z | Downloaded serde_spanned v0.6.6 |
423 | 2024-06-12T20:03:03.049Z | Downloaded foreign-types v0.3.2 |
424 | 2024-06-12T20:03:03.049Z | Downloaded colorchoice v1.0.1 |
425 | 2024-06-12T20:03:03.338Z | Compiling proc-macro2 v1.0.82 |
426 | 2024-06-12T20:03:03.338Z | Compiling unicode-ident v1.0.12 |
427 | 2024-06-12T20:03:03.346Z | Compiling libc v0.2.155 |
428 | 2024-06-12T20:03:03.347Z | Compiling cfg-if v1.0.0 |
429 | 2024-06-12T20:03:03.347Z | Compiling autocfg v1.3.0 |
430 | 2024-06-12T20:03:03.347Z | Compiling serde v1.0.203 |
431 | 2024-06-12T20:03:03.375Z | Compiling itoa v1.0.11 |
432 | 2024-06-12T20:03:03.381Z | Compiling pin-project-lite v0.2.14 |
433 | 2024-06-12T20:03:03.508Z | Compiling once_cell v1.19.0 |
434 | 2024-06-12T20:03:03.562Z | Compiling bitflags v2.5.0 |
435 | 2024-06-12T20:03:03.589Z | Compiling pkg-config v0.3.30 |
436 | 2024-06-12T20:03:03.661Z | Compiling cc v1.0.97 |
437 | 2024-06-12T20:03:03.913Z | Compiling vcpkg v0.2.15 |
438 | 2024-06-12T20:03:04.020Z | Compiling parking_lot_core v0.9.10 |
439 | 2024-06-12T20:03:04.325Z | Compiling lock_api v0.4.12 |
440 | 2024-06-12T20:03:04.953Z | Compiling slab v0.4.9 |
441 | 2024-06-12T20:03:05.203Z | Compiling bytes v1.6.0 |
442 | 2024-06-12T20:03:05.310Z | Compiling futures-sink v0.3.30 |
443 | 2024-06-12T20:03:05.360Z | Compiling scopeguard v1.2.0 |
444 | 2024-06-12T20:03:05.378Z | Compiling futures-core v0.3.30 |
445 | 2024-06-12T20:03:05.464Z | Compiling smallvec v1.13.2 |
446 | 2024-06-12T20:03:05.791Z | Compiling equivalent v1.0.1 |
447 | 2024-06-12T20:03:05.836Z | Compiling hashbrown v0.14.5 |
448 | 2024-06-12T20:03:05.923Z | Compiling futures-channel v0.3.30 |
449 | 2024-06-12T20:03:05.948Z | Compiling futures-io v0.3.30 |
450 | 2024-06-12T20:03:06.175Z | Compiling quote v1.0.36 |
451 | 2024-06-12T20:03:06.289Z | Compiling futures-task v0.3.30 |
452 | 2024-06-12T20:03:06.345Z | Compiling memchr v2.7.2 |
453 | 2024-06-12T20:03:06.512Z | Compiling rustix v0.38.34 |
454 | 2024-06-12T20:03:07.429Z | Compiling syn v2.0.64 |
455 | 2024-06-12T20:03:07.429Z | Compiling openssl-sys v0.9.102 |
456 | 2024-06-12T20:03:07.429Z | Compiling num_cpus v1.16.0 |
457 | 2024-06-12T20:03:07.429Z | Compiling indexmap v2.2.6 |
458 | 2024-06-12T20:03:07.429Z | Compiling socket2 v0.5.7 |
459 | 2024-06-12T20:03:07.429Z | Compiling parking_lot v0.12.2 |
460 | 2024-06-12T20:03:07.429Z | Compiling mio v0.8.11 |
461 | 2024-06-12T20:03:07.521Z | Compiling signal-hook-registry v1.4.2 |
462 | 2024-06-12T20:03:08.144Z | Compiling pin-utils v0.1.0 |
463 | 2024-06-12T20:03:08.164Z | Compiling version_check v0.9.4 |
464 | 2024-06-12T20:03:08.186Z | Compiling typenum v1.17.0 |
465 | 2024-06-12T20:03:08.337Z | Compiling errno v0.3.9 |
466 | 2024-06-12T20:03:08.354Z | Compiling fnv v1.0.7 |
467 | 2024-06-12T20:03:08.376Z | Compiling slog v2.7.0 |
468 | 2024-06-12T20:03:08.480Z | Compiling foreign-types-shared v0.1.1 |
469 | 2024-06-12T20:03:08.510Z | Compiling ryu v1.0.18 |
470 | 2024-06-12T20:03:08.561Z | Compiling openssl v0.10.64 |
471 | 2024-06-12T20:03:08.591Z | Compiling foreign-types v0.3.2 |
472 | 2024-06-12T20:03:08.856Z | Compiling http v0.2.12 |
473 | 2024-06-12T20:03:08.905Z | Compiling tracing-core v0.1.32 |
474 | 2024-06-12T20:03:08.928Z | Compiling generic-array v0.14.7 |
475 | 2024-06-12T20:03:08.953Z | Compiling num-conv v0.1.0 |
476 | 2024-06-12T20:03:09.246Z | Compiling tinyvec_macros v0.1.1 |
477 | 2024-06-12T20:03:09.337Z | Compiling serde_json v1.0.117 |
478 | 2024-06-12T20:03:09.361Z | Compiling time-core v0.1.2 |
479 | 2024-06-12T20:03:09.522Z | Compiling native-tls v0.2.11 |
480 | 2024-06-12T20:03:09.631Z | Compiling powerfmt v0.2.0 |
481 | 2024-06-12T20:03:09.848Z | Compiling httparse v1.8.0 |
482 | 2024-06-12T20:03:10.062Z | Compiling deranged v0.3.11 |
483 | 2024-06-12T20:03:10.337Z | Compiling tracing v0.1.40 |
484 | 2024-06-12T20:03:10.431Z | Compiling time-macros v0.2.18 |
485 | 2024-06-12T20:03:10.898Z | Compiling tinyvec v1.6.0 |
486 | 2024-06-12T20:03:11.492Z | Compiling percent-encoding v2.3.1 |
487 | 2024-06-12T20:03:11.964Z | Compiling openssl-probe v0.1.5 |
488 | 2024-06-12T20:03:11.996Z | Compiling log v0.4.21 |
489 | 2024-06-12T20:03:12.118Z | Compiling try-lock v0.2.5 |
490 | 2024-06-12T20:03:12.143Z | Compiling utf8parse v0.2.1 |
491 | 2024-06-12T20:03:12.226Z | Compiling crossbeam-utils v0.8.19 |
492 | 2024-06-12T20:03:12.249Z | Compiling num_threads v0.1.7 |
493 | 2024-06-12T20:03:12.275Z | Compiling rustversion v1.0.17 |
494 | 2024-06-12T20:03:12.300Z | Compiling anstyle-parse v0.2.4 |
495 | 2024-06-12T20:03:12.320Z | Compiling want v0.3.1 |
496 | 2024-06-12T20:03:12.345Z | Compiling unicode-normalization v0.1.23 |
497 | 2024-06-12T20:03:12.374Z | Compiling form_urlencoded v1.2.1 |
498 | 2024-06-12T20:03:12.647Z | Compiling http-body v0.4.6 |
499 | 2024-06-12T20:03:12.712Z | Compiling dirs-sys-next v0.1.2 |
500 | 2024-06-12T20:03:12.872Z | Compiling camino v1.1.7 |
501 | 2024-06-12T20:03:13.035Z | Compiling anstyle v1.0.7 |
502 | 2024-06-12T20:03:13.114Z | Compiling winnow v0.6.8 |
503 | 2024-06-12T20:03:13.294Z | Compiling httpdate v1.0.3 |
504 | 2024-06-12T20:03:13.354Z | Compiling colorchoice v1.0.1 |
505 | 2024-06-12T20:03:13.433Z | Compiling tower-service v0.3.2 |
506 | 2024-06-12T20:03:13.490Z | Compiling crc32fast v1.4.0 |
507 | 2024-06-12T20:03:13.516Z | Compiling thiserror v1.0.60 |
508 | 2024-06-12T20:03:13.516Z | Compiling is_terminal_polyfill v1.70.0 |
509 | 2024-06-12T20:03:13.562Z | Compiling unicode-bidi v0.3.15 |
510 | 2024-06-12T20:03:13.668Z | Compiling semver v1.0.23 |
511 | 2024-06-12T20:03:13.778Z | Compiling anstyle-query v1.0.3 |
512 | 2024-06-12T20:03:13.931Z | Compiling anstream v0.6.14 |
513 | 2024-06-12T20:03:14.001Z | Compiling time v0.3.36 |
514 | 2024-06-12T20:03:14.249Z | Compiling idna v0.5.0 |
515 | 2024-06-12T20:03:14.272Z | Compiling dirs-next v2.0.0 |
516 | 2024-06-12T20:03:14.754Z | Compiling crypto-common v0.1.6 |
517 | 2024-06-12T20:03:14.989Z | Compiling block-buffer v0.10.4 |
518 | 2024-06-12T20:03:15.173Z | Compiling terminal_size v0.3.0 |
519 | 2024-06-12T20:03:15.233Z | Compiling fs-err v2.11.0 |
520 | 2024-06-12T20:03:15.374Z | Compiling thread_local v1.1.8 |
521 | 2024-06-12T20:03:15.513Z | Compiling base64 v0.21.7 |
522 | 2024-06-12T20:03:15.784Z | Compiling strsim v0.11.1 |
523 | 2024-06-12T20:03:15.811Z | Compiling match_cfg v0.1.0 |
524 | 2024-06-12T20:03:15.868Z | Compiling heck v0.4.1 |
525 | 2024-06-12T20:03:15.925Z | Compiling slog-async v2.8.0 |
526 | 2024-06-12T20:03:15.958Z | Compiling adler v1.0.2 |
527 | 2024-06-12T20:03:16.193Z | Compiling anyhow v1.0.86 |
528 | 2024-06-12T20:03:16.290Z | Compiling clap_lex v0.7.0 |
529 | 2024-06-12T20:03:16.344Z | Compiling heck v0.5.0 |
530 | 2024-06-12T20:03:16.497Z | Compiling miniz_oxide v0.7.2 |
531 | 2024-06-12T20:03:16.723Z | Compiling clap_builder v4.5.2 |
532 | 2024-06-12T20:03:16.818Z | Compiling rustls-pemfile v1.0.4 |
533 | 2024-06-12T20:03:16.859Z | Compiling hostname v0.3.1 |
534 | 2024-06-12T20:03:17.028Z | Compiling crossbeam-channel v0.5.12 |
535 | 2024-06-12T20:03:17.119Z | Compiling digest v0.10.7 |
536 | 2024-06-12T20:03:17.145Z | Compiling url v2.5.0 |
537 | 2024-06-12T20:03:17.261Z | Compiling term v0.7.0 |
538 | 2024-06-12T20:03:17.910Z | Compiling xattr v1.3.1 |
539 | 2024-06-12T20:03:17.973Z | Compiling is-terminal v0.4.12 |
540 | 2024-06-12T20:03:18.114Z | Compiling filetime v0.2.23 |
541 | 2024-06-12T20:03:18.119Z | Compiling encoding_rs v0.8.34 |
542 | 2024-06-12T20:03:18.191Z | Compiling take_mut v0.2.2 |
543 | 2024-06-12T20:03:18.213Z | Compiling mime v0.3.17 |
544 | 2024-06-12T20:03:18.354Z | Compiling ipnet v2.9.0 |
545 | 2024-06-12T20:03:18.477Z | Compiling cpufeatures v0.2.12 |
546 | 2024-06-12T20:03:18.587Z | Compiling sync_wrapper v0.1.2 |
547 | 2024-06-12T20:03:18.722Z | Compiling sha2 v0.10.8 |
548 | 2024-06-12T20:03:18.859Z | Compiling tar v0.4.40 |
549 | 2024-06-12T20:03:19.090Z | Compiling slog-term v2.9.1 |
550 | 2024-06-12T20:03:19.627Z | Compiling serde_derive v1.0.203 |
551 | 2024-06-12T20:03:19.715Z | Compiling futures-macro v0.3.30 |
552 | 2024-06-12T20:03:20.129Z | Compiling tokio-macros v2.2.0 |
553 | 2024-06-12T20:03:20.410Z | Compiling openssl-macros v0.1.1 |
554 | 2024-06-12T20:03:21.039Z | Compiling thiserror-impl v1.0.60 |
555 | 2024-06-12T20:03:21.805Z | Compiling tokio v1.37.0 |
556 | 2024-06-12T20:03:21.809Z | Compiling futures-util v0.3.30 |
557 | 2024-06-12T20:03:22.309Z | Compiling strum_macros v0.26.2 |
558 | 2024-06-12T20:03:22.692Z | Compiling clap_derive v4.5.4 |
559 | 2024-06-12T20:03:24.698Z | Compiling flate2 v1.0.30 |
560 | 2024-06-12T20:03:26.819Z | Compiling md5 v0.7.0 |
561 | 2024-06-12T20:03:27.350Z | Compiling swrite v0.1.0 |
562 | 2024-06-12T20:03:27.604Z | Compiling futures-executor v0.3.30 |
563 | 2024-06-12T20:03:27.676Z | Compiling strum v0.26.2 |
564 | 2024-06-12T20:03:27.854Z | Compiling futures v0.3.30 |
565 | 2024-06-12T20:03:27.939Z | Compiling clap v4.5.4 |
566 | 2024-06-12T20:03:29.084Z | Compiling tokio-util v0.7.11 |
567 | 2024-06-12T20:03:29.084Z | Compiling tokio-native-tls v0.3.1 |
568 | 2024-06-12T20:03:29.772Z | Compiling h2 v0.3.26 |
569 | 2024-06-12T20:03:32.511Z | Compiling toml_datetime v0.6.6 |
570 | 2024-06-12T20:03:32.533Z | Compiling serde_spanned v0.6.6 |
571 | 2024-06-12T20:03:32.533Z | Compiling serde_urlencoded v0.7.1 |
572 | 2024-06-12T20:03:32.846Z | Compiling cargo-platform v0.1.8 |
573 | 2024-06-12T20:03:32.922Z | Compiling toml_edit v0.22.13 |
574 | 2024-06-12T20:03:33.091Z | Compiling macaddr v1.0.1 |
575 | 2024-06-12T20:03:33.283Z | Compiling hyper v0.14.28 |
576 | 2024-06-12T20:03:34.091Z | Compiling slog-json v2.6.1 |
577 | 2024-06-12T20:03:34.091Z | Compiling cargo_metadata v0.18.1 |
578 | 2024-06-12T20:03:34.373Z | Compiling slog-bunyan v2.5.0 |
579 | 2024-06-12T20:03:35.511Z | Compiling toml v0.8.13 |
580 | 2024-06-12T20:03:36.280Z | Compiling cargo_toml v0.20.2 |
581 | 2024-06-12T20:03:36.634Z | Compiling hyper-tls v0.5.0 |
582 | 2024-06-12T20:03:36.888Z | Compiling reqwest v0.11.27 |
583 | 2024-06-12T20:03:41.958Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
584 | 2024-06-12T20:03:48.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
585 | 2024-06-12T20:03:49.201Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
586 | 2024-06-12T20:03:49.226Z | Jun 12 20:03:47.389 INFO Starting download, target: Clickhouse |
587 | 2024-06-12T20:03:49.226Z | Jun 12 20:03:47.389 INFO Starting download, target: Console |
588 | 2024-06-12T20:03:49.226Z | Jun 12 20:03:47.389 INFO Starting download, target: Cockroach |
589 | 2024-06-12T20:03:49.226Z | Jun 12 20:03:47.389 INFO Starting download, target: DendriteOpenapi |
590 | 2024-06-12T20:03:49.226Z | Jun 12 20:03:47.389 INFO Starting download, target: DendriteStub |
591 | 2024-06-12T20:03:49.226Z | Jun 12 20:03:47.389 INFO Starting download, target: MaghemiteMgd |
592 | 2024-06-12T20:03:49.227Z | Jun 12 20:03:47.389 INFO Starting download, target: TransceiverControl |
593 | 2024-06-12T20:03:49.227Z | Jun 12 20:03:47.390 INFO Downloading out/downloads/console.tar.gz, target: Console |
594 | 2024-06-12T20:03:49.227Z | Jun 12 20:03:47.390 INFO Downloading out/downloads/dpd-861c00bacbdf7a6e22471f0dabd8f926409b5292.json, target: DendriteOpenapi |
595 | 2024-06-12T20:03:49.227Z | Jun 12 20:03:47.390 INFO Downloading out/downloads/xcvradm.gz, target: TransceiverControl |
596 | 2024-06-12T20:03:49.227Z | Jun 12 20:03:47.390 INFO Downloading out/downloads/mgd.tar.gz, target: MaghemiteMgd |
597 | 2024-06-12T20:03:49.227Z | Jun 12 20:03:47.390 INFO Downloading out/downloads/dendrite-stub.tar.gz, target: DendriteStub |
598 | 2024-06-12T20:03:49.228Z | Jun 12 20:03:47.390 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz, target: Clickhouse |
599 | 2024-06-12T20:03:49.228Z | Jun 12 20:03:47.390 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
600 | 2024-06-12T20:03:49.351Z | Jun 12 20:03:47.874 INFO Download complete, target: DendriteOpenapi |
601 | 2024-06-12T20:03:49.643Z | Jun 12 20:03:48.179 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
602 | 2024-06-12T20:03:49.973Z | Jun 12 20:03:48.505 INFO Download complete, target: Console |
603 | 2024-06-12T20:03:51.190Z | Jun 12 20:03:49.728 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
604 | 2024-06-12T20:03:53.724Z | Jun 12 20:03:52.258 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
605 | 2024-06-12T20:03:54.731Z | Jun 12 20:03:52.981 INFO Download complete, target: TransceiverControl |
606 | 2024-06-12T20:03:55.199Z | Jun 12 20:03:53.726 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
607 | 2024-06-12T20:03:55.199Z | Jun 12 20:03:53.726 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
608 | 2024-06-12T20:03:56.635Z | Jun 12 20:03:55.172 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
609 | 2024-06-12T20:03:57.667Z | Jun 12 20:03:56.205 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
610 | 2024-06-12T20:03:59.686Z | Jun 12 20:03:58.223 INFO Download complete, target: MaghemiteMgd |
611 | 2024-06-12T20:04:00.737Z | Jun 12 20:03:59.273 INFO Download complete, target: DendriteStub |
612 | 2024-06-12T20:04:04.149Z | Jun 12 20:04:02.683 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
613 | 2024-06-12T20:04:04.509Z | Jun 12 20:04:03.031 INFO Checking that binary works, target: Cockroach |
614 | 2024-06-12T20:04:04.707Z | Jun 12 20:04:03.239 INFO Download complete, target: Cockroach |
615 | 2024-06-12T20:04:06.591Z | Jun 12 20:04:05.108 INFO Checking that binary works, target: Clickhouse |
616 | 2024-06-12T20:04:06.969Z | Jun 12 20:04:05.503 INFO Download complete, target: Clickhouse |
617 | 2024-06-12T20:04:06.980Z | All prerequisites installed successfully |
618 | 2024-06-12T20:04:06.984Z | |
619 | 2024-06-12T20:04:06.984Z | real 2:32.518970036 |
620 | 2024-06-12T20:04:06.984Z | user 4:44.656139241 |
621 | 2024-06-12T20:04:06.984Z | sys 1:05.370774189 |
622 | 2024-06-12T20:04:06.985Z | trap 0.148419627 |
623 | 2024-06-12T20:04:06.985Z | tflt 2.473720300 |
624 | 2024-06-12T20:04:06.985Z | dflt 4.014978904 |
625 | 2024-06-12T20:04:06.985Z | kflt 0.185371536 |
626 | 2024-06-12T20:04:06.985Z | lock 10:29.250585669 |
627 | 2024-06-12T20:04:06.985Z | slp 13:00.024547380 |
628 | 2024-06-12T20:04:06.985Z | lat 14.546592846 |
629 | 2024-06-12T20:04:06.985Z | stop 50.745831972 |
630 | 2024-06-12T20:04:06.985Z | + ptime -m cargo xtask download softnpu |
631 | 2024-06-12T20:04:07.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
632 | 2024-06-12T20:04:07.533Z | Running `target/debug/xtask download softnpu` |
633 | 2024-06-12T20:04:07.558Z | Jun 12 20:04:06.093 INFO Starting download, target: Softnpu |
634 | 2024-06-12T20:04:07.654Z | Jun 12 20:04:06.189 INFO Downloading out/npuzone/npuzone, target: Softnpu |
635 | 2024-06-12T20:04:13.564Z | Jun 12 20:04:12.098 INFO Download complete, target: Softnpu |
636 | 2024-06-12T20:04:13.570Z | |
637 | 2024-06-12T20:04:13.580Z | real 6.582876812 |
638 | 2024-06-12T20:04:13.580Z | user 0.664066810 |
639 | 2024-06-12T20:04:13.580Z | sys 0.290628334 |
640 | 2024-06-12T20:04:13.580Z | trap 0.000298525 |
641 | 2024-06-12T20:04:13.580Z | tflt 0.000054738 |
642 | 2024-06-12T20:04:13.580Z | dflt 0.000205803 |
643 | 2024-06-12T20:04:13.580Z | kflt 0.000000000 |
644 | 2024-06-12T20:04:13.580Z | lock 1:09.556814227 |
645 | 2024-06-12T20:04:13.580Z | slp 5.849368634 |
646 | 2024-06-12T20:04:13.581Z | lat 0.072035672 |
647 | 2024-06-12T20:04:13.581Z | stop 0.000289266 |
648 | 2024-06-12T20:04:13.581Z | + export CARGO_INCREMENTAL=0 |
649 | 2024-06-12T20:04:13.581Z | + CARGO_INCREMENTAL=0 |
650 | 2024-06-12T20:04:13.581Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
651 | 2024-06-12T20:04:14.118Z | Downloading crates ... |
652 | 2024-06-12T20:04:14.296Z | Downloaded async-stream-impl v0.3.5 |
653 | 2024-06-12T20:04:14.308Z | Downloaded atty v0.2.14 |
654 | 2024-06-12T20:04:14.321Z | Downloaded async-stream v0.3.5 |
655 | 2024-06-12T20:04:14.322Z | Downloaded arrayref v0.3.7 |
656 | 2024-06-12T20:04:14.322Z | Downloaded atomic-waker v1.1.2 |
657 | 2024-06-12T20:04:14.322Z | Downloaded addr2line v0.21.0 |
658 | 2024-06-12T20:04:14.328Z | Downloaded new_debug_unreachable v1.0.6 |
659 | 2024-06-12T20:04:14.328Z | Downloaded multimap v0.10.0 |
660 | 2024-06-12T20:04:14.329Z | Downloaded crunchy v0.2.2 |
661 | 2024-06-12T20:04:14.329Z | Downloaded multer v3.1.0 |
662 | 2024-06-12T20:04:14.335Z | Downloaded derive_builder_macro v0.20.0 |
663 | 2024-06-12T20:04:14.336Z | Downloaded cfg_aliases v0.1.1 |
664 | 2024-06-12T20:04:14.336Z | Downloaded bitstruct_derive v0.1.0 |
665 | 2024-06-12T20:04:14.336Z | Downloaded minimal-lexical v0.2.1 |
666 | 2024-06-12T20:04:14.342Z | Downloaded nanorand v0.7.0 |
667 | 2024-06-12T20:04:14.347Z | Downloaded mockall v0.12.1 |
668 | 2024-06-12T20:04:14.347Z | Downloaded newline-converter v0.3.0 |
669 | 2024-06-12T20:04:14.347Z | Downloaded mockall_derive v0.12.1 |
670 | 2024-06-12T20:04:14.347Z | Downloaded mime_guess v2.0.4 |
671 | 2024-06-12T20:04:14.352Z | Downloaded cstr-argument v0.1.2 |
672 | 2024-06-12T20:04:14.353Z | Downloaded atomicwrites v0.4.3 |
673 | 2024-06-12T20:04:14.353Z | Downloaded ahash v0.8.11 |
674 | 2024-06-12T20:04:14.358Z | Downloaded num-integer v0.1.46 |
675 | 2024-06-12T20:04:14.358Z | Downloaded pest_generator v2.7.10 |
676 | 2024-06-12T20:04:14.358Z | Downloaded nu-ansi-term v0.50.0 |
677 | 2024-06-12T20:04:14.362Z | Downloaded peg-macros v0.8.3 |
678 | 2024-06-12T20:04:14.363Z | Downloaded parse-display-derive v0.9.0 |
679 | 2024-06-12T20:04:14.367Z | Downloaded num_enum v0.5.11 |
680 | 2024-06-12T20:04:14.370Z | Downloaded bitfield v0.14.0 |
681 | 2024-06-12T20:04:14.370Z | Downloaded peg-runtime v0.8.3 |
682 | 2024-06-12T20:04:14.379Z | Downloaded num v0.4.3 |
683 | 2024-06-12T20:04:14.379Z | Downloaded convert_case v0.4.0 |
684 | 2024-06-12T20:04:14.379Z | Downloaded constant_time_eq v0.3.0 |
685 | 2024-06-12T20:04:14.383Z | Downloaded castaway v0.2.2 |
686 | 2024-06-12T20:04:14.383Z | Downloaded colored v2.1.0 |
687 | 2024-06-12T20:04:14.383Z | Downloaded ciborium-ll v0.2.2 |
688 | 2024-06-12T20:04:14.383Z | Downloaded pem v3.0.4 |
689 | 2024-06-12T20:04:14.383Z | Downloaded num-derive v0.4.2 |
690 | 2024-06-12T20:04:14.387Z | Downloaded async-recursion v1.1.1 |
691 | 2024-06-12T20:04:14.391Z | Downloaded bitflags v1.3.2 |
692 | 2024-06-12T20:04:14.394Z | Downloaded bitstruct v0.1.1 |
693 | 2024-06-12T20:04:14.394Z | Downloaded normalize-line-endings v0.3.0 |
694 | 2024-06-12T20:04:14.394Z | Downloaded nix v0.28.0 |
695 | 2024-06-12T20:04:14.407Z | Downloaded paste v1.0.15 |
696 | 2024-06-12T20:04:14.412Z | Downloaded precomputed-hash v0.1.1 |
697 | 2024-06-12T20:04:14.415Z | Downloaded peg v0.8.3 |
698 | 2024-06-12T20:04:14.418Z | Downloaded ciborium-io v0.2.2 |
699 | 2024-06-12T20:04:14.419Z | Downloaded pretty-hex v0.2.1 |
700 | 2024-06-12T20:04:14.422Z | Downloaded portpicker v0.1.1 |
701 | 2024-06-12T20:04:14.422Z | Downloaded path-slash v0.1.5 |
702 | 2024-06-12T20:04:14.423Z | Downloaded oso-derive v0.27.3 |
703 | 2024-06-12T20:04:14.423Z | Downloaded opaque-debug v0.3.1 |
704 | 2024-06-12T20:04:14.426Z | Downloaded number_prefix v0.4.0 |
705 | 2024-06-12T20:04:14.426Z | Downloaded pretty-hex v0.4.1 |
706 | 2024-06-12T20:04:14.427Z | Downloaded parse-size v1.0.0 |
707 | 2024-06-12T20:04:14.430Z | Downloaded proc-macro-error-attr v1.0.4 |
708 | 2024-06-12T20:04:14.430Z | Downloaded crucible-workspace-hack v0.1.0 |
709 | 2024-06-12T20:04:14.430Z | Downloaded newtype_derive v0.1.6 |
710 | 2024-06-12T20:04:14.430Z | Downloaded darling_macro v0.20.9 |
711 | 2024-06-12T20:04:14.435Z | Downloaded crossbeam-deque v0.8.5 |
712 | 2024-06-12T20:04:14.435Z | Downloaded darling v0.20.9 |
713 | 2024-06-12T20:04:14.439Z | Downloaded predicates v3.1.0 |
714 | 2024-06-12T20:04:14.443Z | Downloaded console v0.15.8 |
715 | 2024-06-12T20:04:14.443Z | Downloaded num-iter v0.1.45 |
716 | 2024-06-12T20:04:14.447Z | Downloaded bcs v0.1.6 |
717 | 2024-06-12T20:04:14.447Z | Downloaded base64ct v1.6.0 |
718 | 2024-06-12T20:04:14.451Z | Downloaded proc-macro-crate v1.3.1 |
719 | 2024-06-12T20:04:14.451Z | Downloaded async-trait v0.1.80 |
720 | 2024-06-12T20:04:14.455Z | Downloaded base64 v0.13.1 |
721 | 2024-06-12T20:04:14.473Z | Downloaded cassowary v0.3.0 |
722 | 2024-06-12T20:04:14.474Z | Downloaded zone_cfg_derive v0.1.2 |
723 | 2024-06-12T20:04:14.478Z | Downloaded buf-list v1.0.3 |
724 | 2024-06-12T20:04:14.478Z | Downloaded packed_struct v0.10.1 |
725 | 2024-06-12T20:04:14.478Z | Downloaded strum_macros v0.25.3 |
726 | 2024-06-12T20:04:14.478Z | Downloaded phf v0.11.2 |
727 | 2024-06-12T20:04:14.478Z | Downloaded packed_struct_codegen v0.10.1 |
728 | 2024-06-12T20:04:14.478Z | Downloaded cancel-safe-futures v0.1.5 |
729 | 2024-06-12T20:04:14.478Z | Downloaded der_derive v0.7.2 |
730 | 2024-06-12T20:04:14.478Z | Downloaded predicates-core v1.0.6 |
731 | 2024-06-12T20:04:14.478Z | Downloaded olpc-cjson v0.1.3 |
732 | 2024-06-12T20:04:14.478Z | Downloaded newtype-uuid v1.1.0 |
733 | 2024-06-12T20:04:14.478Z | Downloaded arrayvec v0.7.4 |
734 | 2024-06-12T20:04:14.483Z | Downloaded chacha20 v0.9.1 |
735 | 2024-06-12T20:04:14.483Z | Downloaded predicates-tree v1.0.9 |
736 | 2024-06-12T20:04:14.483Z | Downloaded debug-ignore v1.0.5 |
737 | 2024-06-12T20:04:14.487Z | Downloaded crc-catalog v2.4.0 |
738 | 2024-06-12T20:04:14.487Z | Downloaded ppv-lite86 v0.2.17 |
739 | 2024-06-12T20:04:14.494Z | Downloaded rand_chacha v0.3.1 |
740 | 2024-06-12T20:04:14.494Z | Downloaded postgres-protocol v0.6.6 |
741 | 2024-06-12T20:04:14.494Z | Downloaded cipher v0.4.4 |
742 | 2024-06-12T20:04:14.494Z | Downloaded curve25519-dalek-derive v0.1.1 |
743 | 2024-06-12T20:04:14.499Z | Downloaded crc v3.2.1 |
744 | 2024-06-12T20:04:14.499Z | Downloaded platforms v3.4.0 |
745 | 2024-06-12T20:04:14.504Z | Downloaded serde-big-array v0.5.1 |
746 | 2024-06-12T20:04:14.504Z | Downloaded ident_case v1.0.1 |
747 | 2024-06-12T20:04:14.504Z | Downloaded matches v0.1.10 |
748 | 2024-06-12T20:04:14.509Z | Downloaded unarray v0.1.4 |
749 | 2024-06-12T20:04:14.509Z | Downloaded cookie v0.18.1 |
750 | 2024-06-12T20:04:14.515Z | Downloaded ff v0.13.0 |
751 | 2024-06-12T20:04:14.521Z | Downloaded wait-timeout v0.2.0 |
752 | 2024-06-12T20:04:14.521Z | Downloaded tui-tree-widget v0.19.0 |
753 | 2024-06-12T20:04:14.521Z | Downloaded sigpipe v0.1.3 |
754 | 2024-06-12T20:04:14.522Z | Downloaded crc-any v2.5.0 |
755 | 2024-06-12T20:04:14.522Z | Downloaded backoff v0.4.0 |
756 | 2024-06-12T20:04:14.522Z | Downloaded vte_generate_state_changes v0.1.1 |
757 | 2024-06-12T20:04:14.522Z | Downloaded heck v0.3.3 |
758 | 2024-06-12T20:04:14.522Z | Downloaded hash32 v0.3.1 |
759 | 2024-06-12T20:04:14.522Z | Downloaded impl-trait-for-tuples v0.2.2 |
760 | 2024-06-12T20:04:14.528Z | Downloaded pest_derive v2.7.10 |
761 | 2024-06-12T20:04:14.528Z | Downloaded universal-hash v0.5.1 |
762 | 2024-06-12T20:04:15.540Z | Downloaded pin-project-internal v1.1.5 |
763 | 2024-06-12T20:04:15.540Z | Downloaded owo-colors v4.0.0 |
764 | 2024-06-12T20:04:15.540Z | Downloaded bzip2 v0.4.4 |
765 | 2024-06-12T20:04:15.540Z | Downloaded derive_builder v0.20.0 |
766 | 2024-06-12T20:04:15.545Z | Downloaded clang-sys v1.7.0 |
767 | 2024-06-12T20:04:15.545Z | Downloaded poly1305 v0.8.0 |
768 | 2024-06-12T20:04:15.545Z | Downloaded diesel_table_macro_syntax v0.1.0 |
769 | 2024-06-12T20:04:15.545Z | Downloaded postgres-types v0.2.6 |
770 | 2024-06-12T20:04:15.545Z | Downloaded pkcs8 v0.10.2 |
771 | 2024-06-12T20:04:15.545Z | Downloaded pkcs1 v0.7.5 |
772 | 2024-06-12T20:04:15.545Z | Downloaded serde_arrays v0.1.0 |
773 | 2024-06-12T20:04:15.545Z | Downloaded r2d2 v0.8.10 |
774 | 2024-06-12T20:04:15.545Z | Downloaded tokio-stream v0.1.15 |
775 | 2024-06-12T20:04:15.545Z | Downloaded tokio-tungstenite v0.20.1 |
776 | 2024-06-12T20:04:15.545Z | Downloaded headers-core v0.2.0 |
777 | 2024-06-12T20:04:15.545Z | Downloaded chacha20poly1305 v0.10.1 |
778 | 2024-06-12T20:04:15.545Z | Downloaded tls_codec_derive v0.4.1 |
779 | 2024-06-12T20:04:15.545Z | Downloaded unicode-xid v0.2.4 |
780 | 2024-06-12T20:04:15.545Z | Downloaded tabwriter v1.4.0 |
781 | 2024-06-12T20:04:15.545Z | Downloaded stringprep v0.1.4 |
782 | 2024-06-12T20:04:15.546Z | Downloaded hyper-staticfile v0.9.5 |
783 | 2024-06-12T20:04:15.546Z | Downloaded pest_meta v2.7.10 |
784 | 2024-06-12T20:04:15.546Z | Downloaded rustfmt-wrapper v0.2.1 |
785 | 2024-06-12T20:04:15.546Z | Downloaded rustc_version v0.4.0 |
786 | 2024-06-12T20:04:15.546Z | Downloaded rand_xorshift v0.3.0 |
787 | 2024-06-12T20:04:15.546Z | Downloaded stability v0.2.0 |
788 | 2024-06-12T20:04:15.546Z | Downloaded sqlparser_derive v0.2.2 |
789 | 2024-06-12T20:04:15.546Z | Downloaded unicode-width v0.1.12 |
790 | 2024-06-12T20:04:15.546Z | Downloaded tls_codec v0.4.1 |
791 | 2024-06-12T20:04:15.546Z | Downloaded postcard v1.0.8 |
792 | 2024-06-12T20:04:15.546Z | Downloaded omicron-zone-package v0.11.0 |
793 | 2024-06-12T20:04:15.546Z | Downloaded fallible-iterator v0.2.0 |
794 | 2024-06-12T20:04:15.546Z | Downloaded shell-words v1.1.0 |
795 | 2024-06-12T20:04:15.546Z | Downloaded backtrace v0.3.71 |
796 | 2024-06-12T20:04:15.546Z | Downloaded whoami v1.5.1 |
797 | 2024-06-12T20:04:15.546Z | Downloaded string_cache v0.8.7 |
798 | 2024-06-12T20:04:15.546Z | Downloaded scroll_derive v0.12.0 |
799 | 2024-06-12T20:04:15.546Z | Downloaded dtrace-parser v0.2.0 |
800 | 2024-06-12T20:04:15.546Z | Downloaded downcast v0.11.0 |
801 | 2024-06-12T20:04:15.546Z | Downloaded ref-cast-impl v1.0.23 |
802 | 2024-06-12T20:04:15.546Z | Downloaded linked-hash-map v0.5.6 |
803 | 2024-06-12T20:04:15.546Z | Downloaded hex v0.4.3 |
804 | 2024-06-12T20:04:15.546Z | Downloaded tokio-tungstenite v0.21.0 |
805 | 2024-06-12T20:04:15.546Z | Downloaded indoc v2.0.5 |
806 | 2024-06-12T20:04:15.547Z | Downloaded glob v0.3.1 |
807 | 2024-06-12T20:04:15.547Z | Downloaded crossbeam-epoch v0.9.18 |
808 | 2024-06-12T20:04:15.547Z | Downloaded endian-type v0.1.2 |
809 | 2024-06-12T20:04:15.547Z | Downloaded indoc v1.0.9 |
810 | 2024-06-12T20:04:15.547Z | Downloaded iana-time-zone v0.1.60 |
811 | 2024-06-12T20:04:15.547Z | Downloaded memmap v0.7.0 |
812 | 2024-06-12T20:04:15.547Z | Downloaded md-5 v0.10.6 |
813 | 2024-06-12T20:04:15.547Z | Downloaded derive-where v1.2.7 |
814 | 2024-06-12T20:04:15.547Z | Downloaded textwrap v0.16.1 |
815 | 2024-06-12T20:04:15.547Z | Downloaded waitgroup v0.1.2 |
816 | 2024-06-12T20:04:15.547Z | Downloaded arc-swap v1.7.1 |
817 | 2024-06-12T20:04:15.547Z | Downloaded unicode-linebreak v0.1.5 |
818 | 2024-06-12T20:04:15.547Z | Downloaded float-cmp v0.9.0 |
819 | 2024-06-12T20:04:15.547Z | Downloaded flagset v0.4.5 |
820 | 2024-06-12T20:04:15.547Z | Downloaded fixedbitset v0.4.2 |
821 | 2024-06-12T20:04:15.547Z | Downloaded unicase v2.7.0 |
822 | 2024-06-12T20:04:15.547Z | Downloaded libefi-sys v0.1.0 |
823 | 2024-06-12T20:04:15.547Z | Downloaded memoffset v0.9.1 |
824 | 2024-06-12T20:04:15.547Z | Downloaded highway v1.1.0 |
825 | 2024-06-12T20:04:15.547Z | Downloaded sec1 v0.7.3 |
826 | 2024-06-12T20:04:15.547Z | Downloaded erased-serde v0.3.31 |
827 | 2024-06-12T20:04:15.547Z | Downloaded tap v1.0.1 |
828 | 2024-06-12T20:04:15.547Z | Downloaded derive_more v0.99.17 |
829 | 2024-06-12T20:04:15.547Z | Downloaded instant v0.1.12 |
830 | 2024-06-12T20:04:15.548Z | Downloaded tokio-rustls v0.24.1 |
831 | 2024-06-12T20:04:15.548Z | Downloaded smawk v0.3.2 |
832 | 2024-06-12T20:04:15.548Z | Downloaded supports-color v3.0.0 |
833 | 2024-06-12T20:04:15.548Z | Downloaded env_logger v0.10.2 |
834 | 2024-06-12T20:04:15.548Z | Downloaded smallvec v0.6.14 |
835 | 2024-06-12T20:04:15.548Z | Downloaded topological-sort v0.2.2 |
836 | 2024-06-12T20:04:15.548Z | Downloaded lazycell v1.3.0 |
837 | 2024-06-12T20:04:15.548Z | Downloaded hash32 v0.2.1 |
838 | 2024-06-12T20:04:15.548Z | Downloaded compact_str v0.7.1 |
839 | 2024-06-12T20:04:15.548Z | Downloaded hostname v0.4.0 |
840 | 2024-06-12T20:04:15.548Z | Downloaded foreign-types-macros v0.2.3 |
841 | 2024-06-12T20:04:15.548Z | Downloaded foreign-types v0.5.0 |
842 | 2024-06-12T20:04:15.548Z | Downloaded dof v0.3.0 |
843 | 2024-06-12T20:04:15.548Z | Downloaded publicsuffix v2.2.3 |
844 | 2024-06-12T20:04:15.548Z | Downloaded stable_deref_trait v1.2.0 |
845 | 2024-06-12T20:04:15.548Z | Downloaded zone v0.1.8 |
846 | 2024-06-12T20:04:15.548Z | Downloaded indexmap v1.9.3 |
847 | 2024-06-12T20:04:15.548Z | Downloaded env_logger v0.9.3 |
848 | 2024-06-12T20:04:15.548Z | Downloaded http-range v0.1.5 |
849 | 2024-06-12T20:04:15.548Z | Downloaded slog-scope v4.4.0 |
850 | 2024-06-12T20:04:15.548Z | Downloaded rustc_version v0.1.7 |
851 | 2024-06-12T20:04:15.548Z | Downloaded rustc-hash v1.1.0 |
852 | 2024-06-12T20:04:15.548Z | Downloaded const_format v0.2.32 |
853 | 2024-06-12T20:04:15.549Z | Downloaded usdt-macro v0.5.0 |
854 | 2024-06-12T20:04:15.549Z | Downloaded is_ci v1.2.0 |
855 | 2024-06-12T20:04:15.549Z | Downloaded sha1 v0.10.6 |
856 | 2024-06-12T20:04:15.549Z | Downloaded memmap2 v0.9.4 |
857 | 2024-06-12T20:04:15.549Z | Downloaded structmeta-derive v0.2.0 |
858 | 2024-06-12T20:04:15.549Z | Downloaded sct v0.7.1 |
859 | 2024-06-12T20:04:15.549Z | Downloaded heapless v0.8.0 |
860 | 2024-06-12T20:04:15.549Z | Downloaded thiserror-impl-no-std v2.0.2 |
861 | 2024-06-12T20:04:15.549Z | Downloaded usdt-attr-macro v0.5.0 |
862 | 2024-06-12T20:04:15.549Z | Downloaded termtree v0.4.1 |
863 | 2024-06-12T20:04:15.549Z | Downloaded snafu-derive v0.8.2 |
864 | 2024-06-12T20:04:15.549Z | Downloaded home v0.5.9 |
865 | 2024-06-12T20:04:15.549Z | Downloaded fastrand v2.1.0 |
866 | 2024-06-12T20:04:15.554Z | Downloaded enum-as-inner v0.5.1 |
867 | 2024-06-12T20:04:15.554Z | Downloaded smf v0.2.3 |
868 | 2024-06-12T20:04:15.554Z | Downloaded signal-hook v0.3.17 |
869 | 2024-06-12T20:04:15.554Z | Downloaded structmeta v0.3.0 |
870 | 2024-06-12T20:04:15.554Z | Downloaded hubpack_derive v0.1.1 |
871 | 2024-06-12T20:04:15.554Z | Downloaded num-bigint v0.4.5 |
872 | 2024-06-12T20:04:15.554Z | Downloaded samael v0.0.15 |
873 | 2024-06-12T20:04:15.554Z | Downloaded resolv-conf v0.7.0 |
874 | 2024-06-12T20:04:15.554Z | Downloaded usdt v0.5.0 |
875 | 2024-06-12T20:04:15.554Z | Downloaded structmeta v0.2.0 |
876 | 2024-06-12T20:04:15.554Z | Downloaded sqlformat v0.2.3 |
877 | 2024-06-12T20:04:15.554Z | Downloaded spki v0.7.3 |
878 | 2024-06-12T20:04:15.554Z | Downloaded tempfile v3.10.1 |
879 | 2024-06-12T20:04:15.554Z | Downloaded ed25519 v1.5.3 |
880 | 2024-06-12T20:04:15.554Z | Downloaded keccak v0.1.5 |
881 | 2024-06-12T20:04:15.554Z | Downloaded hubpack v0.1.2 |
882 | 2024-06-12T20:04:15.554Z | Downloaded dyn-clone v1.0.17 |
883 | 2024-06-12T20:04:15.554Z | Downloaded darling_core v0.20.9 |
884 | 2024-06-12T20:04:15.554Z | Downloaded group v0.13.0 |
885 | 2024-06-12T20:04:15.554Z | Downloaded yasna v0.5.2 |
886 | 2024-06-12T20:04:15.555Z | Downloaded vsss-rs v3.3.4 |
887 | 2024-06-12T20:04:15.555Z | Downloaded ron v0.8.1 |
888 | 2024-06-12T20:04:15.555Z | Downloaded untrusted v0.9.0 |
889 | 2024-06-12T20:04:15.555Z | Downloaded termios v0.3.3 |
890 | 2024-06-12T20:04:15.555Z | Downloaded utf-8 v0.7.6 |
891 | 2024-06-12T20:04:15.555Z | Downloaded serde-big-array v0.4.1 |
892 | 2024-06-12T20:04:15.555Z | Downloaded untrusted v0.7.1 |
893 | 2024-06-12T20:04:15.555Z | Downloaded termcolor v1.4.1 |
894 | 2024-06-12T20:04:15.555Z | Downloaded strip-ansi-escapes v0.2.0 |
895 | 2024-06-12T20:04:15.555Z | Downloaded thiserror-no-std v2.0.2 |
896 | 2024-06-12T20:04:15.555Z | Downloaded linear-map v1.2.0 |
897 | 2024-06-12T20:04:15.555Z | Downloaded fd-lock v4.0.2 |
898 | 2024-06-12T20:04:15.555Z | Downloaded unicode_categories v0.1.1 |
899 | 2024-06-12T20:04:15.555Z | Downloaded tungstenite v0.21.0 |
900 | 2024-06-12T20:04:15.555Z | Downloaded tungstenite v0.20.1 |
901 | 2024-06-12T20:04:15.555Z | Downloaded spin v0.5.2 |
902 | 2024-06-12T20:04:15.555Z | Downloaded pest v2.7.10 |
903 | 2024-06-12T20:04:15.555Z | Downloaded slog-stdlog v4.1.1 |
904 | 2024-06-12T20:04:15.555Z | Downloaded tiny-keccak v2.0.2 |
905 | 2024-06-12T20:04:15.555Z | Downloaded zeroize v1.7.0 |
906 | 2024-06-12T20:04:15.555Z | Downloaded lru v0.12.3 |
907 | 2024-06-12T20:04:15.555Z | Downloaded salty v0.2.0 |
908 | 2024-06-12T20:04:15.555Z | Downloaded foreign-types-shared v0.3.1 |
909 | 2024-06-12T20:04:15.555Z | Downloaded rtoolbox v0.0.2 |
910 | 2024-06-12T20:04:15.556Z | Downloaded tokio-postgres v0.7.10 |
911 | 2024-06-12T20:04:15.556Z | Downloaded subtle v2.5.0 |
912 | 2024-06-12T20:04:15.556Z | Downloaded slog-envlogger v2.2.0 |
913 | 2024-06-12T20:04:15.556Z | Downloaded slog-dtrace v0.3.0 |
914 | 2024-06-12T20:04:15.556Z | Downloaded structmeta-derive v0.3.0 |
915 | 2024-06-12T20:04:15.556Z | Downloaded rustls-pemfile v2.1.2 |
916 | 2024-06-12T20:04:15.556Z | Downloaded half v2.4.1 |
917 | 2024-06-12T20:04:15.556Z | Downloaded strum_macros v0.24.3 |
918 | 2024-06-12T20:04:15.556Z | Downloaded der v0.7.9 |
919 | 2024-06-12T20:04:15.556Z | Downloaded usdt-impl v0.5.0 |
920 | 2024-06-12T20:04:15.556Z | Downloaded hyper-rustls v0.24.2 |
921 | 2024-06-12T20:04:15.556Z | Downloaded same-file v1.0.6 |
922 | 2024-06-12T20:04:15.556Z | Downloaded headers v0.3.9 |
923 | 2024-06-12T20:04:15.556Z | Downloaded serde_tokenstream v0.2.0 |
924 | 2024-06-12T20:04:15.556Z | Downloaded similar v2.5.0 |
925 | 2024-06-12T20:04:15.556Z | Downloaded display-error-chain v0.2.0 |
926 | 2024-06-12T20:04:15.556Z | Downloaded getopts v0.2.21 |
927 | 2024-06-12T20:04:15.556Z | Downloaded serde_yaml v0.9.34+deprecated |
928 | 2024-06-12T20:04:15.556Z | Downloaded embedded-io v0.4.0 |
929 | 2024-06-12T20:04:15.556Z | Downloaded siphasher v0.3.11 |
930 | 2024-06-12T20:04:15.556Z | Downloaded test-strategy v0.3.1 |
931 | 2024-06-12T20:04:15.556Z | Downloaded ron v0.7.1 |
932 | 2024-06-12T20:04:15.556Z | Downloaded ref-cast v1.0.23 |
933 | 2024-06-12T20:04:15.556Z | Downloaded globset v0.4.14 |
934 | 2024-06-12T20:04:15.556Z | Downloaded getrandom v0.2.14 |
935 | 2024-06-12T20:04:15.557Z | Downloaded lazy_static v1.4.0 |
936 | 2024-06-12T20:04:15.557Z | Downloaded unicode-segmentation v1.11.0 |
937 | 2024-06-12T20:04:15.557Z | Downloaded ena v0.14.3 |
938 | 2024-06-12T20:04:15.557Z | Downloaded lru-cache v0.1.2 |
939 | 2024-06-12T20:04:15.557Z | Downloaded rpassword v7.3.1 |
940 | 2024-06-12T20:04:15.557Z | Downloaded maplit v1.0.2 |
941 | 2024-06-12T20:04:15.557Z | Downloaded managed v0.8.0 |
942 | 2024-06-12T20:04:15.557Z | Downloaded typed-path v0.7.1 |
943 | 2024-06-12T20:04:15.557Z | Downloaded hashbrown v0.13.2 |
944 | 2024-06-12T20:04:15.557Z | Downloaded zerocopy-derive v0.7.34 |
945 | 2024-06-12T20:04:15.557Z | Downloaded walkdir v2.5.0 |
946 | 2024-06-12T20:04:15.557Z | Downloaded which v4.4.2 |
947 | 2024-06-12T20:04:15.557Z | Downloaded hmac v0.12.1 |
948 | 2024-06-12T20:04:15.557Z | Downloaded gethostname v0.4.3 |
949 | 2024-06-12T20:04:15.557Z | Downloaded tracing-attributes v0.1.27 |
950 | 2024-06-12T20:04:15.557Z | Downloaded subprocess v0.2.9 |
951 | 2024-06-12T20:04:15.557Z | Downloaded vte v0.11.1 |
952 | 2024-06-12T20:04:15.557Z | Downloaded uuid v1.8.0 |
953 | 2024-06-12T20:04:15.557Z | Downloaded serde_derive_internals v0.29.1 |
954 | 2024-06-12T20:04:15.557Z | Downloaded toml_edit v0.19.15 |
955 | 2024-06-12T20:04:15.557Z | Downloaded libsw v3.3.1 |
956 | 2024-06-12T20:04:15.557Z | Downloaded unsafe-libyaml v0.2.11 |
957 | 2024-06-12T20:04:15.557Z | Downloaded rcgen v0.12.1 |
958 | 2024-06-12T20:04:15.557Z | Downloaded spin v0.9.8 |
959 | 2024-06-12T20:04:15.558Z | Downloaded trust-dns-resolver v0.22.0 |
960 | 2024-06-12T20:04:15.558Z | Downloaded portable-atomic v1.6.0 |
961 | 2024-06-12T20:04:15.558Z | Downloaded nix v0.27.1 |
962 | 2024-06-12T20:04:15.558Z | Downloaded quick-xml v0.31.0 |
963 | 2024-06-12T20:04:15.558Z | Downloaded winnow v0.5.40 |
964 | 2024-06-12T20:04:15.558Z | Downloaded http v1.1.0 |
965 | 2024-06-12T20:04:15.558Z | Downloaded fatfs v0.3.6 |
966 | 2024-06-12T20:04:15.562Z | Downloaded itertools v0.10.5 |
967 | 2024-06-12T20:04:15.562Z | Downloaded flume v0.11.0 |
968 | 2024-06-12T20:04:15.562Z | Downloaded schemars v0.8.20 |
969 | 2024-06-12T20:04:15.562Z | Downloaded snafu v0.8.2 |
970 | 2024-06-12T20:04:15.562Z | Downloaded zip v0.6.6 |
971 | 2024-06-12T20:04:15.562Z | Downloaded diesel_derives v2.1.4 |
972 | 2024-06-12T20:04:15.562Z | Downloaded serde_with_macros v3.8.1 |
973 | 2024-06-12T20:04:15.562Z | Downloaded libxml v0.3.3 |
974 | 2024-06-12T20:04:15.562Z | Downloaded x509-cert v0.2.5 |
975 | 2024-06-12T20:04:15.562Z | Downloaded trust-dns-client v0.22.0 |
976 | 2024-06-12T20:04:15.562Z | Downloaded proptest v1.4.0 |
977 | 2024-06-12T20:04:15.562Z | Downloaded tough v0.17.1 |
978 | 2024-06-12T20:04:15.562Z | Downloaded rayon v1.10.0 |
979 | 2024-06-12T20:04:15.562Z | Downloaded libm v0.2.8 |
980 | 2024-06-12T20:04:15.562Z | Downloaded reedline v0.31.0 |
981 | 2024-06-12T20:04:15.562Z | Downloaded object v0.30.4 |
982 | 2024-06-12T20:04:15.562Z | Downloaded radix_trie v0.2.1 |
983 | 2024-06-12T20:04:15.562Z | Downloaded aho-corasick v1.1.3 |
984 | 2024-06-12T20:04:15.562Z | Downloaded rsa v0.9.6 |
985 | 2024-06-12T20:04:15.563Z | Downloaded rustls-webpki v0.101.7 |
986 | 2024-06-12T20:04:15.563Z | Downloaded itertools v0.12.1 |
987 | 2024-06-12T20:04:15.563Z | Downloaded syn v1.0.109 |
988 | 2024-06-12T20:04:15.563Z | Downloaded object v0.32.2 |
989 | 2024-06-12T20:04:15.563Z | Downloaded regex-syntax v0.6.29 |
990 | 2024-06-12T20:04:15.563Z | Downloaded rustls-webpki v0.102.4 |
991 | 2024-06-12T20:04:15.563Z | Downloaded polar-core v0.27.3 |
992 | 2024-06-12T20:04:15.563Z | Downloaded webpki-roots v0.25.4 |
993 | 2024-06-12T20:04:15.563Z | Downloaded serde_with v3.8.1 |
994 | 2024-06-12T20:04:15.563Z | Downloaded trust-dns-proto v0.22.0 |
995 | 2024-06-12T20:04:15.563Z | Downloaded regress v0.9.1 |
996 | 2024-06-12T20:04:15.563Z | Downloaded regex-syntax v0.8.3 |
997 | 2024-06-12T20:04:15.563Z | Downloaded chrono v0.4.38 |
998 | 2024-06-12T20:04:15.563Z | Downloaded hkdf v0.12.4 |
999 | 2024-06-12T20:04:15.563Z | Downloaded bindgen v0.69.4 |
1000 | 2024-06-12T20:04:15.563Z | Downloaded bitvec v1.0.1 |
1001 | 2024-06-12T20:04:15.563Z | Downloaded smoltcp v0.11.0 |
1002 | 2024-06-12T20:04:15.563Z | Downloaded goblin v0.8.2 |
1003 | 2024-06-12T20:04:15.563Z | Downloaded regex-automata v0.4.6 |
1004 | 2024-06-12T20:04:15.563Z | Downloaded sqlparser v0.45.0 |
1005 | 2024-06-12T20:04:15.563Z | Downloaded lalrpop v0.19.12 |
1006 | 2024-06-12T20:04:15.563Z | Downloaded sha3 v0.10.8 |
1007 | 2024-06-12T20:04:15.563Z | Downloaded idna v0.3.0 |
1008 | 2024-06-12T20:04:15.563Z | Downloaded idna v0.2.3 |
1009 | 2024-06-12T20:04:15.563Z | Downloaded gimli v0.28.1 |
1010 | 2024-06-12T20:04:15.564Z | Downloaded curve25519-dalek v4.1.2 |
1011 | 2024-06-12T20:04:15.564Z | Downloaded finl_unicode v1.2.0 |
1012 | 2024-06-12T20:04:15.564Z | Downloaded petgraph v0.6.5 |
1013 | 2024-06-12T20:04:15.564Z | Downloaded bstr v0.2.17 |
1014 | 2024-06-12T20:04:15.564Z | Downloaded regex v1.10.4 |
1015 | 2024-06-12T20:04:15.564Z | Downloaded rustls v0.21.12 |
1016 | 2024-06-12T20:04:15.564Z | Downloaded bstr v1.9.1 |
1017 | 2024-06-12T20:04:15.564Z | Downloaded zerocopy v0.7.34 |
1018 | 2024-06-12T20:04:15.564Z | Downloaded rustls v0.22.4 |
1019 | 2024-06-12T20:04:15.564Z | Downloaded diesel v2.1.6 |
1020 | 2024-06-12T20:04:15.564Z | Downloaded smoltcp v0.9.1 |
1021 | 2024-06-12T20:04:15.564Z | Downloaded tabled v0.15.0 |
1022 | 2024-06-12T20:04:15.564Z | Downloaded openapiv3 v2.0.0 |
1023 | 2024-06-12T20:04:15.564Z | Downloaded ratatui v0.26.2 |
1024 | 2024-06-12T20:04:15.564Z | Downloaded rustyline v14.0.0 |
1025 | 2024-06-12T20:04:15.564Z | Downloaded blake3 v1.5.1 |
1026 | 2024-06-12T20:04:15.564Z | Downloaded sled v0.34.7 |
1027 | 2024-06-12T20:04:15.564Z | Downloaded regex-automata v0.1.10 |
1028 | 2024-06-12T20:04:15.564Z | Downloaded indicatif v0.17.8 |
1029 | 2024-06-12T20:04:15.564Z | Downloaded zerocopy-derive v0.6.6 |
1030 | 2024-06-12T20:04:15.564Z | Downloaded rayon-core v1.12.1 |
1031 | 2024-06-12T20:04:15.568Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1032 | 2024-06-12T20:04:15.577Z | Downloaded toml v0.5.11 |
1033 | 2024-06-12T20:04:15.580Z | Downloaded zerocopy v0.6.6 |
1034 | 2024-06-12T20:04:15.583Z | Downloaded hashbrown v0.12.3 |
1035 | 2024-06-12T20:04:15.585Z | Downloaded socket2 v0.4.10 |
1036 | 2024-06-12T20:04:15.594Z | Downloaded steno v0.4.0 |
1037 | 2024-06-12T20:04:15.598Z | Downloaded heapless v0.7.17 |
1038 | 2024-06-12T20:04:15.598Z | Downloaded schemars_derive v0.8.20 |
1039 | 2024-06-12T20:04:15.598Z | Downloaded crossterm v0.27.0 |
1040 | 2024-06-12T20:04:15.602Z | Downloaded trust-dns-server v0.22.1 |
1041 | 2024-06-12T20:04:15.608Z | Downloaded rusty-fork v0.3.0 |
1042 | 2024-06-12T20:04:15.612Z | Downloaded nom v7.1.3 |
1043 | 2024-06-12T20:04:15.614Z | Downloaded semver v0.1.20 |
1044 | 2024-06-12T20:04:15.614Z | Downloaded secrecy v0.8.0 |
1045 | 2024-06-12T20:04:15.614Z | Downloaded thread-id v4.2.1 |
1046 | 2024-06-12T20:04:15.617Z | Downloaded lalrpop-util v0.19.12 |
1047 | 2024-06-12T20:04:15.618Z | Downloaded kstat-rs v0.2.3 |
1048 | 2024-06-12T20:04:15.618Z | Downloaded humantime v2.1.0 |
1049 | 2024-06-12T20:04:15.618Z | Downloaded static_assertions v1.1.0 |
1050 | 2024-06-12T20:04:15.621Z | Downloaded rustc-demangle v0.1.24 |
1051 | 2024-06-12T20:04:15.621Z | Downloaded csv v1.3.0 |
1052 | 2024-06-12T20:04:15.639Z | Downloaded libloading v0.8.3 |
1053 | 2024-06-12T20:04:15.642Z | Downloaded expectorate v1.1.0 |
1054 | 2024-06-12T20:04:15.647Z | Downloaded crypto-bigint v0.5.5 |
1055 | 2024-06-12T20:04:15.650Z | Downloaded rustls-pki-types v1.7.0 |
1056 | 2024-06-12T20:04:15.653Z | Downloaded scroll v0.12.0 |
1057 | 2024-06-12T20:04:15.653Z | Downloaded diff v0.1.13 |
1058 | 2024-06-12T20:04:15.656Z | Downloaded ipnetwork v0.20.0 |
1059 | 2024-06-12T20:04:15.658Z | Downloaded inout v0.1.3 |
1060 | 2024-06-12T20:04:15.658Z | Downloaded ucd-trie v0.1.6 |
1061 | 2024-06-12T20:04:15.661Z | Downloaded toml v0.7.8 |
1062 | 2024-06-12T20:04:15.667Z | Downloaded elliptic-curve v0.13.8 |
1063 | 2024-06-12T20:04:15.670Z | Downloaded base64 v0.22.1 |
1064 | 2024-06-12T20:04:15.670Z | Downloaded rand v0.8.5 |
1065 | 2024-06-12T20:04:15.673Z | Downloaded toolchain_find v0.4.0 |
1066 | 2024-06-12T20:04:15.676Z | Downloaded serde_repr v0.1.19 |
1067 | 2024-06-12T20:04:15.676Z | Downloaded serde_plain v1.0.2 |
1068 | 2024-06-12T20:04:15.678Z | Downloaded serde_path_to_error v0.1.16 |
1069 | 2024-06-12T20:04:15.679Z | Downloaded scheduled-thread-pool v0.2.7 |
1070 | 2024-06-12T20:04:15.679Z | Downloaded tokio-rustls v0.25.0 |
1071 | 2024-06-12T20:04:15.681Z | Downloaded prettyplease v0.2.20 |
1072 | 2024-06-12T20:04:15.684Z | Downloaded pin-project v1.1.5 |
1073 | 2024-06-12T20:04:15.693Z | Downloaded papergrid v0.11.0 |
1074 | 2024-06-12T20:04:15.710Z | Downloaded oso v0.27.3 |
1075 | 2024-06-12T20:04:15.710Z | Downloaded const-oid v0.9.6 |
1076 | 2024-06-12T20:04:15.711Z | Downloaded difflib v0.4.0 |
1077 | 2024-06-12T20:04:15.711Z | Downloaded zeroize_derive v1.4.2 |
1078 | 2024-06-12T20:04:15.711Z | Downloaded signature v2.2.0 |
1079 | 2024-06-12T20:04:15.711Z | Downloaded signature v1.6.4 |
1080 | 2024-06-12T20:04:15.711Z | Downloaded signal-hook-tokio v0.3.1 |
1081 | 2024-06-12T20:04:15.711Z | Downloaded signal-hook-mio v0.2.3 |
1082 | 2024-06-12T20:04:15.716Z | Downloaded shlex v1.3.0 |
1083 | 2024-06-12T20:04:15.716Z | Downloaded num-traits v0.2.19 |
1084 | 2024-06-12T20:04:15.716Z | Downloaded derive_builder_core v0.20.0 |
1085 | 2024-06-12T20:04:15.719Z | Downloaded csv-core v0.1.11 |
1086 | 2024-06-12T20:04:15.719Z | Downloaded const_format_proc_macros v0.2.32 |
1087 | 2024-06-12T20:04:15.719Z | Downloaded proc-macro-error v1.0.4 |
1088 | 2024-06-12T20:04:15.722Z | Downloaded cookie_store v0.20.0 |
1089 | 2024-06-12T20:04:15.725Z | Downloaded cookie v0.17.0 |
1090 | 2024-06-12T20:04:15.725Z | Downloaded cobs v0.2.3 |
1091 | 2024-06-12T20:04:15.728Z | Downloaded serde-hex v0.1.0 |
1092 | 2024-06-12T20:04:15.728Z | Downloaded funty v2.0.0 |
1093 | 2024-06-12T20:04:15.728Z | Downloaded fragile v2.0.0 |
1094 | 2024-06-12T20:04:15.731Z | Downloaded either v1.12.0 |
1095 | 2024-06-12T20:04:15.737Z | Downloaded rand_core v0.6.4 |
1096 | 2024-06-12T20:04:15.737Z | Downloaded cexpr v0.6.0 |
1097 | 2024-06-12T20:04:15.740Z | Downloaded allocator-api2 v0.2.18 |
1098 | 2024-06-12T20:04:15.741Z | Downloaded parking_lot_core v0.8.6 |
1099 | 2024-06-12T20:04:15.741Z | Downloaded parking_lot v0.11.2 |
1100 | 2024-06-12T20:04:15.743Z | Downloaded blake2 v0.10.6 |
1101 | 2024-06-12T20:04:15.747Z | Downloaded tabled_derive v0.7.0 |
1102 | 2024-06-12T20:04:15.747Z | Downloaded maybe-uninit v2.0.0 |
1103 | 2024-06-12T20:04:15.747Z | Downloaded uzers v0.11.3 |
1104 | 2024-06-12T20:04:15.750Z | Downloaded fxhash v0.2.1 |
1105 | 2024-06-12T20:04:15.750Z | Downloaded wyz v0.5.1 |
1106 | 2024-06-12T20:04:15.750Z | Downloaded quick-error v1.2.3 |
1107 | 2024-06-12T20:04:15.753Z | Downloaded defmt-macros v0.3.9 |
1108 | 2024-06-12T20:04:15.753Z | Downloaded rand_seeder v0.2.3 |
1109 | 2024-06-12T20:04:15.756Z | Downloaded radium v0.7.0 |
1110 | 2024-06-12T20:04:15.756Z | Downloaded phf_shared v0.11.2 |
1111 | 2024-06-12T20:04:15.756Z | Downloaded pem-rfc7468 v0.7.0 |
1112 | 2024-06-12T20:04:15.759Z | Downloaded password-hash v0.5.0 |
1113 | 2024-06-12T20:04:15.759Z | Downloaded num-rational v0.4.2 |
1114 | 2024-06-12T20:04:15.762Z | Downloaded num-complex v0.4.6 |
1115 | 2024-06-12T20:04:15.762Z | Downloaded psl-types v2.0.11 |
1116 | 2024-06-12T20:04:15.765Z | Downloaded plain v0.2.3 |
1117 | 2024-06-12T20:04:15.765Z | Downloaded camino-tempfile v1.1.1 |
1118 | 2024-06-12T20:04:15.768Z | Downloaded bb8 v0.8.3 |
1119 | 2024-06-12T20:04:15.768Z | Downloaded bit-vec v0.6.3 |
1120 | 2024-06-12T20:04:15.768Z | Downloaded ciborium v0.2.2 |
1121 | 2024-06-12T20:04:15.771Z | Downloaded phf_shared v0.10.0 |
1122 | 2024-06-12T20:04:15.771Z | Downloaded num_enum_derive v0.5.11 |
1123 | 2024-06-12T20:04:15.774Z | Downloaded nodrop v0.1.14 |
1124 | 2024-06-12T20:04:15.774Z | Downloaded byteorder v1.5.0 |
1125 | 2024-06-12T20:04:15.774Z | Downloaded block-padding v0.3.3 |
1126 | 2024-06-12T20:04:15.777Z | Downloaded defmt-parser v0.3.4 |
1127 | 2024-06-12T20:04:15.777Z | Downloaded defmt v0.3.8 |
1128 | 2024-06-12T20:04:15.780Z | Downloaded data-encoding v2.6.0 |
1129 | 2024-06-12T20:04:15.780Z | Downloaded ascii v1.1.0 |
1130 | 2024-06-12T20:04:15.783Z | Downloaded array-init v0.0.4 |
1131 | 2024-06-12T20:04:15.783Z | Downloaded argon2 v0.5.3 |
1132 | 2024-06-12T20:04:15.786Z | Downloaded aead v0.5.2 |
1133 | 2024-06-12T20:04:15.786Z | Downloaded parse-display v0.9.0 |
1134 | 2024-06-12T20:04:15.786Z | Downloaded num-bigint-dig v0.8.4 |
1135 | 2024-06-12T20:04:15.789Z | Downloaded corncobs v0.1.3 |
1136 | 2024-06-12T20:04:15.792Z | Downloaded base16ct v0.2.0 |
1137 | 2024-06-12T20:04:15.792Z | Downloaded bytecount v0.6.8 |
1138 | 2024-06-12T20:04:15.797Z | Downloaded bit-set v0.5.3 |
1139 | 2024-06-12T20:04:15.797Z | Downloaded assert_matches v1.5.0 |
1140 | 2024-06-12T20:04:15.797Z | Downloaded ascii-canvas v3.0.0 |
1141 | 2024-06-12T20:04:15.797Z | Downloaded nibble_vec v0.1.0 |
1142 | 2024-06-12T20:04:16.160Z | Downloaded ring v0.17.8 |
1143 | 2024-06-12T20:04:16.278Z | Downloaded ring v0.16.20 |
1144 | 2024-06-12T20:04:16.499Z | Compiling proc-macro2 v1.0.82 |
1145 | 2024-06-12T20:04:16.499Z | Compiling unicode-ident v1.0.12 |
1146 | 2024-06-12T20:04:16.503Z | Compiling libc v0.2.155 |
1147 | 2024-06-12T20:04:16.503Z | Compiling serde v1.0.203 |
1148 | 2024-06-12T20:04:16.503Z | Compiling autocfg v1.3.0 |
1149 | 2024-06-12T20:04:16.503Z | Compiling version_check v0.9.4 |
1150 | 2024-06-12T20:04:16.503Z | Compiling cfg-if v1.0.0 |
1151 | 2024-06-12T20:04:16.749Z | Compiling cc v1.0.97 |
1152 | 2024-06-12T20:04:16.790Z | Compiling parking_lot_core v0.9.10 |
1153 | 2024-06-12T20:04:16.805Z | Compiling once_cell v1.19.0 |
1154 | 2024-06-12T20:04:17.183Z | Compiling serde_json v1.0.117 |
1155 | 2024-06-12T20:04:17.217Z | Compiling libm v0.2.8 |
1156 | 2024-06-12T20:04:17.318Z | Compiling ahash v0.8.11 |
1157 | 2024-06-12T20:04:17.386Z | Compiling lock_api v0.4.12 |
1158 | 2024-06-12T20:04:17.482Z | Compiling byteorder v1.5.0 |
1159 | 2024-06-12T20:04:17.517Z | Compiling num-traits v0.2.19 |
1160 | 2024-06-12T20:04:17.617Z | Compiling memchr v2.7.2 |
1161 | 2024-06-12T20:04:17.650Z | Compiling thiserror v1.0.60 |
1162 | 2024-06-12T20:04:17.770Z | Compiling typenum v1.17.0 |
1163 | 2024-06-12T20:04:17.963Z | Compiling log v0.4.21 |
1164 | 2024-06-12T20:04:18.227Z | Compiling quote v1.0.36 |
1165 | 2024-06-12T20:04:18.382Z | Compiling generic-array v0.14.7 |
1166 | 2024-06-12T20:04:18.669Z | Compiling syn v2.0.64 |
1167 | 2024-06-12T20:04:18.877Z | Compiling getrandom v0.2.14 |
1168 | 2024-06-12T20:04:18.983Z | Compiling itoa v1.0.11 |
1169 | 2024-06-12T20:04:19.247Z | Compiling scopeguard v1.2.0 |
1170 | 2024-06-12T20:04:19.467Z | Compiling allocator-api2 v0.2.18 |
1171 | 2024-06-12T20:04:19.564Z | Compiling slab v0.4.9 |
1172 | 2024-06-12T20:04:19.945Z | Compiling ring v0.17.8 |
1173 | 2024-06-12T20:04:19.970Z | Compiling ryu v1.0.18 |
1174 | 2024-06-12T20:04:20.008Z | Compiling schemars v0.8.20 |
1175 | 2024-06-12T20:04:20.062Z | Compiling pin-project-lite v0.2.14 |
1176 | 2024-06-12T20:04:20.213Z | Compiling smallvec v1.13.2 |
1177 | 2024-06-12T20:04:20.303Z | Compiling semver v1.0.23 |
1178 | 2024-06-12T20:04:20.497Z | Compiling equivalent v1.0.1 |
1179 | 2024-06-12T20:04:20.812Z | Compiling pkg-config v0.3.30 |
1180 | 2024-06-12T20:04:20.855Z | Compiling vcpkg v0.2.15 |
1181 | 2024-06-12T20:04:20.950Z | Compiling signal-hook-registry v1.4.2 |
1182 | 2024-06-12T20:04:21.587Z | Compiling parking_lot v0.12.2 |
1183 | 2024-06-12T20:04:22.212Z | Compiling syn v1.0.109 |
1184 | 2024-06-12T20:04:22.498Z | Compiling mio v0.8.11 |
1185 | 2024-06-12T20:04:22.573Z | Compiling openssl-sys v0.9.102 |
1186 | 2024-06-12T20:04:23.496Z | Compiling rand_core v0.6.4 |
1187 | 2024-06-12T20:04:23.716Z | Compiling num_cpus v1.16.0 |
1188 | 2024-06-12T20:04:23.882Z | Compiling socket2 v0.5.7 |
1189 | 2024-06-12T20:04:23.899Z | Compiling time-core v0.1.2 |
1190 | 2024-06-12T20:04:24.073Z | Compiling num-conv v0.1.0 |
1191 | 2024-06-12T20:04:24.356Z | Compiling time-macros v0.2.18 |
1192 | 2024-06-12T20:04:24.692Z | Compiling httparse v1.8.0 |
1193 | 2024-06-12T20:04:25.244Z | Compiling futures-core v0.3.30 |
1194 | 2024-06-12T20:04:25.495Z | Compiling fnv v1.0.7 |
1195 | 2024-06-12T20:04:25.511Z | Compiling openssl v0.10.64 |
1196 | 2024-06-12T20:04:25.895Z | Compiling iana-time-zone v0.1.60 |
1197 | 2024-06-12T20:04:25.904Z | Compiling rustix v0.38.34 |
1198 | 2024-06-12T20:04:26.149Z | Compiling crossbeam-utils v0.8.19 |
1199 | 2024-06-12T20:04:26.569Z | Compiling serde_derive_internals v0.29.1 |
1200 | 2024-06-12T20:04:26.684Z | Compiling spin v0.9.8 |
1201 | 2024-06-12T20:04:26.820Z | Compiling native-tls v0.2.11 |
1202 | 2024-06-12T20:04:27.119Z | Compiling tinyvec_macros v0.1.1 |
1203 | 2024-06-12T20:04:27.139Z | Compiling rustls v0.21.12 |
1204 | 2024-06-12T20:04:27.211Z | Compiling tinyvec v1.6.0 |
1205 | 2024-06-12T20:04:27.508Z | Compiling const-oid v0.9.6 |
1206 | 2024-06-12T20:04:27.839Z | Compiling ucd-trie v0.1.6 |
1207 | 2024-06-12T20:04:28.265Z | Compiling futures-sink v0.3.30 |
1208 | 2024-06-12T20:04:28.371Z | Compiling subtle v2.5.0 |
1209 | 2024-06-12T20:04:28.644Z | Compiling unicode-normalization v0.1.23 |
1210 | 2024-06-12T20:04:28.677Z | Compiling backtrace v0.3.71 |
1211 | 2024-06-12T20:04:28.879Z | Compiling cookie v0.17.0 |
1212 | 2024-06-12T20:04:29.266Z | Compiling unicode-bidi v0.3.15 |
1213 | 2024-06-12T20:04:29.304Z | Compiling slog v2.7.0 |
1214 | 2024-06-12T20:04:29.397Z | Compiling dyn-clone v1.0.17 |
1215 | 2024-06-12T20:04:29.598Z | Compiling heck v0.5.0 |
1216 | 2024-06-12T20:04:29.604Z | Compiling heck v0.4.1 |
1217 | 2024-06-12T20:04:30.010Z | Compiling futures-channel v0.3.30 |
1218 | 2024-06-12T20:04:30.068Z | Compiling pin-utils v0.1.0 |
1219 | 2024-06-12T20:04:30.162Z | Compiling futures-io v0.3.30 |
1220 | 2024-06-12T20:04:30.431Z | Compiling futures-task v0.3.30 |
1221 | 2024-06-12T20:04:30.782Z | Compiling aho-corasick v1.1.3 |
1222 | 2024-06-12T20:04:31.014Z | Compiling winnow v0.5.40 |
1223 | 2024-06-12T20:04:31.209Z | Compiling anyhow v1.0.86 |
1224 | 2024-06-12T20:04:31.330Z | Compiling untrusted v0.9.0 |
1225 | 2024-06-12T20:04:31.988Z | Compiling regex-syntax v0.8.3 |
1226 | 2024-06-12T20:04:32.189Z | Compiling serde_derive v1.0.203 |
1227 | 2024-06-12T20:04:33.566Z | Compiling zerocopy-derive v0.7.34 |
1228 | 2024-06-12T20:04:34.148Z | Compiling zeroize_derive v1.4.2 |
1229 | 2024-06-12T20:04:34.939Z | Compiling thiserror-impl v1.0.60 |
1230 | 2024-06-12T20:04:35.256Z | Compiling tokio-macros v2.2.0 |
1231 | 2024-06-12T20:04:35.562Z | Compiling futures-macro v0.3.30 |
1232 | 2024-06-12T20:04:35.593Z | Compiling zerocopy v0.7.34 |
1233 | 2024-06-12T20:04:35.842Z | Compiling schemars_derive v0.8.20 |
1234 | 2024-06-12T20:04:37.409Z | Compiling tracing-attributes v0.1.27 |
1235 | 2024-06-12T20:04:37.826Z | Compiling hashbrown v0.14.5 |
1236 | 2024-06-12T20:04:38.239Z | Compiling zeroize v1.7.0 |
1237 | 2024-06-12T20:04:38.566Z | Compiling openssl-macros v0.1.1 |
1238 | 2024-06-12T20:04:39.255Z | Compiling scroll_derive v0.12.0 |
1239 | 2024-06-12T20:04:39.274Z | Compiling pest v2.7.10 |
1240 | 2024-06-12T20:04:39.289Z | Compiling futures-util v0.3.30 |
1241 | 2024-06-12T20:04:39.476Z | Compiling crypto-common v0.1.6 |
1242 | 2024-06-12T20:04:39.670Z | Compiling der_derive v0.7.2 |
1243 | 2024-06-12T20:04:40.662Z | Compiling block-buffer v0.10.4 |
1244 | 2024-06-12T20:04:40.890Z | Compiling regex-automata v0.4.6 |
1245 | 2024-06-12T20:04:42.017Z | Compiling pest_meta v2.7.10 |
1246 | 2024-06-12T20:04:42.044Z | Compiling tracing-core v0.1.32 |
1247 | 2024-06-12T20:04:44.594Z | Compiling pest_generator v2.7.10 |
1248 | 2024-06-12T20:04:46.175Z | Compiling bytes v1.6.0 |
1249 | 2024-06-12T20:04:46.421Z | Compiling indexmap v2.2.6 |
1250 | 2024-06-12T20:04:47.262Z | Compiling bitflags v2.5.0 |
1251 | 2024-06-12T20:04:47.340Z | Compiling uuid v1.8.0 |
1252 | 2024-06-12T20:04:47.918Z | Compiling tokio v1.37.0 |
1253 | 2024-06-12T20:04:48.639Z | Compiling chrono v0.4.38 |
1254 | 2024-06-12T20:04:48.768Z | Compiling serde_tokenstream v0.2.0 |
1255 | 2024-06-12T20:04:49.683Z | Compiling serde_spanned v0.6.6 |
1256 | 2024-06-12T20:04:49.899Z | Compiling toml_datetime v0.6.6 |
1257 | 2024-06-12T20:04:50.327Z | Compiling http v0.2.12 |
1258 | 2024-06-12T20:04:50.891Z | Compiling toml_edit v0.19.15 |
1259 | 2024-06-12T20:04:52.658Z | Compiling rustc_version v0.4.0 |
1260 | 2024-06-12T20:04:53.352Z | Compiling pest_derive v2.7.10 |
1261 | 2024-06-12T20:04:54.124Z | Compiling usdt-impl v0.5.0 |
1262 | 2024-06-12T20:04:54.448Z | Compiling powerfmt v0.2.0 |
1263 | 2024-06-12T20:04:54.496Z | Compiling rustversion v1.0.17 |
1264 | 2024-06-12T20:04:54.954Z | Compiling deranged v0.3.11 |
1265 | 2024-06-12T20:04:55.197Z | Compiling heapless v0.7.17 |
1266 | 2024-06-12T20:04:55.631Z | Compiling tracing v0.1.40 |
1267 | 2024-06-12T20:04:55.635Z | Compiling digest v0.10.7 |
1268 | 2024-06-12T20:04:56.055Z | Compiling scroll v0.12.0 |
1269 | 2024-06-12T20:04:56.611Z | Compiling ppv-lite86 v0.2.17 |
1270 | 2024-06-12T20:04:57.235Z | Compiling percent-encoding v2.3.1 |
1271 | 2024-06-12T20:04:57.282Z | Compiling plain v0.2.3 |
1272 | 2024-06-12T20:04:57.432Z | Compiling num_threads v0.1.7 |
1273 | 2024-06-12T20:04:57.726Z | Compiling signal-hook v0.3.17 |
1274 | 2024-06-12T20:04:57.826Z | Compiling time v0.3.36 |
1275 | 2024-06-12T20:04:57.901Z | Compiling goblin v0.8.2 |
1276 | 2024-06-12T20:04:58.048Z | Compiling rand_chacha v0.3.1 |
1277 | 2024-06-12T20:04:59.416Z | Compiling regex v1.10.4 |
1278 | 2024-06-12T20:05:00.448Z | Compiling strsim v0.11.1 |
1279 | 2024-06-12T20:05:01.240Z | Compiling crc32fast v1.4.0 |
1280 | 2024-06-12T20:05:01.422Z | Compiling pretty-hex v0.4.1 |
1281 | 2024-06-12T20:05:02.200Z | Compiling rand v0.8.5 |
1282 | 2024-06-12T20:05:02.695Z | Compiling tokio-util v0.7.11 |
1283 | 2024-06-12T20:05:03.806Z | Compiling dof v0.3.0 |
1284 | 2024-06-12T20:05:03.964Z | Compiling dtrace-parser v0.2.0 |
1285 | 2024-06-12T20:05:04.751Z | Compiling async-trait v0.1.80 |
1286 | 2024-06-12T20:05:05.785Z | Compiling thread-id v4.2.1 |
1287 | 2024-06-12T20:05:05.806Z | Compiling base64ct v1.6.0 |
1288 | 2024-06-12T20:05:05.806Z | Compiling foreign-types-shared v0.1.1 |
1289 | 2024-06-12T20:05:05.857Z | Compiling unicode-width v0.1.12 |
1290 | 2024-06-12T20:05:05.961Z | Compiling smoltcp v0.9.1 |
1291 | 2024-06-12T20:05:05.999Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1292 | 2024-06-12T20:05:06.242Z | Compiling pem-rfc7468 v0.7.0 |
1293 | 2024-06-12T20:05:06.691Z | Compiling foreign-types v0.3.2 |
1294 | 2024-06-12T20:05:08.267Z | Compiling form_urlencoded v1.2.1 |
1295 | 2024-06-12T20:05:08.278Z | Compiling hmac v0.12.1 |
1296 | 2024-06-12T20:05:08.507Z | Compiling adler v1.0.2 |
1297 | 2024-06-12T20:05:08.555Z | Compiling base64 v0.21.7 |
1298 | 2024-06-12T20:05:08.676Z | Compiling siphasher v0.3.11 |
1299 | 2024-06-12T20:05:08.788Z | Compiling try-lock v0.2.5 |
1300 | 2024-06-12T20:05:08.963Z | Compiling flagset v0.4.5 |
1301 | 2024-06-12T20:05:09.133Z | Compiling der v0.7.9 |
1302 | 2024-06-12T20:05:09.157Z | Compiling want v0.3.1 |
1303 | 2024-06-12T20:05:09.246Z | Compiling miniz_oxide v0.7.2 |
1304 | 2024-06-12T20:05:11.062Z | Compiling h2 v0.3.26 |
1305 | 2024-06-12T20:05:11.680Z | Compiling rustls-webpki v0.101.7 |
1306 | 2024-06-12T20:05:12.448Z | Compiling sct v0.7.1 |
1307 | 2024-06-12T20:05:12.578Z | Compiling http-body v0.4.6 |
1308 | 2024-06-12T20:05:13.438Z | Compiling openapiv3 v2.0.0 |
1309 | 2024-06-12T20:05:13.705Z | Compiling hubpack_derive v0.1.1 |
1310 | 2024-06-12T20:05:14.265Z | Compiling zerocopy-derive v0.6.6 |
1311 | 2024-06-12T20:05:14.347Z | Compiling idna v0.5.0 |
1312 | 2024-06-12T20:05:14.891Z | Compiling errno v0.3.9 |
1313 | 2024-06-12T20:05:15.106Z | Compiling fs-err v2.11.0 |
1314 | 2024-06-12T20:05:15.230Z | Compiling stable_deref_trait v1.2.0 |
1315 | 2024-06-12T20:05:15.309Z | Compiling cpufeatures v0.2.12 |
1316 | 2024-06-12T20:05:15.404Z | Compiling utf8parse v0.2.1 |
1317 | 2024-06-12T20:05:15.418Z | Compiling openssl-probe v0.1.5 |
1318 | 2024-06-12T20:05:15.568Z | Compiling httpdate v1.0.3 |
1319 | 2024-06-12T20:05:15.696Z | Compiling anstyle v1.0.7 |
1320 | 2024-06-12T20:05:15.974Z | Compiling spin v0.5.2 |
1321 | 2024-06-12T20:05:16.203Z | Compiling finl_unicode v1.2.0 |
1322 | 2024-06-12T20:05:16.430Z | Compiling tower-service v0.3.2 |
1323 | 2024-06-12T20:05:16.784Z | Compiling gimli v0.28.1 |
1324 | 2024-06-12T20:05:17.367Z | Compiling stringprep v0.1.4 |
1325 | 2024-06-12T20:05:17.935Z | Compiling anstyle-parse v0.2.4 |
1326 | 2024-06-12T20:05:18.272Z | Compiling sha2 v0.10.8 |
1327 | 2024-06-12T20:05:18.277Z | Compiling url v2.5.0 |
1328 | 2024-06-12T20:05:18.425Z | Compiling hyper v0.14.28 |
1329 | 2024-06-12T20:05:21.609Z | Compiling addr2line v0.21.0 |
1330 | 2024-06-12T20:05:22.444Z | Compiling spki v0.7.3 |
1331 | 2024-06-12T20:05:23.176Z | Compiling usdt-macro v0.5.0 |
1332 | 2024-06-12T20:05:23.575Z | Compiling usdt-attr-macro v0.5.0 |
1333 | 2024-06-12T20:05:24.620Z | Compiling md-5 v0.10.6 |
1334 | 2024-06-12T20:05:28.704Z | Compiling idna v0.3.0 |
1335 | 2024-06-12T20:05:29.437Z | Compiling diesel_table_macro_syntax v0.1.0 |
1336 | 2024-06-12T20:05:29.853Z | Compiling num-integer v0.1.46 |
1337 | 2024-06-12T20:05:29.859Z | Compiling object v0.32.2 |
1338 | 2024-06-12T20:05:30.188Z | Compiling hash32 v0.2.1 |
1339 | 2024-06-12T20:05:30.531Z | Compiling is_terminal_polyfill v1.70.0 |
1340 | 2024-06-12T20:05:30.774Z | Compiling colorchoice v1.0.1 |
1341 | 2024-06-12T20:05:30.935Z | Compiling fallible-iterator v0.2.0 |
1342 | 2024-06-12T20:05:32.187Z | Compiling psl-types v2.0.11 |
1343 | 2024-06-12T20:05:32.700Z | Compiling rustc-demangle v0.1.24 |
1344 | 2024-06-12T20:05:34.897Z | Compiling anstyle-query v1.0.3 |
1345 | 2024-06-12T20:05:35.048Z | Compiling anstream v0.6.14 |
1346 | 2024-06-12T20:05:35.764Z | Compiling lazy_static v1.4.0 |
1347 | 2024-06-12T20:05:36.536Z | Compiling publicsuffix v2.2.3 |
1348 | 2024-06-12T20:05:37.204Z | Compiling postgres-protocol v0.6.6 |
1349 | 2024-06-12T20:05:38.071Z | Compiling diesel_derives v2.1.4 |
1350 | 2024-06-12T20:05:39.679Z | Compiling tokio-rustls v0.24.1 |
1351 | 2024-06-12T20:05:44.780Z | Compiling pkcs8 v0.10.2 |
1352 | 2024-06-12T20:05:45.257Z | Compiling terminal_size v0.3.0 |
1353 | 2024-06-12T20:05:45.311Z | Compiling tokio-native-tls v0.3.1 |
1354 | 2024-06-12T20:05:45.578Z | Compiling phf_shared v0.11.2 |
1355 | 2024-06-12T20:05:46.704Z | Compiling strum_macros v0.25.3 |
1356 | 2024-06-12T20:05:47.267Z | Compiling block-padding v0.3.3 |
1357 | 2024-06-12T20:05:47.511Z | Compiling regress v0.9.1 |
1358 | 2024-06-12T20:05:47.855Z | Compiling enum-as-inner v0.5.1 |
1359 | 2024-06-12T20:05:48.313Z | Compiling clap_derive v4.5.4 |
1360 | 2024-06-12T20:05:48.821Z | Compiling serde_repr v0.1.19 |
1361 | 2024-06-12T20:05:50.583Z | Compiling ff v0.13.0 |
1362 | 2024-06-12T20:05:50.837Z | Compiling scheduled-thread-pool v0.2.7 |
1363 | 2024-06-12T20:05:52.179Z | Compiling encoding_rs v0.8.34 |
1364 | 2024-06-12T20:05:52.278Z | Compiling ipnet v2.9.0 |
1365 | 2024-06-12T20:05:53.053Z | Compiling mime v0.3.17 |
1366 | 2024-06-12T20:05:53.344Z | Compiling bit-vec v0.6.3 |
1367 | 2024-06-12T20:05:53.694Z | Compiling managed v0.8.0 |
1368 | 2024-06-12T20:05:53.787Z | Compiling either v1.12.0 |
1369 | 2024-06-12T20:05:54.166Z | Compiling clap_lex v0.7.0 |
1370 | 2024-06-12T20:05:54.652Z | Compiling base16ct v0.2.0 |
1371 | 2024-06-12T20:05:54.685Z | Compiling bitflags v1.3.2 |
1372 | 2024-06-12T20:05:54.916Z | Compiling matches v0.1.10 |
1373 | 2024-06-12T20:05:55.018Z | Compiling idna v0.2.3 |
1374 | 2024-06-12T20:05:55.500Z | Compiling sec1 v0.7.3 |
1375 | 2024-06-12T20:05:55.676Z | Compiling clap_builder v4.5.2 |
1376 | 2024-06-12T20:05:57.437Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1377 | 2024-06-12T20:05:58.806Z | Compiling r2d2 v0.8.10 |
1378 | 2024-06-12T20:06:00.320Z | Compiling group v0.13.0 |
1379 | 2024-06-12T20:06:02.853Z | Compiling inout v0.1.3 |
1380 | 2024-06-12T20:06:03.271Z | Compiling phf v0.11.2 |
1381 | 2024-06-12T20:06:03.328Z | Compiling hyper-tls v0.5.0 |
1382 | 2024-06-12T20:06:03.421Z | Compiling signal-hook-mio v0.2.3 |
1383 | 2024-06-12T20:06:03.572Z | Compiling hyper-rustls v0.24.2 |
1384 | 2024-06-12T20:06:03.635Z | Compiling cookie_store v0.20.0 |
1385 | 2024-06-12T20:06:03.672Z | Compiling postgres-types v0.2.6 |
1386 | 2024-06-12T20:06:04.009Z | Compiling num-bigint v0.4.5 |
1387 | 2024-06-12T20:06:04.213Z | Compiling zerocopy v0.6.6 |
1388 | 2024-06-12T20:06:05.084Z | Compiling hubpack v0.1.2 |
1389 | 2024-06-12T20:06:05.099Z | Compiling rustls-pemfile v1.0.4 |
1390 | 2024-06-12T20:06:05.217Z | Compiling phf_shared v0.10.0 |
1391 | 2024-06-12T20:06:05.510Z | Compiling hkdf v0.12.4 |
1392 | 2024-06-12T20:06:05.513Z | Compiling serde_urlencoded v0.7.1 |
1393 | 2024-06-12T20:06:05.738Z | Compiling crossbeam-epoch v0.9.18 |
1394 | 2024-06-12T20:06:06.091Z | Compiling ipnetwork v0.20.0 |
1395 | 2024-06-12T20:06:06.977Z | Compiling futures-executor v0.3.30 |
1396 | 2024-06-12T20:06:07.196Z | Compiling crypto-bigint v0.5.5 |
1397 | 2024-06-12T20:06:07.655Z | Compiling float-cmp v0.9.0 |
1398 | 2024-06-12T20:06:07.673Z | Compiling memmap v0.7.0 |
1399 | 2024-06-12T20:06:07.883Z | Compiling predicates-core v1.0.6 |
1400 | 2024-06-12T20:06:08.022Z | Compiling new_debug_unreachable v1.0.6 |
1401 | 2024-06-12T20:06:08.216Z | Compiling normalize-line-endings v0.3.0 |
1402 | 2024-06-12T20:06:08.239Z | Compiling minimal-lexical v0.2.1 |
1403 | 2024-06-12T20:06:08.340Z | Compiling whoami v1.5.1 |
1404 | 2024-06-12T20:06:08.759Z | Compiling difflib v0.4.0 |
1405 | 2024-06-12T20:06:10.087Z | Compiling winnow v0.6.8 |
1406 | 2024-06-12T20:06:10.652Z | Compiling unicode-segmentation v1.11.0 |
1407 | 2024-06-12T20:06:10.769Z | Compiling webpki-roots v0.25.4 |
1408 | 2024-06-12T20:06:10.826Z | Compiling sync_wrapper v0.1.2 |
1409 | 2024-06-12T20:06:10.964Z | Compiling fixedbitset v0.4.2 |
1410 | 2024-06-12T20:06:11.289Z | Compiling precomputed-hash v0.1.1 |
1411 | 2024-06-12T20:06:11.382Z | Compiling static_assertions v1.1.0 |
1412 | 2024-06-12T20:06:11.404Z | Compiling data-encoding v2.6.0 |
1413 | 2024-06-12T20:06:11.441Z | Compiling string_cache v0.8.7 |
1414 | 2024-06-12T20:06:11.467Z | Compiling similar v2.5.0 |
1415 | 2024-06-12T20:06:11.483Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1416 | 2024-06-12T20:06:11.600Z | Compiling reqwest v0.11.27 |
1417 | 2024-06-12T20:06:11.860Z | Compiling petgraph v0.6.5 |
1418 | 2024-06-12T20:06:13.095Z | Compiling trust-dns-proto v0.22.0 |
1419 | 2024-06-12T20:06:13.540Z | Compiling toml_edit v0.22.13 |
1420 | 2024-06-12T20:06:13.867Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1421 | 2024-06-12T20:06:17.485Z | Compiling elliptic-curve v0.13.8 |
1422 | 2024-06-12T20:06:17.880Z | Compiling predicates v3.1.0 |
1423 | 2024-06-12T20:06:17.915Z | Compiling nom v7.1.3 |
1424 | 2024-06-12T20:06:18.275Z | Compiling tokio-postgres v0.7.10 |
1425 | 2024-06-12T20:06:18.695Z | Compiling usdt v0.5.0 |
1426 | 2024-06-12T20:06:19.971Z | Compiling futures v0.3.30 |
1427 | 2024-06-12T20:06:20.099Z | Compiling yasna v0.5.2 |
1428 | 2024-06-12T20:06:20.271Z | Compiling diesel v2.1.6 |
1429 | 2024-06-12T20:06:21.519Z | Compiling crossterm v0.27.0 |
1430 | 2024-06-12T20:06:21.619Z | Compiling flate2 v1.0.30 |
1431 | 2024-06-12T20:06:21.700Z | Compiling cipher v0.4.4 |
1432 | 2024-06-12T20:06:22.530Z | Compiling clap v4.5.4 |
1433 | 2024-06-12T20:06:22.650Z | Compiling itertools v0.12.1 |
1434 | 2024-06-12T20:06:22.730Z | Compiling itertools v0.10.5 |
1435 | 2024-06-12T20:06:22.954Z | Compiling bit-set v0.5.3 |
1436 | 2024-06-12T20:06:23.229Z | Compiling console v0.15.8 |
1437 | 2024-06-12T20:06:24.524Z | Compiling num-iter v0.1.45 |
1438 | 2024-06-12T20:06:24.949Z | Compiling tokio-stream v0.1.15 |
1439 | 2024-06-12T20:06:24.952Z | Compiling toml v0.7.8 |
1440 | 2024-06-12T20:06:25.373Z | Compiling bstr v1.9.1 |
1441 | 2024-06-12T20:06:25.566Z | Compiling hex v0.4.3 |
1442 | 2024-06-12T20:06:25.885Z | Compiling peg-runtime v0.8.3 |
1443 | 2024-06-12T20:06:26.014Z | Compiling lalrpop-util v0.19.12 |
1444 | 2024-06-12T20:06:26.467Z | Compiling unicode-xid v0.2.4 |
1445 | 2024-06-12T20:06:26.485Z | Compiling proc-macro-crate v1.3.1 |
1446 | 2024-06-12T20:06:27.657Z | Compiling camino v1.1.7 |
1447 | 2024-06-12T20:06:28.200Z | Compiling heapless v0.8.0 |
1448 | 2024-06-12T20:06:30.298Z | Compiling num_enum_derive v0.5.11 |
1449 | 2024-06-12T20:06:35.725Z | Compiling hash32 v0.3.1 |
1450 | 2024-06-12T20:06:36.301Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1451 | 2024-06-12T20:06:36.314Z | Compiling rustls-pki-types v1.7.0 |
1452 | 2024-06-12T20:06:36.375Z | Compiling ident_case v1.0.1 |
1453 | 2024-06-12T20:06:37.733Z | Compiling smoltcp v0.11.0 |
1454 | 2024-06-12T20:06:41.964Z | Compiling darling_core v0.20.9 |
1455 | 2024-06-12T20:06:51.882Z | Compiling num_enum v0.5.11 |
1456 | 2024-06-12T20:06:53.731Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1457 | 2024-06-12T20:06:53.950Z | Compiling getopts v0.2.21 |
1458 | 2024-06-12T20:06:54.805Z | Compiling dirs-sys-next v0.1.2 |
1459 | 2024-06-12T20:06:55.206Z | Compiling proc-macro-error-attr v1.0.4 |
1460 | 2024-06-12T20:06:55.636Z | Compiling unsafe-libyaml v0.2.11 |
1461 | 2024-06-12T20:06:55.854Z | Compiling embedded-io v0.4.0 |
1462 | 2024-06-12T20:06:55.917Z | Compiling cobs v0.2.3 |
1463 | 2024-06-12T20:06:56.098Z | Compiling rustls v0.22.4 |
1464 | 2024-06-12T20:06:56.378Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1465 | 2024-06-12T20:06:57.359Z | Compiling paste v1.0.15 |
1466 | 2024-06-12T20:06:57.531Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1467 | 2024-06-12T20:06:58.080Z | Compiling serde_yaml v0.9.34+deprecated |
1468 | 2024-06-12T20:06:58.751Z | Compiling postcard v1.0.8 |
1469 | 2024-06-12T20:06:59.959Z | Compiling dirs-next v2.0.0 |
1470 | 2024-06-12T20:07:02.469Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1471 | 2024-06-12T20:07:05.387Z | Compiling darling_macro v0.20.9 |
1472 | 2024-06-12T20:07:06.336Z | Compiling rustls-webpki v0.102.4 |
1473 | 2024-06-12T20:07:13.866Z | Compiling strum_macros v0.26.2 |
1474 | 2024-06-12T20:07:14.779Z | Compiling structmeta-derive v0.3.0 |
1475 | 2024-06-12T20:07:15.148Z | Compiling foreign-types-macros v0.2.3 |
1476 | 2024-06-12T20:07:16.113Z | Compiling thread_local v1.1.8 |
1477 | 2024-06-12T20:07:16.383Z | Compiling multer v3.1.0 |
1478 | 2024-06-12T20:07:16.650Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1479 | 2024-06-12T20:07:16.864Z | Compiling proc-macro-error v1.0.4 |
1480 | 2024-06-12T20:07:16.943Z | Compiling slog-async v2.8.0 |
1481 | 2024-06-12T20:07:17.586Z | Compiling match_cfg v0.1.0 |
1482 | 2024-06-12T20:07:18.265Z | Compiling foreign-types-shared v0.3.1 |
1483 | 2024-06-12T20:07:18.409Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1484 | 2024-06-12T20:07:18.932Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1485 | 2024-06-12T20:07:22.264Z | Compiling strum v0.26.2 |
1486 | 2024-06-12T20:07:22.470Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1487 | 2024-06-12T20:07:24.018Z | Compiling foreign-types v0.5.0 |
1488 | 2024-06-12T20:07:25.735Z | Compiling hostname v0.3.1 |
1489 | 2024-06-12T20:07:25.770Z | Compiling structmeta v0.3.0 |
1490 | 2024-06-12T20:07:27.913Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1491 | 2024-06-12T20:07:30.789Z | Compiling darling v0.20.9 |
1492 | 2024-06-12T20:07:38.685Z | Compiling term v0.7.0 |
1493 | 2024-06-12T20:07:41.239Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1494 | 2024-06-12T20:07:43.230Z | Compiling slog-json v2.6.1 |
1495 | 2024-06-12T20:07:43.769Z | Compiling tabwriter v1.4.0 |
1496 | 2024-06-12T20:07:44.291Z | Compiling crossbeam-channel v0.5.12 |
1497 | 2024-06-12T20:07:45.187Z | Compiling http v1.1.0 |
1498 | 2024-06-12T20:07:45.558Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1499 | 2024-06-12T20:07:45.773Z | Compiling async-stream-impl v0.3.5 |
1500 | 2024-06-12T20:07:46.014Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1501 | 2024-06-12T20:07:46.339Z | Compiling cstr-argument v0.1.2 |
1502 | 2024-06-12T20:07:46.525Z | Compiling is-terminal v0.4.12 |
1503 | 2024-06-12T20:07:46.610Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1504 | 2024-06-12T20:07:46.849Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1505 | 2024-06-12T20:07:46.896Z | Compiling base64 v0.22.1 |
1506 | 2024-06-12T20:07:47.127Z | Compiling crucible-workspace-hack v0.1.0 |
1507 | 2024-06-12T20:07:47.402Z | Compiling pretty-hex v0.2.1 |
1508 | 2024-06-12T20:07:47.512Z | Compiling atomic-waker v1.1.2 |
1509 | 2024-06-12T20:07:47.627Z | Compiling take_mut v0.2.2 |
1510 | 2024-06-12T20:07:47.715Z | Compiling rayon-core v1.12.1 |
1511 | 2024-06-12T20:07:47.734Z | Compiling fastrand v2.1.0 |
1512 | 2024-06-12T20:07:47.795Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1513 | 2024-06-12T20:07:48.057Z | Compiling waitgroup v0.1.2 |
1514 | 2024-06-12T20:07:48.106Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1515 | 2024-06-12T20:07:48.296Z | Compiling tempfile v3.10.1 |
1516 | 2024-06-12T20:07:48.470Z | Compiling rustls-pemfile v2.1.2 |
1517 | 2024-06-12T20:07:48.567Z | Compiling async-stream v0.3.5 |
1518 | 2024-06-12T20:07:49.463Z | Compiling slog-term v2.9.1 |
1519 | 2024-06-12T20:07:49.910Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1520 | 2024-06-12T20:07:50.314Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1521 | 2024-06-12T20:07:50.567Z | Compiling slog-bunyan v2.5.0 |
1522 | 2024-06-12T20:07:50.931Z | Compiling tokio-rustls v0.25.0 |
1523 | 2024-06-12T20:07:51.198Z | Compiling serde_with_macros v3.8.1 |
1524 | 2024-06-12T20:07:51.830Z | Compiling parse-display-derive v0.9.0 |
1525 | 2024-06-12T20:07:51.839Z | Compiling toml v0.8.13 |
1526 | 2024-06-12T20:07:51.840Z | Compiling sha1 v0.10.6 |
1527 | 2024-06-12T20:07:52.271Z | Compiling crossbeam-deque v0.8.5 |
1528 | 2024-06-12T20:07:52.594Z | Compiling colored v2.1.0 |
1529 | 2024-06-12T20:07:52.660Z | Compiling newtype-uuid v1.1.0 |
1530 | 2024-06-12T20:07:53.023Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1531 | 2024-06-12T20:07:53.937Z | Compiling serde_path_to_error v0.1.16 |
1532 | 2024-06-12T20:07:54.008Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1533 | 2024-06-12T20:07:54.735Z | Compiling hostname v0.4.0 |
1534 | 2024-06-12T20:07:54.998Z | Compiling socket2 v0.4.10 |
1535 | 2024-06-12T20:07:55.287Z | Compiling instant v0.1.12 |
1536 | 2024-06-12T20:07:55.332Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1537 | 2024-06-12T20:07:55.332Z | Compiling debug-ignore v1.0.5 |
1538 | 2024-06-12T20:07:55.352Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1539 | 2024-06-12T20:07:55.567Z | Compiling parse-display v0.9.0 |
1540 | 2024-06-12T20:07:57.536Z | Compiling backoff v0.4.0 |
1541 | 2024-06-12T20:07:57.933Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1542 | 2024-06-12T20:07:58.174Z | Compiling serde_with v3.8.1 |
1543 | 2024-06-12T20:07:58.259Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1544 | 2024-06-12T20:07:58.770Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1545 | 2024-06-12T20:07:59.747Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1546 | 2024-06-12T20:08:00.490Z | Compiling camino-tempfile v1.1.1 |
1547 | 2024-06-12T20:08:01.391Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1548 | 2024-06-12T20:08:01.901Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1549 | 2024-06-12T20:08:02.097Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1550 | 2024-06-12T20:08:02.278Z | Compiling macaddr v1.0.1 |
1551 | 2024-06-12T20:08:02.830Z | Compiling num-derive v0.4.2 |
1552 | 2024-06-12T20:08:02.908Z | Compiling sigpipe v0.1.3 |
1553 | 2024-06-12T20:08:03.037Z | Compiling libefi-sys v0.1.0 |
1554 | 2024-06-12T20:08:03.358Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1555 | 2024-06-12T20:08:03.901Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1556 | 2024-06-12T20:08:04.442Z | Compiling rayon v1.10.0 |
1557 | 2024-06-12T20:08:05.174Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1558 | 2024-06-12T20:08:05.349Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1559 | 2024-06-12T20:08:06.006Z | Compiling smf v0.2.3 |
1560 | 2024-06-12T20:08:06.812Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1561 | 2024-06-12T20:08:07.173Z | Compiling ring v0.16.20 |
1562 | 2024-06-12T20:08:07.208Z | Compiling blake3 v1.5.1 |
1563 | 2024-06-12T20:08:07.778Z | Compiling portable-atomic v1.6.0 |
1564 | 2024-06-12T20:08:08.996Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1565 | 2024-06-12T20:08:09.121Z | Compiling xattr v1.3.1 |
1566 | 2024-06-12T20:08:09.319Z | Compiling filetime v0.2.23 |
1567 | 2024-06-12T20:08:09.422Z | Compiling memmap2 v0.9.4 |
1568 | 2024-06-12T20:08:09.676Z | Compiling constant_time_eq v0.3.0 |
1569 | 2024-06-12T20:08:09.848Z | Compiling same-file v1.0.6 |
1570 | 2024-06-12T20:08:09.962Z | Compiling untrusted v0.7.1 |
1571 | 2024-06-12T20:08:10.105Z | Compiling arrayvec v0.7.4 |
1572 | 2024-06-12T20:08:10.171Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1573 | 2024-06-12T20:08:10.206Z | Compiling arrayref v0.3.7 |
1574 | 2024-06-12T20:08:10.309Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1575 | 2024-06-12T20:08:10.338Z | Compiling walkdir v2.5.0 |
1576 | 2024-06-12T20:08:10.457Z | Compiling tar v0.4.40 |
1577 | 2024-06-12T20:08:11.911Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1578 | 2024-06-12T20:08:12.643Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1579 | 2024-06-12T20:08:13.263Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1580 | 2024-06-12T20:08:14.219Z | Compiling gethostname v0.4.3 |
1581 | 2024-06-12T20:08:14.521Z | Compiling topological-sort v0.2.2 |
1582 | 2024-06-12T20:08:14.787Z | Compiling number_prefix v0.4.0 |
1583 | 2024-06-12T20:08:15.052Z | Compiling indicatif v0.17.8 |
1584 | 2024-06-12T20:08:15.774Z | Compiling swrite v0.1.0 |
1585 | 2024-06-12T20:08:18.350Z | Compiling omicron-zone-package v0.11.0 |
1586 | 2024-06-12T20:08:23.637Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1587 | 2024-06-12T20:08:27.764Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1588 | 2024-06-12T20:08:29.135Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1589 | 2024-06-12T20:08:30.331Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1590 | 2024-06-12T20:08:46.118Z | Finished `release` profile [optimized] target(s) in 4m 32s |
1591 | 2024-06-12T20:08:46.233Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1592 | 2024-06-12T20:08:46.292Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1593 | 2024-06-12T20:08:46.296Z | Created new build target 'test' and set it as active |
1594 | 2024-06-12T20:08:46.296Z | |
1595 | 2024-06-12T20:08:46.296Z | real 4:32.656686449 |
1596 | 2024-06-12T20:08:46.296Z | user 30:25.201398817 |
1597 | 2024-06-12T20:08:46.296Z | sys 3:59.254771321 |
1598 | 2024-06-12T20:08:46.296Z | trap 0.919321986 |
1599 | 2024-06-12T20:08:46.296Z | tflt 2.833230180 |
1600 | 2024-06-12T20:08:46.296Z | dflt 1.512992642 |
1601 | 2024-06-12T20:08:46.296Z | kflt 0.009887124 |
1602 | 2024-06-12T20:08:46.296Z | lock 1:03:23.312507072 |
1603 | 2024-06-12T20:08:46.296Z | slp 1:24:58.697605681 |
1604 | 2024-06-12T20:08:46.296Z | lat 1:58.814283227 |
1605 | 2024-06-12T20:08:46.296Z | stop 3:15.272618523 |
1606 | 2024-06-12T20:08:46.296Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1607 | 2024-06-12T20:08:47.158Z | Finished `release` profile [optimized] target(s) in 0.82s |
1608 | 2024-06-12T20:08:47.214Z | Running `target/release/omicron-package -t test package` |
1609 | 2024-06-12T20:08:47.227Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1610 | 2024-06-12T20:08:48.201Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1611 | 2024-06-12T20:08:48.287Z | Compiling newline-converter v0.3.0 |
1612 | 2024-06-12T20:08:48.311Z | Compiling humantime v2.1.0 |
1613 | 2024-06-12T20:08:48.311Z | Compiling derive-where v1.2.7 |
1614 | 2024-06-12T20:08:48.311Z | Compiling convert_case v0.4.0 |
1615 | 2024-06-12T20:08:48.339Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1616 | 2024-06-12T20:08:48.340Z | Compiling password-hash v0.5.0 |
1617 | 2024-06-12T20:08:48.340Z | Compiling blake2 v0.10.6 |
1618 | 2024-06-12T20:08:48.416Z | Compiling expectorate v1.1.0 |
1619 | 2024-06-12T20:08:48.494Z | Compiling linked-hash-map v0.5.6 |
1620 | 2024-06-12T20:08:48.588Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1621 | 2024-06-12T20:08:48.877Z | Compiling argon2 v0.5.3 |
1622 | 2024-06-12T20:08:49.105Z | Compiling lru-cache v0.1.2 |
1623 | 2024-06-12T20:08:49.165Z | Compiling derive_more v0.99.17 |
1624 | 2024-06-12T20:08:49.323Z | Compiling semver v0.1.20 |
1625 | 2024-06-12T20:08:49.536Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1626 | 2024-06-12T20:08:49.898Z | Compiling rustc_version v0.1.7 |
1627 | 2024-06-12T20:08:50.175Z | Compiling home v0.5.9 |
1628 | 2024-06-12T20:08:50.341Z | Compiling newtype_derive v0.1.6 |
1629 | 2024-06-12T20:08:50.413Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1630 | 2024-06-12T20:08:51.641Z | Compiling slog-dtrace v0.3.0 |
1631 | 2024-06-12T20:08:51.645Z | Compiling steno v0.4.0 |
1632 | 2024-06-12T20:08:51.645Z | Compiling quick-error v1.2.3 |
1633 | 2024-06-12T20:08:51.646Z | Compiling resolv-conf v0.7.0 |
1634 | 2024-06-12T20:08:51.646Z | Compiling trust-dns-resolver v0.22.0 |
1635 | 2024-06-12T20:08:52.712Z | Compiling termcolor v1.4.1 |
1636 | 2024-06-12T20:08:52.985Z | Compiling utf-8 v0.7.6 |
1637 | 2024-06-12T20:08:53.355Z | Compiling num-rational v0.4.2 |
1638 | 2024-06-12T20:08:53.844Z | Compiling num-complex v0.4.6 |
1639 | 2024-06-12T20:08:55.048Z | Compiling num v0.4.3 |
1640 | 2024-06-12T20:08:55.136Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1641 | 2024-06-12T20:08:55.166Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1642 | 2024-06-12T20:08:55.838Z | Compiling nibble_vec v0.1.0 |
1643 | 2024-06-12T20:08:56.053Z | Compiling endian-type v0.1.2 |
1644 | 2024-06-12T20:08:56.242Z | Compiling radium v0.7.0 |
1645 | 2024-06-12T20:08:56.309Z | Compiling display-error-chain v0.2.0 |
1646 | 2024-06-12T20:08:56.489Z | Compiling radix_trie v0.2.1 |
1647 | 2024-06-12T20:08:56.719Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1648 | 2024-06-12T20:08:56.745Z | Compiling tungstenite v0.20.1 |
1649 | 2024-06-12T20:08:57.406Z | Compiling maybe-uninit v2.0.0 |
1650 | 2024-06-12T20:08:57.858Z | Compiling tap v1.0.1 |
1651 | 2024-06-12T20:08:58.073Z | Compiling wyz v0.5.1 |
1652 | 2024-06-12T20:08:58.633Z | Compiling tokio-tungstenite v0.20.1 |
1653 | 2024-06-12T20:08:59.831Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1654 | 2024-06-12T20:09:00.272Z | Compiling packed_struct v0.10.1 |
1655 | 2024-06-12T20:09:00.697Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1656 | 2024-06-12T20:09:00.984Z | Compiling cancel-safe-futures v0.1.5 |
1657 | 2024-06-12T20:09:01.324Z | Compiling crc-catalog v2.4.0 |
1658 | 2024-06-12T20:09:01.497Z | Compiling arc-swap v1.7.1 |
1659 | 2024-06-12T20:09:02.006Z | Compiling funty v2.0.0 |
1660 | 2024-06-12T20:09:02.204Z | Compiling num-bigint-dig v0.8.4 |
1661 | 2024-06-12T20:09:02.563Z | Compiling slog-scope v4.4.0 |
1662 | 2024-06-12T20:09:02.697Z | Compiling crc v3.2.1 |
1663 | 2024-06-12T20:09:03.508Z | Compiling bitvec v1.0.1 |
1664 | 2024-06-12T20:09:05.156Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1665 | 2024-06-12T20:09:07.971Z | Compiling packed_struct_codegen v0.10.1 |
1666 | 2024-06-12T20:09:09.801Z | Compiling fxhash v0.2.1 |
1667 | 2024-06-12T20:09:10.043Z | Compiling dirs-sys-next v0.1.2 |
1668 | 2024-06-12T20:09:10.585Z | Compiling indexmap v1.9.3 |
1669 | 2024-06-12T20:09:10.766Z | Compiling glob v0.3.1 |
1670 | 2024-06-12T20:09:10.909Z | Compiling crunchy v0.2.2 |
1671 | 2024-06-12T20:09:11.345Z | Compiling nodrop v0.1.14 |
1672 | 2024-06-12T20:09:11.484Z | Compiling array-init v0.0.4 |
1673 | 2024-06-12T20:09:11.587Z | Compiling clang-sys v1.7.0 |
1674 | 2024-06-12T20:09:12.738Z | Compiling dirs-next v2.0.0 |
1675 | 2024-06-12T20:09:13.134Z | Compiling smallvec v0.6.14 |
1676 | 2024-06-12T20:09:13.875Z | Compiling slog-stdlog v4.1.1 |
1677 | 2024-06-12T20:09:14.068Z | Compiling rayon-core v1.12.1 |
1678 | 2024-06-12T20:09:14.093Z | Compiling pkcs1 v0.7.5 |
1679 | 2024-06-12T20:09:14.354Z | Compiling signature v2.2.0 |
1680 | 2024-06-12T20:09:14.647Z | Compiling crossbeam-deque v0.8.5 |
1681 | 2024-06-12T20:09:14.984Z | Compiling half v2.4.1 |
1682 | 2024-06-12T20:09:15.704Z | Compiling same-file v1.0.6 |
1683 | 2024-06-12T20:09:15.936Z | Compiling fastrand v2.1.0 |
1684 | 2024-06-12T20:09:16.466Z | Compiling tiny-keccak v2.0.2 |
1685 | 2024-06-12T20:09:16.539Z | Compiling hashbrown v0.12.3 |
1686 | 2024-06-12T20:09:16.753Z | Compiling maplit v1.0.2 |
1687 | 2024-06-12T20:09:16.881Z | Compiling bitfield v0.14.0 |
1688 | 2024-06-12T20:09:17.180Z | Compiling ciborium-io v0.2.2 |
1689 | 2024-06-12T20:09:17.318Z | Compiling prettyplease v0.2.20 |
1690 | 2024-06-12T20:09:17.620Z | Compiling ciborium-ll v0.2.2 |
1691 | 2024-06-12T20:09:18.091Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1692 | 2024-06-12T20:09:18.131Z | Compiling tempfile v3.10.1 |
1693 | 2024-06-12T20:09:18.930Z | Compiling rsa v0.9.6 |
1694 | 2024-06-12T20:09:19.021Z | Compiling walkdir v2.5.0 |
1695 | 2024-06-12T20:09:20.787Z | Compiling slog-envlogger v2.2.0 |
1696 | 2024-06-12T20:09:21.402Z | Compiling serde-hex v0.1.0 |
1697 | 2024-06-12T20:09:23.338Z | Compiling bzip2 v0.4.4 |
1698 | 2024-06-12T20:09:23.652Z | Compiling term v0.7.0 |
1699 | 2024-06-12T20:09:23.939Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1700 | 2024-06-12T20:09:24.271Z | Compiling env_logger v0.10.2 |
1701 | 2024-06-12T20:09:24.446Z | Compiling camino v1.1.7 |
1702 | 2024-06-12T20:09:24.517Z | Compiling x509-cert v0.2.5 |
1703 | 2024-06-12T20:09:25.048Z | Compiling ron v0.8.1 |
1704 | 2024-06-12T20:09:26.100Z | Compiling hashbrown v0.13.2 |
1705 | 2024-06-12T20:09:26.643Z | Compiling crc-any v2.5.0 |
1706 | 2024-06-12T20:09:27.413Z | Compiling object v0.30.4 |
1707 | 2024-06-12T20:09:27.460Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1708 | 2024-06-12T20:09:27.548Z | Compiling ring v0.16.20 |
1709 | 2024-06-12T20:09:29.201Z | Compiling blake3 v1.5.1 |
1710 | 2024-06-12T20:09:30.235Z | Compiling ascii-canvas v3.0.0 |
1711 | 2024-06-12T20:09:30.754Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1712 | 2024-06-12T20:09:30.967Z | Compiling zip v0.6.6 |
1713 | 2024-06-12T20:09:31.324Z | Compiling rayon v1.10.0 |
1714 | 2024-06-12T20:09:32.380Z | Compiling ciborium v0.2.2 |
1715 | 2024-06-12T20:09:33.887Z | Compiling xattr v1.3.1 |
1716 | 2024-06-12T20:09:34.155Z | Compiling ena v0.14.3 |
1717 | 2024-06-12T20:09:34.476Z | Compiling memmap2 v0.9.4 |
1718 | 2024-06-12T20:09:34.558Z | Compiling atty v0.2.14 |
1719 | 2024-06-12T20:09:34.706Z | Compiling filetime v0.2.23 |
1720 | 2024-06-12T20:09:34.890Z | Compiling is-terminal v0.4.12 |
1721 | 2024-06-12T20:09:35.015Z | Compiling libloading v0.8.3 |
1722 | 2024-06-12T20:09:35.030Z | Compiling untrusted v0.7.1 |
1723 | 2024-06-12T20:09:35.225Z | Compiling path-slash v0.1.5 |
1724 | 2024-06-12T20:09:35.406Z | Compiling arrayref v0.3.7 |
1725 | 2024-06-12T20:09:35.454Z | Compiling constant_time_eq v0.3.0 |
1726 | 2024-06-12T20:09:35.500Z | Compiling bindgen v0.69.4 |
1727 | 2024-06-12T20:09:35.598Z | Compiling diff v0.1.13 |
1728 | 2024-06-12T20:09:35.953Z | Compiling arrayvec v0.7.4 |
1729 | 2024-06-12T20:09:36.167Z | Compiling regex-syntax v0.6.29 |
1730 | 2024-06-12T20:09:36.192Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1731 | 2024-06-12T20:09:40.642Z | Compiling lalrpop v0.19.12 |
1732 | 2024-06-12T20:09:41.212Z | Compiling tar v0.4.40 |
1733 | 2024-06-12T20:09:41.660Z | Compiling camino-tempfile v1.1.1 |
1734 | 2024-06-12T20:09:42.075Z | Compiling toolchain_find v0.4.0 |
1735 | 2024-06-12T20:09:43.251Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1736 | 2024-06-12T20:09:44.373Z | Compiling which v4.4.2 |
1737 | 2024-06-12T20:09:44.934Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1738 | 2024-06-12T20:09:45.160Z | Compiling toml v0.8.13 |
1739 | 2024-06-12T20:09:45.317Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1740 | 2024-06-12T20:09:45.750Z | Compiling cexpr v0.6.0 |
1741 | 2024-06-12T20:09:46.822Z | Compiling libsw v3.3.1 |
1742 | 2024-06-12T20:09:47.164Z | Compiling shlex v1.3.0 |
1743 | 2024-06-12T20:09:47.406Z | Compiling linear-map v1.2.0 |
1744 | 2024-06-12T20:09:47.480Z | Compiling topological-sort v0.2.2 |
1745 | 2024-06-12T20:09:47.561Z | Compiling lazycell v1.3.0 |
1746 | 2024-06-12T20:09:47.691Z | Compiling owo-colors v4.0.0 |
1747 | 2024-06-12T20:09:47.711Z | Compiling parking_lot_core v0.8.6 |
1748 | 2024-06-12T20:09:47.844Z | Compiling rustc-hash v1.1.0 |
1749 | 2024-06-12T20:09:48.015Z | Compiling ref-cast v1.0.23 |
1750 | 2024-06-12T20:09:48.180Z | Compiling omicron-zone-package v0.11.0 |
1751 | 2024-06-12T20:09:48.549Z | Compiling rustfmt-wrapper v0.2.1 |
1752 | 2024-06-12T20:09:48.633Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1753 | 2024-06-12T20:09:48.868Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1754 | 2024-06-12T20:09:49.140Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1755 | 2024-06-12T20:09:49.453Z | Compiling derive_builder_core v0.20.0 |
1756 | 2024-06-12T20:09:50.527Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1757 | 2024-06-12T20:09:51.680Z | Compiling headers-core v0.2.0 |
1758 | 2024-06-12T20:09:51.857Z | Compiling libxml v0.3.3 |
1759 | 2024-06-12T20:09:52.215Z | Compiling ref-cast-impl v1.0.23 |
1760 | 2024-06-12T20:09:53.412Z | Compiling unicase v2.7.0 |
1761 | 2024-06-12T20:09:53.901Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1762 | 2024-06-12T20:09:53.930Z | Compiling headers v0.3.9 |
1763 | 2024-06-12T20:09:57.869Z | Compiling derive_builder_macro v0.20.0 |
1764 | 2024-06-12T20:09:58.756Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1765 | 2024-06-12T20:09:58.969Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1766 | 2024-06-12T20:09:59.284Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1767 | 2024-06-12T20:10:01.654Z | Compiling pem v3.0.4 |
1768 | 2024-06-12T20:10:02.115Z | Compiling strum_macros v0.24.3 |
1769 | 2024-06-12T20:10:02.263Z | Compiling samael v0.0.15 |
1770 | 2024-06-12T20:10:03.233Z | Compiling async-recursion v1.1.1 |
1771 | 2024-06-12T20:10:03.950Z | Compiling cookie v0.18.1 |
1772 | 2024-06-12T20:10:04.229Z | Compiling indoc v1.0.9 |
1773 | 2024-06-12T20:10:05.118Z | Compiling derive_builder v0.20.0 |
1774 | 2024-06-12T20:10:05.302Z | Compiling parking_lot v0.11.2 |
1775 | 2024-06-12T20:10:05.570Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1776 | 2024-06-12T20:10:07.425Z | Compiling trust-dns-client v0.22.0 |
1777 | 2024-06-12T20:10:08.168Z | Compiling polar-core v0.27.3 |
1778 | 2024-06-12T20:10:09.041Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1779 | 2024-06-12T20:10:09.320Z | Compiling oso-derive v0.27.3 |
1780 | 2024-06-12T20:10:09.965Z | Compiling impl-trait-for-tuples v0.2.2 |
1781 | 2024-06-12T20:10:10.281Z | Compiling quick-xml v0.31.0 |
1782 | 2024-06-12T20:10:11.517Z | Compiling toml v0.5.11 |
1783 | 2024-06-12T20:10:12.272Z | Compiling vte_generate_state_changes v0.1.1 |
1784 | 2024-06-12T20:10:12.837Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1785 | 2024-06-12T20:10:13.581Z | Compiling buf-list v1.0.3 |
1786 | 2024-06-12T20:10:13.721Z | Compiling cfg_aliases v0.1.1 |
1787 | 2024-06-12T20:10:13.834Z | Compiling nix v0.28.0 |
1788 | 2024-06-12T20:10:14.645Z | Compiling trust-dns-server v0.22.1 |
1789 | 2024-06-12T20:10:18.423Z | Compiling vte v0.11.1 |
1790 | 2024-06-12T20:10:19.815Z | Compiling sled v0.34.7 |
1791 | 2024-06-12T20:10:23.706Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1792 | 2024-06-12T20:10:25.300Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1793 | 2024-06-12T20:10:25.578Z | Compiling fd-lock v4.0.2 |
1794 | 2024-06-12T20:10:25.806Z | Compiling const_format_proc_macros v0.2.32 |
1795 | 2024-06-12T20:10:27.878Z | Compiling bb8 v0.8.3 |
1796 | 2024-06-12T20:10:28.446Z | Compiling pin-project-internal v1.1.5 |
1797 | 2024-06-12T20:10:31.321Z | Compiling memoffset v0.9.1 |
1798 | 2024-06-12T20:10:31.625Z | Compiling platforms v3.4.0 |
1799 | 2024-06-12T20:10:32.223Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1800 | 2024-06-12T20:10:32.514Z | Compiling bytecount v0.6.8 |
1801 | 2024-06-12T20:10:32.822Z | Compiling oso v0.27.3 |
1802 | 2024-06-12T20:10:35.604Z | Compiling papergrid v0.11.0 |
1803 | 2024-06-12T20:10:44.045Z | Compiling curve25519-dalek v4.1.2 |
1804 | 2024-06-12T20:10:44.649Z | Compiling pin-project v1.1.5 |
1805 | 2024-06-12T20:10:44.799Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1806 | 2024-06-12T20:10:45.493Z | Compiling const_format v0.2.32 |
1807 | 2024-06-12T20:10:46.803Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1808 | 2024-06-12T20:10:48.279Z | Compiling strip-ansi-escapes v0.2.0 |
1809 | 2024-06-12T20:10:50.428Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1810 | 2024-06-12T20:10:51.492Z | Compiling tabled_derive v0.7.0 |
1811 | 2024-06-12T20:10:53.880Z | Compiling kstat-rs v0.2.3 |
1812 | 2024-06-12T20:10:54.834Z | Compiling snafu-derive v0.8.2 |
1813 | 2024-06-12T20:10:55.020Z | Compiling nu-ansi-term v0.50.0 |
1814 | 2024-06-12T20:10:55.728Z | Compiling keccak v0.1.5 |
1815 | 2024-06-12T20:10:56.252Z | Compiling sha3 v0.10.8 |
1816 | 2024-06-12T20:10:56.678Z | Compiling reedline v0.31.0 |
1817 | 2024-06-12T20:10:57.120Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1818 | 2024-06-12T20:10:59.165Z | Compiling tabled v0.15.0 |
1819 | 2024-06-12T20:10:59.891Z | Compiling snafu v0.8.2 |
1820 | 2024-06-12T20:11:01.393Z | Compiling mime_guess v2.0.4 |
1821 | 2024-06-12T20:11:04.565Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1822 | 2024-06-12T20:11:07.775Z | Compiling env_logger v0.9.3 |
1823 | 2024-06-12T20:11:12.323Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1824 | 2024-06-12T20:11:12.464Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1825 | 2024-06-12T20:11:13.390Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1826 | 2024-06-12T20:11:13.874Z | Compiling globset v0.4.14 |
1827 | 2024-06-12T20:11:19.993Z | Compiling peg-macros v0.8.3 |
1828 | 2024-06-12T20:11:20.257Z | Compiling olpc-cjson v0.1.3 |
1829 | 2024-06-12T20:11:20.600Z | Compiling universal-hash v0.5.1 |
1830 | 2024-06-12T20:11:20.836Z | Compiling secrecy v0.8.0 |
1831 | 2024-06-12T20:11:20.897Z | Compiling thiserror-impl-no-std v2.0.2 |
1832 | 2024-06-12T20:11:21.657Z | Compiling bitstruct_derive v0.1.0 |
1833 | 2024-06-12T20:11:22.922Z | Compiling serde_plain v1.0.2 |
1834 | 2024-06-12T20:11:23.454Z | Compiling nanorand v0.7.0 |
1835 | 2024-06-12T20:11:23.486Z | Compiling sqlparser_derive v0.2.2 |
1836 | 2024-06-12T20:11:23.771Z | Compiling curve25519-dalek-derive v0.1.1 |
1837 | 2024-06-12T20:11:24.219Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1838 | 2024-06-12T20:11:24.373Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1839 | 2024-06-12T20:11:24.571Z | Compiling signature v1.6.4 |
1840 | 2024-06-12T20:11:24.747Z | Compiling unicode_categories v0.1.1 |
1841 | 2024-06-12T20:11:24.984Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1842 | 2024-06-12T20:11:25.125Z | Compiling opaque-debug v0.3.1 |
1843 | 2024-06-12T20:11:25.209Z | Compiling ascii v1.1.0 |
1844 | 2024-06-12T20:11:25.229Z | Compiling salty v0.2.0 |
1845 | 2024-06-12T20:11:25.290Z | Compiling typed-path v0.7.1 |
1846 | 2024-06-12T20:11:25.683Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1847 | 2024-06-12T20:11:26.004Z | Compiling poly1305 v0.8.0 |
1848 | 2024-06-12T20:11:28.112Z | Compiling tough v0.17.1 |
1849 | 2024-06-12T20:11:32.298Z | Compiling sqlformat v0.2.3 |
1850 | 2024-06-12T20:11:39.364Z | Compiling rustyline v14.0.0 |
1851 | 2024-06-12T20:11:42.577Z | Compiling ed25519 v1.5.3 |
1852 | 2024-06-12T20:11:42.992Z | Compiling sqlparser v0.45.0 |
1853 | 2024-06-12T20:11:43.769Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1854 | 2024-06-12T20:11:44.070Z | Compiling flume v0.11.0 |
1855 | 2024-06-12T20:11:44.844Z | Compiling thiserror-no-std v2.0.2 |
1856 | 2024-06-12T20:11:44.974Z | Compiling peg v0.8.3 |
1857 | 2024-06-12T20:11:45.102Z | Compiling bitstruct v0.1.1 |
1858 | 2024-06-12T20:11:45.234Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1859 | 2024-06-12T20:11:46.385Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1860 | 2024-06-12T20:11:51.778Z | Compiling nix v0.27.1 |
1861 | 2024-06-12T20:11:52.528Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1862 | 2024-06-12T20:11:54.795Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1863 | 2024-06-12T20:11:55.130Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1864 | 2024-06-12T20:11:55.422Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1865 | 2024-06-12T20:11:56.276Z | Compiling chacha20 v0.9.1 |
1866 | 2024-06-12T20:11:56.649Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1867 | 2024-06-12T20:11:56.739Z | Compiling aead v0.5.2 |
1868 | 2024-06-12T20:11:57.090Z | Compiling bcs v0.1.6 |
1869 | 2024-06-12T20:11:58.011Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1870 | 2024-06-12T20:11:58.821Z | Compiling serde-big-array v0.5.1 |
1871 | 2024-06-12T20:11:58.861Z | Compiling serde_arrays v0.1.0 |
1872 | 2024-06-12T20:11:59.057Z | Compiling erased-serde v0.3.31 |
1873 | 2024-06-12T20:11:59.075Z | Compiling highway v1.1.0 |
1874 | 2024-06-12T20:12:00.448Z | Compiling parse-size v1.0.0 |
1875 | 2024-06-12T20:12:00.739Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1876 | 2024-06-12T20:12:00.803Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1877 | 2024-06-12T20:12:04.620Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1878 | 2024-06-12T20:12:11.923Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1879 | 2024-06-12T20:12:12.450Z | Compiling chacha20poly1305 v0.10.1 |
1880 | 2024-06-12T20:12:13.482Z | Compiling vsss-rs v3.3.4 |
1881 | 2024-06-12T20:12:18.135Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1882 | 2024-06-12T20:12:18.901Z | Compiling signal-hook-tokio v0.3.1 |
1883 | 2024-06-12T20:12:19.068Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1884 | 2024-06-12T20:12:19.127Z | Compiling heck v0.3.3 |
1885 | 2024-06-12T20:12:19.498Z | Compiling castaway v0.2.2 |
1886 | 2024-06-12T20:12:19.708Z | Compiling rand_seeder v0.2.3 |
1887 | 2024-06-12T20:12:20.115Z | Compiling serde-big-array v0.4.1 |
1888 | 2024-06-12T20:12:20.397Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1889 | 2024-06-12T20:12:21.196Z | Compiling http-range v0.1.5 |
1890 | 2024-06-12T20:12:22.200Z | Compiling hyper-staticfile v0.9.5 |
1891 | 2024-06-12T20:12:22.608Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1892 | 2024-06-12T20:12:23.904Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1893 | 2024-06-12T20:12:24.857Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1894 | 2024-06-12T20:12:25.061Z | Compiling compact_str v0.7.1 |
1895 | 2024-06-12T20:12:25.339Z | Compiling zone_cfg_derive v0.1.2 |
1896 | 2024-06-12T20:12:26.616Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1897 | 2024-06-12T20:12:26.754Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1898 | 2024-06-12T20:12:33.355Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1899 | 2024-06-12T20:12:34.026Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1900 | 2024-06-12T20:12:40.356Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1901 | 2024-06-12T20:12:47.371Z | Compiling tungstenite v0.21.0 |
1902 | 2024-06-12T20:12:47.671Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1903 | 2024-06-12T20:12:48.011Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1904 | 2024-06-12T20:12:48.360Z | Compiling lru v0.12.3 |
1905 | 2024-06-12T20:12:48.708Z | Compiling stability v0.2.0 |
1906 | 2024-06-12T20:12:49.951Z | Compiling base64 v0.13.1 |
1907 | 2024-06-12T20:12:50.508Z | Compiling cassowary v0.3.0 |
1908 | 2024-06-12T20:12:52.547Z | Compiling corncobs v0.1.3 |
1909 | 2024-06-12T20:12:52.908Z | Compiling indoc v2.0.5 |
1910 | 2024-06-12T20:12:53.915Z | Compiling ratatui v0.26.2 |
1911 | 2024-06-12T20:12:54.320Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1912 | 2024-06-12T20:12:55.069Z | Compiling ron v0.7.1 |
1913 | 2024-06-12T20:12:55.114Z | Compiling tokio-tungstenite v0.21.0 |
1914 | 2024-06-12T20:12:55.783Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1915 | 2024-06-12T20:13:00.505Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1916 | 2024-06-12T20:13:03.213Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1917 | 2024-06-12T20:13:03.894Z | Compiling zone v0.1.8 |
1918 | 2024-06-12T20:13:07.162Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1919 | 2024-06-12T20:13:10.681Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
1920 | 2024-06-12T20:13:12.142Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
1921 | 2024-06-12T20:13:15.057Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1922 | 2024-06-12T20:13:19.279Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1923 | 2024-06-12T20:13:19.569Z | Compiling portpicker v0.1.1 |
1924 | 2024-06-12T20:13:20.081Z | Compiling csv-core v0.1.11 |
1925 | 2024-06-12T20:13:20.973Z | Compiling smawk v0.3.2 |
1926 | 2024-06-12T20:13:21.680Z | Compiling unicode-linebreak v0.1.5 |
1927 | 2024-06-12T20:13:21.800Z | Compiling textwrap v0.16.1 |
1928 | 2024-06-12T20:13:25.545Z | Compiling csv v1.3.0 |
1929 | 2024-06-12T20:13:25.810Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1930 | 2024-06-12T20:13:29.794Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
1931 | 2024-06-12T20:13:32.086Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1932 | 2024-06-12T20:13:32.753Z | Compiling rcgen v0.12.1 |
1933 | 2024-06-12T20:13:33.389Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1934 | 2024-06-12T20:13:33.911Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
1935 | 2024-06-12T20:13:34.176Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1936 | 2024-06-12T20:13:41.222Z | Compiling atomicwrites v0.4.3 |
1937 | 2024-06-12T20:13:41.765Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
1938 | 2024-06-12T20:13:43.099Z | Compiling fatfs v0.3.6 |
1939 | 2024-06-12T20:13:45.659Z | Compiling rtoolbox v0.0.2 |
1940 | 2024-06-12T20:13:46.016Z | Compiling subprocess v0.2.9 |
1941 | 2024-06-12T20:13:46.081Z | Compiling assert_matches v1.5.0 |
1942 | 2024-06-12T20:13:46.101Z | Compiling is_ci v1.2.0 |
1943 | 2024-06-12T20:13:46.401Z | Compiling supports-color v3.0.0 |
1944 | 2024-06-12T20:13:47.061Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1945 | 2024-06-12T20:13:49.874Z | Compiling rpassword v7.3.1 |
1946 | 2024-06-12T20:13:50.350Z | Compiling tui-tree-widget v0.19.0 |
1947 | 2024-06-12T20:13:50.782Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
1948 | 2024-06-12T20:13:51.103Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
1949 | 2024-06-12T20:13:51.882Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
1950 | 2024-06-12T20:13:52.169Z | Compiling shell-words v1.1.0 |
1951 | 2024-06-12T20:13:52.599Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
1952 | 2024-06-12T20:13:54.206Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
1953 | 2024-06-12T20:14:19.499Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
1954 | 2024-06-12T20:14:29.797Z | Compiling multimap v0.10.0 |
1955 | 2024-06-12T20:14:30.228Z | Compiling uzers v0.11.3 |
1956 | 2024-06-12T20:14:33.074Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
1957 | 2024-06-12T20:16:41.965Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
1958 | 2024-06-12T20:16:52.953Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1959 | 2024-06-12T20:23:11.186Z | Finished `release` profile [optimized] target(s) in 14m 23s |
1960 | 2024-06-12T20:24:09.248Z | |
1961 | 2024-06-12T20:24:09.252Z | real 15:22.781953337 |
1962 | 2024-06-12T20:24:09.252Z | user 1:45:09.421438127 |
1963 | 2024-06-12T20:24:09.252Z | sys 5:36.976860991 |
1964 | 2024-06-12T20:24:09.252Z | trap 2.426301442 |
1965 | 2024-06-12T20:24:09.252Z | tflt 2.186697625 |
1966 | 2024-06-12T20:24:09.252Z | dflt 3.589578637 |
1967 | 2024-06-12T20:24:09.252Z | kflt 0.023037701 |
1968 | 2024-06-12T20:24:09.252Z | lock 6:32:32.255507293 |
1969 | 2024-06-12T20:24:09.252Z | slp 4:10:25.377686398 |
1970 | 2024-06-12T20:24:09.252Z | lat 2:31.382067546 |
1971 | 2024-06-12T20:24:09.252Z | stop 1:55.515201728 |
1972 | 2024-06-12T20:24:09.252Z | + mapfile -t packages |
1973 | 2024-06-12T20:24:09.252Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
1974 | 2024-06-12T20:24:10.152Z | Finished `release` profile [optimized] target(s) in 0.85s |
1975 | 2024-06-12T20:24:10.192Z | Running `target/release/omicron-package -t test list-outputs` |
1976 | 2024-06-12T20:24:10.228Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1977 | 2024-06-12T20:24:10.231Z | + ptime -m cargo build --locked --release -p xtask |
1978 | 2024-06-12T20:24:10.813Z | Compiling serde v1.0.203 |
1979 | 2024-06-12T20:24:10.813Z | Compiling bitflags v2.5.0 |
1980 | 2024-06-12T20:24:10.816Z | Compiling syn v2.0.64 |
1981 | 2024-06-12T20:24:10.816Z | Compiling smallvec v1.13.2 |
1982 | 2024-06-12T20:24:10.891Z | Compiling bytes v1.6.0 |
1983 | 2024-06-12T20:24:10.894Z | Compiling scopeguard v1.2.0 |
1984 | 2024-06-12T20:24:10.905Z | Compiling hashbrown v0.14.5 |
1985 | 2024-06-12T20:24:10.930Z | Compiling mio v0.8.11 |
1986 | 2024-06-12T20:24:11.047Z | Compiling lock_api v0.4.12 |
1987 | 2024-06-12T20:24:11.376Z | Compiling parking_lot_core v0.9.10 |
1988 | 2024-06-12T20:24:11.404Z | Compiling generic-array v0.14.7 |
1989 | 2024-06-12T20:24:11.434Z | Compiling slog v2.7.0 |
1990 | 2024-06-12T20:24:11.515Z | Compiling rustix v0.38.34 |
1991 | 2024-06-12T20:24:11.767Z | Compiling parking_lot v0.12.2 |
1992 | 2024-06-12T20:24:12.007Z | Compiling http v0.2.12 |
1993 | 2024-06-12T20:24:12.241Z | Compiling serde_json v1.0.117 |
1994 | 2024-06-12T20:24:12.536Z | Compiling indexmap v2.2.6 |
1995 | 2024-06-12T20:24:12.561Z | Compiling time-macros v0.2.18 |
1996 | 2024-06-12T20:24:12.744Z | Compiling tracing v0.1.40 |
1997 | 2024-06-12T20:24:13.969Z | Compiling crossbeam-utils v0.8.19 |
1998 | 2024-06-12T20:24:14.198Z | Compiling log v0.4.21 |
1999 | 2024-06-12T20:24:14.459Z | Compiling http-body v0.4.6 |
2000 | 2024-06-12T20:24:14.550Z | Compiling unicode-normalization v0.1.23 |
2001 | 2024-06-12T20:24:14.631Z | Compiling unicode-bidi v0.3.15 |
2002 | 2024-06-12T20:24:14.998Z | Compiling block-buffer v0.10.4 |
2003 | 2024-06-12T20:24:15.263Z | Compiling crypto-common v0.1.6 |
2004 | 2024-06-12T20:24:15.478Z | Compiling idna v0.5.0 |
2005 | 2024-06-12T20:24:15.756Z | Compiling time v0.3.36 |
2006 | 2024-06-12T20:24:15.798Z | Compiling terminal_size v0.3.0 |
2007 | 2024-06-12T20:24:16.019Z | Compiling fs-err v2.11.0 |
2008 | 2024-06-12T20:24:16.215Z | Compiling anyhow v1.0.86 |
2009 | 2024-06-12T20:24:16.452Z | Compiling url v2.5.0 |
2010 | 2024-06-12T20:24:16.564Z | Compiling clap_builder v4.5.2 |
2011 | 2024-06-12T20:24:16.705Z | Compiling crossbeam-channel v0.5.12 |
2012 | 2024-06-12T20:24:16.971Z | Compiling digest v0.10.7 |
2013 | 2024-06-12T20:24:17.415Z | Compiling xattr v1.3.1 |
2014 | 2024-06-12T20:24:17.654Z | Compiling sha2 v0.10.8 |
2015 | 2024-06-12T20:24:17.742Z | Compiling slog-async v2.8.0 |
2016 | 2024-06-12T20:24:18.471Z | Compiling slog-term v2.9.1 |
2017 | 2024-06-12T20:24:18.782Z | Compiling tar v0.4.40 |
2018 | 2024-06-12T20:24:21.294Z | Compiling md5 v0.7.0 |
2019 | 2024-06-12T20:24:22.984Z | Compiling serde_derive v1.0.203 |
2020 | 2024-06-12T20:24:22.984Z | Compiling tokio-macros v2.2.0 |
2021 | 2024-06-12T20:24:22.987Z | Compiling futures-macro v0.3.30 |
2022 | 2024-06-12T20:24:22.987Z | Compiling openssl-macros v0.1.1 |
2023 | 2024-06-12T20:24:23.017Z | Compiling thiserror-impl v1.0.60 |
2024 | 2024-06-12T20:24:23.028Z | Compiling clap_derive v4.5.4 |
2025 | 2024-06-12T20:24:23.737Z | Compiling openssl v0.10.64 |
2026 | 2024-06-12T20:24:24.618Z | Compiling tokio v1.37.0 |
2027 | 2024-06-12T20:24:24.938Z | Compiling futures-util v0.3.30 |
2028 | 2024-06-12T20:24:25.909Z | Compiling thiserror v1.0.60 |
2029 | 2024-06-12T20:24:26.056Z | Compiling strum_macros v0.26.2 |
2030 | 2024-06-12T20:24:27.702Z | Compiling clap v4.5.4 |
2031 | 2024-06-12T20:24:31.046Z | Compiling native-tls v0.2.11 |
2032 | 2024-06-12T20:24:31.163Z | Compiling strum v0.26.2 |
2033 | 2024-06-12T20:24:31.345Z | Compiling futures-executor v0.3.30 |
2034 | 2024-06-12T20:24:31.764Z | Compiling futures v0.3.30 |
2035 | 2024-06-12T20:24:33.276Z | Compiling tokio-util v0.7.11 |
2036 | 2024-06-12T20:24:33.338Z | Compiling tokio-native-tls v0.3.1 |
2037 | 2024-06-12T20:24:34.134Z | Compiling h2 v0.3.26 |
2038 | 2024-06-12T20:24:37.262Z | Compiling toml_datetime v0.6.6 |
2039 | 2024-06-12T20:24:37.321Z | Compiling serde_spanned v0.6.6 |
2040 | 2024-06-12T20:24:37.430Z | Compiling semver v1.0.23 |
2041 | 2024-06-12T20:24:37.461Z | Compiling cargo-platform v0.1.8 |
2042 | 2024-06-12T20:24:37.587Z | Compiling toml_edit v0.22.13 |
2043 | 2024-06-12T20:24:37.677Z | Compiling camino v1.1.7 |
2044 | 2024-06-12T20:24:37.928Z | Compiling serde_urlencoded v0.7.1 |
2045 | 2024-06-12T20:24:37.968Z | Compiling macaddr v1.0.1 |
2046 | 2024-06-12T20:24:38.840Z | Compiling hyper v0.14.28 |
2047 | 2024-06-12T20:24:39.159Z | Compiling slog-json v2.6.1 |
2048 | 2024-06-12T20:24:39.305Z | Compiling cargo_metadata v0.18.1 |
2049 | 2024-06-12T20:24:39.428Z | Compiling slog-bunyan v2.5.0 |
2050 | 2024-06-12T20:24:40.994Z | Compiling toml v0.8.13 |
2051 | 2024-06-12T20:24:42.382Z | Compiling cargo_toml v0.20.2 |
2052 | 2024-06-12T20:24:43.477Z | Compiling hyper-tls v0.5.0 |
2053 | 2024-06-12T20:24:43.905Z | Compiling reqwest v0.11.27 |
2054 | 2024-06-12T20:24:57.803Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2055 | 2024-06-12T20:25:11.464Z | Finished `release` profile [optimized] target(s) in 1m 01s |
2056 | 2024-06-12T20:25:11.556Z | |
2057 | 2024-06-12T20:25:11.556Z | real 1:01.290861238 |
2058 | 2024-06-12T20:25:11.557Z | user 6:19.992620997 |
2059 | 2024-06-12T20:25:11.557Z | sys 37.473570031 |
2060 | 2024-06-12T20:25:11.557Z | trap 0.171559443 |
2061 | 2024-06-12T20:25:11.560Z | tflt 0.301598847 |
2062 | 2024-06-12T20:25:11.560Z | dflt 0.463093103 |
2063 | 2024-06-12T20:25:11.561Z | kflt 0.000003029 |
2064 | 2024-06-12T20:25:11.561Z | lock 10:32.452184187 |
2065 | 2024-06-12T20:25:11.561Z | slp 11:12.435517152 |
2066 | 2024-06-12T20:25:11.561Z | lat 15.018216410 |
2067 | 2024-06-12T20:25:11.561Z | stop 15.668240460 |
2068 | 2024-06-12T20:25:11.561Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2069 | 2024-06-12T20:25:11.561Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2070 | 2024-06-12T20:25:11.561Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2071 | 2024-06-12T20:25:11.561Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2072 | 2024-06-12T20:25:11.561Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2073 | 2024-06-12T20:25:12.102Z | Downloading crates ... |
2074 | 2024-06-12T20:25:12.345Z | Downloaded ctr v0.9.2 |
2075 | 2024-06-12T20:25:12.358Z | Downloaded russh-cryptovec v0.7.2 |
2076 | 2024-06-12T20:25:12.361Z | Downloaded option-ext v0.2.0 |
2077 | 2024-06-12T20:25:12.371Z | Downloaded dhcproto-macros v0.1.0 |
2078 | 2024-06-12T20:25:12.374Z | Downloaded dirs-sys v0.4.1 |
2079 | 2024-06-12T20:25:12.377Z | Downloaded internet-checksum v0.2.1 |
2080 | 2024-06-12T20:25:12.377Z | Downloaded ed25519 v2.2.3 |
2081 | 2024-06-12T20:25:12.377Z | Downloaded bcrypt-pbkdf v0.10.0 |
2082 | 2024-06-12T20:25:12.380Z | Downloaded rand_core v0.5.1 |
2083 | 2024-06-12T20:25:12.384Z | Downloaded pbkdf2 v0.12.2 |
2084 | 2024-06-12T20:25:12.384Z | Downloaded hex-literal v0.4.1 |
2085 | 2024-06-12T20:25:12.391Z | Downloaded dirs v5.0.1 |
2086 | 2024-06-12T20:25:12.391Z | Downloaded cbc v0.1.2 |
2087 | 2024-06-12T20:25:12.391Z | Downloaded blowfish v0.9.1 |
2088 | 2024-06-12T20:25:12.391Z | Downloaded primeorder v0.13.6 |
2089 | 2024-06-12T20:25:12.394Z | Downloaded rfc6979 v0.4.0 |
2090 | 2024-06-12T20:25:12.395Z | Downloaded rand_chacha v0.2.2 |
2091 | 2024-06-12T20:25:12.395Z | Downloaded pbkdf2 v0.11.0 |
2092 | 2024-06-12T20:25:12.395Z | Downloaded polyval v0.6.2 |
2093 | 2024-06-12T20:25:12.399Z | Downloaded ghash v0.5.1 |
2094 | 2024-06-12T20:25:12.399Z | Downloaded ecdsa v0.16.9 |
2095 | 2024-06-12T20:25:12.402Z | Downloaded getrandom v0.1.16 |
2096 | 2024-06-12T20:25:12.402Z | Downloaded password-hash v0.4.2 |
2097 | 2024-06-12T20:25:12.408Z | Downloaded russh-keys v0.43.0 |
2098 | 2024-06-12T20:25:12.411Z | Downloaded dhcproto v0.11.0 |
2099 | 2024-06-12T20:25:12.414Z | Downloaded p256 v0.13.2 |
2100 | 2024-06-12T20:25:12.417Z | Downloaded aes v0.8.4 |
2101 | 2024-06-12T20:25:12.425Z | Downloaded ed25519-dalek v2.1.1 |
2102 | 2024-06-12T20:25:12.430Z | Downloaded russh v0.43.0 |
2103 | 2024-06-12T20:25:12.436Z | Downloaded rand v0.7.3 |
2104 | 2024-06-12T20:25:12.440Z | Downloaded p521 v0.13.3 |
2105 | 2024-06-12T20:25:12.444Z | Downloaded aes-gcm v0.10.3 |
2106 | 2024-06-12T20:25:12.577Z | Compiling serde v1.0.203 |
2107 | 2024-06-12T20:25:12.580Z | Compiling byteorder v1.5.0 |
2108 | 2024-06-12T20:25:12.580Z | Compiling log v0.4.21 |
2109 | 2024-06-12T20:25:12.693Z | Compiling scopeguard v1.2.0 |
2110 | 2024-06-12T20:25:12.698Z | Compiling smallvec v1.13.2 |
2111 | 2024-06-12T20:25:12.698Z | Compiling syn v2.0.64 |
2112 | 2024-06-12T20:25:12.698Z | Compiling getrandom v0.2.14 |
2113 | 2024-06-12T20:25:12.705Z | Compiling generic-array v0.14.7 |
2114 | 2024-06-12T20:25:12.867Z | Compiling lock_api v0.4.12 |
2115 | 2024-06-12T20:25:13.035Z | Compiling rand_core v0.6.4 |
2116 | 2024-06-12T20:25:13.083Z | Compiling libm v0.2.8 |
2117 | 2024-06-12T20:25:13.150Z | Compiling parking_lot_core v0.9.10 |
2118 | 2024-06-12T20:25:13.593Z | Compiling num-traits v0.2.19 |
2119 | 2024-06-12T20:25:13.596Z | Compiling subtle v2.5.0 |
2120 | 2024-06-12T20:25:13.597Z | Compiling mio v0.8.11 |
2121 | 2024-06-12T20:25:13.597Z | Compiling ahash v0.8.11 |
2122 | 2024-06-12T20:25:13.597Z | Compiling parking_lot v0.12.2 |
2123 | 2024-06-12T20:25:13.615Z | Compiling serde_json v1.0.117 |
2124 | 2024-06-12T20:25:13.684Z | Compiling allocator-api2 v0.2.18 |
2125 | 2024-06-12T20:25:13.766Z | Compiling const-oid v0.9.6 |
2126 | 2024-06-12T20:25:13.812Z | Compiling iana-time-zone v0.1.60 |
2127 | 2024-06-12T20:25:13.957Z | Compiling syn v1.0.109 |
2128 | 2024-06-12T20:25:14.279Z | Compiling unicode-normalization v0.1.23 |
2129 | 2024-06-12T20:25:14.958Z | Compiling schemars v0.8.20 |
2130 | 2024-06-12T20:25:14.958Z | Compiling unicode-bidi v0.3.15 |
2131 | 2024-06-12T20:25:14.958Z | Compiling dyn-clone v1.0.17 |
2132 | 2024-06-12T20:25:14.958Z | Compiling spin v0.9.8 |
2133 | 2024-06-12T20:25:15.071Z | Compiling ppv-lite86 v0.2.17 |
2134 | 2024-06-12T20:25:15.341Z | Compiling time-macros v0.2.18 |
2135 | 2024-06-12T20:25:15.366Z | Compiling ring v0.17.8 |
2136 | 2024-06-12T20:25:15.753Z | Compiling aho-corasick v1.1.3 |
2137 | 2024-06-12T20:25:15.892Z | Compiling rand_chacha v0.3.1 |
2138 | 2024-06-12T20:25:16.221Z | Compiling regex-syntax v0.8.3 |
2139 | 2024-06-12T20:25:16.768Z | Compiling rand v0.8.5 |
2140 | 2024-06-12T20:25:20.134Z | Compiling idna v0.5.0 |
2141 | 2024-06-12T20:25:20.219Z | Compiling slog v2.7.0 |
2142 | 2024-06-12T20:25:20.219Z | Compiling time v0.3.36 |
2143 | 2024-06-12T20:25:20.219Z | Compiling url v2.5.0 |
2144 | 2024-06-12T20:25:20.219Z | Compiling spin v0.5.2 |
2145 | 2024-06-12T20:25:20.219Z | Compiling regex-automata v0.4.6 |
2146 | 2024-06-12T20:25:20.219Z | Compiling untrusted v0.9.0 |
2147 | 2024-06-12T20:25:21.506Z | Compiling serde_derive_internals v0.29.1 |
2148 | 2024-06-12T20:25:22.360Z | Compiling lazy_static v1.4.0 |
2149 | 2024-06-12T20:25:22.455Z | Compiling backtrace v0.3.71 |
2150 | 2024-06-12T20:25:23.259Z | Compiling gimli v0.28.1 |
2151 | 2024-06-12T20:25:23.463Z | Compiling unicode-width v0.1.12 |
2152 | 2024-06-12T20:25:23.539Z | Compiling object v0.32.2 |
2153 | 2024-06-12T20:25:24.313Z | Compiling anyhow v1.0.86 |
2154 | 2024-06-12T20:25:24.459Z | Compiling rustc-demangle v0.1.24 |
2155 | 2024-06-12T20:25:24.528Z | Compiling crossbeam-utils v0.8.19 |
2156 | 2024-06-12T20:25:25.094Z | Compiling base64ct v1.6.0 |
2157 | 2024-06-12T20:25:25.176Z | Compiling rustls v0.21.12 |
2158 | 2024-06-12T20:25:25.425Z | Compiling regex v1.10.4 |
2159 | 2024-06-12T20:25:25.458Z | Compiling winnow v0.5.40 |
2160 | 2024-06-12T20:25:25.769Z | Compiling rustls-webpki v0.101.7 |
2161 | 2024-06-12T20:25:26.546Z | Compiling sct v0.7.1 |
2162 | 2024-06-12T20:25:26.860Z | Compiling cookie v0.17.0 |
2163 | 2024-06-12T20:25:27.141Z | Compiling ucd-trie v0.1.6 |
2164 | 2024-06-12T20:25:27.759Z | Compiling addr2line v0.21.0 |
2165 | 2024-06-12T20:25:28.224Z | Compiling serde_derive v1.0.203 |
2166 | 2024-06-12T20:25:28.423Z | Compiling zeroize_derive v1.4.2 |
2167 | 2024-06-12T20:25:29.489Z | Compiling thiserror-impl v1.0.60 |
2168 | 2024-06-12T20:25:29.709Z | Compiling zerocopy-derive v0.7.34 |
2169 | 2024-06-12T20:25:30.375Z | Compiling tokio-macros v2.2.0 |
2170 | 2024-06-12T20:25:30.855Z | Compiling zeroize v1.7.0 |
2171 | 2024-06-12T20:25:31.978Z | Compiling futures-macro v0.3.30 |
2172 | 2024-06-12T20:25:32.407Z | Compiling schemars_derive v0.8.20 |
2173 | 2024-06-12T20:25:32.408Z | Compiling crypto-common v0.1.6 |
2174 | 2024-06-12T20:25:32.408Z | Compiling zerocopy v0.7.34 |
2175 | 2024-06-12T20:25:32.797Z | Compiling block-buffer v0.10.4 |
2176 | 2024-06-12T20:25:32.896Z | Compiling digest v0.10.7 |
2177 | 2024-06-12T20:25:32.989Z | Compiling thiserror v1.0.60 |
2178 | 2024-06-12T20:25:33.066Z | Compiling tracing-attributes v0.1.27 |
2179 | 2024-06-12T20:25:33.115Z | Compiling async-trait v0.1.80 |
2180 | 2024-06-12T20:25:33.431Z | Compiling futures-util v0.3.30 |
2181 | 2024-06-12T20:25:34.511Z | Compiling hashbrown v0.14.5 |
2182 | 2024-06-12T20:25:35.419Z | Compiling openssl-macros v0.1.1 |
2183 | 2024-06-12T20:25:36.090Z | Compiling pest v2.7.10 |
2184 | 2024-06-12T20:25:36.162Z | Compiling idna v0.3.0 |
2185 | 2024-06-12T20:25:36.980Z | Compiling data-encoding v2.6.0 |
2186 | 2024-06-12T20:25:37.272Z | Compiling tracing v0.1.40 |
2187 | 2024-06-12T20:25:37.545Z | Compiling psl-types v2.0.11 |
2188 | 2024-06-12T20:25:37.711Z | Compiling hmac v0.12.1 |
2189 | 2024-06-12T20:25:37.789Z | Compiling publicsuffix v2.2.3 |
2190 | 2024-06-12T20:25:37.789Z | Compiling scroll_derive v0.12.0 |
2191 | 2024-06-12T20:25:37.836Z | Compiling plain v0.2.3 |
2192 | 2024-06-12T20:25:37.895Z | Compiling webpki-roots v0.25.4 |
2193 | 2024-06-12T20:25:38.043Z | Compiling bitflags v1.3.2 |
2194 | 2024-06-12T20:25:38.592Z | Compiling block-padding v0.3.3 |
2195 | 2024-06-12T20:25:38.592Z | Compiling der_derive v0.7.2 |
2196 | 2024-06-12T20:25:38.593Z | Compiling pem-rfc7468 v0.7.0 |
2197 | 2024-06-12T20:25:39.775Z | Compiling pest_meta v2.7.10 |
2198 | 2024-06-12T20:25:50.902Z | Compiling usdt-impl v0.5.0 |
2199 | 2024-06-12T20:25:50.902Z | Compiling flagset v0.4.5 |
2200 | 2024-06-12T20:25:50.902Z | Compiling futures-executor v0.3.30 |
2201 | 2024-06-12T20:25:50.902Z | Compiling scroll v0.12.0 |
2202 | 2024-06-12T20:25:50.902Z | Compiling pretty-hex v0.4.1 |
2203 | 2024-06-12T20:25:51.330Z | Compiling futures v0.3.30 |
2204 | 2024-06-12T20:25:51.330Z | Compiling inout v0.1.3 |
2205 | 2024-06-12T20:25:51.330Z | Compiling thread-id v4.2.1 |
2206 | 2024-06-12T20:25:51.493Z | Compiling sha2 v0.10.8 |
2207 | 2024-06-12T20:25:51.493Z | Compiling either v1.12.0 |
2208 | 2024-06-12T20:25:51.493Z | Compiling goblin v0.8.2 |
2209 | 2024-06-12T20:25:51.493Z | Compiling cipher v0.4.4 |
2210 | 2024-06-12T20:25:51.493Z | Compiling ff v0.13.0 |
2211 | 2024-06-12T20:25:51.493Z | Compiling pest_generator v2.7.10 |
2212 | 2024-06-12T20:25:51.493Z | Compiling base16ct v0.2.0 |
2213 | 2024-06-12T20:25:51.493Z | Compiling stable_deref_trait v1.2.0 |
2214 | 2024-06-12T20:25:51.493Z | Compiling group v0.13.0 |
2215 | 2024-06-12T20:25:51.493Z | Compiling hkdf v0.12.4 |
2216 | 2024-06-12T20:25:51.493Z | Compiling der v0.7.9 |
2217 | 2024-06-12T20:25:51.493Z | Compiling crypto-bigint v0.5.5 |
2218 | 2024-06-12T20:25:51.493Z | Compiling crossbeam-epoch v0.9.18 |
2219 | 2024-06-12T20:25:51.494Z | Compiling num-integer v0.1.46 |
2220 | 2024-06-12T20:25:51.494Z | Compiling memmap v0.7.0 |
2221 | 2024-06-12T20:25:51.494Z | Compiling unicode-segmentation v1.11.0 |
2222 | 2024-06-12T20:25:51.494Z | Compiling managed v0.8.0 |
2223 | 2024-06-12T20:25:51.494Z | Compiling spki v0.7.3 |
2224 | 2024-06-12T20:25:51.494Z | Compiling bytes v1.6.0 |
2225 | 2024-06-12T20:25:51.494Z | Compiling indexmap v2.2.6 |
2226 | 2024-06-12T20:25:51.494Z | Compiling chrono v0.4.38 |
2227 | 2024-06-12T20:25:51.494Z | Compiling tokio v1.37.0 |
2228 | 2024-06-12T20:25:51.494Z | Compiling uuid v1.8.0 |
2229 | 2024-06-12T20:25:51.494Z | Compiling bitflags v2.5.0 |
2230 | 2024-06-12T20:25:51.494Z | Compiling semver v1.0.23 |
2231 | 2024-06-12T20:25:51.494Z | Compiling http v0.2.12 |
2232 | 2024-06-12T20:25:51.494Z | Compiling serde_tokenstream v0.2.0 |
2233 | 2024-06-12T20:25:51.494Z | Compiling serde_spanned v0.6.6 |
2234 | 2024-06-12T20:25:51.494Z | Compiling toml_datetime v0.6.6 |
2235 | 2024-06-12T20:25:51.494Z | Compiling http-body v0.4.6 |
2236 | 2024-06-12T20:25:51.494Z | Compiling toml_edit v0.19.15 |
2237 | 2024-06-12T20:25:51.494Z | Compiling openssl v0.10.64 |
2238 | 2024-06-12T20:25:51.494Z | Compiling rustix v0.38.34 |
2239 | 2024-06-12T20:25:51.494Z | Compiling serde_urlencoded v0.7.1 |
2240 | 2024-06-12T20:25:51.494Z | Compiling cookie_store v0.20.0 |
2241 | 2024-06-12T20:25:51.494Z | Compiling openapiv3 v2.0.0 |
2242 | 2024-06-12T20:25:51.494Z | Compiling rustc_version v0.4.0 |
2243 | 2024-06-12T20:25:51.494Z | Compiling pest_derive v2.7.10 |
2244 | 2024-06-12T20:25:51.495Z | Compiling dof v0.3.0 |
2245 | 2024-06-12T20:25:51.495Z | Compiling pkcs8 v0.10.2 |
2246 | 2024-06-12T20:25:51.495Z | Compiling sec1 v0.7.3 |
2247 | 2024-06-12T20:25:51.495Z | Compiling toml v0.7.8 |
2248 | 2024-06-12T20:25:51.495Z | Compiling dtrace-parser v0.2.0 |
2249 | 2024-06-12T20:25:51.586Z | Compiling elliptic-curve v0.13.8 |
2250 | 2024-06-12T20:25:52.746Z | Compiling tokio-util v0.7.11 |
2251 | 2024-06-12T20:25:52.793Z | Compiling tokio-rustls v0.24.1 |
2252 | 2024-06-12T20:25:52.854Z | Compiling ipnetwork v0.20.0 |
2253 | 2024-06-12T20:25:53.203Z | Compiling toml_edit v0.22.13 |
2254 | 2024-06-12T20:25:53.424Z | Compiling native-tls v0.2.11 |
2255 | 2024-06-12T20:25:53.844Z | Compiling h2 v0.3.26 |
2256 | 2024-06-12T20:25:54.084Z | Compiling tokio-native-tls v0.3.1 |
2257 | 2024-06-12T20:25:54.178Z | Compiling usdt-attr-macro v0.5.0 |
2258 | 2024-06-12T20:25:54.694Z | Compiling usdt-macro v0.5.0 |
2259 | 2024-06-12T20:25:54.710Z | Compiling hex v0.4.3 |
2260 | 2024-06-12T20:25:55.326Z | Compiling matches v0.1.10 |
2261 | 2024-06-12T20:25:55.326Z | Compiling idna v0.2.3 |
2262 | 2024-06-12T20:25:55.422Z | Compiling enum-as-inner v0.5.1 |
2263 | 2024-06-12T20:25:55.904Z | Compiling bit-vec v0.6.3 |
2264 | 2024-06-12T20:25:55.970Z | Compiling usdt v0.5.0 |
2265 | 2024-06-12T20:25:56.230Z | Compiling siphasher v0.3.11 |
2266 | 2024-06-12T20:25:56.376Z | Compiling heapless v0.7.17 |
2267 | 2024-06-12T20:25:56.438Z | Compiling terminal_size v0.3.0 |
2268 | 2024-06-12T20:25:56.457Z | Compiling trust-dns-proto v0.22.0 |
2269 | 2024-06-12T20:25:56.643Z | Compiling num-bigint v0.4.5 |
2270 | 2024-06-12T20:25:56.643Z | Compiling regress v0.9.1 |
2271 | 2024-06-12T20:25:56.795Z | Compiling signal-hook v0.3.17 |
2272 | 2024-06-12T20:25:56.823Z | Compiling finl_unicode v1.2.0 |
2273 | 2024-06-12T20:25:57.074Z | Compiling clap_builder v4.5.2 |
2274 | 2024-06-12T20:25:57.444Z | Compiling stringprep v0.1.4 |
2275 | 2024-06-12T20:25:58.892Z | Compiling itertools v0.10.5 |
2276 | 2024-06-12T20:26:00.493Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2277 | 2024-06-12T20:26:01.807Z | Compiling hyper v0.14.28 |
2278 | 2024-06-12T20:26:01.917Z | Compiling yasna v0.5.2 |
2279 | 2024-06-12T20:26:02.218Z | Compiling md-5 v0.10.6 |
2280 | 2024-06-12T20:26:02.499Z | Compiling clap_derive v4.5.4 |
2281 | 2024-06-12T20:26:03.993Z | Compiling hash32 v0.2.1 |
2282 | 2024-06-12T20:26:04.420Z | Compiling smoltcp v0.9.1 |
2283 | 2024-06-12T20:26:04.707Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2284 | 2024-06-12T20:26:05.143Z | Compiling fallible-iterator v0.2.0 |
2285 | 2024-06-12T20:26:05.898Z | Compiling postgres-protocol v0.6.6 |
2286 | 2024-06-12T20:26:06.600Z | Compiling phf_shared v0.11.2 |
2287 | 2024-06-12T20:26:06.641Z | Compiling tokio-stream v0.1.15 |
2288 | 2024-06-12T20:26:07.011Z | Compiling hubpack_derive v0.1.1 |
2289 | 2024-06-12T20:26:07.210Z | Compiling zerocopy-derive v0.6.6 |
2290 | 2024-06-12T20:26:07.464Z | Compiling diesel_table_macro_syntax v0.1.0 |
2291 | 2024-06-12T20:26:07.637Z | Compiling scheduled-thread-pool v0.2.7 |
2292 | 2024-06-12T20:26:07.670Z | Compiling fs-err v2.11.0 |
2293 | 2024-06-12T20:26:07.744Z | Compiling fixedbitset v0.4.2 |
2294 | 2024-06-12T20:26:07.807Z | Compiling clap v4.5.4 |
2295 | 2024-06-12T20:26:07.897Z | Compiling hubpack v0.1.2 |
2296 | 2024-06-12T20:26:07.942Z | Compiling r2d2 v0.8.10 |
2297 | 2024-06-12T20:26:08.074Z | Compiling petgraph v0.6.5 |
2298 | 2024-06-12T20:26:08.237Z | Compiling diesel_derives v2.1.4 |
2299 | 2024-06-12T20:26:08.292Z | Compiling phf v0.11.2 |
2300 | 2024-06-12T20:26:08.338Z | Compiling postgres-types v0.2.6 |
2301 | 2024-06-12T20:26:08.593Z | Compiling signal-hook-mio v0.2.3 |
2302 | 2024-06-12T20:26:09.098Z | Compiling hyper-tls v0.5.0 |
2303 | 2024-06-12T20:26:09.449Z | Compiling hyper-rustls v0.24.2 |
2304 | 2024-06-12T20:26:09.465Z | Compiling zerocopy v0.6.6 |
2305 | 2024-06-12T20:26:09.798Z | Compiling reqwest v0.11.27 |
2306 | 2024-06-12T20:26:09.984Z | Compiling phf_shared v0.10.0 |
2307 | 2024-06-12T20:26:10.348Z | Compiling similar v2.5.0 |
2308 | 2024-06-12T20:26:10.437Z | Compiling num-iter v0.1.45 |
2309 | 2024-06-12T20:26:10.646Z | Compiling strum_macros v0.25.3 |
2310 | 2024-06-12T20:26:10.652Z | Compiling serde_repr v0.1.19 |
2311 | 2024-06-12T20:26:11.879Z | Compiling getopts v0.2.21 |
2312 | 2024-06-12T20:26:12.160Z | Compiling console v0.15.8 |
2313 | 2024-06-12T20:26:12.257Z | Compiling float-cmp v0.9.0 |
2314 | 2024-06-12T20:26:12.491Z | Compiling new_debug_unreachable v1.0.6 |
2315 | 2024-06-12T20:26:12.590Z | Compiling precomputed-hash v0.1.1 |
2316 | 2024-06-12T20:26:12.742Z | Compiling whoami v1.5.1 |
2317 | 2024-06-12T20:26:12.937Z | Compiling difflib v0.4.0 |
2318 | 2024-06-12T20:26:12.962Z | Compiling static_assertions v1.1.0 |
2319 | 2024-06-12T20:26:13.076Z | Compiling minimal-lexical v0.2.1 |
2320 | 2024-06-12T20:26:13.505Z | Compiling unsafe-libyaml v0.2.11 |
2321 | 2024-06-12T20:26:13.672Z | Compiling predicates-core v1.0.6 |
2322 | 2024-06-12T20:26:13.797Z | Compiling normalize-line-endings v0.3.0 |
2323 | 2024-06-12T20:26:13.929Z | Compiling predicates v3.1.0 |
2324 | 2024-06-12T20:26:14.060Z | Compiling nom v7.1.3 |
2325 | 2024-06-12T20:26:14.638Z | Compiling tokio-postgres v0.7.10 |
2326 | 2024-06-12T20:26:15.042Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2327 | 2024-06-12T20:26:15.470Z | Compiling serde_yaml v0.9.34+deprecated |
2328 | 2024-06-12T20:26:15.790Z | Compiling string_cache v0.8.7 |
2329 | 2024-06-12T20:26:16.301Z | Compiling crossterm v0.27.0 |
2330 | 2024-06-12T20:26:18.742Z | Compiling bit-set v0.5.3 |
2331 | 2024-06-12T20:26:19.038Z | Compiling itertools v0.12.1 |
2332 | 2024-06-12T20:26:19.941Z | Compiling bstr v1.9.1 |
2333 | 2024-06-12T20:26:20.068Z | Compiling lalrpop-util v0.19.12 |
2334 | 2024-06-12T20:26:20.195Z | Compiling unicode-xid v0.2.4 |
2335 | 2024-06-12T20:26:20.385Z | Compiling peg-runtime v0.8.3 |
2336 | 2024-06-12T20:26:20.433Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2337 | 2024-06-12T20:26:20.951Z | Compiling sha1 v0.10.6 |
2338 | 2024-06-12T20:26:21.131Z | Compiling camino v1.1.7 |
2339 | 2024-06-12T20:26:21.414Z | Compiling strum_macros v0.26.2 |
2340 | 2024-06-12T20:26:21.442Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2341 | 2024-06-12T20:26:21.667Z | Compiling base64 v0.22.1 |
2342 | 2024-06-12T20:26:21.801Z | Compiling toml v0.8.13 |
2343 | 2024-06-12T20:26:22.101Z | Compiling http v1.1.0 |
2344 | 2024-06-12T20:26:22.353Z | Compiling rustls-pki-types v1.7.0 |
2345 | 2024-06-12T20:26:22.498Z | Compiling ident_case v1.0.1 |
2346 | 2024-06-12T20:26:22.698Z | Compiling darling_core v0.20.9 |
2347 | 2024-06-12T20:26:23.261Z | Compiling crossbeam-channel v0.5.12 |
2348 | 2024-06-12T20:26:23.658Z | Compiling paste v1.0.15 |
2349 | 2024-06-12T20:26:24.183Z | Compiling rustls v0.22.4 |
2350 | 2024-06-12T20:26:24.417Z | Compiling slog-async v2.8.0 |
2351 | 2024-06-12T20:26:24.555Z | Compiling slog-term v2.9.1 |
2352 | 2024-06-12T20:26:24.793Z | Compiling rustls-webpki v0.102.4 |
2353 | 2024-06-12T20:26:24.798Z | Compiling diesel v2.1.6 |
2354 | 2024-06-12T20:26:25.666Z | Compiling multer v3.1.0 |
2355 | 2024-06-12T20:26:25.871Z | Compiling instant v0.1.12 |
2356 | 2024-06-12T20:26:26.118Z | Compiling slog-json v2.6.1 |
2357 | 2024-06-12T20:26:26.181Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2358 | 2024-06-12T20:26:26.327Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2359 | 2024-06-12T20:26:26.510Z | Compiling async-stream-impl v0.3.5 |
2360 | 2024-06-12T20:26:26.802Z | Compiling strum v0.26.2 |
2361 | 2024-06-12T20:26:26.969Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2362 | 2024-06-12T20:26:26.986Z | Compiling atomic-waker v1.1.2 |
2363 | 2024-06-12T20:26:27.196Z | Compiling debug-ignore v1.0.5 |
2364 | 2024-06-12T20:26:27.261Z | Compiling waitgroup v0.1.2 |
2365 | 2024-06-12T20:26:27.362Z | Compiling slog-bunyan v2.5.0 |
2366 | 2024-06-12T20:26:27.520Z | Compiling rustls-pemfile v2.1.2 |
2367 | 2024-06-12T20:26:27.579Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2368 | 2024-06-12T20:26:27.982Z | Compiling async-stream v0.3.5 |
2369 | 2024-06-12T20:26:28.023Z | Compiling serde_path_to_error v0.1.16 |
2370 | 2024-06-12T20:26:28.515Z | Compiling structmeta-derive v0.3.0 |
2371 | 2024-06-12T20:26:28.559Z | Compiling hostname v0.4.0 |
2372 | 2024-06-12T20:26:29.051Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2373 | 2024-06-12T20:26:29.051Z | Compiling newtype-uuid v1.1.0 |
2374 | 2024-06-12T20:26:29.136Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2375 | 2024-06-12T20:26:29.279Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2376 | 2024-06-12T20:26:29.672Z | Compiling backoff v0.4.0 |
2377 | 2024-06-12T20:26:29.891Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2378 | 2024-06-12T20:26:29.915Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2379 | 2024-06-12T20:26:30.348Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
2380 | 2024-06-12T20:26:30.368Z | Compiling macaddr v1.0.1 |
2381 | 2024-06-12T20:26:30.368Z | Compiling tokio-rustls v0.25.0 |
2382 | 2024-06-12T20:26:30.385Z | Compiling darling_macro v0.20.9 |
2383 | 2024-06-12T20:26:30.514Z | Compiling proc-macro-crate v1.3.1 |
2384 | 2024-06-12T20:26:30.699Z | Compiling fastrand v2.1.0 |
2385 | 2024-06-12T20:26:31.244Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2386 | 2024-06-12T20:26:31.451Z | Compiling darling v0.20.9 |
2387 | 2024-06-12T20:26:31.457Z | Compiling structmeta v0.3.0 |
2388 | 2024-06-12T20:26:31.556Z | Compiling serde_with_macros v3.8.1 |
2389 | 2024-06-12T20:26:31.614Z | Compiling tempfile v3.10.1 |
2390 | 2024-06-12T20:26:31.631Z | Compiling num_enum_derive v0.5.11 |
2391 | 2024-06-12T20:26:31.916Z | Compiling parse-display-derive v0.9.0 |
2392 | 2024-06-12T20:26:33.499Z | Compiling proc-macro-error-attr v1.0.4 |
2393 | 2024-06-12T20:26:33.564Z | Compiling proc-macro-error v1.0.4 |
2394 | 2024-06-12T20:26:33.564Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2395 | 2024-06-12T20:26:34.506Z | Compiling num_enum v0.5.11 |
2396 | 2024-06-12T20:26:34.582Z | Compiling foreign-types-macros v0.2.3 |
2397 | 2024-06-12T20:26:34.657Z | Compiling heapless v0.8.0 |
2398 | 2024-06-12T20:26:34.843Z | Compiling serde_with v3.8.1 |
2399 | 2024-06-12T20:26:35.222Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2400 | 2024-06-12T20:26:35.251Z | Compiling foreign-types-shared v0.3.1 |
2401 | 2024-06-12T20:26:35.375Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2402 | 2024-06-12T20:26:35.907Z | Compiling foreign-types v0.5.0 |
2403 | 2024-06-12T20:26:36.400Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2404 | 2024-06-12T20:26:36.600Z | Compiling hash32 v0.3.1 |
2405 | 2024-06-12T20:26:36.722Z | Compiling cstr-argument v0.1.2 |
2406 | 2024-06-12T20:26:36.839Z | Compiling pretty-hex v0.2.1 |
2407 | 2024-06-12T20:26:36.948Z | Compiling parse-display v0.9.0 |
2408 | 2024-06-12T20:26:36.995Z | Compiling smoltcp v0.11.0 |
2409 | 2024-06-12T20:26:37.035Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2410 | 2024-06-12T20:26:37.432Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2411 | 2024-06-12T20:26:37.658Z | Compiling camino-tempfile v1.1.1 |
2412 | 2024-06-12T20:26:37.774Z | Compiling tabwriter v1.4.0 |
2413 | 2024-06-12T20:26:38.069Z | Compiling colored v2.1.0 |
2414 | 2024-06-12T20:26:38.119Z | Compiling socket2 v0.4.10 |
2415 | 2024-06-12T20:26:38.394Z | Compiling embedded-io v0.4.0 |
2416 | 2024-06-12T20:26:38.625Z | Compiling cobs v0.2.3 |
2417 | 2024-06-12T20:26:38.918Z | Compiling postcard v1.0.8 |
2418 | 2024-06-12T20:26:38.932Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2419 | 2024-06-12T20:26:39.028Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2420 | 2024-06-12T20:26:39.100Z | Compiling crucible-workspace-hack v0.1.0 |
2421 | 2024-06-12T20:26:39.196Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2422 | 2024-06-12T20:26:39.291Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2423 | 2024-06-12T20:26:39.449Z | Compiling smf v0.2.3 |
2424 | 2024-06-12T20:26:39.503Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2425 | 2024-06-12T20:26:39.585Z | Compiling humantime v2.1.0 |
2426 | 2024-06-12T20:26:39.854Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2427 | 2024-06-12T20:26:40.086Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2428 | 2024-06-12T20:26:40.086Z | Compiling num-derive v0.4.2 |
2429 | 2024-06-12T20:26:40.645Z | Compiling sigpipe v0.1.3 |
2430 | 2024-06-12T20:26:40.772Z | Compiling utf-8 v0.7.6 |
2431 | 2024-06-12T20:26:40.936Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2432 | 2024-06-12T20:26:41.131Z | Compiling atty v0.2.14 |
2433 | 2024-06-12T20:26:41.272Z | Compiling rayon-core v1.12.1 |
2434 | 2024-06-12T20:26:41.393Z | Compiling platforms v3.4.0 |
2435 | 2024-06-12T20:26:41.424Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2436 | 2024-06-12T20:26:41.545Z | Compiling same-file v1.0.6 |
2437 | 2024-06-12T20:26:41.824Z | Compiling semver v0.1.20 |
2438 | 2024-06-12T20:26:42.044Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2439 | 2024-06-12T20:26:42.502Z | Compiling rustc_version v0.1.7 |
2440 | 2024-06-12T20:26:42.696Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2441 | 2024-06-12T20:26:43.056Z | Compiling curve25519-dalek v4.1.2 |
2442 | 2024-06-12T20:26:43.153Z | Compiling walkdir v2.5.0 |
2443 | 2024-06-12T20:26:43.746Z | Compiling newline-converter v0.3.0 |
2444 | 2024-06-12T20:26:43.762Z | Compiling crossbeam-deque v0.8.5 |
2445 | 2024-06-12T20:26:43.778Z | Compiling universal-hash v0.5.1 |
2446 | 2024-06-12T20:26:43.902Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2447 | 2024-06-12T20:26:43.921Z | Compiling opaque-debug v0.3.1 |
2448 | 2024-06-12T20:26:43.966Z | Compiling expectorate v1.1.0 |
2449 | 2024-06-12T20:26:44.025Z | Compiling newtype_derive v0.1.6 |
2450 | 2024-06-12T20:26:44.137Z | Compiling tungstenite v0.20.1 |
2451 | 2024-06-12T20:26:44.140Z | Compiling xattr v1.3.1 |
2452 | 2024-06-12T20:26:44.192Z | Compiling signature v2.2.0 |
2453 | 2024-06-12T20:26:44.289Z | Compiling curve25519-dalek-derive v0.1.1 |
2454 | 2024-06-12T20:26:44.429Z | Compiling ring v0.16.20 |
2455 | 2024-06-12T20:26:44.501Z | Compiling blake3 v1.5.1 |
2456 | 2024-06-12T20:26:45.146Z | Compiling unicase v2.7.0 |
2457 | 2024-06-12T20:26:45.437Z | Compiling linked-hash-map v0.5.6 |
2458 | 2024-06-12T20:26:45.545Z | Compiling arc-swap v1.7.1 |
2459 | 2024-06-12T20:26:45.814Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2460 | 2024-06-12T20:26:45.897Z | Compiling quick-error v1.2.3 |
2461 | 2024-06-12T20:26:45.943Z | Compiling convert_case v0.4.0 |
2462 | 2024-06-12T20:26:45.999Z | Compiling termcolor v1.4.1 |
2463 | 2024-06-12T20:26:46.053Z | Compiling getrandom v0.1.16 |
2464 | 2024-06-12T20:26:46.244Z | Compiling resolv-conf v0.7.0 |
2465 | 2024-06-12T20:26:46.287Z | Compiling slog-scope v4.4.0 |
2466 | 2024-06-12T20:26:46.829Z | Compiling env_logger v0.9.3 |
2467 | 2024-06-12T20:26:46.954Z | Compiling lru-cache v0.1.2 |
2468 | 2024-06-12T20:26:46.973Z | Compiling derive_more v0.99.17 |
2469 | 2024-06-12T20:26:47.157Z | Compiling tar v0.4.40 |
2470 | 2024-06-12T20:26:47.759Z | Compiling tokio-tungstenite v0.20.1 |
2471 | 2024-06-12T20:26:48.357Z | Compiling rayon v1.10.0 |
2472 | 2024-06-12T20:26:48.447Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2473 | 2024-06-12T20:26:48.916Z | Compiling blake2 v0.10.6 |
2474 | 2024-06-12T20:26:49.345Z | Compiling bitstruct_derive v0.1.0 |
2475 | 2024-06-12T20:26:49.828Z | Compiling derive-where v1.2.7 |
2476 | 2024-06-12T20:26:50.362Z | Compiling password-hash v0.5.0 |
2477 | 2024-06-12T20:26:50.766Z | Compiling memmap2 v0.9.4 |
2478 | 2024-06-12T20:26:51.241Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2479 | 2024-06-12T20:26:51.402Z | Compiling constant_time_eq v0.3.0 |
2480 | 2024-06-12T20:26:51.445Z | Compiling arrayref v0.3.7 |
2481 | 2024-06-12T20:26:51.559Z | Compiling ascii v1.1.0 |
2482 | 2024-06-12T20:26:51.588Z | Compiling arrayvec v0.7.4 |
2483 | 2024-06-12T20:26:51.999Z | Compiling untrusted v0.7.1 |
2484 | 2024-06-12T20:26:52.201Z | Compiling libefi-sys v0.1.0 |
2485 | 2024-06-12T20:26:52.217Z | Compiling parking_lot_core v0.8.6 |
2486 | 2024-06-12T20:26:52.480Z | Compiling home v0.5.9 |
2487 | 2024-06-12T20:26:52.708Z | Compiling toolchain_find v0.4.0 |
2488 | 2024-06-12T20:26:53.440Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2489 | 2024-06-12T20:26:53.584Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2490 | 2024-06-12T20:26:53.840Z | Compiling argon2 v0.5.3 |
2491 | 2024-06-12T20:26:54.971Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2492 | 2024-06-12T20:26:54.971Z | Compiling bitstruct v0.1.1 |
2493 | 2024-06-12T20:26:55.003Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2494 | 2024-06-12T20:26:56.193Z | Compiling trust-dns-resolver v0.22.0 |
2495 | 2024-06-12T20:26:56.254Z | Compiling slog-stdlog v4.1.1 |
2496 | 2024-06-12T20:26:56.254Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2497 | 2024-06-12T20:26:56.254Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2498 | 2024-06-12T20:26:56.267Z | Compiling erased-serde v0.3.31 |
2499 | 2024-06-12T20:26:56.502Z | Compiling serde_arrays v0.1.0 |
2500 | 2024-06-12T20:26:57.912Z | Compiling num-rational v0.4.2 |
2501 | 2024-06-12T20:26:57.912Z | Compiling rfc6979 v0.4.0 |
2502 | 2024-06-12T20:26:57.912Z | Compiling aead v0.5.2 |
2503 | 2024-06-12T20:26:57.912Z | Compiling num-complex v0.4.6 |
2504 | 2024-06-12T20:26:57.912Z | Compiling nibble_vec v0.1.0 |
2505 | 2024-06-12T20:26:57.912Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2506 | 2024-06-12T20:26:57.913Z | Compiling slog-dtrace v0.3.0 |
2507 | 2024-06-12T20:26:57.913Z | Compiling endian-type v0.1.2 |
2508 | 2024-06-12T20:26:57.913Z | Compiling topological-sort v0.2.2 |
2509 | 2024-06-12T20:26:57.913Z | Compiling cancel-safe-futures v0.1.5 |
2510 | 2024-06-12T20:26:57.913Z | Compiling keccak v0.1.5 |
2511 | 2024-06-12T20:26:57.913Z | Compiling num v0.4.3 |
2512 | 2024-06-12T20:26:57.913Z | Compiling omicron-zone-package v0.11.0 |
2513 | 2024-06-12T20:26:57.913Z | Compiling radix_trie v0.2.1 |
2514 | 2024-06-12T20:26:58.075Z | Compiling sha3 v0.10.8 |
2515 | 2024-06-12T20:26:58.434Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2516 | 2024-06-12T20:26:58.622Z | Compiling ecdsa v0.16.9 |
2517 | 2024-06-12T20:26:58.664Z | Compiling rand_core v0.5.1 |
2518 | 2024-06-12T20:26:59.109Z | Compiling slog-envlogger v2.2.0 |
2519 | 2024-06-12T20:26:59.206Z | Compiling mime_guess v2.0.4 |
2520 | 2024-06-12T20:26:59.489Z | Compiling steno v0.4.0 |
2521 | 2024-06-12T20:26:59.946Z | Compiling rustfmt-wrapper v0.2.1 |
2522 | 2024-06-12T20:27:00.994Z | Compiling poly1305 v0.8.0 |
2523 | 2024-06-12T20:27:01.338Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2524 | 2024-06-12T20:27:01.943Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2525 | 2024-06-12T20:27:02.397Z | Compiling primeorder v0.13.6 |
2526 | 2024-06-12T20:27:02.405Z | Compiling heck v0.3.3 |
2527 | 2024-06-12T20:27:02.405Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2528 | 2024-06-12T20:27:02.573Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2529 | 2024-06-12T20:27:02.584Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2530 | 2024-06-12T20:27:02.810Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2531 | 2024-06-12T20:27:03.013Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2532 | 2024-06-12T20:27:03.190Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2533 | 2024-06-12T20:27:03.470Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2534 | 2024-06-12T20:27:03.920Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2535 | 2024-06-12T20:27:04.043Z | Compiling chacha20 v0.9.1 |
2536 | 2024-06-12T20:27:04.268Z | Compiling secrecy v0.8.0 |
2537 | 2024-06-12T20:27:04.504Z | Compiling thiserror-impl-no-std v2.0.2 |
2538 | 2024-06-12T20:27:04.565Z | Compiling half v2.4.1 |
2539 | 2024-06-12T20:27:04.685Z | Compiling option-ext v0.2.0 |
2540 | 2024-06-12T20:27:04.793Z | Compiling ciborium-io v0.2.2 |
2541 | 2024-06-12T20:27:04.833Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2542 | 2024-06-12T20:27:04.937Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2543 | 2024-06-12T20:27:05.008Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2544 | 2024-06-12T20:27:05.131Z | Compiling ciborium-ll v0.2.2 |
2545 | 2024-06-12T20:27:05.240Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2546 | 2024-06-12T20:27:05.316Z | Compiling dirs-sys v0.4.1 |
2547 | 2024-06-12T20:27:05.576Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2548 | 2024-06-12T20:27:05.869Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2549 | 2024-06-12T20:27:06.000Z | Compiling zone_cfg_derive v0.1.2 |
2550 | 2024-06-12T20:27:06.673Z | Compiling parking_lot v0.11.2 |
2551 | 2024-06-12T20:27:07.586Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2552 | 2024-06-12T20:27:07.704Z | Compiling rand_chacha v0.2.2 |
2553 | 2024-06-12T20:27:07.970Z | Compiling trust-dns-client v0.22.0 |
2554 | 2024-06-12T20:27:07.987Z | Compiling thiserror-no-std v2.0.2 |
2555 | 2024-06-12T20:27:08.411Z | Compiling ed25519 v2.2.3 |
2556 | 2024-06-12T20:27:08.763Z | Compiling polyval v0.6.2 |
2557 | 2024-06-12T20:27:08.958Z | Compiling tungstenite v0.21.0 |
2558 | 2024-06-12T20:27:09.248Z | Compiling libsw v3.3.1 |
2559 | 2024-06-12T20:27:09.564Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2560 | 2024-06-12T20:27:09.823Z | Compiling toml v0.5.11 |
2561 | 2024-06-12T20:27:10.005Z | Compiling ctr v0.9.2 |
2562 | 2024-06-12T20:27:10.085Z | Compiling blowfish v0.9.1 |
2563 | 2024-06-12T20:27:10.383Z | Compiling aes v0.8.4 |
2564 | 2024-06-12T20:27:10.552Z | Compiling pbkdf2 v0.12.2 |
2565 | 2024-06-12T20:27:10.726Z | Compiling password-hash v0.4.2 |
2566 | 2024-06-12T20:27:11.228Z | Compiling fxhash v0.2.1 |
2567 | 2024-06-12T20:27:11.313Z | Compiling gethostname v0.4.3 |
2568 | 2024-06-12T20:27:11.429Z | Compiling owo-colors v4.0.0 |
2569 | 2024-06-12T20:27:11.614Z | Compiling base64 v0.13.1 |
2570 | 2024-06-12T20:27:11.694Z | Compiling linear-map v1.2.0 |
2571 | 2024-06-12T20:27:12.075Z | Compiling ron v0.7.1 |
2572 | 2024-06-12T20:27:12.252Z | Compiling trust-dns-server v0.22.1 |
2573 | 2024-06-12T20:27:13.264Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2574 | 2024-06-12T20:27:13.734Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2575 | 2024-06-12T20:27:13.878Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2576 | 2024-06-12T20:27:14.454Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2577 | 2024-06-12T20:27:18.280Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2578 | 2024-06-12T20:27:18.777Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2579 | 2024-06-12T20:27:19.301Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2580 | 2024-06-12T20:27:19.740Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2581 | 2024-06-12T20:27:20.149Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2582 | 2024-06-12T20:27:20.859Z | Compiling sled v0.34.7 |
2583 | 2024-06-12T20:27:21.124Z | Compiling pbkdf2 v0.11.0 |
2584 | 2024-06-12T20:27:21.510Z | Compiling bcrypt-pbkdf v0.10.0 |
2585 | 2024-06-12T20:27:21.944Z | Compiling tokio-tungstenite v0.21.0 |
2586 | 2024-06-12T20:27:21.944Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2587 | 2024-06-12T20:27:22.104Z | Compiling ghash v0.5.1 |
2588 | 2024-06-12T20:27:22.131Z | Compiling ed25519-dalek v2.1.1 |
2589 | 2024-06-12T20:27:22.304Z | Compiling vsss-rs v3.3.4 |
2590 | 2024-06-12T20:27:22.371Z | Compiling rand v0.7.3 |
2591 | 2024-06-12T20:27:23.234Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2592 | 2024-06-12T20:27:23.403Z | Compiling zone v0.1.8 |
2593 | 2024-06-12T20:27:24.207Z | Compiling dirs v5.0.1 |
2594 | 2024-06-12T20:27:24.426Z | Compiling ciborium v0.2.2 |
2595 | 2024-06-12T20:27:25.949Z | Compiling chacha20poly1305 v0.10.1 |
2596 | 2024-06-12T20:27:26.175Z | Compiling p256 v0.13.2 |
2597 | 2024-06-12T20:27:26.632Z | Compiling p521 v0.13.3 |
2598 | 2024-06-12T20:27:27.010Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2599 | 2024-06-12T20:27:27.087Z | Compiling pem v3.0.4 |
2600 | 2024-06-12T20:27:27.956Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2601 | 2024-06-12T20:27:29.525Z | Compiling headers-core v0.2.0 |
2602 | 2024-06-12T20:27:29.551Z | Compiling cbc v0.1.2 |
2603 | 2024-06-12T20:27:29.551Z | Compiling kstat-rs v0.2.3 |
2604 | 2024-06-12T20:27:29.551Z | Compiling portpicker v0.1.1 |
2605 | 2024-06-12T20:27:29.552Z | Compiling nanorand v0.7.0 |
2606 | 2024-06-12T20:27:29.552Z | Compiling russh-cryptovec v0.7.2 |
2607 | 2024-06-12T20:27:29.552Z | Compiling http-range v0.1.5 |
2608 | 2024-06-12T20:27:29.552Z | Compiling glob v0.3.1 |
2609 | 2024-06-12T20:27:29.552Z | Compiling russh-keys v0.43.0 |
2610 | 2024-06-12T20:27:29.552Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2611 | 2024-06-12T20:27:29.571Z | Compiling flume v0.11.0 |
2612 | 2024-06-12T20:27:30.576Z | Compiling hyper-staticfile v0.9.5 |
2613 | 2024-06-12T20:27:31.062Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2614 | 2024-06-12T20:27:31.216Z | Compiling headers v0.3.9 |
2615 | 2024-06-12T20:27:32.965Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2616 | 2024-06-12T20:27:33.141Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2617 | 2024-06-12T20:27:33.267Z | Compiling rcgen v0.12.1 |
2618 | 2024-06-12T20:27:33.770Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2619 | 2024-06-12T20:27:35.928Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2620 | 2024-06-12T20:27:36.087Z | Compiling aes-gcm v0.10.3 |
2621 | 2024-06-12T20:27:36.476Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2622 | 2024-06-12T20:27:38.243Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2623 | 2024-06-12T20:27:40.435Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2624 | 2024-06-12T20:27:40.479Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2625 | 2024-06-12T20:27:41.449Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2626 | 2024-06-12T20:27:44.429Z | Compiling atomicwrites v0.4.3 |
2627 | 2024-06-12T20:27:44.647Z | Compiling subprocess v0.2.9 |
2628 | 2024-06-12T20:27:44.647Z | Compiling dhcproto-macros v0.1.0 |
2629 | 2024-06-12T20:27:44.648Z | Compiling display-error-chain v0.2.0 |
2630 | 2024-06-12T20:27:44.685Z | Compiling hex-literal v0.4.1 |
2631 | 2024-06-12T20:27:44.756Z | Compiling russh v0.43.0 |
2632 | 2024-06-12T20:27:45.453Z | Compiling dhcproto v0.11.0 |
2633 | 2024-06-12T20:27:49.105Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2634 | 2024-06-12T20:27:49.172Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2635 | 2024-06-12T20:27:49.217Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2636 | 2024-06-12T20:27:49.988Z | Compiling internet-checksum v0.2.1 |
2637 | 2024-06-12T20:27:49.988Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2638 | 2024-06-12T20:27:52.464Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2639 | 2024-06-12T20:28:13.851Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2640 | 2024-06-12T20:28:59.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 47s |
2641 | 2024-06-12T20:29:00.222Z | |
2642 | 2024-06-12T20:29:00.234Z | real 3:48.165169411 |
2643 | 2024-06-12T20:29:00.234Z | user 20:10.966819618 |
2644 | 2024-06-12T20:29:00.235Z | sys 4:16.233035685 |
2645 | 2024-06-12T20:29:00.235Z | trap 0.593877755 |
2646 | 2024-06-12T20:29:00.235Z | tflt 0.576381558 |
2647 | 2024-06-12T20:29:00.235Z | dflt 2.151576288 |
2648 | 2024-06-12T20:29:00.235Z | kflt 0.000207673 |
2649 | 2024-06-12T20:29:00.235Z | lock 43:10.321416288 |
2650 | 2024-06-12T20:29:00.235Z | slp 57:30.839627268 |
2651 | 2024-06-12T20:29:00.235Z | lat 1:05.745093049 |
2652 | 2024-06-12T20:29:00.235Z | stop 2:29.477306923 |
2653 | 2024-06-12T20:29:00.235Z | + mkdir tests |
2654 | 2024-06-12T20:29:00.235Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2655 | 2024-06-12T20:29:00.236Z | + xargs -I '{}' -t cp '{}' tests/ |
2656 | 2024-06-12T20:29:01.005Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-2270a52303570def tests/ |
2657 | 2024-06-12T20:29:01.040Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-887c232f20c28b82 tests/ |
2658 | 2024-06-12T20:29:01.470Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-f1c1ef60903c5ff6 tests/ |
2659 | 2024-06-12T20:29:01.483Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4abd980bc7707df5 tests/ |
2660 | 2024-06-12T20:29:01.483Z | + 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/*) |
2661 | 2024-06-12T20:29:01.484Z | + 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-2270a52303570def tests/commtest-f1c1ef60903c5ff6 tests/dhcp_server-887c232f20c28b82 tests/end_to_end_tests-4abd980bc7707df5 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz 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 |
2662 | 2024-06-12T20:30:05.503Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2663 | 2024-06-12T20:30:05.503Z | a out/target/test 1K |
2664 | 2024-06-12T20:30:05.504Z | a out/npuzone/npuzone 23144K |
2665 | 2024-06-12T20:30:05.504Z | a package-manifest.toml 28K |
2666 | 2024-06-12T20:30:05.504Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2667 | 2024-06-12T20:30:05.504Z | a target/release/omicron-package 31838K |
2668 | 2024-06-12T20:30:05.504Z | a target/release/xtask 13815K |
2669 | 2024-06-12T20:30:05.504Z | a target/debug/bootstrap 352488K |
2670 | 2024-06-12T20:30:05.505Z | a tests/bootstrap-2270a52303570def 23989K |
2671 | 2024-06-12T20:30:05.505Z | a tests/commtest-f1c1ef60903c5ff6 23990K |
2672 | 2024-06-12T20:30:05.505Z | a tests/dhcp_server-887c232f20c28b82 23989K |
2673 | 2024-06-12T20:30:05.505Z | a tests/end_to_end_tests-4abd980bc7707df5 362033K |
2674 | 2024-06-12T20:30:05.505Z | a out/clickhouse.tar.gz 223005K |
2675 | 2024-06-12T20:30:05.505Z | a out/clickhouse_keeper.tar.gz 222993K |
2676 | 2024-06-12T20:30:05.506Z | a out/cockroachdb.tar.gz 131713K |
2677 | 2024-06-12T20:30:05.506Z | a out/crucible-pantry-zone.tar.gz 27305K |
2678 | 2024-06-12T20:30:05.506Z | a out/crucible-zone.tar.gz 38059K |
2679 | 2024-06-12T20:30:05.506Z | a out/external-dns.tar.gz 25090K |
2680 | 2024-06-12T20:30:05.506Z | a out/internal-dns.tar.gz 25089K |
2681 | 2024-06-12T20:30:05.506Z | a out/mg-ddm-gz.tar 60673K |
2682 | 2024-06-12T20:30:05.507Z | a out/nexus.tar.gz 82918K |
2683 | 2024-06-12T20:30:05.507Z | a out/ntp.tar.gz 8854K |
2684 | 2024-06-12T20:30:05.507Z | a out/omicron-gateway-softnpu.tar.gz 13673K |
2685 | 2024-06-12T20:30:05.507Z | a out/omicron-sled-agent.tar 93424K |
2686 | 2024-06-12T20:30:05.507Z | a out/overlay.tar.gz 3K |
2687 | 2024-06-12T20:30:05.508Z | a out/oximeter.tar.gz 40398K |
2688 | 2024-06-12T20:30:05.508Z | a out/oxlog.tar 2954K |
2689 | 2024-06-12T20:30:05.508Z | a out/probe.tar.gz 2764K |
2690 | 2024-06-12T20:30:05.508Z | a out/propolis-server.tar.gz 65435K |
2691 | 2024-06-12T20:30:05.508Z | a out/pumpkind-gz.tar 26665K |
2692 | 2024-06-12T20:30:05.508Z | a out/switch-softnpu.tar.gz 195494K |
2693 | 2024-06-12T20:30:05.526Z | |
2694 | 2024-06-12T20:30:05.526Z | real 1:04.044580379 |
2695 | 2024-06-12T20:30:05.526Z | user 1:01.316931812 |
2696 | 2024-06-12T20:30:05.527Z | sys 3.828321605 |
2697 | 2024-06-12T20:30:05.527Z | trap 0.013297157 |
2698 | 2024-06-12T20:30:05.527Z | tflt 0.000000000 |
2699 | 2024-06-12T20:30:05.528Z | dflt 0.000000000 |
2700 | 2024-06-12T20:30:05.528Z | kflt 0.000000000 |
2701 | 2024-06-12T20:30:05.528Z | lock 0.000000000 |
2702 | 2024-06-12T20:30:05.528Z | slp 1:01.180519099 |
2703 | 2024-06-12T20:30:05.528Z | lat 1.744329012 |
2704 | 2024-06-12T20:30:05.528Z | stop 0.000586591 |
2705 | 2024-06-12T20:30:05.528Z | process exited: duration 1710937 ms, exit code 0 |
|
2706 | 2024-06-12T20:30:05.569Z | found 1 output files |
2707 | 2024-06-12T20:30:05.569Z | uploading: /work/package.tar.gz (1396598410 bytes) |
2708 | 2024-06-12T20:46:27.461Z | uploaded: /work/package.tar.gz |