|
|
|
1 | 2024-07-19T18:03:08.477Z | job assigned to worker 01J362HKTJTJ9G33YQQQ462ST6 (queued for 43 s) |
|
2 | 2024-07-19T18:03:09.523Z | starting task 0: "setup" |
3 | 2024-07-19T18:03:09.547Z | ++ uname -s |
4 | 2024-07-19T18:03:09.547Z | + kern=SunOS |
5 | 2024-07-19T18:03:09.547Z | + case "$kern" in |
6 | 2024-07-19T18:03:09.547Z | + groupadd -g 12345 build |
7 | 2024-07-19T18:03:09.547Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-19T18:03:11.555Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-19T18:03:11.600Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-19T18:03:11.624Z | + home_fs=zfs |
11 | 2024-07-19T18:03:11.624Z | + [[ zfs == autofs ]] |
12 | 2024-07-19T18:03:11.624Z | + mkdir -p /home/build |
13 | 2024-07-19T18:03:11.624Z | + chown build:build /home/build /work |
14 | 2024-07-19T18:03:12.610Z | + chmod 0700 /home/build /work |
15 | 2024-07-19T18:03:12.633Z | process exited: duration 3090 ms, exit code 0 |
|
16 | 2024-07-19T18:03:12.681Z | starting task 1: "rust-toolchain" |
17 | 2024-07-19T18:03:12.706Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-19T18:03:12.706Z | ' 1.78.0 |
19 | 2024-07-19T18:03:12.706Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-19T18:03:12.706Z | ' default |
21 | 2024-07-19T18:03:12.706Z | * toolchain channel = "1.78.0" |
22 | 2024-07-19T18:03:12.706Z | * toolchain profile = "default" |
23 | 2024-07-19T18:03:12.706Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-19T18:03:12.706Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-19T18:03:12.839Z | info: downloading installer |
26 | 2024-07-19T18:03:13.641Z | info: profile set to 'default' |
27 | 2024-07-19T18:03:13.641Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-19T18:03:13.665Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-19T18:03:13.756Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-19T18:03:13.756Z | info: downloading component 'cargo' |
31 | 2024-07-19T18:03:13.997Z | info: downloading component 'clippy' |
32 | 2024-07-19T18:03:14.061Z | info: downloading component 'rust-docs' |
33 | 2024-07-19T18:03:14.323Z | info: downloading component 'rust-std' |
34 | 2024-07-19T18:03:14.654Z | info: downloading component 'rustc' |
35 | 2024-07-19T18:03:15.376Z | info: downloading component 'rustfmt' |
36 | 2024-07-19T18:03:15.418Z | info: installing component 'cargo' |
37 | 2024-07-19T18:03:16.502Z | info: installing component 'clippy' |
38 | 2024-07-19T18:03:16.909Z | info: installing component 'rust-docs' |
39 | 2024-07-19T18:03:19.494Z | info: installing component 'rust-std' |
40 | 2024-07-19T18:03:21.518Z | info: installing component 'rustc' |
41 | 2024-07-19T18:03:26.535Z | info: installing component 'rustfmt' |
42 | 2024-07-19T18:03:26.901Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-19T18:03:26.901Z | |
44 | 2024-07-19T18:03:27.026Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-19T18:03:27.026Z | |
46 | 2024-07-19T18:03:27.026Z | |
47 | 2024-07-19T18:03:27.026Z | Rust is installed now. Great! |
48 | 2024-07-19T18:03:27.026Z | |
49 | 2024-07-19T18:03:27.026Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-19T18:03:27.026Z | environment variable. This has not been done automatically. |
51 | 2024-07-19T18:03:27.026Z | |
52 | 2024-07-19T18:03:27.026Z | To configure your current shell, you need to source |
53 | 2024-07-19T18:03:27.026Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-19T18:03:27.026Z | |
55 | 2024-07-19T18:03:27.026Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-19T18:03:27.026Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-19T18:03:27.026Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-19T18:03:27.094Z | + rustc --version |
59 | 2024-07-19T18:03:27.200Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-19T18:03:27.224Z | process exited: duration 14522 ms, exit code 0 |
|
61 | 2024-07-19T18:03:27.274Z | starting task 2: "authentication" |
62 | 2024-07-19T18:03:27.327Z | process exited: duration 56 ms, exit code 0 |
|
63 | 2024-07-19T18:03:27.375Z | starting task 3: "clone repository" |
64 | 2024-07-19T18:03:27.399Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-19T18:03:27.399Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-19T18:03:27.422Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-19T18:03:35.340Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-19T18:03:35.340Z | + git fetch origin 4ad9c89a11c4ec44755535b6f40f7e02070c325a |
69 | 2024-07-19T18:03:35.733Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-19T18:03:35.733Z | * branch 4ad9c89a11c4ec44755535b6f40f7e02070c325a -> FETCH_HEAD |
71 | 2024-07-19T18:03:35.768Z | + [[ -n add-sled-identifiers-to-vcpu-stats ]] |
72 | 2024-07-19T18:03:35.769Z | ++ git branch --show-current |
73 | 2024-07-19T18:03:35.769Z | + current=main |
74 | 2024-07-19T18:03:35.769Z | + [[ main != add-sled-identifiers-to-vcpu-stats ]] |
75 | 2024-07-19T18:03:35.769Z | + git branch -f add-sled-identifiers-to-vcpu-stats 4ad9c89a11c4ec44755535b6f40f7e02070c325a |
76 | 2024-07-19T18:03:35.769Z | + git checkout -f add-sled-identifiers-to-vcpu-stats |
77 | 2024-07-19T18:03:35.945Z | Switched to branch 'add-sled-identifiers-to-vcpu-stats' |
78 | 2024-07-19T18:03:36.010Z | + git reset --hard 4ad9c89a11c4ec44755535b6f40f7e02070c325a |
79 | 2024-07-19T18:03:36.010Z | HEAD is now at 4ad9c89a1 Add sled-identifiers to instance vCPU stats |
80 | 2024-07-19T18:03:36.010Z | process exited: duration 8557 ms, exit code 0 |
|
81 | 2024-07-19T18:03:36.099Z | starting task 4: "build" |
82 | 2024-07-19T18:03:36.160Z | + cargo --version |
83 | 2024-07-19T18:03:36.204Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-19T18:03:36.204Z | + rustc --version |
85 | 2024-07-19T18:03:36.272Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-19T18:03:36.317Z | + WORK=/work |
87 | 2024-07-19T18:03:36.317Z | + pfexec mkdir -p /work |
88 | 2024-07-19T18:03:36.317Z | + pfexec chown build /work |
89 | 2024-07-19T18:03:36.317Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-07-19T18:03:42.446Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-07-19T18:05:29.021Z | Startup: Caching catalogs ... Done |
92 | 2024-07-19T18:05:29.088Z | Planning: Solver setup ... Done (3.218s) |
93 | 2024-07-19T18:05:29.088Z | Planning: Running solver ... Done (0.064s) |
94 | 2024-07-19T18:05:29.088Z | Planning: Finding local manifests ... Done (0.002s) |
95 | 2024-07-19T18:05:29.088Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-07-19T18:05:29.088Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-07-19T18:05:29.088Z | Planning: Package planning ... Done (0.059s) |
98 | 2024-07-19T18:05:29.088Z | Planning: Merging actions ... Done (0.059s) |
99 | 2024-07-19T18:05:29.088Z | Planning: Checking for conflicting actions ... Done (0.343s) |
100 | 2024-07-19T18:05:29.088Z | Planning: Consolidating action changes ... Done (0.013s) |
101 | 2024-07-19T18:05:29.088Z | Planning: Evaluating mediators ... Done (0.648s) |
102 | 2024-07-19T18:05:29.088Z | Planning: Planning completed in 5.45 seconds |
103 | 2024-07-19T18:05:29.088Z | Packages to install: 4 |
104 | 2024-07-19T18:05:29.088Z | Mediators to change: 2 |
105 | 2024-07-19T18:05:29.089Z | Services to change: 1 |
106 | 2024-07-19T18:05:29.089Z | Estimated space available: 148.89 GB |
107 | 2024-07-19T18:05:29.089Z | Estimated space to be consumed: 1.47 GB |
108 | 2024-07-19T18:05:29.089Z | Create boot environment: No |
109 | 2024-07-19T18:05:29.089Z | Create backup boot environment: No |
110 | 2024-07-19T18:05:29.089Z | Rebuild boot archive: No |
111 | 2024-07-19T18:05:29.089Z | |
112 | 2024-07-19T18:05:29.089Z | Changed mediators: |
113 | 2024-07-19T18:05:29.089Z | mediator clang: |
114 | 2024-07-19T18:05:29.089Z | version: None -> 15 (system default) |
115 | 2024-07-19T18:05:29.089Z | |
116 | 2024-07-19T18:05:29.089Z | mediator llvm: |
117 | 2024-07-19T18:05:29.089Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-07-19T18:05:29.089Z | |
119 | 2024-07-19T18:05:29.089Z | Changed packages: |
120 | 2024-07-19T18:05:29.089Z | helios-dev |
121 | 2024-07-19T18:05:29.089Z | developer/build-essential |
122 | 2024-07-19T18:05:29.089Z | None -> 11-2.0 |
123 | 2024-07-19T18:05:29.089Z | library/libxmlsec1 |
124 | 2024-07-19T18:05:29.089Z | None -> 1.2.35-2.0 |
125 | 2024-07-19T18:05:29.089Z | ooce/developer/clang-15 |
126 | 2024-07-19T18:05:29.089Z | None -> 15.0.7-2.0 |
127 | 2024-07-19T18:05:29.089Z | ooce/developer/llvm-15 |
128 | 2024-07-19T18:05:29.089Z | None -> 15.0.7-2.0 |
129 | 2024-07-19T18:05:29.089Z | |
130 | 2024-07-19T18:05:29.090Z | Services: |
131 | 2024-07-19T18:05:29.090Z | restart_fmri: |
132 | 2024-07-19T18:05:29.090Z | svc:/system/update-man-index:default |
133 | 2024-07-19T18:05:29.090Z | |
134 | 2024-07-19T18:05:29.090Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-07-19T18:05:29.090Z | Download: 818/3290 items 18.6/212.6MB 8% complete (3.9M/s) |
136 | 2024-07-19T18:05:29.090Z | Download: 1195/3290 items 83.3/212.6MB 39% complete (9.5M/s) |
137 | 2024-07-19T18:05:29.090Z | Download: 1572/3290 items 117.6/212.6MB 55% complete (9.9M/s) |
138 | 2024-07-19T18:05:29.090Z | Download: 2214/3290 items 119.2/212.6MB 56% complete (3.7M/s) |
139 | 2024-07-19T18:05:29.090Z | Download: 2624/3290 items 120.4/212.6MB 56% complete (272k/s) |
140 | 2024-07-19T18:05:29.090Z | Download: Completed 212.60 MB in 30.35 seconds (7.0M/s) |
141 | 2024-07-19T18:05:29.090Z | Actions: 1/3689 actions (Installing new actions) |
142 | 2024-07-19T18:05:29.090Z | Actions: 1759/3689 actions (Installing new actions) |
143 | 2024-07-19T18:05:29.090Z | Actions: Completed 3689 actions in 5.73 seconds. |
144 | 2024-07-19T18:05:29.090Z | Done (0.332s) |
145 | 2024-07-19T18:05:29.090Z | Done (0.000s) |
146 | 2024-07-19T18:05:29.090Z | Done (0.390s) |
147 | 2024-07-19T18:05:29.090Z | Done (4.921s) |
148 | 2024-07-19T18:05:29.090Z | Done (0.019s) |
149 | 2024-07-19T18:05:29.090Z | Done (0.000s) |
150 | 2024-07-19T18:05:29.090Z | Done (0.000s) |
151 | 2024-07-19T18:05:29.090Z | Planning: Evaluating mediator changes ... Done |
152 | 2024-07-19T18:05:29.090Z | Planning: Checking for conflicting actions ... Done |
153 | 2024-07-19T18:05:29.090Z | Planning: Consolidating action changes ... Done |
154 | 2024-07-19T18:05:29.090Z | Planning: Evaluating mediators ... Done |
155 | 2024-07-19T18:05:29.091Z | Planning: Planning completed in 0.62 seconds |
156 | 2024-07-19T18:05:29.091Z | Mediators to change: 2 |
157 | 2024-07-19T18:05:29.091Z | Create boot environment: No |
158 | 2024-07-19T18:05:29.091Z | Create backup boot environment: No |
159 | 2024-07-19T18:05:29.091Z | Done |
160 | 2024-07-19T18:05:29.091Z | Done |
161 | 2024-07-19T18:05:29.091Z | Done |
162 | 2024-07-19T18:05:29.091Z | Done |
163 | 2024-07-19T18:05:29.091Z | Done |
164 | 2024-07-19T18:05:29.091Z | Done |
165 | 2024-07-19T18:05:29.091Z | Done |
166 | 2024-07-19T18:05:29.091Z | Planning: Evaluating mediator changes ... Done |
167 | 2024-07-19T18:05:29.091Z | Planning: Merging actions ... Done |
168 | 2024-07-19T18:05:29.091Z | Planning: Checking for conflicting actions ... Done |
169 | 2024-07-19T18:05:29.091Z | Planning: Consolidating action changes ... Done |
170 | 2024-07-19T18:05:29.091Z | Planning: Evaluating mediators ... Done |
171 | 2024-07-19T18:05:29.091Z | Planning: Planning completed in 0.92 seconds |
172 | 2024-07-19T18:05:29.091Z | Packages to change: 1 |
173 | 2024-07-19T18:05:29.091Z | Mediators to change: 1 |
174 | 2024-07-19T18:05:29.091Z | Services to change: 1 |
175 | 2024-07-19T18:05:29.091Z | Create boot environment: No |
176 | 2024-07-19T18:05:29.091Z | Create backup boot environment: Yes |
177 | 2024-07-19T18:05:29.091Z | Actions: 1/6 actions (Updating modified actions) |
178 | 2024-07-19T18:05:29.091Z | Actions: Completed 6 actions in 0.00 seconds. |
179 | 2024-07-19T18:05:29.091Z | Done |
180 | 2024-07-19T18:05:29.092Z | Done |
181 | 2024-07-19T18:05:29.092Z | Done |
182 | 2024-07-19T18:05:29.092Z | Done |
183 | 2024-07-19T18:05:29.092Z | Done |
184 | 2024-07-19T18:05:29.092Z | Done |
185 | 2024-07-19T18:05:29.092Z | Done |
186 | 2024-07-19T18:05:29.092Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
187 | 2024-07-19T18:05:29.092Z | clang system 15 system |
188 | 2024-07-19T18:05:29.092Z | csh system system illumos |
189 | 2024-07-19T18:05:29.092Z | ctags system system illumos |
190 | 2024-07-19T18:05:29.092Z | gcc vendor 12 vendor |
191 | 2024-07-19T18:05:29.092Z | gcc system 10 system |
192 | 2024-07-19T18:05:29.116Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
193 | 2024-07-19T18:05:29.117Z | gcc system 7 system |
194 | 2024-07-19T18:05:29.117Z | go system 1.20 system |
195 | 2024-07-19T18:05:29.117Z | go system 1.19 system |
196 | 2024-07-19T18:05:29.117Z | llvm system 15 system |
197 | 2024-07-19T18:05:29.117Z | llvm system 14 system |
198 | 2024-07-19T18:05:29.117Z | mariadb system 10.6 system |
199 | 2024-07-19T18:05:29.117Z | mta vendor vendor dma |
200 | 2024-07-19T18:05:29.117Z | openjdk system 17 system |
201 | 2024-07-19T18:05:29.117Z | openjdk system 11 system |
202 | 2024-07-19T18:05:29.117Z | openjdk system 1.8 system |
203 | 2024-07-19T18:05:29.117Z | openssl vendor 3 vendor |
204 | 2024-07-19T18:05:29.117Z | perl system 5.36 system |
205 | 2024-07-19T18:05:29.117Z | postgresql system 15 system |
206 | 2024-07-19T18:05:29.117Z | postgresql system 13 system |
207 | 2024-07-19T18:05:29.117Z | python vendor 3 vendor |
208 | 2024-07-19T18:05:29.117Z | python system 2 system |
209 | 2024-07-19T18:05:29.117Z | python3 system 3.11 system |
210 | 2024-07-19T18:05:29.117Z | ruby system 3.0 system |
211 | 2024-07-19T18:05:29.117Z | words vendor vendor american-english |
212 | 2024-07-19T18:05:29.117Z | Updating git repository `https://github.com/oxidecomputer/zone` |
213 | 2024-07-19T18:05:29.117Z | words system system australian-english |
214 | 2024-07-19T18:05:29.117Z | words system system british-english |
215 | 2024-07-19T18:05:29.117Z | words system system canadian-english |
216 | 2024-07-19T18:05:29.117Z | words system system french |
217 | 2024-07-19T18:05:29.117Z | words system system italian |
218 | 2024-07-19T18:05:29.117Z | words system system ngerman |
219 | 2024-07-19T18:05:29.118Z | words system system ogerman |
220 | 2024-07-19T18:05:29.118Z | words system system spanish |
221 | 2024-07-19T18:05:29.118Z | Updating crates.io index |
222 | 2024-07-19T18:05:29.118Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
223 | 2024-07-19T18:05:29.118Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
224 | 2024-07-19T18:05:29.118Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
225 | 2024-07-19T18:05:29.118Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
226 | 2024-07-19T18:05:29.118Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
227 | 2024-07-19T18:05:29.118Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
228 | 2024-07-19T18:05:29.118Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
229 | 2024-07-19T18:05:29.118Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
230 | 2024-07-19T18:05:29.118Z | Updating git repository `https://github.com/oxidecomputer/opte` |
231 | 2024-07-19T18:05:29.118Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
232 | 2024-07-19T18:05:29.118Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
233 | 2024-07-19T18:05:29.118Z | PUBLISHER TYPE STATUS P LOCATION |
234 | 2024-07-19T18:05:29.118Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
235 | 2024-07-19T18:05:29.118Z | FMRI IFO |
236 | 2024-07-19T18:05:29.118Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
237 | 2024-07-19T18:05:29.118Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
238 | 2024-07-19T18:05:29.118Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
239 | 2024-07-19T18:05:29.118Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
240 | 2024-07-19T18:05:29.118Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
241 | 2024-07-19T18:05:29.118Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
242 | 2024-07-19T18:05:29.118Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
243 | 2024-07-19T18:05:29.118Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
244 | 2024-07-19T18:05:29.119Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
245 | 2024-07-19T18:05:29.119Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
246 | 2024-07-19T18:05:29.119Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
247 | 2024-07-19T18:05:29.119Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
248 | 2024-07-19T18:05:29.119Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
249 | 2024-07-19T18:05:29.119Z | Updating git repository `https://github.com/oxidecomputer/typify` |
250 | 2024-07-19T18:05:29.119Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
251 | 2024-07-19T18:05:29.119Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
252 | 2024-07-19T18:05:29.119Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
253 | 2024-07-19T18:05:29.119Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
254 | 2024-07-19T18:05:29.119Z | Downloading crates ... |
255 | 2024-07-19T18:05:29.119Z | Downloaded cfg-if v1.0.0 |
256 | 2024-07-19T18:05:29.119Z | Downloaded block-buffer v0.10.4 |
257 | 2024-07-19T18:05:29.119Z | Downloaded openssl-probe v0.1.5 |
258 | 2024-07-19T18:05:29.119Z | Downloaded num-conv v0.1.0 |
259 | 2024-07-19T18:05:29.119Z | Downloaded is-terminal v0.4.12 |
260 | 2024-07-19T18:05:29.119Z | Downloaded mime v0.3.17 |
261 | 2024-07-19T18:05:29.119Z | Downloaded pest_generator v2.7.10 |
262 | 2024-07-19T18:05:29.119Z | Downloaded match_cfg v0.1.0 |
263 | 2024-07-19T18:05:29.119Z | Downloaded httparse v1.8.0 |
264 | 2024-07-19T18:05:29.119Z | Downloaded pretty-hex v0.4.1 |
265 | 2024-07-19T18:05:29.119Z | Downloaded try-lock v0.2.5 |
266 | 2024-07-19T18:05:29.119Z | Downloaded scroll_derive v0.12.0 |
267 | 2024-07-19T18:05:29.119Z | Downloaded lock_api v0.4.12 |
268 | 2024-07-19T18:05:29.119Z | Downloaded pest_derive v2.7.10 |
269 | 2024-07-19T18:05:29.120Z | Downloaded fs-err v2.11.0 |
270 | 2024-07-19T18:05:29.120Z | Downloaded cc v1.0.97 |
271 | 2024-07-19T18:05:29.120Z | Downloaded rustversion v1.0.17 |
272 | 2024-07-19T18:05:29.120Z | Downloaded rustls-pemfile v1.0.4 |
273 | 2024-07-19T18:05:29.120Z | Downloaded tinyvec_macros v0.1.1 |
274 | 2024-07-19T18:05:29.120Z | Downloaded version_check v0.9.4 |
275 | 2024-07-19T18:05:29.120Z | Downloaded tokio-native-tls v0.3.1 |
276 | 2024-07-19T18:05:29.120Z | Downloaded usdt-impl v0.5.0 |
277 | 2024-07-19T18:05:29.120Z | Downloaded thread_local v1.1.8 |
278 | 2024-07-19T18:05:29.120Z | Downloaded utf8parse v0.2.1 |
279 | 2024-07-19T18:05:29.120Z | Downloaded want v0.3.1 |
280 | 2024-07-19T18:05:29.120Z | Downloaded pin-project-lite v0.2.14 |
281 | 2024-07-19T18:05:29.120Z | Downloaded signal-hook-registry v1.4.2 |
282 | 2024-07-19T18:05:29.120Z | Downloaded thiserror-impl v1.0.62 |
283 | 2024-07-19T18:05:29.120Z | Downloaded xattr v1.3.1 |
284 | 2024-07-19T18:05:29.120Z | Downloaded tinyvec v1.6.0 |
285 | 2024-07-19T18:05:29.120Z | Downloaded unicode-ident v1.0.12 |
286 | 2024-07-19T18:05:29.120Z | Downloaded libc v0.2.155 |
287 | 2024-07-19T18:05:29.120Z | Downloaded zerocopy-derive v0.7.34 |
288 | 2024-07-19T18:05:29.120Z | Downloaded url v2.5.0 |
289 | 2024-07-19T18:05:29.120Z | Downloaded zerocopy v0.7.34 |
290 | 2024-07-19T18:05:29.120Z | Downloaded vcpkg v0.2.15 |
291 | 2024-07-19T18:05:29.120Z | Downloaded rustix v0.38.34 |
292 | 2024-07-19T18:05:29.145Z | Downloaded unicode-width v0.1.13 |
293 | 2024-07-19T18:05:29.146Z | Downloaded tabled v0.15.0 |
294 | 2024-07-19T18:05:29.146Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
295 | 2024-07-19T18:05:29.146Z | Downloaded tokio v1.38.1 |
296 | 2024-07-19T18:05:29.146Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
297 | 2024-07-19T18:05:29.146Z | Downloaded syn v2.0.71 |
298 | 2024-07-19T18:05:29.146Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
299 | 2024-07-19T18:05:29.146Z | Downloaded syn v1.0.109 |
300 | 2024-07-19T18:05:29.146Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
301 | 2024-07-19T18:05:29.146Z | Downloaded serde_json v1.0.120 |
302 | 2024-07-19T18:05:29.146Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
303 | 2024-07-19T18:05:29.146Z | Downloaded reqwest v0.11.27 |
304 | 2024-07-19T18:05:29.146Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
305 | 2024-07-19T18:05:29.146Z | Downloaded encoding_rs v0.8.34 |
306 | 2024-07-19T18:05:29.146Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
307 | 2024-07-19T18:05:29.146Z | Downloaded winnow v0.6.8 |
308 | 2024-07-19T18:05:29.146Z | Downloaded unicode-normalization v0.1.23 |
309 | 2024-07-19T18:05:29.146Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
310 | 2024-07-19T18:05:29.146Z | Downloaded unicode-bidi v0.3.15 |
311 | 2024-07-19T18:05:29.146Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
312 | 2024-07-19T18:05:29.146Z | Downloaded ucd-trie v0.1.6 |
313 | 2024-07-19T18:05:29.146Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
314 | 2024-07-19T18:05:29.146Z | Downloaded tracing-core v0.1.32 |
315 | 2024-07-19T18:05:29.146Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
316 | 2024-07-19T18:05:29.146Z | Downloaded tracing v0.1.40 |
317 | 2024-07-19T18:05:29.147Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
318 | 2024-07-19T18:05:29.147Z | Downloaded toml_edit v0.22.16 |
319 | 2024-07-19T18:05:29.147Z | Downloaded tokio-util v0.7.11 |
320 | 2024-07-19T18:05:29.147Z | Downloaded time v0.3.36 |
321 | 2024-07-19T18:05:29.147Z | Downloaded tar v0.4.41 |
322 | 2024-07-19T18:05:29.147Z | Downloaded serde v1.0.204 |
323 | 2024-07-19T18:05:29.147Z | Downloaded typenum v1.17.0 |
324 | 2024-07-19T18:05:29.147Z | Downloaded thread-id v4.2.1 |
325 | 2024-07-19T18:05:29.147Z | Downloaded socket2 v0.4.10 |
326 | 2024-07-19T18:05:29.147Z | Downloaded smallvec v1.13.2 |
327 | 2024-07-19T18:05:29.147Z | Downloaded slog v2.7.0 |
328 | 2024-07-19T18:05:29.147Z | Downloaded toml v0.8.15 |
329 | 2024-07-19T18:05:29.147Z | Downloaded time-macros v0.2.18 |
330 | 2024-07-19T18:05:29.147Z | Downloaded socket2 v0.5.7 |
331 | 2024-07-19T18:05:29.147Z | Downloaded serde_derive v1.0.204 |
332 | 2024-07-19T18:05:29.147Z | Downloaded thiserror v1.0.62 |
333 | 2024-07-19T18:05:29.147Z | Downloaded sha2 v0.10.8 |
334 | 2024-07-19T18:05:29.147Z | Downloaded proc-macro2 v1.0.86 |
335 | 2024-07-19T18:05:29.147Z | Downloaded toml_datetime v0.6.6 |
336 | 2024-07-19T18:05:29.147Z | Downloaded tokio-macros v2.3.0 |
337 | 2024-07-19T18:05:29.147Z | Downloaded ryu v1.0.18 |
338 | 2024-07-19T18:05:29.147Z | Downloaded term v0.7.0 |
339 | 2024-07-19T18:05:29.147Z | Downloaded strum_macros v0.26.4 |
340 | 2024-07-19T18:05:29.147Z | Downloaded slog-term v2.9.1 |
341 | 2024-07-19T18:05:29.147Z | Downloaded semver v1.0.23 |
342 | 2024-07-19T18:05:29.148Z | Downloaded plain v0.2.3 |
343 | 2024-07-19T18:05:29.148Z | Downloaded openssl v0.10.64 |
344 | 2024-07-19T18:05:29.148Z | Downloaded idna v0.5.0 |
345 | 2024-07-19T18:05:29.148Z | Downloaded usdt-macro v0.5.0 |
346 | 2024-07-19T18:05:29.148Z | Downloaded usdt-attr-macro v0.5.0 |
347 | 2024-07-19T18:05:29.148Z | Downloaded tower-service v0.3.2 |
348 | 2024-07-19T18:05:29.148Z | Downloaded quote v1.0.36 |
349 | 2024-07-19T18:05:29.148Z | Downloaded proc-macro-error v1.0.4 |
350 | 2024-07-19T18:05:29.148Z | Downloaded pest v2.7.10 |
351 | 2024-07-19T18:05:29.148Z | Downloaded hyper v0.14.28 |
352 | 2024-07-19T18:05:29.148Z | Downloaded h2 v0.3.26 |
353 | 2024-07-19T18:05:29.148Z | Downloaded goblin v0.8.2 |
354 | 2024-07-19T18:05:29.148Z | Downloaded usdt v0.5.0 |
355 | 2024-07-19T18:05:29.148Z | Downloaded terminal_size v0.3.0 |
356 | 2024-07-19T18:05:29.148Z | Downloaded tabled_derive v0.7.0 |
357 | 2024-07-19T18:05:29.148Z | Downloaded strsim v0.11.1 |
358 | 2024-07-19T18:05:29.148Z | Downloaded slog-bunyan v2.5.0 |
359 | 2024-07-19T18:05:29.148Z | Downloaded serde_urlencoded v0.7.1 |
360 | 2024-07-19T18:05:29.148Z | Downloaded scroll v0.12.0 |
361 | 2024-07-19T18:05:29.148Z | Downloaded mio v0.8.11 |
362 | 2024-07-19T18:05:29.148Z | Downloaded memchr v2.7.2 |
363 | 2024-07-19T18:05:29.148Z | Downloaded indexmap v2.2.6 |
364 | 2024-07-19T18:05:29.148Z | Downloaded http v0.2.12 |
365 | 2024-07-19T18:05:29.148Z | Downloaded hashbrown v0.14.5 |
366 | 2024-07-19T18:05:29.148Z | Downloaded futures-util v0.3.30 |
367 | 2024-07-19T18:05:29.149Z | Downloaded crossbeam-channel v0.5.12 |
368 | 2024-07-19T18:05:29.149Z | Downloaded clap_builder v4.5.9 |
369 | 2024-07-19T18:05:29.149Z | Downloaded serde_spanned v0.6.6 |
370 | 2024-07-19T18:05:29.149Z | Downloaded openssl-sys v0.9.102 |
371 | 2024-07-19T18:05:29.149Z | Downloaded miniz_oxide v0.7.2 |
372 | 2024-07-19T18:05:29.149Z | Downloaded scopeguard v1.2.0 |
373 | 2024-07-19T18:05:29.149Z | Downloaded pest_meta v2.7.10 |
374 | 2024-07-19T18:05:29.149Z | Downloaded once_cell v1.19.0 |
375 | 2024-07-19T18:05:29.149Z | Downloaded time-core v0.1.2 |
376 | 2024-07-19T18:05:29.149Z | Downloaded slog-json v2.6.1 |
377 | 2024-07-19T18:05:29.149Z | Downloaded slog-async v2.8.0 |
378 | 2024-07-19T18:05:29.149Z | Downloaded serde_tokenstream v0.2.1 |
379 | 2024-07-19T18:05:29.149Z | Downloaded parking_lot v0.12.2 |
380 | 2024-07-19T18:05:29.149Z | Downloaded log v0.4.21 |
381 | 2024-07-19T18:05:29.149Z | Downloaded flate2 v1.0.30 |
382 | 2024-07-19T18:05:29.149Z | Downloaded slab v0.4.9 |
383 | 2024-07-19T18:05:29.149Z | Downloaded base64 v0.21.7 |
384 | 2024-07-19T18:05:29.149Z | Downloaded pkg-config v0.3.30 |
385 | 2024-07-19T18:05:29.149Z | Downloaded pin-utils v0.1.0 |
386 | 2024-07-19T18:05:29.149Z | Downloaded native-tls v0.2.11 |
387 | 2024-07-19T18:05:29.149Z | Downloaded proc-macro-error-attr v1.0.4 |
388 | 2024-07-19T18:05:29.149Z | Downloaded powerfmt v0.2.0 |
389 | 2024-07-19T18:05:29.149Z | Downloaded percent-encoding v2.3.1 |
390 | 2024-07-19T18:05:29.149Z | Downloaded papergrid v0.11.0 |
391 | 2024-07-19T18:05:29.150Z | Downloaded memmap v0.7.0 |
392 | 2024-07-19T18:05:29.174Z | Downloaded hyper-tls v0.5.0 |
393 | 2024-07-19T18:05:29.174Z | Downloaded httpdate v1.0.3 |
394 | 2024-07-19T18:05:29.174Z | Downloaded http-body v0.4.6 |
395 | 2024-07-19T18:05:29.174Z | Downloaded futures-channel v0.3.30 |
396 | 2024-07-19T18:05:29.174Z | Downloaded futures v0.3.30 |
397 | 2024-07-19T18:05:29.174Z | Downloaded dirs-sys-next v0.1.2 |
398 | 2024-07-19T18:05:29.174Z | Downloaded crossbeam-utils v0.8.19 |
399 | 2024-07-19T18:05:29.174Z | Downloaded cpufeatures v0.2.12 |
400 | 2024-07-19T18:05:29.174Z | Downloaded take_mut v0.2.2 |
401 | 2024-07-19T18:05:29.174Z | Downloaded sync_wrapper v0.1.2 |
402 | 2024-07-19T18:05:29.174Z | Downloaded swrite v0.1.0 |
403 | 2024-07-19T18:05:29.175Z | Downloaded strum v0.26.3 |
404 | 2024-07-19T18:05:29.175Z | Downloaded openssl-macros v0.1.1 |
405 | 2024-07-19T18:05:29.175Z | Downloaded num_cpus v1.16.0 |
406 | 2024-07-19T18:05:29.175Z | Downloaded itoa v1.0.11 |
407 | 2024-07-19T18:05:29.175Z | Downloaded ipnet v2.9.0 |
408 | 2024-07-19T18:05:29.175Z | Downloaded digest v0.10.7 |
409 | 2024-07-19T18:05:29.175Z | Downloaded camino v1.1.7 |
410 | 2024-07-19T18:05:29.175Z | Downloaded bytes v1.6.0 |
411 | 2024-07-19T18:05:29.175Z | Downloaded parking_lot_core v0.9.10 |
412 | 2024-07-19T18:05:29.175Z | Downloaded clap v4.5.9 |
413 | 2024-07-19T18:05:29.175Z | Downloaded hostname v0.3.1 |
414 | 2024-07-19T18:05:29.175Z | Downloaded heck v0.4.1 |
415 | 2024-07-19T18:05:29.175Z | Downloaded generic-array v0.14.7 |
416 | 2024-07-19T18:05:29.175Z | Downloaded futures-task v0.3.30 |
417 | 2024-07-19T18:05:29.175Z | Downloaded futures-macro v0.3.30 |
418 | 2024-07-19T18:05:29.175Z | Downloaded futures-executor v0.3.30 |
419 | 2024-07-19T18:05:29.175Z | Downloaded futures-core v0.3.30 |
420 | 2024-07-19T18:05:29.175Z | Downloaded fnv v1.0.7 |
421 | 2024-07-19T18:05:29.175Z | Downloaded filetime v0.2.23 |
422 | 2024-07-19T18:05:29.175Z | Downloaded dof v0.3.0 |
423 | 2024-07-19T18:05:29.175Z | Downloaded crypto-common v0.1.6 |
424 | 2024-07-19T18:05:29.175Z | Downloaded crc32fast v1.4.0 |
425 | 2024-07-19T18:05:29.175Z | Downloaded macaddr v1.0.1 |
426 | 2024-07-19T18:05:29.175Z | Downloaded clap_derive v4.5.8 |
427 | 2024-07-19T18:05:29.175Z | Downloaded bytecount v0.6.8 |
428 | 2024-07-19T18:05:29.175Z | Downloaded bitflags v2.5.0 |
429 | 2024-07-19T18:05:29.175Z | Downloaded heck v0.5.0 |
430 | 2024-07-19T18:05:29.175Z | Downloaded futures-io v0.3.30 |
431 | 2024-07-19T18:05:29.175Z | Downloaded form_urlencoded v1.2.1 |
432 | 2024-07-19T18:05:29.175Z | Downloaded errno v0.3.9 |
433 | 2024-07-19T18:05:29.175Z | Downloaded dtrace-parser v0.2.0 |
434 | 2024-07-19T18:05:29.175Z | Downloaded cargo_toml v0.20.3 |
435 | 2024-07-19T18:05:29.175Z | Downloaded cargo_metadata v0.18.1 |
436 | 2024-07-19T18:05:29.175Z | Downloaded anyhow v1.0.86 |
437 | 2024-07-19T18:05:29.175Z | Downloaded futures-sink v0.3.30 |
438 | 2024-07-19T18:05:29.175Z | Downloaded foreign-types-shared v0.1.1 |
439 | 2024-07-19T18:05:29.175Z | Downloaded equivalent v1.0.1 |
440 | 2024-07-19T18:05:29.175Z | Downloaded dirs-next v2.0.0 |
441 | 2024-07-19T18:05:29.176Z | Downloaded colorchoice v1.0.1 |
442 | 2024-07-19T18:05:29.176Z | Downloaded clap_lex v0.7.0 |
443 | 2024-07-19T18:05:29.176Z | Downloaded byteorder v1.5.0 |
444 | 2024-07-19T18:05:29.176Z | Downloaded autocfg v1.3.0 |
445 | 2024-07-19T18:05:29.176Z | Downloaded deranged v0.3.11 |
446 | 2024-07-19T18:05:29.176Z | Downloaded cargo-platform v0.1.8 |
447 | 2024-07-19T18:05:29.176Z | Downloaded anstyle-query v1.0.3 |
448 | 2024-07-19T18:05:29.176Z | Downloaded anstream v0.6.14 |
449 | 2024-07-19T18:05:29.176Z | Downloaded num_threads v0.1.7 |
450 | 2024-07-19T18:05:29.176Z | Downloaded is_terminal_polyfill v1.70.0 |
451 | 2024-07-19T18:05:29.176Z | Downloaded foreign-types v0.3.2 |
452 | 2024-07-19T18:05:29.176Z | Downloaded anstyle v1.0.7 |
453 | 2024-07-19T18:05:29.176Z | Downloaded anstyle-parse v0.2.4 |
454 | 2024-07-19T18:05:29.176Z | Downloaded adler v1.0.2 |
455 | 2024-07-19T18:05:29.176Z | Compiling proc-macro2 v1.0.86 |
456 | 2024-07-19T18:05:29.176Z | Compiling unicode-ident v1.0.12 |
457 | 2024-07-19T18:05:29.176Z | Compiling libc v0.2.155 |
458 | 2024-07-19T18:05:29.176Z | Compiling version_check v0.9.4 |
459 | 2024-07-19T18:05:29.176Z | Compiling cfg-if v1.0.0 |
460 | 2024-07-19T18:05:29.176Z | Compiling once_cell v1.19.0 |
461 | 2024-07-19T18:05:29.176Z | Compiling itoa v1.0.11 |
462 | 2024-07-19T18:05:29.176Z | Compiling autocfg v1.3.0 |
463 | 2024-07-19T18:05:29.176Z | Compiling serde v1.0.204 |
464 | 2024-07-19T18:05:29.176Z | Compiling memchr v2.7.2 |
465 | 2024-07-19T18:05:29.176Z | Compiling thiserror v1.0.62 |
466 | 2024-07-19T18:05:29.176Z | Compiling ryu v1.0.18 |
467 | 2024-07-19T18:05:29.176Z | Compiling pin-project-lite v0.2.14 |
468 | 2024-07-19T18:05:29.176Z | Compiling bitflags v2.5.0 |
469 | 2024-07-19T18:05:29.176Z | Compiling ucd-trie v0.1.6 |
470 | 2024-07-19T18:05:29.176Z | Compiling lock_api v0.4.12 |
471 | 2024-07-19T18:05:29.176Z | Compiling vcpkg v0.2.15 |
472 | 2024-07-19T18:05:29.176Z | Compiling pkg-config v0.3.30 |
473 | 2024-07-19T18:05:29.176Z | Compiling cc v1.0.97 |
474 | 2024-07-19T18:05:29.176Z | Compiling parking_lot_core v0.9.10 |
475 | 2024-07-19T18:05:29.176Z | Compiling quote v1.0.36 |
476 | 2024-07-19T18:05:29.176Z | Compiling slab v0.4.9 |
477 | 2024-07-19T18:05:29.176Z | Compiling futures-sink v0.3.30 |
478 | 2024-07-19T18:05:29.176Z | Compiling scopeguard v1.2.0 |
479 | 2024-07-19T18:05:29.176Z | Compiling syn v2.0.71 |
480 | 2024-07-19T18:05:29.176Z | Compiling bytes v1.6.0 |
481 | 2024-07-19T18:05:29.177Z | Compiling smallvec v1.13.2 |
482 | 2024-07-19T18:05:29.177Z | Compiling futures-core v0.3.30 |
483 | 2024-07-19T18:05:29.177Z | Compiling fnv v1.0.7 |
484 | 2024-07-19T18:05:29.177Z | Compiling equivalent v1.0.1 |
485 | 2024-07-19T18:05:29.177Z | Compiling log v0.4.21 |
486 | 2024-07-19T18:05:29.177Z | Compiling byteorder v1.5.0 |
487 | 2024-07-19T18:05:29.177Z | Compiling hashbrown v0.14.5 |
488 | 2024-07-19T18:05:29.177Z | Compiling serde_json v1.0.120 |
489 | 2024-07-19T18:05:29.177Z | Compiling parking_lot v0.12.2 |
490 | 2024-07-19T18:05:29.177Z | Compiling futures-channel v0.3.30 |
491 | 2024-07-19T18:05:29.177Z | Compiling signal-hook-registry v1.4.2 |
492 | 2024-07-19T18:05:29.206Z | Compiling mio v0.8.11 |
493 | 2024-07-19T18:05:29.206Z | Compiling socket2 v0.5.7 |
494 | 2024-07-19T18:05:29.206Z | Compiling num_cpus v1.16.0 |
495 | 2024-07-19T18:05:29.206Z | Compiling typenum v1.17.0 |
496 | 2024-07-19T18:05:29.206Z | Compiling indexmap v2.2.6 |
497 | 2024-07-19T18:05:29.206Z | Compiling futures-io v0.3.30 |
498 | 2024-07-19T18:05:29.206Z | Compiling futures-task v0.3.30 |
499 | 2024-07-19T18:05:29.206Z | Compiling openssl-sys v0.9.102 |
500 | 2024-07-19T18:05:29.206Z | Compiling rustix v0.38.34 |
501 | 2024-07-19T18:05:29.206Z | Compiling pin-utils v0.1.0 |
502 | 2024-07-19T18:05:29.206Z | Compiling errno v0.3.9 |
503 | 2024-07-19T18:05:29.206Z | Compiling generic-array v0.14.7 |
504 | 2024-07-19T18:05:29.206Z | Compiling slog v2.7.0 |
505 | 2024-07-19T18:05:29.206Z | Compiling foreign-types-shared v0.1.1 |
506 | 2024-07-19T18:05:29.206Z | Compiling openssl v0.10.64 |
507 | 2024-07-19T18:05:29.206Z | Compiling foreign-types v0.3.2 |
508 | 2024-07-19T18:05:29.206Z | Compiling http v0.2.12 |
509 | 2024-07-19T18:05:29.206Z | Compiling proc-macro-error-attr v1.0.4 |
510 | 2024-07-19T18:05:29.206Z | Compiling usdt-impl v0.5.0 |
511 | 2024-07-19T18:05:29.206Z | Compiling tracing-core v0.1.32 |
512 | 2024-07-19T18:05:29.206Z | Compiling httparse v1.8.0 |
513 | 2024-07-19T18:05:29.206Z | Compiling tinyvec_macros v0.1.1 |
514 | 2024-07-19T18:05:29.206Z | Compiling powerfmt v0.2.0 |
515 | 2024-07-19T18:05:29.206Z | Compiling time-core v0.1.2 |
516 | 2024-07-19T18:05:29.206Z | Compiling num-conv v0.1.0 |
517 | 2024-07-19T18:05:29.206Z | Compiling syn v1.0.109 |
518 | 2024-07-19T18:05:29.206Z | Compiling native-tls v0.2.11 |
519 | 2024-07-19T18:05:29.206Z | Compiling time-macros v0.2.18 |
520 | 2024-07-19T18:05:29.206Z | Compiling tracing v0.1.40 |
521 | 2024-07-19T18:05:29.206Z | Compiling deranged v0.3.11 |
522 | 2024-07-19T18:05:29.207Z | Compiling tinyvec v1.6.0 |
523 | 2024-07-19T18:05:29.207Z | Compiling thread-id v4.2.1 |
524 | 2024-07-19T18:05:29.207Z | Compiling proc-macro-error v1.0.4 |
525 | 2024-07-19T18:05:29.207Z | Compiling heck v0.5.0 |
526 | 2024-07-19T18:05:29.207Z | Compiling crossbeam-utils v0.8.19 |
527 | 2024-07-19T18:05:29.207Z | Compiling openssl-probe v0.1.5 |
528 | 2024-07-19T18:05:29.207Z | Compiling num_threads v0.1.7 |
529 | 2024-07-19T18:05:29.207Z | Compiling plain v0.2.3 |
530 | 2024-07-19T18:05:29.207Z | Compiling try-lock v0.2.5 |
531 | 2024-07-19T18:05:29.207Z | Compiling percent-encoding v2.3.1 |
532 | 2024-07-19T18:05:29.207Z | Compiling rustversion v1.0.17 |
533 | 2024-07-19T18:05:29.207Z | Compiling utf8parse v0.2.1 |
534 | 2024-07-19T18:05:29.207Z | Compiling want v0.3.1 |
535 | 2024-07-19T18:05:29.207Z | Compiling unicode-normalization v0.1.23 |
536 | 2024-07-19T18:05:29.207Z | Compiling anstyle-parse v0.2.4 |
537 | 2024-07-19T18:05:29.207Z | Compiling form_urlencoded v1.2.1 |
538 | 2024-07-19T18:05:29.207Z | Compiling http-body v0.4.6 |
539 | 2024-07-19T18:05:29.207Z | Compiling socket2 v0.4.10 |
540 | 2024-07-19T18:05:29.207Z | Compiling dirs-sys-next v0.1.2 |
541 | 2024-07-19T18:05:29.207Z | Compiling time v0.3.36 |
542 | 2024-07-19T18:05:29.207Z | Compiling httpdate v1.0.3 |
543 | 2024-07-19T18:05:29.207Z | Compiling pretty-hex v0.4.1 |
544 | 2024-07-19T18:05:29.207Z | Compiling crc32fast v1.4.0 |
545 | 2024-07-19T18:05:29.207Z | Compiling tower-service v0.3.2 |
546 | 2024-07-19T18:05:29.207Z | Compiling unicode-bidi v0.3.15 |
547 | 2024-07-19T18:05:29.207Z | Compiling winnow v0.6.8 |
548 | 2024-07-19T18:05:29.207Z | Compiling semver v1.0.23 |
549 | 2024-07-19T18:05:29.207Z | Compiling anstyle v1.0.7 |
550 | 2024-07-19T18:05:29.207Z | Compiling camino v1.1.7 |
551 | 2024-07-19T18:05:29.207Z | Compiling anstyle-query v1.0.3 |
552 | 2024-07-19T18:05:29.207Z | Compiling colorchoice v1.0.1 |
553 | 2024-07-19T18:05:29.207Z | Compiling is_terminal_polyfill v1.70.0 |
554 | 2024-07-19T18:05:29.207Z | Compiling idna v0.5.0 |
555 | 2024-07-19T18:05:29.207Z | Compiling anstream v0.6.14 |
556 | 2024-07-19T18:05:29.207Z | Compiling dirs-next v2.0.0 |
557 | 2024-07-19T18:05:29.207Z | Compiling crypto-common v0.1.6 |
558 | 2024-07-19T18:05:29.207Z | Compiling block-buffer v0.10.4 |
559 | 2024-07-19T18:05:29.207Z | Compiling terminal_size v0.3.0 |
560 | 2024-07-19T18:05:29.207Z | Compiling fs-err v2.11.0 |
561 | 2024-07-19T18:05:29.208Z | Compiling thread_local v1.1.8 |
562 | 2024-07-19T18:05:29.208Z | Compiling strsim v0.11.1 |
563 | 2024-07-19T18:05:29.208Z | Compiling adler v1.0.2 |
564 | 2024-07-19T18:05:29.208Z | Compiling slog-async v2.8.0 |
565 | 2024-07-19T18:05:29.208Z | Compiling bytecount v0.6.8 |
566 | 2024-07-19T18:05:29.208Z | Compiling unicode-width v0.1.13 |
567 | 2024-07-19T18:05:29.208Z | Compiling anyhow v1.0.86 |
568 | 2024-07-19T18:05:29.208Z | Compiling base64 v0.21.7 |
569 | 2024-07-19T18:05:29.208Z | Compiling heck v0.4.1 |
570 | 2024-07-19T18:05:29.208Z | Compiling clap_lex v0.7.0 |
571 | 2024-07-19T18:05:29.208Z | Compiling match_cfg v0.1.0 |
572 | 2024-07-19T18:05:29.208Z | Compiling hostname v0.3.1 |
573 | 2024-07-19T18:05:29.208Z | Compiling clap_builder v4.5.9 |
574 | 2024-07-19T18:05:29.208Z | Compiling serde_derive v1.0.204 |
575 | 2024-07-19T18:05:29.208Z | Compiling thiserror-impl v1.0.62 |
576 | 2024-07-19T18:05:29.208Z | Compiling zerocopy-derive v0.7.34 |
577 | 2024-07-19T18:05:29.208Z | Compiling tokio-macros v2.3.0 |
578 | 2024-07-19T18:05:29.208Z | Compiling futures-macro v0.3.30 |
579 | 2024-07-19T18:05:29.208Z | Compiling scroll_derive v0.12.0 |
580 | 2024-07-19T18:05:29.208Z | Compiling openssl-macros v0.1.1 |
581 | 2024-07-19T18:05:29.208Z | Compiling scroll v0.12.0 |
582 | 2024-07-19T18:05:29.208Z | Compiling tokio v1.38.1 |
583 | 2024-07-19T18:05:29.306Z | Compiling futures-util v0.3.30 |
584 | 2024-07-19T18:05:29.459Z | Compiling goblin v0.8.2 |
585 | 2024-07-19T18:05:29.485Z | Compiling zerocopy v0.7.34 |
586 | 2024-07-19T18:05:30.400Z | Compiling pest v2.7.10 |
587 | 2024-07-19T18:05:30.778Z | Compiling tabled_derive v0.7.0 |
588 | 2024-07-19T18:05:32.867Z | Compiling pest_meta v2.7.10 |
589 | 2024-07-19T18:05:33.127Z | Compiling rustls-pemfile v1.0.4 |
590 | 2024-07-19T18:05:33.510Z | Compiling clap_derive v4.5.8 |
591 | 2024-07-19T18:05:35.673Z | Compiling pest_generator v2.7.10 |
592 | 2024-07-19T18:05:36.670Z | Compiling tokio-util v0.7.11 |
593 | 2024-07-19T18:05:37.387Z | Compiling pest_derive v2.7.10 |
594 | 2024-07-19T18:05:37.619Z | Compiling h2 v0.3.26 |
595 | 2024-07-19T18:05:37.826Z | Compiling tokio-native-tls v0.3.1 |
596 | 2024-07-19T18:05:37.850Z | Compiling futures-executor v0.3.30 |
597 | 2024-07-19T18:05:38.026Z | Compiling dtrace-parser v0.2.0 |
598 | 2024-07-19T18:05:38.078Z | Compiling strum_macros v0.26.4 |
599 | 2024-07-19T18:05:38.398Z | Compiling papergrid v0.11.0 |
600 | 2024-07-19T18:05:38.439Z | Compiling miniz_oxide v0.7.2 |
601 | 2024-07-19T18:05:39.908Z | Compiling serde_tokenstream v0.2.1 |
602 | 2024-07-19T18:05:39.938Z | Compiling serde_spanned v0.6.6 |
603 | 2024-07-19T18:05:40.146Z | Compiling toml_datetime v0.6.6 |
604 | 2024-07-19T18:05:40.386Z | Compiling toml_edit v0.22.16 |
605 | 2024-07-19T18:05:41.294Z | Compiling dof v0.3.0 |
606 | 2024-07-19T18:05:42.137Z | Compiling hyper v0.14.28 |
607 | 2024-07-19T18:05:42.187Z | Compiling slog-json v2.6.1 |
608 | 2024-07-19T18:05:42.525Z | Compiling serde_urlencoded v0.7.1 |
609 | 2024-07-19T18:05:42.566Z | Compiling cargo-platform v0.1.8 |
610 | 2024-07-19T18:05:43.059Z | Compiling toml v0.8.15 |
611 | 2024-07-19T18:05:43.235Z | Compiling digest v0.10.7 |
612 | 2024-07-19T18:05:43.531Z | Compiling usdt-macro v0.5.0 |
613 | 2024-07-19T18:05:43.603Z | Compiling usdt-attr-macro v0.5.0 |
614 | 2024-07-19T18:05:43.998Z | Compiling crossbeam-channel v0.5.12 |
615 | 2024-07-19T18:05:44.042Z | Compiling url v2.5.0 |
616 | 2024-07-19T18:05:44.422Z | Compiling term v0.7.0 |
617 | 2024-07-19T18:05:44.659Z | Compiling xattr v1.3.1 |
618 | 2024-07-19T18:05:44.885Z | Compiling memmap v0.7.0 |
619 | 2024-07-19T18:05:44.910Z | Compiling is-terminal v0.4.12 |
620 | 2024-07-19T18:05:44.934Z | Compiling filetime v0.2.23 |
621 | 2024-07-19T18:05:44.959Z | Compiling encoding_rs v0.8.34 |
622 | 2024-07-19T18:05:45.036Z | Compiling ipnet v2.9.0 |
623 | 2024-07-19T18:05:45.222Z | Compiling cpufeatures v0.2.12 |
624 | 2024-07-19T18:05:45.247Z | Compiling mime v0.3.17 |
625 | 2024-07-19T18:05:45.330Z | Compiling take_mut v0.2.2 |
626 | 2024-07-19T18:05:45.470Z | Compiling hyper-tls v0.5.0 |
627 | 2024-07-19T18:05:45.622Z | Compiling sync_wrapper v0.1.2 |
628 | 2024-07-19T18:05:45.754Z | Compiling sha2 v0.10.8 |
629 | 2024-07-19T18:05:45.783Z | Compiling tar v0.4.41 |
630 | 2024-07-19T18:05:45.808Z | Compiling usdt v0.5.0 |
631 | 2024-07-19T18:05:46.138Z | Compiling slog-term v2.9.1 |
632 | 2024-07-19T18:05:46.263Z | Compiling flate2 v1.0.30 |
633 | 2024-07-19T18:05:46.838Z | Compiling reqwest v0.11.27 |
634 | 2024-07-19T18:05:47.100Z | Compiling cargo_toml v0.20.3 |
635 | 2024-07-19T18:05:47.503Z | Compiling cargo_metadata v0.18.1 |
636 | 2024-07-19T18:05:47.652Z | Compiling strum v0.26.3 |
637 | 2024-07-19T18:05:47.682Z | Compiling slog-bunyan v2.5.0 |
638 | 2024-07-19T18:05:47.708Z | Compiling tabled v0.15.0 |
639 | 2024-07-19T18:05:47.831Z | Compiling macaddr v1.0.1 |
640 | 2024-07-19T18:05:47.870Z | Compiling futures v0.3.30 |
641 | 2024-07-19T18:05:47.979Z | Compiling clap v4.5.9 |
642 | 2024-07-19T18:05:48.223Z | Compiling swrite v0.1.0 |
643 | 2024-07-19T18:05:52.947Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
644 | 2024-07-19T18:06:56.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
645 | 2024-07-19T18:06:56.319Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
646 | 2024-07-19T18:06:56.319Z | Jul 19 18:06:03.235 INFO Starting download, target: Clickhouse |
647 | 2024-07-19T18:06:56.319Z | Jul 19 18:06:03.236 INFO Starting download, target: Cockroach |
648 | 2024-07-19T18:06:56.319Z | Jul 19 18:06:03.236 INFO Starting download, target: Console |
649 | 2024-07-19T18:06:56.319Z | Jul 19 18:06:03.236 INFO Starting download, target: DendriteOpenapi |
650 | 2024-07-19T18:06:56.319Z | Jul 19 18:06:03.236 INFO Starting download, target: MaghemiteMgd |
651 | 2024-07-19T18:06:56.319Z | Jul 19 18:06:03.236 INFO Starting download, target: DendriteStub |
652 | 2024-07-19T18:06:56.319Z | Jul 19 18:06:03.236 INFO Starting download, target: TransceiverControl |
653 | 2024-07-19T18:06:56.319Z | Jul 19 18:06:03.237 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
654 | 2024-07-19T18:06:56.319Z | Jul 19 18:06:03.237 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi |
655 | 2024-07-19T18:06:56.320Z | Jul 19 18:06:03.237 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
656 | 2024-07-19T18:06:56.320Z | Jul 19 18:06:03.238 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
657 | 2024-07-19T18:06:56.320Z | Jul 19 18:06:03.238 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
658 | 2024-07-19T18:06:56.320Z | Jul 19 18:06:03.238 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
659 | 2024-07-19T18:06:56.320Z | Jul 19 18:06:03.238 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
660 | 2024-07-19T18:06:56.320Z | Jul 19 18:06:03.552 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
661 | 2024-07-19T18:06:56.320Z | Jul 19 18:06:03.918 INFO Download complete, target: Console |
662 | 2024-07-19T18:07:19.612Z | Jul 19 18:06:13.045 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
663 | 2024-07-19T18:07:19.612Z | Jul 19 18:06:13.045 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
664 | 2024-07-19T18:07:19.681Z | Jul 19 18:06:18.296 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/e83f4f164fd3dbb2100989a399a4fa087232ac36/dpd.json): error trying to connect: operation timed out, target: DendriteOpenapi |
665 | 2024-07-19T18:07:19.681Z | Jul 19 18:06:18.296 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/220dd026e83142b83bd93123f465a64dd4600201/mgd.tar.gz): error trying to connect: operation timed out, target: MaghemiteMgd |
666 | 2024-07-19T18:07:19.681Z | Jul 19 18:06:18.296 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 2/3), target: DendriteOpenapi |
667 | 2024-07-19T18:07:19.681Z | Jul 19 18:06:18.296 INFO Downloading out/downloads/mgd.tar.gz (attempt 2/3), target: MaghemiteMgd |
668 | 2024-07-19T18:07:19.681Z | Jul 19 18:06:18.296 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz): error trying to connect: operation timed out, target: TransceiverControl |
669 | 2024-07-19T18:07:19.681Z | Jul 19 18:06:18.296 INFO Downloading out/downloads/xcvradm.gz (attempt 2/3), target: TransceiverControl |
670 | 2024-07-19T18:07:19.681Z | Jul 19 18:06:18.296 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/e83f4f164fd3dbb2100989a399a4fa087232ac36/dendrite-stub.tar.gz): error trying to connect: operation timed out, target: DendriteStub |
671 | 2024-07-19T18:07:19.681Z | Jul 19 18:06:18.296 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 2/3), target: DendriteStub |
672 | 2024-07-19T18:07:19.681Z | Jul 19 18:06:21.123 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
673 | 2024-07-19T18:07:19.681Z | Jul 19 18:06:23.102 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
674 | 2024-07-19T18:07:19.681Z | Jul 19 18:06:23.561 INFO Checking that binary works, target: Cockroach |
675 | 2024-07-19T18:07:19.681Z | Jul 19 18:06:23.787 INFO Download complete, target: Cockroach |
676 | 2024-07-19T18:07:19.681Z | Jul 19 18:06:33.299 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz): error trying to connect: tcp connect error: deadline has elapsed, target: TransceiverControl |
677 | 2024-07-19T18:07:19.681Z | Jul 19 18:06:33.299 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/e83f4f164fd3dbb2100989a399a4fa087232ac36/dpd.json): error trying to connect: tcp connect error: deadline has elapsed, target: DendriteOpenapi |
678 | 2024-07-19T18:07:19.681Z | Jul 19 18:06:33.299 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 3/3), target: DendriteOpenapi |
679 | 2024-07-19T18:07:19.681Z | Jul 19 18:06:33.299 INFO Downloading out/downloads/xcvradm.gz (attempt 3/3), target: TransceiverControl |
680 | 2024-07-19T18:07:19.681Z | Jul 19 18:06:33.299 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/220dd026e83142b83bd93123f465a64dd4600201/mgd.tar.gz): error trying to connect: tcp connect error: deadline has elapsed, target: MaghemiteMgd |
681 | 2024-07-19T18:07:19.681Z | Jul 19 18:06:33.299 INFO Downloading out/downloads/mgd.tar.gz (attempt 3/3), target: MaghemiteMgd |
682 | 2024-07-19T18:07:19.681Z | Jul 19 18:06:33.299 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/e83f4f164fd3dbb2100989a399a4fa087232ac36/dendrite-stub.tar.gz): error trying to connect: tcp connect error: deadline has elapsed, target: DendriteStub |
683 | 2024-07-19T18:07:19.681Z | Jul 19 18:06:33.299 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 3/3), target: DendriteStub |
684 | 2024-07-19T18:07:19.681Z | Jul 19 18:06:37.913 INFO Checking that binary works, target: Clickhouse |
685 | 2024-07-19T18:07:19.681Z | Jul 19 18:06:38.071 INFO Download complete, target: Clickhouse |
686 | 2024-07-19T18:07:19.682Z | Error: Failed to download TransceiverControl |
687 | 2024-07-19T18:07:19.682Z | |
688 | 2024-07-19T18:07:19.682Z | Caused by: |
689 | 2024-07-19T18:07:19.682Z | 0: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz): error trying to connect: operation timed out |
690 | 2024-07-19T18:07:19.682Z | 1: error trying to connect: operation timed out |
691 | 2024-07-19T18:07:19.682Z | 2: operation timed out |
692 | 2024-07-19T18:07:19.682Z | Failed to run command -- will try 2 more times |
693 | 2024-07-19T18:07:19.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
694 | 2024-07-19T18:07:19.682Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
695 | 2024-07-19T18:07:19.682Z | Jul 19 18:06:49.063 INFO Starting download, target: Clickhouse |
696 | 2024-07-19T18:07:19.682Z | Jul 19 18:06:49.064 INFO Starting download, target: Console |
697 | 2024-07-19T18:07:19.682Z | Jul 19 18:06:49.064 INFO Starting download, target: Cockroach |
698 | 2024-07-19T18:07:19.682Z | Jul 19 18:06:49.064 INFO Starting download, target: DendriteOpenapi |
699 | 2024-07-19T18:07:19.682Z | Jul 19 18:06:49.064 INFO Starting download, target: DendriteStub |
700 | 2024-07-19T18:07:19.682Z | Jul 19 18:06:49.064 INFO Starting download, target: MaghemiteMgd |
701 | 2024-07-19T18:07:19.682Z | Jul 19 18:06:49.064 INFO Starting download, target: TransceiverControl |
702 | 2024-07-19T18:07:19.682Z | Jul 19 18:06:49.066 INFO Already downloaded (out/downloads/console.tar.gz), target: Console |
703 | 2024-07-19T18:07:19.682Z | Jul 19 18:06:49.066 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi |
704 | 2024-07-19T18:07:19.682Z | Jul 19 18:06:49.066 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
705 | 2024-07-19T18:07:19.682Z | Jul 19 18:06:49.067 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
706 | 2024-07-19T18:07:19.682Z | Jul 19 18:06:49.067 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
707 | 2024-07-19T18:07:19.682Z | Jul 19 18:06:49.067 INFO Already downloaded (out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz), target: Clickhouse |
708 | 2024-07-19T18:07:19.682Z | Jul 19 18:06:49.067 INFO Already downloaded (out/downloads/cockroach-v22.1.9.illumos.tar.gz), target: Cockroach |
709 | 2024-07-19T18:07:19.682Z | Jul 19 18:06:49.086 INFO Checksum matches already downloaded file - skipping download, target: Console |
710 | 2024-07-19T18:07:19.682Z | Jul 19 18:06:49.101 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
711 | 2024-07-19T18:07:19.682Z | Jul 19 18:06:49.336 INFO Checksum matches already downloaded file - skipping download, target: Cockroach |
712 | 2024-07-19T18:07:19.682Z | Jul 19 18:06:49.369 INFO Download complete, target: DendriteOpenapi |
713 | 2024-07-19T18:07:19.682Z | Jul 19 18:06:49.456 INFO Download complete, target: Console |
714 | 2024-07-19T18:07:19.682Z | Jul 19 18:06:49.502 INFO Checksum matches already downloaded file - skipping download, target: Clickhouse |
715 | 2024-07-19T18:07:19.682Z | Jul 19 18:06:49.578 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
716 | 2024-07-19T18:07:19.682Z | Jul 19 18:06:49.578 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
717 | 2024-07-19T18:07:19.682Z | Jul 19 18:06:49.731 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
718 | 2024-07-19T18:07:19.682Z | Jul 19 18:06:49.997 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
719 | 2024-07-19T18:07:19.682Z | Jul 19 18:06:50.420 INFO Download complete, target: TransceiverControl |
720 | 2024-07-19T18:07:19.682Z | Jul 19 18:06:50.819 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
721 | 2024-07-19T18:07:19.682Z | Jul 19 18:06:50.966 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
722 | 2024-07-19T18:07:19.682Z | Jul 19 18:06:53.989 INFO Download complete, target: DendriteStub |
723 | 2024-07-19T18:07:19.683Z | Jul 19 18:06:54.428 INFO Download complete, target: MaghemiteMgd |
724 | 2024-07-19T18:07:19.683Z | Jul 19 18:06:59.594 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
725 | 2024-07-19T18:07:19.683Z | Jul 19 18:07:00.072 INFO Checking that binary works, target: Cockroach |
726 | 2024-07-19T18:07:19.683Z | Jul 19 18:07:00.258 INFO Download complete, target: Cockroach |
727 | 2024-07-19T18:07:19.683Z | Jul 19 18:07:07.121 INFO Checking that binary works, target: Clickhouse |
728 | 2024-07-19T18:07:19.683Z | Jul 19 18:07:07.318 INFO Download complete, target: Clickhouse |
729 | 2024-07-19T18:07:19.683Z | All prerequisites installed successfully |
730 | 2024-07-19T18:07:19.683Z | |
731 | 2024-07-19T18:07:19.683Z | real 3:31.615905432 |
732 | 2024-07-19T18:07:19.683Z | user 5:57.076811259 |
733 | 2024-07-19T18:07:19.683Z | sys 1:24.063525582 |
734 | 2024-07-19T18:07:19.683Z | trap 0.209355768 |
735 | 2024-07-19T18:07:19.683Z | tflt 0.110473289 |
736 | 2024-07-19T18:07:19.683Z | dflt 0.646162683 |
737 | 2024-07-19T18:07:19.683Z | kflt 0.006719333 |
738 | 2024-07-19T18:07:19.683Z | lock 24:26.171859990 |
739 | 2024-07-19T18:07:19.683Z | slp 16:32.667143342 |
740 | 2024-07-19T18:07:19.683Z | lat 25.668017797 |
741 | 2024-07-19T18:07:19.683Z | stop 1:03.338823123 |
742 | 2024-07-19T18:07:19.683Z | + ptime -m cargo xtask download softnpu |
743 | 2024-07-19T18:07:19.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
744 | 2024-07-19T18:07:19.683Z | Running `target/debug/xtask download softnpu` |
745 | 2024-07-19T18:07:19.683Z | Jul 19 18:07:08.114 INFO Starting download, target: Softnpu |
746 | 2024-07-19T18:07:19.683Z | Jul 19 18:07:08.116 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
747 | 2024-07-19T18:07:19.683Z | Jul 19 18:07:09.600 INFO Download complete, target: Softnpu |
748 | 2024-07-19T18:07:19.683Z | |
749 | 2024-07-19T18:07:19.683Z | real 2.266556801 |
750 | 2024-07-19T18:07:19.683Z | user 0.839502621 |
751 | 2024-07-19T18:07:19.683Z | sys 0.545228357 |
752 | 2024-07-19T18:07:19.683Z | trap 0.000478095 |
753 | 2024-07-19T18:07:19.683Z | tflt 0.000015102 |
754 | 2024-07-19T18:07:19.683Z | dflt 0.000049955 |
755 | 2024-07-19T18:07:19.683Z | kflt 0.000000000 |
756 | 2024-07-19T18:07:19.683Z | lock 16.394647796 |
757 | 2024-07-19T18:07:19.683Z | slp 1.259974837 |
758 | 2024-07-19T18:07:19.683Z | lat 0.171370979 |
759 | 2024-07-19T18:07:19.683Z | stop 0.000400875 |
760 | 2024-07-19T18:07:19.683Z | + export CARGO_INCREMENTAL=0 |
761 | 2024-07-19T18:07:19.683Z | + CARGO_INCREMENTAL=0 |
762 | 2024-07-19T18:07:19.683Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
763 | 2024-07-19T18:07:19.684Z | Downloading crates ... |
764 | 2024-07-19T18:07:19.708Z | Downloaded async-stream-impl v0.3.5 |
765 | 2024-07-19T18:07:19.708Z | Downloaded atty v0.2.14 |
766 | 2024-07-19T18:07:19.708Z | Downloaded cfg_aliases v0.1.1 |
767 | 2024-07-19T18:07:19.708Z | Downloaded crucible-workspace-hack v0.1.0 |
768 | 2024-07-19T18:07:19.708Z | Downloaded darling_macro v0.20.9 |
769 | 2024-07-19T18:07:19.708Z | Downloaded opaque-debug v0.3.1 |
770 | 2024-07-19T18:07:19.708Z | Downloaded tokio-postgres v0.7.10 |
771 | 2024-07-19T18:07:19.708Z | Downloaded der v0.7.9 |
772 | 2024-07-19T18:07:19.708Z | Downloaded hex v0.4.3 |
773 | 2024-07-19T18:07:19.708Z | Downloaded rustc-hash v1.1.0 |
774 | 2024-07-19T18:07:19.708Z | Downloaded rustfmt-wrapper v0.2.1 |
775 | 2024-07-19T18:07:19.708Z | Downloaded md-5 v0.10.6 |
776 | 2024-07-19T18:07:19.709Z | Downloaded whoami v1.5.1 |
777 | 2024-07-19T18:07:19.709Z | Downloaded memmap2 v0.9.4 |
778 | 2024-07-19T18:07:19.709Z | Downloaded hash32 v0.3.1 |
779 | 2024-07-19T18:07:19.709Z | Downloaded is_ci v1.2.0 |
780 | 2024-07-19T18:07:19.709Z | Downloaded serde-big-array v0.5.1 |
781 | 2024-07-19T18:07:19.709Z | Downloaded siphasher v0.3.11 |
782 | 2024-07-19T18:07:19.709Z | Downloaded spin v0.5.2 |
783 | 2024-07-19T18:07:19.709Z | Downloaded diesel_table_macro_syntax v0.1.0 |
784 | 2024-07-19T18:07:19.709Z | Downloaded either v1.12.0 |
785 | 2024-07-19T18:07:19.709Z | Downloaded float-ord v0.3.2 |
786 | 2024-07-19T18:07:19.709Z | Downloaded float-cmp v0.9.0 |
787 | 2024-07-19T18:07:19.709Z | Downloaded spin v0.9.8 |
788 | 2024-07-19T18:07:19.709Z | Downloaded foreign-types-shared v0.3.1 |
789 | 2024-07-19T18:07:19.709Z | Downloaded foreign-types v0.5.0 |
790 | 2024-07-19T18:07:19.709Z | Downloaded getrandom v0.2.14 |
791 | 2024-07-19T18:07:19.709Z | Downloaded flume v0.11.0 |
792 | 2024-07-19T18:07:19.709Z | Downloaded fxhash v0.2.1 |
793 | 2024-07-19T18:07:19.709Z | Downloaded gethostname v0.4.3 |
794 | 2024-07-19T18:07:19.709Z | Downloaded getopts v0.2.21 |
795 | 2024-07-19T18:07:19.709Z | Downloaded lalrpop v0.19.12 |
796 | 2024-07-19T18:07:19.709Z | Downloaded gimli v0.28.1 |
797 | 2024-07-19T18:07:19.709Z | Downloaded sled v0.34.7 |
798 | 2024-07-19T18:07:19.709Z | Downloaded quick-xml v0.31.0 |
799 | 2024-07-19T18:07:19.709Z | Downloaded sha3 v0.10.8 |
800 | 2024-07-19T18:07:19.709Z | Downloaded zerocopy-derive v0.6.6 |
801 | 2024-07-19T18:07:19.709Z | Downloaded finl_unicode v1.2.0 |
802 | 2024-07-19T18:07:19.709Z | Downloaded petgraph v0.6.5 |
803 | 2024-07-19T18:07:19.709Z | Downloaded ratatui v0.27.0 |
804 | 2024-07-19T18:07:19.709Z | Downloaded regex v1.10.5 |
805 | 2024-07-19T18:07:19.709Z | Downloaded radix_trie v0.2.1 |
806 | 2024-07-19T18:07:19.709Z | Downloaded polar-core v0.27.3 |
807 | 2024-07-19T18:07:19.709Z | Downloaded openapiv3 v2.0.0 |
808 | 2024-07-19T18:07:19.709Z | Downloaded nix v0.27.1 |
809 | 2024-07-19T18:07:19.709Z | Downloaded diesel v2.1.6 |
810 | 2024-07-19T18:07:19.709Z | Downloaded object v0.32.2 |
811 | 2024-07-19T18:07:19.709Z | Downloaded object v0.30.4 |
812 | 2024-07-19T18:07:19.709Z | Downloaded nix v0.28.0 |
813 | 2024-07-19T18:07:19.710Z | Downloaded serde_with v3.8.3 |
814 | 2024-07-19T18:07:19.710Z | Downloaded winnow v0.5.40 |
815 | 2024-07-19T18:07:19.710Z | Downloaded rustyline v14.0.0 |
816 | 2024-07-19T18:07:19.710Z | Downloaded rustls-webpki v0.102.4 |
817 | 2024-07-19T18:07:19.710Z | Downloaded ring v0.17.8 |
818 | 2024-07-19T18:07:19.710Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
819 | 2024-07-19T18:07:19.710Z | Downloaded steno v0.4.1 |
820 | 2024-07-19T18:07:19.710Z | Downloaded smoltcp v0.11.0 |
821 | 2024-07-19T18:07:19.710Z | Downloaded smoltcp v0.9.1 |
822 | 2024-07-19T18:07:19.710Z | Downloaded ring v0.16.20 |
823 | 2024-07-19T18:07:19.710Z | Downloaded rustls-webpki v0.101.7 |
824 | 2024-07-19T18:07:19.710Z | Downloaded regex-automata v0.4.6 |
825 | 2024-07-19T18:07:19.710Z | Downloaded reedline v0.31.0 |
826 | 2024-07-19T18:07:19.710Z | Downloaded rayon v1.10.0 |
827 | 2024-07-19T18:07:19.710Z | Downloaded proptest v1.4.0 |
828 | 2024-07-19T18:07:19.710Z | Downloaded csv v1.3.0 |
829 | 2024-07-19T18:07:19.710Z | Downloaded idna v0.3.0 |
830 | 2024-07-19T18:07:19.710Z | Downloaded idna v0.2.3 |
831 | 2024-07-19T18:07:19.710Z | Downloaded x509-cert v0.2.5 |
832 | 2024-07-19T18:07:19.710Z | Downloaded regex-automata v0.1.10 |
833 | 2024-07-19T18:07:19.710Z | Downloaded portable-atomic v1.6.0 |
834 | 2024-07-19T18:07:19.710Z | Downloaded num-bigint-dig v0.8.4 |
835 | 2024-07-19T18:07:19.710Z | Downloaded nom v7.1.3 |
836 | 2024-07-19T18:07:19.710Z | Downloaded zip v0.6.6 |
837 | 2024-07-19T18:07:19.710Z | Downloaded subprocess v0.2.9 |
838 | 2024-07-19T18:07:19.710Z | Downloaded structmeta v0.2.0 |
839 | 2024-07-19T18:07:19.710Z | Downloaded sqlparser v0.45.0 |
840 | 2024-07-19T18:07:19.710Z | Downloaded funty v2.0.0 |
841 | 2024-07-19T18:07:19.710Z | Downloaded fragile v2.0.0 |
842 | 2024-07-19T18:07:19.710Z | Downloaded foreign-types-macros v0.2.3 |
843 | 2024-07-19T18:07:19.710Z | Downloaded fatfs v0.3.6 |
844 | 2024-07-19T18:07:19.710Z | Downloaded zerocopy v0.6.6 |
845 | 2024-07-19T18:07:19.710Z | Downloaded yasna v0.5.2 |
846 | 2024-07-19T18:07:19.710Z | Downloaded tempfile v3.10.1 |
847 | 2024-07-19T18:07:19.710Z | Downloaded subtle v2.5.0 |
848 | 2024-07-19T18:07:19.710Z | Downloaded strum_macros v0.25.3 |
849 | 2024-07-19T18:07:19.710Z | Downloaded stringprep v0.1.4 |
850 | 2024-07-19T18:07:19.710Z | Downloaded itertools v0.12.1 |
851 | 2024-07-19T18:07:19.710Z | Downloaded samael v0.0.15 |
852 | 2024-07-19T18:07:19.711Z | Downloaded http v1.1.0 |
853 | 2024-07-19T18:07:19.711Z | Downloaded flagset v0.4.5 |
854 | 2024-07-19T18:07:19.711Z | Downloaded fixedbitset v0.4.2 |
855 | 2024-07-19T18:07:19.711Z | Downloaded ff v0.13.0 |
856 | 2024-07-19T18:07:19.711Z | Downloaded fd-lock v4.0.2 |
857 | 2024-07-19T18:07:19.711Z | Downloaded fastrand v2.1.0 |
858 | 2024-07-19T18:07:19.711Z | Downloaded serde_yaml v0.9.34+deprecated |
859 | 2024-07-19T18:07:19.711Z | Downloaded minimal-lexical v0.2.1 |
860 | 2024-07-19T18:07:19.711Z | Downloaded diff v0.1.13 |
861 | 2024-07-19T18:07:19.711Z | Downloaded diesel_derives v2.1.4 |
862 | 2024-07-19T18:07:19.711Z | Downloaded zeroize_derive v1.4.2 |
863 | 2024-07-19T18:07:19.711Z | Downloaded zeroize v1.7.0 |
864 | 2024-07-19T18:07:19.736Z | Downloaded termios v0.3.3 |
865 | 2024-07-19T18:07:19.736Z | Downloaded termcolor v1.4.1 |
866 | 2024-07-19T18:07:19.736Z | Downloaded tabwriter v1.4.0 |
867 | 2024-07-19T18:07:19.736Z | Downloaded supports-color v3.0.0 |
868 | 2024-07-19T18:07:19.736Z | Downloaded serde_derive_internals v0.29.1 |
869 | 2024-07-19T18:07:19.736Z | Downloaded itertools v0.13.0 |
870 | 2024-07-19T18:07:19.736Z | Downloaded itertools v0.10.5 |
871 | 2024-07-19T18:07:19.736Z | Downloaded rustls v0.22.4 |
872 | 2024-07-19T18:07:19.736Z | Downloaded rcgen v0.12.1 |
873 | 2024-07-19T18:07:19.736Z | Downloaded rand v0.8.5 |
874 | 2024-07-19T18:07:19.736Z | Downloaded publicsuffix v2.2.3 |
875 | 2024-07-19T18:07:19.736Z | Downloaded prettyplease v0.2.20 |
876 | 2024-07-19T18:07:19.736Z | Downloaded tap v1.0.1 |
877 | 2024-07-19T18:07:19.736Z | Downloaded strip-ansi-escapes v0.2.0 |
878 | 2024-07-19T18:07:19.736Z | Downloaded string_cache v0.8.7 |
879 | 2024-07-19T18:07:19.736Z | Downloaded static_assertions v1.1.0 |
880 | 2024-07-19T18:07:19.736Z | Downloaded stable_deref_trait v1.2.0 |
881 | 2024-07-19T18:07:19.736Z | Downloaded snafu v0.8.2 |
882 | 2024-07-19T18:07:19.736Z | Downloaded webpki-roots v0.25.4 |
883 | 2024-07-19T18:07:19.736Z | Downloaded rayon-core v1.12.1 |
884 | 2024-07-19T18:07:19.736Z | Downloaded num-bigint v0.4.5 |
885 | 2024-07-19T18:07:19.736Z | Downloaded fallible-iterator v0.2.0 |
886 | 2024-07-19T18:07:19.736Z | Downloaded dyn-clone v1.0.17 |
887 | 2024-07-19T18:07:19.736Z | Downloaded snafu-derive v0.8.2 |
888 | 2024-07-19T18:07:19.736Z | Downloaded regex-syntax v0.8.3 |
889 | 2024-07-19T18:07:19.736Z | Downloaded zone v0.1.8 |
890 | 2024-07-19T18:07:19.736Z | Downloaded similar v2.5.0 |
891 | 2024-07-19T18:07:19.736Z | Downloaded regress v0.9.1 |
892 | 2024-07-19T18:07:19.736Z | Downloaded display-error-chain v0.2.0 |
893 | 2024-07-19T18:07:19.736Z | Downloaded sqlformat v0.2.4 |
894 | 2024-07-19T18:07:19.736Z | Downloaded shlex v1.3.0 |
895 | 2024-07-19T18:07:19.736Z | Downloaded indicatif v0.17.8 |
896 | 2024-07-19T18:07:19.736Z | Downloaded termtree v0.4.1 |
897 | 2024-07-19T18:07:19.736Z | Downloaded slog-envlogger v2.2.0 |
898 | 2024-07-19T18:07:19.736Z | Downloaded serde_repr v0.1.19 |
899 | 2024-07-19T18:07:19.737Z | Downloaded serde_plain v1.0.2 |
900 | 2024-07-19T18:07:19.737Z | Downloaded serde_path_to_error v0.1.16 |
901 | 2024-07-19T18:07:19.737Z | Downloaded regex-syntax v0.6.29 |
902 | 2024-07-19T18:07:19.737Z | Downloaded downcast v0.11.0 |
903 | 2024-07-19T18:07:19.737Z | Downloaded difflib v0.4.0 |
904 | 2024-07-19T18:07:19.737Z | Downloaded stability v0.2.0 |
905 | 2024-07-19T18:07:19.737Z | Downloaded sqlparser_derive v0.2.2 |
906 | 2024-07-19T18:07:19.737Z | Downloaded smawk v0.3.2 |
907 | 2024-07-19T18:07:19.737Z | Downloaded smallvec v0.6.14 |
908 | 2024-07-19T18:07:19.737Z | Downloaded slog-stdlog v4.1.1 |
909 | 2024-07-19T18:07:19.737Z | Downloaded signature v2.2.0 |
910 | 2024-07-19T18:07:19.737Z | Downloaded signal-hook-mio v0.2.3 |
911 | 2024-07-19T18:07:19.737Z | Downloaded signal-hook v0.3.17 |
912 | 2024-07-19T18:07:19.737Z | Downloaded serde-hex v0.1.0 |
913 | 2024-07-19T18:07:19.737Z | Downloaded schemars_derive v0.8.21 |
914 | 2024-07-19T18:07:19.737Z | Downloaded schemars v0.8.21 |
915 | 2024-07-19T18:07:19.737Z | Downloaded indexmap v1.9.3 |
916 | 2024-07-19T18:07:19.737Z | Downloaded zone_cfg_derive v0.1.2 |
917 | 2024-07-19T18:07:19.737Z | Downloaded spki v0.7.3 |
918 | 2024-07-19T18:07:19.737Z | Downloaded smf v0.2.3 |
919 | 2024-07-19T18:07:19.737Z | Downloaded slog-scope v4.4.0 |
920 | 2024-07-19T18:07:19.737Z | Downloaded serde_with_macros v3.8.3 |
921 | 2024-07-19T18:07:19.737Z | Downloaded sec1 v0.7.3 |
922 | 2024-07-19T18:07:19.737Z | Downloaded hyper-rustls v0.24.2 |
923 | 2024-07-19T18:07:19.737Z | Downloaded rustls v0.21.12 |
924 | 2024-07-19T18:07:19.737Z | Downloaded pin-project v1.1.5 |
925 | 2024-07-19T18:07:19.737Z | Downloaded oso v0.27.3 |
926 | 2024-07-19T18:07:19.737Z | Downloaded slog-dtrace v0.3.0 |
927 | 2024-07-19T18:07:19.737Z | Downloaded sigpipe v0.1.3 |
928 | 2024-07-19T18:07:19.737Z | Downloaded semver v0.1.20 |
929 | 2024-07-19T18:07:19.737Z | Downloaded sct v0.7.1 |
930 | 2024-07-19T18:07:19.737Z | Downloaded keccak v0.1.5 |
931 | 2024-07-19T18:07:19.737Z | Downloaded iana-time-zone v0.1.60 |
932 | 2024-07-19T18:07:19.737Z | Downloaded hashbrown v0.12.3 |
933 | 2024-07-19T18:07:19.737Z | Downloaded paste v1.0.15 |
934 | 2024-07-19T18:07:19.737Z | Downloaded signal-hook-tokio v0.3.1 |
935 | 2024-07-19T18:07:19.737Z | Downloaded shell-words v1.1.0 |
936 | 2024-07-19T18:07:19.737Z | Downloaded sha1 v0.10.6 |
937 | 2024-07-19T18:07:19.738Z | Downloaded serde_arrays v0.1.0 |
938 | 2024-07-19T18:07:19.738Z | Downloaded secrecy v0.8.0 |
939 | 2024-07-19T18:07:19.738Z | Downloaded scheduled-thread-pool v0.2.7 |
940 | 2024-07-19T18:07:19.738Z | Downloaded libloading v0.8.3 |
941 | 2024-07-19T18:07:19.738Z | Downloaded libefi-sys v0.1.0 |
942 | 2024-07-19T18:07:19.738Z | Downloaded lazycell v1.3.0 |
943 | 2024-07-19T18:07:19.738Z | Downloaded lazy_static v1.5.0 |
944 | 2024-07-19T18:07:19.738Z | Downloaded lalrpop-util v0.19.12 |
945 | 2024-07-19T18:07:19.738Z | Downloaded kstat-rs v0.2.4 |
946 | 2024-07-19T18:07:19.738Z | Downloaded inout v0.1.3 |
947 | 2024-07-19T18:07:19.738Z | Downloaded indoc v1.0.9 |
948 | 2024-07-19T18:07:19.738Z | Downloaded hyper-staticfile v0.9.5 |
949 | 2024-07-19T18:07:19.738Z | Downloaded humantime v2.1.0 |
950 | 2024-07-19T18:07:19.738Z | Downloaded wyz v0.5.1 |
951 | 2024-07-19T18:07:19.738Z | Downloaded rustls-pki-types v1.7.0 |
952 | 2024-07-19T18:07:19.738Z | Downloaded vte v0.11.1 |
953 | 2024-07-19T18:07:19.738Z | Downloaded vsss-rs v3.3.4 |
954 | 2024-07-19T18:07:19.738Z | Downloaded rustls-pemfile v2.1.2 |
955 | 2024-07-19T18:07:19.738Z | Downloaded indent_write v2.2.0 |
956 | 2024-07-19T18:07:19.738Z | Downloaded ident_case v1.0.1 |
957 | 2024-07-19T18:07:19.738Z | Downloaded postcard v1.0.8 |
958 | 2024-07-19T18:07:19.738Z | Downloaded peg-macros v0.8.3 |
959 | 2024-07-19T18:07:19.738Z | Downloaded omicron-zone-package v0.11.0 |
960 | 2024-07-19T18:07:19.738Z | Downloaded num-traits v0.2.19 |
961 | 2024-07-19T18:07:19.738Z | Downloaded nu-ansi-term v0.50.0 |
962 | 2024-07-19T18:07:19.738Z | Downloaded ipnetwork v0.20.0 |
963 | 2024-07-19T18:07:19.738Z | Downloaded instant v0.1.12 |
964 | 2024-07-19T18:07:19.763Z | Downloaded impl-trait-for-tuples v0.2.2 |
965 | 2024-07-19T18:07:19.763Z | Downloaded hubpack_derive v0.1.1 |
966 | 2024-07-19T18:07:19.763Z | Downloaded hubpack v0.1.2 |
967 | 2024-07-19T18:07:19.763Z | Downloaded half v2.4.1 |
968 | 2024-07-19T18:07:19.763Z | Downloaded group v0.13.0 |
969 | 2024-07-19T18:07:19.763Z | Downloaded globset v0.4.14 |
970 | 2024-07-19T18:07:19.763Z | Downloaded same-file v1.0.6 |
971 | 2024-07-19T18:07:19.763Z | Downloaded rusty-fork v0.3.0 |
972 | 2024-07-19T18:07:19.763Z | Downloaded memoffset v0.9.1 |
973 | 2024-07-19T18:07:19.763Z | Downloaded uzers v0.11.3 |
974 | 2024-07-19T18:07:19.763Z | Downloaded postgres-protocol v0.6.6 |
975 | 2024-07-19T18:07:19.763Z | Downloaded poly1305 v0.8.0 |
976 | 2024-07-19T18:07:19.763Z | Downloaded pkcs8 v0.10.2 |
977 | 2024-07-19T18:07:19.763Z | Downloaded pin-project-internal v1.1.5 |
978 | 2024-07-19T18:07:19.763Z | Downloaded pem-rfc7468 v0.7.0 |
979 | 2024-07-19T18:07:19.763Z | Downloaded peg v0.8.3 |
980 | 2024-07-19T18:07:19.763Z | Downloaded parking_lot v0.11.2 |
981 | 2024-07-19T18:07:19.763Z | Downloaded hash32 v0.2.1 |
982 | 2024-07-19T18:07:19.763Z | Downloaded glob v0.3.1 |
983 | 2024-07-19T18:07:19.763Z | Downloaded pem v3.0.4 |
984 | 2024-07-19T18:07:19.763Z | Downloaded password-hash v0.5.0 |
985 | 2024-07-19T18:07:19.763Z | Downloaded parking_lot_core v0.8.6 |
986 | 2024-07-19T18:07:19.763Z | Downloaded num-rational v0.4.2 |
987 | 2024-07-19T18:07:19.763Z | Downloaded num-complex v0.4.6 |
988 | 2024-07-19T18:07:19.763Z | Downloaded multer v3.1.0 |
989 | 2024-07-19T18:07:19.763Z | Downloaded mockall_derive v0.12.1 |
990 | 2024-07-19T18:07:19.763Z | Downloaded bstr v0.2.17 |
991 | 2024-07-19T18:07:19.763Z | Downloaded libxml v0.3.3 |
992 | 2024-07-19T18:07:19.763Z | Downloaded libm v0.2.8 |
993 | 2024-07-19T18:07:19.763Z | Downloaded vte_generate_state_changes v0.1.1 |
994 | 2024-07-19T18:07:19.764Z | Downloaded tough v0.17.1 |
995 | 2024-07-19T18:07:19.764Z | Downloaded hkdf v0.12.4 |
996 | 2024-07-19T18:07:19.764Z | Downloaded hashbrown v0.13.2 |
997 | 2024-07-19T18:07:19.764Z | Downloaded expectorate v1.1.0 |
998 | 2024-07-19T18:07:19.764Z | Downloaded trust-dns-resolver v0.22.0 |
999 | 2024-07-19T18:07:19.764Z | Downloaded trust-dns-proto v0.22.0 |
1000 | 2024-07-19T18:07:19.764Z | Downloaded ppv-lite86 v0.2.17 |
1001 | 2024-07-19T18:07:19.764Z | Downloaded postgres-types v0.2.6 |
1002 | 2024-07-19T18:07:19.764Z | Downloaded pkcs1 v0.7.5 |
1003 | 2024-07-19T18:07:19.764Z | Downloaded parse-display v0.9.1 |
1004 | 2024-07-19T18:07:19.764Z | Downloaded owo-colors v4.0.0 |
1005 | 2024-07-19T18:07:19.764Z | Downloaded olpc-cjson v0.1.3 |
1006 | 2024-07-19T18:07:19.764Z | Downloaded blake3 v1.5.1 |
1007 | 2024-07-19T18:07:19.764Z | Downloaded bitvec v1.0.1 |
1008 | 2024-07-19T18:07:19.764Z | Downloaded which v4.4.2 |
1009 | 2024-07-19T18:07:19.764Z | Downloaded walkdir v2.5.0 |
1010 | 2024-07-19T18:07:19.764Z | Downloaded waitgroup v0.1.2 |
1011 | 2024-07-19T18:07:19.764Z | Downloaded wait-timeout v0.2.0 |
1012 | 2024-07-19T18:07:19.764Z | Downloaded thiserror-impl-no-std v2.0.2 |
1013 | 2024-07-19T18:07:19.764Z | Downloaded textwrap v0.16.1 |
1014 | 2024-07-19T18:07:19.764Z | Downloaded test-strategy v0.3.1 |
1015 | 2024-07-19T18:07:19.764Z | Downloaded uuid v1.10.0 |
1016 | 2024-07-19T18:07:19.764Z | Downloaded utf-8 v0.7.6 |
1017 | 2024-07-19T18:07:19.764Z | Downloaded untrusted v0.9.0 |
1018 | 2024-07-19T18:07:19.764Z | Downloaded untrusted v0.7.1 |
1019 | 2024-07-19T18:07:19.764Z | Downloaded unsafe-libyaml v0.2.11 |
1020 | 2024-07-19T18:07:19.764Z | Downloaded unicode_categories v0.1.1 |
1021 | 2024-07-19T18:07:19.764Z | Downloaded trust-dns-client v0.22.0 |
1022 | 2024-07-19T18:07:19.764Z | Downloaded toml_edit v0.19.15 |
1023 | 2024-07-19T18:07:19.764Z | Downloaded toml v0.7.8 |
1024 | 2024-07-19T18:07:19.764Z | Downloaded toml v0.5.11 |
1025 | 2024-07-19T18:07:19.764Z | Downloaded tokio-rustls v0.25.0 |
1026 | 2024-07-19T18:07:19.764Z | Downloaded strum_macros v0.24.3 |
1027 | 2024-07-19T18:07:19.764Z | Downloaded structmeta-derive v0.3.0 |
1028 | 2024-07-19T18:07:19.764Z | Downloaded structmeta-derive v0.2.0 |
1029 | 2024-07-19T18:07:19.764Z | Downloaded structmeta v0.3.0 |
1030 | 2024-07-19T18:07:19.764Z | Downloaded hmac v0.12.1 |
1031 | 2024-07-19T18:07:19.765Z | Downloaded heapless v0.8.0 |
1032 | 2024-07-19T18:07:19.765Z | Downloaded tungstenite v0.21.0 |
1033 | 2024-07-19T18:07:19.765Z | Downloaded ref-cast-impl v1.0.23 |
1034 | 2024-07-19T18:07:19.765Z | Downloaded ref-cast v1.0.23 |
1035 | 2024-07-19T18:07:19.765Z | Downloaded rand_xorshift v0.3.0 |
1036 | 2024-07-19T18:07:19.765Z | Downloaded rand_seeder v0.2.3 |
1037 | 2024-07-19T18:07:19.765Z | Downloaded rand_core v0.6.4 |
1038 | 2024-07-19T18:07:19.765Z | Downloaded rand_chacha v0.3.1 |
1039 | 2024-07-19T18:07:19.765Z | Downloaded radium v0.7.0 |
1040 | 2024-07-19T18:07:19.765Z | Downloaded r2d2 v0.8.10 |
1041 | 2024-07-19T18:07:19.765Z | Downloaded quick-error v1.2.3 |
1042 | 2024-07-19T18:07:19.765Z | Downloaded proc-macro-crate v1.3.1 |
1043 | 2024-07-19T18:07:19.765Z | Downloaded predicates-tree v1.0.9 |
1044 | 2024-07-19T18:07:19.765Z | Downloaded predicates-core v1.0.6 |
1045 | 2024-07-19T18:07:19.765Z | Downloaded predicates v3.1.0 |
1046 | 2024-07-19T18:07:19.765Z | Downloaded phf_shared v0.11.2 |
1047 | 2024-07-19T18:07:19.765Z | Downloaded phf_shared v0.10.0 |
1048 | 2024-07-19T18:07:19.765Z | Downloaded phf v0.11.2 |
1049 | 2024-07-19T18:07:19.765Z | Downloaded parse-display-derive v0.9.1 |
1050 | 2024-07-19T18:07:19.765Z | Downloaded num_enum v0.5.11 |
1051 | 2024-07-19T18:07:19.765Z | Downloaded num-iter v0.1.45 |
1052 | 2024-07-19T18:07:19.765Z | Downloaded num-derive v0.4.2 |
1053 | 2024-07-19T18:07:19.765Z | Downloaded num v0.4.3 |
1054 | 2024-07-19T18:07:19.765Z | Downloaded nodrop v0.1.14 |
1055 | 2024-07-19T18:07:19.765Z | Downloaded nanorand v0.7.0 |
1056 | 2024-07-19T18:07:19.765Z | Downloaded mime_guess v2.0.4 |
1057 | 2024-07-19T18:07:19.765Z | Downloaded crossterm v0.27.0 |
1058 | 2024-07-19T18:07:19.765Z | Downloaded compact_str v0.7.1 |
1059 | 2024-07-19T18:07:19.765Z | Downloaded chrono v0.4.38 |
1060 | 2024-07-19T18:07:19.765Z | Downloaded cancel-safe-futures v0.1.5 |
1061 | 2024-07-19T18:07:19.765Z | Downloaded bindgen v0.69.4 |
1062 | 2024-07-19T18:07:19.765Z | Downloaded maybe-uninit v2.0.0 |
1063 | 2024-07-19T18:07:19.765Z | Downloaded matches v0.1.10 |
1064 | 2024-07-19T18:07:19.790Z | Downloaded maplit v1.0.2 |
1065 | 2024-07-19T18:07:19.790Z | Downloaded managed v0.8.0 |
1066 | 2024-07-19T18:07:19.790Z | Downloaded lru-cache v0.1.2 |
1067 | 2024-07-19T18:07:19.790Z | Downloaded lru v0.12.3 |
1068 | 2024-07-19T18:07:19.790Z | Downloaded linked-hash-map v0.5.6 |
1069 | 2024-07-19T18:07:19.790Z | Downloaded linear-map v1.2.0 |
1070 | 2024-07-19T18:07:19.790Z | Downloaded libsw v3.3.1 |
1071 | 2024-07-19T18:07:19.790Z | Downloaded universal-hash v0.5.1 |
1072 | 2024-07-19T18:07:19.790Z | Downloaded unicode-xid v0.2.4 |
1073 | 2024-07-19T18:07:19.790Z | Downloaded tracing-attributes v0.1.27 |
1074 | 2024-07-19T18:07:19.790Z | Downloaded topological-sort v0.2.2 |
1075 | 2024-07-19T18:07:19.790Z | Downloaded tokio-tungstenite v0.21.0 |
1076 | 2024-07-19T18:07:19.790Z | Downloaded tokio-stream v0.1.15 |
1077 | 2024-07-19T18:07:19.790Z | Downloaded tokio-rustls v0.24.1 |
1078 | 2024-07-19T18:07:19.790Z | Downloaded tls_codec_derive v0.4.1 |
1079 | 2024-07-19T18:07:19.790Z | Downloaded tls_codec v0.4.1 |
1080 | 2024-07-19T18:07:19.790Z | Downloaded tiny-keccak v2.0.2 |
1081 | 2024-07-19T18:07:19.790Z | Downloaded thiserror-no-std v2.0.2 |
1082 | 2024-07-19T18:07:19.791Z | Downloaded rustc_version v0.4.0 |
1083 | 2024-07-19T18:07:19.791Z | Downloaded rustc_version v0.1.7 |
1084 | 2024-07-19T18:07:19.791Z | Downloaded rustc-demangle v0.1.24 |
1085 | 2024-07-19T18:07:19.791Z | Downloaded rsa v0.9.6 |
1086 | 2024-07-19T18:07:19.791Z | Downloaded ron v0.8.1 |
1087 | 2024-07-19T18:07:19.791Z | Downloaded ron v0.7.1 |
1088 | 2024-07-19T18:07:19.791Z | Downloaded http-range v0.1.5 |
1089 | 2024-07-19T18:07:19.791Z | Downloaded hostname v0.4.0 |
1090 | 2024-07-19T18:07:19.791Z | Downloaded highway v1.1.0 |
1091 | 2024-07-19T18:07:19.791Z | Downloaded heapless v0.7.17 |
1092 | 2024-07-19T18:07:19.791Z | Downloaded headers-core v0.2.0 |
1093 | 2024-07-19T18:07:19.791Z | Downloaded headers v0.3.9 |
1094 | 2024-07-19T18:07:19.791Z | Downloaded env_logger v0.10.2 |
1095 | 2024-07-19T18:07:19.791Z | Downloaded enum-as-inner v0.5.1 |
1096 | 2024-07-19T18:07:19.791Z | Downloaded ena v0.14.3 |
1097 | 2024-07-19T18:07:19.791Z | Downloaded elliptic-curve v0.13.8 |
1098 | 2024-07-19T18:07:19.791Z | Downloaded unicode-truncate v1.0.0 |
1099 | 2024-07-19T18:07:19.791Z | Downloaded unicode-linebreak v0.1.5 |
1100 | 2024-07-19T18:07:19.791Z | Downloaded tui-tree-widget v0.21.0 |
1101 | 2024-07-19T18:07:19.791Z | Downloaded peg-runtime v0.8.3 |
1102 | 2024-07-19T18:07:19.791Z | Downloaded parse-size v1.0.0 |
1103 | 2024-07-19T18:07:19.791Z | Downloaded packed_struct_codegen v0.10.1 |
1104 | 2024-07-19T18:07:19.791Z | Downloaded packed_struct v0.10.1 |
1105 | 2024-07-19T18:07:19.791Z | Downloaded derive_builder v0.20.0 |
1106 | 2024-07-19T18:07:19.791Z | Downloaded der_derive v0.7.2 |
1107 | 2024-07-19T18:07:19.791Z | Downloaded defmt-parser v0.3.4 |
1108 | 2024-07-19T18:07:19.791Z | Downloaded darling_core v0.20.9 |
1109 | 2024-07-19T18:07:19.791Z | Downloaded curve25519-dalek-derive v0.1.1 |
1110 | 2024-07-19T18:07:19.791Z | Downloaded csv-core v0.1.11 |
1111 | 2024-07-19T18:07:19.791Z | Downloaded bstr v1.9.1 |
1112 | 2024-07-19T18:07:19.791Z | Downloaded rpassword v7.3.1 |
1113 | 2024-07-19T18:07:19.791Z | Downloaded resolv-conf v0.7.0 |
1114 | 2024-07-19T18:07:19.791Z | Downloaded unicode-segmentation v1.11.0 |
1115 | 2024-07-19T18:07:19.791Z | Downloaded tokio-tungstenite v0.20.1 |
1116 | 2024-07-19T18:07:19.791Z | Downloaded portpicker v0.1.1 |
1117 | 2024-07-19T18:07:19.791Z | Downloaded num_enum_derive v0.5.11 |
1118 | 2024-07-19T18:07:19.791Z | Downloaded multimap v0.10.0 |
1119 | 2024-07-19T18:07:19.791Z | Downloaded derive_builder_macro v0.20.0 |
1120 | 2024-07-19T18:07:19.792Z | Downloaded cstr-argument v0.1.2 |
1121 | 2024-07-19T18:07:19.792Z | Downloaded const-oid v0.9.6 |
1122 | 2024-07-19T18:07:19.792Z | Downloaded cassowary v0.3.0 |
1123 | 2024-07-19T18:07:19.792Z | Downloaded rtoolbox v0.0.2 |
1124 | 2024-07-19T18:07:19.792Z | Downloaded home v0.5.9 |
1125 | 2024-07-19T18:07:19.792Z | Downloaded env_logger v0.9.3 |
1126 | 2024-07-19T18:07:19.792Z | Downloaded unarray v0.1.4 |
1127 | 2024-07-19T18:07:19.792Z | Downloaded toolchain_find v0.4.0 |
1128 | 2024-07-19T18:07:19.792Z | Downloaded psl-types v2.0.11 |
1129 | 2024-07-19T18:07:19.792Z | Downloaded pretty-hex v0.2.1 |
1130 | 2024-07-19T18:07:19.792Z | Downloaded precomputed-hash v0.1.1 |
1131 | 2024-07-19T18:07:19.792Z | Downloaded number_prefix v0.4.0 |
1132 | 2024-07-19T18:07:19.792Z | Downloaded num-integer v0.1.46 |
1133 | 2024-07-19T18:07:19.792Z | Downloaded nibble_vec v0.1.0 |
1134 | 2024-07-19T18:07:19.792Z | Downloaded newtype-uuid v1.1.0 |
1135 | 2024-07-19T18:07:19.792Z | Downloaded mockall v0.12.1 |
1136 | 2024-07-19T18:07:19.792Z | Downloaded defmt v0.3.8 |
1137 | 2024-07-19T18:07:19.792Z | Downloaded data-encoding v2.6.0 |
1138 | 2024-07-19T18:07:19.792Z | Downloaded crunchy v0.2.2 |
1139 | 2024-07-19T18:07:19.792Z | Downloaded crc-catalog v2.4.0 |
1140 | 2024-07-19T18:07:19.792Z | Downloaded cobs v0.2.3 |
1141 | 2024-07-19T18:07:19.792Z | Downloaded ciborium-io v0.2.2 |
1142 | 2024-07-19T18:07:19.792Z | Downloaded cexpr v0.6.0 |
1143 | 2024-07-19T18:07:19.792Z | Downloaded heck v0.3.3 |
1144 | 2024-07-19T18:07:19.792Z | Downloaded erased-serde v0.3.31 |
1145 | 2024-07-19T18:07:19.792Z | Downloaded endian-type v0.1.2 |
1146 | 2024-07-19T18:07:19.792Z | Downloaded embedded-io v0.4.0 |
1147 | 2024-07-19T18:07:19.792Z | Downloaded unicase v2.7.0 |
1148 | 2024-07-19T18:07:19.792Z | Downloaded typed-path v0.7.1 |
1149 | 2024-07-19T18:07:19.792Z | Downloaded tungstenite v0.20.1 |
1150 | 2024-07-19T18:07:19.792Z | Downloaded trust-dns-server v0.22.1 |
1151 | 2024-07-19T18:07:19.792Z | Downloaded path-slash v0.1.5 |
1152 | 2024-07-19T18:07:19.792Z | Downloaded oso-derive v0.27.3 |
1153 | 2024-07-19T18:07:19.792Z | Downloaded normalize-line-endings v0.3.0 |
1154 | 2024-07-19T18:07:19.792Z | Downloaded newtype_derive v0.1.6 |
1155 | 2024-07-19T18:07:19.792Z | Downloaded curve25519-dalek v4.1.3 |
1156 | 2024-07-19T18:07:19.792Z | Downloaded crypto-bigint v0.5.5 |
1157 | 2024-07-19T18:07:19.792Z | Downloaded crossbeam-epoch v0.9.18 |
1158 | 2024-07-19T18:07:19.792Z | Downloaded crc v3.2.1 |
1159 | 2024-07-19T18:07:19.793Z | Downloaded cookie v0.18.1 |
1160 | 2024-07-19T18:07:19.793Z | Downloaded convert_case v0.4.0 |
1161 | 2024-07-19T18:07:19.793Z | Downloaded const_format_proc_macros v0.2.32 |
1162 | 2024-07-19T18:07:19.793Z | Downloaded cipher v0.4.4 |
1163 | 2024-07-19T18:07:19.793Z | Downloaded chacha20 v0.9.1 |
1164 | 2024-07-19T18:07:19.817Z | Downloaded buf-list v1.0.3 |
1165 | 2024-07-19T18:07:19.817Z | Downloaded bitstruct v0.1.1 |
1166 | 2024-07-19T18:07:19.817Z | Downloaded bitfield-struct v0.6.1 |
1167 | 2024-07-19T18:07:19.817Z | Downloaded bit-vec v0.6.3 |
1168 | 2024-07-19T18:07:19.818Z | Downloaded bb8 v0.8.5 |
1169 | 2024-07-19T18:07:19.818Z | Downloaded base64 v0.22.1 |
1170 | 2024-07-19T18:07:19.818Z | Downloaded ascii v1.1.0 |
1171 | 2024-07-19T18:07:19.818Z | Downloaded aho-corasick v1.1.3 |
1172 | 2024-07-19T18:07:19.818Z | Downloaded new_debug_unreachable v1.0.6 |
1173 | 2024-07-19T18:07:19.818Z | Downloaded derive_more v0.99.18 |
1174 | 2024-07-19T18:07:19.818Z | Downloaded derive-where v1.2.7 |
1175 | 2024-07-19T18:07:19.818Z | Downloaded debug-ignore v1.0.5 |
1176 | 2024-07-19T18:07:19.818Z | Downloaded const_format v0.2.32 |
1177 | 2024-07-19T18:07:19.818Z | Downloaded console v0.15.8 |
1178 | 2024-07-19T18:07:19.818Z | Downloaded clang-sys v1.7.0 |
1179 | 2024-07-19T18:07:19.818Z | Downloaded chacha20poly1305 v0.10.1 |
1180 | 2024-07-19T18:07:19.818Z | Downloaded base64ct v1.6.0 |
1181 | 2024-07-19T18:07:19.818Z | Downloaded base64 v0.13.1 |
1182 | 2024-07-19T18:07:19.818Z | Downloaded base16ct v0.2.0 |
1183 | 2024-07-19T18:07:19.818Z | Downloaded backtrace v0.3.71 |
1184 | 2024-07-19T18:07:19.818Z | Downloaded backoff v0.4.0 |
1185 | 2024-07-19T18:07:19.818Z | Downloaded atomicwrites v0.4.3 |
1186 | 2024-07-19T18:07:19.818Z | Downloaded async-trait v0.1.81 |
1187 | 2024-07-19T18:07:19.818Z | Downloaded async-stream v0.3.5 |
1188 | 2024-07-19T18:07:19.818Z | Downloaded assert_matches v1.5.0 |
1189 | 2024-07-19T18:07:19.818Z | Downloaded arc-swap v1.7.1 |
1190 | 2024-07-19T18:07:19.818Z | Downloaded allocator-api2 v0.2.18 |
1191 | 2024-07-19T18:07:19.818Z | Downloaded newline-converter v0.3.0 |
1192 | 2024-07-19T18:07:19.818Z | Downloaded derive_builder_core v0.20.0 |
1193 | 2024-07-19T18:07:19.818Z | Downloaded defmt-macros v0.3.9 |
1194 | 2024-07-19T18:07:19.818Z | Downloaded darling v0.20.9 |
1195 | 2024-07-19T18:07:19.818Z | Downloaded crc-any v2.5.0 |
1196 | 2024-07-19T18:07:19.818Z | Downloaded cookie v0.17.0 |
1197 | 2024-07-19T18:07:19.818Z | Downloaded bzip2 v0.4.4 |
1198 | 2024-07-19T18:07:19.818Z | Downloaded blake2 v0.10.6 |
1199 | 2024-07-19T18:07:19.818Z | Downloaded bcs v0.1.6 |
1200 | 2024-07-19T18:07:19.818Z | Downloaded arrayref v0.3.7 |
1201 | 2024-07-19T18:07:19.818Z | Downloaded argon2 v0.5.3 |
1202 | 2024-07-19T18:07:19.818Z | Downloaded ahash v0.8.11 |
1203 | 2024-07-19T18:07:19.818Z | Downloaded addr2line v0.21.0 |
1204 | 2024-07-19T18:07:19.818Z | Downloaded cookie_store v0.20.0 |
1205 | 2024-07-19T18:07:19.819Z | Downloaded ciborium-ll v0.2.2 |
1206 | 2024-07-19T18:07:19.819Z | Downloaded ciborium v0.2.2 |
1207 | 2024-07-19T18:07:19.819Z | Downloaded castaway v0.2.2 |
1208 | 2024-07-19T18:07:19.819Z | Downloaded camino-tempfile v1.1.1 |
1209 | 2024-07-19T18:07:19.819Z | Downloaded bitfield v0.14.0 |
1210 | 2024-07-19T18:07:19.819Z | Downloaded bit-set v0.5.3 |
1211 | 2024-07-19T18:07:19.819Z | Downloaded async-recursion v1.1.1 |
1212 | 2024-07-19T18:07:19.819Z | Downloaded crossbeam-deque v0.8.5 |
1213 | 2024-07-19T18:07:19.819Z | Downloaded constant_time_eq v0.3.0 |
1214 | 2024-07-19T18:07:19.819Z | Downloaded colored v2.1.0 |
1215 | 2024-07-19T18:07:19.819Z | Downloaded block-padding v0.3.3 |
1216 | 2024-07-19T18:07:19.819Z | Downloaded bitstruct_derive v0.1.0 |
1217 | 2024-07-19T18:07:19.819Z | Downloaded bitflags v1.3.2 |
1218 | 2024-07-19T18:07:19.819Z | Downloaded atomic-waker v1.1.2 |
1219 | 2024-07-19T18:07:19.819Z | Downloaded ascii-canvas v3.0.0 |
1220 | 2024-07-19T18:07:19.819Z | Downloaded arrayvec v0.7.4 |
1221 | 2024-07-19T18:07:19.819Z | Downloaded array-init v0.0.4 |
1222 | 2024-07-19T18:07:19.819Z | Downloaded aead v0.5.2 |
1223 | 2024-07-19T18:07:19.819Z | Compiling proc-macro2 v1.0.86 |
1224 | 2024-07-19T18:07:19.819Z | Compiling unicode-ident v1.0.12 |
1225 | 2024-07-19T18:07:19.819Z | Compiling libc v0.2.155 |
1226 | 2024-07-19T18:07:19.819Z | Compiling serde v1.0.204 |
1227 | 2024-07-19T18:07:19.819Z | Compiling autocfg v1.3.0 |
1228 | 2024-07-19T18:07:19.819Z | Compiling version_check v0.9.4 |
1229 | 2024-07-19T18:07:19.819Z | Compiling cfg-if v1.0.0 |
1230 | 2024-07-19T18:07:19.819Z | Compiling cc v1.0.97 |
1231 | 2024-07-19T18:07:19.819Z | Compiling parking_lot_core v0.9.10 |
1232 | 2024-07-19T18:07:19.819Z | Compiling serde_json v1.0.120 |
1233 | 2024-07-19T18:07:19.819Z | Compiling once_cell v1.19.0 |
1234 | 2024-07-19T18:07:19.819Z | Compiling libm v0.2.8 |
1235 | 2024-07-19T18:07:19.819Z | Compiling ahash v0.8.11 |
1236 | 2024-07-19T18:07:19.819Z | Compiling lock_api v0.4.12 |
1237 | 2024-07-19T18:07:19.819Z | Compiling byteorder v1.5.0 |
1238 | 2024-07-19T18:07:19.819Z | Compiling num-traits v0.2.19 |
1239 | 2024-07-19T18:07:19.819Z | Compiling memchr v2.7.2 |
1240 | 2024-07-19T18:07:19.819Z | Compiling scopeguard v1.2.0 |
1241 | 2024-07-19T18:07:19.819Z | Compiling thiserror v1.0.62 |
1242 | 2024-07-19T18:07:19.819Z | Compiling typenum v1.17.0 |
1243 | 2024-07-19T18:07:19.819Z | Compiling quote v1.0.36 |
1244 | 2024-07-19T18:07:19.820Z | Compiling getrandom v0.2.14 |
1245 | 2024-07-19T18:07:19.820Z | Compiling syn v2.0.71 |
1246 | 2024-07-19T18:07:19.820Z | Compiling itoa v1.0.11 |
1247 | 2024-07-19T18:07:19.820Z | Compiling log v0.4.21 |
1248 | 2024-07-19T18:07:19.820Z | Compiling generic-array v0.14.7 |
1249 | 2024-07-19T18:07:19.820Z | Compiling allocator-api2 v0.2.18 |
1250 | 2024-07-19T18:07:19.820Z | Compiling slab v0.4.9 |
1251 | 2024-07-19T18:07:19.820Z | Compiling ring v0.17.8 |
1252 | 2024-07-19T18:07:19.820Z | Compiling ryu v1.0.18 |
1253 | 2024-07-19T18:07:19.820Z | Compiling smallvec v1.13.2 |
1254 | 2024-07-19T18:07:19.820Z | Compiling schemars v0.8.21 |
1255 | 2024-07-19T18:07:19.820Z | Compiling pin-project-lite v0.2.14 |
1256 | 2024-07-19T18:07:19.820Z | Compiling semver v1.0.23 |
1257 | 2024-07-19T18:07:19.820Z | Compiling equivalent v1.0.1 |
1258 | 2024-07-19T18:07:19.820Z | Compiling spin v0.9.8 |
1259 | 2024-07-19T18:07:19.820Z | Compiling vcpkg v0.2.15 |
1260 | 2024-07-19T18:07:19.820Z | Compiling parking_lot v0.12.2 |
1261 | 2024-07-19T18:07:19.820Z | Compiling pkg-config v0.3.30 |
1262 | 2024-07-19T18:07:19.820Z | Compiling signal-hook-registry v1.4.2 |
1263 | 2024-07-19T18:07:19.820Z | Compiling syn v1.0.109 |
1264 | 2024-07-19T18:07:19.844Z | Compiling openssl-sys v0.9.102 |
1265 | 2024-07-19T18:07:19.844Z | Compiling mio v0.8.11 |
1266 | 2024-07-19T18:07:19.844Z | Compiling rand_core v0.6.4 |
1267 | 2024-07-19T18:07:19.844Z | Compiling num_cpus v1.16.0 |
1268 | 2024-07-19T18:07:19.844Z | Compiling socket2 v0.5.7 |
1269 | 2024-07-19T18:07:19.844Z | Compiling num-conv v0.1.0 |
1270 | 2024-07-19T18:07:19.844Z | Compiling time-core v0.1.2 |
1271 | 2024-07-19T18:07:19.949Z | Compiling time-macros v0.2.18 |
1272 | 2024-07-19T18:07:20.189Z | Compiling heck v0.5.0 |
1273 | 2024-07-19T18:07:20.281Z | Compiling httparse v1.8.0 |
1274 | 2024-07-19T18:07:20.602Z | Compiling futures-core v0.3.30 |
1275 | 2024-07-19T18:07:20.868Z | Compiling fnv v1.0.7 |
1276 | 2024-07-19T18:07:20.970Z | Compiling openssl v0.10.64 |
1277 | 2024-07-19T18:07:21.326Z | Compiling serde_derive_internals v0.29.1 |
1278 | 2024-07-19T18:07:21.365Z | Compiling crossbeam-utils v0.8.19 |
1279 | 2024-07-19T18:07:21.504Z | Compiling rustix v0.38.34 |
1280 | 2024-07-19T18:07:21.578Z | Compiling iana-time-zone v0.1.60 |
1281 | 2024-07-19T18:07:22.097Z | Compiling rustls v0.21.12 |
1282 | 2024-07-19T18:07:22.286Z | Compiling tinyvec_macros v0.1.1 |
1283 | 2024-07-19T18:07:22.317Z | Compiling native-tls v0.2.11 |
1284 | 2024-07-19T18:07:22.373Z | Compiling tinyvec v1.6.0 |
1285 | 2024-07-19T18:07:22.664Z | Compiling futures-sink v0.3.30 |
1286 | 2024-07-19T18:07:22.800Z | Compiling subtle v2.5.0 |
1287 | 2024-07-19T18:07:23.041Z | Compiling ucd-trie v0.1.6 |
1288 | 2024-07-19T18:07:23.070Z | Compiling const-oid v0.9.6 |
1289 | 2024-07-19T18:07:23.527Z | Compiling backtrace v0.3.71 |
1290 | 2024-07-19T18:07:23.552Z | Compiling cookie v0.17.0 |
1291 | 2024-07-19T18:07:23.643Z | Compiling unicode-normalization v0.1.23 |
1292 | 2024-07-19T18:07:23.937Z | Compiling dyn-clone v1.0.17 |
1293 | 2024-07-19T18:07:23.982Z | Compiling unicode-bidi v0.3.15 |
1294 | 2024-07-19T18:07:24.129Z | Compiling slog v2.7.0 |
1295 | 2024-07-19T18:07:24.573Z | Compiling futures-channel v0.3.30 |
1296 | 2024-07-19T18:07:24.924Z | Compiling futures-task v0.3.30 |
1297 | 2024-07-19T18:07:25.044Z | Compiling pin-utils v0.1.0 |
1298 | 2024-07-19T18:07:25.162Z | Compiling futures-io v0.3.30 |
1299 | 2024-07-19T18:07:25.458Z | Compiling aho-corasick v1.1.3 |
1300 | 2024-07-19T18:07:25.710Z | Compiling regex-syntax v0.8.3 |
1301 | 2024-07-19T18:07:25.825Z | Compiling winnow v0.5.40 |
1302 | 2024-07-19T18:07:25.960Z | Compiling anyhow v1.0.86 |
1303 | 2024-07-19T18:07:26.063Z | Compiling serde_derive v1.0.204 |
1304 | 2024-07-19T18:07:26.383Z | Compiling zerocopy-derive v0.7.34 |
1305 | 2024-07-19T18:07:27.455Z | Compiling zeroize_derive v1.4.2 |
1306 | 2024-07-19T18:07:28.011Z | Compiling thiserror-impl v1.0.62 |
1307 | 2024-07-19T18:07:28.555Z | Compiling zerocopy v0.7.34 |
1308 | 2024-07-19T18:07:28.806Z | Compiling tokio-macros v2.3.0 |
1309 | 2024-07-19T18:07:29.061Z | Compiling futures-macro v0.3.30 |
1310 | 2024-07-19T18:07:29.305Z | Compiling schemars_derive v0.8.21 |
1311 | 2024-07-19T18:07:30.064Z | Compiling tracing-attributes v0.1.27 |
1312 | 2024-07-19T18:07:30.354Z | Compiling hashbrown v0.14.5 |
1313 | 2024-07-19T18:07:30.389Z | Compiling zeroize v1.7.0 |
1314 | 2024-07-19T18:07:30.705Z | Compiling openssl-macros v0.1.1 |
1315 | 2024-07-19T18:07:31.278Z | Compiling scroll_derive v0.12.0 |
1316 | 2024-07-19T18:07:31.495Z | Compiling pest v2.7.10 |
1317 | 2024-07-19T18:07:31.719Z | Compiling crypto-common v0.1.6 |
1318 | 2024-07-19T18:07:31.743Z | Compiling futures-util v0.3.30 |
1319 | 2024-07-19T18:07:32.039Z | Compiling der_derive v0.7.2 |
1320 | 2024-07-19T18:07:32.709Z | Compiling untrusted v0.9.0 |
1321 | 2024-07-19T18:07:33.805Z | Compiling pest_meta v2.7.10 |
1322 | 2024-07-19T18:07:33.829Z | Compiling block-buffer v0.10.4 |
1323 | 2024-07-19T18:07:34.032Z | Compiling regex-automata v0.4.6 |
1324 | 2024-07-19T18:07:34.235Z | Compiling tracing-core v0.1.32 |
1325 | 2024-07-19T18:07:36.143Z | Compiling pest_generator v2.7.10 |
1326 | 2024-07-19T18:07:36.751Z | Compiling bytes v1.6.0 |
1327 | 2024-07-19T18:07:37.567Z | Compiling indexmap v2.2.6 |
1328 | 2024-07-19T18:07:38.303Z | Compiling tokio v1.38.1 |
1329 | 2024-07-19T18:07:38.472Z | Compiling bitflags v2.5.0 |
1330 | 2024-07-19T18:07:38.710Z | Compiling uuid v1.10.0 |
1331 | 2024-07-19T18:07:38.963Z | Compiling chrono v0.4.38 |
1332 | 2024-07-19T18:07:39.075Z | Compiling serde_tokenstream v0.2.1 |
1333 | 2024-07-19T18:07:40.180Z | Compiling serde_spanned v0.6.6 |
1334 | 2024-07-19T18:07:40.352Z | Compiling toml_datetime v0.6.6 |
1335 | 2024-07-19T18:07:40.713Z | Compiling http v0.2.12 |
1336 | 2024-07-19T18:07:42.609Z | Compiling toml_edit v0.19.15 |
1337 | 2024-07-19T18:07:42.989Z | Compiling rustc_version v0.4.0 |
1338 | 2024-07-19T18:07:43.014Z | Compiling pest_derive v2.7.10 |
1339 | 2024-07-19T18:07:43.539Z | Compiling usdt-impl v0.5.0 |
1340 | 2024-07-19T18:07:43.624Z | Compiling powerfmt v0.2.0 |
1341 | 2024-07-19T18:07:43.794Z | Compiling rustversion v1.0.17 |
1342 | 2024-07-19T18:07:44.050Z | Compiling deranged v0.3.11 |
1343 | 2024-07-19T18:07:44.354Z | Compiling heapless v0.7.17 |
1344 | 2024-07-19T18:07:44.688Z | Compiling tracing v0.1.40 |
1345 | 2024-07-19T18:07:44.948Z | Compiling digest v0.10.7 |
1346 | 2024-07-19T18:07:45.298Z | Compiling scroll v0.12.0 |
1347 | 2024-07-19T18:07:45.671Z | Compiling percent-encoding v2.3.1 |
1348 | 2024-07-19T18:07:45.782Z | Compiling signal-hook v0.3.17 |
1349 | 2024-07-19T18:07:45.818Z | Compiling plain v0.2.3 |
1350 | 2024-07-19T18:07:46.096Z | Compiling ppv-lite86 v0.2.17 |
1351 | 2024-07-19T18:07:46.190Z | Compiling num_threads v0.1.7 |
1352 | 2024-07-19T18:07:46.312Z | Compiling heck v0.4.1 |
1353 | 2024-07-19T18:07:46.453Z | Compiling time v0.3.36 |
1354 | 2024-07-19T18:07:46.664Z | Compiling goblin v0.8.2 |
1355 | 2024-07-19T18:07:46.727Z | Compiling rand_chacha v0.3.1 |
1356 | 2024-07-19T18:07:47.900Z | Compiling regex v1.10.5 |
1357 | 2024-07-19T18:07:48.818Z | Compiling crc32fast v1.4.0 |
1358 | 2024-07-19T18:07:49.176Z | Compiling strsim v0.11.1 |
1359 | 2024-07-19T18:07:49.827Z | Compiling pretty-hex v0.4.1 |
1360 | 2024-07-19T18:07:50.375Z | Compiling rand v0.8.5 |
1361 | 2024-07-19T18:07:50.434Z | Compiling tokio-util v0.7.11 |
1362 | 2024-07-19T18:07:51.518Z | Compiling dof v0.3.0 |
1363 | 2024-07-19T18:07:51.727Z | Compiling dtrace-parser v0.2.0 |
1364 | 2024-07-19T18:07:52.487Z | Compiling async-trait v0.1.81 |
1365 | 2024-07-19T18:07:52.756Z | Compiling thread-id v4.2.1 |
1366 | 2024-07-19T18:07:52.851Z | Compiling socket2 v0.4.10 |
1367 | 2024-07-19T18:07:53.005Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1368 | 2024-07-19T18:07:53.129Z | Compiling base64ct v1.6.0 |
1369 | 2024-07-19T18:07:53.189Z | Compiling unicode-width v0.1.13 |
1370 | 2024-07-19T18:07:53.384Z | Compiling foreign-types-shared v0.1.1 |
1371 | 2024-07-19T18:07:53.614Z | Compiling smoltcp v0.9.1 |
1372 | 2024-07-19T18:07:54.118Z | Compiling pem-rfc7468 v0.7.0 |
1373 | 2024-07-19T18:07:54.143Z | Compiling foreign-types v0.3.2 |
1374 | 2024-07-19T18:07:55.098Z | Compiling form_urlencoded v1.2.1 |
1375 | 2024-07-19T18:07:55.445Z | Compiling hmac v0.12.1 |
1376 | 2024-07-19T18:07:55.602Z | Compiling flagset v0.4.5 |
1377 | 2024-07-19T18:07:55.643Z | Compiling try-lock v0.2.5 |
1378 | 2024-07-19T18:07:55.785Z | Compiling adler v1.0.2 |
1379 | 2024-07-19T18:07:55.809Z | Compiling siphasher v0.3.11 |
1380 | 2024-07-19T18:07:55.964Z | Compiling base64 v0.21.7 |
1381 | 2024-07-19T18:07:56.008Z | Compiling want v0.3.1 |
1382 | 2024-07-19T18:07:56.118Z | Compiling miniz_oxide v0.7.2 |
1383 | 2024-07-19T18:07:56.236Z | Compiling der v0.7.9 |
1384 | 2024-07-19T18:07:57.412Z | Compiling h2 v0.3.26 |
1385 | 2024-07-19T18:07:57.670Z | Compiling sct v0.7.1 |
1386 | 2024-07-19T18:07:57.917Z | Compiling rustls-webpki v0.101.7 |
1387 | 2024-07-19T18:07:58.858Z | Compiling http-body v0.4.6 |
1388 | 2024-07-19T18:07:59.406Z | Compiling openapiv3 v2.0.0 |
1389 | 2024-07-19T18:07:59.776Z | Compiling hubpack_derive v0.1.1 |
1390 | 2024-07-19T18:07:59.936Z | Compiling zerocopy-derive v0.6.6 |
1391 | 2024-07-19T18:08:00.496Z | Compiling idna v0.5.0 |
1392 | 2024-07-19T18:08:00.654Z | Compiling lazy_static v1.5.0 |
1393 | 2024-07-19T18:08:00.765Z | Compiling errno v0.3.9 |
1394 | 2024-07-19T18:08:01.190Z | Compiling fs-err v2.11.0 |
1395 | 2024-07-19T18:08:01.373Z | Compiling tower-service v0.3.2 |
1396 | 2024-07-19T18:08:01.495Z | Compiling cpufeatures v0.2.12 |
1397 | 2024-07-19T18:08:01.519Z | Compiling finl_unicode v1.2.0 |
1398 | 2024-07-19T18:08:01.559Z | Compiling stable_deref_trait v1.2.0 |
1399 | 2024-07-19T18:08:01.592Z | Compiling anstyle v1.0.7 |
1400 | 2024-07-19T18:08:01.663Z | Compiling httpdate v1.0.3 |
1401 | 2024-07-19T18:08:02.046Z | Compiling utf8parse v0.2.1 |
1402 | 2024-07-19T18:08:02.156Z | Compiling gimli v0.28.1 |
1403 | 2024-07-19T18:08:02.297Z | Compiling openssl-probe v0.1.5 |
1404 | 2024-07-19T18:08:02.896Z | Compiling anstyle-parse v0.2.4 |
1405 | 2024-07-19T18:08:02.921Z | Compiling stringprep v0.1.4 |
1406 | 2024-07-19T18:08:03.097Z | Compiling sha2 v0.10.8 |
1407 | 2024-07-19T18:08:03.182Z | Compiling url v2.5.0 |
1408 | 2024-07-19T18:08:03.766Z | Compiling hyper v0.14.28 |
1409 | 2024-07-19T18:08:06.393Z | Compiling addr2line v0.21.0 |
1410 | 2024-07-19T18:08:07.201Z | Compiling spki v0.7.3 |
1411 | 2024-07-19T18:08:07.522Z | Compiling usdt-macro v0.5.0 |
1412 | 2024-07-19T18:08:07.558Z | Compiling usdt-attr-macro v0.5.0 |
1413 | 2024-07-19T18:08:08.752Z | Compiling md-5 v0.10.6 |
1414 | 2024-07-19T18:08:12.016Z | Compiling idna v0.3.0 |
1415 | 2024-07-19T18:08:12.185Z | Compiling diesel_table_macro_syntax v0.1.0 |
1416 | 2024-07-19T18:08:12.512Z | Compiling num-integer v0.1.46 |
1417 | 2024-07-19T18:08:13.114Z | Compiling object v0.32.2 |
1418 | 2024-07-19T18:08:13.155Z | Compiling hash32 v0.2.1 |
1419 | 2024-07-19T18:08:13.315Z | Compiling anstyle-query v1.0.3 |
1420 | 2024-07-19T18:08:13.452Z | Compiling is_terminal_polyfill v1.70.0 |
1421 | 2024-07-19T18:08:13.480Z | Compiling psl-types v2.0.11 |
1422 | 2024-07-19T18:08:13.563Z | Compiling colorchoice v1.0.1 |
1423 | 2024-07-19T18:08:13.712Z | Compiling rustc-demangle v0.1.24 |
1424 | 2024-07-19T18:08:14.235Z | Compiling fallible-iterator v0.2.0 |
1425 | 2024-07-19T18:08:15.541Z | Compiling postgres-protocol v0.6.6 |
1426 | 2024-07-19T18:08:19.203Z | Compiling anstream v0.6.14 |
1427 | 2024-07-19T18:08:19.499Z | Compiling publicsuffix v2.2.3 |
1428 | 2024-07-19T18:08:19.991Z | Compiling diesel_derives v2.1.4 |
1429 | 2024-07-19T18:08:21.508Z | Compiling tokio-rustls v0.24.1 |
1430 | 2024-07-19T18:08:24.494Z | Compiling pkcs8 v0.10.2 |
1431 | 2024-07-19T18:08:24.941Z | Compiling terminal_size v0.3.0 |
1432 | 2024-07-19T18:08:25.608Z | Compiling tokio-native-tls v0.3.1 |
1433 | 2024-07-19T18:08:25.831Z | Compiling phf_shared v0.11.2 |
1434 | 2024-07-19T18:08:26.265Z | Compiling strum_macros v0.25.3 |
1435 | 2024-07-19T18:08:26.584Z | Compiling enum-as-inner v0.5.1 |
1436 | 2024-07-19T18:08:26.699Z | Compiling block-padding v0.3.3 |
1437 | 2024-07-19T18:08:26.908Z | Compiling regress v0.9.1 |
1438 | 2024-07-19T18:08:27.448Z | Compiling clap_derive v4.5.8 |
1439 | 2024-07-19T18:08:27.524Z | Compiling serde_repr v0.1.19 |
1440 | 2024-07-19T18:08:28.941Z | Compiling ff v0.13.0 |
1441 | 2024-07-19T18:08:29.163Z | Compiling scheduled-thread-pool v0.2.7 |
1442 | 2024-07-19T18:08:29.607Z | Compiling encoding_rs v0.8.34 |
1443 | 2024-07-19T18:08:30.632Z | Compiling bit-vec v0.6.3 |
1444 | 2024-07-19T18:08:30.998Z | Compiling bitflags v1.3.2 |
1445 | 2024-07-19T18:08:31.022Z | Compiling clap_lex v0.7.0 |
1446 | 2024-07-19T18:08:31.076Z | Compiling ipnet v2.9.0 |
1447 | 2024-07-19T18:08:31.109Z | Compiling managed v0.8.0 |
1448 | 2024-07-19T18:08:31.408Z | Compiling mime v0.3.17 |
1449 | 2024-07-19T18:08:31.501Z | Compiling regex-automata v0.1.10 |
1450 | 2024-07-19T18:08:31.931Z | Compiling matches v0.1.10 |
1451 | 2024-07-19T18:08:32.024Z | Compiling either v1.12.0 |
1452 | 2024-07-19T18:08:32.107Z | Compiling base16ct v0.2.0 |
1453 | 2024-07-19T18:08:32.988Z | Compiling sec1 v0.7.3 |
1454 | 2024-07-19T18:08:33.024Z | Compiling idna v0.2.3 |
1455 | 2024-07-19T18:08:33.049Z | Compiling bstr v0.2.17 |
1456 | 2024-07-19T18:08:34.110Z | Compiling clap_builder v4.5.9 |
1457 | 2024-07-19T18:08:34.181Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1458 | 2024-07-19T18:08:35.218Z | Compiling r2d2 v0.8.10 |
1459 | 2024-07-19T18:08:36.451Z | Compiling group v0.13.0 |
1460 | 2024-07-19T18:08:37.774Z | Compiling inout v0.1.3 |
1461 | 2024-07-19T18:08:38.488Z | Compiling phf v0.11.2 |
1462 | 2024-07-19T18:08:38.739Z | Compiling hyper-tls v0.5.0 |
1463 | 2024-07-19T18:08:39.032Z | Compiling signal-hook-mio v0.2.3 |
1464 | 2024-07-19T18:08:39.091Z | Compiling hyper-rustls v0.24.2 |
1465 | 2024-07-19T18:08:39.130Z | Compiling cookie_store v0.20.0 |
1466 | 2024-07-19T18:08:39.397Z | Compiling postgres-types v0.2.6 |
1467 | 2024-07-19T18:08:39.439Z | Compiling num-bigint v0.4.5 |
1468 | 2024-07-19T18:08:40.259Z | Compiling zerocopy v0.6.6 |
1469 | 2024-07-19T18:08:40.531Z | Compiling hubpack v0.1.2 |
1470 | 2024-07-19T18:08:40.555Z | Compiling rustls-pemfile v1.0.4 |
1471 | 2024-07-19T18:08:40.871Z | Compiling phf_shared v0.10.0 |
1472 | 2024-07-19T18:08:40.896Z | Compiling hkdf v0.12.4 |
1473 | 2024-07-19T18:08:40.936Z | Compiling serde_urlencoded v0.7.1 |
1474 | 2024-07-19T18:08:41.198Z | Compiling crossbeam-epoch v0.9.18 |
1475 | 2024-07-19T18:08:41.435Z | Compiling ipnetwork v0.20.0 |
1476 | 2024-07-19T18:08:42.086Z | Compiling futures-executor v0.3.30 |
1477 | 2024-07-19T18:08:42.492Z | Compiling crypto-bigint v0.5.5 |
1478 | 2024-07-19T18:08:42.753Z | Compiling float-cmp v0.9.0 |
1479 | 2024-07-19T18:08:42.796Z | Compiling memmap v0.7.0 |
1480 | 2024-07-19T18:08:43.037Z | Compiling fixedbitset v0.4.2 |
1481 | 2024-07-19T18:08:43.392Z | Compiling predicates-core v1.0.6 |
1482 | 2024-07-19T18:08:43.514Z | Compiling data-encoding v2.6.0 |
1483 | 2024-07-19T18:08:43.677Z | Compiling static_assertions v1.1.0 |
1484 | 2024-07-19T18:08:43.765Z | Compiling unicode-segmentation v1.11.0 |
1485 | 2024-07-19T18:08:44.172Z | Compiling sync_wrapper v0.1.2 |
1486 | 2024-07-19T18:08:44.289Z | Compiling normalize-line-endings v0.3.0 |
1487 | 2024-07-19T18:08:44.394Z | Compiling webpki-roots v0.25.4 |
1488 | 2024-07-19T18:08:44.419Z | Compiling difflib v0.4.0 |
1489 | 2024-07-19T18:08:44.559Z | Compiling new_debug_unreachable v1.0.6 |
1490 | 2024-07-19T18:08:44.633Z | Compiling whoami v1.5.1 |
1491 | 2024-07-19T18:08:44.657Z | Compiling precomputed-hash v0.1.1 |
1492 | 2024-07-19T18:08:44.858Z | Compiling winnow v0.6.8 |
1493 | 2024-07-19T18:08:45.351Z | Compiling minimal-lexical v0.2.1 |
1494 | 2024-07-19T18:08:45.478Z | Compiling tokio-postgres v0.7.10 |
1495 | 2024-07-19T18:08:45.718Z | Compiling nom v7.1.3 |
1496 | 2024-07-19T18:08:45.761Z | Compiling elliptic-curve v0.13.8 |
1497 | 2024-07-19T18:08:46.345Z | Compiling reqwest v0.11.27 |
1498 | 2024-07-19T18:08:46.980Z | Compiling predicates v3.1.0 |
1499 | 2024-07-19T18:08:47.004Z | Compiling string_cache v0.8.7 |
1500 | 2024-07-19T18:08:47.354Z | Compiling similar v2.5.0 |
1501 | 2024-07-19T18:08:47.812Z | Compiling toml_edit v0.22.16 |
1502 | 2024-07-19T18:08:48.244Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1503 | 2024-07-19T18:08:48.597Z | Compiling trust-dns-proto v0.22.0 |
1504 | 2024-07-19T18:08:49.086Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1505 | 2024-07-19T18:08:49.147Z | Compiling petgraph v0.6.5 |
1506 | 2024-07-19T18:08:51.079Z | Compiling usdt v0.5.0 |
1507 | 2024-07-19T18:08:52.039Z | Compiling futures v0.3.30 |
1508 | 2024-07-19T18:08:52.148Z | Compiling diesel v2.1.6 |
1509 | 2024-07-19T18:08:52.175Z | Compiling yasna v0.5.2 |
1510 | 2024-07-19T18:08:52.741Z | Compiling crossterm v0.27.0 |
1511 | 2024-07-19T18:08:53.236Z | Compiling flate2 v1.0.30 |
1512 | 2024-07-19T18:08:53.508Z | Compiling cipher v0.4.4 |
1513 | 2024-07-19T18:08:53.906Z | Compiling clap v4.5.9 |
1514 | 2024-07-19T18:08:54.017Z | Compiling itertools v0.12.1 |
1515 | 2024-07-19T18:08:54.128Z | Compiling itertools v0.10.5 |
1516 | 2024-07-19T18:08:54.605Z | Compiling bit-set v0.5.3 |
1517 | 2024-07-19T18:08:54.880Z | Compiling num-iter v0.1.45 |
1518 | 2024-07-19T18:08:55.475Z | Compiling console v0.15.8 |
1519 | 2024-07-19T18:08:55.864Z | Compiling tokio-stream v0.1.15 |
1520 | 2024-07-19T18:08:56.417Z | Compiling toml v0.7.8 |
1521 | 2024-07-19T18:08:56.577Z | Compiling bstr v1.9.1 |
1522 | 2024-07-19T18:08:56.601Z | Compiling hex v0.4.3 |
1523 | 2024-07-19T18:08:56.939Z | Compiling peg-runtime v0.8.3 |
1524 | 2024-07-19T18:08:57.228Z | Compiling camino v1.1.7 |
1525 | 2024-07-19T18:08:57.342Z | Compiling lalrpop-util v0.19.12 |
1526 | 2024-07-19T18:08:57.403Z | Compiling unicode-xid v0.2.4 |
1527 | 2024-07-19T18:08:57.768Z | Compiling proc-macro-crate v1.3.1 |
1528 | 2024-07-19T18:08:58.885Z | Compiling heapless v0.8.0 |
1529 | 2024-07-19T18:08:59.545Z | Compiling num_enum_derive v0.5.11 |
1530 | 2024-07-19T18:09:05.150Z | Compiling hash32 v0.3.1 |
1531 | 2024-07-19T18:09:05.366Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1532 | 2024-07-19T18:09:05.629Z | Compiling rustls-pki-types v1.7.0 |
1533 | 2024-07-19T18:09:06.509Z | Compiling ident_case v1.0.1 |
1534 | 2024-07-19T18:09:06.717Z | Compiling smoltcp v0.11.0 |
1535 | 2024-07-19T18:09:07.399Z | Compiling darling_core v0.20.9 |
1536 | 2024-07-19T18:09:16.112Z | Compiling num_enum v0.5.11 |
1537 | 2024-07-19T18:09:16.726Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1538 | 2024-07-19T18:09:17.163Z | Compiling getopts v0.2.21 |
1539 | 2024-07-19T18:09:18.821Z | Compiling dirs-sys-next v0.1.2 |
1540 | 2024-07-19T18:09:19.328Z | Compiling proc-macro-error-attr v1.0.4 |
1541 | 2024-07-19T18:09:19.602Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1542 | 2024-07-19T18:09:19.730Z | Compiling cobs v0.2.3 |
1543 | 2024-07-19T18:09:19.868Z | Compiling unsafe-libyaml v0.2.11 |
1544 | 2024-07-19T18:09:20.116Z | Compiling rustls v0.22.4 |
1545 | 2024-07-19T18:09:20.454Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1546 | 2024-07-19T18:09:21.230Z | Compiling embedded-io v0.4.0 |
1547 | 2024-07-19T18:09:21.266Z | Compiling paste v1.0.15 |
1548 | 2024-07-19T18:09:21.433Z | Compiling postcard v1.0.8 |
1549 | 2024-07-19T18:09:22.204Z | Compiling serde_yaml v0.9.34+deprecated |
1550 | 2024-07-19T18:09:23.896Z | Compiling dirs-next v2.0.0 |
1551 | 2024-07-19T18:09:25.137Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1552 | 2024-07-19T18:09:27.616Z | Compiling darling_macro v0.20.9 |
1553 | 2024-07-19T18:09:28.394Z | Compiling rustls-webpki v0.102.4 |
1554 | 2024-07-19T18:09:34.599Z | Compiling strum_macros v0.26.4 |
1555 | 2024-07-19T18:09:34.703Z | Compiling foreign-types-macros v0.2.3 |
1556 | 2024-07-19T18:09:35.296Z | Compiling structmeta-derive v0.3.0 |
1557 | 2024-07-19T18:09:35.815Z | Compiling thread_local v1.1.8 |
1558 | 2024-07-19T18:09:36.213Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1559 | 2024-07-19T18:09:36.429Z | Compiling multer v3.1.0 |
1560 | 2024-07-19T18:09:36.453Z | Compiling proc-macro-error v1.0.4 |
1561 | 2024-07-19T18:09:37.838Z | Compiling slog-async v2.8.0 |
1562 | 2024-07-19T18:09:38.386Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1563 | 2024-07-19T18:09:38.696Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1564 | 2024-07-19T18:09:38.831Z | Compiling match_cfg v0.1.0 |
1565 | 2024-07-19T18:09:39.115Z | Compiling foreign-types-shared v0.3.1 |
1566 | 2024-07-19T18:09:39.224Z | Compiling foreign-types v0.5.0 |
1567 | 2024-07-19T18:09:39.254Z | Compiling hostname v0.3.1 |
1568 | 2024-07-19T18:09:39.329Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1569 | 2024-07-19T18:09:42.082Z | Compiling strum v0.26.3 |
1570 | 2024-07-19T18:09:42.664Z | Compiling structmeta v0.3.0 |
1571 | 2024-07-19T18:09:46.050Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1572 | 2024-07-19T18:09:47.766Z | Compiling darling v0.20.9 |
1573 | 2024-07-19T18:09:50.089Z | Compiling term v0.7.0 |
1574 | 2024-07-19T18:09:55.300Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1575 | 2024-07-19T18:09:58.175Z | Compiling slog-json v2.6.1 |
1576 | 2024-07-19T18:09:58.464Z | Compiling tabwriter v1.4.0 |
1577 | 2024-07-19T18:09:58.606Z | Compiling crossbeam-channel v0.5.12 |
1578 | 2024-07-19T18:09:59.102Z | Compiling http v1.1.0 |
1579 | 2024-07-19T18:09:59.491Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1580 | 2024-07-19T18:09:59.986Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1581 | 2024-07-19T18:10:00.010Z | Compiling async-stream-impl v0.3.5 |
1582 | 2024-07-19T18:10:00.112Z | Compiling cstr-argument v0.1.2 |
1583 | 2024-07-19T18:10:00.331Z | Compiling is-terminal v0.4.12 |
1584 | 2024-07-19T18:10:00.445Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1585 | 2024-07-19T18:10:00.681Z | Compiling rayon-core v1.12.1 |
1586 | 2024-07-19T18:10:00.892Z | Compiling take_mut v0.2.2 |
1587 | 2024-07-19T18:10:00.998Z | Compiling pretty-hex v0.2.1 |
1588 | 2024-07-19T18:10:01.031Z | Compiling base64 v0.22.1 |
1589 | 2024-07-19T18:10:01.055Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1590 | 2024-07-19T18:10:01.080Z | Compiling crucible-workspace-hack v0.1.0 |
1591 | 2024-07-19T18:10:01.271Z | Compiling fastrand v2.1.0 |
1592 | 2024-07-19T18:10:01.295Z | Compiling atomic-waker v1.1.2 |
1593 | 2024-07-19T18:10:01.467Z | Compiling rustls-pemfile v2.1.2 |
1594 | 2024-07-19T18:10:01.842Z | Compiling tempfile v3.10.1 |
1595 | 2024-07-19T18:10:01.916Z | Compiling waitgroup v0.1.2 |
1596 | 2024-07-19T18:10:02.097Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1597 | 2024-07-19T18:10:02.123Z | Compiling async-stream v0.3.5 |
1598 | 2024-07-19T18:10:02.649Z | Compiling slog-term v2.9.1 |
1599 | 2024-07-19T18:10:02.925Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1600 | 2024-07-19T18:10:03.495Z | Compiling slog-bunyan v2.5.0 |
1601 | 2024-07-19T18:10:03.689Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1602 | 2024-07-19T18:10:03.878Z | Compiling tokio-rustls v0.25.0 |
1603 | 2024-07-19T18:10:04.237Z | Compiling serde_with_macros v3.8.3 |
1604 | 2024-07-19T18:10:04.343Z | Compiling parse-display-derive v0.9.1 |
1605 | 2024-07-19T18:10:04.679Z | Compiling toml v0.8.15 |
1606 | 2024-07-19T18:10:04.707Z | Compiling sha1 v0.10.6 |
1607 | 2024-07-19T18:10:04.873Z | Compiling crossbeam-deque v0.8.5 |
1608 | 2024-07-19T18:10:05.210Z | Compiling colored v2.1.0 |
1609 | 2024-07-19T18:10:05.302Z | Compiling newtype-uuid v1.1.0 |
1610 | 2024-07-19T18:10:05.587Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1611 | 2024-07-19T18:10:06.260Z | Compiling serde_path_to_error v0.1.16 |
1612 | 2024-07-19T18:10:06.430Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1613 | 2024-07-19T18:10:06.995Z | Compiling hostname v0.4.0 |
1614 | 2024-07-19T18:10:07.095Z | Compiling instant v0.1.12 |
1615 | 2024-07-19T18:10:07.214Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1616 | 2024-07-19T18:10:07.245Z | Compiling debug-ignore v1.0.5 |
1617 | 2024-07-19T18:10:07.383Z | Compiling backoff v0.4.0 |
1618 | 2024-07-19T18:10:07.557Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1619 | 2024-07-19T18:10:07.602Z | Compiling parse-display v0.9.1 |
1620 | 2024-07-19T18:10:07.685Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1621 | 2024-07-19T18:10:07.864Z | Compiling serde_with v3.8.3 |
1622 | 2024-07-19T18:10:09.081Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1623 | 2024-07-19T18:10:10.215Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1624 | 2024-07-19T18:10:11.162Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1625 | 2024-07-19T18:10:11.275Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1626 | 2024-07-19T18:10:11.486Z | Compiling camino-tempfile v1.1.1 |
1627 | 2024-07-19T18:10:11.836Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1628 | 2024-07-19T18:10:12.152Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1629 | 2024-07-19T18:10:12.225Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1630 | 2024-07-19T18:10:12.309Z | Compiling macaddr v1.0.1 |
1631 | 2024-07-19T18:10:12.811Z | Compiling num-derive v0.4.2 |
1632 | 2024-07-19T18:10:13.027Z | Compiling sigpipe v0.1.3 |
1633 | 2024-07-19T18:10:13.149Z | Compiling libefi-sys v0.1.0 |
1634 | 2024-07-19T18:10:13.397Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1635 | 2024-07-19T18:10:13.856Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1636 | 2024-07-19T18:10:14.495Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1637 | 2024-07-19T18:10:15.274Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1638 | 2024-07-19T18:10:15.402Z | Compiling rayon v1.10.0 |
1639 | 2024-07-19T18:10:15.832Z | Compiling smf v0.2.3 |
1640 | 2024-07-19T18:10:16.307Z | Compiling bitfield-struct v0.6.1 |
1641 | 2024-07-19T18:10:16.523Z | Compiling ring v0.16.20 |
1642 | 2024-07-19T18:10:17.318Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1643 | 2024-07-19T18:10:17.347Z | Compiling blake3 v1.5.1 |
1644 | 2024-07-19T18:10:17.614Z | Compiling portable-atomic v1.6.0 |
1645 | 2024-07-19T18:10:18.121Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1646 | 2024-07-19T18:10:18.522Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1647 | 2024-07-19T18:10:18.740Z | Compiling xattr v1.3.1 |
1648 | 2024-07-19T18:10:18.763Z | Compiling filetime v0.2.23 |
1649 | 2024-07-19T18:10:19.100Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1650 | 2024-07-19T18:10:19.125Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1651 | 2024-07-19T18:10:19.516Z | Compiling memmap2 v0.9.4 |
1652 | 2024-07-19T18:10:20.044Z | Compiling same-file v1.0.6 |
1653 | 2024-07-19T18:10:20.125Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1654 | 2024-07-19T18:10:20.241Z | Compiling spin v0.5.2 |
1655 | 2024-07-19T18:10:20.277Z | Compiling untrusted v0.7.1 |
1656 | 2024-07-19T18:10:20.439Z | Compiling arrayref v0.3.7 |
1657 | 2024-07-19T18:10:20.482Z | Compiling arrayvec v0.7.4 |
1658 | 2024-07-19T18:10:20.537Z | Compiling constant_time_eq v0.3.0 |
1659 | 2024-07-19T18:10:20.693Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1660 | 2024-07-19T18:10:21.847Z | Compiling walkdir v2.5.0 |
1661 | 2024-07-19T18:10:22.067Z | Compiling tar v0.4.41 |
1662 | 2024-07-19T18:10:23.110Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1663 | 2024-07-19T18:10:23.960Z | Compiling cargo-platform v0.1.8 |
1664 | 2024-07-19T18:10:24.890Z | Compiling gethostname v0.4.3 |
1665 | 2024-07-19T18:10:24.988Z | Compiling number_prefix v0.4.0 |
1666 | 2024-07-19T18:10:25.141Z | Compiling topological-sort v0.2.2 |
1667 | 2024-07-19T18:10:25.217Z | Compiling indicatif v0.17.8 |
1668 | 2024-07-19T18:10:25.253Z | Compiling cargo_metadata v0.18.1 |
1669 | 2024-07-19T18:10:25.378Z | Compiling omicron-zone-package v0.11.0 |
1670 | 2024-07-19T18:10:28.533Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1671 | 2024-07-19T18:10:31.198Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1672 | 2024-07-19T18:10:33.153Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1673 | 2024-07-19T18:10:35.239Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1674 | 2024-07-19T18:10:53.524Z | Finished `release` profile [optimized] target(s) in 3m 43s |
1675 | 2024-07-19T18:10:53.620Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1676 | 2024-07-19T18:10:53.678Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1677 | 2024-07-19T18:10:53.703Z | Created new build target 'test' and set it as active |
1678 | 2024-07-19T18:10:53.704Z | |
1679 | 2024-07-19T18:10:53.704Z | real 3:43.507022700 |
1680 | 2024-07-19T18:10:53.704Z | user 24:26.329454575 |
1681 | 2024-07-19T18:10:53.704Z | sys 3:21.739226244 |
1682 | 2024-07-19T18:10:53.704Z | trap 0.859601519 |
1683 | 2024-07-19T18:10:53.704Z | tflt 0.923110524 |
1684 | 2024-07-19T18:10:53.704Z | dflt 0.702389558 |
1685 | 2024-07-19T18:10:53.704Z | kflt 0.005219572 |
1686 | 2024-07-19T18:10:53.704Z | lock 50:05.936225205 |
1687 | 2024-07-19T18:10:53.704Z | slp 1:08:03.952996013 |
1688 | 2024-07-19T18:10:53.704Z | lat 1:50.201359762 |
1689 | 2024-07-19T18:10:53.704Z | stop 2:46.301474435 |
1690 | 2024-07-19T18:10:53.704Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1691 | 2024-07-19T18:10:54.868Z | Finished `release` profile [optimized] target(s) in 1.11s |
1692 | 2024-07-19T18:10:54.913Z | Running `target/release/omicron-package -t test package` |
1693 | 2024-07-19T18:10:54.961Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1694 | 2024-07-19T18:10:56.317Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1695 | 2024-07-19T18:10:56.341Z | Compiling camino v1.1.7 |
1696 | 2024-07-19T18:10:56.366Z | Compiling derive-where v1.2.7 |
1697 | 2024-07-19T18:10:56.366Z | Compiling humantime v2.1.0 |
1698 | 2024-07-19T18:10:56.390Z | Compiling newline-converter v0.3.0 |
1699 | 2024-07-19T18:10:56.415Z | Compiling toml v0.8.15 |
1700 | 2024-07-19T18:10:56.415Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1701 | 2024-07-19T18:10:56.448Z | Compiling dirs-sys-next v0.1.2 |
1702 | 2024-07-19T18:10:56.563Z | Compiling expectorate v1.1.0 |
1703 | 2024-07-19T18:10:56.588Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1704 | 2024-07-19T18:10:56.733Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1705 | 2024-07-19T18:10:56.825Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1706 | 2024-07-19T18:10:56.923Z | Compiling dirs-next v2.0.0 |
1707 | 2024-07-19T18:10:57.027Z | Compiling password-hash v0.5.0 |
1708 | 2024-07-19T18:10:57.068Z | Compiling blake2 v0.10.6 |
1709 | 2024-07-19T18:10:57.092Z | Compiling prettyplease v0.2.20 |
1710 | 2024-07-19T18:10:57.214Z | Compiling term v0.7.0 |
1711 | 2024-07-19T18:10:57.326Z | Compiling is-terminal v0.4.12 |
1712 | 2024-07-19T18:10:57.441Z | Compiling semver v0.1.20 |
1713 | 2024-07-19T18:10:57.749Z | Compiling argon2 v0.5.3 |
1714 | 2024-07-19T18:10:57.915Z | Compiling home v0.5.9 |
1715 | 2024-07-19T18:10:57.994Z | Compiling rustc_version v0.1.7 |
1716 | 2024-07-19T18:10:58.152Z | Compiling convert_case v0.4.0 |
1717 | 2024-07-19T18:10:58.311Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1718 | 2024-07-19T18:10:58.360Z | Compiling newtype_derive v0.1.6 |
1719 | 2024-07-19T18:10:58.658Z | Compiling linked-hash-map v0.5.6 |
1720 | 2024-07-19T18:10:58.831Z | Compiling rustls-pki-types v1.7.0 |
1721 | 2024-07-19T18:10:58.856Z | Compiling derive_more v0.99.18 |
1722 | 2024-07-19T18:10:58.979Z | Compiling lru-cache v0.1.2 |
1723 | 2024-07-19T18:10:59.003Z | Compiling steno v0.4.1 |
1724 | 2024-07-19T18:10:59.164Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1725 | 2024-07-19T18:10:59.463Z | Compiling rustls-webpki v0.102.4 |
1726 | 2024-07-19T18:10:59.639Z | Compiling rustls v0.22.4 |
1727 | 2024-07-19T18:10:59.663Z | Compiling thread_local v1.1.8 |
1728 | 2024-07-19T18:11:00.078Z | Compiling match_cfg v0.1.0 |
1729 | 2024-07-19T18:11:00.166Z | Compiling hostname v0.3.1 |
1730 | 2024-07-19T18:11:00.960Z | Compiling multer v3.1.0 |
1731 | 2024-07-19T18:11:01.020Z | Compiling slog-async v2.8.0 |
1732 | 2024-07-19T18:11:01.078Z | Compiling slog-json v2.6.1 |
1733 | 2024-07-19T18:11:01.115Z | Compiling crossbeam-channel v0.5.12 |
1734 | 2024-07-19T18:11:01.368Z | Compiling http v1.1.0 |
1735 | 2024-07-19T18:11:01.810Z | Compiling base64 v0.22.1 |
1736 | 2024-07-19T18:11:01.936Z | Compiling take_mut v0.2.2 |
1737 | 2024-07-19T18:11:02.070Z | Compiling atomic-waker v1.1.2 |
1738 | 2024-07-19T18:11:02.227Z | Compiling rustls-pemfile v2.1.2 |
1739 | 2024-07-19T18:11:02.390Z | Compiling waitgroup v0.1.2 |
1740 | 2024-07-19T18:11:03.222Z | Compiling slog-bunyan v2.5.0 |
1741 | 2024-07-19T18:11:03.367Z | Compiling slog-term v2.9.1 |
1742 | 2024-07-19T18:11:03.399Z | Compiling async-stream v0.3.5 |
1743 | 2024-07-19T18:11:03.458Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1744 | 2024-07-19T18:11:03.523Z | Compiling sha1 v0.10.6 |
1745 | 2024-07-19T18:11:03.663Z | Compiling newtype-uuid v1.1.0 |
1746 | 2024-07-19T18:11:03.867Z | Compiling tokio-rustls v0.25.0 |
1747 | 2024-07-19T18:11:03.917Z | Compiling serde_path_to_error v0.1.16 |
1748 | 2024-07-19T18:11:04.207Z | Compiling hostname v0.4.0 |
1749 | 2024-07-19T18:11:04.285Z | Compiling instant v0.1.12 |
1750 | 2024-07-19T18:11:04.414Z | Compiling slog-dtrace v0.3.0 |
1751 | 2024-07-19T18:11:04.439Z | Compiling debug-ignore v1.0.5 |
1752 | 2024-07-19T18:11:04.561Z | Compiling termcolor v1.4.1 |
1753 | 2024-07-19T18:11:04.600Z | Compiling backoff v0.4.0 |
1754 | 2024-07-19T18:11:04.738Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1755 | 2024-07-19T18:11:04.929Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1756 | 2024-07-19T18:11:04.978Z | Compiling parse-display v0.9.1 |
1757 | 2024-07-19T18:11:05.428Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1758 | 2024-07-19T18:11:05.481Z | Compiling serde_with v3.8.3 |
1759 | 2024-07-19T18:11:05.585Z | Compiling strum v0.26.3 |
1760 | 2024-07-19T18:11:05.737Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1761 | 2024-07-19T18:11:06.572Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1762 | 2024-07-19T18:11:07.123Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1763 | 2024-07-19T18:11:07.266Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1764 | 2024-07-19T18:11:07.592Z | Compiling num-rational v0.4.2 |
1765 | 2024-07-19T18:11:07.627Z | Compiling num-complex v0.4.6 |
1766 | 2024-07-19T18:11:08.490Z | Compiling macaddr v1.0.1 |
1767 | 2024-07-19T18:11:08.629Z | Compiling swrite v0.1.0 |
1768 | 2024-07-19T18:11:08.745Z | Compiling num v0.4.3 |
1769 | 2024-07-19T18:11:09.926Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1770 | 2024-07-19T18:11:10.141Z | Compiling quick-error v1.2.3 |
1771 | 2024-07-19T18:11:10.276Z | Compiling float-ord v0.3.2 |
1772 | 2024-07-19T18:11:10.412Z | Compiling resolv-conf v0.7.0 |
1773 | 2024-07-19T18:11:10.982Z | Compiling radium v0.7.0 |
1774 | 2024-07-19T18:11:11.088Z | Compiling utf-8 v0.7.6 |
1775 | 2024-07-19T18:11:11.360Z | Compiling trust-dns-resolver v0.22.0 |
1776 | 2024-07-19T18:11:11.397Z | Compiling rayon-core v1.12.1 |
1777 | 2024-07-19T18:11:11.422Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1778 | 2024-07-19T18:11:11.686Z | Compiling crossbeam-deque v0.8.5 |
1779 | 2024-07-19T18:11:11.984Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1780 | 2024-07-19T18:11:16.144Z | Compiling fastrand v2.1.0 |
1781 | 2024-07-19T18:11:16.560Z | Compiling display-error-chain v0.2.0 |
1782 | 2024-07-19T18:11:16.712Z | Compiling maybe-uninit v2.0.0 |
1783 | 2024-07-19T18:11:16.969Z | Compiling tap v1.0.1 |
1784 | 2024-07-19T18:11:17.098Z | Compiling same-file v1.0.6 |
1785 | 2024-07-19T18:11:17.139Z | Compiling wyz v0.5.1 |
1786 | 2024-07-19T18:11:17.292Z | Compiling walkdir v2.5.0 |
1787 | 2024-07-19T18:11:17.601Z | Compiling tempfile v3.10.1 |
1788 | 2024-07-19T18:11:19.565Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1789 | 2024-07-19T18:11:19.922Z | Compiling maplit v1.0.2 |
1790 | 2024-07-19T18:11:20.029Z | Compiling funty v2.0.0 |
1791 | 2024-07-19T18:11:21.736Z | Compiling crunchy v0.2.2 |
1792 | 2024-07-19T18:11:22.052Z | Compiling glob v0.3.1 |
1793 | 2024-07-19T18:11:22.164Z | Compiling num-bigint-dig v0.8.4 |
1794 | 2024-07-19T18:11:22.432Z | Compiling crc-catalog v2.4.0 |
1795 | 2024-07-19T18:11:22.585Z | Compiling packed_struct v0.10.1 |
1796 | 2024-07-19T18:11:22.784Z | Compiling clang-sys v1.7.0 |
1797 | 2024-07-19T18:11:22.998Z | Compiling crc v3.2.1 |
1798 | 2024-07-19T18:11:23.455Z | Compiling bitvec v1.0.1 |
1799 | 2024-07-19T18:11:24.542Z | Compiling blake3 v1.5.1 |
1800 | 2024-07-19T18:11:24.917Z | Compiling ring v0.16.20 |
1801 | 2024-07-19T18:11:26.704Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1802 | 2024-07-19T18:11:27.281Z | Compiling rayon v1.10.0 |
1803 | 2024-07-19T18:11:28.186Z | Compiling xattr v1.3.1 |
1804 | 2024-07-19T18:11:28.419Z | Compiling nibble_vec v0.1.0 |
1805 | 2024-07-19T18:11:28.443Z | Compiling packed_struct_codegen v0.10.1 |
1806 | 2024-07-19T18:11:28.623Z | Compiling filetime v0.2.23 |
1807 | 2024-07-19T18:11:28.894Z | Compiling memmap2 v0.9.4 |
1808 | 2024-07-19T18:11:29.259Z | Compiling indexmap v1.9.3 |
1809 | 2024-07-19T18:11:29.498Z | Compiling endian-type v0.1.2 |
1810 | 2024-07-19T18:11:29.725Z | Compiling arrayvec v0.7.4 |
1811 | 2024-07-19T18:11:30.072Z | Compiling arrayref v0.3.7 |
1812 | 2024-07-19T18:11:30.173Z | Compiling spin v0.5.2 |
1813 | 2024-07-19T18:11:30.384Z | Compiling constant_time_eq v0.3.0 |
1814 | 2024-07-19T18:11:30.530Z | Compiling untrusted v0.7.1 |
1815 | 2024-07-19T18:11:30.554Z | Compiling cancel-safe-futures v0.1.5 |
1816 | 2024-07-19T18:11:30.610Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1817 | 2024-07-19T18:11:30.707Z | Compiling tiny-keccak v2.0.2 |
1818 | 2024-07-19T18:11:30.757Z | Compiling nodrop v0.1.14 |
1819 | 2024-07-19T18:11:30.866Z | Compiling array-init v0.0.4 |
1820 | 2024-07-19T18:11:31.174Z | Compiling radix_trie v0.2.1 |
1821 | 2024-07-19T18:11:31.861Z | Compiling tar v0.4.41 |
1822 | 2024-07-19T18:11:31.951Z | Compiling smallvec v0.6.14 |
1823 | 2024-07-19T18:11:32.329Z | Compiling camino-tempfile v1.1.1 |
1824 | 2024-07-19T18:11:32.353Z | Compiling toolchain_find v0.4.0 |
1825 | 2024-07-19T18:11:32.708Z | Compiling pkcs1 v0.7.5 |
1826 | 2024-07-19T18:11:32.822Z | Compiling signature v2.2.0 |
1827 | 2024-07-19T18:11:33.062Z | Compiling topological-sort v0.2.2 |
1828 | 2024-07-19T18:11:33.255Z | Compiling bitfield v0.14.0 |
1829 | 2024-07-19T18:11:33.371Z | Compiling hashbrown v0.12.3 |
1830 | 2024-07-19T18:11:33.494Z | Compiling omicron-zone-package v0.11.0 |
1831 | 2024-07-19T18:11:33.717Z | Compiling rustfmt-wrapper v0.2.1 |
1832 | 2024-07-19T18:11:34.202Z | Compiling rsa v0.9.6 |
1833 | 2024-07-19T18:11:34.323Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1834 | 2024-07-19T18:11:35.486Z | Compiling serde-hex v0.1.0 |
1835 | 2024-07-19T18:11:36.139Z | Compiling bzip2 v0.4.4 |
1836 | 2024-07-19T18:11:37.128Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1837 | 2024-07-19T18:11:37.402Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1838 | 2024-07-19T18:11:38.005Z | Compiling env_logger v0.10.2 |
1839 | 2024-07-19T18:11:38.606Z | Compiling ascii-canvas v3.0.0 |
1840 | 2024-07-19T18:11:39.022Z | Compiling x509-cert v0.2.5 |
1841 | 2024-07-19T18:11:39.479Z | Compiling ron v0.8.1 |
1842 | 2024-07-19T18:11:39.990Z | Compiling hashbrown v0.13.2 |
1843 | 2024-07-19T18:11:40.558Z | Compiling ena v0.14.3 |
1844 | 2024-07-19T18:11:40.913Z | Compiling libloading v0.8.3 |
1845 | 2024-07-19T18:11:41.088Z | Compiling diff v0.1.13 |
1846 | 2024-07-19T18:11:41.249Z | Compiling crc-any v2.5.0 |
1847 | 2024-07-19T18:11:41.567Z | Compiling bindgen v0.69.4 |
1848 | 2024-07-19T18:11:41.934Z | Compiling regex-syntax v0.6.29 |
1849 | 2024-07-19T18:11:44.127Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1850 | 2024-07-19T18:11:44.352Z | Compiling lalrpop v0.19.12 |
1851 | 2024-07-19T18:11:46.090Z | Compiling object v0.30.4 |
1852 | 2024-07-19T18:11:48.359Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1853 | 2024-07-19T18:11:49.751Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1854 | 2024-07-19T18:11:50.697Z | Compiling zip v0.6.6 |
1855 | 2024-07-19T18:11:53.018Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1856 | 2024-07-19T18:11:53.696Z | Compiling which v4.4.2 |
1857 | 2024-07-19T18:11:53.911Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1858 | 2024-07-19T18:11:54.089Z | Compiling cexpr v0.6.0 |
1859 | 2024-07-19T18:11:54.163Z | Compiling half v2.4.1 |
1860 | 2024-07-19T18:11:54.774Z | Compiling ciborium-io v0.2.2 |
1861 | 2024-07-19T18:11:54.894Z | Compiling arc-swap v1.7.1 |
1862 | 2024-07-19T18:11:55.394Z | Compiling ref-cast v1.0.23 |
1863 | 2024-07-19T18:11:55.456Z | Compiling lazycell v1.3.0 |
1864 | 2024-07-19T18:11:55.605Z | Compiling path-slash v0.1.5 |
1865 | 2024-07-19T18:11:55.764Z | Compiling shlex v1.3.0 |
1866 | 2024-07-19T18:11:55.813Z | Compiling rustc-hash v1.1.0 |
1867 | 2024-07-19T18:11:56.090Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1868 | 2024-07-19T18:11:56.578Z | Compiling slog-scope v4.4.0 |
1869 | 2024-07-19T18:11:57.122Z | Compiling ciborium-ll v0.2.2 |
1870 | 2024-07-19T18:11:57.313Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1871 | 2024-07-19T18:11:57.537Z | Compiling derive_builder_core v0.20.0 |
1872 | 2024-07-19T18:11:57.561Z | Compiling headers-core v0.2.0 |
1873 | 2024-07-19T18:11:57.702Z | Compiling fxhash v0.2.1 |
1874 | 2024-07-19T18:11:57.891Z | Compiling libxml v0.3.3 |
1875 | 2024-07-19T18:11:58.156Z | Compiling ref-cast-impl v1.0.23 |
1876 | 2024-07-19T18:11:59.223Z | Compiling headers v0.3.9 |
1877 | 2024-07-19T18:11:59.291Z | Compiling derive_builder_macro v0.20.0 |
1878 | 2024-07-19T18:12:00.011Z | Compiling ciborium v0.2.2 |
1879 | 2024-07-19T18:12:01.753Z | Compiling slog-stdlog v4.1.1 |
1880 | 2024-07-19T18:12:01.975Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1881 | 2024-07-19T18:12:02.444Z | Compiling tungstenite v0.21.0 |
1882 | 2024-07-19T18:12:02.541Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1883 | 2024-07-19T18:12:02.771Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1884 | 2024-07-19T18:12:04.421Z | Compiling libsw v3.3.1 |
1885 | 2024-07-19T18:12:04.723Z | Compiling strum_macros v0.24.3 |
1886 | 2024-07-19T18:12:05.527Z | Compiling async-recursion v1.1.1 |
1887 | 2024-07-19T18:12:05.817Z | Compiling polar-core v0.27.3 |
1888 | 2024-07-19T18:12:06.663Z | Compiling atty v0.2.14 |
1889 | 2024-07-19T18:12:06.723Z | Compiling cookie v0.18.1 |
1890 | 2024-07-19T18:12:06.813Z | Compiling linear-map v1.2.0 |
1891 | 2024-07-19T18:12:06.838Z | Compiling owo-colors v4.0.0 |
1892 | 2024-07-19T18:12:06.990Z | Compiling indoc v1.0.9 |
1893 | 2024-07-19T18:12:07.497Z | Compiling tokio-tungstenite v0.21.0 |
1894 | 2024-07-19T18:12:07.653Z | Compiling samael v0.0.15 |
1895 | 2024-07-19T18:12:07.754Z | Compiling slog-envlogger v2.2.0 |
1896 | 2024-07-19T18:12:07.995Z | Compiling derive_builder v0.20.0 |
1897 | 2024-07-19T18:12:08.691Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1898 | 2024-07-19T18:12:09.060Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1899 | 2024-07-19T18:12:09.292Z | Compiling pem v3.0.4 |
1900 | 2024-07-19T18:12:09.856Z | Compiling impl-trait-for-tuples v0.2.2 |
1901 | 2024-07-19T18:12:10.609Z | Compiling oso-derive v0.27.3 |
1902 | 2024-07-19T18:12:11.378Z | Compiling quick-xml v0.31.0 |
1903 | 2024-07-19T18:12:12.044Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1904 | 2024-07-19T18:12:12.287Z | Compiling cfg_aliases v0.1.1 |
1905 | 2024-07-19T18:12:12.391Z | Compiling nix v0.28.0 |
1906 | 2024-07-19T18:12:12.967Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1907 | 2024-07-19T18:12:14.170Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1908 | 2024-07-19T18:12:14.440Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1909 | 2024-07-19T18:12:14.659Z | Compiling bb8 v0.8.5 |
1910 | 2024-07-19T18:12:14.744Z | Compiling const_format_proc_macros v0.2.32 |
1911 | 2024-07-19T18:12:15.136Z | Compiling vte_generate_state_changes v0.1.1 |
1912 | 2024-07-19T18:12:15.573Z | Compiling unicase v2.7.0 |
1913 | 2024-07-19T18:12:15.806Z | Compiling buf-list v1.0.3 |
1914 | 2024-07-19T18:12:16.278Z | Compiling const_format v0.2.32 |
1915 | 2024-07-19T18:12:16.311Z | Compiling vte v0.11.1 |
1916 | 2024-07-19T18:12:17.059Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1917 | 2024-07-19T18:12:17.372Z | Compiling tungstenite v0.20.1 |
1918 | 2024-07-19T18:12:17.617Z | Compiling fd-lock v4.0.2 |
1919 | 2024-07-19T18:12:17.728Z | Compiling pin-project-internal v1.1.5 |
1920 | 2024-07-19T18:12:17.837Z | Compiling memoffset v0.9.1 |
1921 | 2024-07-19T18:12:18.068Z | Compiling bytecount v0.6.8 |
1922 | 2024-07-19T18:12:18.325Z | Compiling parking_lot_core v0.8.6 |
1923 | 2024-07-19T18:12:18.684Z | Compiling tokio-tungstenite v0.20.1 |
1924 | 2024-07-19T18:12:19.163Z | Compiling papergrid v0.11.0 |
1925 | 2024-07-19T18:12:19.928Z | Compiling pin-project v1.1.5 |
1926 | 2024-07-19T18:12:21.581Z | Compiling strip-ansi-escapes v0.2.0 |
1927 | 2024-07-19T18:12:23.035Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1928 | 2024-07-19T18:12:25.152Z | Compiling oso v0.27.3 |
1929 | 2024-07-19T18:12:27.561Z | Compiling tabled_derive v0.7.0 |
1930 | 2024-07-19T18:12:28.276Z | Compiling peg-macros v0.8.3 |
1931 | 2024-07-19T18:12:28.712Z | Compiling snafu-derive v0.8.2 |
1932 | 2024-07-19T18:12:29.280Z | Compiling sqlparser_derive v0.2.2 |
1933 | 2024-07-19T18:12:30.080Z | Compiling unicode_categories v0.1.1 |
1934 | 2024-07-19T18:12:30.618Z | Compiling nu-ansi-term v0.50.0 |
1935 | 2024-07-19T18:12:30.768Z | Compiling peg v0.8.3 |
1936 | 2024-07-19T18:12:30.872Z | Compiling rustyline v14.0.0 |
1937 | 2024-07-19T18:12:31.616Z | Compiling reedline v0.31.0 |
1938 | 2024-07-19T18:12:32.552Z | Compiling snafu v0.8.2 |
1939 | 2024-07-19T18:12:33.600Z | Compiling sqlformat v0.2.4 |
1940 | 2024-07-19T18:12:39.514Z | Compiling sqlparser v0.45.0 |
1941 | 2024-07-19T18:12:40.400Z | Compiling tabled v0.15.0 |
1942 | 2024-07-19T18:12:42.847Z | Compiling env_logger v0.9.3 |
1943 | 2024-07-19T18:12:46.403Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1944 | 2024-07-19T18:12:49.832Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1945 | 2024-07-19T18:12:50.132Z | Compiling globset v0.4.14 |
1946 | 2024-07-19T18:12:50.282Z | Compiling olpc-cjson v0.1.3 |
1947 | 2024-07-19T18:12:50.580Z | Compiling bcs v0.1.6 |
1948 | 2024-07-19T18:12:51.324Z | Compiling bitstruct_derive v0.1.0 |
1949 | 2024-07-19T18:12:52.462Z | Compiling serde_plain v1.0.2 |
1950 | 2024-07-19T18:12:52.911Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1951 | 2024-07-19T18:12:53.037Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1952 | 2024-07-19T18:12:53.300Z | Compiling typed-path v0.7.1 |
1953 | 2024-07-19T18:12:53.325Z | Compiling ascii v1.1.0 |
1954 | 2024-07-19T18:12:53.962Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1955 | 2024-07-19T18:12:54.200Z | Compiling highway v1.1.0 |
1956 | 2024-07-19T18:12:55.306Z | Compiling tough v0.17.1 |
1957 | 2024-07-19T18:12:56.368Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1958 | 2024-07-19T18:12:56.427Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1959 | 2024-07-19T18:12:56.921Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1960 | 2024-07-19T18:12:57.169Z | Compiling bitstruct v0.1.1 |
1961 | 2024-07-19T18:12:57.293Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1962 | 2024-07-19T18:12:58.064Z | Compiling parking_lot v0.11.2 |
1963 | 2024-07-19T18:12:58.374Z | Compiling nix v0.27.1 |
1964 | 2024-07-19T18:12:58.795Z | Compiling trust-dns-client v0.22.0 |
1965 | 2024-07-19T18:12:59.802Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1966 | 2024-07-19T18:13:00.072Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1967 | 2024-07-19T18:13:00.861Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1968 | 2024-07-19T18:13:01.851Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1969 | 2024-07-19T18:13:03.607Z | Compiling curve25519-dalek v4.1.3 |
1970 | 2024-07-19T18:13:03.931Z | Compiling kstat-rs v0.2.4 |
1971 | 2024-07-19T18:13:05.371Z | Compiling serde_arrays v0.1.0 |
1972 | 2024-07-19T18:13:05.542Z | Compiling erased-serde v0.3.31 |
1973 | 2024-07-19T18:13:06.951Z | Compiling serde-big-array v0.5.1 |
1974 | 2024-07-19T18:13:07.199Z | Compiling toml v0.5.11 |
1975 | 2024-07-19T18:13:07.450Z | Compiling keccak v0.1.5 |
1976 | 2024-07-19T18:13:14.597Z | Compiling parse-size v1.0.0 |
1977 | 2024-07-19T18:13:14.846Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1978 | 2024-07-19T18:13:18.563Z | Compiling trust-dns-server v0.22.1 |
1979 | 2024-07-19T18:13:23.641Z | Compiling sha3 v0.10.8 |
1980 | 2024-07-19T18:13:27.840Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1981 | 2024-07-19T18:13:34.963Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1982 | 2024-07-19T18:13:38.190Z | Compiling sled v0.34.7 |
1983 | 2024-07-19T18:13:38.254Z | Compiling mime_guess v2.0.4 |
1984 | 2024-07-19T18:13:38.835Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1985 | 2024-07-19T18:13:39.407Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1986 | 2024-07-19T18:13:40.583Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1987 | 2024-07-19T18:13:47.967Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1988 | 2024-07-19T18:13:52.589Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
1989 | 2024-07-19T18:13:52.821Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
1990 | 2024-07-19T18:13:55.318Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1991 | 2024-07-19T18:13:56.454Z | Compiling signal-hook-tokio v0.3.1 |
1992 | 2024-07-19T18:13:56.638Z | Compiling universal-hash v0.5.1 |
1993 | 2024-07-19T18:13:56.862Z | Compiling heck v0.3.3 |
1994 | 2024-07-19T18:13:57.173Z | Compiling secrecy v0.8.0 |
1995 | 2024-07-19T18:13:57.388Z | Compiling rand_seeder v0.2.3 |
1996 | 2024-07-19T18:13:57.708Z | Compiling castaway v0.2.2 |
1997 | 2024-07-19T18:13:57.858Z | Compiling thiserror-impl-no-std v2.0.2 |
1998 | 2024-07-19T18:13:58.791Z | Compiling nanorand v0.7.0 |
1999 | 2024-07-19T18:13:59.407Z | Compiling curve25519-dalek-derive v0.1.1 |
2000 | 2024-07-19T18:14:00.020Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2001 | 2024-07-19T18:14:00.233Z | Compiling opaque-debug v0.3.1 |
2002 | 2024-07-19T18:14:00.331Z | Compiling poly1305 v0.8.0 |
2003 | 2024-07-19T18:14:01.494Z | Compiling thiserror-no-std v2.0.2 |
2004 | 2024-07-19T18:14:01.608Z | Compiling flume v0.11.0 |
2005 | 2024-07-19T18:14:02.267Z | Compiling compact_str v0.7.1 |
2006 | 2024-07-19T18:14:03.516Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2007 | 2024-07-19T18:14:03.680Z | Compiling zone_cfg_derive v0.1.2 |
2008 | 2024-07-19T18:14:03.705Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2009 | 2024-07-19T18:14:04.783Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2010 | 2024-07-19T18:14:04.927Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2011 | 2024-07-19T18:14:06.620Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2012 | 2024-07-19T18:14:06.902Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2013 | 2024-07-19T18:14:07.172Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2014 | 2024-07-19T18:14:07.395Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2015 | 2024-07-19T18:14:07.625Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2016 | 2024-07-19T18:14:07.852Z | Compiling chacha20 v0.9.1 |
2017 | 2024-07-19T18:14:08.217Z | Compiling unicode-truncate v1.0.0 |
2018 | 2024-07-19T18:14:08.443Z | Compiling itertools v0.13.0 |
2019 | 2024-07-19T18:14:11.456Z | Compiling aead v0.5.2 |
2020 | 2024-07-19T18:14:11.742Z | Compiling lru v0.12.3 |
2021 | 2024-07-19T18:14:12.017Z | Compiling stability v0.2.0 |
2022 | 2024-07-19T18:14:12.079Z | Compiling cassowary v0.3.0 |
2023 | 2024-07-19T18:14:12.439Z | Compiling base64 v0.13.1 |
2024 | 2024-07-19T18:14:12.771Z | Compiling ratatui v0.27.0 |
2025 | 2024-07-19T18:14:13.050Z | Compiling ron v0.7.1 |
2026 | 2024-07-19T18:14:13.476Z | Compiling chacha20poly1305 v0.10.1 |
2027 | 2024-07-19T18:14:13.728Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2028 | 2024-07-19T18:14:15.495Z | Compiling zone v0.1.8 |
2029 | 2024-07-19T18:14:17.298Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2030 | 2024-07-19T18:14:18.089Z | Compiling vsss-rs v3.3.4 |
2031 | 2024-07-19T18:14:21.654Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2032 | 2024-07-19T18:14:22.221Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2033 | 2024-07-19T18:14:24.552Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2034 | 2024-07-19T18:14:25.900Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2035 | 2024-07-19T18:14:26.408Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2036 | 2024-07-19T18:14:26.881Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2037 | 2024-07-19T18:14:27.113Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2038 | 2024-07-19T18:14:27.137Z | Compiling portpicker v0.1.1 |
2039 | 2024-07-19T18:14:27.553Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2040 | 2024-07-19T18:14:29.326Z | Compiling csv-core v0.1.11 |
2041 | 2024-07-19T18:14:30.029Z | Compiling unicode-linebreak v0.1.5 |
2042 | 2024-07-19T18:14:30.924Z | Compiling smawk v0.3.2 |
2043 | 2024-07-19T18:14:31.063Z | Compiling http-range v0.1.5 |
2044 | 2024-07-19T18:14:31.152Z | Compiling textwrap v0.16.1 |
2045 | 2024-07-19T18:14:31.531Z | Compiling hyper-staticfile v0.9.5 |
2046 | 2024-07-19T18:14:32.011Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2047 | 2024-07-19T18:14:32.246Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2048 | 2024-07-19T18:14:34.075Z | Compiling csv v1.3.0 |
2049 | 2024-07-19T18:14:35.831Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2050 | 2024-07-19T18:14:40.841Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2051 | 2024-07-19T18:14:41.830Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2052 | 2024-07-19T18:14:48.521Z | Compiling rcgen v0.12.1 |
2053 | 2024-07-19T18:14:49.668Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2054 | 2024-07-19T18:14:52.081Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2055 | 2024-07-19T18:14:52.402Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2056 | 2024-07-19T18:14:52.447Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2057 | 2024-07-19T18:14:52.623Z | Compiling atomicwrites v0.4.3 |
2058 | 2024-07-19T18:14:52.851Z | Compiling fatfs v0.3.6 |
2059 | 2024-07-19T18:14:53.064Z | Compiling rtoolbox v0.0.2 |
2060 | 2024-07-19T18:14:53.429Z | Compiling subprocess v0.2.9 |
2061 | 2024-07-19T18:14:55.092Z | Compiling assert_matches v1.5.0 |
2062 | 2024-07-19T18:14:55.182Z | Compiling is_ci v1.2.0 |
2063 | 2024-07-19T18:14:55.442Z | Compiling supports-color v3.0.0 |
2064 | 2024-07-19T18:14:56.410Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2065 | 2024-07-19T18:14:57.522Z | Compiling rpassword v7.3.1 |
2066 | 2024-07-19T18:14:57.762Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2067 | 2024-07-19T18:14:57.881Z | Compiling tui-tree-widget v0.21.0 |
2068 | 2024-07-19T18:14:58.232Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2069 | 2024-07-19T18:15:00.554Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2070 | 2024-07-19T18:15:02.240Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2071 | 2024-07-19T18:15:03.648Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2072 | 2024-07-19T18:15:03.871Z | Compiling shell-words v1.1.0 |
2073 | 2024-07-19T18:15:04.232Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2074 | 2024-07-19T18:15:09.637Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2075 | 2024-07-19T18:15:14.595Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2076 | 2024-07-19T18:15:22.273Z | Compiling uzers v0.11.3 |
2077 | 2024-07-19T18:15:24.580Z | Compiling multimap v0.10.0 |
2078 | 2024-07-19T18:15:24.916Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2079 | 2024-07-19T18:16:57.650Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2080 | 2024-07-19T18:17:01.985Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2081 | 2024-07-19T18:23:18.087Z | Finished `release` profile [optimized] target(s) in 12m 22s |
2082 | 2024-07-19T18:24:17.295Z | |
2083 | 2024-07-19T18:24:17.319Z | real 13:23.612502754 |
2084 | 2024-07-19T18:24:17.319Z | user 1:25:41.000761074 |
2085 | 2024-07-19T18:24:17.319Z | sys 5:11.208340577 |
2086 | 2024-07-19T18:24:17.319Z | trap 2.079439480 |
2087 | 2024-07-19T18:24:17.319Z | tflt 1.260139571 |
2088 | 2024-07-19T18:24:17.319Z | dflt 3.329138737 |
2089 | 2024-07-19T18:24:17.319Z | kflt 0.000536817 |
2090 | 2024-07-19T18:24:17.319Z | lock 5:24:27.937972953 |
2091 | 2024-07-19T18:24:17.319Z | slp 3:15:22.781461572 |
2092 | 2024-07-19T18:24:17.319Z | lat 2:15.762289205 |
2093 | 2024-07-19T18:24:17.319Z | stop 1:41.085569146 |
2094 | 2024-07-19T18:24:17.320Z | + mapfile -t packages |
2095 | 2024-07-19T18:24:17.320Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2096 | 2024-07-19T18:24:18.433Z | Finished `release` profile [optimized] target(s) in 1.07s |
2097 | 2024-07-19T18:24:18.474Z | Running `target/release/omicron-package -t test list-outputs` |
2098 | 2024-07-19T18:24:18.523Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2099 | 2024-07-19T18:24:18.546Z | + ptime -m cargo build --locked --release -p xtask |
2100 | 2024-07-19T18:24:19.291Z | Compiling serde v1.0.204 |
2101 | 2024-07-19T18:24:19.315Z | Compiling bitflags v2.5.0 |
2102 | 2024-07-19T18:24:19.315Z | Compiling syn v2.0.71 |
2103 | 2024-07-19T18:24:19.315Z | Compiling scopeguard v1.2.0 |
2104 | 2024-07-19T18:24:19.315Z | Compiling bytes v1.6.0 |
2105 | 2024-07-19T18:24:19.339Z | Compiling smallvec v1.13.2 |
2106 | 2024-07-19T18:24:19.365Z | Compiling log v0.4.21 |
2107 | 2024-07-19T18:24:19.447Z | Compiling lock_api v0.4.12 |
2108 | 2024-07-19T18:24:19.768Z | Compiling parking_lot_core v0.9.10 |
2109 | 2024-07-19T18:24:19.802Z | Compiling hashbrown v0.14.5 |
2110 | 2024-07-19T18:24:19.826Z | Compiling serde_json v1.0.120 |
2111 | 2024-07-19T18:24:19.826Z | Compiling mio v0.8.11 |
2112 | 2024-07-19T18:24:19.849Z | Compiling libc v0.2.155 |
2113 | 2024-07-19T18:24:20.111Z | Compiling parking_lot v0.12.2 |
2114 | 2024-07-19T18:24:20.180Z | Compiling generic-array v0.14.7 |
2115 | 2024-07-19T18:24:20.419Z | Compiling slog v2.7.0 |
2116 | 2024-07-19T18:24:20.596Z | Compiling rustix v0.38.34 |
2117 | 2024-07-19T18:24:20.850Z | Compiling http v0.2.12 |
2118 | 2024-07-19T18:24:20.912Z | Compiling usdt-impl v0.5.0 |
2119 | 2024-07-19T18:24:21.038Z | Compiling indexmap v2.2.6 |
2120 | 2024-07-19T18:24:21.093Z | Compiling syn v1.0.109 |
2121 | 2024-07-19T18:24:21.196Z | Compiling time-macros v0.2.18 |
2122 | 2024-07-19T18:24:21.636Z | Compiling thread-id v4.2.1 |
2123 | 2024-07-19T18:24:21.660Z | Compiling tracing v0.1.40 |
2124 | 2024-07-19T18:24:22.218Z | Compiling crossbeam-utils v0.8.19 |
2125 | 2024-07-19T18:24:22.410Z | Compiling http-body v0.4.6 |
2126 | 2024-07-19T18:24:22.800Z | Compiling unicode-normalization v0.1.23 |
2127 | 2024-07-19T18:24:22.835Z | Compiling unicode-bidi v0.3.15 |
2128 | 2024-07-19T18:24:23.569Z | Compiling time v0.3.36 |
2129 | 2024-07-19T18:24:23.782Z | Compiling idna v0.5.0 |
2130 | 2024-07-19T18:24:24.235Z | Compiling block-buffer v0.10.4 |
2131 | 2024-07-19T18:24:24.436Z | Compiling crypto-common v0.1.6 |
2132 | 2024-07-19T18:24:24.678Z | Compiling terminal_size v0.3.0 |
2133 | 2024-07-19T18:24:24.885Z | Compiling proc-macro-error v1.0.4 |
2134 | 2024-07-19T18:24:25.250Z | Compiling fs-err v2.11.0 |
2135 | 2024-07-19T18:24:25.407Z | Compiling anyhow v1.0.86 |
2136 | 2024-07-19T18:24:25.615Z | Compiling clap_builder v4.5.9 |
2137 | 2024-07-19T18:24:25.982Z | Compiling crossbeam-channel v0.5.12 |
2138 | 2024-07-19T18:24:26.082Z | Compiling digest v0.10.7 |
2139 | 2024-07-19T18:24:26.262Z | Compiling url v2.5.0 |
2140 | 2024-07-19T18:24:26.458Z | Compiling xattr v1.3.1 |
2141 | 2024-07-19T18:24:26.732Z | Compiling sha2 v0.10.8 |
2142 | 2024-07-19T18:24:27.328Z | Compiling tabled_derive v0.7.0 |
2143 | 2024-07-19T18:24:27.461Z | Compiling slog-async v2.8.0 |
2144 | 2024-07-19T18:24:28.564Z | Compiling serde_derive v1.0.204 |
2145 | 2024-07-19T18:24:28.963Z | Compiling thiserror-impl v1.0.62 |
2146 | 2024-07-19T18:24:29.221Z | Compiling zerocopy-derive v0.7.34 |
2147 | 2024-07-19T18:24:30.096Z | Compiling tokio-macros v2.3.0 |
2148 | 2024-07-19T18:24:30.761Z | Compiling futures-macro v0.3.30 |
2149 | 2024-07-19T18:24:31.006Z | Compiling openssl-macros v0.1.1 |
2150 | 2024-07-19T18:24:31.030Z | Compiling zerocopy v0.7.34 |
2151 | 2024-07-19T18:24:31.343Z | Compiling thiserror v1.0.62 |
2152 | 2024-07-19T18:24:31.387Z | Compiling tokio v1.38.1 |
2153 | 2024-07-19T18:24:31.485Z | Compiling pest v2.7.10 |
2154 | 2024-07-19T18:24:31.763Z | Compiling scroll_derive v0.12.0 |
2155 | 2024-07-19T18:24:32.299Z | Compiling futures-util v0.3.30 |
2156 | 2024-07-19T18:24:32.360Z | Compiling openssl v0.10.64 |
2157 | 2024-07-19T18:24:32.844Z | Compiling scroll v0.12.0 |
2158 | 2024-07-19T18:24:33.390Z | Compiling goblin v0.8.2 |
2159 | 2024-07-19T18:24:33.786Z | Compiling pest_meta v2.7.10 |
2160 | 2024-07-19T18:24:37.236Z | Compiling pest_generator v2.7.10 |
2161 | 2024-07-19T18:24:38.622Z | Compiling pest_derive v2.7.10 |
2162 | 2024-07-19T18:24:39.231Z | Compiling dtrace-parser v0.2.0 |
2163 | 2024-07-19T18:24:40.692Z | Compiling tokio-util v0.7.11 |
2164 | 2024-07-19T18:24:42.353Z | Compiling h2 v0.3.26 |
2165 | 2024-07-19T18:24:44.648Z | Compiling dof v0.3.0 |
2166 | 2024-07-19T18:24:44.931Z | Compiling serde_tokenstream v0.2.1 |
2167 | 2024-07-19T18:24:45.419Z | Compiling serde_spanned v0.6.6 |
2168 | 2024-07-19T18:24:45.467Z | Compiling toml_datetime v0.6.6 |
2169 | 2024-07-19T18:24:45.654Z | Compiling native-tls v0.2.11 |
2170 | 2024-07-19T18:24:46.602Z | Compiling hyper v0.14.28 |
2171 | 2024-07-19T18:24:46.626Z | Compiling tokio-native-tls v0.3.1 |
2172 | 2024-07-19T18:24:46.881Z | Compiling toml_edit v0.22.16 |
2173 | 2024-07-19T18:24:51.706Z | Compiling hyper-tls v0.5.0 |
2174 | 2024-07-19T18:24:51.997Z | Compiling toml v0.8.15 |
2175 | 2024-07-19T18:24:52.840Z | Compiling usdt-attr-macro v0.5.0 |
2176 | 2024-07-19T18:24:53.503Z | Compiling usdt-macro v0.5.0 |
2177 | 2024-07-19T18:24:53.890Z | Compiling slog-json v2.6.1 |
2178 | 2024-07-19T18:24:53.934Z | Compiling camino v1.1.7 |
2179 | 2024-07-19T18:24:54.365Z | Compiling cargo-platform v0.1.8 |
2180 | 2024-07-19T18:24:54.526Z | Compiling serde_urlencoded v0.7.1 |
2181 | 2024-07-19T18:24:55.055Z | Compiling semver v1.0.23 |
2182 | 2024-07-19T18:24:55.110Z | Compiling futures-executor v0.3.30 |
2183 | 2024-07-19T18:24:55.288Z | Compiling clap_derive v4.5.8 |
2184 | 2024-07-19T18:24:56.018Z | Compiling strum_macros v0.26.4 |
2185 | 2024-07-19T18:24:56.297Z | Compiling cargo_metadata v0.18.1 |
2186 | 2024-07-19T18:24:56.584Z | Compiling futures v0.3.30 |
2187 | 2024-07-19T18:24:56.694Z | Compiling reqwest v0.11.27 |
2188 | 2024-07-19T18:24:57.547Z | Compiling usdt v0.5.0 |
2189 | 2024-07-19T18:24:58.665Z | Compiling clap v4.5.9 |
2190 | 2024-07-19T18:24:58.733Z | Compiling slog-bunyan v2.5.0 |
2191 | 2024-07-19T18:24:58.773Z | Compiling cargo_toml v0.20.3 |
2192 | 2024-07-19T18:24:58.965Z | Compiling macaddr v1.0.1 |
2193 | 2024-07-19T18:24:59.317Z | Compiling tabled v0.15.0 |
2194 | 2024-07-19T18:24:59.461Z | Compiling slog-term v2.9.1 |
2195 | 2024-07-19T18:24:59.686Z | Compiling strum v0.26.3 |
2196 | 2024-07-19T18:24:59.873Z | Compiling tar v0.4.41 |
2197 | 2024-07-19T18:25:12.351Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2198 | 2024-07-19T18:25:27.662Z | Finished `release` profile [optimized] target(s) in 1m 09s |
2199 | 2024-07-19T18:25:27.749Z | |
2200 | 2024-07-19T18:25:27.749Z | real 1:09.192569712 |
2201 | 2024-07-19T18:25:27.749Z | user 7:07.893188886 |
2202 | 2024-07-19T18:25:27.749Z | sys 43.753584324 |
2203 | 2024-07-19T18:25:27.749Z | trap 0.193060249 |
2204 | 2024-07-19T18:25:27.749Z | tflt 0.250935338 |
2205 | 2024-07-19T18:25:27.749Z | dflt 0.339006289 |
2206 | 2024-07-19T18:25:27.749Z | kflt 0.000083976 |
2207 | 2024-07-19T18:25:27.749Z | lock 15:52.873875465 |
2208 | 2024-07-19T18:25:27.749Z | slp 17:41.836864716 |
2209 | 2024-07-19T18:25:27.749Z | lat 22.612136174 |
2210 | 2024-07-19T18:25:27.749Z | stop 22.130892703 |
2211 | 2024-07-19T18:25:27.773Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2212 | 2024-07-19T18:25:27.773Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2213 | 2024-07-19T18:25:27.773Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2214 | 2024-07-19T18:25:27.773Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2215 | 2024-07-19T18:25:27.773Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2216 | 2024-07-19T18:25:28.450Z | Downloading crates ... |
2217 | 2024-07-19T18:25:28.702Z | Downloaded dhcproto-macros v0.1.0 |
2218 | 2024-07-19T18:25:28.726Z | Downloaded russh-cryptovec v0.7.2 |
2219 | 2024-07-19T18:25:28.726Z | Downloaded polyval v0.6.2 |
2220 | 2024-07-19T18:25:28.726Z | Downloaded rand_core v0.5.1 |
2221 | 2024-07-19T18:25:28.726Z | Downloaded russh-keys v0.43.0 |
2222 | 2024-07-19T18:25:28.726Z | Downloaded russh v0.43.0 |
2223 | 2024-07-19T18:25:28.726Z | Downloaded rand v0.7.3 |
2224 | 2024-07-19T18:25:28.749Z | Downloaded p521 v0.13.3 |
2225 | 2024-07-19T18:25:28.749Z | Downloaded p256 v0.13.2 |
2226 | 2024-07-19T18:25:28.749Z | Downloaded internet-checksum v0.2.1 |
2227 | 2024-07-19T18:25:28.749Z | Downloaded ed25519-dalek v2.1.1 |
2228 | 2024-07-19T18:25:28.749Z | Downloaded aes-gcm v0.10.3 |
2229 | 2024-07-19T18:25:28.749Z | Downloaded dhcproto v0.11.0 |
2230 | 2024-07-19T18:25:28.749Z | Downloaded bcrypt-pbkdf v0.10.0 |
2231 | 2024-07-19T18:25:28.749Z | Downloaded pbkdf2 v0.12.2 |
2232 | 2024-07-19T18:25:28.749Z | Downloaded password-hash v0.4.2 |
2233 | 2024-07-19T18:25:28.773Z | Downloaded hex-literal v0.4.1 |
2234 | 2024-07-19T18:25:28.773Z | Downloaded ghash v0.5.1 |
2235 | 2024-07-19T18:25:28.773Z | Downloaded getrandom v0.1.16 |
2236 | 2024-07-19T18:25:28.773Z | Downloaded ed25519 v2.2.3 |
2237 | 2024-07-19T18:25:28.773Z | Downloaded ecdsa v0.16.9 |
2238 | 2024-07-19T18:25:28.773Z | Downloaded dirs-sys v0.4.1 |
2239 | 2024-07-19T18:25:28.773Z | Downloaded dirs v5.0.1 |
2240 | 2024-07-19T18:25:28.773Z | Downloaded rfc6979 v0.4.0 |
2241 | 2024-07-19T18:25:28.774Z | Downloaded rand_chacha v0.2.2 |
2242 | 2024-07-19T18:25:28.774Z | Downloaded primeorder v0.13.6 |
2243 | 2024-07-19T18:25:28.774Z | Downloaded pbkdf2 v0.11.0 |
2244 | 2024-07-19T18:25:28.774Z | Downloaded option-ext v0.2.0 |
2245 | 2024-07-19T18:25:28.774Z | Downloaded md5 v0.7.0 |
2246 | 2024-07-19T18:25:28.774Z | Downloaded ctr v0.9.2 |
2247 | 2024-07-19T18:25:28.774Z | Downloaded cbc v0.1.2 |
2248 | 2024-07-19T18:25:28.797Z | Downloaded blowfish v0.9.1 |
2249 | 2024-07-19T18:25:28.797Z | Downloaded aes v0.8.4 |
2250 | 2024-07-19T18:25:28.957Z | Compiling serde v1.0.204 |
2251 | 2024-07-19T18:25:28.980Z | Compiling scopeguard v1.2.0 |
2252 | 2024-07-19T18:25:28.980Z | Compiling log v0.4.21 |
2253 | 2024-07-19T18:25:28.980Z | Compiling smallvec v1.13.2 |
2254 | 2024-07-19T18:25:28.980Z | Compiling syn v2.0.71 |
2255 | 2024-07-19T18:25:28.980Z | Compiling getrandom v0.2.14 |
2256 | 2024-07-19T18:25:29.006Z | Compiling generic-array v0.14.7 |
2257 | 2024-07-19T18:25:29.065Z | Compiling libm v0.2.8 |
2258 | 2024-07-19T18:25:29.163Z | Compiling lock_api v0.4.12 |
2259 | 2024-07-19T18:25:29.294Z | Compiling rand_core v0.6.4 |
2260 | 2024-07-19T18:25:29.362Z | Compiling parking_lot_core v0.9.10 |
2261 | 2024-07-19T18:25:29.431Z | Compiling num-traits v0.2.19 |
2262 | 2024-07-19T18:25:29.454Z | Compiling subtle v2.5.0 |
2263 | 2024-07-19T18:25:29.481Z | Compiling mio v0.8.11 |
2264 | 2024-07-19T18:25:29.583Z | Compiling spin v0.9.8 |
2265 | 2024-07-19T18:25:29.661Z | Compiling parking_lot v0.12.2 |
2266 | 2024-07-19T18:25:29.806Z | Compiling ahash v0.8.11 |
2267 | 2024-07-19T18:25:29.974Z | Compiling serde_json v1.0.120 |
2268 | 2024-07-19T18:25:29.998Z | Compiling allocator-api2 v0.2.18 |
2269 | 2024-07-19T18:25:29.998Z | Compiling const-oid v0.9.6 |
2270 | 2024-07-19T18:25:30.135Z | Compiling iana-time-zone v0.1.60 |
2271 | 2024-07-19T18:25:30.260Z | Compiling syn v1.0.109 |
2272 | 2024-07-19T18:25:30.547Z | Compiling unicode-normalization v0.1.23 |
2273 | 2024-07-19T18:25:30.584Z | Compiling unicode-bidi v0.3.15 |
2274 | 2024-07-19T18:25:30.669Z | Compiling schemars v0.8.21 |
2275 | 2024-07-19T18:25:30.693Z | Compiling dyn-clone v1.0.17 |
2276 | 2024-07-19T18:25:30.897Z | Compiling ppv-lite86 v0.2.17 |
2277 | 2024-07-19T18:25:30.987Z | Compiling time-macros v0.2.18 |
2278 | 2024-07-19T18:25:31.395Z | Compiling ring v0.17.8 |
2279 | 2024-07-19T18:25:31.516Z | Compiling rand_chacha v0.3.1 |
2280 | 2024-07-19T18:25:31.540Z | Compiling aho-corasick v1.1.3 |
2281 | 2024-07-19T18:25:31.841Z | Compiling regex-syntax v0.8.3 |
2282 | 2024-07-19T18:25:32.115Z | Compiling rand v0.8.5 |
2283 | 2024-07-19T18:25:33.217Z | Compiling idna v0.5.0 |
2284 | 2024-07-19T18:25:33.617Z | Compiling time v0.3.36 |
2285 | 2024-07-19T18:25:33.796Z | Compiling slog v2.7.0 |
2286 | 2024-07-19T18:25:34.274Z | Compiling url v2.5.0 |
2287 | 2024-07-19T18:25:34.456Z | Compiling untrusted v0.9.0 |
2288 | 2024-07-19T18:25:34.615Z | Compiling regex-automata v0.4.6 |
2289 | 2024-07-19T18:25:35.847Z | Compiling serde_derive_internals v0.29.1 |
2290 | 2024-07-19T18:25:36.772Z | Compiling lazy_static v1.5.0 |
2291 | 2024-07-19T18:25:36.886Z | Compiling backtrace v0.3.71 |
2292 | 2024-07-19T18:25:37.183Z | Compiling gimli v0.28.1 |
2293 | 2024-07-19T18:25:37.260Z | Compiling object v0.32.2 |
2294 | 2024-07-19T18:25:37.956Z | Compiling rustc-demangle v0.1.24 |
2295 | 2024-07-19T18:25:37.980Z | Compiling anyhow v1.0.86 |
2296 | 2024-07-19T18:25:38.088Z | Compiling base64ct v1.6.0 |
2297 | 2024-07-19T18:25:38.600Z | Compiling crossbeam-utils v0.8.19 |
2298 | 2024-07-19T18:25:38.626Z | Compiling winnow v0.5.40 |
2299 | 2024-07-19T18:25:38.770Z | Compiling rustls v0.21.12 |
2300 | 2024-07-19T18:25:38.975Z | Compiling regex v1.10.5 |
2301 | 2024-07-19T18:25:39.155Z | Compiling sct v0.7.1 |
2302 | 2024-07-19T18:25:39.440Z | Compiling rustls-webpki v0.101.7 |
2303 | 2024-07-19T18:25:39.972Z | Compiling cookie v0.17.0 |
2304 | 2024-07-19T18:25:40.870Z | Compiling serde_derive v1.0.204 |
2305 | 2024-07-19T18:25:41.189Z | Compiling zeroize_derive v1.4.2 |
2306 | 2024-07-19T18:25:41.215Z | Compiling thiserror-impl v1.0.62 |
2307 | 2024-07-19T18:25:41.829Z | Compiling zerocopy-derive v0.7.34 |
2308 | 2024-07-19T18:25:42.625Z | Compiling zeroize v1.7.0 |
2309 | 2024-07-19T18:25:42.650Z | Compiling tokio-macros v2.3.0 |
2310 | 2024-07-19T18:25:43.194Z | Compiling futures-macro v0.3.30 |
2311 | 2024-07-19T18:25:43.782Z | Compiling zerocopy v0.7.34 |
2312 | 2024-07-19T18:25:44.003Z | Compiling thiserror v1.0.62 |
2313 | 2024-07-19T18:25:44.089Z | Compiling crypto-common v0.1.6 |
2314 | 2024-07-19T18:25:44.140Z | Compiling block-buffer v0.10.4 |
2315 | 2024-07-19T18:25:44.164Z | Compiling schemars_derive v0.8.21 |
2316 | 2024-07-19T18:25:44.315Z | Compiling tracing-attributes v0.1.27 |
2317 | 2024-07-19T18:25:44.381Z | Compiling digest v0.10.7 |
2318 | 2024-07-19T18:25:44.859Z | Compiling async-trait v0.1.81 |
2319 | 2024-07-19T18:25:44.931Z | Compiling futures-util v0.3.30 |
2320 | 2024-07-19T18:25:45.421Z | Compiling addr2line v0.21.0 |
2321 | 2024-07-19T18:25:45.700Z | Compiling hashbrown v0.14.5 |
2322 | 2024-07-19T18:25:46.864Z | Compiling openssl-macros v0.1.1 |
2323 | 2024-07-19T18:25:47.156Z | Compiling pest v2.7.10 |
2324 | 2024-07-19T18:25:47.592Z | Compiling tracing v0.1.40 |
2325 | 2024-07-19T18:25:47.676Z | Compiling idna v0.3.0 |
2326 | 2024-07-19T18:25:47.742Z | Compiling psl-types v2.0.11 |
2327 | 2024-07-19T18:25:47.908Z | Compiling data-encoding v2.6.0 |
2328 | 2024-07-19T18:25:48.039Z | Compiling hmac v0.12.1 |
2329 | 2024-07-19T18:25:48.247Z | Compiling scroll_derive v0.12.0 |
2330 | 2024-07-19T18:25:48.587Z | Compiling publicsuffix v2.2.3 |
2331 | 2024-07-19T18:25:48.927Z | Compiling webpki-roots v0.25.4 |
2332 | 2024-07-19T18:25:48.977Z | Compiling bitflags v1.3.2 |
2333 | 2024-07-19T18:25:49.069Z | Compiling pest_meta v2.7.10 |
2334 | 2024-07-19T18:25:49.093Z | Compiling block-padding v0.3.3 |
2335 | 2024-07-19T18:25:49.302Z | Compiling der_derive v0.7.2 |
2336 | 2024-07-19T18:25:49.437Z | Compiling scroll v0.12.0 |
2337 | 2024-07-19T18:25:49.532Z | Compiling futures-executor v0.3.30 |
2338 | 2024-07-19T18:25:49.811Z | Compiling pem-rfc7468 v0.7.0 |
2339 | 2024-07-19T18:25:49.953Z | Compiling futures v0.3.30 |
2340 | 2024-07-19T18:25:49.977Z | Compiling goblin v0.8.2 |
2341 | 2024-07-19T18:25:50.063Z | Compiling flagset v0.4.5 |
2342 | 2024-07-19T18:25:50.087Z | Compiling pest_generator v2.7.10 |
2343 | 2024-07-19T18:25:50.132Z | Compiling inout v0.1.3 |
2344 | 2024-07-19T18:25:50.249Z | Compiling sha2 v0.10.8 |
2345 | 2024-07-19T18:25:50.370Z | Compiling cipher v0.4.4 |
2346 | 2024-07-19T18:25:50.450Z | Compiling either v1.12.0 |
2347 | 2024-07-19T18:25:50.791Z | Compiling ff v0.13.0 |
2348 | 2024-07-19T18:25:50.820Z | Compiling stable_deref_trait v1.2.0 |
2349 | 2024-07-19T18:25:50.914Z | Compiling base16ct v0.2.0 |
2350 | 2024-07-19T18:25:50.985Z | Compiling group v0.13.0 |
2351 | 2024-07-19T18:25:51.202Z | Compiling hkdf v0.12.4 |
2352 | 2024-07-19T18:25:51.262Z | Compiling crossbeam-epoch v0.9.18 |
2353 | 2024-07-19T18:25:51.447Z | Compiling der v0.7.9 |
2354 | 2024-07-19T18:25:51.471Z | Compiling crypto-bigint v0.5.5 |
2355 | 2024-07-19T18:25:51.693Z | Compiling num-integer v0.1.46 |
2356 | 2024-07-19T18:25:51.953Z | Compiling managed v0.8.0 |
2357 | 2024-07-19T18:25:52.337Z | Compiling bytes v1.6.0 |
2358 | 2024-07-19T18:25:52.500Z | Compiling indexmap v2.2.6 |
2359 | 2024-07-19T18:25:52.673Z | Compiling uuid v1.10.0 |
2360 | 2024-07-19T18:25:53.318Z | Compiling tokio v1.38.1 |
2361 | 2024-07-19T18:25:53.369Z | Compiling chrono v0.4.38 |
2362 | 2024-07-19T18:25:53.646Z | Compiling bitflags v2.5.0 |
2363 | 2024-07-19T18:25:53.887Z | Compiling semver v1.0.23 |
2364 | 2024-07-19T18:25:54.034Z | Compiling http v0.2.12 |
2365 | 2024-07-19T18:25:54.179Z | Compiling serde_tokenstream v0.2.1 |
2366 | 2024-07-19T18:25:54.545Z | Compiling serde_spanned v0.6.6 |
2367 | 2024-07-19T18:25:54.660Z | Compiling toml_datetime v0.6.6 |
2368 | 2024-07-19T18:25:54.779Z | Compiling openssl v0.10.64 |
2369 | 2024-07-19T18:25:54.929Z | Compiling toml_edit v0.19.15 |
2370 | 2024-07-19T18:25:55.129Z | Compiling rustix v0.38.34 |
2371 | 2024-07-19T18:25:56.264Z | Compiling http-body v0.4.6 |
2372 | 2024-07-19T18:25:56.454Z | Compiling serde_urlencoded v0.7.1 |
2373 | 2024-07-19T18:25:56.674Z | Compiling openapiv3 v2.0.0 |
2374 | 2024-07-19T18:25:56.905Z | Compiling cookie_store v0.20.0 |
2375 | 2024-07-19T18:25:57.489Z | Compiling rustc_version v0.4.0 |
2376 | 2024-07-19T18:25:58.112Z | Compiling pest_derive v2.7.10 |
2377 | 2024-07-19T18:25:58.181Z | Compiling dof v0.3.0 |
2378 | 2024-07-19T18:25:58.474Z | Compiling spki v0.7.3 |
2379 | 2024-07-19T18:25:58.751Z | Compiling dtrace-parser v0.2.0 |
2380 | 2024-07-19T18:25:58.792Z | Compiling pkcs8 v0.10.2 |
2381 | 2024-07-19T18:25:59.228Z | Compiling usdt-impl v0.5.0 |
2382 | 2024-07-19T18:25:59.299Z | Compiling sec1 v0.7.3 |
2383 | 2024-07-19T18:25:59.812Z | Compiling native-tls v0.2.11 |
2384 | 2024-07-19T18:26:00.073Z | Compiling tokio-util v0.7.11 |
2385 | 2024-07-19T18:26:00.183Z | Compiling tokio-native-tls v0.3.1 |
2386 | 2024-07-19T18:26:00.350Z | Compiling tokio-rustls v0.24.1 |
2387 | 2024-07-19T18:26:00.435Z | Compiling elliptic-curve v0.13.8 |
2388 | 2024-07-19T18:26:00.608Z | Compiling ipnetwork v0.20.0 |
2389 | 2024-07-19T18:26:00.644Z | Compiling usdt-macro v0.5.0 |
2390 | 2024-07-19T18:26:00.695Z | Compiling usdt-attr-macro v0.5.0 |
2391 | 2024-07-19T18:26:01.120Z | Compiling h2 v0.3.26 |
2392 | 2024-07-19T18:26:01.246Z | Compiling unicode-segmentation v1.11.0 |
2393 | 2024-07-19T18:26:01.372Z | Compiling toml v0.7.8 |
2394 | 2024-07-19T18:26:01.431Z | Compiling toml_edit v0.22.16 |
2395 | 2024-07-19T18:26:01.911Z | Compiling hex v0.4.3 |
2396 | 2024-07-19T18:26:01.935Z | Compiling matches v0.1.10 |
2397 | 2024-07-19T18:26:01.958Z | Compiling enum-as-inner v0.5.1 |
2398 | 2024-07-19T18:26:02.022Z | Compiling idna v0.2.3 |
2399 | 2024-07-19T18:26:02.099Z | Compiling usdt v0.5.0 |
2400 | 2024-07-19T18:26:02.415Z | Compiling bit-vec v0.6.3 |
2401 | 2024-07-19T18:26:02.523Z | Compiling siphasher v0.3.11 |
2402 | 2024-07-19T18:26:02.793Z | Compiling heapless v0.7.17 |
2403 | 2024-07-19T18:26:02.817Z | Compiling trust-dns-proto v0.22.0 |
2404 | 2024-07-19T18:26:02.841Z | Compiling terminal_size v0.3.0 |
2405 | 2024-07-19T18:26:02.865Z | Compiling num-bigint v0.4.5 |
2406 | 2024-07-19T18:26:03.013Z | Compiling finl_unicode v1.2.0 |
2407 | 2024-07-19T18:26:03.166Z | Compiling signal-hook v0.3.17 |
2408 | 2024-07-19T18:26:03.319Z | Compiling clap_builder v4.5.9 |
2409 | 2024-07-19T18:26:03.473Z | Compiling stringprep v0.1.4 |
2410 | 2024-07-19T18:26:03.510Z | Compiling itertools v0.10.5 |
2411 | 2024-07-19T18:26:04.460Z | Compiling regress v0.9.1 |
2412 | 2024-07-19T18:26:05.811Z | Compiling yasna v0.5.2 |
2413 | 2024-07-19T18:26:06.016Z | Compiling md-5 v0.10.6 |
2414 | 2024-07-19T18:26:06.234Z | Compiling clap_derive v4.5.8 |
2415 | 2024-07-19T18:26:07.362Z | Compiling hyper v0.14.28 |
2416 | 2024-07-19T18:26:08.392Z | Compiling hash32 v0.2.1 |
2417 | 2024-07-19T18:26:08.415Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2418 | 2024-07-19T18:26:08.719Z | Compiling regex-automata v0.1.10 |
2419 | 2024-07-19T18:26:09.052Z | Compiling smoltcp v0.9.1 |
2420 | 2024-07-19T18:26:09.144Z | Compiling fallible-iterator v0.2.0 |
2421 | 2024-07-19T18:26:09.560Z | Compiling bstr v0.2.17 |
2422 | 2024-07-19T18:26:09.707Z | Compiling postgres-protocol v0.6.6 |
2423 | 2024-07-19T18:26:09.839Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2424 | 2024-07-19T18:26:10.178Z | Compiling clap v4.5.9 |
2425 | 2024-07-19T18:26:10.776Z | Compiling phf_shared v0.11.2 |
2426 | 2024-07-19T18:26:10.812Z | Compiling tokio-stream v0.1.15 |
2427 | 2024-07-19T18:26:10.905Z | Compiling hubpack_derive v0.1.1 |
2428 | 2024-07-19T18:26:11.128Z | Compiling zerocopy-derive v0.6.6 |
2429 | 2024-07-19T18:26:11.153Z | Compiling diesel_table_macro_syntax v0.1.0 |
2430 | 2024-07-19T18:26:11.238Z | Compiling scheduled-thread-pool v0.2.7 |
2431 | 2024-07-19T18:26:11.317Z | Compiling fs-err v2.11.0 |
2432 | 2024-07-19T18:26:11.532Z | Compiling fixedbitset v0.4.2 |
2433 | 2024-07-19T18:26:11.684Z | Compiling diesel_derives v2.1.4 |
2434 | 2024-07-19T18:26:11.707Z | Compiling r2d2 v0.8.10 |
2435 | 2024-07-19T18:26:11.731Z | Compiling hubpack v0.1.2 |
2436 | 2024-07-19T18:26:11.815Z | Compiling petgraph v0.6.5 |
2437 | 2024-07-19T18:26:11.954Z | Compiling phf v0.11.2 |
2438 | 2024-07-19T18:26:12.117Z | Compiling signal-hook-mio v0.2.3 |
2439 | 2024-07-19T18:26:12.222Z | Compiling postgres-types v0.2.6 |
2440 | 2024-07-19T18:26:12.270Z | Compiling similar v2.5.0 |
2441 | 2024-07-19T18:26:12.982Z | Compiling hyper-rustls v0.24.2 |
2442 | 2024-07-19T18:26:13.292Z | Compiling hyper-tls v0.5.0 |
2443 | 2024-07-19T18:26:13.511Z | Compiling zerocopy v0.6.6 |
2444 | 2024-07-19T18:26:13.586Z | Compiling reqwest v0.11.27 |
2445 | 2024-07-19T18:26:13.968Z | Compiling phf_shared v0.10.0 |
2446 | 2024-07-19T18:26:14.193Z | Compiling num-iter v0.1.45 |
2447 | 2024-07-19T18:26:14.330Z | Compiling strum_macros v0.25.3 |
2448 | 2024-07-19T18:26:14.367Z | Compiling serde_repr v0.1.19 |
2449 | 2024-07-19T18:26:14.393Z | Compiling console v0.15.8 |
2450 | 2024-07-19T18:26:15.134Z | Compiling float-cmp v0.9.0 |
2451 | 2024-07-19T18:26:15.330Z | Compiling new_debug_unreachable v1.0.6 |
2452 | 2024-07-19T18:26:15.355Z | Compiling normalize-line-endings v0.3.0 |
2453 | 2024-07-19T18:26:15.380Z | Compiling whoami v1.5.1 |
2454 | 2024-07-19T18:26:15.423Z | Compiling minimal-lexical v0.2.1 |
2455 | 2024-07-19T18:26:15.476Z | Compiling precomputed-hash v0.1.1 |
2456 | 2024-07-19T18:26:15.588Z | Compiling difflib v0.4.0 |
2457 | 2024-07-19T18:26:15.723Z | Compiling predicates-core v1.0.6 |
2458 | 2024-07-19T18:26:15.869Z | Compiling static_assertions v1.1.0 |
2459 | 2024-07-19T18:26:15.948Z | Compiling predicates v3.1.0 |
2460 | 2024-07-19T18:26:15.972Z | Compiling nom v7.1.3 |
2461 | 2024-07-19T18:26:16.055Z | Compiling tokio-postgres v0.7.10 |
2462 | 2024-07-19T18:26:16.956Z | Compiling string_cache v0.8.7 |
2463 | 2024-07-19T18:26:17.363Z | Compiling crossterm v0.27.0 |
2464 | 2024-07-19T18:26:17.835Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2465 | 2024-07-19T18:26:18.098Z | Compiling bit-set v0.5.3 |
2466 | 2024-07-19T18:26:18.343Z | Compiling itertools v0.12.1 |
2467 | 2024-07-19T18:26:18.880Z | Compiling bstr v1.9.1 |
2468 | 2024-07-19T18:26:20.119Z | Compiling getopts v0.2.21 |
2469 | 2024-07-19T18:26:20.400Z | Compiling peg-runtime v0.8.3 |
2470 | 2024-07-19T18:26:20.439Z | Compiling unicode-xid v0.2.4 |
2471 | 2024-07-19T18:26:20.597Z | Compiling lalrpop-util v0.19.12 |
2472 | 2024-07-19T18:26:20.884Z | Compiling unsafe-libyaml v0.2.11 |
2473 | 2024-07-19T18:26:20.908Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2474 | 2024-07-19T18:26:20.988Z | Compiling sha1 v0.10.6 |
2475 | 2024-07-19T18:26:21.012Z | Compiling camino v1.1.7 |
2476 | 2024-07-19T18:26:21.289Z | Compiling strum_macros v0.26.4 |
2477 | 2024-07-19T18:26:21.351Z | Compiling http v1.1.0 |
2478 | 2024-07-19T18:26:21.802Z | Compiling diesel v2.1.6 |
2479 | 2024-07-19T18:26:21.857Z | Compiling base64 v0.22.1 |
2480 | 2024-07-19T18:26:22.431Z | Compiling serde_yaml v0.9.34+deprecated |
2481 | 2024-07-19T18:26:22.505Z | Compiling toml v0.8.15 |
2482 | 2024-07-19T18:26:22.991Z | Compiling rustls-pki-types v1.7.0 |
2483 | 2024-07-19T18:26:23.463Z | Compiling crossbeam-channel v0.5.12 |
2484 | 2024-07-19T18:26:23.716Z | Compiling paste v1.0.15 |
2485 | 2024-07-19T18:26:23.969Z | Compiling rustls v0.22.4 |
2486 | 2024-07-19T18:26:24.137Z | Compiling ident_case v1.0.1 |
2487 | 2024-07-19T18:26:24.285Z | Compiling darling_core v0.20.9 |
2488 | 2024-07-19T18:26:24.309Z | Compiling slog-async v2.8.0 |
2489 | 2024-07-19T18:26:24.406Z | Compiling slog-term v2.9.1 |
2490 | 2024-07-19T18:26:25.389Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2491 | 2024-07-19T18:26:25.493Z | Compiling rustls-webpki v0.102.4 |
2492 | 2024-07-19T18:26:25.557Z | Compiling multer v3.1.0 |
2493 | 2024-07-19T18:26:25.702Z | Compiling strum v0.26.3 |
2494 | 2024-07-19T18:26:25.920Z | Compiling slog-json v2.6.1 |
2495 | 2024-07-19T18:26:26.120Z | Compiling async-stream-impl v0.3.5 |
2496 | 2024-07-19T18:26:26.386Z | Compiling instant v0.1.12 |
2497 | 2024-07-19T18:26:26.544Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
2498 | 2024-07-19T18:26:26.814Z | Compiling atomic-waker v1.1.2 |
2499 | 2024-07-19T18:26:27.000Z | Compiling debug-ignore v1.0.5 |
2500 | 2024-07-19T18:26:27.042Z | Compiling waitgroup v0.1.2 |
2501 | 2024-07-19T18:26:27.214Z | Compiling slog-bunyan v2.5.0 |
2502 | 2024-07-19T18:26:27.392Z | Compiling async-stream v0.3.5 |
2503 | 2024-07-19T18:26:27.415Z | Compiling rustls-pemfile v2.1.2 |
2504 | 2024-07-19T18:26:27.439Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
2505 | 2024-07-19T18:26:27.695Z | Compiling serde_path_to_error v0.1.16 |
2506 | 2024-07-19T18:26:27.825Z | Compiling hostname v0.4.0 |
2507 | 2024-07-19T18:26:28.046Z | Compiling structmeta-derive v0.3.0 |
2508 | 2024-07-19T18:26:28.149Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2509 | 2024-07-19T18:26:28.405Z | Compiling newtype-uuid v1.1.0 |
2510 | 2024-07-19T18:26:28.661Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2511 | 2024-07-19T18:26:28.791Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2512 | 2024-07-19T18:26:29.046Z | Compiling backoff v0.4.0 |
2513 | 2024-07-19T18:26:29.264Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2514 | 2024-07-19T18:26:29.288Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2515 | 2024-07-19T18:26:29.341Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2516 | 2024-07-19T18:26:29.407Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2517 | 2024-07-19T18:26:29.461Z | Compiling macaddr v1.0.1 |
2518 | 2024-07-19T18:26:29.494Z | Compiling proc-macro-crate v1.3.1 |
2519 | 2024-07-19T18:26:29.898Z | Compiling tokio-rustls v0.25.0 |
2520 | 2024-07-19T18:26:30.259Z | Compiling fastrand v2.1.0 |
2521 | 2024-07-19T18:26:30.439Z | Compiling darling_macro v0.20.9 |
2522 | 2024-07-19T18:26:30.547Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2523 | 2024-07-19T18:26:30.570Z | Compiling structmeta v0.3.0 |
2524 | 2024-07-19T18:26:30.779Z | Compiling tempfile v3.10.1 |
2525 | 2024-07-19T18:26:30.863Z | Compiling num_enum_derive v0.5.11 |
2526 | 2024-07-19T18:26:30.965Z | Compiling parse-display-derive v0.9.1 |
2527 | 2024-07-19T18:26:31.293Z | Compiling darling v0.20.9 |
2528 | 2024-07-19T18:26:31.413Z | Compiling serde_with_macros v3.8.3 |
2529 | 2024-07-19T18:26:31.552Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2530 | 2024-07-19T18:26:31.827Z | Compiling foreign-types-macros v0.2.3 |
2531 | 2024-07-19T18:26:32.848Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2532 | 2024-07-19T18:26:33.077Z | Compiling heapless v0.8.0 |
2533 | 2024-07-19T18:26:33.107Z | Compiling num_enum v0.5.11 |
2534 | 2024-07-19T18:26:33.259Z | Compiling foreign-types-shared v0.3.1 |
2535 | 2024-07-19T18:26:33.370Z | Compiling foreign-types v0.5.0 |
2536 | 2024-07-19T18:26:33.505Z | Compiling proc-macro-error v1.0.4 |
2537 | 2024-07-19T18:26:33.981Z | Compiling serde_with v3.8.3 |
2538 | 2024-07-19T18:26:34.125Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2539 | 2024-07-19T18:26:34.156Z | Compiling hash32 v0.3.1 |
2540 | 2024-07-19T18:26:34.380Z | Compiling cstr-argument v0.1.2 |
2541 | 2024-07-19T18:26:34.615Z | Compiling pretty-hex v0.2.1 |
2542 | 2024-07-19T18:26:34.846Z | Compiling smoltcp v0.11.0 |
2543 | 2024-07-19T18:26:35.030Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2544 | 2024-07-19T18:26:35.053Z | Compiling parse-display v0.9.1 |
2545 | 2024-07-19T18:26:35.077Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2546 | 2024-07-19T18:26:35.481Z | Compiling camino-tempfile v1.1.1 |
2547 | 2024-07-19T18:26:35.589Z | Compiling tabwriter v1.4.0 |
2548 | 2024-07-19T18:26:35.638Z | Compiling colored v2.1.0 |
2549 | 2024-07-19T18:26:35.880Z | Compiling cobs v0.2.3 |
2550 | 2024-07-19T18:26:36.041Z | Compiling embedded-io v0.4.0 |
2551 | 2024-07-19T18:26:36.168Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2552 | 2024-07-19T18:26:36.252Z | Compiling postcard v1.0.8 |
2553 | 2024-07-19T18:26:36.305Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2554 | 2024-07-19T18:26:36.328Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2555 | 2024-07-19T18:26:36.425Z | Compiling crucible-workspace-hack v0.1.0 |
2556 | 2024-07-19T18:26:36.557Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2557 | 2024-07-19T18:26:36.690Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2558 | 2024-07-19T18:26:36.962Z | Compiling smf v0.2.3 |
2559 | 2024-07-19T18:26:37.048Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2560 | 2024-07-19T18:26:37.229Z | Compiling humantime v2.1.0 |
2561 | 2024-07-19T18:26:37.340Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2562 | 2024-07-19T18:26:37.672Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2563 | 2024-07-19T18:26:38.073Z | Compiling num-derive v0.4.2 |
2564 | 2024-07-19T18:26:38.122Z | Compiling sigpipe v0.1.3 |
2565 | 2024-07-19T18:26:38.193Z | Compiling utf-8 v0.7.6 |
2566 | 2024-07-19T18:26:38.255Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2567 | 2024-07-19T18:26:38.486Z | Compiling atty v0.2.14 |
2568 | 2024-07-19T18:26:38.560Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2569 | 2024-07-19T18:26:38.623Z | Compiling same-file v1.0.6 |
2570 | 2024-07-19T18:26:38.647Z | Compiling rayon-core v1.12.1 |
2571 | 2024-07-19T18:26:38.839Z | Compiling semver v0.1.20 |
2572 | 2024-07-19T18:26:38.902Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2573 | 2024-07-19T18:26:39.413Z | Compiling rustc_version v0.1.7 |
2574 | 2024-07-19T18:26:39.909Z | Compiling walkdir v2.5.0 |
2575 | 2024-07-19T18:26:39.979Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2576 | 2024-07-19T18:26:40.199Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2577 | 2024-07-19T18:26:40.360Z | Compiling newline-converter v0.3.0 |
2578 | 2024-07-19T18:26:40.434Z | Compiling curve25519-dalek v4.1.3 |
2579 | 2024-07-19T18:26:40.513Z | Compiling crossbeam-deque v0.8.5 |
2580 | 2024-07-19T18:26:40.604Z | Compiling universal-hash v0.5.1 |
2581 | 2024-07-19T18:26:40.649Z | Compiling prettyplease v0.2.20 |
2582 | 2024-07-19T18:26:40.791Z | Compiling opaque-debug v0.3.1 |
2583 | 2024-07-19T18:26:40.814Z | Compiling expectorate v1.1.0 |
2584 | 2024-07-19T18:26:40.895Z | Compiling newtype_derive v0.1.6 |
2585 | 2024-07-19T18:26:40.922Z | Compiling xattr v1.3.1 |
2586 | 2024-07-19T18:26:40.985Z | Compiling num-rational v0.4.2 |
2587 | 2024-07-19T18:26:41.066Z | Compiling signature v2.2.0 |
2588 | 2024-07-19T18:26:41.148Z | Compiling curve25519-dalek-derive v0.1.1 |
2589 | 2024-07-19T18:26:41.172Z | Compiling num-complex v0.4.6 |
2590 | 2024-07-19T18:26:41.327Z | Compiling blake3 v1.5.1 |
2591 | 2024-07-19T18:26:41.824Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2592 | 2024-07-19T18:26:41.999Z | Compiling ring v0.16.20 |
2593 | 2024-07-19T18:26:42.052Z | Compiling unicase v2.7.0 |
2594 | 2024-07-19T18:26:42.286Z | Compiling quick-error v1.2.3 |
2595 | 2024-07-19T18:26:42.357Z | Compiling linked-hash-map v0.5.6 |
2596 | 2024-07-19T18:26:42.427Z | Compiling arc-swap v1.7.1 |
2597 | 2024-07-19T18:26:42.450Z | Compiling termcolor v1.4.1 |
2598 | 2024-07-19T18:26:42.473Z | Compiling getrandom v0.1.16 |
2599 | 2024-07-19T18:26:42.666Z | Compiling convert_case v0.4.0 |
2600 | 2024-07-19T18:26:43.005Z | Compiling env_logger v0.9.3 |
2601 | 2024-07-19T18:26:43.029Z | Compiling slog-scope v4.4.0 |
2602 | 2024-07-19T18:26:43.098Z | Compiling lru-cache v0.1.2 |
2603 | 2024-07-19T18:26:43.279Z | Compiling resolv-conf v0.7.0 |
2604 | 2024-07-19T18:26:43.522Z | Compiling derive_more v0.99.18 |
2605 | 2024-07-19T18:26:43.687Z | Compiling tar v0.4.41 |
2606 | 2024-07-19T18:26:43.957Z | Compiling num v0.4.3 |
2607 | 2024-07-19T18:26:44.202Z | Compiling rayon v1.10.0 |
2608 | 2024-07-19T18:26:45.186Z | Compiling tungstenite v0.21.0 |
2609 | 2024-07-19T18:26:45.496Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2610 | 2024-07-19T18:26:45.880Z | Compiling blake2 v0.10.6 |
2611 | 2024-07-19T18:26:46.976Z | Compiling bitstruct_derive v0.1.0 |
2612 | 2024-07-19T18:26:47.101Z | Compiling derive-where v1.2.7 |
2613 | 2024-07-19T18:26:47.178Z | Compiling password-hash v0.5.0 |
2614 | 2024-07-19T18:26:48.138Z | Compiling memmap2 v0.9.4 |
2615 | 2024-07-19T18:26:48.224Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2616 | 2024-07-19T18:26:48.359Z | Compiling float-ord v0.3.2 |
2617 | 2024-07-19T18:26:48.382Z | Compiling ascii v1.1.0 |
2618 | 2024-07-19T18:26:48.537Z | Compiling arrayref v0.3.7 |
2619 | 2024-07-19T18:26:48.571Z | Compiling libefi-sys v0.1.0 |
2620 | 2024-07-19T18:26:48.639Z | Compiling parking_lot_core v0.8.6 |
2621 | 2024-07-19T18:26:48.835Z | Compiling arrayvec v0.7.4 |
2622 | 2024-07-19T18:26:48.960Z | Compiling spin v0.5.2 |
2623 | 2024-07-19T18:26:49.054Z | Compiling home v0.5.9 |
2624 | 2024-07-19T18:26:49.187Z | Compiling constant_time_eq v0.3.0 |
2625 | 2024-07-19T18:26:49.224Z | Compiling untrusted v0.7.1 |
2626 | 2024-07-19T18:26:49.415Z | Compiling toolchain_find v0.4.0 |
2627 | 2024-07-19T18:26:49.796Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2628 | 2024-07-19T18:26:50.061Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2629 | 2024-07-19T18:26:50.170Z | Compiling bitstruct v0.1.1 |
2630 | 2024-07-19T18:26:50.289Z | Compiling argon2 v0.5.3 |
2631 | 2024-07-19T18:26:50.313Z | Compiling tokio-tungstenite v0.21.0 |
2632 | 2024-07-19T18:26:50.667Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2633 | 2024-07-19T18:26:50.842Z | Compiling trust-dns-resolver v0.22.0 |
2634 | 2024-07-19T18:26:51.037Z | Compiling slog-stdlog v4.1.1 |
2635 | 2024-07-19T18:26:51.082Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2636 | 2024-07-19T18:26:51.211Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2637 | 2024-07-19T18:26:51.395Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2638 | 2024-07-19T18:26:51.502Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2639 | 2024-07-19T18:26:51.540Z | Compiling serde_arrays v0.1.0 |
2640 | 2024-07-19T18:26:51.584Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2641 | 2024-07-19T18:26:51.682Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2642 | 2024-07-19T18:26:51.707Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2643 | 2024-07-19T18:26:51.733Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2644 | 2024-07-19T18:26:51.733Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2645 | 2024-07-19T18:26:52.195Z | Compiling erased-serde v0.3.31 |
2646 | 2024-07-19T18:26:52.487Z | Compiling rfc6979 v0.4.0 |
2647 | 2024-07-19T18:26:52.517Z | Compiling aead v0.5.2 |
2648 | 2024-07-19T18:26:52.662Z | Compiling bitfield-struct v0.6.1 |
2649 | 2024-07-19T18:26:52.694Z | Compiling nibble_vec v0.1.0 |
2650 | 2024-07-19T18:26:52.718Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2651 | 2024-07-19T18:26:52.844Z | Compiling slog-dtrace v0.3.0 |
2652 | 2024-07-19T18:26:52.878Z | Compiling keccak v0.1.5 |
2653 | 2024-07-19T18:26:53.022Z | Compiling topological-sort v0.2.2 |
2654 | 2024-07-19T18:26:53.091Z | Compiling cancel-safe-futures v0.1.5 |
2655 | 2024-07-19T18:26:53.215Z | Compiling endian-type v0.1.2 |
2656 | 2024-07-19T18:26:53.345Z | Compiling omicron-zone-package v0.11.0 |
2657 | 2024-07-19T18:26:53.403Z | Compiling radix_trie v0.2.1 |
2658 | 2024-07-19T18:26:53.430Z | Compiling sha3 v0.10.8 |
2659 | 2024-07-19T18:26:53.453Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2660 | 2024-07-19T18:26:53.803Z | Compiling ecdsa v0.16.9 |
2661 | 2024-07-19T18:26:53.827Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2662 | 2024-07-19T18:26:54.010Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2663 | 2024-07-19T18:26:54.278Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2664 | 2024-07-19T18:26:54.410Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2665 | 2024-07-19T18:26:54.524Z | Compiling rand_core v0.5.1 |
2666 | 2024-07-19T18:26:54.633Z | Compiling slog-envlogger v2.2.0 |
2667 | 2024-07-19T18:26:54.714Z | Compiling mime_guess v2.0.4 |
2668 | 2024-07-19T18:26:55.082Z | Compiling steno v0.4.1 |
2669 | 2024-07-19T18:26:55.659Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2670 | 2024-07-19T18:26:56.014Z | Compiling rustfmt-wrapper v0.2.1 |
2671 | 2024-07-19T18:26:56.417Z | Compiling poly1305 v0.8.0 |
2672 | 2024-07-19T18:26:56.499Z | Compiling tungstenite v0.20.1 |
2673 | 2024-07-19T18:26:57.698Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2674 | 2024-07-19T18:26:57.959Z | Compiling heck v0.3.3 |
2675 | 2024-07-19T18:26:58.226Z | Compiling primeorder v0.13.6 |
2676 | 2024-07-19T18:26:58.324Z | Compiling chacha20 v0.9.1 |
2677 | 2024-07-19T18:26:58.347Z | Compiling secrecy v0.8.0 |
2678 | 2024-07-19T18:26:58.570Z | Compiling thiserror-impl-no-std v2.0.2 |
2679 | 2024-07-19T18:26:58.634Z | Compiling half v2.4.1 |
2680 | 2024-07-19T18:26:58.667Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2681 | 2024-07-19T18:26:58.726Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2682 | 2024-07-19T18:26:58.845Z | Compiling ciborium-io v0.2.2 |
2683 | 2024-07-19T18:26:58.890Z | Compiling option-ext v0.2.0 |
2684 | 2024-07-19T18:26:58.995Z | Compiling dirs-sys v0.4.1 |
2685 | 2024-07-19T18:26:59.019Z | Compiling ciborium-ll v0.2.2 |
2686 | 2024-07-19T18:26:59.019Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2687 | 2024-07-19T18:26:59.105Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2688 | 2024-07-19T18:26:59.394Z | Compiling zone_cfg_derive v0.1.2 |
2689 | 2024-07-19T18:26:59.845Z | Compiling tokio-tungstenite v0.20.1 |
2690 | 2024-07-19T18:27:00.029Z | Compiling parking_lot v0.11.2 |
2691 | 2024-07-19T18:27:00.338Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2692 | 2024-07-19T18:27:00.620Z | Compiling rand_chacha v0.2.2 |
2693 | 2024-07-19T18:27:00.664Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2694 | 2024-07-19T18:27:00.845Z | Compiling trust-dns-client v0.22.0 |
2695 | 2024-07-19T18:27:01.234Z | Compiling thiserror-no-std v2.0.2 |
2696 | 2024-07-19T18:27:01.373Z | Compiling ed25519 v2.2.3 |
2697 | 2024-07-19T18:27:01.417Z | Compiling polyval v0.6.2 |
2698 | 2024-07-19T18:27:01.817Z | Compiling libsw v3.3.1 |
2699 | 2024-07-19T18:27:01.841Z | Compiling toml v0.5.11 |
2700 | 2024-07-19T18:27:01.872Z | Compiling ctr v0.9.2 |
2701 | 2024-07-19T18:27:02.099Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2702 | 2024-07-19T18:27:02.144Z | Compiling aes v0.8.4 |
2703 | 2024-07-19T18:27:02.190Z | Compiling blowfish v0.9.1 |
2704 | 2024-07-19T18:27:02.471Z | Compiling pbkdf2 v0.12.2 |
2705 | 2024-07-19T18:27:02.572Z | Compiling password-hash v0.4.2 |
2706 | 2024-07-19T18:27:02.626Z | Compiling gethostname v0.4.3 |
2707 | 2024-07-19T18:27:02.874Z | Compiling fxhash v0.2.1 |
2708 | 2024-07-19T18:27:03.055Z | Compiling owo-colors v4.0.0 |
2709 | 2024-07-19T18:27:03.368Z | Compiling linear-map v1.2.0 |
2710 | 2024-07-19T18:27:03.442Z | Compiling base64 v0.13.1 |
2711 | 2024-07-19T18:27:03.683Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2712 | 2024-07-19T18:27:03.970Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2713 | 2024-07-19T18:27:04.191Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2714 | 2024-07-19T18:27:04.886Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2715 | 2024-07-19T18:27:04.909Z | Compiling ron v0.7.1 |
2716 | 2024-07-19T18:27:06.802Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2717 | 2024-07-19T18:27:07.580Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2718 | 2024-07-19T18:27:07.830Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2719 | 2024-07-19T18:27:08.104Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2720 | 2024-07-19T18:27:08.478Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2721 | 2024-07-19T18:27:10.404Z | Compiling trust-dns-server v0.22.1 |
2722 | 2024-07-19T18:27:10.745Z | Compiling sled v0.34.7 |
2723 | 2024-07-19T18:27:10.907Z | Compiling pbkdf2 v0.11.0 |
2724 | 2024-07-19T18:27:10.997Z | Compiling bcrypt-pbkdf v0.10.0 |
2725 | 2024-07-19T18:27:11.239Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2726 | 2024-07-19T18:27:11.263Z | Compiling ghash v0.5.1 |
2727 | 2024-07-19T18:27:11.450Z | Compiling ed25519-dalek v2.1.1 |
2728 | 2024-07-19T18:27:11.562Z | Compiling vsss-rs v3.3.4 |
2729 | 2024-07-19T18:27:11.847Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2730 | 2024-07-19T18:27:12.459Z | Compiling rand v0.7.3 |
2731 | 2024-07-19T18:27:13.708Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2732 | 2024-07-19T18:27:14.547Z | Compiling zone v0.1.8 |
2733 | 2024-07-19T18:27:15.900Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2734 | 2024-07-19T18:27:15.925Z | Compiling ciborium v0.2.2 |
2735 | 2024-07-19T18:27:16.091Z | Compiling dirs v5.0.1 |
2736 | 2024-07-19T18:27:16.279Z | Compiling chacha20poly1305 v0.10.1 |
2737 | 2024-07-19T18:27:16.487Z | Compiling p521 v0.13.3 |
2738 | 2024-07-19T18:27:17.178Z | Compiling p256 v0.13.2 |
2739 | 2024-07-19T18:27:17.672Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2740 | 2024-07-19T18:27:17.880Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2741 | 2024-07-19T18:27:17.998Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2742 | 2024-07-19T18:27:18.317Z | Compiling pem v3.0.4 |
2743 | 2024-07-19T18:27:18.945Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2744 | 2024-07-19T18:27:19.017Z | Compiling headers-core v0.2.0 |
2745 | 2024-07-19T18:27:19.098Z | Compiling cbc v0.1.2 |
2746 | 2024-07-19T18:27:19.180Z | Compiling kstat-rs v0.2.4 |
2747 | 2024-07-19T18:27:19.282Z | Compiling portpicker v0.1.1 |
2748 | 2024-07-19T18:27:19.327Z | Compiling nanorand v0.7.0 |
2749 | 2024-07-19T18:27:19.552Z | Compiling russh-cryptovec v0.7.2 |
2750 | 2024-07-19T18:27:19.620Z | Compiling glob v0.3.1 |
2751 | 2024-07-19T18:27:19.834Z | Compiling md5 v0.7.0 |
2752 | 2024-07-19T18:27:19.923Z | Compiling http-range v0.1.5 |
2753 | 2024-07-19T18:27:19.946Z | Compiling flume v0.11.0 |
2754 | 2024-07-19T18:27:20.251Z | Compiling hyper-staticfile v0.9.5 |
2755 | 2024-07-19T18:27:20.275Z | Compiling russh-keys v0.43.0 |
2756 | 2024-07-19T18:27:20.275Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2757 | 2024-07-19T18:27:20.529Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2758 | 2024-07-19T18:27:20.552Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2759 | 2024-07-19T18:27:21.052Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2760 | 2024-07-19T18:27:21.602Z | Compiling headers v0.3.9 |
2761 | 2024-07-19T18:27:22.985Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2762 | 2024-07-19T18:27:23.232Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2763 | 2024-07-19T18:27:23.739Z | Compiling rcgen v0.12.1 |
2764 | 2024-07-19T18:27:24.647Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2765 | 2024-07-19T18:27:25.338Z | Compiling aes-gcm v0.10.3 |
2766 | 2024-07-19T18:27:25.795Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2767 | 2024-07-19T18:27:26.051Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2768 | 2024-07-19T18:27:27.629Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2769 | 2024-07-19T18:27:28.018Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2770 | 2024-07-19T18:27:29.343Z | Compiling atomicwrites v0.4.3 |
2771 | 2024-07-19T18:27:29.573Z | Compiling subprocess v0.2.9 |
2772 | 2024-07-19T18:27:29.678Z | Compiling hex-literal v0.4.1 |
2773 | 2024-07-19T18:27:29.830Z | Compiling dhcproto-macros v0.1.0 |
2774 | 2024-07-19T18:27:30.597Z | Compiling display-error-chain v0.2.0 |
2775 | 2024-07-19T18:27:30.758Z | Compiling dhcproto v0.11.0 |
2776 | 2024-07-19T18:27:31.263Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2777 | 2024-07-19T18:27:31.929Z | Compiling russh v0.43.0 |
2778 | 2024-07-19T18:27:33.328Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2779 | 2024-07-19T18:27:33.448Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2780 | 2024-07-19T18:27:33.471Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2781 | 2024-07-19T18:27:33.566Z | Compiling internet-checksum v0.2.1 |
2782 | 2024-07-19T18:27:36.339Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2783 | 2024-07-19T18:28:01.856Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2784 | 2024-07-19T18:29:03.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 35s |
2785 | 2024-07-19T18:29:03.937Z | |
2786 | 2024-07-19T18:29:03.961Z | real 3:36.144814955 |
2787 | 2024-07-19T18:29:03.961Z | user 16:41.767572247 |
2788 | 2024-07-19T18:29:03.961Z | sys 4:01.656127212 |
2789 | 2024-07-19T18:29:03.961Z | trap 0.447585854 |
2790 | 2024-07-19T18:29:03.961Z | tflt 0.327657327 |
2791 | 2024-07-19T18:29:03.961Z | dflt 2.946351198 |
2792 | 2024-07-19T18:29:03.961Z | kflt 0.000405707 |
2793 | 2024-07-19T18:29:03.961Z | lock 36:14.324541782 |
2794 | 2024-07-19T18:29:03.961Z | slp 47:22.331289169 |
2795 | 2024-07-19T18:29:03.961Z | lat 1:01.735642289 |
2796 | 2024-07-19T18:29:03.961Z | stop 2:11.449915430 |
2797 | 2024-07-19T18:29:03.961Z | + mkdir tests |
2798 | 2024-07-19T18:29:03.961Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2799 | 2024-07-19T18:29:03.961Z | + xargs -I '{}' -t cp '{}' tests/ |
2800 | 2024-07-19T18:29:03.987Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-c0c790ea1a7a3d6f tests/ |
2801 | 2024-07-19T18:29:04.012Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-b827db54e1e400a7 tests/ |
2802 | 2024-07-19T18:29:04.036Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-7f61bf879738a80a tests/ |
2803 | 2024-07-19T18:29:04.059Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f47bc2e8e7798f12 tests/ |
2804 | 2024-07-19T18:29:04.300Z | + 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/*) |
2805 | 2024-07-19T18:29:04.325Z | + 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-b827db54e1e400a7 tests/commtest-7f61bf879738a80a tests/dhcp_server-c0c790ea1a7a3d6f tests/end_to_end_tests-f47bc2e8e7798f12 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 |
2806 | 2024-07-19T18:30:23.809Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2807 | 2024-07-19T18:30:23.809Z | a out/target/test 1K |
2808 | 2024-07-19T18:30:23.809Z | a out/npuzone/npuzone 23144K |
2809 | 2024-07-19T18:30:23.809Z | a package-manifest.toml 29K |
2810 | 2024-07-19T18:30:23.809Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2811 | 2024-07-19T18:30:23.809Z | a target/release/omicron-package 32425K |
2812 | 2024-07-19T18:30:23.809Z | a target/release/xtask 18189K |
2813 | 2024-07-19T18:30:23.809Z | a target/debug/bootstrap 361585K |
2814 | 2024-07-19T18:30:23.809Z | a tests/bootstrap-b827db54e1e400a7 23985K |
2815 | 2024-07-19T18:30:23.809Z | a tests/commtest-7f61bf879738a80a 23985K |
2816 | 2024-07-19T18:30:23.809Z | a tests/dhcp_server-c0c790ea1a7a3d6f 23985K |
2817 | 2024-07-19T18:30:23.809Z | a tests/end_to_end_tests-f47bc2e8e7798f12 371181K |
2818 | 2024-07-19T18:30:23.809Z | a out/clickhouse.tar.gz 223067K |
2819 | 2024-07-19T18:30:23.809Z | a out/clickhouse_keeper.tar.gz 223045K |
2820 | 2024-07-19T18:30:23.809Z | a out/cockroachdb.tar.gz 131882K |
2821 | 2024-07-19T18:30:23.809Z | a out/crucible-dtrace.tar 85K |
2822 | 2024-07-19T18:30:23.809Z | a out/crucible-pantry-zone.tar.gz 27007K |
2823 | 2024-07-19T18:30:23.809Z | a out/crucible-zone.tar.gz 37380K |
2824 | 2024-07-19T18:30:23.809Z | a out/external-dns.tar.gz 25194K |
2825 | 2024-07-19T18:30:23.809Z | a out/internal-dns.tar.gz 25194K |
2826 | 2024-07-19T18:30:23.809Z | a out/mg-ddm-gz.tar 60627K |
2827 | 2024-07-19T18:30:23.809Z | a out/nexus.tar.gz 84785K |
2828 | 2024-07-19T18:30:23.809Z | a out/ntp.tar.gz 8886K |
2829 | 2024-07-19T18:30:23.809Z | a out/omicron-gateway-softnpu.tar.gz 13791K |
2830 | 2024-07-19T18:30:23.809Z | a out/omicron-sled-agent.tar 94705K |
2831 | 2024-07-19T18:30:23.809Z | a out/overlay.tar.gz 3K |
2832 | 2024-07-19T18:30:23.809Z | a out/oximeter.tar.gz 42120K |
2833 | 2024-07-19T18:30:23.809Z | a out/oxlog.tar 2947K |
2834 | 2024-07-19T18:30:23.810Z | a out/probe.tar.gz 2764K |
2835 | 2024-07-19T18:30:23.810Z | a out/propolis-server.tar.gz 64643K |
2836 | 2024-07-19T18:30:23.810Z | a out/pumpkind-gz.tar 26665K |
2837 | 2024-07-19T18:30:23.810Z | a out/switch-softnpu.tar.gz 198432K |
2838 | 2024-07-19T18:30:23.833Z | |
2839 | 2024-07-19T18:30:23.834Z | real 1:19.507062755 |
2840 | 2024-07-19T18:30:23.834Z | user 1:13.448851580 |
2841 | 2024-07-19T18:30:23.834Z | sys 7.430098222 |
2842 | 2024-07-19T18:30:23.834Z | trap 0.024134915 |
2843 | 2024-07-19T18:30:23.834Z | tflt 0.000000000 |
2844 | 2024-07-19T18:30:23.834Z | dflt 0.000000000 |
2845 | 2024-07-19T18:30:23.834Z | kflt 0.000000000 |
2846 | 2024-07-19T18:30:23.834Z | lock 0.000000000 |
2847 | 2024-07-19T18:30:23.834Z | slp 1:13.488080721 |
2848 | 2024-07-19T18:30:23.834Z | lat 4.618047230 |
2849 | 2024-07-19T18:30:23.834Z | stop 0.000328344 |
2850 | 2024-07-19T18:30:23.834Z | process exited: duration 1607770 ms, exit code 0 |
|
2851 | 2024-07-19T18:30:23.915Z | found 1 output files |
2852 | 2024-07-19T18:30:23.915Z | uploading: /work/package.tar.gz (1407956107 bytes) |
2853 | 2024-07-19T18:32:46.601Z | uploaded: /work/package.tar.gz |