|
|
|
1 | 2024-03-20T19:23:24.115Z | job assigned to worker 01HSEMZ1W0901TJFSRK1BY272C (queued for 13 m 21 s) |
|
2 | 2024-03-20T19:23:31.392Z | starting task 0: "setup" |
3 | 2024-03-20T19:23:31.510Z | ++ uname -s |
4 | 2024-03-20T19:23:31.515Z | + kern=SunOS |
5 | 2024-03-20T19:23:31.515Z | + case "$kern" in |
6 | 2024-03-20T19:23:31.515Z | + groupadd -g 12345 build |
7 | 2024-03-20T19:23:31.595Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-20T19:23:33.709Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-20T19:23:33.722Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-20T19:23:33.733Z | + home_fs=zfs |
11 | 2024-03-20T19:23:33.733Z | + [[ zfs == autofs ]] |
12 | 2024-03-20T19:23:33.733Z | + mkdir -p /home/build |
13 | 2024-03-20T19:23:33.733Z | + chown build:build /home/build /work |
14 | 2024-03-20T19:23:35.737Z | + chmod 0700 /home/build /work |
15 | 2024-03-20T19:23:35.747Z | process exited: duration 4337 ms, exit code 0 |
|
16 | 2024-03-20T19:23:35.782Z | starting task 1: "rust-toolchain" |
17 | 2024-03-20T19:23:35.792Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-20T19:23:35.792Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-03-20T19:23:35.908Z | info: downloading installer |
20 | 2024-03-20T19:23:37.806Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-20T19:23:37.806Z | warning: /opt/ooce/bin |
22 | 2024-03-20T19:23:37.806Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-20T19:23:37.806Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-20T19:23:37.806Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-20T19:23:37.806Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-20T19:23:37.807Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-20T19:23:37.807Z | error: cannot install while Rust is installed |
28 | 2024-03-20T19:23:37.807Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-20T19:23:38.216Z | info: profile set to 'default' |
30 | 2024-03-20T19:23:38.217Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-20T19:23:38.249Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-03-20T19:23:38.369Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-03-20T19:23:38.369Z | info: downloading component 'cargo' |
34 | 2024-03-20T19:23:39.320Z | info: downloading component 'clippy' |
35 | 2024-03-20T19:23:39.644Z | info: downloading component 'rust-docs' |
36 | 2024-03-20T19:23:40.819Z | info: downloading component 'rust-std' |
37 | 2024-03-20T19:23:42.941Z | info: downloading component 'rustc' |
38 | 2024-03-20T19:23:48.107Z | info: downloading component 'rustfmt' |
39 | 2024-03-20T19:23:48.397Z | info: installing component 'cargo' |
40 | 2024-03-20T19:23:49.246Z | info: installing component 'clippy' |
41 | 2024-03-20T19:23:49.609Z | info: installing component 'rust-docs' |
42 | 2024-03-20T19:23:51.067Z | info: installing component 'rust-std' |
43 | 2024-03-20T19:23:52.880Z | info: installing component 'rustc' |
44 | 2024-03-20T19:23:57.070Z | info: installing component 'rustfmt' |
45 | 2024-03-20T19:23:57.440Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-03-20T19:23:57.440Z | |
47 | 2024-03-20T19:23:57.707Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-03-20T19:23:57.707Z | |
49 | 2024-03-20T19:23:57.717Z | |
50 | 2024-03-20T19:23:57.717Z | Rust is installed now. Great! |
51 | 2024-03-20T19:23:57.717Z | |
52 | 2024-03-20T19:23:57.717Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-20T19:23:57.717Z | environment variable. This has not been done automatically. |
54 | 2024-03-20T19:23:57.717Z | |
55 | 2024-03-20T19:23:57.717Z | To configure your current shell, you need to source |
56 | 2024-03-20T19:23:57.717Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-03-20T19:23:57.717Z | |
58 | 2024-03-20T19:23:57.717Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-03-20T19:23:57.717Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-03-20T19:23:57.717Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-03-20T19:23:57.847Z | + rustc --version |
62 | 2024-03-20T19:23:57.917Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-03-20T19:23:57.934Z | process exited: duration 22137 ms, exit code 0 |
|
64 | 2024-03-20T19:23:57.945Z | starting task 2: "authentication" |
65 | 2024-03-20T19:23:57.970Z | process exited: duration 24 ms, exit code 0 |
|
66 | 2024-03-20T19:23:58.010Z | starting task 3: "clone repository" |
67 | 2024-03-20T19:23:58.020Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-03-20T19:23:58.020Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-03-20T19:23:58.721Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-03-20T19:24:04.973Z | + cd /work/oxidecomputer/omicron |
71 | 2024-03-20T19:24:04.973Z | + git fetch origin c51bf3e4049d10eba26d61b5cd0faa0608fe2755 |
72 | 2024-03-20T19:24:05.289Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-03-20T19:24:05.289Z | * branch c51bf3e4049d10eba26d61b5cd0faa0608fe2755 -> FETCH_HEAD |
74 | 2024-03-20T19:24:05.299Z | + [[ -n ajs/sled-agent-api-to-manage-phys-disks/instance-tests ]] |
75 | 2024-03-20T19:24:05.302Z | ++ git branch --show-current |
76 | 2024-03-20T19:24:05.302Z | + current=main |
77 | 2024-03-20T19:24:05.307Z | + [[ main != ajs/sled-agent-api-to-manage-phys-disks/instance-tests ]] |
78 | 2024-03-20T19:24:05.307Z | + git branch -f ajs/sled-agent-api-to-manage-phys-disks/instance-tests c51bf3e4049d10eba26d61b5cd0faa0608fe2755 |
79 | 2024-03-20T19:24:05.311Z | + git checkout -f ajs/sled-agent-api-to-manage-phys-disks/instance-tests |
80 | 2024-03-20T19:24:05.350Z | Switched to branch 'ajs/sled-agent-api-to-manage-phys-disks/instance-tests' |
81 | 2024-03-20T19:24:05.354Z | + git reset --hard c51bf3e4049d10eba26d61b5cd0faa0608fe2755 |
82 | 2024-03-20T19:24:05.816Z | HEAD is now at c51bf3e40 fix unused test functions |
83 | 2024-03-20T19:24:05.823Z | process exited: duration 7393 ms, exit code 0 |
|
84 | 2024-03-20T19:24:05.844Z | starting task 4: "build" |
85 | 2024-03-20T19:24:05.852Z | + cargo --version |
86 | 2024-03-20T19:24:05.862Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
87 | 2024-03-20T19:24:06.005Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
88 | 2024-03-20T19:24:06.005Z | info: downloading component 'cargo' |
89 | 2024-03-20T19:24:06.882Z | info: downloading component 'clippy' |
90 | 2024-03-20T19:24:07.149Z | info: downloading component 'rust-docs' |
91 | 2024-03-20T19:24:08.234Z | info: downloading component 'rust-std' |
92 | 2024-03-20T19:24:10.006Z | info: downloading component 'rustc' |
93 | 2024-03-20T19:24:14.427Z | info: downloading component 'rustfmt' |
94 | 2024-03-20T19:24:14.730Z | info: installing component 'cargo' |
95 | 2024-03-20T19:24:15.662Z | info: installing component 'clippy' |
96 | 2024-03-20T19:24:16.002Z | info: installing component 'rust-docs' |
97 | 2024-03-20T19:24:17.533Z | info: installing component 'rust-std' |
98 | 2024-03-20T19:24:19.305Z | info: installing component 'rustc' |
99 | 2024-03-20T19:24:23.620Z | info: installing component 'rustfmt' |
100 | 2024-03-20T19:24:24.037Z | cargo 1.76.0 (c84b36747 2024-01-18) |
101 | 2024-03-20T19:24:24.042Z | + rustc --version |
102 | 2024-03-20T19:24:24.108Z | rustc 1.76.0 (07dca489a 2024-02-04) |
103 | 2024-03-20T19:24:24.115Z | ++ git rev-parse HEAD |
104 | 2024-03-20T19:24:24.121Z | + COMMIT=c51bf3e4049d10eba26d61b5cd0faa0608fe2755 |
105 | 2024-03-20T19:24:24.121Z | + VERSION=7.0.0-0.ci+gitc51bf3e4049 |
106 | 2024-03-20T19:24:24.121Z | + echo 7.0.0-0.ci+gitc51bf3e4049 |
107 | 2024-03-20T19:24:24.121Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
108 | 2024-03-20T19:24:38.779Z | Startup: Refreshing catalog 'helios-dev' ... Done |
109 | 2024-03-20T19:24:40.260Z | Startup: Caching catalogs ... Done |
110 | 2024-03-20T19:24:41.886Z | Planning: Solver setup ... Done (1.245s) |
111 | 2024-03-20T19:24:41.918Z | Planning: Running solver ... Done (0.025s) |
112 | 2024-03-20T19:24:42.149Z | Planning: Finding local manifests ... Done (0.210s) |
113 | 2024-03-20T19:24:42.161Z | Planning: Fetching manifests: 0/4 0% complete |
114 | 2024-03-20T19:24:42.481Z | Planning: Fetching manifests: 4/4 100% complete |
115 | 2024-03-20T19:24:42.530Z | Planning: Package planning ... Done (0.049s) |
116 | 2024-03-20T19:24:42.582Z | Planning: Merging actions ... Done (0.052s) |
117 | 2024-03-20T19:24:43.063Z | Planning: Checking for conflicting actions ... Done (0.477s) |
118 | 2024-03-20T19:24:43.078Z | Planning: Consolidating action changes ... Done (0.011s) |
119 | 2024-03-20T19:24:50.596Z | Planning: Evaluating mediators ... Done (7.518s) |
120 | 2024-03-20T19:24:50.610Z | Planning: Planning completed in 10.28 seconds |
121 | 2024-03-20T19:24:50.630Z | Packages to install: 4 |
122 | 2024-03-20T19:24:50.630Z | Mediators to change: 2 |
123 | 2024-03-20T19:24:50.630Z | Services to change: 1 |
124 | 2024-03-20T19:24:50.630Z | Estimated space available: 155.32 GB |
125 | 2024-03-20T19:24:50.630Z | Estimated space to be consumed: 1.43 GB |
126 | 2024-03-20T19:24:50.630Z | Create boot environment: No |
127 | 2024-03-20T19:24:50.631Z | Create backup boot environment: No |
128 | 2024-03-20T19:24:50.631Z | Rebuild boot archive: No |
129 | 2024-03-20T19:24:50.631Z | |
130 | 2024-03-20T19:24:50.631Z | Changed mediators: |
131 | 2024-03-20T19:24:50.631Z | mediator clang: |
132 | 2024-03-20T19:24:50.631Z | version: None -> 15 (system default) |
133 | 2024-03-20T19:24:50.631Z | |
134 | 2024-03-20T19:24:50.631Z | mediator llvm: |
135 | 2024-03-20T19:24:50.632Z | version: 14 (system default) -> 15 (system default) |
136 | 2024-03-20T19:24:50.632Z | |
137 | 2024-03-20T19:24:50.632Z | Changed packages: |
138 | 2024-03-20T19:24:50.632Z | helios-dev |
139 | 2024-03-20T19:24:50.632Z | developer/build-essential |
140 | 2024-03-20T19:24:50.632Z | None -> 11-2.0 |
141 | 2024-03-20T19:24:50.633Z | library/libxmlsec1 |
142 | 2024-03-20T19:24:50.633Z | None -> 1.2.35-2.0 |
143 | 2024-03-20T19:24:50.633Z | ooce/developer/clang-15 |
144 | 2024-03-20T19:24:50.633Z | None -> 15.0.7-2.0 |
145 | 2024-03-20T19:24:50.633Z | ooce/developer/llvm-15 |
146 | 2024-03-20T19:24:50.633Z | None -> 15.0.7-2.0 |
147 | 2024-03-20T19:24:50.633Z | |
148 | 2024-03-20T19:24:50.633Z | Services: |
149 | 2024-03-20T19:24:50.634Z | restart_fmri: |
150 | 2024-03-20T19:24:50.634Z | svc:/system/update-man-index:default |
151 | 2024-03-20T19:24:50.719Z | |
152 | 2024-03-20T19:24:50.720Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
153 | 2024-03-20T19:24:56.099Z | Download: 1197/3290 items 58.2/212.6MB 27% complete (12.8M/s) |
154 | 2024-03-20T19:25:01.114Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (12.0M/s) |
155 | 2024-03-20T19:25:06.221Z | Download: 3247/3290 items 170.4/212.6MB 80% complete (11.4M/s) |
156 | 2024-03-20T19:25:08.718Z | Download: Completed 212.60 MB in 18.00 seconds (11.8M/s) |
157 | 2024-03-20T19:25:11.842Z | Actions: 1/3689 actions (Installing new actions) |
158 | 2024-03-20T19:25:16.860Z | Actions: 3548/3689 actions (Installing new actions) |
159 | 2024-03-20T19:25:17.735Z | Actions: Completed 3689 actions in 5.88 seconds. |
160 | 2024-03-20T19:25:17.942Z | Done (0.200s) |
161 | 2024-03-20T19:25:17.943Z | Done (0.000s) |
162 | 2024-03-20T19:25:18.184Z | Done (0.248s) |
163 | 2024-03-20T19:25:23.969Z | Done (5.649s) |
164 | 2024-03-20T19:25:24.192Z | Done (0.152s) |
165 | 2024-03-20T19:25:24.197Z | Done (0.000s) |
166 | 2024-03-20T19:25:24.360Z | Done (0.000s) |
167 | 2024-03-20T19:25:24.907Z | Planning: Evaluating mediator changes ... Done |
168 | 2024-03-20T19:25:25.072Z | Planning: Checking for conflicting actions ... Done |
169 | 2024-03-20T19:25:25.076Z | Planning: Consolidating action changes ... Done |
170 | 2024-03-20T19:25:25.343Z | Planning: Evaluating mediators ... Done |
171 | 2024-03-20T19:25:25.348Z | Planning: Planning completed in 0.44 seconds |
172 | 2024-03-20T19:25:25.384Z | Mediators to change: 2 |
173 | 2024-03-20T19:25:25.384Z | Create boot environment: No |
174 | 2024-03-20T19:25:25.394Z | Create backup boot environment: No |
175 | 2024-03-20T19:25:25.475Z | Done |
176 | 2024-03-20T19:25:25.476Z | Done |
177 | 2024-03-20T19:25:25.622Z | Done |
178 | 2024-03-20T19:25:29.393Z | Done |
179 | 2024-03-20T19:25:29.480Z | Done |
180 | 2024-03-20T19:25:29.484Z | Done |
181 | 2024-03-20T19:25:29.584Z | Done |
182 | 2024-03-20T19:25:30.238Z | Planning: Evaluating mediator changes ... Done |
183 | 2024-03-20T19:25:30.243Z | Planning: Merging actions ... Done |
184 | 2024-03-20T19:25:30.436Z | Planning: Checking for conflicting actions ... Done |
185 | 2024-03-20T19:25:30.442Z | Planning: Consolidating action changes ... Done |
186 | 2024-03-20T19:25:30.707Z | Planning: Evaluating mediators ... Done |
187 | 2024-03-20T19:25:30.766Z | Planning: Planning completed in 0.81 seconds |
188 | 2024-03-20T19:25:30.802Z | Packages to change: 1 |
189 | 2024-03-20T19:25:30.802Z | Mediators to change: 1 |
190 | 2024-03-20T19:25:30.803Z | Services to change: 1 |
191 | 2024-03-20T19:25:30.808Z | Create boot environment: No |
192 | 2024-03-20T19:25:30.808Z | Create backup boot environment: Yes |
193 | 2024-03-20T19:25:31.696Z | Actions: 1/6 actions (Updating modified actions) |
194 | 2024-03-20T19:25:31.701Z | Actions: Completed 6 actions in 0.00 seconds. |
195 | 2024-03-20T19:25:31.701Z | Done |
196 | 2024-03-20T19:25:31.701Z | Done |
197 | 2024-03-20T19:25:31.758Z | Done |
198 | 2024-03-20T19:25:35.489Z | Done |
199 | 2024-03-20T19:25:35.576Z | Done |
200 | 2024-03-20T19:25:35.581Z | Done |
201 | 2024-03-20T19:25:35.694Z | Done |
202 | 2024-03-20T19:25:36.140Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
203 | 2024-03-20T19:25:36.141Z | clang system 15 system |
204 | 2024-03-20T19:25:36.141Z | csh system system illumos |
205 | 2024-03-20T19:25:36.141Z | ctags system system illumos |
206 | 2024-03-20T19:25:36.141Z | gcc vendor 12 vendor |
207 | 2024-03-20T19:25:36.141Z | gcc system 10 system |
208 | 2024-03-20T19:25:36.141Z | gcc system 7 system |
209 | 2024-03-20T19:25:36.141Z | go system 1.20 system |
210 | 2024-03-20T19:25:36.141Z | go system 1.19 system |
211 | 2024-03-20T19:25:36.141Z | llvm system 15 system |
212 | 2024-03-20T19:25:36.141Z | llvm system 14 system |
213 | 2024-03-20T19:25:36.142Z | mariadb system 10.6 system |
214 | 2024-03-20T19:25:36.142Z | mta vendor vendor dma |
215 | 2024-03-20T19:25:36.142Z | openjdk system 17 system |
216 | 2024-03-20T19:25:36.142Z | openjdk system 11 system |
217 | 2024-03-20T19:25:36.142Z | openjdk system 1.8 system |
218 | 2024-03-20T19:25:36.142Z | openssl vendor 3 vendor |
219 | 2024-03-20T19:25:36.142Z | perl system 5.36 system |
220 | 2024-03-20T19:25:36.142Z | postgresql system 15 system |
221 | 2024-03-20T19:25:36.142Z | postgresql system 13 system |
222 | 2024-03-20T19:25:36.142Z | python vendor 3 vendor |
223 | 2024-03-20T19:25:36.142Z | python system 2 system |
224 | 2024-03-20T19:25:36.143Z | python3 system 3.11 system |
225 | 2024-03-20T19:25:36.143Z | ruby system 3.0 system |
226 | 2024-03-20T19:25:36.143Z | words vendor vendor american-english |
227 | 2024-03-20T19:25:36.143Z | words system system australian-english |
228 | 2024-03-20T19:25:36.143Z | words system system british-english |
229 | 2024-03-20T19:25:36.143Z | words system system canadian-english |
230 | 2024-03-20T19:25:36.143Z | words system system french |
231 | 2024-03-20T19:25:36.143Z | words system system italian |
232 | 2024-03-20T19:25:36.143Z | words system system ngerman |
233 | 2024-03-20T19:25:36.143Z | words system system ogerman |
234 | 2024-03-20T19:25:36.143Z | words system system spanish |
235 | 2024-03-20T19:25:36.470Z | PUBLISHER TYPE STATUS P LOCATION |
236 | 2024-03-20T19:25:36.470Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
237 | 2024-03-20T19:25:37.715Z | FMRI IFO |
238 | 2024-03-20T19:25:37.716Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
239 | 2024-03-20T19:25:37.716Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
240 | 2024-03-20T19:25:37.716Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
241 | 2024-03-20T19:25:37.716Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
242 | 2024-03-20T19:25:37.717Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
243 | 2024-03-20T19:25:37.717Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
244 | 2024-03-20T19:25:37.717Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
245 | 2024-03-20T19:25:37.717Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
246 | 2024-03-20T19:25:37.717Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
247 | 2024-03-20T19:25:37.717Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
248 | 2024-03-20T19:25:37.717Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
249 | 2024-03-20T19:25:37.717Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
250 | 2024-03-20T19:25:37.953Z | + set -o errexit |
251 | 2024-03-20T19:25:37.958Z | +++ dirname ./tools/ci_download_cockroachdb |
252 | 2024-03-20T19:25:37.958Z | ++ cd ./tools |
253 | 2024-03-20T19:25:37.959Z | ++ pwd |
254 | 2024-03-20T19:25:37.959Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
255 | 2024-03-20T19:25:37.959Z | ++ basename ./tools/ci_download_cockroachdb |
256 | 2024-03-20T19:25:38.019Z | + ARG0=ci_download_cockroachdb |
257 | 2024-03-20T19:25:38.019Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
258 | 2024-03-20T19:25:38.019Z | + CIDL_VERSION=v22.1.9 |
259 | 2024-03-20T19:25:38.019Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
260 | 2024-03-20T19:25:38.019Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
261 | 2024-03-20T19:25:38.019Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
262 | 2024-03-20T19:25:38.019Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
263 | 2024-03-20T19:25:38.019Z | + TARGET_DIR=out |
264 | 2024-03-20T19:25:38.019Z | + DOWNLOAD_DIR=out/downloads |
265 | 2024-03-20T19:25:38.020Z | + DEST_DIR=./out/cockroachdb |
266 | 2024-03-20T19:25:38.020Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
267 | 2024-03-20T19:25:38.020Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
268 | 2024-03-20T19:25:38.020Z | + main |
269 | 2024-03-20T19:25:38.020Z | + [[ 0 != 0 ]] |
270 | 2024-03-20T19:25:38.020Z | + CIDL_OS=solaris2.11 |
271 | 2024-03-20T19:25:38.020Z | + [[ 0 != 0 ]] |
272 | 2024-03-20T19:25:38.020Z | + configure_os solaris2.11 |
273 | 2024-03-20T19:25:38.020Z | + echo 'current directory: /work/oxidecomputer/omicron' |
274 | 2024-03-20T19:25:38.020Z | current directory: /work/oxidecomputer/omicron |
275 | 2024-03-20T19:25:38.020Z | + echo 'configuring based on OS: "solaris2.11"' |
276 | 2024-03-20T19:25:38.020Z | + case "$1" in |
277 | 2024-03-20T19:25:38.020Z | configuring based on OS: "solaris2.11" |
278 | 2024-03-20T19:25:38.021Z | + CIDL_BUILD=illumos |
279 | 2024-03-20T19:25:38.021Z | + CIDL_SUFFIX=tar.gz |
280 | 2024-03-20T19:25:38.021Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
281 | 2024-03-20T19:25:38.021Z | + CIDL_URL_BASE=https://illumos.org/downloads |
282 | 2024-03-20T19:25:38.021Z | + CIDL_ASSEMBLE=do_assemble_illumos |
283 | 2024-03-20T19:25:38.021Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
284 | 2024-03-20T19:25:38.021Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
285 | 2024-03-20T19:25:38.021Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2024-03-20T19:25:38.021Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
287 | 2024-03-20T19:25:38.021Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2024-03-20T19:25:38.021Z | + CIDL_SHA256FUNC=do_sha256sum |
289 | 2024-03-20T19:25:38.021Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
290 | 2024-03-20T19:25:38.022Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
291 | 2024-03-20T19:25:38.022Z | + mkdir -p out/downloads |
292 | 2024-03-20T19:25:38.022Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-03-20T19:25:38.022Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-03-20T19:25:38.022Z | + mkdir -p ./out/cockroachdb |
295 | 2024-03-20T19:25:38.022Z | + local DO_DOWNLOAD=true |
296 | 2024-03-20T19:25:38.022Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
297 | 2024-03-20T19:25:38.022Z | + '[' true == true ']' |
298 | 2024-03-20T19:25:38.022Z | + echo Downloading... |
299 | 2024-03-20T19:25:38.023Z | Downloading... |
300 | 2024-03-20T19:25:38.023Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2024-03-20T19:25:38.023Z | + 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 |
302 | 2024-03-20T19:25:41.157Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
303 | 2024-03-20T19:25:41.164Z | ++ sha256sum |
304 | 2024-03-20T19:25:41.164Z | ++ awk '{print $1}' |
305 | 2024-03-20T19:25:41.340Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
306 | 2024-03-20T19:25:41.341Z | + [[ 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 ]] |
307 | 2024-03-20T19:25:41.349Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2024-03-20T19:25:41.349Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
309 | 2024-03-20T19:25:43.512Z | + do_assemble_illumos |
310 | 2024-03-20T19:25:43.512Z | + rm -r ./out/cockroachdb |
311 | 2024-03-20T19:25:43.516Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
312 | 2024-03-20T19:25:43.915Z | + ./out/cockroachdb/bin/cockroach version |
313 | 2024-03-20T19:25:44.087Z | Build Tag: v22.1.9-dirty |
314 | 2024-03-20T19:25:44.088Z | Build Time: 2022/10/26 21:17:46 |
315 | 2024-03-20T19:25:44.088Z | Distribution: OSS |
316 | 2024-03-20T19:25:44.088Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
317 | 2024-03-20T19:25:44.088Z | Go Version: go1.17.13 |
318 | 2024-03-20T19:25:44.088Z | C Compiler: gcc 10.3.0 |
319 | 2024-03-20T19:25:44.089Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
320 | 2024-03-20T19:25:44.089Z | Build Type: release |
321 | 2024-03-20T19:25:44.102Z | + set -o errexit |
322 | 2024-03-20T19:25:44.111Z | +++ dirname ./tools/ci_download_clickhouse |
323 | 2024-03-20T19:25:44.111Z | ++ cd ./tools |
324 | 2024-03-20T19:25:44.111Z | ++ pwd |
325 | 2024-03-20T19:25:44.111Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
326 | 2024-03-20T19:25:44.111Z | ++ basename ./tools/ci_download_clickhouse |
327 | 2024-03-20T19:25:44.112Z | + ARG0=ci_download_clickhouse |
328 | 2024-03-20T19:25:44.112Z | + TARGET_DIR=out |
329 | 2024-03-20T19:25:44.112Z | + DOWNLOAD_DIR=out/downloads |
330 | 2024-03-20T19:25:44.112Z | + DEST_DIR=./out/clickhouse |
331 | 2024-03-20T19:25:44.112Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
332 | 2024-03-20T19:25:44.112Z | + CIDL_VERSION=v23.8.7.24 |
333 | 2024-03-20T19:25:44.112Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
334 | 2024-03-20T19:25:44.112Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
335 | 2024-03-20T19:25:44.113Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
336 | 2024-03-20T19:25:44.113Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
337 | 2024-03-20T19:25:44.113Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
338 | 2024-03-20T19:25:44.113Z | + main |
339 | 2024-03-20T19:25:44.113Z | + [[ 0 != 0 ]] |
340 | 2024-03-20T19:25:44.113Z | + CIDL_OS=solaris2.11 |
341 | 2024-03-20T19:25:44.113Z | + [[ 0 != 0 ]] |
342 | 2024-03-20T19:25:44.113Z | + configure_os solaris2.11 |
343 | 2024-03-20T19:25:44.113Z | + echo 'current directory: /work/oxidecomputer/omicron' |
344 | 2024-03-20T19:25:44.114Z | current directory: /work/oxidecomputer/omicron |
345 | 2024-03-20T19:25:44.114Z | + echo 'configuring based on OS: "solaris2.11"' |
346 | 2024-03-20T19:25:44.114Z | + CIDL_DASHREV= |
347 | 2024-03-20T19:25:44.114Z | configuring based on OS: "solaris2.11" |
348 | 2024-03-20T19:25:44.114Z | + case "$1" in |
349 | 2024-03-20T19:25:44.114Z | + CIDL_PLATFORM=illumos |
350 | 2024-03-20T19:25:44.114Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
351 | 2024-03-20T19:25:44.114Z | + CIDL_MD5FUNC=do_md5sum |
352 | 2024-03-20T19:25:44.115Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
353 | 2024-03-20T19:25:44.115Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
354 | 2024-03-20T19:25:44.115Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
355 | 2024-03-20T19:25:44.115Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
356 | 2024-03-20T19:25:44.115Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
357 | 2024-03-20T19:25:44.115Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
358 | 2024-03-20T19:25:44.116Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
359 | 2024-03-20T19:25:44.116Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
360 | 2024-03-20T19:25:44.116Z | + mkdir -p out/downloads |
361 | 2024-03-20T19:25:44.120Z | + mkdir -p ./out/clickhouse |
362 | 2024-03-20T19:25:44.121Z | + local DO_DOWNLOAD=true |
363 | 2024-03-20T19:25:44.121Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
364 | 2024-03-20T19:25:44.121Z | + '[' true == true ']' |
365 | 2024-03-20T19:25:44.121Z | + echo Downloading... |
366 | 2024-03-20T19:25:44.122Z | Downloading... |
367 | 2024-03-20T19:25:44.122Z | + 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 |
368 | 2024-03-20T19:25:44.122Z | + 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 |
369 | 2024-03-20T19:25:46.838Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
370 | 2024-03-20T19:25:46.846Z | ++ md5sum |
371 | 2024-03-20T19:25:46.847Z | ++ awk '{print $1}' |
372 | 2024-03-20T19:25:47.052Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
373 | 2024-03-20T19:25:47.052Z | + [[ 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 ]] |
374 | 2024-03-20T19:25:47.059Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
375 | 2024-03-20T19:25:47.060Z | + mkdir -p ./out/clickhouse |
376 | 2024-03-20T19:25:47.060Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
377 | 2024-03-20T19:25:50.911Z | + [[ solaris2.11 == darwin* ]] |
378 | 2024-03-20T19:25:50.911Z | + ./out/clickhouse/clickhouse server --version |
379 | 2024-03-20T19:25:51.401Z | ClickHouse server version 23.8.7.1. |
380 | 2024-03-20T19:25:51.418Z | + set -o errexit |
381 | 2024-03-20T19:25:51.423Z | +++ dirname ./tools/ci_download_console |
382 | 2024-03-20T19:25:51.435Z | ++ cd ./tools |
383 | 2024-03-20T19:25:51.435Z | ++ pwd |
384 | 2024-03-20T19:25:51.435Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
385 | 2024-03-20T19:25:51.435Z | ++ basename ./tools/ci_download_console |
386 | 2024-03-20T19:25:51.435Z | + ARG0=ci_download_console |
387 | 2024-03-20T19:25:51.435Z | + TARGET_DIR=out |
388 | 2024-03-20T19:25:51.435Z | + DOWNLOAD_DIR=out/downloads |
389 | 2024-03-20T19:25:51.435Z | + DEST_DIR=./out/console-assets |
390 | 2024-03-20T19:25:51.435Z | + source /work/oxidecomputer/omicron/tools/console_version |
391 | 2024-03-20T19:25:51.435Z | ++ COMMIT=784e8aac273dc282b6218994d09042aa5928a198 |
392 | 2024-03-20T19:25:51.435Z | ++ SHA2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 |
393 | 2024-03-20T19:25:51.435Z | + URL=https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
394 | 2024-03-20T19:25:51.435Z | + TARBALL_FILE=out/downloads/console.tar.gz |
395 | 2024-03-20T19:25:51.435Z | + main |
396 | 2024-03-20T19:25:51.435Z | + [[ 0 != 0 ]] |
397 | 2024-03-20T19:25:51.435Z | + echo 'URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz' |
398 | 2024-03-20T19:25:51.435Z | URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
399 | 2024-03-20T19:25:51.436Z | Local file: out/downloads/console.tar.gz |
400 | 2024-03-20T19:25:51.436Z | + echo 'Local file: out/downloads/console.tar.gz' |
401 | 2024-03-20T19:25:51.436Z | + local DO_DOWNLOAD=true |
402 | 2024-03-20T19:25:51.436Z | + [[ -f out/downloads/console.tar.gz ]] |
403 | 2024-03-20T19:25:51.436Z | + mkdir -p out/downloads |
404 | 2024-03-20T19:25:51.448Z | + '[' true == true ']' |
405 | 2024-03-20T19:25:51.448Z | + echo Downloading... |
406 | 2024-03-20T19:25:51.448Z | Downloading... |
407 | 2024-03-20T19:25:51.448Z | + do_download_curl https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz out/downloads/console.tar.gz |
408 | 2024-03-20T19:25:51.448Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
409 | 2024-03-20T19:25:51.946Z | ++ do_sha256sum out/downloads/console.tar.gz |
410 | 2024-03-20T19:25:51.947Z | ++ case "$OSTYPE" in |
411 | 2024-03-20T19:25:51.954Z | ++ SHA=sha256sum |
412 | 2024-03-20T19:25:51.955Z | ++ sha256sum |
413 | 2024-03-20T19:25:51.955Z | ++ awk '{print $1}' |
414 | 2024-03-20T19:25:51.955Z | + calculated_sha2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 |
415 | 2024-03-20T19:25:51.955Z | + [[ b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 != \b\5\a\f\d\1\2\4\3\e\4\0\e\8\6\d\3\a\7\7\9\f\0\8\9\f\e\6\1\e\d\9\c\b\3\f\b\b\d\6\d\5\9\e\5\4\7\e\5\2\2\a\5\9\c\1\b\0\e\4\b\7\d\8 ]] |
416 | 2024-03-20T19:25:51.955Z | + rm -rf ./out/console-assets |
417 | 2024-03-20T19:25:51.963Z | + mkdir -p ./out/console-assets |
418 | 2024-03-20T19:25:51.964Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
419 | 2024-03-20T19:25:51.964Z | + mkdir -p ./out/console-assets |
420 | 2024-03-20T19:25:51.964Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
421 | 2024-03-20T19:25:52.053Z | + set -o errexit |
422 | 2024-03-20T19:25:52.497Z | +++ dirname ./tools/ci_download_maghemite_openapi |
423 | 2024-03-20T19:25:52.497Z | ++ cd ./tools |
424 | 2024-03-20T19:25:52.497Z | ++ pwd |
425 | 2024-03-20T19:25:52.497Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
426 | 2024-03-20T19:25:52.497Z | ++ basename ./tools/ci_download_maghemite_openapi |
427 | 2024-03-20T19:25:52.497Z | + ARG0=ci_download_maghemite_openapi |
428 | 2024-03-20T19:25:52.497Z | + TARGET_DIR=out |
429 | 2024-03-20T19:25:52.498Z | + DOWNLOAD_DIR=out/downloads |
430 | 2024-03-20T19:25:52.498Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
431 | 2024-03-20T19:25:52.498Z | ++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb |
432 | 2024-03-20T19:25:52.498Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
433 | 2024-03-20T19:25:52.498Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json |
434 | 2024-03-20T19:25:52.499Z | + LOCAL_FILE=out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
435 | 2024-03-20T19:25:52.499Z | + main |
436 | 2024-03-20T19:25:52.499Z | + rm -rf out/downloads/root |
437 | 2024-03-20T19:25:52.499Z | + [[ 0 != 0 ]] |
438 | 2024-03-20T19:25:52.499Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json' |
439 | 2024-03-20T19:25:52.499Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json |
440 | 2024-03-20T19:25:52.499Z | + echo 'Local file: out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json' |
441 | 2024-03-20T19:25:52.499Z | Local file: out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
442 | 2024-03-20T19:25:52.499Z | + local DO_DOWNLOAD=true |
443 | 2024-03-20T19:25:52.500Z | + [[ -f out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json ]] |
444 | 2024-03-20T19:25:52.500Z | + mkdir -p out/downloads |
445 | 2024-03-20T19:25:52.500Z | + '[' true == true ']' |
446 | 2024-03-20T19:25:52.500Z | + echo Downloading... |
447 | 2024-03-20T19:25:52.500Z | Downloading... |
448 | 2024-03-20T19:25:52.500Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
449 | 2024-03-20T19:25:52.500Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json |
450 | 2024-03-20T19:25:52.500Z | ++ do_sha256sum out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
451 | 2024-03-20T19:25:52.500Z | ++ case "$OSTYPE" in |
452 | 2024-03-20T19:25:52.500Z | ++ SHA=sha256sum |
453 | 2024-03-20T19:25:52.500Z | ++ sha256sum |
454 | 2024-03-20T19:25:52.501Z | ++ awk '{print $1}' |
455 | 2024-03-20T19:25:52.501Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
456 | 2024-03-20T19:25:52.501Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
457 | 2024-03-20T19:25:52.501Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
458 | 2024-03-20T19:25:52.501Z | ++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb |
459 | 2024-03-20T19:25:52.501Z | ++ SHA2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e |
460 | 2024-03-20T19:25:52.501Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json |
461 | 2024-03-20T19:25:52.501Z | + LOCAL_FILE=out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
462 | 2024-03-20T19:25:52.501Z | + main |
463 | 2024-03-20T19:25:52.501Z | + rm -rf out/downloads/root |
464 | 2024-03-20T19:25:52.502Z | + [[ 0 != 0 ]] |
465 | 2024-03-20T19:25:52.502Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json' |
466 | 2024-03-20T19:25:52.502Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json |
467 | 2024-03-20T19:25:52.502Z | + echo 'Local file: out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json' |
468 | 2024-03-20T19:25:52.502Z | + local DO_DOWNLOAD=true |
469 | 2024-03-20T19:25:52.502Z | Local file: out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
470 | 2024-03-20T19:25:52.502Z | + [[ -f out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json ]] |
471 | 2024-03-20T19:25:52.502Z | + mkdir -p out/downloads |
472 | 2024-03-20T19:25:52.503Z | + '[' true == true ']' |
473 | 2024-03-20T19:25:52.503Z | + echo Downloading... |
474 | 2024-03-20T19:25:52.503Z | Downloading... |
475 | 2024-03-20T19:25:52.503Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
476 | 2024-03-20T19:25:52.503Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json |
477 | 2024-03-20T19:25:52.521Z | ++ do_sha256sum out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
478 | 2024-03-20T19:25:52.521Z | ++ case "$OSTYPE" in |
479 | 2024-03-20T19:25:52.521Z | ++ SHA=sha256sum |
480 | 2024-03-20T19:25:52.521Z | ++ sha256sum |
481 | 2024-03-20T19:25:52.521Z | ++ awk '{print $1}' |
482 | 2024-03-20T19:25:52.521Z | + calculated_sha2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e |
483 | 2024-03-20T19:25:52.521Z | + [[ 768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e != \7\6\8\b\3\8\a\d\9\b\0\1\2\9\9\b\e\6\6\a\8\9\9\2\4\1\1\5\8\1\2\3\f\c\9\0\e\a\2\4\0\7\0\8\a\5\1\7\c\8\a\c\f\a\5\2\b\4\b\2\e\b\8\e ]] |
484 | 2024-03-20T19:25:52.521Z | + set -o errexit |
485 | 2024-03-20T19:25:52.538Z | +++ dirname ./tools/ci_download_dendrite_openapi |
486 | 2024-03-20T19:25:52.538Z | ++ cd ./tools |
487 | 2024-03-20T19:25:52.538Z | ++ pwd |
488 | 2024-03-20T19:25:52.538Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
489 | 2024-03-20T19:25:52.538Z | ++ basename ./tools/ci_download_dendrite_openapi |
490 | 2024-03-20T19:25:52.538Z | + ARG0=ci_download_dendrite_openapi |
491 | 2024-03-20T19:25:52.538Z | + TARGET_DIR=out |
492 | 2024-03-20T19:25:52.538Z | + DOWNLOAD_DIR=out/downloads |
493 | 2024-03-20T19:25:52.538Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
494 | 2024-03-20T19:25:52.538Z | ++ COMMIT=41ddeab9d43d90a51e6fc1c236dc9982fc76f922 |
495 | 2024-03-20T19:25:52.538Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
496 | 2024-03-20T19:25:52.539Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json |
497 | 2024-03-20T19:25:52.539Z | + LOCAL_FILE=out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json |
498 | 2024-03-20T19:25:52.539Z | + main |
499 | 2024-03-20T19:25:52.539Z | + [[ 0 != 0 ]] |
500 | 2024-03-20T19:25:52.539Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json' |
501 | 2024-03-20T19:25:52.539Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json |
502 | 2024-03-20T19:25:52.539Z | + echo 'Local file: out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json' |
503 | 2024-03-20T19:25:52.539Z | + local DO_DOWNLOAD=true |
504 | 2024-03-20T19:25:52.539Z | Local file: out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json |
505 | 2024-03-20T19:25:52.539Z | + [[ -f out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json ]] |
506 | 2024-03-20T19:25:52.539Z | + mkdir -p out/downloads |
507 | 2024-03-20T19:25:52.539Z | + '[' true == true ']' |
508 | 2024-03-20T19:25:52.539Z | + echo Downloading... |
509 | 2024-03-20T19:25:52.539Z | Downloading... |
510 | 2024-03-20T19:25:52.539Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json |
511 | 2024-03-20T19:25:52.539Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json |
512 | 2024-03-20T19:25:52.880Z | ++ do_sha256sum out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json |
513 | 2024-03-20T19:25:52.881Z | ++ case "$OSTYPE" in |
514 | 2024-03-20T19:25:52.881Z | ++ SHA=sha256sum |
515 | 2024-03-20T19:25:53.294Z | ++ sha256sum |
516 | 2024-03-20T19:25:53.294Z | ++ awk '{print $1}' |
517 | 2024-03-20T19:25:53.294Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
518 | 2024-03-20T19:25:53.294Z | + [[ 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 ]] |
519 | 2024-03-20T19:25:53.294Z | + set -o errexit |
520 | 2024-03-20T19:25:53.294Z | +++ dirname ./tools/ci_download_dendrite_stub |
521 | 2024-03-20T19:25:53.294Z | ++ cd ./tools |
522 | 2024-03-20T19:25:53.294Z | ++ pwd |
523 | 2024-03-20T19:25:53.294Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
524 | 2024-03-20T19:25:53.300Z | ++ basename ./tools/ci_download_dendrite_stub |
525 | 2024-03-20T19:25:53.300Z | + ARG0=ci_download_dendrite_stub |
526 | 2024-03-20T19:25:53.300Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
527 | 2024-03-20T19:25:53.300Z | ++ CIDL_SHA256_ILLUMOS=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20 |
528 | 2024-03-20T19:25:53.300Z | ++ CIDL_SHA256_LINUX_DPD=f753444cae478cdedcde743a20a9df5965ed28cddab0f9632f3c263c66cd6397 |
529 | 2024-03-20T19:25:53.300Z | ++ CIDL_SHA256_LINUX_SWADM=66eab497b955751d0704c3cd97ac5c1ed373aa656fc37ccba86ae9900b5ae96d |
530 | 2024-03-20T19:25:53.300Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
531 | 2024-03-20T19:25:53.300Z | ++ COMMIT=41ddeab9d43d90a51e6fc1c236dc9982fc76f922 |
532 | 2024-03-20T19:25:53.300Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
533 | 2024-03-20T19:25:53.300Z | + TARGET_DIR=out |
534 | 2024-03-20T19:25:53.300Z | + DOWNLOAD_DIR=out/downloads |
535 | 2024-03-20T19:25:53.301Z | + DEST_DIR=./out/dendrite-stub |
536 | 2024-03-20T19:25:53.301Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
537 | 2024-03-20T19:25:53.301Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
538 | 2024-03-20T19:25:53.301Z | + REPO=oxidecomputer/dendrite |
539 | 2024-03-20T19:25:53.301Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922 |
540 | 2024-03-20T19:25:53.301Z | + main |
541 | 2024-03-20T19:25:53.301Z | + [[ 0 != 0 ]] |
542 | 2024-03-20T19:25:53.301Z | + CIDL_OS=solaris2.11 |
543 | 2024-03-20T19:25:53.301Z | + [[ 0 != 0 ]] |
544 | 2024-03-20T19:25:53.301Z | + configure_os solaris2.11 |
545 | 2024-03-20T19:25:53.301Z | + echo 'current directory: /work/oxidecomputer/omicron' |
546 | 2024-03-20T19:25:53.301Z | current directory: /work/oxidecomputer/omicron |
547 | 2024-03-20T19:25:53.301Z | + echo 'configuring based on OS: "solaris2.11"' |
548 | 2024-03-20T19:25:53.301Z | configuring based on OS: "solaris2.11" |
549 | 2024-03-20T19:25:53.301Z | + case "$1" in |
550 | 2024-03-20T19:25:53.301Z | + SET_BINARIES= |
551 | 2024-03-20T19:25:53.301Z | + CIDL_SHA256=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20 |
552 | 2024-03-20T19:25:53.301Z | + CIDL_SHA256FUNC=do_sha256sum |
553 | 2024-03-20T19:25:53.301Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
554 | 2024-03-20T19:25:53.301Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz |
555 | 2024-03-20T19:25:53.301Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
556 | 2024-03-20T19:25:53.301Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz' |
557 | 2024-03-20T19:25:53.301Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz |
558 | 2024-03-20T19:25:53.302Z | Local file: out/downloads/dendrite-stub.tar.gz |
559 | 2024-03-20T19:25:53.302Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
560 | 2024-03-20T19:25:53.302Z | + mkdir -p out/downloads |
561 | 2024-03-20T19:25:53.302Z | + mkdir -p ./out/dendrite-stub |
562 | 2024-03-20T19:25:53.302Z | + fetch_and_verify |
563 | 2024-03-20T19:25:53.302Z | + local DO_DOWNLOAD=true |
564 | 2024-03-20T19:25:53.302Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
565 | 2024-03-20T19:25:53.302Z | + '[' true == true ']' |
566 | 2024-03-20T19:25:53.302Z | + echo Downloading... |
567 | 2024-03-20T19:25:53.302Z | Downloading... |
568 | 2024-03-20T19:25:53.302Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
569 | 2024-03-20T19:25:53.302Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz |
570 | 2024-03-20T19:26:03.191Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
571 | 2024-03-20T19:26:03.198Z | ++ sha256sum |
572 | 2024-03-20T19:26:03.198Z | ++ awk '{print $1}' |
573 | 2024-03-20T19:26:03.215Z | + calculated_sha256=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20 |
574 | 2024-03-20T19:26:03.216Z | + [[ 8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20 != \8\e\b\b\8\8\9\a\5\5\5\c\e\5\9\c\b\0\3\7\3\a\1\e\c\9\5\9\5\5\3\6\e\0\1\5\c\9\5\1\f\6\f\c\4\d\8\9\3\0\8\b\4\e\3\f\0\9\c\8\3\b\2\0 ]] |
575 | 2024-03-20T19:26:03.221Z | + do_untar out/downloads/dendrite-stub.tar.gz |
576 | 2024-03-20T19:26:03.221Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
577 | 2024-03-20T19:26:03.921Z | + do_assemble |
578 | 2024-03-20T19:26:03.921Z | + rm -r ./out/dendrite-stub |
579 | 2024-03-20T19:26:03.932Z | + mkdir ./out/dendrite-stub |
580 | 2024-03-20T19:26:03.932Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
581 | 2024-03-20T19:26:04.031Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
582 | 2024-03-20T19:26:04.046Z | + set -o errexit |
583 | 2024-03-20T19:26:04.065Z | +++ dirname ./tools/ci_download_maghemite_mgd |
584 | 2024-03-20T19:26:04.065Z | ++ cd ./tools |
585 | 2024-03-20T19:26:04.065Z | ++ pwd |
586 | 2024-03-20T19:26:04.065Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
587 | 2024-03-20T19:26:04.066Z | ++ basename ./tools/ci_download_maghemite_mgd |
588 | 2024-03-20T19:26:04.066Z | + ARG0=ci_download_maghemite_mgd |
589 | 2024-03-20T19:26:04.066Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
590 | 2024-03-20T19:26:04.066Z | ++ CIDL_SHA256=813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b |
591 | 2024-03-20T19:26:04.066Z | ++ MGD_LINUX_SHA256=03bf4e9fbe7d46be5dbcf83f9cd67520383f843767939e06d0db93ce4e584111 |
592 | 2024-03-20T19:26:04.066Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
593 | 2024-03-20T19:26:04.066Z | ++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb |
594 | 2024-03-20T19:26:04.066Z | ++ SHA2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e |
595 | 2024-03-20T19:26:04.066Z | + TARGET_DIR=out |
596 | 2024-03-20T19:26:04.067Z | + DOWNLOAD_DIR=out/downloads |
597 | 2024-03-20T19:26:04.067Z | + DEST_DIR=./out/mgd |
598 | 2024-03-20T19:26:04.067Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
599 | 2024-03-20T19:26:04.067Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
600 | 2024-03-20T19:26:04.067Z | + REPO=oxidecomputer/maghemite |
601 | 2024-03-20T19:26:04.067Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb |
602 | 2024-03-20T19:26:04.067Z | + main |
603 | 2024-03-20T19:26:04.067Z | + rm -rf out/downloads/root |
604 | 2024-03-20T19:26:04.083Z | + [[ 0 != 0 ]] |
605 | 2024-03-20T19:26:04.083Z | + CIDL_OS=solaris2.11 |
606 | 2024-03-20T19:26:04.083Z | + [[ 0 != 0 ]] |
607 | 2024-03-20T19:26:04.084Z | + configure_os solaris2.11 |
608 | 2024-03-20T19:26:04.084Z | + echo 'current directory: /work/oxidecomputer/omicron' |
609 | 2024-03-20T19:26:04.084Z | current directory: /work/oxidecomputer/omicron |
610 | 2024-03-20T19:26:04.084Z | + echo 'configuring based on OS: "solaris2.11"' |
611 | 2024-03-20T19:26:04.084Z | configuring based on OS: "solaris2.11" |
612 | 2024-03-20T19:26:04.084Z | + case "$1" in |
613 | 2024-03-20T19:26:04.084Z | + SET_BINARIES= |
614 | 2024-03-20T19:26:04.085Z | + CIDL_SHA256FUNC=do_sha256sum |
615 | 2024-03-20T19:26:04.085Z | + TARBALL_FILENAME=mgd.tar.gz |
616 | 2024-03-20T19:26:04.085Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz |
617 | 2024-03-20T19:26:04.085Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
618 | 2024-03-20T19:26:04.085Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz' |
619 | 2024-03-20T19:26:04.085Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
620 | 2024-03-20T19:26:04.085Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz |
621 | 2024-03-20T19:26:04.086Z | Local file: out/downloads/mgd.tar.gz |
622 | 2024-03-20T19:26:04.086Z | + mkdir -p out/downloads |
623 | 2024-03-20T19:26:04.086Z | + mkdir -p ./out/mgd |
624 | 2024-03-20T19:26:04.086Z | + fetch_and_verify |
625 | 2024-03-20T19:26:04.086Z | + local DO_DOWNLOAD=true |
626 | 2024-03-20T19:26:04.086Z | + [[ -f out/downloads/mgd.tar.gz ]] |
627 | 2024-03-20T19:26:04.087Z | + '[' true == true ']' |
628 | 2024-03-20T19:26:04.087Z | + echo Downloading... |
629 | 2024-03-20T19:26:04.087Z | Downloading... |
630 | 2024-03-20T19:26:04.087Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz out/downloads/mgd.tar.gz |
631 | 2024-03-20T19:26:04.087Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz |
632 | 2024-03-20T19:26:12.465Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
633 | 2024-03-20T19:26:12.470Z | ++ sha256sum |
634 | 2024-03-20T19:26:12.470Z | ++ awk '{print $1}' |
635 | 2024-03-20T19:26:12.485Z | + calculated_sha256=813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b |
636 | 2024-03-20T19:26:12.489Z | + [[ 813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b != \8\1\3\f\e\3\d\4\0\8\f\5\3\8\a\9\d\7\1\2\1\a\6\1\6\f\c\e\5\f\8\7\e\6\c\4\2\c\f\2\8\0\0\e\2\0\c\1\a\2\7\5\9\c\2\4\c\9\e\8\b\7\7\b ]] |
637 | 2024-03-20T19:26:12.489Z | + do_untar out/downloads/mgd.tar.gz |
638 | 2024-03-20T19:26:12.489Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
639 | 2024-03-20T19:26:12.940Z | + do_assemble |
640 | 2024-03-20T19:26:12.940Z | + rm -r ./out/mgd |
641 | 2024-03-20T19:26:12.945Z | + mkdir ./out/mgd |
642 | 2024-03-20T19:26:12.945Z | + cp -r out/downloads/root ./out/mgd/root |
643 | 2024-03-20T19:26:12.997Z | + set -o errexit |
644 | 2024-03-20T19:26:13.002Z | +++ dirname ./tools/ci_download_transceiver_control |
645 | 2024-03-20T19:26:13.002Z | ++ cd ./tools |
646 | 2024-03-20T19:26:13.002Z | ++ pwd |
647 | 2024-03-20T19:26:13.008Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
648 | 2024-03-20T19:26:13.008Z | ++ basename ./tools/ci_download_transceiver_control |
649 | 2024-03-20T19:26:13.008Z | + ARG0=ci_download_transceiver_control |
650 | 2024-03-20T19:26:13.008Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
651 | 2024-03-20T19:26:13.008Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
652 | 2024-03-20T19:26:13.008Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
653 | 2024-03-20T19:26:13.008Z | + TARGET_DIR=out |
654 | 2024-03-20T19:26:13.008Z | + DOWNLOAD_DIR=out/downloads |
655 | 2024-03-20T19:26:13.008Z | + DEST_DIR=./out/transceiver-control |
656 | 2024-03-20T19:26:13.008Z | + BIN_DIR=/opt/oxide/bin |
657 | 2024-03-20T19:26:13.008Z | + BINARY=xcvradm |
658 | 2024-03-20T19:26:13.008Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
659 | 2024-03-20T19:26:13.008Z | + REPO=oxidecomputer/transceiver-control |
660 | 2024-03-20T19:26:13.008Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
661 | 2024-03-20T19:26:13.008Z | + main |
662 | 2024-03-20T19:26:13.008Z | + [[ 0 != 0 ]] |
663 | 2024-03-20T19:26:13.008Z | + CIDL_OS=solaris2.11 |
664 | 2024-03-20T19:26:13.008Z | + [[ 0 != 0 ]] |
665 | 2024-03-20T19:26:13.008Z | + configure_os solaris2.11 |
666 | 2024-03-20T19:26:13.008Z | + echo 'current directory: /work/oxidecomputer/omicron' |
667 | 2024-03-20T19:26:13.008Z | current directory: /work/oxidecomputer/omicron |
668 | 2024-03-20T19:26:13.008Z | + echo 'configuring based on OS: "solaris2.11"' |
669 | 2024-03-20T19:26:13.009Z | configuring based on OS: "solaris2.11" |
670 | 2024-03-20T19:26:13.009Z | + case "$1" in |
671 | 2024-03-20T19:26:13.009Z | + SET_BINARIES= |
672 | 2024-03-20T19:26:13.009Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
673 | 2024-03-20T19:26:13.009Z | + CIDL_SHA256FUNC=do_sha256sum |
674 | 2024-03-20T19:26:13.009Z | + ARCHIVE_FILENAME=xcvradm.gz |
675 | 2024-03-20T19:26:13.009Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
676 | 2024-03-20T19:26:13.009Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
677 | 2024-03-20T19:26:13.009Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
678 | 2024-03-20T19:26:13.009Z | + echo 'Local file: out/downloads/xcvradm.gz' |
679 | 2024-03-20T19:26:13.009Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
680 | 2024-03-20T19:26:13.009Z | Local file: out/downloads/xcvradm.gz |
681 | 2024-03-20T19:26:13.009Z | + mkdir -p out/downloads |
682 | 2024-03-20T19:26:13.014Z | + mkdir -p ./out/transceiver-control |
683 | 2024-03-20T19:26:13.014Z | + fetch_and_verify |
684 | 2024-03-20T19:26:13.014Z | + local DO_DOWNLOAD=true |
685 | 2024-03-20T19:26:13.014Z | + [[ -f out/downloads/xcvradm.gz ]] |
686 | 2024-03-20T19:26:13.014Z | + '[' true == true ']' |
687 | 2024-03-20T19:26:13.014Z | + echo Downloading... |
688 | 2024-03-20T19:26:13.014Z | Downloading... |
689 | 2024-03-20T19:26:13.014Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
690 | 2024-03-20T19:26:13.014Z | + 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 |
691 | 2024-03-20T19:26:14.197Z | ++ do_sha256sum out/downloads/xcvradm.gz |
692 | 2024-03-20T19:26:14.203Z | ++ sha256sum |
693 | 2024-03-20T19:26:14.203Z | ++ awk '{print $1}' |
694 | 2024-03-20T19:26:14.218Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
695 | 2024-03-20T19:26:14.219Z | + [[ 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 ]] |
696 | 2024-03-20T19:26:14.219Z | + do_unpack out/downloads/xcvradm.gz |
697 | 2024-03-20T19:26:14.219Z | + mkdir -p out/downloads/root//opt/oxide/bin |
698 | 2024-03-20T19:26:14.219Z | + gzip -dc out/downloads/xcvradm.gz |
699 | 2024-03-20T19:26:14.325Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
700 | 2024-03-20T19:26:14.329Z | + do_assemble |
701 | 2024-03-20T19:26:14.329Z | + rm -r ./out/transceiver-control |
702 | 2024-03-20T19:26:14.329Z | + mkdir ./out/transceiver-control |
703 | 2024-03-20T19:26:14.332Z | + cp -r out/downloads/root ./out/transceiver-control/root |
704 | 2024-03-20T19:26:14.411Z | + set -o errexit |
705 | 2024-03-20T19:26:14.419Z | +++ dirname ./tools/ci_download_thundermuffin |
706 | 2024-03-20T19:26:14.419Z | ++ cd ./tools |
707 | 2024-03-20T19:26:14.419Z | ++ pwd |
708 | 2024-03-20T19:26:14.420Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
709 | 2024-03-20T19:26:14.424Z | ++ basename ./tools/ci_download_thundermuffin |
710 | 2024-03-20T19:26:14.424Z | + ARG0=ci_download_thundermuffin |
711 | 2024-03-20T19:26:14.424Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
712 | 2024-03-20T19:26:14.424Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
713 | 2024-03-20T19:26:14.424Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
714 | 2024-03-20T19:26:14.424Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
715 | 2024-03-20T19:26:14.424Z | + TARGET_DIR=out |
716 | 2024-03-20T19:26:14.424Z | + DOWNLOAD_DIR=out/downloads |
717 | 2024-03-20T19:26:14.424Z | + DEST_DIR=./out/thundermuffin |
718 | 2024-03-20T19:26:14.424Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
719 | 2024-03-20T19:26:14.424Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
720 | 2024-03-20T19:26:14.424Z | + REPO=oxidecomputer/thundermuffin |
721 | 2024-03-20T19:26:14.424Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
722 | 2024-03-20T19:26:14.425Z | + main |
723 | 2024-03-20T19:26:14.425Z | + rm -rf out/downloads/root |
724 | 2024-03-20T19:26:14.429Z | + [[ 0 != 0 ]] |
725 | 2024-03-20T19:26:14.429Z | + CIDL_OS=solaris2.11 |
726 | 2024-03-20T19:26:14.429Z | + [[ 0 != 0 ]] |
727 | 2024-03-20T19:26:14.429Z | + configure_os solaris2.11 |
728 | 2024-03-20T19:26:14.429Z | + echo 'current directory: /work/oxidecomputer/omicron' |
729 | 2024-03-20T19:26:14.429Z | current directory: /work/oxidecomputer/omicron |
730 | 2024-03-20T19:26:14.429Z | + echo 'configuring based on OS: "solaris2.11"' |
731 | 2024-03-20T19:26:14.429Z | configuring based on OS: "solaris2.11" |
732 | 2024-03-20T19:26:14.429Z | + case "$1" in |
733 | 2024-03-20T19:26:14.430Z | + SET_BINARIES= |
734 | 2024-03-20T19:26:14.430Z | + CIDL_SHA256FUNC=do_sha256sum |
735 | 2024-03-20T19:26:14.430Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
736 | 2024-03-20T19:26:14.430Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
737 | 2024-03-20T19:26:14.430Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
738 | 2024-03-20T19:26:14.430Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
739 | 2024-03-20T19:26:14.430Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
740 | 2024-03-20T19:26:14.430Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
741 | 2024-03-20T19:26:14.430Z | + mkdir -p out/downloads |
742 | 2024-03-20T19:26:14.430Z | Local file: out/downloads/thundermuffin.tar.gz |
743 | 2024-03-20T19:26:14.438Z | + mkdir -p ./out/thundermuffin |
744 | 2024-03-20T19:26:14.438Z | + fetch_and_verify |
745 | 2024-03-20T19:26:14.438Z | + local DO_DOWNLOAD=true |
746 | 2024-03-20T19:26:14.438Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
747 | 2024-03-20T19:26:14.438Z | + '[' true == true ']' |
748 | 2024-03-20T19:26:14.438Z | + echo Downloading... |
749 | 2024-03-20T19:26:14.438Z | Downloading... |
750 | 2024-03-20T19:26:14.438Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
751 | 2024-03-20T19:26:14.438Z | + 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 |
752 | 2024-03-20T19:26:15.563Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
753 | 2024-03-20T19:26:15.571Z | ++ sha256sum |
754 | 2024-03-20T19:26:15.571Z | ++ awk '{print $1}' |
755 | 2024-03-20T19:26:15.576Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
756 | 2024-03-20T19:26:15.576Z | + [[ 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 ]] |
757 | 2024-03-20T19:26:15.576Z | + do_untar out/downloads/thundermuffin.tar.gz |
758 | 2024-03-20T19:26:15.576Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
759 | 2024-03-20T19:26:15.644Z | + do_assemble |
760 | 2024-03-20T19:26:15.644Z | + rm -r ./out/thundermuffin |
761 | 2024-03-20T19:26:15.651Z | + mkdir ./out/thundermuffin |
762 | 2024-03-20T19:26:15.651Z | + cp -r out/downloads/root ./out/thundermuffin/root |
763 | 2024-03-20T19:26:15.666Z | All prerequisites installed successfully |
764 | 2024-03-20T19:26:15.666Z | |
765 | 2024-03-20T19:26:15.666Z | real 1:51.405336703 |
766 | 2024-03-20T19:26:15.666Z | user 37.148554011 |
767 | 2024-03-20T19:26:15.666Z | sys 7.061132406 |
768 | 2024-03-20T19:26:15.667Z | trap 0.009939496 |
769 | 2024-03-20T19:26:15.667Z | tflt 0.462813439 |
770 | 2024-03-20T19:26:15.667Z | dflt 0.684597072 |
771 | 2024-03-20T19:26:15.667Z | kflt 0.257534377 |
772 | 2024-03-20T19:26:15.667Z | lock 0.991383443 |
773 | 2024-03-20T19:26:15.667Z | slp 3:41.914895675 |
774 | 2024-03-20T19:26:15.667Z | lat 2.104640509 |
775 | 2024-03-20T19:26:15.667Z | stop 0.129584218 |
776 | 2024-03-20T19:26:15.667Z | + ptime -m ./tools/ci_download_softnpu_machinery |
777 | 2024-03-20T19:26:15.674Z | fetching npuzone |
778 | 2024-03-20T19:26:15.674Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
779 | 2024-03-20T19:26:15.674Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
780 | 2024-03-20T19:26:15.674Z | Getting hash for npuzone |
781 | 2024-03-20T19:26:16.205Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
782 | 2024-03-20T19:26:26.971Z | npuzone downloaded successfully |
783 | 2024-03-20T19:26:26.975Z | |
784 | 2024-03-20T19:26:26.975Z | real 11.318679897 |
785 | 2024-03-20T19:26:26.975Z | user 0.358537874 |
786 | 2024-03-20T19:26:26.976Z | sys 0.133069737 |
787 | 2024-03-20T19:26:26.976Z | trap 0.000058222 |
788 | 2024-03-20T19:26:26.976Z | tflt 0.000000000 |
789 | 2024-03-20T19:26:26.976Z | dflt 0.000005328 |
790 | 2024-03-20T19:26:26.976Z | kflt 0.000000000 |
791 | 2024-03-20T19:26:26.976Z | lock 0.000000000 |
792 | 2024-03-20T19:26:26.976Z | slp 33.334115904 |
793 | 2024-03-20T19:26:26.976Z | lat 0.097931307 |
794 | 2024-03-20T19:26:26.976Z | stop 0.000218242 |
795 | 2024-03-20T19:26:26.976Z | + export CARGO_INCREMENTAL=0 |
796 | 2024-03-20T19:26:26.976Z | + CARGO_INCREMENTAL=0 |
797 | 2024-03-20T19:26:26.980Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
798 | 2024-03-20T19:26:27.190Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
799 | 2024-03-20T19:26:27.540Z | Updating git repository `https://github.com/oxidecomputer/samael` |
800 | 2024-03-20T19:26:27.851Z | Updating git repository `https://github.com/oxidecomputer/zone` |
801 | 2024-03-20T19:26:28.174Z | Updating crates.io index |
802 | 2024-03-20T19:26:28.180Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
803 | 2024-03-20T19:26:29.006Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
804 | 2024-03-20T19:26:29.522Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
805 | 2024-03-20T19:26:31.466Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
806 | 2024-03-20T19:26:31.995Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
807 | 2024-03-20T19:26:32.421Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
808 | 2024-03-20T19:26:33.346Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
809 | 2024-03-20T19:26:35.434Z | Updating git repository `https://github.com/oxidecomputer/opte` |
810 | 2024-03-20T19:26:37.211Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
811 | 2024-03-20T19:26:37.607Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
812 | 2024-03-20T19:26:38.220Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
813 | 2024-03-20T19:26:38.673Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
814 | 2024-03-20T19:26:39.092Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
815 | 2024-03-20T19:26:39.510Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
816 | 2024-03-20T19:26:39.823Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
817 | 2024-03-20T19:26:40.392Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
818 | 2024-03-20T19:26:40.654Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
819 | 2024-03-20T19:26:40.900Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
820 | 2024-03-20T19:26:41.194Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
821 | 2024-03-20T19:26:42.160Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
822 | 2024-03-20T19:26:42.163Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
823 | 2024-03-20T19:26:42.625Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
824 | 2024-03-20T19:26:43.989Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
825 | 2024-03-20T19:26:44.434Z | Updating git repository `https://github.com/jgallagher/nix` |
826 | 2024-03-20T19:26:45.373Z | Updating git repository `https://github.com/cbiffle/hubpack` |
827 | 2024-03-20T19:26:47.130Z | Updating git repository `https://github.com/oxidecomputer/typify` |
828 | 2024-03-20T19:26:48.895Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
829 | 2024-03-20T19:26:49.298Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
830 | 2024-03-20T19:26:49.602Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
831 | 2024-03-20T19:26:50.882Z | Downloading crates ... |
832 | 2024-03-20T19:26:51.002Z | Downloaded addr2line v0.21.0 |
833 | 2024-03-20T19:26:51.013Z | Downloaded backoff v0.4.0 |
834 | 2024-03-20T19:26:51.013Z | Downloaded bit-set v0.5.3 |
835 | 2024-03-20T19:26:51.013Z | Downloaded atomicwrites v0.4.3 |
836 | 2024-03-20T19:26:51.028Z | Downloaded assert_matches v1.5.0 |
837 | 2024-03-20T19:26:51.464Z | Downloaded aho-corasick v1.1.2 |
838 | 2024-03-20T19:26:51.464Z | Downloaded base16ct v0.2.0 |
839 | 2024-03-20T19:26:51.464Z | Downloaded array-init v0.0.4 |
840 | 2024-03-20T19:26:51.464Z | Downloaded anstyle-query v1.0.0 |
841 | 2024-03-20T19:26:51.464Z | Downloaded adler v1.0.2 |
842 | 2024-03-20T19:26:51.464Z | Downloaded anstyle-parse v0.2.1 |
843 | 2024-03-20T19:26:51.515Z | Downloaded buf-list v1.0.3 |
844 | 2024-03-20T19:26:51.515Z | Downloaded byteorder v1.5.0 |
845 | 2024-03-20T19:26:51.516Z | Downloaded bitflags v1.3.2 |
846 | 2024-03-20T19:26:51.516Z | Downloaded indoc v2.0.3 |
847 | 2024-03-20T19:26:51.516Z | Downloaded bitfield v0.14.0 |
848 | 2024-03-20T19:26:51.516Z | Downloaded arrayref v0.3.7 |
849 | 2024-03-20T19:26:51.517Z | Downloaded ahash v0.8.8 |
850 | 2024-03-20T19:26:51.517Z | Downloaded castaway v0.2.2 |
851 | 2024-03-20T19:26:51.517Z | Downloaded ident_case v1.0.1 |
852 | 2024-03-20T19:26:51.517Z | Downloaded bcs v0.1.6 |
853 | 2024-03-20T19:26:51.517Z | Downloaded crc-catalog v2.2.0 |
854 | 2024-03-20T19:26:51.517Z | Downloaded aead v0.5.2 |
855 | 2024-03-20T19:26:51.517Z | Downloaded autocfg v1.1.0 |
856 | 2024-03-20T19:26:51.517Z | Downloaded atomic-waker v1.1.1 |
857 | 2024-03-20T19:26:51.517Z | Downloaded arrayvec v0.7.4 |
858 | 2024-03-20T19:26:51.517Z | Downloaded is_ci v1.2.0 |
859 | 2024-03-20T19:26:51.517Z | Downloaded instant v0.1.12 |
860 | 2024-03-20T19:26:51.518Z | Downloaded ciborium-io v0.2.2 |
861 | 2024-03-20T19:26:51.518Z | Downloaded atty v0.2.14 |
862 | 2024-03-20T19:26:51.518Z | Downloaded async-stream-impl v0.3.5 |
863 | 2024-03-20T19:26:51.518Z | Downloaded camino v1.1.6 |
864 | 2024-03-20T19:26:51.518Z | Downloaded block-buffer v0.10.4 |
865 | 2024-03-20T19:26:51.518Z | Downloaded cipher v0.4.4 |
866 | 2024-03-20T19:26:51.518Z | Downloaded lazycell v1.3.0 |
867 | 2024-03-20T19:26:51.518Z | Downloaded kstat-rs v0.2.3 |
868 | 2024-03-20T19:26:51.518Z | Downloaded cexpr v0.6.0 |
869 | 2024-03-20T19:26:51.518Z | Downloaded ascii-canvas v3.0.0 |
870 | 2024-03-20T19:26:51.519Z | Downloaded iana-time-zone v0.1.57 |
871 | 2024-03-20T19:26:51.519Z | Downloaded lazy_static v1.4.0 |
872 | 2024-03-20T19:26:51.519Z | Downloaded libefi-sys v0.1.0 |
873 | 2024-03-20T19:26:51.519Z | Downloaded keccak v0.1.4 |
874 | 2024-03-20T19:26:51.519Z | Downloaded ipnetwork v0.20.0 |
875 | 2024-03-20T19:26:51.519Z | Downloaded impl-trait-for-tuples v0.2.2 |
876 | 2024-03-20T19:26:51.519Z | Downloaded crunchy v0.2.2 |
877 | 2024-03-20T19:26:51.519Z | Downloaded bytecount v0.6.3 |
878 | 2024-03-20T19:26:51.519Z | Downloaded libloading v0.7.4 |
879 | 2024-03-20T19:26:51.520Z | Downloaded itoa v1.0.9 |
880 | 2024-03-20T19:26:51.520Z | Downloaded inout v0.1.3 |
881 | 2024-03-20T19:26:51.520Z | Downloaded crucible-workspace-hack v0.1.0 |
882 | 2024-03-20T19:26:51.520Z | Downloaded hyper-staticfile v0.9.5 |
883 | 2024-03-20T19:26:51.520Z | Downloaded matches v0.1.10 |
884 | 2024-03-20T19:26:51.520Z | Downloaded bit-vec v0.6.3 |
885 | 2024-03-20T19:26:51.520Z | Downloaded cfg-if v1.0.0 |
886 | 2024-03-20T19:26:51.520Z | Downloaded async-recursion v1.0.5 |
887 | 2024-03-20T19:26:51.520Z | Downloaded ciborium-ll v0.2.2 |
888 | 2024-03-20T19:26:51.520Z | Downloaded bb8 v0.8.3 |
889 | 2024-03-20T19:26:51.520Z | Downloaded async-stream v0.3.5 |
890 | 2024-03-20T19:26:51.520Z | Downloaded nodrop v0.1.14 |
891 | 2024-03-20T19:26:51.520Z | Downloaded ipnet v2.9.0 |
892 | 2024-03-20T19:26:51.520Z | Downloaded convert_case v0.4.0 |
893 | 2024-03-20T19:26:51.520Z | Downloaded constant_time_eq v0.3.0 |
894 | 2024-03-20T19:26:51.521Z | Downloaded clang-sys v1.6.1 |
895 | 2024-03-20T19:26:51.521Z | Downloaded chacha20 v0.9.1 |
896 | 2024-03-20T19:26:51.521Z | Downloaded anstream v0.6.11 |
897 | 2024-03-20T19:26:51.521Z | Downloaded bytes v1.5.0 |
898 | 2024-03-20T19:26:51.521Z | Downloaded bitflags v2.4.2 |
899 | 2024-03-20T19:26:51.521Z | Downloaded openssl-probe v0.1.5 |
900 | 2024-03-20T19:26:51.521Z | Downloaded memmap v0.7.0 |
901 | 2024-03-20T19:26:51.521Z | Downloaded corncobs v0.1.3 |
902 | 2024-03-20T19:26:51.521Z | Downloaded clap_lex v0.7.0 |
903 | 2024-03-20T19:26:51.521Z | Downloaded new_debug_unreachable v1.0.4 |
904 | 2024-03-20T19:26:51.521Z | Downloaded memoffset v0.7.1 |
905 | 2024-03-20T19:26:51.521Z | Downloaded normalize-line-endings v0.3.0 |
906 | 2024-03-20T19:26:51.521Z | Downloaded md-5 v0.10.5 |
907 | 2024-03-20T19:26:51.521Z | Downloaded macaddr v1.0.1 |
908 | 2024-03-20T19:26:51.521Z | Downloaded cobs v0.2.3 |
909 | 2024-03-20T19:26:51.521Z | Downloaded take_mut v0.2.2 |
910 | 2024-03-20T19:26:51.522Z | Downloaded match_cfg v0.1.0 |
911 | 2024-03-20T19:26:51.522Z | Downloaded maplit v1.0.2 |
912 | 2024-03-20T19:26:51.522Z | Downloaded tower-service v0.3.2 |
913 | 2024-03-20T19:26:51.522Z | Downloaded openssl-macros v0.1.1 |
914 | 2024-03-20T19:26:51.522Z | Downloaded opaque-debug v0.3.0 |
915 | 2024-03-20T19:26:51.522Z | Downloaded scroll v0.12.0 |
916 | 2024-03-20T19:26:51.522Z | Downloaded scopeguard v1.2.0 |
917 | 2024-03-20T19:26:51.522Z | Downloaded serde_plain v1.0.2 |
918 | 2024-03-20T19:26:51.522Z | Downloaded cancel-safe-futures v0.1.5 |
919 | 2024-03-20T19:26:51.522Z | Downloaded mockall v0.12.0 |
920 | 2024-03-20T19:26:51.522Z | Downloaded lru v0.12.1 |
921 | 2024-03-20T19:26:51.522Z | Downloaded lru-cache v0.1.2 |
922 | 2024-03-20T19:26:51.522Z | Downloaded num v0.4.1 |
923 | 2024-03-20T19:26:51.522Z | Downloaded mime v0.3.17 |
924 | 2024-03-20T19:26:51.522Z | Downloaded want v0.3.1 |
925 | 2024-03-20T19:26:51.522Z | Downloaded usdt-attr-macro v0.5.0 |
926 | 2024-03-20T19:26:51.522Z | Downloaded usdt-attr-macro v0.3.5 |
927 | 2024-03-20T19:26:51.522Z | Downloaded linked-hash-map v0.5.6 |
928 | 2024-03-20T19:26:51.523Z | Downloaded ciborium v0.2.2 |
929 | 2024-03-20T19:26:51.523Z | Downloaded signal-hook-mio v0.2.3 |
930 | 2024-03-20T19:26:51.523Z | Downloaded indexmap v1.9.3 |
931 | 2024-03-20T19:26:51.523Z | Downloaded slog-stdlog v4.1.1 |
932 | 2024-03-20T19:26:51.523Z | Downloaded try-lock v0.2.4 |
933 | 2024-03-20T19:26:51.523Z | Downloaded slog-scope v4.4.0 |
934 | 2024-03-20T19:26:51.523Z | Downloaded slog-json v2.6.1 |
935 | 2024-03-20T19:26:51.523Z | Downloaded crc v3.0.1 |
936 | 2024-03-20T19:26:51.523Z | Downloaded argon2 v0.5.3 |
937 | 2024-03-20T19:26:51.523Z | Downloaded spki v0.7.2 |
938 | 2024-03-20T19:26:51.523Z | Downloaded strsim v0.11.0 |
939 | 2024-03-20T19:26:51.523Z | Downloaded cookie_store v0.20.0 |
940 | 2024-03-20T19:26:51.523Z | Downloaded tui-tree-widget v0.17.0 |
941 | 2024-03-20T19:26:51.523Z | Downloaded cookie v0.17.0 |
942 | 2024-03-20T19:26:51.523Z | Downloaded which v4.4.0 |
943 | 2024-03-20T19:26:51.553Z | Downloaded diesel_table_macro_syntax v0.1.0 |
944 | 2024-03-20T19:26:51.553Z | Downloaded sqlformat v0.2.3 |
945 | 2024-03-20T19:26:51.553Z | Downloaded tokio-macros v2.2.0 |
946 | 2024-03-20T19:26:51.553Z | Downloaded olpc-cjson v0.1.3 |
947 | 2024-03-20T19:26:51.553Z | Downloaded crc32fast v1.3.2 |
948 | 2024-03-20T19:26:51.553Z | Downloaded num_enum v0.5.11 |
949 | 2024-03-20T19:26:51.554Z | Downloaded num_enum_derive v0.5.11 |
950 | 2024-03-20T19:26:51.554Z | Downloaded newtype-uuid v1.0.1 |
951 | 2024-03-20T19:26:51.554Z | Downloaded num-derive v0.4.0 |
952 | 2024-03-20T19:26:51.554Z | Downloaded hubpack_derive v0.1.1 |
953 | 2024-03-20T19:26:51.554Z | Downloaded nibble_vec v0.1.0 |
954 | 2024-03-20T19:26:51.554Z | Downloaded serde_with_macros v3.6.1 |
955 | 2024-03-20T19:26:51.554Z | Downloaded num_cpus v1.16.0 |
956 | 2024-03-20T19:26:51.554Z | Downloaded hubpack v0.1.2 |
957 | 2024-03-20T19:26:51.554Z | Downloaded lock_api v0.4.10 |
958 | 2024-03-20T19:26:51.554Z | Downloaded defmt-parser v0.3.3 |
959 | 2024-03-20T19:26:51.554Z | Downloaded colored v2.1.0 |
960 | 2024-03-20T19:26:51.555Z | Downloaded fs-err v2.11.0 |
961 | 2024-03-20T19:26:51.555Z | Downloaded form_urlencoded v1.2.1 |
962 | 2024-03-20T19:26:51.555Z | Downloaded heck v0.4.1 |
963 | 2024-03-20T19:26:51.555Z | Downloaded getopts v0.2.21 |
964 | 2024-03-20T19:26:51.555Z | Downloaded crossbeam-utils v0.8.19 |
965 | 2024-03-20T19:26:51.555Z | Downloaded spin v0.9.8 |
966 | 2024-03-20T19:26:51.555Z | Downloaded num-complex v0.4.4 |
967 | 2024-03-20T19:26:51.556Z | Downloaded subtle v2.5.0 |
968 | 2024-03-20T19:26:51.556Z | Downloaded compact_str v0.7.1 |
969 | 2024-03-20T19:26:51.556Z | Downloaded crc-any v2.4.3 |
970 | 2024-03-20T19:26:51.556Z | Downloaded structmeta-derive v0.2.0 |
971 | 2024-03-20T19:26:51.556Z | Downloaded ryu v1.0.15 |
972 | 2024-03-20T19:26:51.556Z | Downloaded cc v1.0.83 |
973 | 2024-03-20T19:26:51.556Z | Downloaded mime_guess v2.0.4 |
974 | 2024-03-20T19:26:51.556Z | Downloaded multimap v0.10.0 |
975 | 2024-03-20T19:26:51.557Z | Downloaded chacha20poly1305 v0.10.1 |
976 | 2024-03-20T19:26:51.557Z | Downloaded zeroize v1.7.0 |
977 | 2024-03-20T19:26:51.557Z | Downloaded anyhow v1.0.79 |
978 | 2024-03-20T19:26:51.557Z | Downloaded dtrace-parser v0.1.14 |
979 | 2024-03-20T19:26:51.557Z | Downloaded vte_generate_state_changes v0.1.1 |
980 | 2024-03-20T19:26:51.557Z | Downloaded percent-encoding v2.3.1 |
981 | 2024-03-20T19:26:51.557Z | Downloaded httpdate v1.0.3 |
982 | 2024-03-20T19:26:51.558Z | Downloaded signal-hook v0.3.17 |
983 | 2024-03-20T19:26:51.558Z | Downloaded rand_core v0.6.4 |
984 | 2024-03-20T19:26:51.558Z | Downloaded psl-types v2.0.11 |
985 | 2024-03-20T19:26:51.558Z | Downloaded serde_path_to_error v0.1.16 |
986 | 2024-03-20T19:26:51.558Z | Downloaded heck v0.3.3 |
987 | 2024-03-20T19:26:51.558Z | Downloaded foreign-types-shared v0.3.1 |
988 | 2024-03-20T19:26:51.558Z | Downloaded foreign-types-shared v0.1.1 |
989 | 2024-03-20T19:26:51.558Z | Downloaded slab v0.4.9 |
990 | 2024-03-20T19:26:51.558Z | Downloaded num-integer v0.1.46 |
991 | 2024-03-20T19:26:51.558Z | Downloaded num-rational v0.4.1 |
992 | 2024-03-20T19:26:51.558Z | Downloaded miniz_oxide v0.7.1 |
993 | 2024-03-20T19:26:51.558Z | Downloaded cookie v0.18.0 |
994 | 2024-03-20T19:26:51.559Z | Downloaded toml v0.5.11 |
995 | 2024-03-20T19:26:51.559Z | Downloaded thread_local v1.1.7 |
996 | 2024-03-20T19:26:51.559Z | Downloaded schemars v0.8.16 |
997 | 2024-03-20T19:26:51.559Z | Downloaded unicode-linebreak v0.1.5 |
998 | 2024-03-20T19:26:51.559Z | Downloaded lalrpop v0.19.12 |
999 | 2024-03-20T19:26:51.559Z | Downloaded strum v0.26.1 |
1000 | 2024-03-20T19:26:51.559Z | Downloaded base64 v0.22.0 |
1001 | 2024-03-20T19:26:51.560Z | Downloaded strum v0.25.0 |
1002 | 2024-03-20T19:26:51.560Z | Downloaded stability v0.1.1 |
1003 | 2024-03-20T19:26:51.560Z | Downloaded fxhash v0.2.1 |
1004 | 2024-03-20T19:26:51.560Z | Downloaded siphasher v0.3.11 |
1005 | 2024-03-20T19:26:51.560Z | Downloaded rusty-fork v0.3.0 |
1006 | 2024-03-20T19:26:51.560Z | Downloaded sqlparser_derive v0.2.2 |
1007 | 2024-03-20T19:26:51.560Z | Downloaded xattr v1.0.1 |
1008 | 2024-03-20T19:26:51.561Z | Downloaded highway v1.1.0 |
1009 | 2024-03-20T19:26:51.561Z | Downloaded humantime v2.1.0 |
1010 | 2024-03-20T19:26:51.561Z | Downloaded foreign-types-macros v0.2.3 |
1011 | 2024-03-20T19:26:51.561Z | Downloaded embedded-io v0.4.0 |
1012 | 2024-03-20T19:26:51.561Z | Downloaded smallvec v1.13.1 |
1013 | 2024-03-20T19:26:51.561Z | Downloaded plain v0.2.3 |
1014 | 2024-03-20T19:26:51.562Z | Downloaded toml_datetime v0.6.5 |
1015 | 2024-03-20T19:26:51.562Z | Downloaded zerocopy-derive v0.7.32 |
1016 | 2024-03-20T19:26:51.562Z | Downloaded proc-macro-error-attr v1.0.4 |
1017 | 2024-03-20T19:26:51.562Z | Downloaded pretty-hex v0.2.1 |
1018 | 2024-03-20T19:26:51.562Z | Downloaded parking_lot v0.12.1 |
1019 | 2024-03-20T19:26:51.562Z | Downloaded rand_chacha v0.3.1 |
1020 | 2024-03-20T19:26:51.562Z | Downloaded downcast v0.11.0 |
1021 | 2024-03-20T19:26:51.562Z | Downloaded terminal_size v0.3.0 |
1022 | 2024-03-20T19:26:51.562Z | Downloaded termcolor v1.2.0 |
1023 | 2024-03-20T19:26:51.563Z | Downloaded structmeta-derive v0.3.0 |
1024 | 2024-03-20T19:26:51.563Z | Downloaded resolv-conf v0.7.0 |
1025 | 2024-03-20T19:26:51.563Z | Downloaded serde_tokenstream v0.2.0 |
1026 | 2024-03-20T19:26:51.563Z | Downloaded serde_tokenstream v0.1.7 |
1027 | 2024-03-20T19:26:51.563Z | Downloaded flate2 v1.0.28 |
1028 | 2024-03-20T19:26:51.563Z | Downloaded parse-size v1.0.0 |
1029 | 2024-03-20T19:26:51.563Z | Downloaded termios v0.3.3 |
1030 | 2024-03-20T19:26:51.563Z | Downloaded usdt-impl v0.5.0 |
1031 | 2024-03-20T19:26:51.563Z | Downloaded crypto-bigint v0.5.2 |
1032 | 2024-03-20T19:26:51.563Z | Downloaded tiny-keccak v2.0.2 |
1033 | 2024-03-20T19:26:51.564Z | Downloaded postgres-protocol v0.6.6 |
1034 | 2024-03-20T19:26:51.564Z | Downloaded tempfile v3.10.0 |
1035 | 2024-03-20T19:26:51.564Z | Downloaded pin-project-internal v1.1.3 |
1036 | 2024-03-20T19:26:51.564Z | Downloaded data-encoding v2.4.0 |
1037 | 2024-03-20T19:26:51.564Z | Downloaded wait-timeout v0.2.0 |
1038 | 2024-03-20T19:26:51.564Z | Downloaded version_check v0.9.4 |
1039 | 2024-03-20T19:26:51.564Z | Downloaded pest_derive v2.7.6 |
1040 | 2024-03-20T19:26:51.564Z | Downloaded vte v0.11.1 |
1041 | 2024-03-20T19:26:51.565Z | Downloaded dtrace-parser v0.2.0 |
1042 | 2024-03-20T19:26:51.565Z | Downloaded deranged v0.3.11 |
1043 | 2024-03-20T19:26:51.844Z | Downloaded unicode-ident v1.0.12 |
1044 | 2024-03-20T19:26:51.844Z | Downloaded sync_wrapper v0.1.2 |
1045 | 2024-03-20T19:26:51.844Z | Downloaded fixedbitset v0.4.2 |
1046 | 2024-03-20T19:26:51.844Z | Downloaded ena v0.14.2 |
1047 | 2024-03-20T19:26:51.844Z | Downloaded glob v0.3.1 |
1048 | 2024-03-20T19:26:51.844Z | Downloaded serde_derive_internals v0.26.0 |
1049 | 2024-03-20T19:26:51.844Z | Downloaded platforms v3.0.2 |
1050 | 2024-03-20T19:26:51.844Z | Downloaded float-cmp v0.9.0 |
1051 | 2024-03-20T19:26:51.844Z | Downloaded ff v0.13.0 |
1052 | 2024-03-20T19:26:51.844Z | Downloaded hash32 v0.3.1 |
1053 | 2024-03-20T19:26:51.844Z | Downloaded httparse v1.8.0 |
1054 | 2024-03-20T19:26:51.844Z | Downloaded parse-display v0.9.0 |
1055 | 2024-03-20T19:26:51.844Z | Downloaded time-macros v0.2.17 |
1056 | 2024-03-20T19:26:51.844Z | Downloaded parse-display-derive v0.9.0 |
1057 | 2024-03-20T19:26:51.844Z | Downloaded snafu v0.7.5 |
1058 | 2024-03-20T19:26:51.844Z | Downloaded quick-error v1.2.3 |
1059 | 2024-03-20T19:26:51.844Z | Downloaded proc-macro-crate v1.3.1 |
1060 | 2024-03-20T19:26:51.844Z | Downloaded snafu-derive v0.7.5 |
1061 | 2024-03-20T19:26:51.844Z | Downloaded sha1 v0.10.6 |
1062 | 2024-03-20T19:26:51.844Z | Downloaded oso-derive v0.27.0 |
1063 | 2024-03-20T19:26:51.845Z | Downloaded vec_map v0.8.2 |
1064 | 2024-03-20T19:26:51.845Z | Downloaded unicode-bidi v0.3.15 |
1065 | 2024-03-20T19:26:51.845Z | Downloaded diff v0.1.13 |
1066 | 2024-03-20T19:26:51.845Z | Downloaded rustversion v1.0.14 |
1067 | 2024-03-20T19:26:51.845Z | Downloaded strum_macros v0.24.3 |
1068 | 2024-03-20T19:26:51.845Z | Downloaded slog-bunyan v2.5.0 |
1069 | 2024-03-20T19:26:51.845Z | Downloaded rustls-pki-types v1.3.0 |
1070 | 2024-03-20T19:26:51.845Z | Downloaded rustls-pemfile v1.0.3 |
1071 | 2024-03-20T19:26:51.845Z | Downloaded filetime v0.2.23 |
1072 | 2024-03-20T19:26:51.845Z | Downloaded debug-ignore v1.0.5 |
1073 | 2024-03-20T19:26:51.845Z | Downloaded serde_derive v1.0.197 |
1074 | 2024-03-20T19:26:51.845Z | Downloaded cstr-argument v0.1.2 |
1075 | 2024-03-20T19:26:51.845Z | Downloaded usdt v0.5.0 |
1076 | 2024-03-20T19:26:51.845Z | Downloaded tinyvec_macros v0.1.1 |
1077 | 2024-03-20T19:26:51.845Z | Downloaded serde-big-array v0.5.1 |
1078 | 2024-03-20T19:26:51.845Z | Downloaded defmt v0.3.5 |
1079 | 2024-03-20T19:26:51.845Z | Downloaded tungstenite v0.20.1 |
1080 | 2024-03-20T19:26:51.845Z | Downloaded untrusted v0.9.0 |
1081 | 2024-03-20T19:26:51.845Z | Downloaded phf_shared v0.10.0 |
1082 | 2024-03-20T19:26:51.845Z | Downloaded toml v0.8.10 |
1083 | 2024-03-20T19:26:51.845Z | Downloaded proc-macro-error v1.0.4 |
1084 | 2024-03-20T19:26:51.845Z | Downloaded generic-array v0.14.7 |
1085 | 2024-03-20T19:26:51.845Z | Downloaded http-range v0.1.5 |
1086 | 2024-03-20T19:26:51.845Z | Downloaded rayon-core v1.12.1 |
1087 | 2024-03-20T19:26:51.846Z | Downloaded hyper-rustls v0.24.2 |
1088 | 2024-03-20T19:26:51.846Z | Downloaded uuid v0.8.2 |
1089 | 2024-03-20T19:26:51.846Z | Downloaded derive_builder_macro v0.12.0 |
1090 | 2024-03-20T19:26:51.846Z | Downloaded darling_macro v0.20.3 |
1091 | 2024-03-20T19:26:51.846Z | Downloaded rustls-pemfile v2.1.1 |
1092 | 2024-03-20T19:26:51.846Z | Downloaded darling_macro v0.14.4 |
1093 | 2024-03-20T19:26:51.846Z | Downloaded digest v0.10.7 |
1094 | 2024-03-20T19:26:51.846Z | Downloaded difflib v0.4.0 |
1095 | 2024-03-20T19:26:51.846Z | Downloaded untrusted v0.7.1 |
1096 | 2024-03-20T19:26:51.846Z | Downloaded same-file v1.0.6 |
1097 | 2024-03-20T19:26:51.846Z | Downloaded rustc_version v0.1.7 |
1098 | 2024-03-20T19:26:51.846Z | Downloaded postgres-types v0.2.6 |
1099 | 2024-03-20T19:26:51.846Z | Downloaded ref-cast-impl v1.0.20 |
1100 | 2024-03-20T19:26:51.846Z | Downloaded tokio-stream v0.1.14 |
1101 | 2024-03-20T19:26:51.846Z | Downloaded diesel_derives v2.1.2 |
1102 | 2024-03-20T19:26:51.846Z | Downloaded secrecy v0.8.0 |
1103 | 2024-03-20T19:26:51.846Z | Downloaded foreign-types v0.3.2 |
1104 | 2024-03-20T19:26:51.846Z | Downloaded serde-hex v0.1.0 |
1105 | 2024-03-20T19:26:51.846Z | Downloaded memchr v2.7.1 |
1106 | 2024-03-20T19:26:51.846Z | Downloaded tokio-native-tls v0.3.1 |
1107 | 2024-03-20T19:26:51.846Z | Downloaded strum_macros v0.25.2 |
1108 | 2024-03-20T19:26:51.846Z | Downloaded futures-io v0.3.30 |
1109 | 2024-03-20T19:26:51.846Z | Downloaded yasna v0.5.2 |
1110 | 2024-03-20T19:26:51.847Z | Downloaded zeroize_derive v1.4.2 |
1111 | 2024-03-20T19:26:51.847Z | Downloaded synstructure v0.12.6 |
1112 | 2024-03-20T19:26:51.847Z | Downloaded path-slash v0.1.5 |
1113 | 2024-03-20T19:26:51.847Z | Downloaded funty v2.0.0 |
1114 | 2024-03-20T19:26:51.847Z | Downloaded curve25519-dalek-derive v0.1.0 |
1115 | 2024-03-20T19:26:51.847Z | Downloaded trust-dns-resolver v0.22.0 |
1116 | 2024-03-20T19:26:51.847Z | Downloaded pem-rfc7468 v0.7.0 |
1117 | 2024-03-20T19:26:51.847Z | Downloaded password-hash v0.5.0 |
1118 | 2024-03-20T19:26:51.847Z | Downloaded serde_with v3.6.1 |
1119 | 2024-03-20T19:26:51.852Z | Downloaded equivalent v1.0.1 |
1120 | 2024-03-20T19:26:51.852Z | Downloaded sec1 v0.7.3 |
1121 | 2024-03-20T19:26:51.852Z | Downloaded pem v3.0.2 |
1122 | 2024-03-20T19:26:51.852Z | Downloaded toolchain_find v0.2.0 |
1123 | 2024-03-20T19:26:51.852Z | Downloaded scroll_derive v0.12.0 |
1124 | 2024-03-20T19:26:51.852Z | Downloaded phf_shared v0.11.2 |
1125 | 2024-03-20T19:26:51.852Z | Downloaded pest_meta v2.7.6 |
1126 | 2024-03-20T19:26:51.852Z | Downloaded rsa v0.9.2 |
1127 | 2024-03-20T19:26:51.852Z | Downloaded headers-core v0.2.0 |
1128 | 2024-03-20T19:26:51.852Z | Downloaded topological-sort v0.2.2 |
1129 | 2024-03-20T19:26:51.852Z | Downloaded pretty-hex v0.4.1 |
1130 | 2024-03-20T19:26:51.852Z | Downloaded powerfmt v0.2.0 |
1131 | 2024-03-20T19:26:51.852Z | Downloaded postcard v1.0.8 |
1132 | 2024-03-20T19:26:51.852Z | Downloaded shlex v1.3.0 |
1133 | 2024-03-20T19:26:51.852Z | Downloaded shell-words v1.1.0 |
1134 | 2024-03-20T19:26:51.852Z | Downloaded slog-async v2.8.0 |
1135 | 2024-03-20T19:26:51.852Z | Downloaded signal-hook-tokio v0.3.1 |
1136 | 2024-03-20T19:26:51.852Z | Downloaded utf-8 v0.7.6 |
1137 | 2024-03-20T19:26:51.852Z | Downloaded proc-macro2 v1.0.78 |
1138 | 2024-03-20T19:26:51.852Z | Downloaded toml_edit v0.19.15 |
1139 | 2024-03-20T19:26:51.852Z | Downloaded paste v1.0.14 |
1140 | 2024-03-20T19:26:51.852Z | Downloaded home v0.5.5 |
1141 | 2024-03-20T19:26:51.853Z | Downloaded group v0.13.0 |
1142 | 2024-03-20T19:26:51.853Z | Downloaded semver-parser v0.10.2 |
1143 | 2024-03-20T19:26:51.853Z | Downloaded time-core v0.1.2 |
1144 | 2024-03-20T19:26:51.853Z | Downloaded hex v0.4.3 |
1145 | 2024-03-20T19:26:51.853Z | Downloaded derive-where v1.2.7 |
1146 | 2024-03-20T19:26:51.853Z | Downloaded rustc-hash v1.1.0 |
1147 | 2024-03-20T19:26:51.853Z | Downloaded rustc-demangle v0.1.23 |
1148 | 2024-03-20T19:26:51.853Z | Downloaded quote v1.0.35 |
1149 | 2024-03-20T19:26:51.853Z | Downloaded termtree v0.4.1 |
1150 | 2024-03-20T19:26:51.853Z | Downloaded r2d2 v0.8.10 |
1151 | 2024-03-20T19:26:51.853Z | Downloaded slog-dtrace v0.3.0 |
1152 | 2024-03-20T19:26:51.853Z | Downloaded smallvec v0.6.14 |
1153 | 2024-03-20T19:26:51.853Z | Downloaded phf v0.11.2 |
1154 | 2024-03-20T19:26:51.853Z | Downloaded futures-channel v0.3.30 |
1155 | 2024-03-20T19:26:51.853Z | Downloaded usdt v0.3.5 |
1156 | 2024-03-20T19:26:51.853Z | Downloaded thiserror-impl-no-std v2.0.2 |
1157 | 2024-03-20T19:26:51.853Z | Downloaded blake3 v1.5.0 |
1158 | 2024-03-20T19:26:51.853Z | Downloaded ref-cast v1.0.20 |
1159 | 2024-03-20T19:26:51.853Z | Downloaded hash32 v0.2.1 |
1160 | 2024-03-20T19:26:51.853Z | Downloaded swrite v0.1.0 |
1161 | 2024-03-20T19:26:51.853Z | Downloaded radium v0.7.0 |
1162 | 2024-03-20T19:26:51.853Z | Downloaded futures-macro v0.3.30 |
1163 | 2024-03-20T19:26:51.853Z | Downloaded tinyvec v1.6.0 |
1164 | 2024-03-20T19:26:51.853Z | Downloaded csv-core v0.1.11 |
1165 | 2024-03-20T19:26:51.853Z | Downloaded tokio-rustls v0.24.1 |
1166 | 2024-03-20T19:26:51.854Z | Downloaded serde_yaml v0.9.25 |
1167 | 2024-03-20T19:26:51.854Z | Downloaded endian-type v0.1.2 |
1168 | 2024-03-20T19:26:51.854Z | Downloaded rtoolbox v0.0.1 |
1169 | 2024-03-20T19:26:51.854Z | Downloaded ron v0.8.1 |
1170 | 2024-03-20T19:26:51.854Z | Downloaded dof v0.1.5 |
1171 | 2024-03-20T19:26:51.854Z | Downloaded unicode-width v0.1.11 |
1172 | 2024-03-20T19:26:51.854Z | Downloaded textwrap v0.11.0 |
1173 | 2024-03-20T19:26:51.854Z | Downloaded fnv v1.0.7 |
1174 | 2024-03-20T19:26:51.854Z | Downloaded tokio-tungstenite v0.20.1 |
1175 | 2024-03-20T19:26:51.854Z | Downloaded rustfmt-wrapper v0.2.0 |
1176 | 2024-03-20T19:26:51.854Z | Downloaded stringprep v0.1.3 |
1177 | 2024-03-20T19:26:51.854Z | Downloaded precomputed-hash v0.1.1 |
1178 | 2024-03-20T19:26:51.854Z | Downloaded whoami v1.5.0 |
1179 | 2024-03-20T19:26:51.854Z | Downloaded itertools v0.12.1 |
1180 | 2024-03-20T19:26:51.854Z | Downloaded pin-project-lite v0.2.13 |
1181 | 2024-03-20T19:26:51.854Z | Downloaded usdt-macro v0.3.5 |
1182 | 2024-03-20T19:26:51.854Z | Downloaded tracing-core v0.1.32 |
1183 | 2024-03-20T19:26:51.854Z | Downloaded slog-term v2.9.0 |
1184 | 2024-03-20T19:26:51.854Z | Downloaded futures v0.3.30 |
1185 | 2024-03-20T19:26:51.854Z | Downloaded waitgroup v0.1.2 |
1186 | 2024-03-20T19:26:51.854Z | Downloaded headers v0.3.9 |
1187 | 2024-03-20T19:26:51.854Z | Downloaded zerocopy v0.3.0 |
1188 | 2024-03-20T19:26:51.854Z | Downloaded either v1.10.0 |
1189 | 2024-03-20T19:26:51.854Z | Downloaded nom v7.1.3 |
1190 | 2024-03-20T19:26:51.855Z | Downloaded usdt-macro v0.5.0 |
1191 | 2024-03-20T19:26:51.855Z | Downloaded thiserror-impl v1.0.57 |
1192 | 2024-03-20T19:26:51.855Z | Downloaded dyn-clone v1.0.17 |
1193 | 2024-03-20T19:26:51.855Z | Downloaded tracing-attributes v0.1.27 |
1194 | 2024-03-20T19:26:51.855Z | Downloaded libxml v0.3.3 |
1195 | 2024-03-20T19:26:51.855Z | Downloaded walkdir v2.4.0 |
1196 | 2024-03-20T19:26:51.855Z | Downloaded supports-color v3.0.0 |
1197 | 2024-03-20T19:26:51.855Z | Downloaded hashbrown v0.13.2 |
1198 | 2024-03-20T19:26:51.855Z | Downloaded doc-comment v0.3.3 |
1199 | 2024-03-20T19:26:51.855Z | Downloaded peeking_take_while v0.1.2 |
1200 | 2024-03-20T19:26:51.855Z | Downloaded fd-lock v4.0.2 |
1201 | 2024-03-20T19:26:51.855Z | Downloaded half v2.3.1 |
1202 | 2024-03-20T19:26:51.855Z | Downloaded signature v1.6.4 |
1203 | 2024-03-20T19:26:51.855Z | Downloaded scheduled-thread-pool v0.2.7 |
1204 | 2024-03-20T19:26:51.855Z | Downloaded string_cache v0.8.7 |
1205 | 2024-03-20T19:26:51.855Z | Downloaded spin v0.5.2 |
1206 | 2024-03-20T19:26:51.855Z | Downloaded ppv-lite86 v0.2.17 |
1207 | 2024-03-20T19:26:51.855Z | Downloaded typed-path v0.7.0 |
1208 | 2024-03-20T19:26:51.855Z | Downloaded utf8parse v0.2.1 |
1209 | 2024-03-20T19:26:51.855Z | Downloaded static_assertions v1.1.0 |
1210 | 2024-03-20T19:26:51.855Z | Downloaded http-body v0.4.5 |
1211 | 2024-03-20T19:26:51.855Z | Downloaded globset v0.4.13 |
1212 | 2024-03-20T19:26:51.855Z | Downloaded wyz v0.5.1 |
1213 | 2024-03-20T19:26:51.855Z | Downloaded stable_deref_trait v1.2.0 |
1214 | 2024-03-20T19:26:51.856Z | Downloaded hostname v0.3.1 |
1215 | 2024-03-20T19:26:51.856Z | Downloaded bindgen v0.69.2 |
1216 | 2024-03-20T19:26:51.856Z | Downloaded pin-utils v0.1.0 |
1217 | 2024-03-20T19:26:51.856Z | Downloaded ed25519 v1.5.3 |
1218 | 2024-03-20T19:26:51.856Z | Downloaded predicates v3.1.0 |
1219 | 2024-03-20T19:26:51.867Z | Downloaded unarray v0.1.4 |
1220 | 2024-03-20T19:26:51.867Z | Downloaded ucd-trie v0.1.6 |
1221 | 2024-03-20T19:26:51.867Z | Downloaded textwrap v0.16.1 |
1222 | 2024-03-20T19:26:51.867Z | Downloaded unicode_categories v0.1.1 |
1223 | 2024-03-20T19:26:51.867Z | Downloaded darling_core v0.14.4 |
1224 | 2024-03-20T19:26:51.867Z | Downloaded structopt-derive v0.4.18 |
1225 | 2024-03-20T19:26:51.867Z | Downloaded rcgen v0.12.1 |
1226 | 2024-03-20T19:26:51.867Z | Downloaded num-bigint-dig v0.8.4 |
1227 | 2024-03-20T19:26:51.867Z | Downloaded smawk v0.3.1 |
1228 | 2024-03-20T19:26:51.867Z | Downloaded subprocess v0.2.9 |
1229 | 2024-03-20T19:26:51.867Z | Downloaded signature v2.1.0 |
1230 | 2024-03-20T19:26:51.867Z | Downloaded predicates-core v1.0.6 |
1231 | 2024-03-20T19:26:51.867Z | Downloaded packed_struct_codegen v0.10.1 |
1232 | 2024-03-20T19:26:51.867Z | Downloaded pkcs8 v0.10.2 |
1233 | 2024-03-20T19:26:51.867Z | Downloaded packed_struct v0.10.1 |
1234 | 2024-03-20T19:26:51.868Z | Downloaded darling_core v0.20.3 |
1235 | 2024-03-20T19:26:51.868Z | Downloaded pest v2.7.6 |
1236 | 2024-03-20T19:26:51.868Z | Downloaded fatfs v0.3.6 |
1237 | 2024-03-20T19:26:51.868Z | Downloaded heapless v0.7.16 |
1238 | 2024-03-20T19:26:51.868Z | Downloaded url v2.5.0 |
1239 | 2024-03-20T19:26:51.868Z | Downloaded rand v0.8.5 |
1240 | 2024-03-20T19:26:51.872Z | Downloaded test-strategy v0.3.1 |
1241 | 2024-03-20T19:26:51.872Z | Downloaded socket2 v0.5.5 |
1242 | 2024-03-20T19:26:51.876Z | Downloaded pkcs1 v0.7.5 |
1243 | 2024-03-20T19:26:51.879Z | Downloaded reqwest v0.11.24 |
1244 | 2024-03-20T19:26:51.887Z | Downloaded env_logger v0.10.0 |
1245 | 2024-03-20T19:26:51.891Z | Downloaded steno v0.4.0 |
1246 | 2024-03-20T19:26:51.895Z | Downloaded flume v0.11.0 |
1247 | 2024-03-20T19:26:51.898Z | Downloaded owo-colors v4.0.0 |
1248 | 2024-03-20T19:26:51.898Z | Downloaded tough v0.16.0 |
1249 | 2024-03-20T19:26:51.908Z | Downloaded regex-automata v0.1.10 |
1250 | 2024-03-20T19:26:51.912Z | Downloaded prettyplease v0.2.16 |
1251 | 2024-03-20T19:26:51.916Z | Downloaded portable-atomic v1.4.3 |
1252 | 2024-03-20T19:26:51.922Z | Downloaded derive_more v0.99.17 |
1253 | 2024-03-20T19:26:51.934Z | Downloaded hmac v0.12.1 |
1254 | 2024-03-20T19:26:51.938Z | Downloaded zerocopy v0.6.4 |
1255 | 2024-03-20T19:26:51.938Z | Downloaded similar v2.4.0 |
1256 | 2024-03-20T19:26:51.938Z | Downloaded quick-xml v0.30.0 |
1257 | 2024-03-20T19:26:51.942Z | Downloaded tracing v0.1.40 |
1258 | 2024-03-20T19:26:51.949Z | Downloaded serde v1.0.197 |
1259 | 2024-03-20T19:26:51.955Z | Downloaded proptest v1.4.0 |
1260 | 2024-03-20T19:26:51.962Z | Downloaded petgraph v0.6.4 |
1261 | 2024-03-20T19:26:51.981Z | Downloaded time v0.3.34 |
1262 | 2024-03-20T19:26:51.997Z | Downloaded reedline v0.30.0 |
1263 | 2024-03-20T19:26:51.997Z | Downloaded hashbrown v0.14.3 |
1264 | 2024-03-20T19:26:52.007Z | Downloaded rayon v1.9.0 |
1265 | 2024-03-20T19:26:52.007Z | Downloaded goblin v0.8.0 |
1266 | 2024-03-20T19:26:52.010Z | Downloaded vcpkg v0.2.15 |
1267 | 2024-03-20T19:26:52.051Z | Downloaded winnow v0.6.1 |
1268 | 2024-03-20T19:26:52.059Z | Downloaded sqlparser v0.43.1 |
1269 | 2024-03-20T19:26:52.064Z | Downloaded diesel v2.1.4 |
1270 | 2024-03-20T19:26:52.083Z | Downloaded unicode-segmentation v1.10.1 |
1271 | 2024-03-20T19:26:52.087Z | Downloaded zerocopy v0.7.32 |
1272 | 2024-03-20T19:26:52.103Z | Downloaded regex v1.10.3 |
1273 | 2024-03-20T19:26:52.116Z | Downloaded radix_trie v0.2.1 |
1274 | 2024-03-20T19:26:52.121Z | Downloaded smoltcp v0.9.1 |
1275 | 2024-03-20T19:26:52.133Z | Downloaded unicode-normalization v0.1.22 |
1276 | 2024-03-20T19:26:52.138Z | Downloaded smoltcp v0.11.0 |
1277 | 2024-03-20T19:26:52.149Z | Downloaded curve25519-dalek v4.1.1 |
1278 | 2024-03-20T19:26:52.171Z | Downloaded idna v0.5.0 |
1279 | 2024-03-20T19:26:52.187Z | Downloaded regress v0.9.0 |
1280 | 2024-03-20T19:26:52.187Z | Downloaded object v0.30.4 |
1281 | 2024-03-20T19:26:52.187Z | Downloaded webpki-roots v0.25.2 |
1282 | 2024-03-20T19:26:52.198Z | Downloaded openssl v0.10.60 |
1283 | 2024-03-20T19:26:52.202Z | Downloaded tabled v0.15.0 |
1284 | 2024-03-20T19:26:52.212Z | Downloaded sled v0.34.7 |
1285 | 2024-03-20T19:26:52.251Z | Downloaded gimli v0.28.0 |
1286 | 2024-03-20T19:26:52.256Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1287 | 2024-03-20T19:26:52.256Z | Downloaded polar-core v0.27.0 |
1288 | 2024-03-20T19:26:52.256Z | Downloaded trust-dns-proto v0.22.0 |
1289 | 2024-03-20T19:26:52.263Z | Downloaded tokio v1.36.0 |
1290 | 2024-03-20T19:26:52.300Z | Downloaded openapiv3 v2.0.0 |
1291 | 2024-03-20T19:26:52.315Z | Downloaded regex-syntax v0.6.29 |
1292 | 2024-03-20T19:26:52.321Z | Downloaded object v0.32.1 |
1293 | 2024-03-20T19:26:52.329Z | Downloaded rustls v0.22.2 |
1294 | 2024-03-20T19:26:52.356Z | Downloaded csv v1.3.0 |
1295 | 2024-03-20T19:26:52.376Z | Downloaded nix v0.27.1 |
1296 | 2024-03-20T19:26:52.379Z | Downloaded regex-syntax v0.8.2 |
1297 | 2024-03-20T19:26:52.383Z | Downloaded rustix v0.38.31 |
1298 | 2024-03-20T19:26:52.410Z | Downloaded ratatui v0.26.1 |
1299 | 2024-03-20T19:26:52.434Z | Downloaded zerocopy-derive v0.6.4 |
1300 | 2024-03-20T19:26:52.445Z | Downloaded zerocopy-derive v0.2.0 |
1301 | 2024-03-20T19:26:52.450Z | Downloaded syn v2.0.52 |
1302 | 2024-03-20T19:26:52.460Z | Downloaded futures-util v0.3.30 |
1303 | 2024-03-20T19:26:52.465Z | Downloaded regex-automata v0.4.5 |
1304 | 2024-03-20T19:26:52.482Z | Downloaded libc v0.2.153 |
1305 | 2024-03-20T19:26:52.508Z | Downloaded sha3 v0.10.8 |
1306 | 2024-03-20T19:26:52.515Z | Downloaded hyper v0.14.28 |
1307 | 2024-03-20T19:26:52.523Z | Downloaded idna v0.3.0 |
1308 | 2024-03-20T19:26:52.526Z | Downloaded winnow v0.5.15 |
1309 | 2024-03-20T19:26:52.534Z | Downloaded idna v0.2.3 |
1310 | 2024-03-20T19:26:52.542Z | Downloaded bstr v1.9.0 |
1311 | 2024-03-20T19:26:52.551Z | Downloaded encoding_rs v0.8.33 |
1312 | 2024-03-20T19:26:52.572Z | Downloaded h2 v0.3.24 |
1313 | 2024-03-20T19:26:52.578Z | Downloaded syn v1.0.109 |
1314 | 2024-03-20T19:26:52.588Z | Downloaded rustls v0.21.9 |
1315 | 2024-03-20T19:26:52.599Z | Downloaded bstr v0.2.17 |
1316 | 2024-03-20T19:26:52.608Z | Downloaded rustls-webpki v0.102.1 |
1317 | 2024-03-20T19:26:52.626Z | Downloaded rustc_version v0.4.0 |
1318 | 2024-03-20T19:26:52.629Z | Downloaded bitvec v1.0.1 |
1319 | 2024-03-20T19:26:52.641Z | Downloaded hkdf v0.12.4 |
1320 | 2024-03-20T19:26:52.645Z | Downloaded tokio-util v0.7.10 |
1321 | 2024-03-20T19:26:52.650Z | Downloaded chrono v0.4.34 |
1322 | 2024-03-20T19:26:52.657Z | Downloaded smf v0.2.2 |
1323 | 2024-03-20T19:26:52.662Z | Downloaded unsafe-libyaml v0.2.10 |
1324 | 2024-03-20T19:26:52.666Z | Downloaded tokio-postgres v0.7.10 |
1325 | 2024-03-20T19:26:52.670Z | Downloaded hashbrown v0.12.3 |
1326 | 2024-03-20T19:26:52.670Z | Downloaded serde_json v1.0.114 |
1327 | 2024-03-20T19:26:52.677Z | Downloaded toml_edit v0.22.6 |
1328 | 2024-03-20T19:26:52.696Z | Downloaded tokio-rustls v0.25.0 |
1329 | 2024-03-20T19:26:52.700Z | Downloaded sct v0.7.0 |
1330 | 2024-03-20T19:26:52.704Z | Downloaded papergrid v0.11.0 |
1331 | 2024-03-20T19:26:52.707Z | Downloaded pin-project v1.1.3 |
1332 | 2024-03-20T19:26:52.715Z | Downloaded signal-hook-registry v1.4.1 |
1333 | 2024-03-20T19:26:52.719Z | Downloaded thiserror v1.0.57 |
1334 | 2024-03-20T19:26:52.722Z | Downloaded futures-task v0.3.30 |
1335 | 2024-03-20T19:26:52.722Z | Downloaded fd-lock v3.0.13 |
1336 | 2024-03-20T19:26:52.725Z | Downloaded fastrand v2.0.1 |
1337 | 2024-03-20T19:26:52.726Z | Downloaded pkg-config v0.3.27 |
1338 | 2024-03-20T19:26:52.726Z | Downloaded futures-sink v0.3.30 |
1339 | 2024-03-20T19:26:52.729Z | Downloaded enum-as-inner v0.5.1 |
1340 | 2024-03-20T19:26:52.729Z | Downloaded usdt-impl v0.3.5 |
1341 | 2024-03-20T19:26:52.729Z | Downloaded trust-dns-client v0.22.0 |
1342 | 2024-03-20T19:26:52.737Z | Downloaded clap v2.34.0 |
1343 | 2024-03-20T19:26:52.740Z | Downloaded tabled_derive v0.7.0 |
1344 | 2024-03-20T19:26:52.744Z | Downloaded unicode-xid v0.2.4 |
1345 | 2024-03-20T19:26:52.744Z | Downloaded slog-envlogger v2.2.0 |
1346 | 2024-03-20T19:26:52.744Z | Downloaded rustyline v13.0.0 |
1347 | 2024-03-20T19:26:52.748Z | Downloaded der v0.7.8 |
1348 | 2024-03-20T19:26:52.752Z | Downloaded predicates-tree v1.0.9 |
1349 | 2024-03-20T19:26:52.758Z | Downloaded itertools v0.10.5 |
1350 | 2024-03-20T19:26:52.761Z | Downloaded ring v0.17.8 |
1351 | 2024-03-20T19:26:52.837Z | Downloaded strip-ansi-escapes v0.2.0 |
1352 | 2024-03-20T19:26:52.851Z | Downloaded semver v1.0.22 |
1353 | 2024-03-20T19:26:52.851Z | Downloaded salty v0.2.0 |
1354 | 2024-03-20T19:26:52.851Z | Downloaded typenum v1.16.0 |
1355 | 2024-03-20T19:26:52.852Z | Downloaded sha2 v0.10.8 |
1356 | 2024-03-20T19:26:52.861Z | Downloaded zip v0.6.6 |
1357 | 2024-03-20T19:26:52.861Z | Downloaded rustls-webpki v0.101.7 |
1358 | 2024-03-20T19:26:52.866Z | Downloaded oso v0.27.0 |
1359 | 2024-03-20T19:26:52.866Z | Downloaded minimal-lexical v0.2.1 |
1360 | 2024-03-20T19:26:52.870Z | Downloaded trust-dns-server v0.22.1 |
1361 | 2024-03-20T19:26:52.874Z | Downloaded futures-executor v0.3.30 |
1362 | 2024-03-20T19:26:52.878Z | Downloaded derive_builder_core v0.12.0 |
1363 | 2024-03-20T19:26:52.878Z | Downloaded derive_builder v0.12.0 |
1364 | 2024-03-20T19:26:52.881Z | Downloaded mio v0.8.11 |
1365 | 2024-03-20T19:26:52.886Z | Downloaded ring v0.16.20 |
1366 | 2024-03-20T19:26:52.966Z | Downloaded strum_macros v0.26.1 |
1367 | 2024-03-20T19:26:52.970Z | Downloaded x509-cert v0.2.4 |
1368 | 2024-03-20T19:26:52.974Z | Downloaded num-bigint v0.4.4 |
1369 | 2024-03-20T19:26:52.978Z | Downloaded futures-core v0.3.30 |
1370 | 2024-03-20T19:26:52.981Z | Downloaded display-error-chain v0.2.0 |
1371 | 2024-03-20T19:26:52.981Z | Downloaded dirs-sys-next v0.1.2 |
1372 | 2024-03-20T19:26:52.981Z | Downloaded dirs-next v2.0.0 |
1373 | 2024-03-20T19:26:52.985Z | Downloaded der_derive v0.7.2 |
1374 | 2024-03-20T19:26:52.986Z | Downloaded clap_builder v4.5.1 |
1375 | 2024-03-20T19:26:52.990Z | Downloaded structopt v0.3.26 |
1376 | 2024-03-20T19:26:52.995Z | Downloaded socket2 v0.4.9 |
1377 | 2024-03-20T19:26:53.000Z | Downloaded parking_lot_core v0.9.8 |
1378 | 2024-03-20T19:26:53.000Z | Downloaded parking_lot v0.11.2 |
1379 | 2024-03-20T19:26:53.004Z | Downloaded libm v0.2.7 |
1380 | 2024-03-20T19:26:53.010Z | Downloaded serde-big-array v0.4.1 |
1381 | 2024-03-20T19:26:53.015Z | Downloaded crossterm v0.27.0 |
1382 | 2024-03-20T19:26:53.020Z | Downloaded universal-hash v0.5.1 |
1383 | 2024-03-20T19:26:53.020Z | Downloaded elliptic-curve v0.13.8 |
1384 | 2024-03-20T19:26:53.024Z | Downloaded publicsuffix v2.2.3 |
1385 | 2024-03-20T19:26:53.024Z | Downloaded openssl-sys v0.9.96 |
1386 | 2024-03-20T19:26:53.029Z | Downloaded foreign-types v0.5.0 |
1387 | 2024-03-20T19:26:53.029Z | Downloaded serde_urlencoded v0.7.1 |
1388 | 2024-03-20T19:26:53.029Z | Downloaded rpassword v7.3.1 |
1389 | 2024-03-20T19:26:53.033Z | Downloaded semver v0.11.0 |
1390 | 2024-03-20T19:26:53.033Z | Downloaded term v0.7.0 |
1391 | 2024-03-20T19:26:53.037Z | Downloaded omicron-zone-package v0.11.0 |
1392 | 2024-03-20T19:26:53.037Z | Downloaded poly1305 v0.8.0 |
1393 | 2024-03-20T19:26:53.041Z | Downloaded dof v0.3.0 |
1394 | 2024-03-20T19:26:53.042Z | Downloaded darling v0.20.3 |
1395 | 2024-03-20T19:26:53.046Z | Downloaded getrandom v0.2.12 |
1396 | 2024-03-20T19:26:53.046Z | Downloaded tar v0.4.40 |
1397 | 2024-03-20T19:26:53.049Z | Downloaded slog v2.7.0 |
1398 | 2024-03-20T19:26:53.049Z | Downloaded indexmap v2.2.5 |
1399 | 2024-03-20T19:26:53.054Z | Downloaded http v1.0.0 |
1400 | 2024-03-20T19:26:53.058Z | Downloaded http v0.2.12 |
1401 | 2024-03-20T19:26:53.062Z | Downloaded darling v0.14.4 |
1402 | 2024-03-20T19:26:53.066Z | Downloaded num-traits v0.2.18 |
1403 | 2024-03-20T19:26:53.066Z | Downloaded nu-ansi-term v0.50.0 |
1404 | 2024-03-20T19:26:53.070Z | Downloaded mockall_derive v0.12.0 |
1405 | 2024-03-20T19:26:53.070Z | Downloaded crossbeam-channel v0.5.8 |
1406 | 2024-03-20T19:26:53.076Z | Downloaded serde_spanned v0.6.5 |
1407 | 2024-03-20T19:26:53.076Z | Downloaded serde_repr v0.1.16 |
1408 | 2024-03-20T19:26:53.076Z | Downloaded semver v0.1.20 |
1409 | 2024-03-20T19:26:53.083Z | Downloaded parking_lot_core v0.8.6 |
1410 | 2024-03-20T19:26:53.084Z | Downloaded backtrace v0.3.69 |
1411 | 2024-03-20T19:26:53.084Z | Downloaded toml v0.7.8 |
1412 | 2024-03-20T19:26:53.091Z | Downloaded rand_xorshift v0.3.0 |
1413 | 2024-03-20T19:26:53.091Z | Downloaded rand_seeder v0.2.3 |
1414 | 2024-03-20T19:26:53.092Z | Downloaded vsss-rs v3.3.4 |
1415 | 2024-03-20T19:26:53.092Z | Downloaded pest_generator v2.7.6 |
1416 | 2024-03-20T19:26:53.096Z | Downloaded unicase v2.7.0 |
1417 | 2024-03-20T19:26:53.096Z | Downloaded uuid v1.7.0 |
1418 | 2024-03-20T19:26:53.096Z | Downloaded clap v4.5.1 |
1419 | 2024-03-20T19:26:53.107Z | Downloaded arc-swap v1.6.0 |
1420 | 2024-03-20T19:26:53.111Z | Downloaded log v0.4.21 |
1421 | 2024-03-20T19:26:53.111Z | Downloaded thread-id v4.2.0 |
1422 | 2024-03-20T19:26:53.111Z | Downloaded thiserror-no-std v2.0.2 |
1423 | 2024-03-20T19:26:53.111Z | Downloaded structmeta v0.3.0 |
1424 | 2024-03-20T19:26:53.112Z | Downloaded strsim v0.8.0 |
1425 | 2024-03-20T19:26:53.112Z | Downloaded once_cell v1.19.0 |
1426 | 2024-03-20T19:26:53.117Z | Downloaded multer v3.0.0 |
1427 | 2024-03-20T19:26:53.117Z | Downloaded heapless v0.8.0 |
1428 | 2024-03-20T19:26:53.121Z | Downloaded gethostname v0.4.3 |
1429 | 2024-03-20T19:26:53.121Z | Downloaded fragile v2.0.0 |
1430 | 2024-03-20T19:26:53.126Z | Downloaded native-tls v0.2.11 |
1431 | 2024-03-20T19:26:53.126Z | Downloaded memmap2 v0.7.1 |
1432 | 2024-03-20T19:26:53.126Z | Downloaded indicatif v0.17.8 |
1433 | 2024-03-20T19:26:53.130Z | Downloaded flagset v0.4.3 |
1434 | 2024-03-20T19:26:53.130Z | Downloaded fallible-iterator v0.2.0 |
1435 | 2024-03-20T19:26:53.130Z | Downloaded errno v0.3.8 |
1436 | 2024-03-20T19:26:53.133Z | Downloaded defmt-macros v0.3.6 |
1437 | 2024-03-20T19:26:53.133Z | Downloaded structmeta v0.2.0 |
1438 | 2024-03-20T19:26:53.137Z | Downloaded linear-map v1.2.0 |
1439 | 2024-03-20T19:26:53.137Z | Downloaded base64 v0.21.7 |
1440 | 2024-03-20T19:26:53.142Z | Downloaded const-oid v0.9.6 |
1441 | 2024-03-20T19:26:53.142Z | Downloaded ansi_term v0.12.1 |
1442 | 2024-03-20T19:26:53.152Z | Downloaded num-iter v0.1.44 |
1443 | 2024-03-20T19:26:53.152Z | Downloaded nanorand v0.7.0 |
1444 | 2024-03-20T19:26:53.152Z | Downloaded tap v1.0.1 |
1445 | 2024-03-20T19:26:53.152Z | Downloaded tabwriter v1.4.0 |
1446 | 2024-03-20T19:26:53.152Z | Downloaded crossbeam-epoch v0.9.18 |
1447 | 2024-03-20T19:26:53.156Z | Downloaded num_enum_derive v0.7.2 |
1448 | 2024-03-20T19:26:53.156Z | Downloaded num_enum v0.7.2 |
1449 | 2024-03-20T19:26:53.156Z | Downloaded maybe-uninit v2.0.0 |
1450 | 2024-03-20T19:26:53.156Z | Downloaded console v0.15.8 |
1451 | 2024-03-20T19:26:53.159Z | Downloaded strsim v0.10.0 |
1452 | 2024-03-20T19:26:53.160Z | Downloaded managed v0.8.0 |
1453 | 2024-03-20T19:26:53.160Z | Downloaded clap_derive v4.5.0 |
1454 | 2024-03-20T19:26:53.164Z | Downloaded cassowary v0.3.0 |
1455 | 2024-03-20T19:26:53.164Z | Downloaded camino-tempfile v1.1.1 |
1456 | 2024-03-20T19:26:53.171Z | Downloaded async-trait v0.1.77 |
1457 | 2024-03-20T19:26:53.171Z | Downloaded schemars_derive v0.8.16 |
1458 | 2024-03-20T19:26:53.171Z | Downloaded number_prefix v0.4.0 |
1459 | 2024-03-20T19:26:53.171Z | Downloaded num_threads v0.1.6 |
1460 | 2024-03-20T19:26:53.180Z | Downloaded blake2 v0.10.6 |
1461 | 2024-03-20T19:26:53.180Z | Downloaded libsw v3.3.1 |
1462 | 2024-03-20T19:26:53.180Z | Downloaded lalrpop-util v0.19.12 |
1463 | 2024-03-20T19:26:53.180Z | Downloaded num-conv v0.1.0 |
1464 | 2024-03-20T19:26:53.180Z | Downloaded newtype_derive v0.1.6 |
1465 | 2024-03-20T19:26:53.180Z | Downloaded cpufeatures v0.2.12 |
1466 | 2024-03-20T19:26:53.180Z | Downloaded crossbeam-deque v0.8.3 |
1467 | 2024-03-20T19:26:53.186Z | Downloaded block-padding v0.3.3 |
1468 | 2024-03-20T19:26:53.186Z | Downloaded anstyle v1.0.2 |
1469 | 2024-03-20T19:26:53.186Z | Downloaded colorchoice v1.0.0 |
1470 | 2024-03-20T19:26:53.186Z | Downloaded bzip2 v0.4.4 |
1471 | 2024-03-20T19:26:53.186Z | Downloaded is-terminal v0.4.9 |
1472 | 2024-03-20T19:26:53.186Z | Downloaded indoc v1.0.9 |
1473 | 2024-03-20T19:26:53.186Z | Downloaded hyper-tls v0.5.0 |
1474 | 2024-03-20T19:26:53.191Z | Downloaded crypto-common v0.1.6 |
1475 | 2024-03-20T19:26:53.191Z | Downloaded base64ct v1.6.0 |
1476 | 2024-03-20T19:26:53.191Z | Downloaded allocator-api2 v0.2.16 |
1477 | 2024-03-20T19:26:53.604Z | Compiling proc-macro2 v1.0.78 |
1478 | 2024-03-20T19:26:53.605Z | Compiling unicode-ident v1.0.12 |
1479 | 2024-03-20T19:26:53.619Z | Compiling libc v0.2.153 |
1480 | 2024-03-20T19:26:53.619Z | Compiling serde v1.0.197 |
1481 | 2024-03-20T19:26:53.619Z | Compiling version_check v0.9.4 |
1482 | 2024-03-20T19:26:53.619Z | Compiling autocfg v1.1.0 |
1483 | 2024-03-20T19:26:53.655Z | Compiling cfg-if v1.0.0 |
1484 | 2024-03-20T19:26:53.785Z | Compiling syn v1.0.109 |
1485 | 2024-03-20T19:26:53.821Z | Compiling once_cell v1.19.0 |
1486 | 2024-03-20T19:26:54.007Z | Compiling byteorder v1.5.0 |
1487 | 2024-03-20T19:26:54.296Z | Compiling serde_json v1.0.114 |
1488 | 2024-03-20T19:26:54.378Z | Compiling ahash v0.8.8 |
1489 | 2024-03-20T19:26:54.458Z | Compiling libm v0.2.7 |
1490 | 2024-03-20T19:26:54.474Z | Compiling lock_api v0.4.10 |
1491 | 2024-03-20T19:26:55.380Z | Compiling memchr v2.7.1 |
1492 | 2024-03-20T19:26:55.388Z | Compiling num-traits v0.2.18 |
1493 | 2024-03-20T19:26:55.388Z | Compiling parking_lot_core v0.9.8 |
1494 | 2024-03-20T19:26:55.388Z | Compiling thiserror v1.0.57 |
1495 | 2024-03-20T19:26:55.797Z | Compiling itoa v1.0.9 |
1496 | 2024-03-20T19:26:55.820Z | Compiling typenum v1.16.0 |
1497 | 2024-03-20T19:26:56.174Z | Compiling scopeguard v1.2.0 |
1498 | 2024-03-20T19:26:56.236Z | Compiling generic-array v0.14.7 |
1499 | 2024-03-20T19:26:56.834Z | Compiling quote v1.0.35 |
1500 | 2024-03-20T19:26:56.834Z | Compiling log v0.4.21 |
1501 | 2024-03-20T19:26:56.877Z | Compiling cc v1.0.83 |
1502 | 2024-03-20T19:26:57.038Z | Compiling syn v2.0.52 |
1503 | 2024-03-20T19:26:57.112Z | Compiling getrandom v0.2.12 |
1504 | 2024-03-20T19:26:57.533Z | Compiling allocator-api2 v0.2.16 |
1505 | 2024-03-20T19:26:57.587Z | Compiling pkg-config v0.3.27 |
1506 | 2024-03-20T19:26:57.949Z | Compiling slab v0.4.9 |
1507 | 2024-03-20T19:26:57.974Z | Compiling smallvec v1.13.1 |
1508 | 2024-03-20T19:26:58.249Z | Compiling schemars v0.8.16 |
1509 | 2024-03-20T19:26:58.281Z | Compiling ryu v1.0.15 |
1510 | 2024-03-20T19:26:58.612Z | Compiling equivalent v1.0.1 |
1511 | 2024-03-20T19:26:58.635Z | Compiling heck v0.4.1 |
1512 | 2024-03-20T19:26:59.103Z | Compiling pin-project-lite v0.2.13 |
1513 | 2024-03-20T19:26:59.396Z | Compiling vcpkg v0.2.15 |
1514 | 2024-03-20T19:26:59.419Z | Compiling ring v0.17.8 |
1515 | 2024-03-20T19:26:59.664Z | Compiling parking_lot v0.12.1 |
1516 | 2024-03-20T19:27:01.135Z | Compiling openssl-sys v0.9.96 |
1517 | 2024-03-20T19:27:01.292Z | Compiling signal-hook-registry v1.4.1 |
1518 | 2024-03-20T19:27:01.539Z | Compiling mio v0.8.11 |
1519 | 2024-03-20T19:27:02.036Z | Compiling time-core v0.1.2 |
1520 | 2024-03-20T19:27:02.180Z | Compiling fnv v1.0.7 |
1521 | 2024-03-20T19:27:02.202Z | Compiling num-conv v0.1.0 |
1522 | 2024-03-20T19:27:02.226Z | Compiling rand_core v0.6.4 |
1523 | 2024-03-20T19:27:02.495Z | Compiling time-macros v0.2.17 |
1524 | 2024-03-20T19:27:02.623Z | Compiling crossbeam-utils v0.8.19 |
1525 | 2024-03-20T19:27:02.911Z | Compiling ring v0.16.20 |
1526 | 2024-03-20T19:27:03.138Z | Compiling num_cpus v1.16.0 |
1527 | 2024-03-20T19:27:03.277Z | Compiling socket2 v0.5.5 |
1528 | 2024-03-20T19:27:03.517Z | Compiling httparse v1.8.0 |
1529 | 2024-03-20T19:27:03.555Z | Compiling iana-time-zone v0.1.57 |
1530 | 2024-03-20T19:27:04.393Z | Compiling serde_derive_internals v0.26.0 |
1531 | 2024-03-20T19:27:04.577Z | Compiling rustix v0.38.31 |
1532 | 2024-03-20T19:27:04.832Z | Compiling ucd-trie v0.1.6 |
1533 | 2024-03-20T19:27:05.160Z | Compiling futures-core v0.3.30 |
1534 | 2024-03-20T19:27:05.207Z | Compiling spin v0.5.2 |
1535 | 2024-03-20T19:27:05.334Z | Compiling openssl v0.10.60 |
1536 | 2024-03-20T19:27:05.646Z | Compiling semver v1.0.22 |
1537 | 2024-03-20T19:27:06.004Z | Compiling backtrace v0.3.69 |
1538 | 2024-03-20T19:27:06.074Z | Compiling slog v2.7.0 |
1539 | 2024-03-20T19:27:06.119Z | Compiling native-tls v0.2.11 |
1540 | 2024-03-20T19:27:06.402Z | Compiling tinyvec_macros v0.1.1 |
1541 | 2024-03-20T19:27:06.511Z | Compiling rustls v0.21.9 |
1542 | 2024-03-20T19:27:06.538Z | Compiling winnow v0.5.15 |
1543 | 2024-03-20T19:27:06.700Z | Compiling tinyvec v1.6.0 |
1544 | 2024-03-20T19:27:06.746Z | Compiling spin v0.9.8 |
1545 | 2024-03-20T19:27:06.778Z | Compiling subtle v2.5.0 |
1546 | 2024-03-20T19:27:07.069Z | Compiling futures-sink v0.3.30 |
1547 | 2024-03-20T19:27:07.117Z | Compiling crc32fast v1.3.2 |
1548 | 2024-03-20T19:27:07.195Z | Compiling unicode-xid v0.2.4 |
1549 | 2024-03-20T19:27:07.235Z | Compiling const-oid v0.9.6 |
1550 | 2024-03-20T19:27:07.258Z | Compiling uuid v0.8.2 |
1551 | 2024-03-20T19:27:07.460Z | Compiling dyn-clone v1.0.17 |
1552 | 2024-03-20T19:27:07.660Z | Compiling synstructure v0.12.6 |
1553 | 2024-03-20T19:27:08.151Z | Compiling unicode-normalization v0.1.22 |
1554 | 2024-03-20T19:27:09.107Z | Compiling cookie v0.17.0 |
1555 | 2024-03-20T19:27:09.188Z | Compiling anyhow v1.0.79 |
1556 | 2024-03-20T19:27:09.361Z | Compiling unicode-bidi v0.3.15 |
1557 | 2024-03-20T19:27:09.985Z | Compiling futures-channel v0.3.30 |
1558 | 2024-03-20T19:27:10.104Z | Compiling serde_derive v1.0.197 |
1559 | 2024-03-20T19:27:10.147Z | Compiling zerocopy-derive v0.7.32 |
1560 | 2024-03-20T19:27:10.176Z | Compiling thiserror-impl v1.0.57 |
1561 | 2024-03-20T19:27:10.381Z | Compiling zeroize_derive v1.4.2 |
1562 | 2024-03-20T19:27:10.405Z | Compiling tokio-macros v2.2.0 |
1563 | 2024-03-20T19:27:10.535Z | Compiling schemars_derive v0.8.16 |
1564 | 2024-03-20T19:27:11.065Z | Compiling futures-macro v0.3.30 |
1565 | 2024-03-20T19:27:11.719Z | Compiling tracing-attributes v0.1.27 |
1566 | 2024-03-20T19:27:11.845Z | Compiling zeroize v1.7.0 |
1567 | 2024-03-20T19:27:12.031Z | Compiling zerocopy v0.7.32 |
1568 | 2024-03-20T19:27:12.950Z | Compiling pest v2.7.6 |
1569 | 2024-03-20T19:27:13.278Z | Compiling openssl-macros v0.1.1 |
1570 | 2024-03-20T19:27:14.173Z | Compiling hashbrown v0.14.3 |
1571 | 2024-03-20T19:27:14.619Z | Compiling zerocopy-derive v0.2.0 |
1572 | 2024-03-20T19:27:15.103Z | Compiling tracing-core v0.1.32 |
1573 | 2024-03-20T19:27:15.405Z | Compiling pest_meta v2.7.6 |
1574 | 2024-03-20T19:27:15.816Z | Compiling pin-utils v0.1.0 |
1575 | 2024-03-20T19:27:15.921Z | Compiling futures-task v0.3.30 |
1576 | 2024-03-20T19:27:16.072Z | Compiling futures-io v0.3.30 |
1577 | 2024-03-20T19:27:16.215Z | Compiling tracing v0.1.40 |
1578 | 2024-03-20T19:27:16.355Z | Compiling futures-util v0.3.30 |
1579 | 2024-03-20T19:27:16.693Z | Compiling pest_generator v2.7.6 |
1580 | 2024-03-20T19:27:17.052Z | Compiling crypto-common v0.1.6 |
1581 | 2024-03-20T19:27:17.250Z | Compiling der_derive v0.7.2 |
1582 | 2024-03-20T19:27:18.665Z | Compiling aho-corasick v1.1.2 |
1583 | 2024-03-20T19:27:18.929Z | Compiling powerfmt v0.2.0 |
1584 | 2024-03-20T19:27:19.414Z | Compiling regex-syntax v0.8.2 |
1585 | 2024-03-20T19:27:19.538Z | Compiling pest_derive v2.7.6 |
1586 | 2024-03-20T19:27:22.201Z | Compiling deranged v0.3.11 |
1587 | 2024-03-20T19:27:23.257Z | Compiling bytes v1.5.0 |
1588 | 2024-03-20T19:27:23.283Z | Compiling indexmap v2.2.5 |
1589 | 2024-03-20T19:27:24.477Z | Compiling uuid v1.7.0 |
1590 | 2024-03-20T19:27:24.712Z | Compiling chrono v0.4.34 |
1591 | 2024-03-20T19:27:24.918Z | Compiling bitflags v2.4.2 |
1592 | 2024-03-20T19:27:25.304Z | Compiling tokio v1.36.0 |
1593 | 2024-03-20T19:27:25.723Z | Compiling serde_spanned v0.6.5 |
1594 | 2024-03-20T19:27:25.938Z | Compiling toml_datetime v0.6.5 |
1595 | 2024-03-20T19:27:26.259Z | Compiling toml_edit v0.19.15 |
1596 | 2024-03-20T19:27:27.151Z | Compiling http v0.2.12 |
1597 | 2024-03-20T19:27:30.509Z | Compiling rustc_version v0.4.0 |
1598 | 2024-03-20T19:27:32.177Z | Compiling regex-automata v0.4.5 |
1599 | 2024-03-20T19:27:33.240Z | Compiling block-buffer v0.10.4 |
1600 | 2024-03-20T19:27:33.840Z | Compiling usdt-impl v0.3.5 |
1601 | 2024-03-20T19:27:34.192Z | Compiling unicode-width v0.1.11 |
1602 | 2024-03-20T19:27:34.382Z | Compiling untrusted v0.9.0 |
1603 | 2024-03-20T19:27:34.436Z | Compiling rustversion v1.0.14 |
1604 | 2024-03-20T19:27:34.464Z | Compiling num_threads v0.1.6 |
1605 | 2024-03-20T19:27:34.770Z | Compiling time v0.3.34 |
1606 | 2024-03-20T19:27:35.284Z | Compiling digest v0.10.7 |
1607 | 2024-03-20T19:27:35.596Z | Compiling heapless v0.7.16 |
1608 | 2024-03-20T19:27:35.714Z | Compiling scroll_derive v0.12.0 |
1609 | 2024-03-20T19:27:36.652Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1610 | 2024-03-20T19:27:37.126Z | Compiling percent-encoding v2.3.1 |
1611 | 2024-03-20T19:27:37.266Z | Compiling async-trait v0.1.77 |
1612 | 2024-03-20T19:27:37.687Z | Compiling signal-hook v0.3.17 |
1613 | 2024-03-20T19:27:37.998Z | Compiling adler v1.0.2 |
1614 | 2024-03-20T19:27:38.290Z | Compiling ppv-lite86 v0.2.17 |
1615 | 2024-03-20T19:27:39.159Z | Compiling rand_chacha v0.3.1 |
1616 | 2024-03-20T19:27:39.604Z | Compiling miniz_oxide v0.7.1 |
1617 | 2024-03-20T19:27:40.278Z | Compiling regex v1.10.3 |
1618 | 2024-03-20T19:27:41.386Z | Compiling zerocopy v0.3.0 |
1619 | 2024-03-20T19:27:42.486Z | Compiling thread-id v4.2.0 |
1620 | 2024-03-20T19:27:42.626Z | Compiling dof v0.1.5 |
1621 | 2024-03-20T19:27:43.380Z | Compiling rand v0.8.5 |
1622 | 2024-03-20T19:27:43.630Z | Compiling tokio-util v0.7.10 |
1623 | 2024-03-20T19:27:45.320Z | Compiling dtrace-parser v0.1.14 |
1624 | 2024-03-20T19:27:45.797Z | Compiling clap_derive v4.5.0 |
1625 | 2024-03-20T19:27:46.016Z | Compiling errno v0.3.8 |
1626 | 2024-03-20T19:27:46.274Z | Compiling num-bigint v0.4.4 |
1627 | 2024-03-20T19:27:46.327Z | Compiling base64 v0.21.7 |
1628 | 2024-03-20T19:27:47.112Z | Compiling base64ct v1.6.0 |
1629 | 2024-03-20T19:27:47.159Z | Compiling gimli v0.28.0 |
1630 | 2024-03-20T19:27:47.473Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1631 | 2024-03-20T19:27:47.486Z | Compiling foreign-types-shared v0.1.1 |
1632 | 2024-03-20T19:27:47.611Z | Compiling untrusted v0.7.1 |
1633 | 2024-03-20T19:27:47.699Z | Compiling smoltcp v0.9.1 |
1634 | 2024-03-20T19:27:48.133Z | Compiling pem-rfc7468 v0.7.0 |
1635 | 2024-03-20T19:27:48.296Z | Compiling foreign-types v0.3.2 |
1636 | 2024-03-20T19:27:51.136Z | Compiling form_urlencoded v1.2.1 |
1637 | 2024-03-20T19:27:51.573Z | Compiling hmac v0.12.1 |
1638 | 2024-03-20T19:27:51.617Z | Compiling crossbeam-epoch v0.9.18 |
1639 | 2024-03-20T19:27:51.743Z | Compiling serde_tokenstream v0.1.7 |
1640 | 2024-03-20T19:27:51.825Z | Compiling addr2line v0.21.0 |
1641 | 2024-03-20T19:27:51.864Z | Compiling lazy_static v1.4.0 |
1642 | 2024-03-20T19:27:52.281Z | Compiling object v0.32.1 |
1643 | 2024-03-20T19:27:52.612Z | Compiling bitflags v1.3.2 |
1644 | 2024-03-20T19:27:52.917Z | Compiling siphasher v0.3.11 |
1645 | 2024-03-20T19:27:53.060Z | Compiling try-lock v0.2.4 |
1646 | 2024-03-20T19:27:53.377Z | Compiling unicode-segmentation v1.10.1 |
1647 | 2024-03-20T19:27:53.490Z | Compiling flagset v0.4.3 |
1648 | 2024-03-20T19:27:53.599Z | Compiling rustc-demangle v0.1.23 |
1649 | 2024-03-20T19:27:53.676Z | Compiling der v0.7.8 |
1650 | 2024-03-20T19:27:53.712Z | Compiling want v0.3.1 |
1651 | 2024-03-20T19:27:55.306Z | Compiling rustls-webpki v0.101.7 |
1652 | 2024-03-20T19:27:55.373Z | Compiling sct v0.7.0 |
1653 | 2024-03-20T19:27:55.616Z | Compiling h2 v0.3.24 |
1654 | 2024-03-20T19:27:57.490Z | Compiling http-body v0.4.5 |
1655 | 2024-03-20T19:27:57.523Z | Compiling proc-macro-crate v1.3.1 |
1656 | 2024-03-20T19:27:58.528Z | Compiling openapiv3 v2.0.0 |
1657 | 2024-03-20T19:27:58.986Z | Compiling hubpack_derive v0.1.1 |
1658 | 2024-03-20T19:27:59.840Z | Compiling zerocopy-derive v0.6.4 |
1659 | 2024-03-20T19:28:00.045Z | Compiling idna v0.5.0 |
1660 | 2024-03-20T19:28:01.832Z | Compiling usdt-impl v0.5.0 |
1661 | 2024-03-20T19:28:02.021Z | Compiling httpdate v1.0.3 |
1662 | 2024-03-20T19:28:02.828Z | Compiling stable_deref_trait v1.2.0 |
1663 | 2024-03-20T19:28:02.936Z | Compiling tower-service v0.3.2 |
1664 | 2024-03-20T19:28:03.014Z | Compiling utf8parse v0.2.1 |
1665 | 2024-03-20T19:28:03.062Z | Compiling openssl-probe v0.1.5 |
1666 | 2024-03-20T19:28:03.093Z | Compiling anstyle v1.0.2 |
1667 | 2024-03-20T19:28:03.116Z | Compiling cpufeatures v0.2.12 |
1668 | 2024-03-20T19:28:03.178Z | Compiling anstyle-parse v0.2.1 |
1669 | 2024-03-20T19:28:03.221Z | Compiling sha2 v0.10.8 |
1670 | 2024-03-20T19:28:03.710Z | Compiling hyper v0.14.28 |
1671 | 2024-03-20T19:28:05.823Z | Compiling url v2.5.0 |
1672 | 2024-03-20T19:28:07.117Z | Compiling spki v0.7.2 |
1673 | 2024-03-20T19:28:07.496Z | Compiling usdt-attr-macro v0.3.5 |
1674 | 2024-03-20T19:28:07.545Z | Compiling usdt-macro v0.3.5 |
1675 | 2024-03-20T19:28:08.814Z | Compiling scroll v0.12.0 |
1676 | 2024-03-20T19:28:10.009Z | Compiling md-5 v0.10.5 |
1677 | 2024-03-20T19:28:10.194Z | Compiling serde_tokenstream v0.2.0 |
1678 | 2024-03-20T19:28:10.694Z | Compiling idna v0.3.0 |
1679 | 2024-03-20T19:28:12.160Z | Compiling stringprep v0.1.3 |
1680 | 2024-03-20T19:28:13.170Z | Compiling diesel_table_macro_syntax v0.1.0 |
1681 | 2024-03-20T19:28:13.220Z | Compiling num-integer v0.1.46 |
1682 | 2024-03-20T19:28:13.771Z | Compiling hash32 v0.2.1 |
1683 | 2024-03-20T19:28:13.937Z | Compiling anstyle-query v1.0.0 |
1684 | 2024-03-20T19:28:14.130Z | Compiling psl-types v2.0.11 |
1685 | 2024-03-20T19:28:14.663Z | Compiling colorchoice v1.0.0 |
1686 | 2024-03-20T19:28:14.835Z | Compiling plain v0.2.3 |
1687 | 2024-03-20T19:28:14.999Z | Compiling fallible-iterator v0.2.0 |
1688 | 2024-03-20T19:28:15.717Z | Compiling postgres-protocol v0.6.6 |
1689 | 2024-03-20T19:28:16.966Z | Compiling goblin v0.8.0 |
1690 | 2024-03-20T19:28:16.971Z | Compiling anstream v0.6.11 |
1691 | 2024-03-20T19:28:17.663Z | Compiling publicsuffix v2.2.3 |
1692 | 2024-03-20T19:28:19.625Z | Compiling diesel_derives v2.1.2 |
1693 | 2024-03-20T19:28:24.057Z | Compiling tokio-rustls v0.24.1 |
1694 | 2024-03-20T19:28:25.632Z | Compiling pkcs8 v0.10.2 |
1695 | 2024-03-20T19:28:26.180Z | Compiling terminal_size v0.3.0 |
1696 | 2024-03-20T19:28:26.425Z | Compiling tokio-native-tls v0.3.1 |
1697 | 2024-03-20T19:28:26.731Z | Compiling phf_shared v0.11.2 |
1698 | 2024-03-20T19:28:27.703Z | Compiling strum_macros v0.25.2 |
1699 | 2024-03-20T19:28:28.296Z | Compiling regress v0.9.0 |
1700 | 2024-03-20T19:28:29.688Z | Compiling block-padding v0.3.3 |
1701 | 2024-03-20T19:28:29.915Z | Compiling enum-as-inner v0.5.1 |
1702 | 2024-03-20T19:28:30.898Z | Compiling serde_repr v0.1.16 |
1703 | 2024-03-20T19:28:31.435Z | Compiling ff v0.13.0 |
1704 | 2024-03-20T19:28:31.480Z | Compiling scheduled-thread-pool v0.2.7 |
1705 | 2024-03-20T19:28:31.668Z | Compiling encoding_rs v0.8.33 |
1706 | 2024-03-20T19:28:31.920Z | Compiling strsim v0.11.0 |
1707 | 2024-03-20T19:28:31.959Z | Compiling matches v0.1.10 |
1708 | 2024-03-20T19:28:32.958Z | Compiling managed v0.8.0 |
1709 | 2024-03-20T19:28:33.276Z | Compiling clap_lex v0.7.0 |
1710 | 2024-03-20T19:28:33.443Z | Compiling ident_case v1.0.1 |
1711 | 2024-03-20T19:28:33.613Z | Compiling ipnet v2.9.0 |
1712 | 2024-03-20T19:28:33.721Z | Compiling regex-automata v0.1.10 |
1713 | 2024-03-20T19:28:34.034Z | Compiling base16ct v0.2.0 |
1714 | 2024-03-20T19:28:34.232Z | Compiling strsim v0.10.0 |
1715 | 2024-03-20T19:28:34.343Z | Compiling bit-vec v0.6.3 |
1716 | 2024-03-20T19:28:34.451Z | Compiling pretty-hex v0.4.1 |
1717 | 2024-03-20T19:28:34.761Z | Compiling mime v0.3.17 |
1718 | 2024-03-20T19:28:34.779Z | Compiling dof v0.3.0 |
1719 | 2024-03-20T19:28:34.882Z | Compiling darling_core v0.20.3 |
1720 | 2024-03-20T19:28:35.910Z | Compiling sec1 v0.7.3 |
1721 | 2024-03-20T19:28:36.481Z | Compiling bstr v0.2.17 |
1722 | 2024-03-20T19:28:36.699Z | Compiling clap_builder v4.5.1 |
1723 | 2024-03-20T19:28:39.225Z | Compiling idna v0.2.3 |
1724 | 2024-03-20T19:28:40.476Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1725 | 2024-03-20T19:28:40.636Z | Compiling r2d2 v0.8.10 |
1726 | 2024-03-20T19:28:40.702Z | Compiling group v0.13.0 |
1727 | 2024-03-20T19:28:41.181Z | Compiling inout v0.1.3 |
1728 | 2024-03-20T19:28:42.459Z | Compiling phf v0.11.2 |
1729 | 2024-03-20T19:28:42.779Z | Compiling hyper-tls v0.5.0 |
1730 | 2024-03-20T19:28:43.108Z | Compiling signal-hook-mio v0.2.3 |
1731 | 2024-03-20T19:28:43.274Z | Compiling bzip2 v0.4.4 |
1732 | 2024-03-20T19:28:43.658Z | Compiling hyper-rustls v0.24.2 |
1733 | 2024-03-20T19:28:44.019Z | Compiling cookie_store v0.20.0 |
1734 | 2024-03-20T19:28:44.033Z | Compiling flate2 v1.0.28 |
1735 | 2024-03-20T19:28:44.200Z | Compiling postgres-types v0.2.6 |
1736 | 2024-03-20T19:28:44.927Z | Compiling zerocopy v0.6.4 |
1737 | 2024-03-20T19:28:45.012Z | Compiling hubpack v0.1.2 |
1738 | 2024-03-20T19:28:45.347Z | Compiling rustls-pemfile v1.0.3 |
1739 | 2024-03-20T19:28:45.447Z | Compiling phf_shared v0.10.0 |
1740 | 2024-03-20T19:28:45.511Z | Compiling hkdf v0.12.4 |
1741 | 2024-03-20T19:28:45.583Z | Compiling serde_urlencoded v0.7.1 |
1742 | 2024-03-20T19:28:45.807Z | Compiling ipnetwork v0.20.0 |
1743 | 2024-03-20T19:28:45.919Z | Compiling futures-executor v0.3.30 |
1744 | 2024-03-20T19:28:46.402Z | Compiling dtrace-parser v0.2.0 |
1745 | 2024-03-20T19:28:46.509Z | Compiling crypto-bigint v0.5.2 |
1746 | 2024-03-20T19:28:46.820Z | Compiling float-cmp v0.9.0 |
1747 | 2024-03-20T19:28:47.043Z | Compiling new_debug_unreachable v1.0.4 |
1748 | 2024-03-20T19:28:47.146Z | Compiling precomputed-hash v0.1.1 |
1749 | 2024-03-20T19:28:47.948Z | Compiling fixedbitset v0.4.2 |
1750 | 2024-03-20T19:28:48.155Z | Compiling predicates-core v1.0.6 |
1751 | 2024-03-20T19:28:48.347Z | Compiling winnow v0.6.1 |
1752 | 2024-03-20T19:28:48.461Z | Compiling difflib v0.4.0 |
1753 | 2024-03-20T19:28:48.631Z | Compiling sync_wrapper v0.1.2 |
1754 | 2024-03-20T19:28:49.170Z | Compiling static_assertions v1.1.0 |
1755 | 2024-03-20T19:28:49.174Z | Compiling normalize-line-endings v0.3.0 |
1756 | 2024-03-20T19:28:49.760Z | Compiling either v1.10.0 |
1757 | 2024-03-20T19:28:50.982Z | Compiling whoami v1.5.0 |
1758 | 2024-03-20T19:28:51.808Z | Compiling webpki-roots v0.25.2 |
1759 | 2024-03-20T19:28:52.034Z | Compiling minimal-lexical v0.2.1 |
1760 | 2024-03-20T19:28:52.059Z | Compiling data-encoding v2.4.0 |
1761 | 2024-03-20T19:28:52.130Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1762 | 2024-03-20T19:28:52.497Z | Compiling nom v7.1.3 |
1763 | 2024-03-20T19:28:53.089Z | Compiling trust-dns-proto v0.22.0 |
1764 | 2024-03-20T19:28:53.094Z | Compiling reqwest v0.11.24 |
1765 | 2024-03-20T19:28:53.800Z | Compiling toml_edit v0.22.6 |
1766 | 2024-03-20T19:28:56.265Z | Compiling tokio-postgres v0.7.10 |
1767 | 2024-03-20T19:28:56.562Z | Compiling itertools v0.10.5 |
1768 | 2024-03-20T19:28:59.464Z | Compiling predicates v3.1.0 |
1769 | 2024-03-20T19:29:00.579Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1770 | 2024-03-20T19:29:00.995Z | Compiling elliptic-curve v0.13.8 |
1771 | 2024-03-20T19:29:01.068Z | Compiling petgraph v0.6.4 |
1772 | 2024-03-20T19:29:01.708Z | Compiling string_cache v0.8.7 |
1773 | 2024-03-20T19:29:04.003Z | Compiling diesel v2.1.4 |
1774 | 2024-03-20T19:29:04.445Z | Compiling futures v0.3.30 |
1775 | 2024-03-20T19:29:04.921Z | Compiling zip v0.6.6 |
1776 | 2024-03-20T19:29:04.996Z | Compiling yasna v0.5.2 |
1777 | 2024-03-20T19:29:05.173Z | Compiling crossterm v0.27.0 |
1778 | 2024-03-20T19:29:06.479Z | Compiling cipher v0.4.4 |
1779 | 2024-03-20T19:29:06.677Z | Compiling darling_macro v0.20.3 |
1780 | 2024-03-20T19:29:06.871Z | Compiling clap v4.5.1 |
1781 | 2024-03-20T19:29:06.928Z | Compiling similar v2.4.0 |
1782 | 2024-03-20T19:29:07.013Z | Compiling bit-set v0.5.3 |
1783 | 2024-03-20T19:29:07.601Z | Compiling num-iter v0.1.44 |
1784 | 2024-03-20T19:29:07.814Z | Compiling usdt v0.3.5 |
1785 | 2024-03-20T19:29:08.079Z | Compiling console v0.15.8 |
1786 | 2024-03-20T19:29:09.040Z | Compiling bstr v1.9.0 |
1787 | 2024-03-20T19:29:09.438Z | Compiling tokio-stream v0.1.14 |
1788 | 2024-03-20T19:29:10.327Z | Compiling toml v0.7.8 |
1789 | 2024-03-20T19:29:10.409Z | Compiling hex v0.4.3 |
1790 | 2024-03-20T19:29:10.732Z | Compiling proc-macro-error-attr v1.0.4 |
1791 | 2024-03-20T19:29:10.999Z | Compiling instant v0.1.12 |
1792 | 2024-03-20T19:29:11.064Z | Compiling lalrpop-util v0.19.12 |
1793 | 2024-03-20T19:29:11.399Z | Compiling parking_lot_core v0.8.6 |
1794 | 2024-03-20T19:29:11.862Z | Compiling darling v0.20.3 |
1795 | 2024-03-20T19:29:13.160Z | Compiling proc-macro-error v1.0.4 |
1796 | 2024-03-20T19:29:13.463Z | Compiling heapless v0.8.0 |
1797 | 2024-03-20T19:29:13.790Z | Compiling camino v1.1.6 |
1798 | 2024-03-20T19:29:19.374Z | Compiling num_enum_derive v0.5.11 |
1799 | 2024-03-20T19:29:24.774Z | Compiling thread_local v1.1.7 |
1800 | 2024-03-20T19:29:25.294Z | Compiling atty v0.2.14 |
1801 | 2024-03-20T19:29:25.449Z | Compiling hash32 v0.3.1 |
1802 | 2024-03-20T19:29:25.704Z | Compiling half v2.3.1 |
1803 | 2024-03-20T19:29:26.054Z | Compiling slog-async v2.8.0 |
1804 | 2024-03-20T19:29:26.281Z | Compiling rustls-pki-types v1.3.0 |
1805 | 2024-03-20T19:29:27.400Z | Compiling ciborium-io v0.2.2 |
1806 | 2024-03-20T19:29:27.622Z | Compiling smoltcp v0.11.0 |
1807 | 2024-03-20T19:29:28.256Z | Compiling match_cfg v0.1.0 |
1808 | 2024-03-20T19:29:28.830Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1809 | 2024-03-20T19:29:32.135Z | Compiling hostname v0.3.1 |
1810 | 2024-03-20T19:29:34.182Z | Compiling ciborium-ll v0.2.2 |
1811 | 2024-03-20T19:29:42.057Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1812 | 2024-03-20T19:29:47.194Z | Compiling num_enum v0.5.11 |
1813 | 2024-03-20T19:29:49.876Z | Compiling parking_lot v0.11.2 |
1814 | 2024-03-20T19:29:55.325Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1815 | 2024-03-20T19:29:56.399Z | Compiling slog-json v2.6.1 |
1816 | 2024-03-20T19:29:56.739Z | Compiling getopts v0.2.21 |
1817 | 2024-03-20T19:29:56.968Z | Compiling crossbeam-channel v0.5.8 |
1818 | 2024-03-20T19:29:58.162Z | Compiling dirs-sys-next v0.1.2 |
1819 | 2024-03-20T19:29:58.726Z | Compiling fxhash v0.2.1 |
1820 | 2024-03-20T19:29:59.361Z | Compiling cobs v0.2.3 |
1821 | 2024-03-20T19:29:59.422Z | Compiling rustls v0.22.2 |
1822 | 2024-03-20T19:29:59.822Z | Compiling embedded-io v0.4.0 |
1823 | 2024-03-20T19:29:59.867Z | Compiling take_mut v0.2.2 |
1824 | 2024-03-20T19:30:00.044Z | Compiling unsafe-libyaml v0.2.10 |
1825 | 2024-03-20T19:30:00.109Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1826 | 2024-03-20T19:30:00.220Z | Compiling postcard v1.0.8 |
1827 | 2024-03-20T19:30:01.958Z | Compiling serde_yaml v0.9.25 |
1828 | 2024-03-20T19:30:03.817Z | Compiling sled v0.34.7 |
1829 | 2024-03-20T19:30:04.730Z | Compiling dirs-next v2.0.0 |
1830 | 2024-03-20T19:30:06.163Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1831 | 2024-03-20T19:30:06.957Z | Compiling slog-bunyan v2.5.0 |
1832 | 2024-03-20T19:30:10.423Z | Compiling ciborium v0.2.2 |
1833 | 2024-03-20T19:30:13.172Z | Compiling rustls-webpki v0.102.1 |
1834 | 2024-03-20T19:30:13.791Z | Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
1835 | 2024-03-20T19:30:18.214Z | Compiling num_enum_derive v0.7.2 |
1836 | 2024-03-20T19:30:18.570Z | Compiling strum_macros v0.26.1 |
1837 | 2024-03-20T19:30:20.821Z | Compiling foreign-types-macros v0.2.3 |
1838 | 2024-03-20T19:30:21.743Z | Compiling structmeta-derive v0.3.0 |
1839 | 2024-03-20T19:30:22.054Z | Compiling multer v3.0.0 |
1840 | 2024-03-20T19:30:22.131Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1841 | 2024-03-20T19:30:22.356Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1842 | 2024-03-20T19:30:22.558Z | Compiling foreign-types-shared v0.3.1 |
1843 | 2024-03-20T19:30:23.128Z | Compiling paste v1.0.14 |
1844 | 2024-03-20T19:30:23.588Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1845 | 2024-03-20T19:30:24.550Z | Compiling structmeta v0.3.0 |
1846 | 2024-03-20T19:30:25.401Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1847 | 2024-03-20T19:30:28.329Z | Compiling strum v0.26.1 |
1848 | 2024-03-20T19:30:28.912Z | Compiling foreign-types v0.5.0 |
1849 | 2024-03-20T19:30:30.995Z | Compiling num_enum v0.7.2 |
1850 | 2024-03-20T19:30:32.260Z | Compiling rdb v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
1851 | 2024-03-20T19:30:36.893Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1852 | 2024-03-20T19:30:46.373Z | Compiling term v0.7.0 |
1853 | 2024-03-20T19:30:49.097Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1854 | 2024-03-20T19:30:50.243Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1855 | 2024-03-20T19:30:51.383Z | Compiling tabwriter v1.4.0 |
1856 | 2024-03-20T19:30:52.229Z | Compiling http v1.0.0 |
1857 | 2024-03-20T19:30:52.504Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1858 | 2024-03-20T19:30:52.529Z | Compiling async-stream-impl v0.3.5 |
1859 | 2024-03-20T19:30:52.837Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1860 | 2024-03-20T19:30:53.300Z | Compiling cstr-argument v0.1.2 |
1861 | 2024-03-20T19:30:53.559Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1862 | 2024-03-20T19:30:53.677Z | Compiling crucible-workspace-hack v0.1.0 |
1863 | 2024-03-20T19:30:53.896Z | Compiling rayon-core v1.12.1 |
1864 | 2024-03-20T19:30:53.995Z | Compiling fastrand v2.0.1 |
1865 | 2024-03-20T19:30:54.194Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1866 | 2024-03-20T19:30:54.214Z | Compiling pretty-hex v0.2.1 |
1867 | 2024-03-20T19:30:54.447Z | Compiling atomic-waker v1.1.1 |
1868 | 2024-03-20T19:30:54.532Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1869 | 2024-03-20T19:30:54.662Z | Compiling waitgroup v0.1.2 |
1870 | 2024-03-20T19:30:54.735Z | Compiling tempfile v3.10.0 |
1871 | 2024-03-20T19:30:54.981Z | Compiling async-stream v0.3.5 |
1872 | 2024-03-20T19:30:55.256Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1873 | 2024-03-20T19:30:55.488Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1874 | 2024-03-20T19:30:55.830Z | Compiling slog-term v2.9.0 |
1875 | 2024-03-20T19:30:56.211Z | Compiling tokio-rustls v0.25.0 |
1876 | 2024-03-20T19:30:56.676Z | Compiling bgp v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
1877 | 2024-03-20T19:30:57.094Z | Compiling parse-display-derive v0.9.0 |
1878 | 2024-03-20T19:30:57.765Z | Compiling toml v0.8.10 |
1879 | 2024-03-20T19:30:58.038Z | Compiling rustls-pemfile v2.1.1 |
1880 | 2024-03-20T19:30:58.830Z | Compiling serde_with_macros v3.6.1 |
1881 | 2024-03-20T19:30:58.842Z | Compiling sha1 v0.10.6 |
1882 | 2024-03-20T19:30:59.803Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1883 | 2024-03-20T19:31:01.147Z | Compiling crossbeam-deque v0.8.3 |
1884 | 2024-03-20T19:31:01.544Z | Compiling colored v2.1.0 |
1885 | 2024-03-20T19:31:01.645Z | Compiling newtype-uuid v1.0.1 |
1886 | 2024-03-20T19:31:01.859Z | Compiling serde_path_to_error v0.1.16 |
1887 | 2024-03-20T19:31:01.969Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1888 | 2024-03-20T19:31:02.694Z | Compiling socket2 v0.4.9 |
1889 | 2024-03-20T19:31:02.835Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1890 | 2024-03-20T19:31:02.882Z | Compiling debug-ignore v1.0.5 |
1891 | 2024-03-20T19:31:03.754Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1892 | 2024-03-20T19:31:04.394Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1893 | 2024-03-20T19:31:04.615Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1894 | 2024-03-20T19:31:05.026Z | Compiling serde_with v3.6.1 |
1895 | 2024-03-20T19:31:07.206Z | Compiling parse-display v0.9.0 |
1896 | 2024-03-20T19:31:09.359Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
1897 | 2024-03-20T19:31:09.501Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1898 | 2024-03-20T19:31:10.134Z | Compiling camino-tempfile v1.1.1 |
1899 | 2024-03-20T19:31:10.365Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1900 | 2024-03-20T19:31:10.820Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1901 | 2024-03-20T19:31:10.953Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1902 | 2024-03-20T19:31:11.002Z | Compiling backoff v0.4.0 |
1903 | 2024-03-20T19:31:11.385Z | Compiling heck v0.3.3 |
1904 | 2024-03-20T19:31:11.749Z | Compiling textwrap v0.11.0 |
1905 | 2024-03-20T19:31:12.297Z | Compiling macaddr v1.0.1 |
1906 | 2024-03-20T19:31:12.535Z | Compiling num-derive v0.4.0 |
1907 | 2024-03-20T19:31:12.737Z | Compiling strsim v0.8.0 |
1908 | 2024-03-20T19:31:12.854Z | Compiling ansi_term v0.12.1 |
1909 | 2024-03-20T19:31:12.958Z | Compiling vec_map v0.8.2 |
1910 | 2024-03-20T19:31:13.306Z | Compiling libefi-sys v0.1.0 |
1911 | 2024-03-20T19:31:13.642Z | Compiling clap v2.34.0 |
1912 | 2024-03-20T19:31:13.665Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1913 | 2024-03-20T19:31:14.209Z | Compiling structopt-derive v0.4.18 |
1914 | 2024-03-20T19:31:14.721Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
1915 | 2024-03-20T19:31:16.402Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1916 | 2024-03-20T19:31:16.967Z | Compiling rayon v1.9.0 |
1917 | 2024-03-20T19:31:17.037Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1918 | 2024-03-20T19:31:17.687Z | Compiling smf v0.2.2 |
1919 | 2024-03-20T19:31:20.077Z | Compiling blake3 v1.5.0 |
1920 | 2024-03-20T19:31:20.553Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1921 | 2024-03-20T19:31:20.649Z | Compiling portable-atomic v1.4.3 |
1922 | 2024-03-20T19:31:21.170Z | Compiling structopt v0.3.26 |
1923 | 2024-03-20T19:31:21.603Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1924 | 2024-03-20T19:31:21.670Z | Compiling filetime v0.2.23 |
1925 | 2024-03-20T19:31:21.761Z | Compiling xattr v1.0.1 |
1926 | 2024-03-20T19:31:22.023Z | Compiling memmap2 v0.7.1 |
1927 | 2024-03-20T19:31:22.071Z | Compiling constant_time_eq v0.3.0 |
1928 | 2024-03-20T19:31:22.268Z | Compiling arrayref v0.3.7 |
1929 | 2024-03-20T19:31:22.363Z | Compiling same-file v1.0.6 |
1930 | 2024-03-20T19:31:22.580Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1931 | 2024-03-20T19:31:22.654Z | Compiling arrayvec v0.7.4 |
1932 | 2024-03-20T19:31:22.811Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1933 | 2024-03-20T19:31:28.930Z | Compiling walkdir v2.4.0 |
1934 | 2024-03-20T19:31:28.930Z | Compiling tar v0.4.40 |
1935 | 2024-03-20T19:31:28.930Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1936 | 2024-03-20T19:31:28.930Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1937 | 2024-03-20T19:31:28.931Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1938 | 2024-03-20T19:31:28.938Z | Compiling gethostname v0.4.3 |
1939 | 2024-03-20T19:31:28.938Z | Compiling topological-sort v0.2.2 |
1940 | 2024-03-20T19:31:28.938Z | Compiling number_prefix v0.4.0 |
1941 | 2024-03-20T19:31:28.938Z | Compiling omicron-zone-package v0.11.0 |
1942 | 2024-03-20T19:31:28.938Z | Compiling swrite v0.1.0 |
1943 | 2024-03-20T19:31:28.938Z | Compiling indicatif v0.17.8 |
1944 | 2024-03-20T19:31:35.395Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1945 | 2024-03-20T19:31:39.432Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1946 | 2024-03-20T19:31:40.296Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1947 | 2024-03-20T19:31:41.651Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1948 | 2024-03-20T19:31:57.914Z | Finished release [optimized] target(s) in 5m 30s |
1949 | 2024-03-20T19:31:58.168Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1950 | 2024-03-20T19:31:58.238Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1951 | 2024-03-20T19:31:58.243Z | Created new build target 'test' and set it as active |
1952 | 2024-03-20T19:31:58.243Z | |
1953 | 2024-03-20T19:31:58.243Z | real 5:31.224001753 |
1954 | 2024-03-20T19:31:58.243Z | user 35:08.346749119 |
1955 | 2024-03-20T19:31:58.243Z | sys 3:55.915755161 |
1956 | 2024-03-20T19:31:58.243Z | trap 1.081234710 |
1957 | 2024-03-20T19:31:58.243Z | tflt 6.642593330 |
1958 | 2024-03-20T19:31:58.243Z | dflt 4.934367843 |
1959 | 2024-03-20T19:31:58.243Z | kflt 0.153389890 |
1960 | 2024-03-20T19:31:58.243Z | lock 1:15:09.985205301 |
1961 | 2024-03-20T19:31:58.243Z | slp 1:39:25.359600663 |
1962 | 2024-03-20T19:31:58.243Z | lat 2:14.011844542 |
1963 | 2024-03-20T19:31:58.243Z | stop 3:50.966636505 |
1964 | 2024-03-20T19:31:58.243Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1965 | 2024-03-20T19:31:59.067Z | Finished release [optimized] target(s) in 0.77s |
1966 | 2024-03-20T19:31:59.090Z | Running `target/release/omicron-package -t test package` |
1967 | 2024-03-20T19:31:59.119Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1968 | 2024-03-20T19:31:59.955Z | Compiling base64 v0.22.0 |
1969 | 2024-03-20T19:32:00.029Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1970 | 2024-03-20T19:32:00.042Z | Compiling linked-hash-map v0.5.6 |
1971 | 2024-03-20T19:32:00.042Z | Compiling password-hash v0.5.0 |
1972 | 2024-03-20T19:32:00.042Z | Compiling usdt-macro v0.5.0 |
1973 | 2024-03-20T19:32:00.042Z | Compiling usdt-attr-macro v0.5.0 |
1974 | 2024-03-20T19:32:00.057Z | Compiling blake2 v0.10.6 |
1975 | 2024-03-20T19:32:00.069Z | Compiling memmap v0.7.0 |
1976 | 2024-03-20T19:32:00.390Z | Compiling lru-cache v0.1.2 |
1977 | 2024-03-20T19:32:00.486Z | Compiling semver v0.1.20 |
1978 | 2024-03-20T19:32:00.626Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1979 | 2024-03-20T19:32:01.030Z | Compiling argon2 v0.5.3 |
1980 | 2024-03-20T19:32:01.123Z | Compiling rustc_version v0.1.7 |
1981 | 2024-03-20T19:32:01.345Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1982 | 2024-03-20T19:32:01.368Z | Compiling humantime v2.1.0 |
1983 | 2024-03-20T19:32:01.483Z | Compiling newtype_derive v0.1.6 |
1984 | 2024-03-20T19:32:01.504Z | Compiling usdt v0.5.0 |
1985 | 2024-03-20T19:32:01.592Z | Compiling quick-error v1.2.3 |
1986 | 2024-03-20T19:32:01.733Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1987 | 2024-03-20T19:32:01.930Z | Compiling resolv-conf v0.7.0 |
1988 | 2024-03-20T19:32:02.206Z | Compiling steno v0.4.0 |
1989 | 2024-03-20T19:32:02.320Z | Compiling trust-dns-resolver v0.22.0 |
1990 | 2024-03-20T19:32:02.756Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1991 | 2024-03-20T19:32:03.099Z | Compiling itertools v0.12.1 |
1992 | 2024-03-20T19:32:03.564Z | Compiling derive-where v1.2.7 |
1993 | 2024-03-20T19:32:03.771Z | Compiling slog-dtrace v0.3.0 |
1994 | 2024-03-20T19:32:04.146Z | Compiling num-rational v0.4.1 |
1995 | 2024-03-20T19:32:05.747Z | Compiling nibble_vec v0.1.0 |
1996 | 2024-03-20T19:32:05.954Z | Compiling endian-type v0.1.2 |
1997 | 2024-03-20T19:32:06.185Z | Compiling radium v0.7.0 |
1998 | 2024-03-20T19:32:06.221Z | Compiling radix_trie v0.2.1 |
1999 | 2024-03-20T19:32:06.806Z | Compiling num-complex v0.4.4 |
2000 | 2024-03-20T19:32:06.846Z | Compiling maybe-uninit v2.0.0 |
2001 | 2024-03-20T19:32:07.117Z | Compiling tap v1.0.1 |
2002 | 2024-03-20T19:32:07.305Z | Compiling wyz v0.5.1 |
2003 | 2024-03-20T19:32:07.754Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2004 | 2024-03-20T19:32:07.887Z | Compiling num v0.4.1 |
2005 | 2024-03-20T19:32:08.002Z | Compiling funty v2.0.0 |
2006 | 2024-03-20T19:32:08.085Z | Compiling num-bigint-dig v0.8.4 |
2007 | 2024-03-20T19:32:08.363Z | Compiling cancel-safe-futures v0.1.5 |
2008 | 2024-03-20T19:32:08.690Z | Compiling packed_struct v0.10.1 |
2009 | 2024-03-20T19:32:08.791Z | Compiling crc-catalog v2.2.0 |
2010 | 2024-03-20T19:32:08.975Z | Compiling crc v3.0.1 |
2011 | 2024-03-20T19:32:09.124Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2012 | 2024-03-20T19:32:09.307Z | Compiling bitvec v1.0.1 |
2013 | 2024-03-20T19:32:09.723Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2014 | 2024-03-20T19:32:10.726Z | Compiling packed_struct_codegen v0.10.1 |
2015 | 2024-03-20T19:32:13.387Z | Compiling indexmap v1.9.3 |
2016 | 2024-03-20T19:32:13.536Z | Compiling utf-8 v0.7.6 |
2017 | 2024-03-20T19:32:13.699Z | Compiling display-error-chain v0.2.0 |
2018 | 2024-03-20T19:32:13.887Z | Compiling nodrop v0.1.14 |
2019 | 2024-03-20T19:32:13.910Z | Compiling tungstenite v0.20.1 |
2020 | 2024-03-20T19:32:14.007Z | Compiling array-init v0.0.4 |
2021 | 2024-03-20T19:32:15.673Z | Compiling smallvec v0.6.14 |
2022 | 2024-03-20T19:32:17.113Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2023 | 2024-03-20T19:32:19.413Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2024 | 2024-03-20T19:32:19.728Z | Compiling rayon-core v1.12.1 |
2025 | 2024-03-20T19:32:19.748Z | Compiling pkcs1 v0.7.5 |
2026 | 2024-03-20T19:32:23.979Z | Compiling is-terminal v0.4.9 |
2027 | 2024-03-20T19:32:24.106Z | Compiling signature v2.1.0 |
2028 | 2024-03-20T19:32:24.344Z | Compiling crossbeam-deque v0.8.3 |
2029 | 2024-03-20T19:32:24.651Z | Compiling bitfield v0.14.0 |
2030 | 2024-03-20T19:32:24.957Z | Compiling termcolor v1.2.0 |
2031 | 2024-03-20T19:32:26.006Z | Compiling hashbrown v0.12.3 |
2032 | 2024-03-20T19:32:26.255Z | Compiling fastrand v2.0.1 |
2033 | 2024-03-20T19:32:26.697Z | Compiling same-file v1.0.6 |
2034 | 2024-03-20T19:32:26.735Z | Compiling tempfile v3.10.0 |
2035 | 2024-03-20T19:32:26.919Z | Compiling walkdir v2.4.0 |
2036 | 2024-03-20T19:32:27.524Z | Compiling env_logger v0.10.0 |
2037 | 2024-03-20T19:32:27.551Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2038 | 2024-03-20T19:32:28.481Z | Compiling rsa v0.9.2 |
2039 | 2024-03-20T19:32:30.095Z | Compiling serde-hex v0.1.0 |
2040 | 2024-03-20T19:32:31.522Z | Compiling tokio-tungstenite v0.20.1 |
2041 | 2024-03-20T19:32:32.092Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2042 | 2024-03-20T19:32:32.413Z | Compiling camino v1.1.6 |
2043 | 2024-03-20T19:32:32.476Z | Compiling x509-cert v0.2.4 |
2044 | 2024-03-20T19:32:34.002Z | Compiling ron v0.8.1 |
2045 | 2024-03-20T19:32:35.380Z | Compiling hashbrown v0.13.2 |
2046 | 2024-03-20T19:32:35.384Z | Compiling semver-parser v0.10.2 |
2047 | 2024-03-20T19:32:36.715Z | Compiling unicase v2.7.0 |
2048 | 2024-03-20T19:32:37.006Z | Compiling crc-any v2.4.3 |
2049 | 2024-03-20T19:32:37.168Z | Compiling blake3 v1.5.0 |
2050 | 2024-03-20T19:32:37.465Z | Compiling object v0.30.4 |
2051 | 2024-03-20T19:32:37.985Z | Compiling semver v0.11.0 |
2052 | 2024-03-20T19:32:38.704Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2053 | 2024-03-20T19:32:39.994Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2054 | 2024-03-20T19:32:40.542Z | Compiling rayon v1.9.0 |
2055 | 2024-03-20T19:32:41.347Z | Compiling dirs-sys-next v0.1.2 |
2056 | 2024-03-20T19:32:41.859Z | Compiling memmap2 v0.7.1 |
2057 | 2024-03-20T19:32:42.238Z | Compiling filetime v0.2.23 |
2058 | 2024-03-20T19:32:42.543Z | Compiling xattr v1.0.1 |
2059 | 2024-03-20T19:32:42.788Z | Compiling crunchy v0.2.2 |
2060 | 2024-03-20T19:32:43.227Z | Compiling home v0.5.5 |
2061 | 2024-03-20T19:32:43.468Z | Compiling arrayvec v0.7.4 |
2062 | 2024-03-20T19:32:43.895Z | Compiling constant_time_eq v0.3.0 |
2063 | 2024-03-20T19:32:44.047Z | Compiling arc-swap v1.6.0 |
2064 | 2024-03-20T19:32:44.776Z | Compiling glob v0.3.1 |
2065 | 2024-03-20T19:32:44.955Z | Compiling arrayref v0.3.7 |
2066 | 2024-03-20T19:32:45.051Z | Compiling path-slash v0.1.5 |
2067 | 2024-03-20T19:32:45.557Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2068 | 2024-03-20T19:32:45.567Z | Compiling clang-sys v1.6.1 |
2069 | 2024-03-20T19:32:46.235Z | Compiling slog-scope v4.4.0 |
2070 | 2024-03-20T19:32:46.693Z | Compiling toolchain_find v0.2.0 |
2071 | 2024-03-20T19:32:47.197Z | Compiling tar v0.4.40 |
2072 | 2024-03-20T19:32:47.275Z | Compiling dirs-next v2.0.0 |
2073 | 2024-03-20T19:32:47.445Z | Compiling camino-tempfile v1.1.1 |
2074 | 2024-03-20T19:32:47.861Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2075 | 2024-03-20T19:32:48.305Z | Compiling libsw v3.3.1 |
2076 | 2024-03-20T19:32:48.642Z | Compiling toml v0.5.11 |
2077 | 2024-03-20T19:32:49.093Z | Compiling prettyplease v0.2.16 |
2078 | 2024-03-20T19:32:49.417Z | Compiling tiny-keccak v2.0.2 |
2079 | 2024-03-20T19:32:49.696Z | Compiling owo-colors v4.0.0 |
2080 | 2024-03-20T19:32:51.184Z | Compiling topological-sort v0.2.2 |
2081 | 2024-03-20T19:32:51.389Z | Compiling convert_case v0.4.0 |
2082 | 2024-03-20T19:32:51.948Z | Compiling linear-map v1.2.0 |
2083 | 2024-03-20T19:32:52.184Z | Compiling derive_more v0.99.17 |
2084 | 2024-03-20T19:32:52.355Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2085 | 2024-03-20T19:32:52.637Z | Compiling omicron-zone-package v0.11.0 |
2086 | 2024-03-20T19:32:57.587Z | Compiling rustfmt-wrapper v0.2.0 |
2087 | 2024-03-20T19:32:58.255Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2088 | 2024-03-20T19:32:58.266Z | Compiling term v0.7.0 |
2089 | 2024-03-20T19:32:58.575Z | Compiling slog-stdlog v4.1.1 |
2090 | 2024-03-20T19:32:59.490Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2091 | 2024-03-20T19:32:59.505Z | Compiling darling_core v0.14.4 |
2092 | 2024-03-20T19:32:59.516Z | Compiling toml v0.8.10 |
2093 | 2024-03-20T19:32:59.966Z | Compiling ascii-canvas v3.0.0 |
2094 | 2024-03-20T19:33:00.205Z | Compiling slog-envlogger v2.2.0 |
2095 | 2024-03-20T19:33:00.880Z | Compiling pem v3.0.2 |
2096 | 2024-03-20T19:33:01.030Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2097 | 2024-03-20T19:33:02.593Z | Compiling ena v0.14.2 |
2098 | 2024-03-20T19:33:02.934Z | Compiling libloading v0.7.4 |
2099 | 2024-03-20T19:33:02.984Z | Compiling diff v0.1.13 |
2100 | 2024-03-20T19:33:03.299Z | Compiling bindgen v0.69.2 |
2101 | 2024-03-20T19:33:03.550Z | Compiling regex-syntax v0.6.29 |
2102 | 2024-03-20T19:33:03.722Z | Compiling platforms v3.0.2 |
2103 | 2024-03-20T19:33:04.083Z | Compiling mime_guess v2.0.4 |
2104 | 2024-03-20T19:33:04.790Z | Compiling darling_macro v0.14.4 |
2105 | 2024-03-20T19:33:05.709Z | Compiling darling v0.14.4 |
2106 | 2024-03-20T19:33:05.827Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2107 | 2024-03-20T19:33:07.816Z | Compiling lalrpop v0.19.12 |
2108 | 2024-03-20T19:33:09.093Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2109 | 2024-03-20T19:33:10.150Z | Compiling trust-dns-client v0.22.0 |
2110 | 2024-03-20T19:33:10.781Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2111 | 2024-03-20T19:33:11.007Z | Compiling cexpr v0.6.0 |
2112 | 2024-03-20T19:33:11.441Z | Compiling which v4.4.0 |
2113 | 2024-03-20T19:33:12.541Z | Compiling vte_generate_state_changes v0.1.1 |
2114 | 2024-03-20T19:33:12.569Z | Compiling buf-list v1.0.3 |
2115 | 2024-03-20T19:33:13.082Z | Compiling lazycell v1.3.0 |
2116 | 2024-03-20T19:33:13.114Z | Compiling shlex v1.3.0 |
2117 | 2024-03-20T19:33:13.227Z | Compiling peeking_take_while v0.1.2 |
2118 | 2024-03-20T19:33:13.363Z | Compiling ref-cast v1.0.20 |
2119 | 2024-03-20T19:33:13.473Z | Compiling rustc-hash v1.1.0 |
2120 | 2024-03-20T19:33:13.623Z | Compiling doc-comment v0.3.3 |
2121 | 2024-03-20T19:33:13.845Z | Compiling trust-dns-server v0.22.1 |
2122 | 2024-03-20T19:33:14.699Z | Compiling vte v0.11.1 |
2123 | 2024-03-20T19:33:17.129Z | Compiling derive_builder_core v0.12.0 |
2124 | 2024-03-20T19:33:19.938Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2125 | 2024-03-20T19:33:20.207Z | Compiling headers-core v0.2.0 |
2126 | 2024-03-20T19:33:20.372Z | Compiling libxml v0.3.3 |
2127 | 2024-03-20T19:33:20.712Z | Compiling ref-cast-impl v1.0.20 |
2128 | 2024-03-20T19:33:21.468Z | Compiling pin-project-internal v1.1.3 |
2129 | 2024-03-20T19:33:21.860Z | Compiling memoffset v0.7.1 |
2130 | 2024-03-20T19:33:22.062Z | Compiling bytecount v0.6.3 |
2131 | 2024-03-20T19:33:22.301Z | Compiling papergrid v0.11.0 |
2132 | 2024-03-20T19:33:22.556Z | Compiling headers v0.3.9 |
2133 | 2024-03-20T19:33:24.296Z | Compiling pin-project v1.1.3 |
2134 | 2024-03-20T19:33:24.463Z | Compiling curve25519-dalek v4.1.1 |
2135 | 2024-03-20T19:33:26.657Z | Compiling derive_builder_macro v0.12.0 |
2136 | 2024-03-20T19:33:26.661Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2137 | 2024-03-20T19:33:27.422Z | Compiling strip-ansi-escapes v0.2.0 |
2138 | 2024-03-20T19:33:29.275Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2139 | 2024-03-20T19:33:29.322Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2140 | 2024-03-20T19:33:30.781Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
2141 | 2024-03-20T19:33:32.736Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2142 | 2024-03-20T19:33:35.921Z | Compiling tabled_derive v0.7.0 |
2143 | 2024-03-20T19:33:36.423Z | Compiling polar-core v0.27.0 |
2144 | 2024-03-20T19:33:36.668Z | Compiling fd-lock v3.0.13 |
2145 | 2024-03-20T19:33:36.895Z | Compiling strum_macros v0.24.3 |
2146 | 2024-03-20T19:33:36.910Z | Compiling kstat-rs v0.2.3 |
2147 | 2024-03-20T19:33:37.855Z | Compiling snafu-derive v0.7.5 |
2148 | 2024-03-20T19:33:38.256Z | Compiling cookie v0.18.0 |
2149 | 2024-03-20T19:33:38.284Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2150 | 2024-03-20T19:33:38.561Z | Compiling fs-err v2.11.0 |
2151 | 2024-03-20T19:33:38.576Z | Compiling keccak v0.1.4 |
2152 | 2024-03-20T19:33:38.864Z | Compiling strum v0.25.0 |
2153 | 2024-03-20T19:33:39.037Z | Compiling nu-ansi-term v0.50.0 |
2154 | 2024-03-20T19:33:39.546Z | Compiling indoc v1.0.9 |
2155 | 2024-03-20T19:33:40.318Z | Compiling reedline v0.30.0 |
2156 | 2024-03-20T19:33:40.546Z | Compiling sha3 v0.10.8 |
2157 | 2024-03-20T19:33:40.789Z | Compiling tabled v0.15.0 |
2158 | 2024-03-20T19:33:41.436Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2159 | 2024-03-20T19:33:42.886Z | Compiling snafu v0.7.5 |
2160 | 2024-03-20T19:33:56.528Z | Compiling derive_builder v0.12.0 |
2161 | 2024-03-20T19:33:57.277Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2162 | 2024-03-20T19:33:58.917Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2163 | 2024-03-20T19:34:02.178Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2164 | 2024-03-20T19:34:02.472Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
2165 | 2024-03-20T19:34:03.816Z | Compiling globset v0.4.13 |
2166 | 2024-03-20T19:34:04.673Z | Compiling fd-lock v4.0.2 |
2167 | 2024-03-20T19:34:04.897Z | Compiling olpc-cjson v0.1.3 |
2168 | 2024-03-20T19:34:04.928Z | Compiling bb8 v0.8.3 |
2169 | 2024-03-20T19:34:05.226Z | Compiling universal-hash v0.5.1 |
2170 | 2024-03-20T19:34:05.435Z | Compiling nix v0.27.1 |
2171 | 2024-03-20T19:34:05.451Z | Compiling secrecy v0.8.0 |
2172 | 2024-03-20T19:34:05.714Z | Compiling serde_plain v1.0.2 |
2173 | 2024-03-20T19:34:06.238Z | Compiling quick-xml v0.30.0 |
2174 | 2024-03-20T19:34:10.660Z | Compiling oso-derive v0.27.0 |
2175 | 2024-03-20T19:34:11.614Z | Compiling curve25519-dalek-derive v0.1.0 |
2176 | 2024-03-20T19:34:12.053Z | Compiling sqlparser_derive v0.2.2 |
2177 | 2024-03-20T19:34:12.468Z | Compiling async-recursion v1.0.5 |
2178 | 2024-03-20T19:34:12.623Z | Compiling thiserror-impl-no-std v2.0.2 |
2179 | 2024-03-20T19:34:13.012Z | Compiling nanorand v0.7.0 |
2180 | 2024-03-20T19:34:13.111Z | Compiling impl-trait-for-tuples v0.2.2 |
2181 | 2024-03-20T19:34:13.424Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2182 | 2024-03-20T19:34:13.726Z | Compiling typed-path v0.7.0 |
2183 | 2024-03-20T19:34:13.762Z | Compiling maplit v1.0.2 |
2184 | 2024-03-20T19:34:13.881Z | Compiling opaque-debug v0.3.0 |
2185 | 2024-03-20T19:34:13.984Z | Compiling unicode_categories v0.1.1 |
2186 | 2024-03-20T19:34:15.055Z | Compiling salty v0.2.0 |
2187 | 2024-03-20T19:34:15.062Z | Compiling signature v1.6.4 |
2188 | 2024-03-20T19:34:15.196Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2189 | 2024-03-20T19:34:15.383Z | Compiling thiserror-no-std v2.0.2 |
2190 | 2024-03-20T19:34:15.502Z | Compiling ed25519 v1.5.3 |
2191 | 2024-03-20T19:34:15.533Z | Compiling rustyline v13.0.0 |
2192 | 2024-03-20T19:34:15.832Z | Compiling sqlformat v0.2.3 |
2193 | 2024-03-20T19:34:18.478Z | Compiling tough v0.16.0 |
2194 | 2024-03-20T19:34:20.796Z | Compiling poly1305 v0.8.0 |
2195 | 2024-03-20T19:34:22.626Z | Compiling flume v0.11.0 |
2196 | 2024-03-20T19:34:23.314Z | Compiling oso v0.27.0 |
2197 | 2024-03-20T19:34:23.455Z | Compiling sqlparser v0.43.1 |
2198 | 2024-03-20T19:34:33.079Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2199 | 2024-03-20T19:34:33.762Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2200 | 2024-03-20T19:34:42.997Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2201 | 2024-03-20T19:34:47.759Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2202 | 2024-03-20T19:34:49.350Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2203 | 2024-03-20T19:34:50.113Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2204 | 2024-03-20T19:34:50.244Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2205 | 2024-03-20T19:34:50.415Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2206 | 2024-03-20T19:34:50.528Z | Compiling chacha20 v0.9.1 |
2207 | 2024-03-20T19:34:50.968Z | Compiling aead v0.5.2 |
2208 | 2024-03-20T19:34:51.284Z | Compiling bcs v0.1.6 |
2209 | 2024-03-20T19:34:52.185Z | Compiling serde-big-array v0.5.1 |
2210 | 2024-03-20T19:34:52.438Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2211 | 2024-03-20T19:34:53.662Z | Compiling highway v1.1.0 |
2212 | 2024-03-20T19:34:54.729Z | Compiling parse-size v1.0.0 |
2213 | 2024-03-20T19:34:55.014Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2214 | 2024-03-20T19:34:57.408Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2215 | 2024-03-20T19:34:59.873Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2216 | 2024-03-20T19:35:07.084Z | Compiling chacha20poly1305 v0.10.1 |
2217 | 2024-03-20T19:35:07.317Z | Compiling vsss-rs v3.3.4 |
2218 | 2024-03-20T19:35:16.486Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2219 | 2024-03-20T19:35:16.590Z | Compiling signal-hook-tokio v0.3.1 |
2220 | 2024-03-20T19:35:16.797Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2221 | 2024-03-20T19:35:16.905Z | Compiling castaway v0.2.2 |
2222 | 2024-03-20T19:35:17.071Z | Compiling serde-big-array v0.4.1 |
2223 | 2024-03-20T19:35:17.272Z | Compiling http-range v0.1.5 |
2224 | 2024-03-20T19:35:17.878Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2225 | 2024-03-20T19:35:19.250Z | Compiling hyper-staticfile v0.9.5 |
2226 | 2024-03-20T19:35:19.349Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2227 | 2024-03-20T19:35:20.866Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2228 | 2024-03-20T19:35:22.694Z | Compiling compact_str v0.7.1 |
2229 | 2024-03-20T19:35:24.332Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2230 | 2024-03-20T19:35:29.341Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2231 | 2024-03-20T19:35:36.090Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2232 | 2024-03-20T19:35:39.539Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2233 | 2024-03-20T19:35:39.859Z | Compiling lru v0.12.1 |
2234 | 2024-03-20T19:35:40.216Z | Compiling stability v0.1.1 |
2235 | 2024-03-20T19:35:41.167Z | Compiling corncobs v0.1.3 |
2236 | 2024-03-20T19:35:41.560Z | Compiling indoc v2.0.3 |
2237 | 2024-03-20T19:35:42.591Z | Compiling cassowary v0.3.0 |
2238 | 2024-03-20T19:35:43.148Z | Compiling ratatui v0.26.1 |
2239 | 2024-03-20T19:35:43.925Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2240 | 2024-03-20T19:35:44.807Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2241 | 2024-03-20T19:35:44.844Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2242 | 2024-03-20T19:35:47.304Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2243 | 2024-03-20T19:35:50.129Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2244 | 2024-03-20T19:35:55.662Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2245 | 2024-03-20T19:35:55.973Z | Compiling rand_seeder v0.2.3 |
2246 | 2024-03-20T19:35:56.378Z | Compiling smawk v0.3.1 |
2247 | 2024-03-20T19:35:56.632Z | Compiling unicode-linebreak v0.1.5 |
2248 | 2024-03-20T19:35:57.187Z | Compiling textwrap v0.16.1 |
2249 | 2024-03-20T19:36:01.207Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2250 | 2024-03-20T19:36:01.912Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2251 | 2024-03-20T19:36:07.519Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2252 | 2024-03-20T19:36:09.505Z | Compiling rcgen v0.12.1 |
2253 | 2024-03-20T19:36:11.183Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2254 | 2024-03-20T19:36:11.679Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
2255 | 2024-03-20T19:36:18.506Z | Compiling atomicwrites v0.4.3 |
2256 | 2024-03-20T19:36:18.707Z | Compiling fatfs v0.3.6 |
2257 | 2024-03-20T19:36:19.054Z | Compiling rtoolbox v0.0.1 |
2258 | 2024-03-20T19:36:19.511Z | Compiling subprocess v0.2.9 |
2259 | 2024-03-20T19:36:20.992Z | Compiling assert_matches v1.5.0 |
2260 | 2024-03-20T19:36:21.094Z | Compiling is_ci v1.2.0 |
2261 | 2024-03-20T19:36:21.393Z | Compiling supports-color v3.0.0 |
2262 | 2024-03-20T19:36:22.101Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2263 | 2024-03-20T19:36:22.309Z | Compiling rpassword v7.3.1 |
2264 | 2024-03-20T19:36:22.769Z | Compiling tui-tree-widget v0.17.0 |
2265 | 2024-03-20T19:36:23.191Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2266 | 2024-03-20T19:36:25.066Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2267 | 2024-03-20T19:36:29.314Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2268 | 2024-03-20T19:36:29.616Z | Compiling csv-core v0.1.11 |
2269 | 2024-03-20T19:36:30.575Z | Compiling shell-words v1.1.0 |
2270 | 2024-03-20T19:36:31.027Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2271 | 2024-03-20T19:36:33.421Z | Compiling csv v1.3.0 |
2272 | 2024-03-20T19:36:35.589Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2273 | 2024-03-20T19:37:15.376Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2274 | 2024-03-20T19:37:24.892Z | Compiling multimap v0.10.0 |
2275 | 2024-03-20T19:38:51.389Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2276 | 2024-03-20T19:39:14.212Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2277 | 2024-03-20T19:39:19.477Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2278 | 2024-03-20T19:45:55.012Z | Finished release [optimized] target(s) in 13m 55s |
2279 | 2024-03-20T19:47:07.237Z | |
2280 | 2024-03-20T19:47:07.242Z | real 15:08.461061493 |
2281 | 2024-03-20T19:47:07.242Z | user 1:42:45.440707991 |
2282 | 2024-03-20T19:47:07.242Z | sys 4:19.311098228 |
2283 | 2024-03-20T19:47:07.242Z | trap 2.562443356 |
2284 | 2024-03-20T19:47:07.242Z | tflt 1.977594047 |
2285 | 2024-03-20T19:47:07.242Z | dflt 3.218099663 |
2286 | 2024-03-20T19:47:07.242Z | kflt 0.141509431 |
2287 | 2024-03-20T19:47:07.242Z | lock 6:36:12.067455542 |
2288 | 2024-03-20T19:47:07.243Z | slp 4:00:39.110309525 |
2289 | 2024-03-20T19:47:07.243Z | lat 2:10.724993649 |
2290 | 2024-03-20T19:47:07.243Z | stop 56.984159392 |
2291 | 2024-03-20T19:47:07.243Z | + 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/*) |
2292 | 2024-03-20T19:47:07.243Z | + pfexec mkdir -p /work |
2293 | 2024-03-20T19:47:07.243Z | + pfexec chown build /work |
2294 | 2024-03-20T19:47:07.243Z | + 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 |
2295 | 2024-03-20T19:47:15.906Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2296 | 2024-03-20T19:47:15.906Z | a out/mg-ddm-gz.tar 51676K |
2297 | 2024-03-20T19:47:15.906Z | a out/omicron-sled-agent.tar 114858K |
2298 | 2024-03-20T19:47:15.906Z | a out/oxlog.tar 6098K |
2299 | 2024-03-20T19:47:15.906Z | a out/target/test 1K |
2300 | 2024-03-20T19:47:15.906Z | a out/npuzone/npuzone 36313K |
2301 | 2024-03-20T19:47:15.906Z | a package-manifest.toml 26K |
2302 | 2024-03-20T19:47:15.906Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2303 | 2024-03-20T19:47:15.906Z | a target/release/omicron-package 39201K |
2304 | 2024-03-20T19:47:15.906Z | a tools/create_virtual_hardware.sh 4K |
2305 | 2024-03-20T19:47:15.906Z | a tools/virtual_hardware.sh 4K |
2306 | 2024-03-20T19:47:15.906Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2307 | 2024-03-20T19:47:15.906Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2308 | 2024-03-20T19:47:15.906Z | a tools/scrimlet/softnpu-init.sh 3K |
2309 | 2024-03-20T19:47:15.906Z | a tools/scrimlet/softnpu-zone.txt 1K |
2310 | 2024-03-20T19:47:15.907Z | a tools/scrimlet/softnpu.toml 1K |
2311 | 2024-03-20T19:47:15.911Z | |
2312 | 2024-03-20T19:47:15.911Z | real 9.080682861 |
2313 | 2024-03-20T19:47:15.911Z | user 8.753688504 |
2314 | 2024-03-20T19:47:15.911Z | sys 0.650721256 |
2315 | 2024-03-20T19:47:15.911Z | trap 0.002038706 |
2316 | 2024-03-20T19:47:15.911Z | tflt 0.000000000 |
2317 | 2024-03-20T19:47:15.911Z | dflt 0.000000000 |
2318 | 2024-03-20T19:47:15.911Z | kflt 0.000000000 |
2319 | 2024-03-20T19:47:15.911Z | lock 0.000000000 |
2320 | 2024-03-20T19:47:15.911Z | slp 8.535082303 |
2321 | 2024-03-20T19:47:15.911Z | lat 0.216829131 |
2322 | 2024-03-20T19:47:15.911Z | stop 0.000185912 |
2323 | 2024-03-20T19:47:15.911Z | ++ pwd |
2324 | 2024-03-20T19:47:15.911Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2325 | 2024-03-20T19:47:15.911Z | + mv out/nexus.tar.gz out/nexus-single-sled.tar.gz |
2326 | 2024-03-20T19:47:15.915Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2327 | 2024-03-20T19:47:16.699Z | Finished release [optimized] target(s) in 0.73s |
2328 | 2024-03-20T19:47:16.716Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2329 | 2024-03-20T19:47:16.747Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2330 | 2024-03-20T19:47:16.753Z | Created new build target 'host' and set it as active |
2331 | 2024-03-20T19:47:16.753Z | |
2332 | 2024-03-20T19:47:16.754Z | real 0.828545350 |
2333 | 2024-03-20T19:47:16.754Z | user 0.542044668 |
2334 | 2024-03-20T19:47:16.754Z | sys 0.269620468 |
2335 | 2024-03-20T19:47:16.754Z | trap 0.000053954 |
2336 | 2024-03-20T19:47:16.754Z | tflt 0.000000000 |
2337 | 2024-03-20T19:47:16.754Z | dflt 0.000013728 |
2338 | 2024-03-20T19:47:16.755Z | kflt 0.000000000 |
2339 | 2024-03-20T19:47:16.755Z | lock 0.023429554 |
2340 | 2024-03-20T19:47:16.755Z | slp 0.098672940 |
2341 | 2024-03-20T19:47:16.755Z | lat 0.003202876 |
2342 | 2024-03-20T19:47:16.755Z | stop 0.000262308 |
2343 | 2024-03-20T19:47:16.755Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2344 | 2024-03-20T19:47:17.510Z | Finished release [optimized] target(s) in 0.71s |
2345 | 2024-03-20T19:47:17.549Z | Running `target/release/omicron-package -t host package` |
2346 | 2024-03-20T19:47:17.558Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2347 | 2024-03-20T19:47:18.346Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2348 | 2024-03-20T19:49:46.362Z | Finished release [optimized] target(s) in 2m 28s |
2349 | 2024-03-20T19:51:12.209Z | |
2350 | 2024-03-20T19:51:12.221Z | real 3:55.419535979 |
2351 | 2024-03-20T19:51:12.221Z | user 14:14.267278018 |
2352 | 2024-03-20T19:51:12.221Z | sys 40.163698749 |
2353 | 2024-03-20T19:51:12.221Z | trap 0.276616212 |
2354 | 2024-03-20T19:51:12.221Z | tflt 0.212881622 |
2355 | 2024-03-20T19:51:12.221Z | dflt 4.422467541 |
2356 | 2024-03-20T19:51:12.221Z | kflt 0.057261774 |
2357 | 2024-03-20T19:51:12.221Z | lock 1:23:57.017616445 |
2358 | 2024-03-20T19:51:12.222Z | slp 13:37.656970922 |
2359 | 2024-03-20T19:51:12.222Z | lat 7.796170028 |
2360 | 2024-03-20T19:51:12.222Z | stop 2.199662513 |
2361 | 2024-03-20T19:51:12.222Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2362 | 2024-03-20T19:51:12.222Z | + for package in "$@" |
2363 | 2024-03-20T19:51:12.222Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2364 | 2024-03-20T19:51:12.222Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+gitc51bf3e4049 |
2365 | 2024-03-20T19:51:12.973Z | Finished release [optimized] target(s) in 0.72s |
2366 | 2024-03-20T19:51:12.995Z | Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+gitc51bf3e4049` |
2367 | 2024-03-20T19:51:13.031Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2368 | 2024-03-20T19:51:13.224Z | Created: out/versioned/omicron-sled-agent.tar |
2369 | 2024-03-20T19:51:13.251Z | + for package in "$@" |
2370 | 2024-03-20T19:51:13.251Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2371 | 2024-03-20T19:51:13.251Z | + echo 0.0.0 |
2372 | 2024-03-20T19:51:13.252Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2373 | 2024-03-20T19:51:13.252Z | a VERSION 1K |
2374 | 2024-03-20T19:51:13.252Z | + rm VERSION |
2375 | 2024-03-20T19:51:13.252Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+gitc51bf3e4049 |
2376 | 2024-03-20T19:51:13.989Z | Finished release [optimized] target(s) in 0.71s |
2377 | 2024-03-20T19:51:14.026Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+gitc51bf3e4049` |
2378 | 2024-03-20T19:51:14.061Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2379 | 2024-03-20T19:51:14.154Z | Created: out/versioned/mg-ddm-gz.tar |
2380 | 2024-03-20T19:51:14.177Z | + for package in "$@" |
2381 | 2024-03-20T19:51:14.177Z | + [[ propolis-server == mg-ddm-gz ]] |
2382 | 2024-03-20T19:51:14.177Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+gitc51bf3e4049 |
2383 | 2024-03-20T19:51:14.930Z | Finished release [optimized] target(s) in 0.73s |
2384 | 2024-03-20T19:51:14.952Z | Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+gitc51bf3e4049` |
2385 | 2024-03-20T19:51:14.982Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2386 | 2024-03-20T19:51:16.072Z | Created: out/versioned/propolis-server.tar.gz |
2387 | 2024-03-20T19:51:16.081Z | + for package in "$@" |
2388 | 2024-03-20T19:51:16.081Z | + [[ overlay == mg-ddm-gz ]] |
2389 | 2024-03-20T19:51:16.081Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+gitc51bf3e4049 |
2390 | 2024-03-20T19:51:16.861Z | Finished release [optimized] target(s) in 0.73s |
2391 | 2024-03-20T19:51:16.882Z | Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+gitc51bf3e4049` |
2392 | 2024-03-20T19:51:16.912Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2393 | 2024-03-20T19:51:16.919Z | Created: out/versioned/overlay.tar.gz |
2394 | 2024-03-20T19:51:16.919Z | + for package in "$@" |
2395 | 2024-03-20T19:51:16.919Z | + [[ oxlog == mg-ddm-gz ]] |
2396 | 2024-03-20T19:51:16.919Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+gitc51bf3e4049 |
2397 | 2024-03-20T19:51:17.697Z | Finished release [optimized] target(s) in 0.73s |
2398 | 2024-03-20T19:51:17.719Z | Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+gitc51bf3e4049` |
2399 | 2024-03-20T19:51:17.761Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2400 | 2024-03-20T19:51:17.790Z | Created: out/versioned/oxlog.tar |
2401 | 2024-03-20T19:51:17.790Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2402 | 2024-03-20T19:51:18.207Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2403 | 2024-03-20T19:51:18.207Z | ++ cd -- ./tools |
2404 | 2024-03-20T19:51:18.207Z | ++ pwd |
2405 | 2024-03-20T19:51:18.207Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2406 | 2024-03-20T19:51:18.207Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2407 | 2024-03-20T19:51:18.214Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2408 | 2024-03-20T19:51:18.214Z | ++ readlink -f /work |
2409 | 2024-03-20T19:51:18.214Z | + out_dir=/work |
2410 | 2024-03-20T19:51:18.214Z | + 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") |
2411 | 2024-03-20T19:51:18.214Z | + for dep in "${deps[@]}" |
2412 | 2024-03-20T19:51:18.214Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2413 | 2024-03-20T19:51:18.215Z | + for dep in "${deps[@]}" |
2414 | 2024-03-20T19:51:18.215Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2415 | 2024-03-20T19:51:18.215Z | + for dep in "${deps[@]}" |
2416 | 2024-03-20T19:51:18.215Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2417 | 2024-03-20T19:51:18.215Z | + for dep in "${deps[@]}" |
2418 | 2024-03-20T19:51:18.215Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2419 | 2024-03-20T19:51:18.215Z | + for dep in "${deps[@]}" |
2420 | 2024-03-20T19:51:18.215Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2421 | 2024-03-20T19:51:18.215Z | ++ mktemp -d |
2422 | 2024-03-20T19:51:18.215Z | + tmp_gz=/tmp/tmp.v4ayWh |
2423 | 2024-03-20T19:51:18.215Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2424 | 2024-03-20T19:51:18.215Z | + echo '{"v":"1","t":"layer"}' |
2425 | 2024-03-20T19:51:18.215Z | + pkg_dir=/tmp/tmp.v4ayWh/root/opt/oxide/sled-agent |
2426 | 2024-03-20T19:51:18.215Z | + mkdir -p /tmp/tmp.v4ayWh/root/opt/oxide/sled-agent |
2427 | 2024-03-20T19:51:18.215Z | + cd /tmp/tmp.v4ayWh/root/opt/oxide/sled-agent |
2428 | 2024-03-20T19:51:18.215Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2429 | 2024-03-20T19:51:18.215Z | x ., 0 bytes, 0 tape blocks |
2430 | 2024-03-20T19:51:18.215Z | x zone-bundle, 36050608 bytes, 70412 tape blocks |
2431 | 2024-03-20T19:51:18.215Z | x sled-agent, 81408248 bytes, 159001 tape blocks |
2432 | 2024-03-20T19:51:18.215Z | x pkg, 0 bytes, 0 tape blocks |
2433 | 2024-03-20T19:51:18.215Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2434 | 2024-03-20T19:51:18.215Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2435 | 2024-03-20T19:51:18.215Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2436 | 2024-03-20T19:51:18.216Z | x VERSION, 25 bytes, 1 tape blocks |
2437 | 2024-03-20T19:51:18.216Z | + mkdir -p /tmp/tmp.v4ayWh/root/lib/svc/manifest/site/ |
2438 | 2024-03-20T19:51:18.216Z | + mv pkg/manifest.xml /tmp/tmp.v4ayWh/root/lib/svc/manifest/site/sled-agent.xml |
2439 | 2024-03-20T19:51:18.216Z | + cd - |
2440 | 2024-03-20T19:51:18.216Z | /work/oxidecomputer/omicron |
2441 | 2024-03-20T19:51:18.216Z | + pkg_dir=/tmp/tmp.v4ayWh/root/opt/oxide/mg-ddm |
2442 | 2024-03-20T19:51:18.216Z | + mkdir -p /tmp/tmp.v4ayWh/root/opt/oxide/mg-ddm |
2443 | 2024-03-20T19:51:18.216Z | + cd /tmp/tmp.v4ayWh/root/opt/oxide/mg-ddm |
2444 | 2024-03-20T19:51:18.216Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2445 | 2024-03-20T19:51:18.216Z | x ., 0 bytes, 0 tape blocks |
2446 | 2024-03-20T19:51:18.216Z | x ddmadm, 20600720 bytes, 40236 tape blocks |
2447 | 2024-03-20T19:51:18.216Z | x ddmd, 32301744 bytes, 63090 tape blocks |
2448 | 2024-03-20T19:51:18.216Z | x pkg, 0 bytes, 0 tape blocks |
2449 | 2024-03-20T19:51:18.216Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2450 | 2024-03-20T19:51:18.216Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2451 | 2024-03-20T19:51:18.216Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2452 | 2024-03-20T19:51:18.216Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2453 | 2024-03-20T19:51:18.216Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2454 | 2024-03-20T19:51:18.216Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2455 | 2024-03-20T19:51:18.216Z | x VERSION, 25 bytes, 1 tape blocks |
2456 | 2024-03-20T19:51:18.216Z | + cd - |
2457 | 2024-03-20T19:51:18.216Z | /work/oxidecomputer/omicron |
2458 | 2024-03-20T19:51:18.216Z | + pkg_dir=/tmp/tmp.v4ayWh/root/opt/oxide/oxlog |
2459 | 2024-03-20T19:51:18.216Z | + mkdir -p /tmp/tmp.v4ayWh/root/opt/oxide/oxlog |
2460 | 2024-03-20T19:51:18.217Z | + cd /tmp/tmp.v4ayWh/root/opt/oxide/oxlog |
2461 | 2024-03-20T19:51:18.217Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2462 | 2024-03-20T19:51:18.217Z | x ., 0 bytes, 0 tape blocks |
2463 | 2024-03-20T19:51:18.217Z | x oxlog, 6241592 bytes, 12191 tape blocks |
2464 | 2024-03-20T19:51:18.217Z | x VERSION, 25 bytes, 1 tape blocks |
2465 | 2024-03-20T19:51:18.217Z | + cd - |
2466 | 2024-03-20T19:51:18.217Z | /work/oxidecomputer/omicron |
2467 | 2024-03-20T19:51:18.217Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.v4ayWh/root/opt/oxide |
2468 | 2024-03-20T19:51:18.217Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.v4ayWh/root/opt/oxide |
2469 | 2024-03-20T19:51:18.217Z | + cd /tmp/tmp.v4ayWh |
2470 | 2024-03-20T19:51:18.217Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2471 | 2024-03-20T19:51:29.451Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2472 | 2024-03-20T19:51:29.451Z | a oxide.json 1K |
2473 | 2024-03-20T19:51:29.451Z | a root/ 0K |
2474 | 2024-03-20T19:51:29.451Z | a root/opt/ 0K |
2475 | 2024-03-20T19:51:29.451Z | a root/opt/oxide/ 0K |
2476 | 2024-03-20T19:51:29.451Z | a root/opt/oxide/sled-agent/ 0K |
2477 | 2024-03-20T19:51:29.451Z | a root/opt/oxide/sled-agent/zone-bundle 35206K |
2478 | 2024-03-20T19:51:29.451Z | a root/opt/oxide/sled-agent/sled-agent 79501K |
2479 | 2024-03-20T19:51:29.451Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2480 | 2024-03-20T19:51:29.451Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2481 | 2024-03-20T19:51:29.451Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2482 | 2024-03-20T19:51:29.451Z | a root/opt/oxide/sled-agent/VERSION 1K |
2483 | 2024-03-20T19:51:29.451Z | a root/opt/oxide/mg-ddm/ 0K |
2484 | 2024-03-20T19:51:29.451Z | a root/opt/oxide/mg-ddm/ddmadm 20118K |
2485 | 2024-03-20T19:51:29.451Z | a root/opt/oxide/mg-ddm/ddmd 31545K |
2486 | 2024-03-20T19:51:29.451Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2487 | 2024-03-20T19:51:29.451Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2488 | 2024-03-20T19:51:29.452Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2489 | 2024-03-20T19:51:29.452Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2490 | 2024-03-20T19:51:29.452Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2491 | 2024-03-20T19:51:29.452Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2492 | 2024-03-20T19:51:29.452Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2493 | 2024-03-20T19:51:29.452Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2494 | 2024-03-20T19:51:29.452Z | a root/opt/oxide/oxlog/ 0K |
2495 | 2024-03-20T19:51:29.453Z | a root/opt/oxide/oxlog/oxlog 6096K |
2496 | 2024-03-20T19:51:29.453Z | a root/opt/oxide/oxlog/VERSION 1K |
2497 | 2024-03-20T19:51:29.453Z | a root/opt/oxide/propolis-server.tar.gz 64808K |
2498 | 2024-03-20T19:51:29.454Z | a root/opt/oxide/overlay.tar.gz 3K |
2499 | 2024-03-20T19:51:29.454Z | a root/lib/ 0K |
2500 | 2024-03-20T19:51:29.454Z | a root/lib/svc/ 0K |
2501 | 2024-03-20T19:51:29.454Z | a root/lib/svc/manifest/ 0K |
2502 | 2024-03-20T19:51:29.454Z | a root/lib/svc/manifest/site/ 0K |
2503 | 2024-03-20T19:51:29.454Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2504 | 2024-03-20T19:51:29.541Z | + cd / |
2505 | 2024-03-20T19:51:29.541Z | + rm -rf /tmp/tmp.v4ayWh |
2506 | 2024-03-20T19:51:29.541Z | |
2507 | 2024-03-20T19:51:29.541Z | real 8.271117573 |
2508 | 2024-03-20T19:51:29.541Z | user 7.649160275 |
2509 | 2024-03-20T19:51:29.542Z | sys 0.562036609 |
2510 | 2024-03-20T19:51:29.542Z | trap 0.001812758 |
2511 | 2024-03-20T19:51:29.542Z | tflt 0.000000000 |
2512 | 2024-03-20T19:51:29.542Z | dflt 0.000000000 |
2513 | 2024-03-20T19:51:29.542Z | kflt 0.000000000 |
2514 | 2024-03-20T19:51:29.542Z | lock 0.000000000 |
2515 | 2024-03-20T19:51:29.542Z | slp 16.041385212 |
2516 | 2024-03-20T19:51:29.542Z | lat 0.190505314 |
2517 | 2024-03-20T19:51:29.542Z | stop 0.000253486 |
2518 | 2024-03-20T19:51:29.542Z | + mkdir -p /work/zones |
2519 | 2024-03-20T19:51:29.542Z | + 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) |
2520 | 2024-03-20T19:51:29.543Z | + 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/ |
2521 | 2024-03-20T19:51:29.605Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2522 | 2024-03-20T19:51:29.627Z | Finished release [optimized] target(s) in 0.76s |
2523 | 2024-03-20T19:51:30.074Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2524 | 2024-03-20T19:51:30.075Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2525 | 2024-03-20T19:51:30.075Z | Created new build target 'recovery' and set it as active |
2526 | 2024-03-20T19:51:30.087Z | |
2527 | 2024-03-20T19:51:30.087Z | real 0.868604511 |
2528 | 2024-03-20T19:51:30.088Z | user 0.569733865 |
2529 | 2024-03-20T19:51:30.088Z | sys 0.279522511 |
2530 | 2024-03-20T19:51:30.088Z | trap 0.000662419 |
2531 | 2024-03-20T19:51:30.088Z | tflt 0.000017746 |
2532 | 2024-03-20T19:51:30.088Z | dflt 0.000009208 |
2533 | 2024-03-20T19:51:30.088Z | kflt 0.000000000 |
2534 | 2024-03-20T19:51:30.089Z | lock 0.023954817 |
2535 | 2024-03-20T19:51:30.089Z | slp 0.100356842 |
2536 | 2024-03-20T19:51:30.089Z | lat 0.004450276 |
2537 | 2024-03-20T19:51:30.089Z | stop 0.000394141 |
2538 | 2024-03-20T19:51:30.090Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2539 | 2024-03-20T19:51:30.452Z | Finished release [optimized] target(s) in 0.74s |
2540 | 2024-03-20T19:51:30.481Z | Running `target/release/omicron-package -t recovery package` |
2541 | 2024-03-20T19:51:30.941Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2542 | 2024-03-20T19:51:31.227Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2543 | 2024-03-20T19:51:33.715Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2544 | 2024-03-20T19:51:53.998Z | Finished release [optimized] target(s) in 23.44s |
2545 | 2024-03-20T19:52:22.279Z | |
2546 | 2024-03-20T19:52:22.283Z | real 52.617063489 |
2547 | 2024-03-20T19:52:22.283Z | user 1:42.427800388 |
2548 | 2024-03-20T19:52:22.283Z | sys 8.016755070 |
2549 | 2024-03-20T19:52:22.283Z | trap 0.069037408 |
2550 | 2024-03-20T19:52:22.284Z | tflt 0.051986810 |
2551 | 2024-03-20T19:52:22.284Z | dflt 0.470112183 |
2552 | 2024-03-20T19:52:22.284Z | kflt 0.000027927 |
2553 | 2024-03-20T19:52:22.284Z | lock 17:20.171608831 |
2554 | 2024-03-20T19:52:22.284Z | slp 1:56.005033984 |
2555 | 2024-03-20T19:52:22.284Z | lat 1.523297969 |
2556 | 2024-03-20T19:52:22.284Z | stop 0.566973569 |
2557 | 2024-03-20T19:52:22.284Z | + stamp_packages installinator mg-ddm-gz |
2558 | 2024-03-20T19:52:22.284Z | + for package in "$@" |
2559 | 2024-03-20T19:52:22.284Z | + [[ installinator == mg-ddm-gz ]] |
2560 | 2024-03-20T19:52:22.284Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+gitc51bf3e4049 |
2561 | 2024-03-20T19:52:23.077Z | Finished release [optimized] target(s) in 0.74s |
2562 | 2024-03-20T19:52:23.095Z | Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+gitc51bf3e4049` |
2563 | 2024-03-20T19:52:23.123Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2564 | 2024-03-20T19:52:23.191Z | Created: out/versioned/installinator.tar |
2565 | 2024-03-20T19:52:23.203Z | + for package in "$@" |
2566 | 2024-03-20T19:52:23.203Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2567 | 2024-03-20T19:52:23.203Z | + echo 0.0.0 |
2568 | 2024-03-20T19:52:23.203Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2569 | 2024-03-20T19:52:23.203Z | a VERSION 1K |
2570 | 2024-03-20T19:52:23.203Z | + rm VERSION |
2571 | 2024-03-20T19:52:23.203Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+gitc51bf3e4049 |
2572 | 2024-03-20T19:52:23.986Z | Finished release [optimized] target(s) in 0.73s |
2573 | 2024-03-20T19:52:24.019Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+gitc51bf3e4049` |
2574 | 2024-03-20T19:52:24.051Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2575 | 2024-03-20T19:52:24.128Z | Created: out/versioned/mg-ddm-gz.tar |
2576 | 2024-03-20T19:52:24.160Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2577 | 2024-03-20T19:52:24.160Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2578 | 2024-03-20T19:52:24.629Z | ++ cd -- ./tools |
2579 | 2024-03-20T19:52:24.629Z | ++ pwd |
2580 | 2024-03-20T19:52:24.630Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2581 | 2024-03-20T19:52:24.630Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2582 | 2024-03-20T19:52:24.630Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2583 | 2024-03-20T19:52:24.630Z | ++ readlink -f /work |
2584 | 2024-03-20T19:52:24.630Z | + out_dir=/work |
2585 | 2024-03-20T19:52:24.631Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2586 | 2024-03-20T19:52:24.631Z | + for dep in "${deps[@]}" |
2587 | 2024-03-20T19:52:24.631Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2588 | 2024-03-20T19:52:24.631Z | + for dep in "${deps[@]}" |
2589 | 2024-03-20T19:52:24.632Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2590 | 2024-03-20T19:52:24.632Z | ++ mktemp -d |
2591 | 2024-03-20T19:52:24.632Z | + tmp_trampoline=/tmp/tmp.Ldaa1h |
2592 | 2024-03-20T19:52:24.633Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2593 | 2024-03-20T19:52:24.633Z | + echo '{"v":"1","t":"layer"}' |
2594 | 2024-03-20T19:52:24.634Z | + pkg_dir=/tmp/tmp.Ldaa1h/root/opt/oxide/installinator |
2595 | 2024-03-20T19:52:24.634Z | + mkdir -p /tmp/tmp.Ldaa1h/root/opt/oxide/installinator |
2596 | 2024-03-20T19:52:24.634Z | + cd /tmp/tmp.Ldaa1h/root/opt/oxide/installinator |
2597 | 2024-03-20T19:52:24.635Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2598 | 2024-03-20T19:52:24.635Z | x ., 0 bytes, 0 tape blocks |
2599 | 2024-03-20T19:52:24.635Z | x installinator, 47241800 bytes, 92270 tape blocks |
2600 | 2024-03-20T19:52:24.635Z | x pkg, 0 bytes, 0 tape blocks |
2601 | 2024-03-20T19:52:24.635Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2602 | 2024-03-20T19:52:24.636Z | x VERSION, 25 bytes, 1 tape blocks |
2603 | 2024-03-20T19:52:24.636Z | + mkdir -p /tmp/tmp.Ldaa1h/root/lib/svc/manifest/site/ |
2604 | 2024-03-20T19:52:24.636Z | + mv pkg/manifest.xml /tmp/tmp.Ldaa1h/root/lib/svc/manifest/site/installinator.xml |
2605 | 2024-03-20T19:52:24.636Z | + cd - |
2606 | 2024-03-20T19:52:24.636Z | /work/oxidecomputer/omicron |
2607 | 2024-03-20T19:52:24.636Z | + pkg_dir=/tmp/tmp.Ldaa1h/root/opt/oxide/mg-ddm |
2608 | 2024-03-20T19:52:24.637Z | + mkdir -p /tmp/tmp.Ldaa1h/root/opt/oxide/mg-ddm |
2609 | 2024-03-20T19:52:24.637Z | + cd /tmp/tmp.Ldaa1h/root/opt/oxide/mg-ddm |
2610 | 2024-03-20T19:52:24.637Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2611 | 2024-03-20T19:52:24.637Z | x ., 0 bytes, 0 tape blocks |
2612 | 2024-03-20T19:52:24.637Z | x ddmadm, 20600720 bytes, 40236 tape blocks |
2613 | 2024-03-20T19:52:24.637Z | x ddmd, 32301744 bytes, 63090 tape blocks |
2614 | 2024-03-20T19:52:24.637Z | x pkg, 0 bytes, 0 tape blocks |
2615 | 2024-03-20T19:52:24.638Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2616 | 2024-03-20T19:52:24.638Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2617 | 2024-03-20T19:52:24.638Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2618 | 2024-03-20T19:52:24.638Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2619 | 2024-03-20T19:52:24.638Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2620 | 2024-03-20T19:52:24.638Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2621 | 2024-03-20T19:52:24.638Z | x VERSION, 25 bytes, 1 tape blocks |
2622 | 2024-03-20T19:52:24.638Z | + cd - |
2623 | 2024-03-20T19:52:24.639Z | /work/oxidecomputer/omicron |
2624 | 2024-03-20T19:52:24.639Z | + cd /tmp/tmp.Ldaa1h |
2625 | 2024-03-20T19:52:24.639Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2626 | 2024-03-20T19:52:27.888Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2627 | 2024-03-20T19:52:27.888Z | a oxide.json 1K |
2628 | 2024-03-20T19:52:27.888Z | a root/ 0K |
2629 | 2024-03-20T19:52:27.888Z | a root/opt/ 0K |
2630 | 2024-03-20T19:52:27.888Z | a root/opt/oxide/ 0K |
2631 | 2024-03-20T19:52:27.888Z | a root/opt/oxide/installinator/ 0K |
2632 | 2024-03-20T19:52:27.888Z | a root/opt/oxide/installinator/installinator 46135K |
2633 | 2024-03-20T19:52:27.889Z | a root/opt/oxide/installinator/pkg/ 0K |
2634 | 2024-03-20T19:52:27.889Z | a root/opt/oxide/installinator/VERSION 1K |
2635 | 2024-03-20T19:52:27.889Z | a root/opt/oxide/mg-ddm/ 0K |
2636 | 2024-03-20T19:52:27.889Z | a root/opt/oxide/mg-ddm/ddmadm 20118K |
2637 | 2024-03-20T19:52:27.889Z | a root/opt/oxide/mg-ddm/ddmd 31545K |
2638 | 2024-03-20T19:52:27.889Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2639 | 2024-03-20T19:52:27.889Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2640 | 2024-03-20T19:52:27.889Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2641 | 2024-03-20T19:52:27.889Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2642 | 2024-03-20T19:52:27.889Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2643 | 2024-03-20T19:52:27.889Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2644 | 2024-03-20T19:52:27.889Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2645 | 2024-03-20T19:52:27.890Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2646 | 2024-03-20T19:52:27.890Z | a root/lib/ 0K |
2647 | 2024-03-20T19:52:27.890Z | a root/lib/svc/ 0K |
2648 | 2024-03-20T19:52:27.890Z | a root/lib/svc/manifest/ 0K |
2649 | 2024-03-20T19:52:27.890Z | a root/lib/svc/manifest/site/ 0K |
2650 | 2024-03-20T19:52:27.890Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2651 | 2024-03-20T19:52:27.900Z | + cd / |
2652 | 2024-03-20T19:52:27.900Z | + rm -rf /tmp/tmp.Ldaa1h |
2653 | 2024-03-20T19:52:27.900Z | |
2654 | 2024-03-20T19:52:27.900Z | real 3.738066199 |
2655 | 2024-03-20T19:52:27.900Z | user 3.528851395 |
2656 | 2024-03-20T19:52:27.900Z | sys 0.218846860 |
2657 | 2024-03-20T19:52:27.900Z | trap 0.000996697 |
2658 | 2024-03-20T19:52:27.900Z | tflt 0.000000000 |
2659 | 2024-03-20T19:52:27.900Z | dflt 0.000004659 |
2660 | 2024-03-20T19:52:27.900Z | kflt 0.000000000 |
2661 | 2024-03-20T19:52:27.900Z | lock 0.000000000 |
2662 | 2024-03-20T19:52:27.900Z | slp 7.256662197 |
2663 | 2024-03-20T19:52:27.900Z | lat 0.080657675 |
2664 | 2024-03-20T19:52:27.900Z | stop 0.000194934 |
2665 | 2024-03-20T19:52:27.900Z | process exited: duration 1701836 ms, exit code 0 |
|
2666 | 2024-03-20T19:52:27.940Z | found 22 output files |
2667 | 2024-03-20T19:52:27.940Z | uploading: /work/version.txt (26 bytes) |
2668 | 2024-03-20T19:52:29.023Z | uploaded: /work/version.txt |
2669 | 2024-03-20T19:52:29.023Z | uploading: /work/package.tar.gz (79012668 bytes) |
2670 | 2024-03-20T19:53:09.338Z | uploaded: /work/package.tar.gz |
2671 | 2024-03-20T19:53:09.338Z | uploading: /work/global-zone-packages.tar.gz (120985843 bytes) |
2672 | 2024-03-20T19:54:51.825Z | uploaded: /work/global-zone-packages.tar.gz |
2673 | 2024-03-20T19:54:51.996Z | uploading: /work/trampoline-global-zone-packages.tar.gz (31830993 bytes) |
2674 | 2024-03-20T19:55:23.573Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2675 | 2024-03-20T19:55:23.573Z | uploading: /work/zones/clickhouse.tar.gz (231172176 bytes) |
2676 | 2024-03-20T19:57:01.798Z | uploaded: /work/zones/clickhouse.tar.gz |
2677 | 2024-03-20T19:57:01.798Z | uploading: /work/zones/clickhouse_keeper.tar.gz (231142620 bytes) |
2678 | 2024-03-20T19:58:39.565Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2679 | 2024-03-20T19:58:39.566Z | uploading: /work/zones/cockroachdb.tar.gz (126659316 bytes) |
2680 | 2024-03-20T19:59:28.768Z | uploaded: /work/zones/cockroachdb.tar.gz |
2681 | 2024-03-20T19:59:28.769Z | uploading: /work/zones/crucible-pantry-zone.tar.gz (25287376 bytes) |
2682 | 2024-03-20T19:59:39.444Z | uploaded: /work/zones/crucible-pantry-zone.tar.gz |
2683 | 2024-03-20T19:59:39.444Z | uploading: /work/zones/crucible-zone.tar.gz (36988037 bytes) |
2684 | 2024-03-20T19:59:57.596Z | uploaded: /work/zones/crucible-zone.tar.gz |
2685 | 2024-03-20T19:59:57.596Z | uploading: /work/zones/external-dns.tar.gz (31007127 bytes) |
2686 | 2024-03-20T20:00:31.722Z | uploaded: /work/zones/external-dns.tar.gz |
2687 | 2024-03-20T20:00:31.723Z | uploading: /work/zones/internal-dns.tar.gz (31007215 bytes) |
2688 | 2024-03-20T20:01:03.198Z | uploaded: /work/zones/internal-dns.tar.gz |
2689 | 2024-03-20T20:01:03.208Z | uploading: /work/zones/nexus-single-sled.tar.gz (91790177 bytes) |
2690 | 2024-03-20T20:01:37.145Z | uploaded: /work/zones/nexus-single-sled.tar.gz |
2691 | 2024-03-20T20:01:37.145Z | uploading: /work/zones/nexus.tar.gz (91780724 bytes) |
2692 | 2024-03-20T20:02:19.147Z | uploaded: /work/zones/nexus.tar.gz |
2693 | 2024-03-20T20:02:19.148Z | uploading: /work/zones/ntp.tar.gz (10428015 bytes) |
2694 | 2024-03-20T20:02:24.240Z | uploaded: /work/zones/ntp.tar.gz |
2695 | 2024-03-20T20:02:24.249Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (16519511 bytes) |
2696 | 2024-03-20T20:02:30.224Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2697 | 2024-03-20T20:02:30.224Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (16518656 bytes) |
2698 | 2024-03-20T20:02:38.551Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2699 | 2024-03-20T20:02:38.555Z | uploading: /work/zones/overlay.tar.gz (2621 bytes) |
2700 | 2024-03-20T20:02:39.570Z | uploaded: /work/zones/overlay.tar.gz |
2701 | 2024-03-20T20:02:39.570Z | uploading: /work/zones/oximeter.tar.gz (48044767 bytes) |
2702 | 2024-03-20T20:02:57.142Z | uploaded: /work/zones/oximeter.tar.gz |
2703 | 2024-03-20T20:02:57.143Z | uploading: /work/zones/probe.tar.gz (2829470 bytes) |
2704 | 2024-03-20T20:03:00.370Z | uploaded: /work/zones/probe.tar.gz |
2705 | 2024-03-20T20:03:00.371Z | uploading: /work/zones/propolis-server.tar.gz (66360059 bytes) |
2706 | 2024-03-20T20:03:24.421Z | uploaded: /work/zones/propolis-server.tar.gz |
2707 | 2024-03-20T20:03:24.429Z | uploading: /work/zones/switch-asic.tar.gz (282443245 bytes) |
2708 | 2024-03-20T20:05:22.576Z | uploaded: /work/zones/switch-asic.tar.gz |
2709 | 2024-03-20T20:05:22.576Z | uploading: /work/zones/switch-softnpu.tar.gz (204029793 bytes) |
2710 | 2024-03-20T20:06:45.052Z | uploaded: /work/zones/switch-softnpu.tar.gz |