|
|
|
1 | 2024-11-02T03:10:51.433Z | job assigned to worker 01JBNDKHBTE5TFEKZ85427XYAT (queued for 1 m 0 s) |
|
2 | 2024-11-02T03:10:59.968Z | starting task 0: "setup" |
3 | 2024-11-02T03:10:59.976Z | ++ uname -s |
4 | 2024-11-02T03:10:59.979Z | + kern=SunOS |
5 | 2024-11-02T03:10:59.979Z | + case "$kern" in |
6 | 2024-11-02T03:10:59.979Z | + [[ 0 == 12345 ]] |
7 | 2024-11-02T03:10:59.979Z | + groupadd -g 12345 build |
8 | 2024-11-02T03:10:59.981Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-02T03:11:01.991Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-02T03:11:02.085Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-02T03:11:02.089Z | + home_fs=zfs |
12 | 2024-11-02T03:11:02.089Z | + [[ zfs == autofs ]] |
13 | 2024-11-02T03:11:02.089Z | + mkdir -p /home/build |
14 | 2024-11-02T03:11:02.092Z | + chown build:build /home/build /work |
15 | 2024-11-02T03:11:04.092Z | + chmod 0700 /home/build /work |
16 | 2024-11-02T03:11:04.095Z | process exited: duration 4127 ms, exit code 0 |
|
17 | 2024-11-02T03:11:04.100Z | starting task 1: "rust-toolchain" |
18 | 2024-11-02T03:11:04.105Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-02T03:11:04.105Z | ' 1.82.0 |
20 | 2024-11-02T03:11:04.105Z | * toolchain channel = "1.82.0" |
21 | 2024-11-02T03:11:04.105Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-02T03:11:04.105Z | ' default |
23 | 2024-11-02T03:11:04.105Z | * toolchain profile = "default" |
24 | 2024-11-02T03:11:04.108Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-02T03:11:04.108Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-11-02T03:11:04.215Z | info: downloading installer |
27 | 2024-11-02T03:11:05.571Z | info: profile set to 'default' |
28 | 2024-11-02T03:11:05.571Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-02T03:11:05.574Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-11-02T03:11:05.757Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-11-02T03:11:05.757Z | info: downloading component 'cargo' |
32 | 2024-11-02T03:11:06.754Z | info: downloading component 'clippy' |
33 | 2024-11-02T03:11:07.140Z | info: downloading component 'rust-docs' |
34 | 2024-11-02T03:11:08.540Z | info: downloading component 'rust-std' |
35 | 2024-11-02T03:11:10.785Z | info: downloading component 'rustc' |
36 | 2024-11-02T03:11:18.639Z | info: downloading component 'rustfmt' |
37 | 2024-11-02T03:11:18.924Z | info: installing component 'cargo' |
38 | 2024-11-02T03:11:19.795Z | info: installing component 'clippy' |
39 | 2024-11-02T03:11:20.212Z | info: installing component 'rust-docs' |
40 | 2024-11-02T03:11:21.848Z | info: installing component 'rust-std' |
41 | 2024-11-02T03:11:23.863Z | info: installing component 'rustc' |
42 | 2024-11-02T03:11:30.148Z | info: installing component 'rustfmt' |
43 | 2024-11-02T03:11:30.503Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-11-02T03:11:30.503Z | |
45 | 2024-11-02T03:11:30.878Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-11-02T03:11:30.878Z | |
47 | 2024-11-02T03:11:30.881Z | |
48 | 2024-11-02T03:11:30.881Z | Rust is installed now. Great! |
49 | 2024-11-02T03:11:30.881Z | |
50 | 2024-11-02T03:11:30.881Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-02T03:11:30.881Z | environment variable. This has not been done automatically. |
52 | 2024-11-02T03:11:30.881Z | |
53 | 2024-11-02T03:11:30.881Z | To configure your current shell, you need to source |
54 | 2024-11-02T03:11:30.881Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-02T03:11:30.881Z | |
56 | 2024-11-02T03:11:30.881Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-02T03:11:30.881Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-02T03:11:30.881Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-02T03:11:30.949Z | + rustc --version |
60 | 2024-11-02T03:11:31.013Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-11-02T03:11:31.016Z | process exited: duration 26916 ms, exit code 0 |
|
62 | 2024-11-02T03:11:31.022Z | starting task 2: "authentication" |
63 | 2024-11-02T03:11:31.044Z | process exited: duration 21 ms, exit code 0 |
|
64 | 2024-11-02T03:11:31.049Z | starting task 3: "clone repository" |
65 | 2024-11-02T03:11:31.054Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-11-02T03:11:31.057Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-11-02T03:11:31.736Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-11-02T03:11:39.052Z | + cd /work/oxidecomputer/omicron |
69 | 2024-11-02T03:11:39.053Z | + git fetch origin 6367ca54f452a2dcd18e3c53530f23286050161b |
70 | 2024-11-02T03:11:39.320Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-11-02T03:11:39.320Z | * branch 6367ca54f452a2dcd18e3c53530f23286050161b -> FETCH_HEAD |
72 | 2024-11-02T03:11:39.330Z | + [[ -n renovate/hyper-util-0.x ]] |
73 | 2024-11-02T03:11:39.332Z | ++ git branch --show-current |
74 | 2024-11-02T03:11:39.335Z | + current=main |
75 | 2024-11-02T03:11:39.335Z | + [[ main != renovate/hyper-util-0.x ]] |
76 | 2024-11-02T03:11:39.335Z | + git branch -f renovate/hyper-util-0.x 6367ca54f452a2dcd18e3c53530f23286050161b |
77 | 2024-11-02T03:11:39.337Z | + git checkout -f renovate/hyper-util-0.x |
78 | 2024-11-02T03:11:39.503Z | Switched to branch 'renovate/hyper-util-0.x' |
79 | 2024-11-02T03:11:39.506Z | + git reset --hard 6367ca54f452a2dcd18e3c53530f23286050161b |
80 | 2024-11-02T03:11:39.519Z | HEAD is now at 6367ca54f Update Rust crate hyper-util to 0.1.10 |
81 | 2024-11-02T03:11:39.522Z | process exited: duration 8470 ms, exit code 0 |
|
82 | 2024-11-02T03:11:39.528Z | starting task 4: "build" |
83 | 2024-11-02T03:11:39.533Z | + source .github/buildomat/ci-env.sh |
84 | 2024-11-02T03:11:39.535Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-11-02T03:11:39.535Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-11-02T03:11:39.535Z | + cargo --version |
87 | 2024-11-02T03:11:39.592Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
88 | 2024-11-02T03:11:39.595Z | + rustc --version |
89 | 2024-11-02T03:11:39.653Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
90 | 2024-11-02T03:11:39.655Z | + WORK=/work |
91 | 2024-11-02T03:11:39.655Z | + pfexec mkdir -p /work |
92 | 2024-11-02T03:11:39.660Z | + pfexec chown build /work |
93 | 2024-11-02T03:11:39.663Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
94 | 2024-11-02T03:11:54.548Z | Startup: Refreshing catalog 'helios-dev' ... Done |
95 | 2024-11-02T03:11:58.126Z | Startup: Caching catalogs ... Done |
96 | 2024-11-02T03:12:05.077Z | Planning: Solver setup ... Done (6.330s) |
97 | 2024-11-02T03:12:05.176Z | Planning: Running solver ... Done (0.095s) |
98 | 2024-11-02T03:12:05.295Z | Planning: Finding local manifests ... Done (0.043s) |
99 | 2024-11-02T03:12:05.331Z | Planning: Fetching manifests: 0/5 0% complete |
100 | 2024-11-02T03:12:06.706Z | Planning: Fetching manifests: 5/5 100% complete |
101 | 2024-11-02T03:12:07.019Z | Planning: Package planning ... Done (0.334s) |
102 | 2024-11-02T03:12:07.075Z | Planning: Merging actions ... Done (0.056s) |
103 | 2024-11-02T03:12:07.670Z | Planning: Checking for conflicting actions ... Done (0.596s) |
104 | 2024-11-02T03:12:12.687Z | Planning: Consolidating action changes ... Done (5.016s) |
105 | 2024-11-02T03:12:13.071Z | Planning: Evaluating mediators ... Done (0.385s) |
106 | 2024-11-02T03:12:13.200Z | Planning: Planning completed in 15.09 seconds |
107 | 2024-11-02T03:12:13.217Z | Packages to install: 4 |
108 | 2024-11-02T03:12:13.218Z | Packages to update: 1 |
109 | 2024-11-02T03:12:13.221Z | Mediators to change: 2 |
110 | 2024-11-02T03:12:13.221Z | Services to change: 1 |
111 | 2024-11-02T03:12:13.221Z | Estimated space available: 155.61 GB |
112 | 2024-11-02T03:12:13.221Z | Estimated space to be consumed: 1.59 GB |
113 | 2024-11-02T03:12:13.222Z | Create boot environment: No |
114 | 2024-11-02T03:12:13.222Z | Create backup boot environment: Yes |
115 | 2024-11-02T03:12:13.222Z | Rebuild boot archive: No |
116 | 2024-11-02T03:12:13.222Z | |
117 | 2024-11-02T03:12:13.222Z | Changed mediators: |
118 | 2024-11-02T03:12:13.222Z | mediator clang: |
119 | 2024-11-02T03:12:13.222Z | version: None -> 15 (system default) |
120 | 2024-11-02T03:12:13.223Z | |
121 | 2024-11-02T03:12:13.223Z | mediator llvm: |
122 | 2024-11-02T03:12:13.223Z | version: 14 (system default) -> 15 (system default) |
123 | 2024-11-02T03:12:13.223Z | |
124 | 2024-11-02T03:12:13.223Z | Changed packages: |
125 | 2024-11-02T03:12:13.223Z | helios-dev |
126 | 2024-11-02T03:12:13.223Z | developer/build-essential |
127 | 2024-11-02T03:12:13.223Z | None -> 11-2.0 |
128 | 2024-11-02T03:12:13.224Z | library/libxmlsec1 |
129 | 2024-11-02T03:12:13.224Z | None -> 1.2.35-2.0 |
130 | 2024-11-02T03:12:13.224Z | ooce/developer/clang-15 |
131 | 2024-11-02T03:12:13.224Z | None -> 15.0.7-2.0 |
132 | 2024-11-02T03:12:13.224Z | ooce/developer/llvm-15 |
133 | 2024-11-02T03:12:13.224Z | None -> 15.0.7-2.0 |
134 | 2024-11-02T03:12:13.224Z | package/pkg |
135 | 2024-11-02T03:12:13.224Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
136 | 2024-11-02T03:12:13.224Z | |
137 | 2024-11-02T03:12:13.224Z | Services: |
138 | 2024-11-02T03:12:13.224Z | restart_fmri: |
139 | 2024-11-02T03:12:13.225Z | svc:/system/update-man-index:default |
140 | 2024-11-02T03:12:13.225Z | |
141 | 2024-11-02T03:12:13.225Z | Editable files to change: |
142 | 2024-11-02T03:12:13.225Z | Update: |
143 | 2024-11-02T03:12:13.225Z | usr/share/lib/pkg/web/config.shtml |
144 | 2024-11-02T03:12:13.473Z | |
145 | 2024-11-02T03:12:13.473Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
146 | 2024-11-02T03:12:21.489Z | Download: 211/4281 items 1.3/220.6MB 0% complete (1.2M/s) |
147 | 2024-11-02T03:12:26.580Z | Download: 469/4281 items 16.7/220.6MB 7% complete (1.7M/s) |
148 | 2024-11-02T03:12:31.546Z | Download: 956/4281 items 19.4/220.6MB 8% complete (1.8M/s) |
149 | 2024-11-02T03:12:36.595Z | Download: 1183/4281 items 83.3/220.6MB 37% complete (6.7M/s) |
150 | 2024-11-02T03:12:47.125Z | Download: 1194/4281 items 83.5/220.6MB 37% complete (6.5M/s) |
151 | 2024-11-02T03:12:57.581Z | Download: 1195/4281 items 83.5/220.6MB 37% complete |
152 | 2024-11-02T03:13:02.583Z | Download: 1389/4281 items 102.5/220.6MB 46% complete (4.3M/s) |
153 | 2024-11-02T03:13:07.588Z | Download: 1777/4281 items 118.3/220.6MB 53% complete (3.8M/s) |
154 | 2024-11-02T03:13:12.589Z | Download: 2164/4281 items 119.0/220.6MB 53% complete (1.7M/s) |
155 | 2024-11-02T03:13:18.640Z | Download: 2222/4281 items 119.2/220.6MB 54% complete (1.2M/s) |
156 | 2024-11-02T03:13:23.624Z | Download: 2414/4281 items 120.0/220.6MB 54% complete (87.9k/s) |
157 | 2024-11-02T03:13:28.638Z | Download: 2654/4281 items 120.6/220.6MB 54% complete (144k/s) |
158 | 2024-11-02T03:13:33.712Z | Download: 2882/4281 items 121.1/220.6MB 54% complete (116k/s) |
159 | 2024-11-02T03:13:38.712Z | Download: 3208/4281 items 186.3/220.6MB 84% complete (6.5M/s) |
160 | 2024-11-02T03:13:46.278Z | Download: 3244/4281 items 203.1/220.6MB 92% complete (8.2M/s) |
161 | 2024-11-02T03:13:51.407Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (7.8M/s) |
162 | 2024-11-02T03:13:56.599Z | Download: 3280/4281 items 210.5/220.6MB 95% complete (719k/s) |
163 | 2024-11-02T03:14:02.727Z | Download: 3286/4281 items 212.3/220.6MB 96% complete (919k/s) |
164 | 2024-11-02T03:14:10.331Z | Download: 3287/4281 items 212.3/220.6MB 96% complete (898k/s) |
165 | 2024-11-02T03:14:15.348Z | Download: 3569/4281 items 216.0/220.6MB 97% complete (823k/s) |
166 | 2024-11-02T03:14:20.354Z | Download: 3898/4281 items 218.6/220.6MB 99% complete (672k/s) |
167 | 2024-11-02T03:14:25.982Z | Download: 4202/4281 items 220.6/220.6MB 99% complete (493k/s) |
168 | 2024-11-02T03:14:31.279Z | Download: 4206/4281 items 220.6/220.6MB 99% complete (471k/s) |
169 | 2024-11-02T03:14:35.889Z | Download: Completed 220.60 MB in 142.42 seconds (1.6M/s) |
170 | 2024-11-02T03:14:38.117Z | Actions: 1/5063 actions (Removing old actions) |
171 | 2024-11-02T03:14:38.137Z | Actions: 194/5063 actions (Installing new actions) |
172 | 2024-11-02T03:14:43.229Z | Actions: 4096/5063 actions (Installing new actions) |
173 | 2024-11-02T03:14:43.658Z | Actions: 4226/5063 actions (Updating modified actions) |
174 | 2024-11-02T03:14:44.031Z | Actions: Completed 5063 actions in 5.91 seconds. |
175 | 2024-11-02T03:14:44.394Z | Done (0.356s) |
176 | 2024-11-02T03:14:44.397Z | Done (0.000s) |
177 | 2024-11-02T03:14:44.915Z | Done (0.506s) |
178 | 2024-11-02T03:14:50.912Z | Done (5.805s) |
179 | 2024-11-02T03:14:51.289Z | Done (0.306s) |
180 | 2024-11-02T03:14:51.295Z | Done (0.000s) |
181 | 2024-11-02T03:14:51.472Z | Done (0.000s) |
182 | 2024-11-02T03:14:52.121Z | Planning: Evaluating mediator changes ... Done |
183 | 2024-11-02T03:14:52.282Z | Planning: Checking for conflicting actions ... Done |
184 | 2024-11-02T03:14:52.284Z | Planning: Consolidating action changes ... Done |
185 | 2024-11-02T03:14:52.550Z | Planning: Evaluating mediators ... Done |
186 | 2024-11-02T03:14:52.552Z | Planning: Planning completed in 0.43 seconds |
187 | 2024-11-02T03:14:52.589Z | Mediators to change: 2 |
188 | 2024-11-02T03:14:52.590Z | Create boot environment: No |
189 | 2024-11-02T03:14:52.592Z | Create backup boot environment: No |
190 | 2024-11-02T03:14:52.677Z | Done |
191 | 2024-11-02T03:14:52.677Z | Done |
192 | 2024-11-02T03:14:53.019Z | Done |
193 | 2024-11-02T03:14:56.491Z | Done |
194 | 2024-11-02T03:14:56.582Z | Done |
195 | 2024-11-02T03:14:56.585Z | Done |
196 | 2024-11-02T03:14:56.741Z | Done |
197 | 2024-11-02T03:14:57.343Z | Planning: Evaluating mediator changes ... Done |
198 | 2024-11-02T03:14:57.345Z | Planning: Merging actions ... Done |
199 | 2024-11-02T03:14:57.534Z | Planning: Checking for conflicting actions ... Done |
200 | 2024-11-02T03:14:57.536Z | Planning: Consolidating action changes ... Done |
201 | 2024-11-02T03:14:57.801Z | Planning: Evaluating mediators ... Done |
202 | 2024-11-02T03:14:57.853Z | Planning: Planning completed in 0.75 seconds |
203 | 2024-11-02T03:14:57.893Z | Packages to change: 1 |
204 | 2024-11-02T03:14:57.893Z | Mediators to change: 1 |
205 | 2024-11-02T03:14:57.896Z | Services to change: 1 |
206 | 2024-11-02T03:14:57.896Z | Create boot environment: No |
207 | 2024-11-02T03:14:57.896Z | Create backup boot environment: Yes |
208 | 2024-11-02T03:14:59.947Z | Actions: 1/6 actions (Updating modified actions) |
209 | 2024-11-02T03:14:59.993Z | Actions: Completed 6 actions in 0.05 seconds. |
210 | 2024-11-02T03:14:59.996Z | Done |
211 | 2024-11-02T03:14:59.996Z | Done |
212 | 2024-11-02T03:15:00.095Z | Done |
213 | 2024-11-02T03:15:03.581Z | Done |
214 | 2024-11-02T03:15:03.672Z | Done |
215 | 2024-11-02T03:15:03.675Z | Done |
216 | 2024-11-02T03:15:03.864Z | Done |
217 | 2024-11-02T03:15:04.288Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
218 | 2024-11-02T03:15:04.288Z | clang system 15 system |
219 | 2024-11-02T03:15:04.288Z | csh system system illumos |
220 | 2024-11-02T03:15:04.288Z | ctags system system illumos |
221 | 2024-11-02T03:15:04.288Z | gcc vendor 12 vendor |
222 | 2024-11-02T03:15:04.288Z | gcc system 10 system |
223 | 2024-11-02T03:15:04.288Z | gcc system 7 system |
224 | 2024-11-02T03:15:04.288Z | go system 1.20 system |
225 | 2024-11-02T03:15:04.288Z | go system 1.19 system |
226 | 2024-11-02T03:15:04.288Z | llvm system 15 system |
227 | 2024-11-02T03:15:04.289Z | llvm system 14 system |
228 | 2024-11-02T03:15:04.289Z | mariadb system 10.6 system |
229 | 2024-11-02T03:15:04.289Z | mta vendor vendor dma |
230 | 2024-11-02T03:15:04.289Z | openjdk system 17 system |
231 | 2024-11-02T03:15:04.289Z | openjdk system 11 system |
232 | 2024-11-02T03:15:04.289Z | openjdk system 1.8 system |
233 | 2024-11-02T03:15:04.289Z | openssl vendor 3 vendor |
234 | 2024-11-02T03:15:04.289Z | perl system 5.36 system |
235 | 2024-11-02T03:15:04.289Z | postgresql system 15 system |
236 | 2024-11-02T03:15:04.289Z | postgresql system 13 system |
237 | 2024-11-02T03:15:04.289Z | python vendor 3 vendor |
238 | 2024-11-02T03:15:04.289Z | python system 2 system |
239 | 2024-11-02T03:15:04.289Z | python3 system 3.11 system |
240 | 2024-11-02T03:15:04.289Z | ruby system 3.0 system |
241 | 2024-11-02T03:15:04.289Z | words vendor vendor american-english |
242 | 2024-11-02T03:15:04.290Z | words system system australian-english |
243 | 2024-11-02T03:15:04.290Z | words system system british-english |
244 | 2024-11-02T03:15:04.290Z | words system system canadian-english |
245 | 2024-11-02T03:15:04.290Z | words system system french |
246 | 2024-11-02T03:15:04.290Z | words system system italian |
247 | 2024-11-02T03:15:04.290Z | words system system ngerman |
248 | 2024-11-02T03:15:04.290Z | words system system ogerman |
249 | 2024-11-02T03:15:04.290Z | words system system spanish |
250 | 2024-11-02T03:15:04.612Z | PUBLISHER TYPE STATUS P LOCATION |
251 | 2024-11-02T03:15:04.613Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
252 | 2024-11-02T03:15:06.991Z | FMRI IFO |
253 | 2024-11-02T03:15:06.991Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
254 | 2024-11-02T03:15:06.991Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
255 | 2024-11-02T03:15:06.991Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
256 | 2024-11-02T03:15:06.991Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
257 | 2024-11-02T03:15:06.991Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
258 | 2024-11-02T03:15:06.991Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
259 | 2024-11-02T03:15:06.991Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
260 | 2024-11-02T03:15:06.991Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
261 | 2024-11-02T03:15:06.991Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
262 | 2024-11-02T03:15:06.991Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
263 | 2024-11-02T03:15:06.991Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
264 | 2024-11-02T03:15:06.991Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
265 | 2024-11-02T03:15:06.991Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
266 | 2024-11-02T03:15:06.991Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
267 | 2024-11-02T03:15:06.991Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
268 | 2024-11-02T03:15:07.661Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
269 | 2024-11-02T03:15:07.938Z | Updating crates.io index |
270 | 2024-11-02T03:15:07.941Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
271 | 2024-11-02T03:15:08.749Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
272 | 2024-11-02T03:15:08.997Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
273 | 2024-11-02T03:15:09.207Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
274 | 2024-11-02T03:15:09.426Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
275 | 2024-11-02T03:15:10.324Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
276 | 2024-11-02T03:15:12.740Z | Updating git repository `https://github.com/oxidecomputer/opte` |
277 | 2024-11-02T03:15:13.760Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
278 | 2024-11-02T03:15:14.496Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
279 | 2024-11-02T03:15:14.760Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
280 | 2024-11-02T03:15:15.028Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
281 | 2024-11-02T03:15:15.591Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
282 | 2024-11-02T03:15:16.015Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
283 | 2024-11-02T03:15:16.288Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
284 | 2024-11-02T03:15:16.580Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
285 | 2024-11-02T03:15:16.883Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
286 | 2024-11-02T03:15:17.126Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
287 | 2024-11-02T03:15:17.486Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
288 | 2024-11-02T03:15:17.751Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
289 | 2024-11-02T03:15:18.053Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
290 | 2024-11-02T03:15:18.440Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
291 | 2024-11-02T03:15:18.941Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
292 | 2024-11-02T03:15:19.239Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
293 | 2024-11-02T03:15:19.613Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
294 | 2024-11-02T03:15:20.017Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
295 | 2024-11-02T03:15:20.245Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
296 | 2024-11-02T03:15:20.475Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
297 | 2024-11-02T03:15:21.745Z | Downloading crates ... |
298 | 2024-11-02T03:15:21.821Z | Downloaded sha2 v0.10.8 |
299 | 2024-11-02T03:15:21.827Z | Downloaded pretty-hex v0.4.1 |
300 | 2024-11-02T03:15:21.829Z | Downloaded bytecount v0.6.8 |
301 | 2024-11-02T03:15:21.829Z | Downloaded colorchoice v1.0.2 |
302 | 2024-11-02T03:15:21.840Z | Downloaded dtrace-parser v0.2.0 |
303 | 2024-11-02T03:15:21.845Z | Downloaded generic-array v0.14.7 |
304 | 2024-11-02T03:15:21.845Z | Downloaded camino-tempfile v1.1.1 |
305 | 2024-11-02T03:15:21.847Z | Downloaded is_terminal_polyfill v1.70.1 |
306 | 2024-11-02T03:15:21.848Z | Downloaded heck v0.4.1 |
307 | 2024-11-02T03:15:21.848Z | Downloaded serde_spanned v0.6.8 |
308 | 2024-11-02T03:15:21.848Z | Downloaded thiserror-impl v1.0.64 |
309 | 2024-11-02T03:15:21.850Z | Downloaded pest_generator v2.7.14 |
310 | 2024-11-02T03:15:21.850Z | Downloaded unicode-linebreak v0.1.5 |
311 | 2024-11-02T03:15:21.854Z | Downloaded terminal_size v0.4.0 |
312 | 2024-11-02T03:15:21.854Z | Downloaded crypto-common v0.1.6 |
313 | 2024-11-02T03:15:21.856Z | Downloaded anstyle-parse v0.2.5 |
314 | 2024-11-02T03:15:21.859Z | Downloaded utf8parse v0.2.2 |
315 | 2024-11-02T03:15:21.859Z | Downloaded fastrand v2.1.1 |
316 | 2024-11-02T03:15:21.862Z | Downloaded usdt-attr-macro v0.5.0 |
317 | 2024-11-02T03:15:21.864Z | Downloaded swrite v0.1.0 |
318 | 2024-11-02T03:15:21.868Z | Downloaded toml v0.8.19 |
319 | 2024-11-02T03:15:21.871Z | Downloaded proc-macro2 v1.0.87 |
320 | 2024-11-02T03:15:21.871Z | Downloaded typenum v1.17.0 |
321 | 2024-11-02T03:15:21.873Z | Downloaded ryu v1.0.18 |
322 | 2024-11-02T03:15:21.876Z | Downloaded serde v1.0.210 |
323 | 2024-11-02T03:15:21.879Z | Downloaded autocfg v1.4.0 |
324 | 2024-11-02T03:15:21.883Z | Downloaded papergrid v0.11.0 |
325 | 2024-11-02T03:15:21.889Z | Downloaded log v0.4.22 |
326 | 2024-11-02T03:15:21.893Z | Downloaded cargo_toml v0.20.5 |
327 | 2024-11-02T03:15:21.893Z | Downloaded memchr v2.7.4 |
328 | 2024-11-02T03:15:21.901Z | Downloaded winnow v0.6.20 |
329 | 2024-11-02T03:15:21.909Z | Downloaded clap_derive v4.5.18 |
330 | 2024-11-02T03:15:21.913Z | Downloaded block-buffer v0.10.4 |
331 | 2024-11-02T03:15:21.913Z | Downloaded tabled v0.15.0 |
332 | 2024-11-02T03:15:21.927Z | Downloaded memmap v0.7.0 |
333 | 2024-11-02T03:15:21.930Z | Downloaded equivalent v1.0.1 |
334 | 2024-11-02T03:15:21.930Z | Downloaded cfg-if v1.0.0 |
335 | 2024-11-02T03:15:21.932Z | Downloaded clap_builder v4.5.20 |
336 | 2024-11-02T03:15:21.937Z | Downloaded itoa v1.0.11 |
337 | 2024-11-02T03:15:21.939Z | Downloaded anstyle v1.0.8 |
338 | 2024-11-02T03:15:21.942Z | Downloaded fs-err v2.11.0 |
339 | 2024-11-02T03:15:21.942Z | Downloaded errno v0.3.9 |
340 | 2024-11-02T03:15:21.953Z | Downloaded digest v0.10.7 |
341 | 2024-11-02T03:15:21.956Z | Downloaded cpufeatures v0.2.14 |
342 | 2024-11-02T03:15:21.961Z | Downloaded scroll_derive v0.12.0 |
343 | 2024-11-02T03:15:21.963Z | Downloaded fnv v1.0.7 |
344 | 2024-11-02T03:15:21.963Z | Downloaded dof v0.3.0 |
345 | 2024-11-02T03:15:21.966Z | Downloaded heck v0.5.0 |
346 | 2024-11-02T03:15:21.969Z | Downloaded byteorder v1.5.0 |
347 | 2024-11-02T03:15:21.969Z | Downloaded anstyle-query v1.1.1 |
348 | 2024-11-02T03:15:21.973Z | Downloaded toml_datetime v0.6.8 |
349 | 2024-11-02T03:15:21.973Z | Downloaded tempfile v3.13.0 |
350 | 2024-11-02T03:15:21.975Z | Downloaded semver v1.0.23 |
351 | 2024-11-02T03:15:21.979Z | Downloaded usdt-macro v0.5.0 |
352 | 2024-11-02T03:15:21.983Z | Downloaded proc-macro-error-attr v1.0.4 |
353 | 2024-11-02T03:15:21.985Z | Downloaded clap_lex v0.7.2 |
354 | 2024-11-02T03:15:21.985Z | Downloaded strsim v0.11.1 |
355 | 2024-11-02T03:15:21.988Z | Downloaded cargo-platform v0.1.8 |
356 | 2024-11-02T03:15:21.988Z | Downloaded tabled_derive v0.7.0 |
357 | 2024-11-02T03:15:21.988Z | Downloaded cargo_metadata v0.18.1 |
358 | 2024-11-02T03:15:21.990Z | Downloaded thiserror v1.0.64 |
359 | 2024-11-02T03:15:21.996Z | Downloaded once_cell v1.20.2 |
360 | 2024-11-02T03:15:21.999Z | Downloaded bitflags v2.6.0 |
361 | 2024-11-02T03:15:22.003Z | Downloaded version_check v0.9.5 |
362 | 2024-11-02T03:15:22.007Z | Downloaded smawk v0.3.2 |
363 | 2024-11-02T03:15:22.007Z | Downloaded serde_tokenstream v0.2.2 |
364 | 2024-11-02T03:15:22.010Z | Downloaded scroll v0.12.0 |
365 | 2024-11-02T03:15:22.010Z | Downloaded plain v0.2.3 |
366 | 2024-11-02T03:15:22.010Z | Downloaded usdt v0.5.0 |
367 | 2024-11-02T03:15:22.010Z | Downloaded thread-id v4.2.2 |
368 | 2024-11-02T03:15:22.012Z | Downloaded clap v4.5.20 |
369 | 2024-11-02T03:15:22.020Z | Downloaded unicode-ident v1.0.13 |
370 | 2024-11-02T03:15:22.022Z | Downloaded ucd-trie v0.1.7 |
371 | 2024-11-02T03:15:22.025Z | Downloaded macaddr v1.0.1 |
372 | 2024-11-02T03:15:22.025Z | Downloaded camino v1.1.9 |
373 | 2024-11-02T03:15:22.027Z | Downloaded anyhow v1.0.92 |
374 | 2024-11-02T03:15:22.033Z | Downloaded usdt-impl v0.5.0 |
375 | 2024-11-02T03:15:22.036Z | Downloaded quote v1.0.37 |
376 | 2024-11-02T03:15:22.036Z | Downloaded zerocopy-derive v0.7.35 |
377 | 2024-11-02T03:15:22.040Z | Downloaded textwrap v0.16.1 |
378 | 2024-11-02T03:15:22.043Z | Downloaded serde_derive v1.0.210 |
379 | 2024-11-02T03:15:22.046Z | Downloaded anstream v0.6.15 |
380 | 2024-11-02T03:15:22.050Z | Downloaded proc-macro-error v1.0.4 |
381 | 2024-11-02T03:15:22.053Z | Downloaded pest_meta v2.7.14 |
382 | 2024-11-02T03:15:22.053Z | Downloaded pest_derive v2.7.14 |
383 | 2024-11-02T03:15:22.058Z | Downloaded indexmap v2.6.0 |
384 | 2024-11-02T03:15:22.066Z | Downloaded pest v2.7.14 |
385 | 2024-11-02T03:15:22.081Z | Downloaded toml_edit v0.22.22 |
386 | 2024-11-02T03:15:22.102Z | Downloaded hashbrown v0.15.0 |
387 | 2024-11-02T03:15:22.116Z | Downloaded zerocopy v0.7.35 |
388 | 2024-11-02T03:15:22.130Z | Downloaded serde_json v1.0.128 |
389 | 2024-11-02T03:15:22.137Z | Downloaded goblin v0.8.2 |
390 | 2024-11-02T03:15:22.151Z | Downloaded syn v1.0.109 |
391 | 2024-11-02T03:15:22.163Z | Downloaded unicode-width v0.1.14 |
392 | 2024-11-02T03:15:22.167Z | Downloaded syn v2.0.79 |
393 | 2024-11-02T03:15:22.177Z | Downloaded rustix v0.38.37 |
394 | 2024-11-02T03:15:22.220Z | Downloaded libc v0.2.161 |
395 | 2024-11-02T03:15:22.530Z | Compiling proc-macro2 v1.0.87 |
396 | 2024-11-02T03:15:22.530Z | Compiling unicode-ident v1.0.13 |
397 | 2024-11-02T03:15:22.534Z | Compiling version_check v0.9.5 |
398 | 2024-11-02T03:15:22.534Z | Compiling serde v1.0.210 |
399 | 2024-11-02T03:15:22.534Z | Compiling memchr v2.7.4 |
400 | 2024-11-02T03:15:22.535Z | Compiling thiserror v1.0.64 |
401 | 2024-11-02T03:15:22.535Z | Compiling libc v0.2.161 |
402 | 2024-11-02T03:15:22.563Z | Compiling ryu v1.0.18 |
403 | 2024-11-02T03:15:22.783Z | Compiling ucd-trie v0.1.7 |
404 | 2024-11-02T03:15:22.953Z | Compiling itoa v1.0.11 |
405 | 2024-11-02T03:15:23.274Z | Compiling once_cell v1.20.2 |
406 | 2024-11-02T03:15:23.295Z | Compiling byteorder v1.5.0 |
407 | 2024-11-02T03:15:23.571Z | Compiling serde_json v1.0.128 |
408 | 2024-11-02T03:15:23.902Z | Compiling rustix v0.38.37 |
409 | 2024-11-02T03:15:24.077Z | Compiling bitflags v2.6.0 |
410 | 2024-11-02T03:15:24.123Z | Compiling usdt-impl v0.5.0 |
411 | 2024-11-02T03:15:24.263Z | Compiling proc-macro-error-attr v1.0.4 |
412 | 2024-11-02T03:15:24.457Z | Compiling syn v1.0.109 |
413 | 2024-11-02T03:15:24.497Z | Compiling proc-macro-error v1.0.4 |
414 | 2024-11-02T03:15:24.611Z | Compiling hashbrown v0.15.0 |
415 | 2024-11-02T03:15:24.637Z | Compiling plain v0.2.3 |
416 | 2024-11-02T03:15:24.786Z | Compiling log v0.4.22 |
417 | 2024-11-02T03:15:24.810Z | Compiling equivalent v1.0.1 |
418 | 2024-11-02T03:15:24.810Z | Compiling utf8parse v0.2.2 |
419 | 2024-11-02T03:15:24.927Z | Compiling camino v1.1.9 |
420 | 2024-11-02T03:15:24.997Z | Compiling anstyle-parse v0.2.5 |
421 | 2024-11-02T03:15:25.060Z | Compiling quote v1.0.37 |
422 | 2024-11-02T03:15:25.149Z | Compiling thread-id v4.2.2 |
423 | 2024-11-02T03:15:25.338Z | Compiling errno v0.3.9 |
424 | 2024-11-02T03:15:25.396Z | Compiling pretty-hex v0.4.1 |
425 | 2024-11-02T03:15:25.550Z | Compiling syn v2.0.79 |
426 | 2024-11-02T03:15:25.621Z | Compiling anstyle-query v1.1.1 |
427 | 2024-11-02T03:15:25.721Z | Compiling is_terminal_polyfill v1.70.1 |
428 | 2024-11-02T03:15:25.791Z | Compiling indexmap v2.6.0 |
429 | 2024-11-02T03:15:25.826Z | Compiling autocfg v1.4.0 |
430 | 2024-11-02T03:15:25.849Z | Compiling winnow v0.6.20 |
431 | 2024-11-02T03:15:26.779Z | Compiling semver v1.0.23 |
432 | 2024-11-02T03:15:26.860Z | Compiling anstyle v1.0.8 |
433 | 2024-11-02T03:15:27.084Z | Compiling colorchoice v1.0.2 |
434 | 2024-11-02T03:15:27.251Z | Compiling unicode-width v0.1.14 |
435 | 2024-11-02T03:15:27.275Z | Compiling anstream v0.6.15 |
436 | 2024-11-02T03:15:27.370Z | Compiling fs-err v2.11.0 |
437 | 2024-11-02T03:15:27.649Z | Compiling terminal_size v0.4.0 |
438 | 2024-11-02T03:15:27.963Z | Compiling fastrand v2.1.1 |
439 | 2024-11-02T03:15:27.966Z | Compiling bytecount v0.6.8 |
440 | 2024-11-02T03:15:28.018Z | Compiling heck v0.4.1 |
441 | 2024-11-02T03:15:28.173Z | Compiling cfg-if v1.0.0 |
442 | 2024-11-02T03:15:28.276Z | Compiling heck v0.5.0 |
443 | 2024-11-02T03:15:28.457Z | Compiling clap_lex v0.7.2 |
444 | 2024-11-02T03:15:28.491Z | Compiling strsim v0.11.1 |
445 | 2024-11-02T03:15:28.532Z | Compiling anyhow v1.0.92 |
446 | 2024-11-02T03:15:28.571Z | Compiling fnv v1.0.7 |
447 | 2024-11-02T03:15:28.701Z | Compiling papergrid v0.11.0 |
448 | 2024-11-02T03:15:28.839Z | Compiling clap_builder v4.5.20 |
449 | 2024-11-02T03:15:28.966Z | Compiling tempfile v3.13.0 |
450 | 2024-11-02T03:15:29.380Z | Compiling memmap v0.7.0 |
451 | 2024-11-02T03:15:29.502Z | Compiling unicode-linebreak v0.1.5 |
452 | 2024-11-02T03:15:29.539Z | Compiling smawk v0.3.2 |
453 | 2024-11-02T03:15:29.820Z | Compiling swrite v0.1.0 |
454 | 2024-11-02T03:15:29.953Z | Compiling textwrap v0.16.1 |
455 | 2024-11-02T03:15:30.750Z | Compiling tabled_derive v0.7.0 |
456 | 2024-11-02T03:15:32.269Z | Compiling tabled v0.15.0 |
457 | 2024-11-02T03:15:33.377Z | Compiling serde_derive v1.0.210 |
458 | 2024-11-02T03:15:33.377Z | Compiling thiserror-impl v1.0.64 |
459 | 2024-11-02T03:15:33.383Z | Compiling zerocopy-derive v0.7.35 |
460 | 2024-11-02T03:15:33.383Z | Compiling scroll_derive v0.12.0 |
461 | 2024-11-02T03:15:33.592Z | Compiling clap_derive v4.5.18 |
462 | 2024-11-02T03:15:35.283Z | Compiling scroll v0.12.0 |
463 | 2024-11-02T03:15:35.309Z | Compiling zerocopy v0.7.35 |
464 | 2024-11-02T03:15:35.800Z | Compiling goblin v0.8.2 |
465 | 2024-11-02T03:15:36.207Z | Compiling pest v2.7.14 |
466 | 2024-11-02T03:15:37.211Z | Compiling clap v4.5.20 |
467 | 2024-11-02T03:15:38.368Z | Compiling pest_meta v2.7.14 |
468 | 2024-11-02T03:15:39.236Z | Compiling pest_generator v2.7.14 |
469 | 2024-11-02T03:15:41.004Z | Compiling pest_derive v2.7.14 |
470 | 2024-11-02T03:15:41.709Z | Compiling dtrace-parser v0.2.0 |
471 | 2024-11-02T03:15:43.209Z | Compiling toml_datetime v0.6.8 |
472 | 2024-11-02T03:15:43.209Z | Compiling serde_spanned v0.6.8 |
473 | 2024-11-02T03:15:43.212Z | Compiling cargo-platform v0.1.8 |
474 | 2024-11-02T03:15:43.547Z | Compiling serde_tokenstream v0.2.2 |
475 | 2024-11-02T03:15:43.728Z | Compiling toml_edit v0.22.22 |
476 | 2024-11-02T03:15:43.769Z | Compiling macaddr v1.0.1 |
477 | 2024-11-02T03:15:43.935Z | Compiling camino-tempfile v1.1.1 |
478 | 2024-11-02T03:15:44.655Z | Compiling dof v0.3.0 |
479 | 2024-11-02T03:15:44.655Z | Compiling cargo_metadata v0.18.1 |
480 | 2024-11-02T03:15:46.405Z | Compiling toml v0.8.19 |
481 | 2024-11-02T03:15:46.681Z | Compiling usdt-macro v0.5.0 |
482 | 2024-11-02T03:15:46.681Z | Compiling usdt-attr-macro v0.5.0 |
483 | 2024-11-02T03:15:47.212Z | Compiling cargo_toml v0.20.5 |
484 | 2024-11-02T03:15:47.981Z | Compiling usdt v0.5.0 |
485 | 2024-11-02T03:15:50.656Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
486 | 2024-11-02T03:15:54.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.00s |
487 | 2024-11-02T03:15:54.714Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
488 | 2024-11-02T03:15:55.222Z | Downloading crates ... |
489 | 2024-11-02T03:15:55.342Z | Downloaded async-bb8-diesel v0.2.1 |
490 | 2024-11-02T03:15:55.347Z | Downloaded base64 v0.13.1 |
491 | 2024-11-02T03:15:55.351Z | Downloaded atomicwrites v0.4.4 |
492 | 2024-11-02T03:15:55.354Z | Downloaded crunchy v0.2.2 |
493 | 2024-11-02T03:15:55.356Z | Downloaded cfg_aliases v0.1.1 |
494 | 2024-11-02T03:15:55.358Z | Downloaded http-body-util v0.1.2 |
495 | 2024-11-02T03:15:55.361Z | Downloaded crucible-workspace-hack v0.1.0 |
496 | 2024-11-02T03:15:55.361Z | Downloaded async-stream-impl v0.3.6 |
497 | 2024-11-02T03:15:55.363Z | Downloaded aead v0.5.2 |
498 | 2024-11-02T03:15:55.371Z | Downloaded bit-vec v0.6.3 |
499 | 2024-11-02T03:15:55.374Z | Downloaded httpdate v1.0.3 |
500 | 2024-11-02T03:15:55.376Z | Downloaded lazy_static v1.5.0 |
501 | 2024-11-02T03:15:55.379Z | Downloaded hostname v0.3.1 |
502 | 2024-11-02T03:15:55.379Z | Downloaded block-padding v0.3.3 |
503 | 2024-11-02T03:15:55.381Z | Downloaded hickory-resolver v0.24.1 |
504 | 2024-11-02T03:15:55.385Z | Downloaded newline-converter v0.3.0 |
505 | 2024-11-02T03:15:55.387Z | Downloaded colored v2.1.0 |
506 | 2024-11-02T03:15:55.390Z | Downloaded md5 v0.7.0 |
507 | 2024-11-02T03:15:55.392Z | Downloaded matches v0.1.10 |
508 | 2024-11-02T03:15:55.392Z | Downloaded instant v0.1.13 |
509 | 2024-11-02T03:15:55.395Z | Downloaded nibble_vec v0.1.0 |
510 | 2024-11-02T03:15:55.395Z | Downloaded bcs v0.1.6 |
511 | 2024-11-02T03:15:55.399Z | Downloaded hubpack_derive v0.1.1 |
512 | 2024-11-02T03:15:55.399Z | Downloaded arrayvec v0.7.6 |
513 | 2024-11-02T03:15:55.401Z | Downloaded memoffset v0.9.1 |
514 | 2024-11-02T03:15:55.401Z | Downloaded managed v0.8.0 |
515 | 2024-11-02T03:15:55.404Z | Downloaded ipnetwork v0.20.0 |
516 | 2024-11-02T03:15:55.407Z | Downloaded lru-cache v0.1.2 |
517 | 2024-11-02T03:15:55.407Z | Downloaded lockfree-object-pool v0.1.6 |
518 | 2024-11-02T03:15:55.410Z | Downloaded kstat-rs v0.2.4 |
519 | 2024-11-02T03:15:55.412Z | Downloaded lazycell v1.3.0 |
520 | 2024-11-02T03:15:55.412Z | Downloaded base64ct v1.6.0 |
521 | 2024-11-02T03:15:55.415Z | Downloaded lock_api v0.4.12 |
522 | 2024-11-02T03:15:55.418Z | Downloaded hyper-staticfile v0.10.1 |
523 | 2024-11-02T03:15:55.421Z | Downloaded multer v3.1.0 |
524 | 2024-11-02T03:15:55.423Z | Downloaded mockall v0.13.0 |
525 | 2024-11-02T03:15:55.426Z | Downloaded crc-any v2.5.0 |
526 | 2024-11-02T03:15:55.426Z | Downloaded const-oid v0.9.6 |
527 | 2024-11-02T03:15:55.429Z | Downloaded is_ci v1.2.0 |
528 | 2024-11-02T03:15:55.431Z | Downloaded indoc v1.0.9 |
529 | 2024-11-02T03:15:55.433Z | Downloaded darling_core v0.20.10 |
530 | 2024-11-02T03:15:55.439Z | Downloaded mio v1.0.2 |
531 | 2024-11-02T03:15:55.444Z | Downloaded http v1.1.0 |
532 | 2024-11-02T03:15:55.449Z | Downloaded hyper-util v0.1.10 |
533 | 2024-11-02T03:15:55.454Z | Downloaded salsa20 v0.10.2 |
534 | 2024-11-02T03:15:55.456Z | Downloaded atty v0.2.14 |
535 | 2024-11-02T03:15:55.460Z | Downloaded addr2line v0.24.2 |
536 | 2024-11-02T03:15:55.460Z | Downloaded bytes v1.7.2 |
537 | 2024-11-02T03:15:55.472Z | Downloaded signal-hook-registry v1.4.2 |
538 | 2024-11-02T03:15:55.472Z | Downloaded sync_wrapper v0.1.2 |
539 | 2024-11-02T03:15:55.472Z | Downloaded time-core v0.1.2 |
540 | 2024-11-02T03:15:55.473Z | Downloaded thiserror-no-std v2.0.2 |
541 | 2024-11-02T03:15:55.476Z | Downloaded hkdf v0.12.4 |
542 | 2024-11-02T03:15:55.476Z | Downloaded async-recursion v1.1.1 |
543 | 2024-11-02T03:15:55.480Z | Downloaded snafu-derive v0.8.5 |
544 | 2024-11-02T03:15:55.482Z | Downloaded bitfield v0.14.0 |
545 | 2024-11-02T03:15:55.486Z | Downloaded cfg_aliases v0.2.1 |
546 | 2024-11-02T03:15:55.486Z | Downloaded bitfield-struct v0.6.2 |
547 | 2024-11-02T03:15:55.488Z | Downloaded wait-timeout v0.2.0 |
548 | 2024-11-02T03:15:55.490Z | Downloaded bit-set v0.5.3 |
549 | 2024-11-02T03:15:55.490Z | Downloaded bb8 v0.8.5 |
550 | 2024-11-02T03:15:55.493Z | Downloaded castaway v0.2.3 |
551 | 2024-11-02T03:15:55.493Z | Downloaded base16ct v0.2.0 |
552 | 2024-11-02T03:15:55.495Z | Downloaded atomic-waker v1.1.2 |
553 | 2024-11-02T03:15:55.498Z | Downloaded hickory-client v0.24.1 |
554 | 2024-11-02T03:15:55.501Z | Downloaded data-encoding v2.6.0 |
555 | 2024-11-02T03:15:55.503Z | Downloaded itertools v0.13.0 |
556 | 2024-11-02T03:15:55.510Z | Downloaded either v1.13.0 |
557 | 2024-11-02T03:15:55.513Z | Downloaded home v0.5.9 |
558 | 2024-11-02T03:15:55.516Z | Downloaded convert_case v0.4.0 |
559 | 2024-11-02T03:15:55.516Z | Downloaded ciborium-io v0.2.2 |
560 | 2024-11-02T03:15:55.518Z | Downloaded http-body v1.0.1 |
561 | 2024-11-02T03:15:55.518Z | Downloaded darling_macro v0.20.10 |
562 | 2024-11-02T03:15:55.518Z | Downloaded spin v0.5.2 |
563 | 2024-11-02T03:15:55.521Z | Downloaded hostname v0.4.0 |
564 | 2024-11-02T03:15:55.524Z | Downloaded cstr-argument v0.1.2 |
565 | 2024-11-02T03:15:55.524Z | Downloaded bcrypt-pbkdf v0.10.0 |
566 | 2024-11-02T03:15:55.524Z | Downloaded async-stream v0.3.6 |
567 | 2024-11-02T03:15:55.526Z | Downloaded crc32fast v1.4.2 |
568 | 2024-11-02T03:15:55.529Z | Downloaded ascii-canvas v3.0.0 |
569 | 2024-11-02T03:15:55.532Z | Downloaded cobs v0.2.3 |
570 | 2024-11-02T03:15:55.534Z | Downloaded http-range v0.1.5 |
571 | 2024-11-02T03:15:55.534Z | Downloaded bitflags v1.3.2 |
572 | 2024-11-02T03:15:55.537Z | Downloaded arrayref v0.3.9 |
573 | 2024-11-02T03:15:55.539Z | Downloaded cexpr v0.6.0 |
574 | 2024-11-02T03:15:55.542Z | Downloaded hyper v0.14.30 |
575 | 2024-11-02T03:15:55.550Z | Downloaded unicode-segmentation v1.12.0 |
576 | 2024-11-02T03:15:55.554Z | Downloaded hash32 v0.3.1 |
577 | 2024-11-02T03:15:55.557Z | Downloaded dhcproto-macros v0.1.0 |
578 | 2024-11-02T03:15:55.557Z | Downloaded foreign-types v0.5.0 |
579 | 2024-11-02T03:15:55.560Z | Downloaded signal-hook-tokio v0.3.1 |
580 | 2024-11-02T03:15:55.560Z | Downloaded aes-gcm v0.10.3 |
581 | 2024-11-02T03:15:55.564Z | Downloaded indent_write v2.2.0 |
582 | 2024-11-02T03:15:55.567Z | Downloaded hyper-tls v0.6.0 |
583 | 2024-11-02T03:15:55.567Z | Downloaded hmac v0.12.1 |
584 | 2024-11-02T03:15:55.570Z | Downloaded newtype_derive v0.1.6 |
585 | 2024-11-02T03:15:55.572Z | Downloaded crossbeam-deque v0.8.5 |
586 | 2024-11-02T03:15:55.575Z | Downloaded phf_shared v0.10.0 |
587 | 2024-11-02T03:15:55.575Z | Downloaded newtype-uuid v1.1.2 |
588 | 2024-11-02T03:15:55.577Z | Downloaded crc-catalog v2.4.0 |
589 | 2024-11-02T03:15:55.577Z | Downloaded http-body v0.4.6 |
590 | 2024-11-02T03:15:55.580Z | Downloaded lru v0.12.5 |
591 | 2024-11-02T03:15:55.583Z | Downloaded ipnet v2.10.1 |
592 | 2024-11-02T03:15:55.587Z | Downloaded jobserver v0.1.32 |
593 | 2024-11-02T03:15:55.587Z | Downloaded openssl-macros v0.1.1 |
594 | 2024-11-02T03:15:55.590Z | Downloaded rand_xorshift v0.3.0 |
595 | 2024-11-02T03:15:55.590Z | Downloaded chacha20 v0.9.1 |
596 | 2024-11-02T03:15:55.593Z | Downloaded instability v0.3.2 |
597 | 2024-11-02T03:15:55.594Z | Downloaded hubpack v0.1.2 |
598 | 2024-11-02T03:15:55.594Z | Downloaded humantime v2.1.0 |
599 | 2024-11-02T03:15:55.597Z | Downloaded multimap v0.10.0 |
600 | 2024-11-02T03:15:55.597Z | Downloaded mime v0.3.17 |
601 | 2024-11-02T03:15:55.600Z | Downloaded maybe-uninit v2.0.0 |
602 | 2024-11-02T03:15:55.600Z | Downloaded maplit v1.0.2 |
603 | 2024-11-02T03:15:55.603Z | Downloaded libefi-sys v0.1.0 |
604 | 2024-11-02T03:15:55.603Z | Downloaded waitgroup v0.1.2 |
605 | 2024-11-02T03:15:55.605Z | Downloaded md-5 v0.10.6 |
606 | 2024-11-02T03:15:55.605Z | Downloaded foreign-types v0.3.2 |
607 | 2024-11-02T03:15:55.609Z | Downloaded blowfish v0.9.1 |
608 | 2024-11-02T03:15:55.611Z | Downloaded nodrop v0.1.14 |
609 | 2024-11-02T03:15:55.611Z | Downloaded defmt v0.3.8 |
610 | 2024-11-02T03:15:55.614Z | Downloaded signal-hook-mio v0.2.4 |
611 | 2024-11-02T03:15:55.617Z | Downloaded precomputed-hash v0.1.1 |
612 | 2024-11-02T03:15:55.617Z | Downloaded zeroize v1.8.1 |
613 | 2024-11-02T03:15:55.621Z | Downloaded bzip2 v0.4.4 |
614 | 2024-11-02T03:15:55.621Z | Downloaded packed_struct v0.10.1 |
615 | 2024-11-02T03:15:55.624Z | Downloaded libloading v0.8.5 |
616 | 2024-11-02T03:15:55.626Z | Downloaded debug-ignore v1.0.5 |
617 | 2024-11-02T03:15:55.629Z | Downloaded foldhash v0.1.3 |
618 | 2024-11-02T03:15:55.630Z | Downloaded arc-swap v1.7.1 |
619 | 2024-11-02T03:15:55.634Z | Downloaded cookie_store v0.21.0 |
620 | 2024-11-02T03:15:55.637Z | Downloaded thread_local v1.1.8 |
621 | 2024-11-02T03:15:55.637Z | Downloaded darling v0.20.10 |
622 | 2024-11-02T03:15:55.641Z | Downloaded topological-sort v0.2.2 |
623 | 2024-11-02T03:15:55.644Z | Downloaded native-tls v0.2.12 |
624 | 2024-11-02T03:15:55.647Z | Downloaded rand_core v0.6.4 |
625 | 2024-11-02T03:15:55.650Z | Downloaded idna v0.5.0 |
626 | 2024-11-02T03:15:55.655Z | Downloaded take_mut v0.2.2 |
627 | 2024-11-02T03:15:55.659Z | Downloaded tower-service v0.3.3 |
628 | 2024-11-02T03:15:55.659Z | Downloaded sigpipe v0.1.3 |
629 | 2024-11-02T03:15:55.662Z | Downloaded phf_shared v0.11.2 |
630 | 2024-11-02T03:15:55.662Z | Downloaded http v0.2.12 |
631 | 2024-11-02T03:15:55.664Z | Downloaded pem v3.0.4 |
632 | 2024-11-02T03:15:55.667Z | Downloaded rustc-demangle v0.1.24 |
633 | 2024-11-02T03:15:55.669Z | Downloaded parse-display v0.10.0 |
634 | 2024-11-02T03:15:55.669Z | Downloaded num-iter v0.1.45 |
635 | 2024-11-02T03:15:55.671Z | Downloaded serde_urlencoded v0.7.1 |
636 | 2024-11-02T03:15:55.674Z | Downloaded predicates v3.1.2 |
637 | 2024-11-02T03:15:55.677Z | Downloaded smallvec v1.13.2 |
638 | 2024-11-02T03:15:55.680Z | Downloaded parse-display-derive v0.10.0 |
639 | 2024-11-02T03:15:55.680Z | Downloaded serde_with_macros v3.11.0 |
640 | 2024-11-02T03:15:55.683Z | Downloaded serde_derive_internals v0.29.1 |
641 | 2024-11-02T03:15:55.686Z | Downloaded rustc-hash v2.0.0 |
642 | 2024-11-02T03:15:55.688Z | Downloaded spin v0.9.8 |
643 | 2024-11-02T03:15:55.691Z | Downloaded rustc-hash v1.1.0 |
644 | 2024-11-02T03:15:55.691Z | Downloaded predicates-core v1.0.8 |
645 | 2024-11-02T03:15:55.694Z | Downloaded powerfmt v0.2.0 |
646 | 2024-11-02T03:15:55.694Z | Downloaded diesel-dtrace v0.3.0 |
647 | 2024-11-02T03:15:55.696Z | Downloaded term v0.7.0 |
648 | 2024-11-02T03:15:55.700Z | Downloaded csv-core v0.1.11 |
649 | 2024-11-02T03:15:55.703Z | Downloaded futures-sink v0.3.31 |
650 | 2024-11-02T03:15:55.703Z | Downloaded globset v0.4.15 |
651 | 2024-11-02T03:15:55.705Z | Downloaded fxhash v0.2.1 |
652 | 2024-11-02T03:15:55.705Z | Downloaded clang-sys v1.8.1 |
653 | 2024-11-02T03:15:55.708Z | Downloaded memmap2 v0.9.5 |
654 | 2024-11-02T03:15:55.712Z | Downloaded allocator-api2 v0.2.18 |
655 | 2024-11-02T03:15:55.715Z | Downloaded opaque-debug v0.3.1 |
656 | 2024-11-02T03:15:55.715Z | Downloaded tap v1.0.1 |
657 | 2024-11-02T03:15:55.717Z | Downloaded sec1 v0.7.3 |
658 | 2024-11-02T03:15:55.720Z | Downloaded diesel_table_macro_syntax v0.2.0 |
659 | 2024-11-02T03:15:55.720Z | Downloaded fd-lock v4.0.2 |
660 | 2024-11-02T03:15:55.723Z | Downloaded hex v0.4.3 |
661 | 2024-11-02T03:15:55.727Z | Downloaded universal-hash v0.5.1 |
662 | 2024-11-02T03:15:55.727Z | Downloaded psl-types v2.0.11 |
663 | 2024-11-02T03:15:55.730Z | Downloaded serde-big-array v0.5.1 |
664 | 2024-11-02T03:15:55.730Z | Downloaded path-slash v0.1.5 |
665 | 2024-11-02T03:15:55.730Z | Downloaded termtree v0.4.1 |
666 | 2024-11-02T03:15:55.732Z | Downloaded smf v0.2.3 |
667 | 2024-11-02T03:15:55.732Z | Downloaded parking_lot_core v0.9.10 |
668 | 2024-11-02T03:15:55.735Z | Downloaded subtle v2.6.1 |
669 | 2024-11-02T03:15:55.738Z | Downloaded miniz_oxide v0.8.0 |
670 | 2024-11-02T03:15:55.741Z | Downloaded rustls-pki-types v1.9.0 |
671 | 2024-11-02T03:15:55.744Z | Downloaded try-lock v0.2.5 |
672 | 2024-11-02T03:15:55.744Z | Downloaded rpassword v7.3.1 |
673 | 2024-11-02T03:15:55.748Z | Downloaded form_urlencoded v1.2.1 |
674 | 2024-11-02T03:15:55.748Z | Downloaded xz2 v0.1.7 |
675 | 2024-11-02T03:15:55.752Z | Downloaded strum v0.26.3 |
676 | 2024-11-02T03:15:55.752Z | Downloaded fragile v2.0.0 |
677 | 2024-11-02T03:15:55.754Z | Downloaded unicode-truncate v1.1.0 |
678 | 2024-11-02T03:15:55.754Z | Downloaded unarray v0.1.4 |
679 | 2024-11-02T03:15:55.759Z | Downloaded base64 v0.21.7 |
680 | 2024-11-02T03:15:55.763Z | Downloaded zone_cfg_derive v0.3.0 |
681 | 2024-11-02T03:15:55.763Z | Downloaded aho-corasick v1.1.3 |
682 | 2024-11-02T03:15:55.767Z | Downloaded zone_cfg_derive v0.1.2 |
683 | 2024-11-02T03:15:55.770Z | Downloaded gethostname v0.5.0 |
684 | 2024-11-02T03:15:55.770Z | Downloaded fallible-streaming-iterator v0.1.9 |
685 | 2024-11-02T03:15:55.773Z | Downloaded hex-literal v0.4.1 |
686 | 2024-11-02T03:15:55.773Z | Downloaded endian-type v0.1.2 |
687 | 2024-11-02T03:15:55.773Z | Downloaded num_enum_derive v0.5.11 |
688 | 2024-11-02T03:15:55.783Z | Downloaded rustls-pemfile v1.0.4 |
689 | 2024-11-02T03:15:55.788Z | Downloaded ssh-encoding v0.2.0 |
690 | 2024-11-02T03:15:55.791Z | Downloaded smallvec v0.6.14 |
691 | 2024-11-02T03:15:55.791Z | Downloaded predicates-tree v1.0.11 |
692 | 2024-11-02T03:15:55.793Z | Downloaded slog v2.7.0 |
693 | 2024-11-02T03:15:55.797Z | Downloaded progenitor v0.8.0 |
694 | 2024-11-02T03:15:55.797Z | Downloaded pkg-config v0.3.31 |
695 | 2024-11-02T03:15:55.800Z | Downloaded zone v0.3.0 |
696 | 2024-11-02T03:15:55.800Z | Downloaded serde-hex v0.1.0 |
697 | 2024-11-02T03:15:55.802Z | Downloaded pin-utils v0.1.0 |
698 | 2024-11-02T03:15:55.802Z | Downloaded minimal-lexical v0.2.1 |
699 | 2024-11-02T03:15:55.807Z | Downloaded dyn-clone v1.0.17 |
700 | 2024-11-02T03:15:55.813Z | Downloaded slog-scope v4.4.0 |
701 | 2024-11-02T03:15:55.815Z | Downloaded slog-async v2.8.0 |
702 | 2024-11-02T03:15:55.815Z | Downloaded semver v0.1.20 |
703 | 2024-11-02T03:15:55.815Z | Downloaded secrecy v0.8.0 |
704 | 2024-11-02T03:15:55.818Z | Downloaded unicode-bidi v0.3.17 |
705 | 2024-11-02T03:15:55.822Z | Downloaded peg-runtime v0.8.3 |
706 | 2024-11-02T03:15:55.822Z | Downloaded crypto-bigint v0.5.5 |
707 | 2024-11-02T03:15:55.827Z | Downloaded group v0.13.0 |
708 | 2024-11-02T03:15:55.829Z | Downloaded glob v0.3.1 |
709 | 2024-11-02T03:15:55.832Z | Downloaded parking_lot v0.12.3 |
710 | 2024-11-02T03:15:55.834Z | Downloaded env_filter v0.1.2 |
711 | 2024-11-02T03:15:55.838Z | Downloaded flume v0.11.0 |
712 | 2024-11-02T03:15:55.842Z | Downloaded crossbeam-channel v0.5.13 |
713 | 2024-11-02T03:15:55.845Z | Downloaded headers-core v0.3.0 |
714 | 2024-11-02T03:15:55.850Z | Downloaded const_format v0.2.33 |
715 | 2024-11-02T03:15:55.853Z | Downloaded normalize-line-endings v0.3.0 |
716 | 2024-11-02T03:15:55.853Z | Downloaded ed25519-dalek v2.1.1 |
717 | 2024-11-02T03:15:55.856Z | Downloaded cc v1.1.30 |
718 | 2024-11-02T03:15:55.859Z | Downloaded enum-as-inner v0.5.1 |
719 | 2024-11-02T03:15:55.862Z | Downloaded progenitor-client v0.8.0 |
720 | 2024-11-02T03:15:55.864Z | Downloaded foreign-types-shared v0.3.1 |
721 | 2024-11-02T03:15:55.864Z | Downloaded foreign-types-shared v0.1.1 |
722 | 2024-11-02T03:15:55.864Z | Downloaded downcast v0.11.0 |
723 | 2024-11-02T03:15:55.867Z | Downloaded toolchain_find v0.4.0 |
724 | 2024-11-02T03:15:55.869Z | Downloaded zone v0.1.8 |
725 | 2024-11-02T03:15:55.869Z | Downloaded scheduled-thread-pool v0.2.7 |
726 | 2024-11-02T03:15:55.872Z | Downloaded rtoolbox v0.0.2 |
727 | 2024-11-02T03:15:55.872Z | Downloaded tar v0.4.42 |
728 | 2024-11-02T03:15:55.875Z | Downloaded num-derive v0.4.2 |
729 | 2024-11-02T03:15:55.879Z | Downloaded r2d2 v0.8.10 |
730 | 2024-11-02T03:15:55.882Z | Downloaded slog-json v2.6.1 |
731 | 2024-11-02T03:15:55.885Z | Downloaded derive-where v1.2.7 |
732 | 2024-11-02T03:15:55.887Z | Downloaded embedded-io v0.4.0 |
733 | 2024-11-02T03:15:55.890Z | Downloaded russh-cryptovec v0.7.3 |
734 | 2024-11-02T03:15:55.890Z | Downloaded itertools v0.10.5 |
735 | 2024-11-02T03:15:55.896Z | Downloaded structmeta v0.2.0 |
736 | 2024-11-02T03:15:55.899Z | Downloaded deranged v0.3.11 |
737 | 2024-11-02T03:15:55.901Z | Downloaded zeroize_derive v1.4.2 |
738 | 2024-11-02T03:15:55.901Z | Downloaded oso-derive v0.27.3 |
739 | 2024-11-02T03:15:55.903Z | Downloaded strip-ansi-escapes v0.2.0 |
740 | 2024-11-02T03:15:55.904Z | Downloaded string_cache v0.8.7 |
741 | 2024-11-02T03:15:55.906Z | Downloaded fatfs v0.3.6 |
742 | 2024-11-02T03:15:55.909Z | Downloaded num v0.4.3 |
743 | 2024-11-02T03:15:55.911Z | Downloaded x509-cert v0.2.5 |
744 | 2024-11-02T03:15:55.920Z | Downloaded rustc_version v0.1.7 |
745 | 2024-11-02T03:15:55.923Z | Downloaded phf v0.11.2 |
746 | 2024-11-02T03:15:55.923Z | Downloaded proc-macro-crate v1.3.1 |
747 | 2024-11-02T03:15:55.923Z | Downloaded displaydoc v0.2.5 |
748 | 2024-11-02T03:15:55.927Z | Downloaded display-error-chain v0.2.2 |
749 | 2024-11-02T03:15:55.927Z | Downloaded bitvec v1.0.1 |
750 | 2024-11-02T03:15:55.944Z | Downloaded pretty-hex v0.2.1 |
751 | 2024-11-02T03:15:55.946Z | Downloaded shell-words v1.1.0 |
752 | 2024-11-02T03:15:55.946Z | Downloaded rfc6979 v0.4.0 |
753 | 2024-11-02T03:15:55.950Z | Downloaded resolv-conf v0.7.0 |
754 | 2024-11-02T03:15:55.950Z | Downloaded termios v0.3.3 |
755 | 2024-11-02T03:15:55.955Z | Downloaded untrusted v0.9.0 |
756 | 2024-11-02T03:15:55.957Z | Downloaded untrusted v0.7.1 |
757 | 2024-11-02T03:15:55.957Z | Downloaded slog-dtrace v0.3.0 |
758 | 2024-11-02T03:15:55.957Z | Downloaded getrandom v0.2.15 |
759 | 2024-11-02T03:15:55.960Z | Downloaded funty v2.0.0 |
760 | 2024-11-02T03:15:55.964Z | Downloaded num-bigint v0.4.6 |
761 | 2024-11-02T03:15:55.969Z | Downloaded vsss-rs v3.3.4 |
762 | 2024-11-02T03:15:55.973Z | Downloaded openssl-probe v0.1.5 |
763 | 2024-11-02T03:15:55.973Z | Downloaded foreign-types-macros v0.2.3 |
764 | 2024-11-02T03:15:55.973Z | Downloaded unicode_categories v0.1.1 |
765 | 2024-11-02T03:15:55.977Z | Downloaded nu-ansi-term v0.50.1 |
766 | 2024-11-02T03:15:55.980Z | Downloaded peg v0.8.4 |
767 | 2024-11-02T03:15:55.984Z | Downloaded tinyvec v1.8.0 |
768 | 2024-11-02T03:15:55.988Z | Downloaded libxml v0.3.3 |
769 | 2024-11-02T03:15:55.992Z | Downloaded tinyvec_macros v0.1.1 |
770 | 2024-11-02T03:15:55.996Z | Downloaded percent-encoding v2.3.1 |
771 | 2024-11-02T03:15:55.996Z | Downloaded stable_deref_trait v1.2.0 |
772 | 2024-11-02T03:15:55.997Z | Downloaded progenitor-impl v0.8.0 |
773 | 2024-11-02T03:15:56.003Z | Downloaded siphasher v0.3.11 |
774 | 2024-11-02T03:15:56.003Z | Downloaded ref-cast-impl v1.0.23 |
775 | 2024-11-02T03:15:56.009Z | Downloaded pin-project v1.1.6 |
776 | 2024-11-02T03:15:56.016Z | Downloaded number_prefix v0.4.0 |
777 | 2024-11-02T03:15:56.020Z | Downloaded num_threads v0.1.7 |
778 | 2024-11-02T03:15:56.020Z | Downloaded fixedbitset v0.4.2 |
779 | 2024-11-02T03:15:56.020Z | Downloaded tls_codec_derive v0.4.1 |
780 | 2024-11-02T03:15:56.020Z | Downloaded static_assertions v1.1.0 |
781 | 2024-11-02T03:15:56.024Z | Downloaded hashlink v0.9.1 |
782 | 2024-11-02T03:15:56.024Z | Downloaded float-ord v0.3.2 |
783 | 2024-11-02T03:15:56.028Z | Downloaded difflib v0.4.0 |
784 | 2024-11-02T03:15:56.028Z | Downloaded tokio-native-tls v0.3.1 |
785 | 2024-11-02T03:15:56.030Z | Downloaded tokio-tungstenite v0.24.0 |
786 | 2024-11-02T03:15:56.032Z | Downloaded vte v0.11.1 |
787 | 2024-11-02T03:15:56.037Z | Downloaded derive_builder_macro v0.20.2 |
788 | 2024-11-02T03:15:56.037Z | Downloaded float-cmp v0.9.0 |
789 | 2024-11-02T03:15:56.037Z | Downloaded dirs-next v2.0.0 |
790 | 2024-11-02T03:15:56.041Z | Downloaded rayon-core v1.12.1 |
791 | 2024-11-02T03:15:56.050Z | Downloaded typed-path v0.7.1 |
792 | 2024-11-02T03:15:56.056Z | Downloaded xattr v1.3.1 |
793 | 2024-11-02T03:15:56.056Z | Downloaded russh-keys v0.45.0 |
794 | 2024-11-02T03:15:56.056Z | Downloaded hyper v1.4.1 |
795 | 2024-11-02T03:15:56.060Z | Downloaded futures-core v0.3.31 |
796 | 2024-11-02T03:15:56.064Z | Downloaded dirs-sys-next v0.1.2 |
797 | 2024-11-02T03:15:56.064Z | Downloaded wyz v0.5.1 |
798 | 2024-11-02T03:15:56.068Z | Downloaded postcard v1.0.10 |
799 | 2024-11-02T03:15:56.068Z | Downloaded defmt-parser v0.3.4 |
800 | 2024-11-02T03:15:56.068Z | Downloaded tokio-rustls v0.24.1 |
801 | 2024-11-02T03:15:56.072Z | Downloaded toml v0.7.8 |
802 | 2024-11-02T03:15:56.077Z | Downloaded rustfmt-wrapper v0.2.1 |
803 | 2024-11-02T03:15:56.077Z | Downloaded termcolor v1.4.1 |
804 | 2024-11-02T03:15:56.080Z | Downloaded tls_codec v0.4.1 |
805 | 2024-11-02T03:15:56.080Z | Downloaded walkdir v2.5.0 |
806 | 2024-11-02T03:15:56.084Z | Downloaded sha1 v0.10.6 |
807 | 2024-11-02T03:15:56.084Z | Downloaded num_enum v0.5.11 |
808 | 2024-11-02T03:15:56.105Z | Downloaded parking_lot v0.11.2 |
809 | 2024-11-02T03:15:56.109Z | Downloaded parse-size v1.1.0 |
810 | 2024-11-02T03:15:56.110Z | Downloaded vte_generate_state_changes v0.1.2 |
811 | 2024-11-02T03:15:56.110Z | Downloaded want v0.3.1 |
812 | 2024-11-02T03:15:56.110Z | Downloaded peg-macros v0.8.4 |
813 | 2024-11-02T03:15:56.110Z | Downloaded tokio-tungstenite v0.23.1 |
814 | 2024-11-02T03:15:56.110Z | Downloaded pbkdf2 v0.11.0 |
815 | 2024-11-02T03:15:56.110Z | Downloaded ena v0.14.3 |
816 | 2024-11-02T03:15:56.110Z | Downloaded pkcs1 v0.7.5 |
817 | 2024-11-02T03:15:56.110Z | Downloaded parking_lot_core v0.8.6 |
818 | 2024-11-02T03:15:56.116Z | Downloaded rustc_version v0.4.1 |
819 | 2024-11-02T03:15:56.116Z | Downloaded dsl_auto_type v0.1.2 |
820 | 2024-11-02T03:15:56.116Z | Downloaded qorb v0.2.0 |
821 | 2024-11-02T03:15:56.121Z | Downloaded filetime v0.2.25 |
822 | 2024-11-02T03:15:56.121Z | Downloaded rand_chacha v0.3.1 |
823 | 2024-11-02T03:15:56.121Z | Downloaded tokio-rustls v0.25.0 |
824 | 2024-11-02T03:15:56.125Z | Downloaded quinn v0.11.5 |
825 | 2024-11-02T03:15:56.129Z | Downloaded futures-executor v0.3.31 |
826 | 2024-11-02T03:15:56.129Z | Downloaded rsa v0.9.6 |
827 | 2024-11-02T03:15:56.139Z | Downloaded sqlparser_derive v0.2.2 |
828 | 2024-11-02T03:15:56.139Z | Downloaded pem-rfc7468 v0.7.0 |
829 | 2024-11-02T03:15:56.143Z | Downloaded num-conv v0.1.0 |
830 | 2024-11-02T03:15:56.143Z | Downloaded phf_generator v0.11.2 |
831 | 2024-11-02T03:15:56.143Z | Downloaded futures-io v0.3.31 |
832 | 2024-11-02T03:15:56.143Z | Downloaded whoami v1.5.2 |
833 | 2024-11-02T03:15:56.143Z | Downloaded which v4.4.2 |
834 | 2024-11-02T03:15:56.143Z | Downloaded slab v0.4.9 |
835 | 2024-11-02T03:15:56.147Z | Downloaded owo-colors v4.1.0 |
836 | 2024-11-02T03:15:56.152Z | Downloaded oso v0.27.3 |
837 | 2024-11-02T03:15:56.155Z | Downloaded simd-adler32 v0.3.7 |
838 | 2024-11-02T03:15:56.155Z | Downloaded openssl-sys v0.9.103 |
839 | 2024-11-02T03:15:56.159Z | Downloaded pbkdf2 v0.12.2 |
840 | 2024-11-02T03:15:56.163Z | Downloaded strum_macros v0.24.3 |
841 | 2024-11-02T03:15:56.163Z | Downloaded heapless v0.8.0 |
842 | 2024-11-02T03:15:56.170Z | Downloaded pkcs8 v0.10.2 |
843 | 2024-11-02T03:15:56.173Z | Downloaded quick-error v1.2.3 |
844 | 2024-11-02T03:15:56.173Z | Downloaded pkcs5 v0.7.1 |
845 | 2024-11-02T03:15:56.177Z | Downloaded diff v0.1.13 |
846 | 2024-11-02T03:15:56.181Z | Downloaded futures-channel v0.3.31 |
847 | 2024-11-02T03:15:56.181Z | Downloaded structmeta-derive v0.2.0 |
848 | 2024-11-02T03:15:56.188Z | Downloaded shlex v1.3.0 |
849 | 2024-11-02T03:15:56.188Z | Downloaded polyval v0.6.2 |
850 | 2024-11-02T03:15:56.188Z | Downloaded schemars_derive v0.8.21 |
851 | 2024-11-02T03:15:56.192Z | Downloaded uzers v0.12.1 |
852 | 2024-11-02T03:15:56.192Z | Downloaded ghash v0.5.1 |
853 | 2024-11-02T03:15:56.192Z | Downloaded value-bag v1.9.0 |
854 | 2024-11-02T03:15:56.199Z | Downloaded serde_repr v0.1.19 |
855 | 2024-11-02T03:15:56.199Z | Downloaded unicode-normalization v0.1.24 |
856 | 2024-11-02T03:15:56.203Z | Downloaded scrypt v0.11.0 |
857 | 2024-11-02T03:15:56.203Z | Downloaded strum_macros v0.26.4 |
858 | 2024-11-02T03:15:56.207Z | Downloaded futures-macro v0.3.31 |
859 | 2024-11-02T03:15:56.207Z | Downloaded poly1305 v0.8.0 |
860 | 2024-11-02T03:15:56.207Z | Downloaded password-hash v0.4.2 |
861 | 2024-11-02T03:15:56.214Z | Downloaded ssh-key v0.6.6 |
862 | 2024-11-02T03:15:56.218Z | Downloaded structmeta v0.3.0 |
863 | 2024-11-02T03:15:56.218Z | Downloaded env_logger v0.11.5 |
864 | 2024-11-02T03:15:56.220Z | Downloaded zip v0.6.6 |
865 | 2024-11-02T03:15:56.225Z | Downloaded der_derive v0.7.3 |
866 | 2024-11-02T03:15:56.229Z | Downloaded derive_builder_core v0.20.2 |
867 | 2024-11-02T03:15:56.229Z | Downloaded p256 v0.13.2 |
868 | 2024-11-02T03:15:56.231Z | Downloaded url v2.5.2 |
869 | 2024-11-02T03:15:56.235Z | Downloaded toml_edit v0.19.15 |
870 | 2024-11-02T03:15:56.252Z | Downloaded zerocopy v0.6.6 |
871 | 2024-11-02T03:15:56.255Z | Downloaded uuid v1.10.0 |
872 | 2024-11-02T03:15:56.260Z | Downloaded samael v0.0.17 |
873 | 2024-11-02T03:15:56.265Z | Downloaded derive_builder v0.20.2 |
874 | 2024-11-02T03:15:56.271Z | Downloaded prettyplease v0.2.22 |
875 | 2024-11-02T03:15:56.275Z | Downloaded derive_more v0.99.18 |
876 | 2024-11-02T03:15:56.280Z | Downloaded nom v7.1.3 |
877 | 2024-11-02T03:15:56.285Z | Downloaded lalrpop v0.19.12 |
878 | 2024-11-02T03:15:56.299Z | Downloaded num-traits v0.2.19 |
879 | 2024-11-02T03:15:56.303Z | Downloaded curve25519-dalek v4.1.3 |
880 | 2024-11-02T03:15:56.309Z | Downloaded num-complex v0.4.6 |
881 | 2024-11-02T03:15:56.313Z | Downloaded hashbrown v0.13.2 |
882 | 2024-11-02T03:15:56.317Z | Downloaded reqwest v0.12.8 |
883 | 2024-11-02T03:15:56.325Z | Downloaded h2 v0.3.26 |
884 | 2024-11-02T03:15:56.331Z | Downloaded half v2.4.1 |
885 | 2024-11-02T03:15:56.335Z | Downloaded bindgen v0.69.5 |
886 | 2024-11-02T03:15:56.343Z | Downloaded flate2 v1.0.34 |
887 | 2024-11-02T03:15:56.347Z | Downloaded der v0.7.9 |
888 | 2024-11-02T03:15:56.352Z | Downloaded steno v0.4.1 |
889 | 2024-11-02T03:15:56.357Z | Downloaded hashbrown v0.14.5 |
890 | 2024-11-02T03:15:56.363Z | Downloaded chrono v0.4.38 |
891 | 2024-11-02T03:15:56.370Z | Downloaded tough v0.17.1 |
892 | 2024-11-02T03:15:56.381Z | Downloaded p521 v0.13.3 |
893 | 2024-11-02T03:15:56.385Z | Downloaded h2 v0.4.6 |
894 | 2024-11-02T03:15:56.391Z | Downloaded expectorate v1.1.0 |
895 | 2024-11-02T03:15:56.396Z | Downloaded headers v0.4.0 |
896 | 2024-11-02T03:15:56.400Z | Downloaded rayon v1.10.0 |
897 | 2024-11-02T03:15:56.412Z | Downloaded winnow v0.5.40 |
898 | 2024-11-02T03:15:56.419Z | Downloaded idna v0.4.0 |
899 | 2024-11-02T03:15:56.426Z | Downloaded portable-atomic v1.9.0 |
900 | 2024-11-02T03:15:56.436Z | Downloaded num-bigint-dig v0.8.4 |
901 | 2024-11-02T03:15:56.440Z | Downloaded reqwest v0.11.27 |
902 | 2024-11-02T03:15:56.447Z | Downloaded git2 v0.19.0 |
903 | 2024-11-02T03:15:56.459Z | Downloaded rustls-webpki v0.101.7 |
904 | 2024-11-02T03:15:56.473Z | Downloaded rustls-webpki v0.102.8 |
905 | 2024-11-02T03:15:56.493Z | Downloaded gimli v0.31.1 |
906 | 2024-11-02T03:15:56.500Z | Downloaded smoltcp v0.11.0 |
907 | 2024-11-02T03:15:56.513Z | Downloaded openssl v0.10.66 |
908 | 2024-11-02T03:15:56.525Z | Downloaded p384 v0.13.0 |
909 | 2024-11-02T03:15:56.530Z | Downloaded trust-dns-proto v0.22.0 |
910 | 2024-11-02T03:15:56.543Z | Downloaded webpki-roots v0.26.6 |
911 | 2024-11-02T03:15:56.547Z | Downloaded object v0.30.4 |
912 | 2024-11-02T03:15:56.557Z | Downloaded rustls v0.21.12 |
913 | 2024-11-02T03:15:56.570Z | Downloaded proptest v1.5.0 |
914 | 2024-11-02T03:15:56.580Z | Downloaded quick-xml v0.33.0 |
915 | 2024-11-02T03:15:56.586Z | Downloaded dropshot v0.12.0 |
916 | 2024-11-02T03:15:56.607Z | Downloaded openapiv3 v2.0.0 |
917 | 2024-11-02T03:15:56.621Z | Downloaded chrono-tz v0.10.0 |
918 | 2024-11-02T03:15:56.627Z | Downloaded vcpkg v0.2.15 |
919 | 2024-11-02T03:15:56.668Z | Downloaded object v0.36.5 |
920 | 2024-11-02T03:15:56.678Z | Downloaded sled v0.34.7 |
921 | 2024-11-02T03:15:56.689Z | Downloaded rustls v0.22.4 |
922 | 2024-11-02T03:15:56.703Z | Downloaded rustls v0.23.14 |
923 | 2024-11-02T03:15:56.718Z | Downloaded regress v0.10.1 |
924 | 2024-11-02T03:15:56.724Z | Downloaded typify-impl v0.2.0 |
925 | 2024-11-02T03:15:56.743Z | Downloaded regex-syntax v0.8.5 |
926 | 2024-11-02T03:15:56.749Z | Downloaded regress v0.9.1 |
927 | 2024-11-02T03:15:56.759Z | Downloaded diesel v2.2.4 |
928 | 2024-11-02T03:15:56.780Z | Downloaded libz-sys v1.1.20 |
929 | 2024-11-02T03:15:56.798Z | Downloaded regex v1.11.0 |
930 | 2024-11-02T03:15:56.812Z | Downloaded regex-syntax v0.6.29 |
931 | 2024-11-02T03:15:56.828Z | Downloaded zerocopy-derive v0.6.6 |
932 | 2024-11-02T03:15:56.842Z | Downloaded hickory-proto v0.24.1 |
933 | 2024-11-02T03:15:56.847Z | Downloaded quinn-proto v0.11.8 |
934 | 2024-11-02T03:15:56.853Z | Downloaded lzma-sys v0.1.20 |
935 | 2024-11-02T03:15:56.881Z | Downloaded radix_trie v0.2.1 |
936 | 2024-11-02T03:15:56.886Z | Downloaded ratatui v0.28.1 |
937 | 2024-11-02T03:15:56.910Z | Downloaded regex-automata v0.4.8 |
938 | 2024-11-02T03:15:56.924Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
939 | 2024-11-02T03:15:56.937Z | Downloaded petgraph v0.6.5 |
940 | 2024-11-02T03:15:56.954Z | Downloaded nix v0.28.0 |
941 | 2024-11-02T03:15:56.965Z | Downloaded serde_with v3.11.0 |
942 | 2024-11-02T03:15:56.976Z | Downloaded sqlparser v0.45.0 |
943 | 2024-11-02T03:15:56.979Z | Downloaded tokio v1.40.0 |
944 | 2024-11-02T03:15:57.017Z | Downloaded smoltcp v0.9.1 |
945 | 2024-11-02T03:15:57.028Z | Downloaded polar-core v0.27.3 |
946 | 2024-11-02T03:15:57.036Z | Downloaded csv v1.3.0 |
947 | 2024-11-02T03:15:57.056Z | Downloaded nix v0.27.1 |
948 | 2024-11-02T03:15:57.067Z | Downloaded bstr v1.10.0 |
949 | 2024-11-02T03:15:57.080Z | Downloaded idna v0.3.0 |
950 | 2024-11-02T03:15:57.084Z | Downloaded russh v0.45.0 |
951 | 2024-11-02T03:15:57.090Z | Downloaded rand v0.8.5 |
952 | 2024-11-02T03:15:57.094Z | Downloaded futures-util v0.3.31 |
953 | 2024-11-02T03:15:57.106Z | Downloaded salty v0.3.0 |
954 | 2024-11-02T03:15:57.114Z | Downloaded blake3 v1.5.4 |
955 | 2024-11-02T03:15:57.122Z | Downloaded tracing v0.1.40 |
956 | 2024-11-02T03:15:57.127Z | Downloaded tokio-util v0.7.12 |
957 | 2024-11-02T03:15:57.132Z | Downloaded zip v2.1.3 |
958 | 2024-11-02T03:15:57.135Z | Downloaded scopeguard v1.2.0 |
959 | 2024-11-02T03:15:57.138Z | Downloaded phf_codegen v0.11.2 |
960 | 2024-11-02T03:15:57.138Z | Downloaded tokio-stream v0.1.16 |
961 | 2024-11-02T03:15:57.142Z | Downloaded tokio-rustls v0.26.0 |
962 | 2024-11-02T03:15:57.145Z | Downloaded sha3 v0.10.8 |
963 | 2024-11-02T03:15:57.150Z | Downloaded parse-zoneinfo v0.3.1 |
964 | 2024-11-02T03:15:57.154Z | Downloaded heapless v0.7.17 |
965 | 2024-11-02T03:15:57.159Z | Downloaded rusqlite v0.32.1 |
966 | 2024-11-02T03:15:57.162Z | Downloaded unsafe-libyaml v0.2.11 |
967 | 2024-11-02T03:15:57.166Z | Downloaded packed_struct_codegen v0.10.1 |
968 | 2024-11-02T03:15:57.172Z | Downloaded structmeta-derive v0.3.0 |
969 | 2024-11-02T03:15:57.174Z | Downloaded rand_seeder v0.3.0 |
970 | 2024-11-02T03:15:57.174Z | Downloaded olpc-cjson v0.1.4 |
971 | 2024-11-02T03:15:57.174Z | Downloaded progenitor-macro v0.8.0 |
972 | 2024-11-02T03:15:57.174Z | Downloaded utf-8 v0.7.6 |
973 | 2024-11-02T03:15:57.174Z | Downloaded ff v0.13.0 |
974 | 2024-11-02T03:15:57.177Z | Downloaded rustls-pemfile v2.2.0 |
975 | 2024-11-02T03:15:57.179Z | Downloaded tokio-postgres v0.7.12 |
976 | 2024-11-02T03:15:57.183Z | Downloaded radium v0.7.0 |
977 | 2024-11-02T03:15:57.186Z | Downloaded time v0.3.36 |
978 | 2024-11-02T03:15:57.192Z | Downloaded crossterm v0.28.1 |
979 | 2024-11-02T03:15:57.198Z | Downloaded serde_path_to_error v0.1.16 |
980 | 2024-11-02T03:15:57.201Z | Downloaded rustversion v1.0.17 |
981 | 2024-11-02T03:15:57.203Z | Downloaded serde_yaml v0.9.34+deprecated |
982 | 2024-11-02T03:15:57.205Z | Downloaded schemars v0.8.21 |
983 | 2024-11-02T03:15:57.218Z | Downloaded sqlformat v0.2.6 |
984 | 2024-11-02T03:15:57.221Z | Downloaded serde_plain v1.0.2 |
985 | 2024-11-02T03:15:57.221Z | Downloaded publicsuffix v2.2.3 |
986 | 2024-11-02T03:15:57.224Z | Downloaded futures v0.3.31 |
987 | 2024-11-02T03:15:57.227Z | Downloaded libm v0.2.8 |
988 | 2024-11-02T03:15:57.235Z | Downloaded encoding_rs v0.8.34 |
989 | 2024-11-02T03:15:57.256Z | Downloaded tokio-tungstenite v0.21.0 |
990 | 2024-11-02T03:15:57.259Z | Downloaded similar v2.6.0 |
991 | 2024-11-02T03:15:57.263Z | Downloaded tracing-core v0.1.32 |
992 | 2024-11-02T03:15:57.265Z | Downloaded rustyline v14.0.0 |
993 | 2024-11-02T03:15:57.271Z | Downloaded tungstenite v0.24.0 |
994 | 2024-11-02T03:15:57.274Z | Downloaded tungstenite v0.21.0 |
995 | 2024-11-02T03:15:57.277Z | Downloaded itertools v0.12.1 |
996 | 2024-11-02T03:15:57.284Z | Downloaded hashbrown v0.12.3 |
997 | 2024-11-02T03:15:57.288Z | Downloaded vergen v8.3.2 |
998 | 2024-11-02T03:15:57.291Z | Downloaded flagset v0.4.6 |
999 | 2024-11-02T03:15:57.296Z | Downloaded embedded-io v0.6.1 |
1000 | 2024-11-02T03:15:57.296Z | Downloaded tokio-macros v2.4.0 |
1001 | 2024-11-02T03:15:57.304Z | Downloaded slog-bunyan v2.5.0 |
1002 | 2024-11-02T03:15:57.304Z | Downloaded stringprep v0.1.5 |
1003 | 2024-11-02T03:15:57.304Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1004 | 2024-11-02T03:15:57.356Z | Downloaded ron v0.8.1 |
1005 | 2024-11-02T03:15:57.361Z | Downloaded slog-stdlog v4.1.1 |
1006 | 2024-11-02T03:15:57.364Z | Downloaded primeorder v0.13.6 |
1007 | 2024-11-02T03:15:57.369Z | Downloaded des v0.8.1 |
1008 | 2024-11-02T03:15:57.369Z | Downloaded quinn-udp v0.5.5 |
1009 | 2024-11-02T03:15:57.372Z | Downloaded pin-project-lite v0.2.14 |
1010 | 2024-11-02T03:15:57.372Z | Downloaded diesel_derives v2.2.3 |
1011 | 2024-11-02T03:15:57.375Z | Downloaded tungstenite v0.23.0 |
1012 | 2024-11-02T03:15:57.378Z | Downloaded rcgen v0.12.1 |
1013 | 2024-11-02T03:15:57.381Z | Downloaded nix v0.29.0 |
1014 | 2024-11-02T03:15:57.393Z | Downloaded slog-envlogger v2.2.0 |
1015 | 2024-11-02T03:15:57.396Z | Downloaded env_logger v0.10.2 |
1016 | 2024-11-02T03:15:57.398Z | Downloaded tracing-attributes v0.1.27 |
1017 | 2024-11-02T03:15:57.401Z | Downloaded test-strategy v0.3.1 |
1018 | 2024-11-02T03:15:57.404Z | Downloaded elliptic-curve v0.13.8 |
1019 | 2024-11-02T03:15:57.406Z | Downloaded aes v0.8.4 |
1020 | 2024-11-02T03:15:57.410Z | Downloaded omicron-zone-package v0.11.1 |
1021 | 2024-11-02T03:15:57.413Z | Downloaded dhcproto v0.12.0 |
1022 | 2024-11-02T03:15:57.416Z | Downloaded subprocess v0.2.9 |
1023 | 2024-11-02T03:15:57.418Z | Downloaded snafu v0.8.5 |
1024 | 2024-11-02T03:15:57.424Z | Downloaded typify v0.2.0 |
1025 | 2024-11-02T03:15:57.427Z | Downloaded zopfli v0.8.1 |
1026 | 2024-11-02T03:15:57.429Z | Downloaded reedline v0.35.0 |
1027 | 2024-11-02T03:15:57.439Z | Downloaded postgres-protocol v0.6.7 |
1028 | 2024-11-02T03:15:57.446Z | Downloaded twox-hash v1.6.3 |
1029 | 2024-11-02T03:15:57.446Z | Downloaded tiny-keccak v2.0.2 |
1030 | 2024-11-02T03:15:57.448Z | Downloaded pin-project-internal v1.1.6 |
1031 | 2024-11-02T03:15:57.448Z | Downloaded password-hash v0.5.0 |
1032 | 2024-11-02T03:15:57.448Z | Downloaded ssh-cipher v0.2.0 |
1033 | 2024-11-02T03:15:57.448Z | Downloaded bumpalo v3.16.0 |
1034 | 2024-11-02T03:15:57.453Z | Downloaded paste v1.0.15 |
1035 | 2024-11-02T03:15:57.457Z | Downloaded heck v0.3.3 |
1036 | 2024-11-02T03:15:57.457Z | Downloaded ecdsa v0.16.9 |
1037 | 2024-11-02T03:15:57.457Z | Downloaded yasna v0.5.2 |
1038 | 2024-11-02T03:15:57.459Z | Downloaded sct v0.7.1 |
1039 | 2024-11-02T03:15:57.459Z | Downloaded socket2 v0.5.7 |
1040 | 2024-11-02T03:15:57.462Z | Downloaded postgres-types v0.2.8 |
1041 | 2024-11-02T03:15:57.464Z | Downloaded signal-hook v0.3.17 |
1042 | 2024-11-02T03:15:57.467Z | Downloaded base64 v0.22.1 |
1043 | 2024-11-02T03:15:57.471Z | Downloaded typify-macro v0.2.0 |
1044 | 2024-11-02T03:15:57.474Z | Downloaded ed25519 v2.2.3 |
1045 | 2024-11-02T03:15:57.475Z | Downloaded slog-term v2.9.1 |
1046 | 2024-11-02T03:15:57.478Z | Downloaded dropshot_endpoint v0.12.0 |
1047 | 2024-11-02T03:15:57.482Z | Downloaded unicode-properties v0.1.3 |
1048 | 2024-11-02T03:15:57.482Z | Downloaded compact_str v0.8.0 |
1049 | 2024-11-02T03:15:57.484Z | Downloaded tabwriter v1.4.0 |
1050 | 2024-11-02T03:15:57.485Z | Downloaded supports-color v3.0.1 |
1051 | 2024-11-02T03:15:57.491Z | Downloaded unicode-xid v0.2.6 |
1052 | 2024-11-02T03:15:57.495Z | Downloaded num-rational v0.4.2 |
1053 | 2024-11-02T03:15:57.495Z | Downloaded same-file v1.0.6 |
1054 | 2024-11-02T03:15:57.495Z | Downloaded ppv-lite86 v0.2.20 |
1055 | 2024-11-02T03:15:57.495Z | Downloaded futures-task v0.3.31 |
1056 | 2024-11-02T03:15:57.497Z | Downloaded mockall_derive v0.13.0 |
1057 | 2024-11-02T03:15:57.497Z | Downloaded ref-cast v1.0.23 |
1058 | 2024-11-02T03:15:57.500Z | Downloaded idna v0.2.3 |
1059 | 2024-11-02T03:15:57.505Z | Downloaded hickory-server v0.24.1 |
1060 | 2024-11-02T03:15:57.510Z | Downloaded crossbeam-utils v0.8.20 |
1061 | 2024-11-02T03:15:57.513Z | Downloaded fallible-iterator v0.3.0 |
1062 | 2024-11-02T03:15:57.517Z | Downloaded console v0.15.8 |
1063 | 2024-11-02T03:15:57.519Z | Downloaded hash32 v0.2.1 |
1064 | 2024-11-02T03:15:57.519Z | Downloaded httparse v1.9.5 |
1065 | 2024-11-02T03:15:57.522Z | Downloaded sync_wrapper v1.0.1 |
1066 | 2024-11-02T03:15:57.526Z | Downloaded num-integer v0.1.46 |
1067 | 2024-11-02T03:15:57.526Z | Downloaded enum-as-inner v0.6.1 |
1068 | 2024-11-02T03:15:57.528Z | Downloaded defmt-macros v0.3.9 |
1069 | 2024-11-02T03:15:57.531Z | Downloaded tui-tree-widget v0.22.0 |
1070 | 2024-11-02T03:15:57.531Z | Downloaded time-macros v0.2.18 |
1071 | 2024-11-02T03:15:57.534Z | Downloaded blake2 v0.10.6 |
1072 | 2024-11-02T03:15:57.536Z | Downloaded iana-time-zone v0.1.61 |
1073 | 2024-11-02T03:15:57.540Z | Downloaded thiserror-impl-no-std v2.0.2 |
1074 | 2024-11-02T03:15:57.540Z | Downloaded strum_macros v0.25.3 |
1075 | 2024-11-02T03:15:57.543Z | Downloaded fallible-iterator v0.2.0 |
1076 | 2024-11-02T03:15:57.543Z | Downloaded nanorand v0.7.0 |
1077 | 2024-11-02T03:15:57.548Z | Downloaded linear-map v1.2.0 |
1078 | 2024-11-02T03:15:57.552Z | Downloaded unicase v2.7.0 |
1079 | 2024-11-02T03:15:57.552Z | Downloaded indexmap v1.9.3 |
1080 | 2024-11-02T03:15:57.552Z | Downloaded libsw v3.3.1 |
1081 | 2024-11-02T03:15:57.557Z | Downloaded ciborium v0.2.2 |
1082 | 2024-11-02T03:15:57.557Z | Downloaded ahash v0.8.11 |
1083 | 2024-11-02T03:15:57.559Z | Downloaded hyper-rustls v0.27.3 |
1084 | 2024-11-02T03:15:57.559Z | Downloaded inout v0.1.3 |
1085 | 2024-11-02T03:15:57.563Z | Downloaded ctr v0.9.2 |
1086 | 2024-11-02T03:15:57.565Z | Downloaded keccak v0.1.5 |
1087 | 2024-11-02T03:15:57.565Z | Downloaded is-terminal v0.4.13 |
1088 | 2024-11-02T03:15:57.566Z | Downloaded curve25519-dalek-derive v0.1.1 |
1089 | 2024-11-02T03:15:57.566Z | Downloaded async-trait v0.1.83 |
1090 | 2024-11-02T03:15:57.569Z | Downloaded ciborium-ll v0.2.2 |
1091 | 2024-11-02T03:15:57.572Z | Downloaded backoff v0.4.0 |
1092 | 2024-11-02T03:15:57.572Z | Downloaded match_cfg v0.1.0 |
1093 | 2024-11-02T03:15:57.575Z | Downloaded linked-hash-map v0.5.6 |
1094 | 2024-11-02T03:15:57.575Z | Downloaded internet-checksum v0.2.1 |
1095 | 2024-11-02T03:15:57.575Z | Downloaded ident_case v1.0.1 |
1096 | 2024-11-02T03:15:57.579Z | Downloaded constant_time_eq v0.3.1 |
1097 | 2024-11-02T03:15:57.580Z | Downloaded new_debug_unreachable v1.0.6 |
1098 | 2024-11-02T03:15:57.580Z | Downloaded lalrpop-util v0.19.12 |
1099 | 2024-11-02T03:15:57.585Z | Downloaded crc v3.2.1 |
1100 | 2024-11-02T03:15:57.585Z | Downloaded cassowary v0.3.0 |
1101 | 2024-11-02T03:15:57.585Z | Downloaded buf-list v1.0.3 |
1102 | 2024-11-02T03:15:57.589Z | Downloaded highway v1.2.0 |
1103 | 2024-11-02T03:15:57.589Z | Downloaded array-init v0.0.4 |
1104 | 2024-11-02T03:15:57.589Z | Downloaded spki v0.7.3 |
1105 | 2024-11-02T03:15:57.591Z | Downloaded signature v2.2.0 |
1106 | 2024-11-02T03:15:57.591Z | Downloaded assert_matches v1.5.0 |
1107 | 2024-11-02T03:15:57.591Z | Downloaded rusty-fork v0.3.0 |
1108 | 2024-11-02T03:15:57.594Z | Downloaded ron v0.7.1 |
1109 | 2024-11-02T03:15:57.597Z | Downloaded indicatif v0.17.8 |
1110 | 2024-11-02T03:15:57.601Z | Downloaded backtrace v0.3.74 |
1111 | 2024-11-02T03:15:57.606Z | Downloaded chacha20poly1305 v0.10.1 |
1112 | 2024-11-02T03:15:57.608Z | Downloaded mime_guess v2.0.5 |
1113 | 2024-11-02T03:15:57.611Z | Downloaded crossbeam-epoch v0.9.18 |
1114 | 2024-11-02T03:15:57.613Z | Downloaded cookie v0.18.1 |
1115 | 2024-11-02T03:15:57.616Z | Downloaded cancel-safe-futures v0.1.5 |
1116 | 2024-11-02T03:15:57.619Z | Downloaded impl-trait-for-tuples v0.2.2 |
1117 | 2024-11-02T03:15:57.622Z | Downloaded adler2 v2.0.0 |
1118 | 2024-11-02T03:15:57.622Z | Downloaded const_format_proc_macros v0.2.33 |
1119 | 2024-11-02T03:15:57.624Z | Downloaded cipher v0.4.4 |
1120 | 2024-11-02T03:15:57.624Z | Downloaded cbc v0.1.2 |
1121 | 2024-11-02T03:15:57.627Z | Downloaded argon2 v0.5.3 |
1122 | 2024-11-02T03:15:57.630Z | Downloaded chrono-tz-build v0.4.0 |
1123 | 2024-11-02T03:15:57.707Z | Downloaded libsqlite3-sys v0.30.1 |
1124 | 2024-11-02T03:15:57.820Z | Downloaded ring v0.17.8 |
1125 | 2024-11-02T03:15:57.943Z | Downloaded ring v0.16.20 |
1126 | 2024-11-02T03:15:58.125Z | Compiling serde v1.0.210 |
1127 | 2024-11-02T03:15:58.127Z | Compiling typenum v1.17.0 |
1128 | 2024-11-02T03:15:58.127Z | Compiling lock_api v0.4.12 |
1129 | 2024-11-02T03:15:58.127Z | Compiling generic-array v0.14.7 |
1130 | 2024-11-02T03:15:58.127Z | Compiling scopeguard v1.2.0 |
1131 | 2024-11-02T03:15:58.127Z | Compiling subtle v2.6.1 |
1132 | 2024-11-02T03:15:58.127Z | Compiling syn v2.0.79 |
1133 | 2024-11-02T03:15:58.273Z | Compiling getrandom v0.2.15 |
1134 | 2024-11-02T03:15:58.402Z | Compiling value-bag v1.9.0 |
1135 | 2024-11-02T03:15:58.571Z | Compiling rand_core v0.6.4 |
1136 | 2024-11-02T03:15:58.667Z | Compiling const-oid v0.9.6 |
1137 | 2024-11-02T03:15:58.684Z | Compiling jobserver v0.1.32 |
1138 | 2024-11-02T03:15:58.959Z | Compiling log v0.4.22 |
1139 | 2024-11-02T03:15:59.071Z | Compiling shlex v1.3.0 |
1140 | 2024-11-02T03:15:59.258Z | Compiling pin-project-lite v0.2.14 |
1141 | 2024-11-02T03:15:59.399Z | Compiling cc v1.1.30 |
1142 | 2024-11-02T03:15:59.418Z | Compiling smallvec v1.13.2 |
1143 | 2024-11-02T03:15:59.466Z | Compiling parking_lot_core v0.9.10 |
1144 | 2024-11-02T03:15:59.694Z | Compiling futures-core v0.3.31 |
1145 | 2024-11-02T03:15:59.824Z | Compiling signal-hook-registry v1.4.2 |
1146 | 2024-11-02T03:15:59.842Z | Compiling mio v1.0.2 |
1147 | 2024-11-02T03:15:59.934Z | Compiling cpufeatures v0.2.14 |
1148 | 2024-11-02T03:16:00.029Z | Compiling futures-sink v0.3.31 |
1149 | 2024-11-02T03:16:00.190Z | Compiling spin v0.9.8 |
1150 | 2024-11-02T03:16:00.655Z | Compiling parking_lot v0.12.3 |
1151 | 2024-11-02T03:16:00.705Z | Compiling socket2 v0.5.7 |
1152 | 2024-11-02T03:16:00.742Z | Compiling slab v0.4.9 |
1153 | 2024-11-02T03:16:00.849Z | Compiling serde_json v1.0.128 |
1154 | 2024-11-02T03:16:01.082Z | Compiling futures-channel v0.3.31 |
1155 | 2024-11-02T03:16:01.164Z | Compiling allocator-api2 v0.2.18 |
1156 | 2024-11-02T03:16:01.244Z | Compiling pin-utils v0.1.0 |
1157 | 2024-11-02T03:16:01.349Z | Compiling futures-io v0.3.31 |
1158 | 2024-11-02T03:16:01.527Z | Compiling tinyvec_macros v0.1.1 |
1159 | 2024-11-02T03:16:01.546Z | Compiling foldhash v0.1.3 |
1160 | 2024-11-02T03:16:01.563Z | Compiling futures-task v0.3.31 |
1161 | 2024-11-02T03:16:01.624Z | Compiling tinyvec v1.8.0 |
1162 | 2024-11-02T03:16:01.664Z | Compiling libm v0.2.8 |
1163 | 2024-11-02T03:16:01.667Z | Compiling pkg-config v0.3.31 |
1164 | 2024-11-02T03:16:01.881Z | Compiling num-traits v0.2.19 |
1165 | 2024-11-02T03:16:01.900Z | Compiling unicode-bidi v0.3.17 |
1166 | 2024-11-02T03:16:02.031Z | Compiling hashbrown v0.15.0 |
1167 | 2024-11-02T03:16:02.414Z | Compiling base64ct v1.6.0 |
1168 | 2024-11-02T03:16:02.989Z | Compiling pem-rfc7468 v0.7.0 |
1169 | 2024-11-02T03:16:03.193Z | Compiling unicode-normalization v0.1.24 |
1170 | 2024-11-02T03:16:03.226Z | Compiling httparse v1.9.5 |
1171 | 2024-11-02T03:16:03.446Z | Compiling flagset v0.4.6 |
1172 | 2024-11-02T03:16:03.448Z | Compiling tracing-core v0.1.32 |
1173 | 2024-11-02T03:16:03.590Z | Compiling ring v0.17.8 |
1174 | 2024-11-02T03:16:03.651Z | Compiling rustls-pki-types v1.9.0 |
1175 | 2024-11-02T03:16:03.724Z | Compiling crossbeam-utils v0.8.20 |
1176 | 2024-11-02T03:16:04.112Z | Compiling percent-encoding v2.3.1 |
1177 | 2024-11-02T03:16:04.387Z | Compiling num-conv v0.1.0 |
1178 | 2024-11-02T03:16:04.461Z | Compiling time-core v0.1.2 |
1179 | 2024-11-02T03:16:04.638Z | Compiling untrusted v0.9.0 |
1180 | 2024-11-02T03:16:04.661Z | Compiling vcpkg v0.2.15 |
1181 | 2024-11-02T03:16:04.718Z | Compiling powerfmt v0.2.0 |
1182 | 2024-11-02T03:16:04.808Z | Compiling time-macros v0.2.18 |
1183 | 2024-11-02T03:16:05.013Z | Compiling deranged v0.3.11 |
1184 | 2024-11-02T03:16:05.082Z | Compiling num_threads v0.1.7 |
1185 | 2024-11-02T03:16:05.196Z | Compiling atomic-waker v1.1.2 |
1186 | 2024-11-02T03:16:05.215Z | Compiling form_urlencoded v1.2.1 |
1187 | 2024-11-02T03:16:05.358Z | Compiling slog v2.7.0 |
1188 | 2024-11-02T03:16:05.523Z | Compiling try-lock v0.2.5 |
1189 | 2024-11-02T03:16:05.667Z | Compiling rustix v0.38.37 |
1190 | 2024-11-02T03:16:05.893Z | Compiling want v0.3.1 |
1191 | 2024-11-02T03:16:05.972Z | Compiling httpdate v1.0.3 |
1192 | 2024-11-02T03:16:06.405Z | Compiling idna v0.5.0 |
1193 | 2024-11-02T03:16:06.484Z | Compiling rustversion v1.0.17 |
1194 | 2024-11-02T03:16:06.538Z | Compiling openssl-sys v0.9.103 |
1195 | 2024-11-02T03:16:06.795Z | Compiling foreign-types-shared v0.1.1 |
1196 | 2024-11-02T03:16:06.899Z | Compiling openssl v0.10.66 |
1197 | 2024-11-02T03:16:06.917Z | Compiling tower-service v0.3.3 |
1198 | 2024-11-02T03:16:07.036Z | Compiling match_cfg v0.1.0 |
1199 | 2024-11-02T03:16:07.131Z | Compiling adler2 v2.0.0 |
1200 | 2024-11-02T03:16:07.151Z | Compiling iana-time-zone v0.1.61 |
1201 | 2024-11-02T03:16:07.285Z | Compiling base64 v0.22.1 |
1202 | 2024-11-02T03:16:07.318Z | Compiling miniz_oxide v0.8.0 |
1203 | 2024-11-02T03:16:07.610Z | Compiling hostname v0.3.1 |
1204 | 2024-11-02T03:16:07.638Z | Compiling time v0.3.36 |
1205 | 2024-11-02T03:16:07.770Z | Compiling url v2.5.2 |
1206 | 2024-11-02T03:16:07.841Z | Compiling foreign-types v0.3.2 |
1207 | 2024-11-02T03:16:07.935Z | Compiling dirs-sys-next v0.1.2 |
1208 | 2024-11-02T03:16:07.954Z | Compiling aho-corasick v1.1.3 |
1209 | 2024-11-02T03:16:08.539Z | Compiling rustls v0.23.14 |
1210 | 2024-11-02T03:16:08.776Z | Compiling regex-syntax v0.8.5 |
1211 | 2024-11-02T03:16:08.847Z | Compiling data-encoding v2.6.0 |
1212 | 2024-11-02T03:16:09.059Z | Compiling native-tls v0.2.12 |
1213 | 2024-11-02T03:16:09.382Z | Compiling rustls v0.22.4 |
1214 | 2024-11-02T03:16:09.479Z | Compiling siphasher v0.3.11 |
1215 | 2024-11-02T03:16:09.626Z | Compiling syn v1.0.109 |
1216 | 2024-11-02T03:16:09.879Z | Compiling dirs-next v2.0.0 |
1217 | 2024-11-02T03:16:10.259Z | Compiling serde_derive_internals v0.29.1 |
1218 | 2024-11-02T03:16:10.930Z | Compiling crossbeam-epoch v0.9.18 |
1219 | 2024-11-02T03:16:11.242Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1220 | 2024-11-02T03:16:11.665Z | Compiling lazy_static v1.5.0 |
1221 | 2024-11-02T03:16:11.710Z | Compiling thread_local v1.1.8 |
1222 | 2024-11-02T03:16:11.789Z | Compiling cookie v0.18.1 |
1223 | 2024-11-02T03:16:11.858Z | Compiling serde_derive v1.0.210 |
1224 | 2024-11-02T03:16:12.074Z | Compiling zeroize_derive v1.4.2 |
1225 | 2024-11-02T03:16:12.221Z | Compiling zerocopy-derive v0.7.35 |
1226 | 2024-11-02T03:16:12.440Z | Compiling tokio-macros v2.4.0 |
1227 | 2024-11-02T03:16:12.703Z | Compiling thiserror-impl v1.0.64 |
1228 | 2024-11-02T03:16:12.732Z | Compiling futures-macro v0.3.31 |
1229 | 2024-11-02T03:16:13.477Z | Compiling zeroize v1.8.1 |
1230 | 2024-11-02T03:16:13.983Z | Compiling der_derive v0.7.3 |
1231 | 2024-11-02T03:16:14.252Z | Compiling zerocopy v0.7.35 |
1232 | 2024-11-02T03:16:14.603Z | Compiling futures-util v0.3.31 |
1233 | 2024-11-02T03:16:14.836Z | Compiling tracing-attributes v0.1.27 |
1234 | 2024-11-02T03:16:15.307Z | Compiling crypto-common v0.1.6 |
1235 | 2024-11-02T03:16:15.533Z | Compiling block-buffer v0.10.4 |
1236 | 2024-11-02T03:16:15.684Z | Compiling thiserror v1.0.64 |
1237 | 2024-11-02T03:16:15.797Z | Compiling digest v0.10.7 |
1238 | 2024-11-02T03:16:15.825Z | Compiling block-padding v0.3.3 |
1239 | 2024-11-02T03:16:15.848Z | Compiling ppv-lite86 v0.2.20 |
1240 | 2024-11-02T03:16:16.065Z | Compiling inout v0.1.3 |
1241 | 2024-11-02T03:16:16.295Z | Compiling hmac v0.12.1 |
1242 | 2024-11-02T03:16:16.313Z | Compiling cipher v0.4.4 |
1243 | 2024-11-02T03:16:16.349Z | Compiling sha2 v0.10.8 |
1244 | 2024-11-02T03:16:16.558Z | Compiling der v0.7.9 |
1245 | 2024-11-02T03:16:16.700Z | Compiling rand_chacha v0.3.1 |
1246 | 2024-11-02T03:16:16.828Z | Compiling salsa20 v0.10.2 |
1247 | 2024-11-02T03:16:17.063Z | Compiling pbkdf2 v0.12.2 |
1248 | 2024-11-02T03:16:17.227Z | Compiling rand v0.8.5 |
1249 | 2024-11-02T03:16:18.436Z | Compiling tracing v0.1.40 |
1250 | 2024-11-02T03:16:18.660Z | Compiling spki v0.7.3 |
1251 | 2024-11-02T03:16:18.991Z | Compiling pest v2.7.14 |
1252 | 2024-11-02T03:16:19.038Z | Compiling scrypt v0.11.0 |
1253 | 2024-11-02T03:16:19.038Z | Compiling cbc v0.1.2 |
1254 | 2024-11-02T03:16:19.297Z | Compiling aes v0.8.4 |
1255 | 2024-11-02T03:16:19.400Z | Compiling scroll_derive v0.12.0 |
1256 | 2024-11-02T03:16:19.576Z | Compiling rustls-webpki v0.102.8 |
1257 | 2024-11-02T03:16:19.813Z | Compiling async-trait v0.1.83 |
1258 | 2024-11-02T03:16:19.931Z | Compiling openssl-macros v0.1.1 |
1259 | 2024-11-02T03:16:20.647Z | Compiling pkcs5 v0.7.1 |
1260 | 2024-11-02T03:16:20.759Z | Compiling scroll v0.12.0 |
1261 | 2024-11-02T03:16:21.139Z | Compiling sha1 v0.10.6 |
1262 | 2024-11-02T03:16:21.304Z | Compiling pkcs8 v0.10.2 |
1263 | 2024-11-02T03:16:21.464Z | Compiling goblin v0.8.2 |
1264 | 2024-11-02T03:16:21.554Z | Compiling pest_meta v2.7.14 |
1265 | 2024-11-02T03:16:21.815Z | Compiling signature v2.2.0 |
1266 | 2024-11-02T03:16:22.035Z | Compiling regex-automata v0.4.8 |
1267 | 2024-11-02T03:16:22.056Z | Compiling multer v3.1.0 |
1268 | 2024-11-02T03:16:22.095Z | Compiling encoding_rs v0.8.34 |
1269 | 2024-11-02T03:16:22.125Z | Compiling openssl-probe v0.1.5 |
1270 | 2024-11-02T03:16:22.329Z | Compiling mime v0.3.17 |
1271 | 2024-11-02T03:16:22.347Z | Compiling slog-async v2.8.0 |
1272 | 2024-11-02T03:16:22.480Z | Compiling unicode-properties v0.1.3 |
1273 | 2024-11-02T03:16:22.852Z | Compiling pest_generator v2.7.14 |
1274 | 2024-11-02T03:16:22.871Z | Compiling rayon-core v1.12.1 |
1275 | 2024-11-02T03:16:22.913Z | Compiling signal-hook v0.3.17 |
1276 | 2024-11-02T03:16:23.143Z | Compiling either v1.13.0 |
1277 | 2024-11-02T03:16:23.190Z | Compiling gimli v0.31.1 |
1278 | 2024-11-02T03:16:23.588Z | Compiling schemars v0.8.21 |
1279 | 2024-11-02T03:16:23.995Z | Compiling paste v1.0.15 |
1280 | 2024-11-02T03:16:24.544Z | Compiling ipnet v2.10.1 |
1281 | 2024-11-02T03:16:25.015Z | Compiling stringprep v0.1.5 |
1282 | 2024-11-02T03:16:25.599Z | Compiling bytes v1.7.2 |
1283 | 2024-11-02T03:16:26.155Z | Compiling indexmap v2.6.0 |
1284 | 2024-11-02T03:16:26.325Z | Compiling bitflags v2.6.0 |
1285 | 2024-11-02T03:16:26.333Z | Compiling semver v1.0.23 |
1286 | 2024-11-02T03:16:26.652Z | Compiling tokio v1.40.0 |
1287 | 2024-11-02T03:16:26.888Z | Compiling http v1.1.0 |
1288 | 2024-11-02T03:16:27.066Z | Compiling rustc_version v0.4.1 |
1289 | 2024-11-02T03:16:27.645Z | Compiling pest_derive v2.7.14 |
1290 | 2024-11-02T03:16:27.778Z | Compiling dof v0.3.0 |
1291 | 2024-11-02T03:16:28.433Z | Compiling dtrace-parser v0.2.0 |
1292 | 2024-11-02T03:16:28.730Z | Compiling http-body v1.0.1 |
1293 | 2024-11-02T03:16:29.016Z | Compiling serde_tokenstream v0.2.2 |
1294 | 2024-11-02T03:16:29.331Z | Compiling toml_datetime v0.6.8 |
1295 | 2024-11-02T03:16:29.618Z | Compiling uuid v1.10.0 |
1296 | 2024-11-02T03:16:29.848Z | Compiling serde_spanned v0.6.8 |
1297 | 2024-11-02T03:16:29.866Z | Compiling usdt-impl v0.5.0 |
1298 | 2024-11-02T03:16:30.085Z | Compiling chrono v0.4.38 |
1299 | 2024-11-02T03:16:30.486Z | Compiling http-body-util v0.1.2 |
1300 | 2024-11-02T03:16:31.004Z | Compiling heapless v0.7.17 |
1301 | 2024-11-02T03:16:31.266Z | Compiling toml_edit v0.22.22 |
1302 | 2024-11-02T03:16:31.386Z | Compiling usdt-macro v0.5.0 |
1303 | 2024-11-02T03:16:31.494Z | Compiling usdt-attr-macro v0.5.0 |
1304 | 2024-11-02T03:16:32.813Z | Compiling curve25519-dalek v4.1.3 |
1305 | 2024-11-02T03:16:33.135Z | Compiling slog-json v2.6.1 |
1306 | 2024-11-02T03:16:33.457Z | Compiling addr2line v0.24.2 |
1307 | 2024-11-02T03:16:33.504Z | Compiling serde_urlencoded v0.7.1 |
1308 | 2024-11-02T03:16:33.858Z | Compiling futures-executor v0.3.31 |
1309 | 2024-11-02T03:16:34.030Z | Compiling md-5 v0.10.6 |
1310 | 2024-11-02T03:16:34.143Z | Compiling schemars_derive v0.8.21 |
1311 | 2024-11-02T03:16:34.370Z | Compiling async-stream-impl v0.3.6 |
1312 | 2024-11-02T03:16:34.396Z | Compiling enum-as-inner v0.6.1 |
1313 | 2024-11-02T03:16:35.494Z | Compiling tokio-util v0.7.12 |
1314 | 2024-11-02T03:16:36.880Z | Compiling h2 v0.4.6 |
1315 | 2024-11-02T03:16:37.314Z | Compiling crossbeam-deque v0.8.5 |
1316 | 2024-11-02T03:16:37.824Z | Compiling term v0.7.0 |
1317 | 2024-11-02T03:16:39.051Z | Compiling crossbeam-channel v0.5.13 |
1318 | 2024-11-02T03:16:39.266Z | Compiling num-integer v0.1.46 |
1319 | 2024-11-02T03:16:39.592Z | Compiling rustls-pemfile v2.2.0 |
1320 | 2024-11-02T03:16:39.934Z | Compiling idna v0.3.0 |
1321 | 2024-11-02T03:16:40.041Z | Compiling idna v0.4.0 |
1322 | 2024-11-02T03:16:40.166Z | Compiling hash32 v0.2.1 |
1323 | 2024-11-02T03:16:40.553Z | Compiling ff v0.13.0 |
1324 | 2024-11-02T03:16:40.788Z | Compiling is-terminal v0.4.13 |
1325 | 2024-11-02T03:16:40.917Z | Compiling dropshot v0.12.0 |
1326 | 2024-11-02T03:16:40.993Z | Compiling object v0.36.5 |
1327 | 2024-11-02T03:16:41.210Z | Compiling utf-8 v0.7.6 |
1328 | 2024-11-02T03:16:41.522Z | Compiling base16ct v0.2.0 |
1329 | 2024-11-02T03:16:41.541Z | Compiling dyn-clone v1.0.17 |
1330 | 2024-11-02T03:16:41.606Z | Compiling fallible-iterator v0.2.0 |
1331 | 2024-11-02T03:16:41.746Z | Compiling quick-error v1.2.3 |
1332 | 2024-11-02T03:16:41.831Z | Compiling rustc-demangle v0.1.24 |
1333 | 2024-11-02T03:16:41.886Z | Compiling num-bigint-dig v0.8.4 |
1334 | 2024-11-02T03:16:42.194Z | Compiling take_mut v0.2.2 |
1335 | 2024-11-02T03:16:42.327Z | Compiling linked-hash-map v0.5.6 |
1336 | 2024-11-02T03:16:42.352Z | Compiling psl-types v2.0.11 |
1337 | 2024-11-02T03:16:42.552Z | Compiling stable_deref_trait v1.2.0 |
1338 | 2024-11-02T03:16:42.663Z | Compiling smoltcp v0.9.1 |
1339 | 2024-11-02T03:16:42.700Z | Compiling anyhow v1.0.92 |
1340 | 2024-11-02T03:16:42.752Z | Compiling portable-atomic v1.9.0 |
1341 | 2024-11-02T03:16:43.267Z | Compiling lru-cache v0.1.2 |
1342 | 2024-11-02T03:16:43.457Z | Compiling publicsuffix v2.2.3 |
1343 | 2024-11-02T03:16:43.782Z | Compiling postgres-protocol v0.6.7 |
1344 | 2024-11-02T03:16:43.835Z | Compiling hyper v1.4.1 |
1345 | 2024-11-02T03:16:44.654Z | Compiling resolv-conf v0.7.0 |
1346 | 2024-11-02T03:16:44.892Z | Compiling sec1 v0.7.3 |
1347 | 2024-11-02T03:16:45.404Z | Compiling tungstenite v0.24.0 |
1348 | 2024-11-02T03:16:45.535Z | Compiling hickory-proto v0.24.1 |
1349 | 2024-11-02T03:16:46.677Z | Compiling hyper-util v0.1.10 |
1350 | 2024-11-02T03:16:47.130Z | Compiling slog-term v2.9.1 |
1351 | 2024-11-02T03:16:47.608Z | Compiling usdt v0.5.0 |
1352 | 2024-11-02T03:16:47.845Z | Compiling group v0.13.0 |
1353 | 2024-11-02T03:16:48.102Z | Compiling backtrace v0.3.74 |
1354 | 2024-11-02T03:16:48.172Z | Compiling num-iter v0.1.45 |
1355 | 2024-11-02T03:16:48.312Z | Compiling tokio-rustls v0.26.0 |
1356 | 2024-11-02T03:16:48.358Z | Compiling tokio-rustls v0.25.0 |
1357 | 2024-11-02T03:16:48.779Z | Compiling tokio-native-tls v0.3.1 |
1358 | 2024-11-02T03:16:48.833Z | Compiling async-stream v0.3.6 |
1359 | 2024-11-02T03:16:48.940Z | Compiling toml v0.8.19 |
1360 | 2024-11-02T03:16:49.143Z | Compiling futures v0.3.31 |
1361 | 2024-11-02T03:16:49.266Z | Compiling camino v1.1.9 |
1362 | 2024-11-02T03:16:50.234Z | Compiling slog-bunyan v2.5.0 |
1363 | 2024-11-02T03:16:50.254Z | Compiling terminal_size v0.4.0 |
1364 | 2024-11-02T03:16:50.368Z | Compiling dropshot_endpoint v0.12.0 |
1365 | 2024-11-02T03:16:50.442Z | Compiling openapiv3 v2.0.0 |
1366 | 2024-11-02T03:16:50.456Z | Compiling serde_path_to_error v0.1.16 |
1367 | 2024-11-02T03:16:51.113Z | Compiling hubpack_derive v0.1.1 |
1368 | 2024-11-02T03:16:51.295Z | Compiling hkdf v0.12.4 |
1369 | 2024-11-02T03:16:51.369Z | Compiling crypto-bigint v0.5.5 |
1370 | 2024-11-02T03:16:51.560Z | Compiling curve25519-dalek-derive v0.1.1 |
1371 | 2024-11-02T03:16:51.580Z | Compiling zerocopy-derive v0.6.6 |
1372 | 2024-11-02T03:16:52.018Z | Compiling phf_shared v0.11.2 |
1373 | 2024-11-02T03:16:52.035Z | Compiling waitgroup v0.1.2 |
1374 | 2024-11-02T03:16:52.262Z | Compiling webpki-roots v0.26.6 |
1375 | 2024-11-02T03:16:52.417Z | Compiling hostname v0.4.0 |
1376 | 2024-11-02T03:16:52.482Z | Compiling ahash v0.8.11 |
1377 | 2024-11-02T03:16:52.677Z | Compiling fs-err v2.11.0 |
1378 | 2024-11-02T03:16:52.840Z | Compiling crc32fast v1.4.2 |
1379 | 2024-11-02T03:16:52.968Z | Compiling managed v0.8.0 |
1380 | 2024-11-02T03:16:52.985Z | Compiling debug-ignore v1.0.5 |
1381 | 2024-11-02T03:16:53.130Z | Compiling bitflags v1.3.2 |
1382 | 2024-11-02T03:16:53.172Z | Compiling winnow v0.5.40 |
1383 | 2024-11-02T03:16:53.240Z | Compiling clap_builder v4.5.20 |
1384 | 2024-11-02T03:16:53.624Z | Compiling zerocopy v0.6.6 |
1385 | 2024-11-02T03:16:54.517Z | Compiling elliptic-curve v0.13.8 |
1386 | 2024-11-02T03:16:54.766Z | Compiling strum_macros v0.25.3 |
1387 | 2024-11-02T03:16:55.334Z | Compiling flate2 v1.0.34 |
1388 | 2024-11-02T03:16:55.354Z | Compiling console v0.15.8 |
1389 | 2024-11-02T03:16:56.502Z | Compiling hyper-rustls v0.27.3 |
1390 | 2024-11-02T03:16:56.868Z | Compiling toml_edit v0.19.15 |
1391 | 2024-11-02T03:16:57.035Z | Compiling phf v0.11.2 |
1392 | 2024-11-02T03:16:57.130Z | Compiling hubpack v0.1.2 |
1393 | 2024-11-02T03:16:57.339Z | Compiling hickory-resolver v0.24.1 |
1394 | 2024-11-02T03:16:57.508Z | Compiling signal-hook-mio v0.2.4 |
1395 | 2024-11-02T03:16:57.575Z | Compiling cookie_store v0.21.0 |
1396 | 2024-11-02T03:16:57.665Z | Compiling rayon v1.10.0 |
1397 | 2024-11-02T03:16:58.533Z | Compiling hyper-tls v0.6.0 |
1398 | 2024-11-02T03:16:58.973Z | Compiling bzip2 v0.4.4 |
1399 | 2024-11-02T03:16:59.920Z | Compiling tokio-tungstenite v0.24.0 |
1400 | 2024-11-02T03:17:00.495Z | Compiling postgres-types v0.2.8 |
1401 | 2024-11-02T03:17:02.167Z | Compiling tokio-stream v0.1.16 |
1402 | 2024-11-02T03:17:02.645Z | Compiling regex v1.11.0 |
1403 | 2024-11-02T03:17:03.267Z | Compiling bstr v1.10.0 |
1404 | 2024-11-02T03:17:03.304Z | Compiling serde-big-array v0.5.1 |
1405 | 2024-11-02T03:17:03.537Z | Compiling ed25519 v2.2.3 |
1406 | 2024-11-02T03:17:03.565Z | Compiling pkcs1 v0.7.5 |
1407 | 2024-11-02T03:17:03.675Z | Compiling rfc6979 v0.4.0 |
1408 | 2024-11-02T03:17:03.682Z | Compiling clap_derive v4.5.18 |
1409 | 2024-11-02T03:17:03.843Z | Compiling serde_repr v0.1.19 |
1410 | 2024-11-02T03:17:03.887Z | Compiling derive-where v1.2.7 |
1411 | 2024-11-02T03:17:04.542Z | Compiling phf_shared v0.10.0 |
1412 | 2024-11-02T03:17:04.585Z | Compiling float-cmp v0.9.0 |
1413 | 2024-11-02T03:17:04.804Z | Compiling sync_wrapper v1.0.1 |
1414 | 2024-11-02T03:17:04.908Z | Compiling precomputed-hash v0.1.1 |
1415 | 2024-11-02T03:17:04.955Z | Compiling normalize-line-endings v0.3.0 |
1416 | 2024-11-02T03:17:04.974Z | Compiling new_debug_unreachable v1.0.6 |
1417 | 2024-11-02T03:17:05.020Z | Compiling bit-vec v0.6.3 |
1418 | 2024-11-02T03:17:05.051Z | Compiling fixedbitset v0.4.2 |
1419 | 2024-11-02T03:17:05.069Z | Compiling predicates-core v1.0.8 |
1420 | 2024-11-02T03:17:05.087Z | Compiling number_prefix v0.4.0 |
1421 | 2024-11-02T03:17:05.309Z | Compiling unicode-segmentation v1.12.0 |
1422 | 2024-11-02T03:17:05.403Z | Compiling minimal-lexical v0.2.1 |
1423 | 2024-11-02T03:17:05.423Z | Compiling whoami v1.5.2 |
1424 | 2024-11-02T03:17:05.484Z | Compiling static_assertions v1.1.0 |
1425 | 2024-11-02T03:17:05.513Z | Compiling difflib v0.4.0 |
1426 | 2024-11-02T03:17:05.586Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1427 | 2024-11-02T03:17:05.893Z | Compiling nom v7.1.3 |
1428 | 2024-11-02T03:17:06.044Z | Compiling similar v2.6.0 |
1429 | 2024-11-02T03:17:06.195Z | Compiling predicates v3.1.2 |
1430 | 2024-11-02T03:17:07.035Z | Compiling tokio-postgres v0.7.12 |
1431 | 2024-11-02T03:17:07.167Z | Compiling qorb v0.2.0 |
1432 | 2024-11-02T03:17:07.868Z | Compiling bit-set v0.5.3 |
1433 | 2024-11-02T03:17:08.164Z | Compiling petgraph v0.6.5 |
1434 | 2024-11-02T03:17:08.289Z | Compiling clap v4.5.20 |
1435 | 2024-11-02T03:17:08.420Z | Compiling indicatif v0.17.8 |
1436 | 2024-11-02T03:17:08.444Z | Compiling string_cache v0.8.7 |
1437 | 2024-11-02T03:17:08.926Z | Compiling reqwest v0.12.8 |
1438 | 2024-11-02T03:17:09.756Z | Compiling rsa v0.9.6 |
1439 | 2024-11-02T03:17:10.576Z | Compiling ecdsa v0.16.9 |
1440 | 2024-11-02T03:17:11.427Z | Compiling ed25519-dalek v2.1.1 |
1441 | 2024-11-02T03:17:12.277Z | Compiling toml v0.7.8 |
1442 | 2024-11-02T03:17:12.301Z | Compiling zip v0.6.6 |
1443 | 2024-11-02T03:17:12.625Z | Compiling crossterm v0.28.1 |
1444 | 2024-11-02T03:17:13.365Z | Compiling hex v0.4.3 |
1445 | 2024-11-02T03:17:13.475Z | Compiling itertools v0.10.5 |
1446 | 2024-11-02T03:17:13.670Z | Compiling itertools v0.12.1 |
1447 | 2024-11-02T03:17:13.933Z | Compiling x509-cert v0.2.5 |
1448 | 2024-11-02T03:17:13.996Z | Compiling peg-runtime v0.8.3 |
1449 | 2024-11-02T03:17:14.165Z | Compiling unicode-xid v0.2.6 |
1450 | 2024-11-02T03:17:14.358Z | Compiling lalrpop-util v0.19.12 |
1451 | 2024-11-02T03:17:14.631Z | Compiling xattr v1.3.1 |
1452 | 2024-11-02T03:17:14.710Z | Compiling strum_macros v0.26.4 |
1453 | 2024-11-02T03:17:14.897Z | Compiling filetime v0.2.25 |
1454 | 2024-11-02T03:17:15.209Z | Compiling tar v0.4.42 |
1455 | 2024-11-02T03:17:18.149Z | Compiling strum v0.26.3 |
1456 | 2024-11-02T03:17:18.459Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1457 | 2024-11-02T03:17:18.706Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1458 | 2024-11-02T03:17:23.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
1459 | 2024-11-02T03:17:24.034Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1460 | 2024-11-02T03:17:24.082Z | Nov 02 03:17:23.844 INFO Starting download, target: Console |
1461 | 2024-11-02T03:17:24.082Z | Nov 02 03:17:23.845 INFO Starting download, target: DendriteOpenapi |
1462 | 2024-11-02T03:17:24.082Z | Nov 02 03:17:23.845 INFO Starting download, target: Clickhouse |
1463 | 2024-11-02T03:17:24.084Z | Nov 02 03:17:23.845 INFO Starting download, target: Cockroach |
1464 | 2024-11-02T03:17:24.085Z | Nov 02 03:17:23.845 INFO Starting download, target: DendriteStub |
1465 | 2024-11-02T03:17:24.085Z | Nov 02 03:17:23.845 INFO Starting download, target: MaghemiteMgd |
1466 | 2024-11-02T03:17:24.085Z | Nov 02 03:17:23.845 INFO Starting download, target: TransceiverControl |
1467 | 2024-11-02T03:17:24.085Z | Nov 02 03:17:23.845 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1468 | 2024-11-02T03:17:24.085Z | Nov 02 03:17:23.845 INFO Downloading out/downloads/dpd-4067d742d832fa434217b95e4b149048d01ef54e.json (attempt 1/3), target: DendriteOpenapi |
1469 | 2024-11-02T03:17:24.085Z | Nov 02 03:17:23.845 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1470 | 2024-11-02T03:17:24.085Z | Nov 02 03:17:23.845 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1471 | 2024-11-02T03:17:24.086Z | Nov 02 03:17:23.845 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1472 | 2024-11-02T03:17:24.086Z | Nov 02 03:17:23.845 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1473 | 2024-11-02T03:17:24.086Z | Nov 02 03:17:23.845 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1474 | 2024-11-02T03:17:24.394Z | Nov 02 03:17:24.148 INFO Download complete, target: DendriteOpenapi |
1475 | 2024-11-02T03:17:24.567Z | Nov 02 03:17:24.318 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1476 | 2024-11-02T03:17:24.756Z | Nov 02 03:17:24.515 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1477 | 2024-11-02T03:17:25.009Z | Nov 02 03:17:24.760 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1478 | 2024-11-02T03:17:25.085Z | Nov 02 03:17:24.847 INFO Download complete, target: Console |
1479 | 2024-11-02T03:17:25.245Z | Nov 02 03:17:24.992 INFO Download complete, target: TransceiverControl |
1480 | 2024-11-02T03:17:25.296Z | Nov 02 03:17:25.044 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1481 | 2024-11-02T03:17:25.992Z | Nov 02 03:17:25.724 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1482 | 2024-11-02T03:17:26.425Z | Nov 02 03:17:26.186 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1483 | 2024-11-02T03:17:26.425Z | Nov 02 03:17:26.186 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1484 | 2024-11-02T03:17:27.730Z | Nov 02 03:17:27.492 INFO Download complete, target: DendriteStub |
1485 | 2024-11-02T03:17:28.026Z | Nov 02 03:17:27.789 INFO Download complete, target: MaghemiteMgd |
1486 | 2024-11-02T03:17:33.826Z | Nov 02 03:17:33.589 INFO Checking that binary works, target: Cockroach |
1487 | 2024-11-02T03:17:33.982Z | Nov 02 03:17:33.745 INFO Download complete, target: Cockroach |
1488 | 2024-11-02T03:17:38.411Z | Nov 02 03:17:38.174 INFO Checking that binary works, target: Clickhouse |
1489 | 2024-11-02T03:17:38.983Z | Nov 02 03:17:38.746 INFO Download complete, target: Clickhouse |
1490 | 2024-11-02T03:17:38.990Z | All prerequisites installed successfully |
1491 | 2024-11-02T03:17:38.993Z | |
1492 | 2024-11-02T03:17:38.993Z | real 5:59.331807691 |
1493 | 2024-11-02T03:17:38.993Z | user 12:05.268838486 |
1494 | 2024-11-02T03:17:38.993Z | sys 2:40.963976406 |
1495 | 2024-11-02T03:17:38.993Z | trap 0.417564030 |
1496 | 2024-11-02T03:17:38.993Z | tflt 3.864929519 |
1497 | 2024-11-02T03:17:38.993Z | dflt 3.445994707 |
1498 | 2024-11-02T03:17:38.993Z | kflt 0.259312493 |
1499 | 2024-11-02T03:17:38.993Z | lock 22:53.676789099 |
1500 | 2024-11-02T03:17:38.993Z | slp 51:54.591060998 |
1501 | 2024-11-02T03:17:38.994Z | lat 45.182372981 |
1502 | 2024-11-02T03:17:38.994Z | stop 1:55.989330883 |
1503 | 2024-11-02T03:17:38.994Z | + ptime -m cargo xtask download softnpu |
1504 | 2024-11-02T03:17:39.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1505 | 2024-11-02T03:17:39.496Z | Running `target/debug/xtask download softnpu` |
1506 | 2024-11-02T03:17:40.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
1507 | 2024-11-02T03:17:40.303Z | Running `target/debug/xtask-downloader softnpu` |
1508 | 2024-11-02T03:17:40.337Z | Nov 02 03:17:40.100 INFO Starting download, target: Softnpu |
1509 | 2024-11-02T03:17:40.340Z | Nov 02 03:17:40.100 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1510 | 2024-11-02T03:17:41.085Z | Nov 02 03:17:40.847 INFO Download complete, target: Softnpu |
1511 | 2024-11-02T03:17:41.087Z | |
1512 | 2024-11-02T03:17:41.087Z | real 2.090358130 |
1513 | 2024-11-02T03:17:41.087Z | user 1.198367747 |
1514 | 2024-11-02T03:17:41.087Z | sys 0.500844983 |
1515 | 2024-11-02T03:17:41.087Z | trap 0.000709111 |
1516 | 2024-11-02T03:17:41.087Z | tflt 0.000031000 |
1517 | 2024-11-02T03:17:41.088Z | dflt 0.000001329 |
1518 | 2024-11-02T03:17:41.088Z | kflt 0.000000000 |
1519 | 2024-11-02T03:17:41.088Z | lock 7.597255643 |
1520 | 2024-11-02T03:17:41.089Z | slp 0.585335876 |
1521 | 2024-11-02T03:17:41.089Z | lat 0.067293547 |
1522 | 2024-11-02T03:17:41.089Z | stop 0.000185671 |
1523 | 2024-11-02T03:17:41.092Z | + export CARGO_INCREMENTAL=0 |
1524 | 2024-11-02T03:17:41.092Z | + CARGO_INCREMENTAL=0 |
1525 | 2024-11-02T03:17:41.092Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1526 | 2024-11-02T03:17:41.980Z | Compiling proc-macro2 v1.0.87 |
1527 | 2024-11-02T03:17:41.981Z | Compiling unicode-ident v1.0.13 |
1528 | 2024-11-02T03:17:41.983Z | Compiling libc v0.2.161 |
1529 | 2024-11-02T03:17:41.983Z | Compiling serde v1.0.210 |
1530 | 2024-11-02T03:17:41.983Z | Compiling autocfg v1.4.0 |
1531 | 2024-11-02T03:17:41.983Z | Compiling version_check v0.9.5 |
1532 | 2024-11-02T03:17:41.983Z | Compiling cfg-if v1.0.0 |
1533 | 2024-11-02T03:17:42.195Z | Compiling typenum v1.17.0 |
1534 | 2024-11-02T03:17:42.259Z | Compiling shlex v1.3.0 |
1535 | 2024-11-02T03:17:42.277Z | Compiling memchr v2.7.4 |
1536 | 2024-11-02T03:17:42.686Z | Compiling generic-array v0.14.7 |
1537 | 2024-11-02T03:17:42.701Z | Compiling parking_lot_core v0.9.10 |
1538 | 2024-11-02T03:17:42.983Z | Compiling lock_api v0.4.12 |
1539 | 2024-11-02T03:17:43.035Z | Compiling once_cell v1.20.2 |
1540 | 2024-11-02T03:17:43.100Z | Compiling serde_json v1.0.128 |
1541 | 2024-11-02T03:17:43.288Z | Compiling libm v0.2.8 |
1542 | 2024-11-02T03:17:43.414Z | Compiling thiserror v1.0.64 |
1543 | 2024-11-02T03:17:43.440Z | Compiling num-traits v0.2.19 |
1544 | 2024-11-02T03:17:43.628Z | Compiling value-bag v1.9.0 |
1545 | 2024-11-02T03:17:43.646Z | Compiling itoa v1.0.11 |
1546 | 2024-11-02T03:17:43.750Z | Compiling quote v1.0.37 |
1547 | 2024-11-02T03:17:43.888Z | Compiling slab v0.4.9 |
1548 | 2024-11-02T03:17:43.995Z | Compiling jobserver v0.1.32 |
1549 | 2024-11-02T03:17:44.175Z | Compiling syn v2.0.79 |
1550 | 2024-11-02T03:17:44.192Z | Compiling getrandom v0.2.15 |
1551 | 2024-11-02T03:17:44.206Z | Compiling log v0.4.22 |
1552 | 2024-11-02T03:17:44.337Z | Compiling cc v1.1.30 |
1553 | 2024-11-02T03:17:44.642Z | Compiling scopeguard v1.2.0 |
1554 | 2024-11-02T03:17:44.712Z | Compiling byteorder v1.5.0 |
1555 | 2024-11-02T03:17:44.729Z | Compiling rand_core v0.6.4 |
1556 | 2024-11-02T03:17:45.504Z | Compiling subtle v2.6.1 |
1557 | 2024-11-02T03:17:45.668Z | Compiling allocator-api2 v0.2.18 |
1558 | 2024-11-02T03:17:45.958Z | Compiling semver v1.0.23 |
1559 | 2024-11-02T03:17:46.353Z | Compiling pkg-config v0.3.31 |
1560 | 2024-11-02T03:17:46.486Z | Compiling ryu v1.0.18 |
1561 | 2024-11-02T03:17:46.632Z | Compiling const-oid v0.9.6 |
1562 | 2024-11-02T03:17:46.722Z | Compiling pin-project-lite v0.2.14 |
1563 | 2024-11-02T03:17:46.742Z | Compiling equivalent v1.0.1 |
1564 | 2024-11-02T03:17:46.759Z | Compiling smallvec v1.13.2 |
1565 | 2024-11-02T03:17:46.841Z | Compiling foldhash v0.1.3 |
1566 | 2024-11-02T03:17:46.889Z | Compiling httparse v1.9.5 |
1567 | 2024-11-02T03:17:47.112Z | Compiling hashbrown v0.15.0 |
1568 | 2024-11-02T03:17:47.343Z | Compiling schemars v0.8.21 |
1569 | 2024-11-02T03:17:47.505Z | Compiling ring v0.17.8 |
1570 | 2024-11-02T03:17:47.523Z | Compiling signal-hook-registry v1.4.2 |
1571 | 2024-11-02T03:17:47.721Z | Compiling heck v0.5.0 |
1572 | 2024-11-02T03:17:48.104Z | Compiling parking_lot v0.12.3 |
1573 | 2024-11-02T03:17:48.141Z | Compiling mio v1.0.2 |
1574 | 2024-11-02T03:17:48.699Z | Compiling crossbeam-utils v0.8.20 |
1575 | 2024-11-02T03:17:48.795Z | Compiling socket2 v0.5.7 |
1576 | 2024-11-02T03:17:48.941Z | Compiling time-core v0.1.2 |
1577 | 2024-11-02T03:17:49.120Z | Compiling futures-core v0.3.31 |
1578 | 2024-11-02T03:17:49.160Z | Compiling num-conv v0.1.0 |
1579 | 2024-11-02T03:17:49.613Z | Compiling vcpkg v0.2.15 |
1580 | 2024-11-02T03:17:49.698Z | Compiling fnv v1.0.7 |
1581 | 2024-11-02T03:17:49.834Z | Compiling time-macros v0.2.18 |
1582 | 2024-11-02T03:17:51.156Z | Compiling openssl-sys v0.9.103 |
1583 | 2024-11-02T03:17:51.174Z | Compiling spin v0.9.8 |
1584 | 2024-11-02T03:17:51.583Z | Compiling serde_derive_internals v0.29.1 |
1585 | 2024-11-02T03:17:51.750Z | Compiling cpufeatures v0.2.14 |
1586 | 2024-11-02T03:17:51.866Z | Compiling futures-sink v0.3.31 |
1587 | 2024-11-02T03:17:52.180Z | Compiling ahash v0.8.11 |
1588 | 2024-11-02T03:17:52.548Z | Compiling slog v2.7.0 |
1589 | 2024-11-02T03:17:52.594Z | Compiling syn v1.0.109 |
1590 | 2024-11-02T03:17:52.678Z | Compiling rustix v0.38.37 |
1591 | 2024-11-02T03:17:52.978Z | Compiling futures-channel v0.3.31 |
1592 | 2024-11-02T03:17:53.066Z | Compiling iana-time-zone v0.1.61 |
1593 | 2024-11-02T03:17:53.355Z | Compiling pin-utils v0.1.0 |
1594 | 2024-11-02T03:17:53.377Z | Compiling futures-task v0.3.31 |
1595 | 2024-11-02T03:17:53.406Z | Compiling futures-io v0.3.31 |
1596 | 2024-11-02T03:17:53.424Z | Compiling tinyvec_macros v0.1.1 |
1597 | 2024-11-02T03:17:53.453Z | Compiling openssl v0.10.66 |
1598 | 2024-11-02T03:17:53.511Z | Compiling ucd-trie v0.1.7 |
1599 | 2024-11-02T03:17:53.667Z | Compiling tinyvec v1.8.0 |
1600 | 2024-11-02T03:17:54.173Z | Compiling native-tls v0.2.12 |
1601 | 2024-11-02T03:17:54.307Z | Compiling unicode-bidi v0.3.17 |
1602 | 2024-11-02T03:17:54.498Z | Compiling rustls v0.23.14 |
1603 | 2024-11-02T03:17:54.817Z | Compiling base64ct v1.6.0 |
1604 | 2024-11-02T03:17:55.153Z | Compiling unicode-normalization v0.1.24 |
1605 | 2024-11-02T03:17:55.352Z | Compiling pem-rfc7468 v0.7.0 |
1606 | 2024-11-02T03:17:56.013Z | Compiling tracing-core v0.1.32 |
1607 | 2024-11-02T03:17:56.183Z | Compiling serde_derive v1.0.210 |
1608 | 2024-11-02T03:17:56.239Z | Compiling zeroize_derive v1.4.2 |
1609 | 2024-11-02T03:17:57.023Z | Compiling zerocopy-derive v0.7.35 |
1610 | 2024-11-02T03:17:57.196Z | Compiling thiserror-impl v1.0.64 |
1611 | 2024-11-02T03:17:57.499Z | Compiling zeroize v1.8.1 |
1612 | 2024-11-02T03:17:57.912Z | Compiling tokio-macros v2.4.0 |
1613 | 2024-11-02T03:17:58.801Z | Compiling futures-macro v0.3.31 |
1614 | 2024-11-02T03:17:59.244Z | Compiling zerocopy v0.7.35 |
1615 | 2024-11-02T03:17:59.838Z | Compiling crypto-common v0.1.6 |
1616 | 2024-11-02T03:18:00.180Z | Compiling tracing-attributes v0.1.27 |
1617 | 2024-11-02T03:18:00.390Z | Compiling block-buffer v0.10.4 |
1618 | 2024-11-02T03:18:00.643Z | Compiling digest v0.10.7 |
1619 | 2024-11-02T03:18:00.806Z | Compiling schemars_derive v0.8.21 |
1620 | 2024-11-02T03:18:01.017Z | Compiling der_derive v0.7.3 |
1621 | 2024-11-02T03:18:01.998Z | Compiling hmac v0.12.1 |
1622 | 2024-11-02T03:18:02.199Z | Compiling scroll_derive v0.12.0 |
1623 | 2024-11-02T03:18:02.368Z | Compiling futures-util v0.3.31 |
1624 | 2024-11-02T03:18:03.137Z | Compiling pest v2.7.14 |
1625 | 2024-11-02T03:18:03.374Z | Compiling block-padding v0.3.3 |
1626 | 2024-11-02T03:18:03.595Z | Compiling inout v0.1.3 |
1627 | 2024-11-02T03:18:03.861Z | Compiling openssl-macros v0.1.1 |
1628 | 2024-11-02T03:18:04.495Z | Compiling cipher v0.4.4 |
1629 | 2024-11-02T03:18:04.527Z | Compiling sha2 v0.10.8 |
1630 | 2024-11-02T03:18:04.925Z | Compiling ppv-lite86 v0.2.20 |
1631 | 2024-11-02T03:18:05.321Z | Compiling usdt-impl v0.5.0 |
1632 | 2024-11-02T03:18:05.702Z | Compiling pest_meta v2.7.14 |
1633 | 2024-11-02T03:18:05.800Z | Compiling cookie v0.18.1 |
1634 | 2024-11-02T03:18:06.042Z | Compiling anyhow v1.0.92 |
1635 | 2024-11-02T03:18:06.085Z | Compiling dyn-clone v1.0.17 |
1636 | 2024-11-02T03:18:06.475Z | Compiling flagset v0.4.6 |
1637 | 2024-11-02T03:18:06.544Z | Compiling rand_chacha v0.3.1 |
1638 | 2024-11-02T03:18:06.691Z | Compiling der v0.7.9 |
1639 | 2024-11-02T03:18:07.387Z | Compiling pest_generator v2.7.14 |
1640 | 2024-11-02T03:18:07.956Z | Compiling scroll v0.12.0 |
1641 | 2024-11-02T03:18:08.500Z | Compiling bytes v1.7.2 |
1642 | 2024-11-02T03:18:08.519Z | Compiling indexmap v2.6.0 |
1643 | 2024-11-02T03:18:09.611Z | Compiling tokio v1.40.0 |
1644 | 2024-11-02T03:18:09.680Z | Compiling http v1.1.0 |
1645 | 2024-11-02T03:18:09.953Z | Compiling serde_tokenstream v0.2.2 |
1646 | 2024-11-02T03:18:10.326Z | Compiling rustc_version v0.4.1 |
1647 | 2024-11-02T03:18:10.534Z | Compiling uuid v1.10.0 |
1648 | 2024-11-02T03:18:10.863Z | Compiling bitflags v2.6.0 |
1649 | 2024-11-02T03:18:10.988Z | Compiling chrono v0.4.38 |
1650 | 2024-11-02T03:18:11.858Z | Compiling toml_datetime v0.6.8 |
1651 | 2024-11-02T03:18:11.897Z | Compiling serde_spanned v0.6.8 |
1652 | 2024-11-02T03:18:12.284Z | Compiling pest_derive v2.7.14 |
1653 | 2024-11-02T03:18:13.158Z | Compiling tracing v0.1.40 |
1654 | 2024-11-02T03:18:15.373Z | Compiling async-trait v0.1.83 |
1655 | 2024-11-02T03:18:16.651Z | Compiling aho-corasick v1.1.3 |
1656 | 2024-11-02T03:18:17.323Z | Compiling rustls-pki-types v1.9.0 |
1657 | 2024-11-02T03:18:17.562Z | Compiling plain v0.2.3 |
1658 | 2024-11-02T03:18:17.687Z | Compiling regex-syntax v0.8.5 |
1659 | 2024-11-02T03:18:17.708Z | Compiling rayon-core v1.12.1 |
1660 | 2024-11-02T03:18:17.990Z | Compiling percent-encoding v2.3.1 |
1661 | 2024-11-02T03:18:18.279Z | Compiling camino v1.1.9 |
1662 | 2024-11-02T03:18:18.297Z | Compiling tokio-util v0.7.12 |
1663 | 2024-11-02T03:18:18.822Z | Compiling goblin v0.8.2 |
1664 | 2024-11-02T03:18:19.681Z | Compiling spki v0.7.3 |
1665 | 2024-11-02T03:18:20.042Z | Compiling rand v0.8.5 |
1666 | 2024-11-02T03:18:20.169Z | Compiling salsa20 v0.10.2 |
1667 | 2024-11-02T03:18:20.635Z | Compiling pbkdf2 v0.12.2 |
1668 | 2024-11-02T03:18:21.164Z | Compiling pretty-hex v0.4.1 |
1669 | 2024-11-02T03:18:21.337Z | Compiling regex-automata v0.4.8 |
1670 | 2024-11-02T03:18:21.381Z | Compiling rustls v0.22.4 |
1671 | 2024-11-02T03:18:21.559Z | Compiling untrusted v0.9.0 |
1672 | 2024-11-02T03:18:21.672Z | Compiling winnow v0.5.40 |
1673 | 2024-11-02T03:18:22.285Z | Compiling powerfmt v0.2.0 |
1674 | 2024-11-02T03:18:22.670Z | Compiling deranged v0.3.11 |
1675 | 2024-11-02T03:18:24.527Z | Compiling dof v0.3.0 |
1676 | 2024-11-02T03:18:25.197Z | Compiling toml_edit v0.19.15 |
1677 | 2024-11-02T03:18:25.774Z | Compiling scrypt v0.11.0 |
1678 | 2024-11-02T03:18:26.237Z | Compiling dtrace-parser v0.2.0 |
1679 | 2024-11-02T03:18:26.417Z | Compiling aes v0.8.4 |
1680 | 2024-11-02T03:18:26.742Z | Compiling cbc v0.1.2 |
1681 | 2024-11-02T03:18:26.966Z | Compiling thread-id v4.2.2 |
1682 | 2024-11-02T03:18:27.084Z | Compiling num_threads v0.1.7 |
1683 | 2024-11-02T03:18:27.216Z | Compiling rustversion v1.0.17 |
1684 | 2024-11-02T03:18:27.728Z | Compiling atomic-waker v1.1.2 |
1685 | 2024-11-02T03:18:27.911Z | Compiling pkcs5 v0.7.1 |
1686 | 2024-11-02T03:18:27.965Z | Compiling time v0.3.36 |
1687 | 2024-11-02T03:18:29.499Z | Compiling rustls-webpki v0.102.8 |
1688 | 2024-11-02T03:18:30.089Z | Compiling form_urlencoded v1.2.1 |
1689 | 2024-11-02T03:18:30.384Z | Compiling http-body v1.0.1 |
1690 | 2024-11-02T03:18:30.622Z | Compiling heapless v0.7.17 |
1691 | 2024-11-02T03:18:31.366Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1692 | 2024-11-02T03:18:31.403Z | Compiling multer v3.1.0 |
1693 | 2024-11-02T03:18:31.703Z | Compiling slog-async v2.8.0 |
1694 | 2024-11-02T03:18:31.871Z | Compiling try-lock v0.2.5 |
1695 | 2024-11-02T03:18:31.977Z | Compiling signal-hook v0.3.17 |
1696 | 2024-11-02T03:18:32.023Z | Compiling want v0.3.1 |
1697 | 2024-11-02T03:18:32.283Z | Compiling pkcs8 v0.10.2 |
1698 | 2024-11-02T03:18:32.924Z | Compiling h2 v0.4.6 |
1699 | 2024-11-02T03:18:33.519Z | Compiling regex v1.11.0 |
1700 | 2024-11-02T03:18:34.674Z | Compiling paste v1.0.15 |
1701 | 2024-11-02T03:18:34.691Z | Compiling adler2 v2.0.0 |
1702 | 2024-11-02T03:18:35.128Z | Compiling strsim v0.11.1 |
1703 | 2024-11-02T03:18:35.165Z | Compiling httpdate v1.0.3 |
1704 | 2024-11-02T03:18:35.613Z | Compiling miniz_oxide v0.8.0 |
1705 | 2024-11-02T03:18:36.585Z | Compiling usdt-macro v0.5.0 |
1706 | 2024-11-02T03:18:37.430Z | Compiling usdt-attr-macro v0.5.0 |
1707 | 2024-11-02T03:18:37.879Z | Compiling curve25519-dalek v4.1.3 |
1708 | 2024-11-02T03:18:38.313Z | Compiling openapiv3 v2.0.0 |
1709 | 2024-11-02T03:18:38.853Z | Compiling enum-as-inner v0.6.1 |
1710 | 2024-11-02T03:18:38.924Z | Compiling async-stream-impl v0.3.6 |
1711 | 2024-11-02T03:18:39.820Z | Compiling idna v0.5.0 |
1712 | 2024-11-02T03:18:40.115Z | Compiling hyper v1.4.1 |
1713 | 2024-11-02T03:18:40.317Z | Compiling errno v0.3.9 |
1714 | 2024-11-02T03:18:40.609Z | Compiling dropshot v0.12.0 |
1715 | 2024-11-02T03:18:40.929Z | Compiling num-bigint-dig v0.8.4 |
1716 | 2024-11-02T03:18:41.230Z | Compiling tower-service v0.3.3 |
1717 | 2024-11-02T03:18:41.232Z | Compiling smoltcp v0.9.1 |
1718 | 2024-11-02T03:18:42.030Z | Compiling foreign-types-shared v0.1.1 |
1719 | 2024-11-02T03:18:42.135Z | Compiling match_cfg v0.1.0 |
1720 | 2024-11-02T03:18:42.151Z | Compiling portable-atomic v1.9.0 |
1721 | 2024-11-02T03:18:42.231Z | Compiling base64 v0.22.1 |
1722 | 2024-11-02T03:18:42.387Z | Compiling hostname v0.3.1 |
1723 | 2024-11-02T03:18:42.431Z | Compiling foreign-types v0.3.2 |
1724 | 2024-11-02T03:18:42.503Z | Compiling hyper-util v0.1.10 |
1725 | 2024-11-02T03:18:42.595Z | Compiling url v2.5.2 |
1726 | 2024-11-02T03:18:45.131Z | Compiling dirs-sys-next v0.1.2 |
1727 | 2024-11-02T03:18:45.529Z | Compiling siphasher v0.3.11 |
1728 | 2024-11-02T03:18:45.639Z | Compiling data-encoding v2.6.0 |
1729 | 2024-11-02T03:18:45.675Z | Compiling heck v0.4.1 |
1730 | 2024-11-02T03:18:45.897Z | Compiling gimli v0.31.1 |
1731 | 2024-11-02T03:18:46.581Z | Compiling dirs-next v2.0.0 |
1732 | 2024-11-02T03:18:51.449Z | Compiling addr2line v0.24.2 |
1733 | 2024-11-02T03:18:52.356Z | Compiling http-body-util v0.1.2 |
1734 | 2024-11-02T03:18:53.141Z | Compiling crossbeam-epoch v0.9.18 |
1735 | 2024-11-02T03:18:53.214Z | Compiling dropshot_endpoint v0.12.0 |
1736 | 2024-11-02T03:18:53.486Z | Compiling hubpack_derive v0.1.1 |
1737 | 2024-11-02T03:18:53.815Z | Compiling signature v2.2.0 |
1738 | 2024-11-02T03:18:54.025Z | Compiling sha1 v0.10.6 |
1739 | 2024-11-02T03:18:54.326Z | Compiling zerocopy-derive v0.6.6 |
1740 | 2024-11-02T03:18:54.417Z | Compiling curve25519-dalek-derive v0.1.1 |
1741 | 2024-11-02T03:18:54.503Z | Compiling lazy_static v1.5.0 |
1742 | 2024-11-02T03:18:54.632Z | Compiling object v0.36.5 |
1743 | 2024-11-02T03:18:55.709Z | Compiling thread_local v1.1.8 |
1744 | 2024-11-02T03:18:56.085Z | Compiling fs-err v2.11.0 |
1745 | 2024-11-02T03:18:56.104Z | Compiling encoding_rs v0.8.34 |
1746 | 2024-11-02T03:18:56.164Z | Compiling unicode-properties v0.1.3 |
1747 | 2024-11-02T03:18:56.383Z | Compiling openssl-probe v0.1.5 |
1748 | 2024-11-02T03:18:56.982Z | Compiling either v1.13.0 |
1749 | 2024-11-02T03:18:57.420Z | Compiling ipnet v2.10.1 |
1750 | 2024-11-02T03:18:57.685Z | Compiling rustc-demangle v0.1.24 |
1751 | 2024-11-02T03:18:58.439Z | Compiling winnow v0.6.20 |
1752 | 2024-11-02T03:18:59.444Z | Compiling mime v0.3.17 |
1753 | 2024-11-02T03:18:59.847Z | Compiling anstyle v1.0.8 |
1754 | 2024-11-02T03:18:59.952Z | Compiling stable_deref_trait v1.2.0 |
1755 | 2024-11-02T03:19:00.076Z | Compiling utf8parse v0.2.2 |
1756 | 2024-11-02T03:19:00.249Z | Compiling anstyle-parse v0.2.5 |
1757 | 2024-11-02T03:19:01.106Z | Compiling stringprep v0.1.5 |
1758 | 2024-11-02T03:19:02.038Z | Compiling toml_edit v0.22.22 |
1759 | 2024-11-02T03:19:02.403Z | Compiling backtrace v0.3.74 |
1760 | 2024-11-02T03:19:06.631Z | Compiling crossbeam-deque v0.8.5 |
1761 | 2024-11-02T03:19:08.988Z | Compiling term v0.7.0 |
1762 | 2024-11-02T03:19:10.191Z | Compiling slog-json v2.6.1 |
1763 | 2024-11-02T03:19:12.835Z | Compiling serde_urlencoded v0.7.1 |
1764 | 2024-11-02T03:19:12.872Z | Compiling crossbeam-channel v0.5.13 |
1765 | 2024-11-02T03:19:13.018Z | Compiling rustls-pemfile v2.2.0 |
1766 | 2024-11-02T03:19:13.328Z | Compiling hashbrown v0.14.5 |
1767 | 2024-11-02T03:19:13.373Z | Compiling futures-executor v0.3.31 |
1768 | 2024-11-02T03:19:13.904Z | Compiling md-5 v0.10.6 |
1769 | 2024-11-02T03:19:13.947Z | Compiling idna v0.3.0 |
1770 | 2024-11-02T03:19:14.144Z | Compiling idna v0.4.0 |
1771 | 2024-11-02T03:19:14.183Z | Compiling num-integer v0.1.46 |
1772 | 2024-11-02T03:19:14.754Z | Compiling ff v0.13.0 |
1773 | 2024-11-02T03:19:14.859Z | Compiling hash32 v0.2.1 |
1774 | 2024-11-02T03:19:14.978Z | Compiling memmap v0.7.0 |
1775 | 2024-11-02T03:19:15.225Z | Compiling is-terminal v0.4.13 |
1776 | 2024-11-02T03:19:15.496Z | Compiling colorchoice v1.0.2 |
1777 | 2024-11-02T03:19:16.467Z | Compiling quick-error v1.2.3 |
1778 | 2024-11-02T03:19:16.609Z | Compiling psl-types v2.0.11 |
1779 | 2024-11-02T03:19:17.073Z | Compiling utf-8 v0.7.6 |
1780 | 2024-11-02T03:19:17.315Z | Compiling anstyle-query v1.1.1 |
1781 | 2024-11-02T03:19:17.355Z | Compiling linked-hash-map v0.5.6 |
1782 | 2024-11-02T03:19:17.462Z | Compiling base16ct v0.2.0 |
1783 | 2024-11-02T03:19:17.704Z | Compiling take_mut v0.2.2 |
1784 | 2024-11-02T03:19:17.750Z | Compiling is_terminal_polyfill v1.70.1 |
1785 | 2024-11-02T03:19:17.870Z | Compiling fallible-iterator v0.2.0 |
1786 | 2024-11-02T03:19:17.886Z | Compiling anstream v0.6.15 |
1787 | 2024-11-02T03:19:18.607Z | Compiling postgres-protocol v0.6.7 |
1788 | 2024-11-02T03:19:19.447Z | Compiling lru-cache v0.1.2 |
1789 | 2024-11-02T03:19:19.488Z | Compiling sec1 v0.7.3 |
1790 | 2024-11-02T03:19:19.645Z | Compiling tungstenite v0.24.0 |
1791 | 2024-11-02T03:19:20.037Z | Compiling publicsuffix v2.2.3 |
1792 | 2024-11-02T03:19:20.309Z | Compiling resolv-conf v0.7.0 |
1793 | 2024-11-02T03:19:20.937Z | Compiling slog-term v2.9.1 |
1794 | 2024-11-02T03:19:21.637Z | Compiling usdt v0.5.0 |
1795 | 2024-11-02T03:19:21.952Z | Compiling hickory-proto v0.24.1 |
1796 | 2024-11-02T03:19:22.042Z | Compiling group v0.13.0 |
1797 | 2024-11-02T03:19:22.076Z | Compiling num-iter v0.1.45 |
1798 | 2024-11-02T03:19:22.258Z | Compiling regress v0.10.1 |
1799 | 2024-11-02T03:19:23.770Z | Compiling futures v0.3.31 |
1800 | 2024-11-02T03:19:24.316Z | Compiling tokio-rustls v0.25.0 |
1801 | 2024-11-02T03:19:26.595Z | Compiling slog-bunyan v2.5.0 |
1802 | 2024-11-02T03:19:26.754Z | Compiling tokio-rustls v0.26.0 |
1803 | 2024-11-02T03:19:26.774Z | Compiling toml v0.8.19 |
1804 | 2024-11-02T03:19:27.196Z | Compiling tokio-native-tls v0.3.1 |
1805 | 2024-11-02T03:19:27.214Z | Compiling terminal_size v0.4.0 |
1806 | 2024-11-02T03:19:27.430Z | Compiling strum_macros v0.25.3 |
1807 | 2024-11-02T03:19:27.476Z | Compiling phf_shared v0.11.2 |
1808 | 2024-11-02T03:19:28.045Z | Compiling async-stream v0.3.6 |
1809 | 2024-11-02T03:19:28.364Z | Compiling waitgroup v0.1.2 |
1810 | 2024-11-02T03:19:28.860Z | Compiling webpki-roots v0.26.6 |
1811 | 2024-11-02T03:19:29.289Z | Compiling serde_path_to_error v0.1.16 |
1812 | 2024-11-02T03:19:29.763Z | Compiling hkdf v0.12.4 |
1813 | 2024-11-02T03:19:29.780Z | Compiling crypto-bigint v0.5.5 |
1814 | 2024-11-02T03:19:30.076Z | Compiling serde_repr v0.1.19 |
1815 | 2024-11-02T03:19:30.609Z | Compiling derive-where v1.2.7 |
1816 | 2024-11-02T03:19:30.826Z | Compiling clap_derive v4.5.18 |
1817 | 2024-11-02T03:19:31.227Z | Compiling hostname v0.4.0 |
1818 | 2024-11-02T03:19:31.450Z | Compiling crc32fast v1.4.2 |
1819 | 2024-11-02T03:19:31.763Z | Compiling unicode-width v0.1.14 |
1820 | 2024-11-02T03:19:32.294Z | Compiling managed v0.8.0 |
1821 | 2024-11-02T03:19:32.800Z | Compiling bitflags v1.3.2 |
1822 | 2024-11-02T03:19:33.220Z | Compiling debug-ignore v1.0.5 |
1823 | 2024-11-02T03:19:33.366Z | Compiling clap_lex v0.7.2 |
1824 | 2024-11-02T03:19:33.771Z | Compiling clap_builder v4.5.20 |
1825 | 2024-11-02T03:19:33.978Z | Compiling elliptic-curve v0.13.8 |
1826 | 2024-11-02T03:19:34.715Z | Compiling console v0.15.8 |
1827 | 2024-11-02T03:19:34.945Z | Compiling flate2 v1.0.34 |
1828 | 2024-11-02T03:19:36.046Z | Compiling hyper-rustls v0.27.3 |
1829 | 2024-11-02T03:19:39.080Z | Compiling phf v0.11.2 |
1830 | 2024-11-02T03:19:39.388Z | Compiling hyper-tls v0.6.0 |
1831 | 2024-11-02T03:19:39.639Z | Compiling hickory-resolver v0.24.1 |
1832 | 2024-11-02T03:19:39.766Z | Compiling signal-hook-mio v0.2.4 |
1833 | 2024-11-02T03:19:39.769Z | Compiling bzip2 v0.4.4 |
1834 | 2024-11-02T03:19:39.931Z | Compiling typify-impl v0.2.0 |
1835 | 2024-11-02T03:19:40.160Z | Compiling rayon v1.10.0 |
1836 | 2024-11-02T03:19:40.568Z | Compiling cookie_store v0.21.0 |
1837 | 2024-11-02T03:19:41.266Z | Compiling tokio-tungstenite v0.24.0 |
1838 | 2024-11-02T03:19:41.857Z | Compiling postgres-types v0.2.8 |
1839 | 2024-11-02T03:19:42.058Z | Compiling zerocopy v0.6.6 |
1840 | 2024-11-02T03:19:42.120Z | Compiling hubpack v0.1.2 |
1841 | 2024-11-02T03:19:42.552Z | Compiling ed25519 v2.2.3 |
1842 | 2024-11-02T03:19:42.933Z | Compiling phf_shared v0.10.0 |
1843 | 2024-11-02T03:19:43.173Z | Compiling pkcs1 v0.7.5 |
1844 | 2024-11-02T03:19:43.314Z | Compiling bstr v1.10.0 |
1845 | 2024-11-02T03:19:44.084Z | Compiling tokio-stream v0.1.16 |
1846 | 2024-11-02T03:19:44.368Z | Compiling serde-big-array v0.5.1 |
1847 | 2024-11-02T03:19:44.610Z | Compiling rfc6979 v0.4.0 |
1848 | 2024-11-02T03:19:44.807Z | Compiling float-cmp v0.9.0 |
1849 | 2024-11-02T03:19:44.826Z | Compiling sync_wrapper v1.0.1 |
1850 | 2024-11-02T03:19:44.980Z | Compiling new_debug_unreachable v1.0.6 |
1851 | 2024-11-02T03:19:45.021Z | Compiling fixedbitset v0.4.2 |
1852 | 2024-11-02T03:19:45.056Z | Compiling bit-vec v0.6.3 |
1853 | 2024-11-02T03:19:45.099Z | Compiling predicates-core v1.0.8 |
1854 | 2024-11-02T03:19:45.406Z | Compiling minimal-lexical v0.2.1 |
1855 | 2024-11-02T03:19:45.425Z | Compiling whoami v1.5.2 |
1856 | 2024-11-02T03:19:45.498Z | Compiling unicode-segmentation v1.12.0 |
1857 | 2024-11-02T03:19:45.856Z | Compiling precomputed-hash v0.1.1 |
1858 | 2024-11-02T03:19:45.973Z | Compiling static_assertions v1.1.0 |
1859 | 2024-11-02T03:19:46.079Z | Compiling difflib v0.4.0 |
1860 | 2024-11-02T03:19:46.098Z | Compiling normalize-line-endings v0.3.0 |
1861 | 2024-11-02T03:19:46.201Z | Compiling number_prefix v0.4.0 |
1862 | 2024-11-02T03:19:46.224Z | Compiling similar v2.6.0 |
1863 | 2024-11-02T03:19:46.324Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1864 | 2024-11-02T03:19:46.425Z | Compiling indicatif v0.17.8 |
1865 | 2024-11-02T03:19:47.259Z | Compiling predicates v3.1.2 |
1866 | 2024-11-02T03:19:47.757Z | Compiling string_cache v0.8.7 |
1867 | 2024-11-02T03:19:48.109Z | Compiling nom v7.1.3 |
1868 | 2024-11-02T03:19:48.155Z | Compiling tokio-postgres v0.7.12 |
1869 | 2024-11-02T03:19:48.159Z | Compiling bit-set v0.5.3 |
1870 | 2024-11-02T03:19:48.654Z | Compiling petgraph v0.6.5 |
1871 | 2024-11-02T03:19:50.505Z | Compiling typify-macro v0.2.0 |
1872 | 2024-11-02T03:19:51.712Z | Compiling reqwest v0.12.8 |
1873 | 2024-11-02T03:19:52.227Z | Compiling qorb v0.2.0 |
1874 | 2024-11-02T03:19:52.551Z | Compiling ecdsa v0.16.9 |
1875 | 2024-11-02T03:19:53.360Z | Compiling rsa v0.9.6 |
1876 | 2024-11-02T03:19:54.214Z | Compiling ed25519-dalek v2.1.1 |
1877 | 2024-11-02T03:19:54.751Z | Compiling zip v0.6.6 |
1878 | 2024-11-02T03:19:54.903Z | Compiling crossterm v0.28.1 |
1879 | 2024-11-02T03:19:54.906Z | Compiling clap v4.5.20 |
1880 | 2024-11-02T03:19:57.394Z | Compiling itertools v0.10.5 |
1881 | 2024-11-02T03:19:57.565Z | Compiling itertools v0.12.1 |
1882 | 2024-11-02T03:19:57.880Z | Compiling toml v0.7.8 |
1883 | 2024-11-02T03:19:58.058Z | Compiling x509-cert v0.2.5 |
1884 | 2024-11-02T03:19:59.324Z | Compiling hex v0.4.3 |
1885 | 2024-11-02T03:20:00.609Z | Compiling peg-runtime v0.8.3 |
1886 | 2024-11-02T03:20:01.030Z | Compiling lalrpop-util v0.19.12 |
1887 | 2024-11-02T03:20:01.127Z | Compiling unicode-xid v0.2.6 |
1888 | 2024-11-02T03:20:02.280Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1889 | 2024-11-02T03:20:04.914Z | Compiling proc-macro-crate v1.3.1 |
1890 | 2024-11-02T03:20:04.965Z | Compiling ipnetwork v0.20.0 |
1891 | 2024-11-02T03:20:06.919Z | Compiling heapless v0.8.0 |
1892 | 2024-11-02T03:20:07.762Z | Compiling num_enum_derive v0.5.11 |
1893 | 2024-11-02T03:20:16.092Z | Compiling hash32 v0.3.1 |
1894 | 2024-11-02T03:20:17.112Z | Compiling ident_case v1.0.1 |
1895 | 2024-11-02T03:20:17.922Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1896 | 2024-11-02T03:20:18.147Z | Compiling smoltcp v0.11.0 |
1897 | 2024-11-02T03:20:21.606Z | Compiling darling_core v0.20.10 |
1898 | 2024-11-02T03:20:31.581Z | Compiling num_enum v0.5.11 |
1899 | 2024-11-02T03:20:32.255Z | Compiling typify v0.2.0 |
1900 | 2024-11-02T03:20:34.234Z | Compiling proc-macro-error-attr v1.0.4 |
1901 | 2024-11-02T03:20:34.557Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1902 | 2024-11-02T03:20:34.838Z | Compiling cobs v0.2.3 |
1903 | 2024-11-02T03:20:35.031Z | Compiling unsafe-libyaml v0.2.11 |
1904 | 2024-11-02T03:20:36.762Z | Compiling serde_yaml v0.9.34+deprecated |
1905 | 2024-11-02T03:20:38.302Z | Compiling postcard v1.0.10 |
1906 | 2024-11-02T03:20:47.245Z | Compiling progenitor-impl v0.8.0 |
1907 | 2024-11-02T03:20:49.198Z | Compiling darling_macro v0.20.10 |
1908 | 2024-11-02T03:21:01.827Z | Compiling strum_macros v0.26.4 |
1909 | 2024-11-02T03:21:02.377Z | Compiling structmeta-derive v0.3.0 |
1910 | 2024-11-02T03:21:02.530Z | Compiling foreign-types-macros v0.2.3 |
1911 | 2024-11-02T03:21:02.773Z | Compiling proc-macro-error v1.0.4 |
1912 | 2024-11-02T03:21:03.100Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1913 | 2024-11-02T03:21:03.421Z | Compiling foreign-types-shared v0.3.1 |
1914 | 2024-11-02T03:21:04.457Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1915 | 2024-11-02T03:21:04.773Z | Compiling newtype-uuid v1.1.2 |
1916 | 2024-11-02T03:21:04.937Z | Compiling structmeta v0.3.0 |
1917 | 2024-11-02T03:21:05.317Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1918 | 2024-11-02T03:21:05.908Z | Compiling strum v0.26.3 |
1919 | 2024-11-02T03:21:09.812Z | Compiling foreign-types v0.5.0 |
1920 | 2024-11-02T03:21:13.971Z | Compiling progenitor-macro v0.8.0 |
1921 | 2024-11-02T03:21:16.407Z | Compiling darling v0.20.10 |
1922 | 2024-11-02T03:21:19.427Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1923 | 2024-11-02T03:21:19.566Z | Compiling progenitor-client v0.8.0 |
1924 | 2024-11-02T03:21:20.445Z | Compiling tabwriter v1.4.0 |
1925 | 2024-11-02T03:21:23.071Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1926 | 2024-11-02T03:21:23.636Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1927 | 2024-11-02T03:21:23.846Z | Compiling cstr-argument v0.1.2 |
1928 | 2024-11-02T03:21:24.873Z | Compiling pretty-hex v0.2.1 |
1929 | 2024-11-02T03:21:24.961Z | Compiling crucible-workspace-hack v0.1.0 |
1930 | 2024-11-02T03:21:25.092Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1931 | 2024-11-02T03:21:25.260Z | Compiling fastrand v2.1.1 |
1932 | 2024-11-02T03:21:25.342Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1933 | 2024-11-02T03:21:25.754Z | Compiling tempfile v3.13.0 |
1934 | 2024-11-02T03:21:25.794Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1935 | 2024-11-02T03:21:25.923Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1936 | 2024-11-02T03:21:26.561Z | Compiling serde_with_macros v3.11.0 |
1937 | 2024-11-02T03:21:26.621Z | Compiling parse-display-derive v0.10.0 |
1938 | 2024-11-02T03:21:27.154Z | Compiling colored v2.1.0 |
1939 | 2024-11-02T03:21:27.377Z | Compiling progenitor v0.8.0 |
1940 | 2024-11-02T03:21:27.422Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1941 | 2024-11-02T03:21:27.597Z | Compiling instant v0.1.13 |
1942 | 2024-11-02T03:21:27.786Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1943 | 2024-11-02T03:21:28.130Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1944 | 2024-11-02T03:21:28.188Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1945 | 2024-11-02T03:21:28.345Z | Compiling backoff v0.4.0 |
1946 | 2024-11-02T03:21:28.348Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
1947 | 2024-11-02T03:21:28.910Z | Compiling serde_with v3.11.0 |
1948 | 2024-11-02T03:21:30.228Z | Compiling parse-display v0.10.0 |
1949 | 2024-11-02T03:21:31.138Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1950 | 2024-11-02T03:21:31.686Z | Compiling zone_cfg_derive v0.3.0 |
1951 | 2024-11-02T03:21:32.156Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1952 | 2024-11-02T03:21:32.201Z | Compiling camino-tempfile v1.1.1 |
1953 | 2024-11-02T03:21:32.919Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1954 | 2024-11-02T03:21:32.949Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1955 | 2024-11-02T03:21:32.969Z | Compiling regress v0.9.1 |
1956 | 2024-11-02T03:21:33.143Z | Compiling macaddr v1.0.1 |
1957 | 2024-11-02T03:21:33.245Z | Compiling num-derive v0.4.2 |
1958 | 2024-11-02T03:21:33.378Z | Compiling sigpipe v0.1.3 |
1959 | 2024-11-02T03:21:33.521Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1960 | 2024-11-02T03:21:33.701Z | Compiling libefi-sys v0.1.0 |
1961 | 2024-11-02T03:21:33.846Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1962 | 2024-11-02T03:21:34.038Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1963 | 2024-11-02T03:21:34.598Z | Compiling zone v0.3.0 |
1964 | 2024-11-02T03:21:35.334Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1965 | 2024-11-02T03:21:36.903Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1966 | 2024-11-02T03:21:36.977Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1967 | 2024-11-02T03:21:37.804Z | Compiling smf v0.2.3 |
1968 | 2024-11-02T03:21:37.997Z | Compiling bitfield-struct v0.6.2 |
1969 | 2024-11-02T03:21:39.316Z | Compiling ring v0.16.20 |
1970 | 2024-11-02T03:21:40.239Z | Compiling blake3 v1.5.4 |
1971 | 2024-11-02T03:21:40.284Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1972 | 2024-11-02T03:21:40.993Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1973 | 2024-11-02T03:21:41.484Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1974 | 2024-11-02T03:21:41.676Z | Compiling xattr v1.3.1 |
1975 | 2024-11-02T03:21:41.767Z | Compiling filetime v0.2.25 |
1976 | 2024-11-02T03:21:42.001Z | Compiling memmap2 v0.9.5 |
1977 | 2024-11-02T03:21:42.113Z | Compiling untrusted v0.7.1 |
1978 | 2024-11-02T03:21:42.313Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1979 | 2024-11-02T03:21:42.445Z | Compiling constant_time_eq v0.3.1 |
1980 | 2024-11-02T03:21:42.552Z | Compiling arrayvec v0.7.6 |
1981 | 2024-11-02T03:21:42.570Z | Compiling arrayref v0.3.9 |
1982 | 2024-11-02T03:21:42.619Z | Compiling same-file v1.0.6 |
1983 | 2024-11-02T03:21:42.678Z | Compiling spin v0.5.2 |
1984 | 2024-11-02T03:21:42.697Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1985 | 2024-11-02T03:21:42.878Z | Compiling walkdir v2.5.0 |
1986 | 2024-11-02T03:21:42.932Z | Compiling tar v0.4.42 |
1987 | 2024-11-02T03:21:44.520Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1988 | 2024-11-02T03:21:44.944Z | Compiling gethostname v0.5.0 |
1989 | 2024-11-02T03:21:45.151Z | Compiling cargo-platform v0.1.8 |
1990 | 2024-11-02T03:21:45.299Z | Compiling topological-sort v0.2.2 |
1991 | 2024-11-02T03:21:45.585Z | Compiling cargo_metadata v0.18.1 |
1992 | 2024-11-02T03:21:48.637Z | Compiling omicron-zone-package v0.11.1 |
1993 | 2024-11-02T03:21:52.726Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1994 | 2024-11-02T03:21:53.694Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1995 | 2024-11-02T03:21:58.292Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1996 | 2024-11-02T03:22:14.167Z | Finished `release` profile [optimized] target(s) in 4m 33s |
1997 | 2024-11-02T03:22:14.322Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1998 | 2024-11-02T03:22:14.369Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1999 | 2024-11-02T03:22:14.371Z | Created new build target 'test' and set it as active |
2000 | 2024-11-02T03:22:14.371Z | |
2001 | 2024-11-02T03:22:14.371Z | real 4:33.284423259 |
2002 | 2024-11-02T03:22:14.371Z | user 31:06.168762926 |
2003 | 2024-11-02T03:22:14.371Z | sys 3:46.154237371 |
2004 | 2024-11-02T03:22:14.371Z | trap 0.876666853 |
2005 | 2024-11-02T03:22:14.372Z | tflt 2.709849292 |
2006 | 2024-11-02T03:22:14.372Z | dflt 1.110848078 |
2007 | 2024-11-02T03:22:14.372Z | kflt 0.017491876 |
2008 | 2024-11-02T03:22:14.372Z | lock 1:08:05.252169290 |
2009 | 2024-11-02T03:22:14.372Z | slp 1:58:45.852814172 |
2010 | 2024-11-02T03:22:14.372Z | lat 2:05.054768473 |
2011 | 2024-11-02T03:22:14.372Z | stop 3:54.087855304 |
2012 | 2024-11-02T03:22:14.372Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2013 | 2024-11-02T03:22:15.277Z | Finished `release` profile [optimized] target(s) in 0.85s |
2014 | 2024-11-02T03:22:15.331Z | Running `target/release/omicron-package -t test package` |
2015 | 2024-11-02T03:22:15.378Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2016 | 2024-11-02T03:22:16.461Z | Compiling convert_case v0.4.0 |
2017 | 2024-11-02T03:22:16.464Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2018 | 2024-11-02T03:22:16.464Z | Compiling itertools v0.13.0 |
2019 | 2024-11-02T03:22:16.464Z | Compiling password-hash v0.5.0 |
2020 | 2024-11-02T03:22:16.464Z | Compiling blake2 v0.10.6 |
2021 | 2024-11-02T03:22:16.464Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2022 | 2024-11-02T03:22:16.592Z | Compiling newline-converter v0.3.0 |
2023 | 2024-11-02T03:22:16.595Z | Compiling cancel-safe-futures v0.1.5 |
2024 | 2024-11-02T03:22:16.804Z | Compiling owo-colors v4.1.0 |
2025 | 2024-11-02T03:22:16.844Z | Compiling expectorate v1.1.0 |
2026 | 2024-11-02T03:22:16.972Z | Compiling base64 v0.21.7 |
2027 | 2024-11-02T03:22:17.135Z | Compiling argon2 v0.5.3 |
2028 | 2024-11-02T03:22:17.217Z | Compiling derive_more v0.99.18 |
2029 | 2024-11-02T03:22:17.775Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2030 | 2024-11-02T03:22:17.919Z | Compiling libsw v3.3.1 |
2031 | 2024-11-02T03:22:17.996Z | Compiling linear-map v1.2.0 |
2032 | 2024-11-02T03:22:18.262Z | Compiling indent_write v2.2.0 |
2033 | 2024-11-02T03:22:18.353Z | Compiling swrite v0.1.0 |
2034 | 2024-11-02T03:22:18.419Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2035 | 2024-11-02T03:22:18.492Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2036 | 2024-11-02T03:22:18.492Z | Compiling progenitor-client v0.8.0 |
2037 | 2024-11-02T03:22:18.788Z | Compiling atomicwrites v0.4.4 |
2038 | 2024-11-02T03:22:18.910Z | Compiling progenitor v0.8.0 |
2039 | 2024-11-02T03:22:19.132Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2040 | 2024-11-02T03:22:19.272Z | Compiling num-rational v0.4.2 |
2041 | 2024-11-02T03:22:19.304Z | Compiling num-complex v0.4.6 |
2042 | 2024-11-02T03:22:20.360Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2043 | 2024-11-02T03:22:20.504Z | Compiling num v0.4.3 |
2044 | 2024-11-02T03:22:20.593Z | Compiling prettyplease v0.2.22 |
2045 | 2024-11-02T03:22:20.645Z | Compiling float-ord v0.3.2 |
2046 | 2024-11-02T03:22:20.829Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2047 | 2024-11-02T03:22:20.903Z | Compiling semver v0.1.20 |
2048 | 2024-11-02T03:22:21.462Z | Compiling rustc_version v0.1.7 |
2049 | 2024-11-02T03:22:21.797Z | Compiling highway v1.2.0 |
2050 | 2024-11-02T03:22:21.867Z | Compiling newtype_derive v0.1.6 |
2051 | 2024-11-02T03:22:22.258Z | Compiling humantime v2.1.0 |
2052 | 2024-11-02T03:22:23.203Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2053 | 2024-11-02T03:22:23.219Z | Compiling home v0.5.9 |
2054 | 2024-11-02T03:22:23.264Z | Compiling steno v0.4.1 |
2055 | 2024-11-02T03:22:25.782Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2056 | 2024-11-02T03:22:26.351Z | Compiling newtype-uuid v1.1.2 |
2057 | 2024-11-02T03:22:26.699Z | Compiling tungstenite v0.21.0 |
2058 | 2024-11-02T03:22:27.765Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2059 | 2024-11-02T03:22:28.099Z | Compiling ipnetwork v0.20.0 |
2060 | 2024-11-02T03:22:28.945Z | Compiling instant v0.1.13 |
2061 | 2024-11-02T03:22:29.100Z | Compiling slog-dtrace v0.3.0 |
2062 | 2024-11-02T03:22:29.519Z | Compiling backoff v0.4.0 |
2063 | 2024-11-02T03:22:29.890Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2064 | 2024-11-02T03:22:30.583Z | Compiling tokio-tungstenite v0.21.0 |
2065 | 2024-11-02T03:22:31.212Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2066 | 2024-11-02T03:22:31.566Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2067 | 2024-11-02T03:22:31.645Z | Compiling parse-display v0.10.0 |
2068 | 2024-11-02T03:22:32.178Z | Compiling serde_with v3.11.0 |
2069 | 2024-11-02T03:22:32.754Z | Compiling strum v0.26.3 |
2070 | 2024-11-02T03:22:32.940Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2071 | 2024-11-02T03:22:33.121Z | Compiling regress v0.9.1 |
2072 | 2024-11-02T03:22:34.144Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2073 | 2024-11-02T03:22:36.079Z | Compiling macaddr v1.0.1 |
2074 | 2024-11-02T03:22:36.869Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2075 | 2024-11-02T03:22:38.168Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2076 | 2024-11-02T03:22:38.840Z | Compiling display-error-chain v0.2.2 |
2077 | 2024-11-02T03:22:39.066Z | Compiling arc-swap v1.7.1 |
2078 | 2024-11-02T03:22:39.759Z | Compiling slog-scope v4.4.0 |
2079 | 2024-11-02T03:22:40.426Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2080 | 2024-11-02T03:22:40.591Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2081 | 2024-11-02T03:22:41.620Z | Compiling half v2.4.1 |
2082 | 2024-11-02T03:22:42.344Z | Compiling ciborium-io v0.2.2 |
2083 | 2024-11-02T03:22:42.496Z | Compiling ciborium-ll v0.2.2 |
2084 | 2024-11-02T03:22:43.024Z | Compiling slog-stdlog v4.1.1 |
2085 | 2024-11-02T03:22:43.824Z | Compiling slog-envlogger v2.2.0 |
2086 | 2024-11-02T03:22:44.531Z | Compiling ciborium v0.2.2 |
2087 | 2024-11-02T03:22:44.980Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2088 | 2024-11-02T03:22:46.549Z | Compiling same-file v1.0.6 |
2089 | 2024-11-02T03:22:46.551Z | Compiling fastrand v2.1.1 |
2090 | 2024-11-02T03:22:46.789Z | Compiling walkdir v2.5.0 |
2091 | 2024-11-02T03:22:47.078Z | Compiling tempfile v3.13.0 |
2092 | 2024-11-02T03:22:47.398Z | Compiling ring v0.16.20 |
2093 | 2024-11-02T03:22:47.786Z | Compiling blake3 v1.5.4 |
2094 | 2024-11-02T03:22:48.400Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2095 | 2024-11-02T03:22:51.185Z | Compiling xattr v1.3.1 |
2096 | 2024-11-02T03:22:51.458Z | Compiling memmap2 v0.9.5 |
2097 | 2024-11-02T03:22:51.904Z | Compiling filetime v0.2.25 |
2098 | 2024-11-02T03:22:52.205Z | Compiling constant_time_eq v0.3.1 |
2099 | 2024-11-02T03:22:52.367Z | Compiling arrayref v0.3.9 |
2100 | 2024-11-02T03:22:52.485Z | Compiling arrayvec v0.7.6 |
2101 | 2024-11-02T03:22:52.920Z | Compiling spin v0.5.2 |
2102 | 2024-11-02T03:22:53.171Z | Compiling keccak v0.1.5 |
2103 | 2024-11-02T03:22:53.915Z | Compiling untrusted v0.7.1 |
2104 | 2024-11-02T03:22:54.374Z | Compiling sha3 v0.10.8 |
2105 | 2024-11-02T03:22:55.457Z | Compiling tar v0.4.42 |
2106 | 2024-11-02T03:22:56.313Z | Compiling camino-tempfile v1.1.1 |
2107 | 2024-11-02T03:22:56.751Z | Compiling toolchain_find v0.4.0 |
2108 | 2024-11-02T03:22:56.991Z | Compiling nibble_vec v0.1.0 |
2109 | 2024-11-02T03:22:57.229Z | Compiling topological-sort v0.2.2 |
2110 | 2024-11-02T03:22:57.286Z | Compiling maplit v1.0.2 |
2111 | 2024-11-02T03:22:57.336Z | Compiling radium v0.7.0 |
2112 | 2024-11-02T03:22:57.355Z | Compiling crunchy v0.2.2 |
2113 | 2024-11-02T03:22:57.392Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2114 | 2024-11-02T03:22:57.410Z | Compiling glob v0.3.1 |
2115 | 2024-11-02T03:22:57.446Z | Compiling endian-type v0.1.2 |
2116 | 2024-11-02T03:22:57.679Z | Compiling radix_trie v0.2.1 |
2117 | 2024-11-02T03:22:57.779Z | Compiling omicron-zone-package v0.11.1 |
2118 | 2024-11-02T03:22:57.849Z | Compiling rustfmt-wrapper v0.2.1 |
2119 | 2024-11-02T03:22:58.154Z | Compiling clang-sys v1.8.1 |
2120 | 2024-11-02T03:22:58.380Z | Compiling pem v3.0.4 |
2121 | 2024-11-02T03:22:58.600Z | Compiling tiny-keccak v2.0.2 |
2122 | 2024-11-02T03:22:58.797Z | Compiling tap v1.0.1 |
2123 | 2024-11-02T03:22:58.906Z | Compiling maybe-uninit v2.0.0 |
2124 | 2024-11-02T03:22:58.983Z | Compiling wyz v0.5.1 |
2125 | 2024-11-02T03:22:59.605Z | Compiling dsl_auto_type v0.1.2 |
2126 | 2024-11-02T03:22:59.736Z | Compiling scheduled-thread-pool v0.2.7 |
2127 | 2024-11-02T03:22:59.835Z | Compiling secrecy v0.8.0 |
2128 | 2024-11-02T03:23:00.041Z | Compiling diesel_table_macro_syntax v0.2.0 |
2129 | 2024-11-02T03:23:00.105Z | Compiling crc-catalog v2.4.0 |
2130 | 2024-11-02T03:23:00.257Z | Compiling packed_struct v0.10.1 |
2131 | 2024-11-02T03:23:00.447Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2132 | 2024-11-02T03:23:00.750Z | Compiling funty v2.0.0 |
2133 | 2024-11-02T03:23:00.838Z | Compiling crc v3.2.1 |
2134 | 2024-11-02T03:23:00.873Z | Compiling diesel_derives v2.2.3 |
2135 | 2024-11-02T03:23:00.919Z | Compiling r2d2 v0.8.10 |
2136 | 2024-11-02T03:23:01.563Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2137 | 2024-11-02T03:23:01.876Z | Compiling bitvec v1.0.1 |
2138 | 2024-11-02T03:23:01.974Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2139 | 2024-11-02T03:23:02.718Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2140 | 2024-11-02T03:23:02.878Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2141 | 2024-11-02T03:23:03.076Z | Compiling ascii-canvas v3.0.0 |
2142 | 2024-11-02T03:23:03.531Z | Compiling universal-hash v0.5.1 |
2143 | 2024-11-02T03:23:03.769Z | Compiling packed_struct_codegen v0.10.1 |
2144 | 2024-11-02T03:23:06.172Z | Compiling thiserror-impl-no-std v2.0.2 |
2145 | 2024-11-02T03:23:06.342Z | Compiling ena v0.14.3 |
2146 | 2024-11-02T03:23:06.762Z | Compiling lzma-sys v0.1.20 |
2147 | 2024-11-02T03:23:07.433Z | Compiling indexmap v1.9.3 |
2148 | 2024-11-02T03:23:07.771Z | Compiling libloading v0.8.5 |
2149 | 2024-11-02T03:23:08.145Z | Compiling opaque-debug v0.3.1 |
2150 | 2024-11-02T03:23:08.255Z | Compiling diff v0.1.13 |
2151 | 2024-11-02T03:23:08.671Z | Compiling nodrop v0.1.14 |
2152 | 2024-11-02T03:23:08.786Z | Compiling regex-syntax v0.6.29 |
2153 | 2024-11-02T03:23:08.927Z | Compiling bindgen v0.69.5 |
2154 | 2024-11-02T03:23:09.406Z | Compiling array-init v0.0.4 |
2155 | 2024-11-02T03:23:10.644Z | Compiling thiserror-no-std v2.0.2 |
2156 | 2024-11-02T03:23:10.825Z | Compiling poly1305 v0.8.0 |
2157 | 2024-11-02T03:23:11.557Z | Compiling diesel v2.2.4 |
2158 | 2024-11-02T03:23:12.363Z | Compiling lalrpop v0.19.12 |
2159 | 2024-11-02T03:23:23.354Z | Compiling smallvec v0.6.14 |
2160 | 2024-11-02T03:23:23.849Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2161 | 2024-11-02T03:23:24.270Z | Compiling which v4.4.2 |
2162 | 2024-11-02T03:23:24.803Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2163 | 2024-11-02T03:23:24.882Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2164 | 2024-11-02T03:23:25.113Z | Compiling chacha20 v0.9.1 |
2165 | 2024-11-02T03:23:25.132Z | Compiling heck v0.3.3 |
2166 | 2024-11-02T03:23:25.506Z | Compiling cexpr v0.6.0 |
2167 | 2024-11-02T03:23:25.580Z | Compiling aead v0.5.2 |
2168 | 2024-11-02T03:23:25.948Z | Compiling rustc-hash v1.1.0 |
2169 | 2024-11-02T03:23:26.117Z | Compiling termcolor v1.4.1 |
2170 | 2024-11-02T03:23:27.030Z | Compiling hashbrown v0.12.3 |
2171 | 2024-11-02T03:23:27.188Z | Compiling bitfield v0.14.0 |
2172 | 2024-11-02T03:23:27.521Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2173 | 2024-11-02T03:23:27.836Z | Compiling ref-cast v1.0.23 |
2174 | 2024-11-02T03:23:28.310Z | Compiling lazycell v1.3.0 |
2175 | 2024-11-02T03:23:29.566Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2176 | 2024-11-02T03:23:29.590Z | Compiling env_logger v0.10.2 |
2177 | 2024-11-02T03:23:32.772Z | Compiling chacha20poly1305 v0.10.1 |
2178 | 2024-11-02T03:23:33.007Z | Compiling zone_cfg_derive v0.1.2 |
2179 | 2024-11-02T03:23:34.341Z | Compiling serde-hex v0.1.0 |
2180 | 2024-11-02T03:23:36.135Z | Compiling polar-core v0.27.3 |
2181 | 2024-11-02T03:23:37.567Z | Compiling vsss-rs v3.3.4 |
2182 | 2024-11-02T03:23:39.683Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2183 | 2024-11-02T03:23:39.996Z | Compiling ron v0.8.1 |
2184 | 2024-11-02T03:23:41.378Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2185 | 2024-11-02T03:23:41.679Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2186 | 2024-11-02T03:23:42.115Z | Compiling derive_builder_core v0.20.2 |
2187 | 2024-11-02T03:23:42.285Z | Compiling hashbrown v0.13.2 |
2188 | 2024-11-02T03:23:43.685Z | Compiling headers-core v0.3.0 |
2189 | 2024-11-02T03:23:43.868Z | Compiling fxhash v0.2.1 |
2190 | 2024-11-02T03:23:44.096Z | Compiling libxml v0.3.3 |
2191 | 2024-11-02T03:23:44.170Z | Compiling ref-cast-impl v1.0.23 |
2192 | 2024-11-02T03:23:44.470Z | Compiling crc-any v2.5.0 |
2193 | 2024-11-02T03:23:45.241Z | Compiling base64 v0.13.1 |
2194 | 2024-11-02T03:23:45.614Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2195 | 2024-11-02T03:23:45.787Z | Compiling ron v0.7.1 |
2196 | 2024-11-02T03:23:46.040Z | Compiling derive_builder_macro v0.20.2 |
2197 | 2024-11-02T03:23:46.838Z | Compiling headers v0.4.0 |
2198 | 2024-11-02T03:23:47.081Z | Compiling object v0.30.4 |
2199 | 2024-11-02T03:23:50.297Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2200 | 2024-11-02T03:23:51.011Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2201 | 2024-11-02T03:23:51.157Z | Compiling samael v0.0.17 |
2202 | 2024-11-02T03:23:52.565Z | Compiling xz2 v0.1.7 |
2203 | 2024-11-02T03:23:53.137Z | Compiling zone v0.1.8 |
2204 | 2024-11-02T03:23:59.454Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2205 | 2024-11-02T03:23:59.565Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2206 | 2024-11-02T03:23:59.871Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2207 | 2024-11-02T03:24:00.181Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2208 | 2024-11-02T03:24:01.249Z | Compiling yasna v0.5.2 |
2209 | 2024-11-02T03:24:02.154Z | Compiling phf_generator v0.11.2 |
2210 | 2024-11-02T03:24:02.338Z | Compiling strum_macros v0.24.3 |
2211 | 2024-11-02T03:24:02.341Z | Compiling kstat-rs v0.2.4 |
2212 | 2024-11-02T03:24:03.248Z | Compiling async-recursion v1.1.1 |
2213 | 2024-11-02T03:24:04.060Z | Compiling unicase v2.7.0 |
2214 | 2024-11-02T03:24:04.388Z | Compiling path-slash v0.1.5 |
2215 | 2024-11-02T03:24:04.570Z | Compiling indoc v1.0.9 |
2216 | 2024-11-02T03:24:04.622Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2217 | 2024-11-02T03:24:04.624Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2218 | 2024-11-02T03:24:04.894Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2219 | 2024-11-02T03:24:05.611Z | Compiling rcgen v0.12.1 |
2220 | 2024-11-02T03:24:05.646Z | Compiling phf_codegen v0.11.2 |
2221 | 2024-11-02T03:24:05.903Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2222 | 2024-11-02T03:24:17.182Z | Compiling derive_builder v0.20.2 |
2223 | 2024-11-02T03:24:19.676Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2224 | 2024-11-02T03:24:20.120Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2225 | 2024-11-02T03:24:20.442Z | Compiling http v0.2.12 |
2226 | 2024-11-02T03:24:22.149Z | Compiling oso-derive v0.27.3 |
2227 | 2024-11-02T03:24:23.053Z | Compiling impl-trait-for-tuples v0.2.2 |
2228 | 2024-11-02T03:24:23.835Z | Compiling parse-zoneinfo v0.3.1 |
2229 | 2024-11-02T03:24:24.964Z | Compiling libz-sys v1.1.20 |
2230 | 2024-11-02T03:24:25.241Z | Compiling quick-xml v0.33.0 |
2231 | 2024-11-02T03:24:25.307Z | Compiling subprocess v0.2.9 |
2232 | 2024-11-02T03:24:25.612Z | Compiling diesel-dtrace v0.3.0 |
2233 | 2024-11-02T03:24:25.938Z | Compiling parking_lot_core v0.8.6 |
2234 | 2024-11-02T03:24:26.373Z | Compiling cfg_aliases v0.1.1 |
2235 | 2024-11-02T03:24:26.494Z | Compiling nix v0.28.0 |
2236 | 2024-11-02T03:24:27.255Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2237 | 2024-11-02T03:24:29.321Z | Compiling oso v0.27.3 |
2238 | 2024-11-02T03:24:30.201Z | Compiling chrono-tz-build v0.4.0 |
2239 | 2024-11-02T03:24:31.323Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2240 | 2024-11-02T03:24:32.785Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2241 | 2024-11-02T03:24:34.928Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2242 | 2024-11-02T03:24:37.947Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2243 | 2024-11-02T03:24:38.036Z | Compiling bb8 v0.8.5 |
2244 | 2024-11-02T03:24:38.240Z | Compiling const_format_proc_macros v0.2.33 |
2245 | 2024-11-02T03:24:38.651Z | Compiling vte_generate_state_changes v0.1.2 |
2246 | 2024-11-02T03:24:39.254Z | Compiling buf-list v1.0.3 |
2247 | 2024-11-02T03:24:40.105Z | Compiling vte v0.11.1 |
2248 | 2024-11-02T03:24:40.105Z | Compiling const_format v0.2.33 |
2249 | 2024-11-02T03:24:41.331Z | Compiling async-bb8-diesel v0.2.1 |
2250 | 2024-11-02T03:24:41.452Z | Compiling chrono-tz v0.10.0 |
2251 | 2024-11-02T03:24:42.534Z | Compiling h2 v0.3.26 |
2252 | 2024-11-02T03:24:42.890Z | Compiling http-body v0.4.6 |
2253 | 2024-11-02T03:24:43.646Z | Compiling fd-lock v4.0.2 |
2254 | 2024-11-02T03:24:43.887Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2255 | 2024-11-02T03:24:44.647Z | Compiling pin-project-internal v1.1.6 |
2256 | 2024-11-02T03:24:46.392Z | Compiling atty v0.2.14 |
2257 | 2024-11-02T03:24:46.565Z | Compiling salty v0.3.0 |
2258 | 2024-11-02T03:24:46.990Z | Compiling bytecount v0.6.8 |
2259 | 2024-11-02T03:24:47.242Z | Compiling pin-project v1.1.6 |
2260 | 2024-11-02T03:24:47.302Z | Compiling papergrid v0.11.0 |
2261 | 2024-11-02T03:24:59.890Z | Compiling hyper v0.14.30 |
2262 | 2024-11-02T03:25:07.581Z | Compiling parking_lot v0.11.2 |
2263 | 2024-11-02T03:25:08.802Z | Compiling strip-ansi-escapes v0.2.0 |
2264 | 2024-11-02T03:25:09.703Z | Compiling tabled_derive v0.7.0 |
2265 | 2024-11-02T03:25:10.360Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2266 | 2024-11-02T03:25:11.691Z | Compiling peg-macros v0.8.4 |
2267 | 2024-11-02T03:25:13.956Z | Compiling snafu-derive v0.8.5 |
2268 | 2024-11-02T03:25:14.783Z | Compiling sqlparser_derive v0.2.2 |
2269 | 2024-11-02T03:25:14.879Z | Compiling sync_wrapper v0.1.2 |
2270 | 2024-11-02T03:25:15.028Z | Compiling bumpalo v3.16.0 |
2271 | 2024-11-02T03:25:15.578Z | Compiling zip v2.1.3 |
2272 | 2024-11-02T03:25:15.802Z | Compiling simd-adler32 v0.3.7 |
2273 | 2024-11-02T03:25:15.906Z | Compiling lockfree-object-pool v0.1.6 |
2274 | 2024-11-02T03:25:16.184Z | Compiling nu-ansi-term v0.50.1 |
2275 | 2024-11-02T03:25:17.051Z | Compiling unicode_categories v0.1.1 |
2276 | 2024-11-02T03:25:17.416Z | Compiling sqlformat v0.2.6 |
2277 | 2024-11-02T03:25:17.688Z | Compiling rustyline v14.0.0 |
2278 | 2024-11-02T03:25:18.243Z | Compiling reedline v0.35.0 |
2279 | 2024-11-02T03:25:18.285Z | Compiling snafu v0.8.5 |
2280 | 2024-11-02T03:25:18.317Z | Compiling zopfli v0.8.1 |
2281 | 2024-11-02T03:25:18.411Z | Compiling sqlparser v0.45.0 |
2282 | 2024-11-02T03:25:19.552Z | Compiling reqwest v0.11.27 |
2283 | 2024-11-02T03:25:22.395Z | Compiling peg v0.8.4 |
2284 | 2024-11-02T03:25:22.516Z | Compiling tabled v0.15.0 |
2285 | 2024-11-02T03:25:29.875Z | Compiling sled v0.34.7 |
2286 | 2024-11-02T03:25:40.142Z | Compiling mime_guess v2.0.5 |
2287 | 2024-11-02T03:25:41.451Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2288 | 2024-11-02T03:25:42.437Z | Compiling hickory-client v0.24.1 |
2289 | 2024-11-02T03:25:43.584Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2290 | 2024-11-02T03:25:47.715Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2291 | 2024-11-02T03:25:52.576Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2292 | 2024-11-02T03:25:53.850Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2293 | 2024-11-02T03:25:54.258Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2294 | 2024-11-02T03:25:55.764Z | Compiling globset v0.4.15 |
2295 | 2024-11-02T03:26:02.667Z | Compiling hickory-server v0.24.1 |
2296 | 2024-11-02T03:26:03.070Z | Compiling primeorder v0.13.6 |
2297 | 2024-11-02T03:26:03.162Z | Compiling olpc-cjson v0.1.4 |
2298 | 2024-11-02T03:26:03.505Z | Compiling vergen v8.3.2 |
2299 | 2024-11-02T03:26:03.668Z | Compiling bcs v0.1.6 |
2300 | 2024-11-02T03:26:03.827Z | Compiling env_filter v0.1.2 |
2301 | 2024-11-02T03:26:04.556Z | Compiling cargo-platform v0.1.8 |
2302 | 2024-11-02T03:26:05.065Z | Compiling serde_plain v1.0.2 |
2303 | 2024-11-02T03:26:05.421Z | Compiling displaydoc v0.2.5 |
2304 | 2024-11-02T03:26:05.632Z | Compiling nanorand v0.7.0 |
2305 | 2024-11-02T03:26:06.138Z | Compiling memoffset v0.9.1 |
2306 | 2024-11-02T03:26:06.337Z | Compiling typed-path v0.7.1 |
2307 | 2024-11-02T03:26:06.647Z | Compiling flume v0.11.0 |
2308 | 2024-11-02T03:26:07.382Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2309 | 2024-11-02T03:26:10.860Z | Compiling tough v0.17.1 |
2310 | 2024-11-02T03:26:12.778Z | Compiling cargo_metadata v0.18.1 |
2311 | 2024-11-02T03:26:13.373Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2312 | 2024-11-02T03:26:14.474Z | Compiling env_logger v0.11.5 |
2313 | 2024-11-02T03:26:15.909Z | Compiling p384 v0.13.0 |
2314 | 2024-11-02T03:26:15.974Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2315 | 2024-11-02T03:26:18.352Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2316 | 2024-11-02T03:26:22.803Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2317 | 2024-11-02T03:26:24.668Z | Compiling git2 v0.19.0 |
2318 | 2024-11-02T03:26:25.545Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2319 | 2024-11-02T03:26:29.903Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2320 | 2024-11-02T03:26:30.882Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2321 | 2024-11-02T03:26:32.197Z | Compiling rand_seeder v0.3.0 |
2322 | 2024-11-02T03:26:32.577Z | Compiling libsqlite3-sys v0.30.1 |
2323 | 2024-11-02T03:26:32.600Z | Compiling rustls v0.21.12 |
2324 | 2024-11-02T03:26:32.910Z | Compiling cfg_aliases v0.2.1 |
2325 | 2024-11-02T03:26:33.029Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2326 | 2024-11-02T03:26:33.117Z | Compiling parse-size v1.1.0 |
2327 | 2024-11-02T03:26:33.371Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2328 | 2024-11-02T03:26:33.456Z | Compiling nix v0.29.0 |
2329 | 2024-11-02T03:26:33.718Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2330 | 2024-11-02T03:26:34.286Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2331 | 2024-11-02T03:26:35.327Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2332 | 2024-11-02T03:26:35.572Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2333 | 2024-11-02T03:26:35.757Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2334 | 2024-11-02T03:26:36.084Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2335 | 2024-11-02T03:26:36.316Z | Compiling rustls-webpki v0.101.7 |
2336 | 2024-11-02T03:26:40.253Z | Compiling sct v0.7.1 |
2337 | 2024-11-02T03:26:40.258Z | Compiling castaway v0.2.3 |
2338 | 2024-11-02T03:26:40.399Z | Compiling csv-core v0.1.11 |
2339 | 2024-11-02T03:26:40.597Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2340 | 2024-11-02T03:26:40.938Z | Compiling http-range v0.1.5 |
2341 | 2024-11-02T03:26:41.253Z | Compiling hyper-staticfile v0.10.1 |
2342 | 2024-11-02T03:26:41.502Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2343 | 2024-11-02T03:26:42.666Z | Compiling csv v1.3.0 |
2344 | 2024-11-02T03:26:44.194Z | Compiling compact_str v0.8.0 |
2345 | 2024-11-02T03:26:45.779Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2346 | 2024-11-02T03:26:46.829Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2347 | 2024-11-02T03:26:48.154Z | Compiling nix v0.27.1 |
2348 | 2024-11-02T03:26:51.028Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2349 | 2024-11-02T03:26:52.121Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2350 | 2024-11-02T03:26:53.878Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2351 | 2024-11-02T03:27:00.850Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2352 | 2024-11-02T03:27:02.893Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2353 | 2024-11-02T03:27:06.122Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2354 | 2024-11-02T03:27:06.462Z | Compiling unicode-truncate v1.1.0 |
2355 | 2024-11-02T03:27:06.750Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2356 | 2024-11-02T03:27:07.069Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2357 | 2024-11-02T03:27:07.390Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2358 | 2024-11-02T03:27:08.165Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2359 | 2024-11-02T03:27:09.690Z | Compiling hashlink v0.9.1 |
2360 | 2024-11-02T03:27:09.818Z | Compiling tungstenite v0.23.0 |
2361 | 2024-11-02T03:27:10.497Z | Compiling lru v0.12.5 |
2362 | 2024-11-02T03:27:10.894Z | Compiling instability v0.3.2 |
2363 | 2024-11-02T03:27:10.990Z | Compiling fallible-iterator v0.3.0 |
2364 | 2024-11-02T03:27:11.835Z | Compiling cassowary v0.3.0 |
2365 | 2024-11-02T03:27:11.853Z | Compiling fallible-streaming-iterator v0.1.9 |
2366 | 2024-11-02T03:27:12.141Z | Compiling rusqlite v0.32.1 |
2367 | 2024-11-02T03:27:14.733Z | Compiling ratatui v0.28.1 |
2368 | 2024-11-02T03:27:15.364Z | Compiling tokio-tungstenite v0.23.1 |
2369 | 2024-11-02T03:27:15.421Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2370 | 2024-11-02T03:27:19.778Z | Compiling tokio-rustls v0.24.1 |
2371 | 2024-11-02T03:27:20.261Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2372 | 2024-11-02T03:27:33.813Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2373 | 2024-11-02T03:27:35.578Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2374 | 2024-11-02T03:27:36.347Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2375 | 2024-11-02T03:27:36.895Z | Compiling rustls-pemfile v1.0.4 |
2376 | 2024-11-02T03:27:37.659Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2377 | 2024-11-02T03:27:37.995Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2378 | 2024-11-02T03:27:39.828Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2379 | 2024-11-02T03:27:40.014Z | Compiling signal-hook-tokio v0.3.1 |
2380 | 2024-11-02T03:27:40.083Z | Compiling twox-hash v1.6.3 |
2381 | 2024-11-02T03:27:40.248Z | Compiling unicode-linebreak v0.1.5 |
2382 | 2024-11-02T03:27:40.812Z | Compiling is_ci v1.2.0 |
2383 | 2024-11-02T03:27:41.118Z | Compiling smawk v0.3.2 |
2384 | 2024-11-02T03:27:41.120Z | Compiling supports-color v3.0.1 |
2385 | 2024-11-02T03:27:41.384Z | Compiling textwrap v0.16.1 |
2386 | 2024-11-02T03:27:42.838Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2387 | 2024-11-02T03:27:44.880Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2388 | 2024-11-02T03:27:53.416Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2389 | 2024-11-02T03:27:54.381Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2390 | 2024-11-02T03:27:59.269Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2391 | 2024-11-02T03:28:04.359Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2392 | 2024-11-02T03:28:04.959Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2393 | 2024-11-02T03:28:12.455Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2394 | 2024-11-02T03:28:19.307Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2395 | 2024-11-02T03:28:19.628Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2396 | 2024-11-02T03:28:23.731Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2397 | 2024-11-02T03:28:24.256Z | Compiling fatfs v0.3.6 |
2398 | 2024-11-02T03:28:26.033Z | Compiling rtoolbox v0.0.2 |
2399 | 2024-11-02T03:28:26.466Z | Compiling assert_matches v1.5.0 |
2400 | 2024-11-02T03:28:27.036Z | Compiling rpassword v7.3.1 |
2401 | 2024-11-02T03:28:27.496Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2402 | 2024-11-02T03:28:33.031Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2403 | 2024-11-02T03:28:38.319Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2404 | 2024-11-02T03:28:42.889Z | Compiling tui-tree-widget v0.22.0 |
2405 | 2024-11-02T03:28:43.331Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2406 | 2024-11-02T03:28:45.469Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2407 | 2024-11-02T03:28:57.564Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2408 | 2024-11-02T03:28:57.891Z | Compiling uzers v0.12.1 |
2409 | 2024-11-02T03:28:58.871Z | Compiling shell-words v1.1.0 |
2410 | 2024-11-02T03:28:59.377Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2411 | 2024-11-02T03:29:01.067Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2412 | 2024-11-02T03:29:03.003Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2413 | 2024-11-02T03:29:26.776Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2414 | 2024-11-02T03:29:31.622Z | Compiling multimap v0.10.0 |
2415 | 2024-11-02T03:31:34.911Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2416 | 2024-11-02T03:31:45.431Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2417 | 2024-11-02T03:40:13.611Z | Finished `release` profile [optimized] target(s) in 17m 58s |
2418 | 2024-11-02T03:41:11.445Z | |
2419 | 2024-11-02T03:41:11.448Z | real 18:57.084263672 |
2420 | 2024-11-02T03:41:11.448Z | user 2:04:09.706042471 |
2421 | 2024-11-02T03:41:11.448Z | sys 5:54.027693237 |
2422 | 2024-11-02T03:41:11.448Z | trap 2.868811705 |
2423 | 2024-11-02T03:41:11.448Z | tflt 2.822647789 |
2424 | 2024-11-02T03:41:11.448Z | dflt 5.545455416 |
2425 | 2024-11-02T03:41:11.448Z | kflt 0.063782930 |
2426 | 2024-11-02T03:41:11.448Z | lock 7:41:57.550059361 |
2427 | 2024-11-02T03:41:11.448Z | slp 6:11:32.528585071 |
2428 | 2024-11-02T03:41:11.448Z | lat 2:59.213755020 |
2429 | 2024-11-02T03:41:11.448Z | stop 2:38.083817482 |
2430 | 2024-11-02T03:41:11.448Z | + mapfile -t packages |
2431 | 2024-11-02T03:41:11.448Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2432 | 2024-11-02T03:41:12.396Z | Finished `release` profile [optimized] target(s) in 0.89s |
2433 | 2024-11-02T03:41:12.450Z | Running `target/release/omicron-package -t test list-outputs` |
2434 | 2024-11-02T03:41:12.491Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2435 | 2024-11-02T03:41:12.493Z | + ptime -m cargo build --locked --release -p xtask |
2436 | 2024-11-02T03:41:13.020Z | Compiling serde v1.0.210 |
2437 | 2024-11-02T03:41:13.023Z | Compiling rustix v0.38.37 |
2438 | 2024-11-02T03:41:13.023Z | Compiling serde_json v1.0.128 |
2439 | 2024-11-02T03:41:13.023Z | Compiling libc v0.2.161 |
2440 | 2024-11-02T03:41:13.023Z | Compiling syn v2.0.79 |
2441 | 2024-11-02T03:41:13.115Z | Compiling bitflags v2.6.0 |
2442 | 2024-11-02T03:41:13.438Z | Compiling usdt-impl v0.5.0 |
2443 | 2024-11-02T03:41:13.467Z | Compiling syn v1.0.109 |
2444 | 2024-11-02T03:41:13.558Z | Compiling log v0.4.22 |
2445 | 2024-11-02T03:41:13.610Z | Compiling hashbrown v0.15.0 |
2446 | 2024-11-02T03:41:13.658Z | Compiling fs-err v2.11.0 |
2447 | 2024-11-02T03:41:13.951Z | Compiling anyhow v1.0.92 |
2448 | 2024-11-02T03:41:13.998Z | Compiling once_cell v1.20.2 |
2449 | 2024-11-02T03:41:14.502Z | Compiling thread-id v4.2.2 |
2450 | 2024-11-02T03:41:14.925Z | Compiling indexmap v2.6.0 |
2451 | 2024-11-02T03:41:15.965Z | Compiling terminal_size v0.4.0 |
2452 | 2024-11-02T03:41:15.965Z | Compiling tempfile v3.13.0 |
2453 | 2024-11-02T03:41:16.181Z | Compiling clap_builder v4.5.20 |
2454 | 2024-11-02T03:41:16.753Z | Compiling proc-macro-error v1.0.4 |
2455 | 2024-11-02T03:41:17.933Z | Compiling tabled_derive v0.7.0 |
2456 | 2024-11-02T03:41:19.200Z | Compiling tabled v0.15.0 |
2457 | 2024-11-02T03:41:20.150Z | Compiling serde_derive v1.0.210 |
2458 | 2024-11-02T03:41:20.150Z | Compiling thiserror-impl v1.0.64 |
2459 | 2024-11-02T03:41:20.153Z | Compiling zerocopy-derive v0.7.35 |
2460 | 2024-11-02T03:41:20.153Z | Compiling scroll_derive v0.12.0 |
2461 | 2024-11-02T03:41:21.503Z | Compiling scroll v0.12.0 |
2462 | 2024-11-02T03:41:22.014Z | Compiling zerocopy v0.7.35 |
2463 | 2024-11-02T03:41:22.156Z | Compiling goblin v0.8.2 |
2464 | 2024-11-02T03:41:22.795Z | Compiling thiserror v1.0.64 |
2465 | 2024-11-02T03:41:22.944Z | Compiling pest v2.7.14 |
2466 | 2024-11-02T03:41:24.237Z | Compiling clap_derive v4.5.18 |
2467 | 2024-11-02T03:41:25.912Z | Compiling pest_meta v2.7.14 |
2468 | 2024-11-02T03:41:27.630Z | Compiling pest_generator v2.7.14 |
2469 | 2024-11-02T03:41:29.327Z | Compiling clap v4.5.20 |
2470 | 2024-11-02T03:41:29.652Z | Compiling pest_derive v2.7.14 |
2471 | 2024-11-02T03:41:30.408Z | Compiling dtrace-parser v0.2.0 |
2472 | 2024-11-02T03:41:34.729Z | Compiling serde_tokenstream v0.2.2 |
2473 | 2024-11-02T03:41:35.298Z | Compiling serde_spanned v0.6.8 |
2474 | 2024-11-02T03:41:35.545Z | Compiling toml_datetime v0.6.8 |
2475 | 2024-11-02T03:41:36.226Z | Compiling toml_edit v0.22.22 |
2476 | 2024-11-02T03:41:37.054Z | Compiling dof v0.3.0 |
2477 | 2024-11-02T03:41:38.109Z | Compiling camino v1.1.9 |
2478 | 2024-11-02T03:41:39.276Z | Compiling usdt-attr-macro v0.5.0 |
2479 | 2024-11-02T03:41:39.460Z | Compiling usdt-macro v0.5.0 |
2480 | 2024-11-02T03:41:39.621Z | Compiling toml v0.8.19 |
2481 | 2024-11-02T03:41:40.666Z | Compiling cargo-platform v0.1.8 |
2482 | 2024-11-02T03:41:41.724Z | Compiling semver v1.0.23 |
2483 | 2024-11-02T03:41:43.005Z | Compiling cargo_metadata v0.18.1 |
2484 | 2024-11-02T03:41:43.175Z | Compiling usdt v0.5.0 |
2485 | 2024-11-02T03:41:44.637Z | Compiling cargo_toml v0.20.5 |
2486 | 2024-11-02T03:41:45.507Z | Compiling camino-tempfile v1.1.1 |
2487 | 2024-11-02T03:41:46.247Z | Compiling macaddr v1.0.1 |
2488 | 2024-11-02T03:41:56.340Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2489 | 2024-11-02T03:42:07.261Z | Finished `release` profile [optimized] target(s) in 54.72s |
2490 | 2024-11-02T03:42:07.358Z | |
2491 | 2024-11-02T03:42:07.360Z | real 54.844621396 |
2492 | 2024-11-02T03:42:07.360Z | user 5:33.614868816 |
2493 | 2024-11-02T03:42:07.360Z | sys 28.526878762 |
2494 | 2024-11-02T03:42:07.360Z | trap 0.143251339 |
2495 | 2024-11-02T03:42:07.360Z | tflt 0.358750803 |
2496 | 2024-11-02T03:42:07.360Z | dflt 0.539994135 |
2497 | 2024-11-02T03:42:07.360Z | kflt 0.000000000 |
2498 | 2024-11-02T03:42:07.360Z | lock 10:48.531227292 |
2499 | 2024-11-02T03:42:07.360Z | slp 16:00.454171108 |
2500 | 2024-11-02T03:42:07.360Z | lat 12.748053332 |
2501 | 2024-11-02T03:42:07.360Z | stop 13.007117348 |
2502 | 2024-11-02T03:42:07.360Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2503 | 2024-11-02T03:42:07.360Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2504 | 2024-11-02T03:42:07.360Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2505 | 2024-11-02T03:42:07.360Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2506 | 2024-11-02T03:42:07.360Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2507 | 2024-11-02T03:42:08.174Z | Compiling hashbrown v0.14.5 |
2508 | 2024-11-02T03:42:08.296Z | Compiling unsafe-libyaml v0.2.11 |
2509 | 2024-11-02T03:42:08.307Z | Compiling progenitor-client v0.8.0 |
2510 | 2024-11-02T03:42:08.310Z | Compiling ident_case v1.0.1 |
2511 | 2024-11-02T03:42:08.310Z | Compiling ipnetwork v0.20.0 |
2512 | 2024-11-02T03:42:08.310Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2513 | 2024-11-02T03:42:08.310Z | Compiling instant v0.1.13 |
2514 | 2024-11-02T03:42:08.310Z | Compiling structmeta-derive v0.3.0 |
2515 | 2024-11-02T03:42:08.453Z | Compiling darling_core v0.20.10 |
2516 | 2024-11-02T03:42:08.480Z | Compiling newtype-uuid v1.1.2 |
2517 | 2024-11-02T03:42:08.756Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2518 | 2024-11-02T03:42:08.801Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2519 | 2024-11-02T03:42:09.131Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2520 | 2024-11-02T03:42:09.195Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2521 | 2024-11-02T03:42:09.452Z | Compiling regress v0.10.1 |
2522 | 2024-11-02T03:42:09.516Z | Compiling serde_yaml v0.9.34+deprecated |
2523 | 2024-11-02T03:42:09.556Z | Compiling regress v0.9.1 |
2524 | 2024-11-02T03:42:09.587Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2525 | 2024-11-02T03:42:09.777Z | Compiling backoff v0.4.0 |
2526 | 2024-11-02T03:42:09.974Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2527 | 2024-11-02T03:42:10.097Z | Compiling macaddr v1.0.1 |
2528 | 2024-11-02T03:42:10.123Z | Compiling tempfile v3.13.0 |
2529 | 2024-11-02T03:42:10.146Z | Compiling proc-macro-crate v1.3.1 |
2530 | 2024-11-02T03:42:10.533Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2531 | 2024-11-02T03:42:10.949Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2532 | 2024-11-02T03:42:10.983Z | Compiling foreign-types-macros v0.2.3 |
2533 | 2024-11-02T03:42:11.119Z | Compiling structmeta v0.3.0 |
2534 | 2024-11-02T03:42:11.210Z | Compiling num_enum_derive v0.5.11 |
2535 | 2024-11-02T03:42:11.272Z | Compiling heapless v0.8.0 |
2536 | 2024-11-02T03:42:11.544Z | Compiling parse-display-derive v0.10.0 |
2537 | 2024-11-02T03:42:11.839Z | Compiling foreign-types-shared v0.3.1 |
2538 | 2024-11-02T03:42:12.221Z | Compiling foreign-types v0.5.0 |
2539 | 2024-11-02T03:42:12.344Z | Compiling proc-macro-error v1.0.4 |
2540 | 2024-11-02T03:42:12.642Z | Compiling camino-tempfile v1.1.1 |
2541 | 2024-11-02T03:42:13.015Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2542 | 2024-11-02T03:42:13.095Z | Compiling typify-impl v0.2.0 |
2543 | 2024-11-02T03:42:13.426Z | Compiling hash32 v0.3.1 |
2544 | 2024-11-02T03:42:13.612Z | Compiling num_enum v0.5.11 |
2545 | 2024-11-02T03:42:13.660Z | Compiling cstr-argument v0.1.2 |
2546 | 2024-11-02T03:42:13.765Z | Compiling crucible-workspace-hack v0.1.0 |
2547 | 2024-11-02T03:42:13.835Z | Compiling smoltcp v0.11.0 |
2548 | 2024-11-02T03:42:13.926Z | Compiling pretty-hex v0.2.1 |
2549 | 2024-11-02T03:42:14.079Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2550 | 2024-11-02T03:42:14.113Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2551 | 2024-11-02T03:42:14.254Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2552 | 2024-11-02T03:42:14.538Z | Compiling tabwriter v1.4.0 |
2553 | 2024-11-02T03:42:14.583Z | Compiling colored v2.1.0 |
2554 | 2024-11-02T03:42:14.601Z | Compiling cobs v0.2.3 |
2555 | 2024-11-02T03:42:14.779Z | Compiling darling_macro v0.20.10 |
2556 | 2024-11-02T03:42:14.912Z | Compiling postcard v1.0.10 |
2557 | 2024-11-02T03:42:15.021Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2558 | 2024-11-02T03:42:15.042Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2559 | 2024-11-02T03:42:15.205Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2560 | 2024-11-02T03:42:15.389Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2561 | 2024-11-02T03:42:15.406Z | Compiling smf v0.2.3 |
2562 | 2024-11-02T03:42:15.552Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2563 | 2024-11-02T03:42:15.718Z | Compiling darling v0.20.10 |
2564 | 2024-11-02T03:42:15.800Z | Compiling parse-display v0.10.0 |
2565 | 2024-11-02T03:42:15.838Z | Compiling serde_with_macros v3.11.0 |
2566 | 2024-11-02T03:42:15.861Z | Compiling zone_cfg_derive v0.3.0 |
2567 | 2024-11-02T03:42:16.062Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2568 | 2024-11-02T03:42:16.471Z | Compiling num-derive v0.4.2 |
2569 | 2024-11-02T03:42:16.540Z | Compiling sigpipe v0.1.3 |
2570 | 2024-11-02T03:42:16.667Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2571 | 2024-11-02T03:42:16.705Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2572 | 2024-11-02T03:42:16.980Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2573 | 2024-11-02T03:42:17.258Z | Compiling zone v0.3.0 |
2574 | 2024-11-02T03:42:17.417Z | Compiling universal-hash v0.5.1 |
2575 | 2024-11-02T03:42:17.620Z | Compiling opaque-debug v0.3.1 |
2576 | 2024-11-02T03:42:17.726Z | Compiling num-rational v0.4.2 |
2577 | 2024-11-02T03:42:17.759Z | Compiling password-hash v0.5.0 |
2578 | 2024-11-02T03:42:18.522Z | Compiling serde_with v3.11.0 |
2579 | 2024-11-02T03:42:18.747Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2580 | 2024-11-02T03:42:18.777Z | Compiling blake2 v0.10.6 |
2581 | 2024-11-02T03:42:18.799Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2582 | 2024-11-02T03:42:19.397Z | Compiling num-complex v0.4.6 |
2583 | 2024-11-02T03:42:19.688Z | Compiling aead v0.5.2 |
2584 | 2024-11-02T03:42:19.781Z | Compiling keccak v0.1.5 |
2585 | 2024-11-02T03:42:20.081Z | Compiling convert_case v0.4.0 |
2586 | 2024-11-02T03:42:20.186Z | Compiling sha3 v0.10.8 |
2587 | 2024-11-02T03:42:20.334Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2588 | 2024-11-02T03:42:20.590Z | Compiling num v0.4.3 |
2589 | 2024-11-02T03:42:20.710Z | Compiling argon2 v0.5.3 |
2590 | 2024-11-02T03:42:20.779Z | Compiling poly1305 v0.8.0 |
2591 | 2024-11-02T03:42:20.932Z | Compiling tungstenite v0.21.0 |
2592 | 2024-11-02T03:42:21.011Z | Compiling derive_more v0.99.18 |
2593 | 2024-11-02T03:42:21.221Z | Compiling chacha20 v0.9.1 |
2594 | 2024-11-02T03:42:21.703Z | Compiling base64 v0.21.7 |
2595 | 2024-11-02T03:42:22.450Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2596 | 2024-11-02T03:42:22.496Z | Compiling float-ord v0.3.2 |
2597 | 2024-11-02T03:42:22.533Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2598 | 2024-11-02T03:42:22.552Z | Compiling tokio-tungstenite v0.21.0 |
2599 | 2024-11-02T03:42:22.662Z | Compiling semver v0.1.20 |
2600 | 2024-11-02T03:42:22.969Z | Compiling same-file v1.0.6 |
2601 | 2024-11-02T03:42:23.033Z | Compiling rustc_version v0.1.7 |
2602 | 2024-11-02T03:42:23.133Z | Compiling newline-converter v0.3.0 |
2603 | 2024-11-02T03:42:23.259Z | Compiling walkdir v2.5.0 |
2604 | 2024-11-02T03:42:23.299Z | Compiling primeorder v0.13.6 |
2605 | 2024-11-02T03:42:23.317Z | Compiling secrecy v0.8.0 |
2606 | 2024-11-02T03:42:23.444Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2607 | 2024-11-02T03:42:23.514Z | Compiling cancel-safe-futures v0.1.5 |
2608 | 2024-11-02T03:42:23.630Z | Compiling owo-colors v4.1.0 |
2609 | 2024-11-02T03:42:23.732Z | Compiling home v0.5.9 |
2610 | 2024-11-02T03:42:23.831Z | Compiling prettyplease v0.2.22 |
2611 | 2024-11-02T03:42:23.892Z | Compiling newtype_derive v0.1.6 |
2612 | 2024-11-02T03:42:23.967Z | Compiling expectorate v1.1.0 |
2613 | 2024-11-02T03:42:23.970Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2614 | 2024-11-02T03:42:24.000Z | Compiling thiserror-impl-no-std v2.0.2 |
2615 | 2024-11-02T03:42:24.140Z | Compiling ring v0.16.20 |
2616 | 2024-11-02T03:42:24.158Z | Compiling blake3 v1.5.4 |
2617 | 2024-11-02T03:42:24.197Z | Compiling half v2.4.1 |
2618 | 2024-11-02T03:42:24.277Z | Compiling unicase v2.7.0 |
2619 | 2024-11-02T03:42:24.294Z | Compiling arc-swap v1.7.1 |
2620 | 2024-11-02T03:42:24.610Z | Compiling ciborium-io v0.2.2 |
2621 | 2024-11-02T03:42:24.743Z | Compiling slog-scope v4.4.0 |
2622 | 2024-11-02T03:42:24.817Z | Compiling ciborium-ll v0.2.2 |
2623 | 2024-11-02T03:42:25.152Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2624 | 2024-11-02T03:42:25.516Z | Compiling polyval v0.6.2 |
2625 | 2024-11-02T03:42:25.964Z | Compiling atomicwrites v0.4.4 |
2626 | 2024-11-02T03:42:26.027Z | Compiling libsw v3.3.1 |
2627 | 2024-11-02T03:42:26.327Z | Compiling memmap2 v0.9.5 |
2628 | 2024-11-02T03:42:26.343Z | Compiling untrusted v0.7.1 |
2629 | 2024-11-02T03:42:26.545Z | Compiling arrayvec v0.7.6 |
2630 | 2024-11-02T03:42:26.789Z | Compiling salty v0.3.0 |
2631 | 2024-11-02T03:42:26.954Z | Compiling indent_write v2.2.0 |
2632 | 2024-11-02T03:42:27.067Z | Compiling thiserror-no-std v2.0.2 |
2633 | 2024-11-02T03:42:27.184Z | Compiling parking_lot_core v0.8.6 |
2634 | 2024-11-02T03:42:27.184Z | Compiling arrayref v0.3.9 |
2635 | 2024-11-02T03:42:27.216Z | Compiling libefi-sys v0.1.0 |
2636 | 2024-11-02T03:42:27.295Z | Compiling linear-map v1.2.0 |
2637 | 2024-11-02T03:42:27.508Z | Compiling spin v0.5.2 |
2638 | 2024-11-02T03:42:27.572Z | Compiling constant_time_eq v0.3.1 |
2639 | 2024-11-02T03:42:27.635Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2640 | 2024-11-02T03:42:27.769Z | Compiling vsss-rs v3.3.4 |
2641 | 2024-11-02T03:42:27.789Z | Compiling ghash v0.5.1 |
2642 | 2024-11-02T03:42:28.130Z | Compiling ciborium v0.2.2 |
2643 | 2024-11-02T03:42:28.147Z | Compiling slog-stdlog v4.1.1 |
2644 | 2024-11-02T03:42:28.536Z | Compiling toolchain_find v0.4.0 |
2645 | 2024-11-02T03:42:28.771Z | Compiling p384 v0.13.0 |
2646 | 2024-11-02T03:42:28.892Z | Compiling chacha20poly1305 v0.10.1 |
2647 | 2024-11-02T03:42:29.123Z | Compiling typify-macro v0.2.0 |
2648 | 2024-11-02T03:42:29.140Z | Compiling itertools v0.13.0 |
2649 | 2024-11-02T03:42:29.202Z | Compiling lzma-sys v0.1.20 |
2650 | 2024-11-02T03:42:29.689Z | Compiling ctr v0.9.2 |
2651 | 2024-11-02T03:42:30.062Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2652 | 2024-11-02T03:42:30.079Z | Compiling bitfield-struct v0.6.2 |
2653 | 2024-11-02T03:42:30.287Z | Compiling slog-dtrace v0.3.0 |
2654 | 2024-11-02T03:42:30.461Z | Compiling highway v1.2.0 |
2655 | 2024-11-02T03:42:30.592Z | Compiling topological-sort v0.2.2 |
2656 | 2024-11-02T03:42:30.816Z | Compiling omicron-zone-package v0.11.1 |
2657 | 2024-11-02T03:42:31.469Z | Compiling aes-gcm v0.10.3 |
2658 | 2024-11-02T03:42:31.487Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2659 | 2024-11-02T03:42:31.489Z | Compiling rustfmt-wrapper v0.2.1 |
2660 | 2024-11-02T03:42:31.586Z | Compiling mime_guess v2.0.5 |
2661 | 2024-11-02T03:42:31.765Z | Compiling slog-envlogger v2.2.0 |
2662 | 2024-11-02T03:42:32.091Z | Compiling steno v0.4.1 |
2663 | 2024-11-02T03:42:32.520Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2664 | 2024-11-02T03:42:32.684Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2665 | 2024-11-02T03:42:32.855Z | Compiling heck v0.3.3 |
2666 | 2024-11-02T03:42:32.973Z | Compiling ssh-encoding v0.2.0 |
2667 | 2024-11-02T03:42:33.116Z | Compiling blowfish v0.9.1 |
2668 | 2024-11-02T03:42:33.190Z | Compiling nibble_vec v0.1.0 |
2669 | 2024-11-02T03:42:33.278Z | Compiling env_filter v0.1.2 |
2670 | 2024-11-02T03:42:33.327Z | Compiling typify v0.2.0 |
2671 | 2024-11-02T03:42:33.395Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2672 | 2024-11-02T03:42:33.465Z | Compiling progenitor-impl v0.8.0 |
2673 | 2024-11-02T03:42:33.482Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2674 | 2024-11-02T03:42:33.564Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2675 | 2024-11-02T03:42:33.684Z | Compiling endian-type v0.1.2 |
2676 | 2024-11-02T03:42:33.686Z | Compiling humantime v2.1.0 |
2677 | 2024-11-02T03:42:33.814Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2678 | 2024-11-02T03:42:33.830Z | Compiling env_logger v0.11.5 |
2679 | 2024-11-02T03:42:33.943Z | Compiling radix_trie v0.2.1 |
2680 | 2024-11-02T03:42:33.946Z | Compiling bcrypt-pbkdf v0.10.0 |
2681 | 2024-11-02T03:42:34.199Z | Compiling ssh-cipher v0.2.0 |
2682 | 2024-11-02T03:42:34.542Z | Compiling zone_cfg_derive v0.1.2 |
2683 | 2024-11-02T03:42:34.733Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2684 | 2024-11-02T03:42:34.756Z | Compiling parking_lot v0.11.2 |
2685 | 2024-11-02T03:42:35.124Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2686 | 2024-11-02T03:42:35.702Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2687 | 2024-11-02T03:42:35.705Z | Compiling gethostname v0.5.0 |
2688 | 2024-11-02T03:42:35.783Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2689 | 2024-11-02T03:42:35.916Z | Compiling password-hash v0.4.2 |
2690 | 2024-11-02T03:42:36.011Z | Compiling fxhash v0.2.1 |
2691 | 2024-11-02T03:42:36.099Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2692 | 2024-11-02T03:42:36.221Z | Compiling base64 v0.13.1 |
2693 | 2024-11-02T03:42:36.242Z | Compiling matches v0.1.10 |
2694 | 2024-11-02T03:42:36.348Z | Compiling idna v0.2.3 |
2695 | 2024-11-02T03:42:36.369Z | Compiling sled v0.34.7 |
2696 | 2024-11-02T03:42:36.442Z | Compiling pbkdf2 v0.11.0 |
2697 | 2024-11-02T03:42:36.747Z | Compiling ron v0.7.1 |
2698 | 2024-11-02T03:42:36.788Z | Compiling zone v0.1.8 |
2699 | 2024-11-02T03:42:36.805Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2700 | 2024-11-02T03:42:36.823Z | Compiling xz2 v0.1.7 |
2701 | 2024-11-02T03:42:37.297Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2702 | 2024-11-02T03:42:37.902Z | Compiling ssh-key v0.6.6 |
2703 | 2024-11-02T03:42:38.305Z | Compiling hickory-client v0.24.1 |
2704 | 2024-11-02T03:42:38.970Z | Compiling p256 v0.13.2 |
2705 | 2024-11-02T03:42:39.065Z | Compiling p521 v0.13.3 |
2706 | 2024-11-02T03:42:39.196Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2707 | 2024-11-02T03:42:39.736Z | Compiling hickory-server v0.24.1 |
2708 | 2024-11-02T03:42:39.850Z | Compiling enum-as-inner v0.5.1 |
2709 | 2024-11-02T03:42:40.298Z | Compiling pem v3.0.4 |
2710 | 2024-11-02T03:42:40.886Z | Compiling yasna v0.5.2 |
2711 | 2024-11-02T03:42:41.024Z | Compiling headers-core v0.3.0 |
2712 | 2024-11-02T03:42:41.104Z | Compiling progenitor-macro v0.8.0 |
2713 | 2024-11-02T03:42:41.196Z | Compiling kstat-rs v0.2.4 |
2714 | 2024-11-02T03:42:41.346Z | Compiling nanorand v0.7.0 |
2715 | 2024-11-02T03:42:41.812Z | Compiling atty v0.2.14 |
2716 | 2024-11-02T03:42:41.916Z | Compiling russh-cryptovec v0.7.3 |
2717 | 2024-11-02T03:42:41.957Z | Compiling glob v0.3.1 |
2718 | 2024-11-02T03:42:42.245Z | Compiling md5 v0.7.0 |
2719 | 2024-11-02T03:42:42.435Z | Compiling http-range v0.1.5 |
2720 | 2024-11-02T03:42:42.451Z | Compiling rcgen v0.12.1 |
2721 | 2024-11-02T03:42:42.512Z | Compiling russh-keys v0.45.0 |
2722 | 2024-11-02T03:42:42.754Z | Compiling hyper-staticfile v0.10.1 |
2723 | 2024-11-02T03:42:42.782Z | Compiling flume v0.11.0 |
2724 | 2024-11-02T03:42:42.922Z | Compiling headers v0.4.0 |
2725 | 2024-11-02T03:42:43.487Z | Compiling trust-dns-proto v0.22.0 |
2726 | 2024-11-02T03:42:43.878Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2727 | 2024-11-02T03:42:44.802Z | Compiling num-bigint v0.4.6 |
2728 | 2024-11-02T03:42:44.888Z | Compiling des v0.8.1 |
2729 | 2024-11-02T03:42:45.241Z | Compiling subprocess v0.2.9 |
2730 | 2024-11-02T03:42:46.688Z | Compiling dhcproto-macros v0.1.0 |
2731 | 2024-11-02T03:42:46.707Z | Compiling display-error-chain v0.2.2 |
2732 | 2024-11-02T03:42:46.919Z | Compiling hex-literal v0.4.1 |
2733 | 2024-11-02T03:42:47.085Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2734 | 2024-11-02T03:42:47.102Z | Compiling internet-checksum v0.2.1 |
2735 | 2024-11-02T03:42:47.773Z | Compiling dhcproto v0.12.0 |
2736 | 2024-11-02T03:42:47.794Z | Compiling russh v0.45.0 |
2737 | 2024-11-02T03:42:52.634Z | Compiling progenitor v0.8.0 |
2738 | 2024-11-02T03:42:52.763Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2739 | 2024-11-02T03:42:52.765Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2740 | 2024-11-02T03:42:52.765Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2741 | 2024-11-02T03:42:52.765Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2742 | 2024-11-02T03:42:52.823Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2743 | 2024-11-02T03:42:52.826Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2744 | 2024-11-02T03:42:53.185Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2745 | 2024-11-02T03:42:53.604Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2746 | 2024-11-02T03:42:54.182Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2747 | 2024-11-02T03:42:54.338Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2748 | 2024-11-02T03:42:58.451Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2749 | 2024-11-02T03:42:58.960Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2750 | 2024-11-02T03:43:07.379Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2751 | 2024-11-02T03:43:07.381Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2752 | 2024-11-02T03:43:07.381Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2753 | 2024-11-02T03:43:07.381Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2754 | 2024-11-02T03:43:10.456Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2755 | 2024-11-02T03:43:10.506Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2756 | 2024-11-02T03:43:11.328Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2757 | 2024-11-02T03:43:11.440Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2758 | 2024-11-02T03:43:13.634Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2759 | 2024-11-02T03:43:14.467Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2760 | 2024-11-02T03:43:15.196Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2761 | 2024-11-02T03:43:15.340Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2762 | 2024-11-02T03:43:16.410Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2763 | 2024-11-02T03:43:16.876Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2764 | 2024-11-02T03:43:17.974Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2765 | 2024-11-02T03:43:18.731Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2766 | 2024-11-02T03:43:19.555Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2767 | 2024-11-02T03:43:19.600Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2768 | 2024-11-02T03:43:21.155Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2769 | 2024-11-02T03:43:21.253Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2770 | 2024-11-02T03:43:21.573Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2771 | 2024-11-02T03:43:21.576Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2772 | 2024-11-02T03:43:22.864Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2773 | 2024-11-02T03:43:25.282Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2774 | 2024-11-02T03:43:27.070Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2775 | 2024-11-02T03:43:27.921Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2776 | 2024-11-02T03:43:28.031Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2777 | 2024-11-02T03:43:29.638Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2778 | 2024-11-02T03:43:34.719Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2779 | 2024-11-02T03:43:43.332Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2780 | 2024-11-02T03:43:44.655Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2781 | 2024-11-02T03:44:38.125Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2782 | 2024-11-02T03:45:10.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 03s |
2783 | 2024-11-02T03:45:11.022Z | |
2784 | 2024-11-02T03:45:11.022Z | real 3:03.628142094 |
2785 | 2024-11-02T03:45:11.023Z | user 11:34.171039237 |
2786 | 2024-11-02T03:45:11.023Z | sys 2:20.673814681 |
2787 | 2024-11-02T03:45:11.023Z | trap 0.288981845 |
2788 | 2024-11-02T03:45:11.023Z | tflt 0.649815314 |
2789 | 2024-11-02T03:45:11.023Z | dflt 1.966710943 |
2790 | 2024-11-02T03:45:11.028Z | kflt 0.000015590 |
2791 | 2024-11-02T03:45:11.029Z | lock 24:48.152393638 |
2792 | 2024-11-02T03:45:11.029Z | slp 40:54.522072094 |
2793 | 2024-11-02T03:45:11.029Z | lat 32.303024855 |
2794 | 2024-11-02T03:45:11.029Z | stop 1:11.818863614 |
2795 | 2024-11-02T03:45:11.029Z | + mkdir tests |
2796 | 2024-11-02T03:45:11.029Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2797 | 2024-11-02T03:45:11.029Z | + xargs -I '{}' -t cp '{}' tests/ |
2798 | 2024-11-02T03:45:12.160Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-55f07926e39993d1 tests/ |
2799 | 2024-11-02T03:45:12.186Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f7a118bb4e5a550d tests/ |
2800 | 2024-11-02T03:45:12.212Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-a5b535cd196e5cea tests/ |
2801 | 2024-11-02T03:45:12.238Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-0714fd9d3961692d tests/ |
2802 | 2024-11-02T03:45:12.439Z | + files=(.github/buildomat/ci-env.sh 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/*) |
2803 | 2024-11-02T03:45:12.444Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh 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-f7a118bb4e5a550d tests/commtest-a5b535cd196e5cea tests/dhcp_server-55f07926e39993d1 tests/end_to_end_tests-0714fd9d3961692d out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.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 |
2804 | 2024-11-02T03:46:17.672Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2805 | 2024-11-02T03:46:17.672Z | a .github/buildomat/ci-env.sh 1K |
2806 | 2024-11-02T03:46:17.672Z | a out/target/test 1K |
2807 | 2024-11-02T03:46:17.672Z | a out/npuzone/npuzone 23144K |
2808 | 2024-11-02T03:46:17.672Z | a package-manifest.toml 32K |
2809 | 2024-11-02T03:46:17.672Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2810 | 2024-11-02T03:46:17.672Z | a target/release/omicron-package 32532K |
2811 | 2024-11-02T03:46:17.672Z | a target/release/xtask 11749K |
2812 | 2024-11-02T03:46:17.672Z | a target/debug/bootstrap 196065K |
2813 | 2024-11-02T03:46:17.672Z | a tests/bootstrap-f7a118bb4e5a550d 23991K |
2814 | 2024-11-02T03:46:17.672Z | a tests/commtest-a5b535cd196e5cea 24191K |
2815 | 2024-11-02T03:46:17.672Z | a tests/dhcp_server-55f07926e39993d1 23991K |
2816 | 2024-11-02T03:46:17.672Z | a tests/end_to_end_tests-0714fd9d3961692d 208275K |
2817 | 2024-11-02T03:46:17.672Z | a out/clickhouse.tar.gz 244353K |
2818 | 2024-11-02T03:46:17.672Z | a out/clickhouse_keeper.tar.gz 244328K |
2819 | 2024-11-02T03:46:17.672Z | a out/clickhouse_server.tar.gz 244327K |
2820 | 2024-11-02T03:46:17.672Z | a out/cockroachdb.tar.gz 130046K |
2821 | 2024-11-02T03:46:17.672Z | a out/crucible-dtrace.tar 83K |
2822 | 2024-11-02T03:46:17.672Z | a out/crucible-pantry-zone.tar.gz 26857K |
2823 | 2024-11-02T03:46:17.672Z | a out/crucible-zone.tar.gz 35063K |
2824 | 2024-11-02T03:46:17.672Z | a out/external-dns.tar.gz 30753K |
2825 | 2024-11-02T03:46:17.672Z | a out/internal-dns.tar.gz 30753K |
2826 | 2024-11-02T03:46:17.672Z | a out/mg-ddm-gz.tar 62661K |
2827 | 2024-11-02T03:46:17.672Z | a out/nexus.tar.gz 96410K |
2828 | 2024-11-02T03:46:17.672Z | a out/ntp.tar.gz 9038K |
2829 | 2024-11-02T03:46:17.672Z | a out/omicron-gateway-softnpu.tar.gz 21670K |
2830 | 2024-11-02T03:46:17.672Z | a out/omicron-sled-agent.tar 104243K |
2831 | 2024-11-02T03:46:17.673Z | a out/overlay.tar.gz 3K |
2832 | 2024-11-02T03:46:17.673Z | a out/oximeter.tar.gz 46044K |
2833 | 2024-11-02T03:46:17.673Z | a out/oxlog.tar 3071K |
2834 | 2024-11-02T03:46:17.673Z | a out/probe.tar.gz 2764K |
2835 | 2024-11-02T03:46:17.673Z | a out/propolis-server.tar.gz 66584K |
2836 | 2024-11-02T03:46:17.673Z | a out/pumpkind-gz.tar 26665K |
2837 | 2024-11-02T03:46:17.673Z | a out/switch-softnpu.tar.gz 224536K |
2838 | 2024-11-02T03:46:17.675Z | |
2839 | 2024-11-02T03:46:17.675Z | real 1:05.231796615 |
2840 | 2024-11-02T03:46:17.675Z | user 1:02.287115659 |
2841 | 2024-11-02T03:46:17.675Z | sys 4.184467172 |
2842 | 2024-11-02T03:46:17.676Z | trap 0.016795939 |
2843 | 2024-11-02T03:46:17.676Z | tflt 0.000000000 |
2844 | 2024-11-02T03:46:17.676Z | dflt 0.000000000 |
2845 | 2024-11-02T03:46:17.676Z | kflt 0.000000000 |
2846 | 2024-11-02T03:46:17.676Z | lock 0.000000000 |
2847 | 2024-11-02T03:46:17.676Z | slp 1:02.126676135 |
2848 | 2024-11-02T03:46:17.676Z | lat 1.843531355 |
2849 | 2024-11-02T03:46:17.676Z | stop 0.000208508 |
2850 | 2024-11-02T03:46:17.676Z | process exited: duration 2078187 ms, exit code 0 |
|
2851 | 2024-11-02T03:46:17.690Z | found 1 output files |
2852 | 2024-11-02T03:46:17.690Z | uploading: /work/package.tar.gz (1693393424 bytes) |
2853 | 2024-11-02T03:46:50.716Z | uploaded: /work/package.tar.gz |