|
|
|
1 | 2024-05-14T17:32:29.710Z | job assigned to worker 01HXW2HE5S69BP4QAA3J8TKT0D (queued for 3 m 53 s) |
|
2 | 2024-05-14T17:32:37.592Z | starting task 0: "setup" |
3 | 2024-05-14T17:32:37.651Z | ++ uname -s |
4 | 2024-05-14T17:32:37.654Z | + kern=SunOS |
5 | 2024-05-14T17:32:37.654Z | + case "$kern" in |
6 | 2024-05-14T17:32:37.654Z | + groupadd -g 12345 build |
7 | 2024-05-14T17:32:37.657Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-14T17:32:39.676Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-14T17:32:39.817Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-14T17:32:39.831Z | + home_fs=zfs |
11 | 2024-05-14T17:32:39.831Z | + [[ zfs == autofs ]] |
12 | 2024-05-14T17:32:39.831Z | + mkdir -p /home/build |
13 | 2024-05-14T17:32:39.832Z | + chown build:build /home/build /work |
14 | 2024-05-14T17:32:41.823Z | + chmod 0700 /home/build /work |
15 | 2024-05-14T17:32:41.841Z | process exited: duration 4228 ms, exit code 0 |
|
16 | 2024-05-14T17:32:41.878Z | starting task 1: "rust-toolchain" |
17 | 2024-05-14T17:32:41.885Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-14T17:32:41.885Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-05-14T17:32:42.396Z | info: downloading installer |
20 | 2024-05-14T17:32:43.669Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-14T17:32:43.669Z | warning: /opt/ooce/bin |
22 | 2024-05-14T17:32:43.669Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-14T17:32:43.669Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-14T17:32:43.670Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-14T17:32:43.670Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-14T17:32:43.670Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-14T17:32:43.670Z | error: cannot install while Rust is installed |
28 | 2024-05-14T17:32:43.670Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-14T17:32:43.752Z | info: profile set to 'default' |
30 | 2024-05-14T17:32:43.752Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-14T17:32:43.762Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-05-14T17:32:43.884Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-05-14T17:32:43.885Z | info: downloading component 'cargo' |
34 | 2024-05-14T17:32:44.565Z | info: downloading component 'clippy' |
35 | 2024-05-14T17:32:44.813Z | info: downloading component 'rust-docs' |
36 | 2024-05-14T17:32:45.665Z | info: downloading component 'rust-std' |
37 | 2024-05-14T17:32:47.265Z | info: downloading component 'rustc' |
38 | 2024-05-14T17:32:50.933Z | info: downloading component 'rustfmt' |
39 | 2024-05-14T17:32:51.560Z | info: installing component 'cargo' |
40 | 2024-05-14T17:32:52.012Z | info: installing component 'clippy' |
41 | 2024-05-14T17:32:52.380Z | info: installing component 'rust-docs' |
42 | 2024-05-14T17:32:53.788Z | info: installing component 'rust-std' |
43 | 2024-05-14T17:32:55.731Z | info: installing component 'rustc' |
44 | 2024-05-14T17:33:00.235Z | info: installing component 'rustfmt' |
45 | 2024-05-14T17:33:00.246Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-05-14T17:33:00.246Z | |
47 | 2024-05-14T17:33:00.891Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-05-14T17:33:00.891Z | |
49 | 2024-05-14T17:33:00.902Z | |
50 | 2024-05-14T17:33:00.903Z | Rust is installed now. Great! |
51 | 2024-05-14T17:33:00.903Z | |
52 | 2024-05-14T17:33:00.903Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-14T17:33:00.903Z | environment variable. This has not been done automatically. |
54 | 2024-05-14T17:33:00.903Z | |
55 | 2024-05-14T17:33:00.904Z | To configure your current shell, you need to source |
56 | 2024-05-14T17:33:00.904Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-14T17:33:00.904Z | |
58 | 2024-05-14T17:33:00.904Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-14T17:33:00.904Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-14T17:33:00.905Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-14T17:33:00.905Z | + rustc --version |
62 | 2024-05-14T17:33:00.905Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-05-14T17:33:00.905Z | process exited: duration 18817 ms, exit code 0 |
|
64 | 2024-05-14T17:33:00.959Z | starting task 2: "authentication" |
65 | 2024-05-14T17:33:00.996Z | process exited: duration 47 ms, exit code 0 |
|
66 | 2024-05-14T17:33:01.029Z | starting task 3: "clone repository" |
67 | 2024-05-14T17:33:01.040Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-05-14T17:33:01.041Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-05-14T17:33:01.406Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-05-14T17:33:07.249Z | + cd /work/oxidecomputer/omicron |
71 | 2024-05-14T17:33:07.249Z | + git fetch origin 82e9fe5b10fb57c0cea50441f246794331ccb9bc |
72 | 2024-05-14T17:33:07.625Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-05-14T17:33:07.625Z | * branch 82e9fe5b10fb57c0cea50441f246794331ccb9bc -> FETCH_HEAD |
74 | 2024-05-14T17:33:07.626Z | + [[ -n john/add-previously-expunged-sled ]] |
75 | 2024-05-14T17:33:07.626Z | ++ git branch --show-current |
76 | 2024-05-14T17:33:07.626Z | + current=main |
77 | 2024-05-14T17:33:07.626Z | + [[ main != john/add-previously-expunged-sled ]] |
78 | 2024-05-14T17:33:07.626Z | + git branch -f john/add-previously-expunged-sled 82e9fe5b10fb57c0cea50441f246794331ccb9bc |
79 | 2024-05-14T17:33:07.626Z | + git checkout -f john/add-previously-expunged-sled |
80 | 2024-05-14T17:33:07.717Z | Switched to branch 'john/add-previously-expunged-sled' |
81 | 2024-05-14T17:33:07.730Z | + git reset --hard 82e9fe5b10fb57c0cea50441f246794331ccb9bc |
82 | 2024-05-14T17:33:07.835Z | HEAD is now at 82e9fe5b1 expectorate |
83 | 2024-05-14T17:33:07.850Z | process exited: duration 6793 ms, exit code 0 |
|
84 | 2024-05-14T17:33:07.886Z | starting task 4: "build" |
85 | 2024-05-14T17:33:07.904Z | + cargo --version |
86 | 2024-05-14T17:33:07.904Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
87 | 2024-05-14T17:33:08.068Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
88 | 2024-05-14T17:33:08.069Z | info: downloading component 'cargo' |
89 | 2024-05-14T17:33:09.038Z | info: downloading component 'clippy' |
90 | 2024-05-14T17:33:09.361Z | info: downloading component 'rust-docs' |
91 | 2024-05-14T17:33:10.637Z | info: downloading component 'rust-std' |
92 | 2024-05-14T17:33:12.561Z | info: downloading component 'rustc' |
93 | 2024-05-14T17:33:17.615Z | info: downloading component 'rustfmt' |
94 | 2024-05-14T17:33:17.934Z | info: installing component 'cargo' |
95 | 2024-05-14T17:33:18.724Z | info: installing component 'clippy' |
96 | 2024-05-14T17:33:19.058Z | info: installing component 'rust-docs' |
97 | 2024-05-14T17:33:20.947Z | info: installing component 'rust-std' |
98 | 2024-05-14T17:33:26.631Z | info: installing component 'rustc' |
99 | 2024-05-14T17:33:26.851Z | info: installing component 'rustfmt' |
100 | 2024-05-14T17:33:26.933Z | cargo 1.77.2 (e52e36006 2024-03-26) |
101 | 2024-05-14T17:33:26.933Z | + rustc --version |
102 | 2024-05-14T17:33:26.933Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
103 | 2024-05-14T17:33:26.933Z | + WORK=/work |
104 | 2024-05-14T17:33:26.933Z | + pfexec mkdir -p /work |
105 | 2024-05-14T17:33:26.933Z | + pfexec chown build /work |
106 | 2024-05-14T17:33:26.933Z | ++ git rev-parse HEAD |
107 | 2024-05-14T17:33:26.933Z | + COMMIT=82e9fe5b10fb57c0cea50441f246794331ccb9bc |
108 | 2024-05-14T17:33:26.933Z | + VERSION=8.0.0-0.ci+git82e9fe5b10f |
109 | 2024-05-14T17:33:26.933Z | + echo 8.0.0-0.ci+git82e9fe5b10f |
110 | 2024-05-14T17:33:26.933Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
111 | 2024-05-14T17:33:35.447Z | Startup: Refreshing catalog 'helios-dev' ... Done |
112 | 2024-05-14T17:33:37.208Z | Startup: Caching catalogs ... Done |
113 | 2024-05-14T17:33:38.846Z | Planning: Solver setup ... Done (1.124s) |
114 | 2024-05-14T17:33:38.868Z | Planning: Running solver ... Done (0.022s) |
115 | 2024-05-14T17:33:38.905Z | Planning: Finding local manifests ... Done (0.003s) |
116 | 2024-05-14T17:33:38.944Z | Planning: Fetching manifests: 0/4 0% complete |
117 | 2024-05-14T17:33:39.312Z | Planning: Fetching manifests: 4/4 100% complete |
118 | 2024-05-14T17:33:39.363Z | Planning: Package planning ... Done (0.050s) |
119 | 2024-05-14T17:33:39.416Z | Planning: Merging actions ... Done (0.050s) |
120 | 2024-05-14T17:33:40.163Z | Planning: Checking for conflicting actions ... Done (0.746s) |
121 | 2024-05-14T17:33:40.173Z | Planning: Consolidating action changes ... Done (0.011s) |
122 | 2024-05-14T17:33:43.708Z | Planning: Evaluating mediators ... Done (3.528s) |
123 | 2024-05-14T17:33:43.716Z | Planning: Planning completed in 6.44 seconds |
124 | 2024-05-14T17:33:44.023Z | Packages to install: 4 |
125 | 2024-05-14T17:33:44.024Z | Mediators to change: 2 |
126 | 2024-05-14T17:33:44.024Z | Services to change: 1 |
127 | 2024-05-14T17:33:44.028Z | Estimated space available: 155.31 GB |
128 | 2024-05-14T17:33:44.028Z | Estimated space to be consumed: 1.45 GB |
129 | 2024-05-14T17:33:44.028Z | Create boot environment: No |
130 | 2024-05-14T17:33:44.028Z | Create backup boot environment: No |
131 | 2024-05-14T17:33:44.028Z | Rebuild boot archive: No |
132 | 2024-05-14T17:33:44.028Z | |
133 | 2024-05-14T17:33:44.028Z | Changed mediators: |
134 | 2024-05-14T17:33:44.028Z | mediator clang: |
135 | 2024-05-14T17:33:44.028Z | version: None -> 15 (system default) |
136 | 2024-05-14T17:33:44.028Z | |
137 | 2024-05-14T17:33:44.028Z | mediator llvm: |
138 | 2024-05-14T17:33:44.028Z | version: 14 (system default) -> 15 (system default) |
139 | 2024-05-14T17:33:44.028Z | |
140 | 2024-05-14T17:33:44.028Z | Changed packages: |
141 | 2024-05-14T17:33:44.028Z | helios-dev |
142 | 2024-05-14T17:33:44.028Z | developer/build-essential |
143 | 2024-05-14T17:33:44.028Z | None -> 11-2.0 |
144 | 2024-05-14T17:33:44.028Z | library/libxmlsec1 |
145 | 2024-05-14T17:33:44.028Z | None -> 1.2.35-2.0 |
146 | 2024-05-14T17:33:44.028Z | ooce/developer/clang-15 |
147 | 2024-05-14T17:33:44.028Z | None -> 15.0.7-2.0 |
148 | 2024-05-14T17:33:44.028Z | ooce/developer/llvm-15 |
149 | 2024-05-14T17:33:44.029Z | None -> 15.0.7-2.0 |
150 | 2024-05-14T17:33:44.029Z | |
151 | 2024-05-14T17:33:44.029Z | Services: |
152 | 2024-05-14T17:33:44.029Z | restart_fmri: |
153 | 2024-05-14T17:33:44.029Z | svc:/system/update-man-index:default |
154 | 2024-05-14T17:33:44.150Z | |
155 | 2024-05-14T17:33:44.150Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
156 | 2024-05-14T17:33:50.269Z | Download: 212/3290 items 1.3/212.6MB 0% complete (641k/s) |
157 | 2024-05-14T17:33:55.259Z | Download: 1629/3290 items 117.2/212.6MB 55% complete (11.7M/s) |
158 | 2024-05-14T17:34:00.947Z | Download: 2220/3290 items 119.2/212.6MB 56% complete (14.7M/s) |
159 | 2024-05-14T17:34:09.631Z | Download: 2743/3290 items 120.8/212.6MB 56% complete (322k/s) |
160 | 2024-05-14T17:34:11.246Z | Download: 3246/3290 items 203.0/212.6MB 95% complete (8.9M/s) |
161 | 2024-05-14T17:34:14.441Z | Download: Completed 212.60 MB in 30.27 seconds (7.0M/s) |
162 | 2024-05-14T17:34:14.604Z | Actions: 1/3689 actions (Installing new actions) |
163 | 2024-05-14T17:34:19.856Z | Actions: 3683/3689 actions (Installing new actions) |
164 | 2024-05-14T17:34:19.903Z | Actions: Completed 3689 actions in 5.31 seconds. |
165 | 2024-05-14T17:34:20.566Z | Done (0.232s) |
166 | 2024-05-14T17:34:20.566Z | Done (0.000s) |
167 | 2024-05-14T17:34:20.572Z | Done (0.290s) |
168 | 2024-05-14T17:34:25.997Z | Done (5.394s) |
169 | 2024-05-14T17:34:26.184Z | Done (0.131s) |
170 | 2024-05-14T17:34:26.189Z | Done (0.000s) |
171 | 2024-05-14T17:34:26.355Z | Done (0.000s) |
172 | 2024-05-14T17:34:26.959Z | Planning: Evaluating mediator changes ... Done |
173 | 2024-05-14T17:34:27.089Z | Planning: Checking for conflicting actions ... Done |
174 | 2024-05-14T17:34:27.116Z | Planning: Consolidating action changes ... Done |
175 | 2024-05-14T17:34:27.379Z | Planning: Evaluating mediators ... Done |
176 | 2024-05-14T17:34:27.388Z | Planning: Planning completed in 0.44 seconds |
177 | 2024-05-14T17:34:27.405Z | Mediators to change: 2 |
178 | 2024-05-14T17:34:27.405Z | Create boot environment: No |
179 | 2024-05-14T17:34:27.406Z | Create backup boot environment: No |
180 | 2024-05-14T17:34:27.496Z | Done |
181 | 2024-05-14T17:34:27.497Z | Done |
182 | 2024-05-14T17:34:27.971Z | Done |
183 | 2024-05-14T17:34:31.444Z | Done |
184 | 2024-05-14T17:34:31.538Z | Done |
185 | 2024-05-14T17:34:31.553Z | Done |
186 | 2024-05-14T17:34:31.646Z | Done |
187 | 2024-05-14T17:34:32.297Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-05-14T17:34:32.319Z | Planning: Merging actions ... Done |
189 | 2024-05-14T17:34:32.474Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-05-14T17:34:32.477Z | Planning: Consolidating action changes ... Done |
191 | 2024-05-14T17:34:32.747Z | Planning: Evaluating mediators ... Done |
192 | 2024-05-14T17:34:32.807Z | Planning: Planning completed in 0.78 seconds |
193 | 2024-05-14T17:34:32.842Z | Packages to change: 1 |
194 | 2024-05-14T17:34:32.842Z | Mediators to change: 1 |
195 | 2024-05-14T17:34:32.851Z | Services to change: 1 |
196 | 2024-05-14T17:34:32.852Z | Create boot environment: No |
197 | 2024-05-14T17:34:32.852Z | Create backup boot environment: Yes |
198 | 2024-05-14T17:34:34.816Z | Actions: 1/6 actions (Updating modified actions) |
199 | 2024-05-14T17:34:34.877Z | Actions: Completed 6 actions in 0.06 seconds. |
200 | 2024-05-14T17:34:34.883Z | Done |
201 | 2024-05-14T17:34:34.883Z | Done |
202 | 2024-05-14T17:34:34.952Z | Done |
203 | 2024-05-14T17:34:38.680Z | Done |
204 | 2024-05-14T17:34:38.757Z | Done |
205 | 2024-05-14T17:34:38.761Z | Done |
206 | 2024-05-14T17:34:38.868Z | Done |
207 | 2024-05-14T17:34:39.318Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
208 | 2024-05-14T17:34:39.318Z | clang system 15 system |
209 | 2024-05-14T17:34:39.318Z | csh system system illumos |
210 | 2024-05-14T17:34:39.318Z | ctags system system illumos |
211 | 2024-05-14T17:34:39.318Z | gcc vendor 12 vendor |
212 | 2024-05-14T17:34:39.319Z | gcc system 10 system |
213 | 2024-05-14T17:34:39.319Z | gcc system 7 system |
214 | 2024-05-14T17:34:39.319Z | go system 1.20 system |
215 | 2024-05-14T17:34:39.319Z | go system 1.19 system |
216 | 2024-05-14T17:34:39.319Z | llvm system 15 system |
217 | 2024-05-14T17:34:39.319Z | llvm system 14 system |
218 | 2024-05-14T17:34:39.319Z | mariadb system 10.6 system |
219 | 2024-05-14T17:34:39.319Z | mta vendor vendor dma |
220 | 2024-05-14T17:34:39.319Z | openjdk system 17 system |
221 | 2024-05-14T17:34:39.319Z | openjdk system 11 system |
222 | 2024-05-14T17:34:39.319Z | openjdk system 1.8 system |
223 | 2024-05-14T17:34:39.319Z | openssl vendor 3 vendor |
224 | 2024-05-14T17:34:39.319Z | perl system 5.36 system |
225 | 2024-05-14T17:34:39.320Z | postgresql system 15 system |
226 | 2024-05-14T17:34:39.320Z | postgresql system 13 system |
227 | 2024-05-14T17:34:39.320Z | python vendor 3 vendor |
228 | 2024-05-14T17:34:39.320Z | python system 2 system |
229 | 2024-05-14T17:34:39.320Z | python3 system 3.11 system |
230 | 2024-05-14T17:34:39.320Z | ruby system 3.0 system |
231 | 2024-05-14T17:34:39.320Z | words vendor vendor american-english |
232 | 2024-05-14T17:34:39.320Z | words system system australian-english |
233 | 2024-05-14T17:34:39.320Z | words system system british-english |
234 | 2024-05-14T17:34:39.320Z | words system system canadian-english |
235 | 2024-05-14T17:34:39.320Z | words system system french |
236 | 2024-05-14T17:34:39.320Z | words system system italian |
237 | 2024-05-14T17:34:39.320Z | words system system ngerman |
238 | 2024-05-14T17:34:39.321Z | words system system ogerman |
239 | 2024-05-14T17:34:39.321Z | words system system spanish |
240 | 2024-05-14T17:34:39.654Z | PUBLISHER TYPE STATUS P LOCATION |
241 | 2024-05-14T17:34:39.655Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
242 | 2024-05-14T17:34:41.088Z | FMRI IFO |
243 | 2024-05-14T17:34:41.088Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
244 | 2024-05-14T17:34:41.088Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
245 | 2024-05-14T17:34:41.089Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
246 | 2024-05-14T17:34:41.089Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
247 | 2024-05-14T17:34:41.089Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
248 | 2024-05-14T17:34:41.089Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
249 | 2024-05-14T17:34:41.089Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
250 | 2024-05-14T17:34:41.089Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
251 | 2024-05-14T17:34:41.089Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
252 | 2024-05-14T17:34:41.089Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
253 | 2024-05-14T17:34:41.089Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
254 | 2024-05-14T17:34:41.089Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
255 | 2024-05-14T17:34:41.372Z | + set -o errexit |
256 | 2024-05-14T17:34:41.376Z | +++ dirname ./tools/ci_download_cockroachdb |
257 | 2024-05-14T17:34:41.376Z | ++ cd ./tools |
258 | 2024-05-14T17:34:41.376Z | ++ pwd |
259 | 2024-05-14T17:34:41.376Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
260 | 2024-05-14T17:34:41.382Z | ++ basename ./tools/ci_download_cockroachdb |
261 | 2024-05-14T17:34:41.382Z | + ARG0=ci_download_cockroachdb |
262 | 2024-05-14T17:34:41.382Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
263 | 2024-05-14T17:34:41.382Z | + CIDL_VERSION=v22.1.9 |
264 | 2024-05-14T17:34:41.383Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
265 | 2024-05-14T17:34:41.383Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
266 | 2024-05-14T17:34:41.383Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
267 | 2024-05-14T17:34:41.383Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
268 | 2024-05-14T17:34:41.383Z | + TARGET_DIR=out |
269 | 2024-05-14T17:34:41.383Z | + DOWNLOAD_DIR=out/downloads |
270 | 2024-05-14T17:34:41.383Z | + DEST_DIR=./out/cockroachdb |
271 | 2024-05-14T17:34:41.383Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
272 | 2024-05-14T17:34:41.383Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
273 | 2024-05-14T17:34:41.384Z | + main |
274 | 2024-05-14T17:34:41.384Z | + [[ 0 != 0 ]] |
275 | 2024-05-14T17:34:41.384Z | + CIDL_OS=solaris2.11 |
276 | 2024-05-14T17:34:41.384Z | + [[ 0 != 0 ]] |
277 | 2024-05-14T17:34:41.384Z | + configure_os solaris2.11 |
278 | 2024-05-14T17:34:41.384Z | + echo 'current directory: /work/oxidecomputer/omicron' |
279 | 2024-05-14T17:34:41.384Z | current directory: /work/oxidecomputer/omicron |
280 | 2024-05-14T17:34:41.384Z | + echo 'configuring based on OS: "solaris2.11"' |
281 | 2024-05-14T17:34:41.385Z | + case "$1" in |
282 | 2024-05-14T17:34:41.385Z | configuring based on OS: "solaris2.11" |
283 | 2024-05-14T17:34:41.385Z | + CIDL_BUILD=illumos |
284 | 2024-05-14T17:34:41.385Z | + CIDL_SUFFIX=tar.gz |
285 | 2024-05-14T17:34:41.385Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
286 | 2024-05-14T17:34:41.385Z | + CIDL_URL_BASE=https://illumos.org/downloads |
287 | 2024-05-14T17:34:41.385Z | + CIDL_ASSEMBLE=do_assemble_illumos |
288 | 2024-05-14T17:34:41.385Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
289 | 2024-05-14T17:34:41.385Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-05-14T17:34:41.385Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-05-14T17:34:41.385Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
292 | 2024-05-14T17:34:41.386Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-05-14T17:34:41.386Z | + CIDL_SHA256FUNC=do_sha256sum |
294 | 2024-05-14T17:34:41.386Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
295 | 2024-05-14T17:34:41.386Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2024-05-14T17:34:41.386Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-05-14T17:34:41.386Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
298 | 2024-05-14T17:34:41.386Z | + mkdir -p out/downloads |
299 | 2024-05-14T17:34:41.399Z | + mkdir -p ./out/cockroachdb |
300 | 2024-05-14T17:34:41.399Z | + local DO_DOWNLOAD=true |
301 | 2024-05-14T17:34:41.399Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
302 | 2024-05-14T17:34:41.399Z | + '[' true == true ']' |
303 | 2024-05-14T17:34:41.399Z | + echo Downloading... |
304 | 2024-05-14T17:34:41.399Z | Downloading... |
305 | 2024-05-14T17:34:41.399Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2024-05-14T17:34:41.399Z | + 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 |
307 | 2024-05-14T17:34:47.157Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2024-05-14T17:34:47.163Z | ++ sha256sum |
309 | 2024-05-14T17:34:47.163Z | ++ awk '{print $1}' |
310 | 2024-05-14T17:34:47.164Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
311 | 2024-05-14T17:34:47.164Z | + [[ 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 ]] |
312 | 2024-05-14T17:34:47.164Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
313 | 2024-05-14T17:34:47.164Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
314 | 2024-05-14T17:34:49.114Z | + do_assemble_illumos |
315 | 2024-05-14T17:34:49.114Z | + rm -r ./out/cockroachdb |
316 | 2024-05-14T17:34:49.161Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
317 | 2024-05-14T17:34:49.415Z | + ./out/cockroachdb/bin/cockroach version |
318 | 2024-05-14T17:34:49.589Z | Build Tag: v22.1.9-dirty |
319 | 2024-05-14T17:34:49.589Z | Build Time: 2022/10/26 21:17:46 |
320 | 2024-05-14T17:34:49.590Z | Distribution: OSS |
321 | 2024-05-14T17:34:49.590Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
322 | 2024-05-14T17:34:49.590Z | Go Version: go1.17.13 |
323 | 2024-05-14T17:34:49.590Z | C Compiler: gcc 10.3.0 |
324 | 2024-05-14T17:34:49.590Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
325 | 2024-05-14T17:34:49.590Z | Build Type: release |
326 | 2024-05-14T17:34:49.623Z | + set -o errexit |
327 | 2024-05-14T17:34:49.641Z | +++ dirname ./tools/ci_download_clickhouse |
328 | 2024-05-14T17:34:49.641Z | ++ cd ./tools |
329 | 2024-05-14T17:34:49.641Z | ++ pwd |
330 | 2024-05-14T17:34:49.641Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
331 | 2024-05-14T17:34:49.641Z | ++ basename ./tools/ci_download_clickhouse |
332 | 2024-05-14T17:34:49.641Z | + ARG0=ci_download_clickhouse |
333 | 2024-05-14T17:34:49.641Z | + TARGET_DIR=out |
334 | 2024-05-14T17:34:49.642Z | + DOWNLOAD_DIR=out/downloads |
335 | 2024-05-14T17:34:49.642Z | + DEST_DIR=./out/clickhouse |
336 | 2024-05-14T17:34:49.642Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
337 | 2024-05-14T17:34:49.642Z | + CIDL_VERSION=v23.8.7.24 |
338 | 2024-05-14T17:34:49.642Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
339 | 2024-05-14T17:34:49.642Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
340 | 2024-05-14T17:34:49.642Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
341 | 2024-05-14T17:34:49.642Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
342 | 2024-05-14T17:34:49.642Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
343 | 2024-05-14T17:34:49.642Z | + main |
344 | 2024-05-14T17:34:49.642Z | + [[ 0 != 0 ]] |
345 | 2024-05-14T17:34:49.642Z | + CIDL_OS=solaris2.11 |
346 | 2024-05-14T17:34:49.642Z | + [[ 0 != 0 ]] |
347 | 2024-05-14T17:34:49.642Z | + configure_os solaris2.11 |
348 | 2024-05-14T17:34:49.643Z | + echo 'current directory: /work/oxidecomputer/omicron' |
349 | 2024-05-14T17:34:49.643Z | current directory: /work/oxidecomputer/omicron |
350 | 2024-05-14T17:34:49.643Z | + echo 'configuring based on OS: "solaris2.11"' |
351 | 2024-05-14T17:34:49.643Z | + CIDL_DASHREV= |
352 | 2024-05-14T17:34:49.643Z | + case "$1" in |
353 | 2024-05-14T17:34:49.643Z | + CIDL_PLATFORM=illumos |
354 | 2024-05-14T17:34:49.643Z | configuring based on OS: "solaris2.11" |
355 | 2024-05-14T17:34:49.643Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
356 | 2024-05-14T17:34:49.643Z | + CIDL_MD5FUNC=do_md5sum |
357 | 2024-05-14T17:34:49.643Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
358 | 2024-05-14T17:34:49.643Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
359 | 2024-05-14T17:34:49.643Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
360 | 2024-05-14T17:34:49.643Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
361 | 2024-05-14T17:34:49.643Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
362 | 2024-05-14T17:34:49.644Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
363 | 2024-05-14T17:34:49.644Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
364 | 2024-05-14T17:34:49.644Z | + mkdir -p out/downloads |
365 | 2024-05-14T17:34:49.644Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
366 | 2024-05-14T17:34:49.644Z | + mkdir -p ./out/clickhouse |
367 | 2024-05-14T17:34:49.644Z | + local DO_DOWNLOAD=true |
368 | 2024-05-14T17:34:49.644Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
369 | 2024-05-14T17:34:49.644Z | + '[' true == true ']' |
370 | 2024-05-14T17:34:49.644Z | + echo Downloading... |
371 | 2024-05-14T17:34:49.644Z | Downloading... |
372 | 2024-05-14T17:34:49.644Z | + 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 |
373 | 2024-05-14T17:34:49.644Z | + 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 |
374 | 2024-05-14T17:34:51.210Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
375 | 2024-05-14T17:34:51.218Z | ++ md5sum |
376 | 2024-05-14T17:34:51.218Z | ++ awk '{print $1}' |
377 | 2024-05-14T17:34:51.481Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
378 | 2024-05-14T17:34:51.481Z | + [[ 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 ]] |
379 | 2024-05-14T17:34:51.507Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
380 | 2024-05-14T17:34:51.507Z | + mkdir -p ./out/clickhouse |
381 | 2024-05-14T17:34:51.508Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
382 | 2024-05-14T17:34:55.337Z | + [[ solaris2.11 == darwin* ]] |
383 | 2024-05-14T17:34:55.338Z | + ./out/clickhouse/clickhouse server --version |
384 | 2024-05-14T17:34:55.941Z | ClickHouse server version 23.8.7.1. |
385 | 2024-05-14T17:34:56.023Z | + set -o errexit |
386 | 2024-05-14T17:34:56.024Z | +++ dirname ./tools/ci_download_console |
387 | 2024-05-14T17:34:56.024Z | ++ cd ./tools |
388 | 2024-05-14T17:34:56.024Z | ++ pwd |
389 | 2024-05-14T17:34:56.025Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
390 | 2024-05-14T17:34:56.025Z | ++ basename ./tools/ci_download_console |
391 | 2024-05-14T17:34:56.025Z | + ARG0=ci_download_console |
392 | 2024-05-14T17:34:56.025Z | + TARGET_DIR=out |
393 | 2024-05-14T17:34:56.026Z | + DOWNLOAD_DIR=out/downloads |
394 | 2024-05-14T17:34:56.026Z | + DEST_DIR=./out/console-assets |
395 | 2024-05-14T17:34:56.026Z | + source /work/oxidecomputer/omicron/tools/console_version |
396 | 2024-05-14T17:34:56.026Z | ++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5 |
397 | 2024-05-14T17:34:56.027Z | ++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
398 | 2024-05-14T17:34:56.027Z | + URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
399 | 2024-05-14T17:34:56.027Z | + TARBALL_FILE=out/downloads/console.tar.gz |
400 | 2024-05-14T17:34:56.027Z | + main |
401 | 2024-05-14T17:34:56.027Z | + [[ 0 != 0 ]] |
402 | 2024-05-14T17:34:56.028Z | + echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz' |
403 | 2024-05-14T17:34:56.028Z | URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
404 | 2024-05-14T17:34:56.028Z | + echo 'Local file: out/downloads/console.tar.gz' |
405 | 2024-05-14T17:34:56.028Z | + local DO_DOWNLOAD=true |
406 | 2024-05-14T17:34:56.028Z | Local file: out/downloads/console.tar.gz |
407 | 2024-05-14T17:34:56.028Z | + [[ -f out/downloads/console.tar.gz ]] |
408 | 2024-05-14T17:34:56.029Z | + mkdir -p out/downloads |
409 | 2024-05-14T17:34:56.029Z | + '[' true == true ']' |
410 | 2024-05-14T17:34:56.029Z | + echo Downloading... |
411 | 2024-05-14T17:34:56.029Z | Downloading... |
412 | 2024-05-14T17:34:56.029Z | + do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz |
413 | 2024-05-14T17:34:56.029Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
414 | 2024-05-14T17:34:56.218Z | ++ do_sha256sum out/downloads/console.tar.gz |
415 | 2024-05-14T17:34:56.219Z | ++ case "$OSTYPE" in |
416 | 2024-05-14T17:34:56.275Z | ++ SHA=sha256sum |
417 | 2024-05-14T17:34:56.275Z | ++ sha256sum |
418 | 2024-05-14T17:34:56.275Z | ++ awk '{print $1}' |
419 | 2024-05-14T17:34:56.275Z | + calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
420 | 2024-05-14T17:34:56.279Z | + [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]] |
421 | 2024-05-14T17:34:56.280Z | + rm -rf ./out/console-assets |
422 | 2024-05-14T17:34:56.280Z | + mkdir -p ./out/console-assets |
423 | 2024-05-14T17:34:56.280Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
424 | 2024-05-14T17:34:56.280Z | + mkdir -p ./out/console-assets |
425 | 2024-05-14T17:34:56.280Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
426 | 2024-05-14T17:34:56.331Z | + set -o errexit |
427 | 2024-05-14T17:34:56.331Z | +++ dirname ./tools/ci_download_dendrite_openapi |
428 | 2024-05-14T17:34:56.332Z | ++ cd ./tools |
429 | 2024-05-14T17:34:56.332Z | ++ pwd |
430 | 2024-05-14T17:34:56.332Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
431 | 2024-05-14T17:34:56.332Z | ++ basename ./tools/ci_download_dendrite_openapi |
432 | 2024-05-14T17:34:56.332Z | + ARG0=ci_download_dendrite_openapi |
433 | 2024-05-14T17:34:56.332Z | + TARGET_DIR=out |
434 | 2024-05-14T17:34:56.332Z | + DOWNLOAD_DIR=out/downloads |
435 | 2024-05-14T17:34:56.332Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
436 | 2024-05-14T17:34:56.332Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
437 | 2024-05-14T17:34:56.361Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
438 | 2024-05-14T17:34:56.361Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
439 | 2024-05-14T17:34:56.361Z | + LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
440 | 2024-05-14T17:34:56.361Z | + main |
441 | 2024-05-14T17:34:56.361Z | + [[ 0 != 0 ]] |
442 | 2024-05-14T17:34:56.361Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json' |
443 | 2024-05-14T17:34:56.361Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
444 | 2024-05-14T17:34:56.362Z | Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
445 | 2024-05-14T17:34:56.362Z | + echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json' |
446 | 2024-05-14T17:34:56.362Z | + local DO_DOWNLOAD=true |
447 | 2024-05-14T17:34:56.362Z | + [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]] |
448 | 2024-05-14T17:34:56.362Z | + mkdir -p out/downloads |
449 | 2024-05-14T17:34:56.362Z | + '[' true == true ']' |
450 | 2024-05-14T17:34:56.362Z | + echo Downloading... |
451 | 2024-05-14T17:34:56.362Z | Downloading... |
452 | 2024-05-14T17:34:56.363Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
453 | 2024-05-14T17:34:56.363Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
454 | 2024-05-14T17:34:57.062Z | ++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
455 | 2024-05-14T17:34:57.062Z | ++ case "$OSTYPE" in |
456 | 2024-05-14T17:34:57.063Z | ++ SHA=sha256sum |
457 | 2024-05-14T17:34:57.093Z | ++ sha256sum |
458 | 2024-05-14T17:34:57.093Z | ++ awk '{print $1}' |
459 | 2024-05-14T17:34:57.093Z | + calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
460 | 2024-05-14T17:34:57.094Z | + [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]] |
461 | 2024-05-14T17:34:57.094Z | + set -o errexit |
462 | 2024-05-14T17:34:57.094Z | +++ dirname ./tools/ci_download_dendrite_stub |
463 | 2024-05-14T17:34:57.094Z | ++ cd ./tools |
464 | 2024-05-14T17:34:57.094Z | ++ pwd |
465 | 2024-05-14T17:34:57.094Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
466 | 2024-05-14T17:34:57.094Z | ++ basename ./tools/ci_download_dendrite_stub |
467 | 2024-05-14T17:34:57.094Z | + ARG0=ci_download_dendrite_stub |
468 | 2024-05-14T17:34:57.094Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
469 | 2024-05-14T17:34:57.094Z | ++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
470 | 2024-05-14T17:34:57.094Z | ++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193 |
471 | 2024-05-14T17:34:57.094Z | ++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9 |
472 | 2024-05-14T17:34:57.095Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
473 | 2024-05-14T17:34:57.095Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
474 | 2024-05-14T17:34:57.095Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
475 | 2024-05-14T17:34:57.095Z | + TARGET_DIR=out |
476 | 2024-05-14T17:34:57.095Z | + DOWNLOAD_DIR=out/downloads |
477 | 2024-05-14T17:34:57.095Z | + DEST_DIR=./out/dendrite-stub |
478 | 2024-05-14T17:34:57.095Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
479 | 2024-05-14T17:34:57.095Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
480 | 2024-05-14T17:34:57.095Z | + REPO=oxidecomputer/dendrite |
481 | 2024-05-14T17:34:57.095Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687 |
482 | 2024-05-14T17:34:57.095Z | + main |
483 | 2024-05-14T17:34:57.095Z | + [[ 0 != 0 ]] |
484 | 2024-05-14T17:34:57.095Z | + CIDL_OS=solaris2.11 |
485 | 2024-05-14T17:34:57.096Z | + [[ 0 != 0 ]] |
486 | 2024-05-14T17:34:57.096Z | + configure_os solaris2.11 |
487 | 2024-05-14T17:34:57.096Z | + echo 'current directory: /work/oxidecomputer/omicron' |
488 | 2024-05-14T17:34:57.096Z | current directory: /work/oxidecomputer/omicron |
489 | 2024-05-14T17:34:57.096Z | + echo 'configuring based on OS: "solaris2.11"' |
490 | 2024-05-14T17:34:57.096Z | configuring based on OS: "solaris2.11" |
491 | 2024-05-14T17:34:57.096Z | + case "$1" in |
492 | 2024-05-14T17:34:57.096Z | + SET_BINARIES= |
493 | 2024-05-14T17:34:57.096Z | + CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
494 | 2024-05-14T17:34:57.096Z | + CIDL_SHA256FUNC=do_sha256sum |
495 | 2024-05-14T17:34:57.097Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
496 | 2024-05-14T17:34:57.097Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
497 | 2024-05-14T17:34:57.097Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
498 | 2024-05-14T17:34:57.097Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz' |
499 | 2024-05-14T17:34:57.097Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
500 | 2024-05-14T17:34:57.097Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
501 | 2024-05-14T17:34:57.125Z | Local file: out/downloads/dendrite-stub.tar.gz |
502 | 2024-05-14T17:34:57.125Z | + mkdir -p out/downloads |
503 | 2024-05-14T17:34:57.125Z | + mkdir -p ./out/dendrite-stub |
504 | 2024-05-14T17:34:57.125Z | + fetch_and_verify |
505 | 2024-05-14T17:34:57.125Z | + local DO_DOWNLOAD=true |
506 | 2024-05-14T17:34:57.125Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
507 | 2024-05-14T17:34:57.125Z | + '[' true == true ']' |
508 | 2024-05-14T17:34:57.126Z | + echo Downloading... |
509 | 2024-05-14T17:34:57.126Z | Downloading... |
510 | 2024-05-14T17:34:57.126Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
511 | 2024-05-14T17:34:57.126Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
512 | 2024-05-14T17:35:15.814Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
513 | 2024-05-14T17:35:15.823Z | ++ sha256sum |
514 | 2024-05-14T17:35:15.824Z | ++ awk '{print $1}' |
515 | 2024-05-14T17:35:15.840Z | + calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
516 | 2024-05-14T17:35:15.840Z | + [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]] |
517 | 2024-05-14T17:35:15.840Z | + do_untar out/downloads/dendrite-stub.tar.gz |
518 | 2024-05-14T17:35:15.841Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
519 | 2024-05-14T17:35:16.465Z | + do_assemble |
520 | 2024-05-14T17:35:16.465Z | + rm -r ./out/dendrite-stub |
521 | 2024-05-14T17:35:16.471Z | + mkdir ./out/dendrite-stub |
522 | 2024-05-14T17:35:16.471Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
523 | 2024-05-14T17:35:16.566Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
524 | 2024-05-14T17:35:16.586Z | + set -o errexit |
525 | 2024-05-14T17:35:16.587Z | +++ dirname ./tools/ci_download_maghemite_mgd |
526 | 2024-05-14T17:35:16.587Z | ++ cd ./tools |
527 | 2024-05-14T17:35:16.587Z | ++ pwd |
528 | 2024-05-14T17:35:16.588Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
529 | 2024-05-14T17:35:16.588Z | ++ basename ./tools/ci_download_maghemite_mgd |
530 | 2024-05-14T17:35:16.588Z | + ARG0=ci_download_maghemite_mgd |
531 | 2024-05-14T17:35:16.588Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
532 | 2024-05-14T17:35:16.588Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
533 | 2024-05-14T17:35:16.589Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 |
534 | 2024-05-14T17:35:16.589Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
535 | 2024-05-14T17:35:16.589Z | ++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
536 | 2024-05-14T17:35:16.589Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
537 | 2024-05-14T17:35:16.590Z | + TARGET_DIR=out |
538 | 2024-05-14T17:35:16.592Z | + DOWNLOAD_DIR=out/downloads |
539 | 2024-05-14T17:35:16.592Z | + DEST_DIR=./out/mgd |
540 | 2024-05-14T17:35:16.592Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
541 | 2024-05-14T17:35:16.592Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
542 | 2024-05-14T17:35:16.593Z | + REPO=oxidecomputer/maghemite |
543 | 2024-05-14T17:35:16.593Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
544 | 2024-05-14T17:35:16.593Z | + main |
545 | 2024-05-14T17:35:16.594Z | + rm -rf out/downloads/root |
546 | 2024-05-14T17:35:16.594Z | + [[ 0 != 0 ]] |
547 | 2024-05-14T17:35:16.594Z | + CIDL_OS=solaris2.11 |
548 | 2024-05-14T17:35:16.595Z | + [[ 0 != 0 ]] |
549 | 2024-05-14T17:35:16.595Z | + configure_os solaris2.11 |
550 | 2024-05-14T17:35:16.595Z | + echo 'current directory: /work/oxidecomputer/omicron' |
551 | 2024-05-14T17:35:16.596Z | current directory: /work/oxidecomputer/omicron |
552 | 2024-05-14T17:35:16.596Z | + echo 'configuring based on OS: "solaris2.11"' |
553 | 2024-05-14T17:35:16.596Z | configuring based on OS: "solaris2.11" |
554 | 2024-05-14T17:35:16.596Z | + case "$1" in |
555 | 2024-05-14T17:35:16.597Z | + SET_BINARIES= |
556 | 2024-05-14T17:35:16.598Z | + CIDL_SHA256FUNC=do_sha256sum |
557 | 2024-05-14T17:35:16.598Z | + TARBALL_FILENAME=mgd.tar.gz |
558 | 2024-05-14T17:35:16.599Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
559 | 2024-05-14T17:35:16.599Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
560 | 2024-05-14T17:35:16.599Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz' |
561 | 2024-05-14T17:35:16.600Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
562 | 2024-05-14T17:35:16.600Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
563 | 2024-05-14T17:35:16.600Z | + mkdir -p out/downloads |
564 | 2024-05-14T17:35:16.601Z | Local file: out/downloads/mgd.tar.gz |
565 | 2024-05-14T17:35:16.601Z | + mkdir -p ./out/mgd |
566 | 2024-05-14T17:35:16.601Z | + fetch_and_verify |
567 | 2024-05-14T17:35:16.602Z | + local DO_DOWNLOAD=true |
568 | 2024-05-14T17:35:16.602Z | + [[ -f out/downloads/mgd.tar.gz ]] |
569 | 2024-05-14T17:35:16.602Z | + '[' true == true ']' |
570 | 2024-05-14T17:35:16.602Z | + echo Downloading... |
571 | 2024-05-14T17:35:16.603Z | Downloading... |
572 | 2024-05-14T17:35:16.603Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz |
573 | 2024-05-14T17:35:16.603Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
574 | 2024-05-14T17:35:37.691Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
575 | 2024-05-14T17:35:37.699Z | ++ sha256sum |
576 | 2024-05-14T17:35:37.699Z | ++ awk '{print $1}' |
577 | 2024-05-14T17:35:37.713Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
578 | 2024-05-14T17:35:37.723Z | + [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]] |
579 | 2024-05-14T17:35:37.723Z | + do_untar out/downloads/mgd.tar.gz |
580 | 2024-05-14T17:35:37.723Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
581 | 2024-05-14T17:35:38.294Z | + do_assemble |
582 | 2024-05-14T17:35:38.294Z | + rm -r ./out/mgd |
583 | 2024-05-14T17:35:38.304Z | + mkdir ./out/mgd |
584 | 2024-05-14T17:35:38.305Z | + cp -r out/downloads/root ./out/mgd/root |
585 | 2024-05-14T17:35:38.398Z | + set -o errexit |
586 | 2024-05-14T17:35:38.420Z | +++ dirname ./tools/ci_download_transceiver_control |
587 | 2024-05-14T17:35:38.420Z | ++ cd ./tools |
588 | 2024-05-14T17:35:38.420Z | ++ pwd |
589 | 2024-05-14T17:35:38.421Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
590 | 2024-05-14T17:35:38.421Z | ++ basename ./tools/ci_download_transceiver_control |
591 | 2024-05-14T17:35:38.421Z | + ARG0=ci_download_transceiver_control |
592 | 2024-05-14T17:35:38.422Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
593 | 2024-05-14T17:35:38.422Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
594 | 2024-05-14T17:35:38.422Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
595 | 2024-05-14T17:35:38.422Z | + TARGET_DIR=out |
596 | 2024-05-14T17:35:38.423Z | + DOWNLOAD_DIR=out/downloads |
597 | 2024-05-14T17:35:38.423Z | + DEST_DIR=./out/transceiver-control |
598 | 2024-05-14T17:35:38.423Z | + BIN_DIR=/opt/oxide/bin |
599 | 2024-05-14T17:35:38.423Z | + BINARY=xcvradm |
600 | 2024-05-14T17:35:38.424Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
601 | 2024-05-14T17:35:38.424Z | + REPO=oxidecomputer/transceiver-control |
602 | 2024-05-14T17:35:38.424Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
603 | 2024-05-14T17:35:38.425Z | + main |
604 | 2024-05-14T17:35:38.425Z | + [[ 0 != 0 ]] |
605 | 2024-05-14T17:35:38.425Z | + CIDL_OS=solaris2.11 |
606 | 2024-05-14T17:35:38.425Z | + [[ 0 != 0 ]] |
607 | 2024-05-14T17:35:38.425Z | + configure_os solaris2.11 |
608 | 2024-05-14T17:35:38.426Z | + echo 'current directory: /work/oxidecomputer/omicron' |
609 | 2024-05-14T17:35:38.426Z | current directory: /work/oxidecomputer/omicron |
610 | 2024-05-14T17:35:38.431Z | + echo 'configuring based on OS: "solaris2.11"' |
611 | 2024-05-14T17:35:38.431Z | + case "$1" in |
612 | 2024-05-14T17:35:38.431Z | configuring based on OS: "solaris2.11" |
613 | 2024-05-14T17:35:38.431Z | + SET_BINARIES= |
614 | 2024-05-14T17:35:38.432Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
615 | 2024-05-14T17:35:38.432Z | + CIDL_SHA256FUNC=do_sha256sum |
616 | 2024-05-14T17:35:38.432Z | + ARCHIVE_FILENAME=xcvradm.gz |
617 | 2024-05-14T17:35:38.432Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
618 | 2024-05-14T17:35:38.432Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
619 | 2024-05-14T17:35:38.432Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
620 | 2024-05-14T17:35:38.433Z | + echo 'Local file: out/downloads/xcvradm.gz' |
621 | 2024-05-14T17:35:38.433Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
622 | 2024-05-14T17:35:38.433Z | Local file: out/downloads/xcvradm.gz |
623 | 2024-05-14T17:35:38.433Z | + mkdir -p out/downloads |
624 | 2024-05-14T17:35:38.433Z | + mkdir -p ./out/transceiver-control |
625 | 2024-05-14T17:35:38.433Z | + fetch_and_verify |
626 | 2024-05-14T17:35:38.434Z | + local DO_DOWNLOAD=true |
627 | 2024-05-14T17:35:38.434Z | + [[ -f out/downloads/xcvradm.gz ]] |
628 | 2024-05-14T17:35:38.434Z | + '[' true == true ']' |
629 | 2024-05-14T17:35:38.434Z | + echo Downloading... |
630 | 2024-05-14T17:35:38.435Z | Downloading... |
631 | 2024-05-14T17:35:38.435Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
632 | 2024-05-14T17:35:38.435Z | + 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 |
633 | 2024-05-14T17:35:41.704Z | ++ do_sha256sum out/downloads/xcvradm.gz |
634 | 2024-05-14T17:35:41.709Z | ++ sha256sum |
635 | 2024-05-14T17:35:41.709Z | ++ awk '{print $1}' |
636 | 2024-05-14T17:35:41.716Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
637 | 2024-05-14T17:35:41.716Z | + [[ 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 ]] |
638 | 2024-05-14T17:35:41.716Z | + do_unpack out/downloads/xcvradm.gz |
639 | 2024-05-14T17:35:41.716Z | + mkdir -p out/downloads/root//opt/oxide/bin |
640 | 2024-05-14T17:35:41.716Z | + gzip -dc out/downloads/xcvradm.gz |
641 | 2024-05-14T17:35:41.839Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
642 | 2024-05-14T17:35:41.866Z | + do_assemble |
643 | 2024-05-14T17:35:41.866Z | + rm -r ./out/transceiver-control |
644 | 2024-05-14T17:35:41.867Z | + mkdir ./out/transceiver-control |
645 | 2024-05-14T17:35:41.867Z | + cp -r out/downloads/root ./out/transceiver-control/root |
646 | 2024-05-14T17:35:41.942Z | + set -o errexit |
647 | 2024-05-14T17:35:41.954Z | +++ dirname ./tools/ci_download_thundermuffin |
648 | 2024-05-14T17:35:41.954Z | ++ cd ./tools |
649 | 2024-05-14T17:35:41.954Z | ++ pwd |
650 | 2024-05-14T17:35:41.954Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
651 | 2024-05-14T17:35:41.954Z | ++ basename ./tools/ci_download_thundermuffin |
652 | 2024-05-14T17:35:41.954Z | + ARG0=ci_download_thundermuffin |
653 | 2024-05-14T17:35:41.954Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
654 | 2024-05-14T17:35:41.954Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
655 | 2024-05-14T17:35:41.954Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
656 | 2024-05-14T17:35:41.954Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
657 | 2024-05-14T17:35:41.954Z | + TARGET_DIR=out |
658 | 2024-05-14T17:35:41.955Z | + DOWNLOAD_DIR=out/downloads |
659 | 2024-05-14T17:35:41.955Z | + DEST_DIR=./out/thundermuffin |
660 | 2024-05-14T17:35:41.955Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
661 | 2024-05-14T17:35:41.955Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
662 | 2024-05-14T17:35:41.955Z | + REPO=oxidecomputer/thundermuffin |
663 | 2024-05-14T17:35:41.955Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
664 | 2024-05-14T17:35:41.955Z | + main |
665 | 2024-05-14T17:35:41.955Z | + rm -rf out/downloads/root |
666 | 2024-05-14T17:35:41.955Z | + [[ 0 != 0 ]] |
667 | 2024-05-14T17:35:41.955Z | + CIDL_OS=solaris2.11 |
668 | 2024-05-14T17:35:41.955Z | + [[ 0 != 0 ]] |
669 | 2024-05-14T17:35:41.955Z | + configure_os solaris2.11 |
670 | 2024-05-14T17:35:41.955Z | + echo 'current directory: /work/oxidecomputer/omicron' |
671 | 2024-05-14T17:35:41.955Z | current directory: /work/oxidecomputer/omicron |
672 | 2024-05-14T17:35:41.955Z | + echo 'configuring based on OS: "solaris2.11"' |
673 | 2024-05-14T17:35:41.956Z | + case "$1" in |
674 | 2024-05-14T17:35:41.956Z | configuring based on OS: "solaris2.11" |
675 | 2024-05-14T17:35:41.956Z | + SET_BINARIES= |
676 | 2024-05-14T17:35:41.956Z | + CIDL_SHA256FUNC=do_sha256sum |
677 | 2024-05-14T17:35:41.956Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
678 | 2024-05-14T17:35:41.956Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
679 | 2024-05-14T17:35:41.956Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
680 | 2024-05-14T17:35:41.956Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
681 | 2024-05-14T17:35:41.956Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
682 | 2024-05-14T17:35:41.956Z | Local file: out/downloads/thundermuffin.tar.gz |
683 | 2024-05-14T17:35:41.956Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
684 | 2024-05-14T17:35:41.957Z | + mkdir -p out/downloads |
685 | 2024-05-14T17:35:41.968Z | + mkdir -p ./out/thundermuffin |
686 | 2024-05-14T17:35:41.968Z | + fetch_and_verify |
687 | 2024-05-14T17:35:41.968Z | + local DO_DOWNLOAD=true |
688 | 2024-05-14T17:35:41.968Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
689 | 2024-05-14T17:35:41.968Z | + '[' true == true ']' |
690 | 2024-05-14T17:35:41.968Z | + echo Downloading... |
691 | 2024-05-14T17:35:41.969Z | Downloading... |
692 | 2024-05-14T17:35:41.969Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
693 | 2024-05-14T17:35:41.969Z | + 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 |
694 | 2024-05-14T17:35:43.042Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
695 | 2024-05-14T17:35:43.049Z | ++ sha256sum |
696 | 2024-05-14T17:35:43.049Z | ++ awk '{print $1}' |
697 | 2024-05-14T17:35:43.054Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
698 | 2024-05-14T17:35:43.054Z | + [[ 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 ]] |
699 | 2024-05-14T17:35:43.054Z | + do_untar out/downloads/thundermuffin.tar.gz |
700 | 2024-05-14T17:35:43.054Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
701 | 2024-05-14T17:35:43.114Z | + do_assemble |
702 | 2024-05-14T17:35:43.114Z | + rm -r ./out/thundermuffin |
703 | 2024-05-14T17:35:43.117Z | + mkdir ./out/thundermuffin |
704 | 2024-05-14T17:35:43.121Z | + cp -r out/downloads/root ./out/thundermuffin/root |
705 | 2024-05-14T17:35:43.129Z | All prerequisites installed successfully |
706 | 2024-05-14T17:35:43.134Z | |
707 | 2024-05-14T17:35:43.134Z | real 2:16.303262236 |
708 | 2024-05-14T17:35:43.134Z | user 37.853215537 |
709 | 2024-05-14T17:35:43.134Z | sys 7.026207248 |
710 | 2024-05-14T17:35:43.135Z | trap 0.009859583 |
711 | 2024-05-14T17:35:43.135Z | tflt 0.148526501 |
712 | 2024-05-14T17:35:43.135Z | dflt 0.281263853 |
713 | 2024-05-14T17:35:43.135Z | kflt 0.115534426 |
714 | 2024-05-14T17:35:43.135Z | lock 1.409111491 |
715 | 2024-05-14T17:35:43.135Z | slp 4:55.771356222 |
716 | 2024-05-14T17:35:43.136Z | lat 1.977629181 |
717 | 2024-05-14T17:35:43.136Z | stop 0.167186474 |
718 | 2024-05-14T17:35:43.136Z | + ptime -m ./tools/ci_download_softnpu_machinery |
719 | 2024-05-14T17:35:43.141Z | fetching npuzone |
720 | 2024-05-14T17:35:43.147Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
721 | 2024-05-14T17:35:43.147Z | (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2) |
722 | 2024-05-14T17:35:43.148Z | Getting hash for npuzone |
723 | 2024-05-14T17:35:43.711Z | (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568) |
724 | 2024-05-14T17:35:52.890Z | npuzone downloaded successfully |
725 | 2024-05-14T17:35:53.035Z | |
726 | 2024-05-14T17:35:53.035Z | real 8.561928239 |
727 | 2024-05-14T17:35:53.035Z | user 0.266774027 |
728 | 2024-05-14T17:35:53.035Z | sys 0.097148584 |
729 | 2024-05-14T17:35:53.036Z | trap 0.000024689 |
730 | 2024-05-14T17:35:53.036Z | tflt 0.000000000 |
731 | 2024-05-14T17:35:53.036Z | dflt 0.000000000 |
732 | 2024-05-14T17:35:53.036Z | kflt 0.000000000 |
733 | 2024-05-14T17:35:53.036Z | lock 0.000000000 |
734 | 2024-05-14T17:35:53.037Z | slp 25.227441899 |
735 | 2024-05-14T17:35:53.037Z | lat 0.062615792 |
736 | 2024-05-14T17:35:53.037Z | stop 0.000176199 |
737 | 2024-05-14T17:35:53.037Z | + export CARGO_INCREMENTAL=0 |
738 | 2024-05-14T17:35:53.038Z | + CARGO_INCREMENTAL=0 |
739 | 2024-05-14T17:35:53.038Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
740 | 2024-05-14T17:35:53.038Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
741 | 2024-05-14T17:35:53.039Z | Updating git repository `https://github.com/oxidecomputer/zone` |
742 | 2024-05-14T17:35:53.039Z | Updating crates.io index |
743 | 2024-05-14T17:35:53.132Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
744 | 2024-05-14T17:35:53.471Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
745 | 2024-05-14T17:35:54.179Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
746 | 2024-05-14T17:35:56.351Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
747 | 2024-05-14T17:35:56.843Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
748 | 2024-05-14T17:35:57.142Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
749 | 2024-05-14T17:35:58.275Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
750 | 2024-05-14T17:36:00.150Z | Updating git repository `https://github.com/oxidecomputer/opte` |
751 | 2024-05-14T17:36:01.310Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
752 | 2024-05-14T17:36:01.997Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
753 | 2024-05-14T17:36:02.390Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
754 | 2024-05-14T17:36:03.077Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
755 | 2024-05-14T17:36:03.417Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
756 | 2024-05-14T17:36:03.744Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
757 | 2024-05-14T17:36:04.138Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
758 | 2024-05-14T17:36:04.593Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
759 | 2024-05-14T17:36:04.908Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
760 | 2024-05-14T17:36:05.157Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
761 | 2024-05-14T17:36:05.449Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
762 | 2024-05-14T17:36:05.774Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
763 | 2024-05-14T17:36:06.200Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
764 | 2024-05-14T17:36:06.496Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
765 | 2024-05-14T17:36:07.177Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
766 | 2024-05-14T17:36:07.531Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
767 | 2024-05-14T17:36:08.259Z | Updating git repository `https://github.com/jgallagher/nix` |
768 | 2024-05-14T17:36:08.918Z | Updating git repository `https://github.com/cbiffle/hubpack` |
769 | 2024-05-14T17:36:09.311Z | Updating git repository `https://github.com/oxidecomputer/typify` |
770 | 2024-05-14T17:36:11.391Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
771 | 2024-05-14T17:36:11.809Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
772 | 2024-05-14T17:36:12.095Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
773 | 2024-05-14T17:36:12.568Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
774 | 2024-05-14T17:36:13.781Z | Downloading crates ... |
775 | 2024-05-14T17:36:13.870Z | Downloaded anstyle-query v1.0.0 |
776 | 2024-05-14T17:36:13.886Z | Downloaded addr2line v0.21.0 |
777 | 2024-05-14T17:36:13.891Z | Downloaded anstream v0.6.11 |
778 | 2024-05-14T17:36:13.891Z | Downloaded anstyle v1.0.7 |
779 | 2024-05-14T17:36:13.913Z | Downloaded adler v1.0.2 |
780 | 2024-05-14T17:36:13.918Z | Downloaded aead v0.5.2 |
781 | 2024-05-14T17:36:13.918Z | Downloaded async-recursion v1.1.1 |
782 | 2024-05-14T17:36:13.918Z | Downloaded anstyle-parse v0.2.1 |
783 | 2024-05-14T17:36:13.918Z | Downloaded assert_matches v1.5.0 |
784 | 2024-05-14T17:36:13.918Z | Downloaded ident_case v1.0.1 |
785 | 2024-05-14T17:36:13.918Z | Downloaded ahash v0.8.8 |
786 | 2024-05-14T17:36:13.923Z | Downloaded highway v1.1.0 |
787 | 2024-05-14T17:36:13.923Z | Downloaded atomicwrites v0.4.3 |
788 | 2024-05-14T17:36:13.928Z | Downloaded allocator-api2 v0.2.16 |
789 | 2024-05-14T17:36:13.938Z | Downloaded crossbeam-utils v0.8.19 |
790 | 2024-05-14T17:36:13.938Z | Downloaded hex v0.4.3 |
791 | 2024-05-14T17:36:14.361Z | Downloaded bb8 v0.8.3 |
792 | 2024-05-14T17:36:14.361Z | Downloaded autocfg v1.1.0 |
793 | 2024-05-14T17:36:14.361Z | Downloaded async-stream v0.3.5 |
794 | 2024-05-14T17:36:14.361Z | Downloaded iana-time-zone v0.1.57 |
795 | 2024-05-14T17:36:14.362Z | Downloaded atty v0.2.14 |
796 | 2024-05-14T17:36:14.362Z | Downloaded async-stream-impl v0.3.5 |
797 | 2024-05-14T17:36:14.362Z | Downloaded ascii v1.1.0 |
798 | 2024-05-14T17:36:14.362Z | Downloaded arrayvec v0.7.4 |
799 | 2024-05-14T17:36:14.386Z | Downloaded array-init v0.0.4 |
800 | 2024-05-14T17:36:14.386Z | Downloaded atomic-waker v1.1.1 |
801 | 2024-05-14T17:36:14.386Z | Downloaded ascii-canvas v3.0.0 |
802 | 2024-05-14T17:36:14.386Z | Downloaded arrayref v0.3.7 |
803 | 2024-05-14T17:36:14.386Z | Downloaded indexmap v2.2.6 |
804 | 2024-05-14T17:36:14.386Z | Downloaded base16ct v0.2.0 |
805 | 2024-05-14T17:36:14.387Z | Downloaded instant v0.1.12 |
806 | 2024-05-14T17:36:14.387Z | Downloaded httpdate v1.0.3 |
807 | 2024-05-14T17:36:14.387Z | Downloaded maybe-uninit v2.0.0 |
808 | 2024-05-14T17:36:14.387Z | Downloaded base64ct v1.6.0 |
809 | 2024-05-14T17:36:14.387Z | Downloaded hostname v0.4.0 |
810 | 2024-05-14T17:36:14.387Z | Downloaded hostname v0.3.1 |
811 | 2024-05-14T17:36:14.387Z | Downloaded hubpack_derive v0.1.1 |
812 | 2024-05-14T17:36:14.388Z | Downloaded hmac v0.12.1 |
813 | 2024-05-14T17:36:14.388Z | Downloaded newline-converter v0.3.0 |
814 | 2024-05-14T17:36:14.388Z | Downloaded bitstruct_derive v0.1.0 |
815 | 2024-05-14T17:36:14.388Z | Downloaded bitstruct v0.1.1 |
816 | 2024-05-14T17:36:14.388Z | Downloaded itoa v1.0.9 |
817 | 2024-05-14T17:36:14.388Z | Downloaded is-terminal v0.4.9 |
818 | 2024-05-14T17:36:14.388Z | Downloaded hyper-tls v0.5.0 |
819 | 2024-05-14T17:36:14.389Z | Downloaded colorchoice v1.0.0 |
820 | 2024-05-14T17:36:14.389Z | Downloaded new_debug_unreachable v1.0.4 |
821 | 2024-05-14T17:36:14.389Z | Downloaded argon2 v0.5.3 |
822 | 2024-05-14T17:36:14.389Z | Downloaded cfg_aliases v0.1.1 |
823 | 2024-05-14T17:36:14.389Z | Downloaded arc-swap v1.6.0 |
824 | 2024-05-14T17:36:14.389Z | Downloaded indoc v2.0.3 |
825 | 2024-05-14T17:36:14.389Z | Downloaded nanorand v0.7.0 |
826 | 2024-05-14T17:36:14.390Z | Downloaded multimap v0.10.0 |
827 | 2024-05-14T17:36:14.390Z | Downloaded inout v0.1.3 |
828 | 2024-05-14T17:36:14.390Z | Downloaded hubpack v0.1.2 |
829 | 2024-05-14T17:36:14.390Z | Downloaded bit-set v0.5.3 |
830 | 2024-05-14T17:36:14.390Z | Downloaded match_cfg v0.1.0 |
831 | 2024-05-14T17:36:14.391Z | Downloaded ciborium-io v0.2.2 |
832 | 2024-05-14T17:36:14.391Z | Downloaded bcs v0.1.6 |
833 | 2024-05-14T17:36:14.391Z | Downloaded impl-trait-for-tuples v0.2.2 |
834 | 2024-05-14T17:36:14.391Z | Downloaded matches v0.1.10 |
835 | 2024-05-14T17:36:14.391Z | Downloaded humantime v2.1.0 |
836 | 2024-05-14T17:36:14.391Z | Downloaded nodrop v0.1.14 |
837 | 2024-05-14T17:36:14.391Z | Downloaded newtype_derive v0.1.6 |
838 | 2024-05-14T17:36:14.392Z | Downloaded is_ci v1.2.0 |
839 | 2024-05-14T17:36:14.392Z | Downloaded http-range v0.1.5 |
840 | 2024-05-14T17:36:14.392Z | Downloaded heck v0.4.1 |
841 | 2024-05-14T17:36:14.392Z | Downloaded heck v0.5.0 |
842 | 2024-05-14T17:36:14.392Z | Downloaded async-trait v0.1.80 |
843 | 2024-05-14T17:36:14.392Z | Downloaded num-conv v0.1.0 |
844 | 2024-05-14T17:36:14.392Z | Downloaded normalize-line-endings v0.3.0 |
845 | 2024-05-14T17:36:14.393Z | Downloaded anyhow v1.0.83 |
846 | 2024-05-14T17:36:14.393Z | Downloaded convert_case v0.4.0 |
847 | 2024-05-14T17:36:14.393Z | Downloaded md-5 v0.10.5 |
848 | 2024-05-14T17:36:14.393Z | Downloaded hyper-staticfile v0.9.5 |
849 | 2024-05-14T17:36:14.393Z | Downloaded bytecount v0.6.3 |
850 | 2024-05-14T17:36:14.394Z | Downloaded ipnetwork v0.20.0 |
851 | 2024-05-14T17:36:14.394Z | Downloaded mime v0.3.17 |
852 | 2024-05-14T17:36:14.394Z | Downloaded linked-hash-map v0.5.6 |
853 | 2024-05-14T17:36:14.394Z | Downloaded maplit v1.0.2 |
854 | 2024-05-14T17:36:14.395Z | Downloaded backoff v0.4.0 |
855 | 2024-05-14T17:36:14.395Z | Downloaded cobs v0.2.3 |
856 | 2024-05-14T17:36:14.395Z | Downloaded hyper-rustls v0.24.2 |
857 | 2024-05-14T17:36:14.395Z | Downloaded termtree v0.4.1 |
858 | 2024-05-14T17:36:14.395Z | Downloaded num-derive v0.4.0 |
859 | 2024-05-14T17:36:14.396Z | Downloaded try-lock v0.2.4 |
860 | 2024-05-14T17:36:14.396Z | Downloaded cexpr v0.6.0 |
861 | 2024-05-14T17:36:14.396Z | Downloaded cfg-if v1.0.0 |
862 | 2024-05-14T17:36:14.396Z | Downloaded block-buffer v0.10.4 |
863 | 2024-05-14T17:36:14.396Z | Downloaded usdt-attr-macro v0.5.0 |
864 | 2024-05-14T17:36:14.397Z | Downloaded base64 v0.13.1 |
865 | 2024-05-14T17:36:14.397Z | Downloaded memoffset v0.7.1 |
866 | 2024-05-14T17:36:14.397Z | Downloaded libsw v3.3.1 |
867 | 2024-05-14T17:36:14.397Z | Downloaded bit-vec v0.6.3 |
868 | 2024-05-14T17:36:14.398Z | Downloaded http-body v0.4.5 |
869 | 2024-05-14T17:36:14.398Z | Downloaded ciborium-ll v0.2.2 |
870 | 2024-05-14T17:36:14.398Z | Downloaded kstat-rs v0.2.3 |
871 | 2024-05-14T17:36:14.398Z | Downloaded lru-cache v0.1.2 |
872 | 2024-05-14T17:36:14.398Z | Downloaded lazycell v1.3.0 |
873 | 2024-05-14T17:36:14.398Z | Downloaded camino-tempfile v1.1.1 |
874 | 2024-05-14T17:36:14.398Z | Downloaded libefi-sys v0.1.0 |
875 | 2024-05-14T17:36:14.398Z | Downloaded cpufeatures v0.2.12 |
876 | 2024-05-14T17:36:14.399Z | Downloaded tinyvec_macros v0.1.1 |
877 | 2024-05-14T17:36:14.399Z | Downloaded nibble_vec v0.1.0 |
878 | 2024-05-14T17:36:14.399Z | Downloaded newtype-uuid v1.1.0 |
879 | 2024-05-14T17:36:14.399Z | Downloaded mockall v0.12.1 |
880 | 2024-05-14T17:36:14.399Z | Downloaded lalrpop-util v0.19.12 |
881 | 2024-05-14T17:36:14.399Z | Downloaded crc-catalog v2.2.0 |
882 | 2024-05-14T17:36:14.399Z | Downloaded crc v3.0.1 |
883 | 2024-05-14T17:36:14.399Z | Downloaded memmap v0.7.0 |
884 | 2024-05-14T17:36:14.400Z | Downloaded num v0.4.3 |
885 | 2024-05-14T17:36:14.400Z | Downloaded linear-map v1.2.0 |
886 | 2024-05-14T17:36:14.400Z | Downloaded macaddr v1.0.1 |
887 | 2024-05-14T17:36:14.400Z | Downloaded lazy_static v1.4.0 |
888 | 2024-05-14T17:36:14.400Z | Downloaded crossbeam-deque v0.8.3 |
889 | 2024-05-14T17:36:14.400Z | Downloaded scheduled-thread-pool v0.2.7 |
890 | 2024-05-14T17:36:14.400Z | Downloaded serde_urlencoded v0.7.1 |
891 | 2024-05-14T17:36:14.400Z | Downloaded indicatif v0.17.8 |
892 | 2024-05-14T17:36:14.400Z | Downloaded semver v0.1.20 |
893 | 2024-05-14T17:36:14.400Z | Downloaded rustversion v1.0.14 |
894 | 2024-05-14T17:36:14.400Z | Downloaded dtrace-parser v0.1.14 |
895 | 2024-05-14T17:36:14.400Z | Downloaded downcast v0.11.0 |
896 | 2024-05-14T17:36:14.400Z | Downloaded signal-hook-tokio v0.3.1 |
897 | 2024-05-14T17:36:14.400Z | Downloaded signal-hook-registry v1.4.1 |
898 | 2024-05-14T17:36:14.400Z | Downloaded shell-words v1.1.0 |
899 | 2024-05-14T17:36:14.419Z | Downloaded serde_plain v1.0.2 |
900 | 2024-05-14T17:36:14.419Z | Downloaded generic-array v0.14.7 |
901 | 2024-05-14T17:36:14.419Z | Downloaded ciborium v0.2.2 |
902 | 2024-05-14T17:36:14.419Z | Downloaded termios v0.3.3 |
903 | 2024-05-14T17:36:14.419Z | Downloaded static_assertions v1.1.0 |
904 | 2024-05-14T17:36:14.419Z | Downloaded slog-bunyan v2.5.0 |
905 | 2024-05-14T17:36:14.419Z | Downloaded slog-async v2.8.0 |
906 | 2024-05-14T17:36:14.420Z | Downloaded tui-tree-widget v0.19.0 |
907 | 2024-05-14T17:36:14.420Z | Downloaded bitflags v2.4.2 |
908 | 2024-05-14T17:36:14.420Z | Downloaded foreign-types-shared v0.1.1 |
909 | 2024-05-14T17:36:14.420Z | Downloaded mime_guess v2.0.4 |
910 | 2024-05-14T17:36:14.420Z | Downloaded memmap2 v0.7.1 |
911 | 2024-05-14T17:36:14.420Z | Downloaded subtle v2.5.0 |
912 | 2024-05-14T17:36:14.420Z | Downloaded structmeta-derive v0.3.0 |
913 | 2024-05-14T17:36:14.420Z | Downloaded camino v1.1.6 |
914 | 2024-05-14T17:36:14.420Z | Downloaded multer v3.1.0 |
915 | 2024-05-14T17:36:14.420Z | Downloaded lru v0.12.1 |
916 | 2024-05-14T17:36:14.420Z | Downloaded libloading v0.7.4 |
917 | 2024-05-14T17:36:14.420Z | Downloaded phf_shared v0.10.0 |
918 | 2024-05-14T17:36:14.420Z | Downloaded opaque-debug v0.3.0 |
919 | 2024-05-14T17:36:14.421Z | Downloaded peg-runtime v0.8.3 |
920 | 2024-05-14T17:36:14.421Z | Downloaded portpicker v0.1.1 |
921 | 2024-05-14T17:36:14.421Z | Downloaded num-complex v0.4.6 |
922 | 2024-05-14T17:36:14.421Z | Downloaded managed v0.8.0 |
923 | 2024-05-14T17:36:14.421Z | Downloaded cookie_store v0.20.0 |
924 | 2024-05-14T17:36:14.421Z | Downloaded native-tls v0.2.11 |
925 | 2024-05-14T17:36:14.421Z | Downloaded zeroize_derive v1.4.2 |
926 | 2024-05-14T17:36:14.421Z | Downloaded wyz v0.5.1 |
927 | 2024-05-14T17:36:14.421Z | Downloaded uzers v0.11.3 |
928 | 2024-05-14T17:36:14.421Z | Downloaded utf8parse v0.2.1 |
929 | 2024-05-14T17:36:14.421Z | Downloaded deranged v0.3.11 |
930 | 2024-05-14T17:36:14.421Z | Downloaded tiny-keccak v2.0.2 |
931 | 2024-05-14T17:36:14.421Z | Downloaded serde-big-array v0.5.1 |
932 | 2024-05-14T17:36:14.421Z | Downloaded nu-ansi-term v0.50.0 |
933 | 2024-05-14T17:36:14.421Z | Downloaded take_mut v0.2.2 |
934 | 2024-05-14T17:36:14.421Z | Downloaded corncobs v0.1.3 |
935 | 2024-05-14T17:36:14.421Z | Downloaded log v0.4.21 |
936 | 2024-05-14T17:36:14.422Z | Downloaded bitflags v1.3.2 |
937 | 2024-05-14T17:36:14.422Z | Downloaded strsim v0.10.0 |
938 | 2024-05-14T17:36:14.422Z | Downloaded ipnet v2.9.0 |
939 | 2024-05-14T17:36:14.422Z | Downloaded futures-task v0.3.30 |
940 | 2024-05-14T17:36:14.422Z | Downloaded httparse v1.8.0 |
941 | 2024-05-14T17:36:14.422Z | Downloaded sigpipe v0.1.3 |
942 | 2024-05-14T17:36:14.422Z | Downloaded dof v0.3.0 |
943 | 2024-05-14T17:36:14.422Z | Downloaded cookie v0.18.1 |
944 | 2024-05-14T17:36:14.422Z | Downloaded blake2 v0.10.6 |
945 | 2024-05-14T17:36:14.422Z | Downloaded base64 v0.21.7 |
946 | 2024-05-14T17:36:14.422Z | Downloaded sync_wrapper v0.1.2 |
947 | 2024-05-14T17:36:14.422Z | Downloaded aho-corasick v1.1.2 |
948 | 2024-05-14T17:36:14.423Z | Downloaded mockall_derive v0.12.1 |
949 | 2024-05-14T17:36:14.423Z | Downloaded filetime v0.2.23 |
950 | 2024-05-14T17:36:14.423Z | Downloaded parse-display v0.9.0 |
951 | 2024-05-14T17:36:14.423Z | Downloaded num-iter v0.1.45 |
952 | 2024-05-14T17:36:14.423Z | Downloaded lock_api v0.4.10 |
953 | 2024-05-14T17:36:14.423Z | Downloaded cookie v0.17.0 |
954 | 2024-05-14T17:36:14.423Z | Downloaded phf_shared v0.11.2 |
955 | 2024-05-14T17:36:14.423Z | Downloaded vte_generate_state_changes v0.1.1 |
956 | 2024-05-14T17:36:14.423Z | Downloaded crc32fast v1.3.2 |
957 | 2024-05-14T17:36:14.423Z | Downloaded defmt-parser v0.3.3 |
958 | 2024-05-14T17:36:14.423Z | Downloaded cancel-safe-futures v0.1.5 |
959 | 2024-05-14T17:36:14.423Z | Downloaded diesel_table_macro_syntax v0.1.0 |
960 | 2024-05-14T17:36:14.423Z | Downloaded derive_builder_macro v0.20.0 |
961 | 2024-05-14T17:36:14.423Z | Downloaded fxhash v0.2.1 |
962 | 2024-05-14T17:36:14.423Z | Downloaded curve25519-dalek-derive v0.1.0 |
963 | 2024-05-14T17:36:14.423Z | Downloaded serde-hex v0.1.0 |
964 | 2024-05-14T17:36:14.423Z | Downloaded phf v0.11.2 |
965 | 2024-05-14T17:36:14.423Z | Downloaded rustc-demangle v0.1.23 |
966 | 2024-05-14T17:36:14.424Z | Downloaded derive_builder v0.20.0 |
967 | 2024-05-14T17:36:14.424Z | Downloaded number_prefix v0.4.0 |
968 | 2024-05-14T17:36:14.424Z | Downloaded crc-any v2.4.3 |
969 | 2024-05-14T17:36:14.424Z | Downloaded pretty-hex v0.4.1 |
970 | 2024-05-14T17:36:14.424Z | Downloaded parse-size v1.0.0 |
971 | 2024-05-14T17:36:14.424Z | Downloaded num_threads v0.1.6 |
972 | 2024-05-14T17:36:14.424Z | Downloaded rand_xorshift v0.3.0 |
973 | 2024-05-14T17:36:14.424Z | Downloaded rand_seeder v0.2.3 |
974 | 2024-05-14T17:36:14.424Z | Downloaded schemars v0.8.17 |
975 | 2024-05-14T17:36:14.424Z | Downloaded universal-hash v0.5.1 |
976 | 2024-05-14T17:36:14.424Z | Downloaded env_logger v0.10.0 |
977 | 2024-05-14T17:36:14.424Z | Downloaded parking_lot_core v0.9.8 |
978 | 2024-05-14T17:36:14.424Z | Downloaded num-rational v0.4.2 |
979 | 2024-05-14T17:36:14.424Z | Downloaded signature v2.1.0 |
980 | 2024-05-14T17:36:14.424Z | Downloaded scroll_derive v0.12.0 |
981 | 2024-05-14T17:36:14.424Z | Downloaded pretty-hex v0.2.1 |
982 | 2024-05-14T17:36:14.425Z | Downloaded uuid v1.8.0 |
983 | 2024-05-14T17:36:14.425Z | Downloaded toml v0.7.8 |
984 | 2024-05-14T17:36:14.425Z | Downloaded tabled_derive v0.7.0 |
985 | 2024-05-14T17:36:14.425Z | Downloaded synstructure v0.12.6 |
986 | 2024-05-14T17:36:14.425Z | Downloaded stability v0.2.0 |
987 | 2024-05-14T17:36:14.425Z | Downloaded miniz_oxide v0.7.1 |
988 | 2024-05-14T17:36:14.425Z | Downloaded stable_deref_trait v1.2.0 |
989 | 2024-05-14T17:36:14.425Z | Downloaded base64 v0.22.1 |
990 | 2024-05-14T17:36:14.425Z | Downloaded subprocess v0.2.9 |
991 | 2024-05-14T17:36:14.425Z | Downloaded wait-timeout v0.2.0 |
992 | 2024-05-14T17:36:14.425Z | Downloaded version_check v0.9.4 |
993 | 2024-05-14T17:36:14.425Z | Downloaded clang-sys v1.6.1 |
994 | 2024-05-14T17:36:14.425Z | Downloaded defmt-macros v0.3.6 |
995 | 2024-05-14T17:36:14.425Z | Downloaded defmt v0.3.5 |
996 | 2024-05-14T17:36:14.425Z | Downloaded toolchain_find v0.4.0 |
997 | 2024-05-14T17:36:14.425Z | Downloaded zeroize v1.7.0 |
998 | 2024-05-14T17:36:14.425Z | Downloaded poly1305 v0.8.0 |
999 | 2024-05-14T17:36:14.456Z | Downloaded crucible-workspace-hack v0.1.0 |
1000 | 2024-05-14T17:36:14.457Z | Downloaded num_enum v0.5.11 |
1001 | 2024-05-14T17:36:14.457Z | Downloaded parse-display-derive v0.9.0 |
1002 | 2024-05-14T17:36:14.457Z | Downloaded quote v1.0.36 |
1003 | 2024-05-14T17:36:14.457Z | Downloaded ref-cast v1.0.22 |
1004 | 2024-05-14T17:36:14.457Z | Downloaded signature v1.6.4 |
1005 | 2024-05-14T17:36:14.457Z | Downloaded secrecy v0.8.0 |
1006 | 2024-05-14T17:36:14.458Z | Downloaded sec1 v0.7.3 |
1007 | 2024-05-14T17:36:14.458Z | Downloaded openssl-probe v0.1.5 |
1008 | 2024-05-14T17:36:14.458Z | Downloaded tokio-rustls v0.25.0 |
1009 | 2024-05-14T17:36:14.458Z | Downloaded tokio-rustls v0.24.1 |
1010 | 2024-05-14T17:36:14.458Z | Downloaded rustls-pemfile v1.0.3 |
1011 | 2024-05-14T17:36:14.458Z | Downloaded clap v4.5.4 |
1012 | 2024-05-14T17:36:14.458Z | Downloaded peeking_take_while v0.1.2 |
1013 | 2024-05-14T17:36:14.459Z | Downloaded sqlparser_derive v0.2.2 |
1014 | 2024-05-14T17:36:14.459Z | Downloaded spki v0.7.2 |
1015 | 2024-05-14T17:36:14.459Z | Downloaded path-slash v0.1.5 |
1016 | 2024-05-14T17:36:14.459Z | Downloaded sha1 v0.10.6 |
1017 | 2024-05-14T17:36:14.459Z | Downloaded tracing-attributes v0.1.27 |
1018 | 2024-05-14T17:36:14.459Z | Downloaded scroll v0.12.0 |
1019 | 2024-05-14T17:36:14.459Z | Downloaded rpassword v7.3.1 |
1020 | 2024-05-14T17:36:14.459Z | Downloaded predicates-tree v1.0.9 |
1021 | 2024-05-14T17:36:14.459Z | Downloaded sqlformat v0.2.3 |
1022 | 2024-05-14T17:36:14.459Z | Downloaded http v1.0.0 |
1023 | 2024-05-14T17:36:14.459Z | Downloaded vsss-rs v3.3.4 |
1024 | 2024-05-14T17:36:14.459Z | Downloaded strsim v0.11.0 |
1025 | 2024-05-14T17:36:14.459Z | Downloaded crunchy v0.2.2 |
1026 | 2024-05-14T17:36:14.459Z | Downloaded zerocopy v0.3.0 |
1027 | 2024-05-14T17:36:14.459Z | Downloaded which v4.4.0 |
1028 | 2024-05-14T17:36:14.459Z | Downloaded derive_builder_core v0.20.0 |
1029 | 2024-05-14T17:36:14.460Z | Downloaded strip-ansi-escapes v0.2.0 |
1030 | 2024-05-14T17:36:14.460Z | Downloaded stringprep v0.1.3 |
1031 | 2024-05-14T17:36:14.460Z | Downloaded tar v0.4.40 |
1032 | 2024-05-14T17:36:14.460Z | Downloaded omicron-zone-package v0.11.0 |
1033 | 2024-05-14T17:36:14.460Z | Downloaded debug-ignore v1.0.5 |
1034 | 2024-05-14T17:36:14.460Z | Downloaded unsafe-libyaml v0.2.10 |
1035 | 2024-05-14T17:36:14.460Z | Downloaded usdt v0.5.0 |
1036 | 2024-05-14T17:36:14.460Z | Downloaded usdt v0.3.5 |
1037 | 2024-05-14T17:36:14.460Z | Downloaded derive-where v1.2.7 |
1038 | 2024-05-14T17:36:14.461Z | Downloaded globset v0.4.13 |
1039 | 2024-05-14T17:36:14.461Z | Downloaded slog-stdlog v4.1.1 |
1040 | 2024-05-14T17:36:14.461Z | Downloaded fastrand v2.0.1 |
1041 | 2024-05-14T17:36:14.461Z | Downloaded ena v0.14.2 |
1042 | 2024-05-14T17:36:14.461Z | Downloaded foreign-types v0.3.2 |
1043 | 2024-05-14T17:36:14.461Z | Downloaded endian-type v0.1.2 |
1044 | 2024-05-14T17:36:14.461Z | Downloaded dyn-clone v1.0.17 |
1045 | 2024-05-14T17:36:14.461Z | Downloaded cstr-argument v0.1.2 |
1046 | 2024-05-14T17:36:14.461Z | Downloaded pest_derive v2.7.6 |
1047 | 2024-05-14T17:36:14.461Z | Downloaded float-cmp v0.9.0 |
1048 | 2024-05-14T17:36:14.461Z | Downloaded flagset v0.4.3 |
1049 | 2024-05-14T17:36:14.461Z | Downloaded futures-sink v0.3.30 |
1050 | 2024-05-14T17:36:14.461Z | Downloaded peg v0.8.3 |
1051 | 2024-05-14T17:36:14.483Z | Downloaded trust-dns-server v0.22.1 |
1052 | 2024-05-14T17:36:14.483Z | Downloaded precomputed-hash v0.1.1 |
1053 | 2024-05-14T17:36:14.483Z | Downloaded snafu v0.8.2 |
1054 | 2024-05-14T17:36:14.483Z | Downloaded vte v0.11.1 |
1055 | 2024-05-14T17:36:14.483Z | Downloaded proc-macro-error v1.0.4 |
1056 | 2024-05-14T17:36:14.483Z | Downloaded yasna v0.5.2 |
1057 | 2024-05-14T17:36:14.483Z | Downloaded quick-error v1.2.3 |
1058 | 2024-05-14T17:36:14.483Z | Downloaded time-macros v0.2.17 |
1059 | 2024-05-14T17:36:14.484Z | Downloaded rustc-hash v1.1.0 |
1060 | 2024-05-14T17:36:14.484Z | Downloaded unarray v0.1.4 |
1061 | 2024-05-14T17:36:14.484Z | Downloaded toml_datetime v0.6.5 |
1062 | 2024-05-14T17:36:14.484Z | Downloaded rustc_version v0.4.0 |
1063 | 2024-05-14T17:36:14.484Z | Downloaded rtoolbox v0.0.1 |
1064 | 2024-05-14T17:36:14.484Z | Downloaded crypto-bigint v0.5.2 |
1065 | 2024-05-14T17:36:14.498Z | Downloaded structmeta v0.3.0 |
1066 | 2024-05-14T17:36:14.498Z | Downloaded rusty-fork v0.3.0 |
1067 | 2024-05-14T17:36:14.498Z | Downloaded crossbeam-channel v0.5.8 |
1068 | 2024-05-14T17:36:14.516Z | Downloaded want v0.3.1 |
1069 | 2024-05-14T17:36:14.516Z | Downloaded enum-as-inner v0.5.1 |
1070 | 2024-05-14T17:36:14.517Z | Downloaded getrandom v0.2.12 |
1071 | 2024-05-14T17:36:14.517Z | Downloaded futures-executor v0.3.30 |
1072 | 2024-05-14T17:36:14.517Z | Downloaded waitgroup v0.1.2 |
1073 | 2024-05-14T17:36:14.517Z | Downloaded crypto-common v0.1.6 |
1074 | 2024-05-14T17:36:14.518Z | Downloaded gethostname v0.4.3 |
1075 | 2024-05-14T17:36:14.535Z | Downloaded foreign-types v0.5.0 |
1076 | 2024-05-14T17:36:14.535Z | Downloaded tracing-core v0.1.32 |
1077 | 2024-05-14T17:36:14.535Z | Downloaded futures-macro v0.3.30 |
1078 | 2024-05-14T17:36:14.536Z | Downloaded serde_derive v1.0.201 |
1079 | 2024-05-14T17:36:14.536Z | Downloaded tungstenite v0.20.1 |
1080 | 2024-05-14T17:36:14.536Z | Downloaded minimal-lexical v0.2.1 |
1081 | 2024-05-14T17:36:14.537Z | Downloaded xattr v1.0.1 |
1082 | 2024-05-14T17:36:14.537Z | Downloaded olpc-cjson v0.1.3 |
1083 | 2024-05-14T17:36:14.548Z | Downloaded time-core v0.1.2 |
1084 | 2024-05-14T17:36:14.549Z | Downloaded peg-macros v0.8.3 |
1085 | 2024-05-14T17:36:14.549Z | Downloaded swrite v0.1.0 |
1086 | 2024-05-14T17:36:14.549Z | Downloaded typenum v1.16.0 |
1087 | 2024-05-14T17:36:14.549Z | Downloaded zip v0.6.6 |
1088 | 2024-05-14T17:36:14.549Z | Downloaded darling_macro v0.20.8 |
1089 | 2024-05-14T17:36:14.550Z | Downloaded thiserror-impl v1.0.59 |
1090 | 2024-05-14T17:36:14.550Z | Downloaded spin v0.5.2 |
1091 | 2024-05-14T17:36:14.550Z | Downloaded serde_spanned v0.6.5 |
1092 | 2024-05-14T17:36:14.567Z | Downloaded serde_repr v0.1.16 |
1093 | 2024-05-14T17:36:14.567Z | Downloaded thiserror-no-std v2.0.2 |
1094 | 2024-05-14T17:36:14.567Z | Downloaded serde_path_to_error v0.1.16 |
1095 | 2024-05-14T17:36:14.567Z | Downloaded fd-lock v4.0.2 |
1096 | 2024-05-14T17:36:14.567Z | Downloaded ucd-trie v0.1.6 |
1097 | 2024-05-14T17:36:14.568Z | Downloaded tempfile v3.10.1 |
1098 | 2024-05-14T17:36:14.607Z | Downloaded serde-big-array v0.4.1 |
1099 | 2024-05-14T17:36:14.607Z | Downloaded same-file v1.0.6 |
1100 | 2024-05-14T17:36:14.607Z | Downloaded radium v0.7.0 |
1101 | 2024-05-14T17:36:14.608Z | Downloaded r2d2 v0.8.10 |
1102 | 2024-05-14T17:36:14.608Z | Downloaded psl-types v2.0.11 |
1103 | 2024-05-14T17:36:14.608Z | Downloaded pem-rfc7468 v0.7.0 |
1104 | 2024-05-14T17:36:14.608Z | Downloaded prettyplease v0.2.19 |
1105 | 2024-05-14T17:36:14.608Z | Downloaded whoami v1.5.1 |
1106 | 2024-05-14T17:36:14.608Z | Downloaded rcgen v0.12.1 |
1107 | 2024-05-14T17:36:14.609Z | Downloaded usdt-attr-macro v0.3.5 |
1108 | 2024-05-14T17:36:14.626Z | Downloaded proc-macro-error-attr v1.0.4 |
1109 | 2024-05-14T17:36:14.627Z | Downloaded walkdir v2.5.0 |
1110 | 2024-05-14T17:36:14.627Z | Downloaded libm v0.2.7 |
1111 | 2024-05-14T17:36:14.627Z | Downloaded equivalent v1.0.1 |
1112 | 2024-05-14T17:36:14.627Z | Downloaded num_cpus v1.16.0 |
1113 | 2024-05-14T17:36:14.628Z | Downloaded scopeguard v1.2.0 |
1114 | 2024-05-14T17:36:14.628Z | Downloaded headers-core v0.2.0 |
1115 | 2024-05-14T17:36:14.628Z | Downloaded num-bigint-dig v0.8.4 |
1116 | 2024-05-14T17:36:14.629Z | Downloaded schemars_derive v0.8.17 |
1117 | 2024-05-14T17:36:14.629Z | Downloaded parking_lot_core v0.8.6 |
1118 | 2024-05-14T17:36:14.629Z | Downloaded data-encoding v2.4.0 |
1119 | 2024-05-14T17:36:14.629Z | Downloaded utf-8 v0.7.6 |
1120 | 2024-05-14T17:36:14.630Z | Downloaded unicode-xid v0.2.4 |
1121 | 2024-05-14T17:36:14.630Z | Downloaded ryu v1.0.15 |
1122 | 2024-05-14T17:36:14.630Z | Downloaded serde_derive_internals v0.29.0 |
1123 | 2024-05-14T17:36:14.630Z | Downloaded pkg-config v0.3.27 |
1124 | 2024-05-14T17:36:14.630Z | Downloaded unicode-width v0.1.11 |
1125 | 2024-05-14T17:36:14.650Z | Downloaded thiserror-impl-no-std v2.0.2 |
1126 | 2024-05-14T17:36:14.650Z | Downloaded rustfmt-wrapper v0.2.1 |
1127 | 2024-05-14T17:36:14.650Z | Downloaded usdt-macro v0.3.5 |
1128 | 2024-05-14T17:36:14.651Z | Downloaded thread_local v1.1.7 |
1129 | 2024-05-14T17:36:14.651Z | Downloaded foreign-types-macros v0.2.3 |
1130 | 2024-05-14T17:36:14.651Z | Downloaded derive_more v0.99.17 |
1131 | 2024-05-14T17:36:14.651Z | Downloaded heapless v0.7.16 |
1132 | 2024-05-14T17:36:14.651Z | Downloaded password-hash v0.5.0 |
1133 | 2024-05-14T17:36:14.671Z | Downloaded unicode-bidi v0.3.15 |
1134 | 2024-05-14T17:36:14.671Z | Downloaded hyper v0.14.28 |
1135 | 2024-05-14T17:36:14.671Z | Downloaded pin-utils v0.1.0 |
1136 | 2024-05-14T17:36:14.671Z | Downloaded hash32 v0.3.1 |
1137 | 2024-05-14T17:36:14.671Z | Downloaded salty v0.2.0 |
1138 | 2024-05-14T17:36:14.696Z | Downloaded usdt-impl v0.3.5 |
1139 | 2024-05-14T17:36:14.696Z | Downloaded tokio-native-tls v0.3.1 |
1140 | 2024-05-14T17:36:14.696Z | Downloaded structmeta-derive v0.2.0 |
1141 | 2024-05-14T17:36:14.696Z | Downloaded postgres-protocol v0.6.6 |
1142 | 2024-05-14T17:36:14.696Z | Downloaded trust-dns-client v0.22.0 |
1143 | 2024-05-14T17:36:14.697Z | Downloaded oso-derive v0.27.3 |
1144 | 2024-05-14T17:36:14.697Z | Downloaded num-traits v0.2.19 |
1145 | 2024-05-14T17:36:14.697Z | Downloaded nom v7.1.3 |
1146 | 2024-05-14T17:36:14.697Z | Downloaded tokio-macros v2.2.0 |
1147 | 2024-05-14T17:36:15.247Z | Downloaded socket2 v0.4.9 |
1148 | 2024-05-14T17:36:15.247Z | Downloaded steno v0.4.0 |
1149 | 2024-05-14T17:36:15.247Z | Downloaded embedded-io v0.4.0 |
1150 | 2024-05-14T17:36:15.247Z | Downloaded either v1.11.0 |
1151 | 2024-05-14T17:36:15.247Z | Downloaded dirs-sys-next v0.1.2 |
1152 | 2024-05-14T17:36:15.247Z | Downloaded smallvec v0.6.14 |
1153 | 2024-05-14T17:36:15.248Z | Downloaded futures-core v0.3.30 |
1154 | 2024-05-14T17:36:15.248Z | Downloaded parking_lot v0.12.1 |
1155 | 2024-05-14T17:36:15.248Z | Downloaded fnv v1.0.7 |
1156 | 2024-05-14T17:36:15.249Z | Downloaded url v2.5.0 |
1157 | 2024-05-14T17:36:15.249Z | Downloaded ff v0.13.0 |
1158 | 2024-05-14T17:36:15.249Z | Downloaded ref-cast-impl v1.0.22 |
1159 | 2024-05-14T17:36:15.249Z | Downloaded rand_chacha v0.3.1 |
1160 | 2024-05-14T17:36:16.078Z | Downloaded fixedbitset v0.4.2 |
1161 | 2024-05-14T17:36:16.078Z | Downloaded unicode-ident v1.0.12 |
1162 | 2024-05-14T17:36:16.078Z | Downloaded snafu-derive v0.8.2 |
1163 | 2024-05-14T17:36:16.078Z | Downloaded hash32 v0.2.1 |
1164 | 2024-05-14T17:36:16.078Z | Downloaded term v0.7.0 |
1165 | 2024-05-14T17:36:16.079Z | Downloaded tower-service v0.3.2 |
1166 | 2024-05-14T17:36:16.079Z | Downloaded strum v0.26.2 |
1167 | 2024-05-14T17:36:16.079Z | Downloaded rsa v0.9.2 |
1168 | 2024-05-14T17:36:16.079Z | Downloaded dtrace-parser v0.2.0 |
1169 | 2024-05-14T17:36:16.079Z | Downloaded serde_tokenstream v0.2.0 |
1170 | 2024-05-14T17:36:16.079Z | Downloaded topological-sort v0.2.2 |
1171 | 2024-05-14T17:36:16.079Z | Downloaded slog-dtrace v0.3.0 |
1172 | 2024-05-14T17:36:16.079Z | Downloaded untrusted v0.9.0 |
1173 | 2024-05-14T17:36:16.079Z | Downloaded predicates v3.1.0 |
1174 | 2024-05-14T17:36:16.079Z | Downloaded usdt-impl v0.5.0 |
1175 | 2024-05-14T17:36:16.079Z | Downloaded foreign-types-shared v0.3.1 |
1176 | 2024-05-14T17:36:16.079Z | Downloaded itertools v0.12.1 |
1177 | 2024-05-14T17:36:16.079Z | Downloaded slab v0.4.9 |
1178 | 2024-05-14T17:36:16.079Z | Downloaded num-integer v0.1.46 |
1179 | 2024-05-14T17:36:16.079Z | Downloaded getopts v0.2.21 |
1180 | 2024-05-14T17:36:16.079Z | Downloaded pkcs8 v0.10.2 |
1181 | 2024-05-14T17:36:16.079Z | Downloaded pkcs1 v0.7.5 |
1182 | 2024-05-14T17:36:16.079Z | Downloaded group v0.13.0 |
1183 | 2024-05-14T17:36:16.079Z | Downloaded display-error-chain v0.2.0 |
1184 | 2024-05-14T17:36:16.079Z | Downloaded zone_cfg_derive v0.1.2 |
1185 | 2024-05-14T17:36:16.079Z | Downloaded siphasher v0.3.11 |
1186 | 2024-05-14T17:36:16.079Z | Downloaded ppv-lite86 v0.2.17 |
1187 | 2024-05-14T17:36:16.079Z | Downloaded spin v0.9.8 |
1188 | 2024-05-14T17:36:16.080Z | Downloaded futures v0.3.30 |
1189 | 2024-05-14T17:36:16.080Z | Downloaded predicates-core v1.0.6 |
1190 | 2024-05-14T17:36:16.080Z | Downloaded serde_with_macros v3.7.0 |
1191 | 2024-05-14T17:36:16.080Z | Downloaded portable-atomic v1.4.3 |
1192 | 2024-05-14T17:36:16.080Z | Downloaded untrusted v0.7.1 |
1193 | 2024-05-14T17:36:16.080Z | Downloaded zone v0.1.8 |
1194 | 2024-05-14T17:36:16.080Z | Downloaded thread-id v4.2.0 |
1195 | 2024-05-14T17:36:16.080Z | Downloaded futures-io v0.3.30 |
1196 | 2024-05-14T17:36:16.080Z | Downloaded funty v2.0.0 |
1197 | 2024-05-14T17:36:16.080Z | Downloaded fragile v2.0.0 |
1198 | 2024-05-14T17:36:16.080Z | Downloaded oso v0.27.3 |
1199 | 2024-05-14T17:36:16.080Z | Downloaded ed25519 v1.5.3 |
1200 | 2024-05-14T17:36:16.080Z | Downloaded ron v0.7.1 |
1201 | 2024-05-14T17:36:16.080Z | Downloaded der v0.7.8 |
1202 | 2024-05-14T17:36:16.081Z | Downloaded usdt-macro v0.5.0 |
1203 | 2024-05-14T17:36:16.081Z | Downloaded unicode-linebreak v0.1.5 |
1204 | 2024-05-14T17:36:16.081Z | Downloaded terminal_size v0.3.0 |
1205 | 2024-05-14T17:36:16.081Z | Downloaded strum_macros v0.25.2 |
1206 | 2024-05-14T17:36:16.081Z | Downloaded errno v0.3.8 |
1207 | 2024-05-14T17:36:16.081Z | Downloaded hkdf v0.12.4 |
1208 | 2024-05-14T17:36:16.081Z | Downloaded smallvec v1.13.1 |
1209 | 2024-05-14T17:36:16.081Z | Downloaded supports-color v3.0.0 |
1210 | 2024-05-14T17:36:16.081Z | Downloaded slog-json v2.6.1 |
1211 | 2024-05-14T17:36:16.081Z | Downloaded packed_struct v0.10.1 |
1212 | 2024-05-14T17:36:16.081Z | Downloaded termcolor v1.2.0 |
1213 | 2024-05-14T17:36:16.081Z | Downloaded dirs-next v2.0.0 |
1214 | 2024-05-14T17:36:16.081Z | Downloaded csv-core v0.1.11 |
1215 | 2024-05-14T17:36:16.081Z | Downloaded owo-colors v4.0.0 |
1216 | 2024-05-14T17:36:16.081Z | Downloaded percent-encoding v2.3.1 |
1217 | 2024-05-14T17:36:16.081Z | Downloaded powerfmt v0.2.0 |
1218 | 2024-05-14T17:36:16.081Z | Downloaded slog-envlogger v2.2.0 |
1219 | 2024-05-14T17:36:16.082Z | Downloaded postgres-types v0.2.6 |
1220 | 2024-05-14T17:36:16.082Z | Downloaded erased-serde v0.3.31 |
1221 | 2024-05-14T17:36:16.082Z | Downloaded tungstenite v0.21.0 |
1222 | 2024-05-14T17:36:16.082Z | Downloaded fatfs v0.3.6 |
1223 | 2024-05-14T17:36:16.082Z | Downloaded platforms v3.0.2 |
1224 | 2024-05-14T17:36:16.082Z | Downloaded papergrid v0.11.0 |
1225 | 2024-05-14T17:36:16.082Z | Downloaded zerocopy v0.6.6 |
1226 | 2024-05-14T17:36:16.082Z | Downloaded form_urlencoded v1.2.1 |
1227 | 2024-05-14T17:36:16.082Z | Downloaded signal-hook-mio v0.2.3 |
1228 | 2024-05-14T17:36:16.082Z | Downloaded flate2 v1.0.30 |
1229 | 2024-05-14T17:36:16.082Z | Downloaded half v2.3.1 |
1230 | 2024-05-14T17:36:16.082Z | Downloaded serde_yaml v0.9.25 |
1231 | 2024-05-14T17:36:16.082Z | Downloaded heapless v0.8.0 |
1232 | 2024-05-14T17:36:16.082Z | Downloaded dof v0.1.5 |
1233 | 2024-05-14T17:36:16.082Z | Downloaded fs-err v2.11.0 |
1234 | 2024-05-14T17:36:16.082Z | Downloaded packed_struct_codegen v0.10.1 |
1235 | 2024-05-14T17:36:16.082Z | Downloaded fallible-iterator v0.2.0 |
1236 | 2024-05-14T17:36:16.082Z | Downloaded pin-project-lite v0.2.13 |
1237 | 2024-05-14T17:36:16.082Z | Downloaded tokio-tungstenite v0.21.0 |
1238 | 2024-05-14T17:36:16.082Z | Downloaded tokio-stream v0.1.15 |
1239 | 2024-05-14T17:36:16.082Z | Downloaded serde_tokenstream v0.1.7 |
1240 | 2024-05-14T17:36:16.082Z | Downloaded strum_macros v0.26.1 |
1241 | 2024-05-14T17:36:16.082Z | Downloaded proc-macro2 v1.0.81 |
1242 | 2024-05-14T17:36:16.082Z | Downloaded shlex v1.3.0 |
1243 | 2024-05-14T17:36:16.083Z | Downloaded strum_macros v0.24.3 |
1244 | 2024-05-14T17:36:16.083Z | Downloaded typed-path v0.7.0 |
1245 | 2024-05-14T17:36:16.083Z | Downloaded rayon-core v1.12.1 |
1246 | 2024-05-14T17:36:16.083Z | Downloaded plain v0.2.3 |
1247 | 2024-05-14T17:36:16.083Z | Downloaded thiserror v1.0.59 |
1248 | 2024-05-14T17:36:16.083Z | Downloaded parking_lot v0.11.2 |
1249 | 2024-05-14T17:36:16.083Z | Downloaded darling_core v0.20.8 |
1250 | 2024-05-14T17:36:16.083Z | Downloaded socket2 v0.5.6 |
1251 | 2024-05-14T17:36:16.083Z | Downloaded samael v0.0.15 |
1252 | 2024-05-14T17:36:16.083Z | Downloaded itertools v0.10.5 |
1253 | 2024-05-14T17:36:16.083Z | Downloaded unicode_categories v0.1.1 |
1254 | 2024-05-14T17:36:16.083Z | Downloaded zerocopy-derive v0.7.32 |
1255 | 2024-05-14T17:36:16.083Z | Downloaded elliptic-curve v0.13.8 |
1256 | 2024-05-14T17:36:16.084Z | Downloaded openssl-sys v0.9.102 |
1257 | 2024-05-14T17:36:16.084Z | Downloaded semver v1.0.22 |
1258 | 2024-05-14T17:36:16.084Z | Downloaded futures-util v0.3.30 |
1259 | 2024-05-14T17:36:16.084Z | Downloaded pin-project-internal v1.1.3 |
1260 | 2024-05-14T17:36:16.507Z | Downloaded postcard v1.0.8 |
1261 | 2024-05-14T17:36:16.507Z | Downloaded pin-project v1.1.3 |
1262 | 2024-05-14T17:36:16.507Z | Downloaded clap_builder v4.5.2 |
1263 | 2024-05-14T17:36:16.508Z | Downloaded pest v2.7.6 |
1264 | 2024-05-14T17:36:16.508Z | Downloaded signal-hook v0.3.17 |
1265 | 2024-05-14T17:36:16.508Z | Downloaded rand v0.8.5 |
1266 | 2024-05-14T17:36:16.508Z | Downloaded textwrap v0.16.1 |
1267 | 2024-05-14T17:36:16.508Z | Downloaded unicode-normalization v0.1.22 |
1268 | 2024-05-14T17:36:16.508Z | Downloaded rayon v1.10.0 |
1269 | 2024-05-14T17:36:16.508Z | Downloaded similar v2.4.0 |
1270 | 2024-05-14T17:36:16.508Z | Downloaded reedline v0.31.0 |
1271 | 2024-05-14T17:36:16.509Z | Downloaded serde v1.0.201 |
1272 | 2024-05-14T17:36:16.509Z | Downloaded crossterm v0.27.0 |
1273 | 2024-05-14T17:36:16.509Z | Downloaded time v0.3.34 |
1274 | 2024-05-14T17:36:16.509Z | Downloaded lalrpop v0.19.12 |
1275 | 2024-05-14T17:36:16.509Z | Downloaded hashbrown v0.12.3 |
1276 | 2024-05-14T17:36:16.509Z | Downloaded quick-xml v0.31.0 |
1277 | 2024-05-14T17:36:16.509Z | Downloaded vcpkg v0.2.15 |
1278 | 2024-05-14T17:36:16.510Z | Downloaded unicode-segmentation v1.10.1 |
1279 | 2024-05-14T17:36:16.510Z | Downloaded tokio-postgres v0.7.10 |
1280 | 2024-05-14T17:36:16.510Z | Downloaded expectorate v1.1.0 |
1281 | 2024-05-14T17:36:16.510Z | Downloaded hashbrown v0.14.3 |
1282 | 2024-05-14T17:36:16.510Z | Downloaded chrono v0.4.38 |
1283 | 2024-05-14T17:36:16.510Z | Downloaded toml_edit v0.22.12 |
1284 | 2024-05-14T17:36:16.510Z | Downloaded tough v0.17.1 |
1285 | 2024-05-14T17:36:16.510Z | Downloaded serde_with v3.7.0 |
1286 | 2024-05-14T17:36:16.510Z | Downloaded zerocopy v0.7.32 |
1287 | 2024-05-14T17:36:16.510Z | Downloaded proptest v1.4.0 |
1288 | 2024-05-14T17:36:16.510Z | Downloaded idna v0.5.0 |
1289 | 2024-05-14T17:36:16.511Z | Downloaded winnow v0.5.15 |
1290 | 2024-05-14T17:36:16.511Z | Downloaded h2 v0.3.26 |
1291 | 2024-05-14T17:36:16.511Z | Downloaded reqwest v0.11.27 |
1292 | 2024-05-14T17:36:16.511Z | Downloaded serde_json v1.0.116 |
1293 | 2024-05-14T17:36:16.511Z | Downloaded nix v0.28.0 |
1294 | 2024-05-14T17:36:16.511Z | Downloaded syn v1.0.109 |
1295 | 2024-05-14T17:36:16.511Z | Downloaded syn v2.0.60 |
1296 | 2024-05-14T17:36:16.511Z | Downloaded rustls v0.21.9 |
1297 | 2024-05-14T17:36:16.512Z | Downloaded smoltcp v0.9.1 |
1298 | 2024-05-14T17:36:16.512Z | Downloaded regex v1.10.4 |
1299 | 2024-05-14T17:36:16.512Z | Downloaded openssl v0.10.64 |
1300 | 2024-05-14T17:36:16.512Z | Downloaded diesel v2.1.6 |
1301 | 2024-05-14T17:36:16.512Z | Downloaded regex-syntax v0.6.29 |
1302 | 2024-05-14T17:36:16.512Z | Downloaded polar-core v0.27.3 |
1303 | 2024-05-14T17:36:16.512Z | Downloaded object v0.32.1 |
1304 | 2024-05-14T17:36:16.512Z | Downloaded object v0.30.4 |
1305 | 2024-05-14T17:36:16.512Z | Downloaded regex-syntax v0.8.2 |
1306 | 2024-05-14T17:36:16.512Z | Downloaded rustix v0.38.31 |
1307 | 2024-05-14T17:36:16.512Z | Downloaded curve25519-dalek v4.1.2 |
1308 | 2024-05-14T17:36:16.512Z | Downloaded ratatui v0.26.2 |
1309 | 2024-05-14T17:36:16.512Z | Downloaded regress v0.9.1 |
1310 | 2024-05-14T17:36:16.512Z | Downloaded openapiv3 v2.0.0 |
1311 | 2024-05-14T17:36:16.513Z | Downloaded sled v0.34.7 |
1312 | 2024-05-14T17:36:16.513Z | Downloaded zerocopy-derive v0.6.6 |
1313 | 2024-05-14T17:36:16.513Z | Downloaded bstr v1.9.0 |
1314 | 2024-05-14T17:36:16.513Z | Downloaded webpki-roots v0.25.2 |
1315 | 2024-05-14T17:36:16.513Z | Downloaded petgraph v0.6.5 |
1316 | 2024-05-14T17:36:16.513Z | Downloaded csv v1.3.0 |
1317 | 2024-05-14T17:36:16.513Z | Downloaded libc v0.2.153 |
1318 | 2024-05-14T17:36:16.513Z | Downloaded rustls v0.22.4 |
1319 | 2024-05-14T17:36:16.514Z | Downloaded regex-automata v0.4.5 |
1320 | 2024-05-14T17:36:16.514Z | Downloaded zerocopy-derive v0.2.0 |
1321 | 2024-05-14T17:36:16.514Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1322 | 2024-05-14T17:36:16.514Z | Downloaded smoltcp v0.11.0 |
1323 | 2024-05-14T17:36:16.514Z | Downloaded bstr v0.2.17 |
1324 | 2024-05-14T17:36:16.515Z | Downloaded radix_trie v0.2.1 |
1325 | 2024-05-14T17:36:16.515Z | Downloaded gimli v0.28.0 |
1326 | 2024-05-14T17:36:16.515Z | Downloaded trust-dns-proto v0.22.0 |
1327 | 2024-05-14T17:36:16.515Z | Downloaded idna v0.2.3 |
1328 | 2024-05-14T17:36:16.515Z | Downloaded tabled v0.15.0 |
1329 | 2024-05-14T17:36:16.516Z | Downloaded rustls-webpki v0.101.7 |
1330 | 2024-05-14T17:36:16.516Z | Downloaded sqlparser v0.45.0 |
1331 | 2024-05-14T17:36:16.516Z | Downloaded regex-automata v0.1.10 |
1332 | 2024-05-14T17:36:16.516Z | Downloaded winnow v0.6.1 |
1333 | 2024-05-14T17:36:16.516Z | Downloaded tokio v1.37.0 |
1334 | 2024-05-14T17:36:16.517Z | Downloaded goblin v0.8.0 |
1335 | 2024-05-14T17:36:16.517Z | Downloaded bitvec v1.0.1 |
1336 | 2024-05-14T17:36:16.517Z | Downloaded sha3 v0.10.8 |
1337 | 2024-05-14T17:36:16.517Z | Downloaded idna v0.3.0 |
1338 | 2024-05-14T17:36:16.517Z | Downloaded bindgen v0.69.2 |
1339 | 2024-05-14T17:36:16.517Z | Downloaded rustls-webpki v0.102.1 |
1340 | 2024-05-14T17:36:16.518Z | Downloaded hashbrown v0.13.2 |
1341 | 2024-05-14T17:36:16.518Z | Downloaded tracing v0.1.40 |
1342 | 2024-05-14T17:36:16.518Z | Downloaded toml_edit v0.19.15 |
1343 | 2024-05-14T17:36:16.518Z | Downloaded publicsuffix v2.2.3 |
1344 | 2024-05-14T17:36:16.518Z | Downloaded tokio-util v0.7.10 |
1345 | 2024-05-14T17:36:16.518Z | Downloaded rustyline v14.0.0 |
1346 | 2024-05-14T17:36:16.518Z | Downloaded blake3 v1.5.0 |
1347 | 2024-05-14T17:36:16.518Z | Downloaded libxml v0.3.3 |
1348 | 2024-05-14T17:36:16.519Z | Downloaded unicase v2.7.0 |
1349 | 2024-05-14T17:36:16.519Z | Downloaded tap v1.0.1 |
1350 | 2024-05-14T17:36:16.519Z | Downloaded structmeta v0.2.0 |
1351 | 2024-05-14T17:36:16.519Z | Downloaded tokio-tungstenite v0.20.1 |
1352 | 2024-05-14T17:36:16.519Z | Downloaded pest_meta v2.7.6 |
1353 | 2024-05-14T17:36:16.519Z | Downloaded diff v0.1.13 |
1354 | 2024-05-14T17:36:16.519Z | Downloaded diesel_derives v2.1.2 |
1355 | 2024-05-14T17:36:16.519Z | Downloaded x509-cert v0.2.4 |
1356 | 2024-05-14T17:36:16.519Z | Downloaded num-bigint v0.4.4 |
1357 | 2024-05-14T17:36:16.520Z | Downloaded mio v0.8.11 |
1358 | 2024-05-14T17:36:16.520Z | Downloaded memchr v2.7.1 |
1359 | 2024-05-14T17:36:16.520Z | Downloaded trust-dns-resolver v0.22.0 |
1360 | 2024-05-14T17:36:16.533Z | Downloaded encoding_rs v0.8.33 |
1361 | 2024-05-14T17:36:16.533Z | Downloaded paste v1.0.15 |
1362 | 2024-05-14T17:36:16.533Z | Downloaded flume v0.11.0 |
1363 | 2024-05-14T17:36:16.533Z | Downloaded slog-term v2.9.1 |
1364 | 2024-05-14T17:36:16.533Z | Downloaded sct v0.7.0 |
1365 | 2024-05-14T17:36:16.533Z | Downloaded compact_str v0.7.1 |
1366 | 2024-05-14T17:36:16.534Z | Downloaded cc v1.0.83 |
1367 | 2024-05-14T17:36:16.534Z | Downloaded sha2 v0.10.8 |
1368 | 2024-05-14T17:36:16.534Z | Downloaded rustls-pemfile v2.1.2 |
1369 | 2024-05-14T17:36:16.534Z | Downloaded toml v0.5.11 |
1370 | 2024-05-14T17:36:16.534Z | Downloaded openssl-macros v0.1.1 |
1371 | 2024-05-14T17:36:16.535Z | Downloaded const_format v0.2.32 |
1372 | 2024-05-14T17:36:16.535Z | Downloaded proc-macro-crate v1.3.1 |
1373 | 2024-05-14T17:36:16.535Z | Downloaded pest_generator v2.7.6 |
1374 | 2024-05-14T17:36:16.535Z | Downloaded ron v0.8.1 |
1375 | 2024-05-14T17:36:16.535Z | Downloaded headers v0.3.9 |
1376 | 2024-05-14T17:36:16.535Z | Downloaded crossbeam-epoch v0.9.18 |
1377 | 2024-05-14T17:36:16.536Z | Downloaded num_enum_derive v0.5.11 |
1378 | 2024-05-14T17:36:16.536Z | Downloaded glob v0.3.1 |
1379 | 2024-05-14T17:36:16.536Z | Downloaded digest v0.10.7 |
1380 | 2024-05-14T17:36:16.536Z | Downloaded difflib v0.4.0 |
1381 | 2024-05-14T17:36:16.536Z | Downloaded once_cell v1.19.0 |
1382 | 2024-05-14T17:36:16.536Z | Downloaded tinyvec v1.6.0 |
1383 | 2024-05-14T17:36:16.536Z | Downloaded backtrace v0.3.69 |
1384 | 2024-05-14T17:36:16.537Z | Downloaded chacha20poly1305 v0.10.1 |
1385 | 2024-05-14T17:36:16.537Z | Downloaded rustls-pki-types v1.3.0 |
1386 | 2024-05-14T17:36:16.537Z | Downloaded futures-channel v0.3.30 |
1387 | 2024-05-14T17:36:16.537Z | Downloaded toml v0.8.12 |
1388 | 2024-05-14T17:36:16.537Z | Downloaded test-strategy v0.3.1 |
1389 | 2024-05-14T17:36:16.537Z | Downloaded env_logger v0.9.3 |
1390 | 2024-05-14T17:36:16.537Z | Downloaded tabwriter v1.4.0 |
1391 | 2024-05-14T17:36:16.538Z | Downloaded string_cache v0.8.7 |
1392 | 2024-05-14T17:36:16.538Z | Downloaded smf v0.2.3 |
1393 | 2024-05-14T17:36:16.538Z | Downloaded smawk v0.3.1 |
1394 | 2024-05-14T17:36:16.538Z | Downloaded slog-scope v4.4.0 |
1395 | 2024-05-14T17:36:16.538Z | Downloaded serde_arrays v0.1.0 |
1396 | 2024-05-14T17:36:16.538Z | Downloaded darling v0.20.8 |
1397 | 2024-05-14T17:36:16.538Z | Downloaded slog v2.7.0 |
1398 | 2024-05-14T17:36:16.538Z | Downloaded const-oid v0.9.6 |
1399 | 2024-05-14T17:36:16.538Z | Downloaded bytes v1.6.0 |
1400 | 2024-05-14T17:36:16.539Z | Downloaded rand_core v0.6.4 |
1401 | 2024-05-14T17:36:16.539Z | Downloaded pem v3.0.4 |
1402 | 2024-05-14T17:36:16.539Z | Downloaded der_derive v0.7.2 |
1403 | 2024-05-14T17:36:16.539Z | Downloaded indexmap v1.9.3 |
1404 | 2024-05-14T17:36:16.539Z | Downloaded const_format_proc_macros v0.2.32 |
1405 | 2024-05-14T17:36:16.539Z | Downloaded console v0.15.8 |
1406 | 2024-05-14T17:36:16.539Z | Downloaded clap_derive v4.5.4 |
1407 | 2024-05-14T17:36:16.540Z | Downloaded bzip2 v0.4.4 |
1408 | 2024-05-14T17:36:16.540Z | Downloaded buf-list v1.0.3 |
1409 | 2024-05-14T17:36:16.540Z | Downloaded rustc_version v0.1.7 |
1410 | 2024-05-14T17:36:16.540Z | Downloaded resolv-conf v0.7.0 |
1411 | 2024-05-14T17:36:16.540Z | Downloaded keccak v0.1.4 |
1412 | 2024-05-14T17:36:16.540Z | Downloaded castaway v0.2.2 |
1413 | 2024-05-14T17:36:16.540Z | Downloaded cipher v0.4.4 |
1414 | 2024-05-14T17:36:16.540Z | Downloaded chacha20 v0.9.1 |
1415 | 2024-05-14T17:36:16.540Z | Downloaded cassowary v0.3.0 |
1416 | 2024-05-14T17:36:16.540Z | Downloaded block-padding v0.3.3 |
1417 | 2024-05-14T17:36:16.540Z | Downloaded indoc v1.0.9 |
1418 | 2024-05-14T17:36:16.541Z | Downloaded clap_lex v0.7.0 |
1419 | 2024-05-14T17:36:16.541Z | Downloaded bitfield v0.14.0 |
1420 | 2024-05-14T17:36:16.541Z | Downloaded constant_time_eq v0.3.0 |
1421 | 2024-05-14T17:36:16.541Z | Downloaded colored v2.1.0 |
1422 | 2024-05-14T17:36:16.541Z | Downloaded byteorder v1.5.0 |
1423 | 2024-05-14T17:36:16.541Z | Downloaded http v0.2.12 |
1424 | 2024-05-14T17:36:16.541Z | Downloaded home v0.5.5 |
1425 | 2024-05-14T17:36:16.541Z | Downloaded heck v0.3.3 |
1426 | 2024-05-14T17:36:16.542Z | Downloaded ring v0.17.8 |
1427 | 2024-05-14T17:36:16.542Z | Downloaded ring v0.16.20 |
1428 | 2024-05-14T17:36:17.444Z | Compiling proc-macro2 v1.0.81 |
1429 | 2024-05-14T17:36:17.454Z | Compiling unicode-ident v1.0.12 |
1430 | 2024-05-14T17:36:17.454Z | Compiling libc v0.2.153 |
1431 | 2024-05-14T17:36:17.454Z | Compiling serde v1.0.201 |
1432 | 2024-05-14T17:36:17.454Z | Compiling version_check v0.9.4 |
1433 | 2024-05-14T17:36:17.454Z | Compiling autocfg v1.1.0 |
1434 | 2024-05-14T17:36:17.454Z | Compiling cfg-if v1.0.0 |
1435 | 2024-05-14T17:36:17.454Z | Compiling once_cell v1.19.0 |
1436 | 2024-05-14T17:36:17.455Z | Compiling parking_lot_core v0.9.8 |
1437 | 2024-05-14T17:36:18.129Z | Compiling byteorder v1.5.0 |
1438 | 2024-05-14T17:36:18.129Z | Compiling lock_api v0.4.10 |
1439 | 2024-05-14T17:36:18.129Z | Compiling ahash v0.8.8 |
1440 | 2024-05-14T17:36:18.129Z | Compiling libm v0.2.7 |
1441 | 2024-05-14T17:36:18.704Z | Compiling serde_json v1.0.116 |
1442 | 2024-05-14T17:36:18.728Z | Compiling memchr v2.7.1 |
1443 | 2024-05-14T17:36:18.778Z | Compiling num-traits v0.2.19 |
1444 | 2024-05-14T17:36:18.872Z | Compiling thiserror v1.0.59 |
1445 | 2024-05-14T17:36:18.893Z | Compiling typenum v1.16.0 |
1446 | 2024-05-14T17:36:19.378Z | Compiling generic-array v0.14.7 |
1447 | 2024-05-14T17:36:19.535Z | Compiling log v0.4.21 |
1448 | 2024-05-14T17:36:19.681Z | Compiling quote v1.0.36 |
1449 | 2024-05-14T17:36:19.825Z | Compiling itoa v1.0.9 |
1450 | 2024-05-14T17:36:20.040Z | Compiling syn v2.0.60 |
1451 | 2024-05-14T17:36:20.145Z | Compiling cc v1.0.83 |
1452 | 2024-05-14T17:36:20.213Z | Compiling getrandom v0.2.12 |
1453 | 2024-05-14T17:36:20.546Z | Compiling scopeguard v1.2.0 |
1454 | 2024-05-14T17:36:20.709Z | Compiling pkg-config v0.3.27 |
1455 | 2024-05-14T17:36:20.709Z | Compiling allocator-api2 v0.2.16 |
1456 | 2024-05-14T17:36:20.748Z | Compiling slab v0.4.9 |
1457 | 2024-05-14T17:36:20.978Z | Compiling ryu v1.0.15 |
1458 | 2024-05-14T17:36:21.313Z | Compiling schemars v0.8.17 |
1459 | 2024-05-14T17:36:21.373Z | Compiling pin-project-lite v0.2.13 |
1460 | 2024-05-14T17:36:21.483Z | Compiling smallvec v1.13.1 |
1461 | 2024-05-14T17:36:21.905Z | Compiling equivalent v1.0.1 |
1462 | 2024-05-14T17:36:21.905Z | Compiling syn v1.0.109 |
1463 | 2024-05-14T17:36:21.905Z | Compiling vcpkg v0.2.15 |
1464 | 2024-05-14T17:36:22.280Z | Compiling parking_lot v0.12.1 |
1465 | 2024-05-14T17:36:22.552Z | Compiling ring v0.17.8 |
1466 | 2024-05-14T17:36:22.761Z | Compiling signal-hook-registry v1.4.1 |
1467 | 2024-05-14T17:36:23.501Z | Compiling openssl-sys v0.9.102 |
1468 | 2024-05-14T17:36:24.368Z | Compiling mio v0.8.11 |
1469 | 2024-05-14T17:36:24.455Z | Compiling fnv v1.0.7 |
1470 | 2024-05-14T17:36:24.577Z | Compiling rand_core v0.6.4 |
1471 | 2024-05-14T17:36:24.831Z | Compiling num-conv v0.1.0 |
1472 | 2024-05-14T17:36:24.969Z | Compiling time-core v0.1.2 |
1473 | 2024-05-14T17:36:25.098Z | Compiling ring v0.16.20 |
1474 | 2024-05-14T17:36:25.148Z | Compiling time-macros v0.2.17 |
1475 | 2024-05-14T17:36:25.652Z | Compiling num_cpus v1.16.0 |
1476 | 2024-05-14T17:36:25.687Z | Compiling socket2 v0.5.6 |
1477 | 2024-05-14T17:36:25.967Z | Compiling httparse v1.8.0 |
1478 | 2024-05-14T17:36:26.668Z | Compiling futures-core v0.3.30 |
1479 | 2024-05-14T17:36:26.952Z | Compiling rustix v0.38.31 |
1480 | 2024-05-14T17:36:27.061Z | Compiling openssl v0.10.64 |
1481 | 2024-05-14T17:36:27.471Z | Compiling serde_derive_internals v0.29.0 |
1482 | 2024-05-14T17:36:27.517Z | Compiling iana-time-zone v0.1.57 |
1483 | 2024-05-14T17:36:27.639Z | Compiling semver v1.0.22 |
1484 | 2024-05-14T17:36:27.710Z | Compiling crossbeam-utils v0.8.19 |
1485 | 2024-05-14T17:36:28.173Z | Compiling rustls v0.21.9 |
1486 | 2024-05-14T17:36:28.394Z | Compiling tinyvec_macros v0.1.1 |
1487 | 2024-05-14T17:36:28.474Z | Compiling native-tls v0.2.11 |
1488 | 2024-05-14T17:36:28.505Z | Compiling spin v0.5.2 |
1489 | 2024-05-14T17:36:28.742Z | Compiling tinyvec v1.6.0 |
1490 | 2024-05-14T17:36:28.819Z | Compiling spin v0.9.8 |
1491 | 2024-05-14T17:36:28.878Z | Compiling ucd-trie v0.1.6 |
1492 | 2024-05-14T17:36:29.228Z | Compiling const-oid v0.9.6 |
1493 | 2024-05-14T17:36:29.255Z | Compiling futures-sink v0.3.30 |
1494 | 2024-05-14T17:36:29.365Z | Compiling subtle v2.5.0 |
1495 | 2024-05-14T17:36:29.648Z | Compiling backtrace v0.3.69 |
1496 | 2024-05-14T17:36:30.085Z | Compiling unicode-normalization v0.1.22 |
1497 | 2024-05-14T17:36:30.169Z | Compiling cookie v0.17.0 |
1498 | 2024-05-14T17:36:30.593Z | Compiling heck v0.5.0 |
1499 | 2024-05-14T17:36:30.648Z | Compiling unicode-bidi v0.3.15 |
1500 | 2024-05-14T17:36:30.814Z | Compiling dyn-clone v1.0.17 |
1501 | 2024-05-14T17:36:31.007Z | Compiling heck v0.4.1 |
1502 | 2024-05-14T17:36:31.012Z | Compiling slog v2.7.0 |
1503 | 2024-05-14T17:36:31.382Z | Compiling futures-channel v0.3.30 |
1504 | 2024-05-14T17:36:31.572Z | Compiling tracing-core v0.1.32 |
1505 | 2024-05-14T17:36:31.652Z | Compiling futures-task v0.3.30 |
1506 | 2024-05-14T17:36:31.755Z | Compiling futures-io v0.3.30 |
1507 | 2024-05-14T17:36:32.006Z | Compiling pin-utils v0.1.0 |
1508 | 2024-05-14T17:36:32.313Z | Compiling aho-corasick v1.1.2 |
1509 | 2024-05-14T17:36:32.483Z | Compiling serde_derive v1.0.201 |
1510 | 2024-05-14T17:36:32.557Z | Compiling zerocopy-derive v0.7.32 |
1511 | 2024-05-14T17:36:33.146Z | Compiling zeroize_derive v1.4.2 |
1512 | 2024-05-14T17:36:33.871Z | Compiling thiserror-impl v1.0.59 |
1513 | 2024-05-14T17:36:34.073Z | Compiling tokio-macros v2.2.0 |
1514 | 2024-05-14T17:36:34.579Z | Compiling zerocopy v0.7.32 |
1515 | 2024-05-14T17:36:34.881Z | Compiling futures-macro v0.3.30 |
1516 | 2024-05-14T17:36:35.216Z | Compiling tracing-attributes v0.1.27 |
1517 | 2024-05-14T17:36:36.760Z | Compiling schemars_derive v0.8.17 |
1518 | 2024-05-14T17:36:36.778Z | Compiling zeroize v1.7.0 |
1519 | 2024-05-14T17:36:36.905Z | Compiling hashbrown v0.14.3 |
1520 | 2024-05-14T17:36:37.480Z | Compiling openssl-macros v0.1.1 |
1521 | 2024-05-14T17:36:38.352Z | Compiling scroll_derive v0.12.0 |
1522 | 2024-05-14T17:36:38.518Z | Compiling pest v2.7.6 |
1523 | 2024-05-14T17:36:38.540Z | Compiling tracing v0.1.40 |
1524 | 2024-05-14T17:36:39.411Z | Compiling crypto-common v0.1.6 |
1525 | 2024-05-14T17:36:39.606Z | Compiling futures-util v0.3.30 |
1526 | 2024-05-14T17:36:39.624Z | Compiling der_derive v0.7.2 |
1527 | 2024-05-14T17:36:40.019Z | Compiling anyhow v1.0.83 |
1528 | 2024-05-14T17:36:40.533Z | Compiling winnow v0.5.15 |
1529 | 2024-05-14T17:36:41.096Z | Compiling pest_meta v2.7.6 |
1530 | 2024-05-14T17:36:41.888Z | Compiling regex-syntax v0.8.2 |
1531 | 2024-05-14T17:36:43.851Z | Compiling pest_generator v2.7.6 |
1532 | 2024-05-14T17:36:44.104Z | Compiling block-buffer v0.10.4 |
1533 | 2024-05-14T17:36:44.740Z | Compiling usdt-impl v0.5.0 |
1534 | 2024-05-14T17:36:45.115Z | Compiling crc32fast v1.3.2 |
1535 | 2024-05-14T17:36:45.524Z | Compiling regex-automata v0.4.5 |
1536 | 2024-05-14T17:36:45.590Z | Compiling bytes v1.6.0 |
1537 | 2024-05-14T17:36:46.307Z | Compiling indexmap v2.2.6 |
1538 | 2024-05-14T17:36:51.723Z | Compiling bitflags v2.4.2 |
1539 | 2024-05-14T17:36:52.077Z | Compiling tokio v1.37.0 |
1540 | 2024-05-14T17:36:52.264Z | Compiling uuid v1.8.0 |
1541 | 2024-05-14T17:36:52.264Z | Compiling serde_tokenstream v0.2.0 |
1542 | 2024-05-14T17:36:52.264Z | Compiling chrono v0.4.38 |
1543 | 2024-05-14T17:36:52.264Z | Compiling serde_spanned v0.6.5 |
1544 | 2024-05-14T17:36:52.264Z | Compiling toml_datetime v0.6.5 |
1545 | 2024-05-14T17:36:52.264Z | Compiling http v0.2.12 |
1546 | 2024-05-14T17:36:52.450Z | Compiling rustc_version v0.4.0 |
1547 | 2024-05-14T17:36:53.033Z | Compiling toml_edit v0.19.15 |
1548 | 2024-05-14T17:36:53.661Z | Compiling pest_derive v2.7.6 |
1549 | 2024-05-14T17:36:54.372Z | Compiling untrusted v0.9.0 |
1550 | 2024-05-14T17:36:54.449Z | Compiling rustversion v1.0.14 |
1551 | 2024-05-14T17:36:54.560Z | Compiling powerfmt v0.2.0 |
1552 | 2024-05-14T17:36:55.068Z | Compiling deranged v0.3.11 |
1553 | 2024-05-14T17:36:56.748Z | Compiling heapless v0.7.16 |
1554 | 2024-05-14T17:36:57.376Z | Compiling digest v0.10.7 |
1555 | 2024-05-14T17:36:58.025Z | Compiling scroll v0.12.0 |
1556 | 2024-05-14T17:36:58.025Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1557 | 2024-05-14T17:36:58.267Z | Compiling percent-encoding v2.3.1 |
1558 | 2024-05-14T17:36:58.281Z | Compiling num_threads v0.1.6 |
1559 | 2024-05-14T17:36:58.333Z | Compiling ppv-lite86 v0.2.17 |
1560 | 2024-05-14T17:36:58.412Z | Compiling plain v0.2.3 |
1561 | 2024-05-14T17:36:58.582Z | Compiling signal-hook v0.3.17 |
1562 | 2024-05-14T17:36:58.893Z | Compiling goblin v0.8.0 |
1563 | 2024-05-14T17:36:59.065Z | Compiling time v0.3.34 |
1564 | 2024-05-14T17:36:59.122Z | Compiling rand_chacha v0.3.1 |
1565 | 2024-05-14T17:37:00.088Z | Compiling regex v1.10.4 |
1566 | 2024-05-14T17:37:02.348Z | Compiling pretty-hex v0.4.1 |
1567 | 2024-05-14T17:37:03.012Z | Compiling rand v0.8.5 |
1568 | 2024-05-14T17:37:03.253Z | Compiling tokio-util v0.7.10 |
1569 | 2024-05-14T17:37:04.514Z | Compiling dtrace-parser v0.2.0 |
1570 | 2024-05-14T17:37:04.663Z | Compiling dof v0.3.0 |
1571 | 2024-05-14T17:37:06.094Z | Compiling async-trait v0.1.80 |
1572 | 2024-05-14T17:37:06.518Z | Compiling thread-id v4.2.0 |
1573 | 2024-05-14T17:37:06.637Z | Compiling num-bigint v0.4.4 |
1574 | 2024-05-14T17:37:07.008Z | Compiling untrusted v0.7.1 |
1575 | 2024-05-14T17:37:07.519Z | Compiling smoltcp v0.9.1 |
1576 | 2024-05-14T17:37:07.533Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1577 | 2024-05-14T17:37:07.733Z | Compiling base64ct v1.6.0 |
1578 | 2024-05-14T17:37:07.899Z | Compiling foreign-types-shared v0.1.1 |
1579 | 2024-05-14T17:37:07.971Z | Compiling unicode-width v0.1.11 |
1580 | 2024-05-14T17:37:08.022Z | Compiling adler v1.0.2 |
1581 | 2024-05-14T17:37:08.186Z | Compiling miniz_oxide v0.7.1 |
1582 | 2024-05-14T17:37:08.271Z | Compiling pem-rfc7468 v0.7.0 |
1583 | 2024-05-14T17:37:08.292Z | Compiling foreign-types v0.3.2 |
1584 | 2024-05-14T17:37:10.455Z | Compiling form_urlencoded v1.2.1 |
1585 | 2024-05-14T17:37:11.652Z | Compiling hmac v0.12.1 |
1586 | 2024-05-14T17:37:11.886Z | Compiling errno v0.3.8 |
1587 | 2024-05-14T17:37:11.967Z | Compiling try-lock v0.2.4 |
1588 | 2024-05-14T17:37:12.249Z | Compiling flagset v0.4.3 |
1589 | 2024-05-14T17:37:12.355Z | Compiling siphasher v0.3.11 |
1590 | 2024-05-14T17:37:12.410Z | Compiling base64 v0.21.7 |
1591 | 2024-05-14T17:37:12.462Z | Compiling der v0.7.8 |
1592 | 2024-05-14T17:37:12.759Z | Compiling want v0.3.1 |
1593 | 2024-05-14T17:37:13.729Z | Compiling rustls-webpki v0.101.7 |
1594 | 2024-05-14T17:37:13.752Z | Compiling sct v0.7.0 |
1595 | 2024-05-14T17:37:14.436Z | Compiling h2 v0.3.26 |
1596 | 2024-05-14T17:37:15.397Z | Compiling http-body v0.4.5 |
1597 | 2024-05-14T17:37:16.346Z | Compiling openapiv3 v2.0.0 |
1598 | 2024-05-14T17:37:17.036Z | Compiling hubpack_derive v0.1.1 |
1599 | 2024-05-14T17:37:17.861Z | Compiling zerocopy-derive v0.6.6 |
1600 | 2024-05-14T17:37:17.895Z | Compiling lazy_static v1.4.0 |
1601 | 2024-05-14T17:37:17.996Z | Compiling idna v0.5.0 |
1602 | 2024-05-14T17:37:18.360Z | Compiling anstyle v1.0.7 |
1603 | 2024-05-14T17:37:18.818Z | Compiling httpdate v1.0.3 |
1604 | 2024-05-14T17:37:19.210Z | Compiling tower-service v0.3.2 |
1605 | 2024-05-14T17:37:19.378Z | Compiling stable_deref_trait v1.2.0 |
1606 | 2024-05-14T17:37:19.495Z | Compiling openssl-probe v0.1.5 |
1607 | 2024-05-14T17:37:19.757Z | Compiling cpufeatures v0.2.12 |
1608 | 2024-05-14T17:37:19.818Z | Compiling utf8parse v0.2.1 |
1609 | 2024-05-14T17:37:20.307Z | Compiling gimli v0.28.0 |
1610 | 2024-05-14T17:37:20.633Z | Compiling anstyle-parse v0.2.1 |
1611 | 2024-05-14T17:37:20.939Z | Compiling sha2 v0.10.8 |
1612 | 2024-05-14T17:37:21.587Z | Compiling hyper v0.14.28 |
1613 | 2024-05-14T17:37:21.617Z | Compiling url v2.5.0 |
1614 | 2024-05-14T17:37:24.713Z | Compiling addr2line v0.21.0 |
1615 | 2024-05-14T17:37:25.093Z | Compiling spki v0.7.2 |
1616 | 2024-05-14T17:37:25.552Z | Compiling usdt-attr-macro v0.5.0 |
1617 | 2024-05-14T17:37:26.667Z | Compiling usdt-macro v0.5.0 |
1618 | 2024-05-14T17:37:27.841Z | Compiling md-5 v0.10.5 |
1619 | 2024-05-14T17:37:31.664Z | Compiling stringprep v0.1.3 |
1620 | 2024-05-14T17:37:31.760Z | Compiling idna v0.3.0 |
1621 | 2024-05-14T17:37:32.466Z | Compiling diesel_table_macro_syntax v0.1.0 |
1622 | 2024-05-14T17:37:32.487Z | Compiling num-integer v0.1.46 |
1623 | 2024-05-14T17:37:32.518Z | Compiling object v0.32.1 |
1624 | 2024-05-14T17:37:33.158Z | Compiling hash32 v0.2.1 |
1625 | 2024-05-14T17:37:33.299Z | Compiling colorchoice v1.0.0 |
1626 | 2024-05-14T17:37:33.459Z | Compiling rustc-demangle v0.1.23 |
1627 | 2024-05-14T17:37:33.513Z | Compiling psl-types v2.0.11 |
1628 | 2024-05-14T17:37:34.754Z | Compiling anstyle-query v1.0.0 |
1629 | 2024-05-14T17:37:35.899Z | Compiling fallible-iterator v0.2.0 |
1630 | 2024-05-14T17:37:36.661Z | Compiling postgres-protocol v0.6.6 |
1631 | 2024-05-14T17:37:37.846Z | Compiling anstream v0.6.11 |
1632 | 2024-05-14T17:37:41.452Z | Compiling publicsuffix v2.2.3 |
1633 | 2024-05-14T17:37:41.701Z | Compiling diesel_derives v2.1.2 |
1634 | 2024-05-14T17:37:48.797Z | Compiling tokio-rustls v0.24.1 |
1635 | 2024-05-14T17:37:49.207Z | Compiling pkcs8 v0.10.2 |
1636 | 2024-05-14T17:37:49.737Z | Compiling terminal_size v0.3.0 |
1637 | 2024-05-14T17:37:50.328Z | Compiling tokio-native-tls v0.3.1 |
1638 | 2024-05-14T17:37:50.354Z | Compiling phf_shared v0.11.2 |
1639 | 2024-05-14T17:37:51.356Z | Compiling strum_macros v0.25.2 |
1640 | 2024-05-14T17:37:51.569Z | Compiling block-padding v0.3.3 |
1641 | 2024-05-14T17:37:51.692Z | Compiling regress v0.9.1 |
1642 | 2024-05-14T17:37:51.793Z | Compiling enum-as-inner v0.5.1 |
1643 | 2024-05-14T17:37:52.808Z | Compiling serde_repr v0.1.16 |
1644 | 2024-05-14T17:37:53.919Z | Compiling clap_derive v4.5.4 |
1645 | 2024-05-14T17:37:55.066Z | Compiling ff v0.13.0 |
1646 | 2024-05-14T17:37:55.342Z | Compiling scheduled-thread-pool v0.2.7 |
1647 | 2024-05-14T17:37:55.391Z | Compiling encoding_rs v0.8.33 |
1648 | 2024-05-14T17:37:55.808Z | Compiling bitflags v1.3.2 |
1649 | 2024-05-14T17:37:55.938Z | Compiling regex-automata v0.1.10 |
1650 | 2024-05-14T17:37:56.233Z | Compiling ident_case v1.0.1 |
1651 | 2024-05-14T17:37:56.371Z | Compiling strsim v0.11.0 |
1652 | 2024-05-14T17:37:56.449Z | Compiling clap_lex v0.7.0 |
1653 | 2024-05-14T17:37:56.898Z | Compiling bit-vec v0.6.3 |
1654 | 2024-05-14T17:37:57.111Z | Compiling ipnet v2.9.0 |
1655 | 2024-05-14T17:37:57.415Z | Compiling matches v0.1.10 |
1656 | 2024-05-14T17:37:57.517Z | Compiling managed v0.8.0 |
1657 | 2024-05-14T17:37:57.969Z | Compiling strsim v0.10.0 |
1658 | 2024-05-14T17:37:58.854Z | Compiling mime v0.3.17 |
1659 | 2024-05-14T17:37:58.994Z | Compiling base16ct v0.2.0 |
1660 | 2024-05-14T17:37:59.542Z | Compiling sec1 v0.7.3 |
1661 | 2024-05-14T17:37:59.586Z | Compiling darling_core v0.20.8 |
1662 | 2024-05-14T17:38:00.461Z | Compiling idna v0.2.3 |
1663 | 2024-05-14T17:38:01.444Z | Compiling clap_builder v4.5.2 |
1664 | 2024-05-14T17:38:01.986Z | Compiling bstr v0.2.17 |
1665 | 2024-05-14T17:38:03.347Z | Compiling r2d2 v0.8.10 |
1666 | 2024-05-14T17:38:04.666Z | Compiling group v0.13.0 |
1667 | 2024-05-14T17:38:04.852Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1668 | 2024-05-14T17:38:05.802Z | Compiling inout v0.1.3 |
1669 | 2024-05-14T17:38:07.874Z | Compiling phf v0.11.2 |
1670 | 2024-05-14T17:38:08.002Z | Compiling hyper-tls v0.5.0 |
1671 | 2024-05-14T17:38:08.198Z | Compiling signal-hook-mio v0.2.3 |
1672 | 2024-05-14T17:38:08.343Z | Compiling hyper-rustls v0.24.2 |
1673 | 2024-05-14T17:38:08.363Z | Compiling bzip2 v0.4.4 |
1674 | 2024-05-14T17:38:08.818Z | Compiling flate2 v1.0.30 |
1675 | 2024-05-14T17:38:08.945Z | Compiling cookie_store v0.20.0 |
1676 | 2024-05-14T17:38:09.439Z | Compiling postgres-types v0.2.6 |
1677 | 2024-05-14T17:38:09.551Z | Compiling zerocopy v0.6.6 |
1678 | 2024-05-14T17:38:10.300Z | Compiling hubpack v0.1.2 |
1679 | 2024-05-14T17:38:10.398Z | Compiling rustls-pemfile v1.0.3 |
1680 | 2024-05-14T17:38:10.703Z | Compiling phf_shared v0.10.0 |
1681 | 2024-05-14T17:38:10.734Z | Compiling hkdf v0.12.4 |
1682 | 2024-05-14T17:38:10.756Z | Compiling serde_urlencoded v0.7.1 |
1683 | 2024-05-14T17:38:10.773Z | Compiling crossbeam-epoch v0.9.18 |
1684 | 2024-05-14T17:38:11.050Z | Compiling ipnetwork v0.20.0 |
1685 | 2024-05-14T17:38:11.115Z | Compiling futures-executor v0.3.30 |
1686 | 2024-05-14T17:38:11.596Z | Compiling crypto-bigint v0.5.2 |
1687 | 2024-05-14T17:38:11.785Z | Compiling float-cmp v0.9.0 |
1688 | 2024-05-14T17:38:11.819Z | Compiling memmap v0.7.0 |
1689 | 2024-05-14T17:38:12.074Z | Compiling data-encoding v2.4.0 |
1690 | 2024-05-14T17:38:12.130Z | Compiling normalize-line-endings v0.3.0 |
1691 | 2024-05-14T17:38:12.257Z | Compiling new_debug_unreachable v1.0.4 |
1692 | 2024-05-14T17:38:12.276Z | Compiling either v1.11.0 |
1693 | 2024-05-14T17:38:12.720Z | Compiling unicode-segmentation v1.10.1 |
1694 | 2024-05-14T17:38:12.741Z | Compiling difflib v0.4.0 |
1695 | 2024-05-14T17:38:13.955Z | Compiling sync_wrapper v0.1.2 |
1696 | 2024-05-14T17:38:14.097Z | Compiling winnow v0.6.1 |
1697 | 2024-05-14T17:38:14.146Z | Compiling whoami v1.5.1 |
1698 | 2024-05-14T17:38:14.445Z | Compiling precomputed-hash v0.1.1 |
1699 | 2024-05-14T17:38:14.745Z | Compiling webpki-roots v0.25.2 |
1700 | 2024-05-14T17:38:14.770Z | Compiling fixedbitset v0.4.2 |
1701 | 2024-05-14T17:38:14.770Z | Compiling minimal-lexical v0.2.1 |
1702 | 2024-05-14T17:38:15.182Z | Compiling predicates-core v1.0.6 |
1703 | 2024-05-14T17:38:15.281Z | Compiling static_assertions v1.1.0 |
1704 | 2024-05-14T17:38:15.392Z | Compiling predicates v3.1.0 |
1705 | 2024-05-14T17:38:15.493Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1706 | 2024-05-14T17:38:15.524Z | Compiling nom v7.1.3 |
1707 | 2024-05-14T17:38:16.032Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1708 | 2024-05-14T17:38:16.356Z | Compiling petgraph v0.6.5 |
1709 | 2024-05-14T17:38:16.913Z | Compiling reqwest v0.11.27 |
1710 | 2024-05-14T17:38:17.837Z | Compiling toml_edit v0.22.12 |
1711 | 2024-05-14T17:38:19.162Z | Compiling string_cache v0.8.7 |
1712 | 2024-05-14T17:38:19.597Z | Compiling tokio-postgres v0.7.10 |
1713 | 2024-05-14T17:38:20.368Z | Compiling similar v2.4.0 |
1714 | 2024-05-14T17:38:20.856Z | Compiling elliptic-curve v0.13.8 |
1715 | 2024-05-14T17:38:21.557Z | Compiling itertools v0.10.5 |
1716 | 2024-05-14T17:38:21.877Z | Compiling trust-dns-proto v0.22.0 |
1717 | 2024-05-14T17:38:22.417Z | Compiling usdt v0.5.0 |
1718 | 2024-05-14T17:38:23.675Z | Compiling diesel v2.1.6 |
1719 | 2024-05-14T17:38:23.855Z | Compiling futures v0.3.30 |
1720 | 2024-05-14T17:38:24.058Z | Compiling yasna v0.5.2 |
1721 | 2024-05-14T17:38:24.432Z | Compiling zip v0.6.6 |
1722 | 2024-05-14T17:38:32.879Z | Compiling crossterm v0.27.0 |
1723 | 2024-05-14T17:38:33.124Z | Compiling cipher v0.4.4 |
1724 | 2024-05-14T17:38:33.124Z | Compiling darling_macro v0.20.8 |
1725 | 2024-05-14T17:38:33.124Z | Compiling clap v4.5.4 |
1726 | 2024-05-14T17:38:33.124Z | Compiling bit-set v0.5.3 |
1727 | 2024-05-14T17:38:33.124Z | Compiling num-iter v0.1.45 |
1728 | 2024-05-14T17:38:33.197Z | Compiling console v0.15.8 |
1729 | 2024-05-14T17:38:33.197Z | Compiling tokio-stream v0.1.15 |
1730 | 2024-05-14T17:38:33.197Z | Compiling toml v0.7.8 |
1731 | 2024-05-14T17:38:33.197Z | Compiling bstr v1.9.0 |
1732 | 2024-05-14T17:38:33.197Z | Compiling hex v0.4.3 |
1733 | 2024-05-14T17:38:33.197Z | Compiling lalrpop-util v0.19.12 |
1734 | 2024-05-14T17:38:33.197Z | Compiling peg-runtime v0.8.3 |
1735 | 2024-05-14T17:38:33.197Z | Compiling darling v0.20.8 |
1736 | 2024-05-14T17:38:33.197Z | Compiling proc-macro-crate v1.3.1 |
1737 | 2024-05-14T17:38:33.197Z | Compiling camino v1.1.6 |
1738 | 2024-05-14T17:38:33.533Z | Compiling heapless v0.8.0 |
1739 | 2024-05-14T17:38:35.051Z | Compiling num_enum_derive v0.5.11 |
1740 | 2024-05-14T17:38:41.499Z | Compiling hash32 v0.3.1 |
1741 | 2024-05-14T17:38:42.987Z | Compiling smoltcp v0.11.0 |
1742 | 2024-05-14T17:38:43.530Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1743 | 2024-05-14T17:38:43.891Z | Compiling rustls-pki-types v1.3.0 |
1744 | 2024-05-14T17:38:53.536Z | Compiling num_enum v0.5.11 |
1745 | 2024-05-14T17:38:57.299Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1746 | 2024-05-14T17:38:57.672Z | Compiling getopts v0.2.21 |
1747 | 2024-05-14T17:38:59.036Z | Compiling dirs-sys-next v0.1.2 |
1748 | 2024-05-14T17:38:59.469Z | Compiling proc-macro-error-attr v1.0.4 |
1749 | 2024-05-14T17:39:00.210Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1750 | 2024-05-14T17:39:00.379Z | Compiling unsafe-libyaml v0.2.10 |
1751 | 2024-05-14T17:39:00.510Z | Compiling paste v1.0.15 |
1752 | 2024-05-14T17:39:00.953Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1753 | 2024-05-14T17:39:01.263Z | Compiling rustls v0.22.4 |
1754 | 2024-05-14T17:39:01.475Z | Compiling cobs v0.2.3 |
1755 | 2024-05-14T17:39:02.019Z | Compiling embedded-io v0.4.0 |
1756 | 2024-05-14T17:39:02.434Z | Compiling serde_yaml v0.9.25 |
1757 | 2024-05-14T17:39:02.435Z | Compiling postcard v1.0.8 |
1758 | 2024-05-14T17:39:05.698Z | Compiling dirs-next v2.0.0 |
1759 | 2024-05-14T17:39:08.063Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1760 | 2024-05-14T17:39:16.227Z | Compiling rustls-webpki v0.102.1 |
1761 | 2024-05-14T17:39:21.179Z | Compiling strum_macros v0.26.1 |
1762 | 2024-05-14T17:39:21.285Z | Compiling structmeta-derive v0.3.0 |
1763 | 2024-05-14T17:39:21.361Z | Compiling foreign-types-macros v0.2.3 |
1764 | 2024-05-14T17:39:22.843Z | Compiling thread_local v1.1.7 |
1765 | 2024-05-14T17:39:22.898Z | Compiling proc-macro-error v1.0.4 |
1766 | 2024-05-14T17:39:23.230Z | Compiling multer v3.1.0 |
1767 | 2024-05-14T17:39:23.559Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1768 | 2024-05-14T17:39:23.687Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1769 | 2024-05-14T17:39:24.000Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1770 | 2024-05-14T17:39:24.129Z | Compiling slog-async v2.8.0 |
1771 | 2024-05-14T17:39:24.784Z | Compiling foreign-types-shared v0.3.1 |
1772 | 2024-05-14T17:39:25.317Z | Compiling match_cfg v0.1.0 |
1773 | 2024-05-14T17:39:25.576Z | Compiling hostname v0.3.1 |
1774 | 2024-05-14T17:39:25.715Z | Compiling strum v0.26.2 |
1775 | 2024-05-14T17:39:29.865Z | Compiling foreign-types v0.5.0 |
1776 | 2024-05-14T17:39:30.729Z | Compiling structmeta v0.3.0 |
1777 | 2024-05-14T17:39:31.192Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1778 | 2024-05-14T17:39:37.846Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1779 | 2024-05-14T17:39:47.621Z | Compiling term v0.7.0 |
1780 | 2024-05-14T17:39:50.628Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1781 | 2024-05-14T17:39:50.631Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1782 | 2024-05-14T17:39:52.216Z | Compiling slog-json v2.6.1 |
1783 | 2024-05-14T17:39:52.535Z | Compiling is-terminal v0.4.9 |
1784 | 2024-05-14T17:39:52.668Z | Compiling tabwriter v1.4.0 |
1785 | 2024-05-14T17:39:52.704Z | Compiling crossbeam-channel v0.5.8 |
1786 | 2024-05-14T17:39:53.492Z | Compiling http v1.0.0 |
1787 | 2024-05-14T17:39:54.390Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1788 | 2024-05-14T17:39:54.577Z | Compiling async-stream-impl v0.3.5 |
1789 | 2024-05-14T17:39:55.201Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1790 | 2024-05-14T17:39:55.794Z | Compiling cstr-argument v0.1.2 |
1791 | 2024-05-14T17:39:55.882Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1792 | 2024-05-14T17:39:56.046Z | Compiling take_mut v0.2.2 |
1793 | 2024-05-14T17:39:56.517Z | Compiling pretty-hex v0.2.1 |
1794 | 2024-05-14T17:39:56.933Z | Compiling rayon-core v1.12.1 |
1795 | 2024-05-14T17:39:56.939Z | Compiling fastrand v2.0.1 |
1796 | 2024-05-14T17:39:56.940Z | Compiling atomic-waker v1.1.1 |
1797 | 2024-05-14T17:39:56.940Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1798 | 2024-05-14T17:39:57.176Z | Compiling base64 v0.22.1 |
1799 | 2024-05-14T17:39:57.274Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1800 | 2024-05-14T17:39:57.362Z | Compiling crucible-workspace-hack v0.1.0 |
1801 | 2024-05-14T17:39:57.646Z | Compiling tempfile v3.10.1 |
1802 | 2024-05-14T17:39:57.707Z | Compiling waitgroup v0.1.2 |
1803 | 2024-05-14T17:39:57.959Z | Compiling rustls-pemfile v2.1.2 |
1804 | 2024-05-14T17:39:58.329Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1805 | 2024-05-14T17:39:58.741Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1806 | 2024-05-14T17:39:58.967Z | Compiling async-stream v0.3.5 |
1807 | 2024-05-14T17:39:59.546Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1808 | 2024-05-14T17:39:59.656Z | Compiling slog-term v2.9.1 |
1809 | 2024-05-14T17:39:59.782Z | Compiling slog-bunyan v2.5.0 |
1810 | 2024-05-14T17:40:00.811Z | Compiling tokio-rustls v0.25.0 |
1811 | 2024-05-14T17:40:01.302Z | Compiling parse-display-derive v0.9.0 |
1812 | 2024-05-14T17:40:01.731Z | Compiling toml v0.8.12 |
1813 | 2024-05-14T17:40:02.411Z | Compiling serde_with_macros v3.7.0 |
1814 | 2024-05-14T17:40:02.645Z | Compiling sha1 v0.10.6 |
1815 | 2024-05-14T17:40:03.568Z | Compiling crossbeam-deque v0.8.3 |
1816 | 2024-05-14T17:40:03.968Z | Compiling colored v2.1.0 |
1817 | 2024-05-14T17:40:05.218Z | Compiling newtype-uuid v1.1.0 |
1818 | 2024-05-14T17:40:05.310Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1819 | 2024-05-14T17:40:05.377Z | Compiling serde_path_to_error v0.1.16 |
1820 | 2024-05-14T17:40:05.549Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1821 | 2024-05-14T17:40:06.293Z | Compiling hostname v0.4.0 |
1822 | 2024-05-14T17:40:06.727Z | Compiling socket2 v0.4.9 |
1823 | 2024-05-14T17:40:06.734Z | Compiling instant v0.1.12 |
1824 | 2024-05-14T17:40:06.745Z | Compiling debug-ignore v1.0.5 |
1825 | 2024-05-14T17:40:06.898Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1826 | 2024-05-14T17:40:07.318Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1827 | 2024-05-14T17:40:08.261Z | Compiling backoff v0.4.0 |
1828 | 2024-05-14T17:40:08.603Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1829 | 2024-05-14T17:40:08.823Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1830 | 2024-05-14T17:40:09.317Z | Compiling parse-display v0.9.0 |
1831 | 2024-05-14T17:40:09.500Z | Compiling serde_with v3.7.0 |
1832 | 2024-05-14T17:40:11.436Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1833 | 2024-05-14T17:40:12.875Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1834 | 2024-05-14T17:40:13.638Z | Compiling camino-tempfile v1.1.1 |
1835 | 2024-05-14T17:40:13.794Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1836 | 2024-05-14T17:40:13.879Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1837 | 2024-05-14T17:40:14.070Z | Compiling macaddr v1.0.1 |
1838 | 2024-05-14T17:40:14.283Z | Compiling num-derive v0.4.0 |
1839 | 2024-05-14T17:40:14.446Z | Compiling sigpipe v0.1.3 |
1840 | 2024-05-14T17:40:14.587Z | Compiling libefi-sys v0.1.0 |
1841 | 2024-05-14T17:40:14.706Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1842 | 2024-05-14T17:40:14.940Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1843 | 2024-05-14T17:40:15.220Z | Compiling rayon v1.10.0 |
1844 | 2024-05-14T17:40:16.574Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
1845 | 2024-05-14T17:40:17.521Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1846 | 2024-05-14T17:40:18.390Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1847 | 2024-05-14T17:40:18.855Z | Compiling smf v0.2.3 |
1848 | 2024-05-14T17:40:20.578Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1849 | 2024-05-14T17:40:21.040Z | Compiling blake3 v1.5.0 |
1850 | 2024-05-14T17:40:21.645Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1851 | 2024-05-14T17:40:21.666Z | Compiling portable-atomic v1.4.3 |
1852 | 2024-05-14T17:40:22.235Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1853 | 2024-05-14T17:40:22.612Z | Compiling filetime v0.2.23 |
1854 | 2024-05-14T17:40:22.659Z | Compiling xattr v1.0.1 |
1855 | 2024-05-14T17:40:22.973Z | Compiling memmap2 v0.7.1 |
1856 | 2024-05-14T17:40:22.984Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1857 | 2024-05-14T17:40:23.149Z | Compiling arrayvec v0.7.4 |
1858 | 2024-05-14T17:40:23.416Z | Compiling arrayref v0.3.7 |
1859 | 2024-05-14T17:40:23.522Z | Compiling constant_time_eq v0.3.0 |
1860 | 2024-05-14T17:40:23.549Z | Compiling same-file v1.0.6 |
1861 | 2024-05-14T17:40:23.623Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1862 | 2024-05-14T17:40:23.705Z | Compiling walkdir v2.5.0 |
1863 | 2024-05-14T17:40:25.081Z | Compiling tar v0.4.40 |
1864 | 2024-05-14T17:40:25.783Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1865 | 2024-05-14T17:40:26.544Z | Compiling gethostname v0.4.3 |
1866 | 2024-05-14T17:40:26.805Z | Compiling number_prefix v0.4.0 |
1867 | 2024-05-14T17:40:27.061Z | Compiling topological-sort v0.2.2 |
1868 | 2024-05-14T17:40:27.196Z | Compiling indicatif v0.17.8 |
1869 | 2024-05-14T17:40:27.329Z | Compiling omicron-zone-package v0.11.0 |
1870 | 2024-05-14T17:40:27.449Z | Compiling swrite v0.1.0 |
1871 | 2024-05-14T17:40:32.531Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1872 | 2024-05-14T17:40:35.615Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1873 | 2024-05-14T17:40:37.354Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1874 | 2024-05-14T17:40:40.093Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1875 | 2024-05-14T17:40:57.595Z | Finished release [optimized] target(s) in 5m 05s |
1876 | 2024-05-14T17:40:57.846Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1877 | 2024-05-14T17:40:57.914Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1878 | 2024-05-14T17:40:57.923Z | Created new build target 'test' and set it as active |
1879 | 2024-05-14T17:40:57.923Z | |
1880 | 2024-05-14T17:40:57.923Z | real 5:06.207882425 |
1881 | 2024-05-14T17:40:57.924Z | user 32:08.631578309 |
1882 | 2024-05-14T17:40:57.924Z | sys 3:57.977513506 |
1883 | 2024-05-14T17:40:57.924Z | trap 0.963461662 |
1884 | 2024-05-14T17:40:57.924Z | tflt 4.819986797 |
1885 | 2024-05-14T17:40:57.924Z | dflt 3.957330391 |
1886 | 2024-05-14T17:40:57.924Z | kflt 0.016538845 |
1887 | 2024-05-14T17:40:57.924Z | lock 1:08:09.364036753 |
1888 | 2024-05-14T17:40:57.924Z | slp 1:30:58.414176899 |
1889 | 2024-05-14T17:40:57.925Z | lat 2:07.017915537 |
1890 | 2024-05-14T17:40:57.925Z | stop 3:41.575796626 |
1891 | 2024-05-14T17:40:57.925Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1892 | 2024-05-14T17:40:58.761Z | Finished release [optimized] target(s) in 0.78s |
1893 | 2024-05-14T17:40:58.787Z | Running `target/release/omicron-package -t test package` |
1894 | 2024-05-14T17:40:58.803Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1895 | 2024-05-14T17:40:59.698Z | Compiling newline-converter v0.3.0 |
1896 | 2024-05-14T17:40:59.708Z | Compiling humantime v2.1.0 |
1897 | 2024-05-14T17:40:59.772Z | Compiling unicode-xid v0.2.4 |
1898 | 2024-05-14T17:40:59.784Z | Compiling linked-hash-map v0.5.6 |
1899 | 2024-05-14T17:40:59.794Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1900 | 2024-05-14T17:40:59.794Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1901 | 2024-05-14T17:40:59.794Z | Compiling password-hash v0.5.0 |
1902 | 2024-05-14T17:40:59.794Z | Compiling blake2 v0.10.6 |
1903 | 2024-05-14T17:41:00.314Z | Compiling expectorate v1.1.0 |
1904 | 2024-05-14T17:41:00.737Z | Compiling semver v0.1.20 |
1905 | 2024-05-14T17:41:00.737Z | Compiling bytecount v0.6.3 |
1906 | 2024-05-14T17:41:00.737Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1907 | 2024-05-14T17:41:00.737Z | Compiling lru-cache v0.1.2 |
1908 | 2024-05-14T17:41:00.737Z | Compiling argon2 v0.5.3 |
1909 | 2024-05-14T17:41:00.744Z | Compiling rustc_version v0.1.7 |
1910 | 2024-05-14T17:41:00.744Z | Compiling papergrid v0.11.0 |
1911 | 2024-05-14T17:41:00.744Z | Compiling tabled_derive v0.7.0 |
1912 | 2024-05-14T17:41:00.744Z | Compiling newtype_derive v0.1.6 |
1913 | 2024-05-14T17:41:01.032Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1914 | 2024-05-14T17:41:01.230Z | Compiling quick-error v1.2.3 |
1915 | 2024-05-14T17:41:01.365Z | Compiling resolv-conf v0.7.0 |
1916 | 2024-05-14T17:41:01.753Z | Compiling trust-dns-resolver v0.22.0 |
1917 | 2024-05-14T17:41:02.134Z | Compiling steno v0.4.0 |
1918 | 2024-05-14T17:41:03.044Z | Compiling tabled v0.15.0 |
1919 | 2024-05-14T17:41:03.044Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1920 | 2024-05-14T17:41:03.055Z | Compiling derive-where v1.2.7 |
1921 | 2024-05-14T17:41:06.348Z | Compiling slog-dtrace v0.3.0 |
1922 | 2024-05-14T17:41:06.361Z | Compiling termcolor v1.2.0 |
1923 | 2024-05-14T17:41:06.727Z | Compiling itertools v0.12.1 |
1924 | 2024-05-14T17:41:07.431Z | Compiling utf-8 v0.7.6 |
1925 | 2024-05-14T17:41:09.334Z | Compiling num-rational v0.4.2 |
1926 | 2024-05-14T17:41:10.599Z | Compiling num-complex v0.4.6 |
1927 | 2024-05-14T17:41:11.933Z | Compiling num v0.4.3 |
1928 | 2024-05-14T17:41:11.960Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1929 | 2024-05-14T17:41:12.049Z | Compiling nibble_vec v0.1.0 |
1930 | 2024-05-14T17:41:12.276Z | Compiling radium v0.7.0 |
1931 | 2024-05-14T17:41:12.701Z | Compiling endian-type v0.1.2 |
1932 | 2024-05-14T17:41:12.938Z | Compiling radix_trie v0.2.1 |
1933 | 2024-05-14T17:41:13.046Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1934 | 2024-05-14T17:41:13.846Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1935 | 2024-05-14T17:41:14.653Z | Compiling tungstenite v0.20.1 |
1936 | 2024-05-14T17:41:16.160Z | Compiling tap v1.0.1 |
1937 | 2024-05-14T17:41:16.350Z | Compiling maybe-uninit v2.0.0 |
1938 | 2024-05-14T17:41:16.885Z | Compiling wyz v0.5.1 |
1939 | 2024-05-14T17:41:17.366Z | Compiling tokio-tungstenite v0.20.1 |
1940 | 2024-05-14T17:41:18.480Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1941 | 2024-05-14T17:41:20.053Z | Compiling arc-swap v1.6.0 |
1942 | 2024-05-14T17:41:20.832Z | Compiling cancel-safe-futures v0.1.5 |
1943 | 2024-05-14T17:41:21.181Z | Compiling display-error-chain v0.2.0 |
1944 | 2024-05-14T17:41:21.359Z | Compiling packed_struct v0.10.1 |
1945 | 2024-05-14T17:41:21.771Z | Compiling crc-catalog v2.2.0 |
1946 | 2024-05-14T17:41:21.920Z | Compiling funty v2.0.0 |
1947 | 2024-05-14T17:41:24.523Z | Compiling num-bigint-dig v0.8.4 |
1948 | 2024-05-14T17:41:24.590Z | Compiling bitvec v1.0.1 |
1949 | 2024-05-14T17:41:24.841Z | Compiling crc v3.0.1 |
1950 | 2024-05-14T17:41:25.519Z | Compiling slog-scope v4.4.0 |
1951 | 2024-05-14T17:41:25.690Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1952 | 2024-05-14T17:41:26.143Z | Compiling packed_struct_codegen v0.10.1 |
1953 | 2024-05-14T17:41:26.312Z | Compiling fxhash v0.2.1 |
1954 | 2024-05-14T17:41:26.436Z | Compiling indexmap v1.9.3 |
1955 | 2024-05-14T17:41:26.518Z | Compiling nodrop v0.1.14 |
1956 | 2024-05-14T17:41:26.642Z | Compiling array-init v0.0.4 |
1957 | 2024-05-14T17:41:26.770Z | Compiling slog-stdlog v4.1.1 |
1958 | 2024-05-14T17:41:27.738Z | Compiling smallvec v0.6.14 |
1959 | 2024-05-14T17:41:28.635Z | Compiling rayon-core v1.12.1 |
1960 | 2024-05-14T17:41:28.652Z | Compiling synstructure v0.12.6 |
1961 | 2024-05-14T17:41:28.665Z | Compiling pkcs1 v0.7.5 |
1962 | 2024-05-14T17:41:30.087Z | Compiling signature v2.1.0 |
1963 | 2024-05-14T17:41:30.320Z | Compiling crossbeam-deque v0.8.3 |
1964 | 2024-05-14T17:41:30.666Z | Compiling dirs-sys-next v0.1.2 |
1965 | 2024-05-14T17:41:31.181Z | Compiling half v2.3.1 |
1966 | 2024-05-14T17:41:31.872Z | Compiling glob v0.3.1 |
1967 | 2024-05-14T17:41:32.670Z | Compiling bitfield v0.14.0 |
1968 | 2024-05-14T17:41:32.789Z | Compiling fastrand v2.0.1 |
1969 | 2024-05-14T17:41:32.956Z | Compiling same-file v1.0.6 |
1970 | 2024-05-14T17:41:33.147Z | Compiling hashbrown v0.12.3 |
1971 | 2024-05-14T17:41:33.170Z | Compiling ciborium-io v0.2.2 |
1972 | 2024-05-14T17:41:33.280Z | Compiling crunchy v0.2.2 |
1973 | 2024-05-14T17:41:33.312Z | Compiling ciborium-ll v0.2.2 |
1974 | 2024-05-14T17:41:33.746Z | Compiling tempfile v3.10.1 |
1975 | 2024-05-14T17:41:33.762Z | Compiling walkdir v2.5.0 |
1976 | 2024-05-14T17:41:34.445Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1977 | 2024-05-14T17:41:34.550Z | Compiling clang-sys v1.6.1 |
1978 | 2024-05-14T17:41:35.226Z | Compiling dirs-next v2.0.0 |
1979 | 2024-05-14T17:41:35.419Z | Compiling rsa v0.9.2 |
1980 | 2024-05-14T17:41:36.951Z | Compiling zerocopy-derive v0.2.0 |
1981 | 2024-05-14T17:41:38.750Z | Compiling serde-hex v0.1.0 |
1982 | 2024-05-14T17:41:38.897Z | Compiling slog-envlogger v2.2.0 |
1983 | 2024-05-14T17:41:40.186Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1984 | 2024-05-14T17:41:40.506Z | Compiling env_logger v0.10.0 |
1985 | 2024-05-14T17:41:40.882Z | Compiling camino v1.1.6 |
1986 | 2024-05-14T17:41:40.945Z | Compiling x509-cert v0.2.4 |
1987 | 2024-05-14T17:41:41.686Z | Compiling ron v0.8.1 |
1988 | 2024-05-14T17:41:43.780Z | Compiling hashbrown v0.13.2 |
1989 | 2024-05-14T17:41:44.432Z | Compiling maplit v1.0.2 |
1990 | 2024-05-14T17:41:44.538Z | Compiling tiny-keccak v2.0.2 |
1991 | 2024-05-14T17:41:44.833Z | Compiling prettyplease v0.2.19 |
1992 | 2024-05-14T17:41:45.138Z | Compiling crc-any v2.4.3 |
1993 | 2024-05-14T17:41:45.163Z | Compiling object v0.30.4 |
1994 | 2024-05-14T17:41:46.099Z | Compiling blake3 v1.5.0 |
1995 | 2024-05-14T17:41:46.413Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1996 | 2024-05-14T17:41:48.033Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1997 | 2024-05-14T17:41:49.128Z | Compiling rayon v1.10.0 |
1998 | 2024-05-14T17:41:49.660Z | Compiling term v0.7.0 |
1999 | 2024-05-14T17:41:49.987Z | Compiling ciborium v0.2.2 |
2000 | 2024-05-14T17:41:50.988Z | Compiling memmap2 v0.7.1 |
2001 | 2024-05-14T17:41:51.320Z | Compiling atty v0.2.14 |
2002 | 2024-05-14T17:41:51.461Z | Compiling filetime v0.2.23 |
2003 | 2024-05-14T17:41:51.755Z | Compiling xattr v1.0.1 |
2004 | 2024-05-14T17:41:51.991Z | Compiling constant_time_eq v0.3.0 |
2005 | 2024-05-14T17:41:52.095Z | Compiling arrayvec v0.7.4 |
2006 | 2024-05-14T17:41:52.150Z | Compiling home v0.5.5 |
2007 | 2024-05-14T17:41:52.395Z | Compiling path-slash v0.1.5 |
2008 | 2024-05-14T17:41:52.510Z | Compiling arrayref v0.3.7 |
2009 | 2024-05-14T17:41:52.599Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2010 | 2024-05-14T17:41:52.607Z | Compiling toolchain_find v0.4.0 |
2011 | 2024-05-14T17:41:53.145Z | Compiling tar v0.4.40 |
2012 | 2024-05-14T17:41:53.354Z | Compiling ascii-canvas v3.0.0 |
2013 | 2024-05-14T17:41:54.392Z | Compiling camino-tempfile v1.1.1 |
2014 | 2024-05-14T17:41:54.802Z | Compiling toml v0.8.12 |
2015 | 2024-05-14T17:41:54.988Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2016 | 2024-05-14T17:41:55.261Z | Compiling is-terminal v0.4.9 |
2017 | 2024-05-14T17:41:55.413Z | Compiling libsw v3.3.1 |
2018 | 2024-05-14T17:41:55.450Z | Compiling ena v0.14.2 |
2019 | 2024-05-14T17:41:55.744Z | Compiling usdt-impl v0.3.5 |
2020 | 2024-05-14T17:41:55.855Z | Compiling libloading v0.7.4 |
2021 | 2024-05-14T17:41:56.138Z | Compiling topological-sort v0.2.2 |
2022 | 2024-05-14T17:41:56.363Z | Compiling convert_case v0.4.0 |
2023 | 2024-05-14T17:41:56.408Z | Compiling owo-colors v4.0.0 |
2024 | 2024-05-14T17:41:56.409Z | Compiling parking_lot_core v0.8.6 |
2025 | 2024-05-14T17:41:56.744Z | Compiling diff v0.1.13 |
2026 | 2024-05-14T17:41:57.013Z | Compiling linear-map v1.2.0 |
2027 | 2024-05-14T17:41:57.281Z | Compiling bindgen v0.69.2 |
2028 | 2024-05-14T17:41:57.447Z | Compiling regex-syntax v0.6.29 |
2029 | 2024-05-14T17:41:57.726Z | Compiling derive_more v0.99.17 |
2030 | 2024-05-14T17:41:58.826Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2031 | 2024-05-14T17:41:59.007Z | Compiling omicron-zone-package v0.11.0 |
2032 | 2024-05-14T17:42:02.631Z | Compiling lalrpop v0.19.12 |
2033 | 2024-05-14T17:42:04.405Z | Compiling rustfmt-wrapper v0.2.1 |
2034 | 2024-05-14T17:42:04.780Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2035 | 2024-05-14T17:42:04.999Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2036 | 2024-05-14T17:42:05.036Z | Compiling cexpr v0.6.0 |
2037 | 2024-05-14T17:42:10.045Z | Compiling which v4.4.0 |
2038 | 2024-05-14T17:42:10.221Z | Compiling unicase v2.7.0 |
2039 | 2024-05-14T17:42:10.221Z | Compiling shlex v1.3.0 |
2040 | 2024-05-14T17:42:10.221Z | Compiling rustc-hash v1.1.0 |
2041 | 2024-05-14T17:42:10.221Z | Compiling peeking_take_while v0.1.2 |
2042 | 2024-05-14T17:42:10.221Z | Compiling lazycell v1.3.0 |
2043 | 2024-05-14T17:42:10.221Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2044 | 2024-05-14T17:42:10.221Z | Compiling zerocopy v0.3.0 |
2045 | 2024-05-14T17:42:10.284Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2046 | 2024-05-14T17:42:10.285Z | Compiling derive_builder_core v0.20.0 |
2047 | 2024-05-14T17:42:11.473Z | Compiling pem v3.0.4 |
2048 | 2024-05-14T17:42:13.040Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2049 | 2024-05-14T17:42:13.251Z | Compiling headers-core v0.2.0 |
2050 | 2024-05-14T17:42:13.432Z | Compiling libxml v0.3.3 |
2051 | 2024-05-14T17:42:13.784Z | Compiling async-recursion v1.1.1 |
2052 | 2024-05-14T17:42:14.976Z | Compiling ref-cast v1.0.22 |
2053 | 2024-05-14T17:42:15.221Z | Compiling platforms v3.0.2 |
2054 | 2024-05-14T17:42:15.505Z | Compiling headers v0.3.9 |
2055 | 2024-05-14T17:42:15.567Z | Compiling derive_builder_macro v0.20.0 |
2056 | 2024-05-14T17:42:16.385Z | Compiling dof v0.1.5 |
2057 | 2024-05-14T17:42:17.177Z | Compiling parking_lot v0.11.2 |
2058 | 2024-05-14T17:42:17.545Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2059 | 2024-05-14T17:42:19.194Z | Compiling trust-dns-client v0.22.0 |
2060 | 2024-05-14T17:42:19.430Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2061 | 2024-05-14T17:42:19.719Z | Compiling dtrace-parser v0.1.14 |
2062 | 2024-05-14T17:42:19.745Z | Compiling strum_macros v0.24.3 |
2063 | 2024-05-14T17:42:19.905Z | Compiling toml v0.5.11 |
2064 | 2024-05-14T17:42:21.192Z | Compiling ref-cast-impl v1.0.22 |
2065 | 2024-05-14T17:42:22.130Z | Compiling samael v0.0.15 |
2066 | 2024-05-14T17:42:22.451Z | Compiling vte_generate_state_changes v0.1.1 |
2067 | 2024-05-14T17:42:23.087Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2068 | 2024-05-14T17:42:23.185Z | Compiling cookie v0.18.1 |
2069 | 2024-05-14T17:42:23.403Z | Compiling indoc v1.0.9 |
2070 | 2024-05-14T17:42:23.494Z | Compiling cfg_aliases v0.1.1 |
2071 | 2024-05-14T17:42:23.588Z | Compiling buf-list v1.0.3 |
2072 | 2024-05-14T17:42:24.140Z | Compiling nix v0.28.0 |
2073 | 2024-05-14T17:42:24.309Z | Compiling vte v0.11.1 |
2074 | 2024-05-14T17:42:24.459Z | Compiling trust-dns-server v0.22.1 |
2075 | 2024-05-14T17:42:26.336Z | Compiling sled v0.34.7 |
2076 | 2024-05-14T17:42:28.003Z | Compiling derive_builder v0.20.0 |
2077 | 2024-05-14T17:42:29.053Z | Compiling polar-core v0.27.3 |
2078 | 2024-05-14T17:42:29.722Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2079 | 2024-05-14T17:42:31.435Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2080 | 2024-05-14T17:42:31.745Z | Compiling const_format_proc_macros v0.2.32 |
2081 | 2024-05-14T17:42:33.047Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2082 | 2024-05-14T17:42:33.769Z | Compiling fd-lock v4.0.2 |
2083 | 2024-05-14T17:42:33.899Z | Compiling bb8 v0.8.3 |
2084 | 2024-05-14T17:42:33.993Z | Compiling quick-xml v0.31.0 |
2085 | 2024-05-14T17:42:34.398Z | Compiling oso-derive v0.27.3 |
2086 | 2024-05-14T17:42:35.462Z | Compiling serde_tokenstream v0.1.7 |
2087 | 2024-05-14T17:42:35.920Z | Compiling impl-trait-for-tuples v0.2.2 |
2088 | 2024-05-14T17:42:38.301Z | Compiling pin-project-internal v1.1.3 |
2089 | 2024-05-14T17:42:40.651Z | Compiling memoffset v0.7.1 |
2090 | 2024-05-14T17:42:40.984Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2091 | 2024-05-14T17:42:41.061Z | Compiling pin-project v1.1.3 |
2092 | 2024-05-14T17:42:41.329Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2093 | 2024-05-14T17:42:41.985Z | Compiling const_format v0.2.32 |
2094 | 2024-05-14T17:42:47.048Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2095 | 2024-05-14T17:42:47.217Z | Compiling curve25519-dalek v4.1.2 |
2096 | 2024-05-14T17:42:47.663Z | Compiling strip-ansi-escapes v0.2.0 |
2097 | 2024-05-14T17:42:52.350Z | Compiling oso v0.27.3 |
2098 | 2024-05-14T17:43:02.825Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2099 | 2024-05-14T17:43:03.871Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2100 | 2024-05-14T17:43:08.417Z | Compiling kstat-rs v0.2.3 |
2101 | 2024-05-14T17:43:09.282Z | Compiling snafu-derive v0.8.2 |
2102 | 2024-05-14T17:43:09.366Z | Compiling fs-err v2.11.0 |
2103 | 2024-05-14T17:43:09.686Z | Compiling keccak v0.1.4 |
2104 | 2024-05-14T17:43:09.728Z | Compiling nu-ansi-term v0.50.0 |
2105 | 2024-05-14T17:43:10.632Z | Compiling reedline v0.31.0 |
2106 | 2024-05-14T17:43:11.001Z | Compiling sha3 v0.10.8 |
2107 | 2024-05-14T17:43:12.010Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2108 | 2024-05-14T17:43:14.244Z | Compiling snafu v0.8.2 |
2109 | 2024-05-14T17:43:15.720Z | Compiling mime_guess v2.0.4 |
2110 | 2024-05-14T17:43:18.537Z | Compiling usdt-attr-macro v0.3.5 |
2111 | 2024-05-14T17:43:19.935Z | Compiling usdt-macro v0.3.5 |
2112 | 2024-05-14T17:43:20.765Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2113 | 2024-05-14T17:43:21.436Z | Compiling env_logger v0.9.3 |
2114 | 2024-05-14T17:43:21.633Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2115 | 2024-05-14T17:43:26.227Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2116 | 2024-05-14T17:43:27.769Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2117 | 2024-05-14T17:43:28.279Z | Compiling globset v0.4.13 |
2118 | 2024-05-14T17:43:28.930Z | Compiling peg-macros v0.8.3 |
2119 | 2024-05-14T17:43:32.437Z | Compiling olpc-cjson v0.1.3 |
2120 | 2024-05-14T17:43:32.753Z | Compiling universal-hash v0.5.1 |
2121 | 2024-05-14T17:43:32.975Z | Compiling secrecy v0.8.0 |
2122 | 2024-05-14T17:43:33.237Z | Compiling thiserror-impl-no-std v2.0.2 |
2123 | 2024-05-14T17:43:35.241Z | Compiling bitstruct_derive v0.1.0 |
2124 | 2024-05-14T17:43:35.520Z | Compiling serde_plain v1.0.2 |
2125 | 2024-05-14T17:43:36.027Z | Compiling sqlparser_derive v0.2.2 |
2126 | 2024-05-14T17:43:36.039Z | Compiling nanorand v0.7.0 |
2127 | 2024-05-14T17:43:36.538Z | Compiling curve25519-dalek-derive v0.1.0 |
2128 | 2024-05-14T17:43:36.808Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2129 | 2024-05-14T17:43:36.857Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2130 | 2024-05-14T17:43:36.941Z | Compiling typed-path v0.7.0 |
2131 | 2024-05-14T17:43:37.195Z | Compiling ascii v1.1.0 |
2132 | 2024-05-14T17:43:37.372Z | Compiling opaque-debug v0.3.0 |
2133 | 2024-05-14T17:43:37.886Z | Compiling signature v1.6.4 |
2134 | 2024-05-14T17:43:37.897Z | Compiling salty v0.2.0 |
2135 | 2024-05-14T17:43:38.307Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2136 | 2024-05-14T17:43:38.307Z | Compiling unicode_categories v0.1.1 |
2137 | 2024-05-14T17:43:38.307Z | Compiling sqlformat v0.2.3 |
2138 | 2024-05-14T17:43:38.348Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2139 | 2024-05-14T17:43:40.819Z | Compiling tough v0.17.1 |
2140 | 2024-05-14T17:43:41.287Z | Compiling ed25519 v1.5.3 |
2141 | 2024-05-14T17:43:41.590Z | Compiling poly1305 v0.8.0 |
2142 | 2024-05-14T17:43:43.332Z | Compiling rustyline v14.0.0 |
2143 | 2024-05-14T17:43:43.852Z | Compiling sqlparser v0.45.0 |
2144 | 2024-05-14T17:43:45.513Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2145 | 2024-05-14T17:43:45.786Z | Compiling bitstruct v0.1.1 |
2146 | 2024-05-14T17:43:45.908Z | Compiling flume v0.11.0 |
2147 | 2024-05-14T17:43:46.677Z | Compiling thiserror-no-std v2.0.2 |
2148 | 2024-05-14T17:43:46.795Z | Compiling peg v0.8.3 |
2149 | 2024-05-14T17:43:46.910Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2150 | 2024-05-14T17:43:47.445Z | Compiling usdt v0.3.5 |
2151 | 2024-05-14T17:43:47.485Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2152 | 2024-05-14T17:43:47.912Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2153 | 2024-05-14T17:43:55.940Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2154 | 2024-05-14T17:43:56.510Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2155 | 2024-05-14T17:43:56.836Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2156 | 2024-05-14T17:43:57.360Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2157 | 2024-05-14T17:43:58.559Z | Compiling chacha20 v0.9.1 |
2158 | 2024-05-14T17:43:59.012Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2159 | 2024-05-14T17:44:01.239Z | Compiling aead v0.5.2 |
2160 | 2024-05-14T17:44:01.586Z | Compiling bcs v0.1.6 |
2161 | 2024-05-14T17:44:02.537Z | Compiling erased-serde v0.3.31 |
2162 | 2024-05-14T17:44:04.251Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2163 | 2024-05-14T17:44:05.113Z | Compiling serde-big-array v0.5.1 |
2164 | 2024-05-14T17:44:05.361Z | Compiling serde_arrays v0.1.0 |
2165 | 2024-05-14T17:44:05.548Z | Compiling highway v1.1.0 |
2166 | 2024-05-14T17:44:06.989Z | Compiling parse-size v1.0.0 |
2167 | 2024-05-14T17:44:07.293Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2168 | 2024-05-14T17:44:09.059Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2169 | 2024-05-14T17:44:18.107Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2170 | 2024-05-14T17:44:35.122Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2171 | 2024-05-14T17:44:35.234Z | Compiling chacha20poly1305 v0.10.1 |
2172 | 2024-05-14T17:44:35.614Z | Compiling vsss-rs v3.3.4 |
2173 | 2024-05-14T17:44:40.103Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2174 | 2024-05-14T17:44:40.129Z | Compiling signal-hook-tokio v0.3.1 |
2175 | 2024-05-14T17:44:40.321Z | Compiling heck v0.3.3 |
2176 | 2024-05-14T17:44:40.676Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2177 | 2024-05-14T17:44:40.815Z | Compiling castaway v0.2.2 |
2178 | 2024-05-14T17:44:41.003Z | Compiling rand_seeder v0.2.3 |
2179 | 2024-05-14T17:44:41.407Z | Compiling serde-big-array v0.4.1 |
2180 | 2024-05-14T17:44:41.611Z | Compiling http-range v0.1.5 |
2181 | 2024-05-14T17:44:42.149Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2182 | 2024-05-14T17:44:42.208Z | Compiling hyper-staticfile v0.9.5 |
2183 | 2024-05-14T17:44:42.467Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2184 | 2024-05-14T17:44:42.887Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2185 | 2024-05-14T17:44:43.910Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2186 | 2024-05-14T17:44:44.106Z | Compiling compact_str v0.7.1 |
2187 | 2024-05-14T17:44:44.281Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2188 | 2024-05-14T17:44:45.610Z | Compiling zone_cfg_derive v0.1.2 |
2189 | 2024-05-14T17:44:45.638Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2190 | 2024-05-14T17:44:54.097Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2191 | 2024-05-14T17:44:54.739Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2192 | 2024-05-14T17:45:01.720Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2193 | 2024-05-14T17:45:03.142Z | Compiling tungstenite v0.21.0 |
2194 | 2024-05-14T17:45:07.945Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2195 | 2024-05-14T17:45:08.263Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2196 | 2024-05-14T17:45:08.573Z | Compiling lru v0.12.1 |
2197 | 2024-05-14T17:45:08.581Z | Compiling stability v0.2.0 |
2198 | 2024-05-14T17:45:08.929Z | Compiling cassowary v0.3.0 |
2199 | 2024-05-14T17:45:09.583Z | Compiling corncobs v0.1.3 |
2200 | 2024-05-14T17:45:09.953Z | Compiling base64 v0.13.1 |
2201 | 2024-05-14T17:45:10.751Z | Compiling indoc v2.0.3 |
2202 | 2024-05-14T17:45:11.763Z | Compiling ratatui v0.26.2 |
2203 | 2024-05-14T17:45:13.398Z | Compiling ron v0.7.1 |
2204 | 2024-05-14T17:45:17.418Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2205 | 2024-05-14T17:45:18.260Z | Compiling tokio-tungstenite v0.21.0 |
2206 | 2024-05-14T17:45:18.853Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2207 | 2024-05-14T17:45:19.151Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2208 | 2024-05-14T17:45:19.876Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2209 | 2024-05-14T17:45:29.752Z | Compiling zone v0.1.8 |
2210 | 2024-05-14T17:45:31.385Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2211 | 2024-05-14T17:45:39.128Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2212 | 2024-05-14T17:45:42.120Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2213 | 2024-05-14T17:45:42.869Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2214 | 2024-05-14T17:45:43.520Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2215 | 2024-05-14T17:45:43.823Z | Compiling portpicker v0.1.1 |
2216 | 2024-05-14T17:45:44.360Z | Compiling smawk v0.3.1 |
2217 | 2024-05-14T17:45:44.614Z | Compiling unicode-linebreak v0.1.5 |
2218 | 2024-05-14T17:45:45.180Z | Compiling textwrap v0.16.1 |
2219 | 2024-05-14T17:45:48.358Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2220 | 2024-05-14T17:45:50.375Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2221 | 2024-05-14T17:45:54.334Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2222 | 2024-05-14T17:46:02.072Z | Compiling rcgen v0.12.1 |
2223 | 2024-05-14T17:46:03.061Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2224 | 2024-05-14T17:46:03.525Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2225 | 2024-05-14T17:46:06.150Z | Compiling atomicwrites v0.4.3 |
2226 | 2024-05-14T17:46:06.701Z | Compiling fatfs v0.3.6 |
2227 | 2024-05-14T17:46:08.507Z | Compiling subprocess v0.2.9 |
2228 | 2024-05-14T17:46:09.606Z | Compiling rtoolbox v0.0.1 |
2229 | 2024-05-14T17:46:10.030Z | Compiling assert_matches v1.5.0 |
2230 | 2024-05-14T17:46:10.138Z | Compiling is_ci v1.2.0 |
2231 | 2024-05-14T17:46:10.415Z | Compiling supports-color v3.0.0 |
2232 | 2024-05-14T17:46:11.074Z | Compiling rpassword v7.3.1 |
2233 | 2024-05-14T17:46:11.514Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2234 | 2024-05-14T17:46:13.176Z | Compiling tui-tree-widget v0.19.0 |
2235 | 2024-05-14T17:46:13.591Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2236 | 2024-05-14T17:46:13.866Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2237 | 2024-05-14T17:46:14.441Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2238 | 2024-05-14T17:46:14.761Z | Compiling csv-core v0.1.11 |
2239 | 2024-05-14T17:46:15.702Z | Compiling shell-words v1.1.0 |
2240 | 2024-05-14T17:46:16.161Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2241 | 2024-05-14T17:46:16.253Z | Compiling csv v1.3.0 |
2242 | 2024-05-14T17:46:18.393Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2243 | 2024-05-14T17:46:18.725Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2244 | 2024-05-14T17:46:29.486Z | Compiling multimap v0.10.0 |
2245 | 2024-05-14T17:46:29.873Z | Compiling uzers v0.11.3 |
2246 | 2024-05-14T17:46:33.074Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2247 | 2024-05-14T17:48:34.866Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2248 | 2024-05-14T17:48:51.703Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2249 | 2024-05-14T17:56:03.912Z | Finished release [optimized] target(s) in 15m 05s |
2250 | 2024-05-14T17:57:06.371Z | |
2251 | 2024-05-14T17:57:06.371Z | real 16:08.429590170 |
2252 | 2024-05-14T17:57:06.371Z | user 1:50:33.734535433 |
2253 | 2024-05-14T17:57:06.372Z | sys 4:42.043811159 |
2254 | 2024-05-14T17:57:06.372Z | trap 2.734088173 |
2255 | 2024-05-14T17:57:06.372Z | tflt 2.178801954 |
2256 | 2024-05-14T17:57:06.375Z | dflt 2.885203401 |
2257 | 2024-05-14T17:57:06.375Z | kflt 0.008376951 |
2258 | 2024-05-14T17:57:06.375Z | lock 6:46:34.471045474 |
2259 | 2024-05-14T17:57:06.375Z | slp 4:18:59.995078336 |
2260 | 2024-05-14T17:57:06.375Z | lat 2:21.840895247 |
2261 | 2024-05-14T17:57:06.375Z | stop 1:05.045269889 |
2262 | 2024-05-14T17:57:06.375Z | + ptime -m cargo build --locked --release -p xtask |
2263 | 2024-05-14T17:57:06.878Z | Downloading crates ... |
2264 | 2024-05-14T17:57:06.962Z | Downloaded cargo_metadata v0.18.1 |
2265 | 2024-05-14T17:57:06.965Z | Downloaded cargo_toml v0.20.2 |
2266 | 2024-05-14T17:57:06.968Z | Downloaded cargo-platform v0.1.3 |
2267 | 2024-05-14T17:57:06.980Z | Compiling serde v1.0.201 |
2268 | 2024-05-14T17:57:06.983Z | Compiling libc v0.2.153 |
2269 | 2024-05-14T17:57:06.983Z | Compiling rustix v0.38.31 |
2270 | 2024-05-14T17:57:06.983Z | Compiling hashbrown v0.14.3 |
2271 | 2024-05-14T17:57:06.983Z | Compiling bitflags v2.4.2 |
2272 | 2024-05-14T17:57:07.044Z | Compiling syn v2.0.60 |
2273 | 2024-05-14T17:57:07.056Z | Compiling serde_json v1.0.116 |
2274 | 2024-05-14T17:57:07.092Z | Compiling anyhow v1.0.83 |
2275 | 2024-05-14T17:57:08.356Z | Compiling indexmap v2.2.6 |
2276 | 2024-05-14T17:57:08.642Z | Compiling errno v0.3.8 |
2277 | 2024-05-14T17:57:09.579Z | Compiling terminal_size v0.3.0 |
2278 | 2024-05-14T17:57:09.678Z | Compiling clap_builder v4.5.2 |
2279 | 2024-05-14T17:57:11.744Z | Compiling serde_derive v1.0.201 |
2280 | 2024-05-14T17:57:11.744Z | Compiling thiserror-impl v1.0.59 |
2281 | 2024-05-14T17:57:11.748Z | Compiling clap_derive v4.5.4 |
2282 | 2024-05-14T17:57:14.775Z | Compiling clap v4.5.4 |
2283 | 2024-05-14T17:57:16.682Z | Compiling thiserror v1.0.59 |
2284 | 2024-05-14T17:57:20.873Z | Compiling toml_datetime v0.6.5 |
2285 | 2024-05-14T17:57:20.873Z | Compiling serde_spanned v0.6.5 |
2286 | 2024-05-14T17:57:20.886Z | Compiling cargo-platform v0.1.3 |
2287 | 2024-05-14T17:57:20.886Z | Compiling semver v1.0.22 |
2288 | 2024-05-14T17:57:20.886Z | Compiling camino v1.1.6 |
2289 | 2024-05-14T17:57:20.886Z | Compiling macaddr v1.0.1 |
2290 | 2024-05-14T17:57:21.159Z | Compiling toml_edit v0.22.12 |
2291 | 2024-05-14T17:57:22.406Z | Compiling cargo_metadata v0.18.1 |
2292 | 2024-05-14T17:57:23.733Z | Compiling toml v0.8.12 |
2293 | 2024-05-14T17:57:24.653Z | Compiling cargo_toml v0.20.2 |
2294 | 2024-05-14T17:57:37.271Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2295 | 2024-05-14T17:57:48.621Z | Finished release [optimized] target(s) in 42.19s |
2296 | 2024-05-14T17:57:48.680Z | |
2297 | 2024-05-14T17:57:48.680Z | real 42.286557323 |
2298 | 2024-05-14T17:57:48.680Z | user 3:06.807097003 |
2299 | 2024-05-14T17:57:48.680Z | sys 15.657615872 |
2300 | 2024-05-14T17:57:48.680Z | trap 0.067993180 |
2301 | 2024-05-14T17:57:48.684Z | tflt 0.194150860 |
2302 | 2024-05-14T17:57:48.684Z | dflt 0.729181914 |
2303 | 2024-05-14T17:57:48.684Z | kflt 0.000007649 |
2304 | 2024-05-14T17:57:48.684Z | lock 4:13.638666310 |
2305 | 2024-05-14T17:57:48.684Z | slp 3:36.764672885 |
2306 | 2024-05-14T17:57:48.684Z | lat 3.087689125 |
2307 | 2024-05-14T17:57:48.684Z | stop 3.461244560 |
2308 | 2024-05-14T17:57:48.684Z | + files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask) |
2309 | 2024-05-14T17:57:48.684Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.tar out/pumpkind-gz.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask |
2310 | 2024-05-14T17:57:58.419Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2311 | 2024-05-14T17:57:58.420Z | a out/mg-ddm-gz.tar 60398K |
2312 | 2024-05-14T17:57:58.420Z | a out/omicron-sled-agent.tar 94563K |
2313 | 2024-05-14T17:57:58.420Z | a out/oxlog.tar 2913K |
2314 | 2024-05-14T17:57:58.420Z | a out/pumpkind-gz.tar 26665K |
2315 | 2024-05-14T17:57:58.420Z | a out/target/test 1K |
2316 | 2024-05-14T17:57:58.420Z | a out/npuzone/npuzone 23144K |
2317 | 2024-05-14T17:57:58.420Z | a package-manifest.toml 27K |
2318 | 2024-05-14T17:57:58.420Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2319 | 2024-05-14T17:57:58.420Z | a target/release/omicron-package 31465K |
2320 | 2024-05-14T17:57:58.420Z | a target/release/xtask 6665K |
2321 | 2024-05-14T17:57:58.426Z | |
2322 | 2024-05-14T17:57:58.426Z | real 9.736274283 |
2323 | 2024-05-14T17:57:58.426Z | user 9.419707624 |
2324 | 2024-05-14T17:57:58.426Z | sys 0.658062918 |
2325 | 2024-05-14T17:57:58.426Z | trap 0.001302230 |
2326 | 2024-05-14T17:57:58.426Z | tflt 0.000000000 |
2327 | 2024-05-14T17:57:58.426Z | dflt 0.000000000 |
2328 | 2024-05-14T17:57:58.426Z | kflt 0.000000000 |
2329 | 2024-05-14T17:57:58.426Z | lock 0.000000000 |
2330 | 2024-05-14T17:57:58.426Z | slp 9.177791332 |
2331 | 2024-05-14T17:57:58.426Z | lat 0.212479363 |
2332 | 2024-05-14T17:57:58.427Z | stop 0.000178080 |
2333 | 2024-05-14T17:57:58.427Z | ++ pwd |
2334 | 2024-05-14T17:57:58.430Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2335 | 2024-05-14T17:57:58.430Z | + mv out/nexus.tar.gz out/nexus-single-sled.tar.gz |
2336 | 2024-05-14T17:57:58.430Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2337 | 2024-05-14T17:57:59.251Z | Finished release [optimized] target(s) in 0.77s |
2338 | 2024-05-14T17:57:59.274Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2339 | 2024-05-14T17:57:59.305Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2340 | 2024-05-14T17:57:59.308Z | Created new build target 'host' and set it as active |
2341 | 2024-05-14T17:57:59.308Z | |
2342 | 2024-05-14T17:57:59.308Z | real 0.877834544 |
2343 | 2024-05-14T17:57:59.308Z | user 0.584671506 |
2344 | 2024-05-14T17:57:59.308Z | sys 0.276258188 |
2345 | 2024-05-14T17:57:59.308Z | trap 0.000053189 |
2346 | 2024-05-14T17:57:59.309Z | tflt 0.000061550 |
2347 | 2024-05-14T17:57:59.309Z | dflt 0.000017029 |
2348 | 2024-05-14T17:57:59.309Z | kflt 0.000000000 |
2349 | 2024-05-14T17:57:59.309Z | lock 0.025083540 |
2350 | 2024-05-14T17:57:59.309Z | slp 0.109946480 |
2351 | 2024-05-14T17:57:59.309Z | lat 0.003906020 |
2352 | 2024-05-14T17:57:59.309Z | stop 0.000289788 |
2353 | 2024-05-14T17:57:59.309Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2354 | 2024-05-14T17:58:00.113Z | Finished release [optimized] target(s) in 0.75s |
2355 | 2024-05-14T17:58:00.138Z | Running `target/release/omicron-package -t host package` |
2356 | 2024-05-14T17:58:00.169Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2357 | 2024-05-14T17:58:01.006Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2358 | 2024-05-14T18:00:31.416Z | Finished release [optimized] target(s) in 2m 31s |
2359 | 2024-05-14T18:01:09.528Z | |
2360 | 2024-05-14T18:01:09.528Z | real 3:10.207276444 |
2361 | 2024-05-14T18:01:09.528Z | user 14:35.477706483 |
2362 | 2024-05-14T18:01:09.528Z | sys 42.603806462 |
2363 | 2024-05-14T18:01:09.528Z | trap 0.288090791 |
2364 | 2024-05-14T18:01:09.529Z | tflt 0.056139395 |
2365 | 2024-05-14T18:01:09.533Z | dflt 3.862582232 |
2366 | 2024-05-14T18:01:09.533Z | kflt 0.145939628 |
2367 | 2024-05-14T18:01:09.533Z | lock 1:11:10.148118367 |
2368 | 2024-05-14T18:01:09.533Z | slp 13:05.726247291 |
2369 | 2024-05-14T18:01:09.533Z | lat 7.108254160 |
2370 | 2024-05-14T18:01:09.533Z | stop 2.693271631 |
2371 | 2024-05-14T18:01:09.533Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog pumpkind-gz |
2372 | 2024-05-14T18:01:09.533Z | + for package in "$@" |
2373 | 2024-05-14T18:01:09.533Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 8.0.0-0.ci+git82e9fe5b10f |
2374 | 2024-05-14T18:01:10.341Z | Finished release [optimized] target(s) in 0.76s |
2375 | 2024-05-14T18:01:10.366Z | Running `target/release/omicron-package stamp omicron-sled-agent 8.0.0-0.ci+git82e9fe5b10f` |
2376 | 2024-05-14T18:01:10.396Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2377 | 2024-05-14T18:01:10.560Z | Created: out/versioned/omicron-sled-agent.tar |
2378 | 2024-05-14T18:01:10.564Z | + for package in "$@" |
2379 | 2024-05-14T18:01:10.564Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git82e9fe5b10f |
2380 | 2024-05-14T18:01:11.358Z | Finished release [optimized] target(s) in 0.74s |
2381 | 2024-05-14T18:01:11.382Z | Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git82e9fe5b10f` |
2382 | 2024-05-14T18:01:11.415Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2383 | 2024-05-14T18:01:11.523Z | Created: out/versioned/mg-ddm-gz.tar |
2384 | 2024-05-14T18:01:11.531Z | + for package in "$@" |
2385 | 2024-05-14T18:01:11.531Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 8.0.0-0.ci+git82e9fe5b10f |
2386 | 2024-05-14T18:01:12.343Z | Finished release [optimized] target(s) in 0.77s |
2387 | 2024-05-14T18:01:12.368Z | Running `target/release/omicron-package stamp propolis-server 8.0.0-0.ci+git82e9fe5b10f` |
2388 | 2024-05-14T18:01:12.402Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2389 | 2024-05-14T18:01:13.454Z | Created: out/versioned/propolis-server.tar.gz |
2390 | 2024-05-14T18:01:13.458Z | + for package in "$@" |
2391 | 2024-05-14T18:01:13.458Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 8.0.0-0.ci+git82e9fe5b10f |
2392 | 2024-05-14T18:01:14.266Z | Finished release [optimized] target(s) in 0.75s |
2393 | 2024-05-14T18:01:14.291Z | Running `target/release/omicron-package stamp overlay 8.0.0-0.ci+git82e9fe5b10f` |
2394 | 2024-05-14T18:01:14.323Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2395 | 2024-05-14T18:01:14.329Z | Created: out/versioned/overlay.tar.gz |
2396 | 2024-05-14T18:01:14.329Z | + for package in "$@" |
2397 | 2024-05-14T18:01:14.329Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 8.0.0-0.ci+git82e9fe5b10f |
2398 | 2024-05-14T18:01:15.119Z | Finished release [optimized] target(s) in 0.74s |
2399 | 2024-05-14T18:01:15.143Z | Running `target/release/omicron-package stamp oxlog 8.0.0-0.ci+git82e9fe5b10f` |
2400 | 2024-05-14T18:01:15.175Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2401 | 2024-05-14T18:01:15.182Z | Created: out/versioned/oxlog.tar |
2402 | 2024-05-14T18:01:15.188Z | + for package in "$@" |
2403 | 2024-05-14T18:01:15.189Z | + cargo run --locked --release --bin omicron-package -- stamp pumpkind-gz 8.0.0-0.ci+git82e9fe5b10f |
2404 | 2024-05-14T18:01:15.994Z | Finished release [optimized] target(s) in 0.76s |
2405 | 2024-05-14T18:01:16.020Z | Running `target/release/omicron-package stamp pumpkind-gz 8.0.0-0.ci+git82e9fe5b10f` |
2406 | 2024-05-14T18:01:16.051Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2407 | 2024-05-14T18:01:16.126Z | Created: out/versioned/pumpkind-gz.tar |
2408 | 2024-05-14T18:01:16.130Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2409 | 2024-05-14T18:01:16.138Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2410 | 2024-05-14T18:01:16.142Z | ++ cd -- ./tools |
2411 | 2024-05-14T18:01:16.142Z | ++ pwd |
2412 | 2024-05-14T18:01:16.142Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2413 | 2024-05-14T18:01:16.143Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2414 | 2024-05-14T18:01:16.203Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2415 | 2024-05-14T18:01:16.208Z | ++ readlink -f /work |
2416 | 2024-05-14T18:01:16.208Z | + out_dir=/work |
2417 | 2024-05-14T18:01:16.208Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/pumpkind-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz" "$tarball_src_dir/oxlog.tar") |
2418 | 2024-05-14T18:01:16.208Z | + for dep in "${deps[@]}" |
2419 | 2024-05-14T18:01:16.208Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2420 | 2024-05-14T18:01:16.208Z | + for dep in "${deps[@]}" |
2421 | 2024-05-14T18:01:16.208Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2422 | 2024-05-14T18:01:16.208Z | + for dep in "${deps[@]}" |
2423 | 2024-05-14T18:01:16.208Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar ]] |
2424 | 2024-05-14T18:01:16.208Z | + for dep in "${deps[@]}" |
2425 | 2024-05-14T18:01:16.208Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2426 | 2024-05-14T18:01:16.208Z | + for dep in "${deps[@]}" |
2427 | 2024-05-14T18:01:16.208Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2428 | 2024-05-14T18:01:16.209Z | + for dep in "${deps[@]}" |
2429 | 2024-05-14T18:01:16.209Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2430 | 2024-05-14T18:01:16.214Z | ++ mktemp -d |
2431 | 2024-05-14T18:01:16.214Z | + tmp_gz=/tmp/tmp.Hya4ti |
2432 | 2024-05-14T18:01:16.214Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2433 | 2024-05-14T18:01:16.214Z | + echo '{"v":"1","t":"layer"}' |
2434 | 2024-05-14T18:01:16.214Z | + pkg_dir=/tmp/tmp.Hya4ti/root/opt/oxide/sled-agent |
2435 | 2024-05-14T18:01:16.214Z | + mkdir -p /tmp/tmp.Hya4ti/root/opt/oxide/sled-agent |
2436 | 2024-05-14T18:01:16.215Z | + cd /tmp/tmp.Hya4ti/root/opt/oxide/sled-agent |
2437 | 2024-05-14T18:01:16.215Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2438 | 2024-05-14T18:01:16.286Z | x ., 0 bytes, 0 tape blocks |
2439 | 2024-05-14T18:01:16.286Z | x zone-bundle, 27584760 bytes, 53877 tape blocks |
2440 | 2024-05-14T18:01:16.286Z | x sled-agent, 69197680 bytes, 135152 tape blocks |
2441 | 2024-05-14T18:01:16.286Z | x pkg, 0 bytes, 0 tape blocks |
2442 | 2024-05-14T18:01:16.286Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2443 | 2024-05-14T18:01:16.287Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2444 | 2024-05-14T18:01:16.287Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2445 | 2024-05-14T18:01:16.287Z | x VERSION, 25 bytes, 1 tape blocks |
2446 | 2024-05-14T18:01:16.293Z | + mkdir -p /tmp/tmp.Hya4ti/root/lib/svc/manifest/site/ |
2447 | 2024-05-14T18:01:16.293Z | + mv pkg/manifest.xml /tmp/tmp.Hya4ti/root/lib/svc/manifest/site/sled-agent.xml |
2448 | 2024-05-14T18:01:16.293Z | + cd - |
2449 | 2024-05-14T18:01:16.293Z | /work/oxidecomputer/omicron |
2450 | 2024-05-14T18:01:16.293Z | + pkg_dir=/tmp/tmp.Hya4ti/root/opt/oxide/mg-ddm |
2451 | 2024-05-14T18:01:16.294Z | + mkdir -p /tmp/tmp.Hya4ti/root/opt/oxide/mg-ddm |
2452 | 2024-05-14T18:01:16.294Z | + cd /tmp/tmp.Hya4ti/root/opt/oxide/mg-ddm |
2453 | 2024-05-14T18:01:16.294Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2454 | 2024-05-14T18:01:16.328Z | x ., 0 bytes, 0 tape blocks |
2455 | 2024-05-14T18:01:16.328Z | x ddmadm, 18870416 bytes, 36857 tape blocks |
2456 | 2024-05-14T18:01:16.328Z | x ddmd, 42960632 bytes, 83908 tape blocks |
2457 | 2024-05-14T18:01:16.328Z | x pkg, 0 bytes, 0 tape blocks |
2458 | 2024-05-14T18:01:16.328Z | x pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks |
2459 | 2024-05-14T18:01:16.328Z | x pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks |
2460 | 2024-05-14T18:01:16.328Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2461 | 2024-05-14T18:01:16.328Z | x pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks |
2462 | 2024-05-14T18:01:16.328Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2463 | 2024-05-14T18:01:16.328Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2464 | 2024-05-14T18:01:16.328Z | x pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks |
2465 | 2024-05-14T18:01:16.328Z | x VERSION, 25 bytes, 1 tape blocks |
2466 | 2024-05-14T18:01:16.332Z | + cd - |
2467 | 2024-05-14T18:01:16.332Z | /work/oxidecomputer/omicron |
2468 | 2024-05-14T18:01:16.332Z | + pkg_dir=/tmp/tmp.Hya4ti/root/opt/oxide/pumpkind |
2469 | 2024-05-14T18:01:16.332Z | + mkdir -p /tmp/tmp.Hya4ti/root/opt/oxide/pumpkind |
2470 | 2024-05-14T18:01:16.333Z | + cd /tmp/tmp.Hya4ti/root/opt/oxide/pumpkind |
2471 | 2024-05-14T18:01:16.333Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
2472 | 2024-05-14T18:01:16.350Z | x ., 0 bytes, 0 tape blocks |
2473 | 2024-05-14T18:01:16.350Z | x lib, 0 bytes, 0 tape blocks |
2474 | 2024-05-14T18:01:16.350Z | x lib/svc, 0 bytes, 0 tape blocks |
2475 | 2024-05-14T18:01:16.350Z | x lib/svc/manifest, 0 bytes, 0 tape blocks |
2476 | 2024-05-14T18:01:16.350Z | x lib/svc/manifest/system, 0 bytes, 0 tape blocks |
2477 | 2024-05-14T18:01:16.350Z | x lib/svc/manifest/system/pumpkind.xml, 1272 bytes, 3 tape blocks |
2478 | 2024-05-14T18:01:16.350Z | x bin, 0 bytes, 0 tape blocks |
2479 | 2024-05-14T18:01:16.351Z | x bin/svc-pumpkind, 509 bytes, 1 tape blocks |
2480 | 2024-05-14T18:01:16.351Z | x bin/pumpkinadm, 10675184 bytes, 20850 tape blocks |
2481 | 2024-05-14T18:01:16.351Z | x bin/pumpkind, 16621896 bytes, 32465 tape blocks |
2482 | 2024-05-14T18:01:16.351Z | x VERSION, 25 bytes, 1 tape blocks |
2483 | 2024-05-14T18:01:16.355Z | + cd - |
2484 | 2024-05-14T18:01:16.355Z | /work/oxidecomputer/omicron |
2485 | 2024-05-14T18:01:16.355Z | + pkg_dir=/tmp/tmp.Hya4ti/root/opt/oxide/oxlog |
2486 | 2024-05-14T18:01:16.355Z | + mkdir -p /tmp/tmp.Hya4ti/root/opt/oxide/oxlog |
2487 | 2024-05-14T18:01:16.355Z | + cd /tmp/tmp.Hya4ti/root/opt/oxide/oxlog |
2488 | 2024-05-14T18:01:16.355Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2489 | 2024-05-14T18:01:16.359Z | x ., 0 bytes, 0 tape blocks |
2490 | 2024-05-14T18:01:16.359Z | x oxlog, 2979608 bytes, 5820 tape blocks |
2491 | 2024-05-14T18:01:16.359Z | x VERSION, 25 bytes, 1 tape blocks |
2492 | 2024-05-14T18:01:16.359Z | + cd - |
2493 | 2024-05-14T18:01:16.360Z | /work/oxidecomputer/omicron |
2494 | 2024-05-14T18:01:16.360Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.Hya4ti/root/opt/oxide |
2495 | 2024-05-14T18:01:16.438Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.Hya4ti/root/opt/oxide |
2496 | 2024-05-14T18:01:16.442Z | + cd /tmp/tmp.Hya4ti |
2497 | 2024-05-14T18:01:16.442Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2498 | 2024-05-14T18:01:25.337Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2499 | 2024-05-14T18:01:25.338Z | a oxide.json 1K |
2500 | 2024-05-14T18:01:25.338Z | a root/ 0K |
2501 | 2024-05-14T18:01:25.338Z | a root/opt/ 0K |
2502 | 2024-05-14T18:01:25.338Z | a root/opt/oxide/ 0K |
2503 | 2024-05-14T18:01:25.338Z | a root/opt/oxide/sled-agent/ 0K |
2504 | 2024-05-14T18:01:25.338Z | a root/opt/oxide/sled-agent/zone-bundle 26939K |
2505 | 2024-05-14T18:01:25.339Z | a root/opt/oxide/sled-agent/sled-agent 67576K |
2506 | 2024-05-14T18:01:25.339Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2507 | 2024-05-14T18:01:25.339Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2508 | 2024-05-14T18:01:25.339Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2509 | 2024-05-14T18:01:25.339Z | a root/opt/oxide/sled-agent/VERSION 1K |
2510 | 2024-05-14T18:01:25.339Z | a root/opt/oxide/mg-ddm/ 0K |
2511 | 2024-05-14T18:01:25.340Z | a root/opt/oxide/mg-ddm/ddmadm 18429K |
2512 | 2024-05-14T18:01:25.340Z | a root/opt/oxide/mg-ddm/ddmd 41954K |
2513 | 2024-05-14T18:01:25.340Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2514 | 2024-05-14T18:01:25.340Z | a root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K |
2515 | 2024-05-14T18:01:25.340Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2516 | 2024-05-14T18:01:25.341Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2517 | 2024-05-14T18:01:25.341Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2518 | 2024-05-14T18:01:25.341Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2519 | 2024-05-14T18:01:25.341Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2520 | 2024-05-14T18:01:25.341Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2521 | 2024-05-14T18:01:25.341Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2522 | 2024-05-14T18:01:25.342Z | a root/opt/oxide/pumpkind/ 0K |
2523 | 2024-05-14T18:01:25.342Z | a root/opt/oxide/pumpkind/lib/ 0K |
2524 | 2024-05-14T18:01:25.342Z | a root/opt/oxide/pumpkind/lib/svc/ 0K |
2525 | 2024-05-14T18:01:25.342Z | a root/opt/oxide/pumpkind/lib/svc/manifest/ 0K |
2526 | 2024-05-14T18:01:25.342Z | a root/opt/oxide/pumpkind/lib/svc/manifest/system/ 0K |
2527 | 2024-05-14T18:01:25.342Z | a root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml 2K |
2528 | 2024-05-14T18:01:25.343Z | a root/opt/oxide/pumpkind/bin/ 0K |
2529 | 2024-05-14T18:01:25.343Z | a root/opt/oxide/pumpkind/bin/svc-pumpkind 1K |
2530 | 2024-05-14T18:01:25.343Z | a root/opt/oxide/pumpkind/bin/pumpkinadm 10425K |
2531 | 2024-05-14T18:01:25.343Z | a root/opt/oxide/pumpkind/bin/pumpkind 16233K |
2532 | 2024-05-14T18:01:25.343Z | a root/opt/oxide/pumpkind/VERSION 1K |
2533 | 2024-05-14T18:01:25.344Z | a root/opt/oxide/oxlog/ 0K |
2534 | 2024-05-14T18:01:25.344Z | a root/opt/oxide/oxlog/oxlog 2910K |
2535 | 2024-05-14T18:01:25.344Z | a root/opt/oxide/oxlog/VERSION 1K |
2536 | 2024-05-14T18:01:25.344Z | a root/opt/oxide/propolis-server.tar.gz 65038K |
2537 | 2024-05-14T18:01:25.344Z | a root/opt/oxide/overlay.tar.gz 3K |
2538 | 2024-05-14T18:01:25.344Z | a root/lib/ 0K |
2539 | 2024-05-14T18:01:25.344Z | a root/lib/svc/ 0K |
2540 | 2024-05-14T18:01:25.345Z | a root/lib/svc/manifest/ 0K |
2541 | 2024-05-14T18:01:25.345Z | a root/lib/svc/manifest/site/ 0K |
2542 | 2024-05-14T18:01:25.345Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2543 | 2024-05-14T18:01:25.351Z | + cd / |
2544 | 2024-05-14T18:01:25.351Z | + rm -rf /tmp/tmp.Hya4ti |
2545 | 2024-05-14T18:01:25.360Z | |
2546 | 2024-05-14T18:01:25.364Z | real 9.229012645 |
2547 | 2024-05-14T18:01:25.364Z | user 8.598694593 |
2548 | 2024-05-14T18:01:25.364Z | sys 0.605301459 |
2549 | 2024-05-14T18:01:25.364Z | trap 0.001703972 |
2550 | 2024-05-14T18:01:25.364Z | tflt 0.000000000 |
2551 | 2024-05-14T18:01:25.364Z | dflt 0.000000000 |
2552 | 2024-05-14T18:01:25.364Z | kflt 0.000000000 |
2553 | 2024-05-14T18:01:25.364Z | lock 0.000000000 |
2554 | 2024-05-14T18:01:25.364Z | slp 17.922040968 |
2555 | 2024-05-14T18:01:25.364Z | lat 0.199992010 |
2556 | 2024-05-14T18:01:25.364Z | stop 0.000226592 |
2557 | 2024-05-14T18:01:25.364Z | + mkdir -p /work/zones |
2558 | 2024-05-14T18:01:25.364Z | + 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) |
2559 | 2024-05-14T18:01:25.364Z | + 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/ |
2560 | 2024-05-14T18:01:27.754Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2561 | 2024-05-14T18:01:28.585Z | Finished release [optimized] target(s) in 0.81s |
2562 | 2024-05-14T18:01:28.612Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2563 | 2024-05-14T18:01:28.645Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2564 | 2024-05-14T18:01:28.649Z | Created new build target 'recovery' and set it as active |
2565 | 2024-05-14T18:01:28.649Z | |
2566 | 2024-05-14T18:01:28.649Z | real 0.929985584 |
2567 | 2024-05-14T18:01:28.649Z | user 0.610525915 |
2568 | 2024-05-14T18:01:28.649Z | sys 0.301793742 |
2569 | 2024-05-14T18:01:28.649Z | trap 0.000674521 |
2570 | 2024-05-14T18:01:28.649Z | tflt 0.000007400 |
2571 | 2024-05-14T18:01:28.649Z | dflt 0.000012640 |
2572 | 2024-05-14T18:01:28.649Z | kflt 0.000000000 |
2573 | 2024-05-14T18:01:28.649Z | lock 0.027147287 |
2574 | 2024-05-14T18:01:28.649Z | slp 0.108941812 |
2575 | 2024-05-14T18:01:28.649Z | lat 0.005199179 |
2576 | 2024-05-14T18:01:28.649Z | stop 0.000262481 |
2577 | 2024-05-14T18:01:28.649Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2578 | 2024-05-14T18:01:29.487Z | Finished release [optimized] target(s) in 0.78s |
2579 | 2024-05-14T18:01:29.510Z | Running `target/release/omicron-package -t recovery package` |
2580 | 2024-05-14T18:01:29.543Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2581 | 2024-05-14T18:01:30.265Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2582 | 2024-05-14T18:01:32.727Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2583 | 2024-05-14T18:01:52.035Z | Finished release [optimized] target(s) in 22.43s |
2584 | 2024-05-14T18:01:52.602Z | |
2585 | 2024-05-14T18:01:52.621Z | real 23.936477463 |
2586 | 2024-05-14T18:01:52.621Z | user 1:39.908072509 |
2587 | 2024-05-14T18:01:52.621Z | sys 6.743827542 |
2588 | 2024-05-14T18:01:52.621Z | trap 0.069952297 |
2589 | 2024-05-14T18:01:52.621Z | tflt 0.070841815 |
2590 | 2024-05-14T18:01:52.621Z | dflt 0.303314665 |
2591 | 2024-05-14T18:01:52.621Z | kflt 0.000052509 |
2592 | 2024-05-14T18:01:52.621Z | lock 5:46.954564256 |
2593 | 2024-05-14T18:01:52.621Z | slp 1:27.224042154 |
2594 | 2024-05-14T18:01:52.621Z | lat 1.256336931 |
2595 | 2024-05-14T18:01:52.621Z | stop 0.590600281 |
2596 | 2024-05-14T18:01:52.621Z | + stamp_packages installinator mg-ddm-gz |
2597 | 2024-05-14T18:01:52.621Z | + for package in "$@" |
2598 | 2024-05-14T18:01:52.622Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 8.0.0-0.ci+git82e9fe5b10f |
2599 | 2024-05-14T18:01:53.429Z | Finished release [optimized] target(s) in 0.78s |
2600 | 2024-05-14T18:01:53.449Z | Running `target/release/omicron-package stamp installinator 8.0.0-0.ci+git82e9fe5b10f` |
2601 | 2024-05-14T18:01:53.484Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2602 | 2024-05-14T18:01:53.550Z | Created: out/versioned/installinator.tar |
2603 | 2024-05-14T18:01:53.554Z | + for package in "$@" |
2604 | 2024-05-14T18:01:53.554Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git82e9fe5b10f |
2605 | 2024-05-14T18:01:54.382Z | Finished release [optimized] target(s) in 0.78s |
2606 | 2024-05-14T18:01:54.407Z | Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git82e9fe5b10f` |
2607 | 2024-05-14T18:01:54.853Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2608 | 2024-05-14T18:01:54.860Z | Created: out/versioned/mg-ddm-gz.tar |
2609 | 2024-05-14T18:01:54.860Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2610 | 2024-05-14T18:01:54.860Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2611 | 2024-05-14T18:01:54.860Z | ++ cd -- ./tools |
2612 | 2024-05-14T18:01:54.860Z | ++ pwd |
2613 | 2024-05-14T18:01:54.860Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2614 | 2024-05-14T18:01:54.860Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2615 | 2024-05-14T18:01:54.860Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2616 | 2024-05-14T18:01:54.860Z | ++ readlink -f /work |
2617 | 2024-05-14T18:01:54.860Z | + out_dir=/work |
2618 | 2024-05-14T18:01:54.860Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2619 | 2024-05-14T18:01:54.860Z | + for dep in "${deps[@]}" |
2620 | 2024-05-14T18:01:54.860Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2621 | 2024-05-14T18:01:54.860Z | + for dep in "${deps[@]}" |
2622 | 2024-05-14T18:01:54.860Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2623 | 2024-05-14T18:01:54.860Z | ++ mktemp -d |
2624 | 2024-05-14T18:01:54.860Z | + tmp_trampoline=/tmp/tmp.KVaOyi |
2625 | 2024-05-14T18:01:54.860Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2626 | 2024-05-14T18:01:54.860Z | + echo '{"v":"1","t":"layer"}' |
2627 | 2024-05-14T18:01:54.860Z | + pkg_dir=/tmp/tmp.KVaOyi/root/opt/oxide/installinator |
2628 | 2024-05-14T18:01:54.860Z | + mkdir -p /tmp/tmp.KVaOyi/root/opt/oxide/installinator |
2629 | 2024-05-14T18:01:54.860Z | + cd /tmp/tmp.KVaOyi/root/opt/oxide/installinator |
2630 | 2024-05-14T18:01:54.861Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2631 | 2024-05-14T18:01:54.861Z | x ., 0 bytes, 0 tape blocks |
2632 | 2024-05-14T18:01:54.861Z | x installinator, 39307144 bytes, 76772 tape blocks |
2633 | 2024-05-14T18:01:54.861Z | x pkg, 0 bytes, 0 tape blocks |
2634 | 2024-05-14T18:01:54.861Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2635 | 2024-05-14T18:01:54.861Z | x VERSION, 25 bytes, 1 tape blocks |
2636 | 2024-05-14T18:01:54.861Z | + mkdir -p /tmp/tmp.KVaOyi/root/lib/svc/manifest/site/ |
2637 | 2024-05-14T18:01:54.861Z | + mv pkg/manifest.xml /tmp/tmp.KVaOyi/root/lib/svc/manifest/site/installinator.xml |
2638 | 2024-05-14T18:01:54.861Z | + cd - |
2639 | 2024-05-14T18:01:54.861Z | /work/oxidecomputer/omicron |
2640 | 2024-05-14T18:01:54.861Z | + pkg_dir=/tmp/tmp.KVaOyi/root/opt/oxide/mg-ddm |
2641 | 2024-05-14T18:01:54.861Z | + mkdir -p /tmp/tmp.KVaOyi/root/opt/oxide/mg-ddm |
2642 | 2024-05-14T18:01:54.861Z | + cd /tmp/tmp.KVaOyi/root/opt/oxide/mg-ddm |
2643 | 2024-05-14T18:01:54.861Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2644 | 2024-05-14T18:01:54.861Z | x ., 0 bytes, 0 tape blocks |
2645 | 2024-05-14T18:01:54.861Z | x ddmadm, 18870416 bytes, 36857 tape blocks |
2646 | 2024-05-14T18:01:54.861Z | x ddmd, 42960632 bytes, 83908 tape blocks |
2647 | 2024-05-14T18:01:54.861Z | x pkg, 0 bytes, 0 tape blocks |
2648 | 2024-05-14T18:01:54.861Z | x pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks |
2649 | 2024-05-14T18:01:54.861Z | x pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks |
2650 | 2024-05-14T18:01:54.861Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2651 | 2024-05-14T18:01:54.861Z | x pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks |
2652 | 2024-05-14T18:01:54.861Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2653 | 2024-05-14T18:01:54.862Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2654 | 2024-05-14T18:01:54.862Z | x pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks |
2655 | 2024-05-14T18:01:54.862Z | x VERSION, 25 bytes, 1 tape blocks |
2656 | 2024-05-14T18:01:54.862Z | + cd - |
2657 | 2024-05-14T18:01:54.862Z | /work/oxidecomputer/omicron |
2658 | 2024-05-14T18:01:54.862Z | + cd /tmp/tmp.KVaOyi |
2659 | 2024-05-14T18:01:54.862Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2660 | 2024-05-14T18:01:58.563Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2661 | 2024-05-14T18:01:58.563Z | a oxide.json 1K |
2662 | 2024-05-14T18:01:58.564Z | a root/ 0K |
2663 | 2024-05-14T18:01:58.564Z | a root/opt/ 0K |
2664 | 2024-05-14T18:01:58.564Z | a root/opt/oxide/ 0K |
2665 | 2024-05-14T18:01:58.564Z | a root/opt/oxide/installinator/ 0K |
2666 | 2024-05-14T18:01:58.564Z | a root/opt/oxide/installinator/installinator 38386K |
2667 | 2024-05-14T18:01:58.564Z | a root/opt/oxide/installinator/pkg/ 0K |
2668 | 2024-05-14T18:01:58.564Z | a root/opt/oxide/installinator/VERSION 1K |
2669 | 2024-05-14T18:01:58.564Z | a root/opt/oxide/mg-ddm/ 0K |
2670 | 2024-05-14T18:01:58.564Z | a root/opt/oxide/mg-ddm/ddmadm 18429K |
2671 | 2024-05-14T18:01:58.564Z | a root/opt/oxide/mg-ddm/ddmd 41954K |
2672 | 2024-05-14T18:01:58.564Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2673 | 2024-05-14T18:01:58.564Z | a root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K |
2674 | 2024-05-14T18:01:58.564Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2675 | 2024-05-14T18:01:58.564Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2676 | 2024-05-14T18:01:58.564Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2677 | 2024-05-14T18:01:58.564Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2678 | 2024-05-14T18:01:58.564Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2679 | 2024-05-14T18:01:58.564Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2680 | 2024-05-14T18:01:58.564Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2681 | 2024-05-14T18:01:58.564Z | a root/lib/ 0K |
2682 | 2024-05-14T18:01:58.564Z | a root/lib/svc/ 0K |
2683 | 2024-05-14T18:01:58.564Z | a root/lib/svc/manifest/ 0K |
2684 | 2024-05-14T18:01:58.564Z | a root/lib/svc/manifest/site/ 0K |
2685 | 2024-05-14T18:01:58.565Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2686 | 2024-05-14T18:01:58.570Z | + cd / |
2687 | 2024-05-14T18:01:58.570Z | + rm -rf /tmp/tmp.KVaOyi |
2688 | 2024-05-14T18:01:58.578Z | |
2689 | 2024-05-14T18:01:58.582Z | real 4.046838925 |
2690 | 2024-05-14T18:01:58.582Z | user 3.832476993 |
2691 | 2024-05-14T18:01:58.582Z | sys 0.228600821 |
2692 | 2024-05-14T18:01:58.582Z | trap 0.000265791 |
2693 | 2024-05-14T18:01:58.582Z | tflt 0.000000000 |
2694 | 2024-05-14T18:01:58.582Z | dflt 0.000000000 |
2695 | 2024-05-14T18:01:58.582Z | kflt 0.000000000 |
2696 | 2024-05-14T18:01:58.582Z | lock 0.000000000 |
2697 | 2024-05-14T18:01:58.582Z | slp 7.875043013 |
2698 | 2024-05-14T18:01:58.582Z | lat 0.078139972 |
2699 | 2024-05-14T18:01:58.582Z | stop 0.000195932 |
2700 | 2024-05-14T18:01:58.582Z | process exited: duration 1730672 ms, exit code 0 |
|
2701 | 2024-05-14T18:01:58.591Z | found 22 output files |
2702 | 2024-05-14T18:01:58.591Z | uploading: /work/version.txt (26 bytes) |
2703 | 2024-05-14T18:01:59.616Z | uploaded: /work/version.txt |
2704 | 2024-05-14T18:01:59.625Z | uploading: /work/package.tar.gz (85478421 bytes) |
2705 | 2024-05-14T18:02:40.342Z | uploaded: /work/package.tar.gz |
2706 | 2024-05-14T18:02:40.342Z | uploading: /work/global-zone-packages.tar.gz (130390532 bytes) |
2707 | 2024-05-14T18:03:53.570Z | uploaded: /work/global-zone-packages.tar.gz |
2708 | 2024-05-14T18:03:53.570Z | uploading: /work/trampoline-global-zone-packages.tar.gz (34276289 bytes) |
2709 | 2024-05-14T18:04:11.471Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2710 | 2024-05-14T18:04:11.471Z | uploading: /work/zones/clickhouse.tar.gz (228074858 bytes) |
2711 | 2024-05-14T18:06:32.392Z | uploaded: /work/zones/clickhouse.tar.gz |
2712 | 2024-05-14T18:06:32.393Z | uploading: /work/zones/clickhouse_keeper.tar.gz (228053171 bytes) |
2713 | 2024-05-14T18:08:34.665Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2714 | 2024-05-14T18:08:34.666Z | uploading: /work/zones/cockroachdb.tar.gz (123585409 bytes) |
2715 | 2024-05-14T18:09:33.332Z | uploaded: /work/zones/cockroachdb.tar.gz |
2716 | 2024-05-14T18:09:33.332Z | uploading: /work/zones/crucible-pantry-zone.tar.gz (27715605 bytes) |
2717 | 2024-05-14T18:09:47.017Z | uploaded: /work/zones/crucible-pantry-zone.tar.gz |
2718 | 2024-05-14T18:09:47.017Z | uploading: /work/zones/crucible-zone.tar.gz (38632680 bytes) |
2719 | 2024-05-14T18:10:05.621Z | uploaded: /work/zones/crucible-zone.tar.gz |
2720 | 2024-05-14T18:10:05.630Z | uploading: /work/zones/external-dns.tar.gz (25686357 bytes) |
2721 | 2024-05-14T18:10:15.746Z | uploaded: /work/zones/external-dns.tar.gz |
2722 | 2024-05-14T18:10:15.746Z | uploading: /work/zones/internal-dns.tar.gz (25687203 bytes) |
2723 | 2024-05-14T18:10:30.039Z | uploaded: /work/zones/internal-dns.tar.gz |
2724 | 2024-05-14T18:10:30.039Z | uploading: /work/zones/nexus-single-sled.tar.gz (84504726 bytes) |
2725 | 2024-05-14T18:11:07.443Z | uploaded: /work/zones/nexus-single-sled.tar.gz |
2726 | 2024-05-14T18:11:07.443Z | uploading: /work/zones/nexus.tar.gz (84517607 bytes) |
2727 | 2024-05-14T18:11:47.810Z | uploaded: /work/zones/nexus.tar.gz |
2728 | 2024-05-14T18:11:47.811Z | uploading: /work/zones/ntp.tar.gz (8906957 bytes) |
2729 | 2024-05-14T18:11:53.995Z | uploaded: /work/zones/ntp.tar.gz |
2730 | 2024-05-14T18:11:54.003Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (14649317 bytes) |
2731 | 2024-05-14T18:11:57.375Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2732 | 2024-05-14T18:11:57.376Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (14648498 bytes) |
2733 | 2024-05-14T18:12:04.782Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2734 | 2024-05-14T18:12:04.792Z | uploading: /work/zones/overlay.tar.gz (2622 bytes) |
2735 | 2024-05-14T18:12:05.820Z | uploaded: /work/zones/overlay.tar.gz |
2736 | 2024-05-14T18:12:05.830Z | uploading: /work/zones/oximeter.tar.gz (41935688 bytes) |
2737 | 2024-05-14T18:12:33.269Z | uploaded: /work/zones/oximeter.tar.gz |
2738 | 2024-05-14T18:12:33.269Z | uploading: /work/zones/probe.tar.gz (2829470 bytes) |
2739 | 2024-05-14T18:12:39.504Z | uploaded: /work/zones/probe.tar.gz |
2740 | 2024-05-14T18:12:39.504Z | uploading: /work/zones/propolis-server.tar.gz (66596368 bytes) |
2741 | 2024-05-14T18:13:22.598Z | uploaded: /work/zones/propolis-server.tar.gz |
2742 | 2024-05-14T18:13:22.612Z | uploading: /work/zones/switch-asic.tar.gz (296506782 bytes) |
2743 | 2024-05-14T18:15:25.390Z | uploaded: /work/zones/switch-asic.tar.gz |
2744 | 2024-05-14T18:15:25.390Z | uploading: /work/zones/switch-softnpu.tar.gz (200460734 bytes) |
2745 | 2024-05-14T18:17:00.157Z | uploaded: /work/zones/switch-softnpu.tar.gz |