|
|
|
1 | 2024-04-16T05:31:10.264Z | job assigned to worker 01HVJP31XVZ496NPTNM0Z13GFK (queued for 1 m 56 s) |
|
2 | 2024-04-16T05:31:17.636Z | starting task 0: "setup" |
3 | 2024-04-16T05:31:17.647Z | ++ uname -s |
4 | 2024-04-16T05:31:17.647Z | + kern=SunOS |
5 | 2024-04-16T05:31:17.647Z | + case "$kern" in |
6 | 2024-04-16T05:31:17.647Z | + groupadd -g 12345 build |
7 | 2024-04-16T05:31:17.647Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-04-16T05:31:19.381Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-04-16T05:31:19.476Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-04-16T05:31:19.484Z | + home_fs=zfs |
11 | 2024-04-16T05:31:19.484Z | + [[ zfs == autofs ]] |
12 | 2024-04-16T05:31:19.485Z | + mkdir -p /home/build |
13 | 2024-04-16T05:31:19.485Z | + chown build:build /home/build /work |
14 | 2024-04-16T05:31:21.481Z | + chmod 0700 /home/build /work |
15 | 2024-04-16T05:31:21.484Z | process exited: duration 4259 ms, exit code 0 |
|
16 | 2024-04-16T05:31:21.491Z | starting task 1: "rust-toolchain" |
17 | 2024-04-16T05:31:21.499Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-04-16T05:31:21.502Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-04-16T05:31:21.797Z | info: downloading installer |
20 | 2024-04-16T05:31:23.908Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-04-16T05:31:23.908Z | warning: /opt/ooce/bin |
22 | 2024-04-16T05:31:23.908Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-04-16T05:31:23.908Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-04-16T05:31:23.908Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-04-16T05:31:23.908Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-04-16T05:31:23.908Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-04-16T05:31:23.908Z | error: cannot install while Rust is installed |
28 | 2024-04-16T05:31:23.908Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-04-16T05:31:24.214Z | info: profile set to 'default' |
30 | 2024-04-16T05:31:24.214Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-04-16T05:31:24.218Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-04-16T05:31:24.452Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-04-16T05:31:24.452Z | info: downloading component 'cargo' |
34 | 2024-04-16T05:31:25.876Z | info: downloading component 'clippy' |
35 | 2024-04-16T05:31:26.429Z | info: downloading component 'rust-docs' |
36 | 2024-04-16T05:31:27.794Z | info: downloading component 'rust-std' |
37 | 2024-04-16T05:31:29.725Z | info: downloading component 'rustc' |
38 | 2024-04-16T05:31:34.484Z | info: downloading component 'rustfmt' |
39 | 2024-04-16T05:31:34.832Z | info: installing component 'cargo' |
40 | 2024-04-16T05:31:35.633Z | info: installing component 'clippy' |
41 | 2024-04-16T05:31:35.996Z | info: installing component 'rust-docs' |
42 | 2024-04-16T05:31:37.417Z | info: installing component 'rust-std' |
43 | 2024-04-16T05:31:39.267Z | info: installing component 'rustc' |
44 | 2024-04-16T05:31:43.295Z | info: installing component 'rustfmt' |
45 | 2024-04-16T05:31:43.653Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-04-16T05:31:43.653Z | |
47 | 2024-04-16T05:31:43.931Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-04-16T05:31:43.931Z | |
49 | 2024-04-16T05:31:43.935Z | |
50 | 2024-04-16T05:31:43.935Z | Rust is installed now. Great! |
51 | 2024-04-16T05:31:43.935Z | |
52 | 2024-04-16T05:31:43.935Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-04-16T05:31:43.935Z | environment variable. This has not been done automatically. |
54 | 2024-04-16T05:31:43.935Z | |
55 | 2024-04-16T05:31:43.935Z | To configure your current shell, you need to source |
56 | 2024-04-16T05:31:43.935Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-04-16T05:31:43.935Z | |
58 | 2024-04-16T05:31:43.935Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-04-16T05:31:43.935Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-04-16T05:31:43.935Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-04-16T05:31:44.057Z | + rustc --version |
62 | 2024-04-16T05:31:44.121Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-04-16T05:31:44.124Z | process exited: duration 22630 ms, exit code 0 |
|
64 | 2024-04-16T05:31:44.131Z | starting task 2: "authentication" |
65 | 2024-04-16T05:31:44.153Z | process exited: duration 21 ms, exit code 0 |
|
66 | 2024-04-16T05:31:44.160Z | starting task 3: "clone repository" |
67 | 2024-04-16T05:31:44.165Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-04-16T05:31:44.169Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-04-16T05:31:44.595Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-04-16T05:31:51.350Z | + cd /work/oxidecomputer/omicron |
71 | 2024-04-16T05:31:51.350Z | + git fetch origin c6f713bb193c1f972d95caafb3aebd2b0195f918 |
72 | 2024-04-16T05:31:51.682Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-04-16T05:31:51.682Z | * branch c6f713bb193c1f972d95caafb3aebd2b0195f918 -> FETCH_HEAD |
74 | 2024-04-16T05:31:51.692Z | + [[ -n '' ]] |
75 | 2024-04-16T05:31:51.692Z | + git reset --hard c6f713bb193c1f972d95caafb3aebd2b0195f918 |
76 | 2024-04-16T05:31:51.819Z | HEAD is now at c6f713bb1 chore(deps): update rust crate serde_json to 1.0.116 |
77 | 2024-04-16T05:31:51.822Z | process exited: duration 7659 ms, exit code 0 |
|
78 | 2024-04-16T05:31:51.830Z | starting task 4: "build" |
79 | 2024-04-16T05:31:51.835Z | + cargo --version |
80 | 2024-04-16T05:31:51.839Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
81 | 2024-04-16T05:31:51.992Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
82 | 2024-04-16T05:31:51.992Z | info: downloading component 'cargo' |
83 | 2024-04-16T05:31:52.847Z | info: downloading component 'clippy' |
84 | 2024-04-16T05:31:53.143Z | info: downloading component 'rust-docs' |
85 | 2024-04-16T05:31:54.260Z | info: downloading component 'rust-std' |
86 | 2024-04-16T05:31:56.002Z | info: downloading component 'rustc' |
87 | 2024-04-16T05:32:00.450Z | info: downloading component 'rustfmt' |
88 | 2024-04-16T05:32:00.761Z | info: installing component 'cargo' |
89 | 2024-04-16T05:32:01.603Z | info: installing component 'clippy' |
90 | 2024-04-16T05:32:01.941Z | info: installing component 'rust-docs' |
91 | 2024-04-16T05:32:03.471Z | info: installing component 'rust-std' |
92 | 2024-04-16T05:32:05.122Z | info: installing component 'rustc' |
93 | 2024-04-16T05:32:09.159Z | info: installing component 'rustfmt' |
94 | 2024-04-16T05:32:09.559Z | cargo 1.77.2 (e52e36006 2024-03-26) |
95 | 2024-04-16T05:32:09.562Z | + rustc --version |
96 | 2024-04-16T05:32:09.656Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
97 | 2024-04-16T05:32:09.661Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
98 | 2024-04-16T05:32:21.968Z | Startup: Refreshing catalog 'helios-dev' ... Done |
99 | 2024-04-16T05:32:23.552Z | Startup: Caching catalogs ... Done |
100 | 2024-04-16T05:32:25.783Z | Planning: Solver setup ... Done (1.813s) |
101 | 2024-04-16T05:32:25.817Z | Planning: Running solver ... Done (0.034s) |
102 | 2024-04-16T05:32:25.998Z | Planning: Finding local manifests ... Done (0.148s) |
103 | 2024-04-16T05:32:26.011Z | Planning: Fetching manifests: 0/4 0% complete |
104 | 2024-04-16T05:32:26.352Z | Planning: Fetching manifests: 4/4 100% complete |
105 | 2024-04-16T05:32:26.402Z | Planning: Package planning ... Done (0.050s) |
106 | 2024-04-16T05:32:26.453Z | Planning: Merging actions ... Done (0.050s) |
107 | 2024-04-16T05:32:26.904Z | Planning: Checking for conflicting actions ... Done (0.450s) |
108 | 2024-04-16T05:32:26.915Z | Planning: Consolidating action changes ... Done (0.011s) |
109 | 2024-04-16T05:32:33.988Z | Planning: Evaluating mediators ... Done (7.072s) |
110 | 2024-04-16T05:32:33.998Z | Planning: Planning completed in 10.39 seconds |
111 | 2024-04-16T05:32:34.014Z | Packages to install: 4 |
112 | 2024-04-16T05:32:34.014Z | Mediators to change: 2 |
113 | 2024-04-16T05:32:34.014Z | Services to change: 1 |
114 | 2024-04-16T05:32:34.021Z | Estimated space available: 155.32 GB |
115 | 2024-04-16T05:32:34.021Z | Estimated space to be consumed: 1.44 GB |
116 | 2024-04-16T05:32:34.021Z | Create boot environment: No |
117 | 2024-04-16T05:32:34.021Z | Create backup boot environment: No |
118 | 2024-04-16T05:32:34.021Z | Rebuild boot archive: No |
119 | 2024-04-16T05:32:34.021Z | |
120 | 2024-04-16T05:32:34.021Z | Changed mediators: |
121 | 2024-04-16T05:32:34.021Z | mediator clang: |
122 | 2024-04-16T05:32:34.021Z | version: None -> 15 (system default) |
123 | 2024-04-16T05:32:34.021Z | |
124 | 2024-04-16T05:32:34.021Z | mediator llvm: |
125 | 2024-04-16T05:32:34.021Z | version: 14 (system default) -> 15 (system default) |
126 | 2024-04-16T05:32:34.021Z | |
127 | 2024-04-16T05:32:34.021Z | Changed packages: |
128 | 2024-04-16T05:32:34.021Z | helios-dev |
129 | 2024-04-16T05:32:34.021Z | developer/build-essential |
130 | 2024-04-16T05:32:34.022Z | None -> 11-2.0 |
131 | 2024-04-16T05:32:34.022Z | library/libxmlsec1 |
132 | 2024-04-16T05:32:34.022Z | None -> 1.2.35-2.0 |
133 | 2024-04-16T05:32:34.022Z | ooce/developer/clang-15 |
134 | 2024-04-16T05:32:34.022Z | None -> 15.0.7-2.0 |
135 | 2024-04-16T05:32:34.022Z | ooce/developer/llvm-15 |
136 | 2024-04-16T05:32:34.022Z | None -> 15.0.7-2.0 |
137 | 2024-04-16T05:32:34.022Z | |
138 | 2024-04-16T05:32:34.022Z | Services: |
139 | 2024-04-16T05:32:34.022Z | restart_fmri: |
140 | 2024-04-16T05:32:34.022Z | svc:/system/update-man-index:default |
141 | 2024-04-16T05:32:34.118Z | |
142 | 2024-04-16T05:32:34.118Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
143 | 2024-04-16T05:32:39.119Z | Download: 878/3290 items 18.7/212.6MB 8% complete (3.9M/s) |
144 | 2024-04-16T05:32:44.884Z | Download: 1198/3290 items 80.1/212.6MB 37% complete (8.3M/s) |
145 | 2024-04-16T05:32:49.886Z | Download: 1800/3290 items 117.8/212.6MB 55% complete (9.8M/s) |
146 | 2024-04-16T05:32:58.113Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (4.8M/s) |
147 | 2024-04-16T05:33:03.115Z | Download: 3169/3290 items 141.6/212.6MB 66% complete (2.2M/s) |
148 | 2024-04-16T05:33:05.980Z | Download: Completed 212.60 MB in 31.86 seconds (6.7M/s) |
149 | 2024-04-16T05:33:06.572Z | Actions: 1/3689 actions (Installing new actions) |
150 | 2024-04-16T05:33:11.648Z | Actions: 3616/3689 actions (Installing new actions) |
151 | 2024-04-16T05:33:11.655Z | Actions: Completed 3689 actions in 5.08 seconds. |
152 | 2024-04-16T05:33:11.780Z | Done (0.111s) |
153 | 2024-04-16T05:33:11.780Z | Done (0.000s) |
154 | 2024-04-16T05:33:12.044Z | Done (0.273s) |
155 | 2024-04-16T05:33:17.368Z | Done (5.178s) |
156 | 2024-04-16T05:33:17.537Z | Done (0.096s) |
157 | 2024-04-16T05:33:17.543Z | Done (0.000s) |
158 | 2024-04-16T05:33:17.697Z | Done (0.000s) |
159 | 2024-04-16T05:33:18.261Z | Planning: Evaluating mediator changes ... Done |
160 | 2024-04-16T05:33:18.428Z | Planning: Checking for conflicting actions ... Done |
161 | 2024-04-16T05:33:18.432Z | Planning: Consolidating action changes ... Done |
162 | 2024-04-16T05:33:18.706Z | Planning: Evaluating mediators ... Done |
163 | 2024-04-16T05:33:18.709Z | Planning: Planning completed in 0.45 seconds |
164 | 2024-04-16T05:33:18.740Z | Mediators to change: 2 |
165 | 2024-04-16T05:33:18.743Z | Create boot environment: No |
166 | 2024-04-16T05:33:18.743Z | Create backup boot environment: No |
167 | 2024-04-16T05:33:18.837Z | Done |
168 | 2024-04-16T05:33:18.837Z | Done |
169 | 2024-04-16T05:33:18.996Z | Done |
170 | 2024-04-16T05:33:22.803Z | Done |
171 | 2024-04-16T05:33:22.887Z | Done |
172 | 2024-04-16T05:33:22.891Z | Done |
173 | 2024-04-16T05:33:22.995Z | Done |
174 | 2024-04-16T05:33:23.659Z | Planning: Evaluating mediator changes ... Done |
175 | 2024-04-16T05:33:23.663Z | Planning: Merging actions ... Done |
176 | 2024-04-16T05:33:23.854Z | Planning: Checking for conflicting actions ... Done |
177 | 2024-04-16T05:33:23.859Z | Planning: Consolidating action changes ... Done |
178 | 2024-04-16T05:33:24.131Z | Planning: Evaluating mediators ... Done |
179 | 2024-04-16T05:33:24.189Z | Planning: Planning completed in 0.81 seconds |
180 | 2024-04-16T05:33:24.224Z | Packages to change: 1 |
181 | 2024-04-16T05:33:24.225Z | Mediators to change: 1 |
182 | 2024-04-16T05:33:24.225Z | Services to change: 1 |
183 | 2024-04-16T05:33:24.228Z | Create boot environment: No |
184 | 2024-04-16T05:33:24.228Z | Create backup boot environment: Yes |
185 | 2024-04-16T05:33:26.204Z | Actions: 1/6 actions (Updating modified actions) |
186 | 2024-04-16T05:33:26.208Z | Actions: Completed 6 actions in 0.00 seconds. |
187 | 2024-04-16T05:33:26.208Z | Done |
188 | 2024-04-16T05:33:26.208Z | Done |
189 | 2024-04-16T05:33:26.264Z | Done |
190 | 2024-04-16T05:33:30.031Z | Done |
191 | 2024-04-16T05:33:30.138Z | Done |
192 | 2024-04-16T05:33:30.164Z | Done |
193 | 2024-04-16T05:33:30.236Z | Done |
194 | 2024-04-16T05:33:30.680Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
195 | 2024-04-16T05:33:30.681Z | clang system 15 system |
196 | 2024-04-16T05:33:30.681Z | csh system system illumos |
197 | 2024-04-16T05:33:30.681Z | ctags system system illumos |
198 | 2024-04-16T05:33:30.681Z | gcc vendor 12 vendor |
199 | 2024-04-16T05:33:30.681Z | gcc system 10 system |
200 | 2024-04-16T05:33:30.681Z | gcc system 7 system |
201 | 2024-04-16T05:33:30.681Z | go system 1.20 system |
202 | 2024-04-16T05:33:30.681Z | go system 1.19 system |
203 | 2024-04-16T05:33:30.681Z | llvm system 15 system |
204 | 2024-04-16T05:33:30.681Z | llvm system 14 system |
205 | 2024-04-16T05:33:30.681Z | mariadb system 10.6 system |
206 | 2024-04-16T05:33:30.681Z | mta vendor vendor dma |
207 | 2024-04-16T05:33:30.681Z | openjdk system 17 system |
208 | 2024-04-16T05:33:30.681Z | openjdk system 11 system |
209 | 2024-04-16T05:33:30.681Z | openjdk system 1.8 system |
210 | 2024-04-16T05:33:30.681Z | openssl vendor 3 vendor |
211 | 2024-04-16T05:33:30.681Z | perl system 5.36 system |
212 | 2024-04-16T05:33:30.681Z | postgresql system 15 system |
213 | 2024-04-16T05:33:30.681Z | postgresql system 13 system |
214 | 2024-04-16T05:33:30.681Z | python vendor 3 vendor |
215 | 2024-04-16T05:33:30.682Z | python system 2 system |
216 | 2024-04-16T05:33:30.682Z | python3 system 3.11 system |
217 | 2024-04-16T05:33:30.682Z | ruby system 3.0 system |
218 | 2024-04-16T05:33:30.682Z | words vendor vendor american-english |
219 | 2024-04-16T05:33:30.682Z | words system system australian-english |
220 | 2024-04-16T05:33:30.682Z | words system system british-english |
221 | 2024-04-16T05:33:30.682Z | words system system canadian-english |
222 | 2024-04-16T05:33:30.682Z | words system system french |
223 | 2024-04-16T05:33:30.682Z | words system system italian |
224 | 2024-04-16T05:33:30.682Z | words system system ngerman |
225 | 2024-04-16T05:33:30.682Z | words system system ogerman |
226 | 2024-04-16T05:33:30.682Z | words system system spanish |
227 | 2024-04-16T05:33:31.020Z | PUBLISHER TYPE STATUS P LOCATION |
228 | 2024-04-16T05:33:31.020Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
229 | 2024-04-16T05:33:32.380Z | FMRI IFO |
230 | 2024-04-16T05:33:32.380Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
231 | 2024-04-16T05:33:32.380Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
232 | 2024-04-16T05:33:32.380Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
233 | 2024-04-16T05:33:32.380Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
234 | 2024-04-16T05:33:32.380Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
235 | 2024-04-16T05:33:32.380Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
236 | 2024-04-16T05:33:32.380Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
237 | 2024-04-16T05:33:32.380Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
238 | 2024-04-16T05:33:32.380Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
239 | 2024-04-16T05:33:32.380Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
240 | 2024-04-16T05:33:32.380Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
241 | 2024-04-16T05:33:32.380Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
242 | 2024-04-16T05:33:32.642Z | + set -o errexit |
243 | 2024-04-16T05:33:32.646Z | +++ dirname ./tools/ci_download_cockroachdb |
244 | 2024-04-16T05:33:32.646Z | ++ cd ./tools |
245 | 2024-04-16T05:33:32.646Z | ++ pwd |
246 | 2024-04-16T05:33:32.652Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
247 | 2024-04-16T05:33:32.653Z | ++ basename ./tools/ci_download_cockroachdb |
248 | 2024-04-16T05:33:32.653Z | + ARG0=ci_download_cockroachdb |
249 | 2024-04-16T05:33:32.657Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
250 | 2024-04-16T05:33:32.657Z | + CIDL_VERSION=v22.1.9 |
251 | 2024-04-16T05:33:32.657Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
252 | 2024-04-16T05:33:32.657Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
253 | 2024-04-16T05:33:32.657Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
254 | 2024-04-16T05:33:32.657Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
255 | 2024-04-16T05:33:32.657Z | + TARGET_DIR=out |
256 | 2024-04-16T05:33:32.657Z | + DOWNLOAD_DIR=out/downloads |
257 | 2024-04-16T05:33:32.657Z | + DEST_DIR=./out/cockroachdb |
258 | 2024-04-16T05:33:32.657Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
259 | 2024-04-16T05:33:32.657Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
260 | 2024-04-16T05:33:32.657Z | + main |
261 | 2024-04-16T05:33:32.657Z | + [[ 0 != 0 ]] |
262 | 2024-04-16T05:33:32.657Z | + CIDL_OS=solaris2.11 |
263 | 2024-04-16T05:33:32.657Z | + [[ 0 != 0 ]] |
264 | 2024-04-16T05:33:32.657Z | + configure_os solaris2.11 |
265 | 2024-04-16T05:33:32.658Z | + echo 'current directory: /work/oxidecomputer/omicron' |
266 | 2024-04-16T05:33:32.658Z | current directory: /work/oxidecomputer/omicron |
267 | 2024-04-16T05:33:32.658Z | + echo 'configuring based on OS: "solaris2.11"' |
268 | 2024-04-16T05:33:32.658Z | + case "$1" in |
269 | 2024-04-16T05:33:32.658Z | + CIDL_BUILD=illumos |
270 | 2024-04-16T05:33:32.658Z | + CIDL_SUFFIX=tar.gz |
271 | 2024-04-16T05:33:32.658Z | configuring based on OS: "solaris2.11" |
272 | 2024-04-16T05:33:32.658Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
273 | 2024-04-16T05:33:32.658Z | + CIDL_URL_BASE=https://illumos.org/downloads |
274 | 2024-04-16T05:33:32.658Z | + CIDL_ASSEMBLE=do_assemble_illumos |
275 | 2024-04-16T05:33:32.658Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
276 | 2024-04-16T05:33:32.658Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-04-16T05:33:32.658Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2024-04-16T05:33:32.658Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
279 | 2024-04-16T05:33:32.658Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2024-04-16T05:33:32.658Z | + CIDL_SHA256FUNC=do_sha256sum |
281 | 2024-04-16T05:33:32.658Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
282 | 2024-04-16T05:33:32.658Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2024-04-16T05:33:32.658Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
284 | 2024-04-16T05:33:32.658Z | + mkdir -p out/downloads |
285 | 2024-04-16T05:33:32.658Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2024-04-16T05:33:32.658Z | + mkdir -p ./out/cockroachdb |
287 | 2024-04-16T05:33:32.658Z | + local DO_DOWNLOAD=true |
288 | 2024-04-16T05:33:32.658Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
289 | 2024-04-16T05:33:32.659Z | + '[' true == true ']' |
290 | 2024-04-16T05:33:32.659Z | + echo Downloading... |
291 | 2024-04-16T05:33:32.659Z | Downloading... |
292 | 2024-04-16T05:33:32.659Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-04-16T05:33:32.659Z | + 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 |
294 | 2024-04-16T05:33:36.328Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2024-04-16T05:33:36.332Z | ++ sha256sum |
296 | 2024-04-16T05:33:36.332Z | ++ awk '{print $1}' |
297 | 2024-04-16T05:33:36.426Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
298 | 2024-04-16T05:33:36.426Z | + [[ 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 ]] |
299 | 2024-04-16T05:33:36.430Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-04-16T05:33:36.430Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
301 | 2024-04-16T05:33:38.594Z | + do_assemble_illumos |
302 | 2024-04-16T05:33:38.595Z | + rm -r ./out/cockroachdb |
303 | 2024-04-16T05:33:38.601Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
304 | 2024-04-16T05:33:39.024Z | + ./out/cockroachdb/bin/cockroach version |
305 | 2024-04-16T05:33:39.192Z | Build Tag: v22.1.9-dirty |
306 | 2024-04-16T05:33:39.192Z | Build Time: 2022/10/26 21:17:46 |
307 | 2024-04-16T05:33:39.192Z | Distribution: OSS |
308 | 2024-04-16T05:33:39.192Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
309 | 2024-04-16T05:33:39.192Z | Go Version: go1.17.13 |
310 | 2024-04-16T05:33:39.192Z | C Compiler: gcc 10.3.0 |
311 | 2024-04-16T05:33:39.192Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
312 | 2024-04-16T05:33:39.192Z | Build Type: release |
313 | 2024-04-16T05:33:39.210Z | + set -o errexit |
314 | 2024-04-16T05:33:39.213Z | +++ dirname ./tools/ci_download_clickhouse |
315 | 2024-04-16T05:33:39.220Z | ++ cd ./tools |
316 | 2024-04-16T05:33:39.220Z | ++ pwd |
317 | 2024-04-16T05:33:39.220Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
318 | 2024-04-16T05:33:39.220Z | ++ basename ./tools/ci_download_clickhouse |
319 | 2024-04-16T05:33:39.220Z | + ARG0=ci_download_clickhouse |
320 | 2024-04-16T05:33:39.221Z | + TARGET_DIR=out |
321 | 2024-04-16T05:33:39.221Z | + DOWNLOAD_DIR=out/downloads |
322 | 2024-04-16T05:33:39.221Z | + DEST_DIR=./out/clickhouse |
323 | 2024-04-16T05:33:39.226Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
324 | 2024-04-16T05:33:39.226Z | + CIDL_VERSION=v23.8.7.24 |
325 | 2024-04-16T05:33:39.226Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
326 | 2024-04-16T05:33:39.226Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
327 | 2024-04-16T05:33:39.226Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
328 | 2024-04-16T05:33:39.226Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
329 | 2024-04-16T05:33:39.226Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
330 | 2024-04-16T05:33:39.226Z | + main |
331 | 2024-04-16T05:33:39.226Z | + [[ 0 != 0 ]] |
332 | 2024-04-16T05:33:39.226Z | + CIDL_OS=solaris2.11 |
333 | 2024-04-16T05:33:39.226Z | + [[ 0 != 0 ]] |
334 | 2024-04-16T05:33:39.226Z | + configure_os solaris2.11 |
335 | 2024-04-16T05:33:39.226Z | + echo 'current directory: /work/oxidecomputer/omicron' |
336 | 2024-04-16T05:33:39.226Z | + echo 'configuring based on OS: "solaris2.11"' |
337 | 2024-04-16T05:33:39.226Z | current directory: /work/oxidecomputer/omicron |
338 | 2024-04-16T05:33:39.226Z | configuring based on OS: "solaris2.11" |
339 | 2024-04-16T05:33:39.226Z | + CIDL_DASHREV= |
340 | 2024-04-16T05:33:39.226Z | + case "$1" in |
341 | 2024-04-16T05:33:39.226Z | + CIDL_PLATFORM=illumos |
342 | 2024-04-16T05:33:39.227Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
343 | 2024-04-16T05:33:39.227Z | + CIDL_MD5FUNC=do_md5sum |
344 | 2024-04-16T05:33:39.227Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
345 | 2024-04-16T05:33:39.227Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
346 | 2024-04-16T05:33:39.227Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
347 | 2024-04-16T05:33:39.227Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
348 | 2024-04-16T05:33:39.227Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
349 | 2024-04-16T05:33:39.227Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
350 | 2024-04-16T05:33:39.227Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
351 | 2024-04-16T05:33:39.227Z | + mkdir -p out/downloads |
352 | 2024-04-16T05:33:39.227Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
353 | 2024-04-16T05:33:39.227Z | + mkdir -p ./out/clickhouse |
354 | 2024-04-16T05:33:39.227Z | + local DO_DOWNLOAD=true |
355 | 2024-04-16T05:33:39.227Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
356 | 2024-04-16T05:33:39.227Z | + '[' true == true ']' |
357 | 2024-04-16T05:33:39.227Z | + echo Downloading... |
358 | 2024-04-16T05:33:39.227Z | Downloading... |
359 | 2024-04-16T05:33:39.227Z | + 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 |
360 | 2024-04-16T05:33:39.227Z | + 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 |
361 | 2024-04-16T05:33:41.040Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
362 | 2024-04-16T05:33:41.055Z | ++ md5sum |
363 | 2024-04-16T05:33:41.055Z | ++ awk '{print $1}' |
364 | 2024-04-16T05:33:41.263Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
365 | 2024-04-16T05:33:41.263Z | + [[ 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 ]] |
366 | 2024-04-16T05:33:41.266Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
367 | 2024-04-16T05:33:41.266Z | + mkdir -p ./out/clickhouse |
368 | 2024-04-16T05:33:41.266Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
369 | 2024-04-16T05:33:45.114Z | + [[ solaris2.11 == darwin* ]] |
370 | 2024-04-16T05:33:45.115Z | + ./out/clickhouse/clickhouse server --version |
371 | 2024-04-16T05:33:45.323Z | ClickHouse server version 23.8.7.1. |
372 | 2024-04-16T05:33:45.341Z | + set -o errexit |
373 | 2024-04-16T05:33:45.345Z | +++ dirname ./tools/ci_download_console |
374 | 2024-04-16T05:33:45.345Z | ++ cd ./tools |
375 | 2024-04-16T05:33:45.345Z | ++ pwd |
376 | 2024-04-16T05:33:45.350Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
377 | 2024-04-16T05:33:45.350Z | ++ basename ./tools/ci_download_console |
378 | 2024-04-16T05:33:45.350Z | + ARG0=ci_download_console |
379 | 2024-04-16T05:33:45.350Z | + TARGET_DIR=out |
380 | 2024-04-16T05:33:45.350Z | + DOWNLOAD_DIR=out/downloads |
381 | 2024-04-16T05:33:45.350Z | + DEST_DIR=./out/console-assets |
382 | 2024-04-16T05:33:45.350Z | + source /work/oxidecomputer/omicron/tools/console_version |
383 | 2024-04-16T05:33:45.350Z | ++ COMMIT=2ba444caf8d19830c41448847f0acf61d4a5d2b2 |
384 | 2024-04-16T05:33:45.351Z | ++ SHA2=752ea88d5d3e2f92d32a8d91d3ad7f3a154086d177511a18401cb14a55eb1ea4 |
385 | 2024-04-16T05:33:45.351Z | + URL=https://dl.oxide.computer/releases/console/2ba444caf8d19830c41448847f0acf61d4a5d2b2.tar.gz |
386 | 2024-04-16T05:33:45.351Z | + TARBALL_FILE=out/downloads/console.tar.gz |
387 | 2024-04-16T05:33:45.351Z | + main |
388 | 2024-04-16T05:33:45.351Z | + [[ 0 != 0 ]] |
389 | 2024-04-16T05:33:45.351Z | + echo 'URL: https://dl.oxide.computer/releases/console/2ba444caf8d19830c41448847f0acf61d4a5d2b2.tar.gz' |
390 | 2024-04-16T05:33:45.351Z | URL: https://dl.oxide.computer/releases/console/2ba444caf8d19830c41448847f0acf61d4a5d2b2.tar.gz |
391 | 2024-04-16T05:33:45.351Z | + echo 'Local file: out/downloads/console.tar.gz' |
392 | 2024-04-16T05:33:45.351Z | Local file: out/downloads/console.tar.gz |
393 | 2024-04-16T05:33:45.351Z | + local DO_DOWNLOAD=true |
394 | 2024-04-16T05:33:45.351Z | + [[ -f out/downloads/console.tar.gz ]] |
395 | 2024-04-16T05:33:45.351Z | + mkdir -p out/downloads |
396 | 2024-04-16T05:33:45.362Z | + '[' true == true ']' |
397 | 2024-04-16T05:33:45.362Z | + echo Downloading... |
398 | 2024-04-16T05:33:45.363Z | Downloading... |
399 | 2024-04-16T05:33:45.363Z | + do_download_curl https://dl.oxide.computer/releases/console/2ba444caf8d19830c41448847f0acf61d4a5d2b2.tar.gz out/downloads/console.tar.gz |
400 | 2024-04-16T05:33:45.363Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/2ba444caf8d19830c41448847f0acf61d4a5d2b2.tar.gz |
401 | 2024-04-16T05:33:46.076Z | ++ do_sha256sum out/downloads/console.tar.gz |
402 | 2024-04-16T05:33:46.080Z | ++ case "$OSTYPE" in |
403 | 2024-04-16T05:33:46.080Z | ++ SHA=sha256sum |
404 | 2024-04-16T05:33:46.080Z | ++ sha256sum |
405 | 2024-04-16T05:33:46.080Z | ++ awk '{print $1}' |
406 | 2024-04-16T05:33:46.087Z | + calculated_sha2=752ea88d5d3e2f92d32a8d91d3ad7f3a154086d177511a18401cb14a55eb1ea4 |
407 | 2024-04-16T05:33:46.092Z | + [[ 752ea88d5d3e2f92d32a8d91d3ad7f3a154086d177511a18401cb14a55eb1ea4 != \7\5\2\e\a\8\8\d\5\d\3\e\2\f\9\2\d\3\2\a\8\d\9\1\d\3\a\d\7\f\3\a\1\5\4\0\8\6\d\1\7\7\5\1\1\a\1\8\4\0\1\c\b\1\4\a\5\5\e\b\1\e\a\4 ]] |
408 | 2024-04-16T05:33:46.092Z | + rm -rf ./out/console-assets |
409 | 2024-04-16T05:33:46.092Z | + mkdir -p ./out/console-assets |
410 | 2024-04-16T05:33:46.092Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
411 | 2024-04-16T05:33:46.092Z | + mkdir -p ./out/console-assets |
412 | 2024-04-16T05:33:46.092Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
413 | 2024-04-16T05:33:46.185Z | + set -o errexit |
414 | 2024-04-16T05:33:46.189Z | +++ dirname ./tools/ci_download_maghemite_openapi |
415 | 2024-04-16T05:33:46.190Z | ++ cd ./tools |
416 | 2024-04-16T05:33:46.190Z | ++ pwd |
417 | 2024-04-16T05:33:46.190Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
418 | 2024-04-16T05:33:46.190Z | ++ basename ./tools/ci_download_maghemite_openapi |
419 | 2024-04-16T05:33:46.197Z | + ARG0=ci_download_maghemite_openapi |
420 | 2024-04-16T05:33:46.197Z | + TARGET_DIR=out |
421 | 2024-04-16T05:33:46.197Z | + DOWNLOAD_DIR=out/downloads |
422 | 2024-04-16T05:33:46.197Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
423 | 2024-04-16T05:33:46.197Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
424 | 2024-04-16T05:33:46.197Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
425 | 2024-04-16T05:33:46.197Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
426 | 2024-04-16T05:33:46.197Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
427 | 2024-04-16T05:33:46.197Z | + main |
428 | 2024-04-16T05:33:46.197Z | + rm -rf out/downloads/root |
429 | 2024-04-16T05:33:46.197Z | + [[ 0 != 0 ]] |
430 | 2024-04-16T05:33:46.197Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
431 | 2024-04-16T05:33:46.197Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
432 | 2024-04-16T05:33:46.197Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
433 | 2024-04-16T05:33:46.197Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
434 | 2024-04-16T05:33:46.198Z | + local DO_DOWNLOAD=true |
435 | 2024-04-16T05:33:46.198Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
436 | 2024-04-16T05:33:46.198Z | + mkdir -p out/downloads |
437 | 2024-04-16T05:33:46.208Z | + '[' true == true ']' |
438 | 2024-04-16T05:33:46.208Z | + echo Downloading... |
439 | 2024-04-16T05:33:46.208Z | Downloading... |
440 | 2024-04-16T05:33:46.208Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
441 | 2024-04-16T05:33:46.209Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
442 | 2024-04-16T05:33:46.451Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
443 | 2024-04-16T05:33:46.451Z | ++ case "$OSTYPE" in |
444 | 2024-04-16T05:33:46.457Z | ++ SHA=sha256sum |
445 | 2024-04-16T05:33:46.457Z | ++ sha256sum |
446 | 2024-04-16T05:33:46.458Z | ++ awk '{print $1}' |
447 | 2024-04-16T05:33:46.458Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
448 | 2024-04-16T05:33:46.458Z | + [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]] |
449 | 2024-04-16T05:33:46.458Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
450 | 2024-04-16T05:33:46.458Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
451 | 2024-04-16T05:33:46.458Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
452 | 2024-04-16T05:33:46.459Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
453 | 2024-04-16T05:33:46.459Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
454 | 2024-04-16T05:33:46.459Z | + main |
455 | 2024-04-16T05:33:46.459Z | + rm -rf out/downloads/root |
456 | 2024-04-16T05:33:46.459Z | + [[ 0 != 0 ]] |
457 | 2024-04-16T05:33:46.459Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
458 | 2024-04-16T05:33:46.460Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
459 | 2024-04-16T05:33:46.460Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
460 | 2024-04-16T05:33:46.460Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
461 | 2024-04-16T05:33:46.460Z | + local DO_DOWNLOAD=true |
462 | 2024-04-16T05:33:46.460Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
463 | 2024-04-16T05:33:46.460Z | + mkdir -p out/downloads |
464 | 2024-04-16T05:33:46.461Z | + '[' true == true ']' |
465 | 2024-04-16T05:33:46.461Z | + echo Downloading... |
466 | 2024-04-16T05:33:46.461Z | Downloading... |
467 | 2024-04-16T05:33:46.461Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
468 | 2024-04-16T05:33:46.461Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
469 | 2024-04-16T05:33:46.599Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
470 | 2024-04-16T05:33:46.607Z | ++ case "$OSTYPE" in |
471 | 2024-04-16T05:33:46.607Z | ++ SHA=sha256sum |
472 | 2024-04-16T05:33:46.607Z | ++ sha256sum |
473 | 2024-04-16T05:33:46.607Z | ++ awk '{print $1}' |
474 | 2024-04-16T05:33:46.607Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
475 | 2024-04-16T05:33:46.607Z | + [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]] |
476 | 2024-04-16T05:33:46.613Z | + set -o errexit |
477 | 2024-04-16T05:33:46.618Z | +++ dirname ./tools/ci_download_dendrite_openapi |
478 | 2024-04-16T05:33:46.618Z | ++ cd ./tools |
479 | 2024-04-16T05:33:46.618Z | ++ pwd |
480 | 2024-04-16T05:33:46.618Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
481 | 2024-04-16T05:33:46.618Z | ++ basename ./tools/ci_download_dendrite_openapi |
482 | 2024-04-16T05:33:46.625Z | + ARG0=ci_download_dendrite_openapi |
483 | 2024-04-16T05:33:46.625Z | + TARGET_DIR=out |
484 | 2024-04-16T05:33:46.625Z | + DOWNLOAD_DIR=out/downloads |
485 | 2024-04-16T05:33:46.625Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
486 | 2024-04-16T05:33:46.626Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
487 | 2024-04-16T05:33:46.626Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
488 | 2024-04-16T05:33:46.626Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
489 | 2024-04-16T05:33:46.626Z | + LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
490 | 2024-04-16T05:33:46.626Z | + main |
491 | 2024-04-16T05:33:46.626Z | + [[ 0 != 0 ]] |
492 | 2024-04-16T05:33:46.626Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json' |
493 | 2024-04-16T05:33:46.626Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
494 | 2024-04-16T05:33:46.626Z | Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
495 | 2024-04-16T05:33:46.626Z | + echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json' |
496 | 2024-04-16T05:33:46.626Z | + local DO_DOWNLOAD=true |
497 | 2024-04-16T05:33:46.626Z | + [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]] |
498 | 2024-04-16T05:33:46.626Z | + mkdir -p out/downloads |
499 | 2024-04-16T05:33:46.626Z | + '[' true == true ']' |
500 | 2024-04-16T05:33:46.626Z | + echo Downloading... |
501 | 2024-04-16T05:33:46.626Z | Downloading... |
502 | 2024-04-16T05:33:46.626Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
503 | 2024-04-16T05:33:46.626Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
504 | 2024-04-16T05:33:46.736Z | ++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
505 | 2024-04-16T05:33:46.736Z | ++ case "$OSTYPE" in |
506 | 2024-04-16T05:33:46.736Z | ++ SHA=sha256sum |
507 | 2024-04-16T05:33:46.740Z | ++ sha256sum |
508 | 2024-04-16T05:33:46.740Z | ++ awk '{print $1}' |
509 | 2024-04-16T05:33:46.744Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
510 | 2024-04-16T05:33:46.744Z | + [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]] |
511 | 2024-04-16T05:33:46.751Z | + set -o errexit |
512 | 2024-04-16T05:33:46.754Z | +++ dirname ./tools/ci_download_dendrite_stub |
513 | 2024-04-16T05:33:46.754Z | ++ cd ./tools |
514 | 2024-04-16T05:33:46.755Z | ++ pwd |
515 | 2024-04-16T05:33:46.755Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
516 | 2024-04-16T05:33:46.759Z | ++ basename ./tools/ci_download_dendrite_stub |
517 | 2024-04-16T05:33:46.759Z | + ARG0=ci_download_dendrite_stub |
518 | 2024-04-16T05:33:46.759Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
519 | 2024-04-16T05:33:46.759Z | ++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
520 | 2024-04-16T05:33:46.759Z | ++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a |
521 | 2024-04-16T05:33:46.759Z | ++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b |
522 | 2024-04-16T05:33:46.759Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
523 | 2024-04-16T05:33:46.759Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
524 | 2024-04-16T05:33:46.759Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
525 | 2024-04-16T05:33:46.759Z | + TARGET_DIR=out |
526 | 2024-04-16T05:33:46.760Z | + DOWNLOAD_DIR=out/downloads |
527 | 2024-04-16T05:33:46.760Z | + DEST_DIR=./out/dendrite-stub |
528 | 2024-04-16T05:33:46.760Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
529 | 2024-04-16T05:33:46.760Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
530 | 2024-04-16T05:33:46.760Z | + REPO=oxidecomputer/dendrite |
531 | 2024-04-16T05:33:46.760Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690 |
532 | 2024-04-16T05:33:46.760Z | + main |
533 | 2024-04-16T05:33:46.760Z | + [[ 0 != 0 ]] |
534 | 2024-04-16T05:33:46.760Z | + CIDL_OS=solaris2.11 |
535 | 2024-04-16T05:33:46.760Z | + [[ 0 != 0 ]] |
536 | 2024-04-16T05:33:46.760Z | + configure_os solaris2.11 |
537 | 2024-04-16T05:33:46.760Z | + echo 'current directory: /work/oxidecomputer/omicron' |
538 | 2024-04-16T05:33:46.760Z | current directory: /work/oxidecomputer/omicron |
539 | 2024-04-16T05:33:46.760Z | + echo 'configuring based on OS: "solaris2.11"' |
540 | 2024-04-16T05:33:46.760Z | + case "$1" in |
541 | 2024-04-16T05:33:46.760Z | configuring based on OS: "solaris2.11" |
542 | 2024-04-16T05:33:46.760Z | + SET_BINARIES= |
543 | 2024-04-16T05:33:46.760Z | + CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
544 | 2024-04-16T05:33:46.760Z | + CIDL_SHA256FUNC=do_sha256sum |
545 | 2024-04-16T05:33:46.760Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
546 | 2024-04-16T05:33:46.760Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
547 | 2024-04-16T05:33:46.760Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
548 | 2024-04-16T05:33:46.760Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz' |
549 | 2024-04-16T05:33:46.761Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
550 | 2024-04-16T05:33:46.761Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
551 | 2024-04-16T05:33:46.761Z | + mkdir -p out/downloads |
552 | 2024-04-16T05:33:46.761Z | Local file: out/downloads/dendrite-stub.tar.gz |
553 | 2024-04-16T05:33:46.761Z | + mkdir -p ./out/dendrite-stub |
554 | 2024-04-16T05:33:46.771Z | + fetch_and_verify |
555 | 2024-04-16T05:33:46.771Z | + local DO_DOWNLOAD=true |
556 | 2024-04-16T05:33:46.771Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
557 | 2024-04-16T05:33:46.771Z | + '[' true == true ']' |
558 | 2024-04-16T05:33:46.771Z | + echo Downloading... |
559 | 2024-04-16T05:33:46.771Z | Downloading... |
560 | 2024-04-16T05:33:46.771Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
561 | 2024-04-16T05:33:46.771Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
562 | 2024-04-16T05:33:52.067Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
563 | 2024-04-16T05:33:52.083Z | ++ sha256sum |
564 | 2024-04-16T05:33:52.083Z | ++ awk '{print $1}' |
565 | 2024-04-16T05:33:52.091Z | + calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
566 | 2024-04-16T05:33:52.091Z | + [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]] |
567 | 2024-04-16T05:33:52.091Z | + do_untar out/downloads/dendrite-stub.tar.gz |
568 | 2024-04-16T05:33:52.091Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
569 | 2024-04-16T05:33:52.788Z | + do_assemble |
570 | 2024-04-16T05:33:52.788Z | + rm -r ./out/dendrite-stub |
571 | 2024-04-16T05:33:52.888Z | + mkdir ./out/dendrite-stub |
572 | 2024-04-16T05:33:52.889Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
573 | 2024-04-16T05:33:52.889Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
574 | 2024-04-16T05:33:52.889Z | + set -o errexit |
575 | 2024-04-16T05:33:52.889Z | +++ dirname ./tools/ci_download_maghemite_mgd |
576 | 2024-04-16T05:33:52.889Z | ++ cd ./tools |
577 | 2024-04-16T05:33:52.889Z | ++ pwd |
578 | 2024-04-16T05:33:52.889Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
579 | 2024-04-16T05:33:52.889Z | ++ basename ./tools/ci_download_maghemite_mgd |
580 | 2024-04-16T05:33:52.889Z | + ARG0=ci_download_maghemite_mgd |
581 | 2024-04-16T05:33:52.889Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
582 | 2024-04-16T05:33:52.889Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
583 | 2024-04-16T05:33:52.889Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
584 | 2024-04-16T05:33:52.890Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
585 | 2024-04-16T05:33:52.890Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
586 | 2024-04-16T05:33:52.890Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
587 | 2024-04-16T05:33:52.890Z | + TARGET_DIR=out |
588 | 2024-04-16T05:33:52.890Z | + DOWNLOAD_DIR=out/downloads |
589 | 2024-04-16T05:33:52.890Z | + DEST_DIR=./out/mgd |
590 | 2024-04-16T05:33:52.890Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
591 | 2024-04-16T05:33:52.890Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
592 | 2024-04-16T05:33:52.890Z | + REPO=oxidecomputer/maghemite |
593 | 2024-04-16T05:33:52.890Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
594 | 2024-04-16T05:33:52.890Z | + main |
595 | 2024-04-16T05:33:52.891Z | + rm -rf out/downloads/root |
596 | 2024-04-16T05:33:52.891Z | + [[ 0 != 0 ]] |
597 | 2024-04-16T05:33:52.891Z | + CIDL_OS=solaris2.11 |
598 | 2024-04-16T05:33:52.891Z | + [[ 0 != 0 ]] |
599 | 2024-04-16T05:33:52.891Z | + configure_os solaris2.11 |
600 | 2024-04-16T05:33:52.891Z | + echo 'current directory: /work/oxidecomputer/omicron' |
601 | 2024-04-16T05:33:52.891Z | current directory: /work/oxidecomputer/omicron |
602 | 2024-04-16T05:33:52.891Z | + echo 'configuring based on OS: "solaris2.11"' |
603 | 2024-04-16T05:33:52.891Z | + case "$1" in |
604 | 2024-04-16T05:33:52.891Z | configuring based on OS: "solaris2.11" |
605 | 2024-04-16T05:33:52.891Z | + SET_BINARIES= |
606 | 2024-04-16T05:33:52.891Z | + CIDL_SHA256FUNC=do_sha256sum |
607 | 2024-04-16T05:33:52.891Z | + TARBALL_FILENAME=mgd.tar.gz |
608 | 2024-04-16T05:33:52.892Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
609 | 2024-04-16T05:33:52.892Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
610 | 2024-04-16T05:33:52.892Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
611 | 2024-04-16T05:33:52.892Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
612 | 2024-04-16T05:33:52.892Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
613 | 2024-04-16T05:33:52.892Z | Local file: out/downloads/mgd.tar.gz |
614 | 2024-04-16T05:33:52.892Z | + mkdir -p out/downloads |
615 | 2024-04-16T05:33:52.903Z | + mkdir -p ./out/mgd |
616 | 2024-04-16T05:33:52.903Z | + fetch_and_verify |
617 | 2024-04-16T05:33:52.904Z | + local DO_DOWNLOAD=true |
618 | 2024-04-16T05:33:52.904Z | + [[ -f out/downloads/mgd.tar.gz ]] |
619 | 2024-04-16T05:33:52.904Z | + '[' true == true ']' |
620 | 2024-04-16T05:33:52.904Z | + echo Downloading... |
621 | 2024-04-16T05:33:52.904Z | Downloading... |
622 | 2024-04-16T05:33:52.904Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
623 | 2024-04-16T05:33:52.904Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
624 | 2024-04-16T05:34:00.311Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
625 | 2024-04-16T05:34:00.315Z | ++ sha256sum |
626 | 2024-04-16T05:34:00.315Z | ++ awk '{print $1}' |
627 | 2024-04-16T05:34:00.337Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
628 | 2024-04-16T05:34:00.337Z | + [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]] |
629 | 2024-04-16T05:34:00.341Z | + do_untar out/downloads/mgd.tar.gz |
630 | 2024-04-16T05:34:00.341Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
631 | 2024-04-16T05:34:00.936Z | + do_assemble |
632 | 2024-04-16T05:34:00.936Z | + rm -r ./out/mgd |
633 | 2024-04-16T05:34:00.943Z | + mkdir ./out/mgd |
634 | 2024-04-16T05:34:00.944Z | + cp -r out/downloads/root ./out/mgd/root |
635 | 2024-04-16T05:34:01.036Z | + set -o errexit |
636 | 2024-04-16T05:34:01.045Z | +++ dirname ./tools/ci_download_transceiver_control |
637 | 2024-04-16T05:34:01.045Z | ++ cd ./tools |
638 | 2024-04-16T05:34:01.045Z | ++ pwd |
639 | 2024-04-16T05:34:01.045Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
640 | 2024-04-16T05:34:01.045Z | ++ basename ./tools/ci_download_transceiver_control |
641 | 2024-04-16T05:34:01.045Z | + ARG0=ci_download_transceiver_control |
642 | 2024-04-16T05:34:01.045Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
643 | 2024-04-16T05:34:01.045Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
644 | 2024-04-16T05:34:01.045Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
645 | 2024-04-16T05:34:01.045Z | + TARGET_DIR=out |
646 | 2024-04-16T05:34:01.045Z | + DOWNLOAD_DIR=out/downloads |
647 | 2024-04-16T05:34:01.045Z | + DEST_DIR=./out/transceiver-control |
648 | 2024-04-16T05:34:01.045Z | + BIN_DIR=/opt/oxide/bin |
649 | 2024-04-16T05:34:01.045Z | + BINARY=xcvradm |
650 | 2024-04-16T05:34:01.045Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
651 | 2024-04-16T05:34:01.045Z | + REPO=oxidecomputer/transceiver-control |
652 | 2024-04-16T05:34:01.045Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
653 | 2024-04-16T05:34:01.046Z | + main |
654 | 2024-04-16T05:34:01.046Z | + [[ 0 != 0 ]] |
655 | 2024-04-16T05:34:01.046Z | + CIDL_OS=solaris2.11 |
656 | 2024-04-16T05:34:01.046Z | + [[ 0 != 0 ]] |
657 | 2024-04-16T05:34:01.046Z | + configure_os solaris2.11 |
658 | 2024-04-16T05:34:01.046Z | + echo 'current directory: /work/oxidecomputer/omicron' |
659 | 2024-04-16T05:34:01.046Z | + echo 'configuring based on OS: "solaris2.11"' |
660 | 2024-04-16T05:34:01.046Z | current directory: /work/oxidecomputer/omicron |
661 | 2024-04-16T05:34:01.046Z | configuring based on OS: "solaris2.11" |
662 | 2024-04-16T05:34:01.046Z | + case "$1" in |
663 | 2024-04-16T05:34:01.046Z | + SET_BINARIES= |
664 | 2024-04-16T05:34:01.046Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
665 | 2024-04-16T05:34:01.046Z | + CIDL_SHA256FUNC=do_sha256sum |
666 | 2024-04-16T05:34:01.046Z | + ARCHIVE_FILENAME=xcvradm.gz |
667 | 2024-04-16T05:34:01.046Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
668 | 2024-04-16T05:34:01.046Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
669 | 2024-04-16T05:34:01.046Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
670 | 2024-04-16T05:34:01.046Z | + echo 'Local file: out/downloads/xcvradm.gz' |
671 | 2024-04-16T05:34:01.046Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
672 | 2024-04-16T05:34:01.046Z | Local file: out/downloads/xcvradm.gz |
673 | 2024-04-16T05:34:01.046Z | + mkdir -p out/downloads |
674 | 2024-04-16T05:34:01.046Z | + mkdir -p ./out/transceiver-control |
675 | 2024-04-16T05:34:01.046Z | + fetch_and_verify |
676 | 2024-04-16T05:34:01.046Z | + local DO_DOWNLOAD=true |
677 | 2024-04-16T05:34:01.047Z | + [[ -f out/downloads/xcvradm.gz ]] |
678 | 2024-04-16T05:34:01.047Z | + '[' true == true ']' |
679 | 2024-04-16T05:34:01.047Z | + echo Downloading... |
680 | 2024-04-16T05:34:01.047Z | Downloading... |
681 | 2024-04-16T05:34:01.047Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
682 | 2024-04-16T05:34:01.047Z | + 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 |
683 | 2024-04-16T05:34:03.465Z | ++ do_sha256sum out/downloads/xcvradm.gz |
684 | 2024-04-16T05:34:03.469Z | ++ sha256sum |
685 | 2024-04-16T05:34:03.469Z | ++ awk '{print $1}' |
686 | 2024-04-16T05:34:03.474Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
687 | 2024-04-16T05:34:03.478Z | + [[ 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 ]] |
688 | 2024-04-16T05:34:03.478Z | + do_unpack out/downloads/xcvradm.gz |
689 | 2024-04-16T05:34:03.478Z | + mkdir -p out/downloads/root//opt/oxide/bin |
690 | 2024-04-16T05:34:03.478Z | + gzip -dc out/downloads/xcvradm.gz |
691 | 2024-04-16T05:34:03.597Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
692 | 2024-04-16T05:34:03.601Z | + do_assemble |
693 | 2024-04-16T05:34:03.601Z | + rm -r ./out/transceiver-control |
694 | 2024-04-16T05:34:03.604Z | + mkdir ./out/transceiver-control |
695 | 2024-04-16T05:34:03.605Z | + cp -r out/downloads/root ./out/transceiver-control/root |
696 | 2024-04-16T05:34:03.710Z | + set -o errexit |
697 | 2024-04-16T05:34:03.717Z | +++ dirname ./tools/ci_download_thundermuffin |
698 | 2024-04-16T05:34:03.717Z | ++ cd ./tools |
699 | 2024-04-16T05:34:03.717Z | ++ pwd |
700 | 2024-04-16T05:34:03.717Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
701 | 2024-04-16T05:34:03.723Z | ++ basename ./tools/ci_download_thundermuffin |
702 | 2024-04-16T05:34:03.723Z | + ARG0=ci_download_thundermuffin |
703 | 2024-04-16T05:34:03.723Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
704 | 2024-04-16T05:34:03.723Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
705 | 2024-04-16T05:34:03.724Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
706 | 2024-04-16T05:34:03.724Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
707 | 2024-04-16T05:34:03.724Z | + TARGET_DIR=out |
708 | 2024-04-16T05:34:03.724Z | + DOWNLOAD_DIR=out/downloads |
709 | 2024-04-16T05:34:03.724Z | + DEST_DIR=./out/thundermuffin |
710 | 2024-04-16T05:34:03.724Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
711 | 2024-04-16T05:34:03.724Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
712 | 2024-04-16T05:34:03.724Z | + REPO=oxidecomputer/thundermuffin |
713 | 2024-04-16T05:34:03.724Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
714 | 2024-04-16T05:34:03.724Z | + main |
715 | 2024-04-16T05:34:03.724Z | + rm -rf out/downloads/root |
716 | 2024-04-16T05:34:03.728Z | + [[ 0 != 0 ]] |
717 | 2024-04-16T05:34:03.728Z | + CIDL_OS=solaris2.11 |
718 | 2024-04-16T05:34:03.728Z | + [[ 0 != 0 ]] |
719 | 2024-04-16T05:34:03.728Z | + configure_os solaris2.11 |
720 | 2024-04-16T05:34:03.728Z | + echo 'current directory: /work/oxidecomputer/omicron' |
721 | 2024-04-16T05:34:03.728Z | current directory: /work/oxidecomputer/omicron |
722 | 2024-04-16T05:34:03.728Z | + echo 'configuring based on OS: "solaris2.11"' |
723 | 2024-04-16T05:34:03.728Z | configuring based on OS: "solaris2.11" |
724 | 2024-04-16T05:34:03.728Z | + case "$1" in |
725 | 2024-04-16T05:34:03.728Z | + SET_BINARIES= |
726 | 2024-04-16T05:34:03.728Z | + CIDL_SHA256FUNC=do_sha256sum |
727 | 2024-04-16T05:34:03.728Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
728 | 2024-04-16T05:34:03.728Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
729 | 2024-04-16T05:34:03.728Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
730 | 2024-04-16T05:34:03.728Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
731 | 2024-04-16T05:34:03.728Z | Local file: out/downloads/thundermuffin.tar.gz |
732 | 2024-04-16T05:34:03.728Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
733 | 2024-04-16T05:34:03.728Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
734 | 2024-04-16T05:34:03.728Z | + mkdir -p out/downloads |
735 | 2024-04-16T05:34:03.732Z | + mkdir -p ./out/thundermuffin |
736 | 2024-04-16T05:34:03.736Z | + fetch_and_verify |
737 | 2024-04-16T05:34:03.736Z | + local DO_DOWNLOAD=true |
738 | 2024-04-16T05:34:03.736Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
739 | 2024-04-16T05:34:03.736Z | + '[' true == true ']' |
740 | 2024-04-16T05:34:03.736Z | + echo Downloading... |
741 | 2024-04-16T05:34:03.736Z | Downloading... |
742 | 2024-04-16T05:34:03.736Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
743 | 2024-04-16T05:34:03.737Z | + 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 |
744 | 2024-04-16T05:34:05.262Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
745 | 2024-04-16T05:34:05.266Z | ++ sha256sum |
746 | 2024-04-16T05:34:05.267Z | ++ awk '{print $1}' |
747 | 2024-04-16T05:34:05.267Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
748 | 2024-04-16T05:34:05.267Z | + [[ 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 ]] |
749 | 2024-04-16T05:34:05.267Z | + do_untar out/downloads/thundermuffin.tar.gz |
750 | 2024-04-16T05:34:05.267Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
751 | 2024-04-16T05:34:05.328Z | + do_assemble |
752 | 2024-04-16T05:34:05.328Z | + rm -r ./out/thundermuffin |
753 | 2024-04-16T05:34:05.332Z | + mkdir ./out/thundermuffin |
754 | 2024-04-16T05:34:05.332Z | + cp -r out/downloads/root ./out/thundermuffin/root |
755 | 2024-04-16T05:34:05.344Z | All prerequisites installed successfully |
756 | 2024-04-16T05:34:05.378Z | |
757 | 2024-04-16T05:34:05.378Z | real 1:55.564157280 |
758 | 2024-04-16T05:34:05.378Z | user 39.072249649 |
759 | 2024-04-16T05:34:05.379Z | sys 7.130725215 |
760 | 2024-04-16T05:34:05.379Z | trap 0.008974447 |
761 | 2024-04-16T05:34:05.379Z | tflt 0.138395088 |
762 | 2024-04-16T05:34:05.379Z | dflt 0.451499047 |
763 | 2024-04-16T05:34:05.379Z | kflt 0.117783336 |
764 | 2024-04-16T05:34:05.379Z | lock 1.083289493 |
765 | 2024-04-16T05:34:05.379Z | slp 3:43.893359928 |
766 | 2024-04-16T05:34:05.379Z | lat 2.062496943 |
767 | 2024-04-16T05:34:05.379Z | stop 0.135130454 |
768 | 2024-04-16T05:34:05.379Z | + banner end-to-end-tests |
769 | 2024-04-16T05:34:05.379Z | |
770 | 2024-04-16T05:34:05.379Z | ###### # # ##### ##### #### ###### # # ##### |
771 | 2024-04-16T05:34:05.379Z | # ## # # # # # # # ## # # # |
772 | 2024-04-16T05:34:05.379Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
773 | 2024-04-16T05:34:05.379Z | # # # # # # # # # # # # # # # |
774 | 2024-04-16T05:34:05.379Z | # # ## # # # # # # # ## # # |
775 | 2024-04-16T05:34:05.380Z | ###### # # ##### # #### ###### # # ##### |
776 | 2024-04-16T05:34:05.380Z | |
777 | 2024-04-16T05:34:05.380Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
778 | 2024-04-16T05:34:05.380Z | + CARGO_PROFILE_DEV_DEBUG=1 |
779 | 2024-04-16T05:34:05.380Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
780 | 2024-04-16T05:34:05.380Z | + CARGO_PROFILE_TEST_DEBUG=1 |
781 | 2024-04-16T05:34:05.380Z | + export CARGO_INCREMENTAL=0 |
782 | 2024-04-16T05:34:05.380Z | + CARGO_INCREMENTAL=0 |
783 | 2024-04-16T05:34:05.380Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
784 | 2024-04-16T05:34:05.561Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
785 | 2024-04-16T05:34:05.875Z | Updating git repository `https://github.com/oxidecomputer/zone` |
786 | 2024-04-16T05:34:06.149Z | Updating crates.io index |
787 | 2024-04-16T05:34:06.154Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
788 | 2024-04-16T05:34:06.963Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
789 | 2024-04-16T05:34:07.982Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
790 | 2024-04-16T05:34:10.030Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
791 | 2024-04-16T05:34:10.624Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
792 | 2024-04-16T05:34:10.914Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
793 | 2024-04-16T05:34:11.820Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
794 | 2024-04-16T05:34:13.483Z | Updating git repository `https://github.com/oxidecomputer/opte` |
795 | 2024-04-16T05:34:14.555Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
796 | 2024-04-16T05:34:15.211Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
797 | 2024-04-16T05:34:15.517Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
798 | 2024-04-16T05:34:16.091Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
799 | 2024-04-16T05:34:16.442Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
800 | 2024-04-16T05:34:16.719Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
801 | 2024-04-16T05:34:17.126Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
802 | 2024-04-16T05:34:17.482Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
803 | 2024-04-16T05:34:17.825Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
804 | 2024-04-16T05:34:18.067Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
805 | 2024-04-16T05:34:18.322Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
806 | 2024-04-16T05:34:18.656Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
807 | 2024-04-16T05:34:19.033Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
808 | 2024-04-16T05:34:19.316Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
809 | 2024-04-16T05:34:19.886Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
810 | 2024-04-16T05:34:20.225Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
811 | 2024-04-16T05:34:20.539Z | Updating git repository `https://github.com/jgallagher/nix` |
812 | 2024-04-16T05:34:21.570Z | Updating git repository `https://github.com/cbiffle/hubpack` |
813 | 2024-04-16T05:34:21.930Z | Updating git repository `https://github.com/oxidecomputer/typify` |
814 | 2024-04-16T05:34:23.727Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
815 | 2024-04-16T05:34:24.087Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
816 | 2024-04-16T05:34:24.360Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
817 | 2024-04-16T05:34:24.803Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
818 | 2024-04-16T05:34:25.967Z | Downloading crates ... |
819 | 2024-04-16T05:34:26.082Z | Downloaded aead v0.5.2 |
820 | 2024-04-16T05:34:26.086Z | Downloaded adler v1.0.2 |
821 | 2024-04-16T05:34:26.090Z | Downloaded anstyle v1.0.6 |
822 | 2024-04-16T05:34:26.108Z | Downloaded ahash v0.8.8 |
823 | 2024-04-16T05:34:26.111Z | Downloaded aho-corasick v1.1.2 |
824 | 2024-04-16T05:34:26.117Z | Downloaded addr2line v0.21.0 |
825 | 2024-04-16T05:34:26.122Z | Downloaded ansi_term v0.12.1 |
826 | 2024-04-16T05:34:26.126Z | Downloaded anstyle-query v1.0.0 |
827 | 2024-04-16T05:34:26.126Z | Downloaded aes-gcm v0.10.3 |
828 | 2024-04-16T05:34:26.126Z | Downloaded async-stream v0.3.5 |
829 | 2024-04-16T05:34:26.131Z | Downloaded anstream v0.6.11 |
830 | 2024-04-16T05:34:26.138Z | Downloaded arrayref v0.3.7 |
831 | 2024-04-16T05:34:26.138Z | Downloaded arc-swap v1.6.0 |
832 | 2024-04-16T05:34:26.143Z | Downloaded arrayvec v0.7.4 |
833 | 2024-04-16T05:34:26.143Z | Downloaded ascii v1.1.0 |
834 | 2024-04-16T05:34:26.143Z | Downloaded argon2 v0.5.3 |
835 | 2024-04-16T05:34:26.147Z | Downloaded lazy_static v1.4.0 |
836 | 2024-04-16T05:34:26.147Z | Downloaded defmt-parser v0.3.3 |
837 | 2024-04-16T05:34:26.147Z | Downloaded crossbeam-deque v0.8.3 |
838 | 2024-04-16T05:34:26.150Z | Downloaded anyhow v1.0.82 |
839 | 2024-04-16T05:34:26.154Z | Downloaded log v0.4.21 |
840 | 2024-04-16T05:34:26.158Z | Downloaded block-buffer v0.10.4 |
841 | 2024-04-16T05:34:26.158Z | Downloaded crossbeam-utils v0.8.19 |
842 | 2024-04-16T05:34:26.162Z | Downloaded crucible-workspace-hack v0.1.0 |
843 | 2024-04-16T05:34:26.166Z | Downloaded kstat-rs v0.2.3 |
844 | 2024-04-16T05:34:26.166Z | Downloaded colorchoice v1.0.0 |
845 | 2024-04-16T05:34:26.166Z | Downloaded match_cfg v0.1.0 |
846 | 2024-04-16T05:34:26.169Z | Downloaded macaddr v1.0.1 |
847 | 2024-04-16T05:34:26.169Z | Downloaded atty v0.2.14 |
848 | 2024-04-16T05:34:26.170Z | Downloaded ciborium-io v0.2.2 |
849 | 2024-04-16T05:34:26.173Z | Downloaded async-stream-impl v0.3.5 |
850 | 2024-04-16T05:34:26.173Z | Downloaded bytes v1.6.0 |
851 | 2024-04-16T05:34:26.177Z | Downloaded lru-cache v0.1.2 |
852 | 2024-04-16T05:34:26.177Z | Downloaded bitstruct_derive v0.1.0 |
853 | 2024-04-16T05:34:26.188Z | Downloaded linked-hash-map v0.5.6 |
854 | 2024-04-16T05:34:26.188Z | Downloaded linear-map v1.2.0 |
855 | 2024-04-16T05:34:26.188Z | Downloaded darling_macro v0.20.8 |
856 | 2024-04-16T05:34:26.192Z | Downloaded num-iter v0.1.44 |
857 | 2024-04-16T05:34:26.192Z | Downloaded nanorand v0.7.0 |
858 | 2024-04-16T05:34:26.192Z | Downloaded memmap v0.7.0 |
859 | 2024-04-16T05:34:26.192Z | Downloaded itertools v0.10.5 |
860 | 2024-04-16T05:34:26.196Z | Downloaded swrite v0.1.0 |
861 | 2024-04-16T05:34:26.196Z | Downloaded phf_shared v0.10.0 |
862 | 2024-04-16T05:34:26.200Z | Downloaded openssl-probe v0.1.5 |
863 | 2024-04-16T05:34:26.201Z | Downloaded pbkdf2 v0.12.2 |
864 | 2024-04-16T05:34:26.201Z | Downloaded num-integer v0.1.46 |
865 | 2024-04-16T05:34:26.204Z | Downloaded cfg-if v1.0.0 |
866 | 2024-04-16T05:34:26.204Z | Downloaded atomic-waker v1.1.1 |
867 | 2024-04-16T05:34:26.204Z | Downloaded parse-display-derive v0.9.0 |
868 | 2024-04-16T05:34:26.210Z | Downloaded cpufeatures v0.2.12 |
869 | 2024-04-16T05:34:26.210Z | Downloaded ciborium-ll v0.2.2 |
870 | 2024-04-16T05:34:26.210Z | Downloaded bit-vec v0.6.3 |
871 | 2024-04-16T05:34:26.214Z | Downloaded bytecount v0.6.3 |
872 | 2024-04-16T05:34:26.214Z | Downloaded pem v3.0.4 |
873 | 2024-04-16T05:34:26.218Z | Downloaded once_cell v1.19.0 |
874 | 2024-04-16T05:34:26.218Z | Downloaded chacha20 v0.9.1 |
875 | 2024-04-16T05:34:26.222Z | Downloaded ctr v0.9.2 |
876 | 2024-04-16T05:34:26.222Z | Downloaded portpicker v0.1.1 |
877 | 2024-04-16T05:34:26.226Z | Downloaded cipher v0.4.4 |
878 | 2024-04-16T05:34:26.226Z | Downloaded new_debug_unreachable v1.0.4 |
879 | 2024-04-16T05:34:26.227Z | Downloaded bit-set v0.5.3 |
880 | 2024-04-16T05:34:26.231Z | Downloaded colored v2.1.0 |
881 | 2024-04-16T05:34:26.231Z | Downloaded crypto-common v0.1.6 |
882 | 2024-04-16T05:34:26.231Z | Downloaded cookie_store v0.20.0 |
883 | 2024-04-16T05:34:26.235Z | Downloaded peg-runtime v0.8.2 |
884 | 2024-04-16T05:34:26.235Z | Downloaded opaque-debug v0.3.0 |
885 | 2024-04-16T05:34:26.235Z | Downloaded newline-converter v0.3.0 |
886 | 2024-04-16T05:34:26.239Z | Downloaded data-encoding v2.4.0 |
887 | 2024-04-16T05:34:26.239Z | Downloaded defmt-macros v0.3.6 |
888 | 2024-04-16T05:34:26.246Z | Downloaded structmeta v0.3.0 |
889 | 2024-04-16T05:34:26.247Z | Downloaded strsim v0.11.0 |
890 | 2024-04-16T05:34:26.250Z | Downloaded openssl-macros v0.1.1 |
891 | 2024-04-16T05:34:26.250Z | Downloaded hyper-staticfile v0.9.5 |
892 | 2024-04-16T05:34:26.250Z | Downloaded debug-ignore v1.0.5 |
893 | 2024-04-16T05:34:26.250Z | Downloaded endian-type v0.1.2 |
894 | 2024-04-16T05:34:26.250Z | Downloaded slog-stdlog v4.1.1 |
895 | 2024-04-16T05:34:26.256Z | Downloaded password-hash v0.4.2 |
896 | 2024-04-16T05:34:26.256Z | Downloaded phf_shared v0.11.2 |
897 | 2024-04-16T05:34:26.260Z | Downloaded textwrap v0.11.0 |
898 | 2024-04-16T05:34:26.260Z | Downloaded terminal_size v0.3.0 |
899 | 2024-04-16T05:34:26.260Z | Downloaded termcolor v1.2.0 |
900 | 2024-04-16T05:34:26.264Z | Downloaded tabled_derive v0.7.0 |
901 | 2024-04-16T05:34:26.264Z | Downloaded cancel-safe-futures v0.1.5 |
902 | 2024-04-16T05:34:26.268Z | Downloaded phf v0.11.2 |
903 | 2024-04-16T05:34:26.268Z | Downloaded darling v0.20.8 |
904 | 2024-04-16T05:34:26.272Z | Downloaded plain v0.2.3 |
905 | 2024-04-16T05:34:26.276Z | Downloaded backoff v0.4.0 |
906 | 2024-04-16T05:34:26.276Z | Downloaded managed v0.8.0 |
907 | 2024-04-16T05:34:26.307Z | Downloaded block-padding v0.3.3 |
908 | 2024-04-16T05:34:26.307Z | Downloaded cookie v0.17.0 |
909 | 2024-04-16T05:34:26.307Z | Downloaded ciborium v0.2.2 |
910 | 2024-04-16T05:34:26.307Z | Downloaded num-complex v0.4.5 |
911 | 2024-04-16T05:34:26.307Z | Downloaded console v0.15.8 |
912 | 2024-04-16T05:34:26.307Z | Downloaded untrusted v0.9.0 |
913 | 2024-04-16T05:34:26.307Z | Downloaded unicode-width v0.1.11 |
914 | 2024-04-16T05:34:26.307Z | Downloaded pkg-config v0.3.27 |
915 | 2024-04-16T05:34:26.308Z | Downloaded defmt v0.3.5 |
916 | 2024-04-16T05:34:26.311Z | Downloaded polyval v0.6.1 |
917 | 2024-04-16T05:34:26.311Z | Downloaded ecdsa v0.16.9 |
918 | 2024-04-16T05:34:26.312Z | Downloaded num_enum v0.5.11 |
919 | 2024-04-16T05:34:26.312Z | Downloaded usdt-macro v0.5.0 |
920 | 2024-04-16T05:34:26.312Z | Downloaded crossbeam-epoch v0.9.18 |
921 | 2024-04-16T05:34:26.312Z | Downloaded group v0.13.0 |
922 | 2024-04-16T05:34:26.316Z | Downloaded is-terminal v0.4.9 |
923 | 2024-04-16T05:34:26.316Z | Downloaded tokio-tungstenite v0.21.0 |
924 | 2024-04-16T05:34:26.320Z | Downloaded base64ct v1.6.0 |
925 | 2024-04-16T05:34:26.324Z | Downloaded const-oid v0.9.6 |
926 | 2024-04-16T05:34:26.324Z | Downloaded pin-utils v0.1.0 |
927 | 2024-04-16T05:34:26.335Z | Downloaded newtype-uuid v1.1.0 |
928 | 2024-04-16T05:34:26.335Z | Downloaded bitflags v2.4.2 |
929 | 2024-04-16T05:34:26.340Z | Downloaded glob v0.3.1 |
930 | 2024-04-16T05:34:26.340Z | Downloaded crypto-bigint v0.5.2 |
931 | 2024-04-16T05:34:26.340Z | Downloaded fxhash v0.2.1 |
932 | 2024-04-16T05:34:26.340Z | Downloaded foreign-types v0.3.2 |
933 | 2024-04-16T05:34:26.344Z | Downloaded pkcs8 v0.10.2 |
934 | 2024-04-16T05:34:26.344Z | Downloaded semver v0.1.20 |
935 | 2024-04-16T05:34:26.347Z | Downloaded rustversion v1.0.14 |
936 | 2024-04-16T05:34:26.347Z | Downloaded rustc_version v0.4.0 |
937 | 2024-04-16T05:34:26.351Z | Downloaded rustc_version v0.1.7 |
938 | 2024-04-16T05:34:26.351Z | Downloaded errno v0.3.8 |
939 | 2024-04-16T05:34:26.355Z | Downloaded pin-project-lite v0.2.13 |
940 | 2024-04-16T05:34:26.359Z | Downloaded spin v0.5.2 |
941 | 2024-04-16T05:34:26.359Z | Downloaded slog-dtrace v0.3.0 |
942 | 2024-04-16T05:34:26.363Z | Downloaded utf8parse v0.2.1 |
943 | 2024-04-16T05:34:26.363Z | Downloaded hubpack v0.1.2 |
944 | 2024-04-16T05:34:26.367Z | Downloaded platforms v3.0.2 |
945 | 2024-04-16T05:34:26.367Z | Downloaded password-hash v0.5.0 |
946 | 2024-04-16T05:34:26.370Z | Downloaded cc v1.0.83 |
947 | 2024-04-16T05:34:26.374Z | Downloaded native-tls v0.2.11 |
948 | 2024-04-16T05:34:26.374Z | Downloaded ident_case v1.0.1 |
949 | 2024-04-16T05:34:26.377Z | Downloaded multer v3.0.0 |
950 | 2024-04-16T05:34:26.381Z | Downloaded chacha20poly1305 v0.10.1 |
951 | 2024-04-16T05:34:26.381Z | Downloaded utf-8 v0.7.6 |
952 | 2024-04-16T05:34:26.385Z | Downloaded ipnetwork v0.20.0 |
953 | 2024-04-16T05:34:26.385Z | Downloaded internet-checksum v0.2.1 |
954 | 2024-04-16T05:34:26.385Z | Downloaded inout v0.1.3 |
955 | 2024-04-16T05:34:26.388Z | Downloaded num-derive v0.4.0 |
956 | 2024-04-16T05:34:26.388Z | Downloaded zerocopy v0.3.0 |
957 | 2024-04-16T05:34:26.392Z | Downloaded parking_lot_core v0.8.6 |
958 | 2024-04-16T05:34:26.392Z | Downloaded hash32 v0.2.1 |
959 | 2024-04-16T05:34:26.396Z | Downloaded parking_lot v0.11.2 |
960 | 2024-04-16T05:34:26.399Z | Downloaded socket2 v0.5.6 |
961 | 2024-04-16T05:34:26.399Z | Downloaded hash32 v0.3.1 |
962 | 2024-04-16T05:34:26.403Z | Downloaded base64 v0.13.1 |
963 | 2024-04-16T05:34:26.410Z | Downloaded vsss-rs v3.3.4 |
964 | 2024-04-16T05:34:26.410Z | Downloaded serde_urlencoded v0.7.1 |
965 | 2024-04-16T05:34:26.417Z | Downloaded dtrace-parser v0.1.14 |
966 | 2024-04-16T05:34:26.417Z | Downloaded usdt-attr-macro v0.5.0 |
967 | 2024-04-16T05:34:26.417Z | Downloaded poly1305 v0.8.0 |
968 | 2024-04-16T05:34:26.417Z | Downloaded tower-service v0.3.2 |
969 | 2024-04-16T05:34:26.420Z | Downloaded r2d2 v0.8.10 |
970 | 2024-04-16T05:34:26.421Z | Downloaded rustls-pemfile v1.0.3 |
971 | 2024-04-16T05:34:26.421Z | Downloaded derive-where v1.2.7 |
972 | 2024-04-16T05:34:26.425Z | Downloaded unicase v2.7.0 |
973 | 2024-04-16T05:34:26.425Z | Downloaded httpdate v1.0.3 |
974 | 2024-04-16T05:34:26.430Z | Downloaded darling_core v0.20.8 |
975 | 2024-04-16T05:34:26.434Z | Downloaded ed25519 v2.2.2 |
976 | 2024-04-16T05:34:26.437Z | Downloaded hex v0.4.3 |
977 | 2024-04-16T05:34:26.437Z | Downloaded xattr v1.0.1 |
978 | 2024-04-16T05:34:26.440Z | Downloaded pest_derive v2.7.6 |
979 | 2024-04-16T05:34:26.440Z | Downloaded yasna v0.5.2 |
980 | 2024-04-16T05:34:26.444Z | Downloaded iana-time-zone v0.1.57 |
981 | 2024-04-16T05:34:26.447Z | Downloaded structmeta-derive v0.3.0 |
982 | 2024-04-16T05:34:26.447Z | Downloaded sha1 v0.10.6 |
983 | 2024-04-16T05:34:26.451Z | Downloaded postgres-types v0.2.6 |
984 | 2024-04-16T05:34:26.454Z | Downloaded http-range v0.1.5 |
985 | 2024-04-16T05:34:26.454Z | Downloaded indexmap v1.9.3 |
986 | 2024-04-16T05:34:26.457Z | Downloaded thiserror-impl v1.0.58 |
987 | 2024-04-16T05:34:26.461Z | Downloaded slog-envlogger v2.2.0 |
988 | 2024-04-16T05:34:26.461Z | Downloaded secrecy v0.8.0 |
989 | 2024-04-16T05:34:26.464Z | Downloaded russh-cryptovec v0.7.0 |
990 | 2024-04-16T05:34:26.464Z | Downloaded structopt-derive v0.4.18 |
991 | 2024-04-16T05:34:26.471Z | Downloaded slog-async v2.8.0 |
992 | 2024-04-16T05:34:26.471Z | Downloaded quote v1.0.36 |
993 | 2024-04-16T05:34:26.476Z | Downloaded dtrace-parser v0.2.0 |
994 | 2024-04-16T05:34:26.476Z | Downloaded socket2 v0.4.9 |
995 | 2024-04-16T05:34:26.476Z | Downloaded zeroize v1.7.0 |
996 | 2024-04-16T05:34:26.480Z | Downloaded futures-macro v0.3.30 |
997 | 2024-04-16T05:34:26.480Z | Downloaded tar v0.4.40 |
998 | 2024-04-16T05:34:26.480Z | Downloaded ucd-trie v0.1.6 |
999 | 2024-04-16T05:34:26.484Z | Downloaded serde_with_macros v3.7.0 |
1000 | 2024-04-16T05:34:26.484Z | Downloaded p256 v0.13.2 |
1001 | 2024-04-16T05:34:26.488Z | Downloaded backtrace v0.3.69 |
1002 | 2024-04-16T05:34:26.493Z | Downloaded hostname v0.3.1 |
1003 | 2024-04-16T05:34:26.496Z | Downloaded zerocopy v0.6.6 |
1004 | 2024-04-16T05:34:26.500Z | Downloaded rfc6979 v0.4.0 |
1005 | 2024-04-16T05:34:26.500Z | Downloaded resolv-conf v0.7.0 |
1006 | 2024-04-16T05:34:26.503Z | Downloaded futures-channel v0.3.30 |
1007 | 2024-04-16T05:34:26.507Z | Downloaded want v0.3.1 |
1008 | 2024-04-16T05:34:26.507Z | Downloaded tinyvec_macros v0.1.1 |
1009 | 2024-04-16T05:34:26.507Z | Downloaded zeroize_derive v1.4.2 |
1010 | 2024-04-16T05:34:26.510Z | Downloaded dhcproto-macros v0.1.0 |
1011 | 2024-04-16T05:34:26.511Z | Downloaded pretty-hex v0.4.1 |
1012 | 2024-04-16T05:34:26.511Z | Downloaded pretty-hex v0.2.1 |
1013 | 2024-04-16T05:34:26.514Z | Downloaded futures-sink v0.3.30 |
1014 | 2024-04-16T05:34:26.514Z | Downloaded float-cmp v0.9.0 |
1015 | 2024-04-16T05:34:26.517Z | Downloaded smf v0.2.3 |
1016 | 2024-04-16T05:34:26.518Z | Downloaded postcard v1.0.8 |
1017 | 2024-04-16T05:34:26.525Z | Downloaded flagset v0.4.3 |
1018 | 2024-04-16T05:34:26.529Z | Downloaded http-body v0.4.5 |
1019 | 2024-04-16T05:34:26.529Z | Downloaded semver v1.0.22 |
1020 | 2024-04-16T05:34:26.529Z | Downloaded quick-error v1.2.3 |
1021 | 2024-04-16T05:34:26.529Z | Downloaded serde_repr v0.1.16 |
1022 | 2024-04-16T05:34:26.533Z | Downloaded predicates-core v1.0.6 |
1023 | 2024-04-16T05:34:26.533Z | Downloaded string_cache v0.8.7 |
1024 | 2024-04-16T05:34:26.533Z | Downloaded static_assertions v1.1.0 |
1025 | 2024-04-16T05:34:26.536Z | Downloaded stable_deref_trait v1.2.0 |
1026 | 2024-04-16T05:34:26.536Z | Downloaded spki v0.7.2 |
1027 | 2024-04-16T05:34:26.540Z | Downloaded foreign-types v0.5.0 |
1028 | 2024-04-16T05:34:26.540Z | Downloaded steno v0.4.0 |
1029 | 2024-04-16T05:34:26.544Z | Downloaded derive_more v0.99.17 |
1030 | 2024-04-16T05:34:26.549Z | Downloaded slab v0.4.9 |
1031 | 2024-04-16T05:34:26.553Z | Downloaded siphasher v0.3.11 |
1032 | 2024-04-16T05:34:26.553Z | Downloaded serde_arrays v0.1.0 |
1033 | 2024-04-16T05:34:26.557Z | Downloaded vec_map v0.8.2 |
1034 | 2024-04-16T05:34:26.557Z | Downloaded subprocess v0.2.9 |
1035 | 2024-04-16T05:34:26.560Z | Downloaded foreign-types-shared v0.1.1 |
1036 | 2024-04-16T05:34:26.560Z | Downloaded toolchain_find v0.4.0 |
1037 | 2024-04-16T05:34:26.561Z | Downloaded getopts v0.2.21 |
1038 | 2024-04-16T05:34:26.564Z | Downloaded take_mut v0.2.2 |
1039 | 2024-04-16T05:34:26.564Z | Downloaded futures v0.3.30 |
1040 | 2024-04-16T05:34:26.569Z | Downloaded filetime v0.2.23 |
1041 | 2024-04-16T05:34:26.572Z | Downloaded waitgroup v0.1.2 |
1042 | 2024-04-16T05:34:26.572Z | Downloaded strum v0.26.2 |
1043 | 2024-04-16T05:34:26.575Z | Downloaded display-error-chain v0.2.0 |
1044 | 2024-04-16T05:34:26.575Z | Downloaded deranged v0.3.11 |
1045 | 2024-04-16T05:34:26.579Z | Downloaded num-bigint v0.4.4 |
1046 | 2024-04-16T05:34:26.582Z | Downloaded rand_core v0.6.4 |
1047 | 2024-04-16T05:34:26.589Z | Downloaded zerocopy-derive v0.7.32 |
1048 | 2024-04-16T05:34:26.592Z | Downloaded psl-types v2.0.11 |
1049 | 2024-04-16T05:34:26.592Z | Downloaded hubpack_derive v0.1.1 |
1050 | 2024-04-16T05:34:26.592Z | Downloaded tabwriter v1.4.0 |
1051 | 2024-04-16T05:34:26.592Z | Downloaded headers-core v0.2.0 |
1052 | 2024-04-16T05:34:26.595Z | Downloaded half v2.3.1 |
1053 | 2024-04-16T05:34:26.600Z | Downloaded structopt v0.3.26 |
1054 | 2024-04-16T05:34:26.604Z | Downloaded foreign-types-shared v0.3.1 |
1055 | 2024-04-16T05:34:26.607Z | Downloaded trust-dns-client v0.22.0 |
1056 | 2024-04-16T05:34:26.610Z | Downloaded proc-macro-error-attr v1.0.4 |
1057 | 2024-04-16T05:34:26.614Z | Downloaded fnv v1.0.7 |
1058 | 2024-04-16T05:34:26.614Z | Downloaded fixedbitset v0.4.2 |
1059 | 2024-04-16T05:34:26.614Z | Downloaded scroll v0.12.0 |
1060 | 2024-04-16T05:34:26.617Z | Downloaded universal-hash v0.5.1 |
1061 | 2024-04-16T05:34:26.617Z | Downloaded scroll_derive v0.12.0 |
1062 | 2024-04-16T05:34:26.620Z | Downloaded futures-task v0.3.30 |
1063 | 2024-04-16T05:34:26.620Z | Downloaded synstructure v0.12.6 |
1064 | 2024-04-16T05:34:26.620Z | Downloaded sec1 v0.7.3 |
1065 | 2024-04-16T05:34:26.624Z | Downloaded same-file v1.0.6 |
1066 | 2024-04-16T05:34:26.624Z | Downloaded version_check v0.9.4 |
1067 | 2024-04-16T05:34:26.627Z | Downloaded stringprep v0.1.3 |
1068 | 2024-04-16T05:34:26.627Z | Downloaded getrandom v0.1.16 |
1069 | 2024-04-16T05:34:26.632Z | Downloaded dirs v5.0.1 |
1070 | 2024-04-16T05:34:26.636Z | Downloaded smallvec v1.13.1 |
1071 | 2024-04-16T05:34:26.636Z | Downloaded mio v0.8.11 |
1072 | 2024-04-16T05:34:26.640Z | Downloaded subtle v2.5.0 |
1073 | 2024-04-16T05:34:26.646Z | Downloaded tungstenite v0.20.1 |
1074 | 2024-04-16T05:34:26.649Z | Downloaded elliptic-curve v0.13.8 |
1075 | 2024-04-16T05:34:26.649Z | Downloaded time-core v0.1.2 |
1076 | 2024-04-16T05:34:26.649Z | Downloaded tokio-util v0.7.10 |
1077 | 2024-04-16T05:34:26.656Z | Downloaded sync_wrapper v0.1.2 |
1078 | 2024-04-16T05:34:26.659Z | Downloaded sigpipe v0.1.3 |
1079 | 2024-04-16T05:34:26.659Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1080 | 2024-04-16T05:34:26.660Z | Downloaded scopeguard v1.2.0 |
1081 | 2024-04-16T05:34:26.663Z | Downloaded slog-json v2.6.1 |
1082 | 2024-04-16T05:34:26.663Z | Downloaded serde_path_to_error v0.1.16 |
1083 | 2024-04-16T05:34:26.666Z | Downloaded tokio-rustls v0.24.1 |
1084 | 2024-04-16T05:34:26.670Z | Downloaded signal-hook v0.3.17 |
1085 | 2024-04-16T05:34:26.673Z | Downloaded spin v0.9.8 |
1086 | 2024-04-16T05:34:26.673Z | Downloaded schemars_derive v0.8.16 |
1087 | 2024-04-16T05:34:26.677Z | Downloaded rustls-pki-types v1.3.0 |
1088 | 2024-04-16T05:34:26.677Z | Downloaded time-macros v0.2.17 |
1089 | 2024-04-16T05:34:26.680Z | Downloaded uuid v1.8.0 |
1090 | 2024-04-16T05:34:26.683Z | Downloaded precomputed-hash v0.1.1 |
1091 | 2024-04-16T05:34:26.684Z | Downloaded foreign-types-macros v0.2.3 |
1092 | 2024-04-16T05:34:26.684Z | Downloaded predicates v3.1.0 |
1093 | 2024-04-16T05:34:26.687Z | Downloaded powerfmt v0.2.0 |
1094 | 2024-04-16T05:34:26.687Z | Downloaded dirs-sys-next v0.1.2 |
1095 | 2024-04-16T05:34:26.690Z | Downloaded tinyvec v1.6.0 |
1096 | 2024-04-16T05:34:26.694Z | Downloaded futures-executor v0.3.30 |
1097 | 2024-04-16T05:34:26.694Z | Downloaded rand_core v0.5.1 |
1098 | 2024-04-16T05:34:26.697Z | Downloaded rand_chacha v0.3.1 |
1099 | 2024-04-16T05:34:26.697Z | Downloaded rand_chacha v0.2.2 |
1100 | 2024-04-16T05:34:26.697Z | Downloaded form_urlencoded v1.2.1 |
1101 | 2024-04-16T05:34:26.697Z | Downloaded hmac v0.12.1 |
1102 | 2024-04-16T05:34:26.701Z | Downloaded serde_derive_internals v0.26.0 |
1103 | 2024-04-16T05:34:26.701Z | Downloaded diesel_derives v2.1.2 |
1104 | 2024-04-16T05:34:26.704Z | Downloaded proc-macro-error v1.0.4 |
1105 | 2024-04-16T05:34:26.708Z | Downloaded dof v0.3.0 |
1106 | 2024-04-16T05:34:26.711Z | Downloaded rustc-demangle v0.1.23 |
1107 | 2024-04-16T05:34:26.711Z | Downloaded strum_macros v0.25.2 |
1108 | 2024-04-16T05:34:26.720Z | Downloaded either v1.11.0 |
1109 | 2024-04-16T05:34:26.720Z | Downloaded signal-hook-mio v0.2.3 |
1110 | 2024-04-16T05:34:26.723Z | Downloaded clap_builder v4.5.2 |
1111 | 2024-04-16T05:34:26.723Z | Downloaded embedded-io v0.4.0 |
1112 | 2024-04-16T05:34:26.726Z | Downloaded hashbrown v0.12.3 |
1113 | 2024-04-16T05:34:26.730Z | Downloaded ff v0.13.0 |
1114 | 2024-04-16T05:34:26.733Z | Downloaded rustfmt-wrapper v0.2.1 |
1115 | 2024-04-16T05:34:26.733Z | Downloaded uuid v0.8.2 |
1116 | 2024-04-16T05:34:26.737Z | Downloaded ppv-lite86 v0.2.17 |
1117 | 2024-04-16T05:34:26.737Z | Downloaded untrusted v0.7.1 |
1118 | 2024-04-16T05:34:26.741Z | Downloaded trust-dns-resolver v0.22.0 |
1119 | 2024-04-16T05:34:26.745Z | Downloaded signature v2.1.0 |
1120 | 2024-04-16T05:34:26.745Z | Downloaded signal-hook-registry v1.4.1 |
1121 | 2024-04-16T05:34:26.745Z | Downloaded unicode-xid v0.2.4 |
1122 | 2024-04-16T05:34:26.748Z | Downloaded getrandom v0.2.12 |
1123 | 2024-04-16T05:34:26.752Z | Downloaded futures-io v0.3.30 |
1124 | 2024-04-16T05:34:26.752Z | Downloaded sct v0.7.0 |
1125 | 2024-04-16T05:34:26.755Z | Downloaded slog-term v2.9.1 |
1126 | 2024-04-16T05:34:26.759Z | Downloaded http v0.2.12 |
1127 | 2024-04-16T05:34:26.767Z | Downloaded rustls-pemfile v2.1.2 |
1128 | 2024-04-16T05:34:26.767Z | Downloaded thread_local v1.1.7 |
1129 | 2024-04-16T05:34:26.768Z | Downloaded thread-id v4.2.0 |
1130 | 2024-04-16T05:34:26.768Z | Downloaded der_derive v0.7.2 |
1131 | 2024-04-16T05:34:26.768Z | Downloaded russh v0.42.0 |
1132 | 2024-04-16T05:34:26.772Z | Downloaded russh-keys v0.42.0 |
1133 | 2024-04-16T05:34:26.775Z | Downloaded httparse v1.8.0 |
1134 | 2024-04-16T05:34:26.781Z | Downloaded ghash v0.5.0 |
1135 | 2024-04-16T05:34:26.781Z | Downloaded proc-macro2 v1.0.80 |
1136 | 2024-04-16T05:34:26.784Z | Downloaded usdt-macro v0.3.5 |
1137 | 2024-04-16T05:34:26.785Z | Downloaded tracing-attributes v0.1.27 |
1138 | 2024-04-16T05:34:26.785Z | Downloaded publicsuffix v2.2.3 |
1139 | 2024-04-16T05:34:26.788Z | Downloaded nom v7.1.3 |
1140 | 2024-04-16T05:34:26.792Z | Downloaded flume v0.11.0 |
1141 | 2024-04-16T05:34:26.795Z | Downloaded dirs-sys v0.4.1 |
1142 | 2024-04-16T05:34:26.798Z | Downloaded http v1.0.0 |
1143 | 2024-04-16T05:34:26.802Z | Downloaded usdt-impl v0.5.0 |
1144 | 2024-04-16T05:34:26.802Z | Downloaded serde v1.0.197 |
1145 | 2024-04-16T05:34:26.805Z | Downloaded ed25519-dalek v2.0.0 |
1146 | 2024-04-16T05:34:26.808Z | Downloaded flate2 v1.0.28 |
1147 | 2024-04-16T05:34:26.813Z | Downloaded serde_json v1.0.116 |
1148 | 2024-04-16T05:34:26.821Z | Downloaded headers v0.3.9 |
1149 | 2024-04-16T05:34:26.826Z | Downloaded der v0.7.8 |
1150 | 2024-04-16T05:34:26.831Z | Downloaded toml_edit v0.22.9 |
1151 | 2024-04-16T05:34:26.854Z | Downloaded serde_derive v1.0.197 |
1152 | 2024-04-16T05:34:26.858Z | Downloaded heapless v0.8.0 |
1153 | 2024-04-16T05:34:26.861Z | Downloaded regex-automata v0.1.10 |
1154 | 2024-04-16T05:34:26.866Z | Downloaded rand v0.8.5 |
1155 | 2024-04-16T05:34:26.870Z | Downloaded serde_with v3.7.0 |
1156 | 2024-04-16T05:34:26.878Z | Downloaded hashbrown v0.14.3 |
1157 | 2024-04-16T05:34:26.884Z | Downloaded rustls-webpki v0.102.1 |
1158 | 2024-04-16T05:34:26.904Z | Downloaded unsafe-libyaml v0.2.10 |
1159 | 2024-04-16T05:34:26.907Z | Downloaded heapless v0.7.16 |
1160 | 2024-04-16T05:34:26.911Z | Downloaded clap v2.34.0 |
1161 | 2024-04-16T05:34:26.917Z | Downloaded rayon v1.10.0 |
1162 | 2024-04-16T05:34:26.927Z | Downloaded unicode-segmentation v1.10.1 |
1163 | 2024-04-16T05:34:26.931Z | Downloaded time v0.3.34 |
1164 | 2024-04-16T05:34:26.937Z | Downloaded unicode-normalization v0.1.22 |
1165 | 2024-04-16T05:34:26.941Z | Downloaded rustls-webpki v0.101.7 |
1166 | 2024-04-16T05:34:26.956Z | Downloaded hyper v0.14.28 |
1167 | 2024-04-16T05:34:26.964Z | Downloaded petgraph v0.6.4 |
1168 | 2024-04-16T05:34:26.978Z | Downloaded idna v0.2.3 |
1169 | 2024-04-16T05:34:26.984Z | Downloaded rand v0.7.3 |
1170 | 2024-04-16T05:34:26.989Z | Downloaded chrono v0.4.38 |
1171 | 2024-04-16T05:34:26.996Z | Downloaded curve25519-dalek v4.1.2 |
1172 | 2024-04-16T05:34:27.005Z | Downloaded webpki-roots v0.25.2 |
1173 | 2024-04-16T05:34:27.009Z | Downloaded idna v0.5.0 |
1174 | 2024-04-16T05:34:27.016Z | Downloaded p521 v0.13.3 |
1175 | 2024-04-16T05:34:27.020Z | Downloaded toml_edit v0.19.15 |
1176 | 2024-04-16T05:34:27.036Z | Downloaded h2 v0.3.26 |
1177 | 2024-04-16T05:34:27.046Z | Downloaded bstr v0.2.17 |
1178 | 2024-04-16T05:34:27.052Z | Downloaded smoltcp v0.9.1 |
1179 | 2024-04-16T05:34:27.064Z | Downloaded zerocopy v0.7.32 |
1180 | 2024-04-16T05:34:27.081Z | Downloaded reqwest v0.11.24 |
1181 | 2024-04-16T05:34:27.088Z | Downloaded hkdf v0.12.4 |
1182 | 2024-04-16T05:34:27.097Z | Downloaded bstr v1.9.0 |
1183 | 2024-04-16T05:34:27.102Z | Downloaded gimli v0.28.0 |
1184 | 2024-04-16T05:34:27.111Z | Downloaded vcpkg v0.2.15 |
1185 | 2024-04-16T05:34:27.151Z | Downloaded diesel v2.1.5 |
1186 | 2024-04-16T05:34:27.171Z | Downloaded regress v0.9.1 |
1187 | 2024-04-16T05:34:27.181Z | Downloaded syn v1.0.109 |
1188 | 2024-04-16T05:34:27.193Z | Downloaded syn v2.0.59 |
1189 | 2024-04-16T05:34:27.205Z | Downloaded sled v0.34.7 |
1190 | 2024-04-16T05:34:27.216Z | Downloaded rustls v0.21.9 |
1191 | 2024-04-16T05:34:27.233Z | Downloaded openapiv3 v2.0.0 |
1192 | 2024-04-16T05:34:27.244Z | Downloaded rustls v0.22.2 |
1193 | 2024-04-16T05:34:27.257Z | Downloaded regex-syntax v0.8.2 |
1194 | 2024-04-16T05:34:27.265Z | Downloaded regex-automata v0.4.5 |
1195 | 2024-04-16T05:34:27.285Z | Downloaded zerocopy-derive v0.6.6 |
1196 | 2024-04-16T05:34:27.295Z | Downloaded zerocopy-derive v0.2.0 |
1197 | 2024-04-16T05:34:27.304Z | Downloaded tokio v1.37.0 |
1198 | 2024-04-16T05:34:27.342Z | Downloaded libc v0.2.153 |
1199 | 2024-04-16T05:34:27.371Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1200 | 2024-04-16T05:34:27.384Z | Downloaded rustix v0.38.31 |
1201 | 2024-04-16T05:34:27.409Z | Downloaded sha3 v0.10.8 |
1202 | 2024-04-16T05:34:27.413Z | Downloaded radix_trie v0.2.1 |
1203 | 2024-04-16T05:34:27.419Z | Downloaded winapi v0.3.9 |
1204 | 2024-04-16T05:34:27.467Z | Downloaded regex v1.10.4 |
1205 | 2024-04-16T05:34:27.480Z | Downloaded encoding_rs v0.8.33 |
1206 | 2024-04-16T05:34:27.502Z | Downloaded trust-dns-proto v0.22.0 |
1207 | 2024-04-16T05:34:27.515Z | Downloaded smoltcp v0.11.0 |
1208 | 2024-04-16T05:34:27.529Z | Downloaded futures-util v0.3.30 |
1209 | 2024-04-16T05:34:27.555Z | Downloaded idna v0.3.0 |
1210 | 2024-04-16T05:34:27.563Z | Downloaded tabled v0.15.0 |
1211 | 2024-04-16T05:34:27.579Z | Downloaded openssl v0.10.64 |
1212 | 2024-04-16T05:34:27.590Z | Downloaded object v0.32.1 |
1213 | 2024-04-16T05:34:27.601Z | Downloaded trust-dns-server v0.22.1 |
1214 | 2024-04-16T05:34:27.611Z | Downloaded goblin v0.8.0 |
1215 | 2024-04-16T05:34:27.614Z | Downloaded winnow v0.5.15 |
1216 | 2024-04-16T05:34:27.622Z | Downloaded winnow v0.6.1 |
1217 | 2024-04-16T05:34:27.631Z | Downloaded blake3 v1.5.0 |
1218 | 2024-04-16T05:34:27.639Z | Downloaded expectorate v1.1.0 |
1219 | 2024-04-16T05:34:27.643Z | Downloaded tracing v0.1.40 |
1220 | 2024-04-16T05:34:27.647Z | Downloaded tokio-postgres v0.7.10 |
1221 | 2024-04-16T05:34:27.652Z | Downloaded unicode-ident v1.0.12 |
1222 | 2024-04-16T05:34:27.656Z | Downloaded typenum v1.16.0 |
1223 | 2024-04-16T05:34:27.659Z | Downloaded toml v0.8.12 |
1224 | 2024-04-16T05:34:27.663Z | Downloaded digest v0.10.7 |
1225 | 2024-04-16T05:34:27.666Z | Downloaded toml v0.7.8 |
1226 | 2024-04-16T05:34:27.670Z | Downloaded similar v2.4.0 |
1227 | 2024-04-16T05:34:27.678Z | Downloaded thiserror-no-std v2.0.2 |
1228 | 2024-04-16T05:34:27.693Z | Downloaded strsim v0.8.0 |
1229 | 2024-04-16T05:34:27.693Z | Downloaded hex-literal v0.4.1 |
1230 | 2024-04-16T05:34:27.693Z | Downloaded difflib v0.4.0 |
1231 | 2024-04-16T05:34:27.693Z | Downloaded topological-sort v0.2.2 |
1232 | 2024-04-16T05:34:27.693Z | Downloaded walkdir v2.5.0 |
1233 | 2024-04-16T05:34:27.694Z | Downloaded zone v0.1.8 |
1234 | 2024-04-16T05:34:27.694Z | Downloaded pest v2.7.6 |
1235 | 2024-04-16T05:34:27.709Z | Downloaded tungstenite v0.21.0 |
1236 | 2024-04-16T05:34:27.709Z | Downloaded minimal-lexical v0.2.1 |
1237 | 2024-04-16T05:34:27.709Z | Downloaded scheduled-thread-pool v0.2.7 |
1238 | 2024-04-16T05:34:27.709Z | Downloaded ron v0.7.1 |
1239 | 2024-04-16T05:34:27.709Z | Downloaded schemars v0.8.16 |
1240 | 2024-04-16T05:34:27.714Z | Downloaded ring v0.17.8 |
1241 | 2024-04-16T05:34:27.785Z | Downloaded ring v0.16.20 |
1242 | 2024-04-16T05:34:27.867Z | Downloaded unicode-bidi v0.3.15 |
1243 | 2024-04-16T05:34:27.870Z | Downloaded serde_yaml v0.9.25 |
1244 | 2024-04-16T05:34:27.874Z | Downloaded ryu v1.0.15 |
1245 | 2024-04-16T05:34:27.877Z | Downloaded memchr v2.7.1 |
1246 | 2024-04-16T05:34:27.881Z | Downloaded zone_cfg_derive v0.1.2 |
1247 | 2024-04-16T05:34:27.881Z | Downloaded tokio-rustls v0.25.0 |
1248 | 2024-04-16T05:34:27.884Z | Downloaded sha2 v0.10.8 |
1249 | 2024-04-16T05:34:27.884Z | Downloaded crossterm v0.27.0 |
1250 | 2024-04-16T05:34:27.890Z | Downloaded rcgen v0.12.1 |
1251 | 2024-04-16T05:34:27.893Z | Downloaded rayon-core v1.12.1 |
1252 | 2024-04-16T05:34:27.897Z | Downloaded hyper-rustls v0.24.2 |
1253 | 2024-04-16T05:34:27.900Z | Downloaded home v0.5.5 |
1254 | 2024-04-16T05:34:27.900Z | Downloaded proc-macro-crate v1.3.1 |
1255 | 2024-04-16T05:34:27.900Z | Downloaded primeorder v0.13.6 |
1256 | 2024-04-16T05:34:27.903Z | Downloaded tokio-macros v2.2.0 |
1257 | 2024-04-16T05:34:27.903Z | Downloaded slog v2.7.0 |
1258 | 2024-04-16T05:34:27.906Z | Downloaded indexmap v2.2.6 |
1259 | 2024-04-16T05:34:27.910Z | Downloaded papergrid v0.11.0 |
1260 | 2024-04-16T05:34:27.914Z | Downloaded dyn-clone v1.0.17 |
1261 | 2024-04-16T05:34:27.914Z | Downloaded dirs-next v2.0.0 |
1262 | 2024-04-16T05:34:27.920Z | Downloaded zip v0.6.6 |
1263 | 2024-04-16T05:34:27.924Z | Downloaded serde_spanned v0.6.5 |
1264 | 2024-04-16T05:34:27.924Z | Downloaded humantime v2.1.0 |
1265 | 2024-04-16T05:34:27.924Z | Downloaded futures-core v0.3.30 |
1266 | 2024-04-16T05:34:27.924Z | Downloaded usdt-impl v0.3.5 |
1267 | 2024-04-16T05:34:27.924Z | Downloaded thiserror-impl-no-std v2.0.2 |
1268 | 2024-04-16T05:34:27.928Z | Downloaded toml_datetime v0.6.5 |
1269 | 2024-04-16T05:34:27.928Z | Downloaded fastrand v2.0.1 |
1270 | 2024-04-16T05:34:27.928Z | Downloaded openssl-sys v0.9.102 |
1271 | 2024-04-16T05:34:27.932Z | Downloaded dhcproto v0.11.0 |
1272 | 2024-04-16T05:34:27.937Z | Downloaded url v2.5.0 |
1273 | 2024-04-16T05:34:27.937Z | Downloaded crossbeam-channel v0.5.8 |
1274 | 2024-04-16T05:34:27.941Z | Downloaded toml v0.5.11 |
1275 | 2024-04-16T05:34:27.944Z | Downloaded whoami v1.5.1 |
1276 | 2024-04-16T05:34:27.948Z | Downloaded try-lock v0.2.4 |
1277 | 2024-04-16T05:34:27.948Z | Downloaded libm v0.2.7 |
1278 | 2024-04-16T05:34:27.955Z | Downloaded postgres-protocol v0.6.6 |
1279 | 2024-04-16T05:34:27.958Z | Downloaded ipnet v2.9.0 |
1280 | 2024-04-16T05:34:27.958Z | Downloaded serde_tokenstream v0.2.0 |
1281 | 2024-04-16T05:34:27.962Z | Downloaded serde_tokenstream v0.1.7 |
1282 | 2024-04-16T05:34:27.965Z | Downloaded hyper-tls v0.5.0 |
1283 | 2024-04-16T05:34:27.965Z | Downloaded gethostname v0.4.3 |
1284 | 2024-04-16T05:34:27.965Z | Downloaded omicron-zone-package v0.11.0 |
1285 | 2024-04-16T05:34:27.969Z | Downloaded miniz_oxide v0.7.1 |
1286 | 2024-04-16T05:34:27.973Z | Downloaded base64 v0.22.0 |
1287 | 2024-04-16T05:34:27.976Z | Downloaded pest_meta v2.7.6 |
1288 | 2024-04-16T05:34:27.976Z | Downloaded base64 v0.21.7 |
1289 | 2024-04-16T05:34:27.982Z | Downloaded erased-serde v0.3.31 |
1290 | 2024-04-16T05:34:27.986Z | Downloaded env_logger v0.9.3 |
1291 | 2024-04-16T05:34:27.986Z | Downloaded tracing-core v0.1.32 |
1292 | 2024-04-16T05:34:27.986Z | Downloaded tokio-stream v0.1.15 |
1293 | 2024-04-16T05:34:27.993Z | Downloaded thiserror v1.0.58 |
1294 | 2024-04-16T05:34:27.997Z | Downloaded tempfile v3.10.1 |
1295 | 2024-04-16T05:34:27.997Z | Downloaded strum_macros v0.26.1 |
1296 | 2024-04-16T05:34:28.002Z | Downloaded strsim v0.10.0 |
1297 | 2024-04-16T05:34:28.002Z | Downloaded parking_lot v0.12.1 |
1298 | 2024-04-16T05:34:28.006Z | Downloaded num-traits v0.2.18 |
1299 | 2024-04-16T05:34:28.006Z | Downloaded usdt-attr-macro v0.3.5 |
1300 | 2024-04-16T05:34:28.006Z | Downloaded owo-colors v4.0.0 |
1301 | 2024-04-16T05:34:28.011Z | Downloaded num-rational v0.4.1 |
1302 | 2024-04-16T05:34:28.011Z | Downloaded itertools v0.12.1 |
1303 | 2024-04-16T05:34:28.015Z | Downloaded slog-bunyan v2.5.0 |
1304 | 2024-04-16T05:34:28.019Z | Downloaded heck v0.5.0 |
1305 | 2024-04-16T05:34:28.019Z | Downloaded heck v0.4.1 |
1306 | 2024-04-16T05:34:28.019Z | Downloaded heck v0.3.3 |
1307 | 2024-04-16T05:34:28.024Z | Downloaded fallible-iterator v0.2.0 |
1308 | 2024-04-16T05:34:28.024Z | Downloaded enum-as-inner v0.5.1 |
1309 | 2024-04-16T05:34:28.024Z | Downloaded byteorder v1.5.0 |
1310 | 2024-04-16T05:34:28.028Z | Downloaded paste v1.0.14 |
1311 | 2024-04-16T05:34:28.028Z | Downloaded equivalent v1.0.1 |
1312 | 2024-04-16T05:34:28.028Z | Downloaded usdt v0.3.5 |
1313 | 2024-04-16T05:34:28.028Z | Downloaded pem-rfc7468 v0.7.0 |
1314 | 2024-04-16T05:34:28.032Z | Downloaded mime_guess v2.0.4 |
1315 | 2024-04-16T05:34:28.033Z | Downloaded usdt v0.5.0 |
1316 | 2024-04-16T05:34:28.033Z | Downloaded md-5 v0.10.5 |
1317 | 2024-04-16T05:34:28.038Z | Downloaded blake2 v0.10.6 |
1318 | 2024-04-16T05:34:28.038Z | Downloaded pbkdf2 v0.11.0 |
1319 | 2024-04-16T05:34:28.043Z | Downloaded num_enum_derive v0.5.11 |
1320 | 2024-04-16T05:34:28.043Z | Downloaded tokio-tungstenite v0.20.1 |
1321 | 2024-04-16T05:34:28.043Z | Downloaded tokio-native-tls v0.3.1 |
1322 | 2024-04-16T05:34:28.043Z | Downloaded term v0.7.0 |
1323 | 2024-04-16T05:34:28.047Z | Downloaded generic-array v0.14.7 |
1324 | 2024-04-16T05:34:28.047Z | Downloaded dof v0.1.5 |
1325 | 2024-04-16T05:34:28.047Z | Downloaded nibble_vec v0.1.0 |
1326 | 2024-04-16T05:34:28.052Z | Downloaded num v0.4.2 |
1327 | 2024-04-16T05:34:28.052Z | Downloaded pest_generator v2.7.6 |
1328 | 2024-04-16T05:34:28.052Z | Downloaded parse-display v0.9.0 |
1329 | 2024-04-16T05:34:28.052Z | Downloaded clap v4.5.4 |
1330 | 2024-04-16T05:34:28.069Z | Downloaded clap_derive v4.5.4 |
1331 | 2024-04-16T05:34:28.069Z | Downloaded blowfish v0.9.1 |
1332 | 2024-04-16T05:34:28.069Z | Downloaded memmap2 v0.7.1 |
1333 | 2024-04-16T05:34:28.069Z | Downloaded camino-tempfile v1.1.1 |
1334 | 2024-04-16T05:34:28.069Z | Downloaded camino v1.1.6 |
1335 | 2024-04-16T05:34:28.069Z | Downloaded percent-encoding v2.3.1 |
1336 | 2024-04-16T05:34:28.069Z | Downloaded mime v0.3.17 |
1337 | 2024-04-16T05:34:28.073Z | Downloaded crc32fast v1.3.2 |
1338 | 2024-04-16T05:34:28.073Z | Downloaded base16ct v0.2.0 |
1339 | 2024-04-16T05:34:28.073Z | Downloaded parking_lot_core v0.9.8 |
1340 | 2024-04-16T05:34:28.078Z | Downloaded slog-scope v4.4.0 |
1341 | 2024-04-16T05:34:28.078Z | Downloaded num_threads v0.1.6 |
1342 | 2024-04-16T05:34:28.078Z | Downloaded newtype_derive v0.1.6 |
1343 | 2024-04-16T05:34:28.078Z | Downloaded bitstruct v0.1.1 |
1344 | 2024-04-16T05:34:28.078Z | Downloaded bzip2 v0.4.4 |
1345 | 2024-04-16T05:34:28.081Z | Downloaded autocfg v1.1.0 |
1346 | 2024-04-16T05:34:28.081Z | Downloaded option-ext v0.2.0 |
1347 | 2024-04-16T05:34:28.081Z | Downloaded async-trait v0.1.80 |
1348 | 2024-04-16T05:34:28.085Z | Downloaded clap_lex v0.7.0 |
1349 | 2024-04-16T05:34:28.085Z | Downloaded bcrypt-pbkdf v0.10.0 |
1350 | 2024-04-16T05:34:28.085Z | Downloaded bitflags v1.3.2 |
1351 | 2024-04-16T05:34:28.089Z | Downloaded num_cpus v1.16.0 |
1352 | 2024-04-16T05:34:28.092Z | Downloaded constant_time_eq v0.3.0 |
1353 | 2024-04-16T05:34:28.093Z | Downloaded num-conv v0.1.0 |
1354 | 2024-04-16T05:34:28.093Z | Downloaded normalize-line-endings v0.3.0 |
1355 | 2024-04-16T05:34:28.096Z | Downloaded md5 v0.7.0 |
1356 | 2024-04-16T05:34:28.096Z | Downloaded matches v0.1.10 |
1357 | 2024-04-16T05:34:28.096Z | Downloaded lock_api v0.4.10 |
1358 | 2024-04-16T05:34:28.096Z | Downloaded instant v0.1.12 |
1359 | 2024-04-16T05:34:28.100Z | Downloaded cobs v0.2.3 |
1360 | 2024-04-16T05:34:28.100Z | Downloaded keccak v0.1.4 |
1361 | 2024-04-16T05:34:28.100Z | Downloaded cstr-argument v0.1.2 |
1362 | 2024-04-16T05:34:28.100Z | Downloaded atomicwrites v0.4.3 |
1363 | 2024-04-16T05:34:28.100Z | Downloaded libsw v3.3.1 |
1364 | 2024-04-16T05:34:28.104Z | Downloaded libefi-sys v0.1.0 |
1365 | 2024-04-16T05:34:28.104Z | Downloaded lalrpop-util v0.19.12 |
1366 | 2024-04-16T05:34:28.104Z | Downloaded itoa v1.0.9 |
1367 | 2024-04-16T05:34:28.104Z | Downloaded curve25519-dalek-derive v0.1.0 |
1368 | 2024-04-16T05:34:28.114Z | Downloaded convert_case v0.4.0 |
1369 | 2024-04-16T05:34:28.114Z | Downloaded cbc v0.1.2 |
1370 | 2024-04-16T05:34:28.114Z | Downloaded anstyle-parse v0.2.1 |
1371 | 2024-04-16T05:34:28.114Z | Downloaded allocator-api2 v0.2.16 |
1372 | 2024-04-16T05:34:28.122Z | Downloaded aes v0.8.3 |
1373 | 2024-04-16T05:34:28.565Z | Compiling proc-macro2 v1.0.80 |
1374 | 2024-04-16T05:34:28.569Z | Compiling unicode-ident v1.0.12 |
1375 | 2024-04-16T05:34:28.569Z | Compiling libc v0.2.153 |
1376 | 2024-04-16T05:34:28.569Z | Compiling serde v1.0.197 |
1377 | 2024-04-16T05:34:28.569Z | Compiling version_check v0.9.4 |
1378 | 2024-04-16T05:34:28.569Z | Compiling cfg-if v1.0.0 |
1379 | 2024-04-16T05:34:28.611Z | Compiling autocfg v1.1.0 |
1380 | 2024-04-16T05:34:28.848Z | Compiling syn v1.0.109 |
1381 | 2024-04-16T05:34:28.885Z | Compiling once_cell v1.19.0 |
1382 | 2024-04-16T05:34:28.906Z | Compiling thiserror v1.0.58 |
1383 | 2024-04-16T05:34:29.304Z | Compiling typenum v1.16.0 |
1384 | 2024-04-16T05:34:29.479Z | Compiling parking_lot_core v0.9.8 |
1385 | 2024-04-16T05:34:29.529Z | Compiling lock_api v0.4.10 |
1386 | 2024-04-16T05:34:29.906Z | Compiling generic-array v0.14.7 |
1387 | 2024-04-16T05:34:29.930Z | Compiling byteorder v1.5.0 |
1388 | 2024-04-16T05:34:29.933Z | Compiling libm v0.2.7 |
1389 | 2024-04-16T05:34:29.984Z | Compiling memchr v2.7.1 |
1390 | 2024-04-16T05:34:30.236Z | Compiling serde_json v1.0.116 |
1391 | 2024-04-16T05:34:30.299Z | Compiling num-traits v0.2.18 |
1392 | 2024-04-16T05:34:30.319Z | Compiling ahash v0.8.8 |
1393 | 2024-04-16T05:34:30.563Z | Compiling log v0.4.21 |
1394 | 2024-04-16T05:34:30.629Z | Compiling itoa v1.0.9 |
1395 | 2024-04-16T05:34:30.858Z | Compiling quote v1.0.36 |
1396 | 2024-04-16T05:34:31.126Z | Compiling getrandom v0.2.12 |
1397 | 2024-04-16T05:34:31.151Z | Compiling scopeguard v1.2.0 |
1398 | 2024-04-16T05:34:31.284Z | Compiling syn v2.0.59 |
1399 | 2024-04-16T05:34:31.447Z | Compiling cc v1.0.83 |
1400 | 2024-04-16T05:34:31.604Z | Compiling rand_core v0.6.4 |
1401 | 2024-04-16T05:34:31.728Z | Compiling slab v0.4.9 |
1402 | 2024-04-16T05:34:32.190Z | Compiling smallvec v1.13.1 |
1403 | 2024-04-16T05:34:32.347Z | Compiling ryu v1.0.15 |
1404 | 2024-04-16T05:34:32.523Z | Compiling allocator-api2 v0.2.16 |
1405 | 2024-04-16T05:34:32.661Z | Compiling pin-project-lite v0.2.13 |
1406 | 2024-04-16T05:34:32.687Z | Compiling subtle v2.5.0 |
1407 | 2024-04-16T05:34:32.795Z | Compiling heck v0.4.1 |
1408 | 2024-04-16T05:34:33.038Z | Compiling pkg-config v0.3.27 |
1409 | 2024-04-16T05:34:33.257Z | Compiling parking_lot v0.12.1 |
1410 | 2024-04-16T05:34:33.361Z | Compiling schemars v0.8.16 |
1411 | 2024-04-16T05:34:33.684Z | Compiling signal-hook-registry v1.4.1 |
1412 | 2024-04-16T05:34:33.857Z | Compiling mio v0.8.11 |
1413 | 2024-04-16T05:34:34.199Z | Compiling equivalent v1.0.1 |
1414 | 2024-04-16T05:34:34.330Z | Compiling ring v0.17.8 |
1415 | 2024-04-16T05:34:34.402Z | Compiling socket2 v0.5.6 |
1416 | 2024-04-16T05:34:34.532Z | Compiling num_cpus v1.16.0 |
1417 | 2024-04-16T05:34:34.653Z | Compiling time-core v0.1.2 |
1418 | 2024-04-16T05:34:34.831Z | Compiling num-conv v0.1.0 |
1419 | 2024-04-16T05:34:35.091Z | Compiling futures-core v0.3.30 |
1420 | 2024-04-16T05:34:35.114Z | Compiling time-macros v0.2.17 |
1421 | 2024-04-16T05:34:35.436Z | Compiling vcpkg v0.2.15 |
1422 | 2024-04-16T05:34:35.508Z | Compiling httparse v1.8.0 |
1423 | 2024-04-16T05:34:35.565Z | Compiling const-oid v0.9.6 |
1424 | 2024-04-16T05:34:37.277Z | Compiling fnv v1.0.7 |
1425 | 2024-04-16T05:34:37.350Z | Compiling futures-sink v0.3.30 |
1426 | 2024-04-16T05:34:37.408Z | Compiling spin v0.5.2 |
1427 | 2024-04-16T05:34:37.520Z | Compiling ring v0.16.20 |
1428 | 2024-04-16T05:34:37.598Z | Compiling openssl-sys v0.9.102 |
1429 | 2024-04-16T05:34:37.757Z | Compiling futures-channel v0.3.30 |
1430 | 2024-04-16T05:34:38.081Z | Compiling pin-utils v0.1.0 |
1431 | 2024-04-16T05:34:38.164Z | Compiling serde_derive_internals v0.26.0 |
1432 | 2024-04-16T05:34:38.187Z | Compiling futures-io v0.3.30 |
1433 | 2024-04-16T05:34:38.501Z | Compiling futures-task v0.3.30 |
1434 | 2024-04-16T05:34:38.578Z | Compiling slog v2.7.0 |
1435 | 2024-04-16T05:34:39.008Z | Compiling openssl v0.10.64 |
1436 | 2024-04-16T05:34:39.014Z | Compiling ucd-trie v0.1.6 |
1437 | 2024-04-16T05:34:39.015Z | Compiling semver v1.0.22 |
1438 | 2024-04-16T05:34:39.015Z | Compiling iana-time-zone v0.1.57 |
1439 | 2024-04-16T05:34:39.033Z | Compiling rustix v0.38.31 |
1440 | 2024-04-16T05:34:39.165Z | Compiling native-tls v0.2.11 |
1441 | 2024-04-16T05:34:39.328Z | Compiling rustls v0.21.9 |
1442 | 2024-04-16T05:34:39.571Z | Compiling tinyvec_macros v0.1.1 |
1443 | 2024-04-16T05:34:39.616Z | Compiling cpufeatures v0.2.12 |
1444 | 2024-04-16T05:34:39.716Z | Compiling tinyvec v1.6.0 |
1445 | 2024-04-16T05:34:39.719Z | Compiling backtrace v0.3.69 |
1446 | 2024-04-16T05:34:39.775Z | Compiling cookie v0.17.0 |
1447 | 2024-04-16T05:34:40.351Z | Compiling aho-corasick v1.1.2 |
1448 | 2024-04-16T05:34:40.372Z | Compiling uuid v0.8.2 |
1449 | 2024-04-16T05:34:40.750Z | Compiling regex-syntax v0.8.2 |
1450 | 2024-04-16T05:34:40.949Z | Compiling dyn-clone v1.0.17 |
1451 | 2024-04-16T05:34:41.048Z | Compiling unicode-bidi v0.3.15 |
1452 | 2024-04-16T05:34:41.151Z | Compiling unicode-normalization v0.1.22 |
1453 | 2024-04-16T05:34:41.178Z | Compiling crossbeam-utils v0.8.19 |
1454 | 2024-04-16T05:34:41.793Z | Compiling anyhow v1.0.82 |
1455 | 2024-04-16T05:34:42.157Z | Compiling ppv-lite86 v0.2.17 |
1456 | 2024-04-16T05:34:42.256Z | Compiling tracing-core v0.1.32 |
1457 | 2024-04-16T05:34:43.679Z | Compiling percent-encoding v2.3.1 |
1458 | 2024-04-16T05:34:44.120Z | Compiling regex-automata v0.4.5 |
1459 | 2024-04-16T05:34:44.428Z | Compiling rand_chacha v0.3.1 |
1460 | 2024-04-16T05:34:45.327Z | Compiling serde_derive v1.0.197 |
1461 | 2024-04-16T05:34:45.414Z | Compiling zeroize_derive v1.4.2 |
1462 | 2024-04-16T05:34:45.581Z | Compiling zerocopy-derive v0.7.32 |
1463 | 2024-04-16T05:34:45.611Z | Compiling thiserror-impl v1.0.58 |
1464 | 2024-04-16T05:34:45.879Z | Compiling tokio-macros v2.2.0 |
1465 | 2024-04-16T05:34:46.312Z | Compiling futures-macro v0.3.30 |
1466 | 2024-04-16T05:34:47.098Z | Compiling zeroize v1.7.0 |
1467 | 2024-04-16T05:34:47.232Z | Compiling tracing-attributes v0.1.27 |
1468 | 2024-04-16T05:34:47.637Z | Compiling schemars_derive v0.8.16 |
1469 | 2024-04-16T05:34:48.031Z | Compiling zerocopy v0.7.32 |
1470 | 2024-04-16T05:34:48.979Z | Compiling crypto-common v0.1.6 |
1471 | 2024-04-16T05:34:49.228Z | Compiling block-buffer v0.10.4 |
1472 | 2024-04-16T05:34:49.677Z | Compiling futures-util v0.3.30 |
1473 | 2024-04-16T05:34:49.683Z | Compiling digest v0.10.7 |
1474 | 2024-04-16T05:34:49.999Z | Compiling pest v2.7.6 |
1475 | 2024-04-16T05:34:50.243Z | Compiling openssl-macros v0.1.1 |
1476 | 2024-04-16T05:34:50.354Z | Compiling hashbrown v0.14.3 |
1477 | 2024-04-16T05:34:51.014Z | Compiling async-trait v0.1.80 |
1478 | 2024-04-16T05:34:51.526Z | Compiling tracing v0.1.40 |
1479 | 2024-04-16T05:34:51.733Z | Compiling regex v1.10.4 |
1480 | 2024-04-16T05:34:52.027Z | Compiling scroll_derive v0.12.0 |
1481 | 2024-04-16T05:34:52.750Z | Compiling pest_meta v2.7.6 |
1482 | 2024-04-16T05:34:52.808Z | Compiling der_derive v0.7.2 |
1483 | 2024-04-16T05:34:54.189Z | Compiling pest_generator v2.7.6 |
1484 | 2024-04-16T05:34:55.204Z | Compiling rand v0.8.5 |
1485 | 2024-04-16T05:34:55.381Z | Compiling spin v0.9.8 |
1486 | 2024-04-16T05:34:55.590Z | Compiling thread-id v4.2.0 |
1487 | 2024-04-16T05:34:55.713Z | Compiling rustversion v1.0.14 |
1488 | 2024-04-16T05:34:55.743Z | Compiling powerfmt v0.2.0 |
1489 | 2024-04-16T05:34:56.161Z | Compiling deranged v0.3.11 |
1490 | 2024-04-16T05:34:56.436Z | Compiling form_urlencoded v1.2.1 |
1491 | 2024-04-16T05:34:56.858Z | Compiling unicode-width v0.1.11 |
1492 | 2024-04-16T05:34:57.027Z | Compiling winnow v0.5.15 |
1493 | 2024-04-16T05:34:57.164Z | Compiling num_threads v0.1.6 |
1494 | 2024-04-16T05:34:57.641Z | Compiling pest_derive v2.7.6 |
1495 | 2024-04-16T05:34:58.142Z | Compiling time v0.3.34 |
1496 | 2024-04-16T05:34:58.846Z | Compiling lazy_static v1.4.0 |
1497 | 2024-04-16T05:34:59.079Z | Compiling unicode-xid v0.2.4 |
1498 | 2024-04-16T05:34:59.230Z | Compiling synstructure v0.12.6 |
1499 | 2024-04-16T05:34:59.839Z | Compiling bytes v1.6.0 |
1500 | 2024-04-16T05:35:00.670Z | Compiling indexmap v2.2.6 |
1501 | 2024-04-16T05:35:00.801Z | Compiling tokio v1.37.0 |
1502 | 2024-04-16T05:35:01.500Z | Compiling uuid v1.8.0 |
1503 | 2024-04-16T05:35:02.031Z | Compiling chrono v0.4.38 |
1504 | 2024-04-16T05:35:03.441Z | Compiling bitflags v2.4.2 |
1505 | 2024-04-16T05:35:03.581Z | Compiling http v0.2.12 |
1506 | 2024-04-16T05:35:04.091Z | Compiling serde_spanned v0.6.5 |
1507 | 2024-04-16T05:35:04.245Z | Compiling toml_datetime v0.6.5 |
1508 | 2024-04-16T05:35:04.686Z | Compiling rustc_version v0.4.0 |
1509 | 2024-04-16T05:35:05.895Z | Compiling toml_edit v0.19.15 |
1510 | 2024-04-16T05:35:06.093Z | Compiling openapiv3 v2.0.0 |
1511 | 2024-04-16T05:35:07.709Z | Compiling serde_tokenstream v0.2.0 |
1512 | 2024-04-16T05:35:08.285Z | Compiling idna v0.5.0 |
1513 | 2024-04-16T05:35:08.993Z | Compiling usdt-impl v0.5.0 |
1514 | 2024-04-16T05:35:14.271Z | Compiling crc32fast v1.3.2 |
1515 | 2024-04-16T05:35:14.415Z | Compiling url v2.5.0 |
1516 | 2024-04-16T05:35:14.416Z | Compiling zerocopy-derive v0.2.0 |
1517 | 2024-04-16T05:35:14.416Z | Compiling scroll v0.12.0 |
1518 | 2024-04-16T05:35:14.416Z | Compiling plain v0.2.3 |
1519 | 2024-04-16T05:35:14.416Z | Compiling goblin v0.8.0 |
1520 | 2024-04-16T05:35:14.547Z | Compiling foreign-types-shared v0.1.1 |
1521 | 2024-04-16T05:35:14.547Z | Compiling untrusted v0.7.1 |
1522 | 2024-04-16T05:35:14.547Z | Compiling tokio-util v0.7.10 |
1523 | 2024-04-16T05:35:14.547Z | Compiling pretty-hex v0.4.1 |
1524 | 2024-04-16T05:35:14.547Z | Compiling untrusted v0.9.0 |
1525 | 2024-04-16T05:35:17.597Z | Compiling dof v0.3.0 |
1526 | 2024-04-16T05:35:18.164Z | Compiling foreign-types v0.3.2 |
1527 | 2024-04-16T05:35:18.571Z | Compiling dtrace-parser v0.2.0 |
1528 | 2024-04-16T05:35:19.740Z | Compiling errno v0.3.8 |
1529 | 2024-04-16T05:35:19.763Z | Compiling usdt-impl v0.3.5 |
1530 | 2024-04-16T05:35:19.883Z | Compiling base64 v0.21.7 |
1531 | 2024-04-16T05:35:19.957Z | Compiling adler v1.0.2 |
1532 | 2024-04-16T05:35:20.049Z | Compiling try-lock v0.2.4 |
1533 | 2024-04-16T05:35:20.104Z | Compiling miniz_oxide v0.7.1 |
1534 | 2024-04-16T05:35:20.176Z | Compiling want v0.3.1 |
1535 | 2024-04-16T05:35:20.842Z | Compiling sct v0.7.0 |
1536 | 2024-04-16T05:35:21.162Z | Compiling rustls-webpki v0.101.7 |
1537 | 2024-04-16T05:35:21.183Z | Compiling h2 v0.3.26 |
1538 | 2024-04-16T05:35:22.249Z | Compiling http-body v0.4.5 |
1539 | 2024-04-16T05:35:23.134Z | Compiling num-bigint v0.4.4 |
1540 | 2024-04-16T05:35:23.139Z | Compiling tower-service v0.3.2 |
1541 | 2024-04-16T05:35:23.276Z | Compiling httpdate v1.0.3 |
1542 | 2024-04-16T05:35:23.478Z | Compiling openssl-probe v0.1.5 |
1543 | 2024-04-16T05:35:25.188Z | Compiling zerocopy v0.3.0 |
1544 | 2024-04-16T05:35:25.599Z | Compiling heapless v0.7.16 |
1545 | 2024-04-16T05:35:25.674Z | Compiling idna v0.3.0 |
1546 | 2024-04-16T05:35:26.075Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1547 | 2024-04-16T05:35:26.110Z | Compiling unicode-segmentation v1.10.1 |
1548 | 2024-04-16T05:35:26.984Z | Compiling psl-types v2.0.11 |
1549 | 2024-04-16T05:35:27.226Z | Compiling base64ct v1.6.0 |
1550 | 2024-04-16T05:35:27.418Z | Compiling signal-hook v0.3.17 |
1551 | 2024-04-16T05:35:27.729Z | Compiling publicsuffix v2.2.3 |
1552 | 2024-04-16T05:35:27.774Z | Compiling hyper v0.14.28 |
1553 | 2024-04-16T05:35:27.971Z | Compiling tokio-native-tls v0.3.1 |
1554 | 2024-04-16T05:35:28.250Z | Compiling tokio-rustls v0.24.1 |
1555 | 2024-04-16T05:35:29.137Z | Compiling dof v0.1.5 |
1556 | 2024-04-16T05:35:29.238Z | Compiling crossbeam-epoch v0.9.18 |
1557 | 2024-04-16T05:35:29.766Z | Compiling dtrace-parser v0.1.14 |
1558 | 2024-04-16T05:35:29.897Z | Compiling gimli v0.28.0 |
1559 | 2024-04-16T05:35:30.042Z | Compiling bitflags v1.3.2 |
1560 | 2024-04-16T05:35:30.150Z | Compiling ipnet v2.9.0 |
1561 | 2024-04-16T05:35:31.582Z | Compiling cookie_store v0.20.0 |
1562 | 2024-04-16T05:35:33.127Z | Compiling rustls-pemfile v1.0.3 |
1563 | 2024-04-16T05:35:33.146Z | Compiling serde_urlencoded v0.7.1 |
1564 | 2024-04-16T05:35:33.622Z | Compiling serde_tokenstream v0.1.7 |
1565 | 2024-04-16T05:35:33.662Z | Compiling enum-as-inner v0.5.1 |
1566 | 2024-04-16T05:35:34.021Z | Compiling addr2line v0.21.0 |
1567 | 2024-04-16T05:35:34.137Z | Compiling object v0.32.1 |
1568 | 2024-04-16T05:35:34.601Z | Compiling hyper-rustls v0.24.2 |
1569 | 2024-04-16T05:35:34.678Z | Compiling hyper-tls v0.5.0 |
1570 | 2024-04-16T05:35:34.743Z | Compiling encoding_rs v0.8.33 |
1571 | 2024-04-16T05:35:34.940Z | Compiling sync_wrapper v0.1.2 |
1572 | 2024-04-16T05:35:35.012Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1573 | 2024-04-16T05:35:35.076Z | Compiling smoltcp v0.9.1 |
1574 | 2024-04-16T05:35:35.668Z | Compiling webpki-roots v0.25.2 |
1575 | 2024-04-16T05:35:35.813Z | Compiling mime v0.3.17 |
1576 | 2024-04-16T05:35:36.538Z | Compiling data-encoding v2.4.0 |
1577 | 2024-04-16T05:35:36.713Z | Compiling rustc-demangle v0.1.23 |
1578 | 2024-04-16T05:35:37.708Z | Compiling either v1.11.0 |
1579 | 2024-04-16T05:35:37.759Z | Compiling reqwest v0.11.24 |
1580 | 2024-04-16T05:35:38.111Z | Compiling pem-rfc7468 v0.7.0 |
1581 | 2024-04-16T05:35:40.498Z | Compiling hmac v0.12.1 |
1582 | 2024-04-16T05:35:40.741Z | Compiling futures-executor v0.3.30 |
1583 | 2024-04-16T05:35:41.131Z | Compiling regress v0.9.1 |
1584 | 2024-04-16T05:35:42.505Z | Compiling siphasher v0.3.11 |
1585 | 2024-04-16T05:35:42.609Z | Compiling winnow v0.6.1 |
1586 | 2024-04-16T05:35:43.402Z | Compiling flagset v0.4.3 |
1587 | 2024-04-16T05:35:43.486Z | Compiling heck v0.5.0 |
1588 | 2024-04-16T05:35:43.613Z | Compiling der v0.7.8 |
1589 | 2024-04-16T05:35:44.024Z | Compiling clap_derive v4.5.4 |
1590 | 2024-04-16T05:35:46.249Z | Compiling toml_edit v0.22.9 |
1591 | 2024-04-16T05:35:46.271Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1592 | 2024-04-16T05:35:47.530Z | Compiling flate2 v1.0.28 |
1593 | 2024-04-16T05:35:48.564Z | Compiling usdt-attr-macro v0.3.5 |
1594 | 2024-04-16T05:35:48.801Z | Compiling usdt-macro v0.3.5 |
1595 | 2024-04-16T05:35:50.315Z | Compiling hubpack_derive v0.1.1 |
1596 | 2024-04-16T05:35:50.675Z | Compiling zerocopy-derive v0.6.6 |
1597 | 2024-04-16T05:35:51.597Z | Compiling utf8parse v0.2.1 |
1598 | 2024-04-16T05:35:51.767Z | Compiling anstyle v1.0.6 |
1599 | 2024-04-16T05:35:51.831Z | Compiling sha2 v0.10.8 |
1600 | 2024-04-16T05:35:52.091Z | Compiling anstyle-parse v0.2.1 |
1601 | 2024-04-16T05:35:53.259Z | Compiling futures v0.3.30 |
1602 | 2024-04-16T05:35:53.487Z | Compiling spki v0.7.2 |
1603 | 2024-04-16T05:35:54.640Z | Compiling md-5 v0.10.5 |
1604 | 2024-04-16T05:35:54.678Z | Compiling toml v0.7.8 |
1605 | 2024-04-16T05:35:54.711Z | Compiling hex v0.4.3 |
1606 | 2024-04-16T05:35:54.914Z | Compiling stringprep v0.1.3 |
1607 | 2024-04-16T05:35:55.295Z | Compiling block-padding v0.3.3 |
1608 | 2024-04-16T05:35:55.550Z | Compiling num-integer v0.1.46 |
1609 | 2024-04-16T05:35:55.598Z | Compiling diesel_table_macro_syntax v0.1.0 |
1610 | 2024-04-16T05:35:55.618Z | Compiling hash32 v0.2.1 |
1611 | 2024-04-16T05:35:56.033Z | Compiling fallible-iterator v0.2.0 |
1612 | 2024-04-16T05:35:56.054Z | Compiling stable_deref_trait v1.2.0 |
1613 | 2024-04-16T05:35:56.305Z | Compiling anstyle-query v1.0.0 |
1614 | 2024-04-16T05:35:56.334Z | Compiling colorchoice v1.0.0 |
1615 | 2024-04-16T05:35:56.446Z | Compiling anstream v0.6.11 |
1616 | 2024-04-16T05:35:56.751Z | Compiling postgres-protocol v0.6.6 |
1617 | 2024-04-16T05:35:56.927Z | Compiling diesel_derives v2.1.2 |
1618 | 2024-04-16T05:35:58.004Z | Compiling inout v0.1.3 |
1619 | 2024-04-16T05:35:58.269Z | Compiling pkcs8 v0.10.2 |
1620 | 2024-04-16T05:35:58.858Z | Compiling phf_shared v0.11.2 |
1621 | 2024-04-16T05:35:59.234Z | Compiling terminal_size v0.3.0 |
1622 | 2024-04-16T05:35:59.255Z | Compiling ff v0.13.0 |
1623 | 2024-04-16T05:35:59.468Z | Compiling strum_macros v0.25.2 |
1624 | 2024-04-16T05:35:59.758Z | Compiling serde_repr v0.1.16 |
1625 | 2024-04-16T05:35:59.937Z | Compiling scheduled-thread-pool v0.2.7 |
1626 | 2024-04-16T05:36:00.121Z | Compiling clap_lex v0.7.0 |
1627 | 2024-04-16T05:36:00.393Z | Compiling managed v0.8.0 |
1628 | 2024-04-16T05:36:00.546Z | Compiling bit-vec v0.6.3 |
1629 | 2024-04-16T05:36:00.610Z | Compiling strsim v0.11.0 |
1630 | 2024-04-16T05:36:00.858Z | Compiling base16ct v0.2.0 |
1631 | 2024-04-16T05:36:00.996Z | Compiling regex-automata v0.1.10 |
1632 | 2024-04-16T05:36:01.082Z | Compiling matches v0.1.10 |
1633 | 2024-04-16T05:36:01.188Z | Compiling idna v0.2.3 |
1634 | 2024-04-16T05:36:01.481Z | Compiling bstr v0.2.17 |
1635 | 2024-04-16T05:36:01.514Z | Compiling sec1 v0.7.3 |
1636 | 2024-04-16T05:36:02.117Z | Compiling clap_builder v4.5.2 |
1637 | 2024-04-16T05:36:02.474Z | Compiling r2d2 v0.8.10 |
1638 | 2024-04-16T05:36:02.924Z | Compiling group v0.13.0 |
1639 | 2024-04-16T05:36:03.056Z | Compiling phf v0.11.2 |
1640 | 2024-04-16T05:36:03.547Z | Compiling signal-hook-mio v0.2.3 |
1641 | 2024-04-16T05:36:03.632Z | Compiling cipher v0.4.4 |
1642 | 2024-04-16T05:36:03.698Z | Compiling bzip2 v0.4.4 |
1643 | 2024-04-16T05:36:04.110Z | Compiling postgres-types v0.2.6 |
1644 | 2024-04-16T05:36:04.132Z | Compiling zerocopy v0.6.6 |
1645 | 2024-04-16T05:36:04.184Z | Compiling hubpack v0.1.2 |
1646 | 2024-04-16T05:36:04.413Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1647 | 2024-04-16T05:36:04.667Z | Compiling phf_shared v0.10.0 |
1648 | 2024-04-16T05:36:04.907Z | Compiling hkdf v0.12.4 |
1649 | 2024-04-16T05:36:05.184Z | Compiling crypto-bigint v0.5.2 |
1650 | 2024-04-16T05:36:05.286Z | Compiling ipnetwork v0.20.0 |
1651 | 2024-04-16T05:36:06.218Z | Compiling float-cmp v0.9.0 |
1652 | 2024-04-16T05:36:06.463Z | Compiling new_debug_unreachable v1.0.4 |
1653 | 2024-04-16T05:36:08.629Z | Compiling whoami v1.5.1 |
1654 | 2024-04-16T05:36:08.906Z | Compiling minimal-lexical v0.2.1 |
1655 | 2024-04-16T05:36:09.272Z | Compiling normalize-line-endings v0.3.0 |
1656 | 2024-04-16T05:36:09.412Z | Compiling difflib v0.4.0 |
1657 | 2024-04-16T05:36:09.453Z | Compiling predicates-core v1.0.6 |
1658 | 2024-04-16T05:36:09.844Z | Compiling fixedbitset v0.4.2 |
1659 | 2024-04-16T05:36:09.844Z | Compiling precomputed-hash v0.1.1 |
1660 | 2024-04-16T05:36:09.963Z | Compiling static_assertions v1.1.0 |
1661 | 2024-04-16T05:36:09.998Z | Compiling string_cache v0.8.7 |
1662 | 2024-04-16T05:36:10.064Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1663 | 2024-04-16T05:36:10.282Z | Compiling petgraph v0.6.4 |
1664 | 2024-04-16T05:36:11.046Z | Compiling predicates v3.1.0 |
1665 | 2024-04-16T05:36:11.555Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1666 | 2024-04-16T05:36:11.696Z | Compiling nom v7.1.3 |
1667 | 2024-04-16T05:36:12.873Z | Compiling tokio-postgres v0.7.10 |
1668 | 2024-04-16T05:36:12.935Z | Compiling diesel v2.1.5 |
1669 | 2024-04-16T05:36:13.541Z | Compiling trust-dns-proto v0.22.0 |
1670 | 2024-04-16T05:36:14.334Z | Compiling elliptic-curve v0.13.8 |
1671 | 2024-04-16T05:36:15.094Z | Compiling yasna v0.5.2 |
1672 | 2024-04-16T05:36:15.412Z | Compiling clap v4.5.4 |
1673 | 2024-04-16T05:36:15.539Z | Compiling zip v0.6.6 |
1674 | 2024-04-16T05:36:15.730Z | Compiling crossterm v0.27.0 |
1675 | 2024-04-16T05:36:17.459Z | Compiling similar v2.4.0 |
1676 | 2024-04-16T05:36:17.487Z | Compiling bit-set v0.5.3 |
1677 | 2024-04-16T05:36:17.755Z | Compiling num-iter v0.1.44 |
1678 | 2024-04-16T05:36:17.784Z | Compiling console v0.15.8 |
1679 | 2024-04-16T05:36:17.962Z | Compiling usdt v0.3.5 |
1680 | 2024-04-16T05:36:18.253Z | Compiling itertools v0.10.5 |
1681 | 2024-04-16T05:36:19.307Z | Compiling tokio-stream v0.1.15 |
1682 | 2024-04-16T05:36:19.932Z | Compiling getopts v0.2.21 |
1683 | 2024-04-16T05:36:20.144Z | Compiling bstr v1.9.0 |
1684 | 2024-04-16T05:36:20.576Z | Compiling lalrpop-util v0.19.12 |
1685 | 2024-04-16T05:36:20.610Z | Compiling peg-runtime v0.8.2 |
1686 | 2024-04-16T05:36:20.915Z | Compiling base64 v0.22.0 |
1687 | 2024-04-16T05:36:21.275Z | Compiling unsafe-libyaml v0.2.10 |
1688 | 2024-04-16T05:36:21.874Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1689 | 2024-04-16T05:36:23.097Z | Compiling serde_yaml v0.9.25 |
1690 | 2024-04-16T05:36:25.450Z | Compiling camino v1.1.6 |
1691 | 2024-04-16T05:36:29.424Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1692 | 2024-04-16T05:36:30.302Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1693 | 2024-04-16T05:36:33.298Z | Compiling sha1 v0.10.6 |
1694 | 2024-04-16T05:36:48.054Z | Compiling ident_case v1.0.1 |
1695 | 2024-04-16T05:36:48.253Z | Compiling strsim v0.10.0 |
1696 | 2024-04-16T05:36:48.552Z | Compiling darling_core v0.20.8 |
1697 | 2024-04-16T05:36:48.783Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1698 | 2024-04-16T05:36:50.470Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1699 | 2024-04-16T05:36:50.722Z | Compiling strum_macros v0.26.1 |
1700 | 2024-04-16T05:36:55.597Z | Compiling darling_macro v0.20.8 |
1701 | 2024-04-16T05:36:56.018Z | Compiling strum v0.26.2 |
1702 | 2024-04-16T05:36:56.214Z | Compiling dirs-sys-next v0.1.2 |
1703 | 2024-04-16T05:36:56.385Z | Compiling match_cfg v0.1.0 |
1704 | 2024-04-16T05:36:56.497Z | Compiling dirs-next v2.0.0 |
1705 | 2024-04-16T05:36:56.621Z | Compiling hostname v0.3.1 |
1706 | 2024-04-16T05:36:56.644Z | Compiling darling v0.20.8 |
1707 | 2024-04-16T05:36:56.764Z | Compiling http v1.0.0 |
1708 | 2024-04-16T05:36:56.787Z | Compiling thread_local v1.1.7 |
1709 | 2024-04-16T05:36:56.830Z | Compiling slog-async v2.8.0 |
1710 | 2024-04-16T05:36:56.862Z | Compiling rustls-pki-types v1.3.0 |
1711 | 2024-04-16T05:36:57.024Z | Compiling term v0.7.0 |
1712 | 2024-04-16T05:36:57.405Z | Compiling crossbeam-channel v0.5.8 |
1713 | 2024-04-16T05:36:57.452Z | Compiling is-terminal v0.4.9 |
1714 | 2024-04-16T05:36:57.590Z | Compiling proc-macro-error-attr v1.0.4 |
1715 | 2024-04-16T05:36:57.657Z | Compiling rustls v0.22.2 |
1716 | 2024-04-16T05:36:57.895Z | Compiling paste v1.0.14 |
1717 | 2024-04-16T05:36:57.898Z | Compiling take_mut v0.2.2 |
1718 | 2024-04-16T05:36:58.010Z | Compiling slog-term v2.9.1 |
1719 | 2024-04-16T05:36:58.089Z | Compiling rustls-webpki v0.102.1 |
1720 | 2024-04-16T05:36:58.134Z | Compiling multer v3.0.0 |
1721 | 2024-04-16T05:36:58.489Z | Compiling proc-macro-error v1.0.4 |
1722 | 2024-04-16T05:36:58.510Z | Compiling instant v0.1.12 |
1723 | 2024-04-16T05:36:59.162Z | Compiling slog-json v2.6.1 |
1724 | 2024-04-16T05:36:59.214Z | Compiling async-stream-impl v0.3.5 |
1725 | 2024-04-16T05:36:59.567Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1726 | 2024-04-16T05:36:59.701Z | Compiling debug-ignore v1.0.5 |
1727 | 2024-04-16T05:36:59.727Z | Compiling atomic-waker v1.1.1 |
1728 | 2024-04-16T05:36:59.860Z | Compiling waitgroup v0.1.2 |
1729 | 2024-04-16T05:36:59.920Z | Compiling slog-bunyan v2.5.0 |
1730 | 2024-04-16T05:37:00.091Z | Compiling rustls-pemfile v2.1.2 |
1731 | 2024-04-16T05:37:00.132Z | Compiling serde_with_macros v3.7.0 |
1732 | 2024-04-16T05:37:00.230Z | Compiling toml v0.8.12 |
1733 | 2024-04-16T05:37:00.517Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1734 | 2024-04-16T05:37:00.988Z | Compiling serde_path_to_error v0.1.16 |
1735 | 2024-04-16T05:37:00.992Z | Compiling async-stream v0.3.5 |
1736 | 2024-04-16T05:37:00.996Z | Compiling structmeta-derive v0.3.0 |
1737 | 2024-04-16T05:37:01.037Z | Compiling newtype-uuid v1.1.0 |
1738 | 2024-04-16T05:37:01.347Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1739 | 2024-04-16T05:37:01.410Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1740 | 2024-04-16T05:37:01.700Z | Compiling backoff v0.4.0 |
1741 | 2024-04-16T05:37:01.974Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1742 | 2024-04-16T05:37:02.047Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
1743 | 2024-04-16T05:37:02.145Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1744 | 2024-04-16T05:37:02.331Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1745 | 2024-04-16T05:37:02.506Z | Compiling macaddr v1.0.1 |
1746 | 2024-04-16T05:37:02.734Z | Compiling proc-macro-crate v1.3.1 |
1747 | 2024-04-16T05:37:02.777Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1748 | 2024-04-16T05:37:02.970Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1749 | 2024-04-16T05:37:03.129Z | Compiling tokio-rustls v0.25.0 |
1750 | 2024-04-16T05:37:03.252Z | Compiling serde_with v3.7.0 |
1751 | 2024-04-16T05:37:03.345Z | Compiling foreign-types-macros v0.2.3 |
1752 | 2024-04-16T05:37:03.893Z | Compiling num_enum_derive v0.5.11 |
1753 | 2024-04-16T05:37:04.084Z | Compiling structmeta v0.3.0 |
1754 | 2024-04-16T05:37:04.572Z | Compiling parse-display-derive v0.9.0 |
1755 | 2024-04-16T05:37:04.740Z | Compiling foreign-types-shared v0.3.1 |
1756 | 2024-04-16T05:37:04.876Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1757 | 2024-04-16T05:37:05.196Z | Compiling heapless v0.8.0 |
1758 | 2024-04-16T05:37:06.134Z | Compiling foreign-types v0.5.0 |
1759 | 2024-04-16T05:37:06.648Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1760 | 2024-04-16T05:37:06.756Z | Compiling num_enum v0.5.11 |
1761 | 2024-04-16T05:37:06.929Z | Compiling cstr-argument v0.1.2 |
1762 | 2024-04-16T05:37:07.180Z | Compiling hash32 v0.3.1 |
1763 | 2024-04-16T05:37:07.306Z | Compiling pretty-hex v0.2.1 |
1764 | 2024-04-16T05:37:07.407Z | Compiling smoltcp v0.11.0 |
1765 | 2024-04-16T05:37:07.429Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1766 | 2024-04-16T05:37:07.793Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1767 | 2024-04-16T05:37:08.191Z | Compiling tabwriter v1.4.0 |
1768 | 2024-04-16T05:37:08.432Z | Compiling colored v2.1.0 |
1769 | 2024-04-16T05:37:08.711Z | Compiling atty v0.2.14 |
1770 | 2024-04-16T05:37:08.851Z | Compiling socket2 v0.4.9 |
1771 | 2024-04-16T05:37:08.912Z | Compiling fastrand v2.0.1 |
1772 | 2024-04-16T05:37:09.094Z | Compiling cobs v0.2.3 |
1773 | 2024-04-16T05:37:09.197Z | Compiling embedded-io v0.4.0 |
1774 | 2024-04-16T05:37:09.364Z | Compiling parse-display v0.9.0 |
1775 | 2024-04-16T05:37:09.417Z | Compiling postcard v1.0.8 |
1776 | 2024-04-16T05:37:09.438Z | Compiling tempfile v3.10.1 |
1777 | 2024-04-16T05:37:09.501Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1778 | 2024-04-16T05:37:09.702Z | Compiling crucible-workspace-hack v0.1.0 |
1779 | 2024-04-16T05:37:09.829Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1780 | 2024-04-16T05:37:10.050Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1781 | 2024-04-16T05:37:10.073Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1782 | 2024-04-16T05:37:10.105Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1783 | 2024-04-16T05:37:10.310Z | Compiling smf v0.2.3 |
1784 | 2024-04-16T05:37:10.334Z | Compiling humantime v2.1.0 |
1785 | 2024-04-16T05:37:10.435Z | Compiling platforms v3.0.2 |
1786 | 2024-04-16T05:37:10.795Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1787 | 2024-04-16T05:37:10.990Z | Compiling camino-tempfile v1.1.1 |
1788 | 2024-04-16T05:37:11.127Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1789 | 2024-04-16T05:37:11.156Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62) |
1790 | 2024-04-16T05:37:11.430Z | Compiling heck v0.3.3 |
1791 | 2024-04-16T05:37:11.452Z | Compiling usdt-attr-macro v0.5.0 |
1792 | 2024-04-16T05:37:11.624Z | Compiling usdt-macro v0.5.0 |
1793 | 2024-04-16T05:37:11.675Z | Compiling num-derive v0.4.0 |
1794 | 2024-04-16T05:37:11.886Z | Compiling memmap v0.7.0 |
1795 | 2024-04-16T05:37:12.260Z | Compiling sigpipe v0.1.3 |
1796 | 2024-04-16T05:37:12.396Z | Compiling utf-8 v0.7.6 |
1797 | 2024-04-16T05:37:12.696Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1798 | 2024-04-16T05:37:12.754Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1799 | 2024-04-16T05:37:13.112Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62) |
1800 | 2024-04-16T05:37:13.133Z | Compiling usdt v0.5.0 |
1801 | 2024-04-16T05:37:13.641Z | Compiling unicase v2.7.0 |
1802 | 2024-04-16T05:37:14.042Z | Compiling rayon-core v1.12.1 |
1803 | 2024-04-16T05:37:14.064Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be) |
1804 | 2024-04-16T05:37:14.235Z | Compiling semver v0.1.20 |
1805 | 2024-04-16T05:37:14.398Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1806 | 2024-04-16T05:37:14.421Z | Compiling curve25519-dalek v4.1.2 |
1807 | 2024-04-16T05:37:14.441Z | Compiling newline-converter v0.3.0 |
1808 | 2024-04-16T05:37:14.570Z | Compiling rustc_version v0.1.7 |
1809 | 2024-04-16T05:37:14.606Z | Compiling crossbeam-deque v0.8.3 |
1810 | 2024-04-16T05:37:14.909Z | Compiling universal-hash v0.5.1 |
1811 | 2024-04-16T05:37:14.926Z | Compiling opaque-debug v0.3.0 |
1812 | 2024-04-16T05:37:14.990Z | Compiling same-file v1.0.6 |
1813 | 2024-04-16T05:37:15.089Z | Compiling newtype_derive v0.1.6 |
1814 | 2024-04-16T05:37:15.108Z | Compiling expectorate v1.1.0 |
1815 | 2024-04-16T05:37:15.175Z | Compiling walkdir v2.5.0 |
1816 | 2024-04-16T05:37:15.213Z | Compiling tungstenite v0.20.1 |
1817 | 2024-04-16T05:37:15.459Z | Compiling signature v2.1.0 |
1818 | 2024-04-16T05:37:15.520Z | Compiling curve25519-dalek-derive v0.1.0 |
1819 | 2024-04-16T05:37:15.718Z | Compiling blake3 v1.5.0 |
1820 | 2024-04-16T05:37:15.921Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1821 | 2024-04-16T05:37:16.132Z | Compiling num-rational v0.4.1 |
1822 | 2024-04-16T05:37:16.177Z | Compiling getrandom v0.1.16 |
1823 | 2024-04-16T05:37:16.332Z | Compiling termcolor v1.2.0 |
1824 | 2024-04-16T05:37:16.454Z | Compiling arc-swap v1.6.0 |
1825 | 2024-04-16T05:37:16.820Z | Compiling env_logger v0.9.3 |
1826 | 2024-04-16T05:37:16.930Z | Compiling slog-scope v4.4.0 |
1827 | 2024-04-16T05:37:17.155Z | Compiling tokio-tungstenite v0.20.1 |
1828 | 2024-04-16T05:37:17.230Z | Compiling rayon v1.10.0 |
1829 | 2024-04-16T05:37:17.536Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1830 | 2024-04-16T05:37:17.661Z | Compiling password-hash v0.5.0 |
1831 | 2024-04-16T05:37:17.701Z | Compiling textwrap v0.11.0 |
1832 | 2024-04-16T05:37:18.010Z | Compiling blake2 v0.10.6 |
1833 | 2024-04-16T05:37:18.210Z | Compiling bitstruct_derive v0.1.0 |
1834 | 2024-04-16T05:37:18.229Z | Compiling xattr v1.0.1 |
1835 | 2024-04-16T05:37:18.364Z | Compiling filetime v0.2.23 |
1836 | 2024-04-16T05:37:18.514Z | Compiling memmap2 v0.7.1 |
1837 | 2024-04-16T05:37:18.719Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1838 | 2024-04-16T05:37:18.740Z | Compiling linked-hash-map v0.5.6 |
1839 | 2024-04-16T05:37:18.903Z | Compiling ansi_term v0.12.1 |
1840 | 2024-04-16T05:37:18.972Z | Compiling home v0.5.5 |
1841 | 2024-04-16T05:37:19.151Z | Compiling quick-error v1.2.3 |
1842 | 2024-04-16T05:37:19.240Z | Compiling parking_lot_core v0.8.6 |
1843 | 2024-04-16T05:37:19.319Z | Compiling arrayvec v0.7.4 |
1844 | 2024-04-16T05:37:19.462Z | Compiling vec_map v0.8.2 |
1845 | 2024-04-16T05:37:19.508Z | Compiling arrayref v0.3.7 |
1846 | 2024-04-16T05:37:19.613Z | Compiling strsim v0.8.0 |
1847 | 2024-04-16T05:37:19.666Z | Compiling bytecount v0.6.3 |
1848 | 2024-04-16T05:37:19.725Z | Compiling constant_time_eq v0.3.0 |
1849 | 2024-04-16T05:37:19.749Z | Compiling libefi-sys v0.1.0 |
1850 | 2024-04-16T05:37:19.749Z | Compiling ascii v1.1.0 |
1851 | 2024-04-16T05:37:19.875Z | Compiling clap v2.34.0 |
1852 | 2024-04-16T05:37:19.899Z | Compiling papergrid v0.11.0 |
1853 | 2024-04-16T05:37:20.118Z | Compiling bitstruct v0.1.1 |
1854 | 2024-04-16T05:37:20.244Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1855 | 2024-04-16T05:37:20.261Z | Compiling resolv-conf v0.7.0 |
1856 | 2024-04-16T05:37:20.360Z | Compiling toolchain_find v0.4.0 |
1857 | 2024-04-16T05:37:21.033Z | Compiling lru-cache v0.1.2 |
1858 | 2024-04-16T05:37:21.063Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1859 | 2024-04-16T05:37:21.249Z | Compiling tar v0.4.40 |
1860 | 2024-04-16T05:37:21.330Z | Compiling argon2 v0.5.3 |
1861 | 2024-04-16T05:37:21.683Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1862 | 2024-04-16T05:37:23.382Z | Compiling slog-stdlog v4.1.1 |
1863 | 2024-04-16T05:37:23.835Z | Compiling structopt-derive v0.4.18 |
1864 | 2024-04-16T05:37:24.100Z | Compiling tabled_derive v0.7.0 |
1865 | 2024-04-16T05:37:24.294Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1866 | 2024-04-16T05:37:24.950Z | Compiling rfc6979 v0.4.0 |
1867 | 2024-04-16T05:37:25.154Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1868 | 2024-04-16T05:37:25.458Z | Compiling serde_arrays v0.1.0 |
1869 | 2024-04-16T05:37:25.535Z | Compiling erased-serde v0.3.31 |
1870 | 2024-04-16T05:37:25.632Z | Compiling aead v0.5.2 |
1871 | 2024-04-16T05:37:25.792Z | Compiling num-complex v0.4.5 |
1872 | 2024-04-16T05:37:26.021Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1873 | 2024-04-16T05:37:26.055Z | Compiling nibble_vec v0.1.0 |
1874 | 2024-04-16T05:37:26.265Z | Compiling slog-dtrace v0.3.0 |
1875 | 2024-04-16T05:37:26.439Z | Compiling cancel-safe-futures v0.1.5 |
1876 | 2024-04-16T05:37:26.574Z | Compiling topological-sort v0.2.2 |
1877 | 2024-04-16T05:37:26.725Z | Compiling winapi v0.3.9 |
1878 | 2024-04-16T05:37:26.787Z | Compiling keccak v0.1.4 |
1879 | 2024-04-16T05:37:26.791Z | Compiling endian-type v0.1.2 |
1880 | 2024-04-16T05:37:26.834Z | Compiling structopt v0.3.26 |
1881 | 2024-04-16T05:37:26.896Z | Compiling omicron-zone-package v0.11.0 |
1882 | 2024-04-16T05:37:27.386Z | Compiling tabled v0.15.0 |
1883 | 2024-04-16T05:37:27.387Z | Compiling radix_trie v0.2.1 |
1884 | 2024-04-16T05:37:27.387Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1885 | 2024-04-16T05:37:27.717Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1886 | 2024-04-16T05:37:27.749Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1887 | 2024-04-16T05:37:27.806Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1888 | 2024-04-16T05:37:28.221Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1889 | 2024-04-16T05:37:28.669Z | Compiling sha3 v0.10.8 |
1890 | 2024-04-16T05:37:28.907Z | Compiling num v0.4.2 |
1891 | 2024-04-16T05:37:29.033Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1892 | 2024-04-16T05:37:29.670Z | Compiling rustfmt-wrapper v0.2.1 |
1893 | 2024-04-16T05:37:29.718Z | Compiling ecdsa v0.16.9 |
1894 | 2024-04-16T05:37:29.741Z | Compiling rand_core v0.5.1 |
1895 | 2024-04-16T05:37:30.238Z | Compiling slog-envlogger v2.2.0 |
1896 | 2024-04-16T05:37:30.297Z | Compiling steno v0.4.0 |
1897 | 2024-04-16T05:37:30.511Z | Compiling mime_guess v2.0.4 |
1898 | 2024-04-16T05:37:31.053Z | Compiling trust-dns-resolver v0.22.0 |
1899 | 2024-04-16T05:37:32.977Z | Compiling poly1305 v0.8.0 |
1900 | 2024-04-16T05:37:33.531Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1901 | 2024-04-16T05:37:34.329Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1902 | 2024-04-16T05:37:34.481Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1903 | 2024-04-16T05:37:34.741Z | Compiling primeorder v0.13.6 |
1904 | 2024-04-16T05:37:34.800Z | Compiling chacha20 v0.9.1 |
1905 | 2024-04-16T05:37:35.152Z | Compiling secrecy v0.8.0 |
1906 | 2024-04-16T05:37:35.217Z | Compiling thiserror-impl-no-std v2.0.2 |
1907 | 2024-04-16T05:37:35.254Z | Compiling half v2.3.1 |
1908 | 2024-04-16T05:37:35.421Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1909 | 2024-04-16T05:37:35.483Z | Compiling ciborium-io v0.2.2 |
1910 | 2024-04-16T05:37:35.599Z | Compiling option-ext v0.2.0 |
1911 | 2024-04-16T05:37:35.632Z | Compiling convert_case v0.4.0 |
1912 | 2024-04-16T05:37:35.746Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1913 | 2024-04-16T05:37:35.792Z | Compiling dirs-sys v0.4.1 |
1914 | 2024-04-16T05:37:36.080Z | Compiling ciborium-ll v0.2.2 |
1915 | 2024-04-16T05:37:36.410Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1916 | 2024-04-16T05:37:36.516Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1917 | 2024-04-16T05:37:36.632Z | Compiling derive_more v0.99.17 |
1918 | 2024-04-16T05:37:37.494Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1919 | 2024-04-16T05:37:38.092Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1920 | 2024-04-16T05:37:38.559Z | Compiling thiserror-no-std v2.0.2 |
1921 | 2024-04-16T05:37:38.698Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1922 | 2024-04-16T05:37:39.282Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1923 | 2024-04-16T05:37:39.406Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1924 | 2024-04-16T05:37:39.839Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1925 | 2024-04-16T05:37:40.827Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1926 | 2024-04-16T05:37:41.200Z | Compiling parking_lot v0.11.2 |
1927 | 2024-04-16T05:37:42.128Z | Compiling rand_chacha v0.2.2 |
1928 | 2024-04-16T05:37:42.935Z | Compiling trust-dns-client v0.22.0 |
1929 | 2024-04-16T05:37:44.107Z | Compiling ed25519 v2.2.2 |
1930 | 2024-04-16T05:37:44.307Z | Compiling polyval v0.6.1 |
1931 | 2024-04-16T05:37:44.598Z | Compiling tungstenite v0.21.0 |
1932 | 2024-04-16T05:37:44.741Z | Compiling zone_cfg_derive v0.1.2 |
1933 | 2024-04-16T05:37:45.268Z | Compiling ctr v0.9.2 |
1934 | 2024-04-16T05:37:45.582Z | Compiling aes v0.8.3 |
1935 | 2024-04-16T05:37:45.643Z | Compiling blowfish v0.9.1 |
1936 | 2024-04-16T05:37:46.047Z | Compiling password-hash v0.4.2 |
1937 | 2024-04-16T05:37:46.104Z | Compiling libsw v3.3.1 |
1938 | 2024-04-16T05:37:46.363Z | Compiling toml v0.5.11 |
1939 | 2024-04-16T05:37:46.437Z | Compiling pbkdf2 v0.12.2 |
1940 | 2024-04-16T05:37:46.623Z | Compiling derive-where v1.2.7 |
1941 | 2024-04-16T05:37:46.995Z | Compiling gethostname v0.4.3 |
1942 | 2024-04-16T05:37:47.291Z | Compiling fxhash v0.2.1 |
1943 | 2024-04-16T05:37:47.351Z | Compiling owo-colors v4.0.0 |
1944 | 2024-04-16T05:37:47.510Z | Compiling base64 v0.13.1 |
1945 | 2024-04-16T05:37:48.144Z | Compiling linear-map v1.2.0 |
1946 | 2024-04-16T05:37:48.497Z | Compiling swrite v0.1.0 |
1947 | 2024-04-16T05:37:48.522Z | Compiling trust-dns-server v0.22.1 |
1948 | 2024-04-16T05:37:48.637Z | Compiling ron v0.7.1 |
1949 | 2024-04-16T05:37:49.713Z | Compiling sled v0.34.7 |
1950 | 2024-04-16T05:37:50.342Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1951 | 2024-04-16T05:37:50.993Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1952 | 2024-04-16T05:37:52.288Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1953 | 2024-04-16T05:37:54.246Z | Compiling bcrypt-pbkdf v0.10.0 |
1954 | 2024-04-16T05:37:54.831Z | Compiling pbkdf2 v0.11.0 |
1955 | 2024-04-16T05:37:54.967Z | Compiling zone v0.1.8 |
1956 | 2024-04-16T05:37:55.223Z | Compiling tokio-tungstenite v0.21.0 |
1957 | 2024-04-16T05:37:55.575Z | Compiling ghash v0.5.0 |
1958 | 2024-04-16T05:38:01.209Z | Compiling ed25519-dalek v2.0.0 |
1959 | 2024-04-16T05:38:01.255Z | Compiling russh-cryptovec v0.7.0 |
1960 | 2024-04-16T05:38:01.256Z | Compiling rand v0.7.3 |
1961 | 2024-04-16T05:38:01.256Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1962 | 2024-04-16T05:38:01.256Z | Compiling vsss-rs v3.3.4 |
1963 | 2024-04-16T05:38:01.256Z | Compiling ciborium v0.2.2 |
1964 | 2024-04-16T05:38:01.256Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1965 | 2024-04-16T05:38:01.283Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1966 | 2024-04-16T05:38:01.308Z | Compiling dirs v5.0.1 |
1967 | 2024-04-16T05:38:01.308Z | Compiling chacha20poly1305 v0.10.1 |
1968 | 2024-04-16T05:38:01.309Z | Compiling p521 v0.13.3 |
1969 | 2024-04-16T05:38:01.309Z | Compiling p256 v0.13.2 |
1970 | 2024-04-16T05:38:01.309Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1971 | 2024-04-16T05:38:01.309Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
1972 | 2024-04-16T05:38:01.322Z | Compiling pem v3.0.4 |
1973 | 2024-04-16T05:38:01.363Z | Compiling cbc v0.1.2 |
1974 | 2024-04-16T05:38:01.463Z | Compiling headers-core v0.2.0 |
1975 | 2024-04-16T05:38:01.584Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62) |
1976 | 2024-04-16T05:38:01.646Z | Compiling portpicker v0.1.1 |
1977 | 2024-04-16T05:38:01.992Z | Compiling kstat-rs v0.2.3 |
1978 | 2024-04-16T05:38:02.017Z | Compiling nanorand v0.7.0 |
1979 | 2024-04-16T05:38:02.047Z | Compiling md5 v0.7.0 |
1980 | 2024-04-16T05:38:02.330Z | Compiling http-range v0.1.5 |
1981 | 2024-04-16T05:38:02.351Z | Compiling glob v0.3.1 |
1982 | 2024-04-16T05:38:02.580Z | Compiling hyper-staticfile v0.9.5 |
1983 | 2024-04-16T05:38:02.580Z | Compiling flume v0.11.0 |
1984 | 2024-04-16T05:38:02.625Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1985 | 2024-04-16T05:38:02.700Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1986 | 2024-04-16T05:38:03.283Z | Compiling russh-keys v0.42.0 |
1987 | 2024-04-16T05:38:03.555Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62) |
1988 | 2024-04-16T05:38:04.118Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1989 | 2024-04-16T05:38:06.760Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1990 | 2024-04-16T05:38:06.797Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1991 | 2024-04-16T05:38:06.866Z | Compiling rcgen v0.12.1 |
1992 | 2024-04-16T05:38:07.092Z | Compiling headers v0.3.9 |
1993 | 2024-04-16T05:38:08.075Z | Compiling aes-gcm v0.10.3 |
1994 | 2024-04-16T05:38:08.377Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1995 | 2024-04-16T05:38:09.405Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1996 | 2024-04-16T05:38:10.555Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1997 | 2024-04-16T05:38:13.548Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1998 | 2024-04-16T05:38:13.642Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62) |
1999 | 2024-04-16T05:38:15.099Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be) |
2000 | 2024-04-16T05:38:16.102Z | Compiling atomicwrites v0.4.3 |
2001 | 2024-04-16T05:38:16.475Z | Compiling itertools v0.12.1 |
2002 | 2024-04-16T05:38:16.632Z | Compiling subprocess v0.2.9 |
2003 | 2024-04-16T05:38:16.754Z | Compiling display-error-chain v0.2.0 |
2004 | 2024-04-16T05:38:16.954Z | Compiling dhcproto-macros v0.1.0 |
2005 | 2024-04-16T05:38:17.995Z | Compiling hex-literal v0.4.1 |
2006 | 2024-04-16T05:38:18.155Z | Compiling russh v0.42.0 |
2007 | 2024-04-16T05:38:18.179Z | Compiling dhcproto v0.11.0 |
2008 | 2024-04-16T05:38:18.699Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2009 | 2024-04-16T05:38:19.686Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2010 | 2024-04-16T05:38:20.796Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2011 | 2024-04-16T05:38:21.448Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2012 | 2024-04-16T05:38:21.721Z | Compiling internet-checksum v0.2.1 |
2013 | 2024-04-16T05:38:24.173Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2014 | 2024-04-16T05:38:43.938Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2015 | 2024-04-16T05:39:25.781Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 20s |
2016 | 2024-04-16T05:39:26.109Z | |
2017 | 2024-04-16T05:39:26.109Z | real 5:20.671821369 |
2018 | 2024-04-16T05:39:26.109Z | user 27:52.528675421 |
2019 | 2024-04-16T05:39:26.109Z | sys 6:13.186848810 |
2020 | 2024-04-16T05:39:26.109Z | trap 0.813730858 |
2021 | 2024-04-16T05:39:26.113Z | tflt 3.169602447 |
2022 | 2024-04-16T05:39:26.113Z | dflt 3.201216079 |
2023 | 2024-04-16T05:39:26.113Z | kflt 0.090023290 |
2024 | 2024-04-16T05:39:26.113Z | lock 52:04.992953245 |
2025 | 2024-04-16T05:39:26.113Z | slp 1:20:14.773721717 |
2026 | 2024-04-16T05:39:26.113Z | lat 1:44.739707713 |
2027 | 2024-04-16T05:39:26.113Z | stop 4:38.649609589 |
2028 | 2024-04-16T05:39:26.113Z | + mkdir -p /work |
2029 | 2024-04-16T05:39:26.113Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest |
2030 | 2024-04-16T05:39:26.907Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2031 | 2024-04-16T05:39:36.110Z | Finished dev [unoptimized + debuginfo] target(s) in 9.95s |
2032 | 2024-04-16T05:39:36.198Z | |
2033 | 2024-04-16T05:39:36.199Z | real 10.065511517 |
2034 | 2024-04-16T05:39:36.199Z | user 6.976460123 |
2035 | 2024-04-16T05:39:36.199Z | sys 4.008711245 |
2036 | 2024-04-16T05:39:36.199Z | trap 0.001532245 |
2037 | 2024-04-16T05:39:36.199Z | tflt 0.002411121 |
2038 | 2024-04-16T05:39:36.202Z | dflt 0.033226900 |
2039 | 2024-04-16T05:39:36.203Z | kflt 0.000000000 |
2040 | 2024-04-16T05:39:36.203Z | lock 27.703678603 |
2041 | 2024-04-16T05:39:36.203Z | slp 40.216934915 |
2042 | 2024-04-16T05:39:36.203Z | lat 0.036681075 |
2043 | 2024-04-16T05:39:36.203Z | stop 0.349706642 |
2044 | 2024-04-16T05:39:36.203Z | + cp target/debug/commtest /work/commtest |
2045 | 2024-04-16T05:39:36.607Z | + mkdir -p /work/end-to-end-tests |
2046 | 2024-04-16T05:39:36.611Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2047 | 2024-04-16T05:39:37.746Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2048 | 2024-04-16T05:39:37.746Z | + ptime -m gzip |
2049 | 2024-04-16T05:39:37.752Z | ++ basename target/debug/bootstrap |
2050 | 2024-04-16T05:39:50.114Z | |
2051 | 2024-04-16T05:39:50.114Z | real 12.764171179 |
2052 | 2024-04-16T05:39:50.114Z | user 12.668478542 |
2053 | 2024-04-16T05:39:50.114Z | sys 0.082290779 |
2054 | 2024-04-16T05:39:50.114Z | trap 0.004215604 |
2055 | 2024-04-16T05:39:50.114Z | tflt 0.000000000 |
2056 | 2024-04-16T05:39:50.118Z | dflt 0.000000000 |
2057 | 2024-04-16T05:39:50.118Z | kflt 0.000000000 |
2058 | 2024-04-16T05:39:50.118Z | lock 0.000000000 |
2059 | 2024-04-16T05:39:50.118Z | slp 0.000000000 |
2060 | 2024-04-16T05:39:50.118Z | lat 0.008786906 |
2061 | 2024-04-16T05:39:50.118Z | stop 0.000172778 |
2062 | 2024-04-16T05:39:50.118Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2063 | 2024-04-16T05:39:50.118Z | + ptime -m gzip |
2064 | 2024-04-16T05:39:50.118Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-82c1ba2d68fcd2b5 |
2065 | 2024-04-16T05:39:51.301Z | |
2066 | 2024-04-16T05:39:51.301Z | real 1.180135894 |
2067 | 2024-04-16T05:39:51.301Z | user 1.169686749 |
2068 | 2024-04-16T05:39:51.301Z | sys 0.009832719 |
2069 | 2024-04-16T05:39:51.301Z | trap 0.000090411 |
2070 | 2024-04-16T05:39:51.301Z | tflt 0.000000000 |
2071 | 2024-04-16T05:39:51.301Z | dflt 0.000000000 |
2072 | 2024-04-16T05:39:51.305Z | kflt 0.000000000 |
2073 | 2024-04-16T05:39:51.305Z | lock 0.000000000 |
2074 | 2024-04-16T05:39:51.305Z | slp 0.000000000 |
2075 | 2024-04-16T05:39:51.305Z | lat 0.000114192 |
2076 | 2024-04-16T05:39:51.305Z | stop 0.000179077 |
2077 | 2024-04-16T05:39:51.305Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2078 | 2024-04-16T05:39:51.305Z | + ptime -m gzip |
2079 | 2024-04-16T05:39:51.305Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-b58e5352aeaeed7b |
2080 | 2024-04-16T05:39:52.489Z | |
2081 | 2024-04-16T05:39:52.495Z | real 1.178301099 |
2082 | 2024-04-16T05:39:52.495Z | user 1.167566473 |
2083 | 2024-04-16T05:39:52.495Z | sys 0.009566856 |
2084 | 2024-04-16T05:39:52.495Z | trap 0.000344865 |
2085 | 2024-04-16T05:39:52.496Z | tflt 0.000000000 |
2086 | 2024-04-16T05:39:52.496Z | dflt 0.000000000 |
2087 | 2024-04-16T05:39:52.496Z | kflt 0.000000000 |
2088 | 2024-04-16T05:39:52.496Z | lock 0.000000000 |
2089 | 2024-04-16T05:39:52.496Z | slp 0.000000000 |
2090 | 2024-04-16T05:39:52.496Z | lat 0.000417033 |
2091 | 2024-04-16T05:39:52.496Z | stop 0.000175947 |
2092 | 2024-04-16T05:39:52.496Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2093 | 2024-04-16T05:39:52.496Z | + ptime -m gzip |
2094 | 2024-04-16T05:39:52.496Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7ead28e4b9d6fd04 |
2095 | 2024-04-16T05:39:53.671Z | |
2096 | 2024-04-16T05:39:53.676Z | real 1.172583080 |
2097 | 2024-04-16T05:39:53.676Z | user 1.161654100 |
2098 | 2024-04-16T05:39:53.676Z | sys 0.010336960 |
2099 | 2024-04-16T05:39:53.677Z | trap 0.000075115 |
2100 | 2024-04-16T05:39:53.677Z | tflt 0.000000000 |
2101 | 2024-04-16T05:39:53.677Z | dflt 0.000000000 |
2102 | 2024-04-16T05:39:53.677Z | kflt 0.000000000 |
2103 | 2024-04-16T05:39:53.677Z | lock 0.000000000 |
2104 | 2024-04-16T05:39:53.677Z | slp 0.000000000 |
2105 | 2024-04-16T05:39:53.677Z | lat 0.000105722 |
2106 | 2024-04-16T05:39:53.677Z | stop 0.000180477 |
2107 | 2024-04-16T05:39:53.677Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2108 | 2024-04-16T05:39:53.677Z | + ptime -m gzip |
2109 | 2024-04-16T05:39:53.678Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-7605479387004a93 |
2110 | 2024-04-16T05:40:10.725Z | |
2111 | 2024-04-16T05:40:10.757Z | real 12.987183291 |
2112 | 2024-04-16T05:40:10.758Z | user 12.899612477 |
2113 | 2024-04-16T05:40:10.758Z | sys 0.084050100 |
2114 | 2024-04-16T05:40:10.758Z | trap 0.001837287 |
2115 | 2024-04-16T05:40:10.758Z | tflt 0.000000000 |
2116 | 2024-04-16T05:40:10.758Z | dflt 0.000000000 |
2117 | 2024-04-16T05:40:10.758Z | kflt 0.000000000 |
2118 | 2024-04-16T05:40:10.758Z | lock 0.000000000 |
2119 | 2024-04-16T05:40:10.758Z | slp 0.000000000 |
2120 | 2024-04-16T05:40:10.758Z | lat 0.001267121 |
2121 | 2024-04-16T05:40:10.758Z | stop 0.000188886 |
2122 | 2024-04-16T05:40:10.758Z | + banner caboose-util |
2123 | 2024-04-16T05:40:10.758Z | |
2124 | 2024-04-16T05:40:10.759Z | #### ## ##### #### #### #### ###### # # ##### |
2125 | 2024-04-16T05:40:10.759Z | # # # # # # # # # # # # # # # |
2126 | 2024-04-16T05:40:10.759Z | # # # ##### # # # # #### ##### ##### # # # |
2127 | 2024-04-16T05:40:10.759Z | # ###### # # # # # # # # # # # |
2128 | 2024-04-16T05:40:10.759Z | # # # # # # # # # # # # # # # # |
2129 | 2024-04-16T05:40:10.759Z | #### # # ##### #### #### #### ###### #### # |
2130 | 2024-04-16T05:40:10.759Z | |
2131 | 2024-04-16T05:40:10.759Z | + ptime -m cargo build --locked -p caboose-util --release |
2132 | 2024-04-16T05:40:10.759Z | Downloading crates ... |
2133 | 2024-04-16T05:40:10.759Z | Downloaded crc-catalog v2.2.0 |
2134 | 2024-04-16T05:40:10.759Z | Downloaded array-init v0.0.4 |
2135 | 2024-04-16T05:40:10.759Z | Downloaded tap v1.0.1 |
2136 | 2024-04-16T05:40:10.760Z | Downloaded bitfield v0.14.0 |
2137 | 2024-04-16T05:40:10.760Z | Downloaded funty v2.0.0 |
2138 | 2024-04-16T05:40:10.760Z | Downloaded env_logger v0.10.0 |
2139 | 2024-04-16T05:40:10.760Z | Downloaded crc v3.0.1 |
2140 | 2024-04-16T05:40:10.760Z | Downloaded wyz v0.5.1 |
2141 | 2024-04-16T05:40:10.760Z | Downloaded radium v0.7.0 |
2142 | 2024-04-16T05:40:10.760Z | Downloaded packed_struct_codegen v0.10.1 |
2143 | 2024-04-16T05:40:10.760Z | Downloaded packed_struct v0.10.1 |
2144 | 2024-04-16T05:40:10.760Z | Downloaded nodrop v0.1.14 |
2145 | 2024-04-16T05:40:10.760Z | Downloaded maybe-uninit v2.0.0 |
2146 | 2024-04-16T05:40:10.760Z | Downloaded smallvec v0.6.14 |
2147 | 2024-04-16T05:40:10.760Z | Downloaded path-slash v0.1.5 |
2148 | 2024-04-16T05:40:10.760Z | Downloaded serde-hex v0.1.0 |
2149 | 2024-04-16T05:40:10.760Z | Downloaded pkcs1 v0.7.5 |
2150 | 2024-04-16T05:40:10.761Z | Downloaded crc-any v2.4.3 |
2151 | 2024-04-16T05:40:10.761Z | Downloaded ron v0.8.1 |
2152 | 2024-04-16T05:40:10.761Z | Downloaded x509-cert v0.2.4 |
2153 | 2024-04-16T05:40:10.761Z | Downloaded rsa v0.9.2 |
2154 | 2024-04-16T05:40:10.761Z | Downloaded num-bigint-dig v0.8.4 |
2155 | 2024-04-16T05:40:10.761Z | Downloaded hashbrown v0.13.2 |
2156 | 2024-04-16T05:40:10.761Z | Downloaded object v0.30.4 |
2157 | 2024-04-16T05:40:10.761Z | Downloaded bitvec v1.0.1 |
2158 | 2024-04-16T05:40:10.761Z | Compiling proc-macro2 v1.0.80 |
2159 | 2024-04-16T05:40:10.761Z | Compiling unicode-ident v1.0.12 |
2160 | 2024-04-16T05:40:10.761Z | Compiling libc v0.2.153 |
2161 | 2024-04-16T05:40:10.761Z | Compiling serde v1.0.197 |
2162 | 2024-04-16T05:40:10.762Z | Compiling autocfg v1.1.0 |
2163 | 2024-04-16T05:40:10.762Z | Compiling version_check v0.9.4 |
2164 | 2024-04-16T05:40:10.762Z | Compiling cfg-if v1.0.0 |
2165 | 2024-04-16T05:40:10.762Z | Compiling typenum v1.16.0 |
2166 | 2024-04-16T05:40:10.762Z | Compiling once_cell v1.19.0 |
2167 | 2024-04-16T05:40:10.762Z | Compiling parking_lot_core v0.9.8 |
2168 | 2024-04-16T05:40:10.762Z | Compiling memchr v2.7.1 |
2169 | 2024-04-16T05:40:10.762Z | Compiling syn v1.0.109 |
2170 | 2024-04-16T05:40:10.762Z | Compiling byteorder v1.5.0 |
2171 | 2024-04-16T05:40:10.762Z | Compiling generic-array v0.14.7 |
2172 | 2024-04-16T05:40:10.762Z | Compiling lock_api v0.4.10 |
2173 | 2024-04-16T05:40:10.762Z | Compiling libm v0.2.7 |
2174 | 2024-04-16T05:40:10.762Z | Compiling num-traits v0.2.18 |
2175 | 2024-04-16T05:40:10.763Z | Compiling ahash v0.8.8 |
2176 | 2024-04-16T05:40:10.763Z | Compiling quote v1.0.36 |
2177 | 2024-04-16T05:40:10.763Z | Compiling serde_json v1.0.116 |
2178 | 2024-04-16T05:40:10.763Z | Compiling pkg-config v0.3.27 |
2179 | 2024-04-16T05:40:10.763Z | Compiling thiserror v1.0.58 |
2180 | 2024-04-16T05:40:10.763Z | Compiling syn v2.0.59 |
2181 | 2024-04-16T05:40:10.763Z | Compiling cc v1.0.83 |
2182 | 2024-04-16T05:40:10.763Z | Compiling getrandom v0.2.12 |
2183 | 2024-04-16T05:40:10.763Z | Compiling scopeguard v1.2.0 |
2184 | 2024-04-16T05:40:10.763Z | Compiling itoa v1.0.9 |
2185 | 2024-04-16T05:40:10.763Z | Compiling log v0.4.21 |
2186 | 2024-04-16T05:40:10.763Z | Compiling slab v0.4.9 |
2187 | 2024-04-16T05:40:10.763Z | Compiling rand_core v0.6.4 |
2188 | 2024-04-16T05:40:10.764Z | Compiling smallvec v1.13.1 |
2189 | 2024-04-16T05:40:11.185Z | Compiling vcpkg v0.2.15 |
2190 | 2024-04-16T05:40:11.929Z | Compiling const-oid v0.9.6 |
2191 | 2024-04-16T05:40:12.241Z | Compiling parking_lot v0.12.1 |
2192 | 2024-04-16T05:40:12.744Z | Compiling pin-project-lite v0.2.13 |
2193 | 2024-04-16T05:40:12.855Z | Compiling ryu v1.0.15 |
2194 | 2024-04-16T05:40:12.989Z | Compiling openssl-sys v0.9.102 |
2195 | 2024-04-16T05:40:13.105Z | Compiling ring v0.17.8 |
2196 | 2024-04-16T05:40:13.170Z | Compiling ucd-trie v0.1.6 |
2197 | 2024-04-16T05:40:13.745Z | Compiling signal-hook-registry v1.4.1 |
2198 | 2024-04-16T05:40:14.128Z | Compiling subtle v2.5.0 |
2199 | 2024-04-16T05:40:14.542Z | Compiling rustix v0.38.31 |
2200 | 2024-04-16T05:40:14.543Z | Compiling ring v0.16.20 |
2201 | 2024-04-16T05:40:14.543Z | Compiling mio v0.8.11 |
2202 | 2024-04-16T05:40:14.885Z | Compiling futures-core v0.3.30 |
2203 | 2024-04-16T05:40:15.121Z | Compiling semver v1.0.22 |
2204 | 2024-04-16T05:40:15.384Z | Compiling tinyvec_macros v0.1.1 |
2205 | 2024-04-16T05:40:15.482Z | Compiling tinyvec v1.6.0 |
2206 | 2024-04-16T05:40:16.572Z | Compiling spin v0.5.2 |
2207 | 2024-04-16T05:40:16.896Z | Compiling unicode-normalization v0.1.22 |
2208 | 2024-04-16T05:40:17.165Z | Compiling socket2 v0.5.6 |
2209 | 2024-04-16T05:40:17.392Z | Compiling num_cpus v1.16.0 |
2210 | 2024-04-16T05:40:17.599Z | Compiling unicode-xid v0.2.4 |
2211 | 2024-04-16T05:40:17.752Z | Compiling httparse v1.8.0 |
2212 | 2024-04-16T05:40:18.007Z | Compiling unicode-bidi v0.3.15 |
2213 | 2024-04-16T05:40:18.141Z | Compiling openssl v0.10.64 |
2214 | 2024-04-16T05:40:18.915Z | Compiling allocator-api2 v0.2.16 |
2215 | 2024-04-16T05:40:18.920Z | Compiling futures-sink v0.3.30 |
2216 | 2024-04-16T05:40:18.920Z | Compiling synstructure v0.12.6 |
2217 | 2024-04-16T05:40:18.993Z | Compiling equivalent v1.0.1 |
2218 | 2024-04-16T05:40:19.099Z | Compiling time-core v0.1.2 |
2219 | 2024-04-16T05:40:19.253Z | Compiling num-conv v0.1.0 |
2220 | 2024-04-16T05:40:19.456Z | Compiling futures-channel v0.3.30 |
2221 | 2024-04-16T05:40:19.512Z | Compiling time-macros v0.2.17 |
2222 | 2024-04-16T05:40:19.866Z | Compiling ppv-lite86 v0.2.17 |
2223 | 2024-04-16T05:40:20.011Z | Compiling futures-io v0.3.30 |
2224 | 2024-04-16T05:40:20.117Z | Compiling native-tls v0.2.11 |
2225 | 2024-04-16T05:40:20.275Z | Compiling rustls v0.21.9 |
2226 | 2024-04-16T05:40:20.573Z | Compiling futures-task v0.3.30 |
2227 | 2024-04-16T05:40:20.669Z | Compiling crc32fast v1.3.2 |
2228 | 2024-04-16T05:40:21.020Z | Compiling pin-utils v0.1.0 |
2229 | 2024-04-16T05:40:21.112Z | Compiling rand_chacha v0.3.1 |
2230 | 2024-04-16T05:40:21.129Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2231 | 2024-04-16T05:40:21.593Z | Compiling spin v0.9.8 |
2232 | 2024-04-16T05:40:21.613Z | Compiling tracing-core v0.1.32 |
2233 | 2024-04-16T05:40:21.627Z | Compiling base64ct v1.6.0 |
2234 | 2024-04-16T05:40:22.148Z | Compiling serde_derive v1.0.197 |
2235 | 2024-04-16T05:40:22.152Z | Compiling zeroize_derive v1.4.2 |
2236 | 2024-04-16T05:40:22.278Z | Compiling zerocopy-derive v0.7.32 |
2237 | 2024-04-16T05:40:22.298Z | Compiling thiserror-impl v1.0.58 |
2238 | 2024-04-16T05:40:22.523Z | Compiling tokio-macros v2.2.0 |
2239 | 2024-04-16T05:40:22.773Z | Compiling futures-macro v0.3.30 |
2240 | 2024-04-16T05:40:22.838Z | Compiling tracing-attributes v0.1.27 |
2241 | 2024-04-16T05:40:23.517Z | Compiling der_derive v0.7.2 |
2242 | 2024-04-16T05:40:23.640Z | Compiling zeroize v1.7.0 |
2243 | 2024-04-16T05:40:24.269Z | Compiling zerocopy v0.7.32 |
2244 | 2024-04-16T05:40:25.117Z | Compiling pest v2.7.6 |
2245 | 2024-04-16T05:40:25.503Z | Compiling crypto-common v0.1.6 |
2246 | 2024-04-16T05:40:25.606Z | Compiling block-buffer v0.10.4 |
2247 | 2024-04-16T05:40:25.782Z | Compiling zerocopy-derive v0.2.0 |
2248 | 2024-04-16T05:40:25.865Z | Compiling digest v0.10.7 |
2249 | 2024-04-16T05:40:25.912Z | Compiling openssl-macros v0.1.1 |
2250 | 2024-04-16T05:40:26.320Z | Compiling futures-util v0.3.30 |
2251 | 2024-04-16T05:40:26.661Z | Compiling tracing v0.1.40 |
2252 | 2024-04-16T05:40:26.799Z | Compiling hashbrown v0.14.3 |
2253 | 2024-04-16T05:40:26.962Z | Compiling zerocopy-derive v0.6.6 |
2254 | 2024-04-16T05:40:27.148Z | Compiling scroll_derive v0.12.0 |
2255 | 2024-04-16T05:40:27.558Z | Compiling pest_meta v2.7.6 |
2256 | 2024-04-16T05:40:27.743Z | Compiling pem-rfc7468 v0.7.0 |
2257 | 2024-04-16T05:40:28.187Z | Compiling rand v0.8.5 |
2258 | 2024-04-16T05:40:28.587Z | Compiling usdt-impl v0.3.5 |
2259 | 2024-04-16T05:40:29.243Z | Compiling pest_generator v2.7.6 |
2260 | 2024-04-16T05:40:29.248Z | Compiling cookie v0.17.0 |
2261 | 2024-04-16T05:40:29.248Z | Compiling percent-encoding v2.3.1 |
2262 | 2024-04-16T05:40:29.248Z | Compiling schemars v0.8.16 |
2263 | 2024-04-16T05:40:29.348Z | Compiling flagset v0.4.3 |
2264 | 2024-04-16T05:40:29.567Z | Compiling signal-hook v0.3.17 |
2265 | 2024-04-16T05:40:29.952Z | Compiling der v0.7.8 |
2266 | 2024-04-16T05:40:30.529Z | Compiling serde_derive_internals v0.26.0 |
2267 | 2024-04-16T05:40:31.536Z | Compiling pest_derive v2.7.6 |
2268 | 2024-04-16T05:40:32.753Z | Compiling errno v0.3.8 |
2269 | 2024-04-16T05:40:32.896Z | Compiling fnv v1.0.7 |
2270 | 2024-04-16T05:40:32.997Z | Compiling schemars_derive v0.8.16 |
2271 | 2024-04-16T05:40:33.021Z | Compiling spki v0.7.2 |
2272 | 2024-04-16T05:40:34.399Z | Compiling zerocopy v0.3.0 |
2273 | 2024-04-16T05:40:34.875Z | Compiling lazy_static v1.4.0 |
2274 | 2024-04-16T05:40:35.437Z | Compiling backtrace v0.3.69 |
2275 | 2024-04-16T05:40:35.773Z | Compiling bytes v1.6.0 |
2276 | 2024-04-16T05:40:35.996Z | Compiling bitflags v2.4.2 |
2277 | 2024-04-16T05:40:36.995Z | Compiling tokio v1.37.0 |
2278 | 2024-04-16T05:40:37.115Z | Compiling indexmap v2.2.6 |
2279 | 2024-04-16T05:40:37.779Z | Compiling rustc_version v0.4.0 |
2280 | 2024-04-16T05:40:38.340Z | Compiling heapless v0.7.16 |
2281 | 2024-04-16T05:40:38.667Z | Compiling http v0.2.12 |
2282 | 2024-04-16T05:40:38.763Z | Compiling uuid v1.8.0 |
2283 | 2024-04-16T05:40:39.517Z | Compiling thread-id v4.2.0 |
2284 | 2024-04-16T05:40:39.625Z | Compiling num-bigint v0.4.4 |
2285 | 2024-04-16T05:40:39.947Z | Compiling crossbeam-utils v0.8.19 |
2286 | 2024-04-16T05:40:40.061Z | Compiling foreign-types-shared v0.1.1 |
2287 | 2024-04-16T05:40:40.165Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2288 | 2024-04-16T05:40:40.820Z | Compiling heck v0.5.0 |
2289 | 2024-04-16T05:40:40.843Z | Compiling untrusted v0.7.1 |
2290 | 2024-04-16T05:40:41.031Z | Compiling heck v0.4.1 |
2291 | 2024-04-16T05:40:41.046Z | Compiling untrusted v0.9.0 |
2292 | 2024-04-16T05:40:41.212Z | Compiling powerfmt v0.2.0 |
2293 | 2024-04-16T05:40:41.247Z | Compiling base64 v0.21.7 |
2294 | 2024-04-16T05:40:41.611Z | Compiling iana-time-zone v0.1.57 |
2295 | 2024-04-16T05:40:41.948Z | Compiling smoltcp v0.9.1 |
2296 | 2024-04-16T05:40:41.975Z | Compiling chrono v0.4.38 |
2297 | 2024-04-16T05:40:42.446Z | Compiling deranged v0.3.11 |
2298 | 2024-04-16T05:40:42.570Z | Compiling clap_derive v4.5.4 |
2299 | 2024-04-16T05:40:45.080Z | Compiling tokio-util v0.7.10 |
2300 | 2024-04-16T05:40:45.287Z | Compiling foreign-types v0.3.2 |
2301 | 2024-04-16T05:40:45.333Z | Compiling dof v0.1.5 |
2302 | 2024-04-16T05:40:45.374Z | Compiling dtrace-parser v0.1.14 |
2303 | 2024-04-16T05:40:46.046Z | Compiling form_urlencoded v1.2.1 |
2304 | 2024-04-16T05:40:46.525Z | Compiling hmac v0.12.1 |
2305 | 2024-04-16T05:40:46.710Z | Compiling num-integer v0.1.46 |
2306 | 2024-04-16T05:40:46.896Z | Compiling rustversion v1.0.14 |
2307 | 2024-04-16T05:40:46.939Z | Compiling cpufeatures v0.2.12 |
2308 | 2024-04-16T05:40:47.033Z | Compiling utf8parse v0.2.1 |
2309 | 2024-04-16T05:40:47.193Z | Compiling try-lock v0.2.4 |
2310 | 2024-04-16T05:40:47.334Z | Compiling siphasher v0.3.11 |
2311 | 2024-04-16T05:40:47.491Z | Compiling num_threads v0.1.6 |
2312 | 2024-04-16T05:40:47.756Z | Compiling adler v1.0.2 |
2313 | 2024-04-16T05:40:47.823Z | Compiling anstyle v1.0.6 |
2314 | 2024-04-16T05:40:47.890Z | Compiling miniz_oxide v0.7.1 |
2315 | 2024-04-16T05:40:48.390Z | Compiling time v0.3.34 |
2316 | 2024-04-16T05:40:49.223Z | Compiling want v0.3.1 |
2317 | 2024-04-16T05:40:49.498Z | Compiling anstyle-parse v0.2.1 |
2318 | 2024-04-16T05:40:49.892Z | Compiling sha2 v0.10.8 |
2319 | 2024-04-16T05:40:50.883Z | Compiling sct v0.7.0 |
2320 | 2024-04-16T05:40:51.151Z | Compiling h2 v0.3.26 |
2321 | 2024-04-16T05:40:52.770Z | Compiling rustls-webpki v0.101.7 |
2322 | 2024-04-16T05:40:52.994Z | Compiling http-body v0.4.5 |
2323 | 2024-04-16T05:40:53.378Z | Compiling serde_tokenstream v0.1.7 |
2324 | 2024-04-16T05:40:53.480Z | Compiling pkcs8 v0.10.2 |
2325 | 2024-04-16T05:40:53.882Z | Compiling hubpack_derive v0.1.1 |
2326 | 2024-04-16T05:40:54.379Z | Compiling async-trait v0.1.80 |
2327 | 2024-04-16T05:40:54.599Z | Compiling idna v0.5.0 |
2328 | 2024-04-16T05:40:55.055Z | Compiling aho-corasick v1.1.2 |
2329 | 2024-04-16T05:40:55.337Z | Compiling usdt-impl v0.5.0 |
2330 | 2024-04-16T05:40:55.688Z | Compiling radium v0.7.0 |
2331 | 2024-04-16T05:40:55.932Z | Compiling tower-service v0.3.2 |
2332 | 2024-04-16T05:40:56.057Z | Compiling colorchoice v1.0.0 |
2333 | 2024-04-16T05:40:56.207Z | Compiling openssl-probe v0.1.5 |
2334 | 2024-04-16T05:40:56.232Z | Compiling slog v2.7.0 |
2335 | 2024-04-16T05:40:56.252Z | Compiling regex-syntax v0.8.2 |
2336 | 2024-04-16T05:40:56.931Z | Compiling anstyle-query v1.0.0 |
2337 | 2024-04-16T05:40:57.180Z | Compiling httpdate v1.0.3 |
2338 | 2024-04-16T05:40:57.569Z | Compiling anyhow v1.0.82 |
2339 | 2024-04-16T05:40:58.234Z | Compiling hyper v0.14.28 |
2340 | 2024-04-16T05:40:59.792Z | Compiling regex-automata v0.4.5 |
2341 | 2024-04-16T05:41:01.971Z | Compiling anstream v0.6.11 |
2342 | 2024-04-16T05:41:05.650Z | Compiling url v2.5.0 |
2343 | 2024-04-16T05:41:07.666Z | Compiling terminal_size v0.3.0 |
2344 | 2024-04-16T05:41:07.957Z | Compiling serde_spanned v0.6.5 |
2345 | 2024-04-16T05:41:08.021Z | Compiling toml_datetime v0.6.5 |
2346 | 2024-04-16T05:41:08.552Z | Compiling zerocopy v0.6.6 |
2347 | 2024-04-16T05:41:08.668Z | Compiling scroll v0.12.0 |
2348 | 2024-04-16T05:41:08.811Z | Compiling md-5 v0.10.5 |
2349 | 2024-04-16T05:41:09.126Z | Compiling idna v0.3.0 |
2350 | 2024-04-16T05:41:09.193Z | Compiling stringprep v0.1.3 |
2351 | 2024-04-16T05:41:09.344Z | Compiling diesel_table_macro_syntax v0.1.0 |
2352 | 2024-04-16T05:41:09.397Z | Compiling hash32 v0.2.1 |
2353 | 2024-04-16T05:41:09.679Z | Compiling plain v0.2.3 |
2354 | 2024-04-16T05:41:09.709Z | Compiling dyn-clone v1.0.17 |
2355 | 2024-04-16T05:41:09.750Z | Compiling tap v1.0.1 |
2356 | 2024-04-16T05:41:09.756Z | Compiling psl-types v2.0.11 |
2357 | 2024-04-16T05:41:09.820Z | Compiling fallible-iterator v0.2.0 |
2358 | 2024-04-16T05:41:09.984Z | Compiling clap_lex v0.7.0 |
2359 | 2024-04-16T05:41:09.996Z | Compiling uuid v0.8.2 |
2360 | 2024-04-16T05:41:10.042Z | Compiling gimli v0.28.0 |
2361 | 2024-04-16T05:41:10.174Z | Compiling maybe-uninit v2.0.0 |
2362 | 2024-04-16T05:41:10.227Z | Compiling strsim v0.11.0 |
2363 | 2024-04-16T05:41:10.465Z | Compiling stable_deref_trait v1.2.0 |
2364 | 2024-04-16T05:41:10.510Z | Compiling clap_builder v4.5.2 |
2365 | 2024-04-16T05:41:11.089Z | Compiling postgres-protocol v0.6.6 |
2366 | 2024-04-16T05:41:11.833Z | Compiling tokio-rustls v0.24.1 |
2367 | 2024-04-16T05:41:12.222Z | Compiling publicsuffix v2.2.3 |
2368 | 2024-04-16T05:41:12.362Z | Compiling wyz v0.5.1 |
2369 | 2024-04-16T05:41:12.446Z | Compiling goblin v0.8.0 |
2370 | 2024-04-16T05:41:12.576Z | Compiling diesel_derives v2.1.2 |
2371 | 2024-04-16T05:41:14.475Z | Compiling addr2line v0.21.0 |
2372 | 2024-04-16T05:41:14.977Z | Compiling strum_macros v0.25.2 |
2373 | 2024-04-16T05:41:16.191Z | Compiling tokio-native-tls v0.3.1 |
2374 | 2024-04-16T05:41:17.532Z | Compiling usdt-attr-macro v0.3.5 |
2375 | 2024-04-16T05:41:18.715Z | Compiling usdt-macro v0.3.5 |
2376 | 2024-04-16T05:41:20.336Z | Compiling phf_shared v0.11.2 |
2377 | 2024-04-16T05:41:20.720Z | Compiling num-iter v0.1.44 |
2378 | 2024-04-16T05:41:20.914Z | Compiling enum-as-inner v0.5.1 |
2379 | 2024-04-16T05:41:21.748Z | Compiling block-padding v0.3.3 |
2380 | 2024-04-16T05:41:21.952Z | Compiling serde_repr v0.1.16 |
2381 | 2024-04-16T05:41:23.078Z | Compiling ff v0.13.0 |
2382 | 2024-04-16T05:41:23.300Z | Compiling scheduled-thread-pool v0.2.7 |
2383 | 2024-04-16T05:41:24.411Z | Compiling object v0.32.1 |
2384 | 2024-04-16T05:41:26.161Z | Compiling managed v0.8.0 |
2385 | 2024-04-16T05:41:26.753Z | Compiling base16ct v0.2.0 |
2386 | 2024-04-16T05:41:27.040Z | Compiling bitflags v1.3.2 |
2387 | 2024-04-16T05:41:27.141Z | Compiling rustc-demangle v0.1.23 |
2388 | 2024-04-16T05:41:27.263Z | Compiling num-bigint-dig v0.8.4 |
2389 | 2024-04-16T05:41:27.564Z | Compiling ipnet v2.9.0 |
2390 | 2024-04-16T05:41:27.815Z | Compiling pretty-hex v0.4.1 |
2391 | 2024-04-16T05:41:27.965Z | Compiling packed_struct v0.10.1 |
2392 | 2024-04-16T05:41:28.027Z | Compiling regex-automata v0.1.10 |
2393 | 2024-04-16T05:41:28.393Z | Compiling funty v2.0.0 |
2394 | 2024-04-16T05:41:28.519Z | Compiling matches v0.1.10 |
2395 | 2024-04-16T05:41:28.612Z | Compiling bit-vec v0.6.3 |
2396 | 2024-04-16T05:41:29.003Z | Compiling winnow v0.5.15 |
2397 | 2024-04-16T05:41:30.649Z | Compiling bitvec v1.0.1 |
2398 | 2024-04-16T05:41:30.889Z | Compiling idna v0.2.3 |
2399 | 2024-04-16T05:41:32.326Z | Compiling toml_edit v0.19.15 |
2400 | 2024-04-16T05:41:33.081Z | Compiling bstr v0.2.17 |
2401 | 2024-04-16T05:41:34.447Z | Compiling dof v0.3.0 |
2402 | 2024-04-16T05:41:37.507Z | Compiling sec1 v0.7.3 |
2403 | 2024-04-16T05:41:39.129Z | Compiling r2d2 v0.8.10 |
2404 | 2024-04-16T05:41:39.436Z | Compiling group v0.13.0 |
2405 | 2024-04-16T05:41:39.547Z | Compiling inout v0.1.3 |
2406 | 2024-04-16T05:41:40.923Z | Compiling phf v0.11.2 |
2407 | 2024-04-16T05:41:41.233Z | Compiling hyper-tls v0.5.0 |
2408 | 2024-04-16T05:41:41.592Z | Compiling signal-hook-mio v0.2.3 |
2409 | 2024-04-16T05:41:41.758Z | Compiling cookie_store v0.20.0 |
2410 | 2024-04-16T05:41:42.275Z | Compiling clap v4.5.4 |
2411 | 2024-04-16T05:41:42.397Z | Compiling flate2 v1.0.28 |
2412 | 2024-04-16T05:41:43.099Z | Compiling bzip2 v0.4.4 |
2413 | 2024-04-16T05:41:43.280Z | Compiling ipnetwork v0.20.0 |
2414 | 2024-04-16T05:41:43.283Z | Compiling hyper-rustls v0.24.2 |
2415 | 2024-04-16T05:41:43.464Z | Compiling postgres-types v0.2.6 |
2416 | 2024-04-16T05:41:43.738Z | Compiling regex v1.10.4 |
2417 | 2024-04-16T05:41:44.397Z | Compiling hubpack v0.1.2 |
2418 | 2024-04-16T05:41:44.728Z | Compiling rustls-pemfile v1.0.3 |
2419 | 2024-04-16T05:41:44.770Z | Compiling phf_shared v0.10.0 |
2420 | 2024-04-16T05:41:44.841Z | Compiling hkdf v0.12.4 |
2421 | 2024-04-16T05:41:45.062Z | Compiling serde_urlencoded v0.7.1 |
2422 | 2024-04-16T05:41:45.132Z | Compiling dtrace-parser v0.2.0 |
2423 | 2024-04-16T05:41:45.151Z | Compiling futures-executor v0.3.30 |
2424 | 2024-04-16T05:41:45.962Z | Compiling crypto-bigint v0.5.2 |
2425 | 2024-04-16T05:41:46.184Z | Compiling packed_struct_codegen v0.10.1 |
2426 | 2024-04-16T05:41:46.772Z | Compiling float-cmp v0.9.0 |
2427 | 2024-04-16T05:41:47.575Z | Compiling indexmap v1.9.3 |
2428 | 2024-04-16T05:41:47.890Z | Compiling encoding_rs v0.8.33 |
2429 | 2024-04-16T05:41:48.102Z | Compiling winnow v0.6.1 |
2430 | 2024-04-16T05:41:48.768Z | Compiling data-encoding v2.4.0 |
2431 | 2024-04-16T05:41:49.979Z | Compiling fixedbitset v0.4.2 |
2432 | 2024-04-16T05:41:50.369Z | Compiling crc-catalog v2.2.0 |
2433 | 2024-04-16T05:41:50.514Z | Compiling either v1.11.0 |
2434 | 2024-04-16T05:41:50.925Z | Compiling unicode-width v0.1.11 |
2435 | 2024-04-16T05:41:51.092Z | Compiling webpki-roots v0.25.2 |
2436 | 2024-04-16T05:41:51.185Z | Compiling mime v0.3.17 |
2437 | 2024-04-16T05:41:51.348Z | Compiling precomputed-hash v0.1.1 |
2438 | 2024-04-16T05:41:51.656Z | Compiling unicode-segmentation v1.10.1 |
2439 | 2024-04-16T05:41:51.709Z | Compiling whoami v1.5.1 |
2440 | 2024-04-16T05:41:52.021Z | Compiling predicates-core v1.0.6 |
2441 | 2024-04-16T05:41:52.171Z | Compiling new_debug_unreachable v1.0.4 |
2442 | 2024-04-16T05:41:52.268Z | Compiling difflib v0.4.0 |
2443 | 2024-04-16T05:41:52.313Z | Compiling nodrop v0.1.14 |
2444 | 2024-04-16T05:41:52.435Z | Compiling normalize-line-endings v0.3.0 |
2445 | 2024-04-16T05:41:52.478Z | Compiling static_assertions v1.1.0 |
2446 | 2024-04-16T05:41:52.563Z | Compiling minimal-lexical v0.2.1 |
2447 | 2024-04-16T05:41:52.577Z | Compiling sync_wrapper v0.1.2 |
2448 | 2024-04-16T05:41:52.699Z | Compiling reqwest v0.11.24 |
2449 | 2024-04-16T05:41:53.059Z | Compiling nom v7.1.3 |
2450 | 2024-04-16T05:41:53.795Z | Compiling predicates v3.1.0 |
2451 | 2024-04-16T05:41:55.328Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2452 | 2024-04-16T05:41:56.677Z | Compiling array-init v0.0.4 |
2453 | 2024-04-16T05:41:58.700Z | Compiling similar v2.4.0 |
2454 | 2024-04-16T05:41:58.729Z | Compiling string_cache v0.8.7 |
2455 | 2024-04-16T05:41:59.149Z | Compiling tokio-postgres v0.7.10 |
2456 | 2024-04-16T05:42:01.017Z | Compiling toml_edit v0.22.9 |
2457 | 2024-04-16T05:42:05.307Z | Compiling console v0.15.8 |
2458 | 2024-04-16T05:42:06.556Z | Compiling itertools v0.10.5 |
2459 | 2024-04-16T05:42:08.261Z | Compiling crc v3.0.1 |
2460 | 2024-04-16T05:42:08.302Z | Compiling petgraph v0.6.4 |
2461 | 2024-04-16T05:42:08.362Z | Compiling trust-dns-proto v0.22.0 |
2462 | 2024-04-16T05:42:09.085Z | Compiling elliptic-curve v0.13.8 |
2463 | 2024-04-16T05:42:12.567Z | Compiling futures v0.3.30 |
2464 | 2024-04-16T05:42:15.094Z | Compiling smallvec v0.6.14 |
2465 | 2024-04-16T05:42:15.202Z | Compiling diesel v2.1.5 |
2466 | 2024-04-16T05:42:15.231Z | Compiling zip v0.6.6 |
2467 | 2024-04-16T05:42:15.560Z | Compiling yasna v0.5.2 |
2468 | 2024-04-16T05:42:15.792Z | Compiling crossterm v0.27.0 |
2469 | 2024-04-16T05:42:16.415Z | Compiling crossbeam-epoch v0.9.18 |
2470 | 2024-04-16T05:42:16.469Z | Compiling cipher v0.4.4 |
2471 | 2024-04-16T05:42:17.214Z | Compiling toml v0.7.8 |
2472 | 2024-04-16T05:42:17.593Z | Compiling bit-set v0.5.3 |
2473 | 2024-04-16T05:42:17.690Z | Compiling usdt v0.3.5 |
2474 | 2024-04-16T05:42:18.591Z | Compiling bstr v1.9.0 |
2475 | 2024-04-16T05:42:19.071Z | Compiling pkcs1 v0.7.5 |
2476 | 2024-04-16T05:42:19.109Z | Compiling tokio-stream v0.1.15 |
2477 | 2024-04-16T05:42:20.129Z | Compiling is-terminal v0.4.9 |
2478 | 2024-04-16T05:42:20.261Z | Compiling openapiv3 v2.0.0 |
2479 | 2024-04-16T05:42:20.561Z | Compiling hex v0.4.3 |
2480 | 2024-04-16T05:42:22.069Z | Compiling signature v2.1.0 |
2481 | 2024-04-16T05:42:24.428Z | Compiling bitfield v0.14.0 |
2482 | 2024-04-16T05:42:24.660Z | Compiling termcolor v1.2.0 |
2483 | 2024-04-16T05:42:24.733Z | Compiling base64 v0.22.0 |
2484 | 2024-04-16T05:42:25.919Z | Compiling lalrpop-util v0.19.12 |
2485 | 2024-04-16T05:42:26.047Z | Compiling hashbrown v0.12.3 |
2486 | 2024-04-16T05:42:26.697Z | Compiling peg-runtime v0.8.2 |
2487 | 2024-04-16T05:42:28.538Z | Compiling env_logger v0.10.0 |
2488 | 2024-04-16T05:42:29.245Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2489 | 2024-04-16T05:42:32.254Z | Compiling rsa v0.9.2 |
2490 | 2024-04-16T05:42:39.823Z | Compiling serde-hex v0.1.0 |
2491 | 2024-04-16T05:42:41.644Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2492 | 2024-04-16T05:42:47.805Z | Compiling ron v0.8.1 |
2493 | 2024-04-16T05:42:48.430Z | Compiling x509-cert v0.2.4 |
2494 | 2024-04-16T05:42:49.064Z | Compiling hashbrown v0.13.2 |
2495 | 2024-04-16T05:42:52.664Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2496 | 2024-04-16T05:42:54.269Z | Compiling crc-any v2.4.3 |
2497 | 2024-04-16T05:43:08.804Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2498 | 2024-04-16T05:43:21.266Z | Compiling object v0.30.4 |
2499 | 2024-04-16T05:43:21.337Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2500 | 2024-04-16T05:43:33.402Z | Compiling path-slash v0.1.5 |
2501 | 2024-04-16T05:43:33.778Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2502 | 2024-04-16T05:43:55.606Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2503 | 2024-04-16T05:43:56.401Z | Finished release [optimized] target(s) in 3m 49s |
2504 | 2024-04-16T05:43:56.489Z | |
2505 | 2024-04-16T05:43:56.492Z | real 3:49.783174820 |
2506 | 2024-04-16T05:43:56.492Z | user 25:14.664162232 |
2507 | 2024-04-16T05:43:56.492Z | sys 3:12.873517438 |
2508 | 2024-04-16T05:43:56.492Z | trap 0.803892714 |
2509 | 2024-04-16T05:43:56.492Z | tflt 1.675660248 |
2510 | 2024-04-16T05:43:56.492Z | dflt 0.307736126 |
2511 | 2024-04-16T05:43:56.492Z | kflt 0.003505498 |
2512 | 2024-04-16T05:43:56.493Z | lock 57:28.548468786 |
2513 | 2024-04-16T05:43:56.493Z | slp 1:14:49.112974946 |
2514 | 2024-04-16T05:43:56.493Z | lat 1:28.182024878 |
2515 | 2024-04-16T05:43:56.493Z | stop 1:25.133619301 |
2516 | 2024-04-16T05:43:56.493Z | + ptime -m gzip |
2517 | 2024-04-16T05:43:56.761Z | |
2518 | 2024-04-16T05:43:56.761Z | real 0.269171470 |
2519 | 2024-04-16T05:43:56.761Z | user 0.265554676 |
2520 | 2024-04-16T05:43:56.762Z | sys 0.002447052 |
2521 | 2024-04-16T05:43:56.762Z | trap 0.000247722 |
2522 | 2024-04-16T05:43:56.762Z | tflt 0.000000000 |
2523 | 2024-04-16T05:43:56.762Z | dflt 0.000000000 |
2524 | 2024-04-16T05:43:56.765Z | kflt 0.000000000 |
2525 | 2024-04-16T05:43:56.765Z | lock 0.000000000 |
2526 | 2024-04-16T05:43:56.765Z | slp 0.000000000 |
2527 | 2024-04-16T05:43:56.765Z | lat 0.000509846 |
2528 | 2024-04-16T05:43:56.765Z | stop 0.000185886 |
2529 | 2024-04-16T05:43:56.765Z | + banner tufaceous |
2530 | 2024-04-16T05:43:56.766Z | |
2531 | 2024-04-16T05:43:56.766Z | ##### # # ###### ## #### ###### #### # # #### |
2532 | 2024-04-16T05:43:56.766Z | # # # # # # # # # # # # # # |
2533 | 2024-04-16T05:43:56.766Z | # # # ##### # # # ##### # # # # #### |
2534 | 2024-04-16T05:43:56.766Z | # # # # ###### # # # # # # # |
2535 | 2024-04-16T05:43:56.766Z | # # # # # # # # # # # # # # # |
2536 | 2024-04-16T05:43:56.766Z | # #### # # # #### ###### #### #### #### |
2537 | 2024-04-16T05:43:56.766Z | |
2538 | 2024-04-16T05:43:56.766Z | + ptime -m cargo build --locked -p tufaceous --release |
2539 | 2024-04-16T05:43:57.275Z | Downloading crates ... |
2540 | 2024-04-16T05:43:57.440Z | Downloaded serde_plain v1.0.2 |
2541 | 2024-04-16T05:43:57.443Z | Downloaded globset v0.4.13 |
2542 | 2024-04-16T05:43:57.447Z | Downloaded async-recursion v1.1.0 |
2543 | 2024-04-16T05:43:57.451Z | Downloaded snafu-derive v0.8.2 |
2544 | 2024-04-16T05:43:57.454Z | Downloaded buf-list v1.0.3 |
2545 | 2024-04-16T05:43:57.457Z | Downloaded olpc-cjson v0.1.3 |
2546 | 2024-04-16T05:43:57.460Z | Downloaded parse-size v1.0.0 |
2547 | 2024-04-16T05:43:57.464Z | Downloaded fs-err v2.11.0 |
2548 | 2024-04-16T05:43:57.467Z | Downloaded pin-project v1.1.3 |
2549 | 2024-04-16T05:43:57.481Z | Downloaded snafu v0.8.2 |
2550 | 2024-04-16T05:43:57.484Z | Downloaded typed-path v0.7.0 |
2551 | 2024-04-16T05:43:57.489Z | Downloaded tough v0.17.1 |
2552 | 2024-04-16T05:43:57.496Z | Downloaded pin-project-internal v1.1.3 |
2553 | 2024-04-16T05:43:57.597Z | Compiling serde_tokenstream v0.2.0 |
2554 | 2024-04-16T05:43:57.667Z | Compiling regress v0.9.1 |
2555 | 2024-04-16T05:43:57.681Z | Compiling dirs-sys-next v0.1.2 |
2556 | 2024-04-16T05:43:57.684Z | Compiling rustls-pki-types v1.3.0 |
2557 | 2024-04-16T05:43:57.691Z | Compiling heck v0.4.1 |
2558 | 2024-04-16T05:43:57.698Z | Compiling strsim v0.10.0 |
2559 | 2024-04-16T05:43:57.706Z | Compiling ident_case v1.0.1 |
2560 | 2024-04-16T05:43:57.873Z | Compiling dirs-next v2.0.0 |
2561 | 2024-04-16T05:43:58.091Z | Compiling darling_core v0.20.8 |
2562 | 2024-04-16T05:43:58.141Z | Compiling getopts v0.2.21 |
2563 | 2024-04-16T05:43:58.299Z | Compiling thread_local v1.1.7 |
2564 | 2024-04-16T05:43:58.785Z | Compiling slog-async v2.8.0 |
2565 | 2024-04-16T05:43:58.934Z | Compiling camino v1.1.6 |
2566 | 2024-04-16T05:43:58.963Z | Compiling rustls v0.22.2 |
2567 | 2024-04-16T05:43:58.974Z | Compiling paste v1.0.14 |
2568 | 2024-04-16T05:43:59.136Z | Compiling unsafe-libyaml v0.2.10 |
2569 | 2024-04-16T05:43:59.288Z | Compiling rustls-webpki v0.102.1 |
2570 | 2024-04-16T05:43:59.320Z | Compiling term v0.7.0 |
2571 | 2024-04-16T05:43:59.516Z | Compiling crossbeam-channel v0.5.8 |
2572 | 2024-04-16T05:44:00.850Z | Compiling serde_yaml v0.9.25 |
2573 | 2024-04-16T05:44:01.207Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2574 | 2024-04-16T05:44:02.320Z | Compiling structmeta-derive v0.3.0 |
2575 | 2024-04-16T05:44:03.695Z | Compiling multer v3.0.0 |
2576 | 2024-04-16T05:44:04.013Z | Compiling match_cfg v0.1.0 |
2577 | 2024-04-16T05:44:04.112Z | Compiling take_mut v0.2.2 |
2578 | 2024-04-16T05:44:04.144Z | Compiling darling_macro v0.20.8 |
2579 | 2024-04-16T05:44:04.205Z | Compiling hostname v0.3.1 |
2580 | 2024-04-16T05:44:04.591Z | Compiling slog-term v2.9.1 |
2581 | 2024-04-16T05:44:05.011Z | Compiling structmeta v0.3.0 |
2582 | 2024-04-16T05:44:05.117Z | Compiling darling v0.20.8 |
2583 | 2024-04-16T05:44:06.497Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2584 | 2024-04-16T05:44:06.515Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2585 | 2024-04-16T05:44:06.647Z | Compiling slog-json v2.6.1 |
2586 | 2024-04-16T05:44:07.034Z | Compiling http v1.0.0 |
2587 | 2024-04-16T05:44:07.176Z | Compiling pin-project-internal v1.1.3 |
2588 | 2024-04-16T05:44:07.512Z | Compiling async-stream-impl v0.3.5 |
2589 | 2024-04-16T05:44:07.532Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2590 | 2024-04-16T05:44:07.852Z | Compiling atomic-waker v1.1.1 |
2591 | 2024-04-16T05:44:08.044Z | Compiling fastrand v2.0.1 |
2592 | 2024-04-16T05:44:08.070Z | Compiling waitgroup v0.1.2 |
2593 | 2024-04-16T05:44:08.378Z | Compiling slog-bunyan v2.5.0 |
2594 | 2024-04-16T05:44:08.636Z | Compiling tempfile v3.10.1 |
2595 | 2024-04-16T05:44:08.816Z | Compiling async-stream v0.3.5 |
2596 | 2024-04-16T05:44:09.151Z | Compiling tokio-rustls v0.25.0 |
2597 | 2024-04-16T05:44:09.733Z | Compiling parse-display-derive v0.9.0 |
2598 | 2024-04-16T05:44:09.924Z | Compiling pin-project v1.1.3 |
2599 | 2024-04-16T05:44:10.064Z | Compiling serde_with_macros v3.7.0 |
2600 | 2024-04-16T05:44:10.506Z | Compiling toml v0.8.12 |
2601 | 2024-04-16T05:44:11.656Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2602 | 2024-04-16T05:44:11.854Z | Compiling rustls-pemfile v2.1.2 |
2603 | 2024-04-16T05:44:12.181Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2604 | 2024-04-16T05:44:12.633Z | Compiling sha1 v0.10.6 |
2605 | 2024-04-16T05:44:12.841Z | Compiling strum_macros v0.26.1 |
2606 | 2024-04-16T05:44:13.559Z | Compiling newtype-uuid v1.1.0 |
2607 | 2024-04-16T05:44:13.684Z | Compiling snafu-derive v0.8.2 |
2608 | 2024-04-16T05:44:13.684Z | Compiling serde_path_to_error v0.1.16 |
2609 | 2024-04-16T05:44:13.901Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2610 | 2024-04-16T05:44:14.655Z | Compiling instant v0.1.12 |
2611 | 2024-04-16T05:44:14.687Z | Compiling fs-err v2.11.0 |
2612 | 2024-04-16T05:44:14.817Z | Compiling debug-ignore v1.0.5 |
2613 | 2024-04-16T05:44:14.973Z | Compiling arc-swap v1.6.0 |
2614 | 2024-04-16T05:44:15.000Z | Compiling same-file v1.0.6 |
2615 | 2024-04-16T05:44:15.274Z | Compiling buf-list v1.0.3 |
2616 | 2024-04-16T05:44:15.710Z | Compiling slog-scope v4.4.0 |
2617 | 2024-04-16T05:44:15.905Z | Compiling walkdir v2.5.0 |
2618 | 2024-04-16T05:44:16.515Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2619 | 2024-04-16T05:44:16.650Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2620 | 2024-04-16T05:44:17.380Z | Compiling strum v0.26.2 |
2621 | 2024-04-16T05:44:17.584Z | Compiling backoff v0.4.0 |
2622 | 2024-04-16T05:44:17.945Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2623 | 2024-04-16T05:44:18.153Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2624 | 2024-04-16T05:44:18.351Z | Compiling parse-display v0.9.0 |
2625 | 2024-04-16T05:44:18.591Z | Compiling serde_with v3.7.0 |
2626 | 2024-04-16T05:44:18.699Z | Compiling snafu v0.8.2 |
2627 | 2024-04-16T05:44:20.091Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2628 | 2024-04-16T05:44:20.514Z | Compiling globset v0.4.13 |
2629 | 2024-04-16T05:44:20.826Z | Compiling pem v3.0.4 |
2630 | 2024-04-16T05:44:22.376Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2631 | 2024-04-16T05:44:22.559Z | Compiling olpc-cjson v0.1.3 |
2632 | 2024-04-16T05:44:22.890Z | Compiling macaddr v1.0.1 |
2633 | 2024-04-16T05:44:23.100Z | Compiling serde_plain v1.0.2 |
2634 | 2024-04-16T05:44:23.421Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2635 | 2024-04-16T05:44:23.526Z | Compiling async-recursion v1.1.0 |
2636 | 2024-04-16T05:44:23.624Z | Compiling filetime v0.2.23 |
2637 | 2024-04-16T05:44:23.969Z | Compiling xattr v1.0.1 |
2638 | 2024-04-16T05:44:24.283Z | Compiling typed-path v0.7.0 |
2639 | 2024-04-16T05:44:25.040Z | Compiling tar v0.4.40 |
2640 | 2024-04-16T05:44:28.943Z | Compiling tough v0.17.1 |
2641 | 2024-04-16T05:44:31.781Z | Compiling slog-stdlog v4.1.1 |
2642 | 2024-04-16T05:44:32.195Z | Compiling camino-tempfile v1.1.1 |
2643 | 2024-04-16T05:44:32.761Z | Compiling itertools v0.12.1 |
2644 | 2024-04-16T05:44:33.039Z | Compiling parse-size v1.0.0 |
2645 | 2024-04-16T05:44:33.325Z | Compiling slog-envlogger v2.2.0 |
2646 | 2024-04-16T05:44:36.080Z | Compiling humantime v2.1.0 |
2647 | 2024-04-16T05:44:38.861Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2648 | 2024-04-16T05:44:39.091Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2649 | 2024-04-16T05:44:44.350Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2650 | 2024-04-16T05:44:52.794Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2651 | 2024-04-16T05:44:54.787Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2652 | 2024-04-16T05:45:14.399Z | Finished release [optimized] target(s) in 1m 17s |
2653 | 2024-04-16T05:45:14.480Z | |
2654 | 2024-04-16T05:45:14.484Z | real 1:17.688723265 |
2655 | 2024-04-16T05:45:14.484Z | user 8:34.363685475 |
2656 | 2024-04-16T05:45:14.484Z | sys 42.204668464 |
2657 | 2024-04-16T05:45:14.484Z | trap 0.236835249 |
2658 | 2024-04-16T05:45:14.484Z | tflt 0.437165173 |
2659 | 2024-04-16T05:45:14.484Z | dflt 0.355057203 |
2660 | 2024-04-16T05:45:14.484Z | kflt 0.003386518 |
2661 | 2024-04-16T05:45:14.484Z | lock 17:21.523439782 |
2662 | 2024-04-16T05:45:14.484Z | slp 18:53.378918169 |
2663 | 2024-04-16T05:45:14.484Z | lat 19.890798264 |
2664 | 2024-04-16T05:45:14.485Z | stop 16.024736825 |
2665 | 2024-04-16T05:45:14.485Z | + ptime -m gzip |
2666 | 2024-04-16T05:45:15.753Z | |
2667 | 2024-04-16T05:45:15.758Z | real 1.269274578 |
2668 | 2024-04-16T05:45:15.758Z | user 1.262411307 |
2669 | 2024-04-16T05:45:15.758Z | sys 0.006235772 |
2670 | 2024-04-16T05:45:15.758Z | trap 0.000090674 |
2671 | 2024-04-16T05:45:15.758Z | tflt 0.000000000 |
2672 | 2024-04-16T05:45:15.758Z | dflt 0.000000000 |
2673 | 2024-04-16T05:45:15.758Z | kflt 0.000000000 |
2674 | 2024-04-16T05:45:15.758Z | lock 0.000000000 |
2675 | 2024-04-16T05:45:15.758Z | slp 0.000000000 |
2676 | 2024-04-16T05:45:15.758Z | lat 0.000096103 |
2677 | 2024-04-16T05:45:15.758Z | stop 0.000199796 |
2678 | 2024-04-16T05:45:15.758Z | process exited: duration 803859 ms, exit code 0 |
|
2679 | 2024-04-16T05:45:15.776Z | found 8 output files |
2680 | 2024-04-16T05:45:15.776Z | uploading: /work/end-to-end-tests/bootstrap-7ead28e4b9d6fd04.gz (9601679 bytes) |
2681 | 2024-04-16T05:45:19.245Z | uploaded: /work/end-to-end-tests/bootstrap-7ead28e4b9d6fd04.gz |
2682 | 2024-04-16T05:45:19.253Z | uploading: /work/end-to-end-tests/bootstrap.gz (105114075 bytes) |
2683 | 2024-04-16T05:45:45.639Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2684 | 2024-04-16T05:45:45.646Z | uploading: /work/end-to-end-tests/commtest-b58e5352aeaeed7b.gz (9602166 bytes) |
2685 | 2024-04-16T05:45:48.579Z | uploaded: /work/end-to-end-tests/commtest-b58e5352aeaeed7b.gz |
2686 | 2024-04-16T05:45:48.579Z | uploading: /work/end-to-end-tests/dhcp_server-82c1ba2d68fcd2b5.gz (9601092 bytes) |
2687 | 2024-04-16T05:45:52.322Z | uploaded: /work/end-to-end-tests/dhcp_server-82c1ba2d68fcd2b5.gz |
2688 | 2024-04-16T05:45:52.322Z | uploading: /work/end-to-end-tests/end_to_end_tests-7605479387004a93.gz (108144046 bytes) |
2689 | 2024-04-16T05:46:18.354Z | uploaded: /work/end-to-end-tests/end_to_end_tests-7605479387004a93.gz |
2690 | 2024-04-16T05:46:18.354Z | uploading: /work/caboose-util.gz (2410454 bytes) |
2691 | 2024-04-16T05:46:19.830Z | uploaded: /work/caboose-util.gz |
2692 | 2024-04-16T05:46:19.834Z | uploading: /work/tufaceous.gz (11793293 bytes) |
2693 | 2024-04-16T05:46:23.950Z | uploaded: /work/tufaceous.gz |
2694 | 2024-04-16T05:46:23.960Z | uploading: /work/commtest (472154560 bytes) |
2695 | 2024-04-16T05:48:22.088Z | uploaded: /work/commtest |