|
|
|
1 | 2024-03-15T12:41:48.519Z | job assigned to worker 01HS1209WRW9GYG5K036BN0X81 (queued for 2 m 7 s) |
|
2 | 2024-03-15T12:41:56.031Z | starting task 0: "setup" |
3 | 2024-03-15T12:41:56.065Z | ++ uname -s |
4 | 2024-03-15T12:41:56.069Z | + kern=SunOS |
5 | 2024-03-15T12:41:56.069Z | + case "$kern" in |
6 | 2024-03-15T12:41:56.069Z | + groupadd -g 12345 build |
7 | 2024-03-15T12:41:56.104Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-15T12:41:58.117Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-15T12:41:58.219Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-15T12:41:58.222Z | + home_fs=zfs |
11 | 2024-03-15T12:41:58.222Z | + [[ zfs == autofs ]] |
12 | 2024-03-15T12:41:58.222Z | + mkdir -p /home/build |
13 | 2024-03-15T12:41:58.225Z | + chown build:build /home/build /work |
14 | 2024-03-15T12:42:00.225Z | + chmod 0700 /home/build /work |
15 | 2024-03-15T12:42:00.229Z | process exited: duration 4202 ms, exit code 0 |
|
16 | 2024-03-15T12:42:00.235Z | starting task 1: "rust-toolchain" |
17 | 2024-03-15T12:42:00.242Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-15T12:42:00.246Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-03-15T12:42:00.367Z | info: downloading installer |
20 | 2024-03-15T12:42:02.314Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-15T12:42:02.314Z | warning: /opt/ooce/bin |
22 | 2024-03-15T12:42:02.314Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-15T12:42:02.314Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-15T12:42:02.314Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-15T12:42:02.314Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-15T12:42:02.314Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-15T12:42:02.314Z | error: cannot install while Rust is installed |
28 | 2024-03-15T12:42:02.314Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-15T12:42:02.464Z | info: profile set to 'default' |
30 | 2024-03-15T12:42:02.464Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-15T12:42:02.468Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-03-15T12:42:02.659Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-03-15T12:42:02.659Z | info: downloading component 'cargo' |
34 | 2024-03-15T12:42:03.797Z | info: downloading component 'clippy' |
35 | 2024-03-15T12:42:04.202Z | info: downloading component 'rust-docs' |
36 | 2024-03-15T12:42:05.694Z | info: downloading component 'rust-std' |
37 | 2024-03-15T12:42:08.314Z | info: downloading component 'rustc' |
38 | 2024-03-15T12:42:13.542Z | info: downloading component 'rustfmt' |
39 | 2024-03-15T12:42:13.934Z | info: installing component 'cargo' |
40 | 2024-03-15T12:42:14.773Z | info: installing component 'clippy' |
41 | 2024-03-15T12:42:15.126Z | info: installing component 'rust-docs' |
42 | 2024-03-15T12:42:16.569Z | info: installing component 'rust-std' |
43 | 2024-03-15T12:42:18.385Z | info: installing component 'rustc' |
44 | 2024-03-15T12:42:22.465Z | info: installing component 'rustfmt' |
45 | 2024-03-15T12:42:22.815Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-03-15T12:42:22.815Z | |
47 | 2024-03-15T12:42:23.095Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-03-15T12:42:23.095Z | |
49 | 2024-03-15T12:42:23.099Z | |
50 | 2024-03-15T12:42:23.099Z | Rust is installed now. Great! |
51 | 2024-03-15T12:42:23.099Z | |
52 | 2024-03-15T12:42:23.099Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-15T12:42:23.099Z | environment variable. This has not been done automatically. |
54 | 2024-03-15T12:42:23.099Z | |
55 | 2024-03-15T12:42:23.099Z | To configure your current shell, you need to source |
56 | 2024-03-15T12:42:23.099Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-03-15T12:42:23.099Z | |
58 | 2024-03-15T12:42:23.099Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-03-15T12:42:23.099Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-03-15T12:42:23.099Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-03-15T12:42:23.191Z | + rustc --version |
62 | 2024-03-15T12:42:23.256Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-03-15T12:42:23.259Z | process exited: duration 23021 ms, exit code 0 |
|
64 | 2024-03-15T12:42:23.265Z | starting task 2: "authentication" |
65 | 2024-03-15T12:42:23.291Z | process exited: duration 24 ms, exit code 0 |
|
66 | 2024-03-15T12:42:23.301Z | starting task 3: "clone repository" |
67 | 2024-03-15T12:42:23.305Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-03-15T12:42:23.309Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-03-15T12:42:23.561Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-03-15T12:42:30.997Z | + cd /work/oxidecomputer/omicron |
71 | 2024-03-15T12:42:30.997Z | + git fetch origin 6bafd890ffecea9e2d0d5f863d7e007539fc6fbf |
72 | 2024-03-15T12:42:31.315Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-03-15T12:42:31.315Z | * branch 6bafd890ffecea9e2d0d5f863d7e007539fc6fbf -> FETCH_HEAD |
74 | 2024-03-15T12:42:31.324Z | + [[ -n john/rss-handoff-sets-initial-blueprint ]] |
75 | 2024-03-15T12:42:31.327Z | ++ git branch --show-current |
76 | 2024-03-15T12:42:31.331Z | + current=main |
77 | 2024-03-15T12:42:31.331Z | + [[ main != john/rss-handoff-sets-initial-blueprint ]] |
78 | 2024-03-15T12:42:31.331Z | + git branch -f john/rss-handoff-sets-initial-blueprint 6bafd890ffecea9e2d0d5f863d7e007539fc6fbf |
79 | 2024-03-15T12:42:31.334Z | + git checkout -f john/rss-handoff-sets-initial-blueprint |
80 | 2024-03-15T12:42:31.452Z | Switched to branch 'john/rss-handoff-sets-initial-blueprint' |
81 | 2024-03-15T12:42:31.455Z | + git reset --hard 6bafd890ffecea9e2d0d5f863d7e007539fc6fbf |
82 | 2024-03-15T12:42:31.469Z | HEAD is now at 6bafd890f Merge remote-tracking branch 'origin/main' into john/rss-handoff-sets-initial-blueprint |
83 | 2024-03-15T12:42:31.472Z | process exited: duration 8171 ms, exit code 0 |
|
84 | 2024-03-15T12:42:31.481Z | starting task 4: "build" |
85 | 2024-03-15T12:42:31.484Z | + cargo --version |
86 | 2024-03-15T12:42:31.489Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
87 | 2024-03-15T12:42:31.644Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
88 | 2024-03-15T12:42:31.645Z | info: downloading component 'cargo' |
89 | 2024-03-15T12:42:32.632Z | info: downloading component 'clippy' |
90 | 2024-03-15T12:42:32.921Z | info: downloading component 'rust-docs' |
91 | 2024-03-15T12:42:34.112Z | info: downloading component 'rust-std' |
92 | 2024-03-15T12:42:35.729Z | info: downloading component 'rustc' |
93 | 2024-03-15T12:42:39.392Z | info: downloading component 'rustfmt' |
94 | 2024-03-15T12:42:39.592Z | info: installing component 'cargo' |
95 | 2024-03-15T12:42:40.457Z | info: installing component 'clippy' |
96 | 2024-03-15T12:42:40.787Z | info: installing component 'rust-docs' |
97 | 2024-03-15T12:42:42.267Z | info: installing component 'rust-std' |
98 | 2024-03-15T12:42:44.096Z | info: installing component 'rustc' |
99 | 2024-03-15T12:42:47.965Z | info: installing component 'rustfmt' |
100 | 2024-03-15T12:42:48.355Z | cargo 1.76.0 (c84b36747 2024-01-18) |
101 | 2024-03-15T12:42:48.358Z | + rustc --version |
102 | 2024-03-15T12:42:48.420Z | rustc 1.76.0 (07dca489a 2024-02-04) |
103 | 2024-03-15T12:42:48.423Z | + source ./env.sh |
104 | 2024-03-15T12:42:48.426Z | ++ set -o xtrace |
105 | 2024-03-15T12:42:48.429Z | ++++ dirname ./env.sh |
106 | 2024-03-15T12:42:48.466Z | +++ readlink -f . |
107 | 2024-03-15T12:42:48.510Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
108 | 2024-03-15T12:42:48.514Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2024-03-15T12:42:48.515Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2024-03-15T12:42:48.515Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
111 | 2024-03-15T12:42:48.515Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
112 | 2024-03-15T12:42:48.515Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
113 | 2024-03-15T12:42:48.515Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
114 | 2024-03-15T12:42:48.515Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
115 | 2024-03-15T12:42:48.515Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
116 | 2024-03-15T12:42:48.515Z | ++ unset OMICRON_WS |
117 | 2024-03-15T12:42:48.515Z | ++ set +o xtrace |
118 | 2024-03-15T12:42:48.515Z | |
119 | 2024-03-15T12:42:48.515Z | ##### ##### ###### ##### ###### #### # # # #### # |
120 | 2024-03-15T12:42:48.515Z | # # # # # # # # # # # # # # # |
121 | 2024-03-15T12:42:48.515Z | # # # # ##### # # ##### # # # # # #### # |
122 | 2024-03-15T12:42:48.515Z | ##### ##### # ##### # # # # # # # # # |
123 | 2024-03-15T12:42:48.515Z | # # # # # # # # # # # # # # # |
124 | 2024-03-15T12:42:48.515Z | # # # ###### # # ###### ### # #### # #### # |
125 | 2024-03-15T12:42:48.515Z | |
126 | 2024-03-15T12:42:56.677Z | Startup: Refreshing catalog 'helios-dev' ... Done |
127 | 2024-03-15T12:42:58.027Z | Startup: Caching catalogs ... Done |
128 | 2024-03-15T12:42:59.324Z | Planning: Solver setup ... Done (0.922s) |
129 | 2024-03-15T12:42:59.443Z | Planning: Running solver ... Done (0.119s) |
130 | 2024-03-15T12:42:59.585Z | Planning: Finding local manifests ... Done (0.119s) |
131 | 2024-03-15T12:42:59.597Z | Planning: Fetching manifests: 0/4 0% complete |
132 | 2024-03-15T12:42:59.886Z | Planning: Fetching manifests: 4/4 100% complete |
133 | 2024-03-15T12:42:59.935Z | Planning: Package planning ... Done (0.049s) |
134 | 2024-03-15T12:42:59.988Z | Planning: Merging actions ... Done (0.053s) |
135 | 2024-03-15T12:43:00.375Z | Planning: Checking for conflicting actions ... Done (0.386s) |
136 | 2024-03-15T12:43:00.386Z | Planning: Consolidating action changes ... Done (0.011s) |
137 | 2024-03-15T12:43:06.460Z | Planning: Evaluating mediators ... Done (6.074s) |
138 | 2024-03-15T12:43:06.470Z | Planning: Planning completed in 8.39 seconds |
139 | 2024-03-15T12:43:06.484Z | Packages to install: 4 |
140 | 2024-03-15T12:43:06.488Z | Mediators to change: 2 |
141 | 2024-03-15T12:43:06.488Z | Services to change: 1 |
142 | 2024-03-15T12:43:06.488Z | Estimated space available: 155.32 GB |
143 | 2024-03-15T12:43:06.488Z | Estimated space to be consumed: 1.42 GB |
144 | 2024-03-15T12:43:06.488Z | Create boot environment: No |
145 | 2024-03-15T12:43:06.488Z | Create backup boot environment: No |
146 | 2024-03-15T12:43:06.488Z | Rebuild boot archive: No |
147 | 2024-03-15T12:43:06.488Z | |
148 | 2024-03-15T12:43:06.488Z | Changed mediators: |
149 | 2024-03-15T12:43:06.488Z | mediator clang: |
150 | 2024-03-15T12:43:06.488Z | version: None -> 15 (system default) |
151 | 2024-03-15T12:43:06.488Z | |
152 | 2024-03-15T12:43:06.488Z | mediator llvm: |
153 | 2024-03-15T12:43:06.488Z | version: 14 (system default) -> 15 (system default) |
154 | 2024-03-15T12:43:06.488Z | |
155 | 2024-03-15T12:43:06.488Z | Changed packages: |
156 | 2024-03-15T12:43:06.488Z | helios-dev |
157 | 2024-03-15T12:43:06.489Z | developer/build-essential |
158 | 2024-03-15T12:43:06.489Z | None -> 11-2.0 |
159 | 2024-03-15T12:43:06.489Z | library/libxmlsec1 |
160 | 2024-03-15T12:43:06.489Z | None -> 1.2.35-2.0 |
161 | 2024-03-15T12:43:06.489Z | ooce/developer/clang-15 |
162 | 2024-03-15T12:43:06.489Z | None -> 15.0.7-2.0 |
163 | 2024-03-15T12:43:06.489Z | ooce/developer/llvm-15 |
164 | 2024-03-15T12:43:06.489Z | None -> 15.0.7-2.0 |
165 | 2024-03-15T12:43:06.489Z | |
166 | 2024-03-15T12:43:06.489Z | Services: |
167 | 2024-03-15T12:43:06.489Z | restart_fmri: |
168 | 2024-03-15T12:43:06.489Z | svc:/system/update-man-index:default |
169 | 2024-03-15T12:43:06.637Z | |
170 | 2024-03-15T12:43:06.637Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
171 | 2024-03-15T12:43:11.641Z | Download: 493/3290 items 17.0/212.6MB 7% complete (3.5M/s) |
172 | 2024-03-15T12:43:16.650Z | Download: 1156/3290 items 47.2/212.6MB 22% complete (4.7M/s) |
173 | 2024-03-15T12:43:22.193Z | Download: 1197/3290 items 77.9/212.6MB 36% complete (7.6M/s) |
174 | 2024-03-15T12:43:35.192Z | Download: 1198/3290 items 83.5/212.6MB 39% complete |
175 | 2024-03-15T12:43:40.195Z | Download: 1930/3290 items 118.5/212.6MB 55% complete (7.2M/s) |
176 | 2024-03-15T12:43:45.198Z | Download: 3111/3290 items 128.8/212.6MB 60% complete (4.5M/s) |
177 | 2024-03-15T12:43:50.710Z | Download: 3246/3290 items 203.1/212.6MB 95% complete (10.1M/s) |
178 | 2024-03-15T12:43:52.035Z | Download: Completed 212.60 MB in 45.40 seconds (4.7M/s) |
179 | 2024-03-15T12:43:52.210Z | Actions: 1/3689 actions (Installing new actions) |
180 | 2024-03-15T12:43:57.229Z | Actions: 3565/3689 actions (Installing new actions) |
181 | 2024-03-15T12:43:57.405Z | Actions: Completed 3689 actions in 5.19 seconds. |
182 | 2024-03-15T12:43:57.508Z | Done (0.099s) |
183 | 2024-03-15T12:43:57.508Z | Done (0.000s) |
184 | 2024-03-15T12:43:57.755Z | Done (0.246s) |
185 | 2024-03-15T12:44:03.131Z | Done (5.239s) |
186 | 2024-03-15T12:44:03.298Z | Done (0.096s) |
187 | 2024-03-15T12:44:03.302Z | Done (0.000s) |
188 | 2024-03-15T12:44:03.486Z | Done (0.000s) |
189 | 2024-03-15T12:44:04.002Z | Planning: Evaluating mediator changes ... Done |
190 | 2024-03-15T12:44:04.165Z | Planning: Checking for conflicting actions ... Done |
191 | 2024-03-15T12:44:04.168Z | Planning: Consolidating action changes ... Done |
192 | 2024-03-15T12:44:04.433Z | Planning: Evaluating mediators ... Done |
193 | 2024-03-15T12:44:04.436Z | Planning: Planning completed in 0.43 seconds |
194 | 2024-03-15T12:44:04.466Z | Mediators to change: 2 |
195 | 2024-03-15T12:44:04.466Z | Create boot environment: No |
196 | 2024-03-15T12:44:04.470Z | Create backup boot environment: No |
197 | 2024-03-15T12:44:04.543Z | Done |
198 | 2024-03-15T12:44:04.543Z | Done |
199 | 2024-03-15T12:44:04.685Z | Done |
200 | 2024-03-15T12:44:08.299Z | Done |
201 | 2024-03-15T12:44:08.388Z | Done |
202 | 2024-03-15T12:44:08.391Z | Done |
203 | 2024-03-15T12:44:08.498Z | Done |
204 | 2024-03-15T12:44:09.140Z | Planning: Evaluating mediator changes ... Done |
205 | 2024-03-15T12:44:09.144Z | Planning: Merging actions ... Done |
206 | 2024-03-15T12:44:09.329Z | Planning: Checking for conflicting actions ... Done |
207 | 2024-03-15T12:44:09.334Z | Planning: Consolidating action changes ... Done |
208 | 2024-03-15T12:44:09.596Z | Planning: Evaluating mediators ... Done |
209 | 2024-03-15T12:44:09.655Z | Planning: Planning completed in 0.78 seconds |
210 | 2024-03-15T12:44:09.686Z | Packages to change: 1 |
211 | 2024-03-15T12:44:09.687Z | Mediators to change: 1 |
212 | 2024-03-15T12:44:09.691Z | Services to change: 1 |
213 | 2024-03-15T12:44:09.691Z | Create boot environment: No |
214 | 2024-03-15T12:44:09.691Z | Create backup boot environment: Yes |
215 | 2024-03-15T12:44:11.698Z | Actions: 1/6 actions (Updating modified actions) |
216 | 2024-03-15T12:44:11.731Z | Actions: Completed 6 actions in 0.00 seconds. |
217 | 2024-03-15T12:44:11.732Z | Done |
218 | 2024-03-15T12:44:11.732Z | Done |
219 | 2024-03-15T12:44:12.164Z | Done |
220 | 2024-03-15T12:44:15.345Z | Done |
221 | 2024-03-15T12:44:15.435Z | Done |
222 | 2024-03-15T12:44:15.438Z | Done |
223 | 2024-03-15T12:44:15.586Z | Done |
224 | 2024-03-15T12:44:16.019Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
225 | 2024-03-15T12:44:16.019Z | clang system 15 system |
226 | 2024-03-15T12:44:16.019Z | csh system system illumos |
227 | 2024-03-15T12:44:16.019Z | ctags system system illumos |
228 | 2024-03-15T12:44:16.019Z | gcc vendor 12 vendor |
229 | 2024-03-15T12:44:16.019Z | gcc system 10 system |
230 | 2024-03-15T12:44:16.019Z | gcc system 7 system |
231 | 2024-03-15T12:44:16.019Z | go system 1.20 system |
232 | 2024-03-15T12:44:16.019Z | go system 1.19 system |
233 | 2024-03-15T12:44:16.019Z | llvm system 15 system |
234 | 2024-03-15T12:44:16.019Z | llvm system 14 system |
235 | 2024-03-15T12:44:16.019Z | mariadb system 10.6 system |
236 | 2024-03-15T12:44:16.019Z | mta vendor vendor dma |
237 | 2024-03-15T12:44:16.019Z | openjdk system 17 system |
238 | 2024-03-15T12:44:16.020Z | openjdk system 11 system |
239 | 2024-03-15T12:44:16.020Z | openjdk system 1.8 system |
240 | 2024-03-15T12:44:16.020Z | openssl vendor 3 vendor |
241 | 2024-03-15T12:44:16.020Z | perl system 5.36 system |
242 | 2024-03-15T12:44:16.020Z | postgresql system 15 system |
243 | 2024-03-15T12:44:16.020Z | postgresql system 13 system |
244 | 2024-03-15T12:44:16.020Z | python vendor 3 vendor |
245 | 2024-03-15T12:44:16.020Z | python system 2 system |
246 | 2024-03-15T12:44:16.020Z | python3 system 3.11 system |
247 | 2024-03-15T12:44:16.020Z | ruby system 3.0 system |
248 | 2024-03-15T12:44:16.020Z | words vendor vendor american-english |
249 | 2024-03-15T12:44:16.020Z | words system system australian-english |
250 | 2024-03-15T12:44:16.020Z | words system system british-english |
251 | 2024-03-15T12:44:16.020Z | words system system canadian-english |
252 | 2024-03-15T12:44:16.020Z | words system system french |
253 | 2024-03-15T12:44:16.020Z | words system system italian |
254 | 2024-03-15T12:44:16.020Z | words system system ngerman |
255 | 2024-03-15T12:44:16.020Z | words system system ogerman |
256 | 2024-03-15T12:44:16.020Z | words system system spanish |
257 | 2024-03-15T12:44:16.351Z | PUBLISHER TYPE STATUS P LOCATION |
258 | 2024-03-15T12:44:16.351Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
259 | 2024-03-15T12:44:17.559Z | FMRI IFO |
260 | 2024-03-15T12:44:17.559Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
261 | 2024-03-15T12:44:17.559Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
262 | 2024-03-15T12:44:17.560Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
263 | 2024-03-15T12:44:17.560Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
264 | 2024-03-15T12:44:17.560Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
265 | 2024-03-15T12:44:17.560Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
266 | 2024-03-15T12:44:17.560Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
267 | 2024-03-15T12:44:17.560Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
268 | 2024-03-15T12:44:17.560Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
269 | 2024-03-15T12:44:17.560Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
270 | 2024-03-15T12:44:17.560Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
271 | 2024-03-15T12:44:17.560Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
272 | 2024-03-15T12:44:17.786Z | + set -o errexit |
273 | 2024-03-15T12:44:17.789Z | +++ dirname ./tools/ci_download_cockroachdb |
274 | 2024-03-15T12:44:17.789Z | ++ cd ./tools |
275 | 2024-03-15T12:44:17.793Z | ++ pwd |
276 | 2024-03-15T12:44:17.793Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
277 | 2024-03-15T12:44:17.793Z | ++ basename ./tools/ci_download_cockroachdb |
278 | 2024-03-15T12:44:17.793Z | + ARG0=ci_download_cockroachdb |
279 | 2024-03-15T12:44:17.809Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
280 | 2024-03-15T12:44:17.809Z | + CIDL_VERSION=v22.1.9 |
281 | 2024-03-15T12:44:17.810Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
282 | 2024-03-15T12:44:17.810Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
283 | 2024-03-15T12:44:17.810Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
284 | 2024-03-15T12:44:17.810Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
285 | 2024-03-15T12:44:17.810Z | + TARGET_DIR=out |
286 | 2024-03-15T12:44:17.810Z | + DOWNLOAD_DIR=out/downloads |
287 | 2024-03-15T12:44:17.810Z | + DEST_DIR=./out/cockroachdb |
288 | 2024-03-15T12:44:17.810Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
289 | 2024-03-15T12:44:17.810Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
290 | 2024-03-15T12:44:17.810Z | + main |
291 | 2024-03-15T12:44:17.810Z | + [[ 0 != 0 ]] |
292 | 2024-03-15T12:44:17.810Z | + CIDL_OS=solaris2.11 |
293 | 2024-03-15T12:44:17.810Z | + [[ 0 != 0 ]] |
294 | 2024-03-15T12:44:17.810Z | + configure_os solaris2.11 |
295 | 2024-03-15T12:44:17.810Z | + echo 'current directory: /work/oxidecomputer/omicron' |
296 | 2024-03-15T12:44:17.810Z | current directory: /work/oxidecomputer/omicron |
297 | 2024-03-15T12:44:17.810Z | + echo 'configuring based on OS: "solaris2.11"' |
298 | 2024-03-15T12:44:17.810Z | + case "$1" in |
299 | 2024-03-15T12:44:17.810Z | + CIDL_BUILD=illumos |
300 | 2024-03-15T12:44:17.810Z | + CIDL_SUFFIX=tar.gz |
301 | 2024-03-15T12:44:17.810Z | configuring based on OS: "solaris2.11" |
302 | 2024-03-15T12:44:17.810Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
303 | 2024-03-15T12:44:17.811Z | + CIDL_URL_BASE=https://illumos.org/downloads |
304 | 2024-03-15T12:44:17.811Z | + CIDL_ASSEMBLE=do_assemble_illumos |
305 | 2024-03-15T12:44:17.811Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
306 | 2024-03-15T12:44:17.811Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
307 | 2024-03-15T12:44:17.811Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2024-03-15T12:44:17.811Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
309 | 2024-03-15T12:44:17.811Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
310 | 2024-03-15T12:44:17.811Z | + CIDL_SHA256FUNC=do_sha256sum |
311 | 2024-03-15T12:44:17.811Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
312 | 2024-03-15T12:44:17.811Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
313 | 2024-03-15T12:44:17.811Z | + mkdir -p out/downloads |
314 | 2024-03-15T12:44:17.811Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
315 | 2024-03-15T12:44:17.811Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
316 | 2024-03-15T12:44:17.811Z | + mkdir -p ./out/cockroachdb |
317 | 2024-03-15T12:44:17.811Z | + local DO_DOWNLOAD=true |
318 | 2024-03-15T12:44:17.811Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
319 | 2024-03-15T12:44:17.811Z | + '[' true == true ']' |
320 | 2024-03-15T12:44:17.811Z | + echo Downloading... |
321 | 2024-03-15T12:44:17.811Z | Downloading... |
322 | 2024-03-15T12:44:17.811Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
323 | 2024-03-15T12:44:17.811Z | + 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 |
324 | 2024-03-15T12:44:22.540Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
325 | 2024-03-15T12:44:22.543Z | ++ sha256sum |
326 | 2024-03-15T12:44:22.543Z | ++ awk '{print $1}' |
327 | 2024-03-15T12:44:22.657Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
328 | 2024-03-15T12:44:22.657Z | + [[ 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 ]] |
329 | 2024-03-15T12:44:22.660Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
330 | 2024-03-15T12:44:22.660Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
331 | 2024-03-15T12:44:24.828Z | + do_assemble_illumos |
332 | 2024-03-15T12:44:24.829Z | + rm -r ./out/cockroachdb |
333 | 2024-03-15T12:44:24.832Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
334 | 2024-03-15T12:44:25.285Z | + ./out/cockroachdb/bin/cockroach version |
335 | 2024-03-15T12:44:25.449Z | Build Tag: v22.1.9-dirty |
336 | 2024-03-15T12:44:25.449Z | Build Time: 2022/10/26 21:17:46 |
337 | 2024-03-15T12:44:25.449Z | Distribution: OSS |
338 | 2024-03-15T12:44:25.449Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
339 | 2024-03-15T12:44:25.449Z | Go Version: go1.17.13 |
340 | 2024-03-15T12:44:25.449Z | C Compiler: gcc 10.3.0 |
341 | 2024-03-15T12:44:25.449Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
342 | 2024-03-15T12:44:25.449Z | Build Type: release |
343 | 2024-03-15T12:44:25.465Z | + set -o errexit |
344 | 2024-03-15T12:44:25.468Z | +++ dirname ./tools/ci_download_clickhouse |
345 | 2024-03-15T12:44:25.471Z | ++ cd ./tools |
346 | 2024-03-15T12:44:25.471Z | ++ pwd |
347 | 2024-03-15T12:44:25.471Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
348 | 2024-03-15T12:44:25.471Z | ++ basename ./tools/ci_download_clickhouse |
349 | 2024-03-15T12:44:25.471Z | + ARG0=ci_download_clickhouse |
350 | 2024-03-15T12:44:25.471Z | + TARGET_DIR=out |
351 | 2024-03-15T12:44:25.471Z | + DOWNLOAD_DIR=out/downloads |
352 | 2024-03-15T12:44:25.471Z | + DEST_DIR=./out/clickhouse |
353 | 2024-03-15T12:44:25.476Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
354 | 2024-03-15T12:44:25.476Z | + CIDL_VERSION=v23.8.7.24 |
355 | 2024-03-15T12:44:25.476Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
356 | 2024-03-15T12:44:25.476Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
357 | 2024-03-15T12:44:25.476Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
358 | 2024-03-15T12:44:25.476Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
359 | 2024-03-15T12:44:25.477Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
360 | 2024-03-15T12:44:25.477Z | + main |
361 | 2024-03-15T12:44:25.477Z | + [[ 0 != 0 ]] |
362 | 2024-03-15T12:44:25.477Z | + CIDL_OS=solaris2.11 |
363 | 2024-03-15T12:44:25.477Z | + [[ 0 != 0 ]] |
364 | 2024-03-15T12:44:25.477Z | + configure_os solaris2.11 |
365 | 2024-03-15T12:44:25.477Z | + echo 'current directory: /work/oxidecomputer/omicron' |
366 | 2024-03-15T12:44:25.477Z | + echo 'configuring based on OS: "solaris2.11"' |
367 | 2024-03-15T12:44:25.477Z | current directory: /work/oxidecomputer/omicron |
368 | 2024-03-15T12:44:25.477Z | configuring based on OS: "solaris2.11" |
369 | 2024-03-15T12:44:25.477Z | + CIDL_DASHREV= |
370 | 2024-03-15T12:44:25.477Z | + case "$1" in |
371 | 2024-03-15T12:44:25.477Z | + CIDL_PLATFORM=illumos |
372 | 2024-03-15T12:44:25.477Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
373 | 2024-03-15T12:44:25.477Z | + CIDL_MD5FUNC=do_md5sum |
374 | 2024-03-15T12:44:25.477Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
375 | 2024-03-15T12:44:25.477Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
376 | 2024-03-15T12:44:25.477Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
377 | 2024-03-15T12:44:25.477Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
378 | 2024-03-15T12:44:25.477Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
379 | 2024-03-15T12:44:25.477Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
380 | 2024-03-15T12:44:25.478Z | + mkdir -p out/downloads |
381 | 2024-03-15T12:44:25.478Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
382 | 2024-03-15T12:44:25.478Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
383 | 2024-03-15T12:44:25.481Z | + mkdir -p ./out/clickhouse |
384 | 2024-03-15T12:44:25.481Z | + local DO_DOWNLOAD=true |
385 | 2024-03-15T12:44:25.481Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
386 | 2024-03-15T12:44:25.481Z | + '[' true == true ']' |
387 | 2024-03-15T12:44:25.481Z | + echo Downloading... |
388 | 2024-03-15T12:44:25.481Z | Downloading... |
389 | 2024-03-15T12:44:25.481Z | + 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 |
390 | 2024-03-15T12:44:25.481Z | + 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 |
391 | 2024-03-15T12:44:27.115Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
392 | 2024-03-15T12:44:27.119Z | ++ md5sum |
393 | 2024-03-15T12:44:27.119Z | ++ awk '{print $1}' |
394 | 2024-03-15T12:44:27.342Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
395 | 2024-03-15T12:44:27.342Z | + [[ 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 ]] |
396 | 2024-03-15T12:44:27.346Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
397 | 2024-03-15T12:44:27.346Z | + mkdir -p ./out/clickhouse |
398 | 2024-03-15T12:44:27.346Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
399 | 2024-03-15T12:44:31.210Z | + [[ solaris2.11 == darwin* ]] |
400 | 2024-03-15T12:44:31.210Z | + ./out/clickhouse/clickhouse server --version |
401 | 2024-03-15T12:44:31.463Z | ClickHouse server version 23.8.7.1. |
402 | 2024-03-15T12:44:31.483Z | + set -o errexit |
403 | 2024-03-15T12:44:31.487Z | +++ dirname ./tools/ci_download_console |
404 | 2024-03-15T12:44:31.490Z | ++ cd ./tools |
405 | 2024-03-15T12:44:31.490Z | ++ pwd |
406 | 2024-03-15T12:44:31.491Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
407 | 2024-03-15T12:44:31.491Z | ++ basename ./tools/ci_download_console |
408 | 2024-03-15T12:44:31.491Z | + ARG0=ci_download_console |
409 | 2024-03-15T12:44:31.491Z | + TARGET_DIR=out |
410 | 2024-03-15T12:44:31.491Z | + DOWNLOAD_DIR=out/downloads |
411 | 2024-03-15T12:44:31.491Z | + DEST_DIR=./out/console-assets |
412 | 2024-03-15T12:44:31.491Z | + source /work/oxidecomputer/omicron/tools/console_version |
413 | 2024-03-15T12:44:31.491Z | ++ COMMIT=784e8aac273dc282b6218994d09042aa5928a198 |
414 | 2024-03-15T12:44:31.491Z | ++ SHA2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 |
415 | 2024-03-15T12:44:31.491Z | + URL=https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
416 | 2024-03-15T12:44:31.491Z | + TARBALL_FILE=out/downloads/console.tar.gz |
417 | 2024-03-15T12:44:31.491Z | + main |
418 | 2024-03-15T12:44:31.491Z | + [[ 0 != 0 ]] |
419 | 2024-03-15T12:44:31.491Z | + echo 'URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz' |
420 | 2024-03-15T12:44:31.491Z | URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
421 | 2024-03-15T12:44:31.491Z | + echo 'Local file: out/downloads/console.tar.gz' |
422 | 2024-03-15T12:44:31.491Z | Local file: out/downloads/console.tar.gz |
423 | 2024-03-15T12:44:31.491Z | + local DO_DOWNLOAD=true |
424 | 2024-03-15T12:44:31.491Z | + [[ -f out/downloads/console.tar.gz ]] |
425 | 2024-03-15T12:44:31.491Z | + mkdir -p out/downloads |
426 | 2024-03-15T12:44:31.495Z | + '[' true == true ']' |
427 | 2024-03-15T12:44:31.495Z | + echo Downloading... |
428 | 2024-03-15T12:44:31.495Z | Downloading... |
429 | 2024-03-15T12:44:31.495Z | + do_download_curl https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz out/downloads/console.tar.gz |
430 | 2024-03-15T12:44:31.495Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
431 | 2024-03-15T12:44:32.066Z | ++ do_sha256sum out/downloads/console.tar.gz |
432 | 2024-03-15T12:44:32.073Z | ++ case "$OSTYPE" in |
433 | 2024-03-15T12:44:32.073Z | ++ SHA=sha256sum |
434 | 2024-03-15T12:44:32.073Z | ++ sha256sum |
435 | 2024-03-15T12:44:32.073Z | ++ awk '{print $1}' |
436 | 2024-03-15T12:44:32.076Z | + calculated_sha2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 |
437 | 2024-03-15T12:44:32.077Z | + [[ b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 != \b\5\a\f\d\1\2\4\3\e\4\0\e\8\6\d\3\a\7\7\9\f\0\8\9\f\e\6\1\e\d\9\c\b\3\f\b\b\d\6\d\5\9\e\5\4\7\e\5\2\2\a\5\9\c\1\b\0\e\4\b\7\d\8 ]] |
438 | 2024-03-15T12:44:32.077Z | + rm -rf ./out/console-assets |
439 | 2024-03-15T12:44:32.077Z | + mkdir -p ./out/console-assets |
440 | 2024-03-15T12:44:32.083Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
441 | 2024-03-15T12:44:32.083Z | + mkdir -p ./out/console-assets |
442 | 2024-03-15T12:44:32.083Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
443 | 2024-03-15T12:44:32.174Z | + set -o errexit |
444 | 2024-03-15T12:44:32.178Z | +++ dirname ./tools/ci_download_maghemite_openapi |
445 | 2024-03-15T12:44:32.181Z | ++ cd ./tools |
446 | 2024-03-15T12:44:32.181Z | ++ pwd |
447 | 2024-03-15T12:44:32.181Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
448 | 2024-03-15T12:44:32.181Z | ++ basename ./tools/ci_download_maghemite_openapi |
449 | 2024-03-15T12:44:32.181Z | + ARG0=ci_download_maghemite_openapi |
450 | 2024-03-15T12:44:32.181Z | + TARGET_DIR=out |
451 | 2024-03-15T12:44:32.181Z | + DOWNLOAD_DIR=out/downloads |
452 | 2024-03-15T12:44:32.181Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
453 | 2024-03-15T12:44:32.181Z | ++ COMMIT=ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba |
454 | 2024-03-15T12:44:32.181Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
455 | 2024-03-15T12:44:32.181Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json |
456 | 2024-03-15T12:44:32.181Z | + LOCAL_FILE=out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
457 | 2024-03-15T12:44:32.182Z | + main |
458 | 2024-03-15T12:44:32.182Z | + rm -rf out/downloads/root |
459 | 2024-03-15T12:44:32.186Z | + [[ 0 != 0 ]] |
460 | 2024-03-15T12:44:32.186Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json' |
461 | 2024-03-15T12:44:32.186Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json |
462 | 2024-03-15T12:44:32.186Z | + echo 'Local file: out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json' |
463 | 2024-03-15T12:44:32.186Z | Local file: out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
464 | 2024-03-15T12:44:32.186Z | + local DO_DOWNLOAD=true |
465 | 2024-03-15T12:44:32.186Z | + [[ -f out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json ]] |
466 | 2024-03-15T12:44:32.186Z | + mkdir -p out/downloads |
467 | 2024-03-15T12:44:32.186Z | + '[' true == true ']' |
468 | 2024-03-15T12:44:32.186Z | + echo Downloading... |
469 | 2024-03-15T12:44:32.186Z | Downloading... |
470 | 2024-03-15T12:44:32.186Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
471 | 2024-03-15T12:44:32.186Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json |
472 | 2024-03-15T12:44:32.433Z | ++ do_sha256sum out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
473 | 2024-03-15T12:44:32.433Z | ++ case "$OSTYPE" in |
474 | 2024-03-15T12:44:32.436Z | ++ SHA=sha256sum |
475 | 2024-03-15T12:44:32.436Z | ++ sha256sum |
476 | 2024-03-15T12:44:32.436Z | ++ awk '{print $1}' |
477 | 2024-03-15T12:44:32.439Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
478 | 2024-03-15T12:44:32.439Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
479 | 2024-03-15T12:44:32.439Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
480 | 2024-03-15T12:44:32.439Z | ++ COMMIT=ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba |
481 | 2024-03-15T12:44:32.440Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
482 | 2024-03-15T12:44:32.440Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json |
483 | 2024-03-15T12:44:32.440Z | + LOCAL_FILE=out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
484 | 2024-03-15T12:44:32.440Z | + main |
485 | 2024-03-15T12:44:32.440Z | + rm -rf out/downloads/root |
486 | 2024-03-15T12:44:32.444Z | + [[ 0 != 0 ]] |
487 | 2024-03-15T12:44:32.444Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json' |
488 | 2024-03-15T12:44:32.444Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json |
489 | 2024-03-15T12:44:32.444Z | + echo 'Local file: out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json' |
490 | 2024-03-15T12:44:32.444Z | Local file: out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
491 | 2024-03-15T12:44:32.444Z | + local DO_DOWNLOAD=true |
492 | 2024-03-15T12:44:32.444Z | + [[ -f out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json ]] |
493 | 2024-03-15T12:44:32.444Z | + mkdir -p out/downloads |
494 | 2024-03-15T12:44:32.445Z | + '[' true == true ']' |
495 | 2024-03-15T12:44:32.445Z | + echo Downloading... |
496 | 2024-03-15T12:44:32.445Z | Downloading... |
497 | 2024-03-15T12:44:32.445Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
498 | 2024-03-15T12:44:32.445Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json |
499 | 2024-03-15T12:44:32.544Z | ++ do_sha256sum out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
500 | 2024-03-15T12:44:32.547Z | ++ case "$OSTYPE" in |
501 | 2024-03-15T12:44:32.547Z | ++ SHA=sha256sum |
502 | 2024-03-15T12:44:32.547Z | ++ sha256sum |
503 | 2024-03-15T12:44:32.547Z | ++ awk '{print $1}' |
504 | 2024-03-15T12:44:32.551Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
505 | 2024-03-15T12:44:32.551Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
506 | 2024-03-15T12:44:32.556Z | + set -o errexit |
507 | 2024-03-15T12:44:32.560Z | +++ dirname ./tools/ci_download_dendrite_openapi |
508 | 2024-03-15T12:44:32.565Z | ++ cd ./tools |
509 | 2024-03-15T12:44:32.565Z | ++ pwd |
510 | 2024-03-15T12:44:32.565Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
511 | 2024-03-15T12:44:32.565Z | ++ basename ./tools/ci_download_dendrite_openapi |
512 | 2024-03-15T12:44:32.565Z | + ARG0=ci_download_dendrite_openapi |
513 | 2024-03-15T12:44:32.565Z | + TARGET_DIR=out |
514 | 2024-03-15T12:44:32.565Z | + DOWNLOAD_DIR=out/downloads |
515 | 2024-03-15T12:44:32.565Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
516 | 2024-03-15T12:44:32.565Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
517 | 2024-03-15T12:44:32.565Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
518 | 2024-03-15T12:44:32.565Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
519 | 2024-03-15T12:44:32.565Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
520 | 2024-03-15T12:44:32.565Z | + main |
521 | 2024-03-15T12:44:32.565Z | + [[ 0 != 0 ]] |
522 | 2024-03-15T12:44:32.566Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
523 | 2024-03-15T12:44:32.566Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
524 | 2024-03-15T12:44:32.566Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
525 | 2024-03-15T12:44:32.566Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
526 | 2024-03-15T12:44:32.566Z | + local DO_DOWNLOAD=true |
527 | 2024-03-15T12:44:32.566Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
528 | 2024-03-15T12:44:32.566Z | + mkdir -p out/downloads |
529 | 2024-03-15T12:44:32.570Z | + '[' true == true ']' |
530 | 2024-03-15T12:44:32.570Z | + echo Downloading... |
531 | 2024-03-15T12:44:32.570Z | Downloading... |
532 | 2024-03-15T12:44:32.570Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
533 | 2024-03-15T12:44:32.570Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
534 | 2024-03-15T12:44:32.673Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
535 | 2024-03-15T12:44:32.673Z | ++ case "$OSTYPE" in |
536 | 2024-03-15T12:44:32.673Z | ++ SHA=sha256sum |
537 | 2024-03-15T12:44:32.677Z | ++ sha256sum |
538 | 2024-03-15T12:44:32.677Z | ++ awk '{print $1}' |
539 | 2024-03-15T12:44:32.681Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
540 | 2024-03-15T12:44:32.681Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
541 | 2024-03-15T12:44:32.689Z | + set -o errexit |
542 | 2024-03-15T12:44:32.692Z | +++ dirname ./tools/ci_download_dendrite_stub |
543 | 2024-03-15T12:44:32.692Z | ++ cd ./tools |
544 | 2024-03-15T12:44:32.692Z | ++ pwd |
545 | 2024-03-15T12:44:32.692Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
546 | 2024-03-15T12:44:32.696Z | ++ basename ./tools/ci_download_dendrite_stub |
547 | 2024-03-15T12:44:32.696Z | + ARG0=ci_download_dendrite_stub |
548 | 2024-03-15T12:44:32.696Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
549 | 2024-03-15T12:44:32.696Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
550 | 2024-03-15T12:44:32.696Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
551 | 2024-03-15T12:44:32.696Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
552 | 2024-03-15T12:44:32.696Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
553 | 2024-03-15T12:44:32.696Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
554 | 2024-03-15T12:44:32.696Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
555 | 2024-03-15T12:44:32.696Z | + TARGET_DIR=out |
556 | 2024-03-15T12:44:32.696Z | + DOWNLOAD_DIR=out/downloads |
557 | 2024-03-15T12:44:32.696Z | + DEST_DIR=./out/dendrite-stub |
558 | 2024-03-15T12:44:32.696Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
559 | 2024-03-15T12:44:32.696Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
560 | 2024-03-15T12:44:32.697Z | + REPO=oxidecomputer/dendrite |
561 | 2024-03-15T12:44:32.697Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
562 | 2024-03-15T12:44:32.697Z | + main |
563 | 2024-03-15T12:44:32.697Z | + [[ 0 != 0 ]] |
564 | 2024-03-15T12:44:32.697Z | + CIDL_OS=solaris2.11 |
565 | 2024-03-15T12:44:32.697Z | + [[ 0 != 0 ]] |
566 | 2024-03-15T12:44:32.697Z | + configure_os solaris2.11 |
567 | 2024-03-15T12:44:32.697Z | + echo 'current directory: /work/oxidecomputer/omicron' |
568 | 2024-03-15T12:44:32.697Z | current directory: /work/oxidecomputer/omicron |
569 | 2024-03-15T12:44:32.697Z | + echo 'configuring based on OS: "solaris2.11"' |
570 | 2024-03-15T12:44:32.697Z | + case "$1" in |
571 | 2024-03-15T12:44:32.697Z | configuring based on OS: "solaris2.11" |
572 | 2024-03-15T12:44:32.697Z | + SET_BINARIES= |
573 | 2024-03-15T12:44:32.697Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
574 | 2024-03-15T12:44:32.697Z | + CIDL_SHA256FUNC=do_sha256sum |
575 | 2024-03-15T12:44:32.697Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
576 | 2024-03-15T12:44:32.697Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
577 | 2024-03-15T12:44:32.697Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
578 | 2024-03-15T12:44:32.697Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
579 | 2024-03-15T12:44:32.697Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
580 | 2024-03-15T12:44:32.697Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
581 | 2024-03-15T12:44:32.697Z | + mkdir -p out/downloads |
582 | 2024-03-15T12:44:32.697Z | Local file: out/downloads/dendrite-stub.tar.gz |
583 | 2024-03-15T12:44:32.701Z | + mkdir -p ./out/dendrite-stub |
584 | 2024-03-15T12:44:32.701Z | + fetch_and_verify |
585 | 2024-03-15T12:44:32.701Z | + local DO_DOWNLOAD=true |
586 | 2024-03-15T12:44:32.701Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
587 | 2024-03-15T12:44:32.701Z | + '[' true == true ']' |
588 | 2024-03-15T12:44:32.701Z | + echo Downloading... |
589 | 2024-03-15T12:44:32.701Z | Downloading... |
590 | 2024-03-15T12:44:32.701Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
591 | 2024-03-15T12:44:32.701Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
592 | 2024-03-15T12:44:34.550Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
593 | 2024-03-15T12:44:34.553Z | ++ sha256sum |
594 | 2024-03-15T12:44:34.553Z | ++ awk '{print $1}' |
595 | 2024-03-15T12:44:34.574Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
596 | 2024-03-15T12:44:34.577Z | + [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]] |
597 | 2024-03-15T12:44:34.577Z | + do_untar out/downloads/dendrite-stub.tar.gz |
598 | 2024-03-15T12:44:34.577Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
599 | 2024-03-15T12:44:35.279Z | + do_assemble |
600 | 2024-03-15T12:44:35.279Z | + rm -r ./out/dendrite-stub |
601 | 2024-03-15T12:44:35.282Z | + mkdir ./out/dendrite-stub |
602 | 2024-03-15T12:44:35.285Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
603 | 2024-03-15T12:44:35.384Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
604 | 2024-03-15T12:44:35.394Z | + set -o errexit |
605 | 2024-03-15T12:44:35.397Z | +++ dirname ./tools/ci_download_maghemite_mgd |
606 | 2024-03-15T12:44:35.400Z | ++ cd ./tools |
607 | 2024-03-15T12:44:35.400Z | ++ pwd |
608 | 2024-03-15T12:44:35.400Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
609 | 2024-03-15T12:44:35.400Z | ++ basename ./tools/ci_download_maghemite_mgd |
610 | 2024-03-15T12:44:35.403Z | + ARG0=ci_download_maghemite_mgd |
611 | 2024-03-15T12:44:35.403Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
612 | 2024-03-15T12:44:35.403Z | ++ CIDL_SHA256=151aeb26414989cad571b3886786efbeeafd91c41a93a747c784cdc654d5876d |
613 | 2024-03-15T12:44:35.403Z | ++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511 |
614 | 2024-03-15T12:44:35.404Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
615 | 2024-03-15T12:44:35.404Z | ++ COMMIT=ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba |
616 | 2024-03-15T12:44:35.404Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
617 | 2024-03-15T12:44:35.404Z | + TARGET_DIR=out |
618 | 2024-03-15T12:44:35.404Z | + DOWNLOAD_DIR=out/downloads |
619 | 2024-03-15T12:44:35.404Z | + DEST_DIR=./out/mgd |
620 | 2024-03-15T12:44:35.404Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
621 | 2024-03-15T12:44:35.404Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
622 | 2024-03-15T12:44:35.404Z | + REPO=oxidecomputer/maghemite |
623 | 2024-03-15T12:44:35.404Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba |
624 | 2024-03-15T12:44:35.404Z | + main |
625 | 2024-03-15T12:44:35.404Z | + rm -rf out/downloads/root |
626 | 2024-03-15T12:44:35.413Z | + [[ 0 != 0 ]] |
627 | 2024-03-15T12:44:35.413Z | + CIDL_OS=solaris2.11 |
628 | 2024-03-15T12:44:35.413Z | + [[ 0 != 0 ]] |
629 | 2024-03-15T12:44:35.413Z | + configure_os solaris2.11 |
630 | 2024-03-15T12:44:35.417Z | + echo 'current directory: /work/oxidecomputer/omicron' |
631 | 2024-03-15T12:44:35.417Z | current directory: /work/oxidecomputer/omicron |
632 | 2024-03-15T12:44:35.417Z | configuring based on OS: "solaris2.11" |
633 | 2024-03-15T12:44:35.417Z | + echo 'configuring based on OS: "solaris2.11"' |
634 | 2024-03-15T12:44:35.417Z | + case "$1" in |
635 | 2024-03-15T12:44:35.417Z | + SET_BINARIES= |
636 | 2024-03-15T12:44:35.417Z | + CIDL_SHA256FUNC=do_sha256sum |
637 | 2024-03-15T12:44:35.417Z | + TARBALL_FILENAME=mgd.tar.gz |
638 | 2024-03-15T12:44:35.417Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz |
639 | 2024-03-15T12:44:35.417Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
640 | 2024-03-15T12:44:35.417Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz' |
641 | 2024-03-15T12:44:35.417Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
642 | 2024-03-15T12:44:35.417Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz |
643 | 2024-03-15T12:44:35.417Z | Local file: out/downloads/mgd.tar.gz |
644 | 2024-03-15T12:44:35.417Z | + mkdir -p out/downloads |
645 | 2024-03-15T12:44:35.417Z | + mkdir -p ./out/mgd |
646 | 2024-03-15T12:44:35.421Z | + fetch_and_verify |
647 | 2024-03-15T12:44:35.421Z | + local DO_DOWNLOAD=true |
648 | 2024-03-15T12:44:35.421Z | + [[ -f out/downloads/mgd.tar.gz ]] |
649 | 2024-03-15T12:44:35.421Z | + '[' true == true ']' |
650 | 2024-03-15T12:44:35.421Z | + echo Downloading... |
651 | 2024-03-15T12:44:35.421Z | Downloading... |
652 | 2024-03-15T12:44:35.421Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz out/downloads/mgd.tar.gz |
653 | 2024-03-15T12:44:35.421Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz |
654 | 2024-03-15T12:44:42.267Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
655 | 2024-03-15T12:44:42.281Z | ++ sha256sum |
656 | 2024-03-15T12:44:42.281Z | ++ awk '{print $1}' |
657 | 2024-03-15T12:44:42.289Z | + calculated_sha256=151aeb26414989cad571b3886786efbeeafd91c41a93a747c784cdc654d5876d |
658 | 2024-03-15T12:44:42.289Z | + [[ 151aeb26414989cad571b3886786efbeeafd91c41a93a747c784cdc654d5876d != \1\5\1\a\e\b\2\6\4\1\4\9\8\9\c\a\d\5\7\1\b\3\8\8\6\7\8\6\e\f\b\e\e\a\f\d\9\1\c\4\1\a\9\3\a\7\4\7\c\7\8\4\c\d\c\6\5\4\d\5\8\7\6\d ]] |
659 | 2024-03-15T12:44:42.289Z | + do_untar out/downloads/mgd.tar.gz |
660 | 2024-03-15T12:44:42.289Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
661 | 2024-03-15T12:44:42.732Z | + do_assemble |
662 | 2024-03-15T12:44:42.732Z | + rm -r ./out/mgd |
663 | 2024-03-15T12:44:42.735Z | + mkdir ./out/mgd |
664 | 2024-03-15T12:44:42.738Z | + cp -r out/downloads/root ./out/mgd/root |
665 | 2024-03-15T12:44:42.805Z | + set -o errexit |
666 | 2024-03-15T12:44:43.243Z | +++ dirname ./tools/ci_download_transceiver_control |
667 | 2024-03-15T12:44:43.243Z | ++ cd ./tools |
668 | 2024-03-15T12:44:43.243Z | ++ pwd |
669 | 2024-03-15T12:44:43.243Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
670 | 2024-03-15T12:44:43.244Z | ++ basename ./tools/ci_download_transceiver_control |
671 | 2024-03-15T12:44:43.244Z | + ARG0=ci_download_transceiver_control |
672 | 2024-03-15T12:44:43.244Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
673 | 2024-03-15T12:44:43.244Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
674 | 2024-03-15T12:44:43.244Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
675 | 2024-03-15T12:44:43.244Z | + TARGET_DIR=out |
676 | 2024-03-15T12:44:43.244Z | + DOWNLOAD_DIR=out/downloads |
677 | 2024-03-15T12:44:43.244Z | + DEST_DIR=./out/transceiver-control |
678 | 2024-03-15T12:44:43.244Z | + BIN_DIR=/opt/oxide/bin |
679 | 2024-03-15T12:44:43.244Z | + BINARY=xcvradm |
680 | 2024-03-15T12:44:43.244Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
681 | 2024-03-15T12:44:43.244Z | + REPO=oxidecomputer/transceiver-control |
682 | 2024-03-15T12:44:43.244Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
683 | 2024-03-15T12:44:43.244Z | + main |
684 | 2024-03-15T12:44:43.244Z | + [[ 0 != 0 ]] |
685 | 2024-03-15T12:44:43.244Z | + CIDL_OS=solaris2.11 |
686 | 2024-03-15T12:44:43.244Z | + [[ 0 != 0 ]] |
687 | 2024-03-15T12:44:43.244Z | + configure_os solaris2.11 |
688 | 2024-03-15T12:44:43.244Z | + echo 'current directory: /work/oxidecomputer/omicron' |
689 | 2024-03-15T12:44:43.244Z | current directory: /work/oxidecomputer/omicron |
690 | 2024-03-15T12:44:43.244Z | + echo 'configuring based on OS: "solaris2.11"' |
691 | 2024-03-15T12:44:43.244Z | + case "$1" in |
692 | 2024-03-15T12:44:43.244Z | + SET_BINARIES= |
693 | 2024-03-15T12:44:43.245Z | configuring based on OS: "solaris2.11" |
694 | 2024-03-15T12:44:43.245Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
695 | 2024-03-15T12:44:43.245Z | + CIDL_SHA256FUNC=do_sha256sum |
696 | 2024-03-15T12:44:43.245Z | + ARCHIVE_FILENAME=xcvradm.gz |
697 | 2024-03-15T12:44:43.245Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
698 | 2024-03-15T12:44:43.245Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
699 | 2024-03-15T12:44:43.245Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
700 | 2024-03-15T12:44:43.245Z | + echo 'Local file: out/downloads/xcvradm.gz' |
701 | 2024-03-15T12:44:43.245Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
702 | 2024-03-15T12:44:43.245Z | Local file: out/downloads/xcvradm.gz |
703 | 2024-03-15T12:44:43.245Z | + mkdir -p out/downloads |
704 | 2024-03-15T12:44:43.245Z | + mkdir -p ./out/transceiver-control |
705 | 2024-03-15T12:44:43.245Z | + fetch_and_verify |
706 | 2024-03-15T12:44:43.245Z | + local DO_DOWNLOAD=true |
707 | 2024-03-15T12:44:43.245Z | + [[ -f out/downloads/xcvradm.gz ]] |
708 | 2024-03-15T12:44:43.245Z | + '[' true == true ']' |
709 | 2024-03-15T12:44:43.245Z | + echo Downloading... |
710 | 2024-03-15T12:44:43.245Z | Downloading... |
711 | 2024-03-15T12:44:43.245Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
712 | 2024-03-15T12:44:43.245Z | + 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 |
713 | 2024-03-15T12:44:46.038Z | ++ do_sha256sum out/downloads/xcvradm.gz |
714 | 2024-03-15T12:44:46.063Z | ++ sha256sum |
715 | 2024-03-15T12:44:46.063Z | ++ awk '{print $1}' |
716 | 2024-03-15T12:44:46.066Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
717 | 2024-03-15T12:44:46.066Z | + [[ 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 ]] |
718 | 2024-03-15T12:44:46.066Z | + do_unpack out/downloads/xcvradm.gz |
719 | 2024-03-15T12:44:46.066Z | + mkdir -p out/downloads/root//opt/oxide/bin |
720 | 2024-03-15T12:44:46.067Z | + gzip -dc out/downloads/xcvradm.gz |
721 | 2024-03-15T12:44:46.163Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
722 | 2024-03-15T12:44:46.166Z | + do_assemble |
723 | 2024-03-15T12:44:46.167Z | + rm -r ./out/transceiver-control |
724 | 2024-03-15T12:44:46.170Z | + mkdir ./out/transceiver-control |
725 | 2024-03-15T12:44:46.170Z | + cp -r out/downloads/root ./out/transceiver-control/root |
726 | 2024-03-15T12:44:46.246Z | + set -o errexit |
727 | 2024-03-15T12:44:46.249Z | +++ dirname ./tools/ci_download_thundermuffin |
728 | 2024-03-15T12:44:46.252Z | ++ cd ./tools |
729 | 2024-03-15T12:44:46.252Z | ++ pwd |
730 | 2024-03-15T12:44:46.253Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
731 | 2024-03-15T12:44:46.253Z | ++ basename ./tools/ci_download_thundermuffin |
732 | 2024-03-15T12:44:46.256Z | + ARG0=ci_download_thundermuffin |
733 | 2024-03-15T12:44:46.256Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
734 | 2024-03-15T12:44:46.256Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
735 | 2024-03-15T12:44:46.256Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
736 | 2024-03-15T12:44:46.256Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
737 | 2024-03-15T12:44:46.256Z | + TARGET_DIR=out |
738 | 2024-03-15T12:44:46.256Z | + DOWNLOAD_DIR=out/downloads |
739 | 2024-03-15T12:44:46.256Z | + DEST_DIR=./out/thundermuffin |
740 | 2024-03-15T12:44:46.256Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
741 | 2024-03-15T12:44:46.256Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
742 | 2024-03-15T12:44:46.256Z | + REPO=oxidecomputer/thundermuffin |
743 | 2024-03-15T12:44:46.256Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
744 | 2024-03-15T12:44:46.256Z | + main |
745 | 2024-03-15T12:44:46.256Z | + rm -rf out/downloads/root |
746 | 2024-03-15T12:44:46.260Z | + [[ 0 != 0 ]] |
747 | 2024-03-15T12:44:46.260Z | + CIDL_OS=solaris2.11 |
748 | 2024-03-15T12:44:46.263Z | + [[ 0 != 0 ]] |
749 | 2024-03-15T12:44:46.263Z | + configure_os solaris2.11 |
750 | 2024-03-15T12:44:46.263Z | + echo 'current directory: /work/oxidecomputer/omicron' |
751 | 2024-03-15T12:44:46.263Z | current directory: /work/oxidecomputer/omicron |
752 | 2024-03-15T12:44:46.263Z | + echo 'configuring based on OS: "solaris2.11"' |
753 | 2024-03-15T12:44:46.263Z | + case "$1" in |
754 | 2024-03-15T12:44:46.263Z | + SET_BINARIES= |
755 | 2024-03-15T12:44:46.263Z | configuring based on OS: "solaris2.11" |
756 | 2024-03-15T12:44:46.263Z | + CIDL_SHA256FUNC=do_sha256sum |
757 | 2024-03-15T12:44:46.263Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
758 | 2024-03-15T12:44:46.263Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
759 | 2024-03-15T12:44:46.263Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
760 | 2024-03-15T12:44:46.263Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
761 | 2024-03-15T12:44:46.263Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
762 | 2024-03-15T12:44:46.263Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
763 | 2024-03-15T12:44:46.264Z | Local file: out/downloads/thundermuffin.tar.gz |
764 | 2024-03-15T12:44:46.264Z | + mkdir -p out/downloads |
765 | 2024-03-15T12:44:46.264Z | + mkdir -p ./out/thundermuffin |
766 | 2024-03-15T12:44:46.267Z | + fetch_and_verify |
767 | 2024-03-15T12:44:46.267Z | + local DO_DOWNLOAD=true |
768 | 2024-03-15T12:44:46.267Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
769 | 2024-03-15T12:44:46.267Z | + '[' true == true ']' |
770 | 2024-03-15T12:44:46.267Z | + echo Downloading... |
771 | 2024-03-15T12:44:46.267Z | Downloading... |
772 | 2024-03-15T12:44:46.267Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
773 | 2024-03-15T12:44:46.267Z | + 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 |
774 | 2024-03-15T12:44:47.343Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
775 | 2024-03-15T12:44:47.349Z | ++ sha256sum |
776 | 2024-03-15T12:44:47.349Z | ++ awk '{print $1}' |
777 | 2024-03-15T12:44:47.353Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
778 | 2024-03-15T12:44:47.354Z | + [[ 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 ]] |
779 | 2024-03-15T12:44:47.354Z | + do_untar out/downloads/thundermuffin.tar.gz |
780 | 2024-03-15T12:44:47.354Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
781 | 2024-03-15T12:44:47.411Z | + do_assemble |
782 | 2024-03-15T12:44:47.411Z | + rm -r ./out/thundermuffin |
783 | 2024-03-15T12:44:47.415Z | + mkdir ./out/thundermuffin |
784 | 2024-03-15T12:44:47.418Z | + cp -r out/downloads/root ./out/thundermuffin/root |
785 | 2024-03-15T12:44:47.441Z | All builder prerequisites installed successfully, and PATH looks valid |
786 | 2024-03-15T12:44:47.447Z | |
787 | 2024-03-15T12:44:47.447Z | real 1:58.881607551 |
788 | 2024-03-15T12:44:47.447Z | user 36.807780663 |
789 | 2024-03-15T12:44:47.447Z | sys 7.063680643 |
790 | 2024-03-15T12:44:47.447Z | trap 0.008863942 |
791 | 2024-03-15T12:44:47.447Z | tflt 0.113220522 |
792 | 2024-03-15T12:44:47.447Z | dflt 0.299575576 |
793 | 2024-03-15T12:44:47.447Z | kflt 0.131707727 |
794 | 2024-03-15T12:44:47.447Z | lock 1.123068484 |
795 | 2024-03-15T12:44:47.447Z | slp 3:49.892531751 |
796 | 2024-03-15T12:44:47.447Z | lat 2.068742334 |
797 | 2024-03-15T12:44:47.447Z | stop 0.149729848 |
798 | 2024-03-15T12:44:47.447Z | |
799 | 2024-03-15T12:44:47.447Z | #### # # ##### ##### # # |
800 | 2024-03-15T12:44:47.447Z | # # # # # # # # # # |
801 | 2024-03-15T12:44:47.447Z | # # # # # # # # |
802 | 2024-03-15T12:44:47.447Z | # # # ##### ##### # |
803 | 2024-03-15T12:44:47.448Z | # # # # # # # |
804 | 2024-03-15T12:44:47.448Z | #### ###### # # # # |
805 | 2024-03-15T12:44:47.448Z | |
806 | 2024-03-15T12:44:47.655Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
807 | 2024-03-15T12:44:47.993Z | Updating git repository `https://github.com/oxidecomputer/samael` |
808 | 2024-03-15T12:44:48.361Z | Updating git repository `https://github.com/oxidecomputer/zone` |
809 | 2024-03-15T12:44:48.658Z | Updating crates.io index |
810 | 2024-03-15T12:44:48.756Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
811 | 2024-03-15T12:44:49.535Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
812 | 2024-03-15T12:44:51.556Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
813 | 2024-03-15T12:44:52.228Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
814 | 2024-03-15T12:44:52.511Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
815 | 2024-03-15T12:44:53.468Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
816 | 2024-03-15T12:44:55.773Z | Updating git repository `https://github.com/oxidecomputer/opte` |
817 | 2024-03-15T12:44:56.802Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
818 | 2024-03-15T12:44:57.098Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
819 | 2024-03-15T12:44:57.703Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
820 | 2024-03-15T12:44:57.986Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
821 | 2024-03-15T12:44:58.318Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
822 | 2024-03-15T12:44:58.687Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
823 | 2024-03-15T12:44:59.015Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
824 | 2024-03-15T12:44:59.320Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
825 | 2024-03-15T12:44:59.693Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
826 | 2024-03-15T12:44:59.999Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
827 | 2024-03-15T12:45:00.335Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
828 | 2024-03-15T12:45:00.689Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
829 | 2024-03-15T12:45:01.598Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
830 | 2024-03-15T12:45:01.700Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
831 | 2024-03-15T12:45:02.204Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
832 | 2024-03-15T12:45:02.525Z | Updating git repository `https://github.com/jgallagher/nix` |
833 | 2024-03-15T12:45:03.592Z | Updating git repository `https://github.com/cbiffle/hubpack` |
834 | 2024-03-15T12:45:03.912Z | Updating git repository `https://github.com/oxidecomputer/typify` |
835 | 2024-03-15T12:45:05.683Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
836 | 2024-03-15T12:45:06.094Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
837 | 2024-03-15T12:45:06.424Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
838 | 2024-03-15T12:45:07.707Z | Downloading crates ... |
839 | 2024-03-15T12:45:07.762Z | Downloaded itoa v1.0.9 |
840 | 2024-03-15T12:45:07.765Z | Downloaded anstyle v1.0.2 |
841 | 2024-03-15T12:45:07.773Z | Downloaded heck v0.4.1 |
842 | 2024-03-15T12:45:07.776Z | Downloaded colorchoice v1.0.0 |
843 | 2024-03-15T12:45:07.806Z | Downloaded equivalent v1.0.1 |
844 | 2024-03-15T12:45:07.811Z | Downloaded cargo-platform v0.1.3 |
845 | 2024-03-15T12:45:07.815Z | Downloaded utf8parse v0.2.1 |
846 | 2024-03-15T12:45:07.815Z | Downloaded toml_datetime v0.6.5 |
847 | 2024-03-15T12:45:07.815Z | Downloaded thiserror-impl v1.0.57 |
848 | 2024-03-15T12:45:07.818Z | Downloaded strsim v0.11.0 |
849 | 2024-03-15T12:45:07.818Z | Downloaded errno v0.3.8 |
850 | 2024-03-15T12:45:07.818Z | Downloaded thiserror v1.0.57 |
851 | 2024-03-15T12:45:07.822Z | Downloaded anstyle-query v1.0.0 |
852 | 2024-03-15T12:45:07.831Z | Downloaded serde_spanned v0.6.5 |
853 | 2024-03-15T12:45:07.836Z | Downloaded cargo_toml v0.19.0 |
854 | 2024-03-15T12:45:07.836Z | Downloaded clap_lex v0.7.0 |
855 | 2024-03-15T12:45:07.844Z | Downloaded terminal_size v0.3.0 |
856 | 2024-03-15T12:45:07.847Z | Downloaded camino v1.1.6 |
857 | 2024-03-15T12:45:07.847Z | Downloaded anstream v0.6.11 |
858 | 2024-03-15T12:45:07.848Z | Downloaded quote v1.0.35 |
859 | 2024-03-15T12:45:07.851Z | Downloaded clap_derive v4.5.0 |
860 | 2024-03-15T12:45:07.851Z | Downloaded anstyle-parse v0.2.1 |
861 | 2024-03-15T12:45:07.854Z | Downloaded ryu v1.0.15 |
862 | 2024-03-15T12:45:07.857Z | Downloaded semver v1.0.22 |
863 | 2024-03-15T12:45:07.857Z | Downloaded toml v0.8.10 |
864 | 2024-03-15T12:45:07.860Z | Downloaded cargo_metadata v0.18.1 |
865 | 2024-03-15T12:45:07.863Z | Downloaded anyhow v1.0.79 |
866 | 2024-03-15T12:45:07.866Z | Downloaded proc-macro2 v1.0.78 |
867 | 2024-03-15T12:45:07.869Z | Downloaded bitflags v2.4.2 |
868 | 2024-03-15T12:45:07.873Z | Downloaded unicode-ident v1.0.12 |
869 | 2024-03-15T12:45:07.876Z | Downloaded serde_derive v1.0.197 |
870 | 2024-03-15T12:45:07.879Z | Downloaded clap v4.5.1 |
871 | 2024-03-15T12:45:07.905Z | Downloaded serde v1.0.197 |
872 | 2024-03-15T12:45:07.914Z | Downloaded indexmap v2.2.5 |
873 | 2024-03-15T12:45:07.918Z | Downloaded toml_edit v0.22.6 |
874 | 2024-03-15T12:45:07.942Z | Downloaded serde_json v1.0.114 |
875 | 2024-03-15T12:45:07.946Z | Downloaded memchr v2.7.1 |
876 | 2024-03-15T12:45:07.951Z | Downloaded winnow v0.6.1 |
877 | 2024-03-15T12:45:07.958Z | Downloaded clap_builder v4.5.1 |
878 | 2024-03-15T12:45:07.964Z | Downloaded hashbrown v0.14.3 |
879 | 2024-03-15T12:45:07.979Z | Downloaded syn v2.0.51 |
880 | 2024-03-15T12:45:08.000Z | Downloaded rustix v0.38.31 |
881 | 2024-03-15T12:45:08.026Z | Downloaded libc v0.2.153 |
882 | 2024-03-15T12:45:08.279Z | Compiling proc-macro2 v1.0.78 |
883 | 2024-03-15T12:45:08.282Z | Compiling unicode-ident v1.0.12 |
884 | 2024-03-15T12:45:08.282Z | Compiling serde v1.0.197 |
885 | 2024-03-15T12:45:08.282Z | Compiling libc v0.2.153 |
886 | 2024-03-15T12:45:08.282Z | Compiling rustix v0.38.31 |
887 | 2024-03-15T12:45:08.282Z | Compiling hashbrown v0.14.3 |
888 | 2024-03-15T12:45:08.282Z | Compiling utf8parse v0.2.1 |
889 | 2024-03-15T12:45:08.282Z | Compiling bitflags v2.4.2 |
890 | 2024-03-15T12:45:08.507Z | Compiling equivalent v1.0.1 |
891 | 2024-03-15T12:45:08.532Z | Compiling anstyle-parse v0.2.1 |
892 | 2024-03-15T12:45:08.601Z | Compiling semver v1.0.22 |
893 | 2024-03-15T12:45:08.761Z | Compiling anstyle-query v1.0.0 |
894 | 2024-03-15T12:45:08.830Z | Compiling camino v1.1.6 |
895 | 2024-03-15T12:45:08.865Z | Compiling thiserror v1.0.57 |
896 | 2024-03-15T12:45:09.442Z | Compiling indexmap v2.2.5 |
897 | 2024-03-15T12:45:09.563Z | Compiling anstyle v1.0.2 |
898 | 2024-03-15T12:45:09.568Z | Compiling colorchoice v1.0.0 |
899 | 2024-03-15T12:45:09.568Z | Compiling serde_json v1.0.114 |
900 | 2024-03-15T12:45:09.688Z | Compiling winnow v0.6.1 |
901 | 2024-03-15T12:45:09.842Z | Compiling anstream v0.6.11 |
902 | 2024-03-15T12:45:09.860Z | Compiling strsim v0.11.0 |
903 | 2024-03-15T12:45:09.910Z | Compiling ryu v1.0.15 |
904 | 2024-03-15T12:45:09.934Z | Compiling heck v0.4.1 |
905 | 2024-03-15T12:45:10.300Z | Compiling itoa v1.0.9 |
906 | 2024-03-15T12:45:10.444Z | Compiling anyhow v1.0.79 |
907 | 2024-03-15T12:45:10.526Z | Compiling clap_lex v0.7.0 |
908 | 2024-03-15T12:45:10.611Z | Compiling quote v1.0.35 |
909 | 2024-03-15T12:45:10.932Z | Compiling errno v0.3.8 |
910 | 2024-03-15T12:45:10.963Z | Compiling syn v2.0.51 |
911 | 2024-03-15T12:45:11.905Z | Compiling terminal_size v0.3.0 |
912 | 2024-03-15T12:45:12.029Z | Compiling clap_builder v4.5.1 |
913 | 2024-03-15T12:45:15.950Z | Compiling serde_derive v1.0.197 |
914 | 2024-03-15T12:45:15.950Z | Compiling thiserror-impl v1.0.57 |
915 | 2024-03-15T12:45:15.965Z | Compiling clap_derive v4.5.0 |
916 | 2024-03-15T12:45:18.582Z | Compiling clap v4.5.1 |
917 | 2024-03-15T12:45:23.841Z | Compiling serde_spanned v0.6.5 |
918 | 2024-03-15T12:45:23.847Z | Compiling toml_datetime v0.6.5 |
919 | 2024-03-15T12:45:23.847Z | Compiling cargo-platform v0.1.3 |
920 | 2024-03-15T12:45:24.094Z | Compiling toml_edit v0.22.6 |
921 | 2024-03-15T12:45:25.146Z | Compiling cargo_metadata v0.18.1 |
922 | 2024-03-15T12:45:26.100Z | Compiling toml v0.8.10 |
923 | 2024-03-15T12:45:26.845Z | Compiling cargo_toml v0.19.0 |
924 | 2024-03-15T12:45:30.444Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
925 | 2024-03-15T12:45:31.401Z | Finished dev [unoptimized + debuginfo] target(s) in 43.91s |
926 | 2024-03-15T12:45:31.604Z | Running `target/debug/xtask clippy` |
927 | 2024-03-15T12:45:31.644Z | running: "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types" |
928 | 2024-03-15T12:45:32.182Z | Downloading crates ... |
929 | 2024-03-15T12:45:32.272Z | Downloaded adler v1.0.2 |
930 | 2024-03-15T12:45:32.275Z | Downloaded addr2line v0.21.0 |
931 | 2024-03-15T12:45:32.281Z | Downloaded arc-swap v1.6.0 |
932 | 2024-03-15T12:45:32.285Z | Downloaded console v0.15.8 |
933 | 2024-03-15T12:45:32.289Z | Downloaded crucible-workspace-hack v0.1.0 |
934 | 2024-03-15T12:45:32.292Z | Downloaded ansi_term v0.12.1 |
935 | 2024-03-15T12:45:32.292Z | Downloaded ahash v0.8.8 |
936 | 2024-03-15T12:45:32.295Z | Downloaded http-body v1.0.0 |
937 | 2024-03-15T12:45:32.298Z | Downloaded crypto-bigint v0.5.2 |
938 | 2024-03-15T12:45:32.303Z | Downloaded cstr-argument v0.1.2 |
939 | 2024-03-15T12:45:32.306Z | Downloaded cipher v0.4.4 |
940 | 2024-03-15T12:45:32.309Z | Downloaded hubpack_derive v0.1.1 |
941 | 2024-03-15T12:45:32.309Z | Downloaded cc v1.0.83 |
942 | 2024-03-15T12:45:32.312Z | Downloaded base16ct v0.2.0 |
943 | 2024-03-15T12:45:32.312Z | Downloaded async-stream-impl v0.3.5 |
944 | 2024-03-15T12:45:32.315Z | Downloaded async-stream v0.3.5 |
945 | 2024-03-15T12:45:32.315Z | Downloaded clap v2.34.0 |
946 | 2024-03-15T12:45:32.325Z | Downloaded matches v0.1.10 |
947 | 2024-03-15T12:45:32.329Z | Downloaded atomicwrites v0.4.3 |
948 | 2024-03-15T12:45:32.329Z | Downloaded indoc v1.0.9 |
949 | 2024-03-15T12:45:32.332Z | Downloaded new_debug_unreachable v1.0.4 |
950 | 2024-03-15T12:45:32.335Z | Downloaded ident_case v1.0.1 |
951 | 2024-03-15T12:45:32.335Z | Downloaded httptest v0.15.5 |
952 | 2024-03-15T12:45:32.338Z | Downloaded iana-time-zone v0.1.57 |
953 | 2024-03-15T12:45:32.341Z | Downloaded http-body v0.4.5 |
954 | 2024-03-15T12:45:32.344Z | Downloaded nested v0.1.1 |
955 | 2024-03-15T12:45:32.344Z | Downloaded atomic-waker v1.1.1 |
956 | 2024-03-15T12:45:32.348Z | Downloaded cpufeatures v0.2.12 |
957 | 2024-03-15T12:45:32.348Z | Downloaded instant v0.1.12 |
958 | 2024-03-15T12:45:32.351Z | Downloaded is-terminal v0.4.9 |
959 | 2024-03-15T12:45:32.351Z | Downloaded autocfg v1.1.0 |
960 | 2024-03-15T12:45:32.354Z | Downloaded async-recursion v1.0.5 |
961 | 2024-03-15T12:45:32.354Z | Downloaded httparse v1.8.0 |
962 | 2024-03-15T12:45:32.357Z | Downloaded macaddr v1.0.1 |
963 | 2024-03-15T12:45:32.363Z | Downloaded num v0.4.1 |
964 | 2024-03-15T12:45:32.363Z | Downloaded managed v0.8.0 |
965 | 2024-03-15T12:45:32.366Z | Downloaded lru v0.12.1 |
966 | 2024-03-15T12:45:32.366Z | Downloaded log v0.4.20 |
967 | 2024-03-15T12:45:32.369Z | Downloaded inout v0.1.3 |
968 | 2024-03-15T12:45:32.369Z | Downloaded hyper-rustls v0.24.2 |
969 | 2024-03-15T12:45:32.373Z | Downloaded bit-set v0.5.3 |
970 | 2024-03-15T12:45:32.373Z | Downloaded normalize-line-endings v0.3.0 |
971 | 2024-03-15T12:45:32.376Z | Downloaded chacha20 v0.9.1 |
972 | 2024-03-15T12:45:32.376Z | Downloaded num-conv v0.1.0 |
973 | 2024-03-15T12:45:32.376Z | Downloaded signal-hook-tokio v0.3.1 |
974 | 2024-03-15T12:45:32.379Z | Downloaded multimap v0.10.0 |
975 | 2024-03-15T12:45:32.379Z | Downloaded colored v2.1.0 |
976 | 2024-03-15T12:45:32.382Z | Downloaded cfg-if v1.0.0 |
977 | 2024-03-15T12:45:32.385Z | Downloaded newtype_derive v0.1.6 |
978 | 2024-03-15T12:45:32.385Z | Downloaded cobs v0.2.3 |
979 | 2024-03-15T12:45:32.388Z | Downloaded newline-converter v0.3.0 |
980 | 2024-03-15T12:45:32.388Z | Downloaded corncobs v0.1.3 |
981 | 2024-03-15T12:45:32.391Z | Downloaded basic-toml v0.1.8 |
982 | 2024-03-15T12:45:32.400Z | Downloaded stability v0.1.1 |
983 | 2024-03-15T12:45:32.403Z | Downloaded libloading v0.7.4 |
984 | 2024-03-15T12:45:32.406Z | Downloaded crypto-common v0.1.6 |
985 | 2024-03-15T12:45:32.406Z | Downloaded hyper-util v0.1.2 |
986 | 2024-03-15T12:45:32.411Z | Downloaded crc v3.0.1 |
987 | 2024-03-15T12:45:32.417Z | Downloaded convert_case v0.4.0 |
988 | 2024-03-15T12:45:32.417Z | Downloaded bytecount v0.6.3 |
989 | 2024-03-15T12:45:32.420Z | Downloaded remove_dir_all v0.5.3 |
990 | 2024-03-15T12:45:32.420Z | Downloaded lazy_static v1.4.0 |
991 | 2024-03-15T12:45:32.420Z | Downloaded same-file v1.0.6 |
992 | 2024-03-15T12:45:32.420Z | Downloaded rustfmt-wrapper v0.2.0 |
993 | 2024-03-15T12:45:32.423Z | Downloaded ciborium v0.2.2 |
994 | 2024-03-15T12:45:32.426Z | Downloaded usdt-attr-macro v0.3.5 |
995 | 2024-03-15T12:45:32.426Z | Downloaded memoffset v0.7.1 |
996 | 2024-03-15T12:45:32.429Z | Downloaded signal-hook-registry v1.4.1 |
997 | 2024-03-15T12:45:32.429Z | Downloaded signal-hook-mio v0.2.3 |
998 | 2024-03-15T12:45:32.432Z | Downloaded num-iter v0.1.44 |
999 | 2024-03-15T12:45:32.432Z | Downloaded md-5 v0.10.5 |
1000 | 2024-03-15T12:45:32.435Z | Downloaded nodrop v0.1.14 |
1001 | 2024-03-15T12:45:32.435Z | Downloaded derive_builder_macro v0.12.0 |
1002 | 2024-03-15T12:45:32.438Z | Downloaded crossbeam-utils v0.8.19 |
1003 | 2024-03-15T12:45:32.441Z | Downloaded dtrace-parser v0.2.0 |
1004 | 2024-03-15T12:45:32.441Z | Downloaded dtrace-parser v0.1.14 |
1005 | 2024-03-15T12:45:32.444Z | Downloaded crc32fast v1.3.2 |
1006 | 2024-03-15T12:45:32.444Z | Downloaded bitflags v1.3.2 |
1007 | 2024-03-15T12:45:32.447Z | Downloaded cookie v0.17.0 |
1008 | 2024-03-15T12:45:32.450Z | Downloaded num_enum_derive v0.5.11 |
1009 | 2024-03-15T12:45:32.453Z | Downloaded num_enum v0.5.11 |
1010 | 2024-03-15T12:45:32.457Z | Downloaded mime v0.3.17 |
1011 | 2024-03-15T12:45:32.460Z | Downloaded cookie_store v0.20.0 |
1012 | 2024-03-15T12:45:32.463Z | Downloaded thiserror-no-std v2.0.2 |
1013 | 2024-03-15T12:45:32.470Z | Downloaded foreign-types-shared v0.1.1 |
1014 | 2024-03-15T12:45:32.473Z | Downloaded semver v0.11.0 |
1015 | 2024-03-15T12:45:32.474Z | Downloaded mime_guess v2.0.4 |
1016 | 2024-03-15T12:45:32.474Z | Downloaded usdt v0.5.0 |
1017 | 2024-03-15T12:45:32.474Z | Downloaded threadpool v1.8.1 |
1018 | 2024-03-15T12:45:32.477Z | Downloaded downcast v0.11.0 |
1019 | 2024-03-15T12:45:32.477Z | Downloaded unicode-linebreak v0.1.5 |
1020 | 2024-03-15T12:45:32.480Z | Downloaded dof v0.3.0 |
1021 | 2024-03-15T12:45:32.480Z | Downloaded allocator-api2 v0.2.16 |
1022 | 2024-03-15T12:45:32.483Z | Downloaded rpassword v7.3.1 |
1023 | 2024-03-15T12:45:32.486Z | Downloaded scroll_derive v0.12.0 |
1024 | 2024-03-15T12:45:32.486Z | Downloaded lock_api v0.4.10 |
1025 | 2024-03-15T12:45:32.489Z | Downloaded cookie v0.18.0 |
1026 | 2024-03-15T12:45:32.492Z | Downloaded phf_shared v0.10.0 |
1027 | 2024-03-15T12:45:32.492Z | Downloaded cfg-expr v0.15.6 |
1028 | 2024-03-15T12:45:32.495Z | Downloaded tinyvec_macros v0.1.1 |
1029 | 2024-03-15T12:45:32.499Z | Downloaded clang-sys v1.6.1 |
1030 | 2024-03-15T12:45:32.502Z | Downloaded mockall v0.12.0 |
1031 | 2024-03-15T12:45:32.502Z | Downloaded zerocopy v0.3.0 |
1032 | 2024-03-15T12:45:32.505Z | Downloaded globset v0.4.13 |
1033 | 2024-03-15T12:45:32.505Z | Downloaded indexmap v1.9.3 |
1034 | 2024-03-15T12:45:32.508Z | Downloaded packed_struct_codegen v0.10.1 |
1035 | 2024-03-15T12:45:32.511Z | Downloaded packed_struct v0.10.1 |
1036 | 2024-03-15T12:45:32.511Z | Downloaded darling_macro v0.20.3 |
1037 | 2024-03-15T12:45:32.514Z | Downloaded signal-hook v0.3.17 |
1038 | 2024-03-15T12:45:32.517Z | Downloaded ed25519 v1.5.3 |
1039 | 2024-03-15T12:45:32.523Z | Downloaded dyn-clone v1.0.17 |
1040 | 2024-03-15T12:45:32.523Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1041 | 2024-03-15T12:45:32.529Z | Downloaded unicase v2.7.0 |
1042 | 2024-03-15T12:45:32.529Z | Downloaded flagset v0.4.3 |
1043 | 2024-03-15T12:45:32.529Z | Downloaded yasna v0.5.2 |
1044 | 2024-03-15T12:45:32.532Z | Downloaded phf v0.11.2 |
1045 | 2024-03-15T12:45:32.532Z | Downloaded darling_macro v0.14.4 |
1046 | 2024-03-15T12:45:32.532Z | Downloaded home v0.5.5 |
1047 | 2024-03-15T12:45:32.532Z | Downloaded highway v1.1.0 |
1048 | 2024-03-15T12:45:32.535Z | Downloaded scopeguard v1.2.0 |
1049 | 2024-03-15T12:45:32.535Z | Downloaded num-rational v0.4.1 |
1050 | 2024-03-15T12:45:32.538Z | Downloaded signature v2.1.0 |
1051 | 2024-03-15T12:45:32.539Z | Downloaded crc-any v2.4.3 |
1052 | 2024-03-15T12:45:32.542Z | Downloaded signature v1.6.4 |
1053 | 2024-03-15T12:45:32.546Z | Downloaded number_prefix v0.4.0 |
1054 | 2024-03-15T12:45:32.546Z | Downloaded num-traits v0.2.18 |
1055 | 2024-03-15T12:45:32.550Z | Downloaded pin-utils v0.1.0 |
1056 | 2024-03-15T12:45:32.550Z | Downloaded phf_shared v0.11.2 |
1057 | 2024-03-15T12:45:32.553Z | Downloaded mockall_derive v0.12.0 |
1058 | 2024-03-15T12:45:32.553Z | Downloaded tokio-macros v2.2.0 |
1059 | 2024-03-15T12:45:32.556Z | Downloaded tokio-native-tls v0.3.1 |
1060 | 2024-03-15T12:45:32.556Z | Downloaded strum_macros v0.25.2 |
1061 | 2024-03-15T12:45:32.559Z | Downloaded glob v0.3.1 |
1062 | 2024-03-15T12:45:32.565Z | Downloaded rusty-fork v0.3.0 |
1063 | 2024-03-15T12:45:32.565Z | Downloaded backtrace v0.3.69 |
1064 | 2024-03-15T12:45:32.568Z | Downloaded ref-cast v1.0.20 |
1065 | 2024-03-15T12:45:32.571Z | Downloaded num_cpus v1.16.0 |
1066 | 2024-03-15T12:45:32.574Z | Downloaded miniz_oxide v0.7.1 |
1067 | 2024-03-15T12:45:32.578Z | Downloaded base64 v0.22.0 |
1068 | 2024-03-15T12:45:32.580Z | Downloaded time-core v0.1.2 |
1069 | 2024-03-15T12:45:32.584Z | Downloaded termtree v0.4.1 |
1070 | 2024-03-15T12:45:32.584Z | Downloaded tap v1.0.1 |
1071 | 2024-03-15T12:45:32.587Z | Downloaded futures-macro v0.3.30 |
1072 | 2024-03-15T12:45:32.587Z | Downloaded yansi v0.5.1 |
1073 | 2024-03-15T12:45:32.587Z | Downloaded sha2 v0.10.8 |
1074 | 2024-03-15T12:45:32.590Z | Downloaded sct v0.7.0 |
1075 | 2024-03-15T12:45:32.594Z | Downloaded usdt-attr-macro v0.5.0 |
1076 | 2024-03-15T12:45:32.597Z | Downloaded take_mut v0.2.2 |
1077 | 2024-03-15T12:45:32.597Z | Downloaded serde-big-array v0.5.1 |
1078 | 2024-03-15T12:45:32.600Z | Downloaded plotters-svg v0.3.5 |
1079 | 2024-03-15T12:45:32.600Z | Downloaded toml v0.5.11 |
1080 | 2024-03-15T12:45:32.602Z | Downloaded parking_lot v0.11.2 |
1081 | 2024-03-15T12:45:32.605Z | Downloaded rand_xorshift v0.3.0 |
1082 | 2024-03-15T12:45:32.606Z | Downloaded pem-rfc7468 v0.7.0 |
1083 | 2024-03-15T12:45:32.609Z | Downloaded dirs-next v2.0.0 |
1084 | 2024-03-15T12:45:32.612Z | Downloaded pkcs8 v0.10.2 |
1085 | 2024-03-15T12:45:32.617Z | Downloaded papergrid v0.11.0 |
1086 | 2024-03-15T12:45:32.620Z | Downloaded display-error-chain v0.2.0 |
1087 | 2024-03-15T12:45:32.621Z | Downloaded slog-bunyan v2.5.0 |
1088 | 2024-03-15T12:45:32.624Z | Downloaded sha1 v0.10.6 |
1089 | 2024-03-15T12:45:32.624Z | Downloaded futures-timer v3.0.2 |
1090 | 2024-03-15T12:45:32.627Z | Downloaded opaque-debug v0.3.0 |
1091 | 2024-03-15T12:45:32.630Z | Downloaded path-slash v0.1.5 |
1092 | 2024-03-15T12:45:32.630Z | Downloaded fixedbitset v0.4.2 |
1093 | 2024-03-15T12:45:32.633Z | Downloaded pest_derive v2.7.6 |
1094 | 2024-03-15T12:45:32.633Z | Downloaded unicode-width v0.1.11 |
1095 | 2024-03-15T12:45:32.636Z | Downloaded peeking_take_while v0.1.2 |
1096 | 2024-03-15T12:45:32.636Z | Downloaded flume v0.11.0 |
1097 | 2024-03-15T12:45:32.640Z | Downloaded pathdiff v0.2.1 |
1098 | 2024-03-15T12:45:32.643Z | Downloaded usdt v0.3.5 |
1099 | 2024-03-15T12:45:32.643Z | Downloaded untrusted v0.9.0 |
1100 | 2024-03-15T12:45:32.646Z | Downloaded pest_meta v2.7.6 |
1101 | 2024-03-15T12:45:32.649Z | Downloaded supports-color v3.0.0 |
1102 | 2024-03-15T12:45:32.649Z | Downloaded funty v2.0.0 |
1103 | 2024-03-15T12:45:32.652Z | Downloaded filetime v0.2.23 |
1104 | 2024-03-15T12:45:32.652Z | Downloaded pkg-config v0.3.27 |
1105 | 2024-03-15T12:45:32.656Z | Downloaded vte v0.11.1 |
1106 | 2024-03-15T12:45:32.659Z | Downloaded rtoolbox v0.0.1 |
1107 | 2024-03-15T12:45:32.659Z | Downloaded slog-json v2.6.1 |
1108 | 2024-03-15T12:45:32.662Z | Downloaded rsa v0.9.2 |
1109 | 2024-03-15T12:45:32.666Z | Downloaded group v0.13.0 |
1110 | 2024-03-15T12:45:32.669Z | Downloaded want v0.3.1 |
1111 | 2024-03-15T12:45:32.675Z | Downloaded toolchain_find v0.2.0 |
1112 | 2024-03-15T12:45:32.675Z | Downloaded usdt-impl v0.5.0 |
1113 | 2024-03-15T12:45:32.678Z | Downloaded oorandom v11.1.3 |
1114 | 2024-03-15T12:45:32.678Z | Downloaded crossterm v0.27.0 |
1115 | 2024-03-15T12:45:32.682Z | Downloaded fxhash v0.2.1 |
1116 | 2024-03-15T12:45:32.685Z | Downloaded paste v1.0.14 |
1117 | 2024-03-15T12:45:32.688Z | Downloaded dirs-sys-next v0.1.2 |
1118 | 2024-03-15T12:45:32.691Z | Downloaded futures-sink v0.3.30 |
1119 | 2024-03-15T12:45:32.691Z | Downloaded rstest_macros v0.18.2 |
1120 | 2024-03-15T12:45:32.694Z | Downloaded ron v0.8.1 |
1121 | 2024-03-15T12:45:32.699Z | Downloaded foreign-types v0.3.2 |
1122 | 2024-03-15T12:45:32.702Z | Downloaded derive_builder_core v0.12.0 |
1123 | 2024-03-15T12:45:32.705Z | Downloaded pretty-hex v0.2.1 |
1124 | 2024-03-15T12:45:32.705Z | Downloaded oso-derive v0.27.0 |
1125 | 2024-03-15T12:45:32.705Z | Downloaded omicron-zone-package v0.11.0 |
1126 | 2024-03-15T12:45:32.709Z | Downloaded rand_chacha v0.3.1 |
1127 | 2024-03-15T12:45:32.712Z | Downloaded typenum v1.16.0 |
1128 | 2024-03-15T12:45:32.716Z | Downloaded target-spec v3.1.0 |
1129 | 2024-03-15T12:45:32.719Z | Downloaded spin v0.5.2 |
1130 | 2024-03-15T12:45:32.719Z | Downloaded stable_deref_trait v1.2.0 |
1131 | 2024-03-15T12:45:32.719Z | Downloaded platforms v3.0.2 |
1132 | 2024-03-15T12:45:32.722Z | Downloaded waitgroup v0.1.2 |
1133 | 2024-03-15T12:45:32.722Z | Downloaded slog-async v2.8.0 |
1134 | 2024-03-15T12:45:32.734Z | Downloaded swrite v0.1.0 |
1135 | 2024-03-15T12:45:32.737Z | Downloaded strum v0.26.1 |
1136 | 2024-03-15T12:45:32.737Z | Downloaded getopts v0.2.21 |
1137 | 2024-03-15T12:45:32.737Z | Downloaded topological-sort v0.2.2 |
1138 | 2024-03-15T12:45:32.737Z | Downloaded tempdir v0.3.7 |
1139 | 2024-03-15T12:45:32.740Z | Downloaded criterion v0.5.1 |
1140 | 2024-03-15T12:45:32.746Z | Downloaded serde_plain v1.0.2 |
1141 | 2024-03-15T12:45:32.749Z | Downloaded tiny-keccak v2.0.2 |
1142 | 2024-03-15T12:45:32.752Z | Downloaded num-bigint v0.4.4 |
1143 | 2024-03-15T12:45:32.756Z | Downloaded parse-size v1.0.0 |
1144 | 2024-03-15T12:45:32.759Z | Downloaded serde_tokenstream v0.1.7 |
1145 | 2024-03-15T12:45:32.762Z | Downloaded defmt-macros v0.3.6 |
1146 | 2024-03-15T12:45:32.765Z | Downloaded sqlformat v0.2.3 |
1147 | 2024-03-15T12:45:32.768Z | Downloaded walkdir v2.4.0 |
1148 | 2024-03-15T12:45:32.771Z | Downloaded predicates-tree v1.0.9 |
1149 | 2024-03-15T12:45:32.771Z | Downloaded predicates-core v1.0.6 |
1150 | 2024-03-15T12:45:32.774Z | Downloaded tokio-rustls v0.24.1 |
1151 | 2024-03-15T12:45:32.777Z | Downloaded doc-comment v0.3.3 |
1152 | 2024-03-15T12:45:32.777Z | Downloaded strum_macros v0.24.3 |
1153 | 2024-03-15T12:45:32.780Z | Downloaded resolv-conf v0.7.0 |
1154 | 2024-03-15T12:45:32.783Z | Downloaded hash32 v0.3.1 |
1155 | 2024-03-15T12:45:32.784Z | Downloaded toml_edit v0.19.15 |
1156 | 2024-03-15T12:45:32.801Z | Downloaded precomputed-hash v0.1.1 |
1157 | 2024-03-15T12:45:32.804Z | Downloaded deranged v0.3.11 |
1158 | 2024-03-15T12:45:32.804Z | Downloaded universal-hash v0.5.1 |
1159 | 2024-03-15T12:45:32.804Z | Downloaded serde_urlencoded v0.7.1 |
1160 | 2024-03-15T12:45:32.807Z | Downloaded minimal-lexical v0.2.1 |
1161 | 2024-03-15T12:45:32.814Z | Downloaded try-lock v0.2.4 |
1162 | 2024-03-15T12:45:32.817Z | Downloaded time-macros v0.2.17 |
1163 | 2024-03-15T12:45:32.817Z | Downloaded endian-type v0.1.2 |
1164 | 2024-03-15T12:45:32.817Z | Downloaded siphasher v0.3.11 |
1165 | 2024-03-15T12:45:32.817Z | Downloaded slog-stdlog v4.1.1 |
1166 | 2024-03-15T12:45:32.820Z | Downloaded r2d2 v0.8.10 |
1167 | 2024-03-15T12:45:32.823Z | Downloaded textwrap v0.11.0 |
1168 | 2024-03-15T12:45:32.823Z | Downloaded static_assertions v1.1.0 |
1169 | 2024-03-15T12:45:32.830Z | Downloaded quick-error v1.2.3 |
1170 | 2024-03-15T12:45:32.830Z | Downloaded libm v0.2.7 |
1171 | 2024-03-15T12:45:32.836Z | Downloaded curve25519-dalek-derive v0.1.0 |
1172 | 2024-03-15T12:45:32.839Z | Downloaded psl-types v2.0.11 |
1173 | 2024-03-15T12:45:32.839Z | Downloaded futures-core v0.3.30 |
1174 | 2024-03-15T12:45:32.843Z | Downloaded zeroize v1.7.0 |
1175 | 2024-03-15T12:45:32.843Z | Downloaded wyz v0.5.1 |
1176 | 2024-03-15T12:45:32.843Z | Downloaded string_cache v0.8.7 |
1177 | 2024-03-15T12:45:32.846Z | Downloaded parse-display-derive v0.9.0 |
1178 | 2024-03-15T12:45:32.849Z | Downloaded http v0.2.12 |
1179 | 2024-03-15T12:45:32.852Z | Downloaded tower-service v0.3.2 |
1180 | 2024-03-15T12:45:32.852Z | Downloaded tower-layer v0.3.2 |
1181 | 2024-03-15T12:45:32.855Z | Downloaded tinytemplate v1.2.1 |
1182 | 2024-03-15T12:45:32.858Z | Downloaded strum v0.25.0 |
1183 | 2024-03-15T12:45:32.858Z | Downloaded ppv-lite86 v0.2.17 |
1184 | 2024-03-15T12:45:32.858Z | Downloaded slab v0.4.9 |
1185 | 2024-03-15T12:45:32.861Z | Downloaded flate2 v1.0.28 |
1186 | 2024-03-15T12:45:32.865Z | Downloaded futures-executor v0.3.30 |
1187 | 2024-03-15T12:45:32.871Z | Downloaded der_derive v0.7.2 |
1188 | 2024-03-15T12:45:32.871Z | Downloaded schemars v0.8.16 |
1189 | 2024-03-15T12:45:32.881Z | Downloaded sync_wrapper v0.1.2 |
1190 | 2024-03-15T12:45:32.884Z | Downloaded foreign-types-shared v0.3.1 |
1191 | 2024-03-15T12:45:32.884Z | Downloaded rustc-hash v1.1.0 |
1192 | 2024-03-15T12:45:32.884Z | Downloaded smallvec v0.6.14 |
1193 | 2024-03-15T12:45:32.887Z | Downloaded pretty-hex v0.4.1 |
1194 | 2024-03-15T12:45:32.887Z | Downloaded vsss-rs v3.3.4 |
1195 | 2024-03-15T12:45:32.890Z | Downloaded openssl-probe v0.1.5 |
1196 | 2024-03-15T12:45:32.890Z | Downloaded openssl-macros v0.1.1 |
1197 | 2024-03-15T12:45:32.893Z | Downloaded usdt-macro v0.3.5 |
1198 | 2024-03-15T12:45:32.894Z | Downloaded vec_map v0.8.2 |
1199 | 2024-03-15T12:45:32.894Z | Downloaded rustls-pki-types v1.3.0 |
1200 | 2024-03-15T12:45:32.897Z | Downloaded password-hash v0.5.0 |
1201 | 2024-03-15T12:45:32.897Z | Downloaded rustls-pemfile v1.0.3 |
1202 | 2024-03-15T12:45:32.900Z | Downloaded fs-err v2.11.0 |
1203 | 2024-03-15T12:45:32.903Z | Downloaded fd-lock v4.0.2 |
1204 | 2024-03-15T12:45:32.906Z | Downloaded fd-lock v3.0.13 |
1205 | 2024-03-15T12:45:32.906Z | Downloaded fastrand v2.0.1 |
1206 | 2024-03-15T12:45:32.909Z | Downloaded headers v0.3.9 |
1207 | 2024-03-15T12:45:32.913Z | Downloaded structopt-derive v0.4.18 |
1208 | 2024-03-15T12:45:32.916Z | Downloaded powerfmt v0.2.0 |
1209 | 2024-03-15T12:45:32.919Z | Downloaded radium v0.7.0 |
1210 | 2024-03-15T12:45:32.919Z | Downloaded postgres-types v0.2.6 |
1211 | 2024-03-15T12:45:32.922Z | Downloaded postgres-protocol v0.6.6 |
1212 | 2024-03-15T12:45:32.922Z | Downloaded slog v2.7.0 |
1213 | 2024-03-15T12:45:32.925Z | Downloaded smf v0.2.2 |
1214 | 2024-03-15T12:45:32.928Z | Downloaded smawk v0.3.1 |
1215 | 2024-03-15T12:45:32.928Z | Downloaded either v1.10.0 |
1216 | 2024-03-15T12:45:32.934Z | Downloaded aho-corasick v1.1.2 |
1217 | 2024-03-15T12:45:32.937Z | Downloaded proc-macro-error-attr v1.0.4 |
1218 | 2024-03-15T12:45:32.937Z | Downloaded serde_derive_internals v0.26.0 |
1219 | 2024-03-15T12:45:32.940Z | Downloaded usdt-macro v0.5.0 |
1220 | 2024-03-15T12:45:32.940Z | Downloaded test-strategy v0.3.1 |
1221 | 2024-03-15T12:45:32.943Z | Downloaded utf-8 v0.7.6 |
1222 | 2024-03-15T12:45:32.946Z | Downloaded guppy-workspace-hack v0.1.0 |
1223 | 2024-03-15T12:45:32.946Z | Downloaded headers-core v0.2.0 |
1224 | 2024-03-15T12:45:32.947Z | Downloaded hex-literal v0.4.1 |
1225 | 2024-03-15T12:45:32.949Z | Downloaded hex v0.4.3 |
1226 | 2024-03-15T12:45:32.950Z | Downloaded form_urlencoded v1.2.1 |
1227 | 2024-03-15T12:45:32.950Z | Downloaded zeroize_derive v1.4.2 |
1228 | 2024-03-15T12:45:32.953Z | Downloaded tui-tree-widget v0.17.0 |
1229 | 2024-03-15T12:45:32.953Z | Downloaded unicode-xid v0.2.4 |
1230 | 2024-03-15T12:45:32.956Z | Downloaded foreign-types-macros v0.2.3 |
1231 | 2024-03-15T12:45:32.956Z | Downloaded whoami v1.5.0 |
1232 | 2024-03-15T12:45:32.956Z | Downloaded pest v2.7.6 |
1233 | 2024-03-15T12:45:32.961Z | Downloaded rustc_version v0.4.0 |
1234 | 2024-03-15T12:45:32.964Z | Downloaded rand v0.4.6 |
1235 | 2024-03-15T12:45:32.968Z | Downloaded rustc_version v0.1.7 |
1236 | 2024-03-15T12:45:32.968Z | Downloaded rand v0.8.5 |
1237 | 2024-03-15T12:45:32.971Z | Downloaded itertools v0.12.1 |
1238 | 2024-03-15T12:45:32.979Z | Downloaded synstructure v0.12.6 |
1239 | 2024-03-15T12:45:32.982Z | Downloaded smallvec v1.13.1 |
1240 | 2024-03-15T12:45:32.983Z | Downloaded textwrap v0.16.1 |
1241 | 2024-03-15T12:45:32.989Z | Downloaded rand_seeder v0.2.3 |
1242 | 2024-03-15T12:45:32.992Z | Downloaded ena v0.14.2 |
1243 | 2024-03-15T12:45:32.992Z | Downloaded embedded-io v0.4.0 |
1244 | 2024-03-15T12:45:32.992Z | Downloaded rand_core v0.6.4 |
1245 | 2024-03-15T12:45:32.995Z | Downloaded hyper v0.14.28 |
1246 | 2024-03-15T12:45:33.001Z | Downloaded termios v0.3.3 |
1247 | 2024-03-15T12:45:33.005Z | Downloaded proc-macro-error v1.0.4 |
1248 | 2024-03-15T12:45:33.008Z | Downloaded serde_yaml v0.9.25 |
1249 | 2024-03-15T12:45:33.011Z | Downloaded term v0.7.0 |
1250 | 2024-03-15T12:45:33.014Z | Downloaded publicsuffix v2.2.3 |
1251 | 2024-03-15T12:45:33.017Z | Downloaded rustls-native-certs v0.7.0 |
1252 | 2024-03-15T12:45:33.021Z | Downloaded derive-where v1.2.7 |
1253 | 2024-03-15T12:45:33.024Z | Downloaded rustversion v1.0.14 |
1254 | 2024-03-15T12:45:33.027Z | Downloaded hkdf v0.12.4 |
1255 | 2024-03-15T12:45:33.030Z | Downloaded futures-util v0.3.30 |
1256 | 2024-03-15T12:45:33.041Z | Downloaded parking_lot_core v0.8.6 |
1257 | 2024-03-15T12:45:33.044Z | Downloaded tempfile v3.10.0 |
1258 | 2024-03-15T12:45:33.047Z | Downloaded zip v0.6.6 |
1259 | 2024-03-15T12:45:33.053Z | Downloaded tracing-attributes v0.1.27 |
1260 | 2024-03-15T12:45:33.056Z | Downloaded darling_core v0.14.4 |
1261 | 2024-03-15T12:45:33.059Z | Downloaded uuid v1.7.0 |
1262 | 2024-03-15T12:45:33.062Z | Downloaded darling_core v0.20.3 |
1263 | 2024-03-15T12:45:33.065Z | Downloaded bitvec v1.0.1 |
1264 | 2024-03-15T12:45:33.082Z | Downloaded postcard v1.0.8 |
1265 | 2024-03-15T12:45:33.085Z | Downloaded tungstenite v0.20.1 |
1266 | 2024-03-15T12:45:33.088Z | Downloaded structopt v0.3.26 |
1267 | 2024-03-15T12:45:33.096Z | Downloaded elliptic-curve v0.13.8 |
1268 | 2024-03-15T12:45:33.100Z | Downloaded tracing-core v0.1.32 |
1269 | 2024-03-15T12:45:33.104Z | Downloaded tracing v0.1.40 |
1270 | 2024-03-15T12:45:33.108Z | Downloaded expectorate v1.1.0 |
1271 | 2024-03-15T12:45:33.111Z | Downloaded rcgen v0.12.1 |
1272 | 2024-03-15T12:45:33.114Z | Downloaded rayon-core v1.12.1 |
1273 | 2024-03-15T12:45:33.117Z | Downloaded tough v0.16.0 |
1274 | 2024-03-15T12:45:33.126Z | Downloaded trust-dns-client v0.22.0 |
1275 | 2024-03-15T12:45:33.135Z | Downloaded tower v0.4.13 |
1276 | 2024-03-15T12:45:33.141Z | Downloaded plotters v0.3.5 |
1277 | 2024-03-15T12:45:33.151Z | Downloaded heapless v0.7.16 |
1278 | 2024-03-15T12:45:33.155Z | Downloaded rayon v1.9.0 |
1279 | 2024-03-15T12:45:33.166Z | Downloaded lalrpop v0.19.12 |
1280 | 2024-03-15T12:45:33.178Z | Downloaded rustyline v13.0.0 |
1281 | 2024-03-15T12:45:33.183Z | Downloaded vcpkg v0.2.15 |
1282 | 2024-03-15T12:45:33.222Z | Downloaded regex-automata v0.1.10 |
1283 | 2024-03-15T12:45:33.227Z | Downloaded portable-atomic v1.4.3 |
1284 | 2024-03-15T12:45:33.233Z | Downloaded hashbrown v0.13.2 |
1285 | 2024-03-15T12:45:33.237Z | Downloaded hashbrown v0.12.3 |
1286 | 2024-03-15T12:45:33.242Z | Downloaded nix v0.27.1 |
1287 | 2024-03-15T12:45:33.253Z | Downloaded rustls-webpki v0.101.7 |
1288 | 2024-03-15T12:45:33.270Z | Downloaded proptest v1.4.0 |
1289 | 2024-03-15T12:45:33.279Z | Downloaded rustls-webpki v0.102.1 |
1290 | 2024-03-15T12:45:33.298Z | Downloaded trust-dns-proto v0.22.0 |
1291 | 2024-03-15T12:45:33.310Z | Downloaded h2 v0.3.24 |
1292 | 2024-03-15T12:45:33.320Z | Downloaded sqlparser v0.43.1 |
1293 | 2024-03-15T12:45:33.323Z | Downloaded smoltcp v0.9.1 |
1294 | 2024-03-15T12:45:33.336Z | Downloaded rustls v0.22.2 |
1295 | 2024-03-15T12:45:33.350Z | Downloaded webpki-roots v0.25.2 |
1296 | 2024-03-15T12:45:33.355Z | Downloaded radix_trie v0.2.1 |
1297 | 2024-03-15T12:45:33.359Z | Downloaded regress v0.8.0 |
1298 | 2024-03-15T12:45:33.367Z | Downloaded zerocopy-derive v0.6.4 |
1299 | 2024-03-15T12:45:33.380Z | Downloaded tabled v0.15.0 |
1300 | 2024-03-15T12:45:33.395Z | Downloaded regex v1.10.3 |
1301 | 2024-03-15T12:45:33.408Z | Downloaded regress v0.9.0 |
1302 | 2024-03-15T12:45:33.420Z | Downloaded curve25519-dalek v4.1.1 |
1303 | 2024-03-15T12:45:33.426Z | Downloaded smoltcp v0.11.0 |
1304 | 2024-03-15T12:45:33.439Z | Downloaded regex-syntax v0.8.2 |
1305 | 2024-03-15T12:45:33.447Z | Downloaded openapiv3 v2.0.0 |
1306 | 2024-03-15T12:45:33.460Z | Downloaded sled v0.34.7 |
1307 | 2024-03-15T12:45:33.470Z | Downloaded regex-syntax v0.6.29 |
1308 | 2024-03-15T12:45:33.477Z | Downloaded zerocopy-derive v0.2.0 |
1309 | 2024-03-15T12:45:33.486Z | Downloaded csv v1.3.0 |
1310 | 2024-03-15T12:45:33.506Z | Downloaded openssl v0.10.60 |
1311 | 2024-03-15T12:45:33.518Z | Downloaded bstr v1.9.0 |
1312 | 2024-03-15T12:45:33.526Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1313 | 2024-03-15T12:45:33.539Z | Downloaded ratatui v0.26.1 |
1314 | 2024-03-15T12:45:33.556Z | Downloaded object v0.32.1 |
1315 | 2024-03-15T12:45:33.568Z | Downloaded object v0.30.4 |
1316 | 2024-03-15T12:45:33.576Z | Downloaded regex-automata v0.4.5 |
1317 | 2024-03-15T12:45:33.594Z | Downloaded tokio v1.36.0 |
1318 | 2024-03-15T12:45:33.631Z | Downloaded sha3 v0.10.8 |
1319 | 2024-03-15T12:45:33.635Z | Downloaded syn v1.0.109 |
1320 | 2024-03-15T12:45:33.646Z | Downloaded polar-core v0.27.0 |
1321 | 2024-03-15T12:45:33.655Z | Downloaded gimli v0.28.0 |
1322 | 2024-03-15T12:45:33.663Z | Downloaded diesel v2.1.4 |
1323 | 2024-03-15T12:45:33.681Z | Downloaded rustls v0.21.9 |
1324 | 2024-03-15T12:45:33.693Z | Downloaded bstr v0.2.17 |
1325 | 2024-03-15T12:45:33.703Z | Downloaded quick-xml v0.30.0 |
1326 | 2024-03-15T12:45:33.708Z | Downloaded reqwest v0.11.24 |
1327 | 2024-03-15T12:45:33.715Z | Downloaded idna v0.5.0 |
1328 | 2024-03-15T12:45:33.722Z | Downloaded idna v0.3.0 |
1329 | 2024-03-15T12:45:33.729Z | Downloaded idna v0.2.3 |
1330 | 2024-03-15T12:45:33.739Z | Downloaded chrono v0.4.34 |
1331 | 2024-03-15T12:45:33.744Z | Downloaded encoding_rs v0.8.33 |
1332 | 2024-03-15T12:45:33.766Z | Downloaded steno v0.4.0 |
1333 | 2024-03-15T12:45:33.769Z | Downloaded time v0.3.34 |
1334 | 2024-03-15T12:45:33.776Z | Downloaded serde_with v3.6.1 |
1335 | 2024-03-15T12:45:33.783Z | Downloaded bindgen v0.69.2 |
1336 | 2024-03-15T12:45:33.791Z | Downloaded guppy v0.17.5 |
1337 | 2024-03-15T12:45:33.796Z | Downloaded salty v0.2.0 |
1338 | 2024-03-15T12:45:33.802Z | Downloaded petgraph v0.6.4 |
1339 | 2024-03-15T12:45:33.816Z | Downloaded zerocopy v0.7.32 |
1340 | 2024-03-15T12:45:33.832Z | Downloaded tokio-util v0.7.10 |
1341 | 2024-03-15T12:45:33.839Z | Downloaded unicode-normalization v0.1.22 |
1342 | 2024-03-15T12:45:33.842Z | Downloaded serde_with_macros v3.6.1 |
1343 | 2024-03-15T12:45:33.848Z | Downloaded reedline v0.30.0 |
1344 | 2024-03-15T12:45:33.851Z | Downloaded winnow v0.5.15 |
1345 | 2024-03-15T12:45:33.859Z | Downloaded goblin v0.8.0 |
1346 | 2024-03-15T12:45:33.865Z | Downloaded trybuild v1.0.89 |
1347 | 2024-03-15T12:45:33.869Z | Downloaded poly1305 v0.8.0 |
1348 | 2024-03-15T12:45:33.872Z | Downloaded parking_lot_core v0.9.8 |
1349 | 2024-03-15T12:45:33.876Z | Downloaded csv-core v0.1.11 |
1350 | 2024-03-15T12:45:33.876Z | Downloaded unicode_categories v0.1.1 |
1351 | 2024-03-15T12:45:33.879Z | Downloaded num-bigint-dig v0.8.4 |
1352 | 2024-03-15T12:45:33.882Z | Downloaded fatfs v0.3.6 |
1353 | 2024-03-15T12:45:33.885Z | Downloaded slog-term v2.9.0 |
1354 | 2024-03-15T12:45:33.888Z | Downloaded foreign-types v0.5.0 |
1355 | 2024-03-15T12:45:33.888Z | Downloaded parse-display v0.9.0 |
1356 | 2024-03-15T12:45:33.891Z | Downloaded env_logger v0.10.0 |
1357 | 2024-03-15T12:45:33.891Z | Downloaded predicates v3.1.0 |
1358 | 2024-03-15T12:45:33.894Z | Downloaded getrandom v0.2.12 |
1359 | 2024-03-15T12:45:33.897Z | Downloaded unsafe-libyaml v0.2.10 |
1360 | 2024-03-15T12:45:33.900Z | Downloaded x509-cert v0.2.4 |
1361 | 2024-03-15T12:45:33.905Z | Downloaded nom v7.1.3 |
1362 | 2024-03-15T12:45:33.913Z | Downloaded parking_lot v0.12.1 |
1363 | 2024-03-15T12:45:33.916Z | Downloaded owo-colors v4.0.0 |
1364 | 2024-03-15T12:45:33.916Z | Downloaded oso v0.27.0 |
1365 | 2024-03-15T12:45:33.920Z | Downloaded openssl-sys v0.9.96 |
1366 | 2024-03-15T12:45:33.923Z | Downloaded prettyplease v0.2.16 |
1367 | 2024-03-15T12:45:33.926Z | Downloaded unicode-segmentation v1.10.1 |
1368 | 2024-03-15T12:45:33.932Z | Downloaded half v2.3.1 |
1369 | 2024-03-15T12:45:33.935Z | Downloaded pretty_assertions v1.4.0 |
1370 | 2024-03-15T12:45:33.938Z | Downloaded url v2.5.0 |
1371 | 2024-03-15T12:45:33.941Z | Downloaded partial-io v0.5.4 |
1372 | 2024-03-15T12:45:33.944Z | Downloaded itertools v0.10.5 |
1373 | 2024-03-15T12:45:33.948Z | Downloaded hyper v1.1.0 |
1374 | 2024-03-15T12:45:33.954Z | Downloaded version_check v0.9.4 |
1375 | 2024-03-15T12:45:33.958Z | Downloaded serde-hex v0.1.0 |
1376 | 2024-03-15T12:45:33.958Z | Downloaded dof v0.1.5 |
1377 | 2024-03-15T12:45:33.961Z | Downloaded derive_builder v0.12.0 |
1378 | 2024-03-15T12:45:33.964Z | Downloaded typed-path v0.7.0 |
1379 | 2024-03-15T12:45:33.968Z | Downloaded blake3 v1.5.0 |
1380 | 2024-03-15T12:45:33.976Z | Downloaded trust-dns-server v0.22.1 |
1381 | 2024-03-15T12:45:33.981Z | Downloaded der v0.7.8 |
1382 | 2024-03-15T12:45:33.989Z | Downloaded untrusted v0.7.1 |
1383 | 2024-03-15T12:45:33.992Z | Downloaded slog-scope v4.4.0 |
1384 | 2024-03-15T12:45:33.992Z | Downloaded hash32 v0.2.1 |
1385 | 2024-03-15T12:45:33.992Z | Downloaded float-cmp v0.9.0 |
1386 | 2024-03-15T12:45:33.992Z | Downloaded ff v0.13.0 |
1387 | 2024-03-15T12:45:33.993Z | Downloaded enum-as-inner v0.5.1 |
1388 | 2024-03-15T12:45:33.996Z | Downloaded datatest-stable v0.2.3 |
1389 | 2024-03-15T12:45:33.996Z | Downloaded debug-ignore v1.0.5 |
1390 | 2024-03-15T12:45:34.000Z | Downloaded fnv v1.0.7 |
1391 | 2024-03-15T12:45:34.000Z | Downloaded defmt-parser v0.3.3 |
1392 | 2024-03-15T12:45:34.000Z | Downloaded spin v0.9.8 |
1393 | 2024-03-15T12:45:34.003Z | Downloaded defmt v0.3.5 |
1394 | 2024-03-15T12:45:34.006Z | Downloaded tokio-postgres v0.7.10 |
1395 | 2024-03-15T12:45:34.010Z | Downloaded serde_tokenstream v0.2.0 |
1396 | 2024-03-15T12:45:34.013Z | Downloaded serde_repr v0.1.16 |
1397 | 2024-03-15T12:45:34.016Z | Downloaded serde_path_to_error v0.1.16 |
1398 | 2024-03-15T12:45:34.016Z | Downloaded tabwriter v1.4.0 |
1399 | 2024-03-15T12:45:34.019Z | Downloaded pin-project v1.1.3 |
1400 | 2024-03-15T12:45:34.027Z | Downloaded gethostname v0.4.3 |
1401 | 2024-03-15T12:45:34.030Z | Downloaded generic-array v0.14.7 |
1402 | 2024-03-15T12:45:34.030Z | Downloaded rustls-pemfile v2.1.1 |
1403 | 2024-03-15T12:45:34.034Z | Downloaded tokio-tungstenite v0.20.1 |
1404 | 2024-03-15T12:45:34.034Z | Downloaded trust-dns-resolver v0.22.0 |
1405 | 2024-03-15T12:45:34.038Z | Downloaded which v4.4.0 |
1406 | 2024-03-15T12:45:34.044Z | Downloaded tokio-rustls v0.25.0 |
1407 | 2024-03-15T12:45:34.044Z | Downloaded tabled_derive v0.7.0 |
1408 | 2024-03-15T12:45:34.047Z | Downloaded spki v0.7.2 |
1409 | 2024-03-15T12:45:34.047Z | Downloaded schemars_derive v0.8.16 |
1410 | 2024-03-15T12:45:34.047Z | Downloaded futures v0.3.30 |
1411 | 2024-03-15T12:45:34.050Z | Downloaded rustc-demangle v0.1.23 |
1412 | 2024-03-15T12:45:34.053Z | Downloaded rust-argon2 v1.0.1 |
1413 | 2024-03-15T12:45:34.053Z | Downloaded diesel_derives v2.1.2 |
1414 | 2024-03-15T12:45:34.056Z | Downloaded ucd-trie v0.1.6 |
1415 | 2024-03-15T12:45:34.060Z | Downloaded ring v0.17.8 |
1416 | 2024-03-15T12:45:34.131Z | Downloaded tar v0.4.40 |
1417 | 2024-03-15T12:45:34.136Z | Downloaded similar v2.4.0 |
1418 | 2024-03-15T12:45:34.139Z | Downloaded proc-macro-crate v1.3.1 |
1419 | 2024-03-15T12:45:34.139Z | Downloaded socket2 v0.5.5 |
1420 | 2024-03-15T12:45:34.142Z | Downloaded snafu v0.7.5 |
1421 | 2024-03-15T12:45:34.146Z | Downloaded libxml v0.3.3 |
1422 | 2024-03-15T12:45:34.152Z | Downloaded darling v0.20.3 |
1423 | 2024-03-15T12:45:34.155Z | Downloaded darling v0.14.4 |
1424 | 2024-03-15T12:45:34.163Z | Downloaded once_cell v1.19.0 |
1425 | 2024-03-15T12:45:34.165Z | Downloaded mio v0.8.11 |
1426 | 2024-03-15T12:45:34.168Z | Downloaded ring v0.16.20 |
1427 | 2024-03-15T12:45:34.249Z | Downloaded http v1.0.0 |
1428 | 2024-03-15T12:45:34.252Z | Downloaded tokio-stream v0.1.14 |
1429 | 2024-03-15T12:45:34.256Z | Downloaded pin-project-lite v0.2.13 |
1430 | 2024-03-15T12:45:34.260Z | Downloaded usdt-impl v0.3.5 |
1431 | 2024-03-15T12:45:34.264Z | Downloaded diff v0.1.13 |
1432 | 2024-03-15T12:45:34.267Z | Downloaded slog-dtrace v0.3.0 |
1433 | 2024-03-15T12:45:34.267Z | Downloaded toml v0.7.8 |
1434 | 2024-03-15T12:45:34.270Z | Downloaded heapless v0.8.0 |
1435 | 2024-03-15T12:45:34.273Z | Downloaded slog-envlogger v2.2.0 |
1436 | 2024-03-15T12:45:34.276Z | Downloaded plain v0.2.3 |
1437 | 2024-03-15T12:45:34.276Z | Downloaded plotters-backend v0.3.5 |
1438 | 2024-03-15T12:45:34.276Z | Downloaded percent-encoding v2.3.1 |
1439 | 2024-03-15T12:45:34.279Z | Downloaded tinyvec v1.6.0 |
1440 | 2024-03-15T12:45:34.279Z | Downloaded target-lexicon v0.12.13 |
1441 | 2024-03-15T12:45:34.282Z | Downloaded socket2 v0.4.9 |
1442 | 2024-03-15T12:45:34.285Z | Downloaded fallible-iterator v0.2.0 |
1443 | 2024-03-15T12:45:34.285Z | Downloaded subtle v2.5.0 |
1444 | 2024-03-15T12:45:34.285Z | Downloaded zerocopy v0.6.4 |
1445 | 2024-03-15T12:45:34.288Z | Downloaded futures-task v0.3.30 |
1446 | 2024-03-15T12:45:34.288Z | Downloaded zerocopy-derive v0.7.32 |
1447 | 2024-03-15T12:45:34.295Z | Downloaded secrecy v0.8.0 |
1448 | 2024-03-15T12:45:34.298Z | Downloaded sec1 v0.7.3 |
1449 | 2024-03-15T12:45:34.298Z | Downloaded unicode-bidi v0.3.15 |
1450 | 2024-03-15T12:45:34.298Z | Downloaded crossbeam-channel v0.5.8 |
1451 | 2024-03-15T12:45:34.301Z | Downloaded data-encoding v2.4.0 |
1452 | 2024-03-15T12:45:34.304Z | Downloaded subprocess v0.2.9 |
1453 | 2024-03-15T12:45:34.307Z | Downloaded ref-cast-impl v1.0.20 |
1454 | 2024-03-15T12:45:34.307Z | Downloaded hmac v0.12.1 |
1455 | 2024-03-15T12:45:34.307Z | Downloaded pkcs1 v0.7.5 |
1456 | 2024-03-15T12:45:34.310Z | Downloaded pin-project-internal v1.1.3 |
1457 | 2024-03-15T12:45:34.313Z | Downloaded digest v0.10.7 |
1458 | 2024-03-15T12:45:34.313Z | Downloaded difflib v0.4.0 |
1459 | 2024-03-15T12:45:34.313Z | Downloaded strum_macros v0.26.1 |
1460 | 2024-03-15T12:45:34.316Z | Downloaded indicatif v0.17.8 |
1461 | 2024-03-15T12:45:34.319Z | Downloaded pem v3.0.2 |
1462 | 2024-03-15T12:45:34.319Z | Downloaded olpc-cjson v0.1.3 |
1463 | 2024-03-15T12:45:34.322Z | Downloaded futures-channel v0.3.30 |
1464 | 2024-03-15T12:45:34.322Z | Downloaded scroll v0.12.0 |
1465 | 2024-03-15T12:45:34.325Z | Downloaded xattr v1.0.1 |
1466 | 2024-03-15T12:45:34.325Z | Downloaded wait-timeout v0.2.0 |
1467 | 2024-03-15T12:45:34.325Z | Downloaded futures-io v0.3.30 |
1468 | 2024-03-15T12:45:34.329Z | Downloaded fragile v2.0.0 |
1469 | 2024-03-15T12:45:34.329Z | Downloaded unarray v0.1.4 |
1470 | 2024-03-15T12:45:34.329Z | Downloaded similar-asserts v1.5.0 |
1471 | 2024-03-15T12:45:34.332Z | Downloaded pest_generator v2.7.6 |
1472 | 2024-03-15T12:45:34.332Z | Downloaded sqlparser_derive v0.2.2 |
1473 | 2024-03-15T12:45:34.335Z | Downloaded derive_more v0.99.17 |
1474 | 2024-03-15T12:45:34.338Z | Downloaded base64 v0.21.7 |
1475 | 2024-03-15T12:45:34.341Z | Downloaded chacha20poly1305 v0.10.1 |
1476 | 2024-03-15T12:45:34.347Z | Downloaded bytes v1.5.0 |
1477 | 2024-03-15T12:45:34.350Z | Downloaded hostname v0.3.1 |
1478 | 2024-03-15T12:45:34.350Z | Downloaded snafu-derive v0.7.5 |
1479 | 2024-03-15T12:45:34.350Z | Downloaded num-complex v0.4.4 |
1480 | 2024-03-15T12:45:34.350Z | Downloaded compact_str v0.7.1 |
1481 | 2024-03-15T12:45:34.353Z | Downloaded native-tls v0.2.11 |
1482 | 2024-03-15T12:45:34.356Z | Downloaded multer v3.0.0 |
1483 | 2024-03-15T12:45:34.356Z | Downloaded memmap2 v0.7.1 |
1484 | 2024-03-15T12:45:34.359Z | Downloaded thread_local v1.1.7 |
1485 | 2024-03-15T12:45:34.359Z | Downloaded thread-id v4.2.0 |
1486 | 2024-03-15T12:45:34.362Z | Downloaded ipnet v2.9.0 |
1487 | 2024-03-15T12:45:34.362Z | Downloaded structmeta-derive v0.3.0 |
1488 | 2024-03-15T12:45:34.362Z | Downloaded structmeta-derive v0.2.0 |
1489 | 2024-03-15T12:45:34.365Z | Downloaded structmeta v0.3.0 |
1490 | 2024-03-15T12:45:34.365Z | Downloaded structmeta v0.2.0 |
1491 | 2024-03-15T12:45:34.365Z | Downloaded strsim v0.10.0 |
1492 | 2024-03-15T12:45:34.368Z | Downloaded strsim v0.8.0 |
1493 | 2024-03-15T12:45:34.368Z | Downloaded scheduled-thread-pool v0.2.7 |
1494 | 2024-03-15T12:45:34.368Z | Downloaded rstest v0.18.2 |
1495 | 2024-03-15T12:45:34.372Z | Downloaded nu-ansi-term v0.50.0 |
1496 | 2024-03-15T12:45:34.375Z | Downloaded thiserror-impl-no-std v2.0.2 |
1497 | 2024-03-15T12:45:34.378Z | Downloaded termcolor v1.2.0 |
1498 | 2024-03-15T12:45:34.378Z | Downloaded strip-ansi-escapes v0.2.0 |
1499 | 2024-03-15T12:45:34.378Z | Downloaded stringprep v0.1.3 |
1500 | 2024-03-15T12:45:34.381Z | Downloaded relative-path v1.9.0 |
1501 | 2024-03-15T12:45:34.381Z | Downloaded cancel-safe-futures v0.1.5 |
1502 | 2024-03-15T12:45:34.384Z | Downloaded bzip2 v0.4.4 |
1503 | 2024-03-15T12:45:34.388Z | Downloaded vte_generate_state_changes v0.1.1 |
1504 | 2024-03-15T12:45:34.388Z | Downloaded num-derive v0.4.0 |
1505 | 2024-03-15T12:45:34.388Z | Downloaded newtype-uuid v1.0.1 |
1506 | 2024-03-15T12:45:34.388Z | Downloaded const-oid v0.9.6 |
1507 | 2024-03-15T12:45:34.391Z | Downloaded crossbeam-epoch v0.9.18 |
1508 | 2024-03-15T12:45:34.397Z | Downloaded memmap v0.7.0 |
1509 | 2024-03-15T12:45:34.397Z | Downloaded libsw v3.3.1 |
1510 | 2024-03-15T12:45:34.400Z | Downloaded maplit v1.0.2 |
1511 | 2024-03-15T12:45:34.400Z | Downloaded nanorand v0.7.0 |
1512 | 2024-03-15T12:45:34.400Z | Downloaded lazycell v1.3.0 |
1513 | 2024-03-15T12:45:34.400Z | Downloaded kstat-rs v0.2.3 |
1514 | 2024-03-15T12:45:34.400Z | Downloaded impl-trait-for-tuples v0.2.2 |
1515 | 2024-03-15T12:45:34.403Z | Downloaded bcs v0.1.6 |
1516 | 2024-03-15T12:45:34.403Z | Downloaded shlex v1.3.0 |
1517 | 2024-03-15T12:45:34.406Z | Downloaded shell-words v1.1.0 |
1518 | 2024-03-15T12:45:34.406Z | Downloaded semver-parser v0.10.2 |
1519 | 2024-03-15T12:45:34.407Z | Downloaded bit-vec v0.6.3 |
1520 | 2024-03-15T12:45:34.410Z | Downloaded maybe-uninit v2.0.0 |
1521 | 2024-03-15T12:45:34.410Z | Downloaded linked-hash-map v0.5.6 |
1522 | 2024-03-15T12:45:34.410Z | Downloaded hyper-tls v0.5.0 |
1523 | 2024-03-15T12:45:34.413Z | Downloaded semver v0.1.20 |
1524 | 2024-03-15T12:45:34.413Z | Downloaded assert_cmd v2.0.14 |
1525 | 2024-03-15T12:45:34.413Z | Downloaded backoff v0.4.0 |
1526 | 2024-03-15T12:45:34.416Z | Downloaded ipnetwork v0.20.0 |
1527 | 2024-03-15T12:45:34.416Z | Downloaded heck v0.3.3 |
1528 | 2024-03-15T12:45:34.420Z | Downloaded constant_time_eq v0.2.6 |
1529 | 2024-03-15T12:45:34.420Z | Downloaded buf-list v1.0.3 |
1530 | 2024-03-15T12:45:34.423Z | Downloaded crossbeam-deque v0.8.3 |
1531 | 2024-03-15T12:45:34.423Z | Downloaded criterion-plot v0.5.0 |
1532 | 2024-03-15T12:45:34.426Z | Downloaded byteorder v1.5.0 |
1533 | 2024-03-15T12:45:34.426Z | Downloaded keccak v0.1.4 |
1534 | 2024-03-15T12:45:34.426Z | Downloaded hyper-rustls v0.26.0 |
1535 | 2024-03-15T12:45:34.429Z | Downloaded serde-big-array v0.4.1 |
1536 | 2024-03-15T12:45:34.429Z | Downloaded num_threads v0.1.6 |
1537 | 2024-03-15T12:45:34.432Z | Downloaded num-integer v0.1.46 |
1538 | 2024-03-15T12:45:34.432Z | Downloaded nibble_vec v0.1.0 |
1539 | 2024-03-15T12:45:34.432Z | Downloaded lru-cache v0.1.2 |
1540 | 2024-03-15T12:45:34.435Z | Downloaded linear-map v1.2.0 |
1541 | 2024-03-15T12:45:34.435Z | Downloaded lalrpop-util v0.19.12 |
1542 | 2024-03-15T12:45:34.435Z | Downloaded hyper-staticfile v0.9.5 |
1543 | 2024-03-15T12:45:34.438Z | Downloaded constant_time_eq v0.3.0 |
1544 | 2024-03-15T12:45:34.438Z | Downloaded cexpr v0.6.0 |
1545 | 2024-03-15T12:45:34.441Z | Downloaded camino-tempfile v1.1.1 |
1546 | 2024-03-15T12:45:34.441Z | Downloaded async-trait v0.1.77 |
1547 | 2024-03-15T12:45:34.444Z | Downloaded argon2 v0.5.3 |
1548 | 2024-03-15T12:45:34.450Z | Downloaded base64ct v1.6.0 |
1549 | 2024-03-15T12:45:34.453Z | Downloaded ciborium-ll v0.2.2 |
1550 | 2024-03-15T12:45:34.453Z | Downloaded cast v0.3.0 |
1551 | 2024-03-15T12:45:34.453Z | Downloaded cassowary v0.3.0 |
1552 | 2024-03-15T12:45:34.453Z | Downloaded castaway v0.2.2 |
1553 | 2024-03-15T12:45:34.453Z | Downloaded bb8 v0.8.3 |
1554 | 2024-03-15T12:45:34.453Z | Downloaded bitfield v0.14.0 |
1555 | 2024-03-15T12:45:34.456Z | Downloaded array-init v0.0.4 |
1556 | 2024-03-15T12:45:34.457Z | Downloaded approx v0.5.1 |
1557 | 2024-03-15T12:45:34.457Z | Downloaded ascii-canvas v3.0.0 |
1558 | 2024-03-15T12:45:34.460Z | Downloaded aead v0.5.2 |
1559 | 2024-03-15T12:45:34.460Z | Downloaded libtest-mimic v0.6.1 |
1560 | 2024-03-15T12:45:34.460Z | Downloaded libefi-sys v0.1.0 |
1561 | 2024-03-15T12:45:34.463Z | Downloaded indoc v2.0.3 |
1562 | 2024-03-15T12:45:34.463Z | Downloaded ciborium-io v0.2.2 |
1563 | 2024-03-15T12:45:34.466Z | Downloaded match_cfg v0.1.0 |
1564 | 2024-03-15T12:45:34.466Z | Downloaded is_ci v1.2.0 |
1565 | 2024-03-15T12:45:34.466Z | Downloaded crunchy v0.2.2 |
1566 | 2024-03-15T12:45:34.466Z | Downloaded assert_matches v1.5.0 |
1567 | 2024-03-15T12:45:34.467Z | Downloaded humantime v2.1.0 |
1568 | 2024-03-15T12:45:34.470Z | Downloaded hubpack v0.1.2 |
1569 | 2024-03-15T12:45:34.470Z | Downloaded httpdate v1.0.3 |
1570 | 2024-03-15T12:45:34.470Z | Downloaded http-range v0.1.5 |
1571 | 2024-03-15T12:45:34.473Z | Downloaded atty v0.2.14 |
1572 | 2024-03-15T12:45:34.473Z | Downloaded arrayvec v0.7.4 |
1573 | 2024-03-15T12:45:34.476Z | Downloaded arrayref v0.3.7 |
1574 | 2024-03-15T12:45:34.476Z | Downloaded crc-catalog v2.2.0 |
1575 | 2024-03-15T12:45:34.476Z | Downloaded block-padding v0.3.3 |
1576 | 2024-03-15T12:45:34.476Z | Downloaded blake2b_simd v1.0.1 |
1577 | 2024-03-15T12:45:34.479Z | Downloaded blake2 v0.10.6 |
1578 | 2024-03-15T12:45:34.479Z | Downloaded block-buffer v0.10.4 |
1579 | 2024-03-15T12:45:34.482Z | Downloaded anes v0.1.6 |
1580 | 2024-03-15T12:45:35.006Z | Compiling libc v0.2.153 |
1581 | 2024-03-15T12:45:35.006Z | Compiling serde v1.0.197 |
1582 | 2024-03-15T12:45:35.009Z | Compiling version_check v0.9.4 |
1583 | 2024-03-15T12:45:35.009Z | Compiling autocfg v1.1.0 |
1584 | 2024-03-15T12:45:35.010Z | Checking cfg-if v1.0.0 |
1585 | 2024-03-15T12:45:35.010Z | Compiling syn v1.0.109 |
1586 | 2024-03-15T12:45:35.078Z | Compiling syn v2.0.51 |
1587 | 2024-03-15T12:45:35.230Z | Compiling parking_lot_core v0.9.8 |
1588 | 2024-03-15T12:45:35.260Z | Compiling memchr v2.7.1 |
1589 | 2024-03-15T12:45:35.631Z | Compiling libm v0.2.7 |
1590 | 2024-03-15T12:45:35.710Z | Compiling once_cell v1.19.0 |
1591 | 2024-03-15T12:45:36.036Z | Compiling lock_api v0.4.10 |
1592 | 2024-03-15T12:45:36.043Z | Compiling ahash v0.8.8 |
1593 | 2024-03-15T12:45:36.115Z | Compiling num-traits v0.2.18 |
1594 | 2024-03-15T12:45:36.437Z | Compiling serde_json v1.0.114 |
1595 | 2024-03-15T12:45:36.455Z | Compiling byteorder v1.5.0 |
1596 | 2024-03-15T12:45:36.923Z | Compiling slab v0.4.9 |
1597 | 2024-03-15T12:45:37.102Z | Compiling log v0.4.20 |
1598 | 2024-03-15T12:45:37.158Z | Checking getrandom v0.2.12 |
1599 | 2024-03-15T12:45:37.321Z | Compiling cc v1.0.83 |
1600 | 2024-03-15T12:45:37.415Z | Compiling typenum v1.16.0 |
1601 | 2024-03-15T12:45:37.636Z | Compiling generic-array v0.14.7 |
1602 | 2024-03-15T12:45:37.739Z | Checking itoa v1.0.9 |
1603 | 2024-03-15T12:45:37.931Z | Compiling allocator-api2 v0.2.16 |
1604 | 2024-03-15T12:45:37.949Z | Compiling pkg-config v0.3.27 |
1605 | 2024-03-15T12:45:38.022Z | Checking scopeguard v1.2.0 |
1606 | 2024-03-15T12:45:38.314Z | Checking smallvec v1.13.1 |
1607 | 2024-03-15T12:45:38.542Z | Compiling rustix v0.38.31 |
1608 | 2024-03-15T12:45:38.726Z | Compiling schemars v0.8.16 |
1609 | 2024-03-15T12:45:38.945Z | Compiling fnv v1.0.7 |
1610 | 2024-03-15T12:45:39.082Z | Compiling httparse v1.8.0 |
1611 | 2024-03-15T12:45:39.102Z | Compiling time-core v0.1.2 |
1612 | 2024-03-15T12:45:39.253Z | Compiling num-conv v0.1.0 |
1613 | 2024-03-15T12:45:39.284Z | Compiling vcpkg v0.2.15 |
1614 | 2024-03-15T12:45:39.336Z | Compiling ucd-trie v0.1.6 |
1615 | 2024-03-15T12:45:39.509Z | Compiling aho-corasick v1.1.2 |
1616 | 2024-03-15T12:45:39.526Z | Compiling time-macros v0.2.17 |
1617 | 2024-03-15T12:45:40.494Z | Compiling ring v0.17.8 |
1618 | 2024-03-15T12:45:40.934Z | Compiling regex-syntax v0.8.2 |
1619 | 2024-03-15T12:45:41.619Z | Compiling openssl-sys v0.9.96 |
1620 | 2024-03-15T12:45:43.004Z | Compiling serde_derive_internals v0.26.0 |
1621 | 2024-03-15T12:45:44.671Z | Compiling regex-automata v0.4.5 |
1622 | 2024-03-15T12:45:44.729Z | Checking parking_lot v0.12.1 |
1623 | 2024-03-15T12:45:45.051Z | Checking pin-project-lite v0.2.13 |
1624 | 2024-03-15T12:45:45.376Z | Checking rand_core v0.6.4 |
1625 | 2024-03-15T12:45:45.631Z | Compiling crossbeam-utils v0.8.19 |
1626 | 2024-03-15T12:45:45.665Z | Compiling ring v0.16.20 |
1627 | 2024-03-15T12:45:46.123Z | Checking ryu v1.0.15 |
1628 | 2024-03-15T12:45:46.253Z | Checking signal-hook-registry v1.4.1 |
1629 | 2024-03-15T12:45:46.352Z | Compiling openssl v0.10.60 |
1630 | 2024-03-15T12:45:46.499Z | Checking mio v0.8.11 |
1631 | 2024-03-15T12:45:46.788Z | Checking num_cpus v1.16.0 |
1632 | 2024-03-15T12:45:46.884Z | Checking futures-core v0.3.30 |
1633 | 2024-03-15T12:45:47.057Z | Compiling rustls v0.21.9 |
1634 | 2024-03-15T12:45:47.094Z | Compiling iana-time-zone v0.1.57 |
1635 | 2024-03-15T12:45:47.130Z | Compiling spin v0.5.2 |
1636 | 2024-03-15T12:45:47.316Z | Compiling native-tls v0.2.11 |
1637 | 2024-03-15T12:45:47.352Z | Compiling async-trait v0.1.77 |
1638 | 2024-03-15T12:45:47.529Z | Compiling slog v2.7.0 |
1639 | 2024-03-15T12:45:47.885Z | Compiling cookie v0.17.0 |
1640 | 2024-03-15T12:45:48.228Z | Checking socket2 v0.5.5 |
1641 | 2024-03-15T12:45:48.702Z | Compiling tinyvec_macros v0.1.1 |
1642 | 2024-03-15T12:45:48.787Z | Compiling tinyvec v1.6.0 |
1643 | 2024-03-15T12:45:48.805Z | Compiling dyn-clone v1.0.17 |
1644 | 2024-03-15T12:45:48.874Z | Compiling backtrace v0.3.69 |
1645 | 2024-03-15T12:45:49.053Z | Compiling futures-sink v0.3.30 |
1646 | 2024-03-15T12:45:49.206Z | Compiling unicode-bidi v0.3.15 |
1647 | 2024-03-15T12:45:49.281Z | Compiling errno v0.3.8 |
1648 | 2024-03-15T12:45:49.331Z | Compiling crc32fast v1.3.2 |
1649 | 2024-03-15T12:45:49.509Z | Compiling either v1.10.0 |
1650 | 2024-03-15T12:45:49.818Z | Compiling regex v1.10.3 |
1651 | 2024-03-15T12:45:49.914Z | Compiling unicode-xid v0.2.4 |
1652 | 2024-03-15T12:45:49.992Z | Compiling futures-channel v0.3.30 |
1653 | 2024-03-15T12:45:50.070Z | Compiling serde_derive v1.0.197 |
1654 | 2024-03-15T12:45:50.132Z | Compiling zerocopy-derive v0.7.32 |
1655 | 2024-03-15T12:45:50.267Z | Compiling thiserror-impl v1.0.57 |
1656 | 2024-03-15T12:45:50.430Z | Compiling zeroize_derive v1.4.2 |
1657 | 2024-03-15T12:45:50.704Z | Compiling tokio-macros v2.2.0 |
1658 | 2024-03-15T12:45:50.771Z | Compiling futures-macro v0.3.30 |
1659 | 2024-03-15T12:45:50.967Z | Compiling tracing-attributes v0.1.27 |
1660 | 2024-03-15T12:45:52.078Z | Compiling schemars_derive v0.8.16 |
1661 | 2024-03-15T12:45:52.448Z | Checking zeroize v1.7.0 |
1662 | 2024-03-15T12:45:52.592Z | Compiling zerocopy v0.7.32 |
1663 | 2024-03-15T12:45:52.696Z | Compiling openssl-macros v0.1.1 |
1664 | 2024-03-15T12:45:53.752Z | Compiling thiserror v1.0.57 |
1665 | 2024-03-15T12:45:53.883Z | Compiling pest v2.7.6 |
1666 | 2024-03-15T12:45:54.518Z | Compiling unicode-normalization v0.1.22 |
1667 | 2024-03-15T12:45:54.787Z | Compiling hashbrown v0.14.3 |
1668 | 2024-03-15T12:45:55.649Z | Compiling anyhow v1.0.79 |
1669 | 2024-03-15T12:45:55.701Z | Compiling futures-io v0.3.30 |
1670 | 2024-03-15T12:45:55.848Z | Compiling pin-utils v0.1.0 |
1671 | 2024-03-15T12:45:55.871Z | Compiling futures-task v0.3.30 |
1672 | 2024-03-15T12:45:55.942Z | Compiling spin v0.9.8 |
1673 | 2024-03-15T12:45:55.994Z | Compiling tracing-core v0.1.32 |
1674 | 2024-03-15T12:45:56.171Z | Compiling pest_meta v2.7.6 |
1675 | 2024-03-15T12:45:56.228Z | Compiling futures-util v0.3.30 |
1676 | 2024-03-15T12:45:56.284Z | Compiling rustversion v1.0.14 |
1677 | 2024-03-15T12:45:56.287Z | Compiling der_derive v0.7.2 |
1678 | 2024-03-15T12:45:56.638Z | Compiling percent-encoding v2.3.1 |
1679 | 2024-03-15T12:45:56.975Z | Compiling tracing v0.1.40 |
1680 | 2024-03-15T12:45:57.165Z | Compiling winnow v0.5.15 |
1681 | 2024-03-15T12:45:57.475Z | Compiling pest_generator v2.7.6 |
1682 | 2024-03-15T12:45:59.213Z | Compiling lazy_static v1.4.0 |
1683 | 2024-03-15T12:45:59.325Z | Checking subtle v2.5.0 |
1684 | 2024-03-15T12:45:59.541Z | Compiling unicode-width v0.1.11 |
1685 | 2024-03-15T12:45:59.779Z | Compiling untrusted v0.9.0 |
1686 | 2024-03-15T12:45:59.956Z | Compiling powerfmt v0.2.0 |
1687 | 2024-03-15T12:46:00.126Z | Compiling untrusted v0.7.1 |
1688 | 2024-03-15T12:46:00.321Z | Compiling foreign-types-shared v0.1.1 |
1689 | 2024-03-15T12:46:00.434Z | Compiling foreign-types v0.3.2 |
1690 | 2024-03-15T12:46:00.526Z | Compiling deranged v0.3.11 |
1691 | 2024-03-15T12:46:01.280Z | Compiling pest_derive v2.7.6 |
1692 | 2024-03-15T12:46:02.113Z | Compiling form_urlencoded v1.2.1 |
1693 | 2024-03-15T12:46:02.429Z | Compiling synstructure v0.12.6 |
1694 | 2024-03-15T12:46:02.453Z | Compiling scroll_derive v0.12.0 |
1695 | 2024-03-15T12:46:02.892Z | Compiling thread-id v4.2.0 |
1696 | 2024-03-15T12:46:03.000Z | Compiling base64 v0.21.7 |
1697 | 2024-03-15T12:46:03.889Z | Checking bytes v1.5.0 |
1698 | 2024-03-15T12:46:03.980Z | Checking bitflags v2.4.2 |
1699 | 2024-03-15T12:46:03.997Z | Compiling try-lock v0.2.4 |
1700 | 2024-03-15T12:46:04.086Z | Compiling num_threads v0.1.6 |
1701 | 2024-03-15T12:46:04.212Z | Compiling time v0.3.34 |
1702 | 2024-03-15T12:46:04.245Z | Compiling zerocopy-derive v0.2.0 |
1703 | 2024-03-15T12:46:04.261Z | Compiling want v0.3.1 |
1704 | 2024-03-15T12:46:04.541Z | Compiling rustls-webpki v0.101.7 |
1705 | 2024-03-15T12:46:04.582Z | Compiling sct v0.7.0 |
1706 | 2024-03-15T12:46:04.629Z | Checking tokio v1.36.0 |
1707 | 2024-03-15T12:46:04.874Z | Compiling idna v0.5.0 |
1708 | 2024-03-15T12:46:05.662Z | Compiling indexmap v2.2.5 |
1709 | 2024-03-15T12:46:06.566Z | Compiling uuid v1.7.0 |
1710 | 2024-03-15T12:46:06.943Z | Compiling semver v1.0.22 |
1711 | 2024-03-15T12:46:07.151Z | Compiling chrono v0.4.34 |
1712 | 2024-03-15T12:46:07.672Z | Compiling http v0.2.12 |
1713 | 2024-03-15T12:46:08.554Z | Compiling serde_spanned v0.6.5 |
1714 | 2024-03-15T12:46:08.799Z | Compiling toml_datetime v0.6.5 |
1715 | 2024-03-15T12:46:09.282Z | Compiling rustc_version v0.4.0 |
1716 | 2024-03-15T12:46:09.738Z | Compiling toml_edit v0.19.15 |
1717 | 2024-03-15T12:46:10.049Z | Compiling openapiv3 v2.0.0 |
1718 | 2024-03-15T12:46:10.364Z | Compiling http-body v0.4.5 |
1719 | 2024-03-15T12:46:11.206Z | Compiling openssl-probe v0.1.5 |
1720 | 2024-03-15T12:46:11.539Z | Compiling httpdate v1.0.3 |
1721 | 2024-03-15T12:46:11.742Z | Compiling const-oid v0.9.6 |
1722 | 2024-03-15T12:46:11.790Z | Compiling tower-service v0.3.2 |
1723 | 2024-03-15T12:46:12.248Z | Compiling url v2.5.0 |
1724 | 2024-03-15T12:46:13.645Z | Compiling idna v0.3.0 |
1725 | 2024-03-15T12:46:14.188Z | Compiling adler v1.0.2 |
1726 | 2024-03-15T12:46:14.419Z | Compiling psl-types v2.0.11 |
1727 | 2024-03-15T12:46:14.614Z | Compiling publicsuffix v2.2.3 |
1728 | 2024-03-15T12:46:14.631Z | Compiling miniz_oxide v0.7.1 |
1729 | 2024-03-15T12:46:14.856Z | Compiling crossbeam-epoch v0.9.18 |
1730 | 2024-03-15T12:46:15.237Z | Compiling signal-hook v0.3.17 |
1731 | 2024-03-15T12:46:15.632Z | Compiling ipnet v2.9.0 |
1732 | 2024-03-15T12:46:15.685Z | Compiling cookie_store v0.20.0 |
1733 | 2024-03-15T12:46:16.185Z | Compiling tokio-util v0.7.10 |
1734 | 2024-03-15T12:46:16.313Z | Compiling serde_urlencoded v0.7.1 |
1735 | 2024-03-15T12:46:16.831Z | Compiling rustls-pemfile v1.0.3 |
1736 | 2024-03-15T12:46:16.891Z | Compiling crypto-common v0.1.6 |
1737 | 2024-03-15T12:46:17.212Z | Compiling clap_derive v4.5.0 |
1738 | 2024-03-15T12:46:17.242Z | Compiling zerocopy-derive v0.6.4 |
1739 | 2024-03-15T12:46:17.697Z | Compiling h2 v0.3.24 |
1740 | 2024-03-15T12:46:17.718Z | Compiling tokio-native-tls v0.3.1 |
1741 | 2024-03-15T12:46:17.973Z | Compiling tokio-rustls v0.24.1 |
1742 | 2024-03-15T12:46:17.990Z | Compiling usdt-impl v0.3.5 |
1743 | 2024-03-15T12:46:18.314Z | Compiling encoding_rs v0.8.33 |
1744 | 2024-03-15T12:46:18.363Z | Compiling sync_wrapper v0.1.2 |
1745 | 2024-03-15T12:46:18.491Z | Compiling gimli v0.28.0 |
1746 | 2024-03-15T12:46:19.537Z | Compiling webpki-roots v0.25.2 |
1747 | 2024-03-15T12:46:19.665Z | Compiling siphasher v0.3.11 |
1748 | 2024-03-15T12:46:19.683Z | Compiling mime v0.3.17 |
1749 | 2024-03-15T12:46:20.213Z | Compiling zerocopy v0.3.0 |
1750 | 2024-03-15T12:46:20.312Z | Compiling scroll v0.12.0 |
1751 | 2024-03-15T12:46:20.865Z | Compiling block-buffer v0.10.4 |
1752 | 2024-03-15T12:46:21.131Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1753 | 2024-03-15T12:46:21.428Z | Compiling object v0.32.1 |
1754 | 2024-03-15T12:46:21.583Z | Compiling usdt-impl v0.5.0 |
1755 | 2024-03-15T12:46:22.055Z | Compiling rustc-demangle v0.1.23 |
1756 | 2024-03-15T12:46:22.452Z | Compiling plain v0.2.3 |
1757 | 2024-03-15T12:46:22.611Z | Compiling goblin v0.8.0 |
1758 | 2024-03-15T12:46:22.815Z | Compiling addr2line v0.21.0 |
1759 | 2024-03-15T12:46:23.402Z | Compiling flate2 v1.0.28 |
1760 | 2024-03-15T12:46:23.405Z | Compiling digest v0.10.7 |
1761 | 2024-03-15T12:46:23.434Z | Compiling dof v0.1.5 |
1762 | 2024-03-15T12:46:23.855Z | Compiling heapless v0.7.16 |
1763 | 2024-03-15T12:46:24.069Z | Compiling dtrace-parser v0.1.14 |
1764 | 2024-03-15T12:46:24.277Z | Compiling futures-executor v0.3.30 |
1765 | 2024-03-15T12:46:24.343Z | Compiling ppv-lite86 v0.2.17 |
1766 | 2024-03-15T12:46:24.889Z | Compiling hyper v0.14.28 |
1767 | 2024-03-15T12:46:25.163Z | Compiling pretty-hex v0.4.1 |
1768 | 2024-03-15T12:46:25.180Z | Compiling rand_chacha v0.3.1 |
1769 | 2024-03-15T12:46:26.094Z | Compiling futures v0.3.30 |
1770 | 2024-03-15T12:46:26.124Z | Compiling toml_edit v0.22.6 |
1771 | 2024-03-15T12:46:26.278Z | Compiling toml v0.7.8 |
1772 | 2024-03-15T12:46:27.069Z | Compiling hex v0.4.3 |
1773 | 2024-03-15T12:46:27.268Z | Compiling serde_tokenstream v0.1.7 |
1774 | 2024-03-15T12:46:27.783Z | Compiling dtrace-parser v0.2.0 |
1775 | 2024-03-15T12:46:28.323Z | Compiling dof v0.3.0 |
1776 | 2024-03-15T12:46:28.942Z | Compiling bit-vec v0.6.3 |
1777 | 2024-03-15T12:46:29.391Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1778 | 2024-03-15T12:46:30.308Z | Compiling rand v0.8.5 |
1779 | 2024-03-15T12:46:30.683Z | Compiling phf_shared v0.10.0 |
1780 | 2024-03-15T12:46:31.073Z | Compiling num-bigint v0.4.4 |
1781 | 2024-03-15T12:46:31.093Z | Compiling precomputed-hash v0.1.1 |
1782 | 2024-03-15T12:46:31.145Z | Compiling new_debug_unreachable v1.0.4 |
1783 | 2024-03-15T12:46:31.205Z | Compiling fixedbitset v0.4.2 |
1784 | 2024-03-15T12:46:31.236Z | Compiling minimal-lexical v0.2.1 |
1785 | 2024-03-15T12:46:31.407Z | Compiling base64ct v1.6.0 |
1786 | 2024-03-15T12:46:31.636Z | Compiling smoltcp v0.9.1 |
1787 | 2024-03-15T12:46:31.755Z | Compiling nom v7.1.3 |
1788 | 2024-03-15T12:46:31.913Z | Compiling hyper-tls v0.5.0 |
1789 | 2024-03-15T12:46:32.004Z | Compiling hyper-rustls v0.24.2 |
1790 | 2024-03-15T12:46:32.337Z | Compiling reqwest v0.11.24 |
1791 | 2024-03-15T12:46:32.358Z | Compiling pem-rfc7468 v0.7.0 |
1792 | 2024-03-15T12:46:32.415Z | Compiling petgraph v0.6.4 |
1793 | 2024-03-15T12:46:32.643Z | Compiling string_cache v0.8.7 |
1794 | 2024-03-15T12:46:33.106Z | Compiling bit-set v0.5.3 |
1795 | 2024-03-15T12:46:33.109Z | Compiling usdt-attr-macro v0.3.5 |
1796 | 2024-03-15T12:46:33.203Z | Compiling usdt-macro v0.3.5 |
1797 | 2024-03-15T12:46:33.387Z | Compiling hmac v0.12.1 |
1798 | 2024-03-15T12:46:34.221Z | Compiling enum-as-inner v0.5.1 |
1799 | 2024-03-15T12:46:34.562Z | Compiling hubpack_derive v0.1.1 |
1800 | 2024-03-15T12:46:34.632Z | Compiling itertools v0.10.5 |
1801 | 2024-03-15T12:46:34.747Z | Compiling diesel_table_macro_syntax v0.1.0 |
1802 | 2024-03-15T12:46:35.196Z | Compiling lalrpop-util v0.19.12 |
1803 | 2024-03-15T12:46:35.290Z | Checking equivalent v1.0.1 |
1804 | 2024-03-15T12:46:35.398Z | Compiling flagset v0.4.3 |
1805 | 2024-03-15T12:46:35.488Z | Compiling unicode-segmentation v1.10.1 |
1806 | 2024-03-15T12:46:35.547Z | Compiling diesel_derives v2.1.2 |
1807 | 2024-03-15T12:46:35.596Z | Compiling der v0.7.8 |
1808 | 2024-03-15T12:46:36.312Z | Compiling strum_macros v0.25.2 |
1809 | 2024-03-15T12:46:36.587Z | Compiling cpufeatures v0.2.12 |
1810 | 2024-03-15T12:46:36.735Z | Compiling sha2 v0.10.8 |
1811 | 2024-03-15T12:46:37.016Z | Compiling md-5 v0.10.5 |
1812 | 2024-03-15T12:46:37.255Z | Compiling stringprep v0.1.3 |
1813 | 2024-03-15T12:46:37.549Z | Compiling serde_repr v0.1.16 |
1814 | 2024-03-15T12:46:37.816Z | Compiling spki v0.7.2 |
1815 | 2024-03-15T12:46:38.192Z | Compiling num-integer v0.1.46 |
1816 | 2024-03-15T12:46:38.251Z | Compiling hash32 v0.2.1 |
1817 | 2024-03-15T12:46:38.744Z | Compiling stable_deref_trait v1.2.0 |
1818 | 2024-03-15T12:46:38.847Z | Compiling fallible-iterator v0.2.0 |
1819 | 2024-03-15T12:46:39.032Z | Compiling pkcs8 v0.10.2 |
1820 | 2024-03-15T12:46:39.567Z | Compiling postgres-protocol v0.6.6 |
1821 | 2024-03-15T12:46:39.767Z | Compiling phf_shared v0.11.2 |
1822 | 2024-03-15T12:46:40.269Z | Compiling ff v0.13.0 |
1823 | 2024-03-15T12:46:40.440Z | Compiling terminal_size v0.3.0 |
1824 | 2024-03-15T12:46:40.565Z | Compiling block-padding v0.3.3 |
1825 | 2024-03-15T12:46:40.590Z | Compiling scheduled-thread-pool v0.2.7 |
1826 | 2024-03-15T12:46:40.845Z | Compiling base16ct v0.2.0 |
1827 | 2024-03-15T12:46:40.920Z | Compiling matches v0.1.10 |
1828 | 2024-03-15T12:46:40.961Z | Compiling managed v0.8.0 |
1829 | 2024-03-15T12:46:41.016Z | Compiling regex-automata v0.1.10 |
1830 | 2024-03-15T12:46:41.173Z | Compiling bitflags v1.3.2 |
1831 | 2024-03-15T12:46:41.190Z | Compiling clap_builder v4.5.1 |
1832 | 2024-03-15T12:46:41.243Z | Compiling sec1 v0.7.3 |
1833 | 2024-03-15T12:46:41.264Z | Compiling idna v0.2.3 |
1834 | 2024-03-15T12:46:41.412Z | Compiling bstr v0.2.17 |
1835 | 2024-03-15T12:46:41.813Z | Compiling r2d2 v0.8.10 |
1836 | 2024-03-15T12:46:42.184Z | Compiling inout v0.1.3 |
1837 | 2024-03-15T12:46:42.849Z | Compiling signal-hook-mio v0.2.3 |
1838 | 2024-03-15T12:46:42.878Z | Compiling group v0.13.0 |
1839 | 2024-03-15T12:46:42.945Z | Compiling postgres-types v0.2.6 |
1840 | 2024-03-15T12:46:43.003Z | Compiling phf v0.11.2 |
1841 | 2024-03-15T12:46:43.197Z | Compiling bzip2 v0.4.4 |
1842 | 2024-03-15T12:46:43.331Z | Compiling hubpack v0.1.2 |
1843 | 2024-03-15T12:46:43.606Z | Compiling hkdf v0.12.4 |
1844 | 2024-03-15T12:46:43.771Z | Compiling zerocopy v0.6.4 |
1845 | 2024-03-15T12:46:43.847Z | Compiling crypto-bigint v0.5.2 |
1846 | 2024-03-15T12:46:43.958Z | Compiling ipnetwork v0.20.0 |
1847 | 2024-03-15T12:46:44.485Z | Compiling float-cmp v0.9.0 |
1848 | 2024-03-15T12:46:44.643Z | Compiling data-encoding v2.4.0 |
1849 | 2024-03-15T12:46:44.702Z | Compiling static_assertions v1.1.0 |
1850 | 2024-03-15T12:46:44.797Z | Compiling whoami v1.5.0 |
1851 | 2024-03-15T12:46:44.872Z | Compiling predicates-core v1.0.6 |
1852 | 2024-03-15T12:46:45.464Z | Compiling difflib v0.4.0 |
1853 | 2024-03-15T12:46:45.481Z | Compiling normalize-line-endings v0.3.0 |
1854 | 2024-03-15T12:46:45.602Z | Compiling trust-dns-proto v0.22.0 |
1855 | 2024-03-15T12:46:47.002Z | Compiling yasna v0.5.2 |
1856 | 2024-03-15T12:46:47.137Z | Compiling predicates v3.1.0 |
1857 | 2024-03-15T12:46:47.263Z | Compiling elliptic-curve v0.13.8 |
1858 | 2024-03-15T12:46:47.906Z | Compiling tokio-postgres v0.7.10 |
1859 | 2024-03-15T12:46:48.070Z | Compiling clap v4.5.1 |
1860 | 2024-03-15T12:46:48.198Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1861 | 2024-03-15T12:46:48.893Z | Compiling zip v0.6.6 |
1862 | 2024-03-15T12:46:48.975Z | Compiling crossterm v0.27.0 |
1863 | 2024-03-15T12:46:50.293Z | Compiling cipher v0.4.4 |
1864 | 2024-03-15T12:46:50.808Z | Compiling similar v2.4.0 |
1865 | 2024-03-15T12:46:51.383Z | Compiling num-iter v0.1.44 |
1866 | 2024-03-15T12:46:51.576Z | Compiling usdt v0.3.5 |
1867 | 2024-03-15T12:46:51.857Z | Compiling tokio-stream v0.1.14 |
1868 | 2024-03-15T12:46:52.283Z | Compiling diesel v2.1.4 |
1869 | 2024-03-15T12:46:52.826Z | Compiling console v0.15.8 |
1870 | 2024-03-15T12:46:52.887Z | Compiling bstr v1.9.0 |
1871 | 2024-03-15T12:46:53.074Z | Checking unicode-ident v1.0.12 |
1872 | 2024-03-15T12:46:54.653Z | Checking proc-macro2 v1.0.78 |
1873 | 2024-03-15T12:46:55.320Z | Checking quote v1.0.35 |
1874 | 2024-03-15T12:46:56.823Z | Checking utf8parse v0.2.1 |
1875 | 2024-03-15T12:46:57.399Z | Checking anstyle v1.0.2 |
1876 | 2024-03-15T12:47:02.545Z | Checking anstyle-parse v0.2.1 |
1877 | 2024-03-15T12:47:03.644Z | Checking colorchoice v1.0.0 |
1878 | 2024-03-15T12:47:03.774Z | Checking anstyle-query v1.0.0 |
1879 | 2024-03-15T12:47:03.883Z | Checking anstream v0.6.11 |
1880 | 2024-03-15T12:47:04.498Z | Checking strsim v0.11.0 |
1881 | 2024-03-15T12:47:04.519Z | Checking clap_lex v0.7.0 |
1882 | 2024-03-15T12:47:07.544Z | Compiling serde_tokenstream v0.2.0 |
1883 | 2024-03-15T12:47:10.356Z | Checking winnow v0.6.1 |
1884 | 2024-03-15T12:47:18.592Z | Compiling regress v0.8.0 |
1885 | 2024-03-15T12:47:18.956Z | Compiling getopts v0.2.21 |
1886 | 2024-03-15T12:47:19.427Z | Compiling unsafe-libyaml v0.2.10 |
1887 | 2024-03-15T12:47:19.916Z | Checking heck v0.4.1 |
1888 | 2024-03-15T12:47:19.971Z | Compiling ident_case v1.0.1 |
1889 | 2024-03-15T12:47:20.128Z | Compiling strsim v0.10.0 |
1890 | 2024-03-15T12:47:20.913Z | Compiling serde_yaml v0.9.25 |
1891 | 2024-03-15T12:47:20.958Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
1892 | 2024-03-15T12:47:21.260Z | Checking camino v1.1.6 |
1893 | 2024-03-15T12:47:21.427Z | Checking fastrand v2.0.1 |
1894 | 2024-03-15T12:47:21.579Z | Checking match_cfg v0.1.0 |
1895 | 2024-03-15T12:47:21.667Z | Checking rustls-pki-types v1.3.0 |
1896 | 2024-03-15T12:47:21.731Z | Checking tempfile v3.10.0 |
1897 | 2024-03-15T12:47:21.812Z | Checking hostname v0.3.1 |
1898 | 2024-03-15T12:47:21.947Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
1899 | 2024-03-15T12:47:22.046Z | Compiling darling_core v0.20.3 |
1900 | 2024-03-15T12:47:22.086Z | Checking http v1.0.0 |
1901 | 2024-03-15T12:47:23.400Z | Checking atty v0.2.14 |
1902 | 2024-03-15T12:47:23.518Z | Compiling paste v1.0.14 |
1903 | 2024-03-15T12:47:24.025Z | Checking quick-error v1.2.3 |
1904 | 2024-03-15T12:47:24.225Z | Checking sha1 v0.10.6 |
1905 | 2024-03-15T12:47:24.503Z | Checking dirs-sys-next v0.1.2 |
1906 | 2024-03-15T12:47:24.680Z | Compiling rustls v0.22.2 |
1907 | 2024-03-15T12:47:24.725Z | Checking dirs-next v2.0.0 |
1908 | 2024-03-15T12:47:24.982Z | Checking rustls-webpki v0.102.1 |
1909 | 2024-03-15T12:47:25.138Z | Checking crossbeam-channel v0.5.8 |
1910 | 2024-03-15T12:47:25.516Z | Checking thread_local v1.1.7 |
1911 | 2024-03-15T12:47:25.785Z | Checking instant v0.1.12 |
1912 | 2024-03-15T12:47:25.811Z | Compiling slog-async v2.8.0 |
1913 | 2024-03-15T12:47:25.899Z | Checking term v0.7.0 |
1914 | 2024-03-15T12:47:26.127Z | Checking rustls-pemfile v2.1.1 |
1915 | 2024-03-15T12:47:26.342Z | Compiling multer v3.0.0 |
1916 | 2024-03-15T12:47:26.360Z | Checking take_mut v0.2.2 |
1917 | 2024-03-15T12:47:26.378Z | Checking debug-ignore v1.0.5 |
1918 | 2024-03-15T12:47:26.513Z | Checking slog-term v2.9.0 |
1919 | 2024-03-15T12:47:26.693Z | Checking slog-json v2.6.1 |
1920 | 2024-03-15T12:47:26.775Z | Compiling async-stream-impl v0.3.5 |
1921 | 2024-03-15T12:47:26.949Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1922 | 2024-03-15T12:47:26.963Z | Checking atomic-waker v1.1.1 |
1923 | 2024-03-15T12:47:27.083Z | Checking waitgroup v0.1.2 |
1924 | 2024-03-15T12:47:27.222Z | Checking slog-bunyan v2.5.0 |
1925 | 2024-03-15T12:47:27.393Z | Checking toml v0.8.10 |
1926 | 2024-03-15T12:47:27.729Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1927 | 2024-03-15T12:47:28.152Z | Compiling darling_macro v0.20.3 |
1928 | 2024-03-15T12:47:28.172Z | Checking serde_path_to_error v0.1.16 |
1929 | 2024-03-15T12:47:28.192Z | Checking async-stream v0.3.5 |
1930 | 2024-03-15T12:47:28.379Z | Compiling strum_macros v0.26.1 |
1931 | 2024-03-15T12:47:28.806Z | Checking regress v0.9.0 |
1932 | 2024-03-15T12:47:29.233Z | Compiling darling v0.20.3 |
1933 | 2024-03-15T12:47:29.314Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1934 | 2024-03-15T12:47:29.351Z | Compiling serde_with_macros v3.6.1 |
1935 | 2024-03-15T12:47:29.614Z | Checking tokio-rustls v0.25.0 |
1936 | 2024-03-15T12:47:29.738Z | Checking wait-timeout v0.2.0 |
1937 | 2024-03-15T12:47:29.905Z | Compiling structmeta-derive v0.3.0 |
1938 | 2024-03-15T12:47:29.973Z | Checking rusty-fork v0.3.0 |
1939 | 2024-03-15T12:47:30.282Z | Checking newtype-uuid v1.0.1 |
1940 | 2024-03-15T12:47:30.528Z | Compiling structmeta-derive v0.2.0 |
1941 | 2024-03-15T12:47:32.309Z | Checking rand_xorshift v0.3.0 |
1942 | 2024-03-15T12:47:32.482Z | Checking unarray v0.1.4 |
1943 | 2024-03-15T12:47:32.627Z | Checking proptest v1.4.0 |
1944 | 2024-03-15T12:47:32.691Z | Checking serde_with v3.6.1 |
1945 | 2024-03-15T12:47:33.184Z | Compiling structmeta v0.3.0 |
1946 | 2024-03-15T12:47:33.640Z | Compiling structmeta v0.2.0 |
1947 | 2024-03-15T12:47:33.655Z | Compiling parse-display-derive v0.9.0 |
1948 | 2024-03-15T12:47:33.807Z | Checking strum v0.26.1 |
1949 | 2024-03-15T12:47:33.810Z | Checking backoff v0.4.0 |
1950 | 2024-03-15T12:47:33.954Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1951 | 2024-03-15T12:47:34.095Z | Compiling test-strategy v0.3.1 |
1952 | 2024-03-15T12:47:34.114Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1953 | 2024-03-15T12:47:34.302Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1954 | 2024-03-15T12:47:34.746Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1955 | 2024-03-15T12:47:34.883Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1956 | 2024-03-15T12:47:35.041Z | Checking macaddr v1.0.1 |
1957 | 2024-03-15T12:47:35.119Z | Checking camino-tempfile v1.1.1 |
1958 | 2024-03-15T12:47:35.402Z | Compiling proc-macro-error-attr v1.0.4 |
1959 | 2024-03-15T12:47:35.416Z | Compiling proc-macro-error v1.0.4 |
1960 | 2024-03-15T12:47:35.860Z | Compiling proc-macro-crate v1.3.1 |
1961 | 2024-03-15T12:47:36.066Z | Checking termtree v0.4.1 |
1962 | 2024-03-15T12:47:36.269Z | Compiling heapless v0.8.0 |
1963 | 2024-03-15T12:47:36.990Z | Compiling num_enum_derive v0.5.11 |
1964 | 2024-03-15T12:47:37.122Z | Checking predicates-tree v1.0.9 |
1965 | 2024-03-15T12:47:37.228Z | Compiling usdt-attr-macro v0.5.0 |
1966 | 2024-03-15T12:47:37.270Z | Compiling usdt-macro v0.5.0 |
1967 | 2024-03-15T12:47:37.346Z | Checking hash32 v0.3.1 |
1968 | 2024-03-15T12:47:37.532Z | Checking memmap v0.7.0 |
1969 | 2024-03-15T12:47:37.722Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1970 | 2024-03-15T12:47:38.070Z | Compiling smoltcp v0.11.0 |
1971 | 2024-03-15T12:47:38.714Z | Checking parse-display v0.9.0 |
1972 | 2024-03-15T12:47:38.738Z | Compiling crucible-workspace-hack v0.1.0 |
1973 | 2024-03-15T12:47:38.807Z | Checking embedded-io v0.4.0 |
1974 | 2024-03-15T12:47:38.893Z | Checking usdt v0.5.0 |
1975 | 2024-03-15T12:47:38.914Z | Checking cobs v0.2.3 |
1976 | 2024-03-15T12:47:38.989Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1977 | 2024-03-15T12:47:39.029Z | Compiling foreign-types-macros v0.2.3 |
1978 | 2024-03-15T12:47:39.083Z | Checking postcard v1.0.8 |
1979 | 2024-03-15T12:47:39.137Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1980 | 2024-03-15T12:47:39.287Z | Checking foreign-types-shared v0.3.1 |
1981 | 2024-03-15T12:47:39.399Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1982 | 2024-03-15T12:47:39.431Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1983 | 2024-03-15T12:47:39.751Z | Checking num_enum v0.5.11 |
1984 | 2024-03-15T12:47:39.799Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1985 | 2024-03-15T12:47:39.821Z | Checking tabwriter v1.4.0 |
1986 | 2024-03-15T12:47:39.906Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1987 | 2024-03-15T12:47:39.921Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1988 | 2024-03-15T12:47:40.044Z | Checking cstr-argument v0.1.2 |
1989 | 2024-03-15T12:47:40.231Z | Checking pretty-hex v0.2.1 |
1990 | 2024-03-15T12:47:40.389Z | Checking foreign-types v0.5.0 |
1991 | 2024-03-15T12:47:40.404Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1992 | 2024-03-15T12:47:40.496Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1993 | 2024-03-15T12:47:40.687Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1994 | 2024-03-15T12:47:40.815Z | Checking colored v2.1.0 |
1995 | 2024-03-15T12:47:40.830Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
1996 | 2024-03-15T12:47:40.870Z | Checking socket2 v0.4.9 |
1997 | 2024-03-15T12:47:40.940Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1998 | 2024-03-15T12:47:40.943Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1999 | 2024-03-15T12:47:40.991Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46) |
2000 | 2024-03-15T12:47:41.093Z | Compiling num-derive v0.4.0 |
2001 | 2024-03-15T12:47:41.144Z | Compiling mockall_derive v0.12.0 |
2002 | 2024-03-15T12:47:41.343Z | Checking downcast v0.11.0 |
2003 | 2024-03-15T12:47:41.535Z | Checking fragile v2.0.0 |
2004 | 2024-03-15T12:47:41.805Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46) |
2005 | 2024-03-15T12:47:42.026Z | Checking smf v0.2.2 |
2006 | 2024-03-15T12:47:42.296Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2007 | 2024-03-15T12:47:42.447Z | Checking base64 v0.22.0 |
2008 | 2024-03-15T12:47:42.473Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2009 | 2024-03-15T12:47:42.924Z | Checking filetime v0.2.23 |
2010 | 2024-03-15T12:47:43.050Z | Checking xattr v1.0.1 |
2011 | 2024-03-15T12:47:43.129Z | Checking same-file v1.0.6 |
2012 | 2024-03-15T12:47:43.195Z | Checking pem v3.0.2 |
2013 | 2024-03-15T12:47:43.227Z | Checking tar v0.4.40 |
2014 | 2024-03-15T12:47:43.293Z | Checking walkdir v2.4.0 |
2015 | 2024-03-15T12:47:43.409Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb) |
2016 | 2024-03-15T12:47:43.446Z | Checking linked-hash-map v0.5.6 |
2017 | 2024-03-15T12:47:43.558Z | Checking humantime v2.1.0 |
2018 | 2024-03-15T12:47:43.636Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2019 | 2024-03-15T12:47:43.749Z | Checking lru-cache v0.1.2 |
2020 | 2024-03-15T12:47:43.845Z | Compiling rayon-core v1.12.1 |
2021 | 2024-03-15T12:47:43.861Z | Checking itertools v0.12.1 |
2022 | 2024-03-15T12:47:43.925Z | Checking password-hash v0.5.0 |
2023 | 2024-03-15T12:47:43.942Z | Checking headers-core v0.2.0 |
2024 | 2024-03-15T12:47:44.074Z | Checking blake2 v0.10.6 |
2025 | 2024-03-15T12:47:44.153Z | Checking headers v0.3.9 |
2026 | 2024-03-15T12:47:44.348Z | Checking swrite v0.1.0 |
2027 | 2024-03-15T12:47:44.456Z | Compiling derive-where v1.2.7 |
2028 | 2024-03-15T12:47:44.511Z | Checking argon2 v0.5.3 |
2029 | 2024-03-15T12:47:45.020Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2030 | 2024-03-15T12:47:45.247Z | Checking rcgen v0.12.1 |
2031 | 2024-03-15T12:47:45.273Z | Checking atomicwrites v0.4.3 |
2032 | 2024-03-15T12:47:45.356Z | Checking subprocess v0.2.9 |
2033 | 2024-03-15T12:47:45.455Z | Checking resolv-conf v0.7.0 |
2034 | 2024-03-15T12:47:45.777Z | Checking arc-swap v1.6.0 |
2035 | 2024-03-15T12:47:45.887Z | Checking trust-dns-resolver v0.22.0 |
2036 | 2024-03-15T12:47:45.934Z | Checking half v2.3.1 |
2037 | 2024-03-15T12:47:46.163Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
2038 | 2024-03-15T12:47:46.310Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
2039 | 2024-03-15T12:47:46.392Z | Checking slog-scope v4.4.0 |
2040 | 2024-03-15T12:47:46.524Z | Compiling cancel-safe-futures v0.1.5 |
2041 | 2024-03-15T12:47:46.591Z | Checking ciborium-io v0.2.2 |
2042 | 2024-03-15T12:47:46.712Z | Checking ciborium-ll v0.2.2 |
2043 | 2024-03-15T12:47:46.895Z | Checking slog-stdlog v4.1.1 |
2044 | 2024-03-15T12:47:46.971Z | Checking ciborium v0.2.2 |
2045 | 2024-03-15T12:47:47.060Z | Checking slog-envlogger v2.2.0 |
2046 | 2024-03-15T12:47:47.129Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2047 | 2024-03-15T12:47:47.257Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2048 | 2024-03-15T12:47:47.400Z | Compiling semver v0.1.20 |
2049 | 2024-03-15T12:47:47.592Z | Checking libsw v3.3.1 |
2050 | 2024-03-15T12:47:47.739Z | Compiling rustc_version v0.1.7 |
2051 | 2024-03-15T12:47:47.847Z | Checking linear-map v1.2.0 |
2052 | 2024-03-15T12:47:47.937Z | Checking owo-colors v4.0.0 |
2053 | 2024-03-15T12:47:48.060Z | Compiling slog-dtrace v0.3.0 |
2054 | 2024-03-15T12:47:48.179Z | Checking termcolor v1.2.0 |
2055 | 2024-03-15T12:47:48.202Z | Compiling blake3 v1.5.0 |
2056 | 2024-03-15T12:47:48.216Z | Compiling radium v0.7.0 |
2057 | 2024-03-15T12:47:48.229Z | Compiling newtype_derive v0.1.6 |
2058 | 2024-03-15T12:47:48.559Z | Checking is-terminal v0.4.9 |
2059 | 2024-03-15T12:47:48.673Z | Checking nibble_vec v0.1.0 |
2060 | 2024-03-15T12:47:48.705Z | Checking steno v0.4.0 |
2061 | 2024-03-15T12:47:48.725Z | Checking tap v1.0.1 |
2062 | 2024-03-15T12:47:48.778Z | Checking endian-type v0.1.2 |
2063 | 2024-03-15T12:47:48.849Z | Compiling maybe-uninit v2.0.0 |
2064 | 2024-03-15T12:47:48.873Z | Checking wyz v0.5.1 |
2065 | 2024-03-15T12:47:48.984Z | Checking radix_trie v0.2.1 |
2066 | 2024-03-15T12:47:49.286Z | Checking fxhash v0.2.1 |
2067 | 2024-03-15T12:47:49.373Z | Checking mockall v0.12.0 |
2068 | 2024-03-15T12:47:49.391Z | Compiling num-bigint-dig v0.8.4 |
2069 | 2024-03-15T12:47:49.427Z | Checking funty v2.0.0 |
2070 | 2024-03-15T12:47:49.446Z | Checking crc-catalog v2.2.0 |
2071 | 2024-03-15T12:47:49.567Z | Compiling packed_struct v0.10.1 |
2072 | 2024-03-15T12:47:49.584Z | Checking crc v3.0.1 |
2073 | 2024-03-15T12:47:49.696Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2074 | 2024-03-15T12:47:49.716Z | Compiling packed_struct_codegen v0.10.1 |
2075 | 2024-03-15T12:47:49.732Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2076 | 2024-03-15T12:47:49.777Z | Compiling indexmap v1.9.3 |
2077 | 2024-03-15T12:47:50.026Z | Compiling num-rational v0.4.1 |
2078 | 2024-03-15T12:47:50.063Z | Checking nodrop v0.1.14 |
2079 | 2024-03-15T12:47:50.219Z | Checking array-init v0.0.4 |
2080 | 2024-03-15T12:47:50.416Z | Checking bitvec v1.0.1 |
2081 | 2024-03-15T12:47:50.574Z | Checking smallvec v0.6.14 |
2082 | 2024-03-15T12:47:50.926Z | Checking newline-converter v0.3.0 |
2083 | 2024-03-15T12:47:50.951Z | Checking pkcs1 v0.7.5 |
2084 | 2024-03-15T12:47:51.078Z | Checking signature v2.1.0 |
2085 | 2024-03-15T12:47:51.213Z | Checking hashbrown v0.12.3 |
2086 | 2024-03-15T12:47:51.279Z | Checking bitfield v0.14.0 |
2087 | 2024-03-15T12:47:51.336Z | Checking serde-hex v0.1.0 |
2088 | 2024-03-15T12:47:51.536Z | Checking expectorate v1.1.0 |
2089 | 2024-03-15T12:47:52.361Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2090 | 2024-03-15T12:47:52.378Z | Checking rsa v0.9.2 |
2091 | 2024-03-15T12:47:52.602Z | Checking env_logger v0.10.0 |
2092 | 2024-03-15T12:47:52.864Z | Checking x509-cert v0.2.4 |
2093 | 2024-03-15T12:47:52.928Z | Checking ron v0.8.1 |
2094 | 2024-03-15T12:47:53.026Z | Compiling crossbeam-deque v0.8.3 |
2095 | 2024-03-15T12:47:53.350Z | Checking hashbrown v0.13.2 |
2096 | 2024-03-15T12:47:53.365Z | Checking num-complex v0.4.4 |
2097 | 2024-03-15T12:47:54.155Z | Checking crc-any v2.4.3 |
2098 | 2024-03-15T12:47:54.450Z | Checking object v0.30.4 |
2099 | 2024-03-15T12:47:54.508Z | Checking num v0.4.1 |
2100 | 2024-03-15T12:47:54.514Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2101 | 2024-03-15T12:47:54.660Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
2102 | 2024-03-15T12:47:54.876Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2103 | 2024-03-15T12:47:55.188Z | Compiling semver-parser v0.10.2 |
2104 | 2024-03-15T12:47:55.213Z | Checking path-slash v0.1.5 |
2105 | 2024-03-15T12:47:55.653Z | Compiling rayon v1.9.0 |
2106 | 2024-03-15T12:47:56.133Z | Compiling semver v0.11.0 |
2107 | 2024-03-15T12:47:56.486Z | Compiling memmap2 v0.7.1 |
2108 | 2024-03-15T12:47:56.746Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2109 | 2024-03-15T12:47:56.914Z | Compiling home v0.5.5 |
2110 | 2024-03-15T12:47:56.917Z | Compiling arrayref v0.3.7 |
2111 | 2024-03-15T12:47:57.022Z | Compiling convert_case v0.4.0 |
2112 | 2024-03-15T12:47:57.071Z | Compiling constant_time_eq v0.3.0 |
2113 | 2024-03-15T12:47:57.195Z | Compiling arrayvec v0.7.4 |
2114 | 2024-03-15T12:47:57.253Z | Compiling toolchain_find v0.2.0 |
2115 | 2024-03-15T12:47:58.033Z | Compiling toml v0.5.11 |
2116 | 2024-03-15T12:47:58.084Z | Compiling derive_more v0.99.17 |
2117 | 2024-03-15T12:47:58.385Z | Compiling topological-sort v0.2.2 |
2118 | 2024-03-15T12:47:58.608Z | Checking display-error-chain v0.2.0 |
2119 | 2024-03-15T12:47:59.485Z | Checking utf-8 v0.7.6 |
2120 | 2024-03-15T12:47:59.677Z | Checking tungstenite v0.20.1 |
2121 | 2024-03-15T12:48:00.537Z | Compiling rustfmt-wrapper v0.2.0 |
2122 | 2024-03-15T12:48:00.560Z | Compiling buf-list v1.0.3 |
2123 | 2024-03-15T12:48:00.611Z | Checking tokio-tungstenite v0.20.1 |
2124 | 2024-03-15T12:48:01.064Z | Compiling omicron-zone-package v0.11.0 |
2125 | 2024-03-15T12:48:01.149Z | Checking textwrap v0.11.0 |
2126 | 2024-03-15T12:48:01.367Z | Compiling heck v0.3.3 |
2127 | 2024-03-15T12:48:01.565Z | Compiling parking_lot_core v0.8.6 |
2128 | 2024-03-15T12:48:01.758Z | Checking vec_map v0.8.2 |
2129 | 2024-03-15T12:48:01.783Z | Checking ansi_term v0.12.1 |
2130 | 2024-03-15T12:48:02.025Z | Compiling libefi-sys v0.1.0 |
2131 | 2024-03-15T12:48:02.041Z | Checking strsim v0.8.0 |
2132 | 2024-03-15T12:48:02.117Z | Compiling structopt-derive v0.4.18 |
2133 | 2024-03-15T12:48:02.224Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2134 | 2024-03-15T12:48:02.236Z | Checking clap v2.34.0 |
2135 | 2024-03-15T12:48:02.718Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2136 | 2024-03-15T12:48:03.006Z | Compiling pin-project-internal v1.1.3 |
2137 | 2024-03-15T12:48:03.056Z | Compiling doc-comment v0.3.3 |
2138 | 2024-03-15T12:48:03.649Z | Checking keccak v0.1.4 |
2139 | 2024-03-15T12:48:03.972Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2140 | 2024-03-15T12:48:04.129Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2141 | 2024-03-15T12:48:04.482Z | Checking sha3 v0.10.8 |
2142 | 2024-03-15T12:48:04.966Z | Checking parking_lot v0.11.2 |
2143 | 2024-03-15T12:48:05.022Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2144 | 2024-03-15T12:48:05.279Z | Checking structopt v0.3.26 |
2145 | 2024-03-15T12:48:05.293Z | Checking trust-dns-client v0.22.0 |
2146 | 2024-03-15T12:48:05.666Z | Checking secrecy v0.8.0 |
2147 | 2024-03-15T12:48:05.875Z | Checking gethostname v0.4.3 |
2148 | 2024-03-15T12:48:06.007Z | Compiling vte_generate_state_changes v0.1.1 |
2149 | 2024-03-15T12:48:06.254Z | Checking pin-project v1.1.3 |
2150 | 2024-03-15T12:48:06.375Z | Checking sled v0.34.7 |
2151 | 2024-03-15T12:48:06.533Z | Checking fd-lock v3.0.13 |
2152 | 2024-03-15T12:48:06.667Z | Checking vte v0.11.1 |
2153 | 2024-03-15T12:48:06.707Z | Checking strum v0.25.0 |
2154 | 2024-03-15T12:48:06.786Z | Checking trust-dns-server v0.22.1 |
2155 | 2024-03-15T12:48:06.851Z | Checking nu-ansi-term v0.50.0 |
2156 | 2024-03-15T12:48:06.985Z | Checking glob v0.3.1 |
2157 | 2024-03-15T12:48:07.281Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2158 | 2024-03-15T12:48:07.296Z | Compiling snafu-derive v0.7.5 |
2159 | 2024-03-15T12:48:07.609Z | Compiling unicase v2.7.0 |
2160 | 2024-03-15T12:48:07.783Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2161 | 2024-03-15T12:48:07.800Z | Compiling fs-err v2.11.0 |
2162 | 2024-03-15T12:48:07.886Z | Compiling platforms v3.0.2 |
2163 | 2024-03-15T12:48:08.057Z | Checking strip-ansi-escapes v0.2.0 |
2164 | 2024-03-15T12:48:08.200Z | Checking reedline v0.30.0 |
2165 | 2024-03-15T12:48:08.266Z | Checking globset v0.4.13 |
2166 | 2024-03-15T12:48:08.419Z | Checking olpc-cjson v0.1.3 |
2167 | 2024-03-15T12:48:08.636Z | Checking serde_plain v1.0.2 |
2168 | 2024-03-15T12:48:08.715Z | Compiling async-recursion v1.0.5 |
2169 | 2024-03-15T12:48:08.877Z | Checking typed-path v0.7.0 |
2170 | 2024-03-15T12:48:09.808Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2171 | 2024-03-15T12:48:09.851Z | Compiling memoffset v0.7.1 |
2172 | 2024-03-15T12:48:09.873Z | Checking parse-size v1.0.0 |
2173 | 2024-03-15T12:48:09.908Z | Checking bytecount v0.6.3 |
2174 | 2024-03-15T12:48:10.095Z | Checking papergrid v0.11.0 |
2175 | 2024-03-15T12:48:10.393Z | Compiling curve25519-dalek v4.1.1 |
2176 | 2024-03-15T12:48:10.966Z | Compiling tabled_derive v0.7.0 |
2177 | 2024-03-15T12:48:11.013Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2178 | 2024-03-15T12:48:11.126Z | Compiling mime_guess v2.0.4 |
2179 | 2024-03-15T12:48:11.297Z | Checking universal-hash v0.5.1 |
2180 | 2024-03-15T12:48:11.395Z | Compiling thiserror-impl-no-std v2.0.2 |
2181 | 2024-03-15T12:48:11.473Z | Compiling curve25519-dalek-derive v0.1.0 |
2182 | 2024-03-15T12:48:11.631Z | Checking nanorand v0.7.0 |
2183 | 2024-03-15T12:48:12.010Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2184 | 2024-03-15T12:48:12.316Z | Compiling salty v0.2.0 |
2185 | 2024-03-15T12:48:12.403Z | Checking opaque-debug v0.3.0 |
2186 | 2024-03-15T12:48:12.488Z | Compiling prettyplease v0.2.16 |
2187 | 2024-03-15T12:48:12.759Z | Checking signature v1.6.4 |
2188 | 2024-03-15T12:48:12.879Z | Checking poly1305 v0.8.0 |
2189 | 2024-03-15T12:48:12.893Z | Checking ed25519 v1.5.3 |
2190 | 2024-03-15T12:48:13.187Z | Checking flume v0.11.0 |
2191 | 2024-03-15T12:48:13.219Z | Checking snafu v0.7.5 |
2192 | 2024-03-15T12:48:13.346Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2193 | 2024-03-15T12:48:13.434Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
2194 | 2024-03-15T12:48:13.664Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2195 | 2024-03-15T12:48:13.690Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2196 | 2024-03-15T12:48:13.693Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2197 | 2024-03-15T12:48:13.845Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2198 | 2024-03-15T12:48:14.790Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2199 | 2024-03-15T12:48:14.849Z | Checking tough v0.16.0 |
2200 | 2024-03-15T12:48:14.868Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2201 | 2024-03-15T12:48:14.971Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2202 | 2024-03-15T12:48:16.805Z | Checking tabled v0.15.0 |
2203 | 2024-03-15T12:48:17.120Z | Checking thiserror-no-std v2.0.2 |
2204 | 2024-03-15T12:48:17.522Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2205 | 2024-03-15T12:48:17.842Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2206 | 2024-03-15T12:48:18.099Z | Checking chacha20 v0.9.1 |
2207 | 2024-03-15T12:48:18.445Z | Checking aead v0.5.2 |
2208 | 2024-03-15T12:48:18.673Z | Checking serde-big-array v0.5.1 |
2209 | 2024-03-15T12:48:18.895Z | Checking kstat-rs v0.2.3 |
2210 | 2024-03-15T12:48:19.236Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2211 | 2024-03-15T12:48:19.720Z | Checking chacha20poly1305 v0.10.1 |
2212 | 2024-03-15T12:48:19.917Z | Checking vsss-rs v3.3.4 |
2213 | 2024-03-15T12:48:20.127Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2214 | 2024-03-15T12:48:20.445Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb) |
2215 | 2024-03-15T12:48:21.157Z | Checking signal-hook-tokio v0.3.1 |
2216 | 2024-03-15T12:48:21.343Z | Checking serde-big-array v0.4.1 |
2217 | 2024-03-15T12:48:21.506Z | Compiling crunchy v0.2.2 |
2218 | 2024-03-15T12:48:21.862Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2219 | 2024-03-15T12:48:22.012Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46) |
2220 | 2024-03-15T12:48:22.089Z | Compiling clang-sys v1.6.1 |
2221 | 2024-03-15T12:48:22.813Z | Checking fd-lock v4.0.2 |
2222 | 2024-03-15T12:48:22.816Z | Checking nix v0.27.1 |
2223 | 2024-03-15T12:48:22.992Z | Compiling sqlparser_derive v0.2.2 |
2224 | 2024-03-15T12:48:23.235Z | Checking corncobs v0.1.3 |
2225 | 2024-03-15T12:48:23.425Z | Compiling tiny-keccak v2.0.2 |
2226 | 2024-03-15T12:48:23.715Z | Checking unicode_categories v0.1.1 |
2227 | 2024-03-15T12:48:24.089Z | Checking sqlparser v0.43.1 |
2228 | 2024-03-15T12:48:24.141Z | Checking sqlformat v0.2.3 |
2229 | 2024-03-15T12:48:25.360Z | Checking rustyline v13.0.0 |
2230 | 2024-03-15T12:48:25.515Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2231 | 2024-03-15T12:48:25.555Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2232 | 2024-03-15T12:48:25.947Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2233 | 2024-03-15T12:48:26.872Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2234 | 2024-03-15T12:48:28.006Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2235 | 2024-03-15T12:48:28.315Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2236 | 2024-03-15T12:48:29.315Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2237 | 2024-03-15T12:48:29.710Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2238 | 2024-03-15T12:48:30.025Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2239 | 2024-03-15T12:48:30.649Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2240 | 2024-03-15T12:48:31.174Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2241 | 2024-03-15T12:48:32.252Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2242 | 2024-03-15T12:48:32.498Z | Compiling darling_core v0.14.4 |
2243 | 2024-03-15T12:48:32.514Z | Checking bcs v0.1.6 |
2244 | 2024-03-15T12:48:32.545Z | Compiling ref-cast v1.0.20 |
2245 | 2024-03-15T12:48:32.648Z | Checking highway v1.1.0 |
2246 | 2024-03-15T12:48:32.963Z | Compiling ascii-canvas v3.0.0 |
2247 | 2024-03-15T12:48:33.079Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2248 | 2024-03-15T12:48:33.109Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46) |
2249 | 2024-03-15T12:48:33.370Z | Compiling ref-cast-impl v1.0.20 |
2250 | 2024-03-15T12:48:33.492Z | Compiling ena v0.14.2 |
2251 | 2024-03-15T12:48:33.521Z | Compiling libloading v0.7.4 |
2252 | 2024-03-15T12:48:33.720Z | Checking http-range v0.1.5 |
2253 | 2024-03-15T12:48:33.898Z | Compiling diff v0.1.13 |
2254 | 2024-03-15T12:48:33.917Z | Compiling regex-syntax v0.6.29 |
2255 | 2024-03-15T12:48:33.946Z | Compiling bindgen v0.69.2 |
2256 | 2024-03-15T12:48:34.600Z | Checking hyper-staticfile v0.9.5 |
2257 | 2024-03-15T12:48:34.784Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46) |
2258 | 2024-03-15T12:48:35.005Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2259 | 2024-03-15T12:48:38.543Z | Compiling darling_macro v0.14.4 |
2260 | 2024-03-15T12:48:38.803Z | Compiling lalrpop v0.19.12 |
2261 | 2024-03-15T12:48:39.584Z | Compiling darling v0.14.4 |
2262 | 2024-03-15T12:48:39.708Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2263 | 2024-03-15T12:48:40.087Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2264 | 2024-03-15T12:48:41.829Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2265 | 2024-03-15T12:48:42.595Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2266 | 2024-03-15T12:48:43.399Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2267 | 2024-03-15T12:48:43.490Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2268 | 2024-03-15T12:48:43.630Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2269 | 2024-03-15T12:48:43.830Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2270 | 2024-03-15T12:48:44.841Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2271 | 2024-03-15T12:48:45.231Z | Compiling cexpr v0.6.0 |
2272 | 2024-03-15T12:48:46.699Z | Compiling which v4.4.0 |
2273 | 2024-03-15T12:48:46.746Z | Compiling rustc-hash v1.1.0 |
2274 | 2024-03-15T12:48:46.897Z | Checking maplit v1.0.2 |
2275 | 2024-03-15T12:48:46.901Z | Compiling peeking_take_while v0.1.2 |
2276 | 2024-03-15T12:48:47.004Z | Checking assert_matches v1.5.0 |
2277 | 2024-03-15T12:48:47.053Z | Compiling shlex v1.3.0 |
2278 | 2024-03-15T12:48:47.095Z | Compiling lazycell v1.3.0 |
2279 | 2024-03-15T12:48:47.263Z | Compiling derive_builder_core v0.12.0 |
2280 | 2024-03-15T12:48:47.480Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2281 | 2024-03-15T12:48:47.560Z | Compiling libxml v0.3.3 |
2282 | 2024-03-15T12:48:47.831Z | Compiling strum_macros v0.24.3 |
2283 | 2024-03-15T12:48:47.958Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2284 | 2024-03-15T12:48:48.276Z | Compiling cookie v0.18.0 |
2285 | 2024-03-15T12:48:48.566Z | Compiling indoc v1.0.9 |
2286 | 2024-03-15T12:48:48.706Z | Compiling portable-atomic v1.4.3 |
2287 | 2024-03-15T12:48:49.689Z | Compiling derive_builder_macro v0.12.0 |
2288 | 2024-03-15T12:48:49.820Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2289 | 2024-03-15T12:48:50.114Z | Checking bb8 v0.8.3 |
2290 | 2024-03-15T12:48:50.563Z | Checking quick-xml v0.30.0 |
2291 | 2024-03-15T12:48:50.597Z | Checking derive_builder v0.12.0 |
2292 | 2024-03-15T12:48:50.749Z | Compiling impl-trait-for-tuples v0.2.2 |
2293 | 2024-03-15T12:48:51.486Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2294 | 2024-03-15T12:48:51.840Z | Compiling oso-derive v0.27.0 |
2295 | 2024-03-15T12:48:51.878Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2296 | 2024-03-15T12:48:52.817Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2297 | 2024-03-15T12:48:53.223Z | Checking number_prefix v0.4.0 |
2298 | 2024-03-15T12:48:53.410Z | Checking castaway v0.2.2 |
2299 | 2024-03-15T12:48:53.531Z | Checking indicatif v0.17.8 |
2300 | 2024-03-15T12:48:53.574Z | Checking rand_seeder v0.2.3 |
2301 | 2024-03-15T12:48:53.817Z | Checking compact_str v0.7.1 |
2302 | 2024-03-15T12:48:54.318Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2303 | 2024-03-15T12:48:54.373Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2304 | 2024-03-15T12:48:54.559Z | Checking lru v0.12.1 |
2305 | 2024-03-15T12:48:54.705Z | Compiling stability v0.1.1 |
2306 | 2024-03-15T12:48:54.829Z | Compiling indoc v2.0.3 |
2307 | 2024-03-15T12:48:55.275Z | Checking cassowary v0.3.0 |
2308 | 2024-03-15T12:48:55.693Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2309 | 2024-03-15T12:48:55.713Z | Checking smawk v0.3.1 |
2310 | 2024-03-15T12:48:55.734Z | Checking unicode-linebreak v0.1.5 |
2311 | 2024-03-15T12:48:55.894Z | Checking is_ci v1.2.0 |
2312 | 2024-03-15T12:48:56.028Z | Checking ratatui v0.26.1 |
2313 | 2024-03-15T12:48:56.043Z | Checking supports-color v3.0.0 |
2314 | 2024-03-15T12:48:56.116Z | Checking textwrap v0.16.1 |
2315 | 2024-03-15T12:48:56.225Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2316 | 2024-03-15T12:48:56.507Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2317 | 2024-03-15T12:48:56.545Z | Checking rtoolbox v0.0.1 |
2318 | 2024-03-15T12:48:56.739Z | Checking rpassword v7.3.1 |
2319 | 2024-03-15T12:48:56.814Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb) |
2320 | 2024-03-15T12:48:56.879Z | Checking fatfs v0.3.6 |
2321 | 2024-03-15T12:48:57.209Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2322 | 2024-03-15T12:48:57.895Z | Checking shell-words v1.1.0 |
2323 | 2024-03-15T12:48:58.088Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2324 | 2024-03-15T12:48:58.394Z | Checking yansi v0.5.1 |
2325 | 2024-03-15T12:48:58.676Z | Checking pretty_assertions v1.4.0 |
2326 | 2024-03-15T12:48:58.888Z | Compiling target-lexicon v0.12.13 |
2327 | 2024-03-15T12:48:59.033Z | Checking tui-tree-widget v0.17.0 |
2328 | 2024-03-15T12:48:59.334Z | Checking plotters-backend v0.3.5 |
2329 | 2024-03-15T12:48:59.585Z | Compiling guppy-workspace-hack v0.1.0 |
2330 | 2024-03-15T12:48:59.691Z | Checking plotters-svg v0.3.5 |
2331 | 2024-03-15T12:48:59.894Z | Checking http-body v1.0.0 |
2332 | 2024-03-15T12:48:59.909Z | Checking rand v0.4.6 |
2333 | 2024-03-15T12:49:00.105Z | Checking cast v0.3.0 |
2334 | 2024-03-15T12:49:00.427Z | Checking remove_dir_all v0.5.3 |
2335 | 2024-03-15T12:49:00.532Z | Checking tower-layer v0.3.2 |
2336 | 2024-03-15T12:49:00.572Z | Compiling target-spec v3.1.0 |
2337 | 2024-03-15T12:49:00.798Z | Compiling assert_cmd v2.0.14 |
2338 | 2024-03-15T12:49:00.940Z | Checking tempdir v0.3.7 |
2339 | 2024-03-15T12:49:01.112Z | Checking tower v0.4.13 |
2340 | 2024-03-15T12:49:01.152Z | Checking cfg-expr v0.15.6 |
2341 | 2024-03-15T12:49:01.234Z | Checking criterion-plot v0.5.0 |
2342 | 2024-03-15T12:49:01.746Z | Checking hyper v1.1.0 |
2343 | 2024-03-15T12:49:01.882Z | Checking plotters v0.3.5 |
2344 | 2024-03-15T12:49:02.003Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2345 | 2024-03-15T12:49:02.799Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2346 | 2024-03-15T12:49:02.916Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2347 | 2024-03-15T12:49:03.330Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2348 | 2024-03-15T12:49:03.735Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2349 | 2024-03-15T12:49:03.833Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2350 | 2024-03-15T12:49:04.199Z | Checking tinytemplate v1.2.1 |
2351 | 2024-03-15T12:49:04.607Z | Checking cargo-platform v0.1.3 |
2352 | 2024-03-15T12:49:04.891Z | Checking oorandom v11.1.3 |
2353 | 2024-03-15T12:49:04.928Z | Checking anes v0.1.6 |
2354 | 2024-03-15T12:49:05.043Z | Checking cargo_metadata v0.18.1 |
2355 | 2024-03-15T12:49:05.283Z | Checking hyper-util v0.1.2 |
2356 | 2024-03-15T12:49:05.298Z | Checking criterion v0.5.1 |
2357 | 2024-03-15T12:49:07.066Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2358 | 2024-03-15T12:49:07.217Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2359 | 2024-03-15T12:49:08.160Z | Checking rustls-native-certs v0.7.0 |
2360 | 2024-03-15T12:49:08.305Z | Checking pathdiff v0.2.1 |
2361 | 2024-03-15T12:49:08.334Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2362 | 2024-03-15T12:49:08.463Z | Checking nested v0.1.1 |
2363 | 2024-03-15T12:49:08.667Z | Checking guppy v0.17.5 |
2364 | 2024-03-15T12:49:10.877Z | Checking hyper-rustls v0.26.0 |
2365 | 2024-03-15T12:49:11.208Z | Checking httptest v0.15.5 |
2366 | 2024-03-15T12:49:11.962Z | Checking threadpool v1.8.1 |
2367 | 2024-03-15T12:49:12.152Z | Checking libtest-mimic v0.6.1 |
2368 | 2024-03-15T12:49:12.583Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2369 | 2024-03-15T12:49:12.891Z | Checking similar-asserts v1.5.0 |
2370 | 2024-03-15T12:49:13.135Z | Compiling rstest_macros v0.18.2 |
2371 | 2024-03-15T12:49:14.749Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2372 | 2024-03-15T12:49:15.576Z | Checking datatest-stable v0.2.3 |
2373 | 2024-03-15T12:49:15.665Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2374 | 2024-03-15T12:49:15.796Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2375 | 2024-03-15T12:49:16.085Z | Checking csv-core v0.1.11 |
2376 | 2024-03-15T12:49:16.104Z | Compiling relative-path v1.9.0 |
2377 | 2024-03-15T12:49:16.333Z | Compiling trybuild v1.0.89 |
2378 | 2024-03-15T12:49:16.432Z | Checking constant_time_eq v0.2.6 |
2379 | 2024-03-15T12:49:16.560Z | Checking blake2b_simd v1.0.1 |
2380 | 2024-03-15T12:49:16.773Z | Checking csv v1.3.0 |
2381 | 2024-03-15T12:49:17.434Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2382 | 2024-03-15T12:49:17.641Z | Checking multimap v0.10.0 |
2383 | 2024-03-15T12:49:17.931Z | Checking basic-toml v0.1.8 |
2384 | 2024-03-15T12:49:18.760Z | Checking futures-timer v3.0.2 |
2385 | 2024-03-15T12:49:19.948Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2386 | 2024-03-15T12:49:20.427Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2387 | 2024-03-15T12:49:20.952Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2388 | 2024-03-15T12:49:22.730Z | Checking rust-argon2 v1.0.1 |
2389 | 2024-03-15T12:49:23.168Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2390 | 2024-03-15T12:49:25.142Z | Checking partial-io v0.5.4 |
2391 | 2024-03-15T12:49:25.522Z | Checking approx v0.5.1 |
2392 | 2024-03-15T12:49:25.750Z | Checking termios v0.3.3 |
2393 | 2024-03-15T12:49:25.966Z | Checking hex-literal v0.4.1 |
2394 | 2024-03-15T12:49:26.749Z | Checking rstest v0.18.2 |
2395 | 2024-03-15T12:49:29.271Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2396 | 2024-03-15T12:49:45.235Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2397 | 2024-03-15T12:50:16.611Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2398 | 2024-03-15T12:50:19.112Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2399 | 2024-03-15T12:50:21.609Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2400 | 2024-03-15T12:50:22.786Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2401 | 2024-03-15T12:50:23.793Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2402 | 2024-03-15T12:50:35.209Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2403 | 2024-03-15T12:50:46.270Z | Compiling polar-core v0.27.0 |
2404 | 2024-03-15T12:50:53.747Z | Checking oso v0.27.0 |
2405 | 2024-03-15T12:51:19.702Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2406 | 2024-03-15T12:51:19.702Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2407 | 2024-03-15T12:52:21.430Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 49s |
2408 | 2024-03-15T12:52:21.607Z | |
2409 | 2024-03-15T12:52:21.607Z | real 7:34.130039194 |
2410 | 2024-03-15T12:52:21.607Z | user 38:50.996057159 |
2411 | 2024-03-15T12:52:21.607Z | sys 6:43.594869497 |
2412 | 2024-03-15T12:52:21.611Z | trap 1.061275574 |
2413 | 2024-03-15T12:52:21.611Z | tflt 5.860342215 |
2414 | 2024-03-15T12:52:21.611Z | dflt 4.118125339 |
2415 | 2024-03-15T12:52:21.611Z | kflt 0.142985010 |
2416 | 2024-03-15T12:52:21.611Z | lock 59:40.454889950 |
2417 | 2024-03-15T12:52:21.611Z | slp 1:57:59.735066597 |
2418 | 2024-03-15T12:52:21.611Z | lat 1:46.633871013 |
2419 | 2024-03-15T12:52:21.611Z | stop 4:28.387500656 |
2420 | 2024-03-15T12:52:22.484Z | warning: output filename collision. |
2421 | 2024-03-15T12:52:22.484Z | The lib target `hubpack` in package `hubpack v0.1.2` has the same output filename as the lib target `hubpack` in package `hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`. |
2422 | 2024-03-15T12:52:22.484Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2423 | 2024-03-15T12:52:22.484Z | The targets should have unique names. |
2424 | 2024-03-15T12:52:22.484Z | This is a known bug where multiple crates with the same name use |
2425 | 2024-03-15T12:52:22.484Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2426 | 2024-03-15T12:52:22.488Z | warning: output filename collision. |
2427 | 2024-03-15T12:52:22.488Z | The lib target `nix` in package `nix v0.27.1` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`. |
2428 | 2024-03-15T12:52:22.488Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2429 | 2024-03-15T12:52:22.488Z | The targets should have unique names. |
2430 | 2024-03-15T12:52:22.488Z | This is a known bug where multiple crates with the same name use |
2431 | 2024-03-15T12:52:22.488Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2432 | 2024-03-15T12:52:22.488Z | warning: output filename collision. |
2433 | 2024-03-15T12:52:22.488Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2434 | 2024-03-15T12:52:22.488Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2435 | 2024-03-15T12:52:22.488Z | The targets should have unique names. |
2436 | 2024-03-15T12:52:22.488Z | This is a known bug where multiple crates with the same name use |
2437 | 2024-03-15T12:52:22.488Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2438 | 2024-03-15T12:52:22.488Z | warning: output filename collision. |
2439 | 2024-03-15T12:52:22.488Z | The lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)` has the same output filename as the lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)`. |
2440 | 2024-03-15T12:52:22.488Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2441 | 2024-03-15T12:52:22.488Z | The targets should have unique names. |
2442 | 2024-03-15T12:52:22.488Z | This is a known bug where multiple crates with the same name use |
2443 | 2024-03-15T12:52:22.488Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2444 | 2024-03-15T12:52:22.953Z | Documenting libc v0.2.153 |
2445 | 2024-03-15T12:52:22.998Z | Documenting cfg-if v1.0.0 |
2446 | 2024-03-15T12:52:23.011Z | Documenting serde_derive v1.0.197 |
2447 | 2024-03-15T12:52:23.040Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2448 | 2024-03-15T12:52:23.058Z | Documenting log v0.4.20 |
2449 | 2024-03-15T12:52:23.075Z | Documenting memchr v2.7.1 |
2450 | 2024-03-15T12:52:23.089Z | Documenting byteorder v1.5.0 |
2451 | 2024-03-15T12:52:23.092Z | Documenting smallvec v1.13.1 |
2452 | 2024-03-15T12:52:23.404Z | Documenting scopeguard v1.2.0 |
2453 | 2024-03-15T12:52:26.142Z | Documenting itoa v1.0.9 |
2454 | 2024-03-15T12:52:26.247Z | Documenting lock_api v0.4.10 |
2455 | 2024-03-15T12:52:26.250Z | Documenting zeroize_derive v1.4.2 |
2456 | 2024-03-15T12:52:27.632Z | Documenting once_cell v1.19.0 |
2457 | 2024-03-15T12:52:27.740Z | Documenting getrandom v0.2.12 |
2458 | 2024-03-15T12:52:27.837Z | Documenting parking_lot_core v0.9.8 |
2459 | 2024-03-15T12:52:28.454Z | Documenting libm v0.2.7 |
2460 | 2024-03-15T12:52:28.984Z | Documenting pin-project-lite v0.2.13 |
2461 | 2024-03-15T12:52:29.312Z | Documenting signal-hook-registry v1.4.1 |
2462 | 2024-03-15T12:52:30.821Z | Documenting serde v1.0.197 |
2463 | 2024-03-15T12:52:31.610Z | Documenting zeroize v1.7.0 |
2464 | 2024-03-15T12:52:31.784Z | Documenting num-traits v0.2.18 |
2465 | 2024-03-15T12:52:31.901Z | Documenting mio v0.8.11 |
2466 | 2024-03-15T12:52:32.203Z | Documenting futures-core v0.3.30 |
2467 | 2024-03-15T12:52:32.706Z | Documenting rand_core v0.6.4 |
2468 | 2024-03-15T12:52:32.927Z | Documenting parking_lot v0.12.1 |
2469 | 2024-03-15T12:52:34.108Z | Documenting thiserror-impl v1.0.57 |
2470 | 2024-03-15T12:52:36.213Z | Documenting ryu v1.0.15 |
2471 | 2024-03-15T12:52:36.728Z | Documenting socket2 v0.5.5 |
2472 | 2024-03-15T12:52:36.836Z | Documenting num_cpus v1.16.0 |
2473 | 2024-03-15T12:52:37.066Z | Documenting typenum v1.16.0 |
2474 | 2024-03-15T12:52:37.095Z | Documenting tokio-macros v2.2.0 |
2475 | 2024-03-15T12:52:37.659Z | Documenting subtle v2.5.0 |
2476 | 2024-03-15T12:52:39.113Z | Documenting zerocopy v0.7.32 |
2477 | 2024-03-15T12:52:40.237Z | Documenting thiserror v1.0.57 |
2478 | 2024-03-15T12:52:41.640Z | Documenting futures-sink v0.3.30 |
2479 | 2024-03-15T12:52:41.740Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2480 | 2024-03-15T12:52:41.901Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2481 | 2024-03-15T12:52:42.513Z | Documenting const-oid v0.9.6 |
2482 | 2024-03-15T12:52:49.829Z | Documenting iana-time-zone v0.1.57 |
2483 | 2024-03-15T12:52:50.818Z | Documenting generic-array v0.14.7 |
2484 | 2024-03-15T12:52:51.180Z | Documenting pin-utils v0.1.0 |
2485 | 2024-03-15T12:52:51.192Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2486 | 2024-03-15T12:52:51.487Z | Documenting futures-channel v0.3.30 |
2487 | 2024-03-15T12:52:51.852Z | Documenting slab v0.4.9 |
2488 | 2024-03-15T12:52:53.079Z | Documenting futures-macro v0.3.30 |
2489 | 2024-03-15T12:52:54.301Z | Documenting futures-task v0.3.30 |
2490 | 2024-03-15T12:52:56.331Z | Documenting crypto-common v0.1.6 |
2491 | 2024-03-15T12:52:56.487Z | Documenting futures-io v0.3.30 |
2492 | 2024-03-15T12:52:56.625Z | Documenting tinyvec_macros v0.1.1 |
2493 | 2024-03-15T12:52:57.245Z | Documenting ahash v0.8.8 |
2494 | 2024-03-15T12:52:59.199Z | Documenting allocator-api2 v0.2.16 |
2495 | 2024-03-15T12:52:59.537Z | Documenting tinyvec v1.6.0 |
2496 | 2024-03-15T12:52:59.557Z | Documenting block-buffer v0.10.4 |
2497 | 2024-03-15T12:52:59.640Z | Documenting ppv-lite86 v0.2.17 |
2498 | 2024-03-15T12:53:00.465Z | Documenting bytes v1.5.0 |
2499 | 2024-03-15T12:53:01.469Z | Documenting bitflags v2.4.2 |
2500 | 2024-03-15T12:53:02.228Z | Documenting serde_json v1.0.114 |
2501 | 2024-03-15T12:53:02.641Z | Documenting chrono v0.4.34 |
2502 | 2024-03-15T12:53:03.330Z | Documenting futures-util v0.3.30 |
2503 | 2024-03-15T12:53:03.502Z | Documenting uuid v1.7.0 |
2504 | 2024-03-15T12:53:03.783Z | Documenting hashbrown v0.14.3 |
2505 | 2024-03-15T12:53:05.254Z | Documenting digest v0.10.7 |
2506 | 2024-03-15T12:53:05.278Z | Documenting tokio v1.36.0 |
2507 | 2024-03-15T12:53:06.563Z | Documenting unicode-normalization v0.1.22 |
2508 | 2024-03-15T12:53:07.920Z | Documenting rand_chacha v0.3.1 |
2509 | 2024-03-15T12:53:08.813Z | Documenting tracing-core v0.1.32 |
2510 | 2024-03-15T12:53:09.710Z | Documenting tracing-attributes v0.1.27 |
2511 | 2024-03-15T12:53:10.289Z | Documenting unicode-bidi v0.3.15 |
2512 | 2024-03-15T12:53:11.830Z | Documenting lazy_static v1.4.0 |
2513 | 2024-03-15T12:53:12.273Z | Documenting percent-encoding v2.3.1 |
2514 | 2024-03-15T12:53:20.999Z | Documenting serde_derive_internals v0.26.0 |
2515 | 2024-03-15T12:53:21.017Z | Documenting rand v0.8.5 |
2516 | 2024-03-15T12:53:21.212Z | Checking serde_derive_internals v0.26.0 |
2517 | 2024-03-15T12:53:21.224Z | Documenting dyn-clone v1.0.17 |
2518 | 2024-03-15T12:53:21.434Z | Documenting equivalent v1.0.1 |
2519 | 2024-03-15T12:53:21.774Z | Documenting powerfmt v0.2.0 |
2520 | 2024-03-15T12:53:21.920Z | Documenting form_urlencoded v1.2.1 |
2521 | 2024-03-15T12:53:22.698Z | Documenting time-macros v0.2.17 |
2522 | 2024-03-15T12:53:24.310Z | Documenting indexmap v2.2.5 |
2523 | 2024-03-15T12:53:24.885Z | Documenting time-core v0.1.2 |
2524 | 2024-03-15T12:53:25.220Z | Documenting deranged v0.3.11 |
2525 | 2024-03-15T12:53:26.941Z | Documenting num-conv v0.1.0 |
2526 | 2024-03-15T12:53:26.951Z | Documenting num_threads v0.1.6 |
2527 | 2024-03-15T12:53:28.124Z | Documenting schemars_derive v0.8.16 |
2528 | 2024-03-15T12:53:28.225Z | Documenting cpufeatures v0.2.12 |
2529 | 2024-03-15T12:53:28.696Z | Documenting fnv v1.0.7 |
2530 | 2024-03-15T12:53:30.347Z | Documenting unicode-width v0.1.11 |
2531 | 2024-03-15T12:53:30.358Z | Documenting idna v0.5.0 |
2532 | 2024-03-15T12:53:30.819Z | Documenting tracing v0.1.40 |
2533 | 2024-03-15T12:53:30.925Z | Documenting errno v0.3.8 |
2534 | 2024-03-15T12:53:31.261Z | Documenting httparse v1.8.0 |
2535 | 2024-03-15T12:53:31.726Z | Documenting time v0.3.34 |
2536 | 2024-03-15T12:53:33.669Z | Documenting adler v1.0.2 |
2537 | 2024-03-15T12:53:33.691Z | Documenting base64ct v1.6.0 |
2538 | 2024-03-15T12:53:33.871Z | Documenting schemars v0.8.16 |
2539 | 2024-03-15T12:53:35.478Z | Documenting url v2.5.0 |
2540 | 2024-03-15T12:53:35.688Z | Documenting rustix v0.38.31 |
2541 | 2024-03-15T12:53:36.011Z | Documenting unicode-ident v1.0.12 |
2542 | 2024-03-15T12:53:37.007Z | Documenting miniz_oxide v0.7.1 |
2543 | 2024-03-15T12:53:37.416Z | Documenting slog v2.7.0 |
2544 | 2024-03-15T12:53:38.463Z | Documenting try-lock v0.2.4 |
2545 | 2024-03-15T12:53:38.956Z | Documenting proc-macro2 v1.0.78 |
2546 | 2024-03-15T12:53:41.108Z | Documenting httpdate v1.0.3 |
2547 | 2024-03-15T12:53:41.162Z | Documenting http-body v0.4.5 |
2548 | 2024-03-15T12:53:41.222Z | Documenting want v0.3.1 |
2549 | 2024-03-15T12:53:41.239Z | Documenting aho-corasick v1.1.2 |
2550 | 2024-03-15T12:53:41.658Z | Documenting openssl-sys v0.9.96 |
2551 | 2024-03-15T12:53:42.432Z | Documenting async-trait v0.1.77 |
2552 | 2024-03-15T12:53:44.136Z | Documenting openssl-macros v0.1.1 |
2553 | 2024-03-15T12:53:46.105Z | Documenting tower-service v0.3.2 |
2554 | 2024-03-15T12:53:46.329Z | Documenting mime v0.3.17 |
2555 | 2024-03-15T12:53:46.806Z | Documenting regex-syntax v0.8.2 |
2556 | 2024-03-15T12:53:47.414Z | Documenting quote v1.0.35 |
2557 | 2024-03-15T12:53:48.435Z | Documenting tokio-util v0.7.10 |
2558 | 2024-03-15T12:53:48.869Z | Documenting pem-rfc7468 v0.7.0 |
2559 | 2024-03-15T12:53:48.921Z | Documenting crossbeam-utils v0.8.19 |
2560 | 2024-03-15T12:53:49.942Z | Documenting openssl v0.10.60 |
2561 | 2024-03-15T12:53:51.055Z | Documenting der_derive v0.7.2 |
2562 | 2024-03-15T12:53:51.301Z | Documenting ipnet v2.9.0 |
2563 | 2024-03-15T12:53:51.681Z | Documenting flagset v0.4.3 |
2564 | 2024-03-15T12:53:53.877Z | Documenting utf8parse v0.2.1 |
2565 | 2024-03-15T12:53:54.369Z | Documenting openssl-probe v0.1.5 |
2566 | 2024-03-15T12:53:54.442Z | Documenting regex-automata v0.4.5 |
2567 | 2024-03-15T12:53:54.662Z | Documenting syn v2.0.51 |
2568 | 2024-03-15T12:53:55.005Z | Documenting h2 v0.3.24 |
2569 | 2024-03-15T12:53:56.308Z | Documenting num-integer v0.1.46 |
2570 | 2024-03-15T12:53:56.820Z | Documenting gimli v0.28.0 |
2571 | 2024-03-15T12:53:57.733Z | Documenting der v0.7.8 |
2572 | 2024-03-15T12:53:58.387Z | Documenting object v0.32.1 |
2573 | 2024-03-15T12:53:59.355Z | Documenting native-tls v0.2.11 |
2574 | 2024-03-15T12:54:01.209Z | Documenting encoding_rs v0.8.33 |
2575 | 2024-03-15T12:54:03.126Z | Documenting addr2line v0.21.0 |
2576 | 2024-03-15T12:54:04.103Z | Documenting spki v0.7.2 |
2577 | 2024-03-15T12:54:04.431Z | Documenting regex v1.10.3 |
2578 | 2024-03-15T12:54:04.593Z | Documenting psl-types v2.0.11 |
2579 | 2024-03-15T12:54:05.371Z | Documenting hyper v0.14.28 |
2580 | 2024-03-15T12:54:06.580Z | Documenting rustc-demangle v0.1.23 |
2581 | 2024-03-15T12:54:07.147Z | Documenting tokio-native-tls v0.3.1 |
2582 | 2024-03-15T12:54:07.991Z | Documenting publicsuffix v2.2.3 |
2583 | 2024-03-15T12:54:08.460Z | Documenting serde_urlencoded v0.7.1 |
2584 | 2024-03-15T12:54:10.292Z | Documenting spin v0.9.8 |
2585 | 2024-03-15T12:54:11.056Z | Documenting either v1.10.0 |
2586 | 2024-03-15T12:54:11.204Z | Documenting backtrace v0.3.69 |
2587 | 2024-03-15T12:54:13.106Z | Documenting cookie_store v0.20.0 |
2588 | 2024-03-15T12:54:13.262Z | Documenting pkcs8 v0.10.2 |
2589 | 2024-03-15T12:54:13.840Z | Documenting futures-executor v0.3.30 |
2590 | 2024-03-15T12:54:14.211Z | Checking pest_meta v2.7.6 |
2591 | 2024-03-15T12:54:15.130Z | Documenting sync_wrapper v0.1.2 |
2592 | 2024-03-15T12:54:15.687Z | Documenting data-encoding v2.4.0 |
2593 | 2024-03-15T12:54:17.602Z | Documenting webpki-roots v0.25.2 |
2594 | 2024-03-15T12:54:17.758Z | Documenting anyhow v1.0.79 |
2595 | 2024-03-15T12:54:18.147Z | Documenting anstyle v1.0.2 |
2596 | 2024-03-15T12:54:18.235Z | Documenting anstyle-parse v0.2.1 |
2597 | 2024-03-15T12:54:18.313Z | Documenting crossbeam-epoch v0.9.18 |
2598 | 2024-03-15T12:54:18.886Z | Documenting ipnetwork v0.20.0 |
2599 | 2024-03-15T12:54:19.449Z | Documenting hyper-tls v0.5.0 |
2600 | 2024-03-15T12:54:19.987Z | Documenting hyper-rustls v0.24.2 |
2601 | 2024-03-15T12:54:22.102Z | Documenting sha2 v0.10.8 |
2602 | 2024-03-15T12:54:22.428Z | Documenting hex v0.4.3 |
2603 | 2024-03-15T12:54:22.736Z | Documenting crc32fast v1.3.2 |
2604 | 2024-03-15T12:54:23.294Z | Documenting pest_meta v2.7.6 |
2605 | 2024-03-15T12:54:23.442Z | Documenting scroll_derive v0.12.0 |
2606 | 2024-03-15T12:54:24.624Z | Documenting anstyle-query v1.0.0 |
2607 | 2024-03-15T12:54:26.488Z | Documenting untrusted v0.9.0 |
2608 | 2024-03-15T12:54:26.915Z | Documenting reqwest v0.11.24 |
2609 | 2024-03-15T12:54:27.469Z | Documenting colorchoice v1.0.0 |
2610 | 2024-03-15T12:54:27.613Z | Documenting futures v0.3.30 |
2611 | 2024-03-15T12:54:27.711Z | Documenting pest_generator v2.7.6 |
2612 | 2024-03-15T12:54:27.849Z | Checking pest_generator v2.7.6 |
2613 | 2024-03-15T12:54:28.547Z | Documenting num-iter v0.1.44 |
2614 | 2024-03-15T12:54:29.207Z | Documenting scroll v0.12.0 |
2615 | 2024-03-15T12:54:29.353Z | Documenting terminal_size v0.3.0 |
2616 | 2024-03-15T12:54:29.444Z | Documenting ring v0.17.8 |
2617 | 2024-03-15T12:54:30.464Z | Documenting anstream v0.6.11 |
2618 | 2024-03-15T12:54:32.690Z | Documenting openapiv3 v2.0.0 |
2619 | 2024-03-15T12:54:33.450Z | Documenting hmac v0.12.1 |
2620 | 2024-03-15T12:54:33.581Z | Documenting signal-hook v0.3.17 |
2621 | 2024-03-15T12:54:34.624Z | Documenting clap_lex v0.7.0 |
2622 | 2024-03-15T12:54:34.859Z | Documenting ucd-trie v0.1.6 |
2623 | 2024-03-15T12:54:35.216Z | Documenting strsim v0.11.0 |
2624 | 2024-03-15T12:54:36.046Z | Documenting static_assertions v1.1.0 |
2625 | 2024-03-15T12:54:38.358Z | Documenting plain v0.2.3 |
2626 | 2024-03-15T12:54:38.855Z | Documenting pest_derive v2.7.6 |
2627 | 2024-03-15T12:54:39.070Z | Documenting flate2 v1.0.28 |
2628 | 2024-03-15T12:54:39.307Z | Documenting clap_derive v4.5.0 |
2629 | 2024-03-15T12:54:39.432Z | Documenting unicode-segmentation v1.10.1 |
2630 | 2024-03-15T12:54:39.543Z | Documenting pest v2.7.6 |
2631 | 2024-03-15T12:54:39.753Z | Documenting clap_builder v4.5.1 |
2632 | 2024-03-15T12:54:40.144Z | Documenting managed v0.8.0 |
2633 | 2024-03-15T12:54:41.346Z | Documenting goblin v0.8.0 |
2634 | 2024-03-15T12:54:43.346Z | Documenting pretty-hex v0.4.1 |
2635 | 2024-03-15T12:54:43.493Z | Documenting signal-hook-mio v0.2.3 |
2636 | 2024-03-15T12:54:43.686Z | Documenting block-padding v0.3.3 |
2637 | 2024-03-15T12:54:44.541Z | Documenting scheduled-thread-pool v0.2.7 |
2638 | 2024-03-15T12:54:45.034Z | Documenting dtrace-parser v0.2.0 |
2639 | 2024-03-15T12:54:45.107Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2640 | 2024-03-15T12:54:46.580Z | Documenting thread-id v4.2.0 |
2641 | 2024-03-15T12:54:47.676Z | Documenting clap v4.5.1 |
2642 | 2024-03-15T12:54:47.922Z | Documenting enum-as-inner v0.5.1 |
2643 | 2024-03-15T12:54:48.684Z | Checking diesel_table_macro_syntax v0.1.0 |
2644 | 2024-03-15T12:54:48.820Z | Documenting dof v0.3.0 |
2645 | 2024-03-15T12:54:48.857Z | Documenting diesel_table_macro_syntax v0.1.0 |
2646 | 2024-03-15T12:54:49.037Z | Documenting inout v0.1.3 |
2647 | 2024-03-15T12:54:50.374Z | Documenting r2d2 v0.8.10 |
2648 | 2024-03-15T12:54:50.521Z | Documenting bzip2 v0.4.4 |
2649 | 2024-03-15T12:54:51.621Z | Documenting crossterm v0.27.0 |
2650 | 2024-03-15T12:54:52.562Z | Documenting trust-dns-proto v0.22.0 |
2651 | 2024-03-15T12:54:54.198Z | Documenting usdt-impl v0.5.0 |
2652 | 2024-03-15T12:54:54.402Z | Documenting md-5 v0.10.5 |
2653 | 2024-03-15T12:54:54.562Z | Documenting stringprep v0.1.3 |
2654 | 2024-03-15T12:54:54.692Z | Documenting toml_datetime v0.6.5 |
2655 | 2024-03-15T12:54:54.772Z | Documenting diesel_derives v2.1.2 |
2656 | 2024-03-15T12:54:55.586Z | Documenting serde_spanned v0.6.5 |
2657 | 2024-03-15T12:54:57.354Z | Documenting ff v0.13.0 |
2658 | 2024-03-15T12:54:59.383Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2659 | 2024-03-15T12:54:59.520Z | Documenting fallible-iterator v0.2.0 |
2660 | 2024-03-15T12:54:59.883Z | Documenting bit-vec v0.6.3 |
2661 | 2024-03-15T12:55:00.661Z | Documenting winnow v0.6.1 |
2662 | 2024-03-15T12:55:01.112Z | Documenting siphasher v0.3.11 |
2663 | 2024-03-15T12:55:01.531Z | Documenting base16ct v0.2.0 |
2664 | 2024-03-15T12:55:02.451Z | Documenting group v0.13.0 |
2665 | 2024-03-15T12:55:03.040Z | Documenting zip v0.6.6 |
2666 | 2024-03-15T12:55:04.280Z | Documenting diesel v2.1.4 |
2667 | 2024-03-15T12:55:04.593Z | Documenting phf_shared v0.11.2 |
2668 | 2024-03-15T12:55:04.776Z | Documenting cipher v0.4.4 |
2669 | 2024-03-15T12:55:04.969Z | Documenting sec1 v0.7.3 |
2670 | 2024-03-15T12:55:05.504Z | Documenting postgres-protocol v0.6.6 |
2671 | 2024-03-15T12:55:06.858Z | Documenting toml_edit v0.22.6 |
2672 | 2024-03-15T12:55:07.600Z | Documenting hkdf v0.12.4 |
2673 | 2024-03-15T12:55:07.640Z | Documenting bstr v1.9.0 |
2674 | 2024-03-15T12:55:09.604Z | Documenting num-bigint v0.4.4 |
2675 | 2024-03-15T12:55:19.992Z | Documenting hubpack v0.1.2 |
2676 | 2024-03-15T12:55:27.554Z | Documenting crypto-bigint v0.5.2 |
2677 | 2024-03-15T12:55:27.925Z | Documenting serde_repr v0.1.16 |
2678 | 2024-03-15T12:55:27.928Z | Documenting lalrpop-util v0.19.12 |
2679 | 2024-03-15T12:55:28.073Z | Documenting new_debug_unreachable v1.0.4 |
2680 | 2024-03-15T12:55:28.136Z | Documenting precomputed-hash v0.1.1 |
2681 | 2024-03-15T12:55:28.635Z | Checking strsim v0.10.0 |
2682 | 2024-03-15T12:55:28.847Z | Checking ident_case v1.0.1 |
2683 | 2024-03-15T12:55:28.944Z | Documenting minimal-lexical v0.2.1 |
2684 | 2024-03-15T12:55:28.998Z | Documenting fixedbitset v0.4.2 |
2685 | 2024-03-15T12:55:30.518Z | Documenting yasna v0.5.2 |
2686 | 2024-03-15T12:55:31.118Z | Documenting postgres-types v0.2.6 |
2687 | 2024-03-15T12:55:32.662Z | Documenting phf v0.11.2 |
2688 | 2024-03-15T12:55:32.829Z | Documenting petgraph v0.6.4 |
2689 | 2024-03-15T12:55:32.930Z | Documenting string_cache v0.8.7 |
2690 | 2024-03-15T12:55:33.619Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2691 | 2024-03-15T12:55:33.798Z | Documenting nom v7.1.3 |
2692 | 2024-03-15T12:55:43.599Z | Documenting console v0.15.8 |
2693 | 2024-03-15T12:55:43.822Z | Documenting semver v1.0.22 |
2694 | 2024-03-15T12:55:43.891Z | Documenting float-cmp v0.9.0 |
2695 | 2024-03-15T12:55:44.093Z | Documenting normalize-line-endings v0.3.0 |
2696 | 2024-03-15T12:55:44.397Z | Documenting whoami v1.5.0 |
2697 | 2024-03-15T12:55:44.447Z | Documenting elliptic-curve v0.13.8 |
2698 | 2024-03-15T12:55:44.590Z | Documenting difflib v0.4.0 |
2699 | 2024-03-15T12:55:45.498Z | Documenting predicates-core v1.0.6 |
2700 | 2024-03-15T12:55:48.422Z | Documenting bit-set v0.5.3 |
2701 | 2024-03-15T12:55:48.730Z | Documenting similar v2.4.0 |
2702 | 2024-03-15T12:55:48.958Z | Documenting tokio-stream v0.1.14 |
2703 | 2024-03-15T12:55:48.995Z | Checking unsafe-libyaml v0.2.10 |
2704 | 2024-03-15T12:55:49.311Z | Documenting tokio-postgres v0.7.10 |
2705 | 2024-03-15T12:55:49.497Z | Documenting heck v0.4.1 |
2706 | 2024-03-15T12:55:50.192Z | Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
2707 | 2024-03-15T12:55:50.357Z | Documenting predicates v3.1.0 |
2708 | 2024-03-15T12:56:00.852Z | Documenting unsafe-libyaml v0.2.10 |
2709 | 2024-03-15T12:56:01.038Z | Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
2710 | 2024-03-15T12:56:01.048Z | Checking serde_yaml v0.9.25 |
2711 | 2024-03-15T12:56:01.291Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
2712 | 2024-03-15T12:56:01.423Z | Documenting getopts v0.2.21 |
2713 | 2024-03-15T12:56:01.443Z | Documenting match_cfg v0.1.0 |
2714 | 2024-03-15T12:56:01.734Z | Checking darling_core v0.20.3 |
2715 | 2024-03-15T12:56:02.037Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2716 | 2024-03-15T12:56:02.841Z | Documenting sha1 v0.10.6 |
2717 | 2024-03-15T12:56:03.482Z | Documenting dirs-sys-next v0.1.2 |
2718 | 2024-03-15T12:56:04.384Z | Documenting hostname v0.3.1 |
2719 | 2024-03-15T12:56:04.863Z | Documenting serde_yaml v0.9.25 |
2720 | 2024-03-15T12:56:06.218Z | Documenting rustls-pki-types v1.3.0 |
2721 | 2024-03-15T12:56:06.857Z | Checking darling v0.20.3 |
2722 | 2024-03-15T12:56:06.970Z | Documenting camino v1.1.6 |
2723 | 2024-03-15T12:56:07.833Z | Documenting thread_local v1.1.7 |
2724 | 2024-03-15T12:56:08.535Z | Documenting dirs-next v2.0.0 |
2725 | 2024-03-15T12:56:09.388Z | Documenting paste v1.0.14 |
2726 | 2024-03-15T12:56:09.478Z | Documenting crossbeam-channel v0.5.8 |
2727 | 2024-03-15T12:56:10.108Z | Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
2728 | 2024-03-15T12:56:11.159Z | Documenting rustls-webpki v0.102.1 |
2729 | 2024-03-15T12:56:11.705Z | Documenting progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
2730 | 2024-03-15T12:56:11.721Z | Documenting atty v0.2.14 |
2731 | 2024-03-15T12:56:12.531Z | Documenting take_mut v0.2.2 |
2732 | 2024-03-15T12:56:13.578Z | Documenting term v0.7.0 |
2733 | 2024-03-15T12:56:14.023Z | Documenting slog-json v2.6.1 |
2734 | 2024-03-15T12:56:14.134Z | Documenting http v1.0.0 |
2735 | 2024-03-15T12:56:15.497Z | Documenting async-stream-impl v0.3.5 |
2736 | 2024-03-15T12:56:16.083Z | Documenting rustls v0.22.2 |
2737 | 2024-03-15T12:56:17.132Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
2738 | 2024-03-15T12:56:17.420Z | Documenting slog-async v2.8.0 |
2739 | 2024-03-15T12:56:18.689Z | Documenting slog-term v2.9.0 |
2740 | 2024-03-15T12:56:18.959Z | Documenting debug-ignore v1.0.5 |
2741 | 2024-03-15T12:56:19.512Z | Documenting atomic-waker v1.1.1 |
2742 | 2024-03-15T12:56:20.002Z | Documenting multer v3.0.0 |
2743 | 2024-03-15T12:56:21.251Z | Documenting async-stream v0.3.5 |
2744 | 2024-03-15T12:56:21.952Z | Documenting slog-bunyan v2.5.0 |
2745 | 2024-03-15T12:56:22.211Z | Documenting rustls-pemfile v2.1.1 |
2746 | 2024-03-15T12:56:22.526Z | Documenting waitgroup v0.1.2 |
2747 | 2024-03-15T12:56:23.608Z | Documenting toml v0.8.10 |
2748 | 2024-03-15T12:56:25.337Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2749 | 2024-03-15T12:56:25.432Z | Documenting serde_path_to_error v0.1.16 |
2750 | 2024-03-15T12:56:25.713Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
2751 | 2024-03-15T12:56:26.489Z | Documenting strum v0.26.1 |
2752 | 2024-03-15T12:56:26.654Z | Documenting tokio-rustls v0.25.0 |
2753 | 2024-03-15T12:56:27.102Z | Documenting serde_with_macros v3.6.1 |
2754 | 2024-03-15T12:56:27.345Z | Documenting structmeta-derive v0.3.0 |
2755 | 2024-03-15T12:56:29.936Z | Documenting regress v0.9.0 |
2756 | 2024-03-15T12:56:30.596Z | Checking structmeta v0.3.0 |
2757 | 2024-03-15T12:56:30.596Z | Documenting instant v0.1.12 |
2758 | 2024-03-15T12:56:30.596Z | Documenting newtype-uuid v1.0.1 |
2759 | 2024-03-15T12:56:31.253Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2760 | 2024-03-15T12:56:32.562Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2761 | 2024-03-15T12:56:33.471Z | Documenting serde_with v3.6.1 |
2762 | 2024-03-15T12:56:33.902Z | Documenting structmeta v0.3.0 |
2763 | 2024-03-15T12:56:35.155Z | Documenting backoff v0.4.0 |
2764 | 2024-03-15T12:56:35.857Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2765 | 2024-03-15T12:56:36.115Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2766 | 2024-03-15T12:56:36.309Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2767 | 2024-03-15T12:56:37.313Z | Documenting macaddr v1.0.1 |
2768 | 2024-03-15T12:56:39.470Z | Documenting parse-display-derive v0.9.0 |
2769 | 2024-03-15T12:56:40.636Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2770 | 2024-03-15T12:56:40.745Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2771 | 2024-03-15T12:56:40.890Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2772 | 2024-03-15T12:56:40.971Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2773 | 2024-03-15T12:56:41.099Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2774 | 2024-03-15T12:56:41.883Z | Documenting fastrand v2.0.1 |
2775 | 2024-03-15T12:56:41.955Z | Documenting proc-macro-error-attr v1.0.4 |
2776 | 2024-03-15T12:56:42.541Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2777 | 2024-03-15T12:56:42.826Z | Checking proc-macro-error v1.0.4 |
2778 | 2024-03-15T12:56:43.101Z | Documenting proc-macro-crate v1.3.1 |
2779 | 2024-03-15T12:56:43.572Z | Checking proc-macro-crate v1.3.1 |
2780 | 2024-03-15T12:56:43.808Z | Documenting hash32 v0.3.1 |
2781 | 2024-03-15T12:56:44.824Z | Documenting stable_deref_trait v1.2.0 |
2782 | 2024-03-15T12:56:45.688Z | Documenting parse-display v0.9.0 |
2783 | 2024-03-15T12:56:45.909Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2784 | 2024-03-15T12:56:46.238Z | Documenting cobs v0.2.3 |
2785 | 2024-03-15T12:56:46.558Z | Documenting tempfile v3.10.0 |
2786 | 2024-03-15T12:56:46.875Z | Documenting proc-macro-error v1.0.4 |
2787 | 2024-03-15T12:56:47.755Z | Documenting embedded-io v0.4.0 |
2788 | 2024-03-15T12:56:48.706Z | Documenting num_enum_derive v0.5.11 |
2789 | 2024-03-15T12:56:48.858Z | Documenting heapless v0.8.0 |
2790 | 2024-03-15T12:56:49.960Z | Documenting foreign-types-macros v0.2.3 |
2791 | 2024-03-15T12:56:50.935Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2792 | 2024-03-15T12:56:51.068Z | Documenting postcard v1.0.8 |
2793 | 2024-03-15T12:56:51.343Z | Documenting camino-tempfile v1.1.1 |
2794 | 2024-03-15T12:56:52.637Z | Documenting foreign-types-shared v0.3.1 |
2795 | 2024-03-15T12:56:54.002Z | Documenting smoltcp v0.11.0 |
2796 | 2024-03-15T12:56:55.075Z | Documenting num_enum v0.5.11 |
2797 | 2024-03-15T12:56:55.669Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2798 | 2024-03-15T12:56:56.245Z | Documenting crucible-workspace-hack v0.1.0 |
2799 | 2024-03-15T12:56:56.422Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2800 | 2024-03-15T12:56:56.554Z | Documenting foreign-types v0.5.0 |
2801 | 2024-03-15T12:56:56.999Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2802 | 2024-03-15T12:56:58.691Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2803 | 2024-03-15T12:56:59.173Z | Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2804 | 2024-03-15T12:57:00.964Z | Documenting tabwriter v1.4.0 |
2805 | 2024-03-15T12:57:01.064Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2806 | 2024-03-15T12:57:01.202Z | Documenting cstr-argument v0.1.2 |
2807 | 2024-03-15T12:57:01.704Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2808 | 2024-03-15T12:57:03.841Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2809 | 2024-03-15T12:57:04.033Z | Documenting base64 v0.22.0 |
2810 | 2024-03-15T12:57:05.952Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2811 | 2024-03-15T12:57:06.177Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2812 | 2024-03-15T12:57:06.295Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2813 | 2024-03-15T12:57:07.877Z | Documenting colored v2.1.0 |
2814 | 2024-03-15T12:57:08.628Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2815 | 2024-03-15T12:57:08.659Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2816 | 2024-03-15T12:57:08.810Z | Documenting zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2817 | 2024-03-15T12:57:08.980Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46) |
2818 | 2024-03-15T12:57:11.031Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2819 | 2024-03-15T12:57:11.184Z | Documenting num-derive v0.4.0 |
2820 | 2024-03-15T12:57:11.342Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2821 | 2024-03-15T12:57:11.926Z | Documenting smf v0.2.2 |
2822 | 2024-03-15T12:57:12.116Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2823 | 2024-03-15T12:57:12.563Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2824 | 2024-03-15T12:57:13.652Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2825 | 2024-03-15T12:57:14.454Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46) |
2826 | 2024-03-15T12:57:15.181Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2827 | 2024-03-15T12:57:16.942Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2828 | 2024-03-15T12:57:17.189Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb) |
2829 | 2024-03-15T12:57:17.606Z | Documenting password-hash v0.5.0 |
2830 | 2024-03-15T12:57:19.131Z | Documenting blake2 v0.10.6 |
2831 | 2024-03-15T12:57:19.408Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2832 | 2024-03-15T12:57:19.872Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2833 | 2024-03-15T12:57:21.028Z | Documenting linked-hash-map v0.5.6 |
2834 | 2024-03-15T12:57:21.110Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2835 | 2024-03-15T12:57:22.284Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2836 | 2024-03-15T12:57:22.809Z | Documenting humantime v2.1.0 |
2837 | 2024-03-15T12:57:23.270Z | Documenting memmap v0.7.0 |
2838 | 2024-03-15T12:57:23.856Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2839 | 2024-03-15T12:57:24.258Z | Documenting itertools v0.12.1 |
2840 | 2024-03-15T12:57:24.380Z | Documenting argon2 v0.5.3 |
2841 | 2024-03-15T12:57:26.163Z | Documenting lru-cache v0.1.2 |
2842 | 2024-03-15T12:57:26.850Z | Documenting derive-where v1.2.7 |
2843 | 2024-03-15T12:57:27.407Z | Documenting newtype_derive v0.1.6 |
2844 | 2024-03-15T12:57:27.662Z | Documenting quick-error v1.2.3 |
2845 | 2024-03-15T12:57:28.763Z | Documenting usdt v0.5.0 |
2846 | 2024-03-15T12:57:30.783Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2847 | 2024-03-15T12:57:30.919Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2848 | 2024-03-15T12:57:31.051Z | Documenting swrite v0.1.0 |
2849 | 2024-03-15T12:57:32.237Z | Documenting steno v0.4.0 |
2850 | 2024-03-15T12:57:32.293Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2851 | 2024-03-15T12:57:32.467Z | Documenting resolv-conf v0.7.0 |
2852 | 2024-03-15T12:57:32.888Z | Documenting tap v1.0.1 |
2853 | 2024-03-15T12:57:35.323Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2854 | 2024-03-15T12:57:35.844Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2855 | 2024-03-15T12:57:35.955Z | Documenting wyz v0.5.1 |
2856 | 2024-03-15T12:57:36.597Z | Documenting radium v0.7.0 |
2857 | 2024-03-15T12:57:36.633Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2858 | 2024-03-15T12:57:37.297Z | Documenting nibble_vec v0.1.0 |
2859 | 2024-03-15T12:57:37.700Z | Documenting trust-dns-resolver v0.22.0 |
2860 | 2024-03-15T12:57:37.885Z | Documenting funty v2.0.0 |
2861 | 2024-03-15T12:57:39.586Z | Documenting crc-catalog v2.2.0 |
2862 | 2024-03-15T12:57:39.831Z | Documenting endian-type v0.1.2 |
2863 | 2024-03-15T12:57:40.976Z | Documenting cancel-safe-futures v0.1.5 |
2864 | 2024-03-15T12:57:41.324Z | Documenting bitvec v1.0.1 |
2865 | 2024-03-15T12:57:41.953Z | Documenting num-rational v0.4.1 |
2866 | 2024-03-15T12:57:42.656Z | Documenting crc v3.0.1 |
2867 | 2024-03-15T12:57:44.672Z | Documenting radix_trie v0.2.1 |
2868 | 2024-03-15T12:57:45.737Z | Documenting num-complex v0.4.4 |
2869 | 2024-03-15T12:57:46.372Z | Documenting filetime v0.2.23 |
2870 | 2024-03-15T12:57:46.959Z | Documenting xattr v1.0.1 |
2871 | 2024-03-15T12:57:47.081Z | Documenting packed_struct_codegen v0.10.1 |
2872 | 2024-03-15T12:57:47.257Z | Documenting nodrop v0.1.14 |
2873 | 2024-03-15T12:57:47.577Z | Documenting num-bigint-dig v0.8.4 |
2874 | 2024-03-15T12:57:49.945Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2875 | 2024-03-15T12:57:50.268Z | Documenting array-init v0.0.4 |
2876 | 2024-03-15T12:57:51.356Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2877 | 2024-03-15T12:57:51.491Z | Documenting num v0.4.1 |
2878 | 2024-03-15T12:57:51.564Z | Documenting pkcs1 v0.7.5 |
2879 | 2024-03-15T12:57:52.017Z | Documenting tar v0.4.40 |
2880 | 2024-03-15T12:57:52.482Z | Documenting packed_struct v0.10.1 |
2881 | 2024-03-15T12:57:54.246Z | Documenting is-terminal v0.4.9 |
2882 | 2024-03-15T12:57:54.982Z | Documenting signature v2.1.0 |
2883 | 2024-03-15T12:57:56.306Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2884 | 2024-03-15T12:57:56.525Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2885 | 2024-03-15T12:57:57.526Z | Documenting bitfield v0.14.0 |
2886 | 2024-03-15T12:57:58.040Z | Documenting termcolor v1.2.0 |
2887 | 2024-03-15T12:58:00.045Z | Documenting arc-swap v1.6.0 |
2888 | 2024-03-15T12:58:00.608Z | Documenting serde-hex v0.1.0 |
2889 | 2024-03-15T12:58:00.845Z | Documenting rsa v0.9.2 |
2890 | 2024-03-15T12:58:01.640Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2891 | 2024-03-15T12:58:01.934Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2892 | 2024-03-15T12:58:02.933Z | Documenting env_logger v0.10.0 |
2893 | 2024-03-15T12:58:04.447Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2894 | 2024-03-15T12:58:05.044Z | Documenting slog-scope v4.4.0 |
2895 | 2024-03-15T12:58:06.493Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2896 | 2024-03-15T12:58:06.963Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2897 | 2024-03-15T12:58:07.235Z | Documenting x509-cert v0.2.4 |
2898 | 2024-03-15T12:58:07.810Z | Documenting libsw v3.3.1 |
2899 | 2024-03-15T12:58:08.587Z | Documenting ron v0.8.1 |
2900 | 2024-03-15T12:58:08.594Z | Documenting half v2.3.1 |
2901 | 2024-03-15T12:58:09.481Z | Documenting ciborium-io v0.2.2 |
2902 | 2024-03-15T12:58:09.993Z | Documenting display-error-chain v0.2.0 |
2903 | 2024-03-15T12:58:11.800Z | Documenting owo-colors v4.0.0 |
2904 | 2024-03-15T12:58:12.900Z | Documenting crc-any v2.4.3 |
2905 | 2024-03-15T12:58:13.370Z | Documenting same-file v1.0.6 |
2906 | 2024-03-15T12:58:13.395Z | Documenting linear-map v1.2.0 |
2907 | 2024-03-15T12:58:13.861Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2908 | 2024-03-15T12:58:14.303Z | Documenting ciborium-ll v0.2.2 |
2909 | 2024-03-15T12:58:14.869Z | Documenting slog-stdlog v4.1.1 |
2910 | 2024-03-15T12:58:16.251Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2911 | 2024-03-15T12:58:16.570Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2912 | 2024-03-15T12:58:16.962Z | Documenting slog-dtrace v0.3.0 |
2913 | 2024-03-15T12:58:18.142Z | Documenting walkdir v2.4.0 |
2914 | 2024-03-15T12:58:18.433Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2915 | 2024-03-15T12:58:18.694Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2916 | 2024-03-15T12:58:19.121Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2917 | 2024-03-15T12:58:19.494Z | Documenting path-slash v0.1.5 |
2918 | 2024-03-15T12:58:19.809Z | Documenting ciborium v0.2.2 |
2919 | 2024-03-15T12:58:19.894Z | Documenting slog-envlogger v2.2.0 |
2920 | 2024-03-15T12:58:23.040Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2921 | 2024-03-15T12:58:24.386Z | Documenting fxhash v0.2.1 |
2922 | 2024-03-15T12:58:25.462Z | Documenting pem v3.0.2 |
2923 | 2024-03-15T12:58:25.605Z | Documenting utf-8 v0.7.6 |
2924 | 2024-03-15T12:58:25.999Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2925 | 2024-03-15T12:58:28.851Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2926 | 2024-03-15T12:58:29.473Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2927 | 2024-03-15T12:58:30.375Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2928 | 2024-03-15T12:58:30.447Z | Checking darling_core v0.14.4 |
2929 | 2024-03-15T12:58:30.536Z | Documenting tungstenite v0.20.1 |
2930 | 2024-03-15T12:58:32.125Z | Documenting vte_generate_state_changes v0.1.1 |
2931 | 2024-03-15T12:58:36.834Z | Documenting convert_case v0.4.0 |
2932 | 2024-03-15T12:58:37.126Z | Checking convert_case v0.4.0 |
2933 | 2024-03-15T12:58:37.345Z | Documenting vte v0.11.1 |
2934 | 2024-03-15T12:58:38.123Z | Documenting tokio-tungstenite v0.20.1 |
2935 | 2024-03-15T12:58:39.819Z | Checking darling v0.14.4 |
2936 | 2024-03-15T12:58:39.936Z | Documenting buf-list v1.0.3 |
2937 | 2024-03-15T12:58:41.738Z | Documenting derive_more v0.99.17 |
2938 | 2024-03-15T12:58:42.443Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2939 | 2024-03-15T12:58:44.297Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2940 | 2024-03-15T12:58:44.574Z | Checking heck v0.3.3 |
2941 | 2024-03-15T12:58:44.744Z | Documenting pin-project-internal v1.1.3 |
2942 | 2024-03-15T12:58:45.189Z | Documenting structopt-derive v0.4.18 |
2943 | 2024-03-15T12:58:46.294Z | Documenting strip-ansi-escapes v0.2.0 |
2944 | 2024-03-15T12:58:46.456Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2945 | 2024-03-15T12:58:49.178Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2946 | 2024-03-15T12:58:49.228Z | Documenting doc-comment v0.3.3 |
2947 | 2024-03-15T12:58:50.868Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2948 | 2024-03-15T12:58:50.882Z | Documenting crossbeam-deque v0.8.3 |
2949 | 2024-03-15T12:58:51.647Z | Documenting pin-project v1.1.3 |
2950 | 2024-03-15T12:58:51.935Z | Documenting snafu-derive v0.7.5 |
2951 | 2024-03-15T12:58:52.392Z | Documenting headers-core v0.2.0 |
2952 | 2024-03-15T12:58:54.856Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2953 | 2024-03-15T12:58:55.155Z | Documenting nu-ansi-term v0.50.0 |
2954 | 2024-03-15T12:58:55.295Z | Documenting rayon-core v1.12.1 |
2955 | 2024-03-15T12:58:56.579Z | Documenting structopt v0.3.26 |
2956 | 2024-03-15T12:58:58.455Z | Documenting headers v0.3.9 |
2957 | 2024-03-15T12:58:59.721Z | Documenting snafu v0.7.5 |
2958 | 2024-03-15T12:59:00.402Z | Documenting reedline v0.30.0 |
2959 | 2024-03-15T12:59:00.736Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2960 | 2024-03-15T12:59:01.798Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2961 | 2024-03-15T12:59:02.945Z | Checking derive_builder_core v0.12.0 |
2962 | 2024-03-15T12:59:03.863Z | Documenting derive_builder_core v0.12.0 |
2963 | 2024-03-15T12:59:04.939Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2964 | 2024-03-15T12:59:05.024Z | Documenting libefi-sys v0.1.0 |
2965 | 2024-03-15T12:59:05.493Z | Documenting trust-dns-client v0.22.0 |
2966 | 2024-03-15T12:59:08.154Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2967 | 2024-03-15T12:59:09.018Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2968 | 2024-03-15T12:59:09.342Z | Documenting globset v0.4.13 |
2969 | 2024-03-15T12:59:10.580Z | Documenting olpc-cjson v0.1.3 |
2970 | 2024-03-15T12:59:10.735Z | Documenting serde_plain v1.0.2 |
2971 | 2024-03-15T12:59:11.256Z | Documenting async-recursion v1.0.5 |
2972 | 2024-03-15T12:59:17.969Z | Documenting ref-cast-impl v1.0.20 |
2973 | 2024-03-15T12:59:17.980Z | Documenting keccak v0.1.4 |
2974 | 2024-03-15T12:59:17.980Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2975 | 2024-03-15T12:59:17.980Z | Documenting typed-path v0.7.0 |
2976 | 2024-03-15T12:59:17.984Z | Documenting bytecount v0.6.3 |
2977 | 2024-03-15T12:59:17.984Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2978 | 2024-03-15T12:59:17.984Z | Documenting sha3 v0.10.8 |
2979 | 2024-03-15T12:59:18.734Z | Documenting trust-dns-server v0.22.1 |
2980 | 2024-03-15T12:59:19.215Z | Documenting papergrid v0.11.0 |
2981 | 2024-03-15T12:59:19.563Z | Documenting ref-cast v1.0.20 |
2982 | 2024-03-15T12:59:19.939Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2983 | 2024-03-15T12:59:21.832Z | Documenting tough v0.16.0 |
2984 | 2024-03-15T12:59:22.210Z | Documenting derive_builder_macro v0.12.0 |
2985 | 2024-03-15T12:59:22.593Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2986 | 2024-03-15T12:59:22.892Z | Documenting rayon v1.9.0 |
2987 | 2024-03-15T12:59:24.953Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2988 | 2024-03-15T12:59:26.219Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2989 | 2024-03-15T12:59:27.317Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2990 | 2024-03-15T12:59:27.378Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2991 | 2024-03-15T12:59:27.618Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2992 | 2024-03-15T12:59:28.221Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2993 | 2024-03-15T12:59:28.314Z | Documenting sled v0.34.7 |
2994 | 2024-03-15T12:59:28.814Z | Documenting fs-err v2.11.0 |
2995 | 2024-03-15T12:59:29.026Z | Documenting unicase v2.7.0 |
2996 | 2024-03-15T12:59:29.947Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2997 | 2024-03-15T12:59:30.258Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2998 | 2024-03-15T12:59:32.044Z | Documenting tabled_derive v0.7.0 |
2999 | 2024-03-15T12:59:32.527Z | Documenting fd-lock v4.0.2 |
3000 | 2024-03-15T12:59:33.510Z | Documenting nix v0.27.1 |
3001 | 2024-03-15T12:59:33.746Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3002 | 2024-03-15T12:59:34.741Z | Documenting secrecy v0.8.0 |
3003 | 2024-03-15T12:59:35.437Z | Documenting gethostname v0.4.3 |
3004 | 2024-03-15T12:59:37.399Z | Documenting rustversion v1.0.14 |
3005 | 2024-03-15T12:59:37.511Z | Documenting sqlparser_derive v0.2.2 |
3006 | 2024-03-15T12:59:37.614Z | Documenting home v0.5.5 |
3007 | 2024-03-15T12:59:39.427Z | Documenting parse-size v1.0.0 |
3008 | 2024-03-15T12:59:39.574Z | Documenting unicode_categories v0.1.1 |
3009 | 2024-03-15T12:59:40.435Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3010 | 2024-03-15T12:59:42.407Z | Documenting castaway v0.2.2 |
3011 | 2024-03-15T12:59:42.577Z | Documenting rustyline v13.0.0 |
3012 | 2024-03-15T12:59:42.768Z | Documenting sqlparser v0.43.1 |
3013 | 2024-03-15T12:59:42.943Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3014 | 2024-03-15T12:59:43.944Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3015 | 2024-03-15T12:59:44.724Z | Documenting sqlformat v0.2.3 |
3016 | 2024-03-15T12:59:47.406Z | Documenting tabled v0.15.0 |
3017 | 2024-03-15T12:59:48.533Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3018 | 2024-03-15T12:59:50.325Z | Documenting mime_guess v2.0.4 |
3019 | 2024-03-15T12:59:53.676Z | Documenting derive_builder v0.12.0 |
3020 | 2024-03-15T12:59:55.240Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3021 | 2024-03-15T12:59:56.283Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3022 | 2024-03-15T12:59:56.949Z | Documenting polar-core v0.27.0 |
3023 | 2024-03-15T12:59:58.558Z | Documenting libxml v0.3.3 |
3024 | 2024-03-15T13:00:02.500Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3025 | 2024-03-15T13:00:02.771Z | Documenting bb8 v0.8.3 |
3026 | 2024-03-15T13:00:03.022Z | Documenting universal-hash v0.5.1 |
3027 | 2024-03-15T13:00:03.358Z | Documenting quick-xml v0.30.0 |
3028 | 2024-03-15T13:00:06.647Z | Documenting bcs v0.1.6 |
3029 | 2024-03-15T13:00:07.281Z | Documenting kstat-rs v0.2.3 |
3030 | 2024-03-15T13:00:09.027Z | Documenting oso-derive v0.27.0 |
3031 | 2024-03-15T13:00:09.031Z | Documenting impl-trait-for-tuples v0.2.2 |
3032 | 2024-03-15T13:00:18.586Z | Documenting thiserror-impl-no-std v2.0.2 |
3033 | 2024-03-15T13:00:18.762Z | Documenting curve25519-dalek-derive v0.1.0 |
3034 | 2024-03-15T13:00:18.888Z | Documenting maplit v1.0.2 |
3035 | 2024-03-15T13:00:18.916Z | Documenting opaque-debug v0.3.0 |
3036 | 2024-03-15T13:00:19.002Z | Documenting highway v1.1.0 |
3037 | 2024-03-15T13:00:19.155Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3038 | 2024-03-15T13:00:19.443Z | Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
3039 | 2024-03-15T13:00:21.968Z | Documenting poly1305 v0.8.0 |
3040 | 2024-03-15T13:00:23.674Z | Documenting oso v0.27.0 |
3041 | 2024-03-15T13:00:24.133Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3042 | 2024-03-15T13:00:24.584Z | Documenting curve25519-dalek v4.1.1 |
3043 | 2024-03-15T13:00:24.972Z | Documenting thiserror-no-std v2.0.2 |
3044 | 2024-03-15T13:00:27.970Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
3045 | 2024-03-15T13:00:28.070Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3046 | 2024-03-15T13:00:28.946Z | Documenting compact_str v0.7.1 |
3047 | 2024-03-15T13:00:29.748Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3048 | 2024-03-15T13:00:31.199Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3049 | 2024-03-15T13:00:31.443Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3050 | 2024-03-15T13:00:31.849Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3051 | 2024-03-15T13:00:33.534Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3052 | 2024-03-15T13:00:34.226Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3053 | 2024-03-15T13:00:36.065Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46) |
3054 | 2024-03-15T13:00:39.482Z | Documenting portable-atomic v1.4.3 |
3055 | 2024-03-15T13:00:41.756Z | Documenting ed25519 v1.5.3 |
3056 | 2024-03-15T13:00:43.842Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3057 | 2024-03-15T13:00:44.862Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
3058 | 2024-03-15T13:00:47.127Z | Documenting cookie v0.18.0 |
3059 | 2024-03-15T13:00:47.837Z | Documenting memoffset v0.7.1 |
3060 | 2024-03-15T13:00:48.287Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3061 | 2024-03-15T13:00:48.476Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3062 | 2024-03-15T13:00:49.247Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3063 | 2024-03-15T13:00:50.289Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb) |
3064 | 2024-03-15T13:00:50.538Z | Documenting chacha20 v0.9.1 |
3065 | 2024-03-15T13:00:50.850Z | Documenting lru v0.12.1 |
3066 | 2024-03-15T13:00:52.154Z | Documenting aead v0.5.2 |
3067 | 2024-03-15T13:00:53.287Z | Documenting nanorand v0.7.0 |
3068 | 2024-03-15T13:00:55.390Z | Documenting stability v0.1.1 |
3069 | 2024-03-15T13:00:56.534Z | Documenting glob v0.3.1 |
3070 | 2024-03-15T13:00:59.008Z | Documenting cassowary v0.3.0 |
3071 | 2024-03-15T13:00:59.038Z | Documenting number_prefix v0.4.0 |
3072 | 2024-03-15T13:01:06.176Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3073 | 2024-03-15T13:01:08.526Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3074 | 2024-03-15T13:01:08.574Z | Documenting flume v0.11.0 |
3075 | 2024-03-15T13:01:08.815Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3076 | 2024-03-15T13:01:08.879Z | Documenting chacha20poly1305 v0.10.1 |
3077 | 2024-03-15T13:01:09.278Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3078 | 2024-03-15T13:01:09.367Z | Documenting ratatui v0.26.1 |
3079 | 2024-03-15T13:01:09.582Z | Documenting indicatif v0.17.8 |
3080 | 2024-03-15T13:01:13.859Z | Documenting salty v0.2.0 |
3081 | 2024-03-15T13:01:23.968Z | Documenting vsss-rs v3.3.4 |
3082 | 2024-03-15T13:01:24.767Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3083 | 2024-03-15T13:01:24.788Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3084 | 2024-03-15T13:01:25.075Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3085 | 2024-03-15T13:01:25.273Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3086 | 2024-03-15T13:01:25.899Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3087 | 2024-03-15T13:01:25.944Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3088 | 2024-03-15T13:01:26.219Z | Documenting serde-big-array v0.5.1 |
3089 | 2024-03-15T13:01:26.967Z | Documenting rtoolbox v0.0.1 |
3090 | 2024-03-15T13:01:29.909Z | Documenting is_ci v1.2.0 |
3091 | 2024-03-15T13:01:30.699Z | Documenting smawk v0.3.1 |
3092 | 2024-03-15T13:01:30.965Z | Documenting http-range v0.1.5 |
3093 | 2024-03-15T13:01:31.930Z | Documenting unicode-linebreak v0.1.5 |
3094 | 2024-03-15T13:01:32.146Z | Documenting rpassword v7.3.1 |
3095 | 2024-03-15T13:01:34.718Z | Documenting supports-color v3.0.0 |
3096 | 2024-03-15T13:01:35.452Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3097 | 2024-03-15T13:01:35.706Z | Documenting textwrap v0.16.1 |
3098 | 2024-03-15T13:01:36.134Z | Documenting hyper-staticfile v0.9.5 |
3099 | 2024-03-15T13:01:37.247Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3100 | 2024-03-15T13:01:38.408Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3101 | 2024-03-15T13:01:39.431Z | Documenting tui-tree-widget v0.17.0 |
3102 | 2024-03-15T13:01:40.751Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3103 | 2024-03-15T13:01:41.336Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3104 | 2024-03-15T13:01:42.189Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3105 | 2024-03-15T13:01:44.505Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3106 | 2024-03-15T13:01:44.726Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3107 | 2024-03-15T13:01:44.884Z | Documenting rcgen v0.12.1 |
3108 | 2024-03-15T13:01:45.261Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3109 | 2024-03-15T13:01:46.016Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3110 | 2024-03-15T13:01:46.412Z | Documenting atomicwrites v0.4.3 |
3111 | 2024-03-15T13:01:47.234Z | Documenting signal-hook-tokio v0.3.1 |
3112 | 2024-03-15T13:01:51.410Z | Documenting rand_seeder v0.2.3 |
3113 | 2024-03-15T13:01:51.533Z | Documenting subprocess v0.2.9 |
3114 | 2024-03-15T13:01:53.054Z | Documenting memmap2 v0.7.1 |
3115 | 2024-03-15T13:01:53.568Z | Documenting shell-words v1.1.0 |
3116 | 2024-03-15T13:01:56.475Z | Documenting corncobs v0.1.3 |
3117 | 2024-03-15T13:01:56.947Z | Documenting arrayref v0.3.7 |
3118 | 2024-03-15T13:01:58.016Z | Documenting arrayvec v0.7.4 |
3119 | 2024-03-15T13:01:58.193Z | Documenting constant_time_eq v0.3.0 |
3120 | 2024-03-15T13:01:58.436Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3121 | 2024-03-15T13:01:59.611Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3122 | 2024-03-15T13:01:59.977Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3123 | 2024-03-15T13:02:00.154Z | warning: unresolved link to `test_sled_transitions` |
3124 | 2024-03-15T13:02:00.154Z | --> nexus/db-queries/src/db/datastore/sled.rs:536:11 |
3125 | 2024-03-15T13:02:00.154Z | | |
3126 | 2024-03-15T13:02:00.154Z | 536 | /// [`test_sled_transitions`]. |
3127 | 2024-03-15T13:02:00.154Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3128 | 2024-03-15T13:02:00.154Z | | |
3129 | 2024-03-15T13:02:00.154Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3130 | 2024-03-15T13:02:00.154Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3131 | 2024-03-15T13:02:00.154Z | |
3132 | 2024-03-15T13:02:00.160Z | warning: unresolved link to `test_sled_transitions` |
3133 | 2024-03-15T13:02:00.160Z | --> nexus/db-queries/src/db/datastore/sled.rs:572:11 |
3134 | 2024-03-15T13:02:00.160Z | | |
3135 | 2024-03-15T13:02:00.161Z | 572 | /// [`test_sled_transitions`]. |
3136 | 2024-03-15T13:02:00.161Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3137 | 2024-03-15T13:02:00.161Z | | |
3138 | 2024-03-15T13:02:00.161Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3139 | 2024-03-15T13:02:00.161Z | |
3140 | 2024-03-15T13:02:00.161Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3141 | 2024-03-15T13:02:00.161Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3142 | 2024-03-15T13:02:00.161Z | | |
3143 | 2024-03-15T13:02:00.161Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3144 | 2024-03-15T13:02:00.161Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3145 | 2024-03-15T13:02:00.161Z | |
3146 | 2024-03-15T13:02:01.153Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3147 | 2024-03-15T13:02:01.231Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3148 | 2024-03-15T13:02:01.777Z | Documenting blake3 v1.5.0 |
3149 | 2024-03-15T13:02:03.647Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3150 | 2024-03-15T13:02:05.095Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3151 | 2024-03-15T13:02:06.400Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3152 | 2024-03-15T13:02:06.596Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3153 | 2024-03-15T13:02:17.482Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3154 | 2024-03-15T13:02:17.864Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3155 | 2024-03-15T13:02:18.438Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
3156 | 2024-03-15T13:02:18.442Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3157 | 2024-03-15T13:02:19.450Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3158 | 2024-03-15T13:02:24.184Z | warning: unclosed HTML tag `usize` |
3159 | 2024-03-15T13:02:24.184Z | --> wicket/src/ui/panes/update.rs:153:19 |
3160 | 2024-03-15T13:02:24.184Z | | |
3161 | 2024-03-15T13:02:24.185Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3162 | 2024-03-15T13:02:24.185Z | | ^^^^^^^ |
3163 | 2024-03-15T13:02:24.185Z | | |
3164 | 2024-03-15T13:02:24.185Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3165 | 2024-03-15T13:02:24.185Z | |
3166 | 2024-03-15T13:02:25.548Z | warning: `wicket` (lib doc) generated 1 warning |
3167 | 2024-03-15T13:02:25.551Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb) |
3168 | 2024-03-15T13:02:26.297Z | Documenting fatfs v0.3.6 |
3169 | 2024-03-15T13:02:27.881Z | Documenting assert_matches v1.5.0 |
3170 | 2024-03-15T13:02:30.903Z | Documenting topological-sort v0.2.2 |
3171 | 2024-03-15T13:02:31.782Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3172 | 2024-03-15T13:02:31.936Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3173 | 2024-03-15T13:02:35.674Z | Documenting omicron-zone-package v0.11.0 |
3174 | 2024-03-15T13:02:36.351Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3175 | 2024-03-15T13:02:38.493Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3176 | 2024-03-15T13:02:39.415Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3177 | 2024-03-15T13:02:48.590Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3178 | 2024-03-15T13:02:48.857Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3179 | 2024-03-15T13:02:51.219Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3180 | 2024-03-15T13:02:51.982Z | Documenting termios v0.3.3 |
3181 | 2024-03-15T13:02:52.116Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3182 | 2024-03-15T13:02:52.495Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3183 | 2024-03-15T13:02:53.611Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3184 | 2024-03-15T13:02:54.494Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3185 | 2024-03-15T13:02:54.565Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3186 | 2024-03-15T13:02:54.565Z | --> sled-agent/src/sim/instance.rs:46:7 |
3187 | 2024-03-15T13:02:54.565Z | | |
3188 | 2024-03-15T13:02:54.565Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3189 | 2024-03-15T13:02:54.565Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3190 | 2024-03-15T13:02:54.565Z | | |
3191 | 2024-03-15T13:02:54.565Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3192 | 2024-03-15T13:02:54.565Z | |
3193 | 2024-03-15T13:02:57.292Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3194 | 2024-03-15T13:02:58.059Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3195 | 2024-03-15T13:03:05.482Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3196 | 2024-03-15T13:03:21.141Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3197 | 2024-03-15T13:03:26.376Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3198 | 2024-03-15T13:03:32.217Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3199 | 2024-03-15T13:03:36.980Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3200 | 2024-03-15T13:03:38.332Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3201 | 2024-03-15T13:03:40.500Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3202 | 2024-03-15T13:03:41.132Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3203 | 2024-03-15T13:03:47.855Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3204 | 2024-03-15T13:03:49.402Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3205 | 2024-03-15T13:04:16.491Z | warning: unresolved link to `VolumeConstructionRequest` |
3206 | 2024-03-15T13:04:16.491Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3207 | 2024-03-15T13:04:16.491Z | | |
3208 | 2024-03-15T13:04:16.491Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3209 | 2024-03-15T13:04:16.491Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3210 | 2024-03-15T13:04:16.491Z | | |
3211 | 2024-03-15T13:04:16.491Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3212 | 2024-03-15T13:04:16.491Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3213 | 2024-03-15T13:04:16.491Z | |
3214 | 2024-03-15T13:04:16.495Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3215 | 2024-03-15T13:04:16.495Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3216 | 2024-03-15T13:04:16.495Z | | |
3217 | 2024-03-15T13:04:16.495Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3218 | 2024-03-15T13:04:16.495Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3219 | 2024-03-15T13:04:16.495Z | |
3220 | 2024-03-15T13:04:16.495Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3221 | 2024-03-15T13:04:16.495Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3222 | 2024-03-15T13:04:16.495Z | | |
3223 | 2024-03-15T13:04:16.495Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3224 | 2024-03-15T13:04:16.495Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3225 | 2024-03-15T13:04:16.495Z | |
3226 | 2024-03-15T13:04:16.495Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3227 | 2024-03-15T13:04:16.495Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3228 | 2024-03-15T13:04:16.495Z | | |
3229 | 2024-03-15T13:04:16.495Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3230 | 2024-03-15T13:04:16.495Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3231 | 2024-03-15T13:04:16.495Z | |
3232 | 2024-03-15T13:04:16.495Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3233 | 2024-03-15T13:04:16.496Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3234 | 2024-03-15T13:04:16.496Z | | |
3235 | 2024-03-15T13:04:16.496Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3236 | 2024-03-15T13:04:16.496Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3237 | 2024-03-15T13:04:16.496Z | |
3238 | 2024-03-15T13:04:16.496Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3239 | 2024-03-15T13:04:16.496Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3240 | 2024-03-15T13:04:16.496Z | | |
3241 | 2024-03-15T13:04:16.496Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3242 | 2024-03-15T13:04:16.496Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3243 | 2024-03-15T13:04:16.496Z | |
3244 | 2024-03-15T13:04:16.496Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3245 | 2024-03-15T13:04:16.496Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3246 | 2024-03-15T13:04:16.496Z | | |
3247 | 2024-03-15T13:04:16.496Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3248 | 2024-03-15T13:04:16.496Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3249 | 2024-03-15T13:04:16.496Z | |
3250 | 2024-03-15T13:04:19.496Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3251 | 2024-03-15T13:04:41.846Z | Finished dev [unoptimized + debuginfo] target(s) in 12m 20s |
3252 | 2024-03-15T13:04:41.923Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html |
3253 | 2024-03-15T13:04:41.923Z | Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html |
3254 | 2024-03-15T13:04:41.923Z | Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html |
3255 | 2024-03-15T13:04:41.923Z | Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html |
3256 | 2024-03-15T13:04:41.923Z | Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html |
3257 | 2024-03-15T13:04:41.923Z | Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html |
3258 | 2024-03-15T13:04:41.924Z | Generated /work/oxidecomputer/omicron/target/doc/ddm_admin_client/index.html |
3259 | 2024-03-15T13:04:41.929Z | Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html |
3260 | 2024-03-15T13:04:41.929Z | Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html |
3261 | 2024-03-15T13:04:41.929Z | Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html |
3262 | 2024-03-15T13:04:41.929Z | Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html |
3263 | 2024-03-15T13:04:41.929Z | Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
3264 | 2024-03-15T13:04:41.929Z | Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html |
3265 | 2024-03-15T13:04:41.929Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html |
3266 | 2024-03-15T13:04:41.929Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html |
3267 | 2024-03-15T13:04:41.929Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html |
3268 | 2024-03-15T13:04:41.929Z | Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html |
3269 | 2024-03-15T13:04:41.929Z | Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html |
3270 | 2024-03-15T13:04:41.929Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html |
3271 | 2024-03-15T13:04:41.929Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html |
3272 | 2024-03-15T13:04:41.929Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html |
3273 | 2024-03-15T13:04:41.929Z | Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
3274 | 2024-03-15T13:04:41.930Z | Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html |
3275 | 2024-03-15T13:04:41.930Z | Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html |
3276 | 2024-03-15T13:04:41.930Z | Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html |
3277 | 2024-03-15T13:04:41.930Z | Generated /work/oxidecomputer/omicron/target/doc/mg_admin_client/index.html |
3278 | 2024-03-15T13:04:41.930Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
3279 | 2024-03-15T13:04:41.930Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html |
3280 | 2024-03-15T13:04:41.930Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html |
3281 | 2024-03-15T13:04:41.930Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html |
3282 | 2024-03-15T13:04:41.930Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html |
3283 | 2024-03-15T13:04:41.930Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html |
3284 | 2024-03-15T13:04:41.930Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html |
3285 | 2024-03-15T13:04:41.930Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html |
3286 | 2024-03-15T13:04:41.930Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html |
3287 | 2024-03-15T13:04:41.930Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html |
3288 | 2024-03-15T13:04:41.930Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html |
3289 | 2024-03-15T13:04:41.930Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html |
3290 | 2024-03-15T13:04:41.930Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html |
3291 | 2024-03-15T13:04:41.930Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
3292 | 2024-03-15T13:04:41.930Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html |
3293 | 2024-03-15T13:04:41.930Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html |
3294 | 2024-03-15T13:04:41.930Z | Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html |
3295 | 2024-03-15T13:04:41.930Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html |
3296 | 2024-03-15T13:04:41.930Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
3297 | 2024-03-15T13:04:41.931Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html |
3298 | 2024-03-15T13:04:41.931Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html |
3299 | 2024-03-15T13:04:41.931Z | Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html |
3300 | 2024-03-15T13:04:41.931Z | Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html |
3301 | 2024-03-15T13:04:41.931Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html |
3302 | 2024-03-15T13:04:41.931Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html |
3303 | 2024-03-15T13:04:41.931Z | Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html |
3304 | 2024-03-15T13:04:41.931Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3305 | 2024-03-15T13:04:41.931Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html |
3306 | 2024-03-15T13:04:41.931Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html |
3307 | 2024-03-15T13:04:41.931Z | Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html |
3308 | 2024-03-15T13:04:41.931Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3309 | 2024-03-15T13:04:41.931Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html |
3310 | 2024-03-15T13:04:41.931Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html |
3311 | 2024-03-15T13:04:41.931Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html |
3312 | 2024-03-15T13:04:41.931Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
3313 | 2024-03-15T13:04:41.931Z | Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html |
3314 | 2024-03-15T13:04:41.931Z | Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html |
3315 | 2024-03-15T13:04:41.931Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html |
3316 | 2024-03-15T13:04:41.931Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html |
3317 | 2024-03-15T13:04:41.931Z | Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html |
3318 | 2024-03-15T13:04:41.931Z | Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html |
3319 | 2024-03-15T13:04:41.931Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html |
3320 | 2024-03-15T13:04:41.931Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html |
3321 | 2024-03-15T13:04:41.931Z | Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html |
3322 | 2024-03-15T13:04:41.932Z | Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html |
3323 | 2024-03-15T13:04:41.932Z | Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html |
3324 | 2024-03-15T13:04:41.932Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html |
3325 | 2024-03-15T13:04:41.932Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html |
3326 | 2024-03-15T13:04:41.932Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html |
3327 | 2024-03-15T13:04:41.932Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html |
3328 | 2024-03-15T13:04:41.932Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html |
3329 | 2024-03-15T13:04:41.932Z | Generated /work/oxidecomputer/omicron/target/doc/zone_networking/index.html |
3330 | 2024-03-15T13:04:41.952Z | |
3331 | 2024-03-15T13:04:41.955Z | real 12:20.268477166 |
3332 | 2024-03-15T13:04:41.955Z | user 32:15.879489430 |
3333 | 2024-03-15T13:04:41.955Z | sys 52:46.948740073 |
3334 | 2024-03-15T13:04:41.955Z | trap 0.872103260 |
3335 | 2024-03-15T13:04:41.955Z | tflt 0.472043055 |
3336 | 2024-03-15T13:04:41.956Z | dflt 0.277451354 |
3337 | 2024-03-15T13:04:41.956Z | kflt 0.000121405 |
3338 | 2024-03-15T13:04:41.956Z | lock 3:18:39.028812278 |
3339 | 2024-03-15T13:04:41.956Z | slp 3:22:56.576554315 |
3340 | 2024-03-15T13:04:41.956Z | lat 4:15.248135360 |
3341 | 2024-03-15T13:04:41.956Z | stop 1:39.091831351 |
3342 | 2024-03-15T13:04:41.956Z | process exited: duration 1330381 ms, exit code 0 |
|
3343 | 2024-03-15T13:04:41.963Z | found 0 output files |