|
|
|
1 | 2024-07-25T01:21:02.986Z | job assigned to worker 01J3KQK451MS52XNZHA4FM79HG (queued for 45 s) |
|
2 | 2024-07-25T01:21:10.154Z | starting task 0: "setup" |
3 | 2024-07-25T01:21:10.163Z | ++ uname -s |
4 | 2024-07-25T01:21:10.166Z | + kern=SunOS |
5 | 2024-07-25T01:21:10.166Z | + case "$kern" in |
6 | 2024-07-25T01:21:10.166Z | + groupadd -g 12345 build |
7 | 2024-07-25T01:21:10.169Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-25T01:21:12.178Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-25T01:21:12.339Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-25T01:21:12.342Z | + home_fs=zfs |
11 | 2024-07-25T01:21:12.342Z | + [[ zfs == autofs ]] |
12 | 2024-07-25T01:21:12.342Z | + mkdir -p /home/build |
13 | 2024-07-25T01:21:12.345Z | + chown build:build /home/build /work |
14 | 2024-07-25T01:21:14.346Z | + chmod 0700 /home/build /work |
15 | 2024-07-25T01:21:14.348Z | process exited: duration 4193 ms, exit code 0 |
|
16 | 2024-07-25T01:21:14.354Z | starting task 1: "rust-toolchain" |
17 | 2024-07-25T01:21:14.360Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-25T01:21:14.360Z | ' 1.78.0 |
19 | 2024-07-25T01:21:14.360Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-25T01:21:14.360Z | ' default |
21 | 2024-07-25T01:21:14.360Z | * toolchain channel = "1.78.0" |
22 | 2024-07-25T01:21:14.360Z | * toolchain profile = "default" |
23 | 2024-07-25T01:21:14.363Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-25T01:21:14.363Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-25T01:21:14.477Z | info: downloading installer |
26 | 2024-07-25T01:21:15.836Z | info: profile set to 'default' |
27 | 2024-07-25T01:21:15.836Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-25T01:21:15.836Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-25T01:21:15.971Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-25T01:21:15.971Z | info: downloading component 'cargo' |
31 | 2024-07-25T01:21:16.887Z | info: downloading component 'clippy' |
32 | 2024-07-25T01:21:17.236Z | info: downloading component 'rust-docs' |
33 | 2024-07-25T01:21:18.153Z | info: downloading component 'rust-std' |
34 | 2024-07-25T01:21:19.975Z | info: downloading component 'rustc' |
35 | 2024-07-25T01:21:24.638Z | info: downloading component 'rustfmt' |
36 | 2024-07-25T01:21:25.034Z | info: installing component 'cargo' |
37 | 2024-07-25T01:21:25.870Z | info: installing component 'clippy' |
38 | 2024-07-25T01:21:26.231Z | info: installing component 'rust-docs' |
39 | 2024-07-25T01:21:27.763Z | info: installing component 'rust-std' |
40 | 2024-07-25T01:21:29.552Z | info: installing component 'rustc' |
41 | 2024-07-25T01:21:33.757Z | info: installing component 'rustfmt' |
42 | 2024-07-25T01:21:34.090Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-25T01:21:34.090Z | |
44 | 2024-07-25T01:21:34.350Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-25T01:21:34.350Z | |
46 | 2024-07-25T01:21:34.350Z | |
47 | 2024-07-25T01:21:34.351Z | Rust is installed now. Great! |
48 | 2024-07-25T01:21:34.351Z | |
49 | 2024-07-25T01:21:34.351Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-25T01:21:34.353Z | environment variable. This has not been done automatically. |
51 | 2024-07-25T01:21:34.353Z | |
52 | 2024-07-25T01:21:34.353Z | To configure your current shell, you need to source |
53 | 2024-07-25T01:21:34.353Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-25T01:21:34.353Z | |
55 | 2024-07-25T01:21:34.354Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-25T01:21:34.354Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-25T01:21:34.354Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-25T01:21:34.406Z | + rustc --version |
59 | 2024-07-25T01:21:34.466Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-25T01:21:34.469Z | process exited: duration 20111 ms, exit code 0 |
|
61 | 2024-07-25T01:21:34.475Z | starting task 2: "authentication" |
62 | 2024-07-25T01:21:34.495Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-07-25T01:21:34.500Z | starting task 3: "clone repository" |
64 | 2024-07-25T01:21:34.505Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-25T01:21:34.508Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-25T01:21:34.547Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-25T01:21:40.913Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-25T01:21:40.913Z | + git fetch origin c29eee36e0417de41c4cfab15394fbaf874e8303 |
69 | 2024-07-25T01:21:41.310Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-25T01:21:41.312Z | * branch c29eee36e0417de41c4cfab15394fbaf874e8303 -> FETCH_HEAD |
71 | 2024-07-25T01:21:41.318Z | + [[ -n sunshowers/spr/nexussled-agent-move-some-types-around-straighten-up-the-dependency-graph ]] |
72 | 2024-07-25T01:21:41.321Z | ++ git branch --show-current |
73 | 2024-07-25T01:21:41.324Z | + current=main |
74 | 2024-07-25T01:21:41.324Z | + [[ main != sunshowers/spr/nexussled-agent-move-some-types-around-straighten-up-the-dependency-graph ]] |
75 | 2024-07-25T01:21:41.324Z | + git branch -f sunshowers/spr/nexussled-agent-move-some-types-around-straighten-up-the-dependency-graph c29eee36e0417de41c4cfab15394fbaf874e8303 |
76 | 2024-07-25T01:21:41.327Z | + git checkout -f sunshowers/spr/nexussled-agent-move-some-types-around-straighten-up-the-dependency-graph |
77 | 2024-07-25T01:21:41.461Z | Switched to branch 'sunshowers/spr/nexussled-agent-move-some-types-around-straighten-up-the-dependency-graph' |
78 | 2024-07-25T01:21:41.471Z | + git reset --hard c29eee36e0417de41c4cfab15394fbaf874e8303 |
79 | 2024-07-25T01:21:41.599Z | HEAD is now at c29eee36e update one more file |
80 | 2024-07-25T01:21:41.602Z | process exited: duration 7099 ms, exit code 0 |
|
81 | 2024-07-25T01:21:41.608Z | starting task 4: "build" |
82 | 2024-07-25T01:21:41.613Z | + cargo --version |
83 | 2024-07-25T01:21:41.667Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-25T01:21:41.670Z | + rustc --version |
85 | 2024-07-25T01:21:41.725Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-25T01:21:41.727Z | + source ./env.sh |
87 | 2024-07-25T01:21:41.727Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-07-25T01:21:41.727Z | ++ set -o xtrace |
89 | 2024-07-25T01:21:41.730Z | ++++ dirname ./env.sh |
90 | 2024-07-25T01:21:41.733Z | +++ readlink -f . |
91 | 2024-07-25T01:21:41.735Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-07-25T01:21:41.735Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-07-25T01:21:41.735Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-07-25T01:21:41.735Z | ++ 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 |
95 | 2024-07-25T01:21:41.735Z | ++ 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 |
96 | 2024-07-25T01:21:41.735Z | ++ 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 |
97 | 2024-07-25T01:21:41.735Z | ++ 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 |
98 | 2024-07-25T01:21:41.735Z | ++ 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 |
99 | 2024-07-25T01:21:41.735Z | ++ 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 |
100 | 2024-07-25T01:21:41.735Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-07-25T01:21:41.735Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-07-25T01:21:41.736Z | + banner prerequisites |
103 | 2024-07-25T01:21:41.738Z | |
104 | 2024-07-25T01:21:41.738Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-07-25T01:21:41.739Z | # # # # # # # # # # # # # # # |
106 | 2024-07-25T01:21:41.739Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-07-25T01:21:41.739Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-07-25T01:21:41.739Z | # # # # # # # # # # # # # # # |
109 | 2024-07-25T01:21:41.739Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-07-25T01:21:41.739Z | |
111 | 2024-07-25T01:21:41.739Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-07-25T01:21:48.143Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-07-25T01:21:50.147Z | Startup: Caching catalogs ... Done |
114 | 2024-07-25T01:21:53.531Z | Planning: Solver setup ... Done (2.874s) |
115 | 2024-07-25T01:21:53.587Z | Planning: Running solver ... Done (0.057s) |
116 | 2024-07-25T01:21:53.636Z | Planning: Finding local manifests ... Done (0.003s) |
117 | 2024-07-25T01:21:53.662Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-07-25T01:21:54.345Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-07-25T01:21:54.394Z | Planning: Package planning ... Done (0.049s) |
120 | 2024-07-25T01:21:54.548Z | Planning: Merging actions ... Done (0.153s) |
121 | 2024-07-25T01:21:54.837Z | Planning: Checking for conflicting actions ... Done (0.290s) |
122 | 2024-07-25T01:21:54.849Z | Planning: Consolidating action changes ... Done (0.011s) |
123 | 2024-07-25T01:21:55.648Z | Planning: Evaluating mediators ... Done (0.799s) |
124 | 2024-07-25T01:21:55.658Z | Planning: Planning completed in 5.44 seconds |
125 | 2024-07-25T01:21:55.673Z | Packages to install: 4 |
126 | 2024-07-25T01:21:55.673Z | Mediators to change: 2 |
127 | 2024-07-25T01:21:55.673Z | Services to change: 1 |
128 | 2024-07-25T01:21:55.676Z | Estimated space available: 155.77 GB |
129 | 2024-07-25T01:21:55.676Z | Estimated space to be consumed: 1.47 GB |
130 | 2024-07-25T01:21:55.676Z | Create boot environment: No |
131 | 2024-07-25T01:21:55.676Z | Create backup boot environment: No |
132 | 2024-07-25T01:21:55.676Z | Rebuild boot archive: No |
133 | 2024-07-25T01:21:55.676Z | |
134 | 2024-07-25T01:21:55.676Z | Changed mediators: |
135 | 2024-07-25T01:21:55.676Z | mediator clang: |
136 | 2024-07-25T01:21:55.676Z | version: None -> 15 (system default) |
137 | 2024-07-25T01:21:55.676Z | |
138 | 2024-07-25T01:21:55.676Z | mediator llvm: |
139 | 2024-07-25T01:21:55.676Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-07-25T01:21:55.676Z | |
141 | 2024-07-25T01:21:55.676Z | Changed packages: |
142 | 2024-07-25T01:21:55.676Z | helios-dev |
143 | 2024-07-25T01:21:55.676Z | developer/build-essential |
144 | 2024-07-25T01:21:55.676Z | None -> 11-2.0 |
145 | 2024-07-25T01:21:55.676Z | library/libxmlsec1 |
146 | 2024-07-25T01:21:55.676Z | None -> 1.2.35-2.0 |
147 | 2024-07-25T01:21:55.676Z | ooce/developer/clang-15 |
148 | 2024-07-25T01:21:55.676Z | None -> 15.0.7-2.0 |
149 | 2024-07-25T01:21:55.676Z | ooce/developer/llvm-15 |
150 | 2024-07-25T01:21:55.676Z | None -> 15.0.7-2.0 |
151 | 2024-07-25T01:21:55.676Z | |
152 | 2024-07-25T01:21:55.676Z | Services: |
153 | 2024-07-25T01:21:55.676Z | restart_fmri: |
154 | 2024-07-25T01:21:55.676Z | svc:/system/update-man-index:default |
155 | 2024-07-25T01:21:55.718Z | |
156 | 2024-07-25T01:21:55.718Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-07-25T01:22:00.750Z | Download: 1191/3290 items 48.0/212.6MB 22% complete (9.6M/s) |
158 | 2024-07-25T01:22:05.751Z | Download: 2188/3290 items 119.1/212.6MB 56% complete (12.0M/s) |
159 | 2024-07-25T01:22:10.751Z | Download: 3240/3290 items 178.2/212.6MB 83% complete (13.0M/s) |
160 | 2024-07-25T01:22:12.556Z | Download: Completed 212.60 MB in 16.84 seconds (12.6M/s) |
161 | 2024-07-25T01:22:12.817Z | Actions: 1/3689 actions (Installing new actions) |
162 | 2024-07-25T01:22:17.448Z | Actions: Completed 3689 actions in 4.53 seconds. |
163 | 2024-07-25T01:22:17.609Z | Done (0.253s) |
164 | 2024-07-25T01:22:17.609Z | Done (0.000s) |
165 | 2024-07-25T01:22:17.950Z | Done (0.341s) |
166 | 2024-07-25T01:22:22.273Z | Done (4.161s) |
167 | 2024-07-25T01:22:22.366Z | Done (0.019s) |
168 | 2024-07-25T01:22:22.368Z | Done (0.000s) |
169 | 2024-07-25T01:22:22.527Z | Done (0.000s) |
170 | 2024-07-25T01:22:23.108Z | Planning: Evaluating mediator changes ... Done |
171 | 2024-07-25T01:22:23.261Z | Planning: Checking for conflicting actions ... Done |
172 | 2024-07-25T01:22:23.264Z | Planning: Consolidating action changes ... Done |
173 | 2024-07-25T01:22:23.531Z | Planning: Evaluating mediators ... Done |
174 | 2024-07-25T01:22:23.533Z | Planning: Planning completed in 0.43 seconds |
175 | 2024-07-25T01:22:23.565Z | Mediators to change: 2 |
176 | 2024-07-25T01:22:23.565Z | Create boot environment: No |
177 | 2024-07-25T01:22:23.568Z | Create backup boot environment: No |
178 | 2024-07-25T01:22:23.622Z | Done |
179 | 2024-07-25T01:22:23.622Z | Done |
180 | 2024-07-25T01:22:23.836Z | Done |
181 | 2024-07-25T01:22:27.348Z | Done |
182 | 2024-07-25T01:22:27.442Z | Done |
183 | 2024-07-25T01:22:27.443Z | Done |
184 | 2024-07-25T01:22:27.558Z | Done |
185 | 2024-07-25T01:22:28.155Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-07-25T01:22:28.158Z | Planning: Merging actions ... Done |
187 | 2024-07-25T01:22:28.344Z | Planning: Checking for conflicting actions ... Done |
188 | 2024-07-25T01:22:28.347Z | Planning: Consolidating action changes ... Done |
189 | 2024-07-25T01:22:28.610Z | Planning: Evaluating mediators ... Done |
190 | 2024-07-25T01:22:28.665Z | Planning: Planning completed in 0.75 seconds |
191 | 2024-07-25T01:22:28.699Z | Packages to change: 1 |
192 | 2024-07-25T01:22:28.699Z | Mediators to change: 1 |
193 | 2024-07-25T01:22:28.702Z | Services to change: 1 |
194 | 2024-07-25T01:22:28.702Z | Create boot environment: No |
195 | 2024-07-25T01:22:28.702Z | Create backup boot environment: Yes |
196 | 2024-07-25T01:22:30.420Z | Actions: 1/6 actions (Updating modified actions) |
197 | 2024-07-25T01:22:30.422Z | Actions: Completed 6 actions in 0.00 seconds. |
198 | 2024-07-25T01:22:30.423Z | Done |
199 | 2024-07-25T01:22:30.423Z | Done |
200 | 2024-07-25T01:22:30.493Z | Done |
201 | 2024-07-25T01:22:34.006Z | Done |
202 | 2024-07-25T01:22:34.092Z | Done |
203 | 2024-07-25T01:22:34.095Z | Done |
204 | 2024-07-25T01:22:34.200Z | Done |
205 | 2024-07-25T01:22:34.637Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
206 | 2024-07-25T01:22:34.637Z | clang system 15 system |
207 | 2024-07-25T01:22:34.637Z | csh system system illumos |
208 | 2024-07-25T01:22:34.637Z | ctags system system illumos |
209 | 2024-07-25T01:22:34.637Z | gcc vendor 12 vendor |
210 | 2024-07-25T01:22:34.638Z | gcc system 10 system |
211 | 2024-07-25T01:22:34.638Z | gcc system 7 system |
212 | 2024-07-25T01:22:34.638Z | go system 1.20 system |
213 | 2024-07-25T01:22:34.638Z | go system 1.19 system |
214 | 2024-07-25T01:22:34.638Z | llvm system 15 system |
215 | 2024-07-25T01:22:34.638Z | llvm system 14 system |
216 | 2024-07-25T01:22:34.638Z | mariadb system 10.6 system |
217 | 2024-07-25T01:22:34.638Z | mta vendor vendor dma |
218 | 2024-07-25T01:22:34.638Z | openjdk system 17 system |
219 | 2024-07-25T01:22:34.638Z | openjdk system 11 system |
220 | 2024-07-25T01:22:34.638Z | openjdk system 1.8 system |
221 | 2024-07-25T01:22:34.638Z | openssl vendor 3 vendor |
222 | 2024-07-25T01:22:34.638Z | perl system 5.36 system |
223 | 2024-07-25T01:22:34.638Z | postgresql system 15 system |
224 | 2024-07-25T01:22:34.638Z | postgresql system 13 system |
225 | 2024-07-25T01:22:34.638Z | python vendor 3 vendor |
226 | 2024-07-25T01:22:34.638Z | python system 2 system |
227 | 2024-07-25T01:22:34.638Z | python3 system 3.11 system |
228 | 2024-07-25T01:22:34.638Z | ruby system 3.0 system |
229 | 2024-07-25T01:22:34.638Z | words vendor vendor american-english |
230 | 2024-07-25T01:22:34.638Z | words system system australian-english |
231 | 2024-07-25T01:22:34.638Z | words system system british-english |
232 | 2024-07-25T01:22:34.638Z | words system system canadian-english |
233 | 2024-07-25T01:22:34.638Z | words system system french |
234 | 2024-07-25T01:22:34.638Z | words system system italian |
235 | 2024-07-25T01:22:34.638Z | words system system ngerman |
236 | 2024-07-25T01:22:34.638Z | words system system ogerman |
237 | 2024-07-25T01:22:34.638Z | words system system spanish |
238 | 2024-07-25T01:22:34.967Z | PUBLISHER TYPE STATUS P LOCATION |
239 | 2024-07-25T01:22:34.967Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
240 | 2024-07-25T01:22:36.587Z | FMRI IFO |
241 | 2024-07-25T01:22:36.587Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
242 | 2024-07-25T01:22:36.587Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
243 | 2024-07-25T01:22:36.587Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
244 | 2024-07-25T01:22:36.587Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
245 | 2024-07-25T01:22:36.587Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
246 | 2024-07-25T01:22:36.587Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
247 | 2024-07-25T01:22:36.587Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
248 | 2024-07-25T01:22:36.587Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
249 | 2024-07-25T01:22:36.587Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
250 | 2024-07-25T01:22:36.587Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
251 | 2024-07-25T01:22:36.587Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
252 | 2024-07-25T01:22:36.587Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
253 | 2024-07-25T01:22:37.109Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
254 | 2024-07-25T01:22:37.358Z | Updating git repository `https://github.com/oxidecomputer/zone` |
255 | 2024-07-25T01:22:37.637Z | Updating crates.io index |
256 | 2024-07-25T01:22:37.640Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
257 | 2024-07-25T01:22:38.447Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
258 | 2024-07-25T01:22:39.169Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
259 | 2024-07-25T01:22:39.435Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
260 | 2024-07-25T01:22:41.681Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
261 | 2024-07-25T01:22:42.139Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
262 | 2024-07-25T01:22:42.363Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
263 | 2024-07-25T01:22:43.404Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
264 | 2024-07-25T01:22:45.472Z | Updating git repository `https://github.com/oxidecomputer/opte` |
265 | 2024-07-25T01:22:46.525Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
266 | 2024-07-25T01:22:47.265Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
267 | 2024-07-25T01:22:47.969Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
268 | 2024-07-25T01:22:48.286Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
269 | 2024-07-25T01:22:48.560Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
270 | 2024-07-25T01:22:48.871Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
271 | 2024-07-25T01:22:50.179Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
272 | 2024-07-25T01:22:50.182Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
273 | 2024-07-25T01:22:50.182Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
274 | 2024-07-25T01:22:50.182Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
275 | 2024-07-25T01:22:50.291Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
276 | 2024-07-25T01:22:50.617Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
277 | 2024-07-25T01:22:51.049Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
278 | 2024-07-25T01:22:51.635Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
279 | 2024-07-25T01:22:51.990Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
280 | 2024-07-25T01:22:52.581Z | Updating git repository `https://github.com/oxidecomputer/typify` |
281 | 2024-07-25T01:22:54.490Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
282 | 2024-07-25T01:22:54.855Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
283 | 2024-07-25T01:22:55.142Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
284 | 2024-07-25T01:22:55.538Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
285 | 2024-07-25T01:22:56.721Z | Downloading crates ... |
286 | 2024-07-25T01:22:56.800Z | Downloaded adler v1.0.2 |
287 | 2024-07-25T01:22:56.808Z | Downloaded anstream v0.6.14 |
288 | 2024-07-25T01:22:56.815Z | Downloaded is-terminal v0.4.12 |
289 | 2024-07-25T01:22:56.815Z | Downloaded clap_lex v0.7.0 |
290 | 2024-07-25T01:22:56.815Z | Downloaded httpdate v1.0.3 |
291 | 2024-07-25T01:22:56.820Z | Downloaded anstyle v1.0.7 |
292 | 2024-07-25T01:22:56.820Z | Downloaded autocfg v1.3.0 |
293 | 2024-07-25T01:22:56.832Z | Downloaded num_threads v0.1.7 |
294 | 2024-07-25T01:22:56.832Z | Downloaded foreign-types-shared v0.1.1 |
295 | 2024-07-25T01:22:56.832Z | Downloaded openssl-macros v0.1.1 |
296 | 2024-07-25T01:22:56.838Z | Downloaded pretty-hex v0.4.1 |
297 | 2024-07-25T01:22:56.838Z | Downloaded serde_tokenstream v0.2.1 |
298 | 2024-07-25T01:22:56.838Z | Downloaded slab v0.4.9 |
299 | 2024-07-25T01:22:56.844Z | Downloaded signal-hook-registry v1.4.2 |
300 | 2024-07-25T01:22:56.844Z | Downloaded generic-array v0.14.7 |
301 | 2024-07-25T01:22:56.845Z | Downloaded num_cpus v1.16.0 |
302 | 2024-07-25T01:22:56.852Z | Downloaded macaddr v1.0.1 |
303 | 2024-07-25T01:22:56.852Z | Downloaded want v0.3.1 |
304 | 2024-07-25T01:22:56.852Z | Downloaded try-lock v0.2.5 |
305 | 2024-07-25T01:22:56.852Z | Downloaded percent-encoding v2.3.1 |
306 | 2024-07-25T01:22:56.852Z | Downloaded anstyle-query v1.0.3 |
307 | 2024-07-25T01:22:56.852Z | Downloaded errno v0.3.9 |
308 | 2024-07-25T01:22:56.853Z | Downloaded dof v0.3.0 |
309 | 2024-07-25T01:22:56.859Z | Downloaded byteorder v1.5.0 |
310 | 2024-07-25T01:22:56.859Z | Downloaded itoa v1.0.11 |
311 | 2024-07-25T01:22:56.859Z | Downloaded httparse v1.8.0 |
312 | 2024-07-25T01:22:56.859Z | Downloaded block-buffer v0.10.4 |
313 | 2024-07-25T01:22:56.859Z | Downloaded sha2 v0.10.8 |
314 | 2024-07-25T01:22:56.866Z | Downloaded slog-json v2.6.1 |
315 | 2024-07-25T01:22:56.866Z | Downloaded clap_derive v4.5.8 |
316 | 2024-07-25T01:22:56.867Z | Downloaded scopeguard v1.2.0 |
317 | 2024-07-25T01:22:56.873Z | Downloaded rustversion v1.0.17 |
318 | 2024-07-25T01:22:56.873Z | Downloaded thiserror-impl v1.0.62 |
319 | 2024-07-25T01:22:56.874Z | Downloaded pin-utils v0.1.0 |
320 | 2024-07-25T01:22:56.874Z | Downloaded xattr v1.3.1 |
321 | 2024-07-25T01:22:56.878Z | Downloaded utf8parse v0.2.1 |
322 | 2024-07-25T01:22:56.878Z | Downloaded pest_derive v2.7.10 |
323 | 2024-07-25T01:22:56.878Z | Downloaded thread_local v1.1.8 |
324 | 2024-07-25T01:22:56.879Z | Downloaded usdt v0.5.0 |
325 | 2024-07-25T01:22:56.883Z | Downloaded terminal_size v0.3.0 |
326 | 2024-07-25T01:22:56.883Z | Downloaded tokio-native-tls v0.3.1 |
327 | 2024-07-25T01:22:56.891Z | Downloaded serde_spanned v0.6.6 |
328 | 2024-07-25T01:22:56.891Z | Downloaded pest_meta v2.7.10 |
329 | 2024-07-25T01:22:56.891Z | Downloaded tabled_derive v0.7.0 |
330 | 2024-07-25T01:22:56.891Z | Downloaded slog-bunyan v2.5.0 |
331 | 2024-07-25T01:22:56.901Z | Downloaded dtrace-parser v0.2.0 |
332 | 2024-07-25T01:22:56.901Z | Downloaded scroll v0.12.0 |
333 | 2024-07-25T01:22:56.901Z | Downloaded rustls-pemfile v1.0.4 |
334 | 2024-07-25T01:22:56.901Z | Downloaded strum v0.26.3 |
335 | 2024-07-25T01:22:56.901Z | Downloaded tower-service v0.3.2 |
336 | 2024-07-25T01:22:56.901Z | Downloaded camino v1.1.7 |
337 | 2024-07-25T01:22:56.905Z | Downloaded tinyvec_macros v0.1.1 |
338 | 2024-07-25T01:22:56.905Z | Downloaded foreign-types v0.3.2 |
339 | 2024-07-25T01:22:56.906Z | Downloaded take_mut v0.2.2 |
340 | 2024-07-25T01:22:56.906Z | Downloaded swrite v0.1.0 |
341 | 2024-07-25T01:22:56.906Z | Downloaded time-core v0.1.2 |
342 | 2024-07-25T01:22:56.906Z | Downloaded strum_macros v0.26.4 |
343 | 2024-07-25T01:22:56.906Z | Downloaded equivalent v1.0.1 |
344 | 2024-07-25T01:22:56.906Z | Downloaded serde_urlencoded v0.7.1 |
345 | 2024-07-25T01:22:56.910Z | Downloaded openssl-probe v0.1.5 |
346 | 2024-07-25T01:22:56.910Z | Downloaded match_cfg v0.1.0 |
347 | 2024-07-25T01:22:56.910Z | Downloaded usdt-impl v0.5.0 |
348 | 2024-07-25T01:22:56.911Z | Downloaded strsim v0.11.1 |
349 | 2024-07-25T01:22:56.915Z | Downloaded bitflags v2.5.0 |
350 | 2024-07-25T01:22:56.915Z | Downloaded anstyle-parse v0.2.4 |
351 | 2024-07-25T01:22:56.919Z | Downloaded zerocopy-derive v0.7.34 |
352 | 2024-07-25T01:22:56.924Z | Downloaded is_terminal_polyfill v1.70.0 |
353 | 2024-07-25T01:22:56.924Z | Downloaded version_check v0.9.4 |
354 | 2024-07-25T01:22:56.924Z | Downloaded time-macros v0.2.18 |
355 | 2024-07-25T01:22:56.929Z | Downloaded toml_datetime v0.6.6 |
356 | 2024-07-25T01:22:56.929Z | Downloaded heck v0.5.0 |
357 | 2024-07-25T01:22:56.933Z | Downloaded futures-core v0.3.30 |
358 | 2024-07-25T01:22:56.934Z | Downloaded tinyvec v1.6.0 |
359 | 2024-07-25T01:22:56.934Z | Downloaded smallvec v1.13.2 |
360 | 2024-07-25T01:22:56.939Z | Downloaded pest_generator v2.7.10 |
361 | 2024-07-25T01:22:56.939Z | Downloaded tokio-macros v2.3.0 |
362 | 2024-07-25T01:22:56.939Z | Downloaded proc-macro2 v1.0.86 |
363 | 2024-07-25T01:22:56.943Z | Downloaded futures-io v0.3.30 |
364 | 2024-07-25T01:22:56.943Z | Downloaded serde_derive v1.0.204 |
365 | 2024-07-25T01:22:56.948Z | Downloaded toml v0.8.15 |
366 | 2024-07-25T01:22:56.949Z | Downloaded thread-id v4.2.1 |
367 | 2024-07-25T01:22:56.954Z | Downloaded openssl-sys v0.9.103 |
368 | 2024-07-25T01:22:56.954Z | Downloaded flate2 v1.0.30 |
369 | 2024-07-25T01:22:56.960Z | Downloaded slog-term v2.9.1 |
370 | 2024-07-25T01:22:56.963Z | Downloaded term v0.7.0 |
371 | 2024-07-25T01:22:56.971Z | Downloaded unicode-bidi v0.3.15 |
372 | 2024-07-25T01:22:56.971Z | Downloaded ryu v1.0.18 |
373 | 2024-07-25T01:22:56.976Z | Downloaded deranged v0.3.11 |
374 | 2024-07-25T01:22:56.976Z | Downloaded unicode-ident v1.0.12 |
375 | 2024-07-25T01:22:56.976Z | Downloaded anyhow v1.0.86 |
376 | 2024-07-25T01:22:56.985Z | Downloaded once_cell v1.19.0 |
377 | 2024-07-25T01:22:56.985Z | Downloaded ucd-trie v0.1.6 |
378 | 2024-07-25T01:22:56.991Z | Downloaded parking_lot_core v0.9.10 |
379 | 2024-07-25T01:22:56.991Z | Downloaded url v2.5.2 |
380 | 2024-07-25T01:22:56.991Z | Downloaded tracing-core v0.1.32 |
381 | 2024-07-25T01:22:56.998Z | Downloaded papergrid v0.11.0 |
382 | 2024-07-25T01:22:57.015Z | Downloaded typenum v1.17.0 |
383 | 2024-07-25T01:22:57.015Z | Downloaded base64 v0.21.7 |
384 | 2024-07-25T01:22:57.015Z | Downloaded tracing v0.1.40 |
385 | 2024-07-25T01:22:57.015Z | Downloaded indexmap v2.2.6 |
386 | 2024-07-25T01:22:57.024Z | Downloaded tar v0.4.41 |
387 | 2024-07-25T01:22:57.025Z | Downloaded mio v0.8.11 |
388 | 2024-07-25T01:22:57.025Z | Downloaded futures v0.3.30 |
389 | 2024-07-25T01:22:57.029Z | Downloaded toml_edit v0.22.16 |
390 | 2024-07-25T01:22:57.048Z | Downloaded unicode-normalization v0.1.23 |
391 | 2024-07-25T01:22:57.052Z | Downloaded tokio-util v0.7.11 |
392 | 2024-07-25T01:22:57.057Z | Downloaded time v0.3.36 |
393 | 2024-07-25T01:22:57.066Z | Downloaded reqwest v0.11.27 |
394 | 2024-07-25T01:22:57.072Z | Downloaded zerocopy v0.7.34 |
395 | 2024-07-25T01:22:57.091Z | Downloaded tabled v0.15.0 |
396 | 2024-07-25T01:22:57.107Z | Downloaded openssl v0.10.66 |
397 | 2024-07-25T01:22:57.115Z | Downloaded vcpkg v0.2.15 |
398 | 2024-07-25T01:22:57.150Z | Downloaded syn v2.0.72 |
399 | 2024-07-25T01:22:57.161Z | Downloaded rustix v0.38.34 |
400 | 2024-07-25T01:22:57.183Z | Downloaded syn v1.0.109 |
401 | 2024-07-25T01:22:57.192Z | Downloaded unicode-width v0.1.13 |
402 | 2024-07-25T01:22:57.200Z | Downloaded tokio v1.38.1 |
403 | 2024-07-25T01:22:57.234Z | Downloaded libc v0.2.155 |
404 | 2024-07-25T01:22:57.257Z | Downloaded encoding_rs v0.8.34 |
405 | 2024-07-25T01:22:57.276Z | Downloaded idna v0.5.0 |
406 | 2024-07-25T01:22:57.282Z | Downloaded hyper v0.14.28 |
407 | 2024-07-25T01:22:57.289Z | Downloaded goblin v0.8.2 |
408 | 2024-07-25T01:22:57.295Z | Downloaded winnow v0.6.8 |
409 | 2024-07-25T01:22:57.302Z | Downloaded hashbrown v0.14.5 |
410 | 2024-07-25T01:22:57.307Z | Downloaded futures-util v0.3.30 |
411 | 2024-07-25T01:22:57.317Z | Downloaded clap_builder v4.5.9 |
412 | 2024-07-25T01:22:57.323Z | Downloaded serde_json v1.0.120 |
413 | 2024-07-25T01:22:57.329Z | Downloaded pest v2.7.10 |
414 | 2024-07-25T01:22:57.333Z | Downloaded h2 v0.3.26 |
415 | 2024-07-25T01:22:57.339Z | Downloaded crossbeam-channel v0.5.12 |
416 | 2024-07-25T01:22:57.347Z | Downloaded bytes v1.6.0 |
417 | 2024-07-25T01:22:57.347Z | Downloaded socket2 v0.5.7 |
418 | 2024-07-25T01:22:57.347Z | Downloaded http v0.2.12 |
419 | 2024-07-25T01:22:57.351Z | Downloaded miniz_oxide v0.7.2 |
420 | 2024-07-25T01:22:57.354Z | Downloaded log v0.4.21 |
421 | 2024-07-25T01:22:57.357Z | Downloaded crossbeam-utils v0.8.19 |
422 | 2024-07-25T01:22:57.357Z | Downloaded crc32fast v1.4.0 |
423 | 2024-07-25T01:22:57.359Z | Downloaded lock_api v0.4.12 |
424 | 2024-07-25T01:22:57.360Z | Downloaded cargo_toml v0.20.4 |
425 | 2024-07-25T01:22:57.362Z | Downloaded slog-async v2.8.0 |
426 | 2024-07-25T01:22:57.362Z | Downloaded slog v2.7.0 |
427 | 2024-07-25T01:22:57.365Z | Downloaded serde v1.0.204 |
428 | 2024-07-25T01:22:57.367Z | Downloaded hyper-tls v0.5.0 |
429 | 2024-07-25T01:22:57.370Z | Downloaded cc v1.0.97 |
430 | 2024-07-25T01:22:57.373Z | Downloaded fnv v1.0.7 |
431 | 2024-07-25T01:22:57.373Z | Downloaded dirs-sys-next v0.1.2 |
432 | 2024-07-25T01:22:57.373Z | Downloaded bytecount v0.6.8 |
433 | 2024-07-25T01:22:57.375Z | Downloaded http-body v0.4.6 |
434 | 2024-07-25T01:22:57.376Z | Downloaded form_urlencoded v1.2.1 |
435 | 2024-07-25T01:22:57.378Z | Downloaded colorchoice v1.0.1 |
436 | 2024-07-25T01:22:57.378Z | Downloaded cfg-if v1.0.0 |
437 | 2024-07-25T01:22:57.378Z | Downloaded thiserror v1.0.62 |
438 | 2024-07-25T01:22:57.382Z | Downloaded semver v1.0.23 |
439 | 2024-07-25T01:22:57.384Z | Downloaded proc-macro-error v1.0.4 |
440 | 2024-07-25T01:22:57.387Z | Downloaded memmap v0.7.0 |
441 | 2024-07-25T01:22:57.390Z | Downloaded memchr v2.7.2 |
442 | 2024-07-25T01:22:57.392Z | Downloaded cargo-platform v0.1.8 |
443 | 2024-07-25T01:22:57.395Z | Downloaded usdt-macro v0.5.0 |
444 | 2024-07-25T01:22:57.395Z | Downloaded usdt-attr-macro v0.5.0 |
445 | 2024-07-25T01:22:57.395Z | Downloaded quote v1.0.36 |
446 | 2024-07-25T01:22:57.398Z | Downloaded num-conv v0.1.0 |
447 | 2024-07-25T01:22:57.398Z | Downloaded parking_lot v0.12.2 |
448 | 2024-07-25T01:22:57.400Z | Downloaded filetime v0.2.23 |
449 | 2024-07-25T01:22:57.401Z | Downloaded proc-macro-error-attr v1.0.4 |
450 | 2024-07-25T01:22:57.404Z | Downloaded powerfmt v0.2.0 |
451 | 2024-07-25T01:22:57.404Z | Downloaded clap v4.5.9 |
452 | 2024-07-25T01:22:57.409Z | Downloaded futures-channel v0.3.30 |
453 | 2024-07-25T01:22:57.412Z | Downloaded plain v0.2.3 |
454 | 2024-07-25T01:22:57.412Z | Downloaded pkg-config v0.3.30 |
455 | 2024-07-25T01:22:57.415Z | Downloaded pin-project-lite v0.2.14 |
456 | 2024-07-25T01:22:57.417Z | Downloaded native-tls v0.2.11 |
457 | 2024-07-25T01:22:57.420Z | Downloaded ipnet v2.9.0 |
458 | 2024-07-25T01:22:57.423Z | Downloaded crypto-common v0.1.6 |
459 | 2024-07-25T01:22:57.423Z | Downloaded cpufeatures v0.2.12 |
460 | 2024-07-25T01:22:57.423Z | Downloaded mime v0.3.17 |
461 | 2024-07-25T01:22:57.426Z | Downloaded futures-sink v0.3.30 |
462 | 2024-07-25T01:22:57.426Z | Downloaded futures-macro v0.3.30 |
463 | 2024-07-25T01:22:57.426Z | Downloaded cargo_metadata v0.18.1 |
464 | 2024-07-25T01:22:57.426Z | Downloaded sync_wrapper v0.1.2 |
465 | 2024-07-25T01:22:57.429Z | Downloaded scroll_derive v0.12.0 |
466 | 2024-07-25T01:22:57.429Z | Downloaded futures-task v0.3.30 |
467 | 2024-07-25T01:22:57.429Z | Downloaded futures-executor v0.3.30 |
468 | 2024-07-25T01:22:57.432Z | Downloaded heck v0.4.1 |
469 | 2024-07-25T01:22:57.432Z | Downloaded dirs-next v2.0.0 |
470 | 2024-07-25T01:22:57.432Z | Downloaded digest v0.10.7 |
471 | 2024-07-25T01:22:57.435Z | Downloaded hostname v0.3.1 |
472 | 2024-07-25T01:22:57.435Z | Downloaded fs-err v2.11.0 |
473 | 2024-07-25T01:22:57.726Z | Compiling proc-macro2 v1.0.86 |
474 | 2024-07-25T01:22:57.726Z | Compiling unicode-ident v1.0.12 |
475 | 2024-07-25T01:22:57.729Z | Compiling libc v0.2.155 |
476 | 2024-07-25T01:22:57.729Z | Compiling version_check v0.9.4 |
477 | 2024-07-25T01:22:57.729Z | Compiling cfg-if v1.0.0 |
478 | 2024-07-25T01:22:57.729Z | Compiling itoa v1.0.11 |
479 | 2024-07-25T01:22:57.729Z | Compiling once_cell v1.19.0 |
480 | 2024-07-25T01:22:57.761Z | Compiling serde v1.0.204 |
481 | 2024-07-25T01:22:57.942Z | Compiling autocfg v1.3.0 |
482 | 2024-07-25T01:22:58.005Z | Compiling memchr v2.7.2 |
483 | 2024-07-25T01:22:58.084Z | Compiling thiserror v1.0.62 |
484 | 2024-07-25T01:22:58.166Z | Compiling ryu v1.0.18 |
485 | 2024-07-25T01:22:58.425Z | Compiling pin-project-lite v0.2.14 |
486 | 2024-07-25T01:22:58.504Z | Compiling bitflags v2.5.0 |
487 | 2024-07-25T01:22:58.575Z | Compiling cc v1.0.97 |
488 | 2024-07-25T01:22:58.621Z | Compiling ucd-trie v0.1.6 |
489 | 2024-07-25T01:22:58.777Z | Compiling parking_lot_core v0.9.10 |
490 | 2024-07-25T01:22:58.886Z | Compiling lock_api v0.4.12 |
491 | 2024-07-25T01:22:58.944Z | Compiling vcpkg v0.2.15 |
492 | 2024-07-25T01:22:59.199Z | Compiling pkg-config v0.3.30 |
493 | 2024-07-25T01:22:59.318Z | Compiling quote v1.0.36 |
494 | 2024-07-25T01:22:59.423Z | Compiling slab v0.4.9 |
495 | 2024-07-25T01:22:59.729Z | Compiling syn v2.0.72 |
496 | 2024-07-25T01:22:59.799Z | Compiling bytes v1.6.0 |
497 | 2024-07-25T01:23:00.246Z | Compiling smallvec v1.13.2 |
498 | 2024-07-25T01:23:00.398Z | Compiling futures-core v0.3.30 |
499 | 2024-07-25T01:23:00.665Z | Compiling scopeguard v1.2.0 |
500 | 2024-07-25T01:23:00.665Z | Compiling futures-sink v0.3.30 |
501 | 2024-07-25T01:23:00.858Z | Compiling log v0.4.21 |
502 | 2024-07-25T01:23:00.970Z | Compiling serde_json v1.0.120 |
503 | 2024-07-25T01:23:01.111Z | Compiling equivalent v1.0.1 |
504 | 2024-07-25T01:23:01.231Z | Compiling hashbrown v0.14.5 |
505 | 2024-07-25T01:23:01.255Z | Compiling fnv v1.0.7 |
506 | 2024-07-25T01:23:01.255Z | Compiling byteorder v1.5.0 |
507 | 2024-07-25T01:23:01.340Z | Compiling parking_lot v0.12.2 |
508 | 2024-07-25T01:23:01.406Z | Compiling futures-channel v0.3.30 |
509 | 2024-07-25T01:23:01.459Z | Compiling socket2 v0.5.7 |
510 | 2024-07-25T01:23:01.661Z | Compiling signal-hook-registry v1.4.2 |
511 | 2024-07-25T01:23:01.712Z | Compiling mio v0.8.11 |
512 | 2024-07-25T01:23:01.862Z | Compiling num_cpus v1.16.0 |
513 | 2024-07-25T01:23:02.256Z | Compiling openssl-sys v0.9.103 |
514 | 2024-07-25T01:23:02.316Z | Compiling futures-task v0.3.30 |
515 | 2024-07-25T01:23:02.460Z | Compiling indexmap v2.2.6 |
516 | 2024-07-25T01:23:02.496Z | Compiling pin-utils v0.1.0 |
517 | 2024-07-25T01:23:02.532Z | Compiling typenum v1.17.0 |
518 | 2024-07-25T01:23:02.598Z | Compiling rustix v0.38.34 |
519 | 2024-07-25T01:23:02.644Z | Compiling futures-io v0.3.30 |
520 | 2024-07-25T01:23:03.008Z | Compiling errno v0.3.9 |
521 | 2024-07-25T01:23:03.059Z | Compiling generic-array v0.14.7 |
522 | 2024-07-25T01:23:03.181Z | Compiling foreign-types-shared v0.1.1 |
523 | 2024-07-25T01:23:03.226Z | Compiling openssl v0.10.66 |
524 | 2024-07-25T01:23:03.302Z | Compiling slog v2.7.0 |
525 | 2024-07-25T01:23:03.444Z | Compiling foreign-types v0.3.2 |
526 | 2024-07-25T01:23:03.655Z | Compiling http v0.2.12 |
527 | 2024-07-25T01:23:03.782Z | Compiling usdt-impl v0.5.0 |
528 | 2024-07-25T01:23:03.887Z | Compiling proc-macro-error-attr v1.0.4 |
529 | 2024-07-25T01:23:04.094Z | Compiling tracing-core v0.1.32 |
530 | 2024-07-25T01:23:04.213Z | Compiling native-tls v0.2.11 |
531 | 2024-07-25T01:23:04.293Z | Compiling time-core v0.1.2 |
532 | 2024-07-25T01:23:04.618Z | Compiling syn v1.0.109 |
533 | 2024-07-25T01:23:04.621Z | Compiling powerfmt v0.2.0 |
534 | 2024-07-25T01:23:04.966Z | Compiling httparse v1.8.0 |
535 | 2024-07-25T01:23:05.017Z | Compiling num-conv v0.1.0 |
536 | 2024-07-25T01:23:05.084Z | Compiling tinyvec_macros v0.1.1 |
537 | 2024-07-25T01:23:05.182Z | Compiling tinyvec v1.6.0 |
538 | 2024-07-25T01:23:05.320Z | Compiling time-macros v0.2.18 |
539 | 2024-07-25T01:23:05.509Z | Compiling tracing v0.1.40 |
540 | 2024-07-25T01:23:05.536Z | Compiling deranged v0.3.11 |
541 | 2024-07-25T01:23:06.066Z | Compiling thread-id v4.2.1 |
542 | 2024-07-25T01:23:06.335Z | Compiling proc-macro-error v1.0.4 |
543 | 2024-07-25T01:23:06.460Z | Compiling percent-encoding v2.3.1 |
544 | 2024-07-25T01:23:06.599Z | Compiling rustversion v1.0.17 |
545 | 2024-07-25T01:23:06.630Z | Compiling openssl-probe v0.1.5 |
546 | 2024-07-25T01:23:06.810Z | Compiling utf8parse v0.2.1 |
547 | 2024-07-25T01:23:06.841Z | Compiling num_threads v0.1.7 |
548 | 2024-07-25T01:23:06.980Z | Compiling crossbeam-utils v0.8.19 |
549 | 2024-07-25T01:23:06.983Z | Compiling try-lock v0.2.5 |
550 | 2024-07-25T01:23:06.983Z | Compiling plain v0.2.3 |
551 | 2024-07-25T01:23:07.052Z | Compiling heck v0.5.0 |
552 | 2024-07-25T01:23:07.170Z | Compiling want v0.3.1 |
553 | 2024-07-25T01:23:07.194Z | Compiling anstyle-parse v0.2.4 |
554 | 2024-07-25T01:23:07.348Z | Compiling form_urlencoded v1.2.1 |
555 | 2024-07-25T01:23:07.491Z | Compiling unicode-normalization v0.1.23 |
556 | 2024-07-25T01:23:07.650Z | Compiling http-body v0.4.6 |
557 | 2024-07-25T01:23:07.671Z | Compiling dirs-sys-next v0.1.2 |
558 | 2024-07-25T01:23:08.316Z | Compiling semver v1.0.23 |
559 | 2024-07-25T01:23:08.345Z | Compiling anstyle-query v1.0.3 |
560 | 2024-07-25T01:23:08.352Z | Compiling colorchoice v1.0.1 |
561 | 2024-07-25T01:23:08.426Z | Compiling unicode-bidi v0.3.15 |
562 | 2024-07-25T01:23:08.483Z | Compiling is_terminal_polyfill v1.70.0 |
563 | 2024-07-25T01:23:08.529Z | Compiling crc32fast v1.4.0 |
564 | 2024-07-25T01:23:08.544Z | Compiling tower-service v0.3.2 |
565 | 2024-07-25T01:23:08.618Z | Compiling httpdate v1.0.3 |
566 | 2024-07-25T01:23:08.681Z | Compiling camino v1.1.7 |
567 | 2024-07-25T01:23:08.776Z | Compiling time v0.3.36 |
568 | 2024-07-25T01:23:08.820Z | Compiling pretty-hex v0.4.1 |
569 | 2024-07-25T01:23:08.997Z | Compiling winnow v0.6.8 |
570 | 2024-07-25T01:23:09.050Z | Compiling anstyle v1.0.7 |
571 | 2024-07-25T01:23:09.120Z | Compiling idna v0.5.0 |
572 | 2024-07-25T01:23:09.479Z | Compiling anstream v0.6.14 |
573 | 2024-07-25T01:23:09.809Z | Compiling dirs-next v2.0.0 |
574 | 2024-07-25T01:23:10.250Z | Compiling block-buffer v0.10.4 |
575 | 2024-07-25T01:23:10.800Z | Compiling crypto-common v0.1.6 |
576 | 2024-07-25T01:23:11.028Z | Compiling terminal_size v0.3.0 |
577 | 2024-07-25T01:23:11.233Z | Compiling fs-err v2.11.0 |
578 | 2024-07-25T01:23:11.307Z | Compiling thread_local v1.1.8 |
579 | 2024-07-25T01:23:11.347Z | Compiling heck v0.4.1 |
580 | 2024-07-25T01:23:11.511Z | Compiling adler v1.0.2 |
581 | 2024-07-25T01:23:11.609Z | Compiling unicode-width v0.1.13 |
582 | 2024-07-25T01:23:11.754Z | Compiling match_cfg v0.1.0 |
583 | 2024-07-25T01:23:11.833Z | Compiling strsim v0.11.1 |
584 | 2024-07-25T01:23:11.859Z | Compiling anyhow v1.0.86 |
585 | 2024-07-25T01:23:11.862Z | Compiling clap_lex v0.7.0 |
586 | 2024-07-25T01:23:11.904Z | Compiling base64 v0.21.7 |
587 | 2024-07-25T01:23:12.414Z | Compiling bytecount v0.6.8 |
588 | 2024-07-25T01:23:12.460Z | Compiling slog-async v2.8.0 |
589 | 2024-07-25T01:23:12.642Z | Compiling papergrid v0.11.0 |
590 | 2024-07-25T01:23:12.735Z | Compiling rustls-pemfile v1.0.4 |
591 | 2024-07-25T01:23:12.761Z | Compiling clap_builder v4.5.9 |
592 | 2024-07-25T01:23:12.843Z | Compiling hostname v0.3.1 |
593 | 2024-07-25T01:23:12.867Z | Compiling miniz_oxide v0.7.2 |
594 | 2024-07-25T01:23:12.981Z | Compiling serde_derive v1.0.204 |
595 | 2024-07-25T01:23:13.027Z | Compiling thiserror-impl v1.0.62 |
596 | 2024-07-25T01:23:13.098Z | Compiling zerocopy-derive v0.7.34 |
597 | 2024-07-25T01:23:13.181Z | Compiling futures-macro v0.3.30 |
598 | 2024-07-25T01:23:14.409Z | Compiling tokio-macros v2.3.0 |
599 | 2024-07-25T01:23:14.511Z | Compiling scroll_derive v0.12.0 |
600 | 2024-07-25T01:23:15.358Z | Compiling futures-util v0.3.30 |
601 | 2024-07-25T01:23:15.489Z | Compiling zerocopy v0.7.34 |
602 | 2024-07-25T01:23:16.042Z | Compiling openssl-macros v0.1.1 |
603 | 2024-07-25T01:23:16.189Z | Compiling tokio v1.38.1 |
604 | 2024-07-25T01:23:16.679Z | Compiling pest v2.7.10 |
605 | 2024-07-25T01:23:17.018Z | Compiling scroll v0.12.0 |
606 | 2024-07-25T01:23:17.080Z | Compiling tabled_derive v0.7.0 |
607 | 2024-07-25T01:23:17.642Z | Compiling goblin v0.8.2 |
608 | 2024-07-25T01:23:19.648Z | Compiling pest_meta v2.7.10 |
609 | 2024-07-25T01:23:19.736Z | Compiling clap_derive v4.5.8 |
610 | 2024-07-25T01:23:21.752Z | Compiling pest_generator v2.7.10 |
611 | 2024-07-25T01:23:24.490Z | Compiling tokio-util v0.7.11 |
612 | 2024-07-25T01:23:25.001Z | Compiling tokio-native-tls v0.3.1 |
613 | 2024-07-25T01:23:25.056Z | Compiling pest_derive v2.7.10 |
614 | 2024-07-25T01:23:25.284Z | Compiling futures-executor v0.3.30 |
615 | 2024-07-25T01:23:25.567Z | Compiling h2 v0.3.26 |
616 | 2024-07-25T01:23:25.841Z | Compiling strum_macros v0.26.4 |
617 | 2024-07-25T01:23:25.867Z | Compiling dtrace-parser v0.2.0 |
618 | 2024-07-25T01:23:26.060Z | Compiling digest v0.10.7 |
619 | 2024-07-25T01:23:26.489Z | Compiling crossbeam-channel v0.5.12 |
620 | 2024-07-25T01:23:27.649Z | Compiling url v2.5.2 |
621 | 2024-07-25T01:23:28.331Z | Compiling serde_spanned v0.6.6 |
622 | 2024-07-25T01:23:28.410Z | Compiling toml_datetime v0.6.6 |
623 | 2024-07-25T01:23:29.115Z | Compiling serde_tokenstream v0.2.1 |
624 | 2024-07-25T01:23:29.417Z | Compiling toml_edit v0.22.16 |
625 | 2024-07-25T01:23:29.621Z | Compiling serde_urlencoded v0.7.1 |
626 | 2024-07-25T01:23:30.139Z | Compiling hyper v0.14.28 |
627 | 2024-07-25T01:23:30.744Z | Compiling dof v0.3.0 |
628 | 2024-07-25T01:23:31.440Z | Compiling slog-json v2.6.1 |
629 | 2024-07-25T01:23:31.907Z | Compiling cargo-platform v0.1.8 |
630 | 2024-07-25T01:23:32.045Z | Compiling term v0.7.0 |
631 | 2024-07-25T01:23:32.524Z | Compiling toml v0.8.15 |
632 | 2024-07-25T01:23:33.053Z | Compiling xattr v1.3.1 |
633 | 2024-07-25T01:23:33.328Z | Compiling memmap v0.7.0 |
634 | 2024-07-25T01:23:33.372Z | Compiling filetime v0.2.23 |
635 | 2024-07-25T01:23:33.479Z | Compiling is-terminal v0.4.12 |
636 | 2024-07-25T01:23:33.605Z | Compiling usdt-attr-macro v0.5.0 |
637 | 2024-07-25T01:23:33.607Z | Compiling usdt-macro v0.5.0 |
638 | 2024-07-25T01:23:33.672Z | Compiling encoding_rs v0.8.34 |
639 | 2024-07-25T01:23:33.694Z | Compiling cpufeatures v0.2.12 |
640 | 2024-07-25T01:23:33.727Z | Compiling sync_wrapper v0.1.2 |
641 | 2024-07-25T01:23:33.802Z | Compiling mime v0.3.17 |
642 | 2024-07-25T01:23:33.864Z | Compiling hyper-tls v0.5.0 |
643 | 2024-07-25T01:23:34.232Z | Compiling take_mut v0.2.2 |
644 | 2024-07-25T01:23:34.317Z | Compiling ipnet v2.9.0 |
645 | 2024-07-25T01:23:34.459Z | Compiling sha2 v0.10.8 |
646 | 2024-07-25T01:23:34.984Z | Compiling slog-term v2.9.1 |
647 | 2024-07-25T01:23:35.101Z | Compiling usdt v0.5.0 |
648 | 2024-07-25T01:23:35.606Z | Compiling tar v0.4.41 |
649 | 2024-07-25T01:23:35.608Z | Compiling cargo_toml v0.20.4 |
650 | 2024-07-25T01:23:35.651Z | Compiling flate2 v1.0.30 |
651 | 2024-07-25T01:23:36.249Z | Compiling reqwest v0.11.27 |
652 | 2024-07-25T01:23:36.324Z | Compiling cargo_metadata v0.18.1 |
653 | 2024-07-25T01:23:36.619Z | Compiling slog-bunyan v2.5.0 |
654 | 2024-07-25T01:23:36.833Z | Compiling strum v0.26.3 |
655 | 2024-07-25T01:23:37.030Z | Compiling macaddr v1.0.1 |
656 | 2024-07-25T01:23:37.803Z | Compiling futures v0.3.30 |
657 | 2024-07-25T01:23:37.856Z | Compiling clap v4.5.9 |
658 | 2024-07-25T01:23:37.924Z | Compiling tabled v0.15.0 |
659 | 2024-07-25T01:23:38.071Z | Compiling swrite v0.1.0 |
660 | 2024-07-25T01:23:42.859Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
661 | 2024-07-25T01:23:50.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
662 | 2024-07-25T01:23:51.127Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
663 | 2024-07-25T01:23:51.190Z | Jul 25 01:23:49.683 INFO Starting download, target: Clickhouse |
664 | 2024-07-25T01:23:51.191Z | Jul 25 01:23:49.683 INFO Starting download, target: Cockroach |
665 | 2024-07-25T01:23:51.191Z | Jul 25 01:23:49.683 INFO Starting download, target: DendriteOpenapi |
666 | 2024-07-25T01:23:51.191Z | Jul 25 01:23:49.683 INFO Starting download, target: Console |
667 | 2024-07-25T01:23:51.191Z | Jul 25 01:23:49.683 INFO Starting download, target: DendriteStub |
668 | 2024-07-25T01:23:51.194Z | Jul 25 01:23:49.683 INFO Starting download, target: MaghemiteMgd |
669 | 2024-07-25T01:23:51.194Z | Jul 25 01:23:49.683 INFO Starting download, target: TransceiverControl |
670 | 2024-07-25T01:23:51.194Z | Jul 25 01:23:49.684 INFO Downloading out/downloads/dpd-fb571dc6512b24a777c5a9b2927a50501f6be297.json (attempt 1/3), target: DendriteOpenapi |
671 | 2024-07-25T01:23:51.194Z | Jul 25 01:23:49.684 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
672 | 2024-07-25T01:23:51.194Z | Jul 25 01:23:49.684 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
673 | 2024-07-25T01:23:51.194Z | Jul 25 01:23:49.684 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
674 | 2024-07-25T01:23:51.194Z | Jul 25 01:23:49.684 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
675 | 2024-07-25T01:23:51.194Z | Jul 25 01:23:49.684 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
676 | 2024-07-25T01:23:51.194Z | Jul 25 01:23:49.684 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
677 | 2024-07-25T01:23:51.469Z | Jul 25 01:23:49.960 INFO Download complete, target: DendriteOpenapi |
678 | 2024-07-25T01:23:51.566Z | Jul 25 01:23:50.057 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
679 | 2024-07-25T01:23:51.747Z | Jul 25 01:23:50.176 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
680 | 2024-07-25T01:23:52.093Z | Jul 25 01:23:50.551 INFO Download complete, target: Console |
681 | 2024-07-25T01:23:52.213Z | Jul 25 01:23:50.705 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
682 | 2024-07-25T01:23:52.228Z | Jul 25 01:23:50.721 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
683 | 2024-07-25T01:23:52.443Z | Jul 25 01:23:50.935 INFO Download complete, target: TransceiverControl |
684 | 2024-07-25T01:23:53.446Z | Jul 25 01:23:51.939 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
685 | 2024-07-25T01:23:53.446Z | Jul 25 01:23:51.939 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
686 | 2024-07-25T01:23:54.705Z | Jul 25 01:23:53.197 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
687 | 2024-07-25T01:23:55.340Z | Jul 25 01:23:53.832 INFO Download complete, target: DendriteStub |
688 | 2024-07-25T01:23:55.655Z | Jul 25 01:23:54.147 INFO Download complete, target: MaghemiteMgd |
689 | 2024-07-25T01:24:02.280Z | Jul 25 01:24:00.771 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
690 | 2024-07-25T01:24:02.638Z | Jul 25 01:24:01.129 INFO Checking that binary works, target: Cockroach |
691 | 2024-07-25T01:24:02.834Z | Jul 25 01:24:01.325 INFO Download complete, target: Cockroach |
692 | 2024-07-25T01:24:09.431Z | Jul 25 01:24:07.921 INFO Checking that binary works, target: Clickhouse |
693 | 2024-07-25T01:24:09.569Z | Jul 25 01:24:08.059 INFO Download complete, target: Clickhouse |
694 | 2024-07-25T01:24:09.589Z | All builder prerequisites installed successfully, and PATH looks valid |
695 | 2024-07-25T01:24:09.592Z | |
696 | 2024-07-25T01:24:09.592Z | real 2:27.831314681 |
697 | 2024-07-25T01:24:09.592Z | user 5:55.919071759 |
698 | 2024-07-25T01:24:09.592Z | sys 1:21.841934383 |
699 | 2024-07-25T01:24:09.592Z | trap 0.237330508 |
700 | 2024-07-25T01:24:09.592Z | tflt 0.235970509 |
701 | 2024-07-25T01:24:09.592Z | dflt 0.899153231 |
702 | 2024-07-25T01:24:09.592Z | kflt 0.031543175 |
703 | 2024-07-25T01:24:09.592Z | lock 13:28.781185382 |
704 | 2024-07-25T01:24:09.592Z | slp 16:30.530064045 |
705 | 2024-07-25T01:24:09.592Z | lat 23.753406450 |
706 | 2024-07-25T01:24:09.592Z | stop 1:07.521160111 |
707 | 2024-07-25T01:24:09.592Z | + banner clippy |
708 | 2024-07-25T01:24:09.592Z | |
709 | 2024-07-25T01:24:09.592Z | #### # # ##### ##### # # |
710 | 2024-07-25T01:24:09.592Z | # # # # # # # # # # |
711 | 2024-07-25T01:24:09.592Z | # # # # # # # # |
712 | 2024-07-25T01:24:09.592Z | # # # ##### ##### # |
713 | 2024-07-25T01:24:09.592Z | # # # # # # # |
714 | 2024-07-25T01:24:09.592Z | #### ###### # # # # |
715 | 2024-07-25T01:24:09.592Z | |
716 | 2024-07-25T01:24:09.595Z | + export CARGO_INCREMENTAL=0 |
717 | 2024-07-25T01:24:09.595Z | + CARGO_INCREMENTAL=0 |
718 | 2024-07-25T01:24:09.595Z | + ptime -m cargo xtask clippy |
719 | 2024-07-25T01:24:10.137Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
720 | 2024-07-25T01:24:17.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.78s |
721 | 2024-07-25T01:24:17.482Z | Running `target/debug/xtask clippy` |
722 | 2024-07-25T01:24:17.503Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
723 | 2024-07-25T01:24:18.113Z | Downloading crates ... |
724 | 2024-07-25T01:24:18.300Z | Downloaded atomicwrites v0.4.3 |
725 | 2024-07-25T01:24:18.303Z | Downloaded atty v0.2.14 |
726 | 2024-07-25T01:24:18.306Z | Downloaded array-init v0.0.4 |
727 | 2024-07-25T01:24:18.309Z | Downloaded aead v0.5.2 |
728 | 2024-07-25T01:24:18.315Z | Downloaded bitstruct_derive v0.1.0 |
729 | 2024-07-25T01:24:18.319Z | Downloaded async-stream-impl v0.3.5 |
730 | 2024-07-25T01:24:18.323Z | Downloaded is_ci v1.2.0 |
731 | 2024-07-25T01:24:18.327Z | Downloaded ciborium-io v0.2.2 |
732 | 2024-07-25T01:24:18.330Z | Downloaded number_prefix v0.4.0 |
733 | 2024-07-25T01:24:18.330Z | Downloaded bb8 v0.8.5 |
734 | 2024-07-25T01:24:18.332Z | Downloaded async-stream v0.3.5 |
735 | 2024-07-25T01:24:18.335Z | Downloaded nested v0.1.1 |
736 | 2024-07-25T01:24:18.335Z | Downloaded opaque-debug v0.3.1 |
737 | 2024-07-25T01:24:18.335Z | Downloaded approx v0.5.1 |
738 | 2024-07-25T01:24:18.338Z | Downloaded ascii-canvas v3.0.0 |
739 | 2024-07-25T01:24:18.338Z | Downloaded oso-derive v0.27.3 |
740 | 2024-07-25T01:24:18.340Z | Downloaded base16ct v0.2.0 |
741 | 2024-07-25T01:24:18.340Z | Downloaded path-slash v0.1.5 |
742 | 2024-07-25T01:24:18.343Z | Downloaded async-recursion v1.1.1 |
743 | 2024-07-25T01:24:18.345Z | Downloaded maybe-uninit v2.0.0 |
744 | 2024-07-25T01:24:18.345Z | Downloaded libsw v3.3.1 |
745 | 2024-07-25T01:24:18.348Z | Downloaded keccak v0.1.5 |
746 | 2024-07-25T01:24:18.351Z | Downloaded indent_write v2.2.0 |
747 | 2024-07-25T01:24:18.351Z | Downloaded multimap v0.10.0 |
748 | 2024-07-25T01:24:18.353Z | Downloaded constant_time_eq v0.3.0 |
749 | 2024-07-25T01:24:18.356Z | Downloaded num-integer v0.1.46 |
750 | 2024-07-25T01:24:18.356Z | Downloaded cobs v0.2.3 |
751 | 2024-07-25T01:24:18.359Z | Downloaded nibble_vec v0.1.0 |
752 | 2024-07-25T01:24:18.359Z | Downloaded crc-catalog v2.4.0 |
753 | 2024-07-25T01:24:18.362Z | Downloaded packed_struct_codegen v0.10.1 |
754 | 2024-07-25T01:24:18.362Z | Downloaded convert_case v0.4.0 |
755 | 2024-07-25T01:24:18.364Z | Downloaded cfg_aliases v0.1.1 |
756 | 2024-07-25T01:24:18.364Z | Downloaded num_enum v0.5.11 |
757 | 2024-07-25T01:24:18.368Z | Downloaded criterion-plot v0.5.0 |
758 | 2024-07-25T01:24:18.371Z | Downloaded pbkdf2 v0.11.0 |
759 | 2024-07-25T01:24:18.373Z | Downloaded cexpr v0.6.0 |
760 | 2024-07-25T01:24:18.376Z | Downloaded matches v0.1.10 |
761 | 2024-07-25T01:24:18.376Z | Downloaded curve25519-dalek-derive v0.1.1 |
762 | 2024-07-25T01:24:18.379Z | Downloaded managed v0.8.0 |
763 | 2024-07-25T01:24:18.379Z | Downloaded castaway v0.2.2 |
764 | 2024-07-25T01:24:18.381Z | Downloaded backoff v0.4.0 |
765 | 2024-07-25T01:24:18.385Z | Downloaded atomic-waker v1.1.2 |
766 | 2024-07-25T01:24:18.385Z | Downloaded num-rational v0.4.2 |
767 | 2024-07-25T01:24:18.387Z | Downloaded nu-ansi-term v0.50.0 |
768 | 2024-07-25T01:24:18.387Z | Downloaded instant v0.1.12 |
769 | 2024-07-25T01:24:18.390Z | Downloaded mime_guess v2.0.4 |
770 | 2024-07-25T01:24:18.393Z | Downloaded bitflags v1.3.2 |
771 | 2024-07-25T01:24:18.395Z | Downloaded memmap2 v0.9.4 |
772 | 2024-07-25T01:24:18.396Z | Downloaded peg v0.8.4 |
773 | 2024-07-25T01:24:18.399Z | Downloaded crunchy v0.2.2 |
774 | 2024-07-25T01:24:18.403Z | Downloaded base64ct v1.6.0 |
775 | 2024-07-25T01:24:18.406Z | Downloaded crucible-workspace-hack v0.1.0 |
776 | 2024-07-25T01:24:18.406Z | Downloaded option-ext v0.2.0 |
777 | 2024-07-25T01:24:18.406Z | Downloaded normalize-line-endings v0.3.0 |
778 | 2024-07-25T01:24:18.406Z | Downloaded serde-big-array v0.5.1 |
779 | 2024-07-25T01:24:18.409Z | Downloaded newtype_derive v0.1.6 |
780 | 2024-07-25T01:24:18.409Z | Downloaded bzip2 v0.4.4 |
781 | 2024-07-25T01:24:18.411Z | Downloaded camino-tempfile v1.1.1 |
782 | 2024-07-25T01:24:18.414Z | Downloaded bitfield v0.14.0 |
783 | 2024-07-25T01:24:18.414Z | Downloaded addr2line v0.21.0 |
784 | 2024-07-25T01:24:18.418Z | Downloaded newline-converter v0.3.0 |
785 | 2024-07-25T01:24:18.418Z | Downloaded parse-size v1.0.0 |
786 | 2024-07-25T01:24:18.421Z | Downloaded tower-layer v0.3.2 |
787 | 2024-07-25T01:24:18.421Z | Downloaded bcrypt-pbkdf v0.10.0 |
788 | 2024-07-25T01:24:18.421Z | Downloaded async-trait v0.1.81 |
789 | 2024-07-25T01:24:18.424Z | Downloaded password-hash v0.5.0 |
790 | 2024-07-25T01:24:18.426Z | Downloaded crossbeam-deque v0.8.5 |
791 | 2024-07-25T01:24:18.429Z | Downloaded pathdiff v0.2.1 |
792 | 2024-07-25T01:24:18.429Z | Downloaded ciborium-ll v0.2.2 |
793 | 2024-07-25T01:24:18.431Z | Downloaded omicron-zone-package v0.11.0 |
794 | 2024-07-25T01:24:18.434Z | Downloaded bitfield-struct v0.6.1 |
795 | 2024-07-25T01:24:18.434Z | Downloaded csv-core v0.1.11 |
796 | 2024-07-25T01:24:18.437Z | Downloaded md-5 v0.10.6 |
797 | 2024-07-25T01:24:18.437Z | Downloaded indoc v1.0.9 |
798 | 2024-07-25T01:24:18.440Z | Downloaded ascii v1.1.0 |
799 | 2024-07-25T01:24:18.442Z | Downloaded bcs v0.1.6 |
800 | 2024-07-25T01:24:18.445Z | Downloaded derive_builder_macro v0.20.0 |
801 | 2024-07-25T01:24:18.445Z | Downloaded const_format_proc_macros v0.2.32 |
802 | 2024-07-25T01:24:18.448Z | Downloaded md5 v0.7.0 |
803 | 2024-07-25T01:24:18.448Z | Downloaded lalrpop-util v0.19.12 |
804 | 2024-07-25T01:24:18.452Z | Downloaded cast v0.3.0 |
805 | 2024-07-25T01:24:18.452Z | Downloaded nodrop v0.1.14 |
806 | 2024-07-25T01:24:18.454Z | Downloaded crc v3.2.1 |
807 | 2024-07-25T01:24:18.455Z | Downloaded foreign-types-shared v0.3.1 |
808 | 2024-07-25T01:24:18.455Z | Downloaded nanorand v0.7.0 |
809 | 2024-07-25T01:24:18.457Z | Downloaded libloading v0.8.3 |
810 | 2024-07-25T01:24:18.460Z | Downloaded static_assertions v1.1.0 |
811 | 2024-07-25T01:24:18.462Z | Downloaded ctr v0.9.2 |
812 | 2024-07-25T01:24:18.462Z | Downloaded num v0.4.3 |
813 | 2024-07-25T01:24:18.465Z | Downloaded num-iter v0.1.45 |
814 | 2024-07-25T01:24:18.465Z | Downloaded ipnetwork v0.20.0 |
815 | 2024-07-25T01:24:18.467Z | Downloaded buf-list v1.0.3 |
816 | 2024-07-25T01:24:18.470Z | Downloaded phf_shared v0.10.0 |
817 | 2024-07-25T01:24:18.470Z | Downloaded packed_struct v0.10.1 |
818 | 2024-07-25T01:24:18.473Z | Downloaded peg-runtime v0.8.3 |
819 | 2024-07-25T01:24:18.473Z | Downloaded paste v1.0.15 |
820 | 2024-07-25T01:24:18.476Z | Downloaded precomputed-hash v0.1.1 |
821 | 2024-07-25T01:24:18.478Z | Downloaded slog-scope v4.4.0 |
822 | 2024-07-25T01:24:18.478Z | Downloaded termcolor v1.4.1 |
823 | 2024-07-25T01:24:18.481Z | Downloaded spin v0.5.2 |
824 | 2024-07-25T01:24:18.481Z | Downloaded thiserror-impl-no-std v2.0.2 |
825 | 2024-07-25T01:24:18.484Z | Downloaded structmeta-derive v0.3.0 |
826 | 2024-07-25T01:24:18.484Z | Downloaded tui-tree-widget v0.21.0 |
827 | 2024-07-25T01:24:18.486Z | Downloaded russh-cryptovec v0.7.2 |
828 | 2024-07-25T01:24:18.487Z | Downloaded thiserror-no-std v2.0.2 |
829 | 2024-07-25T01:24:18.490Z | Downloaded structmeta-derive v0.2.0 |
830 | 2024-07-25T01:24:18.493Z | Downloaded uzers v0.11.3 |
831 | 2024-07-25T01:24:18.493Z | Downloaded const-oid v0.9.6 |
832 | 2024-07-25T01:24:18.496Z | Downloaded structmeta v0.3.0 |
833 | 2024-07-25T01:24:18.496Z | Downloaded partial-io v0.5.4 |
834 | 2024-07-25T01:24:18.498Z | Downloaded vsss-rs v3.3.4 |
835 | 2024-07-25T01:24:18.501Z | Downloaded linear-map v1.2.0 |
836 | 2024-07-25T01:24:18.504Z | Downloaded libtest-mimic v0.7.3 |
837 | 2024-07-25T01:24:18.507Z | Downloaded difflib v0.4.0 |
838 | 2024-07-25T01:24:18.507Z | Downloaded diesel_table_macro_syntax v0.1.0 |
839 | 2024-07-25T01:24:18.507Z | Downloaded dirs v5.0.1 |
840 | 2024-07-25T01:24:18.510Z | Downloaded cookie v0.17.0 |
841 | 2024-07-25T01:24:18.513Z | Downloaded num-complex v0.4.6 |
842 | 2024-07-25T01:24:18.513Z | Downloaded base64 v0.13.1 |
843 | 2024-07-25T01:24:18.516Z | Downloaded hex v0.4.3 |
844 | 2024-07-25T01:24:18.519Z | Downloaded num_enum_derive v0.5.11 |
845 | 2024-07-25T01:24:18.519Z | Downloaded blake2b_simd v1.0.2 |
846 | 2024-07-25T01:24:18.522Z | Downloaded ghash v0.5.1 |
847 | 2024-07-25T01:24:18.522Z | Downloaded owo-colors v4.0.0 |
848 | 2024-07-25T01:24:18.524Z | Downloaded parking_lot v0.11.2 |
849 | 2024-07-25T01:24:18.527Z | Downloaded allocator-api2 v0.2.18 |
850 | 2024-07-25T01:24:18.529Z | Downloaded fallible-iterator v0.2.0 |
851 | 2024-07-25T01:24:18.532Z | Downloaded predicates v3.1.0 |
852 | 2024-07-25T01:24:18.535Z | Downloaded phf_shared v0.11.2 |
853 | 2024-07-25T01:24:18.535Z | Downloaded float-ord v0.3.2 |
854 | 2024-07-25T01:24:18.538Z | Downloaded predicates-core v1.0.6 |
855 | 2024-07-25T01:24:18.538Z | Downloaded waitgroup v0.1.2 |
856 | 2024-07-25T01:24:18.538Z | Downloaded hubpack v0.1.2 |
857 | 2024-07-25T01:24:18.540Z | Downloaded rand_xorshift v0.3.0 |
858 | 2024-07-25T01:24:18.540Z | Downloaded rand_seeder v0.2.3 |
859 | 2024-07-25T01:24:18.543Z | Downloaded spin v0.9.8 |
860 | 2024-07-25T01:24:18.546Z | Downloaded cookie v0.18.1 |
861 | 2024-07-25T01:24:18.549Z | Downloaded crossbeam-epoch v0.9.18 |
862 | 2024-07-25T01:24:18.551Z | Downloaded indexmap v1.9.3 |
863 | 2024-07-25T01:24:18.554Z | Downloaded base64 v0.22.1 |
864 | 2024-07-25T01:24:18.557Z | Downloaded clang-sys v1.7.0 |
865 | 2024-07-25T01:24:18.559Z | Downloaded plotters-svg v0.3.5 |
866 | 2024-07-25T01:24:18.559Z | Downloaded same-file v1.0.6 |
867 | 2024-07-25T01:24:18.562Z | Downloaded zeroize v1.7.0 |
868 | 2024-07-25T01:24:18.562Z | Downloaded rustfmt-wrapper v0.2.1 |
869 | 2024-07-25T01:24:18.565Z | Downloaded console v0.15.8 |
870 | 2024-07-25T01:24:18.567Z | Downloaded siphasher v0.3.11 |
871 | 2024-07-25T01:24:18.570Z | Downloaded strum_macros v0.24.3 |
872 | 2024-07-25T01:24:18.570Z | Downloaded smawk v0.3.2 |
873 | 2024-07-25T01:24:18.572Z | Downloaded structmeta v0.2.0 |
874 | 2024-07-25T01:24:18.575Z | Downloaded strip-ansi-escapes v0.2.0 |
875 | 2024-07-25T01:24:18.575Z | Downloaded tls_codec v0.4.1 |
876 | 2024-07-25T01:24:18.578Z | Downloaded stringprep v0.1.4 |
877 | 2024-07-25T01:24:18.578Z | Downloaded rustc_version v0.1.7 |
878 | 2024-07-25T01:24:18.578Z | Downloaded vte v0.11.1 |
879 | 2024-07-25T01:24:18.581Z | Downloaded erased-serde v0.3.31 |
880 | 2024-07-25T01:24:18.583Z | Downloaded darling_macro v0.20.9 |
881 | 2024-07-25T01:24:18.584Z | Downloaded termtree v0.4.1 |
882 | 2024-07-25T01:24:18.586Z | Downloaded num-traits v0.2.19 |
883 | 2024-07-25T01:24:18.597Z | Downloaded getrandom v0.1.16 |
884 | 2024-07-25T01:24:18.600Z | Downloaded endian-type v0.1.2 |
885 | 2024-07-25T01:24:18.600Z | Downloaded resolv-conf v0.7.0 |
886 | 2024-07-25T01:24:18.602Z | Downloaded relative-path v1.9.3 |
887 | 2024-07-25T01:24:18.605Z | Downloaded zone_cfg_derive v0.1.2 |
888 | 2024-07-25T01:24:18.605Z | Downloaded untrusted v0.7.1 |
889 | 2024-07-25T01:24:18.605Z | Downloaded float-cmp v0.9.0 |
890 | 2024-07-25T01:24:18.607Z | Downloaded crypto-bigint v0.5.5 |
891 | 2024-07-25T01:24:18.612Z | Downloaded backtrace v0.3.71 |
892 | 2024-07-25T01:24:18.617Z | Downloaded num-bigint v0.4.5 |
893 | 2024-07-25T01:24:18.621Z | Downloaded signal-hook-tokio v0.3.1 |
894 | 2024-07-25T01:24:18.624Z | Downloaded hyper-staticfile v0.9.5 |
895 | 2024-07-25T01:24:18.627Z | Downloaded home v0.5.9 |
896 | 2024-07-25T01:24:18.627Z | Downloaded diff v0.1.13 |
897 | 2024-07-25T01:24:18.629Z | Downloaded uuid v1.10.0 |
898 | 2024-07-25T01:24:18.632Z | Downloaded radium v0.7.0 |
899 | 2024-07-25T01:24:18.635Z | Downloaded slog-envlogger v2.2.0 |
900 | 2024-07-25T01:24:18.635Z | Downloaded dhcproto-macros v0.1.0 |
901 | 2024-07-25T01:24:18.637Z | Downloaded vte_generate_state_changes v0.1.1 |
902 | 2024-07-25T01:24:18.637Z | Downloaded shlex v1.3.0 |
903 | 2024-07-25T01:24:18.637Z | Downloaded rustc-hash v1.1.0 |
904 | 2024-07-25T01:24:18.640Z | Downloaded rtoolbox v0.0.2 |
905 | 2024-07-25T01:24:18.640Z | Downloaded p256 v0.13.2 |
906 | 2024-07-25T01:24:18.643Z | Downloaded stability v0.2.0 |
907 | 2024-07-25T01:24:18.646Z | Downloaded smallvec v0.6.14 |
908 | 2024-07-25T01:24:18.646Z | Downloaded termios v0.3.3 |
909 | 2024-07-25T01:24:18.648Z | Downloaded sec1 v0.7.3 |
910 | 2024-07-25T01:24:18.651Z | Downloaded guppy-workspace-hack v0.1.0 |
911 | 2024-07-25T01:24:18.651Z | Downloaded utf-8 v0.7.6 |
912 | 2024-07-25T01:24:18.653Z | Downloaded untrusted v0.9.0 |
913 | 2024-07-25T01:24:18.653Z | Downloaded unicase v2.7.0 |
914 | 2024-07-25T01:24:18.656Z | Downloaded defmt v0.3.8 |
915 | 2024-07-25T01:24:18.659Z | Downloaded pin-project v1.1.5 |
916 | 2024-07-25T01:24:18.668Z | Downloaded enum-as-inner v0.5.1 |
917 | 2024-07-25T01:24:18.671Z | Downloaded group v0.13.0 |
918 | 2024-07-25T01:24:18.673Z | Downloaded globset v0.4.14 |
919 | 2024-07-25T01:24:18.673Z | Downloaded tungstenite v0.20.1 |
920 | 2024-07-25T01:24:18.676Z | Downloaded const_format v0.2.32 |
921 | 2024-07-25T01:24:18.681Z | Downloaded zone v0.1.8 |
922 | 2024-07-25T01:24:18.683Z | Downloaded rfc6979 v0.4.0 |
923 | 2024-07-25T01:24:18.683Z | Downloaded aes v0.8.4 |
924 | 2024-07-25T01:24:18.686Z | Downloaded rand_core v0.6.4 |
925 | 2024-07-25T01:24:18.689Z | Downloaded signature v2.2.0 |
926 | 2024-07-25T01:24:18.691Z | Downloaded postgres-protocol v0.6.6 |
927 | 2024-07-25T01:24:18.691Z | Downloaded serde_path_to_error v0.1.16 |
928 | 2024-07-25T01:24:18.694Z | Downloaded foreign-types v0.5.0 |
929 | 2024-07-25T01:24:18.694Z | Downloaded downcast v0.11.0 |
930 | 2024-07-25T01:24:18.697Z | Downloaded ref-cast-impl v1.0.23 |
931 | 2024-07-25T01:24:18.697Z | Downloaded tabwriter v1.4.0 |
932 | 2024-07-25T01:24:18.700Z | Downloaded slog-stdlog v4.1.1 |
933 | 2024-07-25T01:24:18.700Z | Downloaded slog-dtrace v0.3.0 |
934 | 2024-07-25T01:24:18.703Z | Downloaded sct v0.7.1 |
935 | 2024-07-25T01:24:18.705Z | Downloaded foreign-types-macros v0.2.3 |
936 | 2024-07-25T01:24:18.705Z | Downloaded hostname v0.4.0 |
937 | 2024-07-25T01:24:18.708Z | Downloaded tempfile v3.10.1 |
938 | 2024-07-25T01:24:18.711Z | Downloaded data-encoding v2.6.0 |
939 | 2024-07-25T01:24:18.711Z | Downloaded fragile v2.0.0 |
940 | 2024-07-25T01:24:18.714Z | Downloaded diesel_derives v2.1.4 |
941 | 2024-07-25T01:24:18.717Z | Downloaded pretty-hex v0.2.1 |
942 | 2024-07-25T01:24:18.722Z | Downloaded ref-cast v1.0.23 |
943 | 2024-07-25T01:24:18.724Z | Downloaded env_logger v0.10.2 |
944 | 2024-07-25T01:24:18.724Z | Downloaded env_logger v0.9.3 |
945 | 2024-07-25T01:24:18.727Z | Downloaded libxml v0.3.3 |
946 | 2024-07-25T01:24:18.731Z | Downloaded r2d2 v0.8.10 |
947 | 2024-07-25T01:24:18.733Z | Downloaded ident_case v1.0.1 |
948 | 2024-07-25T01:24:18.733Z | Downloaded rand_chacha v0.2.2 |
949 | 2024-07-25T01:24:18.736Z | Downloaded hyper-rustls v0.24.2 |
950 | 2024-07-25T01:24:18.739Z | Downloaded postcard v1.0.8 |
951 | 2024-07-25T01:24:18.741Z | Downloaded pkcs8 v0.10.2 |
952 | 2024-07-25T01:24:18.744Z | Downloaded http-range v0.1.5 |
953 | 2024-07-25T01:24:18.747Z | Downloaded http-body v1.0.0 |
954 | 2024-07-25T01:24:18.747Z | Downloaded ecdsa v0.16.9 |
955 | 2024-07-25T01:24:18.749Z | Downloaded iana-time-zone v0.1.60 |
956 | 2024-07-25T01:24:18.752Z | Downloaded string_cache v0.8.7 |
957 | 2024-07-25T01:24:18.752Z | Downloaded httptest v0.15.5 |
958 | 2024-07-25T01:24:18.755Z | Downloaded serde_yaml v0.9.34+deprecated |
959 | 2024-07-25T01:24:18.757Z | Downloaded samael v0.0.15 |
960 | 2024-07-25T01:24:18.761Z | Downloaded doc-comment v0.3.3 |
961 | 2024-07-25T01:24:18.764Z | Downloaded which v4.4.2 |
962 | 2024-07-25T01:24:18.764Z | Downloaded display-error-chain v0.2.0 |
963 | 2024-07-25T01:24:18.767Z | Downloaded hex-literal v0.4.1 |
964 | 2024-07-25T01:24:18.767Z | Downloaded heapless v0.8.0 |
965 | 2024-07-25T01:24:18.770Z | Downloaded psl-types v2.0.11 |
966 | 2024-07-25T01:24:18.773Z | Downloaded highway v1.1.0 |
967 | 2024-07-25T01:24:18.775Z | Downloaded derive_builder_core v0.20.0 |
968 | 2024-07-25T01:24:18.775Z | Downloaded test-strategy v0.3.1 |
969 | 2024-07-25T01:24:18.779Z | Downloaded polyval v0.6.2 |
970 | 2024-07-25T01:24:18.781Z | Downloaded ppv-lite86 v0.2.17 |
971 | 2024-07-25T01:24:18.784Z | Downloaded derive_builder v0.20.0 |
972 | 2024-07-25T01:24:18.787Z | Downloaded supports-color v3.0.0 |
973 | 2024-07-25T01:24:18.790Z | Downloaded half v2.4.1 |
974 | 2024-07-25T01:24:18.792Z | Downloaded pkcs1 v0.7.5 |
975 | 2024-07-25T01:24:18.792Z | Downloaded headers-core v0.2.0 |
976 | 2024-07-25T01:24:18.795Z | Downloaded gethostname v0.4.3 |
977 | 2024-07-25T01:24:18.795Z | Downloaded similar v2.5.0 |
978 | 2024-07-25T01:24:18.799Z | Downloaded elliptic-curve v0.13.8 |
979 | 2024-07-25T01:24:18.803Z | Downloaded embedded-io v0.4.0 |
980 | 2024-07-25T01:24:18.805Z | Downloaded rstest v0.19.0 |
981 | 2024-07-25T01:24:18.809Z | Downloaded pem v3.0.4 |
982 | 2024-07-25T01:24:18.812Z | Downloaded universal-hash v0.5.1 |
983 | 2024-07-25T01:24:18.812Z | Downloaded threadpool v1.8.1 |
984 | 2024-07-25T01:24:18.815Z | Downloaded target-spec v3.1.0 |
985 | 2024-07-25T01:24:18.815Z | Downloaded subtle v2.5.0 |
986 | 2024-07-25T01:24:18.817Z | Downloaded serde-hex v0.1.0 |
987 | 2024-07-25T01:24:18.817Z | Downloaded semver v0.1.20 |
988 | 2024-07-25T01:24:18.820Z | Downloaded hyper-util v0.1.3 |
989 | 2024-07-25T01:24:18.823Z | Downloaded der v0.7.9 |
990 | 2024-07-25T01:24:18.826Z | Downloaded trust-dns-server v0.22.1 |
991 | 2024-07-25T01:24:18.831Z | Downloaded dirs-sys v0.4.1 |
992 | 2024-07-25T01:24:18.834Z | Downloaded dyn-clone v1.0.17 |
993 | 2024-07-25T01:24:18.834Z | Downloaded shell-words v1.1.0 |
994 | 2024-07-25T01:24:18.837Z | Downloaded toolchain_find v0.4.0 |
995 | 2024-07-25T01:24:18.837Z | Downloaded rand_chacha v0.3.1 |
996 | 2024-07-25T01:24:18.839Z | Downloaded proc-macro-crate v1.3.1 |
997 | 2024-07-25T01:24:18.839Z | Downloaded yasna v0.5.2 |
998 | 2024-07-25T01:24:18.842Z | Downloaded dhcproto v0.11.0 |
999 | 2024-07-25T01:24:18.845Z | Downloaded primeorder v0.13.6 |
1000 | 2024-07-25T01:24:18.845Z | Downloaded unicode-xid v0.2.4 |
1001 | 2024-07-25T01:24:18.847Z | Downloaded target-lexicon v0.12.14 |
1002 | 2024-07-25T01:24:18.850Z | Downloaded pem-rfc7468 v0.7.0 |
1003 | 2024-07-25T01:24:18.850Z | Downloaded peg-macros v0.8.4 |
1004 | 2024-07-25T01:24:18.853Z | Downloaded trust-dns-resolver v0.22.0 |
1005 | 2024-07-25T01:24:18.856Z | Downloaded humantime v2.1.0 |
1006 | 2024-07-25T01:24:18.858Z | Downloaded rpassword v7.3.1 |
1007 | 2024-07-25T01:24:18.858Z | Downloaded poly1305 v0.8.0 |
1008 | 2024-07-25T01:24:18.861Z | Downloaded heapless v0.7.17 |
1009 | 2024-07-25T01:24:18.864Z | Downloaded hash32 v0.3.1 |
1010 | 2024-07-25T01:24:18.867Z | Downloaded hash32 v0.2.1 |
1011 | 2024-07-25T01:24:18.867Z | Downloaded sigpipe v0.1.3 |
1012 | 2024-07-25T01:24:18.870Z | Downloaded pin-project-internal v1.1.5 |
1013 | 2024-07-25T01:24:18.870Z | Downloaded ff v0.13.0 |
1014 | 2024-07-25T01:24:18.873Z | Downloaded ed25519 v2.2.3 |
1015 | 2024-07-25T01:24:18.873Z | Downloaded itertools v0.10.5 |
1016 | 2024-07-25T01:24:18.878Z | Downloaded criterion v0.5.1 |
1017 | 2024-07-25T01:24:18.884Z | Downloaded spki v0.7.3 |
1018 | 2024-07-25T01:24:18.887Z | Downloaded strum_macros v0.25.3 |
1019 | 2024-07-25T01:24:18.889Z | Downloaded toml v0.7.8 |
1020 | 2024-07-25T01:24:18.892Z | Downloaded snafu-derive v0.8.2 |
1021 | 2024-07-25T01:24:18.892Z | Downloaded crossterm v0.27.0 |
1022 | 2024-07-25T01:24:18.898Z | Downloaded serde_repr v0.1.19 |
1023 | 2024-07-25T01:24:18.901Z | Downloaded topological-sort v0.2.2 |
1024 | 2024-07-25T01:24:18.901Z | Downloaded postgres-types v0.2.6 |
1025 | 2024-07-25T01:24:18.904Z | Downloaded toml v0.5.11 |
1026 | 2024-07-25T01:24:18.907Z | Downloaded wyz v0.5.1 |
1027 | 2024-07-25T01:24:18.907Z | Downloaded tiny-keccak v2.0.2 |
1028 | 2024-07-25T01:24:18.909Z | Downloaded rust-argon2 v2.1.0 |
1029 | 2024-07-25T01:24:18.912Z | Downloaded num-bigint-dig v0.8.4 |
1030 | 2024-07-25T01:24:18.915Z | Downloaded rusty-fork v0.3.0 |
1031 | 2024-07-25T01:24:18.918Z | Downloaded hyper-rustls v0.26.0 |
1032 | 2024-07-25T01:24:18.920Z | Downloaded prettyplease v0.2.20 |
1033 | 2024-07-25T01:24:18.923Z | Downloaded headers v0.3.9 |
1034 | 2024-07-25T01:24:18.927Z | Downloaded p521 v0.13.3 |
1035 | 2024-07-25T01:24:18.930Z | Downloaded unicode-linebreak v0.1.5 |
1036 | 2024-07-25T01:24:18.933Z | Downloaded glob v0.3.1 |
1037 | 2024-07-25T01:24:18.933Z | Downloaded rstest_macros v0.19.0 |
1038 | 2024-07-25T01:24:18.936Z | Downloaded aes-gcm v0.10.3 |
1039 | 2024-07-25T01:24:18.939Z | Downloaded serde_derive_internals v0.29.1 |
1040 | 2024-07-25T01:24:18.942Z | Downloaded rustls-pemfile v2.1.2 |
1041 | 2024-07-25T01:24:18.944Z | Downloaded tls_codec_derive v0.4.1 |
1042 | 2024-07-25T01:24:18.944Z | Downloaded typed-path v0.7.1 |
1043 | 2024-07-25T01:24:18.949Z | Downloaded fatfs v0.3.6 |
1044 | 2024-07-25T01:24:18.952Z | Downloaded fixedbitset v0.4.2 |
1045 | 2024-07-25T01:24:18.955Z | Downloaded fxhash v0.2.1 |
1046 | 2024-07-25T01:24:18.955Z | Downloaded fd-lock v4.0.2 |
1047 | 2024-07-25T01:24:18.957Z | Downloaded yansi v0.5.1 |
1048 | 2024-07-25T01:24:18.957Z | Downloaded ena v0.14.3 |
1049 | 2024-07-25T01:24:18.960Z | Downloaded rustls-native-certs v0.7.0 |
1050 | 2024-07-25T01:24:18.963Z | Downloaded flume v0.11.0 |
1051 | 2024-07-25T01:24:18.965Z | Downloaded libm v0.2.8 |
1052 | 2024-07-25T01:24:18.971Z | Downloaded signal-hook v0.3.17 |
1053 | 2024-07-25T01:24:18.974Z | Downloaded tracing-attributes v0.1.27 |
1054 | 2024-07-25T01:24:18.977Z | Downloaded rustls-pki-types v1.7.0 |
1055 | 2024-07-25T01:24:18.979Z | Downloaded aho-corasick v1.1.3 |
1056 | 2024-07-25T01:24:18.984Z | Downloaded subprocess v0.2.9 |
1057 | 2024-07-25T01:24:18.986Z | Downloaded serde_arrays v0.1.0 |
1058 | 2024-07-25T01:24:18.989Z | Downloaded serde_with_macros v3.8.3 |
1059 | 2024-07-25T01:24:18.989Z | Downloaded schemars v0.8.21 |
1060 | 2024-07-25T01:24:18.999Z | Downloaded itertools v0.13.0 |
1061 | 2024-07-25T01:24:19.006Z | Downloaded rustc-demangle v0.1.24 |
1062 | 2024-07-25T01:24:19.009Z | Downloaded socket2 v0.4.10 |
1063 | 2024-07-25T01:24:19.011Z | Downloaded rustyline v14.0.0 |
1064 | 2024-07-25T01:24:19.014Z | Downloaded tokio-rustls v0.24.1 |
1065 | 2024-07-25T01:24:19.017Z | Downloaded blake3 v1.5.1 |
1066 | 2024-07-25T01:24:19.023Z | Downloaded rsa v0.9.6 |
1067 | 2024-07-25T01:24:19.028Z | Downloaded derive-where v1.2.7 |
1068 | 2024-07-25T01:24:19.031Z | Downloaded ron v0.7.1 |
1069 | 2024-07-25T01:24:19.035Z | Downloaded ed25519-dalek v2.1.1 |
1070 | 2024-07-25T01:24:19.038Z | Downloaded pretty_assertions v1.4.0 |
1071 | 2024-07-25T01:24:19.040Z | Downloaded tokio-postgres v0.7.10 |
1072 | 2024-07-25T01:24:19.044Z | Downloaded unsafe-libyaml v0.2.11 |
1073 | 2024-07-25T01:24:19.047Z | Downloaded zerocopy v0.6.6 |
1074 | 2024-07-25T01:24:19.050Z | Downloaded rayon-core v1.12.1 |
1075 | 2024-07-25T01:24:19.053Z | Downloaded rcgen v0.12.1 |
1076 | 2024-07-25T01:24:19.055Z | Downloaded russh v0.43.0 |
1077 | 2024-07-25T01:24:19.060Z | Downloaded snafu v0.8.2 |
1078 | 2024-07-25T01:24:19.065Z | Downloaded steno v0.4.1 |
1079 | 2024-07-25T01:24:19.069Z | Downloaded publicsuffix v2.2.3 |
1080 | 2024-07-25T01:24:19.072Z | Downloaded regex-automata v0.1.10 |
1081 | 2024-07-25T01:24:19.077Z | Downloaded fancy-regex v0.13.0 |
1082 | 2024-07-25T01:24:19.080Z | Downloaded unicode_categories v0.1.1 |
1083 | 2024-07-25T01:24:19.083Z | Downloaded hashbrown v0.13.2 |
1084 | 2024-07-25T01:24:19.086Z | Downloaded unicode-segmentation v1.11.0 |
1085 | 2024-07-25T01:24:19.089Z | Downloaded ron v0.8.1 |
1086 | 2024-07-25T01:24:19.094Z | Downloaded quick-xml v0.31.0 |
1087 | 2024-07-25T01:24:19.099Z | Downloaded hashbrown v0.12.3 |
1088 | 2024-07-25T01:24:19.103Z | Downloaded lalrpop v0.19.12 |
1089 | 2024-07-25T01:24:19.119Z | Downloaded rand v0.7.3 |
1090 | 2024-07-25T01:24:19.122Z | Downloaded x509-cert v0.2.5 |
1091 | 2024-07-25T01:24:19.124Z | Downloaded hyper v1.3.1 |
1092 | 2024-07-25T01:24:19.130Z | Downloaded serde_with v3.8.3 |
1093 | 2024-07-25T01:24:19.138Z | Downloaded tower v0.4.13 |
1094 | 2024-07-25T01:24:19.146Z | Downloaded bitvec v1.0.1 |
1095 | 2024-07-25T01:24:19.160Z | Downloaded portable-atomic v1.6.0 |
1096 | 2024-07-25T01:24:19.165Z | Downloaded idna v0.3.0 |
1097 | 2024-07-25T01:24:19.171Z | Downloaded winnow v0.5.40 |
1098 | 2024-07-25T01:24:19.179Z | Downloaded reedline v0.31.0 |
1099 | 2024-07-25T01:24:19.186Z | Downloaded hkdf v0.12.4 |
1100 | 2024-07-25T01:24:19.189Z | Downloaded guppy v0.17.5 |
1101 | 2024-07-25T01:24:19.194Z | Downloaded rayon v1.10.0 |
1102 | 2024-07-25T01:24:19.202Z | Downloaded object v0.30.4 |
1103 | 2024-07-25T01:24:19.211Z | Downloaded object v0.32.2 |
1104 | 2024-07-25T01:24:19.221Z | Downloaded proptest v1.4.0 |
1105 | 2024-07-25T01:24:19.230Z | Downloaded rustls-webpki v0.102.4 |
1106 | 2024-07-25T01:24:19.246Z | Downloaded sqlparser v0.45.0 |
1107 | 2024-07-25T01:24:19.251Z | Downloaded regex v1.10.5 |
1108 | 2024-07-25T01:24:19.263Z | Downloaded radix_trie v0.2.1 |
1109 | 2024-07-25T01:24:19.268Z | Downloaded nix v0.28.0 |
1110 | 2024-07-25T01:24:19.278Z | Downloaded polar-core v0.27.3 |
1111 | 2024-07-25T01:24:19.286Z | Downloaded gimli v0.28.1 |
1112 | 2024-07-25T01:24:19.294Z | Downloaded trust-dns-proto v0.22.0 |
1113 | 2024-07-25T01:24:19.305Z | Downloaded regex-syntax v0.8.3 |
1114 | 2024-07-25T01:24:19.312Z | Downloaded openapiv3 v2.0.0 |
1115 | 2024-07-25T01:24:19.323Z | Downloaded regex-syntax v0.6.29 |
1116 | 2024-07-25T01:24:19.330Z | Downloaded smoltcp v0.11.0 |
1117 | 2024-07-25T01:24:19.341Z | Downloaded diesel v2.1.6 |
1118 | 2024-07-25T01:24:19.357Z | Downloaded rustls v0.22.4 |
1119 | 2024-07-25T01:24:19.369Z | Downloaded regex-automata v0.4.6 |
1120 | 2024-07-25T01:24:19.385Z | Downloaded regress v0.9.1 |
1121 | 2024-07-25T01:24:19.393Z | Downloaded bstr v1.9.1 |
1122 | 2024-07-25T01:24:19.402Z | Downloaded bstr v0.2.17 |
1123 | 2024-07-25T01:24:19.411Z | Downloaded sled v0.34.7 |
1124 | 2024-07-25T01:24:19.421Z | Downloaded rustls v0.21.12 |
1125 | 2024-07-25T01:24:19.431Z | Downloaded zerocopy-derive v0.6.6 |
1126 | 2024-07-25T01:24:19.439Z | Downloaded ratatui v0.27.0 |
1127 | 2024-07-25T01:24:19.457Z | Downloaded curve25519-dalek v4.1.3 |
1128 | 2024-07-25T01:24:19.464Z | Downloaded webpki-roots v0.25.4 |
1129 | 2024-07-25T01:24:19.468Z | Downloaded smoltcp v0.9.1 |
1130 | 2024-07-25T01:24:19.477Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1131 | 2024-07-25T01:24:19.488Z | Downloaded nix v0.27.1 |
1132 | 2024-07-25T01:24:19.498Z | Downloaded idna v0.2.3 |
1133 | 2024-07-25T01:24:19.504Z | Downloaded rustls-webpki v0.101.7 |
1134 | 2024-07-25T01:24:19.517Z | Downloaded bindgen v0.69.4 |
1135 | 2024-07-25T01:24:19.525Z | Downloaded petgraph v0.6.5 |
1136 | 2024-07-25T01:24:19.541Z | Downloaded finl_unicode v1.2.0 |
1137 | 2024-07-25T01:24:19.553Z | Downloaded sha3 v0.10.8 |
1138 | 2024-07-25T01:24:19.556Z | Downloaded csv v1.3.0 |
1139 | 2024-07-25T01:24:19.575Z | Downloaded http v1.1.0 |
1140 | 2024-07-25T01:24:19.578Z | Downloaded plotters v0.3.5 |
1141 | 2024-07-25T01:24:19.586Z | Downloaded chrono v0.4.38 |
1142 | 2024-07-25T01:24:19.592Z | Downloaded tough v0.17.1 |
1143 | 2024-07-25T01:24:19.599Z | Downloaded zip v0.6.6 |
1144 | 2024-07-25T01:24:19.603Z | Downloaded trust-dns-client v0.22.0 |
1145 | 2024-07-25T01:24:19.608Z | Downloaded rand_core v0.5.1 |
1146 | 2024-07-25T01:24:19.610Z | Downloaded rustc_version v0.4.0 |
1147 | 2024-07-25T01:24:19.610Z | Downloaded sqlformat v0.2.4 |
1148 | 2024-07-25T01:24:19.613Z | Downloaded futures-timer v3.0.3 |
1149 | 2024-07-25T01:24:19.613Z | Downloaded nom v7.1.3 |
1150 | 2024-07-25T01:24:19.618Z | Downloaded unicode-truncate v1.0.0 |
1151 | 2024-07-25T01:24:19.620Z | Downloaded der_derive v0.7.2 |
1152 | 2024-07-25T01:24:19.623Z | Downloaded expectorate v1.1.0 |
1153 | 2024-07-25T01:24:19.623Z | Downloaded derive_more v0.99.18 |
1154 | 2024-07-25T01:24:19.627Z | Downloaded textwrap v0.16.1 |
1155 | 2024-07-25T01:24:19.629Z | Downloaded whoami v1.5.1 |
1156 | 2024-07-25T01:24:19.631Z | Downloaded tokio-tungstenite v0.21.0 |
1157 | 2024-07-25T01:24:19.634Z | Downloaded tokio-tungstenite v0.20.1 |
1158 | 2024-07-25T01:24:19.637Z | Downloaded secrecy v0.8.0 |
1159 | 2024-07-25T01:24:19.637Z | Downloaded stable_deref_trait v1.2.0 |
1160 | 2024-07-25T01:24:19.637Z | Downloaded russh-keys v0.43.0 |
1161 | 2024-07-25T01:24:19.640Z | Downloaded toml_edit v0.19.15 |
1162 | 2024-07-25T01:24:19.653Z | Downloaded rand_distr v0.4.3 |
1163 | 2024-07-25T01:24:19.655Z | Downloaded rand v0.8.5 |
1164 | 2024-07-25T01:24:19.660Z | Downloaded predicates-tree v1.0.9 |
1165 | 2024-07-25T01:24:19.660Z | Downloaded hmac v0.12.1 |
1166 | 2024-07-25T01:24:19.664Z | Downloaded tungstenite v0.21.0 |
1167 | 2024-07-25T01:24:19.664Z | Downloaded phf v0.11.2 |
1168 | 2024-07-25T01:24:19.667Z | Downloaded minimal-lexical v0.2.1 |
1169 | 2024-07-25T01:24:19.670Z | Downloaded funty v2.0.0 |
1170 | 2024-07-25T01:24:19.670Z | Downloaded tap v1.0.1 |
1171 | 2024-07-25T01:24:19.672Z | Downloaded tokio-stream v0.1.15 |
1172 | 2024-07-25T01:24:19.675Z | Downloaded itertools v0.12.1 |
1173 | 2024-07-25T01:24:19.680Z | Downloaded ring v0.16.20 |
1174 | 2024-07-25T01:24:19.755Z | Downloaded quick-error v1.2.3 |
1175 | 2024-07-25T01:24:19.758Z | Downloaded plotters-backend v0.3.5 |
1176 | 2024-07-25T01:24:19.758Z | Downloaded scheduled-thread-pool v0.2.7 |
1177 | 2024-07-25T01:24:19.758Z | Downloaded unarray v0.1.4 |
1178 | 2024-07-25T01:24:19.761Z | Downloaded getrandom v0.2.14 |
1179 | 2024-07-25T01:24:19.765Z | Downloaded oso v0.27.3 |
1180 | 2024-07-25T01:24:19.767Z | Downloaded sqlparser_derive v0.2.2 |
1181 | 2024-07-25T01:24:19.767Z | Downloaded schemars_derive v0.8.21 |
1182 | 2024-07-25T01:24:19.767Z | Downloaded tinytemplate v1.2.1 |
1183 | 2024-07-25T01:24:19.768Z | Downloaded trybuild v1.0.97 |
1184 | 2024-07-25T01:24:19.771Z | Downloaded chacha20poly1305 v0.10.1 |
1185 | 2024-07-25T01:24:19.773Z | Downloaded flagset v0.4.5 |
1186 | 2024-07-25T01:24:19.776Z | Downloaded fastrand v2.1.0 |
1187 | 2024-07-25T01:24:19.776Z | Downloaded either v1.12.0 |
1188 | 2024-07-25T01:24:19.778Z | Downloaded defmt-parser v0.3.4 |
1189 | 2024-07-25T01:24:19.778Z | Downloaded defmt-macros v0.3.9 |
1190 | 2024-07-25T01:24:19.781Z | Downloaded debug-ignore v1.0.5 |
1191 | 2024-07-25T01:24:19.781Z | Downloaded datatest-stable v0.2.9 |
1192 | 2024-07-25T01:24:19.784Z | Downloaded walkdir v2.5.0 |
1193 | 2024-07-25T01:24:19.786Z | Downloaded wait-timeout v0.2.0 |
1194 | 2024-07-25T01:24:19.786Z | Downloaded tokio-rustls v0.25.0 |
1195 | 2024-07-25T01:24:19.789Z | Downloaded smf v0.2.3 |
1196 | 2024-07-25T01:24:19.789Z | Downloaded multer v3.1.0 |
1197 | 2024-07-25T01:24:19.792Z | Downloaded compact_str v0.7.1 |
1198 | 2024-07-25T01:24:19.794Z | Downloaded getopts v0.2.21 |
1199 | 2024-07-25T01:24:19.794Z | Downloaded password-hash v0.4.2 |
1200 | 2024-07-25T01:24:19.797Z | Downloaded darling v0.20.9 |
1201 | 2024-07-25T01:24:19.799Z | Downloaded heck v0.3.3 |
1202 | 2024-07-25T01:24:19.802Z | Downloaded ahash v0.8.11 |
1203 | 2024-07-25T01:24:19.805Z | Downloaded zeroize_derive v1.4.2 |
1204 | 2024-07-25T01:24:19.805Z | Downloaded ciborium v0.2.2 |
1205 | 2024-07-25T01:24:19.807Z | Downloaded cancel-safe-futures v0.1.5 |
1206 | 2024-07-25T01:24:19.810Z | Downloaded indicatif v0.17.8 |
1207 | 2024-07-25T01:24:19.813Z | Downloaded arc-swap v1.7.1 |
1208 | 2024-07-25T01:24:19.816Z | Downloaded parking_lot_core v0.8.6 |
1209 | 2024-07-25T01:24:19.818Z | Downloaded similar-asserts v1.5.0 |
1210 | 2024-07-25T01:24:19.818Z | Downloaded pbkdf2 v0.12.2 |
1211 | 2024-07-25T01:24:19.821Z | Downloaded colored v2.1.0 |
1212 | 2024-07-25T01:24:19.821Z | Downloaded signal-hook-mio v0.2.3 |
1213 | 2024-07-25T01:24:19.823Z | Downloaded serde_plain v1.0.2 |
1214 | 2024-07-25T01:24:19.823Z | Downloaded portpicker v0.1.1 |
1215 | 2024-07-25T01:24:19.823Z | Downloaded parse-display v0.9.1 |
1216 | 2024-07-25T01:24:19.826Z | Downloaded oorandom v11.1.3 |
1217 | 2024-07-25T01:24:19.826Z | Downloaded olpc-cjson v0.1.3 |
1218 | 2024-07-25T01:24:19.826Z | Downloaded memoffset v0.9.1 |
1219 | 2024-07-25T01:24:19.828Z | Downloaded hubpack_derive v0.1.1 |
1220 | 2024-07-25T01:24:19.828Z | Downloaded sha1 v0.10.6 |
1221 | 2024-07-25T01:24:19.829Z | Downloaded num-derive v0.4.2 |
1222 | 2024-07-25T01:24:19.834Z | Downloaded cookie_store v0.20.0 |
1223 | 2024-07-25T01:24:19.834Z | Downloaded cfg-expr v0.15.8 |
1224 | 2024-07-25T01:24:19.838Z | Downloaded escape8259 v0.5.2 |
1225 | 2024-07-25T01:24:19.838Z | Downloaded crc-any v2.5.0 |
1226 | 2024-07-25T01:24:19.838Z | Downloaded blake2 v0.10.6 |
1227 | 2024-07-25T01:24:19.841Z | Downloaded impl-trait-for-tuples v0.2.2 |
1228 | 2024-07-25T01:24:19.843Z | Downloaded argon2 v0.5.3 |
1229 | 2024-07-25T01:24:19.843Z | Downloaded new_debug_unreachable v1.0.6 |
1230 | 2024-07-25T01:24:19.846Z | Downloaded mockall_derive v0.12.1 |
1231 | 2024-07-25T01:24:19.846Z | Downloaded lazycell v1.3.0 |
1232 | 2024-07-25T01:24:19.848Z | Downloaded kstat-rs v0.2.4 |
1233 | 2024-07-25T01:24:19.849Z | Downloaded cbc v0.1.2 |
1234 | 2024-07-25T01:24:19.849Z | Downloaded block-padding v0.3.3 |
1235 | 2024-07-25T01:24:19.851Z | Downloaded bit-vec v0.6.3 |
1236 | 2024-07-25T01:24:19.851Z | Downloaded newtype-uuid v1.1.0 |
1237 | 2024-07-25T01:24:19.851Z | Downloaded cstr-argument v0.1.2 |
1238 | 2024-07-25T01:24:19.854Z | Downloaded ring v0.17.8 |
1239 | 2024-07-25T01:24:19.920Z | Downloaded bitstruct v0.1.1 |
1240 | 2024-07-25T01:24:19.923Z | Downloaded bit-set v0.5.3 |
1241 | 2024-07-25T01:24:19.923Z | Downloaded parse-display-derive v0.9.1 |
1242 | 2024-07-25T01:24:19.923Z | Downloaded mockall v0.12.1 |
1243 | 2024-07-25T01:24:19.926Z | Downloaded darling_core v0.20.9 |
1244 | 2024-07-25T01:24:19.929Z | Downloaded cipher v0.4.4 |
1245 | 2024-07-25T01:24:19.931Z | Downloaded chacha20 v0.9.1 |
1246 | 2024-07-25T01:24:19.931Z | Downloaded cassowary v0.3.0 |
1247 | 2024-07-25T01:24:19.934Z | Downloaded blowfish v0.9.1 |
1248 | 2024-07-25T01:24:19.934Z | Downloaded maplit v1.0.2 |
1249 | 2024-07-25T01:24:19.937Z | Downloaded lru-cache v0.1.2 |
1250 | 2024-07-25T01:24:19.937Z | Downloaded linked-hash-map v0.5.6 |
1251 | 2024-07-25T01:24:19.937Z | Downloaded internet-checksum v0.2.1 |
1252 | 2024-07-25T01:24:19.939Z | Downloaded inout v0.1.3 |
1253 | 2024-07-25T01:24:19.939Z | Downloaded anes v0.1.6 |
1254 | 2024-07-25T01:24:19.942Z | Downloaded lru v0.12.3 |
1255 | 2024-07-25T01:24:19.942Z | Downloaded libefi-sys v0.1.0 |
1256 | 2024-07-25T01:24:19.945Z | Downloaded lazy_static v1.5.0 |
1257 | 2024-07-25T01:24:19.945Z | Downloaded assert_cmd v2.0.14 |
1258 | 2024-07-25T01:24:19.945Z | Downloaded arrayvec v0.7.4 |
1259 | 2024-07-25T01:24:19.948Z | Downloaded assert_matches v1.5.0 |
1260 | 2024-07-25T01:24:19.948Z | Downloaded arrayref v0.3.7 |
1261 | 2024-07-25T01:24:20.577Z | Compiling serde v1.0.204 |
1262 | 2024-07-25T01:24:20.578Z | Checking cfg-if v1.0.0 |
1263 | 2024-07-25T01:24:20.647Z | Compiling libm v0.2.8 |
1264 | 2024-07-25T01:24:20.647Z | Compiling num-traits v0.2.19 |
1265 | 2024-07-25T01:24:20.668Z | Checking libc v0.2.155 |
1266 | 2024-07-25T01:24:20.688Z | Compiling syn v2.0.72 |
1267 | 2024-07-25T01:24:20.691Z | Compiling ahash v0.8.11 |
1268 | 2024-07-25T01:24:20.704Z | Compiling getrandom v0.2.14 |
1269 | 2024-07-25T01:24:20.738Z | Compiling serde_json v1.0.120 |
1270 | 2024-07-25T01:24:20.949Z | Compiling generic-array v0.14.7 |
1271 | 2024-07-25T01:24:21.061Z | Compiling log v0.4.21 |
1272 | 2024-07-25T01:24:21.106Z | Checking scopeguard v1.2.0 |
1273 | 2024-07-25T01:24:21.109Z | Checking memchr v2.7.2 |
1274 | 2024-07-25T01:24:21.171Z | Checking itoa v1.0.11 |
1275 | 2024-07-25T01:24:21.259Z | Checking lock_api v0.4.12 |
1276 | 2024-07-25T01:24:21.307Z | Compiling allocator-api2 v0.2.18 |
1277 | 2024-07-25T01:24:21.429Z | Compiling syn v1.0.109 |
1278 | 2024-07-25T01:24:21.491Z | Checking byteorder v1.5.0 |
1279 | 2024-07-25T01:24:21.671Z | Compiling schemars v0.8.21 |
1280 | 2024-07-25T01:24:21.898Z | Checking smallvec v1.13.2 |
1281 | 2024-07-25T01:24:21.966Z | Compiling ring v0.17.8 |
1282 | 2024-07-25T01:24:21.989Z | Compiling time-macros v0.2.18 |
1283 | 2024-07-25T01:24:21.992Z | Checking rand_core v0.6.4 |
1284 | 2024-07-25T01:24:22.085Z | Compiling slog v2.7.0 |
1285 | 2024-07-25T01:24:22.229Z | Checking once_cell v1.19.0 |
1286 | 2024-07-25T01:24:22.286Z | Compiling aho-corasick v1.1.3 |
1287 | 2024-07-25T01:24:22.587Z | Compiling regex-syntax v0.8.3 |
1288 | 2024-07-25T01:24:22.729Z | Checking parking_lot_core v0.9.10 |
1289 | 2024-07-25T01:24:24.355Z | Checking parking_lot v0.12.2 |
1290 | 2024-07-25T01:24:24.748Z | Checking pin-project-lite v0.2.14 |
1291 | 2024-07-25T01:24:25.781Z | Compiling crossbeam-utils v0.8.19 |
1292 | 2024-07-25T01:24:25.809Z | Compiling iana-time-zone v0.1.60 |
1293 | 2024-07-25T01:24:25.857Z | Compiling spin v0.9.8 |
1294 | 2024-07-25T01:24:26.241Z | Compiling regex-automata v0.4.6 |
1295 | 2024-07-25T01:24:26.264Z | Checking signal-hook-registry v1.4.2 |
1296 | 2024-07-25T01:24:26.391Z | Checking mio v0.8.11 |
1297 | 2024-07-25T01:24:26.514Z | Compiling rustls v0.21.12 |
1298 | 2024-07-25T01:24:27.017Z | Checking num_cpus v1.16.0 |
1299 | 2024-07-25T01:24:27.135Z | Compiling cookie v0.17.0 |
1300 | 2024-07-25T01:24:27.155Z | Compiling dyn-clone v1.0.17 |
1301 | 2024-07-25T01:24:27.374Z | Compiling backtrace v0.3.71 |
1302 | 2024-07-25T01:24:27.468Z | Checking typenum v1.17.0 |
1303 | 2024-07-25T01:24:27.858Z | Checking futures-core v0.3.30 |
1304 | 2024-07-25T01:24:28.064Z | Compiling serde_derive_internals v0.29.1 |
1305 | 2024-07-25T01:24:28.221Z | Checking socket2 v0.5.7 |
1306 | 2024-07-25T01:24:28.914Z | Compiling anyhow v1.0.86 |
1307 | 2024-07-25T01:24:29.112Z | Checking ryu v1.0.18 |
1308 | 2024-07-25T01:24:29.486Z | Checking subtle v2.5.0 |
1309 | 2024-07-25T01:24:29.694Z | Compiling unicode-normalization v0.1.23 |
1310 | 2024-07-25T01:24:29.752Z | Compiling unicode-bidi v0.3.15 |
1311 | 2024-07-25T01:24:29.867Z | Compiling untrusted v0.9.0 |
1312 | 2024-07-25T01:24:30.053Z | Compiling either v1.12.0 |
1313 | 2024-07-25T01:24:30.454Z | Checking futures-sink v0.3.30 |
1314 | 2024-07-25T01:24:30.596Z | Compiling winnow v0.5.40 |
1315 | 2024-07-25T01:24:30.769Z | Compiling const-oid v0.9.6 |
1316 | 2024-07-25T01:24:30.962Z | Compiling time v0.3.36 |
1317 | 2024-07-25T01:24:31.343Z | Checking futures-channel v0.3.30 |
1318 | 2024-07-25T01:24:31.708Z | Compiling regex v1.10.5 |
1319 | 2024-07-25T01:24:32.748Z | Checking slab v0.4.9 |
1320 | 2024-07-25T01:24:32.845Z | Checking futures-task v0.3.30 |
1321 | 2024-07-25T01:24:33.013Z | Checking pin-utils v0.1.0 |
1322 | 2024-07-25T01:24:33.094Z | Checking futures-io v0.3.30 |
1323 | 2024-07-25T01:24:33.277Z | Compiling signal-hook v0.3.17 |
1324 | 2024-07-25T01:24:34.306Z | Compiling rustls-webpki v0.101.7 |
1325 | 2024-07-25T01:24:34.416Z | Compiling sct v0.7.1 |
1326 | 2024-07-25T01:24:34.503Z | Compiling idna v0.5.0 |
1327 | 2024-07-25T01:24:35.381Z | Compiling siphasher v0.3.11 |
1328 | 2024-07-25T01:24:35.455Z | Compiling serde_derive v1.0.204 |
1329 | 2024-07-25T01:24:35.559Z | Compiling zerocopy-derive v0.7.34 |
1330 | 2024-07-25T01:24:35.762Z | Compiling zeroize_derive v1.4.2 |
1331 | 2024-07-25T01:24:36.119Z | Compiling tokio-macros v2.3.0 |
1332 | 2024-07-25T01:24:36.310Z | Compiling thiserror-impl v1.0.62 |
1333 | 2024-07-25T01:24:36.497Z | Compiling futures-macro v0.3.30 |
1334 | 2024-07-25T01:24:37.083Z | Compiling tracing-attributes v0.1.27 |
1335 | 2024-07-25T01:24:37.446Z | Compiling schemars_derive v0.8.21 |
1336 | 2024-07-25T01:24:37.878Z | Checking zeroize v1.7.0 |
1337 | 2024-07-25T01:24:37.934Z | Compiling zerocopy v0.7.34 |
1338 | 2024-07-25T01:24:38.162Z | Compiling openssl-macros v0.1.1 |
1339 | 2024-07-25T01:24:38.698Z | Compiling async-trait v0.1.81 |
1340 | 2024-07-25T01:24:39.813Z | Compiling thiserror v1.0.62 |
1341 | 2024-07-25T01:24:39.957Z | Compiling scroll_derive v0.12.0 |
1342 | 2024-07-25T01:24:40.070Z | Compiling pest v2.7.10 |
1343 | 2024-07-25T01:24:40.126Z | Compiling der_derive v0.7.2 |
1344 | 2024-07-25T01:24:40.322Z | Compiling hashbrown v0.14.5 |
1345 | 2024-07-25T01:24:41.026Z | Checking crypto-common v0.1.6 |
1346 | 2024-07-25T01:24:41.520Z | Compiling scroll v0.12.0 |
1347 | 2024-07-25T01:24:41.605Z | Compiling futures-util v0.3.30 |
1348 | 2024-07-25T01:24:41.719Z | Compiling tracing v0.1.40 |
1349 | 2024-07-25T01:24:42.106Z | Compiling goblin v0.8.2 |
1350 | 2024-07-25T01:24:42.246Z | Compiling clap_derive v4.5.8 |
1351 | 2024-07-25T01:24:42.752Z | Compiling pest_meta v2.7.10 |
1352 | 2024-07-25T01:24:42.938Z | Compiling block-buffer v0.10.4 |
1353 | 2024-07-25T01:24:42.991Z | Compiling zerocopy-derive v0.6.6 |
1354 | 2024-07-25T01:24:43.212Z | Compiling digest v0.10.7 |
1355 | 2024-07-25T01:24:45.334Z | Compiling pest_generator v2.7.10 |
1356 | 2024-07-25T01:24:47.476Z | Compiling url v2.5.2 |
1357 | 2024-07-25T01:24:48.188Z | Compiling idna v0.3.0 |
1358 | 2024-07-25T01:24:48.218Z | Compiling psl-types v2.0.11 |
1359 | 2024-07-25T01:24:48.270Z | Compiling pest_derive v2.7.10 |
1360 | 2024-07-25T01:24:48.438Z | Compiling ppv-lite86 v0.2.17 |
1361 | 2024-07-25T01:24:49.081Z | Compiling dtrace-parser v0.2.0 |
1362 | 2024-07-25T01:24:49.231Z | Compiling rand_chacha v0.3.1 |
1363 | 2024-07-25T01:24:49.420Z | Compiling publicsuffix v2.2.3 |
1364 | 2024-07-25T01:24:49.587Z | Checking bytes v1.6.0 |
1365 | 2024-07-25T01:24:49.802Z | Checking bitflags v2.5.0 |
1366 | 2024-07-25T01:24:50.530Z | Compiling indexmap v2.2.6 |
1367 | 2024-07-25T01:24:51.323Z | Compiling semver v1.0.23 |
1368 | 2024-07-25T01:24:51.354Z | Compiling serde_tokenstream v0.2.1 |
1369 | 2024-07-25T01:24:51.627Z | Compiling chrono v0.4.38 |
1370 | 2024-07-25T01:24:51.692Z | Compiling uuid v1.10.0 |
1371 | 2024-07-25T01:24:51.953Z | Compiling http v0.2.12 |
1372 | 2024-07-25T01:24:52.059Z | Checking tokio v1.38.1 |
1373 | 2024-07-25T01:24:52.962Z | Compiling rustc_version v0.4.0 |
1374 | 2024-07-25T01:24:53.284Z | Compiling serde_spanned v0.6.6 |
1375 | 2024-07-25T01:24:53.395Z | Compiling toml_datetime v0.6.6 |
1376 | 2024-07-25T01:24:53.500Z | Compiling dof v0.3.0 |
1377 | 2024-07-25T01:24:53.755Z | Compiling rustix v0.38.34 |
1378 | 2024-07-25T01:24:53.899Z | Compiling openapiv3 v2.0.0 |
1379 | 2024-07-25T01:24:55.674Z | Compiling usdt-impl v0.5.0 |
1380 | 2024-07-25T01:24:55.934Z | Compiling toml_edit v0.19.15 |
1381 | 2024-07-25T01:24:56.849Z | Compiling http-body v0.4.6 |
1382 | 2024-07-25T01:24:57.080Z | Compiling openssl v0.10.66 |
1383 | 2024-07-25T01:24:57.306Z | Compiling heapless v0.7.17 |
1384 | 2024-07-25T01:24:57.398Z | Compiling usdt-macro v0.5.0 |
1385 | 2024-07-25T01:24:57.771Z | Compiling usdt-attr-macro v0.5.0 |
1386 | 2024-07-25T01:24:58.386Z | Compiling serde_urlencoded v0.7.1 |
1387 | 2024-07-25T01:24:58.873Z | Compiling lazy_static v1.5.0 |
1388 | 2024-07-25T01:24:58.982Z | Compiling cookie_store v0.20.0 |
1389 | 2024-07-25T01:24:59.005Z | Compiling rand v0.8.5 |
1390 | 2024-07-25T01:24:59.215Z | Compiling crossbeam-epoch v0.9.18 |
1391 | 2024-07-25T01:24:59.457Z | Compiling bit-vec v0.6.3 |
1392 | 2024-07-25T01:24:59.712Z | Compiling unicode-xid v0.2.4 |
1393 | 2024-07-25T01:24:59.897Z | Compiling gimli v0.28.1 |
1394 | 2024-07-25T01:24:59.938Z | Compiling webpki-roots v0.25.4 |
1395 | 2024-07-25T01:24:59.997Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1396 | 2024-07-25T01:25:00.550Z | Compiling tokio-util v0.7.11 |
1397 | 2024-07-25T01:25:00.751Z | Compiling tokio-rustls v0.24.1 |
1398 | 2024-07-25T01:25:01.040Z | Compiling enum-as-inner v0.5.1 |
1399 | 2024-07-25T01:25:01.145Z | Compiling phf_shared v0.10.0 |
1400 | 2024-07-25T01:25:01.560Z | Compiling h2 v0.3.26 |
1401 | 2024-07-25T01:25:01.976Z | Compiling object v0.32.2 |
1402 | 2024-07-25T01:25:02.104Z | Compiling smoltcp v0.9.1 |
1403 | 2024-07-25T01:25:02.173Z | Compiling precomputed-hash v0.1.1 |
1404 | 2024-07-25T01:25:02.294Z | Compiling rustc-demangle v0.1.24 |
1405 | 2024-07-25T01:25:02.856Z | Compiling fixedbitset v0.4.2 |
1406 | 2024-07-25T01:25:03.309Z | Compiling native-tls v0.2.11 |
1407 | 2024-07-25T01:25:03.361Z | Compiling new_debug_unreachable v1.0.6 |
1408 | 2024-07-25T01:25:03.466Z | Compiling minimal-lexical v0.2.1 |
1409 | 2024-07-25T01:25:03.949Z | Compiling tokio-native-tls v0.3.1 |
1410 | 2024-07-25T01:25:04.008Z | Compiling base64ct v1.6.0 |
1411 | 2024-07-25T01:25:04.219Z | Compiling addr2line v0.21.0 |
1412 | 2024-07-25T01:25:04.253Z | Compiling toml_edit v0.22.16 |
1413 | 2024-07-25T01:25:04.620Z | Compiling pem-rfc7468 v0.7.0 |
1414 | 2024-07-25T01:25:04.862Z | Compiling nom v7.1.3 |
1415 | 2024-07-25T01:25:05.080Z | Compiling string_cache v0.8.7 |
1416 | 2024-07-25T01:25:05.434Z | Compiling petgraph v0.6.5 |
1417 | 2024-07-25T01:25:05.603Z | Compiling bit-set v0.5.3 |
1418 | 2024-07-25T01:25:05.897Z | Compiling futures-executor v0.3.30 |
1419 | 2024-07-25T01:25:06.037Z | Compiling hmac v0.12.1 |
1420 | 2024-07-25T01:25:06.493Z | Compiling hubpack_derive v0.1.1 |
1421 | 2024-07-25T01:25:06.518Z | Compiling itertools v0.10.5 |
1422 | 2024-07-25T01:25:07.441Z | Compiling diesel_table_macro_syntax v0.1.0 |
1423 | 2024-07-25T01:25:07.857Z | Compiling num-integer v0.1.46 |
1424 | 2024-07-25T01:25:07.910Z | Compiling fs-err v2.11.0 |
1425 | 2024-07-25T01:25:08.174Z | Compiling lalrpop-util v0.19.12 |
1426 | 2024-07-25T01:25:08.528Z | Compiling hyper v0.14.28 |
1427 | 2024-07-25T01:25:08.641Z | Compiling unicode-segmentation v1.11.0 |
1428 | 2024-07-25T01:25:08.662Z | Compiling flagset v0.4.5 |
1429 | 2024-07-25T01:25:09.342Z | Compiling der v0.7.9 |
1430 | 2024-07-25T01:25:09.474Z | Compiling diesel_derives v2.1.4 |
1431 | 2024-07-25T01:25:09.593Z | Compiling futures v0.3.30 |
1432 | 2024-07-25T01:25:09.883Z | Compiling hex v0.4.3 |
1433 | 2024-07-25T01:25:10.523Z | Compiling itertools v0.12.1 |
1434 | 2024-07-25T01:25:10.667Z | Compiling finl_unicode v1.2.0 |
1435 | 2024-07-25T01:25:11.239Z | Compiling stringprep v0.1.4 |
1436 | 2024-07-25T01:25:12.377Z | Compiling spki v0.7.3 |
1437 | 2024-07-25T01:25:12.509Z | Compiling sha2 v0.10.8 |
1438 | 2024-07-25T01:25:12.689Z | Compiling toml v0.7.8 |
1439 | 2024-07-25T01:25:12.793Z | Compiling md-5 v0.10.6 |
1440 | 2024-07-25T01:25:12.947Z | Compiling serde_repr v0.1.19 |
1441 | 2024-07-25T01:25:13.064Z | Compiling strum_macros v0.25.3 |
1442 | 2024-07-25T01:25:13.086Z | Compiling hash32 v0.2.1 |
1443 | 2024-07-25T01:25:13.481Z | Compiling fallible-iterator v0.2.0 |
1444 | 2024-07-25T01:25:13.685Z | Checking fnv v1.0.7 |
1445 | 2024-07-25T01:25:13.819Z | Compiling stable_deref_trait v1.2.0 |
1446 | 2024-07-25T01:25:14.140Z | Compiling pkcs8 v0.10.2 |
1447 | 2024-07-25T01:25:14.195Z | Compiling postgres-protocol v0.6.6 |
1448 | 2024-07-25T01:25:14.404Z | Compiling ipnetwork v0.20.0 |
1449 | 2024-07-25T01:25:14.704Z | Compiling terminal_size v0.3.0 |
1450 | 2024-07-25T01:25:14.908Z | Compiling block-padding v0.3.3 |
1451 | 2024-07-25T01:25:15.151Z | Compiling hyper-rustls v0.24.2 |
1452 | 2024-07-25T01:25:15.173Z | Compiling hyper-tls v0.5.0 |
1453 | 2024-07-25T01:25:15.303Z | Compiling phf_shared v0.11.2 |
1454 | 2024-07-25T01:25:15.513Z | Compiling reqwest v0.11.27 |
1455 | 2024-07-25T01:25:15.555Z | Compiling ff v0.13.0 |
1456 | 2024-07-25T01:25:15.682Z | Compiling scheduled-thread-pool v0.2.7 |
1457 | 2024-07-25T01:25:15.774Z | Compiling base16ct v0.2.0 |
1458 | 2024-07-25T01:25:15.938Z | Compiling matches v0.1.10 |
1459 | 2024-07-25T01:25:16.043Z | Compiling managed v0.8.0 |
1460 | 2024-07-25T01:25:16.111Z | Compiling bitflags v1.3.2 |
1461 | 2024-07-25T01:25:16.299Z | Compiling regex-automata v0.1.10 |
1462 | 2024-07-25T01:25:16.372Z | Compiling peg-runtime v0.8.3 |
1463 | 2024-07-25T01:25:16.551Z | Compiling clap_builder v4.5.9 |
1464 | 2024-07-25T01:25:16.809Z | Compiling bstr v0.2.17 |
1465 | 2024-07-25T01:25:17.417Z | Compiling idna v0.2.3 |
1466 | 2024-07-25T01:25:18.436Z | Compiling sec1 v0.7.3 |
1467 | 2024-07-25T01:25:18.539Z | Compiling r2d2 v0.8.10 |
1468 | 2024-07-25T01:25:18.667Z | Compiling signal-hook-mio v0.2.3 |
1469 | 2024-07-25T01:25:18.833Z | Compiling usdt v0.5.0 |
1470 | 2024-07-25T01:25:18.910Z | Compiling group v0.13.0 |
1471 | 2024-07-25T01:25:19.027Z | Compiling phf v0.11.2 |
1472 | 2024-07-25T01:25:19.071Z | Compiling inout v0.1.3 |
1473 | 2024-07-25T01:25:19.093Z | Compiling postgres-types v0.2.6 |
1474 | 2024-07-25T01:25:19.224Z | Compiling num-bigint v0.4.5 |
1475 | 2024-07-25T01:25:19.333Z | Compiling num-iter v0.1.45 |
1476 | 2024-07-25T01:25:19.336Z | Compiling hubpack v0.1.2 |
1477 | 2024-07-25T01:25:19.374Z | Compiling hkdf v0.12.4 |
1478 | 2024-07-25T01:25:19.637Z | Compiling zerocopy v0.6.6 |
1479 | 2024-07-25T01:25:19.784Z | Compiling crypto-bigint v0.5.5 |
1480 | 2024-07-25T01:25:19.807Z | Compiling float-cmp v0.9.0 |
1481 | 2024-07-25T01:25:20.050Z | Compiling data-encoding v2.6.0 |
1482 | 2024-07-25T01:25:20.526Z | Compiling whoami v1.5.1 |
1483 | 2024-07-25T01:25:20.677Z | Compiling static_assertions v1.1.0 |
1484 | 2024-07-25T01:25:20.788Z | Compiling difflib v0.4.0 |
1485 | 2024-07-25T01:25:21.190Z | Compiling normalize-line-endings v0.3.0 |
1486 | 2024-07-25T01:25:21.325Z | Compiling predicates-core v1.0.6 |
1487 | 2024-07-25T01:25:21.701Z | Compiling predicates v3.1.0 |
1488 | 2024-07-25T01:25:22.466Z | Compiling yasna v0.5.2 |
1489 | 2024-07-25T01:25:22.564Z | Compiling tokio-postgres v0.7.10 |
1490 | 2024-07-25T01:25:22.920Z | Compiling diesel v2.1.6 |
1491 | 2024-07-25T01:25:23.538Z | Compiling elliptic-curve v0.13.8 |
1492 | 2024-07-25T01:25:24.396Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1493 | 2024-07-25T01:25:24.485Z | Compiling trust-dns-proto v0.22.0 |
1494 | 2024-07-25T01:25:25.842Z | Compiling clap v4.5.9 |
1495 | 2024-07-25T01:25:25.978Z | Compiling cipher v0.4.4 |
1496 | 2024-07-25T01:25:26.536Z | Compiling crossterm v0.27.0 |
1497 | 2024-07-25T01:25:26.557Z | Compiling similar v2.5.0 |
1498 | 2024-07-25T01:25:28.884Z | Compiling tokio-stream v0.1.15 |
1499 | 2024-07-25T01:25:29.192Z | Compiling console v0.15.8 |
1500 | 2024-07-25T01:25:29.900Z | Compiling bstr v1.9.1 |
1501 | 2024-07-25T01:25:30.017Z | Checking equivalent v1.0.1 |
1502 | 2024-07-25T01:25:30.130Z | Checking tinyvec_macros v0.1.1 |
1503 | 2024-07-25T01:25:30.224Z | Checking tinyvec v1.6.0 |
1504 | 2024-07-25T01:25:30.955Z | Checking cpufeatures v0.2.12 |
1505 | 2024-07-25T01:25:31.618Z | Checking tracing-core v0.1.32 |
1506 | 2024-07-25T01:25:31.640Z | Checking percent-encoding v2.3.1 |
1507 | 2024-07-25T01:25:31.934Z | Checking form_urlencoded v1.2.1 |
1508 | 2024-07-25T01:25:32.128Z | Checking powerfmt v0.2.0 |
1509 | 2024-07-25T01:25:32.387Z | Checking deranged v0.3.11 |
1510 | 2024-07-25T01:25:32.625Z | Checking num-conv v0.1.0 |
1511 | 2024-07-25T01:25:32.907Z | Checking num_threads v0.1.7 |
1512 | 2024-07-25T01:25:33.030Z | Checking time-core v0.1.2 |
1513 | 2024-07-25T01:25:33.190Z | Checking unicode-ident v1.0.12 |
1514 | 2024-07-25T01:25:33.275Z | Checking httparse v1.8.0 |
1515 | 2024-07-25T01:25:33.345Z | Checking unicode-width v0.1.13 |
1516 | 2024-07-25T01:25:33.538Z | Checking errno v0.3.9 |
1517 | 2024-07-25T01:25:33.675Z | Checking proc-macro2 v1.0.86 |
1518 | 2024-07-25T01:25:34.296Z | Checking quote v1.0.36 |
1519 | 2024-07-25T01:25:34.654Z | Checking adler v1.0.2 |
1520 | 2024-07-25T01:25:34.816Z | Checking miniz_oxide v0.7.2 |
1521 | 2024-07-25T01:25:34.975Z | Checking base64 v0.21.7 |
1522 | 2024-07-25T01:25:35.425Z | Checking try-lock v0.2.5 |
1523 | 2024-07-25T01:25:35.582Z | Checking want v0.3.1 |
1524 | 2024-07-25T01:25:35.755Z | Checking tower-service v0.3.2 |
1525 | 2024-07-25T01:25:36.110Z | Checking httpdate v1.0.3 |
1526 | 2024-07-25T01:25:36.350Z | Checking openssl-probe v0.1.5 |
1527 | 2024-07-25T01:25:36.372Z | Checking foreign-types-shared v0.1.1 |
1528 | 2024-07-25T01:25:36.477Z | Checking foreign-types v0.3.2 |
1529 | 2024-07-25T01:25:36.499Z | Checking openssl-sys v0.9.103 |
1530 | 2024-07-25T01:25:36.574Z | Checking mime v0.3.17 |
1531 | 2024-07-25T01:25:36.648Z | Checking ipnet v2.9.0 |
1532 | 2024-07-25T01:25:37.123Z | Checking utf8parse v0.2.1 |
1533 | 2024-07-25T01:25:41.646Z | Checking encoding_rs v0.8.34 |
1534 | 2024-07-25T01:25:42.195Z | Checking anstyle v1.0.7 |
1535 | 2024-07-25T01:25:43.571Z | Checking rustls-pemfile v1.0.4 |
1536 | 2024-07-25T01:25:43.762Z | Checking ucd-trie v0.1.6 |
1537 | 2024-07-25T01:25:43.861Z | Checking plain v0.2.3 |
1538 | 2024-07-25T01:25:43.962Z | Checking sync_wrapper v0.1.2 |
1539 | 2024-07-25T01:25:44.021Z | Checking anstyle-parse v0.2.4 |
1540 | 2024-07-25T01:25:44.097Z | Checking is_terminal_polyfill v1.70.0 |
1541 | 2024-07-25T01:25:44.211Z | Checking pretty-hex v0.4.1 |
1542 | 2024-07-25T01:25:44.270Z | Checking anstyle-query v1.0.3 |
1543 | 2024-07-25T01:25:44.272Z | Checking colorchoice v1.0.1 |
1544 | 2024-07-25T01:25:44.407Z | Checking thread-id v4.2.1 |
1545 | 2024-07-25T01:25:44.429Z | Checking anstream v0.6.14 |
1546 | 2024-07-25T01:25:44.481Z | Checking clap_lex v0.7.0 |
1547 | 2024-07-25T01:25:44.519Z | Checking strsim v0.11.1 |
1548 | 2024-07-25T01:25:44.843Z | Checking memmap v0.7.0 |
1549 | 2024-07-25T01:25:45.041Z | Checking crc32fast v1.4.0 |
1550 | 2024-07-25T01:25:46.326Z | Checking flate2 v1.0.30 |
1551 | 2024-07-25T01:25:47.053Z | Checking winnow v0.6.8 |
1552 | 2024-07-25T01:25:56.046Z | Compiling regress v0.9.1 |
1553 | 2024-07-25T01:25:56.108Z | Compiling getopts v0.2.21 |
1554 | 2024-07-25T01:25:57.089Z | Compiling unsafe-libyaml v0.2.11 |
1555 | 2024-07-25T01:25:57.195Z | Checking heck v0.5.0 |
1556 | 2024-07-25T01:25:58.445Z | Compiling serde_yaml v0.9.34+deprecated |
1557 | 2024-07-25T01:25:58.904Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1558 | 2024-07-25T01:25:59.229Z | Compiling paste v1.0.15 |
1559 | 2024-07-25T01:25:59.382Z | Checking camino v1.1.7 |
1560 | 2024-07-25T01:25:59.721Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1561 | 2024-07-25T01:26:00.042Z | Checking is-terminal v0.4.12 |
1562 | 2024-07-25T01:26:00.179Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1563 | 2024-07-25T01:26:00.593Z | Compiling strum_macros v0.26.4 |
1564 | 2024-07-25T01:26:00.616Z | Checking base64 v0.22.1 |
1565 | 2024-07-25T01:26:01.112Z | Checking sha1 v0.10.6 |
1566 | 2024-07-25T01:26:01.205Z | Compiling ident_case v1.0.1 |
1567 | 2024-07-25T01:26:01.373Z | Compiling rustls v0.22.4 |
1568 | 2024-07-25T01:26:01.397Z | Compiling darling_core v0.20.9 |
1569 | 2024-07-25T01:26:01.400Z | Checking http v1.1.0 |
1570 | 2024-07-25T01:26:01.650Z | Checking match_cfg v0.1.0 |
1571 | 2024-07-25T01:26:01.746Z | Checking hostname v0.3.1 |
1572 | 2024-07-25T01:26:01.879Z | Checking dirs-sys-next v0.1.2 |
1573 | 2024-07-25T01:26:02.064Z | Compiling multer v3.1.0 |
1574 | 2024-07-25T01:26:02.418Z | Checking dirs-next v2.0.0 |
1575 | 2024-07-25T01:26:02.557Z | Checking crossbeam-channel v0.5.12 |
1576 | 2024-07-25T01:26:02.820Z | Compiling async-stream-impl v0.3.5 |
1577 | 2024-07-25T01:26:02.881Z | Checking thread_local v1.1.8 |
1578 | 2024-07-25T01:26:03.051Z | Checking rustls-pki-types v1.7.0 |
1579 | 2024-07-25T01:26:03.172Z | Checking term v0.7.0 |
1580 | 2024-07-25T01:26:03.294Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1581 | 2024-07-25T01:26:03.497Z | Checking take_mut v0.2.2 |
1582 | 2024-07-25T01:26:03.609Z | Checking slog-term v2.9.1 |
1583 | 2024-07-25T01:26:03.638Z | Checking toml v0.8.15 |
1584 | 2024-07-25T01:26:03.641Z | Checking slog-async v2.8.0 |
1585 | 2024-07-25T01:26:03.936Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1586 | 2024-07-25T01:26:04.101Z | Checking rustls-webpki v0.102.4 |
1587 | 2024-07-25T01:26:04.225Z | Checking slog-json v2.6.1 |
1588 | 2024-07-25T01:26:04.433Z | Checking rustls-pemfile v2.1.2 |
1589 | 2024-07-25T01:26:04.487Z | Checking slog-bunyan v2.5.0 |
1590 | 2024-07-25T01:26:04.653Z | Checking debug-ignore v1.0.5 |
1591 | 2024-07-25T01:26:04.688Z | Checking instant v0.1.12 |
1592 | 2024-07-25T01:26:04.788Z | Checking atomic-waker v1.1.2 |
1593 | 2024-07-25T01:26:04.811Z | Checking async-stream v0.3.5 |
1594 | 2024-07-25T01:26:04.929Z | Checking waitgroup v0.1.2 |
1595 | 2024-07-25T01:26:05.064Z | Checking serde_path_to_error v0.1.16 |
1596 | 2024-07-25T01:26:05.394Z | Checking hostname v0.4.0 |
1597 | 2024-07-25T01:26:05.538Z | Checking fastrand v2.1.0 |
1598 | 2024-07-25T01:26:05.695Z | Compiling structmeta-derive v0.3.0 |
1599 | 2024-07-25T01:26:05.871Z | Checking tempfile v3.10.1 |
1600 | 2024-07-25T01:26:06.240Z | Checking quick-error v1.2.3 |
1601 | 2024-07-25T01:26:06.297Z | Checking strum v0.26.3 |
1602 | 2024-07-25T01:26:06.382Z | Checking newtype-uuid v1.1.0 |
1603 | 2024-07-25T01:26:06.454Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1604 | 2024-07-25T01:26:06.635Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1605 | 2024-07-25T01:26:07.235Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1606 | 2024-07-25T01:26:07.450Z | Checking macaddr v1.0.1 |
1607 | 2024-07-25T01:26:07.527Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1608 | 2024-07-25T01:26:07.717Z | Checking backoff v0.4.0 |
1609 | 2024-07-25T01:26:07.785Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1610 | 2024-07-25T01:26:08.024Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1611 | 2024-07-25T01:26:08.146Z | Checking wait-timeout v0.2.0 |
1612 | 2024-07-25T01:26:08.187Z | Compiling structmeta-derive v0.2.0 |
1613 | 2024-07-25T01:26:08.278Z | Checking rand_xorshift v0.3.0 |
1614 | 2024-07-25T01:26:08.333Z | Checking rusty-fork v0.3.0 |
1615 | 2024-07-25T01:26:08.451Z | Checking unarray v0.1.4 |
1616 | 2024-07-25T01:26:08.576Z | Checking tokio-rustls v0.25.0 |
1617 | 2024-07-25T01:26:08.606Z | Compiling proc-macro-error v1.0.4 |
1618 | 2024-07-25T01:26:08.637Z | Checking proptest v1.4.0 |
1619 | 2024-07-25T01:26:08.810Z | Compiling structmeta v0.3.0 |
1620 | 2024-07-25T01:26:08.886Z | Compiling darling_macro v0.20.9 |
1621 | 2024-07-25T01:26:09.263Z | Compiling parse-display-derive v0.9.1 |
1622 | 2024-07-25T01:26:09.318Z | Checking camino-tempfile v1.1.1 |
1623 | 2024-07-25T01:26:09.598Z | Compiling proc-macro-crate v1.3.1 |
1624 | 2024-07-25T01:26:09.901Z | Compiling darling v0.20.9 |
1625 | 2024-07-25T01:26:10.026Z | Compiling serde_with_macros v3.8.3 |
1626 | 2024-07-25T01:26:10.735Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1627 | 2024-07-25T01:26:11.113Z | Compiling num_enum_derive v0.5.11 |
1628 | 2024-07-25T01:26:11.298Z | Compiling structmeta v0.2.0 |
1629 | 2024-07-25T01:26:11.766Z | Compiling test-strategy v0.3.1 |
1630 | 2024-07-25T01:26:12.859Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1631 | 2024-07-25T01:26:13.167Z | Compiling foreign-types-macros v0.2.3 |
1632 | 2024-07-25T01:26:13.198Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1633 | 2024-07-25T01:26:13.504Z | Checking serde_with v3.8.3 |
1634 | 2024-07-25T01:26:13.507Z | Checking foreign-types-shared v0.3.1 |
1635 | 2024-07-25T01:26:13.933Z | Checking num_enum v0.5.11 |
1636 | 2024-07-25T01:26:13.954Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1637 | 2024-07-25T01:26:14.084Z | Checking cstr-argument v0.1.2 |
1638 | 2024-07-25T01:26:14.249Z | Checking pretty-hex v0.2.1 |
1639 | 2024-07-25T01:26:14.271Z | Checking parse-display v0.9.1 |
1640 | 2024-07-25T01:26:14.411Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1641 | 2024-07-25T01:26:14.433Z | Checking foreign-types v0.5.0 |
1642 | 2024-07-25T01:26:14.496Z | Checking tabwriter v1.4.0 |
1643 | 2024-07-25T01:26:14.535Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1644 | 2024-07-25T01:26:14.686Z | Checking colored v2.1.0 |
1645 | 2024-07-25T01:26:14.736Z | Checking socket2 v0.4.10 |
1646 | 2024-07-25T01:26:14.823Z | Checking smf v0.2.3 |
1647 | 2024-07-25T01:26:14.904Z | Checking termtree v0.4.1 |
1648 | 2024-07-25T01:26:14.982Z | Compiling heapless v0.8.0 |
1649 | 2024-07-25T01:26:15.099Z | Checking predicates-tree v1.0.9 |
1650 | 2024-07-25T01:26:15.211Z | Checking hash32 v0.3.1 |
1651 | 2024-07-25T01:26:15.244Z | Compiling smoltcp v0.11.0 |
1652 | 2024-07-25T01:26:15.290Z | Checking cobs v0.2.3 |
1653 | 2024-07-25T01:26:15.407Z | Compiling crucible-workspace-hack v0.1.0 |
1654 | 2024-07-25T01:26:15.481Z | Checking embedded-io v0.4.0 |
1655 | 2024-07-25T01:26:15.692Z | Checking sigpipe v0.1.3 |
1656 | 2024-07-25T01:26:15.695Z | Checking postcard v1.0.8 |
1657 | 2024-07-25T01:26:15.790Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1658 | 2024-07-25T01:26:15.820Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1659 | 2024-07-25T01:26:16.010Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1660 | 2024-07-25T01:26:16.061Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1661 | 2024-07-25T01:26:16.152Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1662 | 2024-07-25T01:26:16.380Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1663 | 2024-07-25T01:26:16.403Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1664 | 2024-07-25T01:26:16.730Z | Compiling mockall_derive v0.12.1 |
1665 | 2024-07-25T01:26:16.751Z | Compiling num-derive v0.4.2 |
1666 | 2024-07-25T01:26:16.897Z | Checking fragile v2.0.0 |
1667 | 2024-07-25T01:26:17.180Z | Checking downcast v0.11.0 |
1668 | 2024-07-25T01:26:17.395Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1669 | 2024-07-25T01:26:17.665Z | Checking humantime v2.1.0 |
1670 | 2024-07-25T01:26:17.950Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1671 | 2024-07-25T01:26:17.972Z | Checking newline-converter v0.3.0 |
1672 | 2024-07-25T01:26:18.122Z | Checking termcolor v1.4.1 |
1673 | 2024-07-25T01:26:18.143Z | Checking expectorate v1.1.0 |
1674 | 2024-07-25T01:26:18.302Z | Checking arc-swap v1.7.1 |
1675 | 2024-07-25T01:26:18.542Z | Checking xattr v1.3.1 |
1676 | 2024-07-25T01:26:18.711Z | Compiling derive-where v1.2.7 |
1677 | 2024-07-25T01:26:18.736Z | Checking slog-scope v4.4.0 |
1678 | 2024-07-25T01:26:18.739Z | Checking filetime v0.2.23 |
1679 | 2024-07-25T01:26:18.939Z | Checking tar v0.4.41 |
1680 | 2024-07-25T01:26:18.964Z | Checking slog-stdlog v4.1.1 |
1681 | 2024-07-25T01:26:19.138Z | Checking slog-envlogger v2.2.0 |
1682 | 2024-07-25T01:26:19.352Z | Checking same-file v1.0.6 |
1683 | 2024-07-25T01:26:19.355Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1684 | 2024-07-25T01:26:19.531Z | Checking walkdir v2.5.0 |
1685 | 2024-07-25T01:26:19.559Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1686 | 2024-07-25T01:26:19.713Z | Checking utf-8 v0.7.6 |
1687 | 2024-07-25T01:26:19.744Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1688 | 2024-07-25T01:26:19.788Z | Checking password-hash v0.5.0 |
1689 | 2024-07-25T01:26:19.791Z | Checking blake2 v0.10.6 |
1690 | 2024-07-25T01:26:19.906Z | Checking atty v0.2.14 |
1691 | 2024-07-25T01:26:20.254Z | Checking argon2 v0.5.3 |
1692 | 2024-07-25T01:26:20.941Z | Checking tungstenite v0.21.0 |
1693 | 2024-07-25T01:26:21.022Z | Checking pem v3.0.4 |
1694 | 2024-07-25T01:26:21.100Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1695 | 2024-07-25T01:26:21.290Z | Checking tungstenite v0.20.1 |
1696 | 2024-07-25T01:26:21.792Z | Checking tokio-tungstenite v0.21.0 |
1697 | 2024-07-25T01:26:22.168Z | Checking tokio-tungstenite v0.20.1 |
1698 | 2024-07-25T01:26:22.278Z | Compiling convert_case v0.4.0 |
1699 | 2024-07-25T01:26:22.338Z | Checking env_logger v0.9.3 |
1700 | 2024-07-25T01:26:22.472Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1701 | 2024-07-25T01:26:22.648Z | Compiling bitstruct_derive v0.1.0 |
1702 | 2024-07-25T01:26:22.823Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1703 | 2024-07-25T01:26:22.864Z | Checking ascii v1.1.0 |
1704 | 2024-07-25T01:26:22.922Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1705 | 2024-07-25T01:26:22.949Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1706 | 2024-07-25T01:26:23.119Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1707 | 2024-07-25T01:26:23.226Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1708 | 2024-07-25T01:26:23.259Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1709 | 2024-07-25T01:26:23.304Z | Compiling derive_more v0.99.18 |
1710 | 2024-07-25T01:26:23.345Z | Checking atomicwrites v0.4.3 |
1711 | 2024-07-25T01:26:23.515Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1712 | 2024-07-25T01:26:23.546Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1713 | 2024-07-25T01:26:23.791Z | Checking erased-serde v0.3.31 |
1714 | 2024-07-25T01:26:23.870Z | Checking serde_arrays v0.1.0 |
1715 | 2024-07-25T01:26:24.025Z | Compiling rayon-core v1.12.1 |
1716 | 2024-07-25T01:26:24.028Z | Checking bitstruct v0.1.1 |
1717 | 2024-07-25T01:26:24.083Z | Compiling heck v0.3.3 |
1718 | 2024-07-25T01:26:24.127Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1719 | 2024-07-25T01:26:24.167Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1720 | 2024-07-25T01:26:24.280Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1721 | 2024-07-25T01:26:24.468Z | Checking headers-core v0.2.0 |
1722 | 2024-07-25T01:26:24.494Z | Compiling zone_cfg_derive v0.1.2 |
1723 | 2024-07-25T01:26:24.611Z | Checking base64 v0.13.1 |
1724 | 2024-07-25T01:26:24.854Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1725 | 2024-07-25T01:26:25.019Z | Checking ron v0.7.1 |
1726 | 2024-07-25T01:26:25.022Z | Checking mockall v0.12.1 |
1727 | 2024-07-25T01:26:25.278Z | Checking headers v0.3.9 |
1728 | 2024-07-25T01:26:26.005Z | Checking zone v0.1.8 |
1729 | 2024-07-25T01:26:26.313Z | Checking portpicker v0.1.1 |
1730 | 2024-07-25T01:26:26.391Z | Checking rcgen v0.12.1 |
1731 | 2024-07-25T01:26:26.451Z | Checking subprocess v0.2.9 |
1732 | 2024-07-25T01:26:26.630Z | Compiling prettyplease v0.2.20 |
1733 | 2024-07-25T01:26:26.908Z | Checking swrite v0.1.0 |
1734 | 2024-07-25T01:26:27.023Z | Checking half v2.4.1 |
1735 | 2024-07-25T01:26:27.041Z | Checking linked-hash-map v0.5.6 |
1736 | 2024-07-25T01:26:27.061Z | Checking ciborium-io v0.2.2 |
1737 | 2024-07-25T01:26:27.081Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1738 | 2024-07-25T01:26:27.183Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1739 | 2024-07-25T01:26:27.358Z | Checking lru-cache v0.1.2 |
1740 | 2024-07-25T01:26:27.393Z | Compiling home v0.5.9 |
1741 | 2024-07-25T01:26:27.487Z | Checking ciborium-ll v0.2.2 |
1742 | 2024-07-25T01:26:27.535Z | Compiling semver v0.1.20 |
1743 | 2024-07-25T01:26:27.555Z | Compiling ring v0.16.20 |
1744 | 2024-07-25T01:26:27.684Z | Compiling blake3 v1.5.1 |
1745 | 2024-07-25T01:26:27.830Z | Checking ciborium v0.2.2 |
1746 | 2024-07-25T01:26:27.897Z | Compiling cancel-safe-futures v0.1.5 |
1747 | 2024-07-25T01:26:28.222Z | Compiling rustc_version v0.1.7 |
1748 | 2024-07-25T01:26:28.744Z | Compiling newtype_derive v0.1.6 |
1749 | 2024-07-25T01:26:28.764Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1750 | 2024-07-25T01:26:29.198Z | Checking steno v0.4.1 |
1751 | 2024-07-25T01:26:29.736Z | Checking num-rational v0.4.2 |
1752 | 2024-07-25T01:26:29.985Z | Checking num-complex v0.4.6 |
1753 | 2024-07-25T01:26:30.908Z | Checking num v0.4.3 |
1754 | 2024-07-25T01:26:31.015Z | Checking resolv-conf v0.7.0 |
1755 | 2024-07-25T01:26:31.245Z | Checking float-ord v0.3.2 |
1756 | 2024-07-25T01:26:31.366Z | Checking trust-dns-resolver v0.22.0 |
1757 | 2024-07-25T01:26:31.390Z | Checking libsw v3.3.1 |
1758 | 2024-07-25T01:26:31.453Z | Compiling slog-dtrace v0.3.0 |
1759 | 2024-07-25T01:26:31.657Z | Checking linear-map v1.2.0 |
1760 | 2024-07-25T01:26:31.746Z | Checking owo-colors v4.0.0 |
1761 | 2024-07-25T01:26:32.821Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1762 | 2024-07-25T01:26:33.580Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1763 | 2024-07-25T01:26:33.828Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1764 | 2024-07-25T01:26:34.130Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1765 | 2024-07-25T01:26:34.701Z | Compiling crossbeam-deque v0.8.5 |
1766 | 2024-07-25T01:26:37.978Z | Compiling rayon v1.10.0 |
1767 | 2024-07-25T01:26:38.342Z | Compiling memmap2 v0.9.4 |
1768 | 2024-07-25T01:26:38.789Z | Compiling arrayref v0.3.7 |
1769 | 2024-07-25T01:26:38.873Z | Compiling arrayvec v0.7.4 |
1770 | 2024-07-25T01:26:38.899Z | Compiling spin v0.5.2 |
1771 | 2024-07-25T01:26:38.982Z | Compiling untrusted v0.7.1 |
1772 | 2024-07-25T01:26:39.137Z | Compiling constant_time_eq v0.3.0 |
1773 | 2024-07-25T01:26:39.769Z | Compiling toolchain_find v0.4.0 |
1774 | 2024-07-25T01:26:40.411Z | Checking signature v2.2.0 |
1775 | 2024-07-25T01:26:40.478Z | Compiling topological-sort v0.2.2 |
1776 | 2024-07-25T01:26:40.616Z | Compiling rustfmt-wrapper v0.2.1 |
1777 | 2024-07-25T01:26:40.702Z | Checking display-error-chain v0.2.0 |
1778 | 2024-07-25T01:26:40.844Z | Checking nibble_vec v0.1.0 |
1779 | 2024-07-25T01:26:41.047Z | Checking endian-type v0.1.2 |
1780 | 2024-07-25T01:26:41.177Z | Checking fxhash v0.2.1 |
1781 | 2024-07-25T01:26:41.268Z | Checking radix_trie v0.2.1 |
1782 | 2024-07-25T01:26:41.349Z | Checking gethostname v0.4.3 |
1783 | 2024-07-25T01:26:41.428Z | Compiling libefi-sys v0.1.0 |
1784 | 2024-07-25T01:26:41.499Z | Compiling bitfield-struct v0.6.1 |
1785 | 2024-07-25T01:26:41.645Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1786 | 2024-07-25T01:26:42.088Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1787 | 2024-07-25T01:26:42.130Z | Checking keccak v0.1.5 |
1788 | 2024-07-25T01:26:42.461Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1789 | 2024-07-25T01:26:42.584Z | Checking sha3 v0.10.8 |
1790 | 2024-07-25T01:26:42.858Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1791 | 2024-07-25T01:26:42.973Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1792 | 2024-07-25T01:26:43.015Z | Compiling omicron-zone-package v0.11.0 |
1793 | 2024-07-25T01:26:43.046Z | Checking secrecy v0.8.0 |
1794 | 2024-07-25T01:26:43.066Z | Compiling radium v0.7.0 |
1795 | 2024-07-25T01:26:43.086Z | Compiling maybe-uninit v2.0.0 |
1796 | 2024-07-25T01:26:43.250Z | Checking tap v1.0.1 |
1797 | 2024-07-25T01:26:43.421Z | Checking wyz v0.5.1 |
1798 | 2024-07-25T01:26:43.545Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1799 | 2024-07-25T01:26:43.663Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1800 | 2024-07-25T01:26:43.820Z | Checking funty v2.0.0 |
1801 | 2024-07-25T01:26:43.958Z | Checking glob v0.3.1 |
1802 | 2024-07-25T01:26:44.018Z | Checking crc-catalog v2.4.0 |
1803 | 2024-07-25T01:26:44.114Z | Compiling packed_struct v0.10.1 |
1804 | 2024-07-25T01:26:44.132Z | Compiling num-bigint-dig v0.8.4 |
1805 | 2024-07-25T01:26:44.156Z | Checking maplit v1.0.2 |
1806 | 2024-07-25T01:26:44.271Z | Checking crc v3.2.1 |
1807 | 2024-07-25T01:26:44.534Z | Compiling packed_struct_codegen v0.10.1 |
1808 | 2024-07-25T01:26:44.584Z | Compiling indexmap v1.9.3 |
1809 | 2024-07-25T01:26:44.701Z | Checking nodrop v0.1.14 |
1810 | 2024-07-25T01:26:44.774Z | Checking bitvec v1.0.1 |
1811 | 2024-07-25T01:26:44.818Z | Checking array-init v0.0.4 |
1812 | 2024-07-25T01:26:44.881Z | Checking smallvec v0.6.14 |
1813 | 2024-07-25T01:26:45.276Z | Checking pkcs1 v0.7.5 |
1814 | 2024-07-25T01:26:45.676Z | Checking bitfield v0.14.0 |
1815 | 2024-07-25T01:26:45.870Z | Checking hashbrown v0.12.3 |
1816 | 2024-07-25T01:26:45.951Z | Checking serde-hex v0.1.0 |
1817 | 2024-07-25T01:26:45.965Z | Checking bzip2 v0.4.4 |
1818 | 2024-07-25T01:26:46.270Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1819 | 2024-07-25T01:26:46.533Z | Checking env_logger v0.10.2 |
1820 | 2024-07-25T01:26:46.958Z | Checking x509-cert v0.2.5 |
1821 | 2024-07-25T01:26:47.271Z | Checking rsa v0.9.6 |
1822 | 2024-07-25T01:26:47.570Z | Checking ron v0.8.1 |
1823 | 2024-07-25T01:26:47.639Z | Compiling curve25519-dalek v4.1.3 |
1824 | 2024-07-25T01:26:48.313Z | Checking hashbrown v0.13.2 |
1825 | 2024-07-25T01:26:48.380Z | Checking universal-hash v0.5.1 |
1826 | 2024-07-25T01:26:48.574Z | Checking opaque-debug v0.3.1 |
1827 | 2024-07-25T01:26:48.656Z | Checking crc-any v2.5.0 |
1828 | 2024-07-25T01:26:48.785Z | Checking zip v0.6.6 |
1829 | 2024-07-25T01:26:48.833Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1830 | 2024-07-25T01:26:49.024Z | Compiling curve25519-dalek-derive v0.1.1 |
1831 | 2024-07-25T01:26:49.100Z | Checking path-slash v0.1.5 |
1832 | 2024-07-25T01:26:49.244Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
1833 | 2024-07-25T01:26:49.368Z | Checking object v0.30.4 |
1834 | 2024-07-25T01:26:49.475Z | Checking aead v0.5.2 |
1835 | 2024-07-25T01:26:49.696Z | Compiling async-recursion v1.1.1 |
1836 | 2024-07-25T01:26:49.781Z | Compiling parking_lot_core v0.8.6 |
1837 | 2024-07-25T01:26:49.917Z | Checking poly1305 v0.8.0 |
1838 | 2024-07-25T01:26:50.039Z | Checking chacha20 v0.9.1 |
1839 | 2024-07-25T01:26:50.272Z | Compiling thiserror-impl-no-std v2.0.2 |
1840 | 2024-07-25T01:26:50.428Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1841 | 2024-07-25T01:26:50.675Z | Checking parking_lot v0.11.2 |
1842 | 2024-07-25T01:26:50.754Z | Checking chacha20poly1305 v0.10.1 |
1843 | 2024-07-25T01:26:50.936Z | Checking trust-dns-client v0.22.0 |
1844 | 2024-07-25T01:26:51.019Z | Checking toml v0.5.11 |
1845 | 2024-07-25T01:26:51.163Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1846 | 2024-07-25T01:26:51.434Z | Checking sled v0.34.7 |
1847 | 2024-07-25T01:26:52.195Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1848 | 2024-07-25T01:26:52.321Z | Checking trust-dns-server v0.22.1 |
1849 | 2024-07-25T01:26:52.342Z | Compiling buf-list v1.0.3 |
1850 | 2024-07-25T01:26:52.406Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1851 | 2024-07-25T01:26:52.453Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1852 | 2024-07-25T01:26:53.029Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1853 | 2024-07-25T01:26:53.708Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1854 | 2024-07-25T01:26:54.262Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1855 | 2024-07-25T01:26:54.948Z | Checking thiserror-no-std v2.0.2 |
1856 | 2024-07-25T01:26:55.071Z | Checking vsss-rs v3.3.4 |
1857 | 2024-07-25T01:26:55.526Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1858 | 2024-07-25T01:26:56.620Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1859 | 2024-07-25T01:26:57.084Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1860 | 2024-07-25T01:26:57.837Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1861 | 2024-07-25T01:26:58.427Z | Compiling unicase v2.7.0 |
1862 | 2024-07-25T01:26:58.531Z | Checking nanorand v0.7.0 |
1863 | 2024-07-25T01:26:58.914Z | Checking flume v0.11.0 |
1864 | 2024-07-25T01:26:59.047Z | Checking kstat-rs v0.2.4 |
1865 | 2024-07-25T01:26:59.795Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1866 | 2024-07-25T01:26:59.856Z | Compiling mime_guess v2.0.4 |
1867 | 2024-07-25T01:26:59.985Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1868 | 2024-07-25T01:27:00.785Z | Compiling pin-project-internal v1.1.5 |
1869 | 2024-07-25T01:27:01.221Z | Compiling vte_generate_state_changes v0.1.1 |
1870 | 2024-07-25T01:27:01.880Z | Checking vte v0.11.1 |
1871 | 2024-07-25T01:27:02.200Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1872 | 2024-07-25T01:27:02.460Z | Checking fd-lock v4.0.2 |
1873 | 2024-07-25T01:27:03.251Z | Checking strip-ansi-escapes v0.2.0 |
1874 | 2024-07-25T01:27:03.322Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1875 | 2024-07-25T01:27:03.411Z | Checking http-range v0.1.5 |
1876 | 2024-07-25T01:27:03.593Z | Checking nu-ansi-term v0.50.0 |
1877 | 2024-07-25T01:27:03.613Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1878 | 2024-07-25T01:27:03.882Z | Compiling crunchy v0.2.2 |
1879 | 2024-07-25T01:27:03.961Z | Checking pin-project v1.1.5 |
1880 | 2024-07-25T01:27:04.020Z | Checking reedline v0.31.0 |
1881 | 2024-07-25T01:27:04.123Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1882 | 2024-07-25T01:27:04.300Z | Checking hyper-staticfile v0.9.5 |
1883 | 2024-07-25T01:27:04.407Z | Compiling clang-sys v1.7.0 |
1884 | 2024-07-25T01:27:04.427Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1885 | 2024-07-25T01:27:05.045Z | Compiling tiny-keccak v2.0.2 |
1886 | 2024-07-25T01:27:05.260Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1887 | 2024-07-25T01:27:05.331Z | Compiling ref-cast v1.0.23 |
1888 | 2024-07-25T01:27:05.905Z | Compiling ascii-canvas v3.0.0 |
1889 | 2024-07-25T01:27:06.204Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1890 | 2024-07-25T01:27:06.467Z | Compiling ref-cast-impl v1.0.23 |
1891 | 2024-07-25T01:27:06.489Z | Compiling ena v0.14.3 |
1892 | 2024-07-25T01:27:06.709Z | Compiling libloading v0.8.3 |
1893 | 2024-07-25T01:27:06.878Z | Compiling memoffset v0.9.1 |
1894 | 2024-07-25T01:27:07.126Z | Compiling regex-syntax v0.6.29 |
1895 | 2024-07-25T01:27:07.167Z | Compiling bindgen v0.69.4 |
1896 | 2024-07-25T01:27:07.682Z | Checking bytecount v0.6.8 |
1897 | 2024-07-25T01:27:07.837Z | Compiling diff v0.1.13 |
1898 | 2024-07-25T01:27:07.856Z | Checking papergrid v0.11.0 |
1899 | 2024-07-25T01:27:08.600Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1900 | 2024-07-25T01:27:09.237Z | Compiling which v4.4.2 |
1901 | 2024-07-25T01:27:09.730Z | Compiling tabled_derive v0.7.0 |
1902 | 2024-07-25T01:27:09.847Z | Compiling cexpr v0.6.0 |
1903 | 2024-07-25T01:27:10.990Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1904 | 2024-07-25T01:27:11.696Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1905 | 2024-07-25T01:27:12.339Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1906 | 2024-07-25T01:27:12.955Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1907 | 2024-07-25T01:27:13.122Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1908 | 2024-07-25T01:27:13.999Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1909 | 2024-07-25T01:27:15.057Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1910 | 2024-07-25T01:27:15.336Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1911 | 2024-07-25T01:27:15.765Z | Compiling lalrpop v0.19.12 |
1912 | 2024-07-25T01:27:16.937Z | Compiling snafu-derive v0.8.2 |
1913 | 2024-07-25T01:27:18.408Z | Compiling cfg_aliases v0.1.1 |
1914 | 2024-07-25T01:27:18.521Z | Compiling rustc-hash v1.1.0 |
1915 | 2024-07-25T01:27:18.682Z | Compiling shlex v1.3.0 |
1916 | 2024-07-25T01:27:19.109Z | Compiling lazycell v1.3.0 |
1917 | 2024-07-25T01:27:19.375Z | Compiling nix v0.28.0 |
1918 | 2024-07-25T01:27:20.207Z | Checking tabled v0.15.0 |
1919 | 2024-07-25T01:27:21.942Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1920 | 2024-07-25T01:27:22.225Z | Compiling derive_builder_core v0.20.0 |
1921 | 2024-07-25T01:27:22.977Z | Checking snafu v0.8.2 |
1922 | 2024-07-25T01:27:22.995Z | Checking globset v0.4.14 |
1923 | 2024-07-25T01:27:23.253Z | Checking olpc-cjson v0.1.3 |
1924 | 2024-07-25T01:27:23.458Z | Checking serde_plain v1.0.2 |
1925 | 2024-07-25T01:27:23.479Z | Compiling libxml v0.3.3 |
1926 | 2024-07-25T01:27:23.509Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1927 | 2024-07-25T01:27:23.704Z | Checking typed-path v0.7.1 |
1928 | 2024-07-25T01:27:23.880Z | Checking nix v0.27.1 |
1929 | 2024-07-25T01:27:23.943Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1930 | 2024-07-25T01:27:24.195Z | Checking serde-big-array v0.5.1 |
1931 | 2024-07-25T01:27:24.418Z | Compiling strum_macros v0.24.3 |
1932 | 2024-07-25T01:27:24.786Z | Compiling derive_builder_macro v0.20.0 |
1933 | 2024-07-25T01:27:25.200Z | Compiling cookie v0.18.1 |
1934 | 2024-07-25T01:27:25.483Z | Compiling indoc v1.0.9 |
1935 | 2024-07-25T01:27:25.587Z | Checking tough v0.17.1 |
1936 | 2024-07-25T01:27:25.695Z | Checking parse-size v1.0.0 |
1937 | 2024-07-25T01:27:25.881Z | Checking derive_builder v0.20.0 |
1938 | 2024-07-25T01:27:28.184Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1939 | 2024-07-25T01:27:28.369Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1940 | 2024-07-25T01:27:28.389Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1941 | 2024-07-25T01:27:29.201Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1942 | 2024-07-25T01:27:29.248Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1943 | 2024-07-25T01:27:29.464Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1944 | 2024-07-25T01:27:30.027Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1945 | 2024-07-25T01:27:30.323Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1946 | 2024-07-25T01:27:31.098Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1947 | 2024-07-25T01:27:31.117Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1948 | 2024-07-25T01:27:31.374Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1949 | 2024-07-25T01:27:32.988Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1950 | 2024-07-25T01:27:33.422Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1951 | 2024-07-25T01:27:33.549Z | Checking signal-hook-tokio v0.3.1 |
1952 | 2024-07-25T01:27:33.712Z | Compiling peg-macros v0.8.4 |
1953 | 2024-07-25T01:27:33.733Z | Checking quick-xml v0.31.0 |
1954 | 2024-07-25T01:27:34.345Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
1955 | 2024-07-25T01:27:35.417Z | Compiling oso-derive v0.27.3 |
1956 | 2024-07-25T01:27:35.879Z | Compiling impl-trait-for-tuples v0.2.2 |
1957 | 2024-07-25T01:27:36.501Z | Compiling sqlparser_derive v0.2.2 |
1958 | 2024-07-25T01:27:36.813Z | Checking unicode_categories v0.1.1 |
1959 | 2024-07-25T01:27:37.272Z | Checking rustyline v14.0.0 |
1960 | 2024-07-25T01:27:37.687Z | Checking sqlparser v0.45.0 |
1961 | 2024-07-25T01:27:37.725Z | Checking peg v0.8.4 |
1962 | 2024-07-25T01:27:37.842Z | Checking sqlformat v0.2.4 |
1963 | 2024-07-25T01:27:41.284Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1964 | 2024-07-25T01:27:42.532Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1965 | 2024-07-25T01:27:43.088Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1966 | 2024-07-25T01:27:44.993Z | Checking bcs v0.1.6 |
1967 | 2024-07-25T01:27:45.066Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1968 | 2024-07-25T01:27:45.360Z | Checking highway v1.1.0 |
1969 | 2024-07-25T01:27:45.520Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1970 | 2024-07-25T01:27:45.761Z | Compiling const_format_proc_macros v0.2.32 |
1971 | 2024-07-25T01:27:45.793Z | Checking bb8 v0.8.5 |
1972 | 2024-07-25T01:27:46.271Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1973 | 2024-07-25T01:27:46.852Z | Checking heck v0.4.1 |
1974 | 2024-07-25T01:27:46.999Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1975 | 2024-07-25T01:27:47.049Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1976 | 2024-07-25T01:27:47.080Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1977 | 2024-07-25T01:27:47.485Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1978 | 2024-07-25T01:27:47.547Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
1979 | 2024-07-25T01:27:48.038Z | Checking const_format v0.2.32 |
1980 | 2024-07-25T01:27:48.282Z | Checking assert_matches v1.5.0 |
1981 | 2024-07-25T01:27:48.388Z | Compiling portable-atomic v1.6.0 |
1982 | 2024-07-25T01:27:48.540Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1983 | 2024-07-25T01:27:48.835Z | Checking rand_seeder v0.2.3 |
1984 | 2024-07-25T01:27:49.086Z | Checking number_prefix v0.4.0 |
1985 | 2024-07-25T01:27:49.279Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1986 | 2024-07-25T01:27:49.523Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1987 | 2024-07-25T01:27:50.050Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
1988 | 2024-07-25T01:27:50.545Z | Checking indicatif v0.17.8 |
1989 | 2024-07-25T01:27:50.911Z | Checking is_ci v1.2.0 |
1990 | 2024-07-25T01:27:50.932Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
1991 | 2024-07-25T01:27:51.054Z | Checking supports-color v3.0.0 |
1992 | 2024-07-25T01:27:51.221Z | Checking castaway v0.2.2 |
1993 | 2024-07-25T01:27:51.274Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1994 | 2024-07-25T01:27:51.294Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1995 | 2024-07-25T01:27:51.378Z | Checking compact_str v0.7.1 |
1996 | 2024-07-25T01:27:51.570Z | Checking unicode-truncate v1.0.0 |
1997 | 2024-07-25T01:27:51.574Z | Checking itertools v0.13.0 |
1998 | 2024-07-25T01:27:51.797Z | Checking lru v0.12.3 |
1999 | 2024-07-25T01:27:52.030Z | Compiling stability v0.2.0 |
2000 | 2024-07-25T01:27:52.076Z | Checking cassowary v0.3.0 |
2001 | 2024-07-25T01:27:52.185Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2002 | 2024-07-25T01:27:52.455Z | Checking unicode-linebreak v0.1.5 |
2003 | 2024-07-25T01:27:52.621Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2004 | 2024-07-25T01:27:53.086Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2005 | 2024-07-25T01:27:53.514Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2006 | 2024-07-25T01:27:53.632Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2007 | 2024-07-25T01:27:54.388Z | Checking ratatui v0.27.0 |
2008 | 2024-07-25T01:27:54.696Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2009 | 2024-07-25T01:27:55.187Z | Checking smawk v0.3.2 |
2010 | 2024-07-25T01:27:55.432Z | Checking textwrap v0.16.1 |
2011 | 2024-07-25T01:27:55.831Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2012 | 2024-07-25T01:27:56.137Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2013 | 2024-07-25T01:27:56.375Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2014 | 2024-07-25T01:27:57.493Z | Checking fatfs v0.3.6 |
2015 | 2024-07-25T01:27:58.134Z | Checking csv-core v0.1.11 |
2016 | 2024-07-25T01:27:58.456Z | Checking shell-words v1.1.0 |
2017 | 2024-07-25T01:27:58.508Z | Checking csv v1.3.0 |
2018 | 2024-07-25T01:27:58.641Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2019 | 2024-07-25T01:27:59.383Z | Checking cargo-platform v0.1.8 |
2020 | 2024-07-25T01:27:59.621Z | Checking rtoolbox v0.0.2 |
2021 | 2024-07-25T01:27:59.695Z | Compiling getrandom v0.1.16 |
2022 | 2024-07-25T01:27:59.827Z | Checking rpassword v7.3.1 |
2023 | 2024-07-25T01:27:59.999Z | Checking cargo_metadata v0.18.1 |
2024 | 2024-07-25T01:28:00.487Z | Checking tui-tree-widget v0.21.0 |
2025 | 2024-07-25T01:28:00.815Z | Checking plotters-backend v0.3.5 |
2026 | 2024-07-25T01:28:01.177Z | Checking plotters-svg v0.3.5 |
2027 | 2024-07-25T01:28:01.688Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2028 | 2024-07-25T01:28:01.783Z | Checking rfc6979 v0.4.0 |
2029 | 2024-07-25T01:28:02.674Z | Checking yansi v0.5.1 |
2030 | 2024-07-25T01:28:02.878Z | Checking cast v0.3.0 |
2031 | 2024-07-25T01:28:03.070Z | Checking pretty_assertions v1.4.0 |
2032 | 2024-07-25T01:28:03.198Z | Checking criterion-plot v0.5.0 |
2033 | 2024-07-25T01:28:03.270Z | Checking ecdsa v0.16.9 |
2034 | 2024-07-25T01:28:03.689Z | Checking rand_core v0.5.1 |
2035 | 2024-07-25T01:28:03.996Z | Checking plotters v0.3.5 |
2036 | 2024-07-25T01:28:04.015Z | Checking primeorder v0.13.6 |
2037 | 2024-07-25T01:28:04.482Z | Checking tinytemplate v1.2.1 |
2038 | 2024-07-25T01:28:04.869Z | Checking option-ext v0.2.0 |
2039 | 2024-07-25T01:28:04.933Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2040 | 2024-07-25T01:28:04.997Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2041 | 2024-07-25T01:28:05.736Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2042 | 2024-07-25T01:28:05.739Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2043 | 2024-07-25T01:28:05.860Z | Checking oorandom v11.1.3 |
2044 | 2024-07-25T01:28:06.019Z | Checking anes v0.1.6 |
2045 | 2024-07-25T01:28:06.174Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2046 | 2024-07-25T01:28:06.396Z | Checking criterion v0.5.1 |
2047 | 2024-07-25T01:28:08.294Z | Checking dirs-sys v0.4.1 |
2048 | 2024-07-25T01:28:08.493Z | Checking rand_chacha v0.2.2 |
2049 | 2024-07-25T01:28:08.832Z | Checking polyval v0.6.2 |
2050 | 2024-07-25T01:28:09.126Z | Checking ed25519 v2.2.3 |
2051 | 2024-07-25T01:28:09.309Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2052 | 2024-07-25T01:28:09.348Z | Checking blowfish v0.9.1 |
2053 | 2024-07-25T01:28:09.593Z | Checking aes v0.8.4 |
2054 | 2024-07-25T01:28:10.497Z | Checking ctr v0.9.2 |
2055 | 2024-07-25T01:28:10.806Z | Checking password-hash v0.4.2 |
2056 | 2024-07-25T01:28:10.828Z | Checking pbkdf2 v0.12.2 |
2057 | 2024-07-25T01:28:10.999Z | Checking hex-literal v0.4.1 |
2058 | 2024-07-25T01:28:11.142Z | Checking bcrypt-pbkdf v0.10.0 |
2059 | 2024-07-25T01:28:11.208Z | Checking pbkdf2 v0.11.0 |
2060 | 2024-07-25T01:28:11.393Z | Checking ed25519-dalek v2.1.1 |
2061 | 2024-07-25T01:28:11.498Z | Checking ghash v0.5.1 |
2062 | 2024-07-25T01:28:11.680Z | Checking rand v0.7.3 |
2063 | 2024-07-25T01:28:11.727Z | Checking dirs v5.0.1 |
2064 | 2024-07-25T01:28:11.871Z | Checking p256 v0.13.2 |
2065 | 2024-07-25T01:28:12.333Z | Checking p521 v0.13.3 |
2066 | 2024-07-25T01:28:12.666Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2067 | 2024-07-25T01:28:13.055Z | Checking cbc v0.1.2 |
2068 | 2024-07-25T01:28:13.280Z | Checking russh-cryptovec v0.7.2 |
2069 | 2024-07-25T01:28:13.492Z | Checking md5 v0.7.0 |
2070 | 2024-07-25T01:28:13.512Z | Compiling target-lexicon v0.12.14 |
2071 | 2024-07-25T01:28:13.774Z | Compiling doc-comment v0.3.3 |
2072 | 2024-07-25T01:28:13.793Z | Checking russh-keys v0.43.0 |
2073 | 2024-07-25T01:28:14.519Z | Checking aes-gcm v0.10.3 |
2074 | 2024-07-25T01:28:14.625Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2075 | 2024-07-25T01:28:14.748Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2076 | 2024-07-25T01:28:15.042Z | Checking http-body v1.0.0 |
2077 | 2024-07-25T01:28:15.269Z | Compiling guppy-workspace-hack v0.1.0 |
2078 | 2024-07-25T01:28:15.529Z | Checking tower-layer v0.3.2 |
2079 | 2024-07-25T01:28:15.587Z | Compiling dhcproto-macros v0.1.0 |
2080 | 2024-07-25T01:28:15.810Z | Compiling assert_cmd v2.0.14 |
2081 | 2024-07-25T01:28:16.221Z | Checking tower v0.4.13 |
2082 | 2024-07-25T01:28:16.462Z | Checking hyper v1.3.1 |
2083 | 2024-07-25T01:28:16.535Z | Checking dhcproto v0.11.0 |
2084 | 2024-07-25T01:28:16.974Z | Checking russh v0.43.0 |
2085 | 2024-07-25T01:28:18.129Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2086 | 2024-07-25T01:28:18.247Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2087 | 2024-07-25T01:28:18.931Z | Compiling target-spec v3.1.0 |
2088 | 2024-07-25T01:28:19.151Z | Checking internet-checksum v0.2.1 |
2089 | 2024-07-25T01:28:20.122Z | Checking cfg-expr v0.15.8 |
2090 | 2024-07-25T01:28:20.943Z | Checking hyper-util v0.1.3 |
2091 | 2024-07-25T01:28:21.255Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2092 | 2024-07-25T01:28:21.381Z | Checking rustls-native-certs v0.7.0 |
2093 | 2024-07-25T01:28:21.539Z | Checking httptest v0.15.5 |
2094 | 2024-07-25T01:28:22.503Z | Checking hyper-rustls v0.26.0 |
2095 | 2024-07-25T01:28:23.204Z | Checking pathdiff v0.2.1 |
2096 | 2024-07-25T01:28:23.371Z | Compiling rstest_macros v0.19.0 |
2097 | 2024-07-25T01:28:23.912Z | Checking threadpool v1.8.1 |
2098 | 2024-07-25T01:28:24.120Z | Checking escape8259 v0.5.2 |
2099 | 2024-07-25T01:28:24.324Z | Checking nested v0.1.1 |
2100 | 2024-07-25T01:28:24.353Z | Checking libtest-mimic v0.7.3 |
2101 | 2024-07-25T01:28:24.554Z | Checking guppy v0.17.5 |
2102 | 2024-07-25T01:28:24.964Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2103 | 2024-07-25T01:28:25.248Z | Checking similar-asserts v1.5.0 |
2104 | 2024-07-25T01:28:25.484Z | Checking fancy-regex v0.13.0 |
2105 | 2024-07-25T01:28:26.026Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2106 | 2024-07-25T01:28:26.262Z | Compiling trybuild v1.0.97 |
2107 | 2024-07-25T01:28:26.567Z | Compiling relative-path v1.9.3 |
2108 | 2024-07-25T01:28:26.742Z | Checking datatest-stable v0.2.9 |
2109 | 2024-07-25T01:28:27.073Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2110 | 2024-07-25T01:28:28.403Z | Checking blake2b_simd v1.0.2 |
2111 | 2024-07-25T01:28:29.194Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2112 | 2024-07-25T01:28:29.254Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2113 | 2024-07-25T01:28:29.467Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2114 | 2024-07-25T01:28:29.741Z | Checking uzers v0.11.3 |
2115 | 2024-07-25T01:28:29.911Z | Checking indent_write v2.2.0 |
2116 | 2024-07-25T01:28:30.101Z | Checking futures-timer v3.0.3 |
2117 | 2024-07-25T01:28:30.224Z | Checking rust-argon2 v2.1.0 |
2118 | 2024-07-25T01:28:30.665Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2119 | 2024-07-25T01:28:36.852Z | Checking rand_distr v0.4.3 |
2120 | 2024-07-25T01:28:36.986Z | Checking rstest v0.19.0 |
2121 | 2024-07-25T01:28:37.216Z | Checking multimap v0.10.0 |
2122 | 2024-07-25T01:28:37.361Z | Checking approx v0.5.1 |
2123 | 2024-07-25T01:28:37.524Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2124 | 2024-07-25T01:28:37.570Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2125 | 2024-07-25T01:28:38.142Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2126 | 2024-07-25T01:28:38.680Z | Checking partial-io v0.5.4 |
2127 | 2024-07-25T01:28:38.867Z | Checking cargo_toml v0.20.4 |
2128 | 2024-07-25T01:28:39.045Z | Checking termios v0.3.3 |
2129 | 2024-07-25T01:28:39.251Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2130 | 2024-07-25T01:28:41.082Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2131 | 2024-07-25T01:28:43.143Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2132 | 2024-07-25T01:28:50.883Z | Compiling samael v0.0.15 |
2133 | 2024-07-25T01:28:56.310Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2134 | 2024-07-25T01:29:31.852Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2135 | 2024-07-25T01:29:32.014Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2136 | 2024-07-25T01:29:34.581Z | Compiling polar-core v0.27.3 |
2137 | 2024-07-25T01:29:48.413Z | Checking oso v0.27.3 |
2138 | 2024-07-25T01:30:18.360Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2139 | 2024-07-25T01:30:18.360Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2140 | 2024-07-25T01:30:18.360Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2141 | 2024-07-25T01:31:28.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 11s |
2142 | 2024-07-25T01:31:29.219Z | |
2143 | 2024-07-25T01:31:29.219Z | real 7:19.568824559 |
2144 | 2024-07-25T01:31:29.219Z | user 40:11.660718568 |
2145 | 2024-07-25T01:31:29.219Z | sys 7:13.875355063 |
2146 | 2024-07-25T01:31:29.219Z | trap 1.092538547 |
2147 | 2024-07-25T01:31:29.219Z | tflt 1.093665656 |
2148 | 2024-07-25T01:31:29.222Z | dflt 1.004786529 |
2149 | 2024-07-25T01:31:29.222Z | kflt 0.002451264 |
2150 | 2024-07-25T01:31:29.222Z | lock 1:57:49.280404027 |
2151 | 2024-07-25T01:31:29.222Z | slp 2:08:11.581975950 |
2152 | 2024-07-25T01:31:29.222Z | lat 1:58.377298628 |
2153 | 2024-07-25T01:31:29.222Z | stop 6:18.291685305 |
2154 | 2024-07-25T01:31:29.222Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2155 | 2024-07-25T01:31:29.222Z | + ptime -m cargo doc --workspace --no-deps |
2156 | 2024-07-25T01:31:30.231Z | warning: output filename collision. |
2157 | 2024-07-25T01:31:30.231Z | 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)`. |
2158 | 2024-07-25T01:31:30.231Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2159 | 2024-07-25T01:31:30.231Z | The targets should have unique names. |
2160 | 2024-07-25T01:31:30.231Z | This is a known bug where multiple crates with the same name use |
2161 | 2024-07-25T01:31:30.231Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2162 | 2024-07-25T01:31:30.764Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2163 | 2024-07-25T01:31:30.818Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2164 | 2024-07-25T01:31:30.850Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2165 | 2024-07-25T01:31:30.873Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2166 | 2024-07-25T01:31:30.894Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2167 | 2024-07-25T01:31:30.894Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2168 | 2024-07-25T01:31:31.041Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2169 | 2024-07-25T01:31:31.129Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2170 | 2024-07-25T01:31:31.144Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2171 | 2024-07-25T01:31:31.147Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2172 | 2024-07-25T01:31:31.175Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2173 | 2024-07-25T01:31:31.358Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2174 | 2024-07-25T01:31:31.425Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2175 | 2024-07-25T01:31:31.427Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2176 | 2024-07-25T01:31:31.884Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2177 | 2024-07-25T01:31:32.579Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2178 | 2024-07-25T01:31:35.553Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2179 | 2024-07-25T01:31:35.649Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2180 | 2024-07-25T01:31:35.786Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2181 | 2024-07-25T01:31:35.929Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2182 | 2024-07-25T01:31:36.231Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2183 | 2024-07-25T01:31:36.301Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2184 | 2024-07-25T01:31:36.531Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2185 | 2024-07-25T01:31:36.846Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2186 | 2024-07-25T01:31:37.090Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2187 | 2024-07-25T01:31:37.131Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2188 | 2024-07-25T01:31:37.324Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2189 | 2024-07-25T01:31:37.599Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2190 | 2024-07-25T01:31:37.755Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2191 | 2024-07-25T01:31:37.868Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2192 | 2024-07-25T01:31:38.085Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2193 | 2024-07-25T01:31:38.169Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2194 | 2024-07-25T01:31:38.890Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2195 | 2024-07-25T01:31:39.009Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2196 | 2024-07-25T01:31:39.190Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2197 | 2024-07-25T01:31:39.408Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2198 | 2024-07-25T01:31:39.465Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2199 | 2024-07-25T01:31:41.009Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2200 | 2024-07-25T01:31:43.628Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2201 | 2024-07-25T01:31:44.313Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2202 | 2024-07-25T01:31:45.147Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2203 | 2024-07-25T01:31:45.164Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2204 | 2024-07-25T01:31:45.658Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2205 | 2024-07-25T01:31:47.505Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2206 | 2024-07-25T01:31:49.975Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2207 | 2024-07-25T01:31:50.851Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2208 | 2024-07-25T01:31:52.078Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2209 | 2024-07-25T01:31:52.602Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2210 | 2024-07-25T01:31:53.017Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2211 | 2024-07-25T01:31:54.440Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2212 | 2024-07-25T01:31:55.072Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2213 | 2024-07-25T01:31:57.064Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2214 | 2024-07-25T01:31:57.582Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2215 | 2024-07-25T01:31:57.620Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2216 | 2024-07-25T01:31:57.928Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2217 | 2024-07-25T01:31:58.455Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2218 | 2024-07-25T01:31:58.640Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2219 | 2024-07-25T01:31:58.794Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2220 | 2024-07-25T01:31:59.319Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2221 | 2024-07-25T01:31:59.502Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2222 | 2024-07-25T01:31:59.988Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2223 | 2024-07-25T01:32:00.483Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2224 | 2024-07-25T01:32:00.563Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2225 | 2024-07-25T01:32:00.795Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2226 | 2024-07-25T01:32:01.011Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2227 | 2024-07-25T01:32:01.102Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2228 | 2024-07-25T01:32:01.924Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2229 | 2024-07-25T01:32:02.116Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2230 | 2024-07-25T01:32:02.153Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2231 | 2024-07-25T01:32:02.402Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2232 | 2024-07-25T01:32:02.559Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2233 | 2024-07-25T01:32:02.643Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2234 | 2024-07-25T01:32:03.762Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2235 | 2024-07-25T01:32:04.067Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2236 | 2024-07-25T01:32:05.065Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2237 | 2024-07-25T01:32:05.521Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2238 | 2024-07-25T01:32:05.824Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2239 | 2024-07-25T01:32:05.841Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2240 | 2024-07-25T01:32:07.481Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2241 | 2024-07-25T01:32:07.501Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2242 | 2024-07-25T01:32:07.798Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2243 | 2024-07-25T01:32:07.856Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2244 | 2024-07-25T01:32:08.553Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2245 | 2024-07-25T01:32:08.602Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2246 | 2024-07-25T01:32:09.276Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2247 | 2024-07-25T01:32:10.817Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2248 | 2024-07-25T01:32:11.899Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2249 | 2024-07-25T01:32:12.748Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2250 | 2024-07-25T01:32:13.847Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2251 | 2024-07-25T01:32:21.843Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2252 | 2024-07-25T01:32:24.959Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2253 | 2024-07-25T01:32:28.398Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2254 | 2024-07-25T01:32:28.475Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2255 | 2024-07-25T01:32:46.747Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2256 | 2024-07-25T01:33:01.468Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2257 | 2024-07-25T01:33:03.758Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2258 | 2024-07-25T01:33:11.108Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2259 | 2024-07-25T01:33:15.639Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2260 | 2024-07-25T01:33:16.263Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2261 | 2024-07-25T01:33:16.410Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2262 | 2024-07-25T01:33:24.806Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2263 | 2024-07-25T01:33:27.728Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2264 | 2024-07-25T01:33:33.093Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2265 | 2024-07-25T01:33:35.145Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2266 | 2024-07-25T01:33:35.430Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2267 | 2024-07-25T01:33:36.416Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2268 | 2024-07-25T01:33:37.339Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2269 | 2024-07-25T01:33:40.956Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2270 | 2024-07-25T01:33:41.907Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2271 | 2024-07-25T01:33:50.034Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2272 | 2024-07-25T01:33:54.584Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2273 | 2024-07-25T01:33:54.621Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2274 | 2024-07-25T01:33:57.759Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2275 | 2024-07-25T01:34:05.625Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2276 | 2024-07-25T01:34:24.899Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2277 | 2024-07-25T01:34:26.670Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2278 | 2024-07-25T01:34:33.408Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2279 | 2024-07-25T01:34:35.698Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2280 | 2024-07-25T01:34:37.165Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2281 | 2024-07-25T01:34:41.547Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2282 | 2024-07-25T01:34:52.422Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2283 | 2024-07-25T01:34:52.735Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2284 | 2024-07-25T01:34:54.601Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2285 | 2024-07-25T01:34:55.777Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2286 | 2024-07-25T01:35:01.163Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2287 | 2024-07-25T01:35:05.796Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2288 | 2024-07-25T01:35:08.350Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2289 | 2024-07-25T01:35:09.298Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2290 | 2024-07-25T01:35:10.504Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2291 | 2024-07-25T01:35:17.370Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2292 | 2024-07-25T01:35:17.920Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2293 | 2024-07-25T01:35:26.028Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2294 | 2024-07-25T01:35:26.825Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2295 | 2024-07-25T01:35:28.126Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2296 | 2024-07-25T01:35:31.326Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2297 | 2024-07-25T01:35:32.663Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2298 | 2024-07-25T01:35:34.716Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2299 | 2024-07-25T01:35:35.579Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2300 | 2024-07-25T01:35:39.799Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2301 | 2024-07-25T01:35:42.440Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2302 | 2024-07-25T01:35:46.688Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2303 | 2024-07-25T01:35:46.908Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2304 | 2024-07-25T01:35:48.465Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2305 | 2024-07-25T01:35:52.261Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2306 | 2024-07-25T01:35:53.496Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2307 | 2024-07-25T01:36:01.435Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2308 | 2024-07-25T01:36:01.929Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2309 | 2024-07-25T01:36:02.069Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2310 | 2024-07-25T01:36:03.535Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2311 | 2024-07-25T01:36:05.353Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2312 | 2024-07-25T01:36:09.435Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2313 | 2024-07-25T01:36:09.752Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2314 | 2024-07-25T01:36:09.935Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2315 | 2024-07-25T01:36:15.722Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2316 | 2024-07-25T01:36:16.495Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2317 | 2024-07-25T01:36:19.214Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2318 | 2024-07-25T01:36:21.995Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2319 | 2024-07-25T01:36:23.454Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2320 | 2024-07-25T01:36:28.272Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2321 | 2024-07-25T01:36:28.495Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2322 | 2024-07-25T01:36:28.817Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2323 | 2024-07-25T01:36:33.777Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2324 | 2024-07-25T01:36:35.119Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2325 | 2024-07-25T01:36:35.686Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2326 | 2024-07-25T01:36:35.759Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2327 | 2024-07-25T01:36:38.164Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2328 | 2024-07-25T01:36:38.912Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2329 | 2024-07-25T01:36:40.227Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2330 | 2024-07-25T01:36:40.659Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2331 | 2024-07-25T01:36:42.423Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2332 | 2024-07-25T01:36:43.087Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2333 | 2024-07-25T01:36:44.007Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2334 | 2024-07-25T01:36:45.492Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2335 | 2024-07-25T01:36:46.569Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2336 | 2024-07-25T01:36:47.904Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2337 | 2024-07-25T01:37:15.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 46s |
2338 | 2024-07-25T01:37:15.462Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 107 other files |
2339 | 2024-07-25T01:37:15.506Z | |
2340 | 2024-07-25T01:37:15.506Z | real 5:46.212449320 |
2341 | 2024-07-25T01:37:15.506Z | user 19:06.416395149 |
2342 | 2024-07-25T01:37:15.506Z | sys 23:36.535669078 |
2343 | 2024-07-25T01:37:15.506Z | trap 0.338924795 |
2344 | 2024-07-25T01:37:15.506Z | tflt 0.063364341 |
2345 | 2024-07-25T01:37:15.506Z | dflt 0.221743520 |
2346 | 2024-07-25T01:37:15.506Z | kflt 0.000015277 |
2347 | 2024-07-25T01:37:15.509Z | lock 57:19.927231100 |
2348 | 2024-07-25T01:37:15.509Z | slp 1:31:17.202460324 |
2349 | 2024-07-25T01:37:15.509Z | lat 58.539682030 |
2350 | 2024-07-25T01:37:15.509Z | stop 46.799141312 |
2351 | 2024-07-25T01:37:15.509Z | process exited: duration 933782 ms, exit code 0 |
|
2352 | 2024-07-25T01:37:15.514Z | found 0 output files |