|
|
|
1 | 2024-07-29T22:00:23.659Z | job assigned to worker 01J4082X3Z098DN3M9GW4JZZ94 (queued for 1 m 1 s) |
|
2 | 2024-07-29T22:00:31.248Z | starting task 0: "setup" |
3 | 2024-07-29T22:00:31.265Z | ++ uname -s |
4 | 2024-07-29T22:00:31.268Z | + kern=SunOS |
5 | 2024-07-29T22:00:31.268Z | + case "$kern" in |
6 | 2024-07-29T22:00:31.268Z | + groupadd -g 12345 build |
7 | 2024-07-29T22:00:31.278Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-29T22:00:33.315Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-29T22:00:33.392Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-29T22:00:33.394Z | + home_fs=zfs |
11 | 2024-07-29T22:00:33.394Z | + [[ zfs == autofs ]] |
12 | 2024-07-29T22:00:33.394Z | + mkdir -p /home/build |
13 | 2024-07-29T22:00:33.397Z | + chown build:build /home/build /work |
14 | 2024-07-29T22:00:35.398Z | + chmod 0700 /home/build /work |
15 | 2024-07-29T22:00:35.402Z | process exited: duration 4154 ms, exit code 0 |
|
16 | 2024-07-29T22:00:35.409Z | starting task 1: "rust-toolchain" |
17 | 2024-07-29T22:00:35.414Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-29T22:00:35.414Z | ' 1.78.0 |
19 | 2024-07-29T22:00:35.414Z | * toolchain channel = "1.78.0" |
20 | 2024-07-29T22:00:35.414Z | + printf ' * toolchain profile = "%s" |
21 | 2024-07-29T22:00:35.414Z | ' default |
22 | 2024-07-29T22:00:35.417Z | * toolchain profile = "default" |
23 | 2024-07-29T22:00:35.417Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-29T22:00:35.417Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-29T22:00:35.537Z | info: downloading installer |
26 | 2024-07-29T22:00:36.674Z | info: profile set to 'default' |
27 | 2024-07-29T22:00:36.674Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-29T22:00:36.677Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-29T22:00:36.820Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-29T22:00:36.820Z | info: downloading component 'cargo' |
31 | 2024-07-29T22:00:37.635Z | info: downloading component 'clippy' |
32 | 2024-07-29T22:00:37.909Z | info: downloading component 'rust-docs' |
33 | 2024-07-29T22:00:38.977Z | info: downloading component 'rust-std' |
34 | 2024-07-29T22:00:40.685Z | info: downloading component 'rustc' |
35 | 2024-07-29T22:00:45.042Z | info: downloading component 'rustfmt' |
36 | 2024-07-29T22:00:45.275Z | info: installing component 'cargo' |
37 | 2024-07-29T22:00:46.140Z | info: installing component 'clippy' |
38 | 2024-07-29T22:00:46.522Z | info: installing component 'rust-docs' |
39 | 2024-07-29T22:00:48.054Z | info: installing component 'rust-std' |
40 | 2024-07-29T22:00:50.080Z | info: installing component 'rustc' |
41 | 2024-07-29T22:00:54.172Z | info: installing component 'rustfmt' |
42 | 2024-07-29T22:00:54.501Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-29T22:00:54.501Z | |
44 | 2024-07-29T22:00:54.763Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-29T22:00:54.763Z | |
46 | 2024-07-29T22:00:54.763Z | |
47 | 2024-07-29T22:00:54.763Z | Rust is installed now. Great! |
48 | 2024-07-29T22:00:54.763Z | |
49 | 2024-07-29T22:00:54.763Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-29T22:00:54.763Z | environment variable. This has not been done automatically. |
51 | 2024-07-29T22:00:54.763Z | |
52 | 2024-07-29T22:00:54.763Z | To configure your current shell, you need to source |
53 | 2024-07-29T22:00:54.763Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-29T22:00:54.763Z | |
55 | 2024-07-29T22:00:54.763Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-29T22:00:54.763Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-29T22:00:54.763Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-29T22:00:54.810Z | + rustc --version |
59 | 2024-07-29T22:00:54.873Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-29T22:00:54.876Z | process exited: duration 19466 ms, exit code 0 |
|
61 | 2024-07-29T22:00:54.882Z | starting task 2: "authentication" |
62 | 2024-07-29T22:00:54.902Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-07-29T22:00:54.908Z | starting task 3: "clone repository" |
64 | 2024-07-29T22:00:54.912Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-29T22:00:54.915Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-29T22:00:54.947Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-29T22:01:01.094Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-29T22:01:01.094Z | + git fetch origin d8f2fcb7e435948f2dc6ad1a9f7110d4dd93d321 |
69 | 2024-07-29T22:01:01.385Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-29T22:01:01.385Z | * branch d8f2fcb7e435948f2dc6ad1a9f7110d4dd93d321 -> FETCH_HEAD |
71 | 2024-07-29T22:01:01.396Z | + [[ -n sunshowers/spr/omicron-dev-move-downloader-to-a-separate-binary ]] |
72 | 2024-07-29T22:01:01.399Z | ++ git branch --show-current |
73 | 2024-07-29T22:01:01.401Z | + current=main |
74 | 2024-07-29T22:01:01.401Z | + [[ main != sunshowers/spr/omicron-dev-move-downloader-to-a-separate-binary ]] |
75 | 2024-07-29T22:01:01.401Z | + git branch -f sunshowers/spr/omicron-dev-move-downloader-to-a-separate-binary d8f2fcb7e435948f2dc6ad1a9f7110d4dd93d321 |
76 | 2024-07-29T22:01:01.404Z | + git checkout -f sunshowers/spr/omicron-dev-move-downloader-to-a-separate-binary |
77 | 2024-07-29T22:01:01.543Z | Switched to branch 'sunshowers/spr/omicron-dev-move-downloader-to-a-separate-binary' |
78 | 2024-07-29T22:01:01.546Z | + git reset --hard d8f2fcb7e435948f2dc6ad1a9f7110d4dd93d321 |
79 | 2024-07-29T22:01:01.682Z | HEAD is now at d8f2fcb7e rebase on main |
80 | 2024-07-29T22:01:01.685Z | process exited: duration 6775 ms, exit code 0 |
|
81 | 2024-07-29T22:01:01.691Z | starting task 4: "build" |
82 | 2024-07-29T22:01:01.696Z | + cargo --version |
83 | 2024-07-29T22:01:01.749Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-29T22:01:01.752Z | + rustc --version |
85 | 2024-07-29T22:01:01.808Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-29T22:01:01.811Z | + WORK=/work |
87 | 2024-07-29T22:01:01.811Z | + pfexec mkdir -p /work |
88 | 2024-07-29T22:01:01.814Z | + pfexec chown build /work |
89 | 2024-07-29T22:01:01.817Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-07-29T22:01:11.882Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-07-29T22:01:13.874Z | Startup: Caching catalogs ... Done |
92 | 2024-07-29T22:01:17.460Z | Planning: Solver setup ... Done (3.094s) |
93 | 2024-07-29T22:01:17.518Z | Planning: Running solver ... Done (0.058s) |
94 | 2024-07-29T22:01:17.564Z | Planning: Finding local manifests ... Done (0.003s) |
95 | 2024-07-29T22:01:17.577Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-07-29T22:01:17.718Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-07-29T22:01:17.767Z | Planning: Package planning ... Done (0.050s) |
98 | 2024-07-29T22:01:17.818Z | Planning: Merging actions ... Done (0.051s) |
99 | 2024-07-29T22:01:18.103Z | Planning: Checking for conflicting actions ... Done (0.285s) |
100 | 2024-07-29T22:01:18.114Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-07-29T22:01:18.996Z | Planning: Evaluating mediators ... Done (0.880s) |
102 | 2024-07-29T22:01:19.004Z | Planning: Planning completed in 5.06 seconds |
103 | 2024-07-29T22:01:19.019Z | Packages to install: 4 |
104 | 2024-07-29T22:01:19.019Z | Mediators to change: 2 |
105 | 2024-07-29T22:01:19.027Z | Services to change: 1 |
106 | 2024-07-29T22:01:19.027Z | Estimated space available: 155.77 GB |
107 | 2024-07-29T22:01:19.027Z | Estimated space to be consumed: 1.47 GB |
108 | 2024-07-29T22:01:19.027Z | Create boot environment: No |
109 | 2024-07-29T22:01:19.027Z | Create backup boot environment: No |
110 | 2024-07-29T22:01:19.027Z | Rebuild boot archive: No |
111 | 2024-07-29T22:01:19.027Z | |
112 | 2024-07-29T22:01:19.027Z | Changed mediators: |
113 | 2024-07-29T22:01:19.027Z | mediator clang: |
114 | 2024-07-29T22:01:19.027Z | version: None -> 15 (system default) |
115 | 2024-07-29T22:01:19.027Z | |
116 | 2024-07-29T22:01:19.027Z | mediator llvm: |
117 | 2024-07-29T22:01:19.027Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-07-29T22:01:19.027Z | |
119 | 2024-07-29T22:01:19.027Z | Changed packages: |
120 | 2024-07-29T22:01:19.027Z | helios-dev |
121 | 2024-07-29T22:01:19.027Z | developer/build-essential |
122 | 2024-07-29T22:01:19.028Z | None -> 11-2.0 |
123 | 2024-07-29T22:01:19.028Z | library/libxmlsec1 |
124 | 2024-07-29T22:01:19.028Z | None -> 1.2.35-2.0 |
125 | 2024-07-29T22:01:19.028Z | ooce/developer/clang-15 |
126 | 2024-07-29T22:01:19.028Z | None -> 15.0.7-2.0 |
127 | 2024-07-29T22:01:19.028Z | ooce/developer/llvm-15 |
128 | 2024-07-29T22:01:19.028Z | None -> 15.0.7-2.0 |
129 | 2024-07-29T22:01:19.028Z | |
130 | 2024-07-29T22:01:19.028Z | Services: |
131 | 2024-07-29T22:01:19.028Z | restart_fmri: |
132 | 2024-07-29T22:01:19.028Z | svc:/system/update-man-index:default |
133 | 2024-07-29T22:01:19.064Z | |
134 | 2024-07-29T22:01:19.065Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-07-29T22:01:24.068Z | Download: 1288/3290 items 111.0/212.6MB 52% complete (22.5M/s) |
136 | 2024-07-29T22:01:29.208Z | Download: 2217/3290 items 119.2/212.6MB 56% complete (12.2M/s) |
137 | 2024-07-29T22:01:34.246Z | Download: 2236/3290 items 119.3/212.6MB 56% complete (1.4M/s) |
138 | 2024-07-29T22:01:39.258Z | Download: 3245/3290 items 192.1/212.6MB 90% complete (7.2M/s) |
139 | 2024-07-29T22:01:43.314Z | Download: Completed 212.60 MB in 24.25 seconds (8.8M/s) |
140 | 2024-07-29T22:01:43.476Z | Actions: 1/3689 actions (Installing new actions) |
141 | 2024-07-29T22:01:48.189Z | Actions: Completed 3689 actions in 4.71 seconds. |
142 | 2024-07-29T22:01:48.330Z | Done (0.136s) |
143 | 2024-07-29T22:01:48.330Z | Done (0.000s) |
144 | 2024-07-29T22:01:48.671Z | Done (0.340s) |
145 | 2024-07-29T22:01:53.160Z | Done (4.334s) |
146 | 2024-07-29T22:01:53.244Z | Done (0.017s) |
147 | 2024-07-29T22:01:53.247Z | Done (0.000s) |
148 | 2024-07-29T22:01:53.388Z | Done (0.000s) |
149 | 2024-07-29T22:01:53.955Z | Planning: Evaluating mediator changes ... Done |
150 | 2024-07-29T22:01:54.115Z | Planning: Checking for conflicting actions ... Done |
151 | 2024-07-29T22:01:54.117Z | Planning: Consolidating action changes ... Done |
152 | 2024-07-29T22:01:54.381Z | Planning: Evaluating mediators ... Done |
153 | 2024-07-29T22:01:54.384Z | Planning: Planning completed in 0.43 seconds |
154 | 2024-07-29T22:01:54.415Z | Mediators to change: 2 |
155 | 2024-07-29T22:01:54.415Z | Create boot environment: No |
156 | 2024-07-29T22:01:54.415Z | Create backup boot environment: No |
157 | 2024-07-29T22:01:54.478Z | Done |
158 | 2024-07-29T22:01:54.478Z | Done |
159 | 2024-07-29T22:01:54.693Z | Done |
160 | 2024-07-29T22:01:58.204Z | Done |
161 | 2024-07-29T22:01:58.285Z | Done |
162 | 2024-07-29T22:01:58.286Z | Done |
163 | 2024-07-29T22:01:58.420Z | Done |
164 | 2024-07-29T22:01:59.023Z | Planning: Evaluating mediator changes ... Done |
165 | 2024-07-29T22:01:59.026Z | Planning: Merging actions ... Done |
166 | 2024-07-29T22:01:59.213Z | Planning: Checking for conflicting actions ... Done |
167 | 2024-07-29T22:01:59.216Z | Planning: Consolidating action changes ... Done |
168 | 2024-07-29T22:01:59.473Z | Planning: Evaluating mediators ... Done |
169 | 2024-07-29T22:01:59.527Z | Planning: Planning completed in 0.74 seconds |
170 | 2024-07-29T22:01:59.562Z | Packages to change: 1 |
171 | 2024-07-29T22:01:59.562Z | Mediators to change: 1 |
172 | 2024-07-29T22:01:59.562Z | Services to change: 1 |
173 | 2024-07-29T22:01:59.565Z | Create boot environment: No |
174 | 2024-07-29T22:01:59.565Z | Create backup boot environment: Yes |
175 | 2024-07-29T22:02:01.342Z | Actions: 1/6 actions (Updating modified actions) |
176 | 2024-07-29T22:02:01.345Z | Actions: Completed 6 actions in 0.00 seconds. |
177 | 2024-07-29T22:02:01.345Z | Done |
178 | 2024-07-29T22:02:01.345Z | Done |
179 | 2024-07-29T22:02:01.417Z | Done |
180 | 2024-07-29T22:02:05.063Z | Done |
181 | 2024-07-29T22:02:05.146Z | Done |
182 | 2024-07-29T22:02:05.146Z | Done |
183 | 2024-07-29T22:02:05.277Z | Done |
184 | 2024-07-29T22:02:05.709Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
185 | 2024-07-29T22:02:05.709Z | clang system 15 system |
186 | 2024-07-29T22:02:05.709Z | csh system system illumos |
187 | 2024-07-29T22:02:05.710Z | ctags system system illumos |
188 | 2024-07-29T22:02:05.710Z | gcc vendor 12 vendor |
189 | 2024-07-29T22:02:05.710Z | gcc system 10 system |
190 | 2024-07-29T22:02:05.710Z | gcc system 7 system |
191 | 2024-07-29T22:02:05.710Z | go system 1.20 system |
192 | 2024-07-29T22:02:05.710Z | go system 1.19 system |
193 | 2024-07-29T22:02:05.710Z | llvm system 15 system |
194 | 2024-07-29T22:02:05.710Z | llvm system 14 system |
195 | 2024-07-29T22:02:05.710Z | mariadb system 10.6 system |
196 | 2024-07-29T22:02:05.710Z | mta vendor vendor dma |
197 | 2024-07-29T22:02:05.710Z | openjdk system 17 system |
198 | 2024-07-29T22:02:05.710Z | openjdk system 11 system |
199 | 2024-07-29T22:02:05.710Z | openjdk system 1.8 system |
200 | 2024-07-29T22:02:05.711Z | openssl vendor 3 vendor |
201 | 2024-07-29T22:02:05.711Z | perl system 5.36 system |
202 | 2024-07-29T22:02:05.711Z | postgresql system 15 system |
203 | 2024-07-29T22:02:05.711Z | postgresql system 13 system |
204 | 2024-07-29T22:02:05.711Z | python vendor 3 vendor |
205 | 2024-07-29T22:02:05.711Z | python system 2 system |
206 | 2024-07-29T22:02:05.711Z | python3 system 3.11 system |
207 | 2024-07-29T22:02:05.711Z | ruby system 3.0 system |
208 | 2024-07-29T22:02:05.711Z | words vendor vendor american-english |
209 | 2024-07-29T22:02:05.711Z | words system system australian-english |
210 | 2024-07-29T22:02:05.711Z | words system system british-english |
211 | 2024-07-29T22:02:05.711Z | words system system canadian-english |
212 | 2024-07-29T22:02:05.712Z | words system system french |
213 | 2024-07-29T22:02:05.712Z | words system system italian |
214 | 2024-07-29T22:02:05.712Z | words system system ngerman |
215 | 2024-07-29T22:02:05.712Z | words system system ogerman |
216 | 2024-07-29T22:02:05.712Z | words system system spanish |
217 | 2024-07-29T22:02:06.064Z | PUBLISHER TYPE STATUS P LOCATION |
218 | 2024-07-29T22:02:06.064Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
219 | 2024-07-29T22:02:07.676Z | FMRI IFO |
220 | 2024-07-29T22:02:07.676Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
221 | 2024-07-29T22:02:07.676Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
222 | 2024-07-29T22:02:07.676Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
223 | 2024-07-29T22:02:07.676Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
224 | 2024-07-29T22:02:07.676Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
225 | 2024-07-29T22:02:07.677Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
226 | 2024-07-29T22:02:07.677Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
227 | 2024-07-29T22:02:07.677Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
228 | 2024-07-29T22:02:07.677Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
229 | 2024-07-29T22:02:07.677Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
230 | 2024-07-29T22:02:07.677Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
231 | 2024-07-29T22:02:07.677Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
232 | 2024-07-29T22:02:08.200Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
233 | 2024-07-29T22:02:08.512Z | Updating git repository `https://github.com/oxidecomputer/zone` |
234 | 2024-07-29T22:02:08.828Z | Updating crates.io index |
235 | 2024-07-29T22:02:08.831Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
236 | 2024-07-29T22:02:09.682Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
237 | 2024-07-29T22:02:10.535Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
238 | 2024-07-29T22:02:10.775Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
239 | 2024-07-29T22:02:13.033Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
240 | 2024-07-29T22:02:13.572Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
241 | 2024-07-29T22:02:13.835Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
242 | 2024-07-29T22:02:14.898Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
243 | 2024-07-29T22:02:17.149Z | Updating git repository `https://github.com/oxidecomputer/opte` |
244 | 2024-07-29T22:02:18.233Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
245 | 2024-07-29T22:02:18.891Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
246 | 2024-07-29T22:02:19.616Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
247 | 2024-07-29T22:02:19.946Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
248 | 2024-07-29T22:02:20.229Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
249 | 2024-07-29T22:02:20.522Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
250 | 2024-07-29T22:02:20.885Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
251 | 2024-07-29T22:02:21.169Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
252 | 2024-07-29T22:02:21.444Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
253 | 2024-07-29T22:02:21.797Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
254 | 2024-07-29T22:02:22.194Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
255 | 2024-07-29T22:02:22.490Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
256 | 2024-07-29T22:02:22.950Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
257 | 2024-07-29T22:02:23.569Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
258 | 2024-07-29T22:02:23.894Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
259 | 2024-07-29T22:02:24.293Z | Updating git repository `https://github.com/oxidecomputer/typify` |
260 | 2024-07-29T22:02:26.666Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
261 | 2024-07-29T22:02:27.065Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
262 | 2024-07-29T22:02:27.320Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
263 | 2024-07-29T22:02:27.757Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
264 | 2024-07-29T22:02:29.014Z | Downloading crates ... |
265 | 2024-07-29T22:02:29.125Z | Downloaded is_terminal_polyfill v1.70.0 |
266 | 2024-07-29T22:02:29.128Z | Downloaded equivalent v1.0.1 |
267 | 2024-07-29T22:02:29.136Z | Downloaded usdt-macro v0.5.0 |
268 | 2024-07-29T22:02:29.138Z | Downloaded swrite v0.1.0 |
269 | 2024-07-29T22:02:29.145Z | Downloaded scroll_derive v0.12.0 |
270 | 2024-07-29T22:02:29.149Z | Downloaded usdt-attr-macro v0.5.0 |
271 | 2024-07-29T22:02:29.152Z | Downloaded cargo-platform v0.1.8 |
272 | 2024-07-29T22:02:29.152Z | Downloaded memmap v0.7.0 |
273 | 2024-07-29T22:02:29.155Z | Downloaded cpufeatures v0.2.12 |
274 | 2024-07-29T22:02:29.155Z | Downloaded clap_lex v0.7.0 |
275 | 2024-07-29T22:02:29.155Z | Downloaded heck v0.5.0 |
276 | 2024-07-29T22:02:29.157Z | Downloaded generic-array v0.14.7 |
277 | 2024-07-29T22:02:29.157Z | Downloaded fnv v1.0.7 |
278 | 2024-07-29T22:02:29.160Z | Downloaded dof v0.3.0 |
279 | 2024-07-29T22:02:29.160Z | Downloaded block-buffer v0.10.4 |
280 | 2024-07-29T22:02:29.160Z | Downloaded itoa v1.0.11 |
281 | 2024-07-29T22:02:29.162Z | Downloaded byteorder v1.5.0 |
282 | 2024-07-29T22:02:29.162Z | Downloaded anstyle-query v1.0.3 |
283 | 2024-07-29T22:02:29.165Z | Downloaded toml_datetime v0.6.6 |
284 | 2024-07-29T22:02:29.165Z | Downloaded serde_tokenstream v0.2.1 |
285 | 2024-07-29T22:02:29.168Z | Downloaded anstyle v1.0.7 |
286 | 2024-07-29T22:02:29.171Z | Downloaded thiserror-impl v1.0.63 |
287 | 2024-07-29T22:02:29.171Z | Downloaded version_check v0.9.4 |
288 | 2024-07-29T22:02:29.171Z | Downloaded terminal_size v0.3.0 |
289 | 2024-07-29T22:02:29.174Z | Downloaded pretty-hex v0.4.1 |
290 | 2024-07-29T22:02:29.174Z | Downloaded autocfg v1.3.0 |
291 | 2024-07-29T22:02:29.176Z | Downloaded thread-id v4.2.1 |
292 | 2024-07-29T22:02:29.185Z | Downloaded proc-macro-error-attr v1.0.4 |
293 | 2024-07-29T22:02:29.187Z | Downloaded quote v1.0.36 |
294 | 2024-07-29T22:02:29.190Z | Downloaded cargo_toml v0.20.4 |
295 | 2024-07-29T22:02:29.190Z | Downloaded sha2 v0.10.8 |
296 | 2024-07-29T22:02:29.199Z | Downloaded log v0.4.21 |
297 | 2024-07-29T22:02:29.202Z | Downloaded clap v4.5.9 |
298 | 2024-07-29T22:02:29.209Z | Downloaded dtrace-parser v0.2.0 |
299 | 2024-07-29T22:02:29.213Z | Downloaded pest_derive v2.7.10 |
300 | 2024-07-29T22:02:29.218Z | Downloaded ucd-trie v0.1.6 |
301 | 2024-07-29T22:02:29.221Z | Downloaded pest_meta v2.7.10 |
302 | 2024-07-29T22:02:29.224Z | Downloaded proc-macro2 v1.0.86 |
303 | 2024-07-29T22:02:29.232Z | Downloaded utf8parse v0.2.1 |
304 | 2024-07-29T22:02:29.235Z | Downloaded cfg-if v1.0.0 |
305 | 2024-07-29T22:02:29.238Z | Downloaded digest v0.10.7 |
306 | 2024-07-29T22:02:29.241Z | Downloaded crypto-common v0.1.6 |
307 | 2024-07-29T22:02:29.241Z | Downloaded macaddr v1.0.1 |
308 | 2024-07-29T22:02:29.243Z | Downloaded errno v0.3.9 |
309 | 2024-07-29T22:02:29.243Z | Downloaded colorchoice v1.0.1 |
310 | 2024-07-29T22:02:29.243Z | Downloaded bytecount v0.6.8 |
311 | 2024-07-29T22:02:29.246Z | Downloaded anstyle-parse v0.2.4 |
312 | 2024-07-29T22:02:29.248Z | Downloaded heck v0.4.1 |
313 | 2024-07-29T22:02:29.248Z | Downloaded fs-err v2.11.0 |
314 | 2024-07-29T22:02:29.251Z | Downloaded ryu v1.0.18 |
315 | 2024-07-29T22:02:29.256Z | Downloaded plain v0.2.3 |
316 | 2024-07-29T22:02:29.259Z | Downloaded papergrid v0.11.0 |
317 | 2024-07-29T22:02:29.265Z | Downloaded thiserror v1.0.63 |
318 | 2024-07-29T22:02:29.269Z | Downloaded pest_generator v2.7.10 |
319 | 2024-07-29T22:02:29.271Z | Downloaded usdt-impl v0.5.0 |
320 | 2024-07-29T22:02:29.274Z | Downloaded usdt v0.5.0 |
321 | 2024-07-29T22:02:29.276Z | Downloaded tabled_derive v0.7.0 |
322 | 2024-07-29T22:02:29.276Z | Downloaded strsim v0.11.1 |
323 | 2024-07-29T22:02:29.276Z | Downloaded scroll v0.12.0 |
324 | 2024-07-29T22:02:29.279Z | Downloaded anstream v0.6.14 |
325 | 2024-07-29T22:02:29.282Z | Downloaded camino v1.1.7 |
326 | 2024-07-29T22:02:29.286Z | Downloaded once_cell v1.19.0 |
327 | 2024-07-29T22:02:29.289Z | Downloaded serde v1.0.204 |
328 | 2024-07-29T22:02:29.299Z | Downloaded serde_spanned v0.6.6 |
329 | 2024-07-29T22:02:29.302Z | Downloaded anyhow v1.0.86 |
330 | 2024-07-29T22:02:29.306Z | Downloaded zerocopy-derive v0.7.34 |
331 | 2024-07-29T22:02:29.308Z | Downloaded proc-macro-error v1.0.4 |
332 | 2024-07-29T22:02:29.311Z | Downloaded semver v1.0.23 |
333 | 2024-07-29T22:02:29.314Z | Downloaded clap_derive v4.5.8 |
334 | 2024-07-29T22:02:29.316Z | Downloaded cargo_metadata v0.18.1 |
335 | 2024-07-29T22:02:29.316Z | Downloaded memchr v2.7.2 |
336 | 2024-07-29T22:02:29.320Z | Downloaded toml v0.8.15 |
337 | 2024-07-29T22:02:29.323Z | Downloaded unicode-ident v1.0.12 |
338 | 2024-07-29T22:02:29.326Z | Downloaded typenum v1.17.0 |
339 | 2024-07-29T22:02:29.328Z | Downloaded bitflags v2.6.0 |
340 | 2024-07-29T22:02:29.331Z | Downloaded serde_derive v1.0.204 |
341 | 2024-07-29T22:02:29.338Z | Downloaded indexmap v2.2.6 |
342 | 2024-07-29T22:02:29.364Z | Downloaded hashbrown v0.14.5 |
343 | 2024-07-29T22:02:29.372Z | Downloaded serde_json v1.0.120 |
344 | 2024-07-29T22:02:29.379Z | Downloaded zerocopy v0.7.34 |
345 | 2024-07-29T22:02:29.392Z | Downloaded toml_edit v0.22.16 |
346 | 2024-07-29T22:02:29.412Z | Downloaded clap_builder v4.5.9 |
347 | 2024-07-29T22:02:29.418Z | Downloaded winnow v0.6.8 |
348 | 2024-07-29T22:02:29.425Z | Downloaded goblin v0.8.2 |
349 | 2024-07-29T22:02:29.431Z | Downloaded tabled v0.15.0 |
350 | 2024-07-29T22:02:29.445Z | Downloaded syn v1.0.109 |
351 | 2024-07-29T22:02:29.454Z | Downloaded pest v2.7.10 |
352 | 2024-07-29T22:02:29.458Z | Downloaded syn v2.0.72 |
353 | 2024-07-29T22:02:29.468Z | Downloaded rustix v0.38.34 |
354 | 2024-07-29T22:02:29.488Z | Downloaded unicode-width v0.1.13 |
355 | 2024-07-29T22:02:29.504Z | Downloaded libc v0.2.155 |
356 | 2024-07-29T22:02:29.792Z | Compiling proc-macro2 v1.0.86 |
357 | 2024-07-29T22:02:29.792Z | Compiling unicode-ident v1.0.12 |
358 | 2024-07-29T22:02:29.792Z | Compiling version_check v0.9.4 |
359 | 2024-07-29T22:02:29.792Z | Compiling serde v1.0.204 |
360 | 2024-07-29T22:02:29.794Z | Compiling thiserror v1.0.63 |
361 | 2024-07-29T22:02:29.794Z | Compiling libc v0.2.155 |
362 | 2024-07-29T22:02:29.794Z | Compiling ucd-trie v0.1.6 |
363 | 2024-07-29T22:02:29.823Z | Compiling ryu v1.0.18 |
364 | 2024-07-29T22:02:30.110Z | Compiling itoa v1.0.11 |
365 | 2024-07-29T22:02:30.230Z | Compiling memchr v2.7.2 |
366 | 2024-07-29T22:02:30.531Z | Compiling once_cell v1.19.0 |
367 | 2024-07-29T22:02:30.617Z | Compiling byteorder v1.5.0 |
368 | 2024-07-29T22:02:30.832Z | Compiling serde_json v1.0.120 |
369 | 2024-07-29T22:02:31.076Z | Compiling usdt-impl v0.5.0 |
370 | 2024-07-29T22:02:31.154Z | Compiling proc-macro-error-attr v1.0.4 |
371 | 2024-07-29T22:02:31.195Z | Compiling rustix v0.38.34 |
372 | 2024-07-29T22:02:31.369Z | Compiling syn v1.0.109 |
373 | 2024-07-29T22:02:31.487Z | Compiling proc-macro-error v1.0.4 |
374 | 2024-07-29T22:02:31.576Z | Compiling log v0.4.21 |
375 | 2024-07-29T22:02:31.744Z | Compiling equivalent v1.0.1 |
376 | 2024-07-29T22:02:31.789Z | Compiling hashbrown v0.14.5 |
377 | 2024-07-29T22:02:31.851Z | Compiling plain v0.2.3 |
378 | 2024-07-29T22:02:31.930Z | Compiling quote v1.0.36 |
379 | 2024-07-29T22:02:31.993Z | Compiling bitflags v2.6.0 |
380 | 2024-07-29T22:02:32.035Z | Compiling utf8parse v0.2.1 |
381 | 2024-07-29T22:02:32.191Z | Compiling anstyle-parse v0.2.4 |
382 | 2024-07-29T22:02:32.422Z | Compiling syn v2.0.72 |
383 | 2024-07-29T22:02:32.511Z | Compiling thread-id v4.2.1 |
384 | 2024-07-29T22:02:32.532Z | Compiling errno v0.3.9 |
385 | 2024-07-29T22:02:32.570Z | Compiling anstyle v1.0.7 |
386 | 2024-07-29T22:02:32.618Z | Compiling semver v1.0.23 |
387 | 2024-07-29T22:02:32.640Z | Compiling colorchoice v1.0.1 |
388 | 2024-07-29T22:02:32.796Z | Compiling pretty-hex v0.4.1 |
389 | 2024-07-29T22:02:33.008Z | Compiling is_terminal_polyfill v1.70.0 |
390 | 2024-07-29T22:02:33.031Z | Compiling indexmap v2.2.6 |
391 | 2024-07-29T22:02:33.106Z | Compiling autocfg v1.3.0 |
392 | 2024-07-29T22:02:33.130Z | Compiling anstyle-query v1.0.3 |
393 | 2024-07-29T22:02:33.149Z | Compiling camino v1.1.7 |
394 | 2024-07-29T22:02:33.273Z | Compiling winnow v0.6.8 |
395 | 2024-07-29T22:02:33.789Z | Compiling anstream v0.6.14 |
396 | 2024-07-29T22:02:33.907Z | Compiling terminal_size v0.3.0 |
397 | 2024-07-29T22:02:34.094Z | Compiling fs-err v2.11.0 |
398 | 2024-07-29T22:02:34.341Z | Compiling heck v0.4.1 |
399 | 2024-07-29T22:02:34.363Z | Compiling heck v0.5.0 |
400 | 2024-07-29T22:02:34.366Z | Compiling anyhow v1.0.86 |
401 | 2024-07-29T22:02:34.386Z | Compiling unicode-width v0.1.13 |
402 | 2024-07-29T22:02:34.562Z | Compiling bytecount v0.6.8 |
403 | 2024-07-29T22:02:34.646Z | Compiling fnv v1.0.7 |
404 | 2024-07-29T22:02:34.760Z | Compiling strsim v0.11.1 |
405 | 2024-07-29T22:02:34.780Z | Compiling clap_lex v0.7.0 |
406 | 2024-07-29T22:02:34.813Z | Compiling papergrid v0.11.0 |
407 | 2024-07-29T22:02:35.047Z | Compiling clap_builder v4.5.9 |
408 | 2024-07-29T22:02:35.115Z | Compiling memmap v0.7.0 |
409 | 2024-07-29T22:02:36.081Z | Compiling swrite v0.1.0 |
410 | 2024-07-29T22:02:37.808Z | Compiling tabled_derive v0.7.0 |
411 | 2024-07-29T22:02:39.375Z | Compiling tabled v0.15.0 |
412 | 2024-07-29T22:02:41.278Z | Compiling serde_derive v1.0.204 |
413 | 2024-07-29T22:02:41.278Z | Compiling thiserror-impl v1.0.63 |
414 | 2024-07-29T22:02:41.278Z | Compiling zerocopy-derive v0.7.34 |
415 | 2024-07-29T22:02:41.280Z | Compiling scroll_derive v0.12.0 |
416 | 2024-07-29T22:02:41.281Z | Compiling clap_derive v4.5.8 |
417 | 2024-07-29T22:02:42.533Z | Compiling scroll v0.12.0 |
418 | 2024-07-29T22:02:43.027Z | Compiling goblin v0.8.2 |
419 | 2024-07-29T22:02:43.087Z | Compiling zerocopy v0.7.34 |
420 | 2024-07-29T22:02:44.311Z | Compiling pest v2.7.10 |
421 | 2024-07-29T22:02:44.891Z | Compiling clap v4.5.9 |
422 | 2024-07-29T22:02:46.317Z | Compiling pest_meta v2.7.10 |
423 | 2024-07-29T22:02:47.147Z | Compiling pest_generator v2.7.10 |
424 | 2024-07-29T22:02:49.162Z | Compiling pest_derive v2.7.10 |
425 | 2024-07-29T22:02:49.866Z | Compiling dtrace-parser v0.2.0 |
426 | 2024-07-29T22:02:51.618Z | Compiling serde_spanned v0.6.6 |
427 | 2024-07-29T22:02:51.620Z | Compiling toml_datetime v0.6.6 |
428 | 2024-07-29T22:02:51.620Z | Compiling cargo-platform v0.1.8 |
429 | 2024-07-29T22:02:51.990Z | Compiling serde_tokenstream v0.2.1 |
430 | 2024-07-29T22:02:52.195Z | Compiling toml_edit v0.22.16 |
431 | 2024-07-29T22:02:52.216Z | Compiling macaddr v1.0.1 |
432 | 2024-07-29T22:02:52.997Z | Compiling dof v0.3.0 |
433 | 2024-07-29T22:02:52.997Z | Compiling cargo_metadata v0.18.1 |
434 | 2024-07-29T22:02:54.802Z | Compiling toml v0.8.15 |
435 | 2024-07-29T22:02:55.020Z | Compiling usdt-macro v0.5.0 |
436 | 2024-07-29T22:02:55.020Z | Compiling usdt-attr-macro v0.5.0 |
437 | 2024-07-29T22:02:55.652Z | Compiling cargo_toml v0.20.4 |
438 | 2024-07-29T22:02:56.493Z | Compiling usdt v0.5.0 |
439 | 2024-07-29T22:02:59.667Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
440 | 2024-07-29T22:03:03.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.90s |
441 | 2024-07-29T22:03:04.156Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
442 | 2024-07-29T22:03:04.674Z | Downloading crates ... |
443 | 2024-07-29T22:03:04.786Z | Downloaded assert_matches v1.5.0 |
444 | 2024-07-29T22:03:04.789Z | Downloaded ahash v0.8.11 |
445 | 2024-07-29T22:03:04.792Z | Downloaded atomicwrites v0.4.3 |
446 | 2024-07-29T22:03:04.795Z | Downloaded bitstruct_derive v0.1.0 |
447 | 2024-07-29T22:03:04.795Z | Downloaded adler v1.0.2 |
448 | 2024-07-29T22:03:04.798Z | Downloaded darling_macro v0.20.9 |
449 | 2024-07-29T22:03:04.798Z | Downloaded ciborium-io v0.2.2 |
450 | 2024-07-29T22:03:04.806Z | Downloaded bitflags v1.3.2 |
451 | 2024-07-29T22:03:04.810Z | Downloaded bit-set v0.5.3 |
452 | 2024-07-29T22:03:04.812Z | Downloaded is_ci v1.2.0 |
453 | 2024-07-29T22:03:04.815Z | Downloaded is-terminal v0.4.12 |
454 | 2024-07-29T22:03:04.815Z | Downloaded aead v0.5.2 |
455 | 2024-07-29T22:03:04.817Z | Downloaded bitfield v0.14.0 |
456 | 2024-07-29T22:03:04.817Z | Downloaded async-stream v0.3.5 |
457 | 2024-07-29T22:03:04.820Z | Downloaded chacha20 v0.9.1 |
458 | 2024-07-29T22:03:04.822Z | Downloaded crucible-workspace-hack v0.1.0 |
459 | 2024-07-29T22:03:04.822Z | Downloaded instant v0.1.12 |
460 | 2024-07-29T22:03:04.825Z | Downloaded debug-ignore v1.0.5 |
461 | 2024-07-29T22:03:04.827Z | Downloaded cobs v0.2.3 |
462 | 2024-07-29T22:03:04.827Z | Downloaded camino-tempfile v1.1.1 |
463 | 2024-07-29T22:03:04.830Z | Downloaded indent_write v2.2.0 |
464 | 2024-07-29T22:03:04.834Z | Downloaded inout v0.1.3 |
465 | 2024-07-29T22:03:04.834Z | Downloaded ipnetwork v0.20.0 |
466 | 2024-07-29T22:03:04.836Z | Downloaded crossbeam-deque v0.8.5 |
467 | 2024-07-29T22:03:04.836Z | Downloaded backoff v0.4.0 |
468 | 2024-07-29T22:03:04.841Z | Downloaded async-trait v0.1.81 |
469 | 2024-07-29T22:03:04.845Z | Downloaded match_cfg v0.1.0 |
470 | 2024-07-29T22:03:04.848Z | Downloaded defmt-macros v0.3.9 |
471 | 2024-07-29T22:03:04.850Z | Downloaded atty v0.2.14 |
472 | 2024-07-29T22:03:04.853Z | Downloaded number_prefix v0.4.0 |
473 | 2024-07-29T22:03:04.853Z | Downloaded oso-derive v0.27.3 |
474 | 2024-07-29T22:03:04.856Z | Downloaded base64ct v1.6.0 |
475 | 2024-07-29T22:03:04.859Z | Downloaded darling v0.20.9 |
476 | 2024-07-29T22:03:04.861Z | Downloaded normalize-line-endings v0.3.0 |
477 | 2024-07-29T22:03:04.864Z | Downloaded parse-size v1.0.0 |
478 | 2024-07-29T22:03:04.866Z | Downloaded md-5 v0.10.6 |
479 | 2024-07-29T22:03:04.866Z | Downloaded cfg_aliases v0.1.1 |
480 | 2024-07-29T22:03:04.869Z | Downloaded crunchy v0.2.2 |
481 | 2024-07-29T22:03:04.869Z | Downloaded bitstruct v0.1.1 |
482 | 2024-07-29T22:03:04.871Z | Downloaded cookie v0.17.0 |
483 | 2024-07-29T22:03:04.874Z | Downloaded openssl-macros v0.1.1 |
484 | 2024-07-29T22:03:04.874Z | Downloaded indoc v1.0.9 |
485 | 2024-07-29T22:03:04.876Z | Downloaded indexmap v1.9.3 |
486 | 2024-07-29T22:03:04.880Z | Downloaded ascii v1.1.0 |
487 | 2024-07-29T22:03:04.883Z | Downloaded cookie_store v0.20.0 |
488 | 2024-07-29T22:03:04.885Z | Downloaded new_debug_unreachable v1.0.6 |
489 | 2024-07-29T22:03:04.888Z | Downloaded bitfield-struct v0.6.1 |
490 | 2024-07-29T22:03:04.888Z | Downloaded atomic-waker v1.1.2 |
491 | 2024-07-29T22:03:04.890Z | Downloaded async-recursion v1.1.1 |
492 | 2024-07-29T22:03:04.894Z | Downloaded sqlparser_derive v0.2.2 |
493 | 2024-07-29T22:03:04.896Z | Downloaded num_threads v0.1.7 |
494 | 2024-07-29T22:03:04.896Z | Downloaded openssl-probe v0.1.5 |
495 | 2024-07-29T22:03:04.899Z | Downloaded opaque-debug v0.3.1 |
496 | 2024-07-29T22:03:04.899Z | Downloaded newtype_derive v0.1.6 |
497 | 2024-07-29T22:03:04.901Z | Downloaded const-oid v0.9.6 |
498 | 2024-07-29T22:03:04.905Z | Downloaded lru-cache v0.1.2 |
499 | 2024-07-29T22:03:04.907Z | Downloaded num_cpus v1.16.0 |
500 | 2024-07-29T22:03:04.908Z | Downloaded num v0.4.3 |
501 | 2024-07-29T22:03:04.910Z | Downloaded slog-async v2.8.0 |
502 | 2024-07-29T22:03:04.913Z | Downloaded bzip2 v0.4.4 |
503 | 2024-07-29T22:03:04.913Z | Downloaded lazycell v1.3.0 |
504 | 2024-07-29T22:03:04.916Z | Downloaded mockall v0.12.1 |
505 | 2024-07-29T22:03:04.918Z | Downloaded data-encoding v2.6.0 |
506 | 2024-07-29T22:03:04.918Z | Downloaded cstr-argument v0.1.2 |
507 | 2024-07-29T22:03:04.921Z | Downloaded allocator-api2 v0.2.18 |
508 | 2024-07-29T22:03:04.923Z | Downloaded crc-catalog v2.4.0 |
509 | 2024-07-29T22:03:04.926Z | Downloaded num_enum_derive v0.5.11 |
510 | 2024-07-29T22:03:04.926Z | Downloaded curve25519-dalek-derive v0.1.1 |
511 | 2024-07-29T22:03:04.929Z | Downloaded convert_case v0.4.0 |
512 | 2024-07-29T22:03:04.929Z | Downloaded constant_time_eq v0.3.0 |
513 | 2024-07-29T22:03:04.932Z | Downloaded parse-display v0.9.1 |
514 | 2024-07-29T22:03:04.932Z | Downloaded paste v1.0.15 |
515 | 2024-07-29T22:03:04.935Z | Downloaded serde_with_macros v3.8.3 |
516 | 2024-07-29T22:03:04.937Z | Downloaded strum v0.26.3 |
517 | 2024-07-29T22:03:04.940Z | Downloaded signal-hook-mio v0.2.3 |
518 | 2024-07-29T22:03:04.942Z | Downloaded slog-stdlog v4.1.1 |
519 | 2024-07-29T22:03:04.942Z | Downloaded mime v0.3.17 |
520 | 2024-07-29T22:03:04.945Z | Downloaded structmeta-derive v0.3.0 |
521 | 2024-07-29T22:03:04.945Z | Downloaded lru v0.12.3 |
522 | 2024-07-29T22:03:04.948Z | Downloaded linked-hash-map v0.5.6 |
523 | 2024-07-29T22:03:04.948Z | Downloaded sqlformat v0.2.4 |
524 | 2024-07-29T22:03:04.950Z | Downloaded lazy_static v1.5.0 |
525 | 2024-07-29T22:03:04.953Z | Downloaded thiserror-impl-no-std v2.0.2 |
526 | 2024-07-29T22:03:04.956Z | Downloaded kstat-rs v0.2.4 |
527 | 2024-07-29T22:03:04.956Z | Downloaded waitgroup v0.1.2 |
528 | 2024-07-29T22:03:04.958Z | Downloaded num-iter v0.1.45 |
529 | 2024-07-29T22:03:04.958Z | Downloaded crossbeam-epoch v0.9.18 |
530 | 2024-07-29T22:03:04.961Z | Downloaded nodrop v0.1.14 |
531 | 2024-07-29T22:03:04.963Z | Downloaded compact_str v0.7.1 |
532 | 2024-07-29T22:03:04.966Z | Downloaded foreign-types-shared v0.3.1 |
533 | 2024-07-29T22:03:04.966Z | Downloaded num_enum v0.5.11 |
534 | 2024-07-29T22:03:04.971Z | Downloaded libefi-sys v0.1.0 |
535 | 2024-07-29T22:03:04.973Z | Downloaded unarray v0.1.4 |
536 | 2024-07-29T22:03:04.976Z | Downloaded parse-display-derive v0.9.1 |
537 | 2024-07-29T22:03:04.976Z | Downloaded csv-core v0.1.11 |
538 | 2024-07-29T22:03:04.978Z | Downloaded ciborium v0.2.2 |
539 | 2024-07-29T22:03:04.981Z | Downloaded precomputed-hash v0.1.1 |
540 | 2024-07-29T22:03:04.983Z | Downloaded owo-colors v4.0.0 |
541 | 2024-07-29T22:03:04.986Z | Downloaded num-rational v0.4.2 |
542 | 2024-07-29T22:03:04.988Z | Downloaded xattr v1.3.1 |
543 | 2024-07-29T22:03:04.991Z | Downloaded multer v3.1.0 |
544 | 2024-07-29T22:03:04.993Z | Downloaded embedded-io v0.4.0 |
545 | 2024-07-29T22:03:04.996Z | Downloaded futures-macro v0.3.30 |
546 | 2024-07-29T22:03:04.996Z | Downloaded der v0.7.9 |
547 | 2024-07-29T22:03:05.001Z | Downloaded fastrand v2.1.0 |
548 | 2024-07-29T22:03:05.004Z | Downloaded toolchain_find v0.4.0 |
549 | 2024-07-29T22:03:05.006Z | Downloaded group v0.13.0 |
550 | 2024-07-29T22:03:05.009Z | Downloaded unicase v2.7.0 |
551 | 2024-07-29T22:03:05.009Z | Downloaded tracing-attributes v0.1.27 |
552 | 2024-07-29T22:03:05.012Z | Downloaded tokio-rustls v0.25.0 |
553 | 2024-07-29T22:03:05.015Z | Downloaded untrusted v0.9.0 |
554 | 2024-07-29T22:03:05.017Z | Downloaded num-complex v0.4.6 |
555 | 2024-07-29T22:03:05.021Z | Downloaded clang-sys v1.7.0 |
556 | 2024-07-29T22:03:05.021Z | Downloaded blake2 v0.10.6 |
557 | 2024-07-29T22:03:05.024Z | Downloaded nu-ansi-term v0.50.0 |
558 | 2024-07-29T22:03:05.027Z | Downloaded serde_plain v1.0.2 |
559 | 2024-07-29T22:03:05.030Z | Downloaded predicates-core v1.0.6 |
560 | 2024-07-29T22:03:05.030Z | Downloaded fd-lock v4.0.2 |
561 | 2024-07-29T22:03:05.033Z | Downloaded phf v0.11.2 |
562 | 2024-07-29T22:03:05.036Z | Downloaded headers-core v0.2.0 |
563 | 2024-07-29T22:03:05.036Z | Downloaded heck v0.3.3 |
564 | 2024-07-29T22:03:05.036Z | Downloaded foreign-types-macros v0.2.3 |
565 | 2024-07-29T22:03:05.039Z | Downloaded yasna v0.5.2 |
566 | 2024-07-29T22:03:05.041Z | Downloaded arc-swap v1.7.1 |
567 | 2024-07-29T22:03:05.044Z | Downloaded schemars_derive v0.8.21 |
568 | 2024-07-29T22:03:05.047Z | Downloaded hyper-staticfile v0.9.5 |
569 | 2024-07-29T22:03:05.050Z | Downloaded gethostname v0.4.3 |
570 | 2024-07-29T22:03:05.053Z | Downloaded miniz_oxide v0.7.2 |
571 | 2024-07-29T22:03:05.056Z | Downloaded parking_lot v0.12.2 |
572 | 2024-07-29T22:03:05.059Z | Downloaded strum_macros v0.25.3 |
573 | 2024-07-29T22:03:05.061Z | Downloaded structmeta-derive v0.2.0 |
574 | 2024-07-29T22:03:05.062Z | Downloaded tokio-macros v2.3.0 |
575 | 2024-07-29T22:03:05.064Z | Downloaded httparse v1.8.0 |
576 | 2024-07-29T22:03:05.067Z | Downloaded strum_macros v0.24.3 |
577 | 2024-07-29T22:03:05.070Z | Downloaded darling_core v0.20.9 |
578 | 2024-07-29T22:03:05.074Z | Downloaded chacha20poly1305 v0.10.1 |
579 | 2024-07-29T22:03:05.077Z | Downloaded universal-hash v0.5.1 |
580 | 2024-07-29T22:03:05.079Z | Downloaded slog-envlogger v2.2.0 |
581 | 2024-07-29T22:03:05.079Z | Downloaded derive_builder_core v0.20.0 |
582 | 2024-07-29T22:03:05.083Z | Downloaded dirs-next v2.0.0 |
583 | 2024-07-29T22:03:05.086Z | Downloaded diesel_table_macro_syntax v0.1.0 |
584 | 2024-07-29T22:03:05.086Z | Downloaded futures-sink v0.3.30 |
585 | 2024-07-29T22:03:05.086Z | Downloaded enum-as-inner v0.5.1 |
586 | 2024-07-29T22:03:05.089Z | Downloaded form_urlencoded v1.2.1 |
587 | 2024-07-29T22:03:05.091Z | Downloaded backtrace v0.3.71 |
588 | 2024-07-29T22:03:05.094Z | Downloaded term v0.7.0 |
589 | 2024-07-29T22:03:05.098Z | Downloaded textwrap v0.16.1 |
590 | 2024-07-29T22:03:05.101Z | Downloaded scheduled-thread-pool v0.2.7 |
591 | 2024-07-29T22:03:05.104Z | Downloaded tracing-core v0.1.32 |
592 | 2024-07-29T22:03:05.106Z | Downloaded zone v0.1.8 |
593 | 2024-07-29T22:03:05.109Z | Downloaded whoami v1.5.1 |
594 | 2024-07-29T22:03:05.112Z | Downloaded slog-dtrace v0.3.0 |
595 | 2024-07-29T22:03:05.112Z | Downloaded const_format v0.2.32 |
596 | 2024-07-29T22:03:05.117Z | Downloaded base64 v0.22.1 |
597 | 2024-07-29T22:03:05.121Z | Downloaded sigpipe v0.1.3 |
598 | 2024-07-29T22:03:05.123Z | Downloaded try-lock v0.2.5 |
599 | 2024-07-29T22:03:05.126Z | Downloaded tower-service v0.3.2 |
600 | 2024-07-29T22:03:05.126Z | Downloaded display-error-chain v0.2.0 |
601 | 2024-07-29T22:03:05.128Z | Downloaded topological-sort v0.2.2 |
602 | 2024-07-29T22:03:05.128Z | Downloaded signal-hook-tokio v0.3.1 |
603 | 2024-07-29T22:03:05.128Z | Downloaded env_logger v0.9.3 |
604 | 2024-07-29T22:03:05.131Z | Downloaded rustfmt-wrapper v0.2.1 |
605 | 2024-07-29T22:03:05.134Z | Downloaded home v0.5.9 |
606 | 2024-07-29T22:03:05.134Z | Downloaded peg-macros v0.8.4 |
607 | 2024-07-29T22:03:05.137Z | Downloaded hex v0.4.3 |
608 | 2024-07-29T22:03:05.140Z | Downloaded predicates v3.1.0 |
609 | 2024-07-29T22:03:05.143Z | Downloaded quick-error v1.2.3 |
610 | 2024-07-29T22:03:05.143Z | Downloaded httpdate v1.0.3 |
611 | 2024-07-29T22:03:05.145Z | Downloaded path-slash v0.1.5 |
612 | 2024-07-29T22:03:05.148Z | Downloaded time-core v0.1.2 |
613 | 2024-07-29T22:03:05.148Z | Downloaded crossbeam-channel v0.5.12 |
614 | 2024-07-29T22:03:05.152Z | Downloaded ident_case v1.0.1 |
615 | 2024-07-29T22:03:05.154Z | Downloaded crossterm v0.27.0 |
616 | 2024-07-29T22:03:05.159Z | Downloaded pkg-config v0.3.30 |
617 | 2024-07-29T22:03:05.161Z | Downloaded signature v2.2.0 |
618 | 2024-07-29T22:03:05.164Z | Downloaded serde-hex v0.1.0 |
619 | 2024-07-29T22:03:05.164Z | Downloaded slog-bunyan v2.5.0 |
620 | 2024-07-29T22:03:05.167Z | Downloaded sec1 v0.7.3 |
621 | 2024-07-29T22:03:05.167Z | Downloaded signal-hook-registry v1.4.2 |
622 | 2024-07-29T22:03:05.169Z | Downloaded shell-words v1.1.0 |
623 | 2024-07-29T22:03:05.169Z | Downloaded want v0.3.1 |
624 | 2024-07-29T22:03:05.172Z | Downloaded vte_generate_state_changes v0.1.1 |
625 | 2024-07-29T22:03:05.172Z | Downloaded tinyvec_macros v0.1.1 |
626 | 2024-07-29T22:03:05.172Z | Downloaded elliptic-curve v0.13.8 |
627 | 2024-07-29T22:03:05.175Z | Downloaded num-traits v0.2.19 |
628 | 2024-07-29T22:03:05.178Z | Downloaded schemars v0.8.21 |
629 | 2024-07-29T22:03:05.196Z | Downloaded scopeguard v1.2.0 |
630 | 2024-07-29T22:03:05.199Z | Downloaded peg-runtime v0.8.3 |
631 | 2024-07-29T22:03:05.201Z | Downloaded fxhash v0.2.1 |
632 | 2024-07-29T22:03:05.201Z | Downloaded fixedbitset v0.4.2 |
633 | 2024-07-29T22:03:05.204Z | Downloaded uzers v0.11.3 |
634 | 2024-07-29T22:03:05.206Z | Downloaded hash32 v0.2.1 |
635 | 2024-07-29T22:03:05.209Z | Downloaded glob v0.3.1 |
636 | 2024-07-29T22:03:05.218Z | Downloaded dirs-sys-next v0.1.2 |
637 | 2024-07-29T22:03:05.221Z | Downloaded termtree v0.4.1 |
638 | 2024-07-29T22:03:05.223Z | Downloaded test-strategy v0.3.1 |
639 | 2024-07-29T22:03:05.226Z | Downloaded getrandom v0.2.14 |
640 | 2024-07-29T22:03:05.229Z | Downloaded rustversion v1.0.17 |
641 | 2024-07-29T22:03:05.233Z | Downloaded serde-big-array v0.5.1 |
642 | 2024-07-29T22:03:05.236Z | Downloaded foreign-types v0.5.0 |
643 | 2024-07-29T22:03:05.236Z | Downloaded foreign-types v0.3.2 |
644 | 2024-07-29T22:03:05.238Z | Downloaded which v4.4.2 |
645 | 2024-07-29T22:03:05.240Z | Downloaded tiny-keccak v2.0.2 |
646 | 2024-07-29T22:03:05.243Z | Downloaded phf_shared v0.10.0 |
647 | 2024-07-29T22:03:05.243Z | Downloaded hostname v0.4.0 |
648 | 2024-07-29T22:03:05.246Z | Downloaded pkcs8 v0.10.2 |
649 | 2024-07-29T22:03:05.248Z | Downloaded pretty-hex v0.2.1 |
650 | 2024-07-29T22:03:05.251Z | Downloaded phf_shared v0.11.2 |
651 | 2024-07-29T22:03:05.251Z | Downloaded string_cache v0.8.7 |
652 | 2024-07-29T22:03:05.253Z | Downloaded sct v0.7.1 |
653 | 2024-07-29T22:03:05.256Z | Downloaded stable_deref_trait v1.2.0 |
654 | 2024-07-29T22:03:05.258Z | Downloaded semver v0.1.20 |
655 | 2024-07-29T22:03:05.258Z | Downloaded rustls-pemfile v1.0.4 |
656 | 2024-07-29T22:03:05.261Z | Downloaded pin-project-internal v1.1.5 |
657 | 2024-07-29T22:03:05.263Z | Downloaded hash32 v0.3.1 |
658 | 2024-07-29T22:03:05.266Z | Downloaded static_assertions v1.1.0 |
659 | 2024-07-29T22:03:05.266Z | Downloaded unicode_categories v0.1.1 |
660 | 2024-07-29T22:03:05.269Z | Downloaded shlex v1.3.0 |
661 | 2024-07-29T22:03:05.269Z | Downloaded http-range v0.1.5 |
662 | 2024-07-29T22:03:05.272Z | Downloaded futures-io v0.3.30 |
663 | 2024-07-29T22:03:05.272Z | Downloaded snafu v0.8.2 |
664 | 2024-07-29T22:03:05.277Z | Downloaded globset v0.4.14 |
665 | 2024-07-29T22:03:05.281Z | Downloaded thread_local v1.1.8 |
666 | 2024-07-29T22:03:05.284Z | Downloaded termios v0.3.3 |
667 | 2024-07-29T22:03:05.284Z | Downloaded hostname v0.3.1 |
668 | 2024-07-29T22:03:05.284Z | Downloaded dyn-clone v1.0.17 |
669 | 2024-07-29T22:03:05.287Z | Downloaded supports-color v3.0.0 |
670 | 2024-07-29T22:03:05.287Z | Downloaded hubpack_derive v0.1.1 |
671 | 2024-07-29T22:03:05.289Z | Downloaded snafu-derive v0.8.2 |
672 | 2024-07-29T22:03:05.289Z | Downloaded stability v0.2.0 |
673 | 2024-07-29T22:03:05.292Z | Downloaded tokio-tungstenite v0.21.0 |
674 | 2024-07-29T22:03:05.294Z | Downloaded tokio-postgres v0.7.10 |
675 | 2024-07-29T22:03:05.297Z | Downloaded strum_macros v0.26.4 |
676 | 2024-07-29T22:03:05.300Z | Downloaded take_mut v0.2.2 |
677 | 2024-07-29T22:03:05.303Z | Downloaded pem-rfc7468 v0.7.0 |
678 | 2024-07-29T22:03:05.303Z | Downloaded rusty-fork v0.3.0 |
679 | 2024-07-29T22:03:05.305Z | Downloaded derive_builder_macro v0.20.0 |
680 | 2024-07-29T22:03:05.305Z | Downloaded slog-json v2.6.1 |
681 | 2024-07-29T22:03:05.308Z | Downloaded blake3 v1.5.1 |
682 | 2024-07-29T22:03:05.314Z | Downloaded termcolor v1.4.1 |
683 | 2024-07-29T22:03:05.317Z | Downloaded half v2.4.1 |
684 | 2024-07-29T22:03:05.319Z | Downloaded signal-hook v0.3.17 |
685 | 2024-07-29T22:03:05.322Z | Downloaded serde_repr v0.1.19 |
686 | 2024-07-29T22:03:05.325Z | Downloaded http-body v0.4.6 |
687 | 2024-07-29T22:03:05.327Z | Downloaded downcast v0.11.0 |
688 | 2024-07-29T22:03:05.330Z | Downloaded uuid v1.10.0 |
689 | 2024-07-29T22:03:05.332Z | Downloaded fatfs v0.3.6 |
690 | 2024-07-29T22:03:05.335Z | Downloaded serde_urlencoded v0.7.1 |
691 | 2024-07-29T22:03:05.337Z | Downloaded zerocopy v0.6.6 |
692 | 2024-07-29T22:03:05.340Z | Downloaded walkdir v2.5.0 |
693 | 2024-07-29T22:03:05.342Z | Downloaded spin v0.5.2 |
694 | 2024-07-29T22:03:05.342Z | Downloaded serde_with v3.8.3 |
695 | 2024-07-29T22:03:05.351Z | Downloaded strip-ansi-escapes v0.2.0 |
696 | 2024-07-29T22:03:05.353Z | Downloaded ref-cast v1.0.23 |
697 | 2024-07-29T22:03:05.356Z | Downloaded portpicker v0.1.1 |
698 | 2024-07-29T22:03:05.356Z | Downloaded flagset v0.4.5 |
699 | 2024-07-29T22:03:05.359Z | Downloaded tui-tree-widget v0.21.0 |
700 | 2024-07-29T22:03:05.359Z | Downloaded subtle v2.5.0 |
701 | 2024-07-29T22:03:05.361Z | Downloaded either v1.12.0 |
702 | 2024-07-29T22:03:05.361Z | Downloaded prettyplease v0.2.20 |
703 | 2024-07-29T22:03:05.364Z | Downloaded unicode-truncate v1.0.0 |
704 | 2024-07-29T22:03:05.367Z | Downloaded smf v0.2.3 |
705 | 2024-07-29T22:03:05.367Z | Downloaded tinyvec v1.6.0 |
706 | 2024-07-29T22:03:05.370Z | Downloaded filetime v0.2.23 |
707 | 2024-07-29T22:03:05.372Z | Downloaded sync_wrapper v0.1.2 |
708 | 2024-07-29T22:03:05.372Z | Downloaded rustc-hash v1.1.0 |
709 | 2024-07-29T22:03:05.375Z | Downloaded smawk v0.3.2 |
710 | 2024-07-29T22:03:05.375Z | Downloaded humantime v2.1.0 |
711 | 2024-07-29T22:03:05.377Z | Downloaded futures-channel v0.3.30 |
712 | 2024-07-29T22:03:05.380Z | Downloaded ff v0.13.0 |
713 | 2024-07-29T22:03:05.380Z | Downloaded slog-scope v4.4.0 |
714 | 2024-07-29T22:03:05.383Z | Downloaded toml_edit v0.19.15 |
715 | 2024-07-29T22:03:05.396Z | Downloaded unicode-linebreak v0.1.5 |
716 | 2024-07-29T22:03:05.399Z | Downloaded highway v1.1.0 |
717 | 2024-07-29T22:03:05.401Z | Downloaded tokio-native-tls v0.3.1 |
718 | 2024-07-29T22:03:05.401Z | Downloaded zeroize_derive v1.4.2 |
719 | 2024-07-29T22:03:05.405Z | Downloaded utf-8 v0.7.6 |
720 | 2024-07-29T22:03:05.405Z | Downloaded untrusted v0.7.1 |
721 | 2024-07-29T22:03:05.405Z | Downloaded r2d2 v0.8.10 |
722 | 2024-07-29T22:03:05.408Z | Downloaded erased-serde v0.3.31 |
723 | 2024-07-29T22:03:05.410Z | Downloaded proc-macro-crate v1.3.1 |
724 | 2024-07-29T22:03:05.410Z | Downloaded float-cmp v0.9.0 |
725 | 2024-07-29T22:03:05.410Z | Downloaded tls_codec_derive v0.4.1 |
726 | 2024-07-29T22:03:05.413Z | Downloaded diff v0.1.13 |
727 | 2024-07-29T22:03:05.416Z | Downloaded itertools v0.10.5 |
728 | 2024-07-29T22:03:05.421Z | Downloaded rand v0.8.5 |
729 | 2024-07-29T22:03:05.424Z | Downloaded psl-types v2.0.11 |
730 | 2024-07-29T22:03:05.426Z | Downloaded vte v0.11.1 |
731 | 2024-07-29T22:03:05.429Z | Downloaded vsss-rs v3.3.4 |
732 | 2024-07-29T22:03:05.431Z | Downloaded ena v0.14.3 |
733 | 2024-07-29T22:03:05.431Z | Downloaded futures-task v0.3.30 |
734 | 2024-07-29T22:03:05.434Z | Downloaded futures-executor v0.3.30 |
735 | 2024-07-29T22:03:05.434Z | Downloaded smallvec v0.6.14 |
736 | 2024-07-29T22:03:05.436Z | Downloaded unicode-xid v0.2.4 |
737 | 2024-07-29T22:03:05.437Z | Downloaded rustls-pemfile v2.1.2 |
738 | 2024-07-29T22:03:05.439Z | Downloaded subprocess v0.2.9 |
739 | 2024-07-29T22:03:05.441Z | Downloaded structmeta v0.2.0 |
740 | 2024-07-29T22:03:05.444Z | Downloaded trust-dns-server v0.22.1 |
741 | 2024-07-29T22:03:05.446Z | Downloaded aho-corasick v1.1.3 |
742 | 2024-07-29T22:03:05.452Z | Downloaded tungstenite v0.20.1 |
743 | 2024-07-29T22:03:05.455Z | Downloaded rtoolbox v0.0.2 |
744 | 2024-07-29T22:03:05.458Z | Downloaded derive_more v0.99.18 |
745 | 2024-07-29T22:03:05.462Z | Downloaded same-file v1.0.6 |
746 | 2024-07-29T22:03:05.464Z | Downloaded powerfmt v0.2.0 |
747 | 2024-07-29T22:03:05.464Z | Downloaded rustls-pki-types v1.7.0 |
748 | 2024-07-29T22:03:05.467Z | Downloaded toml v0.5.11 |
749 | 2024-07-29T22:03:05.469Z | Downloaded x509-cert v0.2.5 |
750 | 2024-07-29T22:03:05.474Z | Downloaded sqlparser v0.45.0 |
751 | 2024-07-29T22:03:05.479Z | Downloaded getopts v0.2.21 |
752 | 2024-07-29T22:03:05.482Z | Downloaded zip v0.6.6 |
753 | 2024-07-29T22:03:05.485Z | Downloaded ron v0.7.1 |
754 | 2024-07-29T22:03:05.489Z | Downloaded smallvec v1.13.2 |
755 | 2024-07-29T22:03:05.491Z | Downloaded sha1 v0.10.6 |
756 | 2024-07-29T22:03:05.494Z | Downloaded tungstenite v0.21.0 |
757 | 2024-07-29T22:03:05.497Z | Downloaded libxml v0.3.3 |
758 | 2024-07-29T22:03:05.501Z | Downloaded num-bigint v0.4.5 |
759 | 2024-07-29T22:03:05.506Z | Downloaded trust-dns-resolver v0.22.0 |
760 | 2024-07-29T22:03:05.511Z | Downloaded flate2 v1.0.30 |
761 | 2024-07-29T22:03:05.516Z | Downloaded num-bigint-dig v0.8.4 |
762 | 2024-07-29T22:03:05.521Z | Downloaded bitvec v1.0.1 |
763 | 2024-07-29T22:03:05.537Z | Downloaded poly1305 v0.8.0 |
764 | 2024-07-29T22:03:05.539Z | Downloaded rsa v0.9.6 |
765 | 2024-07-29T22:03:05.544Z | Downloaded rcgen v0.12.1 |
766 | 2024-07-29T22:03:05.547Z | Downloaded publicsuffix v2.2.3 |
767 | 2024-07-29T22:03:05.550Z | Downloaded flume v0.11.0 |
768 | 2024-07-29T22:03:05.554Z | Downloaded rayon-core v1.12.1 |
769 | 2024-07-29T22:03:05.557Z | Downloaded expectorate v1.1.0 |
770 | 2024-07-29T22:03:05.560Z | Downloaded trust-dns-client v0.22.0 |
771 | 2024-07-29T22:03:05.565Z | Downloaded http v0.2.12 |
772 | 2024-07-29T22:03:05.572Z | Downloaded quick-xml v0.31.0 |
773 | 2024-07-29T22:03:05.576Z | Downloaded tar v0.4.41 |
774 | 2024-07-29T22:03:05.578Z | Downloaded bindgen v0.69.4 |
775 | 2024-07-29T22:03:05.586Z | Downloaded hkdf v0.12.4 |
776 | 2024-07-29T22:03:05.589Z | Downloaded steno v0.4.1 |
777 | 2024-07-29T22:03:05.593Z | Downloaded predicates-tree v1.0.9 |
778 | 2024-07-29T22:03:05.596Z | Downloaded samael v0.0.15 |
779 | 2024-07-29T22:03:05.600Z | Downloaded hashbrown v0.13.2 |
780 | 2024-07-29T22:03:05.605Z | Downloaded unicode-bidi v0.3.15 |
781 | 2024-07-29T22:03:05.607Z | Downloaded reedline v0.31.0 |
782 | 2024-07-29T22:03:05.616Z | Downloaded curve25519-dalek v4.1.3 |
783 | 2024-07-29T22:03:05.626Z | Downloaded serde_yaml v0.9.34+deprecated |
784 | 2024-07-29T22:03:05.630Z | Downloaded hashbrown v0.12.3 |
785 | 2024-07-29T22:03:05.634Z | Downloaded regex-automata v0.1.10 |
786 | 2024-07-29T22:03:05.640Z | Downloaded bstr v0.2.17 |
787 | 2024-07-29T22:03:05.650Z | Downloaded unicode-normalization v0.1.23 |
788 | 2024-07-29T22:03:05.654Z | Downloaded futures-util v0.3.30 |
789 | 2024-07-29T22:03:05.665Z | Downloaded tokio-util v0.7.11 |
790 | 2024-07-29T22:03:05.671Z | Downloaded hyper v0.14.28 |
791 | 2024-07-29T22:03:05.680Z | Downloaded proptest v1.4.0 |
792 | 2024-07-29T22:03:05.690Z | Downloaded tough v0.17.1 |
793 | 2024-07-29T22:03:05.698Z | Downloaded webpki-roots v0.25.4 |
794 | 2024-07-29T22:03:05.702Z | Downloaded smoltcp v0.9.1 |
795 | 2024-07-29T22:03:05.713Z | Downloaded radix_trie v0.2.1 |
796 | 2024-07-29T22:03:05.718Z | Downloaded rustyline v14.0.0 |
797 | 2024-07-29T22:03:05.724Z | Downloaded h2 v0.3.26 |
798 | 2024-07-29T22:03:05.731Z | Downloaded http v1.1.0 |
799 | 2024-07-29T22:03:05.735Z | Downloaded smoltcp v0.11.0 |
800 | 2024-07-29T22:03:05.748Z | Downloaded time v0.3.36 |
801 | 2024-07-29T22:03:05.755Z | Downloaded rustls v0.22.4 |
802 | 2024-07-29T22:03:05.770Z | Downloaded diesel v2.1.6 |
803 | 2024-07-29T22:03:05.788Z | Downloaded rayon v1.10.0 |
804 | 2024-07-29T22:03:05.797Z | Downloaded lalrpop v0.19.12 |
805 | 2024-07-29T22:03:05.809Z | Downloaded bstr v1.9.1 |
806 | 2024-07-29T22:03:05.820Z | Downloaded object v0.30.4 |
807 | 2024-07-29T22:03:05.830Z | Downloaded ratatui v0.27.0 |
808 | 2024-07-29T22:03:05.848Z | Downloaded portable-atomic v1.6.0 |
809 | 2024-07-29T22:03:05.853Z | Downloaded object v0.32.2 |
810 | 2024-07-29T22:03:05.863Z | Downloaded regex-automata v0.4.6 |
811 | 2024-07-29T22:03:05.879Z | Downloaded openssl v0.10.66 |
812 | 2024-07-29T22:03:05.888Z | Downloaded vcpkg v0.2.15 |
813 | 2024-07-29T22:03:05.923Z | Downloaded finl_unicode v1.2.0 |
814 | 2024-07-29T22:03:05.935Z | Downloaded sha3 v0.10.8 |
815 | 2024-07-29T22:03:05.939Z | Downloaded idna v0.2.3 |
816 | 2024-07-29T22:03:05.945Z | Downloaded idna v0.3.0 |
817 | 2024-07-29T22:03:05.952Z | Downloaded rustls-webpki v0.102.4 |
818 | 2024-07-29T22:03:05.968Z | Downloaded rustls v0.21.12 |
819 | 2024-07-29T22:03:05.978Z | Downloaded polar-core v0.27.3 |
820 | 2024-07-29T22:03:05.986Z | Downloaded trust-dns-proto v0.22.0 |
821 | 2024-07-29T22:03:05.997Z | Downloaded regress v0.9.1 |
822 | 2024-07-29T22:03:06.005Z | Downloaded openapiv3 v2.0.0 |
823 | 2024-07-29T22:03:06.017Z | Downloaded regex v1.10.5 |
824 | 2024-07-29T22:03:06.029Z | Downloaded gimli v0.28.1 |
825 | 2024-07-29T22:03:06.037Z | Downloaded nix v0.27.1 |
826 | 2024-07-29T22:03:06.047Z | Downloaded csv v1.3.0 |
827 | 2024-07-29T22:03:06.067Z | Downloaded sled v0.34.7 |
828 | 2024-07-29T22:03:06.076Z | Downloaded tokio v1.38.1 |
829 | 2024-07-29T22:03:06.112Z | Downloaded idna v0.5.0 |
830 | 2024-07-29T22:03:06.118Z | Downloaded zerocopy-derive v0.6.6 |
831 | 2024-07-29T22:03:06.127Z | Downloaded nix v0.28.0 |
832 | 2024-07-29T22:03:06.138Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
833 | 2024-07-29T22:03:06.150Z | Downloaded regex-syntax v0.6.29 |
834 | 2024-07-29T22:03:06.156Z | Downloaded winnow v0.5.40 |
835 | 2024-07-29T22:03:06.164Z | Downloaded regex-syntax v0.8.3 |
836 | 2024-07-29T22:03:06.172Z | Downloaded petgraph v0.6.5 |
837 | 2024-07-29T22:03:06.189Z | Downloaded rustls-webpki v0.101.7 |
838 | 2024-07-29T22:03:06.202Z | Downloaded reqwest v0.11.27 |
839 | 2024-07-29T22:03:06.209Z | Downloaded tracing v0.1.40 |
840 | 2024-07-29T22:03:06.213Z | Downloaded itertools v0.13.0 |
841 | 2024-07-29T22:03:06.219Z | Downloaded chrono v0.4.38 |
842 | 2024-07-29T22:03:06.226Z | Downloaded nom v7.1.3 |
843 | 2024-07-29T22:03:06.231Z | Downloaded libm v0.2.8 |
844 | 2024-07-29T22:03:06.238Z | Downloaded hyper-tls v0.5.0 |
845 | 2024-07-29T22:03:06.241Z | Downloaded postcard v1.0.8 |
846 | 2024-07-29T22:03:06.243Z | Downloaded tempfile v3.10.1 |
847 | 2024-07-29T22:03:06.246Z | Downloaded tap v1.0.1 |
848 | 2024-07-29T22:03:06.246Z | Downloaded rustc-demangle v0.1.24 |
849 | 2024-07-29T22:03:06.249Z | Downloaded der_derive v0.7.2 |
850 | 2024-07-29T22:03:06.249Z | Downloaded unicode-segmentation v1.11.0 |
851 | 2024-07-29T22:03:06.251Z | Downloaded ron v0.8.1 |
852 | 2024-07-29T22:03:06.256Z | Downloaded url v2.5.2 |
853 | 2024-07-29T22:03:06.261Z | Downloaded rustc_version v0.1.7 |
854 | 2024-07-29T22:03:06.264Z | Downloaded itertools v0.12.1 |
855 | 2024-07-29T22:03:06.267Z | Downloaded rpassword v7.3.1 |
856 | 2024-07-29T22:03:06.269Z | Downloaded socket2 v0.4.10 |
857 | 2024-07-29T22:03:06.269Z | Downloaded diesel_derives v2.1.4 |
858 | 2024-07-29T22:03:06.272Z | Downloaded fragile v2.0.0 |
859 | 2024-07-29T22:03:06.275Z | Downloaded float-ord v0.3.2 |
860 | 2024-07-29T22:03:06.275Z | Downloaded postgres-types v0.2.6 |
861 | 2024-07-29T22:03:06.278Z | Downloaded postgres-protocol v0.6.6 |
862 | 2024-07-29T22:03:06.278Z | Downloaded mio v0.8.11 |
863 | 2024-07-29T22:03:06.283Z | Downloaded minimal-lexical v0.2.1 |
864 | 2024-07-29T22:03:06.287Z | Downloaded pin-project v1.1.5 |
865 | 2024-07-29T22:03:06.296Z | Downloaded hmac v0.12.1 |
866 | 2024-07-29T22:03:06.299Z | Downloaded slog v2.7.0 |
867 | 2024-07-29T22:03:06.301Z | Downloaded percent-encoding v2.3.1 |
868 | 2024-07-29T22:03:06.301Z | Downloaded pem v3.0.4 |
869 | 2024-07-29T22:03:06.304Z | Downloaded peg v0.8.4 |
870 | 2024-07-29T22:03:06.307Z | Downloaded hubpack v0.1.2 |
871 | 2024-07-29T22:03:06.307Z | Downloaded wyz v0.5.1 |
872 | 2024-07-29T22:03:06.309Z | Downloaded siphasher v0.3.11 |
873 | 2024-07-29T22:03:06.309Z | Downloaded futures v0.3.30 |
874 | 2024-07-29T22:03:06.313Z | Downloaded headers v0.3.9 |
875 | 2024-07-29T22:03:06.318Z | Downloaded tokio-tungstenite v0.20.1 |
876 | 2024-07-29T22:03:06.320Z | Downloaded toml v0.7.8 |
877 | 2024-07-29T22:03:06.323Z | Downloaded futures-core v0.3.30 |
878 | 2024-07-29T22:03:06.325Z | Downloaded hyper-rustls v0.24.2 |
879 | 2024-07-29T22:03:06.328Z | Downloaded env_logger v0.10.2 |
880 | 2024-07-29T22:03:06.330Z | Downloaded unsafe-libyaml v0.2.11 |
881 | 2024-07-29T22:03:06.333Z | Downloaded typed-path v0.7.1 |
882 | 2024-07-29T22:03:06.336Z | Downloaded rand_xorshift v0.3.0 |
883 | 2024-07-29T22:03:06.339Z | Downloaded encoding_rs v0.8.34 |
884 | 2024-07-29T22:03:06.359Z | Downloaded zeroize v1.7.0 |
885 | 2024-07-29T22:03:06.361Z | Downloaded thiserror-no-std v2.0.2 |
886 | 2024-07-29T22:03:06.364Z | Downloaded iana-time-zone v0.1.60 |
887 | 2024-07-29T22:03:06.366Z | Downloaded stringprep v0.1.4 |
888 | 2024-07-29T22:03:06.368Z | Downloaded secrecy v0.8.0 |
889 | 2024-07-29T22:03:06.368Z | Downloaded time-macros v0.2.18 |
890 | 2024-07-29T22:03:06.371Z | Downloaded heapless v0.8.0 |
891 | 2024-07-29T22:03:06.373Z | Downloaded heapless v0.7.17 |
892 | 2024-07-29T22:03:06.376Z | Downloaded oso v0.27.3 |
893 | 2024-07-29T22:03:06.379Z | Downloaded openssl-sys v0.9.103 |
894 | 2024-07-29T22:03:06.384Z | Downloaded serde_derive_internals v0.29.1 |
895 | 2024-07-29T22:03:06.386Z | Downloaded funty v2.0.0 |
896 | 2024-07-29T22:03:06.386Z | Downloaded rustc_version v0.4.0 |
897 | 2024-07-29T22:03:06.389Z | Downloaded ref-cast-impl v1.0.23 |
898 | 2024-07-29T22:03:06.389Z | Downloaded radium v0.7.0 |
899 | 2024-07-29T22:03:06.389Z | Downloaded spin v0.9.8 |
900 | 2024-07-29T22:03:06.391Z | Downloaded slab v0.4.9 |
901 | 2024-07-29T22:03:06.394Z | Downloaded derive-where v1.2.7 |
902 | 2024-07-29T22:03:06.396Z | Downloaded deranged v0.3.11 |
903 | 2024-07-29T22:03:06.396Z | Downloaded base64 v0.13.1 |
904 | 2024-07-29T22:03:06.399Z | Downloaded difflib v0.4.0 |
905 | 2024-07-29T22:03:06.401Z | Downloaded serde_path_to_error v0.1.16 |
906 | 2024-07-29T22:03:06.401Z | Downloaded rand_seeder v0.2.3 |
907 | 2024-07-29T22:03:06.404Z | Downloaded foreign-types-shared v0.1.1 |
908 | 2024-07-29T22:03:06.404Z | Downloaded pkcs1 v0.7.5 |
909 | 2024-07-29T22:03:06.406Z | Downloaded pin-project-lite v0.2.14 |
910 | 2024-07-29T22:03:06.409Z | Downloaded resolv-conf v0.7.0 |
911 | 2024-07-29T22:03:06.411Z | Downloaded derive_builder v0.20.0 |
912 | 2024-07-29T22:03:06.414Z | Downloaded mockall_derive v0.12.1 |
913 | 2024-07-29T22:03:06.416Z | Downloaded crossbeam-utils v0.8.19 |
914 | 2024-07-29T22:03:06.419Z | Downloaded bytes v1.6.0 |
915 | 2024-07-29T22:03:06.422Z | Downloaded structmeta v0.3.0 |
916 | 2024-07-29T22:03:06.425Z | Downloaded spki v0.7.3 |
917 | 2024-07-29T22:03:06.425Z | Downloaded serde_arrays v0.1.0 |
918 | 2024-07-29T22:03:06.425Z | Downloaded tokio-stream v0.1.15 |
919 | 2024-07-29T22:03:06.429Z | Downloaded socket2 v0.5.7 |
920 | 2024-07-29T22:03:06.432Z | Downloaded similar v2.5.0 |
921 | 2024-07-29T22:03:06.434Z | Downloaded password-hash v0.5.0 |
922 | 2024-07-29T22:03:06.437Z | Downloaded parking_lot_core v0.9.10 |
923 | 2024-07-29T22:03:06.439Z | Downloaded omicron-zone-package v0.11.0 |
924 | 2024-07-29T22:03:06.443Z | Downloaded memoffset v0.9.1 |
925 | 2024-07-29T22:03:06.443Z | Downloaded endian-type v0.1.2 |
926 | 2024-07-29T22:03:06.443Z | Downloaded zone_cfg_derive v0.1.2 |
927 | 2024-07-29T22:03:06.443Z | Downloaded rand_core v0.6.4 |
928 | 2024-07-29T22:03:06.445Z | Downloaded rand_chacha v0.3.1 |
929 | 2024-07-29T22:03:06.445Z | Downloaded ppv-lite86 v0.2.17 |
930 | 2024-07-29T22:03:06.448Z | Downloaded pin-utils v0.1.0 |
931 | 2024-07-29T22:03:06.448Z | Downloaded wait-timeout v0.2.0 |
932 | 2024-07-29T22:03:06.448Z | Downloaded cookie v0.18.1 |
933 | 2024-07-29T22:03:06.451Z | Downloaded cancel-safe-futures v0.1.5 |
934 | 2024-07-29T22:03:06.454Z | Downloaded nanorand v0.7.0 |
935 | 2024-07-29T22:03:06.456Z | Downloaded multimap v0.10.0 |
936 | 2024-07-29T22:03:06.456Z | Downloaded cc v1.0.97 |
937 | 2024-07-29T22:03:06.459Z | Downloaded tokio-rustls v0.24.1 |
938 | 2024-07-29T22:03:06.461Z | Downloaded tls_codec v0.4.1 |
939 | 2024-07-29T22:03:06.464Z | Downloaded memmap2 v0.9.4 |
940 | 2024-07-29T22:03:06.464Z | Downloaded tabwriter v1.4.0 |
941 | 2024-07-29T22:03:06.466Z | Downloaded packed_struct_codegen v0.10.1 |
942 | 2024-07-29T22:03:06.466Z | Downloaded olpc-cjson v0.1.3 |
943 | 2024-07-29T22:03:06.466Z | Downloaded crypto-bigint v0.5.5 |
944 | 2024-07-29T22:03:06.472Z | Downloaded base64 v0.21.7 |
945 | 2024-07-29T22:03:06.476Z | Downloaded fallible-iterator v0.2.0 |
946 | 2024-07-29T22:03:06.478Z | Downloaded parking_lot_core v0.8.6 |
947 | 2024-07-29T22:03:06.481Z | Downloaded parking_lot v0.11.2 |
948 | 2024-07-29T22:03:06.481Z | Downloaded num-integer v0.1.46 |
949 | 2024-07-29T22:03:06.483Z | Downloaded native-tls v0.2.11 |
950 | 2024-07-29T22:03:06.486Z | Downloaded mime_guess v2.0.4 |
951 | 2024-07-29T22:03:06.486Z | Downloaded newtype-uuid v1.1.0 |
952 | 2024-07-29T22:03:06.489Z | Downloaded linear-map v1.2.0 |
953 | 2024-07-29T22:03:06.489Z | Downloaded libloading v0.8.3 |
954 | 2024-07-29T22:03:06.491Z | Downloaded num-derive v0.4.2 |
955 | 2024-07-29T22:03:06.491Z | Downloaded lock_api v0.4.12 |
956 | 2024-07-29T22:03:06.494Z | Downloaded console v0.15.8 |
957 | 2024-07-29T22:03:06.497Z | Downloaded slog-term v2.9.1 |
958 | 2024-07-29T22:03:06.497Z | Downloaded managed v0.8.0 |
959 | 2024-07-29T22:03:06.499Z | Downloaded ciborium-ll v0.2.2 |
960 | 2024-07-29T22:03:06.500Z | Downloaded maplit v1.0.2 |
961 | 2024-07-29T22:03:06.502Z | Downloaded ascii-canvas v3.0.0 |
962 | 2024-07-29T22:03:06.502Z | Downloaded defmt-parser v0.3.4 |
963 | 2024-07-29T22:03:06.502Z | Downloaded defmt v0.3.8 |
964 | 2024-07-29T22:03:06.505Z | Downloaded castaway v0.2.2 |
965 | 2024-07-29T22:03:06.505Z | Downloaded arrayvec v0.7.4 |
966 | 2024-07-29T22:03:06.508Z | Downloaded indicatif v0.17.8 |
967 | 2024-07-29T22:03:06.510Z | Downloaded packed_struct v0.10.1 |
968 | 2024-07-29T22:03:06.513Z | Downloaded maybe-uninit v2.0.0 |
969 | 2024-07-29T22:03:06.513Z | Downloaded libsw v3.3.1 |
970 | 2024-07-29T22:03:06.516Z | Downloaded crc v3.2.1 |
971 | 2024-07-29T22:03:06.518Z | Downloaded colored v2.1.0 |
972 | 2024-07-29T22:03:06.520Z | Downloaded block-padding v0.3.3 |
973 | 2024-07-29T22:03:06.520Z | Downloaded nibble_vec v0.1.0 |
974 | 2024-07-29T22:03:06.520Z | Downloaded crc-any v2.5.0 |
975 | 2024-07-29T22:03:06.523Z | Downloaded lalrpop-util v0.19.12 |
976 | 2024-07-29T22:03:06.523Z | Downloaded keccak v0.1.5 |
977 | 2024-07-29T22:03:06.526Z | Downloaded crc32fast v1.4.0 |
978 | 2024-07-29T22:03:06.526Z | Downloaded addr2line v0.21.0 |
979 | 2024-07-29T22:03:06.528Z | Downloaded newline-converter v0.3.0 |
980 | 2024-07-29T22:03:06.528Z | Downloaded matches v0.1.10 |
981 | 2024-07-29T22:03:06.528Z | Downloaded bit-vec v0.6.3 |
982 | 2024-07-29T22:03:06.531Z | Downloaded array-init v0.0.4 |
983 | 2024-07-29T22:03:06.531Z | Downloaded cassowary v0.3.0 |
984 | 2024-07-29T22:03:06.534Z | Downloaded bb8 v0.8.5 |
985 | 2024-07-29T22:03:06.534Z | Downloaded num-conv v0.1.0 |
986 | 2024-07-29T22:03:06.534Z | Downloaded bcs v0.1.6 |
987 | 2024-07-29T22:03:06.536Z | Downloaded argon2 v0.5.3 |
988 | 2024-07-29T22:03:06.536Z | Downloaded ipnet v2.9.0 |
989 | 2024-07-29T22:03:06.539Z | Downloaded buf-list v1.0.3 |
990 | 2024-07-29T22:03:06.542Z | Downloaded async-stream-impl v0.3.5 |
991 | 2024-07-29T22:03:06.542Z | Downloaded impl-trait-for-tuples v0.2.2 |
992 | 2024-07-29T22:03:06.544Z | Downloaded const_format_proc_macros v0.2.32 |
993 | 2024-07-29T22:03:06.544Z | Downloaded cexpr v0.6.0 |
994 | 2024-07-29T22:03:06.547Z | Downloaded cipher v0.4.4 |
995 | 2024-07-29T22:03:06.550Z | Downloaded base16ct v0.2.0 |
996 | 2024-07-29T22:03:06.550Z | Downloaded arrayref v0.3.7 |
997 | 2024-07-29T22:03:06.779Z | Downloaded ring v0.17.8 |
998 | 2024-07-29T22:03:06.890Z | Downloaded ring v0.16.20 |
999 | 2024-07-29T22:03:07.046Z | Compiling cfg-if v1.0.0 |
1000 | 2024-07-29T22:03:07.046Z | Compiling serde v1.0.204 |
1001 | 2024-07-29T22:03:07.049Z | Compiling lock_api v0.4.12 |
1002 | 2024-07-29T22:03:07.049Z | Compiling scopeguard v1.2.0 |
1003 | 2024-07-29T22:03:07.177Z | Compiling log v0.4.21 |
1004 | 2024-07-29T22:03:07.195Z | Compiling syn v2.0.72 |
1005 | 2024-07-29T22:03:07.198Z | Compiling cc v1.0.97 |
1006 | 2024-07-29T22:03:07.198Z | Compiling parking_lot_core v0.9.10 |
1007 | 2024-07-29T22:03:07.250Z | Compiling getrandom v0.2.14 |
1008 | 2024-07-29T22:03:07.296Z | Compiling smallvec v1.13.2 |
1009 | 2024-07-29T22:03:07.597Z | Compiling rand_core v0.6.4 |
1010 | 2024-07-29T22:03:07.651Z | Compiling typenum v1.17.0 |
1011 | 2024-07-29T22:03:07.668Z | Compiling generic-array v0.14.7 |
1012 | 2024-07-29T22:03:07.742Z | Compiling pin-project-lite v0.2.14 |
1013 | 2024-07-29T22:03:07.861Z | Compiling signal-hook-registry v1.4.2 |
1014 | 2024-07-29T22:03:07.985Z | Compiling parking_lot v0.12.2 |
1015 | 2024-07-29T22:03:08.010Z | Compiling spin v0.9.8 |
1016 | 2024-07-29T22:03:08.099Z | Compiling mio v0.8.11 |
1017 | 2024-07-29T22:03:08.305Z | Compiling serde_json v1.0.120 |
1018 | 2024-07-29T22:03:08.404Z | Compiling libm v0.2.8 |
1019 | 2024-07-29T22:03:08.632Z | Compiling ahash v0.8.11 |
1020 | 2024-07-29T22:03:08.663Z | Compiling num-traits v0.2.19 |
1021 | 2024-07-29T22:03:08.728Z | Compiling futures-core v0.3.30 |
1022 | 2024-07-29T22:03:08.903Z | Compiling tinyvec_macros v0.1.1 |
1023 | 2024-07-29T22:03:08.989Z | Compiling tinyvec v1.6.0 |
1024 | 2024-07-29T22:03:09.004Z | Compiling num_cpus v1.16.0 |
1025 | 2024-07-29T22:03:09.113Z | Compiling socket2 v0.5.7 |
1026 | 2024-07-29T22:03:09.152Z | Compiling subtle v2.5.0 |
1027 | 2024-07-29T22:03:09.355Z | Compiling const-oid v0.9.6 |
1028 | 2024-07-29T22:03:09.466Z | Compiling slab v0.4.9 |
1029 | 2024-07-29T22:03:09.732Z | Compiling futures-sink v0.3.30 |
1030 | 2024-07-29T22:03:10.043Z | Compiling allocator-api2 v0.2.18 |
1031 | 2024-07-29T22:03:10.294Z | Compiling unicode-bidi v0.3.15 |
1032 | 2024-07-29T22:03:10.511Z | Compiling unicode-normalization v0.1.23 |
1033 | 2024-07-29T22:03:10.950Z | Compiling futures-channel v0.3.30 |
1034 | 2024-07-29T22:03:10.965Z | Compiling vcpkg v0.2.15 |
1035 | 2024-07-29T22:03:11.006Z | Compiling futures-io v0.3.30 |
1036 | 2024-07-29T22:03:11.320Z | Compiling pin-utils v0.1.0 |
1037 | 2024-07-29T22:03:11.364Z | Compiling futures-task v0.3.30 |
1038 | 2024-07-29T22:03:11.382Z | Compiling pkg-config v0.3.30 |
1039 | 2024-07-29T22:03:11.410Z | Compiling ring v0.17.8 |
1040 | 2024-07-29T22:03:11.618Z | Compiling ppv-lite86 v0.2.17 |
1041 | 2024-07-29T22:03:11.675Z | Compiling percent-encoding v2.3.1 |
1042 | 2024-07-29T22:03:12.000Z | Compiling tracing-core v0.1.32 |
1043 | 2024-07-29T22:03:12.063Z | Compiling syn v1.0.109 |
1044 | 2024-07-29T22:03:12.140Z | Compiling num-conv v0.1.0 |
1045 | 2024-07-29T22:03:12.404Z | Compiling rand_chacha v0.3.1 |
1046 | 2024-07-29T22:03:12.446Z | Compiling time-core v0.1.2 |
1047 | 2024-07-29T22:03:12.606Z | Compiling untrusted v0.9.0 |
1048 | 2024-07-29T22:03:12.690Z | Compiling rustix v0.38.34 |
1049 | 2024-07-29T22:03:12.770Z | Compiling powerfmt v0.2.0 |
1050 | 2024-07-29T22:03:12.986Z | Compiling rand v0.8.5 |
1051 | 2024-07-29T22:03:13.146Z | Compiling deranged v0.3.11 |
1052 | 2024-07-29T22:03:13.226Z | Compiling openssl-sys v0.9.103 |
1053 | 2024-07-29T22:03:13.446Z | Compiling time-macros v0.2.18 |
1054 | 2024-07-29T22:03:13.513Z | Compiling iana-time-zone v0.1.60 |
1055 | 2024-07-29T22:03:14.074Z | Compiling rustversion v1.0.17 |
1056 | 2024-07-29T22:03:14.405Z | Compiling openssl v0.10.66 |
1057 | 2024-07-29T22:03:14.631Z | Compiling foreign-types-shared v0.1.1 |
1058 | 2024-07-29T22:03:14.725Z | Compiling httparse v1.8.0 |
1059 | 2024-07-29T22:03:14.757Z | Compiling base64ct v1.6.0 |
1060 | 2024-07-29T22:03:14.795Z | Compiling num_threads v0.1.7 |
1061 | 2024-07-29T22:03:14.959Z | Compiling foreign-types v0.3.2 |
1062 | 2024-07-29T22:03:15.044Z | Compiling form_urlencoded v1.2.1 |
1063 | 2024-07-29T22:03:15.129Z | Compiling flagset v0.4.5 |
1064 | 2024-07-29T22:03:15.319Z | Compiling pem-rfc7468 v0.7.0 |
1065 | 2024-07-29T22:03:15.343Z | Compiling crossbeam-utils v0.8.19 |
1066 | 2024-07-29T22:03:15.360Z | Compiling base64 v0.21.7 |
1067 | 2024-07-29T22:03:15.928Z | Compiling siphasher v0.3.11 |
1068 | 2024-07-29T22:03:16.078Z | Compiling rustls v0.21.12 |
1069 | 2024-07-29T22:03:16.099Z | Compiling native-tls v0.2.11 |
1070 | 2024-07-29T22:03:16.291Z | Compiling try-lock v0.2.5 |
1071 | 2024-07-29T22:03:16.394Z | Compiling want v0.3.1 |
1072 | 2024-07-29T22:03:16.446Z | Compiling serde_derive_internals v0.29.1 |
1073 | 2024-07-29T22:03:16.711Z | Compiling idna v0.5.0 |
1074 | 2024-07-29T22:03:16.970Z | Compiling lazy_static v1.5.0 |
1075 | 2024-07-29T22:03:17.086Z | Compiling cookie v0.17.0 |
1076 | 2024-07-29T22:03:17.089Z | Compiling time v0.3.36 |
1077 | 2024-07-29T22:03:17.346Z | Compiling aho-corasick v1.1.3 |
1078 | 2024-07-29T22:03:17.997Z | Compiling adler v1.0.2 |
1079 | 2024-07-29T22:03:18.221Z | Compiling slog v2.7.0 |
1080 | 2024-07-29T22:03:18.351Z | Compiling tower-service v0.3.2 |
1081 | 2024-07-29T22:03:18.470Z | Compiling regex-syntax v0.8.3 |
1082 | 2024-07-29T22:03:18.684Z | Compiling sct v0.7.1 |
1083 | 2024-07-29T22:03:18.963Z | Compiling rustls-webpki v0.101.7 |
1084 | 2024-07-29T22:03:19.328Z | Compiling signal-hook v0.3.17 |
1085 | 2024-07-29T22:03:19.563Z | Compiling httpdate v1.0.3 |
1086 | 2024-07-29T22:03:20.027Z | Compiling finl_unicode v1.2.0 |
1087 | 2024-07-29T22:03:20.583Z | Compiling cpufeatures v0.2.12 |
1088 | 2024-07-29T22:03:20.640Z | Compiling openssl-probe v0.1.5 |
1089 | 2024-07-29T22:03:20.673Z | Compiling schemars v0.8.21 |
1090 | 2024-07-29T22:03:20.958Z | Compiling stringprep v0.1.4 |
1091 | 2024-07-29T22:03:21.094Z | Compiling miniz_oxide v0.7.2 |
1092 | 2024-07-29T22:03:21.974Z | Compiling serde_derive v1.0.204 |
1093 | 2024-07-29T22:03:22.177Z | Compiling zeroize_derive v1.4.2 |
1094 | 2024-07-29T22:03:22.491Z | Compiling zerocopy-derive v0.7.34 |
1095 | 2024-07-29T22:03:22.651Z | Compiling tokio-macros v2.3.0 |
1096 | 2024-07-29T22:03:23.103Z | Compiling thiserror-impl v1.0.63 |
1097 | 2024-07-29T22:03:23.831Z | Compiling zeroize v1.7.0 |
1098 | 2024-07-29T22:03:24.393Z | Compiling futures-macro v0.3.30 |
1099 | 2024-07-29T22:03:24.879Z | Compiling zerocopy v0.7.34 |
1100 | 2024-07-29T22:03:25.094Z | Compiling scroll_derive v0.12.0 |
1101 | 2024-07-29T22:03:25.718Z | Compiling crypto-common v0.1.6 |
1102 | 2024-07-29T22:03:25.942Z | Compiling block-buffer v0.10.4 |
1103 | 2024-07-29T22:03:26.195Z | Compiling digest v0.10.7 |
1104 | 2024-07-29T22:03:26.499Z | Compiling futures-util v0.3.30 |
1105 | 2024-07-29T22:03:26.620Z | Compiling thiserror v1.0.63 |
1106 | 2024-07-29T22:03:26.644Z | Compiling tracing-attributes v0.1.27 |
1107 | 2024-07-29T22:03:26.660Z | Compiling scroll v0.12.0 |
1108 | 2024-07-29T22:03:26.761Z | Compiling pest v2.7.10 |
1109 | 2024-07-29T22:03:27.110Z | Compiling hashbrown v0.14.5 |
1110 | 2024-07-29T22:03:27.212Z | Compiling goblin v0.8.2 |
1111 | 2024-07-29T22:03:28.598Z | Compiling hmac v0.12.1 |
1112 | 2024-07-29T22:03:28.823Z | Compiling der_derive v0.7.2 |
1113 | 2024-07-29T22:03:29.583Z | Compiling pest_meta v2.7.10 |
1114 | 2024-07-29T22:03:29.641Z | Compiling openssl-macros v0.1.1 |
1115 | 2024-07-29T22:03:30.214Z | Compiling sha2 v0.10.8 |
1116 | 2024-07-29T22:03:30.404Z | Compiling md-5 v0.10.6 |
1117 | 2024-07-29T22:03:30.661Z | Compiling schemars_derive v0.8.21 |
1118 | 2024-07-29T22:03:30.824Z | Compiling tracing v0.1.40 |
1119 | 2024-07-29T22:03:31.329Z | Compiling pest_generator v2.7.10 |
1120 | 2024-07-29T22:03:31.457Z | Compiling der v0.7.9 |
1121 | 2024-07-29T22:03:32.971Z | Compiling regex-automata v0.4.6 |
1122 | 2024-07-29T22:03:33.392Z | Compiling url v2.5.2 |
1123 | 2024-07-29T22:03:33.605Z | Compiling spki v0.7.3 |
1124 | 2024-07-29T22:03:34.046Z | Compiling num-integer v0.1.46 |
1125 | 2024-07-29T22:03:34.824Z | Compiling idna v0.3.0 |
1126 | 2024-07-29T22:03:34.841Z | Compiling backtrace v0.3.71 |
1127 | 2024-07-29T22:03:34.899Z | Compiling pest_derive v2.7.10 |
1128 | 2024-07-29T22:03:35.286Z | Compiling hash32 v0.2.1 |
1129 | 2024-07-29T22:03:35.289Z | Compiling fallible-iterator v0.2.0 |
1130 | 2024-07-29T22:03:35.368Z | Compiling psl-types v2.0.11 |
1131 | 2024-07-29T22:03:35.541Z | Compiling dyn-clone v1.0.17 |
1132 | 2024-07-29T22:03:35.666Z | Compiling crc32fast v1.4.0 |
1133 | 2024-07-29T22:03:35.718Z | Compiling dtrace-parser v0.2.0 |
1134 | 2024-07-29T22:03:35.757Z | Compiling smoltcp v0.9.1 |
1135 | 2024-07-29T22:03:35.955Z | Compiling gimli v0.28.1 |
1136 | 2024-07-29T22:03:36.138Z | Compiling stable_deref_trait v1.2.0 |
1137 | 2024-07-29T22:03:36.232Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1138 | 2024-07-29T22:03:36.496Z | Compiling publicsuffix v2.2.3 |
1139 | 2024-07-29T22:03:36.746Z | Compiling bytes v1.6.0 |
1140 | 2024-07-29T22:03:37.016Z | Compiling bitflags v2.6.0 |
1141 | 2024-07-29T22:03:37.460Z | Compiling indexmap v2.2.6 |
1142 | 2024-07-29T22:03:37.627Z | Compiling tokio v1.38.1 |
1143 | 2024-07-29T22:03:37.798Z | Compiling http v0.2.12 |
1144 | 2024-07-29T22:03:37.902Z | Compiling uuid v1.10.0 |
1145 | 2024-07-29T22:03:38.032Z | Compiling semver v1.0.23 |
1146 | 2024-07-29T22:03:38.753Z | Compiling rustc_version v0.4.0 |
1147 | 2024-07-29T22:03:39.461Z | Compiling chrono v0.4.38 |
1148 | 2024-07-29T22:03:39.476Z | Compiling heapless v0.7.17 |
1149 | 2024-07-29T22:03:39.861Z | Compiling http-body v0.4.6 |
1150 | 2024-07-29T22:03:40.164Z | Compiling dof v0.3.0 |
1151 | 2024-07-29T22:03:40.435Z | Compiling serde_tokenstream v0.2.1 |
1152 | 2024-07-29T22:03:40.907Z | Compiling serde_spanned v0.6.6 |
1153 | 2024-07-29T22:03:40.980Z | Compiling usdt-impl v0.5.0 |
1154 | 2024-07-29T22:03:41.112Z | Compiling toml_datetime v0.6.6 |
1155 | 2024-07-29T22:03:41.609Z | Compiling terminal_size v0.3.0 |
1156 | 2024-07-29T22:03:42.563Z | Compiling addr2line v0.21.0 |
1157 | 2024-07-29T22:03:42.629Z | Compiling postgres-protocol v0.6.6 |
1158 | 2024-07-29T22:03:43.213Z | Compiling pkcs8 v0.10.2 |
1159 | 2024-07-29T22:03:43.319Z | Compiling hubpack_derive v0.1.1 |
1160 | 2024-07-29T22:03:43.333Z | Compiling block-padding v0.3.3 |
1161 | 2024-07-29T22:03:43.554Z | Compiling zerocopy-derive v0.6.6 |
1162 | 2024-07-29T22:03:43.745Z | Compiling async-trait v0.1.81 |
1163 | 2024-07-29T22:03:44.766Z | Compiling phf_shared v0.11.2 |
1164 | 2024-07-29T22:03:45.147Z | Compiling diesel_table_macro_syntax v0.1.0 |
1165 | 2024-07-29T22:03:45.170Z | Compiling ff v0.13.0 |
1166 | 2024-07-29T22:03:45.401Z | Compiling tokio-util v0.7.11 |
1167 | 2024-07-29T22:03:45.581Z | Compiling tokio-rustls v0.24.1 |
1168 | 2024-07-29T22:03:45.614Z | Compiling scheduled-thread-pool v0.2.7 |
1169 | 2024-07-29T22:03:45.832Z | Compiling fs-err v2.11.0 |
1170 | 2024-07-29T22:03:45.971Z | Compiling object v0.32.2 |
1171 | 2024-07-29T22:03:46.085Z | Compiling bitflags v1.3.2 |
1172 | 2024-07-29T22:03:46.177Z | Compiling winnow v0.5.40 |
1173 | 2024-07-29T22:03:46.192Z | Compiling bit-vec v0.6.3 |
1174 | 2024-07-29T22:03:46.383Z | Compiling h2 v0.3.26 |
1175 | 2024-07-29T22:03:46.634Z | Compiling regex-automata v0.1.10 |
1176 | 2024-07-29T22:03:46.787Z | Compiling either v1.12.0 |
1177 | 2024-07-29T22:03:47.118Z | Compiling tokio-native-tls v0.3.1 |
1178 | 2024-07-29T22:03:47.192Z | Compiling ipnet v2.9.0 |
1179 | 2024-07-29T22:03:47.255Z | Compiling anyhow v1.0.86 |
1180 | 2024-07-29T22:03:47.397Z | Compiling managed v0.8.0 |
1181 | 2024-07-29T22:03:47.832Z | Compiling rustc-demangle v0.1.24 |
1182 | 2024-07-29T22:03:47.834Z | Compiling base16ct v0.2.0 |
1183 | 2024-07-29T22:03:48.165Z | Compiling matches v0.1.10 |
1184 | 2024-07-29T22:03:48.258Z | Compiling idna v0.2.3 |
1185 | 2024-07-29T22:03:48.480Z | Compiling sec1 v0.7.3 |
1186 | 2024-07-29T22:03:48.832Z | Compiling clap_builder v4.5.9 |
1187 | 2024-07-29T22:03:49.323Z | Compiling bstr v0.2.17 |
1188 | 2024-07-29T22:03:49.908Z | Compiling toml_edit v0.19.15 |
1189 | 2024-07-29T22:03:50.057Z | Compiling zerocopy v0.6.6 |
1190 | 2024-07-29T22:03:50.863Z | Compiling r2d2 v0.8.10 |
1191 | 2024-07-29T22:03:50.928Z | Compiling diesel_derives v2.1.4 |
1192 | 2024-07-29T22:03:51.212Z | Compiling group v0.13.0 |
1193 | 2024-07-29T22:03:51.418Z | Compiling phf v0.11.2 |
1194 | 2024-07-29T22:03:51.529Z | Compiling signal-hook-mio v0.2.3 |
1195 | 2024-07-29T22:03:51.673Z | Compiling hubpack v0.1.2 |
1196 | 2024-07-29T22:03:51.688Z | Compiling ipnetwork v0.20.0 |
1197 | 2024-07-29T22:03:52.133Z | Compiling inout v0.1.3 |
1198 | 2024-07-29T22:03:52.665Z | Compiling postgres-types v0.2.6 |
1199 | 2024-07-29T22:03:52.944Z | Compiling hyper v0.14.28 |
1200 | 2024-07-29T22:03:53.269Z | Compiling usdt-attr-macro v0.5.0 |
1201 | 2024-07-29T22:03:54.262Z | Compiling usdt-macro v0.5.0 |
1202 | 2024-07-29T22:03:54.893Z | Compiling cookie_store v0.20.0 |
1203 | 2024-07-29T22:03:55.763Z | Compiling regex v1.10.5 |
1204 | 2024-07-29T22:03:56.225Z | Compiling serde_urlencoded v0.7.1 |
1205 | 2024-07-29T22:03:56.733Z | Compiling num-bigint v0.4.5 |
1206 | 2024-07-29T22:03:56.808Z | Compiling futures-executor v0.3.30 |
1207 | 2024-07-29T22:03:56.828Z | Compiling enum-as-inner v0.5.1 |
1208 | 2024-07-29T22:03:56.843Z | Compiling hkdf v0.12.4 |
1209 | 2024-07-29T22:03:57.086Z | Compiling crypto-bigint v0.5.5 |
1210 | 2024-07-29T22:03:57.379Z | Compiling strum_macros v0.25.3 |
1211 | 2024-07-29T22:03:57.842Z | Compiling serde_repr v0.1.19 |
1212 | 2024-07-29T22:03:58.175Z | Compiling clap_derive v4.5.8 |
1213 | 2024-07-29T22:03:58.557Z | Compiling phf_shared v0.10.0 |
1214 | 2024-07-29T22:03:58.958Z | Compiling rustls-pemfile v1.0.4 |
1215 | 2024-07-29T22:03:59.060Z | Compiling float-cmp v0.9.0 |
1216 | 2024-07-29T22:03:59.272Z | Compiling encoding_rs v0.8.34 |
1217 | 2024-07-29T22:03:59.380Z | Compiling precomputed-hash v0.1.1 |
1218 | 2024-07-29T22:03:59.484Z | Compiling unicode-segmentation v1.11.0 |
1219 | 2024-07-29T22:04:00.318Z | Compiling hyper-tls v0.5.0 |
1220 | 2024-07-29T22:04:00.692Z | Compiling hyper-rustls v0.24.2 |
1221 | 2024-07-29T22:04:01.041Z | Compiling whoami v1.5.1 |
1222 | 2024-07-29T22:04:01.692Z | Compiling data-encoding v2.6.0 |
1223 | 2024-07-29T22:04:01.762Z | Compiling static_assertions v1.1.0 |
1224 | 2024-07-29T22:04:01.867Z | Compiling minimal-lexical v0.2.1 |
1225 | 2024-07-29T22:04:02.365Z | Compiling new_debug_unreachable v1.0.6 |
1226 | 2024-07-29T22:04:02.460Z | Compiling normalize-line-endings v0.3.0 |
1227 | 2024-07-29T22:04:02.579Z | Compiling predicates-core v1.0.6 |
1228 | 2024-07-29T22:04:02.948Z | Compiling fixedbitset v0.4.2 |
1229 | 2024-07-29T22:04:02.968Z | Compiling sync_wrapper v0.1.2 |
1230 | 2024-07-29T22:04:03.090Z | Compiling webpki-roots v0.25.4 |
1231 | 2024-07-29T22:04:03.112Z | Compiling difflib v0.4.0 |
1232 | 2024-07-29T22:04:03.239Z | Compiling mime v0.3.17 |
1233 | 2024-07-29T22:04:03.357Z | Compiling clap v4.5.9 |
1234 | 2024-07-29T22:04:03.380Z | Compiling petgraph v0.6.5 |
1235 | 2024-07-29T22:04:03.475Z | Compiling string_cache v0.8.7 |
1236 | 2024-07-29T22:04:03.839Z | Compiling reqwest v0.11.27 |
1237 | 2024-07-29T22:04:03.938Z | Compiling predicates v3.1.0 |
1238 | 2024-07-29T22:04:03.953Z | Compiling trust-dns-proto v0.22.0 |
1239 | 2024-07-29T22:04:04.162Z | Compiling nom v7.1.3 |
1240 | 2024-07-29T22:04:04.395Z | Compiling diesel v2.1.6 |
1241 | 2024-07-29T22:04:04.770Z | Compiling toml_edit v0.22.16 |
1242 | 2024-07-29T22:04:05.707Z | Compiling console v0.15.8 |
1243 | 2024-07-29T22:04:07.224Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1244 | 2024-07-29T22:04:07.261Z | Compiling tokio-postgres v0.7.10 |
1245 | 2024-07-29T22:04:07.277Z | Compiling similar v2.5.0 |
1246 | 2024-07-29T22:04:07.860Z | Compiling elliptic-curve v0.13.8 |
1247 | 2024-07-29T22:04:08.675Z | Compiling yasna v0.5.2 |
1248 | 2024-07-29T22:04:09.868Z | Compiling usdt v0.5.0 |
1249 | 2024-07-29T22:04:10.372Z | Compiling futures v0.3.30 |
1250 | 2024-07-29T22:04:10.493Z | Compiling flate2 v1.0.30 |
1251 | 2024-07-29T22:04:11.448Z | Compiling toml v0.7.8 |
1252 | 2024-07-29T22:04:11.571Z | Compiling cipher v0.4.4 |
1253 | 2024-07-29T22:04:12.097Z | Compiling crossterm v0.27.0 |
1254 | 2024-07-29T22:04:12.620Z | Compiling itertools v0.12.1 |
1255 | 2024-07-29T22:04:13.120Z | Compiling itertools v0.10.5 |
1256 | 2024-07-29T22:04:13.193Z | Compiling bit-set v0.5.3 |
1257 | 2024-07-29T22:04:13.391Z | Compiling tokio-stream v0.1.15 |
1258 | 2024-07-29T22:04:13.468Z | Compiling openapiv3 v2.0.0 |
1259 | 2024-07-29T22:04:13.601Z | Compiling bstr v1.9.1 |
1260 | 2024-07-29T22:04:14.371Z | Compiling hex v0.4.3 |
1261 | 2024-07-29T22:04:14.969Z | Compiling crossbeam-epoch v0.9.18 |
1262 | 2024-07-29T22:04:15.429Z | Compiling num-iter v0.1.45 |
1263 | 2024-07-29T22:04:15.597Z | Compiling dirs-sys-next v0.1.2 |
1264 | 2024-07-29T22:04:15.713Z | Compiling unicode-xid v0.2.4 |
1265 | 2024-07-29T22:04:15.769Z | Compiling lalrpop-util v0.19.12 |
1266 | 2024-07-29T22:04:15.856Z | Compiling peg-runtime v0.8.3 |
1267 | 2024-07-29T22:04:15.873Z | Compiling dirs-next v2.0.0 |
1268 | 2024-07-29T22:04:15.918Z | Compiling thread_local v1.1.8 |
1269 | 2024-07-29T22:04:16.050Z | Compiling slog-async v2.8.0 |
1270 | 2024-07-29T22:04:16.097Z | Compiling term v0.7.0 |
1271 | 2024-07-29T22:04:16.220Z | Compiling xattr v1.3.1 |
1272 | 2024-07-29T22:04:16.481Z | Compiling crossbeam-channel v0.5.12 |
1273 | 2024-07-29T22:04:16.498Z | Compiling strum_macros v0.26.4 |
1274 | 2024-07-29T22:04:16.515Z | Compiling filetime v0.2.23 |
1275 | 2024-07-29T22:04:16.603Z | Compiling is-terminal v0.4.12 |
1276 | 2024-07-29T22:04:16.726Z | Compiling take_mut v0.2.2 |
1277 | 2024-07-29T22:04:16.856Z | Compiling slog-term v2.9.1 |
1278 | 2024-07-29T22:04:16.877Z | Compiling tar v0.4.41 |
1279 | 2024-07-29T22:04:17.682Z | Compiling camino v1.1.7 |
1280 | 2024-07-29T22:04:19.784Z | Compiling strum v0.26.3 |
1281 | 2024-07-29T22:04:31.715Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1282 | 2024-07-29T22:04:31.924Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1283 | 2024-07-29T22:04:37.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 33s |
1284 | 2024-07-29T22:04:37.513Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1285 | 2024-07-29T22:04:37.551Z | Jul 29 22:04:36.663 INFO Starting download, target: Clickhouse |
1286 | 2024-07-29T22:04:37.551Z | Jul 29 22:04:36.663 INFO Starting download, target: Cockroach |
1287 | 2024-07-29T22:04:37.551Z | Jul 29 22:04:36.663 INFO Starting download, target: Console |
1288 | 2024-07-29T22:04:37.551Z | Jul 29 22:04:36.664 INFO Starting download, target: DendriteOpenapi |
1289 | 2024-07-29T22:04:37.551Z | Jul 29 22:04:36.664 INFO Starting download, target: DendriteStub |
1290 | 2024-07-29T22:04:37.551Z | Jul 29 22:04:36.664 INFO Starting download, target: MaghemiteMgd |
1291 | 2024-07-29T22:04:37.554Z | Jul 29 22:04:36.664 INFO Starting download, target: TransceiverControl |
1292 | 2024-07-29T22:04:37.554Z | Jul 29 22:04:36.664 INFO Downloading out/downloads/dpd-fb571dc6512b24a777c5a9b2927a50501f6be297.json (attempt 1/3), target: DendriteOpenapi |
1293 | 2024-07-29T22:04:37.554Z | Jul 29 22:04:36.664 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1294 | 2024-07-29T22:04:37.554Z | Jul 29 22:04:36.664 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1295 | 2024-07-29T22:04:37.554Z | Jul 29 22:04:36.664 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1296 | 2024-07-29T22:04:37.554Z | Jul 29 22:04:36.664 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1297 | 2024-07-29T22:04:37.554Z | Jul 29 22:04:36.664 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1298 | 2024-07-29T22:04:37.554Z | Jul 29 22:04:36.665 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1299 | 2024-07-29T22:04:37.868Z | Jul 29 22:04:36.946 INFO Download complete, target: DendriteOpenapi |
1300 | 2024-07-29T22:04:38.028Z | Jul 29 22:04:37.123 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1301 | 2024-07-29T22:04:38.093Z | Jul 29 22:04:37.203 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1302 | 2024-07-29T22:04:38.284Z | Jul 29 22:04:37.396 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1303 | 2024-07-29T22:04:38.315Z | Jul 29 22:04:37.427 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1304 | 2024-07-29T22:04:38.548Z | Jul 29 22:04:37.661 INFO Download complete, target: Console |
1305 | 2024-07-29T22:04:38.892Z | Jul 29 22:04:38.004 INFO Download complete, target: TransceiverControl |
1306 | 2024-07-29T22:04:39.806Z | Jul 29 22:04:38.913 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1307 | 2024-07-29T22:04:40.134Z | Jul 29 22:04:39.245 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1308 | 2024-07-29T22:04:40.135Z | Jul 29 22:04:39.245 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1309 | 2024-07-29T22:04:41.577Z | Jul 29 22:04:40.688 INFO Download complete, target: DendriteStub |
1310 | 2024-07-29T22:04:41.720Z | Jul 29 22:04:40.831 INFO Download complete, target: MaghemiteMgd |
1311 | 2024-07-29T22:04:48.983Z | Jul 29 22:04:48.094 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1312 | 2024-07-29T22:04:49.312Z | Jul 29 22:04:48.423 INFO Checking that binary works, target: Cockroach |
1313 | 2024-07-29T22:04:49.508Z | Jul 29 22:04:48.617 INFO Download complete, target: Cockroach |
1314 | 2024-07-29T22:04:54.837Z | Jul 29 22:04:53.849 INFO Checking that binary works, target: Clickhouse |
1315 | 2024-07-29T22:04:54.894Z | Jul 29 22:04:54.005 INFO Download complete, target: Clickhouse |
1316 | 2024-07-29T22:04:54.901Z | All prerequisites installed successfully |
1317 | 2024-07-29T22:04:54.907Z | |
1318 | 2024-07-29T22:04:54.907Z | real 3:53.064285972 |
1319 | 2024-07-29T22:04:54.907Z | user 11:46.671572842 |
1320 | 2024-07-29T22:04:54.907Z | sys 2:32.263549882 |
1321 | 2024-07-29T22:04:54.907Z | trap 0.431742337 |
1322 | 2024-07-29T22:04:54.908Z | tflt 0.755295613 |
1323 | 2024-07-29T22:04:54.908Z | dflt 2.343946086 |
1324 | 2024-07-29T22:04:54.908Z | kflt 0.092083809 |
1325 | 2024-07-29T22:04:54.908Z | lock 23:55.724538369 |
1326 | 2024-07-29T22:04:54.908Z | slp 34:01.945791376 |
1327 | 2024-07-29T22:04:54.908Z | lat 39.967791484 |
1328 | 2024-07-29T22:04:54.908Z | stop 1:30.000521273 |
1329 | 2024-07-29T22:04:54.908Z | + ptime -m cargo xtask download softnpu |
1330 | 2024-07-29T22:04:55.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1331 | 2024-07-29T22:04:55.433Z | Running `target/debug/xtask download softnpu` |
1332 | 2024-07-29T22:04:56.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1333 | 2024-07-29T22:05:00.141Z | Running `target/debug/xtask-downloader softnpu` |
1334 | 2024-07-29T22:05:00.141Z | Jul 29 22:04:55.336 INFO Starting download, target: Softnpu |
1335 | 2024-07-29T22:05:00.141Z | Jul 29 22:04:55.337 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1336 | 2024-07-29T22:05:01.176Z | Jul 29 22:05:00.286 INFO Download complete, target: Softnpu |
1337 | 2024-07-29T22:05:01.179Z | |
1338 | 2024-07-29T22:05:01.182Z | real 6.270973865 |
1339 | 2024-07-29T22:05:01.182Z | user 1.127983374 |
1340 | 2024-07-29T22:05:01.182Z | sys 0.503627913 |
1341 | 2024-07-29T22:05:01.182Z | trap 0.000717377 |
1342 | 2024-07-29T22:05:01.182Z | tflt 0.000082743 |
1343 | 2024-07-29T22:05:01.182Z | dflt 0.000074842 |
1344 | 2024-07-29T22:05:01.182Z | kflt 0.000000000 |
1345 | 2024-07-29T22:05:01.182Z | lock 50.395813554 |
1346 | 2024-07-29T22:05:01.182Z | slp 4.946722828 |
1347 | 2024-07-29T22:05:01.182Z | lat 0.073680792 |
1348 | 2024-07-29T22:05:01.182Z | stop 0.000384348 |
1349 | 2024-07-29T22:05:01.182Z | + export CARGO_INCREMENTAL=0 |
1350 | 2024-07-29T22:05:01.182Z | + CARGO_INCREMENTAL=0 |
1351 | 2024-07-29T22:05:01.182Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1352 | 2024-07-29T22:05:02.042Z | Compiling proc-macro2 v1.0.86 |
1353 | 2024-07-29T22:05:02.042Z | Compiling unicode-ident v1.0.12 |
1354 | 2024-07-29T22:05:02.042Z | Compiling libc v0.2.155 |
1355 | 2024-07-29T22:05:02.045Z | Compiling serde v1.0.204 |
1356 | 2024-07-29T22:05:02.045Z | Compiling autocfg v1.3.0 |
1357 | 2024-07-29T22:05:02.045Z | Compiling version_check v0.9.4 |
1358 | 2024-07-29T22:05:02.045Z | Compiling cfg-if v1.0.0 |
1359 | 2024-07-29T22:05:02.234Z | Compiling cc v1.0.97 |
1360 | 2024-07-29T22:05:02.278Z | Compiling parking_lot_core v0.9.10 |
1361 | 2024-07-29T22:05:02.281Z | Compiling serde_json v1.0.120 |
1362 | 2024-07-29T22:05:02.593Z | Compiling once_cell v1.19.0 |
1363 | 2024-07-29T22:05:02.684Z | Compiling libm v0.2.8 |
1364 | 2024-07-29T22:05:02.709Z | Compiling byteorder v1.5.0 |
1365 | 2024-07-29T22:05:02.893Z | Compiling lock_api v0.4.12 |
1366 | 2024-07-29T22:05:02.948Z | Compiling ahash v0.8.11 |
1367 | 2024-07-29T22:05:02.967Z | Compiling num-traits v0.2.19 |
1368 | 2024-07-29T22:05:03.131Z | Compiling memchr v2.7.2 |
1369 | 2024-07-29T22:05:03.219Z | Compiling scopeguard v1.2.0 |
1370 | 2024-07-29T22:05:03.244Z | Compiling thiserror v1.0.63 |
1371 | 2024-07-29T22:05:03.288Z | Compiling typenum v1.17.0 |
1372 | 2024-07-29T22:05:03.723Z | Compiling quote v1.0.36 |
1373 | 2024-07-29T22:05:03.887Z | Compiling log v0.4.21 |
1374 | 2024-07-29T22:05:04.200Z | Compiling syn v2.0.72 |
1375 | 2024-07-29T22:05:04.292Z | Compiling getrandom v0.2.14 |
1376 | 2024-07-29T22:05:04.355Z | Compiling itoa v1.0.11 |
1377 | 2024-07-29T22:05:04.563Z | Compiling generic-array v0.14.7 |
1378 | 2024-07-29T22:05:04.862Z | Compiling allocator-api2 v0.2.18 |
1379 | 2024-07-29T22:05:05.100Z | Compiling slab v0.4.9 |
1380 | 2024-07-29T22:05:05.144Z | Compiling ryu v1.0.18 |
1381 | 2024-07-29T22:05:05.159Z | Compiling ring v0.17.8 |
1382 | 2024-07-29T22:05:05.391Z | Compiling pin-project-lite v0.2.14 |
1383 | 2024-07-29T22:05:05.410Z | Compiling semver v1.0.23 |
1384 | 2024-07-29T22:05:05.437Z | Compiling schemars v0.8.21 |
1385 | 2024-07-29T22:05:05.507Z | Compiling smallvec v1.13.2 |
1386 | 2024-07-29T22:05:05.771Z | Compiling equivalent v1.0.1 |
1387 | 2024-07-29T22:05:05.837Z | Compiling spin v0.9.8 |
1388 | 2024-07-29T22:05:05.985Z | Compiling pkg-config v0.3.30 |
1389 | 2024-07-29T22:05:06.072Z | Compiling vcpkg v0.2.15 |
1390 | 2024-07-29T22:05:06.266Z | Compiling signal-hook-registry v1.4.2 |
1391 | 2024-07-29T22:05:06.828Z | Compiling parking_lot v0.12.2 |
1392 | 2024-07-29T22:05:07.338Z | Compiling syn v1.0.109 |
1393 | 2024-07-29T22:05:07.773Z | Compiling mio v0.8.11 |
1394 | 2024-07-29T22:05:07.792Z | Compiling openssl-sys v0.9.103 |
1395 | 2024-07-29T22:05:08.720Z | Compiling rand_core v0.6.4 |
1396 | 2024-07-29T22:05:08.939Z | Compiling socket2 v0.5.7 |
1397 | 2024-07-29T22:05:09.097Z | Compiling num_cpus v1.16.0 |
1398 | 2024-07-29T22:05:09.228Z | Compiling num-conv v0.1.0 |
1399 | 2024-07-29T22:05:09.515Z | Compiling time-core v0.1.2 |
1400 | 2024-07-29T22:05:09.676Z | Compiling time-macros v0.2.18 |
1401 | 2024-07-29T22:05:09.802Z | Compiling httparse v1.8.0 |
1402 | 2024-07-29T22:05:09.818Z | Compiling heck v0.5.0 |
1403 | 2024-07-29T22:05:10.234Z | Compiling futures-core v0.3.30 |
1404 | 2024-07-29T22:05:10.622Z | Compiling openssl v0.10.66 |
1405 | 2024-07-29T22:05:10.691Z | Compiling fnv v1.0.7 |
1406 | 2024-07-29T22:05:11.202Z | Compiling crossbeam-utils v0.8.19 |
1407 | 2024-07-29T22:05:11.205Z | Compiling iana-time-zone v0.1.60 |
1408 | 2024-07-29T22:05:11.229Z | Compiling rustix v0.38.34 |
1409 | 2024-07-29T22:05:11.562Z | Compiling serde_derive_internals v0.29.1 |
1410 | 2024-07-29T22:05:11.916Z | Compiling native-tls v0.2.11 |
1411 | 2024-07-29T22:05:12.219Z | Compiling rustls v0.21.12 |
1412 | 2024-07-29T22:05:12.247Z | Compiling tinyvec_macros v0.1.1 |
1413 | 2024-07-29T22:05:12.317Z | Compiling tinyvec v1.6.0 |
1414 | 2024-07-29T22:05:12.963Z | Compiling subtle v2.5.0 |
1415 | 2024-07-29T22:05:13.199Z | Compiling futures-sink v0.3.30 |
1416 | 2024-07-29T22:05:13.240Z | Compiling ucd-trie v0.1.6 |
1417 | 2024-07-29T22:05:13.315Z | Compiling const-oid v0.9.6 |
1418 | 2024-07-29T22:05:13.714Z | Compiling unicode-normalization v0.1.23 |
1419 | 2024-07-29T22:05:13.873Z | Compiling backtrace v0.3.71 |
1420 | 2024-07-29T22:05:13.908Z | Compiling cookie v0.17.0 |
1421 | 2024-07-29T22:05:14.171Z | Compiling unicode-bidi v0.3.15 |
1422 | 2024-07-29T22:05:14.470Z | Compiling dyn-clone v1.0.17 |
1423 | 2024-07-29T22:05:14.709Z | Compiling slog v2.7.0 |
1424 | 2024-07-29T22:05:15.126Z | Compiling futures-channel v0.3.30 |
1425 | 2024-07-29T22:05:15.284Z | Compiling futures-io v0.3.30 |
1426 | 2024-07-29T22:05:15.423Z | Compiling futures-task v0.3.30 |
1427 | 2024-07-29T22:05:15.687Z | Compiling pin-utils v0.1.0 |
1428 | 2024-07-29T22:05:15.827Z | Compiling aho-corasick v1.1.3 |
1429 | 2024-07-29T22:05:16.136Z | Compiling winnow v0.5.40 |
1430 | 2024-07-29T22:05:16.230Z | Compiling anyhow v1.0.86 |
1431 | 2024-07-29T22:05:16.245Z | Compiling regex-syntax v0.8.3 |
1432 | 2024-07-29T22:05:16.768Z | Compiling untrusted v0.9.0 |
1433 | 2024-07-29T22:05:17.407Z | Compiling serde_derive v1.0.204 |
1434 | 2024-07-29T22:05:18.280Z | Compiling zerocopy-derive v0.7.34 |
1435 | 2024-07-29T22:05:19.626Z | Compiling zeroize_derive v1.4.2 |
1436 | 2024-07-29T22:05:19.978Z | Compiling thiserror-impl v1.0.63 |
1437 | 2024-07-29T22:05:20.304Z | Compiling zerocopy v0.7.34 |
1438 | 2024-07-29T22:05:20.318Z | Compiling tokio-macros v2.3.0 |
1439 | 2024-07-29T22:05:20.834Z | Compiling futures-macro v0.3.30 |
1440 | 2024-07-29T22:05:21.004Z | Compiling schemars_derive v0.8.21 |
1441 | 2024-07-29T22:05:22.034Z | Compiling tracing-attributes v0.1.27 |
1442 | 2024-07-29T22:05:22.212Z | Compiling zeroize v1.7.0 |
1443 | 2024-07-29T22:05:22.482Z | Compiling hashbrown v0.14.5 |
1444 | 2024-07-29T22:05:22.976Z | Compiling openssl-macros v0.1.1 |
1445 | 2024-07-29T22:05:23.727Z | Compiling scroll_derive v0.12.0 |
1446 | 2024-07-29T22:05:23.858Z | Compiling pest v2.7.10 |
1447 | 2024-07-29T22:05:23.948Z | Compiling crypto-common v0.1.6 |
1448 | 2024-07-29T22:05:23.974Z | Compiling futures-util v0.3.30 |
1449 | 2024-07-29T22:05:24.132Z | Compiling der_derive v0.7.2 |
1450 | 2024-07-29T22:05:24.488Z | Compiling block-buffer v0.10.4 |
1451 | 2024-07-29T22:05:25.941Z | Compiling regex-automata v0.4.6 |
1452 | 2024-07-29T22:05:26.534Z | Compiling pest_meta v2.7.10 |
1453 | 2024-07-29T22:05:26.699Z | Compiling tracing-core v0.1.32 |
1454 | 2024-07-29T22:05:29.098Z | Compiling pest_generator v2.7.10 |
1455 | 2024-07-29T22:05:30.690Z | Compiling usdt-impl v0.5.0 |
1456 | 2024-07-29T22:05:30.925Z | Compiling rustversion v1.0.17 |
1457 | 2024-07-29T22:05:30.940Z | Compiling pest_derive v2.7.10 |
1458 | 2024-07-29T22:05:30.955Z | Compiling powerfmt v0.2.0 |
1459 | 2024-07-29T22:05:31.008Z | Compiling bytes v1.6.0 |
1460 | 2024-07-29T22:05:31.541Z | Compiling indexmap v2.2.6 |
1461 | 2024-07-29T22:05:32.388Z | Compiling tokio v1.38.1 |
1462 | 2024-07-29T22:05:32.524Z | Compiling uuid v1.10.0 |
1463 | 2024-07-29T22:05:32.988Z | Compiling bitflags v2.6.0 |
1464 | 2024-07-29T22:05:33.111Z | Compiling chrono v0.4.38 |
1465 | 2024-07-29T22:05:33.309Z | Compiling serde_tokenstream v0.2.1 |
1466 | 2024-07-29T22:05:34.751Z | Compiling serde_spanned v0.6.6 |
1467 | 2024-07-29T22:05:34.970Z | Compiling toml_datetime v0.6.6 |
1468 | 2024-07-29T22:05:35.412Z | Compiling http v0.2.12 |
1469 | 2024-07-29T22:05:36.973Z | Compiling toml_edit v0.19.15 |
1470 | 2024-07-29T22:05:37.707Z | Compiling rustc_version v0.4.0 |
1471 | 2024-07-29T22:05:38.349Z | Compiling heapless v0.7.17 |
1472 | 2024-07-29T22:05:38.775Z | Compiling deranged v0.3.11 |
1473 | 2024-07-29T22:05:38.813Z | Compiling tracing v0.1.40 |
1474 | 2024-07-29T22:05:39.591Z | Compiling scroll v0.12.0 |
1475 | 2024-07-29T22:05:39.690Z | Compiling digest v0.10.7 |
1476 | 2024-07-29T22:05:40.192Z | Compiling ppv-lite86 v0.2.17 |
1477 | 2024-07-29T22:05:40.931Z | Compiling num_threads v0.1.7 |
1478 | 2024-07-29T22:05:40.989Z | Compiling signal-hook v0.3.17 |
1479 | 2024-07-29T22:05:41.044Z | Compiling percent-encoding v2.3.1 |
1480 | 2024-07-29T22:05:41.499Z | Compiling plain v0.2.3 |
1481 | 2024-07-29T22:05:41.548Z | Compiling heck v0.4.1 |
1482 | 2024-07-29T22:05:41.976Z | Compiling goblin v0.8.2 |
1483 | 2024-07-29T22:05:42.115Z | Compiling time v0.3.36 |
1484 | 2024-07-29T22:05:42.208Z | Compiling rand_chacha v0.3.1 |
1485 | 2024-07-29T22:05:43.965Z | Compiling regex v1.10.5 |
1486 | 2024-07-29T22:05:44.984Z | Compiling pretty-hex v0.4.1 |
1487 | 2024-07-29T22:05:45.182Z | Compiling strsim v0.11.1 |
1488 | 2024-07-29T22:05:45.951Z | Compiling crc32fast v1.4.0 |
1489 | 2024-07-29T22:05:46.897Z | Compiling rand v0.8.5 |
1490 | 2024-07-29T22:05:47.788Z | Compiling dof v0.3.0 |
1491 | 2024-07-29T22:05:47.932Z | Compiling tokio-util v0.7.11 |
1492 | 2024-07-29T22:05:48.433Z | Compiling dtrace-parser v0.2.0 |
1493 | 2024-07-29T22:05:49.667Z | Compiling async-trait v0.1.81 |
1494 | 2024-07-29T22:05:49.735Z | Compiling thread-id v4.2.1 |
1495 | 2024-07-29T22:05:49.845Z | Compiling foreign-types-shared v0.1.1 |
1496 | 2024-07-29T22:05:49.911Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1497 | 2024-07-29T22:05:49.943Z | Compiling smoltcp v0.9.1 |
1498 | 2024-07-29T22:05:50.091Z | Compiling unicode-width v0.1.13 |
1499 | 2024-07-29T22:05:50.534Z | Compiling base64ct v1.6.0 |
1500 | 2024-07-29T22:05:50.648Z | Compiling foreign-types v0.3.2 |
1501 | 2024-07-29T22:05:51.100Z | Compiling pem-rfc7468 v0.7.0 |
1502 | 2024-07-29T22:05:52.179Z | Compiling form_urlencoded v1.2.1 |
1503 | 2024-07-29T22:05:52.561Z | Compiling hmac v0.12.1 |
1504 | 2024-07-29T22:05:52.631Z | Compiling siphasher v0.3.11 |
1505 | 2024-07-29T22:05:53.009Z | Compiling adler v1.0.2 |
1506 | 2024-07-29T22:05:53.049Z | Compiling flagset v0.4.5 |
1507 | 2024-07-29T22:05:53.099Z | Compiling try-lock v0.2.5 |
1508 | 2024-07-29T22:05:53.267Z | Compiling base64 v0.21.7 |
1509 | 2024-07-29T22:05:53.295Z | Compiling der v0.7.9 |
1510 | 2024-07-29T22:05:53.394Z | Compiling want v0.3.1 |
1511 | 2024-07-29T22:05:53.659Z | Compiling miniz_oxide v0.7.2 |
1512 | 2024-07-29T22:05:55.597Z | Compiling h2 v0.3.26 |
1513 | 2024-07-29T22:05:56.559Z | Compiling rustls-webpki v0.101.7 |
1514 | 2024-07-29T22:05:56.983Z | Compiling sct v0.7.1 |
1515 | 2024-07-29T22:05:57.030Z | Compiling http-body v0.4.6 |
1516 | 2024-07-29T22:05:58.099Z | Compiling openapiv3 v2.0.0 |
1517 | 2024-07-29T22:05:58.236Z | Compiling hubpack_derive v0.1.1 |
1518 | 2024-07-29T22:05:58.770Z | Compiling zerocopy-derive v0.6.6 |
1519 | 2024-07-29T22:05:58.872Z | Compiling idna v0.5.0 |
1520 | 2024-07-29T22:05:59.307Z | Compiling lazy_static v1.5.0 |
1521 | 2024-07-29T22:05:59.327Z | Compiling errno v0.3.9 |
1522 | 2024-07-29T22:05:59.539Z | Compiling fs-err v2.11.0 |
1523 | 2024-07-29T22:05:59.686Z | Compiling utf8parse v0.2.1 |
1524 | 2024-07-29T22:05:59.818Z | Compiling httpdate v1.0.3 |
1525 | 2024-07-29T22:06:00.228Z | Compiling cpufeatures v0.2.12 |
1526 | 2024-07-29T22:06:00.282Z | Compiling openssl-probe v0.1.5 |
1527 | 2024-07-29T22:06:00.321Z | Compiling stable_deref_trait v1.2.0 |
1528 | 2024-07-29T22:06:00.557Z | Compiling gimli v0.28.1 |
1529 | 2024-07-29T22:06:00.628Z | Compiling tower-service v0.3.2 |
1530 | 2024-07-29T22:06:00.803Z | Compiling finl_unicode v1.2.0 |
1531 | 2024-07-29T22:06:00.971Z | Compiling anstyle v1.0.7 |
1532 | 2024-07-29T22:06:01.426Z | Compiling stringprep v0.1.4 |
1533 | 2024-07-29T22:06:02.356Z | Compiling hyper v0.14.28 |
1534 | 2024-07-29T22:06:02.445Z | Compiling sha2 v0.10.8 |
1535 | 2024-07-29T22:06:02.593Z | Compiling anstyle-parse v0.2.4 |
1536 | 2024-07-29T22:06:02.894Z | Compiling url v2.5.2 |
1537 | 2024-07-29T22:06:05.284Z | Compiling addr2line v0.21.0 |
1538 | 2024-07-29T22:06:06.858Z | Compiling spki v0.7.3 |
1539 | 2024-07-29T22:06:07.216Z | Compiling usdt-macro v0.5.0 |
1540 | 2024-07-29T22:06:07.910Z | Compiling usdt-attr-macro v0.5.0 |
1541 | 2024-07-29T22:06:08.616Z | Compiling md-5 v0.10.6 |
1542 | 2024-07-29T22:06:11.718Z | Compiling idna v0.3.0 |
1543 | 2024-07-29T22:06:12.711Z | Compiling diesel_table_macro_syntax v0.1.0 |
1544 | 2024-07-29T22:06:13.087Z | Compiling num-integer v0.1.46 |
1545 | 2024-07-29T22:06:13.488Z | Compiling object v0.32.2 |
1546 | 2024-07-29T22:06:13.780Z | Compiling hash32 v0.2.1 |
1547 | 2024-07-29T22:06:14.071Z | Compiling anstyle-query v1.0.3 |
1548 | 2024-07-29T22:06:14.154Z | Compiling is_terminal_polyfill v1.70.0 |
1549 | 2024-07-29T22:06:14.215Z | Compiling psl-types v2.0.11 |
1550 | 2024-07-29T22:06:15.775Z | Compiling rustc-demangle v0.1.24 |
1551 | 2024-07-29T22:06:18.092Z | Compiling colorchoice v1.0.1 |
1552 | 2024-07-29T22:06:18.249Z | Compiling fallible-iterator v0.2.0 |
1553 | 2024-07-29T22:06:18.933Z | Compiling postgres-protocol v0.6.6 |
1554 | 2024-07-29T22:06:20.144Z | Compiling anstream v0.6.14 |
1555 | 2024-07-29T22:06:22.110Z | Compiling publicsuffix v2.2.3 |
1556 | 2024-07-29T22:06:23.138Z | Compiling diesel_derives v2.1.4 |
1557 | 2024-07-29T22:06:27.640Z | Compiling tokio-rustls v0.24.1 |
1558 | 2024-07-29T22:06:28.901Z | Compiling pkcs8 v0.10.2 |
1559 | 2024-07-29T22:06:29.439Z | Compiling terminal_size v0.3.0 |
1560 | 2024-07-29T22:06:29.652Z | Compiling tokio-native-tls v0.3.1 |
1561 | 2024-07-29T22:06:29.935Z | Compiling phf_shared v0.11.2 |
1562 | 2024-07-29T22:06:30.450Z | Compiling strum_macros v0.25.3 |
1563 | 2024-07-29T22:06:31.067Z | Compiling enum-as-inner v0.5.1 |
1564 | 2024-07-29T22:06:31.374Z | Compiling block-padding v0.3.3 |
1565 | 2024-07-29T22:06:31.551Z | Compiling regress v0.9.1 |
1566 | 2024-07-29T22:06:31.592Z | Compiling serde_repr v0.1.19 |
1567 | 2024-07-29T22:06:32.008Z | Compiling clap_derive v4.5.8 |
1568 | 2024-07-29T22:06:34.418Z | Compiling ff v0.13.0 |
1569 | 2024-07-29T22:06:34.681Z | Compiling scheduled-thread-pool v0.2.7 |
1570 | 2024-07-29T22:06:35.168Z | Compiling encoding_rs v0.8.34 |
1571 | 2024-07-29T22:06:36.199Z | Compiling managed v0.8.0 |
1572 | 2024-07-29T22:06:36.349Z | Compiling matches v0.1.10 |
1573 | 2024-07-29T22:06:36.448Z | Compiling clap_lex v0.7.0 |
1574 | 2024-07-29T22:06:36.557Z | Compiling bit-vec v0.6.3 |
1575 | 2024-07-29T22:06:36.935Z | Compiling either v1.12.0 |
1576 | 2024-07-29T22:06:36.949Z | Compiling regex-automata v0.1.10 |
1577 | 2024-07-29T22:06:37.430Z | Compiling bitflags v1.3.2 |
1578 | 2024-07-29T22:06:37.529Z | Compiling ipnet v2.9.0 |
1579 | 2024-07-29T22:06:37.764Z | Compiling base16ct v0.2.0 |
1580 | 2024-07-29T22:06:38.063Z | Compiling mime v0.3.17 |
1581 | 2024-07-29T22:06:38.269Z | Compiling sec1 v0.7.3 |
1582 | 2024-07-29T22:06:38.839Z | Compiling bstr v0.2.17 |
1583 | 2024-07-29T22:06:39.503Z | Compiling clap_builder v4.5.9 |
1584 | 2024-07-29T22:06:40.263Z | Compiling idna v0.2.3 |
1585 | 2024-07-29T22:06:40.723Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1586 | 2024-07-29T22:06:42.255Z | Compiling r2d2 v0.8.10 |
1587 | 2024-07-29T22:06:43.833Z | Compiling group v0.13.0 |
1588 | 2024-07-29T22:06:45.938Z | Compiling inout v0.1.3 |
1589 | 2024-07-29T22:06:46.522Z | Compiling phf v0.11.2 |
1590 | 2024-07-29T22:06:46.569Z | Compiling hyper-tls v0.5.0 |
1591 | 2024-07-29T22:06:46.832Z | Compiling signal-hook-mio v0.2.3 |
1592 | 2024-07-29T22:06:46.966Z | Compiling hyper-rustls v0.24.2 |
1593 | 2024-07-29T22:06:46.988Z | Compiling cookie_store v0.20.0 |
1594 | 2024-07-29T22:06:47.310Z | Compiling postgres-types v0.2.6 |
1595 | 2024-07-29T22:06:47.360Z | Compiling num-bigint v0.4.5 |
1596 | 2024-07-29T22:06:47.375Z | Compiling zerocopy v0.6.6 |
1597 | 2024-07-29T22:06:48.323Z | Compiling hubpack v0.1.2 |
1598 | 2024-07-29T22:06:48.339Z | Compiling rustls-pemfile v1.0.4 |
1599 | 2024-07-29T22:06:48.682Z | Compiling phf_shared v0.10.0 |
1600 | 2024-07-29T22:06:48.730Z | Compiling hkdf v0.12.4 |
1601 | 2024-07-29T22:06:48.744Z | Compiling crossbeam-epoch v0.9.18 |
1602 | 2024-07-29T22:06:48.956Z | Compiling serde_urlencoded v0.7.1 |
1603 | 2024-07-29T22:06:49.581Z | Compiling ipnetwork v0.20.0 |
1604 | 2024-07-29T22:06:50.669Z | Compiling futures-executor v0.3.30 |
1605 | 2024-07-29T22:06:50.695Z | Compiling crypto-bigint v0.5.5 |
1606 | 2024-07-29T22:06:51.096Z | Compiling float-cmp v0.9.0 |
1607 | 2024-07-29T22:06:51.139Z | Compiling memmap v0.7.0 |
1608 | 2024-07-29T22:06:51.286Z | Compiling data-encoding v2.6.0 |
1609 | 2024-07-29T22:06:51.469Z | Compiling unicode-segmentation v1.11.0 |
1610 | 2024-07-29T22:06:52.262Z | Compiling normalize-line-endings v0.3.0 |
1611 | 2024-07-29T22:06:52.384Z | Compiling minimal-lexical v0.2.1 |
1612 | 2024-07-29T22:06:52.949Z | Compiling new_debug_unreachable v1.0.6 |
1613 | 2024-07-29T22:06:53.403Z | Compiling fixedbitset v0.4.2 |
1614 | 2024-07-29T22:06:53.512Z | Compiling whoami v1.5.1 |
1615 | 2024-07-29T22:06:53.665Z | Compiling predicates-core v1.0.6 |
1616 | 2024-07-29T22:06:53.801Z | Compiling static_assertions v1.1.0 |
1617 | 2024-07-29T22:06:53.903Z | Compiling precomputed-hash v0.1.1 |
1618 | 2024-07-29T22:06:54.018Z | Compiling difflib v0.4.0 |
1619 | 2024-07-29T22:06:54.079Z | Compiling winnow v0.6.8 |
1620 | 2024-07-29T22:06:54.230Z | Compiling sync_wrapper v0.1.2 |
1621 | 2024-07-29T22:06:54.360Z | Compiling webpki-roots v0.25.4 |
1622 | 2024-07-29T22:06:54.652Z | Compiling reqwest v0.11.27 |
1623 | 2024-07-29T22:06:54.701Z | Compiling predicates v3.1.0 |
1624 | 2024-07-29T22:06:55.357Z | Compiling string_cache v0.8.7 |
1625 | 2024-07-29T22:06:55.726Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1626 | 2024-07-29T22:06:55.775Z | Compiling tokio-postgres v0.7.10 |
1627 | 2024-07-29T22:06:56.090Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1628 | 2024-07-29T22:06:56.266Z | Compiling petgraph v0.6.5 |
1629 | 2024-07-29T22:06:57.836Z | Compiling toml_edit v0.22.16 |
1630 | 2024-07-29T22:06:59.968Z | Compiling elliptic-curve v0.13.8 |
1631 | 2024-07-29T22:07:00.318Z | Compiling nom v7.1.3 |
1632 | 2024-07-29T22:07:00.466Z | Compiling similar v2.5.0 |
1633 | 2024-07-29T22:07:00.672Z | Compiling trust-dns-proto v0.22.0 |
1634 | 2024-07-29T22:07:02.059Z | Compiling usdt v0.5.0 |
1635 | 2024-07-29T22:07:02.745Z | Compiling futures v0.3.30 |
1636 | 2024-07-29T22:07:02.858Z | Compiling diesel v2.1.6 |
1637 | 2024-07-29T22:07:03.284Z | Compiling yasna v0.5.2 |
1638 | 2024-07-29T22:07:03.990Z | Compiling crossterm v0.27.0 |
1639 | 2024-07-29T22:07:04.171Z | Compiling flate2 v1.0.30 |
1640 | 2024-07-29T22:07:04.206Z | Compiling cipher v0.4.4 |
1641 | 2024-07-29T22:07:05.056Z | Compiling clap v4.5.9 |
1642 | 2024-07-29T22:07:05.178Z | Compiling itertools v0.12.1 |
1643 | 2024-07-29T22:07:05.293Z | Compiling itertools v0.10.5 |
1644 | 2024-07-29T22:07:05.636Z | Compiling bit-set v0.5.3 |
1645 | 2024-07-29T22:07:07.368Z | Compiling num-iter v0.1.45 |
1646 | 2024-07-29T22:07:07.561Z | Compiling console v0.15.8 |
1647 | 2024-07-29T22:07:08.175Z | Compiling tokio-stream v0.1.15 |
1648 | 2024-07-29T22:07:08.308Z | Compiling toml v0.7.8 |
1649 | 2024-07-29T22:07:08.328Z | Compiling hex v0.4.3 |
1650 | 2024-07-29T22:07:08.573Z | Compiling bstr v1.9.1 |
1651 | 2024-07-29T22:07:09.071Z | Compiling lalrpop-util v0.19.12 |
1652 | 2024-07-29T22:07:09.104Z | Compiling peg-runtime v0.8.3 |
1653 | 2024-07-29T22:07:09.350Z | Compiling camino v1.1.7 |
1654 | 2024-07-29T22:07:09.403Z | Compiling unicode-xid v0.2.4 |
1655 | 2024-07-29T22:07:09.939Z | Compiling proc-macro-crate v1.3.1 |
1656 | 2024-07-29T22:07:11.413Z | Compiling heapless v0.8.0 |
1657 | 2024-07-29T22:07:13.698Z | Compiling num_enum_derive v0.5.11 |
1658 | 2024-07-29T22:07:19.113Z | Compiling hash32 v0.3.1 |
1659 | 2024-07-29T22:07:19.393Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1660 | 2024-07-29T22:07:19.967Z | Compiling smoltcp v0.11.0 |
1661 | 2024-07-29T22:07:20.972Z | Compiling rustls-pki-types v1.7.0 |
1662 | 2024-07-29T22:07:21.991Z | Compiling ident_case v1.0.1 |
1663 | 2024-07-29T22:07:22.397Z | Compiling darling_core v0.20.9 |
1664 | 2024-07-29T22:07:33.850Z | Compiling num_enum v0.5.11 |
1665 | 2024-07-29T22:07:35.537Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1666 | 2024-07-29T22:07:35.902Z | Compiling getopts v0.2.21 |
1667 | 2024-07-29T22:07:37.463Z | Compiling dirs-sys-next v0.1.2 |
1668 | 2024-07-29T22:07:38.137Z | Compiling proc-macro-error-attr v1.0.4 |
1669 | 2024-07-29T22:07:38.551Z | Compiling paste v1.0.15 |
1670 | 2024-07-29T22:07:38.699Z | Compiling cobs v0.2.3 |
1671 | 2024-07-29T22:07:38.946Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1672 | 2024-07-29T22:07:39.102Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1673 | 2024-07-29T22:07:39.204Z | Compiling embedded-io v0.4.0 |
1674 | 2024-07-29T22:07:39.428Z | Compiling rustls v0.22.4 |
1675 | 2024-07-29T22:07:39.686Z | Compiling unsafe-libyaml v0.2.11 |
1676 | 2024-07-29T22:07:41.143Z | Compiling serde_yaml v0.9.34+deprecated |
1677 | 2024-07-29T22:07:41.452Z | Compiling postcard v1.0.8 |
1678 | 2024-07-29T22:07:43.138Z | Compiling dirs-next v2.0.0 |
1679 | 2024-07-29T22:07:45.450Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1680 | 2024-07-29T22:07:47.814Z | Compiling darling_macro v0.20.9 |
1681 | 2024-07-29T22:07:49.483Z | Compiling rustls-webpki v0.102.4 |
1682 | 2024-07-29T22:07:56.063Z | Compiling strum_macros v0.26.4 |
1683 | 2024-07-29T22:07:57.439Z | Compiling foreign-types-macros v0.2.3 |
1684 | 2024-07-29T22:07:57.734Z | Compiling structmeta-derive v0.3.0 |
1685 | 2024-07-29T22:07:58.116Z | Compiling thread_local v1.1.8 |
1686 | 2024-07-29T22:07:58.620Z | Compiling multer v3.1.0 |
1687 | 2024-07-29T22:07:58.874Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1688 | 2024-07-29T22:07:58.902Z | Compiling proc-macro-error v1.0.4 |
1689 | 2024-07-29T22:07:59.183Z | Compiling foreign-types-shared v0.3.1 |
1690 | 2024-07-29T22:08:00.827Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1691 | 2024-07-29T22:08:01.103Z | Compiling slog-async v2.8.0 |
1692 | 2024-07-29T22:08:01.555Z | Compiling match_cfg v0.1.0 |
1693 | 2024-07-29T22:08:01.666Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1694 | 2024-07-29T22:08:01.758Z | Compiling hostname v0.3.1 |
1695 | 2024-07-29T22:08:02.003Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1696 | 2024-07-29T22:08:06.518Z | Compiling strum v0.26.3 |
1697 | 2024-07-29T22:08:06.826Z | Compiling structmeta v0.3.0 |
1698 | 2024-07-29T22:08:07.794Z | Compiling foreign-types v0.5.0 |
1699 | 2024-07-29T22:08:11.583Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1700 | 2024-07-29T22:08:12.597Z | Compiling darling v0.20.9 |
1701 | 2024-07-29T22:08:20.809Z | Compiling term v0.7.0 |
1702 | 2024-07-29T22:08:24.209Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1703 | 2024-07-29T22:08:26.064Z | Compiling slog-json v2.6.1 |
1704 | 2024-07-29T22:08:26.574Z | Compiling tabwriter v1.4.0 |
1705 | 2024-07-29T22:08:27.364Z | Compiling crossbeam-channel v0.5.12 |
1706 | 2024-07-29T22:08:28.924Z | Compiling http v1.1.0 |
1707 | 2024-07-29T22:08:28.971Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1708 | 2024-07-29T22:08:28.974Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1709 | 2024-07-29T22:08:29.466Z | Compiling async-stream-impl v0.3.5 |
1710 | 2024-07-29T22:08:29.570Z | Compiling cstr-argument v0.1.2 |
1711 | 2024-07-29T22:08:29.748Z | Compiling is-terminal v0.4.12 |
1712 | 2024-07-29T22:08:29.811Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1713 | 2024-07-29T22:08:29.833Z | Compiling fastrand v2.1.0 |
1714 | 2024-07-29T22:08:30.085Z | Compiling rayon-core v1.12.1 |
1715 | 2024-07-29T22:08:30.345Z | Compiling pretty-hex v0.2.1 |
1716 | 2024-07-29T22:08:30.488Z | Compiling crucible-workspace-hack v0.1.0 |
1717 | 2024-07-29T22:08:30.549Z | Compiling take_mut v0.2.2 |
1718 | 2024-07-29T22:08:30.705Z | Compiling base64 v0.22.1 |
1719 | 2024-07-29T22:08:30.734Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1720 | 2024-07-29T22:08:30.911Z | Compiling atomic-waker v1.1.2 |
1721 | 2024-07-29T22:08:31.028Z | Compiling waitgroup v0.1.2 |
1722 | 2024-07-29T22:08:31.092Z | Compiling async-stream v0.3.5 |
1723 | 2024-07-29T22:08:31.262Z | Compiling rustls-pemfile v2.1.2 |
1724 | 2024-07-29T22:08:31.808Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1725 | 2024-07-29T22:08:32.061Z | Compiling tempfile v3.10.1 |
1726 | 2024-07-29T22:08:32.266Z | Compiling slog-term v2.9.1 |
1727 | 2024-07-29T22:08:33.845Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1728 | 2024-07-29T22:08:34.025Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1729 | 2024-07-29T22:08:34.214Z | Compiling slog-bunyan v2.5.0 |
1730 | 2024-07-29T22:08:34.350Z | Compiling tokio-rustls v0.25.0 |
1731 | 2024-07-29T22:08:34.498Z | Compiling serde_with_macros v3.8.3 |
1732 | 2024-07-29T22:08:34.776Z | Compiling parse-display-derive v0.9.1 |
1733 | 2024-07-29T22:08:34.794Z | Compiling toml v0.8.15 |
1734 | 2024-07-29T22:08:34.878Z | Compiling sha1 v0.10.6 |
1735 | 2024-07-29T22:08:35.133Z | Compiling crossbeam-deque v0.8.5 |
1736 | 2024-07-29T22:08:35.522Z | Compiling colored v2.1.0 |
1737 | 2024-07-29T22:08:35.700Z | Compiling newtype-uuid v1.1.0 |
1738 | 2024-07-29T22:08:36.047Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1739 | 2024-07-29T22:08:36.850Z | Compiling serde_path_to_error v0.1.16 |
1740 | 2024-07-29T22:08:37.241Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1741 | 2024-07-29T22:08:37.868Z | Compiling hostname v0.4.0 |
1742 | 2024-07-29T22:08:37.956Z | Compiling socket2 v0.4.10 |
1743 | 2024-07-29T22:08:38.122Z | Compiling instant v0.1.12 |
1744 | 2024-07-29T22:08:38.288Z | Compiling debug-ignore v1.0.5 |
1745 | 2024-07-29T22:08:38.436Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1746 | 2024-07-29T22:08:38.831Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1747 | 2024-07-29T22:08:38.900Z | Compiling parse-display v0.9.1 |
1748 | 2024-07-29T22:08:40.816Z | Compiling backoff v0.4.0 |
1749 | 2024-07-29T22:08:41.170Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1750 | 2024-07-29T22:08:41.375Z | Compiling serde_with v3.8.3 |
1751 | 2024-07-29T22:08:41.866Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1752 | 2024-07-29T22:08:42.420Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1753 | 2024-07-29T22:08:42.917Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1754 | 2024-07-29T22:08:43.615Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1755 | 2024-07-29T22:08:43.707Z | Compiling camino-tempfile v1.1.1 |
1756 | 2024-07-29T22:08:44.603Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1757 | 2024-07-29T22:08:45.113Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1758 | 2024-07-29T22:08:45.291Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1759 | 2024-07-29T22:08:45.635Z | Compiling macaddr v1.0.1 |
1760 | 2024-07-29T22:08:45.895Z | Compiling num-derive v0.4.2 |
1761 | 2024-07-29T22:08:46.258Z | Compiling sigpipe v0.1.3 |
1762 | 2024-07-29T22:08:46.386Z | Compiling libefi-sys v0.1.0 |
1763 | 2024-07-29T22:08:46.691Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1764 | 2024-07-29T22:08:46.876Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1765 | 2024-07-29T22:08:47.234Z | Compiling rayon v1.10.0 |
1766 | 2024-07-29T22:08:48.212Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1767 | 2024-07-29T22:08:48.398Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1768 | 2024-07-29T22:08:49.071Z | Compiling smf v0.2.3 |
1769 | 2024-07-29T22:08:49.824Z | Compiling bitfield-struct v0.6.1 |
1770 | 2024-07-29T22:08:50.169Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1771 | 2024-07-29T22:08:50.507Z | Compiling blake3 v1.5.1 |
1772 | 2024-07-29T22:08:51.057Z | Compiling ring v0.16.20 |
1773 | 2024-07-29T22:08:51.184Z | Compiling portable-atomic v1.6.0 |
1774 | 2024-07-29T22:08:51.753Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1775 | 2024-07-29T22:08:52.552Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1776 | 2024-07-29T22:08:52.569Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1777 | 2024-07-29T22:08:52.921Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1778 | 2024-07-29T22:08:52.993Z | Compiling xattr v1.3.1 |
1779 | 2024-07-29T22:08:53.308Z | Compiling memmap2 v0.9.4 |
1780 | 2024-07-29T22:08:53.871Z | Compiling filetime v0.2.23 |
1781 | 2024-07-29T22:08:54.072Z | Compiling arrayref v0.3.7 |
1782 | 2024-07-29T22:08:54.170Z | Compiling arrayvec v0.7.4 |
1783 | 2024-07-29T22:08:54.197Z | Compiling untrusted v0.7.1 |
1784 | 2024-07-29T22:08:54.412Z | Compiling constant_time_eq v0.3.0 |
1785 | 2024-07-29T22:08:54.582Z | Compiling same-file v1.0.6 |
1786 | 2024-07-29T22:08:54.654Z | Compiling spin v0.5.2 |
1787 | 2024-07-29T22:08:54.850Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1788 | 2024-07-29T22:08:54.918Z | Compiling walkdir v2.5.0 |
1789 | 2024-07-29T22:08:54.974Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1790 | 2024-07-29T22:08:56.473Z | Compiling tar v0.4.41 |
1791 | 2024-07-29T22:08:57.838Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1792 | 2024-07-29T22:08:58.758Z | Compiling cargo-platform v0.1.8 |
1793 | 2024-07-29T22:08:59.921Z | Compiling gethostname v0.4.3 |
1794 | 2024-07-29T22:09:00.124Z | Compiling topological-sort v0.2.2 |
1795 | 2024-07-29T22:09:00.211Z | Compiling number_prefix v0.4.0 |
1796 | 2024-07-29T22:09:00.309Z | Compiling cargo_metadata v0.18.1 |
1797 | 2024-07-29T22:09:00.365Z | Compiling omicron-zone-package v0.11.0 |
1798 | 2024-07-29T22:09:00.452Z | Compiling indicatif v0.17.8 |
1799 | 2024-07-29T22:09:05.295Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1800 | 2024-07-29T22:09:08.892Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1801 | 2024-07-29T22:09:10.616Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1802 | 2024-07-29T22:09:12.988Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1803 | 2024-07-29T22:09:32.173Z | Finished `release` profile [optimized] target(s) in 4m 30s |
1804 | 2024-07-29T22:09:32.284Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1805 | 2024-07-29T22:09:32.321Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1806 | 2024-07-29T22:09:32.324Z | Created new build target 'test' and set it as active |
1807 | 2024-07-29T22:09:32.324Z | |
1808 | 2024-07-29T22:09:32.324Z | real 4:31.119389844 |
1809 | 2024-07-29T22:09:32.324Z | user 30:39.105219853 |
1810 | 2024-07-29T22:09:32.324Z | sys 3:56.560516530 |
1811 | 2024-07-29T22:09:32.324Z | trap 0.916908548 |
1812 | 2024-07-29T22:09:32.324Z | tflt 1.911844903 |
1813 | 2024-07-29T22:09:32.324Z | dflt 0.837804064 |
1814 | 2024-07-29T22:09:32.324Z | kflt 0.000206843 |
1815 | 2024-07-29T22:09:32.324Z | lock 1:08:50.773555770 |
1816 | 2024-07-29T22:09:32.324Z | slp 1:26:27.690653873 |
1817 | 2024-07-29T22:09:32.325Z | lat 1:59.951839620 |
1818 | 2024-07-29T22:09:32.325Z | stop 2:59.735900343 |
1819 | 2024-07-29T22:09:32.325Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1820 | 2024-07-29T22:09:33.198Z | Finished `release` profile [optimized] target(s) in 0.82s |
1821 | 2024-07-29T22:09:33.238Z | Running `target/release/omicron-package -t test package` |
1822 | 2024-07-29T22:09:33.271Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1823 | 2024-07-29T22:09:34.294Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1824 | 2024-07-29T22:09:34.297Z | Compiling camino v1.1.7 |
1825 | 2024-07-29T22:09:34.297Z | Compiling password-hash v0.5.0 |
1826 | 2024-07-29T22:09:34.297Z | Compiling blake2 v0.10.6 |
1827 | 2024-07-29T22:09:34.297Z | Compiling derive-where v1.2.7 |
1828 | 2024-07-29T22:09:34.298Z | Compiling humantime v2.1.0 |
1829 | 2024-07-29T22:09:34.298Z | Compiling newline-converter v0.3.0 |
1830 | 2024-07-29T22:09:34.407Z | Compiling toml v0.8.15 |
1831 | 2024-07-29T22:09:34.609Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1832 | 2024-07-29T22:09:34.642Z | Compiling expectorate v1.1.0 |
1833 | 2024-07-29T22:09:34.826Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1834 | 2024-07-29T22:09:35.023Z | Compiling argon2 v0.5.3 |
1835 | 2024-07-29T22:09:35.301Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1836 | 2024-07-29T22:09:35.342Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1837 | 2024-07-29T22:09:35.517Z | Compiling dirs-sys-next v0.1.2 |
1838 | 2024-07-29T22:09:35.584Z | Compiling prettyplease v0.2.20 |
1839 | 2024-07-29T22:09:35.849Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1840 | 2024-07-29T22:09:35.971Z | Compiling dirs-next v2.0.0 |
1841 | 2024-07-29T22:09:36.021Z | Compiling semver v0.1.20 |
1842 | 2024-07-29T22:09:36.152Z | Compiling term v0.7.0 |
1843 | 2024-07-29T22:09:36.474Z | Compiling rustc_version v0.1.7 |
1844 | 2024-07-29T22:09:36.600Z | Compiling is-terminal v0.4.12 |
1845 | 2024-07-29T22:09:36.656Z | Compiling home v0.5.9 |
1846 | 2024-07-29T22:09:36.725Z | Compiling convert_case v0.4.0 |
1847 | 2024-07-29T22:09:36.890Z | Compiling newtype_derive v0.1.6 |
1848 | 2024-07-29T22:09:36.893Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1849 | 2024-07-29T22:09:37.393Z | Compiling rustls-pki-types v1.7.0 |
1850 | 2024-07-29T22:09:37.429Z | Compiling steno v0.4.1 |
1851 | 2024-07-29T22:09:37.507Z | Compiling derive_more v0.99.18 |
1852 | 2024-07-29T22:09:37.715Z | Compiling rustls v0.22.4 |
1853 | 2024-07-29T22:09:37.739Z | Compiling thread_local v1.1.8 |
1854 | 2024-07-29T22:09:38.150Z | Compiling rustls-webpki v0.102.4 |
1855 | 2024-07-29T22:09:38.229Z | Compiling match_cfg v0.1.0 |
1856 | 2024-07-29T22:09:38.331Z | Compiling linked-hash-map v0.5.6 |
1857 | 2024-07-29T22:09:38.731Z | Compiling lru-cache v0.1.2 |
1858 | 2024-07-29T22:09:38.942Z | Compiling hostname v0.3.1 |
1859 | 2024-07-29T22:09:39.992Z | Compiling multer v3.1.0 |
1860 | 2024-07-29T22:09:40.060Z | Compiling slog-async v2.8.0 |
1861 | 2024-07-29T22:09:40.124Z | Compiling slog-json v2.6.1 |
1862 | 2024-07-29T22:09:40.477Z | Compiling crossbeam-channel v0.5.12 |
1863 | 2024-07-29T22:09:41.273Z | Compiling http v1.1.0 |
1864 | 2024-07-29T22:09:41.510Z | Compiling base64 v0.22.1 |
1865 | 2024-07-29T22:09:42.115Z | Compiling take_mut v0.2.2 |
1866 | 2024-07-29T22:09:42.243Z | Compiling atomic-waker v1.1.2 |
1867 | 2024-07-29T22:09:42.418Z | Compiling waitgroup v0.1.2 |
1868 | 2024-07-29T22:09:43.492Z | Compiling tokio-rustls v0.25.0 |
1869 | 2024-07-29T22:09:43.600Z | Compiling rustls-pemfile v2.1.2 |
1870 | 2024-07-29T22:09:43.887Z | Compiling slog-bunyan v2.5.0 |
1871 | 2024-07-29T22:09:44.015Z | Compiling slog-term v2.9.1 |
1872 | 2024-07-29T22:09:44.068Z | Compiling async-stream v0.3.5 |
1873 | 2024-07-29T22:09:44.332Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1874 | 2024-07-29T22:09:44.334Z | Compiling sha1 v0.10.6 |
1875 | 2024-07-29T22:09:44.397Z | Compiling newtype-uuid v1.1.0 |
1876 | 2024-07-29T22:09:44.685Z | Compiling serde_path_to_error v0.1.16 |
1877 | 2024-07-29T22:09:44.688Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1878 | 2024-07-29T22:09:44.713Z | Compiling hostname v0.4.0 |
1879 | 2024-07-29T22:09:44.927Z | Compiling instant v0.1.12 |
1880 | 2024-07-29T22:09:45.071Z | Compiling slog-dtrace v0.3.0 |
1881 | 2024-07-29T22:09:45.093Z | Compiling debug-ignore v1.0.5 |
1882 | 2024-07-29T22:09:45.236Z | Compiling backoff v0.4.0 |
1883 | 2024-07-29T22:09:45.405Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1884 | 2024-07-29T22:09:45.554Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1885 | 2024-07-29T22:09:45.713Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1886 | 2024-07-29T22:09:45.890Z | Compiling parse-display v0.9.1 |
1887 | 2024-07-29T22:09:46.463Z | Compiling serde_with v3.8.3 |
1888 | 2024-07-29T22:09:47.497Z | Compiling strum v0.26.3 |
1889 | 2024-07-29T22:09:47.658Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1890 | 2024-07-29T22:09:48.552Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1891 | 2024-07-29T22:09:48.687Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1892 | 2024-07-29T22:09:48.847Z | Compiling num-rational v0.4.2 |
1893 | 2024-07-29T22:09:49.215Z | Compiling num-complex v0.4.6 |
1894 | 2024-07-29T22:09:50.009Z | Compiling macaddr v1.0.1 |
1895 | 2024-07-29T22:09:50.253Z | Compiling swrite v0.1.0 |
1896 | 2024-07-29T22:09:50.357Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1897 | 2024-07-29T22:09:50.378Z | Compiling num v0.4.3 |
1898 | 2024-07-29T22:09:52.335Z | Compiling quick-error v1.2.3 |
1899 | 2024-07-29T22:09:52.489Z | Compiling float-ord v0.3.2 |
1900 | 2024-07-29T22:09:52.532Z | Compiling resolv-conf v0.7.0 |
1901 | 2024-07-29T22:09:53.059Z | Compiling trust-dns-resolver v0.22.0 |
1902 | 2024-07-29T22:09:53.078Z | Compiling rayon-core v1.12.1 |
1903 | 2024-07-29T22:09:53.103Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1904 | 2024-07-29T22:09:54.133Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1905 | 2024-07-29T22:09:58.788Z | Compiling crossbeam-deque v0.8.5 |
1906 | 2024-07-29T22:09:59.106Z | Compiling termcolor v1.4.1 |
1907 | 2024-07-29T22:09:59.127Z | Compiling same-file v1.0.6 |
1908 | 2024-07-29T22:09:59.182Z | Compiling display-error-chain v0.2.0 |
1909 | 2024-07-29T22:09:59.358Z | Compiling fastrand v2.1.0 |
1910 | 2024-07-29T22:09:59.373Z | Compiling walkdir v2.5.0 |
1911 | 2024-07-29T22:09:59.886Z | Compiling tempfile v3.10.1 |
1912 | 2024-07-29T22:10:00.173Z | Compiling half v2.4.1 |
1913 | 2024-07-29T22:10:00.879Z | Compiling utf-8 v0.7.6 |
1914 | 2024-07-29T22:10:01.252Z | Compiling ciborium-io v0.2.2 |
1915 | 2024-07-29T22:10:01.391Z | Compiling ciborium-ll v0.2.2 |
1916 | 2024-07-29T22:10:01.603Z | Compiling rayon v1.10.0 |
1917 | 2024-07-29T22:10:01.880Z | Compiling ring v0.16.20 |
1918 | 2024-07-29T22:10:04.603Z | Compiling blake3 v1.5.1 |
1919 | 2024-07-29T22:10:05.982Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1920 | 2024-07-29T22:10:05.985Z | Compiling xattr v1.3.1 |
1921 | 2024-07-29T22:10:05.985Z | Compiling nibble_vec v0.1.0 |
1922 | 2024-07-29T22:10:05.985Z | Compiling filetime v0.2.23 |
1923 | 2024-07-29T22:10:05.988Z | Compiling memmap2 v0.9.4 |
1924 | 2024-07-29T22:10:06.404Z | Compiling spin v0.5.2 |
1925 | 2024-07-29T22:10:06.419Z | Compiling constant_time_eq v0.3.0 |
1926 | 2024-07-29T22:10:06.569Z | Compiling arrayvec v0.7.4 |
1927 | 2024-07-29T22:10:06.641Z | Compiling cancel-safe-futures v0.1.5 |
1928 | 2024-07-29T22:10:06.973Z | Compiling endian-type v0.1.2 |
1929 | 2024-07-29T22:10:06.976Z | Compiling arrayref v0.3.7 |
1930 | 2024-07-29T22:10:07.085Z | Compiling untrusted v0.7.1 |
1931 | 2024-07-29T22:10:07.203Z | Compiling radix_trie v0.2.1 |
1932 | 2024-07-29T22:10:09.613Z | Compiling tar v0.4.41 |
1933 | 2024-07-29T22:10:10.746Z | Compiling ciborium v0.2.2 |
1934 | 2024-07-29T22:10:11.305Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1935 | 2024-07-29T22:10:11.467Z | Compiling camino-tempfile v1.1.1 |
1936 | 2024-07-29T22:10:11.896Z | Compiling toolchain_find v0.4.0 |
1937 | 2024-07-29T22:10:12.465Z | Compiling crunchy v0.2.2 |
1938 | 2024-07-29T22:10:12.867Z | Compiling topological-sort v0.2.2 |
1939 | 2024-07-29T22:10:12.930Z | Compiling radium v0.7.0 |
1940 | 2024-07-29T22:10:13.087Z | Compiling maplit v1.0.2 |
1941 | 2024-07-29T22:10:13.203Z | Compiling glob v0.3.1 |
1942 | 2024-07-29T22:10:13.372Z | Compiling omicron-zone-package v0.11.0 |
1943 | 2024-07-29T22:10:13.992Z | Compiling clang-sys v1.7.0 |
1944 | 2024-07-29T22:10:14.512Z | Compiling rustfmt-wrapper v0.2.1 |
1945 | 2024-07-29T22:10:14.797Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1946 | 2024-07-29T22:10:15.021Z | Compiling maybe-uninit v2.0.0 |
1947 | 2024-07-29T22:10:15.349Z | Compiling tiny-keccak v2.0.2 |
1948 | 2024-07-29T22:10:15.461Z | Compiling tap v1.0.1 |
1949 | 2024-07-29T22:10:15.635Z | Compiling wyz v0.5.1 |
1950 | 2024-07-29T22:10:15.761Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1951 | 2024-07-29T22:10:16.089Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1952 | 2024-07-29T22:10:16.181Z | Compiling num-bigint-dig v0.8.4 |
1953 | 2024-07-29T22:10:16.409Z | Compiling arc-swap v1.7.1 |
1954 | 2024-07-29T22:10:16.452Z | Compiling crc-catalog v2.4.0 |
1955 | 2024-07-29T22:10:16.511Z | Compiling packed_struct v0.10.1 |
1956 | 2024-07-29T22:10:16.601Z | Compiling funty v2.0.0 |
1957 | 2024-07-29T22:10:16.937Z | Compiling slog-scope v4.4.0 |
1958 | 2024-07-29T22:10:17.103Z | Compiling crc v3.2.1 |
1959 | 2024-07-29T22:10:17.816Z | Compiling bitvec v1.0.1 |
1960 | 2024-07-29T22:10:19.097Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1961 | 2024-07-29T22:10:19.848Z | Compiling ascii-canvas v3.0.0 |
1962 | 2024-07-29T22:10:20.361Z | Compiling packed_struct_codegen v0.10.1 |
1963 | 2024-07-29T22:10:22.413Z | Compiling ena v0.14.3 |
1964 | 2024-07-29T22:10:22.784Z | Compiling libloading v0.8.3 |
1965 | 2024-07-29T22:10:23.039Z | Compiling indexmap v1.9.3 |
1966 | 2024-07-29T22:10:23.186Z | Compiling regex-syntax v0.6.29 |
1967 | 2024-07-29T22:10:23.320Z | Compiling nodrop v0.1.14 |
1968 | 2024-07-29T22:10:23.452Z | Compiling diff v0.1.13 |
1969 | 2024-07-29T22:10:24.002Z | Compiling bindgen v0.69.4 |
1970 | 2024-07-29T22:10:24.476Z | Compiling array-init v0.0.4 |
1971 | 2024-07-29T22:10:28.469Z | Compiling lalrpop v0.19.12 |
1972 | 2024-07-29T22:10:28.725Z | Compiling smallvec v0.6.14 |
1973 | 2024-07-29T22:10:35.380Z | Compiling slog-stdlog v4.1.1 |
1974 | 2024-07-29T22:10:35.545Z | Compiling tungstenite v0.21.0 |
1975 | 2024-07-29T22:10:36.327Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1976 | 2024-07-29T22:10:37.140Z | Compiling which v4.4.2 |
1977 | 2024-07-29T22:10:37.482Z | Compiling pkcs1 v0.7.5 |
1978 | 2024-07-29T22:10:37.684Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1979 | 2024-07-29T22:10:37.906Z | Compiling signature v2.2.0 |
1980 | 2024-07-29T22:10:38.200Z | Compiling cexpr v0.6.0 |
1981 | 2024-07-29T22:10:39.111Z | Compiling libsw v3.3.1 |
1982 | 2024-07-29T22:10:39.453Z | Compiling atty v0.2.14 |
1983 | 2024-07-29T22:10:39.607Z | Compiling lazycell v1.3.0 |
1984 | 2024-07-29T22:10:39.775Z | Compiling ref-cast v1.0.23 |
1985 | 2024-07-29T22:10:39.836Z | Compiling linear-map v1.2.0 |
1986 | 2024-07-29T22:10:40.222Z | Compiling owo-colors v4.0.0 |
1987 | 2024-07-29T22:10:40.249Z | Compiling rustc-hash v1.1.0 |
1988 | 2024-07-29T22:10:40.395Z | Compiling shlex v1.3.0 |
1989 | 2024-07-29T22:10:40.783Z | Compiling bitfield v0.14.0 |
1990 | 2024-07-29T22:10:40.861Z | Compiling hashbrown v0.12.3 |
1991 | 2024-07-29T22:10:41.087Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1992 | 2024-07-29T22:10:42.997Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1993 | 2024-07-29T22:10:43.347Z | Compiling rsa v0.9.6 |
1994 | 2024-07-29T22:10:43.783Z | Compiling tokio-tungstenite v0.21.0 |
1995 | 2024-07-29T22:10:44.405Z | Compiling slog-envlogger v2.2.0 |
1996 | 2024-07-29T22:10:46.967Z | Compiling serde-hex v0.1.0 |
1997 | 2024-07-29T22:10:48.903Z | Compiling bzip2 v0.4.4 |
1998 | 2024-07-29T22:10:49.378Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1999 | 2024-07-29T22:10:49.692Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2000 | 2024-07-29T22:10:50.734Z | Compiling env_logger v0.10.2 |
2001 | 2024-07-29T22:10:52.037Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2002 | 2024-07-29T22:10:52.315Z | Compiling derive_builder_core v0.20.0 |
2003 | 2024-07-29T22:10:53.383Z | Compiling x509-cert v0.2.5 |
2004 | 2024-07-29T22:10:53.948Z | Compiling ron v0.8.1 |
2005 | 2024-07-29T22:10:54.628Z | Compiling headers-core v0.2.0 |
2006 | 2024-07-29T22:10:54.794Z | Compiling hashbrown v0.13.2 |
2007 | 2024-07-29T22:10:55.816Z | Compiling polar-core v0.27.3 |
2008 | 2024-07-29T22:10:55.939Z | Compiling fxhash v0.2.1 |
2009 | 2024-07-29T22:10:56.118Z | Compiling libxml v0.3.3 |
2010 | 2024-07-29T22:10:56.168Z | Compiling ref-cast-impl v1.0.23 |
2011 | 2024-07-29T22:10:56.446Z | Compiling crc-any v2.5.0 |
2012 | 2024-07-29T22:10:57.353Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2013 | 2024-07-29T22:10:57.491Z | Compiling object v0.30.4 |
2014 | 2024-07-29T22:11:00.014Z | Compiling samael v0.0.15 |
2015 | 2024-07-29T22:11:01.484Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2016 | 2024-07-29T22:11:03.149Z | Compiling headers v0.3.9 |
2017 | 2024-07-29T22:11:05.344Z | Compiling derive_builder_macro v0.20.0 |
2018 | 2024-07-29T22:11:06.185Z | Compiling zip v0.6.6 |
2019 | 2024-07-29T22:11:06.913Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2020 | 2024-07-29T22:11:08.165Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2021 | 2024-07-29T22:11:08.436Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2022 | 2024-07-29T22:11:09.002Z | Compiling strum_macros v0.24.3 |
2023 | 2024-07-29T22:11:10.150Z | Compiling async-recursion v1.1.1 |
2024 | 2024-07-29T22:11:10.641Z | Compiling unicase v2.7.0 |
2025 | 2024-07-29T22:11:10.916Z | Compiling cookie v0.18.1 |
2026 | 2024-07-29T22:11:11.203Z | Compiling path-slash v0.1.5 |
2027 | 2024-07-29T22:11:11.383Z | Compiling indoc v1.0.9 |
2028 | 2024-07-29T22:11:11.420Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2029 | 2024-07-29T22:11:12.303Z | Compiling derive_builder v0.20.0 |
2030 | 2024-07-29T22:11:14.589Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2031 | 2024-07-29T22:11:14.855Z | Compiling pem v3.0.4 |
2032 | 2024-07-29T22:11:16.372Z | Compiling impl-trait-for-tuples v0.2.2 |
2033 | 2024-07-29T22:11:16.503Z | Compiling oso-derive v0.27.3 |
2034 | 2024-07-29T22:11:17.479Z | Compiling quick-xml v0.31.0 |
2035 | 2024-07-29T22:11:18.759Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2036 | 2024-07-29T22:11:19.063Z | Compiling parking_lot_core v0.8.6 |
2037 | 2024-07-29T22:11:19.499Z | Compiling cfg_aliases v0.1.1 |
2038 | 2024-07-29T22:11:19.606Z | Compiling nix v0.28.0 |
2039 | 2024-07-29T22:11:23.073Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2040 | 2024-07-29T22:11:23.086Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2041 | 2024-07-29T22:11:24.660Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2042 | 2024-07-29T22:11:24.938Z | Compiling bb8 v0.8.5 |
2043 | 2024-07-29T22:11:25.548Z | Compiling const_format_proc_macros v0.2.32 |
2044 | 2024-07-29T22:11:25.833Z | Compiling oso v0.27.3 |
2045 | 2024-07-29T22:11:27.468Z | Compiling curve25519-dalek v4.1.3 |
2046 | 2024-07-29T22:11:27.573Z | Compiling vte_generate_state_changes v0.1.1 |
2047 | 2024-07-29T22:11:27.866Z | Compiling keccak v0.1.5 |
2048 | 2024-07-29T22:11:28.167Z | Compiling buf-list v1.0.3 |
2049 | 2024-07-29T22:11:28.756Z | Compiling vte v0.11.1 |
2050 | 2024-07-29T22:11:28.770Z | Compiling sha3 v0.10.8 |
2051 | 2024-07-29T22:11:28.945Z | Compiling const_format v0.2.32 |
2052 | 2024-07-29T22:11:29.651Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2053 | 2024-07-29T22:11:30.522Z | Compiling fd-lock v4.0.2 |
2054 | 2024-07-29T22:11:30.589Z | Compiling universal-hash v0.5.1 |
2055 | 2024-07-29T22:11:30.743Z | Compiling secrecy v0.8.0 |
2056 | 2024-07-29T22:11:30.815Z | Compiling thiserror-impl-no-std v2.0.2 |
2057 | 2024-07-29T22:11:31.040Z | Compiling curve25519-dalek-derive v0.1.1 |
2058 | 2024-07-29T22:11:31.128Z | Compiling pin-project-internal v1.1.5 |
2059 | 2024-07-29T22:11:32.547Z | Compiling bytecount v0.6.8 |
2060 | 2024-07-29T22:11:32.751Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2061 | 2024-07-29T22:11:33.042Z | Compiling opaque-debug v0.3.1 |
2062 | 2024-07-29T22:11:33.207Z | Compiling poly1305 v0.8.0 |
2063 | 2024-07-29T22:11:33.657Z | Compiling thiserror-no-std v2.0.2 |
2064 | 2024-07-29T22:11:33.798Z | Compiling papergrid v0.11.0 |
2065 | 2024-07-29T22:11:33.892Z | Compiling pin-project v1.1.5 |
2066 | 2024-07-29T22:11:34.771Z | Compiling parking_lot v0.11.2 |
2067 | 2024-07-29T22:11:42.299Z | Compiling strip-ansi-escapes v0.2.0 |
2068 | 2024-07-29T22:11:43.108Z | Compiling trust-dns-client v0.22.0 |
2069 | 2024-07-29T22:11:43.604Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2070 | 2024-07-29T22:11:43.820Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2071 | 2024-07-29T22:11:43.872Z | Compiling tabled_derive v0.7.0 |
2072 | 2024-07-29T22:11:44.073Z | Compiling chacha20 v0.9.1 |
2073 | 2024-07-29T22:11:44.548Z | Compiling aead v0.5.2 |
2074 | 2024-07-29T22:11:44.886Z | Compiling peg-macros v0.8.4 |
2075 | 2024-07-29T22:11:46.142Z | Compiling kstat-rs v0.2.4 |
2076 | 2024-07-29T22:11:46.161Z | Compiling snafu-derive v0.8.2 |
2077 | 2024-07-29T22:11:47.147Z | Compiling toml v0.5.11 |
2078 | 2024-07-29T22:11:48.360Z | Compiling sqlparser_derive v0.2.2 |
2079 | 2024-07-29T22:11:48.910Z | Compiling unicode_categories v0.1.1 |
2080 | 2024-07-29T22:11:49.353Z | Compiling nu-ansi-term v0.50.0 |
2081 | 2024-07-29T22:11:49.550Z | Compiling rustyline v14.0.0 |
2082 | 2024-07-29T22:11:50.635Z | Compiling reedline v0.31.0 |
2083 | 2024-07-29T22:11:51.151Z | Compiling snafu v0.8.2 |
2084 | 2024-07-29T22:11:52.446Z | Compiling sqlparser v0.45.0 |
2085 | 2024-07-29T22:11:54.387Z | Compiling sqlformat v0.2.4 |
2086 | 2024-07-29T22:11:56.523Z | Compiling trust-dns-server v0.22.1 |
2087 | 2024-07-29T22:12:01.901Z | Compiling peg v0.8.4 |
2088 | 2024-07-29T22:12:02.024Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2089 | 2024-07-29T22:12:05.329Z | Compiling tabled v0.15.0 |
2090 | 2024-07-29T22:12:08.918Z | Compiling chacha20poly1305 v0.10.1 |
2091 | 2024-07-29T22:12:09.176Z | Compiling mime_guess v2.0.4 |
2092 | 2024-07-29T22:12:10.334Z | Compiling vsss-rs v3.3.4 |
2093 | 2024-07-29T22:12:13.736Z | Compiling sled v0.34.7 |
2094 | 2024-07-29T22:12:17.522Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2095 | 2024-07-29T22:12:17.884Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2096 | 2024-07-29T22:12:18.230Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2097 | 2024-07-29T22:12:18.476Z | Compiling env_logger v0.9.3 |
2098 | 2024-07-29T22:12:22.967Z | Compiling tungstenite v0.20.1 |
2099 | 2024-07-29T22:12:28.297Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2100 | 2024-07-29T22:12:30.169Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2101 | 2024-07-29T22:12:38.622Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2102 | 2024-07-29T22:12:40.088Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2103 | 2024-07-29T22:12:47.790Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2104 | 2024-07-29T22:12:48.078Z | Compiling globset v0.4.14 |
2105 | 2024-07-29T22:12:48.272Z | Compiling olpc-cjson v0.1.3 |
2106 | 2024-07-29T22:12:48.621Z | Compiling bcs v0.1.6 |
2107 | 2024-07-29T22:12:48.854Z | Compiling bitstruct_derive v0.1.0 |
2108 | 2024-07-29T22:12:49.545Z | Compiling serde_plain v1.0.2 |
2109 | 2024-07-29T22:12:50.094Z | Compiling nanorand v0.7.0 |
2110 | 2024-07-29T22:12:50.124Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2111 | 2024-07-29T22:12:50.286Z | Compiling memoffset v0.9.1 |
2112 | 2024-07-29T22:12:50.881Z | Compiling ascii v1.1.0 |
2113 | 2024-07-29T22:12:51.664Z | Compiling typed-path v0.7.1 |
2114 | 2024-07-29T22:12:52.503Z | Compiling highway v1.1.0 |
2115 | 2024-07-29T22:12:53.896Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2116 | 2024-07-29T22:12:55.914Z | Compiling tough v0.17.1 |
2117 | 2024-07-29T22:12:58.097Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2118 | 2024-07-29T22:12:58.506Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2119 | 2024-07-29T22:13:00.754Z | Compiling flume v0.11.0 |
2120 | 2024-07-29T22:13:01.481Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2121 | 2024-07-29T22:13:01.772Z | Compiling bitstruct v0.1.1 |
2122 | 2024-07-29T22:13:01.902Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2123 | 2024-07-29T22:13:02.459Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2124 | 2024-07-29T22:13:12.755Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2125 | 2024-07-29T22:13:12.776Z | Compiling tokio-tungstenite v0.20.1 |
2126 | 2024-07-29T22:13:12.776Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2127 | 2024-07-29T22:13:19.132Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2128 | 2024-07-29T22:13:20.334Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2129 | 2024-07-29T22:13:22.555Z | Compiling erased-serde v0.3.31 |
2130 | 2024-07-29T22:13:23.114Z | Compiling serde_arrays v0.1.0 |
2131 | 2024-07-29T22:13:23.319Z | Compiling parse-size v1.0.0 |
2132 | 2024-07-29T22:13:23.612Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2133 | 2024-07-29T22:13:24.286Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2134 | 2024-07-29T22:13:25.955Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2135 | 2024-07-29T22:13:27.002Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2136 | 2024-07-29T22:13:27.091Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2137 | 2024-07-29T22:13:27.374Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2138 | 2024-07-29T22:13:29.648Z | Compiling heck v0.3.3 |
2139 | 2024-07-29T22:13:30.032Z | Compiling rand_seeder v0.2.3 |
2140 | 2024-07-29T22:13:30.437Z | Compiling castaway v0.2.2 |
2141 | 2024-07-29T22:13:30.630Z | Compiling csv-core v0.1.11 |
2142 | 2024-07-29T22:13:31.525Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2143 | 2024-07-29T22:13:31.819Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2144 | 2024-07-29T22:13:31.889Z | Compiling http-range v0.1.5 |
2145 | 2024-07-29T22:13:32.129Z | Compiling hyper-staticfile v0.9.5 |
2146 | 2024-07-29T22:13:32.558Z | Compiling csv v1.3.0 |
2147 | 2024-07-29T22:13:34.729Z | Compiling compact_str v0.7.1 |
2148 | 2024-07-29T22:13:35.228Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2149 | 2024-07-29T22:13:35.886Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2150 | 2024-07-29T22:13:36.109Z | Compiling zone_cfg_derive v0.1.2 |
2151 | 2024-07-29T22:13:36.305Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2152 | 2024-07-29T22:13:37.532Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2153 | 2024-07-29T22:13:43.889Z | Compiling nix v0.27.1 |
2154 | 2024-07-29T22:13:44.137Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2155 | 2024-07-29T22:13:47.054Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2156 | 2024-07-29T22:13:47.378Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2157 | 2024-07-29T22:13:47.647Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2158 | 2024-07-29T22:13:47.954Z | Compiling unicode-truncate v1.0.0 |
2159 | 2024-07-29T22:13:48.230Z | Compiling itertools v0.13.0 |
2160 | 2024-07-29T22:13:50.684Z | Compiling lru v0.12.3 |
2161 | 2024-07-29T22:13:51.025Z | Compiling serde-big-array v0.5.1 |
2162 | 2024-07-29T22:13:51.304Z | Compiling stability v0.2.0 |
2163 | 2024-07-29T22:13:51.975Z | Compiling base64 v0.13.1 |
2164 | 2024-07-29T22:13:52.253Z | Compiling cassowary v0.3.0 |
2165 | 2024-07-29T22:13:52.721Z | Compiling ron v0.7.1 |
2166 | 2024-07-29T22:13:54.721Z | Compiling ratatui v0.27.0 |
2167 | 2024-07-29T22:13:59.226Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2168 | 2024-07-29T22:14:03.921Z | Compiling zone v0.1.8 |
2169 | 2024-07-29T22:14:07.130Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2170 | 2024-07-29T22:14:11.456Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2171 | 2024-07-29T22:14:13.874Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2172 | 2024-07-29T22:14:19.036Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2173 | 2024-07-29T22:14:20.958Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2174 | 2024-07-29T22:14:22.108Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2175 | 2024-07-29T22:14:23.686Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2176 | 2024-07-29T22:14:23.967Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2177 | 2024-07-29T22:14:24.245Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2178 | 2024-07-29T22:14:24.683Z | Compiling signal-hook-tokio v0.3.1 |
2179 | 2024-07-29T22:14:24.916Z | Compiling portpicker v0.1.1 |
2180 | 2024-07-29T22:14:25.433Z | Compiling unicode-linebreak v0.1.5 |
2181 | 2024-07-29T22:14:25.987Z | Compiling smawk v0.3.2 |
2182 | 2024-07-29T22:14:26.234Z | Compiling textwrap v0.16.1 |
2183 | 2024-07-29T22:14:29.466Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2184 | 2024-07-29T22:14:30.001Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2185 | 2024-07-29T22:14:31.040Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2186 | 2024-07-29T22:14:33.769Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2187 | 2024-07-29T22:14:39.116Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2188 | 2024-07-29T22:14:41.988Z | Compiling rcgen v0.12.1 |
2189 | 2024-07-29T22:14:48.006Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2190 | 2024-07-29T22:14:48.542Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2191 | 2024-07-29T22:14:52.302Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2192 | 2024-07-29T22:14:52.356Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2193 | 2024-07-29T22:14:52.574Z | Compiling atomicwrites v0.4.3 |
2194 | 2024-07-29T22:14:53.107Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2195 | 2024-07-29T22:14:55.261Z | Compiling fatfs v0.3.6 |
2196 | 2024-07-29T22:14:56.270Z | Compiling subprocess v0.2.9 |
2197 | 2024-07-29T22:14:58.085Z | Compiling rtoolbox v0.0.2 |
2198 | 2024-07-29T22:14:58.534Z | Compiling assert_matches v1.5.0 |
2199 | 2024-07-29T22:14:58.642Z | Compiling is_ci v1.2.0 |
2200 | 2024-07-29T22:14:58.945Z | Compiling supports-color v3.0.0 |
2201 | 2024-07-29T22:14:59.610Z | Compiling rpassword v7.3.1 |
2202 | 2024-07-29T22:15:00.060Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2203 | 2024-07-29T22:15:01.375Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2204 | 2024-07-29T22:15:02.924Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2205 | 2024-07-29T22:15:06.695Z | Compiling tui-tree-widget v0.21.0 |
2206 | 2024-07-29T22:15:07.130Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2207 | 2024-07-29T22:15:07.557Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2208 | 2024-07-29T22:15:10.247Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2209 | 2024-07-29T22:15:10.536Z | Compiling uzers v0.11.3 |
2210 | 2024-07-29T22:15:11.092Z | Compiling shell-words v1.1.0 |
2211 | 2024-07-29T22:15:11.540Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2212 | 2024-07-29T22:15:13.418Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2213 | 2024-07-29T22:15:15.284Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2214 | 2024-07-29T22:15:28.904Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2215 | 2024-07-29T22:15:39.105Z | Compiling multimap v0.10.0 |
2216 | 2024-07-29T22:16:51.147Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2217 | 2024-07-29T22:17:35.704Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2218 | 2024-07-29T22:24:15.483Z | Finished `release` profile [optimized] target(s) in 14m 42s |
2219 | 2024-07-29T22:25:02.352Z | |
2220 | 2024-07-29T22:25:02.355Z | real 15:29.945247792 |
2221 | 2024-07-29T22:25:02.355Z | user 1:44:48.955050972 |
2222 | 2024-07-29T22:25:02.355Z | sys 5:54.094972671 |
2223 | 2024-07-29T22:25:02.355Z | trap 2.404679318 |
2224 | 2024-07-29T22:25:02.355Z | tflt 2.446274665 |
2225 | 2024-07-29T22:25:02.355Z | dflt 3.230547173 |
2226 | 2024-07-29T22:25:02.355Z | kflt 0.002150416 |
2227 | 2024-07-29T22:25:02.355Z | lock 6:30:40.889660553 |
2228 | 2024-07-29T22:25:02.355Z | slp 4:08:09.432252942 |
2229 | 2024-07-29T22:25:02.355Z | lat 2:31.377453535 |
2230 | 2024-07-29T22:25:02.355Z | stop 2:00.275546396 |
2231 | 2024-07-29T22:25:02.355Z | + mapfile -t packages |
2232 | 2024-07-29T22:25:02.355Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2233 | 2024-07-29T22:25:03.234Z | Finished `release` profile [optimized] target(s) in 0.83s |
2234 | 2024-07-29T22:25:03.274Z | Running `target/release/omicron-package -t test list-outputs` |
2235 | 2024-07-29T22:25:03.311Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2236 | 2024-07-29T22:25:03.313Z | + ptime -m cargo build --locked --release -p xtask |
2237 | 2024-07-29T22:25:03.866Z | Compiling serde v1.0.204 |
2238 | 2024-07-29T22:25:03.870Z | Compiling libc v0.2.155 |
2239 | 2024-07-29T22:25:03.870Z | Compiling serde_json v1.0.120 |
2240 | 2024-07-29T22:25:03.870Z | Compiling syn v2.0.72 |
2241 | 2024-07-29T22:25:03.941Z | Compiling usdt-impl v0.5.0 |
2242 | 2024-07-29T22:25:03.983Z | Compiling syn v1.0.109 |
2243 | 2024-07-29T22:25:04.270Z | Compiling rustix v0.38.34 |
2244 | 2024-07-29T22:25:04.319Z | Compiling log v0.4.21 |
2245 | 2024-07-29T22:25:04.423Z | Compiling hashbrown v0.14.5 |
2246 | 2024-07-29T22:25:04.425Z | Compiling bitflags v2.6.0 |
2247 | 2024-07-29T22:25:04.447Z | Compiling fs-err v2.11.0 |
2248 | 2024-07-29T22:25:04.799Z | Compiling anyhow v1.0.86 |
2249 | 2024-07-29T22:25:05.339Z | Compiling thread-id v4.2.1 |
2250 | 2024-07-29T22:25:05.866Z | Compiling indexmap v2.2.6 |
2251 | 2024-07-29T22:25:06.198Z | Compiling terminal_size v0.3.0 |
2252 | 2024-07-29T22:25:06.421Z | Compiling clap_builder v4.5.9 |
2253 | 2024-07-29T22:25:07.173Z | Compiling proc-macro-error v1.0.4 |
2254 | 2024-07-29T22:25:08.734Z | Compiling tabled_derive v0.7.0 |
2255 | 2024-07-29T22:25:10.095Z | Compiling tabled v0.15.0 |
2256 | 2024-07-29T22:25:12.309Z | Compiling serde_derive v1.0.204 |
2257 | 2024-07-29T22:25:12.382Z | Compiling thiserror-impl v1.0.63 |
2258 | 2024-07-29T22:25:12.714Z | Compiling zerocopy-derive v0.7.34 |
2259 | 2024-07-29T22:25:12.883Z | Compiling scroll_derive v0.12.0 |
2260 | 2024-07-29T22:25:14.322Z | Compiling scroll v0.12.0 |
2261 | 2024-07-29T22:25:14.778Z | Compiling zerocopy v0.7.34 |
2262 | 2024-07-29T22:25:14.983Z | Compiling goblin v0.8.2 |
2263 | 2024-07-29T22:25:15.270Z | Compiling thiserror v1.0.63 |
2264 | 2024-07-29T22:25:15.423Z | Compiling pest v2.7.10 |
2265 | 2024-07-29T22:25:18.250Z | Compiling pest_meta v2.7.10 |
2266 | 2024-07-29T22:25:20.401Z | Compiling pest_generator v2.7.10 |
2267 | 2024-07-29T22:25:22.298Z | Compiling clap_derive v4.5.8 |
2268 | 2024-07-29T22:25:22.563Z | Compiling pest_derive v2.7.10 |
2269 | 2024-07-29T22:25:23.353Z | Compiling dtrace-parser v0.2.0 |
2270 | 2024-07-29T22:25:27.071Z | Compiling serde_tokenstream v0.2.1 |
2271 | 2024-07-29T22:25:27.609Z | Compiling toml_datetime v0.6.6 |
2272 | 2024-07-29T22:25:28.333Z | Compiling serde_spanned v0.6.6 |
2273 | 2024-07-29T22:25:28.600Z | Compiling toml_edit v0.22.16 |
2274 | 2024-07-29T22:25:29.686Z | Compiling dof v0.3.0 |
2275 | 2024-07-29T22:25:31.672Z | Compiling cargo-platform v0.1.8 |
2276 | 2024-07-29T22:25:32.173Z | Compiling usdt-macro v0.5.0 |
2277 | 2024-07-29T22:25:32.804Z | Compiling usdt-attr-macro v0.5.0 |
2278 | 2024-07-29T22:25:33.309Z | Compiling toml v0.8.15 |
2279 | 2024-07-29T22:25:34.173Z | Compiling camino v1.1.7 |
2280 | 2024-07-29T22:25:35.603Z | Compiling semver v1.0.23 |
2281 | 2024-07-29T22:25:36.781Z | Compiling cargo_metadata v0.18.1 |
2282 | 2024-07-29T22:25:37.162Z | Compiling cargo_toml v0.20.4 |
2283 | 2024-07-29T22:25:38.819Z | Compiling usdt v0.5.0 |
2284 | 2024-07-29T22:25:39.767Z | Compiling clap v4.5.9 |
2285 | 2024-07-29T22:25:39.894Z | Compiling macaddr v1.0.1 |
2286 | 2024-07-29T22:25:49.480Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2287 | 2024-07-29T22:26:01.130Z | Finished `release` profile [optimized] target(s) in 57.76s |
2288 | 2024-07-29T22:26:01.212Z | |
2289 | 2024-07-29T22:26:01.212Z | real 57.872649179 |
2290 | 2024-07-29T22:26:01.212Z | user 5:47.169608651 |
2291 | 2024-07-29T22:26:01.212Z | sys 34.571620003 |
2292 | 2024-07-29T22:26:01.212Z | trap 0.152415874 |
2293 | 2024-07-29T22:26:01.212Z | tflt 0.253237678 |
2294 | 2024-07-29T22:26:01.212Z | dflt 0.430073288 |
2295 | 2024-07-29T22:26:01.212Z | kflt 0.000000000 |
2296 | 2024-07-29T22:26:01.213Z | lock 11:11.787886629 |
2297 | 2024-07-29T22:26:01.213Z | slp 12:13.411468998 |
2298 | 2024-07-29T22:26:01.216Z | lat 11.386499812 |
2299 | 2024-07-29T22:26:01.216Z | stop 12.506677246 |
2300 | 2024-07-29T22:26:01.216Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2301 | 2024-07-29T22:26:01.216Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2302 | 2024-07-29T22:26:01.216Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2303 | 2024-07-29T22:26:01.216Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2304 | 2024-07-29T22:26:01.216Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2305 | 2024-07-29T22:26:01.748Z | Downloading crates ... |
2306 | 2024-07-29T22:26:01.966Z | Downloaded option-ext v0.2.0 |
2307 | 2024-07-29T22:26:01.969Z | Downloaded dhcproto-macros v0.1.0 |
2308 | 2024-07-29T22:26:01.973Z | Downloaded aes v0.8.4 |
2309 | 2024-07-29T22:26:01.977Z | Downloaded md5 v0.7.0 |
2310 | 2024-07-29T22:26:01.980Z | Downloaded ctr v0.9.2 |
2311 | 2024-07-29T22:26:01.983Z | Downloaded internet-checksum v0.2.1 |
2312 | 2024-07-29T22:26:01.983Z | Downloaded blowfish v0.9.1 |
2313 | 2024-07-29T22:26:01.986Z | Downloaded ghash v0.5.1 |
2314 | 2024-07-29T22:26:01.986Z | Downloaded dirs-sys v0.4.1 |
2315 | 2024-07-29T22:26:01.988Z | Downloaded polyval v0.6.2 |
2316 | 2024-07-29T22:26:01.991Z | Downloaded bcrypt-pbkdf v0.10.0 |
2317 | 2024-07-29T22:26:01.994Z | Downloaded russh-cryptovec v0.7.2 |
2318 | 2024-07-29T22:26:01.994Z | Downloaded pbkdf2 v0.11.0 |
2319 | 2024-07-29T22:26:01.997Z | Downloaded rand_core v0.5.1 |
2320 | 2024-07-29T22:26:01.997Z | Downloaded hex-literal v0.4.1 |
2321 | 2024-07-29T22:26:02.000Z | Downloaded dirs v5.0.1 |
2322 | 2024-07-29T22:26:02.000Z | Downloaded cbc v0.1.2 |
2323 | 2024-07-29T22:26:02.003Z | Downloaded pbkdf2 v0.12.2 |
2324 | 2024-07-29T22:26:02.006Z | Downloaded russh-keys v0.43.0 |
2325 | 2024-07-29T22:26:02.006Z | Downloaded rfc6979 v0.4.0 |
2326 | 2024-07-29T22:26:02.006Z | Downloaded rand_chacha v0.2.2 |
2327 | 2024-07-29T22:26:02.009Z | Downloaded ecdsa v0.16.9 |
2328 | 2024-07-29T22:26:02.009Z | Downloaded primeorder v0.13.6 |
2329 | 2024-07-29T22:26:02.011Z | Downloaded password-hash v0.4.2 |
2330 | 2024-07-29T22:26:02.014Z | Downloaded getrandom v0.1.16 |
2331 | 2024-07-29T22:26:02.018Z | Downloaded ed25519 v2.2.3 |
2332 | 2024-07-29T22:26:02.021Z | Downloaded dhcproto v0.11.0 |
2333 | 2024-07-29T22:26:02.028Z | Downloaded ed25519-dalek v2.1.1 |
2334 | 2024-07-29T22:26:02.032Z | Downloaded p256 v0.13.2 |
2335 | 2024-07-29T22:26:02.036Z | Downloaded russh v0.43.0 |
2336 | 2024-07-29T22:26:02.041Z | Downloaded rand v0.7.3 |
2337 | 2024-07-29T22:26:02.046Z | Downloaded p521 v0.13.3 |
2338 | 2024-07-29T22:26:02.050Z | Downloaded aes-gcm v0.10.3 |
2339 | 2024-07-29T22:26:02.177Z | Compiling regress v0.9.1 |
2340 | 2024-07-29T22:26:02.275Z | Compiling getopts v0.2.21 |
2341 | 2024-07-29T22:26:02.278Z | Compiling unsafe-libyaml v0.2.11 |
2342 | 2024-07-29T22:26:02.278Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2343 | 2024-07-29T22:26:02.278Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2344 | 2024-07-29T22:26:02.278Z | Compiling sha1 v0.10.6 |
2345 | 2024-07-29T22:26:02.278Z | Compiling http v1.1.0 |
2346 | 2024-07-29T22:26:02.278Z | Compiling match_cfg v0.1.0 |
2347 | 2024-07-29T22:26:02.400Z | Compiling base64 v0.22.1 |
2348 | 2024-07-29T22:26:02.676Z | Compiling hostname v0.3.1 |
2349 | 2024-07-29T22:26:02.732Z | Compiling toml v0.8.15 |
2350 | 2024-07-29T22:26:02.758Z | Compiling rustls-pki-types v1.7.0 |
2351 | 2024-07-29T22:26:02.949Z | Compiling rustls v0.22.4 |
2352 | 2024-07-29T22:26:03.204Z | Compiling ident_case v1.0.1 |
2353 | 2024-07-29T22:26:03.238Z | Compiling paste v1.0.15 |
2354 | 2024-07-29T22:26:03.344Z | Compiling darling_core v0.20.9 |
2355 | 2024-07-29T22:26:03.388Z | Compiling rustls-webpki v0.102.4 |
2356 | 2024-07-29T22:26:03.611Z | Compiling serde_yaml v0.9.34+deprecated |
2357 | 2024-07-29T22:26:03.833Z | Compiling multer v3.1.0 |
2358 | 2024-07-29T22:26:04.175Z | Compiling slog-json v2.6.1 |
2359 | 2024-07-29T22:26:04.588Z | Compiling async-stream-impl v0.3.5 |
2360 | 2024-07-29T22:26:04.833Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
2361 | 2024-07-29T22:26:05.098Z | Compiling instant v0.1.12 |
2362 | 2024-07-29T22:26:05.248Z | Compiling atomic-waker v1.1.2 |
2363 | 2024-07-29T22:26:05.440Z | Compiling debug-ignore v1.0.5 |
2364 | 2024-07-29T22:26:05.454Z | Compiling waitgroup v0.1.2 |
2365 | 2024-07-29T22:26:05.601Z | Compiling slog-bunyan v2.5.0 |
2366 | 2024-07-29T22:26:05.679Z | Compiling rustls-pemfile v2.1.2 |
2367 | 2024-07-29T22:26:05.789Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2368 | 2024-07-29T22:26:05.996Z | Compiling async-stream v0.3.5 |
2369 | 2024-07-29T22:26:06.158Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
2370 | 2024-07-29T22:26:06.327Z | Compiling serde_path_to_error v0.1.16 |
2371 | 2024-07-29T22:26:06.752Z | Compiling hostname v0.4.0 |
2372 | 2024-07-29T22:26:07.009Z | Compiling structmeta-derive v0.3.0 |
2373 | 2024-07-29T22:26:07.229Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2374 | 2024-07-29T22:26:07.415Z | Compiling proc-macro-crate v1.3.1 |
2375 | 2024-07-29T22:26:07.986Z | Compiling newtype-uuid v1.1.0 |
2376 | 2024-07-29T22:26:08.082Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2377 | 2024-07-29T22:26:08.281Z | Compiling fastrand v2.1.0 |
2378 | 2024-07-29T22:26:08.566Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2379 | 2024-07-29T22:26:08.850Z | Compiling tokio-rustls v0.25.0 |
2380 | 2024-07-29T22:26:08.867Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2381 | 2024-07-29T22:26:08.935Z | Compiling tempfile v3.10.1 |
2382 | 2024-07-29T22:26:09.038Z | Compiling num_enum_derive v0.5.11 |
2383 | 2024-07-29T22:26:09.272Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2384 | 2024-07-29T22:26:09.662Z | Compiling backoff v0.4.0 |
2385 | 2024-07-29T22:26:09.871Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2386 | 2024-07-29T22:26:10.001Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2387 | 2024-07-29T22:26:10.171Z | Compiling macaddr v1.0.1 |
2388 | 2024-07-29T22:26:10.197Z | Compiling structmeta v0.3.0 |
2389 | 2024-07-29T22:26:10.623Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2390 | 2024-07-29T22:26:10.626Z | Compiling foreign-types-macros v0.2.3 |
2391 | 2024-07-29T22:26:10.653Z | Compiling parse-display-derive v0.9.1 |
2392 | 2024-07-29T22:26:10.808Z | Compiling darling_macro v0.20.9 |
2393 | 2024-07-29T22:26:10.916Z | Compiling heapless v0.8.0 |
2394 | 2024-07-29T22:26:11.497Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2395 | 2024-07-29T22:26:11.746Z | Compiling foreign-types-shared v0.3.1 |
2396 | 2024-07-29T22:26:11.829Z | Compiling darling v0.20.9 |
2397 | 2024-07-29T22:26:11.912Z | Compiling num_enum v0.5.11 |
2398 | 2024-07-29T22:26:11.912Z | Compiling foreign-types v0.5.0 |
2399 | 2024-07-29T22:26:11.942Z | Compiling serde_with_macros v3.8.3 |
2400 | 2024-07-29T22:26:12.068Z | Compiling proc-macro-error v1.0.4 |
2401 | 2024-07-29T22:26:12.192Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2402 | 2024-07-29T22:26:12.352Z | Compiling hash32 v0.3.1 |
2403 | 2024-07-29T22:26:12.608Z | Compiling cstr-argument v0.1.2 |
2404 | 2024-07-29T22:26:12.789Z | Compiling pretty-hex v0.2.1 |
2405 | 2024-07-29T22:26:12.917Z | Compiling smoltcp v0.11.0 |
2406 | 2024-07-29T22:26:12.994Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2407 | 2024-07-29T22:26:13.185Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2408 | 2024-07-29T22:26:13.714Z | Compiling camino-tempfile v1.1.1 |
2409 | 2024-07-29T22:26:13.775Z | Compiling tabwriter v1.4.0 |
2410 | 2024-07-29T22:26:14.191Z | Compiling colored v2.1.0 |
2411 | 2024-07-29T22:26:14.287Z | Compiling socket2 v0.4.10 |
2412 | 2024-07-29T22:26:14.565Z | Compiling cobs v0.2.3 |
2413 | 2024-07-29T22:26:14.876Z | Compiling embedded-io v0.4.0 |
2414 | 2024-07-29T22:26:15.084Z | Compiling postcard v1.0.8 |
2415 | 2024-07-29T22:26:15.197Z | Compiling serde_with v3.8.3 |
2416 | 2024-07-29T22:26:15.214Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2417 | 2024-07-29T22:26:15.230Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2418 | 2024-07-29T22:26:15.401Z | Compiling crucible-workspace-hack v0.1.0 |
2419 | 2024-07-29T22:26:15.538Z | Compiling parse-display v0.9.1 |
2420 | 2024-07-29T22:26:15.561Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2421 | 2024-07-29T22:26:15.678Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2422 | 2024-07-29T22:26:15.956Z | Compiling smf v0.2.3 |
2423 | 2024-07-29T22:26:15.987Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2424 | 2024-07-29T22:26:16.316Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2425 | 2024-07-29T22:26:16.457Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2426 | 2024-07-29T22:26:16.964Z | Compiling num-derive v0.4.2 |
2427 | 2024-07-29T22:26:17.423Z | Compiling sigpipe v0.1.3 |
2428 | 2024-07-29T22:26:17.554Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2429 | 2024-07-29T22:26:17.868Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2430 | 2024-07-29T22:26:18.734Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2431 | 2024-07-29T22:26:19.216Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2432 | 2024-07-29T22:26:19.256Z | Compiling humantime v2.1.0 |
2433 | 2024-07-29T22:26:19.506Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2434 | 2024-07-29T22:26:19.574Z | Compiling curve25519-dalek v4.1.3 |
2435 | 2024-07-29T22:26:19.683Z | Compiling password-hash v0.5.0 |
2436 | 2024-07-29T22:26:19.845Z | Compiling blake2 v0.10.6 |
2437 | 2024-07-29T22:26:20.018Z | Compiling universal-hash v0.5.1 |
2438 | 2024-07-29T22:26:20.202Z | Compiling semver v0.1.20 |
2439 | 2024-07-29T22:26:20.219Z | Compiling utf-8 v0.7.6 |
2440 | 2024-07-29T22:26:20.324Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2441 | 2024-07-29T22:26:20.483Z | Compiling opaque-debug v0.3.1 |
2442 | 2024-07-29T22:26:20.552Z | Compiling rustc_version v0.1.7 |
2443 | 2024-07-29T22:26:20.583Z | Compiling argon2 v0.5.3 |
2444 | 2024-07-29T22:26:20.811Z | Compiling newline-converter v0.3.0 |
2445 | 2024-07-29T22:26:20.871Z | Compiling curve25519-dalek-derive v0.1.1 |
2446 | 2024-07-29T22:26:20.891Z | Compiling atty v0.2.14 |
2447 | 2024-07-29T22:26:20.968Z | Compiling rayon-core v1.12.1 |
2448 | 2024-07-29T22:26:21.031Z | Compiling convert_case v0.4.0 |
2449 | 2024-07-29T22:26:21.051Z | Compiling same-file v1.0.6 |
2450 | 2024-07-29T22:26:21.211Z | Compiling walkdir v2.5.0 |
2451 | 2024-07-29T22:26:21.259Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2452 | 2024-07-29T22:26:21.276Z | Compiling newtype_derive v0.1.6 |
2453 | 2024-07-29T22:26:21.557Z | Compiling expectorate v1.1.0 |
2454 | 2024-07-29T22:26:21.677Z | Compiling crossbeam-deque v0.8.5 |
2455 | 2024-07-29T22:26:21.736Z | Compiling prettyplease v0.2.20 |
2456 | 2024-07-29T22:26:21.999Z | Compiling libefi-sys v0.1.0 |
2457 | 2024-07-29T22:26:22.066Z | Compiling derive_more v0.99.18 |
2458 | 2024-07-29T22:26:22.118Z | Compiling num-rational v0.4.2 |
2459 | 2024-07-29T22:26:22.256Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2460 | 2024-07-29T22:26:22.590Z | Compiling signature v2.2.0 |
2461 | 2024-07-29T22:26:22.895Z | Compiling num-complex v0.4.6 |
2462 | 2024-07-29T22:26:23.489Z | Compiling aead v0.5.2 |
2463 | 2024-07-29T22:26:23.746Z | Compiling derive-where v1.2.7 |
2464 | 2024-07-29T22:26:23.871Z | Compiling bitfield-struct v0.6.1 |
2465 | 2024-07-29T22:26:23.892Z | Compiling ring v0.16.20 |
2466 | 2024-07-29T22:26:23.960Z | Compiling blake3 v1.5.1 |
2467 | 2024-07-29T22:26:23.976Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2468 | 2024-07-29T22:26:24.332Z | Compiling unicase v2.7.0 |
2469 | 2024-07-29T22:26:24.608Z | Compiling quick-error v1.2.3 |
2470 | 2024-07-29T22:26:24.675Z | Compiling arc-swap v1.7.1 |
2471 | 2024-07-29T22:26:24.765Z | Compiling keccak v0.1.5 |
2472 | 2024-07-29T22:26:25.007Z | Compiling linked-hash-map v0.5.6 |
2473 | 2024-07-29T22:26:25.320Z | Compiling getrandom v0.1.16 |
2474 | 2024-07-29T22:26:25.335Z | Compiling termcolor v1.4.1 |
2475 | 2024-07-29T22:26:25.354Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2476 | 2024-07-29T22:26:25.802Z | Compiling env_logger v0.9.3 |
2477 | 2024-07-29T22:26:25.818Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2478 | 2024-07-29T22:26:26.070Z | Compiling lru-cache v0.1.2 |
2479 | 2024-07-29T22:26:26.101Z | Compiling slog-scope v4.4.0 |
2480 | 2024-07-29T22:26:26.252Z | Compiling sha3 v0.10.8 |
2481 | 2024-07-29T22:26:26.655Z | Compiling resolv-conf v0.7.0 |
2482 | 2024-07-29T22:26:27.466Z | Compiling num v0.4.3 |
2483 | 2024-07-29T22:26:27.482Z | Compiling rayon v1.10.0 |
2484 | 2024-07-29T22:26:27.716Z | Compiling poly1305 v0.8.0 |
2485 | 2024-07-29T22:26:27.896Z | Compiling tungstenite v0.21.0 |
2486 | 2024-07-29T22:26:28.952Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2487 | 2024-07-29T22:26:29.436Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2488 | 2024-07-29T22:26:29.767Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2489 | 2024-07-29T22:26:30.115Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2490 | 2024-07-29T22:26:30.152Z | Compiling chacha20 v0.9.1 |
2491 | 2024-07-29T22:26:30.504Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2492 | 2024-07-29T22:26:30.561Z | Compiling bitstruct_derive v0.1.0 |
2493 | 2024-07-29T22:26:30.593Z | Compiling thiserror-impl-no-std v2.0.2 |
2494 | 2024-07-29T22:26:30.596Z | Compiling secrecy v0.8.0 |
2495 | 2024-07-29T22:26:30.648Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2496 | 2024-07-29T22:26:30.854Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2497 | 2024-07-29T22:26:30.879Z | Compiling memmap2 v0.9.4 |
2498 | 2024-07-29T22:26:30.895Z | Compiling half v2.4.1 |
2499 | 2024-07-29T22:26:30.989Z | Compiling parking_lot_core v0.8.6 |
2500 | 2024-07-29T22:26:31.159Z | Compiling spin v0.5.2 |
2501 | 2024-07-29T22:26:31.345Z | Compiling untrusted v0.7.1 |
2502 | 2024-07-29T22:26:31.394Z | Compiling arrayref v0.3.7 |
2503 | 2024-07-29T22:26:31.430Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2504 | 2024-07-29T22:26:31.457Z | Compiling constant_time_eq v0.3.0 |
2505 | 2024-07-29T22:26:31.496Z | Compiling home v0.5.9 |
2506 | 2024-07-29T22:26:31.537Z | Compiling arrayvec v0.7.4 |
2507 | 2024-07-29T22:26:31.553Z | Compiling ciborium-io v0.2.2 |
2508 | 2024-07-29T22:26:31.629Z | Compiling ascii v1.1.0 |
2509 | 2024-07-29T22:26:31.677Z | Compiling float-ord v0.3.2 |
2510 | 2024-07-29T22:26:31.759Z | Compiling ciborium-ll v0.2.2 |
2511 | 2024-07-29T22:26:31.845Z | Compiling toolchain_find v0.4.0 |
2512 | 2024-07-29T22:26:31.919Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2513 | 2024-07-29T22:26:31.945Z | Compiling bitstruct v0.1.1 |
2514 | 2024-07-29T22:26:32.070Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2515 | 2024-07-29T22:26:32.507Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2516 | 2024-07-29T22:26:32.528Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2517 | 2024-07-29T22:26:32.784Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2518 | 2024-07-29T22:26:32.963Z | Compiling tokio-tungstenite v0.21.0 |
2519 | 2024-07-29T22:26:33.064Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2520 | 2024-07-29T22:26:33.446Z | Compiling steno v0.4.1 |
2521 | 2024-07-29T22:26:33.503Z | Compiling trust-dns-resolver v0.22.0 |
2522 | 2024-07-29T22:26:33.589Z | Compiling slog-stdlog v4.1.1 |
2523 | 2024-07-29T22:26:33.927Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2524 | 2024-07-29T22:26:33.943Z | Compiling thiserror-no-std v2.0.2 |
2525 | 2024-07-29T22:26:33.957Z | Compiling rfc6979 v0.4.0 |
2526 | 2024-07-29T22:26:34.060Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2527 | 2024-07-29T22:26:34.139Z | Compiling erased-serde v0.3.31 |
2528 | 2024-07-29T22:26:34.470Z | Compiling serde_arrays v0.1.0 |
2529 | 2024-07-29T22:26:34.493Z | Compiling nibble_vec v0.1.0 |
2530 | 2024-07-29T22:26:34.641Z | Compiling gethostname v0.4.3 |
2531 | 2024-07-29T22:26:34.710Z | Compiling slog-dtrace v0.3.0 |
2532 | 2024-07-29T22:26:34.730Z | Compiling cancel-safe-futures v0.1.5 |
2533 | 2024-07-29T22:26:34.934Z | Compiling endian-type v0.1.2 |
2534 | 2024-07-29T22:26:34.990Z | Compiling topological-sort v0.2.2 |
2535 | 2024-07-29T22:26:35.146Z | Compiling radix_trie v0.2.1 |
2536 | 2024-07-29T22:26:35.162Z | Compiling ecdsa v0.16.9 |
2537 | 2024-07-29T22:26:35.204Z | Compiling omicron-zone-package v0.11.0 |
2538 | 2024-07-29T22:26:35.645Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2539 | 2024-07-29T22:26:35.869Z | Compiling rand_core v0.5.1 |
2540 | 2024-07-29T22:26:36.012Z | Compiling vsss-rs v3.3.4 |
2541 | 2024-07-29T22:26:36.034Z | Compiling mime_guess v2.0.4 |
2542 | 2024-07-29T22:26:36.399Z | Compiling slog-envlogger v2.2.0 |
2543 | 2024-07-29T22:26:37.417Z | Compiling rustfmt-wrapper v0.2.1 |
2544 | 2024-07-29T22:26:37.971Z | Compiling ciborium v0.2.2 |
2545 | 2024-07-29T22:26:38.015Z | Compiling chacha20poly1305 v0.10.1 |
2546 | 2024-07-29T22:26:38.260Z | Compiling tungstenite v0.20.1 |
2547 | 2024-07-29T22:26:39.312Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2548 | 2024-07-29T22:26:39.558Z | Compiling primeorder v0.13.6 |
2549 | 2024-07-29T22:26:40.097Z | Compiling heck v0.3.3 |
2550 | 2024-07-29T22:26:40.193Z | Compiling glob v0.3.1 |
2551 | 2024-07-29T22:26:40.541Z | Compiling option-ext v0.2.0 |
2552 | 2024-07-29T22:26:40.562Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2553 | 2024-07-29T22:26:40.680Z | Compiling dirs-sys v0.4.1 |
2554 | 2024-07-29T22:26:40.816Z | Compiling zone_cfg_derive v0.1.2 |
2555 | 2024-07-29T22:26:40.871Z | Compiling tokio-tungstenite v0.20.1 |
2556 | 2024-07-29T22:26:41.224Z | Compiling parking_lot v0.11.2 |
2557 | 2024-07-29T22:26:41.386Z | Compiling rand_chacha v0.2.2 |
2558 | 2024-07-29T22:26:41.432Z | Compiling trust-dns-client v0.22.0 |
2559 | 2024-07-29T22:26:42.195Z | Compiling ed25519 v2.2.3 |
2560 | 2024-07-29T22:26:42.334Z | Compiling polyval v0.6.2 |
2561 | 2024-07-29T22:26:42.350Z | Compiling ctr v0.9.2 |
2562 | 2024-07-29T22:26:42.638Z | Compiling aes v0.8.4 |
2563 | 2024-07-29T22:26:42.692Z | Compiling blowfish v0.9.1 |
2564 | 2024-07-29T22:26:42.708Z | Compiling password-hash v0.4.2 |
2565 | 2024-07-29T22:26:42.777Z | Compiling pbkdf2 v0.12.2 |
2566 | 2024-07-29T22:26:42.939Z | Compiling libsw v3.3.1 |
2567 | 2024-07-29T22:26:43.144Z | Compiling toml v0.5.11 |
2568 | 2024-07-29T22:26:43.252Z | Compiling fxhash v0.2.1 |
2569 | 2024-07-29T22:26:43.457Z | Compiling base64 v0.13.1 |
2570 | 2024-07-29T22:26:43.472Z | Compiling owo-colors v4.0.0 |
2571 | 2024-07-29T22:26:43.644Z | Compiling linear-map v1.2.0 |
2572 | 2024-07-29T22:26:44.019Z | Compiling ron v0.7.1 |
2573 | 2024-07-29T22:26:44.086Z | Compiling sled v0.34.7 |
2574 | 2024-07-29T22:26:44.774Z | Compiling pbkdf2 v0.11.0 |
2575 | 2024-07-29T22:26:45.142Z | Compiling trust-dns-server v0.22.1 |
2576 | 2024-07-29T22:26:45.539Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2577 | 2024-07-29T22:26:45.793Z | Compiling bcrypt-pbkdf v0.10.0 |
2578 | 2024-07-29T22:26:46.447Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2579 | 2024-07-29T22:26:46.464Z | Compiling ghash v0.5.1 |
2580 | 2024-07-29T22:26:46.649Z | Compiling ed25519-dalek v2.1.1 |
2581 | 2024-07-29T22:26:46.874Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2582 | 2024-07-29T22:26:46.931Z | Compiling zone v0.1.8 |
2583 | 2024-07-29T22:26:47.593Z | Compiling rand v0.7.3 |
2584 | 2024-07-29T22:26:48.522Z | Compiling dirs v5.0.1 |
2585 | 2024-07-29T22:26:48.776Z | Compiling p256 v0.13.2 |
2586 | 2024-07-29T22:26:49.315Z | Compiling p521 v0.13.3 |
2587 | 2024-07-29T22:26:49.687Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2588 | 2024-07-29T22:26:50.267Z | Compiling pem v3.0.4 |
2589 | 2024-07-29T22:26:51.108Z | Compiling cbc v0.1.2 |
2590 | 2024-07-29T22:26:51.362Z | Compiling portpicker v0.1.1 |
2591 | 2024-07-29T22:26:51.705Z | Compiling headers-core v0.2.0 |
2592 | 2024-07-29T22:26:51.741Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2593 | 2024-07-29T22:26:51.840Z | Compiling kstat-rs v0.2.4 |
2594 | 2024-07-29T22:26:51.871Z | Compiling nanorand v0.7.0 |
2595 | 2024-07-29T22:26:52.132Z | Compiling russh-cryptovec v0.7.2 |
2596 | 2024-07-29T22:26:52.258Z | Compiling md5 v0.7.0 |
2597 | 2024-07-29T22:26:52.456Z | Compiling http-range v0.1.5 |
2598 | 2024-07-29T22:26:52.471Z | Compiling flume v0.11.0 |
2599 | 2024-07-29T22:26:52.485Z | Compiling headers v0.3.9 |
2600 | 2024-07-29T22:26:52.501Z | Compiling russh-keys v0.43.0 |
2601 | 2024-07-29T22:26:52.738Z | Compiling hyper-staticfile v0.9.5 |
2602 | 2024-07-29T22:26:52.837Z | Compiling rcgen v0.12.1 |
2603 | 2024-07-29T22:26:53.186Z | Compiling aes-gcm v0.10.3 |
2604 | 2024-07-29T22:26:53.494Z | Compiling atomicwrites v0.4.3 |
2605 | 2024-07-29T22:26:53.752Z | Compiling subprocess v0.2.9 |
2606 | 2024-07-29T22:26:53.838Z | Compiling dhcproto-macros v0.1.0 |
2607 | 2024-07-29T22:26:54.524Z | Compiling display-error-chain v0.2.0 |
2608 | 2024-07-29T22:26:54.706Z | Compiling hex-literal v0.4.1 |
2609 | 2024-07-29T22:26:54.843Z | Compiling dhcproto v0.11.0 |
2610 | 2024-07-29T22:26:54.856Z | Compiling russh v0.43.0 |
2611 | 2024-07-29T22:26:55.399Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2612 | 2024-07-29T22:26:55.846Z | Compiling internet-checksum v0.2.1 |
2613 | 2024-07-29T22:26:58.339Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2614 | 2024-07-29T22:26:58.504Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2615 | 2024-07-29T22:26:58.558Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2616 | 2024-07-29T22:26:58.984Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2617 | 2024-07-29T22:26:59.077Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2618 | 2024-07-29T22:26:59.122Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2619 | 2024-07-29T22:27:00.040Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2620 | 2024-07-29T22:27:00.607Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2621 | 2024-07-29T22:27:01.453Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2622 | 2024-07-29T22:27:02.118Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2623 | 2024-07-29T22:27:03.114Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2624 | 2024-07-29T22:27:05.538Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2625 | 2024-07-29T22:27:06.177Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2626 | 2024-07-29T22:27:06.548Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2627 | 2024-07-29T22:27:14.139Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2628 | 2024-07-29T22:27:14.139Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2629 | 2024-07-29T22:27:14.142Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2630 | 2024-07-29T22:27:14.142Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2631 | 2024-07-29T22:27:14.142Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2632 | 2024-07-29T22:27:17.072Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2633 | 2024-07-29T22:27:17.443Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2634 | 2024-07-29T22:27:17.490Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2635 | 2024-07-29T22:27:18.300Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2636 | 2024-07-29T22:27:18.433Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2637 | 2024-07-29T22:27:19.912Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2638 | 2024-07-29T22:27:20.499Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2639 | 2024-07-29T22:27:22.328Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2640 | 2024-07-29T22:27:22.502Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2641 | 2024-07-29T22:27:24.701Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2642 | 2024-07-29T22:27:27.075Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2643 | 2024-07-29T22:27:27.468Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2644 | 2024-07-29T22:27:31.851Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2645 | 2024-07-29T22:27:32.256Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2646 | 2024-07-29T22:27:35.374Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2647 | 2024-07-29T22:27:42.349Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2648 | 2024-07-29T22:27:42.352Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2649 | 2024-07-29T22:27:44.338Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2650 | 2024-07-29T22:28:03.539Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2651 | 2024-07-29T22:28:37.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s |
2652 | 2024-07-29T22:28:37.866Z | |
2653 | 2024-07-29T22:28:37.866Z | real 2:36.610113844 |
2654 | 2024-07-29T22:28:37.867Z | user 12:29.458186542 |
2655 | 2024-07-29T22:28:37.867Z | sys 2:39.808374734 |
2656 | 2024-07-29T22:28:37.867Z | trap 0.345196341 |
2657 | 2024-07-29T22:28:37.867Z | tflt 0.332536555 |
2658 | 2024-07-29T22:28:37.870Z | dflt 2.188061360 |
2659 | 2024-07-29T22:28:37.870Z | kflt 0.000231343 |
2660 | 2024-07-29T22:28:37.870Z | lock 26:46.842093965 |
2661 | 2024-07-29T22:28:37.870Z | slp 32:45.154867472 |
2662 | 2024-07-29T22:28:37.870Z | lat 39.204807567 |
2663 | 2024-07-29T22:28:37.870Z | stop 1:19.163551992 |
2664 | 2024-07-29T22:28:37.870Z | + mkdir tests |
2665 | 2024-07-29T22:28:37.873Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2666 | 2024-07-29T22:28:37.873Z | + xargs -I '{}' -t cp '{}' tests/ |
2667 | 2024-07-29T22:28:37.910Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-c7164027eda38f9b tests/ |
2668 | 2024-07-29T22:28:37.935Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-73d83eb9fc7e5722 tests/ |
2669 | 2024-07-29T22:28:37.960Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-6d7c4d6fbe7c93cb tests/ |
2670 | 2024-07-29T22:28:37.986Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ab9fb44bb0f7cc12 tests/ |
2671 | 2024-07-29T22:28:38.200Z | + 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/*) |
2672 | 2024-07-29T22:28:38.203Z | + 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-73d83eb9fc7e5722 tests/commtest-6d7c4d6fbe7c93cb tests/dhcp_server-c7164027eda38f9b tests/end_to_end_tests-ab9fb44bb0f7cc12 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2673 | 2024-07-29T22:29:33.793Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2674 | 2024-07-29T22:29:33.793Z | a out/target/test 1K |
2675 | 2024-07-29T22:29:33.793Z | a out/npuzone/npuzone 23144K |
2676 | 2024-07-29T22:29:33.793Z | a package-manifest.toml 30K |
2677 | 2024-07-29T22:29:33.793Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2678 | 2024-07-29T22:29:33.793Z | a target/release/omicron-package 32481K |
2679 | 2024-07-29T22:29:33.793Z | a target/release/xtask 11481K |
2680 | 2024-07-29T22:29:33.793Z | a target/debug/bootstrap 194488K |
2681 | 2024-07-29T22:29:33.793Z | a tests/bootstrap-73d83eb9fc7e5722 23988K |
2682 | 2024-07-29T22:29:33.793Z | a tests/commtest-6d7c4d6fbe7c93cb 24715K |
2683 | 2024-07-29T22:29:33.793Z | a tests/dhcp_server-c7164027eda38f9b 23989K |
2684 | 2024-07-29T22:29:33.793Z | a tests/end_to_end_tests-ab9fb44bb0f7cc12 206441K |
2685 | 2024-07-29T22:29:33.793Z | a out/clickhouse.tar.gz 223151K |
2686 | 2024-07-29T22:29:33.793Z | a out/clickhouse_keeper.tar.gz 223136K |
2687 | 2024-07-29T22:29:33.793Z | a out/cockroachdb.tar.gz 131871K |
2688 | 2024-07-29T22:29:33.793Z | a out/crucible-dtrace.tar 85K |
2689 | 2024-07-29T22:29:33.793Z | a out/crucible-pantry-zone.tar.gz 27111K |
2690 | 2024-07-29T22:29:33.793Z | a out/crucible-zone.tar.gz 37478K |
2691 | 2024-07-29T22:29:33.793Z | a out/external-dns.tar.gz 25247K |
2692 | 2024-07-29T22:29:33.793Z | a out/internal-dns.tar.gz 25247K |
2693 | 2024-07-29T22:29:33.793Z | a out/mg-ddm-gz.tar 60627K |
2694 | 2024-07-29T22:29:33.793Z | a out/nexus.tar.gz 86258K |
2695 | 2024-07-29T22:29:33.793Z | a out/ntp.tar.gz 8989K |
2696 | 2024-07-29T22:29:33.793Z | a out/omicron-gateway-softnpu.tar.gz 13819K |
2697 | 2024-07-29T22:29:33.793Z | a out/omicron-sled-agent.tar 97109K |
2698 | 2024-07-29T22:29:33.793Z | a out/overlay.tar.gz 3K |
2699 | 2024-07-29T22:29:33.794Z | a out/oximeter.tar.gz 42708K |
2700 | 2024-07-29T22:29:33.794Z | a out/oxlog.tar 2947K |
2701 | 2024-07-29T22:29:33.794Z | a out/probe.tar.gz 2764K |
2702 | 2024-07-29T22:29:33.794Z | a out/propolis-server.tar.gz 64643K |
2703 | 2024-07-29T22:29:33.794Z | a out/pumpkind-gz.tar 26665K |
2704 | 2024-07-29T22:29:33.794Z | a out/switch-softnpu.tar.gz 204300K |
2705 | 2024-07-29T22:29:33.797Z | |
2706 | 2024-07-29T22:29:33.797Z | real 55.586703178 |
2707 | 2024-07-29T22:29:33.797Z | user 53.222928582 |
2708 | 2024-07-29T22:29:33.797Z | sys 3.291517793 |
2709 | 2024-07-29T22:29:33.797Z | trap 0.014057010 |
2710 | 2024-07-29T22:29:33.797Z | tflt 0.000000000 |
2711 | 2024-07-29T22:29:33.797Z | dflt 0.000000000 |
2712 | 2024-07-29T22:29:33.797Z | kflt 0.000000000 |
2713 | 2024-07-29T22:29:33.797Z | lock 0.000000000 |
2714 | 2024-07-29T22:29:33.797Z | slp 53.097083179 |
2715 | 2024-07-29T22:29:33.797Z | lat 1.541946560 |
2716 | 2024-07-29T22:29:33.797Z | stop 0.000570087 |
2717 | 2024-07-29T22:29:33.797Z | process exited: duration 1711973 ms, exit code 0 |
|
2718 | 2024-07-29T22:29:33.811Z | found 1 output files |
2719 | 2024-07-29T22:29:33.811Z | uploading: /work/package.tar.gz (1344925730 bytes) |
2720 | 2024-07-29T22:29:58.955Z | uploaded: /work/package.tar.gz |