|
|
|
1 | 2024-04-01T22:09:51.228Z | job assigned to worker 01HTDV8QRBFHPJJP8JP26Z7JT6 (queued for 1 m 58 s) |
|
2 | 2024-04-01T22:09:58.870Z | starting task 0: "setup" |
3 | 2024-04-01T22:09:58.993Z | ++ uname -s |
4 | 2024-04-01T22:09:58.997Z | + kern=SunOS |
5 | 2024-04-01T22:09:58.997Z | + case "$kern" in |
6 | 2024-04-01T22:09:58.997Z | + groupadd -g 12345 build |
7 | 2024-04-01T22:09:59.093Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-04-01T22:10:01.106Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-04-01T22:10:02.272Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-04-01T22:10:02.280Z | + home_fs=zfs |
11 | 2024-04-01T22:10:02.280Z | + [[ zfs == autofs ]] |
12 | 2024-04-01T22:10:02.280Z | + mkdir -p /home/build |
13 | 2024-04-01T22:10:02.280Z | + chown build:build /home/build /work |
14 | 2024-04-01T22:10:03.279Z | + chmod 0700 /home/build /work |
15 | 2024-04-01T22:10:03.283Z | process exited: duration 4411 ms, exit code 0 |
|
16 | 2024-04-01T22:10:03.290Z | starting task 1: "rust-toolchain" |
17 | 2024-04-01T22:10:03.297Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-04-01T22:10:03.303Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-04-01T22:10:03.411Z | info: downloading installer |
20 | 2024-04-01T22:10:05.270Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-04-01T22:10:05.271Z | warning: /opt/ooce/bin |
22 | 2024-04-01T22:10:05.271Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-04-01T22:10:05.271Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-04-01T22:10:05.271Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-04-01T22:10:05.271Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-04-01T22:10:05.271Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-04-01T22:10:05.271Z | error: cannot install while Rust is installed |
28 | 2024-04-01T22:10:05.271Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-04-01T22:10:05.909Z | info: profile set to 'default' |
30 | 2024-04-01T22:10:05.910Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-04-01T22:10:05.913Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-04-01T22:10:06.060Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-04-01T22:10:06.060Z | info: downloading component 'cargo' |
34 | 2024-04-01T22:10:06.700Z | info: downloading component 'clippy' |
35 | 2024-04-01T22:10:06.929Z | info: downloading component 'rust-docs' |
36 | 2024-04-01T22:10:07.742Z | info: downloading component 'rust-std' |
37 | 2024-04-01T22:10:09.177Z | info: downloading component 'rustc' |
38 | 2024-04-01T22:10:12.653Z | info: downloading component 'rustfmt' |
39 | 2024-04-01T22:10:12.856Z | info: installing component 'cargo' |
40 | 2024-04-01T22:10:13.695Z | info: installing component 'clippy' |
41 | 2024-04-01T22:10:14.053Z | info: installing component 'rust-docs' |
42 | 2024-04-01T22:10:15.453Z | info: installing component 'rust-std' |
43 | 2024-04-01T22:10:17.285Z | info: installing component 'rustc' |
44 | 2024-04-01T22:10:21.274Z | info: installing component 'rustfmt' |
45 | 2024-04-01T22:10:21.628Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-04-01T22:10:21.629Z | |
47 | 2024-04-01T22:10:21.902Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-04-01T22:10:21.902Z | |
49 | 2024-04-01T22:10:21.906Z | |
50 | 2024-04-01T22:10:21.906Z | Rust is installed now. Great! |
51 | 2024-04-01T22:10:21.906Z | |
52 | 2024-04-01T22:10:21.906Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-04-01T22:10:21.906Z | environment variable. This has not been done automatically. |
54 | 2024-04-01T22:10:21.906Z | |
55 | 2024-04-01T22:10:21.906Z | To configure your current shell, you need to source |
56 | 2024-04-01T22:10:21.906Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-04-01T22:10:21.906Z | |
58 | 2024-04-01T22:10:21.907Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-04-01T22:10:21.907Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-04-01T22:10:21.907Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-04-01T22:10:22.102Z | + rustc --version |
62 | 2024-04-01T22:10:22.165Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-04-01T22:10:22.168Z | process exited: duration 18875 ms, exit code 0 |
|
64 | 2024-04-01T22:10:22.181Z | starting task 2: "authentication" |
65 | 2024-04-01T22:10:22.198Z | process exited: duration 22 ms, exit code 0 |
|
66 | 2024-04-01T22:10:22.206Z | starting task 3: "clone repository" |
67 | 2024-04-01T22:10:22.211Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-04-01T22:10:22.215Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-04-01T22:10:22.798Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-04-01T22:10:52.800Z | + cd /work/oxidecomputer/omicron |
71 | 2024-04-01T22:10:52.800Z | + git fetch origin 605a633603cfcb0a104a1730923727b530c7599c |
72 | 2024-04-01T22:10:53.483Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-04-01T22:10:53.484Z | * branch 605a633603cfcb0a104a1730923727b530c7599c -> FETCH_HEAD |
74 | 2024-04-01T22:10:53.493Z | + [[ -n paginate-with-none ]] |
75 | 2024-04-01T22:10:53.498Z | ++ git branch --show-current |
76 | 2024-04-01T22:10:53.498Z | + current=main |
77 | 2024-04-01T22:10:53.498Z | + [[ main != paginate-with-none ]] |
78 | 2024-04-01T22:10:53.498Z | + git branch -f paginate-with-none 605a633603cfcb0a104a1730923727b530c7599c |
79 | 2024-04-01T22:10:53.503Z | + git checkout -f paginate-with-none |
80 | 2024-04-01T22:10:53.621Z | Switched to branch 'paginate-with-none' |
81 | 2024-04-01T22:10:53.624Z | + git reset --hard 605a633603cfcb0a104a1730923727b530c7599c |
82 | 2024-04-01T22:10:53.632Z | HEAD is now at 605a63360 CLIPPY |
83 | 2024-04-01T22:10:53.635Z | process exited: duration 31423 ms, exit code 0 |
|
84 | 2024-04-01T22:10:53.642Z | starting task 4: "build" |
85 | 2024-04-01T22:10:53.647Z | + cargo --version |
86 | 2024-04-01T22:10:53.652Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
87 | 2024-04-01T22:10:53.830Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
88 | 2024-04-01T22:10:53.833Z | info: downloading component 'cargo' |
89 | 2024-04-01T22:10:54.841Z | info: downloading component 'clippy' |
90 | 2024-04-01T22:10:55.146Z | info: downloading component 'rust-docs' |
91 | 2024-04-01T22:10:56.391Z | info: downloading component 'rust-std' |
92 | 2024-04-01T22:10:58.482Z | info: downloading component 'rustc' |
93 | 2024-04-01T22:11:03.554Z | info: downloading component 'rustfmt' |
94 | 2024-04-01T22:11:03.897Z | info: installing component 'cargo' |
95 | 2024-04-01T22:11:04.779Z | info: installing component 'clippy' |
96 | 2024-04-01T22:11:05.100Z | info: installing component 'rust-docs' |
97 | 2024-04-01T22:11:06.573Z | info: installing component 'rust-std' |
98 | 2024-04-01T22:11:08.435Z | info: installing component 'rustc' |
99 | 2024-04-01T22:11:12.302Z | info: installing component 'rustfmt' |
100 | 2024-04-01T22:11:12.701Z | cargo 1.76.0 (c84b36747 2024-01-18) |
101 | 2024-04-01T22:11:12.712Z | + rustc --version |
102 | 2024-04-01T22:11:12.762Z | rustc 1.76.0 (07dca489a 2024-02-04) |
103 | 2024-04-01T22:11:12.767Z | ++ git rev-parse HEAD |
104 | 2024-04-01T22:11:12.771Z | + COMMIT=605a633603cfcb0a104a1730923727b530c7599c |
105 | 2024-04-01T22:11:12.771Z | + VERSION=7.0.0-0.ci+git605a633603c |
106 | 2024-04-01T22:11:12.771Z | + echo 7.0.0-0.ci+git605a633603c |
107 | 2024-04-01T22:11:12.771Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
108 | 2024-04-01T22:11:29.846Z | Startup: Refreshing catalog 'helios-dev' ... Done |
109 | 2024-04-01T22:11:31.335Z | Startup: Caching catalogs ... Done |
110 | 2024-04-01T22:11:33.040Z | Planning: Solver setup ... Done (1.322s) |
111 | 2024-04-01T22:11:33.066Z | Planning: Running solver ... Done (0.026s) |
112 | 2024-04-01T22:11:33.337Z | Planning: Finding local manifests ... Done (0.242s) |
113 | 2024-04-01T22:11:33.353Z | Planning: Fetching manifests: 0/4 0% complete |
114 | 2024-04-01T22:11:33.750Z | Planning: Fetching manifests: 4/4 100% complete |
115 | 2024-04-01T22:11:33.799Z | Planning: Package planning ... Done (0.049s) |
116 | 2024-04-01T22:11:33.853Z | Planning: Merging actions ... Done (0.052s) |
117 | 2024-04-01T22:11:34.508Z | Planning: Checking for conflicting actions ... Done (0.658s) |
118 | 2024-04-01T22:11:34.519Z | Planning: Consolidating action changes ... Done (0.011s) |
119 | 2024-04-01T22:11:46.995Z | Planning: Evaluating mediators ... Done (12.474s) |
120 | 2024-04-01T22:11:47.005Z | Planning: Planning completed in 15.61 seconds |
121 | 2024-04-01T22:11:47.157Z | Packages to install: 4 |
122 | 2024-04-01T22:11:47.157Z | Mediators to change: 2 |
123 | 2024-04-01T22:11:47.161Z | Services to change: 1 |
124 | 2024-04-01T22:11:47.161Z | Estimated space available: 155.31 GB |
125 | 2024-04-01T22:11:47.161Z | Estimated space to be consumed: 1.43 GB |
126 | 2024-04-01T22:11:47.161Z | Create boot environment: No |
127 | 2024-04-01T22:11:47.161Z | Create backup boot environment: No |
128 | 2024-04-01T22:11:47.161Z | Rebuild boot archive: No |
129 | 2024-04-01T22:11:47.161Z | |
130 | 2024-04-01T22:11:47.161Z | Changed mediators: |
131 | 2024-04-01T22:11:47.161Z | mediator clang: |
132 | 2024-04-01T22:11:47.161Z | version: None -> 15 (system default) |
133 | 2024-04-01T22:11:47.162Z | |
134 | 2024-04-01T22:11:47.162Z | mediator llvm: |
135 | 2024-04-01T22:11:47.162Z | version: 14 (system default) -> 15 (system default) |
136 | 2024-04-01T22:11:47.162Z | |
137 | 2024-04-01T22:11:47.162Z | Changed packages: |
138 | 2024-04-01T22:11:47.162Z | helios-dev |
139 | 2024-04-01T22:11:47.162Z | developer/build-essential |
140 | 2024-04-01T22:11:47.162Z | None -> 11-2.0 |
141 | 2024-04-01T22:11:47.162Z | library/libxmlsec1 |
142 | 2024-04-01T22:11:47.162Z | None -> 1.2.35-2.0 |
143 | 2024-04-01T22:11:47.162Z | ooce/developer/clang-15 |
144 | 2024-04-01T22:11:47.162Z | None -> 15.0.7-2.0 |
145 | 2024-04-01T22:11:47.162Z | ooce/developer/llvm-15 |
146 | 2024-04-01T22:11:47.162Z | None -> 15.0.7-2.0 |
147 | 2024-04-01T22:11:47.162Z | |
148 | 2024-04-01T22:11:47.162Z | Services: |
149 | 2024-04-01T22:11:47.162Z | restart_fmri: |
150 | 2024-04-01T22:11:47.162Z | svc:/system/update-man-index:default |
151 | 2024-04-01T22:11:47.318Z | |
152 | 2024-04-01T22:11:47.318Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
153 | 2024-04-01T22:11:52.316Z | Download: 1260/3290 items 104.9/212.6MB 49% complete (21.0M/s) |
154 | 2024-04-01T22:11:57.317Z | Download: 3170/3290 items 143.6/212.6MB 67% complete (14.3M/s) |
155 | 2024-04-01T22:11:59.608Z | Download: Completed 212.60 MB in 12.29 seconds (17.3M/s) |
156 | 2024-04-01T22:12:00.009Z | Actions: 1/3689 actions (Installing new actions) |
157 | 2024-04-01T22:12:05.056Z | Actions: 3555/3689 actions (Installing new actions) |
158 | 2024-04-01T22:12:05.856Z | Actions: Completed 3689 actions in 5.85 seconds. |
159 | 2024-04-01T22:12:06.063Z | Done (0.191s) |
160 | 2024-04-01T22:12:06.063Z | Done (0.000s) |
161 | 2024-04-01T22:12:06.311Z | Done (0.258s) |
162 | 2024-04-01T22:12:12.518Z | Done (6.070s) |
163 | 2024-04-01T22:12:12.830Z | Done (0.242s) |
164 | 2024-04-01T22:12:12.834Z | Done (0.000s) |
165 | 2024-04-01T22:12:13.004Z | Done (0.000s) |
166 | 2024-04-01T22:12:13.535Z | Planning: Evaluating mediator changes ... Done |
167 | 2024-04-01T22:12:13.699Z | Planning: Checking for conflicting actions ... Done |
168 | 2024-04-01T22:12:13.702Z | Planning: Consolidating action changes ... Done |
169 | 2024-04-01T22:12:13.974Z | Planning: Evaluating mediators ... Done |
170 | 2024-04-01T22:12:13.978Z | Planning: Planning completed in 0.44 seconds |
171 | 2024-04-01T22:12:14.008Z | Mediators to change: 2 |
172 | 2024-04-01T22:12:14.008Z | Create boot environment: No |
173 | 2024-04-01T22:12:14.011Z | Create backup boot environment: No |
174 | 2024-04-01T22:12:14.077Z | Done |
175 | 2024-04-01T22:12:14.077Z | Done |
176 | 2024-04-01T22:12:14.226Z | Done |
177 | 2024-04-01T22:12:17.845Z | Done |
178 | 2024-04-01T22:12:17.939Z | Done |
179 | 2024-04-01T22:12:17.942Z | Done |
180 | 2024-04-01T22:12:18.050Z | Done |
181 | 2024-04-01T22:12:18.697Z | Planning: Evaluating mediator changes ... Done |
182 | 2024-04-01T22:12:18.701Z | Planning: Merging actions ... Done |
183 | 2024-04-01T22:12:18.896Z | Planning: Checking for conflicting actions ... Done |
184 | 2024-04-01T22:12:18.899Z | Planning: Consolidating action changes ... Done |
185 | 2024-04-01T22:12:19.179Z | Planning: Evaluating mediators ... Done |
186 | 2024-04-01T22:12:19.228Z | Planning: Planning completed in 0.81 seconds |
187 | 2024-04-01T22:12:19.260Z | Packages to change: 1 |
188 | 2024-04-01T22:12:19.260Z | Mediators to change: 1 |
189 | 2024-04-01T22:12:19.263Z | Services to change: 1 |
190 | 2024-04-01T22:12:19.263Z | Create boot environment: No |
191 | 2024-04-01T22:12:19.263Z | Create backup boot environment: Yes |
192 | 2024-04-01T22:12:21.210Z | Actions: 1/6 actions (Updating modified actions) |
193 | 2024-04-01T22:12:21.219Z | Actions: Completed 6 actions in 0.00 seconds. |
194 | 2024-04-01T22:12:21.219Z | Done |
195 | 2024-04-01T22:12:21.219Z | Done |
196 | 2024-04-01T22:12:21.265Z | Done |
197 | 2024-04-01T22:12:28.163Z | Done |
198 | 2024-04-01T22:12:28.163Z | Done |
199 | 2024-04-01T22:12:28.163Z | Done |
200 | 2024-04-01T22:12:28.163Z | Done |
201 | 2024-04-01T22:12:28.163Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
202 | 2024-04-01T22:12:28.163Z | clang system 15 system |
203 | 2024-04-01T22:12:28.163Z | csh system system illumos |
204 | 2024-04-01T22:12:28.163Z | ctags system system illumos |
205 | 2024-04-01T22:12:28.163Z | gcc vendor 12 vendor |
206 | 2024-04-01T22:12:28.163Z | gcc system 10 system |
207 | 2024-04-01T22:12:28.164Z | gcc system 7 system |
208 | 2024-04-01T22:12:28.164Z | go system 1.20 system |
209 | 2024-04-01T22:12:28.164Z | go system 1.19 system |
210 | 2024-04-01T22:12:28.164Z | llvm system 15 system |
211 | 2024-04-01T22:12:28.164Z | llvm system 14 system |
212 | 2024-04-01T22:12:28.164Z | mariadb system 10.6 system |
213 | 2024-04-01T22:12:28.164Z | mta vendor vendor dma |
214 | 2024-04-01T22:12:28.164Z | openjdk system 17 system |
215 | 2024-04-01T22:12:28.164Z | openjdk system 11 system |
216 | 2024-04-01T22:12:28.164Z | openjdk system 1.8 system |
217 | 2024-04-01T22:12:28.164Z | openssl vendor 3 vendor |
218 | 2024-04-01T22:12:28.165Z | perl system 5.36 system |
219 | 2024-04-01T22:12:28.165Z | postgresql system 15 system |
220 | 2024-04-01T22:12:28.165Z | postgresql system 13 system |
221 | 2024-04-01T22:12:28.165Z | python vendor 3 vendor |
222 | 2024-04-01T22:12:28.165Z | python system 2 system |
223 | 2024-04-01T22:12:28.165Z | python3 system 3.11 system |
224 | 2024-04-01T22:12:28.165Z | ruby system 3.0 system |
225 | 2024-04-01T22:12:28.165Z | words vendor vendor american-english |
226 | 2024-04-01T22:12:28.165Z | words system system australian-english |
227 | 2024-04-01T22:12:28.165Z | words system system british-english |
228 | 2024-04-01T22:12:28.165Z | words system system canadian-english |
229 | 2024-04-01T22:12:28.165Z | words system system french |
230 | 2024-04-01T22:12:28.166Z | words system system italian |
231 | 2024-04-01T22:12:28.166Z | words system system ngerman |
232 | 2024-04-01T22:12:28.166Z | words system system ogerman |
233 | 2024-04-01T22:12:28.166Z | words system system spanish |
234 | 2024-04-01T22:12:28.166Z | PUBLISHER TYPE STATUS P LOCATION |
235 | 2024-04-01T22:12:28.166Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
236 | 2024-04-01T22:12:28.166Z | FMRI IFO |
237 | 2024-04-01T22:12:28.166Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
238 | 2024-04-01T22:12:28.166Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
239 | 2024-04-01T22:12:28.166Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
240 | 2024-04-01T22:12:28.166Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
241 | 2024-04-01T22:12:28.166Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
242 | 2024-04-01T22:12:28.167Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
243 | 2024-04-01T22:12:28.167Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
244 | 2024-04-01T22:12:28.167Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
245 | 2024-04-01T22:12:28.167Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
246 | 2024-04-01T22:12:28.167Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
247 | 2024-04-01T22:12:28.167Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
248 | 2024-04-01T22:12:28.167Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
249 | 2024-04-01T22:12:28.167Z | + set -o errexit |
250 | 2024-04-01T22:12:28.167Z | +++ dirname ./tools/ci_download_cockroachdb |
251 | 2024-04-01T22:12:28.167Z | ++ cd ./tools |
252 | 2024-04-01T22:12:28.167Z | ++ pwd |
253 | 2024-04-01T22:12:28.168Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
254 | 2024-04-01T22:12:28.168Z | ++ basename ./tools/ci_download_cockroachdb |
255 | 2024-04-01T22:12:28.168Z | + ARG0=ci_download_cockroachdb |
256 | 2024-04-01T22:12:28.168Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
257 | 2024-04-01T22:12:28.168Z | + CIDL_VERSION=v22.1.9 |
258 | 2024-04-01T22:12:28.168Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
259 | 2024-04-01T22:12:28.168Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
260 | 2024-04-01T22:12:28.168Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
261 | 2024-04-01T22:12:28.168Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
262 | 2024-04-01T22:12:28.168Z | + TARGET_DIR=out |
263 | 2024-04-01T22:12:28.168Z | + DOWNLOAD_DIR=out/downloads |
264 | 2024-04-01T22:12:28.168Z | + DEST_DIR=./out/cockroachdb |
265 | 2024-04-01T22:12:28.169Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
266 | 2024-04-01T22:12:28.169Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
267 | 2024-04-01T22:12:28.169Z | + main |
268 | 2024-04-01T22:12:28.169Z | + [[ 0 != 0 ]] |
269 | 2024-04-01T22:12:28.169Z | + CIDL_OS=solaris2.11 |
270 | 2024-04-01T22:12:28.169Z | + [[ 0 != 0 ]] |
271 | 2024-04-01T22:12:28.169Z | + configure_os solaris2.11 |
272 | 2024-04-01T22:12:28.169Z | + echo 'current directory: /work/oxidecomputer/omicron' |
273 | 2024-04-01T22:12:28.169Z | current directory: /work/oxidecomputer/omicron |
274 | 2024-04-01T22:12:28.169Z | + echo 'configuring based on OS: "solaris2.11"' |
275 | 2024-04-01T22:12:28.170Z | + case "$1" in |
276 | 2024-04-01T22:12:28.170Z | configuring based on OS: "solaris2.11" |
277 | 2024-04-01T22:12:28.170Z | + CIDL_BUILD=illumos |
278 | 2024-04-01T22:12:28.170Z | + CIDL_SUFFIX=tar.gz |
279 | 2024-04-01T22:12:28.170Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
280 | 2024-04-01T22:12:28.170Z | + CIDL_URL_BASE=https://illumos.org/downloads |
281 | 2024-04-01T22:12:28.170Z | + CIDL_ASSEMBLE=do_assemble_illumos |
282 | 2024-04-01T22:12:28.170Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
283 | 2024-04-01T22:12:28.170Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-04-01T22:12:28.170Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2024-04-01T22:12:28.170Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
286 | 2024-04-01T22:12:28.170Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2024-04-01T22:12:28.171Z | + CIDL_SHA256FUNC=do_sha256sum |
288 | 2024-04-01T22:12:28.171Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
289 | 2024-04-01T22:12:28.171Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
290 | 2024-04-01T22:12:28.171Z | + mkdir -p out/downloads |
291 | 2024-04-01T22:12:28.171Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-04-01T22:12:28.171Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-04-01T22:12:28.171Z | + mkdir -p ./out/cockroachdb |
294 | 2024-04-01T22:12:28.171Z | + local DO_DOWNLOAD=true |
295 | 2024-04-01T22:12:28.171Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
296 | 2024-04-01T22:12:28.171Z | + '[' true == true ']' |
297 | 2024-04-01T22:12:28.179Z | Downloading... |
298 | 2024-04-01T22:12:28.179Z | + echo Downloading... |
299 | 2024-04-01T22:12:28.179Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-04-01T22:12:28.180Z | + 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 |
301 | 2024-04-01T22:12:30.986Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2024-04-01T22:12:30.989Z | ++ sha256sum |
303 | 2024-04-01T22:12:30.989Z | ++ awk '{print $1}' |
304 | 2024-04-01T22:12:31.158Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
305 | 2024-04-01T22:12:31.158Z | + [[ 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 ]] |
306 | 2024-04-01T22:12:31.162Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2024-04-01T22:12:31.162Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
308 | 2024-04-01T22:12:33.316Z | + do_assemble_illumos |
309 | 2024-04-01T22:12:33.316Z | + rm -r ./out/cockroachdb |
310 | 2024-04-01T22:12:33.320Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
311 | 2024-04-01T22:12:33.753Z | + ./out/cockroachdb/bin/cockroach version |
312 | 2024-04-01T22:12:33.916Z | Build Tag: v22.1.9-dirty |
313 | 2024-04-01T22:12:33.916Z | Build Time: 2022/10/26 21:17:46 |
314 | 2024-04-01T22:12:33.916Z | Distribution: OSS |
315 | 2024-04-01T22:12:33.917Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
316 | 2024-04-01T22:12:33.917Z | Go Version: go1.17.13 |
317 | 2024-04-01T22:12:33.917Z | C Compiler: gcc 10.3.0 |
318 | 2024-04-01T22:12:33.917Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
319 | 2024-04-01T22:12:33.917Z | Build Type: release |
320 | 2024-04-01T22:12:33.933Z | + set -o errexit |
321 | 2024-04-01T22:12:33.936Z | +++ dirname ./tools/ci_download_clickhouse |
322 | 2024-04-01T22:12:33.939Z | ++ cd ./tools |
323 | 2024-04-01T22:12:33.939Z | ++ pwd |
324 | 2024-04-01T22:12:33.939Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
325 | 2024-04-01T22:12:33.939Z | ++ basename ./tools/ci_download_clickhouse |
326 | 2024-04-01T22:12:33.943Z | + ARG0=ci_download_clickhouse |
327 | 2024-04-01T22:12:33.943Z | + TARGET_DIR=out |
328 | 2024-04-01T22:12:33.943Z | + DOWNLOAD_DIR=out/downloads |
329 | 2024-04-01T22:12:33.943Z | + DEST_DIR=./out/clickhouse |
330 | 2024-04-01T22:12:33.943Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
331 | 2024-04-01T22:12:33.943Z | + CIDL_VERSION=v23.8.7.24 |
332 | 2024-04-01T22:12:33.943Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
333 | 2024-04-01T22:12:33.943Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
334 | 2024-04-01T22:12:33.943Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
335 | 2024-04-01T22:12:33.943Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
336 | 2024-04-01T22:12:33.943Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
337 | 2024-04-01T22:12:33.946Z | + main |
338 | 2024-04-01T22:12:33.946Z | + [[ 0 != 0 ]] |
339 | 2024-04-01T22:12:33.947Z | + CIDL_OS=solaris2.11 |
340 | 2024-04-01T22:12:33.947Z | + [[ 0 != 0 ]] |
341 | 2024-04-01T22:12:33.947Z | + configure_os solaris2.11 |
342 | 2024-04-01T22:12:33.947Z | + echo 'current directory: /work/oxidecomputer/omicron' |
343 | 2024-04-01T22:12:33.947Z | current directory: /work/oxidecomputer/omicron |
344 | 2024-04-01T22:12:33.947Z | + echo 'configuring based on OS: "solaris2.11"' |
345 | 2024-04-01T22:12:33.947Z | + CIDL_DASHREV= |
346 | 2024-04-01T22:12:33.947Z | + case "$1" in |
347 | 2024-04-01T22:12:33.947Z | configuring based on OS: "solaris2.11" |
348 | 2024-04-01T22:12:33.947Z | + CIDL_PLATFORM=illumos |
349 | 2024-04-01T22:12:33.947Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
350 | 2024-04-01T22:12:33.947Z | + CIDL_MD5FUNC=do_md5sum |
351 | 2024-04-01T22:12:33.947Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
352 | 2024-04-01T22:12:33.947Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
353 | 2024-04-01T22:12:33.947Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
354 | 2024-04-01T22:12:33.947Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
355 | 2024-04-01T22:12:33.947Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
356 | 2024-04-01T22:12:33.947Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
357 | 2024-04-01T22:12:33.947Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
358 | 2024-04-01T22:12:33.947Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
359 | 2024-04-01T22:12:33.947Z | + mkdir -p out/downloads |
360 | 2024-04-01T22:12:33.948Z | + mkdir -p ./out/clickhouse |
361 | 2024-04-01T22:12:33.951Z | + local DO_DOWNLOAD=true |
362 | 2024-04-01T22:12:33.951Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
363 | 2024-04-01T22:12:33.951Z | + '[' true == true ']' |
364 | 2024-04-01T22:12:33.951Z | + echo Downloading... |
365 | 2024-04-01T22:12:33.951Z | Downloading... |
366 | 2024-04-01T22:12:33.951Z | + 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 |
367 | 2024-04-01T22:12:33.952Z | + 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 |
368 | 2024-04-01T22:12:35.711Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
369 | 2024-04-01T22:12:35.715Z | ++ md5sum |
370 | 2024-04-01T22:12:35.716Z | ++ awk '{print $1}' |
371 | 2024-04-01T22:12:35.935Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
372 | 2024-04-01T22:12:35.940Z | + [[ 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 ]] |
373 | 2024-04-01T22:12:35.940Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
374 | 2024-04-01T22:12:35.940Z | + mkdir -p ./out/clickhouse |
375 | 2024-04-01T22:12:35.940Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
376 | 2024-04-01T22:12:39.787Z | + [[ solaris2.11 == darwin* ]] |
377 | 2024-04-01T22:12:39.787Z | + ./out/clickhouse/clickhouse server --version |
378 | 2024-04-01T22:12:40.353Z | ClickHouse server version 23.8.7.1. |
379 | 2024-04-01T22:12:40.374Z | + set -o errexit |
380 | 2024-04-01T22:12:40.377Z | +++ dirname ./tools/ci_download_console |
381 | 2024-04-01T22:12:40.377Z | ++ cd ./tools |
382 | 2024-04-01T22:12:40.381Z | ++ pwd |
383 | 2024-04-01T22:12:40.382Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
384 | 2024-04-01T22:12:40.382Z | ++ basename ./tools/ci_download_console |
385 | 2024-04-01T22:12:40.382Z | + ARG0=ci_download_console |
386 | 2024-04-01T22:12:40.382Z | + TARGET_DIR=out |
387 | 2024-04-01T22:12:40.382Z | + DOWNLOAD_DIR=out/downloads |
388 | 2024-04-01T22:12:40.382Z | + DEST_DIR=./out/console-assets |
389 | 2024-04-01T22:12:40.382Z | + source /work/oxidecomputer/omicron/tools/console_version |
390 | 2024-04-01T22:12:40.382Z | ++ COMMIT=156c082cdb21231ab95ef7475de199ecb7a96dc3 |
391 | 2024-04-01T22:12:40.383Z | ++ SHA2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b |
392 | 2024-04-01T22:12:40.383Z | + URL=https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
393 | 2024-04-01T22:12:40.383Z | + TARBALL_FILE=out/downloads/console.tar.gz |
394 | 2024-04-01T22:12:40.383Z | + main |
395 | 2024-04-01T22:12:40.383Z | + [[ 0 != 0 ]] |
396 | 2024-04-01T22:12:40.383Z | + echo 'URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz' |
397 | 2024-04-01T22:12:40.383Z | URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
398 | 2024-04-01T22:12:40.383Z | + echo 'Local file: out/downloads/console.tar.gz' |
399 | 2024-04-01T22:12:40.384Z | Local file: out/downloads/console.tar.gz |
400 | 2024-04-01T22:12:40.384Z | + local DO_DOWNLOAD=true |
401 | 2024-04-01T22:12:40.384Z | + [[ -f out/downloads/console.tar.gz ]] |
402 | 2024-04-01T22:12:40.384Z | + mkdir -p out/downloads |
403 | 2024-04-01T22:12:40.389Z | + '[' true == true ']' |
404 | 2024-04-01T22:12:40.389Z | + echo Downloading... |
405 | 2024-04-01T22:12:40.389Z | Downloading... |
406 | 2024-04-01T22:12:40.389Z | + do_download_curl https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz out/downloads/console.tar.gz |
407 | 2024-04-01T22:12:40.389Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
408 | 2024-04-01T22:12:40.965Z | ++ do_sha256sum out/downloads/console.tar.gz |
409 | 2024-04-01T22:12:40.966Z | ++ case "$OSTYPE" in |
410 | 2024-04-01T22:12:40.966Z | ++ SHA=sha256sum |
411 | 2024-04-01T22:12:40.970Z | ++ sha256sum |
412 | 2024-04-01T22:12:40.970Z | ++ awk '{print $1}' |
413 | 2024-04-01T22:12:40.974Z | + calculated_sha2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b |
414 | 2024-04-01T22:12:40.977Z | + [[ bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b != \b\f\7\6\8\0\0\8\b\6\9\5\8\e\1\9\b\8\d\8\c\e\f\2\5\7\1\0\b\4\f\f\6\4\e\e\f\1\e\5\9\b\b\3\b\e\d\b\2\7\b\b\6\b\f\3\3\4\5\9\a\7\8\b ]] |
415 | 2024-04-01T22:12:40.977Z | + rm -rf ./out/console-assets |
416 | 2024-04-01T22:12:40.977Z | + mkdir -p ./out/console-assets |
417 | 2024-04-01T22:12:40.981Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
418 | 2024-04-01T22:12:40.981Z | + mkdir -p ./out/console-assets |
419 | 2024-04-01T22:12:40.981Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
420 | 2024-04-01T22:12:41.072Z | + set -o errexit |
421 | 2024-04-01T22:12:41.076Z | +++ dirname ./tools/ci_download_maghemite_openapi |
422 | 2024-04-01T22:12:41.077Z | ++ cd ./tools |
423 | 2024-04-01T22:12:41.077Z | ++ pwd |
424 | 2024-04-01T22:12:41.077Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
425 | 2024-04-01T22:12:41.077Z | ++ basename ./tools/ci_download_maghemite_openapi |
426 | 2024-04-01T22:12:41.081Z | + ARG0=ci_download_maghemite_openapi |
427 | 2024-04-01T22:12:41.081Z | + TARGET_DIR=out |
428 | 2024-04-01T22:12:41.082Z | + DOWNLOAD_DIR=out/downloads |
429 | 2024-04-01T22:12:41.082Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
430 | 2024-04-01T22:12:41.082Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
431 | 2024-04-01T22:12:41.082Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
432 | 2024-04-01T22:12:41.082Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
433 | 2024-04-01T22:12:41.082Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
434 | 2024-04-01T22:12:41.082Z | + main |
435 | 2024-04-01T22:12:41.082Z | + rm -rf out/downloads/root |
436 | 2024-04-01T22:12:41.082Z | + [[ 0 != 0 ]] |
437 | 2024-04-01T22:12:41.083Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
438 | 2024-04-01T22:12:41.083Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
439 | 2024-04-01T22:12:41.083Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
440 | 2024-04-01T22:12:41.083Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
441 | 2024-04-01T22:12:41.083Z | + local DO_DOWNLOAD=true |
442 | 2024-04-01T22:12:41.083Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
443 | 2024-04-01T22:12:41.083Z | + mkdir -p out/downloads |
444 | 2024-04-01T22:12:41.088Z | + '[' true == true ']' |
445 | 2024-04-01T22:12:41.088Z | + echo Downloading... |
446 | 2024-04-01T22:12:41.088Z | Downloading... |
447 | 2024-04-01T22:12:41.089Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
448 | 2024-04-01T22:12:41.089Z | + 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 |
449 | 2024-04-01T22:12:41.243Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
450 | 2024-04-01T22:12:41.243Z | ++ case "$OSTYPE" in |
451 | 2024-04-01T22:12:41.247Z | ++ SHA=sha256sum |
452 | 2024-04-01T22:12:41.247Z | ++ sha256sum |
453 | 2024-04-01T22:12:41.247Z | ++ awk '{print $1}' |
454 | 2024-04-01T22:12:41.252Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
455 | 2024-04-01T22:12:41.252Z | + [[ 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 ]] |
456 | 2024-04-01T22:12:41.252Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
457 | 2024-04-01T22:12:41.252Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
458 | 2024-04-01T22:12:41.252Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
459 | 2024-04-01T22:12:41.252Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
460 | 2024-04-01T22:12:41.252Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
461 | 2024-04-01T22:12:41.253Z | + main |
462 | 2024-04-01T22:12:41.253Z | + rm -rf out/downloads/root |
463 | 2024-04-01T22:12:41.253Z | + [[ 0 != 0 ]] |
464 | 2024-04-01T22:12:41.253Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
465 | 2024-04-01T22:12:41.253Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
466 | 2024-04-01T22:12:41.253Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
467 | 2024-04-01T22:12:41.253Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
468 | 2024-04-01T22:12:41.253Z | + local DO_DOWNLOAD=true |
469 | 2024-04-01T22:12:41.253Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
470 | 2024-04-01T22:12:41.254Z | + mkdir -p out/downloads |
471 | 2024-04-01T22:12:41.258Z | + '[' true == true ']' |
472 | 2024-04-01T22:12:41.258Z | + echo Downloading... |
473 | 2024-04-01T22:12:41.258Z | Downloading... |
474 | 2024-04-01T22:12:41.258Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
475 | 2024-04-01T22:12:41.258Z | + 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 |
476 | 2024-04-01T22:12:41.363Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
477 | 2024-04-01T22:12:41.367Z | ++ case "$OSTYPE" in |
478 | 2024-04-01T22:12:41.367Z | ++ SHA=sha256sum |
479 | 2024-04-01T22:12:41.367Z | ++ sha256sum |
480 | 2024-04-01T22:12:41.368Z | ++ awk '{print $1}' |
481 | 2024-04-01T22:12:41.368Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
482 | 2024-04-01T22:12:41.368Z | + [[ 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 ]] |
483 | 2024-04-01T22:12:41.375Z | + set -o errexit |
484 | 2024-04-01T22:12:41.380Z | +++ dirname ./tools/ci_download_dendrite_openapi |
485 | 2024-04-01T22:12:41.380Z | ++ cd ./tools |
486 | 2024-04-01T22:12:41.380Z | ++ pwd |
487 | 2024-04-01T22:12:41.384Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
488 | 2024-04-01T22:12:41.385Z | ++ basename ./tools/ci_download_dendrite_openapi |
489 | 2024-04-01T22:12:41.385Z | + ARG0=ci_download_dendrite_openapi |
490 | 2024-04-01T22:12:41.385Z | + TARGET_DIR=out |
491 | 2024-04-01T22:12:41.385Z | + DOWNLOAD_DIR=out/downloads |
492 | 2024-04-01T22:12:41.385Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
493 | 2024-04-01T22:12:41.385Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
494 | 2024-04-01T22:12:41.385Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
495 | 2024-04-01T22:12:41.385Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
496 | 2024-04-01T22:12:41.385Z | + LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
497 | 2024-04-01T22:12:41.385Z | + main |
498 | 2024-04-01T22:12:41.385Z | + [[ 0 != 0 ]] |
499 | 2024-04-01T22:12:41.386Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json' |
500 | 2024-04-01T22:12:41.386Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
501 | 2024-04-01T22:12:41.386Z | Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
502 | 2024-04-01T22:12:41.386Z | + echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json' |
503 | 2024-04-01T22:12:41.386Z | + local DO_DOWNLOAD=true |
504 | 2024-04-01T22:12:41.386Z | + [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]] |
505 | 2024-04-01T22:12:41.386Z | + mkdir -p out/downloads |
506 | 2024-04-01T22:12:41.386Z | + '[' true == true ']' |
507 | 2024-04-01T22:12:41.386Z | + echo Downloading... |
508 | 2024-04-01T22:12:41.386Z | Downloading... |
509 | 2024-04-01T22:12:41.386Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
510 | 2024-04-01T22:12:41.386Z | + 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 |
511 | 2024-04-01T22:12:41.552Z | ++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
512 | 2024-04-01T22:12:41.552Z | ++ case "$OSTYPE" in |
513 | 2024-04-01T22:12:41.557Z | ++ SHA=sha256sum |
514 | 2024-04-01T22:12:41.558Z | ++ sha256sum |
515 | 2024-04-01T22:12:41.558Z | ++ awk '{print $1}' |
516 | 2024-04-01T22:12:41.558Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
517 | 2024-04-01T22:12:41.558Z | + [[ 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 ]] |
518 | 2024-04-01T22:12:41.562Z | + set -o errexit |
519 | 2024-04-01T22:12:41.566Z | +++ dirname ./tools/ci_download_dendrite_stub |
520 | 2024-04-01T22:12:41.566Z | ++ cd ./tools |
521 | 2024-04-01T22:12:41.566Z | ++ pwd |
522 | 2024-04-01T22:12:41.566Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
523 | 2024-04-01T22:12:41.566Z | ++ basename ./tools/ci_download_dendrite_stub |
524 | 2024-04-01T22:12:41.571Z | + ARG0=ci_download_dendrite_stub |
525 | 2024-04-01T22:12:41.572Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
526 | 2024-04-01T22:12:41.572Z | ++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
527 | 2024-04-01T22:12:41.572Z | ++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a |
528 | 2024-04-01T22:12:41.572Z | ++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b |
529 | 2024-04-01T22:12:41.572Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
530 | 2024-04-01T22:12:41.572Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
531 | 2024-04-01T22:12:41.572Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
532 | 2024-04-01T22:12:41.572Z | + TARGET_DIR=out |
533 | 2024-04-01T22:12:41.573Z | + DOWNLOAD_DIR=out/downloads |
534 | 2024-04-01T22:12:41.573Z | + DEST_DIR=./out/dendrite-stub |
535 | 2024-04-01T22:12:41.573Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
536 | 2024-04-01T22:12:41.573Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
537 | 2024-04-01T22:12:41.573Z | + REPO=oxidecomputer/dendrite |
538 | 2024-04-01T22:12:41.573Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690 |
539 | 2024-04-01T22:12:41.573Z | + main |
540 | 2024-04-01T22:12:41.573Z | + [[ 0 != 0 ]] |
541 | 2024-04-01T22:12:41.574Z | + CIDL_OS=solaris2.11 |
542 | 2024-04-01T22:12:41.574Z | + [[ 0 != 0 ]] |
543 | 2024-04-01T22:12:41.574Z | + configure_os solaris2.11 |
544 | 2024-04-01T22:12:41.574Z | + echo 'current directory: /work/oxidecomputer/omicron' |
545 | 2024-04-01T22:12:41.574Z | current directory: /work/oxidecomputer/omicron |
546 | 2024-04-01T22:12:41.574Z | + echo 'configuring based on OS: "solaris2.11"' |
547 | 2024-04-01T22:12:41.574Z | + case "$1" in |
548 | 2024-04-01T22:12:41.574Z | configuring based on OS: "solaris2.11" |
549 | 2024-04-01T22:12:41.574Z | + SET_BINARIES= |
550 | 2024-04-01T22:12:41.575Z | + CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
551 | 2024-04-01T22:12:41.575Z | + CIDL_SHA256FUNC=do_sha256sum |
552 | 2024-04-01T22:12:41.575Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
553 | 2024-04-01T22:12:41.575Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
554 | 2024-04-01T22:12:41.575Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
555 | 2024-04-01T22:12:41.575Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz' |
556 | 2024-04-01T22:12:41.575Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
557 | 2024-04-01T22:12:41.575Z | Local file: out/downloads/dendrite-stub.tar.gz |
558 | 2024-04-01T22:12:41.575Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
559 | 2024-04-01T22:12:41.576Z | + mkdir -p out/downloads |
560 | 2024-04-01T22:12:41.576Z | + mkdir -p ./out/dendrite-stub |
561 | 2024-04-01T22:12:41.580Z | + fetch_and_verify |
562 | 2024-04-01T22:12:41.580Z | + local DO_DOWNLOAD=true |
563 | 2024-04-01T22:12:41.580Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
564 | 2024-04-01T22:12:41.580Z | + '[' true == true ']' |
565 | 2024-04-01T22:12:41.581Z | + echo Downloading... |
566 | 2024-04-01T22:12:41.581Z | Downloading... |
567 | 2024-04-01T22:12:41.581Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
568 | 2024-04-01T22:12:41.581Z | + 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 |
569 | 2024-04-01T22:12:49.882Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
570 | 2024-04-01T22:12:49.887Z | ++ sha256sum |
571 | 2024-04-01T22:12:49.887Z | ++ awk '{print $1}' |
572 | 2024-04-01T22:12:49.905Z | + calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
573 | 2024-04-01T22:12:49.909Z | + [[ 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 ]] |
574 | 2024-04-01T22:12:49.909Z | + do_untar out/downloads/dendrite-stub.tar.gz |
575 | 2024-04-01T22:12:49.909Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
576 | 2024-04-01T22:12:50.499Z | + do_assemble |
577 | 2024-04-01T22:12:50.499Z | + rm -r ./out/dendrite-stub |
578 | 2024-04-01T22:12:50.503Z | + mkdir ./out/dendrite-stub |
579 | 2024-04-01T22:12:50.504Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
580 | 2024-04-01T22:12:50.583Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
581 | 2024-04-01T22:12:50.594Z | + set -o errexit |
582 | 2024-04-01T22:12:50.612Z | +++ dirname ./tools/ci_download_maghemite_mgd |
583 | 2024-04-01T22:12:50.612Z | ++ cd ./tools |
584 | 2024-04-01T22:12:50.613Z | ++ pwd |
585 | 2024-04-01T22:12:50.613Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
586 | 2024-04-01T22:12:50.613Z | ++ basename ./tools/ci_download_maghemite_mgd |
587 | 2024-04-01T22:12:50.613Z | + ARG0=ci_download_maghemite_mgd |
588 | 2024-04-01T22:12:50.613Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
589 | 2024-04-01T22:12:50.613Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
590 | 2024-04-01T22:12:50.613Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
591 | 2024-04-01T22:12:50.613Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
592 | 2024-04-01T22:12:50.614Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
593 | 2024-04-01T22:12:50.614Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
594 | 2024-04-01T22:12:50.614Z | + TARGET_DIR=out |
595 | 2024-04-01T22:12:50.614Z | + DOWNLOAD_DIR=out/downloads |
596 | 2024-04-01T22:12:50.614Z | + DEST_DIR=./out/mgd |
597 | 2024-04-01T22:12:50.614Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
598 | 2024-04-01T22:12:50.614Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
599 | 2024-04-01T22:12:50.614Z | + REPO=oxidecomputer/maghemite |
600 | 2024-04-01T22:12:50.614Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
601 | 2024-04-01T22:12:50.614Z | + main |
602 | 2024-04-01T22:12:50.614Z | + rm -rf out/downloads/root |
603 | 2024-04-01T22:12:50.614Z | + [[ 0 != 0 ]] |
604 | 2024-04-01T22:12:50.615Z | + CIDL_OS=solaris2.11 |
605 | 2024-04-01T22:12:50.615Z | + [[ 0 != 0 ]] |
606 | 2024-04-01T22:12:50.615Z | + configure_os solaris2.11 |
607 | 2024-04-01T22:12:50.615Z | + echo 'current directory: /work/oxidecomputer/omicron' |
608 | 2024-04-01T22:12:50.615Z | + echo 'configuring based on OS: "solaris2.11"' |
609 | 2024-04-01T22:12:50.615Z | current directory: /work/oxidecomputer/omicron |
610 | 2024-04-01T22:12:50.615Z | configuring based on OS: "solaris2.11" |
611 | 2024-04-01T22:12:50.615Z | + case "$1" in |
612 | 2024-04-01T22:12:50.615Z | + SET_BINARIES= |
613 | 2024-04-01T22:12:50.615Z | + CIDL_SHA256FUNC=do_sha256sum |
614 | 2024-04-01T22:12:50.615Z | + TARBALL_FILENAME=mgd.tar.gz |
615 | 2024-04-01T22:12:50.615Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
616 | 2024-04-01T22:12:50.615Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
617 | 2024-04-01T22:12:50.615Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
618 | 2024-04-01T22:12:50.615Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
619 | 2024-04-01T22:12:50.615Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
620 | 2024-04-01T22:12:50.615Z | Local file: out/downloads/mgd.tar.gz |
621 | 2024-04-01T22:12:50.615Z | + mkdir -p out/downloads |
622 | 2024-04-01T22:12:50.615Z | + mkdir -p ./out/mgd |
623 | 2024-04-01T22:12:50.619Z | + fetch_and_verify |
624 | 2024-04-01T22:12:50.620Z | + local DO_DOWNLOAD=true |
625 | 2024-04-01T22:12:50.620Z | + [[ -f out/downloads/mgd.tar.gz ]] |
626 | 2024-04-01T22:12:50.620Z | + '[' true == true ']' |
627 | 2024-04-01T22:12:50.620Z | + echo Downloading... |
628 | 2024-04-01T22:12:50.620Z | Downloading... |
629 | 2024-04-01T22:12:50.620Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
630 | 2024-04-01T22:12:50.620Z | + 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 |
631 | 2024-04-01T22:12:58.256Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
632 | 2024-04-01T22:12:58.260Z | ++ sha256sum |
633 | 2024-04-01T22:12:58.260Z | ++ awk '{print $1}' |
634 | 2024-04-01T22:12:58.307Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
635 | 2024-04-01T22:12:58.314Z | + [[ 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 ]] |
636 | 2024-04-01T22:12:58.314Z | + do_untar out/downloads/mgd.tar.gz |
637 | 2024-04-01T22:12:58.314Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
638 | 2024-04-01T22:12:58.883Z | + do_assemble |
639 | 2024-04-01T22:12:58.883Z | + rm -r ./out/mgd |
640 | 2024-04-01T22:12:58.894Z | + mkdir ./out/mgd |
641 | 2024-04-01T22:12:58.897Z | + cp -r out/downloads/root ./out/mgd/root |
642 | 2024-04-01T22:12:58.976Z | + set -o errexit |
643 | 2024-04-01T22:12:58.979Z | +++ dirname ./tools/ci_download_transceiver_control |
644 | 2024-04-01T22:12:58.982Z | ++ cd ./tools |
645 | 2024-04-01T22:12:58.982Z | ++ pwd |
646 | 2024-04-01T22:12:58.982Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
647 | 2024-04-01T22:12:58.982Z | ++ basename ./tools/ci_download_transceiver_control |
648 | 2024-04-01T22:12:58.985Z | + ARG0=ci_download_transceiver_control |
649 | 2024-04-01T22:12:58.985Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
650 | 2024-04-01T22:12:58.985Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
651 | 2024-04-01T22:12:58.986Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
652 | 2024-04-01T22:12:58.986Z | + TARGET_DIR=out |
653 | 2024-04-01T22:12:58.986Z | + DOWNLOAD_DIR=out/downloads |
654 | 2024-04-01T22:12:58.986Z | + DEST_DIR=./out/transceiver-control |
655 | 2024-04-01T22:12:58.986Z | + BIN_DIR=/opt/oxide/bin |
656 | 2024-04-01T22:12:58.986Z | + BINARY=xcvradm |
657 | 2024-04-01T22:12:58.986Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
658 | 2024-04-01T22:12:58.986Z | + REPO=oxidecomputer/transceiver-control |
659 | 2024-04-01T22:12:58.986Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
660 | 2024-04-01T22:12:58.986Z | + main |
661 | 2024-04-01T22:12:58.986Z | + [[ 0 != 0 ]] |
662 | 2024-04-01T22:12:58.986Z | + CIDL_OS=solaris2.11 |
663 | 2024-04-01T22:12:58.986Z | + [[ 0 != 0 ]] |
664 | 2024-04-01T22:12:58.986Z | + configure_os solaris2.11 |
665 | 2024-04-01T22:12:58.986Z | + echo 'current directory: /work/oxidecomputer/omicron' |
666 | 2024-04-01T22:12:58.986Z | + echo 'configuring based on OS: "solaris2.11"' |
667 | 2024-04-01T22:12:58.986Z | current directory: /work/oxidecomputer/omicron |
668 | 2024-04-01T22:12:58.986Z | configuring based on OS: "solaris2.11" |
669 | 2024-04-01T22:12:58.986Z | + case "$1" in |
670 | 2024-04-01T22:12:58.986Z | + SET_BINARIES= |
671 | 2024-04-01T22:12:58.987Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
672 | 2024-04-01T22:12:58.987Z | + CIDL_SHA256FUNC=do_sha256sum |
673 | 2024-04-01T22:12:58.987Z | + ARCHIVE_FILENAME=xcvradm.gz |
674 | 2024-04-01T22:12:58.987Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
675 | 2024-04-01T22:12:58.987Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
676 | 2024-04-01T22:12:58.987Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
677 | 2024-04-01T22:12:58.987Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
678 | 2024-04-01T22:12:58.987Z | Local file: out/downloads/xcvradm.gz |
679 | 2024-04-01T22:12:58.987Z | + echo 'Local file: out/downloads/xcvradm.gz' |
680 | 2024-04-01T22:12:58.987Z | + mkdir -p out/downloads |
681 | 2024-04-01T22:12:58.987Z | + mkdir -p ./out/transceiver-control |
682 | 2024-04-01T22:12:58.990Z | + fetch_and_verify |
683 | 2024-04-01T22:12:58.990Z | + local DO_DOWNLOAD=true |
684 | 2024-04-01T22:12:58.990Z | + [[ -f out/downloads/xcvradm.gz ]] |
685 | 2024-04-01T22:12:58.990Z | + '[' true == true ']' |
686 | 2024-04-01T22:12:58.990Z | + echo Downloading... |
687 | 2024-04-01T22:12:58.991Z | Downloading... |
688 | 2024-04-01T22:12:58.991Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
689 | 2024-04-01T22:12:58.991Z | + 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 |
690 | 2024-04-01T22:13:00.563Z | ++ do_sha256sum out/downloads/xcvradm.gz |
691 | 2024-04-01T22:13:00.567Z | ++ sha256sum |
692 | 2024-04-01T22:13:00.567Z | ++ awk '{print $1}' |
693 | 2024-04-01T22:13:00.586Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
694 | 2024-04-01T22:13:00.586Z | + [[ 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 ]] |
695 | 2024-04-01T22:13:00.586Z | + do_unpack out/downloads/xcvradm.gz |
696 | 2024-04-01T22:13:00.587Z | + mkdir -p out/downloads/root//opt/oxide/bin |
697 | 2024-04-01T22:13:00.593Z | + gzip -dc out/downloads/xcvradm.gz |
698 | 2024-04-01T22:13:00.694Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
699 | 2024-04-01T22:13:00.698Z | + do_assemble |
700 | 2024-04-01T22:13:00.698Z | + rm -r ./out/transceiver-control |
701 | 2024-04-01T22:13:00.699Z | + mkdir ./out/transceiver-control |
702 | 2024-04-01T22:13:00.703Z | + cp -r out/downloads/root ./out/transceiver-control/root |
703 | 2024-04-01T22:13:00.806Z | + set -o errexit |
704 | 2024-04-01T22:13:00.810Z | +++ dirname ./tools/ci_download_thundermuffin |
705 | 2024-04-01T22:13:00.810Z | ++ cd ./tools |
706 | 2024-04-01T22:13:00.810Z | ++ pwd |
707 | 2024-04-01T22:13:00.814Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
708 | 2024-04-01T22:13:00.814Z | ++ basename ./tools/ci_download_thundermuffin |
709 | 2024-04-01T22:13:00.815Z | + ARG0=ci_download_thundermuffin |
710 | 2024-04-01T22:13:00.815Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
711 | 2024-04-01T22:13:00.815Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
712 | 2024-04-01T22:13:00.815Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
713 | 2024-04-01T22:13:00.815Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
714 | 2024-04-01T22:13:00.816Z | + TARGET_DIR=out |
715 | 2024-04-01T22:13:00.816Z | + DOWNLOAD_DIR=out/downloads |
716 | 2024-04-01T22:13:00.816Z | + DEST_DIR=./out/thundermuffin |
717 | 2024-04-01T22:13:00.816Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
718 | 2024-04-01T22:13:00.816Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
719 | 2024-04-01T22:13:00.816Z | + REPO=oxidecomputer/thundermuffin |
720 | 2024-04-01T22:13:00.816Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
721 | 2024-04-01T22:13:00.816Z | + main |
722 | 2024-04-01T22:13:00.817Z | + rm -rf out/downloads/root |
723 | 2024-04-01T22:13:00.823Z | + [[ 0 != 0 ]] |
724 | 2024-04-01T22:13:00.823Z | + CIDL_OS=solaris2.11 |
725 | 2024-04-01T22:13:00.823Z | + [[ 0 != 0 ]] |
726 | 2024-04-01T22:13:00.823Z | + configure_os solaris2.11 |
727 | 2024-04-01T22:13:00.823Z | + echo 'current directory: /work/oxidecomputer/omicron' |
728 | 2024-04-01T22:13:00.823Z | current directory: /work/oxidecomputer/omicron |
729 | 2024-04-01T22:13:00.824Z | + echo 'configuring based on OS: "solaris2.11"' |
730 | 2024-04-01T22:13:00.824Z | + case "$1" in |
731 | 2024-04-01T22:13:00.824Z | configuring based on OS: "solaris2.11" |
732 | 2024-04-01T22:13:00.824Z | + SET_BINARIES= |
733 | 2024-04-01T22:13:00.824Z | + CIDL_SHA256FUNC=do_sha256sum |
734 | 2024-04-01T22:13:00.824Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
735 | 2024-04-01T22:13:00.825Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
736 | 2024-04-01T22:13:00.825Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
737 | 2024-04-01T22:13:00.825Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
738 | 2024-04-01T22:13:00.825Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
739 | 2024-04-01T22:13:00.825Z | Local file: out/downloads/thundermuffin.tar.gz |
740 | 2024-04-01T22:13:00.825Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
741 | 2024-04-01T22:13:00.825Z | + mkdir -p out/downloads |
742 | 2024-04-01T22:13:00.830Z | + mkdir -p ./out/thundermuffin |
743 | 2024-04-01T22:13:00.830Z | + fetch_and_verify |
744 | 2024-04-01T22:13:00.831Z | + local DO_DOWNLOAD=true |
745 | 2024-04-01T22:13:00.831Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
746 | 2024-04-01T22:13:00.831Z | + '[' true == true ']' |
747 | 2024-04-01T22:13:00.831Z | + echo Downloading... |
748 | 2024-04-01T22:13:00.831Z | Downloading... |
749 | 2024-04-01T22:13:00.831Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
750 | 2024-04-01T22:13:00.831Z | + 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 |
751 | 2024-04-01T22:13:02.222Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
752 | 2024-04-01T22:13:02.226Z | ++ sha256sum |
753 | 2024-04-01T22:13:02.226Z | ++ awk '{print $1}' |
754 | 2024-04-01T22:13:02.231Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
755 | 2024-04-01T22:13:02.231Z | + [[ 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 ]] |
756 | 2024-04-01T22:13:02.231Z | + do_untar out/downloads/thundermuffin.tar.gz |
757 | 2024-04-01T22:13:02.231Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
758 | 2024-04-01T22:13:02.293Z | + do_assemble |
759 | 2024-04-01T22:13:02.293Z | + rm -r ./out/thundermuffin |
760 | 2024-04-01T22:13:02.297Z | + mkdir ./out/thundermuffin |
761 | 2024-04-01T22:13:02.297Z | + cp -r out/downloads/root ./out/thundermuffin/root |
762 | 2024-04-01T22:13:02.307Z | All prerequisites installed successfully |
763 | 2024-04-01T22:13:02.323Z | |
764 | 2024-04-01T22:13:02.323Z | real 1:49.454366534 |
765 | 2024-04-01T22:13:02.323Z | user 37.079996276 |
766 | 2024-04-01T22:13:02.324Z | sys 6.857356618 |
767 | 2024-04-01T22:13:02.324Z | trap 0.007760066 |
768 | 2024-04-01T22:13:02.324Z | tflt 0.192519664 |
769 | 2024-04-01T22:13:02.324Z | dflt 0.796002088 |
770 | 2024-04-01T22:13:02.324Z | kflt 0.222161143 |
771 | 2024-04-01T22:13:02.324Z | lock 1.121095236 |
772 | 2024-04-01T22:13:02.324Z | slp 3:36.142100309 |
773 | 2024-04-01T22:13:02.324Z | lat 1.943204309 |
774 | 2024-04-01T22:13:02.324Z | stop 0.148272112 |
775 | 2024-04-01T22:13:02.324Z | + ptime -m ./tools/ci_download_softnpu_machinery |
776 | 2024-04-01T22:13:02.333Z | fetching npuzone |
777 | 2024-04-01T22:13:02.333Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
778 | 2024-04-01T22:13:02.333Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
779 | 2024-04-01T22:13:02.333Z | Getting hash for npuzone |
780 | 2024-04-01T22:13:02.434Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
781 | 2024-04-01T22:13:09.755Z | npuzone downloaded successfully |
782 | 2024-04-01T22:13:09.759Z | |
783 | 2024-04-01T22:13:09.762Z | real 7.447662154 |
784 | 2024-04-01T22:13:09.762Z | user 0.344124846 |
785 | 2024-04-01T22:13:09.762Z | sys 0.117543061 |
786 | 2024-04-01T22:13:09.762Z | trap 0.000020406 |
787 | 2024-04-01T22:13:09.762Z | tflt 0.000000000 |
788 | 2024-04-01T22:13:09.762Z | dflt 0.000000000 |
789 | 2024-04-01T22:13:09.762Z | kflt 0.000000000 |
790 | 2024-04-01T22:13:09.762Z | lock 0.000000000 |
791 | 2024-04-01T22:13:09.762Z | slp 21.765282703 |
792 | 2024-04-01T22:13:09.762Z | lat 0.085946817 |
793 | 2024-04-01T22:13:09.762Z | stop 0.000173550 |
794 | 2024-04-01T22:13:09.762Z | + export CARGO_INCREMENTAL=0 |
795 | 2024-04-01T22:13:09.762Z | + CARGO_INCREMENTAL=0 |
796 | 2024-04-01T22:13:09.762Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
797 | 2024-04-01T22:13:09.976Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
798 | 2024-04-01T22:13:10.969Z | Updating git repository `https://github.com/oxidecomputer/samael` |
799 | 2024-04-01T22:13:12.063Z | Updating git repository `https://github.com/oxidecomputer/zone` |
800 | 2024-04-01T22:13:12.829Z | Updating crates.io index |
801 | 2024-04-01T22:13:12.832Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
802 | 2024-04-01T22:13:15.036Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
803 | 2024-04-01T22:13:16.672Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
804 | 2024-04-01T22:13:20.808Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
805 | 2024-04-01T22:13:21.753Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
806 | 2024-04-01T22:13:22.502Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
807 | 2024-04-01T22:13:25.796Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
808 | 2024-04-01T22:13:30.647Z | Updating git repository `https://github.com/oxidecomputer/opte` |
809 | 2024-04-01T22:13:33.102Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
810 | 2024-04-01T22:13:37.232Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
811 | 2024-04-01T22:13:38.093Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
812 | 2024-04-01T22:13:39.423Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
813 | 2024-04-01T22:13:40.305Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
814 | 2024-04-01T22:13:41.128Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
815 | 2024-04-01T22:13:42.223Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
816 | 2024-04-01T22:13:43.023Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
817 | 2024-04-01T22:13:43.955Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
818 | 2024-04-01T22:13:44.638Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
819 | 2024-04-01T22:13:45.302Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
820 | 2024-04-01T22:13:46.129Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
821 | 2024-04-01T22:13:46.949Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
822 | 2024-04-01T22:13:47.807Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
823 | 2024-04-01T22:13:48.743Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
824 | 2024-04-01T22:13:50.777Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
825 | 2024-04-01T22:13:51.825Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
826 | 2024-04-01T22:13:52.589Z | Updating git repository `https://github.com/jgallagher/nix` |
827 | 2024-04-01T22:13:56.900Z | Updating git repository `https://github.com/cbiffle/hubpack` |
828 | 2024-04-01T22:13:57.762Z | Updating git repository `https://github.com/oxidecomputer/typify` |
829 | 2024-04-01T22:14:01.157Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
830 | 2024-04-01T22:14:02.757Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
831 | 2024-04-01T22:14:03.645Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
832 | 2024-04-01T22:14:05.070Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
833 | 2024-04-01T22:14:07.078Z | Downloading crates ... |
834 | 2024-04-01T22:14:07.170Z | Downloaded addr2line v0.21.0 |
835 | 2024-04-01T22:14:07.176Z | Downloaded ansi_term v0.12.1 |
836 | 2024-04-01T22:14:07.180Z | Downloaded aead v0.5.2 |
837 | 2024-04-01T22:14:07.184Z | Downloaded anstream v0.6.11 |
838 | 2024-04-01T22:14:07.192Z | Downloaded atty v0.2.14 |
839 | 2024-04-01T22:14:07.195Z | Downloaded async-stream-impl v0.3.5 |
840 | 2024-04-01T22:14:07.198Z | Downloaded anstyle v1.0.6 |
841 | 2024-04-01T22:14:07.201Z | Downloaded autocfg v1.1.0 |
842 | 2024-04-01T22:14:07.201Z | Downloaded assert_matches v1.5.0 |
843 | 2024-04-01T22:14:07.206Z | Downloaded async-recursion v1.0.5 |
844 | 2024-04-01T22:14:07.206Z | Downloaded anstyle-query v1.0.0 |
845 | 2024-04-01T22:14:07.206Z | Downloaded allocator-api2 v0.2.16 |
846 | 2024-04-01T22:14:07.210Z | Downloaded crossbeam-epoch v0.9.18 |
847 | 2024-04-01T22:14:07.214Z | Downloaded headers v0.3.9 |
848 | 2024-04-01T22:14:07.218Z | Downloaded instant v0.1.12 |
849 | 2024-04-01T22:14:07.221Z | Downloaded http-range v0.1.5 |
850 | 2024-04-01T22:14:07.221Z | Downloaded bb8 v0.8.3 |
851 | 2024-04-01T22:14:07.221Z | Downloaded base16ct v0.2.0 |
852 | 2024-04-01T22:14:07.225Z | Downloaded ahash v0.8.8 |
853 | 2024-04-01T22:14:07.228Z | Downloaded inout v0.1.3 |
854 | 2024-04-01T22:14:07.228Z | Downloaded httpdate v1.0.3 |
855 | 2024-04-01T22:14:07.231Z | Downloaded bit-vec v0.6.3 |
856 | 2024-04-01T22:14:07.231Z | Downloaded array-init v0.0.4 |
857 | 2024-04-01T22:14:07.231Z | Downloaded home v0.5.5 |
858 | 2024-04-01T22:14:07.234Z | Downloaded heck v0.3.3 |
859 | 2024-04-01T22:14:07.234Z | Downloaded async-trait v0.1.77 |
860 | 2024-04-01T22:14:07.238Z | Downloaded atomicwrites v0.4.3 |
861 | 2024-04-01T22:14:07.243Z | Downloaded anyhow v1.0.79 |
862 | 2024-04-01T22:14:07.246Z | Downloaded humantime v2.1.0 |
863 | 2024-04-01T22:14:07.246Z | Downloaded hubpack_derive v0.1.1 |
864 | 2024-04-01T22:14:07.249Z | Downloaded indexmap v1.9.3 |
865 | 2024-04-01T22:14:07.254Z | Downloaded bitstruct v0.1.1 |
866 | 2024-04-01T22:14:07.255Z | Downloaded iana-time-zone v0.1.57 |
867 | 2024-04-01T22:14:07.255Z | Downloaded hyper-staticfile v0.9.5 |
868 | 2024-04-01T22:14:07.259Z | Downloaded argon2 v0.5.3 |
869 | 2024-04-01T22:14:07.259Z | Downloaded indoc v1.0.9 |
870 | 2024-04-01T22:14:07.263Z | Downloaded colorchoice v1.0.0 |
871 | 2024-04-01T22:14:07.263Z | Downloaded headers-core v0.2.0 |
872 | 2024-04-01T22:14:07.263Z | Downloaded arc-swap v1.6.0 |
873 | 2024-04-01T22:14:07.267Z | Downloaded anstyle-parse v0.2.1 |
874 | 2024-04-01T22:14:07.272Z | Downloaded ciborium-io v0.2.2 |
875 | 2024-04-01T22:14:07.273Z | Downloaded highway v1.1.0 |
876 | 2024-04-01T22:14:07.273Z | Downloaded heck v0.4.1 |
877 | 2024-04-01T22:14:07.276Z | Downloaded hubpack v0.1.2 |
878 | 2024-04-01T22:14:07.276Z | Downloaded bitstruct_derive v0.1.0 |
879 | 2024-04-01T22:14:07.276Z | Downloaded httparse v1.8.0 |
880 | 2024-04-01T22:14:07.282Z | Downloaded newtype_derive v0.1.6 |
881 | 2024-04-01T22:14:07.282Z | Downloaded ipnet v2.9.0 |
882 | 2024-04-01T22:14:07.286Z | Downloaded indoc v2.0.3 |
883 | 2024-04-01T22:14:07.286Z | Downloaded is_ci v1.2.0 |
884 | 2024-04-01T22:14:07.293Z | Downloaded hyper-tls v0.5.0 |
885 | 2024-04-01T22:14:07.293Z | Downloaded hex v0.4.3 |
886 | 2024-04-01T22:14:07.293Z | Downloaded bitfield v0.14.0 |
887 | 2024-04-01T22:14:07.293Z | Downloaded base64ct v1.6.0 |
888 | 2024-04-01T22:14:07.297Z | Downloaded normalize-line-endings v0.3.0 |
889 | 2024-04-01T22:14:07.297Z | Downloaded bit-set v0.5.3 |
890 | 2024-04-01T22:14:07.297Z | Downloaded new_debug_unreachable v1.0.4 |
891 | 2024-04-01T22:14:07.301Z | Downloaded cipher v0.4.4 |
892 | 2024-04-01T22:14:07.301Z | Downloaded block-buffer v0.10.4 |
893 | 2024-04-01T22:14:07.301Z | Downloaded bitflags v1.3.2 |
894 | 2024-04-01T22:14:07.304Z | Downloaded newline-converter v0.3.0 |
895 | 2024-04-01T22:14:07.304Z | Downloaded ciborium-ll v0.2.2 |
896 | 2024-04-01T22:14:07.310Z | Downloaded buf-list v1.0.3 |
897 | 2024-04-01T22:14:07.310Z | Downloaded matches v0.1.10 |
898 | 2024-04-01T22:14:07.310Z | Downloaded match_cfg v0.1.0 |
899 | 2024-04-01T22:14:07.313Z | Downloaded arrayref v0.3.7 |
900 | 2024-04-01T22:14:07.314Z | Downloaded backoff v0.4.0 |
901 | 2024-04-01T22:14:07.314Z | Downloaded http-body v0.4.5 |
902 | 2024-04-01T22:14:07.317Z | Downloaded hostname v0.3.1 |
903 | 2024-04-01T22:14:07.317Z | Downloaded is-terminal v0.4.9 |
904 | 2024-04-01T22:14:07.320Z | Downloaded heapless v0.8.0 |
905 | 2024-04-01T22:14:07.327Z | Downloaded camino-tempfile v1.1.1 |
906 | 2024-04-01T22:14:07.327Z | Downloaded async-stream v0.3.5 |
907 | 2024-04-01T22:14:07.327Z | Downloaded const_format_proc_macros v0.2.32 |
908 | 2024-04-01T22:14:07.331Z | Downloaded colored v2.1.0 |
909 | 2024-04-01T22:14:07.331Z | Downloaded castaway v0.2.2 |
910 | 2024-04-01T22:14:07.334Z | Downloaded convert_case v0.4.0 |
911 | 2024-04-01T22:14:07.334Z | Downloaded cassowary v0.3.0 |
912 | 2024-04-01T22:14:07.338Z | Downloaded chacha20 v0.9.1 |
913 | 2024-04-01T22:14:07.338Z | Downloaded maplit v1.0.2 |
914 | 2024-04-01T22:14:07.338Z | Downloaded lru-cache v0.1.2 |
915 | 2024-04-01T22:14:07.347Z | Downloaded kstat-rs v0.2.3 |
916 | 2024-04-01T22:14:07.347Z | Downloaded crossbeam-deque v0.8.3 |
917 | 2024-04-01T22:14:07.354Z | Downloaded mockall v0.12.0 |
918 | 2024-04-01T22:14:07.354Z | Downloaded nanorand v0.7.0 |
919 | 2024-04-01T22:14:07.354Z | Downloaded lru v0.12.1 |
920 | 2024-04-01T22:14:07.354Z | Downloaded lazycell v1.3.0 |
921 | 2024-04-01T22:14:07.354Z | Downloaded structmeta v0.2.0 |
922 | 2024-04-01T22:14:07.354Z | Downloaded mime v0.3.17 |
923 | 2024-04-01T22:14:07.362Z | Downloaded newtype-uuid v1.0.1 |
924 | 2024-04-01T22:14:07.362Z | Downloaded md-5 v0.10.5 |
925 | 2024-04-01T22:14:07.362Z | Downloaded usdt-macro v0.3.5 |
926 | 2024-04-01T22:14:07.362Z | Downloaded multimap v0.10.0 |
927 | 2024-04-01T22:14:07.362Z | Downloaded bitflags v2.4.2 |
928 | 2024-04-01T22:14:07.365Z | Downloaded vte_generate_state_changes v0.1.1 |
929 | 2024-04-01T22:14:07.365Z | Downloaded rustls-pemfile v1.0.3 |
930 | 2024-04-01T22:14:07.365Z | Downloaded rustc_version v0.1.7 |
931 | 2024-04-01T22:14:07.365Z | Downloaded memoffset v0.7.1 |
932 | 2024-04-01T22:14:07.370Z | Downloaded secrecy v0.8.0 |
933 | 2024-04-01T22:14:07.370Z | Downloaded sec1 v0.7.3 |
934 | 2024-04-01T22:14:07.375Z | Downloaded bcs v0.1.6 |
935 | 2024-04-01T22:14:07.375Z | Downloaded itoa v1.0.9 |
936 | 2024-04-01T22:14:07.375Z | Downloaded hyper-rustls v0.24.2 |
937 | 2024-04-01T22:14:07.379Z | Downloaded nibble_vec v0.1.0 |
938 | 2024-04-01T22:14:07.379Z | Downloaded cfg-if v1.0.0 |
939 | 2024-04-01T22:14:07.379Z | Downloaded bzip2 v0.4.4 |
940 | 2024-04-01T22:14:07.382Z | Downloaded cancel-safe-futures v0.1.5 |
941 | 2024-04-01T22:14:07.386Z | Downloaded managed v0.8.0 |
942 | 2024-04-01T22:14:07.386Z | Downloaded curve25519-dalek-derive v0.1.0 |
943 | 2024-04-01T22:14:07.389Z | Downloaded cstr-argument v0.1.2 |
944 | 2024-04-01T22:14:07.389Z | Downloaded base64 v0.21.7 |
945 | 2024-04-01T22:14:07.395Z | Downloaded slog-stdlog v4.1.1 |
946 | 2024-04-01T22:14:07.395Z | Downloaded foreign-types v0.5.0 |
947 | 2024-04-01T22:14:07.400Z | Downloaded structmeta-derive v0.3.0 |
948 | 2024-04-01T22:14:07.401Z | Downloaded structopt-derive v0.4.18 |
949 | 2024-04-01T22:14:07.401Z | Downloaded stringprep v0.1.3 |
950 | 2024-04-01T22:14:07.401Z | Downloaded ciborium v0.2.2 |
951 | 2024-04-01T22:14:07.405Z | Downloaded termcolor v1.2.0 |
952 | 2024-04-01T22:14:07.405Z | Downloaded constant_time_eq v0.3.0 |
953 | 2024-04-01T22:14:07.405Z | Downloaded cexpr v0.6.0 |
954 | 2024-04-01T22:14:07.420Z | Downloaded console v0.15.8 |
955 | 2024-04-01T22:14:07.425Z | Downloaded structmeta v0.3.0 |
956 | 2024-04-01T22:14:07.425Z | Downloaded maybe-uninit v2.0.0 |
957 | 2024-04-01T22:14:07.425Z | Downloaded cobs v0.2.3 |
958 | 2024-04-01T22:14:07.425Z | Downloaded linked-hash-map v0.5.6 |
959 | 2024-04-01T22:14:07.425Z | Downloaded tokio-macros v2.2.0 |
960 | 2024-04-01T22:14:07.425Z | Downloaded thread_local v1.1.7 |
961 | 2024-04-01T22:14:07.425Z | Downloaded thread-id v4.2.0 |
962 | 2024-04-01T22:14:07.425Z | Downloaded native-tls v0.2.11 |
963 | 2024-04-01T22:14:07.426Z | Downloaded peg-runtime v0.8.2 |
964 | 2024-04-01T22:14:07.426Z | Downloaded unicode-xid v0.2.4 |
965 | 2024-04-01T22:14:07.426Z | Downloaded oso-derive v0.27.0 |
966 | 2024-04-01T22:14:07.431Z | Downloaded unicode-width v0.1.11 |
967 | 2024-04-01T22:14:07.431Z | Downloaded heapless v0.7.16 |
968 | 2024-04-01T22:14:07.434Z | Downloaded dtrace-parser v0.2.0 |
969 | 2024-04-01T22:14:07.434Z | Downloaded lock_api v0.4.10 |
970 | 2024-04-01T22:14:07.434Z | Downloaded clang-sys v1.6.1 |
971 | 2024-04-01T22:14:07.437Z | Downloaded libloading v0.7.4 |
972 | 2024-04-01T22:14:07.441Z | Downloaded clap v4.5.1 |
973 | 2024-04-01T22:14:07.448Z | Downloaded signature v1.6.4 |
974 | 2024-04-01T22:14:07.451Z | Downloaded serde_derive_internals v0.26.0 |
975 | 2024-04-01T22:14:07.451Z | Downloaded nu-ansi-term v0.50.0 |
976 | 2024-04-01T22:14:07.455Z | Downloaded linear-map v1.2.0 |
977 | 2024-04-01T22:14:07.458Z | Downloaded ref-cast-impl v1.0.20 |
978 | 2024-04-01T22:14:07.458Z | Downloaded tokio-tungstenite v0.21.0 |
979 | 2024-04-01T22:14:07.461Z | Downloaded fastrand v2.0.1 |
980 | 2024-04-01T22:14:07.461Z | Downloaded fallible-iterator v0.2.0 |
981 | 2024-04-01T22:14:07.464Z | Downloaded futures-io v0.3.30 |
982 | 2024-04-01T22:14:07.464Z | Downloaded futures-executor v0.3.30 |
983 | 2024-04-01T22:14:07.464Z | Downloaded dirs-sys-next v0.1.2 |
984 | 2024-04-01T22:14:07.468Z | Downloaded smallvec v1.13.1 |
985 | 2024-04-01T22:14:07.468Z | Downloaded const-oid v0.9.6 |
986 | 2024-04-01T22:14:07.471Z | Downloaded log v0.4.21 |
987 | 2024-04-01T22:14:07.474Z | Downloaded termtree v0.4.1 |
988 | 2024-04-01T22:14:07.477Z | Downloaded cookie v0.18.0 |
989 | 2024-04-01T22:14:07.477Z | Downloaded compact_str v0.7.1 |
990 | 2024-04-01T22:14:07.480Z | Downloaded smallvec v0.6.14 |
991 | 2024-04-01T22:14:07.484Z | Downloaded backtrace v0.3.69 |
992 | 2024-04-01T22:14:07.487Z | Downloaded peg v0.8.2 |
993 | 2024-04-01T22:14:07.490Z | Downloaded sync_wrapper v0.1.2 |
994 | 2024-04-01T22:14:07.493Z | Downloaded base64 v0.13.1 |
995 | 2024-04-01T22:14:07.497Z | Downloaded miniz_oxide v0.7.1 |
996 | 2024-04-01T22:14:07.500Z | Downloaded bytes v1.5.0 |
997 | 2024-04-01T22:14:07.503Z | Downloaded fs-err v2.11.0 |
998 | 2024-04-01T22:14:07.503Z | Downloaded foreign-types v0.3.2 |
999 | 2024-04-01T22:14:07.506Z | Downloaded serde_derive v1.0.197 |
1000 | 2024-04-01T22:14:07.509Z | Downloaded num_enum_derive v0.5.11 |
1001 | 2024-04-01T22:14:07.509Z | Downloaded slog-term v2.9.0 |
1002 | 2024-04-01T22:14:07.512Z | Downloaded ref-cast v1.0.20 |
1003 | 2024-04-01T22:14:07.515Z | Downloaded openssl-macros v0.1.1 |
1004 | 2024-04-01T22:14:07.515Z | Downloaded scheduled-thread-pool v0.2.7 |
1005 | 2024-04-01T22:14:07.520Z | Downloaded indexmap v2.2.5 |
1006 | 2024-04-01T22:14:07.527Z | Downloaded phf_shared v0.10.0 |
1007 | 2024-04-01T22:14:07.527Z | Downloaded string_cache v0.8.7 |
1008 | 2024-04-01T22:14:07.527Z | Downloaded plain v0.2.3 |
1009 | 2024-04-01T22:14:07.530Z | Downloaded pkg-config v0.3.27 |
1010 | 2024-04-01T22:14:07.530Z | Downloaded toml v0.5.11 |
1011 | 2024-04-01T22:14:07.530Z | Downloaded cc v1.0.83 |
1012 | 2024-04-01T22:14:07.533Z | Downloaded http v1.0.0 |
1013 | 2024-04-01T22:14:07.536Z | Downloaded half v2.3.1 |
1014 | 2024-04-01T22:14:07.539Z | Downloaded tokio-native-tls v0.3.1 |
1015 | 2024-04-01T22:14:07.543Z | Downloaded crc-any v2.4.3 |
1016 | 2024-04-01T22:14:07.543Z | Downloaded textwrap v0.11.0 |
1017 | 2024-04-01T22:14:07.547Z | Downloaded utf8parse v0.2.1 |
1018 | 2024-04-01T22:14:07.547Z | Downloaded unicode-linebreak v0.1.5 |
1019 | 2024-04-01T22:14:07.550Z | Downloaded tokio-tungstenite v0.20.1 |
1020 | 2024-04-01T22:14:07.550Z | Downloaded proc-macro-crate v1.3.1 |
1021 | 2024-04-01T22:14:07.553Z | Downloaded peg-macros v0.8.2 |
1022 | 2024-04-01T22:14:07.553Z | Downloaded slog-async v2.8.0 |
1023 | 2024-04-01T22:14:07.556Z | Downloaded ryu v1.0.15 |
1024 | 2024-04-01T22:14:07.559Z | Downloaded term v0.7.0 |
1025 | 2024-04-01T22:14:07.563Z | Downloaded pretty-hex v0.4.1 |
1026 | 2024-04-01T22:14:07.563Z | Downloaded scopeguard v1.2.0 |
1027 | 2024-04-01T22:14:07.567Z | Downloaded schemars_derive v0.8.16 |
1028 | 2024-04-01T22:14:07.567Z | Downloaded time-core v0.1.2 |
1029 | 2024-04-01T22:14:07.574Z | Downloaded predicates-core v1.0.6 |
1030 | 2024-04-01T22:14:07.574Z | Downloaded opaque-debug v0.3.0 |
1031 | 2024-04-01T22:14:07.574Z | Downloaded strip-ansi-escapes v0.2.0 |
1032 | 2024-04-01T22:14:07.574Z | Downloaded slog-dtrace v0.3.0 |
1033 | 2024-04-01T22:14:07.577Z | Downloaded slog-bunyan v2.5.0 |
1034 | 2024-04-01T22:14:07.577Z | Downloaded serde_tokenstream v0.2.0 |
1035 | 2024-04-01T22:14:07.577Z | Downloaded fnv v1.0.7 |
1036 | 2024-04-01T22:14:07.581Z | Downloaded multer v3.0.0 |
1037 | 2024-04-01T22:14:07.581Z | Downloaded num_enum v0.5.11 |
1038 | 2024-04-01T22:14:07.586Z | Downloaded want v0.3.1 |
1039 | 2024-04-01T22:14:07.589Z | Downloaded stability v0.1.1 |
1040 | 2024-04-01T22:14:07.589Z | Downloaded xattr v1.0.1 |
1041 | 2024-04-01T22:14:07.592Z | Downloaded const_format v0.2.32 |
1042 | 2024-04-01T22:14:07.596Z | Downloaded foreign-types-macros v0.2.3 |
1043 | 2024-04-01T22:14:07.599Z | Downloaded derive_builder_macro v0.12.0 |
1044 | 2024-04-01T22:14:07.600Z | Downloaded pkcs8 v0.10.2 |
1045 | 2024-04-01T22:14:07.604Z | Downloaded shell-words v1.1.0 |
1046 | 2024-04-01T22:14:07.604Z | Downloaded structopt v0.3.26 |
1047 | 2024-04-01T22:14:07.610Z | Downloaded tokio-rustls v0.24.1 |
1048 | 2024-04-01T22:14:07.613Z | Downloaded salty v0.2.0 |
1049 | 2024-04-01T22:14:07.618Z | Downloaded derive_more v0.99.17 |
1050 | 2024-04-01T22:14:07.623Z | Downloaded getopts v0.2.21 |
1051 | 2024-04-01T22:14:07.626Z | Downloaded sqlformat v0.2.3 |
1052 | 2024-04-01T22:14:07.634Z | Downloaded spki v0.7.2 |
1053 | 2024-04-01T22:14:07.634Z | Downloaded pin-utils v0.1.0 |
1054 | 2024-04-01T22:14:07.637Z | Downloaded equivalent v1.0.1 |
1055 | 2024-04-01T22:14:07.637Z | Downloaded crucible-workspace-hack v0.1.0 |
1056 | 2024-04-01T22:14:07.637Z | Downloaded proc-macro-error-attr v1.0.4 |
1057 | 2024-04-01T22:14:07.637Z | Downloaded proc-macro-error v1.0.4 |
1058 | 2024-04-01T22:14:07.640Z | Downloaded tap v1.0.1 |
1059 | 2024-04-01T22:14:07.640Z | Downloaded r2d2 v0.8.10 |
1060 | 2024-04-01T22:14:07.640Z | Downloaded serde_urlencoded v0.7.1 |
1061 | 2024-04-01T22:14:07.643Z | Downloaded tiny-keccak v2.0.2 |
1062 | 2024-04-01T22:14:07.647Z | Downloaded untrusted v0.9.0 |
1063 | 2024-04-01T22:14:07.647Z | Downloaded once_cell v1.19.0 |
1064 | 2024-04-01T22:14:07.650Z | Downloaded tokio-stream v0.1.14 |
1065 | 2024-04-01T22:14:07.653Z | Downloaded phf_shared v0.11.2 |
1066 | 2024-04-01T22:14:07.657Z | Downloaded walkdir v2.4.0 |
1067 | 2024-04-01T22:14:07.657Z | Downloaded crossbeam-channel v0.5.8 |
1068 | 2024-04-01T22:14:07.661Z | Downloaded precomputed-hash v0.1.1 |
1069 | 2024-04-01T22:14:07.665Z | Downloaded chacha20poly1305 v0.10.1 |
1070 | 2024-04-01T22:14:07.665Z | Downloaded digest v0.10.7 |
1071 | 2024-04-01T22:14:07.668Z | Downloaded slog-json v2.6.1 |
1072 | 2024-04-01T22:14:07.669Z | Downloaded yasna v0.5.2 |
1073 | 2024-04-01T22:14:07.672Z | Downloaded enum-as-inner v0.5.1 |
1074 | 2024-04-01T22:14:07.672Z | Downloaded test-strategy v0.3.1 |
1075 | 2024-04-01T22:14:07.675Z | Downloaded hashbrown v0.13.2 |
1076 | 2024-04-01T22:14:07.680Z | Downloaded trust-dns-resolver v0.22.0 |
1077 | 2024-04-01T22:14:07.687Z | Downloaded doc-comment v0.3.3 |
1078 | 2024-04-01T22:14:07.691Z | Downloaded display-error-chain v0.2.0 |
1079 | 2024-04-01T22:14:07.691Z | Downloaded num-integer v0.1.46 |
1080 | 2024-04-01T22:14:07.691Z | Downloaded num-derive v0.4.0 |
1081 | 2024-04-01T22:14:07.694Z | Downloaded globset v0.4.13 |
1082 | 2024-04-01T22:14:07.694Z | Downloaded proc-macro2 v1.0.78 |
1083 | 2024-04-01T22:14:07.697Z | Downloaded scroll_derive v0.12.0 |
1084 | 2024-04-01T22:14:07.697Z | Downloaded version_check v0.9.4 |
1085 | 2024-04-01T22:14:07.700Z | Downloaded parse-size v1.0.0 |
1086 | 2024-04-01T22:14:07.700Z | Downloaded time-macros v0.2.17 |
1087 | 2024-04-01T22:14:07.704Z | Downloaded tower-service v0.3.2 |
1088 | 2024-04-01T22:14:07.704Z | Downloaded pin-project-internal v1.1.3 |
1089 | 2024-04-01T22:14:07.704Z | Downloaded rustc-hash v1.1.0 |
1090 | 2024-04-01T22:14:07.707Z | Downloaded foreign-types-shared v0.1.1 |
1091 | 2024-04-01T22:14:07.707Z | Downloaded memchr v2.7.1 |
1092 | 2024-04-01T22:14:07.712Z | Downloaded quote v1.0.35 |
1093 | 2024-04-01T22:14:07.715Z | Downloaded schemars v0.8.16 |
1094 | 2024-04-01T22:14:07.727Z | Downloaded serde-big-array v0.5.1 |
1095 | 2024-04-01T22:14:07.731Z | Downloaded serde-big-array v0.4.1 |
1096 | 2024-04-01T22:14:07.731Z | Downloaded number_prefix v0.4.0 |
1097 | 2024-04-01T22:14:07.739Z | Downloaded strsim v0.11.0 |
1098 | 2024-04-01T22:14:07.743Z | Downloaded smf v0.2.2 |
1099 | 2024-04-01T22:14:07.743Z | Downloaded thiserror-impl-no-std v2.0.2 |
1100 | 2024-04-01T22:14:07.743Z | Downloaded thiserror-no-std v2.0.2 |
1101 | 2024-04-01T22:14:07.746Z | Downloaded darling_macro v0.20.3 |
1102 | 2024-04-01T22:14:07.746Z | Downloaded rustc_version v0.4.0 |
1103 | 2024-04-01T22:14:07.749Z | Downloaded predicates-tree v1.0.9 |
1104 | 2024-04-01T22:14:07.749Z | Downloaded fxhash v0.2.1 |
1105 | 2024-04-01T22:14:07.753Z | Downloaded trust-dns-server v0.22.1 |
1106 | 2024-04-01T22:14:07.756Z | Downloaded dof v0.1.5 |
1107 | 2024-04-01T22:14:07.756Z | Downloaded difflib v0.4.0 |
1108 | 2024-04-01T22:14:07.759Z | Downloaded percent-encoding v2.3.1 |
1109 | 2024-04-01T22:14:07.759Z | Downloaded pem v3.0.2 |
1110 | 2024-04-01T22:14:07.762Z | Downloaded mio v0.8.11 |
1111 | 2024-04-01T22:14:07.766Z | Downloaded pkcs1 v0.7.5 |
1112 | 2024-04-01T22:14:07.769Z | Downloaded tinyvec v1.6.0 |
1113 | 2024-04-01T22:14:07.773Z | Downloaded minimal-lexical v0.2.1 |
1114 | 2024-04-01T22:14:07.780Z | Downloaded tracing-attributes v0.1.27 |
1115 | 2024-04-01T22:14:07.784Z | Downloaded tabled_derive v0.7.0 |
1116 | 2024-04-01T22:14:07.784Z | Downloaded take_mut v0.2.2 |
1117 | 2024-04-01T22:14:07.784Z | Downloaded rayon-core v1.12.1 |
1118 | 2024-04-01T22:14:07.787Z | Downloaded float-cmp v0.9.0 |
1119 | 2024-04-01T22:14:07.787Z | Downloaded form_urlencoded v1.2.1 |
1120 | 2024-04-01T22:14:07.787Z | Downloaded pin-project-lite v0.2.13 |
1121 | 2024-04-01T22:14:07.792Z | Downloaded strum_macros v0.24.3 |
1122 | 2024-04-01T22:14:07.796Z | Downloaded tokio-postgres v0.7.10 |
1123 | 2024-04-01T22:14:07.801Z | Downloaded serde_with_macros v3.6.1 |
1124 | 2024-04-01T22:14:07.804Z | Downloaded try-lock v0.2.4 |
1125 | 2024-04-01T22:14:07.804Z | Downloaded ron v0.7.1 |
1126 | 2024-04-01T22:14:07.811Z | Downloaded dof v0.3.0 |
1127 | 2024-04-01T22:14:07.814Z | Downloaded signal-hook-tokio v0.3.1 |
1128 | 2024-04-01T22:14:07.814Z | Downloaded pest_generator v2.7.6 |
1129 | 2024-04-01T22:14:07.814Z | Downloaded portpicker v0.1.1 |
1130 | 2024-04-01T22:14:07.815Z | Downloaded hash32 v0.3.1 |
1131 | 2024-04-01T22:14:07.815Z | Downloaded tungstenite v0.21.0 |
1132 | 2024-04-01T22:14:07.818Z | Downloaded ff v0.13.0 |
1133 | 2024-04-01T22:14:07.824Z | Downloaded packed_struct_codegen v0.10.1 |
1134 | 2024-04-01T22:14:07.827Z | Downloaded packed_struct v0.10.1 |
1135 | 2024-04-01T22:14:07.828Z | Downloaded pem-rfc7468 v0.7.0 |
1136 | 2024-04-01T22:14:07.828Z | Downloaded tungstenite v0.20.1 |
1137 | 2024-04-01T22:14:07.834Z | Downloaded rpassword v7.3.1 |
1138 | 2024-04-01T22:14:07.834Z | Downloaded unicode-segmentation v1.10.1 |
1139 | 2024-04-01T22:14:07.837Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1140 | 2024-04-01T22:14:07.837Z | Downloaded steno v0.4.0 |
1141 | 2024-04-01T22:14:07.840Z | Downloaded toolchain_find v0.2.0 |
1142 | 2024-04-01T22:14:07.843Z | Downloaded rustfmt-wrapper v0.2.0 |
1143 | 2024-04-01T22:14:07.843Z | Downloaded strum_macros v0.25.2 |
1144 | 2024-04-01T22:14:07.846Z | Downloaded num_threads v0.1.6 |
1145 | 2024-04-01T22:14:07.846Z | Downloaded data-encoding v2.4.0 |
1146 | 2024-04-01T22:14:07.849Z | Downloaded num-conv v0.1.0 |
1147 | 2024-04-01T22:14:07.849Z | Downloaded subtle v2.5.0 |
1148 | 2024-04-01T22:14:07.849Z | Downloaded serde-hex v0.1.0 |
1149 | 2024-04-01T22:14:07.852Z | Downloaded nom v7.1.3 |
1150 | 2024-04-01T22:14:07.856Z | Downloaded terminal_size v0.3.0 |
1151 | 2024-04-01T22:14:07.860Z | Downloaded fragile v2.0.0 |
1152 | 2024-04-01T22:14:07.860Z | Downloaded slog-scope v4.4.0 |
1153 | 2024-04-01T22:14:07.863Z | Downloaded snafu v0.7.5 |
1154 | 2024-04-01T22:14:07.868Z | Downloaded derive_builder_core v0.12.0 |
1155 | 2024-04-01T22:14:07.872Z | Downloaded env_logger v0.9.3 |
1156 | 2024-04-01T22:14:07.875Z | Downloaded crossbeam-utils v0.8.19 |
1157 | 2024-04-01T22:14:07.880Z | Downloaded ron v0.8.1 |
1158 | 2024-04-01T22:14:07.892Z | Downloaded swrite v0.1.0 |
1159 | 2024-04-01T22:14:07.892Z | Downloaded crunchy v0.2.2 |
1160 | 2024-04-01T22:14:07.892Z | Downloaded zeroize_derive v1.4.2 |
1161 | 2024-04-01T22:14:07.892Z | Downloaded zeroize v1.7.0 |
1162 | 2024-04-01T22:14:07.892Z | Downloaded rand_seeder v0.2.3 |
1163 | 2024-04-01T22:14:07.896Z | Downloaded hash32 v0.2.1 |
1164 | 2024-04-01T22:14:07.896Z | Downloaded pest_derive v2.7.6 |
1165 | 2024-04-01T22:14:07.896Z | Downloaded url v2.5.0 |
1166 | 2024-04-01T22:14:07.896Z | Downloaded radium v0.7.0 |
1167 | 2024-04-01T22:14:07.896Z | Downloaded vte v0.11.1 |
1168 | 2024-04-01T22:14:07.902Z | Downloaded itertools v0.12.1 |
1169 | 2024-04-01T22:14:07.907Z | Downloaded rtoolbox v0.0.1 |
1170 | 2024-04-01T22:14:07.907Z | Downloaded libxml v0.3.3 |
1171 | 2024-04-01T22:14:07.914Z | Downloaded topological-sort v0.2.2 |
1172 | 2024-04-01T22:14:07.922Z | Downloaded siphasher v0.3.11 |
1173 | 2024-04-01T22:14:07.922Z | Downloaded slab v0.4.9 |
1174 | 2024-04-01T22:14:07.922Z | Downloaded signal-hook-registry v1.4.1 |
1175 | 2024-04-01T22:14:07.926Z | Downloaded rustversion v1.0.14 |
1176 | 2024-04-01T22:14:07.927Z | Downloaded tempfile v3.10.0 |
1177 | 2024-04-01T22:14:07.927Z | Downloaded typenum v1.16.0 |
1178 | 2024-04-01T22:14:07.927Z | Downloaded usdt-macro v0.5.0 |
1179 | 2024-04-01T22:14:07.931Z | Downloaded subprocess v0.2.9 |
1180 | 2024-04-01T22:14:07.931Z | Downloaded usdt-attr-macro v0.5.0 |
1181 | 2024-04-01T22:14:07.940Z | Downloaded clap_builder v4.5.1 |
1182 | 2024-04-01T22:14:07.940Z | Downloaded toml_datetime v0.6.5 |
1183 | 2024-04-01T22:14:07.944Z | Downloaded elliptic-curve v0.13.8 |
1184 | 2024-04-01T22:14:07.944Z | Downloaded blake3 v1.5.0 |
1185 | 2024-04-01T22:14:07.950Z | Downloaded pretty-hex v0.2.1 |
1186 | 2024-04-01T22:14:07.953Z | Downloaded tinyvec_macros v0.1.1 |
1187 | 2024-04-01T22:14:07.953Z | Downloaded postgres-protocol v0.6.6 |
1188 | 2024-04-01T22:14:07.956Z | Downloaded rand_chacha v0.3.1 |
1189 | 2024-04-01T22:14:07.956Z | Downloaded flume v0.11.0 |
1190 | 2024-04-01T22:14:07.962Z | Downloaded zone v0.1.8 |
1191 | 2024-04-01T22:14:07.968Z | Downloaded ena v0.14.2 |
1192 | 2024-04-01T22:14:07.968Z | Downloaded platforms v3.0.2 |
1193 | 2024-04-01T22:14:07.968Z | Downloaded pest_meta v2.7.6 |
1194 | 2024-04-01T22:14:07.968Z | Downloaded x509-cert v0.2.4 |
1195 | 2024-04-01T22:14:07.975Z | Downloaded strum v0.25.0 |
1196 | 2024-04-01T22:14:07.975Z | Downloaded endian-type v0.1.2 |
1197 | 2024-04-01T22:14:07.975Z | Downloaded crypto-common v0.1.6 |
1198 | 2024-04-01T22:14:07.976Z | Downloaded rustls-pki-types v1.3.0 |
1199 | 2024-04-01T22:14:07.998Z | Downloaded futures-channel v0.3.30 |
1200 | 2024-04-01T22:14:07.998Z | Downloaded strum v0.26.1 |
1201 | 2024-04-01T22:14:07.998Z | Downloaded spin v0.5.2 |
1202 | 2024-04-01T22:14:07.998Z | Downloaded slog-envlogger v2.2.0 |
1203 | 2024-04-01T22:14:07.998Z | Downloaded num-rational v0.4.1 |
1204 | 2024-04-01T22:14:07.998Z | Downloaded futures-sink v0.3.30 |
1205 | 2024-04-01T22:14:07.998Z | Downloaded socket2 v0.4.9 |
1206 | 2024-04-01T22:14:07.998Z | Downloaded parking_lot v0.11.2 |
1207 | 2024-04-01T22:14:07.998Z | Downloaded postgres-types v0.2.6 |
1208 | 2024-04-01T22:14:07.998Z | Downloaded termios v0.3.3 |
1209 | 2024-04-01T22:14:07.998Z | Downloaded toml v0.7.8 |
1210 | 2024-04-01T22:14:07.998Z | Downloaded unicode-normalization v0.1.22 |
1211 | 2024-04-01T22:14:08.004Z | Downloaded darling_macro v0.14.4 |
1212 | 2024-04-01T22:14:08.004Z | Downloaded diff v0.1.13 |
1213 | 2024-04-01T22:14:08.004Z | Downloaded filetime v0.2.23 |
1214 | 2024-04-01T22:14:08.004Z | Downloaded peeking_take_while v0.1.2 |
1215 | 2024-04-01T22:14:08.008Z | Downloaded tracing-core v0.1.32 |
1216 | 2024-04-01T22:14:08.011Z | Downloaded path-slash v0.1.5 |
1217 | 2024-04-01T22:14:08.011Z | Downloaded stable_deref_trait v1.2.0 |
1218 | 2024-04-01T22:14:08.011Z | Downloaded hyper v0.14.28 |
1219 | 2024-04-01T22:14:08.018Z | Downloaded usdt-attr-macro v0.3.5 |
1220 | 2024-04-01T22:14:08.023Z | Downloaded futures-macro v0.3.30 |
1221 | 2024-04-01T22:14:08.023Z | Downloaded unicase v2.7.0 |
1222 | 2024-04-01T22:14:08.023Z | Downloaded strsim v0.10.0 |
1223 | 2024-04-01T22:14:08.023Z | Downloaded zerocopy-derive v0.7.32 |
1224 | 2024-04-01T22:14:08.028Z | Downloaded glob v0.3.1 |
1225 | 2024-04-01T22:14:08.033Z | Downloaded thiserror-impl v1.0.57 |
1226 | 2024-04-01T22:14:08.033Z | Downloaded prettyplease v0.2.16 |
1227 | 2024-04-01T22:14:08.036Z | Downloaded powerfmt v0.2.0 |
1228 | 2024-04-01T22:14:08.037Z | Downloaded embedded-io v0.4.0 |
1229 | 2024-04-01T22:14:08.037Z | Downloaded ppv-lite86 v0.2.17 |
1230 | 2024-04-01T22:14:08.040Z | Downloaded tabwriter v1.4.0 |
1231 | 2024-04-01T22:14:08.040Z | Downloaded quick-error v1.2.3 |
1232 | 2024-04-01T22:14:08.040Z | Downloaded ucd-trie v0.1.6 |
1233 | 2024-04-01T22:14:08.049Z | Downloaded num-traits v0.2.18 |
1234 | 2024-04-01T22:14:08.052Z | Downloaded postcard v1.0.8 |
1235 | 2024-04-01T22:14:08.052Z | Downloaded psl-types v2.0.11 |
1236 | 2024-04-01T22:14:08.052Z | Downloaded darling v0.14.4 |
1237 | 2024-04-01T22:14:08.053Z | Downloaded crossterm v0.27.0 |
1238 | 2024-04-01T22:14:08.058Z | Downloaded vec_map v0.8.2 |
1239 | 2024-04-01T22:14:08.061Z | Downloaded derive_builder v0.12.0 |
1240 | 2024-04-01T22:14:08.064Z | Downloaded regex-automata v0.1.10 |
1241 | 2024-04-01T22:14:08.069Z | Downloaded same-file v1.0.6 |
1242 | 2024-04-01T22:14:08.074Z | Downloaded reedline v0.30.0 |
1243 | 2024-04-01T22:14:08.079Z | Downloaded parse-display-derive v0.9.0 |
1244 | 2024-04-01T22:14:08.082Z | Downloaded deranged v0.3.11 |
1245 | 2024-04-01T22:14:08.082Z | Downloaded scroll v0.12.0 |
1246 | 2024-04-01T22:14:08.085Z | Downloaded sha2 v0.10.8 |
1247 | 2024-04-01T22:14:08.085Z | Downloaded password-hash v0.5.0 |
1248 | 2024-04-01T22:14:08.088Z | Downloaded tracing v0.1.40 |
1249 | 2024-04-01T22:14:08.091Z | Downloaded flagset v0.4.3 |
1250 | 2024-04-01T22:14:08.095Z | Downloaded usdt v0.3.5 |
1251 | 2024-04-01T22:14:08.095Z | Downloaded signal-hook-mio v0.2.3 |
1252 | 2024-04-01T22:14:08.098Z | Downloaded fixedbitset v0.4.2 |
1253 | 2024-04-01T22:14:08.098Z | Downloaded sha1 v0.10.6 |
1254 | 2024-04-01T22:14:08.098Z | Downloaded unicode-ident v1.0.12 |
1255 | 2024-04-01T22:14:08.103Z | Downloaded socket2 v0.5.5 |
1256 | 2024-04-01T22:14:08.106Z | Downloaded time v0.3.34 |
1257 | 2024-04-01T22:14:08.110Z | Downloaded hkdf v0.12.4 |
1258 | 2024-04-01T22:14:08.114Z | Downloaded thiserror v1.0.57 |
1259 | 2024-04-01T22:14:08.120Z | Downloaded synstructure v0.12.6 |
1260 | 2024-04-01T22:14:08.124Z | Downloaded supports-color v3.0.0 |
1261 | 2024-04-01T22:14:08.124Z | Downloaded futures v0.3.30 |
1262 | 2024-04-01T22:14:08.127Z | Downloaded textwrap v0.16.1 |
1263 | 2024-04-01T22:14:08.128Z | Downloaded semver v1.0.22 |
1264 | 2024-04-01T22:14:08.131Z | Downloaded derive-where v1.2.7 |
1265 | 2024-04-01T22:14:08.134Z | Downloaded sct v0.7.0 |
1266 | 2024-04-01T22:14:08.137Z | Downloaded darling v0.20.3 |
1267 | 2024-04-01T22:14:08.140Z | Downloaded trust-dns-client v0.22.0 |
1268 | 2024-04-01T22:14:08.146Z | Downloaded winnow v0.6.1 |
1269 | 2024-04-01T22:14:08.154Z | Downloaded unicode-bidi v0.3.15 |
1270 | 2024-04-01T22:14:08.157Z | Downloaded crypto-bigint v0.5.2 |
1271 | 2024-04-01T22:14:08.165Z | Downloaded zip v0.6.6 |
1272 | 2024-04-01T22:14:08.168Z | Downloaded serde_with v3.6.1 |
1273 | 2024-04-01T22:14:08.175Z | Downloaded toml_edit v0.22.6 |
1274 | 2024-04-01T22:14:08.198Z | Downloaded serde_yaml v0.9.25 |
1275 | 2024-04-01T22:14:08.201Z | Downloaded tough v0.16.0 |
1276 | 2024-04-01T22:14:08.211Z | Downloaded rand v0.8.5 |
1277 | 2024-04-01T22:14:08.215Z | Downloaded goblin v0.8.0 |
1278 | 2024-04-01T22:14:08.219Z | Downloaded winnow v0.5.15 |
1279 | 2024-04-01T22:14:08.228Z | Downloaded publicsuffix v2.2.3 |
1280 | 2024-04-01T22:14:08.231Z | Downloaded idna v0.5.0 |
1281 | 2024-04-01T22:14:08.237Z | Downloaded zerocopy v0.7.32 |
1282 | 2024-04-01T22:14:08.257Z | Downloaded unsafe-libyaml v0.2.10 |
1283 | 2024-04-01T22:14:08.260Z | Downloaded der v0.7.8 |
1284 | 2024-04-01T22:14:08.265Z | Downloaded futures-util v0.3.30 |
1285 | 2024-04-01T22:14:08.275Z | Downloaded portable-atomic v1.4.3 |
1286 | 2024-04-01T22:14:08.281Z | Downloaded hashbrown v0.12.3 |
1287 | 2024-04-01T22:14:08.285Z | Downloaded reqwest v0.11.24 |
1288 | 2024-04-01T22:14:08.294Z | Downloaded idna v0.2.3 |
1289 | 2024-04-01T22:14:08.300Z | Downloaded expectorate v1.1.0 |
1290 | 2024-04-01T22:14:08.303Z | Downloaded serde v1.0.197 |
1291 | 2024-04-01T22:14:08.306Z | Downloaded proptest v1.4.0 |
1292 | 2024-04-01T22:14:08.314Z | Downloaded quick-xml v0.30.0 |
1293 | 2024-04-01T22:14:08.320Z | Downloaded lalrpop v0.19.12 |
1294 | 2024-04-01T22:14:08.332Z | Downloaded webpki-roots v0.25.2 |
1295 | 2024-04-01T22:14:08.336Z | Downloaded rustls-webpki v0.101.7 |
1296 | 2024-04-01T22:14:08.352Z | Downloaded openssl v0.10.60 |
1297 | 2024-04-01T22:14:08.366Z | Downloaded bstr v0.2.17 |
1298 | 2024-04-01T22:14:08.370Z | Downloaded regex-syntax v0.6.29 |
1299 | 2024-04-01T22:14:08.378Z | Downloaded tabled v0.15.0 |
1300 | 2024-04-01T22:14:08.395Z | Downloaded regex v1.10.3 |
1301 | 2024-04-01T22:14:08.408Z | Downloaded bstr v1.9.0 |
1302 | 2024-04-01T22:14:08.419Z | Downloaded syn v2.0.52 |
1303 | 2024-04-01T22:14:08.430Z | Downloaded vcpkg v0.2.15 |
1304 | 2024-04-01T22:14:08.473Z | Downloaded rustls-webpki v0.102.1 |
1305 | 2024-04-01T22:14:08.487Z | Downloaded smoltcp v0.11.0 |
1306 | 2024-04-01T22:14:08.500Z | Downloaded polar-core v0.27.0 |
1307 | 2024-04-01T22:14:08.509Z | Downloaded object v0.30.4 |
1308 | 2024-04-01T22:14:08.519Z | Downloaded smoltcp v0.9.1 |
1309 | 2024-04-01T22:14:08.532Z | Downloaded radix_trie v0.2.1 |
1310 | 2024-04-01T22:14:08.539Z | Downloaded diesel v2.1.4 |
1311 | 2024-04-01T22:14:08.569Z | Downloaded object v0.32.1 |
1312 | 2024-04-01T22:14:08.585Z | Downloaded regress v0.9.0 |
1313 | 2024-04-01T22:14:08.594Z | Downloaded gimli v0.28.0 |
1314 | 2024-04-01T22:14:08.601Z | Downloaded sled v0.34.7 |
1315 | 2024-04-01T22:14:08.609Z | Downloaded ratatui v0.26.1 |
1316 | 2024-04-01T22:14:08.625Z | Downloaded rustls v0.22.2 |
1317 | 2024-04-01T22:14:08.638Z | Downloaded rustix v0.38.31 |
1318 | 2024-04-01T22:14:08.661Z | Downloaded tokio v1.36.0 |
1319 | 2024-04-01T22:14:08.699Z | Downloaded zerocopy-derive v0.6.4 |
1320 | 2024-04-01T22:14:08.708Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1321 | 2024-04-01T22:14:08.720Z | Downloaded regex-automata v0.4.5 |
1322 | 2024-04-01T22:14:08.738Z | Downloaded rustls v0.21.9 |
1323 | 2024-04-01T22:14:08.749Z | Downloaded zerocopy-derive v0.2.0 |
1324 | 2024-04-01T22:14:08.757Z | Downloaded openapiv3 v2.0.0 |
1325 | 2024-04-01T22:14:08.769Z | Downloaded encoding_rs v0.8.33 |
1326 | 2024-04-01T22:14:08.790Z | Downloaded libc v0.2.153 |
1327 | 2024-04-01T22:14:08.819Z | Downloaded csv v1.3.0 |
1328 | 2024-04-01T22:14:08.840Z | Downloaded sha3 v0.10.8 |
1329 | 2024-04-01T22:14:08.844Z | Downloaded trust-dns-proto v0.22.0 |
1330 | 2024-04-01T22:14:08.856Z | Downloaded regex-syntax v0.8.2 |
1331 | 2024-04-01T22:14:08.865Z | Downloaded curve25519-dalek v4.1.1 |
1332 | 2024-04-01T22:14:08.874Z | Downloaded nix v0.27.1 |
1333 | 2024-04-01T22:14:08.885Z | Downloaded syn v1.0.109 |
1334 | 2024-04-01T22:14:08.898Z | Downloaded idna v0.3.0 |
1335 | 2024-04-01T22:14:08.902Z | Downloaded typed-path v0.7.0 |
1336 | 2024-04-01T22:14:08.907Z | Downloaded pest v2.7.6 |
1337 | 2024-04-01T22:14:08.916Z | Downloaded petgraph v0.6.4 |
1338 | 2024-04-01T22:14:08.927Z | Downloaded rayon v1.9.0 |
1339 | 2024-04-01T22:14:08.937Z | Downloaded chrono v0.4.34 |
1340 | 2024-04-01T22:14:08.945Z | Downloaded toml_edit v0.19.15 |
1341 | 2024-04-01T22:14:08.963Z | Downloaded flate2 v1.0.28 |
1342 | 2024-04-01T22:14:08.967Z | Downloaded diesel_derives v2.1.2 |
1343 | 2024-04-01T22:14:08.970Z | Downloaded h2 v0.3.24 |
1344 | 2024-04-01T22:14:08.978Z | Downloaded bindgen v0.69.2 |
1345 | 2024-04-01T22:14:08.985Z | Downloaded unicode_categories v0.1.1 |
1346 | 2024-04-01T22:14:08.988Z | Downloaded sqlparser v0.43.1 |
1347 | 2024-04-01T22:14:08.991Z | Downloaded bitvec v1.0.1 |
1348 | 2024-04-01T22:14:09.019Z | Downloaded papergrid v0.11.0 |
1349 | 2024-04-01T22:14:09.025Z | Downloaded rustyline v13.0.0 |
1350 | 2024-04-01T22:14:09.030Z | Downloaded darling_core v0.20.3 |
1351 | 2024-04-01T22:14:09.035Z | Downloaded paste v1.0.14 |
1352 | 2024-04-01T22:14:09.038Z | Downloaded clap v2.34.0 |
1353 | 2024-04-01T22:14:09.045Z | Downloaded errno v0.3.8 |
1354 | 2024-04-01T22:14:09.049Z | Downloaded erased-serde v0.3.31 |
1355 | 2024-04-01T22:14:09.055Z | Downloaded untrusted v0.7.1 |
1356 | 2024-04-01T22:14:09.055Z | Downloaded strsim v0.8.0 |
1357 | 2024-04-01T22:14:09.055Z | Downloaded rand_core v0.6.4 |
1358 | 2024-04-01T22:14:09.055Z | Downloaded poly1305 v0.8.0 |
1359 | 2024-04-01T22:14:09.058Z | Downloaded vsss-rs v3.3.4 |
1360 | 2024-04-01T22:14:09.058Z | Downloaded rustc-demangle v0.1.23 |
1361 | 2024-04-01T22:14:09.061Z | Downloaded serde_json v1.0.114 |
1362 | 2024-04-01T22:14:09.066Z | Downloaded num-bigint-dig v0.8.4 |
1363 | 2024-04-01T22:14:09.071Z | Downloaded toml v0.8.10 |
1364 | 2024-04-01T22:14:09.075Z | Downloaded ring v0.16.20 |
1365 | 2024-04-01T22:14:09.154Z | Downloaded ring v0.17.8 |
1366 | 2024-04-01T22:14:09.227Z | Downloaded num_cpus v1.16.0 |
1367 | 2024-04-01T22:14:09.230Z | Downloaded strum_macros v0.26.1 |
1368 | 2024-04-01T22:14:09.233Z | Downloaded utf-8 v0.7.6 |
1369 | 2024-04-01T22:14:09.233Z | Downloaded static_assertions v1.1.0 |
1370 | 2024-04-01T22:14:09.237Z | Downloaded libm v0.2.7 |
1371 | 2024-04-01T22:14:09.243Z | Downloaded itertools v0.10.5 |
1372 | 2024-04-01T22:14:09.249Z | Downloaded zerocopy v0.6.4 |
1373 | 2024-04-01T22:14:09.253Z | Downloaded hashbrown v0.14.3 |
1374 | 2024-04-01T22:14:09.257Z | Downloaded semver v0.11.0 |
1375 | 2024-04-01T22:14:09.260Z | Downloaded semver v0.1.20 |
1376 | 2024-04-01T22:14:09.260Z | Downloaded wait-timeout v0.2.0 |
1377 | 2024-04-01T22:14:09.266Z | Downloaded universal-hash v0.5.1 |
1378 | 2024-04-01T22:14:09.266Z | Downloaded snafu-derive v0.7.5 |
1379 | 2024-04-01T22:14:09.266Z | Downloaded tokio-util v0.7.10 |
1380 | 2024-04-01T22:14:09.270Z | Downloaded parking_lot v0.12.1 |
1381 | 2024-04-01T22:14:09.273Z | Downloaded olpc-cjson v0.1.3 |
1382 | 2024-04-01T22:14:09.276Z | Downloaded parking_lot_core v0.9.8 |
1383 | 2024-04-01T22:14:09.276Z | Downloaded tar v0.4.40 |
1384 | 2024-04-01T22:14:09.279Z | Downloaded parking_lot_core v0.8.6 |
1385 | 2024-04-01T22:14:09.282Z | Downloaded serde_arrays v0.1.0 |
1386 | 2024-04-01T22:14:09.282Z | Downloaded der_derive v0.7.2 |
1387 | 2024-04-01T22:14:09.284Z | Downloaded signal-hook v0.3.17 |
1388 | 2024-04-01T22:14:09.287Z | Downloaded predicates v3.1.0 |
1389 | 2024-04-01T22:14:09.287Z | Downloaded whoami v1.5.0 |
1390 | 2024-04-01T22:14:09.290Z | Downloaded which v4.4.0 |
1391 | 2024-04-01T22:14:09.290Z | Downloaded darling_core v0.14.4 |
1392 | 2024-04-01T22:14:09.296Z | Downloaded pin-project v1.1.3 |
1393 | 2024-04-01T22:14:09.306Z | Downloaded parse-display v0.9.0 |
1394 | 2024-04-01T22:14:09.309Z | Downloaded num-iter v0.1.44 |
1395 | 2024-04-01T22:14:09.309Z | Downloaded funty v2.0.0 |
1396 | 2024-04-01T22:14:09.309Z | Downloaded uuid v1.7.0 |
1397 | 2024-04-01T22:14:09.312Z | Downloaded uuid v0.8.2 |
1398 | 2024-04-01T22:14:09.315Z | Downloaded openssl-sys v0.9.96 |
1399 | 2024-04-01T22:14:09.319Z | Downloaded foreign-types-shared v0.3.1 |
1400 | 2024-04-01T22:14:09.323Z | Downloaded serde_repr v0.1.16 |
1401 | 2024-04-01T22:14:09.323Z | Downloaded serde_plain v1.0.2 |
1402 | 2024-04-01T22:14:09.323Z | Downloaded semver-parser v0.10.2 |
1403 | 2024-04-01T22:14:09.326Z | Downloaded rusty-fork v0.3.0 |
1404 | 2024-04-01T22:14:09.326Z | Downloaded fatfs v0.3.6 |
1405 | 2024-04-01T22:14:09.332Z | Downloaded num-bigint v0.4.4 |
1406 | 2024-04-01T22:14:09.335Z | Downloaded rcgen v0.12.1 |
1407 | 2024-04-01T22:14:09.338Z | Downloaded rand_xorshift v0.3.0 |
1408 | 2024-04-01T22:14:09.338Z | Downloaded getrandom v0.2.12 |
1409 | 2024-04-01T22:14:09.341Z | Downloaded spin v0.9.8 |
1410 | 2024-04-01T22:14:09.346Z | Downloaded owo-colors v4.0.0 |
1411 | 2024-04-01T22:14:09.346Z | Downloaded futures-task v0.3.30 |
1412 | 2024-04-01T22:14:09.351Z | Downloaded waitgroup v0.1.2 |
1413 | 2024-04-01T22:14:09.351Z | Downloaded defmt v0.3.5 |
1414 | 2024-04-01T22:14:09.351Z | Downloaded tokio-rustls v0.25.0 |
1415 | 2024-04-01T22:14:09.354Z | Downloaded slog v2.7.0 |
1416 | 2024-04-01T22:14:09.354Z | Downloaded tui-tree-widget v0.17.0 |
1417 | 2024-04-01T22:14:09.354Z | Downloaded resolv-conf v0.7.0 |
1418 | 2024-04-01T22:14:09.357Z | Downloaded aho-corasick v1.1.2 |
1419 | 2024-04-01T22:14:09.361Z | Downloaded oso v0.27.0 |
1420 | 2024-04-01T22:14:09.364Z | Downloaded omicron-zone-package v0.11.0 |
1421 | 2024-04-01T22:14:09.370Z | Downloaded rsa v0.9.2 |
1422 | 2024-04-01T22:14:09.382Z | Downloaded zone_cfg_derive v0.1.2 |
1423 | 2024-04-01T22:14:09.382Z | Downloaded dirs-next v2.0.0 |
1424 | 2024-04-01T22:14:09.382Z | Downloaded defmt-parser v0.3.3 |
1425 | 2024-04-01T22:14:09.382Z | Downloaded defmt-macros v0.3.6 |
1426 | 2024-04-01T22:14:09.386Z | Downloaded debug-ignore v1.0.5 |
1427 | 2024-04-01T22:14:09.386Z | Downloaded zerocopy v0.3.0 |
1428 | 2024-04-01T22:14:09.386Z | Downloaded usdt v0.5.0 |
1429 | 2024-04-01T22:14:09.386Z | Downloaded sqlparser_derive v0.2.2 |
1430 | 2024-04-01T22:14:09.386Z | Downloaded phf v0.11.2 |
1431 | 2024-04-01T22:14:09.386Z | Downloaded similar v2.4.0 |
1432 | 2024-04-01T22:14:09.389Z | Downloaded gethostname v0.4.3 |
1433 | 2024-04-01T22:14:09.389Z | Downloaded generic-array v0.14.7 |
1434 | 2024-04-01T22:14:09.389Z | Downloaded futures-core v0.3.30 |
1435 | 2024-04-01T22:14:09.392Z | Downloaded fd-lock v4.0.2 |
1436 | 2024-04-01T22:14:09.392Z | Downloaded fd-lock v3.0.13 |
1437 | 2024-04-01T22:14:09.395Z | Downloaded either v1.10.0 |
1438 | 2024-04-01T22:14:09.395Z | Downloaded ed25519 v1.5.3 |
1439 | 2024-04-01T22:14:09.398Z | Downloaded dyn-clone v1.0.17 |
1440 | 2024-04-01T22:14:09.398Z | Downloaded serde_tokenstream v0.1.7 |
1441 | 2024-04-01T22:14:09.402Z | Downloaded serde_spanned v0.6.5 |
1442 | 2024-04-01T22:14:09.406Z | Downloaded env_logger v0.10.0 |
1443 | 2024-04-01T22:14:09.406Z | Downloaded csv-core v0.1.11 |
1444 | 2024-04-01T22:14:09.409Z | Downloaded group v0.13.0 |
1445 | 2024-04-01T22:14:09.409Z | Downloaded mockall_derive v0.12.0 |
1446 | 2024-04-01T22:14:09.409Z | Downloaded http v0.2.12 |
1447 | 2024-04-01T22:14:09.413Z | Downloaded camino v1.1.6 |
1448 | 2024-04-01T22:14:09.416Z | Downloaded dtrace-parser v0.1.14 |
1449 | 2024-04-01T22:14:09.416Z | Downloaded downcast v0.11.0 |
1450 | 2024-04-01T22:14:09.416Z | Downloaded wyz v0.5.1 |
1451 | 2024-04-01T22:14:09.419Z | Downloaded usdt-impl v0.5.0 |
1452 | 2024-04-01T22:14:09.419Z | Downloaded usdt-impl v0.3.5 |
1453 | 2024-04-01T22:14:09.419Z | Downloaded unarray v0.1.4 |
1454 | 2024-04-01T22:14:09.423Z | Downloaded rustls-pemfile v2.1.1 |
1455 | 2024-04-01T22:14:09.423Z | Downloaded num-complex v0.4.4 |
1456 | 2024-04-01T22:14:09.430Z | Downloaded hmac v0.12.1 |
1457 | 2024-04-01T22:14:09.430Z | Downloaded openssl-probe v0.1.5 |
1458 | 2024-04-01T22:14:09.433Z | Downloaded mime_guess v2.0.4 |
1459 | 2024-04-01T22:14:09.433Z | Downloaded memmap2 v0.7.1 |
1460 | 2024-04-01T22:14:09.433Z | Downloaded cookie_store v0.20.0 |
1461 | 2024-04-01T22:14:09.433Z | Downloaded cookie v0.17.0 |
1462 | 2024-04-01T22:14:09.437Z | Downloaded crc32fast v1.3.2 |
1463 | 2024-04-01T22:14:09.437Z | Downloaded clap_derive v4.5.0 |
1464 | 2024-04-01T22:14:09.439Z | Downloaded byteorder v1.5.0 |
1465 | 2024-04-01T22:14:09.440Z | Downloaded structmeta-derive v0.2.0 |
1466 | 2024-04-01T22:14:09.443Z | Downloaded smawk v0.3.1 |
1467 | 2024-04-01T22:14:09.443Z | Downloaded serde_path_to_error v0.1.16 |
1468 | 2024-04-01T22:14:09.443Z | Downloaded signature v2.1.0 |
1469 | 2024-04-01T22:14:09.446Z | Downloaded shlex v1.3.0 |
1470 | 2024-04-01T22:14:09.446Z | Downloaded num v0.4.1 |
1471 | 2024-04-01T22:14:09.446Z | Downloaded nodrop v0.1.14 |
1472 | 2024-04-01T22:14:09.452Z | Downloaded base64 v0.22.0 |
1473 | 2024-04-01T22:14:09.455Z | Downloaded ascii v1.1.0 |
1474 | 2024-04-01T22:14:09.455Z | Downloaded indicatif v0.17.8 |
1475 | 2024-04-01T22:14:09.458Z | Downloaded impl-trait-for-tuples v0.2.2 |
1476 | 2024-04-01T22:14:09.458Z | Downloaded memmap v0.7.0 |
1477 | 2024-04-01T22:14:09.461Z | Downloaded blake2 v0.10.6 |
1478 | 2024-04-01T22:14:09.464Z | Downloaded libefi-sys v0.1.0 |
1479 | 2024-04-01T22:14:09.464Z | Downloaded lalrpop-util v0.19.12 |
1480 | 2024-04-01T22:14:09.464Z | Downloaded keccak v0.1.4 |
1481 | 2024-04-01T22:14:09.467Z | Downloaded crc-catalog v2.2.0 |
1482 | 2024-04-01T22:14:09.467Z | Downloaded crc v3.0.1 |
1483 | 2024-04-01T22:14:09.467Z | Downloaded cpufeatures v0.2.12 |
1484 | 2024-04-01T22:14:09.470Z | Downloaded corncobs v0.1.3 |
1485 | 2024-04-01T22:14:09.470Z | Downloaded clap_lex v0.7.0 |
1486 | 2024-04-01T22:14:09.473Z | Downloaded macaddr v1.0.1 |
1487 | 2024-04-01T22:14:09.473Z | Downloaded libsw v3.3.1 |
1488 | 2024-04-01T22:14:09.479Z | Downloaded lazy_static v1.4.0 |
1489 | 2024-04-01T22:14:09.479Z | Downloaded ipnetwork v0.20.0 |
1490 | 2024-04-01T22:14:09.479Z | Downloaded block-padding v0.3.3 |
1491 | 2024-04-01T22:14:09.482Z | Downloaded bytecount v0.6.3 |
1492 | 2024-04-01T22:14:09.482Z | Downloaded ident_case v1.0.1 |
1493 | 2024-04-01T22:14:09.482Z | Downloaded arrayvec v0.7.4 |
1494 | 2024-04-01T22:14:09.483Z | Downloaded atomic-waker v1.1.1 |
1495 | 2024-04-01T22:14:09.483Z | Downloaded ascii-canvas v3.0.0 |
1496 | 2024-04-01T22:14:09.483Z | Downloaded adler v1.0.2 |
1497 | 2024-04-01T22:14:09.905Z | Compiling proc-macro2 v1.0.78 |
1498 | 2024-04-01T22:14:09.905Z | Compiling unicode-ident v1.0.12 |
1499 | 2024-04-01T22:14:09.909Z | Compiling libc v0.2.153 |
1500 | 2024-04-01T22:14:09.910Z | Compiling serde v1.0.197 |
1501 | 2024-04-01T22:14:09.910Z | Compiling version_check v0.9.4 |
1502 | 2024-04-01T22:14:09.910Z | Compiling autocfg v1.1.0 |
1503 | 2024-04-01T22:14:09.950Z | Compiling cfg-if v1.0.0 |
1504 | 2024-04-01T22:14:10.094Z | Compiling syn v1.0.109 |
1505 | 2024-04-01T22:14:10.115Z | Compiling once_cell v1.19.0 |
1506 | 2024-04-01T22:14:10.147Z | Compiling byteorder v1.5.0 |
1507 | 2024-04-01T22:14:10.486Z | Compiling memchr v2.7.1 |
1508 | 2024-04-01T22:14:10.550Z | Compiling parking_lot_core v0.9.8 |
1509 | 2024-04-01T22:14:10.580Z | Compiling ahash v0.8.8 |
1510 | 2024-04-01T22:14:10.602Z | Compiling lock_api v0.4.10 |
1511 | 2024-04-01T22:14:11.345Z | Compiling serde_json v1.0.114 |
1512 | 2024-04-01T22:14:11.493Z | Compiling libm v0.2.7 |
1513 | 2024-04-01T22:14:11.532Z | Compiling num-traits v0.2.18 |
1514 | 2024-04-01T22:14:11.541Z | Compiling thiserror v1.0.57 |
1515 | 2024-04-01T22:14:11.784Z | Compiling typenum v1.16.0 |
1516 | 2024-04-01T22:14:11.806Z | Compiling generic-array v0.14.7 |
1517 | 2024-04-01T22:14:11.968Z | Compiling itoa v1.0.9 |
1518 | 2024-04-01T22:14:12.259Z | Compiling log v0.4.21 |
1519 | 2024-04-01T22:14:12.353Z | Compiling quote v1.0.35 |
1520 | 2024-04-01T22:14:12.541Z | Compiling scopeguard v1.2.0 |
1521 | 2024-04-01T22:14:12.680Z | Compiling cc v1.0.83 |
1522 | 2024-04-01T22:14:12.683Z | Compiling getrandom v0.2.12 |
1523 | 2024-04-01T22:14:12.766Z | Compiling syn v2.0.52 |
1524 | 2024-04-01T22:14:13.385Z | Compiling pkg-config v0.3.27 |
1525 | 2024-04-01T22:14:13.420Z | Compiling allocator-api2 v0.2.16 |
1526 | 2024-04-01T22:14:13.564Z | Compiling slab v0.4.9 |
1527 | 2024-04-01T22:14:13.680Z | Compiling ryu v1.0.15 |
1528 | 2024-04-01T22:14:14.180Z | Compiling schemars v0.8.16 |
1529 | 2024-04-01T22:14:14.252Z | Compiling pin-project-lite v0.2.13 |
1530 | 2024-04-01T22:14:14.392Z | Compiling smallvec v1.13.1 |
1531 | 2024-04-01T22:14:14.574Z | Compiling equivalent v1.0.1 |
1532 | 2024-04-01T22:14:14.607Z | Compiling heck v0.4.1 |
1533 | 2024-04-01T22:14:15.051Z | Compiling vcpkg v0.2.15 |
1534 | 2024-04-01T22:14:15.248Z | Compiling ring v0.17.8 |
1535 | 2024-04-01T22:14:15.822Z | Compiling parking_lot v0.12.1 |
1536 | 2024-04-01T22:14:16.323Z | Compiling signal-hook-registry v1.4.1 |
1537 | 2024-04-01T22:14:16.823Z | Compiling openssl-sys v0.9.96 |
1538 | 2024-04-01T22:14:17.462Z | Compiling mio v0.8.11 |
1539 | 2024-04-01T22:14:17.847Z | Compiling fnv v1.0.7 |
1540 | 2024-04-01T22:14:17.917Z | Compiling rand_core v0.6.4 |
1541 | 2024-04-01T22:14:18.026Z | Compiling time-core v0.1.2 |
1542 | 2024-04-01T22:14:18.220Z | Compiling num-conv v0.1.0 |
1543 | 2024-04-01T22:14:18.314Z | Compiling ring v0.16.20 |
1544 | 2024-04-01T22:14:18.335Z | Compiling socket2 v0.5.5 |
1545 | 2024-04-01T22:14:18.512Z | Compiling time-macros v0.2.17 |
1546 | 2024-04-01T22:14:19.240Z | Compiling num_cpus v1.16.0 |
1547 | 2024-04-01T22:14:19.382Z | Compiling httparse v1.8.0 |
1548 | 2024-04-01T22:14:19.917Z | Compiling futures-core v0.3.30 |
1549 | 2024-04-01T22:14:19.937Z | Compiling ucd-trie v0.1.6 |
1550 | 2024-04-01T22:14:20.135Z | Compiling serde_derive_internals v0.26.0 |
1551 | 2024-04-01T22:14:20.268Z | Compiling openssl v0.10.60 |
1552 | 2024-04-01T22:14:20.432Z | Compiling spin v0.5.2 |
1553 | 2024-04-01T22:14:20.854Z | Compiling iana-time-zone v0.1.57 |
1554 | 2024-04-01T22:14:20.967Z | Compiling semver v1.0.22 |
1555 | 2024-04-01T22:14:20.987Z | Compiling crossbeam-utils v0.8.19 |
1556 | 2024-04-01T22:14:21.551Z | Compiling tinyvec_macros v0.1.1 |
1557 | 2024-04-01T22:14:21.599Z | Compiling native-tls v0.2.11 |
1558 | 2024-04-01T22:14:21.667Z | Compiling rustls v0.21.9 |
1559 | 2024-04-01T22:14:21.897Z | Compiling tinyvec v1.6.0 |
1560 | 2024-04-01T22:14:21.921Z | Compiling spin v0.9.8 |
1561 | 2024-04-01T22:14:22.037Z | Compiling futures-sink v0.3.30 |
1562 | 2024-04-01T22:14:22.209Z | Compiling unicode-xid v0.2.4 |
1563 | 2024-04-01T22:14:22.316Z | Compiling const-oid v0.9.6 |
1564 | 2024-04-01T22:14:22.349Z | Compiling rustix v0.38.31 |
1565 | 2024-04-01T22:14:22.511Z | Compiling subtle v2.5.0 |
1566 | 2024-04-01T22:14:22.551Z | Compiling synstructure v0.12.6 |
1567 | 2024-04-01T22:14:22.942Z | Compiling backtrace v0.3.69 |
1568 | 2024-04-01T22:14:23.284Z | Compiling unicode-normalization v0.1.22 |
1569 | 2024-04-01T22:14:24.070Z | Compiling cookie v0.17.0 |
1570 | 2024-04-01T22:14:24.086Z | Compiling slog v2.7.0 |
1571 | 2024-04-01T22:14:24.333Z | Compiling dyn-clone v1.0.17 |
1572 | 2024-04-01T22:14:24.345Z | Compiling unicode-bidi v0.3.15 |
1573 | 2024-04-01T22:14:24.453Z | Compiling uuid v0.8.2 |
1574 | 2024-04-01T22:14:24.725Z | Compiling futures-channel v0.3.30 |
1575 | 2024-04-01T22:14:24.888Z | Compiling tracing-core v0.1.32 |
1576 | 2024-04-01T22:14:25.163Z | Compiling futures-task v0.3.30 |
1577 | 2024-04-01T22:14:25.185Z | Compiling pin-utils v0.1.0 |
1578 | 2024-04-01T22:14:25.423Z | Compiling serde_derive v1.0.197 |
1579 | 2024-04-01T22:14:25.456Z | Compiling zerocopy-derive v0.7.32 |
1580 | 2024-04-01T22:14:25.493Z | Compiling zeroize_derive v1.4.2 |
1581 | 2024-04-01T22:14:25.648Z | Compiling thiserror-impl v1.0.57 |
1582 | 2024-04-01T22:14:25.695Z | Compiling tokio-macros v2.2.0 |
1583 | 2024-04-01T22:14:26.852Z | Compiling futures-macro v0.3.30 |
1584 | 2024-04-01T22:14:27.120Z | Compiling tracing-attributes v0.1.27 |
1585 | 2024-04-01T22:14:27.221Z | Compiling schemars_derive v0.8.16 |
1586 | 2024-04-01T22:14:27.265Z | Compiling zerocopy v0.7.32 |
1587 | 2024-04-01T22:14:28.271Z | Compiling zeroize v1.7.0 |
1588 | 2024-04-01T22:14:29.148Z | Compiling pest v2.7.6 |
1589 | 2024-04-01T22:14:29.518Z | Compiling hashbrown v0.14.3 |
1590 | 2024-04-01T22:14:30.105Z | Compiling openssl-macros v0.1.1 |
1591 | 2024-04-01T22:14:30.301Z | Compiling zerocopy-derive v0.2.0 |
1592 | 2024-04-01T22:14:30.735Z | Compiling futures-io v0.3.30 |
1593 | 2024-04-01T22:14:30.791Z | Compiling tracing v0.1.40 |
1594 | 2024-04-01T22:14:31.086Z | Compiling futures-util v0.3.30 |
1595 | 2024-04-01T22:14:31.571Z | Compiling pest_meta v2.7.6 |
1596 | 2024-04-01T22:14:31.640Z | Compiling crypto-common v0.1.6 |
1597 | 2024-04-01T22:14:31.717Z | Compiling der_derive v0.7.2 |
1598 | 2024-04-01T22:14:32.153Z | Compiling aho-corasick v1.1.2 |
1599 | 2024-04-01T22:14:32.390Z | Compiling anyhow v1.0.79 |
1600 | 2024-04-01T22:14:32.394Z | Compiling regex-syntax v0.8.2 |
1601 | 2024-04-01T22:14:33.894Z | Compiling pest_generator v2.7.6 |
1602 | 2024-04-01T22:14:35.708Z | Compiling pest_derive v2.7.6 |
1603 | 2024-04-01T22:14:36.560Z | Compiling winnow v0.5.15 |
1604 | 2024-04-01T22:14:37.791Z | Compiling regex-automata v0.4.5 |
1605 | 2024-04-01T22:14:38.195Z | Compiling bytes v1.5.0 |
1606 | 2024-04-01T22:14:38.730Z | Compiling indexmap v2.2.5 |
1607 | 2024-04-01T22:14:38.896Z | Compiling uuid v1.7.0 |
1608 | 2024-04-01T22:14:39.616Z | Compiling chrono v0.4.34 |
1609 | 2024-04-01T22:14:41.160Z | Compiling tokio v1.36.0 |
1610 | 2024-04-01T22:14:41.255Z | Compiling bitflags v2.4.2 |
1611 | 2024-04-01T22:14:42.870Z | Compiling toml_datetime v0.6.5 |
1612 | 2024-04-01T22:14:43.284Z | Compiling serde_spanned v0.6.5 |
1613 | 2024-04-01T22:14:43.653Z | Compiling http v0.2.12 |
1614 | 2024-04-01T22:14:44.677Z | Compiling rustc_version v0.4.0 |
1615 | 2024-04-01T22:14:45.322Z | Compiling toml_edit v0.19.15 |
1616 | 2024-04-01T22:14:46.272Z | Compiling block-buffer v0.10.4 |
1617 | 2024-04-01T22:14:46.626Z | Compiling usdt-impl v0.3.5 |
1618 | 2024-04-01T22:14:46.916Z | Compiling untrusted v0.9.0 |
1619 | 2024-04-01T22:14:46.969Z | Compiling rustversion v1.0.14 |
1620 | 2024-04-01T22:14:47.380Z | Compiling powerfmt v0.2.0 |
1621 | 2024-04-01T22:14:47.547Z | Compiling crc32fast v1.3.2 |
1622 | 2024-04-01T22:14:47.625Z | Compiling unicode-width v0.1.11 |
1623 | 2024-04-01T22:14:47.982Z | Compiling deranged v0.3.11 |
1624 | 2024-04-01T22:14:48.350Z | Compiling digest v0.10.7 |
1625 | 2024-04-01T22:14:48.674Z | Compiling heapless v0.7.16 |
1626 | 2024-04-01T22:14:48.774Z | Compiling scroll_derive v0.12.0 |
1627 | 2024-04-01T22:14:49.747Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1628 | 2024-04-01T22:14:50.164Z | Compiling percent-encoding v2.3.1 |
1629 | 2024-04-01T22:14:50.586Z | Compiling signal-hook v0.3.17 |
1630 | 2024-04-01T22:14:50.587Z | Compiling num_threads v0.1.6 |
1631 | 2024-04-01T22:14:50.650Z | Compiling ppv-lite86 v0.2.17 |
1632 | 2024-04-01T22:14:50.664Z | Compiling async-trait v0.1.77 |
1633 | 2024-04-01T22:14:51.159Z | Compiling time v0.3.34 |
1634 | 2024-04-01T22:14:51.461Z | Compiling rand_chacha v0.3.1 |
1635 | 2024-04-01T22:14:52.422Z | Compiling regex v1.10.3 |
1636 | 2024-04-01T22:14:53.688Z | Compiling zerocopy v0.3.0 |
1637 | 2024-04-01T22:14:55.520Z | Compiling thread-id v4.2.0 |
1638 | 2024-04-01T22:14:55.635Z | Compiling dof v0.1.5 |
1639 | 2024-04-01T22:14:56.280Z | Compiling rand v0.8.5 |
1640 | 2024-04-01T22:14:56.817Z | Compiling tokio-util v0.7.10 |
1641 | 2024-04-01T22:14:57.998Z | Compiling dtrace-parser v0.1.14 |
1642 | 2024-04-01T22:14:58.480Z | Compiling num-bigint v0.4.4 |
1643 | 2024-04-01T22:14:58.502Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1644 | 2024-04-01T22:14:58.786Z | Compiling foreign-types-shared v0.1.1 |
1645 | 2024-04-01T22:14:58.898Z | Compiling untrusted v0.7.1 |
1646 | 2024-04-01T22:14:58.937Z | Compiling smoltcp v0.9.1 |
1647 | 2024-04-01T22:14:59.218Z | Compiling base64 v0.21.7 |
1648 | 2024-04-01T22:14:59.422Z | Compiling adler v1.0.2 |
1649 | 2024-04-01T22:14:59.652Z | Compiling base64ct v1.6.0 |
1650 | 2024-04-01T22:14:59.714Z | Compiling miniz_oxide v0.7.1 |
1651 | 2024-04-01T22:15:00.197Z | Compiling pem-rfc7468 v0.7.0 |
1652 | 2024-04-01T22:15:00.358Z | Compiling foreign-types v0.3.2 |
1653 | 2024-04-01T22:15:01.988Z | Compiling form_urlencoded v1.2.1 |
1654 | 2024-04-01T22:15:02.887Z | Compiling hmac v0.12.1 |
1655 | 2024-04-01T22:15:03.121Z | Compiling serde_tokenstream v0.1.7 |
1656 | 2024-04-01T22:15:03.144Z | Compiling lazy_static v1.4.0 |
1657 | 2024-04-01T22:15:03.531Z | Compiling try-lock v0.2.4 |
1658 | 2024-04-01T22:15:03.814Z | Compiling bitflags v1.3.2 |
1659 | 2024-04-01T22:15:03.884Z | Compiling unicode-segmentation v1.10.1 |
1660 | 2024-04-01T22:15:03.972Z | Compiling flagset v0.4.3 |
1661 | 2024-04-01T22:15:04.062Z | Compiling siphasher v0.3.11 |
1662 | 2024-04-01T22:15:04.187Z | Compiling der v0.7.8 |
1663 | 2024-04-01T22:15:04.453Z | Compiling want v0.3.1 |
1664 | 2024-04-01T22:15:05.014Z | Compiling sct v0.7.0 |
1665 | 2024-04-01T22:15:05.305Z | Compiling rustls-webpki v0.101.7 |
1666 | 2024-04-01T22:15:05.484Z | Compiling h2 v0.3.24 |
1667 | 2024-04-01T22:15:06.983Z | Compiling http-body v0.4.5 |
1668 | 2024-04-01T22:15:07.904Z | Compiling openapiv3 v2.0.0 |
1669 | 2024-04-01T22:15:08.524Z | Compiling hubpack_derive v0.1.1 |
1670 | 2024-04-01T22:15:08.823Z | Compiling zerocopy-derive v0.6.4 |
1671 | 2024-04-01T22:15:08.966Z | Compiling idna v0.5.0 |
1672 | 2024-04-01T22:15:09.582Z | Compiling errno v0.3.8 |
1673 | 2024-04-01T22:15:09.808Z | Compiling usdt-impl v0.5.0 |
1674 | 2024-04-01T22:15:10.144Z | Compiling stable_deref_trait v1.2.0 |
1675 | 2024-04-01T22:15:10.260Z | Compiling utf8parse v0.2.1 |
1676 | 2024-04-01T22:15:10.353Z | Compiling openssl-probe v0.1.5 |
1677 | 2024-04-01T22:15:10.422Z | Compiling tower-service v0.3.2 |
1678 | 2024-04-01T22:15:10.565Z | Compiling httpdate v1.0.3 |
1679 | 2024-04-01T22:15:10.635Z | Compiling cpufeatures v0.2.12 |
1680 | 2024-04-01T22:15:10.672Z | Compiling gimli v0.28.0 |
1681 | 2024-04-01T22:15:10.876Z | Compiling anstyle v1.0.6 |
1682 | 2024-04-01T22:15:12.194Z | Compiling sha2 v0.10.8 |
1683 | 2024-04-01T22:15:12.860Z | Compiling hyper v0.14.28 |
1684 | 2024-04-01T22:15:12.983Z | Compiling anstyle-parse v0.2.1 |
1685 | 2024-04-01T22:15:13.311Z | Compiling url v2.5.0 |
1686 | 2024-04-01T22:15:15.508Z | Compiling addr2line v0.21.0 |
1687 | 2024-04-01T22:15:16.329Z | Compiling spki v0.7.2 |
1688 | 2024-04-01T22:15:16.708Z | Compiling usdt-attr-macro v0.3.5 |
1689 | 2024-04-01T22:15:16.730Z | Compiling usdt-macro v0.3.5 |
1690 | 2024-04-01T22:15:17.977Z | Compiling scroll v0.12.0 |
1691 | 2024-04-01T22:15:18.078Z | Compiling md-5 v0.10.5 |
1692 | 2024-04-01T22:15:18.435Z | Compiling serde_tokenstream v0.2.0 |
1693 | 2024-04-01T22:15:18.973Z | Compiling idna v0.3.0 |
1694 | 2024-04-01T22:15:20.386Z | Compiling stringprep v0.1.3 |
1695 | 2024-04-01T22:15:21.346Z | Compiling diesel_table_macro_syntax v0.1.0 |
1696 | 2024-04-01T22:15:21.727Z | Compiling num-integer v0.1.46 |
1697 | 2024-04-01T22:15:22.194Z | Compiling object v0.32.1 |
1698 | 2024-04-01T22:15:22.275Z | Compiling hash32 v0.2.1 |
1699 | 2024-04-01T22:15:22.424Z | Compiling rustc-demangle v0.1.23 |
1700 | 2024-04-01T22:15:22.648Z | Compiling fallible-iterator v0.2.0 |
1701 | 2024-04-01T22:15:25.106Z | Compiling anstyle-query v1.0.0 |
1702 | 2024-04-01T22:15:25.254Z | Compiling plain v0.2.3 |
1703 | 2024-04-01T22:15:25.426Z | Compiling psl-types v2.0.11 |
1704 | 2024-04-01T22:15:26.156Z | Compiling colorchoice v1.0.0 |
1705 | 2024-04-01T22:15:27.026Z | Compiling anstream v0.6.11 |
1706 | 2024-04-01T22:15:28.314Z | Compiling publicsuffix v2.2.3 |
1707 | 2024-04-01T22:15:28.569Z | Compiling goblin v0.8.0 |
1708 | 2024-04-01T22:15:29.818Z | Compiling postgres-protocol v0.6.6 |
1709 | 2024-04-01T22:15:31.050Z | Compiling diesel_derives v2.1.2 |
1710 | 2024-04-01T22:15:33.438Z | Compiling tokio-rustls v0.24.1 |
1711 | 2024-04-01T22:15:38.037Z | Compiling pkcs8 v0.10.2 |
1712 | 2024-04-01T22:15:38.615Z | Compiling terminal_size v0.3.0 |
1713 | 2024-04-01T22:15:38.885Z | Compiling tokio-native-tls v0.3.1 |
1714 | 2024-04-01T22:15:39.175Z | Compiling phf_shared v0.11.2 |
1715 | 2024-04-01T22:15:39.611Z | Compiling strum_macros v0.25.2 |
1716 | 2024-04-01T22:15:39.940Z | Compiling regress v0.9.0 |
1717 | 2024-04-01T22:15:40.051Z | Compiling block-padding v0.3.3 |
1718 | 2024-04-01T22:15:40.673Z | Compiling enum-as-inner v0.5.1 |
1719 | 2024-04-01T22:15:40.875Z | Compiling serde_repr v0.1.16 |
1720 | 2024-04-01T22:15:41.596Z | Compiling clap_derive v4.5.0 |
1721 | 2024-04-01T22:15:42.181Z | Compiling ff v0.13.0 |
1722 | 2024-04-01T22:15:42.451Z | Compiling scheduled-thread-pool v0.2.7 |
1723 | 2024-04-01T22:15:43.212Z | Compiling encoding_rs v0.8.33 |
1724 | 2024-04-01T22:15:43.690Z | Compiling mime v0.3.17 |
1725 | 2024-04-01T22:15:44.783Z | Compiling base16ct v0.2.0 |
1726 | 2024-04-01T22:15:45.027Z | Compiling bit-vec v0.6.3 |
1727 | 2024-04-01T22:15:45.071Z | Compiling clap_lex v0.7.0 |
1728 | 2024-04-01T22:15:45.473Z | Compiling managed v0.8.0 |
1729 | 2024-04-01T22:15:45.530Z | Compiling ident_case v1.0.1 |
1730 | 2024-04-01T22:15:45.717Z | Compiling strsim v0.11.0 |
1731 | 2024-04-01T22:15:45.927Z | Compiling matches v0.1.10 |
1732 | 2024-04-01T22:15:46.126Z | Compiling regex-automata v0.1.10 |
1733 | 2024-04-01T22:15:46.369Z | Compiling strsim v0.10.0 |
1734 | 2024-04-01T22:15:46.480Z | Compiling pretty-hex v0.4.1 |
1735 | 2024-04-01T22:15:46.620Z | Compiling ipnet v2.9.0 |
1736 | 2024-04-01T22:15:46.701Z | Compiling dof v0.3.0 |
1737 | 2024-04-01T22:15:47.037Z | Compiling darling_core v0.20.3 |
1738 | 2024-04-01T22:15:47.427Z | Compiling bstr v0.2.17 |
1739 | 2024-04-01T22:15:48.622Z | Compiling clap_builder v4.5.1 |
1740 | 2024-04-01T22:15:48.804Z | Compiling idna v0.2.3 |
1741 | 2024-04-01T22:15:51.530Z | Compiling sec1 v0.7.3 |
1742 | 2024-04-01T22:15:52.108Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1743 | 2024-04-01T22:15:52.499Z | Compiling r2d2 v0.8.10 |
1744 | 2024-04-01T22:15:52.858Z | Compiling group v0.13.0 |
1745 | 2024-04-01T22:15:53.800Z | Compiling inout v0.1.3 |
1746 | 2024-04-01T22:15:55.884Z | Compiling phf v0.11.2 |
1747 | 2024-04-01T22:15:56.200Z | Compiling hyper-tls v0.5.0 |
1748 | 2024-04-01T22:15:56.221Z | Compiling signal-hook-mio v0.2.3 |
1749 | 2024-04-01T22:15:56.466Z | Compiling bzip2 v0.4.4 |
1750 | 2024-04-01T22:15:56.579Z | Compiling flate2 v1.0.28 |
1751 | 2024-04-01T22:15:56.822Z | Compiling hyper-rustls v0.24.2 |
1752 | 2024-04-01T22:15:56.847Z | Compiling cookie_store v0.20.0 |
1753 | 2024-04-01T22:15:56.905Z | Compiling postgres-types v0.2.6 |
1754 | 2024-04-01T22:15:57.486Z | Compiling zerocopy v0.6.4 |
1755 | 2024-04-01T22:15:57.653Z | Compiling hubpack v0.1.2 |
1756 | 2024-04-01T22:15:58.099Z | Compiling phf_shared v0.10.0 |
1757 | 2024-04-01T22:15:58.190Z | Compiling rustls-pemfile v1.0.3 |
1758 | 2024-04-01T22:15:58.288Z | Compiling hkdf v0.12.4 |
1759 | 2024-04-01T22:15:58.321Z | Compiling crossbeam-epoch v0.9.18 |
1760 | 2024-04-01T22:15:58.471Z | Compiling serde_urlencoded v0.7.1 |
1761 | 2024-04-01T22:15:58.981Z | Compiling ipnetwork v0.20.0 |
1762 | 2024-04-01T22:15:59.073Z | Compiling futures-executor v0.3.30 |
1763 | 2024-04-01T22:15:59.591Z | Compiling dtrace-parser v0.2.0 |
1764 | 2024-04-01T22:15:59.735Z | Compiling crypto-bigint v0.5.2 |
1765 | 2024-04-01T22:15:59.869Z | Compiling float-cmp v0.9.0 |
1766 | 2024-04-01T22:16:00.097Z | Compiling fixedbitset v0.4.2 |
1767 | 2024-04-01T22:16:00.506Z | Compiling predicates-core v1.0.6 |
1768 | 2024-04-01T22:16:00.797Z | Compiling data-encoding v2.4.0 |
1769 | 2024-04-01T22:16:01.271Z | Compiling precomputed-hash v0.1.1 |
1770 | 2024-04-01T22:16:01.393Z | Compiling either v1.10.0 |
1771 | 2024-04-01T22:16:01.536Z | Compiling winnow v0.6.1 |
1772 | 2024-04-01T22:16:01.792Z | Compiling whoami v1.5.0 |
1773 | 2024-04-01T22:16:01.809Z | Compiling difflib v0.4.0 |
1774 | 2024-04-01T22:16:02.342Z | Compiling static_assertions v1.1.0 |
1775 | 2024-04-01T22:16:02.447Z | Compiling normalize-line-endings v0.3.0 |
1776 | 2024-04-01T22:16:02.921Z | Compiling sync_wrapper v0.1.2 |
1777 | 2024-04-01T22:16:03.073Z | Compiling minimal-lexical v0.2.1 |
1778 | 2024-04-01T22:16:03.568Z | Compiling new_debug_unreachable v1.0.4 |
1779 | 2024-04-01T22:16:03.592Z | Compiling webpki-roots v0.25.2 |
1780 | 2024-04-01T22:16:03.860Z | Compiling string_cache v0.8.7 |
1781 | 2024-04-01T22:16:03.869Z | Compiling reqwest v0.11.24 |
1782 | 2024-04-01T22:16:03.869Z | Compiling nom v7.1.3 |
1783 | 2024-04-01T22:16:04.108Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1784 | 2024-04-01T22:16:05.169Z | Compiling toml_edit v0.22.6 |
1785 | 2024-04-01T22:16:05.267Z | Compiling predicates v3.1.0 |
1786 | 2024-04-01T22:16:05.714Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1787 | 2024-04-01T22:16:06.789Z | Compiling tokio-postgres v0.7.10 |
1788 | 2024-04-01T22:16:07.400Z | Compiling itertools v0.10.5 |
1789 | 2024-04-01T22:16:08.398Z | Compiling elliptic-curve v0.13.8 |
1790 | 2024-04-01T22:16:09.133Z | Compiling trust-dns-proto v0.22.0 |
1791 | 2024-04-01T22:16:10.182Z | Compiling petgraph v0.6.4 |
1792 | 2024-04-01T22:16:12.429Z | Compiling diesel v2.1.4 |
1793 | 2024-04-01T22:16:12.617Z | Compiling futures v0.3.30 |
1794 | 2024-04-01T22:16:12.744Z | Compiling yasna v0.5.2 |
1795 | 2024-04-01T22:16:13.287Z | Compiling zip v0.6.6 |
1796 | 2024-04-01T22:16:13.803Z | Compiling crossterm v0.27.0 |
1797 | 2024-04-01T22:16:14.002Z | Compiling cipher v0.4.4 |
1798 | 2024-04-01T22:16:14.482Z | Compiling darling_macro v0.20.3 |
1799 | 2024-04-01T22:16:15.177Z | Compiling clap v4.5.1 |
1800 | 2024-04-01T22:16:15.305Z | Compiling similar v2.4.0 |
1801 | 2024-04-01T22:16:15.376Z | Compiling bit-set v0.5.3 |
1802 | 2024-04-01T22:16:16.449Z | Compiling num-iter v0.1.44 |
1803 | 2024-04-01T22:16:16.632Z | Compiling usdt v0.3.5 |
1804 | 2024-04-01T22:16:16.701Z | Compiling console v0.15.8 |
1805 | 2024-04-01T22:16:17.291Z | Compiling tokio-stream v0.1.14 |
1806 | 2024-04-01T22:16:17.295Z | Compiling toml v0.7.8 |
1807 | 2024-04-01T22:16:17.986Z | Compiling bstr v1.9.0 |
1808 | 2024-04-01T22:16:18.198Z | Compiling hex v0.4.3 |
1809 | 2024-04-01T22:16:18.515Z | Compiling proc-macro-error-attr v1.0.4 |
1810 | 2024-04-01T22:16:18.841Z | Compiling peg-runtime v0.8.2 |
1811 | 2024-04-01T22:16:18.860Z | Compiling lalrpop-util v0.19.12 |
1812 | 2024-04-01T22:16:19.350Z | Compiling darling v0.20.3 |
1813 | 2024-04-01T22:16:19.393Z | Compiling proc-macro-crate v1.3.1 |
1814 | 2024-04-01T22:16:20.466Z | Compiling proc-macro-error v1.0.4 |
1815 | 2024-04-01T22:16:20.743Z | Compiling heapless v0.8.0 |
1816 | 2024-04-01T22:16:21.242Z | Compiling camino v1.1.6 |
1817 | 2024-04-01T22:16:22.309Z | Compiling num_enum_derive v0.5.11 |
1818 | 2024-04-01T22:16:30.888Z | Compiling atty v0.2.14 |
1819 | 2024-04-01T22:16:31.555Z | Compiling hash32 v0.3.1 |
1820 | 2024-04-01T22:16:31.560Z | Compiling rustls-pki-types v1.3.0 |
1821 | 2024-04-01T22:16:33.166Z | Compiling smoltcp v0.11.0 |
1822 | 2024-04-01T22:16:33.187Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1823 | 2024-04-01T22:16:49.259Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1824 | 2024-04-01T22:16:59.219Z | Compiling num_enum v0.5.11 |
1825 | 2024-04-01T22:17:02.352Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1826 | 2024-04-01T22:17:02.523Z | Compiling getopts v0.2.21 |
1827 | 2024-04-01T22:17:03.624Z | Compiling dirs-sys-next v0.1.2 |
1828 | 2024-04-01T22:17:03.978Z | Compiling cobs v0.2.3 |
1829 | 2024-04-01T22:17:04.377Z | Compiling unsafe-libyaml v0.2.10 |
1830 | 2024-04-01T22:17:04.451Z | Compiling rustls v0.22.2 |
1831 | 2024-04-01T22:17:04.610Z | Compiling embedded-io v0.4.0 |
1832 | 2024-04-01T22:17:04.843Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1833 | 2024-04-01T22:17:05.518Z | Compiling postcard v1.0.8 |
1834 | 2024-04-01T22:17:05.679Z | Compiling serde_yaml v0.9.25 |
1835 | 2024-04-01T22:17:08.694Z | Compiling dirs-next v2.0.0 |
1836 | 2024-04-01T22:17:10.032Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1837 | 2024-04-01T22:17:16.905Z | Compiling rustls-webpki v0.102.1 |
1838 | 2024-04-01T22:17:21.743Z | Compiling strum_macros v0.26.1 |
1839 | 2024-04-01T22:17:24.458Z | Compiling structmeta-derive v0.3.0 |
1840 | 2024-04-01T22:17:24.753Z | Compiling foreign-types-macros v0.2.3 |
1841 | 2024-04-01T22:17:25.289Z | Compiling thread_local v1.1.7 |
1842 | 2024-04-01T22:17:25.428Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1843 | 2024-04-01T22:17:25.726Z | Compiling multer v3.0.0 |
1844 | 2024-04-01T22:17:25.942Z | Compiling foreign-types-shared v0.3.1 |
1845 | 2024-04-01T22:17:26.101Z | Compiling paste v1.0.14 |
1846 | 2024-04-01T22:17:26.574Z | Compiling match_cfg v0.1.0 |
1847 | 2024-04-01T22:17:26.681Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1848 | 2024-04-01T22:17:27.075Z | Compiling slog-async v2.8.0 |
1849 | 2024-04-01T22:17:27.082Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1850 | 2024-04-01T22:17:28.400Z | Compiling structmeta v0.3.0 |
1851 | 2024-04-01T22:17:28.866Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1852 | 2024-04-01T22:17:31.837Z | Compiling hostname v0.3.1 |
1853 | 2024-04-01T22:17:32.282Z | Compiling strum v0.26.1 |
1854 | 2024-04-01T22:17:33.901Z | Compiling foreign-types v0.5.0 |
1855 | 2024-04-01T22:17:35.587Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1856 | 2024-04-01T22:17:45.529Z | Compiling term v0.7.0 |
1857 | 2024-04-01T22:17:46.736Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1858 | 2024-04-01T22:17:48.260Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1859 | 2024-04-01T22:17:49.321Z | Compiling slog-json v2.6.1 |
1860 | 2024-04-01T22:17:49.842Z | Compiling crossbeam-channel v0.5.8 |
1861 | 2024-04-01T22:17:50.960Z | Compiling tabwriter v1.4.0 |
1862 | 2024-04-01T22:17:51.475Z | Compiling http v1.0.0 |
1863 | 2024-04-01T22:17:51.551Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1864 | 2024-04-01T22:17:51.789Z | Compiling async-stream-impl v0.3.5 |
1865 | 2024-04-01T22:17:52.335Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1866 | 2024-04-01T22:17:52.554Z | Compiling cstr-argument v0.1.2 |
1867 | 2024-04-01T22:17:52.815Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1868 | 2024-04-01T22:17:53.009Z | Compiling take_mut v0.2.2 |
1869 | 2024-04-01T22:17:53.126Z | Compiling atomic-waker v1.1.1 |
1870 | 2024-04-01T22:17:53.161Z | Compiling rayon-core v1.12.1 |
1871 | 2024-04-01T22:17:53.181Z | Compiling fastrand v2.0.1 |
1872 | 2024-04-01T22:17:53.329Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1873 | 2024-04-01T22:17:53.353Z | Compiling pretty-hex v0.2.1 |
1874 | 2024-04-01T22:17:53.568Z | Compiling crucible-workspace-hack v0.1.0 |
1875 | 2024-04-01T22:17:53.959Z | Compiling tempfile v3.10.0 |
1876 | 2024-04-01T22:17:53.990Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1877 | 2024-04-01T22:17:54.064Z | Compiling waitgroup v0.1.2 |
1878 | 2024-04-01T22:17:54.616Z | Compiling async-stream v0.3.5 |
1879 | 2024-04-01T22:17:54.952Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1880 | 2024-04-01T22:17:55.896Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1881 | 2024-04-01T22:17:56.069Z | Compiling slog-bunyan v2.5.0 |
1882 | 2024-04-01T22:17:56.242Z | Compiling slog-term v2.9.0 |
1883 | 2024-04-01T22:17:56.279Z | Compiling tokio-rustls v0.25.0 |
1884 | 2024-04-01T22:17:56.746Z | Compiling parse-display-derive v0.9.0 |
1885 | 2024-04-01T22:17:57.420Z | Compiling toml v0.8.10 |
1886 | 2024-04-01T22:17:57.537Z | Compiling rustls-pemfile v2.1.1 |
1887 | 2024-04-01T22:17:57.639Z | Compiling serde_with_macros v3.6.1 |
1888 | 2024-04-01T22:17:58.282Z | Compiling sha1 v0.10.6 |
1889 | 2024-04-01T22:17:59.198Z | Compiling crossbeam-deque v0.8.3 |
1890 | 2024-04-01T22:17:59.220Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1891 | 2024-04-01T22:17:59.591Z | Compiling colored v2.1.0 |
1892 | 2024-04-01T22:18:00.320Z | Compiling newtype-uuid v1.0.1 |
1893 | 2024-04-01T22:18:00.667Z | Compiling serde_path_to_error v0.1.16 |
1894 | 2024-04-01T22:18:00.691Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1895 | 2024-04-01T22:18:00.943Z | Compiling socket2 v0.4.9 |
1896 | 2024-04-01T22:18:01.229Z | Compiling instant v0.1.12 |
1897 | 2024-04-01T22:18:01.392Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1898 | 2024-04-01T22:18:01.411Z | Compiling debug-ignore v1.0.5 |
1899 | 2024-04-01T22:18:01.636Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1900 | 2024-04-01T22:18:01.767Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1901 | 2024-04-01T22:18:02.592Z | Compiling backoff v0.4.0 |
1902 | 2024-04-01T22:18:02.963Z | Compiling parse-display v0.9.0 |
1903 | 2024-04-01T22:18:03.210Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1904 | 2024-04-01T22:18:03.639Z | Compiling serde_with v3.6.1 |
1905 | 2024-04-01T22:18:05.109Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1906 | 2024-04-01T22:18:05.820Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
1907 | 2024-04-01T22:18:07.575Z | Compiling camino-tempfile v1.1.1 |
1908 | 2024-04-01T22:18:08.029Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6) |
1909 | 2024-04-01T22:18:08.106Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1910 | 2024-04-01T22:18:08.290Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1911 | 2024-04-01T22:18:08.414Z | Compiling heck v0.3.3 |
1912 | 2024-04-01T22:18:08.466Z | Compiling textwrap v0.11.0 |
1913 | 2024-04-01T22:18:08.811Z | Compiling macaddr v1.0.1 |
1914 | 2024-04-01T22:18:09.454Z | Compiling num-derive v0.4.0 |
1915 | 2024-04-01T22:18:09.560Z | Compiling ansi_term v0.12.1 |
1916 | 2024-04-01T22:18:09.631Z | Compiling strsim v0.8.0 |
1917 | 2024-04-01T22:18:10.377Z | Compiling vec_map v0.8.2 |
1918 | 2024-04-01T22:18:10.727Z | Compiling libefi-sys v0.1.0 |
1919 | 2024-04-01T22:18:11.024Z | Compiling clap v2.34.0 |
1920 | 2024-04-01T22:18:11.074Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1921 | 2024-04-01T22:18:11.287Z | Compiling structopt-derive v0.4.18 |
1922 | 2024-04-01T22:18:11.587Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b) |
1923 | 2024-04-01T22:18:13.240Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6) |
1924 | 2024-04-01T22:18:13.811Z | Compiling rayon v1.9.0 |
1925 | 2024-04-01T22:18:13.928Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1926 | 2024-04-01T22:18:14.014Z | Compiling smf v0.2.2 |
1927 | 2024-04-01T22:18:15.053Z | Compiling blake3 v1.5.0 |
1928 | 2024-04-01T22:18:15.622Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1929 | 2024-04-01T22:18:15.987Z | Compiling portable-atomic v1.4.3 |
1930 | 2024-04-01T22:18:16.867Z | Compiling structopt v0.3.26 |
1931 | 2024-04-01T22:18:17.053Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1932 | 2024-04-01T22:18:17.347Z | Compiling xattr v1.0.1 |
1933 | 2024-04-01T22:18:17.369Z | Compiling filetime v0.2.23 |
1934 | 2024-04-01T22:18:17.651Z | Compiling memmap2 v0.7.1 |
1935 | 2024-04-01T22:18:17.720Z | Compiling constant_time_eq v0.3.0 |
1936 | 2024-04-01T22:18:17.907Z | Compiling same-file v1.0.6 |
1937 | 2024-04-01T22:18:18.178Z | Compiling arrayref v0.3.7 |
1938 | 2024-04-01T22:18:18.182Z | Compiling arrayvec v0.7.4 |
1939 | 2024-04-01T22:18:18.214Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1940 | 2024-04-01T22:18:18.287Z | Compiling walkdir v2.4.0 |
1941 | 2024-04-01T22:18:18.366Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1942 | 2024-04-01T22:18:18.738Z | Compiling tar v0.4.40 |
1943 | 2024-04-01T22:18:19.891Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1944 | 2024-04-01T22:18:20.667Z | Compiling gethostname v0.4.3 |
1945 | 2024-04-01T22:18:20.937Z | Compiling number_prefix v0.4.0 |
1946 | 2024-04-01T22:18:21.189Z | Compiling topological-sort v0.2.2 |
1947 | 2024-04-01T22:18:21.556Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1948 | 2024-04-01T22:18:22.134Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1949 | 2024-04-01T22:18:22.207Z | Compiling indicatif v0.17.8 |
1950 | 2024-04-01T22:18:22.861Z | Compiling omicron-zone-package v0.11.0 |
1951 | 2024-04-01T22:18:24.434Z | Compiling swrite v0.1.0 |
1952 | 2024-04-01T22:18:31.882Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1953 | 2024-04-01T22:18:34.332Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1954 | 2024-04-01T22:18:34.741Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1955 | 2024-04-01T22:18:36.927Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1956 | 2024-04-01T22:18:54.401Z | Finished release [optimized] target(s) in 5m 44s |
1957 | 2024-04-01T22:18:54.657Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1958 | 2024-04-01T22:18:54.716Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1959 | 2024-04-01T22:18:54.726Z | Created new build target 'test' and set it as active |
1960 | 2024-04-01T22:18:54.726Z | |
1961 | 2024-04-01T22:18:54.726Z | real 5:44.915276703 |
1962 | 2024-04-01T22:18:54.726Z | user 32:32.385195020 |
1963 | 2024-04-01T22:18:54.726Z | sys 3:50.175626598 |
1964 | 2024-04-01T22:18:54.726Z | trap 0.944654492 |
1965 | 2024-04-01T22:18:54.726Z | tflt 5.787572247 |
1966 | 2024-04-01T22:18:54.727Z | dflt 4.973671502 |
1967 | 2024-04-01T22:18:54.727Z | kflt 0.237877701 |
1968 | 2024-04-01T22:18:54.727Z | lock 1:08:53.623579515 |
1969 | 2024-04-01T22:18:54.727Z | slp 1:32:37.664556989 |
1970 | 2024-04-01T22:18:54.727Z | lat 2:07.898144941 |
1971 | 2024-04-01T22:18:54.727Z | stop 3:41.299740240 |
1972 | 2024-04-01T22:18:54.727Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1973 | 2024-04-01T22:18:55.516Z | Finished release [optimized] target(s) in 0.75s |
1974 | 2024-04-01T22:18:55.538Z | Running `target/release/omicron-package -t test package` |
1975 | 2024-04-01T22:18:55.565Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1976 | 2024-04-01T22:18:56.405Z | Compiling base64 v0.22.0 |
1977 | 2024-04-01T22:18:56.406Z | Compiling newline-converter v0.3.0 |
1978 | 2024-04-01T22:18:56.417Z | Compiling usdt-macro v0.5.0 |
1979 | 2024-04-01T22:18:56.418Z | Compiling usdt-attr-macro v0.5.0 |
1980 | 2024-04-01T22:18:56.418Z | Compiling memmap v0.7.0 |
1981 | 2024-04-01T22:18:56.497Z | Compiling humantime v2.1.0 |
1982 | 2024-04-01T22:18:56.513Z | Compiling linked-hash-map v0.5.6 |
1983 | 2024-04-01T22:18:56.513Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1984 | 2024-04-01T22:18:56.611Z | Compiling expectorate v1.1.0 |
1985 | 2024-04-01T22:18:56.770Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1986 | 2024-04-01T22:18:56.786Z | Compiling password-hash v0.5.0 |
1987 | 2024-04-01T22:18:56.859Z | Compiling lru-cache v0.1.2 |
1988 | 2024-04-01T22:18:57.019Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1989 | 2024-04-01T22:18:57.265Z | Compiling blake2 v0.10.6 |
1990 | 2024-04-01T22:18:57.497Z | Compiling semver v0.1.20 |
1991 | 2024-04-01T22:18:57.703Z | Compiling argon2 v0.5.3 |
1992 | 2024-04-01T22:18:57.807Z | Compiling rustc_version v0.1.7 |
1993 | 2024-04-01T22:18:57.823Z | Compiling usdt v0.5.0 |
1994 | 2024-04-01T22:18:58.026Z | Compiling bytecount v0.6.3 |
1995 | 2024-04-01T22:18:58.188Z | Compiling newtype_derive v0.1.6 |
1996 | 2024-04-01T22:18:58.308Z | Compiling papergrid v0.11.0 |
1997 | 2024-04-01T22:18:58.456Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1998 | 2024-04-01T22:18:58.526Z | Compiling tabled_derive v0.7.0 |
1999 | 2024-04-01T22:18:59.169Z | Compiling quick-error v1.2.3 |
2000 | 2024-04-01T22:18:59.205Z | Compiling steno v0.4.0 |
2001 | 2024-04-01T22:18:59.643Z | Compiling resolv-conf v0.7.0 |
2002 | 2024-04-01T22:18:59.643Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2003 | 2024-04-01T22:19:00.449Z | Compiling derive-where v1.2.7 |
2004 | 2024-04-01T22:19:00.858Z | Compiling tabled v0.15.0 |
2005 | 2024-04-01T22:19:00.962Z | Compiling slog-dtrace v0.3.0 |
2006 | 2024-04-01T22:19:01.241Z | Compiling num-rational v0.4.1 |
2007 | 2024-04-01T22:19:01.532Z | Compiling termcolor v1.2.0 |
2008 | 2024-04-01T22:19:02.867Z | Compiling trust-dns-resolver v0.22.0 |
2009 | 2024-04-01T22:19:03.169Z | Compiling itertools v0.12.1 |
2010 | 2024-04-01T22:19:03.687Z | Compiling utf-8 v0.7.6 |
2011 | 2024-04-01T22:19:06.891Z | Compiling num-complex v0.4.4 |
2012 | 2024-04-01T22:19:08.154Z | Compiling num v0.4.1 |
2013 | 2024-04-01T22:19:08.167Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2014 | 2024-04-01T22:19:08.259Z | Compiling nibble_vec v0.1.0 |
2015 | 2024-04-01T22:19:08.479Z | Compiling endian-type v0.1.2 |
2016 | 2024-04-01T22:19:08.724Z | Compiling radium v0.7.0 |
2017 | 2024-04-01T22:19:09.175Z | Compiling radix_trie v0.2.1 |
2018 | 2024-04-01T22:19:09.228Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2019 | 2024-04-01T22:19:10.097Z | Compiling tungstenite v0.20.1 |
2020 | 2024-04-01T22:19:12.397Z | Compiling tap v1.0.1 |
2021 | 2024-04-01T22:19:12.583Z | Compiling maybe-uninit v2.0.0 |
2022 | 2024-04-01T22:19:13.105Z | Compiling wyz v0.5.1 |
2023 | 2024-04-01T22:19:13.122Z | Compiling tokio-tungstenite v0.20.1 |
2024 | 2024-04-01T22:19:13.680Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2025 | 2024-04-01T22:19:14.125Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2026 | 2024-04-01T22:19:15.558Z | Compiling display-error-chain v0.2.0 |
2027 | 2024-04-01T22:19:15.742Z | Compiling packed_struct v0.10.1 |
2028 | 2024-04-01T22:19:16.126Z | Compiling cancel-safe-futures v0.1.5 |
2029 | 2024-04-01T22:19:16.456Z | Compiling funty v2.0.0 |
2030 | 2024-04-01T22:19:19.054Z | Compiling num-bigint-dig v0.8.4 |
2031 | 2024-04-01T22:19:19.330Z | Compiling arc-swap v1.6.0 |
2032 | 2024-04-01T22:19:19.509Z | Compiling crc-catalog v2.2.0 |
2033 | 2024-04-01T22:19:19.645Z | Compiling crc v3.0.1 |
2034 | 2024-04-01T22:19:20.068Z | Compiling slog-scope v4.4.0 |
2035 | 2024-04-01T22:19:20.494Z | Compiling bitvec v1.0.1 |
2036 | 2024-04-01T22:19:21.140Z | Compiling fxhash v0.2.1 |
2037 | 2024-04-01T22:19:21.354Z | Compiling packed_struct_codegen v0.10.1 |
2038 | 2024-04-01T22:19:22.920Z | Compiling indexmap v1.9.3 |
2039 | 2024-04-01T22:19:23.216Z | Compiling nodrop v0.1.14 |
2040 | 2024-04-01T22:19:23.340Z | Compiling array-init v0.0.4 |
2041 | 2024-04-01T22:19:23.948Z | Compiling smallvec v0.6.14 |
2042 | 2024-04-01T22:19:24.604Z | Compiling slog-stdlog v4.1.1 |
2043 | 2024-04-01T22:19:25.076Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2044 | 2024-04-01T22:19:25.481Z | Compiling rayon-core v1.12.1 |
2045 | 2024-04-01T22:19:25.499Z | Compiling pkcs1 v0.7.5 |
2046 | 2024-04-01T22:19:26.006Z | Compiling is-terminal v0.4.9 |
2047 | 2024-04-01T22:19:26.139Z | Compiling signature v2.1.0 |
2048 | 2024-04-01T22:19:26.383Z | Compiling crossbeam-deque v0.8.3 |
2049 | 2024-04-01T22:19:26.713Z | Compiling dirs-sys-next v0.1.2 |
2050 | 2024-04-01T22:19:27.215Z | Compiling half v2.3.1 |
2051 | 2024-04-01T22:19:27.913Z | Compiling ciborium-io v0.2.2 |
2052 | 2024-04-01T22:19:28.036Z | Compiling glob v0.3.1 |
2053 | 2024-04-01T22:19:28.751Z | Compiling hashbrown v0.12.3 |
2054 | 2024-04-01T22:19:28.856Z | Compiling bitfield v0.14.0 |
2055 | 2024-04-01T22:19:29.154Z | Compiling same-file v1.0.6 |
2056 | 2024-04-01T22:19:29.366Z | Compiling fastrand v2.0.1 |
2057 | 2024-04-01T22:19:29.629Z | Compiling crunchy v0.2.2 |
2058 | 2024-04-01T22:19:29.877Z | Compiling tempfile v3.10.0 |
2059 | 2024-04-01T22:19:30.082Z | Compiling walkdir v2.4.0 |
2060 | 2024-04-01T22:19:30.629Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2061 | 2024-04-01T22:19:30.719Z | Compiling clang-sys v1.6.1 |
2062 | 2024-04-01T22:19:31.045Z | Compiling ciborium-ll v0.2.2 |
2063 | 2024-04-01T22:19:31.363Z | Compiling rsa v0.9.2 |
2064 | 2024-04-01T22:19:31.526Z | Compiling dirs-next v2.0.0 |
2065 | 2024-04-01T22:19:33.205Z | Compiling env_logger v0.10.0 |
2066 | 2024-04-01T22:19:34.594Z | Compiling slog-envlogger v2.2.0 |
2067 | 2024-04-01T22:19:36.855Z | Compiling serde-hex v0.1.0 |
2068 | 2024-04-01T22:19:37.272Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2069 | 2024-04-01T22:19:37.776Z | Compiling camino v1.1.6 |
2070 | 2024-04-01T22:19:37.776Z | Compiling x509-cert v0.2.4 |
2071 | 2024-04-01T22:19:37.776Z | Compiling ron v0.8.1 |
2072 | 2024-04-01T22:19:37.776Z | Compiling hashbrown v0.13.2 |
2073 | 2024-04-01T22:19:38.600Z | Compiling semver-parser v0.10.2 |
2074 | 2024-04-01T22:19:40.435Z | Compiling unicase v2.7.0 |
2075 | 2024-04-01T22:19:40.739Z | Compiling tiny-keccak v2.0.2 |
2076 | 2024-04-01T22:19:41.010Z | Compiling crc-any v2.4.3 |
2077 | 2024-04-01T22:19:41.509Z | Compiling prettyplease v0.2.16 |
2078 | 2024-04-01T22:19:41.835Z | Compiling blake3 v1.5.0 |
2079 | 2024-04-01T22:19:41.938Z | Compiling semver v0.11.0 |
2080 | 2024-04-01T22:19:42.106Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2081 | 2024-04-01T22:19:42.638Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2082 | 2024-04-01T22:19:43.261Z | Compiling object v0.30.4 |
2083 | 2024-04-01T22:19:44.830Z | Compiling rayon v1.9.0 |
2084 | 2024-04-01T22:19:47.362Z | Compiling term v0.7.0 |
2085 | 2024-04-01T22:19:48.694Z | Compiling ciborium v0.2.2 |
2086 | 2024-04-01T22:19:49.514Z | Compiling darling_core v0.14.4 |
2087 | 2024-04-01T22:19:49.822Z | Compiling xattr v1.0.1 |
2088 | 2024-04-01T22:19:50.070Z | Compiling memmap2 v0.7.1 |
2089 | 2024-04-01T22:19:50.454Z | Compiling filetime v0.2.23 |
2090 | 2024-04-01T22:19:50.740Z | Compiling arrayref v0.3.7 |
2091 | 2024-04-01T22:19:50.833Z | Compiling home v0.5.5 |
2092 | 2024-04-01T22:19:50.843Z | Compiling constant_time_eq v0.3.0 |
2093 | 2024-04-01T22:19:50.987Z | Compiling path-slash v0.1.5 |
2094 | 2024-04-01T22:19:51.055Z | Compiling arrayvec v0.7.4 |
2095 | 2024-04-01T22:19:51.211Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2096 | 2024-04-01T22:19:52.896Z | Compiling toolchain_find v0.2.0 |
2097 | 2024-04-01T22:19:53.472Z | Compiling tar v0.4.40 |
2098 | 2024-04-01T22:19:54.635Z | Compiling darling_macro v0.14.4 |
2099 | 2024-04-01T22:19:55.542Z | Compiling ascii-canvas v3.0.0 |
2100 | 2024-04-01T22:19:55.736Z | Compiling camino-tempfile v1.1.1 |
2101 | 2024-04-01T22:19:56.011Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2102 | 2024-04-01T22:19:56.276Z | Compiling libsw v3.3.1 |
2103 | 2024-04-01T22:19:56.448Z | Compiling toml v0.5.11 |
2104 | 2024-04-01T22:19:56.628Z | Compiling ena v0.14.2 |
2105 | 2024-04-01T22:19:56.922Z | Compiling libloading v0.7.4 |
2106 | 2024-04-01T22:19:57.066Z | Compiling parking_lot_core v0.8.6 |
2107 | 2024-04-01T22:19:57.293Z | Compiling linear-map v1.2.0 |
2108 | 2024-04-01T22:19:57.468Z | Compiling topological-sort v0.2.2 |
2109 | 2024-04-01T22:19:57.668Z | Compiling bindgen v0.69.2 |
2110 | 2024-04-01T22:19:57.671Z | Compiling convert_case v0.4.0 |
2111 | 2024-04-01T22:19:58.084Z | Compiling diff v0.1.13 |
2112 | 2024-04-01T22:19:58.462Z | Compiling regex-syntax v0.6.29 |
2113 | 2024-04-01T22:19:58.655Z | Compiling owo-colors v4.0.0 |
2114 | 2024-04-01T22:19:59.673Z | Compiling derive_more v0.99.17 |
2115 | 2024-04-01T22:19:59.890Z | Compiling rustfmt-wrapper v0.2.0 |
2116 | 2024-04-01T22:20:05.918Z | Compiling omicron-zone-package v0.11.0 |
2117 | 2024-04-01T22:20:05.992Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2118 | 2024-04-01T22:20:05.993Z | Compiling lalrpop v0.19.12 |
2119 | 2024-04-01T22:20:05.993Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2120 | 2024-04-01T22:20:06.001Z | Compiling darling v0.14.4 |
2121 | 2024-04-01T22:20:06.098Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2122 | 2024-04-01T22:20:06.817Z | Compiling toml v0.8.10 |
2123 | 2024-04-01T22:20:06.925Z | Compiling cexpr v0.6.0 |
2124 | 2024-04-01T22:20:09.143Z | Compiling which v4.4.0 |
2125 | 2024-04-01T22:20:09.156Z | Compiling peeking_take_while v0.1.2 |
2126 | 2024-04-01T22:20:09.156Z | Compiling lazycell v1.3.0 |
2127 | 2024-04-01T22:20:09.156Z | Compiling shlex v1.3.0 |
2128 | 2024-04-01T22:20:09.156Z | Compiling rustc-hash v1.1.0 |
2129 | 2024-04-01T22:20:09.169Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2130 | 2024-04-01T22:20:09.607Z | Compiling derive_builder_core v0.12.0 |
2131 | 2024-04-01T22:20:11.190Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2132 | 2024-04-01T22:20:11.652Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2133 | 2024-04-01T22:20:11.869Z | Compiling headers-core v0.2.0 |
2134 | 2024-04-01T22:20:12.032Z | Compiling pem v3.0.2 |
2135 | 2024-04-01T22:20:12.179Z | Compiling libxml v0.3.3 |
2136 | 2024-04-01T22:20:12.271Z | Compiling async-recursion v1.0.5 |
2137 | 2024-04-01T22:20:12.931Z | Compiling ref-cast v1.0.20 |
2138 | 2024-04-01T22:20:12.943Z | Compiling platforms v3.0.2 |
2139 | 2024-04-01T22:20:13.021Z | Compiling headers v0.3.9 |
2140 | 2024-04-01T22:20:13.026Z | Compiling derive_builder_macro v0.12.0 |
2141 | 2024-04-01T22:20:13.229Z | Compiling parking_lot v0.11.2 |
2142 | 2024-04-01T22:20:13.684Z | Compiling mime_guess v2.0.4 |
2143 | 2024-04-01T22:20:13.799Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2144 | 2024-04-01T22:20:14.990Z | Compiling trust-dns-client v0.22.0 |
2145 | 2024-04-01T22:20:15.659Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2146 | 2024-04-01T22:20:15.944Z | Compiling strum_macros v0.24.3 |
2147 | 2024-04-01T22:20:19.389Z | Compiling ref-cast-impl v1.0.20 |
2148 | 2024-04-01T22:20:20.172Z | Compiling vte_generate_state_changes v0.1.1 |
2149 | 2024-04-01T22:20:20.492Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2150 | 2024-04-01T22:20:20.771Z | Compiling cookie v0.18.0 |
2151 | 2024-04-01T22:20:20.777Z | Compiling buf-list v1.0.3 |
2152 | 2024-04-01T22:20:21.071Z | Compiling doc-comment v0.3.3 |
2153 | 2024-04-01T22:20:21.313Z | Compiling indoc v1.0.9 |
2154 | 2024-04-01T22:20:21.856Z | Compiling vte v0.11.1 |
2155 | 2024-04-01T22:20:22.354Z | Compiling trust-dns-server v0.22.1 |
2156 | 2024-04-01T22:20:23.301Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2157 | 2024-04-01T22:20:24.352Z | Compiling derive_builder v0.12.0 |
2158 | 2024-04-01T22:20:24.550Z | Compiling sled v0.34.7 |
2159 | 2024-04-01T22:20:27.351Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2160 | 2024-04-01T22:20:30.021Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2161 | 2024-04-01T22:20:30.024Z | Compiling polar-core v0.27.0 |
2162 | 2024-04-01T22:20:30.024Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2163 | 2024-04-01T22:20:30.635Z | Compiling bb8 v0.8.3 |
2164 | 2024-04-01T22:20:31.131Z | Compiling const_format_proc_macros v0.2.32 |
2165 | 2024-04-01T22:20:31.265Z | Compiling quick-xml v0.30.0 |
2166 | 2024-04-01T22:20:33.095Z | Compiling oso-derive v0.27.0 |
2167 | 2024-04-01T22:20:34.069Z | Compiling pin-project-internal v1.1.3 |
2168 | 2024-04-01T22:20:35.139Z | Compiling impl-trait-for-tuples v0.2.2 |
2169 | 2024-04-01T22:20:36.760Z | Compiling memoffset v0.7.1 |
2170 | 2024-04-01T22:20:37.059Z | Compiling maplit v1.0.2 |
2171 | 2024-04-01T22:20:37.304Z | Compiling pin-project v1.1.3 |
2172 | 2024-04-01T22:20:37.432Z | Compiling const_format v0.2.32 |
2173 | 2024-04-01T22:20:38.696Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2174 | 2024-04-01T22:20:44.559Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2175 | 2024-04-01T22:20:44.944Z | Compiling curve25519-dalek v4.1.1 |
2176 | 2024-04-01T22:20:47.016Z | Compiling strip-ansi-escapes v0.2.0 |
2177 | 2024-04-01T22:20:53.152Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2178 | 2024-04-01T22:20:53.303Z | Compiling oso v0.27.0 |
2179 | 2024-04-01T22:21:00.427Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b) |
2180 | 2024-04-01T22:21:02.899Z | Compiling fd-lock v3.0.13 |
2181 | 2024-04-01T22:21:03.116Z | Compiling kstat-rs v0.2.3 |
2182 | 2024-04-01T22:21:04.069Z | Compiling snafu-derive v0.7.5 |
2183 | 2024-04-01T22:21:05.557Z | Compiling fs-err v2.11.0 |
2184 | 2024-04-01T22:21:05.847Z | Compiling strum v0.25.0 |
2185 | 2024-04-01T22:21:06.020Z | Compiling nu-ansi-term v0.50.0 |
2186 | 2024-04-01T22:21:07.270Z | Compiling keccak v0.1.4 |
2187 | 2024-04-01T22:21:08.244Z | Compiling sha3 v0.10.8 |
2188 | 2024-04-01T22:21:09.020Z | Compiling snafu v0.7.5 |
2189 | 2024-04-01T22:21:09.130Z | Compiling reedline v0.30.0 |
2190 | 2024-04-01T22:21:10.565Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2191 | 2024-04-01T22:21:11.649Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2192 | 2024-04-01T22:21:12.499Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6) |
2193 | 2024-04-01T22:21:17.943Z | Compiling env_logger v0.9.3 |
2194 | 2024-04-01T22:21:22.685Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2195 | 2024-04-01T22:21:26.119Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2196 | 2024-04-01T22:21:26.262Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2197 | 2024-04-01T22:21:26.583Z | Compiling globset v0.4.13 |
2198 | 2024-04-01T22:21:27.838Z | Compiling fd-lock v4.0.2 |
2199 | 2024-04-01T22:21:28.055Z | Compiling peg-macros v0.8.2 |
2200 | 2024-04-01T22:21:31.258Z | Compiling olpc-cjson v0.1.3 |
2201 | 2024-04-01T22:21:31.385Z | Compiling universal-hash v0.5.1 |
2202 | 2024-04-01T22:21:31.578Z | Compiling nix v0.27.1 |
2203 | 2024-04-01T22:21:31.595Z | Compiling secrecy v0.8.0 |
2204 | 2024-04-01T22:21:31.859Z | Compiling serde_plain v1.0.2 |
2205 | 2024-04-01T22:21:31.950Z | Compiling thiserror-impl-no-std v2.0.2 |
2206 | 2024-04-01T22:21:32.371Z | Compiling sqlparser_derive v0.2.2 |
2207 | 2024-04-01T22:21:33.366Z | Compiling curve25519-dalek-derive v0.1.0 |
2208 | 2024-04-01T22:21:33.502Z | Compiling nanorand v0.7.0 |
2209 | 2024-04-01T22:21:34.273Z | Compiling bitstruct_derive v0.1.0 |
2210 | 2024-04-01T22:21:34.689Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2211 | 2024-04-01T22:21:34.732Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2212 | 2024-04-01T22:21:34.826Z | Compiling unicode_categories v0.1.1 |
2213 | 2024-04-01T22:21:34.881Z | Compiling signature v1.6.4 |
2214 | 2024-04-01T22:21:35.032Z | Compiling opaque-debug v0.3.0 |
2215 | 2024-04-01T22:21:35.043Z | Compiling ascii v1.1.0 |
2216 | 2024-04-01T22:21:35.150Z | Compiling salty v0.2.0 |
2217 | 2024-04-01T22:21:35.417Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2218 | 2024-04-01T22:21:35.475Z | Compiling typed-path v0.7.0 |
2219 | 2024-04-01T22:21:35.553Z | Compiling bitstruct v0.1.1 |
2220 | 2024-04-01T22:21:35.668Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2221 | 2024-04-01T22:21:35.732Z | Compiling rustyline v13.0.0 |
2222 | 2024-04-01T22:21:35.780Z | Compiling poly1305 v0.8.0 |
2223 | 2024-04-01T22:21:37.451Z | Compiling sqlformat v0.2.3 |
2224 | 2024-04-01T22:21:37.841Z | Compiling tough v0.16.0 |
2225 | 2024-04-01T22:21:38.205Z | Compiling ed25519 v1.5.3 |
2226 | 2024-04-01T22:21:38.487Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2227 | 2024-04-01T22:21:42.015Z | Compiling thiserror-no-std v2.0.2 |
2228 | 2024-04-01T22:21:42.132Z | Compiling flume v0.11.0 |
2229 | 2024-04-01T22:21:42.889Z | Compiling sqlparser v0.43.1 |
2230 | 2024-04-01T22:21:46.047Z | Compiling peg v0.8.2 |
2231 | 2024-04-01T22:21:46.158Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2232 | 2024-04-01T22:21:46.186Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2233 | 2024-04-01T22:21:46.729Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2234 | 2024-04-01T22:21:54.836Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2235 | 2024-04-01T22:21:55.941Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2236 | 2024-04-01T22:21:56.264Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2237 | 2024-04-01T22:21:57.040Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2238 | 2024-04-01T22:21:57.730Z | Compiling chacha20 v0.9.1 |
2239 | 2024-04-01T22:21:58.175Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2240 | 2024-04-01T22:22:00.457Z | Compiling aead v0.5.2 |
2241 | 2024-04-01T22:22:00.777Z | Compiling bcs v0.1.6 |
2242 | 2024-04-01T22:22:01.259Z | Compiling serde-big-array v0.5.1 |
2243 | 2024-04-01T22:22:01.503Z | Compiling erased-serde v0.3.31 |
2244 | 2024-04-01T22:22:01.653Z | Compiling serde_arrays v0.1.0 |
2245 | 2024-04-01T22:22:01.835Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2246 | 2024-04-01T22:22:02.645Z | Compiling parse-size v1.0.0 |
2247 | 2024-04-01T22:22:02.941Z | Compiling highway v1.1.0 |
2248 | 2024-04-01T22:22:03.171Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2249 | 2024-04-01T22:22:04.393Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2250 | 2024-04-01T22:22:06.512Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2251 | 2024-04-01T22:22:12.757Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2252 | 2024-04-01T22:22:14.687Z | Compiling chacha20poly1305 v0.10.1 |
2253 | 2024-04-01T22:22:14.926Z | Compiling vsss-rs v3.3.4 |
2254 | 2024-04-01T22:22:25.010Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2255 | 2024-04-01T22:22:25.085Z | Compiling signal-hook-tokio v0.3.1 |
2256 | 2024-04-01T22:22:25.292Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6) |
2257 | 2024-04-01T22:22:27.558Z | Compiling castaway v0.2.2 |
2258 | 2024-04-01T22:22:27.742Z | Compiling rand_seeder v0.2.3 |
2259 | 2024-04-01T22:22:28.136Z | Compiling serde-big-array v0.4.1 |
2260 | 2024-04-01T22:22:28.340Z | Compiling http-range v0.1.5 |
2261 | 2024-04-01T22:22:28.920Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2262 | 2024-04-01T22:22:29.229Z | Compiling hyper-staticfile v0.9.5 |
2263 | 2024-04-01T22:22:29.779Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2264 | 2024-04-01T22:22:30.919Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2265 | 2024-04-01T22:22:32.312Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2266 | 2024-04-01T22:22:32.501Z | Compiling compact_str v0.7.1 |
2267 | 2024-04-01T22:22:32.616Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6) |
2268 | 2024-04-01T22:22:33.750Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2269 | 2024-04-01T22:22:41.005Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2270 | 2024-04-01T22:22:41.628Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2271 | 2024-04-01T22:22:48.397Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2272 | 2024-04-01T22:22:49.691Z | Compiling zone_cfg_derive v0.1.2 |
2273 | 2024-04-01T22:22:51.087Z | Compiling tungstenite v0.21.0 |
2274 | 2024-04-01T22:22:55.470Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2275 | 2024-04-01T22:22:55.817Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2276 | 2024-04-01T22:22:56.110Z | Compiling lru v0.12.1 |
2277 | 2024-04-01T22:22:56.434Z | Compiling stability v0.1.1 |
2278 | 2024-04-01T22:22:56.450Z | Compiling base64 v0.13.1 |
2279 | 2024-04-01T22:22:57.209Z | Compiling corncobs v0.1.3 |
2280 | 2024-04-01T22:22:57.335Z | Compiling cassowary v0.3.0 |
2281 | 2024-04-01T22:22:57.579Z | Compiling indoc v2.0.3 |
2282 | 2024-04-01T22:22:58.507Z | Compiling ratatui v0.26.1 |
2283 | 2024-04-01T22:23:00.800Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2284 | 2024-04-01T22:23:01.598Z | Compiling ron v0.7.1 |
2285 | 2024-04-01T22:23:01.726Z | Compiling tokio-tungstenite v0.21.0 |
2286 | 2024-04-01T22:23:02.302Z | Compiling zone v0.1.8 |
2287 | 2024-04-01T22:23:06.629Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2288 | 2024-04-01T22:23:07.068Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2289 | 2024-04-01T22:23:07.702Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2290 | 2024-04-01T22:23:16.217Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2291 | 2024-04-01T22:23:28.042Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2292 | 2024-04-01T22:23:29.349Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2293 | 2024-04-01T22:23:29.379Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2294 | 2024-04-01T22:23:32.246Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2295 | 2024-04-01T22:23:32.537Z | Compiling portpicker v0.1.1 |
2296 | 2024-04-01T22:23:33.069Z | Compiling smawk v0.3.1 |
2297 | 2024-04-01T22:23:33.317Z | Compiling unicode-linebreak v0.1.5 |
2298 | 2024-04-01T22:23:33.874Z | Compiling textwrap v0.16.1 |
2299 | 2024-04-01T22:23:34.467Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2300 | 2024-04-01T22:23:37.731Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2301 | 2024-04-01T22:23:43.656Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2302 | 2024-04-01T22:23:48.115Z | Compiling rcgen v0.12.1 |
2303 | 2024-04-01T22:23:50.847Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2304 | 2024-04-01T22:23:51.287Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b) |
2305 | 2024-04-01T22:23:53.311Z | Compiling atomicwrites v0.4.3 |
2306 | 2024-04-01T22:23:53.509Z | Compiling fatfs v0.3.6 |
2307 | 2024-04-01T22:23:53.863Z | Compiling subprocess v0.2.9 |
2308 | 2024-04-01T22:23:56.482Z | Compiling rtoolbox v0.0.1 |
2309 | 2024-04-01T22:23:56.893Z | Compiling is_ci v1.2.0 |
2310 | 2024-04-01T22:23:57.189Z | Compiling assert_matches v1.5.0 |
2311 | 2024-04-01T22:23:57.499Z | Compiling supports-color v3.0.0 |
2312 | 2024-04-01T22:23:57.794Z | Compiling rpassword v7.3.1 |
2313 | 2024-04-01T22:23:58.175Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2314 | 2024-04-01T22:23:58.240Z | Compiling tui-tree-widget v0.17.0 |
2315 | 2024-04-01T22:23:58.617Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2316 | 2024-04-01T22:23:59.046Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2317 | 2024-04-01T22:23:59.229Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2318 | 2024-04-01T22:23:59.510Z | Compiling csv-core v0.1.11 |
2319 | 2024-04-01T22:24:00.431Z | Compiling shell-words v1.1.0 |
2320 | 2024-04-01T22:24:00.886Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2321 | 2024-04-01T22:24:01.560Z | Compiling csv v1.3.0 |
2322 | 2024-04-01T22:24:03.780Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2323 | 2024-04-01T22:24:05.157Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2324 | 2024-04-01T22:24:14.522Z | Compiling multimap v0.10.0 |
2325 | 2024-04-01T22:26:15.630Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2326 | 2024-04-01T22:26:18.749Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2327 | 2024-04-01T22:26:34.259Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2328 | 2024-04-01T22:32:50.237Z | Finished release [optimized] target(s) in 13m 54s |
2329 | 2024-04-01T22:33:55.405Z | |
2330 | 2024-04-01T22:33:55.405Z | real 15:00.587557925 |
2331 | 2024-04-01T22:33:55.405Z | user 1:43:53.360575094 |
2332 | 2024-04-01T22:33:55.405Z | sys 4:25.991343595 |
2333 | 2024-04-01T22:33:55.405Z | trap 2.384716629 |
2334 | 2024-04-01T22:33:55.405Z | tflt 2.120877469 |
2335 | 2024-04-01T22:33:55.405Z | dflt 3.107044665 |
2336 | 2024-04-01T22:33:55.405Z | kflt 0.073795326 |
2337 | 2024-04-01T22:33:55.409Z | lock 6:38:57.728066008 |
2338 | 2024-04-01T22:33:55.409Z | slp 4:04:03.168777490 |
2339 | 2024-04-01T22:33:55.409Z | lat 2:22.663366602 |
2340 | 2024-04-01T22:33:55.409Z | stop 58.782034864 |
2341 | 2024-04-01T22:33:55.410Z | + files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/*) |
2342 | 2024-04-01T22:33:55.410Z | + pfexec mkdir -p /work |
2343 | 2024-04-01T22:33:55.410Z | + pfexec chown build /work |
2344 | 2024-04-01T22:33:55.416Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml |
2345 | 2024-04-01T22:34:05.199Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2346 | 2024-04-01T22:34:05.199Z | a out/mg-ddm-gz.tar 73905K |
2347 | 2024-04-01T22:34:05.199Z | a out/omicron-sled-agent.tar 112882K |
2348 | 2024-04-01T22:34:05.199Z | a out/oxlog.tar 6098K |
2349 | 2024-04-01T22:34:05.200Z | a out/target/test 1K |
2350 | 2024-04-01T22:34:05.200Z | a out/npuzone/npuzone 36313K |
2351 | 2024-04-01T22:34:05.200Z | a package-manifest.toml 26K |
2352 | 2024-04-01T22:34:05.200Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2353 | 2024-04-01T22:34:05.200Z | a target/release/omicron-package 39241K |
2354 | 2024-04-01T22:34:05.200Z | a tools/create_virtual_hardware.sh 4K |
2355 | 2024-04-01T22:34:05.200Z | a tools/virtual_hardware.sh 4K |
2356 | 2024-04-01T22:34:05.200Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2357 | 2024-04-01T22:34:05.200Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2358 | 2024-04-01T22:34:05.200Z | a tools/scrimlet/softnpu-init.sh 3K |
2359 | 2024-04-01T22:34:05.200Z | a tools/scrimlet/softnpu-zone.txt 1K |
2360 | 2024-04-01T22:34:05.201Z | a tools/scrimlet/softnpu.toml 1K |
2361 | 2024-04-01T22:34:05.218Z | |
2362 | 2024-04-01T22:34:05.218Z | real 9.784669860 |
2363 | 2024-04-01T22:34:05.218Z | user 9.457501501 |
2364 | 2024-04-01T22:34:05.218Z | sys 0.676054671 |
2365 | 2024-04-01T22:34:05.218Z | trap 0.001424256 |
2366 | 2024-04-01T22:34:05.218Z | tflt 0.000000000 |
2367 | 2024-04-01T22:34:05.219Z | dflt 0.000000000 |
2368 | 2024-04-01T22:34:05.219Z | kflt 0.000000000 |
2369 | 2024-04-01T22:34:05.219Z | lock 0.000000000 |
2370 | 2024-04-01T22:34:05.219Z | slp 9.207368738 |
2371 | 2024-04-01T22:34:05.219Z | lat 0.224120613 |
2372 | 2024-04-01T22:34:05.219Z | stop 0.000175255 |
2373 | 2024-04-01T22:34:05.219Z | ++ pwd |
2374 | 2024-04-01T22:34:05.219Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2375 | 2024-04-01T22:34:05.219Z | + mv out/nexus.tar.gz out/nexus-single-sled.tar.gz |
2376 | 2024-04-01T22:34:05.224Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2377 | 2024-04-01T22:34:06.009Z | Finished release [optimized] target(s) in 0.75s |
2378 | 2024-04-01T22:34:06.030Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2379 | 2024-04-01T22:34:06.061Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2380 | 2024-04-01T22:34:06.064Z | Created new build target 'host' and set it as active |
2381 | 2024-04-01T22:34:06.064Z | |
2382 | 2024-04-01T22:34:06.064Z | real 0.853594182 |
2383 | 2024-04-01T22:34:06.064Z | user 0.554101481 |
2384 | 2024-04-01T22:34:06.065Z | sys 0.281422822 |
2385 | 2024-04-01T22:34:06.065Z | trap 0.000038206 |
2386 | 2024-04-01T22:34:06.065Z | tflt 0.000000000 |
2387 | 2024-04-01T22:34:06.065Z | dflt 0.000117659 |
2388 | 2024-04-01T22:34:06.065Z | kflt 0.000000000 |
2389 | 2024-04-01T22:34:06.065Z | lock 0.022014138 |
2390 | 2024-04-01T22:34:06.065Z | slp 0.107139224 |
2391 | 2024-04-01T22:34:06.065Z | lat 0.003736184 |
2392 | 2024-04-01T22:34:06.065Z | stop 0.000271678 |
2393 | 2024-04-01T22:34:06.065Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2394 | 2024-04-01T22:34:06.837Z | Finished release [optimized] target(s) in 0.72s |
2395 | 2024-04-01T22:34:06.858Z | Running `target/release/omicron-package -t host package` |
2396 | 2024-04-01T22:34:06.888Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2397 | 2024-04-01T22:34:07.693Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2398 | 2024-04-01T22:36:28.343Z | Finished release [optimized] target(s) in 2m 21s |
2399 | 2024-04-01T22:37:07.735Z | |
2400 | 2024-04-01T22:37:07.746Z | real 3:01.641778421 |
2401 | 2024-04-01T22:37:07.746Z | user 13:40.168381619 |
2402 | 2024-04-01T22:37:07.747Z | sys 34.955227101 |
2403 | 2024-04-01T22:37:07.747Z | trap 0.238748753 |
2404 | 2024-04-01T22:37:07.747Z | tflt 0.256180517 |
2405 | 2024-04-01T22:37:07.747Z | dflt 6.862452089 |
2406 | 2024-04-01T22:37:07.747Z | kflt 0.000443964 |
2407 | 2024-04-01T22:37:07.747Z | lock 1:17:47.884260084 |
2408 | 2024-04-01T22:37:07.747Z | slp 12:12.281573165 |
2409 | 2024-04-01T22:37:07.747Z | lat 7.828037020 |
2410 | 2024-04-01T22:37:07.747Z | stop 2.089324133 |
2411 | 2024-04-01T22:37:07.748Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2412 | 2024-04-01T22:37:07.748Z | + for package in "$@" |
2413 | 2024-04-01T22:37:07.748Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2414 | 2024-04-01T22:37:07.748Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+git605a633603c |
2415 | 2024-04-01T22:37:08.521Z | Finished release [optimized] target(s) in 0.74s |
2416 | 2024-04-01T22:37:08.542Z | Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+git605a633603c` |
2417 | 2024-04-01T22:37:08.572Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2418 | 2024-04-01T22:37:08.768Z | Created: out/versioned/omicron-sled-agent.tar |
2419 | 2024-04-01T22:37:08.773Z | + for package in "$@" |
2420 | 2024-04-01T22:37:08.773Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2421 | 2024-04-01T22:37:08.773Z | + echo 0.0.0 |
2422 | 2024-04-01T22:37:08.773Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2423 | 2024-04-01T22:37:08.777Z | a VERSION 1K |
2424 | 2024-04-01T22:37:08.777Z | + rm VERSION |
2425 | 2024-04-01T22:37:08.777Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git605a633603c |
2426 | 2024-04-01T22:37:09.569Z | Finished release [optimized] target(s) in 0.74s |
2427 | 2024-04-01T22:37:09.588Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git605a633603c` |
2428 | 2024-04-01T22:37:09.620Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2429 | 2024-04-01T22:37:09.749Z | Created: out/versioned/mg-ddm-gz.tar |
2430 | 2024-04-01T22:37:09.760Z | + for package in "$@" |
2431 | 2024-04-01T22:37:09.761Z | + [[ propolis-server == mg-ddm-gz ]] |
2432 | 2024-04-01T22:37:09.761Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+git605a633603c |
2433 | 2024-04-01T22:37:10.534Z | Finished release [optimized] target(s) in 0.74s |
2434 | 2024-04-01T22:37:10.568Z | Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+git605a633603c` |
2435 | 2024-04-01T22:37:10.591Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2436 | 2024-04-01T22:37:11.589Z | Created: out/versioned/propolis-server.tar.gz |
2437 | 2024-04-01T22:37:11.592Z | + for package in "$@" |
2438 | 2024-04-01T22:37:11.592Z | + [[ overlay == mg-ddm-gz ]] |
2439 | 2024-04-01T22:37:11.592Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+git605a633603c |
2440 | 2024-04-01T22:37:12.379Z | Finished release [optimized] target(s) in 0.73s |
2441 | 2024-04-01T22:37:12.397Z | Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+git605a633603c` |
2442 | 2024-04-01T22:37:12.435Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2443 | 2024-04-01T22:37:12.442Z | Created: out/versioned/overlay.tar.gz |
2444 | 2024-04-01T22:37:12.443Z | + for package in "$@" |
2445 | 2024-04-01T22:37:12.443Z | + [[ oxlog == mg-ddm-gz ]] |
2446 | 2024-04-01T22:37:12.443Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+git605a633603c |
2447 | 2024-04-01T22:37:13.206Z | Finished release [optimized] target(s) in 0.72s |
2448 | 2024-04-01T22:37:13.228Z | Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+git605a633603c` |
2449 | 2024-04-01T22:37:13.261Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2450 | 2024-04-01T22:37:13.279Z | Created: out/versioned/oxlog.tar |
2451 | 2024-04-01T22:37:13.292Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2452 | 2024-04-01T22:37:13.300Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2453 | 2024-04-01T22:37:13.300Z | ++ cd -- ./tools |
2454 | 2024-04-01T22:37:13.300Z | ++ pwd |
2455 | 2024-04-01T22:37:13.300Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2456 | 2024-04-01T22:37:13.300Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2457 | 2024-04-01T22:37:13.400Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2458 | 2024-04-01T22:37:13.409Z | ++ readlink -f /work |
2459 | 2024-04-01T22:37:13.409Z | + out_dir=/work |
2460 | 2024-04-01T22:37:13.409Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz" "$tarball_src_dir/oxlog.tar") |
2461 | 2024-04-01T22:37:13.409Z | + for dep in "${deps[@]}" |
2462 | 2024-04-01T22:37:13.409Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2463 | 2024-04-01T22:37:13.409Z | + for dep in "${deps[@]}" |
2464 | 2024-04-01T22:37:13.410Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2465 | 2024-04-01T22:37:13.410Z | + for dep in "${deps[@]}" |
2466 | 2024-04-01T22:37:13.410Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2467 | 2024-04-01T22:37:13.410Z | + for dep in "${deps[@]}" |
2468 | 2024-04-01T22:37:13.411Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2469 | 2024-04-01T22:37:13.411Z | + for dep in "${deps[@]}" |
2470 | 2024-04-01T22:37:13.411Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2471 | 2024-04-01T22:37:13.411Z | ++ mktemp -d |
2472 | 2024-04-01T22:37:13.412Z | + tmp_gz=/tmp/tmp.iPa42h |
2473 | 2024-04-01T22:37:13.412Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2474 | 2024-04-01T22:37:13.412Z | + echo '{"v":"1","t":"layer"}' |
2475 | 2024-04-01T22:37:13.412Z | + pkg_dir=/tmp/tmp.iPa42h/root/opt/oxide/sled-agent |
2476 | 2024-04-01T22:37:13.413Z | + mkdir -p /tmp/tmp.iPa42h/root/opt/oxide/sled-agent |
2477 | 2024-04-01T22:37:13.420Z | + cd /tmp/tmp.iPa42h/root/opt/oxide/sled-agent |
2478 | 2024-04-01T22:37:13.421Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2479 | 2024-04-01T22:37:13.486Z | x ., 0 bytes, 0 tape blocks |
2480 | 2024-04-01T22:37:13.486Z | x zone-bundle, 36115840 bytes, 70539 tape blocks |
2481 | 2024-04-01T22:37:13.487Z | x sled-agent, 79457976 bytes, 155192 tape blocks |
2482 | 2024-04-01T22:37:13.487Z | x pkg, 0 bytes, 0 tape blocks |
2483 | 2024-04-01T22:37:13.487Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2484 | 2024-04-01T22:37:13.487Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2485 | 2024-04-01T22:37:13.487Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2486 | 2024-04-01T22:37:13.488Z | x VERSION, 25 bytes, 1 tape blocks |
2487 | 2024-04-01T22:37:13.493Z | + mkdir -p /tmp/tmp.iPa42h/root/lib/svc/manifest/site/ |
2488 | 2024-04-01T22:37:13.494Z | + mv pkg/manifest.xml /tmp/tmp.iPa42h/root/lib/svc/manifest/site/sled-agent.xml |
2489 | 2024-04-01T22:37:13.494Z | + cd - |
2490 | 2024-04-01T22:37:13.494Z | /work/oxidecomputer/omicron |
2491 | 2024-04-01T22:37:13.494Z | + pkg_dir=/tmp/tmp.iPa42h/root/opt/oxide/mg-ddm |
2492 | 2024-04-01T22:37:13.494Z | + mkdir -p /tmp/tmp.iPa42h/root/opt/oxide/mg-ddm |
2493 | 2024-04-01T22:37:13.494Z | + cd /tmp/tmp.iPa42h/root/opt/oxide/mg-ddm |
2494 | 2024-04-01T22:37:13.495Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2495 | 2024-04-01T22:37:13.538Z | x ., 0 bytes, 0 tape blocks |
2496 | 2024-04-01T22:37:13.538Z | x ddmadm, 26051952 bytes, 50883 tape blocks |
2497 | 2024-04-01T22:37:13.538Z | x ddmd, 49611120 bytes, 96897 tape blocks |
2498 | 2024-04-01T22:37:13.539Z | x pkg, 0 bytes, 0 tape blocks |
2499 | 2024-04-01T22:37:13.539Z | x pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks |
2500 | 2024-04-01T22:37:13.539Z | x pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks |
2501 | 2024-04-01T22:37:13.539Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2502 | 2024-04-01T22:37:13.539Z | x pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks |
2503 | 2024-04-01T22:37:13.539Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2504 | 2024-04-01T22:37:13.539Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2505 | 2024-04-01T22:37:13.540Z | x pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks |
2506 | 2024-04-01T22:37:13.540Z | x VERSION, 25 bytes, 1 tape blocks |
2507 | 2024-04-01T22:37:13.545Z | + cd - |
2508 | 2024-04-01T22:37:13.546Z | /work/oxidecomputer/omicron |
2509 | 2024-04-01T22:37:13.546Z | + pkg_dir=/tmp/tmp.iPa42h/root/opt/oxide/oxlog |
2510 | 2024-04-01T22:37:13.546Z | + mkdir -p /tmp/tmp.iPa42h/root/opt/oxide/oxlog |
2511 | 2024-04-01T22:37:13.546Z | + cd /tmp/tmp.iPa42h/root/opt/oxide/oxlog |
2512 | 2024-04-01T22:37:13.547Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2513 | 2024-04-01T22:37:13.551Z | x ., 0 bytes, 0 tape blocks |
2514 | 2024-04-01T22:37:13.551Z | x oxlog, 6241384 bytes, 12191 tape blocks |
2515 | 2024-04-01T22:37:13.552Z | x VERSION, 25 bytes, 1 tape blocks |
2516 | 2024-04-01T22:37:13.552Z | + cd - |
2517 | 2024-04-01T22:37:13.552Z | /work/oxidecomputer/omicron |
2518 | 2024-04-01T22:37:13.552Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.iPa42h/root/opt/oxide |
2519 | 2024-04-01T22:37:13.620Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.iPa42h/root/opt/oxide |
2520 | 2024-04-01T22:37:13.632Z | + cd /tmp/tmp.iPa42h |
2521 | 2024-04-01T22:37:13.632Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2522 | 2024-04-01T22:37:22.196Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2523 | 2024-04-01T22:37:22.196Z | a oxide.json 1K |
2524 | 2024-04-01T22:37:22.196Z | a root/ 0K |
2525 | 2024-04-01T22:37:22.196Z | a root/opt/ 0K |
2526 | 2024-04-01T22:37:22.196Z | a root/opt/oxide/ 0K |
2527 | 2024-04-01T22:37:22.196Z | a root/opt/oxide/sled-agent/ 0K |
2528 | 2024-04-01T22:37:22.196Z | a root/opt/oxide/sled-agent/zone-bundle 35270K |
2529 | 2024-04-01T22:37:22.197Z | a root/opt/oxide/sled-agent/sled-agent 77596K |
2530 | 2024-04-01T22:37:22.197Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2531 | 2024-04-01T22:37:22.197Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2532 | 2024-04-01T22:37:22.197Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2533 | 2024-04-01T22:37:22.197Z | a root/opt/oxide/sled-agent/VERSION 1K |
2534 | 2024-04-01T22:37:22.197Z | a root/opt/oxide/mg-ddm/ 0K |
2535 | 2024-04-01T22:37:22.197Z | a root/opt/oxide/mg-ddm/ddmadm 25442K |
2536 | 2024-04-01T22:37:22.197Z | a root/opt/oxide/mg-ddm/ddmd 48449K |
2537 | 2024-04-01T22:37:22.197Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2538 | 2024-04-01T22:37:22.197Z | a root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K |
2539 | 2024-04-01T22:37:22.197Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2540 | 2024-04-01T22:37:22.198Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2541 | 2024-04-01T22:37:22.198Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2542 | 2024-04-01T22:37:22.198Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2543 | 2024-04-01T22:37:22.198Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2544 | 2024-04-01T22:37:22.198Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2545 | 2024-04-01T22:37:22.198Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2546 | 2024-04-01T22:37:22.198Z | a root/opt/oxide/oxlog/ 0K |
2547 | 2024-04-01T22:37:22.198Z | a root/opt/oxide/oxlog/oxlog 6096K |
2548 | 2024-04-01T22:37:22.198Z | a root/opt/oxide/oxlog/VERSION 1K |
2549 | 2024-04-01T22:37:22.198Z | a root/opt/oxide/propolis-server.tar.gz 62556K |
2550 | 2024-04-01T22:37:22.198Z | a root/opt/oxide/overlay.tar.gz 3K |
2551 | 2024-04-01T22:37:22.199Z | a root/lib/ 0K |
2552 | 2024-04-01T22:37:22.199Z | a root/lib/svc/ 0K |
2553 | 2024-04-01T22:37:22.199Z | a root/lib/svc/manifest/ 0K |
2554 | 2024-04-01T22:37:22.199Z | a root/lib/svc/manifest/site/ 0K |
2555 | 2024-04-01T22:37:22.199Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2556 | 2024-04-01T22:37:22.207Z | + cd / |
2557 | 2024-04-01T22:37:22.207Z | + rm -rf /tmp/tmp.iPa42h |
2558 | 2024-04-01T22:37:22.226Z | |
2559 | 2024-04-01T22:37:22.233Z | real 8.944262496 |
2560 | 2024-04-01T22:37:22.234Z | user 8.297066793 |
2561 | 2024-04-01T22:37:22.234Z | sys 0.565180744 |
2562 | 2024-04-01T22:37:22.234Z | trap 0.001860922 |
2563 | 2024-04-01T22:37:22.234Z | tflt 0.000000000 |
2564 | 2024-04-01T22:37:22.235Z | dflt 0.000000000 |
2565 | 2024-04-01T22:37:22.235Z | kflt 0.000000000 |
2566 | 2024-04-01T22:37:22.235Z | lock 0.000000000 |
2567 | 2024-04-01T22:37:22.235Z | slp 17.372155354 |
2568 | 2024-04-01T22:37:22.235Z | lat 0.204717469 |
2569 | 2024-04-01T22:37:22.236Z | stop 0.000203761 |
2570 | 2024-04-01T22:37:22.236Z | + mkdir -p /work/zones |
2571 | 2024-04-01T22:37:22.236Z | + 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) |
2572 | 2024-04-01T22:37:22.236Z | + 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/ |
2573 | 2024-04-01T22:37:24.851Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2574 | 2024-04-01T22:37:25.702Z | Finished release [optimized] target(s) in 0.79s |
2575 | 2024-04-01T22:37:25.725Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2576 | 2024-04-01T22:37:25.760Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2577 | 2024-04-01T22:37:25.778Z | Created new build target 'recovery' and set it as active |
2578 | 2024-04-01T22:37:25.778Z | |
2579 | 2024-04-01T22:37:25.779Z | real 0.900716939 |
2580 | 2024-04-01T22:37:25.779Z | user 0.584579759 |
2581 | 2024-04-01T22:37:25.779Z | sys 0.297039953 |
2582 | 2024-04-01T22:37:25.779Z | trap 0.000707023 |
2583 | 2024-04-01T22:37:25.779Z | tflt 0.000024986 |
2584 | 2024-04-01T22:37:25.780Z | dflt 0.000046985 |
2585 | 2024-04-01T22:37:25.780Z | kflt 0.000000000 |
2586 | 2024-04-01T22:37:25.780Z | lock 0.023227617 |
2587 | 2024-04-01T22:37:25.781Z | slp 0.106625874 |
2588 | 2024-04-01T22:37:25.781Z | lat 0.005087399 |
2589 | 2024-04-01T22:37:25.781Z | stop 0.000376767 |
2590 | 2024-04-01T22:37:25.781Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2591 | 2024-04-01T22:37:26.547Z | Finished release [optimized] target(s) in 0.74s |
2592 | 2024-04-01T22:37:26.581Z | Running `target/release/omicron-package -t recovery package` |
2593 | 2024-04-01T22:37:26.600Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2594 | 2024-04-01T22:37:27.319Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2595 | 2024-04-01T22:37:29.669Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2596 | 2024-04-01T22:37:48.122Z | Finished release [optimized] target(s) in 21.47s |
2597 | 2024-04-01T22:38:04.245Z | |
2598 | 2024-04-01T22:38:04.249Z | real 38.478177513 |
2599 | 2024-04-01T22:38:04.250Z | user 1:37.462707615 |
2600 | 2024-04-01T22:38:04.250Z | sys 7.078986515 |
2601 | 2024-04-01T22:38:04.250Z | trap 0.061159520 |
2602 | 2024-04-01T22:38:04.250Z | tflt 0.058540504 |
2603 | 2024-04-01T22:38:04.250Z | dflt 0.384138090 |
2604 | 2024-04-01T22:38:04.250Z | kflt 0.000029557 |
2605 | 2024-04-01T22:38:04.250Z | lock 11:43.172234488 |
2606 | 2024-04-01T22:38:04.250Z | slp 1:37.834222571 |
2607 | 2024-04-01T22:38:04.250Z | lat 1.410752866 |
2608 | 2024-04-01T22:38:04.250Z | stop 0.562335015 |
2609 | 2024-04-01T22:38:04.250Z | + stamp_packages installinator mg-ddm-gz |
2610 | 2024-04-01T22:38:04.250Z | + for package in "$@" |
2611 | 2024-04-01T22:38:04.250Z | + [[ installinator == mg-ddm-gz ]] |
2612 | 2024-04-01T22:38:04.250Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+git605a633603c |
2613 | 2024-04-01T22:38:05.039Z | Finished release [optimized] target(s) in 0.74s |
2614 | 2024-04-01T22:38:05.060Z | Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+git605a633603c` |
2615 | 2024-04-01T22:38:05.095Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2616 | 2024-04-01T22:38:05.156Z | Created: out/versioned/installinator.tar |
2617 | 2024-04-01T22:38:05.160Z | + for package in "$@" |
2618 | 2024-04-01T22:38:05.160Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2619 | 2024-04-01T22:38:05.160Z | + echo 0.0.0 |
2620 | 2024-04-01T22:38:05.160Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2621 | 2024-04-01T22:38:05.164Z | a VERSION 1K |
2622 | 2024-04-01T22:38:05.164Z | + rm VERSION |
2623 | 2024-04-01T22:38:05.168Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git605a633603c |
2624 | 2024-04-01T22:38:05.951Z | Finished release [optimized] target(s) in 0.74s |
2625 | 2024-04-01T22:38:05.975Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git605a633603c` |
2626 | 2024-04-01T22:38:06.011Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2627 | 2024-04-01T22:38:06.132Z | Created: out/versioned/mg-ddm-gz.tar |
2628 | 2024-04-01T22:38:06.136Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2629 | 2024-04-01T22:38:06.145Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2630 | 2024-04-01T22:38:06.148Z | ++ cd -- ./tools |
2631 | 2024-04-01T22:38:06.148Z | ++ pwd |
2632 | 2024-04-01T22:38:06.148Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2633 | 2024-04-01T22:38:06.152Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2634 | 2024-04-01T22:38:06.152Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2635 | 2024-04-01T22:38:06.152Z | ++ readlink -f /work |
2636 | 2024-04-01T22:38:06.155Z | + out_dir=/work |
2637 | 2024-04-01T22:38:06.155Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2638 | 2024-04-01T22:38:06.155Z | + for dep in "${deps[@]}" |
2639 | 2024-04-01T22:38:06.156Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2640 | 2024-04-01T22:38:06.156Z | + for dep in "${deps[@]}" |
2641 | 2024-04-01T22:38:06.156Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2642 | 2024-04-01T22:38:06.156Z | ++ mktemp -d |
2643 | 2024-04-01T22:38:06.156Z | + tmp_trampoline=/tmp/tmp.sHaG7h |
2644 | 2024-04-01T22:38:06.159Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2645 | 2024-04-01T22:38:06.159Z | + echo '{"v":"1","t":"layer"}' |
2646 | 2024-04-01T22:38:06.159Z | + pkg_dir=/tmp/tmp.sHaG7h/root/opt/oxide/installinator |
2647 | 2024-04-01T22:38:06.159Z | + mkdir -p /tmp/tmp.sHaG7h/root/opt/oxide/installinator |
2648 | 2024-04-01T22:38:06.159Z | + cd /tmp/tmp.sHaG7h/root/opt/oxide/installinator |
2649 | 2024-04-01T22:38:06.159Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2650 | 2024-04-01T22:38:06.193Z | x ., 0 bytes, 0 tape blocks |
2651 | 2024-04-01T22:38:06.193Z | x installinator, 47261864 bytes, 92309 tape blocks |
2652 | 2024-04-01T22:38:06.193Z | x pkg, 0 bytes, 0 tape blocks |
2653 | 2024-04-01T22:38:06.193Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2654 | 2024-04-01T22:38:06.193Z | x VERSION, 25 bytes, 1 tape blocks |
2655 | 2024-04-01T22:38:06.196Z | + mkdir -p /tmp/tmp.sHaG7h/root/lib/svc/manifest/site/ |
2656 | 2024-04-01T22:38:06.196Z | + mv pkg/manifest.xml /tmp/tmp.sHaG7h/root/lib/svc/manifest/site/installinator.xml |
2657 | 2024-04-01T22:38:06.200Z | + cd - |
2658 | 2024-04-01T22:38:06.200Z | /work/oxidecomputer/omicron |
2659 | 2024-04-01T22:38:06.200Z | + pkg_dir=/tmp/tmp.sHaG7h/root/opt/oxide/mg-ddm |
2660 | 2024-04-01T22:38:06.200Z | + mkdir -p /tmp/tmp.sHaG7h/root/opt/oxide/mg-ddm |
2661 | 2024-04-01T22:38:06.200Z | + cd /tmp/tmp.sHaG7h/root/opt/oxide/mg-ddm |
2662 | 2024-04-01T22:38:06.200Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2663 | 2024-04-01T22:38:06.251Z | x ., 0 bytes, 0 tape blocks |
2664 | 2024-04-01T22:38:06.251Z | x ddmadm, 26051952 bytes, 50883 tape blocks |
2665 | 2024-04-01T22:38:06.251Z | x ddmd, 49611120 bytes, 96897 tape blocks |
2666 | 2024-04-01T22:38:06.251Z | x pkg, 0 bytes, 0 tape blocks |
2667 | 2024-04-01T22:38:06.252Z | x pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks |
2668 | 2024-04-01T22:38:06.252Z | x pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks |
2669 | 2024-04-01T22:38:06.252Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2670 | 2024-04-01T22:38:06.252Z | x pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks |
2671 | 2024-04-01T22:38:06.252Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2672 | 2024-04-01T22:38:06.252Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2673 | 2024-04-01T22:38:06.252Z | x pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks |
2674 | 2024-04-01T22:38:06.252Z | x VERSION, 25 bytes, 1 tape blocks |
2675 | 2024-04-01T22:38:06.255Z | + cd - |
2676 | 2024-04-01T22:38:06.255Z | /work/oxidecomputer/omicron |
2677 | 2024-04-01T22:38:06.255Z | + cd /tmp/tmp.sHaG7h |
2678 | 2024-04-01T22:38:06.255Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2679 | 2024-04-01T22:38:10.659Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2680 | 2024-04-01T22:38:10.659Z | a oxide.json 1K |
2681 | 2024-04-01T22:38:10.659Z | a root/ 0K |
2682 | 2024-04-01T22:38:10.659Z | a root/opt/ 0K |
2683 | 2024-04-01T22:38:10.659Z | a root/opt/oxide/ 0K |
2684 | 2024-04-01T22:38:10.659Z | a root/opt/oxide/installinator/ 0K |
2685 | 2024-04-01T22:38:10.660Z | a root/opt/oxide/installinator/installinator 46155K |
2686 | 2024-04-01T22:38:10.660Z | a root/opt/oxide/installinator/pkg/ 0K |
2687 | 2024-04-01T22:38:10.660Z | a root/opt/oxide/installinator/VERSION 1K |
2688 | 2024-04-01T22:38:10.660Z | a root/opt/oxide/mg-ddm/ 0K |
2689 | 2024-04-01T22:38:10.660Z | a root/opt/oxide/mg-ddm/ddmadm 25442K |
2690 | 2024-04-01T22:38:10.660Z | a root/opt/oxide/mg-ddm/ddmd 48449K |
2691 | 2024-04-01T22:38:10.660Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2692 | 2024-04-01T22:38:10.660Z | a root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K |
2693 | 2024-04-01T22:38:10.660Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2694 | 2024-04-01T22:38:10.660Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2695 | 2024-04-01T22:38:10.660Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2696 | 2024-04-01T22:38:10.660Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2697 | 2024-04-01T22:38:10.660Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2698 | 2024-04-01T22:38:10.660Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2699 | 2024-04-01T22:38:10.660Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2700 | 2024-04-01T22:38:10.660Z | a root/lib/ 0K |
2701 | 2024-04-01T22:38:10.660Z | a root/lib/svc/ 0K |
2702 | 2024-04-01T22:38:10.660Z | a root/lib/svc/manifest/ 0K |
2703 | 2024-04-01T22:38:10.660Z | a root/lib/svc/manifest/site/ 0K |
2704 | 2024-04-01T22:38:10.660Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2705 | 2024-04-01T22:38:10.664Z | + cd / |
2706 | 2024-04-01T22:38:10.664Z | + rm -rf /tmp/tmp.sHaG7h |
2707 | 2024-04-01T22:38:10.675Z | |
2708 | 2024-04-01T22:38:10.679Z | real 4.537801135 |
2709 | 2024-04-01T22:38:10.679Z | user 4.286120675 |
2710 | 2024-04-01T22:38:10.679Z | sys 0.265741051 |
2711 | 2024-04-01T22:38:10.679Z | trap 0.000291404 |
2712 | 2024-04-01T22:38:10.679Z | tflt 0.000000000 |
2713 | 2024-04-01T22:38:10.679Z | dflt 0.000000000 |
2714 | 2024-04-01T22:38:10.679Z | kflt 0.000000000 |
2715 | 2024-04-01T22:38:10.679Z | lock 0.000000000 |
2716 | 2024-04-01T22:38:10.679Z | slp 8.820151692 |
2717 | 2024-04-01T22:38:10.679Z | lat 0.094863905 |
2718 | 2024-04-01T22:38:10.679Z | stop 0.000221843 |
2719 | 2024-04-01T22:38:10.679Z | process exited: duration 1636867 ms, exit code 0 |
|
2720 | 2024-04-01T22:38:10.687Z | found 22 output files |
2721 | 2024-04-01T22:38:10.687Z | uploading: /work/version.txt (26 bytes) |
2722 | 2024-04-01T22:38:11.711Z | uploaded: /work/version.txt |
2723 | 2024-04-01T22:38:11.711Z | uploading: /work/package.tar.gz (85364445 bytes) |
2724 | 2024-04-01T22:38:47.005Z | uploaded: /work/package.tar.gz |
2725 | 2024-04-01T22:38:47.005Z | uploading: /work/global-zone-packages.tar.gz (125085527 bytes) |
2726 | 2024-04-01T22:39:34.189Z | uploaded: /work/global-zone-packages.tar.gz |
2727 | 2024-04-01T22:39:34.189Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38503309 bytes) |
2728 | 2024-04-01T22:39:47.409Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2729 | 2024-04-01T22:39:47.409Z | uploading: /work/zones/clickhouse.tar.gz (231190482 bytes) |
2730 | 2024-04-01T22:41:09.467Z | uploaded: /work/zones/clickhouse.tar.gz |
2731 | 2024-04-01T22:41:09.467Z | uploading: /work/zones/clickhouse_keeper.tar.gz (231175515 bytes) |
2732 | 2024-04-01T22:42:37.127Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2733 | 2024-04-01T22:42:37.128Z | uploading: /work/zones/cockroachdb.tar.gz (126690198 bytes) |
2734 | 2024-04-01T22:43:22.465Z | uploaded: /work/zones/cockroachdb.tar.gz |
2735 | 2024-04-01T22:43:22.466Z | uploading: /work/zones/crucible-pantry-zone.tar.gz (25314867 bytes) |
2736 | 2024-04-01T22:43:31.616Z | uploaded: /work/zones/crucible-pantry-zone.tar.gz |
2737 | 2024-04-01T22:43:31.616Z | uploading: /work/zones/crucible-zone.tar.gz (37011495 bytes) |
2738 | 2024-04-01T22:43:42.530Z | uploaded: /work/zones/crucible-zone.tar.gz |
2739 | 2024-04-01T22:43:42.537Z | uploading: /work/zones/external-dns.tar.gz (31020683 bytes) |
2740 | 2024-04-01T22:43:53.635Z | uploaded: /work/zones/external-dns.tar.gz |
2741 | 2024-04-01T22:43:53.635Z | uploading: /work/zones/internal-dns.tar.gz (31022603 bytes) |
2742 | 2024-04-01T22:44:04.010Z | uploaded: /work/zones/internal-dns.tar.gz |
2743 | 2024-04-01T22:44:04.011Z | uploading: /work/zones/nexus-single-sled.tar.gz (92077525 bytes) |
2744 | 2024-04-01T22:44:36.663Z | uploaded: /work/zones/nexus-single-sled.tar.gz |
2745 | 2024-04-01T22:44:36.663Z | uploading: /work/zones/nexus.tar.gz (92077264 bytes) |
2746 | 2024-04-01T22:45:06.348Z | uploaded: /work/zones/nexus.tar.gz |
2747 | 2024-04-01T22:45:06.348Z | uploading: /work/zones/ntp.tar.gz (10442873 bytes) |
2748 | 2024-04-01T22:45:10.099Z | uploaded: /work/zones/ntp.tar.gz |
2749 | 2024-04-01T22:45:10.100Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (16537653 bytes) |
2750 | 2024-04-01T22:45:22.144Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2751 | 2024-04-01T22:45:22.144Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (16534096 bytes) |
2752 | 2024-04-01T22:45:30.129Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2753 | 2024-04-01T22:45:30.129Z | uploading: /work/zones/overlay.tar.gz (2622 bytes) |
2754 | 2024-04-01T22:45:31.551Z | uploaded: /work/zones/overlay.tar.gz |
2755 | 2024-04-01T22:45:31.551Z | uploading: /work/zones/oximeter.tar.gz (50197562 bytes) |
2756 | 2024-04-01T22:45:48.111Z | uploaded: /work/zones/oximeter.tar.gz |
2757 | 2024-04-01T22:45:48.115Z | uploading: /work/zones/probe.tar.gz (2829470 bytes) |
2758 | 2024-04-01T22:45:50.039Z | uploaded: /work/zones/probe.tar.gz |
2759 | 2024-04-01T22:45:50.039Z | uploading: /work/zones/propolis-server.tar.gz (64056067 bytes) |
2760 | 2024-04-01T22:46:13.587Z | uploaded: /work/zones/propolis-server.tar.gz |
2761 | 2024-04-01T22:46:13.587Z | uploading: /work/zones/switch-asic.tar.gz (292940580 bytes) |
2762 | 2024-04-01T22:47:51.869Z | uploaded: /work/zones/switch-asic.tar.gz |
2763 | 2024-04-01T22:47:51.870Z | uploading: /work/zones/switch-softnpu.tar.gz (214494145 bytes) |
2764 | 2024-04-01T22:48:56.802Z | uploaded: /work/zones/switch-softnpu.tar.gz |