|
|
|
1 | 2023-11-02T18:47:35.417Z | job assigned to worker 01HE8NPXKZ7CHXGJG008TNTHWK (queued for 3 m 8 s) |
|
2 | 2023-11-02T18:47:35.995Z | starting task 0: "setup" |
3 | 2023-11-02T18:47:36.060Z | ++ uname -s |
4 | 2023-11-02T18:47:36.063Z | + kern=SunOS |
5 | 2023-11-02T18:47:36.066Z | + case "$kern" in |
6 | 2023-11-02T18:47:36.069Z | + groupadd -g 12345 build |
7 | 2023-11-02T18:47:36.073Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-02T18:47:38.077Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-02T18:47:38.167Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-02T18:47:38.602Z | + home_fs=zfs |
11 | 2023-11-02T18:47:39.017Z | + [[ zfs == autofs ]] |
12 | 2023-11-02T18:47:39.020Z | + mkdir -p /home/build |
13 | 2023-11-02T18:47:39.024Z | + chown build:build /home/build /work |
14 | 2023-11-02T18:47:39.182Z | + chmod 0700 /home/build /work |
15 | 2023-11-02T18:47:39.198Z | process exited: duration 3177 ms, exit code 0 |
|
16 | 2023-11-02T18:47:39.210Z | starting task 1: "rust-toolchain" |
17 | 2023-11-02T18:47:39.225Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-02T18:47:39.229Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-02T18:47:39.446Z | info: downloading installer |
20 | 2023-11-02T18:47:41.406Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-02T18:47:41.415Z | warning: /opt/ooce/bin |
22 | 2023-11-02T18:47:41.433Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-02T18:47:41.436Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-02T18:47:41.439Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-02T18:47:41.444Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-02T18:47:41.451Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-02T18:47:41.454Z | error: cannot install while Rust is installed |
28 | 2023-11-02T18:47:41.457Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-02T18:47:41.523Z | info: profile set to 'default' |
30 | 2023-11-02T18:47:41.526Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-02T18:47:41.529Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-02T18:47:41.691Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-02T18:47:41.694Z | info: downloading component 'cargo' |
34 | 2023-11-02T18:47:42.461Z | info: downloading component 'clippy' |
35 | 2023-11-02T18:47:42.702Z | info: downloading component 'rust-docs' |
36 | 2023-11-02T18:47:43.527Z | info: downloading component 'rust-std' |
37 | 2023-11-02T18:47:45.006Z | info: downloading component 'rustc' |
38 | 2023-11-02T18:47:48.730Z | info: downloading component 'rustfmt' |
39 | 2023-11-02T18:47:48.899Z | info: installing component 'cargo' |
40 | 2023-11-02T18:47:50.725Z | info: installing component 'clippy' |
41 | 2023-11-02T18:47:51.525Z | info: installing component 'rust-docs' |
42 | 2023-11-02T18:47:54.669Z | info: installing component 'rust-std' |
43 | 2023-11-02T18:47:58.039Z | info: installing component 'rustc' |
44 | 2023-11-02T18:48:07.047Z | info: installing component 'rustfmt' |
45 | 2023-11-02T18:48:07.568Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-02T18:48:07.588Z | |
47 | 2023-11-02T18:48:07.668Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-02T18:48:07.676Z | |
49 | 2023-11-02T18:48:08.577Z | |
50 | 2023-11-02T18:48:08.582Z | Rust is installed now. Great! |
51 | 2023-11-02T18:48:08.587Z | |
52 | 2023-11-02T18:48:08.599Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-02T18:48:08.610Z | environment variable. This has not been done automatically. |
54 | 2023-11-02T18:48:08.613Z | |
55 | 2023-11-02T18:48:08.616Z | To configure your current shell, run: |
56 | 2023-11-02T18:48:08.619Z | source "$HOME/.cargo/env" |
57 | 2023-11-02T18:48:08.622Z | + rustc --version |
58 | 2023-11-02T18:48:08.626Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-02T18:48:08.629Z | process exited: duration 28661 ms, exit code 0 |
|
60 | 2023-11-02T18:48:08.635Z | starting task 2: "authentication" |
61 | 2023-11-02T18:48:08.665Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
62 | 2023-11-02T18:48:12.707Z | process exited: duration 4040 ms, exit code 0 |
|
63 | 2023-11-02T18:48:12.712Z | starting task 3: "clone repository" |
64 | 2023-11-02T18:48:12.722Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2023-11-02T18:48:12.727Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2023-11-02T18:48:12.761Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2023-11-02T18:48:24.245Z | + cd /work/oxidecomputer/omicron |
68 | 2023-11-02T18:48:24.258Z | + [[ -n sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state ]] |
69 | 2023-11-02T18:48:24.275Z | + git fetch origin sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state |
70 | 2023-11-02T18:48:24.559Z | From https://github.com/oxidecomputer/omicron |
71 | 2023-11-02T18:48:24.591Z | * branch sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state -> FETCH_HEAD |
72 | 2023-11-02T18:48:25.017Z | + git checkout -B sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state remotes/origin/sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state |
73 | 2023-11-02T18:48:25.036Z | Switched to a new branch 'sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state' |
74 | 2023-11-02T18:48:25.048Z | branch 'sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state' set up to track 'origin/sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state'. |
75 | 2023-11-02T18:48:25.067Z | + git reset --hard f985e59cfb0cd50b25718277d6478f5e74ef1d03 |
76 | 2023-11-02T18:48:25.483Z | HEAD is now at f985e59c Fix docs |
77 | 2023-11-02T18:48:25.492Z | process exited: duration 11947 ms, exit code 0 |
|
78 | 2023-11-02T18:48:25.527Z | starting task 4: "build" |
79 | 2023-11-02T18:48:25.553Z | + cargo --version |
80 | 2023-11-02T18:48:25.640Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
81 | 2023-11-02T18:48:25.654Z | + rustc --version |
82 | 2023-11-02T18:48:25.738Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
83 | 2023-11-02T18:48:25.753Z | ++ git rev-parse HEAD |
84 | 2023-11-02T18:48:26.174Z | + COMMIT=f985e59cfb0cd50b25718277d6478f5e74ef1d03 |
85 | 2023-11-02T18:48:26.182Z | + VERSION=1.0.3-0.ci+gitf985e59cfb0 |
86 | 2023-11-02T18:48:26.192Z | + echo 1.0.3-0.ci+gitf985e59cfb0 |
87 | 2023-11-02T18:48:26.199Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
88 | 2023-11-02T18:48:34.357Z | Startup: Refreshing catalog 'helios-dev' ... Done |
89 | 2023-11-02T18:48:35.325Z | Startup: Caching catalogs ... Done |
90 | 2023-11-02T18:48:40.334Z | Planning: Solver setup ... Done (4.319s) |
91 | 2023-11-02T18:48:40.342Z | Planning: Running solver ... Done (0.112s) |
92 | 2023-11-02T18:48:40.353Z | Planning: Finding local manifests ... Done (0.003s) |
93 | 2023-11-02T18:48:40.366Z | Planning: Fetching manifests: 0/4 0% complete |
94 | 2023-11-02T18:48:40.379Z | Planning: Fetching manifests: 4/4 100% complete |
95 | 2023-11-02T18:48:40.403Z | Planning: Package planning ... Done (0.077s) |
96 | 2023-11-02T18:48:40.490Z | Planning: Merging actions ... Done (0.089s) |
97 | 2023-11-02T18:48:41.125Z | Planning: Checking for conflicting actions ... Done (0.635s) |
98 | 2023-11-02T18:48:41.143Z | Planning: Consolidating action changes ... Done (0.017s) |
99 | 2023-11-02T18:48:45.215Z | Planning: Evaluating mediators ... Done (4.067s) |
100 | 2023-11-02T18:48:45.230Z | Planning: Planning completed in 9.85 seconds |
101 | 2023-11-02T18:48:45.250Z | Packages to install: 4 |
102 | 2023-11-02T18:48:45.255Z | Mediators to change: 2 |
103 | 2023-11-02T18:48:45.262Z | Services to change: 1 |
104 | 2023-11-02T18:48:45.268Z | Estimated space available: 149.39 GB |
105 | 2023-11-02T18:48:45.271Z | Estimated space to be consumed: 1.37 GB |
106 | 2023-11-02T18:48:45.275Z | Create boot environment: No |
107 | 2023-11-02T18:48:45.279Z | Create backup boot environment: No |
108 | 2023-11-02T18:48:45.287Z | Rebuild boot archive: No |
109 | 2023-11-02T18:48:45.290Z | |
110 | 2023-11-02T18:48:45.293Z | Changed mediators: |
111 | 2023-11-02T18:48:45.296Z | mediator clang: |
112 | 2023-11-02T18:48:45.299Z | version: None -> 15 (system default) |
113 | 2023-11-02T18:48:45.302Z | |
114 | 2023-11-02T18:48:45.305Z | mediator llvm: |
115 | 2023-11-02T18:48:45.310Z | version: 14 (system default) -> 15 (system default) |
116 | 2023-11-02T18:48:45.314Z | |
117 | 2023-11-02T18:48:45.317Z | Changed packages: |
118 | 2023-11-02T18:48:45.322Z | helios-dev |
119 | 2023-11-02T18:48:45.325Z | developer/build-essential |
120 | 2023-11-02T18:48:45.329Z | None -> 11-2.0 |
121 | 2023-11-02T18:48:45.332Z | library/libxmlsec1 |
122 | 2023-11-02T18:48:45.335Z | None -> 1.2.35-2.0 |
123 | 2023-11-02T18:48:45.340Z | ooce/developer/clang-15 |
124 | 2023-11-02T18:48:45.343Z | None -> 15.0.7-2.0 |
125 | 2023-11-02T18:48:45.348Z | ooce/developer/llvm-15 |
126 | 2023-11-02T18:48:45.351Z | None -> 15.0.7-2.0 |
127 | 2023-11-02T18:48:45.355Z | |
128 | 2023-11-02T18:48:45.358Z | Services: |
129 | 2023-11-02T18:48:45.361Z | restart_fmri: |
130 | 2023-11-02T18:48:45.364Z | svc:/system/update-man-index:default |
131 | 2023-11-02T18:48:45.505Z | |
132 | 2023-11-02T18:48:45.515Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
133 | 2023-11-02T18:48:50.649Z | Download: 1197/3290 items 52.4/212.6MB 24% complete (12.9M/s) |
134 | 2023-11-02T18:48:55.647Z | Download: 1579/3290 items 117.0/212.6MB 55% complete (11.7M/s) |
135 | 2023-11-02T18:49:01.132Z | Download: 3232/3290 items 162.5/212.6MB 76% complete (10.9M/s) |
136 | 2023-11-02T18:49:05.229Z | Download: Completed 212.60 MB in 19.73 seconds (10.8M/s) |
137 | 2023-11-02T18:49:05.528Z | Actions: 1/3687 actions (Installing new actions) |
138 | 2023-11-02T18:49:10.536Z | Actions: 2367/3687 actions (Installing new actions) |
139 | 2023-11-02T18:49:13.693Z | Actions: Completed 3687 actions in 8.16 seconds. |
140 | 2023-11-02T18:49:13.844Z | Done (0.147s) |
141 | 2023-11-02T18:49:13.849Z | Done (0.000s) |
142 | 2023-11-02T18:49:14.063Z | Done (0.219s) |
143 | 2023-11-02T18:49:21.606Z | Done (7.425s) |
144 | 2023-11-02T18:49:21.852Z | Done (0.143s) |
145 | 2023-11-02T18:49:21.877Z | Done (0.000s) |
146 | 2023-11-02T18:49:22.067Z | Done (0.000s) |
147 | 2023-11-02T18:49:22.735Z | Planning: Evaluating mediator changes ... Done |
148 | 2023-11-02T18:49:23.020Z | Planning: Checking for conflicting actions ... Done |
149 | 2023-11-02T18:49:23.028Z | Planning: Consolidating action changes ... Done |
150 | 2023-11-02T18:49:23.457Z | Planning: Evaluating mediators ... Done |
151 | 2023-11-02T18:49:23.472Z | Planning: Planning completed in 0.72 seconds |
152 | 2023-11-02T18:49:23.513Z | Mediators to change: 2 |
153 | 2023-11-02T18:49:23.524Z | Create boot environment: No |
154 | 2023-11-02T18:49:23.533Z | Create backup boot environment: No |
155 | 2023-11-02T18:49:23.661Z | Done |
156 | 2023-11-02T18:49:24.087Z | Done |
157 | 2023-11-02T18:49:24.097Z | Done |
158 | 2023-11-02T18:49:29.495Z | Done |
159 | 2023-11-02T18:49:29.665Z | Done |
160 | 2023-11-02T18:49:30.093Z | Done |
161 | 2023-11-02T18:49:30.117Z | Done |
162 | 2023-11-02T18:49:30.760Z | Planning: Evaluating mediator changes ... Done |
163 | 2023-11-02T18:49:30.774Z | Planning: Merging actions ... Done |
164 | 2023-11-02T18:49:31.054Z | Planning: Checking for conflicting actions ... Done |
165 | 2023-11-02T18:49:31.474Z | Planning: Consolidating action changes ... Done |
166 | 2023-11-02T18:49:31.495Z | Planning: Evaluating mediators ... Done |
167 | 2023-11-02T18:49:31.571Z | Planning: Planning completed in 1.29 seconds |
168 | 2023-11-02T18:49:31.624Z | Packages to change: 1 |
169 | 2023-11-02T18:49:31.637Z | Mediators to change: 1 |
170 | 2023-11-02T18:49:31.651Z | Services to change: 1 |
171 | 2023-11-02T18:49:31.667Z | Create boot environment: No |
172 | 2023-11-02T18:49:31.680Z | Create backup boot environment: Yes |
173 | 2023-11-02T18:49:33.539Z | Actions: 1/6 actions (Updating modified actions) |
174 | 2023-11-02T18:49:33.544Z | Actions: Completed 6 actions in 0.00 seconds. |
175 | 2023-11-02T18:49:33.549Z | Done |
176 | 2023-11-02T18:49:33.557Z | Done |
177 | 2023-11-02T18:49:33.591Z | Done |
178 | 2023-11-02T18:49:39.267Z | Done |
179 | 2023-11-02T18:49:39.382Z | Done |
180 | 2023-11-02T18:49:39.394Z | Done |
181 | 2023-11-02T18:49:39.874Z | Done |
182 | 2023-11-02T18:49:40.135Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
183 | 2023-11-02T18:49:40.145Z | clang system 15 system |
184 | 2023-11-02T18:49:40.158Z | csh system system illumos |
185 | 2023-11-02T18:49:40.167Z | ctags system system illumos |
186 | 2023-11-02T18:49:40.177Z | gcc vendor 12 vendor |
187 | 2023-11-02T18:49:40.185Z | gcc system 10 system |
188 | 2023-11-02T18:49:40.194Z | gcc system 7 system |
189 | 2023-11-02T18:49:40.197Z | go system 1.20 system |
190 | 2023-11-02T18:49:40.200Z | go system 1.19 system |
191 | 2023-11-02T18:49:40.203Z | llvm system 15 system |
192 | 2023-11-02T18:49:40.207Z | llvm system 14 system |
193 | 2023-11-02T18:49:40.212Z | mariadb system 10.6 system |
194 | 2023-11-02T18:49:40.261Z | mta vendor vendor dma |
195 | 2023-11-02T18:49:40.265Z | openjdk system 17 system |
196 | 2023-11-02T18:49:40.268Z | openjdk system 11 system |
197 | 2023-11-02T18:49:40.276Z | openjdk system 1.8 system |
198 | 2023-11-02T18:49:40.281Z | openssl vendor 3 vendor |
199 | 2023-11-02T18:49:40.287Z | perl system 5.36 system |
200 | 2023-11-02T18:49:40.290Z | postgresql system 15 system |
201 | 2023-11-02T18:49:40.294Z | postgresql system 13 system |
202 | 2023-11-02T18:49:40.297Z | python vendor 3 vendor |
203 | 2023-11-02T18:49:40.301Z | python system 2 system |
204 | 2023-11-02T18:49:40.312Z | python3 system 3.11 system |
205 | 2023-11-02T18:49:40.317Z | ruby system 3.0 system |
206 | 2023-11-02T18:49:40.322Z | words vendor vendor american-english |
207 | 2023-11-02T18:49:40.326Z | words system system australian-english |
208 | 2023-11-02T18:49:40.330Z | words system system british-english |
209 | 2023-11-02T18:49:40.335Z | words system system canadian-english |
210 | 2023-11-02T18:49:40.344Z | words system system french |
211 | 2023-11-02T18:49:40.348Z | words system system italian |
212 | 2023-11-02T18:49:40.352Z | words system system ngerman |
213 | 2023-11-02T18:49:40.355Z | words system system ogerman |
214 | 2023-11-02T18:49:40.358Z | words system system spanish |
215 | 2023-11-02T18:49:40.651Z | FMRI IFO |
216 | 2023-11-02T18:49:40.659Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
217 | 2023-11-02T18:49:40.669Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
218 | 2023-11-02T18:49:40.677Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
219 | 2023-11-02T18:49:40.686Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
220 | 2023-11-02T18:49:40.694Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
221 | 2023-11-02T18:49:40.705Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
222 | 2023-11-02T18:49:40.722Z | + set -o errexit |
223 | 2023-11-02T18:49:40.730Z | +++ dirname ./tools/ci_download_cockroachdb |
224 | 2023-11-02T18:49:40.739Z | ++ cd ./tools |
225 | 2023-11-02T18:49:40.747Z | ++ pwd |
226 | 2023-11-02T18:49:40.762Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
227 | 2023-11-02T18:49:40.769Z | ++ basename ./tools/ci_download_cockroachdb |
228 | 2023-11-02T18:49:40.777Z | + ARG0=ci_download_cockroachdb |
229 | 2023-11-02T18:49:40.787Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
230 | 2023-11-02T18:49:40.795Z | + CIDL_VERSION=v22.1.9 |
231 | 2023-11-02T18:49:40.803Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
232 | 2023-11-02T18:49:40.808Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
233 | 2023-11-02T18:49:40.812Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
234 | 2023-11-02T18:49:40.815Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
235 | 2023-11-02T18:49:40.819Z | + TARGET_DIR=out |
236 | 2023-11-02T18:49:40.823Z | + DOWNLOAD_DIR=out/downloads |
237 | 2023-11-02T18:49:40.828Z | + DEST_DIR=./out/cockroachdb |
238 | 2023-11-02T18:49:40.831Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
239 | 2023-11-02T18:49:40.835Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
240 | 2023-11-02T18:49:40.839Z | + main |
241 | 2023-11-02T18:49:40.843Z | + [[ 0 != 0 ]] |
242 | 2023-11-02T18:49:40.846Z | + CIDL_OS=solaris2.11 |
243 | 2023-11-02T18:49:40.850Z | + [[ 0 != 0 ]] |
244 | 2023-11-02T18:49:40.855Z | + configure_os solaris2.11 |
245 | 2023-11-02T18:49:40.859Z | + echo 'current directory: /work/oxidecomputer/omicron' |
246 | 2023-11-02T18:49:40.863Z | current directory: /work/oxidecomputer/omicron |
247 | 2023-11-02T18:49:40.869Z | + echo 'configuring based on OS: "solaris2.11"' |
248 | 2023-11-02T18:49:40.872Z | + case "$1" in |
249 | 2023-11-02T18:49:40.877Z | configuring based on OS: "solaris2.11" |
250 | 2023-11-02T18:49:40.890Z | + CIDL_BUILD=illumos |
251 | 2023-11-02T18:49:40.906Z | + CIDL_SUFFIX=tar.gz |
252 | 2023-11-02T18:49:40.918Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
253 | 2023-11-02T18:49:40.931Z | + CIDL_MD5FUNC=do_md5sum |
254 | 2023-11-02T18:49:40.951Z | + CIDL_URL_BASE=https://illumos.org/downloads |
255 | 2023-11-02T18:49:40.966Z | + CIDL_ASSEMBLE=do_assemble_illumos |
256 | 2023-11-02T18:49:40.978Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
257 | 2023-11-02T18:49:40.985Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
258 | 2023-11-02T18:49:40.993Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
259 | 2023-11-02T18:49:41.000Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
260 | 2023-11-02T18:49:41.006Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
261 | 2023-11-02T18:49:41.012Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
262 | 2023-11-02T18:49:41.024Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
263 | 2023-11-02T18:49:41.031Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
264 | 2023-11-02T18:49:41.036Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
265 | 2023-11-02T18:49:41.057Z | + mkdir -p out/downloads |
266 | 2023-11-02T18:49:41.062Z | + mkdir -p ./out/cockroachdb |
267 | 2023-11-02T18:49:41.069Z | + local DO_DOWNLOAD=true |
268 | 2023-11-02T18:49:41.074Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
269 | 2023-11-02T18:49:41.081Z | + '[' true == true ']' |
270 | 2023-11-02T18:49:41.086Z | + echo Downloading... |
271 | 2023-11-02T18:49:41.091Z | Downloading... |
272 | 2023-11-02T18:49:41.104Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-11-02T18:49:41.109Z | + 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 |
274 | 2023-11-02T18:49:43.854Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-11-02T18:49:43.865Z | ++ md5sum |
276 | 2023-11-02T18:49:43.874Z | ++ awk '{print $1}' |
277 | 2023-11-02T18:49:44.036Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
278 | 2023-11-02T18:49:44.046Z | + [[ 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 ]] |
279 | 2023-11-02T18:49:44.081Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-11-02T18:49:44.097Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
281 | 2023-11-02T18:49:47.386Z | + do_assemble_illumos |
282 | 2023-11-02T18:49:47.391Z | + rm -r ./out/cockroachdb |
283 | 2023-11-02T18:49:47.395Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
284 | 2023-11-02T18:49:48.016Z | + ./out/cockroachdb/bin/cockroach version |
285 | 2023-11-02T18:49:48.366Z | Build Tag: v22.1.9-dirty |
286 | 2023-11-02T18:49:48.382Z | Build Time: 2022/10/26 21:17:46 |
287 | 2023-11-02T18:49:48.399Z | Distribution: OSS |
288 | 2023-11-02T18:49:48.420Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
289 | 2023-11-02T18:49:48.435Z | Go Version: go1.17.13 |
290 | 2023-11-02T18:49:48.446Z | C Compiler: gcc 10.3.0 |
291 | 2023-11-02T18:49:48.449Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
292 | 2023-11-02T18:49:48.453Z | Build Type: release |
293 | 2023-11-02T18:49:48.457Z | + set -o errexit |
294 | 2023-11-02T18:49:48.461Z | +++ dirname ./tools/ci_download_clickhouse |
295 | 2023-11-02T18:49:48.466Z | ++ cd ./tools |
296 | 2023-11-02T18:49:48.471Z | ++ pwd |
297 | 2023-11-02T18:49:48.476Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
298 | 2023-11-02T18:49:48.482Z | ++ basename ./tools/ci_download_clickhouse |
299 | 2023-11-02T18:49:48.486Z | + ARG0=ci_download_clickhouse |
300 | 2023-11-02T18:49:48.493Z | + TARGET_DIR=out |
301 | 2023-11-02T18:49:48.904Z | + DOWNLOAD_DIR=out/downloads |
302 | 2023-11-02T18:49:48.908Z | + DEST_DIR=./out/clickhouse |
303 | 2023-11-02T18:49:48.912Z | + CIDL_VERSION=v22.8.9.24 |
304 | 2023-11-02T18:49:48.916Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
305 | 2023-11-02T18:49:48.920Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
306 | 2023-11-02T18:49:48.927Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
307 | 2023-11-02T18:49:48.938Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
308 | 2023-11-02T18:49:48.953Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
309 | 2023-11-02T18:49:48.964Z | + main |
310 | 2023-11-02T18:49:48.970Z | + [[ 0 != 0 ]] |
311 | 2023-11-02T18:49:48.983Z | + CIDL_OS=solaris2.11 |
312 | 2023-11-02T18:49:48.989Z | + [[ 0 != 0 ]] |
313 | 2023-11-02T18:49:48.992Z | + configure_os solaris2.11 |
314 | 2023-11-02T18:49:48.995Z | + echo 'current directory: /work/oxidecomputer/omicron' |
315 | 2023-11-02T18:49:48.998Z | current directory: /work/oxidecomputer/omicron |
316 | 2023-11-02T18:49:49.001Z | + echo 'configuring based on OS: "solaris2.11"' |
317 | 2023-11-02T18:49:49.005Z | configuring based on OS: "solaris2.11" |
318 | 2023-11-02T18:49:49.010Z | + CIDL_DASHREV= |
319 | 2023-11-02T18:49:49.012Z | + case "$1" in |
320 | 2023-11-02T18:49:49.015Z | + CIDL_PLATFORM=illumos |
321 | 2023-11-02T18:49:49.018Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
322 | 2023-11-02T18:49:49.020Z | + CIDL_MD5FUNC=do_md5sum |
323 | 2023-11-02T18:49:49.025Z | + CIDL_DASHREV=-1 |
324 | 2023-11-02T18:49:49.030Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
325 | 2023-11-02T18:49:49.042Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
326 | 2023-11-02T18:49:49.046Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
327 | 2023-11-02T18:49:49.049Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
328 | 2023-11-02T18:49:49.052Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
329 | 2023-11-02T18:49:49.056Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
330 | 2023-11-02T18:49:49.059Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
331 | 2023-11-02T18:49:49.062Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
332 | 2023-11-02T18:49:49.065Z | + mkdir -p out/downloads |
333 | 2023-11-02T18:49:49.068Z | + mkdir -p ./out/clickhouse |
334 | 2023-11-02T18:49:49.072Z | + local DO_DOWNLOAD=true |
335 | 2023-11-02T18:49:49.074Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
336 | 2023-11-02T18:49:49.079Z | + '[' true == true ']' |
337 | 2023-11-02T18:49:49.082Z | + echo Downloading... |
338 | 2023-11-02T18:49:49.085Z | Downloading... |
339 | 2023-11-02T18:49:49.088Z | + 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 |
340 | 2023-11-02T18:49:49.092Z | + 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 |
341 | 2023-11-02T18:49:49.780Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-11-02T18:49:49.783Z | ++ md5sum |
343 | 2023-11-02T18:49:49.786Z | ++ awk '{print $1}' |
344 | 2023-11-02T18:49:50.043Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
345 | 2023-11-02T18:49:50.047Z | + [[ 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 ]] |
346 | 2023-11-02T18:49:50.052Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
347 | 2023-11-02T18:49:50.058Z | + mkdir -p ./out/clickhouse |
348 | 2023-11-02T18:49:50.063Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
349 | 2023-11-02T18:49:54.851Z | + ./out/clickhouse/clickhouse server --version |
350 | 2023-11-02T18:49:54.902Z | ClickHouse server version 22.8.9.1. |
351 | 2023-11-02T18:49:54.924Z | + set -o errexit |
352 | 2023-11-02T18:49:54.930Z | +++ dirname ./tools/ci_download_console |
353 | 2023-11-02T18:49:54.937Z | ++ cd ./tools |
354 | 2023-11-02T18:49:54.942Z | ++ pwd |
355 | 2023-11-02T18:49:54.948Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
356 | 2023-11-02T18:49:54.954Z | ++ basename ./tools/ci_download_console |
357 | 2023-11-02T18:49:54.961Z | + ARG0=ci_download_console |
358 | 2023-11-02T18:49:54.969Z | + TARGET_DIR=out |
359 | 2023-11-02T18:49:54.978Z | + DOWNLOAD_DIR=out/downloads |
360 | 2023-11-02T18:49:55.795Z | + DEST_DIR=./out/console-assets |
361 | 2023-11-02T18:49:55.819Z | + source /work/oxidecomputer/omicron/tools/console_version |
362 | 2023-11-02T18:49:55.830Z | ++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128 |
363 | 2023-11-02T18:49:55.842Z | ++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
364 | 2023-11-02T18:49:55.851Z | + URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
365 | 2023-11-02T18:49:55.861Z | + TARBALL_FILE=out/downloads/console.tar.gz |
366 | 2023-11-02T18:49:55.867Z | + main |
367 | 2023-11-02T18:49:55.877Z | + [[ 0 != 0 ]] |
368 | 2023-11-02T18:49:55.890Z | + echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz' |
369 | 2023-11-02T18:49:55.905Z | URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
370 | 2023-11-02T18:49:55.911Z | + echo 'Local file: out/downloads/console.tar.gz' |
371 | 2023-11-02T18:49:55.919Z | Local file: out/downloads/console.tar.gz |
372 | 2023-11-02T18:49:55.932Z | + local DO_DOWNLOAD=true |
373 | 2023-11-02T18:49:55.940Z | + [[ -f out/downloads/console.tar.gz ]] |
374 | 2023-11-02T18:49:55.945Z | + mkdir -p out/downloads |
375 | 2023-11-02T18:49:55.948Z | + '[' true == true ']' |
376 | 2023-11-02T18:49:55.952Z | + echo Downloading... |
377 | 2023-11-02T18:49:55.970Z | Downloading... |
378 | 2023-11-02T18:49:55.975Z | + do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz |
379 | 2023-11-02T18:49:55.984Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
380 | 2023-11-02T18:49:55.988Z | ++ do_sha256sum out/downloads/console.tar.gz |
381 | 2023-11-02T18:49:55.991Z | ++ case "$OSTYPE" in |
382 | 2023-11-02T18:49:56.003Z | ++ SHA=sha256sum |
383 | 2023-11-02T18:49:56.006Z | ++ sha256sum |
384 | 2023-11-02T18:49:56.010Z | ++ awk '{print $1}' |
385 | 2023-11-02T18:49:56.013Z | + calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
386 | 2023-11-02T18:49:56.017Z | + [[ e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 != \e\4\d\4\f\3\3\9\9\6\a\6\e\8\9\b\9\7\2\f\a\c\6\1\7\3\7\a\c\b\7\f\1\d\b\d\2\1\9\4\3\d\1\f\6\b\e\f\7\7\6\d\4\e\e\9\b\c\c\c\d\2\b\0 ]] |
387 | 2023-11-02T18:49:56.020Z | + rm -rf ./out/console-assets |
388 | 2023-11-02T18:49:56.024Z | + mkdir -p ./out/console-assets |
389 | 2023-11-02T18:49:56.029Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
390 | 2023-11-02T18:49:56.032Z | + mkdir -p ./out/console-assets |
391 | 2023-11-02T18:49:56.036Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
392 | 2023-11-02T18:49:56.126Z | + set -o errexit |
393 | 2023-11-02T18:49:56.131Z | +++ dirname ./tools/ci_download_maghemite_openapi |
394 | 2023-11-02T18:49:56.136Z | ++ cd ./tools |
395 | 2023-11-02T18:49:56.139Z | ++ pwd |
396 | 2023-11-02T18:49:56.159Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
397 | 2023-11-02T18:49:56.162Z | ++ basename ./tools/ci_download_maghemite_openapi |
398 | 2023-11-02T18:49:56.166Z | + ARG0=ci_download_maghemite_openapi |
399 | 2023-11-02T18:49:56.169Z | + TARGET_DIR=out |
400 | 2023-11-02T18:49:56.173Z | + DOWNLOAD_DIR=out/downloads |
401 | 2023-11-02T18:49:56.176Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
402 | 2023-11-02T18:49:56.182Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
403 | 2023-11-02T18:49:56.185Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
404 | 2023-11-02T18:49:56.190Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
405 | 2023-11-02T18:49:56.198Z | + LOCAL_FILE=out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
406 | 2023-11-02T18:49:56.213Z | + main |
407 | 2023-11-02T18:49:56.629Z | + [[ 0 != 0 ]] |
408 | 2023-11-02T18:49:56.632Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json' |
409 | 2023-11-02T18:49:56.639Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
410 | 2023-11-02T18:49:56.643Z | + echo 'Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
411 | 2023-11-02T18:49:56.651Z | Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
412 | 2023-11-02T18:49:56.664Z | + local DO_DOWNLOAD=true |
413 | 2023-11-02T18:49:57.082Z | + [[ -f out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
414 | 2023-11-02T18:49:57.087Z | + mkdir -p out/downloads |
415 | 2023-11-02T18:49:57.090Z | + '[' true == true ']' |
416 | 2023-11-02T18:49:57.095Z | + echo Downloading... |
417 | 2023-11-02T18:49:57.103Z | Downloading... |
418 | 2023-11-02T18:49:57.114Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
419 | 2023-11-02T18:49:57.180Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
420 | 2023-11-02T18:49:57.188Z | ++ do_sha256sum out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
421 | 2023-11-02T18:49:57.199Z | ++ case "$OSTYPE" in |
422 | 2023-11-02T18:49:57.211Z | ++ SHA=sha256sum |
423 | 2023-11-02T18:49:57.222Z | ++ sha256sum |
424 | 2023-11-02T18:49:57.236Z | ++ awk '{print $1}' |
425 | 2023-11-02T18:49:57.247Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
426 | 2023-11-02T18:49:57.254Z | + [[ 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 ]] |
427 | 2023-11-02T18:49:57.258Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
428 | 2023-11-02T18:49:57.261Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
429 | 2023-11-02T18:49:57.265Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
430 | 2023-11-02T18:49:57.269Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
431 | 2023-11-02T18:49:57.272Z | + LOCAL_FILE=out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
432 | 2023-11-02T18:49:57.276Z | + main |
433 | 2023-11-02T18:49:57.280Z | + [[ 0 != 0 ]] |
434 | 2023-11-02T18:49:57.283Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json' |
435 | 2023-11-02T18:49:57.288Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
436 | 2023-11-02T18:49:57.292Z | + echo 'Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
437 | 2023-11-02T18:49:57.295Z | Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
438 | 2023-11-02T18:49:57.301Z | + local DO_DOWNLOAD=true |
439 | 2023-11-02T18:49:57.312Z | + [[ -f out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
440 | 2023-11-02T18:49:57.325Z | + mkdir -p out/downloads |
441 | 2023-11-02T18:49:57.332Z | + '[' true == true ']' |
442 | 2023-11-02T18:49:57.335Z | + echo Downloading... |
443 | 2023-11-02T18:49:57.338Z | Downloading... |
444 | 2023-11-02T18:49:57.341Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
445 | 2023-11-02T18:49:57.345Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
446 | 2023-11-02T18:49:57.348Z | ++ do_sha256sum out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
447 | 2023-11-02T18:49:57.353Z | ++ case "$OSTYPE" in |
448 | 2023-11-02T18:49:57.356Z | ++ SHA=sha256sum |
449 | 2023-11-02T18:49:57.360Z | ++ sha256sum |
450 | 2023-11-02T18:49:57.370Z | ++ awk '{print $1}' |
451 | 2023-11-02T18:49:57.379Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
452 | 2023-11-02T18:49:57.383Z | + [[ d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e != \d\0\f\7\6\1\1\e\5\e\c\d\0\4\9\b\0\f\8\3\b\c\f\a\8\4\3\9\4\2\4\0\1\f\1\5\5\a\0\b\e\3\6\d\9\a\2\d\f\d\7\3\b\8\3\4\1\d\5\f\8\1\6\e ]] |
453 | 2023-11-02T18:49:57.387Z | + set -o errexit |
454 | 2023-11-02T18:49:57.390Z | +++ dirname ./tools/ci_download_dendrite_openapi |
455 | 2023-11-02T18:49:57.393Z | ++ cd ./tools |
456 | 2023-11-02T18:49:57.399Z | ++ pwd |
457 | 2023-11-02T18:49:57.408Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
458 | 2023-11-02T18:49:57.420Z | ++ basename ./tools/ci_download_dendrite_openapi |
459 | 2023-11-02T18:49:57.431Z | + ARG0=ci_download_dendrite_openapi |
460 | 2023-11-02T18:49:57.442Z | + TARGET_DIR=out |
461 | 2023-11-02T18:49:57.453Z | + DOWNLOAD_DIR=out/downloads |
462 | 2023-11-02T18:49:57.459Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
463 | 2023-11-02T18:49:57.470Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
464 | 2023-11-02T18:49:57.476Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
465 | 2023-11-02T18:49:57.486Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
466 | 2023-11-02T18:49:57.491Z | + LOCAL_FILE=out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
467 | 2023-11-02T18:49:57.496Z | + main |
468 | 2023-11-02T18:49:57.499Z | + [[ 0 != 0 ]] |
469 | 2023-11-02T18:49:57.502Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json' |
470 | 2023-11-02T18:49:57.508Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
471 | 2023-11-02T18:49:57.513Z | + echo 'Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json' |
472 | 2023-11-02T18:49:57.518Z | Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
473 | 2023-11-02T18:49:57.523Z | + local DO_DOWNLOAD=true |
474 | 2023-11-02T18:49:57.527Z | Downloading... |
475 | 2023-11-02T18:49:57.531Z | + [[ -f out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json ]] |
476 | 2023-11-02T18:49:57.537Z | + mkdir -p out/downloads |
477 | 2023-11-02T18:49:57.543Z | + '[' true == true ']' |
478 | 2023-11-02T18:49:57.548Z | + echo Downloading... |
479 | 2023-11-02T18:49:57.553Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
480 | 2023-11-02T18:49:57.559Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
481 | 2023-11-02T18:49:57.564Z | ++ do_sha256sum out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
482 | 2023-11-02T18:49:57.570Z | ++ case "$OSTYPE" in |
483 | 2023-11-02T18:49:57.576Z | ++ SHA=sha256sum |
484 | 2023-11-02T18:49:57.588Z | ++ sha256sum |
485 | 2023-11-02T18:49:57.607Z | ++ awk '{print $1}' |
486 | 2023-11-02T18:49:57.615Z | + calculated_sha2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
487 | 2023-11-02T18:49:57.618Z | + [[ 544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 != \5\4\4\a\b\4\2\c\c\c\7\9\4\2\d\8\e\c\e\9\c\d\c\8\0\c\d\8\5\d\0\0\2\b\c\f\9\d\5\6\4\6\a\2\9\1\3\2\2\b\f\2\f\7\9\0\8\7\a\b\6\d\f\0 ]] |
488 | 2023-11-02T18:49:57.630Z | + set -o errexit |
489 | 2023-11-02T18:49:57.648Z | current directory: /work/oxidecomputer/omicron |
490 | 2023-11-02T18:49:57.660Z | +++ dirname ./tools/ci_download_dendrite_stub |
491 | 2023-11-02T18:49:57.675Z | configuring based on OS: "solaris2.11" |
492 | 2023-11-02T18:49:57.683Z | ++ cd ./tools |
493 | 2023-11-02T18:49:57.699Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
494 | 2023-11-02T18:49:57.711Z | ++ pwd |
495 | 2023-11-02T18:49:57.718Z | Local file: out/downloads/dendrite-stub.tar.gz |
496 | 2023-11-02T18:49:57.729Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
497 | 2023-11-02T18:49:57.738Z | Downloading... |
498 | 2023-11-02T18:49:57.747Z | ++ basename ./tools/ci_download_dendrite_stub |
499 | 2023-11-02T18:49:57.759Z | + ARG0=ci_download_dendrite_stub |
500 | 2023-11-02T18:49:58.169Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
501 | 2023-11-02T18:49:58.173Z | ++ CIDL_SHA256_ILLUMOS=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
502 | 2023-11-02T18:49:58.189Z | ++ CIDL_SHA256_LINUX_DPD=3e276dd553dd7cdb75c8ad023c2cd29b91485fafb94f27097a745b2b7ef5ecea |
503 | 2023-11-02T18:49:58.262Z | ++ CIDL_SHA256_LINUX_SWADM=645faf8a93bcae9814b2f116bccd66a54763332b56220e93b66316c853ce13d2 |
504 | 2023-11-02T18:49:58.273Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
505 | 2023-11-02T18:49:58.283Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
506 | 2023-11-02T18:49:58.292Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
507 | 2023-11-02T18:49:58.301Z | + TARGET_DIR=out |
508 | 2023-11-02T18:49:58.719Z | + DOWNLOAD_DIR=out/downloads |
509 | 2023-11-02T18:49:58.734Z | + DEST_DIR=./out/dendrite-stub |
510 | 2023-11-02T18:49:58.758Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
511 | 2023-11-02T18:49:58.772Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
512 | 2023-11-02T18:49:58.782Z | + REPO=oxidecomputer/dendrite |
513 | 2023-11-02T18:49:58.794Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966 |
514 | 2023-11-02T18:49:58.804Z | + main |
515 | 2023-11-02T18:49:58.812Z | + [[ 0 != 0 ]] |
516 | 2023-11-02T18:49:58.821Z | + CIDL_OS=solaris2.11 |
517 | 2023-11-02T18:49:58.830Z | + [[ 0 != 0 ]] |
518 | 2023-11-02T18:49:58.839Z | + configure_os solaris2.11 |
519 | 2023-11-02T18:49:58.848Z | + echo 'current directory: /work/oxidecomputer/omicron' |
520 | 2023-11-02T18:49:58.857Z | + echo 'configuring based on OS: "solaris2.11"' |
521 | 2023-11-02T18:49:58.866Z | + case "$1" in |
522 | 2023-11-02T18:49:58.875Z | + SET_BINARIES= |
523 | 2023-11-02T18:49:58.886Z | + CIDL_SHA256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
524 | 2023-11-02T18:49:58.893Z | + CIDL_SHA256FUNC=do_sha256sum |
525 | 2023-11-02T18:49:58.902Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
526 | 2023-11-02T18:49:58.917Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
527 | 2023-11-02T18:49:58.928Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
528 | 2023-11-02T18:49:58.936Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz' |
529 | 2023-11-02T18:49:58.952Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
530 | 2023-11-02T18:49:58.956Z | + mkdir -p out/downloads |
531 | 2023-11-02T18:49:58.958Z | + mkdir -p ./out/dendrite-stub |
532 | 2023-11-02T18:49:58.961Z | + fetch_and_verify |
533 | 2023-11-02T18:49:58.965Z | + local DO_DOWNLOAD=true |
534 | 2023-11-02T18:49:58.967Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
535 | 2023-11-02T18:49:58.970Z | + '[' true == true ']' |
536 | 2023-11-02T18:49:58.973Z | + echo Downloading... |
537 | 2023-11-02T18:49:58.976Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
538 | 2023-11-02T18:49:58.979Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
539 | 2023-11-02T18:50:06.458Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
540 | 2023-11-02T18:50:06.662Z | ++ sha256sum |
541 | 2023-11-02T18:50:06.765Z | ++ awk '{print $1}' |
542 | 2023-11-02T18:50:06.875Z | + calculated_sha256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
543 | 2023-11-02T18:50:06.966Z | + [[ 0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 != \0\8\0\8\f\3\3\1\7\4\1\e\0\2\d\5\5\e\1\9\9\8\4\7\5\7\9\d\f\d\0\1\f\3\6\5\8\b\2\1\c\7\1\2\2\c\e\f\8\c\3\f\9\2\7\9\f\4\3\d\b\a\b\0 ]] |
544 | 2023-11-02T18:50:06.999Z | + do_untar out/downloads/dendrite-stub.tar.gz |
545 | 2023-11-02T18:50:07.215Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
546 | 2023-11-02T18:50:07.256Z | + do_assemble |
547 | 2023-11-02T18:50:07.397Z | + rm -r ./out/dendrite-stub |
548 | 2023-11-02T18:50:07.543Z | + mkdir ./out/dendrite-stub |
549 | 2023-11-02T18:50:07.781Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
550 | 2023-11-02T18:50:07.936Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
551 | 2023-11-02T18:50:07.965Z | + set -o errexit |
552 | 2023-11-02T18:50:08.041Z | +++ dirname ./tools/ci_download_maghemite_mgd |
553 | 2023-11-02T18:50:08.061Z | ++ cd ./tools |
554 | 2023-11-02T18:50:08.109Z | ++ pwd |
555 | 2023-11-02T18:50:08.144Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
556 | 2023-11-02T18:50:08.217Z | ++ basename ./tools/ci_download_maghemite_mgd |
557 | 2023-11-02T18:50:08.264Z | + ARG0=ci_download_maghemite_mgd |
558 | 2023-11-02T18:50:08.366Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
559 | 2023-11-02T18:50:08.372Z | ++ CIDL_SHA256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
560 | 2023-11-02T18:50:08.386Z | ++ MGD_LINUX_SHA256=d4c48eb6374c0cc7812b7af2c0ac92acdcbc91b7718a9ce64d069da00ae5ae73 |
561 | 2023-11-02T18:50:08.420Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
562 | 2023-11-02T18:50:08.487Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
563 | 2023-11-02T18:50:08.520Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
564 | 2023-11-02T18:50:08.541Z | + TARGET_DIR=out |
565 | 2023-11-02T18:50:08.562Z | + DOWNLOAD_DIR=out/downloads |
566 | 2023-11-02T18:50:08.581Z | + DEST_DIR=./out/mgd |
567 | 2023-11-02T18:50:08.637Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
568 | 2023-11-02T18:50:08.673Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
569 | 2023-11-02T18:50:08.689Z | + REPO=oxidecomputer/maghemite |
570 | 2023-11-02T18:50:08.702Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
571 | 2023-11-02T18:50:08.724Z | + main |
572 | 2023-11-02T18:50:08.744Z | + [[ 0 != 0 ]] |
573 | 2023-11-02T18:50:08.767Z | + CIDL_OS=solaris2.11 |
574 | 2023-11-02T18:50:08.789Z | + [[ 0 != 0 ]] |
575 | 2023-11-02T18:50:08.799Z | + configure_os solaris2.11 |
576 | 2023-11-02T18:50:08.803Z | + echo 'current directory: /work/oxidecomputer/omicron' |
577 | 2023-11-02T18:50:08.820Z | current directory: /work/oxidecomputer/omicron |
578 | 2023-11-02T18:50:08.838Z | configuring based on OS: "solaris2.11" |
579 | 2023-11-02T18:50:08.851Z | + echo 'configuring based on OS: "solaris2.11"' |
580 | 2023-11-02T18:50:08.869Z | + case "$1" in |
581 | 2023-11-02T18:50:08.894Z | + SET_BINARIES= |
582 | 2023-11-02T18:50:08.914Z | + CIDL_SHA256FUNC=do_sha256sum |
583 | 2023-11-02T18:50:08.936Z | + TARBALL_FILENAME=mgd.tar.gz |
584 | 2023-11-02T18:50:08.956Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
585 | 2023-11-02T18:50:08.976Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
586 | 2023-11-02T18:50:09.419Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz' |
587 | 2023-11-02T18:50:09.435Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
588 | 2023-11-02T18:50:09.449Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
589 | 2023-11-02T18:50:09.467Z | Local file: out/downloads/mgd.tar.gz |
590 | 2023-11-02T18:50:09.486Z | + mkdir -p out/downloads |
591 | 2023-11-02T18:50:09.490Z | + mkdir -p ./out/mgd |
592 | 2023-11-02T18:50:09.499Z | + fetch_and_verify |
593 | 2023-11-02T18:50:09.504Z | + local DO_DOWNLOAD=true |
594 | 2023-11-02T18:50:09.508Z | + [[ -f out/downloads/mgd.tar.gz ]] |
595 | 2023-11-02T18:50:09.513Z | + '[' true == true ']' |
596 | 2023-11-02T18:50:09.518Z | + echo Downloading... |
597 | 2023-11-02T18:50:09.521Z | Downloading... |
598 | 2023-11-02T18:50:09.525Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz out/downloads/mgd.tar.gz |
599 | 2023-11-02T18:50:09.528Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
600 | 2023-11-02T18:50:16.307Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
601 | 2023-11-02T18:50:16.720Z | ++ sha256sum |
602 | 2023-11-02T18:50:16.725Z | ++ awk '{print $1}' |
603 | 2023-11-02T18:50:16.738Z | + calculated_sha256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
604 | 2023-11-02T18:50:16.743Z | + [[ 452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a != \4\5\2\d\f\b\3\4\9\1\e\1\b\6\d\4\d\f\6\b\e\1\c\b\6\8\9\9\2\1\f\5\9\6\2\3\a\e\d\0\8\2\e\4\7\6\0\6\a\7\8\c\0\f\4\4\d\9\1\8\f\6\6\a ]] |
605 | 2023-11-02T18:50:16.749Z | + do_untar out/downloads/mgd.tar.gz |
606 | 2023-11-02T18:50:16.803Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
607 | 2023-11-02T18:50:17.046Z | + do_assemble |
608 | 2023-11-02T18:50:17.061Z | + rm -r ./out/mgd |
609 | 2023-11-02T18:50:17.083Z | + mkdir ./out/mgd |
610 | 2023-11-02T18:50:17.112Z | + cp -r out/downloads/root ./out/mgd/root |
611 | 2023-11-02T18:50:17.673Z | + set -o errexit |
612 | 2023-11-02T18:50:17.691Z | +++ dirname ./tools/ci_download_transceiver_control |
613 | 2023-11-02T18:50:17.720Z | ++ cd ./tools |
614 | 2023-11-02T18:50:17.912Z | ++ pwd |
615 | 2023-11-02T18:50:18.012Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
616 | 2023-11-02T18:50:18.170Z | ++ basename ./tools/ci_download_transceiver_control |
617 | 2023-11-02T18:50:18.285Z | + ARG0=ci_download_transceiver_control |
618 | 2023-11-02T18:50:18.300Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
619 | 2023-11-02T18:50:18.396Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
620 | 2023-11-02T18:50:18.451Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
621 | 2023-11-02T18:50:18.500Z | + TARGET_DIR=out |
622 | 2023-11-02T18:50:18.589Z | + DOWNLOAD_DIR=out/downloads |
623 | 2023-11-02T18:50:18.710Z | + DEST_DIR=./out/transceiver-control |
624 | 2023-11-02T18:50:18.823Z | + BIN_DIR=/opt/oxide/bin |
625 | 2023-11-02T18:50:18.936Z | + BINARY=xcvradm |
626 | 2023-11-02T18:50:19.038Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
627 | 2023-11-02T18:50:19.137Z | + REPO=oxidecomputer/transceiver-control |
628 | 2023-11-02T18:50:19.267Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
629 | 2023-11-02T18:50:19.429Z | + main |
630 | 2023-11-02T18:50:34.246Z | + [[ 0 != 0 ]] |
631 | 2023-11-02T18:50:34.462Z | + CIDL_OS=solaris2.11 |
632 | 2023-11-02T18:50:34.729Z | + [[ 0 != 0 ]] |
633 | 2023-11-02T18:50:34.784Z | + configure_os solaris2.11 |
634 | 2023-11-02T18:50:34.832Z | + echo 'current directory: /work/oxidecomputer/omicron' |
635 | 2023-11-02T18:50:34.896Z | current directory: /work/oxidecomputer/omicron |
636 | 2023-11-02T18:50:34.978Z | configuring based on OS: "solaris2.11" |
637 | 2023-11-02T18:50:35.222Z | + echo 'configuring based on OS: "solaris2.11"' |
638 | 2023-11-02T18:50:35.751Z | + case "$1" in |
639 | 2023-11-02T18:50:35.913Z | + SET_BINARIES= |
640 | 2023-11-02T18:50:35.935Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
641 | 2023-11-02T18:50:36.036Z | + CIDL_SHA256FUNC=do_sha256sum |
642 | 2023-11-02T18:50:36.252Z | + ARCHIVE_FILENAME=xcvradm.gz |
643 | 2023-11-02T18:50:36.659Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
644 | 2023-11-02T18:50:36.764Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
645 | 2023-11-02T18:50:37.018Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
646 | 2023-11-02T18:50:37.331Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
647 | 2023-11-02T18:50:37.438Z | + echo 'Local file: out/downloads/xcvradm.gz' |
648 | 2023-11-02T18:50:37.620Z | Local file: out/downloads/xcvradm.gz |
649 | 2023-11-02T18:50:38.220Z | + mkdir -p out/downloads |
650 | 2023-11-02T18:50:38.363Z | + mkdir -p ./out/transceiver-control |
651 | 2023-11-02T18:50:38.443Z | + fetch_and_verify |
652 | 2023-11-02T18:50:38.489Z | + local DO_DOWNLOAD=true |
653 | 2023-11-02T18:50:38.601Z | + [[ -f out/downloads/xcvradm.gz ]] |
654 | 2023-11-02T18:50:38.691Z | + '[' true == true ']' |
655 | 2023-11-02T18:50:38.850Z | + echo Downloading... |
656 | 2023-11-02T18:50:38.891Z | Downloading... |
657 | 2023-11-02T18:50:38.897Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
658 | 2023-11-02T18:50:38.921Z | + 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 |
659 | 2023-11-02T18:50:39.006Z | ++ do_sha256sum out/downloads/xcvradm.gz |
660 | 2023-11-02T18:50:39.045Z | ++ sha256sum |
661 | 2023-11-02T18:50:39.077Z | ++ awk '{print $1}' |
662 | 2023-11-02T18:50:39.100Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
663 | 2023-11-02T18:50:39.139Z | + [[ 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 ]] |
664 | 2023-11-02T18:50:39.163Z | + do_unpack out/downloads/xcvradm.gz |
665 | 2023-11-02T18:50:39.196Z | + mkdir -p out/downloads/root//opt/oxide/bin |
666 | 2023-11-02T18:50:39.235Z | + gzip -dc out/downloads/xcvradm.gz |
667 | 2023-11-02T18:50:39.275Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
668 | 2023-11-02T18:50:39.306Z | + do_assemble |
669 | 2023-11-02T18:50:39.395Z | + rm -r ./out/transceiver-control |
670 | 2023-11-02T18:50:39.424Z | + mkdir ./out/transceiver-control |
671 | 2023-11-02T18:50:39.455Z | + cp -r out/downloads/root ./out/transceiver-control/root |
672 | 2023-11-02T18:50:39.472Z | All prerequisites installed successfully |
673 | 2023-11-02T18:50:39.490Z | |
674 | 2023-11-02T18:50:39.511Z | real 1:54.824401670 |
675 | 2023-11-02T18:50:39.932Z | user 51.226806157 |
676 | 2023-11-02T18:50:39.944Z | sys 9.525977175 |
677 | 2023-11-02T18:50:40.377Z | trap 0.023874848 |
678 | 2023-11-02T18:50:40.395Z | tflt 0.120376253 |
679 | 2023-11-02T18:50:40.507Z | dflt 0.567988709 |
680 | 2023-11-02T18:50:40.537Z | kflt 0.118304373 |
681 | 2023-11-02T18:50:40.549Z | lock 2.107162174 |
682 | 2023-11-02T18:50:40.579Z | slp 3:36.856352736 |
683 | 2023-11-02T18:50:40.600Z | lat 3.336269236 |
684 | 2023-11-02T18:50:40.608Z | stop 0.074359193 |
685 | 2023-11-02T18:50:40.632Z | + ptime -m ./tools/ci_download_softnpu_machinery |
686 | 2023-11-02T18:50:40.652Z | fetching npuzone |
687 | 2023-11-02T18:50:40.676Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
688 | 2023-11-02T18:50:40.697Z | (commit: c1c42398c82b0220c8b5fa3bfba9c7a3bcaa0943) |
689 | 2023-11-02T18:50:40.747Z | Getting hash for npuzone |
690 | 2023-11-02T18:50:40.767Z | (hash: 4e3cd20ca95b90f85396e965a68dac08e26c0454be09c388b91cf679eea6d90e) |
691 | 2023-11-02T18:50:48.212Z | npuzone downloaded successfully |
692 | 2023-11-02T18:50:48.217Z | |
693 | 2023-11-02T18:50:48.220Z | real 27.641522790 |
694 | 2023-11-02T18:50:48.223Z | user 0.559316950 |
695 | 2023-11-02T18:50:48.226Z | sys 0.148042416 |
696 | 2023-11-02T18:50:48.229Z | trap 0.000095321 |
697 | 2023-11-02T18:50:48.232Z | tflt 0.000000000 |
698 | 2023-11-02T18:50:48.235Z | dflt 0.000000000 |
699 | 2023-11-02T18:50:48.239Z | kflt 0.000000000 |
700 | 2023-11-02T18:50:48.244Z | lock 0.000000000 |
701 | 2023-11-02T18:50:48.247Z | slp 1:22.044815292 |
702 | 2023-11-02T18:50:48.251Z | lat 0.135277609 |
703 | 2023-11-02T18:50:48.255Z | stop 0.000270189 |
704 | 2023-11-02T18:50:48.258Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
705 | 2023-11-02T18:50:48.611Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
706 | 2023-11-02T18:50:48.931Z | Updating crates.io index |
707 | 2023-11-02T18:50:48.989Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
708 | 2023-11-02T18:50:49.702Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
709 | 2023-11-02T18:50:51.678Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
710 | 2023-11-02T18:50:53.694Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
711 | 2023-11-02T18:50:54.041Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
712 | 2023-11-02T18:50:54.294Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
713 | 2023-11-02T18:50:54.572Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
714 | 2023-11-02T18:50:55.492Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
715 | 2023-11-02T18:50:57.331Z | Updating git repository `https://github.com/oxidecomputer/opte` |
716 | 2023-11-02T18:50:58.322Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
717 | 2023-11-02T18:50:58.712Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
718 | 2023-11-02T18:50:59.034Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
719 | 2023-11-02T18:51:00.036Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
720 | 2023-11-02T18:51:00.045Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
721 | 2023-11-02T18:51:00.379Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
722 | 2023-11-02T18:51:01.646Z | Updating git repository `https://github.com/njaremko/samael` |
723 | 2023-11-02T18:51:01.824Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
724 | 2023-11-02T18:51:02.414Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
725 | 2023-11-02T18:51:02.818Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
726 | 2023-11-02T18:51:03.315Z | Updating git repository `https://github.com/jgallagher/nix` |
727 | 2023-11-02T18:51:04.662Z | Updating git repository `https://github.com/cbiffle/hubpack` |
728 | 2023-11-02T18:51:04.980Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
729 | 2023-11-02T18:51:14.385Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
730 | 2023-11-02T18:51:14.913Z | Updating git repository `https://github.com/oxidecomputer/typify` |
731 | 2023-11-02T18:51:16.043Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
732 | 2023-11-02T18:51:16.479Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
733 | 2023-11-02T18:51:16.825Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
734 | 2023-11-02T18:51:18.409Z | Downloading crates ... |
735 | 2023-11-02T18:51:18.635Z | Downloaded bitflags v2.4.0 |
736 | 2023-11-02T18:51:18.659Z | Downloaded bit-vec v0.6.3 |
737 | 2023-11-02T18:51:18.673Z | Downloaded atomic-waker v1.1.1 |
738 | 2023-11-02T18:51:18.693Z | Downloaded ciborium-io v0.2.1 |
739 | 2023-11-02T18:51:18.707Z | Downloaded ciborium v0.2.1 |
740 | 2023-11-02T18:51:18.725Z | Downloaded cexpr v0.6.0 |
741 | 2023-11-02T18:51:18.734Z | Downloaded num v0.4.1 |
742 | 2023-11-02T18:51:18.746Z | Downloaded bitfield v0.14.0 |
743 | 2023-11-02T18:51:18.769Z | Downloaded newtype_derive v0.1.6 |
744 | 2023-11-02T18:51:19.189Z | Downloaded bytecount v0.6.3 |
745 | 2023-11-02T18:51:19.193Z | Downloaded camino v1.1.6 |
746 | 2023-11-02T18:51:19.197Z | Downloaded num-iter v0.1.43 |
747 | 2023-11-02T18:51:19.202Z | Downloaded cargo_metadata v0.18.0 |
748 | 2023-11-02T18:51:19.206Z | Downloaded autocfg v1.1.0 |
749 | 2023-11-02T18:51:19.210Z | Downloaded backoff v0.4.0 |
750 | 2023-11-02T18:51:19.213Z | Downloaded multer v2.1.0 |
751 | 2023-11-02T18:51:19.218Z | Downloaded nu-ansi-term v0.49.0 |
752 | 2023-11-02T18:51:19.222Z | Downloaded http-body v0.4.5 |
753 | 2023-11-02T18:51:19.226Z | Downloaded hubpack_derive v0.1.1 |
754 | 2023-11-02T18:51:19.229Z | Downloaded bitstruct_derive v0.1.0 |
755 | 2023-11-02T18:51:19.233Z | Downloaded array-init v0.0.4 |
756 | 2023-11-02T18:51:19.238Z | Downloaded lazy_static v1.4.0 |
757 | 2023-11-02T18:51:19.241Z | Downloaded ident_case v1.0.1 |
758 | 2023-11-02T18:51:19.244Z | Downloaded rustc_version v0.4.0 |
759 | 2023-11-02T18:51:19.249Z | Downloaded cc v1.0.83 |
760 | 2023-11-02T18:51:19.254Z | Downloaded lru-cache v0.1.2 |
761 | 2023-11-02T18:51:19.261Z | Downloaded indoc v1.0.9 |
762 | 2023-11-02T18:51:19.676Z | Downloaded hex v0.4.3 |
763 | 2023-11-02T18:51:19.684Z | Downloaded anstyle-query v1.0.0 |
764 | 2023-11-02T18:51:20.103Z | Downloaded md-5 v0.10.5 |
765 | 2023-11-02T18:51:20.108Z | Downloaded managed v0.8.0 |
766 | 2023-11-02T18:51:20.112Z | Downloaded atomicwrites v0.4.2 |
767 | 2023-11-02T18:51:20.119Z | Downloaded try-lock v0.2.4 |
768 | 2023-11-02T18:51:20.135Z | Downloaded memoffset v0.7.1 |
769 | 2023-11-02T18:51:20.139Z | Downloaded foreign-types-shared v0.3.1 |
770 | 2023-11-02T18:51:20.147Z | Downloaded bb8 v0.8.1 |
771 | 2023-11-02T18:51:20.156Z | Downloaded humantime v2.1.0 |
772 | 2023-11-02T18:51:20.164Z | Downloaded bit-set v0.5.3 |
773 | 2023-11-02T18:51:20.177Z | Downloaded crossbeam-deque v0.8.3 |
774 | 2023-11-02T18:51:20.195Z | Downloaded ciborium-ll v0.2.1 |
775 | 2023-11-02T18:51:20.207Z | Downloaded convert_case v0.4.0 |
776 | 2023-11-02T18:51:20.636Z | Downloaded crc-catalog v2.2.0 |
777 | 2023-11-02T18:51:20.646Z | Downloaded openssl-macros v0.1.1 |
778 | 2023-11-02T18:51:20.661Z | Downloaded base64 v0.13.1 |
779 | 2023-11-02T18:51:20.686Z | Downloaded openssl-probe v0.1.5 |
780 | 2023-11-02T18:51:20.707Z | Downloaded bytesize v1.3.0 |
781 | 2023-11-02T18:51:20.732Z | Downloaded itoa v1.0.9 |
782 | 2023-11-02T18:51:20.760Z | Downloaded anstyle v1.0.2 |
783 | 2023-11-02T18:51:20.777Z | Downloaded minimal-lexical v0.2.1 |
784 | 2023-11-02T18:51:20.799Z | Downloaded macaddr v1.0.1 |
785 | 2023-11-02T18:51:20.810Z | Downloaded futures-io v0.3.29 |
786 | 2023-11-02T18:51:20.833Z | Downloaded semver v1.0.20 |
787 | 2023-11-02T18:51:20.847Z | Downloaded rusty-fork v0.3.0 |
788 | 2023-11-02T18:51:20.860Z | Downloaded spin v0.5.2 |
789 | 2023-11-02T18:51:20.941Z | Downloaded libloading v0.7.4 |
790 | 2023-11-02T18:51:20.989Z | Downloaded log v0.4.20 |
791 | 2023-11-02T18:51:20.998Z | Downloaded cipher v0.4.4 |
792 | 2023-11-02T18:51:21.003Z | Downloaded cookie v0.16.2 |
793 | 2023-11-02T18:51:21.012Z | Downloaded base64 v0.21.5 |
794 | 2023-11-02T18:51:21.017Z | Downloaded fragile v2.0.0 |
795 | 2023-11-02T18:51:21.033Z | Downloaded thread-id v4.2.0 |
796 | 2023-11-02T18:51:21.041Z | Downloaded opaque-debug v0.3.0 |
797 | 2023-11-02T18:51:21.045Z | Downloaded ringbuffer v0.15.0 |
798 | 2023-11-02T18:51:21.050Z | Downloaded ahash v0.8.3 |
799 | 2023-11-02T18:51:21.054Z | Downloaded funty v2.0.0 |
800 | 2023-11-02T18:51:21.059Z | Downloaded jobserver v0.1.26 |
801 | 2023-11-02T18:51:21.065Z | Downloaded anstyle-parse v0.2.1 |
802 | 2023-11-02T18:51:21.068Z | Downloaded strsim v0.10.0 |
803 | 2023-11-02T18:51:21.072Z | Downloaded curve25519-dalek-derive v0.1.0 |
804 | 2023-11-02T18:51:21.076Z | Downloaded serde-big-array v0.5.1 |
805 | 2023-11-02T18:51:21.080Z | Downloaded pretty-hex v0.3.0 |
806 | 2023-11-02T18:51:21.084Z | Downloaded miniz_oxide v0.7.1 |
807 | 2023-11-02T18:51:21.088Z | Downloaded predicates-tree v1.0.9 |
808 | 2023-11-02T18:51:21.091Z | Downloaded pkg-config v0.3.27 |
809 | 2023-11-02T18:51:21.095Z | Downloaded clap v4.4.3 |
810 | 2023-11-02T18:51:21.099Z | Downloaded synstructure v0.12.6 |
811 | 2023-11-02T18:51:21.104Z | Downloaded signature v1.6.4 |
812 | 2023-11-02T18:51:21.107Z | Downloaded vte_generate_state_changes v0.1.1 |
813 | 2023-11-02T18:51:21.111Z | Downloaded semver v0.11.0 |
814 | 2023-11-02T18:51:21.115Z | Downloaded headers-core v0.2.0 |
815 | 2023-11-02T18:51:21.118Z | Downloaded doc-comment v0.3.3 |
816 | 2023-11-02T18:51:21.122Z | Downloaded slog-json v2.6.1 |
817 | 2023-11-02T18:51:21.125Z | Downloaded take_mut v0.2.2 |
818 | 2023-11-02T18:51:21.129Z | Downloaded structmeta v0.1.6 |
819 | 2023-11-02T18:51:21.134Z | Downloaded display-error-chain v0.2.0 |
820 | 2023-11-02T18:51:21.138Z | Downloaded rand_xorshift v0.3.0 |
821 | 2023-11-02T18:51:21.141Z | Downloaded radium v0.7.0 |
822 | 2023-11-02T18:51:21.145Z | Downloaded ryu v1.0.15 |
823 | 2023-11-02T18:51:21.149Z | Downloaded futures-channel v0.3.29 |
824 | 2023-11-02T18:51:21.153Z | Downloaded serde_arrays v0.1.0 |
825 | 2023-11-02T18:51:21.573Z | Downloaded fallible-iterator v0.2.0 |
826 | 2023-11-02T18:51:21.583Z | Downloaded usdt-macro v0.3.5 |
827 | 2023-11-02T18:51:21.594Z | Downloaded phf_shared v0.11.2 |
828 | 2023-11-02T18:51:21.604Z | Downloaded number_prefix v0.4.0 |
829 | 2023-11-02T18:51:21.609Z | Downloaded snafu-derive v0.7.5 |
830 | 2023-11-02T18:51:21.612Z | Downloaded smawk v0.3.1 |
831 | 2023-11-02T18:51:21.620Z | Downloaded indicatif v0.17.7 |
832 | 2023-11-02T18:51:21.624Z | Downloaded test-strategy v0.3.1 |
833 | 2023-11-02T18:51:21.628Z | Downloaded walkdir v2.4.0 |
834 | 2023-11-02T18:51:21.632Z | Downloaded endian-type v0.1.2 |
835 | 2023-11-02T18:51:21.635Z | Downloaded static_assertions v1.1.0 |
836 | 2023-11-02T18:51:21.639Z | Downloaded utf8parse v0.2.1 |
837 | 2023-11-02T18:51:21.646Z | Downloaded dirs-sys-next v0.1.2 |
838 | 2023-11-02T18:51:21.649Z | Downloaded toolchain_find v0.2.0 |
839 | 2023-11-02T18:51:21.653Z | Downloaded tower-service v0.3.2 |
840 | 2023-11-02T18:51:21.657Z | Downloaded peeking_take_while v0.1.2 |
841 | 2023-11-02T18:51:21.661Z | Downloaded path-slash v0.1.5 |
842 | 2023-11-02T18:51:21.664Z | Downloaded derive_builder_macro v0.12.0 |
843 | 2023-11-02T18:51:21.668Z | Downloaded pest_generator v2.7.2 |
844 | 2023-11-02T18:51:21.671Z | Downloaded proc-macro-error v1.0.4 |
845 | 2023-11-02T18:51:21.675Z | Downloaded serde-big-array v0.4.1 |
846 | 2023-11-02T18:51:21.678Z | Downloaded shlex v1.1.0 |
847 | 2023-11-02T18:51:21.681Z | Downloaded backtrace v0.3.69 |
848 | 2023-11-02T18:51:21.685Z | Downloaded strsim v0.8.0 |
849 | 2023-11-02T18:51:21.689Z | Downloaded stable_deref_trait v1.2.0 |
850 | 2023-11-02T18:51:21.692Z | Downloaded usdt v0.3.5 |
851 | 2023-11-02T18:51:21.696Z | Downloaded darling v0.14.4 |
852 | 2023-11-02T18:51:21.699Z | Downloaded zeroize_derive v1.4.2 |
853 | 2023-11-02T18:51:21.704Z | Downloaded tracing v0.1.37 |
854 | 2023-11-02T18:51:21.711Z | Downloaded rand_chacha v0.3.1 |
855 | 2023-11-02T18:51:21.716Z | Downloaded fxhash v0.2.1 |
856 | 2023-11-02T18:51:21.719Z | Downloaded rand_core v0.6.4 |
857 | 2023-11-02T18:51:21.728Z | Downloaded toml_datetime v0.6.3 |
858 | 2023-11-02T18:51:21.732Z | Downloaded scheduled-thread-pool v0.2.7 |
859 | 2023-11-02T18:51:21.739Z | Downloaded fatfs v0.3.6 |
860 | 2023-11-02T18:51:21.746Z | Downloaded strip-ansi-escapes v0.2.0 |
861 | 2023-11-02T18:51:21.752Z | Downloaded crossbeam-queue v0.3.8 |
862 | 2023-11-02T18:51:21.758Z | Downloaded num_enum_derive v0.7.0 |
863 | 2023-11-02T18:51:21.764Z | Downloaded crunchy v0.2.2 |
864 | 2023-11-02T18:51:21.771Z | Downloaded shell-words v1.1.0 |
865 | 2023-11-02T18:51:21.776Z | Downloaded derive_builder v0.12.0 |
866 | 2023-11-02T18:51:21.781Z | Downloaded diesel_table_macro_syntax v0.1.0 |
867 | 2023-11-02T18:51:21.785Z | Downloaded secrecy v0.8.0 |
868 | 2023-11-02T18:51:21.790Z | Downloaded derive_builder_core v0.12.0 |
869 | 2023-11-02T18:51:22.203Z | Downloaded darling_macro v0.20.3 |
870 | 2023-11-02T18:51:22.211Z | Downloaded zerocopy v0.3.0 |
871 | 2023-11-02T18:51:22.223Z | Downloaded env_logger v0.9.3 |
872 | 2023-11-02T18:51:22.228Z | Downloaded fixedbitset v0.4.2 |
873 | 2023-11-02T18:51:22.235Z | Downloaded downcast v0.11.0 |
874 | 2023-11-02T18:51:22.240Z | Downloaded ron v0.7.1 |
875 | 2023-11-02T18:51:22.243Z | Downloaded rustc_version v0.1.7 |
876 | 2023-11-02T18:51:22.246Z | Downloaded termios v0.3.3 |
877 | 2023-11-02T18:51:22.250Z | Downloaded foreign-types-shared v0.1.1 |
878 | 2023-11-02T18:51:22.254Z | Downloaded rustc-hash v1.1.0 |
879 | 2023-11-02T18:51:22.258Z | Downloaded phf_shared v0.10.0 |
880 | 2023-11-02T18:51:22.266Z | Downloaded subtle v2.5.0 |
881 | 2023-11-02T18:51:22.281Z | Downloaded structmeta-derive v0.2.0 |
882 | 2023-11-02T18:51:22.696Z | Downloaded semver v0.1.20 |
883 | 2023-11-02T18:51:22.700Z | Downloaded termtree v0.4.1 |
884 | 2023-11-02T18:51:22.706Z | Downloaded polyval v0.6.1 |
885 | 2023-11-02T18:51:22.710Z | Downloaded toml v0.5.11 |
886 | 2023-11-02T18:51:22.713Z | Downloaded globset v0.4.13 |
887 | 2023-11-02T18:51:22.717Z | Downloaded structopt v0.3.26 |
888 | 2023-11-02T18:51:22.721Z | Downloaded equivalent v1.0.1 |
889 | 2023-11-02T18:51:22.724Z | Downloaded diff v0.1.13 |
890 | 2023-11-02T18:51:22.729Z | Downloaded pest_derive v2.7.2 |
891 | 2023-11-02T18:51:22.732Z | Downloaded precomputed-hash v0.1.1 |
892 | 2023-11-02T18:51:22.736Z | Downloaded tar v0.4.40 |
893 | 2023-11-02T18:51:22.740Z | Downloaded pin-project-lite v0.2.13 |
894 | 2023-11-02T18:51:22.744Z | Downloaded semver-parser v0.10.2 |
895 | 2023-11-02T18:51:22.748Z | Downloaded serde_derive v1.0.188 |
896 | 2023-11-02T18:51:22.754Z | Downloaded cstr-argument v0.1.2 |
897 | 2023-11-02T18:51:22.760Z | Downloaded parse-display v0.7.0 |
898 | 2023-11-02T18:51:22.767Z | Downloaded futures-task v0.3.29 |
899 | 2023-11-02T18:51:22.776Z | Downloaded futures-sink v0.3.29 |
900 | 2023-11-02T18:51:23.185Z | Downloaded unicode-width v0.1.11 |
901 | 2023-11-02T18:51:23.197Z | Downloaded unicode-xid v0.2.4 |
902 | 2023-11-02T18:51:23.206Z | Downloaded postcard v0.7.3 |
903 | 2023-11-02T18:51:23.219Z | Downloaded foreign-types v0.3.2 |
904 | 2023-11-02T18:51:23.232Z | Downloaded pkcs8 v0.10.2 |
905 | 2023-11-02T18:51:23.245Z | Downloaded crucible-workspace-hack v0.1.0 |
906 | 2023-11-02T18:51:23.258Z | Downloaded waitgroup v0.1.2 |
907 | 2023-11-02T18:51:23.269Z | Downloaded sha1 v0.10.5 |
908 | 2023-11-02T18:51:23.281Z | Downloaded erased-serde v0.3.30 |
909 | 2023-11-02T18:51:23.292Z | Downloaded fs-err v2.9.0 |
910 | 2023-11-02T18:51:23.318Z | Downloaded darling_macro v0.14.4 |
911 | 2023-11-02T18:51:23.323Z | Downloaded oso v0.27.0 |
912 | 2023-11-02T18:51:23.326Z | Downloaded tokio-native-tls v0.3.1 |
913 | 2023-11-02T18:51:23.330Z | Downloaded serde_yaml v0.9.25 |
914 | 2023-11-02T18:51:23.334Z | Downloaded untrusted v0.7.1 |
915 | 2023-11-02T18:51:23.337Z | Downloaded num_threads v0.1.6 |
916 | 2023-11-02T18:51:23.347Z | Downloaded dtrace-parser v0.1.14 |
917 | 2023-11-02T18:51:23.360Z | Downloaded platforms v3.0.2 |
918 | 2023-11-02T18:51:23.368Z | Downloaded salty v0.2.0 |
919 | 2023-11-02T18:51:23.387Z | Downloaded olpc-cjson v0.1.3 |
920 | 2023-11-02T18:51:23.400Z | Downloaded hashbrown v0.13.2 |
921 | 2023-11-02T18:51:23.409Z | Downloaded foreign-types v0.5.0 |
922 | 2023-11-02T18:51:23.433Z | Downloaded want v0.3.1 |
923 | 2023-11-02T18:51:23.447Z | Downloaded group v0.13.0 |
924 | 2023-11-02T18:51:23.455Z | Downloaded predicates-core v1.0.6 |
925 | 2023-11-02T18:51:23.462Z | Downloaded foreign-types-macros v0.2.3 |
926 | 2023-11-02T18:51:23.469Z | Downloaded rtoolbox v0.0.1 |
927 | 2023-11-02T18:51:23.475Z | Downloaded usdt-attr-macro v0.3.5 |
928 | 2023-11-02T18:51:23.483Z | Downloaded thiserror-impl v1.0.49 |
929 | 2023-11-02T18:51:23.492Z | Downloaded xattr v1.0.1 |
930 | 2023-11-02T18:51:23.501Z | Downloaded signature v2.1.0 |
931 | 2023-11-02T18:51:23.548Z | Downloaded signal-hook-tokio v0.3.1 |
932 | 2023-11-02T18:51:23.606Z | Downloaded unicode-linebreak v0.1.5 |
933 | 2023-11-02T18:51:23.672Z | Downloaded vec_map v0.8.2 |
934 | 2023-11-02T18:51:23.695Z | Downloaded universal-hash v0.5.1 |
935 | 2023-11-02T18:51:23.711Z | Downloaded tinyvec_macros v0.1.1 |
936 | 2023-11-02T18:51:23.717Z | Downloaded spki v0.7.2 |
937 | 2023-11-02T18:51:23.722Z | Downloaded typenum v1.16.0 |
938 | 2023-11-02T18:51:23.732Z | Downloaded utf-8 v0.7.6 |
939 | 2023-11-02T18:51:23.736Z | Downloaded usdt-impl v0.3.5 |
940 | 2023-11-02T18:51:23.741Z | Downloaded zerocopy v0.6.4 |
941 | 2023-11-02T18:51:23.744Z | Downloaded pin-utils v0.1.0 |
942 | 2023-11-02T18:51:23.747Z | Downloaded rustversion v1.0.14 |
943 | 2023-11-02T18:51:23.750Z | Downloaded proc-macro-error-attr v1.0.4 |
944 | 2023-11-02T18:51:23.754Z | Downloaded hashbrown v0.14.0 |
945 | 2023-11-02T18:51:23.757Z | Downloaded futures-core v0.3.29 |
946 | 2023-11-02T18:51:23.761Z | Downloaded rustc-demangle v0.1.23 |
947 | 2023-11-02T18:51:23.764Z | Downloaded postcard-cobs v0.1.5-pre |
948 | 2023-11-02T18:51:23.767Z | Downloaded ppv-lite86 v0.2.17 |
949 | 2023-11-02T18:51:23.787Z | Downloaded strum_macros v0.24.3 |
950 | 2023-11-02T18:51:23.798Z | Downloaded structmeta-derive v0.1.6 |
951 | 2023-11-02T18:51:23.807Z | Downloaded resolv-conf v0.7.0 |
952 | 2023-11-02T18:51:23.817Z | Downloaded once_cell v1.18.0 |
953 | 2023-11-02T18:51:23.822Z | Downloaded omicron-zone-package v0.8.3 |
954 | 2023-11-02T18:51:23.829Z | Downloaded thiserror-impl-no-std v2.0.2 |
955 | 2023-11-02T18:51:23.833Z | Downloaded flagset v0.4.3 |
956 | 2023-11-02T18:51:23.838Z | Downloaded rustls-pemfile v1.0.3 |
957 | 2023-11-02T18:51:23.842Z | Downloaded form_urlencoded v1.2.0 |
958 | 2023-11-02T18:51:23.847Z | Downloaded getopts v0.2.21 |
959 | 2023-11-02T18:51:23.852Z | Downloaded sct v0.7.0 |
960 | 2023-11-02T18:51:23.856Z | Downloaded whoami v1.4.1 |
961 | 2023-11-02T18:51:23.859Z | Downloaded derive_more v0.99.17 |
962 | 2023-11-02T18:51:23.862Z | Downloaded oso-derive v0.27.0 |
963 | 2023-11-02T18:51:23.866Z | Downloaded pem-rfc7468 v0.7.0 |
964 | 2023-11-02T18:51:23.870Z | Downloaded either v1.9.0 |
965 | 2023-11-02T18:51:23.875Z | Downloaded thiserror v1.0.49 |
966 | 2023-11-02T18:51:23.878Z | Downloaded parking_lot v0.11.2 |
967 | 2023-11-02T18:51:23.882Z | Downloaded textwrap v0.11.0 |
968 | 2023-11-02T18:51:23.885Z | Downloaded postgres-protocol v0.6.6 |
969 | 2023-11-02T18:51:23.889Z | Downloaded tracing-attributes v0.1.26 |
970 | 2023-11-02T18:51:23.891Z | Downloaded rayon-core v1.12.0 |
971 | 2023-11-02T18:51:23.895Z | Downloaded vte v0.11.1 |
972 | 2023-11-02T18:51:23.898Z | Downloaded snafu v0.7.5 |
973 | 2023-11-02T18:51:23.901Z | Downloaded hashbrown v0.12.3 |
974 | 2023-11-02T18:51:23.906Z | Downloaded papergrid v0.10.0 |
975 | 2023-11-02T18:51:23.909Z | Downloaded parking_lot v0.12.1 |
976 | 2023-11-02T18:51:23.919Z | Downloaded aho-corasick v1.0.4 |
977 | 2023-11-02T18:51:23.922Z | Downloaded parse-display-derive v0.7.0 |
978 | 2023-11-02T18:51:23.925Z | Downloaded similar v2.2.1 |
979 | 2023-11-02T18:51:23.929Z | Downloaded lalrpop v0.19.12 |
980 | 2023-11-02T18:51:23.932Z | Downloaded subprocess v0.2.9 |
981 | 2023-11-02T18:51:23.935Z | Downloaded crypto-bigint v0.5.2 |
982 | 2023-11-02T18:51:23.939Z | Downloaded reedline v0.23.0 |
983 | 2023-11-02T18:51:23.943Z | Downloaded steno v0.4.0 |
984 | 2023-11-02T18:51:23.946Z | Downloaded quick-xml v0.23.1 |
985 | 2023-11-02T18:51:23.949Z | Downloaded crossterm v0.27.0 |
986 | 2023-11-02T18:51:23.952Z | Downloaded darling_core v0.20.3 |
987 | 2023-11-02T18:51:23.956Z | Downloaded tokio-util v0.7.10 |
988 | 2023-11-02T18:51:23.959Z | Downloaded toml_edit v0.20.0 |
989 | 2023-11-02T18:51:23.962Z | Downloaded x509-cert v0.2.4 |
990 | 2023-11-02T18:51:23.965Z | Downloaded pest v2.7.2 |
991 | 2023-11-02T18:51:23.968Z | Downloaded bitvec v1.0.1 |
992 | 2023-11-02T18:51:23.971Z | Downloaded reqwest v0.11.20 |
993 | 2023-11-02T18:51:23.974Z | Downloaded rustls-webpki v0.101.7 |
994 | 2023-11-02T18:51:23.979Z | Downloaded git2 v0.17.2 |
995 | 2023-11-02T18:51:23.982Z | Downloaded rusqlite v0.29.0 |
996 | 2023-11-02T18:51:23.987Z | Downloaded webpki-roots v0.25.2 |
997 | 2023-11-02T18:51:24.398Z | Downloaded unicode-normalization v0.1.22 |
998 | 2023-11-02T18:51:24.404Z | Downloaded smoltcp v0.9.1 |
999 | 2023-11-02T18:51:24.414Z | Downloaded syn v1.0.109 |
1000 | 2023-11-02T18:51:24.427Z | Downloaded object v0.32.1 |
1001 | 2023-11-02T18:51:24.437Z | Downloaded portable-atomic v1.4.3 |
1002 | 2023-11-02T18:51:24.449Z | Downloaded futures-util v0.3.29 |
1003 | 2023-11-02T18:51:24.462Z | Downloaded petgraph v0.6.4 |
1004 | 2023-11-02T18:51:24.473Z | Downloaded radix_trie v0.2.1 |
1005 | 2023-11-02T18:51:24.490Z | Downloaded rustix v0.38.9 |
1006 | 2023-11-02T18:51:24.502Z | Downloaded ratatui v0.23.0 |
1007 | 2023-11-02T18:51:24.515Z | Downloaded regex-syntax v0.7.5 |
1008 | 2023-11-02T18:51:24.522Z | Downloaded regex v1.10.2 |
1009 | 2023-11-02T18:51:24.535Z | Downloaded openssl v0.10.57 |
1010 | 2023-11-02T18:51:24.543Z | Downloaded proptest v1.3.1 |
1011 | 2023-11-02T18:51:24.548Z | Downloaded zerocopy-derive v0.2.0 |
1012 | 2023-11-02T18:51:24.963Z | Downloaded trust-dns-proto v0.22.0 |
1013 | 2023-11-02T18:51:24.968Z | Downloaded object v0.30.4 |
1014 | 2023-11-02T18:51:25.385Z | Downloaded curve25519-dalek v4.1.0 |
1015 | 2023-11-02T18:51:25.395Z | Downloaded rustix v0.37.23 |
1016 | 2023-11-02T18:51:25.404Z | Downloaded openapiv3 v1.0.3 |
1017 | 2023-11-02T18:51:25.413Z | Downloaded regex-syntax v0.8.2 |
1018 | 2023-11-02T18:51:25.418Z | Downloaded diesel v2.1.3 |
1019 | 2023-11-02T18:51:25.421Z | Downloaded sled v0.34.7 |
1020 | 2023-11-02T18:51:25.424Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1021 | 2023-11-02T18:51:25.427Z | Downloaded sha3 v0.10.8 |
1022 | 2023-11-02T18:51:25.430Z | Downloaded regex-automata v0.3.8 |
1023 | 2023-11-02T18:51:25.432Z | Downloaded regex-automata v0.4.3 |
1024 | 2023-11-02T18:51:25.435Z | Downloaded regex-syntax v0.6.29 |
1025 | 2023-11-02T18:51:25.438Z | Downloaded tokio v1.33.0 |
1026 | 2023-11-02T18:51:25.441Z | Downloaded libc v0.2.149 |
1027 | 2023-11-02T18:51:25.444Z | Downloaded zerocopy-derive v0.6.4 |
1028 | 2023-11-02T18:51:25.448Z | Downloaded rustls v0.21.8 |
1029 | 2023-11-02T18:51:25.451Z | Downloaded bstr v1.6.0 |
1030 | 2023-11-02T18:51:25.454Z | Downloaded gimli v0.28.0 |
1031 | 2023-11-02T18:51:25.456Z | Downloaded encoding_rs v0.8.33 |
1032 | 2023-11-02T18:51:25.459Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
1033 | 2023-11-02T18:51:25.463Z | Downloaded idna v0.2.3 |
1034 | 2023-11-02T18:51:25.466Z | Downloaded idna v0.4.0 |
1035 | 2023-11-02T18:51:25.493Z | Downloaded regress v0.7.1 |
1036 | 2023-11-02T18:51:25.506Z | Downloaded rayon v1.8.0 |
1037 | 2023-11-02T18:51:25.923Z | Downloaded syn v2.0.32 |
1038 | 2023-11-02T18:51:25.928Z | Downloaded bstr v0.2.17 |
1039 | 2023-11-02T18:51:25.936Z | Downloaded polar-core v0.27.0 |
1040 | 2023-11-02T18:51:25.941Z | Downloaded vcpkg v0.2.15 |
1041 | 2023-11-02T18:51:25.946Z | Downloaded winnow v0.5.15 |
1042 | 2023-11-02T18:51:25.954Z | Downloaded h2 v0.3.21 |
1043 | 2023-11-02T18:51:25.963Z | Downloaded tabled v0.14.0 |
1044 | 2023-11-02T18:51:25.974Z | Downloaded ring v0.17.5 |
1045 | 2023-11-02T18:51:26.392Z | Downloaded darling_core v0.14.4 |
1046 | 2023-11-02T18:51:26.397Z | Downloaded serde_json v1.0.108 |
1047 | 2023-11-02T18:51:26.400Z | Downloaded smoltcp v0.8.2 |
1048 | 2023-11-02T18:51:26.413Z | Downloaded tokio-postgres v0.7.10 |
1049 | 2023-11-02T18:51:26.424Z | Downloaded nix v0.26.2 |
1050 | 2023-11-02T18:51:26.836Z | Downloaded toml_edit v0.19.15 |
1051 | 2023-11-02T18:51:26.847Z | Downloaded clap v2.34.0 |
1052 | 2023-11-02T18:51:26.861Z | Downloaded rsa v0.9.2 |
1053 | 2023-11-02T18:51:26.871Z | Downloaded headers v0.3.9 |
1054 | 2023-11-02T18:51:27.291Z | Downloaded libz-sys v1.1.12 |
1055 | 2023-11-02T18:51:27.308Z | Downloaded tracing-core v0.1.31 |
1056 | 2023-11-02T18:51:27.326Z | Downloaded proc-macro2 v1.0.67 |
1057 | 2023-11-02T18:51:27.343Z | Downloaded unicode-segmentation v1.10.1 |
1058 | 2023-11-02T18:51:27.367Z | Downloaded regex-automata v0.1.10 |
1059 | 2023-11-02T18:51:27.386Z | Downloaded serde_with v2.3.3 |
1060 | 2023-11-02T18:51:27.399Z | Downloaded hkdf v0.12.3 |
1061 | 2023-11-02T18:51:27.410Z | Downloaded pem v3.0.2 |
1062 | 2023-11-02T18:51:27.431Z | Downloaded flume v0.11.0 |
1063 | 2023-11-02T18:51:27.456Z | Downloaded der v0.7.8 |
1064 | 2023-11-02T18:51:27.479Z | Downloaded bindgen v0.65.1 |
1065 | 2023-11-02T18:51:27.497Z | Downloaded hyper v0.14.27 |
1066 | 2023-11-02T18:51:27.514Z | Downloaded aes v0.8.3 |
1067 | 2023-11-02T18:51:27.530Z | Downloaded derive-where v1.2.5 |
1068 | 2023-11-02T18:51:27.547Z | Downloaded paste v1.0.14 |
1069 | 2023-11-02T18:51:27.566Z | Downloaded clap_builder v4.4.2 |
1070 | 2023-11-02T18:51:27.582Z | Downloaded tokio-stream v0.1.14 |
1071 | 2023-11-02T18:51:28.031Z | Downloaded unsafe-libyaml v0.2.9 |
1072 | 2023-11-02T18:51:28.040Z | Downloaded scopeguard v1.2.0 |
1073 | 2023-11-02T18:51:28.053Z | Downloaded flate2 v1.0.28 |
1074 | 2023-11-02T18:51:28.464Z | Downloaded crossterm v0.26.1 |
1075 | 2023-11-02T18:51:28.468Z | Downloaded unicode-ident v1.0.12 |
1076 | 2023-11-02T18:51:28.471Z | Downloaded unicode-bidi v0.3.13 |
1077 | 2023-11-02T18:51:28.476Z | Downloaded zip v0.6.6 |
1078 | 2023-11-02T18:51:28.482Z | Downloaded rand v0.8.5 |
1079 | 2023-11-02T18:51:28.489Z | Downloaded dof v0.1.5 |
1080 | 2023-11-02T18:51:28.501Z | Downloaded predicates v3.0.4 |
1081 | 2023-11-02T18:51:28.510Z | Downloaded textwrap v0.16.0 |
1082 | 2023-11-02T18:51:28.518Z | Downloaded sha2 v0.10.8 |
1083 | 2023-11-02T18:51:28.545Z | Downloaded predicates v2.1.5 |
1084 | 2023-11-02T18:51:28.556Z | Downloaded tiny-keccak v2.0.2 |
1085 | 2023-11-02T18:51:28.561Z | Downloaded vergen v8.2.4 |
1086 | 2023-11-02T18:51:28.566Z | Downloaded schemars v0.8.13 |
1087 | 2023-11-02T18:51:28.571Z | Downloaded url v2.4.1 |
1088 | 2023-11-02T18:51:28.578Z | Downloaded debug-ignore v1.0.5 |
1089 | 2023-11-02T18:51:28.583Z | Downloaded diesel_derives v2.1.1 |
1090 | 2023-11-02T18:51:28.590Z | Downloaded poly1305 v0.8.0 |
1091 | 2023-11-02T18:51:28.599Z | Downloaded pest_meta v2.7.2 |
1092 | 2023-11-02T18:51:28.604Z | Downloaded half v1.8.2 |
1093 | 2023-11-02T18:51:28.608Z | Downloaded socket2 v0.5.4 |
1094 | 2023-11-02T18:51:28.611Z | Downloaded trust-dns-client v0.22.0 |
1095 | 2023-11-02T18:51:28.616Z | Downloaded time v0.3.27 |
1096 | 2023-11-02T18:51:28.620Z | Downloaded fnv v1.0.7 |
1097 | 2023-11-02T18:51:28.624Z | Downloaded tokio-tungstenite v0.18.0 |
1098 | 2023-11-02T18:51:28.627Z | Downloaded itertools v0.11.0 |
1099 | 2023-11-02T18:51:28.632Z | Downloaded data-encoding v2.4.0 |
1100 | 2023-11-02T18:51:28.637Z | Downloaded postgres-types v0.2.6 |
1101 | 2023-11-02T18:51:28.640Z | Downloaded tap v1.0.1 |
1102 | 2023-11-02T18:51:28.644Z | Downloaded tough v0.12.5 |
1103 | 2023-11-02T18:51:28.650Z | Downloaded libsqlite3-sys v0.26.0 |
1104 | 2023-11-02T18:51:28.654Z | Downloaded serde-hex v0.1.0 |
1105 | 2023-11-02T18:51:28.658Z | Downloaded unarray v0.1.4 |
1106 | 2023-11-02T18:51:28.662Z | Downloaded wait-timeout v0.2.0 |
1107 | 2023-11-02T18:51:28.666Z | Downloaded ref-cast-impl v1.0.20 |
1108 | 2023-11-02T18:51:28.673Z | Downloaded tinyvec v1.6.0 |
1109 | 2023-11-02T18:51:28.677Z | Downloaded libm v0.2.7 |
1110 | 2023-11-02T18:51:28.682Z | Downloaded ring v0.16.20 |
1111 | 2023-11-02T18:51:28.687Z | Downloaded itertools v0.10.5 |
1112 | 2023-11-02T18:51:28.695Z | Downloaded yasna v0.5.2 |
1113 | 2023-11-02T18:51:28.699Z | Downloaded pkcs1 v0.7.5 |
1114 | 2023-11-02T18:51:28.703Z | Downloaded futures-macro v0.3.29 |
1115 | 2023-11-02T18:51:28.707Z | Downloaded slab v0.4.9 |
1116 | 2023-11-02T18:51:28.711Z | Downloaded errno v0.3.2 |
1117 | 2023-11-02T18:51:28.716Z | Downloaded packed_struct_codegen v0.10.1 |
1118 | 2023-11-02T18:51:28.720Z | Downloaded phf v0.11.2 |
1119 | 2023-11-02T18:51:28.733Z | Downloaded rcgen v0.11.3 |
1120 | 2023-11-02T18:51:28.737Z | Downloaded elliptic-curve v0.13.5 |
1121 | 2023-11-02T18:51:28.744Z | Downloaded uuid v1.4.1 |
1122 | 2023-11-02T18:51:28.751Z | Downloaded http v0.2.9 |
1123 | 2023-11-02T18:51:28.755Z | Downloaded percent-encoding v2.3.0 |
1124 | 2023-11-02T18:51:28.759Z | Downloaded serde_plain v1.0.2 |
1125 | 2023-11-02T18:51:28.762Z | Downloaded crypto-common v0.1.6 |
1126 | 2023-11-02T18:51:28.766Z | Downloaded tokio-tungstenite v0.20.1 |
1127 | 2023-11-02T18:51:28.770Z | Downloaded packed_struct v0.10.1 |
1128 | 2023-11-02T18:51:28.773Z | Downloaded hash32 v0.2.1 |
1129 | 2023-11-02T18:51:28.777Z | Downloaded pem v1.1.1 |
1130 | 2023-11-02T18:51:28.781Z | Downloaded filetime v0.2.22 |
1131 | 2023-11-02T18:51:28.785Z | Downloaded serde_with_macros v2.3.3 |
1132 | 2023-11-02T18:51:28.788Z | Downloaded spin v0.9.8 |
1133 | 2023-11-02T18:51:28.792Z | Downloaded trust-dns-server v0.22.1 |
1134 | 2023-11-02T18:51:28.798Z | Downloaded crossbeam-channel v0.5.8 |
1135 | 2023-11-02T18:51:28.803Z | Downloaded structmeta v0.2.0 |
1136 | 2023-11-02T18:51:28.807Z | Downloaded memchr v2.6.3 |
1137 | 2023-11-02T18:51:28.822Z | Downloaded enum-as-inner v0.5.1 |
1138 | 2023-11-02T18:51:28.830Z | Downloaded generic-array v0.14.7 |
1139 | 2023-11-02T18:51:28.833Z | Downloaded slog-stdlog v4.1.1 |
1140 | 2023-11-02T18:51:28.837Z | Downloaded slog-async v2.8.0 |
1141 | 2023-11-02T18:51:28.841Z | Downloaded digest v0.10.7 |
1142 | 2023-11-02T18:51:28.844Z | Downloaded deranged v0.3.8 |
1143 | 2023-11-02T18:51:28.848Z | Downloaded ff v0.13.0 |
1144 | 2023-11-02T18:51:28.851Z | Downloaded serde_derive_internals v0.26.0 |
1145 | 2023-11-02T18:51:28.855Z | Downloaded rustls-native-certs v0.6.3 |
1146 | 2023-11-02T18:51:28.859Z | Downloaded ed25519 v1.5.3 |
1147 | 2023-11-02T18:51:28.862Z | Downloaded dyn-clone v1.0.13 |
1148 | 2023-11-02T18:51:28.866Z | Downloaded dirs-next v2.0.0 |
1149 | 2023-11-02T18:51:28.869Z | Downloaded termcolor v1.2.0 |
1150 | 2023-11-02T18:51:28.873Z | Downloaded slog-envlogger v2.2.0 |
1151 | 2023-11-02T18:51:28.877Z | Downloaded env_logger v0.10.0 |
1152 | 2023-11-02T18:51:28.880Z | Downloaded prettyplease v0.2.12 |
1153 | 2023-11-02T18:51:28.884Z | Downloaded openssl-sys v0.9.93 |
1154 | 2023-11-02T18:51:28.888Z | Downloaded same-file v1.0.6 |
1155 | 2023-11-02T18:51:28.891Z | Downloaded tokio-rustls v0.24.1 |
1156 | 2023-11-02T18:51:28.896Z | Downloaded parking_lot_core v0.8.6 |
1157 | 2023-11-02T18:51:28.900Z | Downloaded hashlink v0.8.3 |
1158 | 2023-11-02T18:51:28.906Z | Downloaded allocator-api2 v0.2.16 |
1159 | 2023-11-02T18:51:28.910Z | Downloaded trust-dns-resolver v0.22.0 |
1160 | 2023-11-02T18:51:28.917Z | Downloaded chacha20poly1305 v0.10.1 |
1161 | 2023-11-02T18:51:29.347Z | Downloaded socket2 v0.4.9 |
1162 | 2023-11-02T18:51:29.363Z | Downloaded num_enum_derive v0.5.11 |
1163 | 2023-11-02T18:51:29.381Z | Downloaded terminal_size v0.2.6 |
1164 | 2023-11-02T18:51:29.392Z | Downloaded serde_repr v0.1.16 |
1165 | 2023-11-02T18:51:29.411Z | Downloaded topological-sort v0.2.2 |
1166 | 2023-11-02T18:51:29.428Z | Downloaded tabled_derive v0.6.0 |
1167 | 2023-11-02T18:51:29.443Z | Downloaded stringprep v0.1.3 |
1168 | 2023-11-02T18:51:29.463Z | Downloaded untrusted v0.9.0 |
1169 | 2023-11-02T18:51:29.904Z | Downloaded tokio-macros v2.1.0 |
1170 | 2023-11-02T18:51:29.920Z | Downloaded smallvec v0.6.14 |
1171 | 2023-11-02T18:51:29.942Z | Downloaded vsss-rs v3.3.1 |
1172 | 2023-11-02T18:51:30.411Z | Downloaded zeroize v1.6.0 |
1173 | 2023-11-02T18:51:30.596Z | Downloaded smallvec v1.11.0 |
1174 | 2023-11-02T18:51:30.751Z | Downloaded heapless v0.7.16 |
1175 | 2023-11-02T18:51:30.924Z | Downloaded signal-hook v0.3.17 |
1176 | 2023-11-02T18:51:30.970Z | Downloaded toml v0.7.8 |
1177 | 2023-11-02T18:51:30.979Z | Downloaded indexmap v2.0.0 |
1178 | 2023-11-02T18:51:30.992Z | Downloaded darling v0.20.3 |
1179 | 2023-11-02T18:51:31.431Z | Downloaded smf v0.2.2 |
1180 | 2023-11-02T18:51:31.444Z | Downloaded slog v2.7.0 |
1181 | 2023-11-02T18:51:31.449Z | Downloaded quote v1.0.33 |
1182 | 2023-11-02T18:51:31.454Z | Downloaded serde v1.0.188 |
1183 | 2023-11-02T18:51:31.456Z | Downloaded ucd-trie v0.1.6 |
1184 | 2023-11-02T18:51:31.460Z | Downloaded toml v0.8.0 |
1185 | 2023-11-02T18:51:31.463Z | Downloaded arc-swap v1.6.0 |
1186 | 2023-11-02T18:51:31.466Z | Downloaded futures v0.3.29 |
1187 | 2023-11-02T18:51:31.469Z | Downloaded fallible-streaming-iterator v0.1.9 |
1188 | 2023-11-02T18:51:31.472Z | Downloaded ena v0.14.2 |
1189 | 2023-11-02T18:51:31.476Z | Downloaded tungstenite v0.20.1 |
1190 | 2023-11-02T18:51:31.479Z | Downloaded ron v0.8.1 |
1191 | 2023-11-02T18:51:31.482Z | Downloaded num-bigint-dig v0.8.4 |
1192 | 2023-11-02T18:51:31.486Z | Downloaded string_cache v0.8.7 |
1193 | 2023-11-02T18:51:31.495Z | Downloaded ref-cast v1.0.20 |
1194 | 2023-11-02T18:51:31.501Z | Downloaded version_check v0.9.4 |
1195 | 2023-11-02T18:51:31.510Z | Downloaded serde_tokenstream v0.1.7 |
1196 | 2023-11-02T18:51:31.520Z | Downloaded slog-dtrace v0.2.3 |
1197 | 2023-11-02T18:51:31.932Z | Downloaded difflib v0.4.0 |
1198 | 2023-11-02T18:51:31.935Z | Downloaded wyz v0.5.1 |
1199 | 2023-11-02T18:51:31.941Z | Downloaded which v4.4.0 |
1200 | 2023-11-02T18:51:31.944Z | Downloaded crossbeam-utils v0.8.16 |
1201 | 2023-11-02T18:51:31.947Z | Downloaded nom v7.1.3 |
1202 | 2023-11-02T18:51:31.950Z | Downloaded const_format v0.2.31 |
1203 | 2023-11-02T18:51:31.953Z | Downloaded bytes v1.5.0 |
1204 | 2023-11-02T18:51:31.956Z | Downloaded quick-error v1.2.3 |
1205 | 2023-11-02T18:51:31.959Z | Downloaded anyhow v1.0.75 |
1206 | 2023-11-02T18:51:31.962Z | Downloaded glob v0.3.1 |
1207 | 2023-11-02T18:51:31.965Z | Downloaded getrandom v0.2.10 |
1208 | 2023-11-02T18:51:31.968Z | Downloaded path-dedot v3.1.0 |
1209 | 2023-11-02T18:51:31.971Z | Downloaded ctr v0.9.2 |
1210 | 2023-11-02T18:51:31.974Z | Downloaded r2d2 v0.8.10 |
1211 | 2023-11-02T18:51:31.978Z | Downloaded bincode v1.3.3 |
1212 | 2023-11-02T18:51:31.981Z | Downloaded tungstenite v0.18.0 |
1213 | 2023-11-02T18:51:31.985Z | Downloaded der_derive v0.7.2 |
1214 | 2023-11-02T18:51:31.988Z | Downloaded signal-hook-registry v1.4.1 |
1215 | 2023-11-02T18:51:31.994Z | Downloaded signal-hook-mio v0.2.3 |
1216 | 2023-11-02T18:51:31.997Z | Downloaded const-oid v0.9.5 |
1217 | 2023-11-02T18:51:32.000Z | Downloaded parking_lot_core v0.9.8 |
1218 | 2023-11-02T18:51:32.004Z | Downloaded crc-any v2.4.3 |
1219 | 2023-11-02T18:51:32.007Z | Downloaded serde_spanned v0.6.3 |
1220 | 2023-11-02T18:51:32.010Z | Downloaded siphasher v0.3.11 |
1221 | 2023-11-02T18:51:32.013Z | Downloaded thiserror-no-std v2.0.2 |
1222 | 2023-11-02T18:51:32.017Z | Downloaded serde_path_to_error v0.1.14 |
1223 | 2023-11-02T18:51:32.020Z | Downloaded float-cmp v0.9.0 |
1224 | 2023-11-02T18:51:32.023Z | Downloaded proc-macro-crate v1.3.1 |
1225 | 2023-11-02T18:51:32.026Z | Downloaded fd-lock v3.0.13 |
1226 | 2023-11-02T18:51:32.029Z | Downloaded fastrand v2.0.0 |
1227 | 2023-11-02T18:51:32.032Z | Downloaded owo-colors v3.5.0 |
1228 | 2023-11-02T18:51:32.035Z | Downloaded password-hash v0.5.0 |
1229 | 2023-11-02T18:51:32.039Z | Downloaded argon2 v0.5.2 |
1230 | 2023-11-02T18:51:32.042Z | Downloaded term v0.7.0 |
1231 | 2023-11-02T18:51:32.046Z | Downloaded tempfile v3.8.0 |
1232 | 2023-11-02T18:51:32.049Z | Downloaded strum_macros v0.25.2 |
1233 | 2023-11-02T18:51:32.052Z | Downloaded indexmap v1.9.3 |
1234 | 2023-11-02T18:51:32.056Z | Downloaded async-recursion v1.0.5 |
1235 | 2023-11-02T18:51:32.059Z | Downloaded clang-sys v1.6.1 |
1236 | 2023-11-02T18:51:32.063Z | Downloaded crossbeam-epoch v0.9.15 |
1237 | 2023-11-02T18:51:32.066Z | Downloaded slog-scope v4.4.0 |
1238 | 2023-11-02T18:51:32.070Z | Downloaded io-lifetimes v1.0.11 |
1239 | 2023-11-02T18:51:32.078Z | Downloaded pretty-hex v0.2.1 |
1240 | 2023-11-02T18:51:32.084Z | Downloaded futures-executor v0.3.29 |
1241 | 2023-11-02T18:51:32.091Z | Downloaded path-absolutize v3.1.0 |
1242 | 2023-11-02T18:51:32.097Z | Downloaded lock_api v0.4.10 |
1243 | 2023-11-02T18:51:32.106Z | Downloaded console v0.15.7 |
1244 | 2023-11-02T18:51:32.116Z | Downloaded ansi_term v0.12.1 |
1245 | 2023-11-02T18:51:32.128Z | Downloaded clap_derive v4.4.2 |
1246 | 2023-11-02T18:51:32.141Z | Downloaded bzip2 v0.4.4 |
1247 | 2023-11-02T18:51:32.158Z | Downloaded zone v0.2.0 |
1248 | 2023-11-02T18:51:32.172Z | Downloaded cargo_toml v0.16.3 |
1249 | 2023-11-02T18:51:32.183Z | Downloaded twox-hash v1.6.3 |
1250 | 2023-11-02T18:51:32.189Z | Downloaded time-macros v0.2.13 |
1251 | 2023-11-02T18:51:32.197Z | Downloaded num-complex v0.4.4 |
1252 | 2023-11-02T18:51:32.206Z | Downloaded num-bigint v0.4.4 |
1253 | 2023-11-02T18:51:32.213Z | Downloaded thread_local v1.1.7 |
1254 | 2023-11-02T18:51:32.223Z | Downloaded structopt-derive v0.4.18 |
1255 | 2023-11-02T18:51:32.229Z | Downloaded serde_tokenstream v0.2.0 |
1256 | 2023-11-02T18:51:32.237Z | Downloaded addr2line v0.21.0 |
1257 | 2023-11-02T18:51:32.246Z | Downloaded zone_cfg_derive v0.2.0 |
1258 | 2023-11-02T18:51:32.252Z | Downloaded serde_urlencoded v0.7.1 |
1259 | 2023-11-02T18:51:32.261Z | Downloaded unicase v2.7.0 |
1260 | 2023-11-02T18:51:32.269Z | Downloaded slog-bunyan v2.4.0 |
1261 | 2023-11-02T18:51:32.274Z | Downloaded num_cpus v1.16.0 |
1262 | 2023-11-02T18:51:32.279Z | Downloaded num-rational v0.4.1 |
1263 | 2023-11-02T18:51:32.293Z | Downloaded crc32fast v1.3.2 |
1264 | 2023-11-02T18:51:32.301Z | Downloaded httparse v1.8.0 |
1265 | 2023-11-02T18:51:32.304Z | Downloaded block-padding v0.3.3 |
1266 | 2023-11-02T18:51:32.308Z | Downloaded num-integer v0.1.45 |
1267 | 2023-11-02T18:51:32.312Z | Downloaded schemars_derive v0.8.13 |
1268 | 2023-11-02T18:51:32.315Z | Downloaded tui-tree-widget v0.13.0 |
1269 | 2023-11-02T18:51:32.318Z | Downloaded camino-tempfile v1.0.2 |
1270 | 2023-11-02T18:51:32.321Z | Downloaded adler v1.0.2 |
1271 | 2023-11-02T18:51:32.325Z | Downloaded anstream v0.5.0 |
1272 | 2023-11-02T18:51:32.329Z | Downloaded aes-gcm-siv v0.11.1 |
1273 | 2023-11-02T18:51:32.336Z | Downloaded slog-term v2.9.0 |
1274 | 2023-11-02T18:51:32.339Z | Downloaded mio v0.8.8 |
1275 | 2023-11-02T18:51:32.342Z | Downloaded inout v0.1.3 |
1276 | 2023-11-02T18:51:32.345Z | Downloaded iana-time-zone v0.1.57 |
1277 | 2023-11-02T18:51:32.348Z | Downloaded clap_lex v0.5.1 |
1278 | 2023-11-02T18:51:32.352Z | Downloaded is-terminal v0.4.9 |
1279 | 2023-11-02T18:51:32.355Z | Downloaded ipnet v2.8.0 |
1280 | 2023-11-02T18:51:32.358Z | Downloaded hyper-staticfile v0.9.5 |
1281 | 2023-11-02T18:51:32.361Z | Downloaded cpufeatures v0.2.9 |
1282 | 2023-11-02T18:51:32.364Z | Downloaded bitflags v1.3.2 |
1283 | 2023-11-02T18:51:32.368Z | Downloaded lazycell v1.3.0 |
1284 | 2023-11-02T18:51:32.371Z | Downloaded const_format_proc_macros v0.2.31 |
1285 | 2023-11-02T18:51:32.375Z | Downloaded indoc v2.0.3 |
1286 | 2023-11-02T18:51:32.378Z | Downloaded async-stream v0.3.5 |
1287 | 2023-11-02T18:51:32.387Z | Downloaded async-trait v0.1.74 |
1288 | 2023-11-02T18:51:32.392Z | Downloaded base16ct v0.2.0 |
1289 | 2023-11-02T18:51:32.396Z | Downloaded libefi-sys v0.1.0 |
1290 | 2023-11-02T18:51:32.399Z | Downloaded crossbeam v0.8.2 |
1291 | 2023-11-02T18:51:32.403Z | Downloaded hmac v0.12.1 |
1292 | 2023-11-02T18:51:32.407Z | Downloaded chacha20 v0.9.1 |
1293 | 2023-11-02T18:51:32.410Z | Downloaded hubpack v0.1.2 |
1294 | 2023-11-02T18:51:32.414Z | Downloaded home v0.5.5 |
1295 | 2023-11-02T18:51:32.446Z | Downloaded strum v0.25.0 |
1296 | 2023-11-02T18:51:32.458Z | Downloaded rpassword v7.2.0 |
1297 | 2023-11-02T18:51:32.462Z | Downloaded heck v0.3.3 |
1298 | 2023-11-02T18:51:32.466Z | Downloaded time-core v0.1.1 |
1299 | 2023-11-02T18:51:32.470Z | Downloaded hyper-tls v0.5.0 |
1300 | 2023-11-02T18:51:32.475Z | Downloaded base64ct v1.6.0 |
1301 | 2023-11-02T18:51:32.479Z | Downloaded num_enum v0.7.0 |
1302 | 2023-11-02T18:51:32.483Z | Downloaded num_enum v0.5.11 |
1303 | 2023-11-02T18:51:32.488Z | Downloaded highway v1.1.0 |
1304 | 2023-11-02T18:51:32.492Z | Downloaded colored v2.0.4 |
1305 | 2023-11-02T18:51:32.496Z | Downloaded cassowary v0.3.0 |
1306 | 2023-11-02T18:51:32.500Z | Downloaded aead v0.5.2 |
1307 | 2023-11-02T18:51:32.504Z | Downloaded rustfmt-wrapper v0.2.0 |
1308 | 2023-11-02T18:51:32.507Z | Downloaded impl-trait-for-tuples v0.2.2 |
1309 | 2023-11-02T18:51:32.511Z | Downloaded lalrpop-util v0.19.12 |
1310 | 2023-11-02T18:51:32.515Z | Downloaded bcs v0.1.6 |
1311 | 2023-11-02T18:51:32.518Z | Downloaded num-traits v0.2.16 |
1312 | 2023-11-02T18:51:32.523Z | Downloaded http-range v0.1.5 |
1313 | 2023-11-02T18:51:32.532Z | Downloaded colorchoice v1.0.0 |
1314 | 2023-11-02T18:51:32.541Z | Downloaded httpdate v1.0.3 |
1315 | 2023-11-02T18:51:32.549Z | Downloaded cfg-if v0.1.10 |
1316 | 2023-11-02T18:51:32.564Z | Downloaded async-stream-impl v0.3.5 |
1317 | 2023-11-02T18:51:32.569Z | Downloaded ascii-canvas v3.0.0 |
1318 | 2023-11-02T18:51:32.596Z | Downloaded assert_matches v1.5.0 |
1319 | 2023-11-02T18:51:32.604Z | Downloaded normalize-line-endings v0.3.0 |
1320 | 2023-11-02T18:51:32.611Z | Downloaded matches v0.1.10 |
1321 | 2023-11-02T18:51:32.614Z | Downloaded match_cfg v0.1.0 |
1322 | 2023-11-02T18:51:32.620Z | Downloaded crc v3.0.1 |
1323 | 2023-11-02T18:51:32.624Z | Downloaded bitstruct v0.1.1 |
1324 | 2023-11-02T18:51:32.628Z | Downloaded mockall_derive v0.11.4 |
1325 | 2023-11-02T18:51:32.632Z | Downloaded chrono v0.4.31 |
1326 | 2023-11-02T18:51:32.635Z | Downloaded mime v0.3.17 |
1327 | 2023-11-02T18:51:32.639Z | Downloaded keccak v0.1.4 |
1328 | 2023-11-02T18:51:32.643Z | Downloaded blake2 v0.10.6 |
1329 | 2023-11-02T18:51:32.647Z | Downloaded instant v0.1.12 |
1330 | 2023-11-02T18:51:32.650Z | Downloaded hyper-rustls v0.24.2 |
1331 | 2023-11-02T18:51:32.654Z | Downloaded cancel-safe-futures v0.1.5 |
1332 | 2023-11-02T18:51:32.660Z | Downloaded buf-list v1.0.3 |
1333 | 2023-11-02T18:51:32.663Z | Downloaded ascii v1.1.0 |
1334 | 2023-11-02T18:51:32.667Z | Downloaded num-derive v0.4.0 |
1335 | 2023-11-02T18:51:32.671Z | Downloaded nibble_vec v0.1.0 |
1336 | 2023-11-02T18:51:32.676Z | Downloaded native-tls v0.2.11 |
1337 | 2023-11-02T18:51:32.682Z | Downloaded nanorand v0.7.0 |
1338 | 2023-11-02T18:51:32.695Z | Downloaded maybe-uninit v2.0.0 |
1339 | 2023-11-02T18:51:32.702Z | Downloaded hostname v0.3.1 |
1340 | 2023-11-02T18:51:32.713Z | Downloaded block-buffer v0.10.4 |
1341 | 2023-11-02T18:51:33.132Z | Downloaded nodrop v0.1.14 |
1342 | 2023-11-02T18:51:33.138Z | Downloaded mockall v0.11.4 |
1343 | 2023-11-02T18:51:33.154Z | Downloaded mime_guess v2.0.4 |
1344 | 2023-11-02T18:51:33.161Z | Downloaded maplit v1.0.2 |
1345 | 2023-11-02T18:51:33.170Z | Downloaded linked-hash-map v0.5.6 |
1346 | 2023-11-02T18:51:33.188Z | Downloaded linear-map v1.2.0 |
1347 | 2023-11-02T18:51:33.615Z | Downloaded corncobs v0.1.3 |
1348 | 2023-11-02T18:51:34.032Z | Downloaded cfg-if v1.0.0 |
1349 | 2023-11-02T18:51:34.041Z | Downloaded atty v0.2.14 |
1350 | 2023-11-02T18:51:34.047Z | Downloaded memoffset v0.9.0 |
1351 | 2023-11-02T18:51:34.052Z | Downloaded libxml v0.3.3 |
1352 | 2023-11-02T18:51:34.060Z | Downloaded ipnetwork v0.20.0 |
1353 | 2023-11-02T18:51:34.072Z | Downloaded heck v0.4.1 |
1354 | 2023-11-02T18:51:34.079Z | Downloaded cargo-platform v0.1.3 |
1355 | 2023-11-02T18:51:34.086Z | Downloaded byteorder v1.5.0 |
1356 | 2023-11-02T18:51:34.094Z | Downloaded bit_field v0.10.2 |
1357 | 2023-11-02T18:51:34.113Z | Downloaded new_debug_unreachable v1.0.4 |
1358 | 2023-11-02T18:51:34.128Z | Compiling proc-macro2 v1.0.67 |
1359 | 2023-11-02T18:51:34.142Z | Compiling unicode-ident v1.0.12 |
1360 | 2023-11-02T18:51:34.155Z | Compiling libc v0.2.149 |
1361 | 2023-11-02T18:51:34.167Z | Compiling autocfg v1.1.0 |
1362 | 2023-11-02T18:51:34.593Z | Compiling serde v1.0.188 |
1363 | 2023-11-02T18:51:34.598Z | Compiling version_check v0.9.4 |
1364 | 2023-11-02T18:51:34.603Z | Compiling cfg-if v1.0.0 |
1365 | 2023-11-02T18:51:34.606Z | Compiling syn v1.0.109 |
1366 | 2023-11-02T18:51:34.609Z | Compiling once_cell v1.18.0 |
1367 | 2023-11-02T18:51:34.612Z | Compiling parking_lot_core v0.9.8 |
1368 | 2023-11-02T18:51:34.616Z | Compiling libm v0.2.7 |
1369 | 2023-11-02T18:51:34.620Z | Compiling ahash v0.8.3 |
1370 | 2023-11-02T18:51:34.623Z | Compiling lock_api v0.4.10 |
1371 | 2023-11-02T18:51:34.626Z | Compiling num-traits v0.2.16 |
1372 | 2023-11-02T18:51:34.629Z | Compiling thiserror v1.0.49 |
1373 | 2023-11-02T18:51:34.632Z | Compiling typenum v1.16.0 |
1374 | 2023-11-02T18:51:34.635Z | Compiling futures-core v0.3.29 |
1375 | 2023-11-02T18:51:34.639Z | Compiling generic-array v0.14.7 |
1376 | 2023-11-02T18:51:34.643Z | Compiling scopeguard v1.2.0 |
1377 | 2023-11-02T18:51:34.646Z | Compiling memchr v2.6.3 |
1378 | 2023-11-02T18:51:34.649Z | Compiling itoa v1.0.9 |
1379 | 2023-11-02T18:51:34.706Z | Compiling pkg-config v0.3.27 |
1380 | 2023-11-02T18:51:35.134Z | Compiling quote v1.0.33 |
1381 | 2023-11-02T18:51:35.141Z | Compiling syn v2.0.32 |
1382 | 2023-11-02T18:51:35.150Z | Compiling jobserver v0.1.26 |
1383 | 2023-11-02T18:51:35.164Z | Compiling getrandom v0.2.10 |
1384 | 2023-11-02T18:51:35.172Z | Compiling cc v1.0.83 |
1385 | 2023-11-02T18:51:35.176Z | Compiling slab v0.4.9 |
1386 | 2023-11-02T18:51:35.181Z | Compiling futures-channel v0.3.29 |
1387 | 2023-11-02T18:51:35.184Z | Compiling futures-task v0.3.29 |
1388 | 2023-11-02T18:51:35.188Z | Compiling futures-util v0.3.29 |
1389 | 2023-11-02T18:51:35.192Z | Compiling log v0.4.20 |
1390 | 2023-11-02T18:51:35.196Z | Compiling ryu v1.0.15 |
1391 | 2023-11-02T18:51:35.200Z | Compiling serde_json v1.0.108 |
1392 | 2023-11-02T18:51:35.204Z | Compiling pin-project-lite v0.2.13 |
1393 | 2023-11-02T18:51:35.207Z | Compiling heck v0.4.1 |
1394 | 2023-11-02T18:51:35.210Z | Compiling smallvec v1.11.0 |
1395 | 2023-11-02T18:51:35.214Z | Compiling schemars v0.8.13 |
1396 | 2023-11-02T18:51:35.217Z | Compiling vcpkg v0.2.15 |
1397 | 2023-11-02T18:51:35.220Z | Compiling parking_lot v0.12.1 |
1398 | 2023-11-02T18:51:35.225Z | Compiling ring v0.17.5 |
1399 | 2023-11-02T18:51:35.228Z | Compiling openssl-sys v0.9.93 |
1400 | 2023-11-02T18:51:35.635Z | Compiling ring v0.16.20 |
1401 | 2023-11-02T18:51:35.883Z | Compiling rand_core v0.6.4 |
1402 | 2023-11-02T18:51:36.538Z | Compiling indexmap v1.9.3 |
1403 | 2023-11-02T18:51:36.643Z | Compiling byteorder v1.5.0 |
1404 | 2023-11-02T18:51:36.647Z | Compiling allocator-api2 v0.2.16 |
1405 | 2023-11-02T18:51:37.132Z | Compiling httparse v1.8.0 |
1406 | 2023-11-02T18:51:37.229Z | Compiling equivalent v1.0.1 |
1407 | 2023-11-02T18:51:37.384Z | Compiling mio v0.8.8 |
1408 | 2023-11-02T18:51:37.407Z | Compiling signal-hook-registry v1.4.1 |
1409 | 2023-11-02T18:51:37.673Z | Compiling num_cpus v1.16.0 |
1410 | 2023-11-02T18:51:37.841Z | Compiling hashbrown v0.14.0 |
1411 | 2023-11-02T18:51:38.185Z | Compiling socket2 v0.5.4 |
1412 | 2023-11-02T18:51:38.896Z | Compiling spin v0.5.2 |
1413 | 2023-11-02T18:51:40.066Z | Compiling serde_derive_internals v0.26.0 |
1414 | 2023-11-02T18:51:40.320Z | Compiling openssl v0.10.57 |
1415 | 2023-11-02T18:51:40.877Z | Compiling semver v1.0.20 |
1416 | 2023-11-02T18:51:40.916Z | Compiling fnv v1.0.7 |
1417 | 2023-11-02T18:51:43.551Z | Compiling rustls v0.21.8 |
1418 | 2023-11-02T18:51:43.608Z | Compiling iana-time-zone v0.1.57 |
1419 | 2023-11-02T18:51:43.705Z | Compiling native-tls v0.2.11 |
1420 | 2023-11-02T18:51:44.205Z | Compiling unicode-xid v0.2.4 |
1421 | 2023-11-02T18:51:44.226Z | Compiling crossbeam-utils v0.8.16 |
1422 | 2023-11-02T18:51:44.303Z | Compiling ucd-trie v0.1.6 |
1423 | 2023-11-02T18:51:44.405Z | Compiling synstructure v0.12.6 |
1424 | 2023-11-02T18:51:44.468Z | Compiling io-lifetimes v1.0.11 |
1425 | 2023-11-02T18:51:44.527Z | Compiling futures-sink v0.3.29 |
1426 | 2023-11-02T18:51:44.589Z | Compiling backtrace v0.3.69 |
1427 | 2023-11-02T18:51:44.621Z | Compiling dyn-clone v1.0.13 |
1428 | 2023-11-02T18:51:44.690Z | Compiling tinyvec_macros v0.1.1 |
1429 | 2023-11-02T18:51:44.767Z | Compiling tinyvec v1.6.0 |
1430 | 2023-11-02T18:51:45.289Z | Compiling tracing-core v0.1.31 |
1431 | 2023-11-02T18:51:45.518Z | Compiling num-integer v0.1.45 |
1432 | 2023-11-02T18:51:45.583Z | Compiling memoffset v0.9.0 |
1433 | 2023-11-02T18:51:46.036Z | Compiling rustix v0.37.23 |
1434 | 2023-11-02T18:51:46.126Z | Compiling futures-io v0.3.29 |
1435 | 2023-11-02T18:51:46.129Z | Compiling pin-utils v0.1.0 |
1436 | 2023-11-02T18:51:46.140Z | Compiling winnow v0.5.15 |
1437 | 2023-11-02T18:51:46.143Z | Compiling rustix v0.38.9 |
1438 | 2023-11-02T18:51:46.201Z | Compiling subtle v2.5.0 |
1439 | 2023-11-02T18:51:46.975Z | Compiling spin v0.9.8 |
1440 | 2023-11-02T18:51:47.064Z | Compiling hashbrown v0.13.2 |
1441 | 2023-11-02T18:51:47.316Z | Compiling unicode-normalization v0.1.22 |
1442 | 2023-11-02T18:51:47.589Z | Compiling usdt-impl v0.3.5 |
1443 | 2023-11-02T18:51:48.133Z | Compiling unicode-bidi v0.3.13 |
1444 | 2023-11-02T18:51:49.000Z | Compiling const-oid v0.9.5 |
1445 | 2023-11-02T18:51:49.223Z | Compiling anyhow v1.0.75 |
1446 | 2023-11-02T18:51:49.818Z | Compiling time-core v0.1.1 |
1447 | 2023-11-02T18:51:49.926Z | Compiling bitflags v1.3.2 |
1448 | 2023-11-02T18:51:50.063Z | Compiling slog v2.7.0 |
1449 | 2023-11-02T18:51:50.188Z | Compiling serde_derive v1.0.188 |
1450 | 2023-11-02T18:51:50.210Z | Compiling thiserror-impl v1.0.49 |
1451 | 2023-11-02T18:51:50.236Z | Compiling zeroize_derive v1.4.2 |
1452 | 2023-11-02T18:51:50.262Z | Compiling tokio-macros v2.1.0 |
1453 | 2023-11-02T18:51:50.574Z | Compiling futures-macro v0.3.29 |
1454 | 2023-11-02T18:51:50.677Z | Compiling tracing-attributes v0.1.26 |
1455 | 2023-11-02T18:51:52.565Z | Compiling schemars_derive v0.8.13 |
1456 | 2023-11-02T18:51:52.659Z | Compiling openssl-macros v0.1.1 |
1457 | 2023-11-02T18:51:52.703Z | Compiling zerocopy-derive v0.2.0 |
1458 | 2023-11-02T18:51:52.708Z | Compiling zeroize v1.6.0 |
1459 | 2023-11-02T18:51:55.217Z | Compiling pest v2.7.2 |
1460 | 2023-11-02T18:51:55.829Z | Compiling crypto-common v0.1.6 |
1461 | 2023-11-02T18:51:56.211Z | Compiling block-buffer v0.10.4 |
1462 | 2023-11-02T18:51:56.230Z | Compiling tracing v0.1.37 |
1463 | 2023-11-02T18:51:56.591Z | Compiling crc32fast v1.3.2 |
1464 | 2023-11-02T18:51:56.876Z | Compiling digest v0.10.7 |
1465 | 2023-11-02T18:51:57.690Z | Compiling time-macros v0.2.13 |
1466 | 2023-11-02T18:51:57.914Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1467 | 2023-11-02T18:51:58.559Z | Compiling aho-corasick v1.0.4 |
1468 | 2023-11-02T18:51:59.745Z | Compiling pest_meta v2.7.2 |
1469 | 2023-11-02T18:52:00.010Z | Compiling crossbeam-epoch v0.9.15 |
1470 | 2023-11-02T18:52:00.189Z | Compiling ppv-lite86 v0.2.17 |
1471 | 2023-11-02T18:52:01.044Z | Compiling regex-syntax v0.8.2 |
1472 | 2023-11-02T18:52:01.452Z | Compiling async-trait v0.1.74 |
1473 | 2023-11-02T18:52:02.065Z | Compiling pest_generator v2.7.2 |
1474 | 2023-11-02T18:52:02.516Z | Compiling rustversion v1.0.14 |
1475 | 2023-11-02T18:52:05.051Z | Compiling rand_chacha v0.3.1 |
1476 | 2023-11-02T18:52:06.615Z | Compiling pest_derive v2.7.2 |
1477 | 2023-11-02T18:52:06.643Z | Compiling zerocopy v0.3.0 |
1478 | 2023-11-02T18:52:07.027Z | Compiling zerocopy-derive v0.6.4 |
1479 | 2023-11-02T18:52:07.293Z | Compiling regex-automata v0.4.3 |
1480 | 2023-11-02T18:52:07.668Z | Compiling strsim v0.10.0 |
1481 | 2023-11-02T18:52:08.093Z | Compiling base64 v0.21.5 |
1482 | 2023-11-02T18:52:08.741Z | Compiling dof v0.1.5 |
1483 | 2023-11-02T18:52:09.196Z | Compiling dtrace-parser v0.1.14 |
1484 | 2023-11-02T18:52:10.063Z | Compiling rand v0.8.5 |
1485 | 2023-11-02T18:52:13.551Z | Compiling bytes v1.5.0 |
1486 | 2023-11-02T18:52:13.878Z | Compiling indexmap v2.0.0 |
1487 | 2023-11-02T18:52:13.922Z | Compiling uuid v1.4.1 |
1488 | 2023-11-02T18:52:15.440Z | Compiling chrono v0.4.31 |
1489 | 2023-11-02T18:52:15.904Z | Compiling tokio v1.33.0 |
1490 | 2023-11-02T18:52:20.968Z | Compiling bitflags v2.4.0 |
1491 | 2023-11-02T18:52:21.474Z | Compiling serde_spanned v0.6.3 |
1492 | 2023-11-02T18:52:21.818Z | Compiling toml_datetime v0.6.3 |
1493 | 2023-11-02T18:52:21.915Z | Compiling http v0.2.9 |
1494 | 2023-11-02T18:52:22.433Z | Compiling toml_edit v0.19.15 |
1495 | 2023-11-02T18:52:22.495Z | Compiling rustc_version v0.4.0 |
1496 | 2023-11-02T18:52:23.508Z | Compiling heapless v0.7.16 |
1497 | 2023-11-02T18:52:26.440Z | Compiling regex v1.10.2 |
1498 | 2023-11-02T18:52:28.143Z | Compiling errno v0.3.2 |
1499 | 2023-11-02T18:52:28.618Z | Compiling thread-id v4.2.0 |
1500 | 2023-11-02T18:52:28.758Z | Compiling num-bigint v0.4.4 |
1501 | 2023-11-02T18:52:29.429Z | Compiling tokio-util v0.7.10 |
1502 | 2023-11-02T18:52:29.772Z | Compiling untrusted v0.7.1 |
1503 | 2023-11-02T18:52:30.079Z | Compiling hashbrown v0.12.3 |
1504 | 2023-11-02T18:52:31.904Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1505 | 2023-11-02T18:52:32.917Z | Compiling foreign-types-shared v0.1.1 |
1506 | 2023-11-02T18:52:33.101Z | Compiling percent-encoding v2.3.0 |
1507 | 2023-11-02T18:52:33.132Z | Compiling radium v0.7.0 |
1508 | 2023-11-02T18:52:33.603Z | Compiling untrusted v0.9.0 |
1509 | 2023-11-02T18:52:33.704Z | Compiling openssl-probe v0.1.5 |
1510 | 2023-11-02T18:52:33.739Z | Compiling smoltcp v0.9.1 |
1511 | 2023-11-02T18:52:33.864Z | Compiling foreign-types v0.3.2 |
1512 | 2023-11-02T18:52:38.164Z | Compiling strum_macros v0.25.2 |
1513 | 2023-11-02T18:52:38.458Z | Compiling serde_tokenstream v0.1.7 |
1514 | 2023-11-02T18:52:39.662Z | Compiling lazy_static v1.4.0 |
1515 | 2023-11-02T18:52:39.967Z | Compiling socket2 v0.4.9 |
1516 | 2023-11-02T18:52:41.711Z | Compiling unicode-width v0.1.11 |
1517 | 2023-11-02T18:52:42.194Z | Compiling adler v1.0.2 |
1518 | 2023-11-02T18:52:42.393Z | Compiling siphasher v0.3.11 |
1519 | 2023-11-02T18:52:42.693Z | Compiling try-lock v0.2.4 |
1520 | 2023-11-02T18:52:42.749Z | Compiling unicode-segmentation v1.10.1 |
1521 | 2023-11-02T18:52:42.775Z | Compiling miniz_oxide v0.7.1 |
1522 | 2023-11-02T18:52:42.915Z | Compiling want v0.3.1 |
1523 | 2023-11-02T18:52:46.297Z | Compiling sct v0.7.0 |
1524 | 2023-11-02T18:52:46.411Z | Compiling h2 v0.3.21 |
1525 | 2023-11-02T18:52:46.819Z | Compiling form_urlencoded v1.2.0 |
1526 | 2023-11-02T18:52:46.947Z | Compiling http-body v0.4.5 |
1527 | 2023-11-02T18:52:47.336Z | Compiling hubpack_derive v0.1.1 |
1528 | 2023-11-02T18:52:48.587Z | Compiling num-iter v0.1.43 |
1529 | 2023-11-02T18:52:49.290Z | Compiling tower-service v0.3.2 |
1530 | 2023-11-02T18:52:49.440Z | Compiling httpdate v1.0.3 |
1531 | 2023-11-02T18:52:49.479Z | Compiling utf8parse v0.2.1 |
1532 | 2023-11-02T18:52:49.952Z | Compiling anstyle v1.0.2 |
1533 | 2023-11-02T18:52:49.978Z | Compiling cpufeatures v0.2.9 |
1534 | 2023-11-02T18:52:50.128Z | Compiling sha2 v0.10.8 |
1535 | 2023-11-02T18:52:50.866Z | Compiling anstyle-parse v0.2.1 |
1536 | 2023-11-02T18:52:54.273Z | Compiling usdt-macro v0.3.5 |
1537 | 2023-11-02T18:52:55.149Z | Compiling usdt-attr-macro v0.3.5 |
1538 | 2023-11-02T18:52:56.879Z | Compiling openapiv3 v1.0.3 |
1539 | 2023-11-02T18:52:57.184Z | Compiling rustls-pemfile v1.0.3 |
1540 | 2023-11-02T18:52:57.373Z | Compiling hmac v0.12.1 |
1541 | 2023-11-02T18:52:57.699Z | Compiling md-5 v0.10.5 |
1542 | 2023-11-02T18:52:58.193Z | Compiling hyper v0.14.27 |
1543 | 2023-11-02T18:52:58.266Z | Compiling idna v0.4.0 |
1544 | 2023-11-02T18:52:58.298Z | Compiling stringprep v0.1.3 |
1545 | 2023-11-02T18:52:59.637Z | Compiling diesel_table_macro_syntax v0.1.0 |
1546 | 2023-11-02T18:52:59.857Z | Compiling hash32 v0.2.1 |
1547 | 2023-11-02T18:53:00.414Z | Compiling anstyle-query v1.0.0 |
1548 | 2023-11-02T18:53:00.475Z | Compiling gimli v0.28.0 |
1549 | 2023-11-02T18:53:00.616Z | Compiling either v1.9.0 |
1550 | 2023-11-02T18:53:00.668Z | Compiling fallible-iterator v0.2.0 |
1551 | 2023-11-02T18:53:02.418Z | Compiling stable_deref_trait v1.2.0 |
1552 | 2023-11-02T18:53:02.575Z | Compiling colorchoice v1.0.0 |
1553 | 2023-11-02T18:53:02.809Z | Compiling anstream v0.5.0 |
1554 | 2023-11-02T18:53:03.867Z | Compiling postgres-protocol v0.6.6 |
1555 | 2023-11-02T18:53:04.704Z | Compiling diesel_derives v2.1.1 |
1556 | 2023-11-02T18:53:05.743Z | Compiling url v2.4.1 |
1557 | 2023-11-02T18:53:08.303Z | Compiling addr2line v0.21.0 |
1558 | 2023-11-02T18:53:09.250Z | Compiling rustls-native-certs v0.6.3 |
1559 | 2023-11-02T18:53:09.360Z | Compiling tokio-native-tls v0.3.1 |
1560 | 2023-11-02T18:53:09.811Z | Compiling terminal_size v0.2.6 |
1561 | 2023-11-02T18:53:11.062Z | Compiling phf_shared v0.11.2 |
1562 | 2023-11-02T18:53:13.329Z | Compiling serde_tokenstream v0.2.0 |
1563 | 2023-11-02T18:53:13.708Z | Compiling block-padding v0.3.3 |
1564 | 2023-11-02T18:53:14.085Z | Compiling enum-as-inner v0.5.1 |
1565 | 2023-11-02T18:53:14.134Z | Compiling clap_derive v4.4.2 |
1566 | 2023-11-02T18:53:14.164Z | Compiling serde_repr v0.1.16 |
1567 | 2023-11-02T18:53:14.666Z | Compiling scheduled-thread-pool v0.2.7 |
1568 | 2023-11-02T18:53:15.479Z | Compiling object v0.32.1 |
1569 | 2023-11-02T18:53:15.791Z | Compiling tap v1.0.1 |
1570 | 2023-11-02T18:53:16.060Z | Compiling matches v0.1.10 |
1571 | 2023-11-02T18:53:16.208Z | Compiling managed v0.8.0 |
1572 | 2023-11-02T18:53:16.937Z | Compiling clap_lex v0.5.1 |
1573 | 2023-11-02T18:53:17.814Z | Compiling num_threads v0.1.6 |
1574 | 2023-11-02T18:53:18.015Z | Compiling rustc-demangle v0.1.23 |
1575 | 2023-11-02T18:53:19.428Z | Compiling deranged v0.3.8 |
1576 | 2023-11-02T18:53:22.685Z | Compiling bit-vec v0.6.3 |
1577 | 2023-11-02T18:53:23.385Z | Compiling ipnet v2.8.0 |
1578 | 2023-11-02T18:53:26.002Z | Compiling regex-automata v0.1.10 |
1579 | 2023-11-02T18:53:26.754Z | Compiling bstr v0.2.17 |
1580 | 2023-11-02T18:53:29.120Z | Compiling time v0.3.27 |
1581 | 2023-11-02T18:53:30.588Z | Compiling clap_builder v4.4.2 |
1582 | 2023-11-02T18:53:32.073Z | Compiling idna v0.2.3 |
1583 | 2023-11-02T18:53:32.923Z | Compiling wyz v0.5.1 |
1584 | 2023-11-02T18:53:33.687Z | Compiling r2d2 v0.8.10 |
1585 | 2023-11-02T18:53:34.484Z | Compiling inout v0.1.3 |
1586 | 2023-11-02T18:53:37.045Z | Compiling phf v0.11.2 |
1587 | 2023-11-02T18:53:37.200Z | Compiling hyper-tls v0.5.0 |
1588 | 2023-11-02T18:53:37.503Z | Compiling flate2 v1.0.28 |
1589 | 2023-11-02T18:53:37.741Z | Compiling postgres-types v0.2.6 |
1590 | 2023-11-02T18:53:37.834Z | Compiling itertools v0.11.0 |
1591 | 2023-11-02T18:53:39.179Z | Compiling hubpack v0.1.2 |
1592 | 2023-11-02T18:53:39.902Z | Compiling serde_urlencoded v0.7.1 |
1593 | 2023-11-02T18:53:40.041Z | Compiling phf_shared v0.10.0 |
1594 | 2023-11-02T18:53:40.687Z | Compiling ipnetwork v0.20.0 |
1595 | 2023-11-02T18:53:40.717Z | Compiling zerocopy v0.6.4 |
1596 | 2023-11-02T18:53:40.871Z | Compiling futures-executor v0.3.29 |
1597 | 2023-11-02T18:53:42.051Z | Compiling regress v0.7.1 |
1598 | 2023-11-02T18:53:42.563Z | Compiling float-cmp v0.9.0 |
1599 | 2023-11-02T18:53:42.709Z | Compiling encoding_rs v0.8.33 |
1600 | 2023-11-02T18:53:43.890Z | Compiling difflib v0.4.0 |
1601 | 2023-11-02T18:53:45.986Z | Compiling mime v0.3.17 |
1602 | 2023-11-02T18:53:46.030Z | Compiling predicates-core v1.0.6 |
1603 | 2023-11-02T18:53:46.339Z | Compiling data-encoding v2.4.0 |
1604 | 2023-11-02T18:53:46.515Z | Compiling regex-automata v0.3.8 |
1605 | 2023-11-02T18:53:46.570Z | Compiling static_assertions v1.1.0 |
1606 | 2023-11-02T18:53:46.716Z | Compiling whoami v1.4.1 |
1607 | 2023-11-02T18:53:46.801Z | Compiling precomputed-hash v0.1.1 |
1608 | 2023-11-02T18:53:46.967Z | Compiling normalize-line-endings v0.3.0 |
1609 | 2023-11-02T18:53:47.143Z | Compiling fixedbitset v0.4.2 |
1610 | 2023-11-02T18:53:47.799Z | Compiling funty v2.0.0 |
1611 | 2023-11-02T18:53:49.918Z | Compiling webpki-roots v0.25.2 |
1612 | 2023-11-02T18:53:50.175Z | Compiling new_debug_unreachable v1.0.4 |
1613 | 2023-11-02T18:53:50.337Z | Compiling string_cache v0.8.7 |
1614 | 2023-11-02T18:53:50.851Z | Compiling bitvec v1.0.1 |
1615 | 2023-11-02T18:53:50.897Z | Compiling bstr v1.6.0 |
1616 | 2023-11-02T18:53:50.966Z | Compiling petgraph v0.6.4 |
1617 | 2023-11-02T18:53:51.141Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1618 | 2023-11-02T18:53:53.758Z | Compiling trust-dns-proto v0.22.0 |
1619 | 2023-11-02T18:53:57.786Z | Compiling tokio-postgres v0.7.10 |
1620 | 2023-11-02T18:54:04.421Z | Compiling predicates v3.0.4 |
1621 | 2023-11-02T18:54:04.718Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1622 | 2023-11-02T18:54:11.390Z | Compiling diesel v2.1.3 |
1623 | 2023-11-02T18:54:11.595Z | Compiling futures v0.3.29 |
1624 | 2023-11-02T18:54:12.056Z | Compiling yasna v0.5.2 |
1625 | 2023-11-02T18:54:12.344Z | Compiling clap v4.4.3 |
1626 | 2023-11-02T18:54:12.844Z | Compiling cipher v0.4.4 |
1627 | 2023-11-02T18:54:13.703Z | Compiling similar v2.2.1 |
1628 | 2023-11-02T18:54:14.008Z | Compiling bit-set v0.5.3 |
1629 | 2023-11-02T18:54:14.433Z | Compiling itertools v0.10.5 |
1630 | 2023-11-02T18:54:14.843Z | Compiling usdt v0.3.5 |
1631 | 2023-11-02T18:54:15.717Z | Compiling console v0.15.7 |
1632 | 2023-11-02T18:54:16.404Z | Compiling tokio-stream v0.1.14 |
1633 | 2023-11-02T18:54:17.864Z | Compiling toml v0.7.8 |
1634 | 2023-11-02T18:54:17.876Z | Compiling hex v0.4.3 |
1635 | 2023-11-02T18:54:17.884Z | Compiling signature v2.1.0 |
1636 | 2023-11-02T18:54:20.124Z | Compiling lalrpop-util v0.19.12 |
1637 | 2023-11-02T18:54:21.096Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1638 | 2023-11-02T18:54:25.280Z | Compiling ident_case v1.0.1 |
1639 | 2023-11-02T18:54:27.081Z | Compiling darling_core v0.20.3 |
1640 | 2023-11-02T18:54:56.706Z | Compiling atty v0.2.14 |
1641 | 2023-11-02T18:54:56.979Z | Compiling proc-macro-error-attr v1.0.4 |
1642 | 2023-11-02T18:54:57.251Z | Compiling darling_macro v0.20.3 |
1643 | 2023-11-02T18:55:01.424Z | Compiling proc-macro-crate v1.3.1 |
1644 | 2023-11-02T18:55:05.311Z | Compiling dirs-sys-next v0.1.2 |
1645 | 2023-11-02T18:55:07.169Z | Compiling proc-macro-error v1.0.4 |
1646 | 2023-11-02T18:55:15.535Z | Compiling dirs-next v2.0.0 |
1647 | 2023-11-02T18:55:17.423Z | Compiling num_enum_derive v0.5.11 |
1648 | 2023-11-02T18:55:20.898Z | Compiling darling v0.20.3 |
1649 | 2023-11-02T18:55:22.338Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1650 | 2023-11-02T18:55:31.547Z | Compiling getopts v0.2.21 |
1651 | 2023-11-02T18:55:33.273Z | Compiling structmeta-derive v0.1.6 |
1652 | 2023-11-02T18:55:33.294Z | Compiling thread_local v1.1.7 |
1653 | 2023-11-02T18:55:33.783Z | Compiling multer v2.1.0 |
1654 | 2023-11-02T18:55:33.851Z | Compiling paste v1.0.14 |
1655 | 2023-11-02T18:55:35.716Z | Compiling slog-async v2.8.0 |
1656 | 2023-11-02T18:55:36.390Z | Compiling unsafe-libyaml v0.2.9 |
1657 | 2023-11-02T18:55:39.534Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1658 | 2023-11-02T18:55:41.684Z | Compiling match_cfg v0.1.0 |
1659 | 2023-11-02T18:55:42.014Z | Compiling camino v1.1.6 |
1660 | 2023-11-02T18:55:50.486Z | Compiling hostname v0.3.1 |
1661 | 2023-11-02T18:55:53.738Z | Compiling serde_yaml v0.9.25 |
1662 | 2023-11-02T18:55:59.905Z | Compiling structmeta v0.1.6 |
1663 | 2023-11-02T18:56:02.020Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1664 | 2023-11-02T18:56:09.409Z | Compiling serde_with_macros v2.3.3 |
1665 | 2023-11-02T18:56:09.821Z | Compiling num_enum v0.5.11 |
1666 | 2023-11-02T18:56:13.067Z | Compiling term v0.7.0 |
1667 | 2023-11-02T18:56:13.263Z | Compiling slog-json v2.6.1 |
1668 | 2023-11-02T18:56:13.302Z | Compiling crossbeam-channel v0.5.8 |
1669 | 2023-11-02T18:56:14.089Z | Compiling strum v0.25.0 |
1670 | 2023-11-02T18:56:14.757Z | Compiling async-stream-impl v0.3.5 |
1671 | 2023-11-02T18:56:16.207Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1672 | 2023-11-02T18:56:16.292Z | Compiling postcard-cobs v0.1.5-pre |
1673 | 2023-11-02T18:56:16.690Z | Compiling atomic-waker v1.1.1 |
1674 | 2023-11-02T18:56:17.003Z | Compiling take_mut v0.2.2 |
1675 | 2023-11-02T18:56:17.013Z | Compiling regex-syntax v0.6.29 |
1676 | 2023-11-02T18:56:17.261Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1677 | 2023-11-02T18:56:17.686Z | Compiling waitgroup v0.1.2 |
1678 | 2023-11-02T18:56:18.105Z | Compiling async-stream v0.3.5 |
1679 | 2023-11-02T18:56:18.128Z | Compiling postcard v0.7.3 |
1680 | 2023-11-02T18:56:18.816Z | Compiling slog-term v2.9.0 |
1681 | 2023-11-02T18:56:21.393Z | Compiling slog-bunyan v2.4.0 |
1682 | 2023-11-02T18:56:22.204Z | Compiling serde_with v2.3.3 |
1683 | 2023-11-02T18:56:23.025Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1684 | 2023-11-02T18:56:26.708Z | Compiling parse-display-derive v0.7.0 |
1685 | 2023-11-02T18:56:30.390Z | Compiling smoltcp v0.8.2 |
1686 | 2023-11-02T18:56:32.664Z | Compiling sha1 v0.10.5 |
1687 | 2023-11-02T18:56:32.928Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1688 | 2023-11-02T18:56:34.640Z | Compiling serde_path_to_error v0.1.14 |
1689 | 2023-11-02T18:56:35.245Z | Compiling foreign-types-macros v0.2.3 |
1690 | 2023-11-02T18:56:35.907Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1691 | 2023-11-02T18:56:36.150Z | Compiling instant v0.1.12 |
1692 | 2023-11-02T18:56:36.329Z | Compiling cfg-if v0.1.10 |
1693 | 2023-11-02T18:56:36.376Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1694 | 2023-11-02T18:56:36.473Z | Compiling debug-ignore v1.0.5 |
1695 | 2023-11-02T18:56:36.695Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1696 | 2023-11-02T18:56:36.726Z | Compiling foreign-types-shared v0.3.1 |
1697 | 2023-11-02T18:56:36.924Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1698 | 2023-11-02T18:56:37.074Z | Compiling foreign-types v0.5.0 |
1699 | 2023-11-02T18:56:37.246Z | Compiling backoff v0.4.0 |
1700 | 2023-11-02T18:56:37.276Z | Compiling parse-display v0.7.0 |
1701 | 2023-11-02T18:56:37.889Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1702 | 2023-11-02T18:56:38.186Z | Compiling is-terminal v0.4.9 |
1703 | 2023-11-02T18:56:38.211Z | Compiling macaddr v1.0.1 |
1704 | 2023-11-02T18:56:38.377Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1705 | 2023-11-02T18:56:39.379Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1706 | 2023-11-02T18:56:39.528Z | Compiling cstr-argument v0.1.2 |
1707 | 2023-11-02T18:56:39.901Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1708 | 2023-11-02T18:56:40.314Z | Compiling pretty-hex v0.2.1 |
1709 | 2023-11-02T18:56:40.640Z | Compiling base64ct v1.6.0 |
1710 | 2023-11-02T18:56:40.678Z | Compiling crucible-workspace-hack v0.1.0 |
1711 | 2023-11-02T18:56:41.605Z | Compiling password-hash v0.5.0 |
1712 | 2023-11-02T18:56:41.863Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1713 | 2023-11-02T18:56:42.219Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1714 | 2023-11-02T18:56:42.771Z | Compiling colored v2.0.4 |
1715 | 2023-11-02T18:56:43.425Z | Compiling textwrap v0.11.0 |
1716 | 2023-11-02T18:56:43.636Z | Compiling heck v0.3.3 |
1717 | 2023-11-02T18:56:44.211Z | Compiling blake2 v0.10.6 |
1718 | 2023-11-02T18:56:45.105Z | Compiling vec_map v0.8.2 |
1719 | 2023-11-02T18:56:45.252Z | Compiling libefi-sys v0.1.0 |
1720 | 2023-11-02T18:56:45.555Z | Compiling ansi_term v0.12.1 |
1721 | 2023-11-02T18:56:45.633Z | Compiling rayon-core v1.12.0 |
1722 | 2023-11-02T18:56:45.659Z | Compiling strsim v0.8.0 |
1723 | 2023-11-02T18:56:46.092Z | Compiling clap v2.34.0 |
1724 | 2023-11-02T18:56:46.474Z | Compiling argon2 v0.5.2 |
1725 | 2023-11-02T18:56:46.989Z | Compiling structopt-derive v0.4.18 |
1726 | 2023-11-02T18:56:50.729Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1727 | 2023-11-02T18:56:51.336Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1728 | 2023-11-02T18:56:51.604Z | Compiling zone_cfg_derive v0.2.0 |
1729 | 2023-11-02T18:56:51.860Z | Compiling crossbeam-deque v0.8.3 |
1730 | 2023-11-02T18:56:52.081Z | Compiling num-derive v0.4.0 |
1731 | 2023-11-02T18:56:52.500Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1732 | 2023-11-02T18:56:53.091Z | Compiling portable-atomic v1.4.3 |
1733 | 2023-11-02T18:56:53.825Z | Compiling keccak v0.1.4 |
1734 | 2023-11-02T18:56:54.530Z | Compiling sha3 v0.10.8 |
1735 | 2023-11-02T18:56:55.244Z | Compiling zone v0.2.0 |
1736 | 2023-11-02T18:56:55.324Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1737 | 2023-11-02T18:56:55.800Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1738 | 2023-11-02T18:56:58.781Z | Compiling structopt v0.3.26 |
1739 | 2023-11-02T18:56:59.021Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1740 | 2023-11-02T18:57:00.015Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1741 | 2023-11-02T18:57:01.455Z | Compiling hkdf v0.12.3 |
1742 | 2023-11-02T18:57:02.160Z | Compiling smf v0.2.2 |
1743 | 2023-11-02T18:57:02.178Z | Compiling secrecy v0.8.0 |
1744 | 2023-11-02T18:57:02.184Z | Compiling xattr v1.0.1 |
1745 | 2023-11-02T18:57:02.189Z | Compiling filetime v0.2.22 |
1746 | 2023-11-02T18:57:02.194Z | Compiling fastrand v2.0.0 |
1747 | 2023-11-02T18:57:02.400Z | Compiling same-file v1.0.6 |
1748 | 2023-11-02T18:57:02.454Z | Compiling tar v0.4.40 |
1749 | 2023-11-02T18:57:02.867Z | Compiling tempfile v3.8.0 |
1750 | 2023-11-02T18:57:03.407Z | Compiling walkdir v2.4.0 |
1751 | 2023-11-02T18:57:04.736Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1752 | 2023-11-02T18:57:05.345Z | Compiling rayon v1.8.0 |
1753 | 2023-11-02T18:57:06.326Z | Compiling number_prefix v0.4.0 |
1754 | 2023-11-02T18:57:06.733Z | Compiling topological-sort v0.2.2 |
1755 | 2023-11-02T18:57:13.737Z | Compiling indicatif v0.17.7 |
1756 | 2023-11-02T18:57:19.714Z | Compiling bzip2 v0.4.4 |
1757 | 2023-11-02T18:57:20.252Z | Compiling zip v0.6.6 |
1758 | 2023-11-02T18:57:25.546Z | Compiling rustls-webpki v0.101.7 |
1759 | 2023-11-02T18:57:31.229Z | Compiling tokio-rustls v0.24.1 |
1760 | 2023-11-02T18:57:31.705Z | Compiling hyper-rustls v0.24.2 |
1761 | 2023-11-02T18:57:32.206Z | Compiling reqwest v0.11.20 |
1762 | 2023-11-02T18:57:36.085Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1763 | 2023-11-02T18:57:36.269Z | Compiling omicron-zone-package v0.8.3 |
1764 | 2023-11-02T18:57:36.511Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1765 | 2023-11-02T18:57:49.556Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1766 | 2023-11-02T18:57:50.326Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1767 | 2023-11-02T18:57:51.141Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1768 | 2023-11-02T18:57:51.369Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1769 | 2023-11-02T18:58:05.465Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1770 | 2023-11-02T18:58:05.472Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1771 | 2023-11-02T18:58:05.512Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1772 | 2023-11-02T18:58:22.653Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1773 | 2023-11-02T18:58:22.874Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1774 | 2023-11-02T18:58:56.541Z | Finished release [optimized] target(s) in 8m 08s |
1775 | 2023-11-02T18:58:56.802Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1776 | 2023-11-02T18:58:56.906Z | Created new build target 'test' and set it as active |
1777 | 2023-11-02T18:58:56.921Z | |
1778 | 2023-11-02T18:58:56.951Z | real 8:08.700121411 |
1779 | 2023-11-02T18:58:56.977Z | user 51:44.672843272 |
1780 | 2023-11-02T18:58:56.996Z | sys 4:44.155907673 |
1781 | 2023-11-02T18:58:57.011Z | trap 1.997636126 |
1782 | 2023-11-02T18:58:57.024Z | tflt 3.521954304 |
1783 | 2023-11-02T18:58:57.048Z | dflt 4.837775787 |
1784 | 2023-11-02T18:58:57.060Z | kflt 0.026664006 |
1785 | 2023-11-02T18:58:57.142Z | lock 1:50:34.073218900 |
1786 | 2023-11-02T18:58:57.156Z | slp 3:19:46.572640894 |
1787 | 2023-11-02T18:58:57.171Z | lat 2:16.743200787 |
1788 | 2023-11-02T18:58:57.181Z | stop 4:43.470910272 |
1789 | 2023-11-02T18:58:57.195Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1790 | 2023-11-02T18:58:58.211Z | Finished release [optimized] target(s) in 1.19s |
1791 | 2023-11-02T18:58:58.235Z | Running `target/release/omicron-package -t test package` |
1792 | 2023-11-02T18:58:58.268Z | Nov 02 18:58:58.265 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1793 | 2023-11-02T18:59:00.337Z | Compiling serde_json v1.0.108 |
1794 | 2023-11-02T18:59:00.378Z | Compiling linked-hash-map v0.5.6 |
1795 | 2023-11-02T18:59:00.394Z | Compiling slog-dtrace v0.2.3 |
1796 | 2023-11-02T18:59:00.407Z | Compiling quick-error v1.2.3 |
1797 | 2023-11-02T18:59:00.838Z | Compiling same-file v1.0.6 |
1798 | 2023-11-02T18:59:00.847Z | Compiling semver-parser v0.10.2 |
1799 | 2023-11-02T18:59:00.858Z | Compiling fastrand v2.0.0 |
1800 | 2023-11-02T18:59:00.882Z | Compiling termcolor v1.2.0 |
1801 | 2023-11-02T18:59:00.890Z | Compiling resolv-conf v0.7.0 |
1802 | 2023-11-02T18:59:00.900Z | Compiling walkdir v2.4.0 |
1803 | 2023-11-02T18:59:00.906Z | Compiling filetime v0.2.22 |
1804 | 2023-11-02T18:59:00.911Z | Compiling lru-cache v0.1.2 |
1805 | 2023-11-02T18:59:00.919Z | Compiling tempfile v3.8.0 |
1806 | 2023-11-02T18:59:00.928Z | Compiling trust-dns-resolver v0.22.0 |
1807 | 2023-11-02T18:59:00.936Z | Compiling xattr v1.0.1 |
1808 | 2023-11-02T18:59:01.358Z | Compiling semver v0.11.0 |
1809 | 2023-11-02T18:59:01.370Z | Compiling memoffset v0.7.1 |
1810 | 2023-11-02T18:59:01.388Z | Compiling home v0.5.5 |
1811 | 2023-11-02T18:59:01.546Z | Compiling base64 v0.13.1 |
1812 | 2023-11-02T18:59:01.662Z | Compiling toolchain_find v0.2.0 |
1813 | 2023-11-02T18:59:01.868Z | Compiling tar v0.4.40 |
1814 | 2023-11-02T18:59:01.879Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1815 | 2023-11-02T18:59:02.450Z | Compiling libz-sys v1.1.12 |
1816 | 2023-11-02T18:59:02.486Z | Compiling toml v0.5.11 |
1817 | 2023-11-02T18:59:02.722Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1818 | 2023-11-02T18:59:02.831Z | Compiling schemars v0.8.13 |
1819 | 2023-11-02T18:59:02.981Z | Compiling reqwest v0.11.20 |
1820 | 2023-11-02T18:59:03.032Z | Compiling openapiv3 v1.0.3 |
1821 | 2023-11-02T18:59:03.270Z | Compiling usdt-impl v0.3.5 |
1822 | 2023-11-02T18:59:05.038Z | Compiling usdt v0.3.5 |
1823 | 2023-11-02T18:59:05.820Z | Compiling postgres-types v0.2.6 |
1824 | 2023-11-02T18:59:08.292Z | Compiling ipnetwork v0.20.0 |
1825 | 2023-11-02T18:59:11.806Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1826 | 2023-11-02T18:59:14.469Z | Compiling tokio-postgres v0.7.10 |
1827 | 2023-11-02T18:59:16.789Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1828 | 2023-11-02T18:59:16.993Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1829 | 2023-11-02T18:59:18.457Z | Compiling slog-json v2.6.1 |
1830 | 2023-11-02T18:59:19.312Z | Compiling slog-bunyan v2.4.0 |
1831 | 2023-11-02T18:59:19.734Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1832 | 2023-11-02T18:59:19.742Z | Compiling diesel v2.1.3 |
1833 | 2023-11-02T18:59:21.983Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1834 | 2023-11-02T18:59:28.429Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1835 | 2023-11-02T18:59:28.753Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1836 | 2023-11-02T18:59:33.280Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1837 | 2023-11-02T18:59:38.426Z | Compiling rustfmt-wrapper v0.2.0 |
1838 | 2023-11-02T18:59:38.986Z | Compiling omicron-zone-package v0.8.3 |
1839 | 2023-11-02T18:59:40.396Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1840 | 2023-11-02T18:59:40.798Z | Compiling cancel-safe-futures v0.1.5 |
1841 | 2023-11-02T18:59:42.633Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1842 | 2023-11-02T18:59:42.636Z | Compiling num-rational v0.4.1 |
1843 | 2023-11-02T18:59:42.799Z | Compiling utf-8 v0.7.6 |
1844 | 2023-11-02T18:59:43.731Z | Compiling pem-rfc7468 v0.7.0 |
1845 | 2023-11-02T18:59:44.578Z | Compiling der_derive v0.7.2 |
1846 | 2023-11-02T18:59:44.727Z | Compiling flagset v0.4.3 |
1847 | 2023-11-02T18:59:46.661Z | Compiling vergen v8.2.4 |
1848 | 2023-11-02T18:59:47.052Z | Compiling fxhash v0.2.1 |
1849 | 2023-11-02T18:59:47.395Z | Compiling num-complex v0.4.4 |
1850 | 2023-11-02T18:59:49.342Z | Compiling der v0.7.8 |
1851 | 2023-11-02T18:59:49.548Z | Compiling unicase v2.7.0 |
1852 | 2023-11-02T18:59:49.597Z | Compiling semver v0.1.20 |
1853 | 2023-11-02T18:59:49.865Z | Compiling num v0.4.1 |
1854 | 2023-11-02T18:59:50.052Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1855 | 2023-11-02T18:59:54.977Z | Compiling rustc_version v0.1.7 |
1856 | 2023-11-02T18:59:55.384Z | Compiling universal-hash v0.5.1 |
1857 | 2023-11-02T18:59:55.477Z | Compiling libsqlite3-sys v0.26.0 |
1858 | 2023-11-02T18:59:56.356Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1859 | 2023-11-02T18:59:56.586Z | Compiling arc-swap v1.6.0 |
1860 | 2023-11-02T18:59:56.684Z | Compiling spki v0.7.2 |
1861 | 2023-11-02T18:59:56.840Z | Compiling half v1.8.2 |
1862 | 2023-11-02T18:59:56.863Z | Compiling opaque-debug v0.3.0 |
1863 | 2023-11-02T18:59:56.889Z | Compiling maybe-uninit v2.0.0 |
1864 | 2023-11-02T18:59:56.916Z | Compiling ciborium-io v0.2.1 |
1865 | 2023-11-02T18:59:56.931Z | Compiling ciborium-ll v0.2.1 |
1866 | 2023-11-02T18:59:56.939Z | Compiling slog-scope v4.4.0 |
1867 | 2023-11-02T18:59:56.955Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1868 | 2023-11-02T18:59:57.024Z | Compiling newtype_derive v0.1.6 |
1869 | 2023-11-02T18:59:57.417Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1870 | 2023-11-02T19:00:02.341Z | Compiling packed_struct v0.10.1 |
1871 | 2023-11-02T19:00:02.877Z | Compiling num-bigint-dig v0.8.4 |
1872 | 2023-11-02T19:00:03.285Z | Compiling crc-catalog v2.2.0 |
1873 | 2023-11-02T19:00:03.508Z | Compiling signal-hook v0.3.17 |
1874 | 2023-11-02T19:00:03.885Z | Compiling parking_lot_core v0.8.6 |
1875 | 2023-11-02T19:00:03.936Z | Compiling crc v3.0.1 |
1876 | 2023-11-02T19:00:05.080Z | Compiling slog-stdlog v4.1.1 |
1877 | 2023-11-02T19:00:06.634Z | Compiling ciborium v0.2.1 |
1878 | 2023-11-02T19:00:06.701Z | Compiling pkcs8 v0.10.2 |
1879 | 2023-11-02T19:00:09.991Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1880 | 2023-11-02T19:00:10.011Z | Compiling toml_edit v0.20.0 |
1881 | 2023-11-02T19:00:10.379Z | Compiling hashlink v0.8.3 |
1882 | 2023-11-02T19:00:11.559Z | Compiling aead v0.5.2 |
1883 | 2023-11-02T19:00:12.045Z | Compiling nibble_vec v0.1.0 |
1884 | 2023-11-02T19:00:12.371Z | Compiling packed_struct_codegen v0.10.1 |
1885 | 2023-11-02T19:00:13.736Z | Compiling dirs-sys-next v0.1.2 |
1886 | 2023-11-02T19:00:14.522Z | Compiling crunchy v0.2.2 |
1887 | 2023-11-02T19:00:15.174Z | Compiling doc-comment v0.3.3 |
1888 | 2023-11-02T19:00:15.887Z | Compiling glob v0.3.1 |
1889 | 2023-11-02T19:00:16.693Z | Compiling fallible-streaming-iterator v0.1.9 |
1890 | 2023-11-02T19:00:17.071Z | Compiling nodrop v0.1.14 |
1891 | 2023-11-02T19:00:17.269Z | Compiling humantime v2.1.0 |
1892 | 2023-11-02T19:00:17.337Z | Compiling endian-type v0.1.2 |
1893 | 2023-11-02T19:00:17.685Z | Compiling radix_trie v0.2.1 |
1894 | 2023-11-02T19:00:18.717Z | Compiling clang-sys v1.6.1 |
1895 | 2023-11-02T19:00:19.214Z | Compiling array-init v0.0.4 |
1896 | 2023-11-02T19:00:19.485Z | Compiling rusqlite v0.29.0 |
1897 | 2023-11-02T19:00:21.609Z | Compiling toml v0.8.0 |
1898 | 2023-11-02T19:00:27.552Z | Compiling dirs-next v2.0.0 |
1899 | 2023-11-02T19:00:27.815Z | Compiling pkcs1 v0.7.5 |
1900 | 2023-11-02T19:00:28.154Z | Compiling smallvec v0.6.14 |
1901 | 2023-11-02T19:00:28.868Z | Compiling slog-envlogger v2.2.0 |
1902 | 2023-11-02T19:00:31.407Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1903 | 2023-11-02T19:00:31.554Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1904 | 2023-11-02T19:00:33.409Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1905 | 2023-11-02T19:00:34.196Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1906 | 2023-11-02T19:00:34.425Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1907 | 2023-11-02T19:00:44.663Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1908 | 2023-11-02T19:00:46.342Z | Compiling nix v0.26.2 |
1909 | 2023-11-02T19:00:46.911Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1910 | 2023-11-02T19:00:47.919Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1911 | 2023-11-02T19:00:48.441Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1912 | 2023-11-02T19:00:52.370Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1913 | 2023-11-02T19:00:53.514Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1914 | 2023-11-02T19:00:57.239Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1915 | 2023-11-02T19:00:59.698Z | Compiling num_enum_derive v0.7.0 |
1916 | 2023-11-02T19:01:04.106Z | Compiling twox-hash v1.6.3 |
1917 | 2023-11-02T19:01:04.276Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1918 | 2023-11-02T19:01:04.419Z | Compiling bitfield v0.14.0 |
1919 | 2023-11-02T19:01:04.672Z | Compiling tiny-keccak v2.0.2 |
1920 | 2023-11-02T19:01:04.909Z | Compiling platforms v3.0.2 |
1921 | 2023-11-02T19:01:05.068Z | Compiling prettyplease v0.2.12 |
1922 | 2023-11-02T19:01:05.343Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1923 | 2023-11-02T19:01:05.427Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1924 | 2023-11-02T19:01:06.375Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1925 | 2023-11-02T19:01:23.858Z | Compiling num_enum v0.7.0 |
1926 | 2023-11-02T19:01:24.109Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1927 | 2023-11-02T19:01:24.522Z | Compiling parking_lot v0.11.2 |
1928 | 2023-11-02T19:01:25.623Z | Compiling rsa v0.9.2 |
1929 | 2023-11-02T19:01:27.696Z | Compiling steno v0.4.0 |
1930 | 2023-11-02T19:01:28.479Z | Compiling serde-hex v0.1.0 |
1931 | 2023-11-02T19:01:31.182Z | Compiling mime_guess v2.0.4 |
1932 | 2023-11-02T19:01:36.183Z | Compiling term v0.7.0 |
1933 | 2023-11-02T19:01:36.529Z | Compiling trust-dns-client v0.22.0 |
1934 | 2023-11-02T19:01:36.671Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1935 | 2023-11-02T19:01:36.731Z | Compiling polyval v0.6.1 |
1936 | 2023-11-02T19:01:37.199Z | Compiling x509-cert v0.2.4 |
1937 | 2023-11-02T19:01:37.223Z | Compiling tungstenite v0.20.1 |
1938 | 2023-11-02T19:01:37.508Z | Compiling env_logger v0.10.0 |
1939 | 2023-11-02T19:01:43.809Z | Compiling ctr v0.9.2 |
1940 | 2023-11-02T19:01:44.330Z | Compiling aes v0.8.3 |
1941 | 2023-11-02T19:01:45.719Z | Compiling darling_core v0.14.4 |
1942 | 2023-11-02T19:01:48.816Z | Compiling ron v0.8.1 |
1943 | 2023-11-02T19:01:52.662Z | Compiling snafu-derive v0.7.5 |
1944 | 2023-11-02T19:01:54.801Z | Compiling bincode v1.3.3 |
1945 | 2023-11-02T19:01:57.420Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1946 | 2023-11-02T19:01:57.818Z | Compiling erased-serde v0.3.30 |
1947 | 2023-11-02T19:01:58.490Z | Compiling minimal-lexical v0.2.1 |
1948 | 2023-11-02T19:01:59.344Z | Compiling crc-any v2.4.3 |
1949 | 2023-11-02T19:01:59.787Z | Compiling convert_case v0.4.0 |
1950 | 2023-11-02T19:02:00.928Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1951 | 2023-11-02T19:02:01.069Z | Compiling derive_more v0.99.17 |
1952 | 2023-11-02T19:02:01.189Z | Compiling snafu v0.7.5 |
1953 | 2023-11-02T19:02:03.324Z | Compiling trust-dns-server v0.22.1 |
1954 | 2023-11-02T19:02:10.801Z | Compiling nom v7.1.3 |
1955 | 2023-11-02T19:02:14.308Z | Compiling darling_macro v0.14.4 |
1956 | 2023-11-02T19:02:14.372Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1957 | 2023-11-02T19:02:15.141Z | Compiling aes-gcm-siv v0.11.1 |
1958 | 2023-11-02T19:02:15.605Z | Compiling tokio-tungstenite v0.20.1 |
1959 | 2023-11-02T19:02:16.870Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1960 | 2023-11-02T19:02:17.341Z | Compiling ascii-canvas v3.0.0 |
1961 | 2023-11-02T19:02:19.652Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1962 | 2023-11-02T19:02:19.935Z | Compiling sled v0.34.7 |
1963 | 2023-11-02T19:02:28.562Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1964 | 2023-11-02T19:02:32.089Z | Compiling env_logger v0.9.3 |
1965 | 2023-11-02T19:02:32.125Z | Compiling tungstenite v0.18.0 |
1966 | 2023-11-02T19:02:38.561Z | Compiling object v0.30.4 |
1967 | 2023-11-02T19:02:39.941Z | Compiling is-terminal v0.4.9 |
1968 | 2023-11-02T19:02:40.121Z | Compiling ena v0.14.2 |
1969 | 2023-11-02T19:02:40.790Z | Compiling bitstruct_derive v0.1.0 |
1970 | 2023-11-02T19:02:41.305Z | Compiling derive-where v1.2.5 |
1971 | 2023-11-02T19:02:41.613Z | Compiling async-recursion v1.0.5 |
1972 | 2023-11-02T19:02:42.794Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1973 | 2023-11-02T19:02:43.015Z | Compiling libloading v0.7.4 |
1974 | 2023-11-02T19:02:43.120Z | Compiling ringbuffer v0.15.0 |
1975 | 2023-11-02T19:02:43.568Z | Compiling diff v0.1.13 |
1976 | 2023-11-02T19:02:44.165Z | Compiling linear-map v1.2.0 |
1977 | 2023-11-02T19:02:44.483Z | Compiling path-slash v0.1.5 |
1978 | 2023-11-02T19:02:44.786Z | Compiling ascii v1.1.0 |
1979 | 2023-11-02T19:02:44.816Z | Compiling pretty-hex v0.3.0 |
1980 | 2023-11-02T19:02:45.185Z | Compiling bindgen v0.65.1 |
1981 | 2023-11-02T19:02:45.837Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1982 | 2023-11-02T19:02:46.095Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1983 | 2023-11-02T19:02:46.752Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1984 | 2023-11-02T19:02:50.256Z | Compiling lalrpop v0.19.12 |
1985 | 2023-11-02T19:03:01.560Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1986 | 2023-11-02T19:03:05.258Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1987 | 2023-11-02T19:03:05.568Z | Compiling bitstruct v0.1.1 |
1988 | 2023-11-02T19:03:05.732Z | Compiling tokio-tungstenite v0.18.0 |
1989 | 2023-11-02T19:03:06.611Z | Compiling curve25519-dalek v4.1.0 |
1990 | 2023-11-02T19:03:10.568Z | Compiling cexpr v0.6.0 |
1991 | 2023-11-02T19:03:12.702Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1992 | 2023-11-02T19:03:21.140Z | Compiling darling v0.14.4 |
1993 | 2023-11-02T19:03:21.766Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1994 | 2023-11-02T19:03:22.326Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1995 | 2023-11-02T19:03:24.102Z | Compiling which v4.4.0 |
1996 | 2023-11-02T19:03:24.597Z | Compiling ff v0.13.0 |
1997 | 2023-11-02T19:03:24.602Z | Compiling path-dedot v3.1.0 |
1998 | 2023-11-02T19:03:24.613Z | Compiling serde_arrays v0.1.0 |
1999 | 2023-11-02T19:03:24.618Z | Compiling shlex v1.1.0 |
2000 | 2023-11-02T19:03:24.779Z | Compiling peeking_take_while v0.1.2 |
2001 | 2023-11-02T19:03:24.935Z | Compiling lazycell v1.3.0 |
2002 | 2023-11-02T19:03:24.939Z | Compiling display-error-chain v0.2.0 |
2003 | 2023-11-02T19:03:24.977Z | Compiling rustc-hash v1.1.0 |
2004 | 2023-11-02T19:03:25.198Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2005 | 2023-11-02T19:03:25.217Z | Compiling group v0.13.0 |
2006 | 2023-11-02T19:03:25.479Z | Compiling path-absolutize v3.1.0 |
2007 | 2023-11-02T19:03:25.755Z | Compiling derive_builder_core v0.12.0 |
2008 | 2023-11-02T19:03:27.002Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2009 | 2023-11-02T19:03:29.518Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2010 | 2023-11-02T19:03:31.384Z | Compiling olpc-cjson v0.1.3 |
2011 | 2023-11-02T19:03:32.020Z | Compiling pem v1.1.1 |
2012 | 2023-11-02T19:03:34.482Z | Compiling camino-tempfile v1.0.2 |
2013 | 2023-11-02T19:03:34.552Z | Compiling globset v0.4.13 |
2014 | 2023-11-02T19:03:35.804Z | Compiling crypto-bigint v0.5.2 |
2015 | 2023-11-02T19:03:37.150Z | Compiling serde_plain v1.0.2 |
2016 | 2023-11-02T19:03:38.140Z | Compiling libxml v0.3.3 |
2017 | 2023-11-02T19:03:38.544Z | Compiling thiserror-impl-no-std v2.0.2 |
2018 | 2023-11-02T19:03:40.447Z | Compiling polar-core v0.27.0 |
2019 | 2023-11-02T19:03:41.842Z | Compiling curve25519-dalek-derive v0.1.0 |
2020 | 2023-11-02T19:03:42.551Z | Compiling base16ct v0.2.0 |
2021 | 2023-11-02T19:03:42.617Z | Compiling buf-list v1.0.3 |
2022 | 2023-11-02T19:03:43.139Z | Compiling ref-cast v1.0.20 |
2023 | 2023-11-02T19:03:43.350Z | Compiling thiserror-no-std v2.0.2 |
2024 | 2023-11-02T19:03:43.515Z | Compiling elliptic-curve v0.13.5 |
2025 | 2023-11-02T19:03:44.448Z | Compiling tough v0.12.5 |
2026 | 2023-11-02T19:03:48.691Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2027 | 2023-11-02T19:03:49.471Z | Compiling derive_builder_macro v0.12.0 |
2028 | 2023-11-02T19:03:50.699Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2029 | 2023-11-02T19:03:51.065Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2030 | 2023-11-02T19:03:57.643Z | Compiling poly1305 v0.8.0 |
2031 | 2023-11-02T19:04:01.484Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2032 | 2023-11-02T19:04:03.509Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2033 | 2023-11-02T19:04:03.762Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2034 | 2023-11-02T19:04:03.868Z | Compiling chacha20 v0.9.1 |
2035 | 2023-11-02T19:04:03.891Z | Compiling strum_macros v0.24.3 |
2036 | 2023-11-02T19:04:03.937Z | Compiling const_format_proc_macros v0.2.31 |
2037 | 2023-11-02T19:04:04.032Z | Compiling bcs v0.1.6 |
2038 | 2023-11-02T19:04:05.061Z | Compiling ref-cast-impl v1.0.20 |
2039 | 2023-11-02T19:04:05.914Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2040 | 2023-11-02T19:04:07.161Z | Compiling cookie v0.16.2 |
2041 | 2023-11-02T19:04:07.166Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2042 | 2023-11-02T19:04:07.179Z | Compiling salty v0.2.0 |
2043 | 2023-11-02T19:04:07.203Z | Compiling highway v1.1.0 |
2044 | 2023-11-02T19:04:07.213Z | Compiling indoc v1.0.9 |
2045 | 2023-11-02T19:04:07.224Z | Compiling signature v1.6.4 |
2046 | 2023-11-02T19:04:07.230Z | Compiling ed25519 v1.5.3 |
2047 | 2023-11-02T19:04:07.622Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2048 | 2023-11-02T19:04:08.927Z | Compiling const_format v0.2.31 |
2049 | 2023-11-02T19:04:09.177Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2050 | 2023-11-02T19:04:10.734Z | Compiling chacha20poly1305 v0.10.1 |
2051 | 2023-11-02T19:04:11.668Z | Compiling derive_builder v0.12.0 |
2052 | 2023-11-02T19:04:11.949Z | Compiling vsss-rs v3.3.1 |
2053 | 2023-11-02T19:04:21.486Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2054 | 2023-11-02T19:04:22.052Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2055 | 2023-11-02T19:04:29.757Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2056 | 2023-11-02T19:04:31.870Z | Compiling signal-hook-mio v0.2.3 |
2057 | 2023-11-02T19:04:32.137Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2058 | 2023-11-02T19:04:32.694Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2059 | 2023-11-02T19:04:36.979Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2060 | 2023-11-02T19:04:37.349Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2061 | 2023-11-02T19:04:37.363Z | Compiling ron v0.7.1 |
2062 | 2023-11-02T19:04:46.937Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2063 | 2023-11-02T19:04:48.700Z | Compiling headers-core v0.2.0 |
2064 | 2023-11-02T19:04:48.954Z | Compiling bb8 v0.8.1 |
2065 | 2023-11-02T19:04:49.859Z | Compiling quick-xml v0.23.1 |
2066 | 2023-11-02T19:04:50.809Z | Compiling serde-big-array v0.5.1 |
2067 | 2023-11-02T19:04:51.182Z | Compiling oso-derive v0.27.0 |
2068 | 2023-11-02T19:04:51.999Z | Compiling impl-trait-for-tuples v0.2.2 |
2069 | 2023-11-02T19:04:52.555Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2070 | 2023-11-02T19:04:52.645Z | Compiling http-range v0.1.5 |
2071 | 2023-11-02T19:04:53.672Z | Compiling maplit v1.0.2 |
2072 | 2023-11-02T19:04:54.246Z | Compiling bit_field v0.10.2 |
2073 | 2023-11-02T19:04:54.262Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2074 | 2023-11-02T19:04:54.266Z | Compiling hyper-staticfile v0.9.5 |
2075 | 2023-11-02T19:05:00.045Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2076 | 2023-11-02T19:05:01.150Z | Compiling headers v0.3.9 |
2077 | 2023-11-02T19:05:08.280Z | Compiling crossterm v0.27.0 |
2078 | 2023-11-02T19:05:08.703Z | Compiling oso v0.27.0 |
2079 | 2023-11-02T19:05:24.101Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2080 | 2023-11-02T19:05:28.150Z | Compiling signal-hook-tokio v0.3.1 |
2081 | 2023-11-02T19:05:28.293Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2082 | 2023-11-02T19:05:28.324Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2083 | 2023-11-02T19:05:28.432Z | Compiling serde-big-array v0.4.1 |
2084 | 2023-11-02T19:05:28.689Z | Compiling cassowary v0.3.0 |
2085 | 2023-11-02T19:05:30.909Z | Compiling indoc v2.0.3 |
2086 | 2023-11-02T19:05:32.013Z | Compiling ratatui v0.23.0 |
2087 | 2023-11-02T19:05:32.407Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2088 | 2023-11-02T19:05:35.194Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2089 | 2023-11-02T19:05:40.976Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2090 | 2023-11-02T19:05:41.911Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2091 | 2023-11-02T19:05:44.887Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2092 | 2023-11-02T19:05:46.046Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2093 | 2023-11-02T19:05:50.802Z | Compiling fatfs v0.3.6 |
2094 | 2023-11-02T19:05:53.045Z | Compiling bytesize v1.3.0 |
2095 | 2023-11-02T19:05:53.557Z | Compiling nanorand v0.7.0 |
2096 | 2023-11-02T19:05:54.853Z | Compiling rtoolbox v0.0.1 |
2097 | 2023-11-02T19:05:56.110Z | Compiling unicode-linebreak v0.1.5 |
2098 | 2023-11-02T19:05:56.333Z | Compiling assert_matches v1.5.0 |
2099 | 2023-11-02T19:05:56.372Z | Compiling fs-err v2.9.0 |
2100 | 2023-11-02T19:05:56.509Z | Compiling smawk v0.3.1 |
2101 | 2023-11-02T19:05:56.525Z | Compiling corncobs v0.1.3 |
2102 | 2023-11-02T19:05:56.841Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2103 | 2023-11-02T19:05:57.205Z | Compiling textwrap v0.16.0 |
2104 | 2023-11-02T19:05:57.611Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2105 | 2023-11-02T19:05:57.703Z | Compiling rpassword v7.2.0 |
2106 | 2023-11-02T19:05:58.340Z | Compiling flume v0.11.0 |
2107 | 2023-11-02T19:05:58.985Z | Compiling tui-tree-widget v0.13.0 |
2108 | 2023-11-02T19:05:59.624Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2109 | 2023-11-02T19:06:02.448Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2110 | 2023-11-02T19:06:03.502Z | Compiling owo-colors v3.5.0 |
2111 | 2023-11-02T19:06:09.509Z | Compiling shell-words v1.1.0 |
2112 | 2023-11-02T19:06:09.996Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2113 | 2023-11-02T19:06:17.523Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2114 | 2023-11-02T19:07:30.757Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2115 | 2023-11-02T19:07:42.803Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2116 | 2023-11-02T19:09:29.179Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2117 | 2023-11-02T19:11:21.804Z | Compiling git2 v0.17.2 |
2118 | 2023-11-02T19:11:28.304Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2119 | 2023-11-02T19:11:30.010Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2120 | 2023-11-02T19:11:41.683Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2121 | 2023-11-02T19:12:08.395Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2122 | 2023-11-02T19:12:08.427Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2123 | 2023-11-02T19:12:08.500Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2124 | 2023-11-02T19:12:22.763Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2125 | 2023-11-02T19:21:08.719Z | Finished release [optimized] target(s) in 22m 10s |
2126 | 2023-11-02T19:22:32.903Z | |
2127 | 2023-11-02T19:22:32.908Z | real 23:36.050542984 |
2128 | 2023-11-02T19:22:32.912Z | user 2:46:18.393678186 |
2129 | 2023-11-02T19:22:32.917Z | sys 7:10.772892259 |
2130 | 2023-11-02T19:22:32.921Z | trap 5.191248598 |
2131 | 2023-11-02T19:22:32.926Z | tflt 1.597151540 |
2132 | 2023-11-02T19:22:32.943Z | dflt 3.655213353 |
2133 | 2023-11-02T19:22:32.954Z | kflt 0.001268416 |
2134 | 2023-11-02T19:22:32.961Z | lock 9:16:56.379785696 |
2135 | 2023-11-02T19:22:32.968Z | slp 6:49:40.282244167 |
2136 | 2023-11-02T19:22:32.976Z | lat 2:55.155915307 |
2137 | 2023-11-02T19:22:32.987Z | stop 52.784119447 |
2138 | 2023-11-02T19:22:33.001Z | + 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/*) |
2139 | 2023-11-02T19:22:33.018Z | + pfexec mkdir -p /work |
2140 | 2023-11-02T19:22:33.037Z | + pfexec chown build /work |
2141 | 2023-11-02T19:22:33.046Z | + 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 |
2142 | 2023-11-02T19:22:46.586Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2143 | 2023-11-02T19:22:46.596Z | a out/mg-ddm-gz.tar 61499K |
2144 | 2023-11-02T19:22:47.011Z | a out/omicron-sled-agent.tar 119537K |
2145 | 2023-11-02T19:22:47.014Z | a out/target/test 1K |
2146 | 2023-11-02T19:22:47.023Z | a out/npuzone/npuzone 36506K |
2147 | 2023-11-02T19:22:47.032Z | a package-manifest.toml 22K |
2148 | 2023-11-02T19:22:47.037Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2149 | 2023-11-02T19:22:47.461Z | a target/release/omicron-package 40819K |
2150 | 2023-11-02T19:22:47.494Z | a tools/create_virtual_hardware.sh 3K |
2151 | 2023-11-02T19:22:47.931Z | a tools/virtual_hardware.sh 4K |
2152 | 2023-11-02T19:22:47.939Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2153 | 2023-11-02T19:22:47.947Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2154 | 2023-11-02T19:22:47.956Z | a tools/scrimlet/softnpu-init.sh 3K |
2155 | 2023-11-02T19:22:47.966Z | a tools/scrimlet/softnpu-zone.txt 1K |
2156 | 2023-11-02T19:22:47.974Z | a tools/scrimlet/softnpu.toml 1K |
2157 | 2023-11-02T19:22:47.982Z | |
2158 | 2023-11-02T19:22:47.994Z | real 13.667766465 |
2159 | 2023-11-02T19:22:48.411Z | user 13.068190152 |
2160 | 2023-11-02T19:22:48.415Z | sys 1.064892421 |
2161 | 2023-11-02T19:22:48.418Z | trap 0.005031452 |
2162 | 2023-11-02T19:22:48.421Z | tflt 0.000000000 |
2163 | 2023-11-02T19:22:48.426Z | dflt 0.000000000 |
2164 | 2023-11-02T19:22:48.433Z | kflt 0.000000000 |
2165 | 2023-11-02T19:22:48.440Z | lock 0.000000000 |
2166 | 2023-11-02T19:22:48.447Z | slp 12.772205565 |
2167 | 2023-11-02T19:22:48.465Z | lat 0.421506931 |
2168 | 2023-11-02T19:22:48.469Z | stop 0.000269958 |
2169 | 2023-11-02T19:22:48.472Z | ++ pwd |
2170 | 2023-11-02T19:22:48.475Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2171 | 2023-11-02T19:22:48.478Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2172 | 2023-11-02T19:22:48.484Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2173 | 2023-11-02T19:22:48.486Z | Finished release [optimized] target(s) in 1.08s |
2174 | 2023-11-02T19:22:48.489Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2175 | 2023-11-02T19:22:48.492Z | Created new build target 'host' and set it as active |
2176 | 2023-11-02T19:22:48.497Z | |
2177 | 2023-11-02T19:22:48.508Z | real 1.231426899 |
2178 | 2023-11-02T19:22:48.521Z | user 0.880099942 |
2179 | 2023-11-02T19:22:48.943Z | sys 0.352084796 |
2180 | 2023-11-02T19:22:48.956Z | trap 0.000127910 |
2181 | 2023-11-02T19:22:48.966Z | tflt 0.000000000 |
2182 | 2023-11-02T19:22:48.979Z | dflt 0.000004818 |
2183 | 2023-11-02T19:22:48.991Z | kflt 0.000000000 |
2184 | 2023-11-02T19:22:49.002Z | lock 0.031882735 |
2185 | 2023-11-02T19:22:49.010Z | slp 0.018843307 |
2186 | 2023-11-02T19:22:49.014Z | lat 0.001601087 |
2187 | 2023-11-02T19:22:49.019Z | stop 0.000229013 |
2188 | 2023-11-02T19:22:49.025Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2189 | 2023-11-02T19:22:49.031Z | Finished release [optimized] target(s) in 1.02s |
2190 | 2023-11-02T19:22:49.036Z | Running `target/release/omicron-package -t host package` |
2191 | 2023-11-02T19:22:49.043Z | Nov 02 19:22:49.006 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2192 | 2023-11-02T19:22:50.183Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2193 | 2023-11-02T19:26:41.637Z | Finished release [optimized] target(s) in 3m 52s |
2194 | 2023-11-02T19:28:00.512Z | |
2195 | 2023-11-02T19:28:00.528Z | real 5:12.682299102 |
2196 | 2023-11-02T19:28:00.533Z | user 21:11.657091318 |
2197 | 2023-11-02T19:28:00.536Z | sys 1:16.105415235 |
2198 | 2023-11-02T19:28:00.540Z | trap 0.518944284 |
2199 | 2023-11-02T19:28:00.544Z | tflt 0.040245303 |
2200 | 2023-11-02T19:28:00.548Z | dflt 2.193639764 |
2201 | 2023-11-02T19:28:00.552Z | kflt 0.000390165 |
2202 | 2023-11-02T19:28:00.556Z | lock 1:16:43.106714532 |
2203 | 2023-11-02T19:28:00.560Z | slp 17:52.138170626 |
2204 | 2023-11-02T19:28:00.563Z | lat 6.755729592 |
2205 | 2023-11-02T19:28:00.566Z | stop 0.694294845 |
2206 | 2023-11-02T19:28:00.568Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2207 | 2023-11-02T19:28:00.572Z | + for package in "$@" |
2208 | 2023-11-02T19:28:00.574Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2209 | 2023-11-02T19:28:00.577Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.3-0.ci+gitf985e59cfb0 |
2210 | 2023-11-02T19:28:01.704Z | Finished release [optimized] target(s) in 1.11s |
2211 | 2023-11-02T19:28:01.743Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.3-0.ci+gitf985e59cfb0` |
2212 | 2023-11-02T19:28:01.776Z | Nov 02 19:28:01.774 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2213 | 2023-11-02T19:28:02.340Z | Created: out/versioned/omicron-sled-agent.tar |
2214 | 2023-11-02T19:28:02.344Z | + for package in "$@" |
2215 | 2023-11-02T19:28:02.347Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2216 | 2023-11-02T19:28:02.350Z | + echo 0.0.0 |
2217 | 2023-11-02T19:28:02.354Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2218 | 2023-11-02T19:28:02.357Z | a VERSION 1K |
2219 | 2023-11-02T19:28:02.360Z | + rm VERSION |
2220 | 2023-11-02T19:28:02.363Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.3-0.ci+gitf985e59cfb0 |
2221 | 2023-11-02T19:28:03.552Z | Finished release [optimized] target(s) in 1.12s |
2222 | 2023-11-02T19:28:03.621Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.3-0.ci+gitf985e59cfb0` |
2223 | 2023-11-02T19:28:03.636Z | Nov 02 19:28:03.616 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2224 | 2023-11-02T19:28:03.886Z | Created: out/versioned/mg-ddm-gz.tar |
2225 | 2023-11-02T19:28:03.905Z | + for package in "$@" |
2226 | 2023-11-02T19:28:03.909Z | + [[ propolis-server == mg-ddm-gz ]] |
2227 | 2023-11-02T19:28:03.912Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.3-0.ci+gitf985e59cfb0 |
2228 | 2023-11-02T19:28:05.012Z | Finished release [optimized] target(s) in 1.04s |
2229 | 2023-11-02T19:28:05.042Z | Running `target/release/omicron-package stamp propolis-server 1.0.3-0.ci+gitf985e59cfb0` |
2230 | 2023-11-02T19:28:05.083Z | Nov 02 19:28:05.080 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2231 | 2023-11-02T19:28:06.874Z | Created: out/versioned/propolis-server.tar.gz |
2232 | 2023-11-02T19:28:06.878Z | + for package in "$@" |
2233 | 2023-11-02T19:28:06.883Z | + [[ overlay == mg-ddm-gz ]] |
2234 | 2023-11-02T19:28:06.886Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.3-0.ci+gitf985e59cfb0 |
2235 | 2023-11-02T19:28:08.033Z | Finished release [optimized] target(s) in 1.06s |
2236 | 2023-11-02T19:28:08.058Z | Running `target/release/omicron-package stamp overlay 1.0.3-0.ci+gitf985e59cfb0` |
2237 | 2023-11-02T19:28:08.100Z | Nov 02 19:28:08.099 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2238 | 2023-11-02T19:28:08.104Z | Created: out/versioned/overlay.tar.gz |
2239 | 2023-11-02T19:28:08.108Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2240 | 2023-11-02T19:28:08.118Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2241 | 2023-11-02T19:28:08.121Z | ++ cd -- ./tools |
2242 | 2023-11-02T19:28:08.125Z | ++ pwd |
2243 | 2023-11-02T19:28:08.128Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2244 | 2023-11-02T19:28:08.132Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2245 | 2023-11-02T19:28:08.136Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2246 | 2023-11-02T19:28:08.140Z | ++ readlink -f /work |
2247 | 2023-11-02T19:28:08.144Z | + out_dir=/work |
2248 | 2023-11-02T19:28:08.148Z | + 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") |
2249 | 2023-11-02T19:28:08.151Z | + for dep in "${deps[@]}" |
2250 | 2023-11-02T19:28:08.155Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2251 | 2023-11-02T19:28:08.159Z | + for dep in "${deps[@]}" |
2252 | 2023-11-02T19:28:08.170Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2253 | 2023-11-02T19:28:08.174Z | + for dep in "${deps[@]}" |
2254 | 2023-11-02T19:28:08.177Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2255 | 2023-11-02T19:28:08.181Z | + for dep in "${deps[@]}" |
2256 | 2023-11-02T19:28:08.184Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2257 | 2023-11-02T19:28:08.187Z | ++ mktemp -d |
2258 | 2023-11-02T19:28:08.191Z | + tmp_gz=/tmp/tmp.dNaqRi |
2259 | 2023-11-02T19:28:08.194Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2260 | 2023-11-02T19:28:08.200Z | + echo '{"v":"1","t":"layer"}' |
2261 | 2023-11-02T19:28:08.218Z | + pkg_dir=/tmp/tmp.dNaqRi/root/opt/oxide/sled-agent |
2262 | 2023-11-02T19:28:08.242Z | + mkdir -p /tmp/tmp.dNaqRi/root/opt/oxide/sled-agent |
2263 | 2023-11-02T19:28:08.268Z | + cd /tmp/tmp.dNaqRi/root/opt/oxide/sled-agent |
2264 | 2023-11-02T19:28:08.324Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2265 | 2023-11-02T19:28:08.334Z | x ., 0 bytes, 0 tape blocks |
2266 | 2023-11-02T19:28:08.346Z | x zone-bundle, 38229024 bytes, 74667 tape blocks |
2267 | 2023-11-02T19:28:08.358Z | x sled-agent, 84264736 bytes, 164580 tape blocks |
2268 | 2023-11-02T19:28:08.368Z | x pkg, 0 bytes, 0 tape blocks |
2269 | 2023-11-02T19:28:08.376Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2270 | 2023-11-02T19:28:08.382Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2271 | 2023-11-02T19:28:08.393Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2272 | 2023-11-02T19:28:08.403Z | x VERSION, 25 bytes, 1 tape blocks |
2273 | 2023-11-02T19:28:08.413Z | + mkdir -p /tmp/tmp.dNaqRi/root/lib/svc/manifest/site/ |
2274 | 2023-11-02T19:28:08.419Z | + mv pkg/manifest.xml /tmp/tmp.dNaqRi/root/lib/svc/manifest/site/sled-agent.xml |
2275 | 2023-11-02T19:28:08.427Z | + cd - |
2276 | 2023-11-02T19:28:08.432Z | /work/oxidecomputer/omicron |
2277 | 2023-11-02T19:28:08.436Z | + pkg_dir=/tmp/tmp.dNaqRi/root/opt/oxide/mg-ddm |
2278 | 2023-11-02T19:28:08.453Z | + mkdir -p /tmp/tmp.dNaqRi/root/opt/oxide/mg-ddm |
2279 | 2023-11-02T19:28:08.459Z | + cd /tmp/tmp.dNaqRi/root/opt/oxide/mg-ddm |
2280 | 2023-11-02T19:28:08.464Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2281 | 2023-11-02T19:28:08.470Z | x ., 0 bytes, 0 tape blocks |
2282 | 2023-11-02T19:28:08.477Z | x ddmadm, 33178920 bytes, 64803 tape blocks |
2283 | 2023-11-02T19:28:08.488Z | x ddmd, 29783336 bytes, 58171 tape blocks |
2284 | 2023-11-02T19:28:08.496Z | x pkg, 0 bytes, 0 tape blocks |
2285 | 2023-11-02T19:28:08.507Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2286 | 2023-11-02T19:28:08.516Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2287 | 2023-11-02T19:28:08.528Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2288 | 2023-11-02T19:28:08.540Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2289 | 2023-11-02T19:28:08.559Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2290 | 2023-11-02T19:28:08.967Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2291 | 2023-11-02T19:28:08.991Z | x VERSION, 25 bytes, 1 tape blocks |
2292 | 2023-11-02T19:28:09.000Z | + cd - |
2293 | 2023-11-02T19:28:09.421Z | /work/oxidecomputer/omicron |
2294 | 2023-11-02T19:28:09.427Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.dNaqRi/root/opt/oxide |
2295 | 2023-11-02T19:28:09.440Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.dNaqRi/root/opt/oxide |
2296 | 2023-11-02T19:28:09.445Z | + cd /tmp/tmp.dNaqRi |
2297 | 2023-11-02T19:28:09.448Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2298 | 2023-11-02T19:28:20.570Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2299 | 2023-11-02T19:28:20.574Z | a oxide.json 1K |
2300 | 2023-11-02T19:28:20.577Z | a root/ 0K |
2301 | 2023-11-02T19:28:20.579Z | a root/opt/ 0K |
2302 | 2023-11-02T19:28:20.583Z | a root/opt/oxide/ 0K |
2303 | 2023-11-02T19:28:20.585Z | a root/opt/oxide/sled-agent/ 0K |
2304 | 2023-11-02T19:28:20.588Z | a root/opt/oxide/sled-agent/zone-bundle 37334K |
2305 | 2023-11-02T19:28:20.591Z | a root/opt/oxide/sled-agent/sled-agent 82290K |
2306 | 2023-11-02T19:28:20.594Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2307 | 2023-11-02T19:28:20.596Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2308 | 2023-11-02T19:28:20.599Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2309 | 2023-11-02T19:28:20.601Z | a root/opt/oxide/sled-agent/VERSION 1K |
2310 | 2023-11-02T19:28:20.604Z | a root/opt/oxide/mg-ddm/ 0K |
2311 | 2023-11-02T19:28:20.607Z | a root/opt/oxide/mg-ddm/ddmadm 32402K |
2312 | 2023-11-02T19:28:20.610Z | a root/opt/oxide/mg-ddm/ddmd 29086K |
2313 | 2023-11-02T19:28:20.613Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2314 | 2023-11-02T19:28:20.625Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2315 | 2023-11-02T19:28:20.634Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2316 | 2023-11-02T19:28:20.641Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2317 | 2023-11-02T19:28:20.648Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2318 | 2023-11-02T19:28:20.654Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2319 | 2023-11-02T19:28:20.658Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2320 | 2023-11-02T19:28:20.668Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2321 | 2023-11-02T19:28:20.684Z | a root/opt/oxide/propolis-server.tar.gz 64753K |
2322 | 2023-11-02T19:28:20.693Z | a root/opt/oxide/overlay.tar.gz 2K |
2323 | 2023-11-02T19:28:21.108Z | a root/lib/ 0K |
2324 | 2023-11-02T19:28:21.129Z | a root/lib/svc/ 0K |
2325 | 2023-11-02T19:28:21.142Z | a root/lib/svc/manifest/ 0K |
2326 | 2023-11-02T19:28:21.154Z | a root/lib/svc/manifest/site/ 0K |
2327 | 2023-11-02T19:28:21.168Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2328 | 2023-11-02T19:28:21.178Z | + cd / |
2329 | 2023-11-02T19:28:21.189Z | + rm -rf /tmp/tmp.dNaqRi |
2330 | 2023-11-02T19:28:21.196Z | |
2331 | 2023-11-02T19:28:21.199Z | real 12.483838078 |
2332 | 2023-11-02T19:28:21.203Z | user 11.562589365 |
2333 | 2023-11-02T19:28:21.207Z | sys 0.988655461 |
2334 | 2023-11-02T19:28:21.209Z | trap 0.002572352 |
2335 | 2023-11-02T19:28:21.212Z | tflt 0.000000000 |
2336 | 2023-11-02T19:28:21.215Z | dflt 0.000000000 |
2337 | 2023-11-02T19:28:21.218Z | kflt 0.000000000 |
2338 | 2023-11-02T19:28:21.220Z | lock 0.000000000 |
2339 | 2023-11-02T19:28:21.223Z | slp 24.090764049 |
2340 | 2023-11-02T19:28:21.226Z | lat 0.380623214 |
2341 | 2023-11-02T19:28:21.228Z | stop 0.000308425 |
2342 | 2023-11-02T19:28:21.231Z | + mkdir -p /work/zones |
2343 | 2023-11-02T19:28:21.239Z | + 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) |
2344 | 2023-11-02T19:28:21.253Z | + 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/ |
2345 | 2023-11-02T19:28:25.051Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2346 | 2023-11-02T19:28:25.429Z | Finished release [optimized] target(s) in 1.15s |
2347 | 2023-11-02T19:28:25.459Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2348 | 2023-11-02T19:28:25.503Z | Created new build target 'recovery' and set it as active |
2349 | 2023-11-02T19:28:25.507Z | |
2350 | 2023-11-02T19:28:25.526Z | real 1.318505228 |
2351 | 2023-11-02T19:28:25.536Z | user 0.942766011 |
2352 | 2023-11-02T19:28:25.541Z | sys 0.374149427 |
2353 | 2023-11-02T19:28:25.555Z | trap 0.000616227 |
2354 | 2023-11-02T19:28:25.560Z | tflt 0.000007287 |
2355 | 2023-11-02T19:28:25.977Z | dflt 0.000046835 |
2356 | 2023-11-02T19:28:26.409Z | kflt 0.000000000 |
2357 | 2023-11-02T19:28:26.438Z | lock 0.035656060 |
2358 | 2023-11-02T19:28:26.455Z | slp 0.022711884 |
2359 | 2023-11-02T19:28:26.471Z | lat 0.004056781 |
2360 | 2023-11-02T19:28:26.484Z | stop 0.000230373 |
2361 | 2023-11-02T19:28:26.906Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2362 | 2023-11-02T19:28:26.912Z | Finished release [optimized] target(s) in 1.11s |
2363 | 2023-11-02T19:28:26.938Z | Running `target/release/omicron-package -t recovery package` |
2364 | 2023-11-02T19:28:27.042Z | Nov 02 19:28:26.780 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2365 | 2023-11-02T19:28:27.826Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2366 | 2023-11-02T19:28:31.741Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2367 | 2023-11-02T19:29:03.889Z | Finished release [optimized] target(s) in 37.02s |
2368 | 2023-11-02T19:29:31.583Z | |
2369 | 2023-11-02T19:29:31.596Z | real 1:06.049909933 |
2370 | 2023-11-02T19:29:31.616Z | user 2:37.770212757 |
2371 | 2023-11-02T19:29:31.637Z | sys 12.243518347 |
2372 | 2023-11-02T19:29:31.660Z | trap 0.076834828 |
2373 | 2023-11-02T19:29:32.621Z | tflt 0.066157919 |
2374 | 2023-11-02T19:29:32.788Z | dflt 0.479073855 |
2375 | 2023-11-02T19:29:32.811Z | kflt 0.000147717 |
2376 | 2023-11-02T19:29:32.821Z | lock 14:10.402167154 |
2377 | 2023-11-02T19:29:32.839Z | slp 2:46.909548380 |
2378 | 2023-11-02T19:29:32.853Z | lat 1.696975139 |
2379 | 2023-11-02T19:29:32.874Z | stop 0.185311534 |
2380 | 2023-11-02T19:29:32.898Z | + stamp_packages installinator mg-ddm-gz |
2381 | 2023-11-02T19:29:32.916Z | + for package in "$@" |
2382 | 2023-11-02T19:29:32.929Z | + [[ installinator == mg-ddm-gz ]] |
2383 | 2023-11-02T19:29:33.350Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.3-0.ci+gitf985e59cfb0 |
2384 | 2023-11-02T19:29:33.372Z | Finished release [optimized] target(s) in 1.08s |
2385 | 2023-11-02T19:29:33.388Z | Running `target/release/omicron-package stamp installinator 1.0.3-0.ci+gitf985e59cfb0` |
2386 | 2023-11-02T19:29:33.423Z | Nov 02 19:29:32.797 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2387 | 2023-11-02T19:29:33.439Z | Created: out/versioned/installinator.tar |
2388 | 2023-11-02T19:29:33.450Z | + for package in "$@" |
2389 | 2023-11-02T19:29:33.477Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2390 | 2023-11-02T19:29:33.983Z | + echo 0.0.0 |
2391 | 2023-11-02T19:29:34.040Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2392 | 2023-11-02T19:29:34.092Z | a VERSION 1K |
2393 | 2023-11-02T19:29:34.130Z | + rm VERSION |
2394 | 2023-11-02T19:29:34.170Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.3-0.ci+gitf985e59cfb0 |
2395 | 2023-11-02T19:29:34.184Z | Finished release [optimized] target(s) in 1.07s |
2396 | 2023-11-02T19:29:34.214Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.3-0.ci+gitf985e59cfb0` |
2397 | 2023-11-02T19:29:34.239Z | Nov 02 19:29:34.155 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2398 | 2023-11-02T19:29:34.341Z | Created: out/versioned/mg-ddm-gz.tar |
2399 | 2023-11-02T19:29:34.774Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2400 | 2023-11-02T19:29:34.784Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2401 | 2023-11-02T19:29:34.795Z | ++ cd -- ./tools |
2402 | 2023-11-02T19:29:34.836Z | ++ pwd |
2403 | 2023-11-02T19:29:35.261Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2404 | 2023-11-02T19:29:35.269Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2405 | 2023-11-02T19:29:35.283Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2406 | 2023-11-02T19:29:35.295Z | ++ readlink -f /work |
2407 | 2023-11-02T19:29:35.302Z | + out_dir=/work |
2408 | 2023-11-02T19:29:35.305Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2409 | 2023-11-02T19:29:35.311Z | + for dep in "${deps[@]}" |
2410 | 2023-11-02T19:29:35.759Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2411 | 2023-11-02T19:29:35.775Z | + for dep in "${deps[@]}" |
2412 | 2023-11-02T19:29:35.778Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2413 | 2023-11-02T19:29:35.788Z | ++ mktemp -d |
2414 | 2023-11-02T19:29:35.792Z | + tmp_trampoline=/tmp/tmp.CQaOVi |
2415 | 2023-11-02T19:29:35.796Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2416 | 2023-11-02T19:29:35.804Z | + echo '{"v":"1","t":"layer"}' |
2417 | 2023-11-02T19:29:35.808Z | + pkg_dir=/tmp/tmp.CQaOVi/root/opt/oxide/installinator |
2418 | 2023-11-02T19:29:35.814Z | + mkdir -p /tmp/tmp.CQaOVi/root/opt/oxide/installinator |
2419 | 2023-11-02T19:29:35.818Z | + cd /tmp/tmp.CQaOVi/root/opt/oxide/installinator |
2420 | 2023-11-02T19:29:35.822Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2421 | 2023-11-02T19:29:35.828Z | x ., 0 bytes, 0 tape blocks |
2422 | 2023-11-02T19:29:35.836Z | x installinator, 52075576 bytes, 101711 tape blocks |
2423 | 2023-11-02T19:29:35.843Z | x pkg, 0 bytes, 0 tape blocks |
2424 | 2023-11-02T19:29:35.850Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2425 | 2023-11-02T19:29:35.853Z | x VERSION, 25 bytes, 1 tape blocks |
2426 | 2023-11-02T19:29:35.857Z | + mkdir -p /tmp/tmp.CQaOVi/root/lib/svc/manifest/site/ |
2427 | 2023-11-02T19:29:35.862Z | + mv pkg/manifest.xml /tmp/tmp.CQaOVi/root/lib/svc/manifest/site/installinator.xml |
2428 | 2023-11-02T19:29:35.867Z | + cd - |
2429 | 2023-11-02T19:29:35.876Z | /work/oxidecomputer/omicron |
2430 | 2023-11-02T19:29:35.885Z | + pkg_dir=/tmp/tmp.CQaOVi/root/opt/oxide/mg-ddm |
2431 | 2023-11-02T19:29:35.925Z | + mkdir -p /tmp/tmp.CQaOVi/root/opt/oxide/mg-ddm |
2432 | 2023-11-02T19:29:35.935Z | + cd /tmp/tmp.CQaOVi/root/opt/oxide/mg-ddm |
2433 | 2023-11-02T19:29:35.946Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2434 | 2023-11-02T19:29:35.961Z | x ., 0 bytes, 0 tape blocks |
2435 | 2023-11-02T19:29:36.382Z | x ddmadm, 33178920 bytes, 64803 tape blocks |
2436 | 2023-11-02T19:29:36.391Z | x ddmd, 29783336 bytes, 58171 tape blocks |
2437 | 2023-11-02T19:29:36.406Z | x pkg, 0 bytes, 0 tape blocks |
2438 | 2023-11-02T19:29:36.447Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2439 | 2023-11-02T19:29:36.482Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2440 | 2023-11-02T19:29:36.488Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2441 | 2023-11-02T19:29:36.497Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2442 | 2023-11-02T19:29:36.537Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2443 | 2023-11-02T19:29:36.968Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2444 | 2023-11-02T19:29:36.980Z | x VERSION, 25 bytes, 1 tape blocks |
2445 | 2023-11-02T19:29:36.987Z | + cd - |
2446 | 2023-11-02T19:29:36.996Z | /work/oxidecomputer/omicron |
2447 | 2023-11-02T19:29:37.007Z | + cd /tmp/tmp.CQaOVi |
2448 | 2023-11-02T19:29:37.017Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2449 | 2023-11-02T19:29:41.038Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2450 | 2023-11-02T19:29:41.493Z | a oxide.json 1K |
2451 | 2023-11-02T19:29:41.506Z | a root/ 0K |
2452 | 2023-11-02T19:29:41.524Z | a root/opt/ 0K |
2453 | 2023-11-02T19:29:41.542Z | a root/opt/oxide/ 0K |
2454 | 2023-11-02T19:29:41.548Z | a root/opt/oxide/installinator/ 0K |
2455 | 2023-11-02T19:29:41.557Z | a root/opt/oxide/installinator/installinator 50856K |
2456 | 2023-11-02T19:29:41.567Z | a root/opt/oxide/installinator/pkg/ 0K |
2457 | 2023-11-02T19:29:41.572Z | a root/opt/oxide/installinator/VERSION 1K |
2458 | 2023-11-02T19:29:41.584Z | a root/opt/oxide/mg-ddm/ 0K |
2459 | 2023-11-02T19:29:41.595Z | a root/opt/oxide/mg-ddm/ddmadm 32402K |
2460 | 2023-11-02T19:29:41.602Z | a root/opt/oxide/mg-ddm/ddmd 29086K |
2461 | 2023-11-02T19:29:41.616Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2462 | 2023-11-02T19:29:41.627Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2463 | 2023-11-02T19:29:41.644Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2464 | 2023-11-02T19:29:41.651Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2465 | 2023-11-02T19:29:41.655Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2466 | 2023-11-02T19:29:41.660Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2467 | 2023-11-02T19:29:41.665Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2468 | 2023-11-02T19:29:41.669Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2469 | 2023-11-02T19:29:41.674Z | a root/lib/ 0K |
2470 | 2023-11-02T19:29:41.681Z | a root/lib/svc/ 0K |
2471 | 2023-11-02T19:29:41.684Z | a root/lib/svc/manifest/ 0K |
2472 | 2023-11-02T19:29:41.687Z | a root/lib/svc/manifest/site/ 0K |
2473 | 2023-11-02T19:29:41.692Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2474 | 2023-11-02T19:29:41.695Z | + cd / |
2475 | 2023-11-02T19:29:41.698Z | + rm -rf /tmp/tmp.CQaOVi |
2476 | 2023-11-02T19:29:41.701Z | |
2477 | 2023-11-02T19:29:41.704Z | real 6.201516143 |
2478 | 2023-11-02T19:29:41.707Z | user 5.809854168 |
2479 | 2023-11-02T19:29:41.712Z | sys 0.418519834 |
2480 | 2023-11-02T19:29:41.717Z | trap 0.001668293 |
2481 | 2023-11-02T19:29:41.719Z | tflt 0.000000000 |
2482 | 2023-11-02T19:29:41.723Z | dflt 0.000000000 |
2483 | 2023-11-02T19:29:41.727Z | kflt 0.000000000 |
2484 | 2023-11-02T19:29:41.730Z | lock 0.000000000 |
2485 | 2023-11-02T19:29:41.732Z | slp 12.002119549 |
2486 | 2023-11-02T19:29:41.735Z | lat 0.181530089 |
2487 | 2023-11-02T19:29:41.738Z | stop 0.000290720 |
2488 | 2023-11-02T19:29:41.742Z | process exited: duration 2475121 ms, exit code 0 |
|
2489 | 2023-11-02T19:29:41.757Z | found 21 output files |
2490 | 2023-11-02T19:29:41.767Z | uploading: /work/version.txt (26 bytes) |
2491 | 2023-11-02T19:29:42.803Z | uploaded: /work/version.txt |
2492 | 2023-11-02T19:29:43.262Z | uploading: /work/package.tar.gz (83231032 bytes) |
2493 | 2023-11-02T19:30:23.213Z | uploaded: /work/package.tar.gz |
2494 | 2023-11-02T19:30:23.271Z | uploading: /work/global-zone-packages.tar.gz (124732320 bytes) |
2495 | 2023-11-02T19:31:54.631Z | uploaded: /work/global-zone-packages.tar.gz |
2496 | 2023-11-02T19:31:54.657Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36565101 bytes) |
2497 | 2023-11-02T19:32:15.975Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2498 | 2023-11-02T19:32:15.982Z | uploading: /work/zones/clickhouse.tar.gz (181928837 bytes) |
2499 | 2023-11-02T19:34:13.777Z | uploaded: /work/zones/clickhouse.tar.gz |
2500 | 2023-11-02T19:34:13.884Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181930410 bytes) |
2501 | 2023-11-02T19:35:56.046Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2502 | 2023-11-02T19:35:56.106Z | uploading: /work/zones/cockroachdb.tar.gz (118994604 bytes) |
2503 | 2023-11-02T19:37:15.328Z | uploaded: /work/zones/cockroachdb.tar.gz |
2504 | 2023-11-02T19:37:16.308Z | uploading: /work/zones/crucible-pantry.tar.gz (22659096 bytes) |
2505 | 2023-11-02T19:37:29.009Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2506 | 2023-11-02T19:37:29.025Z | uploading: /work/zones/crucible.tar.gz (42602786 bytes) |
2507 | 2023-11-02T19:37:44.970Z | uploaded: /work/zones/crucible.tar.gz |
2508 | 2023-11-02T19:37:44.982Z | uploading: /work/zones/external-dns.tar.gz (24433872 bytes) |
2509 | 2023-11-02T19:37:56.125Z | uploaded: /work/zones/external-dns.tar.gz |
2510 | 2023-11-02T19:37:56.140Z | uploading: /work/zones/internal-dns.tar.gz (24433870 bytes) |
2511 | 2023-11-02T19:38:07.319Z | uploaded: /work/zones/internal-dns.tar.gz |
2512 | 2023-11-02T19:38:07.326Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2513 | 2023-11-02T19:38:08.355Z | uploaded: /work/zones/ntp.tar.gz |
2514 | 2023-11-02T19:38:08.360Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (17949345 bytes) |
2515 | 2023-11-02T19:38:19.012Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2516 | 2023-11-02T19:38:19.023Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (17954457 bytes) |
2517 | 2023-11-02T19:38:26.958Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2518 | 2023-11-02T19:38:26.967Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (73007787 bytes) |
2519 | 2023-11-02T19:39:05.291Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2520 | 2023-11-02T19:39:05.318Z | uploading: /work/zones/omicron-nexus.tar.gz (73004598 bytes) |
2521 | 2023-11-02T19:40:05.314Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2522 | 2023-11-02T19:40:05.327Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2523 | 2023-11-02T19:40:06.336Z | uploaded: /work/zones/overlay.tar.gz |
2524 | 2023-11-02T19:40:06.348Z | uploading: /work/zones/oximeter-collector.tar.gz (19615379 bytes) |
2525 | 2023-11-02T19:40:14.907Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2526 | 2023-11-02T19:40:14.920Z | uploading: /work/zones/propolis-server.tar.gz (66310951 bytes) |
2527 | 2023-11-02T19:40:46.947Z | uploaded: /work/zones/propolis-server.tar.gz |
2528 | 2023-11-02T19:40:46.960Z | uploading: /work/zones/switch-asic.tar.gz (241945633 bytes) |
2529 | 2023-11-02T19:42:43.019Z | uploaded: /work/zones/switch-asic.tar.gz |
2530 | 2023-11-02T19:42:43.084Z | uploading: /work/zones/switch-softnpu.tar.gz (165708013 bytes) |
2531 | 2023-11-02T19:44:40.802Z | uploaded: /work/zones/switch-softnpu.tar.gz |