|
|
|
1 | 2024-07-15T20:37:27.662Z | job assigned to worker 01J2W1RKFD3CCFXV4ST63RTVT2 (queued for 1 m 10 s) |
|
2 | 2024-07-15T20:37:34.832Z | starting task 0: "setup" |
3 | 2024-07-15T20:37:34.885Z | ++ uname -s |
4 | 2024-07-15T20:37:34.888Z | + kern=SunOS |
5 | 2024-07-15T20:37:34.888Z | + case "$kern" in |
6 | 2024-07-15T20:37:34.888Z | + groupadd -g 12345 build |
7 | 2024-07-15T20:37:34.891Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-15T20:37:36.898Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-15T20:37:37.016Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-15T20:37:37.022Z | + home_fs=zfs |
11 | 2024-07-15T20:37:37.022Z | + [[ zfs == autofs ]] |
12 | 2024-07-15T20:37:37.022Z | + mkdir -p /home/build |
13 | 2024-07-15T20:37:37.026Z | + chown build:build /home/build /work |
14 | 2024-07-15T20:37:39.021Z | + chmod 0700 /home/build /work |
15 | 2024-07-15T20:37:39.025Z | process exited: duration 4191 ms, exit code 0 |
|
16 | 2024-07-15T20:37:39.031Z | starting task 1: "rust-toolchain" |
17 | 2024-07-15T20:37:39.038Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-15T20:37:39.038Z | * toolchain channel = "1.78.0" |
19 | 2024-07-15T20:37:39.038Z | ' 1.78.0 |
20 | 2024-07-15T20:37:39.038Z | + printf ' * toolchain profile = "%s" |
21 | 2024-07-15T20:37:39.038Z | ' default |
22 | 2024-07-15T20:37:39.038Z | * toolchain profile = "default" |
23 | 2024-07-15T20:37:39.041Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-15T20:37:39.041Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-15T20:37:39.142Z | info: downloading installer |
26 | 2024-07-15T20:37:40.654Z | info: profile set to 'default' |
27 | 2024-07-15T20:37:40.655Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-15T20:37:40.655Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-15T20:37:40.798Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-15T20:37:40.798Z | info: downloading component 'cargo' |
31 | 2024-07-15T20:37:41.618Z | info: downloading component 'clippy' |
32 | 2024-07-15T20:37:41.891Z | info: downloading component 'rust-docs' |
33 | 2024-07-15T20:37:42.961Z | info: downloading component 'rust-std' |
34 | 2024-07-15T20:37:44.677Z | info: downloading component 'rustc' |
35 | 2024-07-15T20:37:49.043Z | info: downloading component 'rustfmt' |
36 | 2024-07-15T20:37:49.279Z | info: installing component 'cargo' |
37 | 2024-07-15T20:37:50.095Z | info: installing component 'clippy' |
38 | 2024-07-15T20:37:50.444Z | info: installing component 'rust-docs' |
39 | 2024-07-15T20:37:51.943Z | info: installing component 'rust-std' |
40 | 2024-07-15T20:37:53.656Z | info: installing component 'rustc' |
41 | 2024-07-15T20:37:57.826Z | info: installing component 'rustfmt' |
42 | 2024-07-15T20:37:58.167Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-15T20:37:58.167Z | |
44 | 2024-07-15T20:37:58.438Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-15T20:37:58.438Z | |
46 | 2024-07-15T20:37:58.438Z | |
47 | 2024-07-15T20:37:58.438Z | Rust is installed now. Great! |
48 | 2024-07-15T20:37:58.438Z | |
49 | 2024-07-15T20:37:58.438Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-15T20:37:58.438Z | environment variable. This has not been done automatically. |
51 | 2024-07-15T20:37:58.438Z | |
52 | 2024-07-15T20:37:58.438Z | To configure your current shell, you need to source |
53 | 2024-07-15T20:37:58.438Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-15T20:37:58.438Z | |
55 | 2024-07-15T20:37:58.438Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-15T20:37:58.438Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-15T20:37:58.438Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-15T20:37:58.582Z | + rustc --version |
59 | 2024-07-15T20:37:58.645Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-15T20:37:58.649Z | process exited: duration 19611 ms, exit code 0 |
|
61 | 2024-07-15T20:37:58.656Z | starting task 2: "authentication" |
62 | 2024-07-15T20:37:58.677Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-07-15T20:37:58.684Z | starting task 3: "clone repository" |
64 | 2024-07-15T20:37:58.687Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-15T20:37:58.690Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-15T20:37:59.281Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-15T20:38:07.146Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-15T20:38:07.146Z | + git fetch origin 426daf1b48fe24839fc4311ccd81bd792f7f2e82 |
69 | 2024-07-15T20:38:07.484Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-15T20:38:07.484Z | * branch 426daf1b48fe24839fc4311ccd81bd792f7f2e82 -> FETCH_HEAD |
71 | 2024-07-15T20:38:07.494Z | + [[ -n physical_disks_ensure_lets_go ]] |
72 | 2024-07-15T20:38:07.497Z | ++ git branch --show-current |
73 | 2024-07-15T20:38:07.497Z | + current=main |
74 | 2024-07-15T20:38:07.497Z | + [[ main != physical_disks_ensure_lets_go ]] |
75 | 2024-07-15T20:38:07.497Z | + git branch -f physical_disks_ensure_lets_go 426daf1b48fe24839fc4311ccd81bd792f7f2e82 |
76 | 2024-07-15T20:38:07.500Z | + git checkout -f physical_disks_ensure_lets_go |
77 | 2024-07-15T20:38:07.633Z | Switched to branch 'physical_disks_ensure_lets_go' |
78 | 2024-07-15T20:38:07.637Z | + git reset --hard 426daf1b48fe24839fc4311ccd81bd792f7f2e82 |
79 | 2024-07-15T20:38:07.650Z | HEAD is now at 426daf1b4 Merge branch 'stop-self-managing-disks' into physical_disks_ensure_lets_go |
80 | 2024-07-15T20:38:07.655Z | process exited: duration 8965 ms, exit code 0 |
|
81 | 2024-07-15T20:38:07.665Z | starting task 4: "build" |
82 | 2024-07-15T20:38:07.678Z | + cargo --version |
83 | 2024-07-15T20:38:07.717Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-15T20:38:07.720Z | + rustc --version |
85 | 2024-07-15T20:38:07.778Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-15T20:38:07.788Z | + WORK=/work |
87 | 2024-07-15T20:38:07.788Z | + pfexec mkdir -p /work |
88 | 2024-07-15T20:38:07.788Z | + pfexec chown build /work |
89 | 2024-07-15T20:38:07.788Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-07-15T20:38:24.566Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-07-15T20:38:26.541Z | Startup: Caching catalogs ... Done |
92 | 2024-07-15T20:38:29.380Z | Planning: Solver setup ... Done (2.310s) |
93 | 2024-07-15T20:38:29.430Z | Planning: Running solver ... Done (0.049s) |
94 | 2024-07-15T20:38:29.472Z | Planning: Finding local manifests ... Done (0.003s) |
95 | 2024-07-15T20:38:29.503Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-07-15T20:38:29.761Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-07-15T20:38:29.808Z | Planning: Package planning ... Done (0.047s) |
98 | 2024-07-15T20:38:29.859Z | Planning: Merging actions ... Done (0.050s) |
99 | 2024-07-15T20:38:30.665Z | Planning: Checking for conflicting actions ... Done (0.773s) |
100 | 2024-07-15T20:38:30.712Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-07-15T20:38:34.360Z | Planning: Evaluating mediators ... Done (3.715s) |
102 | 2024-07-15T20:38:34.369Z | Planning: Planning completed in 7.76 seconds |
103 | 2024-07-15T20:38:34.661Z | Packages to install: 4 |
104 | 2024-07-15T20:38:34.661Z | Mediators to change: 2 |
105 | 2024-07-15T20:38:34.661Z | Services to change: 1 |
106 | 2024-07-15T20:38:34.664Z | Estimated space available: 155.77 GB |
107 | 2024-07-15T20:38:34.664Z | Estimated space to be consumed: 1.46 GB |
108 | 2024-07-15T20:38:34.664Z | Create boot environment: No |
109 | 2024-07-15T20:38:34.664Z | Create backup boot environment: No |
110 | 2024-07-15T20:38:34.664Z | Rebuild boot archive: No |
111 | 2024-07-15T20:38:34.664Z | |
112 | 2024-07-15T20:38:34.664Z | Changed mediators: |
113 | 2024-07-15T20:38:34.664Z | mediator clang: |
114 | 2024-07-15T20:38:34.664Z | version: None -> 15 (system default) |
115 | 2024-07-15T20:38:34.664Z | |
116 | 2024-07-15T20:38:34.664Z | mediator llvm: |
117 | 2024-07-15T20:38:34.664Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-07-15T20:38:34.664Z | |
119 | 2024-07-15T20:38:34.664Z | Changed packages: |
120 | 2024-07-15T20:38:34.664Z | helios-dev |
121 | 2024-07-15T20:38:34.664Z | developer/build-essential |
122 | 2024-07-15T20:38:34.664Z | None -> 11-2.0 |
123 | 2024-07-15T20:38:34.664Z | library/libxmlsec1 |
124 | 2024-07-15T20:38:34.664Z | None -> 1.2.35-2.0 |
125 | 2024-07-15T20:38:34.664Z | ooce/developer/clang-15 |
126 | 2024-07-15T20:38:34.664Z | None -> 15.0.7-2.0 |
127 | 2024-07-15T20:38:34.664Z | ooce/developer/llvm-15 |
128 | 2024-07-15T20:38:34.665Z | None -> 15.0.7-2.0 |
129 | 2024-07-15T20:38:34.665Z | |
130 | 2024-07-15T20:38:34.665Z | Services: |
131 | 2024-07-15T20:38:34.665Z | restart_fmri: |
132 | 2024-07-15T20:38:34.665Z | svc:/system/update-man-index:default |
133 | 2024-07-15T20:38:34.790Z | |
134 | 2024-07-15T20:38:34.790Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-07-15T20:38:39.865Z | Download: 715/3290 items 18.2/212.6MB 8% complete (3.9M/s) |
136 | 2024-07-15T20:38:44.810Z | Download: 1103/3290 items 19.8/212.6MB 9% complete (2.1M/s) |
137 | 2024-07-15T20:38:50.425Z | Download: 1194/3290 items 83.5/212.6MB 39% complete (8.2M/s) |
138 | 2024-07-15T20:38:55.427Z | Download: 2226/3290 items 119.2/212.6MB 56% complete (8.3M/s) |
139 | 2024-07-15T20:38:59.658Z | Download: Completed 212.60 MB in 24.85 seconds (8.6M/s) |
140 | 2024-07-15T20:39:00.145Z | Actions: 1/3689 actions (Installing new actions) |
141 | 2024-07-15T20:39:05.163Z | Actions: 3627/3689 actions (Installing new actions) |
142 | 2024-07-15T20:39:05.207Z | Actions: Completed 3689 actions in 5.06 seconds. |
143 | 2024-07-15T20:39:05.440Z | Done (0.227s) |
144 | 2024-07-15T20:39:05.440Z | Done (0.000s) |
145 | 2024-07-15T20:39:05.770Z | Done (0.330s) |
146 | 2024-07-15T20:39:10.783Z | Done (4.857s) |
147 | 2024-07-15T20:39:10.971Z | Done (0.125s) |
148 | 2024-07-15T20:39:10.971Z | Done (0.000s) |
149 | 2024-07-15T20:39:11.132Z | Done (0.000s) |
150 | 2024-07-15T20:39:11.678Z | Planning: Evaluating mediator changes ... Done |
151 | 2024-07-15T20:39:11.834Z | Planning: Checking for conflicting actions ... Done |
152 | 2024-07-15T20:39:11.837Z | Planning: Consolidating action changes ... Done |
153 | 2024-07-15T20:39:12.093Z | Planning: Evaluating mediators ... Done |
154 | 2024-07-15T20:39:12.106Z | Planning: Planning completed in 0.42 seconds |
155 | 2024-07-15T20:39:12.126Z | Mediators to change: 2 |
156 | 2024-07-15T20:39:12.126Z | Create boot environment: No |
157 | 2024-07-15T20:39:12.126Z | Create backup boot environment: No |
158 | 2024-07-15T20:39:12.190Z | Done |
159 | 2024-07-15T20:39:12.190Z | Done |
160 | 2024-07-15T20:39:12.393Z | Done |
161 | 2024-07-15T20:39:15.810Z | Done |
162 | 2024-07-15T20:39:15.887Z | Done |
163 | 2024-07-15T20:39:15.887Z | Done |
164 | 2024-07-15T20:39:16.002Z | Done |
165 | 2024-07-15T20:39:16.592Z | Planning: Evaluating mediator changes ... Done |
166 | 2024-07-15T20:39:16.596Z | Planning: Merging actions ... Done |
167 | 2024-07-15T20:39:16.777Z | Planning: Checking for conflicting actions ... Done |
168 | 2024-07-15T20:39:16.780Z | Planning: Consolidating action changes ... Done |
169 | 2024-07-15T20:39:17.037Z | Planning: Evaluating mediators ... Done |
170 | 2024-07-15T20:39:17.089Z | Planning: Planning completed in 0.73 seconds |
171 | 2024-07-15T20:39:17.123Z | Packages to change: 1 |
172 | 2024-07-15T20:39:17.123Z | Mediators to change: 1 |
173 | 2024-07-15T20:39:17.123Z | Services to change: 1 |
174 | 2024-07-15T20:39:17.127Z | Create boot environment: No |
175 | 2024-07-15T20:39:17.127Z | Create backup boot environment: Yes |
176 | 2024-07-15T20:39:17.971Z | Actions: 1/6 actions (Updating modified actions) |
177 | 2024-07-15T20:39:18.017Z | Actions: Completed 6 actions in 0.05 seconds. |
178 | 2024-07-15T20:39:18.017Z | Done |
179 | 2024-07-15T20:39:18.017Z | Done |
180 | 2024-07-15T20:39:18.085Z | Done |
181 | 2024-07-15T20:39:21.483Z | Done |
182 | 2024-07-15T20:39:21.563Z | Done |
183 | 2024-07-15T20:39:21.566Z | Done |
184 | 2024-07-15T20:39:21.688Z | Done |
185 | 2024-07-15T20:39:22.114Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
186 | 2024-07-15T20:39:22.114Z | clang system 15 system |
187 | 2024-07-15T20:39:22.114Z | csh system system illumos |
188 | 2024-07-15T20:39:22.114Z | ctags system system illumos |
189 | 2024-07-15T20:39:22.114Z | gcc vendor 12 vendor |
190 | 2024-07-15T20:39:22.114Z | gcc system 10 system |
191 | 2024-07-15T20:39:22.114Z | gcc system 7 system |
192 | 2024-07-15T20:39:22.115Z | go system 1.20 system |
193 | 2024-07-15T20:39:22.115Z | go system 1.19 system |
194 | 2024-07-15T20:39:22.115Z | llvm system 15 system |
195 | 2024-07-15T20:39:22.115Z | llvm system 14 system |
196 | 2024-07-15T20:39:22.115Z | mariadb system 10.6 system |
197 | 2024-07-15T20:39:22.115Z | mta vendor vendor dma |
198 | 2024-07-15T20:39:22.115Z | openjdk system 17 system |
199 | 2024-07-15T20:39:22.115Z | openjdk system 11 system |
200 | 2024-07-15T20:39:22.115Z | openjdk system 1.8 system |
201 | 2024-07-15T20:39:22.115Z | openssl vendor 3 vendor |
202 | 2024-07-15T20:39:22.115Z | perl system 5.36 system |
203 | 2024-07-15T20:39:22.115Z | postgresql system 15 system |
204 | 2024-07-15T20:39:22.115Z | postgresql system 13 system |
205 | 2024-07-15T20:39:22.115Z | python vendor 3 vendor |
206 | 2024-07-15T20:39:22.115Z | python system 2 system |
207 | 2024-07-15T20:39:22.115Z | python3 system 3.11 system |
208 | 2024-07-15T20:39:22.115Z | ruby system 3.0 system |
209 | 2024-07-15T20:39:22.115Z | words vendor vendor american-english |
210 | 2024-07-15T20:39:22.115Z | words system system australian-english |
211 | 2024-07-15T20:39:22.115Z | words system system british-english |
212 | 2024-07-15T20:39:22.115Z | words system system canadian-english |
213 | 2024-07-15T20:39:22.115Z | words system system french |
214 | 2024-07-15T20:39:22.115Z | words system system italian |
215 | 2024-07-15T20:39:22.115Z | words system system ngerman |
216 | 2024-07-15T20:39:22.115Z | words system system ogerman |
217 | 2024-07-15T20:39:22.115Z | words system system spanish |
218 | 2024-07-15T20:39:22.438Z | PUBLISHER TYPE STATUS P LOCATION |
219 | 2024-07-15T20:39:22.438Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
220 | 2024-07-15T20:39:23.967Z | FMRI IFO |
221 | 2024-07-15T20:39:23.967Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
222 | 2024-07-15T20:39:23.967Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
223 | 2024-07-15T20:39:23.967Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
224 | 2024-07-15T20:39:23.967Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
225 | 2024-07-15T20:39:23.967Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
226 | 2024-07-15T20:39:23.967Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
227 | 2024-07-15T20:39:23.967Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
228 | 2024-07-15T20:39:23.967Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
229 | 2024-07-15T20:39:23.967Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
230 | 2024-07-15T20:39:23.967Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
231 | 2024-07-15T20:39:23.967Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
232 | 2024-07-15T20:39:23.967Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
233 | 2024-07-15T20:39:24.464Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
234 | 2024-07-15T20:39:24.755Z | Updating git repository `https://github.com/oxidecomputer/zone` |
235 | 2024-07-15T20:39:25.008Z | Updating crates.io index |
236 | 2024-07-15T20:39:25.066Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
237 | 2024-07-15T20:39:25.865Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
238 | 2024-07-15T20:39:26.656Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
239 | 2024-07-15T20:39:26.921Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
240 | 2024-07-15T20:39:29.129Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
241 | 2024-07-15T20:39:29.611Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
242 | 2024-07-15T20:39:29.854Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
243 | 2024-07-15T20:39:30.887Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
244 | 2024-07-15T20:39:32.953Z | Updating git repository `https://github.com/oxidecomputer/opte` |
245 | 2024-07-15T20:39:33.976Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
246 | 2024-07-15T20:39:34.685Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
247 | 2024-07-15T20:39:35.389Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
248 | 2024-07-15T20:39:35.652Z | Updating git repository `https://github.com/oxidecomputer/sprockets` |
249 | 2024-07-15T20:39:35.963Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
250 | 2024-07-15T20:39:36.209Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
251 | 2024-07-15T20:39:36.480Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
252 | 2024-07-15T20:39:36.789Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
253 | 2024-07-15T20:39:37.065Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
254 | 2024-07-15T20:39:37.280Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
255 | 2024-07-15T20:39:37.580Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
256 | 2024-07-15T20:39:37.884Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
257 | 2024-07-15T20:39:38.335Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
258 | 2024-07-15T20:39:38.602Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
259 | 2024-07-15T20:39:39.258Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
260 | 2024-07-15T20:39:39.525Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
261 | 2024-07-15T20:39:39.825Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
262 | 2024-07-15T20:39:40.132Z | Updating git repository `https://github.com/oxidecomputer/typify` |
263 | 2024-07-15T20:39:42.363Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
264 | 2024-07-15T20:39:42.731Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
265 | 2024-07-15T20:39:43.030Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
266 | 2024-07-15T20:39:43.475Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
267 | 2024-07-15T20:39:44.552Z | Downloading crates ... |
268 | 2024-07-15T20:39:44.620Z | Downloaded equivalent v1.0.1 |
269 | 2024-07-15T20:39:44.623Z | Downloaded anstyle v1.0.7 |
270 | 2024-07-15T20:39:44.625Z | Downloaded autocfg v1.3.0 |
271 | 2024-07-15T20:39:44.625Z | Downloaded anstyle-query v1.0.3 |
272 | 2024-07-15T20:39:44.628Z | Downloaded adler v1.0.2 |
273 | 2024-07-15T20:39:44.631Z | Downloaded dtrace-parser v0.2.0 |
274 | 2024-07-15T20:39:44.636Z | Downloaded foreign-types v0.3.2 |
275 | 2024-07-15T20:39:44.638Z | Downloaded num-conv v0.1.0 |
276 | 2024-07-15T20:39:44.641Z | Downloaded is-terminal v0.4.12 |
277 | 2024-07-15T20:39:44.644Z | Downloaded plain v0.2.3 |
278 | 2024-07-15T20:39:44.646Z | Downloaded num_threads v0.1.7 |
279 | 2024-07-15T20:39:44.652Z | Downloaded pin-utils v0.1.0 |
280 | 2024-07-15T20:39:44.652Z | Downloaded pin-project-lite v0.2.14 |
281 | 2024-07-15T20:39:44.656Z | Downloaded rustversion v1.0.17 |
282 | 2024-07-15T20:39:44.656Z | Downloaded pretty-hex v0.4.1 |
283 | 2024-07-15T20:39:44.659Z | Downloaded proc-macro-error-attr v1.0.4 |
284 | 2024-07-15T20:39:44.661Z | Downloaded scroll_derive v0.12.0 |
285 | 2024-07-15T20:39:44.661Z | Downloaded cpufeatures v0.2.12 |
286 | 2024-07-15T20:39:44.664Z | Downloaded pkg-config v0.3.30 |
287 | 2024-07-15T20:39:44.664Z | Downloaded tinyvec_macros v0.1.1 |
288 | 2024-07-15T20:39:44.664Z | Downloaded openssl-macros v0.1.1 |
289 | 2024-07-15T20:39:44.666Z | Downloaded want v0.3.1 |
290 | 2024-07-15T20:39:44.669Z | Downloaded percent-encoding v2.3.1 |
291 | 2024-07-15T20:39:44.669Z | Downloaded bytecount v0.6.8 |
292 | 2024-07-15T20:39:44.672Z | Downloaded is_terminal_polyfill v1.70.0 |
293 | 2024-07-15T20:39:44.672Z | Downloaded tower-service v0.3.2 |
294 | 2024-07-15T20:39:44.675Z | Downloaded usdt-macro v0.5.0 |
295 | 2024-07-15T20:39:44.678Z | Downloaded dirs-sys-next v0.1.2 |
296 | 2024-07-15T20:39:44.678Z | Downloaded usdt-attr-macro v0.5.0 |
297 | 2024-07-15T20:39:44.680Z | Downloaded crypto-common v0.1.6 |
298 | 2024-07-15T20:39:44.680Z | Downloaded httpdate v1.0.3 |
299 | 2024-07-15T20:39:44.681Z | Downloaded heck v0.5.0 |
300 | 2024-07-15T20:39:44.684Z | Downloaded anstyle-parse v0.2.4 |
301 | 2024-07-15T20:39:44.684Z | Downloaded cargo-platform v0.1.8 |
302 | 2024-07-15T20:39:44.687Z | Downloaded itoa v1.0.11 |
303 | 2024-07-15T20:39:44.687Z | Downloaded futures-executor v0.3.30 |
304 | 2024-07-15T20:39:44.690Z | Downloaded errno v0.3.9 |
305 | 2024-07-15T20:39:44.690Z | Downloaded macaddr v1.0.1 |
306 | 2024-07-15T20:39:44.693Z | Downloaded futures-task v0.3.30 |
307 | 2024-07-15T20:39:44.693Z | Downloaded form_urlencoded v1.2.1 |
308 | 2024-07-15T20:39:44.696Z | Downloaded futures-macro v0.3.30 |
309 | 2024-07-15T20:39:44.696Z | Downloaded try-lock v0.2.5 |
310 | 2024-07-15T20:39:44.696Z | Downloaded time-core v0.1.2 |
311 | 2024-07-15T20:39:44.698Z | Downloaded take_mut v0.2.2 |
312 | 2024-07-15T20:39:44.698Z | Downloaded swrite v0.1.0 |
313 | 2024-07-15T20:39:44.698Z | Downloaded mime v0.3.17 |
314 | 2024-07-15T20:39:44.701Z | Downloaded match_cfg v0.1.0 |
315 | 2024-07-15T20:39:44.701Z | Downloaded strum v0.26.2 |
316 | 2024-07-15T20:39:44.704Z | Downloaded sync_wrapper v0.1.2 |
317 | 2024-07-15T20:39:44.706Z | Downloaded slog-json v2.6.1 |
318 | 2024-07-15T20:39:44.706Z | Downloaded openssl-probe v0.1.5 |
319 | 2024-07-15T20:39:44.709Z | Downloaded foreign-types-shared v0.1.1 |
320 | 2024-07-15T20:39:44.709Z | Downloaded http-body v0.4.6 |
321 | 2024-07-15T20:39:44.711Z | Downloaded scopeguard v1.2.0 |
322 | 2024-07-15T20:39:44.711Z | Downloaded xattr v1.3.1 |
323 | 2024-07-15T20:39:44.715Z | Downloaded strsim v0.11.1 |
324 | 2024-07-15T20:39:44.715Z | Downloaded slab v0.4.9 |
325 | 2024-07-15T20:39:44.718Z | Downloaded toml_datetime v0.6.6 |
326 | 2024-07-15T20:39:44.718Z | Downloaded version_check v0.9.4 |
327 | 2024-07-15T20:39:44.718Z | Downloaded utf8parse v0.2.1 |
328 | 2024-07-15T20:39:44.718Z | Downloaded terminal_size v0.3.0 |
329 | 2024-07-15T20:39:44.721Z | Downloaded dirs-next v2.0.0 |
330 | 2024-07-15T20:39:44.721Z | Downloaded thread-id v4.2.1 |
331 | 2024-07-15T20:39:44.721Z | Downloaded block-buffer v0.10.4 |
332 | 2024-07-15T20:39:44.723Z | Downloaded tabled_derive v0.7.0 |
333 | 2024-07-15T20:39:44.723Z | Downloaded byteorder v1.5.0 |
334 | 2024-07-15T20:39:44.726Z | Downloaded colorchoice v1.0.1 |
335 | 2024-07-15T20:39:44.726Z | Downloaded deranged v0.3.11 |
336 | 2024-07-15T20:39:44.728Z | Downloaded cfg-if v1.0.0 |
337 | 2024-07-15T20:39:44.728Z | Downloaded dof v0.3.0 |
338 | 2024-07-15T20:39:44.728Z | Downloaded clap_lex v0.7.0 |
339 | 2024-07-15T20:39:44.731Z | Downloaded thiserror-impl v1.0.60 |
340 | 2024-07-15T20:39:44.731Z | Downloaded serde_spanned v0.6.6 |
341 | 2024-07-15T20:39:44.733Z | Downloaded rustls-pemfile v1.0.4 |
342 | 2024-07-15T20:39:44.734Z | Downloaded cargo_toml v0.20.3 |
343 | 2024-07-15T20:39:44.736Z | Downloaded futures-io v0.3.30 |
344 | 2024-07-15T20:39:44.736Z | Downloaded signal-hook-registry v1.4.2 |
345 | 2024-07-15T20:39:44.739Z | Downloaded serde_tokenstream v0.2.1 |
346 | 2024-07-15T20:39:44.741Z | Downloaded clap_derive v4.5.8 |
347 | 2024-07-15T20:39:44.741Z | Downloaded smallvec v1.13.2 |
348 | 2024-07-15T20:39:44.744Z | Downloaded slog-bunyan v2.5.0 |
349 | 2024-07-15T20:39:44.745Z | Downloaded generic-array v0.14.7 |
350 | 2024-07-15T20:39:44.747Z | Downloaded futures-channel v0.3.30 |
351 | 2024-07-15T20:39:44.747Z | Downloaded serde_urlencoded v0.7.1 |
352 | 2024-07-15T20:39:44.750Z | Downloaded num_cpus v1.16.0 |
353 | 2024-07-15T20:39:44.752Z | Downloaded thread_local v1.1.8 |
354 | 2024-07-15T20:39:44.752Z | Downloaded hostname v0.3.1 |
355 | 2024-07-15T20:39:44.755Z | Downloaded powerfmt v0.2.0 |
356 | 2024-07-15T20:39:44.755Z | Downloaded slog-async v2.8.0 |
357 | 2024-07-15T20:39:44.758Z | Downloaded bitflags v2.5.0 |
358 | 2024-07-15T20:39:44.760Z | Downloaded lock_api v0.4.12 |
359 | 2024-07-15T20:39:44.760Z | Downloaded thiserror v1.0.60 |
360 | 2024-07-15T20:39:44.764Z | Downloaded memmap v0.7.0 |
361 | 2024-07-15T20:39:44.766Z | Downloaded pest_generator v2.7.10 |
362 | 2024-07-15T20:39:44.766Z | Downloaded bytes v1.6.0 |
363 | 2024-07-15T20:39:44.770Z | Downloaded sha2 v0.10.8 |
364 | 2024-07-15T20:39:44.772Z | Downloaded heck v0.4.1 |
365 | 2024-07-15T20:39:44.774Z | Downloaded strum_macros v0.26.4 |
366 | 2024-07-15T20:39:44.777Z | Downloaded zerocopy-derive v0.7.34 |
367 | 2024-07-15T20:39:44.780Z | Downloaded tokio-macros v2.3.0 |
368 | 2024-07-15T20:39:44.780Z | Downloaded time-macros v0.2.18 |
369 | 2024-07-15T20:39:44.782Z | Downloaded pest_derive v2.7.10 |
370 | 2024-07-15T20:39:44.785Z | Downloaded ipnet v2.9.0 |
371 | 2024-07-15T20:39:44.785Z | Downloaded quote v1.0.36 |
372 | 2024-07-15T20:39:44.788Z | Downloaded scroll v0.12.0 |
373 | 2024-07-15T20:39:44.798Z | Downloaded semver v1.0.23 |
374 | 2024-07-15T20:39:44.798Z | Downloaded proc-macro-error v1.0.4 |
375 | 2024-07-15T20:39:44.798Z | Downloaded crc32fast v1.4.0 |
376 | 2024-07-15T20:39:44.798Z | Downloaded usdt-impl v0.5.0 |
377 | 2024-07-15T20:39:44.798Z | Downloaded once_cell v1.19.0 |
378 | 2024-07-15T20:39:44.802Z | Downloaded native-tls v0.2.11 |
379 | 2024-07-15T20:39:44.802Z | Downloaded httparse v1.8.0 |
380 | 2024-07-15T20:39:44.802Z | Downloaded tokio-native-tls v0.3.1 |
381 | 2024-07-15T20:39:44.805Z | Downloaded term v0.7.0 |
382 | 2024-07-15T20:39:44.807Z | Downloaded parking_lot_core v0.9.10 |
383 | 2024-07-15T20:39:44.810Z | Downloaded pest_meta v2.7.10 |
384 | 2024-07-15T20:39:44.810Z | Downloaded crossbeam-utils v0.8.19 |
385 | 2024-07-15T20:39:44.812Z | Downloaded fnv v1.0.7 |
386 | 2024-07-15T20:39:44.812Z | Downloaded tar v0.4.41 |
387 | 2024-07-15T20:39:44.816Z | Downloaded log v0.4.21 |
388 | 2024-07-15T20:39:44.818Z | Downloaded futures v0.3.30 |
389 | 2024-07-15T20:39:44.821Z | Downloaded typenum v1.17.0 |
390 | 2024-07-15T20:39:44.824Z | Downloaded usdt v0.5.0 |
391 | 2024-07-15T20:39:44.826Z | Downloaded anyhow v1.0.86 |
392 | 2024-07-15T20:39:44.829Z | Downloaded slog-term v2.9.1 |
393 | 2024-07-15T20:39:44.831Z | Downloaded socket2 v0.5.7 |
394 | 2024-07-15T20:39:44.831Z | Downloaded toml v0.8.14 |
395 | 2024-07-15T20:39:44.834Z | Downloaded ucd-trie v0.1.6 |
396 | 2024-07-15T20:39:44.838Z | Downloaded parking_lot v0.12.2 |
397 | 2024-07-15T20:39:44.841Z | Downloaded unicode-ident v1.0.12 |
398 | 2024-07-15T20:39:44.841Z | Downloaded openssl-sys v0.9.102 |
399 | 2024-07-15T20:39:44.844Z | Downloaded cc v1.0.97 |
400 | 2024-07-15T20:39:44.847Z | Downloaded miniz_oxide v0.7.2 |
401 | 2024-07-15T20:39:44.850Z | Downloaded unicode-bidi v0.3.15 |
402 | 2024-07-15T20:39:44.852Z | Downloaded indexmap v2.2.6 |
403 | 2024-07-15T20:39:44.855Z | Downloaded slog v2.7.0 |
404 | 2024-07-15T20:39:44.858Z | Downloaded ryu v1.0.18 |
405 | 2024-07-15T20:39:44.861Z | Downloaded base64 v0.21.7 |
406 | 2024-07-15T20:39:44.865Z | Downloaded clap v4.5.9 |
407 | 2024-07-15T20:39:44.872Z | Downloaded crossbeam-channel v0.5.12 |
408 | 2024-07-15T20:39:44.875Z | Downloaded url v2.5.0 |
409 | 2024-07-15T20:39:44.878Z | Downloaded tracing-core v0.1.32 |
410 | 2024-07-15T20:39:44.881Z | Downloaded proc-macro2 v1.0.86 |
411 | 2024-07-15T20:39:44.884Z | Downloaded mio v0.8.11 |
412 | 2024-07-15T20:39:44.888Z | Downloaded memchr v2.7.2 |
413 | 2024-07-15T20:39:44.893Z | Downloaded http v0.2.12 |
414 | 2024-07-15T20:39:44.897Z | Downloaded serde v1.0.204 |
415 | 2024-07-15T20:39:44.901Z | Downloaded flate2 v1.0.30 |
416 | 2024-07-15T20:39:44.904Z | Downloaded tracing v0.1.40 |
417 | 2024-07-15T20:39:44.908Z | Downloaded pest v2.7.10 |
418 | 2024-07-15T20:39:44.912Z | Downloaded tinyvec v1.6.0 |
419 | 2024-07-15T20:39:44.915Z | Downloaded hashbrown v0.14.5 |
420 | 2024-07-15T20:39:44.920Z | Downloaded unicode-normalization v0.1.23 |
421 | 2024-07-15T20:39:44.923Z | Downloaded tokio-util v0.7.11 |
422 | 2024-07-15T20:39:44.929Z | Downloaded time v0.3.36 |
423 | 2024-07-15T20:39:44.935Z | Downloaded toml_edit v0.22.14 |
424 | 2024-07-15T20:39:44.955Z | Downloaded serde_json v1.0.120 |
425 | 2024-07-15T20:39:44.961Z | Downloaded zerocopy v0.7.34 |
426 | 2024-07-15T20:39:44.976Z | Downloaded winnow v0.6.8 |
427 | 2024-07-15T20:39:44.983Z | Downloaded openssl v0.10.64 |
428 | 2024-07-15T20:39:44.991Z | Downloaded reqwest v0.11.27 |
429 | 2024-07-15T20:39:44.998Z | Downloaded tabled v0.15.0 |
430 | 2024-07-15T20:39:45.012Z | Downloaded vcpkg v0.2.15 |
431 | 2024-07-15T20:39:45.048Z | Downloaded syn v1.0.109 |
432 | 2024-07-15T20:39:45.056Z | Downloaded syn v2.0.71 |
433 | 2024-07-15T20:39:45.067Z | Downloaded rustix v0.38.34 |
434 | 2024-07-15T20:39:45.086Z | Downloaded idna v0.5.0 |
435 | 2024-07-15T20:39:45.092Z | Downloaded unicode-width v0.1.13 |
436 | 2024-07-15T20:39:45.099Z | Downloaded libc v0.2.155 |
437 | 2024-07-15T20:39:45.123Z | Downloaded hyper v0.14.28 |
438 | 2024-07-15T20:39:45.130Z | Downloaded tokio v1.38.0 |
439 | 2024-07-15T20:39:45.163Z | Downloaded h2 v0.3.26 |
440 | 2024-07-15T20:39:45.169Z | Downloaded encoding_rs v0.8.34 |
441 | 2024-07-15T20:39:45.187Z | Downloaded goblin v0.8.2 |
442 | 2024-07-15T20:39:45.193Z | Downloaded clap_builder v4.5.9 |
443 | 2024-07-15T20:39:45.199Z | Downloaded futures-util v0.3.30 |
444 | 2024-07-15T20:39:45.209Z | Downloaded papergrid v0.11.0 |
445 | 2024-07-15T20:39:45.212Z | Downloaded serde_derive v1.0.204 |
446 | 2024-07-15T20:39:45.215Z | Downloaded camino v1.1.7 |
447 | 2024-07-15T20:39:45.220Z | Downloaded futures-sink v0.3.30 |
448 | 2024-07-15T20:39:45.220Z | Downloaded futures-core v0.3.30 |
449 | 2024-07-15T20:39:45.220Z | Downloaded fs-err v2.11.0 |
450 | 2024-07-15T20:39:45.223Z | Downloaded anstream v0.6.14 |
451 | 2024-07-15T20:39:45.223Z | Downloaded filetime v0.2.23 |
452 | 2024-07-15T20:39:45.223Z | Downloaded cargo_metadata v0.18.1 |
453 | 2024-07-15T20:39:45.226Z | Downloaded hyper-tls v0.5.0 |
454 | 2024-07-15T20:39:45.226Z | Downloaded digest v0.10.7 |
455 | 2024-07-15T20:39:45.514Z | Compiling proc-macro2 v1.0.86 |
456 | 2024-07-15T20:39:45.514Z | Compiling unicode-ident v1.0.12 |
457 | 2024-07-15T20:39:45.514Z | Compiling libc v0.2.155 |
458 | 2024-07-15T20:39:45.517Z | Compiling version_check v0.9.4 |
459 | 2024-07-15T20:39:45.517Z | Compiling cfg-if v1.0.0 |
460 | 2024-07-15T20:39:45.517Z | Compiling once_cell v1.19.0 |
461 | 2024-07-15T20:39:45.517Z | Compiling itoa v1.0.11 |
462 | 2024-07-15T20:39:45.548Z | Compiling serde v1.0.204 |
463 | 2024-07-15T20:39:45.671Z | Compiling autocfg v1.3.0 |
464 | 2024-07-15T20:39:45.739Z | Compiling memchr v2.7.2 |
465 | 2024-07-15T20:39:45.824Z | Compiling thiserror v1.0.60 |
466 | 2024-07-15T20:39:46.047Z | Compiling ryu v1.0.18 |
467 | 2024-07-15T20:39:46.294Z | Compiling pin-project-lite v0.2.14 |
468 | 2024-07-15T20:39:46.333Z | Compiling bitflags v2.5.0 |
469 | 2024-07-15T20:39:46.404Z | Compiling ucd-trie v0.1.6 |
470 | 2024-07-15T20:39:46.467Z | Compiling lock_api v0.4.12 |
471 | 2024-07-15T20:39:46.671Z | Compiling vcpkg v0.2.15 |
472 | 2024-07-15T20:39:46.909Z | Compiling pkg-config v0.3.30 |
473 | 2024-07-15T20:39:47.146Z | Compiling parking_lot_core v0.9.10 |
474 | 2024-07-15T20:39:47.265Z | Compiling cc v1.0.97 |
475 | 2024-07-15T20:39:47.465Z | Compiling slab v0.4.9 |
476 | 2024-07-15T20:39:47.589Z | Compiling smallvec v1.13.2 |
477 | 2024-07-15T20:39:47.732Z | Compiling bytes v1.6.0 |
478 | 2024-07-15T20:39:48.024Z | Compiling scopeguard v1.2.0 |
479 | 2024-07-15T20:39:48.086Z | Compiling futures-core v0.3.30 |
480 | 2024-07-15T20:39:48.161Z | Compiling futures-sink v0.3.30 |
481 | 2024-07-15T20:39:48.324Z | Compiling quote v1.0.36 |
482 | 2024-07-15T20:39:48.739Z | Compiling syn v2.0.71 |
483 | 2024-07-15T20:39:48.796Z | Compiling byteorder v1.5.0 |
484 | 2024-07-15T20:39:48.870Z | Compiling equivalent v1.0.1 |
485 | 2024-07-15T20:39:48.947Z | Compiling log v0.4.21 |
486 | 2024-07-15T20:39:48.979Z | Compiling fnv v1.0.7 |
487 | 2024-07-15T20:39:49.032Z | Compiling hashbrown v0.14.5 |
488 | 2024-07-15T20:39:49.107Z | Compiling serde_json v1.0.120 |
489 | 2024-07-15T20:39:49.224Z | Compiling parking_lot v0.12.2 |
490 | 2024-07-15T20:39:49.277Z | Compiling socket2 v0.5.7 |
491 | 2024-07-15T20:39:49.303Z | Compiling num_cpus v1.16.0 |
492 | 2024-07-15T20:39:49.442Z | Compiling signal-hook-registry v1.4.2 |
493 | 2024-07-15T20:39:49.471Z | Compiling mio v0.8.11 |
494 | 2024-07-15T20:39:49.521Z | Compiling futures-channel v0.3.30 |
495 | 2024-07-15T20:39:49.975Z | Compiling futures-io v0.3.30 |
496 | 2024-07-15T20:39:50.258Z | Compiling indexmap v2.2.6 |
497 | 2024-07-15T20:39:50.303Z | Compiling typenum v1.17.0 |
498 | 2024-07-15T20:39:50.375Z | Compiling pin-utils v0.1.0 |
499 | 2024-07-15T20:39:50.475Z | Compiling futures-task v0.3.30 |
500 | 2024-07-15T20:39:50.638Z | Compiling rustix v0.38.34 |
501 | 2024-07-15T20:39:50.775Z | Compiling errno v0.3.9 |
502 | 2024-07-15T20:39:50.798Z | Compiling generic-array v0.14.7 |
503 | 2024-07-15T20:39:50.820Z | Compiling openssl-sys v0.9.102 |
504 | 2024-07-15T20:39:50.970Z | Compiling openssl v0.10.64 |
505 | 2024-07-15T20:39:50.996Z | Compiling slog v2.7.0 |
506 | 2024-07-15T20:39:51.084Z | Compiling foreign-types-shared v0.1.1 |
507 | 2024-07-15T20:39:51.201Z | Compiling foreign-types v0.3.2 |
508 | 2024-07-15T20:39:51.377Z | Compiling http v0.2.12 |
509 | 2024-07-15T20:39:51.537Z | Compiling usdt-impl v0.5.0 |
510 | 2024-07-15T20:39:51.585Z | Compiling proc-macro-error-attr v1.0.4 |
511 | 2024-07-15T20:39:51.880Z | Compiling tracing-core v0.1.32 |
512 | 2024-07-15T20:39:51.903Z | Compiling powerfmt v0.2.0 |
513 | 2024-07-15T20:39:52.079Z | Compiling time-core v0.1.2 |
514 | 2024-07-15T20:39:52.232Z | Compiling num-conv v0.1.0 |
515 | 2024-07-15T20:39:52.261Z | Compiling native-tls v0.2.11 |
516 | 2024-07-15T20:39:52.500Z | Compiling tinyvec_macros v0.1.1 |
517 | 2024-07-15T20:39:52.577Z | Compiling httparse v1.8.0 |
518 | 2024-07-15T20:39:52.580Z | Compiling syn v1.0.109 |
519 | 2024-07-15T20:39:53.011Z | Compiling tracing v0.1.40 |
520 | 2024-07-15T20:39:53.221Z | Compiling tinyvec v1.6.0 |
521 | 2024-07-15T20:39:53.269Z | Compiling time-macros v0.2.18 |
522 | 2024-07-15T20:39:53.387Z | Compiling deranged v0.3.11 |
523 | 2024-07-15T20:39:53.824Z | Compiling thread-id v4.2.1 |
524 | 2024-07-15T20:39:54.275Z | Compiling proc-macro-error v1.0.4 |
525 | 2024-07-15T20:39:54.436Z | Compiling plain v0.2.3 |
526 | 2024-07-15T20:39:54.535Z | Compiling utf8parse v0.2.1 |
527 | 2024-07-15T20:39:54.538Z | Compiling percent-encoding v2.3.1 |
528 | 2024-07-15T20:39:54.599Z | Compiling crossbeam-utils v0.8.19 |
529 | 2024-07-15T20:39:54.718Z | Compiling try-lock v0.2.5 |
530 | 2024-07-15T20:39:54.876Z | Compiling heck v0.5.0 |
531 | 2024-07-15T20:39:54.903Z | Compiling num_threads v0.1.7 |
532 | 2024-07-15T20:39:54.995Z | Compiling openssl-probe v0.1.5 |
533 | 2024-07-15T20:39:55.033Z | Compiling rustversion v1.0.17 |
534 | 2024-07-15T20:39:55.238Z | Compiling want v0.3.1 |
535 | 2024-07-15T20:39:55.279Z | Compiling form_urlencoded v1.2.1 |
536 | 2024-07-15T20:39:55.334Z | Compiling anstyle-parse v0.2.4 |
537 | 2024-07-15T20:39:55.521Z | Compiling unicode-normalization v0.1.23 |
538 | 2024-07-15T20:39:55.671Z | Compiling http-body v0.4.6 |
539 | 2024-07-15T20:39:55.787Z | Compiling dirs-sys-next v0.1.2 |
540 | 2024-07-15T20:39:56.281Z | Compiling crc32fast v1.4.0 |
541 | 2024-07-15T20:39:56.423Z | Compiling httpdate v1.0.3 |
542 | 2024-07-15T20:39:56.444Z | Compiling anstyle v1.0.7 |
543 | 2024-07-15T20:39:56.471Z | Compiling semver v1.0.23 |
544 | 2024-07-15T20:39:56.494Z | Compiling time v0.3.36 |
545 | 2024-07-15T20:39:56.550Z | Compiling winnow v0.6.8 |
546 | 2024-07-15T20:39:56.824Z | Compiling unicode-bidi v0.3.15 |
547 | 2024-07-15T20:39:56.933Z | Compiling tower-service v0.3.2 |
548 | 2024-07-15T20:39:56.958Z | Compiling colorchoice v1.0.1 |
549 | 2024-07-15T20:39:57.009Z | Compiling anstyle-query v1.0.3 |
550 | 2024-07-15T20:39:57.063Z | Compiling is_terminal_polyfill v1.70.0 |
551 | 2024-07-15T20:39:57.117Z | Compiling camino v1.1.7 |
552 | 2024-07-15T20:39:57.170Z | Compiling pretty-hex v0.4.1 |
553 | 2024-07-15T20:39:57.197Z | Compiling anstream v0.6.14 |
554 | 2024-07-15T20:39:57.539Z | Compiling idna v0.5.0 |
555 | 2024-07-15T20:39:57.950Z | Compiling dirs-next v2.0.0 |
556 | 2024-07-15T20:39:59.138Z | Compiling crypto-common v0.1.6 |
557 | 2024-07-15T20:39:59.163Z | Compiling block-buffer v0.10.4 |
558 | 2024-07-15T20:39:59.353Z | Compiling terminal_size v0.3.0 |
559 | 2024-07-15T20:39:59.440Z | Compiling fs-err v2.11.0 |
560 | 2024-07-15T20:39:59.501Z | Compiling thread_local v1.1.8 |
561 | 2024-07-15T20:39:59.525Z | Compiling match_cfg v0.1.0 |
562 | 2024-07-15T20:39:59.548Z | Compiling heck v0.4.1 |
563 | 2024-07-15T20:39:59.624Z | Compiling bytecount v0.6.8 |
564 | 2024-07-15T20:39:59.701Z | Compiling slog-async v2.8.0 |
565 | 2024-07-15T20:39:59.836Z | Compiling unicode-width v0.1.13 |
566 | 2024-07-15T20:40:00.037Z | Compiling base64 v0.21.7 |
567 | 2024-07-15T20:40:00.069Z | Compiling adler v1.0.2 |
568 | 2024-07-15T20:40:00.091Z | Compiling strsim v0.11.1 |
569 | 2024-07-15T20:40:00.166Z | Compiling clap_lex v0.7.0 |
570 | 2024-07-15T20:40:00.281Z | Compiling anyhow v1.0.86 |
571 | 2024-07-15T20:40:00.380Z | Compiling miniz_oxide v0.7.2 |
572 | 2024-07-15T20:40:00.488Z | Compiling clap_builder v4.5.9 |
573 | 2024-07-15T20:40:00.685Z | Compiling rustls-pemfile v1.0.4 |
574 | 2024-07-15T20:40:00.799Z | Compiling papergrid v0.11.0 |
575 | 2024-07-15T20:40:01.042Z | Compiling hostname v0.3.1 |
576 | 2024-07-15T20:40:01.142Z | Compiling digest v0.10.7 |
577 | 2024-07-15T20:40:01.167Z | Compiling crossbeam-channel v0.5.12 |
578 | 2024-07-15T20:40:01.310Z | Compiling url v2.5.0 |
579 | 2024-07-15T20:40:01.572Z | Compiling term v0.7.0 |
580 | 2024-07-15T20:40:01.714Z | Compiling serde_derive v1.0.204 |
581 | 2024-07-15T20:40:01.979Z | Compiling thiserror-impl v1.0.60 |
582 | 2024-07-15T20:40:02.365Z | Compiling zerocopy-derive v0.7.34 |
583 | 2024-07-15T20:40:02.393Z | Compiling tokio-macros v2.3.0 |
584 | 2024-07-15T20:40:03.212Z | Compiling futures-macro v0.3.30 |
585 | 2024-07-15T20:40:03.261Z | Compiling openssl-macros v0.1.1 |
586 | 2024-07-15T20:40:03.994Z | Compiling scroll_derive v0.12.0 |
587 | 2024-07-15T20:40:04.148Z | Compiling tokio v1.38.0 |
588 | 2024-07-15T20:40:04.720Z | Compiling zerocopy v0.7.34 |
589 | 2024-07-15T20:40:05.327Z | Compiling futures-util v0.3.30 |
590 | 2024-07-15T20:40:05.506Z | Compiling scroll v0.12.0 |
591 | 2024-07-15T20:40:05.548Z | Compiling pest v2.7.10 |
592 | 2024-07-15T20:40:06.064Z | Compiling goblin v0.8.2 |
593 | 2024-07-15T20:40:06.285Z | Compiling tabled_derive v0.7.0 |
594 | 2024-07-15T20:40:08.520Z | Compiling pest_meta v2.7.10 |
595 | 2024-07-15T20:40:08.980Z | Compiling strum_macros v0.26.4 |
596 | 2024-07-15T20:40:10.186Z | Compiling pest_generator v2.7.10 |
597 | 2024-07-15T20:40:12.224Z | Compiling tokio-util v0.7.11 |
598 | 2024-07-15T20:40:13.606Z | Compiling h2 v0.3.26 |
599 | 2024-07-15T20:40:13.954Z | Compiling pest_derive v2.7.10 |
600 | 2024-07-15T20:40:14.435Z | Compiling tokio-native-tls v0.3.1 |
601 | 2024-07-15T20:40:14.491Z | Compiling futures-executor v0.3.30 |
602 | 2024-07-15T20:40:14.683Z | Compiling clap_derive v4.5.8 |
603 | 2024-07-15T20:40:14.709Z | Compiling dtrace-parser v0.2.0 |
604 | 2024-07-15T20:40:15.425Z | Compiling xattr v1.3.1 |
605 | 2024-07-15T20:40:15.708Z | Compiling memmap v0.7.0 |
606 | 2024-07-15T20:40:16.066Z | Compiling is-terminal v0.4.12 |
607 | 2024-07-15T20:40:16.199Z | Compiling filetime v0.2.23 |
608 | 2024-07-15T20:40:16.743Z | Compiling serde_spanned v0.6.6 |
609 | 2024-07-15T20:40:16.786Z | Compiling toml_datetime v0.6.6 |
610 | 2024-07-15T20:40:16.911Z | Compiling cargo-platform v0.1.8 |
611 | 2024-07-15T20:40:16.973Z | Compiling serde_urlencoded v0.7.1 |
612 | 2024-07-15T20:40:17.316Z | Compiling toml_edit v0.22.14 |
613 | 2024-07-15T20:40:18.264Z | Compiling serde_tokenstream v0.2.1 |
614 | 2024-07-15T20:40:18.444Z | Compiling dof v0.3.0 |
615 | 2024-07-15T20:40:18.808Z | Compiling hyper v0.14.28 |
616 | 2024-07-15T20:40:19.474Z | Compiling slog-json v2.6.1 |
617 | 2024-07-15T20:40:19.775Z | Compiling encoding_rs v0.8.34 |
618 | 2024-07-15T20:40:19.810Z | Compiling ipnet v2.9.0 |
619 | 2024-07-15T20:40:20.989Z | Compiling toml v0.8.14 |
620 | 2024-07-15T20:40:21.042Z | Compiling sync_wrapper v0.1.2 |
621 | 2024-07-15T20:40:21.097Z | Compiling take_mut v0.2.2 |
622 | 2024-07-15T20:40:21.117Z | Compiling mime v0.3.17 |
623 | 2024-07-15T20:40:21.254Z | Compiling cpufeatures v0.2.12 |
624 | 2024-07-15T20:40:21.372Z | Compiling sha2 v0.10.8 |
625 | 2024-07-15T20:40:21.737Z | Compiling clap v4.5.9 |
626 | 2024-07-15T20:40:21.886Z | Compiling cargo_toml v0.20.3 |
627 | 2024-07-15T20:40:22.862Z | Compiling hyper-tls v0.5.0 |
628 | 2024-07-15T20:40:23.041Z | Compiling slog-bunyan v2.5.0 |
629 | 2024-07-15T20:40:23.073Z | Compiling usdt-macro v0.5.0 |
630 | 2024-07-15T20:40:23.177Z | Compiling usdt-attr-macro v0.5.0 |
631 | 2024-07-15T20:40:23.196Z | Compiling reqwest v0.11.27 |
632 | 2024-07-15T20:40:24.315Z | Compiling cargo_metadata v0.18.1 |
633 | 2024-07-15T20:40:24.339Z | Compiling macaddr v1.0.1 |
634 | 2024-07-15T20:40:24.623Z | Compiling usdt v0.5.0 |
635 | 2024-07-15T20:40:24.793Z | Compiling tar v0.4.41 |
636 | 2024-07-15T20:40:24.796Z | Compiling slog-term v2.9.1 |
637 | 2024-07-15T20:40:24.940Z | Compiling flate2 v1.0.30 |
638 | 2024-07-15T20:40:25.123Z | Compiling futures v0.3.30 |
639 | 2024-07-15T20:40:25.252Z | Compiling strum v0.26.2 |
640 | 2024-07-15T20:40:25.439Z | Compiling tabled v0.15.0 |
641 | 2024-07-15T20:40:26.073Z | Compiling swrite v0.1.0 |
642 | 2024-07-15T20:40:30.266Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
643 | 2024-07-15T20:40:37.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
644 | 2024-07-15T20:40:38.168Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
645 | 2024-07-15T20:40:38.226Z | Jul 15 20:40:36.903 INFO Starting download, target: Clickhouse |
646 | 2024-07-15T20:40:38.226Z | Jul 15 20:40:36.903 INFO Starting download, target: Console |
647 | 2024-07-15T20:40:38.226Z | Jul 15 20:40:36.903 INFO Starting download, target: Cockroach |
648 | 2024-07-15T20:40:38.226Z | Jul 15 20:40:36.903 INFO Starting download, target: DendriteOpenapi |
649 | 2024-07-15T20:40:38.229Z | Jul 15 20:40:36.903 INFO Starting download, target: DendriteStub |
650 | 2024-07-15T20:40:38.229Z | Jul 15 20:40:36.903 INFO Starting download, target: MaghemiteMgd |
651 | 2024-07-15T20:40:38.229Z | Jul 15 20:40:36.903 INFO Starting download, target: TransceiverControl |
652 | 2024-07-15T20:40:38.229Z | Jul 15 20:40:36.904 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
653 | 2024-07-15T20:40:38.229Z | Jul 15 20:40:36.904 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi |
654 | 2024-07-15T20:40:38.229Z | Jul 15 20:40:36.904 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
655 | 2024-07-15T20:40:38.229Z | Jul 15 20:40:36.904 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
656 | 2024-07-15T20:40:38.229Z | Jul 15 20:40:36.904 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
657 | 2024-07-15T20:40:38.229Z | Jul 15 20:40:36.904 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
658 | 2024-07-15T20:40:38.230Z | Jul 15 20:40:36.904 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
659 | 2024-07-15T20:40:38.379Z | Jul 15 20:40:37.043 INFO Download complete, target: DendriteOpenapi |
660 | 2024-07-15T20:40:38.636Z | Jul 15 20:40:37.290 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
661 | 2024-07-15T20:40:38.784Z | Jul 15 20:40:37.442 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
662 | 2024-07-15T20:40:39.186Z | Jul 15 20:40:37.837 INFO Download complete, target: Console |
663 | 2024-07-15T20:40:39.232Z | Jul 15 20:40:37.903 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
664 | 2024-07-15T20:40:39.484Z | Jul 15 20:40:38.048 INFO Download complete, target: TransceiverControl |
665 | 2024-07-15T20:40:39.672Z | Jul 15 20:40:38.321 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
666 | 2024-07-15T20:40:40.160Z | Jul 15 20:40:38.836 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
667 | 2024-07-15T20:40:42.029Z | Jul 15 20:40:40.705 INFO Download complete, target: DendriteStub |
668 | 2024-07-15T20:40:42.683Z | Jul 15 20:40:41.358 INFO Download complete, target: MaghemiteMgd |
669 | 2024-07-15T20:40:46.703Z | Jul 15 20:40:45.378 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
670 | 2024-07-15T20:40:46.703Z | Jul 15 20:40:45.378 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
671 | 2024-07-15T20:40:54.709Z | Jul 15 20:40:53.382 INFO Checking that binary works, target: Clickhouse |
672 | 2024-07-15T20:40:54.950Z | Jul 15 20:40:53.623 INFO Download complete, target: Clickhouse |
673 | 2024-07-15T20:40:54.993Z | Jul 15 20:40:53.665 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
674 | 2024-07-15T20:40:55.331Z | Jul 15 20:40:54.003 INFO Checking that binary works, target: Cockroach |
675 | 2024-07-15T20:40:55.561Z | Jul 15 20:40:54.234 INFO Download complete, target: Cockroach |
676 | 2024-07-15T20:40:55.569Z | All prerequisites installed successfully |
677 | 2024-07-15T20:40:55.572Z | |
678 | 2024-07-15T20:40:55.572Z | real 2:47.637636751 |
679 | 2024-07-15T20:40:55.572Z | user 5:46.618538538 |
680 | 2024-07-15T20:40:55.572Z | sys 1:19.158148188 |
681 | 2024-07-15T20:40:55.572Z | trap 0.193629572 |
682 | 2024-07-15T20:40:55.572Z | tflt 2.088110105 |
683 | 2024-07-15T20:40:55.572Z | dflt 3.230329534 |
684 | 2024-07-15T20:40:55.572Z | kflt 0.166176974 |
685 | 2024-07-15T20:40:55.572Z | lock 15:34.815774488 |
686 | 2024-07-15T20:40:55.572Z | slp 17:33.499770775 |
687 | 2024-07-15T20:40:55.572Z | lat 20.608583527 |
688 | 2024-07-15T20:40:55.572Z | stop 1:05.747838579 |
689 | 2024-07-15T20:40:55.572Z | + ptime -m cargo xtask download softnpu |
690 | 2024-07-15T20:40:56.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
691 | 2024-07-15T20:40:56.133Z | Running `target/debug/xtask download softnpu` |
692 | 2024-07-15T20:40:56.156Z | Jul 15 20:40:54.828 INFO Starting download, target: Softnpu |
693 | 2024-07-15T20:40:56.159Z | Jul 15 20:40:54.829 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
694 | 2024-07-15T20:40:56.674Z | Jul 15 20:40:55.347 INFO Download complete, target: Softnpu |
695 | 2024-07-15T20:40:56.678Z | |
696 | 2024-07-15T20:40:56.681Z | real 1.102438670 |
697 | 2024-07-15T20:40:56.681Z | user 0.622420764 |
698 | 2024-07-15T20:40:56.681Z | sys 0.281472180 |
699 | 2024-07-15T20:40:56.681Z | trap 0.000813429 |
700 | 2024-07-15T20:40:56.681Z | tflt 0.000016385 |
701 | 2024-07-15T20:40:56.681Z | dflt 0.000046769 |
702 | 2024-07-15T20:40:56.681Z | kflt 0.000000000 |
703 | 2024-07-15T20:40:56.681Z | lock 5.356956155 |
704 | 2024-07-15T20:40:56.681Z | slp 0.409559210 |
705 | 2024-07-15T20:40:56.681Z | lat 0.071508124 |
706 | 2024-07-15T20:40:56.681Z | stop 0.000252224 |
707 | 2024-07-15T20:40:56.681Z | + export CARGO_INCREMENTAL=0 |
708 | 2024-07-15T20:40:56.681Z | + CARGO_INCREMENTAL=0 |
709 | 2024-07-15T20:40:56.681Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
710 | 2024-07-15T20:40:57.217Z | Downloading crates ... |
711 | 2024-07-15T20:40:57.399Z | Downloaded addr2line v0.21.0 |
712 | 2024-07-15T20:40:57.412Z | Downloaded aho-corasick v1.1.3 |
713 | 2024-07-15T20:40:57.419Z | Downloaded bitflags v1.3.2 |
714 | 2024-07-15T20:40:57.423Z | Downloaded backoff v0.4.0 |
715 | 2024-07-15T20:40:57.426Z | Downloaded atty v0.2.14 |
716 | 2024-07-15T20:40:57.428Z | Downloaded cexpr v0.6.0 |
717 | 2024-07-15T20:40:57.428Z | Downloaded async-stream v0.3.5 |
718 | 2024-07-15T20:40:57.431Z | Downloaded async-recursion v1.1.1 |
719 | 2024-07-15T20:40:57.434Z | Downloaded array-init v0.0.4 |
720 | 2024-07-15T20:40:57.437Z | Downloaded argon2 v0.5.3 |
721 | 2024-07-15T20:40:57.442Z | Downloaded bcs v0.1.6 |
722 | 2024-07-15T20:40:57.446Z | Downloaded buf-list v1.0.3 |
723 | 2024-07-15T20:40:57.448Z | Downloaded camino-tempfile v1.1.1 |
724 | 2024-07-15T20:40:57.451Z | Downloaded cancel-safe-futures v0.1.5 |
725 | 2024-07-15T20:40:57.455Z | Downloaded chacha20 v0.9.1 |
726 | 2024-07-15T20:40:57.459Z | Downloaded chacha20poly1305 v0.10.1 |
727 | 2024-07-15T20:40:57.462Z | Downloaded cookie v0.17.0 |
728 | 2024-07-15T20:40:57.462Z | Downloaded minimal-lexical v0.2.1 |
729 | 2024-07-15T20:40:57.466Z | Downloaded corncobs v0.1.3 |
730 | 2024-07-15T20:40:57.469Z | Downloaded nom v7.1.3 |
731 | 2024-07-15T20:40:57.475Z | Downloaded crc-any v2.5.0 |
732 | 2024-07-15T20:40:57.477Z | Downloaded num-traits v0.2.19 |
733 | 2024-07-15T20:40:57.481Z | Downloaded castaway v0.2.2 |
734 | 2024-07-15T20:40:57.484Z | Downloaded ciborium-ll v0.2.2 |
735 | 2024-07-15T20:40:57.487Z | Downloaded ppv-lite86 v0.2.17 |
736 | 2024-07-15T20:40:57.487Z | Downloaded arc-swap v1.7.1 |
737 | 2024-07-15T20:40:57.490Z | Downloaded pin-project-internal v1.1.5 |
738 | 2024-07-15T20:40:57.494Z | Downloaded rand_core v0.6.4 |
739 | 2024-07-15T20:40:57.497Z | Downloaded const_format_proc_macros v0.2.32 |
740 | 2024-07-15T20:40:57.500Z | Downloaded crossbeam-deque v0.8.5 |
741 | 2024-07-15T20:40:57.500Z | Downloaded darling_macro v0.20.9 |
742 | 2024-07-15T20:40:57.505Z | Downloaded base64 v0.13.1 |
743 | 2024-07-15T20:40:57.509Z | Downloaded blake2 v0.10.6 |
744 | 2024-07-15T20:40:57.509Z | Downloaded nodrop v0.1.14 |
745 | 2024-07-15T20:40:57.509Z | Downloaded nu-ansi-term v0.50.0 |
746 | 2024-07-15T20:40:57.513Z | Downloaded number_prefix v0.4.0 |
747 | 2024-07-15T20:40:57.518Z | Downloaded num-derive v0.4.2 |
748 | 2024-07-15T20:40:57.521Z | Downloaded crossbeam-epoch v0.9.18 |
749 | 2024-07-15T20:40:57.521Z | Downloaded base64 v0.22.1 |
750 | 2024-07-15T20:40:57.527Z | Downloaded crypto-bigint v0.5.5 |
751 | 2024-07-15T20:40:57.532Z | Downloaded const_format v0.2.32 |
752 | 2024-07-15T20:40:57.539Z | Downloaded bindgen v0.69.4 |
753 | 2024-07-15T20:40:57.546Z | Downloaded compact_str v0.7.1 |
754 | 2024-07-15T20:40:57.550Z | Downloaded const-oid v0.9.6 |
755 | 2024-07-15T20:40:57.553Z | Downloaded nix v0.27.1 |
756 | 2024-07-15T20:40:57.563Z | Downloaded csv-core v0.1.11 |
757 | 2024-07-15T20:40:57.566Z | Downloaded chrono v0.4.38 |
758 | 2024-07-15T20:40:57.570Z | Downloaded colored v2.1.0 |
759 | 2024-07-15T20:40:57.575Z | Downloaded blake3 v1.5.1 |
760 | 2024-07-15T20:40:57.583Z | Downloaded allocator-api2 v0.2.18 |
761 | 2024-07-15T20:40:57.588Z | Downloaded assert_matches v1.5.0 |
762 | 2024-07-15T20:40:57.588Z | Downloaded bitvec v1.0.1 |
763 | 2024-07-15T20:40:57.601Z | Downloaded ascii-canvas v3.0.0 |
764 | 2024-07-15T20:40:57.605Z | Downloaded paste v1.0.15 |
765 | 2024-07-15T20:40:57.605Z | Downloaded rand_chacha v0.3.1 |
766 | 2024-07-15T20:40:57.608Z | Downloaded nibble_vec v0.1.0 |
767 | 2024-07-15T20:40:57.608Z | Downloaded newtype_derive v0.1.6 |
768 | 2024-07-15T20:40:57.611Z | Downloaded newtype-uuid v1.1.0 |
769 | 2024-07-15T20:40:57.612Z | Downloaded newline-converter v0.3.0 |
770 | 2024-07-15T20:40:57.612Z | Downloaded multer v3.1.0 |
771 | 2024-07-15T20:40:57.615Z | Downloaded crc-catalog v2.4.0 |
772 | 2024-07-15T20:40:57.618Z | Downloaded crc v3.2.1 |
773 | 2024-07-15T20:40:57.621Z | Downloaded convert_case v0.4.0 |
774 | 2024-07-15T20:40:57.621Z | Downloaded constant_time_eq v0.3.0 |
775 | 2024-07-15T20:40:57.621Z | Downloaded cipher v0.4.4 |
776 | 2024-07-15T20:40:57.624Z | Downloaded ciborium v0.2.2 |
777 | 2024-07-15T20:40:57.627Z | Downloaded bzip2 v0.4.4 |
778 | 2024-07-15T20:40:57.630Z | Downloaded object v0.32.2 |
779 | 2024-07-15T20:40:57.640Z | Downloaded tracing-attributes v0.1.27 |
780 | 2024-07-15T20:40:57.645Z | Downloaded packed_struct_codegen v0.10.1 |
781 | 2024-07-15T20:40:57.649Z | Downloaded pem-rfc7468 v0.7.0 |
782 | 2024-07-15T20:40:57.649Z | Downloaded bb8 v0.8.5 |
783 | 2024-07-15T20:40:57.649Z | Downloaded pem v3.0.4 |
784 | 2024-07-15T20:40:57.652Z | Downloaded owo-colors v4.0.0 |
785 | 2024-07-15T20:40:57.657Z | Downloaded phf v0.11.2 |
786 | 2024-07-15T20:40:57.657Z | Downloaded proc-macro-crate v1.3.1 |
787 | 2024-07-15T20:40:57.661Z | Downloaded quick-error v1.2.3 |
788 | 2024-07-15T20:40:57.661Z | Downloaded predicates-core v1.0.6 |
789 | 2024-07-15T20:40:57.661Z | Downloaded nanorand v0.7.0 |
790 | 2024-07-15T20:40:57.665Z | Downloaded radium v0.7.0 |
791 | 2024-07-15T20:40:57.666Z | Downloaded psl-types v2.0.11 |
792 | 2024-07-15T20:40:57.666Z | Downloaded precomputed-hash v0.1.1 |
793 | 2024-07-15T20:40:57.670Z | Downloaded pin-project v1.1.5 |
794 | 2024-07-15T20:40:57.680Z | Downloaded phf_shared v0.10.0 |
795 | 2024-07-15T20:40:57.689Z | Downloaded num-bigint-dig v0.8.4 |
796 | 2024-07-15T20:40:57.689Z | Downloaded portable-atomic v1.6.0 |
797 | 2024-07-15T20:40:57.701Z | Downloaded num_enum_derive v0.5.11 |
798 | 2024-07-15T20:40:57.701Z | Downloaded curve25519-dalek v4.1.3 |
799 | 2024-07-15T20:40:57.707Z | Downloaded ref-cast v1.0.23 |
800 | 2024-07-15T20:40:57.707Z | Downloaded rayon-core v1.12.1 |
801 | 2024-07-15T20:40:57.715Z | Downloaded num-bigint v0.4.5 |
802 | 2024-07-15T20:40:57.717Z | Downloaded prettyplease v0.2.20 |
803 | 2024-07-15T20:40:57.722Z | Downloaded rand v0.8.5 |
804 | 2024-07-15T20:40:57.722Z | Downloaded omicron-zone-package v0.11.0 |
805 | 2024-07-15T20:40:57.729Z | Downloaded quick-xml v0.31.0 |
806 | 2024-07-15T20:40:57.738Z | Downloaded olpc-cjson v0.1.3 |
807 | 2024-07-15T20:40:57.744Z | Downloaded toml v0.7.8 |
808 | 2024-07-15T20:40:57.744Z | Downloaded toml v0.5.11 |
809 | 2024-07-15T20:40:57.749Z | Downloaded tokio-rustls v0.24.1 |
810 | 2024-07-15T20:40:57.749Z | Downloaded toml_edit v0.19.15 |
811 | 2024-07-15T20:40:57.764Z | Downloaded regex v1.10.5 |
812 | 2024-07-15T20:40:57.780Z | Downloaded zeroize_derive v1.4.2 |
813 | 2024-07-15T20:40:57.785Z | Downloaded humantime v2.1.0 |
814 | 2024-07-15T20:40:57.785Z | Downloaded hashbrown v0.12.3 |
815 | 2024-07-15T20:40:57.802Z | Downloaded r2d2 v0.8.10 |
816 | 2024-07-15T20:40:57.802Z | Downloaded derive-where v1.2.7 |
817 | 2024-07-15T20:40:57.810Z | Downloaded hyper-rustls v0.24.2 |
818 | 2024-07-15T20:40:57.810Z | Downloaded der_derive v0.7.2 |
819 | 2024-07-15T20:40:57.810Z | Downloaded signal-hook-tokio v0.3.1 |
820 | 2024-07-15T20:40:57.810Z | Downloaded signature v2.2.0 |
821 | 2024-07-15T20:40:57.810Z | Downloaded signature v1.6.4 |
822 | 2024-07-15T20:40:57.810Z | Downloaded ipnetwork v0.20.0 |
823 | 2024-07-15T20:40:57.810Z | Downloaded inout v0.1.3 |
824 | 2024-07-15T20:40:57.810Z | Downloaded indoc v1.0.9 |
825 | 2024-07-15T20:40:57.810Z | Downloaded reedline v0.31.0 |
826 | 2024-07-15T20:40:57.819Z | Downloaded rcgen v0.12.1 |
827 | 2024-07-15T20:40:57.825Z | Downloaded itertools v0.12.1 |
828 | 2024-07-15T20:40:57.828Z | Downloaded itertools v0.10.5 |
829 | 2024-07-15T20:40:57.833Z | Downloaded nix v0.28.0 |
830 | 2024-07-15T20:40:57.846Z | Downloaded stable_deref_trait v1.2.0 |
831 | 2024-07-15T20:40:57.850Z | Downloaded slog-stdlog v4.1.1 |
832 | 2024-07-15T20:40:57.850Z | Downloaded slog-scope v4.4.0 |
833 | 2024-07-15T20:40:57.850Z | Downloaded slog-envlogger v2.2.0 |
834 | 2024-07-15T20:40:57.856Z | Downloaded secrecy v0.8.0 |
835 | 2024-07-15T20:40:57.856Z | Downloaded home v0.5.9 |
836 | 2024-07-15T20:40:57.856Z | Downloaded hmac v0.12.1 |
837 | 2024-07-15T20:40:57.859Z | Downloaded rustls-webpki v0.102.4 |
838 | 2024-07-15T20:40:57.874Z | Downloaded fixedbitset v0.4.2 |
839 | 2024-07-15T20:40:57.877Z | Downloaded rusty-fork v0.3.0 |
840 | 2024-07-15T20:40:57.877Z | Downloaded untrusted v0.9.0 |
841 | 2024-07-15T20:40:57.880Z | Downloaded string_cache v0.8.7 |
842 | 2024-07-15T20:40:57.883Z | Downloaded static_assertions v1.1.0 |
843 | 2024-07-15T20:40:57.883Z | Downloaded serde_plain v1.0.2 |
844 | 2024-07-15T20:40:57.885Z | Downloaded serde_path_to_error v0.1.16 |
845 | 2024-07-15T20:40:57.885Z | Downloaded serde_derive_internals v0.29.1 |
846 | 2024-07-15T20:40:57.888Z | Downloaded itertools v0.13.0 |
847 | 2024-07-15T20:40:57.895Z | Downloaded rand_seeder v0.2.3 |
848 | 2024-07-15T20:40:57.898Z | Downloaded tokio-tungstenite v0.21.0 |
849 | 2024-07-15T20:40:57.901Z | Downloaded iana-time-zone v0.1.60 |
850 | 2024-07-15T20:40:57.904Z | Downloaded getrandom v0.2.14 |
851 | 2024-07-15T20:40:57.907Z | Downloaded tokio-tungstenite v0.20.1 |
852 | 2024-07-15T20:40:57.910Z | Downloaded lalrpop-util v0.19.12 |
853 | 2024-07-15T20:40:57.913Z | Downloaded ratatui v0.27.0 |
854 | 2024-07-15T20:40:57.930Z | Downloaded polar-core v0.27.3 |
855 | 2024-07-15T20:40:57.940Z | Downloaded half v2.4.1 |
856 | 2024-07-15T20:40:57.943Z | Downloaded lazy_static v1.5.0 |
857 | 2024-07-15T20:40:57.946Z | Downloaded indexmap v1.9.3 |
858 | 2024-07-15T20:40:57.948Z | Downloaded regex-syntax v0.8.3 |
859 | 2024-07-15T20:40:57.955Z | Downloaded lru v0.12.3 |
860 | 2024-07-15T20:40:57.958Z | Downloaded bstr v1.9.1 |
861 | 2024-07-15T20:40:57.967Z | Downloaded kstat-rs v0.2.4 |
862 | 2024-07-15T20:40:57.970Z | Downloaded serde_repr v0.1.19 |
863 | 2024-07-15T20:40:57.973Z | Downloaded rustc_version v0.4.0 |
864 | 2024-07-15T20:40:57.973Z | Downloaded rtoolbox v0.0.2 |
865 | 2024-07-15T20:40:57.976Z | Downloaded same-file v1.0.6 |
866 | 2024-07-15T20:40:57.976Z | Downloaded rsa v0.9.6 |
867 | 2024-07-15T20:40:57.980Z | Downloaded termcolor v1.4.1 |
868 | 2024-07-15T20:40:57.983Z | Downloaded tempfile v3.10.1 |
869 | 2024-07-15T20:40:57.986Z | Downloaded textwrap v0.16.1 |
870 | 2024-07-15T20:40:57.989Z | Downloaded rustc-demangle v0.1.24 |
871 | 2024-07-15T20:40:57.992Z | Downloaded funty v2.0.0 |
872 | 2024-07-15T20:40:57.992Z | Downloaded tiny-keccak v2.0.2 |
873 | 2024-07-15T20:40:57.994Z | Downloaded termtree v0.4.1 |
874 | 2024-07-15T20:40:57.997Z | Downloaded libloading v0.8.3 |
875 | 2024-07-15T20:40:57.997Z | Downloaded libm v0.2.8 |
876 | 2024-07-15T20:40:58.006Z | Downloaded dyn-clone v1.0.17 |
877 | 2024-07-15T20:40:58.008Z | Downloaded sct v0.7.1 |
878 | 2024-07-15T20:40:58.011Z | Downloaded schemars_derive v0.8.21 |
879 | 2024-07-15T20:40:58.014Z | Downloaded strum_macros v0.24.3 |
880 | 2024-07-15T20:40:58.017Z | Downloaded schemars v0.8.21 |
881 | 2024-07-15T20:40:58.027Z | Downloaded unicode-xid v0.2.4 |
882 | 2024-07-15T20:40:58.030Z | Downloaded fastrand v2.1.0 |
883 | 2024-07-15T20:40:58.030Z | Downloaded difflib v0.4.0 |
884 | 2024-07-15T20:40:58.033Z | Downloaded diff v0.1.13 |
885 | 2024-07-15T20:40:58.036Z | Downloaded trust-dns-client v0.22.0 |
886 | 2024-07-15T20:40:58.040Z | Downloaded tokio-postgres v0.7.10 |
887 | 2024-07-15T20:40:58.045Z | Downloaded winnow v0.5.40 |
888 | 2024-07-15T20:40:58.055Z | Downloaded foreign-types-shared v0.3.1 |
889 | 2024-07-15T20:40:58.057Z | Downloaded float-cmp v0.9.0 |
890 | 2024-07-15T20:40:58.057Z | Downloaded fallible-iterator v0.2.0 |
891 | 2024-07-15T20:40:58.060Z | Downloaded lru-cache v0.1.2 |
892 | 2024-07-15T20:40:58.060Z | Downloaded ident_case v1.0.1 |
893 | 2024-07-15T20:40:58.060Z | Downloaded fatfs v0.3.6 |
894 | 2024-07-15T20:40:58.064Z | Downloaded tls_codec_derive v0.4.1 |
895 | 2024-07-15T20:40:58.067Z | Downloaded tls_codec v0.4.1 |
896 | 2024-07-15T20:40:58.067Z | Downloaded smallvec v0.6.14 |
897 | 2024-07-15T20:40:58.070Z | Downloaded foreign-types v0.5.0 |
898 | 2024-07-15T20:40:58.070Z | Downloaded regex-syntax v0.6.29 |
899 | 2024-07-15T20:40:58.077Z | Downloaded hash32 v0.2.1 |
900 | 2024-07-15T20:40:58.079Z | Downloaded untrusted v0.7.1 |
901 | 2024-07-15T20:40:58.082Z | Downloaded libsw v3.3.1 |
902 | 2024-07-15T20:40:58.082Z | Downloaded hyper-staticfile v0.9.5 |
903 | 2024-07-15T20:40:58.085Z | Downloaded fxhash v0.2.1 |
904 | 2024-07-15T20:40:58.085Z | Downloaded trust-dns-server v0.22.1 |
905 | 2024-07-15T20:40:58.092Z | Downloaded rustfmt-wrapper v0.2.1 |
906 | 2024-07-15T20:40:58.095Z | Downloaded gimli v0.28.1 |
907 | 2024-07-15T20:40:58.100Z | Downloaded highway v1.1.0 |
908 | 2024-07-15T20:40:58.103Z | Downloaded wait-timeout v0.2.0 |
909 | 2024-07-15T20:40:58.106Z | Downloaded walkdir v2.5.0 |
910 | 2024-07-15T20:40:58.106Z | Downloaded rustls-pki-types v1.7.0 |
911 | 2024-07-15T20:40:58.108Z | Downloaded http-range v0.1.5 |
912 | 2024-07-15T20:40:58.111Z | Downloaded display-error-chain v0.2.0 |
913 | 2024-07-15T20:40:58.111Z | Downloaded yasna v0.5.2 |
914 | 2024-07-15T20:40:58.114Z | Downloaded unicode-truncate v1.0.0 |
915 | 2024-07-15T20:40:58.114Z | Downloaded scheduled-thread-pool v0.2.7 |
916 | 2024-07-15T20:40:58.118Z | Downloaded samael v0.0.15 |
917 | 2024-07-15T20:40:58.121Z | Downloaded unarray v0.1.4 |
918 | 2024-07-15T20:40:58.124Z | Downloaded tungstenite v0.20.1 |
919 | 2024-07-15T20:40:58.126Z | Downloaded socket2 v0.4.10 |
920 | 2024-07-15T20:40:58.129Z | Downloaded rustls v0.21.12 |
921 | 2024-07-15T20:40:58.139Z | Downloaded rustls-webpki v0.101.7 |
922 | 2024-07-15T20:40:58.154Z | Downloaded subprocess v0.2.9 |
923 | 2024-07-15T20:40:58.156Z | Downloaded rustls-pemfile v2.1.2 |
924 | 2024-07-15T20:40:58.159Z | Downloaded shlex v1.3.0 |
925 | 2024-07-15T20:40:58.159Z | Downloaded memmap2 v0.9.4 |
926 | 2024-07-15T20:40:58.162Z | Downloaded md-5 v0.10.6 |
927 | 2024-07-15T20:40:58.165Z | Downloaded maplit v1.0.2 |
928 | 2024-07-15T20:40:58.165Z | Downloaded linked-hash-map v0.5.6 |
929 | 2024-07-15T20:40:58.165Z | Downloaded matches v0.1.10 |
930 | 2024-07-15T20:40:58.168Z | Downloaded ed25519 v1.5.3 |
931 | 2024-07-15T20:40:58.168Z | Downloaded diesel v2.1.6 |
932 | 2024-07-15T20:40:58.185Z | Downloaded strum_macros v0.25.3 |
933 | 2024-07-15T20:40:58.189Z | Downloaded smawk v0.3.2 |
934 | 2024-07-15T20:40:58.189Z | Downloaded siphasher v0.3.11 |
935 | 2024-07-15T20:40:58.191Z | Downloaded expectorate v1.1.0 |
936 | 2024-07-15T20:40:58.194Z | Downloaded unsafe-libyaml v0.2.11 |
937 | 2024-07-15T20:40:58.197Z | Downloaded group v0.13.0 |
938 | 2024-07-15T20:40:58.197Z | Downloaded which v4.4.2 |
939 | 2024-07-15T20:40:58.200Z | Downloaded serde-hex v0.1.0 |
940 | 2024-07-15T20:40:58.200Z | Downloaded hex v0.4.3 |
941 | 2024-07-15T20:40:58.203Z | Downloaded heck v0.3.3 |
942 | 2024-07-15T20:40:58.203Z | Downloaded env_logger v0.10.2 |
943 | 2024-07-15T20:40:58.206Z | Downloaded sigpipe v0.1.3 |
944 | 2024-07-15T20:40:58.209Z | Downloaded lazycell v1.3.0 |
945 | 2024-07-15T20:40:58.209Z | Downloaded elliptic-curve v0.13.8 |
946 | 2024-07-15T20:40:58.212Z | Downloaded hubpack_derive v0.1.1 |
947 | 2024-07-15T20:40:58.215Z | Downloaded smoltcp v0.11.0 |
948 | 2024-07-15T20:40:58.225Z | Downloaded regex-automata v0.4.6 |
949 | 2024-07-15T20:40:58.241Z | Downloaded unicode-segmentation v1.11.0 |
950 | 2024-07-15T20:40:58.245Z | Downloaded signal-hook v0.3.17 |
951 | 2024-07-15T20:40:58.248Z | Downloaded sha1 v0.10.6 |
952 | 2024-07-15T20:40:58.248Z | Downloaded serde_yaml v0.9.34+deprecated |
953 | 2024-07-15T20:40:58.251Z | Downloaded heapless v0.8.0 |
954 | 2024-07-15T20:40:58.255Z | Downloaded similar v2.5.0 |
955 | 2024-07-15T20:40:58.259Z | Downloaded http v1.1.0 |
956 | 2024-07-15T20:40:58.263Z | Downloaded resolv-conf v0.7.0 |
957 | 2024-07-15T20:40:58.267Z | Downloaded maybe-uninit v2.0.0 |
958 | 2024-07-15T20:40:58.267Z | Downloaded managed v0.8.0 |
959 | 2024-07-15T20:40:58.269Z | Downloaded linear-map v1.2.0 |
960 | 2024-07-15T20:40:58.269Z | Downloaded enum-as-inner v0.5.1 |
961 | 2024-07-15T20:40:58.272Z | Downloaded endian-type v0.1.2 |
962 | 2024-07-15T20:40:58.272Z | Downloaded embedded-io v0.4.0 |
963 | 2024-07-15T20:40:58.272Z | Downloaded supports-color v3.0.0 |
964 | 2024-07-15T20:40:58.275Z | Downloaded serde_arrays v0.1.0 |
965 | 2024-07-15T20:40:58.275Z | Downloaded shell-words v1.1.0 |
966 | 2024-07-15T20:40:58.275Z | Downloaded serde-big-array v0.4.1 |
967 | 2024-07-15T20:40:58.278Z | Downloaded ron v0.8.1 |
968 | 2024-07-15T20:40:58.281Z | Downloaded ron v0.7.1 |
969 | 2024-07-15T20:40:58.286Z | Downloaded smoltcp v0.9.1 |
970 | 2024-07-15T20:40:58.296Z | Downloaded libxml v0.3.3 |
971 | 2024-07-15T20:40:58.301Z | Downloaded libefi-sys v0.1.0 |
972 | 2024-07-15T20:40:58.304Z | Downloaded idna v0.2.3 |
973 | 2024-07-15T20:40:58.309Z | Downloaded unicode-linebreak v0.1.5 |
974 | 2024-07-15T20:40:58.312Z | Downloaded unicase v2.7.0 |
975 | 2024-07-15T20:40:58.312Z | Downloaded tui-tree-widget v0.21.0 |
976 | 2024-07-15T20:40:58.315Z | Downloaded tabwriter v1.4.0 |
977 | 2024-07-15T20:40:58.315Z | Downloaded rpassword v7.3.1 |
978 | 2024-07-15T20:40:58.315Z | Downloaded impl-trait-for-tuples v0.2.2 |
979 | 2024-07-15T20:40:58.318Z | Downloaded trust-dns-proto v0.22.0 |
980 | 2024-07-15T20:40:58.329Z | Downloaded indent_write v2.2.0 |
981 | 2024-07-15T20:40:58.332Z | Downloaded heapless v0.7.17 |
982 | 2024-07-15T20:40:58.334Z | Downloaded regress v0.9.1 |
983 | 2024-07-15T20:40:58.341Z | Downloaded idna v0.3.0 |
984 | 2024-07-15T20:40:58.347Z | Downloaded snafu v0.8.2 |
985 | 2024-07-15T20:40:58.353Z | Downloaded sha3 v0.10.8 |
986 | 2024-07-15T20:40:58.357Z | Downloaded rustls v0.22.4 |
987 | 2024-07-15T20:40:58.370Z | Downloaded zerocopy-derive v0.6.6 |
988 | 2024-07-15T20:40:58.378Z | Downloaded headers-core v0.2.0 |
989 | 2024-07-15T20:40:58.382Z | Downloaded headers v0.3.9 |
990 | 2024-07-15T20:40:58.384Z | Downloaded float-ord v0.3.2 |
991 | 2024-07-15T20:40:58.387Z | Downloaded zerocopy v0.6.6 |
992 | 2024-07-15T20:40:58.390Z | Downloaded finl_unicode v1.2.0 |
993 | 2024-07-15T20:40:58.400Z | Downloaded signal-hook-mio v0.2.3 |
994 | 2024-07-15T20:40:58.403Z | Downloaded semver v0.1.20 |
995 | 2024-07-15T20:40:58.403Z | Downloaded typed-path v0.7.1 |
996 | 2024-07-15T20:40:58.407Z | Downloaded tungstenite v0.21.0 |
997 | 2024-07-15T20:40:58.410Z | Downloaded snafu-derive v0.8.2 |
998 | 2024-07-15T20:40:58.413Z | Downloaded hubpack v0.1.2 |
999 | 2024-07-15T20:40:58.413Z | Downloaded waitgroup v0.1.2 |
1000 | 2024-07-15T20:40:58.416Z | Downloaded sled v0.34.7 |
1001 | 2024-07-15T20:40:58.424Z | Downloaded fragile v2.0.0 |
1002 | 2024-07-15T20:40:58.427Z | Downloaded either v1.12.0 |
1003 | 2024-07-15T20:40:58.427Z | Downloaded whoami v1.5.1 |
1004 | 2024-07-15T20:40:58.430Z | Downloaded serde-big-array v0.5.1 |
1005 | 2024-07-15T20:40:58.430Z | Downloaded vte_generate_state_changes v0.1.1 |
1006 | 2024-07-15T20:40:58.430Z | Downloaded vsss-rs v3.3.4 |
1007 | 2024-07-15T20:40:58.433Z | Downloaded structmeta-derive v0.3.0 |
1008 | 2024-07-15T20:40:58.436Z | Downloaded subtle v2.5.0 |
1009 | 2024-07-15T20:40:58.436Z | Downloaded globset v0.4.14 |
1010 | 2024-07-15T20:40:58.436Z | Downloaded glob v0.3.1 |
1011 | 2024-07-15T20:40:58.439Z | Downloaded uzers v0.11.3 |
1012 | 2024-07-15T20:40:58.439Z | Downloaded termios v0.3.3 |
1013 | 2024-07-15T20:40:58.442Z | Downloaded structmeta-derive v0.2.0 |
1014 | 2024-07-15T20:40:58.442Z | Downloaded structmeta v0.3.0 |
1015 | 2024-07-15T20:40:58.442Z | Downloaded serde_with_macros v3.8.3 |
1016 | 2024-07-15T20:40:58.445Z | Downloaded rustc_version v0.1.7 |
1017 | 2024-07-15T20:40:58.445Z | Downloaded universal-hash v0.5.1 |
1018 | 2024-07-15T20:40:58.448Z | Downloaded regex-automata v0.1.10 |
1019 | 2024-07-15T20:40:58.451Z | Downloaded thiserror-impl-no-std v2.0.2 |
1020 | 2024-07-15T20:40:58.454Z | Downloaded test-strategy v0.3.1 |
1021 | 2024-07-15T20:40:58.456Z | Downloaded slog-dtrace v0.3.0 |
1022 | 2024-07-15T20:40:58.457Z | Downloaded unicode_categories v0.1.1 |
1023 | 2024-07-15T20:40:58.459Z | Downloaded openapiv3 v2.0.0 |
1024 | 2024-07-15T20:40:58.468Z | Downloaded sec1 v0.7.3 |
1025 | 2024-07-15T20:40:58.471Z | Downloaded trust-dns-resolver v0.22.0 |
1026 | 2024-07-15T20:40:58.474Z | Downloaded flagset v0.4.5 |
1027 | 2024-07-15T20:40:58.477Z | Downloaded structmeta v0.2.0 |
1028 | 2024-07-15T20:40:58.477Z | Downloaded strip-ansi-escapes v0.2.0 |
1029 | 2024-07-15T20:40:58.477Z | Downloaded stringprep v0.1.4 |
1030 | 2024-07-15T20:40:58.481Z | Downloaded steno v0.4.1 |
1031 | 2024-07-15T20:40:58.485Z | Downloaded zeroize v1.7.0 |
1032 | 2024-07-15T20:40:58.485Z | Downloaded flume v0.11.0 |
1033 | 2024-07-15T20:40:58.487Z | Downloaded webpki-roots v0.25.4 |
1034 | 2024-07-15T20:40:58.490Z | Downloaded downcast v0.11.0 |
1035 | 2024-07-15T20:40:58.493Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1036 | 2024-07-15T20:40:58.493Z | Downloaded diesel_derives v2.1.4 |
1037 | 2024-07-15T20:40:58.497Z | Downloaded stability v0.2.0 |
1038 | 2024-07-15T20:40:58.497Z | Downloaded sqlparser v0.45.0 |
1039 | 2024-07-15T20:40:58.503Z | Downloaded spin v0.5.2 |
1040 | 2024-07-15T20:40:58.506Z | Downloaded smf v0.2.3 |
1041 | 2024-07-15T20:40:58.506Z | Downloaded salty v0.2.0 |
1042 | 2024-07-15T20:40:58.510Z | Downloaded rustyline v14.0.0 |
1043 | 2024-07-15T20:40:58.515Z | Downloaded lalrpop v0.19.12 |
1044 | 2024-07-15T20:40:58.525Z | Downloaded tap v1.0.1 |
1045 | 2024-07-15T20:40:58.529Z | Downloaded serde_with v3.8.3 |
1046 | 2024-07-15T20:40:58.535Z | Downloaded rustc-hash v1.1.0 |
1047 | 2024-07-15T20:40:58.538Z | Downloaded is_ci v1.2.0 |
1048 | 2024-07-15T20:40:58.538Z | Downloaded instant v0.1.12 |
1049 | 2024-07-15T20:40:58.538Z | Downloaded indicatif v0.17.8 |
1050 | 2024-07-15T20:40:58.541Z | Downloaded hostname v0.4.0 |
1051 | 2024-07-15T20:40:58.544Z | Downloaded getopts v0.2.21 |
1052 | 2024-07-15T20:40:58.544Z | Downloaded fd-lock v4.0.2 |
1053 | 2024-07-15T20:40:58.547Z | Downloaded zone_cfg_derive v0.1.2 |
1054 | 2024-07-15T20:40:58.547Z | Downloaded zone v0.1.8 |
1055 | 2024-07-15T20:40:58.550Z | Downloaded zip v0.6.6 |
1056 | 2024-07-15T20:40:58.555Z | Downloaded x509-cert v0.2.5 |
1057 | 2024-07-15T20:40:58.558Z | Downloaded vte v0.11.1 |
1058 | 2024-07-15T20:40:58.561Z | Downloaded tough v0.17.1 |
1059 | 2024-07-15T20:40:58.566Z | Downloaded topological-sort v0.2.2 |
1060 | 2024-07-15T20:40:58.569Z | Downloaded toolchain_find v0.4.0 |
1061 | 2024-07-15T20:40:58.569Z | Downloaded thiserror-no-std v2.0.2 |
1062 | 2024-07-15T20:40:58.572Z | Downloaded hkdf v0.12.4 |
1063 | 2024-07-15T20:40:58.575Z | Downloaded env_logger v0.9.3 |
1064 | 2024-07-15T20:40:58.578Z | Downloaded uuid v1.9.1 |
1065 | 2024-07-15T20:40:58.581Z | Downloaded petgraph v0.6.5 |
1066 | 2024-07-15T20:40:58.595Z | Downloaded derive_builder_macro v0.20.0 |
1067 | 2024-07-15T20:40:58.597Z | Downloaded derive_builder_core v0.20.0 |
1068 | 2024-07-15T20:40:58.597Z | Downloaded derive_builder v0.20.0 |
1069 | 2024-07-15T20:40:58.601Z | Downloaded tokio-stream v0.1.15 |
1070 | 2024-07-15T20:40:58.605Z | Downloaded tokio-rustls v0.25.0 |
1071 | 2024-07-15T20:40:58.608Z | Downloaded wyz v0.5.1 |
1072 | 2024-07-15T20:40:58.608Z | Downloaded utf-8 v0.7.6 |
1073 | 2024-07-15T20:40:58.612Z | Downloaded sqlparser_derive v0.2.2 |
1074 | 2024-07-15T20:40:58.612Z | Downloaded sqlformat v0.2.4 |
1075 | 2024-07-15T20:40:58.615Z | Downloaded spki v0.7.3 |
1076 | 2024-07-15T20:40:58.615Z | Downloaded spin v0.9.8 |
1077 | 2024-07-15T20:40:58.618Z | Downloaded peg-macros v0.8.3 |
1078 | 2024-07-15T20:40:58.618Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1079 | 2024-07-15T20:40:58.629Z | Downloaded keccak v0.1.5 |
1080 | 2024-07-15T20:40:58.632Z | Downloaded hashbrown v0.13.2 |
1081 | 2024-07-15T20:40:58.636Z | Downloaded radix_trie v0.2.1 |
1082 | 2024-07-15T20:40:58.639Z | Downloaded defmt-parser v0.3.4 |
1083 | 2024-07-15T20:40:58.643Z | Downloaded defmt-macros v0.3.9 |
1084 | 2024-07-15T20:40:58.646Z | Downloaded defmt v0.3.8 |
1085 | 2024-07-15T20:40:58.646Z | Downloaded debug-ignore v1.0.5 |
1086 | 2024-07-15T20:40:58.649Z | Downloaded publicsuffix v2.2.3 |
1087 | 2024-07-15T20:40:58.649Z | Downloaded pretty-hex v0.2.1 |
1088 | 2024-07-15T20:40:58.652Z | Downloaded postgres-types v0.2.6 |
1089 | 2024-07-15T20:40:58.654Z | Downloaded postgres-protocol v0.6.6 |
1090 | 2024-07-15T20:40:58.655Z | Downloaded postcard v1.0.8 |
1091 | 2024-07-15T20:40:58.657Z | Downloaded portpicker v0.1.1 |
1092 | 2024-07-15T20:40:58.657Z | Downloaded poly1305 v0.8.0 |
1093 | 2024-07-15T20:40:58.661Z | Downloaded peg-runtime v0.8.3 |
1094 | 2024-07-15T20:40:58.661Z | Downloaded peg v0.8.3 |
1095 | 2024-07-15T20:40:58.665Z | Downloaded path-slash v0.1.5 |
1096 | 2024-07-15T20:40:58.669Z | Downloaded password-hash v0.5.0 |
1097 | 2024-07-15T20:40:58.669Z | Downloaded parse-size v1.0.0 |
1098 | 2024-07-15T20:40:58.669Z | Downloaded parse-display-derive v0.9.1 |
1099 | 2024-07-15T20:40:58.669Z | Downloaded parse-display v0.9.1 |
1100 | 2024-07-15T20:40:58.673Z | Downloaded oso-derive v0.27.3 |
1101 | 2024-07-15T20:40:58.673Z | Downloaded oso v0.27.3 |
1102 | 2024-07-15T20:40:58.677Z | Downloaded hash32 v0.3.1 |
1103 | 2024-07-15T20:40:58.677Z | Downloaded gethostname v0.4.3 |
1104 | 2024-07-15T20:40:58.677Z | Downloaded foreign-types-macros v0.2.3 |
1105 | 2024-07-15T20:40:58.677Z | Downloaded ff v0.13.0 |
1106 | 2024-07-15T20:40:58.681Z | Downloaded erased-serde v0.3.31 |
1107 | 2024-07-15T20:40:58.681Z | Downloaded ena v0.14.3 |
1108 | 2024-07-15T20:40:58.685Z | Downloaded rand_xorshift v0.3.0 |
1109 | 2024-07-15T20:40:58.685Z | Downloaded csv v1.3.0 |
1110 | 2024-07-15T20:40:58.702Z | Downloaded ref-cast-impl v1.0.23 |
1111 | 2024-07-15T20:40:58.710Z | Downloaded ring v0.17.8 |
1112 | 2024-07-15T20:40:58.768Z | Downloaded rayon v1.10.0 |
1113 | 2024-07-15T20:40:58.774Z | Downloaded console v0.15.8 |
1114 | 2024-07-15T20:40:58.777Z | Downloaded block-padding v0.3.3 |
1115 | 2024-07-15T20:40:58.781Z | Downloaded object v0.30.4 |
1116 | 2024-07-15T20:40:58.788Z | Downloaded proptest v1.4.0 |
1117 | 2024-07-15T20:40:58.798Z | Downloaded clang-sys v1.7.0 |
1118 | 2024-07-15T20:40:58.803Z | Downloaded bstr v0.2.17 |
1119 | 2024-07-15T20:40:58.809Z | Downloaded pkcs1 v0.7.5 |
1120 | 2024-07-15T20:40:58.813Z | Downloaded predicates v3.1.0 |
1121 | 2024-07-15T20:40:58.816Z | Downloaded predicates-tree v1.0.9 |
1122 | 2024-07-15T20:40:58.816Z | Downloaded pkcs8 v0.10.2 |
1123 | 2024-07-15T20:40:58.820Z | Downloaded phf_shared v0.11.2 |
1124 | 2024-07-15T20:40:58.820Z | Downloaded parking_lot v0.11.2 |
1125 | 2024-07-15T20:40:58.820Z | Downloaded parking_lot_core v0.8.6 |
1126 | 2024-07-15T20:40:58.825Z | Downloaded der v0.7.9 |
1127 | 2024-07-15T20:40:58.829Z | Downloaded bitfield v0.14.0 |
1128 | 2024-07-15T20:40:58.829Z | Downloaded derive_more v0.99.18 |
1129 | 2024-07-15T20:40:58.832Z | Downloaded mockall_derive v0.12.1 |
1130 | 2024-07-15T20:40:58.836Z | Downloaded base64ct v1.6.0 |
1131 | 2024-07-15T20:40:58.842Z | Downloaded packed_struct v0.10.1 |
1132 | 2024-07-15T20:40:58.842Z | Downloaded opaque-debug v0.3.1 |
1133 | 2024-07-15T20:40:58.842Z | Downloaded ring v0.16.20 |
1134 | 2024-07-15T20:40:58.914Z | Downloaded num_enum v0.5.11 |
1135 | 2024-07-15T20:40:58.919Z | Downloaded num-rational v0.4.2 |
1136 | 2024-07-15T20:40:58.919Z | Downloaded num-iter v0.1.45 |
1137 | 2024-07-15T20:40:58.924Z | Downloaded num-integer v0.1.46 |
1138 | 2024-07-15T20:40:58.924Z | Downloaded num-complex v0.4.6 |
1139 | 2024-07-15T20:40:58.924Z | Downloaded num v0.4.3 |
1140 | 2024-07-15T20:40:58.924Z | Downloaded mockall v0.12.1 |
1141 | 2024-07-15T20:40:58.928Z | Downloaded mime_guess v2.0.4 |
1142 | 2024-07-15T20:40:58.928Z | Downloaded data-encoding v2.6.0 |
1143 | 2024-07-15T20:40:58.928Z | Downloaded darling_core v0.20.9 |
1144 | 2024-07-15T20:40:58.936Z | Downloaded darling v0.20.9 |
1145 | 2024-07-15T20:40:58.941Z | Downloaded base16ct v0.2.0 |
1146 | 2024-07-15T20:40:58.941Z | Downloaded backtrace v0.3.71 |
1147 | 2024-07-15T20:40:58.941Z | Downloaded normalize-line-endings v0.3.0 |
1148 | 2024-07-15T20:40:58.941Z | Downloaded new_debug_unreachable v1.0.6 |
1149 | 2024-07-15T20:40:58.941Z | Downloaded multimap v0.10.0 |
1150 | 2024-07-15T20:40:58.945Z | Downloaded memoffset v0.9.1 |
1151 | 2024-07-15T20:40:58.945Z | Downloaded crunchy v0.2.2 |
1152 | 2024-07-15T20:40:58.945Z | Downloaded ciborium-io v0.2.2 |
1153 | 2024-07-15T20:40:58.945Z | Downloaded ascii v1.1.0 |
1154 | 2024-07-15T20:40:58.945Z | Downloaded bit-vec v0.6.3 |
1155 | 2024-07-15T20:40:58.949Z | Downloaded async-trait v0.1.81 |
1156 | 2024-07-15T20:40:58.949Z | Downloaded ahash v0.8.11 |
1157 | 2024-07-15T20:40:58.956Z | Downloaded curve25519-dalek-derive v0.1.1 |
1158 | 2024-07-15T20:40:58.957Z | Downloaded cstr-argument v0.1.2 |
1159 | 2024-07-15T20:40:58.957Z | Downloaded crucible-workspace-hack v0.1.0 |
1160 | 2024-07-15T20:40:58.957Z | Downloaded crossterm v0.27.0 |
1161 | 2024-07-15T20:40:58.962Z | Downloaded cfg_aliases v0.1.1 |
1162 | 2024-07-15T20:40:58.962Z | Downloaded bit-set v0.5.3 |
1163 | 2024-07-15T20:40:58.962Z | Downloaded atomicwrites v0.4.3 |
1164 | 2024-07-15T20:40:58.962Z | Downloaded atomic-waker v1.1.2 |
1165 | 2024-07-15T20:40:58.966Z | Downloaded async-stream-impl v0.3.5 |
1166 | 2024-07-15T20:40:58.966Z | Downloaded arrayvec v0.7.4 |
1167 | 2024-07-15T20:40:58.966Z | Downloaded arrayref v0.3.7 |
1168 | 2024-07-15T20:40:58.966Z | Downloaded aead v0.5.2 |
1169 | 2024-07-15T20:40:58.966Z | Downloaded cookie_store v0.20.0 |
1170 | 2024-07-15T20:40:58.966Z | Downloaded cookie v0.18.1 |
1171 | 2024-07-15T20:40:58.969Z | Downloaded cobs v0.2.3 |
1172 | 2024-07-15T20:40:58.969Z | Downloaded cassowary v0.3.0 |
1173 | 2024-07-15T20:40:58.974Z | Downloaded bitstruct_derive v0.1.0 |
1174 | 2024-07-15T20:40:58.974Z | Downloaded bitstruct v0.1.1 |
1175 | 2024-07-15T20:40:58.974Z | Downloaded bitfield-struct v0.6.1 |
1176 | 2024-07-15T20:40:59.099Z | Compiling proc-macro2 v1.0.86 |
1177 | 2024-07-15T20:40:59.099Z | Compiling unicode-ident v1.0.12 |
1178 | 2024-07-15T20:40:59.099Z | Compiling libc v0.2.155 |
1179 | 2024-07-15T20:40:59.106Z | Compiling serde v1.0.204 |
1180 | 2024-07-15T20:40:59.107Z | Compiling autocfg v1.3.0 |
1181 | 2024-07-15T20:40:59.107Z | Compiling version_check v0.9.4 |
1182 | 2024-07-15T20:40:59.107Z | Compiling cfg-if v1.0.0 |
1183 | 2024-07-15T20:40:59.321Z | Compiling cc v1.0.97 |
1184 | 2024-07-15T20:40:59.373Z | Compiling parking_lot_core v0.9.10 |
1185 | 2024-07-15T20:40:59.758Z | Compiling once_cell v1.19.0 |
1186 | 2024-07-15T20:40:59.800Z | Compiling serde_json v1.0.120 |
1187 | 2024-07-15T20:40:59.848Z | Compiling lock_api v0.4.12 |
1188 | 2024-07-15T20:40:59.877Z | Compiling ahash v0.8.11 |
1189 | 2024-07-15T20:41:00.079Z | Compiling libm v0.2.8 |
1190 | 2024-07-15T20:41:00.093Z | Compiling byteorder v1.5.0 |
1191 | 2024-07-15T20:41:00.126Z | Compiling num-traits v0.2.19 |
1192 | 2024-07-15T20:41:00.166Z | Compiling memchr v2.7.2 |
1193 | 2024-07-15T20:41:00.517Z | Compiling scopeguard v1.2.0 |
1194 | 2024-07-15T20:41:00.596Z | Compiling thiserror v1.0.60 |
1195 | 2024-07-15T20:41:00.681Z | Compiling quote v1.0.36 |
1196 | 2024-07-15T20:41:01.090Z | Compiling syn v2.0.71 |
1197 | 2024-07-15T20:41:01.209Z | Compiling getrandom v0.2.14 |
1198 | 2024-07-15T20:41:01.410Z | Compiling typenum v1.17.0 |
1199 | 2024-07-15T20:41:01.573Z | Compiling itoa v1.0.11 |
1200 | 2024-07-15T20:41:01.799Z | Compiling log v0.4.21 |
1201 | 2024-07-15T20:41:01.816Z | Compiling generic-array v0.14.7 |
1202 | 2024-07-15T20:41:02.463Z | Compiling allocator-api2 v0.2.18 |
1203 | 2024-07-15T20:41:02.481Z | Compiling slab v0.4.9 |
1204 | 2024-07-15T20:41:02.500Z | Compiling ring v0.17.8 |
1205 | 2024-07-15T20:41:02.540Z | Compiling ryu v1.0.18 |
1206 | 2024-07-15T20:41:02.776Z | Compiling pin-project-lite v0.2.14 |
1207 | 2024-07-15T20:41:02.834Z | Compiling schemars v0.8.21 |
1208 | 2024-07-15T20:41:02.867Z | Compiling smallvec v1.13.2 |
1209 | 2024-07-15T20:41:03.069Z | Compiling semver v1.0.23 |
1210 | 2024-07-15T20:41:03.314Z | Compiling equivalent v1.0.1 |
1211 | 2024-07-15T20:41:03.424Z | Compiling spin v0.9.8 |
1212 | 2024-07-15T20:41:03.491Z | Compiling pkg-config v0.3.30 |
1213 | 2024-07-15T20:41:03.513Z | Compiling vcpkg v0.2.15 |
1214 | 2024-07-15T20:41:03.650Z | Compiling parking_lot v0.12.2 |
1215 | 2024-07-15T20:41:04.197Z | Compiling signal-hook-registry v1.4.2 |
1216 | 2024-07-15T20:41:05.040Z | Compiling syn v1.0.109 |
1217 | 2024-07-15T20:41:05.357Z | Compiling openssl-sys v0.9.102 |
1218 | 2024-07-15T20:41:05.657Z | Compiling mio v0.8.11 |
1219 | 2024-07-15T20:41:06.229Z | Compiling rand_core v0.6.4 |
1220 | 2024-07-15T20:41:06.298Z | Compiling num_cpus v1.16.0 |
1221 | 2024-07-15T20:41:06.425Z | Compiling socket2 v0.5.7 |
1222 | 2024-07-15T20:41:06.599Z | Compiling num-conv v0.1.0 |
1223 | 2024-07-15T20:41:06.850Z | Compiling time-core v0.1.2 |
1224 | 2024-07-15T20:41:07.013Z | Compiling time-macros v0.2.18 |
1225 | 2024-07-15T20:41:07.362Z | Compiling heck v0.5.0 |
1226 | 2024-07-15T20:41:07.398Z | Compiling httparse v1.8.0 |
1227 | 2024-07-15T20:41:07.787Z | Compiling futures-core v0.3.30 |
1228 | 2024-07-15T20:41:08.116Z | Compiling fnv v1.0.7 |
1229 | 2024-07-15T20:41:08.219Z | Compiling openssl v0.10.64 |
1230 | 2024-07-15T20:41:08.668Z | Compiling rustix v0.38.34 |
1231 | 2024-07-15T20:41:08.671Z | Compiling iana-time-zone v0.1.60 |
1232 | 2024-07-15T20:41:08.786Z | Compiling serde_derive_internals v0.29.1 |
1233 | 2024-07-15T20:41:09.087Z | Compiling crossbeam-utils v0.8.19 |
1234 | 2024-07-15T20:41:09.671Z | Compiling tinyvec_macros v0.1.1 |
1235 | 2024-07-15T20:41:09.763Z | Compiling rustls v0.21.12 |
1236 | 2024-07-15T20:41:09.779Z | Compiling native-tls v0.2.11 |
1237 | 2024-07-15T20:41:09.895Z | Compiling tinyvec v1.6.0 |
1238 | 2024-07-15T20:41:10.335Z | Compiling subtle v2.5.0 |
1239 | 2024-07-15T20:41:10.700Z | Compiling const-oid v0.9.6 |
1240 | 2024-07-15T20:41:10.820Z | Compiling ucd-trie v0.1.6 |
1241 | 2024-07-15T20:41:10.851Z | Compiling futures-sink v0.3.30 |
1242 | 2024-07-15T20:41:11.235Z | Compiling unicode-normalization v0.1.23 |
1243 | 2024-07-15T20:41:11.282Z | Compiling backtrace v0.3.71 |
1244 | 2024-07-15T20:41:11.297Z | Compiling cookie v0.17.0 |
1245 | 2024-07-15T20:41:11.664Z | Compiling dyn-clone v1.0.17 |
1246 | 2024-07-15T20:41:11.705Z | Compiling unicode-bidi v0.3.15 |
1247 | 2024-07-15T20:41:11.843Z | Compiling slog v2.7.0 |
1248 | 2024-07-15T20:41:12.541Z | Compiling futures-channel v0.3.30 |
1249 | 2024-07-15T20:41:12.578Z | Compiling futures-io v0.3.30 |
1250 | 2024-07-15T20:41:12.930Z | Compiling futures-task v0.3.30 |
1251 | 2024-07-15T20:41:12.965Z | Compiling pin-utils v0.1.0 |
1252 | 2024-07-15T20:41:13.245Z | Compiling aho-corasick v1.1.3 |
1253 | 2024-07-15T20:41:13.274Z | Compiling anyhow v1.0.86 |
1254 | 2024-07-15T20:41:13.468Z | Compiling untrusted v0.9.0 |
1255 | 2024-07-15T20:41:13.726Z | Compiling regex-syntax v0.8.3 |
1256 | 2024-07-15T20:41:13.937Z | Compiling winnow v0.5.40 |
1257 | 2024-07-15T20:41:14.394Z | Compiling serde_derive v1.0.204 |
1258 | 2024-07-15T20:41:15.883Z | Compiling zerocopy-derive v0.7.34 |
1259 | 2024-07-15T20:41:16.524Z | Compiling zeroize_derive v1.4.2 |
1260 | 2024-07-15T20:41:17.723Z | Compiling thiserror-impl v1.0.60 |
1261 | 2024-07-15T20:41:17.804Z | Compiling tokio-macros v2.3.0 |
1262 | 2024-07-15T20:41:17.852Z | Compiling zerocopy v0.7.34 |
1263 | 2024-07-15T20:41:17.901Z | Compiling futures-macro v0.3.30 |
1264 | 2024-07-15T20:41:18.463Z | Compiling schemars_derive v0.8.21 |
1265 | 2024-07-15T20:41:19.312Z | Compiling tracing-attributes v0.1.27 |
1266 | 2024-07-15T20:41:19.712Z | Compiling zeroize v1.7.0 |
1267 | 2024-07-15T20:41:20.058Z | Compiling hashbrown v0.14.5 |
1268 | 2024-07-15T20:41:20.713Z | Compiling openssl-macros v0.1.1 |
1269 | 2024-07-15T20:41:21.403Z | Compiling scroll_derive v0.12.0 |
1270 | 2024-07-15T20:41:21.480Z | Compiling pest v2.7.10 |
1271 | 2024-07-15T20:41:21.701Z | Compiling futures-util v0.3.30 |
1272 | 2024-07-15T20:41:22.571Z | Compiling crypto-common v0.1.6 |
1273 | 2024-07-15T20:41:22.720Z | Compiling der_derive v0.7.2 |
1274 | 2024-07-15T20:41:22.750Z | Compiling block-buffer v0.10.4 |
1275 | 2024-07-15T20:41:23.279Z | Compiling regex-automata v0.4.6 |
1276 | 2024-07-15T20:41:24.206Z | Compiling pest_meta v2.7.10 |
1277 | 2024-07-15T20:41:25.071Z | Compiling tracing-core v0.1.32 |
1278 | 2024-07-15T20:41:27.452Z | Compiling pest_generator v2.7.10 |
1279 | 2024-07-15T20:41:27.998Z | Compiling bytes v1.6.0 |
1280 | 2024-07-15T20:41:29.150Z | Compiling indexmap v2.2.6 |
1281 | 2024-07-15T20:41:29.236Z | Compiling uuid v1.9.1 |
1282 | 2024-07-15T20:41:29.873Z | Compiling tokio v1.38.0 |
1283 | 2024-07-15T20:41:30.452Z | Compiling bitflags v2.5.0 |
1284 | 2024-07-15T20:41:30.635Z | Compiling chrono v0.4.38 |
1285 | 2024-07-15T20:41:31.016Z | Compiling serde_tokenstream v0.2.1 |
1286 | 2024-07-15T20:41:32.100Z | Compiling toml_datetime v0.6.6 |
1287 | 2024-07-15T20:41:32.534Z | Compiling serde_spanned v0.6.6 |
1288 | 2024-07-15T20:41:32.754Z | Compiling http v0.2.12 |
1289 | 2024-07-15T20:41:34.539Z | Compiling toml_edit v0.19.15 |
1290 | 2024-07-15T20:41:35.050Z | Compiling rustc_version v0.4.0 |
1291 | 2024-07-15T20:41:35.701Z | Compiling pest_derive v2.7.10 |
1292 | 2024-07-15T20:41:35.802Z | Compiling usdt-impl v0.5.0 |
1293 | 2024-07-15T20:41:36.111Z | Compiling rustversion v1.0.17 |
1294 | 2024-07-15T20:41:36.420Z | Compiling powerfmt v0.2.0 |
1295 | 2024-07-15T20:41:36.785Z | Compiling deranged v0.3.11 |
1296 | 2024-07-15T20:41:36.810Z | Compiling heapless v0.7.17 |
1297 | 2024-07-15T20:41:36.909Z | Compiling tracing v0.1.40 |
1298 | 2024-07-15T20:41:37.199Z | Compiling digest v0.10.7 |
1299 | 2024-07-15T20:41:37.604Z | Compiling scroll v0.12.0 |
1300 | 2024-07-15T20:41:38.402Z | Compiling ppv-lite86 v0.2.17 |
1301 | 2024-07-15T20:41:38.953Z | Compiling plain v0.2.3 |
1302 | 2024-07-15T20:41:39.106Z | Compiling percent-encoding v2.3.1 |
1303 | 2024-07-15T20:41:39.194Z | Compiling signal-hook v0.3.17 |
1304 | 2024-07-15T20:41:39.230Z | Compiling num_threads v0.1.7 |
1305 | 2024-07-15T20:41:39.446Z | Compiling heck v0.4.1 |
1306 | 2024-07-15T20:41:39.535Z | Compiling time v0.3.36 |
1307 | 2024-07-15T20:41:39.868Z | Compiling rand_chacha v0.3.1 |
1308 | 2024-07-15T20:41:39.896Z | Compiling goblin v0.8.2 |
1309 | 2024-07-15T20:41:41.748Z | Compiling regex v1.10.5 |
1310 | 2024-07-15T20:41:42.927Z | Compiling pretty-hex v0.4.1 |
1311 | 2024-07-15T20:41:43.129Z | Compiling crc32fast v1.4.0 |
1312 | 2024-07-15T20:41:43.572Z | Compiling strsim v0.11.1 |
1313 | 2024-07-15T20:41:44.329Z | Compiling rand v0.8.5 |
1314 | 2024-07-15T20:41:45.297Z | Compiling tokio-util v0.7.11 |
1315 | 2024-07-15T20:41:45.526Z | Compiling dof v0.3.0 |
1316 | 2024-07-15T20:41:45.909Z | Compiling dtrace-parser v0.2.0 |
1317 | 2024-07-15T20:41:47.048Z | Compiling async-trait v0.1.81 |
1318 | 2024-07-15T20:41:47.403Z | Compiling thread-id v4.2.1 |
1319 | 2024-07-15T20:41:47.675Z | Compiling base64ct v1.6.0 |
1320 | 2024-07-15T20:41:47.738Z | Compiling foreign-types-shared v0.1.1 |
1321 | 2024-07-15T20:41:47.837Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1322 | 2024-07-15T20:41:47.970Z | Compiling unicode-width v0.1.13 |
1323 | 2024-07-15T20:41:48.073Z | Compiling smoltcp v0.9.1 |
1324 | 2024-07-15T20:41:48.176Z | Compiling pem-rfc7468 v0.7.0 |
1325 | 2024-07-15T20:41:48.662Z | Compiling foreign-types v0.3.2 |
1326 | 2024-07-15T20:41:49.838Z | Compiling form_urlencoded v1.2.1 |
1327 | 2024-07-15T20:41:50.199Z | Compiling hmac v0.12.1 |
1328 | 2024-07-15T20:41:50.316Z | Compiling siphasher v0.3.11 |
1329 | 2024-07-15T20:41:50.406Z | Compiling base64 v0.21.7 |
1330 | 2024-07-15T20:41:50.430Z | Compiling flagset v0.4.5 |
1331 | 2024-07-15T20:41:50.642Z | Compiling adler v1.0.2 |
1332 | 2024-07-15T20:41:50.905Z | Compiling try-lock v0.2.5 |
1333 | 2024-07-15T20:41:51.289Z | Compiling want v0.3.1 |
1334 | 2024-07-15T20:41:51.306Z | Compiling miniz_oxide v0.7.2 |
1335 | 2024-07-15T20:41:51.353Z | Compiling der v0.7.9 |
1336 | 2024-07-15T20:41:53.197Z | Compiling h2 v0.3.26 |
1337 | 2024-07-15T20:41:54.427Z | Compiling rustls-webpki v0.101.7 |
1338 | 2024-07-15T20:41:54.478Z | Compiling sct v0.7.1 |
1339 | 2024-07-15T20:41:54.563Z | Compiling http-body v0.4.6 |
1340 | 2024-07-15T20:41:55.622Z | Compiling openapiv3 v2.0.0 |
1341 | 2024-07-15T20:41:55.879Z | Compiling hubpack_derive v0.1.1 |
1342 | 2024-07-15T20:41:56.109Z | Compiling zerocopy-derive v0.6.6 |
1343 | 2024-07-15T20:41:56.280Z | Compiling idna v0.5.0 |
1344 | 2024-07-15T20:41:56.865Z | Compiling lazy_static v1.5.0 |
1345 | 2024-07-15T20:41:56.949Z | Compiling errno v0.3.9 |
1346 | 2024-07-15T20:41:57.195Z | Compiling fs-err v2.11.0 |
1347 | 2024-07-15T20:41:57.198Z | Compiling tower-service v0.3.2 |
1348 | 2024-07-15T20:41:57.323Z | Compiling httpdate v1.0.3 |
1349 | 2024-07-15T20:41:57.471Z | Compiling openssl-probe v0.1.5 |
1350 | 2024-07-15T20:41:57.570Z | Compiling cpufeatures v0.2.12 |
1351 | 2024-07-15T20:41:57.742Z | Compiling stable_deref_trait v1.2.0 |
1352 | 2024-07-15T20:41:57.857Z | Compiling utf8parse v0.2.1 |
1353 | 2024-07-15T20:41:57.992Z | Compiling finl_unicode v1.2.0 |
1354 | 2024-07-15T20:41:58.038Z | Compiling gimli v0.28.1 |
1355 | 2024-07-15T20:41:58.448Z | Compiling anstyle v1.0.7 |
1356 | 2024-07-15T20:41:58.791Z | Compiling stringprep v0.1.4 |
1357 | 2024-07-15T20:41:59.680Z | Compiling anstyle-parse v0.2.4 |
1358 | 2024-07-15T20:41:59.776Z | Compiling sha2 v0.10.8 |
1359 | 2024-07-15T20:41:59.999Z | Compiling hyper v0.14.28 |
1360 | 2024-07-15T20:42:00.613Z | Compiling url v2.5.0 |
1361 | 2024-07-15T20:42:03.080Z | Compiling addr2line v0.21.0 |
1362 | 2024-07-15T20:42:03.914Z | Compiling spki v0.7.3 |
1363 | 2024-07-15T20:42:04.608Z | Compiling usdt-macro v0.5.0 |
1364 | 2024-07-15T20:42:05.274Z | Compiling usdt-attr-macro v0.5.0 |
1365 | 2024-07-15T20:42:05.974Z | Compiling md-5 v0.10.6 |
1366 | 2024-07-15T20:42:10.102Z | Compiling idna v0.3.0 |
1367 | 2024-07-15T20:42:10.563Z | Compiling diesel_table_macro_syntax v0.1.0 |
1368 | 2024-07-15T20:42:10.592Z | Compiling num-integer v0.1.46 |
1369 | 2024-07-15T20:42:10.908Z | Compiling object v0.32.2 |
1370 | 2024-07-15T20:42:11.318Z | Compiling hash32 v0.2.1 |
1371 | 2024-07-15T20:42:11.619Z | Compiling colorchoice v1.0.1 |
1372 | 2024-07-15T20:42:11.696Z | Compiling rustc-demangle v0.1.24 |
1373 | 2024-07-15T20:42:13.979Z | Compiling fallible-iterator v0.2.0 |
1374 | 2024-07-15T20:42:14.040Z | Compiling anstyle-query v1.0.3 |
1375 | 2024-07-15T20:42:14.190Z | Compiling is_terminal_polyfill v1.70.0 |
1376 | 2024-07-15T20:42:14.730Z | Compiling psl-types v2.0.11 |
1377 | 2024-07-15T20:42:14.926Z | Compiling publicsuffix v2.2.3 |
1378 | 2024-07-15T20:42:15.184Z | Compiling postgres-protocol v0.6.6 |
1379 | 2024-07-15T20:42:19.758Z | Compiling anstream v0.6.14 |
1380 | 2024-07-15T20:42:20.437Z | Compiling diesel_derives v2.1.4 |
1381 | 2024-07-15T20:42:25.235Z | Compiling tokio-rustls v0.24.1 |
1382 | 2024-07-15T20:42:26.492Z | Compiling pkcs8 v0.10.2 |
1383 | 2024-07-15T20:42:27.029Z | Compiling terminal_size v0.3.0 |
1384 | 2024-07-15T20:42:27.208Z | Compiling tokio-native-tls v0.3.1 |
1385 | 2024-07-15T20:42:27.668Z | Compiling phf_shared v0.11.2 |
1386 | 2024-07-15T20:42:28.116Z | Compiling strum_macros v0.25.3 |
1387 | 2024-07-15T20:42:28.506Z | Compiling enum-as-inner v0.5.1 |
1388 | 2024-07-15T20:42:29.311Z | Compiling block-padding v0.3.3 |
1389 | 2024-07-15T20:42:29.480Z | Compiling regress v0.9.1 |
1390 | 2024-07-15T20:42:29.539Z | Compiling serde_repr v0.1.19 |
1391 | 2024-07-15T20:42:30.139Z | Compiling clap_derive v4.5.8 |
1392 | 2024-07-15T20:42:31.882Z | Compiling ff v0.13.0 |
1393 | 2024-07-15T20:42:32.126Z | Compiling scheduled-thread-pool v0.2.7 |
1394 | 2024-07-15T20:42:32.636Z | Compiling encoding_rs v0.8.34 |
1395 | 2024-07-15T20:42:34.068Z | Compiling matches v0.1.10 |
1396 | 2024-07-15T20:42:34.149Z | Compiling base16ct v0.2.0 |
1397 | 2024-07-15T20:42:34.165Z | Compiling bit-vec v0.6.3 |
1398 | 2024-07-15T20:42:34.441Z | Compiling ipnet v2.9.0 |
1399 | 2024-07-15T20:42:34.758Z | Compiling bitflags v1.3.2 |
1400 | 2024-07-15T20:42:34.859Z | Compiling managed v0.8.0 |
1401 | 2024-07-15T20:42:34.875Z | Compiling clap_lex v0.7.0 |
1402 | 2024-07-15T20:42:35.361Z | Compiling either v1.12.0 |
1403 | 2024-07-15T20:42:36.006Z | Compiling mime v0.3.17 |
1404 | 2024-07-15T20:42:36.251Z | Compiling regex-automata v0.1.10 |
1405 | 2024-07-15T20:42:36.728Z | Compiling bstr v0.2.17 |
1406 | 2024-07-15T20:42:37.122Z | Compiling clap_builder v4.5.9 |
1407 | 2024-07-15T20:42:38.552Z | Compiling sec1 v0.7.3 |
1408 | 2024-07-15T20:42:38.566Z | Compiling idna v0.2.3 |
1409 | 2024-07-15T20:42:39.360Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1410 | 2024-07-15T20:42:39.805Z | Compiling r2d2 v0.8.10 |
1411 | 2024-07-15T20:42:41.341Z | Compiling group v0.13.0 |
1412 | 2024-07-15T20:42:43.256Z | Compiling inout v0.1.3 |
1413 | 2024-07-15T20:42:43.759Z | Compiling phf v0.11.2 |
1414 | 2024-07-15T20:42:43.813Z | Compiling hyper-tls v0.5.0 |
1415 | 2024-07-15T20:42:44.149Z | Compiling signal-hook-mio v0.2.3 |
1416 | 2024-07-15T20:42:44.303Z | Compiling hyper-rustls v0.24.2 |
1417 | 2024-07-15T20:42:44.497Z | Compiling cookie_store v0.20.0 |
1418 | 2024-07-15T20:42:44.621Z | Compiling postgres-types v0.2.6 |
1419 | 2024-07-15T20:42:44.636Z | Compiling num-bigint v0.4.5 |
1420 | 2024-07-15T20:42:44.822Z | Compiling zerocopy v0.6.6 |
1421 | 2024-07-15T20:42:45.796Z | Compiling hubpack v0.1.2 |
1422 | 2024-07-15T20:42:45.824Z | Compiling rustls-pemfile v1.0.4 |
1423 | 2024-07-15T20:42:46.052Z | Compiling phf_shared v0.10.0 |
1424 | 2024-07-15T20:42:46.209Z | Compiling hkdf v0.12.4 |
1425 | 2024-07-15T20:42:46.209Z | Compiling serde_urlencoded v0.7.1 |
1426 | 2024-07-15T20:42:46.447Z | Compiling crossbeam-epoch v0.9.18 |
1427 | 2024-07-15T20:42:46.744Z | Compiling ipnetwork v0.20.0 |
1428 | 2024-07-15T20:42:47.662Z | Compiling futures-executor v0.3.30 |
1429 | 2024-07-15T20:42:48.161Z | Compiling crypto-bigint v0.5.5 |
1430 | 2024-07-15T20:42:48.470Z | Compiling float-cmp v0.9.0 |
1431 | 2024-07-15T20:42:48.687Z | Compiling memmap v0.7.0 |
1432 | 2024-07-15T20:42:48.989Z | Compiling new_debug_unreachable v1.0.6 |
1433 | 2024-07-15T20:42:49.083Z | Compiling sync_wrapper v0.1.2 |
1434 | 2024-07-15T20:42:49.184Z | Compiling static_assertions v1.1.0 |
1435 | 2024-07-15T20:42:49.203Z | Compiling precomputed-hash v0.1.1 |
1436 | 2024-07-15T20:42:49.283Z | Compiling minimal-lexical v0.2.1 |
1437 | 2024-07-15T20:42:49.741Z | Compiling winnow v0.6.8 |
1438 | 2024-07-15T20:42:50.019Z | Compiling difflib v0.4.0 |
1439 | 2024-07-15T20:42:50.747Z | Compiling data-encoding v2.6.0 |
1440 | 2024-07-15T20:42:51.720Z | Compiling webpki-roots v0.25.4 |
1441 | 2024-07-15T20:42:51.874Z | Compiling fixedbitset v0.4.2 |
1442 | 2024-07-15T20:42:52.283Z | Compiling unicode-segmentation v1.11.0 |
1443 | 2024-07-15T20:42:52.366Z | Compiling predicates-core v1.0.6 |
1444 | 2024-07-15T20:42:52.442Z | Compiling whoami v1.5.1 |
1445 | 2024-07-15T20:42:52.673Z | Compiling normalize-line-endings v0.3.0 |
1446 | 2024-07-15T20:42:52.795Z | Compiling predicates v3.1.0 |
1447 | 2024-07-15T20:42:52.821Z | Compiling tokio-postgres v0.7.10 |
1448 | 2024-07-15T20:42:53.013Z | Compiling similar v2.5.0 |
1449 | 2024-07-15T20:42:53.060Z | Compiling reqwest v0.11.27 |
1450 | 2024-07-15T20:42:53.528Z | Compiling toml_edit v0.22.14 |
1451 | 2024-07-15T20:42:54.017Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1452 | 2024-07-15T20:42:54.326Z | Compiling petgraph v0.6.5 |
1453 | 2024-07-15T20:42:55.135Z | Compiling trust-dns-proto v0.22.0 |
1454 | 2024-07-15T20:42:57.463Z | Compiling elliptic-curve v0.13.8 |
1455 | 2024-07-15T20:42:58.198Z | Compiling nom v7.1.3 |
1456 | 2024-07-15T20:42:58.315Z | Compiling string_cache v0.8.7 |
1457 | 2024-07-15T20:42:58.736Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1458 | 2024-07-15T20:42:59.424Z | Compiling usdt v0.5.0 |
1459 | 2024-07-15T20:43:00.262Z | Compiling futures v0.3.30 |
1460 | 2024-07-15T20:43:00.411Z | Compiling diesel v2.1.6 |
1461 | 2024-07-15T20:43:00.765Z | Compiling yasna v0.5.2 |
1462 | 2024-07-15T20:43:01.617Z | Compiling crossterm v0.27.0 |
1463 | 2024-07-15T20:43:01.785Z | Compiling flate2 v1.0.30 |
1464 | 2024-07-15T20:43:02.001Z | Compiling cipher v0.4.4 |
1465 | 2024-07-15T20:43:02.685Z | Compiling clap v4.5.9 |
1466 | 2024-07-15T20:43:02.811Z | Compiling itertools v0.10.5 |
1467 | 2024-07-15T20:43:02.837Z | Compiling itertools v0.12.1 |
1468 | 2024-07-15T20:43:03.162Z | Compiling bit-set v0.5.3 |
1469 | 2024-07-15T20:43:04.895Z | Compiling num-iter v0.1.45 |
1470 | 2024-07-15T20:43:05.058Z | Compiling console v0.15.8 |
1471 | 2024-07-15T20:43:05.833Z | Compiling tokio-stream v0.1.15 |
1472 | 2024-07-15T20:43:05.917Z | Compiling toml v0.7.8 |
1473 | 2024-07-15T20:43:05.974Z | Compiling bstr v1.9.1 |
1474 | 2024-07-15T20:43:06.030Z | Compiling hex v0.4.3 |
1475 | 2024-07-15T20:43:06.535Z | Compiling peg-runtime v0.8.3 |
1476 | 2024-07-15T20:43:06.629Z | Compiling unicode-xid v0.2.4 |
1477 | 2024-07-15T20:43:06.792Z | Compiling lalrpop-util v0.19.12 |
1478 | 2024-07-15T20:43:07.079Z | Compiling camino v1.1.7 |
1479 | 2024-07-15T20:43:07.538Z | Compiling proc-macro-crate v1.3.1 |
1480 | 2024-07-15T20:43:08.407Z | Compiling heapless v0.8.0 |
1481 | 2024-07-15T20:43:11.033Z | Compiling num_enum_derive v0.5.11 |
1482 | 2024-07-15T20:43:16.561Z | Compiling hash32 v0.3.1 |
1483 | 2024-07-15T20:43:17.397Z | Compiling rustls-pki-types v1.7.0 |
1484 | 2024-07-15T20:43:18.787Z | Compiling ident_case v1.0.1 |
1485 | 2024-07-15T20:43:19.081Z | Compiling smoltcp v0.11.0 |
1486 | 2024-07-15T20:43:19.710Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1487 | 2024-07-15T20:43:23.967Z | Compiling darling_core v0.20.9 |
1488 | 2024-07-15T20:43:32.760Z | Compiling num_enum v0.5.11 |
1489 | 2024-07-15T20:43:34.145Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1490 | 2024-07-15T20:43:34.524Z | Compiling getopts v0.2.21 |
1491 | 2024-07-15T20:43:35.256Z | Compiling dirs-sys-next v0.1.2 |
1492 | 2024-07-15T20:43:35.824Z | Compiling proc-macro-error-attr v1.0.4 |
1493 | 2024-07-15T20:43:36.102Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1494 | 2024-07-15T20:43:36.363Z | Compiling paste v1.0.15 |
1495 | 2024-07-15T20:43:36.547Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1496 | 2024-07-15T20:43:36.811Z | Compiling rustls v0.22.4 |
1497 | 2024-07-15T20:43:36.827Z | Compiling cobs v0.2.3 |
1498 | 2024-07-15T20:43:37.503Z | Compiling embedded-io v0.4.0 |
1499 | 2024-07-15T20:43:37.624Z | Compiling unsafe-libyaml v0.2.11 |
1500 | 2024-07-15T20:43:37.736Z | Compiling postcard v1.0.8 |
1501 | 2024-07-15T20:43:39.328Z | Compiling serde_yaml v0.9.34+deprecated |
1502 | 2024-07-15T20:43:42.241Z | Compiling dirs-next v2.0.0 |
1503 | 2024-07-15T20:43:42.683Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1504 | 2024-07-15T20:43:44.950Z | Compiling darling_macro v0.20.9 |
1505 | 2024-07-15T20:43:45.925Z | Compiling rustls-webpki v0.102.4 |
1506 | 2024-07-15T20:43:52.858Z | Compiling strum_macros v0.26.4 |
1507 | 2024-07-15T20:43:54.316Z | Compiling structmeta-derive v0.3.0 |
1508 | 2024-07-15T20:43:54.520Z | Compiling foreign-types-macros v0.2.3 |
1509 | 2024-07-15T20:43:55.985Z | Compiling thread_local v1.1.8 |
1510 | 2024-07-15T20:43:56.215Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1511 | 2024-07-15T20:43:56.496Z | Compiling multer v3.1.0 |
1512 | 2024-07-15T20:43:56.711Z | Compiling proc-macro-error v1.0.4 |
1513 | 2024-07-15T20:43:56.983Z | Compiling foreign-types-shared v0.3.1 |
1514 | 2024-07-15T20:43:57.125Z | Compiling match_cfg v0.1.0 |
1515 | 2024-07-15T20:43:57.590Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1516 | 2024-07-15T20:43:57.604Z | Compiling slog-async v2.8.0 |
1517 | 2024-07-15T20:43:58.678Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1518 | 2024-07-15T20:44:03.213Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1519 | 2024-07-15T20:44:04.371Z | Compiling strum v0.26.2 |
1520 | 2024-07-15T20:44:06.015Z | Compiling hostname v0.3.1 |
1521 | 2024-07-15T20:44:06.465Z | Compiling structmeta v0.3.0 |
1522 | 2024-07-15T20:44:06.625Z | Compiling foreign-types v0.5.0 |
1523 | 2024-07-15T20:44:08.532Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1524 | 2024-07-15T20:44:11.054Z | Compiling darling v0.20.9 |
1525 | 2024-07-15T20:44:14.239Z | Compiling term v0.7.0 |
1526 | 2024-07-15T20:44:20.708Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1527 | 2024-07-15T20:44:24.458Z | Compiling slog-json v2.6.1 |
1528 | 2024-07-15T20:44:24.539Z | Compiling tabwriter v1.4.0 |
1529 | 2024-07-15T20:44:24.616Z | Compiling crossbeam-channel v0.5.12 |
1530 | 2024-07-15T20:44:25.321Z | Compiling http v1.1.0 |
1531 | 2024-07-15T20:44:25.877Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1532 | 2024-07-15T20:44:26.142Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1533 | 2024-07-15T20:44:26.336Z | Compiling async-stream-impl v0.3.5 |
1534 | 2024-07-15T20:44:26.662Z | Compiling cstr-argument v0.1.2 |
1535 | 2024-07-15T20:44:26.923Z | Compiling is-terminal v0.4.12 |
1536 | 2024-07-15T20:44:26.939Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
1537 | 2024-07-15T20:44:26.977Z | Compiling pretty-hex v0.2.1 |
1538 | 2024-07-15T20:44:27.056Z | Compiling rayon-core v1.12.1 |
1539 | 2024-07-15T20:44:27.185Z | Compiling crucible-workspace-hack v0.1.0 |
1540 | 2024-07-15T20:44:27.220Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1541 | 2024-07-15T20:44:27.316Z | Compiling atomic-waker v1.1.2 |
1542 | 2024-07-15T20:44:27.479Z | Compiling base64 v0.22.1 |
1543 | 2024-07-15T20:44:27.513Z | Compiling fastrand v2.1.0 |
1544 | 2024-07-15T20:44:27.848Z | Compiling take_mut v0.2.2 |
1545 | 2024-07-15T20:44:28.015Z | Compiling rustls-pemfile v2.1.2 |
1546 | 2024-07-15T20:44:28.605Z | Compiling tempfile v3.10.1 |
1547 | 2024-07-15T20:44:28.621Z | Compiling async-stream v0.3.5 |
1548 | 2024-07-15T20:44:28.823Z | Compiling waitgroup v0.1.2 |
1549 | 2024-07-15T20:44:29.035Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1550 | 2024-07-15T20:44:29.064Z | Compiling slog-term v2.9.1 |
1551 | 2024-07-15T20:44:29.932Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1552 | 2024-07-15T20:44:30.615Z | Compiling slog-bunyan v2.5.0 |
1553 | 2024-07-15T20:44:30.877Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1554 | 2024-07-15T20:44:31.095Z | Compiling tokio-rustls v0.25.0 |
1555 | 2024-07-15T20:44:31.328Z | Compiling serde_with_macros v3.8.3 |
1556 | 2024-07-15T20:44:31.545Z | Compiling parse-display-derive v0.9.1 |
1557 | 2024-07-15T20:44:31.614Z | Compiling toml v0.8.14 |
1558 | 2024-07-15T20:44:31.809Z | Compiling sha1 v0.10.6 |
1559 | 2024-07-15T20:44:32.388Z | Compiling crossbeam-deque v0.8.5 |
1560 | 2024-07-15T20:44:32.614Z | Compiling colored v2.1.0 |
1561 | 2024-07-15T20:44:32.748Z | Compiling newtype-uuid v1.1.0 |
1562 | 2024-07-15T20:44:33.092Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
1563 | 2024-07-15T20:44:33.925Z | Compiling serde_path_to_error v0.1.16 |
1564 | 2024-07-15T20:44:34.097Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1565 | 2024-07-15T20:44:34.798Z | Compiling socket2 v0.4.10 |
1566 | 2024-07-15T20:44:34.987Z | Compiling hostname v0.4.0 |
1567 | 2024-07-15T20:44:35.251Z | Compiling instant v0.1.12 |
1568 | 2024-07-15T20:44:35.477Z | Compiling debug-ignore v1.0.5 |
1569 | 2024-07-15T20:44:35.623Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1570 | 2024-07-15T20:44:35.665Z | Compiling parse-display v0.9.1 |
1571 | 2024-07-15T20:44:36.013Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1572 | 2024-07-15T20:44:36.359Z | Compiling backoff v0.4.0 |
1573 | 2024-07-15T20:44:37.506Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1574 | 2024-07-15T20:44:37.716Z | Compiling serde_with v3.8.3 |
1575 | 2024-07-15T20:44:38.705Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1576 | 2024-07-15T20:44:39.219Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1577 | 2024-07-15T20:44:39.725Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
1578 | 2024-07-15T20:44:40.610Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1579 | 2024-07-15T20:44:41.297Z | Compiling camino-tempfile v1.1.1 |
1580 | 2024-07-15T20:44:42.165Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1581 | 2024-07-15T20:44:42.181Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1582 | 2024-07-15T20:44:42.369Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1583 | 2024-07-15T20:44:42.661Z | Compiling macaddr v1.0.1 |
1584 | 2024-07-15T20:44:42.749Z | Compiling num-derive v0.4.2 |
1585 | 2024-07-15T20:44:43.307Z | Compiling sigpipe v0.1.3 |
1586 | 2024-07-15T20:44:43.446Z | Compiling libefi-sys v0.1.0 |
1587 | 2024-07-15T20:44:43.749Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1588 | 2024-07-15T20:44:44.309Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1589 | 2024-07-15T20:44:44.971Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1590 | 2024-07-15T20:44:45.320Z | Compiling rayon v1.10.0 |
1591 | 2024-07-15T20:44:45.351Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1592 | 2024-07-15T20:44:46.280Z | Compiling smf v0.2.3 |
1593 | 2024-07-15T20:44:46.576Z | Compiling bitfield-struct v0.6.1 |
1594 | 2024-07-15T20:44:47.588Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1595 | 2024-07-15T20:44:47.908Z | Compiling ring v0.16.20 |
1596 | 2024-07-15T20:44:47.926Z | Compiling blake3 v1.5.1 |
1597 | 2024-07-15T20:44:48.486Z | Compiling portable-atomic v1.6.0 |
1598 | 2024-07-15T20:44:49.080Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1599 | 2024-07-15T20:44:49.326Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1600 | 2024-07-15T20:44:50.006Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1601 | 2024-07-15T20:44:51.220Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1602 | 2024-07-15T20:44:51.237Z | Compiling xattr v1.3.1 |
1603 | 2024-07-15T20:44:51.556Z | Compiling filetime v0.2.23 |
1604 | 2024-07-15T20:44:51.897Z | Compiling memmap2 v0.9.4 |
1605 | 2024-07-15T20:44:52.413Z | Compiling untrusted v0.7.1 |
1606 | 2024-07-15T20:44:52.599Z | Compiling arrayvec v0.7.4 |
1607 | 2024-07-15T20:44:52.615Z | Compiling arrayref v0.3.7 |
1608 | 2024-07-15T20:44:52.750Z | Compiling constant_time_eq v0.3.0 |
1609 | 2024-07-15T20:44:52.787Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1610 | 2024-07-15T20:44:52.910Z | Compiling spin v0.5.2 |
1611 | 2024-07-15T20:44:52.930Z | Compiling same-file v1.0.6 |
1612 | 2024-07-15T20:44:53.161Z | Compiling walkdir v2.5.0 |
1613 | 2024-07-15T20:44:53.192Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1614 | 2024-07-15T20:44:54.667Z | Compiling tar v0.4.41 |
1615 | 2024-07-15T20:44:55.807Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1616 | 2024-07-15T20:44:56.233Z | Compiling cargo-platform v0.1.8 |
1617 | 2024-07-15T20:44:56.611Z | Compiling gethostname v0.4.3 |
1618 | 2024-07-15T20:44:56.892Z | Compiling number_prefix v0.4.0 |
1619 | 2024-07-15T20:44:57.141Z | Compiling topological-sort v0.2.2 |
1620 | 2024-07-15T20:44:57.346Z | Compiling indicatif v0.17.8 |
1621 | 2024-07-15T20:44:57.401Z | Compiling omicron-zone-package v0.11.0 |
1622 | 2024-07-15T20:44:57.802Z | Compiling cargo_metadata v0.18.1 |
1623 | 2024-07-15T20:45:00.024Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1624 | 2024-07-15T20:45:03.160Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1625 | 2024-07-15T20:45:05.517Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1626 | 2024-07-15T20:45:07.032Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1627 | 2024-07-15T20:45:27.678Z | Finished `release` profile [optimized] target(s) in 4m 30s |
1628 | 2024-07-15T20:45:27.791Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1629 | 2024-07-15T20:45:27.829Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1630 | 2024-07-15T20:45:27.832Z | Created new build target 'test' and set it as active |
1631 | 2024-07-15T20:45:27.832Z | |
1632 | 2024-07-15T20:45:27.832Z | real 4:31.086492240 |
1633 | 2024-07-15T20:45:27.832Z | user 30:29.545780957 |
1634 | 2024-07-15T20:45:27.832Z | sys 3:55.892334645 |
1635 | 2024-07-15T20:45:27.832Z | trap 0.910900879 |
1636 | 2024-07-15T20:45:27.832Z | tflt 2.930737394 |
1637 | 2024-07-15T20:45:27.832Z | dflt 1.374763775 |
1638 | 2024-07-15T20:45:27.832Z | kflt 0.020025181 |
1639 | 2024-07-15T20:45:27.832Z | lock 1:04:37.458683959 |
1640 | 2024-07-15T20:45:27.832Z | slp 1:26:48.782205188 |
1641 | 2024-07-15T20:45:27.832Z | lat 2:03.200961505 |
1642 | 2024-07-15T20:45:27.832Z | stop 2:59.922676316 |
1643 | 2024-07-15T20:45:27.832Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1644 | 2024-07-15T20:45:28.686Z | Finished `release` profile [optimized] target(s) in 0.81s |
1645 | 2024-07-15T20:45:28.727Z | Running `target/release/omicron-package -t test package` |
1646 | 2024-07-15T20:45:28.760Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1647 | 2024-07-15T20:45:29.762Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1648 | 2024-07-15T20:45:29.861Z | Compiling humantime v2.1.0 |
1649 | 2024-07-15T20:45:29.864Z | Compiling newline-converter v0.3.0 |
1650 | 2024-07-15T20:45:29.865Z | Compiling derive-where v1.2.7 |
1651 | 2024-07-15T20:45:29.878Z | Compiling dirs-sys-next v0.1.2 |
1652 | 2024-07-15T20:45:29.882Z | Compiling convert_case v0.4.0 |
1653 | 2024-07-15T20:45:29.895Z | Compiling prettyplease v0.2.20 |
1654 | 2024-07-15T20:45:29.899Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1655 | 2024-07-15T20:45:30.010Z | Compiling expectorate v1.1.0 |
1656 | 2024-07-15T20:45:30.066Z | Compiling dirs-next v2.0.0 |
1657 | 2024-07-15T20:45:30.178Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1658 | 2024-07-15T20:45:30.192Z | Compiling term v0.7.0 |
1659 | 2024-07-15T20:45:30.245Z | Compiling camino v1.1.7 |
1660 | 2024-07-15T20:45:30.301Z | Compiling password-hash v0.5.0 |
1661 | 2024-07-15T20:45:30.351Z | Compiling blake2 v0.10.6 |
1662 | 2024-07-15T20:45:30.661Z | Compiling derive_more v0.99.18 |
1663 | 2024-07-15T20:45:31.521Z | Compiling argon2 v0.5.3 |
1664 | 2024-07-15T20:45:31.548Z | Compiling is-terminal v0.4.12 |
1665 | 2024-07-15T20:45:31.562Z | Compiling semver v0.1.20 |
1666 | 2024-07-15T20:45:31.665Z | Compiling toml v0.8.14 |
1667 | 2024-07-15T20:45:32.138Z | Compiling rustc_version v0.1.7 |
1668 | 2024-07-15T20:45:32.556Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1669 | 2024-07-15T20:45:32.615Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1670 | 2024-07-15T20:45:33.015Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1671 | 2024-07-15T20:45:33.072Z | Compiling newtype_derive v0.1.6 |
1672 | 2024-07-15T20:45:33.174Z | Compiling linked-hash-map v0.5.6 |
1673 | 2024-07-15T20:45:33.210Z | Compiling rustls-pki-types v1.7.0 |
1674 | 2024-07-15T20:45:33.528Z | Compiling lru-cache v0.1.2 |
1675 | 2024-07-15T20:45:33.557Z | Compiling steno v0.4.1 |
1676 | 2024-07-15T20:45:33.748Z | Compiling rustls-webpki v0.102.4 |
1677 | 2024-07-15T20:45:33.930Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1678 | 2024-07-15T20:45:33.943Z | Compiling rustls v0.22.4 |
1679 | 2024-07-15T20:45:33.966Z | Compiling thread_local v1.1.8 |
1680 | 2024-07-15T20:45:34.455Z | Compiling match_cfg v0.1.0 |
1681 | 2024-07-15T20:45:34.551Z | Compiling home v0.5.9 |
1682 | 2024-07-15T20:45:34.777Z | Compiling hostname v0.3.1 |
1683 | 2024-07-15T20:45:35.585Z | Compiling multer v3.1.0 |
1684 | 2024-07-15T20:45:35.650Z | Compiling slog-async v2.8.0 |
1685 | 2024-07-15T20:45:35.718Z | Compiling slog-json v2.6.1 |
1686 | 2024-07-15T20:45:35.896Z | Compiling crossbeam-channel v0.5.12 |
1687 | 2024-07-15T20:45:36.072Z | Compiling http v1.1.0 |
1688 | 2024-07-15T20:45:36.630Z | Compiling slog-dtrace v0.3.0 |
1689 | 2024-07-15T20:45:36.924Z | Compiling termcolor v1.4.1 |
1690 | 2024-07-15T20:45:36.947Z | Compiling atomic-waker v1.1.2 |
1691 | 2024-07-15T20:45:37.121Z | Compiling take_mut v0.2.2 |
1692 | 2024-07-15T20:45:37.276Z | Compiling base64 v0.22.1 |
1693 | 2024-07-15T20:45:37.970Z | Compiling rustls-pemfile v2.1.2 |
1694 | 2024-07-15T20:45:38.412Z | Compiling waitgroup v0.1.2 |
1695 | 2024-07-15T20:45:38.501Z | Compiling slog-bunyan v2.5.0 |
1696 | 2024-07-15T20:45:38.613Z | Compiling slog-term v2.9.1 |
1697 | 2024-07-15T20:45:38.692Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
1698 | 2024-07-15T20:45:38.756Z | Compiling async-stream v0.3.5 |
1699 | 2024-07-15T20:45:38.892Z | Compiling sha1 v0.10.6 |
1700 | 2024-07-15T20:45:39.047Z | Compiling newtype-uuid v1.1.0 |
1701 | 2024-07-15T20:45:39.132Z | Compiling serde_path_to_error v0.1.16 |
1702 | 2024-07-15T20:45:39.291Z | Compiling tokio-rustls v0.25.0 |
1703 | 2024-07-15T20:45:39.326Z | Compiling hostname v0.4.0 |
1704 | 2024-07-15T20:45:39.543Z | Compiling instant v0.1.12 |
1705 | 2024-07-15T20:45:39.685Z | Compiling debug-ignore v1.0.5 |
1706 | 2024-07-15T20:45:39.705Z | Compiling backoff v0.4.0 |
1707 | 2024-07-15T20:45:39.747Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1708 | 2024-07-15T20:45:40.030Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
1709 | 2024-07-15T20:45:40.044Z | Compiling parse-display v0.9.1 |
1710 | 2024-07-15T20:45:40.629Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1711 | 2024-07-15T20:45:40.801Z | Compiling serde_with v3.8.3 |
1712 | 2024-07-15T20:45:41.397Z | Compiling strum v0.26.2 |
1713 | 2024-07-15T20:45:41.595Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1714 | 2024-07-15T20:45:45.413Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1715 | 2024-07-15T20:45:45.450Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1716 | 2024-07-15T20:45:45.450Z | Compiling num-rational v0.4.2 |
1717 | 2024-07-15T20:45:45.450Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1718 | 2024-07-15T20:45:45.451Z | Compiling num-complex v0.4.6 |
1719 | 2024-07-15T20:45:45.451Z | Compiling macaddr v1.0.1 |
1720 | 2024-07-15T20:45:45.473Z | Compiling quick-error v1.2.3 |
1721 | 2024-07-15T20:45:45.474Z | Compiling resolv-conf v0.7.0 |
1722 | 2024-07-15T20:45:45.474Z | Compiling num v0.4.3 |
1723 | 2024-07-15T20:45:45.474Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1724 | 2024-07-15T20:45:47.302Z | Compiling radium v0.7.0 |
1725 | 2024-07-15T20:45:47.732Z | Compiling float-ord v0.3.2 |
1726 | 2024-07-15T20:45:47.796Z | Compiling swrite v0.1.0 |
1727 | 2024-07-15T20:45:47.884Z | Compiling utf-8 v0.7.6 |
1728 | 2024-07-15T20:45:47.957Z | Compiling trust-dns-resolver v0.22.0 |
1729 | 2024-07-15T20:45:48.039Z | Compiling tap v1.0.1 |
1730 | 2024-07-15T20:45:48.216Z | Compiling maybe-uninit v2.0.0 |
1731 | 2024-07-15T20:45:48.392Z | Compiling wyz v0.5.1 |
1732 | 2024-07-15T20:45:48.892Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1733 | 2024-07-15T20:45:49.281Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1734 | 2024-07-15T20:45:54.681Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1735 | 2024-07-15T20:45:55.137Z | Compiling funty v2.0.0 |
1736 | 2024-07-15T20:45:57.685Z | Compiling display-error-chain v0.2.0 |
1737 | 2024-07-15T20:45:57.874Z | Compiling num-bigint-dig v0.8.4 |
1738 | 2024-07-15T20:45:58.150Z | Compiling crc-catalog v2.4.0 |
1739 | 2024-07-15T20:45:58.303Z | Compiling packed_struct v0.10.1 |
1740 | 2024-07-15T20:45:58.740Z | Compiling crc v3.2.1 |
1741 | 2024-07-15T20:46:00.265Z | Compiling bitvec v1.0.1 |
1742 | 2024-07-15T20:46:04.831Z | Compiling nibble_vec v0.1.0 |
1743 | 2024-07-15T20:46:05.049Z | Compiling packed_struct_codegen v0.10.1 |
1744 | 2024-07-15T20:46:05.790Z | Compiling indexmap v1.9.3 |
1745 | 2024-07-15T20:46:06.083Z | Compiling glob v0.3.1 |
1746 | 2024-07-15T20:46:06.915Z | Compiling endian-type v0.1.2 |
1747 | 2024-07-15T20:46:07.099Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1748 | 2024-07-15T20:46:07.153Z | Compiling nodrop v0.1.14 |
1749 | 2024-07-15T20:46:07.276Z | Compiling crunchy v0.2.2 |
1750 | 2024-07-15T20:46:07.743Z | Compiling array-init v0.0.4 |
1751 | 2024-07-15T20:46:09.024Z | Compiling radix_trie v0.2.1 |
1752 | 2024-07-15T20:46:09.504Z | Compiling clang-sys v1.7.0 |
1753 | 2024-07-15T20:46:10.104Z | Compiling smallvec v0.6.14 |
1754 | 2024-07-15T20:46:10.606Z | Compiling pkcs1 v0.7.5 |
1755 | 2024-07-15T20:46:11.316Z | Compiling signature v2.2.0 |
1756 | 2024-07-15T20:46:11.554Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1757 | 2024-07-15T20:46:11.608Z | Compiling bitfield v0.14.0 |
1758 | 2024-07-15T20:46:11.754Z | Compiling hashbrown v0.12.3 |
1759 | 2024-07-15T20:46:11.906Z | Compiling tiny-keccak v2.0.2 |
1760 | 2024-07-15T20:46:11.951Z | Compiling cancel-safe-futures v0.1.5 |
1761 | 2024-07-15T20:46:12.170Z | Compiling maplit v1.0.2 |
1762 | 2024-07-15T20:46:12.307Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1763 | 2024-07-15T20:46:12.323Z | Compiling serde-hex v0.1.0 |
1764 | 2024-07-15T20:46:14.156Z | Compiling rsa v0.9.6 |
1765 | 2024-07-15T20:46:14.524Z | Compiling bzip2 v0.4.4 |
1766 | 2024-07-15T20:46:15.092Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1767 | 2024-07-15T20:46:15.466Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1768 | 2024-07-15T20:46:16.383Z | Compiling env_logger v0.10.2 |
1769 | 2024-07-15T20:46:17.376Z | Compiling x509-cert v0.2.5 |
1770 | 2024-07-15T20:46:19.574Z | Compiling ron v0.8.1 |
1771 | 2024-07-15T20:46:19.661Z | Compiling hashbrown v0.13.2 |
1772 | 2024-07-15T20:46:20.247Z | Compiling crc-any v2.5.0 |
1773 | 2024-07-15T20:46:21.024Z | Compiling object v0.30.4 |
1774 | 2024-07-15T20:46:21.192Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1775 | 2024-07-15T20:46:23.314Z | Compiling zip v0.6.6 |
1776 | 2024-07-15T20:46:25.722Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1777 | 2024-07-15T20:46:26.941Z | Compiling rayon-core v1.12.1 |
1778 | 2024-07-15T20:46:26.966Z | Compiling ascii-canvas v3.0.0 |
1779 | 2024-07-15T20:46:27.474Z | Compiling crossbeam-deque v0.8.5 |
1780 | 2024-07-15T20:46:27.811Z | Compiling ena v0.14.3 |
1781 | 2024-07-15T20:46:28.208Z | Compiling half v2.4.1 |
1782 | 2024-07-15T20:46:28.926Z | Compiling libloading v0.8.3 |
1783 | 2024-07-15T20:46:29.290Z | Compiling regex-syntax v0.6.29 |
1784 | 2024-07-15T20:46:29.622Z | Compiling same-file v1.0.6 |
1785 | 2024-07-15T20:46:29.855Z | Compiling fastrand v2.1.0 |
1786 | 2024-07-15T20:46:30.368Z | Compiling arc-swap v1.7.1 |
1787 | 2024-07-15T20:46:30.599Z | Compiling bindgen v0.69.4 |
1788 | 2024-07-15T20:46:31.047Z | Compiling ciborium-io v0.2.2 |
1789 | 2024-07-15T20:46:31.060Z | Compiling path-slash v0.1.5 |
1790 | 2024-07-15T20:46:31.184Z | Compiling diff v0.1.13 |
1791 | 2024-07-15T20:46:31.298Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1792 | 2024-07-15T20:46:31.767Z | Compiling ciborium-ll v0.2.2 |
1793 | 2024-07-15T20:46:32.273Z | Compiling slog-scope v4.4.0 |
1794 | 2024-07-15T20:46:33.148Z | Compiling lalrpop v0.19.12 |
1795 | 2024-07-15T20:46:33.992Z | Compiling tempfile v3.10.1 |
1796 | 2024-07-15T20:46:34.605Z | Compiling walkdir v2.5.0 |
1797 | 2024-07-15T20:46:36.319Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1798 | 2024-07-15T20:46:36.910Z | Compiling which v4.4.2 |
1799 | 2024-07-15T20:46:37.444Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1800 | 2024-07-15T20:46:37.447Z | Compiling cexpr v0.6.0 |
1801 | 2024-07-15T20:46:37.661Z | Compiling fxhash v0.2.1 |
1802 | 2024-07-15T20:46:37.883Z | Compiling rustc-hash v1.1.0 |
1803 | 2024-07-15T20:46:38.034Z | Compiling ref-cast v1.0.23 |
1804 | 2024-07-15T20:46:38.486Z | Compiling lazycell v1.3.0 |
1805 | 2024-07-15T20:46:38.657Z | Compiling shlex v1.3.0 |
1806 | 2024-07-15T20:46:39.121Z | Compiling blake3 v1.5.1 |
1807 | 2024-07-15T20:46:39.507Z | Compiling ring v0.16.20 |
1808 | 2024-07-15T20:46:42.144Z | Compiling rayon v1.10.0 |
1809 | 2024-07-15T20:46:43.302Z | Compiling slog-stdlog v4.1.1 |
1810 | 2024-07-15T20:46:44.194Z | Compiling ciborium v0.2.2 |
1811 | 2024-07-15T20:46:45.793Z | Compiling tungstenite v0.21.0 |
1812 | 2024-07-15T20:46:46.339Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1813 | 2024-07-15T20:46:46.611Z | Compiling derive_builder_core v0.20.0 |
1814 | 2024-07-15T20:46:47.086Z | Compiling headers-core v0.2.0 |
1815 | 2024-07-15T20:46:47.251Z | Compiling xattr v1.3.1 |
1816 | 2024-07-15T20:46:47.266Z | Compiling libxml v0.3.3 |
1817 | 2024-07-15T20:46:47.503Z | Compiling ref-cast-impl v1.0.23 |
1818 | 2024-07-15T20:46:47.592Z | Compiling async-recursion v1.1.1 |
1819 | 2024-07-15T20:46:48.631Z | Compiling memmap2 v0.9.4 |
1820 | 2024-07-15T20:46:48.781Z | Compiling filetime v0.2.23 |
1821 | 2024-07-15T20:46:49.020Z | Compiling atty v0.2.14 |
1822 | 2024-07-15T20:46:49.036Z | Compiling constant_time_eq v0.3.0 |
1823 | 2024-07-15T20:46:49.087Z | Compiling arrayvec v0.7.4 |
1824 | 2024-07-15T20:46:49.167Z | Compiling arrayref v0.3.7 |
1825 | 2024-07-15T20:46:49.178Z | Compiling spin v0.5.2 |
1826 | 2024-07-15T20:46:49.256Z | Compiling untrusted v0.7.1 |
1827 | 2024-07-15T20:46:49.492Z | Compiling tar v0.4.41 |
1828 | 2024-07-15T20:46:50.857Z | Compiling derive_builder_macro v0.20.0 |
1829 | 2024-07-15T20:46:51.137Z | Compiling headers v0.3.9 |
1830 | 2024-07-15T20:46:51.319Z | Compiling tokio-tungstenite v0.21.0 |
1831 | 2024-07-15T20:46:51.678Z | Compiling slog-envlogger v2.2.0 |
1832 | 2024-07-15T20:46:51.842Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1833 | 2024-07-15T20:46:52.828Z | Compiling toolchain_find v0.4.0 |
1834 | 2024-07-15T20:46:53.181Z | Compiling camino-tempfile v1.1.1 |
1835 | 2024-07-15T20:46:53.195Z | Compiling samael v0.0.15 |
1836 | 2024-07-15T20:46:53.369Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1837 | 2024-07-15T20:46:53.615Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1838 | 2024-07-15T20:46:53.641Z | Compiling pem v3.0.4 |
1839 | 2024-07-15T20:46:54.188Z | Compiling libsw v3.3.1 |
1840 | 2024-07-15T20:46:54.535Z | Compiling strum_macros v0.24.3 |
1841 | 2024-07-15T20:46:54.729Z | Compiling cookie v0.18.1 |
1842 | 2024-07-15T20:46:54.843Z | Compiling owo-colors v4.0.0 |
1843 | 2024-07-15T20:46:54.941Z | Compiling linear-map v1.2.0 |
1844 | 2024-07-15T20:46:54.998Z | Compiling topological-sort v0.2.2 |
1845 | 2024-07-15T20:46:55.013Z | Compiling indoc v1.0.9 |
1846 | 2024-07-15T20:46:55.159Z | Compiling cfg_aliases v0.1.1 |
1847 | 2024-07-15T20:46:55.211Z | Compiling omicron-zone-package v0.11.0 |
1848 | 2024-07-15T20:46:55.268Z | Compiling nix v0.28.0 |
1849 | 2024-07-15T20:46:56.083Z | Compiling rustfmt-wrapper v0.2.1 |
1850 | 2024-07-15T20:46:56.648Z | Compiling derive_builder v0.20.0 |
1851 | 2024-07-15T20:46:57.702Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1852 | 2024-07-15T20:46:57.821Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1853 | 2024-07-15T20:46:58.765Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1854 | 2024-07-15T20:46:59.035Z | Compiling oso-derive v0.27.3 |
1855 | 2024-07-15T20:47:00.008Z | Compiling polar-core v0.27.3 |
1856 | 2024-07-15T20:47:00.022Z | Compiling impl-trait-for-tuples v0.2.2 |
1857 | 2024-07-15T20:47:00.274Z | Compiling quick-xml v0.31.0 |
1858 | 2024-07-15T20:47:00.774Z | Compiling vte_generate_state_changes v0.1.1 |
1859 | 2024-07-15T20:47:01.322Z | Compiling unicase v2.7.0 |
1860 | 2024-07-15T20:47:01.612Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1861 | 2024-07-15T20:47:01.901Z | Compiling buf-list v1.0.3 |
1862 | 2024-07-15T20:47:02.172Z | Compiling vte v0.11.1 |
1863 | 2024-07-15T20:47:02.485Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1864 | 2024-07-15T20:47:05.269Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1865 | 2024-07-15T20:47:06.087Z | Compiling tungstenite v0.20.1 |
1866 | 2024-07-15T20:47:06.837Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1867 | 2024-07-15T20:47:07.096Z | Compiling fd-lock v4.0.2 |
1868 | 2024-07-15T20:47:07.315Z | Compiling bb8 v0.8.5 |
1869 | 2024-07-15T20:47:07.926Z | Compiling const_format_proc_macros v0.2.32 |
1870 | 2024-07-15T20:47:09.214Z | Compiling pin-project-internal v1.1.5 |
1871 | 2024-07-15T20:47:09.875Z | Compiling memoffset v0.9.1 |
1872 | 2024-07-15T20:47:10.167Z | Compiling bytecount v0.6.8 |
1873 | 2024-07-15T20:47:10.501Z | Compiling parking_lot_core v0.8.6 |
1874 | 2024-07-15T20:47:10.927Z | Compiling papergrid v0.11.0 |
1875 | 2024-07-15T20:47:11.316Z | Compiling const_format v0.2.32 |
1876 | 2024-07-15T20:47:12.001Z | Compiling pin-project v1.1.5 |
1877 | 2024-07-15T20:47:12.129Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1878 | 2024-07-15T20:47:12.505Z | Compiling tokio-tungstenite v0.20.1 |
1879 | 2024-07-15T20:47:13.072Z | Compiling strip-ansi-escapes v0.2.0 |
1880 | 2024-07-15T20:47:15.112Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1881 | 2024-07-15T20:47:15.126Z | Compiling tabled_derive v0.7.0 |
1882 | 2024-07-15T20:47:17.394Z | Compiling peg-macros v0.8.3 |
1883 | 2024-07-15T20:47:19.158Z | Compiling snafu-derive v0.8.2 |
1884 | 2024-07-15T20:47:20.819Z | Compiling sqlparser_derive v0.2.2 |
1885 | 2024-07-15T20:47:21.021Z | Compiling nu-ansi-term v0.50.0 |
1886 | 2024-07-15T20:47:21.863Z | Compiling unicode_categories v0.1.1 |
1887 | 2024-07-15T20:47:22.358Z | Compiling sqlformat v0.2.4 |
1888 | 2024-07-15T20:47:22.518Z | Compiling rustyline v14.0.0 |
1889 | 2024-07-15T20:47:22.982Z | Compiling sqlparser v0.45.0 |
1890 | 2024-07-15T20:47:24.084Z | Compiling snafu v0.8.2 |
1891 | 2024-07-15T20:47:25.370Z | Compiling oso v0.27.3 |
1892 | 2024-07-15T20:47:33.177Z | Compiling reedline v0.31.0 |
1893 | 2024-07-15T20:47:34.532Z | Compiling peg v0.8.3 |
1894 | 2024-07-15T20:47:34.653Z | Compiling tabled v0.15.0 |
1895 | 2024-07-15T20:47:51.284Z | Compiling env_logger v0.9.3 |
1896 | 2024-07-15T20:47:51.882Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1897 | 2024-07-15T20:47:55.740Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1898 | 2024-07-15T20:47:55.889Z | Compiling globset v0.4.14 |
1899 | 2024-07-15T20:47:56.025Z | Compiling olpc-cjson v0.1.3 |
1900 | 2024-07-15T20:47:56.215Z | Compiling bcs v0.1.6 |
1901 | 2024-07-15T20:47:56.348Z | Compiling bitstruct_derive v0.1.0 |
1902 | 2024-07-15T20:47:57.090Z | Compiling serde_plain v1.0.2 |
1903 | 2024-07-15T20:47:57.626Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1904 | 2024-07-15T20:47:57.667Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1905 | 2024-07-15T20:47:57.768Z | Compiling salty v0.2.0 |
1906 | 2024-07-15T20:47:57.960Z | Compiling signature v1.6.4 |
1907 | 2024-07-15T20:47:58.122Z | Compiling typed-path v0.7.1 |
1908 | 2024-07-15T20:47:58.149Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1909 | 2024-07-15T20:47:58.421Z | Compiling highway v1.1.0 |
1910 | 2024-07-15T20:47:59.756Z | Compiling ascii v1.1.0 |
1911 | 2024-07-15T20:48:00.309Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1912 | 2024-07-15T20:48:00.500Z | Compiling tough v0.17.1 |
1913 | 2024-07-15T20:48:02.766Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1914 | 2024-07-15T20:48:03.767Z | Compiling ed25519 v1.5.3 |
1915 | 2024-07-15T20:48:04.143Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1916 | 2024-07-15T20:48:04.426Z | Compiling bitstruct v0.1.1 |
1917 | 2024-07-15T20:48:04.554Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1918 | 2024-07-15T20:48:04.850Z | Compiling parking_lot v0.11.2 |
1919 | 2024-07-15T20:48:05.463Z | Compiling nix v0.27.1 |
1920 | 2024-07-15T20:48:06.907Z | Compiling trust-dns-client v0.22.0 |
1921 | 2024-07-15T20:48:08.485Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1922 | 2024-07-15T20:48:08.817Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1923 | 2024-07-15T20:48:17.968Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1924 | 2024-07-15T20:48:19.209Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1925 | 2024-07-15T20:48:19.745Z | Compiling curve25519-dalek v4.1.3 |
1926 | 2024-07-15T20:48:21.435Z | Compiling kstat-rs v0.2.4 |
1927 | 2024-07-15T20:48:22.422Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1928 | 2024-07-15T20:48:23.269Z | Compiling serde-big-array v0.5.1 |
1929 | 2024-07-15T20:48:23.538Z | Compiling serde_arrays v0.1.0 |
1930 | 2024-07-15T20:48:23.731Z | Compiling toml v0.5.11 |
1931 | 2024-07-15T20:48:32.972Z | Compiling erased-serde v0.3.31 |
1932 | 2024-07-15T20:48:33.143Z | Compiling keccak v0.1.5 |
1933 | 2024-07-15T20:48:34.079Z | Compiling parse-size v1.0.0 |
1934 | 2024-07-15T20:48:34.361Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1935 | 2024-07-15T20:48:34.669Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1936 | 2024-07-15T20:48:36.358Z | Compiling sha3 v0.10.8 |
1937 | 2024-07-15T20:48:37.272Z | Compiling trust-dns-server v0.22.1 |
1938 | 2024-07-15T20:48:44.939Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1939 | 2024-07-15T20:48:45.460Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1940 | 2024-07-15T20:48:53.334Z | Compiling mime_guess v2.0.4 |
1941 | 2024-07-15T20:48:54.403Z | Compiling sled v0.34.7 |
1942 | 2024-07-15T20:49:00.267Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1943 | 2024-07-15T20:49:01.888Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1944 | 2024-07-15T20:49:01.932Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
1945 | 2024-07-15T20:49:03.388Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
1946 | 2024-07-15T20:49:05.521Z | Compiling signal-hook-tokio v0.3.1 |
1947 | 2024-07-15T20:49:05.727Z | Compiling universal-hash v0.5.1 |
1948 | 2024-07-15T20:49:05.968Z | Compiling heck v0.3.3 |
1949 | 2024-07-15T20:49:06.356Z | Compiling secrecy v0.8.0 |
1950 | 2024-07-15T20:49:06.623Z | Compiling rand_seeder v0.2.3 |
1951 | 2024-07-15T20:49:07.006Z | Compiling castaway v0.2.2 |
1952 | 2024-07-15T20:49:07.195Z | Compiling thiserror-impl-no-std v2.0.2 |
1953 | 2024-07-15T20:49:09.987Z | Compiling serde-big-array v0.4.1 |
1954 | 2024-07-15T20:49:10.200Z | Compiling nanorand v0.7.0 |
1955 | 2024-07-15T20:49:10.984Z | Compiling curve25519-dalek-derive v0.1.1 |
1956 | 2024-07-15T20:49:11.021Z | Compiling opaque-debug v0.3.1 |
1957 | 2024-07-15T20:49:11.128Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1958 | 2024-07-15T20:49:11.502Z | Compiling poly1305 v0.8.0 |
1959 | 2024-07-15T20:49:13.035Z | Compiling flume v0.11.0 |
1960 | 2024-07-15T20:49:13.821Z | Compiling sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1961 | 2024-07-15T20:49:15.233Z | Compiling thiserror-no-std v2.0.2 |
1962 | 2024-07-15T20:49:15.358Z | Compiling compact_str v0.7.1 |
1963 | 2024-07-15T20:49:16.866Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1964 | 2024-07-15T20:49:17.079Z | Compiling zone_cfg_derive v0.1.2 |
1965 | 2024-07-15T20:49:18.460Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1966 | 2024-07-15T20:49:20.359Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1967 | 2024-07-15T20:49:20.620Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1968 | 2024-07-15T20:49:29.195Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1969 | 2024-07-15T20:49:29.833Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1970 | 2024-07-15T20:49:30.402Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1971 | 2024-07-15T20:49:33.374Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1972 | 2024-07-15T20:49:36.174Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1973 | 2024-07-15T20:49:36.435Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1974 | 2024-07-15T20:49:36.710Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1975 | 2024-07-15T20:49:36.987Z | Compiling chacha20 v0.9.1 |
1976 | 2024-07-15T20:49:37.461Z | Compiling unicode-truncate v1.0.0 |
1977 | 2024-07-15T20:49:37.732Z | Compiling itertools v0.13.0 |
1978 | 2024-07-15T20:49:40.425Z | Compiling aead v0.5.2 |
1979 | 2024-07-15T20:49:40.758Z | Compiling lru v0.12.3 |
1980 | 2024-07-15T20:49:41.102Z | Compiling stability v0.2.0 |
1981 | 2024-07-15T20:49:41.506Z | Compiling corncobs v0.1.3 |
1982 | 2024-07-15T20:49:41.854Z | Compiling base64 v0.13.1 |
1983 | 2024-07-15T20:49:42.037Z | Compiling cassowary v0.3.0 |
1984 | 2024-07-15T20:49:42.642Z | Compiling ratatui v0.27.0 |
1985 | 2024-07-15T20:49:44.785Z | Compiling ron v0.7.1 |
1986 | 2024-07-15T20:49:44.866Z | Compiling sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1987 | 2024-07-15T20:49:45.609Z | Compiling chacha20poly1305 v0.10.1 |
1988 | 2024-07-15T20:49:45.887Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1989 | 2024-07-15T20:49:45.904Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1990 | 2024-07-15T20:49:48.149Z | Compiling zone v0.1.8 |
1991 | 2024-07-15T20:49:50.201Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1992 | 2024-07-15T20:49:51.319Z | Compiling vsss-rs v3.3.4 |
1993 | 2024-07-15T20:49:55.946Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1994 | 2024-07-15T20:49:56.655Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
1995 | 2024-07-15T20:49:59.122Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
1996 | 2024-07-15T20:49:59.566Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1997 | 2024-07-15T20:50:00.591Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1998 | 2024-07-15T20:50:00.873Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
1999 | 2024-07-15T20:50:02.448Z | Compiling portpicker v0.1.1 |
2000 | 2024-07-15T20:50:02.952Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2001 | 2024-07-15T20:50:07.595Z | Compiling csv-core v0.1.11 |
2002 | 2024-07-15T20:50:07.595Z | Compiling unicode-linebreak v0.1.5 |
2003 | 2024-07-15T20:50:07.595Z | Compiling smawk v0.3.2 |
2004 | 2024-07-15T20:50:07.595Z | Compiling http-range v0.1.5 |
2005 | 2024-07-15T20:50:07.595Z | Compiling hyper-staticfile v0.9.5 |
2006 | 2024-07-15T20:50:07.607Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2007 | 2024-07-15T20:50:08.242Z | Compiling textwrap v0.16.1 |
2008 | 2024-07-15T20:50:08.878Z | Compiling csv v1.3.0 |
2009 | 2024-07-15T20:50:10.194Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2010 | 2024-07-15T20:50:11.074Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2011 | 2024-07-15T20:50:18.086Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2012 | 2024-07-15T20:50:19.786Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2013 | 2024-07-15T20:50:21.365Z | Compiling rcgen v0.12.1 |
2014 | 2024-07-15T20:50:22.182Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2015 | 2024-07-15T20:50:22.646Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2016 | 2024-07-15T20:50:31.584Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2017 | 2024-07-15T20:50:31.602Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2018 | 2024-07-15T20:50:31.776Z | Compiling atomicwrites v0.4.3 |
2019 | 2024-07-15T20:50:32.302Z | Compiling fatfs v0.3.6 |
2020 | 2024-07-15T20:50:33.312Z | Compiling rtoolbox v0.0.2 |
2021 | 2024-07-15T20:50:33.734Z | Compiling subprocess v0.2.9 |
2022 | 2024-07-15T20:50:35.116Z | Compiling assert_matches v1.5.0 |
2023 | 2024-07-15T20:50:35.219Z | Compiling is_ci v1.2.0 |
2024 | 2024-07-15T20:50:35.526Z | Compiling supports-color v3.0.0 |
2025 | 2024-07-15T20:50:36.173Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2026 | 2024-07-15T20:50:38.405Z | Compiling rpassword v7.3.1 |
2027 | 2024-07-15T20:50:38.825Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2028 | 2024-07-15T20:50:38.844Z | Compiling tui-tree-widget v0.21.0 |
2029 | 2024-07-15T20:50:39.274Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2030 | 2024-07-15T20:50:40.619Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2031 | 2024-07-15T20:50:43.190Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2032 | 2024-07-15T20:50:43.393Z | Compiling shell-words v1.1.0 |
2033 | 2024-07-15T20:50:43.494Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2034 | 2024-07-15T20:50:43.832Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2035 | 2024-07-15T20:50:55.521Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2036 | 2024-07-15T20:51:05.370Z | Compiling multimap v0.10.0 |
2037 | 2024-07-15T20:51:05.763Z | Compiling uzers v0.11.3 |
2038 | 2024-07-15T20:51:08.686Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2039 | 2024-07-15T20:52:55.288Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2040 | 2024-07-15T20:53:20.422Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2041 | 2024-07-15T20:59:49.620Z | Finished `release` profile [optimized] target(s) in 14m 20s |
2042 | 2024-07-15T21:00:36.278Z | |
2043 | 2024-07-15T21:00:36.279Z | real 15:08.228248529 |
2044 | 2024-07-15T21:00:36.279Z | user 1:44:51.923271910 |
2045 | 2024-07-15T21:00:36.279Z | sys 5:48.578456981 |
2046 | 2024-07-15T21:00:36.283Z | trap 2.388236328 |
2047 | 2024-07-15T21:00:36.283Z | tflt 2.063043469 |
2048 | 2024-07-15T21:00:36.283Z | dflt 3.587928062 |
2049 | 2024-07-15T21:00:36.283Z | kflt 0.001187063 |
2050 | 2024-07-15T21:00:36.283Z | lock 6:21:19.185111800 |
2051 | 2024-07-15T21:00:36.283Z | slp 3:59:34.426892277 |
2052 | 2024-07-15T21:00:36.283Z | lat 2:30.574680043 |
2053 | 2024-07-15T21:00:36.283Z | stop 1:51.237816500 |
2054 | 2024-07-15T21:00:36.283Z | + mapfile -t packages |
2055 | 2024-07-15T21:00:36.283Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2056 | 2024-07-15T21:00:37.171Z | Finished `release` profile [optimized] target(s) in 0.84s |
2057 | 2024-07-15T21:00:37.211Z | Running `target/release/omicron-package -t test list-outputs` |
2058 | 2024-07-15T21:00:37.246Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2059 | 2024-07-15T21:00:37.249Z | + ptime -m cargo build --locked --release -p xtask |
2060 | 2024-07-15T21:00:37.833Z | Compiling serde v1.0.204 |
2061 | 2024-07-15T21:00:37.836Z | Compiling bitflags v2.5.0 |
2062 | 2024-07-15T21:00:37.914Z | Compiling syn v2.0.71 |
2063 | 2024-07-15T21:00:37.919Z | Compiling scopeguard v1.2.0 |
2064 | 2024-07-15T21:00:37.922Z | Compiling smallvec v1.13.2 |
2065 | 2024-07-15T21:00:37.922Z | Compiling bytes v1.6.0 |
2066 | 2024-07-15T21:00:37.925Z | Compiling serde_json v1.0.120 |
2067 | 2024-07-15T21:00:38.029Z | Compiling lock_api v0.4.12 |
2068 | 2024-07-15T21:00:38.253Z | Compiling hashbrown v0.14.5 |
2069 | 2024-07-15T21:00:38.414Z | Compiling parking_lot_core v0.9.10 |
2070 | 2024-07-15T21:00:38.427Z | Compiling log v0.4.21 |
2071 | 2024-07-15T21:00:38.453Z | Compiling mio v0.8.11 |
2072 | 2024-07-15T21:00:38.481Z | Compiling libc v0.2.155 |
2073 | 2024-07-15T21:00:38.804Z | Compiling parking_lot v0.12.2 |
2074 | 2024-07-15T21:00:38.898Z | Compiling generic-array v0.14.7 |
2075 | 2024-07-15T21:00:39.180Z | Compiling slog v2.7.0 |
2076 | 2024-07-15T21:00:39.412Z | Compiling rustix v0.38.34 |
2077 | 2024-07-15T21:00:39.640Z | Compiling indexmap v2.2.6 |
2078 | 2024-07-15T21:00:39.741Z | Compiling http v0.2.12 |
2079 | 2024-07-15T21:00:39.787Z | Compiling usdt-impl v0.5.0 |
2080 | 2024-07-15T21:00:40.002Z | Compiling syn v1.0.109 |
2081 | 2024-07-15T21:00:40.249Z | Compiling time-macros v0.2.18 |
2082 | 2024-07-15T21:00:40.411Z | Compiling thread-id v4.2.1 |
2083 | 2024-07-15T21:00:40.529Z | Compiling tracing v0.1.40 |
2084 | 2024-07-15T21:00:41.264Z | Compiling crossbeam-utils v0.8.19 |
2085 | 2024-07-15T21:00:41.767Z | Compiling http-body v0.4.6 |
2086 | 2024-07-15T21:00:41.837Z | Compiling unicode-normalization v0.1.23 |
2087 | 2024-07-15T21:00:42.298Z | Compiling unicode-bidi v0.3.15 |
2088 | 2024-07-15T21:00:42.329Z | Compiling block-buffer v0.10.4 |
2089 | 2024-07-15T21:00:42.565Z | Compiling crypto-common v0.1.6 |
2090 | 2024-07-15T21:00:43.158Z | Compiling idna v0.5.0 |
2091 | 2024-07-15T21:00:43.361Z | Compiling time v0.3.36 |
2092 | 2024-07-15T21:00:44.358Z | Compiling proc-macro-error v1.0.4 |
2093 | 2024-07-15T21:00:44.982Z | Compiling terminal_size v0.3.0 |
2094 | 2024-07-15T21:00:45.204Z | Compiling fs-err v2.11.0 |
2095 | 2024-07-15T21:00:45.298Z | Compiling anyhow v1.0.86 |
2096 | 2024-07-15T21:00:45.496Z | Compiling clap_builder v4.5.9 |
2097 | 2024-07-15T21:00:45.905Z | Compiling crossbeam-channel v0.5.12 |
2098 | 2024-07-15T21:00:46.030Z | Compiling url v2.5.0 |
2099 | 2024-07-15T21:00:46.450Z | Compiling digest v0.10.7 |
2100 | 2024-07-15T21:00:46.893Z | Compiling xattr v1.3.1 |
2101 | 2024-07-15T21:00:47.395Z | Compiling slog-async v2.8.0 |
2102 | 2024-07-15T21:00:47.470Z | Compiling tabled_derive v0.7.0 |
2103 | 2024-07-15T21:00:47.563Z | Compiling sha2 v0.10.8 |
2104 | 2024-07-15T21:00:49.414Z | Compiling tabled v0.15.0 |
2105 | 2024-07-15T21:00:49.823Z | Compiling serde_derive v1.0.204 |
2106 | 2024-07-15T21:00:50.302Z | Compiling thiserror-impl v1.0.60 |
2107 | 2024-07-15T21:00:50.600Z | Compiling zerocopy-derive v0.7.34 |
2108 | 2024-07-15T21:00:51.525Z | Compiling futures-macro v0.3.30 |
2109 | 2024-07-15T21:00:52.632Z | Compiling tokio-macros v2.3.0 |
2110 | 2024-07-15T21:00:52.749Z | Compiling zerocopy v0.7.34 |
2111 | 2024-07-15T21:00:53.147Z | Compiling thiserror v1.0.60 |
2112 | 2024-07-15T21:00:53.289Z | Compiling pest v2.7.10 |
2113 | 2024-07-15T21:00:53.511Z | Compiling futures-util v0.3.30 |
2114 | 2024-07-15T21:00:54.173Z | Compiling tokio v1.38.0 |
2115 | 2024-07-15T21:00:54.576Z | Compiling openssl-macros v0.1.1 |
2116 | 2024-07-15T21:00:55.313Z | Compiling scroll_derive v0.12.0 |
2117 | 2024-07-15T21:00:56.199Z | Compiling pest_meta v2.7.10 |
2118 | 2024-07-15T21:00:56.795Z | Compiling scroll v0.12.0 |
2119 | 2024-07-15T21:00:57.433Z | Compiling openssl v0.10.64 |
2120 | 2024-07-15T21:01:00.575Z | Compiling pest_generator v2.7.10 |
2121 | 2024-07-15T21:01:02.414Z | Compiling pest_derive v2.7.10 |
2122 | 2024-07-15T21:01:03.186Z | Compiling dtrace-parser v0.2.0 |
2123 | 2024-07-15T21:01:05.070Z | Compiling tokio-util v0.7.11 |
2124 | 2024-07-15T21:01:07.158Z | Compiling serde_tokenstream v0.2.1 |
2125 | 2024-07-15T21:01:07.680Z | Compiling h2 v0.3.26 |
2126 | 2024-07-15T21:01:09.729Z | Compiling dof v0.3.0 |
2127 | 2024-07-15T21:01:10.705Z | Compiling toml_datetime v0.6.6 |
2128 | 2024-07-15T21:01:11.027Z | Compiling serde_spanned v0.6.6 |
2129 | 2024-07-15T21:01:11.263Z | Compiling native-tls v0.2.11 |
2130 | 2024-07-15T21:01:11.292Z | Compiling goblin v0.8.2 |
2131 | 2024-07-15T21:01:12.395Z | Compiling tokio-native-tls v0.3.1 |
2132 | 2024-07-15T21:01:12.686Z | Compiling hyper v0.14.28 |
2133 | 2024-07-15T21:01:13.852Z | Compiling toml_edit v0.22.14 |
2134 | 2024-07-15T21:01:15.130Z | Compiling usdt-attr-macro v0.5.0 |
2135 | 2024-07-15T21:01:16.539Z | Compiling usdt-macro v0.5.0 |
2136 | 2024-07-15T21:01:20.411Z | Compiling toml v0.8.14 |
2137 | 2024-07-15T21:01:22.625Z | Compiling hyper-tls v0.5.0 |
2138 | 2024-07-15T21:01:23.050Z | Compiling slog-json v2.6.1 |
2139 | 2024-07-15T21:01:23.425Z | Compiling semver v1.0.23 |
2140 | 2024-07-15T21:01:23.586Z | Compiling cargo-platform v0.1.8 |
2141 | 2024-07-15T21:01:24.707Z | Compiling camino v1.1.7 |
2142 | 2024-07-15T21:01:24.980Z | Compiling serde_urlencoded v0.7.1 |
2143 | 2024-07-15T21:01:25.317Z | Compiling futures-executor v0.3.30 |
2144 | 2024-07-15T21:01:25.619Z | Compiling clap_derive v4.5.8 |
2145 | 2024-07-15T21:01:26.077Z | Compiling strum_macros v0.26.4 |
2146 | 2024-07-15T21:01:26.420Z | Compiling futures v0.3.30 |
2147 | 2024-07-15T21:01:26.549Z | Compiling reqwest v0.11.27 |
2148 | 2024-07-15T21:01:27.408Z | Compiling cargo_metadata v0.18.1 |
2149 | 2024-07-15T21:01:30.067Z | Compiling slog-bunyan v2.5.0 |
2150 | 2024-07-15T21:01:30.304Z | Compiling clap v4.5.9 |
2151 | 2024-07-15T21:01:30.341Z | Compiling cargo_toml v0.20.3 |
2152 | 2024-07-15T21:01:30.429Z | Compiling usdt v0.5.0 |
2153 | 2024-07-15T21:01:30.880Z | Compiling strum v0.26.2 |
2154 | 2024-07-15T21:01:31.079Z | Compiling macaddr v1.0.1 |
2155 | 2024-07-15T21:01:31.724Z | Compiling slog-term v2.9.1 |
2156 | 2024-07-15T21:01:31.967Z | Compiling tar v0.4.41 |
2157 | 2024-07-15T21:01:45.044Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2158 | 2024-07-15T21:01:58.909Z | Finished `release` profile [optimized] target(s) in 1m 21s |
2159 | 2024-07-15T21:01:59.003Z | |
2160 | 2024-07-15T21:01:59.006Z | real 1:21.712823889 |
2161 | 2024-07-15T21:01:59.006Z | user 8:52.980612501 |
2162 | 2024-07-15T21:01:59.006Z | sys 50.240254722 |
2163 | 2024-07-15T21:01:59.006Z | trap 0.246035082 |
2164 | 2024-07-15T21:01:59.006Z | tflt 0.505210057 |
2165 | 2024-07-15T21:01:59.006Z | dflt 0.333564968 |
2166 | 2024-07-15T21:01:59.006Z | kflt 0.000006068 |
2167 | 2024-07-15T21:01:59.006Z | lock 20:14.830553031 |
2168 | 2024-07-15T21:01:59.006Z | slp 22:37.033849728 |
2169 | 2024-07-15T21:01:59.006Z | lat 23.988241978 |
2170 | 2024-07-15T21:01:59.006Z | stop 20.266361251 |
2171 | 2024-07-15T21:01:59.006Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2172 | 2024-07-15T21:01:59.006Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2173 | 2024-07-15T21:01:59.006Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2174 | 2024-07-15T21:01:59.006Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2175 | 2024-07-15T21:01:59.006Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2176 | 2024-07-15T21:01:59.523Z | Downloading crates ... |
2177 | 2024-07-15T21:01:59.729Z | Downloaded cbc v0.1.2 |
2178 | 2024-07-15T21:01:59.737Z | Downloaded dhcproto v0.11.0 |
2179 | 2024-07-15T21:01:59.740Z | Downloaded md5 v0.7.0 |
2180 | 2024-07-15T21:01:59.746Z | Downloaded dhcproto-macros v0.1.0 |
2181 | 2024-07-15T21:01:59.748Z | Downloaded russh-cryptovec v0.7.2 |
2182 | 2024-07-15T21:01:59.756Z | Downloaded option-ext v0.2.0 |
2183 | 2024-07-15T21:01:59.761Z | Downloaded ctr v0.9.2 |
2184 | 2024-07-15T21:01:59.776Z | Downloaded rand_core v0.5.1 |
2185 | 2024-07-15T21:01:59.776Z | Downloaded ed25519 v2.2.3 |
2186 | 2024-07-15T21:01:59.779Z | Downloaded polyval v0.6.2 |
2187 | 2024-07-15T21:01:59.779Z | Downloaded bcrypt-pbkdf v0.10.0 |
2188 | 2024-07-15T21:01:59.779Z | Downloaded blowfish v0.9.1 |
2189 | 2024-07-15T21:01:59.779Z | Downloaded ghash v0.5.1 |
2190 | 2024-07-15T21:01:59.779Z | Downloaded getrandom v0.1.16 |
2191 | 2024-07-15T21:01:59.779Z | Downloaded dirs-sys v0.4.1 |
2192 | 2024-07-15T21:01:59.779Z | Downloaded rfc6979 v0.4.0 |
2193 | 2024-07-15T21:01:59.779Z | Downloaded primeorder v0.13.6 |
2194 | 2024-07-15T21:01:59.779Z | Downloaded pbkdf2 v0.12.2 |
2195 | 2024-07-15T21:01:59.779Z | Downloaded rand_chacha v0.2.2 |
2196 | 2024-07-15T21:01:59.783Z | Downloaded internet-checksum v0.2.1 |
2197 | 2024-07-15T21:01:59.783Z | Downloaded hex-literal v0.4.1 |
2198 | 2024-07-15T21:01:59.783Z | Downloaded pbkdf2 v0.11.0 |
2199 | 2024-07-15T21:01:59.788Z | Downloaded ecdsa v0.16.9 |
2200 | 2024-07-15T21:01:59.788Z | Downloaded password-hash v0.4.2 |
2201 | 2024-07-15T21:01:59.788Z | Downloaded dirs v5.0.1 |
2202 | 2024-07-15T21:01:59.792Z | Downloaded russh-keys v0.43.0 |
2203 | 2024-07-15T21:01:59.795Z | Downloaded p256 v0.13.2 |
2204 | 2024-07-15T21:01:59.800Z | Downloaded ed25519-dalek v2.1.1 |
2205 | 2024-07-15T21:01:59.806Z | Downloaded aes v0.8.4 |
2206 | 2024-07-15T21:01:59.812Z | Downloaded russh v0.43.0 |
2207 | 2024-07-15T21:01:59.819Z | Downloaded rand v0.7.3 |
2208 | 2024-07-15T21:01:59.822Z | Downloaded p521 v0.13.3 |
2209 | 2024-07-15T21:01:59.825Z | Downloaded aes-gcm v0.10.3 |
2210 | 2024-07-15T21:01:59.951Z | Compiling serde v1.0.204 |
2211 | 2024-07-15T21:02:00.048Z | Compiling scopeguard v1.2.0 |
2212 | 2024-07-15T21:02:00.053Z | Compiling log v0.4.21 |
2213 | 2024-07-15T21:02:00.063Z | Compiling smallvec v1.13.2 |
2214 | 2024-07-15T21:02:00.066Z | Compiling syn v2.0.71 |
2215 | 2024-07-15T21:02:00.066Z | Compiling getrandom v0.2.14 |
2216 | 2024-07-15T21:02:00.074Z | Compiling generic-array v0.14.7 |
2217 | 2024-07-15T21:02:00.076Z | Compiling libm v0.2.8 |
2218 | 2024-07-15T21:02:00.157Z | Compiling lock_api v0.4.12 |
2219 | 2024-07-15T21:02:00.397Z | Compiling rand_core v0.6.4 |
2220 | 2024-07-15T21:02:00.439Z | Compiling parking_lot_core v0.9.10 |
2221 | 2024-07-15T21:02:00.485Z | Compiling num-traits v0.2.19 |
2222 | 2024-07-15T21:02:00.503Z | Compiling subtle v2.5.0 |
2223 | 2024-07-15T21:02:00.581Z | Compiling mio v0.8.11 |
2224 | 2024-07-15T21:02:00.656Z | Compiling spin v0.9.8 |
2225 | 2024-07-15T21:02:00.941Z | Compiling parking_lot v0.12.2 |
2226 | 2024-07-15T21:02:01.028Z | Compiling ahash v0.8.11 |
2227 | 2024-07-15T21:02:01.075Z | Compiling serde_json v1.0.120 |
2228 | 2024-07-15T21:02:01.129Z | Compiling allocator-api2 v0.2.18 |
2229 | 2024-07-15T21:02:01.212Z | Compiling const-oid v0.9.6 |
2230 | 2024-07-15T21:02:01.349Z | Compiling iana-time-zone v0.1.60 |
2231 | 2024-07-15T21:02:01.394Z | Compiling syn v1.0.109 |
2232 | 2024-07-15T21:02:01.786Z | Compiling unicode-normalization v0.1.23 |
2233 | 2024-07-15T21:02:01.871Z | Compiling unicode-bidi v0.3.15 |
2234 | 2024-07-15T21:02:01.890Z | Compiling schemars v0.8.21 |
2235 | 2024-07-15T21:02:01.934Z | Compiling dyn-clone v1.0.17 |
2236 | 2024-07-15T21:02:02.135Z | Compiling ppv-lite86 v0.2.17 |
2237 | 2024-07-15T21:02:02.239Z | Compiling time-macros v0.2.18 |
2238 | 2024-07-15T21:02:02.846Z | Compiling ring v0.17.8 |
2239 | 2024-07-15T21:02:02.877Z | Compiling rand_chacha v0.3.1 |
2240 | 2024-07-15T21:02:03.145Z | Compiling aho-corasick v1.1.3 |
2241 | 2024-07-15T21:02:03.432Z | Compiling regex-syntax v0.8.3 |
2242 | 2024-07-15T21:02:03.855Z | Compiling rand v0.8.5 |
2243 | 2024-07-15T21:02:05.347Z | Compiling idna v0.5.0 |
2244 | 2024-07-15T21:02:05.738Z | Compiling time v0.3.36 |
2245 | 2024-07-15T21:02:06.006Z | Compiling slog v2.7.0 |
2246 | 2024-07-15T21:02:06.572Z | Compiling url v2.5.0 |
2247 | 2024-07-15T21:02:06.963Z | Compiling regex-automata v0.4.6 |
2248 | 2024-07-15T21:02:06.966Z | Compiling untrusted v0.9.0 |
2249 | 2024-07-15T21:02:08.546Z | Compiling serde_derive_internals v0.29.1 |
2250 | 2024-07-15T21:02:09.833Z | Compiling lazy_static v1.5.0 |
2251 | 2024-07-15T21:02:09.961Z | Compiling backtrace v0.3.71 |
2252 | 2024-07-15T21:02:10.264Z | Compiling gimli v0.28.1 |
2253 | 2024-07-15T21:02:10.422Z | Compiling object v0.32.2 |
2254 | 2024-07-15T21:02:11.159Z | Compiling anyhow v1.0.86 |
2255 | 2024-07-15T21:02:11.261Z | Compiling rustc-demangle v0.1.24 |
2256 | 2024-07-15T21:02:11.449Z | Compiling crossbeam-utils v0.8.19 |
2257 | 2024-07-15T21:02:11.923Z | Compiling base64ct v1.6.0 |
2258 | 2024-07-15T21:02:12.072Z | Compiling rustls v0.21.12 |
2259 | 2024-07-15T21:02:12.281Z | Compiling regex v1.10.5 |
2260 | 2024-07-15T21:02:12.321Z | Compiling winnow v0.5.40 |
2261 | 2024-07-15T21:02:12.603Z | Compiling rustls-webpki v0.101.7 |
2262 | 2024-07-15T21:02:13.399Z | Compiling sct v0.7.1 |
2263 | 2024-07-15T21:02:13.718Z | Compiling cookie v0.17.0 |
2264 | 2024-07-15T21:02:14.551Z | Compiling addr2line v0.21.0 |
2265 | 2024-07-15T21:02:15.084Z | Compiling serde_derive v1.0.204 |
2266 | 2024-07-15T21:02:15.221Z | Compiling zeroize_derive v1.4.2 |
2267 | 2024-07-15T21:02:15.276Z | Compiling thiserror-impl v1.0.60 |
2268 | 2024-07-15T21:02:16.347Z | Compiling zerocopy-derive v0.7.34 |
2269 | 2024-07-15T21:02:16.899Z | Compiling zeroize v1.7.0 |
2270 | 2024-07-15T21:02:16.902Z | Compiling tokio-macros v2.3.0 |
2271 | 2024-07-15T21:02:17.869Z | Compiling futures-macro v0.3.30 |
2272 | 2024-07-15T21:02:18.682Z | Compiling schemars_derive v0.8.21 |
2273 | 2024-07-15T21:02:18.724Z | Compiling zerocopy v0.7.34 |
2274 | 2024-07-15T21:02:18.739Z | Compiling thiserror v1.0.60 |
2275 | 2024-07-15T21:02:18.820Z | Compiling crypto-common v0.1.6 |
2276 | 2024-07-15T21:02:18.878Z | Compiling block-buffer v0.10.4 |
2277 | 2024-07-15T21:02:19.056Z | Compiling tracing-attributes v0.1.27 |
2278 | 2024-07-15T21:02:19.143Z | Compiling digest v0.10.7 |
2279 | 2024-07-15T21:02:19.645Z | Compiling async-trait v0.1.81 |
2280 | 2024-07-15T21:02:19.957Z | Compiling futures-util v0.3.30 |
2281 | 2024-07-15T21:02:21.107Z | Compiling hashbrown v0.14.5 |
2282 | 2024-07-15T21:02:22.220Z | Compiling openssl-macros v0.1.1 |
2283 | 2024-07-15T21:02:22.590Z | Compiling pest v2.7.10 |
2284 | 2024-07-15T21:02:23.181Z | Compiling tracing v0.1.40 |
2285 | 2024-07-15T21:02:23.302Z | Compiling idna v0.3.0 |
2286 | 2024-07-15T21:02:23.506Z | Compiling psl-types v2.0.11 |
2287 | 2024-07-15T21:02:23.685Z | Compiling data-encoding v2.6.0 |
2288 | 2024-07-15T21:02:23.708Z | Compiling hmac v0.12.1 |
2289 | 2024-07-15T21:02:23.942Z | Compiling scroll_derive v0.12.0 |
2290 | 2024-07-15T21:02:24.131Z | Compiling publicsuffix v2.2.3 |
2291 | 2024-07-15T21:02:24.382Z | Compiling bitflags v1.3.2 |
2292 | 2024-07-15T21:02:24.520Z | Compiling webpki-roots v0.25.4 |
2293 | 2024-07-15T21:02:24.644Z | Compiling block-padding v0.3.3 |
2294 | 2024-07-15T21:02:24.885Z | Compiling pest_meta v2.7.10 |
2295 | 2024-07-15T21:02:24.929Z | Compiling der_derive v0.7.2 |
2296 | 2024-07-15T21:02:25.378Z | Compiling pem-rfc7468 v0.7.0 |
2297 | 2024-07-15T21:02:25.434Z | Compiling flagset v0.4.5 |
2298 | 2024-07-15T21:02:25.454Z | Compiling scroll v0.12.0 |
2299 | 2024-07-15T21:02:25.698Z | Compiling inout v0.1.3 |
2300 | 2024-07-15T21:02:25.982Z | Compiling futures-executor v0.3.30 |
2301 | 2024-07-15T21:02:26.053Z | Compiling goblin v0.8.2 |
2302 | 2024-07-15T21:02:26.216Z | Compiling pest_generator v2.7.10 |
2303 | 2024-07-15T21:02:26.309Z | Compiling futures v0.3.30 |
2304 | 2024-07-15T21:02:26.346Z | Compiling cipher v0.4.4 |
2305 | 2024-07-15T21:02:26.426Z | Compiling sha2 v0.10.8 |
2306 | 2024-07-15T21:02:26.604Z | Compiling either v1.12.0 |
2307 | 2024-07-15T21:02:26.867Z | Compiling ff v0.13.0 |
2308 | 2024-07-15T21:02:27.025Z | Compiling stable_deref_trait v1.2.0 |
2309 | 2024-07-15T21:02:27.093Z | Compiling base16ct v0.2.0 |
2310 | 2024-07-15T21:02:27.126Z | Compiling group v0.13.0 |
2311 | 2024-07-15T21:02:27.435Z | Compiling hkdf v0.12.4 |
2312 | 2024-07-15T21:02:27.455Z | Compiling crossbeam-epoch v0.9.18 |
2313 | 2024-07-15T21:02:27.557Z | Compiling der v0.7.9 |
2314 | 2024-07-15T21:02:27.699Z | Compiling crypto-bigint v0.5.5 |
2315 | 2024-07-15T21:02:28.232Z | Compiling num-integer v0.1.46 |
2316 | 2024-07-15T21:02:28.251Z | Compiling unicode-segmentation v1.11.0 |
2317 | 2024-07-15T21:02:29.001Z | Compiling managed v0.8.0 |
2318 | 2024-07-15T21:02:29.075Z | Compiling matches v0.1.10 |
2319 | 2024-07-15T21:02:29.169Z | Compiling idna v0.2.3 |
2320 | 2024-07-15T21:02:29.438Z | Compiling enum-as-inner v0.5.1 |
2321 | 2024-07-15T21:02:29.860Z | Compiling bytes v1.6.0 |
2322 | 2024-07-15T21:02:30.297Z | Compiling indexmap v2.2.6 |
2323 | 2024-07-15T21:02:30.455Z | Compiling chrono v0.4.38 |
2324 | 2024-07-15T21:02:30.760Z | Compiling tokio v1.38.0 |
2325 | 2024-07-15T21:02:31.066Z | Compiling uuid v1.9.1 |
2326 | 2024-07-15T21:02:31.196Z | Compiling bitflags v2.5.0 |
2327 | 2024-07-15T21:02:31.668Z | Compiling semver v1.0.23 |
2328 | 2024-07-15T21:02:31.695Z | Compiling http v0.2.12 |
2329 | 2024-07-15T21:02:32.450Z | Compiling serde_tokenstream v0.2.1 |
2330 | 2024-07-15T21:02:32.541Z | Compiling serde_spanned v0.6.6 |
2331 | 2024-07-15T21:02:32.989Z | Compiling toml_datetime v0.6.6 |
2332 | 2024-07-15T21:02:33.322Z | Compiling http-body v0.4.6 |
2333 | 2024-07-15T21:02:33.514Z | Compiling toml_edit v0.19.15 |
2334 | 2024-07-15T21:02:33.788Z | Compiling openssl v0.10.64 |
2335 | 2024-07-15T21:02:33.858Z | Compiling rustix v0.38.34 |
2336 | 2024-07-15T21:02:34.283Z | Compiling serde_urlencoded v0.7.1 |
2337 | 2024-07-15T21:02:34.359Z | Compiling openapiv3 v2.0.0 |
2338 | 2024-07-15T21:02:34.881Z | Compiling cookie_store v0.20.0 |
2339 | 2024-07-15T21:02:36.467Z | Compiling rustc_version v0.4.0 |
2340 | 2024-07-15T21:02:36.621Z | Compiling pest_derive v2.7.10 |
2341 | 2024-07-15T21:02:36.815Z | Compiling dof v0.3.0 |
2342 | 2024-07-15T21:02:36.931Z | Compiling spki v0.7.3 |
2343 | 2024-07-15T21:02:37.245Z | Compiling pkcs8 v0.10.2 |
2344 | 2024-07-15T21:02:37.314Z | Compiling ipnetwork v0.20.0 |
2345 | 2024-07-15T21:02:37.471Z | Compiling dtrace-parser v0.2.0 |
2346 | 2024-07-15T21:02:37.836Z | Compiling sec1 v0.7.3 |
2347 | 2024-07-15T21:02:38.240Z | Compiling usdt-impl v0.5.0 |
2348 | 2024-07-15T21:02:38.398Z | Compiling elliptic-curve v0.13.8 |
2349 | 2024-07-15T21:02:38.786Z | Compiling tokio-util v0.7.11 |
2350 | 2024-07-15T21:02:39.178Z | Compiling tokio-rustls v0.24.1 |
2351 | 2024-07-15T21:02:39.240Z | Compiling toml v0.7.8 |
2352 | 2024-07-15T21:02:39.562Z | Compiling toml_edit v0.22.14 |
2353 | 2024-07-15T21:02:39.727Z | Compiling h2 v0.3.26 |
2354 | 2024-07-15T21:02:39.928Z | Compiling native-tls v0.2.11 |
2355 | 2024-07-15T21:02:40.231Z | Compiling usdt-attr-macro v0.5.0 |
2356 | 2024-07-15T21:02:40.579Z | Compiling tokio-native-tls v0.3.1 |
2357 | 2024-07-15T21:02:40.890Z | Compiling usdt-macro v0.5.0 |
2358 | 2024-07-15T21:02:41.055Z | Compiling hex v0.4.3 |
2359 | 2024-07-15T21:02:41.691Z | Compiling bit-vec v0.6.3 |
2360 | 2024-07-15T21:02:41.838Z | Compiling siphasher v0.3.11 |
2361 | 2024-07-15T21:02:41.870Z | Compiling trust-dns-proto v0.22.0 |
2362 | 2024-07-15T21:02:42.146Z | Compiling heapless v0.7.17 |
2363 | 2024-07-15T21:02:42.213Z | Compiling terminal_size v0.3.0 |
2364 | 2024-07-15T21:02:42.375Z | Compiling usdt v0.5.0 |
2365 | 2024-07-15T21:02:42.420Z | Compiling num-bigint v0.4.5 |
2366 | 2024-07-15T21:02:42.544Z | Compiling signal-hook v0.3.17 |
2367 | 2024-07-15T21:02:42.721Z | Compiling finl_unicode v1.2.0 |
2368 | 2024-07-15T21:02:42.821Z | Compiling clap_builder v4.5.9 |
2369 | 2024-07-15T21:02:42.945Z | Compiling itertools v0.10.5 |
2370 | 2024-07-15T21:02:43.337Z | Compiling stringprep v0.1.4 |
2371 | 2024-07-15T21:02:44.629Z | Compiling regress v0.9.1 |
2372 | 2024-07-15T21:02:45.910Z | Compiling yasna v0.5.2 |
2373 | 2024-07-15T21:02:46.444Z | Compiling hyper v0.14.28 |
2374 | 2024-07-15T21:02:47.846Z | Compiling md-5 v0.10.6 |
2375 | 2024-07-15T21:02:48.130Z | Compiling clap_derive v4.5.8 |
2376 | 2024-07-15T21:02:48.478Z | Compiling hash32 v0.2.1 |
2377 | 2024-07-15T21:02:48.898Z | Compiling fallible-iterator v0.2.0 |
2378 | 2024-07-15T21:02:49.638Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2379 | 2024-07-15T21:02:49.863Z | Compiling smoltcp v0.9.1 |
2380 | 2024-07-15T21:02:50.300Z | Compiling regex-automata v0.1.10 |
2381 | 2024-07-15T21:02:50.442Z | Compiling postgres-protocol v0.6.6 |
2382 | 2024-07-15T21:02:50.666Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2383 | 2024-07-15T21:02:50.840Z | Compiling bstr v0.2.17 |
2384 | 2024-07-15T21:02:51.888Z | Compiling phf_shared v0.11.2 |
2385 | 2024-07-15T21:02:52.290Z | Compiling tokio-stream v0.1.15 |
2386 | 2024-07-15T21:02:52.311Z | Compiling hubpack_derive v0.1.1 |
2387 | 2024-07-15T21:02:52.522Z | Compiling zerocopy-derive v0.6.6 |
2388 | 2024-07-15T21:02:52.763Z | Compiling diesel_table_macro_syntax v0.1.0 |
2389 | 2024-07-15T21:02:53.185Z | Compiling hyper-tls v0.5.0 |
2390 | 2024-07-15T21:02:53.214Z | Compiling hyper-rustls v0.24.2 |
2391 | 2024-07-15T21:02:53.248Z | Compiling scheduled-thread-pool v0.2.7 |
2392 | 2024-07-15T21:02:53.263Z | Compiling fs-err v2.11.0 |
2393 | 2024-07-15T21:02:53.299Z | Compiling clap v4.5.9 |
2394 | 2024-07-15T21:02:53.426Z | Compiling fixedbitset v0.4.2 |
2395 | 2024-07-15T21:02:53.529Z | Compiling reqwest v0.11.27 |
2396 | 2024-07-15T21:02:53.559Z | Compiling r2d2 v0.8.10 |
2397 | 2024-07-15T21:02:53.669Z | Compiling hubpack v0.1.2 |
2398 | 2024-07-15T21:02:53.864Z | Compiling petgraph v0.6.5 |
2399 | 2024-07-15T21:02:53.887Z | Compiling diesel_derives v2.1.4 |
2400 | 2024-07-15T21:02:53.929Z | Compiling phf v0.11.2 |
2401 | 2024-07-15T21:02:54.132Z | Compiling signal-hook-mio v0.2.3 |
2402 | 2024-07-15T21:02:54.221Z | Compiling similar v2.5.0 |
2403 | 2024-07-15T21:02:54.737Z | Compiling zerocopy v0.6.6 |
2404 | 2024-07-15T21:02:55.606Z | Compiling postgres-types v0.2.6 |
2405 | 2024-07-15T21:02:56.512Z | Compiling phf_shared v0.10.0 |
2406 | 2024-07-15T21:02:56.771Z | Compiling num-iter v0.1.45 |
2407 | 2024-07-15T21:02:56.942Z | Compiling strum_macros v0.25.3 |
2408 | 2024-07-15T21:02:56.959Z | Compiling serde_repr v0.1.19 |
2409 | 2024-07-15T21:02:56.973Z | Compiling console v0.15.8 |
2410 | 2024-07-15T21:02:57.182Z | Compiling float-cmp v0.9.0 |
2411 | 2024-07-15T21:02:57.407Z | Compiling new_debug_unreachable v1.0.6 |
2412 | 2024-07-15T21:02:57.508Z | Compiling predicates-core v1.0.6 |
2413 | 2024-07-15T21:02:57.890Z | Compiling precomputed-hash v0.1.1 |
2414 | 2024-07-15T21:02:57.921Z | Compiling difflib v0.4.0 |
2415 | 2024-07-15T21:02:58.012Z | Compiling static_assertions v1.1.0 |
2416 | 2024-07-15T21:02:58.118Z | Compiling normalize-line-endings v0.3.0 |
2417 | 2024-07-15T21:02:58.171Z | Compiling minimal-lexical v0.2.1 |
2418 | 2024-07-15T21:02:58.249Z | Compiling whoami v1.5.1 |
2419 | 2024-07-15T21:02:58.450Z | Compiling predicates v3.1.0 |
2420 | 2024-07-15T21:02:58.712Z | Compiling tokio-postgres v0.7.10 |
2421 | 2024-07-15T21:02:58.928Z | Compiling nom v7.1.3 |
2422 | 2024-07-15T21:02:59.587Z | Compiling string_cache v0.8.7 |
2423 | 2024-07-15T21:03:00.072Z | Compiling crossterm v0.27.0 |
2424 | 2024-07-15T21:03:01.098Z | Compiling bit-set v0.5.3 |
2425 | 2024-07-15T21:03:01.327Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2426 | 2024-07-15T21:03:01.397Z | Compiling itertools v0.12.1 |
2427 | 2024-07-15T21:03:02.713Z | Compiling bstr v1.9.1 |
2428 | 2024-07-15T21:03:03.849Z | Compiling getopts v0.2.21 |
2429 | 2024-07-15T21:03:03.921Z | Compiling unicode-xid v0.2.4 |
2430 | 2024-07-15T21:03:04.098Z | Compiling peg-runtime v0.8.3 |
2431 | 2024-07-15T21:03:04.577Z | Compiling lalrpop-util v0.19.12 |
2432 | 2024-07-15T21:03:04.628Z | Compiling unsafe-libyaml v0.2.11 |
2433 | 2024-07-15T21:03:04.797Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2434 | 2024-07-15T21:03:04.850Z | Compiling sha1 v0.10.6 |
2435 | 2024-07-15T21:03:04.931Z | Compiling camino v1.1.7 |
2436 | 2024-07-15T21:03:05.245Z | Compiling strum_macros v0.26.4 |
2437 | 2024-07-15T21:03:05.273Z | Compiling http v1.1.0 |
2438 | 2024-07-15T21:03:05.947Z | Compiling serde_yaml v0.9.34+deprecated |
2439 | 2024-07-15T21:03:06.620Z | Compiling base64 v0.22.1 |
2440 | 2024-07-15T21:03:07.204Z | Compiling diesel v2.1.6 |
2441 | 2024-07-15T21:03:07.429Z | Compiling toml v0.8.14 |
2442 | 2024-07-15T21:03:07.726Z | Compiling rustls-pki-types v1.7.0 |
2443 | 2024-07-15T21:03:07.863Z | Compiling crossbeam-channel v0.5.12 |
2444 | 2024-07-15T21:03:08.603Z | Compiling ident_case v1.0.1 |
2445 | 2024-07-15T21:03:08.795Z | Compiling rustls v0.22.4 |
2446 | 2024-07-15T21:03:09.020Z | Compiling paste v1.0.15 |
2447 | 2024-07-15T21:03:09.065Z | Compiling slog-async v2.8.0 |
2448 | 2024-07-15T21:03:09.175Z | Compiling darling_core v0.20.9 |
2449 | 2024-07-15T21:03:09.581Z | Compiling slog-term v2.9.1 |
2450 | 2024-07-15T21:03:09.622Z | Compiling rustls-webpki v0.102.4 |
2451 | 2024-07-15T21:03:10.317Z | Compiling multer v3.1.0 |
2452 | 2024-07-15T21:03:10.689Z | Compiling slog-json v2.6.1 |
2453 | 2024-07-15T21:03:10.716Z | Compiling strum v0.26.2 |
2454 | 2024-07-15T21:03:10.848Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2455 | 2024-07-15T21:03:10.910Z | Compiling async-stream-impl v0.3.5 |
2456 | 2024-07-15T21:03:11.072Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
2457 | 2024-07-15T21:03:11.350Z | Compiling instant v0.1.12 |
2458 | 2024-07-15T21:03:11.499Z | Compiling debug-ignore v1.0.5 |
2459 | 2024-07-15T21:03:11.559Z | Compiling atomic-waker v1.1.2 |
2460 | 2024-07-15T21:03:11.719Z | Compiling waitgroup v0.1.2 |
2461 | 2024-07-15T21:03:11.753Z | Compiling slog-bunyan v2.5.0 |
2462 | 2024-07-15T21:03:11.952Z | Compiling rustls-pemfile v2.1.2 |
2463 | 2024-07-15T21:03:11.966Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
2464 | 2024-07-15T21:03:12.330Z | Compiling async-stream v0.3.5 |
2465 | 2024-07-15T21:03:12.435Z | Compiling serde_path_to_error v0.1.16 |
2466 | 2024-07-15T21:03:12.667Z | Compiling hostname v0.4.0 |
2467 | 2024-07-15T21:03:12.930Z | Compiling structmeta-derive v0.3.0 |
2468 | 2024-07-15T21:03:12.946Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2469 | 2024-07-15T21:03:13.290Z | Compiling newtype-uuid v1.1.0 |
2470 | 2024-07-15T21:03:13.620Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2471 | 2024-07-15T21:03:13.693Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2472 | 2024-07-15T21:03:13.995Z | Compiling backoff v0.4.0 |
2473 | 2024-07-15T21:03:14.333Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2474 | 2024-07-15T21:03:14.357Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2475 | 2024-07-15T21:03:14.497Z | Compiling macaddr v1.0.1 |
2476 | 2024-07-15T21:03:14.537Z | Compiling proc-macro-crate v1.3.1 |
2477 | 2024-07-15T21:03:14.982Z | Compiling tokio-rustls v0.25.0 |
2478 | 2024-07-15T21:03:15.417Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2479 | 2024-07-15T21:03:15.417Z | Compiling fastrand v2.1.0 |
2480 | 2024-07-15T21:03:15.558Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2481 | 2024-07-15T21:03:15.631Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2482 | 2024-07-15T21:03:16.017Z | Compiling tempfile v3.10.1 |
2483 | 2024-07-15T21:03:16.055Z | Compiling num_enum_derive v0.5.11 |
2484 | 2024-07-15T21:03:16.071Z | Compiling structmeta v0.3.0 |
2485 | 2024-07-15T21:03:16.497Z | Compiling darling_macro v0.20.9 |
2486 | 2024-07-15T21:03:16.523Z | Compiling parse-display-derive v0.9.1 |
2487 | 2024-07-15T21:03:16.944Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2488 | 2024-07-15T21:03:17.236Z | Compiling foreign-types-macros v0.2.3 |
2489 | 2024-07-15T21:03:17.554Z | Compiling darling v0.20.9 |
2490 | 2024-07-15T21:03:17.679Z | Compiling serde_with_macros v3.8.3 |
2491 | 2024-07-15T21:03:18.528Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2492 | 2024-07-15T21:03:18.806Z | Compiling heapless v0.8.0 |
2493 | 2024-07-15T21:03:18.903Z | Compiling num_enum v0.5.11 |
2494 | 2024-07-15T21:03:19.066Z | Compiling foreign-types-shared v0.3.1 |
2495 | 2024-07-15T21:03:19.206Z | Compiling foreign-types v0.5.0 |
2496 | 2024-07-15T21:03:19.359Z | Compiling proc-macro-error v1.0.4 |
2497 | 2024-07-15T21:03:20.021Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2498 | 2024-07-15T21:03:20.070Z | Compiling hash32 v0.3.1 |
2499 | 2024-07-15T21:03:20.323Z | Compiling cstr-argument v0.1.2 |
2500 | 2024-07-15T21:03:20.605Z | Compiling pretty-hex v0.2.1 |
2501 | 2024-07-15T21:03:20.832Z | Compiling smoltcp v0.11.0 |
2502 | 2024-07-15T21:03:20.856Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2503 | 2024-07-15T21:03:20.922Z | Compiling serde_with v3.8.3 |
2504 | 2024-07-15T21:03:21.023Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2505 | 2024-07-15T21:03:21.461Z | Compiling parse-display v0.9.1 |
2506 | 2024-07-15T21:03:21.596Z | Compiling camino-tempfile v1.1.1 |
2507 | 2024-07-15T21:03:21.714Z | Compiling tabwriter v1.4.0 |
2508 | 2024-07-15T21:03:22.045Z | Compiling colored v2.1.0 |
2509 | 2024-07-15T21:03:22.126Z | Compiling socket2 v0.4.10 |
2510 | 2024-07-15T21:03:22.174Z | Compiling embedded-io v0.4.0 |
2511 | 2024-07-15T21:03:22.368Z | Compiling cobs v0.2.3 |
2512 | 2024-07-15T21:03:22.664Z | Compiling postcard v1.0.8 |
2513 | 2024-07-15T21:03:22.857Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2514 | 2024-07-15T21:03:23.051Z | Compiling crucible-workspace-hack v0.1.0 |
2515 | 2024-07-15T21:03:23.122Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2516 | 2024-07-15T21:03:26.884Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2517 | 2024-07-15T21:03:26.987Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2518 | 2024-07-15T21:03:26.987Z | Compiling smf v0.2.3 |
2519 | 2024-07-15T21:03:26.987Z | Compiling humantime v2.1.0 |
2520 | 2024-07-15T21:03:26.987Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2521 | 2024-07-15T21:03:26.987Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2522 | 2024-07-15T21:03:26.987Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2523 | 2024-07-15T21:03:26.987Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2524 | 2024-07-15T21:03:26.987Z | Compiling num-derive v0.4.2 |
2525 | 2024-07-15T21:03:27.027Z | Compiling sigpipe v0.1.3 |
2526 | 2024-07-15T21:03:27.027Z | Compiling utf-8 v0.7.6 |
2527 | 2024-07-15T21:03:27.027Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2528 | 2024-07-15T21:03:27.028Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2529 | 2024-07-15T21:03:27.028Z | Compiling atty v0.2.14 |
2530 | 2024-07-15T21:03:27.028Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2531 | 2024-07-15T21:03:27.028Z | Compiling same-file v1.0.6 |
2532 | 2024-07-15T21:03:27.028Z | Compiling rayon-core v1.12.1 |
2533 | 2024-07-15T21:03:27.028Z | Compiling semver v0.1.20 |
2534 | 2024-07-15T21:03:27.410Z | Compiling rustc_version v0.1.7 |
2535 | 2024-07-15T21:03:27.553Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2536 | 2024-07-15T21:03:27.566Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2537 | 2024-07-15T21:03:27.769Z | Compiling walkdir v2.5.0 |
2538 | 2024-07-15T21:03:27.893Z | Compiling curve25519-dalek v4.1.3 |
2539 | 2024-07-15T21:03:27.898Z | Compiling newline-converter v0.3.0 |
2540 | 2024-07-15T21:03:28.044Z | Compiling crossbeam-deque v0.8.5 |
2541 | 2024-07-15T21:03:28.061Z | Compiling universal-hash v0.5.1 |
2542 | 2024-07-15T21:03:28.272Z | Compiling opaque-debug v0.3.1 |
2543 | 2024-07-15T21:03:28.358Z | Compiling prettyplease v0.2.20 |
2544 | 2024-07-15T21:03:28.497Z | Compiling expectorate v1.1.0 |
2545 | 2024-07-15T21:03:28.536Z | Compiling newtype_derive v0.1.6 |
2546 | 2024-07-15T21:03:28.660Z | Compiling xattr v1.3.1 |
2547 | 2024-07-15T21:03:28.698Z | Compiling num-rational v0.4.2 |
2548 | 2024-07-15T21:03:28.718Z | Compiling signature v2.2.0 |
2549 | 2024-07-15T21:03:28.814Z | Compiling curve25519-dalek-derive v0.1.1 |
2550 | 2024-07-15T21:03:28.942Z | Compiling num-complex v0.4.6 |
2551 | 2024-07-15T21:03:28.994Z | Compiling blake3 v1.5.1 |
2552 | 2024-07-15T21:03:29.596Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2553 | 2024-07-15T21:03:29.724Z | Compiling ring v0.16.20 |
2554 | 2024-07-15T21:03:29.987Z | Compiling unicase v2.7.0 |
2555 | 2024-07-15T21:03:30.215Z | Compiling quick-error v1.2.3 |
2556 | 2024-07-15T21:03:30.285Z | Compiling convert_case v0.4.0 |
2557 | 2024-07-15T21:03:30.346Z | Compiling getrandom v0.1.16 |
2558 | 2024-07-15T21:03:30.361Z | Compiling arc-swap v1.7.1 |
2559 | 2024-07-15T21:03:30.469Z | Compiling linked-hash-map v0.5.6 |
2560 | 2024-07-15T21:03:30.779Z | Compiling termcolor v1.4.1 |
2561 | 2024-07-15T21:03:30.854Z | Compiling slog-scope v4.4.0 |
2562 | 2024-07-15T21:03:31.063Z | Compiling lru-cache v0.1.2 |
2563 | 2024-07-15T21:03:31.268Z | Compiling env_logger v0.9.3 |
2564 | 2024-07-15T21:03:31.347Z | Compiling derive_more v0.99.18 |
2565 | 2024-07-15T21:03:31.406Z | Compiling resolv-conf v0.7.0 |
2566 | 2024-07-15T21:03:31.881Z | Compiling tar v0.4.41 |
2567 | 2024-07-15T21:03:32.225Z | Compiling num v0.4.3 |
2568 | 2024-07-15T21:03:32.697Z | Compiling rayon v1.10.0 |
2569 | 2024-07-15T21:03:33.724Z | Compiling tungstenite v0.21.0 |
2570 | 2024-07-15T21:03:34.066Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2571 | 2024-07-15T21:03:34.558Z | Compiling blake2 v0.10.6 |
2572 | 2024-07-15T21:03:35.885Z | Compiling bitstruct_derive v0.1.0 |
2573 | 2024-07-15T21:03:35.926Z | Compiling derive-where v1.2.7 |
2574 | 2024-07-15T21:03:35.954Z | Compiling password-hash v0.5.0 |
2575 | 2024-07-15T21:03:37.024Z | Compiling memmap2 v0.9.4 |
2576 | 2024-07-15T21:03:37.267Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2577 | 2024-07-15T21:03:37.403Z | Compiling arrayvec v0.7.4 |
2578 | 2024-07-15T21:03:37.481Z | Compiling libefi-sys v0.1.0 |
2579 | 2024-07-15T21:03:37.605Z | Compiling spin v0.5.2 |
2580 | 2024-07-15T21:03:37.752Z | Compiling untrusted v0.7.1 |
2581 | 2024-07-15T21:03:37.802Z | Compiling constant_time_eq v0.3.0 |
2582 | 2024-07-15T21:03:37.829Z | Compiling arrayref v0.3.7 |
2583 | 2024-07-15T21:03:37.928Z | Compiling home v0.5.9 |
2584 | 2024-07-15T21:03:37.944Z | Compiling parking_lot_core v0.8.6 |
2585 | 2024-07-15T21:03:37.974Z | Compiling ascii v1.1.0 |
2586 | 2024-07-15T21:03:38.207Z | Compiling float-ord v0.3.2 |
2587 | 2024-07-15T21:03:38.394Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2588 | 2024-07-15T21:03:38.451Z | Compiling toolchain_find v0.4.0 |
2589 | 2024-07-15T21:03:39.527Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2590 | 2024-07-15T21:03:39.781Z | Compiling bitstruct v0.1.1 |
2591 | 2024-07-15T21:03:39.887Z | Compiling argon2 v0.5.3 |
2592 | 2024-07-15T21:03:39.902Z | Compiling tokio-tungstenite v0.21.0 |
2593 | 2024-07-15T21:03:39.920Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2594 | 2024-07-15T21:03:40.337Z | Compiling trust-dns-resolver v0.22.0 |
2595 | 2024-07-15T21:03:40.443Z | Compiling slog-stdlog v4.1.1 |
2596 | 2024-07-15T21:03:40.490Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2597 | 2024-07-15T21:03:40.875Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2598 | 2024-07-15T21:03:40.920Z | Compiling serde_arrays v0.1.0 |
2599 | 2024-07-15T21:03:41.085Z | Compiling erased-serde v0.3.31 |
2600 | 2024-07-15T21:03:41.241Z | Compiling rfc6979 v0.4.0 |
2601 | 2024-07-15T21:03:41.261Z | Compiling aead v0.5.2 |
2602 | 2024-07-15T21:03:41.440Z | Compiling bitfield-struct v0.6.1 |
2603 | 2024-07-15T21:03:41.659Z | Compiling nibble_vec v0.1.0 |
2604 | 2024-07-15T21:03:41.864Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2605 | 2024-07-15T21:03:42.222Z | Compiling slog-dtrace v0.3.0 |
2606 | 2024-07-15T21:03:42.500Z | Compiling endian-type v0.1.2 |
2607 | 2024-07-15T21:03:42.515Z | Compiling topological-sort v0.2.2 |
2608 | 2024-07-15T21:03:42.749Z | Compiling cancel-safe-futures v0.1.5 |
2609 | 2024-07-15T21:03:42.795Z | Compiling keccak v0.1.5 |
2610 | 2024-07-15T21:03:42.811Z | Compiling radix_trie v0.2.1 |
2611 | 2024-07-15T21:03:42.828Z | Compiling omicron-zone-package v0.11.0 |
2612 | 2024-07-15T21:03:42.860Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2613 | 2024-07-15T21:03:43.165Z | Compiling sha3 v0.10.8 |
2614 | 2024-07-15T21:03:43.328Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2615 | 2024-07-15T21:03:43.488Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2616 | 2024-07-15T21:03:43.551Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
2617 | 2024-07-15T21:03:43.568Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2618 | 2024-07-15T21:03:43.697Z | Compiling ecdsa v0.16.9 |
2619 | 2024-07-15T21:03:43.767Z | Compiling slog-envlogger v2.2.0 |
2620 | 2024-07-15T21:03:43.963Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2621 | 2024-07-15T21:03:44.218Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2622 | 2024-07-15T21:03:44.560Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2623 | 2024-07-15T21:03:44.581Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2624 | 2024-07-15T21:03:44.722Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2625 | 2024-07-15T21:03:45.409Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2626 | 2024-07-15T21:03:45.692Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2627 | 2024-07-15T21:03:45.813Z | Compiling rand_core v0.5.1 |
2628 | 2024-07-15T21:03:46.121Z | Compiling mime_guess v2.0.4 |
2629 | 2024-07-15T21:03:46.345Z | Compiling steno v0.4.1 |
2630 | 2024-07-15T21:03:46.880Z | Compiling rustfmt-wrapper v0.2.1 |
2631 | 2024-07-15T21:03:47.484Z | Compiling poly1305 v0.8.0 |
2632 | 2024-07-15T21:03:47.541Z | Compiling tungstenite v0.20.1 |
2633 | 2024-07-15T21:03:47.947Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2634 | 2024-07-15T21:03:48.673Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2635 | 2024-07-15T21:03:49.202Z | Compiling primeorder v0.13.6 |
2636 | 2024-07-15T21:03:49.623Z | Compiling heck v0.3.3 |
2637 | 2024-07-15T21:03:49.678Z | Compiling chacha20 v0.9.1 |
2638 | 2024-07-15T21:03:49.696Z | Compiling secrecy v0.8.0 |
2639 | 2024-07-15T21:03:49.973Z | Compiling thiserror-impl-no-std v2.0.2 |
2640 | 2024-07-15T21:03:50.040Z | Compiling half v2.4.1 |
2641 | 2024-07-15T21:03:50.152Z | Compiling option-ext v0.2.0 |
2642 | 2024-07-15T21:03:50.294Z | Compiling ciborium-io v0.2.2 |
2643 | 2024-07-15T21:03:50.437Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2644 | 2024-07-15T21:03:50.556Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2645 | 2024-07-15T21:03:50.609Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2646 | 2024-07-15T21:03:50.873Z | Compiling ciborium-ll v0.2.2 |
2647 | 2024-07-15T21:03:51.197Z | Compiling dirs-sys v0.4.1 |
2648 | 2024-07-15T21:03:51.313Z | Compiling zone_cfg_derive v0.1.2 |
2649 | 2024-07-15T21:03:51.509Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2650 | 2024-07-15T21:03:51.649Z | Compiling tokio-tungstenite v0.20.1 |
2651 | 2024-07-15T21:03:52.170Z | Compiling parking_lot v0.11.2 |
2652 | 2024-07-15T21:03:52.384Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2653 | 2024-07-15T21:03:52.785Z | Compiling rand_chacha v0.2.2 |
2654 | 2024-07-15T21:03:52.855Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2655 | 2024-07-15T21:03:53.101Z | Compiling trust-dns-client v0.22.0 |
2656 | 2024-07-15T21:03:53.331Z | Compiling thiserror-no-std v2.0.2 |
2657 | 2024-07-15T21:03:53.702Z | Compiling ed25519 v2.2.3 |
2658 | 2024-07-15T21:03:54.079Z | Compiling polyval v0.6.2 |
2659 | 2024-07-15T21:03:54.221Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2660 | 2024-07-15T21:03:54.395Z | Compiling libsw v3.3.1 |
2661 | 2024-07-15T21:03:54.534Z | Compiling toml v0.5.11 |
2662 | 2024-07-15T21:03:54.653Z | Compiling aes v0.8.4 |
2663 | 2024-07-15T21:03:54.719Z | Compiling blowfish v0.9.1 |
2664 | 2024-07-15T21:03:54.833Z | Compiling ctr v0.9.2 |
2665 | 2024-07-15T21:03:55.176Z | Compiling pbkdf2 v0.12.2 |
2666 | 2024-07-15T21:03:55.201Z | Compiling password-hash v0.4.2 |
2667 | 2024-07-15T21:03:55.356Z | Compiling gethostname v0.4.3 |
2668 | 2024-07-15T21:03:55.690Z | Compiling fxhash v0.2.1 |
2669 | 2024-07-15T21:03:55.906Z | Compiling base64 v0.13.1 |
2670 | 2024-07-15T21:03:56.240Z | Compiling owo-colors v4.0.0 |
2671 | 2024-07-15T21:03:56.407Z | Compiling linear-map v1.2.0 |
2672 | 2024-07-15T21:03:56.538Z | Compiling ron v0.7.1 |
2673 | 2024-07-15T21:03:56.968Z | Compiling trust-dns-server v0.22.1 |
2674 | 2024-07-15T21:03:57.447Z | Compiling sled v0.34.7 |
2675 | 2024-07-15T21:03:58.332Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2676 | 2024-07-15T21:03:58.611Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2677 | 2024-07-15T21:03:58.895Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2678 | 2024-07-15T21:04:02.066Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2679 | 2024-07-15T21:04:03.023Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2680 | 2024-07-15T21:04:03.864Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2681 | 2024-07-15T21:04:04.245Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2682 | 2024-07-15T21:04:06.798Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2683 | 2024-07-15T21:04:06.927Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2684 | 2024-07-15T21:04:07.282Z | Compiling pbkdf2 v0.11.0 |
2685 | 2024-07-15T21:04:07.664Z | Compiling bcrypt-pbkdf v0.10.0 |
2686 | 2024-07-15T21:04:07.712Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2687 | 2024-07-15T21:04:07.813Z | Compiling ghash v0.5.1 |
2688 | 2024-07-15T21:04:08.021Z | Compiling ed25519-dalek v2.1.1 |
2689 | 2024-07-15T21:04:08.302Z | Compiling vsss-rs v3.3.4 |
2690 | 2024-07-15T21:04:08.491Z | Compiling rand v0.7.3 |
2691 | 2024-07-15T21:04:09.193Z | Compiling zone v0.1.8 |
2692 | 2024-07-15T21:04:09.558Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2693 | 2024-07-15T21:04:10.108Z | Compiling dirs v5.0.1 |
2694 | 2024-07-15T21:04:10.317Z | Compiling ciborium v0.2.2 |
2695 | 2024-07-15T21:04:11.138Z | Compiling chacha20poly1305 v0.10.1 |
2696 | 2024-07-15T21:04:11.363Z | Compiling p256 v0.13.2 |
2697 | 2024-07-15T21:04:11.492Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2698 | 2024-07-15T21:04:11.863Z | Compiling p521 v0.13.3 |
2699 | 2024-07-15T21:04:12.207Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2700 | 2024-07-15T21:04:12.974Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2701 | 2024-07-15T21:04:14.229Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
2702 | 2024-07-15T21:04:14.298Z | Compiling pem v3.0.4 |
2703 | 2024-07-15T21:04:14.641Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2704 | 2024-07-15T21:04:15.003Z | Compiling headers-core v0.2.0 |
2705 | 2024-07-15T21:04:15.138Z | Compiling cbc v0.1.2 |
2706 | 2024-07-15T21:04:15.178Z | Compiling kstat-rs v0.2.4 |
2707 | 2024-07-15T21:04:15.379Z | Compiling portpicker v0.1.1 |
2708 | 2024-07-15T21:04:15.596Z | Compiling nanorand v0.7.0 |
2709 | 2024-07-15T21:04:15.749Z | Compiling russh-cryptovec v0.7.2 |
2710 | 2024-07-15T21:04:15.905Z | Compiling glob v0.3.1 |
2711 | 2024-07-15T21:04:16.084Z | Compiling http-range v0.1.5 |
2712 | 2024-07-15T21:04:16.113Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2713 | 2024-07-15T21:04:16.249Z | Compiling md5 v0.7.0 |
2714 | 2024-07-15T21:04:16.468Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2715 | 2024-07-15T21:04:16.514Z | Compiling russh-keys v0.43.0 |
2716 | 2024-07-15T21:04:16.694Z | Compiling hyper-staticfile v0.9.5 |
2717 | 2024-07-15T21:04:16.753Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2718 | 2024-07-15T21:04:16.880Z | Compiling flume v0.11.0 |
2719 | 2024-07-15T21:04:17.576Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2720 | 2024-07-15T21:04:17.591Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2721 | 2024-07-15T21:04:17.671Z | Compiling headers v0.3.9 |
2722 | 2024-07-15T21:04:19.703Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2723 | 2024-07-15T21:04:19.987Z | Compiling rcgen v0.12.1 |
2724 | 2024-07-15T21:04:20.273Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2725 | 2024-07-15T21:04:22.500Z | Compiling aes-gcm v0.10.3 |
2726 | 2024-07-15T21:04:22.709Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2727 | 2024-07-15T21:04:22.804Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2728 | 2024-07-15T21:04:24.700Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2729 | 2024-07-15T21:04:24.703Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2730 | 2024-07-15T21:04:26.376Z | Compiling atomicwrites v0.4.3 |
2731 | 2024-07-15T21:04:26.457Z | Compiling subprocess v0.2.9 |
2732 | 2024-07-15T21:04:26.759Z | Compiling dhcproto-macros v0.1.0 |
2733 | 2024-07-15T21:04:27.612Z | Compiling hex-literal v0.4.1 |
2734 | 2024-07-15T21:04:27.736Z | Compiling display-error-chain v0.2.0 |
2735 | 2024-07-15T21:04:27.756Z | Compiling dhcproto v0.11.0 |
2736 | 2024-07-15T21:04:27.903Z | Compiling russh v0.43.0 |
2737 | 2024-07-15T21:04:28.606Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2738 | 2024-07-15T21:04:31.255Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2739 | 2024-07-15T21:04:31.958Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2740 | 2024-07-15T21:04:34.117Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2741 | 2024-07-15T21:04:34.137Z | Compiling internet-checksum v0.2.1 |
2742 | 2024-07-15T21:04:37.979Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2743 | 2024-07-15T21:04:39.532Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2744 | 2024-07-15T21:04:59.512Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2745 | 2024-07-15T21:05:42.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 43s |
2746 | 2024-07-15T21:05:42.997Z | |
2747 | 2024-07-15T21:05:42.997Z | real 3:43.910909636 |
2748 | 2024-07-15T21:05:42.997Z | user 19:48.418061351 |
2749 | 2024-07-15T21:05:42.997Z | sys 4:14.685641432 |
2750 | 2024-07-15T21:05:42.997Z | trap 0.576200288 |
2751 | 2024-07-15T21:05:42.997Z | tflt 0.596878420 |
2752 | 2024-07-15T21:05:42.997Z | dflt 2.608980791 |
2753 | 2024-07-15T21:05:42.997Z | kflt 0.000033891 |
2754 | 2024-07-15T21:05:42.997Z | lock 42:11.570819469 |
2755 | 2024-07-15T21:05:42.997Z | slp 56:32.527468256 |
2756 | 2024-07-15T21:05:43.001Z | lat 1:04.113665862 |
2757 | 2024-07-15T21:05:43.001Z | stop 2:18.990875012 |
2758 | 2024-07-15T21:05:43.001Z | + mkdir tests |
2759 | 2024-07-15T21:05:43.004Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2760 | 2024-07-15T21:05:43.004Z | + xargs -I '{}' -t cp '{}' tests/ |
2761 | 2024-07-15T21:05:44.078Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-c1f309dc8856d75d tests/ |
2762 | 2024-07-15T21:05:44.104Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-c1c02cc843dfa8df tests/ |
2763 | 2024-07-15T21:05:44.131Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-f163dbc2bf4bcc9b tests/ |
2764 | 2024-07-15T21:05:44.156Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f55ed16bd1096325 tests/ |
2765 | 2024-07-15T21:05:44.493Z | + 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/*) |
2766 | 2024-07-15T21:05:44.496Z | + 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-c1c02cc843dfa8df tests/commtest-f163dbc2bf4bcc9b tests/dhcp_server-c1f309dc8856d75d tests/end_to_end_tests-f55ed16bd1096325 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 |
2767 | 2024-07-15T21:06:49.161Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2768 | 2024-07-15T21:06:49.162Z | a out/target/test 1K |
2769 | 2024-07-15T21:06:49.162Z | a out/npuzone/npuzone 23144K |
2770 | 2024-07-15T21:06:49.162Z | a package-manifest.toml 29K |
2771 | 2024-07-15T21:06:49.162Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2772 | 2024-07-15T21:06:49.162Z | a target/release/omicron-package 32422K |
2773 | 2024-07-15T21:06:49.162Z | a target/release/xtask 18113K |
2774 | 2024-07-15T21:06:49.162Z | a target/debug/bootstrap 361198K |
2775 | 2024-07-15T21:06:49.162Z | a tests/bootstrap-c1c02cc843dfa8df 23984K |
2776 | 2024-07-15T21:06:49.162Z | a tests/commtest-f163dbc2bf4bcc9b 23984K |
2777 | 2024-07-15T21:06:49.162Z | a tests/dhcp_server-c1f309dc8856d75d 23984K |
2778 | 2024-07-15T21:06:49.162Z | a tests/end_to_end_tests-f55ed16bd1096325 370797K |
2779 | 2024-07-15T21:06:49.162Z | a out/clickhouse.tar.gz 223036K |
2780 | 2024-07-15T21:06:49.162Z | a out/clickhouse_keeper.tar.gz 223023K |
2781 | 2024-07-15T21:06:49.162Z | a out/cockroachdb.tar.gz 131845K |
2782 | 2024-07-15T21:06:49.162Z | a out/crucible-dtrace.tar 85K |
2783 | 2024-07-15T21:06:49.162Z | a out/crucible-pantry-zone.tar.gz 27009K |
2784 | 2024-07-15T21:06:49.162Z | a out/crucible-zone.tar.gz 37382K |
2785 | 2024-07-15T21:06:49.163Z | a out/external-dns.tar.gz 25128K |
2786 | 2024-07-15T21:06:49.163Z | a out/internal-dns.tar.gz 25128K |
2787 | 2024-07-15T21:06:49.163Z | a out/mg-ddm-gz.tar 60617K |
2788 | 2024-07-15T21:06:49.163Z | a out/nexus.tar.gz 84905K |
2789 | 2024-07-15T21:06:49.163Z | a out/ntp.tar.gz 8888K |
2790 | 2024-07-15T21:06:49.163Z | a out/omicron-gateway-softnpu.tar.gz 13779K |
2791 | 2024-07-15T21:06:49.163Z | a out/omicron-sled-agent.tar 94524K |
2792 | 2024-07-15T21:06:49.163Z | a out/overlay.tar.gz 3K |
2793 | 2024-07-15T21:06:49.163Z | a out/oximeter.tar.gz 42027K |
2794 | 2024-07-15T21:06:49.163Z | a out/oxlog.tar 2945K |
2795 | 2024-07-15T21:06:49.163Z | a out/probe.tar.gz 2764K |
2796 | 2024-07-15T21:06:49.164Z | a out/propolis-server.tar.gz 64642K |
2797 | 2024-07-15T21:06:49.164Z | a out/pumpkind-gz.tar 26665K |
2798 | 2024-07-15T21:06:49.164Z | a out/switch-softnpu.tar.gz 198116K |
2799 | 2024-07-15T21:06:49.173Z | |
2800 | 2024-07-15T21:06:49.173Z | real 1:04.645065890 |
2801 | 2024-07-15T21:06:49.174Z | user 1:01.928499568 |
2802 | 2024-07-15T21:06:49.174Z | sys 3.728317302 |
2803 | 2024-07-15T21:06:49.174Z | trap 0.013815653 |
2804 | 2024-07-15T21:06:49.174Z | tflt 0.000000000 |
2805 | 2024-07-15T21:06:49.174Z | dflt 0.000000000 |
2806 | 2024-07-15T21:06:49.174Z | kflt 0.000000000 |
2807 | 2024-07-15T21:06:49.174Z | lock 0.000000000 |
2808 | 2024-07-15T21:06:49.174Z | slp 1:01.806894254 |
2809 | 2024-07-15T21:06:49.174Z | lat 1.808251098 |
2810 | 2024-07-15T21:06:49.174Z | stop 0.000207387 |
2811 | 2024-07-15T21:06:49.174Z | process exited: duration 1721099 ms, exit code 0 |
|
2812 | 2024-07-15T21:06:49.209Z | found 1 output files |
2813 | 2024-07-15T21:06:49.268Z | uploading: /work/package.tar.gz (1407041051 bytes) |
2814 | 2024-07-15T21:07:13.770Z | uploaded: /work/package.tar.gz |