|
|
|
1 | 2024-04-30T20:04:15.121Z | job assigned to worker 01HWR9K6FK5SAYNPEC27ZQ38CA (queued for 2 m 16 s) |
|
2 | 2024-04-30T20:04:22.081Z | starting task 0: "setup" |
3 | 2024-04-30T20:04:22.123Z | ++ uname -s |
4 | 2024-04-30T20:04:22.128Z | + kern=SunOS |
5 | 2024-04-30T20:04:22.129Z | + case "$kern" in |
6 | 2024-04-30T20:04:22.129Z | + groupadd -g 12345 build |
7 | 2024-04-30T20:04:22.567Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-04-30T20:04:24.285Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-04-30T20:04:25.662Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-04-30T20:04:25.674Z | + home_fs=zfs |
11 | 2024-04-30T20:04:25.674Z | + [[ zfs == autofs ]] |
12 | 2024-04-30T20:04:25.675Z | + mkdir -p /home/build |
13 | 2024-04-30T20:04:25.675Z | + chown build:build /home/build /work |
14 | 2024-04-30T20:04:25.675Z | + chmod 0700 /home/build /work |
15 | 2024-04-30T20:04:25.675Z | process exited: duration 3587 ms, exit code 0 |
|
16 | 2024-04-30T20:04:25.698Z | starting task 1: "rust-toolchain" |
17 | 2024-04-30T20:04:25.705Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-04-30T20:04:25.712Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-04-30T20:04:25.808Z | info: downloading installer |
20 | 2024-04-30T20:04:27.533Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-04-30T20:04:27.534Z | warning: /opt/ooce/bin |
22 | 2024-04-30T20:04:27.534Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-04-30T20:04:27.534Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-04-30T20:04:27.534Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-04-30T20:04:27.534Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-04-30T20:04:27.534Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-04-30T20:04:27.534Z | error: cannot install while Rust is installed |
28 | 2024-04-30T20:04:27.535Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-04-30T20:04:27.640Z | info: profile set to 'default' |
30 | 2024-04-30T20:04:27.640Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-04-30T20:04:27.664Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-04-30T20:04:27.767Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-04-30T20:04:27.767Z | info: downloading component 'cargo' |
34 | 2024-04-30T20:04:28.427Z | info: downloading component 'clippy' |
35 | 2024-04-30T20:04:28.671Z | info: downloading component 'rust-docs' |
36 | 2024-04-30T20:04:29.787Z | info: downloading component 'rust-std' |
37 | 2024-04-30T20:04:30.994Z | info: downloading component 'rustc' |
38 | 2024-04-30T20:04:35.241Z | info: downloading component 'rustfmt' |
39 | 2024-04-30T20:04:35.529Z | info: installing component 'cargo' |
40 | 2024-04-30T20:04:36.381Z | info: installing component 'clippy' |
41 | 2024-04-30T20:04:36.785Z | info: installing component 'rust-docs' |
42 | 2024-04-30T20:04:38.234Z | info: installing component 'rust-std' |
43 | 2024-04-30T20:04:40.051Z | info: installing component 'rustc' |
44 | 2024-04-30T20:04:44.126Z | info: installing component 'rustfmt' |
45 | 2024-04-30T20:04:44.658Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-04-30T20:04:44.658Z | |
47 | 2024-04-30T20:04:45.370Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-04-30T20:04:45.370Z | |
49 | 2024-04-30T20:04:45.787Z | |
50 | 2024-04-30T20:04:45.787Z | Rust is installed now. Great! |
51 | 2024-04-30T20:04:45.787Z | |
52 | 2024-04-30T20:04:45.787Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-04-30T20:04:45.787Z | environment variable. This has not been done automatically. |
54 | 2024-04-30T20:04:45.787Z | |
55 | 2024-04-30T20:04:45.787Z | To configure your current shell, you need to source |
56 | 2024-04-30T20:04:45.788Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-04-30T20:04:45.788Z | |
58 | 2024-04-30T20:04:45.788Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-04-30T20:04:45.788Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-04-30T20:04:45.788Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-04-30T20:04:45.788Z | + rustc --version |
62 | 2024-04-30T20:04:45.788Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-04-30T20:04:45.788Z | process exited: duration 19402 ms, exit code 0 |
|
64 | 2024-04-30T20:04:46.235Z | starting task 2: "authentication" |
65 | 2024-04-30T20:04:46.330Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
66 | 2024-04-30T20:04:48.350Z | process exited: duration 2116 ms, exit code 0 |
|
67 | 2024-04-30T20:04:48.381Z | starting task 3: "clone repository" |
68 | 2024-04-30T20:04:48.390Z | + mkdir -p /work/oxidecomputer/omicron |
69 | 2024-04-30T20:04:48.409Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
70 | 2024-04-30T20:04:48.775Z | Cloning into '/work/oxidecomputer/omicron'... |
71 | 2024-04-30T20:04:54.420Z | + cd /work/oxidecomputer/omicron |
72 | 2024-04-30T20:04:54.420Z | + git fetch origin a4183a1399ce3d49be2881fa55026e38de052e6a |
73 | 2024-04-30T20:04:54.750Z | From https://github.com/oxidecomputer/omicron |
74 | 2024-04-30T20:04:54.750Z | * branch a4183a1399ce3d49be2881fa55026e38de052e6a -> FETCH_HEAD |
75 | 2024-04-30T20:04:54.764Z | + [[ -n fip-attach-refactor ]] |
76 | 2024-04-30T20:04:54.764Z | ++ git branch --show-current |
77 | 2024-04-30T20:04:54.768Z | + current=main |
78 | 2024-04-30T20:04:54.768Z | + [[ main != fip-attach-refactor ]] |
79 | 2024-04-30T20:04:54.768Z | + git branch -f fip-attach-refactor a4183a1399ce3d49be2881fa55026e38de052e6a |
80 | 2024-04-30T20:04:54.769Z | + git checkout -f fip-attach-refactor |
81 | 2024-04-30T20:04:54.887Z | Switched to branch 'fip-attach-refactor' |
82 | 2024-04-30T20:04:54.892Z | + git reset --hard a4183a1399ce3d49be2881fa55026e38de052e6a |
83 | 2024-04-30T20:04:54.907Z | HEAD is now at a4183a139 do the same thing for probe IP allocation |
84 | 2024-04-30T20:04:54.907Z | process exited: duration 6518 ms, exit code 0 |
|
85 | 2024-04-30T20:04:54.937Z | starting task 4: "build" |
86 | 2024-04-30T20:04:54.953Z | + cargo --version |
87 | 2024-04-30T20:04:54.978Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
88 | 2024-04-30T20:04:55.078Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
89 | 2024-04-30T20:04:55.078Z | info: downloading component 'cargo' |
90 | 2024-04-30T20:04:55.749Z | info: downloading component 'clippy' |
91 | 2024-04-30T20:04:55.978Z | info: downloading component 'rust-docs' |
92 | 2024-04-30T20:04:56.932Z | info: downloading component 'rust-std' |
93 | 2024-04-30T20:05:01.938Z | info: downloading component 'rustc' |
94 | 2024-04-30T20:05:02.052Z | info: downloading component 'rustfmt' |
95 | 2024-04-30T20:05:02.087Z | info: installing component 'cargo' |
96 | 2024-04-30T20:05:02.888Z | info: installing component 'clippy' |
97 | 2024-04-30T20:05:03.224Z | info: installing component 'rust-docs' |
98 | 2024-04-30T20:05:04.689Z | info: installing component 'rust-std' |
99 | 2024-04-30T20:05:06.403Z | info: installing component 'rustc' |
100 | 2024-04-30T20:05:10.339Z | info: installing component 'rustfmt' |
101 | 2024-04-30T20:05:10.722Z | cargo 1.77.2 (e52e36006 2024-03-26) |
102 | 2024-04-30T20:05:10.731Z | + rustc --version |
103 | 2024-04-30T20:05:10.794Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
104 | 2024-04-30T20:05:10.804Z | + WORK=/work |
105 | 2024-04-30T20:05:10.804Z | + pfexec mkdir -p /work |
106 | 2024-04-30T20:05:10.804Z | + pfexec chown build /work |
107 | 2024-04-30T20:05:10.805Z | ++ git rev-parse HEAD |
108 | 2024-04-30T20:05:10.805Z | + COMMIT=a4183a1399ce3d49be2881fa55026e38de052e6a |
109 | 2024-04-30T20:05:10.805Z | + VERSION=8.0.0-0.ci+gita4183a1399c |
110 | 2024-04-30T20:05:10.805Z | + echo 8.0.0-0.ci+gita4183a1399c |
111 | 2024-04-30T20:05:10.806Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
112 | 2024-04-30T20:05:20.669Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-04-30T20:05:22.428Z | Startup: Caching catalogs ... Done |
114 | 2024-04-30T20:05:25.105Z | Planning: Solver setup ... Done (2.194s) |
115 | 2024-04-30T20:05:25.152Z | Planning: Running solver ... Done (0.046s) |
116 | 2024-04-30T20:05:25.265Z | Planning: Finding local manifests ... Done (0.078s) |
117 | 2024-04-30T20:05:25.291Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-04-30T20:05:25.594Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-04-30T20:05:25.644Z | Planning: Package planning ... Done (0.048s) |
120 | 2024-04-30T20:05:25.685Z | Planning: Merging actions ... Done (0.050s) |
121 | 2024-04-30T20:05:26.088Z | Planning: Checking for conflicting actions ... Done (0.405s) |
122 | 2024-04-30T20:05:26.099Z | Planning: Consolidating action changes ... Done (0.011s) |
123 | 2024-04-30T20:05:31.898Z | Planning: Evaluating mediators ... Done (5.800s) |
124 | 2024-04-30T20:05:31.908Z | Planning: Planning completed in 9.42 seconds |
125 | 2024-04-30T20:05:31.927Z | Packages to install: 4 |
126 | 2024-04-30T20:05:31.927Z | Mediators to change: 2 |
127 | 2024-04-30T20:05:31.931Z | Services to change: 1 |
128 | 2024-04-30T20:05:31.931Z | Estimated space available: 155.32 GB |
129 | 2024-04-30T20:05:31.931Z | Estimated space to be consumed: 1.44 GB |
130 | 2024-04-30T20:05:31.931Z | Create boot environment: No |
131 | 2024-04-30T20:05:31.931Z | Create backup boot environment: No |
132 | 2024-04-30T20:05:31.931Z | Rebuild boot archive: No |
133 | 2024-04-30T20:05:31.931Z | |
134 | 2024-04-30T20:05:31.931Z | Changed mediators: |
135 | 2024-04-30T20:05:31.931Z | mediator clang: |
136 | 2024-04-30T20:05:31.931Z | version: None -> 15 (system default) |
137 | 2024-04-30T20:05:31.931Z | |
138 | 2024-04-30T20:05:31.931Z | mediator llvm: |
139 | 2024-04-30T20:05:31.932Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-04-30T20:05:31.932Z | |
141 | 2024-04-30T20:05:31.932Z | Changed packages: |
142 | 2024-04-30T20:05:31.932Z | helios-dev |
143 | 2024-04-30T20:05:31.932Z | developer/build-essential |
144 | 2024-04-30T20:05:31.932Z | None -> 11-2.0 |
145 | 2024-04-30T20:05:31.932Z | library/libxmlsec1 |
146 | 2024-04-30T20:05:31.932Z | None -> 1.2.35-2.0 |
147 | 2024-04-30T20:05:31.932Z | ooce/developer/clang-15 |
148 | 2024-04-30T20:05:31.932Z | None -> 15.0.7-2.0 |
149 | 2024-04-30T20:05:31.932Z | ooce/developer/llvm-15 |
150 | 2024-04-30T20:05:31.932Z | None -> 15.0.7-2.0 |
151 | 2024-04-30T20:05:31.932Z | |
152 | 2024-04-30T20:05:31.932Z | Services: |
153 | 2024-04-30T20:05:31.932Z | restart_fmri: |
154 | 2024-04-30T20:05:31.932Z | svc:/system/update-man-index:default |
155 | 2024-04-30T20:05:32.013Z | |
156 | 2024-04-30T20:05:32.014Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-04-30T20:05:37.006Z | Download: 736/3290 items 18.3/212.6MB 8% complete (3.8M/s) |
158 | 2024-04-30T20:05:42.011Z | Download: 1196/3290 items 81.0/212.6MB 38% complete (8.1M/s) |
159 | 2024-04-30T20:05:47.010Z | Download: 1767/3290 items 118.3/212.6MB 55% complete (10.0M/s) |
160 | 2024-04-30T20:05:53.489Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (8.7M/s) |
161 | 2024-04-30T20:05:58.915Z | Download: 3194/3290 items 162.5/212.6MB 76% complete (4.3M/s) |
162 | 2024-04-30T20:06:03.113Z | Download: Completed 212.60 MB in 31.10 seconds (6.8M/s) |
163 | 2024-04-30T20:06:03.575Z | Actions: 1/3689 actions (Installing new actions) |
164 | 2024-04-30T20:06:08.670Z | Actions: 3678/3689 actions (Installing new actions) |
165 | 2024-04-30T20:06:08.674Z | Actions: Completed 3689 actions in 5.10 seconds. |
166 | 2024-04-30T20:06:08.882Z | Done (0.203s) |
167 | 2024-04-30T20:06:08.882Z | Done (0.000s) |
168 | 2024-04-30T20:06:09.182Z | Done (0.289s) |
169 | 2024-04-30T20:06:14.829Z | Done (5.502s) |
170 | 2024-04-30T20:06:14.971Z | Done (0.081s) |
171 | 2024-04-30T20:06:14.976Z | Done (0.000s) |
172 | 2024-04-30T20:06:15.184Z | Done (0.000s) |
173 | 2024-04-30T20:06:15.729Z | Planning: Evaluating mediator changes ... Done |
174 | 2024-04-30T20:06:15.887Z | Planning: Checking for conflicting actions ... Done |
175 | 2024-04-30T20:06:15.890Z | Planning: Consolidating action changes ... Done |
176 | 2024-04-30T20:06:16.159Z | Planning: Evaluating mediators ... Done |
177 | 2024-04-30T20:06:16.167Z | Planning: Planning completed in 0.43 seconds |
178 | 2024-04-30T20:06:16.190Z | Mediators to change: 2 |
179 | 2024-04-30T20:06:16.193Z | Create boot environment: No |
180 | 2024-04-30T20:06:16.193Z | Create backup boot environment: No |
181 | 2024-04-30T20:06:16.281Z | Done |
182 | 2024-04-30T20:06:16.281Z | Done |
183 | 2024-04-30T20:06:16.465Z | Done |
184 | 2024-04-30T20:06:20.077Z | Done |
185 | 2024-04-30T20:06:20.164Z | Done |
186 | 2024-04-30T20:06:20.168Z | Done |
187 | 2024-04-30T20:06:20.286Z | Done |
188 | 2024-04-30T20:06:20.924Z | Planning: Evaluating mediator changes ... Done |
189 | 2024-04-30T20:06:20.936Z | Planning: Merging actions ... Done |
190 | 2024-04-30T20:06:21.113Z | Planning: Checking for conflicting actions ... Done |
191 | 2024-04-30T20:06:21.116Z | Planning: Consolidating action changes ... Done |
192 | 2024-04-30T20:06:21.377Z | Planning: Evaluating mediators ... Done |
193 | 2024-04-30T20:06:21.432Z | Planning: Planning completed in 0.78 seconds |
194 | 2024-04-30T20:06:21.473Z | Packages to change: 1 |
195 | 2024-04-30T20:06:21.473Z | Mediators to change: 1 |
196 | 2024-04-30T20:06:21.485Z | Services to change: 1 |
197 | 2024-04-30T20:06:21.485Z | Create boot environment: No |
198 | 2024-04-30T20:06:21.485Z | Create backup boot environment: Yes |
199 | 2024-04-30T20:06:22.441Z | Actions: 1/6 actions (Updating modified actions) |
200 | 2024-04-30T20:06:22.444Z | Actions: Completed 6 actions in 0.00 seconds. |
201 | 2024-04-30T20:06:22.444Z | Done |
202 | 2024-04-30T20:06:22.444Z | Done |
203 | 2024-04-30T20:06:22.503Z | Done |
204 | 2024-04-30T20:06:26.044Z | Done |
205 | 2024-04-30T20:06:26.151Z | Done |
206 | 2024-04-30T20:06:26.158Z | Done |
207 | 2024-04-30T20:06:26.247Z | Done |
208 | 2024-04-30T20:06:30.636Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
209 | 2024-04-30T20:06:30.636Z | clang system 15 system |
210 | 2024-04-30T20:06:30.636Z | csh system system illumos |
211 | 2024-04-30T20:06:30.637Z | ctags system system illumos |
212 | 2024-04-30T20:06:30.637Z | gcc vendor 12 vendor |
213 | 2024-04-30T20:06:30.637Z | gcc system 10 system |
214 | 2024-04-30T20:06:30.637Z | gcc system 7 system |
215 | 2024-04-30T20:06:30.637Z | go system 1.20 system |
216 | 2024-04-30T20:06:30.637Z | go system 1.19 system |
217 | 2024-04-30T20:06:30.637Z | llvm system 15 system |
218 | 2024-04-30T20:06:30.637Z | llvm system 14 system |
219 | 2024-04-30T20:06:30.637Z | mariadb system 10.6 system |
220 | 2024-04-30T20:06:30.637Z | mta vendor vendor dma |
221 | 2024-04-30T20:06:30.637Z | openjdk system 17 system |
222 | 2024-04-30T20:06:30.637Z | openjdk system 11 system |
223 | 2024-04-30T20:06:30.637Z | openjdk system 1.8 system |
224 | 2024-04-30T20:06:30.637Z | openssl vendor 3 vendor |
225 | 2024-04-30T20:06:30.638Z | perl system 5.36 system |
226 | 2024-04-30T20:06:30.638Z | postgresql system 15 system |
227 | 2024-04-30T20:06:30.638Z | postgresql system 13 system |
228 | 2024-04-30T20:06:30.638Z | python vendor 3 vendor |
229 | 2024-04-30T20:06:30.638Z | python system 2 system |
230 | 2024-04-30T20:06:30.638Z | python3 system 3.11 system |
231 | 2024-04-30T20:06:30.638Z | ruby system 3.0 system |
232 | 2024-04-30T20:06:30.638Z | words vendor vendor american-english |
233 | 2024-04-30T20:06:30.638Z | words system system australian-english |
234 | 2024-04-30T20:06:30.638Z | words system system british-english |
235 | 2024-04-30T20:06:30.638Z | words system system canadian-english |
236 | 2024-04-30T20:06:30.638Z | words system system french |
237 | 2024-04-30T20:06:30.638Z | words system system italian |
238 | 2024-04-30T20:06:30.638Z | words system system ngerman |
239 | 2024-04-30T20:06:30.638Z | words system system ogerman |
240 | 2024-04-30T20:06:30.638Z | words system system spanish |
241 | 2024-04-30T20:06:30.794Z | PUBLISHER TYPE STATUS P LOCATION |
242 | 2024-04-30T20:06:30.794Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
243 | 2024-04-30T20:06:30.794Z | FMRI IFO |
244 | 2024-04-30T20:06:30.794Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
245 | 2024-04-30T20:06:30.794Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
246 | 2024-04-30T20:06:30.794Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
247 | 2024-04-30T20:06:30.794Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
248 | 2024-04-30T20:06:30.794Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
249 | 2024-04-30T20:06:30.794Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
250 | 2024-04-30T20:06:30.794Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
251 | 2024-04-30T20:06:30.794Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
252 | 2024-04-30T20:06:30.794Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
253 | 2024-04-30T20:06:30.794Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
254 | 2024-04-30T20:06:30.794Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
255 | 2024-04-30T20:06:30.794Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
256 | 2024-04-30T20:06:30.794Z | + set -o errexit |
257 | 2024-04-30T20:06:30.794Z | +++ dirname ./tools/ci_download_cockroachdb |
258 | 2024-04-30T20:06:30.794Z | ++ cd ./tools |
259 | 2024-04-30T20:06:30.794Z | ++ pwd |
260 | 2024-04-30T20:06:30.795Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
261 | 2024-04-30T20:06:30.795Z | ++ basename ./tools/ci_download_cockroachdb |
262 | 2024-04-30T20:06:30.795Z | + ARG0=ci_download_cockroachdb |
263 | 2024-04-30T20:06:30.795Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
264 | 2024-04-30T20:06:30.795Z | + CIDL_VERSION=v22.1.9 |
265 | 2024-04-30T20:06:30.795Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
266 | 2024-04-30T20:06:30.795Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
267 | 2024-04-30T20:06:30.795Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
268 | 2024-04-30T20:06:30.795Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
269 | 2024-04-30T20:06:30.795Z | + TARGET_DIR=out |
270 | 2024-04-30T20:06:30.795Z | + DOWNLOAD_DIR=out/downloads |
271 | 2024-04-30T20:06:30.795Z | + DEST_DIR=./out/cockroachdb |
272 | 2024-04-30T20:06:30.795Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
273 | 2024-04-30T20:06:30.795Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
274 | 2024-04-30T20:06:30.795Z | + main |
275 | 2024-04-30T20:06:30.795Z | + [[ 0 != 0 ]] |
276 | 2024-04-30T20:06:30.795Z | + CIDL_OS=solaris2.11 |
277 | 2024-04-30T20:06:30.795Z | + [[ 0 != 0 ]] |
278 | 2024-04-30T20:06:30.795Z | + configure_os solaris2.11 |
279 | 2024-04-30T20:06:30.795Z | + echo 'current directory: /work/oxidecomputer/omicron' |
280 | 2024-04-30T20:06:30.795Z | current directory: /work/oxidecomputer/omicron |
281 | 2024-04-30T20:06:30.795Z | + echo 'configuring based on OS: "solaris2.11"' |
282 | 2024-04-30T20:06:30.796Z | + case "$1" in |
283 | 2024-04-30T20:06:30.796Z | configuring based on OS: "solaris2.11" |
284 | 2024-04-30T20:06:30.796Z | + CIDL_BUILD=illumos |
285 | 2024-04-30T20:06:30.796Z | + CIDL_SUFFIX=tar.gz |
286 | 2024-04-30T20:06:30.796Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
287 | 2024-04-30T20:06:30.796Z | + CIDL_URL_BASE=https://illumos.org/downloads |
288 | 2024-04-30T20:06:30.796Z | + CIDL_ASSEMBLE=do_assemble_illumos |
289 | 2024-04-30T20:06:30.796Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
290 | 2024-04-30T20:06:30.796Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-04-30T20:06:30.796Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-04-30T20:06:30.796Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
293 | 2024-04-30T20:06:30.796Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-04-30T20:06:30.796Z | + CIDL_SHA256FUNC=do_sha256sum |
295 | 2024-04-30T20:06:30.796Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
296 | 2024-04-30T20:06:30.796Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-04-30T20:06:30.796Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
298 | 2024-04-30T20:06:30.796Z | + mkdir -p out/downloads |
299 | 2024-04-30T20:06:30.796Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-04-30T20:06:30.796Z | + mkdir -p ./out/cockroachdb |
301 | 2024-04-30T20:06:30.796Z | + local DO_DOWNLOAD=true |
302 | 2024-04-30T20:06:30.796Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
303 | 2024-04-30T20:06:30.796Z | + '[' true == true ']' |
304 | 2024-04-30T20:06:30.796Z | + echo Downloading... |
305 | 2024-04-30T20:06:30.796Z | Downloading... |
306 | 2024-04-30T20:06:30.797Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2024-04-30T20:06:30.797Z | + 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 |
308 | 2024-04-30T20:06:33.047Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2024-04-30T20:06:33.066Z | ++ sha256sum |
310 | 2024-04-30T20:06:33.067Z | ++ awk '{print $1}' |
311 | 2024-04-30T20:06:33.141Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
312 | 2024-04-30T20:06:33.154Z | + [[ 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 ]] |
313 | 2024-04-30T20:06:33.154Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
314 | 2024-04-30T20:06:33.154Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
315 | 2024-04-30T20:06:35.741Z | + do_assemble_illumos |
316 | 2024-04-30T20:06:35.744Z | + rm -r ./out/cockroachdb |
317 | 2024-04-30T20:06:35.744Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
318 | 2024-04-30T20:06:35.760Z | + ./out/cockroachdb/bin/cockroach version |
319 | 2024-04-30T20:06:35.933Z | Build Tag: v22.1.9-dirty |
320 | 2024-04-30T20:06:35.933Z | Build Time: 2022/10/26 21:17:46 |
321 | 2024-04-30T20:06:35.933Z | Distribution: OSS |
322 | 2024-04-30T20:06:35.933Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
323 | 2024-04-30T20:06:35.933Z | Go Version: go1.17.13 |
324 | 2024-04-30T20:06:35.933Z | C Compiler: gcc 10.3.0 |
325 | 2024-04-30T20:06:35.933Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
326 | 2024-04-30T20:06:35.933Z | Build Type: release |
327 | 2024-04-30T20:06:35.950Z | + set -o errexit |
328 | 2024-04-30T20:06:35.953Z | +++ dirname ./tools/ci_download_clickhouse |
329 | 2024-04-30T20:06:35.956Z | ++ cd ./tools |
330 | 2024-04-30T20:06:35.956Z | ++ pwd |
331 | 2024-04-30T20:06:35.956Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
332 | 2024-04-30T20:06:35.956Z | ++ basename ./tools/ci_download_clickhouse |
333 | 2024-04-30T20:06:35.959Z | + ARG0=ci_download_clickhouse |
334 | 2024-04-30T20:06:35.959Z | + TARGET_DIR=out |
335 | 2024-04-30T20:06:35.959Z | + DOWNLOAD_DIR=out/downloads |
336 | 2024-04-30T20:06:35.959Z | + DEST_DIR=./out/clickhouse |
337 | 2024-04-30T20:06:35.959Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
338 | 2024-04-30T20:06:35.959Z | + CIDL_VERSION=v23.8.7.24 |
339 | 2024-04-30T20:06:35.960Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
340 | 2024-04-30T20:06:35.960Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
341 | 2024-04-30T20:06:35.960Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
342 | 2024-04-30T20:06:35.960Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
343 | 2024-04-30T20:06:35.960Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
344 | 2024-04-30T20:06:35.963Z | + main |
345 | 2024-04-30T20:06:35.963Z | + [[ 0 != 0 ]] |
346 | 2024-04-30T20:06:35.963Z | + CIDL_OS=solaris2.11 |
347 | 2024-04-30T20:06:35.963Z | + [[ 0 != 0 ]] |
348 | 2024-04-30T20:06:35.963Z | + configure_os solaris2.11 |
349 | 2024-04-30T20:06:35.963Z | + echo 'current directory: /work/oxidecomputer/omicron' |
350 | 2024-04-30T20:06:35.963Z | current directory: /work/oxidecomputer/omicron |
351 | 2024-04-30T20:06:35.963Z | + echo 'configuring based on OS: "solaris2.11"' |
352 | 2024-04-30T20:06:35.963Z | + CIDL_DASHREV= |
353 | 2024-04-30T20:06:35.963Z | + case "$1" in |
354 | 2024-04-30T20:06:35.963Z | configuring based on OS: "solaris2.11" |
355 | 2024-04-30T20:06:35.963Z | + CIDL_PLATFORM=illumos |
356 | 2024-04-30T20:06:35.963Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
357 | 2024-04-30T20:06:35.963Z | + CIDL_MD5FUNC=do_md5sum |
358 | 2024-04-30T20:06:35.964Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
359 | 2024-04-30T20:06:35.964Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
360 | 2024-04-30T20:06:35.964Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
361 | 2024-04-30T20:06:35.964Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
362 | 2024-04-30T20:06:35.964Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
363 | 2024-04-30T20:06:35.964Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
364 | 2024-04-30T20:06:35.964Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
365 | 2024-04-30T20:06:35.964Z | + mkdir -p out/downloads |
366 | 2024-04-30T20:06:35.964Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
367 | 2024-04-30T20:06:35.964Z | + mkdir -p ./out/clickhouse |
368 | 2024-04-30T20:06:35.967Z | + local DO_DOWNLOAD=true |
369 | 2024-04-30T20:06:35.967Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
370 | 2024-04-30T20:06:35.967Z | + '[' true == true ']' |
371 | 2024-04-30T20:06:35.967Z | + echo Downloading... |
372 | 2024-04-30T20:06:35.968Z | Downloading... |
373 | 2024-04-30T20:06:35.968Z | + 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 |
374 | 2024-04-30T20:06:35.968Z | + 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 |
375 | 2024-04-30T20:06:37.557Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
376 | 2024-04-30T20:06:37.562Z | ++ md5sum |
377 | 2024-04-30T20:06:37.562Z | ++ awk '{print $1}' |
378 | 2024-04-30T20:06:37.781Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
379 | 2024-04-30T20:06:37.784Z | + [[ 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 ]] |
380 | 2024-04-30T20:06:37.784Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
381 | 2024-04-30T20:06:37.784Z | + mkdir -p ./out/clickhouse |
382 | 2024-04-30T20:06:37.784Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
383 | 2024-04-30T20:06:41.664Z | + [[ solaris2.11 == darwin* ]] |
384 | 2024-04-30T20:06:41.664Z | + ./out/clickhouse/clickhouse server --version |
385 | 2024-04-30T20:06:42.016Z | ClickHouse server version 23.8.7.1. |
386 | 2024-04-30T20:06:42.028Z | + set -o errexit |
387 | 2024-04-30T20:06:42.036Z | +++ dirname ./tools/ci_download_console |
388 | 2024-04-30T20:06:42.036Z | ++ cd ./tools |
389 | 2024-04-30T20:06:42.036Z | ++ pwd |
390 | 2024-04-30T20:06:42.036Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
391 | 2024-04-30T20:06:42.036Z | ++ basename ./tools/ci_download_console |
392 | 2024-04-30T20:06:42.036Z | + ARG0=ci_download_console |
393 | 2024-04-30T20:06:42.037Z | + TARGET_DIR=out |
394 | 2024-04-30T20:06:42.037Z | + DOWNLOAD_DIR=out/downloads |
395 | 2024-04-30T20:06:42.037Z | + DEST_DIR=./out/console-assets |
396 | 2024-04-30T20:06:42.037Z | + source /work/oxidecomputer/omicron/tools/console_version |
397 | 2024-04-30T20:06:42.037Z | ++ COMMIT=e7b243bab15c48c8b17446c9249da04025508f1b |
398 | 2024-04-30T20:06:42.037Z | ++ SHA2=ef4afb8dc12bec99dcb21d977a506953b8d7df7a8481a82372e4222444f5c11f |
399 | 2024-04-30T20:06:42.037Z | + URL=https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz |
400 | 2024-04-30T20:06:42.037Z | + TARBALL_FILE=out/downloads/console.tar.gz |
401 | 2024-04-30T20:06:42.038Z | + main |
402 | 2024-04-30T20:06:42.038Z | + [[ 0 != 0 ]] |
403 | 2024-04-30T20:06:42.038Z | + echo 'URL: https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz' |
404 | 2024-04-30T20:06:42.038Z | URL: https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz |
405 | 2024-04-30T20:06:42.038Z | + echo 'Local file: out/downloads/console.tar.gz' |
406 | 2024-04-30T20:06:42.038Z | + local DO_DOWNLOAD=true |
407 | 2024-04-30T20:06:42.038Z | Local file: out/downloads/console.tar.gz |
408 | 2024-04-30T20:06:42.038Z | + [[ -f out/downloads/console.tar.gz ]] |
409 | 2024-04-30T20:06:42.038Z | + mkdir -p out/downloads |
410 | 2024-04-30T20:06:42.047Z | + '[' true == true ']' |
411 | 2024-04-30T20:06:42.047Z | + echo Downloading... |
412 | 2024-04-30T20:06:42.047Z | Downloading... |
413 | 2024-04-30T20:06:42.047Z | + do_download_curl https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz out/downloads/console.tar.gz |
414 | 2024-04-30T20:06:42.047Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz |
415 | 2024-04-30T20:06:42.663Z | ++ do_sha256sum out/downloads/console.tar.gz |
416 | 2024-04-30T20:06:42.663Z | ++ case "$OSTYPE" in |
417 | 2024-04-30T20:06:42.663Z | ++ SHA=sha256sum |
418 | 2024-04-30T20:06:42.672Z | ++ sha256sum |
419 | 2024-04-30T20:06:42.673Z | ++ awk '{print $1}' |
420 | 2024-04-30T20:06:42.673Z | + calculated_sha2=ef4afb8dc12bec99dcb21d977a506953b8d7df7a8481a82372e4222444f5c11f |
421 | 2024-04-30T20:06:42.673Z | + [[ ef4afb8dc12bec99dcb21d977a506953b8d7df7a8481a82372e4222444f5c11f != \e\f\4\a\f\b\8\d\c\1\2\b\e\c\9\9\d\c\b\2\1\d\9\7\7\a\5\0\6\9\5\3\b\8\d\7\d\f\7\a\8\4\8\1\a\8\2\3\7\2\e\4\2\2\2\4\4\4\f\5\c\1\1\f ]] |
422 | 2024-04-30T20:06:42.673Z | + rm -rf ./out/console-assets |
423 | 2024-04-30T20:06:42.684Z | + mkdir -p ./out/console-assets |
424 | 2024-04-30T20:06:42.684Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
425 | 2024-04-30T20:06:42.684Z | + mkdir -p ./out/console-assets |
426 | 2024-04-30T20:06:42.685Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
427 | 2024-04-30T20:06:42.767Z | + set -o errexit |
428 | 2024-04-30T20:06:42.770Z | +++ dirname ./tools/ci_download_maghemite_openapi |
429 | 2024-04-30T20:06:42.773Z | ++ cd ./tools |
430 | 2024-04-30T20:06:42.773Z | ++ pwd |
431 | 2024-04-30T20:06:42.773Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
432 | 2024-04-30T20:06:42.773Z | ++ basename ./tools/ci_download_maghemite_openapi |
433 | 2024-04-30T20:06:42.777Z | + ARG0=ci_download_maghemite_openapi |
434 | 2024-04-30T20:06:42.777Z | + TARGET_DIR=out |
435 | 2024-04-30T20:06:42.777Z | + DOWNLOAD_DIR=out/downloads |
436 | 2024-04-30T20:06:42.777Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
437 | 2024-04-30T20:06:42.777Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
438 | 2024-04-30T20:06:42.777Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
439 | 2024-04-30T20:06:42.777Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
440 | 2024-04-30T20:06:42.777Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
441 | 2024-04-30T20:06:42.777Z | + main |
442 | 2024-04-30T20:06:42.777Z | + rm -rf out/downloads/root |
443 | 2024-04-30T20:06:42.777Z | + [[ 0 != 0 ]] |
444 | 2024-04-30T20:06:42.777Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
445 | 2024-04-30T20:06:42.777Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
446 | 2024-04-30T20:06:42.777Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
447 | 2024-04-30T20:06:42.777Z | + local DO_DOWNLOAD=true |
448 | 2024-04-30T20:06:42.777Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
449 | 2024-04-30T20:06:42.778Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
450 | 2024-04-30T20:06:42.778Z | + mkdir -p out/downloads |
451 | 2024-04-30T20:06:42.784Z | + '[' true == true ']' |
452 | 2024-04-30T20:06:42.784Z | + echo Downloading... |
453 | 2024-04-30T20:06:42.784Z | Downloading... |
454 | 2024-04-30T20:06:42.784Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
455 | 2024-04-30T20:06:42.784Z | + 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 |
456 | 2024-04-30T20:06:43.083Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
457 | 2024-04-30T20:06:43.083Z | ++ case "$OSTYPE" in |
458 | 2024-04-30T20:06:43.096Z | ++ SHA=sha256sum |
459 | 2024-04-30T20:06:43.096Z | ++ sha256sum |
460 | 2024-04-30T20:06:43.097Z | ++ awk '{print $1}' |
461 | 2024-04-30T20:06:43.097Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
462 | 2024-04-30T20:06:43.097Z | + [[ 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 ]] |
463 | 2024-04-30T20:06:43.097Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
464 | 2024-04-30T20:06:43.097Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
465 | 2024-04-30T20:06:43.097Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
466 | 2024-04-30T20:06:43.097Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
467 | 2024-04-30T20:06:43.097Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
468 | 2024-04-30T20:06:43.097Z | + main |
469 | 2024-04-30T20:06:43.098Z | + rm -rf out/downloads/root |
470 | 2024-04-30T20:06:43.098Z | + [[ 0 != 0 ]] |
471 | 2024-04-30T20:06:43.098Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
472 | 2024-04-30T20:06:43.098Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
473 | 2024-04-30T20:06:43.098Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
474 | 2024-04-30T20:06:43.098Z | + local DO_DOWNLOAD=true |
475 | 2024-04-30T20:06:43.098Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
476 | 2024-04-30T20:06:43.098Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
477 | 2024-04-30T20:06:43.098Z | + mkdir -p out/downloads |
478 | 2024-04-30T20:06:43.098Z | + '[' true == true ']' |
479 | 2024-04-30T20:06:43.098Z | + echo Downloading... |
480 | 2024-04-30T20:06:43.099Z | Downloading... |
481 | 2024-04-30T20:06:43.099Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
482 | 2024-04-30T20:06:43.099Z | + 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 |
483 | 2024-04-30T20:06:43.635Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
484 | 2024-04-30T20:06:43.638Z | ++ case "$OSTYPE" in |
485 | 2024-04-30T20:06:43.638Z | ++ SHA=sha256sum |
486 | 2024-04-30T20:06:43.638Z | ++ sha256sum |
487 | 2024-04-30T20:06:43.638Z | ++ awk '{print $1}' |
488 | 2024-04-30T20:06:43.641Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
489 | 2024-04-30T20:06:43.641Z | + [[ 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 ]] |
490 | 2024-04-30T20:06:43.653Z | + set -o errexit |
491 | 2024-04-30T20:06:43.656Z | +++ dirname ./tools/ci_download_dendrite_openapi |
492 | 2024-04-30T20:06:43.656Z | ++ cd ./tools |
493 | 2024-04-30T20:06:43.656Z | ++ pwd |
494 | 2024-04-30T20:06:43.656Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
495 | 2024-04-30T20:06:43.656Z | ++ basename ./tools/ci_download_dendrite_openapi |
496 | 2024-04-30T20:06:43.656Z | + ARG0=ci_download_dendrite_openapi |
497 | 2024-04-30T20:06:43.656Z | + TARGET_DIR=out |
498 | 2024-04-30T20:06:43.656Z | + DOWNLOAD_DIR=out/downloads |
499 | 2024-04-30T20:06:43.656Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
500 | 2024-04-30T20:06:43.656Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
501 | 2024-04-30T20:06:43.656Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
502 | 2024-04-30T20:06:43.656Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
503 | 2024-04-30T20:06:43.656Z | + LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
504 | 2024-04-30T20:06:43.656Z | + main |
505 | 2024-04-30T20:06:43.656Z | + [[ 0 != 0 ]] |
506 | 2024-04-30T20:06:43.656Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json' |
507 | 2024-04-30T20:06:43.656Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
508 | 2024-04-30T20:06:43.656Z | + echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json' |
509 | 2024-04-30T20:06:43.657Z | Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
510 | 2024-04-30T20:06:43.657Z | + local DO_DOWNLOAD=true |
511 | 2024-04-30T20:06:43.657Z | + [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]] |
512 | 2024-04-30T20:06:43.657Z | + mkdir -p out/downloads |
513 | 2024-04-30T20:06:43.660Z | + '[' true == true ']' |
514 | 2024-04-30T20:06:43.660Z | + echo Downloading... |
515 | 2024-04-30T20:06:43.660Z | Downloading... |
516 | 2024-04-30T20:06:43.660Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
517 | 2024-04-30T20:06:43.660Z | + 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 |
518 | 2024-04-30T20:06:44.198Z | ++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
519 | 2024-04-30T20:06:44.205Z | ++ case "$OSTYPE" in |
520 | 2024-04-30T20:06:44.205Z | ++ SHA=sha256sum |
521 | 2024-04-30T20:06:44.206Z | ++ sha256sum |
522 | 2024-04-30T20:06:44.206Z | ++ awk '{print $1}' |
523 | 2024-04-30T20:06:44.206Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
524 | 2024-04-30T20:06:44.206Z | + [[ 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 ]] |
525 | 2024-04-30T20:06:44.209Z | + set -o errexit |
526 | 2024-04-30T20:06:44.212Z | +++ dirname ./tools/ci_download_dendrite_stub |
527 | 2024-04-30T20:06:44.212Z | ++ cd ./tools |
528 | 2024-04-30T20:06:44.213Z | ++ pwd |
529 | 2024-04-30T20:06:44.213Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
530 | 2024-04-30T20:06:44.216Z | ++ basename ./tools/ci_download_dendrite_stub |
531 | 2024-04-30T20:06:44.216Z | + ARG0=ci_download_dendrite_stub |
532 | 2024-04-30T20:06:44.216Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
533 | 2024-04-30T20:06:44.216Z | ++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
534 | 2024-04-30T20:06:44.216Z | ++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a |
535 | 2024-04-30T20:06:44.217Z | ++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b |
536 | 2024-04-30T20:06:44.217Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
537 | 2024-04-30T20:06:44.217Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
538 | 2024-04-30T20:06:44.217Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
539 | 2024-04-30T20:06:44.217Z | + TARGET_DIR=out |
540 | 2024-04-30T20:06:44.217Z | + DOWNLOAD_DIR=out/downloads |
541 | 2024-04-30T20:06:44.217Z | + DEST_DIR=./out/dendrite-stub |
542 | 2024-04-30T20:06:44.217Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
543 | 2024-04-30T20:06:44.217Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
544 | 2024-04-30T20:06:44.217Z | + REPO=oxidecomputer/dendrite |
545 | 2024-04-30T20:06:44.217Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690 |
546 | 2024-04-30T20:06:44.217Z | + main |
547 | 2024-04-30T20:06:44.217Z | + [[ 0 != 0 ]] |
548 | 2024-04-30T20:06:44.217Z | + CIDL_OS=solaris2.11 |
549 | 2024-04-30T20:06:44.217Z | + [[ 0 != 0 ]] |
550 | 2024-04-30T20:06:44.217Z | + configure_os solaris2.11 |
551 | 2024-04-30T20:06:44.217Z | + echo 'current directory: /work/oxidecomputer/omicron' |
552 | 2024-04-30T20:06:44.217Z | current directory: /work/oxidecomputer/omicron |
553 | 2024-04-30T20:06:44.218Z | configuring based on OS: "solaris2.11" |
554 | 2024-04-30T20:06:44.218Z | + echo 'configuring based on OS: "solaris2.11"' |
555 | 2024-04-30T20:06:44.218Z | + case "$1" in |
556 | 2024-04-30T20:06:44.218Z | + SET_BINARIES= |
557 | 2024-04-30T20:06:44.218Z | + CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
558 | 2024-04-30T20:06:44.218Z | + CIDL_SHA256FUNC=do_sha256sum |
559 | 2024-04-30T20:06:44.218Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
560 | 2024-04-30T20:06:44.218Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
561 | 2024-04-30T20:06:44.218Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
562 | 2024-04-30T20:06:44.218Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz' |
563 | 2024-04-30T20:06:44.218Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
564 | 2024-04-30T20:06:44.218Z | Local file: out/downloads/dendrite-stub.tar.gz |
565 | 2024-04-30T20:06:44.218Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
566 | 2024-04-30T20:06:44.218Z | + mkdir -p out/downloads |
567 | 2024-04-30T20:06:44.222Z | + mkdir -p ./out/dendrite-stub |
568 | 2024-04-30T20:06:44.222Z | + fetch_and_verify |
569 | 2024-04-30T20:06:44.222Z | + local DO_DOWNLOAD=true |
570 | 2024-04-30T20:06:44.222Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
571 | 2024-04-30T20:06:44.222Z | + '[' true == true ']' |
572 | 2024-04-30T20:06:44.223Z | + echo Downloading... |
573 | 2024-04-30T20:06:44.223Z | Downloading... |
574 | 2024-04-30T20:06:44.223Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
575 | 2024-04-30T20:06:44.223Z | + 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 |
576 | 2024-04-30T20:06:50.262Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
577 | 2024-04-30T20:06:50.277Z | ++ sha256sum |
578 | 2024-04-30T20:06:50.277Z | ++ awk '{print $1}' |
579 | 2024-04-30T20:06:50.283Z | + calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
580 | 2024-04-30T20:06:50.286Z | + [[ 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 ]] |
581 | 2024-04-30T20:06:50.286Z | + do_untar out/downloads/dendrite-stub.tar.gz |
582 | 2024-04-30T20:06:50.286Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
583 | 2024-04-30T20:06:50.899Z | + do_assemble |
584 | 2024-04-30T20:06:50.899Z | + rm -r ./out/dendrite-stub |
585 | 2024-04-30T20:06:50.920Z | + mkdir ./out/dendrite-stub |
586 | 2024-04-30T20:06:50.920Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
587 | 2024-04-30T20:06:50.980Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
588 | 2024-04-30T20:06:50.991Z | + set -o errexit |
589 | 2024-04-30T20:06:50.994Z | +++ dirname ./tools/ci_download_maghemite_mgd |
590 | 2024-04-30T20:06:50.994Z | ++ cd ./tools |
591 | 2024-04-30T20:06:50.994Z | ++ pwd |
592 | 2024-04-30T20:06:50.998Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
593 | 2024-04-30T20:06:50.998Z | ++ basename ./tools/ci_download_maghemite_mgd |
594 | 2024-04-30T20:06:50.999Z | + ARG0=ci_download_maghemite_mgd |
595 | 2024-04-30T20:06:50.999Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
596 | 2024-04-30T20:06:50.999Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
597 | 2024-04-30T20:06:50.999Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
598 | 2024-04-30T20:06:50.999Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
599 | 2024-04-30T20:06:50.999Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
600 | 2024-04-30T20:06:50.999Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
601 | 2024-04-30T20:06:50.999Z | + TARGET_DIR=out |
602 | 2024-04-30T20:06:50.999Z | + DOWNLOAD_DIR=out/downloads |
603 | 2024-04-30T20:06:50.999Z | + DEST_DIR=./out/mgd |
604 | 2024-04-30T20:06:50.999Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
605 | 2024-04-30T20:06:50.999Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
606 | 2024-04-30T20:06:50.999Z | + REPO=oxidecomputer/maghemite |
607 | 2024-04-30T20:06:50.999Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
608 | 2024-04-30T20:06:50.999Z | + main |
609 | 2024-04-30T20:06:51.000Z | + rm -rf out/downloads/root |
610 | 2024-04-30T20:06:51.013Z | + [[ 0 != 0 ]] |
611 | 2024-04-30T20:06:51.013Z | + CIDL_OS=solaris2.11 |
612 | 2024-04-30T20:06:51.017Z | + [[ 0 != 0 ]] |
613 | 2024-04-30T20:06:51.017Z | + configure_os solaris2.11 |
614 | 2024-04-30T20:06:51.017Z | + echo 'current directory: /work/oxidecomputer/omicron' |
615 | 2024-04-30T20:06:51.017Z | current directory: /work/oxidecomputer/omicron |
616 | 2024-04-30T20:06:51.018Z | configuring based on OS: "solaris2.11" |
617 | 2024-04-30T20:06:51.018Z | + echo 'configuring based on OS: "solaris2.11"' |
618 | 2024-04-30T20:06:51.018Z | + case "$1" in |
619 | 2024-04-30T20:06:51.018Z | + SET_BINARIES= |
620 | 2024-04-30T20:06:51.018Z | + CIDL_SHA256FUNC=do_sha256sum |
621 | 2024-04-30T20:06:51.018Z | + TARBALL_FILENAME=mgd.tar.gz |
622 | 2024-04-30T20:06:51.018Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
623 | 2024-04-30T20:06:51.018Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
624 | 2024-04-30T20:06:51.018Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
625 | 2024-04-30T20:06:51.018Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
626 | 2024-04-30T20:06:51.019Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
627 | 2024-04-30T20:06:51.019Z | Local file: out/downloads/mgd.tar.gz |
628 | 2024-04-30T20:06:51.019Z | + mkdir -p out/downloads |
629 | 2024-04-30T20:06:51.019Z | + mkdir -p ./out/mgd |
630 | 2024-04-30T20:06:51.019Z | + fetch_and_verify |
631 | 2024-04-30T20:06:51.019Z | + local DO_DOWNLOAD=true |
632 | 2024-04-30T20:06:51.019Z | + [[ -f out/downloads/mgd.tar.gz ]] |
633 | 2024-04-30T20:06:51.019Z | + '[' true == true ']' |
634 | 2024-04-30T20:06:51.019Z | + echo Downloading... |
635 | 2024-04-30T20:06:51.019Z | Downloading... |
636 | 2024-04-30T20:06:51.019Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
637 | 2024-04-30T20:06:51.019Z | + 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 |
638 | 2024-04-30T20:06:56.377Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
639 | 2024-04-30T20:06:56.398Z | ++ sha256sum |
640 | 2024-04-30T20:06:56.398Z | ++ awk '{print $1}' |
641 | 2024-04-30T20:06:56.405Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
642 | 2024-04-30T20:06:56.405Z | + [[ 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 ]] |
643 | 2024-04-30T20:06:56.405Z | + do_untar out/downloads/mgd.tar.gz |
644 | 2024-04-30T20:06:56.405Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
645 | 2024-04-30T20:06:57.001Z | + do_assemble |
646 | 2024-04-30T20:06:57.001Z | + rm -r ./out/mgd |
647 | 2024-04-30T20:06:57.020Z | + mkdir ./out/mgd |
648 | 2024-04-30T20:06:57.020Z | + cp -r out/downloads/root ./out/mgd/root |
649 | 2024-04-30T20:06:57.083Z | + set -o errexit |
650 | 2024-04-30T20:06:57.086Z | +++ dirname ./tools/ci_download_transceiver_control |
651 | 2024-04-30T20:06:57.086Z | ++ cd ./tools |
652 | 2024-04-30T20:06:57.086Z | ++ pwd |
653 | 2024-04-30T20:06:57.091Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
654 | 2024-04-30T20:06:57.091Z | ++ basename ./tools/ci_download_transceiver_control |
655 | 2024-04-30T20:06:57.091Z | + ARG0=ci_download_transceiver_control |
656 | 2024-04-30T20:06:57.091Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
657 | 2024-04-30T20:06:57.091Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
658 | 2024-04-30T20:06:57.092Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
659 | 2024-04-30T20:06:57.092Z | + TARGET_DIR=out |
660 | 2024-04-30T20:06:57.092Z | + DOWNLOAD_DIR=out/downloads |
661 | 2024-04-30T20:06:57.092Z | + DEST_DIR=./out/transceiver-control |
662 | 2024-04-30T20:06:57.092Z | + BIN_DIR=/opt/oxide/bin |
663 | 2024-04-30T20:06:57.092Z | + BINARY=xcvradm |
664 | 2024-04-30T20:06:57.092Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
665 | 2024-04-30T20:06:57.092Z | + REPO=oxidecomputer/transceiver-control |
666 | 2024-04-30T20:06:57.092Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
667 | 2024-04-30T20:06:57.092Z | + main |
668 | 2024-04-30T20:06:57.092Z | + [[ 0 != 0 ]] |
669 | 2024-04-30T20:06:57.092Z | + CIDL_OS=solaris2.11 |
670 | 2024-04-30T20:06:57.093Z | + [[ 0 != 0 ]] |
671 | 2024-04-30T20:06:57.093Z | + configure_os solaris2.11 |
672 | 2024-04-30T20:06:57.093Z | + echo 'current directory: /work/oxidecomputer/omicron' |
673 | 2024-04-30T20:06:57.093Z | current directory: /work/oxidecomputer/omicron |
674 | 2024-04-30T20:06:57.093Z | + echo 'configuring based on OS: "solaris2.11"' |
675 | 2024-04-30T20:06:57.093Z | + case "$1" in |
676 | 2024-04-30T20:06:57.093Z | configuring based on OS: "solaris2.11" |
677 | 2024-04-30T20:06:57.093Z | + SET_BINARIES= |
678 | 2024-04-30T20:06:57.094Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
679 | 2024-04-30T20:06:57.094Z | + CIDL_SHA256FUNC=do_sha256sum |
680 | 2024-04-30T20:06:57.094Z | + ARCHIVE_FILENAME=xcvradm.gz |
681 | 2024-04-30T20:06:57.094Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
682 | 2024-04-30T20:06:57.094Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
683 | 2024-04-30T20:06:57.094Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
684 | 2024-04-30T20:06:57.094Z | + echo 'Local file: out/downloads/xcvradm.gz' |
685 | 2024-04-30T20:06:57.094Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
686 | 2024-04-30T20:06:57.094Z | Local file: out/downloads/xcvradm.gz |
687 | 2024-04-30T20:06:57.094Z | + mkdir -p out/downloads |
688 | 2024-04-30T20:06:57.112Z | + mkdir -p ./out/transceiver-control |
689 | 2024-04-30T20:06:57.112Z | + fetch_and_verify |
690 | 2024-04-30T20:06:57.112Z | + local DO_DOWNLOAD=true |
691 | 2024-04-30T20:06:57.112Z | + [[ -f out/downloads/xcvradm.gz ]] |
692 | 2024-04-30T20:06:57.112Z | + '[' true == true ']' |
693 | 2024-04-30T20:06:57.113Z | + echo Downloading... |
694 | 2024-04-30T20:06:57.113Z | Downloading... |
695 | 2024-04-30T20:06:57.113Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
696 | 2024-04-30T20:06:57.113Z | + 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 |
697 | 2024-04-30T20:07:01.239Z | ++ do_sha256sum out/downloads/xcvradm.gz |
698 | 2024-04-30T20:07:01.251Z | ++ sha256sum |
699 | 2024-04-30T20:07:01.251Z | ++ awk '{print $1}' |
700 | 2024-04-30T20:07:01.251Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
701 | 2024-04-30T20:07:01.251Z | + [[ 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 ]] |
702 | 2024-04-30T20:07:01.251Z | + do_unpack out/downloads/xcvradm.gz |
703 | 2024-04-30T20:07:01.251Z | + mkdir -p out/downloads/root//opt/oxide/bin |
704 | 2024-04-30T20:07:01.251Z | + gzip -dc out/downloads/xcvradm.gz |
705 | 2024-04-30T20:07:01.357Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
706 | 2024-04-30T20:07:01.362Z | + do_assemble |
707 | 2024-04-30T20:07:01.362Z | + rm -r ./out/transceiver-control |
708 | 2024-04-30T20:07:01.370Z | + mkdir ./out/transceiver-control |
709 | 2024-04-30T20:07:01.370Z | + cp -r out/downloads/root ./out/transceiver-control/root |
710 | 2024-04-30T20:07:01.456Z | + set -o errexit |
711 | 2024-04-30T20:07:01.462Z | +++ dirname ./tools/ci_download_thundermuffin |
712 | 2024-04-30T20:07:01.462Z | ++ cd ./tools |
713 | 2024-04-30T20:07:01.462Z | ++ pwd |
714 | 2024-04-30T20:07:01.462Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
715 | 2024-04-30T20:07:01.466Z | ++ basename ./tools/ci_download_thundermuffin |
716 | 2024-04-30T20:07:01.466Z | + ARG0=ci_download_thundermuffin |
717 | 2024-04-30T20:07:01.466Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
718 | 2024-04-30T20:07:01.466Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
719 | 2024-04-30T20:07:01.466Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
720 | 2024-04-30T20:07:01.466Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
721 | 2024-04-30T20:07:01.466Z | + TARGET_DIR=out |
722 | 2024-04-30T20:07:01.466Z | + DOWNLOAD_DIR=out/downloads |
723 | 2024-04-30T20:07:01.466Z | + DEST_DIR=./out/thundermuffin |
724 | 2024-04-30T20:07:01.466Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
725 | 2024-04-30T20:07:01.466Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
726 | 2024-04-30T20:07:01.466Z | + REPO=oxidecomputer/thundermuffin |
727 | 2024-04-30T20:07:01.466Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
728 | 2024-04-30T20:07:01.466Z | + main |
729 | 2024-04-30T20:07:01.466Z | + rm -rf out/downloads/root |
730 | 2024-04-30T20:07:01.470Z | + [[ 0 != 0 ]] |
731 | 2024-04-30T20:07:01.470Z | + CIDL_OS=solaris2.11 |
732 | 2024-04-30T20:07:01.470Z | + [[ 0 != 0 ]] |
733 | 2024-04-30T20:07:01.470Z | + configure_os solaris2.11 |
734 | 2024-04-30T20:07:01.479Z | + echo 'current directory: /work/oxidecomputer/omicron' |
735 | 2024-04-30T20:07:01.479Z | current directory: /work/oxidecomputer/omicron |
736 | 2024-04-30T20:07:01.479Z | + echo 'configuring based on OS: "solaris2.11"' |
737 | 2024-04-30T20:07:01.479Z | configuring based on OS: "solaris2.11" |
738 | 2024-04-30T20:07:01.479Z | + case "$1" in |
739 | 2024-04-30T20:07:01.479Z | + SET_BINARIES= |
740 | 2024-04-30T20:07:01.479Z | + CIDL_SHA256FUNC=do_sha256sum |
741 | 2024-04-30T20:07:01.479Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
742 | 2024-04-30T20:07:01.479Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
743 | 2024-04-30T20:07:01.479Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
744 | 2024-04-30T20:07:01.480Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
745 | 2024-04-30T20:07:01.480Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
746 | 2024-04-30T20:07:01.480Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
747 | 2024-04-30T20:07:01.480Z | Local file: out/downloads/thundermuffin.tar.gz |
748 | 2024-04-30T20:07:01.480Z | + mkdir -p out/downloads |
749 | 2024-04-30T20:07:01.480Z | + mkdir -p ./out/thundermuffin |
750 | 2024-04-30T20:07:01.480Z | + fetch_and_verify |
751 | 2024-04-30T20:07:01.480Z | + local DO_DOWNLOAD=true |
752 | 2024-04-30T20:07:01.480Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
753 | 2024-04-30T20:07:01.480Z | + '[' true == true ']' |
754 | 2024-04-30T20:07:01.480Z | + echo Downloading... |
755 | 2024-04-30T20:07:01.480Z | Downloading... |
756 | 2024-04-30T20:07:01.480Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
757 | 2024-04-30T20:07:01.480Z | + 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 |
758 | 2024-04-30T20:07:04.511Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
759 | 2024-04-30T20:07:04.514Z | ++ sha256sum |
760 | 2024-04-30T20:07:04.514Z | ++ awk '{print $1}' |
761 | 2024-04-30T20:07:04.517Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
762 | 2024-04-30T20:07:04.520Z | + [[ 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 ]] |
763 | 2024-04-30T20:07:04.521Z | + do_untar out/downloads/thundermuffin.tar.gz |
764 | 2024-04-30T20:07:04.521Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
765 | 2024-04-30T20:07:04.585Z | + do_assemble |
766 | 2024-04-30T20:07:04.585Z | + rm -r ./out/thundermuffin |
767 | 2024-04-30T20:07:04.590Z | + mkdir ./out/thundermuffin |
768 | 2024-04-30T20:07:04.590Z | + cp -r out/downloads/root ./out/thundermuffin/root |
769 | 2024-04-30T20:07:04.597Z | All prerequisites installed successfully |
770 | 2024-04-30T20:07:04.610Z | |
771 | 2024-04-30T20:07:04.610Z | real 1:53.754409225 |
772 | 2024-04-30T20:07:04.611Z | user 38.428119216 |
773 | 2024-04-30T20:07:04.611Z | sys 7.402065501 |
774 | 2024-04-30T20:07:04.611Z | trap 0.009107374 |
775 | 2024-04-30T20:07:04.611Z | tflt 0.109189584 |
776 | 2024-04-30T20:07:04.611Z | dflt 0.353690446 |
777 | 2024-04-30T20:07:04.611Z | kflt 0.083590826 |
778 | 2024-04-30T20:07:04.611Z | lock 1.099832322 |
779 | 2024-04-30T20:07:04.612Z | slp 3:44.018248316 |
780 | 2024-04-30T20:07:04.612Z | lat 2.164514843 |
781 | 2024-04-30T20:07:04.612Z | stop 0.134589948 |
782 | 2024-04-30T20:07:04.612Z | + ptime -m ./tools/ci_download_softnpu_machinery |
783 | 2024-04-30T20:07:04.626Z | fetching npuzone |
784 | 2024-04-30T20:07:04.626Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
785 | 2024-04-30T20:07:04.626Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
786 | 2024-04-30T20:07:04.626Z | Getting hash for npuzone |
787 | 2024-04-30T20:07:04.705Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
788 | 2024-04-30T20:07:17.887Z | npuzone downloaded successfully |
789 | 2024-04-30T20:07:17.956Z | |
790 | 2024-04-30T20:07:17.957Z | real 12.483675190 |
791 | 2024-04-30T20:07:17.957Z | user 0.362102019 |
792 | 2024-04-30T20:07:17.957Z | sys 0.131254790 |
793 | 2024-04-30T20:07:17.957Z | trap 0.000120143 |
794 | 2024-04-30T20:07:17.957Z | tflt 0.000000000 |
795 | 2024-04-30T20:07:17.957Z | dflt 0.000000000 |
796 | 2024-04-30T20:07:17.957Z | kflt 0.000000000 |
797 | 2024-04-30T20:07:17.957Z | lock 0.000000000 |
798 | 2024-04-30T20:07:17.957Z | slp 36.833652027 |
799 | 2024-04-30T20:07:17.957Z | lat 0.094792169 |
800 | 2024-04-30T20:07:17.957Z | stop 0.000174647 |
801 | 2024-04-30T20:07:17.957Z | + export CARGO_INCREMENTAL=0 |
802 | 2024-04-30T20:07:17.957Z | + CARGO_INCREMENTAL=0 |
803 | 2024-04-30T20:07:17.957Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
804 | 2024-04-30T20:07:17.957Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
805 | 2024-04-30T20:07:17.957Z | Updating git repository `https://github.com/oxidecomputer/zone` |
806 | 2024-04-30T20:07:17.977Z | Updating crates.io index |
807 | 2024-04-30T20:07:17.995Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
808 | 2024-04-30T20:07:18.791Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
809 | 2024-04-30T20:07:19.536Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
810 | 2024-04-30T20:07:21.947Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
811 | 2024-04-30T20:07:22.085Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
812 | 2024-04-30T20:07:22.458Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
813 | 2024-04-30T20:07:23.431Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
814 | 2024-04-30T20:07:25.175Z | Updating git repository `https://github.com/oxidecomputer/opte` |
815 | 2024-04-30T20:07:26.224Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
816 | 2024-04-30T20:07:26.975Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
817 | 2024-04-30T20:07:27.272Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
818 | 2024-04-30T20:07:28.310Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
819 | 2024-04-30T20:07:28.314Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
820 | 2024-04-30T20:07:28.516Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
821 | 2024-04-30T20:07:28.899Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
822 | 2024-04-30T20:07:29.206Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
823 | 2024-04-30T20:07:29.521Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
824 | 2024-04-30T20:07:29.773Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
825 | 2024-04-30T20:07:30.037Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
826 | 2024-04-30T20:07:30.450Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
827 | 2024-04-30T20:07:30.695Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
828 | 2024-04-30T20:07:31.034Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
829 | 2024-04-30T20:07:31.695Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
830 | 2024-04-30T20:07:32.045Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
831 | 2024-04-30T20:07:32.346Z | Updating git repository `https://github.com/jgallagher/nix` |
832 | 2024-04-30T20:07:33.338Z | Updating git repository `https://github.com/cbiffle/hubpack` |
833 | 2024-04-30T20:07:33.740Z | Updating git repository `https://github.com/oxidecomputer/typify` |
834 | 2024-04-30T20:07:35.790Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
835 | 2024-04-30T20:07:36.125Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
836 | 2024-04-30T20:07:36.403Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
837 | 2024-04-30T20:07:36.816Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
838 | 2024-04-30T20:07:37.900Z | Downloading crates ... |
839 | 2024-04-30T20:07:38.003Z | Downloaded adler v1.0.2 |
840 | 2024-04-30T20:07:38.014Z | Downloaded addr2line v0.21.0 |
841 | 2024-04-30T20:07:38.020Z | Downloaded aead v0.5.2 |
842 | 2024-04-30T20:07:38.025Z | Downloaded crossbeam-utils v0.8.19 |
843 | 2024-04-30T20:07:38.028Z | Downloaded heck v0.5.0 |
844 | 2024-04-30T20:07:38.033Z | Downloaded headers-core v0.2.0 |
845 | 2024-04-30T20:07:38.037Z | Downloaded ascii-canvas v3.0.0 |
846 | 2024-04-30T20:07:38.037Z | Downloaded argon2 v0.5.3 |
847 | 2024-04-30T20:07:38.040Z | Downloaded aho-corasick v1.1.2 |
848 | 2024-04-30T20:07:38.046Z | Downloaded heck v0.4.1 |
849 | 2024-04-30T20:07:38.050Z | Downloaded ascii v1.1.0 |
850 | 2024-04-30T20:07:38.055Z | Downloaded heapless v0.7.16 |
851 | 2024-04-30T20:07:38.064Z | Downloaded hex v0.4.3 |
852 | 2024-04-30T20:07:38.064Z | Downloaded heck v0.3.3 |
853 | 2024-04-30T20:07:38.081Z | Downloaded headers v0.3.9 |
854 | 2024-04-30T20:07:38.081Z | Downloaded arrayvec v0.7.4 |
855 | 2024-04-30T20:07:38.082Z | Downloaded async-trait v0.1.80 |
856 | 2024-04-30T20:07:38.092Z | Downloaded atty v0.2.14 |
857 | 2024-04-30T20:07:38.092Z | Downloaded bb8 v0.8.3 |
858 | 2024-04-30T20:07:38.092Z | Downloaded heapless v0.8.0 |
859 | 2024-04-30T20:07:38.093Z | Downloaded allocator-api2 v0.2.16 |
860 | 2024-04-30T20:07:38.093Z | Downloaded bcs v0.1.6 |
861 | 2024-04-30T20:07:38.093Z | Downloaded backoff v0.4.0 |
862 | 2024-04-30T20:07:38.093Z | Downloaded hyper v0.14.28 |
863 | 2024-04-30T20:07:38.098Z | Downloaded httparse v1.8.0 |
864 | 2024-04-30T20:07:38.101Z | Downloaded lalrpop-util v0.19.12 |
865 | 2024-04-30T20:07:38.102Z | Downloaded kstat-rs v0.2.3 |
866 | 2024-04-30T20:07:38.102Z | Downloaded humantime v2.1.0 |
867 | 2024-04-30T20:07:38.105Z | Downloaded itertools v0.10.5 |
868 | 2024-04-30T20:07:38.110Z | Downloaded indicatif v0.17.8 |
869 | 2024-04-30T20:07:38.122Z | Downloaded hyper-rustls v0.24.2 |
870 | 2024-04-30T20:07:38.126Z | Downloaded base64ct v1.6.0 |
871 | 2024-04-30T20:07:38.126Z | Downloaded indexmap v2.2.6 |
872 | 2024-04-30T20:07:38.127Z | Downloaded cfg_aliases v0.1.1 |
873 | 2024-04-30T20:07:38.127Z | Downloaded hubpack v0.1.2 |
874 | 2024-04-30T20:07:38.130Z | Downloaded block-buffer v0.10.4 |
875 | 2024-04-30T20:07:38.130Z | Downloaded bitflags v1.3.2 |
876 | 2024-04-30T20:07:38.133Z | Downloaded ciborium-io v0.2.2 |
877 | 2024-04-30T20:07:38.136Z | Downloaded hubpack_derive v0.1.1 |
878 | 2024-04-30T20:07:38.136Z | Downloaded colorchoice v1.0.0 |
879 | 2024-04-30T20:07:38.136Z | Downloaded bitfield v0.14.0 |
880 | 2024-04-30T20:07:38.139Z | Downloaded httpdate v1.0.3 |
881 | 2024-04-30T20:07:38.139Z | Downloaded http-range v0.1.5 |
882 | 2024-04-30T20:07:38.142Z | Downloaded http v0.2.12 |
883 | 2024-04-30T20:07:38.147Z | Downloaded itoa v1.0.9 |
884 | 2024-04-30T20:07:38.147Z | Downloaded instant v0.1.12 |
885 | 2024-04-30T20:07:38.151Z | Downloaded is_ci v1.2.0 |
886 | 2024-04-30T20:07:38.151Z | Downloaded cassowary v0.3.0 |
887 | 2024-04-30T20:07:38.154Z | Downloaded idna v0.3.0 |
888 | 2024-04-30T20:07:38.159Z | Downloaded inout v0.1.3 |
889 | 2024-04-30T20:07:38.162Z | Downloaded newline-converter v0.3.0 |
890 | 2024-04-30T20:07:38.165Z | Downloaded serde-big-array v0.5.1 |
891 | 2024-04-30T20:07:38.165Z | Downloaded new_debug_unreachable v1.0.4 |
892 | 2024-04-30T20:07:38.165Z | Downloaded buf-list v1.0.3 |
893 | 2024-04-30T20:07:38.169Z | Downloaded nodrop v0.1.14 |
894 | 2024-04-30T20:07:38.172Z | Downloaded is-terminal v0.4.9 |
895 | 2024-04-30T20:07:38.172Z | Downloaded clap_lex v0.7.0 |
896 | 2024-04-30T20:07:38.172Z | Downloaded indoc v1.0.9 |
897 | 2024-04-30T20:07:38.176Z | Downloaded newtype-uuid v1.1.0 |
898 | 2024-04-30T20:07:38.186Z | Downloaded linear-map v1.2.0 |
899 | 2024-04-30T20:07:38.186Z | Downloaded lazy_static v1.4.0 |
900 | 2024-04-30T20:07:38.189Z | Downloaded ipnet v2.9.0 |
901 | 2024-04-30T20:07:38.189Z | Downloaded constant_time_eq v0.3.0 |
902 | 2024-04-30T20:07:38.190Z | Downloaded crc-catalog v2.2.0 |
903 | 2024-04-30T20:07:38.190Z | Downloaded cipher v0.4.4 |
904 | 2024-04-30T20:07:38.190Z | Downloaded indoc v2.0.3 |
905 | 2024-04-30T20:07:38.196Z | Downloaded strum v0.26.2 |
906 | 2024-04-30T20:07:38.196Z | Downloaded sqlparser_derive v0.2.2 |
907 | 2024-04-30T20:07:38.196Z | Downloaded serde_urlencoded v0.7.1 |
908 | 2024-04-30T20:07:38.200Z | Downloaded nanorand v0.7.0 |
909 | 2024-04-30T20:07:38.200Z | Downloaded swrite v0.1.0 |
910 | 2024-04-30T20:07:38.200Z | Downloaded managed v0.8.0 |
911 | 2024-04-30T20:07:38.205Z | Downloaded nibble_vec v0.1.0 |
912 | 2024-04-30T20:07:38.205Z | Downloaded native-tls v0.2.11 |
913 | 2024-04-30T20:07:38.205Z | Downloaded chacha20 v0.9.1 |
914 | 2024-04-30T20:07:38.214Z | Downloaded memmap v0.7.0 |
915 | 2024-04-30T20:07:38.214Z | Downloaded dtrace-parser v0.1.14 |
916 | 2024-04-30T20:07:38.214Z | Downloaded downcast v0.11.0 |
917 | 2024-04-30T20:07:38.628Z | Downloaded crunchy v0.2.2 |
918 | 2024-04-30T20:07:38.628Z | Downloaded blake2 v0.10.6 |
919 | 2024-04-30T20:07:38.628Z | Downloaded normalize-line-endings v0.3.0 |
920 | 2024-04-30T20:07:38.628Z | Downloaded display-error-chain v0.2.0 |
921 | 2024-04-30T20:07:38.628Z | Downloaded maybe-uninit v2.0.0 |
922 | 2024-04-30T20:07:38.628Z | Downloaded lru v0.12.1 |
923 | 2024-04-30T20:07:38.628Z | Downloaded crucible-workspace-hack v0.1.0 |
924 | 2024-04-30T20:07:38.628Z | Downloaded ref-cast v1.0.22 |
925 | 2024-04-30T20:07:38.633Z | Downloaded serde_tokenstream v0.2.0 |
926 | 2024-04-30T20:07:38.633Z | Downloaded multer v3.0.0 |
927 | 2024-04-30T20:07:38.633Z | Downloaded strsim v0.11.0 |
928 | 2024-04-30T20:07:38.633Z | Downloaded clap_derive v4.5.4 |
929 | 2024-04-30T20:07:38.633Z | Downloaded mime_guess v2.0.4 |
930 | 2024-04-30T20:07:38.633Z | Downloaded thiserror-impl v1.0.59 |
931 | 2024-04-30T20:07:38.633Z | Downloaded crc32fast v1.3.2 |
932 | 2024-04-30T20:07:38.633Z | Downloaded corncobs v0.1.3 |
933 | 2024-04-30T20:07:38.633Z | Downloaded wait-timeout v0.2.0 |
934 | 2024-04-30T20:07:38.633Z | Downloaded unicode-linebreak v0.1.5 |
935 | 2024-04-30T20:07:38.633Z | Downloaded stability v0.2.0 |
936 | 2024-04-30T20:07:38.633Z | Downloaded fxhash v0.2.1 |
937 | 2024-04-30T20:07:38.633Z | Downloaded precomputed-hash v0.1.1 |
938 | 2024-04-30T20:07:38.633Z | Downloaded usdt v0.3.5 |
939 | 2024-04-30T20:07:38.633Z | Downloaded thiserror v1.0.59 |
940 | 2024-04-30T20:07:38.633Z | Downloaded getopts v0.2.21 |
941 | 2024-04-30T20:07:38.633Z | Downloaded untrusted v0.9.0 |
942 | 2024-04-30T20:07:38.633Z | Downloaded tiny-keccak v2.0.2 |
943 | 2024-04-30T20:07:38.633Z | Downloaded generic-array v0.14.7 |
944 | 2024-04-30T20:07:38.633Z | Downloaded libloading v0.7.4 |
945 | 2024-04-30T20:07:38.633Z | Downloaded gethostname v0.4.3 |
946 | 2024-04-30T20:07:38.633Z | Downloaded olpc-cjson v0.1.3 |
947 | 2024-04-30T20:07:38.634Z | Downloaded termtree v0.4.1 |
948 | 2024-04-30T20:07:38.634Z | Downloaded fallible-iterator v0.2.0 |
949 | 2024-04-30T20:07:38.634Z | Downloaded foreign-types v0.5.0 |
950 | 2024-04-30T20:07:38.634Z | Downloaded zone v0.1.8 |
951 | 2024-04-30T20:07:38.634Z | Downloaded rand_xorshift v0.3.0 |
952 | 2024-04-30T20:07:38.634Z | Downloaded phf v0.11.2 |
953 | 2024-04-30T20:07:38.634Z | Downloaded parse-display v0.9.0 |
954 | 2024-04-30T20:07:38.634Z | Downloaded log v0.4.21 |
955 | 2024-04-30T20:07:38.634Z | Downloaded xattr v1.0.1 |
956 | 2024-04-30T20:07:38.634Z | Downloaded fragile v2.0.0 |
957 | 2024-04-30T20:07:38.634Z | Downloaded dof v0.3.0 |
958 | 2024-04-30T20:07:38.634Z | Downloaded dof v0.1.5 |
959 | 2024-04-30T20:07:38.634Z | Downloaded cookie v0.17.0 |
960 | 2024-04-30T20:07:38.634Z | Downloaded predicates v3.1.0 |
961 | 2024-04-30T20:07:38.634Z | Downloaded ppv-lite86 v0.2.17 |
962 | 2024-04-30T20:07:38.634Z | Downloaded diesel_table_macro_syntax v0.1.0 |
963 | 2024-04-30T20:07:38.634Z | Downloaded clap v4.5.4 |
964 | 2024-04-30T20:07:38.634Z | Downloaded endian-type v0.1.2 |
965 | 2024-04-30T20:07:38.634Z | Downloaded tracing-attributes v0.1.27 |
966 | 2024-04-30T20:07:38.634Z | Downloaded strip-ansi-escapes v0.2.0 |
967 | 2024-04-30T20:07:38.634Z | Downloaded shlex v1.3.0 |
968 | 2024-04-30T20:07:38.634Z | Downloaded rustc_version v0.1.7 |
969 | 2024-04-30T20:07:38.634Z | Downloaded getrandom v0.2.12 |
970 | 2024-04-30T20:07:38.634Z | Downloaded number_prefix v0.4.0 |
971 | 2024-04-30T20:07:38.634Z | Downloaded num_threads v0.1.6 |
972 | 2024-04-30T20:07:38.635Z | Downloaded termios v0.3.3 |
973 | 2024-04-30T20:07:38.635Z | Downloaded terminal_size v0.3.0 |
974 | 2024-04-30T20:07:38.635Z | Downloaded parking_lot_core v0.8.6 |
975 | 2024-04-30T20:07:38.635Z | Downloaded crc-any v2.4.3 |
976 | 2024-04-30T20:07:38.635Z | Downloaded unicode-ident v1.0.12 |
977 | 2024-04-30T20:07:38.635Z | Downloaded signal-hook-tokio v0.3.1 |
978 | 2024-04-30T20:07:38.635Z | Downloaded string_cache v0.8.7 |
979 | 2024-04-30T20:07:38.635Z | Downloaded smf v0.2.3 |
980 | 2024-04-30T20:07:38.635Z | Downloaded universal-hash v0.5.1 |
981 | 2024-04-30T20:07:38.635Z | Downloaded pretty-hex v0.4.1 |
982 | 2024-04-30T20:07:38.635Z | Downloaded pretty-hex v0.2.1 |
983 | 2024-04-30T20:07:38.635Z | Downloaded clang-sys v1.6.1 |
984 | 2024-04-30T20:07:38.635Z | Downloaded signal-hook-mio v0.2.3 |
985 | 2024-04-30T20:07:38.635Z | Downloaded zerocopy v0.3.0 |
986 | 2024-04-30T20:07:38.635Z | Downloaded stringprep v0.1.3 |
987 | 2024-04-30T20:07:38.635Z | Downloaded wyz v0.5.1 |
988 | 2024-04-30T20:07:38.635Z | Downloaded rustc-demangle v0.1.23 |
989 | 2024-04-30T20:07:38.635Z | Downloaded predicates-tree v1.0.9 |
990 | 2024-04-30T20:07:38.635Z | Downloaded peg-runtime v0.8.2 |
991 | 2024-04-30T20:07:38.635Z | Downloaded unicode-xid v0.2.4 |
992 | 2024-04-30T20:07:38.635Z | Downloaded tinyvec_macros v0.1.1 |
993 | 2024-04-30T20:07:38.635Z | Downloaded omicron-zone-package v0.11.0 |
994 | 2024-04-30T20:07:38.635Z | Downloaded rsa v0.9.2 |
995 | 2024-04-30T20:07:38.636Z | Downloaded usdt-macro v0.5.0 |
996 | 2024-04-30T20:07:38.636Z | Downloaded num_enum_derive v0.5.11 |
997 | 2024-04-30T20:07:38.636Z | Downloaded num-derive v0.4.0 |
998 | 2024-04-30T20:07:38.636Z | Downloaded ref-cast-impl v1.0.22 |
999 | 2024-04-30T20:07:38.636Z | Downloaded plain v0.2.3 |
1000 | 2024-04-30T20:07:38.636Z | Downloaded tokio-rustls v0.25.0 |
1001 | 2024-04-30T20:07:38.636Z | Downloaded either v1.11.0 |
1002 | 2024-04-30T20:07:38.636Z | Downloaded futures-executor v0.3.30 |
1003 | 2024-04-30T20:07:38.636Z | Downloaded funty v2.0.0 |
1004 | 2024-04-30T20:07:38.636Z | Downloaded fastrand v2.0.1 |
1005 | 2024-04-30T20:07:38.636Z | Downloaded usdt-attr-macro v0.3.5 |
1006 | 2024-04-30T20:07:38.636Z | Downloaded which v4.4.0 |
1007 | 2024-04-30T20:07:38.636Z | Downloaded foreign-types v0.3.2 |
1008 | 2024-04-30T20:07:38.636Z | Downloaded equivalent v1.0.1 |
1009 | 2024-04-30T20:07:38.636Z | Downloaded signal-hook-registry v1.4.1 |
1010 | 2024-04-30T20:07:38.636Z | Downloaded semver v0.1.20 |
1011 | 2024-04-30T20:07:38.636Z | Downloaded parking_lot v0.11.2 |
1012 | 2024-04-30T20:07:38.636Z | Downloaded peeking_take_while v0.1.2 |
1013 | 2024-04-30T20:07:38.636Z | Downloaded num_cpus v1.16.0 |
1014 | 2024-04-30T20:07:38.636Z | Downloaded quote v1.0.36 |
1015 | 2024-04-30T20:07:38.636Z | Downloaded sqlformat v0.2.3 |
1016 | 2024-04-30T20:07:38.636Z | Downloaded fnv v1.0.7 |
1017 | 2024-04-30T20:07:38.636Z | Downloaded peg v0.8.2 |
1018 | 2024-04-30T20:07:38.636Z | Downloaded fd-lock v4.0.2 |
1019 | 2024-04-30T20:07:38.636Z | Downloaded scroll_derive v0.12.0 |
1020 | 2024-04-30T20:07:38.637Z | Downloaded const_format v0.2.32 |
1021 | 2024-04-30T20:07:38.637Z | Downloaded path-slash v0.1.5 |
1022 | 2024-04-30T20:07:38.637Z | Downloaded parse-size v1.0.0 |
1023 | 2024-04-30T20:07:38.637Z | Downloaded defmt-parser v0.3.3 |
1024 | 2024-04-30T20:07:38.637Z | Downloaded utf8parse v0.2.1 |
1025 | 2024-04-30T20:07:38.643Z | Downloaded utf-8 v0.7.6 |
1026 | 2024-04-30T20:07:38.644Z | Downloaded platforms v3.0.2 |
1027 | 2024-04-30T20:07:38.644Z | Downloaded serde_arrays v0.1.0 |
1028 | 2024-04-30T20:07:38.644Z | Downloaded foreign-types-shared v0.1.1 |
1029 | 2024-04-30T20:07:38.644Z | Downloaded parking_lot v0.12.1 |
1030 | 2024-04-30T20:07:38.644Z | Downloaded oso v0.27.3 |
1031 | 2024-04-30T20:07:38.644Z | Downloaded derive_builder_macro v0.20.0 |
1032 | 2024-04-30T20:07:38.644Z | Downloaded foreign-types-macros v0.2.3 |
1033 | 2024-04-30T20:07:38.644Z | Downloaded topological-sort v0.2.2 |
1034 | 2024-04-30T20:07:38.644Z | Downloaded futures-channel v0.3.30 |
1035 | 2024-04-30T20:07:38.644Z | Downloaded futures-core v0.3.30 |
1036 | 2024-04-30T20:07:38.644Z | Downloaded pem v3.0.4 |
1037 | 2024-04-30T20:07:38.644Z | Downloaded crypto-bigint v0.5.2 |
1038 | 2024-04-30T20:07:38.644Z | Downloaded take_mut v0.2.2 |
1039 | 2024-04-30T20:07:38.644Z | Downloaded percent-encoding v2.3.1 |
1040 | 2024-04-30T20:07:38.644Z | Downloaded spin v0.9.8 |
1041 | 2024-04-30T20:07:38.644Z | Downloaded defmt-macros v0.3.6 |
1042 | 2024-04-30T20:07:38.644Z | Downloaded oso-derive v0.27.3 |
1043 | 2024-04-30T20:07:38.644Z | Downloaded radium v0.7.0 |
1044 | 2024-04-30T20:07:38.644Z | Downloaded phf_shared v0.10.0 |
1045 | 2024-04-30T20:07:38.644Z | Downloaded scroll v0.12.0 |
1046 | 2024-04-30T20:07:38.644Z | Downloaded fatfs v0.3.6 |
1047 | 2024-04-30T20:07:38.644Z | Downloaded peg-macros v0.8.2 |
1048 | 2024-04-30T20:07:38.645Z | Downloaded structmeta v0.2.0 |
1049 | 2024-04-30T20:07:38.645Z | Downloaded secrecy v0.8.0 |
1050 | 2024-04-30T20:07:38.645Z | Downloaded pin-project-internal v1.1.3 |
1051 | 2024-04-30T20:07:38.645Z | Downloaded crossbeam-channel v0.5.8 |
1052 | 2024-04-30T20:07:38.645Z | Downloaded scheduled-thread-pool v0.2.7 |
1053 | 2024-04-30T20:07:38.645Z | Downloaded same-file v1.0.6 |
1054 | 2024-04-30T20:07:38.645Z | Downloaded sync_wrapper v0.1.2 |
1055 | 2024-04-30T20:07:38.645Z | Downloaded trust-dns-client v0.22.0 |
1056 | 2024-04-30T20:07:38.645Z | Downloaded num-complex v0.4.5 |
1057 | 2024-04-30T20:07:38.645Z | Downloaded mio v0.8.11 |
1058 | 2024-04-30T20:07:38.645Z | Downloaded num-conv v0.1.0 |
1059 | 2024-04-30T20:07:38.645Z | Downloaded cstr-argument v0.1.2 |
1060 | 2024-04-30T20:07:38.645Z | Downloaded ff v0.13.0 |
1061 | 2024-04-30T20:07:38.645Z | Downloaded tap v1.0.1 |
1062 | 2024-04-30T20:07:38.645Z | Downloaded tabwriter v1.4.0 |
1063 | 2024-04-30T20:07:38.645Z | Downloaded socket2 v0.5.6 |
1064 | 2024-04-30T20:07:38.645Z | Downloaded data-encoding v2.4.0 |
1065 | 2024-04-30T20:07:38.645Z | Downloaded pest_derive v2.7.6 |
1066 | 2024-04-30T20:07:38.645Z | Downloaded version_check v0.9.4 |
1067 | 2024-04-30T20:07:38.645Z | Downloaded erased-serde v0.3.31 |
1068 | 2024-04-30T20:07:38.645Z | Downloaded uzers v0.11.3 |
1069 | 2024-04-30T20:07:38.645Z | Downloaded pest_generator v2.7.6 |
1070 | 2024-04-30T20:07:38.646Z | Downloaded defmt v0.3.5 |
1071 | 2024-04-30T20:07:38.646Z | Downloaded usdt-attr-macro v0.5.0 |
1072 | 2024-04-30T20:07:38.646Z | Downloaded pin-utils v0.1.0 |
1073 | 2024-04-30T20:07:38.646Z | Downloaded rustls-pki-types v1.3.0 |
1074 | 2024-04-30T20:07:38.646Z | Downloaded phf_shared v0.11.2 |
1075 | 2024-04-30T20:07:38.646Z | Downloaded sct v0.7.0 |
1076 | 2024-04-30T20:07:38.646Z | Downloaded sigpipe v0.1.3 |
1077 | 2024-04-30T20:07:38.646Z | Downloaded packed_struct_codegen v0.10.1 |
1078 | 2024-04-30T20:07:38.646Z | Downloaded futures-io v0.3.30 |
1079 | 2024-04-30T20:07:38.646Z | Downloaded fs-err v2.11.0 |
1080 | 2024-04-30T20:07:38.646Z | Downloaded synstructure v0.12.6 |
1081 | 2024-04-30T20:07:38.646Z | Downloaded password-hash v0.5.0 |
1082 | 2024-04-30T20:07:38.646Z | Downloaded unsafe-libyaml v0.2.10 |
1083 | 2024-04-30T20:07:38.646Z | Downloaded unicode-width v0.1.11 |
1084 | 2024-04-30T20:07:38.646Z | Downloaded tempfile v3.10.1 |
1085 | 2024-04-30T20:07:38.646Z | Downloaded socket2 v0.4.9 |
1086 | 2024-04-30T20:07:38.646Z | Downloaded crypto-common v0.1.6 |
1087 | 2024-04-30T20:07:38.646Z | Downloaded futures-macro v0.3.30 |
1088 | 2024-04-30T20:07:38.646Z | Downloaded signal-hook v0.3.17 |
1089 | 2024-04-30T20:07:38.646Z | Downloaded once_cell v1.19.0 |
1090 | 2024-04-30T20:07:38.646Z | Downloaded structmeta-derive v0.3.0 |
1091 | 2024-04-30T20:07:38.646Z | Downloaded zerocopy-derive v0.7.32 |
1092 | 2024-04-30T20:07:38.646Z | Downloaded nom v7.1.3 |
1093 | 2024-04-30T20:07:38.646Z | Downloaded foreign-types-shared v0.3.1 |
1094 | 2024-04-30T20:07:38.647Z | Downloaded darling v0.20.8 |
1095 | 2024-04-30T20:07:38.647Z | Downloaded form_urlencoded v1.2.1 |
1096 | 2024-04-30T20:07:38.647Z | Downloaded curve25519-dalek-derive v0.1.0 |
1097 | 2024-04-30T20:07:38.647Z | Downloaded embedded-io v0.4.0 |
1098 | 2024-04-30T20:07:38.647Z | Downloaded unicase v2.7.0 |
1099 | 2024-04-30T20:07:38.647Z | Downloaded hash32 v0.3.1 |
1100 | 2024-04-30T20:07:38.647Z | Downloaded errno v0.3.8 |
1101 | 2024-04-30T20:07:38.647Z | Downloaded resolv-conf v0.7.0 |
1102 | 2024-04-30T20:07:38.647Z | Downloaded try-lock v0.2.4 |
1103 | 2024-04-30T20:07:38.647Z | Downloaded num-integer v0.1.46 |
1104 | 2024-04-30T20:07:38.647Z | Downloaded hash32 v0.2.1 |
1105 | 2024-04-30T20:07:38.647Z | Downloaded strum_macros v0.24.3 |
1106 | 2024-04-30T20:07:38.647Z | Downloaded typed-path v0.7.0 |
1107 | 2024-04-30T20:07:38.647Z | Downloaded smallvec v0.6.14 |
1108 | 2024-04-30T20:07:38.647Z | Downloaded slog-scope v4.4.0 |
1109 | 2024-04-30T20:07:38.647Z | Downloaded predicates-core v1.0.6 |
1110 | 2024-04-30T20:07:38.647Z | Downloaded deranged v0.3.11 |
1111 | 2024-04-30T20:07:38.647Z | Downloaded textwrap v0.16.1 |
1112 | 2024-04-30T20:07:38.647Z | Downloaded darling_macro v0.20.8 |
1113 | 2024-04-30T20:07:38.647Z | Downloaded unarray v0.1.4 |
1114 | 2024-04-30T20:07:38.647Z | Downloaded derive-where v1.2.7 |
1115 | 2024-04-30T20:07:38.647Z | Downloaded tokio-macros v2.2.0 |
1116 | 2024-04-30T20:07:38.647Z | Downloaded snafu-derive v0.8.2 |
1117 | 2024-04-30T20:07:38.647Z | Downloaded uuid v0.8.2 |
1118 | 2024-04-30T20:07:38.647Z | Downloaded thread_local v1.1.7 |
1119 | 2024-04-30T20:07:38.648Z | Downloaded rustls-pemfile v2.1.2 |
1120 | 2024-04-30T20:07:38.648Z | Downloaded toml v0.8.12 |
1121 | 2024-04-30T20:07:38.648Z | Downloaded unicode_categories v0.1.1 |
1122 | 2024-04-30T20:07:38.648Z | Downloaded quick-error v1.2.3 |
1123 | 2024-04-30T20:07:38.648Z | Downloaded rand_chacha v0.3.1 |
1124 | 2024-04-30T20:07:38.648Z | Downloaded hkdf v0.12.4 |
1125 | 2024-04-30T20:07:38.651Z | Downloaded r2d2 v0.8.10 |
1126 | 2024-04-30T20:07:38.651Z | Downloaded opaque-debug v0.3.0 |
1127 | 2024-04-30T20:07:38.651Z | Downloaded serde-big-array v0.4.1 |
1128 | 2024-04-30T20:07:38.652Z | Downloaded postgres-types v0.2.6 |
1129 | 2024-04-30T20:07:38.652Z | Downloaded want v0.3.1 |
1130 | 2024-04-30T20:07:38.652Z | Downloaded vte_generate_state_changes v0.1.1 |
1131 | 2024-04-30T20:07:38.652Z | Downloaded env_logger v0.9.3 |
1132 | 2024-04-30T20:07:38.652Z | Downloaded digest v0.10.7 |
1133 | 2024-04-30T20:07:38.652Z | Downloaded x509-cert v0.2.4 |
1134 | 2024-04-30T20:07:38.656Z | Downloaded proc-macro-error-attr v1.0.4 |
1135 | 2024-04-30T20:07:38.659Z | Downloaded env_logger v0.10.0 |
1136 | 2024-04-30T20:07:38.663Z | Downloaded strsim v0.10.0 |
1137 | 2024-04-30T20:07:38.664Z | Downloaded smawk v0.3.1 |
1138 | 2024-04-30T20:07:38.667Z | Downloaded thiserror-impl-no-std v2.0.2 |
1139 | 2024-04-30T20:07:38.667Z | Downloaded thiserror-no-std v2.0.2 |
1140 | 2024-04-30T20:07:38.670Z | Downloaded owo-colors v4.0.0 |
1141 | 2024-04-30T20:07:38.673Z | Downloaded tokio-tungstenite v0.21.0 |
1142 | 2024-04-30T20:07:38.676Z | Downloaded portpicker v0.1.1 |
1143 | 2024-04-30T20:07:38.676Z | Downloaded expectorate v1.1.0 |
1144 | 2024-04-30T20:07:38.679Z | Downloaded blake3 v1.5.0 |
1145 | 2024-04-30T20:07:38.687Z | Downloaded group v0.13.0 |
1146 | 2024-04-30T20:07:38.690Z | Downloaded usdt-macro v0.3.5 |
1147 | 2024-04-30T20:07:38.690Z | Downloaded time-core v0.1.2 |
1148 | 2024-04-30T20:07:38.690Z | Downloaded hashbrown v0.13.2 |
1149 | 2024-04-30T20:07:38.700Z | Downloaded slog-term v2.9.1 |
1150 | 2024-04-30T20:07:38.700Z | Downloaded uuid v1.8.0 |
1151 | 2024-04-30T20:07:38.701Z | Downloaded ed25519 v1.5.3 |
1152 | 2024-04-30T20:07:38.704Z | Downloaded fixedbitset v0.4.2 |
1153 | 2024-04-30T20:07:38.704Z | Downloaded openssl-sys v0.9.102 |
1154 | 2024-04-30T20:07:38.708Z | Downloaded tower-service v0.3.2 |
1155 | 2024-04-30T20:07:38.711Z | Downloaded toolchain_find v0.4.0 |
1156 | 2024-04-30T20:07:38.711Z | Downloaded flagset v0.4.3 |
1157 | 2024-04-30T20:07:38.714Z | Downloaded csv-core v0.1.11 |
1158 | 2024-04-30T20:07:38.714Z | Downloaded zerocopy v0.6.6 |
1159 | 2024-04-30T20:07:38.718Z | Downloaded steno v0.4.0 |
1160 | 2024-04-30T20:07:38.721Z | Downloaded dirs-sys-next v0.1.2 |
1161 | 2024-04-30T20:07:38.724Z | Downloaded pkg-config v0.3.27 |
1162 | 2024-04-30T20:07:38.724Z | Downloaded packed_struct v0.10.1 |
1163 | 2024-04-30T20:07:38.727Z | Downloaded usdt-impl v0.3.5 |
1164 | 2024-04-30T20:07:38.727Z | Downloaded salty v0.2.0 |
1165 | 2024-04-30T20:07:38.734Z | Downloaded tabled_derive v0.7.0 |
1166 | 2024-04-30T20:07:38.746Z | Downloaded derive_more v0.99.17 |
1167 | 2024-04-30T20:07:38.752Z | Downloaded time-macros v0.2.17 |
1168 | 2024-04-30T20:07:38.752Z | Downloaded filetime v0.2.23 |
1169 | 2024-04-30T20:07:38.752Z | Downloaded publicsuffix v2.2.3 |
1170 | 2024-04-30T20:07:38.752Z | Downloaded der_derive v0.7.2 |
1171 | 2024-04-30T20:07:38.752Z | Downloaded tungstenite v0.20.1 |
1172 | 2024-04-30T20:07:38.752Z | Downloaded dirs-next v2.0.0 |
1173 | 2024-04-30T20:07:38.756Z | Downloaded ryu v1.0.15 |
1174 | 2024-04-30T20:07:38.756Z | Downloaded poly1305 v0.8.0 |
1175 | 2024-04-30T20:07:38.761Z | Downloaded dtrace-parser v0.2.0 |
1176 | 2024-04-30T20:07:38.761Z | Downloaded num-rational v0.4.1 |
1177 | 2024-04-30T20:07:38.761Z | Downloaded semver v1.0.22 |
1178 | 2024-04-30T20:07:38.765Z | Downloaded walkdir v2.5.0 |
1179 | 2024-04-30T20:07:38.765Z | Downloaded tinyvec v1.6.0 |
1180 | 2024-04-30T20:07:38.772Z | Downloaded structmeta v0.3.0 |
1181 | 2024-04-30T20:07:38.772Z | Downloaded slog-envlogger v2.2.0 |
1182 | 2024-04-30T20:07:38.776Z | Downloaded slog-dtrace v0.3.0 |
1183 | 2024-04-30T20:07:38.776Z | Downloaded rand_core v0.6.4 |
1184 | 2024-04-30T20:07:38.776Z | Downloaded snafu v0.8.2 |
1185 | 2024-04-30T20:07:38.781Z | Downloaded slog-bunyan v2.5.0 |
1186 | 2024-04-30T20:07:38.785Z | Downloaded unicode-segmentation v1.10.1 |
1187 | 2024-04-30T20:07:38.790Z | Downloaded tough v0.17.1 |
1188 | 2024-04-30T20:07:38.795Z | Downloaded similar v2.4.0 |
1189 | 2024-04-30T20:07:38.800Z | Downloaded half v2.3.1 |
1190 | 2024-04-30T20:07:38.806Z | Downloaded serde v1.0.199 |
1191 | 2024-04-30T20:07:38.811Z | Downloaded flume v0.11.0 |
1192 | 2024-04-30T20:07:38.811Z | Downloaded rcgen v0.12.1 |
1193 | 2024-04-30T20:07:38.816Z | Downloaded unicode-normalization v0.1.22 |
1194 | 2024-04-30T20:07:38.823Z | Downloaded usdt-impl v0.5.0 |
1195 | 2024-04-30T20:07:38.823Z | Downloaded ucd-trie v0.1.6 |
1196 | 2024-04-30T20:07:38.823Z | Downloaded darling_core v0.20.8 |
1197 | 2024-04-30T20:07:38.828Z | Downloaded trust-dns-resolver v0.22.0 |
1198 | 2024-04-30T20:07:38.852Z | Downloaded petgraph v0.6.4 |
1199 | 2024-04-30T20:07:38.852Z | Downloaded elliptic-curve v0.13.8 |
1200 | 2024-04-30T20:07:38.865Z | Downloaded idna v0.2.3 |
1201 | 2024-04-30T20:07:38.865Z | Downloaded vte v0.11.1 |
1202 | 2024-04-30T20:07:38.865Z | Downloaded idna v0.5.0 |
1203 | 2024-04-30T20:07:38.870Z | Downloaded trust-dns-server v0.22.1 |
1204 | 2024-04-30T20:07:38.879Z | Downloaded futures-util v0.3.30 |
1205 | 2024-04-30T20:07:38.883Z | Downloaded rayon-core v1.12.1 |
1206 | 2024-04-30T20:07:38.887Z | Downloaded clap_builder v4.5.2 |
1207 | 2024-04-30T20:07:39.229Z | Downloaded lalrpop v0.19.12 |
1208 | 2024-04-30T20:07:39.349Z | Downloaded tokio-util v0.7.10 |
1209 | 2024-04-30T20:07:39.349Z | Downloaded portable-atomic v1.4.3 |
1210 | 2024-04-30T20:07:39.349Z | Downloaded pest v2.7.6 |
1211 | 2024-04-30T20:07:39.350Z | Downloaded hashbrown v0.14.3 |
1212 | 2024-04-30T20:07:39.350Z | Downloaded regex v1.10.4 |
1213 | 2024-04-30T20:07:39.350Z | Downloaded h2 v0.3.26 |
1214 | 2024-04-30T20:07:39.350Z | Downloaded regex-automata v0.1.10 |
1215 | 2024-04-30T20:07:39.350Z | Downloaded goblin v0.8.0 |
1216 | 2024-04-30T20:07:39.350Z | Downloaded rustls-webpki v0.101.7 |
1217 | 2024-04-30T20:07:39.350Z | Downloaded tabled v0.15.0 |
1218 | 2024-04-30T20:07:39.351Z | Downloaded zerocopy v0.7.32 |
1219 | 2024-04-30T20:07:39.351Z | Downloaded reqwest v0.11.24 |
1220 | 2024-04-30T20:07:39.351Z | Downloaded rustls v0.21.9 |
1221 | 2024-04-30T20:07:39.351Z | Downloaded time v0.3.34 |
1222 | 2024-04-30T20:07:39.351Z | Downloaded smoltcp v0.11.0 |
1223 | 2024-04-30T20:07:39.351Z | Downloaded openssl v0.10.64 |
1224 | 2024-04-30T20:07:39.352Z | Downloaded rustls v0.22.4 |
1225 | 2024-04-30T20:07:39.352Z | Downloaded radix_trie v0.2.1 |
1226 | 2024-04-30T20:07:39.352Z | Downloaded rayon v1.10.0 |
1227 | 2024-04-30T20:07:39.352Z | Downloaded openapiv3 v2.0.0 |
1228 | 2024-04-30T20:07:39.352Z | Downloaded vcpkg v0.2.15 |
1229 | 2024-04-30T20:07:39.352Z | Downloaded smoltcp v0.9.1 |
1230 | 2024-04-30T20:07:39.352Z | Downloaded webpki-roots v0.25.2 |
1231 | 2024-04-30T20:07:39.352Z | Downloaded bstr v0.2.17 |
1232 | 2024-04-30T20:07:39.352Z | Downloaded regex-syntax v0.6.29 |
1233 | 2024-04-30T20:07:39.352Z | Downloaded sled v0.34.7 |
1234 | 2024-04-30T20:07:39.353Z | Downloaded trust-dns-proto v0.22.0 |
1235 | 2024-04-30T20:07:39.353Z | Downloaded curve25519-dalek v4.1.2 |
1236 | 2024-04-30T20:07:39.353Z | Downloaded diesel v2.1.6 |
1237 | 2024-04-30T20:07:39.807Z | Downloaded tokio v1.37.0 |
1238 | 2024-04-30T20:07:39.807Z | Downloaded csv v1.3.0 |
1239 | 2024-04-30T20:07:39.807Z | Downloaded zerocopy-derive v0.6.6 |
1240 | 2024-04-30T20:07:39.807Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1241 | 2024-04-30T20:07:39.807Z | Downloaded encoding_rs v0.8.33 |
1242 | 2024-04-30T20:07:39.807Z | Downloaded zerocopy-derive v0.2.0 |
1243 | 2024-04-30T20:07:39.807Z | Downloaded sha3 v0.10.8 |
1244 | 2024-04-30T20:07:39.808Z | Downloaded ratatui v0.26.2 |
1245 | 2024-04-30T20:07:39.829Z | Downloaded regress v0.9.1 |
1246 | 2024-04-30T20:07:39.829Z | Downloaded libc v0.2.153 |
1247 | 2024-04-30T20:07:39.830Z | Downloaded regex-syntax v0.8.2 |
1248 | 2024-04-30T20:07:39.830Z | Downloaded regex-automata v0.4.5 |
1249 | 2024-04-30T20:07:39.830Z | Downloaded bstr v1.9.0 |
1250 | 2024-04-30T20:07:39.831Z | Downloaded proptest v1.4.0 |
1251 | 2024-04-30T20:07:39.831Z | Downloaded rustix v0.38.31 |
1252 | 2024-04-30T20:07:39.831Z | Downloaded polar-core v0.27.3 |
1253 | 2024-04-30T20:07:39.832Z | Downloaded sqlparser v0.45.0 |
1254 | 2024-04-30T20:07:39.832Z | Downloaded syn v2.0.60 |
1255 | 2024-04-30T20:07:39.833Z | Downloaded rustls-webpki v0.102.1 |
1256 | 2024-04-30T20:07:39.833Z | Downloaded syn v1.0.109 |
1257 | 2024-04-30T20:07:39.834Z | Downloaded chrono v0.4.38 |
1258 | 2024-04-30T20:07:39.834Z | Downloaded object v0.32.1 |
1259 | 2024-04-30T20:07:39.835Z | Downloaded gimli v0.28.0 |
1260 | 2024-04-30T20:07:39.835Z | Downloaded rustyline v14.0.0 |
1261 | 2024-04-30T20:07:39.836Z | Downloaded nix v0.28.0 |
1262 | 2024-04-30T20:07:39.836Z | Downloaded object v0.30.4 |
1263 | 2024-04-30T20:07:39.836Z | Downloaded bitvec v1.0.1 |
1264 | 2024-04-30T20:07:39.837Z | Downloaded globset v0.4.13 |
1265 | 2024-04-30T20:07:39.838Z | Downloaded smallvec v1.13.1 |
1266 | 2024-04-30T20:07:39.838Z | Downloaded num-traits v0.2.18 |
1267 | 2024-04-30T20:07:39.839Z | Downloaded rand v0.8.5 |
1268 | 2024-04-30T20:07:39.839Z | Downloaded slog v2.7.0 |
1269 | 2024-04-30T20:07:39.840Z | Downloaded serde_with v3.7.0 |
1270 | 2024-04-30T20:07:39.840Z | Downloaded prettyplease v0.2.19 |
1271 | 2024-04-30T20:07:39.840Z | Downloaded winnow v0.6.1 |
1272 | 2024-04-30T20:07:39.841Z | Downloaded winnow v0.5.15 |
1273 | 2024-04-30T20:07:39.841Z | Downloaded quick-xml v0.31.0 |
1274 | 2024-04-30T20:07:39.841Z | Downloaded reedline v0.31.0 |
1275 | 2024-04-30T20:07:39.841Z | Downloaded postcard v1.0.8 |
1276 | 2024-04-30T20:07:39.841Z | Downloaded bindgen v0.69.2 |
1277 | 2024-04-30T20:07:39.841Z | Downloaded signature v2.1.0 |
1278 | 2024-04-30T20:07:39.841Z | Downloaded signature v1.6.4 |
1279 | 2024-04-30T20:07:39.841Z | Downloaded serde-hex v0.1.0 |
1280 | 2024-04-30T20:07:39.841Z | Downloaded rand_seeder v0.2.3 |
1281 | 2024-04-30T20:07:39.841Z | Downloaded structmeta-derive v0.2.0 |
1282 | 2024-04-30T20:07:39.842Z | Downloaded proc-macro-error v1.0.4 |
1283 | 2024-04-30T20:07:39.842Z | Downloaded hashbrown v0.12.3 |
1284 | 2024-04-30T20:07:39.842Z | Downloaded glob v0.3.1 |
1285 | 2024-04-30T20:07:39.844Z | Downloaded tui-tree-widget v0.19.0 |
1286 | 2024-04-30T20:07:39.846Z | Downloaded siphasher v0.3.11 |
1287 | 2024-04-30T20:07:39.847Z | Downloaded proc-macro2 v1.0.81 |
1288 | 2024-04-30T20:07:39.847Z | Downloaded papergrid v0.11.0 |
1289 | 2024-04-30T20:07:39.847Z | Downloaded pin-project v1.1.3 |
1290 | 2024-04-30T20:07:39.847Z | Downloaded dyn-clone v1.0.17 |
1291 | 2024-04-30T20:07:39.848Z | Downloaded num-bigint-dig v0.8.4 |
1292 | 2024-04-30T20:07:39.848Z | Downloaded serde_json v1.0.116 |
1293 | 2024-04-30T20:07:39.849Z | Downloaded slog-async v2.8.0 |
1294 | 2024-04-30T20:07:39.851Z | Downloaded slab v0.4.9 |
1295 | 2024-04-30T20:07:39.851Z | Downloaded difflib v0.4.0 |
1296 | 2024-04-30T20:07:39.852Z | Downloaded postgres-protocol v0.6.6 |
1297 | 2024-04-30T20:07:39.852Z | Downloaded num-iter v0.1.44 |
1298 | 2024-04-30T20:07:39.852Z | Downloaded der v0.7.8 |
1299 | 2024-04-30T20:07:39.853Z | Downloaded proc-macro-crate v1.3.1 |
1300 | 2024-04-30T20:07:39.853Z | Downloaded tokio-tungstenite v0.20.1 |
1301 | 2024-04-30T20:07:39.853Z | Downloaded tokio-stream v0.1.15 |
1302 | 2024-04-30T20:07:39.853Z | Downloaded schemars v0.8.16 |
1303 | 2024-04-30T20:07:39.853Z | Downloaded toml_edit v0.22.12 |
1304 | 2024-04-30T20:07:39.854Z | Downloaded toml v0.7.8 |
1305 | 2024-04-30T20:07:39.854Z | Downloaded toml v0.5.11 |
1306 | 2024-04-30T20:07:39.854Z | Downloaded libm v0.2.7 |
1307 | 2024-04-30T20:07:39.854Z | Downloaded crossterm v0.27.0 |
1308 | 2024-04-30T20:07:39.855Z | Downloaded psl-types v2.0.11 |
1309 | 2024-04-30T20:07:39.855Z | Downloaded enum-as-inner v0.5.1 |
1310 | 2024-04-30T20:07:39.855Z | Downloaded zeroize v1.7.0 |
1311 | 2024-04-30T20:07:39.855Z | Downloaded strum_macros v0.26.1 |
1312 | 2024-04-30T20:07:39.856Z | Downloaded toml_edit v0.19.15 |
1313 | 2024-04-30T20:07:39.856Z | Downloaded thread-id v4.2.0 |
1314 | 2024-04-30T20:07:39.856Z | Downloaded rusty-fork v0.3.0 |
1315 | 2024-04-30T20:07:39.856Z | Downloaded pkcs1 v0.7.5 |
1316 | 2024-04-30T20:07:39.856Z | Downloaded pin-project-lite v0.2.13 |
1317 | 2024-04-30T20:07:39.857Z | Downloaded unicode-bidi v0.3.15 |
1318 | 2024-04-30T20:07:39.857Z | Downloaded tar v0.4.40 |
1319 | 2024-04-30T20:07:39.857Z | Downloaded subprocess v0.2.9 |
1320 | 2024-04-30T20:07:39.878Z | Downloaded futures v0.3.30 |
1321 | 2024-04-30T20:07:39.879Z | Downloaded ron v0.8.1 |
1322 | 2024-04-30T20:07:39.879Z | Downloaded float-cmp v0.9.0 |
1323 | 2024-04-30T20:07:39.879Z | Downloaded stable_deref_trait v1.2.0 |
1324 | 2024-04-30T20:07:39.879Z | Downloaded rustfmt-wrapper v0.2.1 |
1325 | 2024-04-30T20:07:39.879Z | Downloaded pest_meta v2.7.6 |
1326 | 2024-04-30T20:07:39.880Z | Downloaded ena v0.14.2 |
1327 | 2024-04-30T20:07:39.880Z | Downloaded tungstenite v0.21.0 |
1328 | 2024-04-30T20:07:39.880Z | Downloaded libxml v0.3.3 |
1329 | 2024-04-30T20:07:39.880Z | Downloaded serde_derive v1.0.199 |
1330 | 2024-04-30T20:07:39.880Z | Downloaded strum_macros v0.25.2 |
1331 | 2024-04-30T20:07:39.880Z | Downloaded slog-stdlog v4.1.1 |
1332 | 2024-04-30T20:07:39.880Z | Downloaded derive_builder_core v0.20.0 |
1333 | 2024-04-30T20:07:39.881Z | Downloaded openssl-probe v0.1.5 |
1334 | 2024-04-30T20:07:39.881Z | Downloaded ring v0.17.8 |
1335 | 2024-04-30T20:07:39.931Z | Downloaded openssl-macros v0.1.1 |
1336 | 2024-04-30T20:07:39.949Z | Downloaded flate2 v1.0.28 |
1337 | 2024-04-30T20:07:39.949Z | Downloaded diesel_derives v2.1.2 |
1338 | 2024-04-30T20:07:39.949Z | Downloaded ron v0.7.1 |
1339 | 2024-04-30T20:07:39.949Z | Downloaded pem-rfc7468 v0.7.0 |
1340 | 2024-04-30T20:07:39.949Z | Downloaded tracing v0.1.40 |
1341 | 2024-04-30T20:07:39.976Z | Downloaded tokio-postgres v0.7.10 |
1342 | 2024-04-30T20:07:39.976Z | Downloaded itertools v0.12.1 |
1343 | 2024-04-30T20:07:39.976Z | Downloaded paste v1.0.14 |
1344 | 2024-04-30T20:07:39.976Z | Downloaded parse-display-derive v0.9.0 |
1345 | 2024-04-30T20:07:39.976Z | Downloaded pkcs8 v0.10.2 |
1346 | 2024-04-30T20:07:39.976Z | Downloaded debug-ignore v1.0.5 |
1347 | 2024-04-30T20:07:39.976Z | Downloaded num-bigint v0.4.4 |
1348 | 2024-04-30T20:07:39.987Z | Downloaded ring v0.16.20 |
1349 | 2024-04-30T20:07:40.457Z | Downloaded minimal-lexical v0.2.1 |
1350 | 2024-04-30T20:07:40.484Z | Downloaded typenum v1.16.0 |
1351 | 2024-04-30T20:07:40.484Z | Downloaded tracing-core v0.1.32 |
1352 | 2024-04-30T20:07:40.484Z | Downloaded url v2.5.0 |
1353 | 2024-04-30T20:07:40.485Z | Downloaded test-strategy v0.3.1 |
1354 | 2024-04-30T20:07:40.485Z | Downloaded derive_builder v0.20.0 |
1355 | 2024-04-30T20:07:40.485Z | Downloaded vsss-rs v3.3.4 |
1356 | 2024-04-30T20:07:40.485Z | Downloaded memchr v2.7.1 |
1357 | 2024-04-30T20:07:40.485Z | Downloaded schemars_derive v0.8.16 |
1358 | 2024-04-30T20:07:40.485Z | Downloaded serde_yaml v0.9.25 |
1359 | 2024-04-30T20:07:40.485Z | Downloaded samael v0.0.15 |
1360 | 2024-04-30T20:07:40.486Z | Downloaded diff v0.1.13 |
1361 | 2024-04-30T20:07:40.486Z | Downloaded crossbeam-epoch v0.9.18 |
1362 | 2024-04-30T20:07:40.486Z | Downloaded spin v0.5.2 |
1363 | 2024-04-30T20:07:40.486Z | Downloaded num_enum v0.5.11 |
1364 | 2024-04-30T20:07:40.486Z | Downloaded whoami v1.5.1 |
1365 | 2024-04-30T20:07:40.486Z | Downloaded static_assertions v1.1.0 |
1366 | 2024-04-30T20:07:40.486Z | Downloaded serde_derive_internals v0.26.0 |
1367 | 2024-04-30T20:07:40.486Z | Downloaded zip v0.6.6 |
1368 | 2024-04-30T20:07:40.487Z | Downloaded toml_datetime v0.6.5 |
1369 | 2024-04-30T20:07:40.487Z | Downloaded termcolor v1.2.0 |
1370 | 2024-04-30T20:07:40.487Z | Downloaded term v0.7.0 |
1371 | 2024-04-30T20:07:40.487Z | Downloaded parking_lot_core v0.9.8 |
1372 | 2024-04-30T20:07:40.487Z | Downloaded spki v0.7.2 |
1373 | 2024-04-30T20:07:40.487Z | Downloaded compact_str v0.7.1 |
1374 | 2024-04-30T20:07:40.488Z | Downloaded chacha20poly1305 v0.10.1 |
1375 | 2024-04-30T20:07:40.488Z | Downloaded slog-json v2.6.1 |
1376 | 2024-04-30T20:07:40.488Z | Downloaded serde_repr v0.1.16 |
1377 | 2024-04-30T20:07:40.488Z | Downloaded serde_plain v1.0.2 |
1378 | 2024-04-30T20:07:40.488Z | Downloaded serde_path_to_error v0.1.16 |
1379 | 2024-04-30T20:07:40.488Z | Downloaded cc v1.0.83 |
1380 | 2024-04-30T20:07:40.488Z | Downloaded bytes v1.6.0 |
1381 | 2024-04-30T20:07:40.489Z | Downloaded backtrace v0.3.69 |
1382 | 2024-04-30T20:07:40.489Z | Downloaded futures-task v0.3.30 |
1383 | 2024-04-30T20:07:40.489Z | Downloaded futures-sink v0.3.30 |
1384 | 2024-04-30T20:07:40.489Z | Downloaded tokio-rustls v0.24.1 |
1385 | 2024-04-30T20:07:40.489Z | Downloaded mockall_derive v0.12.1 |
1386 | 2024-04-30T20:07:40.489Z | Downloaded miniz_oxide v0.7.1 |
1387 | 2024-04-30T20:07:40.489Z | Downloaded cookie v0.18.1 |
1388 | 2024-04-30T20:07:40.489Z | Downloaded const-oid v0.9.6 |
1389 | 2024-04-30T20:07:40.489Z | Downloaded rustc-hash v1.1.0 |
1390 | 2024-04-30T20:07:40.490Z | Downloaded rtoolbox v0.0.1 |
1391 | 2024-04-30T20:07:40.490Z | Downloaded rpassword v7.3.1 |
1392 | 2024-04-30T20:07:40.490Z | Downloaded powerfmt v0.2.0 |
1393 | 2024-04-30T20:07:40.490Z | Downloaded serde_with_macros v3.7.0 |
1394 | 2024-04-30T20:07:40.490Z | Downloaded const_format_proc_macros v0.2.32 |
1395 | 2024-04-30T20:07:40.490Z | Downloaded zeroize_derive v1.4.2 |
1396 | 2024-04-30T20:07:40.490Z | Downloaded yasna v0.5.2 |
1397 | 2024-04-30T20:07:40.491Z | Downloaded usdt v0.5.0 |
1398 | 2024-04-30T20:07:40.491Z | Downloaded untrusted v0.7.1 |
1399 | 2024-04-30T20:07:40.491Z | Downloaded byteorder v1.5.0 |
1400 | 2024-04-30T20:07:40.491Z | Downloaded tokio-native-tls v0.3.1 |
1401 | 2024-04-30T20:07:40.491Z | Downloaded http v1.0.0 |
1402 | 2024-04-30T20:07:40.492Z | Downloaded supports-color v3.0.0 |
1403 | 2024-04-30T20:07:40.492Z | Downloaded subtle v2.5.0 |
1404 | 2024-04-30T20:07:40.492Z | Downloaded nu-ansi-term v0.50.0 |
1405 | 2024-04-30T20:07:40.492Z | Downloaded memmap2 v0.7.1 |
1406 | 2024-04-30T20:07:40.492Z | Downloaded serde_spanned v0.6.5 |
1407 | 2024-04-30T20:07:40.492Z | Downloaded sha2 v0.10.8 |
1408 | 2024-04-30T20:07:40.493Z | Downloaded cookie_store v0.20.0 |
1409 | 2024-04-30T20:07:40.493Z | Downloaded console v0.15.8 |
1410 | 2024-04-30T20:07:40.493Z | Downloaded colored v2.1.0 |
1411 | 2024-04-30T20:07:40.493Z | Downloaded shell-words v1.1.0 |
1412 | 2024-04-30T20:07:40.493Z | Downloaded ciborium v0.2.2 |
1413 | 2024-04-30T20:07:40.493Z | Downloaded cancel-safe-futures v0.1.5 |
1414 | 2024-04-30T20:07:40.493Z | Downloaded sha1 v0.10.6 |
1415 | 2024-04-30T20:07:40.494Z | Downloaded sec1 v0.7.3 |
1416 | 2024-04-30T20:07:40.494Z | Downloaded rustls-pemfile v1.0.3 |
1417 | 2024-04-30T20:07:40.494Z | Downloaded rustc_version v0.4.0 |
1418 | 2024-04-30T20:07:40.494Z | Downloaded lock_api v0.4.10 |
1419 | 2024-04-30T20:07:40.494Z | Downloaded serde_tokenstream v0.1.7 |
1420 | 2024-04-30T20:07:40.494Z | Downloaded scopeguard v1.2.0 |
1421 | 2024-04-30T20:07:40.494Z | Downloaded rustversion v1.0.14 |
1422 | 2024-04-30T20:07:40.495Z | Downloaded num v0.4.2 |
1423 | 2024-04-30T20:07:40.495Z | Downloaded mockall v0.12.1 |
1424 | 2024-04-30T20:07:40.495Z | Downloaded mime v0.3.17 |
1425 | 2024-04-30T20:07:40.495Z | Downloaded libefi-sys v0.1.0 |
1426 | 2024-04-30T20:07:40.495Z | Downloaded zone_cfg_derive v0.1.2 |
1427 | 2024-04-30T20:07:40.495Z | Downloaded waitgroup v0.1.2 |
1428 | 2024-04-30T20:07:40.495Z | Downloaded bzip2 v0.4.4 |
1429 | 2024-04-30T20:07:40.496Z | Downloaded lru-cache v0.1.2 |
1430 | 2024-04-30T20:07:40.496Z | Downloaded lazycell v1.3.0 |
1431 | 2024-04-30T20:07:40.496Z | Downloaded keccak v0.1.4 |
1432 | 2024-04-30T20:07:40.496Z | Downloaded libsw v3.3.1 |
1433 | 2024-04-30T20:07:40.496Z | Downloaded multimap v0.10.0 |
1434 | 2024-04-30T20:07:40.496Z | Downloaded memoffset v0.7.1 |
1435 | 2024-04-30T20:07:40.496Z | Downloaded md-5 v0.10.5 |
1436 | 2024-04-30T20:07:40.497Z | Downloaded maplit v1.0.2 |
1437 | 2024-04-30T20:07:40.497Z | Downloaded macaddr v1.0.1 |
1438 | 2024-04-30T20:07:40.497Z | Downloaded linked-hash-map v0.5.6 |
1439 | 2024-04-30T20:07:40.497Z | Downloaded cobs v0.2.3 |
1440 | 2024-04-30T20:07:40.497Z | Downloaded crossbeam-deque v0.8.3 |
1441 | 2024-04-30T20:07:40.497Z | Downloaded convert_case v0.4.0 |
1442 | 2024-04-30T20:07:40.497Z | Downloaded ciborium-ll v0.2.2 |
1443 | 2024-04-30T20:07:40.498Z | Downloaded cexpr v0.6.0 |
1444 | 2024-04-30T20:07:40.498Z | Downloaded indexmap v1.9.3 |
1445 | 2024-04-30T20:07:40.498Z | Downloaded hyper-staticfile v0.9.5 |
1446 | 2024-04-30T20:07:40.498Z | Downloaded crc v3.0.1 |
1447 | 2024-04-30T20:07:40.498Z | Downloaded cpufeatures v0.2.12 |
1448 | 2024-04-30T20:07:40.498Z | Downloaded camino-tempfile v1.1.1 |
1449 | 2024-04-30T20:07:40.499Z | Downloaded cfg-if v1.0.0 |
1450 | 2024-04-30T20:07:40.511Z | Downloaded ipnetwork v0.20.0 |
1451 | 2024-04-30T20:07:40.511Z | Downloaded newtype_derive v0.1.6 |
1452 | 2024-04-30T20:07:40.511Z | Downloaded matches v0.1.10 |
1453 | 2024-04-30T20:07:40.511Z | Downloaded match_cfg v0.1.0 |
1454 | 2024-04-30T20:07:40.512Z | Downloaded impl-trait-for-tuples v0.2.2 |
1455 | 2024-04-30T20:07:40.512Z | Downloaded hyper-tls v0.5.0 |
1456 | 2024-04-30T20:07:40.512Z | Downloaded camino v1.1.6 |
1457 | 2024-04-30T20:07:40.512Z | Downloaded base64 v0.22.0 |
1458 | 2024-04-30T20:07:40.512Z | Downloaded ident_case v1.0.1 |
1459 | 2024-04-30T20:07:40.513Z | Downloaded iana-time-zone v0.1.57 |
1460 | 2024-04-30T20:07:40.513Z | Downloaded castaway v0.2.2 |
1461 | 2024-04-30T20:07:40.513Z | Downloaded bytecount v0.6.3 |
1462 | 2024-04-30T20:07:40.513Z | Downloaded block-padding v0.3.3 |
1463 | 2024-04-30T20:07:40.513Z | Downloaded bit-set v0.5.3 |
1464 | 2024-04-30T20:07:40.514Z | Downloaded home v0.5.5 |
1465 | 2024-04-30T20:07:40.514Z | Downloaded hmac v0.12.1 |
1466 | 2024-04-30T20:07:40.514Z | Downloaded highway v1.1.0 |
1467 | 2024-04-30T20:07:40.514Z | Downloaded bitstruct v0.1.1 |
1468 | 2024-04-30T20:07:40.514Z | Downloaded assert_matches v1.5.0 |
1469 | 2024-04-30T20:07:40.514Z | Downloaded hostname v0.3.1 |
1470 | 2024-04-30T20:07:40.515Z | Downloaded bitstruct_derive v0.1.0 |
1471 | 2024-04-30T20:07:40.515Z | Downloaded bitflags v2.4.2 |
1472 | 2024-04-30T20:07:40.515Z | Downloaded http-body v0.4.5 |
1473 | 2024-04-30T20:07:40.515Z | Downloaded bit-vec v0.6.3 |
1474 | 2024-04-30T20:07:40.515Z | Downloaded autocfg v1.1.0 |
1475 | 2024-04-30T20:07:40.515Z | Downloaded async-recursion v1.1.0 |
1476 | 2024-04-30T20:07:40.515Z | Downloaded atomicwrites v0.4.3 |
1477 | 2024-04-30T20:07:40.515Z | Downloaded async-stream-impl v0.3.5 |
1478 | 2024-04-30T20:07:40.516Z | Downloaded atomic-waker v1.1.1 |
1479 | 2024-04-30T20:07:40.516Z | Downloaded base64 v0.21.7 |
1480 | 2024-04-30T20:07:40.516Z | Downloaded base64 v0.13.1 |
1481 | 2024-04-30T20:07:40.516Z | Downloaded base16ct v0.2.0 |
1482 | 2024-04-30T20:07:40.516Z | Downloaded async-stream v0.3.5 |
1483 | 2024-04-30T20:07:40.516Z | Downloaded arc-swap v1.6.0 |
1484 | 2024-04-30T20:07:40.516Z | Downloaded arrayref v0.3.7 |
1485 | 2024-04-30T20:07:40.517Z | Downloaded array-init v0.0.4 |
1486 | 2024-04-30T20:07:40.517Z | Downloaded anyhow v1.0.82 |
1487 | 2024-04-30T20:07:40.517Z | Downloaded anstyle-query v1.0.0 |
1488 | 2024-04-30T20:07:40.517Z | Downloaded anstyle-parse v0.2.1 |
1489 | 2024-04-30T20:07:40.517Z | Downloaded anstyle v1.0.6 |
1490 | 2024-04-30T20:07:40.517Z | Downloaded anstream v0.6.11 |
1491 | 2024-04-30T20:07:40.517Z | Downloaded ahash v0.8.8 |
1492 | 2024-04-30T20:07:40.751Z | Compiling proc-macro2 v1.0.81 |
1493 | 2024-04-30T20:07:40.756Z | Compiling unicode-ident v1.0.12 |
1494 | 2024-04-30T20:07:40.756Z | Compiling libc v0.2.153 |
1495 | 2024-04-30T20:07:40.756Z | Compiling serde v1.0.199 |
1496 | 2024-04-30T20:07:40.756Z | Compiling version_check v0.9.4 |
1497 | 2024-04-30T20:07:40.756Z | Compiling autocfg v1.1.0 |
1498 | 2024-04-30T20:07:40.756Z | Compiling cfg-if v1.0.0 |
1499 | 2024-04-30T20:07:40.955Z | Compiling once_cell v1.19.0 |
1500 | 2024-04-30T20:07:40.975Z | Compiling syn v1.0.109 |
1501 | 2024-04-30T20:07:41.000Z | Compiling byteorder v1.5.0 |
1502 | 2024-04-30T20:07:41.343Z | Compiling memchr v2.7.1 |
1503 | 2024-04-30T20:07:41.436Z | Compiling serde_json v1.0.116 |
1504 | 2024-04-30T20:07:41.459Z | Compiling ahash v0.8.8 |
1505 | 2024-04-30T20:07:41.505Z | Compiling lock_api v0.4.10 |
1506 | 2024-04-30T20:07:42.044Z | Compiling parking_lot_core v0.9.8 |
1507 | 2024-04-30T20:07:42.060Z | Compiling libm v0.2.7 |
1508 | 2024-04-30T20:07:42.063Z | Compiling num-traits v0.2.18 |
1509 | 2024-04-30T20:07:42.414Z | Compiling thiserror v1.0.59 |
1510 | 2024-04-30T20:07:42.485Z | Compiling typenum v1.16.0 |
1511 | 2024-04-30T20:07:42.574Z | Compiling generic-array v0.14.7 |
1512 | 2024-04-30T20:07:42.911Z | Compiling itoa v1.0.9 |
1513 | 2024-04-30T20:07:43.147Z | Compiling quote v1.0.36 |
1514 | 2024-04-30T20:07:43.294Z | Compiling scopeguard v1.2.0 |
1515 | 2024-04-30T20:07:43.415Z | Compiling cc v1.0.83 |
1516 | 2024-04-30T20:07:43.442Z | Compiling getrandom v0.2.12 |
1517 | 2024-04-30T20:07:43.455Z | Compiling log v0.4.21 |
1518 | 2024-04-30T20:07:43.578Z | Compiling syn v2.0.60 |
1519 | 2024-04-30T20:07:44.208Z | Compiling pkg-config v0.3.27 |
1520 | 2024-04-30T20:07:44.227Z | Compiling allocator-api2 v0.2.16 |
1521 | 2024-04-30T20:07:44.354Z | Compiling slab v0.4.9 |
1522 | 2024-04-30T20:07:44.405Z | Compiling ryu v1.0.15 |
1523 | 2024-04-30T20:07:44.840Z | Compiling schemars v0.8.16 |
1524 | 2024-04-30T20:07:44.974Z | Compiling smallvec v1.13.1 |
1525 | 2024-04-30T20:07:45.215Z | Compiling pin-project-lite v0.2.13 |
1526 | 2024-04-30T20:07:45.362Z | Compiling equivalent v1.0.1 |
1527 | 2024-04-30T20:07:45.503Z | Compiling vcpkg v0.2.15 |
1528 | 2024-04-30T20:07:45.691Z | Compiling ring v0.17.8 |
1529 | 2024-04-30T20:07:45.865Z | Compiling parking_lot v0.12.1 |
1530 | 2024-04-30T20:07:46.773Z | Compiling signal-hook-registry v1.4.1 |
1531 | 2024-04-30T20:07:47.151Z | Compiling openssl-sys v0.9.102 |
1532 | 2024-04-30T20:07:48.081Z | Compiling heck v0.4.1 |
1533 | 2024-04-30T20:07:48.274Z | Compiling mio v0.8.11 |
1534 | 2024-04-30T20:07:48.325Z | Compiling fnv v1.0.7 |
1535 | 2024-04-30T20:07:48.413Z | Compiling rand_core v0.6.4 |
1536 | 2024-04-30T20:07:48.487Z | Compiling time-core v0.1.2 |
1537 | 2024-04-30T20:07:48.510Z | Compiling num-conv v0.1.0 |
1538 | 2024-04-30T20:07:48.790Z | Compiling time-macros v0.2.17 |
1539 | 2024-04-30T20:07:48.800Z | Compiling ring v0.16.20 |
1540 | 2024-04-30T20:07:49.634Z | Compiling num_cpus v1.16.0 |
1541 | 2024-04-30T20:07:49.660Z | Compiling socket2 v0.5.6 |
1542 | 2024-04-30T20:07:49.845Z | Compiling httparse v1.8.0 |
1543 | 2024-04-30T20:07:50.306Z | Compiling futures-core v0.3.30 |
1544 | 2024-04-30T20:07:50.579Z | Compiling ucd-trie v0.1.6 |
1545 | 2024-04-30T20:07:50.696Z | Compiling serde_derive_internals v0.26.0 |
1546 | 2024-04-30T20:07:51.060Z | Compiling openssl v0.10.64 |
1547 | 2024-04-30T20:07:51.426Z | Compiling rustix v0.38.31 |
1548 | 2024-04-30T20:07:51.619Z | Compiling semver v1.0.22 |
1549 | 2024-04-30T20:07:51.643Z | Compiling iana-time-zone v0.1.57 |
1550 | 2024-04-30T20:07:51.826Z | Compiling crossbeam-utils v0.8.19 |
1551 | 2024-04-30T20:07:52.101Z | Compiling rustls v0.21.9 |
1552 | 2024-04-30T20:07:52.141Z | Compiling spin v0.5.2 |
1553 | 2024-04-30T20:07:52.349Z | Compiling tinyvec_macros v0.1.1 |
1554 | 2024-04-30T20:07:52.385Z | Compiling native-tls v0.2.11 |
1555 | 2024-04-30T20:07:52.641Z | Compiling tinyvec v1.6.0 |
1556 | 2024-04-30T20:07:52.757Z | Compiling spin v0.9.8 |
1557 | 2024-04-30T20:07:52.925Z | Compiling const-oid v0.9.6 |
1558 | 2024-04-30T20:07:53.155Z | Compiling subtle v2.5.0 |
1559 | 2024-04-30T20:07:53.174Z | Compiling futures-sink v0.3.30 |
1560 | 2024-04-30T20:07:53.254Z | Compiling unicode-xid v0.2.4 |
1561 | 2024-04-30T20:07:53.412Z | Compiling synstructure v0.12.6 |
1562 | 2024-04-30T20:07:53.459Z | Compiling backtrace v0.3.69 |
1563 | 2024-04-30T20:07:54.042Z | Compiling unicode-normalization v0.1.22 |
1564 | 2024-04-30T20:07:54.376Z | Compiling cookie v0.17.0 |
1565 | 2024-04-30T20:07:54.731Z | Compiling unicode-bidi v0.3.15 |
1566 | 2024-04-30T20:07:54.767Z | Compiling uuid v0.8.2 |
1567 | 2024-04-30T20:07:54.943Z | Compiling dyn-clone v1.0.17 |
1568 | 2024-04-30T20:07:54.998Z | Compiling slog v2.7.0 |
1569 | 2024-04-30T20:07:55.681Z | Compiling futures-channel v0.3.30 |
1570 | 2024-04-30T20:07:55.685Z | Compiling tracing-core v0.1.32 |
1571 | 2024-04-30T20:07:55.725Z | Compiling futures-task v0.3.30 |
1572 | 2024-04-30T20:07:55.926Z | Compiling futures-io v0.3.30 |
1573 | 2024-04-30T20:07:56.138Z | Compiling schemars_derive v0.8.16 |
1574 | 2024-04-30T20:07:56.195Z | Compiling serde_derive v1.0.199 |
1575 | 2024-04-30T20:07:56.233Z | Compiling zerocopy-derive v0.7.32 |
1576 | 2024-04-30T20:07:56.253Z | Compiling zeroize_derive v1.4.2 |
1577 | 2024-04-30T20:07:56.357Z | Compiling thiserror-impl v1.0.59 |
1578 | 2024-04-30T20:07:57.644Z | Compiling tokio-macros v2.2.0 |
1579 | 2024-04-30T20:07:57.690Z | Compiling futures-macro v0.3.30 |
1580 | 2024-04-30T20:07:58.105Z | Compiling zerocopy v0.7.32 |
1581 | 2024-04-30T20:07:58.457Z | Compiling tracing-attributes v0.1.27 |
1582 | 2024-04-30T20:07:59.097Z | Compiling zeroize v1.7.0 |
1583 | 2024-04-30T20:07:59.636Z | Compiling pest v2.7.6 |
1584 | 2024-04-30T20:07:59.715Z | Compiling openssl-macros v0.1.1 |
1585 | 2024-04-30T20:08:00.212Z | Compiling hashbrown v0.14.3 |
1586 | 2024-04-30T20:08:00.785Z | Compiling zerocopy-derive v0.2.0 |
1587 | 2024-04-30T20:08:01.551Z | Compiling pin-utils v0.1.0 |
1588 | 2024-04-30T20:08:01.658Z | Compiling tracing v0.1.40 |
1589 | 2024-04-30T20:08:01.679Z | Compiling futures-util v0.3.30 |
1590 | 2024-04-30T20:08:01.926Z | Compiling pest_meta v2.7.6 |
1591 | 2024-04-30T20:08:02.300Z | Compiling crypto-common v0.1.6 |
1592 | 2024-04-30T20:08:02.450Z | Compiling der_derive v0.7.2 |
1593 | 2024-04-30T20:08:02.789Z | Compiling aho-corasick v1.1.2 |
1594 | 2024-04-30T20:08:03.173Z | Compiling pest_generator v2.7.6 |
1595 | 2024-04-30T20:08:05.011Z | Compiling anyhow v1.0.82 |
1596 | 2024-04-30T20:08:05.226Z | Compiling regex-syntax v0.8.2 |
1597 | 2024-04-30T20:08:05.760Z | Compiling pest_derive v2.7.6 |
1598 | 2024-04-30T20:08:05.789Z | Compiling winnow v0.5.15 |
1599 | 2024-04-30T20:08:07.454Z | Compiling block-buffer v0.10.4 |
1600 | 2024-04-30T20:08:08.078Z | Compiling usdt-impl v0.3.5 |
1601 | 2024-04-30T20:08:08.379Z | Compiling crc32fast v1.3.2 |
1602 | 2024-04-30T20:08:08.413Z | Compiling rustversion v1.0.14 |
1603 | 2024-04-30T20:08:08.848Z | Compiling regex-automata v0.4.5 |
1604 | 2024-04-30T20:08:08.972Z | Compiling untrusted v0.9.0 |
1605 | 2024-04-30T20:08:09.165Z | Compiling powerfmt v0.2.0 |
1606 | 2024-04-30T20:08:09.521Z | Compiling bytes v1.6.0 |
1607 | 2024-04-30T20:08:09.729Z | Compiling indexmap v2.2.6 |
1608 | 2024-04-30T20:08:10.750Z | Compiling uuid v1.8.0 |
1609 | 2024-04-30T20:08:10.879Z | Compiling chrono v0.4.38 |
1610 | 2024-04-30T20:08:11.524Z | Compiling bitflags v2.4.2 |
1611 | 2024-04-30T20:08:12.447Z | Compiling tokio v1.37.0 |
1612 | 2024-04-30T20:08:15.580Z | Compiling serde_spanned v0.6.5 |
1613 | 2024-04-30T20:08:15.807Z | Compiling toml_datetime v0.6.5 |
1614 | 2024-04-30T20:08:16.241Z | Compiling http v0.2.12 |
1615 | 2024-04-30T20:08:17.336Z | Compiling rustc_version v0.4.0 |
1616 | 2024-04-30T20:08:17.542Z | Compiling toml_edit v0.19.15 |
1617 | 2024-04-30T20:08:19.395Z | Compiling heapless v0.7.16 |
1618 | 2024-04-30T20:08:19.405Z | Compiling deranged v0.3.11 |
1619 | 2024-04-30T20:08:19.484Z | Compiling digest v0.10.7 |
1620 | 2024-04-30T20:08:19.706Z | Compiling scroll_derive v0.12.0 |
1621 | 2024-04-30T20:08:20.170Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1622 | 2024-04-30T20:08:20.993Z | Compiling signal-hook v0.3.17 |
1623 | 2024-04-30T20:08:21.024Z | Compiling percent-encoding v2.3.1 |
1624 | 2024-04-30T20:08:21.132Z | Compiling ppv-lite86 v0.2.17 |
1625 | 2024-04-30T20:08:21.574Z | Compiling num_threads v0.1.6 |
1626 | 2024-04-30T20:08:21.898Z | Compiling rand_chacha v0.3.1 |
1627 | 2024-04-30T20:08:21.930Z | Compiling time v0.3.34 |
1628 | 2024-04-30T20:08:22.874Z | Compiling regex v1.10.4 |
1629 | 2024-04-30T20:08:23.872Z | Compiling zerocopy v0.3.0 |
1630 | 2024-04-30T20:08:24.712Z | Compiling thread-id v4.2.0 |
1631 | 2024-04-30T20:08:24.830Z | Compiling dof v0.1.5 |
1632 | 2024-04-30T20:08:26.952Z | Compiling rand v0.8.5 |
1633 | 2024-04-30T20:08:27.399Z | Compiling tokio-util v0.7.10 |
1634 | 2024-04-30T20:08:27.839Z | Compiling dtrace-parser v0.1.14 |
1635 | 2024-04-30T20:08:28.494Z | Compiling async-trait v0.1.80 |
1636 | 2024-04-30T20:08:28.807Z | Compiling num-bigint v0.4.4 |
1637 | 2024-04-30T20:08:29.183Z | Compiling adler v1.0.2 |
1638 | 2024-04-30T20:08:29.415Z | Compiling smoltcp v0.9.1 |
1639 | 2024-04-30T20:08:29.498Z | Compiling untrusted v0.7.1 |
1640 | 2024-04-30T20:08:29.507Z | Compiling unicode-width v0.1.11 |
1641 | 2024-04-30T20:08:29.672Z | Compiling foreign-types-shared v0.1.1 |
1642 | 2024-04-30T20:08:29.693Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1643 | 2024-04-30T20:08:29.739Z | Compiling base64ct v1.6.0 |
1644 | 2024-04-30T20:08:30.021Z | Compiling foreign-types v0.3.2 |
1645 | 2024-04-30T20:08:30.315Z | Compiling pem-rfc7468 v0.7.0 |
1646 | 2024-04-30T20:08:30.365Z | Compiling miniz_oxide v0.7.1 |
1647 | 2024-04-30T20:08:32.821Z | Compiling form_urlencoded v1.2.1 |
1648 | 2024-04-30T20:08:33.287Z | Compiling hmac v0.12.1 |
1649 | 2024-04-30T20:08:33.513Z | Compiling serde_tokenstream v0.1.7 |
1650 | 2024-04-30T20:08:33.719Z | Compiling errno v0.3.8 |
1651 | 2024-04-30T20:08:33.971Z | Compiling base64 v0.21.7 |
1652 | 2024-04-30T20:08:34.011Z | Compiling flagset v0.4.3 |
1653 | 2024-04-30T20:08:34.335Z | Compiling try-lock v0.2.4 |
1654 | 2024-04-30T20:08:34.358Z | Compiling siphasher v0.3.11 |
1655 | 2024-04-30T20:08:34.627Z | Compiling want v0.3.1 |
1656 | 2024-04-30T20:08:34.974Z | Compiling der v0.7.8 |
1657 | 2024-04-30T20:08:35.948Z | Compiling sct v0.7.0 |
1658 | 2024-04-30T20:08:36.047Z | Compiling rustls-webpki v0.101.7 |
1659 | 2024-04-30T20:08:36.244Z | Compiling h2 v0.3.26 |
1660 | 2024-04-30T20:08:38.117Z | Compiling http-body v0.4.5 |
1661 | 2024-04-30T20:08:39.689Z | Compiling openapiv3 v2.0.0 |
1662 | 2024-04-30T20:08:39.713Z | Compiling lazy_static v1.4.0 |
1663 | 2024-04-30T20:08:39.818Z | Compiling zerocopy-derive v0.6.6 |
1664 | 2024-04-30T20:08:39.841Z | Compiling hubpack_derive v0.1.1 |
1665 | 2024-04-30T20:08:40.198Z | Compiling idna v0.5.0 |
1666 | 2024-04-30T20:08:41.062Z | Compiling usdt-impl v0.5.0 |
1667 | 2024-04-30T20:08:41.506Z | Compiling gimli v0.28.0 |
1668 | 2024-04-30T20:08:41.750Z | Compiling httpdate v1.0.3 |
1669 | 2024-04-30T20:08:42.146Z | Compiling stable_deref_trait v1.2.0 |
1670 | 2024-04-30T20:08:42.259Z | Compiling tower-service v0.3.2 |
1671 | 2024-04-30T20:08:42.282Z | Compiling cpufeatures v0.2.12 |
1672 | 2024-04-30T20:08:42.415Z | Compiling anstyle v1.0.6 |
1673 | 2024-04-30T20:08:42.874Z | Compiling utf8parse v0.2.1 |
1674 | 2024-04-30T20:08:43.048Z | Compiling openssl-probe v0.1.5 |
1675 | 2024-04-30T20:08:43.051Z | Compiling anstyle-parse v0.2.1 |
1676 | 2024-04-30T20:08:43.332Z | Compiling sha2 v0.10.8 |
1677 | 2024-04-30T20:08:43.802Z | Compiling hyper v0.14.28 |
1678 | 2024-04-30T20:08:44.107Z | Compiling url v2.5.0 |
1679 | 2024-04-30T20:08:46.284Z | Compiling addr2line v0.21.0 |
1680 | 2024-04-30T20:08:47.169Z | Compiling spki v0.7.2 |
1681 | 2024-04-30T20:08:47.544Z | Compiling usdt-attr-macro v0.3.5 |
1682 | 2024-04-30T20:08:47.691Z | Compiling usdt-macro v0.3.5 |
1683 | 2024-04-30T20:08:47.930Z | Compiling scroll v0.12.0 |
1684 | 2024-04-30T20:08:48.939Z | Compiling md-5 v0.10.5 |
1685 | 2024-04-30T20:08:49.169Z | Compiling serde_tokenstream v0.2.0 |
1686 | 2024-04-30T20:08:50.181Z | Compiling idna v0.3.0 |
1687 | 2024-04-30T20:08:51.104Z | Compiling stringprep v0.1.3 |
1688 | 2024-04-30T20:08:52.171Z | Compiling diesel_table_macro_syntax v0.1.0 |
1689 | 2024-04-30T20:08:52.546Z | Compiling num-integer v0.1.46 |
1690 | 2024-04-30T20:08:52.875Z | Compiling object v0.32.1 |
1691 | 2024-04-30T20:08:53.412Z | Compiling hash32 v0.2.1 |
1692 | 2024-04-30T20:08:54.330Z | Compiling colorchoice v1.0.0 |
1693 | 2024-04-30T20:08:54.489Z | Compiling anstyle-query v1.0.0 |
1694 | 2024-04-30T20:08:54.828Z | Compiling plain v0.2.3 |
1695 | 2024-04-30T20:08:55.106Z | Compiling rustc-demangle v0.1.23 |
1696 | 2024-04-30T20:08:55.143Z | Compiling fallible-iterator v0.2.0 |
1697 | 2024-04-30T20:08:57.586Z | Compiling heck v0.5.0 |
1698 | 2024-04-30T20:08:58.854Z | Compiling psl-types v2.0.11 |
1699 | 2024-04-30T20:08:58.854Z | Compiling publicsuffix v2.2.3 |
1700 | 2024-04-30T20:08:58.855Z | Compiling clap_derive v4.5.4 |
1701 | 2024-04-30T20:08:58.855Z | Compiling postgres-protocol v0.6.6 |
1702 | 2024-04-30T20:09:01.797Z | Compiling goblin v0.8.0 |
1703 | 2024-04-30T20:09:03.731Z | Compiling anstream v0.6.11 |
1704 | 2024-04-30T20:09:03.816Z | Compiling diesel_derives v2.1.2 |
1705 | 2024-04-30T20:09:04.336Z | Compiling tokio-rustls v0.24.1 |
1706 | 2024-04-30T20:09:09.500Z | Compiling pkcs8 v0.10.2 |
1707 | 2024-04-30T20:09:10.021Z | Compiling terminal_size v0.3.0 |
1708 | 2024-04-30T20:09:10.223Z | Compiling tokio-native-tls v0.3.1 |
1709 | 2024-04-30T20:09:10.515Z | Compiling phf_shared v0.11.2 |
1710 | 2024-04-30T20:09:10.888Z | Compiling strum_macros v0.25.2 |
1711 | 2024-04-30T20:09:11.105Z | Compiling regress v0.9.1 |
1712 | 2024-04-30T20:09:11.162Z | Compiling block-padding v0.3.3 |
1713 | 2024-04-30T20:09:12.040Z | Compiling serde_repr v0.1.16 |
1714 | 2024-04-30T20:09:12.784Z | Compiling enum-as-inner v0.5.1 |
1715 | 2024-04-30T20:09:13.263Z | Compiling ff v0.13.0 |
1716 | 2024-04-30T20:09:13.532Z | Compiling scheduled-thread-pool v0.2.7 |
1717 | 2024-04-30T20:09:14.014Z | Compiling encoding_rs v0.8.33 |
1718 | 2024-04-30T20:09:14.508Z | Compiling bitflags v1.3.2 |
1719 | 2024-04-30T20:09:14.603Z | Compiling base16ct v0.2.0 |
1720 | 2024-04-30T20:09:14.889Z | Compiling bit-vec v0.6.3 |
1721 | 2024-04-30T20:09:15.302Z | Compiling regex-automata v0.1.10 |
1722 | 2024-04-30T20:09:15.742Z | Compiling matches v0.1.10 |
1723 | 2024-04-30T20:09:15.846Z | Compiling managed v0.8.0 |
1724 | 2024-04-30T20:09:15.850Z | Compiling mime v0.3.17 |
1725 | 2024-04-30T20:09:16.273Z | Compiling clap_lex v0.7.0 |
1726 | 2024-04-30T20:09:16.303Z | Compiling pretty-hex v0.4.1 |
1727 | 2024-04-30T20:09:16.529Z | Compiling strsim v0.11.0 |
1728 | 2024-04-30T20:09:17.244Z | Compiling strsim v0.10.0 |
1729 | 2024-04-30T20:09:17.311Z | Compiling ident_case v1.0.1 |
1730 | 2024-04-30T20:09:17.419Z | Compiling ipnet v2.9.0 |
1731 | 2024-04-30T20:09:17.797Z | Compiling darling_core v0.20.8 |
1732 | 2024-04-30T20:09:17.884Z | Compiling clap_builder v4.5.2 |
1733 | 2024-04-30T20:09:18.070Z | Compiling dof v0.3.0 |
1734 | 2024-04-30T20:09:20.008Z | Compiling idna v0.2.3 |
1735 | 2024-04-30T20:09:20.507Z | Compiling bstr v0.2.17 |
1736 | 2024-04-30T20:09:21.851Z | Compiling sec1 v0.7.3 |
1737 | 2024-04-30T20:09:22.389Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1738 | 2024-04-30T20:09:22.858Z | Compiling r2d2 v0.8.10 |
1739 | 2024-04-30T20:09:24.509Z | Compiling group v0.13.0 |
1740 | 2024-04-30T20:09:24.549Z | Compiling inout v0.1.3 |
1741 | 2024-04-30T20:09:25.228Z | Compiling phf v0.11.2 |
1742 | 2024-04-30T20:09:25.855Z | Compiling hyper-tls v0.5.0 |
1743 | 2024-04-30T20:09:26.146Z | Compiling signal-hook-mio v0.2.3 |
1744 | 2024-04-30T20:09:26.241Z | Compiling bzip2 v0.4.4 |
1745 | 2024-04-30T20:09:26.262Z | Compiling flate2 v1.0.28 |
1746 | 2024-04-30T20:09:26.627Z | Compiling hyper-rustls v0.24.2 |
1747 | 2024-04-30T20:09:26.761Z | Compiling cookie_store v0.20.0 |
1748 | 2024-04-30T20:09:27.152Z | Compiling postgres-types v0.2.6 |
1749 | 2024-04-30T20:09:27.269Z | Compiling zerocopy v0.6.6 |
1750 | 2024-04-30T20:09:27.480Z | Compiling hubpack v0.1.2 |
1751 | 2024-04-30T20:09:27.918Z | Compiling phf_shared v0.10.0 |
1752 | 2024-04-30T20:09:28.081Z | Compiling rustls-pemfile v1.0.3 |
1753 | 2024-04-30T20:09:28.133Z | Compiling hkdf v0.12.4 |
1754 | 2024-04-30T20:09:28.297Z | Compiling serde_urlencoded v0.7.1 |
1755 | 2024-04-30T20:09:28.375Z | Compiling crossbeam-epoch v0.9.18 |
1756 | 2024-04-30T20:09:28.419Z | Compiling ipnetwork v0.20.0 |
1757 | 2024-04-30T20:09:28.854Z | Compiling futures-executor v0.3.30 |
1758 | 2024-04-30T20:09:29.196Z | Compiling dtrace-parser v0.2.0 |
1759 | 2024-04-30T20:09:29.516Z | Compiling crypto-bigint v0.5.2 |
1760 | 2024-04-30T20:09:29.716Z | Compiling float-cmp v0.9.0 |
1761 | 2024-04-30T20:09:30.051Z | Compiling winnow v0.6.1 |
1762 | 2024-04-30T20:09:30.781Z | Compiling data-encoding v2.4.0 |
1763 | 2024-04-30T20:09:31.618Z | Compiling either v1.11.0 |
1764 | 2024-04-30T20:09:32.066Z | Compiling normalize-line-endings v0.3.0 |
1765 | 2024-04-30T20:09:32.617Z | Compiling static_assertions v1.1.0 |
1766 | 2024-04-30T20:09:32.628Z | Compiling whoami v1.5.1 |
1767 | 2024-04-30T20:09:32.628Z | Compiling difflib v0.4.0 |
1768 | 2024-04-30T20:09:32.628Z | Compiling webpki-roots v0.25.2 |
1769 | 2024-04-30T20:09:32.761Z | Compiling unicode-segmentation v1.10.1 |
1770 | 2024-04-30T20:09:33.556Z | Compiling minimal-lexical v0.2.1 |
1771 | 2024-04-30T20:09:33.683Z | Compiling new_debug_unreachable v1.0.4 |
1772 | 2024-04-30T20:09:33.802Z | Compiling predicates-core v1.0.6 |
1773 | 2024-04-30T20:09:33.892Z | Compiling fixedbitset v0.4.2 |
1774 | 2024-04-30T20:09:33.914Z | Compiling sync_wrapper v0.1.2 |
1775 | 2024-04-30T20:09:34.047Z | Compiling precomputed-hash v0.1.1 |
1776 | 2024-04-30T20:09:34.063Z | Compiling reqwest v0.11.24 |
1777 | 2024-04-30T20:09:34.096Z | Compiling predicates v3.1.0 |
1778 | 2024-04-30T20:09:34.143Z | Compiling string_cache v0.8.7 |
1779 | 2024-04-30T20:09:34.164Z | Compiling petgraph v0.6.4 |
1780 | 2024-04-30T20:09:34.565Z | Compiling nom v7.1.3 |
1781 | 2024-04-30T20:09:35.284Z | Compiling itertools v0.10.5 |
1782 | 2024-04-30T20:09:35.648Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1783 | 2024-04-30T20:09:35.919Z | Compiling toml_edit v0.22.12 |
1784 | 2024-04-30T20:09:37.905Z | Compiling similar v2.4.0 |
1785 | 2024-04-30T20:09:38.011Z | Compiling tokio-postgres v0.7.10 |
1786 | 2024-04-30T20:09:38.519Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1787 | 2024-04-30T20:09:39.862Z | Compiling trust-dns-proto v0.22.0 |
1788 | 2024-04-30T20:09:39.939Z | Compiling elliptic-curve v0.13.8 |
1789 | 2024-04-30T20:09:42.811Z | Compiling futures v0.3.30 |
1790 | 2024-04-30T20:09:42.935Z | Compiling diesel v2.1.6 |
1791 | 2024-04-30T20:09:43.137Z | Compiling yasna v0.5.2 |
1792 | 2024-04-30T20:09:43.708Z | Compiling zip v0.6.6 |
1793 | 2024-04-30T20:09:44.972Z | Compiling crossterm v0.27.0 |
1794 | 2024-04-30T20:09:44.996Z | Compiling cipher v0.4.4 |
1795 | 2024-04-30T20:09:46.134Z | Compiling darling_macro v0.20.8 |
1796 | 2024-04-30T20:09:46.739Z | Compiling clap v4.5.4 |
1797 | 2024-04-30T20:09:46.866Z | Compiling bit-set v0.5.3 |
1798 | 2024-04-30T20:09:47.152Z | Compiling num-iter v0.1.44 |
1799 | 2024-04-30T20:09:47.186Z | Compiling usdt v0.3.5 |
1800 | 2024-04-30T20:09:47.254Z | Compiling console v0.15.8 |
1801 | 2024-04-30T20:09:47.723Z | Compiling tokio-stream v0.1.15 |
1802 | 2024-04-30T20:09:48.024Z | Compiling toml v0.7.8 |
1803 | 2024-04-30T20:09:48.717Z | Compiling bstr v1.9.0 |
1804 | 2024-04-30T20:09:49.296Z | Compiling hex v0.4.3 |
1805 | 2024-04-30T20:09:49.564Z | Compiling base64 v0.22.0 |
1806 | 2024-04-30T20:09:50.239Z | Compiling peg-runtime v0.8.2 |
1807 | 2024-04-30T20:09:50.342Z | Compiling lalrpop-util v0.19.12 |
1808 | 2024-04-30T20:09:50.696Z | Compiling darling v0.20.8 |
1809 | 2024-04-30T20:09:50.759Z | Compiling proc-macro-crate v1.3.1 |
1810 | 2024-04-30T20:09:52.734Z | Compiling heapless v0.8.0 |
1811 | 2024-04-30T20:09:52.767Z | Compiling camino v1.1.6 |
1812 | 2024-04-30T20:09:54.455Z | Compiling num_enum_derive v0.5.11 |
1813 | 2024-04-30T20:10:03.038Z | Compiling hash32 v0.3.1 |
1814 | 2024-04-30T20:10:03.444Z | Compiling smoltcp v0.11.0 |
1815 | 2024-04-30T20:10:05.540Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1816 | 2024-04-30T20:10:05.907Z | Compiling rustls-pki-types v1.3.0 |
1817 | 2024-04-30T20:10:20.413Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1818 | 2024-04-30T20:10:29.436Z | Compiling num_enum v0.5.11 |
1819 | 2024-04-30T20:10:32.498Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1820 | 2024-04-30T20:10:32.763Z | Compiling getopts v0.2.21 |
1821 | 2024-04-30T20:10:33.654Z | Compiling dirs-sys-next v0.1.2 |
1822 | 2024-04-30T20:10:33.819Z | Compiling proc-macro-error-attr v1.0.4 |
1823 | 2024-04-30T20:10:35.023Z | Compiling cobs v0.2.3 |
1824 | 2024-04-30T20:10:35.029Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1825 | 2024-04-30T20:10:35.455Z | Compiling rustls v0.22.4 |
1826 | 2024-04-30T20:10:36.250Z | Compiling unsafe-libyaml v0.2.10 |
1827 | 2024-04-30T20:10:36.284Z | Compiling embedded-io v0.4.0 |
1828 | 2024-04-30T20:10:36.337Z | Compiling paste v1.0.14 |
1829 | 2024-04-30T20:10:36.507Z | Compiling postcard v1.0.8 |
1830 | 2024-04-30T20:10:37.986Z | Compiling serde_yaml v0.9.25 |
1831 | 2024-04-30T20:10:40.118Z | Compiling dirs-next v2.0.0 |
1832 | 2024-04-30T20:10:42.384Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1833 | 2024-04-30T20:10:49.044Z | Compiling rustls-webpki v0.102.1 |
1834 | 2024-04-30T20:10:53.689Z | Compiling strum_macros v0.26.1 |
1835 | 2024-04-30T20:10:54.654Z | Compiling structmeta-derive v0.3.0 |
1836 | 2024-04-30T20:10:54.753Z | Compiling foreign-types-macros v0.2.3 |
1837 | 2024-04-30T20:10:55.774Z | Compiling thread_local v1.1.7 |
1838 | 2024-04-30T20:10:56.010Z | Compiling proc-macro-error v1.0.4 |
1839 | 2024-04-30T20:10:56.342Z | Compiling multer v3.0.0 |
1840 | 2024-04-30T20:10:56.610Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1841 | 2024-04-30T20:10:57.222Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1842 | 2024-04-30T20:10:57.570Z | Compiling foreign-types-shared v0.3.1 |
1843 | 2024-04-30T20:10:57.659Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1844 | 2024-04-30T20:10:58.020Z | Compiling slog-async v2.8.0 |
1845 | 2024-04-30T20:10:58.094Z | Compiling match_cfg v0.1.0 |
1846 | 2024-04-30T20:10:58.200Z | Compiling hostname v0.3.1 |
1847 | 2024-04-30T20:10:58.575Z | Compiling strum v0.26.2 |
1848 | 2024-04-30T20:10:58.779Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1849 | 2024-04-30T20:11:02.201Z | Compiling foreign-types v0.5.0 |
1850 | 2024-04-30T20:11:03.217Z | Compiling structmeta v0.3.0 |
1851 | 2024-04-30T20:11:06.974Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1852 | 2024-04-30T20:11:20.102Z | Compiling term v0.7.0 |
1853 | 2024-04-30T20:11:20.102Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1854 | 2024-04-30T20:11:20.173Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1855 | 2024-04-30T20:11:21.035Z | Compiling slog-json v2.6.1 |
1856 | 2024-04-30T20:11:21.451Z | Compiling is-terminal v0.4.9 |
1857 | 2024-04-30T20:11:21.959Z | Compiling tabwriter v1.4.0 |
1858 | 2024-04-30T20:11:21.982Z | Compiling crossbeam-channel v0.5.8 |
1859 | 2024-04-30T20:11:22.518Z | Compiling http v1.0.0 |
1860 | 2024-04-30T20:11:23.087Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1861 | 2024-04-30T20:11:23.270Z | Compiling async-stream-impl v0.3.5 |
1862 | 2024-04-30T20:11:23.546Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1863 | 2024-04-30T20:11:23.950Z | Compiling cstr-argument v0.1.2 |
1864 | 2024-04-30T20:11:24.209Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1865 | 2024-04-30T20:11:24.938Z | Compiling crucible-workspace-hack v0.1.0 |
1866 | 2024-04-30T20:11:24.956Z | Compiling take_mut v0.2.2 |
1867 | 2024-04-30T20:11:24.956Z | Compiling atomic-waker v1.1.1 |
1868 | 2024-04-30T20:11:24.956Z | Compiling rayon-core v1.12.1 |
1869 | 2024-04-30T20:11:24.956Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1870 | 2024-04-30T20:11:25.144Z | Compiling pretty-hex v0.2.1 |
1871 | 2024-04-30T20:11:25.169Z | Compiling fastrand v2.0.1 |
1872 | 2024-04-30T20:11:25.380Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1873 | 2024-04-30T20:11:25.473Z | Compiling waitgroup v0.1.2 |
1874 | 2024-04-30T20:11:25.690Z | Compiling tempfile v3.10.1 |
1875 | 2024-04-30T20:11:25.911Z | Compiling async-stream v0.3.5 |
1876 | 2024-04-30T20:11:26.244Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1877 | 2024-04-30T20:11:27.300Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1878 | 2024-04-30T20:11:27.403Z | Compiling slog-term v2.9.1 |
1879 | 2024-04-30T20:11:27.529Z | Compiling slog-bunyan v2.5.0 |
1880 | 2024-04-30T20:11:27.798Z | Compiling tokio-rustls v0.25.0 |
1881 | 2024-04-30T20:11:28.265Z | Compiling parse-display-derive v0.9.0 |
1882 | 2024-04-30T20:11:28.331Z | Compiling rustls-pemfile v2.1.2 |
1883 | 2024-04-30T20:11:29.016Z | Compiling toml v0.8.12 |
1884 | 2024-04-30T20:11:29.073Z | Compiling serde_with_macros v3.7.0 |
1885 | 2024-04-30T20:11:29.096Z | Compiling sha1 v0.10.6 |
1886 | 2024-04-30T20:11:30.029Z | Compiling crossbeam-deque v0.8.3 |
1887 | 2024-04-30T20:11:30.329Z | Compiling colored v2.1.0 |
1888 | 2024-04-30T20:11:30.435Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1889 | 2024-04-30T20:11:31.646Z | Compiling newtype-uuid v1.1.0 |
1890 | 2024-04-30T20:11:31.834Z | Compiling serde_path_to_error v0.1.16 |
1891 | 2024-04-30T20:11:31.972Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1892 | 2024-04-30T20:11:32.234Z | Compiling socket2 v0.4.9 |
1893 | 2024-04-30T20:11:32.497Z | Compiling instant v0.1.12 |
1894 | 2024-04-30T20:11:32.666Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1895 | 2024-04-30T20:11:32.713Z | Compiling debug-ignore v1.0.5 |
1896 | 2024-04-30T20:11:32.831Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1897 | 2024-04-30T20:11:33.055Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1898 | 2024-04-30T20:11:33.847Z | Compiling backoff v0.4.0 |
1899 | 2024-04-30T20:11:34.217Z | Compiling parse-display v0.9.0 |
1900 | 2024-04-30T20:11:35.500Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1901 | 2024-04-30T20:11:36.495Z | Compiling serde_with v3.7.0 |
1902 | 2024-04-30T20:11:43.570Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1903 | 2024-04-30T20:11:43.675Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1904 | 2024-04-30T20:11:43.675Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
1905 | 2024-04-30T20:11:43.675Z | Compiling camino-tempfile v1.1.1 |
1906 | 2024-04-30T20:11:43.675Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
1907 | 2024-04-30T20:11:43.676Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1908 | 2024-04-30T20:11:43.676Z | Compiling macaddr v1.0.1 |
1909 | 2024-04-30T20:11:43.676Z | Compiling num-derive v0.4.0 |
1910 | 2024-04-30T20:11:43.744Z | Compiling sigpipe v0.1.3 |
1911 | 2024-04-30T20:11:43.744Z | Compiling libefi-sys v0.1.0 |
1912 | 2024-04-30T20:11:43.744Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
1913 | 2024-04-30T20:11:43.744Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1914 | 2024-04-30T20:11:43.744Z | Compiling rayon v1.10.0 |
1915 | 2024-04-30T20:11:43.745Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
1916 | 2024-04-30T20:11:43.745Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1917 | 2024-04-30T20:11:43.827Z | Compiling smf v0.2.3 |
1918 | 2024-04-30T20:11:44.769Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1919 | 2024-04-30T20:11:45.169Z | Compiling blake3 v1.5.0 |
1920 | 2024-04-30T20:11:45.309Z | Compiling portable-atomic v1.4.3 |
1921 | 2024-04-30T20:11:46.259Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1922 | 2024-04-30T20:11:46.280Z | Compiling filetime v0.2.23 |
1923 | 2024-04-30T20:11:46.484Z | Compiling memmap2 v0.7.1 |
1924 | 2024-04-30T20:11:46.524Z | Compiling xattr v1.0.1 |
1925 | 2024-04-30T20:11:46.614Z | Compiling constant_time_eq v0.3.0 |
1926 | 2024-04-30T20:11:46.787Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1927 | 2024-04-30T20:11:46.830Z | Compiling arrayvec v0.7.4 |
1928 | 2024-04-30T20:11:46.833Z | Compiling same-file v1.0.6 |
1929 | 2024-04-30T20:11:46.944Z | Compiling arrayref v0.3.7 |
1930 | 2024-04-30T20:11:47.021Z | Compiling walkdir v2.5.0 |
1931 | 2024-04-30T20:11:47.055Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1932 | 2024-04-30T20:11:47.117Z | Compiling tar v0.4.40 |
1933 | 2024-04-30T20:11:48.048Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1934 | 2024-04-30T20:11:48.574Z | Compiling gethostname v0.4.3 |
1935 | 2024-04-30T20:11:48.685Z | Compiling number_prefix v0.4.0 |
1936 | 2024-04-30T20:11:48.829Z | Compiling topological-sort v0.2.2 |
1937 | 2024-04-30T20:11:48.934Z | Compiling swrite v0.1.0 |
1938 | 2024-04-30T20:11:49.066Z | Compiling omicron-zone-package v0.11.0 |
1939 | 2024-04-30T20:11:50.004Z | Compiling indicatif v0.17.8 |
1940 | 2024-04-30T20:11:52.386Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1941 | 2024-04-30T20:11:52.766Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1942 | 2024-04-30T20:12:00.912Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1943 | 2024-04-30T20:12:03.387Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1944 | 2024-04-30T20:12:03.828Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1945 | 2024-04-30T20:12:05.969Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1946 | 2024-04-30T20:12:23.294Z | Finished release [optimized] target(s) in 5m 06s |
1947 | 2024-04-30T20:12:23.580Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1948 | 2024-04-30T20:12:23.822Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1949 | 2024-04-30T20:12:24.079Z | Created new build target 'test' and set it as active |
1950 | 2024-04-30T20:12:24.079Z | |
1951 | 2024-04-30T20:12:24.080Z | real 5:06.506894328 |
1952 | 2024-04-30T20:12:24.080Z | user 31:56.127086581 |
1953 | 2024-04-30T20:12:24.080Z | sys 4:04.509438358 |
1954 | 2024-04-30T20:12:24.080Z | trap 0.929878016 |
1955 | 2024-04-30T20:12:24.080Z | tflt 4.765705538 |
1956 | 2024-04-30T20:12:24.080Z | dflt 3.459126204 |
1957 | 2024-04-30T20:12:24.080Z | kflt 0.146942995 |
1958 | 2024-04-30T20:12:24.080Z | lock 1:07:41.765347739 |
1959 | 2024-04-30T20:12:24.080Z | slp 1:30:34.932832895 |
1960 | 2024-04-30T20:12:24.080Z | lat 2:04.057790538 |
1961 | 2024-04-30T20:12:24.080Z | stop 3:48.446346767 |
1962 | 2024-04-30T20:12:24.080Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1963 | 2024-04-30T20:12:24.404Z | Finished release [optimized] target(s) in 0.74s |
1964 | 2024-04-30T20:12:24.426Z | Running `target/release/omicron-package -t test package` |
1965 | 2024-04-30T20:12:24.455Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1966 | 2024-04-30T20:12:25.302Z | Compiling newline-converter v0.3.0 |
1967 | 2024-04-30T20:12:25.302Z | Compiling usdt-macro v0.5.0 |
1968 | 2024-04-30T20:12:25.306Z | Compiling usdt-attr-macro v0.5.0 |
1969 | 2024-04-30T20:12:25.306Z | Compiling memmap v0.7.0 |
1970 | 2024-04-30T20:12:25.387Z | Compiling humantime v2.1.0 |
1971 | 2024-04-30T20:12:25.809Z | Compiling linked-hash-map v0.5.6 |
1972 | 2024-04-30T20:12:25.815Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1973 | 2024-04-30T20:12:25.815Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1974 | 2024-04-30T20:12:25.816Z | Compiling expectorate v1.1.0 |
1975 | 2024-04-30T20:12:25.816Z | Compiling password-hash v0.5.0 |
1976 | 2024-04-30T20:12:25.816Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1977 | 2024-04-30T20:12:25.816Z | Compiling lru-cache v0.1.2 |
1978 | 2024-04-30T20:12:25.816Z | Compiling blake2 v0.10.6 |
1979 | 2024-04-30T20:12:26.001Z | Compiling semver v0.1.20 |
1980 | 2024-04-30T20:12:26.236Z | Compiling argon2 v0.5.3 |
1981 | 2024-04-30T20:12:26.517Z | Compiling rustc_version v0.1.7 |
1982 | 2024-04-30T20:12:26.718Z | Compiling bytecount v0.6.3 |
1983 | 2024-04-30T20:12:26.849Z | Compiling usdt v0.5.0 |
1984 | 2024-04-30T20:12:26.883Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1985 | 2024-04-30T20:12:27.025Z | Compiling newtype_derive v0.1.6 |
1986 | 2024-04-30T20:12:27.134Z | Compiling papergrid v0.11.0 |
1987 | 2024-04-30T20:12:27.381Z | Compiling tabled_derive v0.7.0 |
1988 | 2024-04-30T20:12:27.448Z | Compiling quick-error v1.2.3 |
1989 | 2024-04-30T20:12:27.593Z | Compiling resolv-conf v0.7.0 |
1990 | 2024-04-30T20:12:28.018Z | Compiling steno v0.4.0 |
1991 | 2024-04-30T20:12:28.375Z | Compiling trust-dns-resolver v0.22.0 |
1992 | 2024-04-30T20:12:32.959Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1993 | 2024-04-30T20:12:33.042Z | Compiling derive-where v1.2.7 |
1994 | 2024-04-30T20:12:33.042Z | Compiling tabled v0.15.0 |
1995 | 2024-04-30T20:12:33.112Z | Compiling num-rational v0.4.1 |
1996 | 2024-04-30T20:12:33.112Z | Compiling slog-dtrace v0.3.0 |
1997 | 2024-04-30T20:12:33.112Z | Compiling termcolor v1.2.0 |
1998 | 2024-04-30T20:12:33.112Z | Compiling itertools v0.12.1 |
1999 | 2024-04-30T20:12:33.485Z | Compiling utf-8 v0.7.6 |
2000 | 2024-04-30T20:12:36.652Z | Compiling num-complex v0.4.5 |
2001 | 2024-04-30T20:12:37.915Z | Compiling num v0.4.2 |
2002 | 2024-04-30T20:12:37.925Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2003 | 2024-04-30T20:12:38.033Z | Compiling nibble_vec v0.1.0 |
2004 | 2024-04-30T20:12:38.241Z | Compiling radium v0.7.0 |
2005 | 2024-04-30T20:12:38.663Z | Compiling endian-type v0.1.2 |
2006 | 2024-04-30T20:12:38.911Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2007 | 2024-04-30T20:12:38.979Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2008 | 2024-04-30T20:12:40.823Z | Compiling radix_trie v0.2.1 |
2009 | 2024-04-30T20:12:41.640Z | Compiling tungstenite v0.20.1 |
2010 | 2024-04-30T20:12:41.710Z | Compiling tap v1.0.1 |
2011 | 2024-04-30T20:12:41.890Z | Compiling maybe-uninit v2.0.0 |
2012 | 2024-04-30T20:12:42.378Z | Compiling wyz v0.5.1 |
2013 | 2024-04-30T20:12:42.838Z | Compiling tokio-tungstenite v0.20.1 |
2014 | 2024-04-30T20:12:43.937Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2015 | 2024-04-30T20:12:47.648Z | Compiling funty v2.0.0 |
2016 | 2024-04-30T20:12:49.588Z | Compiling display-error-chain v0.2.0 |
2017 | 2024-04-30T20:12:49.759Z | Compiling packed_struct v0.10.1 |
2018 | 2024-04-30T20:12:49.935Z | Compiling arc-swap v1.6.0 |
2019 | 2024-04-30T20:12:50.171Z | Compiling cancel-safe-futures v0.1.5 |
2020 | 2024-04-30T20:12:50.537Z | Compiling num-bigint-dig v0.8.4 |
2021 | 2024-04-30T20:12:50.707Z | Compiling crc-catalog v2.2.0 |
2022 | 2024-04-30T20:12:50.873Z | Compiling crc v3.0.1 |
2023 | 2024-04-30T20:12:50.878Z | Compiling slog-scope v4.4.0 |
2024 | 2024-04-30T20:12:51.451Z | Compiling bitvec v1.0.1 |
2025 | 2024-04-30T20:12:51.696Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2026 | 2024-04-30T20:12:51.847Z | Compiling fxhash v0.2.1 |
2027 | 2024-04-30T20:12:51.871Z | Compiling packed_struct_codegen v0.10.1 |
2028 | 2024-04-30T20:12:52.542Z | Compiling indexmap v1.9.3 |
2029 | 2024-04-30T20:12:52.599Z | Compiling nodrop v0.1.14 |
2030 | 2024-04-30T20:12:52.600Z | Compiling smallvec v0.6.14 |
2031 | 2024-04-30T20:12:52.600Z | Compiling array-init v0.0.4 |
2032 | 2024-04-30T20:12:52.868Z | Compiling slog-stdlog v4.1.1 |
2033 | 2024-04-30T20:12:54.393Z | Compiling rayon-core v1.12.1 |
2034 | 2024-04-30T20:12:54.406Z | Compiling pkcs1 v0.7.5 |
2035 | 2024-04-30T20:12:54.439Z | Compiling signature v2.1.0 |
2036 | 2024-04-30T20:12:54.699Z | Compiling crossbeam-deque v0.8.3 |
2037 | 2024-04-30T20:12:55.008Z | Compiling dirs-sys-next v0.1.2 |
2038 | 2024-04-30T20:12:55.532Z | Compiling half v2.3.1 |
2039 | 2024-04-30T20:12:56.207Z | Compiling fastrand v2.0.1 |
2040 | 2024-04-30T20:12:56.677Z | Compiling glob v0.3.1 |
2041 | 2024-04-30T20:12:57.429Z | Compiling same-file v1.0.6 |
2042 | 2024-04-30T20:12:57.643Z | Compiling hashbrown v0.12.3 |
2043 | 2024-04-30T20:12:58.467Z | Compiling crunchy v0.2.2 |
2044 | 2024-04-30T20:12:58.905Z | Compiling bitfield v0.14.0 |
2045 | 2024-04-30T20:12:58.952Z | Compiling ciborium-io v0.2.2 |
2046 | 2024-04-30T20:12:59.083Z | Compiling ciborium-ll v0.2.2 |
2047 | 2024-04-30T20:12:59.563Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2048 | 2024-04-30T20:12:59.706Z | Compiling walkdir v2.5.0 |
2049 | 2024-04-30T20:13:00.638Z | Compiling clang-sys v1.6.1 |
2050 | 2024-04-30T20:13:00.638Z | Compiling tempfile v3.10.1 |
2051 | 2024-04-30T20:13:00.941Z | Compiling rsa v0.9.2 |
2052 | 2024-04-30T20:13:01.071Z | Compiling dirs-next v2.0.0 |
2053 | 2024-04-30T20:13:02.806Z | Compiling serde-hex v0.1.0 |
2054 | 2024-04-30T20:13:04.556Z | Compiling slog-envlogger v2.2.0 |
2055 | 2024-04-30T20:13:06.308Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2056 | 2024-04-30T20:13:06.320Z | Compiling env_logger v0.10.0 |
2057 | 2024-04-30T20:13:06.408Z | Compiling camino v1.1.6 |
2058 | 2024-04-30T20:13:06.510Z | Compiling x509-cert v0.2.4 |
2059 | 2024-04-30T20:13:07.352Z | Compiling ron v0.8.1 |
2060 | 2024-04-30T20:13:07.812Z | Compiling hashbrown v0.13.2 |
2061 | 2024-04-30T20:13:09.231Z | Compiling tiny-keccak v2.0.2 |
2062 | 2024-04-30T20:13:09.501Z | Compiling prettyplease v0.2.19 |
2063 | 2024-04-30T20:13:09.808Z | Compiling crc-any v2.4.3 |
2064 | 2024-04-30T20:13:10.131Z | Compiling blake3 v1.5.0 |
2065 | 2024-04-30T20:13:10.654Z | Compiling object v0.30.4 |
2066 | 2024-04-30T20:13:10.766Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2067 | 2024-04-30T20:13:11.905Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2068 | 2024-04-30T20:13:13.442Z | Compiling rayon v1.10.0 |
2069 | 2024-04-30T20:13:13.476Z | Compiling term v0.7.0 |
2070 | 2024-04-30T20:13:13.661Z | Compiling ciborium v0.2.2 |
2071 | 2024-04-30T20:13:14.845Z | Compiling memmap2 v0.7.1 |
2072 | 2024-04-30T20:13:15.240Z | Compiling atty v0.2.14 |
2073 | 2024-04-30T20:13:15.371Z | Compiling filetime v0.2.23 |
2074 | 2024-04-30T20:13:15.694Z | Compiling xattr v1.0.1 |
2075 | 2024-04-30T20:13:16.244Z | Compiling arrayvec v0.7.4 |
2076 | 2024-04-30T20:13:16.263Z | Compiling arrayref v0.3.7 |
2077 | 2024-04-30T20:13:16.263Z | Compiling constant_time_eq v0.3.0 |
2078 | 2024-04-30T20:13:16.263Z | Compiling path-slash v0.1.5 |
2079 | 2024-04-30T20:13:16.264Z | Compiling home v0.5.5 |
2080 | 2024-04-30T20:13:16.393Z | Compiling toolchain_find v0.4.0 |
2081 | 2024-04-30T20:13:16.433Z | Compiling tar v0.4.40 |
2082 | 2024-04-30T20:13:17.307Z | Compiling ascii-canvas v3.0.0 |
2083 | 2024-04-30T20:13:17.770Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2084 | 2024-04-30T20:13:18.253Z | Compiling camino-tempfile v1.1.1 |
2085 | 2024-04-30T20:13:18.645Z | Compiling toml v0.8.12 |
2086 | 2024-04-30T20:13:18.848Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2087 | 2024-04-30T20:13:19.267Z | Compiling is-terminal v0.4.9 |
2088 | 2024-04-30T20:13:19.388Z | Compiling libsw v3.3.1 |
2089 | 2024-04-30T20:13:19.479Z | Compiling ena v0.14.2 |
2090 | 2024-04-30T20:13:19.739Z | Compiling libloading v0.7.4 |
2091 | 2024-04-30T20:13:19.863Z | Compiling convert_case v0.4.0 |
2092 | 2024-04-30T20:13:20.054Z | Compiling bindgen v0.69.2 |
2093 | 2024-04-30T20:13:20.245Z | Compiling diff v0.1.13 |
2094 | 2024-04-30T20:13:20.495Z | Compiling topological-sort v0.2.2 |
2095 | 2024-04-30T20:13:20.671Z | Compiling linear-map v1.2.0 |
2096 | 2024-04-30T20:13:20.772Z | Compiling parking_lot_core v0.8.6 |
2097 | 2024-04-30T20:13:20.787Z | Compiling owo-colors v4.0.0 |
2098 | 2024-04-30T20:13:21.091Z | Compiling regex-syntax v0.6.29 |
2099 | 2024-04-30T20:13:21.224Z | Compiling omicron-zone-package v0.11.0 |
2100 | 2024-04-30T20:13:23.512Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2101 | 2024-04-30T20:13:23.926Z | Compiling derive_more v0.99.17 |
2102 | 2024-04-30T20:13:26.288Z | Compiling lalrpop v0.19.12 |
2103 | 2024-04-30T20:13:29.634Z | Compiling rustfmt-wrapper v0.2.1 |
2104 | 2024-04-30T20:13:30.199Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2105 | 2024-04-30T20:13:30.467Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2106 | 2024-04-30T20:13:31.105Z | Compiling cexpr v0.6.0 |
2107 | 2024-04-30T20:13:31.121Z | Compiling which v4.4.0 |
2108 | 2024-04-30T20:13:31.623Z | Compiling unicase v2.7.0 |
2109 | 2024-04-30T20:13:32.096Z | Compiling rustc-hash v1.1.0 |
2110 | 2024-04-30T20:13:32.097Z | Compiling shlex v1.3.0 |
2111 | 2024-04-30T20:13:32.445Z | Compiling lazycell v1.3.0 |
2112 | 2024-04-30T20:13:32.473Z | Compiling peeking_take_while v0.1.2 |
2113 | 2024-04-30T20:13:32.597Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2114 | 2024-04-30T20:13:33.802Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2115 | 2024-04-30T20:13:34.785Z | Compiling derive_builder_core v0.20.0 |
2116 | 2024-04-30T20:13:36.947Z | Compiling pem v3.0.4 |
2117 | 2024-04-30T20:13:37.430Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2118 | 2024-04-30T20:13:37.655Z | Compiling headers-core v0.2.0 |
2119 | 2024-04-30T20:13:37.809Z | Compiling libxml v0.3.3 |
2120 | 2024-04-30T20:13:38.175Z | Compiling async-recursion v1.1.0 |
2121 | 2024-04-30T20:13:38.489Z | Compiling platforms v3.0.2 |
2122 | 2024-04-30T20:13:38.840Z | Compiling ref-cast v1.0.22 |
2123 | 2024-04-30T20:13:39.379Z | Compiling headers v0.3.9 |
2124 | 2024-04-30T20:13:39.599Z | Compiling derive_builder_macro v0.20.0 |
2125 | 2024-04-30T20:13:40.435Z | Compiling parking_lot v0.11.2 |
2126 | 2024-04-30T20:13:42.219Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2127 | 2024-04-30T20:13:42.312Z | Compiling trust-dns-client v0.22.0 |
2128 | 2024-04-30T20:13:42.852Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2129 | 2024-04-30T20:13:43.139Z | Compiling strum_macros v0.24.3 |
2130 | 2024-04-30T20:13:43.330Z | Compiling toml v0.5.11 |
2131 | 2024-04-30T20:13:45.278Z | Compiling ref-cast-impl v1.0.22 |
2132 | 2024-04-30T20:13:46.346Z | Compiling samael v0.0.15 |
2133 | 2024-04-30T20:13:46.460Z | Compiling vte_generate_state_changes v0.1.1 |
2134 | 2024-04-30T20:13:46.638Z | Compiling cookie v0.18.1 |
2135 | 2024-04-30T20:13:47.153Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2136 | 2024-04-30T20:13:47.153Z | Compiling cfg_aliases v0.1.1 |
2137 | 2024-04-30T20:13:47.178Z | Compiling buf-list v1.0.3 |
2138 | 2024-04-30T20:13:47.246Z | Compiling indoc v1.0.9 |
2139 | 2024-04-30T20:13:47.850Z | Compiling nix v0.28.0 |
2140 | 2024-04-30T20:13:48.176Z | Compiling vte v0.11.1 |
2141 | 2024-04-30T20:13:48.714Z | Compiling trust-dns-server v0.22.1 |
2142 | 2024-04-30T20:13:50.059Z | Compiling sled v0.34.7 |
2143 | 2024-04-30T20:13:52.501Z | Compiling derive_builder v0.20.0 |
2144 | 2024-04-30T20:13:52.533Z | Compiling polar-core v0.27.3 |
2145 | 2024-04-30T20:13:53.369Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2146 | 2024-04-30T20:13:53.625Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2147 | 2024-04-30T20:13:53.946Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2148 | 2024-04-30T20:13:56.641Z | Compiling fd-lock v4.0.2 |
2149 | 2024-04-30T20:13:56.864Z | Compiling bb8 v0.8.3 |
2150 | 2024-04-30T20:13:57.390Z | Compiling const_format_proc_macros v0.2.32 |
2151 | 2024-04-30T20:13:57.938Z | Compiling quick-xml v0.31.0 |
2152 | 2024-04-30T20:13:59.322Z | Compiling impl-trait-for-tuples v0.2.2 |
2153 | 2024-04-30T20:13:59.377Z | Compiling oso-derive v0.27.3 |
2154 | 2024-04-30T20:14:00.359Z | Compiling pin-project-internal v1.1.3 |
2155 | 2024-04-30T20:14:03.154Z | Compiling memoffset v0.7.1 |
2156 | 2024-04-30T20:14:03.467Z | Compiling maplit v1.0.2 |
2157 | 2024-04-30T20:14:03.725Z | Compiling pin-project v1.1.3 |
2158 | 2024-04-30T20:14:03.840Z | Compiling const_format v0.2.32 |
2159 | 2024-04-30T20:14:05.126Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2160 | 2024-04-30T20:14:08.453Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2161 | 2024-04-30T20:14:11.015Z | Compiling curve25519-dalek v4.1.2 |
2162 | 2024-04-30T20:14:11.425Z | Compiling strip-ansi-escapes v0.2.0 |
2163 | 2024-04-30T20:14:15.199Z | Compiling oso v0.27.3 |
2164 | 2024-04-30T20:14:25.103Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2165 | 2024-04-30T20:14:26.269Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
2166 | 2024-04-30T20:14:26.476Z | Compiling kstat-rs v0.2.3 |
2167 | 2024-04-30T20:14:27.433Z | Compiling snafu-derive v0.8.2 |
2168 | 2024-04-30T20:14:30.650Z | Compiling fs-err v2.11.0 |
2169 | 2024-04-30T20:14:30.650Z | Compiling nu-ansi-term v0.50.0 |
2170 | 2024-04-30T20:14:31.443Z | Compiling keccak v0.1.4 |
2171 | 2024-04-30T20:14:31.836Z | Compiling sha3 v0.10.8 |
2172 | 2024-04-30T20:14:32.357Z | Compiling reedline v0.31.0 |
2173 | 2024-04-30T20:14:32.520Z | Compiling snafu v0.8.2 |
2174 | 2024-04-30T20:14:32.819Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2175 | 2024-04-30T20:14:34.619Z | Compiling mime_guess v2.0.4 |
2176 | 2024-04-30T20:14:35.727Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2177 | 2024-04-30T20:14:35.970Z | Compiling env_logger v0.9.3 |
2178 | 2024-04-30T20:14:40.037Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
2179 | 2024-04-30T20:14:40.645Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2180 | 2024-04-30T20:14:48.441Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2181 | 2024-04-30T20:14:48.930Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2182 | 2024-04-30T20:14:50.338Z | Compiling globset v0.4.13 |
2183 | 2024-04-30T20:14:50.518Z | Compiling peg-macros v0.8.2 |
2184 | 2024-04-30T20:14:51.604Z | Compiling olpc-cjson v0.1.3 |
2185 | 2024-04-30T20:14:51.921Z | Compiling universal-hash v0.5.1 |
2186 | 2024-04-30T20:14:52.138Z | Compiling secrecy v0.8.0 |
2187 | 2024-04-30T20:14:52.818Z | Compiling serde_plain v1.0.2 |
2188 | 2024-04-30T20:14:52.924Z | Compiling bitstruct_derive v0.1.0 |
2189 | 2024-04-30T20:14:53.876Z | Compiling nanorand v0.7.0 |
2190 | 2024-04-30T20:14:54.206Z | Compiling sqlparser_derive v0.2.2 |
2191 | 2024-04-30T20:14:55.071Z | Compiling thiserror-impl-no-std v2.0.2 |
2192 | 2024-04-30T20:14:55.264Z | Compiling curve25519-dalek-derive v0.1.0 |
2193 | 2024-04-30T20:14:56.613Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2194 | 2024-04-30T20:14:56.691Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2195 | 2024-04-30T20:14:56.746Z | Compiling typed-path v0.7.0 |
2196 | 2024-04-30T20:14:57.013Z | Compiling ascii v1.1.0 |
2197 | 2024-04-30T20:14:57.410Z | Compiling opaque-debug v0.3.0 |
2198 | 2024-04-30T20:14:57.495Z | Compiling unicode_categories v0.1.1 |
2199 | 2024-04-30T20:14:58.127Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2200 | 2024-04-30T20:14:58.133Z | Compiling signature v1.6.4 |
2201 | 2024-04-30T20:14:58.133Z | Compiling salty v0.2.0 |
2202 | 2024-04-30T20:14:58.285Z | Compiling rustyline v14.0.0 |
2203 | 2024-04-30T20:14:58.329Z | Compiling ed25519 v1.5.3 |
2204 | 2024-04-30T20:14:58.409Z | Compiling sqlformat v0.2.3 |
2205 | 2024-04-30T20:14:58.629Z | Compiling poly1305 v0.8.0 |
2206 | 2024-04-30T20:14:59.035Z | Compiling thiserror-no-std v2.0.2 |
2207 | 2024-04-30T20:14:59.158Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2208 | 2024-04-30T20:15:00.139Z | Compiling tough v0.17.1 |
2209 | 2024-04-30T20:15:01.790Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2210 | 2024-04-30T20:15:03.604Z | Compiling sqlparser v0.45.0 |
2211 | 2024-04-30T20:15:07.073Z | Compiling flume v0.11.0 |
2212 | 2024-04-30T20:15:07.812Z | Compiling bitstruct v0.1.1 |
2213 | 2024-04-30T20:15:07.924Z | Compiling peg v0.8.2 |
2214 | 2024-04-30T20:15:08.029Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2215 | 2024-04-30T20:15:09.469Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2216 | 2024-04-30T20:15:10.506Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2217 | 2024-04-30T20:15:12.009Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2218 | 2024-04-30T20:15:17.808Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2219 | 2024-04-30T20:15:18.125Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2220 | 2024-04-30T20:15:18.445Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2221 | 2024-04-30T20:15:19.604Z | Compiling chacha20 v0.9.1 |
2222 | 2024-04-30T20:15:20.130Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2223 | 2024-04-30T20:15:22.447Z | Compiling aead v0.5.2 |
2224 | 2024-04-30T20:15:23.305Z | Compiling bcs v0.1.6 |
2225 | 2024-04-30T20:15:24.071Z | Compiling erased-serde v0.3.31 |
2226 | 2024-04-30T20:15:25.326Z | Compiling serde-big-array v0.5.1 |
2227 | 2024-04-30T20:15:25.588Z | Compiling serde_arrays v0.1.0 |
2228 | 2024-04-30T20:15:25.774Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2229 | 2024-04-30T20:15:26.632Z | Compiling highway v1.1.0 |
2230 | 2024-04-30T20:15:28.003Z | Compiling parse-size v1.0.0 |
2231 | 2024-04-30T20:15:28.300Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2232 | 2024-04-30T20:15:30.032Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2233 | 2024-04-30T20:15:30.602Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2234 | 2024-04-30T20:15:31.114Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2235 | 2024-04-30T20:15:48.850Z | Compiling chacha20poly1305 v0.10.1 |
2236 | 2024-04-30T20:15:50.768Z | Compiling vsss-rs v3.3.4 |
2237 | 2024-04-30T20:15:56.485Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2238 | 2024-04-30T20:15:56.516Z | Compiling signal-hook-tokio v0.3.1 |
2239 | 2024-04-30T20:15:56.651Z | Compiling heck v0.3.3 |
2240 | 2024-04-30T20:15:57.002Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
2241 | 2024-04-30T20:15:57.986Z | Compiling castaway v0.2.2 |
2242 | 2024-04-30T20:15:59.862Z | Compiling rand_seeder v0.2.3 |
2243 | 2024-04-30T20:15:59.936Z | Compiling serde-big-array v0.4.1 |
2244 | 2024-04-30T20:15:59.936Z | Compiling http-range v0.1.5 |
2245 | 2024-04-30T20:15:59.936Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2246 | 2024-04-30T20:15:59.936Z | Compiling hyper-staticfile v0.9.5 |
2247 | 2024-04-30T20:15:59.936Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2248 | 2024-04-30T20:16:00.299Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2249 | 2024-04-30T20:16:01.047Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2250 | 2024-04-30T20:16:01.246Z | Compiling compact_str v0.7.1 |
2251 | 2024-04-30T20:16:01.692Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
2252 | 2024-04-30T20:16:02.633Z | Compiling zone_cfg_derive v0.1.2 |
2253 | 2024-04-30T20:16:02.761Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2254 | 2024-04-30T20:16:10.874Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2255 | 2024-04-30T20:16:11.894Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2256 | 2024-04-30T20:16:17.942Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2257 | 2024-04-30T20:16:19.709Z | Compiling tungstenite v0.21.0 |
2258 | 2024-04-30T20:16:24.948Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2259 | 2024-04-30T20:16:25.257Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2260 | 2024-04-30T20:16:25.397Z | Compiling lru v0.12.1 |
2261 | 2024-04-30T20:16:25.559Z | Compiling stability v0.2.0 |
2262 | 2024-04-30T20:16:25.748Z | Compiling cassowary v0.3.0 |
2263 | 2024-04-30T20:16:26.050Z | Compiling corncobs v0.1.3 |
2264 | 2024-04-30T20:16:26.413Z | Compiling indoc v2.0.3 |
2265 | 2024-04-30T20:16:26.519Z | Compiling base64 v0.13.1 |
2266 | 2024-04-30T20:16:27.290Z | Compiling ron v0.7.1 |
2267 | 2024-04-30T20:16:27.392Z | Compiling ratatui v0.26.2 |
2268 | 2024-04-30T20:16:30.069Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2269 | 2024-04-30T20:16:30.864Z | Compiling tokio-tungstenite v0.21.0 |
2270 | 2024-04-30T20:16:31.425Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2271 | 2024-04-30T20:16:33.004Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2272 | 2024-04-30T20:16:33.516Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2273 | 2024-04-30T20:16:45.248Z | Compiling zone v0.1.8 |
2274 | 2024-04-30T20:16:48.822Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2275 | 2024-04-30T20:16:58.443Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2276 | 2024-04-30T20:16:58.451Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2277 | 2024-04-30T20:16:59.509Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2278 | 2024-04-30T20:17:01.250Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2279 | 2024-04-30T20:17:01.378Z | Compiling portpicker v0.1.1 |
2280 | 2024-04-30T20:17:01.901Z | Compiling smawk v0.3.1 |
2281 | 2024-04-30T20:17:02.154Z | Compiling unicode-linebreak v0.1.5 |
2282 | 2024-04-30T20:17:02.688Z | Compiling textwrap v0.16.1 |
2283 | 2024-04-30T20:17:04.312Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2284 | 2024-04-30T20:17:07.439Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2285 | 2024-04-30T20:17:11.486Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2286 | 2024-04-30T20:17:17.086Z | Compiling rcgen v0.12.1 |
2287 | 2024-04-30T20:17:17.634Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2288 | 2024-04-30T20:17:18.838Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
2289 | 2024-04-30T20:17:19.356Z | Compiling atomicwrites v0.4.3 |
2290 | 2024-04-30T20:17:19.356Z | Compiling fatfs v0.3.6 |
2291 | 2024-04-30T20:17:21.740Z | Compiling subprocess v0.2.9 |
2292 | 2024-04-30T20:17:24.726Z | Compiling rtoolbox v0.0.1 |
2293 | 2024-04-30T20:17:25.166Z | Compiling is_ci v1.2.0 |
2294 | 2024-04-30T20:17:25.184Z | Compiling assert_matches v1.5.0 |
2295 | 2024-04-30T20:17:25.429Z | Compiling supports-color v3.0.0 |
2296 | 2024-04-30T20:17:26.106Z | Compiling rpassword v7.3.1 |
2297 | 2024-04-30T20:17:26.538Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2298 | 2024-04-30T20:17:26.977Z | Compiling tui-tree-widget v0.19.0 |
2299 | 2024-04-30T20:17:27.424Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2300 | 2024-04-30T20:17:27.979Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2301 | 2024-04-30T20:17:29.135Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2302 | 2024-04-30T20:17:29.438Z | Compiling csv-core v0.1.11 |
2303 | 2024-04-30T20:17:30.363Z | Compiling shell-words v1.1.0 |
2304 | 2024-04-30T20:17:30.808Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2305 | 2024-04-30T20:17:31.776Z | Compiling csv v1.3.0 |
2306 | 2024-04-30T20:17:33.767Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2307 | 2024-04-30T20:17:33.874Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2308 | 2024-04-30T20:17:44.942Z | Compiling multimap v0.10.0 |
2309 | 2024-04-30T20:17:45.015Z | Compiling uzers v0.11.3 |
2310 | 2024-04-30T20:17:48.101Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2311 | 2024-04-30T20:20:08.715Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2312 | 2024-04-30T20:20:09.773Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2313 | 2024-04-30T20:26:27.699Z | Finished release [optimized] target(s) in 14m 03s |
2314 | 2024-04-30T20:27:48.275Z | |
2315 | 2024-04-30T20:27:48.292Z | real 15:24.605138773 |
2316 | 2024-04-30T20:27:48.292Z | user 1:45:29.375850356 |
2317 | 2024-04-30T20:27:48.292Z | sys 4:34.750580091 |
2318 | 2024-04-30T20:27:48.292Z | trap 2.453530047 |
2319 | 2024-04-30T20:27:48.292Z | tflt 2.198254640 |
2320 | 2024-04-30T20:27:48.292Z | dflt 2.655212959 |
2321 | 2024-04-30T20:27:48.292Z | kflt 0.013454687 |
2322 | 2024-04-30T20:27:48.292Z | lock 6:54:51.673327545 |
2323 | 2024-04-30T20:27:48.292Z | slp 4:11:12.303026181 |
2324 | 2024-04-30T20:27:48.292Z | lat 2:21.524948620 |
2325 | 2024-04-30T20:27:48.292Z | stop 1:02.253930938 |
2326 | 2024-04-30T20:27:48.292Z | + ptime -m cargo build --locked --release -p xtask |
2327 | 2024-04-30T20:27:48.761Z | Downloading crates ... |
2328 | 2024-04-30T20:27:48.823Z | Downloaded cargo_metadata v0.18.1 |
2329 | 2024-04-30T20:27:48.827Z | Downloaded cargo-platform v0.1.3 |
2330 | 2024-04-30T20:27:48.830Z | Downloaded cargo_toml v0.20.2 |
2331 | 2024-04-30T20:27:48.841Z | Compiling serde v1.0.199 |
2332 | 2024-04-30T20:27:48.846Z | Compiling libc v0.2.153 |
2333 | 2024-04-30T20:27:48.846Z | Compiling rustix v0.38.31 |
2334 | 2024-04-30T20:27:48.847Z | Compiling bitflags v2.4.2 |
2335 | 2024-04-30T20:27:48.847Z | Compiling hashbrown v0.14.3 |
2336 | 2024-04-30T20:27:49.319Z | Compiling syn v2.0.60 |
2337 | 2024-04-30T20:27:49.323Z | Compiling serde_json v1.0.116 |
2338 | 2024-04-30T20:27:49.324Z | Compiling anyhow v1.0.82 |
2339 | 2024-04-30T20:27:50.151Z | Compiling indexmap v2.2.6 |
2340 | 2024-04-30T20:27:50.361Z | Compiling errno v0.3.8 |
2341 | 2024-04-30T20:27:51.759Z | Compiling terminal_size v0.3.0 |
2342 | 2024-04-30T20:27:51.762Z | Compiling clap_builder v4.5.2 |
2343 | 2024-04-30T20:27:53.508Z | Compiling serde_derive v1.0.199 |
2344 | 2024-04-30T20:27:53.508Z | Compiling thiserror-impl v1.0.59 |
2345 | 2024-04-30T20:27:53.517Z | Compiling clap_derive v4.5.4 |
2346 | 2024-04-30T20:27:55.065Z | Compiling thiserror v1.0.59 |
2347 | 2024-04-30T20:27:56.494Z | Compiling clap v4.5.4 |
2348 | 2024-04-30T20:28:02.571Z | Compiling toml_datetime v0.6.5 |
2349 | 2024-04-30T20:28:02.571Z | Compiling serde_spanned v0.6.5 |
2350 | 2024-04-30T20:28:02.575Z | Compiling camino v1.1.6 |
2351 | 2024-04-30T20:28:02.575Z | Compiling cargo-platform v0.1.3 |
2352 | 2024-04-30T20:28:02.575Z | Compiling semver v1.0.22 |
2353 | 2024-04-30T20:28:02.575Z | Compiling macaddr v1.0.1 |
2354 | 2024-04-30T20:28:02.869Z | Compiling toml_edit v0.22.12 |
2355 | 2024-04-30T20:28:04.071Z | Compiling cargo_metadata v0.18.1 |
2356 | 2024-04-30T20:28:05.468Z | Compiling toml v0.8.12 |
2357 | 2024-04-30T20:28:06.404Z | Compiling cargo_toml v0.20.2 |
2358 | 2024-04-30T20:28:19.023Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2359 | 2024-04-30T20:28:30.160Z | Finished release [optimized] target(s) in 41.41s |
2360 | 2024-04-30T20:28:30.176Z | |
2361 | 2024-04-30T20:28:30.176Z | real 41.500718415 |
2362 | 2024-04-30T20:28:30.176Z | user 3:04.345612010 |
2363 | 2024-04-30T20:28:30.177Z | sys 15.777717478 |
2364 | 2024-04-30T20:28:30.177Z | trap 0.061614747 |
2365 | 2024-04-30T20:28:30.177Z | tflt 0.181266603 |
2366 | 2024-04-30T20:28:30.177Z | dflt 0.799252761 |
2367 | 2024-04-30T20:28:30.177Z | kflt 0.000000000 |
2368 | 2024-04-30T20:28:30.178Z | lock 4:09.575323322 |
2369 | 2024-04-30T20:28:30.178Z | slp 3:26.539760370 |
2370 | 2024-04-30T20:28:30.178Z | lat 2.553233743 |
2371 | 2024-04-30T20:28:30.178Z | stop 3.315017589 |
2372 | 2024-04-30T20:28:30.178Z | + files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask) |
2373 | 2024-04-30T20:28:30.179Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.tar out/pumpkind-gz.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask |
2374 | 2024-04-30T20:28:40.255Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2375 | 2024-04-30T20:28:40.255Z | a out/mg-ddm-gz.tar 73905K |
2376 | 2024-04-30T20:28:40.255Z | a out/omicron-sled-agent.tar 94864K |
2377 | 2024-04-30T20:28:40.255Z | a out/oxlog.tar 2915K |
2378 | 2024-04-30T20:28:40.255Z | a out/pumpkind-gz.tar 26544K |
2379 | 2024-04-30T20:28:40.256Z | a out/target/test 1K |
2380 | 2024-04-30T20:28:40.256Z | a out/npuzone/npuzone 36313K |
2381 | 2024-04-30T20:28:40.256Z | a package-manifest.toml 27K |
2382 | 2024-04-30T20:28:40.256Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2383 | 2024-04-30T20:28:40.256Z | a target/release/omicron-package 30613K |
2384 | 2024-04-30T20:28:40.256Z | a target/release/xtask 6664K |
2385 | 2024-04-30T20:28:40.298Z | |
2386 | 2024-04-30T20:28:40.298Z | real 10.443586306 |
2387 | 2024-04-30T20:28:40.299Z | user 10.098826659 |
2388 | 2024-04-30T20:28:40.299Z | sys 0.748352941 |
2389 | 2024-04-30T20:28:40.299Z | trap 0.001130706 |
2390 | 2024-04-30T20:28:40.299Z | tflt 0.000000000 |
2391 | 2024-04-30T20:28:40.299Z | dflt 0.000000000 |
2392 | 2024-04-30T20:28:40.299Z | kflt 0.000000000 |
2393 | 2024-04-30T20:28:40.299Z | lock 0.000000000 |
2394 | 2024-04-30T20:28:40.299Z | slp 9.804524792 |
2395 | 2024-04-30T20:28:40.299Z | lat 0.231201635 |
2396 | 2024-04-30T20:28:40.299Z | stop 0.000182994 |
2397 | 2024-04-30T20:28:40.300Z | ++ pwd |
2398 | 2024-04-30T20:28:40.300Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2399 | 2024-04-30T20:28:40.300Z | + mv out/nexus.tar.gz out/nexus-single-sled.tar.gz |
2400 | 2024-04-30T20:28:40.300Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2401 | 2024-04-30T20:28:41.056Z | Finished release [optimized] target(s) in 0.74s |
2402 | 2024-04-30T20:28:41.084Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2403 | 2024-04-30T20:28:41.153Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2404 | 2024-04-30T20:28:41.154Z | Created new build target 'host' and set it as active |
2405 | 2024-04-30T20:28:41.154Z | |
2406 | 2024-04-30T20:28:41.154Z | real 0.849125780 |
2407 | 2024-04-30T20:28:41.154Z | user 0.562987639 |
2408 | 2024-04-30T20:28:41.154Z | sys 0.267159086 |
2409 | 2024-04-30T20:28:41.154Z | trap 0.000278160 |
2410 | 2024-04-30T20:28:41.154Z | tflt 0.000023156 |
2411 | 2024-04-30T20:28:41.154Z | dflt 0.000000000 |
2412 | 2024-04-30T20:28:41.155Z | kflt 0.000000000 |
2413 | 2024-04-30T20:28:41.155Z | lock 0.022772945 |
2414 | 2024-04-30T20:28:41.155Z | slp 0.107726733 |
2415 | 2024-04-30T20:28:41.156Z | lat 0.004215939 |
2416 | 2024-04-30T20:28:41.156Z | stop 0.000264216 |
2417 | 2024-04-30T20:28:41.156Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2418 | 2024-04-30T20:28:41.878Z | Finished release [optimized] target(s) in 0.72s |
2419 | 2024-04-30T20:28:41.907Z | Running `target/release/omicron-package -t host package` |
2420 | 2024-04-30T20:28:41.934Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2421 | 2024-04-30T20:28:42.743Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2422 | 2024-04-30T20:31:07.114Z | Finished release [optimized] target(s) in 2m 25s |
2423 | 2024-04-30T20:31:52.818Z | |
2424 | 2024-04-30T20:31:52.830Z | real 3:11.693185569 |
2425 | 2024-04-30T20:31:52.830Z | user 14:08.280516927 |
2426 | 2024-04-30T20:31:52.830Z | sys 38.111116849 |
2427 | 2024-04-30T20:31:52.830Z | trap 0.260365181 |
2428 | 2024-04-30T20:31:52.830Z | tflt 0.198621101 |
2429 | 2024-04-30T20:31:52.830Z | dflt 3.462298321 |
2430 | 2024-04-30T20:31:52.830Z | kflt 0.025817103 |
2431 | 2024-04-30T20:31:52.830Z | lock 1:00:44.944795543 |
2432 | 2024-04-30T20:31:52.831Z | slp 13:00.916168588 |
2433 | 2024-04-30T20:31:52.831Z | lat 8.002832509 |
2434 | 2024-04-30T20:31:52.831Z | stop 2.559855106 |
2435 | 2024-04-30T20:31:52.831Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog pumpkind-gz |
2436 | 2024-04-30T20:31:52.831Z | + for package in "$@" |
2437 | 2024-04-30T20:31:52.831Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 8.0.0-0.ci+gita4183a1399c |
2438 | 2024-04-30T20:31:53.605Z | Finished release [optimized] target(s) in 0.74s |
2439 | 2024-04-30T20:31:53.627Z | Running `target/release/omicron-package stamp omicron-sled-agent 8.0.0-0.ci+gita4183a1399c` |
2440 | 2024-04-30T20:31:53.661Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2441 | 2024-04-30T20:31:53.824Z | Created: out/versioned/omicron-sled-agent.tar |
2442 | 2024-04-30T20:31:53.838Z | + for package in "$@" |
2443 | 2024-04-30T20:31:53.838Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+gita4183a1399c |
2444 | 2024-04-30T20:31:54.597Z | Finished release [optimized] target(s) in 0.72s |
2445 | 2024-04-30T20:31:54.617Z | Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+gita4183a1399c` |
2446 | 2024-04-30T20:31:54.647Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2447 | 2024-04-30T20:31:54.812Z | Created: out/versioned/mg-ddm-gz.tar |
2448 | 2024-04-30T20:31:55.245Z | + for package in "$@" |
2449 | 2024-04-30T20:31:55.245Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 8.0.0-0.ci+gita4183a1399c |
2450 | 2024-04-30T20:31:55.587Z | Finished release [optimized] target(s) in 0.73s |
2451 | 2024-04-30T20:31:55.626Z | Running `target/release/omicron-package stamp propolis-server 8.0.0-0.ci+gita4183a1399c` |
2452 | 2024-04-30T20:31:55.644Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2453 | 2024-04-30T20:31:56.706Z | Created: out/versioned/propolis-server.tar.gz |
2454 | 2024-04-30T20:31:56.714Z | + for package in "$@" |
2455 | 2024-04-30T20:31:56.714Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 8.0.0-0.ci+gita4183a1399c |
2456 | 2024-04-30T20:31:57.481Z | Finished release [optimized] target(s) in 0.72s |
2457 | 2024-04-30T20:31:57.508Z | Running `target/release/omicron-package stamp overlay 8.0.0-0.ci+gita4183a1399c` |
2458 | 2024-04-30T20:31:57.921Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2459 | 2024-04-30T20:31:57.921Z | Created: out/versioned/overlay.tar.gz |
2460 | 2024-04-30T20:31:57.921Z | + for package in "$@" |
2461 | 2024-04-30T20:31:57.921Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 8.0.0-0.ci+gita4183a1399c |
2462 | 2024-04-30T20:31:58.328Z | Finished release [optimized] target(s) in 0.73s |
2463 | 2024-04-30T20:31:58.801Z | Running `target/release/omicron-package stamp oxlog 8.0.0-0.ci+gita4183a1399c` |
2464 | 2024-04-30T20:31:58.801Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2465 | 2024-04-30T20:31:58.801Z | Created: out/versioned/oxlog.tar |
2466 | 2024-04-30T20:31:58.801Z | + for package in "$@" |
2467 | 2024-04-30T20:31:58.801Z | + cargo run --locked --release --bin omicron-package -- stamp pumpkind-gz 8.0.0-0.ci+gita4183a1399c |
2468 | 2024-04-30T20:31:59.150Z | Finished release [optimized] target(s) in 0.72s |
2469 | 2024-04-30T20:31:59.169Z | Running `target/release/omicron-package stamp pumpkind-gz 8.0.0-0.ci+gita4183a1399c` |
2470 | 2024-04-30T20:31:59.200Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2471 | 2024-04-30T20:31:59.276Z | Created: out/versioned/pumpkind-gz.tar |
2472 | 2024-04-30T20:31:59.294Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2473 | 2024-04-30T20:31:59.298Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2474 | 2024-04-30T20:31:59.298Z | ++ cd -- ./tools |
2475 | 2024-04-30T20:31:59.298Z | ++ pwd |
2476 | 2024-04-30T20:31:59.298Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2477 | 2024-04-30T20:31:59.298Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2478 | 2024-04-30T20:31:59.935Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2479 | 2024-04-30T20:31:59.961Z | ++ readlink -f /work |
2480 | 2024-04-30T20:31:59.961Z | + out_dir=/work |
2481 | 2024-04-30T20:31:59.961Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/pumpkind-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz" "$tarball_src_dir/oxlog.tar") |
2482 | 2024-04-30T20:31:59.961Z | + for dep in "${deps[@]}" |
2483 | 2024-04-30T20:31:59.961Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2484 | 2024-04-30T20:31:59.961Z | + for dep in "${deps[@]}" |
2485 | 2024-04-30T20:31:59.961Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2486 | 2024-04-30T20:31:59.961Z | + for dep in "${deps[@]}" |
2487 | 2024-04-30T20:31:59.961Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar ]] |
2488 | 2024-04-30T20:31:59.961Z | + for dep in "${deps[@]}" |
2489 | 2024-04-30T20:31:59.961Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2490 | 2024-04-30T20:31:59.961Z | + for dep in "${deps[@]}" |
2491 | 2024-04-30T20:31:59.961Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2492 | 2024-04-30T20:31:59.961Z | + for dep in "${deps[@]}" |
2493 | 2024-04-30T20:31:59.961Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2494 | 2024-04-30T20:31:59.961Z | ++ mktemp -d |
2495 | 2024-04-30T20:31:59.961Z | + tmp_gz=/tmp/tmp.HJaqxi |
2496 | 2024-04-30T20:31:59.962Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2497 | 2024-04-30T20:31:59.962Z | + echo '{"v":"1","t":"layer"}' |
2498 | 2024-04-30T20:31:59.962Z | + pkg_dir=/tmp/tmp.HJaqxi/root/opt/oxide/sled-agent |
2499 | 2024-04-30T20:31:59.962Z | + mkdir -p /tmp/tmp.HJaqxi/root/opt/oxide/sled-agent |
2500 | 2024-04-30T20:31:59.962Z | + cd /tmp/tmp.HJaqxi/root/opt/oxide/sled-agent |
2501 | 2024-04-30T20:31:59.962Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2502 | 2024-04-30T20:31:59.962Z | x ., 0 bytes, 0 tape blocks |
2503 | 2024-04-30T20:31:59.962Z | x zone-bundle, 26618352 bytes, 51989 tape blocks |
2504 | 2024-04-30T20:31:59.962Z | x sled-agent, 70546520 bytes, 137787 tape blocks |
2505 | 2024-04-30T20:31:59.962Z | x pkg, 0 bytes, 0 tape blocks |
2506 | 2024-04-30T20:31:59.962Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2507 | 2024-04-30T20:31:59.962Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2508 | 2024-04-30T20:31:59.962Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2509 | 2024-04-30T20:31:59.962Z | x VERSION, 25 bytes, 1 tape blocks |
2510 | 2024-04-30T20:31:59.962Z | + mkdir -p /tmp/tmp.HJaqxi/root/lib/svc/manifest/site/ |
2511 | 2024-04-30T20:31:59.962Z | + mv pkg/manifest.xml /tmp/tmp.HJaqxi/root/lib/svc/manifest/site/sled-agent.xml |
2512 | 2024-04-30T20:31:59.962Z | + cd - |
2513 | 2024-04-30T20:31:59.962Z | /work/oxidecomputer/omicron |
2514 | 2024-04-30T20:31:59.962Z | + pkg_dir=/tmp/tmp.HJaqxi/root/opt/oxide/mg-ddm |
2515 | 2024-04-30T20:31:59.962Z | + mkdir -p /tmp/tmp.HJaqxi/root/opt/oxide/mg-ddm |
2516 | 2024-04-30T20:31:59.963Z | + cd /tmp/tmp.HJaqxi/root/opt/oxide/mg-ddm |
2517 | 2024-04-30T20:31:59.963Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2518 | 2024-04-30T20:31:59.963Z | x ., 0 bytes, 0 tape blocks |
2519 | 2024-04-30T20:31:59.963Z | x ddmadm, 26051952 bytes, 50883 tape blocks |
2520 | 2024-04-30T20:31:59.963Z | x ddmd, 49611120 bytes, 96897 tape blocks |
2521 | 2024-04-30T20:31:59.963Z | x pkg, 0 bytes, 0 tape blocks |
2522 | 2024-04-30T20:31:59.963Z | x pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks |
2523 | 2024-04-30T20:31:59.963Z | x pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks |
2524 | 2024-04-30T20:31:59.963Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2525 | 2024-04-30T20:31:59.963Z | x pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks |
2526 | 2024-04-30T20:31:59.963Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2527 | 2024-04-30T20:31:59.963Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2528 | 2024-04-30T20:31:59.963Z | x pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks |
2529 | 2024-04-30T20:31:59.963Z | x VERSION, 25 bytes, 1 tape blocks |
2530 | 2024-04-30T20:31:59.963Z | + cd - |
2531 | 2024-04-30T20:31:59.963Z | /work/oxidecomputer/omicron |
2532 | 2024-04-30T20:31:59.963Z | + pkg_dir=/tmp/tmp.HJaqxi/root/opt/oxide/pumpkind |
2533 | 2024-04-30T20:31:59.963Z | + mkdir -p /tmp/tmp.HJaqxi/root/opt/oxide/pumpkind |
2534 | 2024-04-30T20:31:59.963Z | + cd /tmp/tmp.HJaqxi/root/opt/oxide/pumpkind |
2535 | 2024-04-30T20:31:59.963Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
2536 | 2024-04-30T20:31:59.963Z | x ., 0 bytes, 0 tape blocks |
2537 | 2024-04-30T20:31:59.964Z | x lib, 0 bytes, 0 tape blocks |
2538 | 2024-04-30T20:31:59.964Z | x lib/svc, 0 bytes, 0 tape blocks |
2539 | 2024-04-30T20:31:59.964Z | x lib/svc/manifest, 0 bytes, 0 tape blocks |
2540 | 2024-04-30T20:31:59.964Z | x lib/svc/manifest/system, 0 bytes, 0 tape blocks |
2541 | 2024-04-30T20:31:59.964Z | x lib/svc/manifest/system/pumpkind.xml, 1272 bytes, 3 tape blocks |
2542 | 2024-04-30T20:31:59.964Z | x bin, 0 bytes, 0 tape blocks |
2543 | 2024-04-30T20:31:59.964Z | x bin/svc-pumpkind, 509 bytes, 1 tape blocks |
2544 | 2024-04-30T20:31:59.964Z | x bin/pumpkind, 16522240 bytes, 32270 tape blocks |
2545 | 2024-04-30T20:31:59.964Z | x bin/pumpkinadm, 10650728 bytes, 20803 tape blocks |
2546 | 2024-04-30T20:31:59.964Z | x VERSION, 25 bytes, 1 tape blocks |
2547 | 2024-04-30T20:31:59.964Z | + cd - |
2548 | 2024-04-30T20:31:59.964Z | /work/oxidecomputer/omicron |
2549 | 2024-04-30T20:31:59.964Z | + pkg_dir=/tmp/tmp.HJaqxi/root/opt/oxide/oxlog |
2550 | 2024-04-30T20:31:59.964Z | + mkdir -p /tmp/tmp.HJaqxi/root/opt/oxide/oxlog |
2551 | 2024-04-30T20:31:59.964Z | + cd /tmp/tmp.HJaqxi/root/opt/oxide/oxlog |
2552 | 2024-04-30T20:31:59.964Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2553 | 2024-04-30T20:31:59.964Z | x ., 0 bytes, 0 tape blocks |
2554 | 2024-04-30T20:31:59.964Z | x oxlog, 2981480 bytes, 5824 tape blocks |
2555 | 2024-04-30T20:31:59.964Z | x VERSION, 25 bytes, 1 tape blocks |
2556 | 2024-04-30T20:31:59.964Z | + cd - |
2557 | 2024-04-30T20:31:59.964Z | /work/oxidecomputer/omicron |
2558 | 2024-04-30T20:31:59.964Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.HJaqxi/root/opt/oxide |
2559 | 2024-04-30T20:31:59.964Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.HJaqxi/root/opt/oxide |
2560 | 2024-04-30T20:31:59.964Z | + cd /tmp/tmp.HJaqxi |
2561 | 2024-04-30T20:31:59.965Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2562 | 2024-04-30T20:32:08.905Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2563 | 2024-04-30T20:32:08.905Z | a oxide.json 1K |
2564 | 2024-04-30T20:32:08.905Z | a root/ 0K |
2565 | 2024-04-30T20:32:08.905Z | a root/opt/ 0K |
2566 | 2024-04-30T20:32:08.905Z | a root/opt/oxide/ 0K |
2567 | 2024-04-30T20:32:08.905Z | a root/opt/oxide/sled-agent/ 0K |
2568 | 2024-04-30T20:32:08.905Z | a root/opt/oxide/sled-agent/zone-bundle 25995K |
2569 | 2024-04-30T20:32:08.906Z | a root/opt/oxide/sled-agent/sled-agent 68894K |
2570 | 2024-04-30T20:32:08.906Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2571 | 2024-04-30T20:32:08.906Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2572 | 2024-04-30T20:32:08.906Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2573 | 2024-04-30T20:32:08.906Z | a root/opt/oxide/sled-agent/VERSION 1K |
2574 | 2024-04-30T20:32:08.906Z | a root/opt/oxide/mg-ddm/ 0K |
2575 | 2024-04-30T20:32:08.906Z | a root/opt/oxide/mg-ddm/ddmadm 25442K |
2576 | 2024-04-30T20:32:08.906Z | a root/opt/oxide/mg-ddm/ddmd 48449K |
2577 | 2024-04-30T20:32:08.906Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2578 | 2024-04-30T20:32:08.906Z | a root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K |
2579 | 2024-04-30T20:32:08.906Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2580 | 2024-04-30T20:32:08.906Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2581 | 2024-04-30T20:32:08.906Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2582 | 2024-04-30T20:32:08.906Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2583 | 2024-04-30T20:32:08.906Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2584 | 2024-04-30T20:32:08.906Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2585 | 2024-04-30T20:32:08.906Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2586 | 2024-04-30T20:32:08.906Z | a root/opt/oxide/pumpkind/ 0K |
2587 | 2024-04-30T20:32:08.906Z | a root/opt/oxide/pumpkind/lib/ 0K |
2588 | 2024-04-30T20:32:08.906Z | a root/opt/oxide/pumpkind/lib/svc/ 0K |
2589 | 2024-04-30T20:32:08.906Z | a root/opt/oxide/pumpkind/lib/svc/manifest/ 0K |
2590 | 2024-04-30T20:32:08.906Z | a root/opt/oxide/pumpkind/lib/svc/manifest/system/ 0K |
2591 | 2024-04-30T20:32:08.906Z | a root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml 2K |
2592 | 2024-04-30T20:32:08.907Z | a root/opt/oxide/pumpkind/bin/ 0K |
2593 | 2024-04-30T20:32:08.907Z | a root/opt/oxide/pumpkind/bin/svc-pumpkind 1K |
2594 | 2024-04-30T20:32:08.907Z | a root/opt/oxide/pumpkind/bin/pumpkind 16135K |
2595 | 2024-04-30T20:32:08.907Z | a root/opt/oxide/pumpkind/bin/pumpkinadm 10402K |
2596 | 2024-04-30T20:32:08.907Z | a root/opt/oxide/pumpkind/VERSION 1K |
2597 | 2024-04-30T20:32:08.907Z | a root/opt/oxide/oxlog/ 0K |
2598 | 2024-04-30T20:32:08.907Z | a root/opt/oxide/oxlog/oxlog 2912K |
2599 | 2024-04-30T20:32:08.907Z | a root/opt/oxide/oxlog/VERSION 1K |
2600 | 2024-04-30T20:32:08.907Z | a root/opt/oxide/propolis-server.tar.gz 64690K |
2601 | 2024-04-30T20:32:08.907Z | a root/opt/oxide/overlay.tar.gz 3K |
2602 | 2024-04-30T20:32:08.907Z | a root/lib/ 0K |
2603 | 2024-04-30T20:32:08.907Z | a root/lib/svc/ 0K |
2604 | 2024-04-30T20:32:08.907Z | a root/lib/svc/manifest/ 0K |
2605 | 2024-04-30T20:32:08.907Z | a root/lib/svc/manifest/site/ 0K |
2606 | 2024-04-30T20:32:08.907Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2607 | 2024-04-30T20:32:08.911Z | + cd / |
2608 | 2024-04-30T20:32:08.911Z | + rm -rf /tmp/tmp.HJaqxi |
2609 | 2024-04-30T20:32:08.935Z | |
2610 | 2024-04-30T20:32:08.938Z | real 9.656106653 |
2611 | 2024-04-30T20:32:08.938Z | user 8.968343434 |
2612 | 2024-04-30T20:32:08.938Z | sys 0.637879202 |
2613 | 2024-04-30T20:32:08.938Z | trap 0.001445272 |
2614 | 2024-04-30T20:32:08.938Z | tflt 0.000000000 |
2615 | 2024-04-30T20:32:08.938Z | dflt 0.000000000 |
2616 | 2024-04-30T20:32:08.939Z | kflt 0.000000000 |
2617 | 2024-04-30T20:32:08.939Z | lock 0.000000000 |
2618 | 2024-04-30T20:32:08.939Z | slp 18.752349037 |
2619 | 2024-04-30T20:32:08.939Z | lat 0.208205055 |
2620 | 2024-04-30T20:32:08.939Z | stop 0.000222651 |
2621 | 2024-04-30T20:32:08.939Z | + mkdir -p /work/zones |
2622 | 2024-04-30T20:32:08.939Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/nexus.tar.gz out/nexus-single-sled.tar.gz out/oximeter.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz out/probe.tar.gz) |
2623 | 2024-04-30T20:32:08.942Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/nexus.tar.gz out/nexus-single-sled.tar.gz out/oximeter.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz out/probe.tar.gz /work/zones/ |
2624 | 2024-04-30T20:32:11.569Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2625 | 2024-04-30T20:32:12.385Z | Finished release [optimized] target(s) in 0.77s |
2626 | 2024-04-30T20:32:12.819Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2627 | 2024-04-30T20:32:12.823Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2628 | 2024-04-30T20:32:12.824Z | Created new build target 'recovery' and set it as active |
2629 | 2024-04-30T20:32:12.824Z | |
2630 | 2024-04-30T20:32:12.824Z | real 0.876891898 |
2631 | 2024-04-30T20:32:12.824Z | user 0.574070456 |
2632 | 2024-04-30T20:32:12.824Z | sys 0.283700712 |
2633 | 2024-04-30T20:32:12.824Z | trap 0.000549472 |
2634 | 2024-04-30T20:32:12.824Z | tflt 0.000020108 |
2635 | 2024-04-30T20:32:12.824Z | dflt 0.000016547 |
2636 | 2024-04-30T20:32:12.824Z | kflt 0.000022229 |
2637 | 2024-04-30T20:32:12.824Z | lock 0.023211972 |
2638 | 2024-04-30T20:32:12.824Z | slp 0.106650725 |
2639 | 2024-04-30T20:32:12.824Z | lat 0.005264162 |
2640 | 2024-04-30T20:32:12.825Z | stop 0.000263560 |
2641 | 2024-04-30T20:32:12.825Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2642 | 2024-04-30T20:32:13.218Z | Finished release [optimized] target(s) in 0.73s |
2643 | 2024-04-30T20:32:13.241Z | Running `target/release/omicron-package -t recovery package` |
2644 | 2024-04-30T20:32:13.272Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2645 | 2024-04-30T20:32:13.962Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2646 | 2024-04-30T20:32:16.352Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2647 | 2024-04-30T20:32:35.097Z | Finished release [optimized] target(s) in 21.77s |
2648 | 2024-04-30T20:32:36.539Z | |
2649 | 2024-04-30T20:32:36.577Z | real 23.282033631 |
2650 | 2024-04-30T20:32:36.577Z | user 1:39.106688969 |
2651 | 2024-04-30T20:32:36.577Z | sys 6.844966981 |
2652 | 2024-04-30T20:32:36.577Z | trap 0.064805437 |
2653 | 2024-04-30T20:32:36.577Z | tflt 0.058631850 |
2654 | 2024-04-30T20:32:36.577Z | dflt 0.352166024 |
2655 | 2024-04-30T20:32:36.577Z | kflt 0.000107277 |
2656 | 2024-04-30T20:32:36.577Z | lock 5:36.035405337 |
2657 | 2024-04-30T20:32:36.577Z | slp 1:25.401635735 |
2658 | 2024-04-30T20:32:36.577Z | lat 1.248226177 |
2659 | 2024-04-30T20:32:36.577Z | stop 0.665841516 |
2660 | 2024-04-30T20:32:36.577Z | + stamp_packages installinator mg-ddm-gz |
2661 | 2024-04-30T20:32:36.577Z | + for package in "$@" |
2662 | 2024-04-30T20:32:36.577Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 8.0.0-0.ci+gita4183a1399c |
2663 | 2024-04-30T20:32:36.578Z | Finished release [optimized] target(s) in 0.74s |
2664 | 2024-04-30T20:32:36.578Z | Running `target/release/omicron-package stamp installinator 8.0.0-0.ci+gita4183a1399c` |
2665 | 2024-04-30T20:32:36.584Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2666 | 2024-04-30T20:32:36.632Z | Created: out/versioned/installinator.tar |
2667 | 2024-04-30T20:32:36.640Z | + for package in "$@" |
2668 | 2024-04-30T20:32:36.640Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+gita4183a1399c |
2669 | 2024-04-30T20:32:37.400Z | Finished release [optimized] target(s) in 0.72s |
2670 | 2024-04-30T20:32:37.426Z | Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+gita4183a1399c` |
2671 | 2024-04-30T20:32:37.468Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2672 | 2024-04-30T20:32:37.593Z | Created: out/versioned/mg-ddm-gz.tar |
2673 | 2024-04-30T20:32:37.598Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2674 | 2024-04-30T20:32:37.598Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2675 | 2024-04-30T20:32:37.598Z | ++ cd -- ./tools |
2676 | 2024-04-30T20:32:37.599Z | ++ pwd |
2677 | 2024-04-30T20:32:37.599Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2678 | 2024-04-30T20:32:37.599Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2679 | 2024-04-30T20:32:37.599Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2680 | 2024-04-30T20:32:37.599Z | ++ readlink -f /work |
2681 | 2024-04-30T20:32:37.599Z | + out_dir=/work |
2682 | 2024-04-30T20:32:37.599Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2683 | 2024-04-30T20:32:37.599Z | + for dep in "${deps[@]}" |
2684 | 2024-04-30T20:32:37.599Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2685 | 2024-04-30T20:32:37.599Z | + for dep in "${deps[@]}" |
2686 | 2024-04-30T20:32:37.599Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2687 | 2024-04-30T20:32:37.599Z | ++ mktemp -d |
2688 | 2024-04-30T20:32:37.599Z | + tmp_trampoline=/tmp/tmp.F4aaCi |
2689 | 2024-04-30T20:32:37.599Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2690 | 2024-04-30T20:32:37.599Z | + echo '{"v":"1","t":"layer"}' |
2691 | 2024-04-30T20:32:37.599Z | + pkg_dir=/tmp/tmp.F4aaCi/root/opt/oxide/installinator |
2692 | 2024-04-30T20:32:37.599Z | + mkdir -p /tmp/tmp.F4aaCi/root/opt/oxide/installinator |
2693 | 2024-04-30T20:32:37.661Z | + cd /tmp/tmp.F4aaCi/root/opt/oxide/installinator |
2694 | 2024-04-30T20:32:37.661Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2695 | 2024-04-30T20:32:37.662Z | x ., 0 bytes, 0 tape blocks |
2696 | 2024-04-30T20:32:37.662Z | x installinator, 38430480 bytes, 75060 tape blocks |
2697 | 2024-04-30T20:32:37.662Z | x pkg, 0 bytes, 0 tape blocks |
2698 | 2024-04-30T20:32:37.662Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2699 | 2024-04-30T20:32:37.662Z | x VERSION, 25 bytes, 1 tape blocks |
2700 | 2024-04-30T20:32:37.662Z | + mkdir -p /tmp/tmp.F4aaCi/root/lib/svc/manifest/site/ |
2701 | 2024-04-30T20:32:37.662Z | + mv pkg/manifest.xml /tmp/tmp.F4aaCi/root/lib/svc/manifest/site/installinator.xml |
2702 | 2024-04-30T20:32:37.663Z | + cd - |
2703 | 2024-04-30T20:32:37.663Z | /work/oxidecomputer/omicron |
2704 | 2024-04-30T20:32:37.663Z | + pkg_dir=/tmp/tmp.F4aaCi/root/opt/oxide/mg-ddm |
2705 | 2024-04-30T20:32:37.663Z | + mkdir -p /tmp/tmp.F4aaCi/root/opt/oxide/mg-ddm |
2706 | 2024-04-30T20:32:37.663Z | + cd /tmp/tmp.F4aaCi/root/opt/oxide/mg-ddm |
2707 | 2024-04-30T20:32:37.663Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2708 | 2024-04-30T20:32:37.692Z | x ., 0 bytes, 0 tape blocks |
2709 | 2024-04-30T20:32:37.692Z | x ddmadm, 26051952 bytes, 50883 tape blocks |
2710 | 2024-04-30T20:32:37.692Z | x ddmd, 49611120 bytes, 96897 tape blocks |
2711 | 2024-04-30T20:32:37.692Z | x pkg, 0 bytes, 0 tape blocks |
2712 | 2024-04-30T20:32:37.692Z | x pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks |
2713 | 2024-04-30T20:32:37.692Z | x pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks |
2714 | 2024-04-30T20:32:37.692Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2715 | 2024-04-30T20:32:37.692Z | x pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks |
2716 | 2024-04-30T20:32:37.692Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2717 | 2024-04-30T20:32:37.692Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2718 | 2024-04-30T20:32:37.692Z | x pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks |
2719 | 2024-04-30T20:32:37.692Z | x VERSION, 25 bytes, 1 tape blocks |
2720 | 2024-04-30T20:32:37.701Z | + cd - |
2721 | 2024-04-30T20:32:37.701Z | /work/oxidecomputer/omicron |
2722 | 2024-04-30T20:32:37.701Z | + cd /tmp/tmp.F4aaCi |
2723 | 2024-04-30T20:32:37.701Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2724 | 2024-04-30T20:32:42.121Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2725 | 2024-04-30T20:32:42.122Z | a oxide.json 1K |
2726 | 2024-04-30T20:32:42.122Z | a root/ 0K |
2727 | 2024-04-30T20:32:42.122Z | a root/opt/ 0K |
2728 | 2024-04-30T20:32:42.122Z | a root/opt/oxide/ 0K |
2729 | 2024-04-30T20:32:42.123Z | a root/opt/oxide/installinator/ 0K |
2730 | 2024-04-30T20:32:42.123Z | a root/opt/oxide/installinator/installinator 37530K |
2731 | 2024-04-30T20:32:42.123Z | a root/opt/oxide/installinator/pkg/ 0K |
2732 | 2024-04-30T20:32:42.123Z | a root/opt/oxide/installinator/VERSION 1K |
2733 | 2024-04-30T20:32:42.123Z | a root/opt/oxide/mg-ddm/ 0K |
2734 | 2024-04-30T20:32:42.123Z | a root/opt/oxide/mg-ddm/ddmadm 25442K |
2735 | 2024-04-30T20:32:42.123Z | a root/opt/oxide/mg-ddm/ddmd 48449K |
2736 | 2024-04-30T20:32:42.135Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2737 | 2024-04-30T20:32:42.135Z | a root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K |
2738 | 2024-04-30T20:32:42.136Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2739 | 2024-04-30T20:32:42.136Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2740 | 2024-04-30T20:32:42.136Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2741 | 2024-04-30T20:32:42.136Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2742 | 2024-04-30T20:32:42.136Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2743 | 2024-04-30T20:32:42.136Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2744 | 2024-04-30T20:32:42.136Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2745 | 2024-04-30T20:32:42.136Z | a root/lib/ 0K |
2746 | 2024-04-30T20:32:42.137Z | a root/lib/svc/ 0K |
2747 | 2024-04-30T20:32:42.137Z | a root/lib/svc/manifest/ 0K |
2748 | 2024-04-30T20:32:42.137Z | a root/lib/svc/manifest/site/ 0K |
2749 | 2024-04-30T20:32:42.137Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2750 | 2024-04-30T20:32:42.200Z | + cd / |
2751 | 2024-04-30T20:32:42.200Z | + rm -rf /tmp/tmp.F4aaCi |
2752 | 2024-04-30T20:32:42.200Z | |
2753 | 2024-04-30T20:32:42.201Z | real 4.553491200 |
2754 | 2024-04-30T20:32:42.201Z | user 4.314314658 |
2755 | 2024-04-30T20:32:42.201Z | sys 0.251908629 |
2756 | 2024-04-30T20:32:42.201Z | trap 0.000493024 |
2757 | 2024-04-30T20:32:42.201Z | tflt 0.000000000 |
2758 | 2024-04-30T20:32:42.201Z | dflt 0.000002379 |
2759 | 2024-04-30T20:32:42.201Z | kflt 0.000000000 |
2760 | 2024-04-30T20:32:42.201Z | lock 0.000000000 |
2761 | 2024-04-30T20:32:42.202Z | slp 8.862372856 |
2762 | 2024-04-30T20:32:42.202Z | lat 0.087721033 |
2763 | 2024-04-30T20:32:42.202Z | stop 0.000203453 |
2764 | 2024-04-30T20:32:42.202Z | process exited: duration 1667116 ms, exit code 0 |
|
2765 | 2024-04-30T20:32:42.229Z | found 22 output files |
2766 | 2024-04-30T20:32:42.229Z | uploading: /work/version.txt (26 bytes) |
2767 | 2024-04-30T20:32:49.037Z | uploaded: /work/version.txt |
2768 | 2024-04-30T20:32:49.038Z | uploading: /work/package.tar.gz (91373803 bytes) |
2769 | 2024-04-30T20:33:19.393Z | uploaded: /work/package.tar.gz |
2770 | 2024-04-30T20:33:19.393Z | uploading: /work/global-zone-packages.tar.gz (132872360 bytes) |
2771 | 2024-04-30T20:34:18.273Z | uploaded: /work/global-zone-packages.tar.gz |
2772 | 2024-04-30T20:34:18.273Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36707227 bytes) |
2773 | 2024-04-30T20:34:27.639Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2774 | 2024-04-30T20:34:27.639Z | uploading: /work/zones/clickhouse.tar.gz (227299051 bytes) |
2775 | 2024-04-30T20:36:02.092Z | uploaded: /work/zones/clickhouse.tar.gz |
2776 | 2024-04-30T20:36:02.092Z | uploading: /work/zones/clickhouse_keeper.tar.gz (227290061 bytes) |
2777 | 2024-04-30T20:37:44.288Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2778 | 2024-04-30T20:37:44.289Z | uploading: /work/zones/cockroachdb.tar.gz (122796617 bytes) |
2779 | 2024-04-30T20:38:42.926Z | uploaded: /work/zones/cockroachdb.tar.gz |
2780 | 2024-04-30T20:38:42.926Z | uploading: /work/zones/crucible-pantry-zone.tar.gz (27446660 bytes) |
2781 | 2024-04-30T20:38:58.264Z | uploaded: /work/zones/crucible-pantry-zone.tar.gz |
2782 | 2024-04-30T20:38:58.287Z | uploading: /work/zones/crucible-zone.tar.gz (37208549 bytes) |
2783 | 2024-04-30T20:39:12.755Z | uploaded: /work/zones/crucible-zone.tar.gz |
2784 | 2024-04-30T20:39:12.759Z | uploading: /work/zones/external-dns.tar.gz (24927609 bytes) |
2785 | 2024-04-30T20:39:23.102Z | uploaded: /work/zones/external-dns.tar.gz |
2786 | 2024-04-30T20:39:23.103Z | uploading: /work/zones/internal-dns.tar.gz (24928334 bytes) |
2787 | 2024-04-30T20:39:33.304Z | uploaded: /work/zones/internal-dns.tar.gz |
2788 | 2024-04-30T20:39:33.311Z | uploading: /work/zones/nexus-single-sled.tar.gz (84584354 bytes) |
2789 | 2024-04-30T20:40:09.599Z | uploaded: /work/zones/nexus-single-sled.tar.gz |
2790 | 2024-04-30T20:40:09.599Z | uploading: /work/zones/nexus.tar.gz (84585982 bytes) |
2791 | 2024-04-30T20:40:37.780Z | uploaded: /work/zones/nexus.tar.gz |
2792 | 2024-04-30T20:40:37.780Z | uploading: /work/zones/ntp.tar.gz (8522698 bytes) |
2793 | 2024-04-30T20:40:44.185Z | uploaded: /work/zones/ntp.tar.gz |
2794 | 2024-04-30T20:40:44.186Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (14614758 bytes) |
2795 | 2024-04-30T20:40:50.663Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2796 | 2024-04-30T20:40:50.663Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (14613956 bytes) |
2797 | 2024-04-30T20:40:57.988Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2798 | 2024-04-30T20:40:57.992Z | uploading: /work/zones/overlay.tar.gz (2622 bytes) |
2799 | 2024-04-30T20:40:59.004Z | uploaded: /work/zones/overlay.tar.gz |
2800 | 2024-04-30T20:40:59.004Z | uploading: /work/zones/oximeter.tar.gz (43390869 bytes) |
2801 | 2024-04-30T20:41:25.130Z | uploaded: /work/zones/oximeter.tar.gz |
2802 | 2024-04-30T20:41:25.130Z | uploading: /work/zones/probe.tar.gz (2829470 bytes) |
2803 | 2024-04-30T20:41:26.684Z | uploaded: /work/zones/probe.tar.gz |
2804 | 2024-04-30T20:41:26.684Z | uploading: /work/zones/propolis-server.tar.gz (66247252 bytes) |
2805 | 2024-04-30T20:41:50.476Z | uploaded: /work/zones/propolis-server.tar.gz |
2806 | 2024-04-30T20:41:50.477Z | uploading: /work/zones/switch-asic.tar.gz (295382616 bytes) |
2807 | 2024-04-30T20:43:41.316Z | uploaded: /work/zones/switch-asic.tar.gz |
2808 | 2024-04-30T20:43:41.316Z | uploading: /work/zones/switch-softnpu.tar.gz (202722616 bytes) |
2809 | 2024-04-30T20:45:13.698Z | uploaded: /work/zones/switch-softnpu.tar.gz |