|
|
|
1 | 2024-04-19T19:54:22.930Z | job assigned to worker 01HVVYQZKVEQ7XEFFR7CCQVKVE (queued for 2 m 3 s) |
|
2 | 2024-04-19T19:54:24.307Z | starting task 0: "setup" |
3 | 2024-04-19T19:54:24.333Z | ++ uname -s |
4 | 2024-04-19T19:54:24.334Z | + kern=SunOS |
5 | 2024-04-19T19:54:24.334Z | + case "$kern" in |
6 | 2024-04-19T19:54:24.334Z | + groupadd -g 12345 build |
7 | 2024-04-19T19:54:24.334Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-04-19T19:54:26.326Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-04-19T19:54:26.371Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-04-19T19:54:26.409Z | + home_fs=zfs |
11 | 2024-04-19T19:54:26.409Z | + [[ zfs == autofs ]] |
12 | 2024-04-19T19:54:26.409Z | + mkdir -p /home/build |
13 | 2024-04-19T19:54:26.409Z | + chown build:build /home/build /work |
14 | 2024-04-19T19:54:28.392Z | + chmod 0700 /home/build /work |
15 | 2024-04-19T19:54:28.433Z | process exited: duration 4084 ms, exit code 0 |
|
16 | 2024-04-19T19:54:28.500Z | starting task 1: "rust-toolchain" |
17 | 2024-04-19T19:54:28.527Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-04-19T19:54:28.527Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-04-19T19:54:29.688Z | info: downloading installer |
20 | 2024-04-19T19:54:30.632Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-04-19T19:54:30.632Z | warning: /opt/ooce/bin |
22 | 2024-04-19T19:54:30.632Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-04-19T19:54:30.632Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-04-19T19:54:30.632Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-04-19T19:54:30.632Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-04-19T19:54:30.632Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-04-19T19:54:30.632Z | error: cannot install while Rust is installed |
28 | 2024-04-19T19:54:30.632Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-04-19T19:54:30.632Z | info: profile set to 'default' |
30 | 2024-04-19T19:54:30.633Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-04-19T19:54:30.633Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-04-19T19:54:30.633Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-04-19T19:54:30.633Z | info: downloading component 'cargo' |
34 | 2024-04-19T19:54:30.633Z | info: downloading component 'clippy' |
35 | 2024-04-19T19:54:30.633Z | info: downloading component 'rust-docs' |
36 | 2024-04-19T19:54:30.633Z | info: downloading component 'rust-std' |
37 | 2024-04-19T19:54:30.663Z | info: downloading component 'rustc' |
38 | 2024-04-19T19:54:31.128Z | info: downloading component 'rustfmt' |
39 | 2024-04-19T19:54:31.172Z | info: installing component 'cargo' |
40 | 2024-04-19T19:54:32.251Z | info: installing component 'clippy' |
41 | 2024-04-19T19:54:32.687Z | info: installing component 'rust-docs' |
42 | 2024-04-19T19:54:35.077Z | info: installing component 'rust-std' |
43 | 2024-04-19T19:54:37.215Z | info: installing component 'rustc' |
44 | 2024-04-19T19:54:41.878Z | info: installing component 'rustfmt' |
45 | 2024-04-19T19:54:42.261Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-04-19T19:54:42.262Z | |
47 | 2024-04-19T19:54:42.390Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-04-19T19:54:42.390Z | |
49 | 2024-04-19T19:54:42.415Z | |
50 | 2024-04-19T19:54:42.415Z | Rust is installed now. Great! |
51 | 2024-04-19T19:54:42.415Z | |
52 | 2024-04-19T19:54:42.415Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-04-19T19:54:42.416Z | environment variable. This has not been done automatically. |
54 | 2024-04-19T19:54:42.416Z | |
55 | 2024-04-19T19:54:42.416Z | To configure your current shell, you need to source |
56 | 2024-04-19T19:54:42.416Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-04-19T19:54:42.416Z | |
58 | 2024-04-19T19:54:42.416Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-04-19T19:54:42.416Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-04-19T19:54:42.416Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-04-19T19:54:42.464Z | + rustc --version |
62 | 2024-04-19T19:54:42.546Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-04-19T19:54:42.571Z | process exited: duration 14048 ms, exit code 0 |
|
64 | 2024-04-19T19:54:42.623Z | starting task 2: "authentication" |
65 | 2024-04-19T19:54:42.689Z | process exited: duration 53 ms, exit code 0 |
|
66 | 2024-04-19T19:54:42.743Z | starting task 3: "clone repository" |
67 | 2024-04-19T19:54:42.782Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-04-19T19:54:42.782Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-04-19T19:54:42.812Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-04-19T19:54:48.684Z | + cd /work/oxidecomputer/omicron |
71 | 2024-04-19T19:54:48.710Z | + git fetch origin 974dce95eecd199e03c9e960ca4e7a705bb3f1d1 |
72 | 2024-04-19T19:54:49.093Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-04-19T19:54:49.093Z | * branch 974dce95eecd199e03c9e960ca4e7a705bb3f1d1 -> FETCH_HEAD |
74 | 2024-04-19T19:54:49.124Z | + [[ -n dependabot/cargo/rustls-0.22.4 ]] |
75 | 2024-04-19T19:54:49.124Z | ++ git branch --show-current |
76 | 2024-04-19T19:54:49.124Z | + current=main |
77 | 2024-04-19T19:54:49.124Z | + [[ main != dependabot/cargo/rustls-0.22.4 ]] |
78 | 2024-04-19T19:54:49.124Z | + git branch -f dependabot/cargo/rustls-0.22.4 974dce95eecd199e03c9e960ca4e7a705bb3f1d1 |
79 | 2024-04-19T19:54:49.124Z | + git checkout -f dependabot/cargo/rustls-0.22.4 |
80 | 2024-04-19T19:54:49.268Z | Switched to branch 'dependabot/cargo/rustls-0.22.4' |
81 | 2024-04-19T19:54:49.759Z | + git reset --hard 974dce95eecd199e03c9e960ca4e7a705bb3f1d1 |
82 | 2024-04-19T19:54:49.791Z | HEAD is now at 974dce95e Bump rustls from 0.22.2 to 0.22.4 |
83 | 2024-04-19T19:54:49.791Z | process exited: duration 6679 ms, exit code 0 |
|
84 | 2024-04-19T19:54:50.268Z | starting task 4: "build" |
85 | 2024-04-19T19:54:50.294Z | + cargo --version |
86 | 2024-04-19T19:54:50.294Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
87 | 2024-04-19T19:54:50.294Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
88 | 2024-04-19T19:54:50.294Z | info: downloading component 'cargo' |
89 | 2024-04-19T19:54:50.295Z | info: downloading component 'clippy' |
90 | 2024-04-19T19:54:50.295Z | info: downloading component 'rust-docs' |
91 | 2024-04-19T19:54:50.411Z | info: downloading component 'rust-std' |
92 | 2024-04-19T19:54:50.706Z | info: downloading component 'rustc' |
93 | 2024-04-19T19:54:51.362Z | info: downloading component 'rustfmt' |
94 | 2024-04-19T19:54:51.409Z | info: installing component 'cargo' |
95 | 2024-04-19T19:54:52.350Z | info: installing component 'clippy' |
96 | 2024-04-19T19:54:52.729Z | info: installing component 'rust-docs' |
97 | 2024-04-19T19:54:55.061Z | info: installing component 'rust-std' |
98 | 2024-04-19T19:54:56.947Z | info: installing component 'rustc' |
99 | 2024-04-19T19:55:01.477Z | info: installing component 'rustfmt' |
100 | 2024-04-19T19:55:01.933Z | cargo 1.77.2 (e52e36006 2024-03-26) |
101 | 2024-04-19T19:55:01.971Z | + rustc --version |
102 | 2024-04-19T19:55:02.073Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
103 | 2024-04-19T19:55:02.101Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-04-19T19:55:08.250Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-04-19T19:55:10.204Z | Startup: Caching catalogs ... Done |
106 | 2024-04-19T19:55:13.146Z | Planning: Solver setup ... Done (2.326s) |
107 | 2024-04-19T19:55:13.193Z | Planning: Running solver ... Done (0.047s) |
108 | 2024-04-19T19:55:13.231Z | Planning: Finding local manifests ... Done (0.002s) |
109 | 2024-04-19T19:55:13.303Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-04-19T19:55:13.685Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-04-19T19:55:13.740Z | Planning: Package planning ... Done (0.060s) |
112 | 2024-04-19T19:55:13.800Z | Planning: Merging actions ... Done (0.059s) |
113 | 2024-04-19T19:55:14.188Z | Planning: Checking for conflicting actions ... Done (0.387s) |
114 | 2024-04-19T19:55:14.214Z | Planning: Consolidating action changes ... Done (0.013s) |
115 | 2024-04-19T19:55:14.848Z | Planning: Evaluating mediators ... Done (0.644s) |
116 | 2024-04-19T19:55:14.876Z | Planning: Planning completed in 4.60 seconds |
117 | 2024-04-19T19:55:14.877Z | Packages to install: 4 |
118 | 2024-04-19T19:55:14.877Z | Mediators to change: 2 |
119 | 2024-04-19T19:55:14.877Z | Services to change: 1 |
120 | 2024-04-19T19:55:14.877Z | Estimated space available: 148.37 GB |
121 | 2024-04-19T19:55:14.877Z | Estimated space to be consumed: 1.44 GB |
122 | 2024-04-19T19:55:14.877Z | Create boot environment: No |
123 | 2024-04-19T19:55:14.877Z | Create backup boot environment: No |
124 | 2024-04-19T19:55:14.877Z | Rebuild boot archive: No |
125 | 2024-04-19T19:55:14.877Z | |
126 | 2024-04-19T19:55:14.877Z | Changed mediators: |
127 | 2024-04-19T19:55:14.877Z | mediator clang: |
128 | 2024-04-19T19:55:14.877Z | version: None -> 15 (system default) |
129 | 2024-04-19T19:55:14.877Z | |
130 | 2024-04-19T19:55:14.877Z | mediator llvm: |
131 | 2024-04-19T19:55:14.877Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-04-19T19:55:14.878Z | |
133 | 2024-04-19T19:55:14.878Z | Changed packages: |
134 | 2024-04-19T19:55:14.878Z | helios-dev |
135 | 2024-04-19T19:55:14.878Z | developer/build-essential |
136 | 2024-04-19T19:55:14.878Z | None -> 11-2.0 |
137 | 2024-04-19T19:55:14.878Z | library/libxmlsec1 |
138 | 2024-04-19T19:55:14.878Z | None -> 1.2.35-2.0 |
139 | 2024-04-19T19:55:14.878Z | ooce/developer/clang-15 |
140 | 2024-04-19T19:55:14.878Z | None -> 15.0.7-2.0 |
141 | 2024-04-19T19:55:14.878Z | ooce/developer/llvm-15 |
142 | 2024-04-19T19:55:14.878Z | None -> 15.0.7-2.0 |
143 | 2024-04-19T19:55:14.879Z | |
144 | 2024-04-19T19:55:14.879Z | Services: |
145 | 2024-04-19T19:55:14.879Z | restart_fmri: |
146 | 2024-04-19T19:55:14.879Z | svc:/system/update-man-index:default |
147 | 2024-04-19T19:55:14.925Z | |
148 | 2024-04-19T19:55:14.926Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-04-19T19:55:19.932Z | Download: 1198/3290 items 82.6/212.6MB 38% complete (16.6M/s) |
150 | 2024-04-19T19:55:24.937Z | Download: 3007/3290 items 121.3/212.6MB 57% complete (12.2M/s) |
151 | 2024-04-19T19:55:29.520Z | Download: Completed 212.60 MB in 14.60 seconds (14.6M/s) |
152 | 2024-04-19T19:55:29.759Z | Actions: 1/3689 actions (Installing new actions) |
153 | 2024-04-19T19:55:35.028Z | Actions: 2613/3689 actions (Installing new actions) |
154 | 2024-04-19T19:55:35.346Z | Actions: Completed 3689 actions in 5.59 seconds. |
155 | 2024-04-19T19:55:35.633Z | Done (0.281s) |
156 | 2024-04-19T19:55:35.634Z | Done (0.000s) |
157 | 2024-04-19T19:55:35.969Z | Done (0.328s) |
158 | 2024-04-19T19:55:40.928Z | Done (4.837s) |
159 | 2024-04-19T19:55:41.009Z | Done (0.018s) |
160 | 2024-04-19T19:55:41.036Z | Done (0.000s) |
161 | 2024-04-19T19:55:41.166Z | Done (0.000s) |
162 | 2024-04-19T19:55:41.814Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-04-19T19:55:41.977Z | Planning: Checking for conflicting actions ... Done |
164 | 2024-04-19T19:55:42.021Z | Planning: Consolidating action changes ... Done |
165 | 2024-04-19T19:55:42.289Z | Planning: Evaluating mediators ... Done |
166 | 2024-04-19T19:55:42.319Z | Planning: Planning completed in 0.52 seconds |
167 | 2024-04-19T19:55:42.319Z | Mediators to change: 2 |
168 | 2024-04-19T19:55:42.319Z | Create boot environment: No |
169 | 2024-04-19T19:55:42.320Z | Create backup boot environment: No |
170 | 2024-04-19T19:55:42.380Z | Done |
171 | 2024-04-19T19:55:42.380Z | Done |
172 | 2024-04-19T19:55:42.567Z | Done |
173 | 2024-04-19T19:55:46.997Z | Done |
174 | 2024-04-19T19:55:47.077Z | Done |
175 | 2024-04-19T19:55:47.110Z | Done |
176 | 2024-04-19T19:55:47.354Z | Done |
177 | 2024-04-19T19:55:47.937Z | Planning: Evaluating mediator changes ... Done |
178 | 2024-04-19T19:55:47.980Z | Planning: Merging actions ... Done |
179 | 2024-04-19T19:55:48.163Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-04-19T19:55:48.197Z | Planning: Consolidating action changes ... Done |
181 | 2024-04-19T19:55:48.511Z | Planning: Evaluating mediators ... Done |
182 | 2024-04-19T19:55:48.577Z | Planning: Planning completed in 0.97 seconds |
183 | 2024-04-19T19:55:49.099Z | Packages to change: 1 |
184 | 2024-04-19T19:55:49.099Z | Mediators to change: 1 |
185 | 2024-04-19T19:55:49.099Z | Services to change: 1 |
186 | 2024-04-19T19:55:49.099Z | Create boot environment: No |
187 | 2024-04-19T19:55:49.099Z | Create backup boot environment: Yes |
188 | 2024-04-19T19:55:50.127Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2024-04-19T19:55:50.154Z | Actions: Completed 6 actions in 0.00 seconds. |
190 | 2024-04-19T19:55:50.154Z | Done |
191 | 2024-04-19T19:55:50.154Z | Done |
192 | 2024-04-19T19:55:50.605Z | Done |
193 | 2024-04-19T19:55:54.686Z | Done |
194 | 2024-04-19T19:55:54.753Z | Done |
195 | 2024-04-19T19:55:54.781Z | Done |
196 | 2024-04-19T19:55:54.838Z | Done |
197 | 2024-04-19T19:55:55.357Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2024-04-19T19:55:55.357Z | clang system 15 system |
199 | 2024-04-19T19:55:55.357Z | csh system system illumos |
200 | 2024-04-19T19:55:55.357Z | ctags system system illumos |
201 | 2024-04-19T19:55:55.357Z | gcc vendor 12 vendor |
202 | 2024-04-19T19:55:55.357Z | gcc system 10 system |
203 | 2024-04-19T19:55:55.357Z | gcc system 7 system |
204 | 2024-04-19T19:55:55.357Z | go system 1.20 system |
205 | 2024-04-19T19:55:55.357Z | go system 1.19 system |
206 | 2024-04-19T19:55:55.357Z | llvm system 15 system |
207 | 2024-04-19T19:55:55.357Z | llvm system 14 system |
208 | 2024-04-19T19:55:55.357Z | mariadb system 10.6 system |
209 | 2024-04-19T19:55:55.357Z | mta vendor vendor dma |
210 | 2024-04-19T19:55:55.358Z | openjdk system 17 system |
211 | 2024-04-19T19:55:55.358Z | openjdk system 11 system |
212 | 2024-04-19T19:55:55.358Z | openjdk system 1.8 system |
213 | 2024-04-19T19:55:55.358Z | openssl vendor 3 vendor |
214 | 2024-04-19T19:55:55.358Z | perl system 5.36 system |
215 | 2024-04-19T19:55:55.358Z | postgresql system 15 system |
216 | 2024-04-19T19:55:55.358Z | postgresql system 13 system |
217 | 2024-04-19T19:55:55.358Z | python vendor 3 vendor |
218 | 2024-04-19T19:55:55.358Z | python system 2 system |
219 | 2024-04-19T19:55:55.358Z | python3 system 3.11 system |
220 | 2024-04-19T19:55:55.358Z | ruby system 3.0 system |
221 | 2024-04-19T19:55:55.358Z | words vendor vendor american-english |
222 | 2024-04-19T19:55:55.358Z | words system system australian-english |
223 | 2024-04-19T19:55:55.358Z | words system system british-english |
224 | 2024-04-19T19:55:55.358Z | words system system canadian-english |
225 | 2024-04-19T19:55:55.358Z | words system system french |
226 | 2024-04-19T19:55:55.358Z | words system system italian |
227 | 2024-04-19T19:55:55.358Z | words system system ngerman |
228 | 2024-04-19T19:55:55.358Z | words system system ogerman |
229 | 2024-04-19T19:55:55.358Z | words system system spanish |
230 | 2024-04-19T19:55:55.751Z | PUBLISHER TYPE STATUS P LOCATION |
231 | 2024-04-19T19:55:55.751Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
232 | 2024-04-19T19:55:58.586Z | FMRI IFO |
233 | 2024-04-19T19:55:58.586Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
234 | 2024-04-19T19:55:58.586Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
235 | 2024-04-19T19:55:58.586Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
236 | 2024-04-19T19:55:58.586Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
237 | 2024-04-19T19:55:58.586Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
238 | 2024-04-19T19:55:58.586Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
239 | 2024-04-19T19:55:58.586Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
240 | 2024-04-19T19:55:58.586Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
241 | 2024-04-19T19:55:58.586Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
242 | 2024-04-19T19:55:58.586Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
243 | 2024-04-19T19:55:58.586Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
244 | 2024-04-19T19:55:58.586Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
245 | 2024-04-19T19:55:58.636Z | + set -o errexit |
246 | 2024-04-19T19:55:58.636Z | +++ dirname ./tools/ci_download_cockroachdb |
247 | 2024-04-19T19:55:58.637Z | ++ cd ./tools |
248 | 2024-04-19T19:55:58.637Z | ++ pwd |
249 | 2024-04-19T19:55:58.637Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
250 | 2024-04-19T19:55:58.637Z | ++ basename ./tools/ci_download_cockroachdb |
251 | 2024-04-19T19:55:58.637Z | + ARG0=ci_download_cockroachdb |
252 | 2024-04-19T19:55:58.637Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
253 | 2024-04-19T19:55:58.637Z | + CIDL_VERSION=v22.1.9 |
254 | 2024-04-19T19:55:58.637Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
255 | 2024-04-19T19:55:58.637Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
256 | 2024-04-19T19:55:58.637Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
257 | 2024-04-19T19:55:58.637Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
258 | 2024-04-19T19:55:58.637Z | + TARGET_DIR=out |
259 | 2024-04-19T19:55:58.637Z | + DOWNLOAD_DIR=out/downloads |
260 | 2024-04-19T19:55:58.637Z | + DEST_DIR=./out/cockroachdb |
261 | 2024-04-19T19:55:58.637Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
262 | 2024-04-19T19:55:58.637Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
263 | 2024-04-19T19:55:58.637Z | + main |
264 | 2024-04-19T19:55:58.637Z | + [[ 0 != 0 ]] |
265 | 2024-04-19T19:55:58.637Z | + CIDL_OS=solaris2.11 |
266 | 2024-04-19T19:55:58.638Z | + [[ 0 != 0 ]] |
267 | 2024-04-19T19:55:58.638Z | + configure_os solaris2.11 |
268 | 2024-04-19T19:55:58.638Z | + echo 'current directory: /work/oxidecomputer/omicron' |
269 | 2024-04-19T19:55:58.638Z | + echo 'configuring based on OS: "solaris2.11"' |
270 | 2024-04-19T19:55:58.638Z | current directory: /work/oxidecomputer/omicron |
271 | 2024-04-19T19:55:58.638Z | configuring based on OS: "solaris2.11" |
272 | 2024-04-19T19:55:58.638Z | + case "$1" in |
273 | 2024-04-19T19:55:58.638Z | + CIDL_BUILD=illumos |
274 | 2024-04-19T19:55:58.638Z | + CIDL_SUFFIX=tar.gz |
275 | 2024-04-19T19:55:58.638Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
276 | 2024-04-19T19:55:58.638Z | + CIDL_URL_BASE=https://illumos.org/downloads |
277 | 2024-04-19T19:55:58.638Z | + CIDL_ASSEMBLE=do_assemble_illumos |
278 | 2024-04-19T19:55:58.638Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
279 | 2024-04-19T19:55:58.638Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
280 | 2024-04-19T19:55:58.638Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2024-04-19T19:55:58.638Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
282 | 2024-04-19T19:55:58.638Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2024-04-19T19:55:58.638Z | + CIDL_SHA256FUNC=do_sha256sum |
284 | 2024-04-19T19:55:58.638Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
285 | 2024-04-19T19:55:58.638Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2024-04-19T19:55:58.639Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
287 | 2024-04-19T19:55:58.639Z | + mkdir -p out/downloads |
288 | 2024-04-19T19:55:58.639Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2024-04-19T19:55:58.639Z | + mkdir -p ./out/cockroachdb |
290 | 2024-04-19T19:55:58.639Z | + local DO_DOWNLOAD=true |
291 | 2024-04-19T19:55:58.639Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
292 | 2024-04-19T19:55:58.639Z | + '[' true == true ']' |
293 | 2024-04-19T19:55:58.639Z | + echo Downloading... |
294 | 2024-04-19T19:55:58.639Z | Downloading... |
295 | 2024-04-19T19:55:58.639Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2024-04-19T19:55:58.639Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-04-19T19:56:03.936Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2024-04-19T19:56:03.967Z | ++ sha256sum |
299 | 2024-04-19T19:56:03.967Z | ++ awk '{print $1}' |
300 | 2024-04-19T19:56:04.470Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
301 | 2024-04-19T19:56:04.470Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
302 | 2024-04-19T19:56:04.470Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
303 | 2024-04-19T19:56:04.470Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
304 | 2024-04-19T19:56:06.993Z | + do_assemble_illumos |
305 | 2024-04-19T19:56:06.993Z | + rm -r ./out/cockroachdb |
306 | 2024-04-19T19:56:07.018Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
307 | 2024-04-19T19:56:07.495Z | + ./out/cockroachdb/bin/cockroach version |
308 | 2024-04-19T19:56:07.745Z | Build Tag: v22.1.9-dirty |
309 | 2024-04-19T19:56:07.745Z | Build Time: 2022/10/26 21:17:46 |
310 | 2024-04-19T19:56:07.745Z | Distribution: OSS |
311 | 2024-04-19T19:56:07.745Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
312 | 2024-04-19T19:56:07.745Z | Go Version: go1.17.13 |
313 | 2024-04-19T19:56:07.746Z | C Compiler: gcc 10.3.0 |
314 | 2024-04-19T19:56:07.746Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
315 | 2024-04-19T19:56:07.746Z | Build Type: release |
316 | 2024-04-19T19:56:07.776Z | + set -o errexit |
317 | 2024-04-19T19:56:07.777Z | +++ dirname ./tools/ci_download_clickhouse |
318 | 2024-04-19T19:56:07.777Z | ++ cd ./tools |
319 | 2024-04-19T19:56:07.777Z | ++ pwd |
320 | 2024-04-19T19:56:07.777Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
321 | 2024-04-19T19:56:07.835Z | ++ basename ./tools/ci_download_clickhouse |
322 | 2024-04-19T19:56:07.835Z | + ARG0=ci_download_clickhouse |
323 | 2024-04-19T19:56:07.835Z | + TARGET_DIR=out |
324 | 2024-04-19T19:56:07.835Z | + DOWNLOAD_DIR=out/downloads |
325 | 2024-04-19T19:56:07.835Z | + DEST_DIR=./out/clickhouse |
326 | 2024-04-19T19:56:07.835Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
327 | 2024-04-19T19:56:07.835Z | + CIDL_VERSION=v23.8.7.24 |
328 | 2024-04-19T19:56:07.835Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
329 | 2024-04-19T19:56:07.835Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
330 | 2024-04-19T19:56:07.835Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
331 | 2024-04-19T19:56:07.836Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
332 | 2024-04-19T19:56:07.836Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
333 | 2024-04-19T19:56:07.836Z | + main |
334 | 2024-04-19T19:56:07.836Z | + [[ 0 != 0 ]] |
335 | 2024-04-19T19:56:07.836Z | + CIDL_OS=solaris2.11 |
336 | 2024-04-19T19:56:07.836Z | + [[ 0 != 0 ]] |
337 | 2024-04-19T19:56:07.836Z | + configure_os solaris2.11 |
338 | 2024-04-19T19:56:07.836Z | + echo 'current directory: /work/oxidecomputer/omicron' |
339 | 2024-04-19T19:56:07.836Z | + echo 'configuring based on OS: "solaris2.11"' |
340 | 2024-04-19T19:56:07.836Z | + CIDL_DASHREV= |
341 | 2024-04-19T19:56:07.836Z | + case "$1" in |
342 | 2024-04-19T19:56:07.836Z | + CIDL_PLATFORM=illumos |
343 | 2024-04-19T19:56:07.836Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
344 | 2024-04-19T19:56:07.837Z | current directory: /work/oxidecomputer/omicron |
345 | 2024-04-19T19:56:07.837Z | + CIDL_MD5FUNC=do_md5sum |
346 | 2024-04-19T19:56:07.837Z | configuring based on OS: "solaris2.11" |
347 | 2024-04-19T19:56:07.837Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
348 | 2024-04-19T19:56:07.837Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
349 | 2024-04-19T19:56:07.837Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
350 | 2024-04-19T19:56:07.837Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
351 | 2024-04-19T19:56:07.837Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
352 | 2024-04-19T19:56:07.837Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
353 | 2024-04-19T19:56:07.837Z | + mkdir -p out/downloads |
354 | 2024-04-19T19:56:07.837Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
355 | 2024-04-19T19:56:07.837Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
356 | 2024-04-19T19:56:07.837Z | + mkdir -p ./out/clickhouse |
357 | 2024-04-19T19:56:07.838Z | + local DO_DOWNLOAD=true |
358 | 2024-04-19T19:56:07.838Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
359 | 2024-04-19T19:56:07.838Z | + '[' true == true ']' |
360 | 2024-04-19T19:56:07.838Z | + echo Downloading... |
361 | 2024-04-19T19:56:07.838Z | Downloading... |
362 | 2024-04-19T19:56:07.838Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
363 | 2024-04-19T19:56:07.838Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
364 | 2024-04-19T19:56:15.733Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
365 | 2024-04-19T19:56:15.776Z | ++ md5sum |
366 | 2024-04-19T19:56:15.777Z | ++ awk '{print $1}' |
367 | 2024-04-19T19:56:15.989Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
368 | 2024-04-19T19:56:15.989Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
369 | 2024-04-19T19:56:15.990Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
370 | 2024-04-19T19:56:15.990Z | + mkdir -p ./out/clickhouse |
371 | 2024-04-19T19:56:16.015Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
372 | 2024-04-19T19:56:21.151Z | + [[ solaris2.11 == darwin* ]] |
373 | 2024-04-19T19:56:21.151Z | + ./out/clickhouse/clickhouse server --version |
374 | 2024-04-19T19:56:21.297Z | ClickHouse server version 23.8.7.1. |
375 | 2024-04-19T19:56:21.327Z | + set -o errexit |
376 | 2024-04-19T19:56:21.356Z | +++ dirname ./tools/ci_download_console |
377 | 2024-04-19T19:56:21.356Z | ++ cd ./tools |
378 | 2024-04-19T19:56:21.356Z | ++ pwd |
379 | 2024-04-19T19:56:21.357Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
380 | 2024-04-19T19:56:21.357Z | ++ basename ./tools/ci_download_console |
381 | 2024-04-19T19:56:21.357Z | + ARG0=ci_download_console |
382 | 2024-04-19T19:56:21.358Z | + TARGET_DIR=out |
383 | 2024-04-19T19:56:21.358Z | + DOWNLOAD_DIR=out/downloads |
384 | 2024-04-19T19:56:21.358Z | + DEST_DIR=./out/console-assets |
385 | 2024-04-19T19:56:21.358Z | + source /work/oxidecomputer/omicron/tools/console_version |
386 | 2024-04-19T19:56:21.358Z | ++ COMMIT=c008d365b38b53c962a80e9c352e4e09ec18b436 |
387 | 2024-04-19T19:56:21.359Z | ++ SHA2=fed49e7611283f7dc0f006e26d0e111318c8d95f9dca70804590782055615223 |
388 | 2024-04-19T19:56:21.359Z | + URL=https://dl.oxide.computer/releases/console/c008d365b38b53c962a80e9c352e4e09ec18b436.tar.gz |
389 | 2024-04-19T19:56:21.359Z | + TARBALL_FILE=out/downloads/console.tar.gz |
390 | 2024-04-19T19:56:21.359Z | + main |
391 | 2024-04-19T19:56:21.359Z | + [[ 0 != 0 ]] |
392 | 2024-04-19T19:56:21.359Z | + echo 'URL: https://dl.oxide.computer/releases/console/c008d365b38b53c962a80e9c352e4e09ec18b436.tar.gz' |
393 | 2024-04-19T19:56:21.359Z | + echo 'Local file: out/downloads/console.tar.gz' |
394 | 2024-04-19T19:56:21.359Z | URL: https://dl.oxide.computer/releases/console/c008d365b38b53c962a80e9c352e4e09ec18b436.tar.gz |
395 | 2024-04-19T19:56:21.359Z | + local DO_DOWNLOAD=true |
396 | 2024-04-19T19:56:21.359Z | Local file: out/downloads/console.tar.gz |
397 | 2024-04-19T19:56:21.359Z | + [[ -f out/downloads/console.tar.gz ]] |
398 | 2024-04-19T19:56:21.360Z | + mkdir -p out/downloads |
399 | 2024-04-19T19:56:21.360Z | + '[' true == true ']' |
400 | 2024-04-19T19:56:21.360Z | + echo Downloading... |
401 | 2024-04-19T19:56:21.360Z | Downloading... |
402 | 2024-04-19T19:56:21.360Z | + do_download_curl https://dl.oxide.computer/releases/console/c008d365b38b53c962a80e9c352e4e09ec18b436.tar.gz out/downloads/console.tar.gz |
403 | 2024-04-19T19:56:21.360Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/c008d365b38b53c962a80e9c352e4e09ec18b436.tar.gz |
404 | 2024-04-19T19:56:21.719Z | ++ do_sha256sum out/downloads/console.tar.gz |
405 | 2024-04-19T19:56:21.719Z | ++ case "$OSTYPE" in |
406 | 2024-04-19T19:56:21.719Z | ++ SHA=sha256sum |
407 | 2024-04-19T19:56:21.757Z | ++ sha256sum |
408 | 2024-04-19T19:56:21.758Z | ++ awk '{print $1}' |
409 | 2024-04-19T19:56:21.758Z | + calculated_sha2=fed49e7611283f7dc0f006e26d0e111318c8d95f9dca70804590782055615223 |
410 | 2024-04-19T19:56:21.758Z | + [[ fed49e7611283f7dc0f006e26d0e111318c8d95f9dca70804590782055615223 != \f\e\d\4\9\e\7\6\1\1\2\8\3\f\7\d\c\0\f\0\0\6\e\2\6\d\0\e\1\1\1\3\1\8\c\8\d\9\5\f\9\d\c\a\7\0\8\0\4\5\9\0\7\8\2\0\5\5\6\1\5\2\2\3 ]] |
411 | 2024-04-19T19:56:21.758Z | + rm -rf ./out/console-assets |
412 | 2024-04-19T19:56:21.758Z | + mkdir -p ./out/console-assets |
413 | 2024-04-19T19:56:21.758Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
414 | 2024-04-19T19:56:21.758Z | + mkdir -p ./out/console-assets |
415 | 2024-04-19T19:56:21.758Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
416 | 2024-04-19T19:56:21.870Z | + set -o errexit |
417 | 2024-04-19T19:56:21.913Z | +++ dirname ./tools/ci_download_maghemite_openapi |
418 | 2024-04-19T19:56:21.913Z | ++ cd ./tools |
419 | 2024-04-19T19:56:21.913Z | ++ pwd |
420 | 2024-04-19T19:56:21.913Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
421 | 2024-04-19T19:56:21.913Z | ++ basename ./tools/ci_download_maghemite_openapi |
422 | 2024-04-19T19:56:21.913Z | + ARG0=ci_download_maghemite_openapi |
423 | 2024-04-19T19:56:21.914Z | + TARGET_DIR=out |
424 | 2024-04-19T19:56:21.914Z | + DOWNLOAD_DIR=out/downloads |
425 | 2024-04-19T19:56:21.914Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
426 | 2024-04-19T19:56:21.914Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
427 | 2024-04-19T19:56:21.914Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
428 | 2024-04-19T19:56:21.914Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
429 | 2024-04-19T19:56:21.914Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
430 | 2024-04-19T19:56:21.914Z | + main |
431 | 2024-04-19T19:56:21.914Z | + rm -rf out/downloads/root |
432 | 2024-04-19T19:56:21.915Z | + [[ 0 != 0 ]] |
433 | 2024-04-19T19:56:21.915Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
434 | 2024-04-19T19:56:21.915Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
435 | 2024-04-19T19:56:21.915Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
436 | 2024-04-19T19:56:21.915Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
437 | 2024-04-19T19:56:21.915Z | + local DO_DOWNLOAD=true |
438 | 2024-04-19T19:56:21.915Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
439 | 2024-04-19T19:56:21.915Z | + mkdir -p out/downloads |
440 | 2024-04-19T19:56:21.915Z | + '[' true == true ']' |
441 | 2024-04-19T19:56:21.915Z | + echo Downloading... |
442 | 2024-04-19T19:56:21.915Z | Downloading... |
443 | 2024-04-19T19:56:21.915Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
444 | 2024-04-19T19:56:21.916Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
445 | 2024-04-19T19:56:22.182Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
446 | 2024-04-19T19:56:22.182Z | ++ case "$OSTYPE" in |
447 | 2024-04-19T19:56:22.182Z | ++ SHA=sha256sum |
448 | 2024-04-19T19:56:22.234Z | ++ sha256sum |
449 | 2024-04-19T19:56:22.234Z | ++ awk '{print $1}' |
450 | 2024-04-19T19:56:22.235Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
451 | 2024-04-19T19:56:22.235Z | + [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]] |
452 | 2024-04-19T19:56:22.235Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
453 | 2024-04-19T19:56:22.235Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
454 | 2024-04-19T19:56:22.235Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
455 | 2024-04-19T19:56:22.235Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
456 | 2024-04-19T19:56:22.235Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
457 | 2024-04-19T19:56:22.235Z | + main |
458 | 2024-04-19T19:56:22.235Z | + rm -rf out/downloads/root |
459 | 2024-04-19T19:56:22.236Z | + [[ 0 != 0 ]] |
460 | 2024-04-19T19:56:22.236Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
461 | 2024-04-19T19:56:22.236Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
462 | 2024-04-19T19:56:22.236Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
463 | 2024-04-19T19:56:22.236Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
464 | 2024-04-19T19:56:22.236Z | + local DO_DOWNLOAD=true |
465 | 2024-04-19T19:56:22.236Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
466 | 2024-04-19T19:56:22.237Z | + mkdir -p out/downloads |
467 | 2024-04-19T19:56:22.237Z | + '[' true == true ']' |
468 | 2024-04-19T19:56:22.237Z | Downloading... |
469 | 2024-04-19T19:56:22.237Z | + echo Downloading... |
470 | 2024-04-19T19:56:22.237Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
471 | 2024-04-19T19:56:22.237Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
472 | 2024-04-19T19:56:22.432Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
473 | 2024-04-19T19:56:22.433Z | ++ case "$OSTYPE" in |
474 | 2024-04-19T19:56:22.433Z | ++ SHA=sha256sum |
475 | 2024-04-19T19:56:22.461Z | ++ sha256sum |
476 | 2024-04-19T19:56:22.461Z | ++ awk '{print $1}' |
477 | 2024-04-19T19:56:22.461Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
478 | 2024-04-19T19:56:22.461Z | + [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]] |
479 | 2024-04-19T19:56:22.461Z | + set -o errexit |
480 | 2024-04-19T19:56:22.461Z | +++ dirname ./tools/ci_download_dendrite_openapi |
481 | 2024-04-19T19:56:22.461Z | ++ cd ./tools |
482 | 2024-04-19T19:56:22.462Z | ++ pwd |
483 | 2024-04-19T19:56:22.462Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
484 | 2024-04-19T19:56:22.462Z | ++ basename ./tools/ci_download_dendrite_openapi |
485 | 2024-04-19T19:56:22.462Z | + ARG0=ci_download_dendrite_openapi |
486 | 2024-04-19T19:56:22.462Z | + TARGET_DIR=out |
487 | 2024-04-19T19:56:22.462Z | + DOWNLOAD_DIR=out/downloads |
488 | 2024-04-19T19:56:22.462Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
489 | 2024-04-19T19:56:22.462Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
490 | 2024-04-19T19:56:22.462Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
491 | 2024-04-19T19:56:22.462Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
492 | 2024-04-19T19:56:22.462Z | + LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
493 | 2024-04-19T19:56:22.462Z | + main |
494 | 2024-04-19T19:56:22.462Z | + [[ 0 != 0 ]] |
495 | 2024-04-19T19:56:22.462Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json' |
496 | 2024-04-19T19:56:22.462Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
497 | 2024-04-19T19:56:22.462Z | + echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json' |
498 | 2024-04-19T19:56:22.462Z | Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
499 | 2024-04-19T19:56:22.463Z | + local DO_DOWNLOAD=true |
500 | 2024-04-19T19:56:22.463Z | + [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]] |
501 | 2024-04-19T19:56:22.463Z | + mkdir -p out/downloads |
502 | 2024-04-19T19:56:22.463Z | + '[' true == true ']' |
503 | 2024-04-19T19:56:22.463Z | + echo Downloading... |
504 | 2024-04-19T19:56:22.463Z | Downloading... |
505 | 2024-04-19T19:56:22.463Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
506 | 2024-04-19T19:56:22.463Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
507 | 2024-04-19T19:56:22.733Z | ++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
508 | 2024-04-19T19:56:22.733Z | ++ case "$OSTYPE" in |
509 | 2024-04-19T19:56:22.733Z | ++ SHA=sha256sum |
510 | 2024-04-19T19:56:22.794Z | ++ sha256sum |
511 | 2024-04-19T19:56:22.794Z | ++ awk '{print $1}' |
512 | 2024-04-19T19:56:22.794Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
513 | 2024-04-19T19:56:22.795Z | + [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]] |
514 | 2024-04-19T19:56:22.795Z | + set -o errexit |
515 | 2024-04-19T19:56:22.795Z | +++ dirname ./tools/ci_download_dendrite_stub |
516 | 2024-04-19T19:56:22.795Z | ++ cd ./tools |
517 | 2024-04-19T19:56:22.795Z | ++ pwd |
518 | 2024-04-19T19:56:22.795Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
519 | 2024-04-19T19:56:22.795Z | ++ basename ./tools/ci_download_dendrite_stub |
520 | 2024-04-19T19:56:22.796Z | + ARG0=ci_download_dendrite_stub |
521 | 2024-04-19T19:56:22.796Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
522 | 2024-04-19T19:56:22.796Z | ++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
523 | 2024-04-19T19:56:22.796Z | ++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a |
524 | 2024-04-19T19:56:22.796Z | ++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b |
525 | 2024-04-19T19:56:22.796Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
526 | 2024-04-19T19:56:22.796Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
527 | 2024-04-19T19:56:22.796Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
528 | 2024-04-19T19:56:22.796Z | + TARGET_DIR=out |
529 | 2024-04-19T19:56:22.796Z | + DOWNLOAD_DIR=out/downloads |
530 | 2024-04-19T19:56:22.796Z | + DEST_DIR=./out/dendrite-stub |
531 | 2024-04-19T19:56:22.796Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
532 | 2024-04-19T19:56:22.796Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
533 | 2024-04-19T19:56:22.797Z | + REPO=oxidecomputer/dendrite |
534 | 2024-04-19T19:56:22.797Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690 |
535 | 2024-04-19T19:56:22.797Z | + main |
536 | 2024-04-19T19:56:22.797Z | + [[ 0 != 0 ]] |
537 | 2024-04-19T19:56:22.797Z | + CIDL_OS=solaris2.11 |
538 | 2024-04-19T19:56:22.797Z | + [[ 0 != 0 ]] |
539 | 2024-04-19T19:56:22.798Z | + configure_os solaris2.11 |
540 | 2024-04-19T19:56:22.798Z | + echo 'current directory: /work/oxidecomputer/omicron' |
541 | 2024-04-19T19:56:22.798Z | current directory: /work/oxidecomputer/omicron |
542 | 2024-04-19T19:56:22.798Z | + echo 'configuring based on OS: "solaris2.11"' |
543 | 2024-04-19T19:56:22.799Z | + case "$1" in |
544 | 2024-04-19T19:56:22.799Z | configuring based on OS: "solaris2.11" |
545 | 2024-04-19T19:56:22.799Z | + SET_BINARIES= |
546 | 2024-04-19T19:56:22.799Z | + CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
547 | 2024-04-19T19:56:22.799Z | + CIDL_SHA256FUNC=do_sha256sum |
548 | 2024-04-19T19:56:22.800Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
549 | 2024-04-19T19:56:22.800Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
550 | 2024-04-19T19:56:22.800Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
551 | 2024-04-19T19:56:22.801Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz' |
552 | 2024-04-19T19:56:22.801Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
553 | 2024-04-19T19:56:22.802Z | Local file: out/downloads/dendrite-stub.tar.gz |
554 | 2024-04-19T19:56:22.802Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
555 | 2024-04-19T19:56:22.802Z | + mkdir -p out/downloads |
556 | 2024-04-19T19:56:22.802Z | + mkdir -p ./out/dendrite-stub |
557 | 2024-04-19T19:56:22.885Z | + fetch_and_verify |
558 | 2024-04-19T19:56:22.885Z | + local DO_DOWNLOAD=true |
559 | 2024-04-19T19:56:22.885Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
560 | 2024-04-19T19:56:22.885Z | + '[' true == true ']' |
561 | 2024-04-19T19:56:22.885Z | + echo Downloading... |
562 | 2024-04-19T19:56:22.886Z | Downloading... |
563 | 2024-04-19T19:56:22.886Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
564 | 2024-04-19T19:56:22.886Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
565 | 2024-04-19T19:56:33.519Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
566 | 2024-04-19T19:56:33.551Z | ++ sha256sum |
567 | 2024-04-19T19:56:33.551Z | ++ awk '{print $1}' |
568 | 2024-04-19T19:56:33.996Z | + calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
569 | 2024-04-19T19:56:33.996Z | + [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]] |
570 | 2024-04-19T19:56:33.997Z | + do_untar out/downloads/dendrite-stub.tar.gz |
571 | 2024-04-19T19:56:33.997Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
572 | 2024-04-19T19:56:34.508Z | + do_assemble |
573 | 2024-04-19T19:56:34.508Z | + rm -r ./out/dendrite-stub |
574 | 2024-04-19T19:56:34.594Z | + mkdir ./out/dendrite-stub |
575 | 2024-04-19T19:56:34.594Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
576 | 2024-04-19T19:56:34.595Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
577 | 2024-04-19T19:56:34.654Z | + set -o errexit |
578 | 2024-04-19T19:56:34.654Z | +++ dirname ./tools/ci_download_maghemite_mgd |
579 | 2024-04-19T19:56:34.655Z | ++ cd ./tools |
580 | 2024-04-19T19:56:34.655Z | ++ pwd |
581 | 2024-04-19T19:56:34.655Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
582 | 2024-04-19T19:56:34.656Z | ++ basename ./tools/ci_download_maghemite_mgd |
583 | 2024-04-19T19:56:34.657Z | + ARG0=ci_download_maghemite_mgd |
584 | 2024-04-19T19:56:34.657Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
585 | 2024-04-19T19:56:34.657Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
586 | 2024-04-19T19:56:34.659Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
587 | 2024-04-19T19:56:34.659Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
588 | 2024-04-19T19:56:34.659Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
589 | 2024-04-19T19:56:34.659Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
590 | 2024-04-19T19:56:34.659Z | + TARGET_DIR=out |
591 | 2024-04-19T19:56:34.659Z | + DOWNLOAD_DIR=out/downloads |
592 | 2024-04-19T19:56:34.659Z | + DEST_DIR=./out/mgd |
593 | 2024-04-19T19:56:34.676Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
594 | 2024-04-19T19:56:34.676Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
595 | 2024-04-19T19:56:34.676Z | + REPO=oxidecomputer/maghemite |
596 | 2024-04-19T19:56:34.676Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
597 | 2024-04-19T19:56:34.677Z | + main |
598 | 2024-04-19T19:56:34.677Z | + rm -rf out/downloads/root |
599 | 2024-04-19T19:56:34.677Z | + [[ 0 != 0 ]] |
600 | 2024-04-19T19:56:34.677Z | + CIDL_OS=solaris2.11 |
601 | 2024-04-19T19:56:34.678Z | + [[ 0 != 0 ]] |
602 | 2024-04-19T19:56:34.678Z | + configure_os solaris2.11 |
603 | 2024-04-19T19:56:34.678Z | + echo 'current directory: /work/oxidecomputer/omicron' |
604 | 2024-04-19T19:56:34.678Z | + echo 'configuring based on OS: "solaris2.11"' |
605 | 2024-04-19T19:56:34.679Z | + case "$1" in |
606 | 2024-04-19T19:56:34.679Z | + SET_BINARIES= |
607 | 2024-04-19T19:56:34.679Z | + CIDL_SHA256FUNC=do_sha256sum |
608 | 2024-04-19T19:56:34.679Z | + TARBALL_FILENAME=mgd.tar.gz |
609 | 2024-04-19T19:56:34.679Z | current directory: /work/oxidecomputer/omicron |
610 | 2024-04-19T19:56:34.680Z | configuring based on OS: "solaris2.11" |
611 | 2024-04-19T19:56:34.680Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
612 | 2024-04-19T19:56:34.680Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
613 | 2024-04-19T19:56:34.681Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
614 | 2024-04-19T19:56:34.681Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
615 | 2024-04-19T19:56:34.681Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
616 | 2024-04-19T19:56:34.681Z | Local file: out/downloads/mgd.tar.gz |
617 | 2024-04-19T19:56:34.682Z | + mkdir -p out/downloads |
618 | 2024-04-19T19:56:34.682Z | + mkdir -p ./out/mgd |
619 | 2024-04-19T19:56:34.682Z | + fetch_and_verify |
620 | 2024-04-19T19:56:34.682Z | + local DO_DOWNLOAD=true |
621 | 2024-04-19T19:56:34.682Z | + [[ -f out/downloads/mgd.tar.gz ]] |
622 | 2024-04-19T19:56:34.682Z | + '[' true == true ']' |
623 | 2024-04-19T19:56:34.683Z | + echo Downloading... |
624 | 2024-04-19T19:56:34.683Z | Downloading... |
625 | 2024-04-19T19:56:34.683Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
626 | 2024-04-19T19:56:34.683Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
627 | 2024-04-19T19:56:47.015Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
628 | 2024-04-19T19:56:47.089Z | ++ sha256sum |
629 | 2024-04-19T19:56:47.089Z | ++ awk '{print $1}' |
630 | 2024-04-19T19:56:47.124Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
631 | 2024-04-19T19:56:47.125Z | + [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]] |
632 | 2024-04-19T19:56:47.125Z | + do_untar out/downloads/mgd.tar.gz |
633 | 2024-04-19T19:56:47.125Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
634 | 2024-04-19T19:56:47.842Z | + do_assemble |
635 | 2024-04-19T19:56:47.842Z | + rm -r ./out/mgd |
636 | 2024-04-19T19:56:47.877Z | + mkdir ./out/mgd |
637 | 2024-04-19T19:56:47.878Z | + cp -r out/downloads/root ./out/mgd/root |
638 | 2024-04-19T19:56:47.967Z | + set -o errexit |
639 | 2024-04-19T19:56:48.031Z | +++ dirname ./tools/ci_download_transceiver_control |
640 | 2024-04-19T19:56:48.031Z | ++ cd ./tools |
641 | 2024-04-19T19:56:48.031Z | ++ pwd |
642 | 2024-04-19T19:56:48.032Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
643 | 2024-04-19T19:56:48.032Z | ++ basename ./tools/ci_download_transceiver_control |
644 | 2024-04-19T19:56:48.032Z | + ARG0=ci_download_transceiver_control |
645 | 2024-04-19T19:56:48.032Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
646 | 2024-04-19T19:56:48.032Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
647 | 2024-04-19T19:56:48.032Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
648 | 2024-04-19T19:56:48.033Z | + TARGET_DIR=out |
649 | 2024-04-19T19:56:48.033Z | + DOWNLOAD_DIR=out/downloads |
650 | 2024-04-19T19:56:48.033Z | + DEST_DIR=./out/transceiver-control |
651 | 2024-04-19T19:56:48.033Z | + BIN_DIR=/opt/oxide/bin |
652 | 2024-04-19T19:56:48.033Z | + BINARY=xcvradm |
653 | 2024-04-19T19:56:48.033Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
654 | 2024-04-19T19:56:48.034Z | + REPO=oxidecomputer/transceiver-control |
655 | 2024-04-19T19:56:48.034Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
656 | 2024-04-19T19:56:48.034Z | + main |
657 | 2024-04-19T19:56:48.034Z | + [[ 0 != 0 ]] |
658 | 2024-04-19T19:56:48.034Z | + CIDL_OS=solaris2.11 |
659 | 2024-04-19T19:56:48.034Z | + [[ 0 != 0 ]] |
660 | 2024-04-19T19:56:48.034Z | + configure_os solaris2.11 |
661 | 2024-04-19T19:56:48.035Z | + echo 'current directory: /work/oxidecomputer/omicron' |
662 | 2024-04-19T19:56:48.035Z | + echo 'configuring based on OS: "solaris2.11"' |
663 | 2024-04-19T19:56:48.035Z | + case "$1" in |
664 | 2024-04-19T19:56:48.035Z | + SET_BINARIES= |
665 | 2024-04-19T19:56:48.035Z | current directory: /work/oxidecomputer/omicron |
666 | 2024-04-19T19:56:48.035Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
667 | 2024-04-19T19:56:48.035Z | configuring based on OS: "solaris2.11" |
668 | 2024-04-19T19:56:48.036Z | + CIDL_SHA256FUNC=do_sha256sum |
669 | 2024-04-19T19:56:48.036Z | + ARCHIVE_FILENAME=xcvradm.gz |
670 | 2024-04-19T19:56:48.036Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
671 | 2024-04-19T19:56:48.036Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
672 | 2024-04-19T19:56:48.036Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
673 | 2024-04-19T19:56:48.037Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
674 | 2024-04-19T19:56:48.037Z | + echo 'Local file: out/downloads/xcvradm.gz' |
675 | 2024-04-19T19:56:48.037Z | + mkdir -p out/downloads |
676 | 2024-04-19T19:56:48.037Z | Local file: out/downloads/xcvradm.gz |
677 | 2024-04-19T19:56:48.037Z | + mkdir -p ./out/transceiver-control |
678 | 2024-04-19T19:56:48.037Z | + fetch_and_verify |
679 | 2024-04-19T19:56:48.038Z | + local DO_DOWNLOAD=true |
680 | 2024-04-19T19:56:48.038Z | + [[ -f out/downloads/xcvradm.gz ]] |
681 | 2024-04-19T19:56:48.038Z | + '[' true == true ']' |
682 | 2024-04-19T19:56:48.038Z | + echo Downloading... |
683 | 2024-04-19T19:56:48.038Z | Downloading... |
684 | 2024-04-19T19:56:48.038Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
685 | 2024-04-19T19:56:48.038Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
686 | 2024-04-19T19:56:56.049Z | ++ do_sha256sum out/downloads/xcvradm.gz |
687 | 2024-04-19T19:56:56.075Z | ++ sha256sum |
688 | 2024-04-19T19:56:56.075Z | ++ awk '{print $1}' |
689 | 2024-04-19T19:56:56.075Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
690 | 2024-04-19T19:56:56.075Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
691 | 2024-04-19T19:56:56.075Z | + do_unpack out/downloads/xcvradm.gz |
692 | 2024-04-19T19:56:56.075Z | + mkdir -p out/downloads/root//opt/oxide/bin |
693 | 2024-04-19T19:56:56.075Z | + gzip -dc out/downloads/xcvradm.gz |
694 | 2024-04-19T19:56:56.224Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
695 | 2024-04-19T19:56:56.250Z | + do_assemble |
696 | 2024-04-19T19:56:56.251Z | + rm -r ./out/transceiver-control |
697 | 2024-04-19T19:56:56.251Z | + mkdir ./out/transceiver-control |
698 | 2024-04-19T19:56:56.251Z | + cp -r out/downloads/root ./out/transceiver-control/root |
699 | 2024-04-19T19:56:56.312Z | + set -o errexit |
700 | 2024-04-19T19:56:56.339Z | +++ dirname ./tools/ci_download_thundermuffin |
701 | 2024-04-19T19:56:56.339Z | ++ cd ./tools |
702 | 2024-04-19T19:56:56.339Z | ++ pwd |
703 | 2024-04-19T19:56:56.339Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
704 | 2024-04-19T19:56:56.340Z | ++ basename ./tools/ci_download_thundermuffin |
705 | 2024-04-19T19:56:56.340Z | + ARG0=ci_download_thundermuffin |
706 | 2024-04-19T19:56:56.340Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
707 | 2024-04-19T19:56:56.340Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
708 | 2024-04-19T19:56:56.340Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
709 | 2024-04-19T19:56:56.340Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
710 | 2024-04-19T19:56:56.340Z | + TARGET_DIR=out |
711 | 2024-04-19T19:56:56.340Z | + DOWNLOAD_DIR=out/downloads |
712 | 2024-04-19T19:56:56.340Z | + DEST_DIR=./out/thundermuffin |
713 | 2024-04-19T19:56:56.340Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
714 | 2024-04-19T19:56:56.346Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
715 | 2024-04-19T19:56:56.346Z | + REPO=oxidecomputer/thundermuffin |
716 | 2024-04-19T19:56:56.346Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
717 | 2024-04-19T19:56:56.346Z | + main |
718 | 2024-04-19T19:56:56.346Z | + rm -rf out/downloads/root |
719 | 2024-04-19T19:56:56.346Z | + [[ 0 != 0 ]] |
720 | 2024-04-19T19:56:56.347Z | + CIDL_OS=solaris2.11 |
721 | 2024-04-19T19:56:56.347Z | + [[ 0 != 0 ]] |
722 | 2024-04-19T19:56:56.347Z | + configure_os solaris2.11 |
723 | 2024-04-19T19:56:56.347Z | + echo 'current directory: /work/oxidecomputer/omicron' |
724 | 2024-04-19T19:56:56.348Z | current directory: /work/oxidecomputer/omicron |
725 | 2024-04-19T19:56:56.348Z | + echo 'configuring based on OS: "solaris2.11"' |
726 | 2024-04-19T19:56:56.348Z | + case "$1" in |
727 | 2024-04-19T19:56:56.348Z | configuring based on OS: "solaris2.11" |
728 | 2024-04-19T19:56:56.348Z | + SET_BINARIES= |
729 | 2024-04-19T19:56:56.349Z | + CIDL_SHA256FUNC=do_sha256sum |
730 | 2024-04-19T19:56:56.349Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
731 | 2024-04-19T19:56:56.349Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
732 | 2024-04-19T19:56:56.349Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
733 | 2024-04-19T19:56:56.349Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
734 | 2024-04-19T19:56:56.349Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
735 | 2024-04-19T19:56:56.350Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
736 | 2024-04-19T19:56:56.350Z | + mkdir -p out/downloads |
737 | 2024-04-19T19:56:56.350Z | Local file: out/downloads/thundermuffin.tar.gz |
738 | 2024-04-19T19:56:56.350Z | + mkdir -p ./out/thundermuffin |
739 | 2024-04-19T19:56:56.350Z | + fetch_and_verify |
740 | 2024-04-19T19:56:56.350Z | + local DO_DOWNLOAD=true |
741 | 2024-04-19T19:56:56.350Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
742 | 2024-04-19T19:56:56.351Z | + '[' true == true ']' |
743 | 2024-04-19T19:56:56.351Z | + echo Downloading... |
744 | 2024-04-19T19:56:56.351Z | Downloading... |
745 | 2024-04-19T19:56:56.351Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
746 | 2024-04-19T19:56:56.351Z | + curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
747 | 2024-04-19T19:56:57.815Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
748 | 2024-04-19T19:56:57.858Z | ++ sha256sum |
749 | 2024-04-19T19:56:57.858Z | ++ awk '{print $1}' |
750 | 2024-04-19T19:56:57.859Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
751 | 2024-04-19T19:56:57.859Z | + [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]] |
752 | 2024-04-19T19:56:57.859Z | + do_untar out/downloads/thundermuffin.tar.gz |
753 | 2024-04-19T19:56:57.859Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
754 | 2024-04-19T19:56:57.914Z | + do_assemble |
755 | 2024-04-19T19:56:57.915Z | + rm -r ./out/thundermuffin |
756 | 2024-04-19T19:56:57.940Z | + mkdir ./out/thundermuffin |
757 | 2024-04-19T19:56:57.941Z | + cp -r out/downloads/root ./out/thundermuffin/root |
758 | 2024-04-19T19:56:57.941Z | All prerequisites installed successfully |
759 | 2024-04-19T19:56:57.971Z | |
760 | 2024-04-19T19:56:57.972Z | real 1:55.869900080 |
761 | 2024-04-19T19:56:57.972Z | user 44.396365759 |
762 | 2024-04-19T19:56:57.972Z | sys 12.069625257 |
763 | 2024-04-19T19:56:57.972Z | trap 0.015861550 |
764 | 2024-04-19T19:56:57.972Z | tflt 0.011301782 |
765 | 2024-04-19T19:56:57.972Z | dflt 0.019053544 |
766 | 2024-04-19T19:56:57.972Z | kflt 0.006047083 |
767 | 2024-04-19T19:56:57.973Z | lock 1.803887267 |
768 | 2024-04-19T19:56:57.973Z | slp 4:03.126407103 |
769 | 2024-04-19T19:56:57.973Z | lat 4.455068933 |
770 | 2024-04-19T19:56:57.973Z | stop 0.067834657 |
771 | 2024-04-19T19:56:57.973Z | + banner end-to-end-tests |
772 | 2024-04-19T19:56:57.973Z | |
773 | 2024-04-19T19:56:57.973Z | ###### # # ##### ##### #### ###### # # ##### |
774 | 2024-04-19T19:56:57.974Z | # ## # # # # # # # ## # # # |
775 | 2024-04-19T19:56:57.974Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
776 | 2024-04-19T19:56:57.974Z | # # # # # # # # # # # # # # # |
777 | 2024-04-19T19:56:57.974Z | # # ## # # # # # # # ## # # |
778 | 2024-04-19T19:56:57.974Z | ###### # # ##### # #### ###### # # ##### |
779 | 2024-04-19T19:56:57.974Z | |
780 | 2024-04-19T19:56:57.974Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
781 | 2024-04-19T19:56:57.974Z | + CARGO_PROFILE_DEV_DEBUG=1 |
782 | 2024-04-19T19:56:57.974Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
783 | 2024-04-19T19:56:57.975Z | + CARGO_PROFILE_TEST_DEBUG=1 |
784 | 2024-04-19T19:56:57.975Z | + export CARGO_INCREMENTAL=0 |
785 | 2024-04-19T19:56:57.975Z | + CARGO_INCREMENTAL=0 |
786 | 2024-04-19T19:56:57.975Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
787 | 2024-04-19T19:56:58.288Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
788 | 2024-04-19T19:56:58.777Z | Updating git repository `https://github.com/oxidecomputer/zone` |
789 | 2024-04-19T19:57:00.170Z | Updating crates.io index |
790 | 2024-04-19T19:57:00.198Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
791 | 2024-04-19T19:57:01.112Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
792 | 2024-04-19T19:57:01.916Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
793 | 2024-04-19T19:57:04.390Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
794 | 2024-04-19T19:57:05.017Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
795 | 2024-04-19T19:57:05.393Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
796 | 2024-04-19T19:57:06.469Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
797 | 2024-04-19T19:57:08.879Z | Updating git repository `https://github.com/oxidecomputer/opte` |
798 | 2024-04-19T19:57:09.668Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
799 | 2024-04-19T19:57:10.474Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
800 | 2024-04-19T19:57:10.881Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
801 | 2024-04-19T19:57:11.537Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
802 | 2024-04-19T19:57:11.948Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
803 | 2024-04-19T19:57:12.375Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
804 | 2024-04-19T19:57:12.891Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
805 | 2024-04-19T19:57:13.313Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
806 | 2024-04-19T19:57:13.757Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
807 | 2024-04-19T19:57:14.211Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
808 | 2024-04-19T19:57:14.557Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
809 | 2024-04-19T19:57:14.996Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
810 | 2024-04-19T19:57:15.460Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
811 | 2024-04-19T19:57:15.835Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
812 | 2024-04-19T19:57:16.665Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
813 | 2024-04-19T19:57:17.134Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
814 | 2024-04-19T19:57:17.527Z | Updating git repository `https://github.com/jgallagher/nix` |
815 | 2024-04-19T19:57:18.638Z | Updating git repository `https://github.com/cbiffle/hubpack` |
816 | 2024-04-19T19:57:19.074Z | Updating git repository `https://github.com/oxidecomputer/typify` |
817 | 2024-04-19T19:57:21.130Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
818 | 2024-04-19T19:57:21.617Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
819 | 2024-04-19T19:57:22.160Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
820 | 2024-04-19T19:57:22.708Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
821 | 2024-04-19T19:57:24.194Z | Downloading crates ... |
822 | 2024-04-19T19:57:24.292Z | Downloaded addr2line v0.21.0 |
823 | 2024-04-19T19:57:24.990Z | Downloaded lalrpop-util v0.19.12 |
824 | 2024-04-19T19:57:24.991Z | Downloaded miniz_oxide v0.7.1 |
825 | 2024-04-19T19:57:24.991Z | Downloaded new_debug_unreachable v1.0.4 |
826 | 2024-04-19T19:57:24.991Z | Downloaded base64ct v1.6.0 |
827 | 2024-04-19T19:57:24.991Z | Downloaded pest_derive v2.7.6 |
828 | 2024-04-19T19:57:24.991Z | Downloaded swrite v0.1.0 |
829 | 2024-04-19T19:57:24.991Z | Downloaded equivalent v1.0.1 |
830 | 2024-04-19T19:57:24.991Z | Downloaded rand_core v0.5.1 |
831 | 2024-04-19T19:57:24.991Z | Downloaded rustc_version v0.1.7 |
832 | 2024-04-19T19:57:24.991Z | Downloaded usdt-macro v0.5.0 |
833 | 2024-04-19T19:57:24.992Z | Downloaded want v0.3.1 |
834 | 2024-04-19T19:57:24.992Z | Downloaded zone_cfg_derive v0.1.2 |
835 | 2024-04-19T19:57:24.992Z | Downloaded rustls-pemfile v2.1.2 |
836 | 2024-04-19T19:57:24.992Z | Downloaded tinyvec_macros v0.1.1 |
837 | 2024-04-19T19:57:24.992Z | Downloaded try-lock v0.2.4 |
838 | 2024-04-19T19:57:24.992Z | Downloaded toml_datetime v0.6.5 |
839 | 2024-04-19T19:57:24.993Z | Downloaded proc-macro-crate v1.3.1 |
840 | 2024-04-19T19:57:24.993Z | Downloaded hash32 v0.3.1 |
841 | 2024-04-19T19:57:24.993Z | Downloaded futures-task v0.3.30 |
842 | 2024-04-19T19:57:24.993Z | Downloaded diesel_table_macro_syntax v0.1.0 |
843 | 2024-04-19T19:57:24.993Z | Downloaded psl-types v2.0.11 |
844 | 2024-04-19T19:57:24.993Z | Downloaded precomputed-hash v0.1.1 |
845 | 2024-04-19T19:57:24.993Z | Downloaded dirs-next v2.0.0 |
846 | 2024-04-19T19:57:24.994Z | Downloaded fxhash v0.2.1 |
847 | 2024-04-19T19:57:24.994Z | Downloaded flagset v0.4.3 |
848 | 2024-04-19T19:57:24.994Z | Downloaded hubpack_derive v0.1.1 |
849 | 2024-04-19T19:57:24.994Z | Downloaded portpicker v0.1.1 |
850 | 2024-04-19T19:57:24.994Z | Downloaded hex v0.4.3 |
851 | 2024-04-19T19:57:24.994Z | Downloaded polyval v0.6.1 |
852 | 2024-04-19T19:57:24.994Z | Downloaded heck v0.4.1 |
853 | 2024-04-19T19:57:24.994Z | Downloaded postgres-types v0.2.6 |
854 | 2024-04-19T19:57:24.995Z | Downloaded postcard v1.0.8 |
855 | 2024-04-19T19:57:24.995Z | Downloaded pin-project-lite v0.2.13 |
856 | 2024-04-19T19:57:24.995Z | Downloaded hkdf v0.12.4 |
857 | 2024-04-19T19:57:24.995Z | Downloaded flate2 v1.0.28 |
858 | 2024-04-19T19:57:24.995Z | Downloaded heapless v0.8.0 |
859 | 2024-04-19T19:57:24.995Z | Downloaded hashbrown v0.14.3 |
860 | 2024-04-19T19:57:24.995Z | Downloaded futures-util v0.3.30 |
861 | 2024-04-19T19:57:24.996Z | Downloaded hyper v0.14.28 |
862 | 2024-04-19T19:57:24.996Z | Downloaded gimli v0.28.0 |
863 | 2024-04-19T19:57:24.996Z | Downloaded zerocopy-derive v0.6.6 |
864 | 2024-04-19T19:57:24.996Z | Downloaded tokio v1.37.0 |
865 | 2024-04-19T19:57:24.996Z | Downloaded regex-automata v0.4.5 |
866 | 2024-04-19T19:57:24.996Z | Downloaded winapi v0.3.9 |
867 | 2024-04-19T19:57:25.028Z | Downloaded encoding_rs v0.8.33 |
868 | 2024-04-19T19:57:25.028Z | Downloaded zerocopy-derive v0.2.0 |
869 | 2024-04-19T19:57:25.028Z | Downloaded rustls v0.22.4 |
870 | 2024-04-19T19:57:25.028Z | Downloaded rustix v0.38.31 |
871 | 2024-04-19T19:57:25.028Z | Downloaded regress v0.9.1 |
872 | 2024-04-19T19:57:25.029Z | Downloaded regex-syntax v0.8.2 |
873 | 2024-04-19T19:57:25.029Z | Downloaded ring v0.17.8 |
874 | 2024-04-19T19:57:25.029Z | Downloaded ring v0.16.20 |
875 | 2024-04-19T19:57:25.089Z | Downloaded petgraph v0.6.4 |
876 | 2024-04-19T19:57:25.127Z | Downloaded webpki-roots v0.25.2 |
877 | 2024-04-19T19:57:25.127Z | Downloaded rustls v0.21.9 |
878 | 2024-04-19T19:57:25.127Z | Downloaded object v0.32.1 |
879 | 2024-04-19T19:57:25.170Z | Downloaded unicode-normalization v0.1.22 |
880 | 2024-04-19T19:57:25.170Z | Downloaded zerocopy v0.7.32 |
881 | 2024-04-19T19:57:25.212Z | Downloaded tokio-util v0.7.10 |
882 | 2024-04-19T19:57:25.212Z | Downloaded winnow v0.6.1 |
883 | 2024-04-19T19:57:25.212Z | Downloaded winnow v0.5.15 |
884 | 2024-04-19T19:57:25.213Z | Downloaded reqwest v0.11.24 |
885 | 2024-04-19T19:57:25.213Z | Downloaded sha3 v0.10.8 |
886 | 2024-04-19T19:57:25.254Z | Downloaded sled v0.34.7 |
887 | 2024-04-19T19:57:25.254Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
888 | 2024-04-19T19:57:25.254Z | Downloaded flume v0.11.0 |
889 | 2024-04-19T19:57:25.254Z | Downloaded diesel v2.1.5 |
890 | 2024-04-19T19:57:25.691Z | Downloaded serde_json v1.0.116 |
891 | 2024-04-19T19:57:25.691Z | Downloaded heapless v0.7.16 |
892 | 2024-04-19T19:57:25.691Z | Downloaded h2 v0.3.26 |
893 | 2024-04-19T19:57:25.691Z | Downloaded rustls-webpki v0.102.1 |
894 | 2024-04-19T19:57:25.730Z | Downloaded url v2.5.0 |
895 | 2024-04-19T19:57:25.731Z | Downloaded unsafe-libyaml v0.2.10 |
896 | 2024-04-19T19:57:25.731Z | Downloaded unicode-segmentation v1.10.1 |
897 | 2024-04-19T19:57:25.731Z | Downloaded trust-dns-proto v0.22.0 |
898 | 2024-04-19T19:57:25.732Z | Downloaded syn v2.0.59 |
899 | 2024-04-19T19:57:25.732Z | Downloaded syn v1.0.109 |
900 | 2024-04-19T19:57:25.732Z | Downloaded pest_meta v2.7.6 |
901 | 2024-04-19T19:57:25.732Z | Downloaded headers v0.3.9 |
902 | 2024-04-19T19:57:25.733Z | Downloaded goblin v0.8.0 |
903 | 2024-04-19T19:57:25.733Z | Downloaded schemars v0.8.16 |
904 | 2024-04-19T19:57:25.733Z | Downloaded rustls-webpki v0.101.7 |
905 | 2024-04-19T19:57:25.733Z | Downloaded tokio-postgres v0.7.10 |
906 | 2024-04-19T19:57:25.734Z | Downloaded tabled v0.15.0 |
907 | 2024-04-19T19:57:25.734Z | Downloaded regex-automata v0.1.10 |
908 | 2024-04-19T19:57:25.734Z | Downloaded smoltcp v0.11.0 |
909 | 2024-04-19T19:57:25.734Z | Downloaded poly1305 v0.8.0 |
910 | 2024-04-19T19:57:25.734Z | Downloaded platforms v3.0.2 |
911 | 2024-04-19T19:57:25.735Z | Downloaded tungstenite v0.21.0 |
912 | 2024-04-19T19:57:25.735Z | Downloaded serde_with v3.7.0 |
913 | 2024-04-19T19:57:25.735Z | Downloaded der v0.7.8 |
914 | 2024-04-19T19:57:25.735Z | Downloaded vcpkg v0.2.15 |
915 | 2024-04-19T19:57:25.736Z | Downloaded russh v0.43.0 |
916 | 2024-04-19T19:57:25.736Z | Downloaded radix_trie v0.2.1 |
917 | 2024-04-19T19:57:25.736Z | Downloaded openssl v0.10.64 |
918 | 2024-04-19T19:57:25.736Z | Downloaded curve25519-dalek v4.1.2 |
919 | 2024-04-19T19:57:25.736Z | Downloaded bstr v0.2.17 |
920 | 2024-04-19T19:57:25.737Z | Downloaded postgres-protocol v0.6.6 |
921 | 2024-04-19T19:57:25.737Z | Downloaded pkcs8 v0.10.2 |
922 | 2024-04-19T19:57:25.737Z | Downloaded phf_shared v0.11.2 |
923 | 2024-04-19T19:57:25.737Z | Downloaded getrandom v0.2.12 |
924 | 2024-04-19T19:57:25.737Z | Downloaded futures v0.3.30 |
925 | 2024-04-19T19:57:25.737Z | Downloaded hashbrown v0.12.3 |
926 | 2024-04-19T19:57:25.738Z | Downloaded tinyvec v1.6.0 |
927 | 2024-04-19T19:57:25.738Z | Downloaded time v0.3.34 |
928 | 2024-04-19T19:57:25.738Z | Downloaded heck v0.3.3 |
929 | 2024-04-19T19:57:25.738Z | Downloaded glob v0.3.1 |
930 | 2024-04-19T19:57:25.738Z | Downloaded foreign-types v0.5.0 |
931 | 2024-04-19T19:57:25.739Z | Downloaded fnv v1.0.7 |
932 | 2024-04-19T19:57:25.739Z | Downloaded float-cmp v0.9.0 |
933 | 2024-04-19T19:57:25.739Z | Downloaded hyper-rustls v0.24.2 |
934 | 2024-04-19T19:57:25.739Z | Downloaded serde v1.0.198 |
935 | 2024-04-19T19:57:25.739Z | Downloaded dhcproto v0.11.0 |
936 | 2024-04-19T19:57:25.739Z | Downloaded derive_more v0.99.17 |
937 | 2024-04-19T19:57:25.739Z | Downloaded unicode-bidi v0.3.15 |
938 | 2024-04-19T19:57:25.739Z | Downloaded ucd-trie v0.1.6 |
939 | 2024-04-19T19:57:25.740Z | Downloaded typenum v1.16.0 |
940 | 2024-04-19T19:57:25.740Z | Downloaded regex v1.10.4 |
941 | 2024-04-19T19:57:25.740Z | Downloaded smoltcp v0.9.1 |
942 | 2024-04-19T19:57:25.740Z | Downloaded plain v0.2.3 |
943 | 2024-04-19T19:57:25.740Z | Downloaded pkg-config v0.3.27 |
944 | 2024-04-19T19:57:25.740Z | Downloaded pin-utils v0.1.0 |
945 | 2024-04-19T19:57:25.740Z | Downloaded humantime v2.1.0 |
946 | 2024-04-19T19:57:25.740Z | Downloaded hex-literal v0.4.1 |
947 | 2024-04-19T19:57:25.740Z | Downloaded heck v0.5.0 |
948 | 2024-04-19T19:57:25.741Z | Downloaded futures-channel v0.3.30 |
949 | 2024-04-19T19:57:25.741Z | Downloaded dof v0.1.5 |
950 | 2024-04-19T19:57:25.741Z | Downloaded display-error-chain v0.2.0 |
951 | 2024-04-19T19:57:25.741Z | Downloaded dirs-sys-next v0.1.2 |
952 | 2024-04-19T19:57:25.741Z | Downloaded dirs-sys v0.4.1 |
953 | 2024-04-19T19:57:25.741Z | Downloaded publicsuffix v2.2.3 |
954 | 2024-04-19T19:57:25.741Z | Downloaded unicode-ident v1.0.12 |
955 | 2024-04-19T19:57:25.741Z | Downloaded toml_edit v0.22.9 |
956 | 2024-04-19T19:57:25.741Z | Downloaded p521 v0.13.3 |
957 | 2024-04-19T19:57:25.783Z | Downloaded openapiv3 v2.0.0 |
958 | 2024-04-19T19:57:25.783Z | Downloaded ghash v0.5.0 |
959 | 2024-04-19T19:57:25.783Z | Downloaded getopts v0.2.21 |
960 | 2024-04-19T19:57:25.783Z | Downloaded gethostname v0.4.3 |
961 | 2024-04-19T19:57:25.784Z | Downloaded generic-array v0.14.7 |
962 | 2024-04-19T19:57:25.784Z | Downloaded futures-core v0.3.30 |
963 | 2024-04-19T19:57:25.784Z | Downloaded diesel_derives v2.1.2 |
964 | 2024-04-19T19:57:25.784Z | Downloaded trust-dns-server v0.22.1 |
965 | 2024-04-19T19:57:25.784Z | Downloaded zip v0.6.6 |
966 | 2024-04-19T19:57:25.784Z | Downloaded getrandom v0.1.16 |
967 | 2024-04-19T19:57:25.784Z | Downloaded form_urlencoded v1.2.1 |
968 | 2024-04-19T19:57:25.784Z | Downloaded trust-dns-resolver v0.22.0 |
969 | 2024-04-19T19:57:25.784Z | Downloaded toml_edit v0.19.15 |
970 | 2024-04-19T19:57:25.812Z | Downloaded toml v0.7.8 |
971 | 2024-04-19T19:57:25.812Z | Downloaded zerocopy v0.6.6 |
972 | 2024-04-19T19:57:25.812Z | Downloaded semver v1.0.22 |
973 | 2024-04-19T19:57:25.812Z | Downloaded sec1 v0.7.3 |
974 | 2024-04-19T19:57:25.812Z | Downloaded sct v0.7.0 |
975 | 2024-04-19T19:57:25.812Z | Downloaded scopeguard v1.2.0 |
976 | 2024-04-19T19:57:25.812Z | Downloaded trust-dns-client v0.22.0 |
977 | 2024-04-19T19:57:25.845Z | Downloaded tracing v0.1.40 |
978 | 2024-04-19T19:57:25.845Z | Downloaded toml v0.5.11 |
979 | 2024-04-19T19:57:25.845Z | Downloaded tokio-tungstenite v0.20.1 |
980 | 2024-04-19T19:57:25.845Z | Downloaded fixedbitset v0.4.2 |
981 | 2024-04-19T19:57:25.845Z | Downloaded filetime v0.2.23 |
982 | 2024-04-19T19:57:25.845Z | Downloaded ff v0.13.0 |
983 | 2024-04-19T19:57:25.845Z | Downloaded fastrand v2.0.1 |
984 | 2024-04-19T19:57:25.845Z | Downloaded fallible-iterator v0.2.0 |
985 | 2024-04-19T19:57:25.845Z | Downloaded dof v0.3.0 |
986 | 2024-04-19T19:57:25.846Z | Downloaded ppv-lite86 v0.2.17 |
987 | 2024-04-19T19:57:25.846Z | Downloaded powerfmt v0.2.0 |
988 | 2024-04-19T19:57:25.846Z | Downloaded serde_derive_internals v0.26.0 |
989 | 2024-04-19T19:57:26.300Z | Downloaded phf v0.11.2 |
990 | 2024-04-19T19:57:26.300Z | Downloaded foreign-types-shared v0.3.1 |
991 | 2024-04-19T19:57:26.300Z | Downloaded foreign-types-shared v0.1.1 |
992 | 2024-04-19T19:57:26.300Z | Downloaded foreign-types-macros v0.2.3 |
993 | 2024-04-19T19:57:26.300Z | Downloaded foreign-types v0.3.2 |
994 | 2024-04-19T19:57:26.300Z | Downloaded dirs v5.0.1 |
995 | 2024-04-19T19:57:26.301Z | Downloaded half v2.3.1 |
996 | 2024-04-19T19:57:26.301Z | Downloaded digest v0.10.7 |
997 | 2024-04-19T19:57:26.301Z | Downloaded difflib v0.4.0 |
998 | 2024-04-19T19:57:26.301Z | Downloaded serde_derive v1.0.198 |
999 | 2024-04-19T19:57:26.301Z | Downloaded proc-macro2 v1.0.81 |
1000 | 2024-04-19T19:57:26.301Z | Downloaded tungstenite v0.20.1 |
1001 | 2024-04-19T19:57:26.301Z | Downloaded tracing-core v0.1.32 |
1002 | 2024-04-19T19:57:26.302Z | Downloaded http v1.0.0 |
1003 | 2024-04-19T19:57:26.302Z | Downloaded http v0.2.12 |
1004 | 2024-04-19T19:57:26.343Z | Downloaded predicates-core v1.0.6 |
1005 | 2024-04-19T19:57:26.344Z | Downloaded predicates v3.1.0 |
1006 | 2024-04-19T19:57:26.344Z | Downloaded tokio-tungstenite v0.21.0 |
1007 | 2024-04-19T19:57:26.344Z | Downloaded tokio-stream v0.1.15 |
1008 | 2024-04-19T19:57:26.344Z | Downloaded time-macros v0.2.17 |
1009 | 2024-04-19T19:57:26.352Z | Downloaded derive-where v1.2.7 |
1010 | 2024-04-19T19:57:26.352Z | Downloaded zerocopy-derive v0.7.32 |
1011 | 2024-04-19T19:57:26.352Z | Downloaded nom v7.1.3 |
1012 | 2024-04-19T19:57:26.353Z | Downloaded proc-macro-error v1.0.4 |
1013 | 2024-04-19T19:57:26.353Z | Downloaded semver v0.1.20 |
1014 | 2024-04-19T19:57:26.353Z | Downloaded secrecy v0.8.0 |
1015 | 2024-04-19T19:57:26.353Z | Downloaded scroll v0.12.0 |
1016 | 2024-04-19T19:57:26.353Z | Downloaded ryu v1.0.15 |
1017 | 2024-04-19T19:57:26.353Z | Downloaded chrono v0.4.38 |
1018 | 2024-04-19T19:57:26.354Z | Downloaded dhcproto-macros v0.1.0 |
1019 | 2024-04-19T19:57:26.354Z | Downloaded pretty-hex v0.2.1 |
1020 | 2024-04-19T19:57:26.354Z | Downloaded phf_shared v0.10.0 |
1021 | 2024-04-19T19:57:26.354Z | Downloaded schemars_derive v0.8.16 |
1022 | 2024-04-19T19:57:26.355Z | Downloaded scheduled-thread-pool v0.2.7 |
1023 | 2024-04-19T19:57:26.356Z | Downloaded unicode-width v0.1.11 |
1024 | 2024-04-19T19:57:26.356Z | Downloaded tracing-attributes v0.1.27 |
1025 | 2024-04-19T19:57:26.357Z | Downloaded toml v0.8.12 |
1026 | 2024-04-19T19:57:26.357Z | Downloaded tokio-rustls v0.25.0 |
1027 | 2024-04-19T19:57:26.357Z | Downloaded tokio-rustls v0.24.1 |
1028 | 2024-04-19T19:57:26.357Z | Downloaded expectorate v1.1.0 |
1029 | 2024-04-19T19:57:26.357Z | Downloaded futures-sink v0.3.30 |
1030 | 2024-04-19T19:57:26.357Z | Downloaded futures-macro v0.3.30 |
1031 | 2024-04-19T19:57:26.358Z | Downloaded futures-io v0.3.30 |
1032 | 2024-04-19T19:57:26.358Z | Downloaded futures-executor v0.3.30 |
1033 | 2024-04-19T19:57:26.358Z | Downloaded serde_arrays v0.1.0 |
1034 | 2024-04-19T19:57:26.358Z | Downloaded quick-error v1.2.3 |
1035 | 2024-04-19T19:57:26.358Z | Downloaded primeorder v0.13.6 |
1036 | 2024-04-19T19:57:26.358Z | Downloaded untrusted v0.9.0 |
1037 | 2024-04-19T19:57:26.358Z | Downloaded untrusted v0.7.1 |
1038 | 2024-04-19T19:57:26.359Z | Downloaded universal-hash v0.5.1 |
1039 | 2024-04-19T19:57:26.359Z | Downloaded unicode-xid v0.2.4 |
1040 | 2024-04-19T19:57:26.359Z | Downloaded unicase v2.7.0 |
1041 | 2024-04-19T19:57:26.359Z | Downloaded tar v0.4.40 |
1042 | 2024-04-19T19:57:26.359Z | Downloaded signal-hook v0.3.17 |
1043 | 2024-04-19T19:57:26.359Z | Downloaded rayon v1.10.0 |
1044 | 2024-04-19T19:57:26.359Z | Downloaded pest v2.7.6 |
1045 | 2024-04-19T19:57:26.359Z | Downloaded hash32 v0.2.1 |
1046 | 2024-04-19T19:57:26.359Z | Downloaded group v0.13.0 |
1047 | 2024-04-19T19:57:26.359Z | Downloaded same-file v1.0.6 |
1048 | 2024-04-19T19:57:26.360Z | Downloaded rustls-pki-types v1.3.0 |
1049 | 2024-04-19T19:57:26.360Z | Downloaded serde_yaml v0.9.25 |
1050 | 2024-04-19T19:57:26.360Z | Downloaded pretty-hex v0.4.1 |
1051 | 2024-04-19T19:57:26.360Z | Downloaded headers-core v0.2.0 |
1052 | 2024-04-19T19:57:26.360Z | Downloaded scroll_derive v0.12.0 |
1053 | 2024-04-19T19:57:26.360Z | Downloaded rustversion v1.0.14 |
1054 | 2024-04-19T19:57:26.360Z | Downloaded topological-sort v0.2.2 |
1055 | 2024-04-19T19:57:26.360Z | Downloaded tokio-native-tls v0.3.1 |
1056 | 2024-04-19T19:57:26.360Z | Downloaded thread-id v4.2.0 |
1057 | 2024-04-19T19:57:26.360Z | Downloaded tempfile v3.10.1 |
1058 | 2024-04-19T19:57:26.361Z | Downloaded der_derive v0.7.2 |
1059 | 2024-04-19T19:57:26.361Z | Downloaded tokio-macros v2.2.0 |
1060 | 2024-04-19T19:57:26.361Z | Downloaded thread_local v1.1.7 |
1061 | 2024-04-19T19:57:26.361Z | Downloaded thiserror-no-std v2.0.2 |
1062 | 2024-04-19T19:57:26.361Z | Downloaded thiserror-impl-no-std v2.0.2 |
1063 | 2024-04-19T19:57:26.361Z | Downloaded thiserror-impl v1.0.58 |
1064 | 2024-04-19T19:57:26.361Z | Downloaded thiserror v1.0.58 |
1065 | 2024-04-19T19:57:26.361Z | Downloaded termcolor v1.2.0 |
1066 | 2024-04-19T19:57:26.361Z | Downloaded term v0.7.0 |
1067 | 2024-04-19T19:57:26.361Z | Downloaded tabwriter v1.4.0 |
1068 | 2024-04-19T19:57:26.361Z | Downloaded tabled_derive v0.7.0 |
1069 | 2024-04-19T19:57:26.361Z | Downloaded synstructure v0.12.6 |
1070 | 2024-04-19T19:57:26.362Z | Downloaded sha2 v0.10.8 |
1071 | 2024-04-19T19:57:26.362Z | Downloaded serde_with_macros v3.7.0 |
1072 | 2024-04-19T19:57:26.362Z | Downloaded yasna v0.5.2 |
1073 | 2024-04-19T19:57:26.362Z | Downloaded whoami v1.5.1 |
1074 | 2024-04-19T19:57:26.362Z | Downloaded ed25519-dalek v2.0.0 |
1075 | 2024-04-19T19:57:26.362Z | Downloaded num-bigint v0.4.4 |
1076 | 2024-04-19T19:57:26.362Z | Downloaded clap v2.34.0 |
1077 | 2024-04-19T19:57:26.362Z | Downloaded tower-service v0.3.2 |
1078 | 2024-04-19T19:57:26.362Z | Downloaded toolchain_find v0.4.0 |
1079 | 2024-04-19T19:57:26.362Z | Downloaded time-core v0.1.2 |
1080 | 2024-04-19T19:57:26.362Z | Downloaded textwrap v0.11.0 |
1081 | 2024-04-19T19:57:26.362Z | Downloaded terminal_size v0.3.0 |
1082 | 2024-04-19T19:57:26.363Z | Downloaded signature v2.1.0 |
1083 | 2024-04-19T19:57:26.363Z | Downloaded signal-hook-registry v1.4.1 |
1084 | 2024-04-19T19:57:26.363Z | Downloaded signal-hook-mio v0.2.3 |
1085 | 2024-04-19T19:57:26.363Z | Downloaded sha1 v0.10.6 |
1086 | 2024-04-19T19:57:26.363Z | Downloaded deranged v0.3.11 |
1087 | 2024-04-19T19:57:26.363Z | Downloaded zone v0.1.8 |
1088 | 2024-04-19T19:57:26.363Z | Downloaded zeroize_derive v1.4.2 |
1089 | 2024-04-19T19:57:26.363Z | Downloaded zeroize v1.7.0 |
1090 | 2024-04-19T19:57:26.363Z | Downloaded zerocopy v0.3.0 |
1091 | 2024-04-19T19:57:26.363Z | Downloaded ron v0.7.1 |
1092 | 2024-04-19T19:57:26.363Z | Downloaded take_mut v0.2.2 |
1093 | 2024-04-19T19:57:26.363Z | Downloaded sync_wrapper v0.1.2 |
1094 | 2024-04-19T19:57:26.364Z | Downloaded serde_urlencoded v0.7.1 |
1095 | 2024-04-19T19:57:26.364Z | Downloaded serde_tokenstream v0.2.0 |
1096 | 2024-04-19T19:57:26.364Z | Downloaded serde_tokenstream v0.1.7 |
1097 | 2024-04-19T19:57:26.364Z | Downloaded serde_spanned v0.6.5 |
1098 | 2024-04-19T19:57:26.364Z | Downloaded serde_repr v0.1.16 |
1099 | 2024-04-19T19:57:26.364Z | Downloaded serde_path_to_error v0.1.16 |
1100 | 2024-04-19T19:57:26.364Z | Downloaded xattr v1.0.1 |
1101 | 2024-04-19T19:57:26.364Z | Downloaded vsss-rs v3.3.4 |
1102 | 2024-04-19T19:57:26.364Z | Downloaded uuid v1.8.0 |
1103 | 2024-04-19T19:57:26.364Z | Downloaded uuid v0.8.2 |
1104 | 2024-04-19T19:57:26.395Z | Downloaded rustc-demangle v0.1.23 |
1105 | 2024-04-19T19:57:26.395Z | Downloaded rand v0.7.3 |
1106 | 2024-04-19T19:57:26.395Z | Downloaded elliptic-curve v0.13.8 |
1107 | 2024-04-19T19:57:26.396Z | Downloaded clap_builder v4.5.2 |
1108 | 2024-04-19T19:57:26.396Z | Downloaded rustls-pemfile v1.0.3 |
1109 | 2024-04-19T19:57:26.396Z | Downloaded russh-keys v0.43.0 |
1110 | 2024-04-19T19:57:26.396Z | Downloaded structopt v0.3.26 |
1111 | 2024-04-19T19:57:26.396Z | Downloaded parking_lot_core v0.9.8 |
1112 | 2024-04-19T19:57:26.397Z | Downloaded walkdir v2.5.0 |
1113 | 2024-04-19T19:57:26.397Z | Downloaded utf8parse v0.2.1 |
1114 | 2024-04-19T19:57:26.397Z | Downloaded usdt v0.5.0 |
1115 | 2024-04-19T19:57:26.397Z | Downloaded usdt v0.3.5 |
1116 | 2024-04-19T19:57:26.397Z | Downloaded crossterm v0.27.0 |
1117 | 2024-04-19T19:57:26.398Z | Downloaded waitgroup v0.1.2 |
1118 | 2024-04-19T19:57:26.398Z | Downloaded version_check v0.9.4 |
1119 | 2024-04-19T19:57:26.398Z | Downloaded vec_map v0.8.2 |
1120 | 2024-04-19T19:57:26.398Z | Downloaded utf-8 v0.7.6 |
1121 | 2024-04-19T19:57:26.398Z | Downloaded usdt-macro v0.3.5 |
1122 | 2024-04-19T19:57:26.398Z | Downloaded usdt-impl v0.5.0 |
1123 | 2024-04-19T19:57:26.398Z | Downloaded usdt-impl v0.3.5 |
1124 | 2024-04-19T19:57:26.398Z | Downloaded usdt-attr-macro v0.5.0 |
1125 | 2024-04-19T19:57:26.398Z | Downloaded usdt-attr-macro v0.3.5 |
1126 | 2024-04-19T19:57:26.398Z | Downloaded rand v0.8.5 |
1127 | 2024-04-19T19:57:26.399Z | Downloaded rustfmt-wrapper v0.2.1 |
1128 | 2024-04-19T19:57:26.399Z | Downloaded rustc_version v0.4.0 |
1129 | 2024-04-19T19:57:26.399Z | Downloaded rcgen v0.12.1 |
1130 | 2024-04-19T19:57:26.399Z | Downloaded rayon-core v1.12.1 |
1131 | 2024-04-19T19:57:26.399Z | Downloaded httparse v1.8.0 |
1132 | 2024-04-19T19:57:26.399Z | Downloaded env_logger v0.9.3 |
1133 | 2024-04-19T19:57:26.400Z | Downloaded steno v0.4.0 |
1134 | 2024-04-19T19:57:26.400Z | Downloaded darling_core v0.20.8 |
1135 | 2024-04-19T19:57:26.400Z | Downloaded crypto-bigint v0.5.2 |
1136 | 2024-04-19T19:57:26.400Z | Downloaded crossbeam-channel v0.5.8 |
1137 | 2024-04-19T19:57:26.400Z | Downloaded russh-cryptovec v0.7.0 |
1138 | 2024-04-19T19:57:26.400Z | Downloaded rfc6979 v0.4.0 |
1139 | 2024-04-19T19:57:26.400Z | Downloaded resolv-conf v0.7.0 |
1140 | 2024-04-19T19:57:26.400Z | Downloaded rand_core v0.6.4 |
1141 | 2024-04-19T19:57:26.401Z | Downloaded quote v1.0.36 |
1142 | 2024-04-19T19:57:26.401Z | Downloaded hostname v0.3.1 |
1143 | 2024-04-19T19:57:26.401Z | Downloaded hmac v0.12.1 |
1144 | 2024-04-19T19:57:26.401Z | Downloaded erased-serde v0.3.31 |
1145 | 2024-04-19T19:57:26.401Z | Downloaded ecdsa v0.16.9 |
1146 | 2024-04-19T19:57:26.401Z | Downloaded subprocess v0.2.9 |
1147 | 2024-04-19T19:57:26.401Z | Downloaded strum_macros v0.26.1 |
1148 | 2024-04-19T19:57:26.402Z | Downloaded structopt-derive v0.4.18 |
1149 | 2024-04-19T19:57:26.402Z | Downloaded socket2 v0.5.6 |
1150 | 2024-04-19T19:57:26.402Z | Downloaded p256 v0.13.2 |
1151 | 2024-04-19T19:57:26.402Z | Downloaded chacha20poly1305 v0.10.1 |
1152 | 2024-04-19T19:57:26.402Z | Downloaded cc v1.0.83 |
1153 | 2024-04-19T19:57:26.402Z | Downloaded rand_chacha v0.3.1 |
1154 | 2024-04-19T19:57:26.403Z | Downloaded rand_chacha v0.2.2 |
1155 | 2024-04-19T19:57:26.403Z | Downloaded r2d2 v0.8.10 |
1156 | 2024-04-19T19:57:26.403Z | Downloaded proc-macro-error-attr v1.0.4 |
1157 | 2024-04-19T19:57:26.403Z | Downloaded hubpack v0.1.2 |
1158 | 2024-04-19T19:57:26.403Z | Downloaded httpdate v1.0.3 |
1159 | 2024-04-19T19:57:26.403Z | Downloaded http-range v0.1.5 |
1160 | 2024-04-19T19:57:26.403Z | Downloaded http-body v0.4.5 |
1161 | 2024-04-19T19:57:26.403Z | Downloaded home v0.5.5 |
1162 | 2024-04-19T19:57:26.404Z | Downloaded errno v0.3.8 |
1163 | 2024-04-19T19:57:26.404Z | Downloaded enum-as-inner v0.5.1 |
1164 | 2024-04-19T19:57:26.404Z | Downloaded embedded-io v0.4.0 |
1165 | 2024-04-19T19:57:26.404Z | Downloaded either v1.11.0 |
1166 | 2024-04-19T19:57:26.404Z | Downloaded ed25519 v2.2.2 |
1167 | 2024-04-19T19:57:26.404Z | Downloaded dyn-clone v1.0.17 |
1168 | 2024-04-19T19:57:26.404Z | Downloaded structmeta-derive v0.3.0 |
1169 | 2024-04-19T19:57:26.404Z | Downloaded socket2 v0.4.9 |
1170 | 2024-04-19T19:57:26.405Z | Downloaded slog v2.7.0 |
1171 | 2024-04-19T19:57:26.405Z | Downloaded similar v2.4.0 |
1172 | 2024-04-19T19:57:26.405Z | Downloaded parking_lot v0.12.1 |
1173 | 2024-04-19T19:57:26.405Z | Downloaded parking_lot v0.11.2 |
1174 | 2024-04-19T19:57:26.405Z | Downloaded openssl-sys v0.9.102 |
1175 | 2024-04-19T19:57:26.405Z | Downloaded omicron-zone-package v0.11.0 |
1176 | 2024-04-19T19:57:26.405Z | Downloaded num-traits v0.2.18 |
1177 | 2024-04-19T19:57:26.405Z | Downloaded crossbeam-utils v0.8.19 |
1178 | 2024-04-19T19:57:26.406Z | Downloaded crossbeam-epoch v0.9.18 |
1179 | 2024-04-19T19:57:26.406Z | Downloaded crc32fast v1.3.2 |
1180 | 2024-04-19T19:57:26.406Z | Downloaded const-oid v0.9.6 |
1181 | 2024-04-19T19:57:26.406Z | Downloaded console v0.15.8 |
1182 | 2024-04-19T19:57:26.406Z | Downloaded clap v4.5.4 |
1183 | 2024-04-19T19:57:26.406Z | Downloaded chacha20 v0.9.1 |
1184 | 2024-04-19T19:57:26.407Z | Downloaded cancel-safe-futures v0.1.5 |
1185 | 2024-04-19T19:57:26.407Z | Downloaded endian-type v0.1.2 |
1186 | 2024-04-19T19:57:26.407Z | Downloaded dtrace-parser v0.2.0 |
1187 | 2024-04-19T19:57:26.407Z | Downloaded dtrace-parser v0.1.14 |
1188 | 2024-04-19T19:57:26.407Z | Downloaded subtle v2.5.0 |
1189 | 2024-04-19T19:57:26.407Z | Downloaded strum_macros v0.25.2 |
1190 | 2024-04-19T19:57:26.408Z | Downloaded strsim v0.11.0 |
1191 | 2024-04-19T19:57:26.408Z | Downloaded strsim v0.10.0 |
1192 | 2024-04-19T19:57:26.408Z | Downloaded strsim v0.8.0 |
1193 | 2024-04-19T19:57:26.408Z | Downloaded stringprep v0.1.3 |
1194 | 2024-04-19T19:57:26.408Z | Downloaded string_cache v0.8.7 |
1195 | 2024-04-19T19:57:26.409Z | Downloaded static_assertions v1.1.0 |
1196 | 2024-04-19T19:57:26.409Z | Downloaded stable_deref_trait v1.2.0 |
1197 | 2024-04-19T19:57:26.409Z | Downloaded spki v0.7.2 |
1198 | 2024-04-19T19:57:26.409Z | Downloaded spin v0.9.8 |
1199 | 2024-04-19T19:57:26.410Z | Downloaded smf v0.2.3 |
1200 | 2024-04-19T19:57:26.410Z | Downloaded smallvec v1.13.1 |
1201 | 2024-04-19T19:57:26.410Z | Downloaded slog-term v2.9.1 |
1202 | 2024-04-19T19:57:26.410Z | Downloaded slog-stdlog v4.1.1 |
1203 | 2024-04-19T19:57:26.411Z | Downloaded slog-scope v4.4.0 |
1204 | 2024-04-19T19:57:26.442Z | Downloaded slog-json v2.6.1 |
1205 | 2024-04-19T19:57:26.442Z | Downloaded slog-envlogger v2.2.0 |
1206 | 2024-04-19T19:57:26.442Z | Downloaded slog-dtrace v0.3.0 |
1207 | 2024-04-19T19:57:26.442Z | Downloaded slog-bunyan v2.5.0 |
1208 | 2024-04-19T19:57:26.443Z | Downloaded slog-async v2.8.0 |
1209 | 2024-04-19T19:57:26.443Z | Downloaded slab v0.4.9 |
1210 | 2024-04-19T19:57:26.443Z | Downloaded siphasher v0.3.11 |
1211 | 2024-04-19T19:57:26.443Z | Downloaded pem-rfc7468 v0.7.0 |
1212 | 2024-04-19T19:57:26.443Z | Downloaded pem v3.0.4 |
1213 | 2024-04-19T19:57:26.444Z | Downloaded parking_lot_core v0.8.6 |
1214 | 2024-04-19T19:57:26.444Z | Downloaded owo-colors v4.0.0 |
1215 | 2024-04-19T19:57:26.444Z | Downloaded once_cell v1.19.0 |
1216 | 2024-04-19T19:57:26.444Z | Downloaded num-integer v0.1.46 |
1217 | 2024-04-19T19:57:26.444Z | Downloaded hyper-staticfile v0.9.5 |
1218 | 2024-04-19T19:57:26.445Z | Downloaded defmt-macros v0.3.6 |
1219 | 2024-04-19T19:57:26.445Z | Downloaded defmt v0.3.5 |
1220 | 2024-04-19T19:57:26.445Z | Downloaded debug-ignore v1.0.5 |
1221 | 2024-04-19T19:57:26.445Z | Downloaded data-encoding v2.4.0 |
1222 | 2024-04-19T19:57:26.445Z | Downloaded darling v0.20.8 |
1223 | 2024-04-19T19:57:26.446Z | Downloaded ctr v0.9.2 |
1224 | 2024-04-19T19:57:26.446Z | Downloaded crypto-common v0.1.6 |
1225 | 2024-04-19T19:57:26.446Z | Downloaded crossbeam-deque v0.8.3 |
1226 | 2024-04-19T19:57:26.446Z | Downloaded cookie v0.17.0 |
1227 | 2024-04-19T19:57:26.477Z | Downloaded convert_case v0.4.0 |
1228 | 2024-04-19T19:57:26.477Z | Downloaded constant_time_eq v0.3.0 |
1229 | 2024-04-19T19:57:26.477Z | Downloaded colored v2.1.0 |
1230 | 2024-04-19T19:57:26.477Z | Downloaded cobs v0.2.3 |
1231 | 2024-04-19T19:57:26.478Z | Downloaded clap_lex v0.7.0 |
1232 | 2024-04-19T19:57:26.478Z | Downloaded clap_derive v4.5.4 |
1233 | 2024-04-19T19:57:26.478Z | Downloaded cipher v0.4.4 |
1234 | 2024-04-19T19:57:26.478Z | Downloaded camino-tempfile v1.1.1 |
1235 | 2024-04-19T19:57:26.478Z | Downloaded block-padding v0.3.3 |
1236 | 2024-04-19T19:57:26.478Z | Downloaded async-trait v0.1.80 |
1237 | 2024-04-19T19:57:26.478Z | Downloaded strum v0.26.2 |
1238 | 2024-04-19T19:57:26.478Z | Downloaded structmeta v0.3.0 |
1239 | 2024-04-19T19:57:26.478Z | Downloaded spin v0.5.2 |
1240 | 2024-04-19T19:57:26.478Z | Downloaded sigpipe v0.1.3 |
1241 | 2024-04-19T19:57:26.479Z | Downloaded pest_generator v2.7.6 |
1242 | 2024-04-19T19:57:26.479Z | Downloaded percent-encoding v2.3.1 |
1243 | 2024-04-19T19:57:26.479Z | Downloaded peg-runtime v0.8.2 |
1244 | 2024-04-19T19:57:26.479Z | Downloaded pbkdf2 v0.12.2 |
1245 | 2024-04-19T19:57:26.479Z | Downloaded pbkdf2 v0.11.0 |
1246 | 2024-04-19T19:57:26.521Z | Downloaded password-hash v0.5.0 |
1247 | 2024-04-19T19:57:26.522Z | Downloaded parse-display v0.9.0 |
1248 | 2024-04-19T19:57:26.522Z | Downloaded papergrid v0.11.0 |
1249 | 2024-04-19T19:57:26.522Z | Downloaded num_enum_derive v0.5.11 |
1250 | 2024-04-19T19:57:26.523Z | Downloaded num_enum v0.5.11 |
1251 | 2024-04-19T19:57:26.523Z | Downloaded num_cpus v1.16.0 |
1252 | 2024-04-19T19:57:26.523Z | Downloaded num-rational v0.4.1 |
1253 | 2024-04-19T19:57:26.523Z | Downloaded num-iter v0.1.44 |
1254 | 2024-04-19T19:57:26.523Z | Downloaded num-derive v0.4.0 |
1255 | 2024-04-19T19:57:26.523Z | Downloaded num v0.4.2 |
1256 | 2024-04-19T19:57:26.524Z | Downloaded normalize-line-endings v0.3.0 |
1257 | 2024-04-19T19:57:26.524Z | Downloaded nibble_vec v0.1.0 |
1258 | 2024-04-19T19:57:26.524Z | Downloaded newtype_derive v0.1.6 |
1259 | 2024-04-19T19:57:26.524Z | Downloaded newtype-uuid v1.1.0 |
1260 | 2024-04-19T19:57:26.524Z | Downloaded darling_macro v0.20.8 |
1261 | 2024-04-19T19:57:26.524Z | Downloaded curve25519-dalek-derive v0.1.0 |
1262 | 2024-04-19T19:57:26.524Z | Downloaded cstr-argument v0.1.2 |
1263 | 2024-04-19T19:57:26.525Z | Downloaded crucible-workspace-hack v0.1.0 |
1264 | 2024-04-19T19:57:26.554Z | Downloaded cpufeatures v0.2.12 |
1265 | 2024-04-19T19:57:26.554Z | Downloaded colorchoice v1.0.0 |
1266 | 2024-04-19T19:57:26.554Z | Downloaded ciborium-ll v0.2.2 |
1267 | 2024-04-19T19:57:26.554Z | Downloaded ciborium-io v0.2.2 |
1268 | 2024-04-19T19:57:26.554Z | Downloaded ciborium v0.2.2 |
1269 | 2024-04-19T19:57:26.554Z | Downloaded cfg-if v1.0.0 |
1270 | 2024-04-19T19:57:26.555Z | Downloaded cbc v0.1.2 |
1271 | 2024-04-19T19:57:26.555Z | Downloaded camino v1.1.6 |
1272 | 2024-04-19T19:57:26.555Z | Downloaded bzip2 v0.4.4 |
1273 | 2024-04-19T19:57:26.555Z | Downloaded byteorder v1.5.0 |
1274 | 2024-04-19T19:57:26.555Z | Downloaded bstr v1.9.0 |
1275 | 2024-04-19T19:57:26.555Z | Downloaded blowfish v0.9.1 |
1276 | 2024-04-19T19:57:26.555Z | Downloaded block-buffer v0.10.4 |
1277 | 2024-04-19T19:57:26.555Z | Downloaded paste v1.0.14 |
1278 | 2024-04-19T19:57:26.555Z | Downloaded password-hash v0.4.2 |
1279 | 2024-04-19T19:57:26.556Z | Downloaded parse-display-derive v0.9.0 |
1280 | 2024-04-19T19:57:26.556Z | Downloaded option-ext v0.2.0 |
1281 | 2024-04-19T19:57:26.556Z | Downloaded openssl-probe v0.1.5 |
1282 | 2024-04-19T19:57:26.556Z | Downloaded openssl-macros v0.1.1 |
1283 | 2024-04-19T19:57:26.556Z | Downloaded opaque-debug v0.3.0 |
1284 | 2024-04-19T19:57:26.556Z | Downloaded num_threads v0.1.6 |
1285 | 2024-04-19T19:57:26.556Z | Downloaded num-conv v0.1.0 |
1286 | 2024-04-19T19:57:26.557Z | Downloaded num-complex v0.4.5 |
1287 | 2024-04-19T19:57:26.589Z | Downloaded newline-converter v0.3.0 |
1288 | 2024-04-19T19:57:26.589Z | Downloaded native-tls v0.2.11 |
1289 | 2024-04-19T19:57:26.590Z | Downloaded nanorand v0.7.0 |
1290 | 2024-04-19T19:57:26.590Z | Downloaded multer v3.0.0 |
1291 | 2024-04-19T19:57:26.590Z | Downloaded mio v0.8.11 |
1292 | 2024-04-19T19:57:26.590Z | Downloaded memmap2 v0.7.1 |
1293 | 2024-04-19T19:57:26.590Z | Downloaded md5 v0.7.0 |
1294 | 2024-04-19T19:57:26.590Z | Downloaded match_cfg v0.1.0 |
1295 | 2024-04-19T19:57:26.590Z | Downloaded linear-map v1.2.0 |
1296 | 2024-04-19T19:57:26.590Z | Downloaded libefi-sys v0.1.0 |
1297 | 2024-04-19T19:57:26.590Z | Downloaded libc v0.2.153 |
1298 | 2024-04-19T19:57:26.624Z | Downloaded cookie_store v0.20.0 |
1299 | 2024-04-19T19:57:26.654Z | Downloaded bytes v1.6.0 |
1300 | 2024-04-19T19:57:26.654Z | Downloaded bytecount v0.6.3 |
1301 | 2024-04-19T19:57:26.654Z | Downloaded blake3 v1.5.0 |
1302 | 2024-04-19T19:57:26.654Z | Downloaded bitstruct v0.1.1 |
1303 | 2024-04-19T19:57:26.654Z | Downloaded bit-set v0.5.3 |
1304 | 2024-04-19T19:57:26.655Z | Downloaded bcrypt-pbkdf v0.10.0 |
1305 | 2024-04-19T19:57:26.655Z | Downloaded base64 v0.22.0 |
1306 | 2024-04-19T19:57:26.655Z | Downloaded backoff v0.4.0 |
1307 | 2024-04-19T19:57:26.687Z | Downloaded autocfg v1.1.0 |
1308 | 2024-04-19T19:57:26.687Z | Downloaded atomicwrites v0.4.3 |
1309 | 2024-04-19T19:57:26.688Z | Downloaded atomic-waker v1.1.1 |
1310 | 2024-04-19T19:57:26.688Z | Downloaded aho-corasick v1.1.2 |
1311 | 2024-04-19T19:57:26.688Z | Downloaded minimal-lexical v0.2.1 |
1312 | 2024-04-19T19:57:26.688Z | Downloaded mime v0.3.17 |
1313 | 2024-04-19T19:57:26.688Z | Downloaded memchr v2.7.1 |
1314 | 2024-04-19T19:57:26.688Z | Downloaded macaddr v1.0.1 |
1315 | 2024-04-19T19:57:26.745Z | Downloaded log v0.4.21 |
1316 | 2024-04-19T19:57:26.746Z | Downloaded lock_api v0.4.10 |
1317 | 2024-04-19T19:57:26.746Z | Downloaded libm v0.2.7 |
1318 | 2024-04-19T19:57:26.746Z | Downloaded lazy_static v1.4.0 |
1319 | 2024-04-19T19:57:26.746Z | Downloaded bitstruct_derive v0.1.0 |
1320 | 2024-04-19T19:57:26.747Z | Downloaded mime_guess v2.0.4 |
1321 | 2024-04-19T19:57:26.747Z | Downloaded memmap v0.7.0 |
1322 | 2024-04-19T19:57:26.747Z | Downloaded md-5 v0.10.5 |
1323 | 2024-04-19T19:57:26.747Z | Downloaded matches v0.1.10 |
1324 | 2024-04-19T19:57:26.747Z | Downloaded managed v0.8.0 |
1325 | 2024-04-19T19:57:26.747Z | Downloaded lru-cache v0.1.2 |
1326 | 2024-04-19T19:57:26.748Z | Downloaded linked-hash-map v0.5.6 |
1327 | 2024-04-19T19:57:26.748Z | Downloaded libsw v3.3.1 |
1328 | 2024-04-19T19:57:26.786Z | Downloaded kstat-rs v0.2.3 |
1329 | 2024-04-19T19:57:26.786Z | Downloaded keccak v0.1.4 |
1330 | 2024-04-19T19:57:26.786Z | Downloaded itertools v0.10.5 |
1331 | 2024-04-19T19:57:26.786Z | Downloaded is-terminal v0.4.9 |
1332 | 2024-04-19T19:57:26.787Z | Downloaded ipnet v2.9.0 |
1333 | 2024-04-19T19:57:26.787Z | Downloaded instant v0.1.12 |
1334 | 2024-04-19T19:57:26.787Z | Downloaded idna v0.3.0 |
1335 | 2024-04-19T19:57:26.787Z | Downloaded idna v0.2.3 |
1336 | 2024-04-19T19:57:26.787Z | Downloaded itoa v1.0.9 |
1337 | 2024-04-19T19:57:26.787Z | Downloaded itertools v0.12.1 |
1338 | 2024-04-19T19:57:26.787Z | Downloaded ipnetwork v0.20.0 |
1339 | 2024-04-19T19:57:26.788Z | Downloaded internet-checksum v0.2.1 |
1340 | 2024-04-19T19:57:26.788Z | Downloaded inout v0.1.3 |
1341 | 2024-04-19T19:57:26.788Z | Downloaded indexmap v2.2.6 |
1342 | 2024-04-19T19:57:26.788Z | Downloaded indexmap v1.9.3 |
1343 | 2024-04-19T19:57:26.788Z | Downloaded idna v0.5.0 |
1344 | 2024-04-19T19:57:26.911Z | Downloaded ident_case v1.0.1 |
1345 | 2024-04-19T19:57:26.911Z | Downloaded iana-time-zone v0.1.57 |
1346 | 2024-04-19T19:57:26.911Z | Downloaded hyper-tls v0.5.0 |
1347 | 2024-04-19T19:57:26.911Z | Downloaded defmt-parser v0.3.3 |
1348 | 2024-04-19T19:57:26.911Z | Downloaded blake2 v0.10.6 |
1349 | 2024-04-19T19:57:26.911Z | Downloaded bitflags v2.4.2 |
1350 | 2024-04-19T19:57:26.911Z | Downloaded bitflags v1.3.2 |
1351 | 2024-04-19T19:57:26.911Z | Downloaded bit-vec v0.6.3 |
1352 | 2024-04-19T19:57:26.911Z | Downloaded base64 v0.21.7 |
1353 | 2024-04-19T19:57:26.911Z | Downloaded base64 v0.13.1 |
1354 | 2024-04-19T19:57:26.912Z | Downloaded base16ct v0.2.0 |
1355 | 2024-04-19T19:57:26.912Z | Downloaded backtrace v0.3.69 |
1356 | 2024-04-19T19:57:26.945Z | Downloaded atty v0.2.14 |
1357 | 2024-04-19T19:57:26.945Z | Downloaded async-stream-impl v0.3.5 |
1358 | 2024-04-19T19:57:26.945Z | Downloaded async-stream v0.3.5 |
1359 | 2024-04-19T19:57:26.945Z | Downloaded ascii v1.1.0 |
1360 | 2024-04-19T19:57:26.945Z | Downloaded arrayvec v0.7.4 |
1361 | 2024-04-19T19:57:26.945Z | Downloaded arrayref v0.3.7 |
1362 | 2024-04-19T19:57:26.946Z | Downloaded argon2 v0.5.3 |
1363 | 2024-04-19T19:57:26.946Z | Downloaded arc-swap v1.6.0 |
1364 | 2024-04-19T19:57:26.946Z | Downloaded anyhow v1.0.82 |
1365 | 2024-04-19T19:57:26.946Z | Downloaded anstyle-query v1.0.0 |
1366 | 2024-04-19T19:57:26.947Z | Downloaded anstyle-parse v0.2.1 |
1367 | 2024-04-19T19:57:26.947Z | Downloaded anstyle v1.0.6 |
1368 | 2024-04-19T19:57:26.947Z | Downloaded anstream v0.6.11 |
1369 | 2024-04-19T19:57:26.947Z | Downloaded ansi_term v0.12.1 |
1370 | 2024-04-19T19:57:26.947Z | Downloaded allocator-api2 v0.2.16 |
1371 | 2024-04-19T19:57:26.948Z | Downloaded ahash v0.8.8 |
1372 | 2024-04-19T19:57:26.948Z | Downloaded aes-gcm v0.10.3 |
1373 | 2024-04-19T19:57:26.948Z | Downloaded aes v0.8.3 |
1374 | 2024-04-19T19:57:26.948Z | Downloaded aead v0.5.2 |
1375 | 2024-04-19T19:57:26.948Z | Downloaded adler v1.0.2 |
1376 | 2024-04-19T19:57:27.218Z | Compiling proc-macro2 v1.0.81 |
1377 | 2024-04-19T19:57:27.243Z | Compiling unicode-ident v1.0.12 |
1378 | 2024-04-19T19:57:27.243Z | Compiling libc v0.2.153 |
1379 | 2024-04-19T19:57:27.243Z | Compiling serde v1.0.198 |
1380 | 2024-04-19T19:57:27.243Z | Compiling version_check v0.9.4 |
1381 | 2024-04-19T19:57:27.243Z | Compiling cfg-if v1.0.0 |
1382 | 2024-04-19T19:57:27.243Z | Compiling autocfg v1.1.0 |
1383 | 2024-04-19T19:57:27.475Z | Compiling syn v1.0.109 |
1384 | 2024-04-19T19:57:27.500Z | Compiling once_cell v1.19.0 |
1385 | 2024-04-19T19:57:27.539Z | Compiling thiserror v1.0.58 |
1386 | 2024-04-19T19:57:27.914Z | Compiling typenum v1.16.0 |
1387 | 2024-04-19T19:57:28.089Z | Compiling parking_lot_core v0.9.8 |
1388 | 2024-04-19T19:57:28.156Z | Compiling lock_api v0.4.10 |
1389 | 2024-04-19T19:57:28.205Z | Compiling generic-array v0.14.7 |
1390 | 2024-04-19T19:57:28.300Z | Compiling byteorder v1.5.0 |
1391 | 2024-04-19T19:57:28.489Z | Compiling memchr v2.7.1 |
1392 | 2024-04-19T19:57:28.566Z | Compiling libm v0.2.7 |
1393 | 2024-04-19T19:57:28.591Z | Compiling serde_json v1.0.116 |
1394 | 2024-04-19T19:57:28.706Z | Compiling num-traits v0.2.18 |
1395 | 2024-04-19T19:57:28.883Z | Compiling ahash v0.8.8 |
1396 | 2024-04-19T19:57:28.920Z | Compiling quote v1.0.36 |
1397 | 2024-04-19T19:57:29.051Z | Compiling log v0.4.21 |
1398 | 2024-04-19T19:57:29.193Z | Compiling getrandom v0.2.12 |
1399 | 2024-04-19T19:57:29.597Z | Compiling syn v2.0.59 |
1400 | 2024-04-19T19:57:29.678Z | Compiling cc v1.0.83 |
1401 | 2024-04-19T19:57:29.974Z | Compiling rand_core v0.6.4 |
1402 | 2024-04-19T19:57:30.070Z | Compiling itoa v1.0.9 |
1403 | 2024-04-19T19:57:30.315Z | Compiling scopeguard v1.2.0 |
1404 | 2024-04-19T19:57:30.405Z | Compiling slab v0.4.9 |
1405 | 2024-04-19T19:57:31.016Z | Compiling smallvec v1.13.1 |
1406 | 2024-04-19T19:57:31.116Z | Compiling ryu v1.0.15 |
1407 | 2024-04-19T19:57:31.163Z | Compiling allocator-api2 v0.2.16 |
1408 | 2024-04-19T19:57:31.347Z | Compiling pin-project-lite v0.2.13 |
1409 | 2024-04-19T19:57:31.387Z | Compiling subtle v2.5.0 |
1410 | 2024-04-19T19:57:31.463Z | Compiling pkg-config v0.3.27 |
1411 | 2024-04-19T19:57:31.649Z | Compiling heck v0.4.1 |
1412 | 2024-04-19T19:57:31.802Z | Compiling parking_lot v0.12.1 |
1413 | 2024-04-19T19:57:32.055Z | Compiling schemars v0.8.16 |
1414 | 2024-04-19T19:57:32.085Z | Compiling signal-hook-registry v1.4.1 |
1415 | 2024-04-19T19:57:32.115Z | Compiling mio v0.8.11 |
1416 | 2024-04-19T19:57:32.378Z | Compiling equivalent v1.0.1 |
1417 | 2024-04-19T19:57:33.040Z | Compiling ring v0.17.8 |
1418 | 2024-04-19T19:57:33.091Z | Compiling socket2 v0.5.6 |
1419 | 2024-04-19T19:57:33.091Z | Compiling num_cpus v1.16.0 |
1420 | 2024-04-19T19:57:33.091Z | Compiling time-core v0.1.2 |
1421 | 2024-04-19T19:57:33.092Z | Compiling num-conv v0.1.0 |
1422 | 2024-04-19T19:57:33.291Z | Compiling time-macros v0.2.17 |
1423 | 2024-04-19T19:57:33.392Z | Compiling futures-core v0.3.30 |
1424 | 2024-04-19T19:57:33.476Z | Compiling vcpkg v0.2.15 |
1425 | 2024-04-19T19:57:33.505Z | Compiling httparse v1.8.0 |
1426 | 2024-04-19T19:57:33.549Z | Compiling const-oid v0.9.6 |
1427 | 2024-04-19T19:57:34.963Z | Compiling fnv v1.0.7 |
1428 | 2024-04-19T19:57:35.067Z | Compiling futures-sink v0.3.30 |
1429 | 2024-04-19T19:57:35.103Z | Compiling spin v0.5.2 |
1430 | 2024-04-19T19:57:35.234Z | Compiling ring v0.16.20 |
1431 | 2024-04-19T19:57:35.404Z | Compiling openssl-sys v0.9.102 |
1432 | 2024-04-19T19:57:35.499Z | Compiling futures-channel v0.3.30 |
1433 | 2024-04-19T19:57:35.745Z | Compiling serde_derive_internals v0.26.0 |
1434 | 2024-04-19T19:57:35.893Z | Compiling futures-task v0.3.30 |
1435 | 2024-04-19T19:57:36.155Z | Compiling pin-utils v0.1.0 |
1436 | 2024-04-19T19:57:36.190Z | Compiling futures-io v0.3.30 |
1437 | 2024-04-19T19:57:36.251Z | Compiling slog v2.7.0 |
1438 | 2024-04-19T19:57:36.304Z | Compiling semver v1.0.22 |
1439 | 2024-04-19T19:57:36.345Z | Compiling openssl v0.10.64 |
1440 | 2024-04-19T19:57:36.467Z | Compiling ucd-trie v0.1.6 |
1441 | 2024-04-19T19:57:36.502Z | Compiling iana-time-zone v0.1.57 |
1442 | 2024-04-19T19:57:36.743Z | Compiling rustix v0.38.31 |
1443 | 2024-04-19T19:57:36.816Z | Compiling native-tls v0.2.11 |
1444 | 2024-04-19T19:57:36.853Z | Compiling rustls v0.21.9 |
1445 | 2024-04-19T19:57:37.116Z | Compiling cpufeatures v0.2.12 |
1446 | 2024-04-19T19:57:37.557Z | Compiling tinyvec_macros v0.1.1 |
1447 | 2024-04-19T19:57:37.557Z | Compiling backtrace v0.3.69 |
1448 | 2024-04-19T19:57:37.557Z | Compiling tinyvec v1.6.0 |
1449 | 2024-04-19T19:57:37.557Z | Compiling cookie v0.17.0 |
1450 | 2024-04-19T19:57:37.788Z | Compiling aho-corasick v1.1.2 |
1451 | 2024-04-19T19:57:37.829Z | Compiling regex-syntax v0.8.2 |
1452 | 2024-04-19T19:57:38.147Z | Compiling dyn-clone v1.0.17 |
1453 | 2024-04-19T19:57:38.182Z | Compiling unicode-bidi v0.3.15 |
1454 | 2024-04-19T19:57:38.336Z | Compiling uuid v0.8.2 |
1455 | 2024-04-19T19:57:38.452Z | Compiling unicode-normalization v0.1.22 |
1456 | 2024-04-19T19:57:39.048Z | Compiling crossbeam-utils v0.8.19 |
1457 | 2024-04-19T19:57:39.182Z | Compiling ppv-lite86 v0.2.17 |
1458 | 2024-04-19T19:57:39.266Z | Compiling anyhow v1.0.82 |
1459 | 2024-04-19T19:57:39.474Z | Compiling tracing-core v0.1.32 |
1460 | 2024-04-19T19:57:40.510Z | Compiling regex-automata v0.4.5 |
1461 | 2024-04-19T19:57:40.768Z | Compiling percent-encoding v2.3.1 |
1462 | 2024-04-19T19:57:42.593Z | Compiling rand_chacha v0.3.1 |
1463 | 2024-04-19T19:57:42.678Z | Compiling schemars_derive v0.8.16 |
1464 | 2024-04-19T19:57:42.678Z | Compiling serde_derive v1.0.198 |
1465 | 2024-04-19T19:57:42.678Z | Compiling zeroize_derive v1.4.2 |
1466 | 2024-04-19T19:57:42.678Z | Compiling zerocopy-derive v0.7.32 |
1467 | 2024-04-19T19:57:42.679Z | Compiling thiserror-impl v1.0.58 |
1468 | 2024-04-19T19:57:42.884Z | Compiling tokio-macros v2.2.0 |
1469 | 2024-04-19T19:57:43.063Z | Compiling futures-macro v0.3.30 |
1470 | 2024-04-19T19:57:43.556Z | Compiling zeroize v1.7.0 |
1471 | 2024-04-19T19:57:44.243Z | Compiling tracing-attributes v0.1.27 |
1472 | 2024-04-19T19:57:44.281Z | Compiling zerocopy v0.7.32 |
1473 | 2024-04-19T19:57:44.816Z | Compiling futures-util v0.3.30 |
1474 | 2024-04-19T19:57:45.110Z | Compiling crypto-common v0.1.6 |
1475 | 2024-04-19T19:57:45.302Z | Compiling block-buffer v0.10.4 |
1476 | 2024-04-19T19:57:45.386Z | Compiling pest v2.7.6 |
1477 | 2024-04-19T19:57:45.945Z | Compiling digest v0.10.7 |
1478 | 2024-04-19T19:57:45.945Z | Compiling openssl-macros v0.1.1 |
1479 | 2024-04-19T19:57:46.504Z | Compiling hashbrown v0.14.3 |
1480 | 2024-04-19T19:57:46.532Z | Compiling async-trait v0.1.80 |
1481 | 2024-04-19T19:57:47.229Z | Compiling pest_meta v2.7.6 |
1482 | 2024-04-19T19:57:47.631Z | Compiling tracing v0.1.40 |
1483 | 2024-04-19T19:57:47.774Z | Compiling regex v1.10.4 |
1484 | 2024-04-19T19:57:47.971Z | Compiling der_derive v0.7.2 |
1485 | 2024-04-19T19:57:48.039Z | Compiling scroll_derive v0.12.0 |
1486 | 2024-04-19T19:57:48.386Z | Compiling pest_generator v2.7.6 |
1487 | 2024-04-19T19:57:49.970Z | Compiling rand v0.8.5 |
1488 | 2024-04-19T19:57:50.056Z | Compiling spin v0.9.8 |
1489 | 2024-04-19T19:57:50.207Z | Compiling thread-id v4.2.0 |
1490 | 2024-04-19T19:57:50.310Z | Compiling rustversion v1.0.14 |
1491 | 2024-04-19T19:57:50.370Z | Compiling powerfmt v0.2.0 |
1492 | 2024-04-19T19:57:50.720Z | Compiling deranged v0.3.11 |
1493 | 2024-04-19T19:57:51.072Z | Compiling form_urlencoded v1.2.1 |
1494 | 2024-04-19T19:57:51.134Z | Compiling pest_derive v2.7.6 |
1495 | 2024-04-19T19:57:51.550Z | Compiling winnow v0.5.15 |
1496 | 2024-04-19T19:57:51.597Z | Compiling unicode-width v0.1.11 |
1497 | 2024-04-19T19:57:51.632Z | Compiling num_threads v0.1.6 |
1498 | 2024-04-19T19:57:52.172Z | Compiling time v0.3.34 |
1499 | 2024-04-19T19:57:52.234Z | Compiling lazy_static v1.4.0 |
1500 | 2024-04-19T19:57:53.058Z | Compiling bytes v1.6.0 |
1501 | 2024-04-19T19:57:53.522Z | Compiling indexmap v2.2.6 |
1502 | 2024-04-19T19:57:54.542Z | Compiling tokio v1.37.0 |
1503 | 2024-04-19T19:57:55.478Z | Compiling uuid v1.8.0 |
1504 | 2024-04-19T19:57:55.936Z | Compiling chrono v0.4.38 |
1505 | 2024-04-19T19:57:55.936Z | Compiling bitflags v2.4.2 |
1506 | 2024-04-19T19:57:55.936Z | Compiling http v0.2.12 |
1507 | 2024-04-19T19:57:56.998Z | Compiling toml_datetime v0.6.5 |
1508 | 2024-04-19T19:57:57.048Z | Compiling serde_spanned v0.6.5 |
1509 | 2024-04-19T19:57:57.244Z | Compiling rustc_version v0.4.0 |
1510 | 2024-04-19T19:57:57.832Z | Compiling toml_edit v0.19.15 |
1511 | 2024-04-19T19:57:58.275Z | Compiling unicode-xid v0.2.4 |
1512 | 2024-04-19T19:57:58.414Z | Compiling synstructure v0.12.6 |
1513 | 2024-04-19T19:57:59.029Z | Compiling openapiv3 v2.0.0 |
1514 | 2024-04-19T19:57:59.669Z | Compiling serde_tokenstream v0.2.0 |
1515 | 2024-04-19T19:58:00.130Z | Compiling idna v0.5.0 |
1516 | 2024-04-19T19:58:00.541Z | Compiling usdt-impl v0.5.0 |
1517 | 2024-04-19T19:58:01.691Z | Compiling crc32fast v1.3.2 |
1518 | 2024-04-19T19:58:01.733Z | Compiling url v2.5.0 |
1519 | 2024-04-19T19:58:01.733Z | Compiling zerocopy-derive v0.2.0 |
1520 | 2024-04-19T19:58:01.733Z | Compiling scroll v0.12.0 |
1521 | 2024-04-19T19:58:02.220Z | Compiling plain v0.2.3 |
1522 | 2024-04-19T19:58:02.363Z | Compiling goblin v0.8.0 |
1523 | 2024-04-19T19:58:04.744Z | Compiling tokio-util v0.7.10 |
1524 | 2024-04-19T19:58:04.744Z | Compiling untrusted v0.7.1 |
1525 | 2024-04-19T19:58:04.866Z | Compiling untrusted v0.9.0 |
1526 | 2024-04-19T19:58:05.034Z | Compiling foreign-types-shared v0.1.1 |
1527 | 2024-04-19T19:58:05.155Z | Compiling pretty-hex v0.4.1 |
1528 | 2024-04-19T19:58:05.633Z | Compiling foreign-types v0.3.2 |
1529 | 2024-04-19T19:58:08.178Z | Compiling dof v0.3.0 |
1530 | 2024-04-19T19:58:08.836Z | Compiling dtrace-parser v0.2.0 |
1531 | 2024-04-19T19:58:09.396Z | Compiling errno v0.3.8 |
1532 | 2024-04-19T19:58:09.424Z | Compiling usdt-impl v0.3.5 |
1533 | 2024-04-19T19:58:09.448Z | Compiling base64 v0.21.7 |
1534 | 2024-04-19T19:58:09.472Z | Compiling adler v1.0.2 |
1535 | 2024-04-19T19:58:09.604Z | Compiling try-lock v0.2.4 |
1536 | 2024-04-19T19:58:09.681Z | Compiling miniz_oxide v0.7.1 |
1537 | 2024-04-19T19:58:09.741Z | Compiling want v0.3.1 |
1538 | 2024-04-19T19:58:10.407Z | Compiling sct v0.7.0 |
1539 | 2024-04-19T19:58:10.739Z | Compiling rustls-webpki v0.101.7 |
1540 | 2024-04-19T19:58:10.886Z | Compiling h2 v0.3.26 |
1541 | 2024-04-19T19:58:11.368Z | Compiling http-body v0.4.5 |
1542 | 2024-04-19T19:58:12.293Z | Compiling num-bigint v0.4.4 |
1543 | 2024-04-19T19:58:12.569Z | Compiling openssl-probe v0.1.5 |
1544 | 2024-04-19T19:58:12.858Z | Compiling tower-service v0.3.2 |
1545 | 2024-04-19T19:58:12.974Z | Compiling httpdate v1.0.3 |
1546 | 2024-04-19T19:58:14.066Z | Compiling zerocopy v0.3.0 |
1547 | 2024-04-19T19:58:15.017Z | Compiling heapless v0.7.16 |
1548 | 2024-04-19T19:58:15.018Z | Compiling idna v0.3.0 |
1549 | 2024-04-19T19:58:15.018Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1550 | 2024-04-19T19:58:15.018Z | Compiling signal-hook v0.3.17 |
1551 | 2024-04-19T19:58:15.284Z | Compiling psl-types v2.0.11 |
1552 | 2024-04-19T19:58:15.366Z | Compiling base64ct v1.6.0 |
1553 | 2024-04-19T19:58:15.463Z | Compiling unicode-segmentation v1.10.1 |
1554 | 2024-04-19T19:58:15.856Z | Compiling publicsuffix v2.2.3 |
1555 | 2024-04-19T19:58:16.514Z | Compiling tokio-native-tls v0.3.1 |
1556 | 2024-04-19T19:58:16.953Z | Compiling hyper v0.14.28 |
1557 | 2024-04-19T19:58:16.997Z | Compiling tokio-rustls v0.24.1 |
1558 | 2024-04-19T19:58:17.056Z | Compiling dof v0.1.5 |
1559 | 2024-04-19T19:58:17.110Z | Compiling crossbeam-epoch v0.9.18 |
1560 | 2024-04-19T19:58:17.471Z | Compiling dtrace-parser v0.1.14 |
1561 | 2024-04-19T19:58:17.766Z | Compiling ipnet v2.9.0 |
1562 | 2024-04-19T19:58:17.790Z | Compiling gimli v0.28.0 |
1563 | 2024-04-19T19:58:18.112Z | Compiling bitflags v1.3.2 |
1564 | 2024-04-19T19:58:18.976Z | Compiling cookie_store v0.20.0 |
1565 | 2024-04-19T19:58:20.277Z | Compiling rustls-pemfile v1.0.3 |
1566 | 2024-04-19T19:58:20.328Z | Compiling serde_urlencoded v0.7.1 |
1567 | 2024-04-19T19:58:20.690Z | Compiling serde_tokenstream v0.1.7 |
1568 | 2024-04-19T19:58:20.719Z | Compiling enum-as-inner v0.5.1 |
1569 | 2024-04-19T19:58:20.971Z | Compiling object v0.32.1 |
1570 | 2024-04-19T19:58:21.110Z | Compiling addr2line v0.21.0 |
1571 | 2024-04-19T19:58:21.599Z | Compiling encoding_rs v0.8.33 |
1572 | 2024-04-19T19:58:21.629Z | Compiling sync_wrapper v0.1.2 |
1573 | 2024-04-19T19:58:21.665Z | Compiling mime v0.3.17 |
1574 | 2024-04-19T19:58:21.756Z | Compiling hyper-tls v0.5.0 |
1575 | 2024-04-19T19:58:22.060Z | Compiling hyper-rustls v0.24.2 |
1576 | 2024-04-19T19:58:23.693Z | Compiling smoltcp v0.9.1 |
1577 | 2024-04-19T19:58:23.727Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1578 | 2024-04-19T19:58:24.273Z | Compiling either v1.11.0 |
1579 | 2024-04-19T19:58:24.273Z | Compiling rustc-demangle v0.1.23 |
1580 | 2024-04-19T19:58:24.353Z | Compiling data-encoding v2.4.0 |
1581 | 2024-04-19T19:58:24.486Z | Compiling webpki-roots v0.25.2 |
1582 | 2024-04-19T19:58:24.608Z | Compiling reqwest v0.11.24 |
1583 | 2024-04-19T19:58:25.223Z | Compiling pem-rfc7468 v0.7.0 |
1584 | 2024-04-19T19:58:26.396Z | Compiling hmac v0.12.1 |
1585 | 2024-04-19T19:58:26.465Z | Compiling futures-executor v0.3.30 |
1586 | 2024-04-19T19:58:26.603Z | Compiling regress v0.9.1 |
1587 | 2024-04-19T19:58:27.364Z | Compiling heck v0.5.0 |
1588 | 2024-04-19T19:58:27.793Z | Compiling siphasher v0.3.11 |
1589 | 2024-04-19T19:58:28.110Z | Compiling winnow v0.6.1 |
1590 | 2024-04-19T19:58:28.895Z | Compiling flagset v0.4.3 |
1591 | 2024-04-19T19:58:29.083Z | Compiling der v0.7.8 |
1592 | 2024-04-19T19:58:29.121Z | Compiling clap_derive v4.5.4 |
1593 | 2024-04-19T19:58:30.610Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1594 | 2024-04-19T19:58:30.987Z | Compiling toml_edit v0.22.9 |
1595 | 2024-04-19T19:58:32.472Z | Compiling flate2 v1.0.28 |
1596 | 2024-04-19T19:58:32.852Z | Compiling usdt-macro v0.3.5 |
1597 | 2024-04-19T19:58:33.079Z | Compiling usdt-attr-macro v0.3.5 |
1598 | 2024-04-19T19:58:34.492Z | Compiling zerocopy-derive v0.6.6 |
1599 | 2024-04-19T19:58:34.525Z | Compiling hubpack_derive v0.1.1 |
1600 | 2024-04-19T19:58:35.374Z | Compiling utf8parse v0.2.1 |
1601 | 2024-04-19T19:58:35.920Z | Compiling anstyle v1.0.6 |
1602 | 2024-04-19T19:58:35.920Z | Compiling anstyle-parse v0.2.1 |
1603 | 2024-04-19T19:58:35.920Z | Compiling sha2 v0.10.8 |
1604 | 2024-04-19T19:58:37.085Z | Compiling futures v0.3.30 |
1605 | 2024-04-19T19:58:37.195Z | Compiling spki v0.7.2 |
1606 | 2024-04-19T19:58:37.932Z | Compiling md-5 v0.10.5 |
1607 | 2024-04-19T19:58:38.020Z | Compiling toml v0.7.8 |
1608 | 2024-04-19T19:58:38.170Z | Compiling hex v0.4.3 |
1609 | 2024-04-19T19:58:38.222Z | Compiling stringprep v0.1.3 |
1610 | 2024-04-19T19:58:38.258Z | Compiling block-padding v0.3.3 |
1611 | 2024-04-19T19:58:38.597Z | Compiling num-integer v0.1.46 |
1612 | 2024-04-19T19:58:38.685Z | Compiling diesel_table_macro_syntax v0.1.0 |
1613 | 2024-04-19T19:58:38.928Z | Compiling hash32 v0.2.1 |
1614 | 2024-04-19T19:58:39.049Z | Compiling stable_deref_trait v1.2.0 |
1615 | 2024-04-19T19:58:39.610Z | Compiling colorchoice v1.0.0 |
1616 | 2024-04-19T19:58:39.647Z | Compiling anstyle-query v1.0.0 |
1617 | 2024-04-19T19:58:39.647Z | Compiling fallible-iterator v0.2.0 |
1618 | 2024-04-19T19:58:39.647Z | Compiling anstream v0.6.11 |
1619 | 2024-04-19T19:58:40.010Z | Compiling postgres-protocol v0.6.6 |
1620 | 2024-04-19T19:58:40.043Z | Compiling diesel_derives v2.1.2 |
1621 | 2024-04-19T19:58:40.768Z | Compiling inout v0.1.3 |
1622 | 2024-04-19T19:58:41.145Z | Compiling pkcs8 v0.10.2 |
1623 | 2024-04-19T19:58:41.414Z | Compiling phf_shared v0.11.2 |
1624 | 2024-04-19T19:58:41.769Z | Compiling terminal_size v0.3.0 |
1625 | 2024-04-19T19:58:41.872Z | Compiling ff v0.13.0 |
1626 | 2024-04-19T19:58:41.943Z | Compiling strum_macros v0.25.2 |
1627 | 2024-04-19T19:58:42.282Z | Compiling serde_repr v0.1.16 |
1628 | 2024-04-19T19:58:43.244Z | Compiling scheduled-thread-pool v0.2.7 |
1629 | 2024-04-19T19:58:43.245Z | Compiling managed v0.8.0 |
1630 | 2024-04-19T19:58:43.246Z | Compiling regex-automata v0.1.10 |
1631 | 2024-04-19T19:58:43.281Z | Compiling clap_lex v0.7.0 |
1632 | 2024-04-19T19:58:43.281Z | Compiling bit-vec v0.6.3 |
1633 | 2024-04-19T19:58:43.281Z | Compiling base16ct v0.2.0 |
1634 | 2024-04-19T19:58:43.281Z | Compiling matches v0.1.10 |
1635 | 2024-04-19T19:58:43.314Z | Compiling strsim v0.11.0 |
1636 | 2024-04-19T19:58:43.344Z | Compiling idna v0.2.3 |
1637 | 2024-04-19T19:58:43.372Z | Compiling sec1 v0.7.3 |
1638 | 2024-04-19T19:58:43.398Z | Compiling bstr v0.2.17 |
1639 | 2024-04-19T19:58:43.944Z | Compiling clap_builder v4.5.2 |
1640 | 2024-04-19T19:58:44.128Z | Compiling r2d2 v0.8.10 |
1641 | 2024-04-19T19:58:44.631Z | Compiling group v0.13.0 |
1642 | 2024-04-19T19:58:44.910Z | Compiling phf v0.11.2 |
1643 | 2024-04-19T19:58:45.336Z | Compiling signal-hook-mio v0.2.3 |
1644 | 2024-04-19T19:58:45.395Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1645 | 2024-04-19T19:58:45.395Z | Compiling bzip2 v0.4.4 |
1646 | 2024-04-19T19:58:45.395Z | Compiling cipher v0.4.4 |
1647 | 2024-04-19T19:58:45.704Z | Compiling postgres-types v0.2.6 |
1648 | 2024-04-19T19:58:49.388Z | Compiling zerocopy v0.6.6 |
1649 | 2024-04-19T19:58:49.559Z | Compiling hubpack v0.1.2 |
1650 | 2024-04-19T19:58:49.559Z | Compiling phf_shared v0.10.0 |
1651 | 2024-04-19T19:58:49.560Z | Compiling hkdf v0.12.4 |
1652 | 2024-04-19T19:58:49.560Z | Compiling crypto-bigint v0.5.2 |
1653 | 2024-04-19T19:58:49.560Z | Compiling ipnetwork v0.20.0 |
1654 | 2024-04-19T19:58:49.561Z | Compiling float-cmp v0.9.0 |
1655 | 2024-04-19T19:58:49.648Z | Compiling minimal-lexical v0.2.1 |
1656 | 2024-04-19T19:58:49.648Z | Compiling difflib v0.4.0 |
1657 | 2024-04-19T19:58:49.697Z | Compiling static_assertions v1.1.0 |
1658 | 2024-04-19T19:58:49.796Z | Compiling new_debug_unreachable v1.0.4 |
1659 | 2024-04-19T19:58:49.918Z | Compiling whoami v1.5.1 |
1660 | 2024-04-19T19:58:49.950Z | Compiling predicates-core v1.0.6 |
1661 | 2024-04-19T19:58:50.093Z | Compiling normalize-line-endings v0.3.0 |
1662 | 2024-04-19T19:58:50.210Z | Compiling precomputed-hash v0.1.1 |
1663 | 2024-04-19T19:58:50.251Z | Compiling fixedbitset v0.4.2 |
1664 | 2024-04-19T19:58:50.416Z | Compiling string_cache v0.8.7 |
1665 | 2024-04-19T19:58:50.667Z | Compiling petgraph v0.6.4 |
1666 | 2024-04-19T19:58:50.798Z | Compiling predicates v3.1.0 |
1667 | 2024-04-19T19:58:50.830Z | Compiling tokio-postgres v0.7.10 |
1668 | 2024-04-19T19:58:52.125Z | Compiling nom v7.1.3 |
1669 | 2024-04-19T19:58:52.241Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1670 | 2024-04-19T19:58:52.274Z | Compiling diesel v2.1.5 |
1671 | 2024-04-19T19:58:53.159Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1672 | 2024-04-19T19:58:53.285Z | Compiling trust-dns-proto v0.22.0 |
1673 | 2024-04-19T19:58:53.843Z | Compiling elliptic-curve v0.13.8 |
1674 | 2024-04-19T19:58:54.509Z | Compiling clap v4.5.4 |
1675 | 2024-04-19T19:58:54.623Z | Compiling yasna v0.5.2 |
1676 | 2024-04-19T19:58:54.662Z | Compiling zip v0.6.6 |
1677 | 2024-04-19T19:58:55.221Z | Compiling crossterm v0.27.0 |
1678 | 2024-04-19T19:58:56.241Z | Compiling similar v2.4.0 |
1679 | 2024-04-19T19:58:56.352Z | Compiling bit-set v0.5.3 |
1680 | 2024-04-19T19:58:56.744Z | Compiling num-iter v0.1.44 |
1681 | 2024-04-19T19:58:56.849Z | Compiling console v0.15.8 |
1682 | 2024-04-19T19:58:56.913Z | Compiling usdt v0.3.5 |
1683 | 2024-04-19T19:58:57.178Z | Compiling itertools v0.10.5 |
1684 | 2024-04-19T19:58:58.127Z | Compiling tokio-stream v0.1.15 |
1685 | 2024-04-19T19:58:58.631Z | Compiling getopts v0.2.21 |
1686 | 2024-04-19T19:58:58.759Z | Compiling bstr v1.9.0 |
1687 | 2024-04-19T19:58:59.006Z | Compiling lalrpop-util v0.19.12 |
1688 | 2024-04-19T19:58:59.170Z | Compiling unsafe-libyaml v0.2.10 |
1689 | 2024-04-19T19:58:59.425Z | Compiling peg-runtime v0.8.2 |
1690 | 2024-04-19T19:58:59.579Z | Compiling base64 v0.22.0 |
1691 | 2024-04-19T19:59:00.234Z | Compiling serde_yaml v0.9.25 |
1692 | 2024-04-19T19:59:00.528Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1693 | 2024-04-19T19:59:03.199Z | Compiling camino v1.1.6 |
1694 | 2024-04-19T19:59:06.471Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1695 | 2024-04-19T19:59:07.243Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1696 | 2024-04-19T19:59:09.681Z | Compiling sha1 v0.10.6 |
1697 | 2024-04-19T19:59:21.479Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1698 | 2024-04-19T19:59:21.818Z | Compiling ident_case v1.0.1 |
1699 | 2024-04-19T19:59:21.904Z | Compiling strsim v0.10.0 |
1700 | 2024-04-19T19:59:22.333Z | Compiling darling_core v0.20.8 |
1701 | 2024-04-19T19:59:22.458Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1702 | 2024-04-19T19:59:23.651Z | Compiling strum_macros v0.26.1 |
1703 | 2024-04-19T19:59:27.961Z | Compiling strum v0.26.2 |
1704 | 2024-04-19T19:59:28.233Z | Compiling darling_macro v0.20.8 |
1705 | 2024-04-19T19:59:28.327Z | Compiling dirs-sys-next v0.1.2 |
1706 | 2024-04-19T19:59:28.459Z | Compiling match_cfg v0.1.0 |
1707 | 2024-04-19T19:59:28.554Z | Compiling hostname v0.3.1 |
1708 | 2024-04-19T19:59:28.776Z | Compiling dirs-next v2.0.0 |
1709 | 2024-04-19T19:59:28.877Z | Compiling http v1.0.0 |
1710 | 2024-04-19T19:59:28.922Z | Compiling thread_local v1.1.7 |
1711 | 2024-04-19T19:59:28.951Z | Compiling rustls-pki-types v1.3.0 |
1712 | 2024-04-19T19:59:28.981Z | Compiling slog-async v2.8.0 |
1713 | 2024-04-19T19:59:29.128Z | Compiling darling v0.20.8 |
1714 | 2024-04-19T19:59:29.466Z | Compiling term v0.7.0 |
1715 | 2024-04-19T19:59:29.538Z | Compiling crossbeam-channel v0.5.8 |
1716 | 2024-04-19T19:59:29.564Z | Compiling is-terminal v0.4.9 |
1717 | 2024-04-19T19:59:29.679Z | Compiling proc-macro-error-attr v1.0.4 |
1718 | 2024-04-19T19:59:29.704Z | Compiling paste v1.0.14 |
1719 | 2024-04-19T19:59:29.730Z | Compiling rustls v0.22.4 |
1720 | 2024-04-19T19:59:29.958Z | Compiling take_mut v0.2.2 |
1721 | 2024-04-19T19:59:30.104Z | Compiling slog-term v2.9.1 |
1722 | 2024-04-19T19:59:30.268Z | Compiling rustls-webpki v0.102.1 |
1723 | 2024-04-19T19:59:30.293Z | Compiling proc-macro-error v1.0.4 |
1724 | 2024-04-19T19:59:30.536Z | Compiling multer v3.0.0 |
1725 | 2024-04-19T19:59:30.563Z | Compiling instant v0.1.12 |
1726 | 2024-04-19T19:59:30.886Z | Compiling slog-json v2.6.1 |
1727 | 2024-04-19T19:59:31.166Z | Compiling async-stream-impl v0.3.5 |
1728 | 2024-04-19T19:59:31.239Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1729 | 2024-04-19T19:59:31.288Z | Compiling atomic-waker v1.1.1 |
1730 | 2024-04-19T19:59:31.465Z | Compiling debug-ignore v1.0.5 |
1731 | 2024-04-19T19:59:31.593Z | Compiling waitgroup v0.1.2 |
1732 | 2024-04-19T19:59:31.633Z | Compiling slog-bunyan v2.5.0 |
1733 | 2024-04-19T19:59:31.846Z | Compiling rustls-pemfile v2.1.2 |
1734 | 2024-04-19T19:59:31.935Z | Compiling serde_with_macros v3.7.0 |
1735 | 2024-04-19T19:59:32.014Z | Compiling toml v0.8.12 |
1736 | 2024-04-19T19:59:32.275Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1737 | 2024-04-19T19:59:32.312Z | Compiling serde_path_to_error v0.1.16 |
1738 | 2024-04-19T19:59:32.435Z | Compiling async-stream v0.3.5 |
1739 | 2024-04-19T19:59:32.732Z | Compiling structmeta-derive v0.3.0 |
1740 | 2024-04-19T19:59:32.769Z | Compiling newtype-uuid v1.1.0 |
1741 | 2024-04-19T19:59:33.449Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1742 | 2024-04-19T19:59:33.476Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1743 | 2024-04-19T19:59:33.476Z | Compiling backoff v0.4.0 |
1744 | 2024-04-19T19:59:33.502Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1745 | 2024-04-19T19:59:33.583Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
1746 | 2024-04-19T19:59:33.692Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1747 | 2024-04-19T19:59:33.859Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1748 | 2024-04-19T19:59:34.000Z | Compiling macaddr v1.0.1 |
1749 | 2024-04-19T19:59:34.152Z | Compiling proc-macro-crate v1.3.1 |
1750 | 2024-04-19T19:59:34.179Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1751 | 2024-04-19T19:59:34.487Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1752 | 2024-04-19T19:59:34.590Z | Compiling foreign-types-macros v0.2.3 |
1753 | 2024-04-19T19:59:34.686Z | Compiling tokio-rustls v0.25.0 |
1754 | 2024-04-19T19:59:34.735Z | Compiling serde_with v3.7.0 |
1755 | 2024-04-19T19:59:35.134Z | Compiling num_enum_derive v0.5.11 |
1756 | 2024-04-19T19:59:35.300Z | Compiling structmeta v0.3.0 |
1757 | 2024-04-19T19:59:35.677Z | Compiling parse-display-derive v0.9.0 |
1758 | 2024-04-19T19:59:35.725Z | Compiling heapless v0.8.0 |
1759 | 2024-04-19T19:59:36.206Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1760 | 2024-04-19T19:59:36.461Z | Compiling foreign-types-shared v0.3.1 |
1761 | 2024-04-19T19:59:36.563Z | Compiling foreign-types v0.5.0 |
1762 | 2024-04-19T19:59:37.355Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1763 | 2024-04-19T19:59:37.477Z | Compiling num_enum v0.5.11 |
1764 | 2024-04-19T19:59:42.307Z | Compiling hash32 v0.3.1 |
1765 | 2024-04-19T19:59:42.473Z | Compiling cstr-argument v0.1.2 |
1766 | 2024-04-19T19:59:42.473Z | Compiling pretty-hex v0.2.1 |
1767 | 2024-04-19T19:59:42.473Z | Compiling smoltcp v0.11.0 |
1768 | 2024-04-19T19:59:42.473Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1769 | 2024-04-19T19:59:42.474Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1770 | 2024-04-19T19:59:42.474Z | Compiling tabwriter v1.4.0 |
1771 | 2024-04-19T19:59:42.474Z | Compiling colored v2.1.0 |
1772 | 2024-04-19T19:59:42.474Z | Compiling socket2 v0.4.9 |
1773 | 2024-04-19T19:59:42.603Z | Compiling atty v0.2.14 |
1774 | 2024-04-19T19:59:42.603Z | Compiling cobs v0.2.3 |
1775 | 2024-04-19T19:59:42.604Z | Compiling fastrand v2.0.1 |
1776 | 2024-04-19T19:59:42.604Z | Compiling embedded-io v0.4.0 |
1777 | 2024-04-19T19:59:42.604Z | Compiling parse-display v0.9.0 |
1778 | 2024-04-19T19:59:42.604Z | Compiling postcard v1.0.8 |
1779 | 2024-04-19T19:59:42.604Z | Compiling tempfile v3.10.1 |
1780 | 2024-04-19T19:59:42.604Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1781 | 2024-04-19T19:59:42.604Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1782 | 2024-04-19T19:59:42.604Z | Compiling crucible-workspace-hack v0.1.0 |
1783 | 2024-04-19T19:59:42.605Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1784 | 2024-04-19T19:59:42.605Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1785 | 2024-04-19T19:59:42.605Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1786 | 2024-04-19T19:59:42.606Z | Compiling smf v0.2.3 |
1787 | 2024-04-19T19:59:42.606Z | Compiling platforms v3.0.2 |
1788 | 2024-04-19T19:59:42.606Z | Compiling humantime v2.1.0 |
1789 | 2024-04-19T19:59:42.606Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1790 | 2024-04-19T19:59:42.606Z | Compiling camino-tempfile v1.1.1 |
1791 | 2024-04-19T19:59:42.606Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1792 | 2024-04-19T19:59:42.606Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62) |
1793 | 2024-04-19T19:59:42.606Z | Compiling heck v0.3.3 |
1794 | 2024-04-19T19:59:42.607Z | Compiling usdt-macro v0.5.0 |
1795 | 2024-04-19T19:59:42.607Z | Compiling usdt-attr-macro v0.5.0 |
1796 | 2024-04-19T19:59:42.607Z | Compiling num-derive v0.4.0 |
1797 | 2024-04-19T19:59:42.607Z | Compiling sigpipe v0.1.3 |
1798 | 2024-04-19T19:59:42.607Z | Compiling memmap v0.7.0 |
1799 | 2024-04-19T19:59:42.607Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1800 | 2024-04-19T19:59:42.757Z | Compiling utf-8 v0.7.6 |
1801 | 2024-04-19T19:59:42.869Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1802 | 2024-04-19T19:59:43.000Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62) |
1803 | 2024-04-19T19:59:43.167Z | Compiling usdt v0.5.0 |
1804 | 2024-04-19T19:59:43.818Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1805 | 2024-04-19T19:59:43.854Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be) |
1806 | 2024-04-19T19:59:44.007Z | Compiling unicase v2.7.0 |
1807 | 2024-04-19T19:59:44.007Z | Compiling rayon-core v1.12.1 |
1808 | 2024-04-19T19:59:44.315Z | Compiling semver v0.1.20 |
1809 | 2024-04-19T19:59:44.407Z | Compiling curve25519-dalek v4.1.2 |
1810 | 2024-04-19T19:59:44.407Z | Compiling newline-converter v0.3.0 |
1811 | 2024-04-19T19:59:44.407Z | Compiling crossbeam-deque v0.8.3 |
1812 | 2024-04-19T19:59:44.444Z | Compiling universal-hash v0.5.1 |
1813 | 2024-04-19T19:59:44.614Z | Compiling rustc_version v0.1.7 |
1814 | 2024-04-19T19:59:44.658Z | Compiling same-file v1.0.6 |
1815 | 2024-04-19T19:59:44.760Z | Compiling opaque-debug v0.3.0 |
1816 | 2024-04-19T19:59:44.846Z | Compiling walkdir v2.5.0 |
1817 | 2024-04-19T19:59:44.995Z | Compiling expectorate v1.1.0 |
1818 | 2024-04-19T19:59:45.049Z | Compiling tungstenite v0.20.1 |
1819 | 2024-04-19T19:59:45.087Z | Compiling newtype_derive v0.1.6 |
1820 | 2024-04-19T19:59:45.161Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1821 | 2024-04-19T19:59:45.383Z | Compiling signature v2.1.0 |
1822 | 2024-04-19T19:59:45.419Z | Compiling curve25519-dalek-derive v0.1.0 |
1823 | 2024-04-19T19:59:45.531Z | Compiling blake3 v1.5.0 |
1824 | 2024-04-19T19:59:45.601Z | Compiling num-rational v0.4.1 |
1825 | 2024-04-19T19:59:45.637Z | Compiling getrandom v0.1.16 |
1826 | 2024-04-19T19:59:45.870Z | Compiling termcolor v1.2.0 |
1827 | 2024-04-19T19:59:46.109Z | Compiling arc-swap v1.6.0 |
1828 | 2024-04-19T19:59:46.259Z | Compiling env_logger v0.9.3 |
1829 | 2024-04-19T19:59:46.385Z | Compiling tokio-tungstenite v0.20.1 |
1830 | 2024-04-19T19:59:46.466Z | Compiling slog-scope v4.4.0 |
1831 | 2024-04-19T19:59:46.645Z | Compiling rayon v1.10.0 |
1832 | 2024-04-19T19:59:46.971Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1833 | 2024-04-19T19:59:47.001Z | Compiling password-hash v0.5.0 |
1834 | 2024-04-19T19:59:47.117Z | Compiling textwrap v0.11.0 |
1835 | 2024-04-19T19:59:47.374Z | Compiling blake2 v0.10.6 |
1836 | 2024-04-19T19:59:47.487Z | Compiling bitstruct_derive v0.1.0 |
1837 | 2024-04-19T19:59:47.578Z | Compiling memmap2 v0.7.1 |
1838 | 2024-04-19T19:59:47.818Z | Compiling filetime v0.2.23 |
1839 | 2024-04-19T19:59:47.889Z | Compiling xattr v1.0.1 |
1840 | 2024-04-19T19:59:47.928Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1841 | 2024-04-19T19:59:48.070Z | Compiling ascii v1.1.0 |
1842 | 2024-04-19T19:59:48.120Z | Compiling vec_map v0.8.2 |
1843 | 2024-04-19T19:59:48.152Z | Compiling home v0.5.5 |
1844 | 2024-04-19T19:59:48.398Z | Compiling linked-hash-map v0.5.6 |
1845 | 2024-04-19T19:59:48.427Z | Compiling arrayref v0.3.7 |
1846 | 2024-04-19T19:59:48.470Z | Compiling quick-error v1.2.3 |
1847 | 2024-04-19T19:59:48.519Z | Compiling libefi-sys v0.1.0 |
1848 | 2024-04-19T19:59:48.598Z | Compiling constant_time_eq v0.3.0 |
1849 | 2024-04-19T19:59:48.630Z | Compiling parking_lot_core v0.8.6 |
1850 | 2024-04-19T19:59:48.655Z | Compiling arrayvec v0.7.4 |
1851 | 2024-04-19T19:59:49.154Z | Compiling ansi_term v0.12.1 |
1852 | 2024-04-19T19:59:49.192Z | Compiling bytecount v0.6.3 |
1853 | 2024-04-19T19:59:49.192Z | Compiling strsim v0.8.0 |
1854 | 2024-04-19T19:59:49.192Z | Compiling papergrid v0.11.0 |
1855 | 2024-04-19T19:59:49.192Z | Compiling clap v2.34.0 |
1856 | 2024-04-19T19:59:49.192Z | Compiling lru-cache v0.1.2 |
1857 | 2024-04-19T19:59:49.192Z | Compiling bitstruct v0.1.1 |
1858 | 2024-04-19T19:59:49.272Z | Compiling resolv-conf v0.7.0 |
1859 | 2024-04-19T19:59:49.360Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1860 | 2024-04-19T19:59:49.399Z | Compiling toolchain_find v0.4.0 |
1861 | 2024-04-19T19:59:49.954Z | Compiling tar v0.4.40 |
1862 | 2024-04-19T19:59:49.985Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1863 | 2024-04-19T19:59:50.205Z | Compiling argon2 v0.5.3 |
1864 | 2024-04-19T19:59:51.074Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1865 | 2024-04-19T19:59:51.891Z | Compiling slog-stdlog v4.1.1 |
1866 | 2024-04-19T19:59:52.243Z | Compiling structopt-derive v0.4.18 |
1867 | 2024-04-19T19:59:52.508Z | Compiling tabled_derive v0.7.0 |
1868 | 2024-04-19T19:59:52.546Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1869 | 2024-04-19T19:59:53.187Z | Compiling rfc6979 v0.4.0 |
1870 | 2024-04-19T19:59:53.361Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1871 | 2024-04-19T19:59:53.512Z | Compiling serde_arrays v0.1.0 |
1872 | 2024-04-19T19:59:53.668Z | Compiling erased-serde v0.3.31 |
1873 | 2024-04-19T19:59:53.696Z | Compiling aead v0.5.2 |
1874 | 2024-04-19T19:59:53.722Z | Compiling num-complex v0.4.5 |
1875 | 2024-04-19T19:59:54.125Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1876 | 2024-04-19T19:59:54.154Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1877 | 2024-04-19T19:59:54.627Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1878 | 2024-04-19T19:59:54.787Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1879 | 2024-04-19T19:59:54.816Z | Compiling nibble_vec v0.1.0 |
1880 | 2024-04-19T19:59:54.914Z | Compiling slog-dtrace v0.3.0 |
1881 | 2024-04-19T19:59:55.012Z | Compiling winapi v0.3.9 |
1882 | 2024-04-19T19:59:55.127Z | Compiling endian-type v0.1.2 |
1883 | 2024-04-19T19:59:55.153Z | Compiling topological-sort v0.2.2 |
1884 | 2024-04-19T19:59:55.211Z | Compiling keccak v0.1.4 |
1885 | 2024-04-19T19:59:55.335Z | Compiling cancel-safe-futures v0.1.5 |
1886 | 2024-04-19T19:59:55.375Z | Compiling omicron-zone-package v0.11.0 |
1887 | 2024-04-19T19:59:55.689Z | Compiling sha3 v0.10.8 |
1888 | 2024-04-19T19:59:55.940Z | Compiling radix_trie v0.2.1 |
1889 | 2024-04-19T19:59:56.085Z | Compiling tabled v0.15.0 |
1890 | 2024-04-19T19:59:56.138Z | Compiling structopt v0.3.26 |
1891 | 2024-04-19T19:59:56.291Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1892 | 2024-04-19T19:59:56.337Z | Compiling num v0.4.2 |
1893 | 2024-04-19T19:59:56.449Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1894 | 2024-04-19T19:59:56.513Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1895 | 2024-04-19T19:59:56.560Z | Compiling rustfmt-wrapper v0.2.1 |
1896 | 2024-04-19T19:59:56.774Z | Compiling ecdsa v0.16.9 |
1897 | 2024-04-19T19:59:56.903Z | Compiling rand_core v0.5.1 |
1898 | 2024-04-19T19:59:57.077Z | Compiling slog-envlogger v2.2.0 |
1899 | 2024-04-19T19:59:57.335Z | Compiling steno v0.4.0 |
1900 | 2024-04-19T19:59:57.447Z | Compiling mime_guess v2.0.4 |
1901 | 2024-04-19T19:59:57.743Z | Compiling trust-dns-resolver v0.22.0 |
1902 | 2024-04-19T19:59:59.488Z | Compiling poly1305 v0.8.0 |
1903 | 2024-04-19T20:00:00.892Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1904 | 2024-04-19T20:00:01.047Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1905 | 2024-04-19T20:00:01.510Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1906 | 2024-04-19T20:00:01.807Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1907 | 2024-04-19T20:00:02.070Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1908 | 2024-04-19T20:00:02.099Z | Compiling primeorder v0.13.6 |
1909 | 2024-04-19T20:00:02.125Z | Compiling chacha20 v0.9.1 |
1910 | 2024-04-19T20:00:02.524Z | Compiling secrecy v0.8.0 |
1911 | 2024-04-19T20:00:02.550Z | Compiling thiserror-impl-no-std v2.0.2 |
1912 | 2024-04-19T20:00:02.767Z | Compiling half v2.3.1 |
1913 | 2024-04-19T20:00:03.070Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1914 | 2024-04-19T20:00:03.234Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1915 | 2024-04-19T20:00:03.341Z | Compiling convert_case v0.4.0 |
1916 | 2024-04-19T20:00:03.389Z | Compiling option-ext v0.2.0 |
1917 | 2024-04-19T20:00:03.505Z | Compiling ciborium-io v0.2.2 |
1918 | 2024-04-19T20:00:03.659Z | Compiling ciborium-ll v0.2.2 |
1919 | 2024-04-19T20:00:03.991Z | Compiling dirs-sys v0.4.1 |
1920 | 2024-04-19T20:00:04.075Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1921 | 2024-04-19T20:00:04.207Z | Compiling derive_more v0.99.17 |
1922 | 2024-04-19T20:00:04.745Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1923 | 2024-04-19T20:00:04.745Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1924 | 2024-04-19T20:00:05.295Z | Compiling thiserror-no-std v2.0.2 |
1925 | 2024-04-19T20:00:05.416Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1926 | 2024-04-19T20:00:05.855Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1927 | 2024-04-19T20:00:06.106Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1928 | 2024-04-19T20:00:06.138Z | Compiling parking_lot v0.11.2 |
1929 | 2024-04-19T20:00:06.163Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1930 | 2024-04-19T20:00:06.524Z | Compiling rand_chacha v0.2.2 |
1931 | 2024-04-19T20:00:07.014Z | Compiling trust-dns-client v0.22.0 |
1932 | 2024-04-19T20:00:08.346Z | Compiling ed25519 v2.2.2 |
1933 | 2024-04-19T20:00:08.745Z | Compiling polyval v0.6.1 |
1934 | 2024-04-19T20:00:08.776Z | Compiling tungstenite v0.21.0 |
1935 | 2024-04-19T20:00:09.139Z | Compiling zone_cfg_derive v0.1.2 |
1936 | 2024-04-19T20:00:09.614Z | Compiling aes v0.8.3 |
1937 | 2024-04-19T20:00:10.483Z | Compiling ctr v0.9.2 |
1938 | 2024-04-19T20:00:10.638Z | Compiling blowfish v0.9.1 |
1939 | 2024-04-19T20:00:10.808Z | Compiling password-hash v0.4.2 |
1940 | 2024-04-19T20:00:10.967Z | Compiling libsw v3.3.1 |
1941 | 2024-04-19T20:00:11.028Z | Compiling toml v0.5.11 |
1942 | 2024-04-19T20:00:11.253Z | Compiling pbkdf2 v0.12.2 |
1943 | 2024-04-19T20:00:11.287Z | Compiling derive-where v1.2.7 |
1944 | 2024-04-19T20:00:11.418Z | Compiling fxhash v0.2.1 |
1945 | 2024-04-19T20:00:11.839Z | Compiling gethostname v0.4.3 |
1946 | 2024-04-19T20:00:11.933Z | Compiling base64 v0.13.1 |
1947 | 2024-04-19T20:00:11.962Z | Compiling linear-map v1.2.0 |
1948 | 2024-04-19T20:00:12.097Z | Compiling owo-colors v4.0.0 |
1949 | 2024-04-19T20:00:12.291Z | Compiling swrite v0.1.0 |
1950 | 2024-04-19T20:00:12.397Z | Compiling ron v0.7.1 |
1951 | 2024-04-19T20:00:12.456Z | Compiling trust-dns-server v0.22.1 |
1952 | 2024-04-19T20:00:13.897Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1953 | 2024-04-19T20:00:14.177Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1954 | 2024-04-19T20:00:14.410Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1955 | 2024-04-19T20:00:16.237Z | Compiling sled v0.34.7 |
1956 | 2024-04-19T20:00:17.402Z | Compiling bcrypt-pbkdf v0.10.0 |
1957 | 2024-04-19T20:00:17.732Z | Compiling pbkdf2 v0.11.0 |
1958 | 2024-04-19T20:00:17.938Z | Compiling zone v0.1.8 |
1959 | 2024-04-19T20:00:18.098Z | Compiling tokio-tungstenite v0.21.0 |
1960 | 2024-04-19T20:00:18.440Z | Compiling ghash v0.5.0 |
1961 | 2024-04-19T20:00:18.614Z | Compiling ed25519-dalek v2.0.0 |
1962 | 2024-04-19T20:00:18.644Z | Compiling russh-cryptovec v0.7.0 |
1963 | 2024-04-19T20:00:18.939Z | Compiling rand v0.7.3 |
1964 | 2024-04-19T20:00:19.523Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1965 | 2024-04-19T20:00:19.559Z | Compiling vsss-rs v3.3.4 |
1966 | 2024-04-19T20:00:20.152Z | Compiling dirs v5.0.1 |
1967 | 2024-04-19T20:00:20.179Z | Compiling ciborium v0.2.2 |
1968 | 2024-04-19T20:00:20.354Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1969 | 2024-04-19T20:00:20.967Z | Compiling p256 v0.13.2 |
1970 | 2024-04-19T20:00:21.128Z | Compiling p521 v0.13.3 |
1971 | 2024-04-19T20:00:21.398Z | Compiling chacha20poly1305 v0.10.1 |
1972 | 2024-04-19T20:00:21.607Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1973 | 2024-04-19T20:00:21.665Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1974 | 2024-04-19T20:00:23.031Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
1975 | 2024-04-19T20:00:23.262Z | Compiling pem v3.0.4 |
1976 | 2024-04-19T20:00:23.326Z | Compiling cbc v0.1.2 |
1977 | 2024-04-19T20:00:23.554Z | Compiling headers-core v0.2.0 |
1978 | 2024-04-19T20:00:23.752Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62) |
1979 | 2024-04-19T20:00:23.791Z | Compiling portpicker v0.1.1 |
1980 | 2024-04-19T20:00:23.957Z | Compiling kstat-rs v0.2.3 |
1981 | 2024-04-19T20:00:24.054Z | Compiling nanorand v0.7.0 |
1982 | 2024-04-19T20:00:24.319Z | Compiling glob v0.3.1 |
1983 | 2024-04-19T20:00:24.357Z | Compiling http-range v0.1.5 |
1984 | 2024-04-19T20:00:24.549Z | Compiling md5 v0.7.0 |
1985 | 2024-04-19T20:00:25.109Z | Compiling hyper-staticfile v0.9.5 |
1986 | 2024-04-19T20:00:25.137Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1987 | 2024-04-19T20:00:25.138Z | Compiling russh-keys v0.43.0 |
1988 | 2024-04-19T20:00:25.204Z | Compiling flume v0.11.0 |
1989 | 2024-04-19T20:00:25.477Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1990 | 2024-04-19T20:00:25.781Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1991 | 2024-04-19T20:00:27.036Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1992 | 2024-04-19T20:00:27.567Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1993 | 2024-04-19T20:00:27.750Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62) |
1994 | 2024-04-19T20:00:28.255Z | Compiling headers v0.3.9 |
1995 | 2024-04-19T20:00:28.860Z | Compiling rcgen v0.12.1 |
1996 | 2024-04-19T20:00:30.419Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1997 | 2024-04-19T20:00:30.987Z | Compiling aes-gcm v0.10.3 |
1998 | 2024-04-19T20:00:31.237Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1999 | 2024-04-19T20:00:31.542Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2000 | 2024-04-19T20:00:33.028Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2001 | 2024-04-19T20:00:34.105Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62) |
2002 | 2024-04-19T20:00:34.889Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be) |
2003 | 2024-04-19T20:00:35.554Z | Compiling atomicwrites v0.4.3 |
2004 | 2024-04-19T20:00:35.894Z | Compiling itertools v0.12.1 |
2005 | 2024-04-19T20:00:35.932Z | Compiling subprocess v0.2.9 |
2006 | 2024-04-19T20:00:36.234Z | Compiling display-error-chain v0.2.0 |
2007 | 2024-04-19T20:00:36.395Z | Compiling hex-literal v0.4.1 |
2008 | 2024-04-19T20:00:36.541Z | Compiling dhcproto-macros v0.1.0 |
2009 | 2024-04-19T20:00:37.372Z | Compiling dhcproto v0.11.0 |
2010 | 2024-04-19T20:00:37.732Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2011 | 2024-04-19T20:00:38.520Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2012 | 2024-04-19T20:00:39.611Z | Compiling russh v0.43.0 |
2013 | 2024-04-19T20:00:40.034Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2014 | 2024-04-19T20:00:40.163Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2015 | 2024-04-19T20:00:40.233Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2016 | 2024-04-19T20:00:40.647Z | Compiling internet-checksum v0.2.1 |
2017 | 2024-04-19T20:01:05.786Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2018 | 2024-04-19T20:01:58.789Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 00s |
2019 | 2024-04-19T20:01:59.127Z | |
2020 | 2024-04-19T20:01:59.127Z | real 5:01.087724403 |
2021 | 2024-04-19T20:01:59.127Z | user 23:45.597997783 |
2022 | 2024-04-19T20:01:59.153Z | sys 5:34.622180126 |
2023 | 2024-04-19T20:01:59.153Z | trap 0.749463725 |
2024 | 2024-04-19T20:01:59.153Z | tflt 0.424928250 |
2025 | 2024-04-19T20:01:59.153Z | dflt 2.107720951 |
2026 | 2024-04-19T20:01:59.154Z | kflt 0.002439948 |
2027 | 2024-04-19T20:01:59.154Z | lock 44:09.922138354 |
2028 | 2024-04-19T20:01:59.154Z | slp 1:07:26.660677183 |
2029 | 2024-04-19T20:01:59.154Z | lat 1:41.038453051 |
2030 | 2024-04-19T20:01:59.154Z | stop 4:17.629383981 |
2031 | 2024-04-19T20:01:59.154Z | + mkdir -p /work |
2032 | 2024-04-19T20:01:59.154Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest |
2033 | 2024-04-19T20:02:01.888Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2034 | 2024-04-19T20:02:10.614Z | Finished dev [unoptimized + debuginfo] target(s) in 11.42s |
2035 | 2024-04-19T20:02:10.703Z | |
2036 | 2024-04-19T20:02:10.703Z | real 11.555448979 |
2037 | 2024-04-19T20:02:10.703Z | user 9.134084409 |
2038 | 2024-04-19T20:02:10.703Z | sys 3.766631361 |
2039 | 2024-04-19T20:02:10.704Z | trap 0.002163320 |
2040 | 2024-04-19T20:02:10.704Z | tflt 0.005016788 |
2041 | 2024-04-19T20:02:10.704Z | dflt 0.057563744 |
2042 | 2024-04-19T20:02:10.704Z | kflt 0.000000000 |
2043 | 2024-04-19T20:02:10.704Z | lock 32.164394035 |
2044 | 2024-04-19T20:02:10.704Z | slp 44.632728316 |
2045 | 2024-04-19T20:02:10.704Z | lat 0.089353917 |
2046 | 2024-04-19T20:02:10.704Z | stop 0.085095367 |
2047 | 2024-04-19T20:02:10.741Z | + cp target/debug/commtest /work/commtest |
2048 | 2024-04-19T20:02:11.046Z | + mkdir -p /work/end-to-end-tests |
2049 | 2024-04-19T20:02:11.073Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2050 | 2024-04-19T20:02:11.109Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2051 | 2024-04-19T20:02:11.109Z | + ptime -m gzip |
2052 | 2024-04-19T20:02:11.133Z | ++ basename target/debug/bootstrap |
2053 | 2024-04-19T20:02:26.437Z | |
2054 | 2024-04-19T20:02:26.438Z | real 14.909857467 |
2055 | 2024-04-19T20:02:26.438Z | user 14.758325799 |
2056 | 2024-04-19T20:02:26.438Z | sys 0.129805739 |
2057 | 2024-04-19T20:02:26.439Z | trap 0.005619595 |
2058 | 2024-04-19T20:02:26.439Z | tflt 0.000000000 |
2059 | 2024-04-19T20:02:26.439Z | dflt 0.000000000 |
2060 | 2024-04-19T20:02:26.440Z | kflt 0.000000000 |
2061 | 2024-04-19T20:02:26.440Z | lock 0.000000000 |
2062 | 2024-04-19T20:02:26.440Z | slp 0.000000000 |
2063 | 2024-04-19T20:02:26.440Z | lat 0.015257564 |
2064 | 2024-04-19T20:02:26.441Z | stop 0.000766383 |
2065 | 2024-04-19T20:02:26.476Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2066 | 2024-04-19T20:02:26.476Z | + ptime -m gzip |
2067 | 2024-04-19T20:02:26.476Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f4f678342406d947 |
2068 | 2024-04-19T20:02:27.426Z | |
2069 | 2024-04-19T20:02:27.426Z | real 1.387641953 |
2070 | 2024-04-19T20:02:27.426Z | user 1.370846994 |
2071 | 2024-04-19T20:02:27.426Z | sys 0.015986660 |
2072 | 2024-04-19T20:02:27.426Z | trap 0.000232672 |
2073 | 2024-04-19T20:02:27.458Z | tflt 0.000000000 |
2074 | 2024-04-19T20:02:27.458Z | dflt 0.000000000 |
2075 | 2024-04-19T20:02:27.458Z | kflt 0.000000000 |
2076 | 2024-04-19T20:02:27.458Z | lock 0.000000000 |
2077 | 2024-04-19T20:02:27.458Z | slp 0.000000000 |
2078 | 2024-04-19T20:02:27.458Z | lat 0.000224794 |
2079 | 2024-04-19T20:02:27.458Z | stop 0.000249140 |
2080 | 2024-04-19T20:02:27.458Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2081 | 2024-04-19T20:02:27.459Z | + ptime -m gzip |
2082 | 2024-04-19T20:02:27.459Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-686eaa7822d796de |
2083 | 2024-04-19T20:02:28.810Z | |
2084 | 2024-04-19T20:02:28.810Z | real 1.379349100 |
2085 | 2024-04-19T20:02:28.810Z | user 1.362944154 |
2086 | 2024-04-19T20:02:28.836Z | sys 0.015603860 |
2087 | 2024-04-19T20:02:28.837Z | trap 0.000197131 |
2088 | 2024-04-19T20:02:28.837Z | tflt 0.000000000 |
2089 | 2024-04-19T20:02:28.837Z | dflt 0.000000000 |
2090 | 2024-04-19T20:02:28.837Z | kflt 0.000000000 |
2091 | 2024-04-19T20:02:28.837Z | lock 0.000000000 |
2092 | 2024-04-19T20:02:28.837Z | slp 0.000000000 |
2093 | 2024-04-19T20:02:28.837Z | lat 0.000227649 |
2094 | 2024-04-19T20:02:28.838Z | stop 0.000283981 |
2095 | 2024-04-19T20:02:28.838Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2096 | 2024-04-19T20:02:28.838Z | + ptime -m gzip |
2097 | 2024-04-19T20:02:28.838Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-8564126c5fe9b3ba |
2098 | 2024-04-19T20:02:30.232Z | |
2099 | 2024-04-19T20:02:30.232Z | real 1.378724496 |
2100 | 2024-04-19T20:02:30.232Z | user 1.363891233 |
2101 | 2024-04-19T20:02:30.232Z | sys 0.014129029 |
2102 | 2024-04-19T20:02:30.257Z | trap 0.000187242 |
2103 | 2024-04-19T20:02:30.258Z | tflt 0.000000000 |
2104 | 2024-04-19T20:02:30.258Z | dflt 0.000000000 |
2105 | 2024-04-19T20:02:30.258Z | kflt 0.000000000 |
2106 | 2024-04-19T20:02:30.258Z | lock 0.000000000 |
2107 | 2024-04-19T20:02:30.258Z | slp 0.000000000 |
2108 | 2024-04-19T20:02:30.258Z | lat 0.000184872 |
2109 | 2024-04-19T20:02:30.258Z | stop 0.000239225 |
2110 | 2024-04-19T20:02:30.258Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2111 | 2024-04-19T20:02:30.258Z | + ptime -m gzip |
2112 | 2024-04-19T20:02:30.258Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-29c8d470d114db32 |
2113 | 2024-04-19T20:02:45.656Z | |
2114 | 2024-04-19T20:02:45.657Z | real 15.451336324 |
2115 | 2024-04-19T20:02:45.657Z | user 15.304507660 |
2116 | 2024-04-19T20:02:45.657Z | sys 0.139970607 |
2117 | 2024-04-19T20:02:45.657Z | trap 0.003586808 |
2118 | 2024-04-19T20:02:45.657Z | tflt 0.000000000 |
2119 | 2024-04-19T20:02:45.657Z | dflt 0.000000000 |
2120 | 2024-04-19T20:02:45.657Z | kflt 0.000000000 |
2121 | 2024-04-19T20:02:45.657Z | lock 0.000000000 |
2122 | 2024-04-19T20:02:45.657Z | slp 0.000000000 |
2123 | 2024-04-19T20:02:45.657Z | lat 0.002815254 |
2124 | 2024-04-19T20:02:45.658Z | stop 0.000361282 |
2125 | 2024-04-19T20:02:45.684Z | + banner caboose-util |
2126 | 2024-04-19T20:02:45.684Z | |
2127 | 2024-04-19T20:02:45.684Z | #### ## ##### #### #### #### ###### # # ##### |
2128 | 2024-04-19T20:02:45.684Z | # # # # # # # # # # # # # # # |
2129 | 2024-04-19T20:02:45.684Z | # # # ##### # # # # #### ##### ##### # # # |
2130 | 2024-04-19T20:02:45.684Z | # ###### # # # # # # # # # # # |
2131 | 2024-04-19T20:02:45.685Z | # # # # # # # # # # # # # # # # |
2132 | 2024-04-19T20:02:45.685Z | #### # # ##### #### #### #### ###### #### # |
2133 | 2024-04-19T20:02:45.685Z | |
2134 | 2024-04-19T20:02:45.685Z | + ptime -m cargo build --locked -p caboose-util --release |
2135 | 2024-04-19T20:02:46.301Z | Downloading crates ... |
2136 | 2024-04-19T20:02:46.460Z | Downloaded smallvec v0.6.14 |
2137 | 2024-04-19T20:02:46.485Z | Downloaded array-init v0.0.4 |
2138 | 2024-04-19T20:02:46.485Z | Downloaded pkcs1 v0.7.5 |
2139 | 2024-04-19T20:02:46.485Z | Downloaded tap v1.0.1 |
2140 | 2024-04-19T20:02:46.485Z | Downloaded wyz v0.5.1 |
2141 | 2024-04-19T20:02:46.485Z | Downloaded rsa v0.9.2 |
2142 | 2024-04-19T20:02:46.485Z | Downloaded x509-cert v0.2.4 |
2143 | 2024-04-19T20:02:46.485Z | Downloaded object v0.30.4 |
2144 | 2024-04-19T20:02:46.510Z | Downloaded num-bigint-dig v0.8.4 |
2145 | 2024-04-19T20:02:46.510Z | Downloaded hashbrown v0.13.2 |
2146 | 2024-04-19T20:02:46.510Z | Downloaded bitvec v1.0.1 |
2147 | 2024-04-19T20:02:46.540Z | Downloaded serde-hex v0.1.0 |
2148 | 2024-04-19T20:02:46.540Z | Downloaded ron v0.8.1 |
2149 | 2024-04-19T20:02:46.540Z | Downloaded packed_struct v0.10.1 |
2150 | 2024-04-19T20:02:46.540Z | Downloaded maybe-uninit v2.0.0 |
2151 | 2024-04-19T20:02:46.540Z | Downloaded env_logger v0.10.0 |
2152 | 2024-04-19T20:02:46.540Z | Downloaded crc-catalog v2.2.0 |
2153 | 2024-04-19T20:02:46.540Z | Downloaded radium v0.7.0 |
2154 | 2024-04-19T20:02:46.566Z | Downloaded path-slash v0.1.5 |
2155 | 2024-04-19T20:02:46.566Z | Downloaded packed_struct_codegen v0.10.1 |
2156 | 2024-04-19T20:02:46.566Z | Downloaded nodrop v0.1.14 |
2157 | 2024-04-19T20:02:46.566Z | Downloaded funty v2.0.0 |
2158 | 2024-04-19T20:02:46.566Z | Downloaded crc-any v2.4.3 |
2159 | 2024-04-19T20:02:46.566Z | Downloaded bitfield v0.14.0 |
2160 | 2024-04-19T20:02:46.566Z | Downloaded crc v3.0.1 |
2161 | 2024-04-19T20:02:46.701Z | Compiling proc-macro2 v1.0.81 |
2162 | 2024-04-19T20:02:46.701Z | Compiling unicode-ident v1.0.12 |
2163 | 2024-04-19T20:02:46.701Z | Compiling libc v0.2.153 |
2164 | 2024-04-19T20:02:46.736Z | Compiling serde v1.0.198 |
2165 | 2024-04-19T20:02:46.736Z | Compiling autocfg v1.1.0 |
2166 | 2024-04-19T20:02:46.736Z | Compiling version_check v0.9.4 |
2167 | 2024-04-19T20:02:46.736Z | Compiling cfg-if v1.0.0 |
2168 | 2024-04-19T20:02:46.866Z | Compiling typenum v1.16.0 |
2169 | 2024-04-19T20:02:46.912Z | Compiling once_cell v1.19.0 |
2170 | 2024-04-19T20:02:46.913Z | Compiling parking_lot_core v0.9.8 |
2171 | 2024-04-19T20:02:47.205Z | Compiling memchr v2.7.1 |
2172 | 2024-04-19T20:02:47.239Z | Compiling syn v1.0.109 |
2173 | 2024-04-19T20:02:47.281Z | Compiling generic-array v0.14.7 |
2174 | 2024-04-19T20:02:47.334Z | Compiling lock_api v0.4.10 |
2175 | 2024-04-19T20:02:47.947Z | Compiling byteorder v1.5.0 |
2176 | 2024-04-19T20:02:47.976Z | Compiling libm v0.2.7 |
2177 | 2024-04-19T20:02:47.976Z | Compiling num-traits v0.2.18 |
2178 | 2024-04-19T20:02:47.976Z | Compiling ahash v0.8.8 |
2179 | 2024-04-19T20:02:48.008Z | Compiling serde_json v1.0.116 |
2180 | 2024-04-19T20:02:48.045Z | Compiling quote v1.0.36 |
2181 | 2024-04-19T20:02:48.045Z | Compiling pkg-config v0.3.27 |
2182 | 2024-04-19T20:02:48.537Z | Compiling cc v1.0.83 |
2183 | 2024-04-19T20:02:48.537Z | Compiling syn v2.0.59 |
2184 | 2024-04-19T20:02:48.537Z | Compiling getrandom v0.2.12 |
2185 | 2024-04-19T20:02:48.804Z | Compiling thiserror v1.0.58 |
2186 | 2024-04-19T20:02:48.923Z | Compiling scopeguard v1.2.0 |
2187 | 2024-04-19T20:02:48.980Z | Compiling itoa v1.0.9 |
2188 | 2024-04-19T20:02:49.182Z | Compiling log v0.4.21 |
2189 | 2024-04-19T20:02:49.222Z | Compiling slab v0.4.9 |
2190 | 2024-04-19T20:02:49.504Z | Compiling rand_core v0.6.4 |
2191 | 2024-04-19T20:02:49.678Z | Compiling smallvec v1.13.1 |
2192 | 2024-04-19T20:02:50.049Z | Compiling vcpkg v0.2.15 |
2193 | 2024-04-19T20:02:50.375Z | Compiling const-oid v0.9.6 |
2194 | 2024-04-19T20:02:50.682Z | Compiling pin-project-lite v0.2.13 |
2195 | 2024-04-19T20:02:50.795Z | Compiling parking_lot v0.12.1 |
2196 | 2024-04-19T20:02:50.920Z | Compiling ryu v1.0.15 |
2197 | 2024-04-19T20:02:51.285Z | Compiling ring v0.17.8 |
2198 | 2024-04-19T20:02:51.466Z | Compiling openssl-sys v0.9.102 |
2199 | 2024-04-19T20:02:51.608Z | Compiling ucd-trie v0.1.6 |
2200 | 2024-04-19T20:02:51.983Z | Compiling signal-hook-registry v1.4.1 |
2201 | 2024-04-19T20:02:52.259Z | Compiling subtle v2.5.0 |
2202 | 2024-04-19T20:02:52.287Z | Compiling rustix v0.38.31 |
2203 | 2024-04-19T20:02:52.634Z | Compiling ring v0.16.20 |
2204 | 2024-04-19T20:02:52.736Z | Compiling mio v0.8.11 |
2205 | 2024-04-19T20:02:52.990Z | Compiling semver v1.0.22 |
2206 | 2024-04-19T20:02:53.437Z | Compiling tinyvec_macros v0.1.1 |
2207 | 2024-04-19T20:02:53.471Z | Compiling futures-core v0.3.30 |
2208 | 2024-04-19T20:02:53.500Z | Compiling tinyvec v1.6.0 |
2209 | 2024-04-19T20:02:54.037Z | Compiling spin v0.5.2 |
2210 | 2024-04-19T20:02:54.572Z | Compiling unicode-normalization v0.1.22 |
2211 | 2024-04-19T20:02:55.070Z | Compiling socket2 v0.5.6 |
2212 | 2024-04-19T20:02:55.117Z | Compiling num_cpus v1.16.0 |
2213 | 2024-04-19T20:02:55.145Z | Compiling unicode-bidi v0.3.15 |
2214 | 2024-04-19T20:02:55.602Z | Compiling httparse v1.8.0 |
2215 | 2024-04-19T20:02:55.662Z | Compiling openssl v0.10.64 |
2216 | 2024-04-19T20:02:55.750Z | Compiling unicode-xid v0.2.4 |
2217 | 2024-04-19T20:02:55.962Z | Compiling allocator-api2 v0.2.16 |
2218 | 2024-04-19T20:02:56.022Z | Compiling futures-sink v0.3.30 |
2219 | 2024-04-19T20:02:56.193Z | Compiling synstructure v0.12.6 |
2220 | 2024-04-19T20:02:56.496Z | Compiling time-core v0.1.2 |
2221 | 2024-04-19T20:02:56.522Z | Compiling num-conv v0.1.0 |
2222 | 2024-04-19T20:02:56.640Z | Compiling equivalent v1.0.1 |
2223 | 2024-04-19T20:02:56.754Z | Compiling time-macros v0.2.17 |
2224 | 2024-04-19T20:02:56.779Z | Compiling futures-channel v0.3.30 |
2225 | 2024-04-19T20:02:57.230Z | Compiling native-tls v0.2.11 |
2226 | 2024-04-19T20:02:57.350Z | Compiling rustls v0.21.9 |
2227 | 2024-04-19T20:02:57.452Z | Compiling futures-io v0.3.30 |
2228 | 2024-04-19T20:02:58.670Z | Compiling ppv-lite86 v0.2.17 |
2229 | 2024-04-19T20:02:58.728Z | Compiling pin-utils v0.1.0 |
2230 | 2024-04-19T20:02:58.728Z | Compiling crc32fast v1.3.2 |
2231 | 2024-04-19T20:02:58.728Z | Compiling futures-task v0.3.30 |
2232 | 2024-04-19T20:02:58.729Z | Compiling rand_chacha v0.3.1 |
2233 | 2024-04-19T20:02:58.729Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2234 | 2024-04-19T20:02:58.729Z | Compiling spin v0.9.8 |
2235 | 2024-04-19T20:02:58.729Z | Compiling tracing-core v0.1.32 |
2236 | 2024-04-19T20:02:58.761Z | Compiling base64ct v1.6.0 |
2237 | 2024-04-19T20:02:58.822Z | Compiling serde_derive v1.0.198 |
2238 | 2024-04-19T20:02:58.897Z | Compiling zeroize_derive v1.4.2 |
2239 | 2024-04-19T20:02:58.996Z | Compiling zerocopy-derive v0.7.32 |
2240 | 2024-04-19T20:02:59.137Z | Compiling thiserror-impl v1.0.58 |
2241 | 2024-04-19T20:02:59.351Z | Compiling tokio-macros v2.2.0 |
2242 | 2024-04-19T20:02:59.643Z | Compiling futures-macro v0.3.30 |
2243 | 2024-04-19T20:02:59.712Z | Compiling tracing-attributes v0.1.27 |
2244 | 2024-04-19T20:03:00.109Z | Compiling zeroize v1.7.0 |
2245 | 2024-04-19T20:03:00.639Z | Compiling der_derive v0.7.2 |
2246 | 2024-04-19T20:03:01.086Z | Compiling zerocopy v0.7.32 |
2247 | 2024-04-19T20:03:01.518Z | Compiling pest v2.7.6 |
2248 | 2024-04-19T20:03:01.551Z | Compiling crypto-common v0.1.6 |
2249 | 2024-04-19T20:03:01.724Z | Compiling block-buffer v0.10.4 |
2250 | 2024-04-19T20:03:01.893Z | Compiling zerocopy-derive v0.2.0 |
2251 | 2024-04-19T20:03:02.069Z | Compiling digest v0.10.7 |
2252 | 2024-04-19T20:03:02.460Z | Compiling hashbrown v0.14.3 |
2253 | 2024-04-19T20:03:02.511Z | Compiling openssl-macros v0.1.1 |
2254 | 2024-04-19T20:03:02.715Z | Compiling futures-util v0.3.30 |
2255 | 2024-04-19T20:03:03.134Z | Compiling tracing v0.1.40 |
2256 | 2024-04-19T20:03:03.173Z | Compiling pem-rfc7468 v0.7.0 |
2257 | 2024-04-19T20:03:03.759Z | Compiling zerocopy-derive v0.6.6 |
2258 | 2024-04-19T20:03:03.803Z | Compiling pest_meta v2.7.6 |
2259 | 2024-04-19T20:03:03.804Z | Compiling scroll_derive v0.12.0 |
2260 | 2024-04-19T20:03:03.804Z | Compiling rand v0.8.5 |
2261 | 2024-04-19T20:03:04.509Z | Compiling pest_generator v2.7.6 |
2262 | 2024-04-19T20:03:04.881Z | Compiling usdt-impl v0.3.5 |
2263 | 2024-04-19T20:03:04.933Z | Compiling cookie v0.17.0 |
2264 | 2024-04-19T20:03:05.186Z | Compiling schemars v0.8.16 |
2265 | 2024-04-19T20:03:05.496Z | Compiling signal-hook v0.3.17 |
2266 | 2024-04-19T20:03:05.611Z | Compiling flagset v0.4.3 |
2267 | 2024-04-19T20:03:05.807Z | Compiling percent-encoding v2.3.1 |
2268 | 2024-04-19T20:03:05.960Z | Compiling der v0.7.8 |
2269 | 2024-04-19T20:03:06.165Z | Compiling serde_derive_internals v0.26.0 |
2270 | 2024-04-19T20:03:06.751Z | Compiling pest_derive v2.7.6 |
2271 | 2024-04-19T20:03:08.390Z | Compiling errno v0.3.8 |
2272 | 2024-04-19T20:03:08.445Z | Compiling fnv v1.0.7 |
2273 | 2024-04-19T20:03:08.445Z | Compiling schemars_derive v0.8.16 |
2274 | 2024-04-19T20:03:08.445Z | Compiling spki v0.7.2 |
2275 | 2024-04-19T20:03:09.358Z | Compiling zerocopy v0.3.0 |
2276 | 2024-04-19T20:03:09.596Z | Compiling bytes v1.6.0 |
2277 | 2024-04-19T20:03:09.946Z | Compiling bitflags v2.4.2 |
2278 | 2024-04-19T20:03:10.457Z | Compiling tokio v1.37.0 |
2279 | 2024-04-19T20:03:10.568Z | Compiling indexmap v2.2.6 |
2280 | 2024-04-19T20:03:11.896Z | Compiling rustc_version v0.4.0 |
2281 | 2024-04-19T20:03:11.942Z | Compiling heapless v0.7.16 |
2282 | 2024-04-19T20:03:11.968Z | Compiling http v0.2.12 |
2283 | 2024-04-19T20:03:12.317Z | Compiling uuid v1.8.0 |
2284 | 2024-04-19T20:03:12.486Z | Compiling lazy_static v1.4.0 |
2285 | 2024-04-19T20:03:13.185Z | Compiling backtrace v0.3.69 |
2286 | 2024-04-19T20:03:13.529Z | Compiling thread-id v4.2.0 |
2287 | 2024-04-19T20:03:13.630Z | Compiling num-bigint v0.4.4 |
2288 | 2024-04-19T20:03:13.791Z | Compiling smoltcp v0.9.1 |
2289 | 2024-04-19T20:03:14.030Z | Compiling untrusted v0.9.0 |
2290 | 2024-04-19T20:03:14.215Z | Compiling iana-time-zone v0.1.57 |
2291 | 2024-04-19T20:03:14.276Z | Compiling crossbeam-utils v0.8.19 |
2292 | 2024-04-19T20:03:14.750Z | Compiling heck v0.5.0 |
2293 | 2024-04-19T20:03:14.750Z | Compiling powerfmt v0.2.0 |
2294 | 2024-04-19T20:03:14.750Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2295 | 2024-04-19T20:03:14.836Z | Compiling foreign-types-shared v0.1.1 |
2296 | 2024-04-19T20:03:15.217Z | Compiling heck v0.4.1 |
2297 | 2024-04-19T20:03:15.279Z | Compiling untrusted v0.7.1 |
2298 | 2024-04-19T20:03:15.350Z | Compiling base64 v0.21.7 |
2299 | 2024-04-19T20:03:15.998Z | Compiling foreign-types v0.3.2 |
2300 | 2024-04-19T20:03:16.087Z | Compiling deranged v0.3.11 |
2301 | 2024-04-19T20:03:16.123Z | Compiling clap_derive v4.5.4 |
2302 | 2024-04-19T20:03:16.297Z | Compiling chrono v0.4.38 |
2303 | 2024-04-19T20:03:17.601Z | Compiling tokio-util v0.7.10 |
2304 | 2024-04-19T20:03:18.180Z | Compiling dof v0.1.5 |
2305 | 2024-04-19T20:03:18.789Z | Compiling dtrace-parser v0.1.14 |
2306 | 2024-04-19T20:03:18.816Z | Compiling form_urlencoded v1.2.1 |
2307 | 2024-04-19T20:03:19.187Z | Compiling hmac v0.12.1 |
2308 | 2024-04-19T20:03:19.243Z | Compiling num-integer v0.1.46 |
2309 | 2024-04-19T20:03:19.531Z | Compiling siphasher v0.3.11 |
2310 | 2024-04-19T20:03:20.023Z | Compiling adler v1.0.2 |
2311 | 2024-04-19T20:03:20.537Z | Compiling num_threads v0.1.6 |
2312 | 2024-04-19T20:03:20.590Z | Compiling rustversion v1.0.14 |
2313 | 2024-04-19T20:03:20.590Z | Compiling cpufeatures v0.2.12 |
2314 | 2024-04-19T20:03:20.590Z | Compiling anstyle v1.0.6 |
2315 | 2024-04-19T20:03:20.591Z | Compiling utf8parse v0.2.1 |
2316 | 2024-04-19T20:03:20.591Z | Compiling try-lock v0.2.4 |
2317 | 2024-04-19T20:03:20.591Z | Compiling anstyle-parse v0.2.1 |
2318 | 2024-04-19T20:03:20.591Z | Compiling want v0.3.1 |
2319 | 2024-04-19T20:03:20.591Z | Compiling sha2 v0.10.8 |
2320 | 2024-04-19T20:03:20.723Z | Compiling time v0.3.34 |
2321 | 2024-04-19T20:03:20.759Z | Compiling miniz_oxide v0.7.1 |
2322 | 2024-04-19T20:03:23.104Z | Compiling h2 v0.3.26 |
2323 | 2024-04-19T20:03:24.495Z | Compiling rustls-webpki v0.101.7 |
2324 | 2024-04-19T20:03:24.542Z | Compiling sct v0.7.0 |
2325 | 2024-04-19T20:03:24.542Z | Compiling http-body v0.4.5 |
2326 | 2024-04-19T20:03:24.867Z | Compiling serde_tokenstream v0.1.7 |
2327 | 2024-04-19T20:03:24.988Z | Compiling pkcs8 v0.10.2 |
2328 | 2024-04-19T20:03:25.314Z | Compiling hubpack_derive v0.1.1 |
2329 | 2024-04-19T20:03:25.428Z | Compiling async-trait v0.1.80 |
2330 | 2024-04-19T20:03:25.571Z | Compiling idna v0.5.0 |
2331 | 2024-04-19T20:03:26.384Z | Compiling aho-corasick v1.1.2 |
2332 | 2024-04-19T20:03:26.485Z | Compiling usdt-impl v0.5.0 |
2333 | 2024-04-19T20:03:26.669Z | Compiling anstyle-query v1.0.0 |
2334 | 2024-04-19T20:03:26.789Z | Compiling openssl-probe v0.1.5 |
2335 | 2024-04-19T20:03:26.814Z | Compiling slog v2.7.0 |
2336 | 2024-04-19T20:03:27.347Z | Compiling colorchoice v1.0.0 |
2337 | 2024-04-19T20:03:27.447Z | Compiling tower-service v0.3.2 |
2338 | 2024-04-19T20:03:27.497Z | Compiling httpdate v1.0.3 |
2339 | 2024-04-19T20:03:27.562Z | Compiling radium v0.7.0 |
2340 | 2024-04-19T20:03:27.628Z | Compiling anyhow v1.0.82 |
2341 | 2024-04-19T20:03:28.651Z | Compiling regex-syntax v0.8.2 |
2342 | 2024-04-19T20:03:28.867Z | Compiling hyper v0.14.28 |
2343 | 2024-04-19T20:03:30.800Z | Compiling anstream v0.6.11 |
2344 | 2024-04-19T20:03:31.697Z | Compiling regex-automata v0.4.5 |
2345 | 2024-04-19T20:03:33.780Z | Compiling url v2.5.0 |
2346 | 2024-04-19T20:03:35.893Z | Compiling terminal_size v0.3.0 |
2347 | 2024-04-19T20:03:36.181Z | Compiling serde_spanned v0.6.5 |
2348 | 2024-04-19T20:03:36.228Z | Compiling toml_datetime v0.6.5 |
2349 | 2024-04-19T20:03:36.487Z | Compiling zerocopy v0.6.6 |
2350 | 2024-04-19T20:03:36.551Z | Compiling scroll v0.12.0 |
2351 | 2024-04-19T20:03:36.615Z | Compiling md-5 v0.10.5 |
2352 | 2024-04-19T20:03:37.270Z | Compiling idna v0.3.0 |
2353 | 2024-04-19T20:03:37.310Z | Compiling stringprep v0.1.3 |
2354 | 2024-04-19T20:03:37.343Z | Compiling diesel_table_macro_syntax v0.1.0 |
2355 | 2024-04-19T20:03:37.478Z | Compiling hash32 v0.2.1 |
2356 | 2024-04-19T20:03:37.684Z | Compiling plain v0.2.3 |
2357 | 2024-04-19T20:03:37.791Z | Compiling uuid v0.8.2 |
2358 | 2024-04-19T20:03:37.817Z | Compiling strsim v0.11.0 |
2359 | 2024-04-19T20:03:37.902Z | Compiling tap v1.0.1 |
2360 | 2024-04-19T20:03:37.936Z | Compiling fallible-iterator v0.2.0 |
2361 | 2024-04-19T20:03:38.069Z | Compiling psl-types v2.0.11 |
2362 | 2024-04-19T20:03:38.223Z | Compiling stable_deref_trait v1.2.0 |
2363 | 2024-04-19T20:03:38.306Z | Compiling clap_lex v0.7.0 |
2364 | 2024-04-19T20:03:38.350Z | Compiling maybe-uninit v2.0.0 |
2365 | 2024-04-19T20:03:38.404Z | Compiling gimli v0.28.0 |
2366 | 2024-04-19T20:03:38.883Z | Compiling dyn-clone v1.0.17 |
2367 | 2024-04-19T20:03:39.162Z | Compiling postgres-protocol v0.6.6 |
2368 | 2024-04-19T20:03:39.443Z | Compiling clap_builder v4.5.2 |
2369 | 2024-04-19T20:03:39.782Z | Compiling publicsuffix v2.2.3 |
2370 | 2024-04-19T20:03:39.998Z | Compiling wyz v0.5.1 |
2371 | 2024-04-19T20:03:40.131Z | Compiling goblin v0.8.0 |
2372 | 2024-04-19T20:03:40.436Z | Compiling diesel_derives v2.1.2 |
2373 | 2024-04-19T20:03:40.590Z | Compiling tokio-rustls v0.24.1 |
2374 | 2024-04-19T20:03:41.754Z | Compiling addr2line v0.21.0 |
2375 | 2024-04-19T20:03:42.214Z | Compiling strum_macros v0.25.2 |
2376 | 2024-04-19T20:03:44.356Z | Compiling tokio-native-tls v0.3.1 |
2377 | 2024-04-19T20:03:45.477Z | Compiling usdt-macro v0.3.5 |
2378 | 2024-04-19T20:03:45.523Z | Compiling usdt-attr-macro v0.3.5 |
2379 | 2024-04-19T20:03:46.512Z | Compiling phf_shared v0.11.2 |
2380 | 2024-04-19T20:03:46.629Z | Compiling num-iter v0.1.44 |
2381 | 2024-04-19T20:03:46.907Z | Compiling enum-as-inner v0.5.1 |
2382 | 2024-04-19T20:03:47.687Z | Compiling block-padding v0.3.3 |
2383 | 2024-04-19T20:03:47.859Z | Compiling serde_repr v0.1.16 |
2384 | 2024-04-19T20:03:48.516Z | Compiling ff v0.13.0 |
2385 | 2024-04-19T20:03:48.775Z | Compiling scheduled-thread-pool v0.2.7 |
2386 | 2024-04-19T20:03:49.788Z | Compiling object v0.32.1 |
2387 | 2024-04-19T20:03:50.717Z | Compiling matches v0.1.10 |
2388 | 2024-04-19T20:03:50.809Z | Compiling bitflags v1.3.2 |
2389 | 2024-04-19T20:03:50.974Z | Compiling regex-automata v0.1.10 |
2390 | 2024-04-19T20:03:51.334Z | Compiling ipnet v2.9.0 |
2391 | 2024-04-19T20:03:51.385Z | Compiling pretty-hex v0.4.1 |
2392 | 2024-04-19T20:03:51.462Z | Compiling base16ct v0.2.0 |
2393 | 2024-04-19T20:03:51.575Z | Compiling num-bigint-dig v0.8.4 |
2394 | 2024-04-19T20:03:51.818Z | Compiling funty v2.0.0 |
2395 | 2024-04-19T20:03:52.204Z | Compiling bit-vec v0.6.3 |
2396 | 2024-04-19T20:03:52.360Z | Compiling rustc-demangle v0.1.23 |
2397 | 2024-04-19T20:03:53.164Z | Compiling packed_struct v0.10.1 |
2398 | 2024-04-19T20:03:53.480Z | Compiling winnow v0.5.15 |
2399 | 2024-04-19T20:03:53.506Z | Compiling managed v0.8.0 |
2400 | 2024-04-19T20:03:55.864Z | Compiling bitvec v1.0.1 |
2401 | 2024-04-19T20:03:56.264Z | Compiling toml_edit v0.19.15 |
2402 | 2024-04-19T20:04:03.944Z | Compiling sec1 v0.7.3 |
2403 | 2024-04-19T20:04:03.944Z | Compiling dof v0.3.0 |
2404 | 2024-04-19T20:04:03.944Z | Compiling bstr v0.2.17 |
2405 | 2024-04-19T20:04:03.944Z | Compiling idna v0.2.3 |
2406 | 2024-04-19T20:04:03.944Z | Compiling r2d2 v0.8.10 |
2407 | 2024-04-19T20:04:03.944Z | Compiling group v0.13.0 |
2408 | 2024-04-19T20:04:03.944Z | Compiling inout v0.1.3 |
2409 | 2024-04-19T20:04:03.944Z | Compiling phf v0.11.2 |
2410 | 2024-04-19T20:04:04.087Z | Compiling hyper-tls v0.5.0 |
2411 | 2024-04-19T20:04:04.393Z | Compiling clap v4.5.4 |
2412 | 2024-04-19T20:04:04.804Z | Compiling cookie_store v0.20.0 |
2413 | 2024-04-19T20:04:05.250Z | Compiling signal-hook-mio v0.2.3 |
2414 | 2024-04-19T20:04:05.351Z | Compiling flate2 v1.0.28 |
2415 | 2024-04-19T20:04:05.559Z | Compiling hyper-rustls v0.24.2 |
2416 | 2024-04-19T20:04:05.714Z | Compiling bzip2 v0.4.4 |
2417 | 2024-04-19T20:04:05.862Z | Compiling ipnetwork v0.20.0 |
2418 | 2024-04-19T20:04:06.054Z | Compiling postgres-types v0.2.6 |
2419 | 2024-04-19T20:04:06.202Z | Compiling regex v1.10.4 |
2420 | 2024-04-19T20:04:06.916Z | Compiling hubpack v0.1.2 |
2421 | 2024-04-19T20:04:07.054Z | Compiling rustls-pemfile v1.0.3 |
2422 | 2024-04-19T20:04:07.310Z | Compiling phf_shared v0.10.0 |
2423 | 2024-04-19T20:04:07.347Z | Compiling hkdf v0.12.4 |
2424 | 2024-04-19T20:04:07.347Z | Compiling serde_urlencoded v0.7.1 |
2425 | 2024-04-19T20:04:07.424Z | Compiling futures-executor v0.3.30 |
2426 | 2024-04-19T20:04:07.456Z | Compiling dtrace-parser v0.2.0 |
2427 | 2024-04-19T20:04:08.070Z | Compiling crypto-bigint v0.5.2 |
2428 | 2024-04-19T20:04:08.144Z | Compiling packed_struct_codegen v0.10.1 |
2429 | 2024-04-19T20:04:08.791Z | Compiling float-cmp v0.9.0 |
2430 | 2024-04-19T20:04:09.488Z | Compiling indexmap v1.9.3 |
2431 | 2024-04-19T20:04:09.696Z | Compiling encoding_rs v0.8.33 |
2432 | 2024-04-19T20:04:09.760Z | Compiling mime v0.3.17 |
2433 | 2024-04-19T20:04:10.201Z | Compiling sync_wrapper v0.1.2 |
2434 | 2024-04-19T20:04:10.241Z | Compiling unicode-segmentation v1.10.1 |
2435 | 2024-04-19T20:04:10.321Z | Compiling static_assertions v1.1.0 |
2436 | 2024-04-19T20:04:10.408Z | Compiling data-encoding v2.4.0 |
2437 | 2024-04-19T20:04:10.841Z | Compiling new_debug_unreachable v1.0.4 |
2438 | 2024-04-19T20:04:10.963Z | Compiling crc-catalog v2.2.0 |
2439 | 2024-04-19T20:04:11.097Z | Compiling normalize-line-endings v0.3.0 |
2440 | 2024-04-19T20:04:11.215Z | Compiling minimal-lexical v0.2.1 |
2441 | 2024-04-19T20:04:11.244Z | Compiling precomputed-hash v0.1.1 |
2442 | 2024-04-19T20:04:11.343Z | Compiling predicates-core v1.0.6 |
2443 | 2024-04-19T20:04:11.386Z | Compiling whoami v1.5.1 |
2444 | 2024-04-19T20:04:11.909Z | Compiling unicode-width v0.1.11 |
2445 | 2024-04-19T20:04:11.910Z | Compiling webpki-roots v0.25.2 |
2446 | 2024-04-19T20:04:11.910Z | Compiling nodrop v0.1.14 |
2447 | 2024-04-19T20:04:11.910Z | Compiling difflib v0.4.0 |
2448 | 2024-04-19T20:04:11.951Z | Compiling fixedbitset v0.4.2 |
2449 | 2024-04-19T20:04:12.079Z | Compiling winnow v0.6.1 |
2450 | 2024-04-19T20:04:12.666Z | Compiling either v1.11.0 |
2451 | 2024-04-19T20:04:12.989Z | Compiling itertools v0.10.5 |
2452 | 2024-04-19T20:04:14.937Z | Compiling toml_edit v0.22.9 |
2453 | 2024-04-19T20:04:15.185Z | Compiling predicates v3.1.0 |
2454 | 2024-04-19T20:04:16.446Z | Compiling petgraph v0.6.4 |
2455 | 2024-04-19T20:04:16.600Z | Compiling reqwest v0.11.24 |
2456 | 2024-04-19T20:04:16.909Z | Compiling array-init v0.0.4 |
2457 | 2024-04-19T20:04:18.121Z | Compiling console v0.15.8 |
2458 | 2024-04-19T20:04:19.153Z | Compiling tokio-postgres v0.7.10 |
2459 | 2024-04-19T20:04:19.535Z | Compiling nom v7.1.3 |
2460 | 2024-04-19T20:04:21.930Z | Compiling string_cache v0.8.7 |
2461 | 2024-04-19T20:04:22.321Z | Compiling crc v3.0.1 |
2462 | 2024-04-19T20:04:22.352Z | Compiling trust-dns-proto v0.22.0 |
2463 | 2024-04-19T20:04:22.721Z | Compiling similar v2.4.0 |
2464 | 2024-04-19T20:04:22.908Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2465 | 2024-04-19T20:04:26.584Z | Compiling elliptic-curve v0.13.8 |
2466 | 2024-04-19T20:04:28.290Z | Compiling futures v0.3.30 |
2467 | 2024-04-19T20:04:29.010Z | Compiling diesel v2.1.5 |
2468 | 2024-04-19T20:04:29.364Z | Compiling smallvec v0.6.14 |
2469 | 2024-04-19T20:04:29.839Z | Compiling zip v0.6.6 |
2470 | 2024-04-19T20:04:30.011Z | Compiling crossterm v0.27.0 |
2471 | 2024-04-19T20:04:30.348Z | Compiling yasna v0.5.2 |
2472 | 2024-04-19T20:04:30.867Z | Compiling crossbeam-epoch v0.9.18 |
2473 | 2024-04-19T20:04:32.094Z | Compiling cipher v0.4.4 |
2474 | 2024-04-19T20:04:32.134Z | Compiling toml v0.7.8 |
2475 | 2024-04-19T20:04:32.183Z | Compiling bit-set v0.5.3 |
2476 | 2024-04-19T20:04:32.408Z | Compiling usdt v0.3.5 |
2477 | 2024-04-19T20:04:33.119Z | Compiling bstr v1.9.0 |
2478 | 2024-04-19T20:04:33.734Z | Compiling pkcs1 v0.7.5 |
2479 | 2024-04-19T20:04:34.401Z | Compiling tokio-stream v0.1.15 |
2480 | 2024-04-19T20:04:34.515Z | Compiling is-terminal v0.4.9 |
2481 | 2024-04-19T20:04:35.078Z | Compiling openapiv3 v2.0.0 |
2482 | 2024-04-19T20:04:35.171Z | Compiling hex v0.4.3 |
2483 | 2024-04-19T20:04:36.413Z | Compiling signature v2.1.0 |
2484 | 2024-04-19T20:04:37.678Z | Compiling base64 v0.22.0 |
2485 | 2024-04-19T20:04:38.109Z | Compiling termcolor v1.2.0 |
2486 | 2024-04-19T20:04:38.962Z | Compiling lalrpop-util v0.19.12 |
2487 | 2024-04-19T20:04:39.024Z | Compiling hashbrown v0.12.3 |
2488 | 2024-04-19T20:04:39.396Z | Compiling peg-runtime v0.8.2 |
2489 | 2024-04-19T20:04:40.467Z | Compiling bitfield v0.14.0 |
2490 | 2024-04-19T20:04:40.742Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2491 | 2024-04-19T20:04:43.305Z | Compiling env_logger v0.10.0 |
2492 | 2024-04-19T20:04:46.452Z | Compiling rsa v0.9.2 |
2493 | 2024-04-19T20:04:50.996Z | Compiling serde-hex v0.1.0 |
2494 | 2024-04-19T20:04:51.480Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2495 | 2024-04-19T20:04:57.998Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2496 | 2024-04-19T20:04:58.028Z | Compiling ron v0.8.1 |
2497 | 2024-04-19T20:04:58.262Z | Compiling x509-cert v0.2.4 |
2498 | 2024-04-19T20:04:58.348Z | Compiling hashbrown v0.13.2 |
2499 | 2024-04-19T20:05:04.194Z | Compiling crc-any v2.4.3 |
2500 | 2024-04-19T20:05:12.127Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2501 | 2024-04-19T20:05:22.073Z | Compiling object v0.30.4 |
2502 | 2024-04-19T20:05:24.151Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2503 | 2024-04-19T20:05:33.751Z | Compiling path-slash v0.1.5 |
2504 | 2024-04-19T20:05:33.978Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2505 | 2024-04-19T20:05:55.683Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2506 | 2024-04-19T20:05:57.131Z | Finished release [optimized] target(s) in 3m 11s |
2507 | 2024-04-19T20:05:57.161Z | |
2508 | 2024-04-19T20:05:57.161Z | real 3:11.115725814 |
2509 | 2024-04-19T20:05:57.161Z | user 20:03.416038958 |
2510 | 2024-04-19T20:05:57.161Z | sys 2:46.658524968 |
2511 | 2024-04-19T20:05:57.161Z | trap 0.731049202 |
2512 | 2024-04-19T20:05:57.161Z | tflt 0.792020652 |
2513 | 2024-04-19T20:05:57.161Z | dflt 0.329688584 |
2514 | 2024-04-19T20:05:57.161Z | kflt 0.000202653 |
2515 | 2024-04-19T20:05:57.161Z | lock 45:21.087701469 |
2516 | 2024-04-19T20:05:57.161Z | slp 59:33.233602301 |
2517 | 2024-04-19T20:05:57.161Z | lat 1:18.210304454 |
2518 | 2024-04-19T20:05:57.161Z | stop 1:35.003361390 |
2519 | 2024-04-19T20:05:57.161Z | + ptime -m gzip |
2520 | 2024-04-19T20:05:57.161Z | |
2521 | 2024-04-19T20:05:57.161Z | real 0.315127782 |
2522 | 2024-04-19T20:05:57.161Z | user 0.310824300 |
2523 | 2024-04-19T20:05:57.161Z | sys 0.003699311 |
2524 | 2024-04-19T20:05:57.161Z | trap 0.000054989 |
2525 | 2024-04-19T20:05:57.161Z | tflt 0.000000000 |
2526 | 2024-04-19T20:05:57.161Z | dflt 0.000000000 |
2527 | 2024-04-19T20:05:57.162Z | kflt 0.000000000 |
2528 | 2024-04-19T20:05:57.162Z | lock 0.000000000 |
2529 | 2024-04-19T20:05:57.162Z | slp 0.000000000 |
2530 | 2024-04-19T20:05:57.162Z | lat 0.000194336 |
2531 | 2024-04-19T20:05:57.162Z | stop 0.000252922 |
2532 | 2024-04-19T20:05:57.162Z | + banner tufaceous |
2533 | 2024-04-19T20:05:57.162Z | |
2534 | 2024-04-19T20:05:57.162Z | ##### # # ###### ## #### ###### #### # # #### |
2535 | 2024-04-19T20:05:57.162Z | # # # # # # # # # # # # # # |
2536 | 2024-04-19T20:05:57.162Z | # # # ##### # # # ##### # # # # #### |
2537 | 2024-04-19T20:05:57.162Z | # # # # ###### # # # # # # # |
2538 | 2024-04-19T20:05:57.162Z | # # # # # # # # # # # # # # # |
2539 | 2024-04-19T20:05:57.162Z | # #### # # # #### ###### #### #### #### |
2540 | 2024-04-19T20:05:57.162Z | |
2541 | 2024-04-19T20:05:57.162Z | + ptime -m cargo build --locked -p tufaceous --release |
2542 | 2024-04-19T20:05:57.812Z | Downloading crates ... |
2543 | 2024-04-19T20:05:57.989Z | Downloaded async-recursion v1.1.0 |
2544 | 2024-04-19T20:05:58.017Z | Downloaded snafu-derive v0.8.2 |
2545 | 2024-04-19T20:05:58.017Z | Downloaded typed-path v0.7.0 |
2546 | 2024-04-19T20:05:58.017Z | Downloaded tough v0.17.1 |
2547 | 2024-04-19T20:05:58.043Z | Downloaded snafu v0.8.2 |
2548 | 2024-04-19T20:05:58.043Z | Downloaded serde_plain v1.0.2 |
2549 | 2024-04-19T20:05:58.043Z | Downloaded pin-project-internal v1.1.3 |
2550 | 2024-04-19T20:05:58.043Z | Downloaded pin-project v1.1.3 |
2551 | 2024-04-19T20:05:58.043Z | Downloaded parse-size v1.0.0 |
2552 | 2024-04-19T20:05:58.043Z | Downloaded olpc-cjson v0.1.3 |
2553 | 2024-04-19T20:05:58.070Z | Downloaded globset v0.4.13 |
2554 | 2024-04-19T20:05:58.070Z | Downloaded fs-err v2.11.0 |
2555 | 2024-04-19T20:05:58.070Z | Downloaded buf-list v1.0.3 |
2556 | 2024-04-19T20:05:58.186Z | Compiling serde_tokenstream v0.2.0 |
2557 | 2024-04-19T20:05:58.219Z | Compiling regress v0.9.1 |
2558 | 2024-04-19T20:05:58.245Z | Compiling dirs-sys-next v0.1.2 |
2559 | 2024-04-19T20:05:58.245Z | Compiling rustls-pki-types v1.3.0 |
2560 | 2024-04-19T20:05:58.245Z | Compiling ident_case v1.0.1 |
2561 | 2024-04-19T20:05:58.245Z | Compiling heck v0.4.1 |
2562 | 2024-04-19T20:05:58.270Z | Compiling strsim v0.10.0 |
2563 | 2024-04-19T20:05:58.436Z | Compiling getopts v0.2.21 |
2564 | 2024-04-19T20:05:58.623Z | Compiling darling_core v0.20.8 |
2565 | 2024-04-19T20:05:59.066Z | Compiling thread_local v1.1.7 |
2566 | 2024-04-19T20:05:59.152Z | Compiling rustls v0.22.4 |
2567 | 2024-04-19T20:05:59.309Z | Compiling unsafe-libyaml v0.2.10 |
2568 | 2024-04-19T20:05:59.360Z | Compiling slog-async v2.8.0 |
2569 | 2024-04-19T20:05:59.420Z | Compiling paste v1.0.14 |
2570 | 2024-04-19T20:05:59.570Z | Compiling camino v1.1.6 |
2571 | 2024-04-19T20:05:59.853Z | Compiling rustls-webpki v0.102.1 |
2572 | 2024-04-19T20:06:00.102Z | Compiling crossbeam-channel v0.5.8 |
2573 | 2024-04-19T20:06:00.663Z | Compiling serde_yaml v0.9.25 |
2574 | 2024-04-19T20:06:01.552Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2575 | 2024-04-19T20:06:01.959Z | Compiling structmeta-derive v0.3.0 |
2576 | 2024-04-19T20:06:03.436Z | Compiling multer v3.0.0 |
2577 | 2024-04-19T20:06:03.570Z | Compiling darling_macro v0.20.8 |
2578 | 2024-04-19T20:06:03.714Z | Compiling match_cfg v0.1.0 |
2579 | 2024-04-19T20:06:03.781Z | Compiling take_mut v0.2.2 |
2580 | 2024-04-19T20:06:03.810Z | Compiling hostname v0.3.1 |
2581 | 2024-04-19T20:06:04.079Z | Compiling structmeta v0.3.0 |
2582 | 2024-04-19T20:06:04.616Z | Compiling darling v0.20.8 |
2583 | 2024-04-19T20:06:05.160Z | Compiling dirs-next v2.0.0 |
2584 | 2024-04-19T20:06:05.275Z | Compiling term v0.7.0 |
2585 | 2024-04-19T20:06:05.380Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2586 | 2024-04-19T20:06:05.406Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2587 | 2024-04-19T20:06:05.445Z | Compiling slog-json v2.6.1 |
2588 | 2024-04-19T20:06:05.842Z | Compiling slog-term v2.9.1 |
2589 | 2024-04-19T20:06:05.870Z | Compiling http v1.0.0 |
2590 | 2024-04-19T20:06:06.681Z | Compiling async-stream-impl v0.3.5 |
2591 | 2024-04-19T20:06:06.754Z | Compiling pin-project-internal v1.1.3 |
2592 | 2024-04-19T20:06:07.710Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2593 | 2024-04-19T20:06:07.984Z | Compiling atomic-waker v1.1.1 |
2594 | 2024-04-19T20:06:08.169Z | Compiling fastrand v2.0.1 |
2595 | 2024-04-19T20:06:08.230Z | Compiling waitgroup v0.1.2 |
2596 | 2024-04-19T20:06:08.506Z | Compiling tempfile v3.10.1 |
2597 | 2024-04-19T20:06:08.778Z | Compiling tokio-rustls v0.25.0 |
2598 | 2024-04-19T20:06:08.940Z | Compiling pin-project v1.1.3 |
2599 | 2024-04-19T20:06:09.063Z | Compiling async-stream v0.3.5 |
2600 | 2024-04-19T20:06:09.656Z | Compiling slog-bunyan v2.5.0 |
2601 | 2024-04-19T20:06:09.701Z | Compiling serde_with_macros v3.7.0 |
2602 | 2024-04-19T20:06:09.701Z | Compiling parse-display-derive v0.9.0 |
2603 | 2024-04-19T20:06:09.794Z | Compiling toml v0.8.12 |
2604 | 2024-04-19T20:06:10.073Z | Compiling rustls-pemfile v2.1.2 |
2605 | 2024-04-19T20:06:10.440Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2606 | 2024-04-19T20:06:10.687Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2607 | 2024-04-19T20:06:11.595Z | Compiling sha1 v0.10.6 |
2608 | 2024-04-19T20:06:11.728Z | Compiling strum_macros v0.26.1 |
2609 | 2024-04-19T20:06:12.323Z | Compiling newtype-uuid v1.1.0 |
2610 | 2024-04-19T20:06:12.434Z | Compiling snafu-derive v0.8.2 |
2611 | 2024-04-19T20:06:12.627Z | Compiling serde_path_to_error v0.1.16 |
2612 | 2024-04-19T20:06:12.885Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2613 | 2024-04-19T20:06:13.469Z | Compiling instant v0.1.12 |
2614 | 2024-04-19T20:06:13.503Z | Compiling fs-err v2.11.0 |
2615 | 2024-04-19T20:06:13.620Z | Compiling arc-swap v1.6.0 |
2616 | 2024-04-19T20:06:13.767Z | Compiling same-file v1.0.6 |
2617 | 2024-04-19T20:06:14.014Z | Compiling debug-ignore v1.0.5 |
2618 | 2024-04-19T20:06:14.054Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2619 | 2024-04-19T20:06:14.184Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2620 | 2024-04-19T20:06:14.315Z | Compiling buf-list v1.0.3 |
2621 | 2024-04-19T20:06:15.370Z | Compiling strum v0.26.2 |
2622 | 2024-04-19T20:06:15.540Z | Compiling slog-scope v4.4.0 |
2623 | 2024-04-19T20:06:16.031Z | Compiling walkdir v2.5.0 |
2624 | 2024-04-19T20:06:16.447Z | Compiling snafu v0.8.2 |
2625 | 2024-04-19T20:06:16.555Z | Compiling backoff v0.4.0 |
2626 | 2024-04-19T20:06:16.870Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2627 | 2024-04-19T20:06:17.312Z | Compiling parse-display v0.9.0 |
2628 | 2024-04-19T20:06:17.361Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2629 | 2024-04-19T20:06:17.578Z | Compiling serde_with v3.7.0 |
2630 | 2024-04-19T20:06:17.766Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2631 | 2024-04-19T20:06:18.351Z | Compiling globset v0.4.13 |
2632 | 2024-04-19T20:06:18.700Z | Compiling pem v3.0.4 |
2633 | 2024-04-19T20:06:19.694Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2634 | 2024-04-19T20:06:19.991Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2635 | 2024-04-19T20:06:20.148Z | Compiling olpc-cjson v0.1.3 |
2636 | 2024-04-19T20:06:20.423Z | Compiling macaddr v1.0.1 |
2637 | 2024-04-19T20:06:20.976Z | Compiling serde_plain v1.0.2 |
2638 | 2024-04-19T20:06:21.088Z | Compiling async-recursion v1.1.0 |
2639 | 2024-04-19T20:06:21.482Z | Compiling filetime v0.2.23 |
2640 | 2024-04-19T20:06:21.782Z | Compiling xattr v1.0.1 |
2641 | 2024-04-19T20:06:22.046Z | Compiling typed-path v0.7.0 |
2642 | 2024-04-19T20:06:22.306Z | Compiling tar v0.4.40 |
2643 | 2024-04-19T20:06:24.967Z | Compiling tough v0.17.1 |
2644 | 2024-04-19T20:06:27.625Z | Compiling slog-stdlog v4.1.1 |
2645 | 2024-04-19T20:06:28.414Z | Compiling camino-tempfile v1.1.1 |
2646 | 2024-04-19T20:06:28.550Z | Compiling itertools v0.12.1 |
2647 | 2024-04-19T20:06:35.129Z | Compiling parse-size v1.0.0 |
2648 | 2024-04-19T20:06:35.428Z | Compiling slog-envlogger v2.2.0 |
2649 | 2024-04-19T20:06:35.428Z | Compiling humantime v2.1.0 |
2650 | 2024-04-19T20:06:35.428Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2651 | 2024-04-19T20:06:35.428Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2652 | 2024-04-19T20:06:36.665Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2653 | 2024-04-19T20:06:44.746Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2654 | 2024-04-19T20:06:46.104Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2655 | 2024-04-19T20:07:05.353Z | Finished release [optimized] target(s) in 1m 08s |
2656 | 2024-04-19T20:07:05.434Z | |
2657 | 2024-04-19T20:07:05.459Z | real 1:08.272503224 |
2658 | 2024-04-19T20:07:05.459Z | user 7:03.879126535 |
2659 | 2024-04-19T20:07:05.459Z | sys 38.519119490 |
2660 | 2024-04-19T20:07:05.459Z | trap 0.230116478 |
2661 | 2024-04-19T20:07:05.459Z | tflt 0.249885763 |
2662 | 2024-04-19T20:07:05.459Z | dflt 0.507336774 |
2663 | 2024-04-19T20:07:05.459Z | kflt 0.031423345 |
2664 | 2024-04-19T20:07:05.459Z | lock 14:37.689427209 |
2665 | 2024-04-19T20:07:05.459Z | slp 15:40.180494527 |
2666 | 2024-04-19T20:07:05.459Z | lat 17.014278858 |
2667 | 2024-04-19T20:07:05.459Z | stop 18.492729012 |
2668 | 2024-04-19T20:07:05.459Z | + ptime -m gzip |
2669 | 2024-04-19T20:07:06.930Z | |
2670 | 2024-04-19T20:07:06.930Z | real 1.493794400 |
2671 | 2024-04-19T20:07:06.930Z | user 1.480492215 |
2672 | 2024-04-19T20:07:06.964Z | sys 0.011188184 |
2673 | 2024-04-19T20:07:06.964Z | trap 0.000544492 |
2674 | 2024-04-19T20:07:06.964Z | tflt 0.000000000 |
2675 | 2024-04-19T20:07:06.965Z | dflt 0.000000000 |
2676 | 2024-04-19T20:07:06.965Z | kflt 0.000000000 |
2677 | 2024-04-19T20:07:06.965Z | lock 0.000000000 |
2678 | 2024-04-19T20:07:06.965Z | slp 0.000000000 |
2679 | 2024-04-19T20:07:06.965Z | lat 0.001251416 |
2680 | 2024-04-19T20:07:06.965Z | stop 0.000233183 |
2681 | 2024-04-19T20:07:06.965Z | + banner permission-slip |
2682 | 2024-04-19T20:07:06.965Z | |
2683 | 2024-04-19T20:07:06.965Z | ##### ###### ##### # # # #### #### # #### # # |
2684 | 2024-04-19T20:07:06.965Z | # # # # # ## ## # # # # # # ## # |
2685 | 2024-04-19T20:07:06.965Z | # # ##### # # # ## # # #### #### # # # # # # |
2686 | 2024-04-19T20:07:06.965Z | ##### # ##### # # # # # # # # # # # |
2687 | 2024-04-19T20:07:06.965Z | # # # # # # # # # # # # # # # ## |
2688 | 2024-04-19T20:07:06.965Z | # ###### # # # # # #### #### # #### # # |
2689 | 2024-04-19T20:07:06.965Z | |
2690 | 2024-04-19T20:07:06.965Z | + source ./tools/permslip_commit |
2691 | 2024-04-19T20:07:06.965Z | ++ COMMIT=5d44e0065f90051a28881c75e3574142ada9b695 |
2692 | 2024-04-19T20:07:06.965Z | + git init /work/permission-slip-build |
2693 | 2024-04-19T20:07:06.965Z | hint: Using 'master' as the name for the initial branch. This default branch name |
2694 | 2024-04-19T20:07:06.965Z | hint: is subject to change. To configure the initial branch name to use in all |
2695 | 2024-04-19T20:07:06.965Z | hint: of your new repositories, which will suppress this warning, call: |
2696 | 2024-04-19T20:07:06.965Z | hint: |
2697 | 2024-04-19T20:07:06.965Z | hint: git config --global init.defaultBranch <name> |
2698 | 2024-04-19T20:07:06.966Z | hint: |
2699 | 2024-04-19T20:07:06.966Z | hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and |
2700 | 2024-04-19T20:07:06.966Z | hint: 'development'. The just-created branch can be renamed via this command: |
2701 | 2024-04-19T20:07:06.966Z | hint: |
2702 | 2024-04-19T20:07:06.966Z | hint: git branch -m <name> |
2703 | 2024-04-19T20:07:06.966Z | Initialized empty Git repository in /work/permission-slip-build/.git/ |
2704 | 2024-04-19T20:07:06.966Z | + pushd /work/permission-slip-build |
2705 | 2024-04-19T20:07:06.966Z | + git remote add origin https://github.com/oxidecomputer/permission-slip.git |
2706 | 2024-04-19T20:07:06.966Z | /work/permission-slip-build /work/oxidecomputer/omicron |
2707 | 2024-04-19T20:07:06.966Z | + ptime -m git fetch --depth 1 origin 5d44e0065f90051a28881c75e3574142ada9b695 |
2708 | 2024-04-19T20:07:07.760Z | From https://github.com/oxidecomputer/permission-slip |
2709 | 2024-04-19T20:07:07.760Z | * branch 5d44e0065f90051a28881c75e3574142ada9b695 -> FETCH_HEAD |
2710 | 2024-04-19T20:07:07.785Z | |
2711 | 2024-04-19T20:07:07.786Z | real 0.817327447 |
2712 | 2024-04-19T20:07:07.786Z | user 0.076071472 |
2713 | 2024-04-19T20:07:07.786Z | sys 0.041144968 |
2714 | 2024-04-19T20:07:07.786Z | trap 0.000010359 |
2715 | 2024-04-19T20:07:07.786Z | tflt 0.000000000 |
2716 | 2024-04-19T20:07:07.786Z | dflt 0.000000000 |
2717 | 2024-04-19T20:07:07.786Z | kflt 0.000000000 |
2718 | 2024-04-19T20:07:07.786Z | lock 0.000077812 |
2719 | 2024-04-19T20:07:07.786Z | slp 2.440771324 |
2720 | 2024-04-19T20:07:07.786Z | lat 0.003867628 |
2721 | 2024-04-19T20:07:07.786Z | stop 0.000693368 |
2722 | 2024-04-19T20:07:07.787Z | + git checkout FETCH_HEAD |
2723 | 2024-04-19T20:07:07.787Z | Note: switching to 'FETCH_HEAD'. |
2724 | 2024-04-19T20:07:07.787Z | |
2725 | 2024-04-19T20:07:07.787Z | You are in 'detached HEAD' state. You can look around, make experimental |
2726 | 2024-04-19T20:07:07.787Z | changes and commit them, and you can discard any commits you make in this |
2727 | 2024-04-19T20:07:07.787Z | state without impacting any branches by switching back to a branch. |
2728 | 2024-04-19T20:07:07.787Z | |
2729 | 2024-04-19T20:07:07.787Z | If you want to create a new branch to retain commits you create, you may |
2730 | 2024-04-19T20:07:07.787Z | do so (now or later) by using -c with the switch command. Example: |
2731 | 2024-04-19T20:07:07.787Z | |
2732 | 2024-04-19T20:07:07.787Z | git switch -c <new-branch-name> |
2733 | 2024-04-19T20:07:07.787Z | |
2734 | 2024-04-19T20:07:07.787Z | Or undo this operation with: |
2735 | 2024-04-19T20:07:07.787Z | |
2736 | 2024-04-19T20:07:07.787Z | git switch - |
2737 | 2024-04-19T20:07:07.788Z | |
2738 | 2024-04-19T20:07:07.788Z | Turn off this advice by setting config variable advice.detachedHead to false |
2739 | 2024-04-19T20:07:07.788Z | |
2740 | 2024-04-19T20:07:07.788Z | HEAD is now at 5d44e00 Ensure SSH tables exist in the database |
2741 | 2024-04-19T20:07:07.788Z | + ptime -m cargo build --locked -p permission-slip-client --release |
2742 | 2024-04-19T20:07:07.815Z | info: syncing channel updates for '1.74-x86_64-unknown-illumos' |
2743 | 2024-04-19T20:07:07.924Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
2744 | 2024-04-19T20:07:07.924Z | info: downloading component 'cargo' |
2745 | 2024-04-19T20:07:08.078Z | info: downloading component 'clippy' |
2746 | 2024-04-19T20:07:08.118Z | info: downloading component 'rust-docs' |
2747 | 2024-04-19T20:07:08.300Z | info: downloading component 'rust-std' |
2748 | 2024-04-19T20:07:08.607Z | info: downloading component 'rustc' |
2749 | 2024-04-19T20:07:09.310Z | info: downloading component 'rustfmt' |
2750 | 2024-04-19T20:07:09.357Z | info: installing component 'cargo' |
2751 | 2024-04-19T20:07:10.398Z | info: installing component 'clippy' |
2752 | 2024-04-19T20:07:10.791Z | info: installing component 'rust-docs' |
2753 | 2024-04-19T20:07:13.288Z | info: installing component 'rust-std' |
2754 | 2024-04-19T20:07:15.166Z | info: installing component 'rustc' |
2755 | 2024-04-19T20:07:20.012Z | info: installing component 'rustfmt' |
2756 | 2024-04-19T20:07:20.658Z | Updating crates.io index |
2757 | 2024-04-19T20:07:21.046Z | Updating git repository `https://github.com/oxidecomputer/sshauth` |
2758 | 2024-04-19T20:07:21.891Z | From https://github.com/oxidecomputer/sshauth |
2759 | 2024-04-19T20:07:21.891Z | * [new branch] dependabot/cargo/mio-0.8.11 -> origin/dependabot/cargo/mio-0.8.11 |
2760 | 2024-04-19T20:07:21.917Z | * [new branch] main -> origin/main |
2761 | 2024-04-19T20:07:21.917Z | * [new branch] paranoia -> origin/paranoia |
2762 | 2024-04-19T20:07:21.917Z | * [new branch] readme -> origin/readme |
2763 | 2024-04-19T20:07:21.917Z | * [new ref] -> origin/HEAD |
2764 | 2024-04-19T20:07:22.467Z | Downloading crates ... |
2765 | 2024-04-19T20:07:22.599Z | Downloaded anstyle-query v1.0.2 |
2766 | 2024-04-19T20:07:22.628Z | Downloaded bincode v1.3.3 |
2767 | 2024-04-19T20:07:22.628Z | Downloaded anstyle-parse v0.2.3 |
2768 | 2024-04-19T20:07:22.628Z | Downloaded is-terminal v0.4.12 |
2769 | 2024-04-19T20:07:22.628Z | Downloaded crc-any v2.4.4 |
2770 | 2024-04-19T20:07:22.628Z | Downloaded ed25519 v1.5.3 |
2771 | 2024-04-19T20:07:22.628Z | Downloaded openssl-sys v0.9.101 |
2772 | 2024-04-19T20:07:22.654Z | Downloaded xdg v2.5.2 |
2773 | 2024-04-19T20:07:22.655Z | Downloaded x509-cert v0.2.5 |
2774 | 2024-04-19T20:07:22.680Z | Downloaded unicode-normalization v0.1.23 |
2775 | 2024-04-19T20:07:22.680Z | Downloaded webpki-roots v0.25.4 |
2776 | 2024-04-19T20:07:22.680Z | Downloaded typify-impl v0.0.16 |
2777 | 2024-04-19T20:07:22.706Z | Downloaded tokio v1.36.0 |
2778 | 2024-04-19T20:07:22.753Z | Downloaded regex-automata v0.4.6 |
2779 | 2024-04-19T20:07:22.784Z | Downloaded rustls v0.21.10 |
2780 | 2024-04-19T20:07:22.784Z | Downloaded rustix v0.38.32 |
2781 | 2024-04-19T20:07:22.811Z | Downloaded regex-syntax v0.8.3 |
2782 | 2024-04-19T20:07:22.839Z | Downloaded syn v2.0.55 |
2783 | 2024-04-19T20:07:22.839Z | Downloaded regress v0.8.0 |
2784 | 2024-04-19T20:07:22.839Z | Downloaded p384 v0.13.0 |
2785 | 2024-04-19T20:07:22.878Z | Downloaded curve25519-dalek v3.2.0 |
2786 | 2024-04-19T20:07:22.878Z | Downloaded ssh-key v0.6.5 |
2787 | 2024-04-19T20:07:22.878Z | Downloaded serde_json v1.0.115 |
2788 | 2024-04-19T20:07:22.878Z | Downloaded reqwest v0.11.27 |
2789 | 2024-04-19T20:07:22.907Z | Downloaded h2 v0.3.25 |
2790 | 2024-04-19T20:07:22.908Z | Downloaded unsafe-libyaml v0.2.11 |
2791 | 2024-04-19T20:07:22.908Z | Downloaded typenum v1.17.0 |
2792 | 2024-04-19T20:07:22.908Z | Downloaded smallvec v1.13.2 |
2793 | 2024-04-19T20:07:22.908Z | Downloaded serde_yaml v0.9.34+deprecated |
2794 | 2024-04-19T20:07:22.908Z | Downloaded serde_derive v1.0.197 |
2795 | 2024-04-19T20:07:22.908Z | Downloaded serde v1.0.197 |
2796 | 2024-04-19T20:07:22.908Z | Downloaded rsa v0.9.6 |
2797 | 2024-04-19T20:07:22.908Z | Downloaded proc-macro2 v1.0.79 |
2798 | 2024-04-19T20:07:22.933Z | Downloaded typify-macro v0.0.16 |
2799 | 2024-04-19T20:07:22.933Z | Downloaded typify v0.0.16 |
2800 | 2024-04-19T20:07:22.933Z | Downloaded try-lock v0.2.5 |
2801 | 2024-04-19T20:07:22.933Z | Downloaded tls_codec_derive v0.4.1 |
2802 | 2024-04-19T20:07:22.933Z | Downloaded tls_codec v0.4.1 |
2803 | 2024-04-19T20:07:22.934Z | Downloaded termcolor v1.4.1 |
2804 | 2024-04-19T20:07:22.934Z | Downloaded ssh-encoding v0.2.0 |
2805 | 2024-04-19T20:07:22.934Z | Downloaded ssh-cipher v0.2.0 |
2806 | 2024-04-19T20:07:22.934Z | Downloaded spki v0.7.3 |
2807 | 2024-04-19T20:07:22.934Z | Downloaded signature v2.2.0 |
2808 | 2024-04-19T20:07:22.934Z | Downloaded signature v1.6.4 |
2809 | 2024-04-19T20:07:22.934Z | Downloaded sha2 v0.9.9 |
2810 | 2024-04-19T20:07:22.934Z | Downloaded sct v0.7.1 |
2811 | 2024-04-19T20:07:22.934Z | Downloaded ryu v1.0.17 |
2812 | 2024-04-19T20:07:22.959Z | Downloaded rustls-pemfile v1.0.4 |
2813 | 2024-04-19T20:07:22.959Z | Downloaded quote v1.0.35 |
2814 | 2024-04-19T20:07:22.959Z | Downloaded platforms v3.4.0 |
2815 | 2024-04-19T20:07:22.959Z | Downloaded pkg-config v0.3.30 |
2816 | 2024-04-19T20:07:22.959Z | Downloaded parking_lot_core v0.9.9 |
2817 | 2024-04-19T20:07:22.959Z | Downloaded opaque-debug v0.3.1 |
2818 | 2024-04-19T20:07:22.959Z | Downloaded oauth2 v4.4.2 |
2819 | 2024-04-19T20:07:22.959Z | Downloaded lock_api v0.4.11 |
2820 | 2024-04-19T20:07:22.959Z | Downloaded itoa v1.0.11 |
2821 | 2024-04-19T20:07:22.959Z | Downloaded http-body v0.4.6 |
2822 | 2024-04-19T20:07:22.959Z | Downloaded flagset v0.4.5 |
2823 | 2024-04-19T20:07:22.959Z | Downloaded ed25519-dalek v2.1.1 |
2824 | 2024-04-19T20:07:22.984Z | Downloaded chrono v0.4.37 |
2825 | 2024-04-19T20:07:22.985Z | Downloaded libm v0.2.8 |
2826 | 2024-04-19T20:07:22.985Z | Downloaded iana-time-zone v0.1.60 |
2827 | 2024-04-19T20:07:22.985Z | Downloaded heapless v0.7.17 |
2828 | 2024-04-19T20:07:23.010Z | Downloaded env_logger v0.10.2 |
2829 | 2024-04-19T20:07:23.010Z | Downloaded ed25519-dalek v1.0.1 |
2830 | 2024-04-19T20:07:23.010Z | Downloaded ed25519 v2.2.3 |
2831 | 2024-04-19T20:07:23.010Z | Downloaded curve25519-dalek-derive v0.1.1 |
2832 | 2024-04-19T20:07:23.010Z | Downloaded crypto-bigint v0.5.5 |
2833 | 2024-04-19T20:07:23.010Z | Downloaded blake3 v1.5.1 |
2834 | 2024-04-19T20:07:23.010Z | Downloaded anyhow v1.0.81 |
2835 | 2024-04-19T20:07:23.035Z | Downloaded digest v0.9.0 |
2836 | 2024-04-19T20:07:23.035Z | Downloaded clap-num v1.1.1 |
2837 | 2024-04-19T20:07:23.035Z | Downloaded cc v1.0.90 |
2838 | 2024-04-19T20:07:23.035Z | Downloaded block-buffer v0.9.0 |
2839 | 2024-04-19T20:07:23.035Z | Downloaded bitflags v2.5.0 |
2840 | 2024-04-19T20:07:23.036Z | Downloaded autocfg v1.2.0 |
2841 | 2024-04-19T20:07:23.036Z | Downloaded anstream v0.6.13 |
2842 | 2024-04-19T20:07:23.036Z | Downloaded aho-corasick v1.1.3 |
2843 | 2024-04-19T20:07:23.036Z | Downloaded ahash v0.8.11 |
2844 | 2024-04-19T20:07:23.158Z | Compiling proc-macro2 v1.0.79 |
2845 | 2024-04-19T20:07:23.158Z | Compiling unicode-ident v1.0.12 |
2846 | 2024-04-19T20:07:23.158Z | Compiling version_check v0.9.4 |
2847 | 2024-04-19T20:07:23.158Z | Compiling cfg-if v1.0.0 |
2848 | 2024-04-19T20:07:23.189Z | Compiling libc v0.2.153 |
2849 | 2024-04-19T20:07:23.189Z | Compiling autocfg v1.2.0 |
2850 | 2024-04-19T20:07:23.189Z | Compiling typenum v1.17.0 |
2851 | 2024-04-19T20:07:23.189Z | Compiling serde v1.0.197 |
2852 | 2024-04-19T20:07:23.316Z | Compiling subtle v2.5.0 |
2853 | 2024-04-19T20:07:23.375Z | Compiling const-oid v0.9.6 |
2854 | 2024-04-19T20:07:23.618Z | Compiling cc v1.0.90 |
2855 | 2024-04-19T20:07:23.787Z | Compiling generic-array v0.14.7 |
2856 | 2024-04-19T20:07:23.812Z | Compiling ahash v0.8.11 |
2857 | 2024-04-19T20:07:23.867Z | Compiling lock_api v0.4.11 |
2858 | 2024-04-19T20:07:24.172Z | Compiling scopeguard v1.2.0 |
2859 | 2024-04-19T20:07:24.202Z | Compiling once_cell v1.19.0 |
2860 | 2024-04-19T20:07:24.324Z | Compiling serde_json v1.0.115 |
2861 | 2024-04-19T20:07:24.642Z | Compiling quote v1.0.35 |
2862 | 2024-04-19T20:07:24.684Z | Compiling syn v1.0.109 |
2863 | 2024-04-19T20:07:24.804Z | Compiling itoa v1.0.11 |
2864 | 2024-04-19T20:07:25.015Z | Compiling syn v2.0.55 |
2865 | 2024-04-19T20:07:25.063Z | Compiling getrandom v0.2.12 |
2866 | 2024-04-19T20:07:25.162Z | Compiling smallvec v1.13.2 |
2867 | 2024-04-19T20:07:25.205Z | Compiling base64ct v1.6.0 |
2868 | 2024-04-19T20:07:25.254Z | Compiling rand_core v0.6.4 |
2869 | 2024-04-19T20:07:25.574Z | Compiling parking_lot_core v0.9.9 |
2870 | 2024-04-19T20:07:25.703Z | Compiling pem-rfc7468 v0.7.0 |
2871 | 2024-04-19T20:07:26.301Z | Compiling memchr v2.7.1 |
2872 | 2024-04-19T20:07:26.335Z | Compiling libm v0.2.8 |
2873 | 2024-04-19T20:07:26.335Z | Compiling zerocopy v0.7.32 |
2874 | 2024-04-19T20:07:26.336Z | Compiling bytes v1.6.0 |
2875 | 2024-04-19T20:07:26.336Z | Compiling pin-project-lite v0.2.13 |
2876 | 2024-04-19T20:07:26.336Z | Compiling num-traits v0.2.18 |
2877 | 2024-04-19T20:07:26.370Z | Compiling log v0.4.21 |
2878 | 2024-04-19T20:07:26.753Z | Compiling allocator-api2 v0.2.16 |
2879 | 2024-04-19T20:07:26.854Z | Compiling thiserror v1.0.58 |
2880 | 2024-04-19T20:07:27.624Z | Compiling hashbrown v0.14.3 |
2881 | 2024-04-19T20:07:27.984Z | Compiling flagset v0.4.5 |
2882 | 2024-04-19T20:07:28.393Z | Compiling bitflags v2.5.0 |
2883 | 2024-04-19T20:07:28.892Z | Compiling parking_lot v0.12.1 |
2884 | 2024-04-19T20:07:28.963Z | Compiling signal-hook-registry v1.4.1 |
2885 | 2024-04-19T20:07:29.171Z | Compiling num_cpus v1.16.0 |
2886 | 2024-04-19T20:07:29.325Z | Compiling socket2 v0.5.6 |
2887 | 2024-04-19T20:07:29.350Z | Compiling mio v0.8.11 |
2888 | 2024-04-19T20:07:29.735Z | Compiling spin v0.9.8 |
2889 | 2024-04-19T20:07:30.152Z | Compiling schemars v0.8.16 |
2890 | 2024-04-19T20:07:30.713Z | Compiling pkg-config v0.3.30 |
2891 | 2024-04-19T20:07:30.790Z | Compiling semver v1.0.22 |
2892 | 2024-04-19T20:07:31.093Z | Compiling cpufeatures v0.2.12 |
2893 | 2024-04-19T20:07:31.218Z | Compiling vcpkg v0.2.15 |
2894 | 2024-04-19T20:07:31.277Z | Compiling serde_derive_internals v0.26.0 |
2895 | 2024-04-19T20:07:31.365Z | Compiling ring v0.17.8 |
2896 | 2024-04-19T20:07:31.759Z | Compiling ryu v1.0.17 |
2897 | 2024-04-19T20:07:32.774Z | Compiling openssl-sys v0.9.101 |
2898 | 2024-04-19T20:07:32.867Z | Compiling slab v0.4.9 |
2899 | 2024-04-19T20:07:33.030Z | Compiling equivalent v1.0.1 |
2900 | 2024-04-19T20:07:33.133Z | Compiling futures-core v0.3.30 |
2901 | 2024-04-19T20:07:33.235Z | Compiling fnv v1.0.7 |
2902 | 2024-04-19T20:07:33.365Z | Compiling http v0.2.12 |
2903 | 2024-04-19T20:07:33.459Z | Compiling rustc_version v0.4.0 |
2904 | 2024-04-19T20:07:33.735Z | Compiling tracing-core v0.1.32 |
2905 | 2024-04-19T20:07:33.767Z | Compiling byteorder v1.5.0 |
2906 | 2024-04-19T20:07:33.996Z | Compiling untrusted v0.9.0 |
2907 | 2024-04-19T20:07:34.367Z | Compiling pin-utils v0.1.0 |
2908 | 2024-04-19T20:07:34.465Z | Compiling tracing v0.1.40 |
2909 | 2024-04-19T20:07:34.489Z | Compiling httparse v1.8.0 |
2910 | 2024-04-19T20:07:34.897Z | Compiling chrono v0.4.37 |
2911 | 2024-04-19T20:07:34.923Z | Compiling foreign-types-shared v0.1.1 |
2912 | 2024-04-19T20:07:35.023Z | Compiling futures-task v0.3.30 |
2913 | 2024-04-19T20:07:35.105Z | Compiling futures-sink v0.3.30 |
2914 | 2024-04-19T20:07:35.244Z | Compiling dyn-clone v1.0.17 |
2915 | 2024-04-19T20:07:35.333Z | Compiling openssl v0.10.64 |
2916 | 2024-04-19T20:07:35.378Z | Compiling serde_derive v1.0.197 |
2917 | 2024-04-19T20:07:35.432Z | Compiling zeroize_derive v1.4.2 |
2918 | 2024-04-19T20:07:35.572Z | Compiling der_derive v0.7.2 |
2919 | 2024-04-19T20:07:35.739Z | Compiling tokio-macros v2.2.0 |
2920 | 2024-04-19T20:07:36.174Z | Compiling thiserror-impl v1.0.58 |
2921 | 2024-04-19T20:07:36.672Z | Compiling schemars_derive v0.8.16 |
2922 | 2024-04-19T20:07:40.841Z | Compiling zeroize v1.7.0 |
2923 | 2024-04-19T20:07:41.133Z | Compiling tokio v1.36.0 |
2924 | 2024-04-19T20:07:41.133Z | Compiling der v0.7.8 |
2925 | 2024-04-19T20:07:41.133Z | Compiling ppv-lite86 v0.2.17 |
2926 | 2024-04-19T20:07:41.133Z | Compiling crypto-common v0.1.6 |
2927 | 2024-04-19T20:07:41.133Z | Compiling block-buffer v0.10.4 |
2928 | 2024-04-19T20:07:41.133Z | Compiling futures-io v0.3.30 |
2929 | 2024-04-19T20:07:41.133Z | Compiling digest v0.10.7 |
2930 | 2024-04-19T20:07:41.133Z | Compiling uuid v1.8.0 |
2931 | 2024-04-19T20:07:41.133Z | Compiling futures-util v0.3.30 |
2932 | 2024-04-19T20:07:41.133Z | Compiling sha2 v0.10.8 |
2933 | 2024-04-19T20:07:41.232Z | Compiling signature v2.2.0 |
2934 | 2024-04-19T20:07:41.232Z | Compiling openssl-macros v0.1.1 |
2935 | 2024-04-19T20:07:41.232Z | Compiling foreign-types v0.3.2 |
2936 | 2024-04-19T20:07:41.232Z | Compiling spki v0.7.3 |
2937 | 2024-04-19T20:07:41.233Z | Compiling pkcs8 v0.10.2 |
2938 | 2024-04-19T20:07:41.381Z | Compiling regress v0.8.0 |
2939 | 2024-04-19T20:07:41.754Z | Compiling tinyvec_macros v0.1.1 |
2940 | 2024-04-19T20:07:41.865Z | Compiling try-lock v0.2.5 |
2941 | 2024-04-19T20:07:42.058Z | Compiling rustls v0.21.10 |
2942 | 2024-04-19T20:07:42.341Z | Compiling heck v0.4.1 |
2943 | 2024-04-19T20:07:42.711Z | Compiling native-tls v0.2.11 |
2944 | 2024-04-19T20:07:43.106Z | Compiling want v0.3.1 |
2945 | 2024-04-19T20:07:43.377Z | Compiling rustls-webpki v0.101.7 |
2946 | 2024-04-19T20:07:44.070Z | Compiling sct v0.7.1 |
2947 | 2024-04-19T20:07:44.541Z | Compiling tokio-util v0.7.10 |
2948 | 2024-04-19T20:07:44.794Z | Compiling tinyvec v1.6.0 |
2949 | 2024-04-19T20:07:46.971Z | Compiling serde_tokenstream v0.2.0 |
2950 | 2024-04-19T20:07:47.099Z | Compiling indexmap v2.2.6 |
2951 | 2024-04-19T20:07:47.388Z | Compiling http-body v0.4.6 |
2952 | 2024-04-19T20:07:47.516Z | Compiling futures-channel v0.3.30 |
2953 | 2024-04-19T20:07:47.703Z | Compiling ff v0.13.0 |
2954 | 2024-04-19T20:07:48.040Z | Compiling percent-encoding v2.3.1 |
2955 | 2024-04-19T20:07:48.109Z | Compiling getrandom v0.1.16 |
2956 | 2024-04-19T20:07:48.150Z | Compiling iana-time-zone v0.1.60 |
2957 | 2024-04-19T20:07:48.447Z | Compiling rustix v0.38.32 |
2958 | 2024-04-19T20:07:48.629Z | Compiling h2 v0.3.25 |
2959 | 2024-04-19T20:07:53.107Z | Compiling openssl-probe v0.1.5 |
2960 | 2024-04-19T20:07:53.340Z | Compiling httpdate v1.0.3 |
2961 | 2024-04-19T20:07:53.340Z | Compiling tower-service v0.3.2 |
2962 | 2024-04-19T20:07:53.340Z | Compiling base16ct v0.2.0 |
2963 | 2024-04-19T20:07:53.435Z | Compiling sec1 v0.7.3 |
2964 | 2024-04-19T20:07:53.436Z | Compiling form_urlencoded v1.2.1 |
2965 | 2024-04-19T20:07:53.436Z | Compiling typify-impl v0.0.16 |
2966 | 2024-04-19T20:07:53.436Z | Compiling group v0.13.0 |
2967 | 2024-04-19T20:07:53.436Z | Compiling unicode-normalization v0.1.23 |
2968 | 2024-04-19T20:07:53.436Z | Compiling hyper v0.14.28 |
2969 | 2024-04-19T20:07:55.977Z | Compiling crypto-bigint v0.5.5 |
2970 | 2024-04-19T20:07:57.355Z | Compiling errno v0.3.8 |
2971 | 2024-04-19T20:07:57.726Z | Compiling radium v0.7.0 |
2972 | 2024-04-19T20:07:58.231Z | Compiling platforms v3.4.0 |
2973 | 2024-04-19T20:07:58.747Z | Compiling utf8parse v0.2.1 |
2974 | 2024-04-19T20:07:58.930Z | Compiling unicode-bidi v0.3.15 |
2975 | 2024-04-19T20:07:59.272Z | Compiling anstyle-parse v0.2.3 |
2976 | 2024-04-19T20:07:59.731Z | Compiling idna v0.5.0 |
2977 | 2024-04-19T20:07:59.731Z | Compiling typify-macro v0.0.16 |
2978 | 2024-04-19T20:08:00.826Z | Compiling curve25519-dalek v4.1.2 |
2979 | 2024-04-19T20:08:01.284Z | Compiling elliptic-curve v0.13.8 |
2980 | 2024-04-19T20:08:02.872Z | Compiling tokio-rustls v0.24.1 |
2981 | 2024-04-19T20:08:03.300Z | Compiling tokio-native-tls v0.3.1 |
2982 | 2024-04-19T20:08:03.590Z | Compiling hmac v0.12.1 |
2983 | 2024-04-19T20:08:03.777Z | Compiling rand_chacha v0.3.1 |
2984 | 2024-04-19T20:08:03.804Z | Compiling aho-corasick v1.1.3 |
2985 | 2024-04-19T20:08:04.225Z | Compiling maybe-uninit v2.0.0 |
2986 | 2024-04-19T20:08:04.684Z | Compiling anstyle-query v1.0.2 |
2987 | 2024-04-19T20:08:04.823Z | Compiling anstyle v1.0.6 |
2988 | 2024-04-19T20:08:04.943Z | Compiling regex-syntax v0.8.3 |
2989 | 2024-04-19T20:08:05.037Z | Compiling tap v1.0.1 |
2990 | 2024-04-19T20:08:05.207Z | Compiling colorchoice v1.0.0 |
2991 | 2024-04-19T20:08:05.258Z | Compiling base64 v0.21.7 |
2992 | 2024-04-19T20:08:05.362Z | Compiling anstream v0.6.13 |
2993 | 2024-04-19T20:08:05.405Z | Compiling wyz v0.5.1 |
2994 | 2024-04-19T20:08:05.777Z | Compiling rustls-pemfile v1.0.4 |
2995 | 2024-04-19T20:08:06.390Z | Compiling rand v0.8.5 |
2996 | 2024-04-19T20:08:06.519Z | Compiling rfc6979 v0.4.0 |
2997 | 2024-04-19T20:08:06.558Z | Compiling rand_core v0.5.1 |
2998 | 2024-04-19T20:08:07.002Z | Compiling hyper-tls v0.5.0 |
2999 | 2024-04-19T20:08:07.002Z | Compiling hyper-rustls v0.24.2 |
3000 | 2024-04-19T20:08:07.445Z | Compiling terminal_size v0.3.0 |
3001 | 2024-04-19T20:08:07.517Z | Compiling url v2.5.0 |
3002 | 2024-04-19T20:08:07.739Z | Compiling serde_urlencoded v0.7.1 |
3003 | 2024-04-19T20:08:07.852Z | Compiling inout v0.1.3 |
3004 | 2024-04-19T20:08:08.076Z | Compiling regex-automata v0.4.6 |
3005 | 2024-04-19T20:08:08.249Z | Compiling curve25519-dalek-derive v0.1.1 |
3006 | 2024-04-19T20:08:08.319Z | Compiling heapless v0.7.17 |
3007 | 2024-04-19T20:08:08.715Z | Compiling num-integer v0.1.46 |
3008 | 2024-04-19T20:08:10.331Z | Compiling encoding_rs v0.8.33 |
3009 | 2024-04-19T20:08:12.760Z | Compiling mime v0.3.17 |
3010 | 2024-04-19T20:08:13.701Z | Compiling clap_lex v0.7.0 |
3011 | 2024-04-19T20:08:16.189Z | Compiling webpki-roots v0.25.4 |
3012 | 2024-04-19T20:08:16.352Z | Compiling strsim v0.11.0 |
3013 | 2024-04-19T20:08:17.715Z | Compiling ipnet v2.9.0 |
3014 | 2024-04-19T20:08:18.060Z | Compiling sync_wrapper v0.1.2 |
3015 | 2024-04-19T20:08:18.186Z | Compiling spin v0.5.2 |
3016 | 2024-04-19T20:08:18.411Z | Compiling unicode-width v0.1.11 |
3017 | 2024-04-19T20:08:18.695Z | Compiling num-bigint-dig v0.8.4 |
3018 | 2024-04-19T20:08:19.921Z | Compiling packed_struct v0.10.1 |
3019 | 2024-04-19T20:08:19.947Z | Compiling heck v0.5.0 |
3020 | 2024-04-19T20:08:20.035Z | Compiling funty v2.0.0 |
3021 | 2024-04-19T20:08:20.315Z | Compiling clap_derive v4.5.4 |
3022 | 2024-04-19T20:08:20.389Z | Compiling getopts v0.2.21 |
3023 | 2024-04-19T20:08:20.438Z | Compiling lazy_static v1.4.0 |
3024 | 2024-04-19T20:08:20.547Z | Compiling reqwest v0.11.27 |
3025 | 2024-04-19T20:08:21.169Z | Compiling bitvec v1.0.1 |
3026 | 2024-04-19T20:08:22.497Z | Compiling clap_builder v4.5.2 |
3027 | 2024-04-19T20:08:24.182Z | Compiling regex v1.10.4 |
3028 | 2024-04-19T20:08:25.069Z | Compiling num-iter v0.1.44 |
3029 | 2024-04-19T20:08:25.308Z | Compiling cipher v0.4.4 |
3030 | 2024-04-19T20:08:25.714Z | Compiling ecdsa v0.16.9 |
3031 | 2024-04-19T20:08:26.853Z | Compiling typify v0.0.16 |
3032 | 2024-04-19T20:08:26.980Z | Compiling openapiv3 v2.0.0 |
3033 | 2024-04-19T20:08:29.821Z | Compiling primeorder v0.13.6 |
3034 | 2024-04-19T20:08:29.903Z | Compiling ssh-encoding v0.2.0 |
3035 | 2024-04-19T20:08:30.152Z | Compiling ed25519 v2.2.3 |
3036 | 2024-04-19T20:08:30.505Z | Compiling digest v0.9.0 |
3037 | 2024-04-19T20:08:30.614Z | Compiling packed_struct_codegen v0.10.1 |
3038 | 2024-04-19T20:08:30.713Z | Compiling hash32 v0.2.1 |
3039 | 2024-04-19T20:08:31.411Z | Compiling anyhow v1.0.81 |
3040 | 2024-04-19T20:08:31.453Z | Compiling stable_deref_trait v1.2.0 |
3041 | 2024-04-19T20:08:31.453Z | Compiling slog v2.7.0 |
3042 | 2024-04-19T20:08:31.518Z | Compiling nodrop v0.1.14 |
3043 | 2024-04-19T20:08:31.622Z | Compiling unsafe-libyaml v0.2.11 |
3044 | 2024-04-19T20:08:31.697Z | Compiling array-init v0.0.4 |
3045 | 2024-04-19T20:08:32.741Z | Compiling serde_yaml v0.9.34+deprecated |
3046 | 2024-04-19T20:08:36.006Z | Compiling ed25519-dalek v2.1.1 |
3047 | 2024-04-19T20:08:36.459Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
3048 | 2024-04-19T20:08:36.504Z | Compiling ssh-cipher v0.2.0 |
3049 | 2024-04-19T20:08:36.770Z | Compiling p256 v0.13.2 |
3050 | 2024-04-19T20:08:36.805Z | Compiling smallvec v0.6.14 |
3051 | 2024-04-19T20:08:38.680Z | Compiling clap v4.5.4 |
3052 | 2024-04-19T20:08:40.759Z | Compiling rand_chacha v0.2.2 |
3053 | 2024-04-19T20:08:41.814Z | Compiling pkcs1 v0.7.5 |
3054 | 2024-04-19T20:08:44.797Z | Compiling block-buffer v0.9.0 |
3055 | 2024-04-19T20:08:44.976Z | Compiling zerocopy-derive v0.6.6 |
3056 | 2024-04-19T20:08:46.704Z | Compiling blake3 v1.5.1 |
3057 | 2024-04-19T20:08:47.243Z | Compiling is-terminal v0.4.12 |
3058 | 2024-04-19T20:08:47.357Z | Compiling termcolor v1.4.1 |
3059 | 2024-04-19T20:08:47.846Z | Compiling opaque-debug v0.3.1 |
3060 | 2024-04-19T20:08:47.937Z | Compiling signature v1.6.4 |
3061 | 2024-04-19T20:08:48.117Z | Compiling base64 v0.13.1 |
3062 | 2024-04-19T20:08:48.525Z | Compiling cobs v0.2.3 |
3063 | 2024-04-19T20:08:48.563Z | Compiling embedded-io v0.4.0 |
3064 | 2024-04-19T20:08:48.792Z | Compiling bitfield v0.14.0 |
3065 | 2024-04-19T20:08:48.837Z | Compiling postcard v1.0.8 |
3066 | 2024-04-19T20:08:48.958Z | Compiling ed25519 v1.5.3 |
3067 | 2024-04-19T20:08:49.035Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3068 | 2024-04-19T20:08:49.278Z | Compiling sha2 v0.9.9 |
3069 | 2024-04-19T20:08:49.735Z | Compiling env_logger v0.10.2 |
3070 | 2024-04-19T20:08:50.999Z | Compiling zerocopy v0.6.6 |
3071 | 2024-04-19T20:08:52.022Z | Compiling rsa v0.9.6 |
3072 | 2024-04-19T20:08:52.571Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
3073 | 2024-04-19T20:08:54.095Z | Compiling rand v0.7.3 |
3074 | 2024-04-19T20:08:55.490Z | Compiling ssh-key v0.6.5 |
3075 | 2024-04-19T20:08:56.320Z | Compiling serde-hex v0.1.0 |
3076 | 2024-04-19T20:08:59.448Z | Compiling curve25519-dalek v3.2.0 |
3077 | 2024-04-19T20:09:00.759Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
3078 | 2024-04-19T20:09:02.281Z | Compiling serde_path_to_error v0.1.16 |
3079 | 2024-04-19T20:09:03.205Z | Compiling bincode v1.3.3 |
3080 | 2024-04-19T20:09:04.179Z | Compiling x509-cert v0.2.5 |
3081 | 2024-04-19T20:09:05.284Z | Compiling constant_time_eq v0.3.0 |
3082 | 2024-04-19T20:09:05.442Z | Compiling arrayref v0.3.7 |
3083 | 2024-04-19T20:09:05.539Z | Compiling crc-any v2.4.4 |
3084 | 2024-04-19T20:09:06.352Z | Compiling hex v0.4.3 |
3085 | 2024-04-19T20:09:06.991Z | Compiling arrayvec v0.7.4 |
3086 | 2024-04-19T20:09:08.942Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3087 | 2024-04-19T20:09:09.044Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
3088 | 2024-04-19T20:09:09.239Z | Compiling sshauth v0.1.0 (https://github.com/oxidecomputer/sshauth#a145680a) |
3089 | 2024-04-19T20:09:10.711Z | Compiling oauth2 v4.4.2 |
3090 | 2024-04-19T20:09:14.155Z | Compiling ed25519-dalek v1.0.1 |
3091 | 2024-04-19T20:09:14.202Z | Compiling clap-num v1.1.1 |
3092 | 2024-04-19T20:09:14.430Z | Compiling xdg v2.5.2 |
3093 | 2024-04-19T20:09:14.744Z | Compiling permission-slip-client v1.0.0 (/work/permission-slip-build/client) |
3094 | 2024-04-19T20:09:39.339Z | Finished release [optimized] target(s) in 2m 18s |
3095 | 2024-04-19T20:09:39.415Z | |
3096 | 2024-04-19T20:09:39.415Z | real 2:31.604238696 |
3097 | 2024-04-19T20:09:39.415Z | user 15:35.883659250 |
3098 | 2024-04-19T20:09:39.415Z | sys 1:32.630260047 |
3099 | 2024-04-19T20:09:39.415Z | trap 0.522347848 |
3100 | 2024-04-19T20:09:39.415Z | tflt 0.468373041 |
3101 | 2024-04-19T20:09:39.415Z | dflt 0.608154219 |
3102 | 2024-04-19T20:09:39.415Z | kflt 0.000232631 |
3103 | 2024-04-19T20:09:39.415Z | lock 37:20.221904384 |
3104 | 2024-04-19T20:09:39.415Z | slp 43:11.822607147 |
3105 | 2024-04-19T20:09:39.416Z | lat 57.357167546 |
3106 | 2024-04-19T20:09:39.416Z | stop 50.262089887 |
3107 | 2024-04-19T20:09:39.440Z | + ptime -m gzip |
3108 | 2024-04-19T20:09:40.766Z | |
3109 | 2024-04-19T20:09:40.766Z | real 1.345669452 |
3110 | 2024-04-19T20:09:40.766Z | user 1.328180710 |
3111 | 2024-04-19T20:09:40.766Z | sys 0.016797692 |
3112 | 2024-04-19T20:09:40.766Z | trap 0.000201119 |
3113 | 2024-04-19T20:09:40.766Z | tflt 0.000000000 |
3114 | 2024-04-19T20:09:40.766Z | dflt 0.000000000 |
3115 | 2024-04-19T20:09:40.791Z | kflt 0.000000000 |
3116 | 2024-04-19T20:09:40.791Z | lock 0.000000000 |
3117 | 2024-04-19T20:09:40.791Z | slp 0.000000000 |
3118 | 2024-04-19T20:09:40.791Z | lat 0.000153387 |
3119 | 2024-04-19T20:09:40.791Z | stop 0.000235813 |
3120 | 2024-04-19T20:09:40.791Z | process exited: duration 890936 ms, exit code 0 |
|
3121 | 2024-04-19T20:09:40.846Z | found 9 output files |
3122 | 2024-04-19T20:09:40.846Z | uploading: /work/end-to-end-tests/bootstrap-f4f678342406d947.gz (9683652 bytes) |
3123 | 2024-04-19T20:09:46.382Z | uploaded: /work/end-to-end-tests/bootstrap-f4f678342406d947.gz |
3124 | 2024-04-19T20:09:46.382Z | uploading: /work/end-to-end-tests/bootstrap.gz (104727465 bytes) |
3125 | 2024-04-19T20:10:26.464Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
3126 | 2024-04-19T20:10:26.464Z | uploading: /work/end-to-end-tests/commtest-8564126c5fe9b3ba.gz (9683025 bytes) |
3127 | 2024-04-19T20:10:33.538Z | uploaded: /work/end-to-end-tests/commtest-8564126c5fe9b3ba.gz |
3128 | 2024-04-19T20:10:33.538Z | uploading: /work/end-to-end-tests/dhcp_server-686eaa7822d796de.gz (9682302 bytes) |
3129 | 2024-04-19T20:10:40.682Z | uploaded: /work/end-to-end-tests/dhcp_server-686eaa7822d796de.gz |
3130 | 2024-04-19T20:10:40.682Z | uploading: /work/end-to-end-tests/end_to_end_tests-29c8d470d114db32.gz (106368661 bytes) |
3131 | 2024-04-19T20:11:42.703Z | uploaded: /work/end-to-end-tests/end_to_end_tests-29c8d470d114db32.gz |
3132 | 2024-04-19T20:11:42.703Z | uploading: /work/caboose-util.gz (2413950 bytes) |
3133 | 2024-04-19T20:11:44.330Z | uploaded: /work/caboose-util.gz |
3134 | 2024-04-19T20:11:44.330Z | uploading: /work/tufaceous.gz (11807520 bytes) |
3135 | 2024-04-19T20:11:53.799Z | uploaded: /work/tufaceous.gz |
3136 | 2024-04-19T20:11:53.799Z | uploading: /work/commtest (470722768 bytes) |
3137 | 2024-04-19T20:15:29.352Z | uploaded: /work/commtest |
3138 | 2024-04-19T20:15:29.352Z | uploading: /work/permslip.gz (10331253 bytes) |
3139 | 2024-04-19T20:15:35.710Z | uploaded: /work/permslip.gz |