|
|
|
1 | 2024-07-19T18:03:02.463Z | job assigned to worker 01J362HQG389QWX06K7RBG957V (queued for 38 s) |
|
2 | 2024-07-19T18:03:02.652Z | starting task 0: "setup" |
3 | 2024-07-19T18:03:02.676Z | ++ uname -s |
4 | 2024-07-19T18:03:02.676Z | + kern=SunOS |
5 | 2024-07-19T18:03:02.676Z | + case "$kern" in |
6 | 2024-07-19T18:03:02.676Z | + groupadd -g 12345 build |
7 | 2024-07-19T18:03:02.676Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-19T18:03:04.683Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-19T18:03:04.731Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-19T18:03:04.756Z | + home_fs=zfs |
11 | 2024-07-19T18:03:04.756Z | + [[ zfs == autofs ]] |
12 | 2024-07-19T18:03:04.756Z | + mkdir -p /home/build |
13 | 2024-07-19T18:03:04.756Z | + chown build:build /home/build /work |
14 | 2024-07-19T18:03:05.742Z | + chmod 0700 /home/build /work |
15 | 2024-07-19T18:03:05.766Z | process exited: duration 3096 ms, exit code 0 |
|
16 | 2024-07-19T18:03:05.817Z | starting task 1: "rust-toolchain" |
17 | 2024-07-19T18:03:05.841Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-19T18:03:05.841Z | ' 1.78.0 |
19 | 2024-07-19T18:03:05.841Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-19T18:03:05.841Z | ' default |
21 | 2024-07-19T18:03:05.841Z | * toolchain channel = "1.78.0" |
22 | 2024-07-19T18:03:05.841Z | * toolchain profile = "default" |
23 | 2024-07-19T18:03:05.841Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-19T18:03:05.841Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-19T18:03:05.987Z | info: downloading installer |
26 | 2024-07-19T18:03:06.801Z | info: profile set to 'default' |
27 | 2024-07-19T18:03:06.801Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-19T18:03:06.801Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-19T18:03:06.912Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-19T18:03:06.912Z | info: downloading component 'cargo' |
31 | 2024-07-19T18:03:07.083Z | info: downloading component 'clippy' |
32 | 2024-07-19T18:03:07.148Z | info: downloading component 'rust-docs' |
33 | 2024-07-19T18:03:07.448Z | info: downloading component 'rust-std' |
34 | 2024-07-19T18:03:07.957Z | info: downloading component 'rustc' |
35 | 2024-07-19T18:03:09.154Z | info: downloading component 'rustfmt' |
36 | 2024-07-19T18:03:09.198Z | info: installing component 'cargo' |
37 | 2024-07-19T18:03:10.266Z | info: installing component 'clippy' |
38 | 2024-07-19T18:03:10.729Z | info: installing component 'rust-docs' |
39 | 2024-07-19T18:03:13.192Z | info: installing component 'rust-std' |
40 | 2024-07-19T18:03:15.282Z | info: installing component 'rustc' |
41 | 2024-07-19T18:03:20.495Z | info: installing component 'rustfmt' |
42 | 2024-07-19T18:03:20.886Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-19T18:03:20.886Z | |
44 | 2024-07-19T18:03:21.033Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-19T18:03:21.034Z | |
46 | 2024-07-19T18:03:21.034Z | |
47 | 2024-07-19T18:03:21.034Z | Rust is installed now. Great! |
48 | 2024-07-19T18:03:21.034Z | |
49 | 2024-07-19T18:03:21.034Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-19T18:03:21.034Z | environment variable. This has not been done automatically. |
51 | 2024-07-19T18:03:21.034Z | |
52 | 2024-07-19T18:03:21.034Z | To configure your current shell, you need to source |
53 | 2024-07-19T18:03:21.034Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-19T18:03:21.034Z | |
55 | 2024-07-19T18:03:21.034Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-19T18:03:21.034Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-19T18:03:21.034Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-19T18:03:21.104Z | + rustc --version |
59 | 2024-07-19T18:03:21.220Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-19T18:03:21.244Z | process exited: duration 15407 ms, exit code 0 |
|
61 | 2024-07-19T18:03:21.292Z | starting task 2: "authentication" |
62 | 2024-07-19T18:03:21.348Z | process exited: duration 55 ms, exit code 0 |
|
63 | 2024-07-19T18:03:21.396Z | starting task 3: "clone repository" |
64 | 2024-07-19T18:03:21.420Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-19T18:03:21.420Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-19T18:03:21.452Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-19T18:03:27.199Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-19T18:03:27.199Z | + git fetch origin 4ad9c89a11c4ec44755535b6f40f7e02070c325a |
69 | 2024-07-19T18:03:27.559Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-19T18:03:27.559Z | * branch 4ad9c89a11c4ec44755535b6f40f7e02070c325a -> FETCH_HEAD |
71 | 2024-07-19T18:03:27.583Z | + [[ -n add-sled-identifiers-to-vcpu-stats ]] |
72 | 2024-07-19T18:03:27.583Z | ++ git branch --show-current |
73 | 2024-07-19T18:03:27.583Z | + current=main |
74 | 2024-07-19T18:03:27.583Z | + [[ main != add-sled-identifiers-to-vcpu-stats ]] |
75 | 2024-07-19T18:03:27.583Z | + git branch -f add-sled-identifiers-to-vcpu-stats 4ad9c89a11c4ec44755535b6f40f7e02070c325a |
76 | 2024-07-19T18:03:27.583Z | + git checkout -f add-sled-identifiers-to-vcpu-stats |
77 | 2024-07-19T18:03:27.746Z | Switched to branch 'add-sled-identifiers-to-vcpu-stats' |
78 | 2024-07-19T18:03:27.770Z | + git reset --hard 4ad9c89a11c4ec44755535b6f40f7e02070c325a |
79 | 2024-07-19T18:03:27.770Z | HEAD is now at 4ad9c89a1 Add sled-identifiers to instance vCPU stats |
80 | 2024-07-19T18:03:27.770Z | process exited: duration 6365 ms, exit code 0 |
|
81 | 2024-07-19T18:03:27.817Z | starting task 4: "build" |
82 | 2024-07-19T18:03:27.841Z | + cargo --version |
83 | 2024-07-19T18:03:27.889Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-19T18:03:27.913Z | + rustc --version |
85 | 2024-07-19T18:03:27.961Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-19T18:03:27.985Z | + source ./env.sh |
87 | 2024-07-19T18:03:27.985Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-07-19T18:03:27.985Z | ++ set -o xtrace |
89 | 2024-07-19T18:03:27.985Z | ++++ dirname ./env.sh |
90 | 2024-07-19T18:03:27.985Z | +++ readlink -f . |
91 | 2024-07-19T18:03:27.985Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-07-19T18:03:27.985Z | ++ 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-19T18:03:27.985Z | ++ 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-19T18:03:27.985Z | ++ 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-19T18:03:27.985Z | ++ 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-19T18:03:27.985Z | ++ 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-19T18:03:27.985Z | ++ 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-19T18:03:27.985Z | ++ 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-19T18:03:27.985Z | ++ 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-19T18:03:27.985Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-07-19T18:03:27.985Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-07-19T18:03:27.985Z | + banner prerequisites |
103 | 2024-07-19T18:03:27.985Z | |
104 | 2024-07-19T18:03:27.986Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-07-19T18:03:27.986Z | # # # # # # # # # # # # # # # |
106 | 2024-07-19T18:03:27.986Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-07-19T18:03:27.986Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-07-19T18:03:27.986Z | # # # # # # # # # # # # # # # |
109 | 2024-07-19T18:03:27.986Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-07-19T18:03:27.986Z | |
111 | 2024-07-19T18:03:27.986Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-07-19T18:03:34.816Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-07-19T18:03:37.156Z | Startup: Caching catalogs ... Done |
114 | 2024-07-19T18:03:40.963Z | Planning: Solver setup ... Done (3.221s) |
115 | 2024-07-19T18:03:41.026Z | Planning: Running solver ... Done (0.063s) |
116 | 2024-07-19T18:03:41.067Z | Planning: Finding local manifests ... Done (0.002s) |
117 | 2024-07-19T18:03:41.149Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-07-19T18:03:41.555Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-07-19T18:03:41.608Z | Planning: Package planning ... Done (0.058s) |
120 | 2024-07-19T18:03:41.634Z | Planning: Merging actions ... Done (0.057s) |
121 | 2024-07-19T18:03:41.983Z | Planning: Checking for conflicting actions ... Done (0.346s) |
122 | 2024-07-19T18:03:42.020Z | Planning: Consolidating action changes ... Done (0.013s) |
123 | 2024-07-19T18:03:42.616Z | Planning: Evaluating mediators ... Done (0.625s) |
124 | 2024-07-19T18:05:27.074Z | Planning: Planning completed in 5.41 seconds |
125 | 2024-07-19T18:05:27.098Z | Packages to install: 4 |
126 | 2024-07-19T18:05:27.098Z | Mediators to change: 2 |
127 | 2024-07-19T18:05:27.098Z | Services to change: 1 |
128 | 2024-07-19T18:05:27.098Z | Estimated space available: 148.89 GB |
129 | 2024-07-19T18:05:27.098Z | Estimated space to be consumed: 1.47 GB |
130 | 2024-07-19T18:05:27.098Z | Create boot environment: No |
131 | 2024-07-19T18:05:27.098Z | Create backup boot environment: No |
132 | 2024-07-19T18:05:27.098Z | Rebuild boot archive: No |
133 | 2024-07-19T18:05:27.098Z | |
134 | 2024-07-19T18:05:27.098Z | Changed mediators: |
135 | 2024-07-19T18:05:27.098Z | mediator clang: |
136 | 2024-07-19T18:05:27.098Z | version: None -> 15 (system default) |
137 | 2024-07-19T18:05:27.098Z | |
138 | 2024-07-19T18:05:27.098Z | mediator llvm: |
139 | 2024-07-19T18:05:27.098Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-07-19T18:05:27.098Z | |
141 | 2024-07-19T18:05:27.098Z | Changed packages: |
142 | 2024-07-19T18:05:27.098Z | helios-dev |
143 | 2024-07-19T18:05:27.098Z | developer/build-essential |
144 | 2024-07-19T18:05:27.098Z | None -> 11-2.0 |
145 | 2024-07-19T18:05:27.098Z | library/libxmlsec1 |
146 | 2024-07-19T18:05:27.098Z | None -> 1.2.35-2.0 |
147 | 2024-07-19T18:05:27.099Z | ooce/developer/clang-15 |
148 | 2024-07-19T18:05:27.099Z | None -> 15.0.7-2.0 |
149 | 2024-07-19T18:05:27.099Z | ooce/developer/llvm-15 |
150 | 2024-07-19T18:05:27.099Z | None -> 15.0.7-2.0 |
151 | 2024-07-19T18:05:27.099Z | |
152 | 2024-07-19T18:05:27.099Z | Services: |
153 | 2024-07-19T18:05:27.099Z | restart_fmri: |
154 | 2024-07-19T18:05:27.099Z | svc:/system/update-man-index:default |
155 | 2024-07-19T18:05:57.615Z | |
156 | 2024-07-19T18:05:57.684Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-07-19T18:05:57.684Z | Download: 582/3290 items 17.6/212.6MB 8% complete (3.6M/s) |
158 | 2024-07-19T18:05:57.684Z | Download: 1197/3290 items 81.6/212.6MB 38% complete (8.2M/s) |
159 | 2024-07-19T18:05:57.684Z | Download: 1507/3290 items 117.4/212.6MB 55% complete (10.0M/s) |
160 | 2024-07-19T18:05:57.684Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (4.5M/s) |
161 | 2024-07-19T18:05:57.684Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (175k/s) |
162 | 2024-07-19T18:05:57.684Z | Download: 2818/3290 items 120.8/212.6MB 56% complete (163k/s) |
163 | 2024-07-19T18:05:57.684Z | Download: 3286/3290 items 212.0/212.6MB 99% complete (9.2M/s) |
164 | 2024-07-19T18:05:57.684Z | Download: Completed 212.60 MB in 35.70 seconds (6.0M/s) |
165 | 2024-07-19T18:05:57.684Z | Actions: 1/3689 actions (Installing new actions) |
166 | 2024-07-19T18:05:57.684Z | Actions: 3463/3689 actions (Installing new actions) |
167 | 2024-07-19T18:05:57.684Z | Actions: Completed 3689 actions in 5.69 seconds. |
168 | 2024-07-19T18:05:57.684Z | Done (0.352s) |
169 | 2024-07-19T18:05:57.684Z | Done (0.000s) |
170 | 2024-07-19T18:05:57.684Z | Done (0.399s) |
171 | 2024-07-19T18:05:57.684Z | Done (4.762s) |
172 | 2024-07-19T18:05:57.684Z | Done (0.019s) |
173 | 2024-07-19T18:05:57.684Z | Done (0.000s) |
174 | 2024-07-19T18:05:57.684Z | Done (0.000s) |
175 | 2024-07-19T18:05:57.684Z | Planning: Evaluating mediator changes ... Done |
176 | 2024-07-19T18:05:57.685Z | Planning: Checking for conflicting actions ... Done |
177 | 2024-07-19T18:05:57.685Z | Planning: Consolidating action changes ... Done |
178 | 2024-07-19T18:05:57.685Z | Planning: Evaluating mediators ... Done |
179 | 2024-07-19T18:05:57.685Z | Planning: Planning completed in 0.52 seconds |
180 | 2024-07-19T18:05:57.685Z | Mediators to change: 2 |
181 | 2024-07-19T18:05:57.685Z | Create boot environment: No |
182 | 2024-07-19T18:05:57.685Z | Create backup boot environment: No |
183 | 2024-07-19T18:05:57.685Z | Done |
184 | 2024-07-19T18:05:57.685Z | Done |
185 | 2024-07-19T18:05:57.685Z | Done |
186 | 2024-07-19T18:05:57.685Z | Done |
187 | 2024-07-19T18:05:57.685Z | Done |
188 | 2024-07-19T18:05:57.685Z | Done |
189 | 2024-07-19T18:05:57.685Z | Done |
190 | 2024-07-19T18:05:57.685Z | Planning: Evaluating mediator changes ... Done |
191 | 2024-07-19T18:05:57.685Z | Planning: Merging actions ... Done |
192 | 2024-07-19T18:05:57.685Z | Planning: Checking for conflicting actions ... Done |
193 | 2024-07-19T18:05:57.685Z | Planning: Consolidating action changes ... Done |
194 | 2024-07-19T18:05:57.685Z | Planning: Evaluating mediators ... Done |
195 | 2024-07-19T18:05:57.685Z | Planning: Planning completed in 0.88 seconds |
196 | 2024-07-19T18:05:57.685Z | Packages to change: 1 |
197 | 2024-07-19T18:05:57.685Z | Mediators to change: 1 |
198 | 2024-07-19T18:05:57.685Z | Services to change: 1 |
199 | 2024-07-19T18:05:57.685Z | Create boot environment: No |
200 | 2024-07-19T18:05:57.685Z | Create backup boot environment: Yes |
201 | 2024-07-19T18:05:57.685Z | Actions: 1/6 actions (Updating modified actions) |
202 | 2024-07-19T18:05:57.685Z | Actions: Completed 6 actions in 0.00 seconds. |
203 | 2024-07-19T18:05:57.685Z | Done |
204 | 2024-07-19T18:05:57.685Z | Done |
205 | 2024-07-19T18:05:57.685Z | Done |
206 | 2024-07-19T18:05:57.685Z | Done |
207 | 2024-07-19T18:05:57.685Z | Done |
208 | 2024-07-19T18:05:57.685Z | Done |
209 | 2024-07-19T18:05:57.685Z | Done |
210 | 2024-07-19T18:05:57.685Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
211 | 2024-07-19T18:05:57.685Z | clang system 15 system |
212 | 2024-07-19T18:05:57.685Z | csh system system illumos |
213 | 2024-07-19T18:05:57.685Z | ctags system system illumos |
214 | 2024-07-19T18:05:57.685Z | gcc vendor 12 vendor |
215 | 2024-07-19T18:05:57.686Z | gcc system 10 system |
216 | 2024-07-19T18:05:57.686Z | gcc system 7 system |
217 | 2024-07-19T18:05:57.686Z | go system 1.20 system |
218 | 2024-07-19T18:05:57.686Z | go system 1.19 system |
219 | 2024-07-19T18:05:57.686Z | llvm system 15 system |
220 | 2024-07-19T18:05:57.686Z | llvm system 14 system |
221 | 2024-07-19T18:05:57.686Z | mariadb system 10.6 system |
222 | 2024-07-19T18:05:57.686Z | mta vendor vendor dma |
223 | 2024-07-19T18:05:57.686Z | openjdk system 17 system |
224 | 2024-07-19T18:05:57.686Z | openjdk system 11 system |
225 | 2024-07-19T18:05:57.686Z | openjdk system 1.8 system |
226 | 2024-07-19T18:05:57.686Z | openssl vendor 3 vendor |
227 | 2024-07-19T18:05:57.686Z | perl system 5.36 system |
228 | 2024-07-19T18:05:57.686Z | postgresql system 15 system |
229 | 2024-07-19T18:05:57.686Z | postgresql system 13 system |
230 | 2024-07-19T18:05:57.686Z | python vendor 3 vendor |
231 | 2024-07-19T18:05:57.686Z | python system 2 system |
232 | 2024-07-19T18:05:57.686Z | python3 system 3.11 system |
233 | 2024-07-19T18:05:57.686Z | ruby system 3.0 system |
234 | 2024-07-19T18:05:57.686Z | words vendor vendor american-english |
235 | 2024-07-19T18:05:57.686Z | words system system australian-english |
236 | 2024-07-19T18:05:57.686Z | words system system british-english |
237 | 2024-07-19T18:05:57.686Z | words system system canadian-english |
238 | 2024-07-19T18:05:57.686Z | words system system french |
239 | 2024-07-19T18:05:57.686Z | words system system italian |
240 | 2024-07-19T18:05:57.686Z | words system system ngerman |
241 | 2024-07-19T18:05:57.686Z | words system system ogerman |
242 | 2024-07-19T18:05:57.686Z | words system system spanish |
243 | 2024-07-19T18:05:57.686Z | PUBLISHER TYPE STATUS P LOCATION |
244 | 2024-07-19T18:05:57.686Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
245 | 2024-07-19T18:05:57.686Z | FMRI IFO |
246 | 2024-07-19T18:05:57.686Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
247 | 2024-07-19T18:05:57.686Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
248 | 2024-07-19T18:05:57.686Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
249 | 2024-07-19T18:05:57.686Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
250 | 2024-07-19T18:05:57.686Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
251 | 2024-07-19T18:05:57.686Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
252 | 2024-07-19T18:05:57.686Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
253 | 2024-07-19T18:05:57.687Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
254 | 2024-07-19T18:05:57.687Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
255 | 2024-07-19T18:05:57.687Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
256 | 2024-07-19T18:05:57.753Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
257 | 2024-07-19T18:05:57.753Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
258 | 2024-07-19T18:05:57.753Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
259 | 2024-07-19T18:05:57.753Z | Updating git repository `https://github.com/oxidecomputer/zone` |
260 | 2024-07-19T18:05:57.753Z | Updating crates.io index |
261 | 2024-07-19T18:05:57.753Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
262 | 2024-07-19T18:05:57.753Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
263 | 2024-07-19T18:05:57.753Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
264 | 2024-07-19T18:05:57.753Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
265 | 2024-07-19T18:05:57.753Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
266 | 2024-07-19T18:05:57.753Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
267 | 2024-07-19T18:05:57.753Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
268 | 2024-07-19T18:05:57.754Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
269 | 2024-07-19T18:05:57.754Z | Updating git repository `https://github.com/oxidecomputer/opte` |
270 | 2024-07-19T18:05:57.754Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
271 | 2024-07-19T18:05:57.754Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
272 | 2024-07-19T18:05:57.754Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
273 | 2024-07-19T18:05:57.754Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
274 | 2024-07-19T18:05:57.754Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
275 | 2024-07-19T18:05:57.754Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
276 | 2024-07-19T18:05:57.754Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
277 | 2024-07-19T18:05:57.754Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
278 | 2024-07-19T18:05:57.754Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
279 | 2024-07-19T18:05:57.754Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
280 | 2024-07-19T18:05:57.754Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
281 | 2024-07-19T18:05:57.754Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
282 | 2024-07-19T18:05:57.754Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
283 | 2024-07-19T18:05:57.754Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
284 | 2024-07-19T18:05:57.754Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
285 | 2024-07-19T18:05:57.754Z | Updating git repository `https://github.com/oxidecomputer/typify` |
286 | 2024-07-19T18:05:57.754Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
287 | 2024-07-19T18:05:57.754Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
288 | 2024-07-19T18:05:57.754Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
289 | 2024-07-19T18:05:57.754Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
290 | 2024-07-19T18:05:57.754Z | Downloading crates ... |
291 | 2024-07-19T18:05:57.754Z | Downloaded dtrace-parser v0.2.0 |
292 | 2024-07-19T18:05:57.754Z | Downloaded equivalent v1.0.1 |
293 | 2024-07-19T18:05:57.754Z | Downloaded num-conv v0.1.0 |
294 | 2024-07-19T18:05:57.754Z | Downloaded openssl-probe v0.1.5 |
295 | 2024-07-19T18:05:57.754Z | Downloaded strum v0.26.3 |
296 | 2024-07-19T18:05:57.754Z | Downloaded want v0.3.1 |
297 | 2024-07-19T18:05:57.754Z | Downloaded usdt-macro v0.5.0 |
298 | 2024-07-19T18:05:57.754Z | Downloaded try-lock v0.2.5 |
299 | 2024-07-19T18:05:57.754Z | Downloaded tokio-macros v2.3.0 |
300 | 2024-07-19T18:05:57.754Z | Downloaded toml_datetime v0.6.6 |
301 | 2024-07-19T18:05:57.754Z | Downloaded zerocopy-derive v0.7.34 |
302 | 2024-07-19T18:05:57.754Z | Downloaded version_check v0.9.4 |
303 | 2024-07-19T18:05:57.754Z | Downloaded usdt-impl v0.5.0 |
304 | 2024-07-19T18:05:57.754Z | Downloaded usdt v0.5.0 |
305 | 2024-07-19T18:05:57.754Z | Downloaded unicode-bidi v0.3.15 |
306 | 2024-07-19T18:05:57.754Z | Downloaded ucd-trie v0.1.6 |
307 | 2024-07-19T18:05:57.755Z | Downloaded url v2.5.0 |
308 | 2024-07-19T18:05:57.755Z | Downloaded zerocopy v0.7.34 |
309 | 2024-07-19T18:05:57.755Z | Downloaded serde_json v1.0.120 |
310 | 2024-07-19T18:05:57.755Z | Downloaded tabled v0.15.0 |
311 | 2024-07-19T18:05:57.755Z | Downloaded unicode-width v0.1.13 |
312 | 2024-07-19T18:05:57.755Z | Downloaded pest_meta v2.7.10 |
313 | 2024-07-19T18:05:57.755Z | Downloaded tokio v1.38.1 |
314 | 2024-07-19T18:05:57.755Z | Downloaded hashbrown v0.14.5 |
315 | 2024-07-19T18:05:57.755Z | Downloaded openssl v0.10.64 |
316 | 2024-07-19T18:05:57.755Z | Downloaded idna v0.5.0 |
317 | 2024-07-19T18:05:57.755Z | Downloaded libc v0.2.155 |
318 | 2024-07-19T18:05:57.755Z | Downloaded hyper v0.14.28 |
319 | 2024-07-19T18:05:57.755Z | Downloaded h2 v0.3.26 |
320 | 2024-07-19T18:05:57.755Z | Downloaded goblin v0.8.2 |
321 | 2024-07-19T18:05:57.755Z | Downloaded futures-util v0.3.30 |
322 | 2024-07-19T18:05:57.755Z | Downloaded encoding_rs v0.8.34 |
323 | 2024-07-19T18:05:57.755Z | Downloaded clap_builder v4.5.9 |
324 | 2024-07-19T18:05:57.755Z | Downloaded pest v2.7.10 |
325 | 2024-07-19T18:05:57.755Z | Downloaded parking_lot v0.12.2 |
326 | 2024-07-19T18:05:57.755Z | Downloaded openssl-sys v0.9.102 |
327 | 2024-07-19T18:05:57.755Z | Downloaded native-tls v0.2.11 |
328 | 2024-07-19T18:05:57.755Z | Downloaded mio v0.8.11 |
329 | 2024-07-19T18:05:57.755Z | Downloaded miniz_oxide v0.7.2 |
330 | 2024-07-19T18:05:57.755Z | Downloaded memchr v2.7.2 |
331 | 2024-07-19T18:05:57.755Z | Downloaded macaddr v1.0.1 |
332 | 2024-07-19T18:05:57.755Z | Downloaded indexmap v2.2.6 |
333 | 2024-07-19T18:05:57.755Z | Downloaded http v0.2.12 |
334 | 2024-07-19T18:05:57.755Z | Downloaded flate2 v1.0.30 |
335 | 2024-07-19T18:05:57.755Z | Downloaded crossbeam-channel v0.5.12 |
336 | 2024-07-19T18:05:57.755Z | Downloaded clap_derive v4.5.8 |
337 | 2024-07-19T18:05:57.755Z | Downloaded cc v1.0.97 |
338 | 2024-07-19T18:05:57.755Z | Downloaded base64 v0.21.7 |
339 | 2024-07-19T18:05:57.755Z | Downloaded rustix v0.38.34 |
340 | 2024-07-19T18:05:57.755Z | Downloaded papergrid v0.11.0 |
341 | 2024-07-19T18:05:57.755Z | Downloaded log v0.4.21 |
342 | 2024-07-19T18:05:57.755Z | Downloaded futures v0.3.30 |
343 | 2024-07-19T18:05:57.755Z | Downloaded crossbeam-utils v0.8.19 |
344 | 2024-07-19T18:05:57.755Z | Downloaded crc32fast v1.4.0 |
345 | 2024-07-19T18:05:57.755Z | Downloaded clap v4.5.9 |
346 | 2024-07-19T18:05:57.755Z | Downloaded syn v2.0.71 |
347 | 2024-07-19T18:05:57.756Z | Downloaded syn v1.0.109 |
348 | 2024-07-19T18:05:57.756Z | Downloaded pest_derive v2.7.10 |
349 | 2024-07-19T18:05:57.756Z | Downloaded parking_lot_core v0.9.10 |
350 | 2024-07-19T18:05:57.756Z | Downloaded once_cell v1.19.0 |
351 | 2024-07-19T18:05:57.756Z | Downloaded lock_api v0.4.12 |
352 | 2024-07-19T18:05:57.756Z | Downloaded ipnet v2.9.0 |
353 | 2024-07-19T18:05:57.756Z | Downloaded hyper-tls v0.5.0 |
354 | 2024-07-19T18:05:57.756Z | Downloaded httparse v1.8.0 |
355 | 2024-07-19T18:05:57.756Z | Downloaded futures-channel v0.3.30 |
356 | 2024-07-19T18:05:57.780Z | Downloaded cargo_metadata v0.18.1 |
357 | 2024-07-19T18:05:57.780Z | Downloaded bytes v1.6.0 |
358 | 2024-07-19T18:05:57.780Z | Downloaded bitflags v2.5.0 |
359 | 2024-07-19T18:05:57.780Z | Downloaded anyhow v1.0.86 |
360 | 2024-07-19T18:05:57.780Z | Downloaded reqwest v0.11.27 |
361 | 2024-07-19T18:05:57.780Z | Downloaded percent-encoding v2.3.1 |
362 | 2024-07-19T18:05:57.781Z | Downloaded num_cpus v1.16.0 |
363 | 2024-07-19T18:05:57.781Z | Downloaded memmap v0.7.0 |
364 | 2024-07-19T18:05:57.781Z | Downloaded itoa v1.0.11 |
365 | 2024-07-19T18:05:57.781Z | Downloaded generic-array v0.14.7 |
366 | 2024-07-19T18:05:57.781Z | Downloaded futures-task v0.3.30 |
367 | 2024-07-19T18:05:57.781Z | Downloaded fs-err v2.11.0 |
368 | 2024-07-19T18:05:57.781Z | Downloaded cargo_toml v0.20.3 |
369 | 2024-07-19T18:05:57.781Z | Downloaded winnow v0.6.8 |
370 | 2024-07-19T18:05:57.781Z | Downloaded vcpkg v0.2.15 |
371 | 2024-07-19T18:05:57.781Z | Downloaded unicode-normalization v0.1.23 |
372 | 2024-07-19T18:05:57.781Z | Downloaded toml_edit v0.22.16 |
373 | 2024-07-19T18:05:57.781Z | Downloaded tokio-util v0.7.11 |
374 | 2024-07-19T18:05:57.781Z | Downloaded time v0.3.36 |
375 | 2024-07-19T18:05:57.781Z | Downloaded hostname v0.3.1 |
376 | 2024-07-19T18:05:57.781Z | Downloaded futures-macro v0.3.30 |
377 | 2024-07-19T18:05:57.781Z | Downloaded futures-executor v0.3.30 |
378 | 2024-07-19T18:05:57.781Z | Downloaded fnv v1.0.7 |
379 | 2024-07-19T18:05:57.781Z | Downloaded digest v0.10.7 |
380 | 2024-07-19T18:05:57.781Z | Downloaded cargo-platform v0.1.8 |
381 | 2024-07-19T18:05:57.781Z | Downloaded anstream v0.6.14 |
382 | 2024-07-19T18:05:57.781Z | Downloaded unicode-ident v1.0.12 |
383 | 2024-07-19T18:05:57.781Z | Downloaded tracing v0.1.40 |
384 | 2024-07-19T18:05:57.781Z | Downloaded tar v0.4.41 |
385 | 2024-07-19T18:05:57.781Z | Downloaded httpdate v1.0.3 |
386 | 2024-07-19T18:05:57.781Z | Downloaded http-body v0.4.6 |
387 | 2024-07-19T18:05:57.781Z | Downloaded heck v0.4.1 |
388 | 2024-07-19T18:05:57.781Z | Downloaded camino v1.1.7 |
389 | 2024-07-19T18:05:57.781Z | Downloaded typenum v1.17.0 |
390 | 2024-07-19T18:05:57.781Z | Downloaded tracing-core v0.1.32 |
391 | 2024-07-19T18:05:57.781Z | Downloaded toml v0.8.15 |
392 | 2024-07-19T18:05:57.781Z | Downloaded term v0.7.0 |
393 | 2024-07-19T18:05:57.781Z | Downloaded socket2 v0.5.7 |
394 | 2024-07-19T18:05:57.781Z | Downloaded slog v2.7.0 |
395 | 2024-07-19T18:05:57.781Z | Downloaded serde_derive v1.0.204 |
396 | 2024-07-19T18:05:57.781Z | Downloaded serde v1.0.204 |
397 | 2024-07-19T18:05:57.781Z | Downloaded pest_generator v2.7.10 |
398 | 2024-07-19T18:05:57.781Z | Downloaded num_threads v0.1.7 |
399 | 2024-07-19T18:05:57.781Z | Downloaded mime v0.3.17 |
400 | 2024-07-19T18:05:57.782Z | Downloaded errno v0.3.9 |
401 | 2024-07-19T18:05:57.782Z | Downloaded dof v0.3.0 |
402 | 2024-07-19T18:05:57.782Z | Downloaded dirs-next v2.0.0 |
403 | 2024-07-19T18:05:57.782Z | Downloaded deranged v0.3.11 |
404 | 2024-07-19T18:05:57.782Z | Downloaded colorchoice v1.0.1 |
405 | 2024-07-19T18:05:57.782Z | Downloaded tinyvec v1.6.0 |
406 | 2024-07-19T18:05:57.782Z | Downloaded time-macros v0.2.18 |
407 | 2024-07-19T18:05:57.782Z | Downloaded strum_macros v0.26.4 |
408 | 2024-07-19T18:05:57.782Z | Downloaded ryu v1.0.18 |
409 | 2024-07-19T18:05:57.782Z | Downloaded proc-macro2 v1.0.86 |
410 | 2024-07-19T18:05:57.782Z | Downloaded heck v0.5.0 |
411 | 2024-07-19T18:05:57.782Z | Downloaded futures-sink v0.3.30 |
412 | 2024-07-19T18:05:57.782Z | Downloaded futures-io v0.3.30 |
413 | 2024-07-19T18:05:57.782Z | Downloaded futures-core v0.3.30 |
414 | 2024-07-19T18:05:57.782Z | Downloaded form_urlencoded v1.2.1 |
415 | 2024-07-19T18:05:57.782Z | Downloaded smallvec v1.13.2 |
416 | 2024-07-19T18:05:57.782Z | Downloaded utf8parse v0.2.1 |
417 | 2024-07-19T18:05:57.782Z | Downloaded tokio-native-tls v0.3.1 |
418 | 2024-07-19T18:05:57.782Z | Downloaded socket2 v0.4.10 |
419 | 2024-07-19T18:05:57.782Z | Downloaded sha2 v0.10.8 |
420 | 2024-07-19T18:05:57.782Z | Downloaded autocfg v1.3.0 |
421 | 2024-07-19T18:05:57.782Z | Downloaded anstyle-query v1.0.3 |
422 | 2024-07-19T18:05:57.782Z | Downloaded anstyle v1.0.7 |
423 | 2024-07-19T18:05:57.782Z | Downloaded adler v1.0.2 |
424 | 2024-07-19T18:05:57.782Z | Downloaded xattr v1.3.1 |
425 | 2024-07-19T18:05:57.782Z | Downloaded tinyvec_macros v0.1.1 |
426 | 2024-07-19T18:05:57.782Z | Downloaded thread-id v4.2.1 |
427 | 2024-07-19T18:05:57.782Z | Downloaded thiserror v1.0.62 |
428 | 2024-07-19T18:05:57.782Z | Downloaded semver v1.0.23 |
429 | 2024-07-19T18:05:57.782Z | Downloaded bytecount v0.6.8 |
430 | 2024-07-19T18:05:57.782Z | Downloaded thread_local v1.1.8 |
431 | 2024-07-19T18:05:57.782Z | Downloaded tabled_derive v0.7.0 |
432 | 2024-07-19T18:05:57.782Z | Downloaded thiserror-impl v1.0.62 |
433 | 2024-07-19T18:05:57.782Z | Downloaded terminal_size v0.3.0 |
434 | 2024-07-19T18:05:57.782Z | Downloaded swrite v0.1.0 |
435 | 2024-07-19T18:05:57.782Z | Downloaded slog-term v2.9.1 |
436 | 2024-07-19T18:05:57.782Z | Downloaded slog-json v2.6.1 |
437 | 2024-07-19T18:05:57.782Z | Downloaded serde_urlencoded v0.7.1 |
438 | 2024-07-19T18:05:57.783Z | Downloaded serde_tokenstream v0.2.1 |
439 | 2024-07-19T18:05:57.783Z | Downloaded serde_spanned v0.6.6 |
440 | 2024-07-19T18:05:57.783Z | Downloaded scopeguard v1.2.0 |
441 | 2024-07-19T18:05:57.783Z | Downloaded quote v1.0.36 |
442 | 2024-07-19T18:05:57.783Z | Downloaded openssl-macros v0.1.1 |
443 | 2024-07-19T18:05:57.783Z | Downloaded is-terminal v0.4.12 |
444 | 2024-07-19T18:05:57.783Z | Downloaded foreign-types-shared v0.1.1 |
445 | 2024-07-19T18:05:57.783Z | Downloaded dirs-sys-next v0.1.2 |
446 | 2024-07-19T18:05:57.783Z | Downloaded usdt-attr-macro v0.5.0 |
447 | 2024-07-19T18:05:57.783Z | Downloaded tower-service v0.3.2 |
448 | 2024-07-19T18:05:57.783Z | Downloaded time-core v0.1.2 |
449 | 2024-07-19T18:05:57.783Z | Downloaded take_mut v0.2.2 |
450 | 2024-07-19T18:05:57.783Z | Downloaded sync_wrapper v0.1.2 |
451 | 2024-07-19T18:05:57.783Z | Downloaded strsim v0.11.1 |
452 | 2024-07-19T18:05:57.783Z | Downloaded rustversion v1.0.17 |
453 | 2024-07-19T18:05:57.783Z | Downloaded rustls-pemfile v1.0.4 |
454 | 2024-07-19T18:05:57.783Z | Downloaded proc-macro-error-attr v1.0.4 |
455 | 2024-07-19T18:05:57.783Z | Downloaded proc-macro-error v1.0.4 |
456 | 2024-07-19T18:05:57.807Z | Downloaded plain v0.2.3 |
457 | 2024-07-19T18:05:57.807Z | Downloaded pkg-config v0.3.30 |
458 | 2024-07-19T18:05:57.807Z | Downloaded pin-utils v0.1.0 |
459 | 2024-07-19T18:05:57.807Z | Downloaded pin-project-lite v0.2.14 |
460 | 2024-07-19T18:05:57.807Z | Downloaded match_cfg v0.1.0 |
461 | 2024-07-19T18:05:57.807Z | Downloaded foreign-types v0.3.2 |
462 | 2024-07-19T18:05:57.808Z | Downloaded filetime v0.2.23 |
463 | 2024-07-19T18:05:57.808Z | Downloaded crypto-common v0.1.6 |
464 | 2024-07-19T18:05:57.808Z | Downloaded cpufeatures v0.2.12 |
465 | 2024-07-19T18:05:57.808Z | Downloaded clap_lex v0.7.0 |
466 | 2024-07-19T18:05:57.808Z | Downloaded byteorder v1.5.0 |
467 | 2024-07-19T18:05:57.808Z | Downloaded block-buffer v0.10.4 |
468 | 2024-07-19T18:05:57.808Z | Downloaded anstyle-parse v0.2.4 |
469 | 2024-07-19T18:05:57.808Z | Downloaded slog-bunyan v2.5.0 |
470 | 2024-07-19T18:05:57.808Z | Downloaded slog-async v2.8.0 |
471 | 2024-07-19T18:05:57.808Z | Downloaded slab v0.4.9 |
472 | 2024-07-19T18:05:57.808Z | Downloaded signal-hook-registry v1.4.2 |
473 | 2024-07-19T18:05:57.808Z | Downloaded scroll_derive v0.12.0 |
474 | 2024-07-19T18:05:57.808Z | Downloaded scroll v0.12.0 |
475 | 2024-07-19T18:05:57.808Z | Downloaded pretty-hex v0.4.1 |
476 | 2024-07-19T18:05:57.808Z | Downloaded powerfmt v0.2.0 |
477 | 2024-07-19T18:05:57.808Z | Downloaded is_terminal_polyfill v1.70.0 |
478 | 2024-07-19T18:05:57.808Z | Downloaded cfg-if v1.0.0 |
479 | 2024-07-19T18:05:57.808Z | Compiling proc-macro2 v1.0.86 |
480 | 2024-07-19T18:05:57.808Z | Compiling unicode-ident v1.0.12 |
481 | 2024-07-19T18:05:57.808Z | Compiling libc v0.2.155 |
482 | 2024-07-19T18:05:57.808Z | Compiling version_check v0.9.4 |
483 | 2024-07-19T18:05:57.808Z | Compiling cfg-if v1.0.0 |
484 | 2024-07-19T18:05:57.808Z | Compiling once_cell v1.19.0 |
485 | 2024-07-19T18:05:57.808Z | Compiling itoa v1.0.11 |
486 | 2024-07-19T18:05:57.808Z | Compiling serde v1.0.204 |
487 | 2024-07-19T18:05:57.808Z | Compiling autocfg v1.3.0 |
488 | 2024-07-19T18:05:57.808Z | Compiling memchr v2.7.2 |
489 | 2024-07-19T18:05:57.808Z | Compiling thiserror v1.0.62 |
490 | 2024-07-19T18:05:57.808Z | Compiling ryu v1.0.18 |
491 | 2024-07-19T18:05:57.808Z | Compiling pin-project-lite v0.2.14 |
492 | 2024-07-19T18:05:57.808Z | Compiling bitflags v2.5.0 |
493 | 2024-07-19T18:05:57.808Z | Compiling parking_lot_core v0.9.10 |
494 | 2024-07-19T18:05:57.808Z | Compiling cc v1.0.97 |
495 | 2024-07-19T18:05:57.808Z | Compiling ucd-trie v0.1.6 |
496 | 2024-07-19T18:05:57.808Z | Compiling lock_api v0.4.12 |
497 | 2024-07-19T18:05:57.808Z | Compiling vcpkg v0.2.15 |
498 | 2024-07-19T18:05:57.808Z | Compiling pkg-config v0.3.30 |
499 | 2024-07-19T18:05:57.808Z | Compiling quote v1.0.36 |
500 | 2024-07-19T18:05:57.809Z | Compiling slab v0.4.9 |
501 | 2024-07-19T18:05:57.809Z | Compiling scopeguard v1.2.0 |
502 | 2024-07-19T18:05:57.809Z | Compiling syn v2.0.71 |
503 | 2024-07-19T18:05:57.809Z | Compiling futures-sink v0.3.30 |
504 | 2024-07-19T18:05:57.809Z | Compiling futures-core v0.3.30 |
505 | 2024-07-19T18:05:57.809Z | Compiling bytes v1.6.0 |
506 | 2024-07-19T18:05:57.809Z | Compiling smallvec v1.13.2 |
507 | 2024-07-19T18:05:57.809Z | Compiling byteorder v1.5.0 |
508 | 2024-07-19T18:05:57.809Z | Compiling equivalent v1.0.1 |
509 | 2024-07-19T18:05:57.809Z | Compiling hashbrown v0.14.5 |
510 | 2024-07-19T18:05:57.809Z | Compiling serde_json v1.0.120 |
511 | 2024-07-19T18:05:57.809Z | Compiling fnv v1.0.7 |
512 | 2024-07-19T18:05:57.809Z | Compiling log v0.4.21 |
513 | 2024-07-19T18:05:57.809Z | Compiling parking_lot v0.12.2 |
514 | 2024-07-19T18:05:57.809Z | Compiling futures-channel v0.3.30 |
515 | 2024-07-19T18:05:57.809Z | Compiling signal-hook-registry v1.4.2 |
516 | 2024-07-19T18:05:57.809Z | Compiling mio v0.8.11 |
517 | 2024-07-19T18:05:57.809Z | Compiling socket2 v0.5.7 |
518 | 2024-07-19T18:05:57.809Z | Compiling num_cpus v1.16.0 |
519 | 2024-07-19T18:05:57.809Z | Compiling typenum v1.17.0 |
520 | 2024-07-19T18:05:57.809Z | Compiling openssl-sys v0.9.102 |
521 | 2024-07-19T18:05:57.809Z | Compiling indexmap v2.2.6 |
522 | 2024-07-19T18:05:57.809Z | Compiling futures-io v0.3.30 |
523 | 2024-07-19T18:05:57.809Z | Compiling rustix v0.38.34 |
524 | 2024-07-19T18:05:57.809Z | Compiling futures-task v0.3.30 |
525 | 2024-07-19T18:05:57.809Z | Compiling pin-utils v0.1.0 |
526 | 2024-07-19T18:05:57.809Z | Compiling errno v0.3.9 |
527 | 2024-07-19T18:05:57.809Z | Compiling generic-array v0.14.7 |
528 | 2024-07-19T18:05:57.809Z | Compiling openssl v0.10.64 |
529 | 2024-07-19T18:05:57.809Z | Compiling foreign-types-shared v0.1.1 |
530 | 2024-07-19T18:05:57.809Z | Compiling slog v2.7.0 |
531 | 2024-07-19T18:05:57.809Z | Compiling foreign-types v0.3.2 |
532 | 2024-07-19T18:05:57.809Z | Compiling http v0.2.12 |
533 | 2024-07-19T18:05:57.809Z | Compiling usdt-impl v0.5.0 |
534 | 2024-07-19T18:05:57.809Z | Compiling proc-macro-error-attr v1.0.4 |
535 | 2024-07-19T18:05:57.809Z | Compiling tracing-core v0.1.32 |
536 | 2024-07-19T18:05:57.809Z | Compiling time-core v0.1.2 |
537 | 2024-07-19T18:05:57.809Z | Compiling tinyvec_macros v0.1.1 |
538 | 2024-07-19T18:05:57.809Z | Compiling native-tls v0.2.11 |
539 | 2024-07-19T18:05:57.810Z | Compiling syn v1.0.109 |
540 | 2024-07-19T18:05:57.810Z | Compiling powerfmt v0.2.0 |
541 | 2024-07-19T18:05:57.810Z | Compiling httparse v1.8.0 |
542 | 2024-07-19T18:05:57.810Z | Compiling num-conv v0.1.0 |
543 | 2024-07-19T18:05:57.810Z | Compiling time-macros v0.2.18 |
544 | 2024-07-19T18:05:57.810Z | Compiling deranged v0.3.11 |
545 | 2024-07-19T18:05:57.810Z | Compiling tracing v0.1.40 |
546 | 2024-07-19T18:05:57.810Z | Compiling tinyvec v1.6.0 |
547 | 2024-07-19T18:05:57.810Z | Compiling thread-id v4.2.1 |
548 | 2024-07-19T18:05:57.810Z | Compiling proc-macro-error v1.0.4 |
549 | 2024-07-19T18:05:57.810Z | Compiling rustversion v1.0.17 |
550 | 2024-07-19T18:05:57.810Z | Compiling percent-encoding v2.3.1 |
551 | 2024-07-19T18:05:57.810Z | Compiling crossbeam-utils v0.8.19 |
552 | 2024-07-19T18:05:57.810Z | Compiling openssl-probe v0.1.5 |
553 | 2024-07-19T18:05:57.810Z | Compiling plain v0.2.3 |
554 | 2024-07-19T18:05:57.810Z | Compiling try-lock v0.2.5 |
555 | 2024-07-19T18:05:57.810Z | Compiling num_threads v0.1.7 |
556 | 2024-07-19T18:05:57.834Z | Compiling utf8parse v0.2.1 |
557 | 2024-07-19T18:05:57.834Z | Compiling heck v0.5.0 |
558 | 2024-07-19T18:05:57.834Z | Compiling want v0.3.1 |
559 | 2024-07-19T18:05:57.834Z | Compiling anstyle-parse v0.2.4 |
560 | 2024-07-19T18:05:57.834Z | Compiling unicode-normalization v0.1.23 |
561 | 2024-07-19T18:05:57.834Z | Compiling form_urlencoded v1.2.1 |
562 | 2024-07-19T18:05:57.834Z | Compiling http-body v0.4.6 |
563 | 2024-07-19T18:05:57.834Z | Compiling socket2 v0.4.10 |
564 | 2024-07-19T18:05:57.834Z | Compiling dirs-sys-next v0.1.2 |
565 | 2024-07-19T18:05:57.835Z | Compiling unicode-bidi v0.3.15 |
566 | 2024-07-19T18:05:57.835Z | Compiling winnow v0.6.8 |
567 | 2024-07-19T18:05:57.835Z | Compiling time v0.3.36 |
568 | 2024-07-19T18:05:57.835Z | Compiling anstyle-query v1.0.3 |
569 | 2024-07-19T18:05:57.835Z | Compiling camino v1.1.7 |
570 | 2024-07-19T18:05:57.835Z | Compiling crc32fast v1.4.0 |
571 | 2024-07-19T18:05:57.835Z | Compiling httpdate v1.0.3 |
572 | 2024-07-19T18:05:57.835Z | Compiling pretty-hex v0.4.1 |
573 | 2024-07-19T18:05:57.835Z | Compiling anstyle v1.0.7 |
574 | 2024-07-19T18:05:57.835Z | Compiling semver v1.0.23 |
575 | 2024-07-19T18:05:57.835Z | Compiling is_terminal_polyfill v1.70.0 |
576 | 2024-07-19T18:05:57.835Z | Compiling colorchoice v1.0.1 |
577 | 2024-07-19T18:05:57.835Z | Compiling tower-service v0.3.2 |
578 | 2024-07-19T18:05:57.835Z | Compiling anstream v0.6.14 |
579 | 2024-07-19T18:05:57.835Z | Compiling idna v0.5.0 |
580 | 2024-07-19T18:05:57.835Z | Compiling dirs-next v2.0.0 |
581 | 2024-07-19T18:05:57.835Z | Compiling crypto-common v0.1.6 |
582 | 2024-07-19T18:05:57.835Z | Compiling block-buffer v0.10.4 |
583 | 2024-07-19T18:05:57.835Z | Compiling terminal_size v0.3.0 |
584 | 2024-07-19T18:05:57.835Z | Compiling fs-err v2.11.0 |
585 | 2024-07-19T18:05:57.835Z | Compiling thread_local v1.1.8 |
586 | 2024-07-19T18:05:57.835Z | Compiling heck v0.4.1 |
587 | 2024-07-19T18:05:57.835Z | Compiling anyhow v1.0.86 |
588 | 2024-07-19T18:05:57.835Z | Compiling unicode-width v0.1.13 |
589 | 2024-07-19T18:05:57.835Z | Compiling serde_derive v1.0.204 |
590 | 2024-07-19T18:05:57.835Z | Compiling thiserror-impl v1.0.62 |
591 | 2024-07-19T18:05:57.835Z | Compiling zerocopy-derive v0.7.34 |
592 | 2024-07-19T18:05:57.835Z | Compiling tokio-macros v2.3.0 |
593 | 2024-07-19T18:05:57.835Z | Compiling futures-macro v0.3.30 |
594 | 2024-07-19T18:05:57.835Z | Compiling scroll_derive v0.12.0 |
595 | 2024-07-19T18:05:57.835Z | Compiling openssl-macros v0.1.1 |
596 | 2024-07-19T18:05:57.835Z | Compiling scroll v0.12.0 |
597 | 2024-07-19T18:05:57.835Z | Compiling tokio v1.38.1 |
598 | 2024-07-19T18:05:57.835Z | Compiling clap_lex v0.7.0 |
599 | 2024-07-19T18:05:57.835Z | Compiling futures-util v0.3.30 |
600 | 2024-07-19T18:05:57.835Z | Compiling goblin v0.8.2 |
601 | 2024-07-19T18:05:57.835Z | Compiling zerocopy v0.7.34 |
602 | 2024-07-19T18:05:57.835Z | Compiling adler v1.0.2 |
603 | 2024-07-19T18:05:57.836Z | Compiling base64 v0.21.7 |
604 | 2024-07-19T18:05:57.836Z | Compiling pest v2.7.10 |
605 | 2024-07-19T18:05:57.836Z | Compiling match_cfg v0.1.0 |
606 | 2024-07-19T18:05:57.836Z | Compiling strsim v0.11.1 |
607 | 2024-07-19T18:05:57.836Z | Compiling slog-async v2.8.0 |
608 | 2024-07-19T18:05:57.836Z | Compiling bytecount v0.6.8 |
609 | 2024-07-19T18:05:57.836Z | Compiling papergrid v0.11.0 |
610 | 2024-07-19T18:05:57.836Z | Compiling clap_builder v4.5.9 |
611 | 2024-07-19T18:05:57.836Z | Compiling pest_meta v2.7.10 |
612 | 2024-07-19T18:05:57.836Z | Compiling pest_generator v2.7.10 |
613 | 2024-07-19T18:05:57.836Z | Compiling tokio-util v0.7.11 |
614 | 2024-07-19T18:05:57.836Z | Compiling h2 v0.3.26 |
615 | 2024-07-19T18:05:57.836Z | Compiling tokio-native-tls v0.3.1 |
616 | 2024-07-19T18:05:57.836Z | Compiling pest_derive v2.7.10 |
617 | 2024-07-19T18:05:57.836Z | Compiling futures-executor v0.3.30 |
618 | 2024-07-19T18:05:57.836Z | Compiling dtrace-parser v0.2.0 |
619 | 2024-07-19T18:05:57.836Z | Compiling hostname v0.3.1 |
620 | 2024-07-19T18:05:57.836Z | Compiling rustls-pemfile v1.0.4 |
621 | 2024-07-19T18:05:57.836Z | Compiling miniz_oxide v0.7.2 |
622 | 2024-07-19T18:05:57.836Z | Compiling tabled_derive v0.7.0 |
623 | 2024-07-19T18:05:57.836Z | Compiling serde_tokenstream v0.2.1 |
624 | 2024-07-19T18:05:57.836Z | Compiling serde_spanned v0.6.6 |
625 | 2024-07-19T18:05:57.836Z | Compiling toml_datetime v0.6.6 |
626 | 2024-07-19T18:05:57.836Z | Compiling cargo-platform v0.1.8 |
627 | 2024-07-19T18:05:57.836Z | Compiling hyper v0.14.28 |
628 | 2024-07-19T18:05:57.836Z | Compiling toml_edit v0.22.16 |
629 | 2024-07-19T18:05:57.836Z | Compiling dof v0.3.0 |
630 | 2024-07-19T18:05:57.836Z | Compiling slog-json v2.6.1 |
631 | 2024-07-19T18:05:57.836Z | Compiling serde_urlencoded v0.7.1 |
632 | 2024-07-19T18:05:57.836Z | Compiling strum_macros v0.26.4 |
633 | 2024-07-19T18:05:57.836Z | Compiling clap_derive v4.5.8 |
634 | 2024-07-19T18:05:57.836Z | Compiling digest v0.10.7 |
635 | 2024-07-19T18:05:57.836Z | Compiling crossbeam-channel v0.5.12 |
636 | 2024-07-19T18:05:57.836Z | Compiling toml v0.8.15 |
637 | 2024-07-19T18:05:57.836Z | Compiling url v2.5.0 |
638 | 2024-07-19T18:05:57.836Z | Compiling usdt-macro v0.5.0 |
639 | 2024-07-19T18:05:57.836Z | Compiling hyper-tls v0.5.0 |
640 | 2024-07-19T18:05:57.836Z | Compiling usdt-attr-macro v0.5.0 |
641 | 2024-07-19T18:05:57.836Z | Compiling term v0.7.0 |
642 | 2024-07-19T18:05:57.837Z | Compiling xattr v1.3.1 |
643 | 2024-07-19T18:05:57.837Z | Compiling filetime v0.2.23 |
644 | 2024-07-19T18:05:57.837Z | Compiling is-terminal v0.4.12 |
645 | 2024-07-19T18:05:57.837Z | Compiling memmap v0.7.0 |
646 | 2024-07-19T18:05:57.837Z | Compiling encoding_rs v0.8.34 |
647 | 2024-07-19T18:05:57.837Z | Compiling take_mut v0.2.2 |
648 | 2024-07-19T18:05:57.837Z | Compiling cpufeatures v0.2.12 |
649 | 2024-07-19T18:05:57.837Z | Compiling mime v0.3.17 |
650 | 2024-07-19T18:05:57.837Z | Compiling sync_wrapper v0.1.2 |
651 | 2024-07-19T18:05:57.837Z | Compiling ipnet v2.9.0 |
652 | 2024-07-19T18:05:57.837Z | Compiling sha2 v0.10.8 |
653 | 2024-07-19T18:05:57.837Z | Compiling usdt v0.5.0 |
654 | 2024-07-19T18:05:57.837Z | Compiling tar v0.4.41 |
655 | 2024-07-19T18:05:57.837Z | Compiling slog-term v2.9.1 |
656 | 2024-07-19T18:05:57.861Z | Compiling clap v4.5.9 |
657 | 2024-07-19T18:05:57.861Z | Compiling strum v0.26.3 |
658 | 2024-07-19T18:05:57.861Z | Compiling flate2 v1.0.30 |
659 | 2024-07-19T18:05:57.861Z | Compiling cargo_toml v0.20.3 |
660 | 2024-07-19T18:05:57.861Z | Compiling reqwest v0.11.27 |
661 | 2024-07-19T18:05:57.861Z | Compiling slog-bunyan v2.5.0 |
662 | 2024-07-19T18:05:57.861Z | Compiling cargo_metadata v0.18.1 |
663 | 2024-07-19T18:05:57.861Z | Compiling tabled v0.15.0 |
664 | 2024-07-19T18:05:57.861Z | Compiling macaddr v1.0.1 |
665 | 2024-07-19T18:05:57.861Z | Compiling futures v0.3.30 |
666 | 2024-07-19T18:05:57.861Z | Compiling swrite v0.1.0 |
667 | 2024-07-19T18:05:57.861Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
668 | 2024-07-19T18:06:00.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
669 | 2024-07-19T18:06:56.121Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
670 | 2024-07-19T18:06:56.145Z | Jul 19 18:06:00.430 INFO Starting download, target: Console |
671 | 2024-07-19T18:06:56.145Z | Jul 19 18:06:00.430 INFO Starting download, target: Clickhouse |
672 | 2024-07-19T18:06:56.145Z | Jul 19 18:06:00.430 INFO Starting download, target: Cockroach |
673 | 2024-07-19T18:06:56.145Z | Jul 19 18:06:00.431 INFO Starting download, target: DendriteOpenapi |
674 | 2024-07-19T18:06:56.145Z | Jul 19 18:06:00.431 INFO Starting download, target: DendriteStub |
675 | 2024-07-19T18:06:56.145Z | Jul 19 18:06:00.431 INFO Starting download, target: MaghemiteMgd |
676 | 2024-07-19T18:06:56.145Z | Jul 19 18:06:00.431 INFO Starting download, target: TransceiverControl |
677 | 2024-07-19T18:06:56.146Z | Jul 19 18:06:00.432 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
678 | 2024-07-19T18:06:56.146Z | Jul 19 18:06:00.433 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi |
679 | 2024-07-19T18:06:56.146Z | Jul 19 18:06:00.434 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
680 | 2024-07-19T18:06:56.146Z | Jul 19 18:06:00.434 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
681 | 2024-07-19T18:06:56.146Z | Jul 19 18:06:00.434 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
682 | 2024-07-19T18:06:56.146Z | Jul 19 18:06:00.434 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
683 | 2024-07-19T18:06:56.146Z | Jul 19 18:06:00.434 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
684 | 2024-07-19T18:06:56.146Z | Jul 19 18:06:00.812 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
685 | 2024-07-19T18:06:56.146Z | Jul 19 18:06:01.172 INFO Download complete, target: Console |
686 | 2024-07-19T18:07:13.194Z | Jul 19 18:06:09.158 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
687 | 2024-07-19T18:07:13.262Z | Jul 19 18:06:09.158 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
688 | 2024-07-19T18:07:13.262Z | Jul 19 18:06:15.500 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz): error trying to connect: operation timed out, target: TransceiverControl |
689 | 2024-07-19T18:07:13.262Z | Jul 19 18:06:15.500 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/e83f4f164fd3dbb2100989a399a4fa087232ac36/dpd.json): error trying to connect: operation timed out, target: DendriteOpenapi |
690 | 2024-07-19T18:07:13.262Z | Jul 19 18:06:15.500 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/e83f4f164fd3dbb2100989a399a4fa087232ac36/dendrite-stub.tar.gz): error trying to connect: operation timed out, target: DendriteStub |
691 | 2024-07-19T18:07:13.262Z | Jul 19 18:06:15.500 INFO Downloading out/downloads/xcvradm.gz (attempt 2/3), target: TransceiverControl |
692 | 2024-07-19T18:07:13.262Z | Jul 19 18:06:15.501 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 2/3), target: DendriteStub |
693 | 2024-07-19T18:07:13.262Z | Jul 19 18:06:15.501 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 2/3), target: DendriteOpenapi |
694 | 2024-07-19T18:07:13.262Z | Jul 19 18:06:15.501 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/220dd026e83142b83bd93123f465a64dd4600201/mgd.tar.gz): error trying to connect: operation timed out, target: MaghemiteMgd |
695 | 2024-07-19T18:07:13.262Z | Jul 19 18:06:15.501 INFO Downloading out/downloads/mgd.tar.gz (attempt 2/3), target: MaghemiteMgd |
696 | 2024-07-19T18:07:13.262Z | Jul 19 18:06:19.090 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
697 | 2024-07-19T18:07:13.262Z | Jul 19 18:06:19.483 INFO Checking that binary works, target: Cockroach |
698 | 2024-07-19T18:07:13.262Z | Jul 19 18:06:19.687 INFO Download complete, target: Cockroach |
699 | 2024-07-19T18:07:13.262Z | Jul 19 18:06:20.218 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
700 | 2024-07-19T18:07:13.262Z | Jul 19 18:06:30.503 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/220dd026e83142b83bd93123f465a64dd4600201/mgd.tar.gz): error trying to connect: tcp connect error: deadline has elapsed, target: MaghemiteMgd |
701 | 2024-07-19T18:07:13.262Z | Jul 19 18:06:30.503 INFO Downloading out/downloads/mgd.tar.gz (attempt 3/3), target: MaghemiteMgd |
702 | 2024-07-19T18:07:13.262Z | Jul 19 18:06:30.503 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/e83f4f164fd3dbb2100989a399a4fa087232ac36/dendrite-stub.tar.gz): error trying to connect: tcp connect error: deadline has elapsed, target: DendriteStub |
703 | 2024-07-19T18:07:13.262Z | Jul 19 18:06:30.503 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 3/3), target: DendriteStub |
704 | 2024-07-19T18:07:13.262Z | Jul 19 18:06:30.503 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz): error trying to connect: tcp connect error: deadline has elapsed, target: TransceiverControl |
705 | 2024-07-19T18:07:13.262Z | Jul 19 18:06:30.503 INFO Downloading out/downloads/xcvradm.gz (attempt 3/3), target: TransceiverControl |
706 | 2024-07-19T18:07:13.262Z | Jul 19 18:06:30.503 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/e83f4f164fd3dbb2100989a399a4fa087232ac36/dpd.json): error trying to connect: tcp connect error: deadline has elapsed, target: DendriteOpenapi |
707 | 2024-07-19T18:07:13.262Z | Jul 19 18:06:30.503 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 3/3), target: DendriteOpenapi |
708 | 2024-07-19T18:07:13.262Z | Jul 19 18:06:36.803 INFO Checking that binary works, target: Clickhouse |
709 | 2024-07-19T18:07:13.262Z | Jul 19 18:06:36.936 INFO Download complete, target: Clickhouse |
710 | 2024-07-19T18:07:13.262Z | Error: Failed to download MaghemiteMgd |
711 | 2024-07-19T18:07:13.262Z | |
712 | 2024-07-19T18:07:13.262Z | Caused by: |
713 | 2024-07-19T18:07:13.262Z | 0: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/220dd026e83142b83bd93123f465a64dd4600201/mgd.tar.gz): error trying to connect: operation timed out |
714 | 2024-07-19T18:07:13.262Z | 1: error trying to connect: operation timed out |
715 | 2024-07-19T18:07:13.262Z | 2: operation timed out |
716 | 2024-07-19T18:07:13.262Z | Failed to run command -- will try 2 more times |
717 | 2024-07-19T18:07:13.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
718 | 2024-07-19T18:07:13.263Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
719 | 2024-07-19T18:07:13.263Z | Jul 19 18:06:46.270 INFO Starting download, target: Clickhouse |
720 | 2024-07-19T18:07:13.263Z | Jul 19 18:06:46.270 INFO Starting download, target: Cockroach |
721 | 2024-07-19T18:07:13.263Z | Jul 19 18:06:46.270 INFO Starting download, target: Console |
722 | 2024-07-19T18:07:13.263Z | Jul 19 18:06:46.270 INFO Starting download, target: DendriteOpenapi |
723 | 2024-07-19T18:07:13.263Z | Jul 19 18:06:46.270 INFO Starting download, target: MaghemiteMgd |
724 | 2024-07-19T18:07:13.263Z | Jul 19 18:06:46.270 INFO Starting download, target: DendriteStub |
725 | 2024-07-19T18:07:13.263Z | Jul 19 18:06:46.270 INFO Starting download, target: TransceiverControl |
726 | 2024-07-19T18:07:13.263Z | Jul 19 18:06:46.272 INFO Already downloaded (out/downloads/console.tar.gz), target: Console |
727 | 2024-07-19T18:07:13.263Z | Jul 19 18:06:46.272 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
728 | 2024-07-19T18:07:13.263Z | Jul 19 18:06:46.272 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi |
729 | 2024-07-19T18:07:13.263Z | Jul 19 18:06:46.272 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
730 | 2024-07-19T18:07:13.263Z | Jul 19 18:06:46.272 INFO Already downloaded (out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz), target: Clickhouse |
731 | 2024-07-19T18:07:13.263Z | Jul 19 18:06:46.272 INFO Already downloaded (out/downloads/cockroach-v22.1.9.illumos.tar.gz), target: Cockroach |
732 | 2024-07-19T18:07:13.263Z | Jul 19 18:06:46.272 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
733 | 2024-07-19T18:07:13.263Z | Jul 19 18:06:46.290 INFO Checksum matches already downloaded file - skipping download, target: Console |
734 | 2024-07-19T18:07:13.263Z | Jul 19 18:06:46.305 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
735 | 2024-07-19T18:07:13.263Z | Jul 19 18:06:46.546 INFO Checksum matches already downloaded file - skipping download, target: Cockroach |
736 | 2024-07-19T18:07:13.263Z | Jul 19 18:06:46.661 INFO Download complete, target: Console |
737 | 2024-07-19T18:07:13.263Z | Jul 19 18:06:46.671 INFO Download complete, target: DendriteOpenapi |
738 | 2024-07-19T18:07:13.263Z | Jul 19 18:06:46.699 INFO Checksum matches already downloaded file - skipping download, target: Clickhouse |
739 | 2024-07-19T18:07:13.263Z | Jul 19 18:06:46.805 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
740 | 2024-07-19T18:07:13.263Z | Jul 19 18:06:46.805 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
741 | 2024-07-19T18:07:13.263Z | Jul 19 18:06:46.918 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
742 | 2024-07-19T18:07:13.263Z | Jul 19 18:06:47.180 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
743 | 2024-07-19T18:07:13.263Z | Jul 19 18:06:47.767 INFO Download complete, target: TransceiverControl |
744 | 2024-07-19T18:07:13.263Z | Jul 19 18:06:47.963 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
745 | 2024-07-19T18:07:13.263Z | Jul 19 18:06:48.172 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
746 | 2024-07-19T18:07:13.263Z | Jul 19 18:06:51.115 INFO Download complete, target: DendriteStub |
747 | 2024-07-19T18:07:13.263Z | Jul 19 18:06:51.511 INFO Download complete, target: MaghemiteMgd |
748 | 2024-07-19T18:07:13.263Z | Jul 19 18:06:56.857 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
749 | 2024-07-19T18:07:13.263Z | Jul 19 18:06:57.341 INFO Checking that binary works, target: Cockroach |
750 | 2024-07-19T18:07:13.263Z | Jul 19 18:06:57.533 INFO Download complete, target: Cockroach |
751 | 2024-07-19T18:07:13.263Z | Jul 19 18:07:04.271 INFO Checking that binary works, target: Clickhouse |
752 | 2024-07-19T18:07:13.263Z | Jul 19 18:07:04.498 INFO Download complete, target: Clickhouse |
753 | 2024-07-19T18:07:13.264Z | All builder prerequisites installed successfully, and PATH looks valid |
754 | 2024-07-19T18:07:13.264Z | |
755 | 2024-07-19T18:07:13.264Z | real 3:37.287946308 |
756 | 2024-07-19T18:07:13.264Z | user 5:56.610793406 |
757 | 2024-07-19T18:07:13.264Z | sys 1:22.862912549 |
758 | 2024-07-19T18:07:13.264Z | trap 0.202885620 |
759 | 2024-07-19T18:07:13.264Z | tflt 0.090069971 |
760 | 2024-07-19T18:07:13.264Z | dflt 0.727250483 |
761 | 2024-07-19T18:07:13.264Z | kflt 0.007520143 |
762 | 2024-07-19T18:07:13.264Z | lock 24:52.570628225 |
763 | 2024-07-19T18:07:13.264Z | slp 16:44.799318603 |
764 | 2024-07-19T18:07:13.264Z | lat 25.529110773 |
765 | 2024-07-19T18:07:13.264Z | stop 1:04.695038802 |
766 | 2024-07-19T18:07:13.264Z | + banner clippy |
767 | 2024-07-19T18:07:13.264Z | |
768 | 2024-07-19T18:07:13.264Z | #### # # ##### ##### # # |
769 | 2024-07-19T18:07:13.264Z | # # # # # # # # # # |
770 | 2024-07-19T18:07:13.264Z | # # # # # # # # |
771 | 2024-07-19T18:07:13.264Z | # # # ##### ##### # |
772 | 2024-07-19T18:07:13.264Z | # # # # # # # |
773 | 2024-07-19T18:07:13.264Z | #### ###### # # # # |
774 | 2024-07-19T18:07:13.264Z | |
775 | 2024-07-19T18:07:13.264Z | + export CARGO_INCREMENTAL=0 |
776 | 2024-07-19T18:07:13.264Z | + CARGO_INCREMENTAL=0 |
777 | 2024-07-19T18:07:13.264Z | + ptime -m cargo xtask clippy |
778 | 2024-07-19T18:07:13.264Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
779 | 2024-07-19T18:07:16.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.97s |
780 | 2024-07-19T18:07:16.381Z | Running `target/debug/xtask clippy` |
781 | 2024-07-19T18:07:16.415Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
782 | 2024-07-19T18:07:17.360Z | Downloading crates ... |
783 | 2024-07-19T18:07:17.527Z | Downloaded atty v0.2.14 |
784 | 2024-07-19T18:07:17.553Z | Downloaded cstr-argument v0.1.2 |
785 | 2024-07-19T18:07:17.553Z | Downloaded ascii-canvas v3.0.0 |
786 | 2024-07-19T18:07:17.553Z | Downloaded convert_case v0.4.0 |
787 | 2024-07-19T18:07:17.553Z | Downloaded matches v0.1.10 |
788 | 2024-07-19T18:07:17.577Z | Downloaded parse-size v1.0.0 |
789 | 2024-07-19T18:07:17.577Z | Downloaded oso-derive v0.27.3 |
790 | 2024-07-19T18:07:17.601Z | Downloaded stringprep v0.1.4 |
791 | 2024-07-19T18:07:17.601Z | Downloaded unicode-xid v0.2.4 |
792 | 2024-07-19T18:07:17.601Z | Downloaded defmt-parser v0.3.4 |
793 | 2024-07-19T18:07:17.626Z | Downloaded der_derive v0.7.2 |
794 | 2024-07-19T18:07:17.626Z | Downloaded funty v2.0.0 |
795 | 2024-07-19T18:07:17.626Z | Downloaded signal-hook-tokio v0.3.1 |
796 | 2024-07-19T18:07:17.626Z | Downloaded supports-color v3.0.0 |
797 | 2024-07-19T18:07:17.650Z | Downloaded strum_macros v0.25.3 |
798 | 2024-07-19T18:07:17.650Z | Downloaded radium v0.7.0 |
799 | 2024-07-19T18:07:17.651Z | Downloaded precomputed-hash v0.1.1 |
800 | 2024-07-19T18:07:17.676Z | Downloaded pretty-hex v0.2.1 |
801 | 2024-07-19T18:07:17.676Z | Downloaded peg-runtime v0.8.3 |
802 | 2024-07-19T18:07:17.676Z | Downloaded ident_case v1.0.1 |
803 | 2024-07-19T18:07:17.676Z | Downloaded scheduled-thread-pool v0.2.7 |
804 | 2024-07-19T18:07:17.676Z | Downloaded phf_shared v0.10.0 |
805 | 2024-07-19T18:07:17.676Z | Downloaded plotters-svg v0.3.5 |
806 | 2024-07-19T18:07:17.676Z | Downloaded wait-timeout v0.2.0 |
807 | 2024-07-19T18:07:17.706Z | Downloaded dhcproto-macros v0.1.0 |
808 | 2024-07-19T18:07:17.706Z | Downloaded derive_builder_macro v0.20.0 |
809 | 2024-07-19T18:07:17.706Z | Downloaded dirs v5.0.1 |
810 | 2024-07-19T18:07:17.706Z | Downloaded endian-type v0.1.2 |
811 | 2024-07-19T18:07:17.706Z | Downloaded hubpack_derive v0.1.1 |
812 | 2024-07-19T18:07:17.706Z | Downloaded rpassword v7.3.1 |
813 | 2024-07-19T18:07:17.706Z | Downloaded hubpack v0.1.2 |
814 | 2024-07-19T18:07:17.706Z | Downloaded russh-cryptovec v0.7.2 |
815 | 2024-07-19T18:07:17.706Z | Downloaded diff v0.1.13 |
816 | 2024-07-19T18:07:17.706Z | Downloaded whoami v1.5.1 |
817 | 2024-07-19T18:07:17.731Z | Downloaded dhcproto v0.11.0 |
818 | 2024-07-19T18:07:17.731Z | Downloaded tower-layer v0.3.2 |
819 | 2024-07-19T18:07:17.731Z | Downloaded toolchain_find v0.4.0 |
820 | 2024-07-19T18:07:17.731Z | Downloaded tracing-attributes v0.1.27 |
821 | 2024-07-19T18:07:17.731Z | Downloaded ron v0.7.1 |
822 | 2024-07-19T18:07:17.756Z | Downloaded toml v0.7.8 |
823 | 2024-07-19T18:07:17.756Z | Downloaded hyper-staticfile v0.9.5 |
824 | 2024-07-19T18:07:17.757Z | Downloaded trust-dns-client v0.22.0 |
825 | 2024-07-19T18:07:17.757Z | Downloaded tower v0.4.13 |
826 | 2024-07-19T18:07:17.782Z | Downloaded tls_codec_derive v0.4.1 |
827 | 2024-07-19T18:07:17.782Z | Downloaded tokio-stream v0.1.15 |
828 | 2024-07-19T18:07:17.782Z | Downloaded tokio-rustls v0.25.0 |
829 | 2024-07-19T18:07:17.782Z | Downloaded tokio-tungstenite v0.21.0 |
830 | 2024-07-19T18:07:17.806Z | Downloaded postcard v1.0.8 |
831 | 2024-07-19T18:07:17.806Z | Downloaded diesel v2.1.6 |
832 | 2024-07-19T18:07:17.832Z | Downloaded schemars v0.8.21 |
833 | 2024-07-19T18:07:17.832Z | Downloaded tokio-postgres v0.7.10 |
834 | 2024-07-19T18:07:17.859Z | Downloaded reedline v0.31.0 |
835 | 2024-07-19T18:07:17.859Z | Downloaded rayon v1.10.0 |
836 | 2024-07-19T18:07:17.859Z | Downloaded object v0.30.4 |
837 | 2024-07-19T18:07:17.883Z | Downloaded regress v0.9.1 |
838 | 2024-07-19T18:07:17.907Z | Downloaded ratatui v0.27.0 |
839 | 2024-07-19T18:07:17.930Z | Downloaded regex-syntax v0.8.3 |
840 | 2024-07-19T18:07:17.930Z | Downloaded petgraph v0.6.5 |
841 | 2024-07-19T18:07:17.954Z | Downloaded regex-automata v0.4.6 |
842 | 2024-07-19T18:07:17.978Z | Downloaded regex-syntax v0.6.29 |
843 | 2024-07-19T18:07:17.978Z | Downloaded webpki-roots v0.25.4 |
844 | 2024-07-19T18:07:18.002Z | Downloaded gimli v0.28.1 |
845 | 2024-07-19T18:07:18.002Z | Downloaded openapiv3 v2.0.0 |
846 | 2024-07-19T18:07:18.026Z | Downloaded object v0.32.2 |
847 | 2024-07-19T18:07:18.026Z | Downloaded nix v0.28.0 |
848 | 2024-07-19T18:07:18.050Z | Downloaded nix v0.27.1 |
849 | 2024-07-19T18:07:18.050Z | Downloaded idna v0.3.0 |
850 | 2024-07-19T18:07:18.074Z | Downloaded idna v0.2.3 |
851 | 2024-07-19T18:07:18.074Z | Downloaded sha3 v0.10.8 |
852 | 2024-07-19T18:07:18.074Z | Downloaded russh v0.43.0 |
853 | 2024-07-19T18:07:18.098Z | Downloaded rstest_macros v0.19.0 |
854 | 2024-07-19T18:07:18.098Z | Downloaded hyper-util v0.1.3 |
855 | 2024-07-19T18:07:18.098Z | Downloaded ed25519-dalek v2.1.1 |
856 | 2024-07-19T18:07:18.098Z | Downloaded trust-dns-proto v0.22.0 |
857 | 2024-07-19T18:07:18.122Z | Downloaded portable-atomic v1.6.0 |
858 | 2024-07-19T18:07:18.122Z | Downloaded zerocopy-derive v0.6.6 |
859 | 2024-07-19T18:07:18.146Z | Downloaded ring v0.17.8 |
860 | 2024-07-19T18:07:18.205Z | Downloaded guppy v0.17.5 |
861 | 2024-07-19T18:07:18.228Z | Downloaded p521 v0.13.3 |
862 | 2024-07-19T18:07:18.228Z | Downloaded lalrpop v0.19.12 |
863 | 2024-07-19T18:07:18.252Z | Downloaded itertools v0.13.0 |
864 | 2024-07-19T18:07:18.252Z | Downloaded itertools v0.10.5 |
865 | 2024-07-19T18:07:18.252Z | Downloaded ring v0.16.20 |
866 | 2024-07-19T18:07:18.335Z | Downloaded csv v1.3.0 |
867 | 2024-07-19T18:07:18.359Z | Downloaded hashbrown v0.12.3 |
868 | 2024-07-19T18:07:18.383Z | Downloaded sled v0.34.7 |
869 | 2024-07-19T18:07:18.383Z | Downloaded finl_unicode v1.2.0 |
870 | 2024-07-19T18:07:18.406Z | Downloaded num-bigint-dig v0.8.4 |
871 | 2024-07-19T18:07:18.407Z | Downloaded num-bigint v0.4.5 |
872 | 2024-07-19T18:07:18.407Z | Downloaded nom v7.1.3 |
873 | 2024-07-19T18:07:18.407Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
874 | 2024-07-19T18:07:18.430Z | Downloaded rayon-core v1.12.1 |
875 | 2024-07-19T18:07:18.430Z | Downloaded tokio-tungstenite v0.20.1 |
876 | 2024-07-19T18:07:18.430Z | Downloaded russh-keys v0.43.0 |
877 | 2024-07-19T18:07:18.430Z | Downloaded polar-core v0.27.3 |
878 | 2024-07-19T18:07:18.454Z | Downloaded rustls v0.22.4 |
879 | 2024-07-19T18:07:18.454Z | Downloaded itertools v0.12.1 |
880 | 2024-07-19T18:07:18.477Z | Downloaded tokio-rustls v0.24.1 |
881 | 2024-07-19T18:07:18.477Z | Downloaded rust-argon2 v2.1.0 |
882 | 2024-07-19T18:07:18.477Z | Downloaded rustls v0.21.12 |
883 | 2024-07-19T18:07:18.477Z | Downloaded heapless v0.7.17 |
884 | 2024-07-19T18:07:18.501Z | Downloaded hashbrown v0.13.2 |
885 | 2024-07-19T18:07:18.501Z | Downloaded libm v0.2.8 |
886 | 2024-07-19T18:07:18.501Z | Downloaded rcgen v0.12.1 |
887 | 2024-07-19T18:07:18.501Z | Downloaded libxml v0.3.3 |
888 | 2024-07-19T18:07:18.525Z | Downloaded rtoolbox v0.0.2 |
889 | 2024-07-19T18:07:18.525Z | Downloaded hyper-rustls v0.26.0 |
890 | 2024-07-19T18:07:18.525Z | Downloaded hyper v1.3.1 |
891 | 2024-07-19T18:07:18.525Z | Downloaded ecdsa v0.16.9 |
892 | 2024-07-19T18:07:18.525Z | Downloaded dyn-clone v1.0.17 |
893 | 2024-07-19T18:07:18.525Z | Downloaded winnow v0.5.40 |
894 | 2024-07-19T18:07:18.549Z | Downloaded rustls-webpki v0.102.4 |
895 | 2024-07-19T18:07:18.572Z | Downloaded rand_distr v0.4.3 |
896 | 2024-07-19T18:07:18.572Z | Downloaded tough v0.17.1 |
897 | 2024-07-19T18:07:18.573Z | Downloaded toml_edit v0.19.15 |
898 | 2024-07-19T18:07:18.596Z | Downloaded rsa v0.9.6 |
899 | 2024-07-19T18:07:18.596Z | Downloaded plotters v0.3.5 |
900 | 2024-07-19T18:07:18.620Z | Downloaded sct v0.7.1 |
901 | 2024-07-19T18:07:18.620Z | Downloaded rustls-webpki v0.101.7 |
902 | 2024-07-19T18:07:18.620Z | Downloaded textwrap v0.16.1 |
903 | 2024-07-19T18:07:18.620Z | Downloaded headers v0.3.9 |
904 | 2024-07-19T18:07:18.643Z | Downloaded trust-dns-server v0.22.1 |
905 | 2024-07-19T18:07:18.643Z | Downloaded pem-rfc7468 v0.7.0 |
906 | 2024-07-19T18:07:18.643Z | Downloaded regex v1.10.5 |
907 | 2024-07-19T18:07:18.668Z | Downloaded minimal-lexical v0.2.1 |
908 | 2024-07-19T18:07:18.668Z | Downloaded toml v0.5.11 |
909 | 2024-07-19T18:07:18.668Z | Downloaded ron v0.8.1 |
910 | 2024-07-19T18:07:18.668Z | Downloaded ed25519 v2.2.3 |
911 | 2024-07-19T18:07:18.668Z | Downloaded dirs-sys v0.4.1 |
912 | 2024-07-19T18:07:18.669Z | Downloaded trust-dns-resolver v0.22.0 |
913 | 2024-07-19T18:07:18.692Z | Downloaded polyval v0.6.2 |
914 | 2024-07-19T18:07:18.692Z | Downloaded semver v0.1.20 |
915 | 2024-07-19T18:07:18.692Z | Downloaded secrecy v0.8.0 |
916 | 2024-07-19T18:07:18.692Z | Downloaded schemars_derive v0.8.21 |
917 | 2024-07-19T18:07:18.692Z | Downloaded rand_core v0.6.4 |
918 | 2024-07-19T18:07:18.692Z | Downloaded radix_trie v0.2.1 |
919 | 2024-07-19T18:07:18.692Z | Downloaded test-strategy v0.3.1 |
920 | 2024-07-19T18:07:18.693Z | Downloaded heapless v0.8.0 |
921 | 2024-07-19T18:07:18.693Z | Downloaded elliptic-curve v0.13.8 |
922 | 2024-07-19T18:07:18.716Z | Downloaded topological-sort v0.2.2 |
923 | 2024-07-19T18:07:18.716Z | Downloaded serde_derive_internals v0.29.1 |
924 | 2024-07-19T18:07:18.716Z | Downloaded rustc-demangle v0.1.24 |
925 | 2024-07-19T18:07:18.716Z | Downloaded rustyline v14.0.0 |
926 | 2024-07-19T18:07:18.716Z | Downloaded rstest v0.19.0 |
927 | 2024-07-19T18:07:18.716Z | Downloaded postgres-protocol v0.6.6 |
928 | 2024-07-19T18:07:18.716Z | Downloaded diesel_derives v2.1.4 |
929 | 2024-07-19T18:07:18.740Z | Downloaded derive_more v0.99.18 |
930 | 2024-07-19T18:07:18.740Z | Downloaded tungstenite v0.20.1 |
931 | 2024-07-19T18:07:18.740Z | Downloaded half v2.4.1 |
932 | 2024-07-19T18:07:18.740Z | Downloaded tls_codec v0.4.1 |
933 | 2024-07-19T18:07:18.740Z | Downloaded tinytemplate v1.2.1 |
934 | 2024-07-19T18:07:18.740Z | Downloaded serde_path_to_error v0.1.16 |
935 | 2024-07-19T18:07:18.740Z | Downloaded postgres-types v0.2.6 |
936 | 2024-07-19T18:07:18.740Z | Downloaded portpicker v0.1.1 |
937 | 2024-07-19T18:07:18.764Z | Downloaded hyper-rustls v0.24.2 |
938 | 2024-07-19T18:07:18.764Z | Downloaded httptest v0.15.5 |
939 | 2024-07-19T18:07:18.764Z | Downloaded env_logger v0.9.3 |
940 | 2024-07-19T18:07:18.764Z | Downloaded hkdf v0.12.4 |
941 | 2024-07-19T18:07:18.764Z | Downloaded walkdir v2.5.0 |
942 | 2024-07-19T18:07:18.764Z | Downloaded proptest v1.4.0 |
943 | 2024-07-19T18:07:18.764Z | Downloaded trybuild v1.0.96 |
944 | 2024-07-19T18:07:18.788Z | Downloaded sec1 v0.7.3 |
945 | 2024-07-19T18:07:18.788Z | Downloaded pem v3.0.4 |
946 | 2024-07-19T18:07:18.788Z | Downloaded embedded-io v0.4.0 |
947 | 2024-07-19T18:07:18.788Z | Downloaded phf v0.11.2 |
948 | 2024-07-19T18:07:18.788Z | Downloaded data-encoding v2.6.0 |
949 | 2024-07-19T18:07:18.788Z | Downloaded thiserror-no-std v2.0.2 |
950 | 2024-07-19T18:07:18.788Z | Downloaded enum-as-inner v0.5.1 |
951 | 2024-07-19T18:07:18.788Z | Downloaded downcast v0.11.0 |
952 | 2024-07-19T18:07:18.788Z | Downloaded doc-comment v0.3.3 |
953 | 2024-07-19T18:07:18.788Z | Downloaded humantime v2.1.0 |
954 | 2024-07-19T18:07:18.788Z | Downloaded ena v0.14.3 |
955 | 2024-07-19T18:07:18.788Z | Downloaded either v1.12.0 |
956 | 2024-07-19T18:07:18.788Z | Downloaded difflib v0.4.0 |
957 | 2024-07-19T18:07:18.788Z | Downloaded pin-project v1.1.5 |
958 | 2024-07-19T18:07:18.812Z | Downloaded rfc6979 v0.4.0 |
959 | 2024-07-19T18:07:18.812Z | Downloaded resolv-conf v0.7.0 |
960 | 2024-07-19T18:07:18.812Z | Downloaded relative-path v1.9.3 |
961 | 2024-07-19T18:07:18.812Z | Downloaded rand_xorshift v0.3.0 |
962 | 2024-07-19T18:07:18.812Z | Downloaded quick-xml v0.31.0 |
963 | 2024-07-19T18:07:18.812Z | Downloaded datatest-stable v0.2.9 |
964 | 2024-07-19T18:07:18.836Z | Downloaded pin-project-internal v1.1.5 |
965 | 2024-07-19T18:07:18.836Z | Downloaded samael v0.0.15 |
966 | 2024-07-19T18:07:18.836Z | Downloaded derive_builder v0.20.0 |
967 | 2024-07-19T18:07:18.836Z | Downloaded display-error-chain v0.2.0 |
968 | 2024-07-19T18:07:18.836Z | Downloaded wyz v0.5.1 |
969 | 2024-07-19T18:07:18.836Z | Downloaded regex-automata v0.1.10 |
970 | 2024-07-19T18:07:18.836Z | Downloaded getrandom v0.2.14 |
971 | 2024-07-19T18:07:18.860Z | Downloaded derive_builder_core v0.20.0 |
972 | 2024-07-19T18:07:18.860Z | Downloaded diesel_table_macro_syntax v0.1.0 |
973 | 2024-07-19T18:07:18.860Z | Downloaded debug-ignore v1.0.5 |
974 | 2024-07-19T18:07:18.860Z | Downloaded tui-tree-widget v0.21.0 |
975 | 2024-07-19T18:07:18.860Z | Downloaded poly1305 v0.8.0 |
976 | 2024-07-19T18:07:18.860Z | Downloaded pkcs1 v0.7.5 |
977 | 2024-07-19T18:07:18.860Z | Downloaded x509-cert v0.2.5 |
978 | 2024-07-19T18:07:18.860Z | Downloaded pkcs8 v0.10.2 |
979 | 2024-07-19T18:07:18.860Z | Downloaded phf_shared v0.11.2 |
980 | 2024-07-19T18:07:18.890Z | Downloaded plotters-backend v0.3.5 |
981 | 2024-07-19T18:07:18.891Z | Downloaded zip v0.6.6 |
982 | 2024-07-19T18:07:18.891Z | Downloaded http v1.1.0 |
983 | 2024-07-19T18:07:18.891Z | Downloaded getrandom v0.1.16 |
984 | 2024-07-19T18:07:18.891Z | Downloaded rustls-pki-types v1.7.0 |
985 | 2024-07-19T18:07:18.891Z | Downloaded rustls-pemfile v2.1.2 |
986 | 2024-07-19T18:07:18.891Z | Downloaded rustls-native-certs v0.7.0 |
987 | 2024-07-19T18:07:18.891Z | Downloaded peg-macros v0.8.3 |
988 | 2024-07-19T18:07:18.891Z | Downloaded iana-time-zone v0.1.60 |
989 | 2024-07-19T18:07:18.891Z | Downloaded zerocopy v0.6.6 |
990 | 2024-07-19T18:07:18.891Z | Downloaded yasna v0.5.2 |
991 | 2024-07-19T18:07:18.891Z | Downloaded pretty_assertions v1.4.0 |
992 | 2024-07-19T18:07:18.891Z | Downloaded ref-cast v1.0.23 |
993 | 2024-07-19T18:07:18.918Z | Downloaded globset v0.4.14 |
994 | 2024-07-19T18:07:18.918Z | Downloaded smoltcp v0.11.0 |
995 | 2024-07-19T18:07:18.918Z | Downloaded rand_core v0.5.1 |
996 | 2024-07-19T18:07:18.918Z | Downloaded rand_chacha v0.3.1 |
997 | 2024-07-19T18:07:18.918Z | Downloaded rand v0.7.3 |
998 | 2024-07-19T18:07:18.918Z | Downloaded tiny-keccak v2.0.2 |
999 | 2024-07-19T18:07:18.942Z | Downloaded termcolor v1.4.1 |
1000 | 2024-07-19T18:07:18.942Z | Downloaded same-file v1.0.6 |
1001 | 2024-07-19T18:07:18.942Z | Downloaded rusty-fork v0.3.0 |
1002 | 2024-07-19T18:07:18.942Z | Downloaded rustfmt-wrapper v0.2.1 |
1003 | 2024-07-19T18:07:18.942Z | Downloaded rustc_version v0.4.0 |
1004 | 2024-07-19T18:07:18.942Z | Downloaded rustc_version v0.1.7 |
1005 | 2024-07-19T18:07:18.942Z | Downloaded rustc-hash v1.1.0 |
1006 | 2024-07-19T18:07:18.942Z | Downloaded darling_macro v0.20.9 |
1007 | 2024-07-19T18:07:18.942Z | Downloaded zone_cfg_derive v0.1.2 |
1008 | 2024-07-19T18:07:18.942Z | Downloaded prettyplease v0.2.20 |
1009 | 2024-07-19T18:07:18.942Z | Downloaded rand_seeder v0.2.3 |
1010 | 2024-07-19T18:07:18.942Z | Downloaded publicsuffix v2.2.3 |
1011 | 2024-07-19T18:07:18.942Z | Downloaded threadpool v1.8.1 |
1012 | 2024-07-19T18:07:18.942Z | Downloaded serde_with v3.8.3 |
1013 | 2024-07-19T18:07:18.967Z | Downloaded zeroize_derive v1.4.2 |
1014 | 2024-07-19T18:07:18.967Z | Downloaded zeroize v1.7.0 |
1015 | 2024-07-19T18:07:18.967Z | Downloaded yansi v0.5.1 |
1016 | 2024-07-19T18:07:18.967Z | Downloaded http-range v0.1.5 |
1017 | 2024-07-19T18:07:18.967Z | Downloaded which v4.4.2 |
1018 | 2024-07-19T18:07:18.967Z | Downloaded unsafe-libyaml v0.2.11 |
1019 | 2024-07-19T18:07:18.967Z | Downloaded thiserror-impl-no-std v2.0.2 |
1020 | 2024-07-19T18:07:18.967Z | Downloaded termios v0.3.3 |
1021 | 2024-07-19T18:07:18.967Z | Downloaded hash32 v0.2.1 |
1022 | 2024-07-19T18:07:18.967Z | Downloaded glob v0.3.1 |
1023 | 2024-07-19T18:07:18.967Z | Downloaded ghash v0.5.1 |
1024 | 2024-07-19T18:07:18.967Z | Downloaded zone v0.1.8 |
1025 | 2024-07-19T18:07:18.967Z | Downloaded ref-cast-impl v1.0.23 |
1026 | 2024-07-19T18:07:18.967Z | Downloaded primeorder v0.13.6 |
1027 | 2024-07-19T18:07:18.991Z | Downloaded ppv-lite86 v0.2.17 |
1028 | 2024-07-19T18:07:18.991Z | Downloaded hmac v0.12.1 |
1029 | 2024-07-19T18:07:18.991Z | Downloaded rand v0.8.5 |
1030 | 2024-07-19T18:07:18.991Z | Downloaded hash32 v0.3.1 |
1031 | 2024-07-19T18:07:18.991Z | Downloaded getopts v0.2.21 |
1032 | 2024-07-19T18:07:18.991Z | Downloaded gethostname v0.4.3 |
1033 | 2024-07-19T18:07:18.991Z | Downloaded smoltcp v0.9.1 |
1034 | 2024-07-19T18:07:18.991Z | Downloaded p256 v0.13.2 |
1035 | 2024-07-19T18:07:19.015Z | Downloaded oso v0.27.3 |
1036 | 2024-07-19T18:07:19.015Z | Downloaded multer v3.1.0 |
1037 | 2024-07-19T18:07:19.015Z | Downloaded bstr v0.2.17 |
1038 | 2024-07-19T18:07:19.015Z | Downloaded predicates-tree v1.0.9 |
1039 | 2024-07-19T18:07:19.015Z | Downloaded predicates-core v1.0.6 |
1040 | 2024-07-19T18:07:19.015Z | Downloaded predicates v3.1.0 |
1041 | 2024-07-19T18:07:19.039Z | Downloaded highway v1.1.0 |
1042 | 2024-07-19T18:07:19.039Z | Downloaded hex-literal v0.4.1 |
1043 | 2024-07-19T18:07:19.039Z | Downloaded hex v0.4.3 |
1044 | 2024-07-19T18:07:19.039Z | Downloaded heck v0.3.3 |
1045 | 2024-07-19T18:07:19.039Z | Downloaded waitgroup v0.1.2 |
1046 | 2024-07-19T18:07:19.039Z | Downloaded vte v0.11.1 |
1047 | 2024-07-19T18:07:19.040Z | Downloaded vsss-rs v3.3.4 |
1048 | 2024-07-19T18:07:19.040Z | Downloaded uzers v0.11.3 |
1049 | 2024-07-19T18:07:19.040Z | Downloaded uuid v1.10.0 |
1050 | 2024-07-19T18:07:19.040Z | Downloaded untrusted v0.7.1 |
1051 | 2024-07-19T18:07:19.040Z | Downloaded group v0.13.0 |
1052 | 2024-07-19T18:07:19.040Z | Downloaded num-integer v0.1.46 |
1053 | 2024-07-19T18:07:19.040Z | Downloaded bstr v1.9.1 |
1054 | 2024-07-19T18:07:19.064Z | Downloaded http-body v1.0.0 |
1055 | 2024-07-19T18:07:19.064Z | Downloaded hostname v0.4.0 |
1056 | 2024-07-19T18:07:19.064Z | Downloaded home v0.5.9 |
1057 | 2024-07-19T18:07:19.064Z | Downloaded vte_generate_state_changes v0.1.1 |
1058 | 2024-07-19T18:07:19.064Z | Downloaded utf-8 v0.7.6 |
1059 | 2024-07-19T18:07:19.064Z | Downloaded untrusted v0.9.0 |
1060 | 2024-07-19T18:07:19.064Z | Downloaded rand_chacha v0.2.2 |
1061 | 2024-07-19T18:07:19.064Z | Downloaded quick-error v1.2.3 |
1062 | 2024-07-19T18:07:19.064Z | Downloaded termtree v0.4.1 |
1063 | 2024-07-19T18:07:19.064Z | Downloaded tempfile v3.10.1 |
1064 | 2024-07-19T18:07:19.064Z | Downloaded target-spec v3.1.0 |
1065 | 2024-07-19T18:07:19.064Z | Downloaded target-lexicon v0.12.14 |
1066 | 2024-07-19T18:07:19.088Z | Downloaded tap v1.0.1 |
1067 | 2024-07-19T18:07:19.088Z | Downloaded tabwriter v1.4.0 |
1068 | 2024-07-19T18:07:19.088Z | Downloaded subtle v2.5.0 |
1069 | 2024-07-19T18:07:19.088Z | Downloaded subprocess v0.2.9 |
1070 | 2024-07-19T18:07:19.088Z | Downloaded strum_macros v0.24.3 |
1071 | 2024-07-19T18:07:19.088Z | Downloaded structmeta-derive v0.2.0 |
1072 | 2024-07-19T18:07:19.088Z | Downloaded structmeta v0.2.0 |
1073 | 2024-07-19T18:07:19.088Z | Downloaded smallvec v0.6.14 |
1074 | 2024-07-19T18:07:19.088Z | Downloaded slog-dtrace v0.3.0 |
1075 | 2024-07-19T18:07:19.088Z | Downloaded serde_yaml v0.9.34+deprecated |
1076 | 2024-07-19T18:07:19.088Z | Downloaded headers-core v0.2.0 |
1077 | 2024-07-19T18:07:19.088Z | Downloaded guppy-workspace-hack v0.1.0 |
1078 | 2024-07-19T18:07:19.088Z | Downloaded expectorate v1.1.0 |
1079 | 2024-07-19T18:07:19.088Z | Downloaded num-rational v0.4.2 |
1080 | 2024-07-19T18:07:19.088Z | Downloaded nu-ansi-term v0.50.0 |
1081 | 2024-07-19T18:07:19.113Z | Downloaded darling_core v0.20.9 |
1082 | 2024-07-19T18:07:19.113Z | Downloaded r2d2 v0.8.10 |
1083 | 2024-07-19T18:07:19.113Z | Downloaded psl-types v2.0.11 |
1084 | 2024-07-19T18:07:19.113Z | Downloaded proc-macro-crate v1.3.1 |
1085 | 2024-07-19T18:07:19.113Z | Downloaded slog-envlogger v2.2.0 |
1086 | 2024-07-19T18:07:19.114Z | Downloaded similar-asserts v1.5.0 |
1087 | 2024-07-19T18:07:19.114Z | Downloaded similar v2.5.0 |
1088 | 2024-07-19T18:07:19.114Z | Downloaded fancy-regex v0.13.0 |
1089 | 2024-07-19T18:07:19.114Z | Downloaded sqlparser v0.45.0 |
1090 | 2024-07-19T18:07:19.138Z | Downloaded owo-colors v4.0.0 |
1091 | 2024-07-19T18:07:19.138Z | Downloaded num-complex v0.4.6 |
1092 | 2024-07-19T18:07:19.138Z | Downloaded chrono v0.4.38 |
1093 | 2024-07-19T18:07:19.138Z | Downloaded structmeta-derive v0.3.0 |
1094 | 2024-07-19T18:07:19.138Z | Downloaded structmeta v0.3.0 |
1095 | 2024-07-19T18:07:19.138Z | Downloaded strip-ansi-escapes v0.2.0 |
1096 | 2024-07-19T18:07:19.138Z | Downloaded smf v0.2.3 |
1097 | 2024-07-19T18:07:19.138Z | Downloaded smawk v0.3.2 |
1098 | 2024-07-19T18:07:19.138Z | Downloaded slog-stdlog v4.1.1 |
1099 | 2024-07-19T18:07:19.138Z | Downloaded siphasher v0.3.11 |
1100 | 2024-07-19T18:07:19.138Z | Downloaded signature v2.2.0 |
1101 | 2024-07-19T18:07:19.162Z | Downloaded signal-hook-mio v0.2.3 |
1102 | 2024-07-19T18:07:19.162Z | Downloaded serde_with_macros v3.8.3 |
1103 | 2024-07-19T18:07:19.162Z | Downloaded serde_plain v1.0.2 |
1104 | 2024-07-19T18:07:19.162Z | Downloaded flume v0.11.0 |
1105 | 2024-07-19T18:07:19.162Z | Downloaded fatfs v0.3.6 |
1106 | 2024-07-19T18:07:19.162Z | Downloaded derive-where v1.2.7 |
1107 | 2024-07-19T18:07:19.162Z | Downloaded partial-io v0.5.4 |
1108 | 2024-07-19T18:07:19.162Z | Downloaded parking_lot_core v0.8.6 |
1109 | 2024-07-19T18:07:19.162Z | Downloaded olpc-cjson v0.1.3 |
1110 | 2024-07-19T18:07:19.162Z | Downloaded num-traits v0.2.19 |
1111 | 2024-07-19T18:07:19.162Z | Downloaded nanorand v0.7.0 |
1112 | 2024-07-19T18:07:19.186Z | Downloaded libtest-mimic v0.7.3 |
1113 | 2024-07-19T18:07:19.186Z | Downloaded bitvec v1.0.1 |
1114 | 2024-07-19T18:07:19.186Z | Downloaded sigpipe v0.1.3 |
1115 | 2024-07-19T18:07:19.186Z | Downloaded serde_repr v0.1.19 |
1116 | 2024-07-19T18:07:19.210Z | Downloaded pbkdf2 v0.12.2 |
1117 | 2024-07-19T18:07:19.210Z | Downloaded paste v1.0.15 |
1118 | 2024-07-19T18:07:19.210Z | Downloaded packed_struct_codegen v0.10.1 |
1119 | 2024-07-19T18:07:19.210Z | Downloaded omicron-zone-package v0.11.0 |
1120 | 2024-07-19T18:07:19.210Z | Downloaded newtype-uuid v1.1.0 |
1121 | 2024-07-19T18:07:19.210Z | Downloaded curve25519-dalek v4.1.3 |
1122 | 2024-07-19T18:07:19.210Z | Downloaded sha1 v0.10.6 |
1123 | 2024-07-19T18:07:19.210Z | Downloaded fxhash v0.2.1 |
1124 | 2024-07-19T18:07:19.210Z | Downloaded futures-timer v3.0.3 |
1125 | 2024-07-19T18:07:19.234Z | Downloaded foreign-types-shared v0.3.1 |
1126 | 2024-07-19T18:07:19.234Z | Downloaded foreign-types-macros v0.2.3 |
1127 | 2024-07-19T18:07:19.234Z | Downloaded foreign-types v0.5.0 |
1128 | 2024-07-19T18:07:19.234Z | Downloaded fixedbitset v0.4.2 |
1129 | 2024-07-19T18:07:19.234Z | Downloaded der v0.7.9 |
1130 | 2024-07-19T18:07:19.234Z | Downloaded typed-path v0.7.1 |
1131 | 2024-07-19T18:07:19.234Z | Downloaded oorandom v11.1.3 |
1132 | 2024-07-19T18:07:19.234Z | Downloaded mockall_derive v0.12.1 |
1133 | 2024-07-19T18:07:19.234Z | Downloaded fragile v2.0.0 |
1134 | 2024-07-19T18:07:19.235Z | Downloaded float-ord v0.3.2 |
1135 | 2024-07-19T18:07:19.235Z | Downloaded float-cmp v0.9.0 |
1136 | 2024-07-19T18:07:19.235Z | Downloaded flagset v0.4.5 |
1137 | 2024-07-19T18:07:19.258Z | Downloaded ff v0.13.0 |
1138 | 2024-07-19T18:07:19.258Z | Downloaded fd-lock v4.0.2 |
1139 | 2024-07-19T18:07:19.258Z | Downloaded fastrand v2.1.0 |
1140 | 2024-07-19T18:07:19.258Z | Downloaded fallible-iterator v0.2.0 |
1141 | 2024-07-19T18:07:19.258Z | Downloaded escape8259 v0.5.2 |
1142 | 2024-07-19T18:07:19.259Z | Downloaded erased-serde v0.3.31 |
1143 | 2024-07-19T18:07:19.259Z | Downloaded env_logger v0.10.2 |
1144 | 2024-07-19T18:07:19.259Z | Downloaded universal-hash v0.5.1 |
1145 | 2024-07-19T18:07:19.259Z | Downloaded password-hash v0.5.0 |
1146 | 2024-07-19T18:07:19.259Z | Downloaded parse-display-derive v0.9.1 |
1147 | 2024-07-19T18:07:19.259Z | Downloaded num_enum_derive v0.5.11 |
1148 | 2024-07-19T18:07:19.259Z | Downloaded nibble_vec v0.1.0 |
1149 | 2024-07-19T18:07:19.259Z | Downloaded mockall v0.12.1 |
1150 | 2024-07-19T18:07:19.259Z | Downloaded memoffset v0.9.1 |
1151 | 2024-07-19T18:07:19.259Z | Downloaded indicatif v0.17.8 |
1152 | 2024-07-19T18:07:19.292Z | Downloaded indexmap v1.9.3 |
1153 | 2024-07-19T18:07:19.292Z | Downloaded defmt v0.3.8 |
1154 | 2024-07-19T18:07:19.292Z | Downloaded unicode_categories v0.1.1 |
1155 | 2024-07-19T18:07:19.292Z | Downloaded unicode-segmentation v1.11.0 |
1156 | 2024-07-19T18:07:19.292Z | Downloaded tungstenite v0.21.0 |
1157 | 2024-07-19T18:07:19.292Z | Downloaded steno v0.4.1 |
1158 | 2024-07-19T18:07:19.292Z | Downloaded spin v0.9.8 |
1159 | 2024-07-19T18:07:19.292Z | Downloaded snafu v0.8.2 |
1160 | 2024-07-19T18:07:19.292Z | Downloaded password-hash v0.4.2 |
1161 | 2024-07-19T18:07:19.292Z | Downloaded maplit v1.0.2 |
1162 | 2024-07-19T18:07:19.292Z | Downloaded bindgen v0.69.4 |
1163 | 2024-07-19T18:07:19.316Z | Downloaded defmt-macros v0.3.9 |
1164 | 2024-07-19T18:07:19.316Z | Downloaded unicode-linebreak v0.1.5 |
1165 | 2024-07-19T18:07:19.316Z | Downloaded unicase v2.7.0 |
1166 | 2024-07-19T18:07:19.316Z | Downloaded unarray v0.1.4 |
1167 | 2024-07-19T18:07:19.316Z | Downloaded parking_lot v0.11.2 |
1168 | 2024-07-19T18:07:19.316Z | Downloaded new_debug_unreachable v1.0.6 |
1169 | 2024-07-19T18:07:19.316Z | Downloaded mime_guess v2.0.4 |
1170 | 2024-07-19T18:07:19.316Z | Downloaded lazy_static v1.5.0 |
1171 | 2024-07-19T18:07:19.317Z | Downloaded lalrpop-util v0.19.12 |
1172 | 2024-07-19T18:07:19.317Z | Downloaded kstat-rs v0.2.4 |
1173 | 2024-07-19T18:07:19.317Z | Downloaded crypto-bigint v0.5.5 |
1174 | 2024-07-19T18:07:19.341Z | Downloaded const_format v0.2.32 |
1175 | 2024-07-19T18:07:19.341Z | Downloaded blake3 v1.5.1 |
1176 | 2024-07-19T18:07:19.341Z | Downloaded unicode-truncate v1.0.0 |
1177 | 2024-07-19T18:07:19.341Z | Downloaded sqlformat v0.2.4 |
1178 | 2024-07-19T18:07:19.341Z | Downloaded spki v0.7.3 |
1179 | 2024-07-19T18:07:19.341Z | Downloaded snafu-derive v0.8.2 |
1180 | 2024-07-19T18:07:19.341Z | Downloaded signal-hook v0.3.17 |
1181 | 2024-07-19T18:07:19.366Z | Downloaded shell-words v1.1.0 |
1182 | 2024-07-19T18:07:19.366Z | Downloaded serde_arrays v0.1.0 |
1183 | 2024-07-19T18:07:19.366Z | Downloaded peg v0.8.3 |
1184 | 2024-07-19T18:07:19.366Z | Downloaded pbkdf2 v0.11.0 |
1185 | 2024-07-19T18:07:19.366Z | Downloaded pathdiff v0.2.1 |
1186 | 2024-07-19T18:07:19.366Z | Downloaded path-slash v0.1.5 |
1187 | 2024-07-19T18:07:19.366Z | Downloaded parse-display v0.9.1 |
1188 | 2024-07-19T18:07:19.366Z | Downloaded option-ext v0.2.0 |
1189 | 2024-07-19T18:07:19.366Z | Downloaded num v0.4.3 |
1190 | 2024-07-19T18:07:19.366Z | Downloaded lru-cache v0.1.2 |
1191 | 2024-07-19T18:07:19.366Z | Downloaded lru v0.12.3 |
1192 | 2024-07-19T18:07:19.366Z | Downloaded linear-map v1.2.0 |
1193 | 2024-07-19T18:07:19.366Z | Downloaded libefi-sys v0.1.0 |
1194 | 2024-07-19T18:07:19.366Z | Downloaded indoc v1.0.9 |
1195 | 2024-07-19T18:07:19.366Z | Downloaded curve25519-dalek-derive v0.1.1 |
1196 | 2024-07-19T18:07:19.390Z | Downloaded criterion-plot v0.5.0 |
1197 | 2024-07-19T18:07:19.390Z | Downloaded cookie v0.18.1 |
1198 | 2024-07-19T18:07:19.390Z | Downloaded aho-corasick v1.1.3 |
1199 | 2024-07-19T18:07:19.390Z | Downloaded string_cache v0.8.7 |
1200 | 2024-07-19T18:07:19.390Z | Downloaded static_assertions v1.1.0 |
1201 | 2024-07-19T18:07:19.391Z | Downloaded stable_deref_trait v1.2.0 |
1202 | 2024-07-19T18:07:19.391Z | Downloaded stability v0.2.0 |
1203 | 2024-07-19T18:07:19.391Z | Downloaded sqlparser_derive v0.2.2 |
1204 | 2024-07-19T18:07:19.391Z | Downloaded spin v0.5.2 |
1205 | 2024-07-19T18:07:19.391Z | Downloaded slog-scope v4.4.0 |
1206 | 2024-07-19T18:07:19.391Z | Downloaded shlex v1.3.0 |
1207 | 2024-07-19T18:07:19.391Z | Downloaded serde-hex v0.1.0 |
1208 | 2024-07-19T18:07:19.391Z | Downloaded serde-big-array v0.5.1 |
1209 | 2024-07-19T18:07:19.391Z | Downloaded packed_struct v0.10.1 |
1210 | 2024-07-19T18:07:19.415Z | Downloaded num_enum v0.5.11 |
1211 | 2024-07-19T18:07:19.415Z | Downloaded num-iter v0.1.45 |
1212 | 2024-07-19T18:07:19.415Z | Downloaded num-derive v0.4.2 |
1213 | 2024-07-19T18:07:19.415Z | Downloaded multimap v0.10.0 |
1214 | 2024-07-19T18:07:19.415Z | Downloaded memmap2 v0.9.4 |
1215 | 2024-07-19T18:07:19.415Z | Downloaded maybe-uninit v2.0.0 |
1216 | 2024-07-19T18:07:19.415Z | Downloaded libloading v0.8.3 |
1217 | 2024-07-19T18:07:19.415Z | Downloaded ipnetwork v0.20.0 |
1218 | 2024-07-19T18:07:19.415Z | Downloaded ctr v0.9.2 |
1219 | 2024-07-19T18:07:19.415Z | Downloaded crunchy v0.2.2 |
1220 | 2024-07-19T18:07:19.415Z | Downloaded crucible-workspace-hack v0.1.0 |
1221 | 2024-07-19T18:07:19.415Z | Downloaded crossterm v0.27.0 |
1222 | 2024-07-19T18:07:19.439Z | Downloaded criterion v0.5.1 |
1223 | 2024-07-19T18:07:19.439Z | Downloaded crc-catalog v2.4.0 |
1224 | 2024-07-19T18:07:19.439Z | Downloaded crc v3.2.1 |
1225 | 2024-07-19T18:07:19.439Z | Downloaded const-oid v0.9.6 |
1226 | 2024-07-19T18:07:19.439Z | Downloaded compact_str v0.7.1 |
1227 | 2024-07-19T18:07:19.439Z | Downloaded cobs v0.2.3 |
1228 | 2024-07-19T18:07:19.439Z | Downloaded cipher v0.4.4 |
1229 | 2024-07-19T18:07:19.439Z | Downloaded chacha20 v0.9.1 |
1230 | 2024-07-19T18:07:19.439Z | Downloaded cfg-expr v0.15.8 |
1231 | 2024-07-19T18:07:19.463Z | Downloaded cbc v0.1.2 |
1232 | 2024-07-19T18:07:19.463Z | Downloaded cast v0.3.0 |
1233 | 2024-07-19T18:07:19.463Z | Downloaded cancel-safe-futures v0.1.5 |
1234 | 2024-07-19T18:07:19.463Z | Downloaded buf-list v1.0.3 |
1235 | 2024-07-19T18:07:19.463Z | Downloaded block-padding v0.3.3 |
1236 | 2024-07-19T18:07:19.463Z | Downloaded bitstruct v0.1.1 |
1237 | 2024-07-19T18:07:19.463Z | Downloaded bitfield-struct v0.6.1 |
1238 | 2024-07-19T18:07:19.463Z | Downloaded bcs v0.1.6 |
1239 | 2024-07-19T18:07:19.463Z | Downloaded bb8 v0.8.5 |
1240 | 2024-07-19T18:07:19.463Z | Downloaded base64 v0.22.1 |
1241 | 2024-07-19T18:07:19.463Z | Downloaded aes-gcm v0.10.3 |
1242 | 2024-07-19T18:07:19.463Z | Downloaded aes v0.8.4 |
1243 | 2024-07-19T18:07:19.487Z | Downloaded opaque-debug v0.3.1 |
1244 | 2024-07-19T18:07:19.487Z | Downloaded number_prefix v0.4.0 |
1245 | 2024-07-19T18:07:19.487Z | Downloaded normalize-line-endings v0.3.0 |
1246 | 2024-07-19T18:07:19.487Z | Downloaded nodrop v0.1.14 |
1247 | 2024-07-19T18:07:19.487Z | Downloaded newtype_derive v0.1.6 |
1248 | 2024-07-19T18:07:19.487Z | Downloaded nested v0.1.1 |
1249 | 2024-07-19T18:07:19.487Z | Downloaded md5 v0.7.0 |
1250 | 2024-07-19T18:07:19.487Z | Downloaded md-5 v0.10.6 |
1251 | 2024-07-19T18:07:19.487Z | Downloaded managed v0.8.0 |
1252 | 2024-07-19T18:07:19.487Z | Downloaded linked-hash-map v0.5.6 |
1253 | 2024-07-19T18:07:19.488Z | Downloaded libsw v3.3.1 |
1254 | 2024-07-19T18:07:19.488Z | Downloaded lazycell v1.3.0 |
1255 | 2024-07-19T18:07:19.488Z | Downloaded keccak v0.1.5 |
1256 | 2024-07-19T18:07:19.488Z | Downloaded is_ci v1.2.0 |
1257 | 2024-07-19T18:07:19.488Z | Downloaded internet-checksum v0.2.1 |
1258 | 2024-07-19T18:07:19.488Z | Downloaded instant v0.1.12 |
1259 | 2024-07-19T18:07:19.488Z | Downloaded inout v0.1.3 |
1260 | 2024-07-19T18:07:19.488Z | Downloaded indent_write v2.2.0 |
1261 | 2024-07-19T18:07:19.488Z | Downloaded impl-trait-for-tuples v0.2.2 |
1262 | 2024-07-19T18:07:19.511Z | Downloaded darling v0.20.9 |
1263 | 2024-07-19T18:07:19.511Z | Downloaded crc-any v2.5.0 |
1264 | 2024-07-19T18:07:19.512Z | Downloaded cookie_store v0.20.0 |
1265 | 2024-07-19T18:07:19.512Z | Downloaded cookie v0.17.0 |
1266 | 2024-07-19T18:07:19.512Z | Downloaded constant_time_eq v0.3.0 |
1267 | 2024-07-19T18:07:19.512Z | Downloaded console v0.15.8 |
1268 | 2024-07-19T18:07:19.512Z | Downloaded clang-sys v1.7.0 |
1269 | 2024-07-19T18:07:19.512Z | Downloaded ciborium-ll v0.2.2 |
1270 | 2024-07-19T18:07:19.512Z | Downloaded ciborium-io v0.2.2 |
1271 | 2024-07-19T18:07:19.512Z | Downloaded chacha20poly1305 v0.10.1 |
1272 | 2024-07-19T18:07:19.512Z | Downloaded bzip2 v0.4.4 |
1273 | 2024-07-19T18:07:19.535Z | Downloaded blake2b_simd v1.0.2 |
1274 | 2024-07-19T18:07:19.535Z | Downloaded blake2 v0.10.6 |
1275 | 2024-07-19T18:07:19.535Z | Downloaded bit-vec v0.6.3 |
1276 | 2024-07-19T18:07:19.535Z | Downloaded bit-set v0.5.3 |
1277 | 2024-07-19T18:07:19.535Z | Downloaded base64 v0.13.1 |
1278 | 2024-07-19T18:07:19.536Z | Downloaded base16ct v0.2.0 |
1279 | 2024-07-19T18:07:19.536Z | Downloaded backtrace v0.3.71 |
1280 | 2024-07-19T18:07:19.536Z | Downloaded async-trait v0.1.81 |
1281 | 2024-07-19T18:07:19.536Z | Downloaded argon2 v0.5.3 |
1282 | 2024-07-19T18:07:19.536Z | Downloaded arc-swap v1.7.1 |
1283 | 2024-07-19T18:07:19.560Z | Downloaded allocator-api2 v0.2.18 |
1284 | 2024-07-19T18:07:19.560Z | Downloaded newline-converter v0.3.0 |
1285 | 2024-07-19T18:07:19.560Z | Downloaded csv-core v0.1.11 |
1286 | 2024-07-19T18:07:19.560Z | Downloaded crossbeam-epoch v0.9.18 |
1287 | 2024-07-19T18:07:19.560Z | Downloaded const_format_proc_macros v0.2.32 |
1288 | 2024-07-19T18:07:19.560Z | Downloaded backoff v0.4.0 |
1289 | 2024-07-19T18:07:19.560Z | Downloaded ascii v1.1.0 |
1290 | 2024-07-19T18:07:19.560Z | Downloaded ahash v0.8.11 |
1291 | 2024-07-19T18:07:19.560Z | Downloaded crossbeam-deque v0.8.5 |
1292 | 2024-07-19T18:07:19.560Z | Downloaded ciborium v0.2.2 |
1293 | 2024-07-19T18:07:19.583Z | Downloaded cexpr v0.6.0 |
1294 | 2024-07-19T18:07:19.583Z | Downloaded cassowary v0.3.0 |
1295 | 2024-07-19T18:07:19.583Z | Downloaded camino-tempfile v1.1.1 |
1296 | 2024-07-19T18:07:19.583Z | Downloaded bcrypt-pbkdf v0.10.0 |
1297 | 2024-07-19T18:07:19.583Z | Downloaded base64ct v1.6.0 |
1298 | 2024-07-19T18:07:19.584Z | Downloaded async-stream v0.3.5 |
1299 | 2024-07-19T18:07:19.584Z | Downloaded assert_cmd v2.0.14 |
1300 | 2024-07-19T18:07:19.584Z | Downloaded colored v2.1.0 |
1301 | 2024-07-19T18:07:19.584Z | Downloaded castaway v0.2.2 |
1302 | 2024-07-19T18:07:19.584Z | Downloaded blowfish v0.9.1 |
1303 | 2024-07-19T18:07:19.584Z | Downloaded bitstruct_derive v0.1.0 |
1304 | 2024-07-19T18:07:19.584Z | Downloaded bitflags v1.3.2 |
1305 | 2024-07-19T18:07:19.584Z | Downloaded bitfield v0.14.0 |
1306 | 2024-07-19T18:07:19.584Z | Downloaded atomic-waker v1.1.2 |
1307 | 2024-07-19T18:07:19.608Z | Downloaded async-recursion v1.1.1 |
1308 | 2024-07-19T18:07:19.608Z | Downloaded assert_matches v1.5.0 |
1309 | 2024-07-19T18:07:19.608Z | Downloaded arrayvec v0.7.4 |
1310 | 2024-07-19T18:07:19.608Z | Downloaded arrayref v0.3.7 |
1311 | 2024-07-19T18:07:19.608Z | Downloaded array-init v0.0.4 |
1312 | 2024-07-19T18:07:19.608Z | Downloaded anes v0.1.6 |
1313 | 2024-07-19T18:07:19.608Z | Downloaded aead v0.5.2 |
1314 | 2024-07-19T18:07:19.608Z | Downloaded addr2line v0.21.0 |
1315 | 2024-07-19T18:07:19.608Z | Downloaded cfg_aliases v0.1.1 |
1316 | 2024-07-19T18:07:19.608Z | Downloaded approx v0.5.1 |
1317 | 2024-07-19T18:07:19.608Z | Downloaded atomicwrites v0.4.3 |
1318 | 2024-07-19T18:07:19.608Z | Downloaded async-stream-impl v0.3.5 |
1319 | 2024-07-19T18:07:20.260Z | Compiling serde v1.0.204 |
1320 | 2024-07-19T18:07:20.260Z | Checking cfg-if v1.0.0 |
1321 | 2024-07-19T18:07:20.300Z | Compiling libm v0.2.8 |
1322 | 2024-07-19T18:07:20.324Z | Compiling num-traits v0.2.19 |
1323 | 2024-07-19T18:07:20.324Z | Checking libc v0.2.155 |
1324 | 2024-07-19T18:07:20.369Z | Compiling syn v2.0.71 |
1325 | 2024-07-19T18:07:20.393Z | Compiling ahash v0.8.11 |
1326 | 2024-07-19T18:07:20.393Z | Compiling getrandom v0.2.14 |
1327 | 2024-07-19T18:07:20.423Z | Compiling serde_json v1.0.120 |
1328 | 2024-07-19T18:07:20.630Z | Compiling generic-array v0.14.7 |
1329 | 2024-07-19T18:07:20.748Z | Compiling log v0.4.21 |
1330 | 2024-07-19T18:07:20.774Z | Checking scopeguard v1.2.0 |
1331 | 2024-07-19T18:07:20.798Z | Checking memchr v2.7.2 |
1332 | 2024-07-19T18:07:20.841Z | Checking itoa v1.0.11 |
1333 | 2024-07-19T18:07:20.918Z | Checking lock_api v0.4.12 |
1334 | 2024-07-19T18:07:20.961Z | Compiling syn v1.0.109 |
1335 | 2024-07-19T18:07:21.025Z | Compiling allocator-api2 v0.2.18 |
1336 | 2024-07-19T18:07:21.132Z | Checking byteorder v1.5.0 |
1337 | 2024-07-19T18:07:21.282Z | Compiling schemars v0.8.21 |
1338 | 2024-07-19T18:07:21.497Z | Checking smallvec v1.13.2 |
1339 | 2024-07-19T18:07:21.497Z | Compiling ring v0.17.8 |
1340 | 2024-07-19T18:07:21.549Z | Compiling time-macros v0.2.18 |
1341 | 2024-07-19T18:07:21.615Z | Checking rand_core v0.6.4 |
1342 | 2024-07-19T18:07:21.700Z | Compiling slog v2.7.0 |
1343 | 2024-07-19T18:07:21.798Z | Checking once_cell v1.19.0 |
1344 | 2024-07-19T18:07:21.914Z | Compiling aho-corasick v1.1.3 |
1345 | 2024-07-19T18:07:22.253Z | Compiling regex-syntax v0.8.3 |
1346 | 2024-07-19T18:07:22.371Z | Checking parking_lot_core v0.9.10 |
1347 | 2024-07-19T18:07:24.083Z | Checking parking_lot v0.12.2 |
1348 | 2024-07-19T18:07:24.395Z | Checking pin-project-lite v0.2.14 |
1349 | 2024-07-19T18:07:24.517Z | Compiling crossbeam-utils v0.8.19 |
1350 | 2024-07-19T18:07:24.755Z | Compiling iana-time-zone v0.1.60 |
1351 | 2024-07-19T18:07:25.058Z | Compiling spin v0.9.8 |
1352 | 2024-07-19T18:07:25.147Z | Compiling regex-automata v0.4.6 |
1353 | 2024-07-19T18:07:25.325Z | Checking signal-hook-registry v1.4.2 |
1354 | 2024-07-19T18:07:25.392Z | Checking mio v0.8.11 |
1355 | 2024-07-19T18:07:25.560Z | Compiling rustls v0.21.12 |
1356 | 2024-07-19T18:07:25.897Z | Checking num_cpus v1.16.0 |
1357 | 2024-07-19T18:07:25.996Z | Compiling cookie v0.17.0 |
1358 | 2024-07-19T18:07:26.075Z | Compiling dyn-clone v1.0.17 |
1359 | 2024-07-19T18:07:26.281Z | Compiling backtrace v0.3.71 |
1360 | 2024-07-19T18:07:26.305Z | Checking typenum v1.17.0 |
1361 | 2024-07-19T18:07:26.632Z | Compiling serde_derive_internals v0.29.1 |
1362 | 2024-07-19T18:07:26.966Z | Checking futures-core v0.3.30 |
1363 | 2024-07-19T18:07:27.155Z | Checking socket2 v0.5.7 |
1364 | 2024-07-19T18:07:27.556Z | Compiling anyhow v1.0.86 |
1365 | 2024-07-19T18:07:27.673Z | Checking ryu v1.0.18 |
1366 | 2024-07-19T18:07:27.922Z | Checking subtle v2.5.0 |
1367 | 2024-07-19T18:07:28.150Z | Compiling unicode-normalization v0.1.23 |
1368 | 2024-07-19T18:07:28.196Z | Compiling unicode-bidi v0.3.15 |
1369 | 2024-07-19T18:07:28.312Z | Compiling either v1.12.0 |
1370 | 2024-07-19T18:07:28.664Z | Compiling untrusted v0.9.0 |
1371 | 2024-07-19T18:07:28.716Z | Checking futures-sink v0.3.30 |
1372 | 2024-07-19T18:07:28.842Z | Compiling const-oid v0.9.6 |
1373 | 2024-07-19T18:07:28.982Z | Compiling winnow v0.5.40 |
1374 | 2024-07-19T18:07:29.023Z | Compiling time v0.3.36 |
1375 | 2024-07-19T18:07:29.445Z | Compiling regex v1.10.5 |
1376 | 2024-07-19T18:07:30.269Z | Checking futures-channel v0.3.30 |
1377 | 2024-07-19T18:07:30.327Z | Checking slab v0.4.9 |
1378 | 2024-07-19T18:07:30.540Z | Checking futures-task v0.3.30 |
1379 | 2024-07-19T18:07:30.571Z | Checking futures-io v0.3.30 |
1380 | 2024-07-19T18:07:30.722Z | Checking pin-utils v0.1.0 |
1381 | 2024-07-19T18:07:30.806Z | Compiling signal-hook v0.3.17 |
1382 | 2024-07-19T18:07:31.842Z | Compiling rustls-webpki v0.101.7 |
1383 | 2024-07-19T18:07:31.931Z | Compiling sct v0.7.1 |
1384 | 2024-07-19T18:07:31.991Z | Compiling idna v0.5.0 |
1385 | 2024-07-19T18:07:32.377Z | Compiling siphasher v0.3.11 |
1386 | 2024-07-19T18:07:32.511Z | Compiling serde_derive v1.0.204 |
1387 | 2024-07-19T18:07:32.711Z | Compiling zerocopy-derive v0.7.34 |
1388 | 2024-07-19T18:07:32.910Z | Compiling zeroize_derive v1.4.2 |
1389 | 2024-07-19T18:07:33.239Z | Compiling tokio-macros v2.3.0 |
1390 | 2024-07-19T18:07:33.373Z | Compiling thiserror-impl v1.0.62 |
1391 | 2024-07-19T18:07:33.483Z | Compiling futures-macro v0.3.30 |
1392 | 2024-07-19T18:07:33.628Z | Compiling tracing-attributes v0.1.27 |
1393 | 2024-07-19T18:07:34.198Z | Compiling schemars_derive v0.8.21 |
1394 | 2024-07-19T18:07:34.586Z | Compiling zerocopy v0.7.34 |
1395 | 2024-07-19T18:07:34.614Z | Checking zeroize v1.7.0 |
1396 | 2024-07-19T18:07:34.840Z | Compiling openssl-macros v0.1.1 |
1397 | 2024-07-19T18:07:35.158Z | Compiling async-trait v0.1.81 |
1398 | 2024-07-19T18:07:36.052Z | Compiling thiserror v1.0.62 |
1399 | 2024-07-19T18:07:36.182Z | Compiling scroll_derive v0.12.0 |
1400 | 2024-07-19T18:07:36.329Z | Compiling pest v2.7.10 |
1401 | 2024-07-19T18:07:36.368Z | Compiling hashbrown v0.14.5 |
1402 | 2024-07-19T18:07:36.411Z | Compiling der_derive v0.7.2 |
1403 | 2024-07-19T18:07:36.869Z | Checking crypto-common v0.1.6 |
1404 | 2024-07-19T18:07:37.509Z | Compiling scroll v0.12.0 |
1405 | 2024-07-19T18:07:37.559Z | Compiling futures-util v0.3.30 |
1406 | 2024-07-19T18:07:37.584Z | Compiling tracing v0.1.40 |
1407 | 2024-07-19T18:07:37.964Z | Compiling goblin v0.8.2 |
1408 | 2024-07-19T18:07:38.009Z | Compiling clap_derive v4.5.8 |
1409 | 2024-07-19T18:07:38.414Z | Compiling pest_meta v2.7.10 |
1410 | 2024-07-19T18:07:38.504Z | Compiling block-buffer v0.10.4 |
1411 | 2024-07-19T18:07:38.738Z | Compiling digest v0.10.7 |
1412 | 2024-07-19T18:07:38.762Z | Compiling zerocopy-derive v0.6.6 |
1413 | 2024-07-19T18:07:40.475Z | Compiling pest_generator v2.7.10 |
1414 | 2024-07-19T18:07:41.926Z | Compiling url v2.5.0 |
1415 | 2024-07-19T18:07:42.508Z | Compiling idna v0.3.0 |
1416 | 2024-07-19T18:07:42.761Z | Compiling pest_derive v2.7.10 |
1417 | 2024-07-19T18:07:42.786Z | Compiling psl-types v2.0.11 |
1418 | 2024-07-19T18:07:42.996Z | Compiling ppv-lite86 v0.2.17 |
1419 | 2024-07-19T18:07:43.543Z | Compiling dtrace-parser v0.2.0 |
1420 | 2024-07-19T18:07:43.676Z | Compiling rand_chacha v0.3.1 |
1421 | 2024-07-19T18:07:43.701Z | Compiling publicsuffix v2.2.3 |
1422 | 2024-07-19T18:07:43.759Z | Checking bytes v1.6.0 |
1423 | 2024-07-19T18:07:43.954Z | Checking bitflags v2.5.0 |
1424 | 2024-07-19T18:07:44.434Z | Compiling indexmap v2.2.6 |
1425 | 2024-07-19T18:07:45.264Z | Compiling semver v1.0.23 |
1426 | 2024-07-19T18:07:45.450Z | Compiling serde_tokenstream v0.2.1 |
1427 | 2024-07-19T18:07:45.474Z | Compiling chrono v0.4.38 |
1428 | 2024-07-19T18:07:45.529Z | Compiling uuid v1.10.0 |
1429 | 2024-07-19T18:07:45.908Z | Compiling http v0.2.12 |
1430 | 2024-07-19T18:07:45.932Z | Checking tokio v1.38.1 |
1431 | 2024-07-19T18:07:46.748Z | Compiling rustc_version v0.4.0 |
1432 | 2024-07-19T18:07:46.772Z | Compiling toml_datetime v0.6.6 |
1433 | 2024-07-19T18:07:46.826Z | Compiling serde_spanned v0.6.6 |
1434 | 2024-07-19T18:07:47.076Z | Compiling dof v0.3.0 |
1435 | 2024-07-19T18:07:47.277Z | Compiling rustix v0.38.34 |
1436 | 2024-07-19T18:07:48.108Z | Compiling usdt-impl v0.5.0 |
1437 | 2024-07-19T18:07:48.589Z | Compiling openapiv3 v2.0.0 |
1438 | 2024-07-19T18:07:48.956Z | Compiling toml_edit v0.19.15 |
1439 | 2024-07-19T18:07:49.490Z | Compiling usdt-attr-macro v0.5.0 |
1440 | 2024-07-19T18:07:49.669Z | Compiling usdt-macro v0.5.0 |
1441 | 2024-07-19T18:07:49.936Z | Compiling http-body v0.4.6 |
1442 | 2024-07-19T18:07:50.311Z | Compiling openssl v0.10.64 |
1443 | 2024-07-19T18:07:50.596Z | Compiling heapless v0.7.17 |
1444 | 2024-07-19T18:07:50.824Z | Compiling serde_urlencoded v0.7.1 |
1445 | 2024-07-19T18:07:50.934Z | Compiling lazy_static v1.5.0 |
1446 | 2024-07-19T18:07:51.127Z | Compiling rand v0.8.5 |
1447 | 2024-07-19T18:07:51.268Z | Compiling crossbeam-epoch v0.9.18 |
1448 | 2024-07-19T18:07:51.888Z | Compiling cookie_store v0.20.0 |
1449 | 2024-07-19T18:07:51.985Z | Compiling webpki-roots v0.25.4 |
1450 | 2024-07-19T18:07:52.009Z | Compiling unicode-xid v0.2.4 |
1451 | 2024-07-19T18:07:52.140Z | Compiling gimli v0.28.1 |
1452 | 2024-07-19T18:07:52.192Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1453 | 2024-07-19T18:07:52.218Z | Compiling bit-vec v0.6.3 |
1454 | 2024-07-19T18:07:52.844Z | Compiling tokio-util v0.7.11 |
1455 | 2024-07-19T18:07:52.930Z | Compiling tokio-rustls v0.24.1 |
1456 | 2024-07-19T18:07:53.281Z | Compiling enum-as-inner v0.5.1 |
1457 | 2024-07-19T18:07:53.311Z | Compiling phf_shared v0.10.0 |
1458 | 2024-07-19T18:07:53.659Z | Compiling h2 v0.3.26 |
1459 | 2024-07-19T18:07:54.003Z | Compiling object v0.32.2 |
1460 | 2024-07-19T18:07:54.137Z | Compiling fixedbitset v0.4.2 |
1461 | 2024-07-19T18:07:54.160Z | Compiling precomputed-hash v0.1.1 |
1462 | 2024-07-19T18:07:54.277Z | Compiling rustc-demangle v0.1.24 |
1463 | 2024-07-19T18:07:54.533Z | Compiling smoltcp v0.9.1 |
1464 | 2024-07-19T18:07:55.082Z | Compiling new_debug_unreachable v1.0.6 |
1465 | 2024-07-19T18:07:55.126Z | Compiling native-tls v0.2.11 |
1466 | 2024-07-19T18:07:55.182Z | Compiling base64ct v1.6.0 |
1467 | 2024-07-19T18:07:55.672Z | Compiling tokio-native-tls v0.3.1 |
1468 | 2024-07-19T18:07:55.696Z | Compiling addr2line v0.21.0 |
1469 | 2024-07-19T18:07:55.892Z | Compiling minimal-lexical v0.2.1 |
1470 | 2024-07-19T18:07:55.916Z | Compiling pem-rfc7468 v0.7.0 |
1471 | 2024-07-19T18:07:56.083Z | Compiling string_cache v0.8.7 |
1472 | 2024-07-19T18:07:56.265Z | Compiling nom v7.1.3 |
1473 | 2024-07-19T18:07:56.363Z | Compiling toml_edit v0.22.16 |
1474 | 2024-07-19T18:07:56.487Z | Compiling petgraph v0.6.5 |
1475 | 2024-07-19T18:07:56.585Z | Compiling bit-set v0.5.3 |
1476 | 2024-07-19T18:07:56.826Z | Compiling futures-executor v0.3.30 |
1477 | 2024-07-19T18:07:57.371Z | Compiling hmac v0.12.1 |
1478 | 2024-07-19T18:07:57.590Z | Compiling hubpack_derive v0.1.1 |
1479 | 2024-07-19T18:07:57.754Z | Compiling itertools v0.10.5 |
1480 | 2024-07-19T18:07:58.307Z | Compiling diesel_table_macro_syntax v0.1.0 |
1481 | 2024-07-19T18:07:58.681Z | Compiling num-integer v0.1.46 |
1482 | 2024-07-19T18:07:58.906Z | Compiling fs-err v2.11.0 |
1483 | 2024-07-19T18:07:59.155Z | Compiling hyper v0.14.28 |
1484 | 2024-07-19T18:07:59.242Z | Compiling lalrpop-util v0.19.12 |
1485 | 2024-07-19T18:07:59.359Z | Compiling unicode-segmentation v1.11.0 |
1486 | 2024-07-19T18:07:59.852Z | Compiling flagset v0.4.5 |
1487 | 2024-07-19T18:08:00.031Z | Compiling der v0.7.9 |
1488 | 2024-07-19T18:08:00.084Z | Compiling diesel_derives v2.1.4 |
1489 | 2024-07-19T18:08:00.203Z | Compiling futures v0.3.30 |
1490 | 2024-07-19T18:08:00.444Z | Compiling hex v0.4.3 |
1491 | 2024-07-19T18:08:00.947Z | Compiling itertools v0.12.1 |
1492 | 2024-07-19T18:08:01.090Z | Compiling finl_unicode v1.2.0 |
1493 | 2024-07-19T18:08:01.582Z | Compiling stringprep v0.1.4 |
1494 | 2024-07-19T18:08:02.314Z | Compiling spki v0.7.3 |
1495 | 2024-07-19T18:08:02.635Z | Compiling sha2 v0.10.8 |
1496 | 2024-07-19T18:08:02.672Z | Compiling toml v0.7.8 |
1497 | 2024-07-19T18:08:02.717Z | Compiling md-5 v0.10.6 |
1498 | 2024-07-19T18:08:02.927Z | Compiling strum_macros v0.25.3 |
1499 | 2024-07-19T18:08:02.951Z | Compiling serde_repr v0.1.19 |
1500 | 2024-07-19T18:08:03.570Z | Compiling hash32 v0.2.1 |
1501 | 2024-07-19T18:08:03.594Z | Checking fnv v1.0.7 |
1502 | 2024-07-19T18:08:03.715Z | Compiling stable_deref_trait v1.2.0 |
1503 | 2024-07-19T18:08:03.818Z | Compiling fallible-iterator v0.2.0 |
1504 | 2024-07-19T18:08:03.924Z | Compiling pkcs8 v0.10.2 |
1505 | 2024-07-19T18:08:04.100Z | Compiling terminal_size v0.3.0 |
1506 | 2024-07-19T18:08:04.282Z | Compiling ipnetwork v0.20.0 |
1507 | 2024-07-19T18:08:04.400Z | Compiling postgres-protocol v0.6.6 |
1508 | 2024-07-19T18:08:04.424Z | Compiling block-padding v0.3.3 |
1509 | 2024-07-19T18:08:04.651Z | Compiling phf_shared v0.11.2 |
1510 | 2024-07-19T18:08:04.912Z | Compiling hyper-rustls v0.24.2 |
1511 | 2024-07-19T18:08:04.979Z | Compiling hyper-tls v0.5.0 |
1512 | 2024-07-19T18:08:05.086Z | Compiling ff v0.13.0 |
1513 | 2024-07-19T18:08:05.228Z | Compiling scheduled-thread-pool v0.2.7 |
1514 | 2024-07-19T18:08:05.303Z | Compiling reqwest v0.11.27 |
1515 | 2024-07-19T18:08:05.327Z | Compiling base16ct v0.2.0 |
1516 | 2024-07-19T18:08:05.542Z | Compiling bitflags v1.3.2 |
1517 | 2024-07-19T18:08:05.626Z | Compiling peg-runtime v0.8.3 |
1518 | 2024-07-19T18:08:05.650Z | Compiling matches v0.1.10 |
1519 | 2024-07-19T18:08:05.749Z | Compiling regex-automata v0.1.10 |
1520 | 2024-07-19T18:08:05.784Z | Compiling managed v0.8.0 |
1521 | 2024-07-19T18:08:06.197Z | Compiling bstr v0.2.17 |
1522 | 2024-07-19T18:08:06.230Z | Compiling clap_builder v4.5.9 |
1523 | 2024-07-19T18:08:06.411Z | Compiling idna v0.2.3 |
1524 | 2024-07-19T18:08:07.488Z | Compiling sec1 v0.7.3 |
1525 | 2024-07-19T18:08:07.551Z | Compiling r2d2 v0.8.10 |
1526 | 2024-07-19T18:08:07.743Z | Compiling signal-hook-mio v0.2.3 |
1527 | 2024-07-19T18:08:07.852Z | Compiling usdt v0.5.0 |
1528 | 2024-07-19T18:08:07.876Z | Compiling group v0.13.0 |
1529 | 2024-07-19T18:08:07.899Z | Compiling postgres-types v0.2.6 |
1530 | 2024-07-19T18:08:07.995Z | Compiling phf v0.11.2 |
1531 | 2024-07-19T18:08:08.019Z | Compiling inout v0.1.3 |
1532 | 2024-07-19T18:08:08.169Z | Compiling num-bigint v0.4.5 |
1533 | 2024-07-19T18:08:08.260Z | Compiling num-iter v0.1.45 |
1534 | 2024-07-19T18:08:08.285Z | Compiling hubpack v0.1.2 |
1535 | 2024-07-19T18:08:08.326Z | Compiling hkdf v0.12.4 |
1536 | 2024-07-19T18:08:08.568Z | Compiling zerocopy v0.6.6 |
1537 | 2024-07-19T18:08:08.678Z | Compiling crypto-bigint v0.5.5 |
1538 | 2024-07-19T18:08:08.708Z | Compiling float-cmp v0.9.0 |
1539 | 2024-07-19T18:08:08.921Z | Compiling normalize-line-endings v0.3.0 |
1540 | 2024-07-19T18:08:09.038Z | Compiling predicates-core v1.0.6 |
1541 | 2024-07-19T18:08:09.190Z | Compiling whoami v1.5.1 |
1542 | 2024-07-19T18:08:09.267Z | Compiling static_assertions v1.1.0 |
1543 | 2024-07-19T18:08:09.360Z | Compiling data-encoding v2.6.0 |
1544 | 2024-07-19T18:08:09.385Z | Compiling difflib v0.4.0 |
1545 | 2024-07-19T18:08:09.747Z | Compiling predicates v3.1.0 |
1546 | 2024-07-19T18:08:10.375Z | Compiling diesel v2.1.6 |
1547 | 2024-07-19T18:08:10.742Z | Compiling yasna v0.5.2 |
1548 | 2024-07-19T18:08:11.204Z | Compiling elliptic-curve v0.13.8 |
1549 | 2024-07-19T18:08:11.358Z | Compiling trust-dns-proto v0.22.0 |
1550 | 2024-07-19T18:08:11.896Z | Compiling tokio-postgres v0.7.10 |
1551 | 2024-07-19T18:08:12.384Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1552 | 2024-07-19T18:08:13.449Z | Compiling clap v4.5.9 |
1553 | 2024-07-19T18:08:13.559Z | Compiling cipher v0.4.4 |
1554 | 2024-07-19T18:08:14.005Z | Compiling crossterm v0.27.0 |
1555 | 2024-07-19T18:08:14.212Z | Compiling similar v2.5.0 |
1556 | 2024-07-19T18:08:16.315Z | Compiling tokio-stream v0.1.15 |
1557 | 2024-07-19T18:08:16.640Z | Compiling console v0.15.8 |
1558 | 2024-07-19T18:08:16.711Z | Compiling bstr v1.9.1 |
1559 | 2024-07-19T18:08:17.060Z | Checking tinyvec_macros v0.1.1 |
1560 | 2024-07-19T18:08:17.145Z | Checking equivalent v1.0.1 |
1561 | 2024-07-19T18:08:17.175Z | Checking tinyvec v1.6.0 |
1562 | 2024-07-19T18:08:17.958Z | Checking cpufeatures v0.2.12 |
1563 | 2024-07-19T18:08:18.296Z | Checking tracing-core v0.1.32 |
1564 | 2024-07-19T18:08:18.320Z | Checking percent-encoding v2.3.1 |
1565 | 2024-07-19T18:08:18.514Z | Checking form_urlencoded v1.2.1 |
1566 | 2024-07-19T18:08:18.574Z | Checking powerfmt v0.2.0 |
1567 | 2024-07-19T18:08:18.813Z | Checking deranged v0.3.11 |
1568 | 2024-07-19T18:08:18.916Z | Checking num_threads v0.1.7 |
1569 | 2024-07-19T18:08:19.025Z | Checking num-conv v0.1.0 |
1570 | 2024-07-19T18:08:19.174Z | Checking time-core v0.1.2 |
1571 | 2024-07-19T18:08:19.241Z | Checking unicode-ident v1.0.12 |
1572 | 2024-07-19T18:08:19.314Z | Checking httparse v1.8.0 |
1573 | 2024-07-19T18:08:19.390Z | Checking unicode-width v0.1.13 |
1574 | 2024-07-19T18:08:19.824Z | Checking errno v0.3.9 |
1575 | 2024-07-19T18:08:19.912Z | Checking proc-macro2 v1.0.86 |
1576 | 2024-07-19T18:08:20.480Z | Checking quote v1.0.36 |
1577 | 2024-07-19T18:08:20.755Z | Checking adler v1.0.2 |
1578 | 2024-07-19T18:08:20.809Z | Checking base64 v0.21.7 |
1579 | 2024-07-19T18:08:20.895Z | Checking miniz_oxide v0.7.2 |
1580 | 2024-07-19T18:08:21.204Z | Checking try-lock v0.2.5 |
1581 | 2024-07-19T18:08:21.324Z | Checking want v0.3.1 |
1582 | 2024-07-19T18:08:21.596Z | Checking socket2 v0.4.10 |
1583 | 2024-07-19T18:08:21.723Z | Checking tower-service v0.3.2 |
1584 | 2024-07-19T18:08:22.003Z | Checking httpdate v1.0.3 |
1585 | 2024-07-19T18:08:22.220Z | Checking openssl-probe v0.1.5 |
1586 | 2024-07-19T18:08:22.286Z | Checking foreign-types-shared v0.1.1 |
1587 | 2024-07-19T18:08:22.356Z | Checking openssl-sys v0.9.102 |
1588 | 2024-07-19T18:08:22.381Z | Checking ipnet v2.9.0 |
1589 | 2024-07-19T18:08:22.406Z | Checking foreign-types v0.3.2 |
1590 | 2024-07-19T18:08:22.495Z | Checking mime v0.3.17 |
1591 | 2024-07-19T18:08:23.149Z | Checking utf8parse v0.2.1 |
1592 | 2024-07-19T18:08:26.628Z | Checking encoding_rs v0.8.34 |
1593 | 2024-07-19T18:08:26.653Z | Checking anstyle v1.0.7 |
1594 | 2024-07-19T18:08:28.402Z | Checking rustls-pemfile v1.0.4 |
1595 | 2024-07-19T18:08:28.535Z | Checking plain v0.2.3 |
1596 | 2024-07-19T18:08:28.585Z | Checking sync_wrapper v0.1.2 |
1597 | 2024-07-19T18:08:28.627Z | Checking ucd-trie v0.1.6 |
1598 | 2024-07-19T18:08:28.707Z | Checking anstyle-parse v0.2.4 |
1599 | 2024-07-19T18:08:28.734Z | Checking pretty-hex v0.4.1 |
1600 | 2024-07-19T18:08:28.916Z | Checking anstyle-query v1.0.3 |
1601 | 2024-07-19T18:08:28.940Z | Checking is_terminal_polyfill v1.70.0 |
1602 | 2024-07-19T18:08:28.964Z | Checking colorchoice v1.0.1 |
1603 | 2024-07-19T18:08:29.063Z | Checking thread-id v4.2.1 |
1604 | 2024-07-19T18:08:29.095Z | Checking anstream v0.6.14 |
1605 | 2024-07-19T18:08:29.147Z | Checking clap_lex v0.7.0 |
1606 | 2024-07-19T18:08:29.177Z | Checking strsim v0.11.1 |
1607 | 2024-07-19T18:08:29.452Z | Checking memmap v0.7.0 |
1608 | 2024-07-19T18:08:29.631Z | Checking crc32fast v1.4.0 |
1609 | 2024-07-19T18:08:30.723Z | Checking flate2 v1.0.30 |
1610 | 2024-07-19T18:08:31.984Z | Checking winnow v0.6.8 |
1611 | 2024-07-19T18:08:38.940Z | Compiling regress v0.9.1 |
1612 | 2024-07-19T18:08:38.996Z | Compiling getopts v0.2.21 |
1613 | 2024-07-19T18:08:39.767Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1614 | 2024-07-19T18:08:39.859Z | Compiling unsafe-libyaml v0.2.11 |
1615 | 2024-07-19T18:08:40.116Z | Checking heck v0.5.0 |
1616 | 2024-07-19T18:08:40.286Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1617 | 2024-07-19T18:08:40.805Z | Compiling paste v1.0.15 |
1618 | 2024-07-19T18:08:40.829Z | Checking camino v1.1.7 |
1619 | 2024-07-19T18:08:41.215Z | Compiling serde_yaml v0.9.34+deprecated |
1620 | 2024-07-19T18:08:41.307Z | Checking is-terminal v0.4.12 |
1621 | 2024-07-19T18:08:41.416Z | Compiling strum_macros v0.26.4 |
1622 | 2024-07-19T18:08:41.440Z | Checking base64 v0.22.1 |
1623 | 2024-07-19T18:08:41.855Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1624 | 2024-07-19T18:08:42.442Z | Checking sha1 v0.10.6 |
1625 | 2024-07-19T18:08:42.480Z | Compiling ident_case v1.0.1 |
1626 | 2024-07-19T18:08:42.640Z | Compiling rustls v0.22.4 |
1627 | 2024-07-19T18:08:42.683Z | Compiling darling_core v0.20.9 |
1628 | 2024-07-19T18:08:42.895Z | Checking http v1.1.0 |
1629 | 2024-07-19T18:08:42.979Z | Checking match_cfg v0.1.0 |
1630 | 2024-07-19T18:08:43.069Z | Checking hostname v0.3.1 |
1631 | 2024-07-19T18:08:43.184Z | Checking dirs-sys-next v0.1.2 |
1632 | 2024-07-19T18:08:43.345Z | Compiling multer v3.1.0 |
1633 | 2024-07-19T18:08:43.652Z | Checking dirs-next v2.0.0 |
1634 | 2024-07-19T18:08:43.766Z | Checking crossbeam-channel v0.5.12 |
1635 | 2024-07-19T18:08:44.055Z | Compiling async-stream-impl v0.3.5 |
1636 | 2024-07-19T18:08:44.372Z | Checking thread_local v1.1.8 |
1637 | 2024-07-19T18:08:44.618Z | Checking rustls-pki-types v1.7.0 |
1638 | 2024-07-19T18:08:44.690Z | Checking term v0.7.0 |
1639 | 2024-07-19T18:08:44.887Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1640 | 2024-07-19T18:08:44.993Z | Checking take_mut v0.2.2 |
1641 | 2024-07-19T18:08:45.070Z | Checking slog-term v2.9.1 |
1642 | 2024-07-19T18:08:45.138Z | Checking slog-async v2.8.0 |
1643 | 2024-07-19T18:08:45.212Z | Checking toml v0.8.15 |
1644 | 2024-07-19T18:08:45.236Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1645 | 2024-07-19T18:08:45.418Z | Checking rustls-webpki v0.102.4 |
1646 | 2024-07-19T18:08:45.484Z | Checking slog-json v2.6.1 |
1647 | 2024-07-19T18:08:45.716Z | Checking slog-bunyan v2.5.0 |
1648 | 2024-07-19T18:08:45.821Z | Checking strum v0.26.3 |
1649 | 2024-07-19T18:08:45.851Z | Checking rustls-pemfile v2.1.2 |
1650 | 2024-07-19T18:08:45.875Z | Checking debug-ignore v1.0.5 |
1651 | 2024-07-19T18:08:45.964Z | Checking instant v0.1.12 |
1652 | 2024-07-19T18:08:46.002Z | Checking atomic-waker v1.1.2 |
1653 | 2024-07-19T18:08:46.074Z | Checking async-stream v0.3.5 |
1654 | 2024-07-19T18:08:46.143Z | Checking waitgroup v0.1.2 |
1655 | 2024-07-19T18:08:46.255Z | Checking serde_path_to_error v0.1.16 |
1656 | 2024-07-19T18:08:46.280Z | Checking hostname v0.4.0 |
1657 | 2024-07-19T18:08:46.408Z | Checking fastrand v2.1.0 |
1658 | 2024-07-19T18:08:46.469Z | Compiling structmeta-derive v0.3.0 |
1659 | 2024-07-19T18:08:46.688Z | Checking tempfile v3.10.1 |
1660 | 2024-07-19T18:08:46.792Z | Checking quick-error v1.2.3 |
1661 | 2024-07-19T18:08:46.918Z | Checking newtype-uuid v1.1.0 |
1662 | 2024-07-19T18:08:47.028Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1663 | 2024-07-19T18:08:47.143Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1664 | 2024-07-19T18:08:47.637Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1665 | 2024-07-19T18:08:47.793Z | Checking macaddr v1.0.1 |
1666 | 2024-07-19T18:08:47.865Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1667 | 2024-07-19T18:08:47.983Z | Checking backoff v0.4.0 |
1668 | 2024-07-19T18:08:48.072Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1669 | 2024-07-19T18:08:48.235Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1670 | 2024-07-19T18:08:48.368Z | Checking wait-timeout v0.2.0 |
1671 | 2024-07-19T18:08:48.394Z | Compiling structmeta-derive v0.2.0 |
1672 | 2024-07-19T18:08:48.532Z | Checking rusty-fork v0.3.0 |
1673 | 2024-07-19T18:08:48.688Z | Checking rand_xorshift v0.3.0 |
1674 | 2024-07-19T18:08:48.779Z | Compiling darling_macro v0.20.9 |
1675 | 2024-07-19T18:08:48.803Z | Checking unarray v0.1.4 |
1676 | 2024-07-19T18:08:48.858Z | Compiling proc-macro-error v1.0.4 |
1677 | 2024-07-19T18:08:48.945Z | Checking proptest v1.4.0 |
1678 | 2024-07-19T18:08:49.014Z | Compiling structmeta v0.3.0 |
1679 | 2024-07-19T18:08:49.252Z | Checking tokio-rustls v0.25.0 |
1680 | 2024-07-19T18:08:49.404Z | Compiling parse-display-derive v0.9.1 |
1681 | 2024-07-19T18:08:49.479Z | Checking camino-tempfile v1.1.1 |
1682 | 2024-07-19T18:08:49.635Z | Compiling darling v0.20.9 |
1683 | 2024-07-19T18:08:49.714Z | Compiling proc-macro-crate v1.3.1 |
1684 | 2024-07-19T18:08:49.749Z | Compiling serde_with_macros v3.8.3 |
1685 | 2024-07-19T18:08:50.656Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1686 | 2024-07-19T18:08:50.814Z | Compiling structmeta v0.2.0 |
1687 | 2024-07-19T18:08:50.954Z | Compiling num_enum_derive v0.5.11 |
1688 | 2024-07-19T18:08:51.190Z | Compiling test-strategy v0.3.1 |
1689 | 2024-07-19T18:08:52.360Z | Checking serde_with v3.8.3 |
1690 | 2024-07-19T18:08:52.812Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1691 | 2024-07-19T18:08:52.835Z | Compiling foreign-types-macros v0.2.3 |
1692 | 2024-07-19T18:08:53.070Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1693 | 2024-07-19T18:08:53.293Z | Checking foreign-types-shared v0.3.1 |
1694 | 2024-07-19T18:08:53.317Z | Checking num_enum v0.5.11 |
1695 | 2024-07-19T18:08:53.509Z | Checking parse-display v0.9.1 |
1696 | 2024-07-19T18:08:53.577Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1697 | 2024-07-19T18:08:53.622Z | Checking cstr-argument v0.1.2 |
1698 | 2024-07-19T18:08:53.722Z | Checking pretty-hex v0.2.1 |
1699 | 2024-07-19T18:08:53.789Z | Checking tabwriter v1.4.0 |
1700 | 2024-07-19T18:08:53.876Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1701 | 2024-07-19T18:08:53.900Z | Checking foreign-types v0.5.0 |
1702 | 2024-07-19T18:08:54.002Z | Checking colored v2.1.0 |
1703 | 2024-07-19T18:08:54.028Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1704 | 2024-07-19T18:08:54.120Z | Checking smf v0.2.3 |
1705 | 2024-07-19T18:08:54.266Z | Checking humantime v2.1.0 |
1706 | 2024-07-19T18:08:54.311Z | Checking termcolor v1.4.1 |
1707 | 2024-07-19T18:08:54.425Z | Checking newline-converter v0.3.0 |
1708 | 2024-07-19T18:08:54.497Z | Checking arc-swap v1.7.1 |
1709 | 2024-07-19T18:08:54.521Z | Checking same-file v1.0.6 |
1710 | 2024-07-19T18:08:54.552Z | Compiling heapless v0.8.0 |
1711 | 2024-07-19T18:08:54.576Z | Checking expectorate v1.1.0 |
1712 | 2024-07-19T18:08:54.668Z | Checking termtree v0.4.1 |
1713 | 2024-07-19T18:08:54.692Z | Checking walkdir v2.5.0 |
1714 | 2024-07-19T18:08:54.726Z | Checking hash32 v0.3.1 |
1715 | 2024-07-19T18:08:54.853Z | Checking predicates-tree v1.0.9 |
1716 | 2024-07-19T18:08:54.876Z | Checking slog-scope v4.4.0 |
1717 | 2024-07-19T18:08:54.902Z | Compiling smoltcp v0.11.0 |
1718 | 2024-07-19T18:08:54.936Z | Checking xattr v1.3.1 |
1719 | 2024-07-19T18:08:55.001Z | Checking filetime v0.2.23 |
1720 | 2024-07-19T18:08:55.070Z | Checking slog-stdlog v4.1.1 |
1721 | 2024-07-19T18:08:55.094Z | Checking embedded-io v0.4.0 |
1722 | 2024-07-19T18:08:55.118Z | Compiling crucible-workspace-hack v0.1.0 |
1723 | 2024-07-19T18:08:55.195Z | Checking cobs v0.2.3 |
1724 | 2024-07-19T18:08:55.219Z | Checking slog-envlogger v2.2.0 |
1725 | 2024-07-19T18:08:55.270Z | Checking tar v0.4.41 |
1726 | 2024-07-19T18:08:55.367Z | Checking postcard v1.0.8 |
1727 | 2024-07-19T18:08:55.395Z | Compiling derive-where v1.2.7 |
1728 | 2024-07-19T18:08:55.427Z | Checking sigpipe v0.1.3 |
1729 | 2024-07-19T18:08:55.534Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1730 | 2024-07-19T18:08:55.584Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1731 | 2024-07-19T18:08:55.809Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1732 | 2024-07-19T18:08:55.847Z | Checking utf-8 v0.7.6 |
1733 | 2024-07-19T18:08:55.924Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1734 | 2024-07-19T18:08:55.984Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1735 | 2024-07-19T18:08:56.035Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1736 | 2024-07-19T18:08:56.190Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1737 | 2024-07-19T18:08:56.488Z | Compiling mockall_derive v0.12.1 |
1738 | 2024-07-19T18:08:56.563Z | Compiling num-derive v0.4.2 |
1739 | 2024-07-19T18:08:57.322Z | Checking fragile v2.0.0 |
1740 | 2024-07-19T18:08:57.561Z | Checking downcast v0.11.0 |
1741 | 2024-07-19T18:08:57.675Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1742 | 2024-07-19T18:08:57.737Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1743 | 2024-07-19T18:08:57.962Z | Checking pem v3.0.4 |
1744 | 2024-07-19T18:08:58.026Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1745 | 2024-07-19T18:08:58.198Z | Checking tungstenite v0.20.1 |
1746 | 2024-07-19T18:08:58.497Z | Checking atty v0.2.14 |
1747 | 2024-07-19T18:08:58.556Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1748 | 2024-07-19T18:08:58.696Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1749 | 2024-07-19T18:08:58.963Z | Checking tokio-tungstenite v0.20.1 |
1750 | 2024-07-19T18:08:59.016Z | Checking password-hash v0.5.0 |
1751 | 2024-07-19T18:08:59.110Z | Checking blake2 v0.10.6 |
1752 | 2024-07-19T18:08:59.378Z | Checking tungstenite v0.21.0 |
1753 | 2024-07-19T18:08:59.402Z | Checking env_logger v0.9.3 |
1754 | 2024-07-19T18:08:59.479Z | Checking argon2 v0.5.3 |
1755 | 2024-07-19T18:08:59.760Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1756 | 2024-07-19T18:08:59.814Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1757 | 2024-07-19T18:09:00.021Z | Compiling bitstruct_derive v0.1.0 |
1758 | 2024-07-19T18:09:00.049Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1759 | 2024-07-19T18:09:00.140Z | Checking tokio-tungstenite v0.21.0 |
1760 | 2024-07-19T18:09:00.174Z | Checking ascii v1.1.0 |
1761 | 2024-07-19T18:09:00.411Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1762 | 2024-07-19T18:09:00.517Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1763 | 2024-07-19T18:09:00.553Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1764 | 2024-07-19T18:09:00.577Z | Checking atomicwrites v0.4.3 |
1765 | 2024-07-19T18:09:00.747Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1766 | 2024-07-19T18:09:00.772Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1767 | 2024-07-19T18:09:00.998Z | Checking serde_arrays v0.1.0 |
1768 | 2024-07-19T18:09:00.998Z | Checking erased-serde v0.3.31 |
1769 | 2024-07-19T18:09:01.138Z | Compiling heck v0.3.3 |
1770 | 2024-07-19T18:09:01.161Z | Checking bitstruct v0.1.1 |
1771 | 2024-07-19T18:09:01.217Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1772 | 2024-07-19T18:09:01.263Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1773 | 2024-07-19T18:09:01.287Z | Checking headers-core v0.2.0 |
1774 | 2024-07-19T18:09:01.423Z | Checking base64 v0.13.1 |
1775 | 2024-07-19T18:09:01.473Z | Checking headers v0.3.9 |
1776 | 2024-07-19T18:09:01.524Z | Compiling zone_cfg_derive v0.1.2 |
1777 | 2024-07-19T18:09:01.778Z | Checking ron v0.7.1 |
1778 | 2024-07-19T18:09:01.869Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1779 | 2024-07-19T18:09:02.096Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1780 | 2024-07-19T18:09:02.460Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1781 | 2024-07-19T18:09:02.793Z | Checking portpicker v0.1.1 |
1782 | 2024-07-19T18:09:02.874Z | Checking zone v0.1.8 |
1783 | 2024-07-19T18:09:02.933Z | Compiling rayon-core v1.12.1 |
1784 | 2024-07-19T18:09:02.970Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1785 | 2024-07-19T18:09:03.044Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1786 | 2024-07-19T18:09:03.206Z | Checking mockall v0.12.1 |
1787 | 2024-07-19T18:09:03.230Z | Checking rcgen v0.12.1 |
1788 | 2024-07-19T18:09:03.254Z | Checking subprocess v0.2.9 |
1789 | 2024-07-19T18:09:03.350Z | Compiling convert_case v0.4.0 |
1790 | 2024-07-19T18:09:03.415Z | Checking swrite v0.1.0 |
1791 | 2024-07-19T18:09:03.439Z | Compiling prettyplease v0.2.20 |
1792 | 2024-07-19T18:09:03.525Z | Checking linked-hash-map v0.5.6 |
1793 | 2024-07-19T18:09:03.600Z | Compiling home v0.5.9 |
1794 | 2024-07-19T18:09:03.689Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1795 | 2024-07-19T18:09:03.722Z | Compiling semver v0.1.20 |
1796 | 2024-07-19T18:09:03.777Z | Checking half v2.4.1 |
1797 | 2024-07-19T18:09:03.801Z | Checking lru-cache v0.1.2 |
1798 | 2024-07-19T18:09:03.850Z | Checking ciborium-io v0.2.2 |
1799 | 2024-07-19T18:09:03.962Z | Compiling blake3 v1.5.1 |
1800 | 2024-07-19T18:09:03.986Z | Compiling ring v0.16.20 |
1801 | 2024-07-19T18:09:04.020Z | Compiling rustc_version v0.1.7 |
1802 | 2024-07-19T18:09:04.165Z | Checking ciborium-ll v0.2.2 |
1803 | 2024-07-19T18:09:04.217Z | Compiling derive_more v0.99.18 |
1804 | 2024-07-19T18:09:04.303Z | Compiling cancel-safe-futures v0.1.5 |
1805 | 2024-07-19T18:09:04.418Z | Checking ciborium v0.2.2 |
1806 | 2024-07-19T18:09:04.451Z | Compiling newtype_derive v0.1.6 |
1807 | 2024-07-19T18:09:04.868Z | Checking steno v0.4.1 |
1808 | 2024-07-19T18:09:05.001Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1809 | 2024-07-19T18:09:05.687Z | Checking num-rational v0.4.2 |
1810 | 2024-07-19T18:09:06.002Z | Checking num-complex v0.4.6 |
1811 | 2024-07-19T18:09:06.676Z | Checking resolv-conf v0.7.0 |
1812 | 2024-07-19T18:09:06.723Z | Checking num v0.4.3 |
1813 | 2024-07-19T18:09:06.837Z | Checking float-ord v0.3.2 |
1814 | 2024-07-19T18:09:07.006Z | Checking trust-dns-resolver v0.22.0 |
1815 | 2024-07-19T18:09:07.030Z | Checking libsw v3.3.1 |
1816 | 2024-07-19T18:09:07.129Z | Compiling slog-dtrace v0.3.0 |
1817 | 2024-07-19T18:09:07.267Z | Checking owo-colors v4.0.0 |
1818 | 2024-07-19T18:09:07.363Z | Checking linear-map v1.2.0 |
1819 | 2024-07-19T18:09:07.801Z | Checking signature v2.2.0 |
1820 | 2024-07-19T18:09:08.948Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1821 | 2024-07-19T18:09:09.648Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1822 | 2024-07-19T18:09:09.698Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1823 | 2024-07-19T18:09:09.947Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1824 | 2024-07-19T18:09:10.526Z | Compiling crossbeam-deque v0.8.5 |
1825 | 2024-07-19T18:09:13.443Z | Compiling rayon v1.10.0 |
1826 | 2024-07-19T18:09:13.791Z | Compiling memmap2 v0.9.4 |
1827 | 2024-07-19T18:09:14.174Z | Compiling arrayvec v0.7.4 |
1828 | 2024-07-19T18:09:14.198Z | Compiling constant_time_eq v0.3.0 |
1829 | 2024-07-19T18:09:14.222Z | Compiling arrayref v0.3.7 |
1830 | 2024-07-19T18:09:14.365Z | Compiling untrusted v0.7.1 |
1831 | 2024-07-19T18:09:14.475Z | Compiling spin v0.5.2 |
1832 | 2024-07-19T18:09:14.950Z | Compiling toolchain_find v0.4.0 |
1833 | 2024-07-19T18:09:15.233Z | Compiling topological-sort v0.2.2 |
1834 | 2024-07-19T18:09:15.419Z | Compiling rustfmt-wrapper v0.2.1 |
1835 | 2024-07-19T18:09:15.531Z | Checking display-error-chain v0.2.0 |
1836 | 2024-07-19T18:09:15.660Z | Checking nibble_vec v0.1.0 |
1837 | 2024-07-19T18:09:15.824Z | Checking endian-type v0.1.2 |
1838 | 2024-07-19T18:09:15.873Z | Checking fxhash v0.2.1 |
1839 | 2024-07-19T18:09:16.015Z | Checking radix_trie v0.2.1 |
1840 | 2024-07-19T18:09:16.039Z | Compiling radium v0.7.0 |
1841 | 2024-07-19T18:09:16.322Z | Compiling maybe-uninit v2.0.0 |
1842 | 2024-07-19T18:09:16.373Z | Checking tap v1.0.1 |
1843 | 2024-07-19T18:09:16.396Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1844 | 2024-07-19T18:09:16.533Z | Checking wyz v0.5.1 |
1845 | 2024-07-19T18:09:16.782Z | Checking maplit v1.0.2 |
1846 | 2024-07-19T18:09:16.806Z | Checking funty v2.0.0 |
1847 | 2024-07-19T18:09:16.842Z | Compiling packed_struct v0.10.1 |
1848 | 2024-07-19T18:09:16.884Z | Checking crc-catalog v2.4.0 |
1849 | 2024-07-19T18:09:17.053Z | Compiling num-bigint-dig v0.8.4 |
1850 | 2024-07-19T18:09:17.277Z | Checking crc v3.2.1 |
1851 | 2024-07-19T18:09:17.420Z | Compiling omicron-zone-package v0.11.0 |
1852 | 2024-07-19T18:09:17.614Z | Checking bitvec v1.0.1 |
1853 | 2024-07-19T18:09:17.642Z | Compiling packed_struct_codegen v0.10.1 |
1854 | 2024-07-19T18:09:17.801Z | Compiling indexmap v1.9.3 |
1855 | 2024-07-19T18:09:17.945Z | Checking nodrop v0.1.14 |
1856 | 2024-07-19T18:09:18.057Z | Checking array-init v0.0.4 |
1857 | 2024-07-19T18:09:18.202Z | Checking smallvec v0.6.14 |
1858 | 2024-07-19T18:09:18.520Z | Checking pkcs1 v0.7.5 |
1859 | 2024-07-19T18:09:18.832Z | Checking bitfield v0.14.0 |
1860 | 2024-07-19T18:09:18.856Z | Checking hashbrown v0.12.3 |
1861 | 2024-07-19T18:09:18.889Z | Checking serde-hex v0.1.0 |
1862 | 2024-07-19T18:09:19.064Z | Checking bzip2 v0.4.4 |
1863 | 2024-07-19T18:09:19.309Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1864 | 2024-07-19T18:09:19.517Z | Checking env_logger v0.10.2 |
1865 | 2024-07-19T18:09:19.880Z | Checking x509-cert v0.2.5 |
1866 | 2024-07-19T18:09:20.019Z | Checking ron v0.8.1 |
1867 | 2024-07-19T18:09:20.045Z | Checking rsa v0.9.6 |
1868 | 2024-07-19T18:09:20.282Z | Checking hashbrown v0.13.2 |
1869 | 2024-07-19T18:09:20.877Z | Checking crc-any v2.5.0 |
1870 | 2024-07-19T18:09:21.044Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1871 | 2024-07-19T18:09:21.130Z | Checking object v0.30.4 |
1872 | 2024-07-19T18:09:21.154Z | Checking zip v0.6.6 |
1873 | 2024-07-19T18:09:21.190Z | Checking path-slash v0.1.5 |
1874 | 2024-07-19T18:09:21.279Z | Compiling async-recursion v1.1.1 |
1875 | 2024-07-19T18:09:21.331Z | Checking gethostname v0.4.3 |
1876 | 2024-07-19T18:09:21.466Z | Compiling libefi-sys v0.1.0 |
1877 | 2024-07-19T18:09:21.727Z | Compiling bitfield-struct v0.6.1 |
1878 | 2024-07-19T18:09:21.751Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1879 | 2024-07-19T18:09:22.233Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1880 | 2024-07-19T18:09:22.405Z | Checking keccak v0.1.5 |
1881 | 2024-07-19T18:09:22.499Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1882 | 2024-07-19T18:09:22.689Z | Checking sha3 v0.10.8 |
1883 | 2024-07-19T18:09:22.767Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1884 | 2024-07-19T18:09:22.817Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
1885 | 2024-07-19T18:09:22.850Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1886 | 2024-07-19T18:09:22.931Z | Checking secrecy v0.8.0 |
1887 | 2024-07-19T18:09:22.986Z | Compiling parking_lot_core v0.8.6 |
1888 | 2024-07-19T18:09:23.011Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1889 | 2024-07-19T18:09:23.035Z | Checking glob v0.3.1 |
1890 | 2024-07-19T18:09:23.132Z | Compiling buf-list v1.0.3 |
1891 | 2024-07-19T18:09:23.302Z | Checking trust-dns-client v0.22.0 |
1892 | 2024-07-19T18:09:23.497Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1893 | 2024-07-19T18:09:23.528Z | Checking toml v0.5.11 |
1894 | 2024-07-19T18:09:23.705Z | Checking parking_lot v0.11.2 |
1895 | 2024-07-19T18:09:23.906Z | Compiling curve25519-dalek v4.1.3 |
1896 | 2024-07-19T18:09:24.007Z | Checking sled v0.34.7 |
1897 | 2024-07-19T18:09:24.031Z | Checking universal-hash v0.5.1 |
1898 | 2024-07-19T18:09:24.284Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1899 | 2024-07-19T18:09:24.444Z | Checking opaque-debug v0.3.1 |
1900 | 2024-07-19T18:09:24.483Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1901 | 2024-07-19T18:09:24.532Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1902 | 2024-07-19T18:09:24.566Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1903 | 2024-07-19T18:09:24.722Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1904 | 2024-07-19T18:09:25.619Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1905 | 2024-07-19T18:09:26.108Z | Checking trust-dns-server v0.22.1 |
1906 | 2024-07-19T18:09:26.262Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1907 | 2024-07-19T18:09:27.332Z | Compiling curve25519-dalek-derive v0.1.1 |
1908 | 2024-07-19T18:09:28.136Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1909 | 2024-07-19T18:09:28.267Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1910 | 2024-07-19T18:09:28.292Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1911 | 2024-07-19T18:09:29.755Z | Checking aead v0.5.2 |
1912 | 2024-07-19T18:09:29.884Z | Compiling vte_generate_state_changes v0.1.1 |
1913 | 2024-07-19T18:09:29.954Z | Compiling unicase v2.7.0 |
1914 | 2024-07-19T18:09:30.058Z | Checking poly1305 v0.8.0 |
1915 | 2024-07-19T18:09:30.376Z | Checking chacha20 v0.9.1 |
1916 | 2024-07-19T18:09:30.419Z | Checking vte v0.11.1 |
1917 | 2024-07-19T18:09:30.489Z | Checking fd-lock v4.0.2 |
1918 | 2024-07-19T18:09:30.654Z | Compiling thiserror-impl-no-std v2.0.2 |
1919 | 2024-07-19T18:09:30.682Z | Compiling pin-project-internal v1.1.5 |
1920 | 2024-07-19T18:09:31.450Z | Checking nanorand v0.7.0 |
1921 | 2024-07-19T18:09:31.490Z | Checking strip-ansi-escapes v0.2.0 |
1922 | 2024-07-19T18:09:31.649Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1923 | 2024-07-19T18:09:31.836Z | Checking flume v0.11.0 |
1924 | 2024-07-19T18:09:31.988Z | Checking kstat-rs v0.2.4 |
1925 | 2024-07-19T18:09:32.153Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1926 | 2024-07-19T18:09:32.310Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1927 | 2024-07-19T18:09:32.335Z | Compiling crunchy v0.2.2 |
1928 | 2024-07-19T18:09:32.598Z | Checking nu-ansi-term v0.50.0 |
1929 | 2024-07-19T18:09:32.879Z | Checking chacha20poly1305 v0.10.1 |
1930 | 2024-07-19T18:09:32.975Z | Checking reedline v0.31.0 |
1931 | 2024-07-19T18:09:33.408Z | Compiling clang-sys v1.7.0 |
1932 | 2024-07-19T18:09:33.523Z | Checking pin-project v1.1.5 |
1933 | 2024-07-19T18:09:33.625Z | Checking thiserror-no-std v2.0.2 |
1934 | 2024-07-19T18:09:33.649Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1935 | 2024-07-19T18:09:33.735Z | Checking vsss-rs v3.3.4 |
1936 | 2024-07-19T18:09:33.837Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1937 | 2024-07-19T18:09:34.003Z | Compiling tiny-keccak v2.0.2 |
1938 | 2024-07-19T18:09:34.285Z | Compiling mime_guess v2.0.4 |
1939 | 2024-07-19T18:09:34.474Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1940 | 2024-07-19T18:09:34.498Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1941 | 2024-07-19T18:09:34.964Z | Compiling ref-cast v1.0.23 |
1942 | 2024-07-19T18:09:35.697Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1943 | 2024-07-19T18:09:35.728Z | Compiling ascii-canvas v3.0.0 |
1944 | 2024-07-19T18:09:35.928Z | Compiling ref-cast-impl v1.0.23 |
1945 | 2024-07-19T18:09:35.956Z | Compiling ena v0.14.3 |
1946 | 2024-07-19T18:09:36.234Z | Compiling libloading v0.8.3 |
1947 | 2024-07-19T18:09:36.316Z | Compiling memoffset v0.9.1 |
1948 | 2024-07-19T18:09:36.340Z | Compiling diff v0.1.13 |
1949 | 2024-07-19T18:09:36.579Z | Compiling bindgen v0.69.4 |
1950 | 2024-07-19T18:09:36.615Z | Checking bytecount v0.6.8 |
1951 | 2024-07-19T18:09:36.764Z | Compiling regex-syntax v0.6.29 |
1952 | 2024-07-19T18:09:37.050Z | Checking papergrid v0.11.0 |
1953 | 2024-07-19T18:09:38.243Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1954 | 2024-07-19T18:09:38.421Z | Compiling which v4.4.2 |
1955 | 2024-07-19T18:09:38.946Z | Compiling tabled_derive v0.7.0 |
1956 | 2024-07-19T18:09:39.582Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1957 | 2024-07-19T18:09:40.537Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1958 | 2024-07-19T18:09:41.019Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1959 | 2024-07-19T18:09:41.545Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1960 | 2024-07-19T18:09:43.131Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1961 | 2024-07-19T18:09:44.786Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1962 | 2024-07-19T18:09:45.533Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1963 | 2024-07-19T18:09:45.704Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1964 | 2024-07-19T18:09:46.222Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1965 | 2024-07-19T18:09:46.499Z | Compiling lalrpop v0.19.12 |
1966 | 2024-07-19T18:09:46.613Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1967 | 2024-07-19T18:09:46.865Z | Compiling cexpr v0.6.0 |
1968 | 2024-07-19T18:09:46.889Z | Compiling rustc-hash v1.1.0 |
1969 | 2024-07-19T18:09:47.054Z | Compiling cfg_aliases v0.1.1 |
1970 | 2024-07-19T18:09:47.157Z | Compiling shlex v1.3.0 |
1971 | 2024-07-19T18:09:47.523Z | Checking http-range v0.1.5 |
1972 | 2024-07-19T18:09:47.680Z | Compiling lazycell v1.3.0 |
1973 | 2024-07-19T18:09:47.920Z | Checking hyper-staticfile v0.9.5 |
1974 | 2024-07-19T18:09:48.281Z | Compiling nix v0.28.0 |
1975 | 2024-07-19T18:09:48.394Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1976 | 2024-07-19T18:09:48.418Z | Checking tabled v0.15.0 |
1977 | 2024-07-19T18:09:49.035Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1978 | 2024-07-19T18:09:49.259Z | Compiling derive_builder_core v0.20.0 |
1979 | 2024-07-19T18:09:50.791Z | Compiling snafu-derive v0.8.2 |
1980 | 2024-07-19T18:09:51.179Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1981 | 2024-07-19T18:09:51.236Z | Compiling libxml v0.3.3 |
1982 | 2024-07-19T18:09:51.514Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1983 | 2024-07-19T18:09:51.691Z | Compiling derive_builder_macro v0.20.0 |
1984 | 2024-07-19T18:09:51.855Z | Checking nix v0.27.1 |
1985 | 2024-07-19T18:09:52.470Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1986 | 2024-07-19T18:09:52.688Z | Checking globset v0.4.14 |
1987 | 2024-07-19T18:09:52.819Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1988 | 2024-07-19T18:09:52.933Z | Checking olpc-cjson v0.1.3 |
1989 | 2024-07-19T18:09:53.112Z | Checking serde-big-array v0.5.1 |
1990 | 2024-07-19T18:09:53.141Z | Checking serde_plain v1.0.2 |
1991 | 2024-07-19T18:09:53.319Z | Compiling strum_macros v0.24.3 |
1992 | 2024-07-19T18:09:53.355Z | Compiling cookie v0.18.1 |
1993 | 2024-07-19T18:09:53.596Z | Compiling indoc v1.0.9 |
1994 | 2024-07-19T18:09:53.808Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1995 | 2024-07-19T18:09:54.473Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1996 | 2024-07-19T18:09:54.505Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1997 | 2024-07-19T18:09:55.471Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1998 | 2024-07-19T18:09:55.795Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1999 | 2024-07-19T18:09:56.082Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2000 | 2024-07-19T18:09:56.469Z | Checking snafu v0.8.2 |
2001 | 2024-07-19T18:09:56.825Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2002 | 2024-07-19T18:09:56.884Z | Checking typed-path v0.7.1 |
2003 | 2024-07-19T18:09:57.279Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2004 | 2024-07-19T18:09:58.488Z | Checking tough v0.17.1 |
2005 | 2024-07-19T18:09:58.783Z | Checking derive_builder v0.20.0 |
2006 | 2024-07-19T18:09:59.229Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2007 | 2024-07-19T18:09:59.467Z | Checking signal-hook-tokio v0.3.1 |
2008 | 2024-07-19T18:09:59.619Z | Compiling peg-macros v0.8.3 |
2009 | 2024-07-19T18:10:00.265Z | Checking quick-xml v0.31.0 |
2010 | 2024-07-19T18:10:00.294Z | Compiling impl-trait-for-tuples v0.2.2 |
2011 | 2024-07-19T18:10:00.725Z | Compiling oso-derive v0.27.3 |
2012 | 2024-07-19T18:10:01.588Z | Compiling sqlparser_derive v0.2.2 |
2013 | 2024-07-19T18:10:01.946Z | Checking unicode_categories v0.1.1 |
2014 | 2024-07-19T18:10:02.260Z | Checking parse-size v1.0.0 |
2015 | 2024-07-19T18:10:02.354Z | Checking rustyline v14.0.0 |
2016 | 2024-07-19T18:10:02.419Z | Checking sqlformat v0.2.4 |
2017 | 2024-07-19T18:10:02.527Z | Checking sqlparser v0.45.0 |
2018 | 2024-07-19T18:10:02.587Z | Checking peg v0.8.3 |
2019 | 2024-07-19T18:10:02.688Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2020 | 2024-07-19T18:10:04.073Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2021 | 2024-07-19T18:10:05.562Z | Checking bcs v0.1.6 |
2022 | 2024-07-19T18:10:05.996Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2023 | 2024-07-19T18:10:06.020Z | Checking highway v1.1.0 |
2024 | 2024-07-19T18:10:06.367Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2025 | 2024-07-19T18:10:06.402Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2026 | 2024-07-19T18:10:06.677Z | Compiling const_format_proc_macros v0.2.32 |
2027 | 2024-07-19T18:10:08.333Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2028 | 2024-07-19T18:10:08.684Z | Checking bb8 v0.8.5 |
2029 | 2024-07-19T18:10:08.944Z | Checking const_format v0.2.32 |
2030 | 2024-07-19T18:10:09.112Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2031 | 2024-07-19T18:10:09.422Z | Checking heck v0.4.1 |
2032 | 2024-07-19T18:10:09.587Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2033 | 2024-07-19T18:10:09.618Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2034 | 2024-07-19T18:10:09.708Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2035 | 2024-07-19T18:10:09.848Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2036 | 2024-07-19T18:10:09.956Z | Checking assert_matches v1.5.0 |
2037 | 2024-07-19T18:10:10.049Z | Compiling portable-atomic v1.6.0 |
2038 | 2024-07-19T18:10:10.721Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2039 | 2024-07-19T18:10:11.111Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2040 | 2024-07-19T18:10:11.803Z | Checking rand_seeder v0.2.3 |
2041 | 2024-07-19T18:10:11.896Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2042 | 2024-07-19T18:10:12.043Z | Checking number_prefix v0.4.0 |
2043 | 2024-07-19T18:10:12.220Z | Checking indicatif v0.17.8 |
2044 | 2024-07-19T18:10:12.622Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2045 | 2024-07-19T18:10:12.830Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2046 | 2024-07-19T18:10:12.854Z | Checking is_ci v1.2.0 |
2047 | 2024-07-19T18:10:12.977Z | Checking supports-color v3.0.0 |
2048 | 2024-07-19T18:10:13.142Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2049 | 2024-07-19T18:10:13.843Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2050 | 2024-07-19T18:10:13.987Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2051 | 2024-07-19T18:10:14.040Z | Checking castaway v0.2.2 |
2052 | 2024-07-19T18:10:14.192Z | Checking compact_str v0.7.1 |
2053 | 2024-07-19T18:10:14.260Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2054 | 2024-07-19T18:10:14.506Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2055 | 2024-07-19T18:10:14.727Z | Checking unicode-truncate v1.0.0 |
2056 | 2024-07-19T18:10:14.836Z | Checking itertools v0.13.0 |
2057 | 2024-07-19T18:10:14.927Z | Checking lru v0.12.3 |
2058 | 2024-07-19T18:10:15.077Z | Compiling stability v0.2.0 |
2059 | 2024-07-19T18:10:15.178Z | Checking cassowary v0.3.0 |
2060 | 2024-07-19T18:10:15.577Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2061 | 2024-07-19T18:10:15.897Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2062 | 2024-07-19T18:10:16.915Z | Checking unicode-linebreak v0.1.5 |
2063 | 2024-07-19T18:10:16.946Z | Checking smawk v0.3.2 |
2064 | 2024-07-19T18:10:17.032Z | Checking ratatui v0.27.0 |
2065 | 2024-07-19T18:10:17.130Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2066 | 2024-07-19T18:10:17.255Z | Checking textwrap v0.16.1 |
2067 | 2024-07-19T18:10:17.390Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2068 | 2024-07-19T18:10:17.586Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2069 | 2024-07-19T18:10:18.299Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2070 | 2024-07-19T18:10:18.901Z | Checking fatfs v0.3.6 |
2071 | 2024-07-19T18:10:19.265Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2072 | 2024-07-19T18:10:19.403Z | Checking shell-words v1.1.0 |
2073 | 2024-07-19T18:10:19.554Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2074 | 2024-07-19T18:10:19.744Z | Checking cargo-platform v0.1.8 |
2075 | 2024-07-19T18:10:19.895Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2076 | 2024-07-19T18:10:19.995Z | Checking rtoolbox v0.0.2 |
2077 | 2024-07-19T18:10:20.166Z | Compiling getrandom v0.1.16 |
2078 | 2024-07-19T18:10:20.784Z | Checking rpassword v7.3.1 |
2079 | 2024-07-19T18:10:20.913Z | Checking cargo_metadata v0.18.1 |
2080 | 2024-07-19T18:10:22.060Z | Checking tui-tree-widget v0.21.0 |
2081 | 2024-07-19T18:10:22.216Z | Checking plotters-backend v0.3.5 |
2082 | 2024-07-19T18:10:22.526Z | Checking plotters-svg v0.3.5 |
2083 | 2024-07-19T18:10:22.586Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2084 | 2024-07-19T18:10:22.737Z | Checking rfc6979 v0.4.0 |
2085 | 2024-07-19T18:10:22.897Z | Checking yansi v0.5.1 |
2086 | 2024-07-19T18:10:23.408Z | Checking cast v0.3.0 |
2087 | 2024-07-19T18:10:23.680Z | Checking criterion-plot v0.5.0 |
2088 | 2024-07-19T18:10:23.943Z | Checking pretty_assertions v1.4.0 |
2089 | 2024-07-19T18:10:24.080Z | Checking ecdsa v0.16.9 |
2090 | 2024-07-19T18:10:24.105Z | Checking plotters v0.3.5 |
2091 | 2024-07-19T18:10:24.691Z | Checking rand_core v0.5.1 |
2092 | 2024-07-19T18:10:24.953Z | Checking primeorder v0.13.6 |
2093 | 2024-07-19T18:10:25.025Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2094 | 2024-07-19T18:10:25.358Z | Checking tinytemplate v1.2.1 |
2095 | 2024-07-19T18:10:25.531Z | Checking oorandom v11.1.3 |
2096 | 2024-07-19T18:10:25.672Z | Checking anes v0.1.6 |
2097 | 2024-07-19T18:10:25.696Z | Checking option-ext v0.2.0 |
2098 | 2024-07-19T18:10:25.813Z | Checking dirs-sys v0.4.1 |
2099 | 2024-07-19T18:10:25.978Z | Checking rand_chacha v0.2.2 |
2100 | 2024-07-19T18:10:26.002Z | Checking criterion v0.5.1 |
2101 | 2024-07-19T18:10:26.273Z | Checking polyval v0.6.2 |
2102 | 2024-07-19T18:10:26.499Z | Checking ed25519 v2.2.3 |
2103 | 2024-07-19T18:10:26.690Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2104 | 2024-07-19T18:10:27.977Z | Checking blowfish v0.9.1 |
2105 | 2024-07-19T18:10:28.208Z | Checking aes v0.8.4 |
2106 | 2024-07-19T18:10:28.336Z | Checking ctr v0.9.2 |
2107 | 2024-07-19T18:10:28.608Z | Checking password-hash v0.4.2 |
2108 | 2024-07-19T18:10:29.008Z | Checking pbkdf2 v0.12.2 |
2109 | 2024-07-19T18:10:29.032Z | Checking hex-literal v0.4.1 |
2110 | 2024-07-19T18:10:29.170Z | Checking pbkdf2 v0.11.0 |
2111 | 2024-07-19T18:10:29.194Z | Checking bcrypt-pbkdf v0.10.0 |
2112 | 2024-07-19T18:10:29.442Z | Checking ed25519-dalek v2.1.1 |
2113 | 2024-07-19T18:10:29.466Z | Checking ghash v0.5.1 |
2114 | 2024-07-19T18:10:29.649Z | Checking rand v0.7.3 |
2115 | 2024-07-19T18:10:29.852Z | Checking dirs v5.0.1 |
2116 | 2024-07-19T18:10:30.008Z | Checking p256 v0.13.2 |
2117 | 2024-07-19T18:10:30.446Z | Checking p521 v0.13.3 |
2118 | 2024-07-19T18:10:30.616Z | Checking cbc v0.1.2 |
2119 | 2024-07-19T18:10:30.822Z | Checking russh-cryptovec v0.7.2 |
2120 | 2024-07-19T18:10:30.877Z | Checking md5 v0.7.0 |
2121 | 2024-07-19T18:10:31.016Z | Compiling doc-comment v0.3.3 |
2122 | 2024-07-19T18:10:31.136Z | Compiling target-lexicon v0.12.14 |
2123 | 2024-07-19T18:10:31.545Z | Checking russh-keys v0.43.0 |
2124 | 2024-07-19T18:10:31.622Z | Checking aes-gcm v0.10.3 |
2125 | 2024-07-19T18:10:31.845Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2126 | 2024-07-19T18:10:32.061Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2127 | 2024-07-19T18:10:32.515Z | Checking http-body v1.0.0 |
2128 | 2024-07-19T18:10:32.698Z | Checking csv-core v0.1.11 |
2129 | 2024-07-19T18:10:32.724Z | Compiling guppy-workspace-hack v0.1.0 |
2130 | 2024-07-19T18:10:32.940Z | Compiling assert_cmd v2.0.14 |
2131 | 2024-07-19T18:10:32.979Z | Checking tower-layer v0.3.2 |
2132 | 2024-07-19T18:10:33.206Z | Compiling dhcproto-macros v0.1.0 |
2133 | 2024-07-19T18:10:33.292Z | Checking tower v0.4.13 |
2134 | 2024-07-19T18:10:33.346Z | Checking csv v1.3.0 |
2135 | 2024-07-19T18:10:33.949Z | Checking hyper v1.3.1 |
2136 | 2024-07-19T18:10:33.986Z | Checking dhcproto v0.11.0 |
2137 | 2024-07-19T18:10:34.037Z | Checking russh v0.43.0 |
2138 | 2024-07-19T18:10:35.259Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2139 | 2024-07-19T18:10:35.713Z | Compiling target-spec v3.1.0 |
2140 | 2024-07-19T18:10:35.737Z | Checking internet-checksum v0.2.1 |
2141 | 2024-07-19T18:10:36.631Z | Checking cfg-expr v0.15.8 |
2142 | 2024-07-19T18:10:37.273Z | Checking hyper-util v0.1.3 |
2143 | 2024-07-19T18:10:37.448Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2144 | 2024-07-19T18:10:37.564Z | Checking rustls-native-certs v0.7.0 |
2145 | 2024-07-19T18:10:37.703Z | Checking httptest v0.15.5 |
2146 | 2024-07-19T18:10:38.518Z | Checking hyper-rustls v0.26.0 |
2147 | 2024-07-19T18:10:39.116Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2148 | 2024-07-19T18:10:39.342Z | Checking pathdiff v0.2.1 |
2149 | 2024-07-19T18:10:39.487Z | Compiling rstest_macros v0.19.0 |
2150 | 2024-07-19T18:10:39.904Z | Checking threadpool v1.8.1 |
2151 | 2024-07-19T18:10:39.928Z | Checking escape8259 v0.5.2 |
2152 | 2024-07-19T18:10:40.077Z | Checking nested v0.1.1 |
2153 | 2024-07-19T18:10:40.101Z | Checking libtest-mimic v0.7.3 |
2154 | 2024-07-19T18:10:40.258Z | Checking guppy v0.17.5 |
2155 | 2024-07-19T18:10:40.609Z | Checking similar-asserts v1.5.0 |
2156 | 2024-07-19T18:10:40.808Z | Checking fancy-regex v0.13.0 |
2157 | 2024-07-19T18:10:40.953Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2158 | 2024-07-19T18:10:41.403Z | Compiling relative-path v1.9.3 |
2159 | 2024-07-19T18:10:42.017Z | Compiling trybuild v1.0.96 |
2160 | 2024-07-19T18:10:42.420Z | Checking datatest-stable v0.2.9 |
2161 | 2024-07-19T18:10:42.670Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2162 | 2024-07-19T18:10:43.328Z | Checking blake2b_simd v1.0.2 |
2163 | 2024-07-19T18:10:43.737Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2164 | 2024-07-19T18:10:44.003Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2165 | 2024-07-19T18:10:44.079Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2166 | 2024-07-19T18:10:44.494Z | Checking indent_write v2.2.0 |
2167 | 2024-07-19T18:10:44.692Z | Checking futures-timer v3.0.3 |
2168 | 2024-07-19T18:10:44.784Z | Checking rust-argon2 v2.1.0 |
2169 | 2024-07-19T18:10:46.222Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2170 | 2024-07-19T18:10:46.805Z | Checking rand_distr v0.4.3 |
2171 | 2024-07-19T18:10:47.454Z | Checking multimap v0.10.0 |
2172 | 2024-07-19T18:10:47.705Z | Checking approx v0.5.1 |
2173 | 2024-07-19T18:10:47.892Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2174 | 2024-07-19T18:10:48.911Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2175 | 2024-07-19T18:10:49.641Z | Checking partial-io v0.5.4 |
2176 | 2024-07-19T18:10:49.789Z | Checking rstest v0.19.0 |
2177 | 2024-07-19T18:10:49.969Z | Checking cargo_toml v0.20.3 |
2178 | 2024-07-19T18:10:49.993Z | Checking uzers v0.11.3 |
2179 | 2024-07-19T18:10:50.281Z | Checking termios v0.3.3 |
2180 | 2024-07-19T18:10:50.465Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2181 | 2024-07-19T18:10:51.561Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2182 | 2024-07-19T18:10:53.918Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2183 | 2024-07-19T18:10:55.420Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2184 | 2024-07-19T18:10:58.842Z | Compiling samael v0.0.15 |
2185 | 2024-07-19T18:11:05.349Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2186 | 2024-07-19T18:11:26.022Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2187 | 2024-07-19T18:11:27.207Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2188 | 2024-07-19T18:11:36.804Z | Compiling polar-core v0.27.3 |
2189 | 2024-07-19T18:11:46.113Z | Checking oso v0.27.3 |
2190 | 2024-07-19T18:12:26.052Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2191 | 2024-07-19T18:12:26.052Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2192 | 2024-07-19T18:12:26.076Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2193 | 2024-07-19T18:13:59.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 42s |
2194 | 2024-07-19T18:13:59.579Z | |
2195 | 2024-07-19T18:13:59.580Z | real 6:54.312155993 |
2196 | 2024-07-19T18:13:59.580Z | user 33:57.031772493 |
2197 | 2024-07-19T18:13:59.580Z | sys 6:19.518349712 |
2198 | 2024-07-19T18:13:59.580Z | trap 1.000332386 |
2199 | 2024-07-19T18:13:59.580Z | tflt 0.421128065 |
2200 | 2024-07-19T18:13:59.580Z | dflt 0.615521911 |
2201 | 2024-07-19T18:13:59.580Z | kflt 0.001326578 |
2202 | 2024-07-19T18:13:59.580Z | lock 1:44:23.582254744 |
2203 | 2024-07-19T18:13:59.604Z | slp 1:49:13.146123910 |
2204 | 2024-07-19T18:13:59.604Z | lat 1:50.180256414 |
2205 | 2024-07-19T18:13:59.604Z | stop 5:53.356661760 |
2206 | 2024-07-19T18:13:59.604Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2207 | 2024-07-19T18:13:59.604Z | + ptime -m cargo doc --workspace --no-deps |
2208 | 2024-07-19T18:14:00.863Z | warning: output filename collision. |
2209 | 2024-07-19T18:14:00.863Z | 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)`. |
2210 | 2024-07-19T18:14:00.863Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2211 | 2024-07-19T18:14:00.863Z | The targets should have unique names. |
2212 | 2024-07-19T18:14:00.863Z | This is a known bug where multiple crates with the same name use |
2213 | 2024-07-19T18:14:00.863Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2214 | 2024-07-19T18:14:01.497Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2215 | 2024-07-19T18:14:01.527Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2216 | 2024-07-19T18:14:01.571Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2217 | 2024-07-19T18:14:01.600Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2218 | 2024-07-19T18:14:01.630Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2219 | 2024-07-19T18:14:01.630Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2220 | 2024-07-19T18:14:01.764Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2221 | 2024-07-19T18:14:01.842Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2222 | 2024-07-19T18:14:01.867Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2223 | 2024-07-19T18:14:01.890Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2224 | 2024-07-19T18:14:01.914Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2225 | 2024-07-19T18:14:02.068Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2226 | 2024-07-19T18:14:02.151Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2227 | 2024-07-19T18:14:02.270Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2228 | 2024-07-19T18:14:02.515Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2229 | 2024-07-19T18:14:02.539Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2230 | 2024-07-19T18:14:03.459Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2231 | 2024-07-19T18:14:05.281Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2232 | 2024-07-19T18:14:05.336Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2233 | 2024-07-19T18:14:05.544Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2234 | 2024-07-19T18:14:05.806Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2235 | 2024-07-19T18:14:05.897Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2236 | 2024-07-19T18:14:06.066Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2237 | 2024-07-19T18:14:06.250Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2238 | 2024-07-19T18:14:06.318Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2239 | 2024-07-19T18:14:06.612Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2240 | 2024-07-19T18:14:06.787Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2241 | 2024-07-19T18:14:06.811Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2242 | 2024-07-19T18:14:07.070Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2243 | 2024-07-19T18:14:07.304Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2244 | 2024-07-19T18:14:07.397Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2245 | 2024-07-19T18:14:07.568Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2246 | 2024-07-19T18:14:07.812Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2247 | 2024-07-19T18:14:08.038Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2248 | 2024-07-19T18:14:08.181Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2249 | 2024-07-19T18:14:08.296Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2250 | 2024-07-19T18:14:08.366Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2251 | 2024-07-19T18:14:09.881Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2252 | 2024-07-19T18:14:11.512Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2253 | 2024-07-19T18:14:12.178Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2254 | 2024-07-19T18:14:13.120Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2255 | 2024-07-19T18:14:13.954Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2256 | 2024-07-19T18:14:15.823Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2257 | 2024-07-19T18:14:16.531Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2258 | 2024-07-19T18:14:16.740Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2259 | 2024-07-19T18:14:17.220Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2260 | 2024-07-19T18:14:17.561Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2261 | 2024-07-19T18:14:17.668Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2262 | 2024-07-19T18:14:18.370Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2263 | 2024-07-19T18:14:18.837Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2264 | 2024-07-19T18:14:19.327Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2265 | 2024-07-19T18:14:19.564Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2266 | 2024-07-19T18:14:19.604Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2267 | 2024-07-19T18:14:19.932Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2268 | 2024-07-19T18:14:20.763Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2269 | 2024-07-19T18:14:21.865Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2270 | 2024-07-19T18:14:22.119Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2271 | 2024-07-19T18:14:22.258Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2272 | 2024-07-19T18:14:22.765Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2273 | 2024-07-19T18:14:22.853Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2274 | 2024-07-19T18:14:23.093Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2275 | 2024-07-19T18:14:23.134Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2276 | 2024-07-19T18:14:23.375Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2277 | 2024-07-19T18:14:24.097Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2278 | 2024-07-19T18:14:25.721Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2279 | 2024-07-19T18:14:26.215Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2280 | 2024-07-19T18:14:27.166Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2281 | 2024-07-19T18:14:27.532Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2282 | 2024-07-19T18:14:28.101Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2283 | 2024-07-19T18:14:28.134Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2284 | 2024-07-19T18:14:28.683Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2285 | 2024-07-19T18:14:28.796Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2286 | 2024-07-19T18:14:29.251Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2287 | 2024-07-19T18:14:31.899Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2288 | 2024-07-19T18:14:33.087Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2289 | 2024-07-19T18:14:33.827Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2290 | 2024-07-19T18:14:34.780Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2291 | 2024-07-19T18:14:34.861Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2292 | 2024-07-19T18:14:35.190Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2293 | 2024-07-19T18:14:35.374Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2294 | 2024-07-19T18:14:38.697Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2295 | 2024-07-19T18:14:39.527Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2296 | 2024-07-19T18:14:44.757Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2297 | 2024-07-19T18:14:46.541Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2298 | 2024-07-19T18:14:46.615Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2299 | 2024-07-19T18:14:49.478Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2300 | 2024-07-19T18:14:50.079Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2301 | 2024-07-19T18:14:57.939Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2302 | 2024-07-19T18:15:02.786Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2303 | 2024-07-19T18:15:03.972Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2304 | 2024-07-19T18:15:05.470Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2305 | 2024-07-19T18:15:13.166Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2306 | 2024-07-19T18:15:17.861Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2307 | 2024-07-19T18:15:23.192Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2308 | 2024-07-19T18:15:25.222Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2309 | 2024-07-19T18:15:32.093Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2310 | 2024-07-19T18:15:37.252Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2311 | 2024-07-19T18:15:49.454Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2312 | 2024-07-19T18:15:51.240Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2313 | 2024-07-19T18:15:51.895Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2314 | 2024-07-19T18:15:52.683Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2315 | 2024-07-19T18:15:53.046Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2316 | 2024-07-19T18:15:53.308Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2317 | 2024-07-19T18:15:58.216Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2318 | 2024-07-19T18:15:59.072Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2319 | 2024-07-19T18:16:14.234Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2320 | 2024-07-19T18:16:19.570Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2321 | 2024-07-19T18:16:22.847Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2322 | 2024-07-19T18:16:30.213Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2323 | 2024-07-19T18:16:45.587Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2324 | 2024-07-19T18:16:45.731Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2325 | 2024-07-19T18:16:46.659Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2326 | 2024-07-19T18:16:51.041Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2327 | 2024-07-19T18:16:56.383Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2328 | 2024-07-19T18:16:58.273Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2329 | 2024-07-19T18:17:00.449Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2330 | 2024-07-19T18:17:03.268Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2331 | 2024-07-19T18:17:04.022Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2332 | 2024-07-19T18:17:10.056Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2333 | 2024-07-19T18:17:17.191Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2334 | 2024-07-19T18:17:17.399Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2335 | 2024-07-19T18:17:17.991Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2336 | 2024-07-19T18:17:20.640Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2337 | 2024-07-19T18:17:20.891Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2338 | 2024-07-19T18:17:22.302Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2339 | 2024-07-19T18:17:28.048Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2340 | 2024-07-19T18:17:28.611Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2341 | 2024-07-19T18:17:30.321Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2342 | 2024-07-19T18:17:31.773Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2343 | 2024-07-19T18:17:31.899Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2344 | 2024-07-19T18:17:35.653Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2345 | 2024-07-19T18:17:38.954Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2346 | 2024-07-19T18:17:41.291Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2347 | 2024-07-19T18:17:41.597Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2348 | 2024-07-19T18:17:43.392Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2349 | 2024-07-19T18:17:44.940Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2350 | 2024-07-19T18:17:45.245Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2351 | 2024-07-19T18:17:45.940Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2352 | 2024-07-19T18:17:51.068Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2353 | 2024-07-19T18:17:54.029Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2354 | 2024-07-19T18:17:54.888Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2355 | 2024-07-19T18:17:55.457Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2356 | 2024-07-19T18:17:57.798Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2357 | 2024-07-19T18:17:58.760Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2358 | 2024-07-19T18:18:00.233Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2359 | 2024-07-19T18:18:00.308Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2360 | 2024-07-19T18:18:05.506Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2361 | 2024-07-19T18:18:05.952Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2362 | 2024-07-19T18:18:10.836Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2363 | 2024-07-19T18:18:13.606Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2364 | 2024-07-19T18:18:14.083Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2365 | 2024-07-19T18:18:15.631Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2366 | 2024-07-19T18:18:15.720Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2367 | 2024-07-19T18:18:15.752Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2368 | 2024-07-19T18:18:17.727Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2369 | 2024-07-19T18:18:19.328Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2370 | 2024-07-19T18:18:20.253Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2371 | 2024-07-19T18:18:20.376Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2372 | 2024-07-19T18:18:21.213Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2373 | 2024-07-19T18:18:21.550Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2374 | 2024-07-19T18:18:23.621Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2375 | 2024-07-19T18:18:24.926Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2376 | 2024-07-19T18:18:25.037Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2377 | 2024-07-19T18:18:52.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 52s |
2378 | 2024-07-19T18:18:52.396Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 101 other files |
2379 | 2024-07-19T18:18:52.453Z | |
2380 | 2024-07-19T18:18:52.477Z | real 4:52.829746938 |
2381 | 2024-07-19T18:18:52.477Z | user 15:42.999954383 |
2382 | 2024-07-19T18:18:52.477Z | sys 19:37.635043191 |
2383 | 2024-07-19T18:18:52.477Z | trap 0.299111205 |
2384 | 2024-07-19T18:18:52.477Z | tflt 0.094425571 |
2385 | 2024-07-19T18:18:52.477Z | dflt 0.353654309 |
2386 | 2024-07-19T18:18:52.477Z | kflt 0.000137226 |
2387 | 2024-07-19T18:18:52.477Z | lock 45:58.927817479 |
2388 | 2024-07-19T18:18:52.477Z | slp 1:15:44.024359017 |
2389 | 2024-07-19T18:18:52.477Z | lat 52.827583433 |
2390 | 2024-07-19T18:18:52.477Z | stop 40.282816209 |
2391 | 2024-07-19T18:18:52.477Z | process exited: duration 924651 ms, exit code 0 |
|
2392 | 2024-07-19T18:18:52.526Z | found 0 output files |