|
|
|
1 | 2023-12-01T19:57:25.128Z | job assigned to worker 01HGKF7V2SJJM5VX33NVQ342A1 (queued for 1 m 22 s) |
|
2 | 2023-12-01T19:57:25.582Z | starting task 0: "setup" |
3 | 2023-12-01T19:57:25.645Z | ++ uname -s |
4 | 2023-12-01T19:57:25.648Z | + kern=SunOS |
5 | 2023-12-01T19:57:25.648Z | + case "$kern" in |
6 | 2023-12-01T19:57:25.648Z | + groupadd -g 12345 build |
7 | 2023-12-01T19:57:25.651Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-01T19:57:27.663Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-01T19:57:27.780Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-01T19:57:27.788Z | + home_fs=zfs |
11 | 2023-12-01T19:57:27.788Z | + [[ zfs == autofs ]] |
12 | 2023-12-01T19:57:27.788Z | + mkdir -p /home/build |
13 | 2023-12-01T19:57:27.788Z | + chown build:build /home/build /work |
14 | 2023-12-01T19:57:29.787Z | + chmod 0700 /home/build /work |
15 | 2023-12-01T19:57:29.792Z | process exited: duration 4208 ms, exit code 0 |
|
16 | 2023-12-01T19:57:29.807Z | starting task 1: "rust-toolchain" |
17 | 2023-12-01T19:57:29.817Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-01T19:57:29.827Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-01T19:57:30.001Z | info: downloading installer |
20 | 2023-12-01T19:57:31.972Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-01T19:57:31.972Z | warning: /opt/ooce/bin |
22 | 2023-12-01T19:57:31.972Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-01T19:57:31.972Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-01T19:57:31.973Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-01T19:57:31.973Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-01T19:57:31.973Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-01T19:57:31.973Z | error: cannot install while Rust is installed |
28 | 2023-12-01T19:57:31.973Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-01T19:57:32.051Z | info: profile set to 'default' |
30 | 2023-12-01T19:57:32.051Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-01T19:57:32.054Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-01T19:57:32.239Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-01T19:57:32.239Z | info: downloading component 'cargo' |
34 | 2023-12-01T19:57:33.064Z | info: downloading component 'clippy' |
35 | 2023-12-01T19:57:33.358Z | info: downloading component 'rust-docs' |
36 | 2023-12-01T19:57:34.389Z | info: downloading component 'rust-std' |
37 | 2023-12-01T19:57:36.249Z | info: downloading component 'rustc' |
38 | 2023-12-01T19:57:40.754Z | info: downloading component 'rustfmt' |
39 | 2023-12-01T19:57:41.014Z | info: installing component 'cargo' |
40 | 2023-12-01T19:57:43.570Z | info: installing component 'clippy' |
41 | 2023-12-01T19:57:44.786Z | info: installing component 'rust-docs' |
42 | 2023-12-01T19:57:47.649Z | info: installing component 'rust-std' |
43 | 2023-12-01T19:57:52.119Z | info: installing component 'rustc' |
44 | 2023-12-01T19:58:03.004Z | info: installing component 'rustfmt' |
45 | 2023-12-01T19:58:03.464Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-01T19:58:03.466Z | |
47 | 2023-12-01T19:58:03.592Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-01T19:58:03.592Z | |
49 | 2023-12-01T19:58:03.592Z | |
50 | 2023-12-01T19:58:03.592Z | Rust is installed now. Great! |
51 | 2023-12-01T19:58:03.592Z | |
52 | 2023-12-01T19:58:03.592Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-01T19:58:03.592Z | environment variable. This has not been done automatically. |
54 | 2023-12-01T19:58:03.592Z | |
55 | 2023-12-01T19:58:03.596Z | To configure your current shell, run: |
56 | 2023-12-01T19:58:03.596Z | source "$HOME/.cargo/env" |
57 | 2023-12-01T19:58:03.683Z | + rustc --version |
58 | 2023-12-01T19:58:03.793Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-01T19:58:03.800Z | process exited: duration 33999 ms, exit code 0 |
|
60 | 2023-12-01T19:58:03.807Z | starting task 2: "authentication" |
61 | 2023-12-01T19:58:03.836Z | process exited: duration 28 ms, exit code 0 |
|
62 | 2023-12-01T19:58:03.845Z | starting task 3: "clone repository" |
63 | 2023-12-01T19:58:03.850Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-01T19:58:03.853Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-01T19:58:03.933Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-01T19:58:09.878Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-01T19:58:09.878Z | + [[ -n alan/update-cargo-toml-crucible ]] |
68 | 2023-12-01T19:58:09.888Z | + git fetch origin alan/update-cargo-toml-crucible |
69 | 2023-12-01T19:58:10.241Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-01T19:58:10.241Z | * branch alan/update-cargo-toml-crucible -> FETCH_HEAD |
71 | 2023-12-01T19:58:10.253Z | + git checkout -B alan/update-cargo-toml-crucible remotes/origin/alan/update-cargo-toml-crucible |
72 | 2023-12-01T19:58:10.355Z | Switched to a new branch 'alan/update-cargo-toml-crucible' |
73 | 2023-12-01T19:58:10.362Z | branch 'alan/update-cargo-toml-crucible' set up to track 'origin/alan/update-cargo-toml-crucible'. |
74 | 2023-12-01T19:58:10.362Z | + git reset --hard 9cfdbcb45694f4ff395dc3dad862758918c020ac |
75 | 2023-12-01T19:58:10.373Z | HEAD is now at 9cfdbcb4 Update propolis, simulated pantry |
76 | 2023-12-01T19:58:10.380Z | process exited: duration 6529 ms, exit code 0 |
|
77 | 2023-12-01T19:58:10.401Z | starting task 4: "build" |
78 | 2023-12-01T19:58:10.409Z | + cargo --version |
79 | 2023-12-01T19:58:10.416Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-01T19:58:10.618Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-01T19:58:10.628Z | info: downloading component 'cargo' |
82 | 2023-12-01T19:58:11.317Z | info: downloading component 'clippy' |
83 | 2023-12-01T19:58:11.550Z | info: downloading component 'rust-docs' |
84 | 2023-12-01T19:58:12.398Z | info: downloading component 'rust-std' |
85 | 2023-12-01T19:58:13.808Z | info: downloading component 'rustc' |
86 | 2023-12-01T19:58:17.474Z | info: downloading component 'rustfmt' |
87 | 2023-12-01T19:58:17.738Z | info: installing component 'cargo' |
88 | 2023-12-01T19:58:19.046Z | info: installing component 'clippy' |
89 | 2023-12-01T19:58:19.521Z | info: installing component 'rust-docs' |
90 | 2023-12-01T19:58:22.487Z | info: installing component 'rust-std' |
91 | 2023-12-01T19:58:25.186Z | info: installing component 'rustc' |
92 | 2023-12-01T19:58:31.411Z | info: installing component 'rustfmt' |
93 | 2023-12-01T19:58:32.369Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-01T19:58:32.379Z | + rustc --version |
95 | 2023-12-01T19:58:32.379Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-01T19:58:32.379Z | ++ git rev-parse HEAD |
97 | 2023-12-01T19:58:32.379Z | + COMMIT=9cfdbcb45694f4ff395dc3dad862758918c020ac |
98 | 2023-12-01T19:58:32.379Z | + VERSION=1.0.4-0.ci+git9cfdbcb4569 |
99 | 2023-12-01T19:58:32.379Z | + echo 1.0.4-0.ci+git9cfdbcb4569 |
100 | 2023-12-01T19:58:32.379Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2023-12-01T19:58:41.013Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2023-12-01T19:58:42.168Z | Startup: Caching catalogs ... Done |
103 | 2023-12-01T19:58:48.444Z | Planning: Solver setup ... Done (5.943s) |
104 | 2023-12-01T19:58:48.585Z | Planning: Running solver ... Done (0.142s) |
105 | 2023-12-01T19:58:48.651Z | Planning: Finding local manifests ... Done (0.004s) |
106 | 2023-12-01T19:58:48.687Z | Planning: Fetching manifests: 0/4 0% complete |
107 | 2023-12-01T19:58:49.105Z | Planning: Fetching manifests: 4/4 100% complete |
108 | 2023-12-01T19:58:49.186Z | Planning: Package planning ... Done (0.082s) |
109 | 2023-12-01T19:58:49.272Z | Planning: Merging actions ... Done (0.086s) |
110 | 2023-12-01T19:58:50.395Z | Planning: Checking for conflicting actions ... Done (1.123s) |
111 | 2023-12-01T19:58:50.415Z | Planning: Consolidating action changes ... Done (0.019s) |
112 | 2023-12-01T19:59:00.360Z | Planning: Evaluating mediators ... Done (9.944s) |
113 | 2023-12-01T19:59:00.375Z | Planning: Planning completed in 18.14 seconds |
114 | 2023-12-01T19:59:03.821Z | Packages to install: 4 |
115 | 2023-12-01T19:59:03.821Z | Mediators to change: 2 |
116 | 2023-12-01T19:59:03.821Z | Services to change: 1 |
117 | 2023-12-01T19:59:03.824Z | Estimated space available: 148.88 GB |
118 | 2023-12-01T19:59:03.824Z | Estimated space to be consumed: 1.38 GB |
119 | 2023-12-01T19:59:03.824Z | Create boot environment: No |
120 | 2023-12-01T19:59:03.824Z | Create backup boot environment: No |
121 | 2023-12-01T19:59:03.824Z | Rebuild boot archive: No |
122 | 2023-12-01T19:59:03.825Z | |
123 | 2023-12-01T19:59:03.825Z | Changed mediators: |
124 | 2023-12-01T19:59:03.825Z | mediator clang: |
125 | 2023-12-01T19:59:03.825Z | version: None -> 15 (system default) |
126 | 2023-12-01T19:59:03.825Z | |
127 | 2023-12-01T19:59:03.825Z | mediator llvm: |
128 | 2023-12-01T19:59:03.825Z | version: 14 (system default) -> 15 (system default) |
129 | 2023-12-01T19:59:03.825Z | |
130 | 2023-12-01T19:59:03.825Z | Changed packages: |
131 | 2023-12-01T19:59:03.826Z | helios-dev |
132 | 2023-12-01T19:59:03.826Z | developer/build-essential |
133 | 2023-12-01T19:59:03.826Z | None -> 11-2.0 |
134 | 2023-12-01T19:59:03.826Z | library/libxmlsec1 |
135 | 2023-12-01T19:59:03.826Z | None -> 1.2.35-2.0 |
136 | 2023-12-01T19:59:03.826Z | ooce/developer/clang-15 |
137 | 2023-12-01T19:59:03.826Z | None -> 15.0.7-2.0 |
138 | 2023-12-01T19:59:03.826Z | ooce/developer/llvm-15 |
139 | 2023-12-01T19:59:03.826Z | None -> 15.0.7-2.0 |
140 | 2023-12-01T19:59:03.826Z | |
141 | 2023-12-01T19:59:03.826Z | Services: |
142 | 2023-12-01T19:59:03.826Z | restart_fmri: |
143 | 2023-12-01T19:59:03.826Z | svc:/system/update-man-index:default |
144 | 2023-12-01T19:59:04.006Z | |
145 | 2023-12-01T19:59:04.006Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
146 | 2023-12-01T19:59:10.140Z | Download: 212/3290 items 1.3/212.6MB 0% complete (896k/s) |
147 | 2023-12-01T19:59:15.141Z | Download: 1467/3290 items 114.7/212.6MB 53% complete (11.3M/s) |
148 | 2023-12-01T19:59:20.141Z | Download: 3024/3290 items 121.3/212.6MB 57% complete (12.1M/s) |
149 | 2023-12-01T19:59:22.812Z | Download: Completed 212.60 MB in 18.81 seconds (11.3M/s) |
150 | 2023-12-01T19:59:23.255Z | Actions: 1/3687 actions (Installing new actions) |
151 | 2023-12-01T19:59:28.255Z | Actions: 2898/3687 actions (Installing new actions) |
152 | 2023-12-01T19:59:31.286Z | Actions: Completed 3687 actions in 8.03 seconds. |
153 | 2023-12-01T19:59:31.492Z | Done (0.199s) |
154 | 2023-12-01T19:59:31.492Z | Done (0.000s) |
155 | 2023-12-01T19:59:31.737Z | Done (0.245s) |
156 | 2023-12-01T19:59:40.252Z | Done (8.366s) |
157 | 2023-12-01T19:59:40.447Z | Done (0.118s) |
158 | 2023-12-01T19:59:40.450Z | Done (0.000s) |
159 | 2023-12-01T19:59:40.699Z | Done (0.000s) |
160 | 2023-12-01T19:59:41.431Z | Planning: Evaluating mediator changes ... Done |
161 | 2023-12-01T19:59:41.715Z | Planning: Checking for conflicting actions ... Done |
162 | 2023-12-01T19:59:41.718Z | Planning: Consolidating action changes ... Done |
163 | 2023-12-01T19:59:42.147Z | Planning: Evaluating mediators ... Done |
164 | 2023-12-01T19:59:42.150Z | Planning: Planning completed in 0.72 seconds |
165 | 2023-12-01T19:59:42.202Z | Mediators to change: 2 |
166 | 2023-12-01T19:59:42.202Z | Create boot environment: No |
167 | 2023-12-01T19:59:42.205Z | Create backup boot environment: No |
168 | 2023-12-01T19:59:42.311Z | Done |
169 | 2023-12-01T19:59:42.311Z | Done |
170 | 2023-12-01T19:59:42.460Z | Done |
171 | 2023-12-01T19:59:48.358Z | Done |
172 | 2023-12-01T19:59:48.505Z | Done |
173 | 2023-12-01T19:59:48.512Z | Done |
174 | 2023-12-01T19:59:48.589Z | Done |
175 | 2023-12-01T19:59:49.631Z | Planning: Evaluating mediator changes ... Done |
176 | 2023-12-01T19:59:49.641Z | Planning: Merging actions ... Done |
177 | 2023-12-01T19:59:49.965Z | Planning: Checking for conflicting actions ... Done |
178 | 2023-12-01T19:59:49.968Z | Planning: Consolidating action changes ... Done |
179 | 2023-12-01T19:59:50.412Z | Planning: Evaluating mediators ... Done |
180 | 2023-12-01T19:59:50.514Z | Planning: Planning completed in 1.33 seconds |
181 | 2023-12-01T19:59:50.586Z | Packages to change: 1 |
182 | 2023-12-01T19:59:50.593Z | Mediators to change: 1 |
183 | 2023-12-01T19:59:50.593Z | Services to change: 1 |
184 | 2023-12-01T19:59:50.593Z | Create boot environment: No |
185 | 2023-12-01T19:59:50.593Z | Create backup boot environment: Yes |
186 | 2023-12-01T19:59:52.652Z | Actions: 1/6 actions (Updating modified actions) |
187 | 2023-12-01T19:59:52.661Z | Actions: Completed 6 actions in 0.00 seconds. |
188 | 2023-12-01T19:59:52.661Z | Done |
189 | 2023-12-01T19:59:52.663Z | Done |
190 | 2023-12-01T19:59:52.712Z | Done |
191 | 2023-12-01T19:59:58.747Z | Done |
192 | 2023-12-01T19:59:58.886Z | Done |
193 | 2023-12-01T19:59:58.893Z | Done |
194 | 2023-12-01T19:59:58.990Z | Done |
195 | 2023-12-01T19:59:59.740Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
196 | 2023-12-01T19:59:59.740Z | clang system 15 system |
197 | 2023-12-01T19:59:59.740Z | csh system system illumos |
198 | 2023-12-01T19:59:59.740Z | ctags system system illumos |
199 | 2023-12-01T19:59:59.740Z | gcc vendor 12 vendor |
200 | 2023-12-01T19:59:59.740Z | gcc system 10 system |
201 | 2023-12-01T19:59:59.740Z | gcc system 7 system |
202 | 2023-12-01T19:59:59.740Z | go system 1.20 system |
203 | 2023-12-01T19:59:59.740Z | go system 1.19 system |
204 | 2023-12-01T19:59:59.740Z | llvm system 15 system |
205 | 2023-12-01T19:59:59.740Z | llvm system 14 system |
206 | 2023-12-01T19:59:59.740Z | mariadb system 10.6 system |
207 | 2023-12-01T19:59:59.740Z | mta vendor vendor dma |
208 | 2023-12-01T19:59:59.740Z | openjdk system 17 system |
209 | 2023-12-01T19:59:59.740Z | openjdk system 11 system |
210 | 2023-12-01T19:59:59.740Z | openjdk system 1.8 system |
211 | 2023-12-01T19:59:59.740Z | openssl vendor 3 vendor |
212 | 2023-12-01T19:59:59.740Z | perl system 5.36 system |
213 | 2023-12-01T19:59:59.740Z | postgresql system 15 system |
214 | 2023-12-01T19:59:59.740Z | postgresql system 13 system |
215 | 2023-12-01T19:59:59.740Z | python vendor 3 vendor |
216 | 2023-12-01T19:59:59.740Z | python system 2 system |
217 | 2023-12-01T19:59:59.740Z | python3 system 3.11 system |
218 | 2023-12-01T19:59:59.740Z | ruby system 3.0 system |
219 | 2023-12-01T19:59:59.740Z | words vendor vendor american-english |
220 | 2023-12-01T19:59:59.740Z | words system system australian-english |
221 | 2023-12-01T19:59:59.740Z | words system system british-english |
222 | 2023-12-01T19:59:59.740Z | words system system canadian-english |
223 | 2023-12-01T19:59:59.740Z | words system system french |
224 | 2023-12-01T19:59:59.740Z | words system system italian |
225 | 2023-12-01T19:59:59.740Z | words system system ngerman |
226 | 2023-12-01T19:59:59.740Z | words system system ogerman |
227 | 2023-12-01T19:59:59.740Z | words system system spanish |
228 | 2023-12-01T20:00:00.258Z | FMRI IFO |
229 | 2023-12-01T20:00:00.258Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
230 | 2023-12-01T20:00:00.258Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
231 | 2023-12-01T20:00:00.258Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
232 | 2023-12-01T20:00:00.258Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
233 | 2023-12-01T20:00:00.258Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
234 | 2023-12-01T20:00:00.258Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
235 | 2023-12-01T20:00:00.343Z | + set -o errexit |
236 | 2023-12-01T20:00:00.349Z | +++ dirname ./tools/ci_download_cockroachdb |
237 | 2023-12-01T20:00:00.349Z | ++ cd ./tools |
238 | 2023-12-01T20:00:00.349Z | ++ pwd |
239 | 2023-12-01T20:00:00.352Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
240 | 2023-12-01T20:00:00.352Z | ++ basename ./tools/ci_download_cockroachdb |
241 | 2023-12-01T20:00:00.352Z | + ARG0=ci_download_cockroachdb |
242 | 2023-12-01T20:00:00.356Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
243 | 2023-12-01T20:00:00.356Z | + CIDL_VERSION=v22.1.9 |
244 | 2023-12-01T20:00:00.356Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
245 | 2023-12-01T20:00:00.356Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
246 | 2023-12-01T20:00:00.356Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
247 | 2023-12-01T20:00:00.356Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
248 | 2023-12-01T20:00:00.356Z | + TARGET_DIR=out |
249 | 2023-12-01T20:00:00.356Z | + DOWNLOAD_DIR=out/downloads |
250 | 2023-12-01T20:00:00.356Z | + DEST_DIR=./out/cockroachdb |
251 | 2023-12-01T20:00:00.356Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
252 | 2023-12-01T20:00:00.356Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
253 | 2023-12-01T20:00:00.356Z | + main |
254 | 2023-12-01T20:00:00.356Z | + [[ 0 != 0 ]] |
255 | 2023-12-01T20:00:00.356Z | + CIDL_OS=solaris2.11 |
256 | 2023-12-01T20:00:00.356Z | + [[ 0 != 0 ]] |
257 | 2023-12-01T20:00:00.356Z | + configure_os solaris2.11 |
258 | 2023-12-01T20:00:00.356Z | + echo 'current directory: /work/oxidecomputer/omicron' |
259 | 2023-12-01T20:00:00.356Z | current directory: /work/oxidecomputer/omicron |
260 | 2023-12-01T20:00:00.356Z | + echo 'configuring based on OS: "solaris2.11"' |
261 | 2023-12-01T20:00:00.356Z | + case "$1" in |
262 | 2023-12-01T20:00:00.356Z | configuring based on OS: "solaris2.11" |
263 | 2023-12-01T20:00:00.356Z | + CIDL_BUILD=illumos |
264 | 2023-12-01T20:00:00.356Z | + CIDL_SUFFIX=tar.gz |
265 | 2023-12-01T20:00:00.356Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
266 | 2023-12-01T20:00:00.356Z | + CIDL_MD5FUNC=do_md5sum |
267 | 2023-12-01T20:00:00.359Z | + CIDL_URL_BASE=https://illumos.org/downloads |
268 | 2023-12-01T20:00:00.359Z | + CIDL_ASSEMBLE=do_assemble_illumos |
269 | 2023-12-01T20:00:00.359Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
270 | 2023-12-01T20:00:00.359Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
271 | 2023-12-01T20:00:00.359Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-12-01T20:00:00.359Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
273 | 2023-12-01T20:00:00.364Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-12-01T20:00:00.364Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
275 | 2023-12-01T20:00:00.364Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
276 | 2023-12-01T20:00:00.364Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-12-01T20:00:00.364Z | + mkdir -p out/downloads |
278 | 2023-12-01T20:00:00.364Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2023-12-01T20:00:00.364Z | + mkdir -p ./out/cockroachdb |
280 | 2023-12-01T20:00:00.364Z | + local DO_DOWNLOAD=true |
281 | 2023-12-01T20:00:00.364Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
282 | 2023-12-01T20:00:00.364Z | + '[' true == true ']' |
283 | 2023-12-01T20:00:00.364Z | + echo Downloading... |
284 | 2023-12-01T20:00:00.364Z | Downloading... |
285 | 2023-12-01T20:00:00.364Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2023-12-01T20:00:00.364Z | + 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 |
287 | 2023-12-01T20:00:04.743Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2023-12-01T20:00:04.753Z | ++ md5sum |
289 | 2023-12-01T20:00:04.753Z | ++ awk '{print $1}' |
290 | 2023-12-01T20:00:04.916Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
291 | 2023-12-01T20:00:04.916Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
292 | 2023-12-01T20:00:04.916Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2023-12-01T20:00:04.920Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
294 | 2023-12-01T20:00:08.472Z | + do_assemble_illumos |
295 | 2023-12-01T20:00:08.472Z | + rm -r ./out/cockroachdb |
296 | 2023-12-01T20:00:08.476Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
297 | 2023-12-01T20:00:09.160Z | + ./out/cockroachdb/bin/cockroach version |
298 | 2023-12-01T20:00:09.453Z | Build Tag: v22.1.9-dirty |
299 | 2023-12-01T20:00:09.453Z | Build Time: 2022/10/26 21:17:46 |
300 | 2023-12-01T20:00:09.453Z | Distribution: OSS |
301 | 2023-12-01T20:00:09.453Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
302 | 2023-12-01T20:00:09.453Z | Go Version: go1.17.13 |
303 | 2023-12-01T20:00:09.453Z | C Compiler: gcc 10.3.0 |
304 | 2023-12-01T20:00:09.453Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
305 | 2023-12-01T20:00:09.453Z | Build Type: release |
306 | 2023-12-01T20:00:09.481Z | + set -o errexit |
307 | 2023-12-01T20:00:09.495Z | +++ dirname ./tools/ci_download_clickhouse |
308 | 2023-12-01T20:00:09.495Z | ++ cd ./tools |
309 | 2023-12-01T20:00:09.495Z | ++ pwd |
310 | 2023-12-01T20:00:09.495Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
311 | 2023-12-01T20:00:09.495Z | ++ basename ./tools/ci_download_clickhouse |
312 | 2023-12-01T20:00:09.496Z | + ARG0=ci_download_clickhouse |
313 | 2023-12-01T20:00:09.496Z | + TARGET_DIR=out |
314 | 2023-12-01T20:00:09.496Z | + DOWNLOAD_DIR=out/downloads |
315 | 2023-12-01T20:00:09.496Z | + DEST_DIR=./out/clickhouse |
316 | 2023-12-01T20:00:09.496Z | + CIDL_VERSION=v22.8.9.24 |
317 | 2023-12-01T20:00:09.496Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
318 | 2023-12-01T20:00:09.496Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
319 | 2023-12-01T20:00:09.496Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
320 | 2023-12-01T20:00:09.496Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
321 | 2023-12-01T20:00:09.496Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
322 | 2023-12-01T20:00:09.496Z | + main |
323 | 2023-12-01T20:00:09.496Z | + [[ 0 != 0 ]] |
324 | 2023-12-01T20:00:09.496Z | + CIDL_OS=solaris2.11 |
325 | 2023-12-01T20:00:09.499Z | + [[ 0 != 0 ]] |
326 | 2023-12-01T20:00:09.499Z | + configure_os solaris2.11 |
327 | 2023-12-01T20:00:09.499Z | + echo 'current directory: /work/oxidecomputer/omicron' |
328 | 2023-12-01T20:00:09.499Z | current directory: /work/oxidecomputer/omicron |
329 | 2023-12-01T20:00:09.499Z | configuring based on OS: "solaris2.11" |
330 | 2023-12-01T20:00:09.500Z | + echo 'configuring based on OS: "solaris2.11"' |
331 | 2023-12-01T20:00:09.500Z | + CIDL_DASHREV= |
332 | 2023-12-01T20:00:09.500Z | + case "$1" in |
333 | 2023-12-01T20:00:09.500Z | + CIDL_PLATFORM=illumos |
334 | 2023-12-01T20:00:09.500Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
335 | 2023-12-01T20:00:09.500Z | + CIDL_MD5FUNC=do_md5sum |
336 | 2023-12-01T20:00:09.500Z | + CIDL_DASHREV=-1 |
337 | 2023-12-01T20:00:09.500Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
338 | 2023-12-01T20:00:09.500Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2023-12-01T20:00:09.500Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2023-12-01T20:00:09.500Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-12-01T20:00:09.500Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
342 | 2023-12-01T20:00:09.500Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2023-12-01T20:00:09.500Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2023-12-01T20:00:09.500Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
345 | 2023-12-01T20:00:09.500Z | + mkdir -p out/downloads |
346 | 2023-12-01T20:00:09.513Z | + mkdir -p ./out/clickhouse |
347 | 2023-12-01T20:00:09.513Z | + local DO_DOWNLOAD=true |
348 | 2023-12-01T20:00:09.513Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
349 | 2023-12-01T20:00:09.513Z | + '[' true == true ']' |
350 | 2023-12-01T20:00:09.513Z | + echo Downloading... |
351 | 2023-12-01T20:00:09.521Z | Downloading... |
352 | 2023-12-01T20:00:09.521Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2023-12-01T20:00:09.522Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
354 | 2023-12-01T20:00:11.189Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
355 | 2023-12-01T20:00:11.192Z | ++ md5sum |
356 | 2023-12-01T20:00:11.192Z | ++ awk '{print $1}' |
357 | 2023-12-01T20:00:11.449Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
358 | 2023-12-01T20:00:11.449Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
359 | 2023-12-01T20:00:11.451Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
360 | 2023-12-01T20:00:11.454Z | + mkdir -p ./out/clickhouse |
361 | 2023-12-01T20:00:11.454Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
362 | 2023-12-01T20:00:16.621Z | + ./out/clickhouse/clickhouse server --version |
363 | 2023-12-01T20:00:16.661Z | ClickHouse server version 22.8.9.1. |
364 | 2023-12-01T20:00:16.681Z | + set -o errexit |
365 | 2023-12-01T20:00:16.690Z | +++ dirname ./tools/ci_download_console |
366 | 2023-12-01T20:00:16.690Z | ++ cd ./tools |
367 | 2023-12-01T20:00:16.690Z | ++ pwd |
368 | 2023-12-01T20:00:16.690Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
369 | 2023-12-01T20:00:16.694Z | ++ basename ./tools/ci_download_console |
370 | 2023-12-01T20:00:16.694Z | + ARG0=ci_download_console |
371 | 2023-12-01T20:00:16.694Z | + TARGET_DIR=out |
372 | 2023-12-01T20:00:16.694Z | + DOWNLOAD_DIR=out/downloads |
373 | 2023-12-01T20:00:16.694Z | + DEST_DIR=./out/console-assets |
374 | 2023-12-01T20:00:16.696Z | + source /work/oxidecomputer/omicron/tools/console_version |
375 | 2023-12-01T20:00:16.696Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
376 | 2023-12-01T20:00:16.696Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
377 | 2023-12-01T20:00:16.696Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
378 | 2023-12-01T20:00:16.696Z | + TARBALL_FILE=out/downloads/console.tar.gz |
379 | 2023-12-01T20:00:16.696Z | + main |
380 | 2023-12-01T20:00:16.696Z | + [[ 0 != 0 ]] |
381 | 2023-12-01T20:00:16.696Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
382 | 2023-12-01T20:00:16.696Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
383 | 2023-12-01T20:00:16.696Z | + echo 'Local file: out/downloads/console.tar.gz' |
384 | 2023-12-01T20:00:16.696Z | Local file: out/downloads/console.tar.gz |
385 | 2023-12-01T20:00:16.696Z | + local DO_DOWNLOAD=true |
386 | 2023-12-01T20:00:16.696Z | + [[ -f out/downloads/console.tar.gz ]] |
387 | 2023-12-01T20:00:16.696Z | + mkdir -p out/downloads |
388 | 2023-12-01T20:00:16.696Z | + '[' true == true ']' |
389 | 2023-12-01T20:00:16.696Z | + echo Downloading... |
390 | 2023-12-01T20:00:16.696Z | Downloading... |
391 | 2023-12-01T20:00:16.696Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
392 | 2023-12-01T20:00:16.696Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
393 | 2023-12-01T20:00:17.461Z | ++ do_sha256sum out/downloads/console.tar.gz |
394 | 2023-12-01T20:00:17.461Z | ++ case "$OSTYPE" in |
395 | 2023-12-01T20:00:17.461Z | ++ SHA=sha256sum |
396 | 2023-12-01T20:00:17.464Z | ++ sha256sum |
397 | 2023-12-01T20:00:17.466Z | ++ awk '{print $1}' |
398 | 2023-12-01T20:00:17.486Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
399 | 2023-12-01T20:00:17.486Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
400 | 2023-12-01T20:00:17.486Z | + rm -rf ./out/console-assets |
401 | 2023-12-01T20:00:17.488Z | + mkdir -p ./out/console-assets |
402 | 2023-12-01T20:00:17.495Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
403 | 2023-12-01T20:00:17.495Z | + mkdir -p ./out/console-assets |
404 | 2023-12-01T20:00:17.504Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
405 | 2023-12-01T20:00:17.649Z | + set -o errexit |
406 | 2023-12-01T20:00:17.653Z | +++ dirname ./tools/ci_download_maghemite_openapi |
407 | 2023-12-01T20:00:17.653Z | ++ cd ./tools |
408 | 2023-12-01T20:00:17.653Z | ++ pwd |
409 | 2023-12-01T20:00:17.653Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
410 | 2023-12-01T20:00:17.653Z | ++ basename ./tools/ci_download_maghemite_openapi |
411 | 2023-12-01T20:00:17.653Z | + ARG0=ci_download_maghemite_openapi |
412 | 2023-12-01T20:00:17.653Z | + TARGET_DIR=out |
413 | 2023-12-01T20:00:17.653Z | + DOWNLOAD_DIR=out/downloads |
414 | 2023-12-01T20:00:17.653Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
415 | 2023-12-01T20:00:17.653Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
416 | 2023-12-01T20:00:17.653Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
417 | 2023-12-01T20:00:17.653Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
418 | 2023-12-01T20:00:17.653Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
419 | 2023-12-01T20:00:17.653Z | + main |
420 | 2023-12-01T20:00:17.653Z | + [[ 0 != 0 ]] |
421 | 2023-12-01T20:00:17.655Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
422 | 2023-12-01T20:00:17.656Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
423 | 2023-12-01T20:00:17.656Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
424 | 2023-12-01T20:00:17.656Z | + local DO_DOWNLOAD=true |
425 | 2023-12-01T20:00:17.656Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
426 | 2023-12-01T20:00:17.656Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
427 | 2023-12-01T20:00:17.656Z | + mkdir -p out/downloads |
428 | 2023-12-01T20:00:17.656Z | + '[' true == true ']' |
429 | 2023-12-01T20:00:17.656Z | + echo Downloading... |
430 | 2023-12-01T20:00:17.656Z | Downloading... |
431 | 2023-12-01T20:00:17.656Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
432 | 2023-12-01T20:00:17.656Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
433 | 2023-12-01T20:00:17.826Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
434 | 2023-12-01T20:00:17.826Z | ++ case "$OSTYPE" in |
435 | 2023-12-01T20:00:17.829Z | ++ SHA=sha256sum |
436 | 2023-12-01T20:00:17.829Z | ++ sha256sum |
437 | 2023-12-01T20:00:17.829Z | ++ awk '{print $1}' |
438 | 2023-12-01T20:00:17.833Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
439 | 2023-12-01T20:00:17.833Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
440 | 2023-12-01T20:00:17.833Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
441 | 2023-12-01T20:00:17.833Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
442 | 2023-12-01T20:00:17.833Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
443 | 2023-12-01T20:00:17.834Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
444 | 2023-12-01T20:00:17.834Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
445 | 2023-12-01T20:00:17.834Z | + main |
446 | 2023-12-01T20:00:17.834Z | + [[ 0 != 0 ]] |
447 | 2023-12-01T20:00:17.834Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
448 | 2023-12-01T20:00:17.834Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
449 | 2023-12-01T20:00:17.834Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
450 | 2023-12-01T20:00:17.834Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
451 | 2023-12-01T20:00:17.834Z | + local DO_DOWNLOAD=true |
452 | 2023-12-01T20:00:17.834Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
453 | 2023-12-01T20:00:17.834Z | + mkdir -p out/downloads |
454 | 2023-12-01T20:00:17.837Z | + '[' true == true ']' |
455 | 2023-12-01T20:00:17.837Z | + echo Downloading... |
456 | 2023-12-01T20:00:17.837Z | Downloading... |
457 | 2023-12-01T20:00:17.837Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
458 | 2023-12-01T20:00:17.837Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
459 | 2023-12-01T20:00:18.467Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
460 | 2023-12-01T20:00:18.471Z | ++ case "$OSTYPE" in |
461 | 2023-12-01T20:00:18.471Z | ++ SHA=sha256sum |
462 | 2023-12-01T20:00:18.471Z | ++ sha256sum |
463 | 2023-12-01T20:00:18.471Z | ++ awk '{print $1}' |
464 | 2023-12-01T20:00:18.474Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
465 | 2023-12-01T20:00:18.474Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
466 | 2023-12-01T20:00:18.484Z | + set -o errexit |
467 | 2023-12-01T20:00:18.490Z | +++ dirname ./tools/ci_download_dendrite_openapi |
468 | 2023-12-01T20:00:18.490Z | ++ cd ./tools |
469 | 2023-12-01T20:00:18.490Z | ++ pwd |
470 | 2023-12-01T20:00:18.490Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
471 | 2023-12-01T20:00:18.490Z | ++ basename ./tools/ci_download_dendrite_openapi |
472 | 2023-12-01T20:00:18.490Z | + ARG0=ci_download_dendrite_openapi |
473 | 2023-12-01T20:00:18.490Z | + TARGET_DIR=out |
474 | 2023-12-01T20:00:18.490Z | + DOWNLOAD_DIR=out/downloads |
475 | 2023-12-01T20:00:18.490Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
476 | 2023-12-01T20:00:18.490Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
477 | 2023-12-01T20:00:18.490Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
478 | 2023-12-01T20:00:18.490Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
479 | 2023-12-01T20:00:18.490Z | + LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
480 | 2023-12-01T20:00:18.490Z | + main |
481 | 2023-12-01T20:00:18.490Z | + [[ 0 != 0 ]] |
482 | 2023-12-01T20:00:18.490Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json' |
483 | 2023-12-01T20:00:18.490Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
484 | 2023-12-01T20:00:18.490Z | + echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json' |
485 | 2023-12-01T20:00:18.490Z | + local DO_DOWNLOAD=true |
486 | 2023-12-01T20:00:18.492Z | Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
487 | 2023-12-01T20:00:18.492Z | + [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]] |
488 | 2023-12-01T20:00:18.496Z | + mkdir -p out/downloads |
489 | 2023-12-01T20:00:18.496Z | + '[' true == true ']' |
490 | 2023-12-01T20:00:18.496Z | Downloading... |
491 | 2023-12-01T20:00:18.496Z | + echo Downloading... |
492 | 2023-12-01T20:00:18.496Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
493 | 2023-12-01T20:00:18.496Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
494 | 2023-12-01T20:00:18.688Z | ++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
495 | 2023-12-01T20:00:18.688Z | ++ case "$OSTYPE" in |
496 | 2023-12-01T20:00:18.694Z | ++ SHA=sha256sum |
497 | 2023-12-01T20:00:18.694Z | ++ sha256sum |
498 | 2023-12-01T20:00:18.694Z | ++ awk '{print $1}' |
499 | 2023-12-01T20:00:18.694Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
500 | 2023-12-01T20:00:18.694Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
501 | 2023-12-01T20:00:18.694Z | + set -o errexit |
502 | 2023-12-01T20:00:18.694Z | +++ dirname ./tools/ci_download_dendrite_stub |
503 | 2023-12-01T20:00:18.694Z | ++ cd ./tools |
504 | 2023-12-01T20:00:18.694Z | ++ pwd |
505 | 2023-12-01T20:00:18.694Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
506 | 2023-12-01T20:00:18.694Z | ++ basename ./tools/ci_download_dendrite_stub |
507 | 2023-12-01T20:00:18.694Z | + ARG0=ci_download_dendrite_stub |
508 | 2023-12-01T20:00:18.694Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
509 | 2023-12-01T20:00:18.695Z | ++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
510 | 2023-12-01T20:00:18.695Z | ++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c |
511 | 2023-12-01T20:00:18.695Z | ++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe |
512 | 2023-12-01T20:00:18.695Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
513 | 2023-12-01T20:00:18.695Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
514 | 2023-12-01T20:00:18.695Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
515 | 2023-12-01T20:00:18.695Z | + TARGET_DIR=out |
516 | 2023-12-01T20:00:18.695Z | + DOWNLOAD_DIR=out/downloads |
517 | 2023-12-01T20:00:18.695Z | + DEST_DIR=./out/dendrite-stub |
518 | 2023-12-01T20:00:18.695Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
519 | 2023-12-01T20:00:18.695Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
520 | 2023-12-01T20:00:18.695Z | + REPO=oxidecomputer/dendrite |
521 | 2023-12-01T20:00:18.695Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36 |
522 | 2023-12-01T20:00:18.695Z | + main |
523 | 2023-12-01T20:00:18.695Z | + [[ 0 != 0 ]] |
524 | 2023-12-01T20:00:18.695Z | + CIDL_OS=solaris2.11 |
525 | 2023-12-01T20:00:18.695Z | + [[ 0 != 0 ]] |
526 | 2023-12-01T20:00:18.695Z | + configure_os solaris2.11 |
527 | 2023-12-01T20:00:18.695Z | + echo 'current directory: /work/oxidecomputer/omicron' |
528 | 2023-12-01T20:00:18.695Z | current directory: /work/oxidecomputer/omicron |
529 | 2023-12-01T20:00:18.695Z | + echo 'configuring based on OS: "solaris2.11"' |
530 | 2023-12-01T20:00:18.695Z | configuring based on OS: "solaris2.11" |
531 | 2023-12-01T20:00:18.695Z | + case "$1" in |
532 | 2023-12-01T20:00:18.695Z | + SET_BINARIES= |
533 | 2023-12-01T20:00:18.695Z | + CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
534 | 2023-12-01T20:00:18.696Z | + CIDL_SHA256FUNC=do_sha256sum |
535 | 2023-12-01T20:00:18.696Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
536 | 2023-12-01T20:00:18.696Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
537 | 2023-12-01T20:00:18.696Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
538 | 2023-12-01T20:00:18.696Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz' |
539 | 2023-12-01T20:00:18.696Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
540 | 2023-12-01T20:00:18.696Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
541 | 2023-12-01T20:00:18.696Z | Local file: out/downloads/dendrite-stub.tar.gz |
542 | 2023-12-01T20:00:18.696Z | + mkdir -p out/downloads |
543 | 2023-12-01T20:00:18.696Z | + mkdir -p ./out/dendrite-stub |
544 | 2023-12-01T20:00:18.696Z | + fetch_and_verify |
545 | 2023-12-01T20:00:18.696Z | + local DO_DOWNLOAD=true |
546 | 2023-12-01T20:00:18.696Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
547 | 2023-12-01T20:00:18.696Z | + '[' true == true ']' |
548 | 2023-12-01T20:00:18.696Z | + echo Downloading... |
549 | 2023-12-01T20:00:18.696Z | Downloading... |
550 | 2023-12-01T20:00:18.696Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
551 | 2023-12-01T20:00:18.696Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
552 | 2023-12-01T20:00:24.946Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
553 | 2023-12-01T20:00:24.949Z | ++ sha256sum |
554 | 2023-12-01T20:00:24.949Z | ++ awk '{print $1}' |
555 | 2023-12-01T20:00:25.049Z | + calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
556 | 2023-12-01T20:00:25.049Z | + [[ dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 != \d\c\9\3\b\6\7\1\c\c\e\5\4\e\8\3\e\d\5\5\f\a\a\a\2\6\7\f\8\1\b\a\9\e\6\5\a\b\c\d\6\7\1\4\a\a\5\5\9\d\6\8\a\8\7\8\3\d\7\3\b\1\c\1 ]] |
557 | 2023-12-01T20:00:25.049Z | + do_untar out/downloads/dendrite-stub.tar.gz |
558 | 2023-12-01T20:00:25.052Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
559 | 2023-12-01T20:00:26.092Z | + do_assemble |
560 | 2023-12-01T20:00:26.092Z | + rm -r ./out/dendrite-stub |
561 | 2023-12-01T20:00:26.096Z | + mkdir ./out/dendrite-stub |
562 | 2023-12-01T20:00:26.099Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
563 | 2023-12-01T20:00:26.242Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
564 | 2023-12-01T20:00:26.255Z | + set -o errexit |
565 | 2023-12-01T20:00:26.257Z | +++ dirname ./tools/ci_download_maghemite_mgd |
566 | 2023-12-01T20:00:26.260Z | ++ cd ./tools |
567 | 2023-12-01T20:00:26.260Z | ++ pwd |
568 | 2023-12-01T20:00:26.260Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
569 | 2023-12-01T20:00:26.264Z | ++ basename ./tools/ci_download_maghemite_mgd |
570 | 2023-12-01T20:00:26.264Z | + ARG0=ci_download_maghemite_mgd |
571 | 2023-12-01T20:00:26.264Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
572 | 2023-12-01T20:00:26.264Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
573 | 2023-12-01T20:00:26.264Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
574 | 2023-12-01T20:00:26.264Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
575 | 2023-12-01T20:00:26.264Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
576 | 2023-12-01T20:00:26.264Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
577 | 2023-12-01T20:00:26.264Z | + TARGET_DIR=out |
578 | 2023-12-01T20:00:26.264Z | + DOWNLOAD_DIR=out/downloads |
579 | 2023-12-01T20:00:26.264Z | + DEST_DIR=./out/mgd |
580 | 2023-12-01T20:00:26.264Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
581 | 2023-12-01T20:00:26.264Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
582 | 2023-12-01T20:00:26.264Z | + REPO=oxidecomputer/maghemite |
583 | 2023-12-01T20:00:26.264Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
584 | 2023-12-01T20:00:26.265Z | + main |
585 | 2023-12-01T20:00:26.265Z | + [[ 0 != 0 ]] |
586 | 2023-12-01T20:00:26.265Z | + CIDL_OS=solaris2.11 |
587 | 2023-12-01T20:00:26.265Z | + [[ 0 != 0 ]] |
588 | 2023-12-01T20:00:26.265Z | + configure_os solaris2.11 |
589 | 2023-12-01T20:00:26.268Z | + echo 'current directory: /work/oxidecomputer/omicron' |
590 | 2023-12-01T20:00:26.268Z | current directory: /work/oxidecomputer/omicron |
591 | 2023-12-01T20:00:26.268Z | configuring based on OS: "solaris2.11" |
592 | 2023-12-01T20:00:26.268Z | + echo 'configuring based on OS: "solaris2.11"' |
593 | 2023-12-01T20:00:26.268Z | + case "$1" in |
594 | 2023-12-01T20:00:26.268Z | + SET_BINARIES= |
595 | 2023-12-01T20:00:26.268Z | + CIDL_SHA256FUNC=do_sha256sum |
596 | 2023-12-01T20:00:26.268Z | + TARBALL_FILENAME=mgd.tar.gz |
597 | 2023-12-01T20:00:26.268Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
598 | 2023-12-01T20:00:26.268Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
599 | 2023-12-01T20:00:26.268Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
600 | 2023-12-01T20:00:26.268Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
601 | 2023-12-01T20:00:26.268Z | Local file: out/downloads/mgd.tar.gz |
602 | 2023-12-01T20:00:26.268Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
603 | 2023-12-01T20:00:26.268Z | + mkdir -p out/downloads |
604 | 2023-12-01T20:00:26.268Z | + mkdir -p ./out/mgd |
605 | 2023-12-01T20:00:26.273Z | + fetch_and_verify |
606 | 2023-12-01T20:00:26.273Z | + local DO_DOWNLOAD=true |
607 | 2023-12-01T20:00:26.273Z | + [[ -f out/downloads/mgd.tar.gz ]] |
608 | 2023-12-01T20:00:26.273Z | + '[' true == true ']' |
609 | 2023-12-01T20:00:26.273Z | + echo Downloading... |
610 | 2023-12-01T20:00:26.273Z | Downloading... |
611 | 2023-12-01T20:00:26.273Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
612 | 2023-12-01T20:00:26.273Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
613 | 2023-12-01T20:00:31.790Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
614 | 2023-12-01T20:00:31.793Z | ++ sha256sum |
615 | 2023-12-01T20:00:31.793Z | ++ awk '{print $1}' |
616 | 2023-12-01T20:00:31.868Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
617 | 2023-12-01T20:00:31.868Z | + [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]] |
618 | 2023-12-01T20:00:31.868Z | + do_untar out/downloads/mgd.tar.gz |
619 | 2023-12-01T20:00:31.868Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
620 | 2023-12-01T20:00:32.559Z | + do_assemble |
621 | 2023-12-01T20:00:32.559Z | + rm -r ./out/mgd |
622 | 2023-12-01T20:00:32.562Z | + mkdir ./out/mgd |
623 | 2023-12-01T20:00:32.565Z | + cp -r out/downloads/root ./out/mgd/root |
624 | 2023-12-01T20:00:32.774Z | + set -o errexit |
625 | 2023-12-01T20:00:32.777Z | +++ dirname ./tools/ci_download_transceiver_control |
626 | 2023-12-01T20:00:32.780Z | ++ cd ./tools |
627 | 2023-12-01T20:00:32.780Z | ++ pwd |
628 | 2023-12-01T20:00:32.780Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
629 | 2023-12-01T20:00:32.791Z | ++ basename ./tools/ci_download_transceiver_control |
630 | 2023-12-01T20:00:32.795Z | + ARG0=ci_download_transceiver_control |
631 | 2023-12-01T20:00:32.795Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
632 | 2023-12-01T20:00:32.795Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
633 | 2023-12-01T20:00:32.795Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
634 | 2023-12-01T20:00:32.795Z | + TARGET_DIR=out |
635 | 2023-12-01T20:00:32.795Z | + DOWNLOAD_DIR=out/downloads |
636 | 2023-12-01T20:00:32.795Z | + DEST_DIR=./out/transceiver-control |
637 | 2023-12-01T20:00:32.795Z | + BIN_DIR=/opt/oxide/bin |
638 | 2023-12-01T20:00:32.795Z | + BINARY=xcvradm |
639 | 2023-12-01T20:00:32.795Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
640 | 2023-12-01T20:00:32.795Z | + REPO=oxidecomputer/transceiver-control |
641 | 2023-12-01T20:00:32.795Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
642 | 2023-12-01T20:00:32.795Z | + main |
643 | 2023-12-01T20:00:32.795Z | + [[ 0 != 0 ]] |
644 | 2023-12-01T20:00:32.795Z | + CIDL_OS=solaris2.11 |
645 | 2023-12-01T20:00:32.795Z | + [[ 0 != 0 ]] |
646 | 2023-12-01T20:00:32.795Z | + configure_os solaris2.11 |
647 | 2023-12-01T20:00:32.795Z | + echo 'current directory: /work/oxidecomputer/omicron' |
648 | 2023-12-01T20:00:32.795Z | current directory: /work/oxidecomputer/omicron |
649 | 2023-12-01T20:00:32.795Z | + echo 'configuring based on OS: "solaris2.11"' |
650 | 2023-12-01T20:00:32.795Z | configuring based on OS: "solaris2.11" |
651 | 2023-12-01T20:00:32.795Z | + case "$1" in |
652 | 2023-12-01T20:00:32.795Z | + SET_BINARIES= |
653 | 2023-12-01T20:00:32.795Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
654 | 2023-12-01T20:00:32.797Z | + CIDL_SHA256FUNC=do_sha256sum |
655 | 2023-12-01T20:00:32.797Z | + ARCHIVE_FILENAME=xcvradm.gz |
656 | 2023-12-01T20:00:32.797Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
657 | 2023-12-01T20:00:32.797Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
658 | 2023-12-01T20:00:32.797Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
659 | 2023-12-01T20:00:32.797Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
660 | 2023-12-01T20:00:32.797Z | Local file: out/downloads/xcvradm.gz |
661 | 2023-12-01T20:00:32.798Z | + echo 'Local file: out/downloads/xcvradm.gz' |
662 | 2023-12-01T20:00:32.798Z | + mkdir -p out/downloads |
663 | 2023-12-01T20:00:32.798Z | + mkdir -p ./out/transceiver-control |
664 | 2023-12-01T20:00:32.798Z | + fetch_and_verify |
665 | 2023-12-01T20:00:32.798Z | + local DO_DOWNLOAD=true |
666 | 2023-12-01T20:00:32.798Z | + [[ -f out/downloads/xcvradm.gz ]] |
667 | 2023-12-01T20:00:32.798Z | + '[' true == true ']' |
668 | 2023-12-01T20:00:32.798Z | + echo Downloading... |
669 | 2023-12-01T20:00:32.798Z | Downloading... |
670 | 2023-12-01T20:00:32.798Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
671 | 2023-12-01T20:00:32.798Z | + 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 |
672 | 2023-12-01T20:00:34.068Z | ++ do_sha256sum out/downloads/xcvradm.gz |
673 | 2023-12-01T20:00:34.071Z | ++ sha256sum |
674 | 2023-12-01T20:00:34.071Z | ++ awk '{print $1}' |
675 | 2023-12-01T20:00:34.094Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
676 | 2023-12-01T20:00:34.094Z | + [[ 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 ]] |
677 | 2023-12-01T20:00:34.097Z | + do_unpack out/downloads/xcvradm.gz |
678 | 2023-12-01T20:00:34.097Z | + mkdir -p out/downloads/root//opt/oxide/bin |
679 | 2023-12-01T20:00:34.097Z | + gzip -dc out/downloads/xcvradm.gz |
680 | 2023-12-01T20:00:34.281Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
681 | 2023-12-01T20:00:34.286Z | + do_assemble |
682 | 2023-12-01T20:00:34.286Z | + rm -r ./out/transceiver-control |
683 | 2023-12-01T20:00:34.286Z | + mkdir ./out/transceiver-control |
684 | 2023-12-01T20:00:34.291Z | + cp -r out/downloads/root ./out/transceiver-control/root |
685 | 2023-12-01T20:00:34.503Z | All prerequisites installed successfully |
686 | 2023-12-01T20:00:34.506Z | |
687 | 2023-12-01T20:00:34.506Z | real 2:02.407671822 |
688 | 2023-12-01T20:00:34.506Z | user 54.839380233 |
689 | 2023-12-01T20:00:34.506Z | sys 10.806313657 |
690 | 2023-12-01T20:00:34.507Z | trap 0.023552302 |
691 | 2023-12-01T20:00:34.509Z | tflt 0.174798313 |
692 | 2023-12-01T20:00:34.509Z | dflt 0.415436221 |
693 | 2023-12-01T20:00:34.509Z | kflt 0.235190909 |
694 | 2023-12-01T20:00:34.509Z | lock 1.986149884 |
695 | 2023-12-01T20:00:34.509Z | slp 3:41.309056710 |
696 | 2023-12-01T20:00:34.509Z | lat 4.000288379 |
697 | 2023-12-01T20:00:34.512Z | stop 0.080577426 |
698 | 2023-12-01T20:00:34.512Z | + ptime -m ./tools/ci_download_softnpu_machinery |
699 | 2023-12-01T20:00:34.519Z | fetching npuzone |
700 | 2023-12-01T20:00:34.527Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
701 | 2023-12-01T20:00:34.527Z | (commit: dec63e67156fe6e958991bbfa090629868115ab5) |
702 | 2023-12-01T20:00:34.527Z | Getting hash for npuzone |
703 | 2023-12-01T20:00:34.662Z | (hash: 0193728f9ac46713a4b628135f7b3de9fe889770c7a7fe5273976acb001f7ac4) |
704 | 2023-12-01T20:00:45.349Z | npuzone downloaded successfully |
705 | 2023-12-01T20:00:45.354Z | |
706 | 2023-12-01T20:00:45.357Z | real 10.844545356 |
707 | 2023-12-01T20:00:45.357Z | user 0.573601840 |
708 | 2023-12-01T20:00:45.357Z | sys 0.176915293 |
709 | 2023-12-01T20:00:45.357Z | trap 0.000231517 |
710 | 2023-12-01T20:00:45.357Z | tflt 0.000000000 |
711 | 2023-12-01T20:00:45.357Z | dflt 0.000000000 |
712 | 2023-12-01T20:00:45.357Z | kflt 0.000000000 |
713 | 2023-12-01T20:00:45.357Z | lock 0.000000000 |
714 | 2023-12-01T20:00:45.357Z | slp 31.590520364 |
715 | 2023-12-01T20:00:45.358Z | lat 0.154668633 |
716 | 2023-12-01T20:00:45.358Z | stop 0.000283736 |
717 | 2023-12-01T20:00:45.358Z | + export CARGO_INCREMENTAL=0 |
718 | 2023-12-01T20:00:45.358Z | + CARGO_INCREMENTAL=0 |
719 | 2023-12-01T20:00:45.358Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
720 | 2023-12-01T20:00:45.703Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
721 | 2023-12-01T20:00:46.079Z | Updating crates.io index |
722 | 2023-12-01T20:00:46.163Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
723 | 2023-12-01T20:00:47.002Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
724 | 2023-12-01T20:00:48.827Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
725 | 2023-12-01T20:00:49.496Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
726 | 2023-12-01T20:00:49.854Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
727 | 2023-12-01T20:00:50.169Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
728 | 2023-12-01T20:00:50.495Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
729 | 2023-12-01T20:00:51.373Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
730 | 2023-12-01T20:00:53.520Z | Updating git repository `https://github.com/oxidecomputer/opte` |
731 | 2023-12-01T20:00:54.602Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
732 | 2023-12-01T20:00:54.953Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
733 | 2023-12-01T20:00:55.637Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
734 | 2023-12-01T20:00:56.036Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
735 | 2023-12-01T20:00:56.401Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
736 | 2023-12-01T20:00:56.816Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
737 | 2023-12-01T20:00:57.145Z | Updating git repository `https://github.com/njaremko/samael` |
738 | 2023-12-01T20:00:57.613Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
739 | 2023-12-01T20:00:58.290Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
740 | 2023-12-01T20:00:58.724Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
741 | 2023-12-01T20:00:59.054Z | Updating git repository `https://github.com/jgallagher/nix` |
742 | 2023-12-01T20:01:00.677Z | Updating git repository `https://github.com/cbiffle/hubpack` |
743 | 2023-12-01T20:01:01.248Z | Updating git repository `https://github.com/oxidecomputer/typify` |
744 | 2023-12-01T20:01:02.253Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
745 | 2023-12-01T20:01:02.681Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
746 | 2023-12-01T20:01:02.992Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
747 | 2023-12-01T20:01:04.539Z | Downloading crates ... |
748 | 2023-12-01T20:01:04.777Z | Downloaded addr2line v0.21.0 |
749 | 2023-12-01T20:01:04.783Z | Downloaded crypto-common v0.1.6 |
750 | 2023-12-01T20:01:04.786Z | Downloaded colorchoice v1.0.0 |
751 | 2023-12-01T20:01:04.790Z | Downloaded nodrop v0.1.14 |
752 | 2023-12-01T20:01:04.805Z | Downloaded indexmap v2.1.0 |
753 | 2023-12-01T20:01:04.814Z | Downloaded atty v0.2.14 |
754 | 2023-12-01T20:01:04.818Z | Downloaded secrecy v0.8.0 |
755 | 2023-12-01T20:01:04.821Z | Downloaded bytesize v1.3.0 |
756 | 2023-12-01T20:01:04.824Z | Downloaded semver v1.0.20 |
757 | 2023-12-01T20:01:04.831Z | Downloaded assert_matches v1.5.0 |
758 | 2023-12-01T20:01:04.837Z | Downloaded inout v0.1.3 |
759 | 2023-12-01T20:01:04.842Z | Downloaded io-lifetimes v1.0.11 |
760 | 2023-12-01T20:01:04.849Z | Downloaded kstat-rs v0.2.3 |
761 | 2023-12-01T20:01:04.856Z | Downloaded memoffset v0.9.0 |
762 | 2023-12-01T20:01:04.862Z | Downloaded openssl-macros v0.1.1 |
763 | 2023-12-01T20:01:04.869Z | Downloaded cstr-argument v0.1.2 |
764 | 2023-12-01T20:01:04.873Z | Downloaded curve25519-dalek-derive v0.1.0 |
765 | 2023-12-01T20:01:04.876Z | Downloaded ident_case v1.0.1 |
766 | 2023-12-01T20:01:04.879Z | Downloaded matches v0.1.10 |
767 | 2023-12-01T20:01:04.883Z | Downloaded impl-trait-for-tuples v0.2.2 |
768 | 2023-12-01T20:01:04.889Z | Downloaded openssl-probe v0.1.5 |
769 | 2023-12-01T20:01:04.893Z | Downloaded oso-derive v0.27.0 |
770 | 2023-12-01T20:01:04.898Z | Downloaded signal-hook-tokio v0.3.1 |
771 | 2023-12-01T20:01:04.898Z | Downloaded opaque-debug v0.3.0 |
772 | 2023-12-01T20:01:04.901Z | Downloaded ciborium-io v0.2.1 |
773 | 2023-12-01T20:01:04.904Z | Downloaded crc-catalog v2.2.0 |
774 | 2023-12-01T20:01:04.906Z | Downloaded ahash v0.8.3 |
775 | 2023-12-01T20:01:04.911Z | Downloaded chacha20 v0.9.1 |
776 | 2023-12-01T20:01:04.917Z | Downloaded convert_case v0.4.0 |
777 | 2023-12-01T20:01:04.919Z | Downloaded maplit v1.0.2 |
778 | 2023-12-01T20:01:04.923Z | Downloaded packed_struct_codegen v0.10.1 |
779 | 2023-12-01T20:01:04.926Z | Downloaded olpc-cjson v0.1.3 |
780 | 2023-12-01T20:01:04.929Z | Downloaded lazycell v1.3.0 |
781 | 2023-12-01T20:01:04.931Z | Downloaded block-padding v0.3.3 |
782 | 2023-12-01T20:01:04.935Z | Downloaded bit-vec v0.6.3 |
783 | 2023-12-01T20:01:04.938Z | Downloaded colored v2.0.4 |
784 | 2023-12-01T20:01:04.941Z | Downloaded match_cfg v0.1.0 |
785 | 2023-12-01T20:01:04.944Z | Downloaded num_enum_derive v0.5.11 |
786 | 2023-12-01T20:01:04.947Z | Downloaded buf-list v1.0.3 |
787 | 2023-12-01T20:01:04.954Z | Downloaded crc v3.0.1 |
788 | 2023-12-01T20:01:04.958Z | Downloaded ciborium-ll v0.2.1 |
789 | 2023-12-01T20:01:04.963Z | Downloaded cexpr v0.6.0 |
790 | 2023-12-01T20:01:04.967Z | Downloaded doc-comment v0.3.3 |
791 | 2023-12-01T20:01:04.969Z | Downloaded stringprep v0.1.3 |
792 | 2023-12-01T20:01:04.973Z | Downloaded num-derive v0.4.0 |
793 | 2023-12-01T20:01:04.978Z | Downloaded nanorand v0.7.0 |
794 | 2023-12-01T20:01:04.984Z | Downloaded clap_derive v4.4.2 |
795 | 2023-12-01T20:01:04.989Z | Downloaded tui-tree-widget v0.13.0 |
796 | 2023-12-01T20:01:04.992Z | Downloaded bcs v0.1.6 |
797 | 2023-12-01T20:01:04.996Z | Downloaded mime v0.3.17 |
798 | 2023-12-01T20:01:05.001Z | Downloaded crc-any v2.4.3 |
799 | 2023-12-01T20:01:05.004Z | Downloaded libsw v3.3.0 |
800 | 2023-12-01T20:01:05.007Z | Downloaded async-trait v0.1.74 |
801 | 2023-12-01T20:01:05.014Z | Downloaded untrusted v0.9.0 |
802 | 2023-12-01T20:01:05.017Z | Downloaded rustc_version v0.4.0 |
803 | 2023-12-01T20:01:05.021Z | Downloaded indexmap v1.9.3 |
804 | 2023-12-01T20:01:05.026Z | Downloaded oso v0.27.0 |
805 | 2023-12-01T20:01:05.034Z | Downloaded getopts v0.2.21 |
806 | 2023-12-01T20:01:05.037Z | Downloaded const-oid v0.9.5 |
807 | 2023-12-01T20:01:05.041Z | Downloaded group v0.13.0 |
808 | 2023-12-01T20:01:05.044Z | Downloaded crypto-bigint v0.5.2 |
809 | 2023-12-01T20:01:05.056Z | Downloaded tracing-attributes v0.1.26 |
810 | 2023-12-01T20:01:05.060Z | Downloaded predicates-tree v1.0.9 |
811 | 2023-12-01T20:01:05.064Z | Downloaded serde_tokenstream v0.2.0 |
812 | 2023-12-01T20:01:05.070Z | Downloaded sct v0.7.0 |
813 | 2023-12-01T20:01:05.077Z | Downloaded platforms v3.0.2 |
814 | 2023-12-01T20:01:05.081Z | Downloaded signal-hook-mio v0.2.3 |
815 | 2023-12-01T20:01:05.084Z | Downloaded dtrace-parser v0.1.14 |
816 | 2023-12-01T20:01:05.087Z | Downloaded pin-project-lite v0.2.13 |
817 | 2023-12-01T20:01:05.095Z | Downloaded blake2 v0.10.6 |
818 | 2023-12-01T20:01:05.100Z | Downloaded enum-as-inner v0.5.1 |
819 | 2023-12-01T20:01:05.105Z | Downloaded hubpack_derive v0.1.1 |
820 | 2023-12-01T20:01:05.108Z | Downloaded flagset v0.4.3 |
821 | 2023-12-01T20:01:05.111Z | Downloaded resolv-conf v0.7.0 |
822 | 2023-12-01T20:01:05.114Z | Downloaded serde-hex v0.1.0 |
823 | 2023-12-01T20:01:05.117Z | Downloaded http-body v0.4.5 |
824 | 2023-12-01T20:01:05.120Z | Downloaded pretty-hex v0.4.0 |
825 | 2023-12-01T20:01:05.123Z | Downloaded pretty-hex v0.2.1 |
826 | 2023-12-01T20:01:05.128Z | Downloaded termtree v0.4.1 |
827 | 2023-12-01T20:01:05.128Z | Downloaded heck v0.4.1 |
828 | 2023-12-01T20:01:05.131Z | Downloaded swrite v0.1.0 |
829 | 2023-12-01T20:01:05.131Z | Downloaded slog-term v2.9.0 |
830 | 2023-12-01T20:01:05.135Z | Downloaded foreign-types v0.5.0 |
831 | 2023-12-01T20:01:05.138Z | Downloaded home v0.5.5 |
832 | 2023-12-01T20:01:05.140Z | Downloaded downcast v0.11.0 |
833 | 2023-12-01T20:01:05.143Z | Downloaded libxml v0.3.3 |
834 | 2023-12-01T20:01:05.156Z | Downloaded diesel_table_macro_syntax v0.1.0 |
835 | 2023-12-01T20:01:05.160Z | Downloaded env_logger v0.10.0 |
836 | 2023-12-01T20:01:05.163Z | Downloaded zeroize_derive v1.4.2 |
837 | 2023-12-01T20:01:05.166Z | Downloaded crossbeam-channel v0.5.8 |
838 | 2023-12-01T20:01:05.203Z | Downloaded ed25519 v1.5.3 |
839 | 2023-12-01T20:01:05.207Z | Downloaded futures-sink v0.3.29 |
840 | 2023-12-01T20:01:05.207Z | Downloaded base64 v0.21.5 |
841 | 2023-12-01T20:01:05.207Z | Downloaded serde-big-array v0.5.1 |
842 | 2023-12-01T20:01:05.207Z | Downloaded thread_local v1.1.7 |
843 | 2023-12-01T20:01:05.207Z | Downloaded headers v0.3.9 |
844 | 2023-12-01T20:01:05.207Z | Downloaded endian-type v0.1.2 |
845 | 2023-12-01T20:01:05.207Z | Downloaded path-slash v0.1.5 |
846 | 2023-12-01T20:01:05.210Z | Downloaded rustc_version v0.1.7 |
847 | 2023-12-01T20:01:05.210Z | Downloaded fnv v1.0.7 |
848 | 2023-12-01T20:01:05.215Z | Downloaded difflib v0.4.0 |
849 | 2023-12-01T20:01:05.215Z | Downloaded display-error-chain v0.2.0 |
850 | 2023-12-01T20:01:05.215Z | Downloaded pest_generator v2.7.2 |
851 | 2023-12-01T20:01:05.221Z | Downloaded schemars_derive v0.8.13 |
852 | 2023-12-01T20:01:05.225Z | Downloaded scheduled-thread-pool v0.2.7 |
853 | 2023-12-01T20:01:05.225Z | Downloaded socket2 v0.5.5 |
854 | 2023-12-01T20:01:05.229Z | Downloaded diesel_derives v2.1.2 |
855 | 2023-12-01T20:01:05.236Z | Downloaded peeking_take_while v0.1.2 |
856 | 2023-12-01T20:01:05.239Z | Downloaded dyn-clone v1.0.13 |
857 | 2023-12-01T20:01:05.242Z | Downloaded poly1305 v0.8.0 |
858 | 2023-12-01T20:01:05.246Z | Downloaded strum v0.25.0 |
859 | 2023-12-01T20:01:05.250Z | Downloaded tower-service v0.3.2 |
860 | 2023-12-01T20:01:05.250Z | Downloaded http-range v0.1.5 |
861 | 2023-12-01T20:01:05.254Z | Downloaded siphasher v0.3.11 |
862 | 2023-12-01T20:01:05.257Z | Downloaded zone_cfg_derive v0.3.0 |
863 | 2023-12-01T20:01:05.257Z | Downloaded wyz v0.5.1 |
864 | 2023-12-01T20:01:05.260Z | Downloaded rustc-hash v1.1.0 |
865 | 2023-12-01T20:01:05.265Z | Downloaded slog-scope v4.4.0 |
866 | 2023-12-01T20:01:05.265Z | Downloaded slog-async v2.8.0 |
867 | 2023-12-01T20:01:05.269Z | Downloaded rand_xorshift v0.3.0 |
868 | 2023-12-01T20:01:05.269Z | Downloaded r2d2 v0.8.10 |
869 | 2023-12-01T20:01:05.272Z | Downloaded structopt v0.3.26 |
870 | 2023-12-01T20:01:05.287Z | Downloaded rpassword v7.3.1 |
871 | 2023-12-01T20:01:05.294Z | Downloaded precomputed-hash v0.1.1 |
872 | 2023-12-01T20:01:05.294Z | Downloaded slog-envlogger v2.2.0 |
873 | 2023-12-01T20:01:05.297Z | Downloaded semver-parser v0.10.2 |
874 | 2023-12-01T20:01:05.300Z | Downloaded dof v0.1.5 |
875 | 2023-12-01T20:01:05.300Z | Downloaded subprocess v0.2.9 |
876 | 2023-12-01T20:01:05.306Z | Downloaded unsafe-libyaml v0.2.9 |
877 | 2023-12-01T20:01:05.314Z | Downloaded tinyvec_macros v0.1.1 |
878 | 2023-12-01T20:01:05.314Z | Downloaded waitgroup v0.1.2 |
879 | 2023-12-01T20:01:05.317Z | Downloaded crossterm v0.27.0 |
880 | 2023-12-01T20:01:05.328Z | Downloaded parse-display v0.8.2 |
881 | 2023-12-01T20:01:05.332Z | Downloaded shell-words v1.1.0 |
882 | 2023-12-01T20:01:05.332Z | Downloaded rand_core v0.6.4 |
883 | 2023-12-01T20:01:05.335Z | Downloaded stable_deref_trait v1.2.0 |
884 | 2023-12-01T20:01:05.338Z | Downloaded tokio-macros v2.2.0 |
885 | 2023-12-01T20:01:05.338Z | Downloaded errno v0.3.2 |
886 | 2023-12-01T20:01:05.342Z | Downloaded rusty-fork v0.3.0 |
887 | 2023-12-01T20:01:05.347Z | Downloaded quick-error v1.2.3 |
888 | 2023-12-01T20:01:05.347Z | Downloaded libm v0.2.7 |
889 | 2023-12-01T20:01:05.362Z | Downloaded which v4.4.0 |
890 | 2023-12-01T20:01:05.366Z | Downloaded serde_plain v1.0.2 |
891 | 2023-12-01T20:01:05.370Z | Downloaded pkg-config v0.3.27 |
892 | 2023-12-01T20:01:05.370Z | Downloaded zerocopy v0.3.0 |
893 | 2023-12-01T20:01:05.373Z | Downloaded unicode-width v0.1.11 |
894 | 2023-12-01T20:01:05.376Z | Downloaded diff v0.1.13 |
895 | 2023-12-01T20:01:05.380Z | Downloaded usdt v0.3.5 |
896 | 2023-12-01T20:01:05.383Z | Downloaded filetime v0.2.22 |
897 | 2023-12-01T20:01:05.389Z | Downloaded thiserror-impl v1.0.49 |
898 | 2023-12-01T20:01:05.389Z | Downloaded tokio-postgres v0.7.10 |
899 | 2023-12-01T20:01:05.395Z | Downloaded universal-hash v0.5.1 |
900 | 2023-12-01T20:01:05.399Z | Downloaded walkdir v2.4.0 |
901 | 2023-12-01T20:01:05.402Z | Downloaded generic-array v0.14.7 |
902 | 2023-12-01T20:01:05.406Z | Downloaded termcolor v1.2.0 |
903 | 2023-12-01T20:01:05.406Z | Downloaded string_cache v0.8.7 |
904 | 2023-12-01T20:01:05.410Z | Downloaded rtoolbox v0.0.1 |
905 | 2023-12-01T20:01:05.413Z | Downloaded vte_generate_state_changes v0.1.1 |
906 | 2023-12-01T20:01:05.413Z | Downloaded thiserror-no-std v2.0.2 |
907 | 2023-12-01T20:01:05.419Z | Downloaded thread-id v4.2.0 |
908 | 2023-12-01T20:01:05.422Z | Downloaded fatfs v0.3.6 |
909 | 2023-12-01T20:01:05.426Z | Downloaded elliptic-curve v0.13.5 |
910 | 2023-12-01T20:01:05.434Z | Downloaded whoami v1.4.1 |
911 | 2023-12-01T20:01:05.437Z | Downloaded highway v1.1.0 |
912 | 2023-12-01T20:01:05.440Z | Downloaded socket2 v0.4.9 |
913 | 2023-12-01T20:01:05.443Z | Downloaded scopeguard v1.2.0 |
914 | 2023-12-01T20:01:05.446Z | Downloaded sha2 v0.10.8 |
915 | 2023-12-01T20:01:05.449Z | Downloaded ref-cast-impl v1.0.20 |
916 | 2023-12-01T20:01:05.452Z | Downloaded smawk v0.3.1 |
917 | 2023-12-01T20:01:05.455Z | Downloaded tokio-native-tls v0.3.1 |
918 | 2023-12-01T20:01:05.459Z | Downloaded slab v0.4.9 |
919 | 2023-12-01T20:01:05.464Z | Downloaded toml v0.8.8 |
920 | 2023-12-01T20:01:05.466Z | Downloaded fs-err v2.11.0 |
921 | 2023-12-01T20:01:05.476Z | Downloaded tracing v0.1.37 |
922 | 2023-12-01T20:01:05.480Z | Downloaded wait-timeout v0.2.0 |
923 | 2023-12-01T20:01:05.480Z | Downloaded ena v0.14.2 |
924 | 2023-12-01T20:01:05.482Z | Downloaded form_urlencoded v1.2.1 |
925 | 2023-12-01T20:01:05.485Z | Downloaded hashbrown v0.12.3 |
926 | 2023-12-01T20:01:05.491Z | Downloaded zone v0.3.0 |
927 | 2023-12-01T20:01:05.495Z | Downloaded zerocopy v0.6.4 |
928 | 2023-12-01T20:01:05.498Z | Downloaded rsa v0.9.2 |
929 | 2023-12-01T20:01:05.506Z | Downloaded signature v2.1.0 |
930 | 2023-12-01T20:01:05.509Z | Downloaded textwrap v0.11.0 |
931 | 2023-12-01T20:01:05.512Z | Downloaded similar v2.2.1 |
932 | 2023-12-01T20:01:05.521Z | Downloaded typenum v1.16.0 |
933 | 2023-12-01T20:01:05.528Z | Downloaded pin-project v1.1.3 |
934 | 2023-12-01T20:01:05.547Z | Downloaded same-file v1.0.6 |
935 | 2023-12-01T20:01:05.550Z | Downloaded postgres-types v0.2.6 |
936 | 2023-12-01T20:01:05.553Z | Downloaded derive-where v1.2.5 |
937 | 2023-12-01T20:01:05.560Z | Downloaded reqwest v0.11.22 |
938 | 2023-12-01T20:01:05.578Z | Downloaded schemars v0.8.13 |
939 | 2023-12-01T20:01:05.594Z | Downloaded trust-dns-server v0.22.1 |
940 | 2023-12-01T20:01:05.604Z | Downloaded salty v0.2.0 |
941 | 2023-12-01T20:01:05.614Z | Downloaded reedline v0.26.0 |
942 | 2023-12-01T20:01:05.626Z | Downloaded clap v2.34.0 |
943 | 2023-12-01T20:01:05.639Z | Downloaded tokio-util v0.7.10 |
944 | 2023-12-01T20:01:05.651Z | Downloaded steno v0.4.0 |
945 | 2023-12-01T20:01:05.657Z | Downloaded openssl v0.10.60 |
946 | 2023-12-01T20:01:05.676Z | Downloaded trust-dns-resolver v0.22.0 |
947 | 2023-12-01T20:01:05.683Z | Downloaded tough v0.15.0 |
948 | 2023-12-01T20:01:05.698Z | Downloaded quick-xml v0.23.1 |
949 | 2023-12-01T20:01:05.710Z | Downloaded hkdf v0.12.3 |
950 | 2023-12-01T20:01:05.717Z | Downloaded chrono v0.4.31 |
951 | 2023-12-01T20:01:05.729Z | Downloaded winnow v0.5.15 |
952 | 2023-12-01T20:01:05.745Z | Downloaded smoltcp v0.8.2 |
953 | 2023-12-01T20:01:05.761Z | Downloaded radix_trie v0.2.1 |
954 | 2023-12-01T20:01:05.770Z | Downloaded hyper v0.14.27 |
955 | 2023-12-01T20:01:05.787Z | Downloaded vcpkg v0.2.15 |
956 | 2023-12-01T20:01:05.859Z | Downloaded ratatui v0.23.0 |
957 | 2023-12-01T20:01:05.881Z | Downloaded h2 v0.3.21 |
958 | 2023-12-01T20:01:05.894Z | Downloaded regress v0.7.1 |
959 | 2023-12-01T20:01:06.911Z | Downloaded proptest v1.4.0 |
960 | 2023-12-01T20:01:06.914Z | Downloaded regex-syntax v0.8.2 |
961 | 2023-12-01T20:01:06.914Z | Downloaded polar-core v0.27.0 |
962 | 2023-12-01T20:01:06.914Z | Downloaded regex v1.10.2 |
963 | 2023-12-01T20:01:06.914Z | Downloaded zerocopy-derive v0.6.4 |
964 | 2023-12-01T20:01:06.914Z | Downloaded rustls v0.21.9 |
965 | 2023-12-01T20:01:06.914Z | Downloaded regex-automata v0.3.8 |
966 | 2023-12-01T20:01:06.914Z | Downloaded rustix v0.38.25 |
967 | 2023-12-01T20:01:06.914Z | Downloaded sled v0.34.7 |
968 | 2023-12-01T20:01:06.914Z | Downloaded libc v0.2.150 |
969 | 2023-12-01T20:01:06.915Z | Downloaded bstr v1.6.0 |
970 | 2023-12-01T20:01:06.915Z | Downloaded regex-automata v0.4.3 |
971 | 2023-12-01T20:01:06.915Z | Downloaded encoding_rs v0.8.33 |
972 | 2023-12-01T20:01:06.915Z | Downloaded tokio v1.34.0 |
973 | 2023-12-01T20:01:06.918Z | Downloaded sha3 v0.10.8 |
974 | 2023-12-01T20:01:06.918Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
975 | 2023-12-01T20:01:06.918Z | Downloaded zerocopy-derive v0.2.0 |
976 | 2023-12-01T20:01:06.918Z | Downloaded bstr v0.2.17 |
977 | 2023-12-01T20:01:06.918Z | Downloaded regex-syntax v0.7.5 |
978 | 2023-12-01T20:01:06.918Z | Downloaded openapiv3 v2.0.0-rc.1 |
979 | 2023-12-01T20:01:06.918Z | Downloaded idna v0.2.3 |
980 | 2023-12-01T20:01:06.918Z | Downloaded curve25519-dalek v4.1.0 |
981 | 2023-12-01T20:01:06.918Z | Downloaded regex-syntax v0.6.29 |
982 | 2023-12-01T20:01:06.918Z | Downloaded rustix v0.37.23 |
983 | 2023-12-01T20:01:06.918Z | Downloaded idna v0.5.0 |
984 | 2023-12-01T20:01:06.918Z | Downloaded ring v0.16.20 |
985 | 2023-12-01T20:01:06.918Z | Downloaded gimli v0.28.0 |
986 | 2023-12-01T20:01:06.918Z | Downloaded diesel v2.1.4 |
987 | 2023-12-01T20:01:06.918Z | Downloaded trust-dns-proto v0.22.0 |
988 | 2023-12-01T20:01:06.918Z | Downloaded syn v2.0.32 |
989 | 2023-12-01T20:01:06.918Z | Downloaded bitvec v1.0.1 |
990 | 2023-12-01T20:01:06.918Z | Downloaded ring v0.17.5 |
991 | 2023-12-01T20:01:07.046Z | Downloaded rayon v1.8.0 |
992 | 2023-12-01T20:01:07.062Z | Downloaded petgraph v0.6.4 |
993 | 2023-12-01T20:01:07.087Z | Downloaded futures-util v0.3.29 |
994 | 2023-12-01T20:01:07.109Z | Downloaded object v0.32.1 |
995 | 2023-12-01T20:01:07.127Z | Downloaded webpki-roots v0.25.2 |
996 | 2023-12-01T20:01:07.134Z | Downloaded smoltcp v0.9.1 |
997 | 2023-12-01T20:01:07.154Z | Downloaded serde_json v1.0.108 |
998 | 2023-12-01T20:01:07.167Z | Downloaded object v0.30.4 |
999 | 2023-12-01T20:01:07.185Z | Downloaded tabled v0.14.0 |
1000 | 2023-12-01T20:01:07.212Z | Downloaded syn v1.0.109 |
1001 | 2023-12-01T20:01:07.231Z | Downloaded time v0.3.27 |
1002 | 2023-12-01T20:01:07.263Z | Downloaded rustls-webpki v0.101.7 |
1003 | 2023-12-01T20:01:07.267Z | Downloaded url v2.5.0 |
1004 | 2023-12-01T20:01:07.273Z | Downloaded portable-atomic v1.4.3 |
1005 | 2023-12-01T20:01:07.282Z | Downloaded x509-cert v0.2.4 |
1006 | 2023-12-01T20:01:07.293Z | Downloaded clap_builder v4.4.2 |
1007 | 2023-12-01T20:01:07.305Z | Downloaded unicode-ident v1.0.12 |
1008 | 2023-12-01T20:01:07.309Z | Downloaded trust-dns-client v0.22.0 |
1009 | 2023-12-01T20:01:07.319Z | Downloaded unicode-normalization v0.1.22 |
1010 | 2023-12-01T20:01:07.325Z | Downloaded typed-path v0.6.0 |
1011 | 2023-12-01T20:01:07.336Z | Downloaded tar v0.4.40 |
1012 | 2023-12-01T20:01:07.340Z | Downloaded pest v2.7.2 |
1013 | 2023-12-01T20:01:07.349Z | Downloaded lalrpop v0.19.12 |
1014 | 2023-12-01T20:01:07.369Z | Downloaded vsss-rs v3.3.1 |
1015 | 2023-12-01T20:01:07.373Z | Downloaded quote v1.0.33 |
1016 | 2023-12-01T20:01:07.378Z | Downloaded tempfile v3.8.1 |
1017 | 2023-12-01T20:01:07.381Z | Downloaded regex-automata v0.1.10 |
1018 | 2023-12-01T20:01:07.390Z | Downloaded http v0.2.11 |
1019 | 2023-12-01T20:01:07.397Z | Downloaded toml_edit v0.19.15 |
1020 | 2023-12-01T20:01:07.427Z | Downloaded hashbrown v0.13.2 |
1021 | 2023-12-01T20:01:07.434Z | Downloaded rcgen v0.11.3 |
1022 | 2023-12-01T20:01:07.439Z | Downloaded aho-corasick v1.0.4 |
1023 | 2023-12-01T20:01:07.449Z | Downloaded vte v0.11.1 |
1024 | 2023-12-01T20:01:07.453Z | Downloaded ref-cast v1.0.20 |
1025 | 2023-12-01T20:01:07.456Z | Downloaded rustc-demangle v0.1.23 |
1026 | 2023-12-01T20:01:07.461Z | Downloaded hashbrown v0.14.2 |
1027 | 2023-12-01T20:01:07.469Z | Downloaded bindgen v0.65.1 |
1028 | 2023-12-01T20:01:07.482Z | Downloaded serde v1.0.192 |
1029 | 2023-12-01T20:01:07.487Z | Downloaded tabled_derive v0.6.0 |
1030 | 2023-12-01T20:01:07.490Z | Downloaded ryu v1.0.15 |
1031 | 2023-12-01T20:01:07.494Z | Downloaded rand v0.8.5 |
1032 | 2023-12-01T20:01:07.500Z | Downloaded toml v0.7.8 |
1033 | 2023-12-01T20:01:07.506Z | Downloaded toml v0.5.11 |
1034 | 2023-12-01T20:01:07.510Z | Downloaded flume v0.11.0 |
1035 | 2023-12-01T20:01:07.516Z | Downloaded term v0.7.0 |
1036 | 2023-12-01T20:01:07.522Z | Downloaded proc-macro2 v1.0.69 |
1037 | 2023-12-01T20:01:07.527Z | Downloaded hmac v0.12.1 |
1038 | 2023-12-01T20:01:07.530Z | Downloaded serde_with v2.3.3 |
1039 | 2023-12-01T20:01:07.541Z | Downloaded rand_chacha v0.3.1 |
1040 | 2023-12-01T20:01:07.544Z | Downloaded postgres-protocol v0.6.6 |
1041 | 2023-12-01T20:01:07.547Z | Downloaded rayon-core v1.12.0 |
1042 | 2023-12-01T20:01:07.553Z | Downloaded snafu-derive v0.7.5 |
1043 | 2023-12-01T20:01:07.555Z | Downloaded flate2 v1.0.28 |
1044 | 2023-12-01T20:01:07.564Z | Downloaded hex v0.4.3 |
1045 | 2023-12-01T20:01:07.566Z | Downloaded tokio-stream v0.1.14 |
1046 | 2023-12-01T20:01:07.574Z | Downloaded ron v0.8.1 |
1047 | 2023-12-01T20:01:07.583Z | Downloaded ucd-trie v0.1.6 |
1048 | 2023-12-01T20:01:07.588Z | Downloaded slog v2.7.0 |
1049 | 2023-12-01T20:01:07.592Z | Downloaded heapless v0.7.16 |
1050 | 2023-12-01T20:01:07.597Z | Downloaded structopt-derive v0.4.18 |
1051 | 2023-12-01T20:01:07.600Z | Downloaded parking_lot_core v0.8.6 |
1052 | 2023-12-01T20:01:07.603Z | Downloaded futures-executor v0.3.29 |
1053 | 2023-12-01T20:01:07.606Z | Downloaded fragile v2.0.0 |
1054 | 2023-12-01T20:01:07.609Z | Downloaded httpdate v1.0.3 |
1055 | 2023-12-01T20:01:07.612Z | Downloaded getrandom v0.2.10 |
1056 | 2023-12-01T20:01:07.619Z | Downloaded zip v0.6.6 |
1057 | 2023-12-01T20:01:07.622Z | Downloaded fd-lock v3.0.13 |
1058 | 2023-12-01T20:01:07.626Z | Downloaded futures-io v0.3.29 |
1059 | 2023-12-01T20:01:07.629Z | Downloaded vec_map v0.8.2 |
1060 | 2023-12-01T20:01:07.629Z | Downloaded serde_repr v0.1.16 |
1061 | 2023-12-01T20:01:07.631Z | Downloaded semver v0.11.0 |
1062 | 2023-12-01T20:01:07.634Z | Downloaded pest_meta v2.7.2 |
1063 | 2023-12-01T20:01:07.637Z | Downloaded pem-rfc7468 v0.7.0 |
1064 | 2023-12-01T20:01:07.642Z | Downloaded password-hash v0.5.0 |
1065 | 2023-12-01T20:01:07.646Z | Downloaded postcard v0.7.3 |
1066 | 2023-12-01T20:01:07.649Z | Downloaded futures-channel v0.3.29 |
1067 | 2023-12-01T20:01:07.653Z | Downloaded static_assertions v1.1.0 |
1068 | 2023-12-01T20:01:07.655Z | Downloaded half v1.8.2 |
1069 | 2023-12-01T20:01:07.659Z | Downloaded tungstenite v0.20.1 |
1070 | 2023-12-01T20:01:07.662Z | Downloaded radium v0.7.0 |
1071 | 2023-12-01T20:01:07.665Z | Downloaded version_check v0.9.4 |
1072 | 2023-12-01T20:01:07.668Z | Downloaded fastrand v2.0.0 |
1073 | 2023-12-01T20:01:07.668Z | Downloaded semver v0.1.20 |
1074 | 2023-12-01T20:01:07.673Z | Downloaded rustversion v1.0.14 |
1075 | 2023-12-01T20:01:07.676Z | Downloaded futures v0.3.29 |
1076 | 2023-12-01T20:01:07.683Z | Downloaded uuid v1.6.1 |
1077 | 2023-12-01T20:01:07.690Z | Downloaded deranged v0.3.8 |
1078 | 2023-12-01T20:01:07.693Z | Downloaded slog-json v2.6.1 |
1079 | 2023-12-01T20:01:07.696Z | Downloaded signal-hook-registry v1.4.1 |
1080 | 2023-12-01T20:01:07.696Z | Downloaded dirs-sys-next v0.1.2 |
1081 | 2023-12-01T20:01:07.698Z | Downloaded either v1.9.0 |
1082 | 2023-12-01T20:01:07.702Z | Downloaded funty v2.0.0 |
1083 | 2023-12-01T20:01:07.702Z | Downloaded percent-encoding v2.3.1 |
1084 | 2023-12-01T20:01:07.705Z | Downloaded unicode-segmentation v1.10.1 |
1085 | 2023-12-01T20:01:07.709Z | Downloaded num-bigint-dig v0.8.4 |
1086 | 2023-12-01T20:01:07.717Z | Downloaded predicates v3.0.4 |
1087 | 2023-12-01T20:01:07.721Z | Downloaded paste v1.0.14 |
1088 | 2023-12-01T20:01:07.726Z | Downloaded float-cmp v0.9.0 |
1089 | 2023-12-01T20:01:07.730Z | Downloaded pkcs1 v0.7.5 |
1090 | 2023-12-01T20:01:07.733Z | Downloaded prettyplease v0.2.12 |
1091 | 2023-12-01T20:01:07.737Z | Downloaded take_mut v0.2.2 |
1092 | 2023-12-01T20:01:07.741Z | Downloaded parse-display-derive v0.8.2 |
1093 | 2023-12-01T20:01:07.741Z | Downloaded hyper-rustls v0.24.2 |
1094 | 2023-12-01T20:01:07.744Z | Downloaded chacha20poly1305 v0.10.1 |
1095 | 2023-12-01T20:01:07.748Z | Downloaded darling_core v0.20.3 |
1096 | 2023-12-01T20:01:07.755Z | Downloaded toml_edit v0.21.0 |
1097 | 2023-12-01T20:01:07.793Z | Downloaded zeroize v1.7.0 |
1098 | 2023-12-01T20:01:07.796Z | Downloaded dirs-next v2.0.0 |
1099 | 2023-12-01T20:01:07.799Z | Downloaded pkcs8 v0.10.2 |
1100 | 2023-12-01T20:01:07.801Z | Downloaded der_derive v0.7.2 |
1101 | 2023-12-01T20:01:07.804Z | Downloaded hubpack v0.1.2 |
1102 | 2023-12-01T20:01:07.807Z | Downloaded terminal_size v0.2.6 |
1103 | 2023-12-01T20:01:07.810Z | Downloaded slog-stdlog v4.1.1 |
1104 | 2023-12-01T20:01:07.812Z | Downloaded pest_derive v2.7.2 |
1105 | 2023-12-01T20:01:07.816Z | Downloaded der v0.7.8 |
1106 | 2023-12-01T20:01:07.823Z | Downloaded pin-project-internal v1.1.3 |
1107 | 2023-12-01T20:01:07.825Z | Downloaded unicode-linebreak v0.1.5 |
1108 | 2023-12-01T20:01:07.828Z | Downloaded itertools v0.12.0 |
1109 | 2023-12-01T20:01:07.839Z | Downloaded smallvec v1.11.0 |
1110 | 2023-12-01T20:01:07.842Z | Downloaded fixedbitset v0.4.2 |
1111 | 2023-12-01T20:01:07.845Z | Downloaded futures-task v0.3.29 |
1112 | 2023-12-01T20:01:07.848Z | Downloaded hostname v0.3.1 |
1113 | 2023-12-01T20:01:07.851Z | Downloaded pin-utils v0.1.0 |
1114 | 2023-12-01T20:01:07.851Z | Downloaded hyper-staticfile v0.9.5 |
1115 | 2023-12-01T20:01:07.854Z | Downloaded test-strategy v0.3.1 |
1116 | 2023-12-01T20:01:07.859Z | Downloaded tinyvec v1.6.0 |
1117 | 2023-12-01T20:01:07.865Z | Downloaded snafu v0.7.5 |
1118 | 2023-12-01T20:01:07.875Z | Downloaded tracing-core v0.1.31 |
1119 | 2023-12-01T20:01:07.879Z | Downloaded rustls-native-certs v0.6.3 |
1120 | 2023-12-01T20:01:07.883Z | Downloaded minimal-lexical v0.2.1 |
1121 | 2023-12-01T20:01:07.891Z | Downloaded serde_derive_internals v0.26.0 |
1122 | 2023-12-01T20:01:07.893Z | Downloaded httparse v1.8.0 |
1123 | 2023-12-01T20:01:07.897Z | Downloaded unicode-bidi v0.3.13 |
1124 | 2023-12-01T20:01:07.901Z | Downloaded futures-core v0.3.29 |
1125 | 2023-12-01T20:01:07.904Z | Downloaded mio v0.8.9 |
1126 | 2023-12-01T20:01:07.913Z | Downloaded memchr v2.6.3 |
1127 | 2023-12-01T20:01:07.922Z | Downloaded humantime v2.1.0 |
1128 | 2023-12-01T20:01:07.925Z | Downloaded darling_core v0.14.4 |
1129 | 2023-12-01T20:01:07.932Z | Downloaded indicatif v0.17.7 |
1130 | 2023-12-01T20:01:07.940Z | Downloaded cookie v0.18.0 |
1131 | 2023-12-01T20:01:07.943Z | Downloaded utf8parse v0.2.1 |
1132 | 2023-12-01T20:01:07.946Z | Downloaded num-traits v0.2.16 |
1133 | 2023-12-01T20:01:07.949Z | Downloaded predicates-core v1.0.6 |
1134 | 2023-12-01T20:01:07.952Z | Downloaded phf_shared v0.11.2 |
1135 | 2023-12-01T20:01:07.955Z | Downloaded supports-color v2.1.0 |
1136 | 2023-12-01T20:01:07.955Z | Downloaded subtle v2.5.0 |
1137 | 2023-12-01T20:01:07.958Z | Downloaded structmeta-derive v0.2.0 |
1138 | 2023-12-01T20:01:07.961Z | Downloaded structmeta v0.2.0 |
1139 | 2023-12-01T20:01:07.961Z | Downloaded parking_lot_core v0.9.8 |
1140 | 2023-12-01T20:01:07.964Z | Downloaded itertools v0.10.5 |
1141 | 2023-12-01T20:01:07.975Z | Downloaded serde_with_macros v2.3.3 |
1142 | 2023-12-01T20:01:07.978Z | Downloaded futures-macro v0.3.29 |
1143 | 2023-12-01T20:01:07.981Z | Downloaded textwrap v0.16.0 |
1144 | 2023-12-01T20:01:07.984Z | Downloaded openssl-sys v0.9.96 |
1145 | 2023-12-01T20:01:07.992Z | Downloaded topological-sort v0.2.2 |
1146 | 2023-12-01T20:01:07.995Z | Downloaded toml_datetime v0.6.5 |
1147 | 2023-12-01T20:01:07.998Z | Downloaded proc-macro-error-attr v1.0.4 |
1148 | 2023-12-01T20:01:07.998Z | Downloaded usdt-macro v0.3.5 |
1149 | 2023-12-01T20:01:08.001Z | Downloaded bzip2 v0.4.4 |
1150 | 2023-12-01T20:01:08.004Z | Downloaded ff v0.13.0 |
1151 | 2023-12-01T20:01:08.004Z | Downloaded fallible-iterator v0.2.0 |
1152 | 2023-12-01T20:01:08.007Z | Downloaded rustls-pemfile v1.0.3 |
1153 | 2023-12-01T20:01:08.010Z | Downloaded strsim v0.10.0 |
1154 | 2023-12-01T20:01:08.013Z | Downloaded utf-8 v0.7.6 |
1155 | 2023-12-01T20:01:08.016Z | Downloaded usdt-impl v0.3.5 |
1156 | 2023-12-01T20:01:08.016Z | Downloaded predicates v2.1.5 |
1157 | 2023-12-01T20:01:08.020Z | Downloaded phf v0.11.2 |
1158 | 2023-12-01T20:01:08.023Z | Downloaded proc-macro-error v1.0.4 |
1159 | 2023-12-01T20:01:08.027Z | Downloaded untrusted v0.7.1 |
1160 | 2023-12-01T20:01:08.030Z | Downloaded unicode-xid v0.2.4 |
1161 | 2023-12-01T20:01:08.033Z | Downloaded itertools v0.11.0 |
1162 | 2023-12-01T20:01:08.043Z | Downloaded bytes v1.5.0 |
1163 | 2023-12-01T20:01:08.050Z | Downloaded base64 v0.13.1 |
1164 | 2023-12-01T20:01:08.055Z | Downloaded tokio-tungstenite v0.20.1 |
1165 | 2023-12-01T20:01:08.059Z | Downloaded tokio-rustls v0.24.1 |
1166 | 2023-12-01T20:01:08.063Z | Downloaded log v0.4.20 |
1167 | 2023-12-01T20:01:08.066Z | Downloaded globset v0.4.13 |
1168 | 2023-12-01T20:01:08.069Z | Downloaded smf v0.2.2 |
1169 | 2023-12-01T20:01:08.073Z | Downloaded spin v0.9.8 |
1170 | 2023-12-01T20:01:08.076Z | Downloaded arc-swap v1.6.0 |
1171 | 2023-12-01T20:01:08.081Z | Downloaded ppv-lite86 v0.2.17 |
1172 | 2023-12-01T20:01:08.084Z | Downloaded hash32 v0.2.1 |
1173 | 2023-12-01T20:01:08.087Z | Downloaded heck v0.3.3 |
1174 | 2023-12-01T20:01:08.090Z | Downloaded serde_urlencoded v0.7.1 |
1175 | 2023-12-01T20:01:08.092Z | Downloaded pem v3.0.2 |
1176 | 2023-12-01T20:01:08.092Z | Downloaded pem v1.1.1 |
1177 | 2023-12-01T20:01:08.095Z | Downloaded backtrace v0.3.69 |
1178 | 2023-12-01T20:01:08.102Z | Downloaded termios v0.3.3 |
1179 | 2023-12-01T20:01:08.105Z | Downloaded foreign-types v0.3.2 |
1180 | 2023-12-01T20:01:08.108Z | Downloaded yasna v0.5.2 |
1181 | 2023-12-01T20:01:08.111Z | Downloaded unicase v2.7.0 |
1182 | 2023-12-01T20:01:08.114Z | Downloaded shlex v1.1.0 |
1183 | 2023-12-01T20:01:08.116Z | Downloaded derive_builder v0.12.0 |
1184 | 2023-12-01T20:01:08.122Z | Downloaded glob v0.3.1 |
1185 | 2023-12-01T20:01:08.125Z | Downloaded synstructure v0.12.6 |
1186 | 2023-12-01T20:01:08.128Z | Downloaded equivalent v1.0.1 |
1187 | 2023-12-01T20:01:08.128Z | Downloaded phf_shared v0.10.0 |
1188 | 2023-12-01T20:01:08.131Z | Downloaded foreign-types-macros v0.2.3 |
1189 | 2023-12-01T20:01:08.131Z | Downloaded rustfmt-wrapper v0.2.0 |
1190 | 2023-12-01T20:01:08.134Z | Downloaded proc-macro-crate v1.3.1 |
1191 | 2023-12-01T20:01:08.134Z | Downloaded cc v1.0.83 |
1192 | 2023-12-01T20:01:08.139Z | Downloaded derive_more v0.99.17 |
1193 | 2023-12-01T20:01:08.147Z | Downloaded clap v4.4.3 |
1194 | 2023-12-01T20:01:08.162Z | Downloaded spin v0.5.2 |
1195 | 2023-12-01T20:01:08.165Z | Downloaded clang-sys v1.6.1 |
1196 | 2023-12-01T20:01:08.168Z | Downloaded nu-ansi-term v0.49.0 |
1197 | 2023-12-01T20:01:08.172Z | Downloaded mockall_derive v0.11.4 |
1198 | 2023-12-01T20:01:08.176Z | Downloaded console v0.15.7 |
1199 | 2023-12-01T20:01:08.180Z | Downloaded omicron-zone-package v0.9.1 |
1200 | 2023-12-01T20:01:08.185Z | Downloaded crossbeam-epoch v0.9.15 |
1201 | 2023-12-01T20:01:08.189Z | Downloaded thiserror v1.0.49 |
1202 | 2023-12-01T20:01:08.196Z | Downloaded headers-core v0.2.0 |
1203 | 2023-12-01T20:01:08.200Z | Downloaded fxhash v0.2.1 |
1204 | 2023-12-01T20:01:08.200Z | Downloaded crc32fast v1.3.2 |
1205 | 2023-12-01T20:01:08.203Z | Downloaded corncobs v0.1.3 |
1206 | 2023-12-01T20:01:08.206Z | Downloaded base64ct v1.6.0 |
1207 | 2023-12-01T20:01:08.209Z | Downloaded camino v1.1.6 |
1208 | 2023-12-01T20:01:08.212Z | Downloaded miniz_oxide v0.7.1 |
1209 | 2023-12-01T20:01:08.215Z | Downloaded foreign-types-shared v0.3.1 |
1210 | 2023-12-01T20:01:08.218Z | Downloaded foreign-types-shared v0.1.1 |
1211 | 2023-12-01T20:01:08.218Z | Downloaded spki v0.7.2 |
1212 | 2023-12-01T20:01:08.222Z | Downloaded postcard-cobs v0.1.5-pre |
1213 | 2023-12-01T20:01:08.225Z | Downloaded digest v0.10.7 |
1214 | 2023-12-01T20:01:08.225Z | Downloaded data-encoding v2.4.0 |
1215 | 2023-12-01T20:01:08.228Z | Downloaded tap v1.0.1 |
1216 | 2023-12-01T20:01:08.230Z | Downloaded crossbeam-deque v0.8.3 |
1217 | 2023-12-01T20:01:08.233Z | Downloaded thiserror-impl-no-std v2.0.2 |
1218 | 2023-12-01T20:01:08.233Z | Downloaded signal-hook v0.3.17 |
1219 | 2023-12-01T20:01:08.238Z | Downloaded xattr v1.0.1 |
1220 | 2023-12-01T20:01:08.241Z | Downloaded owo-colors v3.5.0 |
1221 | 2023-12-01T20:01:08.245Z | Downloaded cassowary v0.3.0 |
1222 | 2023-12-01T20:01:08.248Z | Downloaded maybe-uninit v2.0.0 |
1223 | 2023-12-01T20:01:08.251Z | Downloaded managed v0.8.0 |
1224 | 2023-12-01T20:01:08.254Z | Downloaded macaddr v1.0.1 |
1225 | 2023-12-01T20:01:08.254Z | Downloaded unarray v0.1.4 |
1226 | 2023-12-01T20:01:08.257Z | Downloaded sha1 v0.10.6 |
1227 | 2023-12-01T20:01:08.260Z | Downloaded nibble_vec v0.1.0 |
1228 | 2023-12-01T20:01:08.291Z | Downloaded mime_guess v2.0.4 |
1229 | 2023-12-01T20:01:08.295Z | Downloaded lock_api v0.4.10 |
1230 | 2023-12-01T20:01:08.295Z | Downloaded ciborium v0.2.1 |
1231 | 2023-12-01T20:01:08.295Z | Downloaded linked-hash-map v0.5.6 |
1232 | 2023-12-01T20:01:08.295Z | Downloaded num-rational v0.4.1 |
1233 | 2023-12-01T20:01:08.296Z | Downloaded darling v0.14.4 |
1234 | 2023-12-01T20:01:08.296Z | Downloaded tiny-keccak v2.0.2 |
1235 | 2023-12-01T20:01:08.296Z | Downloaded time-macros v0.2.13 |
1236 | 2023-12-01T20:01:08.296Z | Downloaded strip-ansi-escapes v0.2.0 |
1237 | 2023-12-01T20:01:08.296Z | Downloaded lalrpop-util v0.19.12 |
1238 | 2023-12-01T20:01:08.296Z | Downloaded bytecount v0.6.3 |
1239 | 2023-12-01T20:01:08.296Z | Downloaded hyper-tls v0.5.0 |
1240 | 2023-12-01T20:01:08.299Z | Downloaded debug-ignore v1.0.5 |
1241 | 2023-12-01T20:01:08.299Z | Downloaded base16ct v0.2.0 |
1242 | 2023-12-01T20:01:08.302Z | Downloaded derive_builder_core v0.12.0 |
1243 | 2023-12-01T20:01:08.305Z | Downloaded camino-tempfile v1.1.1 |
1244 | 2023-12-01T20:01:08.308Z | Downloaded byteorder v1.5.0 |
1245 | 2023-12-01T20:01:08.311Z | Downloaded lazy_static v1.4.0 |
1246 | 2023-12-01T20:01:08.311Z | Downloaded iana-time-zone v0.1.57 |
1247 | 2023-12-01T20:01:08.314Z | Downloaded atomicwrites v0.4.2 |
1248 | 2023-12-01T20:01:08.317Z | Downloaded anyhow v1.0.75 |
1249 | 2023-12-01T20:01:08.322Z | Downloaded want v0.3.1 |
1250 | 2023-12-01T20:01:08.326Z | Downloaded crossbeam-utils v0.8.16 |
1251 | 2023-12-01T20:01:08.329Z | Downloaded strum_macros v0.24.3 |
1252 | 2023-12-01T20:01:08.332Z | Downloaded strsim v0.8.0 |
1253 | 2023-12-01T20:01:08.335Z | Downloaded num-complex v0.4.4 |
1254 | 2023-12-01T20:01:08.338Z | Downloaded strum_macros v0.25.2 |
1255 | 2023-12-01T20:01:08.343Z | Downloaded bitfield v0.14.0 |
1256 | 2023-12-01T20:01:08.343Z | Downloaded packed_struct v0.10.1 |
1257 | 2023-12-01T20:01:08.346Z | Downloaded native-tls v0.2.11 |
1258 | 2023-12-01T20:01:08.349Z | Downloaded mockall v0.11.4 |
1259 | 2023-12-01T20:01:08.359Z | Downloaded multer v2.1.0 |
1260 | 2023-12-01T20:01:08.359Z | Downloaded linear-map v1.2.0 |
1261 | 2023-12-01T20:01:08.359Z | Downloaded darling_macro v0.20.3 |
1262 | 2023-12-01T20:01:08.359Z | Downloaded darling_macro v0.14.4 |
1263 | 2023-12-01T20:01:08.359Z | Downloaded usdt-attr-macro v0.3.5 |
1264 | 2023-12-01T20:01:08.362Z | Downloaded time-core v0.1.1 |
1265 | 2023-12-01T20:01:08.362Z | Downloaded num_cpus v1.16.0 |
1266 | 2023-12-01T20:01:08.366Z | Downloaded num_enum v0.5.11 |
1267 | 2023-12-01T20:01:08.373Z | Downloaded num-integer v0.1.45 |
1268 | 2023-12-01T20:01:08.376Z | Downloaded cancel-safe-futures v0.1.5 |
1269 | 2023-12-01T20:01:08.381Z | Downloaded slog-bunyan v2.4.0 |
1270 | 2023-12-01T20:01:08.384Z | Downloaded memoffset v0.7.1 |
1271 | 2023-12-01T20:01:08.387Z | Downloaded clap_lex v0.5.1 |
1272 | 2023-12-01T20:01:08.387Z | Downloaded cipher v0.4.4 |
1273 | 2023-12-01T20:01:08.390Z | Downloaded cfg-if v1.0.0 |
1274 | 2023-12-01T20:01:08.393Z | Downloaded block-buffer v0.10.4 |
1275 | 2023-12-01T20:01:08.393Z | Downloaded bb8 v0.8.1 |
1276 | 2023-12-01T20:01:08.396Z | Downloaded derive_builder_macro v0.12.0 |
1277 | 2023-12-01T20:01:08.396Z | Downloaded cfg-if v0.1.10 |
1278 | 2023-12-01T20:01:08.399Z | Downloaded num v0.4.1 |
1279 | 2023-12-01T20:01:08.399Z | Downloaded darling v0.20.3 |
1280 | 2023-12-01T20:01:08.405Z | Downloaded lru-cache v0.1.2 |
1281 | 2023-12-01T20:01:08.407Z | Downloaded new_debug_unreachable v1.0.4 |
1282 | 2023-12-01T20:01:08.410Z | Downloaded number_prefix v0.4.0 |
1283 | 2023-12-01T20:01:08.410Z | Downloaded crossbeam v0.8.2 |
1284 | 2023-12-01T20:01:08.413Z | Downloaded argon2 v0.5.2 |
1285 | 2023-12-01T20:01:08.416Z | Downloaded backoff v0.4.0 |
1286 | 2023-12-01T20:01:08.419Z | Downloaded num_threads v0.1.6 |
1287 | 2023-12-01T20:01:08.420Z | Downloaded bitflags v2.4.0 |
1288 | 2023-12-01T20:01:08.423Z | Downloaded autocfg v1.1.0 |
1289 | 2023-12-01T20:01:08.426Z | Downloaded crossbeam-queue v0.3.8 |
1290 | 2023-12-01T20:01:08.429Z | Downloaded crunchy v0.2.2 |
1291 | 2023-12-01T20:01:08.429Z | Downloaded try-lock v0.2.4 |
1292 | 2023-12-01T20:01:08.438Z | Downloaded async-recursion v1.0.5 |
1293 | 2023-12-01T20:01:08.438Z | Downloaded num-iter v0.1.43 |
1294 | 2023-12-01T20:01:08.438Z | Downloaded normalize-line-endings v0.3.0 |
1295 | 2023-12-01T20:01:08.441Z | Downloaded anstyle-query v1.0.0 |
1296 | 2023-12-01T20:01:08.441Z | Downloaded slog-dtrace v0.2.3 |
1297 | 2023-12-01T20:01:08.444Z | Downloaded md-5 v0.10.5 |
1298 | 2023-12-01T20:01:08.447Z | Downloaded libloading v0.7.4 |
1299 | 2023-12-01T20:01:08.450Z | Downloaded itoa v1.0.9 |
1300 | 2023-12-01T20:01:08.450Z | Downloaded is-terminal v0.4.9 |
1301 | 2023-12-01T20:01:08.453Z | Downloaded ipnet v2.8.0 |
1302 | 2023-12-01T20:01:08.456Z | Downloaded toolchain_find v0.2.0 |
1303 | 2023-12-01T20:01:08.456Z | Downloaded libefi-sys v0.1.0 |
1304 | 2023-12-01T20:01:08.459Z | Downloaded serde_yaml v0.9.25 |
1305 | 2023-12-01T20:01:08.464Z | Downloaded newtype_derive v0.1.6 |
1306 | 2023-12-01T20:01:08.467Z | Downloaded indoc v1.0.9 |
1307 | 2023-12-01T20:01:08.470Z | Downloaded crucible-workspace-hack v0.1.0 |
1308 | 2023-12-01T20:01:08.473Z | Downloaded keccak v0.1.4 |
1309 | 2023-12-01T20:01:08.473Z | Downloaded is_ci v1.1.1 |
1310 | 2023-12-01T20:01:08.476Z | Downloaded ipnetwork v0.20.0 |
1311 | 2023-12-01T20:01:08.483Z | Downloaded bitflags v1.3.2 |
1312 | 2023-12-01T20:01:08.483Z | Downloaded anstyle-parse v0.2.1 |
1313 | 2023-12-01T20:01:08.486Z | Downloaded signature v1.6.4 |
1314 | 2023-12-01T20:01:08.489Z | Downloaded num-bigint v0.4.4 |
1315 | 2023-12-01T20:01:08.496Z | Downloaded instant v0.1.12 |
1316 | 2023-12-01T20:01:08.499Z | Downloaded async-stream-impl v0.3.5 |
1317 | 2023-12-01T20:01:08.499Z | Downloaded async-stream v0.3.5 |
1318 | 2023-12-01T20:01:08.503Z | Downloaded indoc v2.0.3 |
1319 | 2023-12-01T20:01:08.506Z | Downloaded smallvec v0.6.14 |
1320 | 2023-12-01T20:01:08.509Z | Downloaded serde_derive v1.0.192 |
1321 | 2023-12-01T20:01:08.513Z | Downloaded papergrid v0.10.0 |
1322 | 2023-12-01T20:01:08.521Z | Downloaded ansi_term v0.12.1 |
1323 | 2023-12-01T20:01:08.524Z | Downloaded atomic-waker v1.1.1 |
1324 | 2023-12-01T20:01:08.527Z | Downloaded anstyle v1.0.2 |
1325 | 2023-12-01T20:01:08.530Z | Downloaded aead v0.5.2 |
1326 | 2023-12-01T20:01:08.533Z | Downloaded adler v1.0.2 |
1327 | 2023-12-01T20:01:08.533Z | Downloaded serde_tokenstream v0.1.7 |
1328 | 2023-12-01T20:01:08.539Z | Downloaded serde_spanned v0.6.4 |
1329 | 2023-12-01T20:01:08.541Z | Downloaded parking_lot v0.12.1 |
1330 | 2023-12-01T20:01:08.545Z | Downloaded array-init v0.0.4 |
1331 | 2023-12-01T20:01:08.545Z | Downloaded bit-set v0.5.3 |
1332 | 2023-12-01T20:01:08.548Z | Downloaded ascii-canvas v3.0.0 |
1333 | 2023-12-01T20:01:08.551Z | Downloaded anstream v0.5.0 |
1334 | 2023-12-01T20:01:08.553Z | Downloaded serde_path_to_error v0.1.14 |
1335 | 2023-12-01T20:01:08.557Z | Downloaded nom v7.1.3 |
1336 | 2023-12-01T20:01:08.564Z | Downloaded serde-big-array v0.4.1 |
1337 | 2023-12-01T20:01:08.566Z | Downloaded parking_lot v0.11.2 |
1338 | 2023-12-01T20:01:08.570Z | Downloaded once_cell v1.18.0 |
1339 | 2023-12-01T20:01:08.574Z | Downloaded cpufeatures v0.2.9 |
1340 | 2023-12-01T20:01:08.900Z | Compiling proc-macro2 v1.0.69 |
1341 | 2023-12-01T20:01:08.901Z | Compiling unicode-ident v1.0.12 |
1342 | 2023-12-01T20:01:08.904Z | Compiling libc v0.2.150 |
1343 | 2023-12-01T20:01:08.904Z | Compiling serde v1.0.192 |
1344 | 2023-12-01T20:01:08.904Z | Compiling autocfg v1.1.0 |
1345 | 2023-12-01T20:01:08.904Z | Compiling cfg-if v1.0.0 |
1346 | 2023-12-01T20:01:08.921Z | Compiling version_check v0.9.4 |
1347 | 2023-12-01T20:01:09.224Z | Compiling syn v1.0.109 |
1348 | 2023-12-01T20:01:09.248Z | Compiling once_cell v1.18.0 |
1349 | 2023-12-01T20:01:09.518Z | Compiling parking_lot_core v0.9.8 |
1350 | 2023-12-01T20:01:10.005Z | Compiling libm v0.2.7 |
1351 | 2023-12-01T20:01:10.219Z | Compiling serde_json v1.0.108 |
1352 | 2023-12-01T20:01:10.240Z | Compiling lock_api v0.4.10 |
1353 | 2023-12-01T20:01:11.605Z | Compiling num-traits v0.2.16 |
1354 | 2023-12-01T20:01:11.608Z | Compiling futures-core v0.3.29 |
1355 | 2023-12-01T20:01:11.727Z | Compiling thiserror v1.0.49 |
1356 | 2023-12-01T20:01:11.769Z | Compiling scopeguard v1.2.0 |
1357 | 2023-12-01T20:01:11.797Z | Compiling typenum v1.16.0 |
1358 | 2023-12-01T20:01:11.971Z | Compiling memchr v2.6.3 |
1359 | 2023-12-01T20:01:12.049Z | Compiling generic-array v0.14.7 |
1360 | 2023-12-01T20:01:12.409Z | Compiling itoa v1.0.9 |
1361 | 2023-12-01T20:01:12.637Z | Compiling pkg-config v0.3.27 |
1362 | 2023-12-01T20:01:13.277Z | Compiling quote v1.0.33 |
1363 | 2023-12-01T20:01:13.846Z | Compiling cc v1.0.83 |
1364 | 2023-12-01T20:01:14.286Z | Compiling syn v2.0.32 |
1365 | 2023-12-01T20:01:14.334Z | Compiling getrandom v0.2.10 |
1366 | 2023-12-01T20:01:14.672Z | Compiling slab v0.4.9 |
1367 | 2023-12-01T20:01:15.065Z | Compiling futures-task v0.3.29 |
1368 | 2023-12-01T20:01:15.112Z | Compiling futures-channel v0.3.29 |
1369 | 2023-12-01T20:01:15.503Z | Compiling log v0.4.20 |
1370 | 2023-12-01T20:01:15.696Z | Compiling futures-util v0.3.29 |
1371 | 2023-12-01T20:01:16.154Z | Compiling heck v0.4.1 |
1372 | 2023-12-01T20:01:16.436Z | Compiling ryu v1.0.15 |
1373 | 2023-12-01T20:01:16.529Z | Compiling pin-project-lite v0.2.13 |
1374 | 2023-12-01T20:01:16.685Z | Compiling smallvec v1.11.0 |
1375 | 2023-12-01T20:01:16.835Z | Compiling schemars v0.8.13 |
1376 | 2023-12-01T20:01:16.888Z | Compiling vcpkg v0.2.15 |
1377 | 2023-12-01T20:01:18.042Z | Compiling parking_lot v0.12.1 |
1378 | 2023-12-01T20:01:18.402Z | Compiling ring v0.17.5 |
1379 | 2023-12-01T20:01:19.776Z | Compiling openssl-sys v0.9.96 |
1380 | 2023-12-01T20:01:20.066Z | Compiling signal-hook-registry v1.4.1 |
1381 | 2023-12-01T20:01:22.456Z | Compiling ring v0.16.20 |
1382 | 2023-12-01T20:01:22.500Z | Compiling mio v0.8.9 |
1383 | 2023-12-01T20:01:22.737Z | Compiling indexmap v1.9.3 |
1384 | 2023-12-01T20:01:22.824Z | Compiling equivalent v1.0.1 |
1385 | 2023-12-01T20:01:22.977Z | Compiling byteorder v1.5.0 |
1386 | 2023-12-01T20:01:23.026Z | Compiling hashbrown v0.14.2 |
1387 | 2023-12-01T20:01:23.766Z | Compiling ahash v0.8.3 |
1388 | 2023-12-01T20:01:24.200Z | Compiling httparse v1.8.0 |
1389 | 2023-12-01T20:01:24.257Z | Compiling num_cpus v1.16.0 |
1390 | 2023-12-01T20:01:24.364Z | Compiling socket2 v0.5.5 |
1391 | 2023-12-01T20:01:24.485Z | Compiling spin v0.5.2 |
1392 | 2023-12-01T20:01:24.856Z | Compiling rand_core v0.6.4 |
1393 | 2023-12-01T20:01:25.296Z | Compiling fnv v1.0.7 |
1394 | 2023-12-01T20:01:25.392Z | Compiling semver v1.0.20 |
1395 | 2023-12-01T20:01:25.467Z | Compiling openssl v0.10.60 |
1396 | 2023-12-01T20:01:26.018Z | Compiling serde_derive_internals v0.26.0 |
1397 | 2023-12-01T20:01:26.153Z | Compiling iana-time-zone v0.1.57 |
1398 | 2023-12-01T20:01:26.299Z | Compiling rustls v0.21.9 |
1399 | 2023-12-01T20:01:26.725Z | Compiling native-tls v0.2.11 |
1400 | 2023-12-01T20:01:27.190Z | Compiling unicode-xid v0.2.4 |
1401 | 2023-12-01T20:01:27.397Z | Compiling crossbeam-utils v0.8.16 |
1402 | 2023-12-01T20:01:27.425Z | Compiling ucd-trie v0.1.6 |
1403 | 2023-12-01T20:01:27.448Z | Compiling synstructure v0.12.6 |
1404 | 2023-12-01T20:01:28.386Z | Compiling futures-sink v0.3.29 |
1405 | 2023-12-01T20:01:28.604Z | Compiling io-lifetimes v1.0.11 |
1406 | 2023-12-01T20:01:29.396Z | Compiling backtrace v0.3.69 |
1407 | 2023-12-01T20:01:29.786Z | Compiling rustix v0.38.25 |
1408 | 2023-12-01T20:01:29.876Z | Compiling dyn-clone v1.0.13 |
1409 | 2023-12-01T20:01:29.961Z | Compiling tinyvec_macros v0.1.1 |
1410 | 2023-12-01T20:01:30.000Z | Compiling winnow v0.5.15 |
1411 | 2023-12-01T20:01:30.130Z | Compiling tinyvec v1.6.0 |
1412 | 2023-12-01T20:01:31.439Z | Compiling tracing-core v0.1.31 |
1413 | 2023-12-01T20:01:31.490Z | Compiling num-integer v0.1.45 |
1414 | 2023-12-01T20:01:31.654Z | Compiling memoffset v0.9.0 |
1415 | 2023-12-01T20:01:31.859Z | Compiling futures-io v0.3.29 |
1416 | 2023-12-01T20:01:31.899Z | Compiling pin-utils v0.1.0 |
1417 | 2023-12-01T20:01:32.211Z | Compiling rustix v0.37.23 |
1418 | 2023-12-01T20:01:32.278Z | Compiling hashbrown v0.13.2 |
1419 | 2023-12-01T20:01:32.549Z | Compiling spin v0.9.8 |
1420 | 2023-12-01T20:01:32.766Z | Compiling unicode-normalization v0.1.22 |
1421 | 2023-12-01T20:01:33.146Z | Compiling usdt-impl v0.3.5 |
1422 | 2023-12-01T20:01:33.718Z | Compiling time-core v0.1.1 |
1423 | 2023-12-01T20:01:34.030Z | Compiling bitflags v1.3.2 |
1424 | 2023-12-01T20:01:34.179Z | Compiling slog v2.7.0 |
1425 | 2023-12-01T20:01:34.375Z | Compiling anyhow v1.0.75 |
1426 | 2023-12-01T20:01:34.558Z | Compiling unicode-bidi v0.3.13 |
1427 | 2023-12-01T20:01:34.849Z | Compiling crc32fast v1.3.2 |
1428 | 2023-12-01T20:01:35.495Z | Compiling time-macros v0.2.13 |
1429 | 2023-12-01T20:01:35.847Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1430 | 2023-12-01T20:01:35.922Z | Compiling serde_derive v1.0.192 |
1431 | 2023-12-01T20:01:35.947Z | Compiling thiserror-impl v1.0.49 |
1432 | 2023-12-01T20:01:36.146Z | Compiling tokio-macros v2.2.0 |
1433 | 2023-12-01T20:01:36.447Z | Compiling zeroize_derive v1.4.2 |
1434 | 2023-12-01T20:01:36.645Z | Compiling futures-macro v0.3.29 |
1435 | 2023-12-01T20:01:37.634Z | Compiling tracing-attributes v0.1.26 |
1436 | 2023-12-01T20:01:38.416Z | Compiling schemars_derive v0.8.13 |
1437 | 2023-12-01T20:01:38.841Z | Compiling openssl-macros v0.1.1 |
1438 | 2023-12-01T20:01:38.844Z | Compiling zeroize v1.7.0 |
1439 | 2023-12-01T20:01:39.967Z | Compiling zerocopy-derive v0.2.0 |
1440 | 2023-12-01T20:01:40.274Z | Compiling pest v2.7.2 |
1441 | 2023-12-01T20:01:41.735Z | Compiling crypto-common v0.1.6 |
1442 | 2023-12-01T20:01:42.742Z | Compiling block-buffer v0.10.4 |
1443 | 2023-12-01T20:01:42.797Z | Compiling aho-corasick v1.0.4 |
1444 | 2023-12-01T20:01:42.957Z | Compiling tracing v0.1.37 |
1445 | 2023-12-01T20:01:43.353Z | Compiling crossbeam-epoch v0.9.15 |
1446 | 2023-12-01T20:01:43.831Z | Compiling const-oid v0.9.5 |
1447 | 2023-12-01T20:01:43.941Z | Compiling signal-hook v0.3.17 |
1448 | 2023-12-01T20:01:44.410Z | Compiling pest_meta v2.7.2 |
1449 | 2023-12-01T20:01:44.659Z | Compiling rustversion v1.0.14 |
1450 | 2023-12-01T20:01:44.988Z | Compiling ppv-lite86 v0.2.17 |
1451 | 2023-12-01T20:01:45.521Z | Compiling regex-syntax v0.8.2 |
1452 | 2023-12-01T20:01:46.295Z | Compiling async-trait v0.1.74 |
1453 | 2023-12-01T20:01:46.926Z | Compiling pest_generator v2.7.2 |
1454 | 2023-12-01T20:01:47.088Z | Compiling subtle v2.5.0 |
1455 | 2023-12-01T20:01:47.542Z | Compiling digest v0.10.7 |
1456 | 2023-12-01T20:01:48.951Z | Compiling rand_chacha v0.3.1 |
1457 | 2023-12-01T20:01:50.139Z | Compiling zerocopy v0.3.0 |
1458 | 2023-12-01T20:01:51.372Z | Compiling pest_derive v2.7.2 |
1459 | 2023-12-01T20:01:51.414Z | Compiling zerocopy-derive v0.6.4 |
1460 | 2023-12-01T20:01:51.689Z | Compiling regex-automata v0.4.3 |
1461 | 2023-12-01T20:01:52.503Z | Compiling errno v0.3.2 |
1462 | 2023-12-01T20:01:52.770Z | Compiling base64 v0.21.5 |
1463 | 2023-12-01T20:01:52.909Z | Compiling strsim v0.10.0 |
1464 | 2023-12-01T20:01:54.250Z | Compiling dtrace-parser v0.1.14 |
1465 | 2023-12-01T20:01:54.557Z | Compiling dof v0.1.5 |
1466 | 2023-12-01T20:01:55.841Z | Compiling rand v0.8.5 |
1467 | 2023-12-01T20:01:58.433Z | Compiling bytes v1.5.0 |
1468 | 2023-12-01T20:01:59.949Z | Compiling indexmap v2.1.0 |
1469 | 2023-12-01T20:02:00.468Z | Compiling tokio v1.34.0 |
1470 | 2023-12-01T20:02:00.802Z | Compiling uuid v1.6.1 |
1471 | 2023-12-01T20:02:01.529Z | Compiling chrono v0.4.31 |
1472 | 2023-12-01T20:02:01.979Z | Compiling bitflags v2.4.0 |
1473 | 2023-12-01T20:02:03.150Z | Compiling serde_spanned v0.6.4 |
1474 | 2023-12-01T20:02:03.486Z | Compiling toml_datetime v0.6.5 |
1475 | 2023-12-01T20:02:05.290Z | Compiling rustc_version v0.4.0 |
1476 | 2023-12-01T20:02:05.323Z | Compiling toml_edit v0.19.15 |
1477 | 2023-12-01T20:02:06.326Z | Compiling http v0.2.11 |
1478 | 2023-12-01T20:02:07.582Z | Compiling heapless v0.7.16 |
1479 | 2023-12-01T20:02:10.998Z | Compiling regex v1.10.2 |
1480 | 2023-12-01T20:02:17.205Z | Compiling tokio-util v0.7.10 |
1481 | 2023-12-01T20:02:17.303Z | Compiling thread-id v4.2.0 |
1482 | 2023-12-01T20:02:17.460Z | Compiling num-bigint v0.4.4 |
1483 | 2023-12-01T20:02:17.531Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1484 | 2023-12-01T20:02:18.111Z | Compiling percent-encoding v2.3.1 |
1485 | 2023-12-01T20:02:18.589Z | Compiling doc-comment v0.3.3 |
1486 | 2023-12-01T20:02:19.642Z | Compiling untrusted v0.9.0 |
1487 | 2023-12-01T20:02:19.750Z | Compiling hashbrown v0.12.3 |
1488 | 2023-12-01T20:02:19.904Z | Compiling foreign-types-shared v0.1.1 |
1489 | 2023-12-01T20:02:20.060Z | Compiling openssl-probe v0.1.5 |
1490 | 2023-12-01T20:02:20.480Z | Compiling smoltcp v0.9.1 |
1491 | 2023-12-01T20:02:20.699Z | Compiling untrusted v0.7.1 |
1492 | 2023-12-01T20:02:23.006Z | Compiling foreign-types v0.3.2 |
1493 | 2023-12-01T20:02:26.104Z | Compiling serde_tokenstream v0.1.7 |
1494 | 2023-12-01T20:02:26.912Z | Compiling strum_macros v0.25.2 |
1495 | 2023-12-01T20:02:28.602Z | Compiling lazy_static v1.4.0 |
1496 | 2023-12-01T20:02:28.880Z | Compiling socket2 v0.4.9 |
1497 | 2023-12-01T20:02:28.969Z | Compiling adler v1.0.2 |
1498 | 2023-12-01T20:02:29.269Z | Compiling unicode-width v0.1.11 |
1499 | 2023-12-01T20:02:30.107Z | Compiling siphasher v0.3.11 |
1500 | 2023-12-01T20:02:30.651Z | Compiling unicode-segmentation v1.10.1 |
1501 | 2023-12-01T20:02:30.739Z | Compiling try-lock v0.2.4 |
1502 | 2023-12-01T20:02:31.813Z | Compiling want v0.3.1 |
1503 | 2023-12-01T20:02:31.817Z | Compiling miniz_oxide v0.7.1 |
1504 | 2023-12-01T20:02:34.114Z | Compiling rustls-webpki v0.101.7 |
1505 | 2023-12-01T20:02:35.101Z | Compiling sct v0.7.0 |
1506 | 2023-12-01T20:02:35.772Z | Compiling h2 v0.3.21 |
1507 | 2023-12-01T20:02:36.917Z | Compiling form_urlencoded v1.2.1 |
1508 | 2023-12-01T20:02:37.377Z | Compiling http-body v0.4.5 |
1509 | 2023-12-01T20:02:38.110Z | Compiling hubpack_derive v0.1.1 |
1510 | 2023-12-01T20:02:39.388Z | Compiling pin-project-internal v1.1.3 |
1511 | 2023-12-01T20:02:39.848Z | Compiling num-iter v0.1.43 |
1512 | 2023-12-01T20:02:40.288Z | Compiling cpufeatures v0.2.9 |
1513 | 2023-12-01T20:02:41.044Z | Compiling httpdate v1.0.3 |
1514 | 2023-12-01T20:02:41.793Z | Compiling tower-service v0.3.2 |
1515 | 2023-12-01T20:02:41.901Z | Compiling anstyle v1.0.2 |
1516 | 2023-12-01T20:02:42.123Z | Compiling utf8parse v0.2.1 |
1517 | 2023-12-01T20:02:43.177Z | Compiling anstyle-parse v0.2.1 |
1518 | 2023-12-01T20:02:43.871Z | Compiling sha2 v0.10.8 |
1519 | 2023-12-01T20:02:47.292Z | Compiling hyper v0.14.27 |
1520 | 2023-12-01T20:02:47.334Z | Compiling usdt-attr-macro v0.3.5 |
1521 | 2023-12-01T20:02:48.070Z | Compiling usdt-macro v0.3.5 |
1522 | 2023-12-01T20:02:50.082Z | Compiling openapiv3 v2.0.0-rc.1 |
1523 | 2023-12-01T20:02:50.150Z | Compiling serde_tokenstream v0.2.0 |
1524 | 2023-12-01T20:02:50.945Z | Compiling rustls-pemfile v1.0.3 |
1525 | 2023-12-01T20:02:51.447Z | Compiling hmac v0.12.1 |
1526 | 2023-12-01T20:02:51.473Z | Compiling md-5 v0.10.5 |
1527 | 2023-12-01T20:02:51.935Z | Compiling stringprep v0.1.3 |
1528 | 2023-12-01T20:02:52.362Z | Compiling idna v0.5.0 |
1529 | 2023-12-01T20:02:53.075Z | Compiling diesel_table_macro_syntax v0.1.0 |
1530 | 2023-12-01T20:02:53.317Z | Compiling hash32 v0.2.1 |
1531 | 2023-12-01T20:02:53.621Z | Compiling colorchoice v1.0.0 |
1532 | 2023-12-01T20:02:53.882Z | Compiling gimli v0.28.0 |
1533 | 2023-12-01T20:02:54.175Z | Compiling stable_deref_trait v1.2.0 |
1534 | 2023-12-01T20:02:54.318Z | Compiling fallible-iterator v0.2.0 |
1535 | 2023-12-01T20:02:55.195Z | Compiling anstyle-query v1.0.0 |
1536 | 2023-12-01T20:02:55.477Z | Compiling either v1.9.0 |
1537 | 2023-12-01T20:02:55.561Z | Compiling postgres-protocol v0.6.6 |
1538 | 2023-12-01T20:02:55.999Z | Compiling anstream v0.5.0 |
1539 | 2023-12-01T20:02:57.517Z | Compiling url v2.5.0 |
1540 | 2023-12-01T20:02:58.882Z | Compiling diesel_derives v2.1.2 |
1541 | 2023-12-01T20:03:00.534Z | Compiling tokio-rustls v0.24.1 |
1542 | 2023-12-01T20:03:01.634Z | Compiling addr2line v0.21.0 |
1543 | 2023-12-01T20:03:03.176Z | Compiling rustls-native-certs v0.6.3 |
1544 | 2023-12-01T20:03:04.337Z | Compiling terminal_size v0.2.6 |
1545 | 2023-12-01T20:03:05.920Z | Compiling tokio-native-tls v0.3.1 |
1546 | 2023-12-01T20:03:06.324Z | Compiling phf_shared v0.11.2 |
1547 | 2023-12-01T20:03:07.928Z | Compiling block-padding v0.3.3 |
1548 | 2023-12-01T20:03:07.955Z | Compiling snafu-derive v0.7.5 |
1549 | 2023-12-01T20:03:08.272Z | Compiling enum-as-inner v0.5.1 |
1550 | 2023-12-01T20:03:08.355Z | Compiling serde_repr v0.1.16 |
1551 | 2023-12-01T20:03:09.798Z | Compiling clap_derive v4.4.2 |
1552 | 2023-12-01T20:03:10.086Z | Compiling regress v0.7.1 |
1553 | 2023-12-01T20:03:16.564Z | Compiling scheduled-thread-pool v0.2.7 |
1554 | 2023-12-01T20:03:17.359Z | Compiling object v0.32.1 |
1555 | 2023-12-01T20:03:18.246Z | Compiling rustc-demangle v0.1.23 |
1556 | 2023-12-01T20:03:22.671Z | Compiling bit-vec v0.6.3 |
1557 | 2023-12-01T20:03:23.343Z | Compiling regex-automata v0.1.10 |
1558 | 2023-12-01T20:03:24.146Z | Compiling matches v0.1.10 |
1559 | 2023-12-01T20:03:24.171Z | Compiling deranged v0.3.8 |
1560 | 2023-12-01T20:03:24.288Z | Compiling managed v0.8.0 |
1561 | 2023-12-01T20:03:24.657Z | Compiling num_threads v0.1.6 |
1562 | 2023-12-01T20:03:25.132Z | Compiling ipnet v2.8.0 |
1563 | 2023-12-01T20:03:25.623Z | Compiling clap_lex v0.5.1 |
1564 | 2023-12-01T20:03:26.320Z | Compiling clap_builder v4.4.2 |
1565 | 2023-12-01T20:03:27.225Z | Compiling time v0.3.27 |
1566 | 2023-12-01T20:03:32.077Z | Compiling idna v0.2.3 |
1567 | 2023-12-01T20:03:32.382Z | Compiling bstr v0.2.17 |
1568 | 2023-12-01T20:03:32.675Z | Compiling r2d2 v0.8.10 |
1569 | 2023-12-01T20:03:34.661Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1570 | 2023-12-01T20:03:35.725Z | Compiling inout v0.1.3 |
1571 | 2023-12-01T20:03:36.245Z | Compiling phf v0.11.2 |
1572 | 2023-12-01T20:03:36.375Z | Compiling hyper-tls v0.5.0 |
1573 | 2023-12-01T20:03:36.476Z | Compiling signal-hook-mio v0.2.3 |
1574 | 2023-12-01T20:03:36.685Z | Compiling hyper-rustls v0.24.2 |
1575 | 2023-12-01T20:03:36.710Z | Compiling flate2 v1.0.28 |
1576 | 2023-12-01T20:03:36.915Z | Compiling bzip2 v0.4.4 |
1577 | 2023-12-01T20:03:37.472Z | Compiling postgres-types v0.2.6 |
1578 | 2023-12-01T20:03:37.496Z | Compiling itertools v0.11.0 |
1579 | 2023-12-01T20:03:38.298Z | Compiling pin-project v1.1.3 |
1580 | 2023-12-01T20:03:38.679Z | Compiling hubpack v0.1.2 |
1581 | 2023-12-01T20:03:39.166Z | Compiling serde_urlencoded v0.7.1 |
1582 | 2023-12-01T20:03:39.399Z | Compiling phf_shared v0.10.0 |
1583 | 2023-12-01T20:03:39.783Z | Compiling ipnetwork v0.20.0 |
1584 | 2023-12-01T20:03:41.037Z | Compiling zerocopy v0.6.4 |
1585 | 2023-12-01T20:03:41.186Z | Compiling futures-executor v0.3.29 |
1586 | 2023-12-01T20:03:42.223Z | Compiling float-cmp v0.9.0 |
1587 | 2023-12-01T20:03:42.281Z | Compiling proc-macro-error-attr v1.0.4 |
1588 | 2023-12-01T20:03:42.361Z | Compiling encoding_rs v0.8.33 |
1589 | 2023-12-01T20:03:42.716Z | Compiling mime v0.3.17 |
1590 | 2023-12-01T20:03:43.468Z | Compiling normalize-line-endings v0.3.0 |
1591 | 2023-12-01T20:03:46.373Z | Compiling webpki-roots v0.25.2 |
1592 | 2023-12-01T20:03:46.614Z | Compiling fixedbitset v0.4.2 |
1593 | 2023-12-01T20:03:47.040Z | Compiling static_assertions v1.1.0 |
1594 | 2023-12-01T20:03:47.216Z | Compiling data-encoding v2.4.0 |
1595 | 2023-12-01T20:03:47.273Z | Compiling new_debug_unreachable v1.0.4 |
1596 | 2023-12-01T20:03:47.708Z | Compiling difflib v0.4.0 |
1597 | 2023-12-01T20:03:48.855Z | Compiling precomputed-hash v0.1.1 |
1598 | 2023-12-01T20:03:49.028Z | Compiling regex-automata v0.3.8 |
1599 | 2023-12-01T20:03:50.108Z | Compiling predicates-core v1.0.6 |
1600 | 2023-12-01T20:03:50.935Z | Compiling whoami v1.4.1 |
1601 | 2023-12-01T20:03:52.307Z | Compiling bstr v1.6.0 |
1602 | 2023-12-01T20:03:52.418Z | Compiling tokio-postgres v0.7.10 |
1603 | 2023-12-01T20:03:52.852Z | Compiling predicates v3.0.4 |
1604 | 2023-12-01T20:03:53.637Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1605 | 2023-12-01T20:03:55.354Z | Compiling string_cache v0.8.7 |
1606 | 2023-12-01T20:03:56.969Z | Compiling trust-dns-proto v0.22.0 |
1607 | 2023-12-01T20:04:00.370Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1608 | 2023-12-01T20:04:00.855Z | Compiling petgraph v0.6.4 |
1609 | 2023-12-01T20:04:03.821Z | Compiling reqwest v0.11.22 |
1610 | 2023-12-01T20:04:10.355Z | Compiling futures v0.3.29 |
1611 | 2023-12-01T20:04:11.704Z | Compiling diesel v2.1.4 |
1612 | 2023-12-01T20:04:11.760Z | Compiling yasna v0.5.2 |
1613 | 2023-12-01T20:04:13.261Z | Compiling snafu v0.7.5 |
1614 | 2023-12-01T20:04:14.541Z | Compiling zip v0.6.6 |
1615 | 2023-12-01T20:04:14.565Z | Compiling crossterm v0.27.0 |
1616 | 2023-12-01T20:04:16.644Z | Compiling cipher v0.4.4 |
1617 | 2023-12-01T20:04:17.835Z | Compiling similar v2.2.1 |
1618 | 2023-12-01T20:04:20.005Z | Compiling clap v4.4.3 |
1619 | 2023-12-01T20:04:20.192Z | Compiling bit-set v0.5.3 |
1620 | 2023-12-01T20:04:20.258Z | Compiling itertools v0.10.5 |
1621 | 2023-12-01T20:04:20.603Z | Compiling usdt v0.3.5 |
1622 | 2023-12-01T20:04:21.223Z | Compiling console v0.15.7 |
1623 | 2023-12-01T20:04:21.298Z | Compiling tokio-stream v0.1.14 |
1624 | 2023-12-01T20:04:21.976Z | Compiling toml v0.7.8 |
1625 | 2023-12-01T20:04:22.809Z | Compiling proc-macro-crate v1.3.1 |
1626 | 2023-12-01T20:04:23.364Z | Compiling toml_edit v0.21.0 |
1627 | 2023-12-01T20:04:24.209Z | Compiling hex v0.4.3 |
1628 | 2023-12-01T20:04:24.317Z | Compiling signature v2.1.0 |
1629 | 2023-12-01T20:04:24.828Z | Compiling proc-macro-error v1.0.4 |
1630 | 2023-12-01T20:04:24.936Z | Compiling lalrpop-util v0.19.12 |
1631 | 2023-12-01T20:04:27.118Z | Compiling num_enum_derive v0.5.11 |
1632 | 2023-12-01T20:04:31.660Z | Compiling atty v0.2.14 |
1633 | 2023-12-01T20:04:31.877Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1634 | 2023-12-01T20:04:32.404Z | Compiling ident_case v1.0.1 |
1635 | 2023-12-01T20:04:32.663Z | Compiling darling_core v0.20.3 |
1636 | 2023-12-01T20:04:38.287Z | Compiling num_enum v0.5.11 |
1637 | 2023-12-01T20:04:58.942Z | Compiling dirs-sys-next v0.1.2 |
1638 | 2023-12-01T20:05:03.059Z | Compiling postcard-cobs v0.1.5-pre |
1639 | 2023-12-01T20:05:03.102Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1640 | 2023-12-01T20:05:03.766Z | Compiling camino v1.1.6 |
1641 | 2023-12-01T20:05:05.407Z | Compiling postcard v0.7.3 |
1642 | 2023-12-01T20:05:06.334Z | Compiling dirs-next v2.0.0 |
1643 | 2023-12-01T20:05:09.243Z | Compiling darling_macro v0.20.3 |
1644 | 2023-12-01T20:05:12.123Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1645 | 2023-12-01T20:05:20.568Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1646 | 2023-12-01T20:05:20.901Z | Compiling smoltcp v0.8.2 |
1647 | 2023-12-01T20:05:23.653Z | Compiling getopts v0.2.21 |
1648 | 2023-12-01T20:05:29.539Z | Compiling foreign-types-macros v0.2.3 |
1649 | 2023-12-01T20:05:31.472Z | Compiling structmeta-derive v0.2.0 |
1650 | 2023-12-01T20:05:38.234Z | Compiling thread_local v1.1.7 |
1651 | 2023-12-01T20:05:39.570Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1652 | 2023-12-01T20:05:40.020Z | Compiling multer v2.1.0 |
1653 | 2023-12-01T20:05:40.464Z | Compiling match_cfg v0.1.0 |
1654 | 2023-12-01T20:05:41.326Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1655 | 2023-12-01T20:05:41.737Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1656 | 2023-12-01T20:05:42.086Z | Compiling slog-async v2.8.0 |
1657 | 2023-12-01T20:05:42.790Z | Compiling cfg-if v0.1.10 |
1658 | 2023-12-01T20:05:44.125Z | Compiling paste v1.0.14 |
1659 | 2023-12-01T20:05:44.171Z | Compiling unsafe-libyaml v0.2.9 |
1660 | 2023-12-01T20:05:44.809Z | Compiling foreign-types-shared v0.3.1 |
1661 | 2023-12-01T20:05:46.770Z | Compiling serde_yaml v0.9.25 |
1662 | 2023-12-01T20:05:51.731Z | Compiling foreign-types v0.5.0 |
1663 | 2023-12-01T20:05:53.346Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1664 | 2023-12-01T20:05:54.628Z | Compiling hostname v0.3.1 |
1665 | 2023-12-01T20:05:57.440Z | Compiling structmeta v0.2.0 |
1666 | 2023-12-01T20:05:59.693Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1667 | 2023-12-01T20:06:06.202Z | Compiling darling v0.20.3 |
1668 | 2023-12-01T20:06:07.417Z | Compiling term v0.7.0 |
1669 | 2023-12-01T20:06:11.890Z | Compiling slog-json v2.6.1 |
1670 | 2023-12-01T20:06:14.698Z | Compiling is-terminal v0.4.9 |
1671 | 2023-12-01T20:06:14.895Z | Compiling crossbeam-channel v0.5.8 |
1672 | 2023-12-01T20:06:17.977Z | Compiling strum v0.25.0 |
1673 | 2023-12-01T20:06:18.248Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1674 | 2023-12-01T20:06:18.270Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1675 | 2023-12-01T20:06:18.355Z | Compiling async-stream-impl v0.3.5 |
1676 | 2023-12-01T20:06:19.079Z | Compiling cstr-argument v0.1.2 |
1677 | 2023-12-01T20:06:19.306Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1678 | 2023-12-01T20:06:19.497Z | Compiling take_mut v0.2.2 |
1679 | 2023-12-01T20:06:20.026Z | Compiling crucible-workspace-hack v0.1.0 |
1680 | 2023-12-01T20:06:20.033Z | Compiling pretty-hex v0.2.1 |
1681 | 2023-12-01T20:06:20.033Z | Compiling fastrand v2.0.0 |
1682 | 2023-12-01T20:06:20.057Z | Compiling atomic-waker v1.1.1 |
1683 | 2023-12-01T20:06:20.328Z | Compiling regex-syntax v0.7.5 |
1684 | 2023-12-01T20:06:21.253Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1685 | 2023-12-01T20:06:30.804Z | Compiling parse-display-derive v0.8.2 |
1686 | 2023-12-01T20:06:37.011Z | Compiling async-stream v0.3.5 |
1687 | 2023-12-01T20:06:37.525Z | Compiling tempfile v3.8.1 |
1688 | 2023-12-01T20:06:38.949Z | Compiling waitgroup v0.1.2 |
1689 | 2023-12-01T20:06:38.991Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1690 | 2023-12-01T20:06:40.107Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1691 | 2023-12-01T20:06:41.814Z | Compiling colored v2.0.4 |
1692 | 2023-12-01T20:06:43.126Z | Compiling slog-bunyan v2.4.0 |
1693 | 2023-12-01T20:06:43.527Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1694 | 2023-12-01T20:06:44.542Z | Compiling slog-term v2.9.0 |
1695 | 2023-12-01T20:06:44.993Z | Compiling serde_with_macros v2.3.3 |
1696 | 2023-12-01T20:06:52.754Z | Compiling toml v0.8.8 |
1697 | 2023-12-01T20:06:55.261Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1698 | 2023-12-01T20:06:56.066Z | Compiling sha1 v0.10.6 |
1699 | 2023-12-01T20:06:57.624Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1700 | 2023-12-01T20:06:57.648Z | Compiling textwrap v0.11.0 |
1701 | 2023-12-01T20:06:59.818Z | Compiling heck v0.3.3 |
1702 | 2023-12-01T20:07:00.941Z | Compiling serde_path_to_error v0.1.14 |
1703 | 2023-12-01T20:07:01.025Z | Compiling instant v0.1.12 |
1704 | 2023-12-01T20:07:01.269Z | Compiling vec_map v0.8.2 |
1705 | 2023-12-01T20:07:01.726Z | Compiling rayon-core v1.12.0 |
1706 | 2023-12-01T20:07:01.778Z | Compiling libefi-sys v0.1.0 |
1707 | 2023-12-01T20:07:02.160Z | Compiling ansi_term v0.12.1 |
1708 | 2023-12-01T20:07:02.211Z | Compiling strsim v0.8.0 |
1709 | 2023-12-01T20:07:02.598Z | Compiling debug-ignore v1.0.5 |
1710 | 2023-12-01T20:07:03.194Z | Compiling clap v2.34.0 |
1711 | 2023-12-01T20:07:03.618Z | Compiling backoff v0.4.0 |
1712 | 2023-12-01T20:07:04.239Z | Compiling structopt-derive v0.4.18 |
1713 | 2023-12-01T20:07:04.568Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1714 | 2023-12-01T20:07:05.635Z | Compiling serde_with v2.3.3 |
1715 | 2023-12-01T20:07:09.712Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1716 | 2023-12-01T20:07:10.015Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1717 | 2023-12-01T20:07:11.981Z | Compiling parse-display v0.8.2 |
1718 | 2023-12-01T20:07:12.482Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1719 | 2023-12-01T20:07:13.053Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1720 | 2023-12-01T20:07:13.311Z | Compiling zone_cfg_derive v0.3.0 |
1721 | 2023-12-01T20:07:13.431Z | Compiling crossbeam-deque v0.8.3 |
1722 | 2023-12-01T20:07:14.124Z | Compiling macaddr v1.0.1 |
1723 | 2023-12-01T20:07:14.576Z | Compiling num-derive v0.4.0 |
1724 | 2023-12-01T20:07:15.295Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1725 | 2023-12-01T20:07:15.570Z | Compiling portable-atomic v1.4.3 |
1726 | 2023-12-01T20:07:16.007Z | Compiling zone v0.3.0 |
1727 | 2023-12-01T20:07:18.228Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1728 | 2023-12-01T20:07:21.195Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1729 | 2023-12-01T20:07:21.957Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1730 | 2023-12-01T20:07:22.071Z | Compiling structopt v0.3.26 |
1731 | 2023-12-01T20:07:23.216Z | Compiling camino-tempfile v1.1.1 |
1732 | 2023-12-01T20:07:23.776Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1733 | 2023-12-01T20:07:24.480Z | Compiling smf v0.2.2 |
1734 | 2023-12-01T20:07:25.159Z | Compiling filetime v0.2.22 |
1735 | 2023-12-01T20:07:25.670Z | Compiling xattr v1.0.1 |
1736 | 2023-12-01T20:07:25.735Z | Compiling same-file v1.0.6 |
1737 | 2023-12-01T20:07:26.137Z | Compiling walkdir v2.4.0 |
1738 | 2023-12-01T20:07:26.219Z | Compiling tar v0.4.40 |
1739 | 2023-12-01T20:07:28.503Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1740 | 2023-12-01T20:07:29.081Z | Compiling rayon v1.8.0 |
1741 | 2023-12-01T20:07:29.269Z | Compiling number_prefix v0.4.0 |
1742 | 2023-12-01T20:07:29.638Z | Compiling omicron-zone-package v0.9.1 |
1743 | 2023-12-01T20:07:32.275Z | Compiling swrite v0.1.0 |
1744 | 2023-12-01T20:07:32.456Z | Compiling topological-sort v0.2.2 |
1745 | 2023-12-01T20:07:37.744Z | Compiling indicatif v0.17.7 |
1746 | 2023-12-01T20:07:53.458Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1747 | 2023-12-01T20:08:03.720Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1748 | 2023-12-01T20:08:07.205Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1749 | 2023-12-01T20:08:11.817Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1750 | 2023-12-01T20:08:35.891Z | Finished release [optimized] target(s) in 7m 50s |
1751 | 2023-12-01T20:08:36.143Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1752 | 2023-12-01T20:08:36.233Z | Created new build target 'test' and set it as active |
1753 | 2023-12-01T20:08:36.652Z | |
1754 | 2023-12-01T20:08:36.652Z | real 7:50.897664220 |
1755 | 2023-12-01T20:08:36.652Z | user 50:44.470438254 |
1756 | 2023-12-01T20:08:36.652Z | sys 4:33.347780946 |
1757 | 2023-12-01T20:08:36.653Z | trap 2.113481153 |
1758 | 2023-12-01T20:08:36.654Z | tflt 3.601496993 |
1759 | 2023-12-01T20:08:36.654Z | dflt 6.666323191 |
1760 | 2023-12-01T20:08:36.654Z | kflt 0.028734358 |
1761 | 2023-12-01T20:08:36.654Z | lock 1:49:44.399724406 |
1762 | 2023-12-01T20:08:36.654Z | slp 2:22:19.899325421 |
1763 | 2023-12-01T20:08:36.654Z | lat 2:25.100542506 |
1764 | 2023-12-01T20:08:36.654Z | stop 3:52.151649370 |
1765 | 2023-12-01T20:08:36.654Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1766 | 2023-12-01T20:08:37.319Z | Finished release [optimized] target(s) in 0.99s |
1767 | 2023-12-01T20:08:37.348Z | Running `target/release/omicron-package -t test package` |
1768 | 2023-12-01T20:08:37.406Z | Dec 01 20:08:37.382 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1769 | 2023-12-01T20:08:38.536Z | Compiling base64ct v1.6.0 |
1770 | 2023-12-01T20:08:38.558Z | Compiling linked-hash-map v0.5.6 |
1771 | 2023-12-01T20:08:38.561Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1772 | 2023-12-01T20:08:38.561Z | Compiling blake2 v0.10.6 |
1773 | 2023-12-01T20:08:38.561Z | Compiling same-file v1.0.6 |
1774 | 2023-12-01T20:08:38.561Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1775 | 2023-12-01T20:08:38.567Z | Compiling semver-parser v0.10.2 |
1776 | 2023-12-01T20:08:38.600Z | Compiling fastrand v2.0.0 |
1777 | 2023-12-01T20:08:38.868Z | Compiling walkdir v2.4.0 |
1778 | 2023-12-01T20:08:39.173Z | Compiling lru-cache v0.1.2 |
1779 | 2023-12-01T20:08:39.400Z | Compiling password-hash v0.5.0 |
1780 | 2023-12-01T20:08:39.467Z | Compiling quick-error v1.2.3 |
1781 | 2023-12-01T20:08:39.657Z | Compiling resolv-conf v0.7.0 |
1782 | 2023-12-01T20:08:39.793Z | Compiling semver v0.11.0 |
1783 | 2023-12-01T20:08:39.970Z | Compiling tempfile v3.8.1 |
1784 | 2023-12-01T20:08:40.870Z | Compiling argon2 v0.5.2 |
1785 | 2023-12-01T20:08:40.894Z | Compiling xattr v1.0.1 |
1786 | 2023-12-01T20:08:41.139Z | Compiling filetime v0.2.22 |
1787 | 2023-12-01T20:08:41.248Z | Compiling slog-dtrace v0.2.3 |
1788 | 2023-12-01T20:08:41.560Z | Compiling home v0.5.5 |
1789 | 2023-12-01T20:08:41.702Z | Compiling tar v0.4.40 |
1790 | 2023-12-01T20:08:42.173Z | Compiling toolchain_find v0.2.0 |
1791 | 2023-12-01T20:08:42.177Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1792 | 2023-12-01T20:08:42.579Z | Compiling trust-dns-resolver v0.22.0 |
1793 | 2023-12-01T20:08:42.708Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1794 | 2023-12-01T20:08:42.877Z | Compiling toml v0.5.11 |
1795 | 2023-12-01T20:08:43.300Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1796 | 2023-12-01T20:08:43.587Z | Compiling omicron-zone-package v0.9.1 |
1797 | 2023-12-01T20:08:44.788Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1798 | 2023-12-01T20:08:45.178Z | Compiling toml v0.8.8 |
1799 | 2023-12-01T20:08:45.461Z | Compiling num-rational v0.4.1 |
1800 | 2023-12-01T20:08:45.885Z | Compiling rustfmt-wrapper v0.2.0 |
1801 | 2023-12-01T20:08:46.157Z | Compiling cancel-safe-futures v0.1.5 |
1802 | 2023-12-01T20:08:46.851Z | Compiling convert_case v0.4.0 |
1803 | 2023-12-01T20:08:48.081Z | Compiling derive_more v0.99.17 |
1804 | 2023-12-01T20:08:48.336Z | Compiling num-complex v0.4.4 |
1805 | 2023-12-01T20:08:48.790Z | Compiling pem-rfc7468 v0.7.0 |
1806 | 2023-12-01T20:08:49.493Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1807 | 2023-12-01T20:08:50.183Z | Compiling hkdf v0.12.3 |
1808 | 2023-12-01T20:08:50.556Z | Compiling num v0.4.1 |
1809 | 2023-12-01T20:08:50.565Z | Compiling fxhash v0.2.1 |
1810 | 2023-12-01T20:08:50.703Z | Compiling der_derive v0.7.2 |
1811 | 2023-12-01T20:08:50.913Z | Compiling unicase v2.7.0 |
1812 | 2023-12-01T20:08:51.110Z | Compiling semver v0.1.20 |
1813 | 2023-12-01T20:08:51.307Z | Compiling flagset v0.4.3 |
1814 | 2023-12-01T20:08:51.339Z | Compiling utf-8 v0.7.6 |
1815 | 2023-12-01T20:08:51.637Z | Compiling rustc_version v0.1.7 |
1816 | 2023-12-01T20:08:51.758Z | Compiling tungstenite v0.20.1 |
1817 | 2023-12-01T20:08:51.949Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1818 | 2023-12-01T20:08:52.039Z | Compiling half v1.8.2 |
1819 | 2023-12-01T20:08:52.232Z | Compiling keccak v0.1.4 |
1820 | 2023-12-01T20:08:53.853Z | Compiling ciborium-io v0.2.1 |
1821 | 2023-12-01T20:08:54.002Z | Compiling arc-swap v1.6.0 |
1822 | 2023-12-01T20:08:54.054Z | Compiling radium v0.7.0 |
1823 | 2023-12-01T20:08:54.579Z | Compiling der v0.7.8 |
1824 | 2023-12-01T20:08:54.704Z | Compiling slog-scope v4.4.0 |
1825 | 2023-12-01T20:08:55.154Z | Compiling ciborium-ll v0.2.1 |
1826 | 2023-12-01T20:08:56.000Z | Compiling tokio-tungstenite v0.20.1 |
1827 | 2023-12-01T20:08:56.207Z | Compiling sha3 v0.10.8 |
1828 | 2023-12-01T20:08:56.913Z | Compiling newtype_derive v0.1.6 |
1829 | 2023-12-01T20:08:57.361Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1830 | 2023-12-01T20:08:57.672Z | Compiling secrecy v0.8.0 |
1831 | 2023-12-01T20:08:58.059Z | Compiling maybe-uninit v2.0.0 |
1832 | 2023-12-01T20:08:58.730Z | Compiling spki v0.7.2 |
1833 | 2023-12-01T20:08:59.606Z | Compiling tap v1.0.1 |
1834 | 2023-12-01T20:08:59.881Z | Compiling parking_lot_core v0.8.6 |
1835 | 2023-12-01T20:09:00.483Z | Compiling wyz v0.5.1 |
1836 | 2023-12-01T20:09:00.653Z | Compiling ciborium v0.2.1 |
1837 | 2023-12-01T20:09:01.239Z | Compiling slog-stdlog v4.1.1 |
1838 | 2023-12-01T20:09:02.612Z | Compiling nibble_vec v0.1.0 |
1839 | 2023-12-01T20:09:02.812Z | Compiling packed_struct v0.10.1 |
1840 | 2023-12-01T20:09:02.932Z | Compiling crc-catalog v2.2.0 |
1841 | 2023-12-01T20:09:03.159Z | Compiling num-bigint-dig v0.8.4 |
1842 | 2023-12-01T20:09:03.457Z | Compiling endian-type v0.1.2 |
1843 | 2023-12-01T20:09:03.590Z | Compiling funty v2.0.0 |
1844 | 2023-12-01T20:09:03.777Z | Compiling radix_trie v0.2.1 |
1845 | 2023-12-01T20:09:04.510Z | Compiling crc v3.0.1 |
1846 | 2023-12-01T20:09:05.968Z | Compiling bitvec v1.0.1 |
1847 | 2023-12-01T20:09:05.969Z | Compiling slog-envlogger v2.2.0 |
1848 | 2023-12-01T20:09:08.410Z | Compiling pkcs8 v0.10.2 |
1849 | 2023-12-01T20:09:08.515Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1850 | 2023-12-01T20:09:08.586Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1851 | 2023-12-01T20:09:10.480Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1852 | 2023-12-01T20:09:10.489Z | Compiling packed_struct_codegen v0.10.1 |
1853 | 2023-12-01T20:09:11.419Z | Compiling dirs-sys-next v0.1.2 |
1854 | 2023-12-01T20:09:12.229Z | Compiling glob v0.3.1 |
1855 | 2023-12-01T20:09:13.215Z | Compiling crunchy v0.2.2 |
1856 | 2023-12-01T20:09:13.627Z | Compiling nodrop v0.1.14 |
1857 | 2023-12-01T20:09:13.801Z | Compiling platforms v3.0.2 |
1858 | 2023-12-01T20:09:14.350Z | Compiling array-init v0.0.4 |
1859 | 2023-12-01T20:09:16.466Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1860 | 2023-12-01T20:09:17.655Z | Compiling clang-sys v1.6.1 |
1861 | 2023-12-01T20:09:18.649Z | Compiling dirs-next v2.0.0 |
1862 | 2023-12-01T20:09:18.927Z | Compiling pkcs1 v0.7.5 |
1863 | 2023-12-01T20:09:20.516Z | Compiling parking_lot v0.11.2 |
1864 | 2023-12-01T20:09:22.743Z | Compiling smallvec v0.6.14 |
1865 | 2023-12-01T20:09:23.501Z | Compiling steno v0.4.0 |
1866 | 2023-12-01T20:09:24.567Z | Compiling mime_guess v2.0.4 |
1867 | 2023-12-01T20:09:25.250Z | Compiling trust-dns-client v0.22.0 |
1868 | 2023-12-01T20:09:28.095Z | Compiling termcolor v1.2.0 |
1869 | 2023-12-01T20:09:30.315Z | Compiling prettyplease v0.2.12 |
1870 | 2023-12-01T20:09:30.747Z | Compiling bitfield v0.14.0 |
1871 | 2023-12-01T20:09:31.200Z | Compiling tiny-keccak v2.0.2 |
1872 | 2023-12-01T20:09:31.650Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1873 | 2023-12-01T20:09:34.767Z | Compiling rsa v0.9.2 |
1874 | 2023-12-01T20:09:43.567Z | Compiling trust-dns-server v0.22.1 |
1875 | 2023-12-01T20:09:43.639Z | Compiling env_logger v0.10.0 |
1876 | 2023-12-01T20:09:43.642Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1877 | 2023-12-01T20:09:47.056Z | Compiling serde-hex v0.1.0 |
1878 | 2023-12-01T20:09:50.259Z | Compiling sled v0.34.7 |
1879 | 2023-12-01T20:09:56.307Z | Compiling term v0.7.0 |
1880 | 2023-12-01T20:09:58.415Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1881 | 2023-12-01T20:10:06.197Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1882 | 2023-12-01T20:10:06.735Z | Compiling x509-cert v0.2.4 |
1883 | 2023-12-01T20:10:21.204Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1884 | 2023-12-01T20:10:29.749Z | Compiling darling_core v0.14.4 |
1885 | 2023-12-01T20:10:37.959Z | Compiling itertools v0.12.0 |
1886 | 2023-12-01T20:10:38.580Z | Compiling ron v0.8.1 |
1887 | 2023-12-01T20:10:42.671Z | Compiling crc-any v2.4.3 |
1888 | 2023-12-01T20:10:43.222Z | Compiling pretty-hex v0.4.0 |
1889 | 2023-12-01T20:10:43.661Z | Compiling buf-list v1.0.3 |
1890 | 2023-12-01T20:10:44.130Z | Compiling minimal-lexical v0.2.1 |
1891 | 2023-12-01T20:10:44.446Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1892 | 2023-12-01T20:10:44.641Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1893 | 2023-12-01T20:10:44.818Z | Compiling nom v7.1.3 |
1894 | 2023-12-01T20:10:45.245Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1895 | 2023-12-01T20:10:48.277Z | Compiling darling_macro v0.14.4 |
1896 | 2023-12-01T20:10:49.516Z | Compiling curve25519-dalek v4.1.0 |
1897 | 2023-12-01T20:10:49.788Z | Compiling ascii-canvas v3.0.0 |
1898 | 2023-12-01T20:10:50.279Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1899 | 2023-12-01T20:10:50.563Z | Compiling object v0.30.4 |
1900 | 2023-12-01T20:10:51.141Z | Compiling is-terminal v0.4.9 |
1901 | 2023-12-01T20:10:51.317Z | Compiling ff v0.13.0 |
1902 | 2023-12-01T20:10:51.434Z | Compiling kstat-rs v0.2.3 |
1903 | 2023-12-01T20:10:51.704Z | Compiling libsw v3.3.0 |
1904 | 2023-12-01T20:10:52.204Z | Compiling ena v0.14.2 |
1905 | 2023-12-01T20:10:52.850Z | Compiling derive-where v1.2.5 |
1906 | 2023-12-01T20:10:53.047Z | Compiling libloading v0.7.4 |
1907 | 2023-12-01T20:10:53.476Z | Compiling owo-colors v3.5.0 |
1908 | 2023-12-01T20:10:53.600Z | Compiling bindgen v0.65.1 |
1909 | 2023-12-01T20:10:54.290Z | Compiling linear-map v1.2.0 |
1910 | 2023-12-01T20:10:54.934Z | Compiling path-slash v0.1.5 |
1911 | 2023-12-01T20:10:55.249Z | Compiling diff v0.1.13 |
1912 | 2023-12-01T20:10:56.109Z | Compiling regex-syntax v0.6.29 |
1913 | 2023-12-01T20:10:58.254Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1914 | 2023-12-01T20:11:05.379Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1915 | 2023-12-01T20:11:12.094Z | Compiling lalrpop v0.19.12 |
1916 | 2023-12-01T20:11:15.035Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1917 | 2023-12-01T20:11:15.737Z | Compiling group v0.13.0 |
1918 | 2023-12-01T20:11:15.993Z | Compiling cexpr v0.6.0 |
1919 | 2023-12-01T20:11:16.878Z | Compiling darling v0.14.4 |
1920 | 2023-12-01T20:11:20.122Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1921 | 2023-12-01T20:11:20.613Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1922 | 2023-12-01T20:11:22.042Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1923 | 2023-12-01T20:11:25.096Z | Compiling which v4.4.0 |
1924 | 2023-12-01T20:11:25.954Z | Compiling universal-hash v0.5.1 |
1925 | 2023-12-01T20:11:26.301Z | Compiling crypto-bigint v0.5.2 |
1926 | 2023-12-01T20:11:26.529Z | Compiling thiserror-impl-no-std v2.0.2 |
1927 | 2023-12-01T20:11:29.515Z | Compiling curve25519-dalek-derive v0.1.0 |
1928 | 2023-12-01T20:11:29.645Z | Compiling memoffset v0.7.1 |
1929 | 2023-12-01T20:11:30.095Z | Compiling rustc-hash v1.1.0 |
1930 | 2023-12-01T20:11:30.312Z | Compiling shlex v1.1.0 |
1931 | 2023-12-01T20:11:30.679Z | Compiling peeking_take_while v0.1.2 |
1932 | 2023-12-01T20:11:30.860Z | Compiling display-error-chain v0.2.0 |
1933 | 2023-12-01T20:11:31.040Z | Compiling base16ct v0.2.0 |
1934 | 2023-12-01T20:11:31.122Z | Compiling opaque-debug v0.3.0 |
1935 | 2023-12-01T20:11:31.261Z | Compiling lazycell v1.3.0 |
1936 | 2023-12-01T20:11:31.601Z | Compiling elliptic-curve v0.13.5 |
1937 | 2023-12-01T20:11:31.845Z | Compiling poly1305 v0.8.0 |
1938 | 2023-12-01T20:11:32.506Z | Compiling thiserror-no-std v2.0.2 |
1939 | 2023-12-01T20:11:32.668Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1940 | 2023-12-01T20:11:34.378Z | Compiling derive_builder_core v0.12.0 |
1941 | 2023-12-01T20:11:38.131Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1942 | 2023-12-01T20:11:42.336Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1943 | 2023-12-01T20:11:42.753Z | Compiling globset v0.4.13 |
1944 | 2023-12-01T20:11:44.760Z | Compiling chacha20 v0.9.1 |
1945 | 2023-12-01T20:11:45.504Z | Compiling pem v3.0.2 |
1946 | 2023-12-01T20:11:48.214Z | Compiling olpc-cjson v0.1.3 |
1947 | 2023-12-01T20:11:49.130Z | Compiling aead v0.5.2 |
1948 | 2023-12-01T20:11:49.356Z | Compiling bcs v0.1.6 |
1949 | 2023-12-01T20:11:49.616Z | Compiling libxml v0.3.3 |
1950 | 2023-12-01T20:11:50.132Z | Compiling serde_plain v1.0.2 |
1951 | 2023-12-01T20:11:50.789Z | Compiling async-recursion v1.0.5 |
1952 | 2023-12-01T20:11:51.008Z | Compiling highway v1.1.0 |
1953 | 2023-12-01T20:11:52.291Z | Compiling ref-cast v1.0.20 |
1954 | 2023-12-01T20:11:52.984Z | Compiling typed-path v0.6.0 |
1955 | 2023-12-01T20:11:53.398Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1956 | 2023-12-01T20:11:53.765Z | Compiling chacha20poly1305 v0.10.1 |
1957 | 2023-12-01T20:11:54.169Z | Compiling derive_builder_macro v0.12.0 |
1958 | 2023-12-01T20:11:54.231Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1959 | 2023-12-01T20:11:55.395Z | Compiling vsss-rs v3.3.1 |
1960 | 2023-12-01T20:11:56.810Z | Compiling tough v0.15.0 |
1961 | 2023-12-01T20:11:57.803Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1962 | 2023-12-01T20:12:00.253Z | Compiling polar-core v0.27.0 |
1963 | 2023-12-01T20:12:03.516Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1964 | 2023-12-01T20:12:03.978Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1965 | 2023-12-01T20:12:05.074Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1966 | 2023-12-01T20:12:07.864Z | Compiling strum_macros v0.24.3 |
1967 | 2023-12-01T20:12:08.528Z | Compiling ref-cast-impl v1.0.20 |
1968 | 2023-12-01T20:12:08.967Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1969 | 2023-12-01T20:12:09.408Z | Compiling cookie v0.18.0 |
1970 | 2023-12-01T20:12:09.858Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1971 | 2023-12-01T20:12:10.305Z | Compiling indoc v1.0.9 |
1972 | 2023-12-01T20:12:10.355Z | Compiling http-range v0.1.5 |
1973 | 2023-12-01T20:12:11.308Z | Compiling salty v0.2.0 |
1974 | 2023-12-01T20:12:11.706Z | Compiling signature v1.6.4 |
1975 | 2023-12-01T20:12:11.894Z | Compiling ed25519 v1.5.3 |
1976 | 2023-12-01T20:12:11.928Z | Compiling hyper-staticfile v0.9.5 |
1977 | 2023-12-01T20:12:12.859Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1978 | 2023-12-01T20:12:20.023Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1979 | 2023-12-01T20:12:25.822Z | Compiling derive_builder v0.12.0 |
1980 | 2023-12-01T20:12:31.048Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1981 | 2023-12-01T20:12:37.066Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1982 | 2023-12-01T20:12:37.604Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1983 | 2023-12-01T20:12:38.026Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1984 | 2023-12-01T20:12:41.849Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1985 | 2023-12-01T20:12:42.071Z | Compiling headers-core v0.2.0 |
1986 | 2023-12-01T20:12:42.321Z | Compiling bb8 v0.8.1 |
1987 | 2023-12-01T20:12:42.947Z | Compiling quick-xml v0.23.1 |
1988 | 2023-12-01T20:12:43.219Z | Compiling serde-big-array v0.5.1 |
1989 | 2023-12-01T20:12:43.601Z | Compiling impl-trait-for-tuples v0.2.2 |
1990 | 2023-12-01T20:12:46.872Z | Compiling oso-derive v0.27.0 |
1991 | 2023-12-01T20:12:46.918Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1992 | 2023-12-01T20:12:48.237Z | Compiling fs-err v2.11.0 |
1993 | 2023-12-01T20:12:48.429Z | Compiling maplit v1.0.2 |
1994 | 2023-12-01T20:12:48.619Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1995 | 2023-12-01T20:13:00.000Z | Compiling oso v0.27.0 |
1996 | 2023-12-01T20:13:03.772Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
1997 | 2023-12-01T20:13:03.821Z | Compiling headers v0.3.9 |
1998 | 2023-12-01T20:13:03.821Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1999 | 2023-12-01T20:13:16.078Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2000 | 2023-12-01T20:13:18.137Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2001 | 2023-12-01T20:13:18.569Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2002 | 2023-12-01T20:13:20.431Z | Compiling signal-hook-tokio v0.3.1 |
2003 | 2023-12-01T20:13:20.713Z | Compiling serde-big-array v0.4.1 |
2004 | 2023-12-01T20:13:20.722Z | Compiling indoc v2.0.3 |
2005 | 2023-12-01T20:13:20.987Z | Compiling cassowary v0.3.0 |
2006 | 2023-12-01T20:13:22.212Z | Compiling ratatui v0.23.0 |
2007 | 2023-12-01T20:13:23.661Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2008 | 2023-12-01T20:13:26.414Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2009 | 2023-12-01T20:13:30.201Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2010 | 2023-12-01T20:13:30.795Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2011 | 2023-12-01T20:13:31.621Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2012 | 2023-12-01T20:13:41.500Z | Compiling fatfs v0.3.6 |
2013 | 2023-12-01T20:13:44.260Z | Compiling bytesize v1.3.0 |
2014 | 2023-12-01T20:13:45.229Z | Compiling nanorand v0.7.0 |
2015 | 2023-12-01T20:13:46.431Z | Compiling rtoolbox v0.0.1 |
2016 | 2023-12-01T20:13:47.052Z | Compiling is_ci v1.1.1 |
2017 | 2023-12-01T20:13:47.111Z | Compiling unicode-linebreak v0.1.5 |
2018 | 2023-12-01T20:13:47.478Z | Compiling assert_matches v1.5.0 |
2019 | 2023-12-01T20:13:47.501Z | Compiling corncobs v0.1.3 |
2020 | 2023-12-01T20:13:47.620Z | Compiling smawk v0.3.1 |
2021 | 2023-12-01T20:13:47.970Z | Compiling textwrap v0.16.0 |
2022 | 2023-12-01T20:13:48.031Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2023 | 2023-12-01T20:13:48.145Z | Compiling supports-color v2.1.0 |
2024 | 2023-12-01T20:13:49.303Z | Compiling rpassword v7.3.1 |
2025 | 2023-12-01T20:13:49.331Z | Compiling flume v0.11.0 |
2026 | 2023-12-01T20:13:50.001Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2027 | 2023-12-01T20:13:50.644Z | Compiling tui-tree-widget v0.13.0 |
2028 | 2023-12-01T20:13:54.065Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2029 | 2023-12-01T20:13:54.408Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2030 | 2023-12-01T20:14:09.028Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2031 | 2023-12-01T20:14:49.341Z | Compiling shell-words v1.1.0 |
2032 | 2023-12-01T20:14:50.043Z | Compiling humantime v2.1.0 |
2033 | 2023-12-01T20:14:51.513Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2034 | 2023-12-01T20:15:08.665Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2035 | 2023-12-01T20:16:16.810Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2036 | 2023-12-01T20:18:30.737Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2037 | 2023-12-01T20:27:14.952Z | Finished release [optimized] target(s) in 18m 37s |
2038 | 2023-12-01T20:28:19.247Z | |
2039 | 2023-12-01T20:28:19.247Z | real 19:43.037591496 |
2040 | 2023-12-01T20:28:19.247Z | user 2:16:00.203104998 |
2041 | 2023-12-01T20:28:19.247Z | sys 5:15.992594974 |
2042 | 2023-12-01T20:28:19.247Z | trap 4.778973977 |
2043 | 2023-12-01T20:28:19.251Z | tflt 0.960164864 |
2044 | 2023-12-01T20:28:19.251Z | dflt 2.123773007 |
2045 | 2023-12-01T20:28:19.251Z | kflt 0.002917488 |
2046 | 2023-12-01T20:28:19.251Z | lock 7:59:27.468296395 |
2047 | 2023-12-01T20:28:19.251Z | slp 5:16:46.541529155 |
2048 | 2023-12-01T20:28:19.251Z | lat 2:29.923247063 |
2049 | 2023-12-01T20:28:19.251Z | stop 39.061164299 |
2050 | 2023-12-01T20:28:19.251Z | + files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/*) |
2051 | 2023-12-01T20:28:19.251Z | + pfexec mkdir -p /work |
2052 | 2023-12-01T20:28:19.251Z | + pfexec chown build /work |
2053 | 2023-12-01T20:28:19.251Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml |
2054 | 2023-12-01T20:28:32.460Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2055 | 2023-12-01T20:28:32.460Z | a out/mg-ddm-gz.tar 61253K |
2056 | 2023-12-01T20:28:32.460Z | a out/omicron-sled-agent.tar 108470K |
2057 | 2023-12-01T20:28:32.460Z | a out/target/test 1K |
2058 | 2023-12-01T20:28:32.460Z | a out/npuzone/npuzone 36505K |
2059 | 2023-12-01T20:28:32.460Z | a package-manifest.toml 22K |
2060 | 2023-12-01T20:28:32.460Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2061 | 2023-12-01T20:28:32.461Z | a target/release/omicron-package 41584K |
2062 | 2023-12-01T20:28:32.461Z | a tools/create_virtual_hardware.sh 4K |
2063 | 2023-12-01T20:28:32.461Z | a tools/virtual_hardware.sh 4K |
2064 | 2023-12-01T20:28:32.461Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2065 | 2023-12-01T20:28:32.461Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2066 | 2023-12-01T20:28:32.461Z | a tools/scrimlet/softnpu-init.sh 3K |
2067 | 2023-12-01T20:28:32.461Z | a tools/scrimlet/softnpu-zone.txt 1K |
2068 | 2023-12-01T20:28:32.461Z | a tools/scrimlet/softnpu.toml 1K |
2069 | 2023-12-01T20:28:32.464Z | |
2070 | 2023-12-01T20:28:32.464Z | real 13.220813843 |
2071 | 2023-12-01T20:28:32.464Z | user 12.547987955 |
2072 | 2023-12-01T20:28:32.464Z | sys 1.116486223 |
2073 | 2023-12-01T20:28:32.464Z | trap 0.003239588 |
2074 | 2023-12-01T20:28:32.464Z | tflt 0.000000000 |
2075 | 2023-12-01T20:28:32.464Z | dflt 0.000000000 |
2076 | 2023-12-01T20:28:32.464Z | kflt 0.000000000 |
2077 | 2023-12-01T20:28:32.464Z | lock 0.000000000 |
2078 | 2023-12-01T20:28:32.464Z | slp 12.282764258 |
2079 | 2023-12-01T20:28:32.464Z | lat 0.487483153 |
2080 | 2023-12-01T20:28:32.464Z | stop 0.000239029 |
2081 | 2023-12-01T20:28:32.467Z | ++ pwd |
2082 | 2023-12-01T20:28:32.467Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2083 | 2023-12-01T20:28:32.467Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2084 | 2023-12-01T20:28:32.470Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2085 | 2023-12-01T20:28:33.563Z | Finished release [optimized] target(s) in 1.00s |
2086 | 2023-12-01T20:28:33.595Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2087 | 2023-12-01T20:28:33.636Z | Created new build target 'host' and set it as active |
2088 | 2023-12-01T20:28:33.639Z | |
2089 | 2023-12-01T20:28:33.639Z | real 1.163651352 |
2090 | 2023-12-01T20:28:33.639Z | user 0.819279677 |
2091 | 2023-12-01T20:28:33.639Z | sys 0.345094730 |
2092 | 2023-12-01T20:28:33.639Z | trap 0.000073526 |
2093 | 2023-12-01T20:28:33.639Z | tflt 0.000009648 |
2094 | 2023-12-01T20:28:33.639Z | dflt 0.000002789 |
2095 | 2023-12-01T20:28:33.639Z | kflt 0.000000000 |
2096 | 2023-12-01T20:28:33.639Z | lock 0.034631144 |
2097 | 2023-12-01T20:28:33.639Z | slp 0.020899056 |
2098 | 2023-12-01T20:28:33.639Z | lat 0.002041663 |
2099 | 2023-12-01T20:28:33.639Z | stop 0.000226486 |
2100 | 2023-12-01T20:28:33.643Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2101 | 2023-12-01T20:28:34.719Z | Finished release [optimized] target(s) in 0.97s |
2102 | 2023-12-01T20:28:34.732Z | Running `target/release/omicron-package -t host package` |
2103 | 2023-12-01T20:28:34.773Z | Dec 01 20:28:34.775 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2104 | 2023-12-01T20:28:35.855Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2105 | 2023-12-01T20:32:15.998Z | Finished release [optimized] target(s) in 3m 41s |
2106 | 2023-12-01T20:33:18.737Z | |
2107 | 2023-12-01T20:33:18.740Z | real 4:45.101555799 |
2108 | 2023-12-01T20:33:18.740Z | user 20:20.927006110 |
2109 | 2023-12-01T20:33:18.740Z | sys 1:11.900969820 |
2110 | 2023-12-01T20:33:18.740Z | trap 0.553883320 |
2111 | 2023-12-01T20:33:18.740Z | tflt 0.040348840 |
2112 | 2023-12-01T20:33:18.740Z | dflt 1.607643274 |
2113 | 2023-12-01T20:33:18.740Z | kflt 0.058472950 |
2114 | 2023-12-01T20:33:18.740Z | lock 1:08:21.566270333 |
2115 | 2023-12-01T20:33:18.740Z | slp 18:49.243550855 |
2116 | 2023-12-01T20:33:18.740Z | lat 8.291841441 |
2117 | 2023-12-01T20:33:18.740Z | stop 0.753596720 |
2118 | 2023-12-01T20:33:18.740Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2119 | 2023-12-01T20:33:18.740Z | + for package in "$@" |
2120 | 2023-12-01T20:33:18.740Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2121 | 2023-12-01T20:33:18.740Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.4-0.ci+git9cfdbcb4569 |
2122 | 2023-12-01T20:33:19.852Z | Finished release [optimized] target(s) in 1.03s |
2123 | 2023-12-01T20:33:19.878Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.4-0.ci+git9cfdbcb4569` |
2124 | 2023-12-01T20:33:19.918Z | Dec 01 20:33:19.920 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2125 | 2023-12-01T20:33:20.448Z | Created: out/versioned/omicron-sled-agent.tar |
2126 | 2023-12-01T20:33:20.452Z | + for package in "$@" |
2127 | 2023-12-01T20:33:20.452Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2128 | 2023-12-01T20:33:20.452Z | + echo 0.0.0 |
2129 | 2023-12-01T20:33:20.455Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2130 | 2023-12-01T20:33:20.457Z | a VERSION 1K |
2131 | 2023-12-01T20:33:20.457Z | + rm VERSION |
2132 | 2023-12-01T20:33:20.460Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+git9cfdbcb4569 |
2133 | 2023-12-01T20:33:21.510Z | Finished release [optimized] target(s) in 0.96s |
2134 | 2023-12-01T20:33:21.540Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+git9cfdbcb4569` |
2135 | 2023-12-01T20:33:21.581Z | Dec 01 20:33:21.583 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2136 | 2023-12-01T20:33:21.888Z | Created: out/versioned/mg-ddm-gz.tar |
2137 | 2023-12-01T20:33:21.891Z | + for package in "$@" |
2138 | 2023-12-01T20:33:21.891Z | + [[ propolis-server == mg-ddm-gz ]] |
2139 | 2023-12-01T20:33:21.891Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.4-0.ci+git9cfdbcb4569 |
2140 | 2023-12-01T20:33:22.929Z | Finished release [optimized] target(s) in 0.95s |
2141 | 2023-12-01T20:33:22.960Z | Running `target/release/omicron-package stamp propolis-server 1.0.4-0.ci+git9cfdbcb4569` |
2142 | 2023-12-01T20:33:23.001Z | Dec 01 20:33:23.001 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2143 | 2023-12-01T20:33:24.838Z | Created: out/versioned/propolis-server.tar.gz |
2144 | 2023-12-01T20:33:24.842Z | + for package in "$@" |
2145 | 2023-12-01T20:33:24.847Z | + [[ overlay == mg-ddm-gz ]] |
2146 | 2023-12-01T20:33:24.847Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.4-0.ci+git9cfdbcb4569 |
2147 | 2023-12-01T20:33:25.869Z | Finished release [optimized] target(s) in 0.94s |
2148 | 2023-12-01T20:33:25.898Z | Running `target/release/omicron-package stamp overlay 1.0.4-0.ci+git9cfdbcb4569` |
2149 | 2023-12-01T20:33:25.938Z | Dec 01 20:33:25.940 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2150 | 2023-12-01T20:33:25.941Z | Created: out/versioned/overlay.tar.gz |
2151 | 2023-12-01T20:33:25.944Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2152 | 2023-12-01T20:33:25.955Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2153 | 2023-12-01T20:33:25.958Z | ++ cd -- ./tools |
2154 | 2023-12-01T20:33:25.958Z | ++ pwd |
2155 | 2023-12-01T20:33:25.958Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2156 | 2023-12-01T20:33:25.961Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2157 | 2023-12-01T20:33:25.963Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2158 | 2023-12-01T20:33:25.966Z | ++ readlink -f /work |
2159 | 2023-12-01T20:33:25.968Z | + out_dir=/work |
2160 | 2023-12-01T20:33:25.969Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz") |
2161 | 2023-12-01T20:33:25.969Z | + for dep in "${deps[@]}" |
2162 | 2023-12-01T20:33:25.969Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2163 | 2023-12-01T20:33:25.969Z | + for dep in "${deps[@]}" |
2164 | 2023-12-01T20:33:25.969Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2165 | 2023-12-01T20:33:25.969Z | + for dep in "${deps[@]}" |
2166 | 2023-12-01T20:33:25.969Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2167 | 2023-12-01T20:33:25.969Z | + for dep in "${deps[@]}" |
2168 | 2023-12-01T20:33:25.969Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2169 | 2023-12-01T20:33:25.969Z | ++ mktemp -d |
2170 | 2023-12-01T20:33:25.972Z | + tmp_gz=/tmp/tmp.t3aWuh |
2171 | 2023-12-01T20:33:25.972Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2172 | 2023-12-01T20:33:25.972Z | + echo '{"v":"1","t":"layer"}' |
2173 | 2023-12-01T20:33:25.972Z | + pkg_dir=/tmp/tmp.t3aWuh/root/opt/oxide/sled-agent |
2174 | 2023-12-01T20:33:25.972Z | + mkdir -p /tmp/tmp.t3aWuh/root/opt/oxide/sled-agent |
2175 | 2023-12-01T20:33:25.975Z | + cd /tmp/tmp.t3aWuh/root/opt/oxide/sled-agent |
2176 | 2023-12-01T20:33:25.975Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2177 | 2023-12-01T20:33:26.091Z | x ., 0 bytes, 0 tape blocks |
2178 | 2023-12-01T20:33:26.091Z | x zone-bundle, 39093296 bytes, 76355 tape blocks |
2179 | 2023-12-01T20:33:26.091Z | x sled-agent, 71967032 bytes, 140561 tape blocks |
2180 | 2023-12-01T20:33:26.091Z | x pkg, 0 bytes, 0 tape blocks |
2181 | 2023-12-01T20:33:26.091Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2182 | 2023-12-01T20:33:26.091Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2183 | 2023-12-01T20:33:26.091Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2184 | 2023-12-01T20:33:26.091Z | x VERSION, 25 bytes, 1 tape blocks |
2185 | 2023-12-01T20:33:26.094Z | + mkdir -p /tmp/tmp.t3aWuh/root/lib/svc/manifest/site/ |
2186 | 2023-12-01T20:33:26.094Z | + mv pkg/manifest.xml /tmp/tmp.t3aWuh/root/lib/svc/manifest/site/sled-agent.xml |
2187 | 2023-12-01T20:33:26.097Z | + cd - |
2188 | 2023-12-01T20:33:26.097Z | /work/oxidecomputer/omicron |
2189 | 2023-12-01T20:33:26.097Z | + pkg_dir=/tmp/tmp.t3aWuh/root/opt/oxide/mg-ddm |
2190 | 2023-12-01T20:33:26.097Z | + mkdir -p /tmp/tmp.t3aWuh/root/opt/oxide/mg-ddm |
2191 | 2023-12-01T20:33:26.100Z | + cd /tmp/tmp.t3aWuh/root/opt/oxide/mg-ddm |
2192 | 2023-12-01T20:33:26.100Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2193 | 2023-12-01T20:33:26.166Z | x ., 0 bytes, 0 tape blocks |
2194 | 2023-12-01T20:33:26.167Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2195 | 2023-12-01T20:33:26.167Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2196 | 2023-12-01T20:33:26.167Z | x pkg, 0 bytes, 0 tape blocks |
2197 | 2023-12-01T20:33:26.167Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2198 | 2023-12-01T20:33:26.167Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2199 | 2023-12-01T20:33:26.167Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2200 | 2023-12-01T20:33:26.167Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2201 | 2023-12-01T20:33:26.167Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2202 | 2023-12-01T20:33:26.167Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2203 | 2023-12-01T20:33:26.167Z | x VERSION, 25 bytes, 1 tape blocks |
2204 | 2023-12-01T20:33:26.169Z | + cd - |
2205 | 2023-12-01T20:33:26.169Z | /work/oxidecomputer/omicron |
2206 | 2023-12-01T20:33:26.169Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.t3aWuh/root/opt/oxide |
2207 | 2023-12-01T20:33:26.284Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.t3aWuh/root/opt/oxide |
2208 | 2023-12-01T20:33:26.287Z | + cd /tmp/tmp.t3aWuh |
2209 | 2023-12-01T20:33:26.287Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2210 | 2023-12-01T20:33:37.835Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2211 | 2023-12-01T20:33:37.835Z | a oxide.json 1K |
2212 | 2023-12-01T20:33:37.835Z | a root/ 0K |
2213 | 2023-12-01T20:33:37.835Z | a root/opt/ 0K |
2214 | 2023-12-01T20:33:37.835Z | a root/opt/oxide/ 0K |
2215 | 2023-12-01T20:33:37.835Z | a root/opt/oxide/sled-agent/ 0K |
2216 | 2023-12-01T20:33:37.835Z | a root/opt/oxide/sled-agent/zone-bundle 38178K |
2217 | 2023-12-01T20:33:37.835Z | a root/opt/oxide/sled-agent/sled-agent 70281K |
2218 | 2023-12-01T20:33:37.835Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2219 | 2023-12-01T20:33:37.835Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2220 | 2023-12-01T20:33:37.835Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2221 | 2023-12-01T20:33:37.835Z | a root/opt/oxide/sled-agent/VERSION 1K |
2222 | 2023-12-01T20:33:37.835Z | a root/opt/oxide/mg-ddm/ 0K |
2223 | 2023-12-01T20:33:37.835Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2224 | 2023-12-01T20:33:37.835Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2225 | 2023-12-01T20:33:37.835Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2226 | 2023-12-01T20:33:37.837Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2227 | 2023-12-01T20:33:37.837Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2228 | 2023-12-01T20:33:37.837Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2229 | 2023-12-01T20:33:37.837Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2230 | 2023-12-01T20:33:37.837Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2231 | 2023-12-01T20:33:37.837Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2232 | 2023-12-01T20:33:37.837Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2233 | 2023-12-01T20:33:37.837Z | a root/opt/oxide/propolis-server.tar.gz 65001K |
2234 | 2023-12-01T20:33:37.837Z | a root/opt/oxide/overlay.tar.gz 2K |
2235 | 2023-12-01T20:33:37.837Z | a root/lib/ 0K |
2236 | 2023-12-01T20:33:37.837Z | a root/lib/svc/ 0K |
2237 | 2023-12-01T20:33:37.837Z | a root/lib/svc/manifest/ 0K |
2238 | 2023-12-01T20:33:37.837Z | a root/lib/svc/manifest/site/ 0K |
2239 | 2023-12-01T20:33:37.837Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2240 | 2023-12-01T20:33:37.840Z | + cd / |
2241 | 2023-12-01T20:33:37.841Z | + rm -rf /tmp/tmp.t3aWuh |
2242 | 2023-12-01T20:33:37.883Z | |
2243 | 2023-12-01T20:33:37.883Z | real 11.935359989 |
2244 | 2023-12-01T20:33:37.883Z | user 10.963358519 |
2245 | 2023-12-01T20:33:37.883Z | sys 1.032889429 |
2246 | 2023-12-01T20:33:37.883Z | trap 0.003446370 |
2247 | 2023-12-01T20:33:37.883Z | tflt 0.000000000 |
2248 | 2023-12-01T20:33:37.883Z | dflt 0.000000000 |
2249 | 2023-12-01T20:33:37.883Z | kflt 0.000000000 |
2250 | 2023-12-01T20:33:37.883Z | lock 0.000000000 |
2251 | 2023-12-01T20:33:37.887Z | slp 22.952755976 |
2252 | 2023-12-01T20:33:37.887Z | lat 0.450157682 |
2253 | 2023-12-01T20:33:37.887Z | stop 0.000310972 |
2254 | 2023-12-01T20:33:37.887Z | + mkdir -p /work/zones |
2255 | 2023-12-01T20:33:37.890Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.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) |
2256 | 2023-12-01T20:33:37.891Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.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 /work/zones/ |
2257 | 2023-12-01T20:33:41.623Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2258 | 2023-12-01T20:33:42.748Z | Finished release [optimized] target(s) in 1.03s |
2259 | 2023-12-01T20:33:42.776Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2260 | 2023-12-01T20:33:42.823Z | Created new build target 'recovery' and set it as active |
2261 | 2023-12-01T20:33:42.826Z | |
2262 | 2023-12-01T20:33:42.826Z | real 1.192186887 |
2263 | 2023-12-01T20:33:42.826Z | user 0.838111862 |
2264 | 2023-12-01T20:33:42.826Z | sys 0.351901648 |
2265 | 2023-12-01T20:33:42.826Z | trap 0.001066492 |
2266 | 2023-12-01T20:33:42.826Z | tflt 0.000036106 |
2267 | 2023-12-01T20:33:42.826Z | dflt 0.000002231 |
2268 | 2023-12-01T20:33:42.826Z | kflt 0.000000000 |
2269 | 2023-12-01T20:33:42.826Z | lock 0.036813534 |
2270 | 2023-12-01T20:33:42.826Z | slp 0.022792737 |
2271 | 2023-12-01T20:33:42.827Z | lat 0.004414042 |
2272 | 2023-12-01T20:33:42.827Z | stop 0.000222486 |
2273 | 2023-12-01T20:33:42.827Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2274 | 2023-12-01T20:33:43.943Z | Finished release [optimized] target(s) in 1.03s |
2275 | 2023-12-01T20:33:43.971Z | Running `target/release/omicron-package -t recovery package` |
2276 | 2023-12-01T20:33:44.013Z | Dec 01 20:33:44.014 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2277 | 2023-12-01T20:33:44.982Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2278 | 2023-12-01T20:33:48.853Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2279 | 2023-12-01T20:34:19.457Z | Finished release [optimized] target(s) in 35.35s |
2280 | 2023-12-01T20:34:31.184Z | |
2281 | 2023-12-01T20:34:31.184Z | real 48.355366471 |
2282 | 2023-12-01T20:34:31.184Z | user 2:30.791051074 |
2283 | 2023-12-01T20:34:31.184Z | sys 12.718697514 |
2284 | 2023-12-01T20:34:31.185Z | trap 0.074459676 |
2285 | 2023-12-01T20:34:31.185Z | tflt 0.099805424 |
2286 | 2023-12-01T20:34:31.189Z | dflt 0.918769253 |
2287 | 2023-12-01T20:34:31.189Z | kflt 0.000007922 |
2288 | 2023-12-01T20:34:31.189Z | lock 10:48.280276470 |
2289 | 2023-12-01T20:34:31.189Z | slp 2:25.687201573 |
2290 | 2023-12-01T20:34:31.189Z | lat 2.061801265 |
2291 | 2023-12-01T20:34:31.189Z | stop 0.182602978 |
2292 | 2023-12-01T20:34:31.189Z | + stamp_packages installinator mg-ddm-gz |
2293 | 2023-12-01T20:34:31.189Z | + for package in "$@" |
2294 | 2023-12-01T20:34:31.189Z | + [[ installinator == mg-ddm-gz ]] |
2295 | 2023-12-01T20:34:31.189Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.4-0.ci+git9cfdbcb4569 |
2296 | 2023-12-01T20:34:32.240Z | Finished release [optimized] target(s) in 0.97s |
2297 | 2023-12-01T20:34:32.270Z | Running `target/release/omicron-package stamp installinator 1.0.4-0.ci+git9cfdbcb4569` |
2298 | 2023-12-01T20:34:32.316Z | Dec 01 20:34:32.312 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2299 | 2023-12-01T20:34:32.454Z | Created: out/versioned/installinator.tar |
2300 | 2023-12-01T20:34:32.458Z | + for package in "$@" |
2301 | 2023-12-01T20:34:32.458Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2302 | 2023-12-01T20:34:32.458Z | + echo 0.0.0 |
2303 | 2023-12-01T20:34:32.461Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2304 | 2023-12-01T20:34:32.463Z | a VERSION 1K |
2305 | 2023-12-01T20:34:32.463Z | + rm VERSION |
2306 | 2023-12-01T20:34:32.466Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+git9cfdbcb4569 |
2307 | 2023-12-01T20:34:33.493Z | Finished release [optimized] target(s) in 0.94s |
2308 | 2023-12-01T20:34:33.522Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+git9cfdbcb4569` |
2309 | 2023-12-01T20:34:33.563Z | Dec 01 20:34:33.564 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2310 | 2023-12-01T20:34:33.748Z | Created: out/versioned/mg-ddm-gz.tar |
2311 | 2023-12-01T20:34:33.751Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2312 | 2023-12-01T20:34:33.764Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2313 | 2023-12-01T20:34:33.767Z | ++ cd -- ./tools |
2314 | 2023-12-01T20:34:33.767Z | ++ pwd |
2315 | 2023-12-01T20:34:33.767Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2316 | 2023-12-01T20:34:33.770Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2317 | 2023-12-01T20:34:33.772Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2318 | 2023-12-01T20:34:33.772Z | ++ readlink -f /work |
2319 | 2023-12-01T20:34:33.775Z | + out_dir=/work |
2320 | 2023-12-01T20:34:33.775Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2321 | 2023-12-01T20:34:33.775Z | + for dep in "${deps[@]}" |
2322 | 2023-12-01T20:34:33.775Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2323 | 2023-12-01T20:34:33.775Z | + for dep in "${deps[@]}" |
2324 | 2023-12-01T20:34:33.775Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2325 | 2023-12-01T20:34:33.779Z | ++ mktemp -d |
2326 | 2023-12-01T20:34:33.779Z | + tmp_trampoline=/tmp/tmp.YAaizh |
2327 | 2023-12-01T20:34:33.779Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2328 | 2023-12-01T20:34:33.779Z | + echo '{"v":"1","t":"layer"}' |
2329 | 2023-12-01T20:34:33.779Z | + pkg_dir=/tmp/tmp.YAaizh/root/opt/oxide/installinator |
2330 | 2023-12-01T20:34:33.779Z | + mkdir -p /tmp/tmp.YAaizh/root/opt/oxide/installinator |
2331 | 2023-12-01T20:34:33.784Z | + cd /tmp/tmp.YAaizh/root/opt/oxide/installinator |
2332 | 2023-12-01T20:34:33.784Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2333 | 2023-12-01T20:34:33.837Z | x ., 0 bytes, 0 tape blocks |
2334 | 2023-12-01T20:34:33.837Z | x installinator, 52125912 bytes, 101809 tape blocks |
2335 | 2023-12-01T20:34:33.837Z | x pkg, 0 bytes, 0 tape blocks |
2336 | 2023-12-01T20:34:33.837Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2337 | 2023-12-01T20:34:33.837Z | x VERSION, 25 bytes, 1 tape blocks |
2338 | 2023-12-01T20:34:33.840Z | + mkdir -p /tmp/tmp.YAaizh/root/lib/svc/manifest/site/ |
2339 | 2023-12-01T20:34:33.842Z | + mv pkg/manifest.xml /tmp/tmp.YAaizh/root/lib/svc/manifest/site/installinator.xml |
2340 | 2023-12-01T20:34:33.845Z | + cd - |
2341 | 2023-12-01T20:34:33.845Z | /work/oxidecomputer/omicron |
2342 | 2023-12-01T20:34:33.845Z | + pkg_dir=/tmp/tmp.YAaizh/root/opt/oxide/mg-ddm |
2343 | 2023-12-01T20:34:33.845Z | + mkdir -p /tmp/tmp.YAaizh/root/opt/oxide/mg-ddm |
2344 | 2023-12-01T20:34:33.848Z | + cd /tmp/tmp.YAaizh/root/opt/oxide/mg-ddm |
2345 | 2023-12-01T20:34:33.848Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2346 | 2023-12-01T20:34:33.914Z | x ., 0 bytes, 0 tape blocks |
2347 | 2023-12-01T20:34:33.914Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2348 | 2023-12-01T20:34:33.914Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2349 | 2023-12-01T20:34:33.914Z | x pkg, 0 bytes, 0 tape blocks |
2350 | 2023-12-01T20:34:33.914Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2351 | 2023-12-01T20:34:33.915Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2352 | 2023-12-01T20:34:33.915Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2353 | 2023-12-01T20:34:33.915Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2354 | 2023-12-01T20:34:33.915Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2355 | 2023-12-01T20:34:33.915Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2356 | 2023-12-01T20:34:33.915Z | x VERSION, 25 bytes, 1 tape blocks |
2357 | 2023-12-01T20:34:33.918Z | + cd - |
2358 | 2023-12-01T20:34:33.918Z | /work/oxidecomputer/omicron |
2359 | 2023-12-01T20:34:33.918Z | + cd /tmp/tmp.YAaizh |
2360 | 2023-12-01T20:34:33.918Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2361 | 2023-12-01T20:34:39.980Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2362 | 2023-12-01T20:34:39.981Z | a oxide.json 1K |
2363 | 2023-12-01T20:34:39.981Z | a root/ 0K |
2364 | 2023-12-01T20:34:39.981Z | a root/opt/ 0K |
2365 | 2023-12-01T20:34:39.981Z | a root/opt/oxide/ 0K |
2366 | 2023-12-01T20:34:39.981Z | a root/opt/oxide/installinator/ 0K |
2367 | 2023-12-01T20:34:39.981Z | a root/opt/oxide/installinator/installinator 50905K |
2368 | 2023-12-01T20:34:39.981Z | a root/opt/oxide/installinator/pkg/ 0K |
2369 | 2023-12-01T20:34:39.981Z | a root/opt/oxide/installinator/VERSION 1K |
2370 | 2023-12-01T20:34:39.981Z | a root/opt/oxide/mg-ddm/ 0K |
2371 | 2023-12-01T20:34:39.981Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2372 | 2023-12-01T20:34:39.981Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2373 | 2023-12-01T20:34:39.981Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2374 | 2023-12-01T20:34:39.981Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2375 | 2023-12-01T20:34:39.981Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2376 | 2023-12-01T20:34:39.981Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2377 | 2023-12-01T20:34:39.981Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2378 | 2023-12-01T20:34:39.981Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2379 | 2023-12-01T20:34:39.981Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2380 | 2023-12-01T20:34:39.981Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2381 | 2023-12-01T20:34:39.981Z | a root/lib/ 0K |
2382 | 2023-12-01T20:34:39.981Z | a root/lib/svc/ 0K |
2383 | 2023-12-01T20:34:39.981Z | a root/lib/svc/manifest/ 0K |
2384 | 2023-12-01T20:34:39.981Z | a root/lib/svc/manifest/site/ 0K |
2385 | 2023-12-01T20:34:39.981Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2386 | 2023-12-01T20:34:39.985Z | + cd / |
2387 | 2023-12-01T20:34:39.985Z | + rm -rf /tmp/tmp.YAaizh |
2388 | 2023-12-01T20:34:40.008Z | |
2389 | 2023-12-01T20:34:40.008Z | real 6.249733208 |
2390 | 2023-12-01T20:34:40.008Z | user 5.807198061 |
2391 | 2023-12-01T20:34:40.008Z | sys 0.467948145 |
2392 | 2023-12-01T20:34:40.008Z | trap 0.001962361 |
2393 | 2023-12-01T20:34:40.008Z | tflt 0.000000000 |
2394 | 2023-12-01T20:34:40.008Z | dflt 0.000000000 |
2395 | 2023-12-01T20:34:40.008Z | kflt 0.000000000 |
2396 | 2023-12-01T20:34:40.008Z | lock 0.000000000 |
2397 | 2023-12-01T20:34:40.008Z | slp 12.052736939 |
2398 | 2023-12-01T20:34:40.008Z | lat 0.219594516 |
2399 | 2023-12-01T20:34:40.012Z | stop 0.000301986 |
2400 | 2023-12-01T20:34:40.012Z | process exited: duration 2189714 ms, exit code 0 |
|
2401 | 2023-12-01T20:34:40.026Z | found 21 output files |
2402 | 2023-12-01T20:34:40.026Z | uploading: /work/version.txt (26 bytes) |
2403 | 2023-12-01T20:34:41.038Z | uploaded: /work/version.txt |
2404 | 2023-12-01T20:34:41.038Z | uploading: /work/package.tar.gz (79640002 bytes) |
2405 | 2023-12-01T20:35:00.496Z | uploaded: /work/package.tar.gz |
2406 | 2023-12-01T20:35:00.496Z | uploading: /work/global-zone-packages.tar.gz (121125236 bytes) |
2407 | 2023-12-01T20:35:32.783Z | uploaded: /work/global-zone-packages.tar.gz |
2408 | 2023-12-01T20:35:32.783Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36475990 bytes) |
2409 | 2023-12-01T20:35:43.871Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2410 | 2023-12-01T20:35:43.882Z | uploading: /work/zones/clickhouse.tar.gz (181767056 bytes) |
2411 | 2023-12-01T20:36:43.963Z | uploaded: /work/zones/clickhouse.tar.gz |
2412 | 2023-12-01T20:36:43.963Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181764700 bytes) |
2413 | 2023-12-01T20:37:53.088Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2414 | 2023-12-01T20:37:53.089Z | uploading: /work/zones/cockroachdb.tar.gz (118840041 bytes) |
2415 | 2023-12-01T20:38:28.544Z | uploaded: /work/zones/cockroachdb.tar.gz |
2416 | 2023-12-01T20:38:28.544Z | uploading: /work/zones/crucible-pantry.tar.gz (22402804 bytes) |
2417 | 2023-12-01T20:38:34.900Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2418 | 2023-12-01T20:38:34.900Z | uploading: /work/zones/crucible.tar.gz (42284263 bytes) |
2419 | 2023-12-01T20:38:45.414Z | uploaded: /work/zones/crucible.tar.gz |
2420 | 2023-12-01T20:38:45.414Z | uploading: /work/zones/external-dns.tar.gz (24133096 bytes) |
2421 | 2023-12-01T20:38:52.187Z | uploaded: /work/zones/external-dns.tar.gz |
2422 | 2023-12-01T20:38:52.198Z | uploading: /work/zones/internal-dns.tar.gz (24133096 bytes) |
2423 | 2023-12-01T20:39:00.553Z | uploaded: /work/zones/internal-dns.tar.gz |
2424 | 2023-12-01T20:39:00.553Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2425 | 2023-12-01T20:39:02.196Z | uploaded: /work/zones/ntp.tar.gz |
2426 | 2023-12-01T20:39:02.196Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18233982 bytes) |
2427 | 2023-12-01T20:39:07.836Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2428 | 2023-12-01T20:39:07.836Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18234457 bytes) |
2429 | 2023-12-01T20:39:14.097Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2430 | 2023-12-01T20:39:14.097Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (73396871 bytes) |
2431 | 2023-12-01T20:39:37.143Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2432 | 2023-12-01T20:39:37.152Z | uploading: /work/zones/omicron-nexus.tar.gz (73403131 bytes) |
2433 | 2023-12-01T20:39:57.727Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2434 | 2023-12-01T20:39:57.730Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2435 | 2023-12-01T20:39:58.739Z | uploaded: /work/zones/overlay.tar.gz |
2436 | 2023-12-01T20:39:58.750Z | uploading: /work/zones/oximeter-collector.tar.gz (34079856 bytes) |
2437 | 2023-12-01T20:40:08.445Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2438 | 2023-12-01T20:40:08.445Z | uploading: /work/zones/propolis-server.tar.gz (66564478 bytes) |
2439 | 2023-12-01T20:40:26.710Z | uploaded: /work/zones/propolis-server.tar.gz |
2440 | 2023-12-01T20:40:26.721Z | uploading: /work/zones/switch-asic.tar.gz (245389147 bytes) |
2441 | 2023-12-01T20:41:44.013Z | uploaded: /work/zones/switch-asic.tar.gz |
2442 | 2023-12-01T20:41:44.013Z | uploading: /work/zones/switch-softnpu.tar.gz (169365982 bytes) |
2443 | 2023-12-01T20:42:28.493Z | uploaded: /work/zones/switch-softnpu.tar.gz |