|
|
|
1 | 2024-05-23T03:10:27.152Z | job assigned to worker 01HYHPSHV1J37HJ6A00HHBS3DM (queued for 1 m 7 s) |
|
2 | 2024-05-23T03:10:34.720Z | starting task 0: "setup" |
3 | 2024-05-23T03:10:34.773Z | ++ uname -s |
4 | 2024-05-23T03:10:34.777Z | + kern=SunOS |
5 | 2024-05-23T03:10:34.777Z | + case "$kern" in |
6 | 2024-05-23T03:10:34.777Z | + groupadd -g 12345 build |
7 | 2024-05-23T03:10:34.777Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-23T03:10:36.792Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-23T03:10:36.947Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-23T03:10:36.963Z | + home_fs=zfs |
11 | 2024-05-23T03:10:36.963Z | + [[ zfs == autofs ]] |
12 | 2024-05-23T03:10:36.963Z | + mkdir -p /home/build |
13 | 2024-05-23T03:10:36.963Z | + chown build:build /home/build /work |
14 | 2024-05-23T03:10:38.961Z | + chmod 0700 /home/build /work |
15 | 2024-05-23T03:10:38.971Z | process exited: duration 4238 ms, exit code 0 |
|
16 | 2024-05-23T03:10:39.014Z | starting task 1: "rust-toolchain" |
17 | 2024-05-23T03:10:39.024Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-23T03:10:39.024Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
19 | 2024-05-23T03:10:39.303Z | info: downloading installer |
20 | 2024-05-23T03:10:40.467Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-23T03:10:40.467Z | warning: /opt/ooce/bin |
22 | 2024-05-23T03:10:40.467Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-23T03:10:40.467Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-23T03:10:40.467Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-23T03:10:40.468Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-23T03:10:40.468Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-23T03:10:40.468Z | error: cannot install while Rust is installed |
28 | 2024-05-23T03:10:40.468Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-23T03:10:40.578Z | info: profile set to 'default' |
30 | 2024-05-23T03:10:40.578Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-23T03:10:40.582Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
32 | 2024-05-23T03:10:40.706Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
33 | 2024-05-23T03:10:40.706Z | info: downloading component 'cargo' |
34 | 2024-05-23T03:10:41.368Z | info: downloading component 'clippy' |
35 | 2024-05-23T03:10:41.610Z | info: downloading component 'rust-docs' |
36 | 2024-05-23T03:10:42.474Z | info: downloading component 'rust-std' |
37 | 2024-05-23T03:10:43.876Z | info: downloading component 'rustc' |
38 | 2024-05-23T03:10:47.393Z | info: downloading component 'rustfmt' |
39 | 2024-05-23T03:10:47.588Z | info: installing component 'cargo' |
40 | 2024-05-23T03:10:48.446Z | info: installing component 'clippy' |
41 | 2024-05-23T03:10:48.822Z | info: installing component 'rust-docs' |
42 | 2024-05-23T03:10:50.345Z | info: installing component 'rust-std' |
43 | 2024-05-23T03:10:52.157Z | info: installing component 'rustc' |
44 | 2024-05-23T03:10:57.021Z | info: installing component 'rustfmt' |
45 | 2024-05-23T03:10:57.034Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
46 | 2024-05-23T03:10:57.034Z | |
47 | 2024-05-23T03:10:57.231Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
48 | 2024-05-23T03:10:57.232Z | |
49 | 2024-05-23T03:10:57.235Z | |
50 | 2024-05-23T03:10:57.235Z | Rust is installed now. Great! |
51 | 2024-05-23T03:10:57.235Z | |
52 | 2024-05-23T03:10:57.235Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-23T03:10:57.236Z | environment variable. This has not been done automatically. |
54 | 2024-05-23T03:10:57.236Z | |
55 | 2024-05-23T03:10:57.236Z | To configure your current shell, you need to source |
56 | 2024-05-23T03:10:57.236Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-23T03:10:57.236Z | |
58 | 2024-05-23T03:10:57.236Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-23T03:10:57.236Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-23T03:10:57.236Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-23T03:10:57.302Z | + rustc --version |
62 | 2024-05-23T03:10:57.370Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
63 | 2024-05-23T03:10:57.375Z | process exited: duration 18359 ms, exit code 0 |
|
64 | 2024-05-23T03:10:57.384Z | starting task 2: "authentication" |
65 | 2024-05-23T03:10:57.406Z | process exited: duration 22 ms, exit code 0 |
|
66 | 2024-05-23T03:10:57.414Z | starting task 3: "clone repository" |
67 | 2024-05-23T03:10:57.419Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-05-23T03:10:57.423Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-05-23T03:10:57.618Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-05-23T03:11:04.273Z | + cd /work/oxidecomputer/omicron |
71 | 2024-05-23T03:11:04.273Z | + git fetch origin 760c34d9e07ae6b61c82b08d49d4cb5949c5b27d |
72 | 2024-05-23T03:11:04.580Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-05-23T03:11:04.580Z | * branch 760c34d9e07ae6b61c82b08d49d4cb5949c5b27d -> FETCH_HEAD |
74 | 2024-05-23T03:11:04.590Z | + [[ -n iliana/rust-1.78 ]] |
75 | 2024-05-23T03:11:04.594Z | ++ git branch --show-current |
76 | 2024-05-23T03:11:04.594Z | + current=main |
77 | 2024-05-23T03:11:04.595Z | + [[ main != iliana/rust-1.78 ]] |
78 | 2024-05-23T03:11:04.595Z | + git branch -f iliana/rust-1.78 760c34d9e07ae6b61c82b08d49d4cb5949c5b27d |
79 | 2024-05-23T03:11:04.599Z | + git checkout -f iliana/rust-1.78 |
80 | 2024-05-23T03:11:05.566Z | Switched to branch 'iliana/rust-1.78' |
81 | 2024-05-23T03:11:05.567Z | + git reset --hard 760c34d9e07ae6b61c82b08d49d4cb5949c5b27d |
82 | 2024-05-23T03:11:05.567Z | HEAD is now at 760c34d9e Merge remote-tracking branch 'origin/main' into iliana/rust-1.78 |
83 | 2024-05-23T03:11:05.567Z | process exited: duration 7335 ms, exit code 0 |
|
84 | 2024-05-23T03:11:05.577Z | starting task 4: "build" |
85 | 2024-05-23T03:11:05.587Z | + cargo --version |
86 | 2024-05-23T03:11:05.639Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
87 | 2024-05-23T03:11:05.643Z | + rustc --version |
88 | 2024-05-23T03:11:05.698Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
89 | 2024-05-23T03:11:05.702Z | + WORK=/work |
90 | 2024-05-23T03:11:05.702Z | + pfexec mkdir -p /work |
91 | 2024-05-23T03:11:05.706Z | + pfexec chown build /work |
92 | 2024-05-23T03:11:05.711Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-05-23T03:11:22.841Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-05-23T03:11:24.878Z | Startup: Caching catalogs ... Done |
95 | 2024-05-23T03:11:26.895Z | Planning: Solver setup ... Done (1.521s) |
96 | 2024-05-23T03:11:26.925Z | Planning: Running solver ... Done (0.026s) |
97 | 2024-05-23T03:11:26.965Z | Planning: Finding local manifests ... Done (0.003s) |
98 | 2024-05-23T03:11:26.989Z | Planning: Fetching manifests: 0/4 0% complete |
99 | 2024-05-23T03:11:27.338Z | Planning: Fetching manifests: 4/4 100% complete |
100 | 2024-05-23T03:11:27.386Z | Planning: Package planning ... Done (0.048s) |
101 | 2024-05-23T03:11:27.446Z | Planning: Merging actions ... Done (0.051s) |
102 | 2024-05-23T03:11:28.958Z | Planning: Checking for conflicting actions ... Done (1.517s) |
103 | 2024-05-23T03:11:28.966Z | Planning: Consolidating action changes ... Done (0.011s) |
104 | 2024-05-23T03:11:35.259Z | Planning: Evaluating mediators ... Done (6.292s) |
105 | 2024-05-23T03:11:35.268Z | Planning: Planning completed in 10.33 seconds |
106 | 2024-05-23T03:11:36.098Z | Packages to install: 4 |
107 | 2024-05-23T03:11:36.099Z | Mediators to change: 2 |
108 | 2024-05-23T03:11:36.099Z | Services to change: 1 |
109 | 2024-05-23T03:11:36.102Z | Estimated space available: 155.78 GB |
110 | 2024-05-23T03:11:36.102Z | Estimated space to be consumed: 1.45 GB |
111 | 2024-05-23T03:11:36.102Z | Create boot environment: No |
112 | 2024-05-23T03:11:36.102Z | Create backup boot environment: No |
113 | 2024-05-23T03:11:36.102Z | Rebuild boot archive: No |
114 | 2024-05-23T03:11:36.102Z | |
115 | 2024-05-23T03:11:36.102Z | Changed mediators: |
116 | 2024-05-23T03:11:36.103Z | mediator clang: |
117 | 2024-05-23T03:11:36.103Z | version: None -> 15 (system default) |
118 | 2024-05-23T03:11:36.103Z | |
119 | 2024-05-23T03:11:36.103Z | mediator llvm: |
120 | 2024-05-23T03:11:36.103Z | version: 14 (system default) -> 15 (system default) |
121 | 2024-05-23T03:11:36.103Z | |
122 | 2024-05-23T03:11:36.103Z | Changed packages: |
123 | 2024-05-23T03:11:36.103Z | helios-dev |
124 | 2024-05-23T03:11:36.103Z | developer/build-essential |
125 | 2024-05-23T03:11:36.103Z | None -> 11-2.0 |
126 | 2024-05-23T03:11:36.103Z | library/libxmlsec1 |
127 | 2024-05-23T03:11:36.103Z | None -> 1.2.35-2.0 |
128 | 2024-05-23T03:11:36.103Z | ooce/developer/clang-15 |
129 | 2024-05-23T03:11:36.103Z | None -> 15.0.7-2.0 |
130 | 2024-05-23T03:11:36.103Z | ooce/developer/llvm-15 |
131 | 2024-05-23T03:11:36.103Z | None -> 15.0.7-2.0 |
132 | 2024-05-23T03:11:36.103Z | |
133 | 2024-05-23T03:11:36.103Z | Services: |
134 | 2024-05-23T03:11:36.103Z | restart_fmri: |
135 | 2024-05-23T03:11:36.103Z | svc:/system/update-man-index:default |
136 | 2024-05-23T03:11:36.381Z | |
137 | 2024-05-23T03:11:36.381Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
138 | 2024-05-23T03:11:41.382Z | Download: 1112/3290 items 28.1/212.6MB 13% complete (5.5M/s) |
139 | 2024-05-23T03:12:05.189Z | Download: 1198/3290 items 83.5/212.6MB 39% complete |
140 | 2024-05-23T03:12:10.195Z | Download: 2203/3290 items 119.2/212.6MB 56% complete (7.2M/s) |
141 | 2024-05-23T03:12:15.192Z | Download: 2969/3290 items 121.2/212.6MB 57% complete (3.8M/s) |
142 | 2024-05-23T03:12:19.086Z | Download: Completed 212.60 MB in 42.70 seconds (5.0M/s) |
143 | 2024-05-23T03:12:24.962Z | Actions: 1/3689 actions (Installing new actions) |
144 | 2024-05-23T03:12:29.988Z | Actions: 3609/3689 actions (Installing new actions) |
145 | 2024-05-23T03:12:30.218Z | Actions: Completed 3689 actions in 5.26 seconds. |
146 | 2024-05-23T03:12:30.448Z | Done (0.225s) |
147 | 2024-05-23T03:12:30.448Z | Done (0.000s) |
148 | 2024-05-23T03:12:30.752Z | Done (0.304s) |
149 | 2024-05-23T03:12:36.200Z | Done (5.293s) |
150 | 2024-05-23T03:12:36.369Z | Done (0.092s) |
151 | 2024-05-23T03:12:36.373Z | Done (0.000s) |
152 | 2024-05-23T03:12:36.569Z | Done (0.000s) |
153 | 2024-05-23T03:12:37.127Z | Planning: Evaluating mediator changes ... Done |
154 | 2024-05-23T03:12:37.291Z | Planning: Checking for conflicting actions ... Done |
155 | 2024-05-23T03:12:37.295Z | Planning: Consolidating action changes ... Done |
156 | 2024-05-23T03:12:37.559Z | Planning: Evaluating mediators ... Done |
157 | 2024-05-23T03:12:37.564Z | Planning: Planning completed in 0.43 seconds |
158 | 2024-05-23T03:12:37.593Z | Mediators to change: 2 |
159 | 2024-05-23T03:12:37.593Z | Create boot environment: No |
160 | 2024-05-23T03:12:37.597Z | Create backup boot environment: No |
161 | 2024-05-23T03:12:37.673Z | Done |
162 | 2024-05-23T03:12:37.673Z | Done |
163 | 2024-05-23T03:12:37.892Z | Done |
164 | 2024-05-23T03:12:41.420Z | Done |
165 | 2024-05-23T03:12:41.503Z | Done |
166 | 2024-05-23T03:12:41.509Z | Done |
167 | 2024-05-23T03:12:41.647Z | Done |
168 | 2024-05-23T03:12:42.277Z | Planning: Evaluating mediator changes ... Done |
169 | 2024-05-23T03:12:42.764Z | Planning: Merging actions ... Done |
170 | 2024-05-23T03:12:42.764Z | Planning: Checking for conflicting actions ... Done |
171 | 2024-05-23T03:12:42.764Z | Planning: Consolidating action changes ... Done |
172 | 2024-05-23T03:12:42.764Z | Planning: Evaluating mediators ... Done |
173 | 2024-05-23T03:12:42.783Z | Planning: Planning completed in 0.77 seconds |
174 | 2024-05-23T03:12:42.827Z | Packages to change: 1 |
175 | 2024-05-23T03:12:42.827Z | Mediators to change: 1 |
176 | 2024-05-23T03:12:42.845Z | Services to change: 1 |
177 | 2024-05-23T03:12:42.845Z | Create boot environment: No |
178 | 2024-05-23T03:12:42.845Z | Create backup boot environment: Yes |
179 | 2024-05-23T03:12:44.716Z | Actions: 1/6 actions (Updating modified actions) |
180 | 2024-05-23T03:12:44.859Z | Actions: Completed 6 actions in 0.14 seconds. |
181 | 2024-05-23T03:12:44.863Z | Done |
182 | 2024-05-23T03:12:44.863Z | Done |
183 | 2024-05-23T03:12:44.924Z | Done |
184 | 2024-05-23T03:12:48.540Z | Done |
185 | 2024-05-23T03:12:48.625Z | Done |
186 | 2024-05-23T03:12:48.629Z | Done |
187 | 2024-05-23T03:12:48.771Z | Done |
188 | 2024-05-23T03:12:49.213Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
189 | 2024-05-23T03:12:49.213Z | clang system 15 system |
190 | 2024-05-23T03:12:49.213Z | csh system system illumos |
191 | 2024-05-23T03:12:49.213Z | ctags system system illumos |
192 | 2024-05-23T03:12:49.213Z | gcc vendor 12 vendor |
193 | 2024-05-23T03:12:49.213Z | gcc system 10 system |
194 | 2024-05-23T03:12:49.213Z | gcc system 7 system |
195 | 2024-05-23T03:12:49.213Z | go system 1.20 system |
196 | 2024-05-23T03:12:49.213Z | go system 1.19 system |
197 | 2024-05-23T03:12:49.213Z | llvm system 15 system |
198 | 2024-05-23T03:12:49.213Z | llvm system 14 system |
199 | 2024-05-23T03:12:49.213Z | mariadb system 10.6 system |
200 | 2024-05-23T03:12:49.213Z | mta vendor vendor dma |
201 | 2024-05-23T03:12:49.213Z | openjdk system 17 system |
202 | 2024-05-23T03:12:49.213Z | openjdk system 11 system |
203 | 2024-05-23T03:12:49.214Z | openjdk system 1.8 system |
204 | 2024-05-23T03:12:49.214Z | openssl vendor 3 vendor |
205 | 2024-05-23T03:12:49.214Z | perl system 5.36 system |
206 | 2024-05-23T03:12:49.214Z | postgresql system 15 system |
207 | 2024-05-23T03:12:49.214Z | postgresql system 13 system |
208 | 2024-05-23T03:12:49.214Z | python vendor 3 vendor |
209 | 2024-05-23T03:12:49.214Z | python system 2 system |
210 | 2024-05-23T03:12:49.214Z | python3 system 3.11 system |
211 | 2024-05-23T03:12:49.214Z | ruby system 3.0 system |
212 | 2024-05-23T03:12:49.214Z | words vendor vendor american-english |
213 | 2024-05-23T03:12:49.214Z | words system system australian-english |
214 | 2024-05-23T03:12:49.214Z | words system system british-english |
215 | 2024-05-23T03:12:49.214Z | words system system canadian-english |
216 | 2024-05-23T03:12:49.214Z | words system system french |
217 | 2024-05-23T03:12:49.214Z | words system system italian |
218 | 2024-05-23T03:12:49.214Z | words system system ngerman |
219 | 2024-05-23T03:12:49.214Z | words system system ogerman |
220 | 2024-05-23T03:12:49.214Z | words system system spanish |
221 | 2024-05-23T03:12:49.550Z | PUBLISHER TYPE STATUS P LOCATION |
222 | 2024-05-23T03:12:49.550Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
223 | 2024-05-23T03:12:51.006Z | FMRI IFO |
224 | 2024-05-23T03:12:51.007Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
225 | 2024-05-23T03:12:51.007Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
226 | 2024-05-23T03:12:51.007Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
227 | 2024-05-23T03:12:51.007Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
228 | 2024-05-23T03:12:51.007Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
229 | 2024-05-23T03:12:51.007Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
230 | 2024-05-23T03:12:51.007Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
231 | 2024-05-23T03:12:51.007Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
232 | 2024-05-23T03:12:51.007Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
233 | 2024-05-23T03:12:51.007Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
234 | 2024-05-23T03:12:51.007Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
235 | 2024-05-23T03:12:51.007Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
236 | 2024-05-23T03:12:51.279Z | + set -o errexit |
237 | 2024-05-23T03:12:51.284Z | +++ dirname ./tools/ci_download_cockroachdb |
238 | 2024-05-23T03:12:51.284Z | ++ cd ./tools |
239 | 2024-05-23T03:12:51.284Z | ++ pwd |
240 | 2024-05-23T03:12:51.284Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
241 | 2024-05-23T03:12:51.288Z | ++ basename ./tools/ci_download_cockroachdb |
242 | 2024-05-23T03:12:51.288Z | + ARG0=ci_download_cockroachdb |
243 | 2024-05-23T03:12:51.288Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
244 | 2024-05-23T03:12:51.292Z | + CIDL_VERSION=v22.1.9 |
245 | 2024-05-23T03:12:51.292Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
246 | 2024-05-23T03:12:51.292Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
247 | 2024-05-23T03:12:51.292Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
248 | 2024-05-23T03:12:51.292Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
249 | 2024-05-23T03:12:51.292Z | + TARGET_DIR=out |
250 | 2024-05-23T03:12:51.292Z | + DOWNLOAD_DIR=out/downloads |
251 | 2024-05-23T03:12:51.293Z | + DEST_DIR=./out/cockroachdb |
252 | 2024-05-23T03:12:51.293Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
253 | 2024-05-23T03:12:51.293Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
254 | 2024-05-23T03:12:51.293Z | + main |
255 | 2024-05-23T03:12:51.293Z | + [[ 0 != 0 ]] |
256 | 2024-05-23T03:12:51.293Z | + CIDL_OS=solaris2.11 |
257 | 2024-05-23T03:12:51.293Z | + [[ 0 != 0 ]] |
258 | 2024-05-23T03:12:51.293Z | + configure_os solaris2.11 |
259 | 2024-05-23T03:12:51.293Z | + echo 'current directory: /work/oxidecomputer/omicron' |
260 | 2024-05-23T03:12:51.293Z | current directory: /work/oxidecomputer/omicron |
261 | 2024-05-23T03:12:51.293Z | + echo 'configuring based on OS: "solaris2.11"' |
262 | 2024-05-23T03:12:51.293Z | configuring based on OS: "solaris2.11" |
263 | 2024-05-23T03:12:51.293Z | + case "$1" in |
264 | 2024-05-23T03:12:51.293Z | + CIDL_BUILD=illumos |
265 | 2024-05-23T03:12:51.293Z | + CIDL_SUFFIX=tar.gz |
266 | 2024-05-23T03:12:51.293Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
267 | 2024-05-23T03:12:51.293Z | + CIDL_URL_BASE=https://illumos.org/downloads |
268 | 2024-05-23T03:12:51.293Z | + CIDL_ASSEMBLE=do_assemble_illumos |
269 | 2024-05-23T03:12:51.293Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
270 | 2024-05-23T03:12:51.293Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
271 | 2024-05-23T03:12:51.293Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2024-05-23T03:12:51.293Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
273 | 2024-05-23T03:12:51.293Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2024-05-23T03:12:51.294Z | + CIDL_SHA256FUNC=do_sha256sum |
275 | 2024-05-23T03:12:51.294Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
276 | 2024-05-23T03:12:51.294Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-05-23T03:12:51.294Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
278 | 2024-05-23T03:12:51.294Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2024-05-23T03:12:51.294Z | + mkdir -p out/downloads |
280 | 2024-05-23T03:12:51.299Z | + mkdir -p ./out/cockroachdb |
281 | 2024-05-23T03:12:51.299Z | + local DO_DOWNLOAD=true |
282 | 2024-05-23T03:12:51.299Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
283 | 2024-05-23T03:12:51.299Z | + '[' true == true ']' |
284 | 2024-05-23T03:12:51.299Z | Downloading... |
285 | 2024-05-23T03:12:51.299Z | + echo Downloading... |
286 | 2024-05-23T03:12:51.299Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2024-05-23T03:12:51.300Z | + 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 |
288 | 2024-05-23T03:12:54.451Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2024-05-23T03:12:54.455Z | ++ sha256sum |
290 | 2024-05-23T03:12:54.455Z | ++ awk '{print $1}' |
291 | 2024-05-23T03:12:54.513Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
292 | 2024-05-23T03:12:54.519Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
293 | 2024-05-23T03:12:54.519Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-05-23T03:12:54.519Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
295 | 2024-05-23T03:12:56.700Z | + do_assemble_illumos |
296 | 2024-05-23T03:12:56.700Z | + rm -r ./out/cockroachdb |
297 | 2024-05-23T03:12:56.703Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
298 | 2024-05-23T03:12:57.124Z | + ./out/cockroachdb/bin/cockroach version |
299 | 2024-05-23T03:12:57.347Z | Build Tag: v22.1.9-dirty |
300 | 2024-05-23T03:12:57.347Z | Build Time: 2022/10/26 21:17:46 |
301 | 2024-05-23T03:12:57.347Z | Distribution: OSS |
302 | 2024-05-23T03:12:57.347Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
303 | 2024-05-23T03:12:57.347Z | Go Version: go1.17.13 |
304 | 2024-05-23T03:12:57.347Z | C Compiler: gcc 10.3.0 |
305 | 2024-05-23T03:12:57.347Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
306 | 2024-05-23T03:12:57.347Z | Build Type: release |
307 | 2024-05-23T03:12:57.368Z | + set -o errexit |
308 | 2024-05-23T03:12:57.372Z | +++ dirname ./tools/ci_download_clickhouse |
309 | 2024-05-23T03:12:57.372Z | ++ cd ./tools |
310 | 2024-05-23T03:12:57.372Z | ++ pwd |
311 | 2024-05-23T03:12:57.372Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
312 | 2024-05-23T03:12:57.372Z | ++ basename ./tools/ci_download_clickhouse |
313 | 2024-05-23T03:12:57.378Z | + ARG0=ci_download_clickhouse |
314 | 2024-05-23T03:12:57.378Z | + TARGET_DIR=out |
315 | 2024-05-23T03:12:57.378Z | + DOWNLOAD_DIR=out/downloads |
316 | 2024-05-23T03:12:57.378Z | + DEST_DIR=./out/clickhouse |
317 | 2024-05-23T03:12:57.378Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
318 | 2024-05-23T03:12:57.378Z | + CIDL_VERSION=v23.8.7.24 |
319 | 2024-05-23T03:12:57.378Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
320 | 2024-05-23T03:12:57.378Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
321 | 2024-05-23T03:12:57.378Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
322 | 2024-05-23T03:12:57.378Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
323 | 2024-05-23T03:12:57.378Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
324 | 2024-05-23T03:12:57.378Z | + main |
325 | 2024-05-23T03:12:57.378Z | + [[ 0 != 0 ]] |
326 | 2024-05-23T03:12:57.378Z | + CIDL_OS=solaris2.11 |
327 | 2024-05-23T03:12:57.378Z | + [[ 0 != 0 ]] |
328 | 2024-05-23T03:12:57.378Z | + configure_os solaris2.11 |
329 | 2024-05-23T03:12:57.378Z | + echo 'current directory: /work/oxidecomputer/omicron' |
330 | 2024-05-23T03:12:57.378Z | current directory: /work/oxidecomputer/omicron |
331 | 2024-05-23T03:12:57.378Z | + echo 'configuring based on OS: "solaris2.11"' |
332 | 2024-05-23T03:12:57.378Z | + CIDL_DASHREV= |
333 | 2024-05-23T03:12:57.378Z | + case "$1" in |
334 | 2024-05-23T03:12:57.378Z | configuring based on OS: "solaris2.11" |
335 | 2024-05-23T03:12:57.379Z | + CIDL_PLATFORM=illumos |
336 | 2024-05-23T03:12:57.379Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
337 | 2024-05-23T03:12:57.379Z | + CIDL_MD5FUNC=do_md5sum |
338 | 2024-05-23T03:12:57.379Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
339 | 2024-05-23T03:12:57.379Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
340 | 2024-05-23T03:12:57.379Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
341 | 2024-05-23T03:12:57.379Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
342 | 2024-05-23T03:12:57.379Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
343 | 2024-05-23T03:12:57.379Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
344 | 2024-05-23T03:12:57.379Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
345 | 2024-05-23T03:12:57.379Z | + mkdir -p out/downloads |
346 | 2024-05-23T03:12:57.379Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
347 | 2024-05-23T03:12:57.383Z | + mkdir -p ./out/clickhouse |
348 | 2024-05-23T03:12:57.383Z | + local DO_DOWNLOAD=true |
349 | 2024-05-23T03:12:57.383Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
350 | 2024-05-23T03:12:57.383Z | + '[' true == true ']' |
351 | 2024-05-23T03:12:57.383Z | + echo Downloading... |
352 | 2024-05-23T03:12:57.383Z | Downloading... |
353 | 2024-05-23T03:12:57.383Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
354 | 2024-05-23T03:12:57.384Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
355 | 2024-05-23T03:12:59.143Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
356 | 2024-05-23T03:12:59.152Z | ++ md5sum |
357 | 2024-05-23T03:12:59.152Z | ++ awk '{print $1}' |
358 | 2024-05-23T03:12:59.420Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
359 | 2024-05-23T03:12:59.420Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
360 | 2024-05-23T03:12:59.430Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
361 | 2024-05-23T03:12:59.430Z | + mkdir -p ./out/clickhouse |
362 | 2024-05-23T03:12:59.430Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
363 | 2024-05-23T03:13:03.290Z | + [[ solaris2.11 == darwin* ]] |
364 | 2024-05-23T03:13:03.290Z | + ./out/clickhouse/clickhouse server --version |
365 | 2024-05-23T03:13:03.625Z | ClickHouse server version 23.8.7.1. |
366 | 2024-05-23T03:13:03.648Z | + set -o errexit |
367 | 2024-05-23T03:13:03.648Z | +++ dirname ./tools/ci_download_console |
368 | 2024-05-23T03:13:03.648Z | ++ cd ./tools |
369 | 2024-05-23T03:13:03.649Z | ++ pwd |
370 | 2024-05-23T03:13:03.649Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
371 | 2024-05-23T03:13:03.649Z | ++ basename ./tools/ci_download_console |
372 | 2024-05-23T03:13:03.649Z | + ARG0=ci_download_console |
373 | 2024-05-23T03:13:03.649Z | + TARGET_DIR=out |
374 | 2024-05-23T03:13:03.649Z | + DOWNLOAD_DIR=out/downloads |
375 | 2024-05-23T03:13:03.649Z | + DEST_DIR=./out/console-assets |
376 | 2024-05-23T03:13:03.649Z | + source /work/oxidecomputer/omicron/tools/console_version |
377 | 2024-05-23T03:13:03.649Z | ++ COMMIT=a228b75ba35952b68c0b8b0892c452d4fc29467a |
378 | 2024-05-23T03:13:03.649Z | ++ SHA2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 |
379 | 2024-05-23T03:13:03.649Z | + URL=https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz |
380 | 2024-05-23T03:13:03.649Z | + TARBALL_FILE=out/downloads/console.tar.gz |
381 | 2024-05-23T03:13:03.649Z | + main |
382 | 2024-05-23T03:13:03.650Z | + [[ 0 != 0 ]] |
383 | 2024-05-23T03:13:03.650Z | + echo 'URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz' |
384 | 2024-05-23T03:13:03.650Z | URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz |
385 | 2024-05-23T03:13:03.650Z | + echo 'Local file: out/downloads/console.tar.gz' |
386 | 2024-05-23T03:13:03.650Z | Local file: out/downloads/console.tar.gz |
387 | 2024-05-23T03:13:03.650Z | + local DO_DOWNLOAD=true |
388 | 2024-05-23T03:13:03.650Z | + [[ -f out/downloads/console.tar.gz ]] |
389 | 2024-05-23T03:13:03.650Z | + mkdir -p out/downloads |
390 | 2024-05-23T03:13:03.650Z | + '[' true == true ']' |
391 | 2024-05-23T03:13:03.650Z | + echo Downloading... |
392 | 2024-05-23T03:13:03.651Z | Downloading... |
393 | 2024-05-23T03:13:03.651Z | + do_download_curl https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz out/downloads/console.tar.gz |
394 | 2024-05-23T03:13:03.651Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz |
395 | 2024-05-23T03:13:04.134Z | ++ do_sha256sum out/downloads/console.tar.gz |
396 | 2024-05-23T03:13:04.139Z | ++ case "$OSTYPE" in |
397 | 2024-05-23T03:13:04.139Z | ++ SHA=sha256sum |
398 | 2024-05-23T03:13:04.139Z | ++ sha256sum |
399 | 2024-05-23T03:13:04.139Z | ++ awk '{print $1}' |
400 | 2024-05-23T03:13:04.144Z | + calculated_sha2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 |
401 | 2024-05-23T03:13:04.144Z | + [[ 8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 != \8\d\5\b\0\6\6\8\0\e\5\9\8\6\b\6\3\3\b\3\f\9\7\e\4\6\d\7\8\2\3\e\a\2\d\d\d\f\2\b\9\8\9\3\0\d\8\c\6\a\4\f\7\d\c\1\e\b\3\8\2\0\4\8 ]] |
402 | 2024-05-23T03:13:04.144Z | + rm -rf ./out/console-assets |
403 | 2024-05-23T03:13:04.147Z | + mkdir -p ./out/console-assets |
404 | 2024-05-23T03:13:04.148Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
405 | 2024-05-23T03:13:04.148Z | + mkdir -p ./out/console-assets |
406 | 2024-05-23T03:13:04.151Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
407 | 2024-05-23T03:13:04.244Z | + set -o errexit |
408 | 2024-05-23T03:13:04.248Z | +++ dirname ./tools/ci_download_dendrite_openapi |
409 | 2024-05-23T03:13:04.249Z | ++ cd ./tools |
410 | 2024-05-23T03:13:04.249Z | ++ pwd |
411 | 2024-05-23T03:13:04.249Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
412 | 2024-05-23T03:13:04.253Z | ++ basename ./tools/ci_download_dendrite_openapi |
413 | 2024-05-23T03:13:04.253Z | + ARG0=ci_download_dendrite_openapi |
414 | 2024-05-23T03:13:04.253Z | + TARGET_DIR=out |
415 | 2024-05-23T03:13:04.253Z | + DOWNLOAD_DIR=out/downloads |
416 | 2024-05-23T03:13:04.253Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
417 | 2024-05-23T03:13:04.253Z | ++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
418 | 2024-05-23T03:13:04.253Z | ++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
419 | 2024-05-23T03:13:04.253Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
420 | 2024-05-23T03:13:04.253Z | + LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
421 | 2024-05-23T03:13:04.253Z | + main |
422 | 2024-05-23T03:13:04.253Z | + [[ 0 != 0 ]] |
423 | 2024-05-23T03:13:04.254Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json' |
424 | 2024-05-23T03:13:04.254Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
425 | 2024-05-23T03:13:04.254Z | + echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json' |
426 | 2024-05-23T03:13:04.254Z | + local DO_DOWNLOAD=true |
427 | 2024-05-23T03:13:04.254Z | Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
428 | 2024-05-23T03:13:04.254Z | + [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]] |
429 | 2024-05-23T03:13:04.254Z | + mkdir -p out/downloads |
430 | 2024-05-23T03:13:04.254Z | + '[' true == true ']' |
431 | 2024-05-23T03:13:04.254Z | + echo Downloading... |
432 | 2024-05-23T03:13:04.254Z | Downloading... |
433 | 2024-05-23T03:13:04.254Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
434 | 2024-05-23T03:13:04.254Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
435 | 2024-05-23T03:13:04.521Z | ++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
436 | 2024-05-23T03:13:04.521Z | ++ case "$OSTYPE" in |
437 | 2024-05-23T03:13:04.525Z | ++ SHA=sha256sum |
438 | 2024-05-23T03:13:04.525Z | ++ sha256sum |
439 | 2024-05-23T03:13:04.525Z | ++ awk '{print $1}' |
440 | 2024-05-23T03:13:04.529Z | + calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
441 | 2024-05-23T03:13:04.529Z | + [[ 213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 != \2\1\3\0\3\1\a\a\0\5\8\f\0\a\a\3\5\5\9\6\4\e\4\a\5\c\a\3\5\0\d\b\3\0\1\1\0\4\5\4\b\a\d\5\c\7\7\c\b\c\9\4\a\b\7\7\f\d\c\b\e\0\1\3 ]] |
442 | 2024-05-23T03:13:04.533Z | + set -o errexit |
443 | 2024-05-23T03:13:04.538Z | +++ dirname ./tools/ci_download_dendrite_stub |
444 | 2024-05-23T03:13:04.538Z | ++ cd ./tools |
445 | 2024-05-23T03:13:04.538Z | ++ pwd |
446 | 2024-05-23T03:13:04.543Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
447 | 2024-05-23T03:13:04.543Z | ++ basename ./tools/ci_download_dendrite_stub |
448 | 2024-05-23T03:13:04.543Z | + ARG0=ci_download_dendrite_stub |
449 | 2024-05-23T03:13:04.543Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
450 | 2024-05-23T03:13:04.543Z | ++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
451 | 2024-05-23T03:13:04.543Z | ++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b |
452 | 2024-05-23T03:13:04.543Z | ++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882 |
453 | 2024-05-23T03:13:04.543Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
454 | 2024-05-23T03:13:04.543Z | ++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
455 | 2024-05-23T03:13:04.543Z | ++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
456 | 2024-05-23T03:13:04.543Z | + TARGET_DIR=out |
457 | 2024-05-23T03:13:04.543Z | + DOWNLOAD_DIR=out/downloads |
458 | 2024-05-23T03:13:04.543Z | + DEST_DIR=./out/dendrite-stub |
459 | 2024-05-23T03:13:04.544Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
460 | 2024-05-23T03:13:04.544Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
461 | 2024-05-23T03:13:04.544Z | + REPO=oxidecomputer/dendrite |
462 | 2024-05-23T03:13:04.544Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
463 | 2024-05-23T03:13:04.544Z | + main |
464 | 2024-05-23T03:13:04.544Z | + [[ 0 != 0 ]] |
465 | 2024-05-23T03:13:04.544Z | + CIDL_OS=solaris2.11 |
466 | 2024-05-23T03:13:04.544Z | + [[ 0 != 0 ]] |
467 | 2024-05-23T03:13:04.544Z | + configure_os solaris2.11 |
468 | 2024-05-23T03:13:04.544Z | + echo 'current directory: /work/oxidecomputer/omicron' |
469 | 2024-05-23T03:13:04.544Z | current directory: /work/oxidecomputer/omicron |
470 | 2024-05-23T03:13:04.544Z | + echo 'configuring based on OS: "solaris2.11"' |
471 | 2024-05-23T03:13:04.544Z | configuring based on OS: "solaris2.11" |
472 | 2024-05-23T03:13:04.544Z | + case "$1" in |
473 | 2024-05-23T03:13:04.544Z | + SET_BINARIES= |
474 | 2024-05-23T03:13:04.544Z | + CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
475 | 2024-05-23T03:13:04.544Z | + CIDL_SHA256FUNC=do_sha256sum |
476 | 2024-05-23T03:13:04.544Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
477 | 2024-05-23T03:13:04.544Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
478 | 2024-05-23T03:13:04.544Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
479 | 2024-05-23T03:13:04.544Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz' |
480 | 2024-05-23T03:13:04.544Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
481 | 2024-05-23T03:13:04.544Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
482 | 2024-05-23T03:13:04.544Z | Local file: out/downloads/dendrite-stub.tar.gz |
483 | 2024-05-23T03:13:04.545Z | + mkdir -p out/downloads |
484 | 2024-05-23T03:13:04.549Z | + mkdir -p ./out/dendrite-stub |
485 | 2024-05-23T03:13:04.549Z | + fetch_and_verify |
486 | 2024-05-23T03:13:04.549Z | + local DO_DOWNLOAD=true |
487 | 2024-05-23T03:13:04.549Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
488 | 2024-05-23T03:13:04.549Z | + '[' true == true ']' |
489 | 2024-05-23T03:13:04.549Z | + echo Downloading... |
490 | 2024-05-23T03:13:04.549Z | Downloading... |
491 | 2024-05-23T03:13:04.549Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
492 | 2024-05-23T03:13:04.549Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
493 | 2024-05-23T03:13:10.003Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
494 | 2024-05-23T03:13:10.019Z | ++ sha256sum |
495 | 2024-05-23T03:13:10.019Z | ++ awk '{print $1}' |
496 | 2024-05-23T03:13:10.026Z | + calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
497 | 2024-05-23T03:13:10.031Z | + [[ 5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 != \5\9\2\9\f\9\a\b\f\0\d\a\f\4\b\b\f\1\7\d\8\3\5\e\5\d\6\9\f\c\8\4\2\b\9\6\1\7\b\3\1\2\f\b\5\6\4\4\f\a\9\9\d\a\f\7\8\5\2\0\3\7\0\0 ]] |
498 | 2024-05-23T03:13:10.031Z | + do_untar out/downloads/dendrite-stub.tar.gz |
499 | 2024-05-23T03:13:10.031Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
500 | 2024-05-23T03:13:10.705Z | + do_assemble |
501 | 2024-05-23T03:13:10.705Z | + rm -r ./out/dendrite-stub |
502 | 2024-05-23T03:13:10.717Z | + mkdir ./out/dendrite-stub |
503 | 2024-05-23T03:13:10.717Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
504 | 2024-05-23T03:13:10.754Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
505 | 2024-05-23T03:13:10.764Z | + set -o errexit |
506 | 2024-05-23T03:13:10.770Z | +++ dirname ./tools/ci_download_maghemite_mgd |
507 | 2024-05-23T03:13:10.770Z | ++ cd ./tools |
508 | 2024-05-23T03:13:10.770Z | ++ pwd |
509 | 2024-05-23T03:13:10.770Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
510 | 2024-05-23T03:13:10.770Z | ++ basename ./tools/ci_download_maghemite_mgd |
511 | 2024-05-23T03:13:10.770Z | + ARG0=ci_download_maghemite_mgd |
512 | 2024-05-23T03:13:10.771Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
513 | 2024-05-23T03:13:10.771Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
514 | 2024-05-23T03:13:10.771Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 |
515 | 2024-05-23T03:13:10.771Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
516 | 2024-05-23T03:13:10.771Z | ++ COMMIT=23b0cf439f9f62b9a4933e55cc72bcaddc9596cd |
517 | 2024-05-23T03:13:10.771Z | ++ SHA2=fdb33ee7425923560534672264008ef8948d227afce948ab704de092ad72157c |
518 | 2024-05-23T03:13:10.771Z | + TARGET_DIR=out |
519 | 2024-05-23T03:13:10.771Z | + DOWNLOAD_DIR=out/downloads |
520 | 2024-05-23T03:13:10.771Z | + DEST_DIR=./out/mgd |
521 | 2024-05-23T03:13:10.772Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
522 | 2024-05-23T03:13:10.772Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
523 | 2024-05-23T03:13:10.772Z | + REPO=oxidecomputer/maghemite |
524 | 2024-05-23T03:13:10.772Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd |
525 | 2024-05-23T03:13:10.772Z | + main |
526 | 2024-05-23T03:13:10.772Z | + rm -rf out/downloads/root |
527 | 2024-05-23T03:13:10.778Z | + [[ 0 != 0 ]] |
528 | 2024-05-23T03:13:10.779Z | + CIDL_OS=solaris2.11 |
529 | 2024-05-23T03:13:10.779Z | + [[ 0 != 0 ]] |
530 | 2024-05-23T03:13:10.779Z | + configure_os solaris2.11 |
531 | 2024-05-23T03:13:10.779Z | + echo 'current directory: /work/oxidecomputer/omicron' |
532 | 2024-05-23T03:13:10.779Z | current directory: /work/oxidecomputer/omicron |
533 | 2024-05-23T03:13:10.779Z | + echo 'configuring based on OS: "solaris2.11"' |
534 | 2024-05-23T03:13:10.779Z | + case "$1" in |
535 | 2024-05-23T03:13:10.779Z | configuring based on OS: "solaris2.11" |
536 | 2024-05-23T03:13:10.780Z | + SET_BINARIES= |
537 | 2024-05-23T03:13:10.780Z | + CIDL_SHA256FUNC=do_sha256sum |
538 | 2024-05-23T03:13:10.780Z | + TARBALL_FILENAME=mgd.tar.gz |
539 | 2024-05-23T03:13:10.780Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz |
540 | 2024-05-23T03:13:10.780Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
541 | 2024-05-23T03:13:10.780Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz' |
542 | 2024-05-23T03:13:10.780Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz |
543 | 2024-05-23T03:13:10.780Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
544 | 2024-05-23T03:13:10.781Z | + mkdir -p out/downloads |
545 | 2024-05-23T03:13:10.781Z | Local file: out/downloads/mgd.tar.gz |
546 | 2024-05-23T03:13:10.787Z | + mkdir -p ./out/mgd |
547 | 2024-05-23T03:13:10.787Z | + fetch_and_verify |
548 | 2024-05-23T03:13:10.788Z | + local DO_DOWNLOAD=true |
549 | 2024-05-23T03:13:10.788Z | + [[ -f out/downloads/mgd.tar.gz ]] |
550 | 2024-05-23T03:13:10.788Z | + '[' true == true ']' |
551 | 2024-05-23T03:13:10.788Z | + echo Downloading... |
552 | 2024-05-23T03:13:10.788Z | Downloading... |
553 | 2024-05-23T03:13:10.788Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz out/downloads/mgd.tar.gz |
554 | 2024-05-23T03:13:10.788Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz |
555 | 2024-05-23T03:13:19.970Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
556 | 2024-05-23T03:13:19.974Z | ++ sha256sum |
557 | 2024-05-23T03:13:19.974Z | ++ awk '{print $1}' |
558 | 2024-05-23T03:13:19.996Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
559 | 2024-05-23T03:13:20.002Z | + [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]] |
560 | 2024-05-23T03:13:20.003Z | + do_untar out/downloads/mgd.tar.gz |
561 | 2024-05-23T03:13:20.003Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
562 | 2024-05-23T03:13:20.581Z | + do_assemble |
563 | 2024-05-23T03:13:20.581Z | + rm -r ./out/mgd |
564 | 2024-05-23T03:13:20.586Z | + mkdir ./out/mgd |
565 | 2024-05-23T03:13:20.586Z | + cp -r out/downloads/root ./out/mgd/root |
566 | 2024-05-23T03:13:20.667Z | + set -o errexit |
567 | 2024-05-23T03:13:20.671Z | +++ dirname ./tools/ci_download_transceiver_control |
568 | 2024-05-23T03:13:20.671Z | ++ cd ./tools |
569 | 2024-05-23T03:13:20.671Z | ++ pwd |
570 | 2024-05-23T03:13:20.677Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
571 | 2024-05-23T03:13:20.677Z | ++ basename ./tools/ci_download_transceiver_control |
572 | 2024-05-23T03:13:20.677Z | + ARG0=ci_download_transceiver_control |
573 | 2024-05-23T03:13:20.677Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
574 | 2024-05-23T03:13:20.677Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
575 | 2024-05-23T03:13:20.677Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
576 | 2024-05-23T03:13:20.677Z | + TARGET_DIR=out |
577 | 2024-05-23T03:13:20.677Z | + DOWNLOAD_DIR=out/downloads |
578 | 2024-05-23T03:13:20.677Z | + DEST_DIR=./out/transceiver-control |
579 | 2024-05-23T03:13:20.677Z | + BIN_DIR=/opt/oxide/bin |
580 | 2024-05-23T03:13:20.677Z | + BINARY=xcvradm |
581 | 2024-05-23T03:13:20.677Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
582 | 2024-05-23T03:13:20.677Z | + REPO=oxidecomputer/transceiver-control |
583 | 2024-05-23T03:13:20.677Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
584 | 2024-05-23T03:13:20.677Z | + main |
585 | 2024-05-23T03:13:20.677Z | + [[ 0 != 0 ]] |
586 | 2024-05-23T03:13:20.678Z | + CIDL_OS=solaris2.11 |
587 | 2024-05-23T03:13:20.678Z | + [[ 0 != 0 ]] |
588 | 2024-05-23T03:13:20.678Z | + configure_os solaris2.11 |
589 | 2024-05-23T03:13:20.678Z | + echo 'current directory: /work/oxidecomputer/omicron' |
590 | 2024-05-23T03:13:20.678Z | current directory: /work/oxidecomputer/omicron |
591 | 2024-05-23T03:13:20.678Z | + echo 'configuring based on OS: "solaris2.11"' |
592 | 2024-05-23T03:13:20.678Z | + case "$1" in |
593 | 2024-05-23T03:13:20.678Z | configuring based on OS: "solaris2.11" |
594 | 2024-05-23T03:13:20.678Z | + SET_BINARIES= |
595 | 2024-05-23T03:13:20.678Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
596 | 2024-05-23T03:13:20.678Z | + CIDL_SHA256FUNC=do_sha256sum |
597 | 2024-05-23T03:13:20.679Z | + ARCHIVE_FILENAME=xcvradm.gz |
598 | 2024-05-23T03:13:20.679Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
599 | 2024-05-23T03:13:20.679Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
600 | 2024-05-23T03:13:20.679Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
601 | 2024-05-23T03:13:20.679Z | + echo 'Local file: out/downloads/xcvradm.gz' |
602 | 2024-05-23T03:13:20.679Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
603 | 2024-05-23T03:13:20.679Z | Local file: out/downloads/xcvradm.gz |
604 | 2024-05-23T03:13:20.679Z | + mkdir -p out/downloads |
605 | 2024-05-23T03:13:20.684Z | + mkdir -p ./out/transceiver-control |
606 | 2024-05-23T03:13:20.684Z | + fetch_and_verify |
607 | 2024-05-23T03:13:20.684Z | + local DO_DOWNLOAD=true |
608 | 2024-05-23T03:13:20.684Z | + [[ -f out/downloads/xcvradm.gz ]] |
609 | 2024-05-23T03:13:20.685Z | + '[' true == true ']' |
610 | 2024-05-23T03:13:20.685Z | + echo Downloading... |
611 | 2024-05-23T03:13:20.685Z | Downloading... |
612 | 2024-05-23T03:13:20.685Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
613 | 2024-05-23T03:13:20.685Z | + 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 |
614 | 2024-05-23T03:13:22.612Z | ++ do_sha256sum out/downloads/xcvradm.gz |
615 | 2024-05-23T03:13:22.615Z | ++ sha256sum |
616 | 2024-05-23T03:13:22.615Z | ++ awk '{print $1}' |
617 | 2024-05-23T03:13:22.621Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
618 | 2024-05-23T03:13:22.624Z | + [[ 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 ]] |
619 | 2024-05-23T03:13:22.624Z | + do_unpack out/downloads/xcvradm.gz |
620 | 2024-05-23T03:13:22.624Z | + mkdir -p out/downloads/root//opt/oxide/bin |
621 | 2024-05-23T03:13:22.624Z | + gzip -dc out/downloads/xcvradm.gz |
622 | 2024-05-23T03:13:22.741Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
623 | 2024-05-23T03:13:22.745Z | + do_assemble |
624 | 2024-05-23T03:13:22.745Z | + rm -r ./out/transceiver-control |
625 | 2024-05-23T03:13:22.749Z | + mkdir ./out/transceiver-control |
626 | 2024-05-23T03:13:22.749Z | + cp -r out/downloads/root ./out/transceiver-control/root |
627 | 2024-05-23T03:13:22.842Z | + set -o errexit |
628 | 2024-05-23T03:13:22.846Z | +++ dirname ./tools/ci_download_thundermuffin |
629 | 2024-05-23T03:13:22.846Z | ++ cd ./tools |
630 | 2024-05-23T03:13:22.846Z | ++ pwd |
631 | 2024-05-23T03:13:22.846Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
632 | 2024-05-23T03:13:22.851Z | ++ basename ./tools/ci_download_thundermuffin |
633 | 2024-05-23T03:13:22.851Z | + ARG0=ci_download_thundermuffin |
634 | 2024-05-23T03:13:22.851Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
635 | 2024-05-23T03:13:22.851Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
636 | 2024-05-23T03:13:22.851Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
637 | 2024-05-23T03:13:22.851Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
638 | 2024-05-23T03:13:22.851Z | + TARGET_DIR=out |
639 | 2024-05-23T03:13:22.852Z | + DOWNLOAD_DIR=out/downloads |
640 | 2024-05-23T03:13:22.852Z | + DEST_DIR=./out/thundermuffin |
641 | 2024-05-23T03:13:22.852Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
642 | 2024-05-23T03:13:22.852Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
643 | 2024-05-23T03:13:22.852Z | + REPO=oxidecomputer/thundermuffin |
644 | 2024-05-23T03:13:22.852Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
645 | 2024-05-23T03:13:22.852Z | + main |
646 | 2024-05-23T03:13:22.852Z | + rm -rf out/downloads/root |
647 | 2024-05-23T03:13:22.857Z | + [[ 0 != 0 ]] |
648 | 2024-05-23T03:13:22.861Z | + CIDL_OS=solaris2.11 |
649 | 2024-05-23T03:13:22.861Z | + [[ 0 != 0 ]] |
650 | 2024-05-23T03:13:22.861Z | + configure_os solaris2.11 |
651 | 2024-05-23T03:13:22.861Z | + echo 'current directory: /work/oxidecomputer/omicron' |
652 | 2024-05-23T03:13:22.861Z | current directory: /work/oxidecomputer/omicron |
653 | 2024-05-23T03:13:22.861Z | + echo 'configuring based on OS: "solaris2.11"' |
654 | 2024-05-23T03:13:22.861Z | + case "$1" in |
655 | 2024-05-23T03:13:22.861Z | configuring based on OS: "solaris2.11" |
656 | 2024-05-23T03:13:22.862Z | + SET_BINARIES= |
657 | 2024-05-23T03:13:22.862Z | + CIDL_SHA256FUNC=do_sha256sum |
658 | 2024-05-23T03:13:22.862Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
659 | 2024-05-23T03:13:22.862Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
660 | 2024-05-23T03:13:22.862Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
661 | 2024-05-23T03:13:22.862Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
662 | 2024-05-23T03:13:22.862Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
663 | 2024-05-23T03:13:22.862Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
664 | 2024-05-23T03:13:22.862Z | Local file: out/downloads/thundermuffin.tar.gz |
665 | 2024-05-23T03:13:22.862Z | + mkdir -p out/downloads |
666 | 2024-05-23T03:13:22.862Z | + mkdir -p ./out/thundermuffin |
667 | 2024-05-23T03:13:22.872Z | + fetch_and_verify |
668 | 2024-05-23T03:13:22.872Z | + local DO_DOWNLOAD=true |
669 | 2024-05-23T03:13:22.872Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
670 | 2024-05-23T03:13:22.872Z | + '[' true == true ']' |
671 | 2024-05-23T03:13:22.872Z | + echo Downloading... |
672 | 2024-05-23T03:13:22.872Z | Downloading... |
673 | 2024-05-23T03:13:22.872Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
674 | 2024-05-23T03:13:22.872Z | + curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
675 | 2024-05-23T03:13:23.479Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
676 | 2024-05-23T03:13:23.483Z | ++ sha256sum |
677 | 2024-05-23T03:13:23.483Z | ++ awk '{print $1}' |
678 | 2024-05-23T03:13:23.487Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
679 | 2024-05-23T03:13:23.487Z | + [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]] |
680 | 2024-05-23T03:13:23.487Z | + do_untar out/downloads/thundermuffin.tar.gz |
681 | 2024-05-23T03:13:23.487Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
682 | 2024-05-23T03:13:23.550Z | + do_assemble |
683 | 2024-05-23T03:13:23.550Z | + rm -r ./out/thundermuffin |
684 | 2024-05-23T03:13:23.554Z | + mkdir ./out/thundermuffin |
685 | 2024-05-23T03:13:23.554Z | + cp -r out/downloads/root ./out/thundermuffin/root |
686 | 2024-05-23T03:13:23.565Z | All prerequisites installed successfully |
687 | 2024-05-23T03:13:23.569Z | |
688 | 2024-05-23T03:13:23.569Z | real 2:17.773176659 |
689 | 2024-05-23T03:13:23.570Z | user 38.515366807 |
690 | 2024-05-23T03:13:23.570Z | sys 7.183845151 |
691 | 2024-05-23T03:13:23.570Z | trap 0.009983439 |
692 | 2024-05-23T03:13:23.570Z | tflt 0.360271241 |
693 | 2024-05-23T03:13:23.570Z | dflt 0.411052074 |
694 | 2024-05-23T03:13:23.570Z | kflt 0.199322040 |
695 | 2024-05-23T03:13:23.570Z | lock 1.699088175 |
696 | 2024-05-23T03:13:23.570Z | slp 4:28.045654379 |
697 | 2024-05-23T03:13:23.570Z | lat 2.091978061 |
698 | 2024-05-23T03:13:23.570Z | stop 0.141683443 |
699 | 2024-05-23T03:13:23.570Z | + ptime -m ./tools/ci_download_softnpu_machinery |
700 | 2024-05-23T03:13:23.577Z | fetching npuzone |
701 | 2024-05-23T03:13:23.586Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
702 | 2024-05-23T03:13:23.586Z | (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2) |
703 | 2024-05-23T03:13:23.590Z | Getting hash for npuzone |
704 | 2024-05-23T03:13:23.671Z | (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568) |
705 | 2024-05-23T03:13:30.259Z | npuzone downloaded successfully |
706 | 2024-05-23T03:13:30.263Z | |
707 | 2024-05-23T03:13:30.263Z | real 6.693154242 |
708 | 2024-05-23T03:13:30.263Z | user 0.266916794 |
709 | 2024-05-23T03:13:30.263Z | sys 0.096399002 |
710 | 2024-05-23T03:13:30.263Z | trap 0.000091441 |
711 | 2024-05-23T03:13:30.264Z | tflt 0.000000000 |
712 | 2024-05-23T03:13:30.264Z | dflt 0.000000000 |
713 | 2024-05-23T03:13:30.264Z | kflt 0.000000000 |
714 | 2024-05-23T03:13:30.264Z | lock 0.000000000 |
715 | 2024-05-23T03:13:30.264Z | slp 19.641639458 |
716 | 2024-05-23T03:13:30.264Z | lat 0.043868999 |
717 | 2024-05-23T03:13:30.264Z | stop 0.000186278 |
718 | 2024-05-23T03:13:30.264Z | + export CARGO_INCREMENTAL=0 |
719 | 2024-05-23T03:13:30.264Z | + CARGO_INCREMENTAL=0 |
720 | 2024-05-23T03:13:30.264Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
721 | 2024-05-23T03:13:30.490Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
722 | 2024-05-23T03:13:30.817Z | Updating git repository `https://github.com/oxidecomputer/zone` |
723 | 2024-05-23T03:13:31.160Z | Updating crates.io index |
724 | 2024-05-23T03:13:31.207Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
725 | 2024-05-23T03:13:31.903Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
726 | 2024-05-23T03:13:32.641Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
727 | 2024-05-23T03:13:34.901Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
728 | 2024-05-23T03:13:35.419Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
729 | 2024-05-23T03:13:35.715Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
730 | 2024-05-23T03:13:36.756Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
731 | 2024-05-23T03:13:38.586Z | Updating git repository `https://github.com/oxidecomputer/opte` |
732 | 2024-05-23T03:13:39.571Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
733 | 2024-05-23T03:13:40.296Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
734 | 2024-05-23T03:13:40.879Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
735 | 2024-05-23T03:13:41.206Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
736 | 2024-05-23T03:13:41.469Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
737 | 2024-05-23T03:13:41.825Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
738 | 2024-05-23T03:13:42.133Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
739 | 2024-05-23T03:13:42.444Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
740 | 2024-05-23T03:13:42.705Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
741 | 2024-05-23T03:13:42.980Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
742 | 2024-05-23T03:13:43.409Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
743 | 2024-05-23T03:13:43.830Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
744 | 2024-05-23T03:13:44.198Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
745 | 2024-05-23T03:13:44.478Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
746 | 2024-05-23T03:13:45.136Z | Updating git repository `https://github.com/jgallagher/nix` |
747 | 2024-05-23T03:13:46.023Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
748 | 2024-05-23T03:13:46.306Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
749 | 2024-05-23T03:13:46.638Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
750 | 2024-05-23T03:13:47.052Z | Updating git repository `https://github.com/oxidecomputer/typify` |
751 | 2024-05-23T03:13:49.082Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
752 | 2024-05-23T03:13:49.480Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
753 | 2024-05-23T03:13:49.766Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
754 | 2024-05-23T03:13:50.190Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
755 | 2024-05-23T03:13:51.407Z | Downloading crates ... |
756 | 2024-05-23T03:13:51.531Z | Downloaded argon2 v0.5.3 |
757 | 2024-05-23T03:13:51.538Z | Downloaded anstream v0.6.14 |
758 | 2024-05-23T03:13:51.543Z | Downloaded anyhow v1.0.83 |
759 | 2024-05-23T03:13:51.547Z | Downloaded bit-vec v0.6.3 |
760 | 2024-05-23T03:13:51.551Z | Downloaded crossbeam-deque v0.8.5 |
761 | 2024-05-23T03:13:51.551Z | Downloaded array-init v0.0.4 |
762 | 2024-05-23T03:13:51.551Z | Downloaded anstyle v1.0.7 |
763 | 2024-05-23T03:13:51.555Z | Downloaded adler v1.0.2 |
764 | 2024-05-23T03:13:51.555Z | Downloaded addr2line v0.21.0 |
765 | 2024-05-23T03:13:51.560Z | Downloaded headers-core v0.2.0 |
766 | 2024-05-23T03:13:51.560Z | Downloaded hostname v0.3.1 |
767 | 2024-05-23T03:13:51.564Z | Downloaded allocator-api2 v0.2.18 |
768 | 2024-05-23T03:13:51.570Z | Downloaded backoff v0.4.0 |
769 | 2024-05-23T03:13:51.570Z | Downloaded heck v0.5.0 |
770 | 2024-05-23T03:13:51.574Z | Downloaded home v0.5.9 |
771 | 2024-05-23T03:13:51.574Z | Downloaded heck v0.3.3 |
772 | 2024-05-23T03:13:51.574Z | Downloaded highway v1.1.0 |
773 | 2024-05-23T03:13:51.579Z | Downloaded http-range v0.1.5 |
774 | 2024-05-23T03:13:51.584Z | Downloaded async-stream v0.3.5 |
775 | 2024-05-23T03:13:51.584Z | Downloaded anstyle-query v1.0.3 |
776 | 2024-05-23T03:13:51.588Z | Downloaded bit-set v0.5.3 |
777 | 2024-05-23T03:13:51.588Z | Downloaded autocfg v1.3.0 |
778 | 2024-05-23T03:13:51.592Z | Downloaded hashbrown v0.14.5 |
779 | 2024-05-23T03:13:51.596Z | Downloaded http-body v0.4.6 |
780 | 2024-05-23T03:13:51.600Z | Downloaded heck v0.4.1 |
781 | 2024-05-23T03:13:51.600Z | Downloaded hubpack v0.1.2 |
782 | 2024-05-23T03:13:51.600Z | Downloaded bb8 v0.8.3 |
783 | 2024-05-23T03:13:51.604Z | Downloaded ascii-canvas v3.0.0 |
784 | 2024-05-23T03:13:51.604Z | Downloaded bytecount v0.6.8 |
785 | 2024-05-23T03:13:51.608Z | Downloaded hmac v0.12.1 |
786 | 2024-05-23T03:13:51.608Z | Downloaded block-padding v0.3.3 |
787 | 2024-05-23T03:13:51.608Z | Downloaded arc-swap v1.7.1 |
788 | 2024-05-23T03:13:51.611Z | Downloaded crc-catalog v2.4.0 |
789 | 2024-05-23T03:13:51.615Z | Downloaded hubpack_derive v0.1.1 |
790 | 2024-05-23T03:13:51.616Z | Downloaded httparse v1.8.0 |
791 | 2024-05-23T03:13:51.620Z | Downloaded httpdate v1.0.3 |
792 | 2024-05-23T03:13:51.620Z | Downloaded hyper-staticfile v0.9.5 |
793 | 2024-05-23T03:13:51.623Z | Downloaded colorchoice v1.0.1 |
794 | 2024-05-23T03:13:51.623Z | Downloaded iana-time-zone v0.1.60 |
795 | 2024-05-23T03:13:51.627Z | Downloaded http v0.2.12 |
796 | 2024-05-23T03:13:51.634Z | Downloaded bitfield v0.14.0 |
797 | 2024-05-23T03:13:51.638Z | Downloaded humantime v2.1.0 |
798 | 2024-05-23T03:13:51.638Z | Downloaded hex v0.4.3 |
799 | 2024-05-23T03:13:51.638Z | Downloaded cipher v0.4.4 |
800 | 2024-05-23T03:13:51.638Z | Downloaded base16ct v0.2.0 |
801 | 2024-05-23T03:13:51.638Z | Downloaded ident_case v1.0.1 |
802 | 2024-05-23T03:13:51.642Z | Downloaded bitstruct_derive v0.1.0 |
803 | 2024-05-23T03:13:51.642Z | Downloaded libsw v3.3.1 |
804 | 2024-05-23T03:13:51.646Z | Downloaded ahash v0.8.11 |
805 | 2024-05-23T03:13:51.646Z | Downloaded cfg_aliases v0.1.1 |
806 | 2024-05-23T03:13:51.650Z | Downloaded http v1.1.0 |
807 | 2024-05-23T03:13:51.653Z | Downloaded ciborium-io v0.2.2 |
808 | 2024-05-23T03:13:51.653Z | Downloaded ciborium-ll v0.2.2 |
809 | 2024-05-23T03:13:51.657Z | Downloaded bitstruct v0.1.1 |
810 | 2024-05-23T03:13:51.658Z | Downloaded ascii v1.1.0 |
811 | 2024-05-23T03:13:51.662Z | Downloaded hostname v0.4.0 |
812 | 2024-05-23T03:13:51.662Z | Downloaded mime v0.3.17 |
813 | 2024-05-23T03:13:51.666Z | Downloaded lru-cache v0.1.2 |
814 | 2024-05-23T03:13:51.666Z | Downloaded block-buffer v0.10.4 |
815 | 2024-05-23T03:13:51.666Z | Downloaded itoa v1.0.11 |
816 | 2024-05-23T03:13:51.670Z | Downloaded assert_matches v1.5.0 |
817 | 2024-05-23T03:13:51.670Z | Downloaded constant_time_eq v0.3.0 |
818 | 2024-05-23T03:13:51.670Z | Downloaded instant v0.1.12 |
819 | 2024-05-23T03:13:51.675Z | Downloaded atomicwrites v0.4.3 |
820 | 2024-05-23T03:13:51.675Z | Downloaded crc v3.2.1 |
821 | 2024-05-23T03:13:51.678Z | Downloaded heapless v0.7.17 |
822 | 2024-05-23T03:13:51.682Z | Downloaded match_cfg v0.1.0 |
823 | 2024-05-23T03:13:51.682Z | Downloaded nodrop v0.1.14 |
824 | 2024-05-23T03:13:51.682Z | Downloaded newtype_derive v0.1.6 |
825 | 2024-05-23T03:13:51.686Z | Downloaded is_terminal_polyfill v1.70.0 |
826 | 2024-05-23T03:13:51.686Z | Downloaded is_ci v1.2.0 |
827 | 2024-05-23T03:13:51.693Z | Downloaded mockall v0.12.1 |
828 | 2024-05-23T03:13:51.693Z | Downloaded impl-trait-for-tuples v0.2.2 |
829 | 2024-05-23T03:13:51.697Z | Downloaded hyper-tls v0.5.0 |
830 | 2024-05-23T03:13:51.697Z | Downloaded strum v0.26.2 |
831 | 2024-05-23T03:13:51.697Z | Downloaded lalrpop-util v0.19.12 |
832 | 2024-05-23T03:13:51.697Z | Downloaded clap_lex v0.7.0 |
833 | 2024-05-23T03:13:51.697Z | Downloaded byteorder v1.5.0 |
834 | 2024-05-23T03:13:51.701Z | Downloaded newline-converter v0.3.0 |
835 | 2024-05-23T03:13:51.701Z | Downloaded base64ct v1.6.0 |
836 | 2024-05-23T03:13:51.705Z | Downloaded is-terminal v0.4.12 |
837 | 2024-05-23T03:13:51.705Z | Downloaded new_debug_unreachable v1.0.6 |
838 | 2024-05-23T03:13:51.705Z | Downloaded matches v0.1.10 |
839 | 2024-05-23T03:13:51.705Z | Downloaded colored v2.1.0 |
840 | 2024-05-23T03:13:51.709Z | Downloaded async-recursion v1.1.1 |
841 | 2024-05-23T03:13:51.713Z | Downloaded bitflags v1.3.2 |
842 | 2024-05-23T03:13:51.717Z | Downloaded hashbrown v0.12.3 |
843 | 2024-05-23T03:13:51.721Z | Downloaded chacha20 v0.9.1 |
844 | 2024-05-23T03:13:51.725Z | Downloaded castaway v0.2.2 |
845 | 2024-05-23T03:13:51.725Z | Downloaded tower-service v0.3.2 |
846 | 2024-05-23T03:13:51.725Z | Downloaded usdt-attr-macro v0.3.5 |
847 | 2024-05-23T03:13:51.729Z | Downloaded vte_generate_state_changes v0.1.1 |
848 | 2024-05-23T03:13:51.729Z | Downloaded usdt-attr-macro v0.5.0 |
849 | 2024-05-23T03:13:51.729Z | Downloaded cassowary v0.3.0 |
850 | 2024-05-23T03:13:51.729Z | Downloaded cargo-platform v0.1.8 |
851 | 2024-05-23T03:13:51.733Z | Downloaded cfg-if v1.0.0 |
852 | 2024-05-23T03:13:51.733Z | Downloaded ipnetwork v0.20.0 |
853 | 2024-05-23T03:13:51.738Z | Downloaded cexpr v0.6.0 |
854 | 2024-05-23T03:13:51.738Z | Downloaded rustc_version v0.4.0 |
855 | 2024-05-23T03:13:51.742Z | Downloaded nanorand v0.7.0 |
856 | 2024-05-23T03:13:51.742Z | Downloaded memoffset v0.7.1 |
857 | 2024-05-23T03:13:51.742Z | Downloaded crunchy v0.2.2 |
858 | 2024-05-23T03:13:51.746Z | Downloaded semver v0.1.20 |
859 | 2024-05-23T03:13:51.746Z | Downloaded const_format_proc_macros v0.2.32 |
860 | 2024-05-23T03:13:51.750Z | Downloaded md-5 v0.10.6 |
861 | 2024-05-23T03:13:51.750Z | Downloaded linked-hash-map v0.5.6 |
862 | 2024-05-23T03:13:51.750Z | Downloaded hyper-rustls v0.24.2 |
863 | 2024-05-23T03:13:51.753Z | Downloaded newtype-uuid v1.1.0 |
864 | 2024-05-23T03:13:51.757Z | Downloaded slog-envlogger v2.2.0 |
865 | 2024-05-23T03:13:51.757Z | Downloaded nibble_vec v0.1.0 |
866 | 2024-05-23T03:13:51.758Z | Downloaded multimap v0.10.0 |
867 | 2024-05-23T03:13:51.766Z | Downloaded multer v3.1.0 |
868 | 2024-05-23T03:13:51.766Z | Downloaded crucible-workspace-hack v0.1.0 |
869 | 2024-05-23T03:13:51.769Z | Downloaded base64 v0.22.1 |
870 | 2024-05-23T03:13:51.770Z | Downloaded mockall_derive v0.12.1 |
871 | 2024-05-23T03:13:51.770Z | Downloaded lock_api v0.4.12 |
872 | 2024-05-23T03:13:51.773Z | Downloaded equivalent v1.0.1 |
873 | 2024-05-23T03:13:51.774Z | Downloaded headers v0.3.9 |
874 | 2024-05-23T03:13:51.777Z | Downloaded foreign-types v0.3.2 |
875 | 2024-05-23T03:13:51.781Z | Downloaded opaque-debug v0.3.1 |
876 | 2024-05-23T03:13:51.781Z | Downloaded signature v2.2.0 |
877 | 2024-05-23T03:13:51.785Z | Downloaded crc32fast v1.4.0 |
878 | 2024-05-23T03:13:51.785Z | Downloaded strum_macros v0.25.3 |
879 | 2024-05-23T03:13:51.790Z | Downloaded strum_macros v0.24.3 |
880 | 2024-05-23T03:13:51.790Z | Downloaded toml_datetime v0.6.6 |
881 | 2024-05-23T03:13:51.793Z | Downloaded unicase v2.7.0 |
882 | 2024-05-23T03:13:51.793Z | Downloaded wyz v0.5.1 |
883 | 2024-05-23T03:13:51.797Z | Downloaded usdt-impl v0.3.5 |
884 | 2024-05-23T03:13:51.797Z | Downloaded phf_shared v0.10.0 |
885 | 2024-05-23T03:13:51.797Z | Downloaded mime_guess v2.0.4 |
886 | 2024-05-23T03:13:51.802Z | Downloaded clap_derive v4.5.4 |
887 | 2024-05-23T03:13:51.806Z | Downloaded clang-sys v1.7.0 |
888 | 2024-05-23T03:13:51.806Z | Downloaded cancel-safe-futures v0.1.5 |
889 | 2024-05-23T03:13:51.812Z | Downloaded camino v1.1.7 |
890 | 2024-05-23T03:13:51.816Z | Downloaded path-slash v0.1.5 |
891 | 2024-05-23T03:13:51.816Z | Downloaded dof v0.1.5 |
892 | 2024-05-23T03:13:51.816Z | Downloaded libloading v0.8.3 |
893 | 2024-05-23T03:13:51.816Z | Downloaded crc-any v2.5.0 |
894 | 2024-05-23T03:13:51.819Z | Downloaded serde_derive_internals v0.29.1 |
895 | 2024-05-23T03:13:51.820Z | Downloaded libefi-sys v0.1.0 |
896 | 2024-05-23T03:13:51.823Z | Downloaded rpassword v7.3.1 |
897 | 2024-05-23T03:13:51.823Z | Downloaded heapless v0.8.0 |
898 | 2024-05-23T03:13:51.827Z | Downloaded clap v4.5.4 |
899 | 2024-05-23T03:13:51.837Z | Downloaded slog-json v2.6.1 |
900 | 2024-05-23T03:13:51.842Z | Downloaded psl-types v2.0.11 |
901 | 2024-05-23T03:13:51.842Z | Downloaded futures-macro v0.3.30 |
902 | 2024-05-23T03:13:51.842Z | Downloaded fastrand v2.1.0 |
903 | 2024-05-23T03:13:51.846Z | Downloaded hash32 v0.2.1 |
904 | 2024-05-23T03:13:51.846Z | Downloaded ed25519 v1.5.3 |
905 | 2024-05-23T03:13:51.850Z | Downloaded unarray v0.1.4 |
906 | 2024-05-23T03:13:51.850Z | Downloaded cookie_store v0.20.0 |
907 | 2024-05-23T03:13:51.854Z | Downloaded indexmap v1.9.3 |
908 | 2024-05-23T03:13:51.858Z | Downloaded tempfile v3.10.1 |
909 | 2024-05-23T03:13:51.858Z | Downloaded getopts v0.2.21 |
910 | 2024-05-23T03:13:51.862Z | Downloaded phf_shared v0.11.2 |
911 | 2024-05-23T03:13:51.862Z | Downloaded paste v1.0.15 |
912 | 2024-05-23T03:13:51.866Z | Downloaded cargo_metadata v0.18.1 |
913 | 2024-05-23T03:13:51.866Z | Downloaded predicates-core v1.0.6 |
914 | 2024-05-23T03:13:51.874Z | Downloaded phf v0.11.2 |
915 | 2024-05-23T03:13:51.874Z | Downloaded olpc-cjson v0.1.3 |
916 | 2024-05-23T03:13:51.880Z | Downloaded miniz_oxide v0.7.2 |
917 | 2024-05-23T03:13:51.880Z | Downloaded structmeta-derive v0.3.0 |
918 | 2024-05-23T03:13:51.880Z | Downloaded structmeta v0.3.0 |
919 | 2024-05-23T03:13:51.880Z | Downloaded radium v0.7.0 |
920 | 2024-05-23T03:13:51.880Z | Downloaded proc-macro-crate v1.3.1 |
921 | 2024-05-23T03:13:51.880Z | Downloaded cookie v0.18.1 |
922 | 2024-05-23T03:13:51.884Z | Downloaded base64 v0.13.1 |
923 | 2024-05-23T03:13:51.884Z | Downloaded blake2 v0.10.6 |
924 | 2024-05-23T03:13:51.887Z | Downloaded log v0.4.21 |
925 | 2024-05-23T03:13:51.891Z | Downloaded dtrace-parser v0.2.0 |
926 | 2024-05-23T03:13:51.891Z | Downloaded dtrace-parser v0.1.14 |
927 | 2024-05-23T03:13:51.895Z | Downloaded derive_builder_macro v0.20.0 |
928 | 2024-05-23T03:13:51.895Z | Downloaded darling_macro v0.20.9 |
929 | 2024-05-23T03:13:51.895Z | Downloaded downcast v0.11.0 |
930 | 2024-05-23T03:13:51.899Z | Downloaded usdt-macro v0.5.0 |
931 | 2024-05-23T03:13:51.899Z | Downloaded siphasher v0.3.11 |
932 | 2024-05-23T03:13:51.899Z | Downloaded precomputed-hash v0.1.1 |
933 | 2024-05-23T03:13:51.899Z | Downloaded oso-derive v0.27.3 |
934 | 2024-05-23T03:13:51.903Z | Downloaded foreign-types-shared v0.3.1 |
935 | 2024-05-23T03:13:51.903Z | Downloaded spin v0.5.2 |
936 | 2024-05-23T03:13:51.903Z | Downloaded socket2 v0.4.10 |
937 | 2024-05-23T03:13:51.906Z | Downloaded indexmap v2.2.6 |
938 | 2024-05-23T03:13:51.909Z | Downloaded compact_str v0.7.1 |
939 | 2024-05-23T03:13:51.913Z | Downloaded structmeta-derive v0.2.0 |
940 | 2024-05-23T03:13:51.913Z | Downloaded subtle v2.5.0 |
941 | 2024-05-23T03:13:51.917Z | Downloaded structmeta v0.2.0 |
942 | 2024-05-23T03:13:51.917Z | Downloaded getrandom v0.2.14 |
943 | 2024-05-23T03:13:51.921Z | Downloaded slog-stdlog v4.1.1 |
944 | 2024-05-23T03:13:51.921Z | Downloaded slog-scope v4.4.0 |
945 | 2024-05-23T03:13:51.926Z | Downloaded poly1305 v0.8.0 |
946 | 2024-05-23T03:13:51.929Z | Downloaded password-hash v0.5.0 |
947 | 2024-05-23T03:13:51.930Z | Downloaded sqlparser_derive v0.2.2 |
948 | 2024-05-23T03:13:51.930Z | Downloaded num-rational v0.4.2 |
949 | 2024-05-23T03:13:51.933Z | Downloaded supports-color v3.0.0 |
950 | 2024-05-23T03:13:51.933Z | Downloaded vte v0.11.1 |
951 | 2024-05-23T03:13:51.939Z | Downloaded ucd-trie v0.1.6 |
952 | 2024-05-23T03:13:51.943Z | Downloaded samael v0.0.15 |
953 | 2024-05-23T03:13:51.943Z | Downloaded once_cell v1.19.0 |
954 | 2024-05-23T03:13:51.946Z | Downloaded stability v0.2.0 |
955 | 2024-05-23T03:13:51.949Z | Downloaded serde-big-array v0.5.1 |
956 | 2024-05-23T03:13:51.949Z | Downloaded xattr v1.3.1 |
957 | 2024-05-23T03:13:51.952Z | Downloaded derive_more v0.99.17 |
958 | 2024-05-23T03:13:51.956Z | Downloaded whoami v1.5.1 |
959 | 2024-05-23T03:13:51.959Z | Downloaded termtree v0.4.1 |
960 | 2024-05-23T03:13:51.963Z | Downloaded num-iter v0.1.45 |
961 | 2024-05-23T03:13:51.963Z | Downloaded num-integer v0.1.46 |
962 | 2024-05-23T03:13:51.966Z | Downloaded want v0.3.1 |
963 | 2024-05-23T03:13:51.966Z | Downloaded const_format v0.2.32 |
964 | 2024-05-23T03:13:51.970Z | Downloaded tinyvec_macros v0.1.1 |
965 | 2024-05-23T03:13:51.974Z | Downloaded minimal-lexical v0.2.1 |
966 | 2024-05-23T03:13:51.978Z | Downloaded packed_struct v0.10.1 |
967 | 2024-05-23T03:13:51.986Z | Downloaded stringprep v0.1.4 |
968 | 2024-05-23T03:13:51.986Z | Downloaded waitgroup v0.1.2 |
969 | 2024-05-23T03:13:51.986Z | Downloaded omicron-zone-package v0.11.0 |
970 | 2024-05-23T03:13:51.992Z | Downloaded strum_macros v0.26.2 |
971 | 2024-05-23T03:13:51.996Z | Downloaded rustc_version v0.1.7 |
972 | 2024-05-23T03:13:51.996Z | Downloaded powerfmt v0.2.0 |
973 | 2024-05-23T03:13:51.996Z | Downloaded serde_arrays v0.1.0 |
974 | 2024-05-23T03:13:52.000Z | Downloaded pest_generator v2.7.10 |
975 | 2024-05-23T03:13:52.003Z | Downloaded number_prefix v0.4.0 |
976 | 2024-05-23T03:13:52.003Z | Downloaded unicode-bidi v0.3.15 |
977 | 2024-05-23T03:13:52.003Z | Downloaded quick-error v1.2.3 |
978 | 2024-05-23T03:13:52.006Z | Downloaded ppv-lite86 v0.2.17 |
979 | 2024-05-23T03:13:52.011Z | Downloaded cc v1.0.97 |
980 | 2024-05-23T03:13:52.014Z | Downloaded zerocopy-derive v0.7.34 |
981 | 2024-05-23T03:13:52.018Z | Downloaded sha1 v0.10.6 |
982 | 2024-05-23T03:13:52.018Z | Downloaded tokio-tungstenite v0.20.1 |
983 | 2024-05-23T03:13:52.021Z | Downloaded scroll_derive v0.12.0 |
984 | 2024-05-23T03:13:52.021Z | Downloaded tap v1.0.1 |
985 | 2024-05-23T03:13:52.025Z | Downloaded fs-err v2.11.0 |
986 | 2024-05-23T03:13:52.025Z | Downloaded der_derive v0.7.2 |
987 | 2024-05-23T03:13:52.031Z | Downloaded fatfs v0.3.6 |
988 | 2024-05-23T03:13:52.034Z | Downloaded crossbeam-channel v0.5.12 |
989 | 2024-05-23T03:13:52.038Z | Downloaded ron v0.7.1 |
990 | 2024-05-23T03:13:52.041Z | Downloaded version_check v0.9.4 |
991 | 2024-05-23T03:13:52.044Z | Downloaded toolchain_find v0.4.0 |
992 | 2024-05-23T03:13:52.044Z | Downloaded uzers v0.11.3 |
993 | 2024-05-23T03:13:52.047Z | Downloaded tiny-keccak v2.0.2 |
994 | 2024-05-23T03:13:52.051Z | Downloaded futures-channel v0.3.30 |
995 | 2024-05-23T03:13:52.051Z | Downloaded flagset v0.4.5 |
996 | 2024-05-23T03:13:52.054Z | Downloaded either v1.12.0 |
997 | 2024-05-23T03:13:52.060Z | Downloaded float-cmp v0.9.0 |
998 | 2024-05-23T03:13:52.060Z | Downloaded quote v1.0.36 |
999 | 2024-05-23T03:13:52.063Z | Downloaded owo-colors v4.0.0 |
1000 | 2024-05-23T03:13:52.064Z | Downloaded subprocess v0.2.9 |
1001 | 2024-05-23T03:13:52.067Z | Downloaded trust-dns-resolver v0.22.0 |
1002 | 2024-05-23T03:13:52.070Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1003 | 2024-05-23T03:13:52.073Z | Downloaded glob v0.3.1 |
1004 | 2024-05-23T03:13:52.073Z | Downloaded sha2 v0.10.8 |
1005 | 2024-05-23T03:13:52.076Z | Downloaded memchr v2.7.2 |
1006 | 2024-05-23T03:13:52.080Z | Downloaded fd-lock v4.0.2 |
1007 | 2024-05-23T03:13:52.083Z | Downloaded rtoolbox v0.0.2 |
1008 | 2024-05-23T03:13:52.086Z | Downloaded toml v0.8.13 |
1009 | 2024-05-23T03:13:52.089Z | Downloaded parse-size v1.0.0 |
1010 | 2024-05-23T03:13:52.089Z | Downloaded rcgen v0.12.1 |
1011 | 2024-05-23T03:13:52.104Z | Downloaded typenum v1.17.0 |
1012 | 2024-05-23T03:13:52.108Z | Downloaded serde_spanned v0.6.6 |
1013 | 2024-05-23T03:13:52.111Z | Downloaded stable_deref_trait v1.2.0 |
1014 | 2024-05-23T03:13:52.111Z | Downloaded sqlformat v0.2.3 |
1015 | 2024-05-23T03:13:52.115Z | Downloaded spki v0.7.3 |
1016 | 2024-05-23T03:13:52.115Z | Downloaded pest_meta v2.7.10 |
1017 | 2024-05-23T03:13:52.121Z | Downloaded oso v0.27.3 |
1018 | 2024-05-23T03:13:52.124Z | Downloaded topological-sort v0.2.2 |
1019 | 2024-05-23T03:13:52.124Z | Downloaded static_assertions v1.1.0 |
1020 | 2024-05-23T03:13:52.124Z | Downloaded time-macros v0.2.18 |
1021 | 2024-05-23T03:13:52.127Z | Downloaded env_logger v0.9.3 |
1022 | 2024-05-23T03:13:52.130Z | Downloaded debug-ignore v1.0.5 |
1023 | 2024-05-23T03:13:52.133Z | Downloaded crypto-common v0.1.6 |
1024 | 2024-05-23T03:13:52.133Z | Downloaded utf8parse v0.2.1 |
1025 | 2024-05-23T03:13:52.134Z | Downloaded pin-project v1.1.5 |
1026 | 2024-05-23T03:13:52.146Z | Downloaded futures v0.3.30 |
1027 | 2024-05-23T03:13:52.151Z | Downloaded normalize-line-endings v0.3.0 |
1028 | 2024-05-23T03:13:52.154Z | Downloaded foreign-types-shared v0.1.1 |
1029 | 2024-05-23T03:13:52.154Z | Downloaded filetime v0.2.23 |
1030 | 2024-05-23T03:13:52.158Z | Downloaded test-strategy v0.3.1 |
1031 | 2024-05-23T03:13:52.161Z | Downloaded ff v0.13.0 |
1032 | 2024-05-23T03:13:52.161Z | Downloaded scopeguard v1.2.0 |
1033 | 2024-05-23T03:13:52.170Z | Downloaded rand_chacha v0.3.1 |
1034 | 2024-05-23T03:13:52.170Z | Downloaded parse-display-derive v0.9.0 |
1035 | 2024-05-23T03:13:52.170Z | Downloaded parse-display v0.9.0 |
1036 | 2024-05-23T03:13:52.170Z | Downloaded schemars_derive v0.8.19 |
1037 | 2024-05-23T03:13:52.171Z | Downloaded pkcs1 v0.7.5 |
1038 | 2024-05-23T03:13:52.175Z | Downloaded unicode-ident v1.0.12 |
1039 | 2024-05-23T03:13:52.175Z | Downloaded smf v0.2.3 |
1040 | 2024-05-23T03:13:52.178Z | Downloaded tabled_derive v0.7.0 |
1041 | 2024-05-23T03:13:52.178Z | Downloaded smawk v0.3.2 |
1042 | 2024-05-23T03:13:52.181Z | Downloaded signal-hook-registry v1.4.2 |
1043 | 2024-05-23T03:13:52.181Z | Downloaded proc-macro-error-attr v1.0.4 |
1044 | 2024-05-23T03:13:52.184Z | Downloaded hash32 v0.3.1 |
1045 | 2024-05-23T03:13:52.184Z | Downloaded tokio-native-tls v0.3.1 |
1046 | 2024-05-23T03:13:52.188Z | Downloaded tracing-attributes v0.1.27 |
1047 | 2024-05-23T03:13:52.194Z | Downloaded unicode-xid v0.2.4 |
1048 | 2024-05-23T03:13:52.194Z | Downloaded tokio-macros v2.2.0 |
1049 | 2024-05-23T03:13:52.197Z | Downloaded embedded-io v0.4.0 |
1050 | 2024-05-23T03:13:52.197Z | Downloaded rustc-demangle v0.1.24 |
1051 | 2024-05-23T03:13:52.197Z | Downloaded data-encoding v2.6.0 |
1052 | 2024-05-23T03:13:52.200Z | Downloaded untrusted v0.9.0 |
1053 | 2024-05-23T03:13:52.200Z | Downloaded yasna v0.5.2 |
1054 | 2024-05-23T03:13:52.204Z | Downloaded globset v0.4.14 |
1055 | 2024-05-23T03:13:52.204Z | Downloaded env_logger v0.10.2 |
1056 | 2024-05-23T03:13:52.207Z | Downloaded derive-where v1.2.7 |
1057 | 2024-05-23T03:13:52.211Z | Downloaded mio v0.8.11 |
1058 | 2024-05-23T03:13:52.217Z | Downloaded tinyvec v1.6.0 |
1059 | 2024-05-23T03:13:52.221Z | Downloaded display-error-chain v0.2.0 |
1060 | 2024-05-23T03:13:52.224Z | Downloaded futures-core v0.3.30 |
1061 | 2024-05-23T03:13:52.225Z | Downloaded group v0.13.0 |
1062 | 2024-05-23T03:13:52.228Z | Downloaded sct v0.7.1 |
1063 | 2024-05-23T03:13:52.232Z | Downloaded itertools v0.12.1 |
1064 | 2024-05-23T03:13:52.237Z | Downloaded textwrap v0.16.1 |
1065 | 2024-05-23T03:13:52.242Z | Downloaded sigpipe v0.1.3 |
1066 | 2024-05-23T03:13:52.245Z | Downloaded peg v0.8.3 |
1067 | 2024-05-23T03:13:52.249Z | Downloaded zone_cfg_derive v0.1.2 |
1068 | 2024-05-23T03:13:52.249Z | Downloaded sec1 v0.7.3 |
1069 | 2024-05-23T03:13:52.249Z | Downloaded plain v0.2.3 |
1070 | 2024-05-23T03:13:52.255Z | Downloaded proc-macro-error v1.0.4 |
1071 | 2024-05-23T03:13:52.259Z | Downloaded parking_lot_core v0.8.6 |
1072 | 2024-05-23T03:13:52.259Z | Downloaded pretty-hex v0.4.1 |
1073 | 2024-05-23T03:13:52.259Z | Downloaded pretty-hex v0.2.1 |
1074 | 2024-05-23T03:13:52.263Z | Downloaded zone v0.1.8 |
1075 | 2024-05-23T03:13:52.263Z | Downloaded tls_codec_derive v0.4.1 |
1076 | 2024-05-23T03:13:52.263Z | Downloaded tokio-stream v0.1.15 |
1077 | 2024-05-23T03:13:52.267Z | Downloaded difflib v0.4.0 |
1078 | 2024-05-23T03:13:52.271Z | Downloaded futures-io v0.3.30 |
1079 | 2024-05-23T03:13:52.271Z | Downloaded futures-executor v0.3.30 |
1080 | 2024-05-23T03:13:52.271Z | Downloaded scheduled-thread-pool v0.2.7 |
1081 | 2024-05-23T03:13:52.275Z | Downloaded zeroize_derive v1.4.2 |
1082 | 2024-05-23T03:13:52.275Z | Downloaded terminal_size v0.3.0 |
1083 | 2024-05-23T03:13:52.279Z | Downloaded termcolor v1.4.1 |
1084 | 2024-05-23T03:13:52.279Z | Downloaded flume v0.11.0 |
1085 | 2024-05-23T03:13:52.283Z | Downloaded same-file v1.0.6 |
1086 | 2024-05-23T03:13:52.283Z | Downloaded num-conv v0.1.0 |
1087 | 2024-05-23T03:13:52.283Z | Downloaded itertools v0.10.5 |
1088 | 2024-05-23T03:13:52.291Z | Downloaded flate2 v1.0.30 |
1089 | 2024-05-23T03:13:52.296Z | Downloaded take_mut v0.2.2 |
1090 | 2024-05-23T03:13:52.300Z | Downloaded num_enum_derive v0.5.11 |
1091 | 2024-05-23T03:13:52.300Z | Downloaded fnv v1.0.7 |
1092 | 2024-05-23T03:13:52.305Z | Downloaded signature v1.6.4 |
1093 | 2024-05-23T03:13:52.306Z | Downloaded openssl-probe v0.1.5 |
1094 | 2024-05-23T03:13:52.306Z | Downloaded futures-task v0.3.30 |
1095 | 2024-05-23T03:13:52.306Z | Downloaded nu-ansi-term v0.50.0 |
1096 | 2024-05-23T03:13:52.313Z | Downloaded openssl-macros v0.1.1 |
1097 | 2024-05-23T03:13:52.313Z | Downloaded serde-big-array v0.4.1 |
1098 | 2024-05-23T03:13:52.317Z | Downloaded slog v2.7.0 |
1099 | 2024-05-23T03:13:52.317Z | Downloaded socket2 v0.5.7 |
1100 | 2024-05-23T03:13:52.317Z | Downloaded typed-path v0.7.1 |
1101 | 2024-05-23T03:13:52.324Z | Downloaded untrusted v0.7.1 |
1102 | 2024-05-23T03:13:52.324Z | Downloaded peg-runtime v0.8.3 |
1103 | 2024-05-23T03:13:52.328Z | Downloaded predicates v3.1.0 |
1104 | 2024-05-23T03:13:52.328Z | Downloaded usdt-impl v0.5.0 |
1105 | 2024-05-23T03:13:52.332Z | Downloaded fxhash v0.2.1 |
1106 | 2024-05-23T03:13:52.332Z | Downloaded uuid v1.8.0 |
1107 | 2024-05-23T03:13:52.336Z | Downloaded expectorate v1.1.0 |
1108 | 2024-05-23T03:13:52.336Z | Downloaded postgres-types v0.2.6 |
1109 | 2024-05-23T03:13:52.340Z | Downloaded platforms v3.4.0 |
1110 | 2024-05-23T03:13:52.343Z | Downloaded parking_lot v0.11.2 |
1111 | 2024-05-23T03:13:52.344Z | Downloaded postgres-protocol v0.6.6 |
1112 | 2024-05-23T03:13:52.348Z | Downloaded half v2.4.1 |
1113 | 2024-05-23T03:13:52.348Z | Downloaded term v0.7.0 |
1114 | 2024-05-23T03:13:52.352Z | Downloaded secrecy v0.8.0 |
1115 | 2024-05-23T03:13:52.355Z | Downloaded packed_struct_codegen v0.10.1 |
1116 | 2024-05-23T03:13:52.356Z | Downloaded toml_edit v0.19.15 |
1117 | 2024-05-23T03:13:52.371Z | Downloaded futures-sink v0.3.30 |
1118 | 2024-05-23T03:13:52.375Z | Downloaded try-lock v0.2.5 |
1119 | 2024-05-23T03:13:52.375Z | Downloaded fixedbitset v0.4.2 |
1120 | 2024-05-23T03:13:52.375Z | Downloaded rustls-pemfile v2.1.2 |
1121 | 2024-05-23T03:13:52.382Z | Downloaded num_threads v0.1.7 |
1122 | 2024-05-23T03:13:52.382Z | Downloaded usdt v0.5.0 |
1123 | 2024-05-23T03:13:52.382Z | Downloaded slog-dtrace v0.3.0 |
1124 | 2024-05-23T03:13:52.386Z | Downloaded slog-bunyan v2.5.0 |
1125 | 2024-05-23T03:13:52.386Z | Downloaded tabwriter v1.4.0 |
1126 | 2024-05-23T03:13:52.386Z | Downloaded portpicker v0.1.1 |
1127 | 2024-05-23T03:13:52.386Z | Downloaded parking_lot v0.12.2 |
1128 | 2024-05-23T03:13:52.390Z | Downloaded clap_builder v4.5.2 |
1129 | 2024-05-23T03:13:52.394Z | Downloaded endian-type v0.1.2 |
1130 | 2024-05-23T03:13:52.398Z | Downloaded swrite v0.1.0 |
1131 | 2024-05-23T03:13:52.398Z | Downloaded curve25519-dalek-derive v0.1.1 |
1132 | 2024-05-23T03:13:52.398Z | Downloaded deranged v0.3.11 |
1133 | 2024-05-23T03:13:52.398Z | Downloaded rustls-pemfile v1.0.4 |
1134 | 2024-05-23T03:13:52.402Z | Downloaded x509-cert v0.2.5 |
1135 | 2024-05-23T03:13:52.406Z | Downloaded predicates-tree v1.0.9 |
1136 | 2024-05-23T03:13:52.411Z | Downloaded tracing v0.1.40 |
1137 | 2024-05-23T03:13:52.415Z | Downloaded prettyplease v0.2.20 |
1138 | 2024-05-23T03:13:52.419Z | Downloaded dyn-clone v1.0.17 |
1139 | 2024-05-23T03:13:52.419Z | Downloaded dirs-sys-next v0.1.2 |
1140 | 2024-05-23T03:13:52.419Z | Downloaded pkg-config v0.3.30 |
1141 | 2024-05-23T03:13:52.422Z | Downloaded num-bigint-dig v0.8.4 |
1142 | 2024-05-23T03:13:52.426Z | Downloaded slab v0.4.9 |
1143 | 2024-05-23T03:13:52.426Z | Downloaded resolv-conf v0.7.0 |
1144 | 2024-05-23T03:13:52.430Z | Downloaded num v0.4.3 |
1145 | 2024-05-23T03:13:52.430Z | Downloaded num-complex v0.4.6 |
1146 | 2024-05-23T03:13:52.435Z | Downloaded cstr-argument v0.1.2 |
1147 | 2024-05-23T03:13:52.435Z | Downloaded ena v0.14.3 |
1148 | 2024-05-23T03:13:52.435Z | Downloaded serde_tokenstream v0.2.0 |
1149 | 2024-05-23T03:13:52.440Z | Downloaded synstructure v0.12.6 |
1150 | 2024-05-23T03:13:52.444Z | Downloaded zerocopy v0.6.6 |
1151 | 2024-05-23T03:13:52.444Z | Downloaded gethostname v0.4.3 |
1152 | 2024-05-23T03:13:52.444Z | Downloaded num_enum v0.5.11 |
1153 | 2024-05-23T03:13:52.449Z | Downloaded unicode-width v0.1.12 |
1154 | 2024-05-23T03:13:52.453Z | Downloaded universal-hash v0.5.1 |
1155 | 2024-05-23T03:13:52.453Z | Downloaded derive_builder v0.20.0 |
1156 | 2024-05-23T03:13:52.457Z | Downloaded fallible-iterator v0.2.0 |
1157 | 2024-05-23T03:13:52.460Z | Downloaded serde_derive v1.0.202 |
1158 | 2024-05-23T03:13:52.464Z | Downloaded digest v0.10.7 |
1159 | 2024-05-23T03:13:52.464Z | Downloaded usdt v0.3.5 |
1160 | 2024-05-23T03:13:52.464Z | Downloaded tokio-postgres v0.7.10 |
1161 | 2024-05-23T03:13:52.469Z | Downloaded rustyline v14.0.0 |
1162 | 2024-05-23T03:13:52.474Z | Downloaded crossbeam-epoch v0.9.18 |
1163 | 2024-05-23T03:13:52.478Z | Downloaded rayon v1.10.0 |
1164 | 2024-05-23T03:13:52.488Z | Downloaded num_cpus v1.16.0 |
1165 | 2024-05-23T03:13:52.491Z | Downloaded publicsuffix v2.2.3 |
1166 | 2024-05-23T03:13:52.495Z | Downloaded portable-atomic v1.6.0 |
1167 | 2024-05-23T03:13:52.503Z | Downloaded hyper v0.14.28 |
1168 | 2024-05-23T03:13:52.509Z | Downloaded csv-core v0.1.11 |
1169 | 2024-05-23T03:13:52.513Z | Downloaded ryu v1.0.18 |
1170 | 2024-05-23T03:13:52.517Z | Downloaded postcard v1.0.8 |
1171 | 2024-05-23T03:13:52.521Z | Downloaded slog-async v2.8.0 |
1172 | 2024-05-23T03:13:52.521Z | Downloaded time v0.3.36 |
1173 | 2024-05-23T03:13:52.527Z | Downloaded rand v0.8.5 |
1174 | 2024-05-23T03:13:52.531Z | Downloaded winnow v0.6.8 |
1175 | 2024-05-23T03:13:52.541Z | Downloaded zip v0.6.6 |
1176 | 2024-05-23T03:13:52.546Z | Downloaded erased-serde v0.3.31 |
1177 | 2024-05-23T03:13:52.550Z | Downloaded darling v0.20.9 |
1178 | 2024-05-23T03:13:52.554Z | Downloaded der v0.7.9 |
1179 | 2024-05-23T03:13:52.558Z | Downloaded trust-dns-client v0.22.0 |
1180 | 2024-05-23T03:13:52.563Z | Downloaded smallvec v1.13.2 |
1181 | 2024-05-23T03:13:52.567Z | Downloaded unsafe-libyaml v0.2.11 |
1182 | 2024-05-23T03:13:52.571Z | Downloaded tracing-core v0.1.32 |
1183 | 2024-05-23T03:13:52.575Z | Downloaded toml v0.5.11 |
1184 | 2024-05-23T03:13:52.575Z | Downloaded rustls-webpki v0.101.7 |
1185 | 2024-05-23T03:13:52.592Z | Downloaded darling_core v0.20.9 |
1186 | 2024-05-23T03:13:52.596Z | Downloaded winnow v0.5.40 |
1187 | 2024-05-23T03:13:52.603Z | Downloaded bindgen v0.69.4 |
1188 | 2024-05-23T03:13:52.610Z | Downloaded chrono v0.4.38 |
1189 | 2024-05-23T03:13:52.618Z | Downloaded elliptic-curve v0.13.8 |
1190 | 2024-05-23T03:13:52.621Z | Downloaded serde v1.0.202 |
1191 | 2024-05-23T03:13:52.625Z | Downloaded unicode_categories v0.1.1 |
1192 | 2024-05-23T03:13:52.629Z | Downloaded tungstenite v0.21.0 |
1193 | 2024-05-23T03:13:52.634Z | Downloaded tungstenite v0.20.1 |
1194 | 2024-05-23T03:13:52.634Z | Downloaded crossterm v0.27.0 |
1195 | 2024-05-23T03:13:52.640Z | Downloaded quick-xml v0.31.0 |
1196 | 2024-05-23T03:13:52.646Z | Downloaded lalrpop v0.19.12 |
1197 | 2024-05-23T03:13:52.657Z | Downloaded diff v0.1.13 |
1198 | 2024-05-23T03:13:52.661Z | Downloaded tough v0.17.1 |
1199 | 2024-05-23T03:13:52.676Z | Downloaded bitvec v1.0.1 |
1200 | 2024-05-23T03:13:52.690Z | Downloaded sqlparser v0.45.0 |
1201 | 2024-05-23T03:13:52.695Z | Downloaded num-bigint v0.4.5 |
1202 | 2024-05-23T03:13:52.701Z | Downloaded trust-dns-server v0.22.1 |
1203 | 2024-05-23T03:13:52.706Z | Downloaded unicode-segmentation v1.11.0 |
1204 | 2024-05-23T03:13:52.711Z | Downloaded unicode-normalization v0.1.23 |
1205 | 2024-05-23T03:13:52.715Z | Downloaded h2 v0.3.26 |
1206 | 2024-05-23T03:13:52.720Z | Downloaded serde_json v1.0.117 |
1207 | 2024-05-23T03:13:52.727Z | Downloaded proptest v1.4.0 |
1208 | 2024-05-23T03:13:52.736Z | Downloaded goblin v0.8.2 |
1209 | 2024-05-23T03:13:52.742Z | Downloaded tokio-util v0.7.11 |
1210 | 2024-05-23T03:13:52.753Z | Downloaded zerocopy v0.7.34 |
1211 | 2024-05-23T03:13:52.765Z | Downloaded nix v0.28.0 |
1212 | 2024-05-23T03:13:52.777Z | Downloaded futures-util v0.3.30 |
1213 | 2024-05-23T03:13:52.788Z | Downloaded reqwest v0.11.27 |
1214 | 2024-05-23T03:13:52.796Z | Downloaded object v0.30.4 |
1215 | 2024-05-23T03:13:52.806Z | Downloaded vcpkg v0.2.15 |
1216 | 2024-05-23T03:13:52.845Z | Downloaded trust-dns-proto v0.22.0 |
1217 | 2024-05-23T03:13:52.857Z | Downloaded smoltcp v0.9.1 |
1218 | 2024-05-23T03:13:52.869Z | Downloaded tabled v0.15.0 |
1219 | 2024-05-23T03:13:52.885Z | Downloaded polar-core v0.27.3 |
1220 | 2024-05-23T03:13:52.893Z | Downloaded regex v1.10.4 |
1221 | 2024-05-23T03:13:52.906Z | Downloaded regex-syntax v0.8.3 |
1222 | 2024-05-23T03:13:52.914Z | Downloaded openapiv3 v2.0.0 |
1223 | 2024-05-23T03:13:52.928Z | Downloaded rustls v0.21.12 |
1224 | 2024-05-23T03:13:52.938Z | Downloaded radix_trie v0.2.1 |
1225 | 2024-05-23T03:13:52.943Z | Downloaded regex-syntax v0.6.29 |
1226 | 2024-05-23T03:13:52.951Z | Downloaded gimli v0.28.1 |
1227 | 2024-05-23T03:13:52.962Z | Downloaded regress v0.9.1 |
1228 | 2024-05-23T03:13:52.968Z | Downloaded syn v1.0.109 |
1229 | 2024-05-23T03:13:52.978Z | Downloaded syn v2.0.64 |
1230 | 2024-05-23T03:13:52.990Z | Downloaded rustls v0.22.4 |
1231 | 2024-05-23T03:13:53.003Z | Downloaded rustix v0.38.34 |
1232 | 2024-05-23T03:13:53.025Z | Downloaded curve25519-dalek v4.1.2 |
1233 | 2024-05-23T03:13:53.035Z | Downloaded zerocopy-derive v0.2.0 |
1234 | 2024-05-23T03:13:53.042Z | Downloaded sled v0.34.7 |
1235 | 2024-05-23T03:13:53.052Z | Downloaded bstr v1.9.1 |
1236 | 2024-05-23T03:13:53.063Z | Downloaded openssl v0.10.64 |
1237 | 2024-05-23T03:13:53.072Z | Downloaded regex-automata v0.4.6 |
1238 | 2024-05-23T03:13:53.090Z | Downloaded finl_unicode v1.2.0 |
1239 | 2024-05-23T03:13:53.102Z | Downloaded ratatui v0.26.2 |
1240 | 2024-05-23T03:13:53.122Z | Downloaded sha3 v0.10.8 |
1241 | 2024-05-23T03:13:53.126Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1242 | 2024-05-23T03:13:53.136Z | Downloaded libc v0.2.153 |
1243 | 2024-05-23T03:13:53.163Z | Downloaded zerocopy-derive v0.6.6 |
1244 | 2024-05-23T03:13:53.173Z | Downloaded encoding_rs v0.8.34 |
1245 | 2024-05-23T03:13:53.194Z | Downloaded bstr v0.2.17 |
1246 | 2024-05-23T03:13:53.206Z | Downloaded petgraph v0.6.5 |
1247 | 2024-05-23T03:13:53.222Z | Downloaded object v0.32.2 |
1248 | 2024-05-23T03:13:53.233Z | Downloaded tokio v1.37.0 |
1249 | 2024-05-23T03:13:53.267Z | Downloaded diesel v2.1.6 |
1250 | 2024-05-23T03:13:53.285Z | Downloaded csv v1.3.0 |
1251 | 2024-05-23T03:13:53.305Z | Downloaded smoltcp v0.11.0 |
1252 | 2024-05-23T03:13:53.317Z | Downloaded webpki-roots v0.25.4 |
1253 | 2024-05-23T03:13:53.321Z | Downloaded idna v0.2.3 |
1254 | 2024-05-23T03:13:53.327Z | Downloaded pest v2.7.10 |
1255 | 2024-05-23T03:13:53.332Z | Downloaded idna v0.5.0 |
1256 | 2024-05-23T03:13:53.339Z | Downloaded idna v0.3.0 |
1257 | 2024-05-23T03:13:53.345Z | Downloaded steno v0.4.0 |
1258 | 2024-05-23T03:13:53.349Z | Downloaded rustls-webpki v0.102.4 |
1259 | 2024-05-23T03:13:53.368Z | Downloaded salty v0.2.0 |
1260 | 2024-05-23T03:13:53.372Z | Downloaded url v2.5.0 |
1261 | 2024-05-23T03:13:53.376Z | Downloaded serde_with v3.8.1 |
1262 | 2024-05-23T03:13:53.382Z | Downloaded pem-rfc7468 v0.7.0 |
1263 | 2024-05-23T03:13:53.386Z | Downloaded similar v2.5.0 |
1264 | 2024-05-23T03:13:53.391Z | Downloaded papergrid v0.11.0 |
1265 | 2024-05-23T03:13:53.396Z | Downloaded defmt v0.3.8 |
1266 | 2024-05-23T03:13:53.400Z | Downloaded rayon-core v1.12.1 |
1267 | 2024-05-23T03:13:53.400Z | Downloaded regex-automata v0.1.10 |
1268 | 2024-05-23T03:13:53.405Z | Downloaded rustls-pki-types v1.7.0 |
1269 | 2024-05-23T03:13:53.409Z | Downloaded rand_core v0.6.4 |
1270 | 2024-05-23T03:13:53.409Z | Downloaded reedline v0.31.0 |
1271 | 2024-05-23T03:13:53.415Z | Downloaded tokio-tungstenite v0.21.0 |
1272 | 2024-05-23T03:13:53.428Z | Downloaded schemars v0.8.19 |
1273 | 2024-05-23T03:13:53.433Z | Downloaded generic-array v0.14.7 |
1274 | 2024-05-23T03:13:53.433Z | Downloaded tui-tree-widget v0.19.0 |
1275 | 2024-05-23T03:13:53.433Z | Downloaded pem v3.0.4 |
1276 | 2024-05-23T03:13:53.433Z | Downloaded crossbeam-utils v0.8.19 |
1277 | 2024-05-23T03:13:53.438Z | Downloaded signal-hook v0.3.17 |
1278 | 2024-05-23T03:13:53.438Z | Downloaded pkcs8 v0.10.2 |
1279 | 2024-05-23T03:13:53.442Z | Downloaded percent-encoding v2.3.1 |
1280 | 2024-05-23T03:13:53.442Z | Downloaded rand_seeder v0.2.3 |
1281 | 2024-05-23T03:13:53.442Z | Downloaded parking_lot_core v0.9.10 |
1282 | 2024-05-23T03:13:53.446Z | Downloaded shell-words v1.1.0 |
1283 | 2024-05-23T03:13:53.446Z | Downloaded serde_urlencoded v0.7.1 |
1284 | 2024-05-23T03:13:53.446Z | Downloaded ref-cast v1.0.23 |
1285 | 2024-05-23T03:13:53.452Z | Downloaded dof v0.3.0 |
1286 | 2024-05-23T03:13:53.452Z | Downloaded nom v7.1.3 |
1287 | 2024-05-23T03:13:53.456Z | Downloaded sync_wrapper v0.1.2 |
1288 | 2024-05-23T03:13:53.456Z | Downloaded rand_xorshift v0.3.0 |
1289 | 2024-05-23T03:13:53.457Z | Downloaded derive_builder_core v0.20.0 |
1290 | 2024-05-23T03:13:53.461Z | Downloaded toml_edit v0.22.13 |
1291 | 2024-05-23T03:13:53.479Z | Downloaded blake3 v1.5.1 |
1292 | 2024-05-23T03:13:53.485Z | Downloaded termios v0.3.3 |
1293 | 2024-05-23T03:13:53.489Z | Downloaded toml v0.7.8 |
1294 | 2024-05-23T03:13:53.492Z | Downloaded openssl-sys v0.9.102 |
1295 | 2024-05-23T03:13:53.496Z | Downloaded signal-hook-tokio v0.3.1 |
1296 | 2024-05-23T03:13:53.496Z | Downloaded signal-hook-mio v0.2.3 |
1297 | 2024-05-23T03:13:53.500Z | Downloaded hkdf v0.12.4 |
1298 | 2024-05-23T03:13:53.500Z | Downloaded proc-macro2 v1.0.82 |
1299 | 2024-05-23T03:13:53.504Z | Downloaded enum-as-inner v0.5.1 |
1300 | 2024-05-23T03:13:53.504Z | Downloaded zerocopy v0.3.2 |
1301 | 2024-05-23T03:13:53.504Z | Downloaded pest_derive v2.7.10 |
1302 | 2024-05-23T03:13:53.507Z | Downloaded libm v0.2.8 |
1303 | 2024-05-23T03:13:53.513Z | Downloaded diesel_derives v2.1.4 |
1304 | 2024-05-23T03:13:53.517Z | Downloaded pin-project-lite v0.2.14 |
1305 | 2024-05-23T03:13:53.521Z | Downloaded pin-project-internal v1.1.5 |
1306 | 2024-05-23T03:13:53.525Z | Downloaded peg-macros v0.8.3 |
1307 | 2024-05-23T03:13:53.525Z | Downloaded slog-term v2.9.1 |
1308 | 2024-05-23T03:13:53.529Z | Downloaded walkdir v2.5.0 |
1309 | 2024-05-23T03:13:53.529Z | Downloaded serde_repr v0.1.19 |
1310 | 2024-05-23T03:13:53.532Z | Downloaded serde_path_to_error v0.1.16 |
1311 | 2024-05-23T03:13:53.532Z | Downloaded rustc-hash v1.1.0 |
1312 | 2024-05-23T03:13:53.532Z | Downloaded r2d2 v0.8.10 |
1313 | 2024-05-23T03:13:53.539Z | Downloaded pin-utils v0.1.0 |
1314 | 2024-05-23T03:13:53.539Z | Downloaded vsss-rs v3.3.4 |
1315 | 2024-05-23T03:13:53.543Z | Downloaded ron v0.8.1 |
1316 | 2024-05-23T03:13:53.543Z | Downloaded rsa v0.9.6 |
1317 | 2024-05-23T03:13:53.547Z | Downloaded libxml v0.3.3 |
1318 | 2024-05-23T03:13:53.552Z | Downloaded crypto-bigint v0.5.5 |
1319 | 2024-05-23T03:13:53.558Z | Downloaded smallvec v0.6.14 |
1320 | 2024-05-23T03:13:53.562Z | Downloaded aho-corasick v1.1.3 |
1321 | 2024-05-23T03:13:53.566Z | Downloaded dirs-next v2.0.0 |
1322 | 2024-05-23T03:13:53.569Z | Downloaded wait-timeout v0.2.0 |
1323 | 2024-05-23T03:13:53.569Z | Downloaded tls_codec v0.4.1 |
1324 | 2024-05-23T03:13:53.573Z | Downloaded num-traits v0.2.19 |
1325 | 2024-05-23T03:13:53.573Z | Downloaded time-core v0.1.2 |
1326 | 2024-05-23T03:13:53.573Z | Downloaded thread_local v1.1.8 |
1327 | 2024-05-23T03:13:53.577Z | Downloaded thread-id v4.2.1 |
1328 | 2024-05-23T03:13:53.577Z | Downloaded spin v0.9.8 |
1329 | 2024-05-23T03:13:53.577Z | Downloaded tokio-rustls v0.25.0 |
1330 | 2024-05-23T03:13:53.581Z | Downloaded string_cache v0.8.7 |
1331 | 2024-05-23T03:13:53.581Z | Downloaded funty v2.0.0 |
1332 | 2024-05-23T03:13:53.581Z | Downloaded strsim v0.11.1 |
1333 | 2024-05-23T03:13:53.585Z | Downloaded num-derive v0.4.2 |
1334 | 2024-05-23T03:13:53.585Z | Downloaded fragile v2.0.0 |
1335 | 2024-05-23T03:13:53.585Z | Downloaded form_urlencoded v1.2.1 |
1336 | 2024-05-23T03:13:53.589Z | Downloaded errno v0.3.9 |
1337 | 2024-05-23T03:13:53.589Z | Downloaded utf-8 v0.7.6 |
1338 | 2024-05-23T03:13:53.589Z | Downloaded usdt-macro v0.3.5 |
1339 | 2024-05-23T03:13:53.589Z | Downloaded unicode-linebreak v0.1.5 |
1340 | 2024-05-23T03:13:53.595Z | Downloaded serde_with_macros v3.8.1 |
1341 | 2024-05-23T03:13:53.595Z | Downloaded serde_yaml v0.9.34+deprecated |
1342 | 2024-05-23T03:13:53.599Z | Downloaded snafu v0.8.2 |
1343 | 2024-05-23T03:13:53.602Z | Downloaded which v4.4.2 |
1344 | 2024-05-23T03:13:53.602Z | Downloaded base64 v0.21.7 |
1345 | 2024-05-23T03:13:53.606Z | Downloaded serde_plain v1.0.2 |
1346 | 2024-05-23T03:13:53.606Z | Downloaded serde-hex v0.1.0 |
1347 | 2024-05-23T03:13:53.610Z | Downloaded rusty-fork v0.3.0 |
1348 | 2024-05-23T03:13:53.610Z | Downloaded rustversion v1.0.17 |
1349 | 2024-05-23T03:13:53.615Z | Downloaded tokio-rustls v0.24.1 |
1350 | 2024-05-23T03:13:53.615Z | Downloaded tar v0.4.40 |
1351 | 2024-05-23T03:13:53.618Z | Downloaded chacha20poly1305 v0.10.1 |
1352 | 2024-05-23T03:13:53.618Z | Downloaded backtrace v0.3.71 |
1353 | 2024-05-23T03:13:53.622Z | Downloaded foreign-types-macros v0.2.3 |
1354 | 2024-05-23T03:13:53.626Z | Downloaded foreign-types v0.5.0 |
1355 | 2024-05-23T03:13:53.626Z | Downloaded defmt-parser v0.3.4 |
1356 | 2024-05-23T03:13:53.626Z | Downloaded defmt-macros v0.3.9 |
1357 | 2024-05-23T03:13:53.630Z | Downloaded zeroize v1.7.0 |
1358 | 2024-05-23T03:13:53.630Z | Downloaded snafu-derive v0.8.2 |
1359 | 2024-05-23T03:13:53.634Z | Downloaded serde_tokenstream v0.1.7 |
1360 | 2024-05-23T03:13:53.637Z | Downloaded semver v1.0.23 |
1361 | 2024-05-23T03:13:53.637Z | Downloaded scroll v0.12.0 |
1362 | 2024-05-23T03:13:53.641Z | Downloaded indicatif v0.17.8 |
1363 | 2024-05-23T03:13:53.645Z | Downloaded bytes v1.6.0 |
1364 | 2024-05-23T03:13:53.652Z | Downloaded bitflags v2.5.0 |
1365 | 2024-05-23T03:13:53.656Z | Downloaded ipnet v2.9.0 |
1366 | 2024-05-23T03:13:53.656Z | Downloaded thiserror v1.0.60 |
1367 | 2024-05-23T03:13:53.656Z | Downloaded strip-ansi-escapes v0.2.0 |
1368 | 2024-05-23T03:13:53.660Z | Downloaded thiserror-no-std v2.0.2 |
1369 | 2024-05-23T03:13:53.660Z | Downloaded thiserror-impl-no-std v2.0.2 |
1370 | 2024-05-23T03:13:53.664Z | Downloaded thiserror-impl v1.0.60 |
1371 | 2024-05-23T03:13:53.664Z | Downloaded lru v0.12.3 |
1372 | 2024-05-23T03:13:53.664Z | Downloaded camino-tempfile v1.1.1 |
1373 | 2024-05-23T03:13:53.668Z | Downloaded bzip2 v0.4.4 |
1374 | 2024-05-23T03:13:53.668Z | Downloaded cookie v0.17.0 |
1375 | 2024-05-23T03:13:53.671Z | Downloaded cobs v0.2.3 |
1376 | 2024-05-23T03:13:53.671Z | Downloaded shlex v1.3.0 |
1377 | 2024-05-23T03:13:53.671Z | Downloaded corncobs v0.1.3 |
1378 | 2024-05-23T03:13:53.675Z | Downloaded convert_case v0.4.0 |
1379 | 2024-05-23T03:13:53.675Z | Downloaded ciborium v0.2.2 |
1380 | 2024-05-23T03:13:53.675Z | Downloaded async-trait v0.1.80 |
1381 | 2024-05-23T03:13:53.679Z | Downloaded hashbrown v0.13.2 |
1382 | 2024-05-23T03:13:53.682Z | Downloaded native-tls v0.2.11 |
1383 | 2024-05-23T03:13:53.686Z | Downloaded memmap2 v0.9.4 |
1384 | 2024-05-23T03:13:53.686Z | Downloaded managed v0.8.0 |
1385 | 2024-05-23T03:13:53.690Z | Downloaded lazycell v1.3.0 |
1386 | 2024-05-23T03:13:53.690Z | Downloaded indoc v2.0.5 |
1387 | 2024-05-23T03:13:53.690Z | Downloaded console v0.15.8 |
1388 | 2024-05-23T03:13:53.694Z | Downloaded bcs v0.1.6 |
1389 | 2024-05-23T03:13:53.697Z | Downloaded maybe-uninit v2.0.0 |
1390 | 2024-05-23T03:13:53.697Z | Downloaded linear-map v1.2.0 |
1391 | 2024-05-23T03:13:53.697Z | Downloaded indoc v1.0.9 |
1392 | 2024-05-23T03:13:53.704Z | Downloaded rustfmt-wrapper v0.2.1 |
1393 | 2024-05-23T03:13:53.704Z | Downloaded memmap v0.7.0 |
1394 | 2024-05-23T03:13:53.704Z | Downloaded maplit v1.0.2 |
1395 | 2024-05-23T03:13:53.708Z | Downloaded macaddr v1.0.1 |
1396 | 2024-05-23T03:13:53.708Z | Downloaded lazy_static v1.4.0 |
1397 | 2024-05-23T03:13:53.708Z | Downloaded kstat-rs v0.2.3 |
1398 | 2024-05-23T03:13:53.708Z | Downloaded keccak v0.1.5 |
1399 | 2024-05-23T03:13:53.708Z | Downloaded inout v0.1.3 |
1400 | 2024-05-23T03:13:53.708Z | Downloaded ref-cast-impl v1.0.23 |
1401 | 2024-05-23T03:13:53.708Z | Downloaded atomic-waker v1.1.2 |
1402 | 2024-05-23T03:13:53.712Z | Downloaded atty v0.2.14 |
1403 | 2024-05-23T03:13:53.712Z | Downloaded cpufeatures v0.2.12 |
1404 | 2024-05-23T03:13:53.712Z | Downloaded arrayvec v0.7.4 |
1405 | 2024-05-23T03:13:53.716Z | Downloaded arrayref v0.3.7 |
1406 | 2024-05-23T03:13:53.716Z | Downloaded async-stream-impl v0.3.5 |
1407 | 2024-05-23T03:13:53.716Z | Downloaded const-oid v0.9.6 |
1408 | 2024-05-23T03:13:53.720Z | Downloaded buf-list v1.0.3 |
1409 | 2024-05-23T03:13:53.720Z | Downloaded anstyle-parse v0.2.4 |
1410 | 2024-05-23T03:13:53.720Z | Downloaded aead v0.5.2 |
1411 | 2024-05-23T03:13:53.801Z | Downloaded ring v0.17.8 |
1412 | 2024-05-23T03:13:53.920Z | Downloaded ring v0.16.20 |
1413 | 2024-05-23T03:13:54.434Z | Compiling proc-macro2 v1.0.82 |
1414 | 2024-05-23T03:13:54.434Z | Compiling unicode-ident v1.0.12 |
1415 | 2024-05-23T03:13:54.438Z | Compiling libc v0.2.153 |
1416 | 2024-05-23T03:13:54.438Z | Compiling serde v1.0.202 |
1417 | 2024-05-23T03:13:54.438Z | Compiling autocfg v1.3.0 |
1418 | 2024-05-23T03:13:54.438Z | Compiling version_check v0.9.4 |
1419 | 2024-05-23T03:13:54.482Z | Compiling cfg-if v1.0.0 |
1420 | 2024-05-23T03:13:54.607Z | Compiling cc v1.0.97 |
1421 | 2024-05-23T03:13:54.626Z | Compiling parking_lot_core v0.9.10 |
1422 | 2024-05-23T03:13:54.674Z | Compiling once_cell v1.19.0 |
1423 | 2024-05-23T03:13:55.072Z | Compiling byteorder v1.5.0 |
1424 | 2024-05-23T03:13:55.101Z | Compiling ahash v0.8.11 |
1425 | 2024-05-23T03:13:55.235Z | Compiling lock_api v0.4.12 |
1426 | 2024-05-23T03:13:55.389Z | Compiling serde_json v1.0.117 |
1427 | 2024-05-23T03:13:56.641Z | Compiling libm v0.2.8 |
1428 | 2024-05-23T03:13:57.088Z | Compiling num-traits v0.2.19 |
1429 | 2024-05-23T03:13:57.088Z | Compiling memchr v2.7.2 |
1430 | 2024-05-23T03:13:57.158Z | Compiling thiserror v1.0.60 |
1431 | 2024-05-23T03:13:57.216Z | Compiling typenum v1.17.0 |
1432 | 2024-05-23T03:13:57.274Z | Compiling log v0.4.21 |
1433 | 2024-05-23T03:13:57.352Z | Compiling generic-array v0.14.7 |
1434 | 2024-05-23T03:13:57.857Z | Compiling scopeguard v1.2.0 |
1435 | 2024-05-23T03:13:58.044Z | Compiling itoa v1.0.11 |
1436 | 2024-05-23T03:13:58.173Z | Compiling quote v1.0.36 |
1437 | 2024-05-23T03:13:58.638Z | Compiling syn v2.0.64 |
1438 | 2024-05-23T03:13:58.760Z | Compiling getrandom v0.2.14 |
1439 | 2024-05-23T03:13:58.960Z | Compiling allocator-api2 v0.2.18 |
1440 | 2024-05-23T03:13:59.079Z | Compiling slab v0.4.9 |
1441 | 2024-05-23T03:13:59.252Z | Compiling ring v0.17.8 |
1442 | 2024-05-23T03:13:59.277Z | Compiling ryu v1.0.18 |
1443 | 2024-05-23T03:13:59.415Z | Compiling smallvec v1.13.2 |
1444 | 2024-05-23T03:13:59.442Z | Compiling pin-project-lite v0.2.14 |
1445 | 2024-05-23T03:13:59.626Z | Compiling schemars v0.8.19 |
1446 | 2024-05-23T03:13:59.717Z | Compiling semver v1.0.23 |
1447 | 2024-05-23T03:13:59.763Z | Compiling equivalent v1.0.1 |
1448 | 2024-05-23T03:13:59.854Z | Compiling syn v1.0.109 |
1449 | 2024-05-23T03:14:00.042Z | Compiling vcpkg v0.2.15 |
1450 | 2024-05-23T03:14:00.137Z | Compiling pkg-config v0.3.30 |
1451 | 2024-05-23T03:14:00.251Z | Compiling parking_lot v0.12.2 |
1452 | 2024-05-23T03:14:00.557Z | Compiling signal-hook-registry v1.4.2 |
1453 | 2024-05-23T03:14:01.249Z | Compiling mio v0.8.11 |
1454 | 2024-05-23T03:14:01.770Z | Compiling openssl-sys v0.9.102 |
1455 | 2024-05-23T03:14:02.538Z | Compiling fnv v1.0.7 |
1456 | 2024-05-23T03:14:02.701Z | Compiling rand_core v0.6.4 |
1457 | 2024-05-23T03:14:03.110Z | Compiling socket2 v0.5.7 |
1458 | 2024-05-23T03:14:03.155Z | Compiling num_cpus v1.16.0 |
1459 | 2024-05-23T03:14:03.301Z | Compiling num-conv v0.1.0 |
1460 | 2024-05-23T03:14:03.310Z | Compiling time-core v0.1.2 |
1461 | 2024-05-23T03:14:03.589Z | Compiling time-macros v0.2.18 |
1462 | 2024-05-23T03:14:03.889Z | Compiling httparse v1.8.0 |
1463 | 2024-05-23T03:14:04.459Z | Compiling futures-core v0.3.30 |
1464 | 2024-05-23T03:14:04.726Z | Compiling openssl v0.10.64 |
1465 | 2024-05-23T03:14:05.583Z | Compiling rustix v0.38.34 |
1466 | 2024-05-23T03:14:05.588Z | Compiling crossbeam-utils v0.8.19 |
1467 | 2024-05-23T03:14:05.588Z | Compiling iana-time-zone v0.1.60 |
1468 | 2024-05-23T03:14:05.686Z | Compiling spin v0.9.8 |
1469 | 2024-05-23T03:14:05.857Z | Compiling rustls v0.21.12 |
1470 | 2024-05-23T03:14:05.899Z | Compiling native-tls v0.2.11 |
1471 | 2024-05-23T03:14:06.122Z | Compiling serde_derive_internals v0.29.1 |
1472 | 2024-05-23T03:14:06.144Z | Compiling tinyvec_macros v0.1.1 |
1473 | 2024-05-23T03:14:06.246Z | Compiling tinyvec v1.6.0 |
1474 | 2024-05-23T03:14:06.808Z | Compiling const-oid v0.9.6 |
1475 | 2024-05-23T03:14:06.879Z | Compiling ucd-trie v0.1.6 |
1476 | 2024-05-23T03:14:07.372Z | Compiling futures-sink v0.3.30 |
1477 | 2024-05-23T03:14:07.521Z | Compiling subtle v2.5.0 |
1478 | 2024-05-23T03:14:07.658Z | Compiling unicode-normalization v0.1.23 |
1479 | 2024-05-23T03:14:07.945Z | Compiling backtrace v0.3.71 |
1480 | 2024-05-23T03:14:08.735Z | Compiling cookie v0.17.0 |
1481 | 2024-05-23T03:14:08.768Z | Compiling slog v2.7.0 |
1482 | 2024-05-23T03:14:08.768Z | Compiling dyn-clone v1.0.17 |
1483 | 2024-05-23T03:14:08.769Z | Compiling heck v0.4.1 |
1484 | 2024-05-23T03:14:08.783Z | Compiling unicode-bidi v0.3.15 |
1485 | 2024-05-23T03:14:08.794Z | Compiling heck v0.5.0 |
1486 | 2024-05-23T03:14:09.128Z | Compiling futures-channel v0.3.30 |
1487 | 2024-05-23T03:14:09.210Z | Compiling strsim v0.11.1 |
1488 | 2024-05-23T03:14:09.320Z | Compiling pin-utils v0.1.0 |
1489 | 2024-05-23T03:14:09.586Z | Compiling futures-io v0.3.30 |
1490 | 2024-05-23T03:14:09.888Z | Compiling futures-task v0.3.30 |
1491 | 2024-05-23T03:14:10.250Z | Compiling aho-corasick v1.1.3 |
1492 | 2024-05-23T03:14:10.394Z | Compiling untrusted v0.9.0 |
1493 | 2024-05-23T03:14:10.594Z | Compiling anyhow v1.0.83 |
1494 | 2024-05-23T03:14:10.860Z | Compiling regex-syntax v0.8.3 |
1495 | 2024-05-23T03:14:11.133Z | Compiling winnow v0.5.40 |
1496 | 2024-05-23T03:14:11.726Z | Compiling serde_derive v1.0.202 |
1497 | 2024-05-23T03:14:12.161Z | Compiling zerocopy-derive v0.7.34 |
1498 | 2024-05-23T03:14:12.542Z | Compiling zeroize_derive v1.4.2 |
1499 | 2024-05-23T03:14:13.993Z | Compiling thiserror-impl v1.0.60 |
1500 | 2024-05-23T03:14:14.275Z | Compiling zerocopy v0.7.34 |
1501 | 2024-05-23T03:14:14.721Z | Compiling tokio-macros v2.2.0 |
1502 | 2024-05-23T03:14:14.867Z | Compiling futures-macro v0.3.30 |
1503 | 2024-05-23T03:14:16.115Z | Compiling schemars_derive v0.8.19 |
1504 | 2024-05-23T03:14:16.506Z | Compiling hashbrown v0.14.5 |
1505 | 2024-05-23T03:14:16.648Z | Compiling tracing-attributes v0.1.27 |
1506 | 2024-05-23T03:14:16.754Z | Compiling zeroize v1.7.0 |
1507 | 2024-05-23T03:14:17.455Z | Compiling openssl-macros v0.1.1 |
1508 | 2024-05-23T03:14:18.138Z | Compiling scroll_derive v0.12.0 |
1509 | 2024-05-23T03:14:18.434Z | Compiling pest v2.7.10 |
1510 | 2024-05-23T03:14:19.036Z | Compiling crypto-common v0.1.6 |
1511 | 2024-05-23T03:14:19.209Z | Compiling futures-util v0.3.30 |
1512 | 2024-05-23T03:14:19.233Z | Compiling der_derive v0.7.2 |
1513 | 2024-05-23T03:14:19.981Z | Compiling block-buffer v0.10.4 |
1514 | 2024-05-23T03:14:20.226Z | Compiling regex-automata v0.4.6 |
1515 | 2024-05-23T03:14:21.116Z | Compiling pest_meta v2.7.10 |
1516 | 2024-05-23T03:14:21.513Z | Compiling tracing-core v0.1.32 |
1517 | 2024-05-23T03:14:24.033Z | Compiling pest_generator v2.7.10 |
1518 | 2024-05-23T03:14:25.911Z | Compiling bytes v1.6.0 |
1519 | 2024-05-23T03:14:26.007Z | Compiling indexmap v2.2.6 |
1520 | 2024-05-23T03:14:26.666Z | Compiling uuid v1.8.0 |
1521 | 2024-05-23T03:14:27.033Z | Compiling tokio v1.37.0 |
1522 | 2024-05-23T03:14:27.462Z | Compiling bitflags v2.5.0 |
1523 | 2024-05-23T03:14:27.821Z | Compiling serde_tokenstream v0.2.0 |
1524 | 2024-05-23T03:14:28.059Z | Compiling chrono v0.4.38 |
1525 | 2024-05-23T03:14:30.067Z | Compiling toml_datetime v0.6.6 |
1526 | 2024-05-23T03:14:30.955Z | Compiling serde_spanned v0.6.6 |
1527 | 2024-05-23T03:14:31.173Z | Compiling http v0.2.12 |
1528 | 2024-05-23T03:14:31.643Z | Compiling toml_edit v0.19.15 |
1529 | 2024-05-23T03:14:33.499Z | Compiling rustc_version v0.4.0 |
1530 | 2024-05-23T03:14:33.566Z | Compiling pest_derive v2.7.10 |
1531 | 2024-05-23T03:14:34.033Z | Compiling usdt-impl v0.5.0 |
1532 | 2024-05-23T03:14:34.140Z | Compiling powerfmt v0.2.0 |
1533 | 2024-05-23T03:14:34.342Z | Compiling rustversion v1.0.17 |
1534 | 2024-05-23T03:14:34.387Z | Compiling heapless v0.7.17 |
1535 | 2024-05-23T03:14:34.652Z | Compiling deranged v0.3.11 |
1536 | 2024-05-23T03:14:34.765Z | Compiling tracing v0.1.40 |
1537 | 2024-05-23T03:14:35.033Z | Compiling digest v0.10.7 |
1538 | 2024-05-23T03:14:35.469Z | Compiling scroll v0.12.0 |
1539 | 2024-05-23T03:14:36.033Z | Compiling percent-encoding v2.3.1 |
1540 | 2024-05-23T03:14:36.366Z | Compiling plain v0.2.3 |
1541 | 2024-05-23T03:14:36.527Z | Compiling ppv-lite86 v0.2.17 |
1542 | 2024-05-23T03:14:36.840Z | Compiling signal-hook v0.3.17 |
1543 | 2024-05-23T03:14:37.339Z | Compiling num_threads v0.1.7 |
1544 | 2024-05-23T03:14:37.411Z | Compiling rand_chacha v0.3.1 |
1545 | 2024-05-23T03:14:37.480Z | Compiling goblin v0.8.2 |
1546 | 2024-05-23T03:14:37.625Z | Compiling time v0.3.36 |
1547 | 2024-05-23T03:14:38.945Z | Compiling regex v1.10.4 |
1548 | 2024-05-23T03:14:40.387Z | Compiling pretty-hex v0.4.1 |
1549 | 2024-05-23T03:14:40.788Z | Compiling crc32fast v1.4.0 |
1550 | 2024-05-23T03:14:42.080Z | Compiling rand v0.8.5 |
1551 | 2024-05-23T03:14:43.190Z | Compiling dof v0.3.0 |
1552 | 2024-05-23T03:14:43.719Z | Compiling tokio-util v0.7.11 |
1553 | 2024-05-23T03:14:45.113Z | Compiling dtrace-parser v0.2.0 |
1554 | 2024-05-23T03:14:45.135Z | Compiling async-trait v0.1.80 |
1555 | 2024-05-23T03:14:45.481Z | Compiling thread-id v4.2.1 |
1556 | 2024-05-23T03:14:45.606Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1557 | 2024-05-23T03:14:45.914Z | Compiling unicode-width v0.1.12 |
1558 | 2024-05-23T03:14:46.128Z | Compiling smoltcp v0.9.1 |
1559 | 2024-05-23T03:14:46.703Z | Compiling base64ct v1.6.0 |
1560 | 2024-05-23T03:14:46.756Z | Compiling foreign-types-shared v0.1.1 |
1561 | 2024-05-23T03:14:46.868Z | Compiling foreign-types v0.3.2 |
1562 | 2024-05-23T03:14:47.308Z | Compiling pem-rfc7468 v0.7.0 |
1563 | 2024-05-23T03:14:48.035Z | Compiling form_urlencoded v1.2.1 |
1564 | 2024-05-23T03:14:48.505Z | Compiling hmac v0.12.1 |
1565 | 2024-05-23T03:14:48.730Z | Compiling base64 v0.21.7 |
1566 | 2024-05-23T03:14:48.766Z | Compiling siphasher v0.3.11 |
1567 | 2024-05-23T03:14:48.808Z | Compiling adler v1.0.2 |
1568 | 2024-05-23T03:14:48.938Z | Compiling flagset v0.4.5 |
1569 | 2024-05-23T03:14:49.098Z | Compiling try-lock v0.2.5 |
1570 | 2024-05-23T03:14:49.273Z | Compiling want v0.3.1 |
1571 | 2024-05-23T03:14:49.415Z | Compiling der v0.7.9 |
1572 | 2024-05-23T03:14:49.510Z | Compiling miniz_oxide v0.7.2 |
1573 | 2024-05-23T03:14:50.286Z | Compiling h2 v0.3.26 |
1574 | 2024-05-23T03:14:51.286Z | Compiling sct v0.7.1 |
1575 | 2024-05-23T03:14:51.563Z | Compiling rustls-webpki v0.101.7 |
1576 | 2024-05-23T03:14:52.679Z | Compiling http-body v0.4.6 |
1577 | 2024-05-23T03:14:53.337Z | Compiling openapiv3 v2.0.0 |
1578 | 2024-05-23T03:14:53.778Z | Compiling hubpack_derive v0.1.1 |
1579 | 2024-05-23T03:14:54.020Z | Compiling zerocopy-derive v0.6.6 |
1580 | 2024-05-23T03:14:54.360Z | Compiling idna v0.5.0 |
1581 | 2024-05-23T03:14:54.666Z | Compiling errno v0.3.9 |
1582 | 2024-05-23T03:14:54.919Z | Compiling fs-err v2.11.0 |
1583 | 2024-05-23T03:14:55.012Z | Compiling finl_unicode v1.2.0 |
1584 | 2024-05-23T03:14:55.220Z | Compiling httpdate v1.0.3 |
1585 | 2024-05-23T03:14:55.697Z | Compiling spin v0.5.2 |
1586 | 2024-05-23T03:14:55.957Z | Compiling gimli v0.28.1 |
1587 | 2024-05-23T03:14:55.997Z | Compiling tower-service v0.3.2 |
1588 | 2024-05-23T03:14:56.020Z | Compiling openssl-probe v0.1.5 |
1589 | 2024-05-23T03:14:56.108Z | Compiling anstyle v1.0.7 |
1590 | 2024-05-23T03:14:56.301Z | Compiling cpufeatures v0.2.12 |
1591 | 2024-05-23T03:14:56.560Z | Compiling utf8parse v0.2.1 |
1592 | 2024-05-23T03:14:56.727Z | Compiling stable_deref_trait v1.2.0 |
1593 | 2024-05-23T03:14:56.881Z | Compiling anstyle-parse v0.2.4 |
1594 | 2024-05-23T03:14:57.257Z | Compiling hyper v0.14.28 |
1595 | 2024-05-23T03:14:58.030Z | Compiling sha2 v0.10.8 |
1596 | 2024-05-23T03:14:58.781Z | Compiling stringprep v0.1.4 |
1597 | 2024-05-23T03:14:59.206Z | Compiling url v2.5.0 |
1598 | 2024-05-23T03:15:00.947Z | Compiling addr2line v0.21.0 |
1599 | 2024-05-23T03:15:02.316Z | Compiling spki v0.7.3 |
1600 | 2024-05-23T03:15:02.706Z | Compiling usdt-attr-macro v0.5.0 |
1601 | 2024-05-23T03:15:03.226Z | Compiling usdt-macro v0.5.0 |
1602 | 2024-05-23T03:15:04.343Z | Compiling md-5 v0.10.6 |
1603 | 2024-05-23T03:15:06.783Z | Compiling idna v0.3.0 |
1604 | 2024-05-23T03:15:08.359Z | Compiling diesel_table_macro_syntax v0.1.0 |
1605 | 2024-05-23T03:15:08.418Z | Compiling num-integer v0.1.46 |
1606 | 2024-05-23T03:15:08.865Z | Compiling object v0.32.2 |
1607 | 2024-05-23T03:15:09.156Z | Compiling hash32 v0.2.1 |
1608 | 2024-05-23T03:15:11.397Z | Compiling psl-types v2.0.11 |
1609 | 2024-05-23T03:15:11.397Z | Compiling rustc-demangle v0.1.24 |
1610 | 2024-05-23T03:15:11.541Z | Compiling fallible-iterator v0.2.0 |
1611 | 2024-05-23T03:15:12.362Z | Compiling colorchoice v1.0.1 |
1612 | 2024-05-23T03:15:12.520Z | Compiling anstyle-query v1.0.3 |
1613 | 2024-05-23T03:15:12.547Z | Compiling is_terminal_polyfill v1.70.0 |
1614 | 2024-05-23T03:15:17.605Z | Compiling anstream v0.6.14 |
1615 | 2024-05-23T03:15:17.630Z | Compiling lazy_static v1.4.0 |
1616 | 2024-05-23T03:15:17.688Z | Compiling postgres-protocol v0.6.6 |
1617 | 2024-05-23T03:15:18.295Z | Compiling publicsuffix v2.2.3 |
1618 | 2024-05-23T03:15:18.555Z | Compiling diesel_derives v2.1.4 |
1619 | 2024-05-23T03:15:21.744Z | Compiling tokio-rustls v0.24.1 |
1620 | 2024-05-23T03:15:24.148Z | Compiling pkcs8 v0.10.2 |
1621 | 2024-05-23T03:15:24.508Z | Compiling terminal_size v0.3.0 |
1622 | 2024-05-23T03:15:24.683Z | Compiling tokio-native-tls v0.3.1 |
1623 | 2024-05-23T03:15:24.973Z | Compiling phf_shared v0.11.2 |
1624 | 2024-05-23T03:15:26.070Z | Compiling strum_macros v0.25.3 |
1625 | 2024-05-23T03:15:26.154Z | Compiling block-padding v0.3.3 |
1626 | 2024-05-23T03:15:26.395Z | Compiling regress v0.9.1 |
1627 | 2024-05-23T03:15:26.634Z | Compiling enum-as-inner v0.5.1 |
1628 | 2024-05-23T03:15:27.623Z | Compiling serde_repr v0.1.19 |
1629 | 2024-05-23T03:15:28.053Z | Compiling clap_derive v4.5.4 |
1630 | 2024-05-23T03:15:30.080Z | Compiling ff v0.13.0 |
1631 | 2024-05-23T03:15:30.354Z | Compiling scheduled-thread-pool v0.2.7 |
1632 | 2024-05-23T03:15:31.146Z | Compiling encoding_rs v0.8.34 |
1633 | 2024-05-23T03:15:32.209Z | Compiling mime v0.3.17 |
1634 | 2024-05-23T03:15:32.309Z | Compiling bit-vec v0.6.3 |
1635 | 2024-05-23T03:15:32.656Z | Compiling bitflags v1.3.2 |
1636 | 2024-05-23T03:15:32.749Z | Compiling base16ct v0.2.0 |
1637 | 2024-05-23T03:15:32.773Z | Compiling ipnet v2.9.0 |
1638 | 2024-05-23T03:15:33.330Z | Compiling either v1.12.0 |
1639 | 2024-05-23T03:15:33.393Z | Compiling managed v0.8.0 |
1640 | 2024-05-23T03:15:33.843Z | Compiling clap_lex v0.7.0 |
1641 | 2024-05-23T03:15:34.318Z | Compiling ident_case v1.0.1 |
1642 | 2024-05-23T03:15:34.361Z | Compiling matches v0.1.10 |
1643 | 2024-05-23T03:15:34.463Z | Compiling idna v0.2.3 |
1644 | 2024-05-23T03:15:34.485Z | Compiling darling_core v0.20.9 |
1645 | 2024-05-23T03:15:35.197Z | Compiling clap_builder v4.5.2 |
1646 | 2024-05-23T03:15:38.614Z | Compiling sec1 v0.7.3 |
1647 | 2024-05-23T03:15:40.733Z | Compiling r2d2 v0.8.10 |
1648 | 2024-05-23T03:15:40.933Z | Compiling group v0.13.0 |
1649 | 2024-05-23T03:15:41.251Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1650 | 2024-05-23T03:15:42.093Z | Compiling inout v0.1.3 |
1651 | 2024-05-23T03:15:42.833Z | Compiling phf v0.11.2 |
1652 | 2024-05-23T03:15:43.006Z | Compiling hyper-tls v0.5.0 |
1653 | 2024-05-23T03:15:43.518Z | Compiling signal-hook-mio v0.2.3 |
1654 | 2024-05-23T03:15:43.519Z | Compiling hyper-rustls v0.24.2 |
1655 | 2024-05-23T03:15:43.566Z | Compiling cookie_store v0.20.0 |
1656 | 2024-05-23T03:15:43.620Z | Compiling postgres-types v0.2.6 |
1657 | 2024-05-23T03:15:44.035Z | Compiling num-bigint v0.4.5 |
1658 | 2024-05-23T03:15:44.548Z | Compiling zerocopy v0.6.6 |
1659 | 2024-05-23T03:15:45.015Z | Compiling hubpack v0.1.2 |
1660 | 2024-05-23T03:15:45.082Z | Compiling rustls-pemfile v1.0.4 |
1661 | 2024-05-23T03:15:45.556Z | Compiling phf_shared v0.10.0 |
1662 | 2024-05-23T03:15:45.982Z | Compiling hkdf v0.12.4 |
1663 | 2024-05-23T03:15:45.982Z | Compiling serde_urlencoded v0.7.1 |
1664 | 2024-05-23T03:15:45.987Z | Compiling crossbeam-epoch v0.9.18 |
1665 | 2024-05-23T03:15:46.039Z | Compiling ipnetwork v0.20.0 |
1666 | 2024-05-23T03:15:46.151Z | Compiling futures-executor v0.3.30 |
1667 | 2024-05-23T03:15:46.838Z | Compiling crypto-bigint v0.5.5 |
1668 | 2024-05-23T03:15:47.064Z | Compiling float-cmp v0.9.0 |
1669 | 2024-05-23T03:15:47.126Z | Compiling memmap v0.7.0 |
1670 | 2024-05-23T03:15:47.472Z | Compiling winnow v0.6.8 |
1671 | 2024-05-23T03:15:47.694Z | Compiling whoami v1.5.1 |
1672 | 2024-05-23T03:15:48.252Z | Compiling fixedbitset v0.4.2 |
1673 | 2024-05-23T03:15:48.680Z | Compiling static_assertions v1.1.0 |
1674 | 2024-05-23T03:15:48.792Z | Compiling predicates-core v1.0.6 |
1675 | 2024-05-23T03:15:49.132Z | Compiling minimal-lexical v0.2.1 |
1676 | 2024-05-23T03:15:49.656Z | Compiling difflib v0.4.0 |
1677 | 2024-05-23T03:15:50.439Z | Compiling webpki-roots v0.25.4 |
1678 | 2024-05-23T03:15:51.014Z | Compiling data-encoding v2.6.0 |
1679 | 2024-05-23T03:15:51.031Z | Compiling sync_wrapper v0.1.2 |
1680 | 2024-05-23T03:15:51.032Z | Compiling normalize-line-endings v0.3.0 |
1681 | 2024-05-23T03:15:51.032Z | Compiling precomputed-hash v0.1.1 |
1682 | 2024-05-23T03:15:51.032Z | Compiling new_debug_unreachable v1.0.6 |
1683 | 2024-05-23T03:15:51.088Z | Compiling unicode-segmentation v1.11.0 |
1684 | 2024-05-23T03:15:51.092Z | Compiling string_cache v0.8.7 |
1685 | 2024-05-23T03:15:51.203Z | Compiling trust-dns-proto v0.22.0 |
1686 | 2024-05-23T03:15:51.459Z | Compiling reqwest v0.11.27 |
1687 | 2024-05-23T03:15:51.549Z | Compiling predicates v3.1.0 |
1688 | 2024-05-23T03:15:51.862Z | Compiling similar v2.5.0 |
1689 | 2024-05-23T03:15:52.260Z | Compiling toml_edit v0.22.13 |
1690 | 2024-05-23T03:15:53.993Z | Compiling elliptic-curve v0.13.8 |
1691 | 2024-05-23T03:15:54.146Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1692 | 2024-05-23T03:15:54.722Z | Compiling nom v7.1.3 |
1693 | 2024-05-23T03:15:54.744Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1694 | 2024-05-23T03:15:57.167Z | Compiling petgraph v0.6.5 |
1695 | 2024-05-23T03:15:58.541Z | Compiling tokio-postgres v0.7.10 |
1696 | 2024-05-23T03:15:58.546Z | Compiling usdt v0.5.0 |
1697 | 2024-05-23T03:15:59.499Z | Compiling yasna v0.5.2 |
1698 | 2024-05-23T03:15:59.688Z | Compiling diesel v2.1.6 |
1699 | 2024-05-23T03:15:59.848Z | Compiling futures v0.3.30 |
1700 | 2024-05-23T03:16:00.975Z | Compiling crossterm v0.27.0 |
1701 | 2024-05-23T03:16:01.102Z | Compiling flate2 v1.0.30 |
1702 | 2024-05-23T03:16:01.130Z | Compiling cipher v0.4.4 |
1703 | 2024-05-23T03:16:01.869Z | Compiling darling_macro v0.20.9 |
1704 | 2024-05-23T03:16:02.002Z | Compiling clap v4.5.4 |
1705 | 2024-05-23T03:16:02.169Z | Compiling itertools v0.10.5 |
1706 | 2024-05-23T03:16:02.698Z | Compiling itertools v0.12.1 |
1707 | 2024-05-23T03:16:02.875Z | Compiling bit-set v0.5.3 |
1708 | 2024-05-23T03:16:04.028Z | Compiling console v0.15.8 |
1709 | 2024-05-23T03:16:04.309Z | Compiling num-iter v0.1.45 |
1710 | 2024-05-23T03:16:04.765Z | Compiling tokio-stream v0.1.15 |
1711 | 2024-05-23T03:16:05.093Z | Compiling toml v0.7.8 |
1712 | 2024-05-23T03:16:05.289Z | Compiling bstr v1.9.1 |
1713 | 2024-05-23T03:16:05.747Z | Compiling hex v0.4.3 |
1714 | 2024-05-23T03:16:06.122Z | Compiling peg-runtime v0.8.3 |
1715 | 2024-05-23T03:16:06.653Z | Compiling lalrpop-util v0.19.12 |
1716 | 2024-05-23T03:16:07.001Z | Compiling darling v0.20.9 |
1717 | 2024-05-23T03:16:07.161Z | Compiling proc-macro-crate v1.3.1 |
1718 | 2024-05-23T03:16:09.085Z | Compiling camino v1.1.7 |
1719 | 2024-05-23T03:16:09.490Z | Compiling heapless v0.8.0 |
1720 | 2024-05-23T03:16:10.859Z | Compiling num_enum_derive v0.5.11 |
1721 | 2024-05-23T03:16:16.872Z | Compiling hash32 v0.3.1 |
1722 | 2024-05-23T03:16:16.922Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1723 | 2024-05-23T03:16:17.041Z | Compiling rustls-pki-types v1.7.0 |
1724 | 2024-05-23T03:16:18.429Z | Compiling smoltcp v0.11.0 |
1725 | 2024-05-23T03:16:28.158Z | Compiling num_enum v0.5.11 |
1726 | 2024-05-23T03:16:31.002Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1727 | 2024-05-23T03:16:31.479Z | Compiling getopts v0.2.21 |
1728 | 2024-05-23T03:16:33.084Z | Compiling dirs-sys-next v0.1.2 |
1729 | 2024-05-23T03:16:33.862Z | Compiling proc-macro-error-attr v1.0.4 |
1730 | 2024-05-23T03:16:34.283Z | Compiling cobs v0.2.3 |
1731 | 2024-05-23T03:16:34.618Z | Compiling paste v1.0.15 |
1732 | 2024-05-23T03:16:34.740Z | Compiling embedded-io v0.4.0 |
1733 | 2024-05-23T03:16:34.994Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1734 | 2024-05-23T03:16:35.080Z | Compiling rustls v0.22.4 |
1735 | 2024-05-23T03:16:35.356Z | Compiling unsafe-libyaml v0.2.11 |
1736 | 2024-05-23T03:16:36.449Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1737 | 2024-05-23T03:16:36.684Z | Compiling postcard v1.0.8 |
1738 | 2024-05-23T03:16:36.707Z | Compiling serde_yaml v0.9.34+deprecated |
1739 | 2024-05-23T03:16:39.209Z | Compiling dirs-next v2.0.0 |
1740 | 2024-05-23T03:16:41.159Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1741 | 2024-05-23T03:16:47.209Z | Compiling rustls-webpki v0.102.4 |
1742 | 2024-05-23T03:16:53.018Z | Compiling strum_macros v0.26.2 |
1743 | 2024-05-23T03:16:53.456Z | Compiling structmeta-derive v0.3.0 |
1744 | 2024-05-23T03:16:54.780Z | Compiling foreign-types-macros v0.2.3 |
1745 | 2024-05-23T03:16:56.177Z | Compiling thread_local v1.1.8 |
1746 | 2024-05-23T03:16:56.211Z | Compiling proc-macro-error v1.0.4 |
1747 | 2024-05-23T03:16:56.260Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1748 | 2024-05-23T03:16:56.513Z | Compiling multer v3.1.0 |
1749 | 2024-05-23T03:16:56.550Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1750 | 2024-05-23T03:16:56.821Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1751 | 2024-05-23T03:16:57.534Z | Compiling slog-async v2.8.0 |
1752 | 2024-05-23T03:16:57.778Z | Compiling match_cfg v0.1.0 |
1753 | 2024-05-23T03:16:58.259Z | Compiling foreign-types-shared v0.3.1 |
1754 | 2024-05-23T03:16:58.390Z | Compiling foreign-types v0.5.0 |
1755 | 2024-05-23T03:16:59.143Z | Compiling hostname v0.3.1 |
1756 | 2024-05-23T03:17:02.340Z | Compiling strum v0.26.2 |
1757 | 2024-05-23T03:17:04.828Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1758 | 2024-05-23T03:17:05.437Z | Compiling structmeta v0.3.0 |
1759 | 2024-05-23T03:17:09.954Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1760 | 2024-05-23T03:17:20.100Z | Compiling term v0.7.0 |
1761 | 2024-05-23T03:17:22.942Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1762 | 2024-05-23T03:17:24.494Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1763 | 2024-05-23T03:17:25.561Z | Compiling slog-json v2.6.1 |
1764 | 2024-05-23T03:17:25.588Z | Compiling tabwriter v1.4.0 |
1765 | 2024-05-23T03:17:26.127Z | Compiling crossbeam-channel v0.5.12 |
1766 | 2024-05-23T03:17:27.741Z | Compiling http v1.1.0 |
1767 | 2024-05-23T03:17:27.876Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1768 | 2024-05-23T03:17:28.501Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1769 | 2024-05-23T03:17:28.733Z | Compiling async-stream-impl v0.3.5 |
1770 | 2024-05-23T03:17:29.268Z | Compiling cstr-argument v0.1.2 |
1771 | 2024-05-23T03:17:29.380Z | Compiling is-terminal v0.4.12 |
1772 | 2024-05-23T03:17:29.511Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718) |
1773 | 2024-05-23T03:17:29.534Z | Compiling crucible-workspace-hack v0.1.0 |
1774 | 2024-05-23T03:17:29.803Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1775 | 2024-05-23T03:17:29.828Z | Compiling atomic-waker v1.1.2 |
1776 | 2024-05-23T03:17:29.999Z | Compiling rayon-core v1.12.1 |
1777 | 2024-05-23T03:17:30.031Z | Compiling pretty-hex v0.2.1 |
1778 | 2024-05-23T03:17:30.242Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1779 | 2024-05-23T03:17:30.282Z | Compiling base64 v0.22.1 |
1780 | 2024-05-23T03:17:30.529Z | Compiling take_mut v0.2.2 |
1781 | 2024-05-23T03:17:30.711Z | Compiling fastrand v2.1.0 |
1782 | 2024-05-23T03:17:31.408Z | Compiling tempfile v3.10.1 |
1783 | 2024-05-23T03:17:31.432Z | Compiling rustls-pemfile v2.1.2 |
1784 | 2024-05-23T03:17:32.283Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1785 | 2024-05-23T03:17:32.411Z | Compiling async-stream v0.3.5 |
1786 | 2024-05-23T03:17:32.705Z | Compiling waitgroup v0.1.2 |
1787 | 2024-05-23T03:17:32.878Z | Compiling slog-term v2.9.1 |
1788 | 2024-05-23T03:17:32.960Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1789 | 2024-05-23T03:17:34.311Z | Compiling slog-bunyan v2.5.0 |
1790 | 2024-05-23T03:17:34.606Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1791 | 2024-05-23T03:17:34.856Z | Compiling tokio-rustls v0.25.0 |
1792 | 2024-05-23T03:17:35.334Z | Compiling parse-display-derive v0.9.0 |
1793 | 2024-05-23T03:17:35.471Z | Compiling toml v0.8.13 |
1794 | 2024-05-23T03:17:35.634Z | Compiling serde_with_macros v3.8.1 |
1795 | 2024-05-23T03:17:36.026Z | Compiling sha1 v0.10.6 |
1796 | 2024-05-23T03:17:36.861Z | Compiling crossbeam-deque v0.8.5 |
1797 | 2024-05-23T03:17:37.253Z | Compiling colored v2.1.0 |
1798 | 2024-05-23T03:17:38.433Z | Compiling newtype-uuid v1.1.0 |
1799 | 2024-05-23T03:17:38.609Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718) |
1800 | 2024-05-23T03:17:38.774Z | Compiling serde_path_to_error v0.1.16 |
1801 | 2024-05-23T03:17:39.436Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1802 | 2024-05-23T03:17:39.838Z | Compiling socket2 v0.4.10 |
1803 | 2024-05-23T03:17:40.174Z | Compiling hostname v0.4.0 |
1804 | 2024-05-23T03:17:40.435Z | Compiling instant v0.1.12 |
1805 | 2024-05-23T03:17:40.621Z | Compiling debug-ignore v1.0.5 |
1806 | 2024-05-23T03:17:40.621Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1807 | 2024-05-23T03:17:40.903Z | Compiling backoff v0.4.0 |
1808 | 2024-05-23T03:17:41.055Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1809 | 2024-05-23T03:17:41.364Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1810 | 2024-05-23T03:17:41.575Z | Compiling parse-display v0.9.0 |
1811 | 2024-05-23T03:17:42.490Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1812 | 2024-05-23T03:17:42.984Z | Compiling serde_with v3.8.1 |
1813 | 2024-05-23T03:17:43.871Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1814 | 2024-05-23T03:17:45.247Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1815 | 2024-05-23T03:17:47.331Z | Compiling camino-tempfile v1.1.1 |
1816 | 2024-05-23T03:17:47.690Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1817 | 2024-05-23T03:17:48.144Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1818 | 2024-05-23T03:17:48.187Z | Compiling macaddr v1.0.1 |
1819 | 2024-05-23T03:17:48.335Z | Compiling num-derive v0.4.2 |
1820 | 2024-05-23T03:17:48.361Z | Compiling sigpipe v0.1.3 |
1821 | 2024-05-23T03:17:48.492Z | Compiling libefi-sys v0.1.0 |
1822 | 2024-05-23T03:17:48.798Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1823 | 2024-05-23T03:17:48.821Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1824 | 2024-05-23T03:17:49.331Z | Compiling rayon v1.10.0 |
1825 | 2024-05-23T03:17:50.038Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1826 | 2024-05-23T03:17:50.678Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1827 | 2024-05-23T03:17:52.299Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1828 | 2024-05-23T03:17:52.323Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1829 | 2024-05-23T03:17:53.607Z | Compiling smf v0.2.3 |
1830 | 2024-05-23T03:17:55.317Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1831 | 2024-05-23T03:17:55.697Z | Compiling blake3 v1.5.1 |
1832 | 2024-05-23T03:17:55.778Z | Compiling ring v0.16.20 |
1833 | 2024-05-23T03:17:56.297Z | Compiling portable-atomic v1.6.0 |
1834 | 2024-05-23T03:17:57.279Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1835 | 2024-05-23T03:17:57.293Z | Compiling xattr v1.3.1 |
1836 | 2024-05-23T03:17:57.631Z | Compiling memmap2 v0.9.4 |
1837 | 2024-05-23T03:17:58.212Z | Compiling filetime v0.2.23 |
1838 | 2024-05-23T03:17:58.428Z | Compiling constant_time_eq v0.3.0 |
1839 | 2024-05-23T03:17:58.579Z | Compiling arrayvec v0.7.4 |
1840 | 2024-05-23T03:17:58.625Z | Compiling arrayref v0.3.7 |
1841 | 2024-05-23T03:17:58.747Z | Compiling same-file v1.0.6 |
1842 | 2024-05-23T03:17:59.031Z | Compiling untrusted v0.7.1 |
1843 | 2024-05-23T03:17:59.056Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1844 | 2024-05-23T03:17:59.227Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1845 | 2024-05-23T03:17:59.249Z | Compiling walkdir v2.5.0 |
1846 | 2024-05-23T03:18:00.265Z | Compiling tar v0.4.40 |
1847 | 2024-05-23T03:18:01.985Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1848 | 2024-05-23T03:18:02.430Z | Compiling gethostname v0.4.3 |
1849 | 2024-05-23T03:18:02.718Z | Compiling topological-sort v0.2.2 |
1850 | 2024-05-23T03:18:02.993Z | Compiling number_prefix v0.4.0 |
1851 | 2024-05-23T03:18:03.267Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1852 | 2024-05-23T03:18:03.360Z | Compiling indicatif v0.17.8 |
1853 | 2024-05-23T03:18:03.674Z | Compiling swrite v0.1.0 |
1854 | 2024-05-23T03:18:05.638Z | Compiling omicron-zone-package v0.11.0 |
1855 | 2024-05-23T03:18:06.520Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1856 | 2024-05-23T03:18:08.167Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1857 | 2024-05-23T03:18:09.754Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1858 | 2024-05-23T03:18:30.445Z | Finished `release` profile [optimized] target(s) in 5m 00s |
1859 | 2024-05-23T03:18:30.737Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1860 | 2024-05-23T03:18:30.807Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1861 | 2024-05-23T03:18:30.811Z | Created new build target 'test' and set it as active |
1862 | 2024-05-23T03:18:30.811Z | |
1863 | 2024-05-23T03:18:30.811Z | real 5:00.515378918 |
1864 | 2024-05-23T03:18:30.811Z | user 31:14.206417788 |
1865 | 2024-05-23T03:18:30.811Z | sys 4:05.004634249 |
1866 | 2024-05-23T03:18:30.811Z | trap 0.924811882 |
1867 | 2024-05-23T03:18:30.811Z | tflt 6.617243035 |
1868 | 2024-05-23T03:18:30.811Z | dflt 7.248157237 |
1869 | 2024-05-23T03:18:30.812Z | kflt 0.040745813 |
1870 | 2024-05-23T03:18:30.812Z | lock 1:06:34.395556405 |
1871 | 2024-05-23T03:18:30.812Z | slp 1:29:50.799299788 |
1872 | 2024-05-23T03:18:30.812Z | lat 2:03.031796692 |
1873 | 2024-05-23T03:18:30.812Z | stop 3:49.346266744 |
1874 | 2024-05-23T03:18:30.812Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1875 | 2024-05-23T03:18:31.672Z | Finished `release` profile [optimized] target(s) in 0.81s |
1876 | 2024-05-23T03:18:31.713Z | Running `target/release/omicron-package -t test package` |
1877 | 2024-05-23T03:18:31.746Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1878 | 2024-05-23T03:18:32.688Z | Compiling newline-converter v0.3.0 |
1879 | 2024-05-23T03:18:32.692Z | Compiling humantime v2.1.0 |
1880 | 2024-05-23T03:18:32.782Z | Compiling derive-where v1.2.7 |
1881 | 2024-05-23T03:18:32.786Z | Compiling unicode-xid v0.2.4 |
1882 | 2024-05-23T03:18:32.807Z | Compiling linked-hash-map v0.5.6 |
1883 | 2024-05-23T03:18:32.810Z | Compiling convert_case v0.4.0 |
1884 | 2024-05-23T03:18:32.828Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1885 | 2024-05-23T03:18:32.829Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1886 | 2024-05-23T03:18:32.919Z | Compiling expectorate v1.1.0 |
1887 | 2024-05-23T03:18:32.934Z | Compiling password-hash v0.5.0 |
1888 | 2024-05-23T03:18:33.080Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1889 | 2024-05-23T03:18:33.125Z | Compiling blake2 v0.10.6 |
1890 | 2024-05-23T03:18:33.178Z | Compiling lru-cache v0.1.2 |
1891 | 2024-05-23T03:18:33.389Z | Compiling semver v0.1.20 |
1892 | 2024-05-23T03:18:33.618Z | Compiling argon2 v0.5.3 |
1893 | 2024-05-23T03:18:33.632Z | Compiling derive_more v0.99.17 |
1894 | 2024-05-23T03:18:33.955Z | Compiling rustc_version v0.1.7 |
1895 | 2024-05-23T03:18:34.344Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1896 | 2024-05-23T03:18:34.370Z | Compiling newtype_derive v0.1.6 |
1897 | 2024-05-23T03:18:34.711Z | Compiling quick-error v1.2.3 |
1898 | 2024-05-23T03:18:34.858Z | Compiling home v0.5.9 |
1899 | 2024-05-23T03:18:34.931Z | Compiling resolv-conf v0.7.0 |
1900 | 2024-05-23T03:18:35.171Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1901 | 2024-05-23T03:18:35.224Z | Compiling steno v0.4.0 |
1902 | 2024-05-23T03:18:36.453Z | Compiling trust-dns-resolver v0.22.0 |
1903 | 2024-05-23T03:18:36.461Z | Compiling slog-dtrace v0.3.0 |
1904 | 2024-05-23T03:18:36.461Z | Compiling termcolor v1.4.1 |
1905 | 2024-05-23T03:18:36.643Z | Compiling utf-8 v0.7.6 |
1906 | 2024-05-23T03:18:37.536Z | Compiling num-rational v0.4.2 |
1907 | 2024-05-23T03:18:38.580Z | Compiling num-complex v0.4.6 |
1908 | 2024-05-23T03:18:39.594Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1909 | 2024-05-23T03:18:39.892Z | Compiling num v0.4.3 |
1910 | 2024-05-23T03:18:39.990Z | Compiling nibble_vec v0.1.0 |
1911 | 2024-05-23T03:18:40.003Z | Compiling radium v0.7.0 |
1912 | 2024-05-23T03:18:40.220Z | Compiling endian-type v0.1.2 |
1913 | 2024-05-23T03:18:40.442Z | Compiling radix_trie v0.2.1 |
1914 | 2024-05-23T03:18:40.452Z | Compiling tungstenite v0.20.1 |
1915 | 2024-05-23T03:18:40.648Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1916 | 2024-05-23T03:18:41.104Z | Compiling tap v1.0.1 |
1917 | 2024-05-23T03:18:41.275Z | Compiling maybe-uninit v2.0.0 |
1918 | 2024-05-23T03:18:41.360Z | Compiling wyz v0.5.1 |
1919 | 2024-05-23T03:18:41.785Z | Compiling tokio-tungstenite v0.20.1 |
1920 | 2024-05-23T03:18:42.386Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1921 | 2024-05-23T03:18:42.390Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1922 | 2024-05-23T03:18:42.828Z | Compiling display-error-chain v0.2.0 |
1923 | 2024-05-23T03:18:43.012Z | Compiling cancel-safe-futures v0.1.5 |
1924 | 2024-05-23T03:18:43.333Z | Compiling packed_struct v0.10.1 |
1925 | 2024-05-23T03:18:43.736Z | Compiling num-bigint-dig v0.8.4 |
1926 | 2024-05-23T03:18:44.015Z | Compiling crc-catalog v2.4.0 |
1927 | 2024-05-23T03:18:44.163Z | Compiling arc-swap v1.7.1 |
1928 | 2024-05-23T03:18:44.849Z | Compiling funty v2.0.0 |
1929 | 2024-05-23T03:18:45.647Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1930 | 2024-05-23T03:18:46.480Z | Compiling bitvec v1.0.1 |
1931 | 2024-05-23T03:18:47.466Z | Compiling slog-scope v4.4.0 |
1932 | 2024-05-23T03:18:48.190Z | Compiling crc v3.2.1 |
1933 | 2024-05-23T03:18:50.204Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1934 | 2024-05-23T03:18:51.030Z | Compiling packed_struct_codegen v0.10.1 |
1935 | 2024-05-23T03:18:53.589Z | Compiling fxhash v0.2.1 |
1936 | 2024-05-23T03:18:54.119Z | Compiling indexmap v1.9.3 |
1937 | 2024-05-23T03:18:54.119Z | Compiling nodrop v0.1.14 |
1938 | 2024-05-23T03:18:54.119Z | Compiling array-init v0.0.4 |
1939 | 2024-05-23T03:18:55.374Z | Compiling smallvec v0.6.14 |
1940 | 2024-05-23T03:18:57.383Z | Compiling slog-stdlog v4.1.1 |
1941 | 2024-05-23T03:18:57.798Z | Compiling rayon-core v1.12.1 |
1942 | 2024-05-23T03:18:57.824Z | Compiling synstructure v0.12.6 |
1943 | 2024-05-23T03:18:58.332Z | Compiling pkcs1 v0.7.5 |
1944 | 2024-05-23T03:18:58.402Z | Compiling signature v2.2.0 |
1945 | 2024-05-23T03:18:58.680Z | Compiling crossbeam-deque v0.8.5 |
1946 | 2024-05-23T03:18:59.010Z | Compiling dirs-sys-next v0.1.2 |
1947 | 2024-05-23T03:18:59.820Z | Compiling half v2.4.1 |
1948 | 2024-05-23T03:18:59.830Z | Compiling glob v0.3.1 |
1949 | 2024-05-23T03:19:00.131Z | Compiling hashbrown v0.12.3 |
1950 | 2024-05-23T03:19:00.362Z | Compiling ciborium-io v0.2.2 |
1951 | 2024-05-23T03:19:00.489Z | Compiling fastrand v2.1.0 |
1952 | 2024-05-23T03:19:01.012Z | Compiling bitfield v0.14.0 |
1953 | 2024-05-23T03:19:01.301Z | Compiling crunchy v0.2.2 |
1954 | 2024-05-23T03:19:01.430Z | Compiling same-file v1.0.6 |
1955 | 2024-05-23T03:19:01.650Z | Compiling walkdir v2.5.0 |
1956 | 2024-05-23T03:19:02.299Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1957 | 2024-05-23T03:19:02.332Z | Compiling tempfile v3.10.1 |
1958 | 2024-05-23T03:19:02.880Z | Compiling ciborium-ll v0.2.2 |
1959 | 2024-05-23T03:19:03.128Z | Compiling clang-sys v1.7.0 |
1960 | 2024-05-23T03:19:03.385Z | Compiling zerocopy-derive v0.2.0 |
1961 | 2024-05-23T03:19:03.796Z | Compiling dirs-next v2.0.0 |
1962 | 2024-05-23T03:19:03.967Z | Compiling rsa v0.9.6 |
1963 | 2024-05-23T03:19:05.100Z | Compiling slog-envlogger v2.2.0 |
1964 | 2024-05-23T03:19:06.510Z | Compiling serde-hex v0.1.0 |
1965 | 2024-05-23T03:19:06.603Z | Compiling bzip2 v0.4.4 |
1966 | 2024-05-23T03:19:07.068Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1967 | 2024-05-23T03:19:07.398Z | Compiling env_logger v0.10.2 |
1968 | 2024-05-23T03:19:07.669Z | Compiling camino v1.1.7 |
1969 | 2024-05-23T03:19:07.734Z | Compiling x509-cert v0.2.5 |
1970 | 2024-05-23T03:19:09.541Z | Compiling ron v0.8.1 |
1971 | 2024-05-23T03:19:10.627Z | Compiling hashbrown v0.13.2 |
1972 | 2024-05-23T03:19:11.457Z | Compiling tiny-keccak v2.0.2 |
1973 | 2024-05-23T03:19:11.717Z | Compiling prettyplease v0.2.20 |
1974 | 2024-05-23T03:19:11.748Z | Compiling crc-any v2.5.0 |
1975 | 2024-05-23T03:19:11.934Z | Compiling maplit v1.0.2 |
1976 | 2024-05-23T03:19:12.032Z | Compiling object v0.30.4 |
1977 | 2024-05-23T03:19:12.083Z | Compiling ring v0.16.20 |
1978 | 2024-05-23T03:19:12.649Z | Compiling blake3 v1.5.1 |
1979 | 2024-05-23T03:19:13.041Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1980 | 2024-05-23T03:19:14.811Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1981 | 2024-05-23T03:19:15.627Z | Compiling zip v0.6.6 |
1982 | 2024-05-23T03:19:15.726Z | Compiling rayon v1.10.0 |
1983 | 2024-05-23T03:19:16.909Z | Compiling term v0.7.0 |
1984 | 2024-05-23T03:19:18.312Z | Compiling ciborium v0.2.2 |
1985 | 2024-05-23T03:19:18.719Z | Compiling xattr v1.3.1 |
1986 | 2024-05-23T03:19:18.993Z | Compiling memmap2 v0.9.4 |
1987 | 2024-05-23T03:19:19.452Z | Compiling filetime v0.2.23 |
1988 | 2024-05-23T03:19:19.784Z | Compiling atty v0.2.14 |
1989 | 2024-05-23T03:19:19.938Z | Compiling path-slash v0.1.5 |
1990 | 2024-05-23T03:19:20.000Z | Compiling arrayvec v0.7.4 |
1991 | 2024-05-23T03:19:20.166Z | Compiling arrayref v0.3.7 |
1992 | 2024-05-23T03:19:20.267Z | Compiling constant_time_eq v0.3.0 |
1993 | 2024-05-23T03:19:20.409Z | Compiling untrusted v0.7.1 |
1994 | 2024-05-23T03:19:20.441Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1995 | 2024-05-23T03:19:20.634Z | Compiling tar v0.4.40 |
1996 | 2024-05-23T03:19:22.334Z | Compiling ascii-canvas v3.0.0 |
1997 | 2024-05-23T03:19:22.555Z | Compiling camino-tempfile v1.1.1 |
1998 | 2024-05-23T03:19:22.820Z | Compiling toolchain_find v0.4.0 |
1999 | 2024-05-23T03:19:22.989Z | Compiling toml v0.8.13 |
2000 | 2024-05-23T03:19:23.401Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2001 | 2024-05-23T03:19:23.840Z | Compiling libsw v3.3.1 |
2002 | 2024-05-23T03:19:23.999Z | Compiling ena v0.14.3 |
2003 | 2024-05-23T03:19:24.160Z | Compiling is-terminal v0.4.12 |
2004 | 2024-05-23T03:19:24.295Z | Compiling libloading v0.8.3 |
2005 | 2024-05-23T03:19:24.451Z | Compiling usdt-impl v0.3.5 |
2006 | 2024-05-23T03:19:24.604Z | Compiling linear-map v1.2.0 |
2007 | 2024-05-23T03:19:24.690Z | Compiling diff v0.1.13 |
2008 | 2024-05-23T03:19:24.762Z | Compiling topological-sort v0.2.2 |
2009 | 2024-05-23T03:19:24.979Z | Compiling parking_lot_core v0.8.6 |
2010 | 2024-05-23T03:19:24.996Z | Compiling bindgen v0.69.4 |
2011 | 2024-05-23T03:19:25.220Z | Compiling regex-syntax v0.6.29 |
2012 | 2024-05-23T03:19:25.264Z | Compiling owo-colors v4.0.0 |
2013 | 2024-05-23T03:19:25.430Z | Compiling omicron-zone-package v0.11.0 |
2014 | 2024-05-23T03:19:28.079Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2015 | 2024-05-23T03:19:30.542Z | Compiling lalrpop v0.19.12 |
2016 | 2024-05-23T03:19:31.102Z | Compiling rustfmt-wrapper v0.2.1 |
2017 | 2024-05-23T03:19:31.704Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2018 | 2024-05-23T03:19:32.380Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2019 | 2024-05-23T03:19:34.675Z | Compiling which v4.4.2 |
2020 | 2024-05-23T03:19:35.192Z | Compiling cexpr v0.6.0 |
2021 | 2024-05-23T03:19:35.556Z | Compiling unicase v2.7.0 |
2022 | 2024-05-23T03:19:35.849Z | Compiling lazycell v1.3.0 |
2023 | 2024-05-23T03:19:36.029Z | Compiling shlex v1.3.0 |
2024 | 2024-05-23T03:19:36.422Z | Compiling rustc-hash v1.1.0 |
2025 | 2024-05-23T03:19:36.491Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2026 | 2024-05-23T03:19:36.849Z | Compiling zerocopy v0.3.2 |
2027 | 2024-05-23T03:19:37.434Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2028 | 2024-05-23T03:19:37.479Z | Compiling derive_builder_core v0.20.0 |
2029 | 2024-05-23T03:19:38.551Z | Compiling pem v3.0.4 |
2030 | 2024-05-23T03:19:39.767Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2031 | 2024-05-23T03:19:39.987Z | Compiling headers-core v0.2.0 |
2032 | 2024-05-23T03:19:40.105Z | Compiling libxml v0.3.3 |
2033 | 2024-05-23T03:19:40.146Z | Compiling async-recursion v1.1.1 |
2034 | 2024-05-23T03:19:40.455Z | Compiling ref-cast v1.0.23 |
2035 | 2024-05-23T03:19:40.995Z | Compiling headers v0.3.9 |
2036 | 2024-05-23T03:19:41.623Z | Compiling derive_builder_macro v0.20.0 |
2037 | 2024-05-23T03:19:42.451Z | Compiling dof v0.1.5 |
2038 | 2024-05-23T03:19:43.231Z | Compiling parking_lot v0.11.2 |
2039 | 2024-05-23T03:19:44.729Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2040 | 2024-05-23T03:19:45.314Z | Compiling trust-dns-client v0.22.0 |
2041 | 2024-05-23T03:19:45.366Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2042 | 2024-05-23T03:19:45.651Z | Compiling dtrace-parser v0.1.14 |
2043 | 2024-05-23T03:19:47.536Z | Compiling strum_macros v0.24.3 |
2044 | 2024-05-23T03:19:49.623Z | Compiling toml v0.5.11 |
2045 | 2024-05-23T03:19:50.418Z | Compiling ref-cast-impl v1.0.23 |
2046 | 2024-05-23T03:19:50.963Z | Compiling samael v0.0.15 |
2047 | 2024-05-23T03:19:51.036Z | Compiling vte_generate_state_changes v0.1.1 |
2048 | 2024-05-23T03:19:51.479Z | Compiling cookie v0.18.1 |
2049 | 2024-05-23T03:19:51.658Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2050 | 2024-05-23T03:19:51.774Z | Compiling cfg_aliases v0.1.1 |
2051 | 2024-05-23T03:19:51.886Z | Compiling indoc v1.0.9 |
2052 | 2024-05-23T03:19:51.951Z | Compiling buf-list v1.0.3 |
2053 | 2024-05-23T03:19:52.579Z | Compiling nix v0.28.0 |
2054 | 2024-05-23T03:19:52.701Z | Compiling vte v0.11.1 |
2055 | 2024-05-23T03:19:52.845Z | Compiling trust-dns-server v0.22.1 |
2056 | 2024-05-23T03:19:55.666Z | Compiling sled v0.34.7 |
2057 | 2024-05-23T03:19:56.271Z | Compiling derive_builder v0.20.0 |
2058 | 2024-05-23T03:19:57.149Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2059 | 2024-05-23T03:19:58.536Z | Compiling polar-core v0.27.3 |
2060 | 2024-05-23T03:19:59.727Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2061 | 2024-05-23T03:20:00.003Z | Compiling const_format_proc_macros v0.2.32 |
2062 | 2024-05-23T03:20:00.615Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2063 | 2024-05-23T03:20:01.707Z | Compiling fd-lock v4.0.2 |
2064 | 2024-05-23T03:20:01.915Z | Compiling bb8 v0.8.3 |
2065 | 2024-05-23T03:20:01.961Z | Compiling quick-xml v0.31.0 |
2066 | 2024-05-23T03:20:02.442Z | Compiling serde_tokenstream v0.1.7 |
2067 | 2024-05-23T03:20:02.954Z | Compiling impl-trait-for-tuples v0.2.2 |
2068 | 2024-05-23T03:20:05.743Z | Compiling oso-derive v0.27.3 |
2069 | 2024-05-23T03:20:06.711Z | Compiling pin-project-internal v1.1.5 |
2070 | 2024-05-23T03:20:08.286Z | Compiling memoffset v0.7.1 |
2071 | 2024-05-23T03:20:08.587Z | Compiling platforms v3.4.0 |
2072 | 2024-05-23T03:20:09.178Z | Compiling bytecount v0.6.8 |
2073 | 2024-05-23T03:20:09.874Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2074 | 2024-05-23T03:20:09.879Z | Compiling pin-project v1.1.5 |
2075 | 2024-05-23T03:20:09.879Z | Compiling papergrid v0.11.0 |
2076 | 2024-05-23T03:20:09.879Z | Compiling curve25519-dalek v4.1.2 |
2077 | 2024-05-23T03:20:12.594Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2078 | 2024-05-23T03:20:13.286Z | Compiling const_format v0.2.32 |
2079 | 2024-05-23T03:20:14.552Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2080 | 2024-05-23T03:20:23.722Z | Compiling oso v0.27.3 |
2081 | 2024-05-23T03:20:25.792Z | Compiling strip-ansi-escapes v0.2.0 |
2082 | 2024-05-23T03:20:30.213Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2083 | 2024-05-23T03:20:30.715Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2084 | 2024-05-23T03:20:31.782Z | Compiling tabled_derive v0.7.0 |
2085 | 2024-05-23T03:20:34.176Z | Compiling kstat-rs v0.2.3 |
2086 | 2024-05-23T03:20:35.160Z | Compiling snafu-derive v0.8.2 |
2087 | 2024-05-23T03:20:35.964Z | Compiling nu-ansi-term v0.50.0 |
2088 | 2024-05-23T03:20:37.261Z | Compiling keccak v0.1.5 |
2089 | 2024-05-23T03:20:37.956Z | Compiling sha3 v0.10.8 |
2090 | 2024-05-23T03:20:38.294Z | Compiling reedline v0.31.0 |
2091 | 2024-05-23T03:20:39.262Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2092 | 2024-05-23T03:20:40.255Z | Compiling snafu v0.8.2 |
2093 | 2024-05-23T03:20:40.891Z | Compiling tabled v0.15.0 |
2094 | 2024-05-23T03:20:48.306Z | Compiling mime_guess v2.0.4 |
2095 | 2024-05-23T03:20:50.701Z | Compiling usdt-macro v0.3.5 |
2096 | 2024-05-23T03:20:51.335Z | Compiling usdt-attr-macro v0.3.5 |
2097 | 2024-05-23T03:20:51.957Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2098 | 2024-05-23T03:20:52.958Z | Compiling env_logger v0.9.3 |
2099 | 2024-05-23T03:20:54.196Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2100 | 2024-05-23T03:20:55.552Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2101 | 2024-05-23T03:20:57.446Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2102 | 2024-05-23T03:20:57.928Z | Compiling globset v0.4.14 |
2103 | 2024-05-23T03:21:01.840Z | Compiling peg-macros v0.8.3 |
2104 | 2024-05-23T03:21:02.348Z | Compiling olpc-cjson v0.1.3 |
2105 | 2024-05-23T03:21:02.698Z | Compiling universal-hash v0.5.1 |
2106 | 2024-05-23T03:21:02.930Z | Compiling secrecy v0.8.0 |
2107 | 2024-05-23T03:21:03.230Z | Compiling bitstruct_derive v0.1.0 |
2108 | 2024-05-23T03:21:04.133Z | Compiling thiserror-impl-no-std v2.0.2 |
2109 | 2024-05-23T03:21:04.554Z | Compiling serde_plain v1.0.2 |
2110 | 2024-05-23T03:21:05.074Z | Compiling nanorand v0.7.0 |
2111 | 2024-05-23T03:21:05.308Z | Compiling curve25519-dalek-derive v0.1.1 |
2112 | 2024-05-23T03:21:05.841Z | Compiling sqlparser_derive v0.2.2 |
2113 | 2024-05-23T03:21:05.846Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2114 | 2024-05-23T03:21:05.992Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2115 | 2024-05-23T03:21:06.290Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2116 | 2024-05-23T03:21:06.598Z | Compiling typed-path v0.7.1 |
2117 | 2024-05-23T03:21:06.888Z | Compiling unicode_categories v0.1.1 |
2118 | 2024-05-23T03:21:06.900Z | Compiling ascii v1.1.0 |
2119 | 2024-05-23T03:21:07.089Z | Compiling opaque-debug v0.3.1 |
2120 | 2024-05-23T03:21:07.198Z | Compiling signature v1.6.4 |
2121 | 2024-05-23T03:21:07.243Z | Compiling salty v0.2.0 |
2122 | 2024-05-23T03:21:07.356Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2123 | 2024-05-23T03:21:07.680Z | Compiling ed25519 v1.5.3 |
2124 | 2024-05-23T03:21:07.691Z | Compiling poly1305 v0.8.0 |
2125 | 2024-05-23T03:21:07.974Z | Compiling sqlformat v0.2.3 |
2126 | 2024-05-23T03:21:09.197Z | Compiling tough v0.17.1 |
2127 | 2024-05-23T03:21:09.770Z | Compiling thiserror-no-std v2.0.2 |
2128 | 2024-05-23T03:21:09.894Z | Compiling rustyline v14.0.0 |
2129 | 2024-05-23T03:21:13.191Z | Compiling sqlparser v0.45.0 |
2130 | 2024-05-23T03:21:19.297Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2131 | 2024-05-23T03:21:19.572Z | Compiling flume v0.11.0 |
2132 | 2024-05-23T03:21:20.350Z | Compiling peg v0.8.3 |
2133 | 2024-05-23T03:21:20.470Z | Compiling bitstruct v0.1.1 |
2134 | 2024-05-23T03:21:20.600Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2135 | 2024-05-23T03:21:21.696Z | Compiling usdt v0.3.5 |
2136 | 2024-05-23T03:21:22.075Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2137 | 2024-05-23T03:21:22.115Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2138 | 2024-05-23T03:21:22.240Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2139 | 2024-05-23T03:21:31.678Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2140 | 2024-05-23T03:21:32.008Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2141 | 2024-05-23T03:21:32.294Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2142 | 2024-05-23T03:21:33.124Z | Compiling chacha20 v0.9.1 |
2143 | 2024-05-23T03:21:33.522Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2144 | 2024-05-23T03:21:33.592Z | Compiling aead v0.5.2 |
2145 | 2024-05-23T03:21:33.943Z | Compiling bcs v0.1.6 |
2146 | 2024-05-23T03:21:34.937Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2147 | 2024-05-23T03:21:35.779Z | Compiling erased-serde v0.3.31 |
2148 | 2024-05-23T03:21:35.784Z | Compiling serde_arrays v0.1.0 |
2149 | 2024-05-23T03:21:35.974Z | Compiling serde-big-array v0.5.1 |
2150 | 2024-05-23T03:21:36.230Z | Compiling highway v1.1.0 |
2151 | 2024-05-23T03:21:37.540Z | Compiling parse-size v1.0.0 |
2152 | 2024-05-23T03:21:37.655Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2153 | 2024-05-23T03:21:37.816Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2154 | 2024-05-23T03:21:42.707Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2155 | 2024-05-23T03:21:59.936Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2156 | 2024-05-23T03:22:00.411Z | Compiling chacha20poly1305 v0.10.1 |
2157 | 2024-05-23T03:22:02.079Z | Compiling vsss-rs v3.3.4 |
2158 | 2024-05-23T03:22:05.187Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2159 | 2024-05-23T03:22:05.943Z | Compiling signal-hook-tokio v0.3.1 |
2160 | 2024-05-23T03:22:06.150Z | Compiling heck v0.3.3 |
2161 | 2024-05-23T03:22:06.535Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2162 | 2024-05-23T03:22:06.934Z | Compiling castaway v0.2.2 |
2163 | 2024-05-23T03:22:07.147Z | Compiling rand_seeder v0.2.3 |
2164 | 2024-05-23T03:22:07.547Z | Compiling serde-big-array v0.4.1 |
2165 | 2024-05-23T03:22:07.753Z | Compiling http-range v0.1.5 |
2166 | 2024-05-23T03:22:08.343Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2167 | 2024-05-23T03:22:08.651Z | Compiling hyper-staticfile v0.9.5 |
2168 | 2024-05-23T03:22:08.749Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2169 | 2024-05-23T03:22:09.946Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2170 | 2024-05-23T03:22:10.238Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2171 | 2024-05-23T03:22:10.461Z | Compiling compact_str v0.7.1 |
2172 | 2024-05-23T03:22:11.355Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2173 | 2024-05-23T03:22:11.760Z | Compiling zone_cfg_derive v0.1.2 |
2174 | 2024-05-23T03:22:13.208Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2175 | 2024-05-23T03:22:19.647Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2176 | 2024-05-23T03:22:20.336Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2177 | 2024-05-23T03:22:26.921Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2178 | 2024-05-23T03:22:27.701Z | Compiling tungstenite v0.21.0 |
2179 | 2024-05-23T03:22:33.042Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2180 | 2024-05-23T03:22:33.339Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2181 | 2024-05-23T03:22:33.605Z | Compiling lru v0.12.3 |
2182 | 2024-05-23T03:22:33.760Z | Compiling stability v0.2.0 |
2183 | 2024-05-23T03:22:33.964Z | Compiling indoc v2.0.5 |
2184 | 2024-05-23T03:22:34.726Z | Compiling cassowary v0.3.0 |
2185 | 2024-05-23T03:22:34.967Z | Compiling corncobs v0.1.3 |
2186 | 2024-05-23T03:22:35.348Z | Compiling base64 v0.13.1 |
2187 | 2024-05-23T03:22:36.135Z | Compiling ron v0.7.1 |
2188 | 2024-05-23T03:22:38.662Z | Compiling ratatui v0.26.2 |
2189 | 2024-05-23T03:22:41.678Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2190 | 2024-05-23T03:22:41.875Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2191 | 2024-05-23T03:22:42.405Z | Compiling tokio-tungstenite v0.21.0 |
2192 | 2024-05-23T03:22:43.036Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2193 | 2024-05-23T03:22:43.774Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2194 | 2024-05-23T03:22:54.925Z | Compiling zone v0.1.8 |
2195 | 2024-05-23T03:22:55.331Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2196 | 2024-05-23T03:23:07.006Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2197 | 2024-05-23T03:23:07.792Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2198 | 2024-05-23T03:23:08.462Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2199 | 2024-05-23T03:23:10.649Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2200 | 2024-05-23T03:23:10.910Z | Compiling portpicker v0.1.1 |
2201 | 2024-05-23T03:23:11.420Z | Compiling unicode-linebreak v0.1.5 |
2202 | 2024-05-23T03:23:11.957Z | Compiling smawk v0.3.2 |
2203 | 2024-05-23T03:23:12.223Z | Compiling textwrap v0.16.1 |
2204 | 2024-05-23T03:23:13.718Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2205 | 2024-05-23T03:23:15.978Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2206 | 2024-05-23T03:23:18.870Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2207 | 2024-05-23T03:23:19.974Z | Compiling rcgen v0.12.1 |
2208 | 2024-05-23T03:23:25.714Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2209 | 2024-05-23T03:23:26.208Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2210 | 2024-05-23T03:23:27.172Z | Compiling atomicwrites v0.4.3 |
2211 | 2024-05-23T03:23:27.731Z | Compiling fatfs v0.3.6 |
2212 | 2024-05-23T03:23:30.224Z | Compiling subprocess v0.2.9 |
2213 | 2024-05-23T03:23:30.582Z | Compiling rtoolbox v0.0.2 |
2214 | 2024-05-23T03:23:31.031Z | Compiling assert_matches v1.5.0 |
2215 | 2024-05-23T03:23:31.141Z | Compiling is_ci v1.2.0 |
2216 | 2024-05-23T03:23:31.425Z | Compiling supports-color v3.0.0 |
2217 | 2024-05-23T03:23:32.442Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2218 | 2024-05-23T03:23:33.302Z | Compiling rpassword v7.3.1 |
2219 | 2024-05-23T03:23:33.755Z | Compiling tui-tree-widget v0.19.0 |
2220 | 2024-05-23T03:23:34.170Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2221 | 2024-05-23T03:23:35.371Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2222 | 2024-05-23T03:23:39.649Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2223 | 2024-05-23T03:23:39.723Z | Compiling csv-core v0.1.11 |
2224 | 2024-05-23T03:23:39.859Z | Compiling shell-words v1.1.0 |
2225 | 2024-05-23T03:23:39.964Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2226 | 2024-05-23T03:23:40.308Z | Compiling csv v1.3.0 |
2227 | 2024-05-23T03:23:40.589Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2228 | 2024-05-23T03:23:42.424Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2229 | 2024-05-23T03:23:56.053Z | Compiling multimap v0.10.0 |
2230 | 2024-05-23T03:23:56.079Z | Compiling uzers v0.11.3 |
2231 | 2024-05-23T03:23:56.079Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2232 | 2024-05-23T03:26:00.984Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2233 | 2024-05-23T03:26:05.080Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2234 | 2024-05-23T03:32:35.341Z | Finished `release` profile [optimized] target(s) in 14m 03s |
2235 | 2024-05-23T03:33:39.651Z | |
2236 | 2024-05-23T03:33:39.662Z | real 15:08.746191532 |
2237 | 2024-05-23T03:33:39.662Z | user 1:43:03.500260280 |
2238 | 2024-05-23T03:33:39.662Z | sys 5:45.672823931 |
2239 | 2024-05-23T03:33:39.662Z | trap 2.408264335 |
2240 | 2024-05-23T03:33:39.663Z | tflt 2.141263357 |
2241 | 2024-05-23T03:33:39.663Z | dflt 4.016731120 |
2242 | 2024-05-23T03:33:39.663Z | kflt 0.051551560 |
2243 | 2024-05-23T03:33:39.663Z | lock 6:25:53.747714548 |
2244 | 2024-05-23T03:33:39.663Z | slp 4:06:41.706991214 |
2245 | 2024-05-23T03:33:39.663Z | lat 2:33.458251038 |
2246 | 2024-05-23T03:33:39.663Z | stop 1:38.912632364 |
2247 | 2024-05-23T03:33:39.663Z | + mapfile -t packages |
2248 | 2024-05-23T03:33:39.663Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2249 | 2024-05-23T03:33:40.562Z | Finished `release` profile [optimized] target(s) in 0.84s |
2250 | 2024-05-23T03:33:40.581Z | Running `target/release/omicron-package -t test list-outputs` |
2251 | 2024-05-23T03:33:40.617Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2252 | 2024-05-23T03:33:40.622Z | + ptime -m cargo build --locked --release -p xtask |
2253 | 2024-05-23T03:33:41.115Z | Downloading crates ... |
2254 | 2024-05-23T03:33:41.264Z | Downloaded cargo_toml v0.20.2 |
2255 | 2024-05-23T03:33:41.278Z | Compiling serde v1.0.202 |
2256 | 2024-05-23T03:33:41.278Z | Compiling libc v0.2.153 |
2257 | 2024-05-23T03:33:41.282Z | Compiling rustix v0.38.34 |
2258 | 2024-05-23T03:33:41.282Z | Compiling hashbrown v0.14.5 |
2259 | 2024-05-23T03:33:41.282Z | Compiling bitflags v2.5.0 |
2260 | 2024-05-23T03:33:41.282Z | Compiling serde_json v1.0.117 |
2261 | 2024-05-23T03:33:41.282Z | Compiling syn v2.0.64 |
2262 | 2024-05-23T03:33:41.354Z | Compiling fs-err v2.11.0 |
2263 | 2024-05-23T03:33:41.616Z | Compiling anyhow v1.0.83 |
2264 | 2024-05-23T03:33:42.637Z | Compiling indexmap v2.2.6 |
2265 | 2024-05-23T03:33:43.141Z | Compiling errno v0.3.9 |
2266 | 2024-05-23T03:33:44.053Z | Compiling terminal_size v0.3.0 |
2267 | 2024-05-23T03:33:44.142Z | Compiling clap_builder v4.5.2 |
2268 | 2024-05-23T03:33:46.518Z | Compiling serde_derive v1.0.202 |
2269 | 2024-05-23T03:33:46.518Z | Compiling thiserror-impl v1.0.60 |
2270 | 2024-05-23T03:33:46.518Z | Compiling clap_derive v4.5.4 |
2271 | 2024-05-23T03:33:48.436Z | Compiling thiserror v1.0.60 |
2272 | 2024-05-23T03:33:50.104Z | Compiling clap v4.5.4 |
2273 | 2024-05-23T03:33:56.021Z | Compiling toml_datetime v0.6.6 |
2274 | 2024-05-23T03:33:56.025Z | Compiling serde_spanned v0.6.6 |
2275 | 2024-05-23T03:33:56.025Z | Compiling cargo-platform v0.1.8 |
2276 | 2024-05-23T03:33:56.025Z | Compiling camino v1.1.7 |
2277 | 2024-05-23T03:33:56.025Z | Compiling semver v1.0.23 |
2278 | 2024-05-23T03:33:56.025Z | Compiling macaddr v1.0.1 |
2279 | 2024-05-23T03:33:56.359Z | Compiling toml_edit v0.22.13 |
2280 | 2024-05-23T03:33:57.599Z | Compiling cargo_metadata v0.18.1 |
2281 | 2024-05-23T03:33:58.970Z | Compiling toml v0.8.13 |
2282 | 2024-05-23T03:33:59.869Z | Compiling cargo_toml v0.20.2 |
2283 | 2024-05-23T03:34:11.301Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2284 | 2024-05-23T03:34:22.407Z | Finished `release` profile [optimized] target(s) in 41.72s |
2285 | 2024-05-23T03:34:22.489Z | |
2286 | 2024-05-23T03:34:22.489Z | real 41.844565103 |
2287 | 2024-05-23T03:34:22.489Z | user 2:58.476403293 |
2288 | 2024-05-23T03:34:22.489Z | sys 18.276566120 |
2289 | 2024-05-23T03:34:22.490Z | trap 0.062560585 |
2290 | 2024-05-23T03:34:22.490Z | tflt 0.161415297 |
2291 | 2024-05-23T03:34:22.494Z | dflt 0.738659111 |
2292 | 2024-05-23T03:34:22.494Z | kflt 0.000000000 |
2293 | 2024-05-23T03:34:22.494Z | lock 4:48.301726692 |
2294 | 2024-05-23T03:34:22.494Z | slp 3:24.205384552 |
2295 | 2024-05-23T03:34:22.494Z | lat 2.959390149 |
2296 | 2024-05-23T03:34:22.494Z | stop 3.940827950 |
2297 | 2024-05-23T03:34:22.494Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2298 | 2024-05-23T03:34:22.494Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2299 | 2024-05-23T03:34:22.494Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2300 | 2024-05-23T03:34:22.494Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2301 | 2024-05-23T03:34:22.494Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2302 | 2024-05-23T03:34:23.017Z | Downloading crates ... |
2303 | 2024-05-23T03:34:23.212Z | Downloaded dirs v5.0.1 |
2304 | 2024-05-23T03:34:23.227Z | Downloaded blowfish v0.9.1 |
2305 | 2024-05-23T03:34:23.231Z | Downloaded aes v0.8.4 |
2306 | 2024-05-23T03:34:23.234Z | Downloaded option-ext v0.2.0 |
2307 | 2024-05-23T03:34:23.235Z | Downloaded md5 v0.7.0 |
2308 | 2024-05-23T03:34:23.239Z | Downloaded dhcproto-macros v0.1.0 |
2309 | 2024-05-23T03:34:23.244Z | Downloaded russh-cryptovec v0.7.2 |
2310 | 2024-05-23T03:34:23.248Z | Downloaded rfc6979 v0.4.0 |
2311 | 2024-05-23T03:34:23.248Z | Downloaded pbkdf2 v0.12.2 |
2312 | 2024-05-23T03:34:23.248Z | Downloaded bcrypt-pbkdf v0.10.0 |
2313 | 2024-05-23T03:34:23.252Z | Downloaded polyval v0.6.2 |
2314 | 2024-05-23T03:34:23.256Z | Downloaded internet-checksum v0.2.1 |
2315 | 2024-05-23T03:34:23.256Z | Downloaded rand_chacha v0.2.2 |
2316 | 2024-05-23T03:34:23.256Z | Downloaded ctr v0.9.2 |
2317 | 2024-05-23T03:34:23.256Z | Downloaded cbc v0.1.2 |
2318 | 2024-05-23T03:34:23.263Z | Downloaded primeorder v0.13.6 |
2319 | 2024-05-23T03:34:23.264Z | Downloaded getrandom v0.1.16 |
2320 | 2024-05-23T03:34:23.264Z | Downloaded dirs-sys v0.4.1 |
2321 | 2024-05-23T03:34:23.268Z | Downloaded hex-literal v0.4.1 |
2322 | 2024-05-23T03:34:23.268Z | Downloaded ghash v0.5.1 |
2323 | 2024-05-23T03:34:23.268Z | Downloaded rand_core v0.5.1 |
2324 | 2024-05-23T03:34:23.268Z | Downloaded pbkdf2 v0.11.0 |
2325 | 2024-05-23T03:34:23.268Z | Downloaded password-hash v0.4.2 |
2326 | 2024-05-23T03:34:23.272Z | Downloaded ed25519 v2.2.3 |
2327 | 2024-05-23T03:34:23.272Z | Downloaded russh-keys v0.43.0 |
2328 | 2024-05-23T03:34:23.272Z | Downloaded ecdsa v0.16.9 |
2329 | 2024-05-23T03:34:23.276Z | Downloaded dhcproto v0.11.0 |
2330 | 2024-05-23T03:34:23.277Z | Downloaded p256 v0.13.2 |
2331 | 2024-05-23T03:34:23.283Z | Downloaded ed25519-dalek v2.1.1 |
2332 | 2024-05-23T03:34:23.290Z | Downloaded russh v0.43.0 |
2333 | 2024-05-23T03:34:23.296Z | Downloaded rand v0.7.3 |
2334 | 2024-05-23T03:34:23.300Z | Downloaded p521 v0.13.3 |
2335 | 2024-05-23T03:34:23.305Z | Downloaded aes-gcm v0.10.3 |
2336 | 2024-05-23T03:34:23.438Z | Compiling proc-macro2 v1.0.82 |
2337 | 2024-05-23T03:34:23.438Z | Compiling unicode-ident v1.0.12 |
2338 | 2024-05-23T03:34:23.442Z | Compiling libc v0.2.153 |
2339 | 2024-05-23T03:34:23.442Z | Compiling cfg-if v1.0.0 |
2340 | 2024-05-23T03:34:23.442Z | Compiling serde v1.0.202 |
2341 | 2024-05-23T03:34:23.442Z | Compiling version_check v0.9.4 |
2342 | 2024-05-23T03:34:23.442Z | Compiling autocfg v1.3.0 |
2343 | 2024-05-23T03:34:23.442Z | Compiling byteorder v1.5.0 |
2344 | 2024-05-23T03:34:23.651Z | Compiling memchr v2.7.2 |
2345 | 2024-05-23T03:34:23.696Z | Compiling log v0.4.21 |
2346 | 2024-05-23T03:34:24.028Z | Compiling once_cell v1.19.0 |
2347 | 2024-05-23T03:34:24.075Z | Compiling itoa v1.0.11 |
2348 | 2024-05-23T03:34:24.141Z | Compiling scopeguard v1.2.0 |
2349 | 2024-05-23T03:34:24.268Z | Compiling smallvec v1.13.2 |
2350 | 2024-05-23T03:34:24.282Z | Compiling typenum v1.17.0 |
2351 | 2024-05-23T03:34:24.382Z | Compiling generic-array v0.14.7 |
2352 | 2024-05-23T03:34:24.437Z | Compiling thiserror v1.0.60 |
2353 | 2024-05-23T03:34:24.590Z | Compiling lock_api v0.4.12 |
2354 | 2024-05-23T03:34:24.649Z | Compiling cc v1.0.97 |
2355 | 2024-05-23T03:34:25.139Z | Compiling parking_lot_core v0.9.10 |
2356 | 2024-05-23T03:34:25.155Z | Compiling quote v1.0.36 |
2357 | 2024-05-23T03:34:25.332Z | Compiling syn v2.0.64 |
2358 | 2024-05-23T03:34:25.481Z | Compiling pin-project-lite v0.2.14 |
2359 | 2024-05-23T03:34:25.496Z | Compiling subtle v2.5.0 |
2360 | 2024-05-23T03:34:25.606Z | Compiling getrandom v0.2.14 |
2361 | 2024-05-23T03:34:25.840Z | Compiling rand_core v0.6.4 |
2362 | 2024-05-23T03:34:25.893Z | Compiling signal-hook-registry v1.4.2 |
2363 | 2024-05-23T03:34:25.979Z | Compiling libm v0.2.8 |
2364 | 2024-05-23T03:34:26.090Z | Compiling parking_lot v0.12.2 |
2365 | 2024-05-23T03:34:26.329Z | Compiling mio v0.8.11 |
2366 | 2024-05-23T03:34:26.361Z | Compiling num-traits v0.2.19 |
2367 | 2024-05-23T03:34:26.711Z | Compiling socket2 v0.5.7 |
2368 | 2024-05-23T03:34:26.868Z | Compiling num_cpus v1.16.0 |
2369 | 2024-05-23T03:34:26.935Z | Compiling ahash v0.8.11 |
2370 | 2024-05-23T03:34:26.993Z | Compiling ryu v1.0.18 |
2371 | 2024-05-23T03:34:27.081Z | Compiling serde_json v1.0.117 |
2372 | 2024-05-23T03:34:27.400Z | Compiling allocator-api2 v0.2.18 |
2373 | 2024-05-23T03:34:27.437Z | Compiling futures-core v0.3.30 |
2374 | 2024-05-23T03:34:27.702Z | Compiling futures-sink v0.3.30 |
2375 | 2024-05-23T03:34:27.717Z | Compiling equivalent v1.0.1 |
2376 | 2024-05-23T03:34:27.772Z | Compiling const-oid v0.9.6 |
2377 | 2024-05-23T03:34:27.822Z | Compiling slab v0.4.9 |
2378 | 2024-05-23T03:34:27.874Z | Compiling fnv v1.0.7 |
2379 | 2024-05-23T03:34:27.881Z | Compiling futures-channel v0.3.30 |
2380 | 2024-05-23T03:34:28.015Z | Compiling futures-io v0.3.30 |
2381 | 2024-05-23T03:34:28.218Z | Compiling pin-utils v0.1.0 |
2382 | 2024-05-23T03:34:28.290Z | Compiling futures-task v0.3.30 |
2383 | 2024-05-23T03:34:28.316Z | Compiling iana-time-zone v0.1.60 |
2384 | 2024-05-23T03:34:28.334Z | Compiling syn v1.0.109 |
2385 | 2024-05-23T03:34:28.350Z | Compiling tinyvec_macros v0.1.1 |
2386 | 2024-05-23T03:34:28.438Z | Compiling tinyvec v1.6.0 |
2387 | 2024-05-23T03:34:28.504Z | Compiling semver v1.0.23 |
2388 | 2024-05-23T03:34:28.599Z | Compiling unicode-bidi v0.3.15 |
2389 | 2024-05-23T03:34:28.793Z | Compiling cpufeatures v0.2.12 |
2390 | 2024-05-23T03:34:28.894Z | Compiling schemars v0.8.19 |
2391 | 2024-05-23T03:34:29.063Z | Compiling dyn-clone v1.0.17 |
2392 | 2024-05-23T03:34:29.248Z | Compiling percent-encoding v2.3.1 |
2393 | 2024-05-23T03:34:29.279Z | Compiling spin v0.9.8 |
2394 | 2024-05-23T03:34:29.532Z | Compiling ppv-lite86 v0.2.17 |
2395 | 2024-05-23T03:34:29.629Z | Compiling tracing-core v0.1.32 |
2396 | 2024-05-23T03:34:29.668Z | Compiling num-conv v0.1.0 |
2397 | 2024-05-23T03:34:29.699Z | Compiling powerfmt v0.2.0 |
2398 | 2024-05-23T03:34:29.898Z | Compiling unicode-normalization v0.1.23 |
2399 | 2024-05-23T03:34:29.962Z | Compiling time-core v0.1.2 |
2400 | 2024-05-23T03:34:30.536Z | Compiling deranged v0.3.11 |
2401 | 2024-05-23T03:34:30.545Z | Compiling time-macros v0.2.18 |
2402 | 2024-05-23T03:34:30.545Z | Compiling form_urlencoded v1.2.1 |
2403 | 2024-05-23T03:34:30.545Z | Compiling ring v0.17.8 |
2404 | 2024-05-23T03:34:30.545Z | Compiling num_threads v0.1.7 |
2405 | 2024-05-23T03:34:30.654Z | Compiling rand_chacha v0.3.1 |
2406 | 2024-05-23T03:34:31.000Z | Compiling aho-corasick v1.1.3 |
2407 | 2024-05-23T03:34:31.111Z | Compiling regex-syntax v0.8.3 |
2408 | 2024-05-23T03:34:32.080Z | Compiling rand v0.8.5 |
2409 | 2024-05-23T03:34:33.009Z | Compiling serde_derive_internals v0.29.1 |
2410 | 2024-05-23T03:34:33.646Z | Compiling time v0.3.36 |
2411 | 2024-05-23T03:34:34.257Z | Compiling idna v0.5.0 |
2412 | 2024-05-23T03:34:34.489Z | Compiling httparse v1.8.0 |
2413 | 2024-05-23T03:34:34.912Z | Compiling regex-automata v0.4.6 |
2414 | 2024-05-23T03:34:35.875Z | Compiling slog v2.7.0 |
2415 | 2024-05-23T03:34:35.912Z | Compiling url v2.5.0 |
2416 | 2024-05-23T03:34:36.510Z | Compiling spin v0.5.2 |
2417 | 2024-05-23T03:34:36.749Z | Compiling untrusted v0.9.0 |
2418 | 2024-05-23T03:34:37.869Z | Compiling vcpkg v0.2.15 |
2419 | 2024-05-23T03:34:37.997Z | Compiling pkg-config v0.3.30 |
2420 | 2024-05-23T03:34:38.447Z | Compiling heck v0.4.1 |
2421 | 2024-05-23T03:34:38.950Z | Compiling adler v1.0.2 |
2422 | 2024-05-23T03:34:39.182Z | Compiling miniz_oxide v0.7.2 |
2423 | 2024-05-23T03:34:39.294Z | Compiling lazy_static v1.4.0 |
2424 | 2024-05-23T03:34:39.414Z | Compiling backtrace v0.3.71 |
2425 | 2024-05-23T03:34:39.619Z | Compiling unicode-width v0.1.12 |
2426 | 2024-05-23T03:34:39.841Z | Compiling gimli v0.28.1 |
2427 | 2024-05-23T03:34:40.289Z | Compiling httpdate v1.0.3 |
2428 | 2024-05-23T03:34:40.289Z | Compiling openssl-sys v0.9.102 |
2429 | 2024-05-23T03:34:40.353Z | Compiling regex v1.10.4 |
2430 | 2024-05-23T03:34:40.720Z | Compiling serde_derive v1.0.202 |
2431 | 2024-05-23T03:34:41.176Z | Compiling zeroize_derive v1.4.2 |
2432 | 2024-05-23T03:34:41.185Z | Compiling zerocopy-derive v0.7.34 |
2433 | 2024-05-23T03:34:41.185Z | Compiling thiserror-impl v1.0.60 |
2434 | 2024-05-23T03:34:41.446Z | Compiling tokio-macros v2.2.0 |
2435 | 2024-05-23T03:34:42.524Z | Compiling zeroize v1.7.0 |
2436 | 2024-05-23T03:34:43.240Z | Compiling futures-macro v0.3.30 |
2437 | 2024-05-23T03:34:43.406Z | Compiling zerocopy v0.7.34 |
2438 | 2024-05-23T03:34:44.196Z | Compiling schemars_derive v0.8.19 |
2439 | 2024-05-23T03:34:44.328Z | Compiling crypto-common v0.1.6 |
2440 | 2024-05-23T03:34:44.574Z | Compiling block-buffer v0.10.4 |
2441 | 2024-05-23T03:34:44.803Z | Compiling digest v0.10.7 |
2442 | 2024-05-23T03:34:44.807Z | Compiling tracing-attributes v0.1.27 |
2443 | 2024-05-23T03:34:44.833Z | Compiling async-trait v0.1.80 |
2444 | 2024-05-23T03:34:45.398Z | Compiling try-lock v0.2.5 |
2445 | 2024-05-23T03:34:45.480Z | Compiling futures-util v0.3.30 |
2446 | 2024-05-23T03:34:45.532Z | Compiling want v0.3.1 |
2447 | 2024-05-23T03:34:45.759Z | Compiling hashbrown v0.14.5 |
2448 | 2024-05-23T03:34:45.839Z | Compiling addr2line v0.21.0 |
2449 | 2024-05-23T03:34:46.507Z | Compiling object v0.32.2 |
2450 | 2024-05-23T03:34:47.256Z | Compiling foreign-types-shared v0.1.1 |
2451 | 2024-05-23T03:34:47.372Z | Compiling base64 v0.21.7 |
2452 | 2024-05-23T03:34:47.678Z | Compiling ipnet v2.9.0 |
2453 | 2024-05-23T03:34:47.799Z | Compiling anyhow v1.0.83 |
2454 | 2024-05-23T03:34:48.190Z | Compiling rustc-demangle v0.1.24 |
2455 | 2024-05-23T03:34:48.411Z | Compiling openssl v0.10.64 |
2456 | 2024-05-23T03:34:48.548Z | Compiling tower-service v0.3.2 |
2457 | 2024-05-23T03:34:48.683Z | Compiling mime v0.3.17 |
2458 | 2024-05-23T03:34:48.924Z | Compiling tracing v0.1.40 |
2459 | 2024-05-23T03:34:48.978Z | Compiling foreign-types v0.3.2 |
2460 | 2024-05-23T03:34:49.075Z | Compiling openssl-macros v0.1.1 |
2461 | 2024-05-23T03:34:49.192Z | Compiling crossbeam-utils v0.8.19 |
2462 | 2024-05-23T03:34:49.299Z | Compiling rustls v0.21.12 |
2463 | 2024-05-23T03:34:49.477Z | Compiling base64ct v1.6.0 |
2464 | 2024-05-23T03:34:49.538Z | Compiling heck v0.5.0 |
2465 | 2024-05-23T03:34:49.789Z | Compiling native-tls v0.2.11 |
2466 | 2024-05-23T03:34:49.909Z | Compiling winnow v0.5.40 |
2467 | 2024-05-23T03:34:50.089Z | Compiling sct v0.7.1 |
2468 | 2024-05-23T03:34:50.108Z | Compiling rustls-webpki v0.101.7 |
2469 | 2024-05-23T03:34:50.145Z | Compiling cookie v0.17.0 |
2470 | 2024-05-23T03:34:50.404Z | Compiling ucd-trie v0.1.6 |
2471 | 2024-05-23T03:34:50.409Z | Compiling rustix v0.38.34 |
2472 | 2024-05-23T03:34:50.474Z | Compiling openssl-probe v0.1.5 |
2473 | 2024-05-23T03:34:50.831Z | Compiling pest v2.7.10 |
2474 | 2024-05-23T03:34:51.380Z | Compiling futures-executor v0.3.30 |
2475 | 2024-05-23T03:34:51.898Z | Compiling futures v0.3.30 |
2476 | 2024-05-23T03:34:52.022Z | Compiling idna v0.3.0 |
2477 | 2024-05-23T03:34:52.069Z | Compiling errno v0.3.9 |
2478 | 2024-05-23T03:34:52.317Z | Compiling encoding_rs v0.8.34 |
2479 | 2024-05-23T03:34:53.687Z | Compiling data-encoding v2.6.0 |
2480 | 2024-05-23T03:34:53.837Z | Compiling psl-types v2.0.11 |
2481 | 2024-05-23T03:34:53.866Z | Compiling rustversion v1.0.17 |
2482 | 2024-05-23T03:34:53.929Z | Compiling pest_meta v2.7.10 |
2483 | 2024-05-23T03:34:54.012Z | Compiling publicsuffix v2.2.3 |
2484 | 2024-05-23T03:34:55.205Z | Compiling hmac v0.12.1 |
2485 | 2024-05-23T03:34:55.456Z | Compiling scroll_derive v0.12.0 |
2486 | 2024-05-23T03:34:55.827Z | Compiling bytes v1.6.0 |
2487 | 2024-05-23T03:34:56.145Z | Compiling indexmap v2.2.6 |
2488 | 2024-05-23T03:34:57.001Z | Compiling tokio v1.37.0 |
2489 | 2024-05-23T03:34:57.034Z | Compiling chrono v0.4.38 |
2490 | 2024-05-23T03:34:57.139Z | Compiling uuid v1.8.0 |
2491 | 2024-05-23T03:34:57.206Z | Compiling bitflags v2.5.0 |
2492 | 2024-05-23T03:34:57.663Z | Compiling http v0.2.12 |
2493 | 2024-05-23T03:34:58.422Z | Compiling serde_tokenstream v0.2.0 |
2494 | 2024-05-23T03:34:58.611Z | Compiling serde_spanned v0.6.6 |
2495 | 2024-05-23T03:34:58.840Z | Compiling toml_datetime v0.6.6 |
2496 | 2024-05-23T03:34:59.305Z | Compiling http-body v0.4.6 |
2497 | 2024-05-23T03:34:59.309Z | Compiling toml_edit v0.19.15 |
2498 | 2024-05-23T03:35:00.268Z | Compiling serde_urlencoded v0.7.1 |
2499 | 2024-05-23T03:35:00.464Z | Compiling cookie_store v0.20.0 |
2500 | 2024-05-23T03:35:00.833Z | Compiling openapiv3 v2.0.0 |
2501 | 2024-05-23T03:35:01.083Z | Compiling scroll v0.12.0 |
2502 | 2024-05-23T03:35:01.668Z | Compiling pest_generator v2.7.10 |
2503 | 2024-05-23T03:35:02.438Z | Compiling rustls-pemfile v1.0.4 |
2504 | 2024-05-23T03:35:02.899Z | Compiling plain v0.2.3 |
2505 | 2024-05-23T03:35:03.063Z | Compiling webpki-roots v0.25.4 |
2506 | 2024-05-23T03:35:03.225Z | Compiling strsim v0.11.1 |
2507 | 2024-05-23T03:35:03.650Z | Compiling sync_wrapper v0.1.2 |
2508 | 2024-05-23T03:35:03.791Z | Compiling bitflags v1.3.2 |
2509 | 2024-05-23T03:35:03.802Z | Compiling pest_derive v2.7.10 |
2510 | 2024-05-23T03:35:03.978Z | Compiling goblin v0.8.2 |
2511 | 2024-05-23T03:35:03.983Z | Compiling rustc_version v0.4.0 |
2512 | 2024-05-23T03:35:04.220Z | Compiling pem-rfc7468 v0.7.0 |
2513 | 2024-05-23T03:35:04.612Z | Compiling block-padding v0.3.3 |
2514 | 2024-05-23T03:35:04.628Z | Compiling der_derive v0.7.2 |
2515 | 2024-05-23T03:35:04.858Z | Compiling usdt-impl v0.5.0 |
2516 | 2024-05-23T03:35:05.017Z | Compiling tokio-util v0.7.11 |
2517 | 2024-05-23T03:35:05.486Z | Compiling tokio-rustls v0.24.1 |
2518 | 2024-05-23T03:35:05.799Z | Compiling tokio-native-tls v0.3.1 |
2519 | 2024-05-23T03:35:05.904Z | Compiling flagset v0.4.5 |
2520 | 2024-05-23T03:35:06.084Z | Compiling h2 v0.3.26 |
2521 | 2024-05-23T03:35:06.122Z | Compiling pretty-hex v0.4.1 |
2522 | 2024-05-23T03:35:06.480Z | Compiling inout v0.1.3 |
2523 | 2024-05-23T03:35:06.497Z | Compiling dtrace-parser v0.2.0 |
2524 | 2024-05-23T03:35:06.765Z | Compiling thread-id v4.2.1 |
2525 | 2024-05-23T03:35:06.882Z | Compiling cipher v0.4.4 |
2526 | 2024-05-23T03:35:07.338Z | Compiling der v0.7.9 |
2527 | 2024-05-23T03:35:07.429Z | Compiling sha2 v0.10.8 |
2528 | 2024-05-23T03:35:07.806Z | Compiling either v1.12.0 |
2529 | 2024-05-23T03:35:08.017Z | Compiling ff v0.13.0 |
2530 | 2024-05-23T03:35:08.234Z | Compiling base16ct v0.2.0 |
2531 | 2024-05-23T03:35:08.249Z | Compiling stable_deref_trait v1.2.0 |
2532 | 2024-05-23T03:35:08.354Z | Compiling group v0.13.0 |
2533 | 2024-05-23T03:35:08.986Z | Compiling hkdf v0.12.4 |
2534 | 2024-05-23T03:35:08.990Z | Compiling crossbeam-epoch v0.9.18 |
2535 | 2024-05-23T03:35:08.990Z | Compiling crypto-bigint v0.5.5 |
2536 | 2024-05-23T03:35:08.990Z | Compiling num-integer v0.1.46 |
2537 | 2024-05-23T03:35:09.497Z | Compiling dof v0.3.0 |
2538 | 2024-05-23T03:35:09.651Z | Compiling spki v0.7.3 |
2539 | 2024-05-23T03:35:10.043Z | Compiling pkcs8 v0.10.2 |
2540 | 2024-05-23T03:35:10.894Z | Compiling sec1 v0.7.3 |
2541 | 2024-05-23T03:35:11.040Z | Compiling memmap v0.7.0 |
2542 | 2024-05-23T03:35:11.418Z | Compiling crc32fast v1.4.0 |
2543 | 2024-05-23T03:35:11.485Z | Compiling unicode-segmentation v1.11.0 |
2544 | 2024-05-23T03:35:11.867Z | Compiling elliptic-curve v0.13.8 |
2545 | 2024-05-23T03:35:11.986Z | Compiling winnow v0.6.8 |
2546 | 2024-05-23T03:35:12.314Z | Compiling managed v0.8.0 |
2547 | 2024-05-23T03:35:12.458Z | Compiling toml v0.7.8 |
2548 | 2024-05-23T03:35:12.673Z | Compiling hex v0.4.3 |
2549 | 2024-05-23T03:35:12.707Z | Compiling matches v0.1.10 |
2550 | 2024-05-23T03:35:12.758Z | Compiling anstyle v1.0.7 |
2551 | 2024-05-23T03:35:12.801Z | Compiling utf8parse v0.2.1 |
2552 | 2024-05-23T03:35:12.961Z | Compiling hyper v0.14.28 |
2553 | 2024-05-23T03:35:13.246Z | Compiling anstyle-parse v0.2.4 |
2554 | 2024-05-23T03:35:13.282Z | Compiling idna v0.2.3 |
2555 | 2024-05-23T03:35:13.576Z | Compiling ipnetwork v0.20.0 |
2556 | 2024-05-23T03:35:14.221Z | Compiling enum-as-inner v0.5.1 |
2557 | 2024-05-23T03:35:14.535Z | Compiling is_terminal_polyfill v1.70.0 |
2558 | 2024-05-23T03:35:14.573Z | Compiling usdt-attr-macro v0.5.0 |
2559 | 2024-05-23T03:35:14.682Z | Compiling usdt-macro v0.5.0 |
2560 | 2024-05-23T03:35:14.899Z | Compiling colorchoice v1.0.1 |
2561 | 2024-05-23T03:35:14.933Z | Compiling anstyle-query v1.0.3 |
2562 | 2024-05-23T03:35:15.053Z | Compiling bit-vec v0.6.3 |
2563 | 2024-05-23T03:35:15.069Z | Compiling siphasher v0.3.11 |
2564 | 2024-05-23T03:35:15.281Z | Compiling trust-dns-proto v0.22.0 |
2565 | 2024-05-23T03:35:15.459Z | Compiling anstream v0.6.14 |
2566 | 2024-05-23T03:35:15.505Z | Compiling toml_edit v0.22.13 |
2567 | 2024-05-23T03:35:15.900Z | Compiling flate2 v1.0.30 |
2568 | 2024-05-23T03:35:16.177Z | Compiling num-bigint v0.4.5 |
2569 | 2024-05-23T03:35:16.191Z | Compiling heapless v0.7.17 |
2570 | 2024-05-23T03:35:16.297Z | Compiling usdt v0.5.0 |
2571 | 2024-05-23T03:35:16.630Z | Compiling terminal_size v0.3.0 |
2572 | 2024-05-23T03:35:16.804Z | Compiling regress v0.9.1 |
2573 | 2024-05-23T03:35:16.840Z | Compiling finl_unicode v1.2.0 |
2574 | 2024-05-23T03:35:16.907Z | Compiling signal-hook v0.3.17 |
2575 | 2024-05-23T03:35:16.921Z | Compiling clap_lex v0.7.0 |
2576 | 2024-05-23T03:35:17.233Z | Compiling clap_builder v4.5.2 |
2577 | 2024-05-23T03:35:17.443Z | Compiling stringprep v0.1.4 |
2578 | 2024-05-23T03:35:17.533Z | Compiling itertools v0.10.5 |
2579 | 2024-05-23T03:35:18.744Z | Compiling clap_derive v4.5.4 |
2580 | 2024-05-23T03:35:20.394Z | Compiling hyper-tls v0.5.0 |
2581 | 2024-05-23T03:35:20.757Z | Compiling hyper-rustls v0.24.2 |
2582 | 2024-05-23T03:35:21.119Z | Compiling reqwest v0.11.27 |
2583 | 2024-05-23T03:35:22.097Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2584 | 2024-05-23T03:35:23.152Z | Compiling yasna v0.5.2 |
2585 | 2024-05-23T03:35:23.973Z | Compiling md-5 v0.10.6 |
2586 | 2024-05-23T03:35:24.189Z | Compiling hash32 v0.2.1 |
2587 | 2024-05-23T03:35:24.242Z | Compiling fallible-iterator v0.2.0 |
2588 | 2024-05-23T03:35:24.530Z | Compiling smoltcp v0.9.1 |
2589 | 2024-05-23T03:35:24.607Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2590 | 2024-05-23T03:35:24.959Z | Compiling postgres-protocol v0.6.6 |
2591 | 2024-05-23T03:35:25.297Z | Compiling clap v4.5.4 |
2592 | 2024-05-23T03:35:25.440Z | Compiling phf_shared v0.11.2 |
2593 | 2024-05-23T03:35:25.845Z | Compiling tokio-stream v0.1.15 |
2594 | 2024-05-23T03:35:26.321Z | Compiling hubpack_derive v0.1.1 |
2595 | 2024-05-23T03:35:26.386Z | Compiling zerocopy-derive v0.6.6 |
2596 | 2024-05-23T03:35:26.465Z | Compiling diesel_table_macro_syntax v0.1.0 |
2597 | 2024-05-23T03:35:26.856Z | Compiling scheduled-thread-pool v0.2.7 |
2598 | 2024-05-23T03:35:26.894Z | Compiling fs-err v2.11.0 |
2599 | 2024-05-23T03:35:26.967Z | Compiling fixedbitset v0.4.2 |
2600 | 2024-05-23T03:35:27.114Z | Compiling r2d2 v0.8.10 |
2601 | 2024-05-23T03:35:27.276Z | Compiling hubpack v0.1.2 |
2602 | 2024-05-23T03:35:27.346Z | Compiling petgraph v0.6.5 |
2603 | 2024-05-23T03:35:27.444Z | Compiling diesel_derives v2.1.4 |
2604 | 2024-05-23T03:35:27.541Z | Compiling signal-hook-mio v0.2.3 |
2605 | 2024-05-23T03:35:27.701Z | Compiling phf v0.11.2 |
2606 | 2024-05-23T03:35:27.752Z | Compiling postgres-types v0.2.6 |
2607 | 2024-05-23T03:35:28.297Z | Compiling phf_shared v0.10.0 |
2608 | 2024-05-23T03:35:28.677Z | Compiling zerocopy v0.6.6 |
2609 | 2024-05-23T03:35:28.691Z | Compiling similar v2.5.0 |
2610 | 2024-05-23T03:35:29.363Z | Compiling num-iter v0.1.45 |
2611 | 2024-05-23T03:35:29.469Z | Compiling strum_macros v0.25.3 |
2612 | 2024-05-23T03:35:29.544Z | Compiling serde_repr v0.1.19 |
2613 | 2024-05-23T03:35:29.755Z | Compiling getopts v0.2.21 |
2614 | 2024-05-23T03:35:30.795Z | Compiling console v0.15.8 |
2615 | 2024-05-23T03:35:30.808Z | Compiling float-cmp v0.9.0 |
2616 | 2024-05-23T03:35:31.020Z | Compiling minimal-lexical v0.2.1 |
2617 | 2024-05-23T03:35:31.286Z | Compiling unsafe-libyaml v0.2.11 |
2618 | 2024-05-23T03:35:31.326Z | Compiling whoami v1.5.1 |
2619 | 2024-05-23T03:35:31.547Z | Compiling predicates-core v1.0.6 |
2620 | 2024-05-23T03:35:31.942Z | Compiling new_debug_unreachable v1.0.6 |
2621 | 2024-05-23T03:35:32.002Z | Compiling precomputed-hash v0.1.1 |
2622 | 2024-05-23T03:35:32.038Z | Compiling difflib v0.4.0 |
2623 | 2024-05-23T03:35:32.162Z | Compiling normalize-line-endings v0.3.0 |
2624 | 2024-05-23T03:35:32.294Z | Compiling static_assertions v1.1.0 |
2625 | 2024-05-23T03:35:32.391Z | Compiling string_cache v0.8.7 |
2626 | 2024-05-23T03:35:32.410Z | Compiling tokio-postgres v0.7.10 |
2627 | 2024-05-23T03:35:32.865Z | Compiling serde_yaml v0.9.34+deprecated |
2628 | 2024-05-23T03:35:33.309Z | Compiling predicates v3.1.0 |
2629 | 2024-05-23T03:35:33.752Z | Compiling nom v7.1.3 |
2630 | 2024-05-23T03:35:33.933Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2631 | 2024-05-23T03:35:35.114Z | Compiling crossterm v0.27.0 |
2632 | 2024-05-23T03:35:37.482Z | Compiling bit-set v0.5.3 |
2633 | 2024-05-23T03:35:37.564Z | Compiling itertools v0.12.1 |
2634 | 2024-05-23T03:35:37.635Z | Compiling bstr v1.9.1 |
2635 | 2024-05-23T03:35:37.770Z | Compiling lalrpop-util v0.19.12 |
2636 | 2024-05-23T03:35:38.100Z | Compiling peg-runtime v0.8.3 |
2637 | 2024-05-23T03:35:38.116Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2638 | 2024-05-23T03:35:38.547Z | Compiling sha1 v0.10.6 |
2639 | 2024-05-23T03:35:38.791Z | Compiling camino v1.1.7 |
2640 | 2024-05-23T03:35:38.985Z | Compiling ident_case v1.0.1 |
2641 | 2024-05-23T03:35:39.054Z | Compiling strum_macros v0.26.2 |
2642 | 2024-05-23T03:35:39.170Z | Compiling darling_core v0.20.9 |
2643 | 2024-05-23T03:35:39.507Z | Compiling dirs-sys-next v0.1.2 |
2644 | 2024-05-23T03:35:39.776Z | Compiling base64 v0.22.1 |
2645 | 2024-05-23T03:35:40.162Z | Compiling match_cfg v0.1.0 |
2646 | 2024-05-23T03:35:40.259Z | Compiling hostname v0.3.1 |
2647 | 2024-05-23T03:35:40.475Z | Compiling dirs-next v2.0.0 |
2648 | 2024-05-23T03:35:40.517Z | Compiling toml v0.8.13 |
2649 | 2024-05-23T03:35:40.571Z | Compiling http v1.1.0 |
2650 | 2024-05-23T03:35:40.666Z | Compiling thread_local v1.1.8 |
2651 | 2024-05-23T03:35:40.804Z | Compiling slog-async v2.8.0 |
2652 | 2024-05-23T03:35:41.248Z | Compiling rustls-pki-types v1.7.0 |
2653 | 2024-05-23T03:35:41.423Z | Compiling term v0.7.0 |
2654 | 2024-05-23T03:35:42.119Z | Compiling crossbeam-channel v0.5.12 |
2655 | 2024-05-23T03:35:42.366Z | Compiling is-terminal v0.4.12 |
2656 | 2024-05-23T03:35:42.504Z | Compiling rustls v0.22.4 |
2657 | 2024-05-23T03:35:42.725Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2658 | 2024-05-23T03:35:42.771Z | Compiling paste v1.0.15 |
2659 | 2024-05-23T03:35:43.108Z | Compiling take_mut v0.2.2 |
2660 | 2024-05-23T03:35:43.184Z | Compiling slog-term v2.9.1 |
2661 | 2024-05-23T03:35:43.296Z | Compiling rustls-webpki v0.102.4 |
2662 | 2024-05-23T03:35:43.333Z | Compiling multer v3.1.0 |
2663 | 2024-05-23T03:35:43.621Z | Compiling instant v0.1.12 |
2664 | 2024-05-23T03:35:43.724Z | Compiling diesel v2.1.6 |
2665 | 2024-05-23T03:35:44.436Z | Compiling strum v0.26.2 |
2666 | 2024-05-23T03:35:44.453Z | Compiling slog-json v2.6.1 |
2667 | 2024-05-23T03:35:44.612Z | Compiling async-stream-impl v0.3.5 |
2668 | 2024-05-23T03:35:44.834Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718) |
2669 | 2024-05-23T03:35:45.085Z | Compiling debug-ignore v1.0.5 |
2670 | 2024-05-23T03:35:45.115Z | Compiling atomic-waker v1.1.2 |
2671 | 2024-05-23T03:35:45.228Z | Compiling waitgroup v0.1.2 |
2672 | 2024-05-23T03:35:45.374Z | Compiling slog-bunyan v2.5.0 |
2673 | 2024-05-23T03:35:45.467Z | Compiling rustls-pemfile v2.1.2 |
2674 | 2024-05-23T03:35:45.588Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718) |
2675 | 2024-05-23T03:35:45.978Z | Compiling serde_path_to_error v0.1.16 |
2676 | 2024-05-23T03:35:46.047Z | Compiling async-stream v0.3.5 |
2677 | 2024-05-23T03:35:46.390Z | Compiling structmeta-derive v0.3.0 |
2678 | 2024-05-23T03:35:46.563Z | Compiling hostname v0.4.0 |
2679 | 2024-05-23T03:35:46.646Z | Compiling darling_macro v0.20.9 |
2680 | 2024-05-23T03:35:46.816Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2681 | 2024-05-23T03:35:46.838Z | Compiling newtype-uuid v1.1.0 |
2682 | 2024-05-23T03:35:47.150Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2683 | 2024-05-23T03:35:47.177Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2684 | 2024-05-23T03:35:47.372Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2685 | 2024-05-23T03:35:47.481Z | Compiling backoff v0.4.0 |
2686 | 2024-05-23T03:35:47.513Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2687 | 2024-05-23T03:35:47.704Z | Compiling darling v0.20.9 |
2688 | 2024-05-23T03:35:47.808Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2689 | 2024-05-23T03:35:47.824Z | Compiling serde_with_macros v3.8.1 |
2690 | 2024-05-23T03:35:47.908Z | Compiling macaddr v1.0.1 |
2691 | 2024-05-23T03:35:47.945Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2692 | 2024-05-23T03:35:47.959Z | Compiling proc-macro-crate v1.3.1 |
2693 | 2024-05-23T03:35:48.109Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2694 | 2024-05-23T03:35:48.353Z | Compiling fastrand v2.1.0 |
2695 | 2024-05-23T03:35:48.475Z | Compiling proc-macro-error-attr v1.0.4 |
2696 | 2024-05-23T03:35:48.769Z | Compiling tokio-rustls v0.25.0 |
2697 | 2024-05-23T03:35:48.945Z | Compiling tempfile v3.10.1 |
2698 | 2024-05-23T03:35:49.110Z | Compiling num_enum_derive v0.5.11 |
2699 | 2024-05-23T03:35:49.659Z | Compiling structmeta v0.3.0 |
2700 | 2024-05-23T03:35:49.918Z | Compiling proc-macro-error v1.0.4 |
2701 | 2024-05-23T03:35:50.128Z | Compiling parse-display-derive v0.9.0 |
2702 | 2024-05-23T03:35:50.209Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2703 | 2024-05-23T03:35:51.324Z | Compiling serde_with v3.8.1 |
2704 | 2024-05-23T03:35:51.497Z | Compiling foreign-types-macros v0.2.3 |
2705 | 2024-05-23T03:35:51.993Z | Compiling num_enum v0.5.11 |
2706 | 2024-05-23T03:35:52.214Z | Compiling foreign-types-shared v0.3.1 |
2707 | 2024-05-23T03:35:52.339Z | Compiling heapless v0.8.0 |
2708 | 2024-05-23T03:35:52.922Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2709 | 2024-05-23T03:35:53.215Z | Compiling foreign-types v0.5.0 |
2710 | 2024-05-23T03:35:53.688Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2711 | 2024-05-23T03:35:53.982Z | Compiling cstr-argument v0.1.2 |
2712 | 2024-05-23T03:35:54.254Z | Compiling hash32 v0.3.1 |
2713 | 2024-05-23T03:35:54.492Z | Compiling smoltcp v0.11.0 |
2714 | 2024-05-23T03:35:54.530Z | Compiling pretty-hex v0.2.1 |
2715 | 2024-05-23T03:35:54.707Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2716 | 2024-05-23T03:35:55.157Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2717 | 2024-05-23T03:35:55.238Z | Compiling camino-tempfile v1.1.1 |
2718 | 2024-05-23T03:35:55.258Z | Compiling tabwriter v1.4.0 |
2719 | 2024-05-23T03:35:55.274Z | Compiling parse-display v0.9.0 |
2720 | 2024-05-23T03:35:55.711Z | Compiling colored v2.1.0 |
2721 | 2024-05-23T03:35:55.775Z | Compiling socket2 v0.4.10 |
2722 | 2024-05-23T03:35:55.789Z | Compiling cobs v0.2.3 |
2723 | 2024-05-23T03:35:55.974Z | Compiling embedded-io v0.4.0 |
2724 | 2024-05-23T03:35:56.096Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2725 | 2024-05-23T03:35:56.187Z | Compiling postcard v1.0.8 |
2726 | 2024-05-23T03:35:56.295Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2727 | 2024-05-23T03:35:56.384Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2728 | 2024-05-23T03:35:56.499Z | Compiling crucible-workspace-hack v0.1.0 |
2729 | 2024-05-23T03:35:56.626Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2730 | 2024-05-23T03:35:56.671Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2731 | 2024-05-23T03:35:56.772Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2732 | 2024-05-23T03:35:57.056Z | Compiling smf v0.2.3 |
2733 | 2024-05-23T03:35:57.097Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2734 | 2024-05-23T03:35:57.428Z | Compiling humantime v2.1.0 |
2735 | 2024-05-23T03:35:57.791Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2736 | 2024-05-23T03:35:58.011Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2737 | 2024-05-23T03:35:58.166Z | Compiling num-derive v0.4.2 |
2738 | 2024-05-23T03:35:58.493Z | Compiling sigpipe v0.1.3 |
2739 | 2024-05-23T03:35:58.593Z | Compiling utf-8 v0.7.6 |
2740 | 2024-05-23T03:35:58.620Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2741 | 2024-05-23T03:35:58.936Z | Compiling atty v0.2.14 |
2742 | 2024-05-23T03:35:59.073Z | Compiling rayon-core v1.12.1 |
2743 | 2024-05-23T03:35:59.084Z | Compiling platforms v3.4.0 |
2744 | 2024-05-23T03:35:59.338Z | Compiling same-file v1.0.6 |
2745 | 2024-05-23T03:35:59.365Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2746 | 2024-05-23T03:35:59.562Z | Compiling semver v0.1.20 |
2747 | 2024-05-23T03:35:59.747Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2748 | 2024-05-23T03:36:00.278Z | Compiling rustc_version v0.1.7 |
2749 | 2024-05-23T03:36:00.709Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2750 | 2024-05-23T03:36:00.768Z | Compiling curve25519-dalek v4.1.2 |
2751 | 2024-05-23T03:36:01.281Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2752 | 2024-05-23T03:36:01.324Z | Compiling walkdir v2.5.0 |
2753 | 2024-05-23T03:36:01.421Z | Compiling newline-converter v0.3.0 |
2754 | 2024-05-23T03:36:01.518Z | Compiling crossbeam-deque v0.8.5 |
2755 | 2024-05-23T03:36:01.587Z | Compiling universal-hash v0.5.1 |
2756 | 2024-05-23T03:36:01.630Z | Compiling opaque-debug v0.3.1 |
2757 | 2024-05-23T03:36:01.725Z | Compiling expectorate v1.1.0 |
2758 | 2024-05-23T03:36:01.860Z | Compiling newtype_derive v0.1.6 |
2759 | 2024-05-23T03:36:01.881Z | Compiling tungstenite v0.20.1 |
2760 | 2024-05-23T03:36:01.897Z | Compiling xattr v1.3.1 |
2761 | 2024-05-23T03:36:02.119Z | Compiling signature v2.2.0 |
2762 | 2024-05-23T03:36:02.157Z | Compiling curve25519-dalek-derive v0.1.1 |
2763 | 2024-05-23T03:36:02.210Z | Compiling ring v0.16.20 |
2764 | 2024-05-23T03:36:02.459Z | Compiling blake3 v1.5.1 |
2765 | 2024-05-23T03:36:03.046Z | Compiling filetime v0.2.23 |
2766 | 2024-05-23T03:36:03.347Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2767 | 2024-05-23T03:36:03.417Z | Compiling unicase v2.7.0 |
2768 | 2024-05-23T03:36:03.432Z | Compiling arc-swap v1.7.1 |
2769 | 2024-05-23T03:36:03.700Z | Compiling getrandom v0.1.16 |
2770 | 2024-05-23T03:36:03.775Z | Compiling quick-error v1.2.3 |
2771 | 2024-05-23T03:36:03.839Z | Compiling convert_case v0.4.0 |
2772 | 2024-05-23T03:36:11.258Z | Compiling termcolor v1.4.1 |
2773 | 2024-05-23T03:36:11.258Z | Compiling linked-hash-map v0.5.6 |
2774 | 2024-05-23T03:36:11.258Z | Compiling resolv-conf v0.7.0 |
2775 | 2024-05-23T03:36:11.258Z | Compiling lru-cache v0.1.2 |
2776 | 2024-05-23T03:36:11.258Z | Compiling env_logger v0.9.3 |
2777 | 2024-05-23T03:36:11.258Z | Compiling slog-scope v4.4.0 |
2778 | 2024-05-23T03:36:11.258Z | Compiling derive_more v0.99.17 |
2779 | 2024-05-23T03:36:11.394Z | Compiling tar v0.4.40 |
2780 | 2024-05-23T03:36:11.394Z | Compiling tokio-tungstenite v0.20.1 |
2781 | 2024-05-23T03:36:11.430Z | Compiling rayon v1.10.0 |
2782 | 2024-05-23T03:36:11.430Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2783 | 2024-05-23T03:36:11.430Z | Compiling password-hash v0.5.0 |
2784 | 2024-05-23T03:36:11.430Z | Compiling blake2 v0.10.6 |
2785 | 2024-05-23T03:36:11.430Z | Compiling bitstruct_derive v0.1.0 |
2786 | 2024-05-23T03:36:11.431Z | Compiling derive-where v1.2.7 |
2787 | 2024-05-23T03:36:11.431Z | Compiling memmap2 v0.9.4 |
2788 | 2024-05-23T03:36:11.431Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2789 | 2024-05-23T03:36:11.431Z | Compiling arrayref v0.3.7 |
2790 | 2024-05-23T03:36:11.431Z | Compiling arrayvec v0.7.4 |
2791 | 2024-05-23T03:36:11.431Z | Compiling constant_time_eq v0.3.0 |
2792 | 2024-05-23T03:36:11.431Z | Compiling ascii v1.1.0 |
2793 | 2024-05-23T03:36:11.431Z | Compiling untrusted v0.7.1 |
2794 | 2024-05-23T03:36:11.431Z | Compiling home v0.5.9 |
2795 | 2024-05-23T03:36:11.431Z | Compiling parking_lot_core v0.8.6 |
2796 | 2024-05-23T03:36:11.431Z | Compiling libefi-sys v0.1.0 |
2797 | 2024-05-23T03:36:11.431Z | Compiling toolchain_find v0.4.0 |
2798 | 2024-05-23T03:36:11.432Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2799 | 2024-05-23T03:36:11.510Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2800 | 2024-05-23T03:36:11.784Z | Compiling bitstruct v0.1.1 |
2801 | 2024-05-23T03:36:11.908Z | Compiling argon2 v0.5.3 |
2802 | 2024-05-23T03:36:12.366Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2803 | 2024-05-23T03:36:12.800Z | Compiling slog-stdlog v4.1.1 |
2804 | 2024-05-23T03:36:13.084Z | Compiling trust-dns-resolver v0.22.0 |
2805 | 2024-05-23T03:36:13.468Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2806 | 2024-05-23T03:36:13.568Z | Compiling num-rational v0.4.2 |
2807 | 2024-05-23T03:36:13.716Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2808 | 2024-05-23T03:36:14.109Z | Compiling erased-serde v0.3.31 |
2809 | 2024-05-23T03:36:14.231Z | Compiling serde_arrays v0.1.0 |
2810 | 2024-05-23T03:36:14.394Z | Compiling rfc6979 v0.4.0 |
2811 | 2024-05-23T03:36:14.593Z | Compiling aead v0.5.2 |
2812 | 2024-05-23T03:36:14.833Z | Compiling num-complex v0.4.6 |
2813 | 2024-05-23T03:36:14.874Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2814 | 2024-05-23T03:36:14.981Z | Compiling nibble_vec v0.1.0 |
2815 | 2024-05-23T03:36:15.187Z | Compiling slog-dtrace v0.3.0 |
2816 | 2024-05-23T03:36:15.262Z | Compiling topological-sort v0.2.2 |
2817 | 2024-05-23T03:36:15.393Z | Compiling keccak v0.1.5 |
2818 | 2024-05-23T03:36:15.459Z | Compiling endian-type v0.1.2 |
2819 | 2024-05-23T03:36:15.476Z | Compiling cancel-safe-futures v0.1.5 |
2820 | 2024-05-23T03:36:15.557Z | Compiling omicron-zone-package v0.11.0 |
2821 | 2024-05-23T03:36:15.666Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2822 | 2024-05-23T03:36:15.689Z | Compiling radix_trie v0.2.1 |
2823 | 2024-05-23T03:36:15.829Z | Compiling num v0.4.3 |
2824 | 2024-05-23T03:36:15.937Z | Compiling sha3 v0.10.8 |
2825 | 2024-05-23T03:36:16.060Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2826 | 2024-05-23T03:36:16.363Z | Compiling ecdsa v0.16.9 |
2827 | 2024-05-23T03:36:16.417Z | Compiling rand_core v0.5.1 |
2828 | 2024-05-23T03:36:16.954Z | Compiling mime_guess v2.0.4 |
2829 | 2024-05-23T03:36:17.012Z | Compiling slog-envlogger v2.2.0 |
2830 | 2024-05-23T03:36:17.243Z | Compiling steno v0.4.0 |
2831 | 2024-05-23T03:36:17.889Z | Compiling rustfmt-wrapper v0.2.1 |
2832 | 2024-05-23T03:36:18.926Z | Compiling poly1305 v0.8.0 |
2833 | 2024-05-23T03:36:19.092Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2834 | 2024-05-23T03:36:19.618Z | Compiling primeorder v0.13.6 |
2835 | 2024-05-23T03:36:19.837Z | Compiling heck v0.3.3 |
2836 | 2024-05-23T03:36:20.151Z | Compiling chacha20 v0.9.1 |
2837 | 2024-05-23T03:36:20.289Z | Compiling thiserror-impl-no-std v2.0.2 |
2838 | 2024-05-23T03:36:20.622Z | Compiling secrecy v0.8.0 |
2839 | 2024-05-23T03:36:20.711Z | Compiling half v2.4.1 |
2840 | 2024-05-23T03:36:20.866Z | Compiling ciborium-io v0.2.2 |
2841 | 2024-05-23T03:36:20.984Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2842 | 2024-05-23T03:36:21.001Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2843 | 2024-05-23T03:36:21.265Z | Compiling option-ext v0.2.0 |
2844 | 2024-05-23T03:36:21.279Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2845 | 2024-05-23T03:36:21.382Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2846 | 2024-05-23T03:36:21.398Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2847 | 2024-05-23T03:36:21.560Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2848 | 2024-05-23T03:36:22.211Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2849 | 2024-05-23T03:36:22.444Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2850 | 2024-05-23T03:36:22.659Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2851 | 2024-05-23T03:36:23.102Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2852 | 2024-05-23T03:36:23.433Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2853 | 2024-05-23T03:36:23.651Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2854 | 2024-05-23T03:36:23.730Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2855 | 2024-05-23T03:36:23.751Z | Compiling thiserror-no-std v2.0.2 |
2856 | 2024-05-23T03:36:23.804Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2857 | 2024-05-23T03:36:23.864Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2858 | 2024-05-23T03:36:24.034Z | Compiling dirs-sys v0.4.1 |
2859 | 2024-05-23T03:36:24.105Z | Compiling ciborium-ll v0.2.2 |
2860 | 2024-05-23T03:36:24.460Z | Compiling zone_cfg_derive v0.1.2 |
2861 | 2024-05-23T03:36:24.684Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2862 | 2024-05-23T03:36:25.062Z | Compiling parking_lot v0.11.2 |
2863 | 2024-05-23T03:36:25.119Z | Compiling rand_chacha v0.2.2 |
2864 | 2024-05-23T03:36:25.259Z | Compiling trust-dns-client v0.22.0 |
2865 | 2024-05-23T03:36:26.651Z | Compiling ed25519 v2.2.3 |
2866 | 2024-05-23T03:36:26.664Z | Compiling polyval v0.6.2 |
2867 | 2024-05-23T03:36:27.142Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2868 | 2024-05-23T03:36:27.174Z | Compiling tungstenite v0.21.0 |
2869 | 2024-05-23T03:36:27.340Z | Compiling ctr v0.9.2 |
2870 | 2024-05-23T03:36:27.583Z | Compiling blowfish v0.9.1 |
2871 | 2024-05-23T03:36:27.722Z | Compiling aes v0.8.4 |
2872 | 2024-05-23T03:36:28.026Z | Compiling libsw v3.3.1 |
2873 | 2024-05-23T03:36:28.376Z | Compiling toml v0.5.11 |
2874 | 2024-05-23T03:36:28.517Z | Compiling password-hash v0.4.2 |
2875 | 2024-05-23T03:36:29.438Z | Compiling pbkdf2 v0.12.2 |
2876 | 2024-05-23T03:36:29.514Z | Compiling gethostname v0.4.3 |
2877 | 2024-05-23T03:36:29.596Z | Compiling fxhash v0.2.1 |
2878 | 2024-05-23T03:36:29.798Z | Compiling swrite v0.1.0 |
2879 | 2024-05-23T03:36:29.812Z | Compiling base64 v0.13.1 |
2880 | 2024-05-23T03:36:29.831Z | Compiling linear-map v1.2.0 |
2881 | 2024-05-23T03:36:29.926Z | Compiling owo-colors v4.0.0 |
2882 | 2024-05-23T03:36:30.175Z | Compiling trust-dns-server v0.22.1 |
2883 | 2024-05-23T03:36:30.447Z | Compiling ron v0.7.1 |
2884 | 2024-05-23T03:36:30.559Z | Compiling sled v0.34.7 |
2885 | 2024-05-23T03:36:32.217Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2886 | 2024-05-23T03:36:32.268Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2887 | 2024-05-23T03:36:32.951Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2888 | 2024-05-23T03:36:37.306Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2889 | 2024-05-23T03:36:37.419Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2890 | 2024-05-23T03:36:38.201Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2891 | 2024-05-23T03:36:38.261Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2892 | 2024-05-23T03:36:39.132Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2893 | 2024-05-23T03:36:39.875Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2894 | 2024-05-23T03:36:40.614Z | Compiling bcrypt-pbkdf v0.10.0 |
2895 | 2024-05-23T03:36:41.246Z | Compiling pbkdf2 v0.11.0 |
2896 | 2024-05-23T03:36:41.386Z | Compiling tokio-tungstenite v0.21.0 |
2897 | 2024-05-23T03:36:41.619Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2898 | 2024-05-23T03:36:41.871Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2899 | 2024-05-23T03:36:41.922Z | Compiling ghash v0.5.1 |
2900 | 2024-05-23T03:36:42.079Z | Compiling ed25519-dalek v2.1.1 |
2901 | 2024-05-23T03:36:42.138Z | Compiling zone v0.1.8 |
2902 | 2024-05-23T03:36:42.644Z | Compiling rand v0.7.3 |
2903 | 2024-05-23T03:36:43.361Z | Compiling ciborium v0.2.2 |
2904 | 2024-05-23T03:36:43.606Z | Compiling dirs v5.0.1 |
2905 | 2024-05-23T03:36:43.855Z | Compiling vsss-rs v3.3.4 |
2906 | 2024-05-23T03:36:44.982Z | Compiling chacha20poly1305 v0.10.1 |
2907 | 2024-05-23T03:36:45.213Z | Compiling p521 v0.13.3 |
2908 | 2024-05-23T03:36:45.283Z | Compiling p256 v0.13.2 |
2909 | 2024-05-23T03:36:45.344Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2910 | 2024-05-23T03:36:46.149Z | Compiling pem v3.0.4 |
2911 | 2024-05-23T03:36:47.011Z | Compiling cbc v0.1.2 |
2912 | 2024-05-23T03:36:47.027Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2913 | 2024-05-23T03:36:47.291Z | Compiling headers-core v0.2.0 |
2914 | 2024-05-23T03:36:47.446Z | Compiling kstat-rs v0.2.3 |
2915 | 2024-05-23T03:36:47.470Z | Compiling portpicker v0.1.1 |
2916 | 2024-05-23T03:36:47.656Z | Compiling nanorand v0.7.0 |
2917 | 2024-05-23T03:36:47.769Z | Compiling russh-cryptovec v0.7.2 |
2918 | 2024-05-23T03:36:47.823Z | Compiling glob v0.3.1 |
2919 | 2024-05-23T03:36:48.090Z | Compiling http-range v0.1.5 |
2920 | 2024-05-23T03:36:48.093Z | Compiling md5 v0.7.0 |
2921 | 2024-05-23T03:36:48.246Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2922 | 2024-05-23T03:36:48.473Z | Compiling russh-keys v0.43.0 |
2923 | 2024-05-23T03:36:48.596Z | Compiling hyper-staticfile v0.9.5 |
2924 | 2024-05-23T03:36:48.628Z | Compiling flume v0.11.0 |
2925 | 2024-05-23T03:36:49.343Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2926 | 2024-05-23T03:36:49.566Z | Compiling headers v0.3.9 |
2927 | 2024-05-23T03:36:51.611Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2928 | 2024-05-23T03:36:52.068Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2929 | 2024-05-23T03:36:52.450Z | Compiling rcgen v0.12.1 |
2930 | 2024-05-23T03:36:52.645Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2931 | 2024-05-23T03:36:55.021Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2932 | 2024-05-23T03:36:55.102Z | Compiling aes-gcm v0.10.3 |
2933 | 2024-05-23T03:36:55.492Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2934 | 2024-05-23T03:36:55.973Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2935 | 2024-05-23T03:36:56.928Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2936 | 2024-05-23T03:36:58.625Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2937 | 2024-05-23T03:37:00.311Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2938 | 2024-05-23T03:37:02.131Z | Compiling atomicwrites v0.4.3 |
2939 | 2024-05-23T03:37:02.530Z | Compiling subprocess v0.2.9 |
2940 | 2024-05-23T03:37:02.982Z | Compiling hex-literal v0.4.1 |
2941 | 2024-05-23T03:37:03.146Z | Compiling dhcproto-macros v0.1.0 |
2942 | 2024-05-23T03:37:04.155Z | Compiling display-error-chain v0.2.0 |
2943 | 2024-05-23T03:37:04.334Z | Compiling dhcproto v0.11.0 |
2944 | 2024-05-23T03:37:04.657Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2945 | 2024-05-23T03:37:05.948Z | Compiling russh v0.43.0 |
2946 | 2024-05-23T03:37:06.860Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2947 | 2024-05-23T03:37:07.580Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2948 | 2024-05-23T03:37:07.828Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2949 | 2024-05-23T03:37:08.207Z | Compiling internet-checksum v0.2.1 |
2950 | 2024-05-23T03:37:09.010Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2951 | 2024-05-23T03:37:30.940Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2952 | 2024-05-23T03:38:15.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 52s |
2953 | 2024-05-23T03:38:15.543Z | |
2954 | 2024-05-23T03:38:15.550Z | real 3:52.998586874 |
2955 | 2024-05-23T03:38:15.550Z | user 20:47.885155366 |
2956 | 2024-05-23T03:38:15.550Z | sys 4:32.784297780 |
2957 | 2024-05-23T03:38:15.550Z | trap 0.628144962 |
2958 | 2024-05-23T03:38:15.550Z | tflt 0.500729577 |
2959 | 2024-05-23T03:38:15.551Z | dflt 2.383126711 |
2960 | 2024-05-23T03:38:15.551Z | kflt 0.000073061 |
2961 | 2024-05-23T03:38:15.551Z | lock 44:05.421520797 |
2962 | 2024-05-23T03:38:15.551Z | slp 59:41.334769181 |
2963 | 2024-05-23T03:38:15.551Z | lat 1:12.028812568 |
2964 | 2024-05-23T03:38:15.551Z | stop 2:39.740649672 |
2965 | 2024-05-23T03:38:15.551Z | + mkdir tests |
2966 | 2024-05-23T03:38:15.552Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2967 | 2024-05-23T03:38:15.552Z | + xargs -I '{}' -t cp '{}' tests/ |
2968 | 2024-05-23T03:38:16.862Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-451fa36426f63278 tests/ |
2969 | 2024-05-23T03:38:16.925Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-42bc164b1028ebb1 tests/ |
2970 | 2024-05-23T03:38:16.945Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-c665353dee2cc12b tests/ |
2971 | 2024-05-23T03:38:16.958Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-54d6d2c111a1c056 tests/ |
2972 | 2024-05-23T03:38:17.293Z | + files=(out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
2973 | 2024-05-23T03:38:17.300Z | + ptime -m tar cvzf /work/package.tar.gz out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-42bc164b1028ebb1 tests/commtest-c665353dee2cc12b tests/dhcp_server-451fa36426f63278 tests/end_to_end_tests-54d6d2c111a1c056 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2974 | 2024-05-23T03:39:20.475Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2975 | 2024-05-23T03:39:20.475Z | a out/target/test 1K |
2976 | 2024-05-23T03:39:20.475Z | a out/npuzone/npuzone 23144K |
2977 | 2024-05-23T03:39:20.475Z | a package-manifest.toml 27K |
2978 | 2024-05-23T03:39:20.475Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2979 | 2024-05-23T03:39:20.475Z | a target/release/omicron-package 31741K |
2980 | 2024-05-23T03:39:20.475Z | a target/release/xtask 6795K |
2981 | 2024-05-23T03:39:20.475Z | a target/debug/bootstrap 350367K |
2982 | 2024-05-23T03:39:20.475Z | a tests/bootstrap-42bc164b1028ebb1 23990K |
2983 | 2024-05-23T03:39:20.475Z | a tests/commtest-c665353dee2cc12b 23990K |
2984 | 2024-05-23T03:39:20.475Z | a tests/dhcp_server-451fa36426f63278 23990K |
2985 | 2024-05-23T03:39:20.475Z | a tests/end_to_end_tests-54d6d2c111a1c056 360517K |
2986 | 2024-05-23T03:39:20.475Z | a out/clickhouse.tar.gz 222974K |
2987 | 2024-05-23T03:39:20.475Z | a out/clickhouse_keeper.tar.gz 222958K |
2988 | 2024-05-23T03:39:20.475Z | a out/cockroachdb.tar.gz 120919K |
2989 | 2024-05-23T03:39:20.475Z | a out/crucible-pantry-zone.tar.gz 27264K |
2990 | 2024-05-23T03:39:20.475Z | a out/crucible-zone.tar.gz 38022K |
2991 | 2024-05-23T03:39:20.476Z | a out/external-dns.tar.gz 25058K |
2992 | 2024-05-23T03:39:20.476Z | a out/internal-dns.tar.gz 25058K |
2993 | 2024-05-23T03:39:20.476Z | a out/mg-ddm-gz.tar 60408K |
2994 | 2024-05-23T03:39:20.476Z | a out/nexus.tar.gz 81987K |
2995 | 2024-05-23T03:39:20.476Z | a out/ntp.tar.gz 8817K |
2996 | 2024-05-23T03:39:20.476Z | a out/omicron-gateway-softnpu.tar.gz 14597K |
2997 | 2024-05-23T03:39:20.476Z | a out/omicron-sled-agent.tar 93092K |
2998 | 2024-05-23T03:39:20.476Z | a out/overlay.tar.gz 3K |
2999 | 2024-05-23T03:39:20.476Z | a out/oximeter.tar.gz 40318K |
3000 | 2024-05-23T03:39:20.476Z | a out/oxlog.tar 2934K |
3001 | 2024-05-23T03:39:20.476Z | a out/probe.tar.gz 2764K |
3002 | 2024-05-23T03:39:20.476Z | a out/propolis-server.tar.gz 65435K |
3003 | 2024-05-23T03:39:20.476Z | a out/pumpkind-gz.tar 26665K |
3004 | 2024-05-23T03:39:20.476Z | a out/switch-softnpu.tar.gz 196023K |
3005 | 2024-05-23T03:39:20.481Z | |
3006 | 2024-05-23T03:39:20.481Z | real 1:03.174397747 |
3007 | 2024-05-23T03:39:20.481Z | user 1:00.427903635 |
3008 | 2024-05-23T03:39:20.481Z | sys 3.747118036 |
3009 | 2024-05-23T03:39:20.481Z | trap 0.014348304 |
3010 | 2024-05-23T03:39:20.481Z | tflt 0.000000000 |
3011 | 2024-05-23T03:39:20.481Z | dflt 0.000000000 |
3012 | 2024-05-23T03:39:20.481Z | kflt 0.000000000 |
3013 | 2024-05-23T03:39:20.481Z | lock 0.000000000 |
3014 | 2024-05-23T03:39:20.481Z | slp 1:00.394603649 |
3015 | 2024-05-23T03:39:20.481Z | lat 1.760496197 |
3016 | 2024-05-23T03:39:20.481Z | stop 0.000528242 |
3017 | 2024-05-23T03:39:20.481Z | process exited: duration 1694746 ms, exit code 0 |
|
3018 | 2024-05-23T03:39:20.499Z | found 1 output files |
3019 | 2024-05-23T03:39:20.499Z | uploading: /work/package.tar.gz (1382206404 bytes) |
3020 | 2024-05-23T03:46:42.044Z | uploaded: /work/package.tar.gz |