|
|
|
1 | 2024-05-30T03:11:47.249Z | job assigned to worker 01HZ3QMQBWM4XF5A04TZ0TBT8M (queued for 1 m 15 s) |
|
2 | 2024-05-30T03:11:56.068Z | starting task 0: "setup" |
3 | 2024-05-30T03:11:56.092Z | ++ uname -s |
4 | 2024-05-30T03:11:56.092Z | + kern=SunOS |
5 | 2024-05-30T03:11:56.093Z | + case "$kern" in |
6 | 2024-05-30T03:11:56.093Z | + groupadd -g 12345 build |
7 | 2024-05-30T03:11:56.093Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-30T03:11:57.736Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-30T03:11:57.847Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-30T03:11:58.276Z | + home_fs=zfs |
11 | 2024-05-30T03:11:58.276Z | + [[ zfs == autofs ]] |
12 | 2024-05-30T03:11:58.277Z | + mkdir -p /home/build |
13 | 2024-05-30T03:11:58.277Z | + chown build:build /home/build /work |
14 | 2024-05-30T03:11:59.860Z | + chmod 0700 /home/build /work |
15 | 2024-05-30T03:11:59.876Z | process exited: duration 4193 ms, exit code 0 |
|
16 | 2024-05-30T03:11:59.915Z | starting task 1: "rust-toolchain" |
17 | 2024-05-30T03:11:59.932Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-30T03:11:59.932Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
19 | 2024-05-30T03:12:00.083Z | info: downloading installer |
20 | 2024-05-30T03:12:02.073Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-30T03:12:02.073Z | warning: /opt/ooce/bin |
22 | 2024-05-30T03:12:02.073Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-30T03:12:02.073Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-30T03:12:02.073Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-30T03:12:02.073Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-30T03:12:02.073Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-30T03:12:02.073Z | error: cannot install while Rust is installed |
28 | 2024-05-30T03:12:02.074Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-30T03:12:02.587Z | info: profile set to 'default' |
30 | 2024-05-30T03:12:02.587Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-30T03:12:02.630Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
32 | 2024-05-30T03:12:02.630Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
33 | 2024-05-30T03:12:02.630Z | info: downloading component 'cargo' |
34 | 2024-05-30T03:12:03.227Z | info: downloading component 'clippy' |
35 | 2024-05-30T03:12:03.531Z | info: downloading component 'rust-docs' |
36 | 2024-05-30T03:12:05.158Z | info: downloading component 'rust-std' |
37 | 2024-05-30T03:12:06.659Z | info: downloading component 'rustc' |
38 | 2024-05-30T03:12:11.563Z | info: downloading component 'rustfmt' |
39 | 2024-05-30T03:12:11.828Z | info: installing component 'cargo' |
40 | 2024-05-30T03:12:12.711Z | info: installing component 'clippy' |
41 | 2024-05-30T03:12:13.070Z | info: installing component 'rust-docs' |
42 | 2024-05-30T03:12:14.623Z | info: installing component 'rust-std' |
43 | 2024-05-30T03:12:16.428Z | info: installing component 'rustc' |
44 | 2024-05-30T03:12:20.718Z | info: installing component 'rustfmt' |
45 | 2024-05-30T03:12:21.053Z | |
46 | 2024-05-30T03:12:21.066Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
47 | 2024-05-30T03:12:21.328Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
48 | 2024-05-30T03:12:21.329Z | |
49 | 2024-05-30T03:12:21.350Z | |
50 | 2024-05-30T03:12:21.351Z | Rust is installed now. Great! |
51 | 2024-05-30T03:12:21.351Z | |
52 | 2024-05-30T03:12:21.351Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-30T03:12:21.351Z | environment variable. This has not been done automatically. |
54 | 2024-05-30T03:12:21.351Z | |
55 | 2024-05-30T03:12:21.351Z | To configure your current shell, you need to source |
56 | 2024-05-30T03:12:21.351Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-30T03:12:21.352Z | |
58 | 2024-05-30T03:12:21.352Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-30T03:12:21.352Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-30T03:12:21.352Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-30T03:12:21.433Z | + rustc --version |
62 | 2024-05-30T03:12:21.477Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
63 | 2024-05-30T03:12:21.910Z | process exited: duration 21570 ms, exit code 0 |
|
64 | 2024-05-30T03:12:21.959Z | starting task 2: "authentication" |
65 | 2024-05-30T03:12:22.034Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
66 | 2024-05-30T03:12:26.148Z | process exited: duration 4192 ms, exit code 0 |
|
67 | 2024-05-30T03:12:26.622Z | starting task 3: "clone repository" |
68 | 2024-05-30T03:12:27.480Z | + mkdir -p /work/oxidecomputer/omicron |
69 | 2024-05-30T03:12:27.481Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
70 | 2024-05-30T03:12:27.481Z | Cloning into '/work/oxidecomputer/omicron'... |
71 | 2024-05-30T03:12:36.210Z | + cd /work/oxidecomputer/omicron |
72 | 2024-05-30T03:12:36.229Z | + git fetch origin 786c3eabdef0079284d5005c097130784388cc2b |
73 | 2024-05-30T03:12:36.528Z | From https://github.com/oxidecomputer/omicron |
74 | 2024-05-30T03:12:36.528Z | * branch 786c3eabdef0079284d5005c097130784388cc2b -> FETCH_HEAD |
75 | 2024-05-30T03:12:36.955Z | + [[ -n renovate/libc-0.x ]] |
76 | 2024-05-30T03:12:36.955Z | ++ git branch --show-current |
77 | 2024-05-30T03:12:36.955Z | + current=main |
78 | 2024-05-30T03:12:36.956Z | + [[ main != renovate/libc-0.x ]] |
79 | 2024-05-30T03:12:36.956Z | + git branch -f renovate/libc-0.x 786c3eabdef0079284d5005c097130784388cc2b |
80 | 2024-05-30T03:12:36.956Z | + git checkout -f renovate/libc-0.x |
81 | 2024-05-30T03:12:36.972Z | Switched to branch 'renovate/libc-0.x' |
82 | 2024-05-30T03:12:36.972Z | + git reset --hard 786c3eabdef0079284d5005c097130784388cc2b |
83 | 2024-05-30T03:12:36.972Z | HEAD is now at 786c3eabd Update Rust crate libc to 0.2.155 |
84 | 2024-05-30T03:12:36.972Z | process exited: duration 10077 ms, exit code 0 |
|
85 | 2024-05-30T03:12:37.007Z | starting task 4: "build" |
86 | 2024-05-30T03:12:37.026Z | + cargo --version |
87 | 2024-05-30T03:12:37.069Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
88 | 2024-05-30T03:12:37.095Z | + rustc --version |
89 | 2024-05-30T03:12:37.117Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
90 | 2024-05-30T03:12:37.145Z | + WORK=/work |
91 | 2024-05-30T03:12:37.146Z | + pfexec mkdir -p /work |
92 | 2024-05-30T03:12:37.146Z | + pfexec chown build /work |
93 | 2024-05-30T03:12:37.146Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
94 | 2024-05-30T03:12:46.336Z | Startup: Refreshing catalog 'helios-dev' ... Done |
95 | 2024-05-30T03:12:48.175Z | Startup: Caching catalogs ... Done |
96 | 2024-05-30T03:12:50.287Z | Planning: Solver setup ... Done (1.559s) |
97 | 2024-05-30T03:12:50.317Z | Planning: Running solver ... Done (0.029s) |
98 | 2024-05-30T03:12:50.356Z | Planning: Finding local manifests ... Done (0.003s) |
99 | 2024-05-30T03:12:50.393Z | Planning: Fetching manifests: 0/4 0% complete |
100 | 2024-05-30T03:12:50.636Z | Planning: Fetching manifests: 4/4 100% complete |
101 | 2024-05-30T03:12:51.079Z | Planning: Package planning ... Done (0.053s) |
102 | 2024-05-30T03:12:51.080Z | Planning: Merging actions ... Done (0.053s) |
103 | 2024-05-30T03:12:51.460Z | Planning: Checking for conflicting actions ... Done (0.715s) |
104 | 2024-05-30T03:12:51.477Z | Planning: Consolidating action changes ... Done (0.011s) |
105 | 2024-05-30T03:12:55.100Z | Planning: Evaluating mediators ... Done (3.632s) |
106 | 2024-05-30T03:12:55.110Z | Planning: Planning completed in 6.87 seconds |
107 | 2024-05-30T03:12:55.504Z | Packages to install: 4 |
108 | 2024-05-30T03:12:55.504Z | Mediators to change: 2 |
109 | 2024-05-30T03:12:55.504Z | Services to change: 1 |
110 | 2024-05-30T03:12:55.504Z | Estimated space available: 155.78 GB |
111 | 2024-05-30T03:12:55.549Z | Estimated space to be consumed: 1.45 GB |
112 | 2024-05-30T03:12:55.549Z | Create boot environment: No |
113 | 2024-05-30T03:12:55.549Z | Create backup boot environment: No |
114 | 2024-05-30T03:12:55.549Z | Rebuild boot archive: No |
115 | 2024-05-30T03:12:55.549Z | |
116 | 2024-05-30T03:12:55.549Z | Changed mediators: |
117 | 2024-05-30T03:12:55.550Z | mediator clang: |
118 | 2024-05-30T03:12:55.550Z | version: None -> 15 (system default) |
119 | 2024-05-30T03:12:55.550Z | |
120 | 2024-05-30T03:12:55.550Z | mediator llvm: |
121 | 2024-05-30T03:12:55.550Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-05-30T03:12:55.550Z | |
123 | 2024-05-30T03:12:55.551Z | Changed packages: |
124 | 2024-05-30T03:12:55.551Z | helios-dev |
125 | 2024-05-30T03:12:55.551Z | developer/build-essential |
126 | 2024-05-30T03:12:55.551Z | None -> 11-2.0 |
127 | 2024-05-30T03:12:55.551Z | library/libxmlsec1 |
128 | 2024-05-30T03:12:55.551Z | None -> 1.2.35-2.0 |
129 | 2024-05-30T03:12:55.551Z | ooce/developer/clang-15 |
130 | 2024-05-30T03:12:55.552Z | None -> 15.0.7-2.0 |
131 | 2024-05-30T03:12:55.552Z | ooce/developer/llvm-15 |
132 | 2024-05-30T03:12:55.552Z | None -> 15.0.7-2.0 |
133 | 2024-05-30T03:12:55.552Z | |
134 | 2024-05-30T03:12:55.552Z | Services: |
135 | 2024-05-30T03:12:55.552Z | restart_fmri: |
136 | 2024-05-30T03:12:55.553Z | svc:/system/update-man-index:default |
137 | 2024-05-30T03:12:55.987Z | |
138 | 2024-05-30T03:12:55.987Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
139 | 2024-05-30T03:13:02.995Z | Download: 210/3290 items 1.3/212.6MB 0% complete (323k/s) |
140 | 2024-05-30T03:13:08.546Z | Download: 211/3290 items 1.3/212.6MB 0% complete (315k/s) |
141 | 2024-05-30T03:13:13.700Z | Download: 409/3290 items 2.4/212.6MB 1% complete (153k/s) |
142 | 2024-05-30T03:13:18.690Z | Download: 715/3290 items 17.6/212.6MB 8% complete (1.6M/s) |
143 | 2024-05-30T03:13:23.700Z | Download: 1550/3290 items 117.6/212.6MB 55% complete (11.6M/s) |
144 | 2024-05-30T03:13:28.830Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (10.3M/s) |
145 | 2024-05-30T03:13:35.385Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (10.1M/s) |
146 | 2024-05-30T03:13:40.379Z | Download: 2655/3290 items 120.7/212.6MB 56% complete (290k/s) |
147 | 2024-05-30T03:13:45.403Z | Download: 3093/3290 items 143.4/212.6MB 67% complete (2.3M/s) |
148 | 2024-05-30T03:13:53.025Z | Download: 3247/3290 items 203.1/212.6MB 95% complete (8.2M/s) |
149 | 2024-05-30T03:13:55.002Z | Download: Completed 212.60 MB in 59.38 seconds (3.6M/s) |
150 | 2024-05-30T03:13:55.634Z | Actions: 1/3689 actions (Installing new actions) |
151 | 2024-05-30T03:14:00.344Z | Actions: 3645/3689 actions (Installing new actions) |
152 | 2024-05-30T03:14:00.383Z | Actions: Completed 3689 actions in 5.20 seconds. |
153 | 2024-05-30T03:14:00.638Z | Done (0.246s) |
154 | 2024-05-30T03:14:00.638Z | Done (0.000s) |
155 | 2024-05-30T03:14:01.121Z | Done (0.304s) |
156 | 2024-05-30T03:14:06.576Z | Done (5.469s) |
157 | 2024-05-30T03:14:06.735Z | Done (0.084s) |
158 | 2024-05-30T03:14:06.752Z | Done (0.000s) |
159 | 2024-05-30T03:14:06.924Z | Done (0.000s) |
160 | 2024-05-30T03:14:07.504Z | Planning: Evaluating mediator changes ... Done |
161 | 2024-05-30T03:14:08.079Z | Planning: Checking for conflicting actions ... Done |
162 | 2024-05-30T03:14:08.086Z | Planning: Consolidating action changes ... Done |
163 | 2024-05-30T03:14:08.086Z | Planning: Evaluating mediators ... Done |
164 | 2024-05-30T03:14:08.086Z | Planning: Planning completed in 0.45 seconds |
165 | 2024-05-30T03:14:08.087Z | Mediators to change: 2 |
166 | 2024-05-30T03:14:08.087Z | Create boot environment: No |
167 | 2024-05-30T03:14:08.087Z | Create backup boot environment: No |
168 | 2024-05-30T03:14:08.087Z | Done |
169 | 2024-05-30T03:14:08.087Z | Done |
170 | 2024-05-30T03:14:08.263Z | Done |
171 | 2024-05-30T03:14:12.185Z | Done |
172 | 2024-05-30T03:14:12.281Z | Done |
173 | 2024-05-30T03:14:12.290Z | Done |
174 | 2024-05-30T03:14:12.389Z | Done |
175 | 2024-05-30T03:14:13.042Z | Planning: Evaluating mediator changes ... Done |
176 | 2024-05-30T03:14:13.056Z | Planning: Merging actions ... Done |
177 | 2024-05-30T03:14:13.402Z | Planning: Checking for conflicting actions ... Done |
178 | 2024-05-30T03:14:13.443Z | Planning: Consolidating action changes ... Done |
179 | 2024-05-30T03:14:13.556Z | Planning: Evaluating mediators ... Done |
180 | 2024-05-30T03:14:13.580Z | Planning: Planning completed in 0.79 seconds |
181 | 2024-05-30T03:14:13.610Z | Packages to change: 1 |
182 | 2024-05-30T03:14:13.610Z | Mediators to change: 1 |
183 | 2024-05-30T03:14:13.611Z | Services to change: 1 |
184 | 2024-05-30T03:14:13.611Z | Create boot environment: No |
185 | 2024-05-30T03:14:13.623Z | Create backup boot environment: Yes |
186 | 2024-05-30T03:14:15.555Z | Actions: 1/6 actions (Updating modified actions) |
187 | 2024-05-30T03:14:15.575Z | Actions: Completed 6 actions in 0.03 seconds. |
188 | 2024-05-30T03:14:15.588Z | Done |
189 | 2024-05-30T03:14:15.588Z | Done |
190 | 2024-05-30T03:14:15.646Z | Done |
191 | 2024-05-30T03:14:19.603Z | Done |
192 | 2024-05-30T03:14:19.707Z | Done |
193 | 2024-05-30T03:14:19.740Z | Done |
194 | 2024-05-30T03:14:19.828Z | Done |
195 | 2024-05-30T03:14:20.308Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
196 | 2024-05-30T03:14:20.308Z | clang system 15 system |
197 | 2024-05-30T03:14:20.308Z | csh system system illumos |
198 | 2024-05-30T03:14:20.308Z | ctags system system illumos |
199 | 2024-05-30T03:14:20.308Z | gcc vendor 12 vendor |
200 | 2024-05-30T03:14:20.308Z | gcc system 10 system |
201 | 2024-05-30T03:14:20.309Z | gcc system 7 system |
202 | 2024-05-30T03:14:20.309Z | go system 1.20 system |
203 | 2024-05-30T03:14:20.309Z | go system 1.19 system |
204 | 2024-05-30T03:14:20.309Z | llvm system 15 system |
205 | 2024-05-30T03:14:20.309Z | llvm system 14 system |
206 | 2024-05-30T03:14:20.309Z | mariadb system 10.6 system |
207 | 2024-05-30T03:14:20.309Z | mta vendor vendor dma |
208 | 2024-05-30T03:14:20.309Z | openjdk system 17 system |
209 | 2024-05-30T03:14:20.309Z | openjdk system 11 system |
210 | 2024-05-30T03:14:20.310Z | openjdk system 1.8 system |
211 | 2024-05-30T03:14:20.310Z | openssl vendor 3 vendor |
212 | 2024-05-30T03:14:20.310Z | perl system 5.36 system |
213 | 2024-05-30T03:14:20.310Z | postgresql system 15 system |
214 | 2024-05-30T03:14:20.310Z | postgresql system 13 system |
215 | 2024-05-30T03:14:20.310Z | python vendor 3 vendor |
216 | 2024-05-30T03:14:20.310Z | python system 2 system |
217 | 2024-05-30T03:14:20.311Z | python3 system 3.11 system |
218 | 2024-05-30T03:14:20.311Z | ruby system 3.0 system |
219 | 2024-05-30T03:14:20.311Z | words vendor vendor american-english |
220 | 2024-05-30T03:14:20.311Z | words system system australian-english |
221 | 2024-05-30T03:14:20.311Z | words system system british-english |
222 | 2024-05-30T03:14:20.311Z | words system system canadian-english |
223 | 2024-05-30T03:14:20.312Z | words system system french |
224 | 2024-05-30T03:14:20.312Z | words system system italian |
225 | 2024-05-30T03:14:20.312Z | words system system ngerman |
226 | 2024-05-30T03:14:20.312Z | words system system ogerman |
227 | 2024-05-30T03:14:20.312Z | words system system spanish |
228 | 2024-05-30T03:14:20.664Z | PUBLISHER TYPE STATUS P LOCATION |
229 | 2024-05-30T03:14:20.664Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
230 | 2024-05-30T03:14:22.187Z | FMRI IFO |
231 | 2024-05-30T03:14:22.187Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2024-05-30T03:14:22.187Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2024-05-30T03:14:22.187Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2024-05-30T03:14:22.187Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
235 | 2024-05-30T03:14:22.187Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
236 | 2024-05-30T03:14:22.187Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
237 | 2024-05-30T03:14:22.188Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
238 | 2024-05-30T03:14:22.188Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
239 | 2024-05-30T03:14:22.188Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
240 | 2024-05-30T03:14:22.188Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
241 | 2024-05-30T03:14:22.188Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
242 | 2024-05-30T03:14:22.189Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
243 | 2024-05-30T03:14:22.496Z | + set -o errexit |
244 | 2024-05-30T03:14:22.532Z | +++ dirname ./tools/ci_download_cockroachdb |
245 | 2024-05-30T03:14:22.532Z | ++ cd ./tools |
246 | 2024-05-30T03:14:22.532Z | ++ pwd |
247 | 2024-05-30T03:14:22.532Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
248 | 2024-05-30T03:14:22.533Z | ++ basename ./tools/ci_download_cockroachdb |
249 | 2024-05-30T03:14:22.533Z | + ARG0=ci_download_cockroachdb |
250 | 2024-05-30T03:14:22.533Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
251 | 2024-05-30T03:14:22.533Z | + CIDL_VERSION=v22.1.9 |
252 | 2024-05-30T03:14:22.533Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
253 | 2024-05-30T03:14:22.533Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
254 | 2024-05-30T03:14:22.533Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
255 | 2024-05-30T03:14:22.534Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
256 | 2024-05-30T03:14:22.534Z | + TARGET_DIR=out |
257 | 2024-05-30T03:14:22.534Z | + DOWNLOAD_DIR=out/downloads |
258 | 2024-05-30T03:14:22.534Z | + DEST_DIR=./out/cockroachdb |
259 | 2024-05-30T03:14:22.535Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
260 | 2024-05-30T03:14:22.535Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
261 | 2024-05-30T03:14:22.535Z | + main |
262 | 2024-05-30T03:14:22.535Z | + [[ 0 != 0 ]] |
263 | 2024-05-30T03:14:22.535Z | + CIDL_OS=solaris2.11 |
264 | 2024-05-30T03:14:22.536Z | + [[ 0 != 0 ]] |
265 | 2024-05-30T03:14:22.536Z | + configure_os solaris2.11 |
266 | 2024-05-30T03:14:22.536Z | + echo 'current directory: /work/oxidecomputer/omicron' |
267 | 2024-05-30T03:14:22.536Z | current directory: /work/oxidecomputer/omicron |
268 | 2024-05-30T03:14:22.536Z | + echo 'configuring based on OS: "solaris2.11"' |
269 | 2024-05-30T03:14:22.536Z | + case "$1" in |
270 | 2024-05-30T03:14:22.536Z | configuring based on OS: "solaris2.11" |
271 | 2024-05-30T03:14:22.536Z | + CIDL_BUILD=illumos |
272 | 2024-05-30T03:14:22.537Z | + CIDL_SUFFIX=tar.gz |
273 | 2024-05-30T03:14:22.537Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
274 | 2024-05-30T03:14:22.537Z | + CIDL_URL_BASE=https://illumos.org/downloads |
275 | 2024-05-30T03:14:22.537Z | + CIDL_ASSEMBLE=do_assemble_illumos |
276 | 2024-05-30T03:14:22.537Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
277 | 2024-05-30T03:14:22.537Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
278 | 2024-05-30T03:14:22.537Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2024-05-30T03:14:22.537Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
280 | 2024-05-30T03:14:22.537Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2024-05-30T03:14:22.537Z | + CIDL_SHA256FUNC=do_sha256sum |
282 | 2024-05-30T03:14:22.537Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
283 | 2024-05-30T03:14:22.538Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
284 | 2024-05-30T03:14:22.538Z | + mkdir -p out/downloads |
285 | 2024-05-30T03:14:22.538Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2024-05-30T03:14:22.538Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2024-05-30T03:14:22.538Z | + mkdir -p ./out/cockroachdb |
288 | 2024-05-30T03:14:22.538Z | + local DO_DOWNLOAD=true |
289 | 2024-05-30T03:14:22.538Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
290 | 2024-05-30T03:14:22.538Z | + '[' true == true ']' |
291 | 2024-05-30T03:14:22.538Z | + echo Downloading... |
292 | 2024-05-30T03:14:22.539Z | Downloading... |
293 | 2024-05-30T03:14:22.539Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-05-30T03:14:22.539Z | + 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 |
295 | 2024-05-30T03:14:28.395Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2024-05-30T03:14:28.416Z | ++ sha256sum |
297 | 2024-05-30T03:14:28.416Z | ++ awk '{print $1}' |
298 | 2024-05-30T03:14:28.461Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
299 | 2024-05-30T03:14:28.461Z | + [[ 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 ]] |
300 | 2024-05-30T03:14:28.461Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2024-05-30T03:14:28.481Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
302 | 2024-05-30T03:14:30.678Z | + do_assemble_illumos |
303 | 2024-05-30T03:14:30.679Z | + rm -r ./out/cockroachdb |
304 | 2024-05-30T03:14:30.710Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
305 | 2024-05-30T03:14:31.043Z | + ./out/cockroachdb/bin/cockroach version |
306 | 2024-05-30T03:14:31.249Z | Build Tag: v22.1.9-dirty |
307 | 2024-05-30T03:14:31.249Z | Build Time: 2022/10/26 21:17:46 |
308 | 2024-05-30T03:14:31.249Z | Distribution: OSS |
309 | 2024-05-30T03:14:31.249Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
310 | 2024-05-30T03:14:31.249Z | Go Version: go1.17.13 |
311 | 2024-05-30T03:14:31.250Z | C Compiler: gcc 10.3.0 |
312 | 2024-05-30T03:14:31.250Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
313 | 2024-05-30T03:14:31.250Z | Build Type: release |
314 | 2024-05-30T03:14:31.269Z | + set -o errexit |
315 | 2024-05-30T03:14:31.314Z | +++ dirname ./tools/ci_download_clickhouse |
316 | 2024-05-30T03:14:31.315Z | ++ cd ./tools |
317 | 2024-05-30T03:14:31.315Z | ++ pwd |
318 | 2024-05-30T03:14:31.315Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
319 | 2024-05-30T03:14:31.315Z | ++ basename ./tools/ci_download_clickhouse |
320 | 2024-05-30T03:14:31.315Z | + ARG0=ci_download_clickhouse |
321 | 2024-05-30T03:14:31.315Z | + TARGET_DIR=out |
322 | 2024-05-30T03:14:31.315Z | + DOWNLOAD_DIR=out/downloads |
323 | 2024-05-30T03:14:31.316Z | + DEST_DIR=./out/clickhouse |
324 | 2024-05-30T03:14:31.316Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
325 | 2024-05-30T03:14:31.316Z | + CIDL_VERSION=v23.8.7.24 |
326 | 2024-05-30T03:14:31.316Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
327 | 2024-05-30T03:14:31.316Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
328 | 2024-05-30T03:14:31.317Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
329 | 2024-05-30T03:14:31.317Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
330 | 2024-05-30T03:14:31.317Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
331 | 2024-05-30T03:14:31.317Z | + main |
332 | 2024-05-30T03:14:31.317Z | + [[ 0 != 0 ]] |
333 | 2024-05-30T03:14:31.317Z | + CIDL_OS=solaris2.11 |
334 | 2024-05-30T03:14:31.318Z | + [[ 0 != 0 ]] |
335 | 2024-05-30T03:14:31.318Z | + configure_os solaris2.11 |
336 | 2024-05-30T03:14:31.318Z | + echo 'current directory: /work/oxidecomputer/omicron' |
337 | 2024-05-30T03:14:31.318Z | current directory: /work/oxidecomputer/omicron |
338 | 2024-05-30T03:14:31.318Z | + echo 'configuring based on OS: "solaris2.11"' |
339 | 2024-05-30T03:14:31.318Z | + CIDL_DASHREV= |
340 | 2024-05-30T03:14:31.319Z | + case "$1" in |
341 | 2024-05-30T03:14:31.319Z | + CIDL_PLATFORM=illumos |
342 | 2024-05-30T03:14:31.319Z | configuring based on OS: "solaris2.11" |
343 | 2024-05-30T03:14:31.319Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
344 | 2024-05-30T03:14:31.319Z | + CIDL_MD5FUNC=do_md5sum |
345 | 2024-05-30T03:14:31.319Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
346 | 2024-05-30T03:14:31.319Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
347 | 2024-05-30T03:14:31.319Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
348 | 2024-05-30T03:14:31.320Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
349 | 2024-05-30T03:14:31.320Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
350 | 2024-05-30T03:14:31.320Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
351 | 2024-05-30T03:14:31.320Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
352 | 2024-05-30T03:14:31.320Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
353 | 2024-05-30T03:14:31.320Z | + mkdir -p out/downloads |
354 | 2024-05-30T03:14:31.321Z | + mkdir -p ./out/clickhouse |
355 | 2024-05-30T03:14:31.321Z | + local DO_DOWNLOAD=true |
356 | 2024-05-30T03:14:31.321Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
357 | 2024-05-30T03:14:31.321Z | + '[' true == true ']' |
358 | 2024-05-30T03:14:31.321Z | + echo Downloading... |
359 | 2024-05-30T03:14:31.321Z | Downloading... |
360 | 2024-05-30T03:14:31.321Z | + 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 |
361 | 2024-05-30T03:14:31.322Z | + 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 |
362 | 2024-05-30T03:14:32.989Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
363 | 2024-05-30T03:14:33.011Z | ++ md5sum |
364 | 2024-05-30T03:14:33.012Z | ++ awk '{print $1}' |
365 | 2024-05-30T03:14:33.292Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
366 | 2024-05-30T03:14:33.292Z | + [[ 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 ]] |
367 | 2024-05-30T03:14:33.310Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
368 | 2024-05-30T03:14:33.310Z | + mkdir -p ./out/clickhouse |
369 | 2024-05-30T03:14:33.310Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
370 | 2024-05-30T03:14:37.192Z | + [[ solaris2.11 == darwin* ]] |
371 | 2024-05-30T03:14:37.193Z | + ./out/clickhouse/clickhouse server --version |
372 | 2024-05-30T03:14:37.518Z | ClickHouse server version 23.8.7.1. |
373 | 2024-05-30T03:14:37.540Z | + set -o errexit |
374 | 2024-05-30T03:14:37.558Z | +++ dirname ./tools/ci_download_console |
375 | 2024-05-30T03:14:37.558Z | ++ cd ./tools |
376 | 2024-05-30T03:14:37.558Z | ++ pwd |
377 | 2024-05-30T03:14:37.558Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
378 | 2024-05-30T03:14:37.559Z | ++ basename ./tools/ci_download_console |
379 | 2024-05-30T03:14:37.559Z | + ARG0=ci_download_console |
380 | 2024-05-30T03:14:37.559Z | + TARGET_DIR=out |
381 | 2024-05-30T03:14:37.559Z | + DOWNLOAD_DIR=out/downloads |
382 | 2024-05-30T03:14:37.559Z | + DEST_DIR=./out/console-assets |
383 | 2024-05-30T03:14:37.559Z | + source /work/oxidecomputer/omicron/tools/console_version |
384 | 2024-05-30T03:14:37.559Z | ++ COMMIT=a228b75ba35952b68c0b8b0892c452d4fc29467a |
385 | 2024-05-30T03:14:37.560Z | ++ SHA2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 |
386 | 2024-05-30T03:14:37.560Z | + URL=https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz |
387 | 2024-05-30T03:14:37.560Z | + TARBALL_FILE=out/downloads/console.tar.gz |
388 | 2024-05-30T03:14:37.560Z | + main |
389 | 2024-05-30T03:14:37.560Z | + [[ 0 != 0 ]] |
390 | 2024-05-30T03:14:37.560Z | + echo 'URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz' |
391 | 2024-05-30T03:14:37.560Z | URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz |
392 | 2024-05-30T03:14:37.560Z | + echo 'Local file: out/downloads/console.tar.gz' |
393 | 2024-05-30T03:14:37.560Z | Local file: out/downloads/console.tar.gz |
394 | 2024-05-30T03:14:37.560Z | + local DO_DOWNLOAD=true |
395 | 2024-05-30T03:14:37.560Z | + [[ -f out/downloads/console.tar.gz ]] |
396 | 2024-05-30T03:14:37.561Z | + mkdir -p out/downloads |
397 | 2024-05-30T03:14:37.561Z | + '[' true == true ']' |
398 | 2024-05-30T03:14:37.561Z | + echo Downloading... |
399 | 2024-05-30T03:14:37.561Z | Downloading... |
400 | 2024-05-30T03:14:37.561Z | + do_download_curl https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz out/downloads/console.tar.gz |
401 | 2024-05-30T03:14:37.561Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz |
402 | 2024-05-30T03:14:38.257Z | ++ do_sha256sum out/downloads/console.tar.gz |
403 | 2024-05-30T03:14:38.257Z | ++ case "$OSTYPE" in |
404 | 2024-05-30T03:14:38.282Z | ++ SHA=sha256sum |
405 | 2024-05-30T03:14:38.282Z | ++ sha256sum |
406 | 2024-05-30T03:14:38.282Z | ++ awk '{print $1}' |
407 | 2024-05-30T03:14:38.283Z | + calculated_sha2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 |
408 | 2024-05-30T03:14:38.283Z | + [[ 8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 != \8\d\5\b\0\6\6\8\0\e\5\9\8\6\b\6\3\3\b\3\f\9\7\e\4\6\d\7\8\2\3\e\a\2\d\d\d\f\2\b\9\8\9\3\0\d\8\c\6\a\4\f\7\d\c\1\e\b\3\8\2\0\4\8 ]] |
409 | 2024-05-30T03:14:38.283Z | + rm -rf ./out/console-assets |
410 | 2024-05-30T03:14:38.283Z | + mkdir -p ./out/console-assets |
411 | 2024-05-30T03:14:38.283Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
412 | 2024-05-30T03:14:38.283Z | + mkdir -p ./out/console-assets |
413 | 2024-05-30T03:14:38.284Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
414 | 2024-05-30T03:14:38.371Z | + set -o errexit |
415 | 2024-05-30T03:14:38.417Z | +++ dirname ./tools/ci_download_dendrite_openapi |
416 | 2024-05-30T03:14:38.417Z | ++ cd ./tools |
417 | 2024-05-30T03:14:38.417Z | ++ pwd |
418 | 2024-05-30T03:14:38.418Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
419 | 2024-05-30T03:14:38.418Z | ++ basename ./tools/ci_download_dendrite_openapi |
420 | 2024-05-30T03:14:38.418Z | + ARG0=ci_download_dendrite_openapi |
421 | 2024-05-30T03:14:38.418Z | + TARGET_DIR=out |
422 | 2024-05-30T03:14:38.419Z | + DOWNLOAD_DIR=out/downloads |
423 | 2024-05-30T03:14:38.420Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
424 | 2024-05-30T03:14:38.421Z | ++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
425 | 2024-05-30T03:14:38.421Z | ++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
426 | 2024-05-30T03:14:38.421Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
427 | 2024-05-30T03:14:38.421Z | + LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
428 | 2024-05-30T03:14:38.422Z | + main |
429 | 2024-05-30T03:14:38.422Z | + [[ 0 != 0 ]] |
430 | 2024-05-30T03:14:38.422Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json' |
431 | 2024-05-30T03:14:38.422Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
432 | 2024-05-30T03:14:38.423Z | + echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json' |
433 | 2024-05-30T03:14:38.423Z | + local DO_DOWNLOAD=true |
434 | 2024-05-30T03:14:38.423Z | Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
435 | 2024-05-30T03:14:38.424Z | + [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]] |
436 | 2024-05-30T03:14:38.424Z | + mkdir -p out/downloads |
437 | 2024-05-30T03:14:38.425Z | + '[' true == true ']' |
438 | 2024-05-30T03:14:38.425Z | + echo Downloading... |
439 | 2024-05-30T03:14:38.426Z | Downloading... |
440 | 2024-05-30T03:14:38.426Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
441 | 2024-05-30T03:14:38.426Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
442 | 2024-05-30T03:14:41.175Z | ++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
443 | 2024-05-30T03:14:41.175Z | ++ case "$OSTYPE" in |
444 | 2024-05-30T03:14:41.199Z | ++ SHA=sha256sum |
445 | 2024-05-30T03:14:41.200Z | ++ sha256sum |
446 | 2024-05-30T03:14:41.200Z | ++ awk '{print $1}' |
447 | 2024-05-30T03:14:41.200Z | + calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
448 | 2024-05-30T03:14:41.200Z | + [[ 213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 != \2\1\3\0\3\1\a\a\0\5\8\f\0\a\a\3\5\5\9\6\4\e\4\a\5\c\a\3\5\0\d\b\3\0\1\1\0\4\5\4\b\a\d\5\c\7\7\c\b\c\9\4\a\b\7\7\f\d\c\b\e\0\1\3 ]] |
449 | 2024-05-30T03:14:41.200Z | + set -o errexit |
450 | 2024-05-30T03:14:41.201Z | +++ dirname ./tools/ci_download_dendrite_stub |
451 | 2024-05-30T03:14:41.201Z | ++ cd ./tools |
452 | 2024-05-30T03:14:41.201Z | ++ pwd |
453 | 2024-05-30T03:14:41.201Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
454 | 2024-05-30T03:14:41.201Z | ++ basename ./tools/ci_download_dendrite_stub |
455 | 2024-05-30T03:14:41.202Z | + ARG0=ci_download_dendrite_stub |
456 | 2024-05-30T03:14:41.202Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
457 | 2024-05-30T03:14:41.202Z | ++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
458 | 2024-05-30T03:14:41.202Z | ++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b |
459 | 2024-05-30T03:14:41.202Z | ++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882 |
460 | 2024-05-30T03:14:41.203Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
461 | 2024-05-30T03:14:41.203Z | ++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
462 | 2024-05-30T03:14:41.203Z | ++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
463 | 2024-05-30T03:14:41.203Z | + TARGET_DIR=out |
464 | 2024-05-30T03:14:41.203Z | + DOWNLOAD_DIR=out/downloads |
465 | 2024-05-30T03:14:41.204Z | + DEST_DIR=./out/dendrite-stub |
466 | 2024-05-30T03:14:41.204Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
467 | 2024-05-30T03:14:41.204Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
468 | 2024-05-30T03:14:41.204Z | + REPO=oxidecomputer/dendrite |
469 | 2024-05-30T03:14:41.204Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
470 | 2024-05-30T03:14:41.205Z | + main |
471 | 2024-05-30T03:14:41.205Z | + [[ 0 != 0 ]] |
472 | 2024-05-30T03:14:41.205Z | + CIDL_OS=solaris2.11 |
473 | 2024-05-30T03:14:41.205Z | + [[ 0 != 0 ]] |
474 | 2024-05-30T03:14:41.205Z | + configure_os solaris2.11 |
475 | 2024-05-30T03:14:41.206Z | + echo 'current directory: /work/oxidecomputer/omicron' |
476 | 2024-05-30T03:14:41.206Z | current directory: /work/oxidecomputer/omicron |
477 | 2024-05-30T03:14:41.206Z | + echo 'configuring based on OS: "solaris2.11"' |
478 | 2024-05-30T03:14:41.206Z | configuring based on OS: "solaris2.11" |
479 | 2024-05-30T03:14:41.206Z | + case "$1" in |
480 | 2024-05-30T03:14:41.206Z | + SET_BINARIES= |
481 | 2024-05-30T03:14:41.207Z | + CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
482 | 2024-05-30T03:14:41.207Z | + CIDL_SHA256FUNC=do_sha256sum |
483 | 2024-05-30T03:14:41.207Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
484 | 2024-05-30T03:14:41.207Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
485 | 2024-05-30T03:14:41.207Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
486 | 2024-05-30T03:14:41.208Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz' |
487 | 2024-05-30T03:14:41.208Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
488 | 2024-05-30T03:14:41.208Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
489 | 2024-05-30T03:14:41.208Z | Local file: out/downloads/dendrite-stub.tar.gz |
490 | 2024-05-30T03:14:41.208Z | + mkdir -p out/downloads |
491 | 2024-05-30T03:14:41.208Z | + mkdir -p ./out/dendrite-stub |
492 | 2024-05-30T03:14:41.208Z | + fetch_and_verify |
493 | 2024-05-30T03:14:41.208Z | + local DO_DOWNLOAD=true |
494 | 2024-05-30T03:14:41.209Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
495 | 2024-05-30T03:14:41.209Z | + '[' true == true ']' |
496 | 2024-05-30T03:14:41.209Z | + echo Downloading... |
497 | 2024-05-30T03:14:41.209Z | Downloading... |
498 | 2024-05-30T03:14:41.209Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
499 | 2024-05-30T03:14:41.209Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
500 | 2024-05-30T03:15:10.786Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
501 | 2024-05-30T03:15:11.195Z | ++ sha256sum |
502 | 2024-05-30T03:15:11.195Z | ++ awk '{print $1}' |
503 | 2024-05-30T03:15:11.195Z | + calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
504 | 2024-05-30T03:15:11.195Z | + [[ 5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 != \5\9\2\9\f\9\a\b\f\0\d\a\f\4\b\b\f\1\7\d\8\3\5\e\5\d\6\9\f\c\8\4\2\b\9\6\1\7\b\3\1\2\f\b\5\6\4\4\f\a\9\9\d\a\f\7\8\5\2\0\3\7\0\0 ]] |
505 | 2024-05-30T03:15:11.195Z | + do_untar out/downloads/dendrite-stub.tar.gz |
506 | 2024-05-30T03:15:11.195Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
507 | 2024-05-30T03:15:11.444Z | + do_assemble |
508 | 2024-05-30T03:15:11.444Z | + rm -r ./out/dendrite-stub |
509 | 2024-05-30T03:15:11.472Z | + mkdir ./out/dendrite-stub |
510 | 2024-05-30T03:15:11.473Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
511 | 2024-05-30T03:15:11.541Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
512 | 2024-05-30T03:15:11.564Z | + set -o errexit |
513 | 2024-05-30T03:15:11.564Z | +++ dirname ./tools/ci_download_maghemite_mgd |
514 | 2024-05-30T03:15:11.564Z | ++ cd ./tools |
515 | 2024-05-30T03:15:11.564Z | ++ pwd |
516 | 2024-05-30T03:15:11.564Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
517 | 2024-05-30T03:15:11.565Z | ++ basename ./tools/ci_download_maghemite_mgd |
518 | 2024-05-30T03:15:11.565Z | + ARG0=ci_download_maghemite_mgd |
519 | 2024-05-30T03:15:11.565Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
520 | 2024-05-30T03:15:11.565Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
521 | 2024-05-30T03:15:11.565Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 |
522 | 2024-05-30T03:15:11.565Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
523 | 2024-05-30T03:15:11.565Z | ++ COMMIT=23b0cf439f9f62b9a4933e55cc72bcaddc9596cd |
524 | 2024-05-30T03:15:11.566Z | ++ SHA2=fdb33ee7425923560534672264008ef8948d227afce948ab704de092ad72157c |
525 | 2024-05-30T03:15:11.566Z | + TARGET_DIR=out |
526 | 2024-05-30T03:15:11.566Z | + DOWNLOAD_DIR=out/downloads |
527 | 2024-05-30T03:15:11.566Z | + DEST_DIR=./out/mgd |
528 | 2024-05-30T03:15:11.566Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
529 | 2024-05-30T03:15:11.567Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
530 | 2024-05-30T03:15:11.567Z | + REPO=oxidecomputer/maghemite |
531 | 2024-05-30T03:15:11.567Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd |
532 | 2024-05-30T03:15:11.567Z | + main |
533 | 2024-05-30T03:15:11.567Z | + rm -rf out/downloads/root |
534 | 2024-05-30T03:15:11.575Z | + [[ 0 != 0 ]] |
535 | 2024-05-30T03:15:11.575Z | + CIDL_OS=solaris2.11 |
536 | 2024-05-30T03:15:11.575Z | + [[ 0 != 0 ]] |
537 | 2024-05-30T03:15:11.575Z | + configure_os solaris2.11 |
538 | 2024-05-30T03:15:11.575Z | + echo 'current directory: /work/oxidecomputer/omicron' |
539 | 2024-05-30T03:15:11.575Z | current directory: /work/oxidecomputer/omicron |
540 | 2024-05-30T03:15:11.575Z | + echo 'configuring based on OS: "solaris2.11"' |
541 | 2024-05-30T03:15:11.575Z | configuring based on OS: "solaris2.11" |
542 | 2024-05-30T03:15:11.575Z | + case "$1" in |
543 | 2024-05-30T03:15:11.575Z | + SET_BINARIES= |
544 | 2024-05-30T03:15:11.576Z | + CIDL_SHA256FUNC=do_sha256sum |
545 | 2024-05-30T03:15:11.576Z | + TARBALL_FILENAME=mgd.tar.gz |
546 | 2024-05-30T03:15:11.576Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz |
547 | 2024-05-30T03:15:11.576Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
548 | 2024-05-30T03:15:11.576Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz' |
549 | 2024-05-30T03:15:11.576Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz |
550 | 2024-05-30T03:15:11.576Z | Local file: out/downloads/mgd.tar.gz |
551 | 2024-05-30T03:15:11.576Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
552 | 2024-05-30T03:15:11.576Z | + mkdir -p out/downloads |
553 | 2024-05-30T03:15:11.576Z | + mkdir -p ./out/mgd |
554 | 2024-05-30T03:15:11.576Z | + fetch_and_verify |
555 | 2024-05-30T03:15:11.576Z | + local DO_DOWNLOAD=true |
556 | 2024-05-30T03:15:11.576Z | + [[ -f out/downloads/mgd.tar.gz ]] |
557 | 2024-05-30T03:15:11.576Z | + '[' true == true ']' |
558 | 2024-05-30T03:15:11.577Z | + echo Downloading... |
559 | 2024-05-30T03:15:11.577Z | Downloading... |
560 | 2024-05-30T03:15:11.577Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz out/downloads/mgd.tar.gz |
561 | 2024-05-30T03:15:11.577Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz |
562 | 2024-05-30T03:15:35.143Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
563 | 2024-05-30T03:15:35.157Z | ++ sha256sum |
564 | 2024-05-30T03:15:35.157Z | ++ awk '{print $1}' |
565 | 2024-05-30T03:15:35.176Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
566 | 2024-05-30T03:15:35.270Z | + [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]] |
567 | 2024-05-30T03:15:35.270Z | + do_untar out/downloads/mgd.tar.gz |
568 | 2024-05-30T03:15:35.270Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
569 | 2024-05-30T03:15:35.765Z | + do_assemble |
570 | 2024-05-30T03:15:35.766Z | + rm -r ./out/mgd |
571 | 2024-05-30T03:15:35.780Z | + mkdir ./out/mgd |
572 | 2024-05-30T03:15:35.781Z | + cp -r out/downloads/root ./out/mgd/root |
573 | 2024-05-30T03:15:36.239Z | + set -o errexit |
574 | 2024-05-30T03:15:36.239Z | +++ dirname ./tools/ci_download_transceiver_control |
575 | 2024-05-30T03:15:36.240Z | ++ cd ./tools |
576 | 2024-05-30T03:15:36.240Z | ++ pwd |
577 | 2024-05-30T03:15:36.240Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
578 | 2024-05-30T03:15:36.240Z | ++ basename ./tools/ci_download_transceiver_control |
579 | 2024-05-30T03:15:36.240Z | + ARG0=ci_download_transceiver_control |
580 | 2024-05-30T03:15:36.240Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
581 | 2024-05-30T03:15:36.240Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
582 | 2024-05-30T03:15:36.241Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
583 | 2024-05-30T03:15:36.241Z | + TARGET_DIR=out |
584 | 2024-05-30T03:15:36.241Z | + DOWNLOAD_DIR=out/downloads |
585 | 2024-05-30T03:15:36.241Z | + DEST_DIR=./out/transceiver-control |
586 | 2024-05-30T03:15:36.241Z | + BIN_DIR=/opt/oxide/bin |
587 | 2024-05-30T03:15:36.242Z | + BINARY=xcvradm |
588 | 2024-05-30T03:15:36.242Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
589 | 2024-05-30T03:15:36.242Z | + REPO=oxidecomputer/transceiver-control |
590 | 2024-05-30T03:15:36.242Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
591 | 2024-05-30T03:15:36.242Z | + main |
592 | 2024-05-30T03:15:36.242Z | + [[ 0 != 0 ]] |
593 | 2024-05-30T03:15:36.242Z | + CIDL_OS=solaris2.11 |
594 | 2024-05-30T03:15:36.242Z | + [[ 0 != 0 ]] |
595 | 2024-05-30T03:15:36.243Z | + configure_os solaris2.11 |
596 | 2024-05-30T03:15:36.243Z | + echo 'current directory: /work/oxidecomputer/omicron' |
597 | 2024-05-30T03:15:36.243Z | current directory: /work/oxidecomputer/omicron |
598 | 2024-05-30T03:15:36.243Z | + echo 'configuring based on OS: "solaris2.11"' |
599 | 2024-05-30T03:15:36.243Z | configuring based on OS: "solaris2.11" |
600 | 2024-05-30T03:15:36.243Z | + case "$1" in |
601 | 2024-05-30T03:15:36.243Z | + SET_BINARIES= |
602 | 2024-05-30T03:15:36.244Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
603 | 2024-05-30T03:15:36.244Z | + CIDL_SHA256FUNC=do_sha256sum |
604 | 2024-05-30T03:15:36.244Z | + ARCHIVE_FILENAME=xcvradm.gz |
605 | 2024-05-30T03:15:36.244Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
606 | 2024-05-30T03:15:36.244Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
607 | 2024-05-30T03:15:36.244Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
608 | 2024-05-30T03:15:36.244Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
609 | 2024-05-30T03:15:36.245Z | + echo 'Local file: out/downloads/xcvradm.gz' |
610 | 2024-05-30T03:15:36.245Z | Local file: out/downloads/xcvradm.gz |
611 | 2024-05-30T03:15:36.245Z | + mkdir -p out/downloads |
612 | 2024-05-30T03:15:36.245Z | + mkdir -p ./out/transceiver-control |
613 | 2024-05-30T03:15:36.245Z | + fetch_and_verify |
614 | 2024-05-30T03:15:36.246Z | + local DO_DOWNLOAD=true |
615 | 2024-05-30T03:15:36.246Z | + [[ -f out/downloads/xcvradm.gz ]] |
616 | 2024-05-30T03:15:36.246Z | + '[' true == true ']' |
617 | 2024-05-30T03:15:36.246Z | + echo Downloading... |
618 | 2024-05-30T03:15:36.246Z | Downloading... |
619 | 2024-05-30T03:15:36.246Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
620 | 2024-05-30T03:15:36.247Z | + 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 |
621 | 2024-05-30T03:15:43.611Z | ++ do_sha256sum out/downloads/xcvradm.gz |
622 | 2024-05-30T03:15:43.627Z | ++ sha256sum |
623 | 2024-05-30T03:15:43.627Z | ++ awk '{print $1}' |
624 | 2024-05-30T03:15:43.627Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
625 | 2024-05-30T03:15:43.627Z | + [[ 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 ]] |
626 | 2024-05-30T03:15:43.627Z | + do_unpack out/downloads/xcvradm.gz |
627 | 2024-05-30T03:15:43.628Z | + mkdir -p out/downloads/root//opt/oxide/bin |
628 | 2024-05-30T03:15:43.628Z | + gzip -dc out/downloads/xcvradm.gz |
629 | 2024-05-30T03:15:43.727Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
630 | 2024-05-30T03:15:43.734Z | + do_assemble |
631 | 2024-05-30T03:15:43.735Z | + rm -r ./out/transceiver-control |
632 | 2024-05-30T03:15:43.735Z | + mkdir ./out/transceiver-control |
633 | 2024-05-30T03:15:43.745Z | + cp -r out/downloads/root ./out/transceiver-control/root |
634 | 2024-05-30T03:15:43.835Z | + set -o errexit |
635 | 2024-05-30T03:15:43.848Z | +++ dirname ./tools/ci_download_thundermuffin |
636 | 2024-05-30T03:15:43.848Z | ++ cd ./tools |
637 | 2024-05-30T03:15:43.848Z | ++ pwd |
638 | 2024-05-30T03:15:43.849Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
639 | 2024-05-30T03:15:43.849Z | ++ basename ./tools/ci_download_thundermuffin |
640 | 2024-05-30T03:15:43.849Z | + ARG0=ci_download_thundermuffin |
641 | 2024-05-30T03:15:43.849Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
642 | 2024-05-30T03:15:43.849Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
643 | 2024-05-30T03:15:43.849Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
644 | 2024-05-30T03:15:43.850Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
645 | 2024-05-30T03:15:43.850Z | + TARGET_DIR=out |
646 | 2024-05-30T03:15:43.850Z | + DOWNLOAD_DIR=out/downloads |
647 | 2024-05-30T03:15:43.850Z | + DEST_DIR=./out/thundermuffin |
648 | 2024-05-30T03:15:43.850Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
649 | 2024-05-30T03:15:43.850Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
650 | 2024-05-30T03:15:43.851Z | + REPO=oxidecomputer/thundermuffin |
651 | 2024-05-30T03:15:43.851Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
652 | 2024-05-30T03:15:43.851Z | + main |
653 | 2024-05-30T03:15:43.851Z | + rm -rf out/downloads/root |
654 | 2024-05-30T03:15:43.851Z | + [[ 0 != 0 ]] |
655 | 2024-05-30T03:15:43.851Z | + CIDL_OS=solaris2.11 |
656 | 2024-05-30T03:15:43.851Z | + [[ 0 != 0 ]] |
657 | 2024-05-30T03:15:43.851Z | + configure_os solaris2.11 |
658 | 2024-05-30T03:15:43.851Z | + echo 'current directory: /work/oxidecomputer/omicron' |
659 | 2024-05-30T03:15:43.851Z | current directory: /work/oxidecomputer/omicron |
660 | 2024-05-30T03:15:43.852Z | + echo 'configuring based on OS: "solaris2.11"' |
661 | 2024-05-30T03:15:43.852Z | + case "$1" in |
662 | 2024-05-30T03:15:43.852Z | configuring based on OS: "solaris2.11" |
663 | 2024-05-30T03:15:43.852Z | + SET_BINARIES= |
664 | 2024-05-30T03:15:43.852Z | + CIDL_SHA256FUNC=do_sha256sum |
665 | 2024-05-30T03:15:43.852Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
666 | 2024-05-30T03:15:43.853Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
667 | 2024-05-30T03:15:43.853Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
668 | 2024-05-30T03:15:43.853Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
669 | 2024-05-30T03:15:43.853Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
670 | 2024-05-30T03:15:43.853Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
671 | 2024-05-30T03:15:43.854Z | Local file: out/downloads/thundermuffin.tar.gz |
672 | 2024-05-30T03:15:43.854Z | + mkdir -p out/downloads |
673 | 2024-05-30T03:15:43.854Z | + mkdir -p ./out/thundermuffin |
674 | 2024-05-30T03:15:43.866Z | + fetch_and_verify |
675 | 2024-05-30T03:15:43.866Z | + local DO_DOWNLOAD=true |
676 | 2024-05-30T03:15:43.866Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
677 | 2024-05-30T03:15:43.867Z | + '[' true == true ']' |
678 | 2024-05-30T03:15:43.867Z | + echo Downloading... |
679 | 2024-05-30T03:15:43.867Z | Downloading... |
680 | 2024-05-30T03:15:43.867Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
681 | 2024-05-30T03:15:43.868Z | + 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 |
682 | 2024-05-30T03:15:47.535Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
683 | 2024-05-30T03:15:47.554Z | ++ sha256sum |
684 | 2024-05-30T03:15:47.554Z | ++ awk '{print $1}' |
685 | 2024-05-30T03:15:47.554Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
686 | 2024-05-30T03:15:47.554Z | + [[ 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 ]] |
687 | 2024-05-30T03:15:47.555Z | + do_untar out/downloads/thundermuffin.tar.gz |
688 | 2024-05-30T03:15:47.555Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
689 | 2024-05-30T03:15:47.593Z | + do_assemble |
690 | 2024-05-30T03:15:47.593Z | + rm -r ./out/thundermuffin |
691 | 2024-05-30T03:15:47.601Z | + mkdir ./out/thundermuffin |
692 | 2024-05-30T03:15:47.601Z | + cp -r out/downloads/root ./out/thundermuffin/root |
693 | 2024-05-30T03:15:47.609Z | All prerequisites installed successfully |
694 | 2024-05-30T03:15:47.616Z | |
695 | 2024-05-30T03:15:47.617Z | real 3:10.406900622 |
696 | 2024-05-30T03:15:47.617Z | user 39.777239476 |
697 | 2024-05-30T03:15:47.617Z | sys 7.387911599 |
698 | 2024-05-30T03:15:47.618Z | trap 0.011565818 |
699 | 2024-05-30T03:15:47.619Z | tflt 0.229655961 |
700 | 2024-05-30T03:15:47.619Z | dflt 0.210174038 |
701 | 2024-05-30T03:15:47.620Z | kflt 0.129953822 |
702 | 2024-05-30T03:15:47.620Z | lock 1.577427796 |
703 | 2024-05-30T03:15:47.620Z | slp 7:05.482647213 |
704 | 2024-05-30T03:15:47.620Z | lat 2.001987307 |
705 | 2024-05-30T03:15:47.621Z | stop 0.149840018 |
706 | 2024-05-30T03:15:47.625Z | + ptime -m ./tools/ci_download_softnpu_machinery |
707 | 2024-05-30T03:15:48.257Z | fetching npuzone |
708 | 2024-05-30T03:15:48.257Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
709 | 2024-05-30T03:15:48.257Z | (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2) |
710 | 2024-05-30T03:15:48.258Z | Getting hash for npuzone |
711 | 2024-05-30T03:15:50.030Z | (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568) |
712 | 2024-05-30T03:16:04.093Z | npuzone downloaded successfully |
713 | 2024-05-30T03:16:04.102Z | |
714 | 2024-05-30T03:16:04.102Z | real 16.475251598 |
715 | 2024-05-30T03:16:04.102Z | user 0.267730177 |
716 | 2024-05-30T03:16:04.102Z | sys 0.105890852 |
717 | 2024-05-30T03:16:04.102Z | trap 0.000034494 |
718 | 2024-05-30T03:16:04.102Z | tflt 0.000000000 |
719 | 2024-05-30T03:16:04.103Z | dflt 0.000000000 |
720 | 2024-05-30T03:16:04.103Z | kflt 0.000000000 |
721 | 2024-05-30T03:16:04.103Z | lock 0.000000000 |
722 | 2024-05-30T03:16:04.103Z | slp 48.944623042 |
723 | 2024-05-30T03:16:04.103Z | lat 0.072726914 |
724 | 2024-05-30T03:16:04.103Z | stop 0.000174979 |
725 | 2024-05-30T03:16:04.103Z | + export CARGO_INCREMENTAL=0 |
726 | 2024-05-30T03:16:04.103Z | + CARGO_INCREMENTAL=0 |
727 | 2024-05-30T03:16:04.103Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
728 | 2024-05-30T03:16:04.333Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
729 | 2024-05-30T03:16:04.655Z | Updating git repository `https://github.com/oxidecomputer/zone` |
730 | 2024-05-30T03:16:04.943Z | Updating crates.io index |
731 | 2024-05-30T03:16:05.427Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
732 | 2024-05-30T03:16:05.778Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
733 | 2024-05-30T03:16:06.418Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
734 | 2024-05-30T03:16:06.707Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
735 | 2024-05-30T03:16:08.624Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
736 | 2024-05-30T03:16:09.173Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
737 | 2024-05-30T03:16:09.498Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
738 | 2024-05-30T03:16:10.536Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
739 | 2024-05-30T03:16:12.437Z | Updating git repository `https://github.com/oxidecomputer/opte` |
740 | 2024-05-30T03:16:13.459Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
741 | 2024-05-30T03:16:14.190Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
742 | 2024-05-30T03:16:14.832Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
743 | 2024-05-30T03:16:15.126Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
744 | 2024-05-30T03:16:15.487Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
745 | 2024-05-30T03:16:15.805Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
746 | 2024-05-30T03:16:16.101Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
747 | 2024-05-30T03:16:16.398Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
748 | 2024-05-30T03:16:16.670Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
749 | 2024-05-30T03:16:16.927Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
750 | 2024-05-30T03:16:17.210Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
751 | 2024-05-30T03:16:17.558Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
752 | 2024-05-30T03:16:17.931Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
753 | 2024-05-30T03:16:18.186Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
754 | 2024-05-30T03:16:18.843Z | Updating git repository `https://github.com/jgallagher/nix` |
755 | 2024-05-30T03:16:19.758Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
756 | 2024-05-30T03:16:20.137Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
757 | 2024-05-30T03:16:20.469Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
758 | 2024-05-30T03:16:20.892Z | Updating git repository `https://github.com/oxidecomputer/typify` |
759 | 2024-05-30T03:16:22.853Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
760 | 2024-05-30T03:16:23.233Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
761 | 2024-05-30T03:16:23.535Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
762 | 2024-05-30T03:16:24.012Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
763 | 2024-05-30T03:16:25.226Z | Downloading crates ... |
764 | 2024-05-30T03:16:25.389Z | Downloaded crossbeam-deque v0.8.5 |
765 | 2024-05-30T03:16:25.409Z | Downloaded headers v0.3.9 |
766 | 2024-05-30T03:16:25.428Z | Downloaded heapless v0.7.17 |
767 | 2024-05-30T03:16:25.433Z | Downloaded bitflags v2.5.0 |
768 | 2024-05-30T03:16:25.433Z | Downloaded hex v0.4.3 |
769 | 2024-05-30T03:16:25.433Z | Downloaded cc v1.0.97 |
770 | 2024-05-30T03:16:25.433Z | Downloaded argon2 v0.5.3 |
771 | 2024-05-30T03:16:25.437Z | Downloaded http v1.1.0 |
772 | 2024-05-30T03:16:25.441Z | Downloaded cipher v0.4.4 |
773 | 2024-05-30T03:16:25.441Z | Downloaded hmac v0.12.1 |
774 | 2024-05-30T03:16:25.447Z | Downloaded atty v0.2.14 |
775 | 2024-05-30T03:16:25.447Z | Downloaded anstyle-query v1.0.3 |
776 | 2024-05-30T03:16:25.447Z | Downloaded http v0.2.12 |
777 | 2024-05-30T03:16:25.451Z | Downloaded headers-core v0.2.0 |
778 | 2024-05-30T03:16:25.451Z | Downloaded http-body v0.4.6 |
779 | 2024-05-30T03:16:25.454Z | Downloaded hyper-tls v0.5.0 |
780 | 2024-05-30T03:16:25.454Z | Downloaded bitfield v0.14.0 |
781 | 2024-05-30T03:16:25.458Z | Downloaded aead v0.5.2 |
782 | 2024-05-30T03:16:25.458Z | Downloaded hostname v0.3.1 |
783 | 2024-05-30T03:16:25.463Z | Downloaded colored v2.1.0 |
784 | 2024-05-30T03:16:25.463Z | Downloaded hashbrown v0.14.5 |
785 | 2024-05-30T03:16:25.467Z | Downloaded anstyle-parse v0.2.4 |
786 | 2024-05-30T03:16:25.473Z | Downloaded hostname v0.4.0 |
787 | 2024-05-30T03:16:25.478Z | Downloaded heck v0.4.1 |
788 | 2024-05-30T03:16:25.478Z | Downloaded bitstruct_derive v0.1.0 |
789 | 2024-05-30T03:16:25.478Z | Downloaded hashbrown v0.13.2 |
790 | 2024-05-30T03:16:25.487Z | Downloaded ciborium-io v0.2.2 |
791 | 2024-05-30T03:16:25.487Z | Downloaded hyper-rustls v0.24.2 |
792 | 2024-05-30T03:16:25.495Z | Downloaded bitflags v1.3.2 |
793 | 2024-05-30T03:16:25.495Z | Downloaded indicatif v0.17.8 |
794 | 2024-05-30T03:16:25.495Z | Downloaded lock_api v0.4.12 |
795 | 2024-05-30T03:16:25.507Z | Downloaded cfg_aliases v0.1.1 |
796 | 2024-05-30T03:16:25.507Z | Downloaded newtype-uuid v1.1.0 |
797 | 2024-05-30T03:16:25.507Z | Downloaded async-stream v0.3.5 |
798 | 2024-05-30T03:16:25.507Z | Downloaded indoc v1.0.9 |
799 | 2024-05-30T03:16:25.529Z | Downloaded cargo-platform v0.1.8 |
800 | 2024-05-30T03:16:25.530Z | Downloaded byteorder v1.5.0 |
801 | 2024-05-30T03:16:25.530Z | Downloaded bit-vec v0.6.3 |
802 | 2024-05-30T03:16:25.530Z | Downloaded adler v1.0.2 |
803 | 2024-05-30T03:16:25.531Z | Downloaded bitstruct v0.1.1 |
804 | 2024-05-30T03:16:25.531Z | Downloaded assert_matches v1.5.0 |
805 | 2024-05-30T03:16:25.531Z | Downloaded match_cfg v0.1.0 |
806 | 2024-05-30T03:16:25.531Z | Downloaded ident_case v1.0.1 |
807 | 2024-05-30T03:16:25.541Z | Downloaded libefi-sys v0.1.0 |
808 | 2024-05-30T03:16:25.541Z | Downloaded indoc v2.0.5 |
809 | 2024-05-30T03:16:25.541Z | Downloaded console v0.15.8 |
810 | 2024-05-30T03:16:25.542Z | Downloaded constant_time_eq v0.3.0 |
811 | 2024-05-30T03:16:25.543Z | Downloaded cexpr v0.6.0 |
812 | 2024-05-30T03:16:25.543Z | Downloaded chacha20 v0.9.1 |
813 | 2024-05-30T03:16:25.544Z | Downloaded cargo_metadata v0.18.1 |
814 | 2024-05-30T03:16:25.545Z | Downloaded managed v0.8.0 |
815 | 2024-05-30T03:16:25.545Z | Downloaded addr2line v0.21.0 |
816 | 2024-05-30T03:16:25.545Z | Downloaded lazycell v1.3.0 |
817 | 2024-05-30T03:16:25.575Z | Downloaded instant v0.1.12 |
818 | 2024-05-30T03:16:25.576Z | Downloaded lalrpop-util v0.19.12 |
819 | 2024-05-30T03:16:25.576Z | Downloaded ipnetwork v0.20.0 |
820 | 2024-05-30T03:16:25.576Z | Downloaded impl-trait-for-tuples v0.2.2 |
821 | 2024-05-30T03:16:25.576Z | Downloaded hubpack v0.1.2 |
822 | 2024-05-30T03:16:25.576Z | Downloaded nibble_vec v0.1.0 |
823 | 2024-05-30T03:16:25.577Z | Downloaded bytecount v0.6.8 |
824 | 2024-05-30T03:16:25.577Z | Downloaded bit-set v0.5.3 |
825 | 2024-05-30T03:16:25.577Z | Downloaded lru-cache v0.1.2 |
826 | 2024-05-30T03:16:25.577Z | Downloaded bzip2 v0.4.4 |
827 | 2024-05-30T03:16:25.597Z | Downloaded matches v0.1.10 |
828 | 2024-05-30T03:16:25.597Z | Downloaded httparse v1.8.0 |
829 | 2024-05-30T03:16:25.597Z | Downloaded http-range v0.1.5 |
830 | 2024-05-30T03:16:25.597Z | Downloaded clap_lex v0.7.0 |
831 | 2024-05-30T03:16:25.597Z | Downloaded ascii v1.1.0 |
832 | 2024-05-30T03:16:25.597Z | Downloaded multimap v0.10.0 |
833 | 2024-05-30T03:16:25.598Z | Downloaded memoffset v0.7.1 |
834 | 2024-05-30T03:16:25.598Z | Downloaded convert_case v0.4.0 |
835 | 2024-05-30T03:16:25.598Z | Downloaded colorchoice v1.0.1 |
836 | 2024-05-30T03:16:25.598Z | Downloaded toolchain_find v0.4.0 |
837 | 2024-05-30T03:16:25.598Z | Downloaded new_debug_unreachable v1.0.6 |
838 | 2024-05-30T03:16:25.599Z | Downloaded is_ci v1.2.0 |
839 | 2024-05-30T03:16:25.599Z | Downloaded is-terminal v0.4.12 |
840 | 2024-05-30T03:16:25.599Z | Downloaded crc-catalog v2.4.0 |
841 | 2024-05-30T03:16:25.599Z | Downloaded crc v3.2.1 |
842 | 2024-05-30T03:16:25.599Z | Downloaded corncobs v0.1.3 |
843 | 2024-05-30T03:16:25.600Z | Downloaded mime_guess v2.0.4 |
844 | 2024-05-30T03:16:25.600Z | Downloaded memmap v0.7.0 |
845 | 2024-05-30T03:16:25.600Z | Downloaded native-tls v0.2.11 |
846 | 2024-05-30T03:16:25.600Z | Downloaded base64 v0.13.1 |
847 | 2024-05-30T03:16:25.615Z | Downloaded scroll_derive v0.12.0 |
848 | 2024-05-30T03:16:25.615Z | Downloaded scopeguard v1.2.0 |
849 | 2024-05-30T03:16:25.615Z | Downloaded maplit v1.0.2 |
850 | 2024-05-30T03:16:25.616Z | Downloaded darling_macro v0.20.9 |
851 | 2024-05-30T03:16:25.616Z | Downloaded nanorand v0.7.0 |
852 | 2024-05-30T03:16:25.616Z | Downloaded maybe-uninit v2.0.0 |
853 | 2024-05-30T03:16:25.616Z | Downloaded macaddr v1.0.1 |
854 | 2024-05-30T03:16:25.616Z | Downloaded linked-hash-map v0.5.6 |
855 | 2024-05-30T03:16:25.616Z | Downloaded tinyvec_macros v0.1.1 |
856 | 2024-05-30T03:16:25.617Z | Downloaded structmeta v0.2.0 |
857 | 2024-05-30T03:16:25.617Z | Downloaded strsim v0.11.1 |
858 | 2024-05-30T03:16:25.617Z | Downloaded slog-stdlog v4.1.1 |
859 | 2024-05-30T03:16:25.617Z | Downloaded signal-hook-tokio v0.3.1 |
860 | 2024-05-30T03:16:25.618Z | Downloaded camino v1.1.7 |
861 | 2024-05-30T03:16:25.632Z | Downloaded take_mut v0.2.2 |
862 | 2024-05-30T03:16:25.632Z | Downloaded cancel-safe-futures v0.1.5 |
863 | 2024-05-30T03:16:25.632Z | Downloaded ciborium v0.2.2 |
864 | 2024-05-30T03:16:25.632Z | Downloaded shell-words v1.1.0 |
865 | 2024-05-30T03:16:25.632Z | Downloaded siphasher v0.3.11 |
866 | 2024-05-30T03:16:25.632Z | Downloaded nodrop v0.1.14 |
867 | 2024-05-30T03:16:25.658Z | Downloaded newline-converter v0.3.0 |
868 | 2024-05-30T03:16:25.658Z | Downloaded mime v0.3.17 |
869 | 2024-05-30T03:16:25.658Z | Downloaded lalrpop v0.19.12 |
870 | 2024-05-30T03:16:25.658Z | Downloaded tabwriter v1.4.0 |
871 | 2024-05-30T03:16:25.659Z | Downloaded num_threads v0.1.7 |
872 | 2024-05-30T03:16:25.659Z | Downloaded fxhash v0.2.1 |
873 | 2024-05-30T03:16:25.659Z | Downloaded scroll v0.12.0 |
874 | 2024-05-30T03:16:25.659Z | Downloaded slab v0.4.9 |
875 | 2024-05-30T03:16:25.676Z | Downloaded mockall_derive v0.12.1 |
876 | 2024-05-30T03:16:25.676Z | Downloaded phf_shared v0.10.0 |
877 | 2024-05-30T03:16:25.677Z | Downloaded structmeta v0.3.0 |
878 | 2024-05-30T03:16:25.677Z | Downloaded which v4.4.2 |
879 | 2024-05-30T03:16:25.677Z | Downloaded untrusted v0.7.1 |
880 | 2024-05-30T03:16:25.677Z | Downloaded smf v0.2.3 |
881 | 2024-05-30T03:16:25.678Z | Downloaded smawk v0.3.2 |
882 | 2024-05-30T03:16:25.678Z | Downloaded data-encoding v2.6.0 |
883 | 2024-05-30T03:16:25.680Z | Downloaded crypto-common v0.1.6 |
884 | 2024-05-30T03:16:25.680Z | Downloaded const-oid v0.9.6 |
885 | 2024-05-30T03:16:25.680Z | Downloaded clap v4.5.4 |
886 | 2024-05-30T03:16:25.697Z | Downloaded clang-sys v1.7.0 |
887 | 2024-05-30T03:16:25.697Z | Downloaded uzers v0.11.3 |
888 | 2024-05-30T03:16:25.697Z | Downloaded utf8parse v0.2.1 |
889 | 2024-05-30T03:16:25.698Z | Downloaded untrusted v0.9.0 |
890 | 2024-05-30T03:16:25.698Z | Downloaded tls_codec v0.4.1 |
891 | 2024-05-30T03:16:25.698Z | Downloaded tiny-keccak v2.0.2 |
892 | 2024-05-30T03:16:25.698Z | Downloaded time-macros v0.2.18 |
893 | 2024-05-30T03:16:25.719Z | Downloaded glob v0.3.1 |
894 | 2024-05-30T03:16:25.719Z | Downloaded funty v2.0.0 |
895 | 2024-05-30T03:16:25.720Z | Downloaded fnv v1.0.7 |
896 | 2024-05-30T03:16:25.720Z | Downloaded stability v0.2.0 |
897 | 2024-05-30T03:16:25.720Z | Downloaded gethostname v0.4.3 |
898 | 2024-05-30T03:16:25.720Z | Downloaded ena v0.14.3 |
899 | 2024-05-30T03:16:25.744Z | Downloaded embedded-io v0.4.0 |
900 | 2024-05-30T03:16:25.744Z | Downloaded base64 v0.22.1 |
901 | 2024-05-30T03:16:25.744Z | Downloaded packed_struct_codegen v0.10.1 |
902 | 2024-05-30T03:16:25.744Z | Downloaded backtrace v0.3.71 |
903 | 2024-05-30T03:16:25.744Z | Downloaded whoami v1.5.1 |
904 | 2024-05-30T03:16:25.744Z | Downloaded usdt-attr-macro v0.5.0 |
905 | 2024-05-30T03:16:25.744Z | Downloaded usdt-attr-macro v0.3.5 |
906 | 2024-05-30T03:16:25.744Z | Downloaded usdt v0.5.0 |
907 | 2024-05-30T03:16:25.744Z | Downloaded miniz_oxide v0.7.2 |
908 | 2024-05-30T03:16:25.744Z | Downloaded const_format v0.2.32 |
909 | 2024-05-30T03:16:25.745Z | Downloaded derive_builder_core v0.20.0 |
910 | 2024-05-30T03:16:25.745Z | Downloaded secrecy v0.8.0 |
911 | 2024-05-30T03:16:25.745Z | Downloaded sec1 v0.7.3 |
912 | 2024-05-30T03:16:25.756Z | Downloaded r2d2 v0.8.10 |
913 | 2024-05-30T03:16:25.756Z | Downloaded crc-any v2.5.0 |
914 | 2024-05-30T03:16:25.757Z | Downloaded test-strategy v0.3.1 |
915 | 2024-05-30T03:16:25.757Z | Downloaded crc32fast v1.4.0 |
916 | 2024-05-30T03:16:25.757Z | Downloaded scheduled-thread-pool v0.2.7 |
917 | 2024-05-30T03:16:25.757Z | Downloaded indexmap v2.2.6 |
918 | 2024-05-30T03:16:25.758Z | Downloaded sqlparser_derive v0.2.2 |
919 | 2024-05-30T03:16:25.769Z | Downloaded sqlformat v0.2.3 |
920 | 2024-05-30T03:16:25.769Z | Downloaded getrandom v0.2.14 |
921 | 2024-05-30T03:16:25.769Z | Downloaded openssl-probe v0.1.5 |
922 | 2024-05-30T03:16:25.769Z | Downloaded once_cell v1.19.0 |
923 | 2024-05-30T03:16:25.769Z | Downloaded sha1 v0.10.6 |
924 | 2024-05-30T03:16:25.769Z | Downloaded stable_deref_trait v1.2.0 |
925 | 2024-05-30T03:16:25.769Z | Downloaded topological-sort v0.2.2 |
926 | 2024-05-30T03:16:25.769Z | Downloaded spki v0.7.3 |
927 | 2024-05-30T03:16:25.783Z | Downloaded slog-envlogger v2.2.0 |
928 | 2024-05-30T03:16:25.783Z | Downloaded slog-dtrace v0.3.0 |
929 | 2024-05-30T03:16:25.784Z | Downloaded slog-bunyan v2.5.0 |
930 | 2024-05-30T03:16:25.784Z | Downloaded tokio-macros v2.2.0 |
931 | 2024-05-30T03:16:25.816Z | Downloaded pkcs8 v0.10.2 |
932 | 2024-05-30T03:16:25.816Z | Downloaded tap v1.0.1 |
933 | 2024-05-30T03:16:25.817Z | Downloaded zone v0.1.8 |
934 | 2024-05-30T03:16:25.817Z | Downloaded zeroize_derive v1.4.2 |
935 | 2024-05-30T03:16:25.817Z | Downloaded zeroize v1.7.0 |
936 | 2024-05-30T03:16:25.817Z | Downloaded termtree v0.4.1 |
937 | 2024-05-30T03:16:25.818Z | Downloaded sigpipe v0.1.3 |
938 | 2024-05-30T03:16:25.818Z | Downloaded sync_wrapper v0.1.2 |
939 | 2024-05-30T03:16:25.818Z | Downloaded quote v1.0.36 |
940 | 2024-05-30T03:16:25.818Z | Downloaded structmeta-derive v0.3.0 |
941 | 2024-05-30T03:16:25.845Z | Downloaded downcast v0.11.0 |
942 | 2024-05-30T03:16:25.845Z | Downloaded xattr v1.3.1 |
943 | 2024-05-30T03:16:25.845Z | Downloaded fs-err v2.11.0 |
944 | 2024-05-30T03:16:25.845Z | Downloaded zerocopy v0.3.2 |
945 | 2024-05-30T03:16:25.845Z | Downloaded wyz v0.5.1 |
946 | 2024-05-30T03:16:25.846Z | Downloaded foreign-types v0.5.0 |
947 | 2024-05-30T03:16:25.846Z | Downloaded fixedbitset v0.4.2 |
948 | 2024-05-30T03:16:25.846Z | Downloaded crossbeam-epoch v0.9.18 |
949 | 2024-05-30T03:16:25.846Z | Downloaded uuid v1.8.0 |
950 | 2024-05-30T03:16:25.846Z | Downloaded sct v0.7.1 |
951 | 2024-05-30T03:16:25.846Z | Downloaded futures-io v0.3.30 |
952 | 2024-05-30T03:16:25.847Z | Downloaded filetime v0.2.23 |
953 | 2024-05-30T03:16:25.847Z | Downloaded parse-display v0.9.0 |
954 | 2024-05-30T03:16:25.847Z | Downloaded cstr-argument v0.1.2 |
955 | 2024-05-30T03:16:25.847Z | Downloaded crunchy v0.2.2 |
956 | 2024-05-30T03:16:25.848Z | Downloaded serde_spanned v0.6.6 |
957 | 2024-05-30T03:16:25.848Z | Downloaded papergrid v0.11.0 |
958 | 2024-05-30T03:16:25.848Z | Downloaded rand_xorshift v0.3.0 |
959 | 2024-05-30T03:16:25.848Z | Downloaded rustversion v1.0.17 |
960 | 2024-05-30T03:16:25.848Z | Downloaded postcard v1.0.8 |
961 | 2024-05-30T03:16:25.867Z | Downloaded proc-macro2 v1.0.82 |
962 | 2024-05-30T03:16:25.867Z | Downloaded crossbeam-channel v0.5.12 |
963 | 2024-05-30T03:16:25.867Z | Downloaded static_assertions v1.1.0 |
964 | 2024-05-30T03:16:25.867Z | Downloaded futures-core v0.3.30 |
965 | 2024-05-30T03:16:25.867Z | Downloaded thiserror-impl v1.0.60 |
966 | 2024-05-30T03:16:25.867Z | Downloaded thiserror v1.0.60 |
967 | 2024-05-30T03:16:25.867Z | Downloaded synstructure v0.12.6 |
968 | 2024-05-30T03:16:25.868Z | Downloaded termcolor v1.4.1 |
969 | 2024-05-30T03:16:25.880Z | Downloaded memchr v2.7.2 |
970 | 2024-05-30T03:16:25.881Z | Downloaded num-rational v0.4.2 |
971 | 2024-05-30T03:16:25.881Z | Downloaded version_check v0.9.4 |
972 | 2024-05-30T03:16:25.881Z | Downloaded erased-serde v0.3.31 |
973 | 2024-05-30T03:16:25.882Z | Downloaded elliptic-curve v0.13.8 |
974 | 2024-05-30T03:16:25.882Z | Downloaded yasna v0.5.2 |
975 | 2024-05-30T03:16:25.898Z | Downloaded parking_lot_core v0.9.10 |
976 | 2024-05-30T03:16:25.899Z | Downloaded termios v0.3.3 |
977 | 2024-05-30T03:16:25.899Z | Downloaded terminal_size v0.3.0 |
978 | 2024-05-30T03:16:25.899Z | Downloaded tabled_derive v0.7.0 |
979 | 2024-05-30T03:16:25.899Z | Downloaded group v0.13.0 |
980 | 2024-05-30T03:16:25.900Z | Downloaded foreign-types-macros v0.2.3 |
981 | 2024-05-30T03:16:25.900Z | Downloaded crypto-bigint v0.5.5 |
982 | 2024-05-30T03:16:25.911Z | Downloaded trust-dns-client v0.22.0 |
983 | 2024-05-30T03:16:25.911Z | Downloaded equivalent v1.0.1 |
984 | 2024-05-30T03:16:25.911Z | Downloaded pretty-hex v0.2.1 |
985 | 2024-05-30T03:16:25.911Z | Downloaded want v0.3.1 |
986 | 2024-05-30T03:16:25.912Z | Downloaded pretty-hex v0.4.1 |
987 | 2024-05-30T03:16:25.912Z | Downloaded normalize-line-endings v0.3.0 |
988 | 2024-05-30T03:16:25.926Z | Downloaded futures-channel v0.3.30 |
989 | 2024-05-30T03:16:25.926Z | Downloaded rustc-hash v1.1.0 |
990 | 2024-05-30T03:16:25.926Z | Downloaded dtrace-parser v0.1.14 |
991 | 2024-05-30T03:16:25.926Z | Downloaded pem v3.0.4 |
992 | 2024-05-30T03:16:25.926Z | Downloaded peg-runtime v0.8.3 |
993 | 2024-05-30T03:16:25.927Z | Downloaded serde_plain v1.0.2 |
994 | 2024-05-30T03:16:25.927Z | Downloaded trust-dns-resolver v0.22.0 |
995 | 2024-05-30T03:16:25.932Z | Downloaded futures v0.3.30 |
996 | 2024-05-30T03:16:25.932Z | Downloaded libxml v0.3.3 |
997 | 2024-05-30T03:16:25.937Z | Downloaded oso v0.27.3 |
998 | 2024-05-30T03:16:25.937Z | Downloaded serde_urlencoded v0.7.1 |
999 | 2024-05-30T03:16:25.942Z | Downloaded rustls-pemfile v1.0.4 |
1000 | 2024-05-30T03:16:25.942Z | Downloaded foreign-types-shared v0.3.1 |
1001 | 2024-05-30T03:16:25.942Z | Downloaded tls_codec_derive v0.4.1 |
1002 | 2024-05-30T03:16:25.945Z | Downloaded globset v0.4.14 |
1003 | 2024-05-30T03:16:25.945Z | Downloaded env_logger v0.10.2 |
1004 | 2024-05-30T03:16:25.949Z | Downloaded similar v2.5.0 |
1005 | 2024-05-30T03:16:25.953Z | Downloaded foreign-types-shared v0.1.1 |
1006 | 2024-05-30T03:16:25.958Z | Downloaded subtle v2.5.0 |
1007 | 2024-05-30T03:16:25.958Z | Downloaded tungstenite v0.21.0 |
1008 | 2024-05-30T03:16:25.964Z | Downloaded float-cmp v0.9.0 |
1009 | 2024-05-30T03:16:25.970Z | Downloaded zip v0.6.6 |
1010 | 2024-05-30T03:16:25.970Z | Downloaded slog-json v2.6.1 |
1011 | 2024-05-30T03:16:25.970Z | Downloaded pest_generator v2.7.10 |
1012 | 2024-05-30T03:16:25.976Z | Downloaded defmt-macros v0.3.9 |
1013 | 2024-05-30T03:16:25.980Z | Downloaded hash32 v0.3.1 |
1014 | 2024-05-30T03:16:25.980Z | Downloaded try-lock v0.2.5 |
1015 | 2024-05-30T03:16:25.981Z | Downloaded thread-id v4.2.1 |
1016 | 2024-05-30T03:16:25.981Z | Downloaded rtoolbox v0.0.2 |
1017 | 2024-05-30T03:16:25.986Z | Downloaded powerfmt v0.2.0 |
1018 | 2024-05-30T03:16:25.986Z | Downloaded strum v0.26.2 |
1019 | 2024-05-30T03:16:25.986Z | Downloaded shlex v1.3.0 |
1020 | 2024-05-30T03:16:25.990Z | Downloaded serde_path_to_error v0.1.16 |
1021 | 2024-05-30T03:16:25.990Z | Downloaded rustls-pemfile v2.1.2 |
1022 | 2024-05-30T03:16:25.994Z | Downloaded derive_more v0.99.17 |
1023 | 2024-05-30T03:16:26.021Z | Downloaded waitgroup v0.1.2 |
1024 | 2024-05-30T03:16:26.022Z | Downloaded tui-tree-widget v0.19.0 |
1025 | 2024-05-30T03:16:26.034Z | Downloaded unicode-linebreak v0.1.5 |
1026 | 2024-05-30T03:16:26.035Z | Downloaded form_urlencoded v1.2.1 |
1027 | 2024-05-30T03:16:26.035Z | Downloaded universal-hash v0.5.1 |
1028 | 2024-05-30T03:16:26.035Z | Downloaded unicode-xid v0.2.4 |
1029 | 2024-05-30T03:16:26.035Z | Downloaded tokio-rustls v0.25.0 |
1030 | 2024-05-30T03:16:26.035Z | Downloaded num_enum v0.5.11 |
1031 | 2024-05-30T03:16:26.035Z | Downloaded num_cpus v1.16.0 |
1032 | 2024-05-30T03:16:26.035Z | Downloaded dtrace-parser v0.2.0 |
1033 | 2024-05-30T03:16:26.035Z | Downloaded enum-as-inner v0.5.1 |
1034 | 2024-05-30T03:16:26.035Z | Downloaded ed25519 v1.5.3 |
1035 | 2024-05-30T03:16:26.035Z | Downloaded errno v0.3.9 |
1036 | 2024-05-30T03:16:26.035Z | Downloaded phf_shared v0.11.2 |
1037 | 2024-05-30T03:16:26.035Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1038 | 2024-05-30T03:16:26.035Z | Downloaded percent-encoding v2.3.1 |
1039 | 2024-05-30T03:16:26.077Z | Downloaded peg v0.8.3 |
1040 | 2024-05-30T03:16:26.077Z | Downloaded phf v0.11.2 |
1041 | 2024-05-30T03:16:26.078Z | Downloaded derive_builder_macro v0.20.0 |
1042 | 2024-05-30T03:16:26.078Z | Downloaded crucible-workspace-hack v0.1.0 |
1043 | 2024-05-30T03:16:26.078Z | Downloaded serde_with_macros v3.8.1 |
1044 | 2024-05-30T03:16:26.078Z | Downloaded proc-macro-error v1.0.4 |
1045 | 2024-05-30T03:16:26.078Z | Downloaded semver v1.0.23 |
1046 | 2024-05-30T03:16:26.078Z | Downloaded semver v0.1.20 |
1047 | 2024-05-30T03:16:26.078Z | Downloaded precomputed-hash v0.1.1 |
1048 | 2024-05-30T03:16:26.101Z | Downloaded serde_derive_internals v0.29.1 |
1049 | 2024-05-30T03:16:26.101Z | Downloaded ref-cast v1.0.23 |
1050 | 2024-05-30T03:16:26.102Z | Downloaded usdt-macro v0.5.0 |
1051 | 2024-05-30T03:16:26.102Z | Downloaded fastrand v2.1.0 |
1052 | 2024-05-30T03:16:26.102Z | Downloaded fallible-iterator v0.2.0 |
1053 | 2024-05-30T03:16:26.102Z | Downloaded dyn-clone v1.0.17 |
1054 | 2024-05-30T03:16:26.102Z | Downloaded rayon-core v1.12.1 |
1055 | 2024-05-30T03:16:26.102Z | Downloaded subprocess v0.2.9 |
1056 | 2024-05-30T03:16:26.103Z | Downloaded typed-path v0.7.1 |
1057 | 2024-05-30T03:16:26.103Z | Downloaded tokio-stream v0.1.15 |
1058 | 2024-05-30T03:16:26.120Z | Downloaded zone_cfg_derive v0.1.2 |
1059 | 2024-05-30T03:16:26.120Z | Downloaded signature v2.2.0 |
1060 | 2024-05-30T03:16:26.121Z | Downloaded serde_arrays v0.1.0 |
1061 | 2024-05-30T03:16:26.121Z | Downloaded rustc_version v0.1.7 |
1062 | 2024-05-30T03:16:26.121Z | Downloaded num-conv v0.1.0 |
1063 | 2024-05-30T03:16:26.121Z | Downloaded unarray v0.1.4 |
1064 | 2024-05-30T03:16:26.121Z | Downloaded strum_macros v0.24.3 |
1065 | 2024-05-30T03:16:26.121Z | Downloaded string_cache v0.8.7 |
1066 | 2024-05-30T03:16:26.121Z | Downloaded dof v0.1.5 |
1067 | 2024-05-30T03:16:26.121Z | Downloaded dirs-sys-next v0.1.2 |
1068 | 2024-05-30T03:16:26.122Z | Downloaded psl-types v2.0.11 |
1069 | 2024-05-30T03:16:26.122Z | Downloaded serde-big-array v0.5.1 |
1070 | 2024-05-30T03:16:26.122Z | Downloaded strip-ansi-escapes v0.2.0 |
1071 | 2024-05-30T03:16:26.122Z | Downloaded dof v0.3.0 |
1072 | 2024-05-30T03:16:26.122Z | Downloaded dirs-next v2.0.0 |
1073 | 2024-05-30T03:16:26.122Z | Downloaded fragile v2.0.0 |
1074 | 2024-05-30T03:16:26.122Z | Downloaded stringprep v0.1.4 |
1075 | 2024-05-30T03:16:26.122Z | Downloaded rustc_version v0.4.0 |
1076 | 2024-05-30T03:16:26.122Z | Downloaded num v0.4.3 |
1077 | 2024-05-30T03:16:26.123Z | Downloaded flagset v0.4.5 |
1078 | 2024-05-30T03:16:26.123Z | Downloaded digest v0.10.7 |
1079 | 2024-05-30T03:16:26.989Z | Downloaded predicates v3.1.0 |
1080 | 2024-05-30T03:16:26.989Z | Downloaded thiserror-impl-no-std v2.0.2 |
1081 | 2024-05-30T03:16:26.989Z | Downloaded walkdir v2.5.0 |
1082 | 2024-05-30T03:16:26.989Z | Downloaded prettyplease v0.2.20 |
1083 | 2024-05-30T03:16:26.989Z | Downloaded x509-cert v0.2.5 |
1084 | 2024-05-30T03:16:26.990Z | Downloaded rpassword v7.3.1 |
1085 | 2024-05-30T03:16:26.990Z | Downloaded vte_generate_state_changes v0.1.1 |
1086 | 2024-05-30T03:16:26.990Z | Downloaded usdt-macro v0.3.5 |
1087 | 2024-05-30T03:16:26.990Z | Downloaded unicode-width v0.1.12 |
1088 | 2024-05-30T03:16:26.990Z | Downloaded darling_core v0.20.9 |
1089 | 2024-05-30T03:16:26.991Z | Downloaded aho-corasick v1.1.3 |
1090 | 2024-05-30T03:16:26.991Z | Downloaded tower-service v0.3.2 |
1091 | 2024-05-30T03:16:26.991Z | Downloaded num_enum_derive v0.5.11 |
1092 | 2024-05-30T03:16:26.991Z | Downloaded toml v0.8.13 |
1093 | 2024-05-30T03:16:26.991Z | Downloaded pest_meta v2.7.10 |
1094 | 2024-05-30T03:16:26.991Z | Downloaded num-integer v0.1.46 |
1095 | 2024-05-30T03:16:26.992Z | Downloaded portpicker v0.1.1 |
1096 | 2024-05-30T03:16:26.992Z | Downloaded signature v1.6.4 |
1097 | 2024-05-30T03:16:26.992Z | Downloaded wait-timeout v0.2.0 |
1098 | 2024-05-30T03:16:26.992Z | Downloaded serde_yaml v0.9.34+deprecated |
1099 | 2024-05-30T03:16:26.993Z | Downloaded num-derive v0.4.2 |
1100 | 2024-05-30T03:16:26.993Z | Downloaded signal-hook-mio v0.2.3 |
1101 | 2024-05-30T03:16:26.993Z | Downloaded serde-hex v0.1.0 |
1102 | 2024-05-30T03:16:26.993Z | Downloaded pin-utils v0.1.0 |
1103 | 2024-05-30T03:16:26.993Z | Downloaded socket2 v0.4.10 |
1104 | 2024-05-30T03:16:26.994Z | Downloaded derive_builder v0.20.0 |
1105 | 2024-05-30T03:16:26.994Z | Downloaded der_derive v0.7.2 |
1106 | 2024-05-30T03:16:26.994Z | Downloaded proc-macro-error-attr v1.0.4 |
1107 | 2024-05-30T03:16:26.994Z | Downloaded predicates-tree v1.0.9 |
1108 | 2024-05-30T03:16:26.995Z | Downloaded rand v0.8.5 |
1109 | 2024-05-30T03:16:26.995Z | Downloaded reqwest v0.11.27 |
1110 | 2024-05-30T03:16:26.995Z | Downloaded predicates-core v1.0.6 |
1111 | 2024-05-30T03:16:26.995Z | Downloaded usdt-impl v0.5.0 |
1112 | 2024-05-30T03:16:26.996Z | Downloaded regex-automata v0.1.10 |
1113 | 2024-05-30T03:16:26.996Z | Downloaded time-core v0.1.2 |
1114 | 2024-05-30T03:16:26.996Z | Downloaded zerocopy v0.7.34 |
1115 | 2024-05-30T03:16:26.997Z | Downloaded paste v1.0.15 |
1116 | 2024-05-30T03:16:26.997Z | Downloaded ff v0.13.0 |
1117 | 2024-05-30T03:16:26.997Z | Downloaded strum_macros v0.25.3 |
1118 | 2024-05-30T03:16:26.997Z | Downloaded spin v0.5.2 |
1119 | 2024-05-30T03:16:26.997Z | Downloaded rustfmt-wrapper v0.2.1 |
1120 | 2024-05-30T03:16:26.998Z | Downloaded ppv-lite86 v0.2.17 |
1121 | 2024-05-30T03:16:26.998Z | Downloaded curve25519-dalek-derive v0.1.1 |
1122 | 2024-05-30T03:16:26.998Z | Downloaded pkg-config v0.3.30 |
1123 | 2024-05-30T03:16:26.998Z | Downloaded pin-project-lite v0.2.14 |
1124 | 2024-05-30T03:16:26.998Z | Downloaded half v2.4.1 |
1125 | 2024-05-30T03:16:26.998Z | Downloaded password-hash v0.5.0 |
1126 | 2024-05-30T03:16:26.999Z | Downloaded crossbeam-utils v0.8.19 |
1127 | 2024-05-30T03:16:26.999Z | Downloaded ron v0.7.1 |
1128 | 2024-05-30T03:16:26.999Z | Downloaded toml v0.7.8 |
1129 | 2024-05-30T03:16:26.999Z | Downloaded diesel_derives v2.1.4 |
1130 | 2024-05-30T03:16:26.999Z | Downloaded radium v0.7.0 |
1131 | 2024-05-30T03:16:27.000Z | Downloaded tracing-attributes v0.1.27 |
1132 | 2024-05-30T03:16:27.000Z | Downloaded signal-hook-registry v1.4.2 |
1133 | 2024-05-30T03:16:27.000Z | Downloaded unicode-bidi v0.3.15 |
1134 | 2024-05-30T03:16:27.000Z | Downloaded strum_macros v0.26.2 |
1135 | 2024-05-30T03:16:27.001Z | Downloaded derive-where v1.2.7 |
1136 | 2024-05-30T03:16:27.001Z | Downloaded num-traits v0.2.19 |
1137 | 2024-05-30T03:16:27.001Z | Downloaded pin-project-internal v1.1.5 |
1138 | 2024-05-30T03:16:27.001Z | Downloaded darling v0.20.9 |
1139 | 2024-05-30T03:16:27.002Z | Downloaded toml_datetime v0.6.6 |
1140 | 2024-05-30T03:16:27.002Z | Downloaded snafu-derive v0.8.2 |
1141 | 2024-05-30T03:16:27.002Z | Downloaded vte v0.11.1 |
1142 | 2024-05-30T03:16:27.002Z | Downloaded ron v0.8.1 |
1143 | 2024-05-30T03:16:27.002Z | Downloaded flume v0.11.0 |
1144 | 2024-05-30T03:16:27.003Z | Downloaded signal-hook v0.3.17 |
1145 | 2024-05-30T03:16:27.003Z | Downloaded url v2.5.0 |
1146 | 2024-05-30T03:16:27.003Z | Downloaded unicode_categories v0.1.1 |
1147 | 2024-05-30T03:16:27.003Z | Downloaded plain v0.2.3 |
1148 | 2024-05-30T03:16:27.003Z | Downloaded rsa v0.9.6 |
1149 | 2024-05-30T03:16:27.004Z | Downloaded pin-project v1.1.5 |
1150 | 2024-05-30T03:16:27.004Z | Downloaded tokio-postgres v0.7.10 |
1151 | 2024-05-30T03:16:27.004Z | Downloaded socket2 v0.5.7 |
1152 | 2024-05-30T03:16:27.004Z | Downloaded rcgen v0.12.1 |
1153 | 2024-05-30T03:16:27.004Z | Downloaded expectorate v1.1.0 |
1154 | 2024-05-30T03:16:27.004Z | Downloaded snafu v0.8.2 |
1155 | 2024-05-30T03:16:27.004Z | Downloaded serde_with v3.8.1 |
1156 | 2024-05-30T03:16:27.004Z | Downloaded tracing-core v0.1.32 |
1157 | 2024-05-30T03:16:27.004Z | Downloaded serde v1.0.202 |
1158 | 2024-05-30T03:16:27.004Z | Downloaded crossterm v0.27.0 |
1159 | 2024-05-30T03:16:27.004Z | Downloaded chrono v0.4.38 |
1160 | 2024-05-30T03:16:27.004Z | Downloaded bindgen v0.69.4 |
1161 | 2024-05-30T03:16:27.005Z | Downloaded tracing v0.1.40 |
1162 | 2024-05-30T03:16:27.005Z | Downloaded pest v2.7.10 |
1163 | 2024-05-30T03:16:27.005Z | Downloaded quick-xml v0.31.0 |
1164 | 2024-05-30T03:16:27.005Z | Downloaded toml_edit v0.19.15 |
1165 | 2024-05-30T03:16:27.005Z | Downloaded idna v0.5.0 |
1166 | 2024-05-30T03:16:27.005Z | Downloaded der v0.7.9 |
1167 | 2024-05-30T03:16:27.005Z | Downloaded time v0.3.36 |
1168 | 2024-05-30T03:16:27.005Z | Downloaded num-bigint v0.4.5 |
1169 | 2024-05-30T03:16:27.005Z | Downloaded bstr v0.2.17 |
1170 | 2024-05-30T03:16:27.005Z | Downloaded goblin v0.8.2 |
1171 | 2024-05-30T03:16:27.005Z | Downloaded h2 v0.3.26 |
1172 | 2024-05-30T03:16:27.005Z | Downloaded winnow v0.5.40 |
1173 | 2024-05-30T03:16:27.006Z | Downloaded reedline v0.31.0 |
1174 | 2024-05-30T03:16:27.006Z | Downloaded winnow v0.6.8 |
1175 | 2024-05-30T03:16:27.006Z | Downloaded tough v0.17.1 |
1176 | 2024-05-30T03:16:27.006Z | Downloaded proptest v1.4.0 |
1177 | 2024-05-30T03:16:27.006Z | Downloaded webpki-roots v0.25.4 |
1178 | 2024-05-30T03:16:27.006Z | Downloaded portable-atomic v1.6.0 |
1179 | 2024-05-30T03:16:27.028Z | Downloaded polar-core v0.27.3 |
1180 | 2024-05-30T03:16:27.028Z | Downloaded diesel v2.1.6 |
1181 | 2024-05-30T03:16:27.028Z | Downloaded tabled v0.15.0 |
1182 | 2024-05-30T03:16:27.028Z | Downloaded curve25519-dalek v4.1.2 |
1183 | 2024-05-30T03:16:27.028Z | Downloaded rustls v0.22.4 |
1184 | 2024-05-30T03:16:27.028Z | Downloaded radix_trie v0.2.1 |
1185 | 2024-05-30T03:16:27.028Z | Downloaded libc v0.2.155 |
1186 | 2024-05-30T03:16:27.028Z | Downloaded petgraph v0.6.5 |
1187 | 2024-05-30T03:16:27.028Z | Downloaded regress v0.9.1 |
1188 | 2024-05-30T03:16:27.028Z | Downloaded regex-syntax v0.8.3 |
1189 | 2024-05-30T03:16:27.029Z | Downloaded openssl v0.10.64 |
1190 | 2024-05-30T03:16:27.029Z | Downloaded object v0.32.2 |
1191 | 2024-05-30T03:16:27.029Z | Downloaded bstr v1.9.1 |
1192 | 2024-05-30T03:16:27.029Z | Downloaded regex-syntax v0.6.29 |
1193 | 2024-05-30T03:16:27.029Z | Downloaded object v0.30.4 |
1194 | 2024-05-30T03:16:27.029Z | Downloaded smoltcp v0.11.0 |
1195 | 2024-05-30T03:16:27.030Z | Downloaded smoltcp v0.9.1 |
1196 | 2024-05-30T03:16:27.030Z | Downloaded rustix v0.38.34 |
1197 | 2024-05-30T03:16:27.030Z | Downloaded openapiv3 v2.0.0 |
1198 | 2024-05-30T03:16:27.030Z | Downloaded syn v1.0.109 |
1199 | 2024-05-30T03:16:27.030Z | Downloaded ratatui v0.26.2 |
1200 | 2024-05-30T03:16:27.030Z | Downloaded num-bigint-dig v0.8.4 |
1201 | 2024-05-30T03:16:27.030Z | Downloaded regex v1.10.4 |
1202 | 2024-05-30T03:16:27.030Z | Downloaded gimli v0.28.1 |
1203 | 2024-05-30T03:16:27.030Z | Downloaded sled v0.34.7 |
1204 | 2024-05-30T03:16:27.031Z | Downloaded trust-dns-proto v0.22.0 |
1205 | 2024-05-30T03:16:27.031Z | Downloaded zerocopy-derive v0.2.0 |
1206 | 2024-05-30T03:16:27.031Z | Downloaded syn v2.0.64 |
1207 | 2024-05-30T03:16:27.031Z | Downloaded serde_json v1.0.117 |
1208 | 2024-05-30T03:16:27.031Z | Downloaded vcpkg v0.2.15 |
1209 | 2024-05-30T03:16:27.031Z | Downloaded nix v0.28.0 |
1210 | 2024-05-30T03:16:27.031Z | Downloaded zerocopy-derive v0.6.6 |
1211 | 2024-05-30T03:16:27.031Z | Downloaded regex-automata v0.4.6 |
1212 | 2024-05-30T03:16:27.032Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1213 | 2024-05-30T03:16:27.032Z | Downloaded rustls v0.21.12 |
1214 | 2024-05-30T03:16:27.032Z | Downloaded unicode-normalization v0.1.23 |
1215 | 2024-05-30T03:16:27.032Z | Downloaded rustls-webpki v0.102.4 |
1216 | 2024-05-30T03:16:27.032Z | Downloaded futures-util v0.3.30 |
1217 | 2024-05-30T03:16:27.048Z | Downloaded idna v0.3.0 |
1218 | 2024-05-30T03:16:27.048Z | Downloaded sqlparser v0.45.0 |
1219 | 2024-05-30T03:16:27.048Z | Downloaded publicsuffix v2.2.3 |
1220 | 2024-05-30T03:16:27.048Z | Downloaded tokio-util v0.7.11 |
1221 | 2024-05-30T03:16:27.074Z | Downloaded finl_unicode v1.2.0 |
1222 | 2024-05-30T03:16:27.075Z | Downloaded rayon v1.10.0 |
1223 | 2024-05-30T03:16:27.084Z | Downloaded tokio v1.37.0 |
1224 | 2024-05-30T03:16:27.107Z | Downloaded bitvec v1.0.1 |
1225 | 2024-05-30T03:16:27.124Z | Downloaded csv v1.3.0 |
1226 | 2024-05-30T03:16:27.150Z | Downloaded sha3 v0.10.8 |
1227 | 2024-05-30T03:16:27.158Z | Downloaded hyper v0.14.28 |
1228 | 2024-05-30T03:16:27.158Z | Downloaded steno v0.4.0 |
1229 | 2024-05-30T03:16:27.165Z | Downloaded rustyline v14.0.0 |
1230 | 2024-05-30T03:16:27.166Z | Downloaded samael v0.0.15 |
1231 | 2024-05-30T03:16:27.172Z | Downloaded quick-error v1.2.3 |
1232 | 2024-05-30T03:16:27.172Z | Downloaded usdt v0.3.5 |
1233 | 2024-05-30T03:16:27.172Z | Downloaded flate2 v1.0.30 |
1234 | 2024-05-30T03:16:27.177Z | Downloaded rustls-webpki v0.101.7 |
1235 | 2024-05-30T03:16:27.198Z | Downloaded clap_builder v4.5.2 |
1236 | 2024-05-30T03:16:27.235Z | Downloaded blake3 v1.5.1 |
1237 | 2024-05-30T03:16:27.236Z | Downloaded ucd-trie v0.1.6 |
1238 | 2024-05-30T03:16:27.236Z | Downloaded fd-lock v4.0.2 |
1239 | 2024-05-30T03:16:27.236Z | Downloaded deranged v0.3.11 |
1240 | 2024-05-30T03:16:27.248Z | Downloaded defmt-parser v0.3.4 |
1241 | 2024-05-30T03:16:27.248Z | Downloaded slog-async v2.8.0 |
1242 | 2024-05-30T03:16:27.248Z | Downloaded encoding_rs v0.8.34 |
1243 | 2024-05-30T03:16:27.248Z | Downloaded num-complex v0.4.6 |
1244 | 2024-05-30T03:16:27.249Z | Downloaded parse-size v1.0.0 |
1245 | 2024-05-30T03:16:27.249Z | Downloaded number_prefix v0.4.0 |
1246 | 2024-05-30T03:16:27.249Z | Downloaded serde-big-array v0.4.1 |
1247 | 2024-05-30T03:16:27.249Z | Downloaded path-slash v0.1.5 |
1248 | 2024-05-30T03:16:27.249Z | Downloaded supports-color v3.0.0 |
1249 | 2024-05-30T03:16:27.249Z | Downloaded unicase v2.7.0 |
1250 | 2024-05-30T03:16:27.249Z | Downloaded itertools v0.12.1 |
1251 | 2024-05-30T03:16:27.249Z | Downloaded serde_derive v1.0.202 |
1252 | 2024-05-30T03:16:27.258Z | Downloaded slog v2.7.0 |
1253 | 2024-05-30T03:16:27.258Z | Downloaded unicode-ident v1.0.12 |
1254 | 2024-05-30T03:16:27.258Z | Downloaded salty v0.2.0 |
1255 | 2024-05-30T03:16:27.258Z | Downloaded toml_edit v0.22.13 |
1256 | 2024-05-30T03:16:27.276Z | Downloaded rustc-demangle v0.1.24 |
1257 | 2024-05-30T03:16:27.280Z | Downloaded toml v0.5.11 |
1258 | 2024-05-30T03:16:27.280Z | Downloaded parse-display-derive v0.9.0 |
1259 | 2024-05-30T03:16:27.284Z | Downloaded nu-ansi-term v0.50.0 |
1260 | 2024-05-30T03:16:27.284Z | Downloaded itertools v0.10.5 |
1261 | 2024-05-30T03:16:27.294Z | Downloaded idna v0.2.3 |
1262 | 2024-05-30T03:16:27.299Z | Downloaded tokio-tungstenite v0.20.1 |
1263 | 2024-05-30T03:16:27.299Z | Downloaded env_logger v0.9.3 |
1264 | 2024-05-30T03:16:27.303Z | Downloaded tokio-tungstenite v0.21.0 |
1265 | 2024-05-30T03:16:27.306Z | Downloaded tokio-rustls v0.24.1 |
1266 | 2024-05-30T03:16:27.306Z | Downloaded slog-scope v4.4.0 |
1267 | 2024-05-30T03:16:27.307Z | Downloaded proc-macro-crate v1.3.1 |
1268 | 2024-05-30T03:16:27.310Z | Downloaded spin v0.9.8 |
1269 | 2024-05-30T03:16:27.310Z | Downloaded tungstenite v0.20.1 |
1270 | 2024-05-30T03:16:27.313Z | Downloaded thread_local v1.1.8 |
1271 | 2024-05-30T03:16:27.318Z | Downloaded thiserror-no-std v2.0.2 |
1272 | 2024-05-30T03:16:27.319Z | Downloaded rustls-pki-types v1.7.0 |
1273 | 2024-05-30T03:16:27.324Z | Downloaded openssl-sys v0.9.102 |
1274 | 2024-05-30T03:16:27.328Z | Downloaded hash32 v0.2.1 |
1275 | 2024-05-30T03:16:27.328Z | Downloaded nom v7.1.3 |
1276 | 2024-05-30T03:16:27.331Z | Downloaded defmt v0.3.8 |
1277 | 2024-05-30T03:16:27.336Z | Downloaded debug-ignore v1.0.5 |
1278 | 2024-05-30T03:16:27.336Z | Downloaded poly1305 v0.8.0 |
1279 | 2024-05-30T03:16:27.340Z | Downloaded platforms v3.4.0 |
1280 | 2024-05-30T03:16:27.345Z | Downloaded pem-rfc7468 v0.7.0 |
1281 | 2024-05-30T03:16:27.345Z | Downloaded peg-macros v0.8.3 |
1282 | 2024-05-30T03:16:27.345Z | Downloaded unicode-segmentation v1.11.0 |
1283 | 2024-05-30T03:16:27.361Z | Downloaded display-error-chain v0.2.0 |
1284 | 2024-05-30T03:16:27.361Z | Downloaded vsss-rs v3.3.4 |
1285 | 2024-05-30T03:16:27.364Z | Downloaded utf-8 v0.7.6 |
1286 | 2024-05-30T03:16:27.364Z | Downloaded parking_lot_core v0.8.6 |
1287 | 2024-05-30T03:16:27.365Z | Downloaded parking_lot v0.12.2 |
1288 | 2024-05-30T03:16:27.365Z | Downloaded omicron-zone-package v0.11.0 |
1289 | 2024-05-30T03:16:27.365Z | Downloaded libm v0.2.8 |
1290 | 2024-05-30T03:16:27.368Z | Downloaded rand_chacha v0.3.1 |
1291 | 2024-05-30T03:16:27.368Z | Downloaded csv-core v0.1.11 |
1292 | 2024-05-30T03:16:27.391Z | Downloaded trust-dns-server v0.22.1 |
1293 | 2024-05-30T03:16:27.409Z | Downloaded futures-task v0.3.30 |
1294 | 2024-05-30T03:16:27.409Z | Downloaded futures-sink v0.3.30 |
1295 | 2024-05-30T03:16:27.409Z | Downloaded futures-macro v0.3.30 |
1296 | 2024-05-30T03:16:27.409Z | Downloaded ryu v1.0.18 |
1297 | 2024-05-30T03:16:27.409Z | Downloaded fatfs v0.3.6 |
1298 | 2024-05-30T03:16:27.409Z | Downloaded zerocopy-derive v0.7.34 |
1299 | 2024-05-30T03:16:27.409Z | Downloaded typenum v1.17.0 |
1300 | 2024-05-30T03:16:27.409Z | Downloaded tempfile v3.10.1 |
1301 | 2024-05-30T03:16:27.409Z | Downloaded tar v0.4.40 |
1302 | 2024-05-30T03:16:27.409Z | Downloaded textwrap v0.16.1 |
1303 | 2024-05-30T03:16:27.409Z | Downloaded mio v0.8.11 |
1304 | 2024-05-30T03:16:27.834Z | Downloaded minimal-lexical v0.2.1 |
1305 | 2024-05-30T03:16:27.835Z | Downloaded structmeta-derive v0.2.0 |
1306 | 2024-05-30T03:16:27.835Z | Downloaded futures-executor v0.3.30 |
1307 | 2024-05-30T03:16:27.835Z | Downloaded usdt-impl v0.3.5 |
1308 | 2024-05-30T03:16:27.835Z | Downloaded rand_seeder v0.2.3 |
1309 | 2024-05-30T03:16:27.835Z | Downloaded rand_core v0.6.4 |
1310 | 2024-05-30T03:16:27.835Z | Downloaded term v0.7.0 |
1311 | 2024-05-30T03:16:27.835Z | Downloaded sha2 v0.10.8 |
1312 | 2024-05-30T03:16:27.841Z | Downloaded pkcs1 v0.7.5 |
1313 | 2024-05-30T03:16:27.841Z | Downloaded owo-colors v4.0.0 |
1314 | 2024-05-30T03:16:27.841Z | Downloaded unsafe-libyaml v0.2.11 |
1315 | 2024-05-30T03:16:27.841Z | Downloaded oso-derive v0.27.3 |
1316 | 2024-05-30T03:16:27.841Z | Downloaded olpc-cjson v0.1.3 |
1317 | 2024-05-30T03:16:27.841Z | Downloaded num-iter v0.1.45 |
1318 | 2024-05-30T03:16:27.841Z | Downloaded diff v0.1.13 |
1319 | 2024-05-30T03:16:27.841Z | Downloaded schemars v0.8.20 |
1320 | 2024-05-30T03:16:27.841Z | Downloaded postgres-types v0.2.6 |
1321 | 2024-05-30T03:16:27.842Z | Downloaded postgres-protocol v0.6.6 |
1322 | 2024-05-30T03:16:27.842Z | Downloaded heapless v0.8.0 |
1323 | 2024-05-30T03:16:27.842Z | Downloaded swrite v0.1.0 |
1324 | 2024-05-30T03:16:27.842Z | Downloaded serde_repr v0.1.19 |
1325 | 2024-05-30T03:16:27.842Z | Downloaded tokio-native-tls v0.3.1 |
1326 | 2024-05-30T03:16:27.842Z | Downloaded pest_derive v2.7.10 |
1327 | 2024-05-30T03:16:27.842Z | Downloaded zerocopy v0.6.6 |
1328 | 2024-05-30T03:16:27.842Z | Downloaded tinyvec v1.6.0 |
1329 | 2024-05-30T03:16:27.842Z | Downloaded packed_struct v0.10.1 |
1330 | 2024-05-30T03:16:27.842Z | Downloaded parking_lot v0.11.2 |
1331 | 2024-05-30T03:16:27.842Z | Downloaded smallvec v1.13.2 |
1332 | 2024-05-30T03:16:27.842Z | Downloaded openssl-macros v0.1.1 |
1333 | 2024-05-30T03:16:27.843Z | Downloaded opaque-debug v0.3.1 |
1334 | 2024-05-30T03:16:27.843Z | Downloaded same-file v1.0.6 |
1335 | 2024-05-30T03:16:27.843Z | Downloaded rusty-fork v0.3.0 |
1336 | 2024-05-30T03:16:27.843Z | Downloaded bytes v1.6.0 |
1337 | 2024-05-30T03:16:27.843Z | Downloaded base64 v0.21.7 |
1338 | 2024-05-30T03:16:27.843Z | Downloaded arc-swap v1.7.1 |
1339 | 2024-05-30T03:16:27.843Z | Downloaded either v1.12.0 |
1340 | 2024-05-30T03:16:27.843Z | Downloaded getopts v0.2.21 |
1341 | 2024-05-30T03:16:27.843Z | Downloaded generic-array v0.14.7 |
1342 | 2024-05-30T03:16:27.843Z | Downloaded difflib v0.4.0 |
1343 | 2024-05-30T03:16:27.843Z | Downloaded slog-term v2.9.1 |
1344 | 2024-05-30T03:16:27.843Z | Downloaded mockall v0.12.1 |
1345 | 2024-05-30T03:16:27.844Z | Downloaded cookie_store v0.20.0 |
1346 | 2024-05-30T03:16:27.844Z | Downloaded cookie v0.18.1 |
1347 | 2024-05-30T03:16:27.844Z | Downloaded compact_str v0.7.1 |
1348 | 2024-05-30T03:16:27.844Z | Downloaded atomic-waker v1.1.2 |
1349 | 2024-05-30T03:16:27.844Z | Downloaded base64ct v1.6.0 |
1350 | 2024-05-30T03:16:27.844Z | Downloaded smallvec v0.6.14 |
1351 | 2024-05-30T03:16:27.844Z | Downloaded memmap2 v0.9.4 |
1352 | 2024-05-30T03:16:27.844Z | Downloaded indexmap v1.9.3 |
1353 | 2024-05-30T03:16:27.844Z | Downloaded foreign-types v0.3.2 |
1354 | 2024-05-30T03:16:27.844Z | Downloaded endian-type v0.1.2 |
1355 | 2024-05-30T03:16:27.844Z | Downloaded serde_tokenstream v0.2.0 |
1356 | 2024-05-30T03:16:27.844Z | Downloaded serde_tokenstream v0.1.7 |
1357 | 2024-05-30T03:16:27.844Z | Downloaded resolv-conf v0.7.0 |
1358 | 2024-05-30T03:16:27.845Z | Downloaded ref-cast-impl v1.0.23 |
1359 | 2024-05-30T03:16:27.845Z | Downloaded multer v3.1.0 |
1360 | 2024-05-30T03:16:27.845Z | Downloaded log v0.4.21 |
1361 | 2024-05-30T03:16:27.845Z | Downloaded lazy_static v1.4.0 |
1362 | 2024-05-30T03:16:27.845Z | Downloaded ipnet v2.9.0 |
1363 | 2024-05-30T03:16:27.845Z | Downloaded chacha20poly1305 v0.10.1 |
1364 | 2024-05-30T03:16:27.845Z | Downloaded ahash v0.8.11 |
1365 | 2024-05-30T03:16:27.845Z | Downloaded cookie v0.17.0 |
1366 | 2024-05-30T03:16:27.845Z | Downloaded schemars_derive v0.8.20 |
1367 | 2024-05-30T03:16:27.845Z | Downloaded linear-map v1.2.0 |
1368 | 2024-05-30T03:16:27.845Z | Downloaded itoa v1.0.11 |
1369 | 2024-05-30T03:16:27.845Z | Downloaded is_terminal_polyfill v1.70.0 |
1370 | 2024-05-30T03:16:27.845Z | Downloaded httpdate v1.0.3 |
1371 | 2024-05-30T03:16:27.846Z | Downloaded bcs v0.1.6 |
1372 | 2024-05-30T03:16:27.846Z | Downloaded md-5 v0.10.6 |
1373 | 2024-05-30T03:16:27.846Z | Downloaded lru v0.12.3 |
1374 | 2024-05-30T03:16:27.846Z | Downloaded keccak v0.1.5 |
1375 | 2024-05-30T03:16:27.846Z | Downloaded inout v0.1.3 |
1376 | 2024-05-30T03:16:27.846Z | Downloaded newtype_derive v0.1.6 |
1377 | 2024-05-30T03:16:27.846Z | Downloaded anyhow v1.0.83 |
1378 | 2024-05-30T03:16:27.846Z | Downloaded allocator-api2 v0.2.18 |
1379 | 2024-05-30T03:16:27.846Z | Downloaded libsw v3.3.1 |
1380 | 2024-05-30T03:16:27.846Z | Downloaded libloading v0.8.3 |
1381 | 2024-05-30T03:16:27.846Z | Downloaded iana-time-zone v0.1.60 |
1382 | 2024-05-30T03:16:27.846Z | Downloaded clap_derive v4.5.4 |
1383 | 2024-05-30T03:16:27.846Z | Downloaded cassowary v0.3.0 |
1384 | 2024-05-30T03:16:27.847Z | Downloaded camino-tempfile v1.1.1 |
1385 | 2024-05-30T03:16:27.847Z | Downloaded cpufeatures v0.2.12 |
1386 | 2024-05-30T03:16:27.847Z | Downloaded cobs v0.2.3 |
1387 | 2024-05-30T03:16:27.847Z | Downloaded backoff v0.4.0 |
1388 | 2024-05-30T03:16:27.847Z | Downloaded ciborium-ll v0.2.2 |
1389 | 2024-05-30T03:16:27.847Z | Downloaded cfg-if v1.0.0 |
1390 | 2024-05-30T03:16:27.847Z | Downloaded anstyle v1.0.7 |
1391 | 2024-05-30T03:16:27.847Z | Downloaded hubpack_derive v0.1.1 |
1392 | 2024-05-30T03:16:27.847Z | Downloaded kstat-rs v0.2.3 |
1393 | 2024-05-30T03:16:27.847Z | Downloaded hyper-staticfile v0.9.5 |
1394 | 2024-05-30T03:16:27.847Z | Downloaded const_format_proc_macros v0.2.32 |
1395 | 2024-05-30T03:16:27.847Z | Downloaded highway v1.1.0 |
1396 | 2024-05-30T03:16:27.847Z | Downloaded block-buffer v0.10.4 |
1397 | 2024-05-30T03:16:27.848Z | Downloaded castaway v0.2.2 |
1398 | 2024-05-30T03:16:27.848Z | Downloaded block-padding v0.3.3 |
1399 | 2024-05-30T03:16:27.848Z | Downloaded blake2 v0.10.6 |
1400 | 2024-05-30T03:16:27.848Z | Downloaded bb8 v0.8.3 |
1401 | 2024-05-30T03:16:27.848Z | Downloaded async-recursion v1.1.1 |
1402 | 2024-05-30T03:16:27.848Z | Downloaded arrayvec v0.7.4 |
1403 | 2024-05-30T03:16:27.848Z | Downloaded humantime v2.1.0 |
1404 | 2024-05-30T03:16:27.848Z | Downloaded hashbrown v0.12.3 |
1405 | 2024-05-30T03:16:27.848Z | Downloaded async-trait v0.1.80 |
1406 | 2024-05-30T03:16:27.848Z | Downloaded async-stream-impl v0.3.5 |
1407 | 2024-05-30T03:16:27.848Z | Downloaded autocfg v1.3.0 |
1408 | 2024-05-30T03:16:27.848Z | Downloaded home v0.5.9 |
1409 | 2024-05-30T03:16:27.848Z | Downloaded ring v0.17.8 |
1410 | 2024-05-30T03:16:27.849Z | Downloaded heck v0.5.0 |
1411 | 2024-05-30T03:16:27.849Z | Downloaded heck v0.3.3 |
1412 | 2024-05-30T03:16:27.854Z | Downloaded buf-list v1.0.3 |
1413 | 2024-05-30T03:16:27.854Z | Downloaded ascii-canvas v3.0.0 |
1414 | 2024-05-30T03:16:27.854Z | Downloaded hkdf v0.12.4 |
1415 | 2024-05-30T03:16:27.854Z | Downloaded arrayref v0.3.7 |
1416 | 2024-05-30T03:16:27.854Z | Downloaded array-init v0.0.4 |
1417 | 2024-05-30T03:16:27.855Z | Downloaded anstream v0.6.14 |
1418 | 2024-05-30T03:16:27.855Z | Downloaded base16ct v0.2.0 |
1419 | 2024-05-30T03:16:27.855Z | Downloaded atomicwrites v0.4.3 |
1420 | 2024-05-30T03:16:27.855Z | Downloaded ring v0.16.20 |
1421 | 2024-05-30T03:16:28.309Z | Compiling proc-macro2 v1.0.82 |
1422 | 2024-05-30T03:16:28.309Z | Compiling unicode-ident v1.0.12 |
1423 | 2024-05-30T03:16:28.340Z | Compiling libc v0.2.155 |
1424 | 2024-05-30T03:16:28.340Z | Compiling serde v1.0.202 |
1425 | 2024-05-30T03:16:28.340Z | Compiling autocfg v1.3.0 |
1426 | 2024-05-30T03:16:28.351Z | Compiling version_check v0.9.4 |
1427 | 2024-05-30T03:16:28.351Z | Compiling cfg-if v1.0.0 |
1428 | 2024-05-30T03:16:28.482Z | Compiling cc v1.0.97 |
1429 | 2024-05-30T03:16:28.517Z | Compiling parking_lot_core v0.9.10 |
1430 | 2024-05-30T03:16:28.565Z | Compiling once_cell v1.19.0 |
1431 | 2024-05-30T03:16:28.961Z | Compiling libm v0.2.8 |
1432 | 2024-05-30T03:16:29.100Z | Compiling ahash v0.8.11 |
1433 | 2024-05-30T03:16:29.601Z | Compiling lock_api v0.4.12 |
1434 | 2024-05-30T03:16:30.225Z | Compiling serde_json v1.0.117 |
1435 | 2024-05-30T03:16:30.229Z | Compiling byteorder v1.5.0 |
1436 | 2024-05-30T03:16:30.229Z | Compiling num-traits v0.2.19 |
1437 | 2024-05-30T03:16:30.229Z | Compiling memchr v2.7.2 |
1438 | 2024-05-30T03:16:30.990Z | Compiling thiserror v1.0.60 |
1439 | 2024-05-30T03:16:31.410Z | Compiling typenum v1.17.0 |
1440 | 2024-05-30T03:16:31.410Z | Compiling log v0.4.21 |
1441 | 2024-05-30T03:16:31.410Z | Compiling generic-array v0.14.7 |
1442 | 2024-05-30T03:16:31.421Z | Compiling itoa v1.0.11 |
1443 | 2024-05-30T03:16:31.421Z | Compiling quote v1.0.36 |
1444 | 2024-05-30T03:16:31.963Z | Compiling getrandom v0.2.14 |
1445 | 2024-05-30T03:16:31.969Z | Compiling scopeguard v1.2.0 |
1446 | 2024-05-30T03:16:31.970Z | Compiling syn v2.0.64 |
1447 | 2024-05-30T03:16:32.081Z | Compiling allocator-api2 v0.2.18 |
1448 | 2024-05-30T03:16:32.153Z | Compiling slab v0.4.9 |
1449 | 2024-05-30T03:16:32.465Z | Compiling ring v0.17.8 |
1450 | 2024-05-30T03:16:32.474Z | Compiling ryu v1.0.18 |
1451 | 2024-05-30T03:16:32.554Z | Compiling smallvec v1.13.2 |
1452 | 2024-05-30T03:16:32.592Z | Compiling schemars v0.8.20 |
1453 | 2024-05-30T03:16:32.762Z | Compiling pin-project-lite v0.2.14 |
1454 | 2024-05-30T03:16:32.953Z | Compiling semver v1.0.23 |
1455 | 2024-05-30T03:16:33.104Z | Compiling syn v1.0.109 |
1456 | 2024-05-30T03:16:33.122Z | Compiling equivalent v1.0.1 |
1457 | 2024-05-30T03:16:33.410Z | Compiling parking_lot v0.12.2 |
1458 | 2024-05-30T03:16:34.053Z | Compiling pkg-config v0.3.30 |
1459 | 2024-05-30T03:16:34.070Z | Compiling vcpkg v0.2.15 |
1460 | 2024-05-30T03:16:34.070Z | Compiling signal-hook-registry v1.4.2 |
1461 | 2024-05-30T03:16:35.032Z | Compiling mio v0.8.11 |
1462 | 2024-05-30T03:16:35.628Z | Compiling openssl-sys v0.9.102 |
1463 | 2024-05-30T03:16:36.044Z | Compiling fnv v1.0.7 |
1464 | 2024-05-30T03:16:36.177Z | Compiling rand_core v0.6.4 |
1465 | 2024-05-30T03:16:36.350Z | Compiling num_cpus v1.16.0 |
1466 | 2024-05-30T03:16:36.489Z | Compiling socket2 v0.5.7 |
1467 | 2024-05-30T03:16:36.580Z | Compiling num-conv v0.1.0 |
1468 | 2024-05-30T03:16:36.654Z | Compiling time-core v0.1.2 |
1469 | 2024-05-30T03:16:36.918Z | Compiling time-macros v0.2.18 |
1470 | 2024-05-30T03:16:37.096Z | Compiling httparse v1.8.0 |
1471 | 2024-05-30T03:16:37.712Z | Compiling futures-core v0.3.30 |
1472 | 2024-05-30T03:16:37.972Z | Compiling openssl v0.10.64 |
1473 | 2024-05-30T03:16:38.405Z | Compiling rustix v0.38.34 |
1474 | 2024-05-30T03:16:38.421Z | Compiling iana-time-zone v0.1.60 |
1475 | 2024-05-30T03:16:38.492Z | Compiling crossbeam-utils v0.8.19 |
1476 | 2024-05-30T03:16:39.075Z | Compiling spin v0.9.8 |
1477 | 2024-05-30T03:16:39.142Z | Compiling tinyvec_macros v0.1.1 |
1478 | 2024-05-30T03:16:39.225Z | Compiling rustls v0.21.12 |
1479 | 2024-05-30T03:16:39.279Z | Compiling native-tls v0.2.11 |
1480 | 2024-05-30T03:16:39.486Z | Compiling serde_derive_internals v0.29.1 |
1481 | 2024-05-30T03:16:39.952Z | Compiling tinyvec v1.6.0 |
1482 | 2024-05-30T03:16:40.147Z | Compiling futures-sink v0.3.30 |
1483 | 2024-05-30T03:16:40.269Z | Compiling subtle v2.5.0 |
1484 | 2024-05-30T03:16:40.419Z | Compiling const-oid v0.9.6 |
1485 | 2024-05-30T03:16:40.552Z | Compiling ucd-trie v0.1.6 |
1486 | 2024-05-30T03:16:40.894Z | Compiling unicode-normalization v0.1.23 |
1487 | 2024-05-30T03:16:41.242Z | Compiling backtrace v0.3.71 |
1488 | 2024-05-30T03:16:41.643Z | Compiling cookie v0.17.0 |
1489 | 2024-05-30T03:16:41.718Z | Compiling heck v0.5.0 |
1490 | 2024-05-30T03:16:41.799Z | Compiling slog v2.7.0 |
1491 | 2024-05-30T03:16:42.065Z | Compiling heck v0.4.1 |
1492 | 2024-05-30T03:16:42.493Z | Compiling unicode-bidi v0.3.15 |
1493 | 2024-05-30T03:16:42.493Z | Compiling dyn-clone v1.0.17 |
1494 | 2024-05-30T03:16:42.494Z | Compiling futures-channel v0.3.30 |
1495 | 2024-05-30T03:16:43.056Z | Compiling futures-task v0.3.30 |
1496 | 2024-05-30T03:16:43.483Z | Compiling pin-utils v0.1.0 |
1497 | 2024-05-30T03:16:43.484Z | Compiling strsim v0.11.1 |
1498 | 2024-05-30T03:16:43.484Z | Compiling futures-io v0.3.30 |
1499 | 2024-05-30T03:16:43.603Z | Compiling aho-corasick v1.1.3 |
1500 | 2024-05-30T03:16:43.778Z | Compiling untrusted v0.9.0 |
1501 | 2024-05-30T03:16:43.986Z | Compiling anyhow v1.0.83 |
1502 | 2024-05-30T03:16:44.274Z | Compiling regex-syntax v0.8.3 |
1503 | 2024-05-30T03:16:44.516Z | Compiling winnow v0.5.40 |
1504 | 2024-05-30T03:16:45.085Z | Compiling serde_derive v1.0.202 |
1505 | 2024-05-30T03:16:45.868Z | Compiling zerocopy-derive v0.7.34 |
1506 | 2024-05-30T03:16:46.248Z | Compiling zeroize_derive v1.4.2 |
1507 | 2024-05-30T03:16:48.141Z | Compiling thiserror-impl v1.0.60 |
1508 | 2024-05-30T03:16:48.175Z | Compiling zerocopy v0.7.34 |
1509 | 2024-05-30T03:16:48.600Z | Compiling tokio-macros v2.2.0 |
1510 | 2024-05-30T03:16:48.601Z | Compiling futures-macro v0.3.30 |
1511 | 2024-05-30T03:16:48.601Z | Compiling schemars_derive v0.8.20 |
1512 | 2024-05-30T03:16:50.216Z | Compiling hashbrown v0.14.5 |
1513 | 2024-05-30T03:16:50.270Z | Compiling tracing-attributes v0.1.27 |
1514 | 2024-05-30T03:16:50.286Z | Compiling zeroize v1.7.0 |
1515 | 2024-05-30T03:16:51.299Z | Compiling openssl-macros v0.1.1 |
1516 | 2024-05-30T03:16:51.647Z | Compiling scroll_derive v0.12.0 |
1517 | 2024-05-30T03:16:52.020Z | Compiling pest v2.7.10 |
1518 | 2024-05-30T03:16:52.924Z | Compiling crypto-common v0.1.6 |
1519 | 2024-05-30T03:16:52.925Z | Compiling futures-util v0.3.30 |
1520 | 2024-05-30T03:16:53.872Z | Compiling der_derive v0.7.2 |
1521 | 2024-05-30T03:16:53.873Z | Compiling block-buffer v0.10.4 |
1522 | 2024-05-30T03:16:53.894Z | Compiling regex-automata v0.4.6 |
1523 | 2024-05-30T03:16:54.757Z | Compiling pest_meta v2.7.10 |
1524 | 2024-05-30T03:16:55.480Z | Compiling tracing-core v0.1.32 |
1525 | 2024-05-30T03:16:58.340Z | Compiling pest_generator v2.7.10 |
1526 | 2024-05-30T03:16:58.786Z | Compiling bytes v1.6.0 |
1527 | 2024-05-30T03:16:59.808Z | Compiling indexmap v2.2.6 |
1528 | 2024-05-30T03:17:00.016Z | Compiling uuid v1.8.0 |
1529 | 2024-05-30T03:17:00.687Z | Compiling tokio v1.37.0 |
1530 | 2024-05-30T03:17:01.320Z | Compiling chrono v0.4.38 |
1531 | 2024-05-30T03:17:01.332Z | Compiling bitflags v2.5.0 |
1532 | 2024-05-30T03:17:01.903Z | Compiling serde_tokenstream v0.2.0 |
1533 | 2024-05-30T03:17:02.389Z | Compiling toml_datetime v0.6.6 |
1534 | 2024-05-30T03:17:02.869Z | Compiling serde_spanned v0.6.6 |
1535 | 2024-05-30T03:17:03.588Z | Compiling http v0.2.12 |
1536 | 2024-05-30T03:17:04.020Z | Compiling toml_edit v0.19.15 |
1537 | 2024-05-30T03:17:05.952Z | Compiling rustc_version v0.4.0 |
1538 | 2024-05-30T03:17:06.644Z | Compiling pest_derive v2.7.10 |
1539 | 2024-05-30T03:17:07.074Z | Compiling usdt-impl v0.5.0 |
1540 | 2024-05-30T03:17:07.439Z | Compiling rustversion v1.0.17 |
1541 | 2024-05-30T03:17:07.466Z | Compiling powerfmt v0.2.0 |
1542 | 2024-05-30T03:17:08.019Z | Compiling deranged v0.3.11 |
1543 | 2024-05-30T03:17:08.195Z | Compiling heapless v0.7.17 |
1544 | 2024-05-30T03:17:08.639Z | Compiling tracing v0.1.40 |
1545 | 2024-05-30T03:17:08.889Z | Compiling digest v0.10.7 |
1546 | 2024-05-30T03:17:09.352Z | Compiling scroll v0.12.0 |
1547 | 2024-05-30T03:17:09.972Z | Compiling percent-encoding v2.3.1 |
1548 | 2024-05-30T03:17:10.159Z | Compiling signal-hook v0.3.17 |
1549 | 2024-05-30T03:17:10.440Z | Compiling num_threads v0.1.7 |
1550 | 2024-05-30T03:17:10.590Z | Compiling plain v0.2.3 |
1551 | 2024-05-30T03:17:10.620Z | Compiling ppv-lite86 v0.2.17 |
1552 | 2024-05-30T03:17:10.754Z | Compiling goblin v0.8.2 |
1553 | 2024-05-30T03:17:10.968Z | Compiling time v0.3.36 |
1554 | 2024-05-30T03:17:11.391Z | Compiling rand_chacha v0.3.1 |
1555 | 2024-05-30T03:17:12.429Z | Compiling regex v1.10.4 |
1556 | 2024-05-30T03:17:13.762Z | Compiling crc32fast v1.4.0 |
1557 | 2024-05-30T03:17:14.417Z | Compiling pretty-hex v0.4.1 |
1558 | 2024-05-30T03:17:16.083Z | Compiling rand v0.8.5 |
1559 | 2024-05-30T03:17:17.204Z | Compiling dof v0.3.0 |
1560 | 2024-05-30T03:17:17.231Z | Compiling tokio-util v0.7.11 |
1561 | 2024-05-30T03:17:18.212Z | Compiling dtrace-parser v0.2.0 |
1562 | 2024-05-30T03:17:19.089Z | Compiling async-trait v0.1.80 |
1563 | 2024-05-30T03:17:19.188Z | Compiling thread-id v4.2.1 |
1564 | 2024-05-30T03:17:19.324Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1565 | 2024-05-30T03:17:20.006Z | Compiling base64ct v1.6.0 |
1566 | 2024-05-30T03:17:20.082Z | Compiling smoltcp v0.9.1 |
1567 | 2024-05-30T03:17:20.288Z | Compiling foreign-types-shared v0.1.1 |
1568 | 2024-05-30T03:17:20.356Z | Compiling unicode-width v0.1.12 |
1569 | 2024-05-30T03:17:20.404Z | Compiling foreign-types v0.3.2 |
1570 | 2024-05-30T03:17:20.508Z | Compiling pem-rfc7468 v0.7.0 |
1571 | 2024-05-30T03:17:21.649Z | Compiling form_urlencoded v1.2.1 |
1572 | 2024-05-30T03:17:22.061Z | Compiling hmac v0.12.1 |
1573 | 2024-05-30T03:17:22.555Z | Compiling siphasher v0.3.11 |
1574 | 2024-05-30T03:17:22.555Z | Compiling try-lock v0.2.5 |
1575 | 2024-05-30T03:17:22.556Z | Compiling base64 v0.21.7 |
1576 | 2024-05-30T03:17:22.778Z | Compiling adler v1.0.2 |
1577 | 2024-05-30T03:17:22.890Z | Compiling flagset v0.4.5 |
1578 | 2024-05-30T03:17:22.997Z | Compiling der v0.7.9 |
1579 | 2024-05-30T03:17:23.009Z | Compiling miniz_oxide v0.7.2 |
1580 | 2024-05-30T03:17:23.268Z | Compiling want v0.3.1 |
1581 | 2024-05-30T03:17:23.973Z | Compiling h2 v0.3.26 |
1582 | 2024-05-30T03:17:24.931Z | Compiling sct v0.7.1 |
1583 | 2024-05-30T03:17:25.240Z | Compiling rustls-webpki v0.101.7 |
1584 | 2024-05-30T03:17:26.314Z | Compiling http-body v0.4.6 |
1585 | 2024-05-30T03:17:27.002Z | Compiling openapiv3 v2.0.0 |
1586 | 2024-05-30T03:17:27.471Z | Compiling hubpack_derive v0.1.1 |
1587 | 2024-05-30T03:17:27.749Z | Compiling zerocopy-derive v0.6.6 |
1588 | 2024-05-30T03:17:27.972Z | Compiling idna v0.5.0 |
1589 | 2024-05-30T03:17:28.351Z | Compiling errno v0.3.9 |
1590 | 2024-05-30T03:17:28.609Z | Compiling fs-err v2.11.0 |
1591 | 2024-05-30T03:17:28.854Z | Compiling httpdate v1.0.3 |
1592 | 2024-05-30T03:17:29.281Z | Compiling utf8parse v0.2.1 |
1593 | 2024-05-30T03:17:29.385Z | Compiling openssl-probe v0.1.5 |
1594 | 2024-05-30T03:17:29.447Z | Compiling anstyle v1.0.7 |
1595 | 2024-05-30T03:17:29.715Z | Compiling finl_unicode v1.2.0 |
1596 | 2024-05-30T03:17:30.139Z | Compiling spin v0.5.2 |
1597 | 2024-05-30T03:17:30.139Z | Compiling tower-service v0.3.2 |
1598 | 2024-05-30T03:17:30.303Z | Compiling stable_deref_trait v1.2.0 |
1599 | 2024-05-30T03:17:30.337Z | Compiling gimli v0.28.1 |
1600 | 2024-05-30T03:17:30.440Z | Compiling cpufeatures v0.2.12 |
1601 | 2024-05-30T03:17:30.557Z | Compiling sha2 v0.10.8 |
1602 | 2024-05-30T03:17:30.673Z | Compiling stringprep v0.1.4 |
1603 | 2024-05-30T03:17:31.344Z | Compiling hyper v0.14.28 |
1604 | 2024-05-30T03:17:31.864Z | Compiling anstyle-parse v0.2.4 |
1605 | 2024-05-30T03:17:32.213Z | Compiling url v2.5.0 |
1606 | 2024-05-30T03:17:35.116Z | Compiling addr2line v0.21.0 |
1607 | 2024-05-30T03:17:35.989Z | Compiling spki v0.7.3 |
1608 | 2024-05-30T03:17:36.777Z | Compiling usdt-attr-macro v0.5.0 |
1609 | 2024-05-30T03:17:37.059Z | Compiling usdt-macro v0.5.0 |
1610 | 2024-05-30T03:17:38.445Z | Compiling md-5 v0.10.6 |
1611 | 2024-05-30T03:17:41.127Z | Compiling idna v0.3.0 |
1612 | 2024-05-30T03:17:42.599Z | Compiling diesel_table_macro_syntax v0.1.0 |
1613 | 2024-05-30T03:17:42.617Z | Compiling num-integer v0.1.46 |
1614 | 2024-05-30T03:17:42.861Z | Compiling object v0.32.2 |
1615 | 2024-05-30T03:17:43.394Z | Compiling hash32 v0.2.1 |
1616 | 2024-05-30T03:17:44.732Z | Compiling colorchoice v1.0.1 |
1617 | 2024-05-30T03:17:44.900Z | Compiling psl-types v2.0.11 |
1618 | 2024-05-30T03:17:45.501Z | Compiling rustc-demangle v0.1.24 |
1619 | 2024-05-30T03:17:48.351Z | Compiling fallible-iterator v0.2.0 |
1620 | 2024-05-30T03:17:48.783Z | Compiling is_terminal_polyfill v1.70.0 |
1621 | 2024-05-30T03:17:48.935Z | Compiling anstyle-query v1.0.3 |
1622 | 2024-05-30T03:17:49.099Z | Compiling anstream v0.6.14 |
1623 | 2024-05-30T03:17:49.124Z | Compiling postgres-protocol v0.6.6 |
1624 | 2024-05-30T03:17:50.878Z | Compiling lazy_static v1.4.0 |
1625 | 2024-05-30T03:17:51.533Z | Compiling publicsuffix v2.2.3 |
1626 | 2024-05-30T03:17:51.614Z | Compiling diesel_derives v2.1.4 |
1627 | 2024-05-30T03:17:52.855Z | Compiling tokio-rustls v0.24.1 |
1628 | 2024-05-30T03:17:57.962Z | Compiling pkcs8 v0.10.2 |
1629 | 2024-05-30T03:17:58.468Z | Compiling terminal_size v0.3.0 |
1630 | 2024-05-30T03:17:58.513Z | Compiling tokio-native-tls v0.3.1 |
1631 | 2024-05-30T03:17:58.805Z | Compiling phf_shared v0.11.2 |
1632 | 2024-05-30T03:17:59.852Z | Compiling strum_macros v0.25.3 |
1633 | 2024-05-30T03:18:00.446Z | Compiling block-padding v0.3.3 |
1634 | 2024-05-30T03:18:00.682Z | Compiling regress v0.9.1 |
1635 | 2024-05-30T03:18:00.719Z | Compiling enum-as-inner v0.5.1 |
1636 | 2024-05-30T03:18:01.109Z | Compiling serde_repr v0.1.19 |
1637 | 2024-05-30T03:18:01.725Z | Compiling clap_derive v4.5.4 |
1638 | 2024-05-30T03:18:03.930Z | Compiling ff v0.13.0 |
1639 | 2024-05-30T03:18:04.222Z | Compiling scheduled-thread-pool v0.2.7 |
1640 | 2024-05-30T03:18:05.535Z | Compiling encoding_rs v0.8.34 |
1641 | 2024-05-30T03:18:06.358Z | Compiling managed v0.8.0 |
1642 | 2024-05-30T03:18:06.358Z | Compiling base16ct v0.2.0 |
1643 | 2024-05-30T03:18:06.358Z | Compiling matches v0.1.10 |
1644 | 2024-05-30T03:18:06.358Z | Compiling ipnet v2.9.0 |
1645 | 2024-05-30T03:18:06.359Z | Compiling bitflags v1.3.2 |
1646 | 2024-05-30T03:18:06.390Z | Compiling either v1.12.0 |
1647 | 2024-05-30T03:18:06.477Z | Compiling ident_case v1.0.1 |
1648 | 2024-05-30T03:18:07.321Z | Compiling bit-vec v0.6.3 |
1649 | 2024-05-30T03:18:07.483Z | Compiling clap_lex v0.7.0 |
1650 | 2024-05-30T03:18:07.762Z | Compiling mime v0.3.17 |
1651 | 2024-05-30T03:18:08.038Z | Compiling clap_builder v4.5.2 |
1652 | 2024-05-30T03:18:09.249Z | Compiling darling_core v0.20.9 |
1653 | 2024-05-30T03:18:10.480Z | Compiling idna v0.2.3 |
1654 | 2024-05-30T03:18:12.028Z | Compiling sec1 v0.7.3 |
1655 | 2024-05-30T03:18:14.245Z | Compiling r2d2 v0.8.10 |
1656 | 2024-05-30T03:18:14.635Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1657 | 2024-05-30T03:18:15.733Z | Compiling group v0.13.0 |
1658 | 2024-05-30T03:18:16.064Z | Compiling inout v0.1.3 |
1659 | 2024-05-30T03:18:16.671Z | Compiling phf v0.11.2 |
1660 | 2024-05-30T03:18:17.091Z | Compiling hyper-tls v0.5.0 |
1661 | 2024-05-30T03:18:17.092Z | Compiling signal-hook-mio v0.2.3 |
1662 | 2024-05-30T03:18:17.195Z | Compiling hyper-rustls v0.24.2 |
1663 | 2024-05-30T03:18:17.531Z | Compiling cookie_store v0.20.0 |
1664 | 2024-05-30T03:18:17.598Z | Compiling postgres-types v0.2.6 |
1665 | 2024-05-30T03:18:17.895Z | Compiling num-bigint v0.4.5 |
1666 | 2024-05-30T03:18:18.908Z | Compiling zerocopy v0.6.6 |
1667 | 2024-05-30T03:18:19.050Z | Compiling hubpack v0.1.2 |
1668 | 2024-05-30T03:18:19.102Z | Compiling rustls-pemfile v1.0.4 |
1669 | 2024-05-30T03:18:19.515Z | Compiling phf_shared v0.10.0 |
1670 | 2024-05-30T03:18:19.553Z | Compiling hkdf v0.12.4 |
1671 | 2024-05-30T03:18:19.789Z | Compiling serde_urlencoded v0.7.1 |
1672 | 2024-05-30T03:18:19.940Z | Compiling crossbeam-epoch v0.9.18 |
1673 | 2024-05-30T03:18:20.267Z | Compiling ipnetwork v0.20.0 |
1674 | 2024-05-30T03:18:20.407Z | Compiling futures-executor v0.3.30 |
1675 | 2024-05-30T03:18:21.217Z | Compiling crypto-bigint v0.5.5 |
1676 | 2024-05-30T03:18:21.592Z | Compiling float-cmp v0.9.0 |
1677 | 2024-05-30T03:18:21.629Z | Compiling memmap v0.7.0 |
1678 | 2024-05-30T03:18:21.937Z | Compiling predicates-core v1.0.6 |
1679 | 2024-05-30T03:18:22.272Z | Compiling winnow v0.6.8 |
1680 | 2024-05-30T03:18:22.385Z | Compiling fixedbitset v0.4.2 |
1681 | 2024-05-30T03:18:22.789Z | Compiling webpki-roots v0.25.4 |
1682 | 2024-05-30T03:18:22.980Z | Compiling unicode-segmentation v1.11.0 |
1683 | 2024-05-30T03:18:23.808Z | Compiling data-encoding v2.6.0 |
1684 | 2024-05-30T03:18:24.262Z | Compiling minimal-lexical v0.2.1 |
1685 | 2024-05-30T03:18:25.189Z | Compiling precomputed-hash v0.1.1 |
1686 | 2024-05-30T03:18:25.211Z | Compiling static_assertions v1.1.0 |
1687 | 2024-05-30T03:18:25.211Z | Compiling new_debug_unreachable v1.0.6 |
1688 | 2024-05-30T03:18:25.211Z | Compiling normalize-line-endings v0.3.0 |
1689 | 2024-05-30T03:18:25.211Z | Compiling difflib v0.4.0 |
1690 | 2024-05-30T03:18:25.279Z | Compiling whoami v1.5.1 |
1691 | 2024-05-30T03:18:25.475Z | Compiling sync_wrapper v0.1.2 |
1692 | 2024-05-30T03:18:25.803Z | Compiling toml_edit v0.22.13 |
1693 | 2024-05-30T03:18:26.100Z | Compiling tokio-postgres v0.7.10 |
1694 | 2024-05-30T03:18:26.417Z | Compiling reqwest v0.11.27 |
1695 | 2024-05-30T03:18:27.433Z | Compiling predicates v3.1.0 |
1696 | 2024-05-30T03:18:27.686Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1697 | 2024-05-30T03:18:28.442Z | Compiling string_cache v0.8.7 |
1698 | 2024-05-30T03:18:28.887Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1699 | 2024-05-30T03:18:29.079Z | Compiling nom v7.1.3 |
1700 | 2024-05-30T03:18:30.865Z | Compiling trust-dns-proto v0.22.0 |
1701 | 2024-05-30T03:18:31.740Z | Compiling elliptic-curve v0.13.8 |
1702 | 2024-05-30T03:18:32.510Z | Compiling similar v2.5.0 |
1703 | 2024-05-30T03:18:32.944Z | Compiling petgraph v0.6.5 |
1704 | 2024-05-30T03:18:33.908Z | Compiling usdt v0.5.0 |
1705 | 2024-05-30T03:18:35.145Z | Compiling diesel v2.1.6 |
1706 | 2024-05-30T03:18:35.145Z | Compiling futures v0.3.30 |
1707 | 2024-05-30T03:18:35.145Z | Compiling yasna v0.5.2 |
1708 | 2024-05-30T03:18:35.488Z | Compiling crossterm v0.27.0 |
1709 | 2024-05-30T03:18:35.549Z | Compiling flate2 v1.0.30 |
1710 | 2024-05-30T03:18:36.682Z | Compiling cipher v0.4.4 |
1711 | 2024-05-30T03:18:36.742Z | Compiling darling_macro v0.20.9 |
1712 | 2024-05-30T03:18:37.662Z | Compiling clap v4.5.4 |
1713 | 2024-05-30T03:18:37.709Z | Compiling bit-set v0.5.3 |
1714 | 2024-05-30T03:18:37.847Z | Compiling itertools v0.10.5 |
1715 | 2024-05-30T03:18:38.046Z | Compiling itertools v0.12.1 |
1716 | 2024-05-30T03:18:38.504Z | Compiling console v0.15.8 |
1717 | 2024-05-30T03:18:38.848Z | Compiling num-iter v0.1.45 |
1718 | 2024-05-30T03:18:39.631Z | Compiling tokio-stream v0.1.15 |
1719 | 2024-05-30T03:18:39.845Z | Compiling toml v0.7.8 |
1720 | 2024-05-30T03:18:39.871Z | Compiling bstr v1.9.1 |
1721 | 2024-05-30T03:18:40.654Z | Compiling hex v0.4.3 |
1722 | 2024-05-30T03:18:41.597Z | Compiling lalrpop-util v0.19.12 |
1723 | 2024-05-30T03:18:42.030Z | Compiling peg-runtime v0.8.3 |
1724 | 2024-05-30T03:18:42.030Z | Compiling darling v0.20.9 |
1725 | 2024-05-30T03:18:42.047Z | Compiling proc-macro-crate v1.3.1 |
1726 | 2024-05-30T03:18:42.861Z | Compiling heapless v0.8.0 |
1727 | 2024-05-30T03:18:43.521Z | Compiling camino v1.1.7 |
1728 | 2024-05-30T03:18:45.427Z | Compiling num_enum_derive v0.5.11 |
1729 | 2024-05-30T03:18:50.723Z | Compiling hash32 v0.3.1 |
1730 | 2024-05-30T03:18:52.835Z | Compiling rustls-pki-types v1.7.0 |
1731 | 2024-05-30T03:18:53.880Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1732 | 2024-05-30T03:18:54.060Z | Compiling smoltcp v0.11.0 |
1733 | 2024-05-30T03:19:03.386Z | Compiling num_enum v0.5.11 |
1734 | 2024-05-30T03:19:05.909Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1735 | 2024-05-30T03:19:06.430Z | Compiling getopts v0.2.21 |
1736 | 2024-05-30T03:19:08.197Z | Compiling dirs-sys-next v0.1.2 |
1737 | 2024-05-30T03:19:08.879Z | Compiling proc-macro-error-attr v1.0.4 |
1738 | 2024-05-30T03:19:09.178Z | Compiling rustls v0.22.4 |
1739 | 2024-05-30T03:19:09.284Z | Compiling embedded-io v0.4.0 |
1740 | 2024-05-30T03:19:09.492Z | Compiling cobs v0.2.3 |
1741 | 2024-05-30T03:19:09.543Z | Compiling paste v1.0.15 |
1742 | 2024-05-30T03:19:09.583Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1743 | 2024-05-30T03:19:10.506Z | Compiling unsafe-libyaml v0.2.11 |
1744 | 2024-05-30T03:19:11.310Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1745 | 2024-05-30T03:19:12.109Z | Compiling serde_yaml v0.9.34+deprecated |
1746 | 2024-05-30T03:19:12.426Z | Compiling postcard v1.0.8 |
1747 | 2024-05-30T03:19:13.670Z | Compiling dirs-next v2.0.0 |
1748 | 2024-05-30T03:19:16.317Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1749 | 2024-05-30T03:19:22.049Z | Compiling rustls-webpki v0.102.4 |
1750 | 2024-05-30T03:19:27.903Z | Compiling strum_macros v0.26.2 |
1751 | 2024-05-30T03:19:28.919Z | Compiling structmeta-derive v0.3.0 |
1752 | 2024-05-30T03:19:29.412Z | Compiling foreign-types-macros v0.2.3 |
1753 | 2024-05-30T03:19:30.989Z | Compiling thread_local v1.1.8 |
1754 | 2024-05-30T03:19:31.010Z | Compiling proc-macro-error v1.0.4 |
1755 | 2024-05-30T03:19:31.319Z | Compiling multer v3.1.0 |
1756 | 2024-05-30T03:19:31.629Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1757 | 2024-05-30T03:19:31.760Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1758 | 2024-05-30T03:19:31.875Z | Compiling slog-async v2.8.0 |
1759 | 2024-05-30T03:19:32.151Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1760 | 2024-05-30T03:19:32.307Z | Compiling match_cfg v0.1.0 |
1761 | 2024-05-30T03:19:33.015Z | Compiling foreign-types-shared v0.3.1 |
1762 | 2024-05-30T03:19:37.444Z | Compiling foreign-types v0.5.0 |
1763 | 2024-05-30T03:19:40.025Z | Compiling strum v0.26.2 |
1764 | 2024-05-30T03:19:40.107Z | Compiling hostname v0.3.1 |
1765 | 2024-05-30T03:19:40.221Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1766 | 2024-05-30T03:19:41.088Z | Compiling structmeta v0.3.0 |
1767 | 2024-05-30T03:19:44.985Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1768 | 2024-05-30T03:19:55.124Z | Compiling term v0.7.0 |
1769 | 2024-05-30T03:19:58.493Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1770 | 2024-05-30T03:19:59.670Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1771 | 2024-05-30T03:20:00.747Z | Compiling slog-json v2.6.1 |
1772 | 2024-05-30T03:20:00.859Z | Compiling tabwriter v1.4.0 |
1773 | 2024-05-30T03:20:01.286Z | Compiling crossbeam-channel v0.5.12 |
1774 | 2024-05-30T03:20:02.998Z | Compiling http v1.1.0 |
1775 | 2024-05-30T03:20:03.025Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1776 | 2024-05-30T03:20:03.857Z | Compiling async-stream-impl v0.3.5 |
1777 | 2024-05-30T03:20:03.882Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1778 | 2024-05-30T03:20:03.935Z | Compiling cstr-argument v0.1.2 |
1779 | 2024-05-30T03:20:04.227Z | Compiling is-terminal v0.4.12 |
1780 | 2024-05-30T03:20:04.386Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1781 | 2024-05-30T03:20:04.715Z | Compiling take_mut v0.2.2 |
1782 | 2024-05-30T03:20:04.771Z | Compiling crucible-workspace-hack v0.1.0 |
1783 | 2024-05-30T03:20:04.918Z | Compiling pretty-hex v0.2.1 |
1784 | 2024-05-30T03:20:05.083Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1785 | 2024-05-30T03:20:05.154Z | Compiling fastrand v2.1.0 |
1786 | 2024-05-30T03:20:05.374Z | Compiling rayon-core v1.12.1 |
1787 | 2024-05-30T03:20:05.913Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1788 | 2024-05-30T03:20:06.121Z | Compiling base64 v0.22.1 |
1789 | 2024-05-30T03:20:06.219Z | Compiling atomic-waker v1.1.2 |
1790 | 2024-05-30T03:20:06.322Z | Compiling tempfile v3.10.1 |
1791 | 2024-05-30T03:20:06.442Z | Compiling waitgroup v0.1.2 |
1792 | 2024-05-30T03:20:06.714Z | Compiling rustls-pemfile v2.1.2 |
1793 | 2024-05-30T03:20:07.313Z | Compiling async-stream v0.3.5 |
1794 | 2024-05-30T03:20:07.482Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1795 | 2024-05-30T03:20:08.042Z | Compiling slog-term v2.9.1 |
1796 | 2024-05-30T03:20:08.184Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1797 | 2024-05-30T03:20:09.345Z | Compiling slog-bunyan v2.5.0 |
1798 | 2024-05-30T03:20:09.645Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1799 | 2024-05-30T03:20:10.692Z | Compiling tokio-rustls v0.25.0 |
1800 | 2024-05-30T03:20:10.843Z | Compiling parse-display-derive v0.9.0 |
1801 | 2024-05-30T03:20:10.870Z | Compiling toml v0.8.13 |
1802 | 2024-05-30T03:20:10.895Z | Compiling serde_with_macros v3.8.1 |
1803 | 2024-05-30T03:20:11.199Z | Compiling sha1 v0.10.6 |
1804 | 2024-05-30T03:20:12.032Z | Compiling crossbeam-deque v0.8.5 |
1805 | 2024-05-30T03:20:12.446Z | Compiling colored v2.1.0 |
1806 | 2024-05-30T03:20:13.763Z | Compiling newtype-uuid v1.1.0 |
1807 | 2024-05-30T03:20:13.828Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1808 | 2024-05-30T03:20:14.143Z | Compiling serde_path_to_error v0.1.16 |
1809 | 2024-05-30T03:20:15.008Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1810 | 2024-05-30T03:20:15.195Z | Compiling socket2 v0.4.10 |
1811 | 2024-05-30T03:20:15.768Z | Compiling hostname v0.4.0 |
1812 | 2024-05-30T03:20:15.906Z | Compiling instant v0.1.12 |
1813 | 2024-05-30T03:20:15.999Z | Compiling debug-ignore v1.0.5 |
1814 | 2024-05-30T03:20:16.038Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1815 | 2024-05-30T03:20:16.086Z | Compiling backoff v0.4.0 |
1816 | 2024-05-30T03:20:16.428Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1817 | 2024-05-30T03:20:16.473Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1818 | 2024-05-30T03:20:16.784Z | Compiling parse-display v0.9.0 |
1819 | 2024-05-30T03:20:17.859Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1820 | 2024-05-30T03:20:18.416Z | Compiling serde_with v3.8.1 |
1821 | 2024-05-30T03:20:19.377Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1822 | 2024-05-30T03:20:21.230Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1823 | 2024-05-30T03:20:21.683Z | Compiling camino-tempfile v1.1.1 |
1824 | 2024-05-30T03:20:22.478Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1825 | 2024-05-30T03:20:22.503Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1826 | 2024-05-30T03:20:22.706Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1827 | 2024-05-30T03:20:23.010Z | Compiling macaddr v1.0.1 |
1828 | 2024-05-30T03:20:23.139Z | Compiling num-derive v0.4.2 |
1829 | 2024-05-30T03:20:23.667Z | Compiling sigpipe v0.1.3 |
1830 | 2024-05-30T03:20:23.822Z | Compiling libefi-sys v0.1.0 |
1831 | 2024-05-30T03:20:24.133Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1832 | 2024-05-30T03:20:24.719Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1833 | 2024-05-30T03:20:25.529Z | Compiling rayon v1.10.0 |
1834 | 2024-05-30T03:20:25.563Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1835 | 2024-05-30T03:20:26.523Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1836 | 2024-05-30T03:20:27.162Z | Compiling smf v0.2.3 |
1837 | 2024-05-30T03:20:28.161Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1838 | 2024-05-30T03:20:29.940Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1839 | 2024-05-30T03:20:30.095Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1840 | 2024-05-30T03:20:30.477Z | Compiling blake3 v1.5.1 |
1841 | 2024-05-30T03:20:31.506Z | Compiling ring v0.16.20 |
1842 | 2024-05-30T03:20:31.585Z | Compiling portable-atomic v1.6.0 |
1843 | 2024-05-30T03:20:33.334Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1844 | 2024-05-30T03:20:33.665Z | Compiling xattr v1.3.1 |
1845 | 2024-05-30T03:20:33.998Z | Compiling memmap2 v0.9.4 |
1846 | 2024-05-30T03:20:34.557Z | Compiling filetime v0.2.23 |
1847 | 2024-05-30T03:20:34.584Z | Compiling arrayvec v0.7.4 |
1848 | 2024-05-30T03:20:34.925Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1849 | 2024-05-30T03:20:35.076Z | Compiling same-file v1.0.6 |
1850 | 2024-05-30T03:20:35.119Z | Compiling arrayref v0.3.7 |
1851 | 2024-05-30T03:20:35.242Z | Compiling untrusted v0.7.1 |
1852 | 2024-05-30T03:20:35.302Z | Compiling constant_time_eq v0.3.0 |
1853 | 2024-05-30T03:20:35.372Z | Compiling walkdir v2.5.0 |
1854 | 2024-05-30T03:20:35.494Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1855 | 2024-05-30T03:20:36.500Z | Compiling tar v0.4.40 |
1856 | 2024-05-30T03:20:38.129Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1857 | 2024-05-30T03:20:38.560Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1858 | 2024-05-30T03:20:39.568Z | Compiling gethostname v0.4.3 |
1859 | 2024-05-30T03:20:39.873Z | Compiling topological-sort v0.2.2 |
1860 | 2024-05-30T03:20:39.900Z | Compiling number_prefix v0.4.0 |
1861 | 2024-05-30T03:20:40.030Z | Compiling swrite v0.1.0 |
1862 | 2024-05-30T03:20:40.136Z | Compiling indicatif v0.17.8 |
1863 | 2024-05-30T03:20:41.884Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1864 | 2024-05-30T03:20:42.836Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1865 | 2024-05-30T03:20:43.168Z | Compiling omicron-zone-package v0.11.0 |
1866 | 2024-05-30T03:20:45.201Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1867 | 2024-05-30T03:21:06.145Z | Finished `release` profile [optimized] target(s) in 5m 01s |
1868 | 2024-05-30T03:21:06.447Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1869 | 2024-05-30T03:21:06.516Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1870 | 2024-05-30T03:21:06.520Z | Created new build target 'test' and set it as active |
1871 | 2024-05-30T03:21:06.520Z | |
1872 | 2024-05-30T03:21:06.520Z | real 5:02.378245931 |
1873 | 2024-05-30T03:21:06.520Z | user 31:26.990387255 |
1874 | 2024-05-30T03:21:06.520Z | sys 4:12.164465362 |
1875 | 2024-05-30T03:21:06.520Z | trap 0.915413341 |
1876 | 2024-05-30T03:21:06.520Z | tflt 5.161801215 |
1877 | 2024-05-30T03:21:06.520Z | dflt 5.575614061 |
1878 | 2024-05-30T03:21:06.520Z | kflt 0.054182622 |
1879 | 2024-05-30T03:21:06.520Z | lock 1:07:01.639301539 |
1880 | 2024-05-30T03:21:06.520Z | slp 1:30:10.604334304 |
1881 | 2024-05-30T03:21:06.520Z | lat 2:03.245672355 |
1882 | 2024-05-30T03:21:06.520Z | stop 3:55.409484554 |
1883 | 2024-05-30T03:21:06.521Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1884 | 2024-05-30T03:21:07.397Z | Finished `release` profile [optimized] target(s) in 0.83s |
1885 | 2024-05-30T03:21:07.442Z | Running `target/release/omicron-package -t test package` |
1886 | 2024-05-30T03:21:07.472Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1887 | 2024-05-30T03:21:08.418Z | Compiling newline-converter v0.3.0 |
1888 | 2024-05-30T03:21:08.418Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1889 | 2024-05-30T03:21:08.421Z | Compiling humantime v2.1.0 |
1890 | 2024-05-30T03:21:08.521Z | Compiling derive-where v1.2.7 |
1891 | 2024-05-30T03:21:08.527Z | Compiling unicode-xid v0.2.4 |
1892 | 2024-05-30T03:21:08.530Z | Compiling convert_case v0.4.0 |
1893 | 2024-05-30T03:21:08.530Z | Compiling linked-hash-map v0.5.6 |
1894 | 2024-05-30T03:21:08.530Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1895 | 2024-05-30T03:21:08.643Z | Compiling expectorate v1.1.0 |
1896 | 2024-05-30T03:21:08.741Z | Compiling password-hash v0.5.0 |
1897 | 2024-05-30T03:21:08.755Z | Compiling blake2 v0.10.6 |
1898 | 2024-05-30T03:21:08.807Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1899 | 2024-05-30T03:21:08.952Z | Compiling lru-cache v0.1.2 |
1900 | 2024-05-30T03:21:09.159Z | Compiling semver v0.1.20 |
1901 | 2024-05-30T03:21:09.316Z | Compiling argon2 v0.5.3 |
1902 | 2024-05-30T03:21:09.383Z | Compiling derive_more v0.99.17 |
1903 | 2024-05-30T03:21:09.761Z | Compiling rustc_version v0.1.7 |
1904 | 2024-05-30T03:21:09.907Z | Compiling slog-dtrace v0.3.0 |
1905 | 2024-05-30T03:21:10.178Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1906 | 2024-05-30T03:21:10.192Z | Compiling newtype_derive v0.1.6 |
1907 | 2024-05-30T03:21:10.553Z | Compiling quick-error v1.2.3 |
1908 | 2024-05-30T03:21:10.701Z | Compiling home v0.5.9 |
1909 | 2024-05-30T03:21:10.807Z | Compiling resolv-conf v0.7.0 |
1910 | 2024-05-30T03:21:11.079Z | Compiling steno v0.4.0 |
1911 | 2024-05-30T03:21:11.761Z | Compiling trust-dns-resolver v0.22.0 |
1912 | 2024-05-30T03:21:11.820Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1913 | 2024-05-30T03:21:12.413Z | Compiling termcolor v1.4.1 |
1914 | 2024-05-30T03:21:12.685Z | Compiling utf-8 v0.7.6 |
1915 | 2024-05-30T03:21:13.071Z | Compiling num-rational v0.4.2 |
1916 | 2024-05-30T03:21:13.543Z | Compiling num-complex v0.4.6 |
1917 | 2024-05-30T03:21:14.871Z | Compiling num v0.4.3 |
1918 | 2024-05-30T03:21:14.992Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1919 | 2024-05-30T03:21:15.195Z | Compiling nibble_vec v0.1.0 |
1920 | 2024-05-30T03:21:15.426Z | Compiling radium v0.7.0 |
1921 | 2024-05-30T03:21:15.535Z | Compiling endian-type v0.1.2 |
1922 | 2024-05-30T03:21:15.788Z | Compiling radix_trie v0.2.1 |
1923 | 2024-05-30T03:21:15.881Z | Compiling tungstenite v0.20.1 |
1924 | 2024-05-30T03:21:16.088Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1925 | 2024-05-30T03:21:16.717Z | Compiling maybe-uninit v2.0.0 |
1926 | 2024-05-30T03:21:16.736Z | Compiling tap v1.0.1 |
1927 | 2024-05-30T03:21:16.910Z | Compiling wyz v0.5.1 |
1928 | 2024-05-30T03:21:17.259Z | Compiling tokio-tungstenite v0.20.1 |
1929 | 2024-05-30T03:21:17.878Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1930 | 2024-05-30T03:21:17.996Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1931 | 2024-05-30T03:21:18.458Z | Compiling num-bigint-dig v0.8.4 |
1932 | 2024-05-30T03:21:18.754Z | Compiling cancel-safe-futures v0.1.5 |
1933 | 2024-05-30T03:21:19.089Z | Compiling arc-swap v1.7.1 |
1934 | 2024-05-30T03:21:19.825Z | Compiling funty v2.0.0 |
1935 | 2024-05-30T03:21:21.158Z | Compiling display-error-chain v0.2.0 |
1936 | 2024-05-30T03:21:21.349Z | Compiling crc-catalog v2.4.0 |
1937 | 2024-05-30T03:21:21.498Z | Compiling packed_struct v0.10.1 |
1938 | 2024-05-30T03:21:21.923Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1939 | 2024-05-30T03:21:22.452Z | Compiling crc v3.2.1 |
1940 | 2024-05-30T03:21:22.469Z | Compiling bitvec v1.0.1 |
1941 | 2024-05-30T03:21:23.803Z | Compiling slog-scope v4.4.0 |
1942 | 2024-05-30T03:21:24.779Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1943 | 2024-05-30T03:21:27.083Z | Compiling fxhash v0.2.1 |
1944 | 2024-05-30T03:21:27.306Z | Compiling packed_struct_codegen v0.10.1 |
1945 | 2024-05-30T03:21:29.640Z | Compiling indexmap v1.9.3 |
1946 | 2024-05-30T03:21:29.939Z | Compiling nodrop v0.1.14 |
1947 | 2024-05-30T03:21:30.073Z | Compiling array-init v0.0.4 |
1948 | 2024-05-30T03:21:31.530Z | Compiling smallvec v0.6.14 |
1949 | 2024-05-30T03:21:33.625Z | Compiling slog-stdlog v4.1.1 |
1950 | 2024-05-30T03:21:34.011Z | Compiling rayon-core v1.12.1 |
1951 | 2024-05-30T03:21:34.035Z | Compiling synstructure v0.12.6 |
1952 | 2024-05-30T03:21:34.385Z | Compiling pkcs1 v0.7.5 |
1953 | 2024-05-30T03:21:34.550Z | Compiling signature v2.2.0 |
1954 | 2024-05-30T03:21:34.842Z | Compiling crossbeam-deque v0.8.5 |
1955 | 2024-05-30T03:21:35.186Z | Compiling dirs-sys-next v0.1.2 |
1956 | 2024-05-30T03:21:35.637Z | Compiling half v2.4.1 |
1957 | 2024-05-30T03:21:35.724Z | Compiling glob v0.3.1 |
1958 | 2024-05-30T03:21:36.356Z | Compiling same-file v1.0.6 |
1959 | 2024-05-30T03:21:36.585Z | Compiling bitfield v0.14.0 |
1960 | 2024-05-30T03:21:36.589Z | Compiling crunchy v0.2.2 |
1961 | 2024-05-30T03:21:36.889Z | Compiling hashbrown v0.12.3 |
1962 | 2024-05-30T03:21:37.049Z | Compiling fastrand v2.1.0 |
1963 | 2024-05-30T03:21:37.586Z | Compiling ciborium-io v0.2.2 |
1964 | 2024-05-30T03:21:37.722Z | Compiling ciborium-ll v0.2.2 |
1965 | 2024-05-30T03:21:38.254Z | Compiling tempfile v3.10.1 |
1966 | 2024-05-30T03:21:38.364Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1967 | 2024-05-30T03:21:39.045Z | Compiling clang-sys v1.7.0 |
1968 | 2024-05-30T03:21:39.238Z | Compiling walkdir v2.5.0 |
1969 | 2024-05-30T03:21:39.689Z | Compiling zerocopy-derive v0.2.0 |
1970 | 2024-05-30T03:21:39.898Z | Compiling dirs-next v2.0.0 |
1971 | 2024-05-30T03:21:41.388Z | Compiling rsa v0.9.6 |
1972 | 2024-05-30T03:21:41.508Z | Compiling slog-envlogger v2.2.0 |
1973 | 2024-05-30T03:21:41.728Z | Compiling serde-hex v0.1.0 |
1974 | 2024-05-30T03:21:42.050Z | Compiling bzip2 v0.4.4 |
1975 | 2024-05-30T03:21:42.521Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1976 | 2024-05-30T03:21:42.858Z | Compiling env_logger v0.10.2 |
1977 | 2024-05-30T03:21:44.067Z | Compiling camino v1.1.7 |
1978 | 2024-05-30T03:21:44.132Z | Compiling x509-cert v0.2.5 |
1979 | 2024-05-30T03:21:45.942Z | Compiling ron v0.8.1 |
1980 | 2024-05-30T03:21:46.058Z | Compiling hashbrown v0.13.2 |
1981 | 2024-05-30T03:21:46.096Z | Compiling maplit v1.0.2 |
1982 | 2024-05-30T03:21:46.226Z | Compiling tiny-keccak v2.0.2 |
1983 | 2024-05-30T03:21:46.508Z | Compiling prettyplease v0.2.20 |
1984 | 2024-05-30T03:21:46.778Z | Compiling crc-any v2.5.0 |
1985 | 2024-05-30T03:21:46.990Z | Compiling blake3 v1.5.1 |
1986 | 2024-05-30T03:21:47.360Z | Compiling object v0.30.4 |
1987 | 2024-05-30T03:21:47.415Z | Compiling ring v0.16.20 |
1988 | 2024-05-30T03:21:47.733Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1989 | 2024-05-30T03:21:50.148Z | Compiling zip v0.6.6 |
1990 | 2024-05-30T03:21:50.388Z | Compiling rayon v1.10.0 |
1991 | 2024-05-30T03:21:52.266Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1992 | 2024-05-30T03:21:53.041Z | Compiling term v0.7.0 |
1993 | 2024-05-30T03:21:53.272Z | Compiling ciborium v0.2.2 |
1994 | 2024-05-30T03:21:54.395Z | Compiling xattr v1.3.1 |
1995 | 2024-05-30T03:21:54.673Z | Compiling memmap2 v0.9.4 |
1996 | 2024-05-30T03:21:55.090Z | Compiling atty v0.2.14 |
1997 | 2024-05-30T03:21:55.242Z | Compiling filetime v0.2.23 |
1998 | 2024-05-30T03:21:55.418Z | Compiling arrayvec v0.7.4 |
1999 | 2024-05-30T03:21:55.493Z | Compiling arrayref v0.3.7 |
2000 | 2024-05-30T03:21:55.539Z | Compiling path-slash v0.1.5 |
2001 | 2024-05-30T03:21:55.597Z | Compiling constant_time_eq v0.3.0 |
2002 | 2024-05-30T03:21:55.744Z | Compiling untrusted v0.7.1 |
2003 | 2024-05-30T03:21:55.778Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2004 | 2024-05-30T03:21:56.230Z | Compiling tar v0.4.40 |
2005 | 2024-05-30T03:21:57.264Z | Compiling ascii-canvas v3.0.0 |
2006 | 2024-05-30T03:21:58.203Z | Compiling camino-tempfile v1.1.1 |
2007 | 2024-05-30T03:21:58.232Z | Compiling toolchain_find v0.4.0 |
2008 | 2024-05-30T03:21:58.643Z | Compiling toml v0.8.13 |
2009 | 2024-05-30T03:21:58.814Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2010 | 2024-05-30T03:21:59.272Z | Compiling libsw v3.3.1 |
2011 | 2024-05-30T03:21:59.416Z | Compiling ena v0.14.3 |
2012 | 2024-05-30T03:21:59.622Z | Compiling is-terminal v0.4.12 |
2013 | 2024-05-30T03:21:59.760Z | Compiling usdt-impl v0.3.5 |
2014 | 2024-05-30T03:21:59.842Z | Compiling libloading v0.8.3 |
2015 | 2024-05-30T03:22:00.100Z | Compiling diff v0.1.13 |
2016 | 2024-05-30T03:22:00.251Z | Compiling bindgen v0.69.4 |
2017 | 2024-05-30T03:22:00.285Z | Compiling linear-map v1.2.0 |
2018 | 2024-05-30T03:22:00.535Z | Compiling parking_lot_core v0.8.6 |
2019 | 2024-05-30T03:22:00.654Z | Compiling topological-sort v0.2.2 |
2020 | 2024-05-30T03:22:00.674Z | Compiling owo-colors v4.0.0 |
2021 | 2024-05-30T03:22:00.703Z | Compiling regex-syntax v0.6.29 |
2022 | 2024-05-30T03:22:00.866Z | Compiling omicron-zone-package v0.11.0 |
2023 | 2024-05-30T03:22:03.601Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2024 | 2024-05-30T03:22:06.297Z | Compiling lalrpop v0.19.12 |
2025 | 2024-05-30T03:22:06.594Z | Compiling rustfmt-wrapper v0.2.1 |
2026 | 2024-05-30T03:22:07.178Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2027 | 2024-05-30T03:22:10.259Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2028 | 2024-05-30T03:22:10.357Z | Compiling which v4.4.2 |
2029 | 2024-05-30T03:22:10.911Z | Compiling cexpr v0.6.0 |
2030 | 2024-05-30T03:22:11.429Z | Compiling unicase v2.7.0 |
2031 | 2024-05-30T03:22:11.730Z | Compiling lazycell v1.3.0 |
2032 | 2024-05-30T03:22:11.903Z | Compiling rustc-hash v1.1.0 |
2033 | 2024-05-30T03:22:12.065Z | Compiling shlex v1.3.0 |
2034 | 2024-05-30T03:22:12.124Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2035 | 2024-05-30T03:22:12.533Z | Compiling zerocopy v0.3.2 |
2036 | 2024-05-30T03:22:13.063Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2037 | 2024-05-30T03:22:13.167Z | Compiling derive_builder_core v0.20.0 |
2038 | 2024-05-30T03:22:14.268Z | Compiling pem v3.0.4 |
2039 | 2024-05-30T03:22:15.504Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2040 | 2024-05-30T03:22:15.738Z | Compiling headers-core v0.2.0 |
2041 | 2024-05-30T03:22:15.914Z | Compiling libxml v0.3.3 |
2042 | 2024-05-30T03:22:15.939Z | Compiling async-recursion v1.1.1 |
2043 | 2024-05-30T03:22:16.262Z | Compiling ref-cast v1.0.23 |
2044 | 2024-05-30T03:22:16.833Z | Compiling headers v0.3.9 |
2045 | 2024-05-30T03:22:17.445Z | Compiling derive_builder_macro v0.20.0 |
2046 | 2024-05-30T03:22:18.248Z | Compiling dof v0.1.5 |
2047 | 2024-05-30T03:22:19.043Z | Compiling parking_lot v0.11.2 |
2048 | 2024-05-30T03:22:20.853Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2049 | 2024-05-30T03:22:21.347Z | Compiling trust-dns-client v0.22.0 |
2050 | 2024-05-30T03:22:21.508Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2051 | 2024-05-30T03:22:21.773Z | Compiling strum_macros v0.24.3 |
2052 | 2024-05-30T03:22:25.295Z | Compiling dtrace-parser v0.1.14 |
2053 | 2024-05-30T03:22:25.299Z | Compiling toml v0.5.11 |
2054 | 2024-05-30T03:22:26.562Z | Compiling ref-cast-impl v1.0.23 |
2055 | 2024-05-30T03:22:26.995Z | Compiling samael v0.0.15 |
2056 | 2024-05-30T03:22:27.129Z | Compiling vte_generate_state_changes v0.1.1 |
2057 | 2024-05-30T03:22:27.697Z | Compiling cookie v0.18.1 |
2058 | 2024-05-30T03:22:27.710Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2059 | 2024-05-30T03:22:28.009Z | Compiling indoc v1.0.9 |
2060 | 2024-05-30T03:22:28.030Z | Compiling cfg_aliases v0.1.1 |
2061 | 2024-05-30T03:22:28.149Z | Compiling buf-list v1.0.3 |
2062 | 2024-05-30T03:22:28.780Z | Compiling nix v0.28.0 |
2063 | 2024-05-30T03:22:29.177Z | Compiling vte v0.11.1 |
2064 | 2024-05-30T03:22:29.550Z | Compiling trust-dns-server v0.22.1 |
2065 | 2024-05-30T03:22:32.226Z | Compiling sled v0.34.7 |
2066 | 2024-05-30T03:22:32.252Z | Compiling derive_builder v0.20.0 |
2067 | 2024-05-30T03:22:32.955Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2068 | 2024-05-30T03:22:34.249Z | Compiling polar-core v0.27.3 |
2069 | 2024-05-30T03:22:35.671Z | Compiling const_format_proc_macros v0.2.32 |
2070 | 2024-05-30T03:22:36.307Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2071 | 2024-05-30T03:22:36.570Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2072 | 2024-05-30T03:22:37.661Z | Compiling fd-lock v4.0.2 |
2073 | 2024-05-30T03:22:37.679Z | Compiling bb8 v0.8.3 |
2074 | 2024-05-30T03:22:37.901Z | Compiling quick-xml v0.31.0 |
2075 | 2024-05-30T03:22:38.274Z | Compiling oso-derive v0.27.3 |
2076 | 2024-05-30T03:22:39.261Z | Compiling serde_tokenstream v0.1.7 |
2077 | 2024-05-30T03:22:39.774Z | Compiling impl-trait-for-tuples v0.2.2 |
2078 | 2024-05-30T03:22:41.728Z | Compiling pin-project-internal v1.1.5 |
2079 | 2024-05-30T03:22:44.133Z | Compiling memoffset v0.7.1 |
2080 | 2024-05-30T03:22:44.430Z | Compiling bytecount v0.6.8 |
2081 | 2024-05-30T03:22:44.575Z | Compiling platforms v3.4.0 |
2082 | 2024-05-30T03:22:44.738Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2083 | 2024-05-30T03:22:45.026Z | Compiling pin-project v1.1.5 |
2084 | 2024-05-30T03:22:45.151Z | Compiling curve25519-dalek v4.1.2 |
2085 | 2024-05-30T03:22:45.154Z | Compiling papergrid v0.11.0 |
2086 | 2024-05-30T03:22:49.308Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2087 | 2024-05-30T03:22:49.962Z | Compiling const_format v0.2.32 |
2088 | 2024-05-30T03:22:51.223Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2089 | 2024-05-30T03:22:59.021Z | Compiling oso v0.27.3 |
2090 | 2024-05-30T03:23:03.896Z | Compiling strip-ansi-escapes v0.2.0 |
2091 | 2024-05-30T03:23:07.698Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2092 | 2024-05-30T03:23:07.881Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2093 | 2024-05-30T03:23:09.321Z | Compiling tabled_derive v0.7.0 |
2094 | 2024-05-30T03:23:11.713Z | Compiling kstat-rs v0.2.3 |
2095 | 2024-05-30T03:23:12.710Z | Compiling snafu-derive v0.8.2 |
2096 | 2024-05-30T03:23:13.233Z | Compiling nu-ansi-term v0.50.0 |
2097 | 2024-05-30T03:23:14.547Z | Compiling keccak v0.1.5 |
2098 | 2024-05-30T03:23:15.588Z | Compiling sha3 v0.10.8 |
2099 | 2024-05-30T03:23:15.681Z | Compiling reedline v0.31.0 |
2100 | 2024-05-30T03:23:16.467Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2101 | 2024-05-30T03:23:17.460Z | Compiling tabled v0.15.0 |
2102 | 2024-05-30T03:23:18.001Z | Compiling snafu v0.8.2 |
2103 | 2024-05-30T03:23:25.719Z | Compiling mime_guess v2.0.4 |
2104 | 2024-05-30T03:23:27.458Z | Compiling usdt-attr-macro v0.3.5 |
2105 | 2024-05-30T03:23:28.774Z | Compiling usdt-macro v0.3.5 |
2106 | 2024-05-30T03:23:28.922Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2107 | 2024-05-30T03:23:30.257Z | Compiling env_logger v0.9.3 |
2108 | 2024-05-30T03:23:30.786Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2109 | 2024-05-30T03:23:31.886Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2110 | 2024-05-30T03:23:34.903Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2111 | 2024-05-30T03:23:35.406Z | Compiling globset v0.4.14 |
2112 | 2024-05-30T03:23:39.127Z | Compiling peg-macros v0.8.3 |
2113 | 2024-05-30T03:23:39.133Z | Compiling olpc-cjson v0.1.3 |
2114 | 2024-05-30T03:23:39.475Z | Compiling universal-hash v0.5.1 |
2115 | 2024-05-30T03:23:39.720Z | Compiling secrecy v0.8.0 |
2116 | 2024-05-30T03:23:40.011Z | Compiling bitstruct_derive v0.1.0 |
2117 | 2024-05-30T03:23:40.448Z | Compiling thiserror-impl-no-std v2.0.2 |
2118 | 2024-05-30T03:23:41.314Z | Compiling serde_plain v1.0.2 |
2119 | 2024-05-30T03:23:41.861Z | Compiling curve25519-dalek-derive v0.1.1 |
2120 | 2024-05-30T03:23:42.736Z | Compiling sqlparser_derive v0.2.2 |
2121 | 2024-05-30T03:23:43.298Z | Compiling nanorand v0.7.0 |
2122 | 2024-05-30T03:23:43.360Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2123 | 2024-05-30T03:23:43.377Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2124 | 2024-05-30T03:23:43.492Z | Compiling signature v1.6.4 |
2125 | 2024-05-30T03:23:43.644Z | Compiling opaque-debug v0.3.1 |
2126 | 2024-05-30T03:23:43.683Z | Compiling unicode_categories v0.1.1 |
2127 | 2024-05-30T03:23:43.740Z | Compiling typed-path v0.7.1 |
2128 | 2024-05-30T03:23:44.015Z | Compiling salty v0.2.0 |
2129 | 2024-05-30T03:23:44.053Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2130 | 2024-05-30T03:23:44.068Z | Compiling ascii v1.1.0 |
2131 | 2024-05-30T03:23:44.374Z | Compiling sqlformat v0.2.3 |
2132 | 2024-05-30T03:23:44.432Z | Compiling rustyline v14.0.0 |
2133 | 2024-05-30T03:23:44.805Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2134 | 2024-05-30T03:23:47.147Z | Compiling tough v0.17.1 |
2135 | 2024-05-30T03:23:49.544Z | Compiling sqlparser v0.45.0 |
2136 | 2024-05-30T03:23:50.482Z | Compiling poly1305 v0.8.0 |
2137 | 2024-05-30T03:23:51.987Z | Compiling flume v0.11.0 |
2138 | 2024-05-30T03:23:52.817Z | Compiling ed25519 v1.5.3 |
2139 | 2024-05-30T03:23:53.128Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2140 | 2024-05-30T03:23:55.791Z | Compiling thiserror-no-std v2.0.2 |
2141 | 2024-05-30T03:23:55.921Z | Compiling peg v0.8.3 |
2142 | 2024-05-30T03:23:56.041Z | Compiling bitstruct v0.1.1 |
2143 | 2024-05-30T03:23:56.167Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2144 | 2024-05-30T03:23:56.785Z | Compiling usdt v0.3.5 |
2145 | 2024-05-30T03:23:57.282Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2146 | 2024-05-30T03:23:57.296Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2147 | 2024-05-30T03:24:01.623Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2148 | 2024-05-30T03:24:04.635Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2149 | 2024-05-30T03:24:07.053Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2150 | 2024-05-30T03:24:07.330Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2151 | 2024-05-30T03:24:08.567Z | Compiling chacha20 v0.9.1 |
2152 | 2024-05-30T03:24:09.027Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2153 | 2024-05-30T03:24:09.218Z | Compiling aead v0.5.2 |
2154 | 2024-05-30T03:24:09.583Z | Compiling bcs v0.1.6 |
2155 | 2024-05-30T03:24:10.567Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2156 | 2024-05-30T03:24:11.249Z | Compiling serde-big-array v0.5.1 |
2157 | 2024-05-30T03:24:11.446Z | Compiling serde_arrays v0.1.0 |
2158 | 2024-05-30T03:24:11.518Z | Compiling erased-serde v0.3.31 |
2159 | 2024-05-30T03:24:11.648Z | Compiling highway v1.1.0 |
2160 | 2024-05-30T03:24:13.044Z | Compiling parse-size v1.0.0 |
2161 | 2024-05-30T03:24:13.318Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2162 | 2024-05-30T03:24:13.359Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2163 | 2024-05-30T03:24:21.940Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2164 | 2024-05-30T03:24:36.718Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2165 | 2024-05-30T03:24:37.235Z | Compiling chacha20poly1305 v0.10.1 |
2166 | 2024-05-30T03:24:38.800Z | Compiling vsss-rs v3.3.4 |
2167 | 2024-05-30T03:24:43.552Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2168 | 2024-05-30T03:24:43.839Z | Compiling signal-hook-tokio v0.3.1 |
2169 | 2024-05-30T03:24:44.019Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2170 | 2024-05-30T03:24:44.045Z | Compiling heck v0.3.3 |
2171 | 2024-05-30T03:24:44.313Z | Compiling castaway v0.2.2 |
2172 | 2024-05-30T03:24:44.826Z | Compiling rand_seeder v0.2.3 |
2173 | 2024-05-30T03:24:44.833Z | Compiling serde-big-array v0.4.1 |
2174 | 2024-05-30T03:24:44.833Z | Compiling http-range v0.1.5 |
2175 | 2024-05-30T03:24:45.389Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2176 | 2024-05-30T03:24:45.689Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2177 | 2024-05-30T03:24:46.177Z | Compiling hyper-staticfile v0.9.5 |
2178 | 2024-05-30T03:24:46.640Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2179 | 2024-05-30T03:24:48.093Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2180 | 2024-05-30T03:24:48.328Z | Compiling compact_str v0.7.1 |
2181 | 2024-05-30T03:24:48.825Z | Compiling zone_cfg_derive v0.1.2 |
2182 | 2024-05-30T03:24:49.258Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2183 | 2024-05-30T03:24:49.978Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2184 | 2024-05-30T03:24:56.547Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2185 | 2024-05-30T03:24:57.188Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2186 | 2024-05-30T03:25:03.721Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2187 | 2024-05-30T03:25:05.898Z | Compiling tungstenite v0.21.0 |
2188 | 2024-05-30T03:25:10.062Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2189 | 2024-05-30T03:25:10.357Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2190 | 2024-05-30T03:25:10.650Z | Compiling lru v0.12.3 |
2191 | 2024-05-30T03:25:11.114Z | Compiling stability v0.2.0 |
2192 | 2024-05-30T03:25:11.171Z | Compiling indoc v2.0.5 |
2193 | 2024-05-30T03:25:12.149Z | Compiling cassowary v0.3.0 |
2194 | 2024-05-30T03:25:12.166Z | Compiling base64 v0.13.1 |
2195 | 2024-05-30T03:25:12.935Z | Compiling corncobs v0.1.3 |
2196 | 2024-05-30T03:25:13.307Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2197 | 2024-05-30T03:25:14.049Z | Compiling ratatui v0.26.2 |
2198 | 2024-05-30T03:25:15.943Z | Compiling ron v0.7.1 |
2199 | 2024-05-30T03:25:18.516Z | Compiling tokio-tungstenite v0.21.0 |
2200 | 2024-05-30T03:25:19.128Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2201 | 2024-05-30T03:25:21.392Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2202 | 2024-05-30T03:25:22.106Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2203 | 2024-05-30T03:25:30.388Z | Compiling zone v0.1.8 |
2204 | 2024-05-30T03:25:32.498Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2205 | 2024-05-30T03:25:42.517Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2206 | 2024-05-30T03:25:44.024Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2207 | 2024-05-30T03:25:46.937Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2208 | 2024-05-30T03:25:46.993Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2209 | 2024-05-30T03:25:47.281Z | Compiling portpicker v0.1.1 |
2210 | 2024-05-30T03:25:47.788Z | Compiling csv-core v0.1.11 |
2211 | 2024-05-30T03:25:48.657Z | Compiling smawk v0.3.2 |
2212 | 2024-05-30T03:25:48.920Z | Compiling unicode-linebreak v0.1.5 |
2213 | 2024-05-30T03:25:49.036Z | Compiling csv v1.3.0 |
2214 | 2024-05-30T03:25:49.425Z | Compiling textwrap v0.16.1 |
2215 | 2024-05-30T03:25:51.207Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2216 | 2024-05-30T03:25:53.185Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2217 | 2024-05-30T03:25:55.312Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2218 | 2024-05-30T03:25:55.817Z | Compiling rcgen v0.12.1 |
2219 | 2024-05-30T03:26:01.896Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2220 | 2024-05-30T03:26:02.439Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2221 | 2024-05-30T03:26:02.734Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2222 | 2024-05-30T03:26:05.506Z | Compiling atomicwrites v0.4.3 |
2223 | 2024-05-30T03:26:06.037Z | Compiling fatfs v0.3.6 |
2224 | 2024-05-30T03:26:06.089Z | Compiling subprocess v0.2.9 |
2225 | 2024-05-30T03:26:08.725Z | Compiling rtoolbox v0.0.2 |
2226 | 2024-05-30T03:26:08.853Z | Compiling is_ci v1.2.0 |
2227 | 2024-05-30T03:26:09.161Z | Compiling assert_matches v1.5.0 |
2228 | 2024-05-30T03:26:09.176Z | Compiling supports-color v3.0.0 |
2229 | 2024-05-30T03:26:09.845Z | Compiling rpassword v7.3.1 |
2230 | 2024-05-30T03:26:09.895Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2231 | 2024-05-30T03:26:10.329Z | Compiling tui-tree-widget v0.19.0 |
2232 | 2024-05-30T03:26:10.754Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2233 | 2024-05-30T03:26:11.261Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2234 | 2024-05-30T03:26:14.593Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2235 | 2024-05-30T03:26:14.882Z | Compiling shell-words v1.1.0 |
2236 | 2024-05-30T03:26:15.321Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2237 | 2024-05-30T03:26:17.058Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2238 | 2024-05-30T03:26:19.210Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2239 | 2024-05-30T03:26:41.002Z | Compiling uzers v0.11.3 |
2240 | 2024-05-30T03:26:43.919Z | Compiling multimap v0.10.0 |
2241 | 2024-05-30T03:27:37.516Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2242 | 2024-05-30T03:29:12.891Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2243 | 2024-05-30T03:29:15.073Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2244 | 2024-05-30T03:35:19.631Z | Finished `release` profile [optimized] target(s) in 14m 11s |
2245 | 2024-05-30T03:38:49.019Z | |
2246 | 2024-05-30T03:38:49.022Z | real 17:42.319463872 |
2247 | 2024-05-30T03:38:49.022Z | user 1:44:25.987014930 |
2248 | 2024-05-30T03:38:49.022Z | sys 5:45.375511819 |
2249 | 2024-05-30T03:38:49.022Z | trap 2.450499663 |
2250 | 2024-05-30T03:38:49.022Z | tflt 2.226175459 |
2251 | 2024-05-30T03:38:49.023Z | dflt 2.539506366 |
2252 | 2024-05-30T03:38:49.023Z | kflt 0.001977734 |
2253 | 2024-05-30T03:38:49.023Z | lock 7:41:37.935208884 |
2254 | 2024-05-30T03:38:49.023Z | slp 4:13:48.668268553 |
2255 | 2024-05-30T03:38:49.023Z | lat 2:34.037417090 |
2256 | 2024-05-30T03:38:49.023Z | stop 1:48.244201212 |
2257 | 2024-05-30T03:38:49.023Z | + mapfile -t packages |
2258 | 2024-05-30T03:38:49.023Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2259 | 2024-05-30T03:38:49.954Z | Finished `release` profile [optimized] target(s) in 0.87s |
2260 | 2024-05-30T03:38:50.002Z | Running `target/release/omicron-package -t test list-outputs` |
2261 | 2024-05-30T03:38:50.049Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2262 | 2024-05-30T03:38:50.064Z | + ptime -m cargo build --locked --release -p xtask |
2263 | 2024-05-30T03:38:50.546Z | Downloading crates ... |
2264 | 2024-05-30T03:38:50.667Z | Downloaded cargo_toml v0.20.2 |
2265 | 2024-05-30T03:38:50.688Z | Compiling serde v1.0.202 |
2266 | 2024-05-30T03:38:50.695Z | Compiling libc v0.2.155 |
2267 | 2024-05-30T03:38:50.695Z | Compiling rustix v0.38.34 |
2268 | 2024-05-30T03:38:50.695Z | Compiling hashbrown v0.14.5 |
2269 | 2024-05-30T03:38:50.695Z | Compiling bitflags v2.5.0 |
2270 | 2024-05-30T03:38:50.696Z | Compiling syn v2.0.64 |
2271 | 2024-05-30T03:38:50.761Z | Compiling serde_json v1.0.117 |
2272 | 2024-05-30T03:38:50.815Z | Compiling fs-err v2.11.0 |
2273 | 2024-05-30T03:38:51.104Z | Compiling anyhow v1.0.83 |
2274 | 2024-05-30T03:38:51.999Z | Compiling indexmap v2.2.6 |
2275 | 2024-05-30T03:38:52.433Z | Compiling errno v0.3.9 |
2276 | 2024-05-30T03:38:53.398Z | Compiling terminal_size v0.3.0 |
2277 | 2024-05-30T03:38:53.518Z | Compiling clap_builder v4.5.2 |
2278 | 2024-05-30T03:38:55.820Z | Compiling serde_derive v1.0.202 |
2279 | 2024-05-30T03:38:55.820Z | Compiling thiserror-impl v1.0.60 |
2280 | 2024-05-30T03:38:55.828Z | Compiling clap_derive v4.5.4 |
2281 | 2024-05-30T03:38:57.613Z | Compiling thiserror v1.0.60 |
2282 | 2024-05-30T03:38:59.067Z | Compiling clap v4.5.4 |
2283 | 2024-05-30T03:39:05.299Z | Compiling toml_datetime v0.6.6 |
2284 | 2024-05-30T03:39:05.302Z | Compiling serde_spanned v0.6.6 |
2285 | 2024-05-30T03:39:05.303Z | Compiling cargo-platform v0.1.8 |
2286 | 2024-05-30T03:39:05.303Z | Compiling camino v1.1.7 |
2287 | 2024-05-30T03:39:05.303Z | Compiling semver v1.0.23 |
2288 | 2024-05-30T03:39:05.303Z | Compiling macaddr v1.0.1 |
2289 | 2024-05-30T03:39:05.614Z | Compiling toml_edit v0.22.13 |
2290 | 2024-05-30T03:39:06.877Z | Compiling cargo_metadata v0.18.1 |
2291 | 2024-05-30T03:39:08.317Z | Compiling toml v0.8.13 |
2292 | 2024-05-30T03:39:09.206Z | Compiling cargo_toml v0.20.2 |
2293 | 2024-05-30T03:39:20.666Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2294 | 2024-05-30T03:39:31.647Z | Finished `release` profile [optimized] target(s) in 41.56s |
2295 | 2024-05-30T03:39:31.743Z | |
2296 | 2024-05-30T03:39:31.747Z | real 41.684290742 |
2297 | 2024-05-30T03:39:31.747Z | user 2:58.023156430 |
2298 | 2024-05-30T03:39:31.747Z | sys 18.673984326 |
2299 | 2024-05-30T03:39:31.747Z | trap 0.059889062 |
2300 | 2024-05-30T03:39:31.748Z | tflt 0.192665928 |
2301 | 2024-05-30T03:39:31.748Z | dflt 0.842532853 |
2302 | 2024-05-30T03:39:31.748Z | kflt 0.000027965 |
2303 | 2024-05-30T03:39:31.748Z | lock 4:24.054751293 |
2304 | 2024-05-30T03:39:31.748Z | slp 3:21.489451686 |
2305 | 2024-05-30T03:39:31.748Z | lat 3.004324011 |
2306 | 2024-05-30T03:39:31.748Z | stop 4.452625221 |
2307 | 2024-05-30T03:39:31.749Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2308 | 2024-05-30T03:39:31.749Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2309 | 2024-05-30T03:39:31.749Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2310 | 2024-05-30T03:39:31.749Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2311 | 2024-05-30T03:39:31.749Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2312 | 2024-05-30T03:39:32.283Z | Downloading crates ... |
2313 | 2024-05-30T03:39:32.522Z | Downloaded ed25519-dalek v2.1.1 |
2314 | 2024-05-30T03:39:32.525Z | Downloaded md5 v0.7.0 |
2315 | 2024-05-30T03:39:32.536Z | Downloaded option-ext v0.2.0 |
2316 | 2024-05-30T03:39:32.540Z | Downloaded dhcproto-macros v0.1.0 |
2317 | 2024-05-30T03:39:32.544Z | Downloaded russh-cryptovec v0.7.2 |
2318 | 2024-05-30T03:39:32.547Z | Downloaded dirs-sys v0.4.1 |
2319 | 2024-05-30T03:39:32.547Z | Downloaded blowfish v0.9.1 |
2320 | 2024-05-30T03:39:32.550Z | Downloaded ed25519 v2.2.3 |
2321 | 2024-05-30T03:39:32.550Z | Downloaded ctr v0.9.2 |
2322 | 2024-05-30T03:39:32.558Z | Downloaded rand_chacha v0.2.2 |
2323 | 2024-05-30T03:39:32.558Z | Downloaded internet-checksum v0.2.1 |
2324 | 2024-05-30T03:39:32.558Z | Downloaded polyval v0.6.2 |
2325 | 2024-05-30T03:39:32.558Z | Downloaded hex-literal v0.4.1 |
2326 | 2024-05-30T03:39:32.558Z | Downloaded pbkdf2 v0.11.0 |
2327 | 2024-05-30T03:39:32.558Z | Downloaded ghash v0.5.1 |
2328 | 2024-05-30T03:39:32.558Z | Downloaded rfc6979 v0.4.0 |
2329 | 2024-05-30T03:39:32.562Z | Downloaded rand_core v0.5.1 |
2330 | 2024-05-30T03:39:32.562Z | Downloaded primeorder v0.13.6 |
2331 | 2024-05-30T03:39:32.562Z | Downloaded pbkdf2 v0.12.2 |
2332 | 2024-05-30T03:39:32.566Z | Downloaded p256 v0.13.2 |
2333 | 2024-05-30T03:39:32.569Z | Downloaded getrandom v0.1.16 |
2334 | 2024-05-30T03:39:32.569Z | Downloaded cbc v0.1.2 |
2335 | 2024-05-30T03:39:32.572Z | Downloaded ecdsa v0.16.9 |
2336 | 2024-05-30T03:39:32.572Z | Downloaded dirs v5.0.1 |
2337 | 2024-05-30T03:39:32.578Z | Downloaded password-hash v0.4.2 |
2338 | 2024-05-30T03:39:32.578Z | Downloaded dhcproto v0.11.0 |
2339 | 2024-05-30T03:39:32.581Z | Downloaded russh-keys v0.43.0 |
2340 | 2024-05-30T03:39:32.581Z | Downloaded bcrypt-pbkdf v0.10.0 |
2341 | 2024-05-30T03:39:32.595Z | Downloaded russh v0.43.0 |
2342 | 2024-05-30T03:39:32.600Z | Downloaded rand v0.7.3 |
2343 | 2024-05-30T03:39:32.605Z | Downloaded p521 v0.13.3 |
2344 | 2024-05-30T03:39:32.608Z | Downloaded aes-gcm v0.10.3 |
2345 | 2024-05-30T03:39:32.612Z | Downloaded aes v0.8.4 |
2346 | 2024-05-30T03:39:32.749Z | Compiling proc-macro2 v1.0.82 |
2347 | 2024-05-30T03:39:32.753Z | Compiling unicode-ident v1.0.12 |
2348 | 2024-05-30T03:39:32.753Z | Compiling libc v0.2.155 |
2349 | 2024-05-30T03:39:32.753Z | Compiling cfg-if v1.0.0 |
2350 | 2024-05-30T03:39:32.753Z | Compiling serde v1.0.202 |
2351 | 2024-05-30T03:39:32.754Z | Compiling version_check v0.9.4 |
2352 | 2024-05-30T03:39:32.754Z | Compiling autocfg v1.3.0 |
2353 | 2024-05-30T03:39:32.754Z | Compiling byteorder v1.5.0 |
2354 | 2024-05-30T03:39:32.930Z | Compiling memchr v2.7.2 |
2355 | 2024-05-30T03:39:33.006Z | Compiling log v0.4.21 |
2356 | 2024-05-30T03:39:33.372Z | Compiling once_cell v1.19.0 |
2357 | 2024-05-30T03:39:33.480Z | Compiling itoa v1.0.11 |
2358 | 2024-05-30T03:39:33.492Z | Compiling scopeguard v1.2.0 |
2359 | 2024-05-30T03:39:33.650Z | Compiling smallvec v1.13.2 |
2360 | 2024-05-30T03:39:33.689Z | Compiling typenum v1.17.0 |
2361 | 2024-05-30T03:39:33.695Z | Compiling generic-array v0.14.7 |
2362 | 2024-05-30T03:39:33.761Z | Compiling thiserror v1.0.60 |
2363 | 2024-05-30T03:39:33.886Z | Compiling lock_api v0.4.12 |
2364 | 2024-05-30T03:39:34.032Z | Compiling cc v1.0.97 |
2365 | 2024-05-30T03:39:34.060Z | Compiling parking_lot_core v0.9.10 |
2366 | 2024-05-30T03:39:34.324Z | Compiling quote v1.0.36 |
2367 | 2024-05-30T03:39:34.707Z | Compiling syn v2.0.64 |
2368 | 2024-05-30T03:39:34.768Z | Compiling pin-project-lite v0.2.14 |
2369 | 2024-05-30T03:39:34.832Z | Compiling libm v0.2.8 |
2370 | 2024-05-30T03:39:34.894Z | Compiling getrandom v0.2.14 |
2371 | 2024-05-30T03:39:35.166Z | Compiling rand_core v0.6.4 |
2372 | 2024-05-30T03:39:35.234Z | Compiling signal-hook-registry v1.4.2 |
2373 | 2024-05-30T03:39:35.344Z | Compiling num-traits v0.2.19 |
2374 | 2024-05-30T03:39:35.407Z | Compiling parking_lot v0.12.2 |
2375 | 2024-05-30T03:39:35.625Z | Compiling subtle v2.5.0 |
2376 | 2024-05-30T03:39:35.940Z | Compiling mio v0.8.11 |
2377 | 2024-05-30T03:39:35.987Z | Compiling ryu v1.0.18 |
2378 | 2024-05-30T03:39:36.083Z | Compiling socket2 v0.5.7 |
2379 | 2024-05-30T03:39:36.361Z | Compiling num_cpus v1.16.0 |
2380 | 2024-05-30T03:39:36.381Z | Compiling ahash v0.8.11 |
2381 | 2024-05-30T03:39:36.410Z | Compiling serde_json v1.0.117 |
2382 | 2024-05-30T03:39:36.491Z | Compiling allocator-api2 v0.2.18 |
2383 | 2024-05-30T03:39:36.834Z | Compiling futures-core v0.3.30 |
2384 | 2024-05-30T03:39:37.095Z | Compiling const-oid v0.9.6 |
2385 | 2024-05-30T03:39:37.112Z | Compiling equivalent v1.0.1 |
2386 | 2024-05-30T03:39:37.150Z | Compiling futures-sink v0.3.30 |
2387 | 2024-05-30T03:39:37.221Z | Compiling slab v0.4.9 |
2388 | 2024-05-30T03:39:37.279Z | Compiling fnv v1.0.7 |
2389 | 2024-05-30T03:39:37.299Z | Compiling futures-channel v0.3.30 |
2390 | 2024-05-30T03:39:37.302Z | Compiling futures-io v0.3.30 |
2391 | 2024-05-30T03:39:37.419Z | Compiling pin-utils v0.1.0 |
2392 | 2024-05-30T03:39:37.522Z | Compiling futures-task v0.3.30 |
2393 | 2024-05-30T03:39:37.635Z | Compiling iana-time-zone v0.1.60 |
2394 | 2024-05-30T03:39:37.649Z | Compiling syn v1.0.109 |
2395 | 2024-05-30T03:39:37.728Z | Compiling tinyvec_macros v0.1.1 |
2396 | 2024-05-30T03:39:37.830Z | Compiling tinyvec v1.6.0 |
2397 | 2024-05-30T03:39:37.833Z | Compiling schemars v0.8.20 |
2398 | 2024-05-30T03:39:37.919Z | Compiling semver v1.0.23 |
2399 | 2024-05-30T03:39:38.147Z | Compiling unicode-bidi v0.3.15 |
2400 | 2024-05-30T03:39:38.273Z | Compiling dyn-clone v1.0.17 |
2401 | 2024-05-30T03:39:38.500Z | Compiling cpufeatures v0.2.12 |
2402 | 2024-05-30T03:39:38.516Z | Compiling percent-encoding v2.3.1 |
2403 | 2024-05-30T03:39:38.601Z | Compiling spin v0.9.8 |
2404 | 2024-05-30T03:39:38.864Z | Compiling ppv-lite86 v0.2.17 |
2405 | 2024-05-30T03:39:38.899Z | Compiling tracing-core v0.1.32 |
2406 | 2024-05-30T03:39:39.026Z | Compiling num-conv v0.1.0 |
2407 | 2024-05-30T03:39:39.054Z | Compiling time-core v0.1.2 |
2408 | 2024-05-30T03:39:39.242Z | Compiling powerfmt v0.2.0 |
2409 | 2024-05-30T03:39:39.306Z | Compiling unicode-normalization v0.1.23 |
2410 | 2024-05-30T03:39:39.327Z | Compiling time-macros v0.2.18 |
2411 | 2024-05-30T03:39:39.629Z | Compiling deranged v0.3.11 |
2412 | 2024-05-30T03:39:39.662Z | Compiling form_urlencoded v1.2.1 |
2413 | 2024-05-30T03:39:39.697Z | Compiling ring v0.17.8 |
2414 | 2024-05-30T03:39:40.033Z | Compiling num_threads v0.1.7 |
2415 | 2024-05-30T03:39:40.179Z | Compiling rand_chacha v0.3.1 |
2416 | 2024-05-30T03:39:40.367Z | Compiling aho-corasick v1.1.3 |
2417 | 2024-05-30T03:39:40.438Z | Compiling regex-syntax v0.8.3 |
2418 | 2024-05-30T03:39:41.612Z | Compiling rand v0.8.5 |
2419 | 2024-05-30T03:39:42.505Z | Compiling serde_derive_internals v0.29.1 |
2420 | 2024-05-30T03:39:42.830Z | Compiling time v0.3.36 |
2421 | 2024-05-30T03:39:43.803Z | Compiling idna v0.5.0 |
2422 | 2024-05-30T03:39:43.928Z | Compiling slog v2.7.0 |
2423 | 2024-05-30T03:39:44.466Z | Compiling regex-automata v0.4.6 |
2424 | 2024-05-30T03:39:45.426Z | Compiling httparse v1.8.0 |
2425 | 2024-05-30T03:39:45.452Z | Compiling url v2.5.0 |
2426 | 2024-05-30T03:39:45.985Z | Compiling spin v0.5.2 |
2427 | 2024-05-30T03:39:46.237Z | Compiling untrusted v0.9.0 |
2428 | 2024-05-30T03:39:47.376Z | Compiling vcpkg v0.2.15 |
2429 | 2024-05-30T03:39:47.427Z | Compiling pkg-config v0.3.30 |
2430 | 2024-05-30T03:39:47.927Z | Compiling heck v0.4.1 |
2431 | 2024-05-30T03:39:48.447Z | Compiling adler v1.0.2 |
2432 | 2024-05-30T03:39:48.464Z | Compiling lazy_static v1.4.0 |
2433 | 2024-05-30T03:39:48.586Z | Compiling backtrace v0.3.71 |
2434 | 2024-05-30T03:39:48.687Z | Compiling miniz_oxide v0.7.2 |
2435 | 2024-05-30T03:39:49.018Z | Compiling httpdate v1.0.3 |
2436 | 2024-05-30T03:39:49.046Z | Compiling unicode-width v0.1.12 |
2437 | 2024-05-30T03:39:49.270Z | Compiling try-lock v0.2.5 |
2438 | 2024-05-30T03:39:49.419Z | Compiling gimli v0.28.1 |
2439 | 2024-05-30T03:39:49.510Z | Compiling want v0.3.1 |
2440 | 2024-05-30T03:39:49.666Z | Compiling openssl-sys v0.9.102 |
2441 | 2024-05-30T03:39:49.798Z | Compiling regex v1.10.4 |
2442 | 2024-05-30T03:39:50.183Z | Compiling serde_derive v1.0.202 |
2443 | 2024-05-30T03:39:50.292Z | Compiling zeroize_derive v1.4.2 |
2444 | 2024-05-30T03:39:50.411Z | Compiling thiserror-impl v1.0.60 |
2445 | 2024-05-30T03:39:50.711Z | Compiling zerocopy-derive v0.7.34 |
2446 | 2024-05-30T03:39:50.933Z | Compiling tokio-macros v2.2.0 |
2447 | 2024-05-30T03:39:52.005Z | Compiling zeroize v1.7.0 |
2448 | 2024-05-30T03:39:52.745Z | Compiling futures-macro v0.3.30 |
2449 | 2024-05-30T03:39:53.193Z | Compiling zerocopy v0.7.34 |
2450 | 2024-05-30T03:39:53.526Z | Compiling schemars_derive v0.8.20 |
2451 | 2024-05-30T03:39:53.951Z | Compiling crypto-common v0.1.6 |
2452 | 2024-05-30T03:39:54.132Z | Compiling block-buffer v0.10.4 |
2453 | 2024-05-30T03:39:54.213Z | Compiling tracing-attributes v0.1.27 |
2454 | 2024-05-30T03:39:54.410Z | Compiling digest v0.10.7 |
2455 | 2024-05-30T03:39:54.748Z | Compiling async-trait v0.1.80 |
2456 | 2024-05-30T03:39:54.910Z | Compiling futures-util v0.3.30 |
2457 | 2024-05-30T03:39:55.013Z | Compiling addr2line v0.21.0 |
2458 | 2024-05-30T03:39:55.565Z | Compiling hashbrown v0.14.5 |
2459 | 2024-05-30T03:39:55.724Z | Compiling object v0.32.2 |
2460 | 2024-05-30T03:39:57.034Z | Compiling mime v0.3.17 |
2461 | 2024-05-30T03:39:57.066Z | Compiling base64 v0.21.7 |
2462 | 2024-05-30T03:39:57.755Z | Compiling openssl v0.10.64 |
2463 | 2024-05-30T03:39:57.759Z | Compiling foreign-types-shared v0.1.1 |
2464 | 2024-05-30T03:39:57.826Z | Compiling anyhow v1.0.83 |
2465 | 2024-05-30T03:39:57.846Z | Compiling tower-service v0.3.2 |
2466 | 2024-05-30T03:39:57.862Z | Compiling rustc-demangle v0.1.24 |
2467 | 2024-05-30T03:39:57.966Z | Compiling ipnet v2.9.0 |
2468 | 2024-05-30T03:39:58.198Z | Compiling foreign-types v0.3.2 |
2469 | 2024-05-30T03:39:58.373Z | Compiling tracing v0.1.40 |
2470 | 2024-05-30T03:39:58.677Z | Compiling openssl-macros v0.1.1 |
2471 | 2024-05-30T03:39:58.899Z | Compiling native-tls v0.2.11 |
2472 | 2024-05-30T03:39:58.924Z | Compiling rustls v0.21.12 |
2473 | 2024-05-30T03:39:59.199Z | Compiling base64ct v1.6.0 |
2474 | 2024-05-30T03:39:59.247Z | Compiling crossbeam-utils v0.8.19 |
2475 | 2024-05-30T03:39:59.326Z | Compiling winnow v0.5.40 |
2476 | 2024-05-30T03:39:59.401Z | Compiling heck v0.5.0 |
2477 | 2024-05-30T03:39:59.787Z | Compiling rustls-webpki v0.101.7 |
2478 | 2024-05-30T03:39:59.806Z | Compiling sct v0.7.1 |
2479 | 2024-05-30T03:39:59.890Z | Compiling cookie v0.17.0 |
2480 | 2024-05-30T03:39:59.912Z | Compiling rustix v0.38.34 |
2481 | 2024-05-30T03:40:00.106Z | Compiling openssl-probe v0.1.5 |
2482 | 2024-05-30T03:40:00.172Z | Compiling ucd-trie v0.1.6 |
2483 | 2024-05-30T03:40:00.481Z | Compiling pest v2.7.10 |
2484 | 2024-05-30T03:40:00.806Z | Compiling futures-executor v0.3.30 |
2485 | 2024-05-30T03:40:01.370Z | Compiling futures v0.3.30 |
2486 | 2024-05-30T03:40:01.495Z | Compiling idna v0.3.0 |
2487 | 2024-05-30T03:40:01.722Z | Compiling errno v0.3.9 |
2488 | 2024-05-30T03:40:01.979Z | Compiling encoding_rs v0.8.34 |
2489 | 2024-05-30T03:40:03.210Z | Compiling psl-types v2.0.11 |
2490 | 2024-05-30T03:40:03.248Z | Compiling data-encoding v2.6.0 |
2491 | 2024-05-30T03:40:03.345Z | Compiling rustversion v1.0.17 |
2492 | 2024-05-30T03:40:03.393Z | Compiling publicsuffix v2.2.3 |
2493 | 2024-05-30T03:40:03.488Z | Compiling pest_meta v2.7.10 |
2494 | 2024-05-30T03:40:04.591Z | Compiling hmac v0.12.1 |
2495 | 2024-05-30T03:40:04.853Z | Compiling scroll_derive v0.12.0 |
2496 | 2024-05-30T03:40:05.313Z | Compiling bytes v1.6.0 |
2497 | 2024-05-30T03:40:05.784Z | Compiling indexmap v2.2.6 |
2498 | 2024-05-30T03:40:06.437Z | Compiling tokio v1.37.0 |
2499 | 2024-05-30T03:40:06.527Z | Compiling uuid v1.8.0 |
2500 | 2024-05-30T03:40:06.596Z | Compiling chrono v0.4.38 |
2501 | 2024-05-30T03:40:06.712Z | Compiling bitflags v2.5.0 |
2502 | 2024-05-30T03:40:07.278Z | Compiling http v0.2.12 |
2503 | 2024-05-30T03:40:07.927Z | Compiling serde_tokenstream v0.2.0 |
2504 | 2024-05-30T03:40:08.000Z | Compiling toml_datetime v0.6.6 |
2505 | 2024-05-30T03:40:08.536Z | Compiling serde_spanned v0.6.6 |
2506 | 2024-05-30T03:40:08.766Z | Compiling toml_edit v0.19.15 |
2507 | 2024-05-30T03:40:08.899Z | Compiling http-body v0.4.6 |
2508 | 2024-05-30T03:40:10.008Z | Compiling serde_urlencoded v0.7.1 |
2509 | 2024-05-30T03:40:10.525Z | Compiling openapiv3 v2.0.0 |
2510 | 2024-05-30T03:40:10.566Z | Compiling cookie_store v0.20.0 |
2511 | 2024-05-30T03:40:10.645Z | Compiling scroll v0.12.0 |
2512 | 2024-05-30T03:40:11.266Z | Compiling pest_generator v2.7.10 |
2513 | 2024-05-30T03:40:12.157Z | Compiling rustls-pemfile v1.0.4 |
2514 | 2024-05-30T03:40:12.637Z | Compiling plain v0.2.3 |
2515 | 2024-05-30T03:40:12.802Z | Compiling strsim v0.11.1 |
2516 | 2024-05-30T03:40:13.430Z | Compiling webpki-roots v0.25.4 |
2517 | 2024-05-30T03:40:13.451Z | Compiling bitflags v1.3.2 |
2518 | 2024-05-30T03:40:13.488Z | Compiling sync_wrapper v0.1.2 |
2519 | 2024-05-30T03:40:13.545Z | Compiling pest_derive v2.7.10 |
2520 | 2024-05-30T03:40:13.577Z | Compiling goblin v0.8.2 |
2521 | 2024-05-30T03:40:13.613Z | Compiling rustc_version v0.4.0 |
2522 | 2024-05-30T03:40:13.783Z | Compiling pem-rfc7468 v0.7.0 |
2523 | 2024-05-30T03:40:14.364Z | Compiling block-padding v0.3.3 |
2524 | 2024-05-30T03:40:14.386Z | Compiling tokio-util v0.7.11 |
2525 | 2024-05-30T03:40:14.567Z | Compiling tokio-rustls v0.24.1 |
2526 | 2024-05-30T03:40:14.976Z | Compiling tokio-native-tls v0.3.1 |
2527 | 2024-05-30T03:40:15.076Z | Compiling der_derive v0.7.2 |
2528 | 2024-05-30T03:40:15.265Z | Compiling usdt-impl v0.5.0 |
2529 | 2024-05-30T03:40:15.296Z | Compiling pretty-hex v0.4.1 |
2530 | 2024-05-30T03:40:15.526Z | Compiling h2 v0.3.26 |
2531 | 2024-05-30T03:40:15.612Z | Compiling flagset v0.4.5 |
2532 | 2024-05-30T03:40:15.836Z | Compiling inout v0.1.3 |
2533 | 2024-05-30T03:40:15.976Z | Compiling dtrace-parser v0.2.0 |
2534 | 2024-05-30T03:40:16.126Z | Compiling thread-id v4.2.1 |
2535 | 2024-05-30T03:40:16.248Z | Compiling cipher v0.4.4 |
2536 | 2024-05-30T03:40:16.785Z | Compiling sha2 v0.10.8 |
2537 | 2024-05-30T03:40:17.239Z | Compiling either v1.12.0 |
2538 | 2024-05-30T03:40:17.551Z | Compiling ff v0.13.0 |
2539 | 2024-05-30T03:40:17.676Z | Compiling base16ct v0.2.0 |
2540 | 2024-05-30T03:40:17.762Z | Compiling stable_deref_trait v1.2.0 |
2541 | 2024-05-30T03:40:17.766Z | Compiling der v0.7.9 |
2542 | 2024-05-30T03:40:17.864Z | Compiling group v0.13.0 |
2543 | 2024-05-30T03:40:18.033Z | Compiling hkdf v0.12.4 |
2544 | 2024-05-30T03:40:18.249Z | Compiling crossbeam-epoch v0.9.18 |
2545 | 2024-05-30T03:40:18.270Z | Compiling crypto-bigint v0.5.5 |
2546 | 2024-05-30T03:40:18.307Z | Compiling num-integer v0.1.46 |
2547 | 2024-05-30T03:40:19.096Z | Compiling memmap v0.7.0 |
2548 | 2024-05-30T03:40:19.178Z | Compiling crc32fast v1.4.0 |
2549 | 2024-05-30T03:40:19.488Z | Compiling dof v0.3.0 |
2550 | 2024-05-30T03:40:19.780Z | Compiling unicode-segmentation v1.11.0 |
2551 | 2024-05-30T03:40:20.635Z | Compiling spki v0.7.3 |
2552 | 2024-05-30T03:40:21.022Z | Compiling pkcs8 v0.10.2 |
2553 | 2024-05-30T03:40:21.398Z | Compiling sec1 v0.7.3 |
2554 | 2024-05-30T03:40:21.626Z | Compiling managed v0.8.0 |
2555 | 2024-05-30T03:40:21.846Z | Compiling elliptic-curve v0.13.8 |
2556 | 2024-05-30T03:40:21.909Z | Compiling winnow v0.6.8 |
2557 | 2024-05-30T03:40:22.000Z | Compiling toml v0.7.8 |
2558 | 2024-05-30T03:40:22.076Z | Compiling ipnetwork v0.20.0 |
2559 | 2024-05-30T03:40:22.330Z | Compiling hyper v0.14.28 |
2560 | 2024-05-30T03:40:22.691Z | Compiling hex v0.4.3 |
2561 | 2024-05-30T03:40:23.063Z | Compiling utf8parse v0.2.1 |
2562 | 2024-05-30T03:40:23.239Z | Compiling anstyle v1.0.7 |
2563 | 2024-05-30T03:40:23.353Z | Compiling matches v0.1.10 |
2564 | 2024-05-30T03:40:23.467Z | Compiling idna v0.2.3 |
2565 | 2024-05-30T03:40:23.728Z | Compiling anstyle-parse v0.2.4 |
2566 | 2024-05-30T03:40:23.820Z | Compiling enum-as-inner v0.5.1 |
2567 | 2024-05-30T03:40:24.075Z | Compiling bit-vec v0.6.3 |
2568 | 2024-05-30T03:40:24.383Z | Compiling colorchoice v1.0.1 |
2569 | 2024-05-30T03:40:24.459Z | Compiling usdt-attr-macro v0.5.0 |
2570 | 2024-05-30T03:40:24.540Z | Compiling usdt-macro v0.5.0 |
2571 | 2024-05-30T03:40:24.558Z | Compiling anstyle-query v1.0.3 |
2572 | 2024-05-30T03:40:24.699Z | Compiling siphasher v0.3.11 |
2573 | 2024-05-30T03:40:24.861Z | Compiling is_terminal_polyfill v1.70.0 |
2574 | 2024-05-30T03:40:24.995Z | Compiling anstream v0.6.14 |
2575 | 2024-05-30T03:40:25.089Z | Compiling trust-dns-proto v0.22.0 |
2576 | 2024-05-30T03:40:25.092Z | Compiling flate2 v1.0.30 |
2577 | 2024-05-30T03:40:25.800Z | Compiling toml_edit v0.22.13 |
2578 | 2024-05-30T03:40:25.900Z | Compiling num-bigint v0.4.5 |
2579 | 2024-05-30T03:40:26.111Z | Compiling heapless v0.7.17 |
2580 | 2024-05-30T03:40:26.139Z | Compiling terminal_size v0.3.0 |
2581 | 2024-05-30T03:40:26.221Z | Compiling usdt v0.5.0 |
2582 | 2024-05-30T03:40:26.333Z | Compiling regress v0.9.1 |
2583 | 2024-05-30T03:40:26.353Z | Compiling clap_lex v0.7.0 |
2584 | 2024-05-30T03:40:26.538Z | Compiling signal-hook v0.3.17 |
2585 | 2024-05-30T03:40:26.742Z | Compiling finl_unicode v1.2.0 |
2586 | 2024-05-30T03:40:26.820Z | Compiling clap_builder v4.5.2 |
2587 | 2024-05-30T03:40:26.969Z | Compiling itertools v0.10.5 |
2588 | 2024-05-30T03:40:27.393Z | Compiling stringprep v0.1.4 |
2589 | 2024-05-30T03:40:28.742Z | Compiling clap_derive v4.5.4 |
2590 | 2024-05-30T03:40:29.899Z | Compiling hyper-tls v0.5.0 |
2591 | 2024-05-30T03:40:30.278Z | Compiling hyper-rustls v0.24.2 |
2592 | 2024-05-30T03:40:30.652Z | Compiling reqwest v0.11.27 |
2593 | 2024-05-30T03:40:31.630Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2594 | 2024-05-30T03:40:32.732Z | Compiling yasna v0.5.2 |
2595 | 2024-05-30T03:40:33.874Z | Compiling md-5 v0.10.6 |
2596 | 2024-05-30T03:40:34.077Z | Compiling hash32 v0.2.1 |
2597 | 2024-05-30T03:40:34.157Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2598 | 2024-05-30T03:40:34.491Z | Compiling fallible-iterator v0.2.0 |
2599 | 2024-05-30T03:40:34.763Z | Compiling smoltcp v0.9.1 |
2600 | 2024-05-30T03:40:35.043Z | Compiling clap v4.5.4 |
2601 | 2024-05-30T03:40:35.246Z | Compiling postgres-protocol v0.6.6 |
2602 | 2024-05-30T03:40:35.558Z | Compiling phf_shared v0.11.2 |
2603 | 2024-05-30T03:40:35.976Z | Compiling tokio-stream v0.1.15 |
2604 | 2024-05-30T03:40:36.065Z | Compiling hubpack_derive v0.1.1 |
2605 | 2024-05-30T03:40:36.220Z | Compiling zerocopy-derive v0.6.6 |
2606 | 2024-05-30T03:40:36.620Z | Compiling diesel_table_macro_syntax v0.1.0 |
2607 | 2024-05-30T03:40:37.265Z | Compiling scheduled-thread-pool v0.2.7 |
2608 | 2024-05-30T03:40:37.277Z | Compiling fs-err v2.11.0 |
2609 | 2024-05-30T03:40:37.278Z | Compiling fixedbitset v0.4.2 |
2610 | 2024-05-30T03:40:37.278Z | Compiling hubpack v0.1.2 |
2611 | 2024-05-30T03:40:37.278Z | Compiling diesel_derives v2.1.4 |
2612 | 2024-05-30T03:40:37.396Z | Compiling petgraph v0.6.5 |
2613 | 2024-05-30T03:40:37.457Z | Compiling r2d2 v0.8.10 |
2614 | 2024-05-30T03:40:37.503Z | Compiling postgres-types v0.2.6 |
2615 | 2024-05-30T03:40:37.860Z | Compiling phf v0.11.2 |
2616 | 2024-05-30T03:40:38.192Z | Compiling signal-hook-mio v0.2.3 |
2617 | 2024-05-30T03:40:38.606Z | Compiling zerocopy v0.6.6 |
2618 | 2024-05-30T03:40:38.709Z | Compiling phf_shared v0.10.0 |
2619 | 2024-05-30T03:40:39.138Z | Compiling similar v2.5.0 |
2620 | 2024-05-30T03:40:39.191Z | Compiling num-iter v0.1.45 |
2621 | 2024-05-30T03:40:39.398Z | Compiling strum_macros v0.25.3 |
2622 | 2024-05-30T03:40:39.485Z | Compiling serde_repr v0.1.19 |
2623 | 2024-05-30T03:40:39.790Z | Compiling getopts v0.2.21 |
2624 | 2024-05-30T03:40:40.748Z | Compiling console v0.15.8 |
2625 | 2024-05-30T03:40:41.170Z | Compiling float-cmp v0.9.0 |
2626 | 2024-05-30T03:40:41.170Z | Compiling static_assertions v1.1.0 |
2627 | 2024-05-30T03:40:41.216Z | Compiling whoami v1.5.1 |
2628 | 2024-05-30T03:40:41.609Z | Compiling normalize-line-endings v0.3.0 |
2629 | 2024-05-30T03:40:41.695Z | Compiling minimal-lexical v0.2.1 |
2630 | 2024-05-30T03:40:41.733Z | Compiling unsafe-libyaml v0.2.11 |
2631 | 2024-05-30T03:40:41.903Z | Compiling new_debug_unreachable v1.0.6 |
2632 | 2024-05-30T03:40:42.009Z | Compiling difflib v0.4.0 |
2633 | 2024-05-30T03:40:42.668Z | Compiling predicates-core v1.0.6 |
2634 | 2024-05-30T03:40:42.679Z | Compiling precomputed-hash v0.1.1 |
2635 | 2024-05-30T03:40:42.679Z | Compiling string_cache v0.8.7 |
2636 | 2024-05-30T03:40:42.679Z | Compiling predicates v3.1.0 |
2637 | 2024-05-30T03:40:43.014Z | Compiling nom v7.1.3 |
2638 | 2024-05-30T03:40:43.704Z | Compiling serde_yaml v0.9.34+deprecated |
2639 | 2024-05-30T03:40:43.831Z | Compiling tokio-postgres v0.7.10 |
2640 | 2024-05-30T03:40:43.877Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2641 | 2024-05-30T03:40:44.476Z | Compiling crossterm v0.27.0 |
2642 | 2024-05-30T03:40:46.871Z | Compiling bit-set v0.5.3 |
2643 | 2024-05-30T03:40:47.173Z | Compiling itertools v0.12.1 |
2644 | 2024-05-30T03:40:47.701Z | Compiling bstr v1.9.1 |
2645 | 2024-05-30T03:40:48.299Z | Compiling peg-runtime v0.8.3 |
2646 | 2024-05-30T03:40:48.390Z | Compiling lalrpop-util v0.19.12 |
2647 | 2024-05-30T03:40:48.767Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2648 | 2024-05-30T03:40:48.988Z | Compiling sha1 v0.10.6 |
2649 | 2024-05-30T03:40:49.006Z | Compiling camino v1.1.7 |
2650 | 2024-05-30T03:40:49.228Z | Compiling ident_case v1.0.1 |
2651 | 2024-05-30T03:40:49.429Z | Compiling darling_core v0.20.9 |
2652 | 2024-05-30T03:40:49.448Z | Compiling strum_macros v0.26.2 |
2653 | 2024-05-30T03:40:49.595Z | Compiling dirs-sys-next v0.1.2 |
2654 | 2024-05-30T03:40:49.749Z | Compiling match_cfg v0.1.0 |
2655 | 2024-05-30T03:40:49.859Z | Compiling base64 v0.22.1 |
2656 | 2024-05-30T03:40:50.259Z | Compiling hostname v0.3.1 |
2657 | 2024-05-30T03:40:50.458Z | Compiling dirs-next v2.0.0 |
2658 | 2024-05-30T03:40:50.521Z | Compiling toml v0.8.13 |
2659 | 2024-05-30T03:40:50.673Z | Compiling http v1.1.0 |
2660 | 2024-05-30T03:40:50.719Z | Compiling thread_local v1.1.8 |
2661 | 2024-05-30T03:40:50.737Z | Compiling slog-async v2.8.0 |
2662 | 2024-05-30T03:40:51.283Z | Compiling rustls-pki-types v1.7.0 |
2663 | 2024-05-30T03:40:51.410Z | Compiling term v0.7.0 |
2664 | 2024-05-30T03:40:52.192Z | Compiling crossbeam-channel v0.5.12 |
2665 | 2024-05-30T03:40:52.207Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2666 | 2024-05-30T03:40:52.360Z | Compiling is-terminal v0.4.12 |
2667 | 2024-05-30T03:40:52.495Z | Compiling paste v1.0.15 |
2668 | 2024-05-30T03:40:53.058Z | Compiling take_mut v0.2.2 |
2669 | 2024-05-30T03:40:53.556Z | Compiling rustls v0.22.4 |
2670 | 2024-05-30T03:40:53.556Z | Compiling slog-term v2.9.1 |
2671 | 2024-05-30T03:40:53.556Z | Compiling rustls-webpki v0.102.4 |
2672 | 2024-05-30T03:40:53.556Z | Compiling multer v3.1.0 |
2673 | 2024-05-30T03:40:53.556Z | Compiling diesel v2.1.6 |
2674 | 2024-05-30T03:40:53.680Z | Compiling instant v0.1.12 |
2675 | 2024-05-30T03:40:54.675Z | Compiling slog-json v2.6.1 |
2676 | 2024-05-30T03:40:54.868Z | Compiling strum v0.26.2 |
2677 | 2024-05-30T03:40:55.055Z | Compiling async-stream-impl v0.3.5 |
2678 | 2024-05-30T03:40:55.076Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2679 | 2024-05-30T03:40:55.205Z | Compiling debug-ignore v1.0.5 |
2680 | 2024-05-30T03:40:55.363Z | Compiling atomic-waker v1.1.2 |
2681 | 2024-05-30T03:40:55.454Z | Compiling slog-bunyan v2.5.0 |
2682 | 2024-05-30T03:40:55.553Z | Compiling waitgroup v0.1.2 |
2683 | 2024-05-30T03:40:56.069Z | Compiling rustls-pemfile v2.1.2 |
2684 | 2024-05-30T03:40:56.081Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2685 | 2024-05-30T03:40:56.181Z | Compiling serde_path_to_error v0.1.16 |
2686 | 2024-05-30T03:40:56.534Z | Compiling async-stream v0.3.5 |
2687 | 2024-05-30T03:40:56.729Z | Compiling structmeta-derive v0.3.0 |
2688 | 2024-05-30T03:40:56.909Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2689 | 2024-05-30T03:40:56.915Z | Compiling hostname v0.4.0 |
2690 | 2024-05-30T03:40:56.915Z | Compiling darling_macro v0.20.9 |
2691 | 2024-05-30T03:40:57.014Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2692 | 2024-05-30T03:40:57.059Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2693 | 2024-05-30T03:40:57.136Z | Compiling newtype-uuid v1.1.0 |
2694 | 2024-05-30T03:40:57.343Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2695 | 2024-05-30T03:40:57.451Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2696 | 2024-05-30T03:40:57.767Z | Compiling backoff v0.4.0 |
2697 | 2024-05-30T03:40:57.981Z | Compiling darling v0.20.9 |
2698 | 2024-05-30T03:40:58.114Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2699 | 2024-05-30T03:40:58.131Z | Compiling serde_with_macros v3.8.1 |
2700 | 2024-05-30T03:40:58.147Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2701 | 2024-05-30T03:40:58.162Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
2702 | 2024-05-30T03:40:58.270Z | Compiling macaddr v1.0.1 |
2703 | 2024-05-30T03:40:58.333Z | Compiling proc-macro-crate v1.3.1 |
2704 | 2024-05-30T03:40:58.746Z | Compiling tokio-rustls v0.25.0 |
2705 | 2024-05-30T03:40:58.959Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2706 | 2024-05-30T03:40:59.316Z | Compiling fastrand v2.1.0 |
2707 | 2024-05-30T03:40:59.732Z | Compiling num_enum_derive v0.5.11 |
2708 | 2024-05-30T03:40:59.907Z | Compiling tempfile v3.10.1 |
2709 | 2024-05-30T03:41:00.007Z | Compiling structmeta v0.3.0 |
2710 | 2024-05-30T03:41:00.490Z | Compiling parse-display-derive v0.9.0 |
2711 | 2024-05-30T03:41:00.881Z | Compiling proc-macro-error-attr v1.0.4 |
2712 | 2024-05-30T03:41:01.251Z | Compiling proc-macro-error v1.0.4 |
2713 | 2024-05-30T03:41:01.445Z | Compiling serde_with v3.8.1 |
2714 | 2024-05-30T03:41:01.540Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2715 | 2024-05-30T03:41:02.460Z | Compiling num_enum v0.5.11 |
2716 | 2024-05-30T03:41:02.631Z | Compiling foreign-types-macros v0.2.3 |
2717 | 2024-05-30T03:41:02.897Z | Compiling foreign-types-shared v0.3.1 |
2718 | 2024-05-30T03:41:03.076Z | Compiling heapless v0.8.0 |
2719 | 2024-05-30T03:41:03.675Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2720 | 2024-05-30T03:41:04.021Z | Compiling foreign-types v0.5.0 |
2721 | 2024-05-30T03:41:04.805Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2722 | 2024-05-30T03:41:04.865Z | Compiling cstr-argument v0.1.2 |
2723 | 2024-05-30T03:41:05.140Z | Compiling hash32 v0.3.1 |
2724 | 2024-05-30T03:41:05.177Z | Compiling smoltcp v0.11.0 |
2725 | 2024-05-30T03:41:05.395Z | Compiling pretty-hex v0.2.1 |
2726 | 2024-05-30T03:41:05.592Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2727 | 2024-05-30T03:41:05.710Z | Compiling parse-display v0.9.0 |
2728 | 2024-05-30T03:41:05.714Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2729 | 2024-05-30T03:41:05.803Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2730 | 2024-05-30T03:41:05.952Z | Compiling camino-tempfile v1.1.1 |
2731 | 2024-05-30T03:41:05.970Z | Compiling tabwriter v1.4.0 |
2732 | 2024-05-30T03:41:06.337Z | Compiling colored v2.1.0 |
2733 | 2024-05-30T03:41:06.405Z | Compiling socket2 v0.4.10 |
2734 | 2024-05-30T03:41:06.429Z | Compiling cobs v0.2.3 |
2735 | 2024-05-30T03:41:06.518Z | Compiling embedded-io v0.4.0 |
2736 | 2024-05-30T03:41:06.734Z | Compiling postcard v1.0.8 |
2737 | 2024-05-30T03:41:06.775Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2738 | 2024-05-30T03:41:07.062Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2739 | 2024-05-30T03:41:07.129Z | Compiling crucible-workspace-hack v0.1.0 |
2740 | 2024-05-30T03:41:07.315Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2741 | 2024-05-30T03:41:07.332Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2742 | 2024-05-30T03:41:07.419Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2743 | 2024-05-30T03:41:07.684Z | Compiling smf v0.2.3 |
2744 | 2024-05-30T03:41:07.727Z | Compiling humantime v2.1.0 |
2745 | 2024-05-30T03:41:08.072Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2746 | 2024-05-30T03:41:08.337Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2747 | 2024-05-30T03:41:08.412Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2748 | 2024-05-30T03:41:08.521Z | Compiling num-derive v0.4.2 |
2749 | 2024-05-30T03:41:08.903Z | Compiling sigpipe v0.1.3 |
2750 | 2024-05-30T03:41:09.033Z | Compiling utf-8 v0.7.6 |
2751 | 2024-05-30T03:41:09.195Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2752 | 2024-05-30T03:41:09.398Z | Compiling atty v0.2.14 |
2753 | 2024-05-30T03:41:09.549Z | Compiling platforms v3.4.0 |
2754 | 2024-05-30T03:41:09.626Z | Compiling same-file v1.0.6 |
2755 | 2024-05-30T03:41:09.891Z | Compiling rayon-core v1.12.1 |
2756 | 2024-05-30T03:41:09.908Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2757 | 2024-05-30T03:41:10.177Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2758 | 2024-05-30T03:41:10.208Z | Compiling semver v0.1.20 |
2759 | 2024-05-30T03:41:10.901Z | Compiling rustc_version v0.1.7 |
2760 | 2024-05-30T03:41:11.077Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2761 | 2024-05-30T03:41:11.431Z | Compiling curve25519-dalek v4.1.2 |
2762 | 2024-05-30T03:41:11.831Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2763 | 2024-05-30T03:41:11.873Z | Compiling walkdir v2.5.0 |
2764 | 2024-05-30T03:41:12.039Z | Compiling newline-converter v0.3.0 |
2765 | 2024-05-30T03:41:12.089Z | Compiling crossbeam-deque v0.8.5 |
2766 | 2024-05-30T03:41:12.202Z | Compiling universal-hash v0.5.1 |
2767 | 2024-05-30T03:41:12.230Z | Compiling opaque-debug v0.3.1 |
2768 | 2024-05-30T03:41:12.247Z | Compiling expectorate v1.1.0 |
2769 | 2024-05-30T03:41:12.424Z | Compiling newtype_derive v0.1.6 |
2770 | 2024-05-30T03:41:12.428Z | Compiling tungstenite v0.20.1 |
2771 | 2024-05-30T03:41:12.453Z | Compiling xattr v1.3.1 |
2772 | 2024-05-30T03:41:12.665Z | Compiling signature v2.2.0 |
2773 | 2024-05-30T03:41:12.709Z | Compiling curve25519-dalek-derive v0.1.1 |
2774 | 2024-05-30T03:41:12.727Z | Compiling blake3 v1.5.1 |
2775 | 2024-05-30T03:41:12.989Z | Compiling ring v0.16.20 |
2776 | 2024-05-30T03:41:13.381Z | Compiling filetime v0.2.23 |
2777 | 2024-05-30T03:41:13.767Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2778 | 2024-05-30T03:41:13.975Z | Compiling unicase v2.7.0 |
2779 | 2024-05-30T03:41:14.138Z | Compiling termcolor v1.4.1 |
2780 | 2024-05-30T03:41:14.268Z | Compiling linked-hash-map v0.5.6 |
2781 | 2024-05-30T03:41:14.294Z | Compiling convert_case v0.4.0 |
2782 | 2024-05-30T03:41:14.393Z | Compiling arc-swap v1.7.1 |
2783 | 2024-05-30T03:41:14.644Z | Compiling quick-error v1.2.3 |
2784 | 2024-05-30T03:41:14.651Z | Compiling getrandom v0.1.16 |
2785 | 2024-05-30T03:41:14.801Z | Compiling resolv-conf v0.7.0 |
2786 | 2024-05-30T03:41:15.029Z | Compiling slog-scope v4.4.0 |
2787 | 2024-05-30T03:41:15.066Z | Compiling lru-cache v0.1.2 |
2788 | 2024-05-30T03:41:15.088Z | Compiling env_logger v0.9.3 |
2789 | 2024-05-30T03:41:15.342Z | Compiling derive_more v0.99.17 |
2790 | 2024-05-30T03:41:15.632Z | Compiling tar v0.4.40 |
2791 | 2024-05-30T03:41:15.651Z | Compiling tokio-tungstenite v0.20.1 |
2792 | 2024-05-30T03:41:16.517Z | Compiling rayon v1.10.0 |
2793 | 2024-05-30T03:41:16.647Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2794 | 2024-05-30T03:41:17.142Z | Compiling password-hash v0.5.0 |
2795 | 2024-05-30T03:41:17.850Z | Compiling blake2 v0.10.6 |
2796 | 2024-05-30T03:41:18.252Z | Compiling bitstruct_derive v0.1.0 |
2797 | 2024-05-30T03:41:18.721Z | Compiling derive-where v1.2.7 |
2798 | 2024-05-30T03:41:19.264Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2799 | 2024-05-30T03:41:19.427Z | Compiling memmap2 v0.9.4 |
2800 | 2024-05-30T03:41:19.715Z | Compiling arrayref v0.3.7 |
2801 | 2024-05-30T03:41:19.826Z | Compiling home v0.5.9 |
2802 | 2024-05-30T03:41:19.910Z | Compiling arrayvec v0.7.4 |
2803 | 2024-05-30T03:41:20.117Z | Compiling ascii v1.1.0 |
2804 | 2024-05-30T03:41:20.328Z | Compiling libefi-sys v0.1.0 |
2805 | 2024-05-30T03:41:20.611Z | Compiling parking_lot_core v0.8.6 |
2806 | 2024-05-30T03:41:20.752Z | Compiling constant_time_eq v0.3.0 |
2807 | 2024-05-30T03:41:20.951Z | Compiling untrusted v0.7.1 |
2808 | 2024-05-30T03:41:21.168Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2809 | 2024-05-30T03:41:22.061Z | Compiling toolchain_find v0.4.0 |
2810 | 2024-05-30T03:41:22.730Z | Compiling bitstruct v0.1.1 |
2811 | 2024-05-30T03:41:22.759Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2812 | 2024-05-30T03:41:22.845Z | Compiling argon2 v0.5.3 |
2813 | 2024-05-30T03:41:23.082Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2814 | 2024-05-30T03:41:23.921Z | Compiling slog-stdlog v4.1.1 |
2815 | 2024-05-30T03:41:24.105Z | Compiling trust-dns-resolver v0.22.0 |
2816 | 2024-05-30T03:41:24.139Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2817 | 2024-05-30T03:41:24.296Z | Compiling num-rational v0.4.2 |
2818 | 2024-05-30T03:41:24.312Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2819 | 2024-05-30T03:41:24.706Z | Compiling serde_arrays v0.1.0 |
2820 | 2024-05-30T03:41:25.262Z | Compiling erased-serde v0.3.31 |
2821 | 2024-05-30T03:41:25.296Z | Compiling rfc6979 v0.4.0 |
2822 | 2024-05-30T03:41:25.296Z | Compiling aead v0.5.2 |
2823 | 2024-05-30T03:41:25.296Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2824 | 2024-05-30T03:41:25.297Z | Compiling num-complex v0.4.6 |
2825 | 2024-05-30T03:41:25.297Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2826 | 2024-05-30T03:41:25.639Z | Compiling nibble_vec v0.1.0 |
2827 | 2024-05-30T03:41:25.764Z | Compiling slog-dtrace v0.3.0 |
2828 | 2024-05-30T03:41:25.853Z | Compiling keccak v0.1.5 |
2829 | 2024-05-30T03:41:26.542Z | Compiling cancel-safe-futures v0.1.5 |
2830 | 2024-05-30T03:41:26.542Z | Compiling topological-sort v0.2.2 |
2831 | 2024-05-30T03:41:26.542Z | Compiling endian-type v0.1.2 |
2832 | 2024-05-30T03:41:26.542Z | Compiling sha3 v0.10.8 |
2833 | 2024-05-30T03:41:26.542Z | Compiling radix_trie v0.2.1 |
2834 | 2024-05-30T03:41:26.542Z | Compiling omicron-zone-package v0.11.0 |
2835 | 2024-05-30T03:41:26.542Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2836 | 2024-05-30T03:41:26.872Z | Compiling num v0.4.3 |
2837 | 2024-05-30T03:41:27.096Z | Compiling ecdsa v0.16.9 |
2838 | 2024-05-30T03:41:27.108Z | Compiling slog-envlogger v2.2.0 |
2839 | 2024-05-30T03:41:27.294Z | Compiling mime_guess v2.0.4 |
2840 | 2024-05-30T03:41:27.908Z | Compiling rand_core v0.5.1 |
2841 | 2024-05-30T03:41:27.979Z | Compiling steno v0.4.0 |
2842 | 2024-05-30T03:41:28.480Z | Compiling rustfmt-wrapper v0.2.1 |
2843 | 2024-05-30T03:41:29.154Z | Compiling poly1305 v0.8.0 |
2844 | 2024-05-30T03:41:29.810Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2845 | 2024-05-30T03:41:30.557Z | Compiling primeorder v0.13.6 |
2846 | 2024-05-30T03:41:30.673Z | Compiling heck v0.3.3 |
2847 | 2024-05-30T03:41:30.834Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2848 | 2024-05-30T03:41:30.860Z | Compiling chacha20 v0.9.1 |
2849 | 2024-05-30T03:41:31.094Z | Compiling thiserror-impl-no-std v2.0.2 |
2850 | 2024-05-30T03:41:31.136Z | Compiling secrecy v0.8.0 |
2851 | 2024-05-30T03:41:31.252Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2852 | 2024-05-30T03:41:31.337Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2853 | 2024-05-30T03:41:31.404Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2854 | 2024-05-30T03:41:32.081Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2855 | 2024-05-30T03:41:32.580Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2856 | 2024-05-30T03:41:33.167Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2857 | 2024-05-30T03:41:33.381Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2858 | 2024-05-30T03:41:33.598Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2859 | 2024-05-30T03:41:33.603Z | Compiling half v2.4.1 |
2860 | 2024-05-30T03:41:33.744Z | Compiling option-ext v0.2.0 |
2861 | 2024-05-30T03:41:33.820Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2862 | 2024-05-30T03:41:33.883Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2863 | 2024-05-30T03:41:34.049Z | Compiling ciborium-io v0.2.2 |
2864 | 2024-05-30T03:41:34.090Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2865 | 2024-05-30T03:41:34.138Z | Compiling ciborium-ll v0.2.2 |
2866 | 2024-05-30T03:41:34.198Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2867 | 2024-05-30T03:41:34.395Z | Compiling dirs-sys v0.4.1 |
2868 | 2024-05-30T03:41:34.479Z | Compiling thiserror-no-std v2.0.2 |
2869 | 2024-05-30T03:41:34.549Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2870 | 2024-05-30T03:41:34.602Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2871 | 2024-05-30T03:41:34.841Z | Compiling zone_cfg_derive v0.1.2 |
2872 | 2024-05-30T03:41:35.111Z | Compiling parking_lot v0.11.2 |
2873 | 2024-05-30T03:41:35.434Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2874 | 2024-05-30T03:41:35.864Z | Compiling rand_chacha v0.2.2 |
2875 | 2024-05-30T03:41:36.092Z | Compiling trust-dns-client v0.22.0 |
2876 | 2024-05-30T03:41:36.724Z | Compiling ed25519 v2.2.3 |
2877 | 2024-05-30T03:41:37.489Z | Compiling polyval v0.6.2 |
2878 | 2024-05-30T03:41:37.501Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2879 | 2024-05-30T03:41:37.968Z | Compiling tungstenite v0.21.0 |
2880 | 2024-05-30T03:41:38.389Z | Compiling ctr v0.9.2 |
2881 | 2024-05-30T03:41:38.389Z | Compiling aes v0.8.4 |
2882 | 2024-05-30T03:41:38.397Z | Compiling blowfish v0.9.1 |
2883 | 2024-05-30T03:41:38.643Z | Compiling libsw v3.3.1 |
2884 | 2024-05-30T03:41:38.974Z | Compiling toml v0.5.11 |
2885 | 2024-05-30T03:41:39.371Z | Compiling password-hash v0.4.2 |
2886 | 2024-05-30T03:41:39.733Z | Compiling pbkdf2 v0.12.2 |
2887 | 2024-05-30T03:41:39.912Z | Compiling gethostname v0.4.3 |
2888 | 2024-05-30T03:41:39.928Z | Compiling fxhash v0.2.1 |
2889 | 2024-05-30T03:41:40.157Z | Compiling base64 v0.13.1 |
2890 | 2024-05-30T03:41:40.209Z | Compiling swrite v0.1.0 |
2891 | 2024-05-30T03:41:40.336Z | Compiling linear-map v1.2.0 |
2892 | 2024-05-30T03:41:40.368Z | Compiling owo-colors v4.0.0 |
2893 | 2024-05-30T03:41:40.714Z | Compiling ron v0.7.1 |
2894 | 2024-05-30T03:41:40.777Z | Compiling trust-dns-server v0.22.1 |
2895 | 2024-05-30T03:41:40.794Z | Compiling sled v0.34.7 |
2896 | 2024-05-30T03:41:42.665Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2897 | 2024-05-30T03:41:42.900Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2898 | 2024-05-30T03:41:43.191Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2899 | 2024-05-30T03:41:47.323Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2900 | 2024-05-30T03:41:47.997Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2901 | 2024-05-30T03:41:48.291Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2902 | 2024-05-30T03:41:50.069Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2903 | 2024-05-30T03:41:50.624Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2904 | 2024-05-30T03:41:50.885Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2905 | 2024-05-30T03:41:50.888Z | Compiling bcrypt-pbkdf v0.10.0 |
2906 | 2024-05-30T03:41:51.509Z | Compiling pbkdf2 v0.11.0 |
2907 | 2024-05-30T03:41:52.073Z | Compiling tokio-tungstenite v0.21.0 |
2908 | 2024-05-30T03:41:52.084Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2909 | 2024-05-30T03:41:52.152Z | Compiling ghash v0.5.1 |
2910 | 2024-05-30T03:41:52.362Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2911 | 2024-05-30T03:41:52.444Z | Compiling ed25519-dalek v2.1.1 |
2912 | 2024-05-30T03:41:52.699Z | Compiling zone v0.1.8 |
2913 | 2024-05-30T03:41:52.943Z | Compiling rand v0.7.3 |
2914 | 2024-05-30T03:41:53.748Z | Compiling dirs v5.0.1 |
2915 | 2024-05-30T03:41:53.797Z | Compiling vsss-rs v3.3.4 |
2916 | 2024-05-30T03:41:53.959Z | Compiling ciborium v0.2.2 |
2917 | 2024-05-30T03:41:55.559Z | Compiling chacha20poly1305 v0.10.1 |
2918 | 2024-05-30T03:41:55.697Z | Compiling p256 v0.13.2 |
2919 | 2024-05-30T03:41:55.817Z | Compiling p521 v0.13.3 |
2920 | 2024-05-30T03:41:56.099Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2921 | 2024-05-30T03:41:56.566Z | Compiling pem v3.0.4 |
2922 | 2024-05-30T03:41:57.458Z | Compiling cbc v0.1.2 |
2923 | 2024-05-30T03:41:57.474Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2924 | 2024-05-30T03:41:57.720Z | Compiling headers-core v0.2.0 |
2925 | 2024-05-30T03:41:57.866Z | Compiling kstat-rs v0.2.3 |
2926 | 2024-05-30T03:41:57.886Z | Compiling portpicker v0.1.1 |
2927 | 2024-05-30T03:41:58.241Z | Compiling nanorand v0.7.0 |
2928 | 2024-05-30T03:41:58.354Z | Compiling russh-cryptovec v0.7.2 |
2929 | 2024-05-30T03:41:58.489Z | Compiling md5 v0.7.0 |
2930 | 2024-05-30T03:41:58.493Z | Compiling glob v0.3.1 |
2931 | 2024-05-30T03:41:58.524Z | Compiling http-range v0.1.5 |
2932 | 2024-05-30T03:41:58.691Z | Compiling hyper-staticfile v0.9.5 |
2933 | 2024-05-30T03:41:58.884Z | Compiling russh-keys v0.43.0 |
2934 | 2024-05-30T03:41:58.914Z | Compiling flume v0.11.0 |
2935 | 2024-05-30T03:41:59.030Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2936 | 2024-05-30T03:41:59.464Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2937 | 2024-05-30T03:41:59.604Z | Compiling headers v0.3.9 |
2938 | 2024-05-30T03:42:01.683Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2939 | 2024-05-30T03:42:02.417Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2940 | 2024-05-30T03:42:03.242Z | Compiling rcgen v0.12.1 |
2941 | 2024-05-30T03:42:03.431Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2942 | 2024-05-30T03:42:05.227Z | Compiling aes-gcm v0.10.3 |
2943 | 2024-05-30T03:42:05.549Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2944 | 2024-05-30T03:42:06.211Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2945 | 2024-05-30T03:42:06.328Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2946 | 2024-05-30T03:42:07.481Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2947 | 2024-05-30T03:42:08.747Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2948 | 2024-05-30T03:42:09.209Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2949 | 2024-05-30T03:42:11.122Z | Compiling atomicwrites v0.4.3 |
2950 | 2024-05-30T03:42:11.490Z | Compiling subprocess v0.2.9 |
2951 | 2024-05-30T03:42:13.325Z | Compiling dhcproto-macros v0.1.0 |
2952 | 2024-05-30T03:42:13.636Z | Compiling hex-literal v0.4.1 |
2953 | 2024-05-30T03:42:13.803Z | Compiling display-error-chain v0.2.0 |
2954 | 2024-05-30T03:42:13.996Z | Compiling russh v0.43.0 |
2955 | 2024-05-30T03:42:14.358Z | Compiling dhcproto v0.11.0 |
2956 | 2024-05-30T03:42:16.669Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2957 | 2024-05-30T03:42:17.148Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2958 | 2024-05-30T03:42:17.998Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2959 | 2024-05-30T03:42:18.484Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2960 | 2024-05-30T03:42:19.613Z | Compiling internet-checksum v0.2.1 |
2961 | 2024-05-30T03:42:20.389Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2962 | 2024-05-30T03:42:41.907Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2963 | 2024-05-30T03:43:26.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 54s |
2964 | 2024-05-30T03:43:26.592Z | |
2965 | 2024-05-30T03:43:26.592Z | real 3:54.680593905 |
2966 | 2024-05-30T03:43:26.592Z | user 20:51.057971337 |
2967 | 2024-05-30T03:43:26.592Z | sys 4:37.075360100 |
2968 | 2024-05-30T03:43:26.592Z | trap 0.630709737 |
2969 | 2024-05-30T03:43:26.592Z | tflt 0.510423862 |
2970 | 2024-05-30T03:43:26.592Z | dflt 2.292254179 |
2971 | 2024-05-30T03:43:26.592Z | kflt 0.000068077 |
2972 | 2024-05-30T03:43:26.592Z | lock 44:06.316582221 |
2973 | 2024-05-30T03:43:26.592Z | slp 59:43.403709917 |
2974 | 2024-05-30T03:43:26.592Z | lat 1:13.597644410 |
2975 | 2024-05-30T03:43:26.592Z | stop 3:01.334728661 |
2976 | 2024-05-30T03:43:26.592Z | + mkdir tests |
2977 | 2024-05-30T03:43:26.593Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2978 | 2024-05-30T03:43:26.593Z | + xargs -I '{}' -t cp '{}' tests/ |
2979 | 2024-05-30T03:43:26.996Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-4706f78389acb2fc tests/ |
2980 | 2024-05-30T03:43:27.025Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-c777b65414d8537e tests/ |
2981 | 2024-05-30T03:43:27.055Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-79a13cf4d352a2d6 tests/ |
2982 | 2024-05-30T03:43:27.086Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ddcb005cd3b16d5c tests/ |
2983 | 2024-05-30T03:43:27.443Z | + files=(out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
2984 | 2024-05-30T03:43:27.446Z | + ptime -m tar cvzf /work/package.tar.gz out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-c777b65414d8537e tests/commtest-79a13cf4d352a2d6 tests/dhcp_server-4706f78389acb2fc tests/end_to_end_tests-ddcb005cd3b16d5c out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2985 | 2024-05-30T03:44:31.063Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2986 | 2024-05-30T03:44:31.064Z | a out/target/test 1K |
2987 | 2024-05-30T03:44:31.064Z | a out/npuzone/npuzone 23144K |
2988 | 2024-05-30T03:44:31.064Z | a package-manifest.toml 28K |
2989 | 2024-05-30T03:44:31.064Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2990 | 2024-05-30T03:44:31.064Z | a target/release/omicron-package 31811K |
2991 | 2024-05-30T03:44:31.064Z | a target/release/xtask 6786K |
2992 | 2024-05-30T03:44:31.064Z | a target/debug/bootstrap 351125K |
2993 | 2024-05-30T03:44:31.064Z | a tests/bootstrap-c777b65414d8537e 23990K |
2994 | 2024-05-30T03:44:31.064Z | a tests/commtest-79a13cf4d352a2d6 23990K |
2995 | 2024-05-30T03:44:31.064Z | a tests/dhcp_server-4706f78389acb2fc 23990K |
2996 | 2024-05-30T03:44:31.064Z | a tests/end_to_end_tests-ddcb005cd3b16d5c 360673K |
2997 | 2024-05-30T03:44:31.064Z | a out/clickhouse.tar.gz 222996K |
2998 | 2024-05-30T03:44:31.064Z | a out/clickhouse_keeper.tar.gz 222984K |
2999 | 2024-05-30T03:44:31.064Z | a out/cockroachdb.tar.gz 131108K |
3000 | 2024-05-30T03:44:31.064Z | a out/crucible-pantry-zone.tar.gz 27295K |
3001 | 2024-05-30T03:44:31.064Z | a out/crucible-zone.tar.gz 38055K |
3002 | 2024-05-30T03:44:31.064Z | a out/external-dns.tar.gz 25095K |
3003 | 2024-05-30T03:44:31.064Z | a out/internal-dns.tar.gz 25094K |
3004 | 2024-05-30T03:44:31.064Z | a out/mg-ddm-gz.tar 60408K |
3005 | 2024-05-30T03:44:31.064Z | a out/nexus.tar.gz 82324K |
3006 | 2024-05-30T03:44:31.064Z | a out/ntp.tar.gz 8845K |
3007 | 2024-05-30T03:44:31.065Z | a out/omicron-gateway-softnpu.tar.gz 14639K |
3008 | 2024-05-30T03:44:31.065Z | a out/omicron-sled-agent.tar 92762K |
3009 | 2024-05-30T03:44:31.065Z | a out/overlay.tar.gz 3K |
3010 | 2024-05-30T03:44:31.065Z | a out/oximeter.tar.gz 40324K |
3011 | 2024-05-30T03:44:31.065Z | a out/oxlog.tar 2934K |
3012 | 2024-05-30T03:44:31.065Z | a out/probe.tar.gz 2764K |
3013 | 2024-05-30T03:44:31.065Z | a out/propolis-server.tar.gz 65435K |
3014 | 2024-05-30T03:44:31.065Z | a out/pumpkind-gz.tar 26665K |
3015 | 2024-05-30T03:44:31.065Z | a out/switch-softnpu.tar.gz 196600K |
3016 | 2024-05-30T03:44:31.070Z | |
3017 | 2024-05-30T03:44:31.070Z | real 1:03.609443316 |
3018 | 2024-05-30T03:44:31.070Z | user 1:00.832147298 |
3019 | 2024-05-30T03:44:31.070Z | sys 3.821580608 |
3020 | 2024-05-30T03:44:31.070Z | trap 0.015236141 |
3021 | 2024-05-30T03:44:31.070Z | tflt 0.000000000 |
3022 | 2024-05-30T03:44:31.070Z | dflt 0.000000000 |
3023 | 2024-05-30T03:44:31.070Z | kflt 0.000000000 |
3024 | 2024-05-30T03:44:31.070Z | lock 0.000000000 |
3025 | 2024-05-30T03:44:31.070Z | slp 1:00.771623434 |
3026 | 2024-05-30T03:44:31.070Z | lat 1.775120391 |
3027 | 2024-05-30T03:44:31.071Z | stop 0.000190993 |
3028 | 2024-05-30T03:44:31.071Z | process exited: duration 1913767 ms, exit code 0 |
|
3029 | 2024-05-30T03:44:31.089Z | found 1 output files |
3030 | 2024-05-30T03:44:31.089Z | uploading: /work/package.tar.gz (1393946117 bytes) |
3031 | 2024-05-30T03:53:28.881Z | uploaded: /work/package.tar.gz |