|
|
|
1 | 2024-11-02T03:10:47.414Z | job assigned to worker 01JBNDKQKWC49P60GTK1100JTA (queued for 57 s) |
|
2 | 2024-11-02T03:10:55.081Z | starting task 0: "setup" |
3 | 2024-11-02T03:10:55.090Z | ++ uname -s |
4 | 2024-11-02T03:10:55.093Z | + kern=SunOS |
5 | 2024-11-02T03:10:55.093Z | + case "$kern" in |
6 | 2024-11-02T03:10:55.093Z | + [[ 0 == 12345 ]] |
7 | 2024-11-02T03:10:55.093Z | + groupadd -g 12345 build |
8 | 2024-11-02T03:10:55.096Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-02T03:10:57.105Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-02T03:10:57.203Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-02T03:10:57.206Z | + home_fs=zfs |
12 | 2024-11-02T03:10:57.206Z | + [[ zfs == autofs ]] |
13 | 2024-11-02T03:10:57.206Z | + mkdir -p /home/build |
14 | 2024-11-02T03:10:57.208Z | + chown build:build /home/build /work |
15 | 2024-11-02T03:10:59.210Z | + chmod 0700 /home/build /work |
16 | 2024-11-02T03:10:59.213Z | process exited: duration 4131 ms, exit code 0 |
|
17 | 2024-11-02T03:10:59.220Z | starting task 1: "rust-toolchain" |
18 | 2024-11-02T03:10:59.225Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-02T03:10:59.225Z | ' 1.82.0 |
20 | 2024-11-02T03:10:59.228Z | * toolchain channel = "1.82.0" |
21 | 2024-11-02T03:10:59.228Z | * toolchain profile = "default" |
22 | 2024-11-02T03:10:59.229Z | + printf ' * toolchain profile = "%s" |
23 | 2024-11-02T03:10:59.229Z | ' default |
24 | 2024-11-02T03:10:59.229Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-02T03:10:59.229Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-11-02T03:10:59.512Z | info: downloading installer |
27 | 2024-11-02T03:11:01.166Z | info: profile set to 'default' |
28 | 2024-11-02T03:11:01.166Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-02T03:11:01.168Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-11-02T03:11:01.381Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-11-02T03:11:01.381Z | info: downloading component 'cargo' |
32 | 2024-11-02T03:11:02.104Z | info: downloading component 'clippy' |
33 | 2024-11-02T03:11:02.385Z | info: downloading component 'rust-docs' |
34 | 2024-11-02T03:11:03.413Z | info: downloading component 'rust-std' |
35 | 2024-11-02T03:11:05.026Z | info: downloading component 'rustc' |
36 | 2024-11-02T03:11:10.809Z | info: downloading component 'rustfmt' |
37 | 2024-11-02T03:11:11.017Z | info: installing component 'cargo' |
38 | 2024-11-02T03:11:11.870Z | info: installing component 'clippy' |
39 | 2024-11-02T03:11:12.264Z | info: installing component 'rust-docs' |
40 | 2024-11-02T03:11:13.966Z | info: installing component 'rust-std' |
41 | 2024-11-02T03:11:15.886Z | info: installing component 'rustc' |
42 | 2024-11-02T03:11:22.048Z | info: installing component 'rustfmt' |
43 | 2024-11-02T03:11:22.389Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-11-02T03:11:22.389Z | |
45 | 2024-11-02T03:11:22.765Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-11-02T03:11:22.766Z | |
47 | 2024-11-02T03:11:22.768Z | |
48 | 2024-11-02T03:11:22.768Z | Rust is installed now. Great! |
49 | 2024-11-02T03:11:22.768Z | |
50 | 2024-11-02T03:11:22.768Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-02T03:11:22.768Z | environment variable. This has not been done automatically. |
52 | 2024-11-02T03:11:22.768Z | |
53 | 2024-11-02T03:11:22.769Z | To configure your current shell, you need to source |
54 | 2024-11-02T03:11:22.769Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-02T03:11:22.769Z | |
56 | 2024-11-02T03:11:22.769Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-02T03:11:22.769Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-02T03:11:22.769Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-02T03:11:22.835Z | + rustc --version |
60 | 2024-11-02T03:11:22.900Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-11-02T03:11:22.903Z | process exited: duration 23678 ms, exit code 0 |
|
62 | 2024-11-02T03:11:22.908Z | starting task 2: "authentication" |
63 | 2024-11-02T03:11:22.936Z | process exited: duration 23 ms, exit code 0 |
|
64 | 2024-11-02T03:11:22.942Z | starting task 3: "clone repository" |
65 | 2024-11-02T03:11:22.946Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-11-02T03:11:22.949Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-11-02T03:11:23.214Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-11-02T03:11:30.934Z | + cd /work/oxidecomputer/omicron |
69 | 2024-11-02T03:11:30.934Z | + git fetch origin 6367ca54f452a2dcd18e3c53530f23286050161b |
70 | 2024-11-02T03:11:31.187Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-11-02T03:11:31.187Z | * branch 6367ca54f452a2dcd18e3c53530f23286050161b -> FETCH_HEAD |
72 | 2024-11-02T03:11:31.196Z | + [[ -n renovate/hyper-util-0.x ]] |
73 | 2024-11-02T03:11:31.199Z | ++ git branch --show-current |
74 | 2024-11-02T03:11:31.205Z | + current=main |
75 | 2024-11-02T03:11:31.205Z | + [[ main != renovate/hyper-util-0.x ]] |
76 | 2024-11-02T03:11:31.205Z | + git branch -f renovate/hyper-util-0.x 6367ca54f452a2dcd18e3c53530f23286050161b |
77 | 2024-11-02T03:11:31.205Z | + git checkout -f renovate/hyper-util-0.x |
78 | 2024-11-02T03:11:31.371Z | Switched to branch 'renovate/hyper-util-0.x' |
79 | 2024-11-02T03:11:31.375Z | + git reset --hard 6367ca54f452a2dcd18e3c53530f23286050161b |
80 | 2024-11-02T03:11:31.534Z | HEAD is now at 6367ca54f Update Rust crate hyper-util to 0.1.10 |
81 | 2024-11-02T03:11:31.537Z | process exited: duration 8592 ms, exit code 0 |
|
82 | 2024-11-02T03:11:31.542Z | starting task 4: "build" |
83 | 2024-11-02T03:11:31.548Z | + source .github/buildomat/ci-env.sh |
84 | 2024-11-02T03:11:31.549Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-11-02T03:11:31.549Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-11-02T03:11:31.551Z | + cargo --version |
87 | 2024-11-02T03:11:31.606Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
88 | 2024-11-02T03:11:31.608Z | + rustc --version |
89 | 2024-11-02T03:11:31.668Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
90 | 2024-11-02T03:11:31.670Z | + source ./env.sh |
91 | 2024-11-02T03:11:31.670Z | ++ OLD_SHELL_OPTS=ehxB |
92 | 2024-11-02T03:11:31.670Z | ++ set -o xtrace |
93 | 2024-11-02T03:11:31.673Z | ++++ dirname ./env.sh |
94 | 2024-11-02T03:11:31.675Z | +++ readlink -f . |
95 | 2024-11-02T03:11:31.694Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
96 | 2024-11-02T03:11:31.696Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-11-02T03:11:31.696Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-11-02T03:11:31.697Z | ++ 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 |
99 | 2024-11-02T03:11:31.697Z | ++ 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 |
100 | 2024-11-02T03:11:31.697Z | ++ 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 |
101 | 2024-11-02T03:11:31.697Z | ++ 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 |
102 | 2024-11-02T03:11:31.697Z | ++ 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 |
103 | 2024-11-02T03:11:31.697Z | ++ 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 |
104 | 2024-11-02T03:11:31.697Z | ++ case $OLD_SHELL_OPTS in |
105 | 2024-11-02T03:11:31.697Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
106 | 2024-11-02T03:11:31.697Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
107 | 2024-11-02T03:11:31.697Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
108 | 2024-11-02T03:11:31.697Z | + banner prerequisites |
109 | 2024-11-02T03:11:31.715Z | |
110 | 2024-11-02T03:11:31.715Z | ##### ##### ###### ##### ###### #### # # # #### # |
111 | 2024-11-02T03:11:31.715Z | # # # # # # # # # # # # # # # |
112 | 2024-11-02T03:11:31.715Z | # # # # ##### # # ##### # # # # # #### # |
113 | 2024-11-02T03:11:31.715Z | ##### ##### # ##### # # # # # # # # # |
114 | 2024-11-02T03:11:31.715Z | # # # # # # # # # # # # # # # |
115 | 2024-11-02T03:11:31.716Z | # # # ###### # # ###### ### # #### # #### # |
116 | 2024-11-02T03:11:31.716Z | |
117 | 2024-11-02T03:11:31.718Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
118 | 2024-11-02T03:11:46.614Z | Startup: Refreshing catalog 'helios-dev' ... Done |
119 | 2024-11-02T03:11:50.164Z | Startup: Caching catalogs ... Done |
120 | 2024-11-02T03:11:57.459Z | Planning: Solver setup ... Done (6.548s) |
121 | 2024-11-02T03:11:57.615Z | Planning: Running solver ... Done (0.097s) |
122 | 2024-11-02T03:11:57.792Z | Planning: Finding local manifests ... Done (0.041s) |
123 | 2024-11-02T03:11:58.128Z | Planning: Fetching manifests: 0/5 0% complete |
124 | 2024-11-02T03:11:58.514Z | Planning: Fetching manifests: 5/5 100% complete |
125 | 2024-11-02T03:11:58.794Z | Planning: Package planning ... Done (0.326s) |
126 | 2024-11-02T03:11:58.855Z | Planning: Merging actions ... Done (0.056s) |
127 | 2024-11-02T03:11:59.429Z | Planning: Checking for conflicting actions ... Done (0.597s) |
128 | 2024-11-02T03:12:04.084Z | Planning: Consolidating action changes ... Done (4.655s) |
129 | 2024-11-02T03:12:04.440Z | Planning: Evaluating mediators ... Done (0.355s) |
130 | 2024-11-02T03:12:04.566Z | Planning: Planning completed in 14.31 seconds |
131 | 2024-11-02T03:12:04.581Z | Packages to install: 4 |
132 | 2024-11-02T03:12:04.581Z | Packages to update: 1 |
133 | 2024-11-02T03:12:04.584Z | Mediators to change: 2 |
134 | 2024-11-02T03:12:04.584Z | Services to change: 1 |
135 | 2024-11-02T03:12:04.584Z | Estimated space available: 155.61 GB |
136 | 2024-11-02T03:12:04.584Z | Estimated space to be consumed: 1.59 GB |
137 | 2024-11-02T03:12:04.584Z | Create boot environment: No |
138 | 2024-11-02T03:12:04.584Z | Create backup boot environment: Yes |
139 | 2024-11-02T03:12:04.584Z | Rebuild boot archive: No |
140 | 2024-11-02T03:12:04.584Z | |
141 | 2024-11-02T03:12:04.584Z | Changed mediators: |
142 | 2024-11-02T03:12:04.584Z | mediator clang: |
143 | 2024-11-02T03:12:04.584Z | version: None -> 15 (system default) |
144 | 2024-11-02T03:12:04.584Z | |
145 | 2024-11-02T03:12:04.584Z | mediator llvm: |
146 | 2024-11-02T03:12:04.584Z | version: 14 (system default) -> 15 (system default) |
147 | 2024-11-02T03:12:04.584Z | |
148 | 2024-11-02T03:12:04.584Z | Changed packages: |
149 | 2024-11-02T03:12:04.584Z | helios-dev |
150 | 2024-11-02T03:12:04.584Z | developer/build-essential |
151 | 2024-11-02T03:12:04.584Z | None -> 11-2.0 |
152 | 2024-11-02T03:12:04.584Z | library/libxmlsec1 |
153 | 2024-11-02T03:12:04.584Z | None -> 1.2.35-2.0 |
154 | 2024-11-02T03:12:04.584Z | ooce/developer/clang-15 |
155 | 2024-11-02T03:12:04.584Z | None -> 15.0.7-2.0 |
156 | 2024-11-02T03:12:04.584Z | ooce/developer/llvm-15 |
157 | 2024-11-02T03:12:04.584Z | None -> 15.0.7-2.0 |
158 | 2024-11-02T03:12:04.584Z | package/pkg |
159 | 2024-11-02T03:12:04.584Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
160 | 2024-11-02T03:12:04.584Z | |
161 | 2024-11-02T03:12:04.584Z | Services: |
162 | 2024-11-02T03:12:04.584Z | restart_fmri: |
163 | 2024-11-02T03:12:04.584Z | svc:/system/update-man-index:default |
164 | 2024-11-02T03:12:04.584Z | |
165 | 2024-11-02T03:12:04.584Z | Editable files to change: |
166 | 2024-11-02T03:12:04.584Z | Update: |
167 | 2024-11-02T03:12:04.585Z | usr/share/lib/pkg/web/config.shtml |
168 | 2024-11-02T03:12:04.811Z | |
169 | 2024-11-02T03:12:04.811Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
170 | 2024-11-02T03:12:12.847Z | Download: 213/4281 items 1.3/220.6MB 0% complete (601k/s) |
171 | 2024-11-02T03:12:17.849Z | Download: 660/4281 items 17.6/220.6MB 7% complete (1.7M/s) |
172 | 2024-11-02T03:12:22.967Z | Download: 895/4281 items 18.4/220.6MB 8% complete (1.9M/s) |
173 | 2024-11-02T03:12:27.968Z | Download: 1097/4281 items 19.3/220.6MB 8% complete (203k/s) |
174 | 2024-11-02T03:12:33.977Z | Download: 1196/4281 items 83.4/220.6MB 37% complete (6.5M/s) |
175 | 2024-11-02T03:12:45.600Z | Download: 1197/4281 items 83.4/220.6MB 37% complete |
176 | 2024-11-02T03:12:50.603Z | Download: 1988/4281 items 116.5/220.6MB 52% complete (6.8M/s) |
177 | 2024-11-02T03:13:03.521Z | Download: 2219/4281 items 117.2/220.6MB 53% complete (5.0M/s) |
178 | 2024-11-02T03:13:11.787Z | Download: 2223/4281 items 119.2/220.6MB 54% complete (609k/s) |
179 | 2024-11-02T03:13:16.788Z | Download: 2485/4281 items 120.2/220.6MB 54% complete (214k/s) |
180 | 2024-11-02T03:13:21.791Z | Download: 2804/4281 items 121.0/220.6MB 54% complete (186k/s) |
181 | 2024-11-02T03:13:26.861Z | Download: 3060/4281 items 121.4/220.6MB 55% complete (126k/s) |
182 | 2024-11-02T03:13:31.906Z | Download: 3191/4281 items 187.3/220.6MB 84% complete (6.6M/s) |
183 | 2024-11-02T03:13:38.755Z | Download: 3243/4281 items 203.1/220.6MB 92% complete (8.1M/s) |
184 | 2024-11-02T03:13:47.591Z | Download: 3247/4281 items 203.1/220.6MB 92% complete |
185 | 2024-11-02T03:13:53.123Z | Download: 3248/4281 items 203.1/220.6MB 92% complete |
186 | 2024-11-02T03:13:58.282Z | Download: 3280/4281 items 210.7/220.6MB 95% complete (933k/s) |
187 | 2024-11-02T03:14:12.680Z | Download: 3287/4281 items 212.6/220.6MB 96% complete |
188 | 2024-11-02T03:14:17.691Z | Download: 3469/4281 items 213.3/220.6MB 96% complete (149k/s) |
189 | 2024-11-02T03:14:22.693Z | Download: 3766/4281 items 216.9/220.6MB 98% complete (430k/s) |
190 | 2024-11-02T03:14:28.320Z | Download: 4201/4281 items 220.5/220.6MB 99% complete (766k/s) |
191 | 2024-11-02T03:14:34.316Z | Download: 4207/4281 items 220.6/220.6MB 99% complete (714k/s) |
192 | 2024-11-02T03:14:36.419Z | Download: Completed 220.60 MB in 151.58 seconds (1.5M/s) |
193 | 2024-11-02T03:14:38.346Z | Actions: 1/5063 actions (Removing old actions) |
194 | 2024-11-02T03:14:38.362Z | Actions: 194/5063 actions (Installing new actions) |
195 | 2024-11-02T03:14:43.475Z | Actions: 4098/5063 actions (Installing new actions) |
196 | 2024-11-02T03:14:43.787Z | Actions: 4226/5063 actions (Updating modified actions) |
197 | 2024-11-02T03:14:44.202Z | Actions: Completed 5063 actions in 5.85 seconds. |
198 | 2024-11-02T03:14:44.630Z | Done (0.360s) |
199 | 2024-11-02T03:14:44.683Z | Done (0.000s) |
200 | 2024-11-02T03:14:45.083Z | Done (0.506s) |
201 | 2024-11-02T03:14:50.918Z | Done (5.632s) |
202 | 2024-11-02T03:14:51.267Z | Done (0.279s) |
203 | 2024-11-02T03:14:51.269Z | Done (0.000s) |
204 | 2024-11-02T03:14:51.468Z | Done (0.000s) |
205 | 2024-11-02T03:14:52.109Z | Planning: Evaluating mediator changes ... Done |
206 | 2024-11-02T03:14:52.269Z | Planning: Checking for conflicting actions ... Done |
207 | 2024-11-02T03:14:52.272Z | Planning: Consolidating action changes ... Done |
208 | 2024-11-02T03:14:52.534Z | Planning: Evaluating mediators ... Done |
209 | 2024-11-02T03:14:52.536Z | Planning: Planning completed in 0.43 seconds |
210 | 2024-11-02T03:14:52.574Z | Mediators to change: 2 |
211 | 2024-11-02T03:14:52.574Z | Create boot environment: No |
212 | 2024-11-02T03:14:52.576Z | Create backup boot environment: No |
213 | 2024-11-02T03:14:52.647Z | Done |
214 | 2024-11-02T03:14:52.647Z | Done |
215 | 2024-11-02T03:14:52.994Z | Done |
216 | 2024-11-02T03:14:56.421Z | Done |
217 | 2024-11-02T03:14:56.512Z | Done |
218 | 2024-11-02T03:14:56.515Z | Done |
219 | 2024-11-02T03:14:56.656Z | Done |
220 | 2024-11-02T03:14:57.250Z | Planning: Evaluating mediator changes ... Done |
221 | 2024-11-02T03:14:57.252Z | Planning: Merging actions ... Done |
222 | 2024-11-02T03:14:57.439Z | Planning: Checking for conflicting actions ... Done |
223 | 2024-11-02T03:14:57.442Z | Planning: Consolidating action changes ... Done |
224 | 2024-11-02T03:14:57.700Z | Planning: Evaluating mediators ... Done |
225 | 2024-11-02T03:14:57.754Z | Planning: Planning completed in 0.74 seconds |
226 | 2024-11-02T03:14:57.792Z | Packages to change: 1 |
227 | 2024-11-02T03:14:57.792Z | Mediators to change: 1 |
228 | 2024-11-02T03:14:57.803Z | Services to change: 1 |
229 | 2024-11-02T03:14:57.803Z | Create boot environment: No |
230 | 2024-11-02T03:14:57.804Z | Create backup boot environment: Yes |
231 | 2024-11-02T03:14:59.806Z | Actions: 1/6 actions (Updating modified actions) |
232 | 2024-11-02T03:14:59.888Z | Actions: Completed 6 actions in 0.08 seconds. |
233 | 2024-11-02T03:14:59.891Z | Done |
234 | 2024-11-02T03:14:59.891Z | Done |
235 | 2024-11-02T03:14:59.991Z | Done |
236 | 2024-11-02T03:15:03.460Z | Done |
237 | 2024-11-02T03:15:03.552Z | Done |
238 | 2024-11-02T03:15:03.557Z | Done |
239 | 2024-11-02T03:15:03.681Z | Done |
240 | 2024-11-02T03:15:04.109Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
241 | 2024-11-02T03:15:04.109Z | clang system 15 system |
242 | 2024-11-02T03:15:04.109Z | csh system system illumos |
243 | 2024-11-02T03:15:04.109Z | ctags system system illumos |
244 | 2024-11-02T03:15:04.109Z | gcc vendor 12 vendor |
245 | 2024-11-02T03:15:04.109Z | gcc system 10 system |
246 | 2024-11-02T03:15:04.109Z | gcc system 7 system |
247 | 2024-11-02T03:15:04.109Z | go system 1.20 system |
248 | 2024-11-02T03:15:04.109Z | go system 1.19 system |
249 | 2024-11-02T03:15:04.109Z | llvm system 15 system |
250 | 2024-11-02T03:15:04.109Z | llvm system 14 system |
251 | 2024-11-02T03:15:04.109Z | mariadb system 10.6 system |
252 | 2024-11-02T03:15:04.109Z | mta vendor vendor dma |
253 | 2024-11-02T03:15:04.109Z | openjdk system 17 system |
254 | 2024-11-02T03:15:04.109Z | openjdk system 11 system |
255 | 2024-11-02T03:15:04.109Z | openjdk system 1.8 system |
256 | 2024-11-02T03:15:04.109Z | openssl vendor 3 vendor |
257 | 2024-11-02T03:15:04.109Z | perl system 5.36 system |
258 | 2024-11-02T03:15:04.109Z | postgresql system 15 system |
259 | 2024-11-02T03:15:04.109Z | postgresql system 13 system |
260 | 2024-11-02T03:15:04.109Z | python vendor 3 vendor |
261 | 2024-11-02T03:15:04.109Z | python system 2 system |
262 | 2024-11-02T03:15:04.109Z | python3 system 3.11 system |
263 | 2024-11-02T03:15:04.109Z | ruby system 3.0 system |
264 | 2024-11-02T03:15:04.109Z | words vendor vendor american-english |
265 | 2024-11-02T03:15:04.110Z | words system system australian-english |
266 | 2024-11-02T03:15:04.110Z | words system system british-english |
267 | 2024-11-02T03:15:04.110Z | words system system canadian-english |
268 | 2024-11-02T03:15:04.110Z | words system system french |
269 | 2024-11-02T03:15:04.110Z | words system system italian |
270 | 2024-11-02T03:15:04.110Z | words system system ngerman |
271 | 2024-11-02T03:15:04.110Z | words system system ogerman |
272 | 2024-11-02T03:15:04.110Z | words system system spanish |
273 | 2024-11-02T03:15:04.431Z | PUBLISHER TYPE STATUS P LOCATION |
274 | 2024-11-02T03:15:04.432Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
275 | 2024-11-02T03:15:06.845Z | FMRI IFO |
276 | 2024-11-02T03:15:06.845Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
277 | 2024-11-02T03:15:06.845Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
278 | 2024-11-02T03:15:06.845Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
279 | 2024-11-02T03:15:06.845Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
280 | 2024-11-02T03:15:06.845Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
281 | 2024-11-02T03:15:06.845Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
282 | 2024-11-02T03:15:06.845Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
283 | 2024-11-02T03:15:06.845Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
284 | 2024-11-02T03:15:06.845Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
285 | 2024-11-02T03:15:06.845Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
286 | 2024-11-02T03:15:06.845Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
287 | 2024-11-02T03:15:06.845Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
288 | 2024-11-02T03:15:06.845Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
289 | 2024-11-02T03:15:06.846Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
290 | 2024-11-02T03:15:06.846Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
291 | 2024-11-02T03:15:07.524Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
292 | 2024-11-02T03:15:07.799Z | Updating crates.io index |
293 | 2024-11-02T03:15:07.802Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
294 | 2024-11-02T03:15:08.651Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
295 | 2024-11-02T03:15:08.868Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
296 | 2024-11-02T03:15:09.181Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
297 | 2024-11-02T03:15:09.477Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
298 | 2024-11-02T03:15:10.288Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
299 | 2024-11-02T03:15:12.711Z | Updating git repository `https://github.com/oxidecomputer/opte` |
300 | 2024-11-02T03:15:13.778Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
301 | 2024-11-02T03:15:14.533Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
302 | 2024-11-02T03:15:14.738Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
303 | 2024-11-02T03:15:14.990Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
304 | 2024-11-02T03:15:15.514Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
305 | 2024-11-02T03:15:15.845Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
306 | 2024-11-02T03:15:16.264Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
307 | 2024-11-02T03:15:16.527Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
308 | 2024-11-02T03:15:16.795Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
309 | 2024-11-02T03:15:17.054Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
310 | 2024-11-02T03:15:17.365Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
311 | 2024-11-02T03:15:17.699Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
312 | 2024-11-02T03:15:17.963Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
313 | 2024-11-02T03:15:18.305Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
314 | 2024-11-02T03:15:18.943Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
315 | 2024-11-02T03:15:19.227Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
316 | 2024-11-02T03:15:19.603Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
317 | 2024-11-02T03:15:19.980Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
318 | 2024-11-02T03:15:20.249Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
319 | 2024-11-02T03:15:20.504Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
320 | 2024-11-02T03:15:21.719Z | Downloading crates ... |
321 | 2024-11-02T03:15:21.803Z | Downloaded anstyle v1.0.8 |
322 | 2024-11-02T03:15:21.810Z | Downloaded clap_derive v4.5.18 |
323 | 2024-11-02T03:15:21.814Z | Downloaded bitflags v2.6.0 |
324 | 2024-11-02T03:15:21.818Z | Downloaded camino-tempfile v1.1.1 |
325 | 2024-11-02T03:15:21.820Z | Downloaded equivalent v1.0.1 |
326 | 2024-11-02T03:15:21.823Z | Downloaded cfg-if v1.0.0 |
327 | 2024-11-02T03:15:21.823Z | Downloaded macaddr v1.0.1 |
328 | 2024-11-02T03:15:21.825Z | Downloaded cargo-platform v0.1.8 |
329 | 2024-11-02T03:15:21.828Z | Downloaded unicode-ident v1.0.13 |
330 | 2024-11-02T03:15:21.831Z | Downloaded quote v1.0.37 |
331 | 2024-11-02T03:15:21.833Z | Downloaded thread-id v4.2.2 |
332 | 2024-11-02T03:15:21.836Z | Downloaded thiserror v1.0.64 |
333 | 2024-11-02T03:15:21.839Z | Downloaded anyhow v1.0.92 |
334 | 2024-11-02T03:15:21.846Z | Downloaded fastrand v2.1.1 |
335 | 2024-11-02T03:15:21.849Z | Downloaded tempfile v3.13.0 |
336 | 2024-11-02T03:15:21.849Z | Downloaded pest_derive v2.7.14 |
337 | 2024-11-02T03:15:21.866Z | Downloaded scroll_derive v0.12.0 |
338 | 2024-11-02T03:15:21.880Z | Downloaded utf8parse v0.2.2 |
339 | 2024-11-02T03:15:21.884Z | Downloaded once_cell v1.20.2 |
340 | 2024-11-02T03:15:21.890Z | Downloaded proc-macro-error v1.0.4 |
341 | 2024-11-02T03:15:21.895Z | Downloaded zerocopy v0.7.35 |
342 | 2024-11-02T03:15:21.911Z | Downloaded usdt-attr-macro v0.5.0 |
343 | 2024-11-02T03:15:21.914Z | Downloaded bytecount v0.6.8 |
344 | 2024-11-02T03:15:21.914Z | Downloaded anstream v0.6.15 |
345 | 2024-11-02T03:15:21.914Z | Downloaded syn v2.0.79 |
346 | 2024-11-02T03:15:21.923Z | Downloaded toml_edit v0.22.22 |
347 | 2024-11-02T03:15:21.944Z | Downloaded unicode-width v0.1.14 |
348 | 2024-11-02T03:15:21.948Z | Downloaded camino v1.1.9 |
349 | 2024-11-02T03:15:21.951Z | Downloaded anstyle-query v1.1.1 |
350 | 2024-11-02T03:15:21.955Z | Downloaded serde_json v1.0.128 |
351 | 2024-11-02T03:15:21.958Z | Downloaded crypto-common v0.1.6 |
352 | 2024-11-02T03:15:21.962Z | Downloaded anstyle-parse v0.2.5 |
353 | 2024-11-02T03:15:21.965Z | Downloaded colorchoice v1.0.2 |
354 | 2024-11-02T03:15:21.965Z | Downloaded clap v4.5.20 |
355 | 2024-11-02T03:15:21.971Z | Downloaded serde_derive v1.0.210 |
356 | 2024-11-02T03:15:21.974Z | Downloaded cpufeatures v0.2.14 |
357 | 2024-11-02T03:15:21.977Z | Downloaded cargo_toml v0.20.5 |
358 | 2024-11-02T03:15:21.977Z | Downloaded clap_lex v0.7.2 |
359 | 2024-11-02T03:15:21.977Z | Downloaded clap_builder v4.5.20 |
360 | 2024-11-02T03:15:21.984Z | Downloaded dtrace-parser v0.2.0 |
361 | 2024-11-02T03:15:21.986Z | Downloaded cargo_metadata v0.18.1 |
362 | 2024-11-02T03:15:21.986Z | Downloaded swrite v0.1.0 |
363 | 2024-11-02T03:15:21.987Z | Downloaded byteorder v1.5.0 |
364 | 2024-11-02T03:15:21.989Z | Downloaded block-buffer v0.10.4 |
365 | 2024-11-02T03:15:21.989Z | Downloaded autocfg v1.4.0 |
366 | 2024-11-02T03:15:21.992Z | Downloaded serde v1.0.210 |
367 | 2024-11-02T03:15:21.995Z | Downloaded heck v0.5.0 |
368 | 2024-11-02T03:15:21.998Z | Downloaded usdt-macro v0.5.0 |
369 | 2024-11-02T03:15:21.998Z | Downloaded fnv v1.0.7 |
370 | 2024-11-02T03:15:21.998Z | Downloaded pretty-hex v0.4.1 |
371 | 2024-11-02T03:15:22.001Z | Downloaded sha2 v0.10.8 |
372 | 2024-11-02T03:15:22.001Z | Downloaded papergrid v0.11.0 |
373 | 2024-11-02T03:15:22.006Z | Downloaded unicode-linebreak v0.1.5 |
374 | 2024-11-02T03:15:22.008Z | Downloaded digest v0.10.7 |
375 | 2024-11-02T03:15:22.009Z | Downloaded serde_tokenstream v0.2.2 |
376 | 2024-11-02T03:15:22.009Z | Downloaded heck v0.4.1 |
377 | 2024-11-02T03:15:22.011Z | Downloaded itoa v1.0.11 |
378 | 2024-11-02T03:15:22.011Z | Downloaded terminal_size v0.4.0 |
379 | 2024-11-02T03:15:22.014Z | Downloaded smawk v0.3.2 |
380 | 2024-11-02T03:15:22.014Z | Downloaded serde_spanned v0.6.8 |
381 | 2024-11-02T03:15:22.016Z | Downloaded memmap v0.7.0 |
382 | 2024-11-02T03:15:22.016Z | Downloaded is_terminal_polyfill v1.70.1 |
383 | 2024-11-02T03:15:22.019Z | Downloaded generic-array v0.14.7 |
384 | 2024-11-02T03:15:22.021Z | Downloaded version_check v0.9.5 |
385 | 2024-11-02T03:15:22.023Z | Downloaded strsim v0.11.1 |
386 | 2024-11-02T03:15:22.030Z | Downloaded toml_datetime v0.6.8 |
387 | 2024-11-02T03:15:22.034Z | Downloaded semver v1.0.23 |
388 | 2024-11-02T03:15:22.034Z | Downloaded plain v0.2.3 |
389 | 2024-11-02T03:15:22.034Z | Downloaded pest_generator v2.7.14 |
390 | 2024-11-02T03:15:22.037Z | Downloaded dof v0.3.0 |
391 | 2024-11-02T03:15:22.037Z | Downloaded thiserror-impl v1.0.64 |
392 | 2024-11-02T03:15:22.038Z | Downloaded tabled_derive v0.7.0 |
393 | 2024-11-02T03:15:22.041Z | Downloaded usdt-impl v0.5.0 |
394 | 2024-11-02T03:15:22.041Z | Downloaded usdt v0.5.0 |
395 | 2024-11-02T03:15:22.041Z | Downloaded proc-macro-error-attr v1.0.4 |
396 | 2024-11-02T03:15:22.047Z | Downloaded typenum v1.17.0 |
397 | 2024-11-02T03:15:22.052Z | Downloaded zerocopy-derive v0.7.35 |
398 | 2024-11-02T03:15:22.055Z | Downloaded scroll v0.12.0 |
399 | 2024-11-02T03:15:22.055Z | Downloaded proc-macro2 v1.0.87 |
400 | 2024-11-02T03:15:22.059Z | Downloaded textwrap v0.16.1 |
401 | 2024-11-02T03:15:22.059Z | Downloaded errno v0.3.9 |
402 | 2024-11-02T03:15:22.063Z | Downloaded ucd-trie v0.1.7 |
403 | 2024-11-02T03:15:22.068Z | Downloaded toml v0.8.19 |
404 | 2024-11-02T03:15:22.070Z | Downloaded ryu v1.0.18 |
405 | 2024-11-02T03:15:22.073Z | Downloaded pest_meta v2.7.14 |
406 | 2024-11-02T03:15:22.073Z | Downloaded log v0.4.22 |
407 | 2024-11-02T03:15:22.088Z | Downloaded indexmap v2.6.0 |
408 | 2024-11-02T03:15:22.093Z | Downloaded memchr v2.7.4 |
409 | 2024-11-02T03:15:22.097Z | Downloaded fs-err v2.11.0 |
410 | 2024-11-02T03:15:22.106Z | Downloaded hashbrown v0.15.0 |
411 | 2024-11-02T03:15:22.115Z | Downloaded pest v2.7.14 |
412 | 2024-11-02T03:15:22.132Z | Downloaded winnow v0.6.20 |
413 | 2024-11-02T03:15:22.140Z | Downloaded tabled v0.15.0 |
414 | 2024-11-02T03:15:22.154Z | Downloaded goblin v0.8.2 |
415 | 2024-11-02T03:15:22.161Z | Downloaded syn v1.0.109 |
416 | 2024-11-02T03:15:22.179Z | Downloaded rustix v0.38.37 |
417 | 2024-11-02T03:15:22.210Z | Downloaded libc v0.2.161 |
418 | 2024-11-02T03:15:22.511Z | Compiling proc-macro2 v1.0.87 |
419 | 2024-11-02T03:15:22.511Z | Compiling unicode-ident v1.0.13 |
420 | 2024-11-02T03:15:22.513Z | Compiling version_check v0.9.5 |
421 | 2024-11-02T03:15:22.513Z | Compiling serde v1.0.210 |
422 | 2024-11-02T03:15:22.513Z | Compiling memchr v2.7.4 |
423 | 2024-11-02T03:15:22.513Z | Compiling thiserror v1.0.64 |
424 | 2024-11-02T03:15:22.513Z | Compiling libc v0.2.161 |
425 | 2024-11-02T03:15:22.515Z | Compiling itoa v1.0.11 |
426 | 2024-11-02T03:15:22.763Z | Compiling ucd-trie v0.1.7 |
427 | 2024-11-02T03:15:22.789Z | Compiling ryu v1.0.18 |
428 | 2024-11-02T03:15:23.257Z | Compiling once_cell v1.20.2 |
429 | 2024-11-02T03:15:23.310Z | Compiling byteorder v1.5.0 |
430 | 2024-11-02T03:15:23.568Z | Compiling rustix v0.38.37 |
431 | 2024-11-02T03:15:24.007Z | Compiling serde_json v1.0.128 |
432 | 2024-11-02T03:15:24.010Z | Compiling bitflags v2.6.0 |
433 | 2024-11-02T03:15:24.307Z | Compiling usdt-impl v0.5.0 |
434 | 2024-11-02T03:15:24.424Z | Compiling proc-macro-error-attr v1.0.4 |
435 | 2024-11-02T03:15:24.427Z | Compiling syn v1.0.109 |
436 | 2024-11-02T03:15:24.476Z | Compiling proc-macro-error v1.0.4 |
437 | 2024-11-02T03:15:24.479Z | Compiling hashbrown v0.15.0 |
438 | 2024-11-02T03:15:24.762Z | Compiling log v0.4.22 |
439 | 2024-11-02T03:15:24.787Z | Compiling camino v1.1.9 |
440 | 2024-11-02T03:15:24.812Z | Compiling equivalent v1.0.1 |
441 | 2024-11-02T03:15:24.965Z | Compiling utf8parse v0.2.2 |
442 | 2024-11-02T03:15:25.102Z | Compiling quote v1.0.37 |
443 | 2024-11-02T03:15:25.300Z | Compiling thread-id v4.2.2 |
444 | 2024-11-02T03:15:25.329Z | Compiling plain v0.2.3 |
445 | 2024-11-02T03:15:25.420Z | Compiling errno v0.3.9 |
446 | 2024-11-02T03:15:25.482Z | Compiling anstyle-parse v0.2.5 |
447 | 2024-11-02T03:15:25.564Z | Compiling syn v2.0.79 |
448 | 2024-11-02T03:15:25.772Z | Compiling indexmap v2.6.0 |
449 | 2024-11-02T03:15:25.886Z | Compiling is_terminal_polyfill v1.70.1 |
450 | 2024-11-02T03:15:25.978Z | Compiling unicode-width v0.1.14 |
451 | 2024-11-02T03:15:26.030Z | Compiling semver v1.0.23 |
452 | 2024-11-02T03:15:26.210Z | Compiling anstyle-query v1.1.1 |
453 | 2024-11-02T03:15:26.367Z | Compiling colorchoice v1.0.2 |
454 | 2024-11-02T03:15:26.489Z | Compiling winnow v0.6.20 |
455 | 2024-11-02T03:15:26.530Z | Compiling pretty-hex v0.4.1 |
456 | 2024-11-02T03:15:26.569Z | Compiling autocfg v1.4.0 |
457 | 2024-11-02T03:15:26.753Z | Compiling anstyle v1.0.8 |
458 | 2024-11-02T03:15:27.225Z | Compiling anstream v0.6.15 |
459 | 2024-11-02T03:15:27.249Z | Compiling fnv v1.0.7 |
460 | 2024-11-02T03:15:27.414Z | Compiling heck v0.5.0 |
461 | 2024-11-02T03:15:27.614Z | Compiling fs-err v2.11.0 |
462 | 2024-11-02T03:15:27.669Z | Compiling clap_lex v0.7.2 |
463 | 2024-11-02T03:15:27.896Z | Compiling terminal_size v0.4.0 |
464 | 2024-11-02T03:15:27.920Z | Compiling cfg-if v1.0.0 |
465 | 2024-11-02T03:15:27.957Z | Compiling strsim v0.11.1 |
466 | 2024-11-02T03:15:28.017Z | Compiling fastrand v2.1.1 |
467 | 2024-11-02T03:15:28.094Z | Compiling heck v0.4.1 |
468 | 2024-11-02T03:15:28.193Z | Compiling bytecount v0.6.8 |
469 | 2024-11-02T03:15:28.416Z | Compiling anyhow v1.0.92 |
470 | 2024-11-02T03:15:28.533Z | Compiling papergrid v0.11.0 |
471 | 2024-11-02T03:15:28.558Z | Compiling tempfile v3.13.0 |
472 | 2024-11-02T03:15:28.863Z | Compiling clap_builder v4.5.20 |
473 | 2024-11-02T03:15:29.397Z | Compiling memmap v0.7.0 |
474 | 2024-11-02T03:15:29.459Z | Compiling unicode-linebreak v0.1.5 |
475 | 2024-11-02T03:15:29.485Z | Compiling smawk v0.3.2 |
476 | 2024-11-02T03:15:29.969Z | Compiling textwrap v0.16.1 |
477 | 2024-11-02T03:15:30.247Z | Compiling swrite v0.1.0 |
478 | 2024-11-02T03:15:31.194Z | Compiling tabled_derive v0.7.0 |
479 | 2024-11-02T03:15:32.843Z | Compiling tabled v0.15.0 |
480 | 2024-11-02T03:15:33.413Z | Compiling serde_derive v1.0.210 |
481 | 2024-11-02T03:15:33.417Z | Compiling thiserror-impl v1.0.64 |
482 | 2024-11-02T03:15:33.417Z | Compiling zerocopy-derive v0.7.35 |
483 | 2024-11-02T03:15:33.417Z | Compiling scroll_derive v0.12.0 |
484 | 2024-11-02T03:15:33.695Z | Compiling clap_derive v4.5.18 |
485 | 2024-11-02T03:15:34.889Z | Compiling scroll v0.12.0 |
486 | 2024-11-02T03:15:35.376Z | Compiling goblin v0.8.2 |
487 | 2024-11-02T03:15:35.430Z | Compiling zerocopy v0.7.35 |
488 | 2024-11-02T03:15:36.240Z | Compiling pest v2.7.14 |
489 | 2024-11-02T03:15:37.245Z | Compiling clap v4.5.20 |
490 | 2024-11-02T03:15:38.472Z | Compiling pest_meta v2.7.14 |
491 | 2024-11-02T03:15:39.398Z | Compiling pest_generator v2.7.14 |
492 | 2024-11-02T03:15:41.103Z | Compiling pest_derive v2.7.14 |
493 | 2024-11-02T03:15:41.801Z | Compiling dtrace-parser v0.2.0 |
494 | 2024-11-02T03:15:43.246Z | Compiling toml_datetime v0.6.8 |
495 | 2024-11-02T03:15:43.246Z | Compiling serde_spanned v0.6.8 |
496 | 2024-11-02T03:15:43.249Z | Compiling cargo-platform v0.1.8 |
497 | 2024-11-02T03:15:43.623Z | Compiling serde_tokenstream v0.2.2 |
498 | 2024-11-02T03:15:43.760Z | Compiling toml_edit v0.22.22 |
499 | 2024-11-02T03:15:43.864Z | Compiling macaddr v1.0.1 |
500 | 2024-11-02T03:15:43.889Z | Compiling camino-tempfile v1.1.1 |
501 | 2024-11-02T03:15:44.699Z | Compiling dof v0.3.0 |
502 | 2024-11-02T03:15:44.699Z | Compiling cargo_metadata v0.18.1 |
503 | 2024-11-02T03:15:46.579Z | Compiling toml v0.8.19 |
504 | 2024-11-02T03:15:46.627Z | Compiling usdt-attr-macro v0.5.0 |
505 | 2024-11-02T03:15:46.630Z | Compiling usdt-macro v0.5.0 |
506 | 2024-11-02T03:15:47.423Z | Compiling cargo_toml v0.20.5 |
507 | 2024-11-02T03:15:47.886Z | Compiling usdt v0.5.0 |
508 | 2024-11-02T03:15:50.879Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
509 | 2024-11-02T03:15:54.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.37s |
510 | 2024-11-02T03:15:54.965Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
511 | 2024-11-02T03:15:55.471Z | Downloading crates ... |
512 | 2024-11-02T03:15:55.599Z | Downloaded cfg_aliases v0.2.1 |
513 | 2024-11-02T03:15:55.601Z | Downloaded bit-set v0.5.3 |
514 | 2024-11-02T03:15:55.604Z | Downloaded adler2 v2.0.0 |
515 | 2024-11-02T03:15:55.607Z | Downloaded cstr-argument v0.1.2 |
516 | 2024-11-02T03:15:55.610Z | Downloaded async-stream-impl v0.3.6 |
517 | 2024-11-02T03:15:55.610Z | Downloaded http-body v0.4.6 |
518 | 2024-11-02T03:15:55.613Z | Downloaded chrono-tz-build v0.4.0 |
519 | 2024-11-02T03:15:55.615Z | Downloaded block-padding v0.3.3 |
520 | 2024-11-02T03:15:55.615Z | Downloaded chacha20 v0.9.1 |
521 | 2024-11-02T03:15:55.619Z | Downloaded ident_case v1.0.1 |
522 | 2024-11-02T03:15:55.619Z | Downloaded async-bb8-diesel v0.2.1 |
523 | 2024-11-02T03:15:55.622Z | Downloaded libloading v0.8.5 |
524 | 2024-11-02T03:15:55.625Z | Downloaded bcrypt-pbkdf v0.10.0 |
525 | 2024-11-02T03:15:55.625Z | Downloaded crucible-workspace-hack v0.1.0 |
526 | 2024-11-02T03:15:55.625Z | Downloaded is_ci v1.2.0 |
527 | 2024-11-02T03:15:55.628Z | Downloaded cookie v0.18.1 |
528 | 2024-11-02T03:15:55.632Z | Downloaded instant v0.1.13 |
529 | 2024-11-02T03:15:55.632Z | Downloaded crc v3.2.1 |
530 | 2024-11-02T03:15:55.636Z | Downloaded hostname v0.4.0 |
531 | 2024-11-02T03:15:55.638Z | Downloaded aho-corasick v1.1.3 |
532 | 2024-11-02T03:15:55.643Z | Downloaded http-range v0.1.5 |
533 | 2024-11-02T03:15:55.645Z | Downloaded cc v1.1.30 |
534 | 2024-11-02T03:15:55.648Z | Downloaded ipnetwork v0.20.0 |
535 | 2024-11-02T03:15:55.651Z | Downloaded cassowary v0.3.0 |
536 | 2024-11-02T03:15:55.654Z | Downloaded atty v0.2.14 |
537 | 2024-11-02T03:15:55.654Z | Downloaded hubpack v0.1.2 |
538 | 2024-11-02T03:15:55.658Z | Downloaded const_format_proc_macros v0.2.33 |
539 | 2024-11-02T03:15:55.660Z | Downloaded nibble_vec v0.1.0 |
540 | 2024-11-02T03:15:55.661Z | Downloaded bitvec v1.0.1 |
541 | 2024-11-02T03:15:55.676Z | Downloaded rcgen v0.12.1 |
542 | 2024-11-02T03:15:55.679Z | Downloaded native-tls v0.2.12 |
543 | 2024-11-02T03:15:55.681Z | Downloaded multer v3.1.0 |
544 | 2024-11-02T03:15:55.684Z | Downloaded mime_guess v2.0.5 |
545 | 2024-11-02T03:15:55.687Z | Downloaded indoc v1.0.9 |
546 | 2024-11-02T03:15:55.690Z | Downloaded base16ct v0.2.0 |
547 | 2024-11-02T03:15:55.692Z | Downloaded memmap2 v0.9.5 |
548 | 2024-11-02T03:15:55.692Z | Downloaded managed v0.8.0 |
549 | 2024-11-02T03:15:55.695Z | Downloaded rustls-pemfile v2.2.0 |
550 | 2024-11-02T03:15:55.699Z | Downloaded regex-syntax v0.6.29 |
551 | 2024-11-02T03:15:55.704Z | Downloaded sec1 v0.7.3 |
552 | 2024-11-02T03:15:55.707Z | Downloaded scrypt v0.11.0 |
553 | 2024-11-02T03:15:55.711Z | Downloaded hmac v0.12.1 |
554 | 2024-11-02T03:15:55.713Z | Downloaded structmeta v0.2.0 |
555 | 2024-11-02T03:15:55.714Z | Downloaded addr2line v0.24.2 |
556 | 2024-11-02T03:15:55.716Z | Downloaded snafu-derive v0.8.5 |
557 | 2024-11-02T03:15:55.716Z | Downloaded rusqlite v0.32.1 |
558 | 2024-11-02T03:15:55.726Z | Downloaded try-lock v0.2.5 |
559 | 2024-11-02T03:15:55.728Z | Downloaded data-encoding v2.6.0 |
560 | 2024-11-02T03:15:55.728Z | Downloaded strum v0.26.3 |
561 | 2024-11-02T03:15:55.728Z | Downloaded bitflags v1.3.2 |
562 | 2024-11-02T03:15:55.731Z | Downloaded arrayref v0.3.9 |
563 | 2024-11-02T03:15:55.734Z | Downloaded slog-bunyan v2.5.0 |
564 | 2024-11-02T03:15:55.734Z | Downloaded newtype-uuid v1.1.2 |
565 | 2024-11-02T03:15:55.737Z | Downloaded keccak v0.1.5 |
566 | 2024-11-02T03:15:55.737Z | Downloaded base64ct v1.6.0 |
567 | 2024-11-02T03:15:55.740Z | Downloaded async-trait v0.1.83 |
568 | 2024-11-02T03:15:55.742Z | Downloaded highway v1.2.0 |
569 | 2024-11-02T03:15:55.745Z | Downloaded ciborium-ll v0.2.2 |
570 | 2024-11-02T03:15:55.749Z | Downloaded arrayvec v0.7.6 |
571 | 2024-11-02T03:15:55.750Z | Downloaded mio v1.0.2 |
572 | 2024-11-02T03:15:55.758Z | Downloaded backtrace v0.3.74 |
573 | 2024-11-02T03:15:55.762Z | Downloaded lalrpop v0.19.12 |
574 | 2024-11-02T03:15:55.774Z | Downloaded typify v0.2.0 |
575 | 2024-11-02T03:15:55.777Z | Downloaded debug-ignore v1.0.5 |
576 | 2024-11-02T03:15:55.779Z | Downloaded hickory-resolver v0.24.1 |
577 | 2024-11-02T03:15:55.784Z | Downloaded crunchy v0.2.2 |
578 | 2024-11-02T03:15:55.787Z | Downloaded darling_macro v0.20.10 |
579 | 2024-11-02T03:15:55.787Z | Downloaded blowfish v0.9.1 |
580 | 2024-11-02T03:15:55.789Z | Downloaded bitfield v0.14.0 |
581 | 2024-11-02T03:15:55.792Z | Downloaded bb8 v0.8.5 |
582 | 2024-11-02T03:15:55.792Z | Downloaded async-recursion v1.1.1 |
583 | 2024-11-02T03:15:55.796Z | Downloaded http-body v1.0.1 |
584 | 2024-11-02T03:15:55.798Z | Downloaded argon2 v0.5.3 |
585 | 2024-11-02T03:15:55.801Z | Downloaded cfg_aliases v0.1.1 |
586 | 2024-11-02T03:15:55.801Z | Downloaded idna v0.4.0 |
587 | 2024-11-02T03:15:55.811Z | Downloaded hubpack_derive v0.1.1 |
588 | 2024-11-02T03:15:55.814Z | Downloaded aead v0.5.2 |
589 | 2024-11-02T03:15:55.814Z | Downloaded new_debug_unreachable v1.0.6 |
590 | 2024-11-02T03:15:55.814Z | Downloaded md5 v0.7.0 |
591 | 2024-11-02T03:15:55.814Z | Downloaded bit-vec v0.6.3 |
592 | 2024-11-02T03:15:55.817Z | Downloaded ciborium-io v0.2.2 |
593 | 2024-11-02T03:15:55.817Z | Downloaded base64 v0.21.7 |
594 | 2024-11-02T03:15:55.820Z | Downloaded libm v0.2.8 |
595 | 2024-11-02T03:15:55.830Z | Downloaded unarray v0.1.4 |
596 | 2024-11-02T03:15:55.833Z | Downloaded hostname v0.3.1 |
597 | 2024-11-02T03:15:55.833Z | Downloaded newtype_derive v0.1.6 |
598 | 2024-11-02T03:15:55.837Z | Downloaded matches v0.1.10 |
599 | 2024-11-02T03:15:55.837Z | Downloaded impl-trait-for-tuples v0.2.2 |
600 | 2024-11-02T03:15:55.840Z | Downloaded des v0.8.1 |
601 | 2024-11-02T03:15:55.843Z | Downloaded test-strategy v0.3.1 |
602 | 2024-11-02T03:15:55.849Z | Downloaded multimap v0.10.0 |
603 | 2024-11-02T03:15:55.849Z | Downloaded signal-hook-tokio v0.3.1 |
604 | 2024-11-02T03:15:55.851Z | Downloaded linear-map v1.2.0 |
605 | 2024-11-02T03:15:55.851Z | Downloaded bcs v0.1.6 |
606 | 2024-11-02T03:15:55.854Z | Downloaded newline-converter v0.3.0 |
607 | 2024-11-02T03:15:55.854Z | Downloaded maplit v1.0.2 |
608 | 2024-11-02T03:15:55.857Z | Downloaded curve25519-dalek-derive v0.1.1 |
609 | 2024-11-02T03:15:55.857Z | Downloaded inout v0.1.3 |
610 | 2024-11-02T03:15:55.857Z | Downloaded constant_time_eq v0.3.1 |
611 | 2024-11-02T03:15:55.860Z | Downloaded lru v0.12.5 |
612 | 2024-11-02T03:15:55.863Z | Downloaded md-5 v0.10.6 |
613 | 2024-11-02T03:15:55.863Z | Downloaded env_logger v0.11.5 |
614 | 2024-11-02T03:15:55.865Z | Downloaded thiserror-impl-no-std v2.0.2 |
615 | 2024-11-02T03:15:55.868Z | Downloaded structmeta v0.3.0 |
616 | 2024-11-02T03:15:55.868Z | Downloaded hyper-staticfile v0.10.1 |
617 | 2024-11-02T03:15:55.871Z | Downloaded rand_xorshift v0.3.0 |
618 | 2024-11-02T03:15:55.873Z | Downloaded mime v0.3.17 |
619 | 2024-11-02T03:15:55.877Z | Downloaded memoffset v0.9.1 |
620 | 2024-11-02T03:15:55.877Z | Downloaded linked-hash-map v0.5.6 |
621 | 2024-11-02T03:15:55.881Z | Downloaded crc32fast v1.4.2 |
622 | 2024-11-02T03:15:55.881Z | Downloaded mockall v0.13.0 |
623 | 2024-11-02T03:15:55.884Z | Downloaded nanorand v0.7.0 |
624 | 2024-11-02T03:15:55.884Z | Downloaded blake2 v0.10.6 |
625 | 2024-11-02T03:15:55.886Z | Downloaded libsw v3.3.1 |
626 | 2024-11-02T03:15:55.889Z | Downloaded hyper-rustls v0.27.3 |
627 | 2024-11-02T03:15:55.892Z | Downloaded peg-runtime v0.8.3 |
628 | 2024-11-02T03:15:55.894Z | Downloaded dhcproto-macros v0.1.0 |
629 | 2024-11-02T03:15:55.894Z | Downloaded libefi-sys v0.1.0 |
630 | 2024-11-02T03:15:55.898Z | Downloaded ahash v0.8.11 |
631 | 2024-11-02T03:15:55.900Z | Downloaded futures-io v0.3.31 |
632 | 2024-11-02T03:15:55.900Z | Downloaded scopeguard v1.2.0 |
633 | 2024-11-02T03:15:55.902Z | Downloaded rtoolbox v0.0.2 |
634 | 2024-11-02T03:15:55.905Z | Downloaded signature v2.2.0 |
635 | 2024-11-02T03:15:55.905Z | Downloaded lazy_static v1.5.0 |
636 | 2024-11-02T03:15:55.907Z | Downloaded opaque-debug v0.3.1 |
637 | 2024-11-02T03:15:55.910Z | Downloaded iana-time-zone v0.1.61 |
638 | 2024-11-02T03:15:55.912Z | Downloaded httparse v1.9.5 |
639 | 2024-11-02T03:15:55.915Z | Downloaded home v0.5.9 |
640 | 2024-11-02T03:15:55.915Z | Downloaded backoff v0.4.0 |
641 | 2024-11-02T03:15:55.918Z | Downloaded tower-service v0.3.3 |
642 | 2024-11-02T03:15:55.921Z | Downloaded gethostname v0.5.0 |
643 | 2024-11-02T03:15:55.921Z | Downloaded fxhash v0.2.1 |
644 | 2024-11-02T03:15:55.921Z | Downloaded csv-core v0.1.11 |
645 | 2024-11-02T03:15:55.925Z | Downloaded darling v0.20.10 |
646 | 2024-11-02T03:15:55.928Z | Downloaded zopfli v0.8.1 |
647 | 2024-11-02T03:15:55.932Z | Downloaded num v0.4.3 |
648 | 2024-11-02T03:15:55.934Z | Downloaded crossbeam-utils v0.8.20 |
649 | 2024-11-02T03:15:55.936Z | Downloaded chacha20poly1305 v0.10.1 |
650 | 2024-11-02T03:15:55.939Z | Downloaded bytes v1.7.2 |
651 | 2024-11-02T03:15:55.942Z | Downloaded sct v0.7.1 |
652 | 2024-11-02T03:15:55.948Z | Downloaded hex-literal v0.4.1 |
653 | 2024-11-02T03:15:55.951Z | Downloaded form_urlencoded v1.2.1 |
654 | 2024-11-02T03:15:55.951Z | Downloaded tui-tree-widget v0.22.0 |
655 | 2024-11-02T03:15:55.956Z | Downloaded rpassword v7.3.1 |
656 | 2024-11-02T03:15:55.956Z | Downloaded unicase v2.7.0 |
657 | 2024-11-02T03:15:55.956Z | Downloaded tokio-postgres v0.7.12 |
658 | 2024-11-02T03:15:55.962Z | Downloaded num-integer v0.1.46 |
659 | 2024-11-02T03:15:55.965Z | Downloaded polyval v0.6.2 |
660 | 2024-11-02T03:15:55.965Z | Downloaded futures-task v0.3.31 |
661 | 2024-11-02T03:15:55.970Z | Downloaded fallible-iterator v0.3.0 |
662 | 2024-11-02T03:15:55.970Z | Downloaded fallible-streaming-iterator v0.1.9 |
663 | 2024-11-02T03:15:55.970Z | Downloaded num-derive v0.4.2 |
664 | 2024-11-02T03:15:55.974Z | Downloaded sync_wrapper v1.0.1 |
665 | 2024-11-02T03:15:55.974Z | Downloaded futures-sink v0.3.31 |
666 | 2024-11-02T03:15:55.974Z | Downloaded futures-macro v0.3.31 |
667 | 2024-11-02T03:15:55.978Z | Downloaded foreign-types-shared v0.3.1 |
668 | 2024-11-02T03:15:55.978Z | Downloaded crc-any v2.5.0 |
669 | 2024-11-02T03:15:55.981Z | Downloaded slog-term v2.9.1 |
670 | 2024-11-02T03:15:55.985Z | Downloaded mockall_derive v0.13.0 |
671 | 2024-11-02T03:15:55.985Z | Downloaded rand_core v0.6.4 |
672 | 2024-11-02T03:15:55.989Z | Downloaded peg v0.8.4 |
673 | 2024-11-02T03:15:55.993Z | Downloaded pem v3.0.4 |
674 | 2024-11-02T03:15:55.993Z | Downloaded miniz_oxide v0.8.0 |
675 | 2024-11-02T03:15:55.998Z | Downloaded rand_chacha v0.3.1 |
676 | 2024-11-02T03:15:55.998Z | Downloaded fallible-iterator v0.2.0 |
677 | 2024-11-02T03:15:56.007Z | Downloaded proc-macro-crate v1.3.1 |
678 | 2024-11-02T03:15:56.007Z | Downloaded either v1.13.0 |
679 | 2024-11-02T03:15:56.007Z | Downloaded unicode-truncate v1.1.0 |
680 | 2024-11-02T03:15:56.013Z | Downloaded parse-size v1.1.0 |
681 | 2024-11-02T03:15:56.013Z | Downloaded which v4.4.2 |
682 | 2024-11-02T03:15:56.013Z | Downloaded rustls-pemfile v1.0.4 |
683 | 2024-11-02T03:15:56.013Z | Downloaded rustls-pki-types v1.9.0 |
684 | 2024-11-02T03:15:56.017Z | Downloaded parking_lot v0.11.2 |
685 | 2024-11-02T03:15:56.017Z | Downloaded tinyvec_macros v0.1.1 |
686 | 2024-11-02T03:15:56.017Z | Downloaded funty v2.0.0 |
687 | 2024-11-02T03:15:56.021Z | Downloaded supports-color v3.0.1 |
688 | 2024-11-02T03:15:56.021Z | Downloaded slog-json v2.6.1 |
689 | 2024-11-02T03:15:56.025Z | Downloaded smallvec v0.6.14 |
690 | 2024-11-02T03:15:56.033Z | Downloaded foreign-types-shared v0.1.1 |
691 | 2024-11-02T03:15:56.040Z | Downloaded indicatif v0.17.8 |
692 | 2024-11-02T03:15:56.045Z | Downloaded pin-utils v0.1.0 |
693 | 2024-11-02T03:15:56.045Z | Downloaded sync_wrapper v0.1.2 |
694 | 2024-11-02T03:15:56.045Z | Downloaded time-core v0.1.2 |
695 | 2024-11-02T03:15:56.045Z | Downloaded foreign-types-macros v0.2.3 |
696 | 2024-11-02T03:15:56.051Z | Downloaded slog-dtrace v0.3.0 |
697 | 2024-11-02T03:15:56.051Z | Downloaded slog-envlogger v2.2.0 |
698 | 2024-11-02T03:15:56.051Z | Downloaded pem-rfc7468 v0.7.0 |
699 | 2024-11-02T03:15:56.054Z | Downloaded poly1305 v0.8.0 |
700 | 2024-11-02T03:15:56.055Z | Downloaded strum_macros v0.25.3 |
701 | 2024-11-02T03:15:56.059Z | Downloaded http v0.2.12 |
702 | 2024-11-02T03:15:56.062Z | Downloaded radium v0.7.0 |
703 | 2024-11-02T03:15:56.062Z | Downloaded universal-hash v0.5.1 |
704 | 2024-11-02T03:15:56.067Z | Downloaded openssl-probe v0.1.5 |
705 | 2024-11-02T03:15:56.067Z | Downloaded num_threads v0.1.7 |
706 | 2024-11-02T03:15:56.067Z | Downloaded serde_derive_internals v0.29.1 |
707 | 2024-11-02T03:15:56.071Z | Downloaded nodrop v0.1.14 |
708 | 2024-11-02T03:15:56.071Z | Downloaded parking_lot v0.12.3 |
709 | 2024-11-02T03:15:56.075Z | Downloaded snafu v0.8.5 |
710 | 2024-11-02T03:15:56.079Z | Downloaded ssh-encoding v0.2.0 |
711 | 2024-11-02T03:15:56.083Z | Downloaded minimal-lexical v0.2.1 |
712 | 2024-11-02T03:15:56.103Z | Downloaded sha1 v0.10.6 |
713 | 2024-11-02T03:15:56.107Z | Downloaded hex v0.4.3 |
714 | 2024-11-02T03:15:56.107Z | Downloaded heck v0.3.3 |
715 | 2024-11-02T03:15:56.107Z | Downloaded fragile v2.0.0 |
716 | 2024-11-02T03:15:56.107Z | Downloaded crossbeam-channel v0.5.13 |
717 | 2024-11-02T03:15:56.107Z | Downloaded serde_yaml v0.9.34+deprecated |
718 | 2024-11-02T03:15:56.107Z | Downloaded phf_shared v0.10.0 |
719 | 2024-11-02T03:15:56.107Z | Downloaded fd-lock v4.0.2 |
720 | 2024-11-02T03:15:56.113Z | Downloaded utf-8 v0.7.6 |
721 | 2024-11-02T03:15:56.113Z | Downloaded glob v0.3.1 |
722 | 2024-11-02T03:15:56.113Z | Downloaded whoami v1.5.2 |
723 | 2024-11-02T03:15:56.117Z | Downloaded dirs-sys-next v0.1.2 |
724 | 2024-11-02T03:15:56.117Z | Downloaded ref-cast-impl v1.0.23 |
725 | 2024-11-02T03:15:56.117Z | Downloaded progenitor-macro v0.8.0 |
726 | 2024-11-02T03:15:56.117Z | Downloaded typed-path v0.7.1 |
727 | 2024-11-02T03:15:56.124Z | Downloaded ghash v0.5.1 |
728 | 2024-11-02T03:15:56.131Z | Downloaded stable_deref_trait v1.2.0 |
729 | 2024-11-02T03:15:56.131Z | Downloaded serde_urlencoded v0.7.1 |
730 | 2024-11-02T03:15:56.131Z | Downloaded salsa20 v0.10.2 |
731 | 2024-11-02T03:15:56.138Z | Downloaded derive_more v0.99.18 |
732 | 2024-11-02T03:15:56.138Z | Downloaded predicates-core v1.0.8 |
733 | 2024-11-02T03:15:56.142Z | Downloaded ena v0.14.3 |
734 | 2024-11-02T03:15:56.142Z | Downloaded phf_generator v0.11.2 |
735 | 2024-11-02T03:15:56.142Z | Downloaded static_assertions v1.1.0 |
736 | 2024-11-02T03:15:56.145Z | Downloaded wyz v0.5.1 |
737 | 2024-11-02T03:15:56.145Z | Downloaded value-bag v1.9.0 |
738 | 2024-11-02T03:15:56.149Z | Downloaded toolchain_find v0.4.0 |
739 | 2024-11-02T03:15:56.149Z | Downloaded topological-sort v0.2.2 |
740 | 2024-11-02T03:15:56.153Z | Downloaded futures-executor v0.3.31 |
741 | 2024-11-02T03:15:56.153Z | Downloaded http v1.1.0 |
742 | 2024-11-02T03:15:56.156Z | Downloaded quick-error v1.2.3 |
743 | 2024-11-02T03:15:56.160Z | Downloaded futures-core v0.3.31 |
744 | 2024-11-02T03:15:56.160Z | Downloaded expectorate v1.1.0 |
745 | 2024-11-02T03:15:56.168Z | Downloaded libxml v0.3.3 |
746 | 2024-11-02T03:15:56.171Z | Downloaded headers-core v0.3.0 |
747 | 2024-11-02T03:15:56.171Z | Downloaded postgres-types v0.2.8 |
748 | 2024-11-02T03:15:56.175Z | Downloaded semver v0.1.20 |
749 | 2024-11-02T03:15:56.175Z | Downloaded rusty-fork v0.3.0 |
750 | 2024-11-02T03:15:56.178Z | Downloaded itertools v0.10.5 |
751 | 2024-11-02T03:15:56.186Z | Downloaded uzers v0.12.1 |
752 | 2024-11-02T03:15:56.189Z | Downloaded tiny-keccak v2.0.2 |
753 | 2024-11-02T03:15:56.190Z | Downloaded spki v0.7.3 |
754 | 2024-11-02T03:15:56.196Z | Downloaded flagset v0.4.6 |
755 | 2024-11-02T03:15:56.196Z | Downloaded itertools v0.13.0 |
756 | 2024-11-02T03:15:56.201Z | Downloaded russh-cryptovec v0.7.3 |
757 | 2024-11-02T03:15:56.205Z | Downloaded pretty-hex v0.2.1 |
758 | 2024-11-02T03:15:56.205Z | Downloaded phf v0.11.2 |
759 | 2024-11-02T03:15:56.206Z | Downloaded hash32 v0.2.1 |
760 | 2024-11-02T03:15:56.210Z | Downloaded tokio-rustls v0.25.0 |
761 | 2024-11-02T03:15:56.210Z | Downloaded sqlformat v0.2.6 |
762 | 2024-11-02T03:15:56.215Z | Downloaded derive_builder_macro v0.20.2 |
763 | 2024-11-02T03:15:56.215Z | Downloaded normalize-line-endings v0.3.0 |
764 | 2024-11-02T03:15:56.215Z | Downloaded itertools v0.12.1 |
765 | 2024-11-02T03:15:56.219Z | Downloaded r2d2 v0.8.10 |
766 | 2024-11-02T03:15:56.224Z | Downloaded termtree v0.4.1 |
767 | 2024-11-02T03:15:56.228Z | Downloaded hyper v1.4.1 |
768 | 2024-11-02T03:15:56.230Z | Downloaded openssl-sys v0.9.103 |
769 | 2024-11-02T03:15:56.236Z | Downloaded ref-cast v1.0.23 |
770 | 2024-11-02T03:15:56.238Z | Downloaded uuid v1.10.0 |
771 | 2024-11-02T03:15:56.243Z | Downloaded psl-types v2.0.11 |
772 | 2024-11-02T03:15:56.246Z | Downloaded schemars_derive v0.8.21 |
773 | 2024-11-02T03:15:56.246Z | Downloaded parse-zoneinfo v0.3.1 |
774 | 2024-11-02T03:15:56.249Z | Downloaded fixedbitset v0.4.2 |
775 | 2024-11-02T03:15:56.251Z | Downloaded futures-util v0.3.31 |
776 | 2024-11-02T03:15:56.263Z | Downloaded oso-derive v0.27.3 |
777 | 2024-11-02T03:15:56.267Z | Downloaded pbkdf2 v0.12.2 |
778 | 2024-11-02T03:15:56.267Z | Downloaded getrandom v0.2.15 |
779 | 2024-11-02T03:15:56.270Z | Downloaded env_logger v0.10.2 |
780 | 2024-11-02T03:15:56.274Z | Downloaded hkdf v0.12.4 |
781 | 2024-11-02T03:15:56.278Z | Downloaded tokio-rustls v0.24.1 |
782 | 2024-11-02T03:15:56.283Z | Downloaded serde_repr v0.1.19 |
783 | 2024-11-02T03:15:56.283Z | Downloaded zeroize v1.8.1 |
784 | 2024-11-02T03:15:56.283Z | Downloaded vte v0.11.1 |
785 | 2024-11-02T03:15:56.288Z | Downloaded rsa v0.9.6 |
786 | 2024-11-02T03:15:56.291Z | Downloaded yasna v0.5.2 |
787 | 2024-11-02T03:15:56.294Z | Downloaded paste v1.0.15 |
788 | 2024-11-02T03:15:56.298Z | Downloaded defmt v0.3.8 |
789 | 2024-11-02T03:15:56.304Z | Downloaded tls_codec_derive v0.4.1 |
790 | 2024-11-02T03:15:56.307Z | Downloaded dyn-clone v1.0.17 |
791 | 2024-11-02T03:15:56.307Z | Downloaded thiserror-no-std v2.0.2 |
792 | 2024-11-02T03:15:56.312Z | Downloaded nu-ansi-term v0.50.1 |
793 | 2024-11-02T03:15:56.312Z | Downloaded vte_generate_state_changes v0.1.2 |
794 | 2024-11-02T03:15:56.316Z | Downloaded slog v2.7.0 |
795 | 2024-11-02T03:15:56.316Z | Downloaded slog-async v2.8.0 |
796 | 2024-11-02T03:15:56.319Z | Downloaded secrecy v0.8.0 |
797 | 2024-11-02T03:15:56.319Z | Downloaded path-slash v0.1.5 |
798 | 2024-11-02T03:15:56.319Z | Downloaded rustc-hash v1.1.0 |
799 | 2024-11-02T03:15:56.323Z | Downloaded tls_codec v0.4.1 |
800 | 2024-11-02T03:15:56.327Z | Downloaded precomputed-hash v0.1.1 |
801 | 2024-11-02T03:15:56.327Z | Downloaded openssl-macros v0.1.1 |
802 | 2024-11-02T03:15:56.327Z | Downloaded difflib v0.4.0 |
803 | 2024-11-02T03:15:56.327Z | Downloaded endian-type v0.1.2 |
804 | 2024-11-02T03:15:56.327Z | Downloaded progenitor v0.8.0 |
805 | 2024-11-02T03:15:56.332Z | Downloaded num-conv v0.1.0 |
806 | 2024-11-02T03:15:56.332Z | Downloaded sigpipe v0.1.3 |
807 | 2024-11-02T03:15:56.332Z | Downloaded owo-colors v4.1.0 |
808 | 2024-11-02T03:15:56.338Z | Downloaded num-complex v0.4.6 |
809 | 2024-11-02T03:15:56.338Z | Downloaded ecdsa v0.16.9 |
810 | 2024-11-02T03:15:56.341Z | Downloaded rustversion v1.0.17 |
811 | 2024-11-02T03:15:56.341Z | Downloaded spin v0.9.8 |
812 | 2024-11-02T03:15:56.345Z | Downloaded thread_local v1.1.8 |
813 | 2024-11-02T03:15:56.345Z | Downloaded postcard v1.0.10 |
814 | 2024-11-02T03:15:56.349Z | Downloaded number_prefix v0.4.0 |
815 | 2024-11-02T03:15:56.353Z | Downloaded env_filter v0.1.2 |
816 | 2024-11-02T03:15:56.353Z | Downloaded zerocopy v0.6.6 |
817 | 2024-11-02T03:15:56.353Z | Downloaded ff v0.13.0 |
818 | 2024-11-02T03:15:56.356Z | Downloaded ppv-lite86 v0.2.20 |
819 | 2024-11-02T03:15:56.359Z | Downloaded derive_builder_core v0.20.2 |
820 | 2024-11-02T03:15:56.359Z | Downloaded tokio-rustls v0.26.0 |
821 | 2024-11-02T03:15:56.361Z | Downloaded unicode_categories v0.1.1 |
822 | 2024-11-02T03:15:56.365Z | Downloaded schemars v0.8.21 |
823 | 2024-11-02T03:15:56.376Z | Downloaded resolv-conf v0.7.0 |
824 | 2024-11-02T03:15:56.378Z | Downloaded float-ord v0.3.2 |
825 | 2024-11-02T03:15:56.382Z | Downloaded serde_plain v1.0.2 |
826 | 2024-11-02T03:15:56.386Z | Downloaded serde-big-array v0.5.1 |
827 | 2024-11-02T03:15:56.386Z | Downloaded rustc-demangle v0.1.24 |
828 | 2024-11-02T03:15:56.386Z | Downloaded powerfmt v0.2.0 |
829 | 2024-11-02T03:15:56.389Z | Downloaded ed25519 v2.2.3 |
830 | 2024-11-02T03:15:56.389Z | Downloaded strum_macros v0.24.3 |
831 | 2024-11-02T03:15:56.393Z | Downloaded vsss-rs v3.3.4 |
832 | 2024-11-02T03:15:56.398Z | Downloaded serde_path_to_error v0.1.16 |
833 | 2024-11-02T03:15:56.398Z | Downloaded shell-words v1.1.0 |
834 | 2024-11-02T03:15:56.398Z | Downloaded percent-encoding v2.3.1 |
835 | 2024-11-02T03:15:56.401Z | Downloaded untrusted v0.9.0 |
836 | 2024-11-02T03:15:56.402Z | Downloaded russh-keys v0.45.0 |
837 | 2024-11-02T03:15:56.408Z | Downloaded num-bigint v0.4.6 |
838 | 2024-11-02T03:15:56.413Z | Downloaded rfc6979 v0.4.0 |
839 | 2024-11-02T03:15:56.414Z | Downloaded predicates v3.1.2 |
840 | 2024-11-02T03:15:56.414Z | Downloaded progenitor-impl v0.8.0 |
841 | 2024-11-02T03:15:56.416Z | Downloaded ron v0.8.1 |
842 | 2024-11-02T03:15:56.421Z | Downloaded zip v2.1.3 |
843 | 2024-11-02T03:15:56.424Z | Downloaded tinyvec v1.8.0 |
844 | 2024-11-02T03:15:56.428Z | Downloaded headers v0.4.0 |
845 | 2024-11-02T03:15:56.433Z | Downloaded zone_cfg_derive v0.1.2 |
846 | 2024-11-02T03:15:56.437Z | Downloaded tar v0.4.42 |
847 | 2024-11-02T03:15:56.441Z | Downloaded slab v0.4.9 |
848 | 2024-11-02T03:15:56.441Z | Downloaded winnow v0.5.40 |
849 | 2024-11-02T03:15:56.449Z | Downloaded der_derive v0.7.3 |
850 | 2024-11-02T03:15:56.451Z | Downloaded embedded-io v0.6.1 |
851 | 2024-11-02T03:15:56.454Z | Downloaded zeroize_derive v1.4.2 |
852 | 2024-11-02T03:15:56.454Z | Downloaded shlex v1.3.0 |
853 | 2024-11-02T03:15:56.456Z | Downloaded pkcs8 v0.10.2 |
854 | 2024-11-02T03:15:56.460Z | Downloaded rustc_version v0.1.7 |
855 | 2024-11-02T03:15:56.460Z | Downloaded serde-hex v0.1.0 |
856 | 2024-11-02T03:15:56.463Z | Downloaded oso v0.27.3 |
857 | 2024-11-02T03:15:56.466Z | Downloaded derive-where v1.2.7 |
858 | 2024-11-02T03:15:56.468Z | Downloaded signal-hook-registry v1.4.2 |
859 | 2024-11-02T03:15:56.470Z | Downloaded portable-atomic v1.9.0 |
860 | 2024-11-02T03:15:56.477Z | Downloaded packed_struct_codegen v0.10.1 |
861 | 2024-11-02T03:15:56.479Z | Downloaded enum-as-inner v0.5.1 |
862 | 2024-11-02T03:15:56.482Z | Downloaded parking_lot_core v0.8.6 |
863 | 2024-11-02T03:15:56.484Z | Downloaded signal-hook-mio v0.2.4 |
864 | 2024-11-02T03:15:56.484Z | Downloaded heapless v0.7.17 |
865 | 2024-11-02T03:15:56.488Z | Downloaded tracing-attributes v0.1.27 |
866 | 2024-11-02T03:15:56.492Z | Downloaded packed_struct v0.10.1 |
867 | 2024-11-02T03:15:56.497Z | Downloaded blake3 v1.5.4 |
868 | 2024-11-02T03:15:56.502Z | Downloaded sqlparser_derive v0.2.2 |
869 | 2024-11-02T03:15:56.505Z | Downloaded fatfs v0.3.6 |
870 | 2024-11-02T03:15:56.508Z | Downloaded steno v0.4.1 |
871 | 2024-11-02T03:15:56.510Z | Downloaded qorb v0.2.0 |
872 | 2024-11-02T03:15:56.515Z | Downloaded serde_with v3.11.0 |
873 | 2024-11-02T03:15:56.524Z | Downloaded publicsuffix v2.2.3 |
874 | 2024-11-02T03:15:56.528Z | Downloaded ssh-key v0.6.6 |
875 | 2024-11-02T03:15:56.534Z | Downloaded similar v2.6.0 |
876 | 2024-11-02T03:15:56.540Z | Downloaded stringprep v0.1.5 |
877 | 2024-11-02T03:15:56.544Z | Downloaded hickory-proto v0.24.1 |
878 | 2024-11-02T03:15:56.559Z | Downloaded futures v0.3.31 |
879 | 2024-11-02T03:15:56.562Z | Downloaded ron v0.7.1 |
880 | 2024-11-02T03:15:56.568Z | Downloaded derive_builder v0.20.2 |
881 | 2024-11-02T03:15:56.572Z | Downloaded tracing v0.1.40 |
882 | 2024-11-02T03:15:56.578Z | Downloaded pin-project v1.1.6 |
883 | 2024-11-02T03:15:56.590Z | Downloaded unicode-segmentation v1.12.0 |
884 | 2024-11-02T03:15:56.595Z | Downloaded toml_edit v0.19.15 |
885 | 2024-11-02T03:15:56.610Z | Downloaded pkcs1 v0.7.5 |
886 | 2024-11-02T03:15:56.613Z | Downloaded num_enum v0.5.11 |
887 | 2024-11-02T03:15:56.618Z | Downloaded idna v0.3.0 |
888 | 2024-11-02T03:15:56.625Z | Downloaded walkdir v2.5.0 |
889 | 2024-11-02T03:15:56.628Z | Downloaded diesel_derives v2.2.3 |
890 | 2024-11-02T03:15:56.632Z | Downloaded progenitor-client v0.8.0 |
891 | 2024-11-02T03:15:56.634Z | Downloaded defmt-parser v0.3.4 |
892 | 2024-11-02T03:15:56.634Z | Downloaded diff v0.1.13 |
893 | 2024-11-02T03:15:56.637Z | Downloaded rayon-core v1.12.1 |
894 | 2024-11-02T03:15:56.643Z | Downloaded russh v0.45.0 |
895 | 2024-11-02T03:15:56.652Z | Downloaded tokio-stream v0.1.16 |
896 | 2024-11-02T03:15:56.656Z | Downloaded pin-project-lite v0.2.14 |
897 | 2024-11-02T03:15:56.659Z | Downloaded hashbrown v0.12.3 |
898 | 2024-11-02T03:15:56.664Z | Downloaded enum-as-inner v0.6.1 |
899 | 2024-11-02T03:15:56.667Z | Downloaded float-cmp v0.9.0 |
900 | 2024-11-02T03:15:56.667Z | Downloaded p521 v0.13.3 |
901 | 2024-11-02T03:15:56.670Z | Downloaded tough v0.17.1 |
902 | 2024-11-02T03:15:56.681Z | Downloaded unicode-normalization v0.1.24 |
903 | 2024-11-02T03:15:56.683Z | Downloaded diesel_table_macro_syntax v0.2.0 |
904 | 2024-11-02T03:15:56.686Z | Downloaded downcast v0.11.0 |
905 | 2024-11-02T03:15:56.686Z | Downloaded proptest v1.5.0 |
906 | 2024-11-02T03:15:56.696Z | Downloaded rustls v0.21.12 |
907 | 2024-11-02T03:15:56.709Z | Downloaded want v0.3.1 |
908 | 2024-11-02T03:15:56.712Z | Downloaded xattr v1.3.1 |
909 | 2024-11-02T03:15:56.712Z | Downloaded phf_codegen v0.11.2 |
910 | 2024-11-02T03:15:56.714Z | Downloaded xz2 v0.1.7 |
911 | 2024-11-02T03:15:56.714Z | Downloaded pkg-config v0.3.31 |
912 | 2024-11-02T03:15:56.719Z | Downloaded unicode-properties v0.1.3 |
913 | 2024-11-02T03:15:56.719Z | Downloaded nix v0.28.0 |
914 | 2024-11-02T03:15:56.729Z | Downloaded defmt-macros v0.3.9 |
915 | 2024-11-02T03:15:56.732Z | Downloaded same-file v1.0.6 |
916 | 2024-11-02T03:15:56.736Z | Downloaded phf_shared v0.11.2 |
917 | 2024-11-02T03:15:56.737Z | Downloaded hash32 v0.3.1 |
918 | 2024-11-02T03:15:56.741Z | Downloaded dsl_auto_type v0.1.2 |
919 | 2024-11-02T03:15:56.741Z | Downloaded rustc_version v0.4.1 |
920 | 2024-11-02T03:15:56.741Z | Downloaded foldhash v0.1.3 |
921 | 2024-11-02T03:15:56.744Z | Downloaded tap v1.0.1 |
922 | 2024-11-02T03:15:56.744Z | Downloaded pin-project-internal v1.1.6 |
923 | 2024-11-02T03:15:56.744Z | Downloaded string_cache v0.8.7 |
924 | 2024-11-02T03:15:56.747Z | Downloaded quick-xml v0.33.0 |
925 | 2024-11-02T03:15:56.752Z | Downloaded scheduled-thread-pool v0.2.7 |
926 | 2024-11-02T03:15:56.755Z | Downloaded parse-display v0.10.0 |
927 | 2024-11-02T03:15:56.755Z | Downloaded num-iter v0.1.45 |
928 | 2024-11-02T03:15:56.755Z | Downloaded parse-display-derive v0.10.0 |
929 | 2024-11-02T03:15:56.760Z | Downloaded displaydoc v0.2.5 |
930 | 2024-11-02T03:15:56.763Z | Downloaded olpc-cjson v0.1.4 |
931 | 2024-11-02T03:15:56.763Z | Downloaded zone v0.1.8 |
932 | 2024-11-02T03:15:56.763Z | Downloaded curve25519-dalek v4.1.3 |
933 | 2024-11-02T03:15:56.770Z | Downloaded ssh-cipher v0.2.0 |
934 | 2024-11-02T03:15:56.774Z | Downloaded quinn-udp v0.5.5 |
935 | 2024-11-02T03:15:56.778Z | Downloaded smf v0.2.3 |
936 | 2024-11-02T03:15:56.778Z | Downloaded pbkdf2 v0.11.0 |
937 | 2024-11-02T03:15:56.778Z | Downloaded num-rational v0.4.2 |
938 | 2024-11-02T03:15:56.782Z | Downloaded git2 v0.19.0 |
939 | 2024-11-02T03:15:56.787Z | Downloaded tokio-tungstenite v0.21.0 |
940 | 2024-11-02T03:15:56.789Z | Downloaded globset v0.4.15 |
941 | 2024-11-02T03:15:56.792Z | Downloaded diesel v2.2.4 |
942 | 2024-11-02T03:15:56.813Z | Downloaded flume v0.11.0 |
943 | 2024-11-02T03:15:56.833Z | Downloaded tokio-tungstenite v0.23.1 |
944 | 2024-11-02T03:15:56.833Z | Downloaded vergen v8.3.2 |
945 | 2024-11-02T03:15:56.833Z | Downloaded half v2.4.1 |
946 | 2024-11-02T03:15:56.843Z | Downloaded der v0.7.9 |
947 | 2024-11-02T03:15:56.843Z | Downloaded num-traits v0.2.19 |
948 | 2024-11-02T03:15:56.843Z | Downloaded pkcs5 v0.7.1 |
949 | 2024-11-02T03:15:56.843Z | Downloaded salty v0.3.0 |
950 | 2024-11-02T03:15:56.848Z | Downloaded signal-hook v0.3.17 |
951 | 2024-11-02T03:15:56.848Z | Downloaded tokio-tungstenite v0.24.0 |
952 | 2024-11-02T03:15:56.848Z | Downloaded zone v0.3.0 |
953 | 2024-11-02T03:15:56.851Z | Downloaded simd-adler32 v0.3.7 |
954 | 2024-11-02T03:15:56.851Z | Downloaded group v0.13.0 |
955 | 2024-11-02T03:15:56.851Z | Downloaded siphasher v0.3.11 |
956 | 2024-11-02T03:15:56.856Z | Downloaded rustfmt-wrapper v0.2.1 |
957 | 2024-11-02T03:15:56.856Z | Downloaded nix v0.27.1 |
958 | 2024-11-02T03:15:56.867Z | Downloaded regex v1.11.0 |
959 | 2024-11-02T03:15:56.879Z | Downloaded openssl v0.10.66 |
960 | 2024-11-02T03:15:56.890Z | Downloaded object v0.30.4 |
961 | 2024-11-02T03:15:56.898Z | Downloaded flate2 v1.0.34 |
962 | 2024-11-02T03:15:56.908Z | Downloaded regex-syntax v0.8.5 |
963 | 2024-11-02T03:15:56.913Z | Downloaded x509-cert v0.2.5 |
964 | 2024-11-02T03:15:56.920Z | Downloaded reqwest v0.11.27 |
965 | 2024-11-02T03:15:56.928Z | Downloaded bstr v1.10.0 |
966 | 2024-11-02T03:15:56.939Z | Downloaded h2 v0.4.6 |
967 | 2024-11-02T03:15:56.946Z | Downloaded dropshot v0.12.0 |
968 | 2024-11-02T03:15:56.968Z | Downloaded reedline v0.35.0 |
969 | 2024-11-02T03:15:56.974Z | Downloaded object v0.36.5 |
970 | 2024-11-02T03:15:56.988Z | Downloaded rustls v0.23.14 |
971 | 2024-11-02T03:15:56.999Z | Downloaded webpki-roots v0.26.6 |
972 | 2024-11-02T03:15:57.002Z | Downloaded vcpkg v0.2.15 |
973 | 2024-11-02T03:15:57.043Z | Downloaded h2 v0.3.26 |
974 | 2024-11-02T03:15:57.050Z | Downloaded reqwest v0.12.8 |
975 | 2024-11-02T03:15:57.057Z | Downloaded openapiv3 v2.0.0 |
976 | 2024-11-02T03:15:57.069Z | Downloaded sqlparser v0.45.0 |
977 | 2024-11-02T03:15:57.076Z | Downloaded smoltcp v0.9.1 |
978 | 2024-11-02T03:15:57.087Z | Downloaded rustls v0.22.4 |
979 | 2024-11-02T03:15:57.100Z | Downloaded libz-sys v1.1.20 |
980 | 2024-11-02T03:15:57.123Z | Downloaded regress v0.9.1 |
981 | 2024-11-02T03:15:57.131Z | Downloaded regress v0.10.1 |
982 | 2024-11-02T03:15:57.140Z | Downloaded rayon v1.10.0 |
983 | 2024-11-02T03:15:57.149Z | Downloaded ratatui v0.28.1 |
984 | 2024-11-02T03:15:57.169Z | Downloaded smoltcp v0.11.0 |
985 | 2024-11-02T03:15:57.182Z | Downloaded tokio v1.40.0 |
986 | 2024-11-02T03:15:57.220Z | Downloaded typify-impl v0.2.0 |
987 | 2024-11-02T03:15:57.234Z | Downloaded sled v0.34.7 |
988 | 2024-11-02T03:15:57.244Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
989 | 2024-11-02T03:15:57.258Z | Downloaded lzma-sys v0.1.20 |
990 | 2024-11-02T03:15:57.287Z | Downloaded zerocopy-derive v0.6.6 |
991 | 2024-11-02T03:15:57.301Z | Downloaded tokio-util v0.7.12 |
992 | 2024-11-02T03:15:57.306Z | Downloaded regex-automata v0.4.8 |
993 | 2024-11-02T03:15:57.319Z | Downloaded gimli v0.31.1 |
994 | 2024-11-02T03:15:57.328Z | Downloaded trust-dns-proto v0.22.0 |
995 | 2024-11-02T03:15:57.340Z | Downloaded petgraph v0.6.5 |
996 | 2024-11-02T03:15:57.357Z | Downloaded chrono-tz v0.10.0 |
997 | 2024-11-02T03:15:57.367Z | Downloaded polar-core v0.27.3 |
998 | 2024-11-02T03:15:57.373Z | Downloaded p384 v0.13.0 |
999 | 2024-11-02T03:15:57.380Z | Downloaded num-bigint-dig v0.8.4 |
1000 | 2024-11-02T03:15:57.384Z | Downloaded quinn v0.11.5 |
1001 | 2024-11-02T03:15:57.387Z | Downloaded rustyline v14.0.0 |
1002 | 2024-11-02T03:15:57.392Z | Downloaded time v0.3.36 |
1003 | 2024-11-02T03:15:57.400Z | Downloaded csv v1.3.0 |
1004 | 2024-11-02T03:15:57.420Z | Downloaded rustls-webpki v0.101.7 |
1005 | 2024-11-02T03:15:57.433Z | Downloaded sha3 v0.10.8 |
1006 | 2024-11-02T03:15:57.443Z | Downloaded idna v0.2.3 |
1007 | 2024-11-02T03:15:57.447Z | Downloaded hashbrown v0.13.2 |
1008 | 2024-11-02T03:15:57.450Z | Downloaded rand v0.8.5 |
1009 | 2024-11-02T03:15:57.454Z | Downloaded rustls-webpki v0.102.8 |
1010 | 2024-11-02T03:15:57.473Z | Downloaded wait-timeout v0.2.0 |
1011 | 2024-11-02T03:15:57.476Z | Downloaded idna v0.5.0 |
1012 | 2024-11-02T03:15:57.479Z | Downloaded waitgroup v0.1.2 |
1013 | 2024-11-02T03:15:57.483Z | Downloaded quinn-proto v0.11.8 |
1014 | 2024-11-02T03:15:57.486Z | Downloaded chrono v0.4.38 |
1015 | 2024-11-02T03:15:57.494Z | Downloaded bindgen v0.69.5 |
1016 | 2024-11-02T03:15:57.501Z | Downloaded parking_lot_core v0.9.10 |
1017 | 2024-11-02T03:15:57.504Z | Downloaded futures-channel v0.3.31 |
1018 | 2024-11-02T03:15:57.508Z | Downloaded omicron-zone-package v0.11.1 |
1019 | 2024-11-02T03:15:57.511Z | Downloaded hashlink v0.9.1 |
1020 | 2024-11-02T03:15:57.511Z | Downloaded dropshot_endpoint v0.12.0 |
1021 | 2024-11-02T03:15:57.514Z | Downloaded smallvec v1.13.2 |
1022 | 2024-11-02T03:15:57.518Z | Downloaded foreign-types v0.5.0 |
1023 | 2024-11-02T03:15:57.518Z | Downloaded untrusted v0.7.1 |
1024 | 2024-11-02T03:15:57.518Z | Downloaded url v2.5.2 |
1025 | 2024-11-02T03:15:57.521Z | Downloaded nom v7.1.3 |
1026 | 2024-11-02T03:15:57.524Z | Downloaded aes-gcm v0.10.3 |
1027 | 2024-11-02T03:15:57.529Z | Downloaded predicates-tree v1.0.11 |
1028 | 2024-11-02T03:15:57.532Z | Downloaded num_enum_derive v0.5.11 |
1029 | 2024-11-02T03:15:57.532Z | Downloaded time-macros v0.2.18 |
1030 | 2024-11-02T03:15:57.535Z | Downloaded p256 v0.13.2 |
1031 | 2024-11-02T03:15:57.538Z | Downloaded strip-ansi-escapes v0.2.0 |
1032 | 2024-11-02T03:15:57.538Z | Downloaded term v0.7.0 |
1033 | 2024-11-02T03:15:57.541Z | Downloaded postgres-protocol v0.6.7 |
1034 | 2024-11-02T03:15:57.545Z | Downloaded password-hash v0.4.2 |
1035 | 2024-11-02T03:15:57.549Z | Downloaded hashbrown v0.14.5 |
1036 | 2024-11-02T03:15:57.554Z | Downloaded foreign-types v0.3.2 |
1037 | 2024-11-02T03:15:57.554Z | Downloaded take_mut v0.2.2 |
1038 | 2024-11-02T03:15:57.554Z | Downloaded crossterm v0.28.1 |
1039 | 2024-11-02T03:15:57.558Z | Downloaded zip v0.6.6 |
1040 | 2024-11-02T03:15:57.562Z | Downloaded heapless v0.8.0 |
1041 | 2024-11-02T03:15:57.568Z | Downloaded termcolor v1.4.1 |
1042 | 2024-11-02T03:15:57.571Z | Downloaded ed25519-dalek v2.1.1 |
1043 | 2024-11-02T03:15:57.571Z | Downloaded filetime v0.2.25 |
1044 | 2024-11-02T03:15:57.573Z | Downloaded rustc-hash v2.0.0 |
1045 | 2024-11-02T03:15:57.573Z | Downloaded termios v0.3.3 |
1046 | 2024-11-02T03:15:57.576Z | Downloaded dirs-next v2.0.0 |
1047 | 2024-11-02T03:15:57.576Z | Downloaded unsafe-libyaml v0.2.11 |
1048 | 2024-11-02T03:15:57.582Z | Downloaded tracing-core v0.1.32 |
1049 | 2024-11-02T03:15:57.587Z | Downloaded toml v0.7.8 |
1050 | 2024-11-02T03:15:57.590Z | Downloaded diesel-dtrace v0.3.0 |
1051 | 2024-11-02T03:15:57.590Z | Downloaded subprocess v0.2.9 |
1052 | 2024-11-02T03:15:57.590Z | Downloaded crypto-bigint v0.5.5 |
1053 | 2024-11-02T03:15:57.596Z | Downloaded encoding_rs v0.8.34 |
1054 | 2024-11-02T03:15:57.617Z | Downloaded prettyplease v0.2.22 |
1055 | 2024-11-02T03:15:57.623Z | Downloaded display-error-chain v0.2.2 |
1056 | 2024-11-02T03:15:57.626Z | Downloaded tabwriter v1.4.0 |
1057 | 2024-11-02T03:15:57.626Z | Downloaded embedded-io v0.4.0 |
1058 | 2024-11-02T03:15:57.626Z | Downloaded subtle v2.6.1 |
1059 | 2024-11-02T03:15:57.626Z | Downloaded slog-stdlog v4.1.1 |
1060 | 2024-11-02T03:15:57.628Z | Downloaded serde_with_macros v3.11.0 |
1061 | 2024-11-02T03:15:57.631Z | Downloaded radix_trie v0.2.1 |
1062 | 2024-11-02T03:15:57.634Z | Downloaded deranged v0.3.11 |
1063 | 2024-11-02T03:15:57.637Z | Downloaded strum_macros v0.26.4 |
1064 | 2024-11-02T03:15:57.640Z | Downloaded tungstenite v0.24.0 |
1065 | 2024-11-02T03:15:57.642Z | Downloaded tungstenite v0.21.0 |
1066 | 2024-11-02T03:15:57.645Z | Downloaded nix v0.29.0 |
1067 | 2024-11-02T03:15:57.656Z | Downloaded hyper-util v0.1.10 |
1068 | 2024-11-02T03:15:57.660Z | Downloaded tungstenite v0.23.0 |
1069 | 2024-11-02T03:15:57.664Z | Downloaded samael v0.0.17 |
1070 | 2024-11-02T03:15:57.668Z | Downloaded darling_core v0.20.10 |
1071 | 2024-11-02T03:15:57.674Z | Downloaded unicode-xid v0.2.6 |
1072 | 2024-11-02T03:15:57.676Z | Downloaded slog-scope v4.4.0 |
1073 | 2024-11-02T03:15:57.676Z | Downloaded rand_seeder v0.3.0 |
1074 | 2024-11-02T03:15:57.681Z | Downloaded peg-macros v0.8.4 |
1075 | 2024-11-02T03:15:57.681Z | Downloaded elliptic-curve v0.13.8 |
1076 | 2024-11-02T03:15:57.684Z | Downloaded dhcproto v0.12.0 |
1077 | 2024-11-02T03:15:57.687Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1078 | 2024-11-02T03:15:57.743Z | Downloaded hickory-server v0.24.1 |
1079 | 2024-11-02T03:15:57.748Z | Downloaded password-hash v0.5.0 |
1080 | 2024-11-02T03:15:57.750Z | Downloaded primeorder v0.13.6 |
1081 | 2024-11-02T03:15:57.753Z | Downloaded unicode-bidi v0.3.17 |
1082 | 2024-11-02T03:15:57.756Z | Downloaded const_format v0.2.33 |
1083 | 2024-11-02T03:15:57.758Z | Downloaded socket2 v0.5.7 |
1084 | 2024-11-02T03:15:57.761Z | Downloaded zone_cfg_derive v0.3.0 |
1085 | 2024-11-02T03:15:57.761Z | Downloaded compact_str v0.8.0 |
1086 | 2024-11-02T03:15:57.764Z | Downloaded indexmap v1.9.3 |
1087 | 2024-11-02T03:15:57.767Z | Downloaded lockfree-object-pool v0.1.6 |
1088 | 2024-11-02T03:15:57.769Z | Downloaded ipnet v2.10.1 |
1089 | 2024-11-02T03:15:57.772Z | Downloaded const-oid v0.9.6 |
1090 | 2024-11-02T03:15:57.777Z | Downloaded arc-swap v1.7.1 |
1091 | 2024-11-02T03:15:57.779Z | Downloaded allocator-api2 v0.2.18 |
1092 | 2024-11-02T03:15:57.782Z | Downloaded typify-macro v0.2.0 |
1093 | 2024-11-02T03:15:57.782Z | Downloaded twox-hash v1.6.3 |
1094 | 2024-11-02T03:15:57.785Z | Downloaded tokio-native-tls v0.3.1 |
1095 | 2024-11-02T03:15:57.785Z | Downloaded tokio-macros v2.4.0 |
1096 | 2024-11-02T03:15:57.788Z | Downloaded structmeta-derive v0.3.0 |
1097 | 2024-11-02T03:15:57.788Z | Downloaded spin v0.5.2 |
1098 | 2024-11-02T03:15:57.791Z | Downloaded structmeta-derive v0.2.0 |
1099 | 2024-11-02T03:15:57.791Z | Downloaded crossbeam-epoch v0.9.18 |
1100 | 2024-11-02T03:15:57.794Z | Downloaded clang-sys v1.8.1 |
1101 | 2024-11-02T03:15:57.796Z | Downloaded jobserver v0.1.32 |
1102 | 2024-11-02T03:15:57.800Z | Downloaded ciborium v0.2.2 |
1103 | 2024-11-02T03:15:57.800Z | Downloaded internet-checksum v0.2.1 |
1104 | 2024-11-02T03:15:57.806Z | Downloaded cookie_store v0.21.0 |
1105 | 2024-11-02T03:15:57.806Z | Downloaded kstat-rs v0.2.4 |
1106 | 2024-11-02T03:15:57.806Z | Downloaded cexpr v0.6.0 |
1107 | 2024-11-02T03:15:57.810Z | Downloaded http-body-util v0.1.2 |
1108 | 2024-11-02T03:15:57.810Z | Downloaded humantime v2.1.0 |
1109 | 2024-11-02T03:15:57.810Z | Downloaded base64 v0.13.1 |
1110 | 2024-11-02T03:15:57.813Z | Downloaded async-stream v0.3.6 |
1111 | 2024-11-02T03:15:57.813Z | Downloaded match_cfg v0.1.0 |
1112 | 2024-11-02T03:15:57.816Z | Downloaded is-terminal v0.4.13 |
1113 | 2024-11-02T03:15:57.816Z | Downloaded instability v0.3.2 |
1114 | 2024-11-02T03:15:57.816Z | Downloaded crc-catalog v2.4.0 |
1115 | 2024-11-02T03:15:57.819Z | Downloaded cipher v0.4.4 |
1116 | 2024-11-02T03:15:57.819Z | Downloaded lalrpop-util v0.19.12 |
1117 | 2024-11-02T03:15:57.819Z | Downloaded httpdate v1.0.3 |
1118 | 2024-11-02T03:15:57.822Z | Downloaded convert_case v0.4.0 |
1119 | 2024-11-02T03:15:57.822Z | Downloaded cbc v0.1.2 |
1120 | 2024-11-02T03:15:57.825Z | Downloaded atomic-waker v1.1.2 |
1121 | 2024-11-02T03:15:57.825Z | Downloaded atomicwrites v0.4.4 |
1122 | 2024-11-02T03:15:57.825Z | Downloaded hyper v0.14.30 |
1123 | 2024-11-02T03:15:57.833Z | Downloaded castaway v0.2.3 |
1124 | 2024-11-02T03:15:57.836Z | Downloaded cancel-safe-futures v0.1.5 |
1125 | 2024-11-02T03:15:57.840Z | Downloaded bumpalo v3.16.0 |
1126 | 2024-11-02T03:15:57.843Z | Downloaded ascii-canvas v3.0.0 |
1127 | 2024-11-02T03:15:57.843Z | Downloaded assert_matches v1.5.0 |
1128 | 2024-11-02T03:15:57.843Z | Downloaded indent_write v2.2.0 |
1129 | 2024-11-02T03:15:57.844Z | Downloaded buf-list v1.0.3 |
1130 | 2024-11-02T03:15:57.847Z | Downloaded bitfield-struct v0.6.2 |
1131 | 2024-11-02T03:15:57.847Z | Downloaded lock_api v0.4.12 |
1132 | 2024-11-02T03:15:57.849Z | Downloaded hyper-tls v0.6.0 |
1133 | 2024-11-02T03:15:57.849Z | Downloaded hickory-client v0.24.1 |
1134 | 2024-11-02T03:15:57.853Z | Downloaded crossbeam-deque v0.8.5 |
1135 | 2024-11-02T03:15:57.857Z | Downloaded console v0.15.8 |
1136 | 2024-11-02T03:15:57.857Z | Downloaded colored v2.1.0 |
1137 | 2024-11-02T03:15:57.862Z | Downloaded cobs v0.2.3 |
1138 | 2024-11-02T03:15:57.862Z | Downloaded maybe-uninit v2.0.0 |
1139 | 2024-11-02T03:15:57.865Z | Downloaded lru-cache v0.1.2 |
1140 | 2024-11-02T03:15:57.865Z | Downloaded lazycell v1.3.0 |
1141 | 2024-11-02T03:15:57.865Z | Downloaded bzip2 v0.4.4 |
1142 | 2024-11-02T03:15:57.865Z | Downloaded aes v0.8.4 |
1143 | 2024-11-02T03:15:57.868Z | Downloaded base64 v0.22.1 |
1144 | 2024-11-02T03:15:57.871Z | Downloaded array-init v0.0.4 |
1145 | 2024-11-02T03:15:57.874Z | Downloaded ctr v0.9.2 |
1146 | 2024-11-02T03:15:58.028Z | Downloaded ring v0.16.20 |
1147 | 2024-11-02T03:15:58.112Z | Downloaded ring v0.17.8 |
1148 | 2024-11-02T03:15:58.247Z | Downloaded libsqlite3-sys v0.30.1 |
1149 | 2024-11-02T03:15:58.423Z | Compiling serde v1.0.210 |
1150 | 2024-11-02T03:15:58.426Z | Compiling typenum v1.17.0 |
1151 | 2024-11-02T03:15:58.426Z | Compiling lock_api v0.4.12 |
1152 | 2024-11-02T03:15:58.426Z | Compiling generic-array v0.14.7 |
1153 | 2024-11-02T03:15:58.426Z | Compiling scopeguard v1.2.0 |
1154 | 2024-11-02T03:15:58.426Z | Compiling subtle v2.6.1 |
1155 | 2024-11-02T03:15:58.632Z | Compiling syn v2.0.79 |
1156 | 2024-11-02T03:15:58.778Z | Compiling getrandom v0.2.15 |
1157 | 2024-11-02T03:15:58.808Z | Compiling value-bag v1.9.0 |
1158 | 2024-11-02T03:15:59.080Z | Compiling rand_core v0.6.4 |
1159 | 2024-11-02T03:15:59.164Z | Compiling const-oid v0.9.6 |
1160 | 2024-11-02T03:15:59.199Z | Compiling jobserver v0.1.32 |
1161 | 2024-11-02T03:15:59.246Z | Compiling shlex v1.3.0 |
1162 | 2024-11-02T03:15:59.479Z | Compiling log v0.4.22 |
1163 | 2024-11-02T03:15:59.637Z | Compiling cc v1.1.30 |
1164 | 2024-11-02T03:15:59.688Z | Compiling pin-project-lite v0.2.14 |
1165 | 2024-11-02T03:15:59.705Z | Compiling smallvec v1.13.2 |
1166 | 2024-11-02T03:15:59.820Z | Compiling parking_lot_core v0.9.10 |
1167 | 2024-11-02T03:16:00.141Z | Compiling futures-core v0.3.31 |
1168 | 2024-11-02T03:16:00.183Z | Compiling signal-hook-registry v1.4.2 |
1169 | 2024-11-02T03:16:00.405Z | Compiling mio v1.0.2 |
1170 | 2024-11-02T03:16:00.438Z | Compiling cpufeatures v0.2.14 |
1171 | 2024-11-02T03:16:00.540Z | Compiling futures-sink v0.3.31 |
1172 | 2024-11-02T03:16:00.715Z | Compiling spin v0.9.8 |
1173 | 2024-11-02T03:16:00.997Z | Compiling parking_lot v0.12.3 |
1174 | 2024-11-02T03:16:01.014Z | Compiling socket2 v0.5.7 |
1175 | 2024-11-02T03:16:01.134Z | Compiling slab v0.4.9 |
1176 | 2024-11-02T03:16:01.275Z | Compiling serde_json v1.0.128 |
1177 | 2024-11-02T03:16:01.378Z | Compiling futures-channel v0.3.31 |
1178 | 2024-11-02T03:16:01.587Z | Compiling foldhash v0.1.3 |
1179 | 2024-11-02T03:16:01.643Z | Compiling futures-task v0.3.31 |
1180 | 2024-11-02T03:16:01.807Z | Compiling futures-io v0.3.31 |
1181 | 2024-11-02T03:16:01.875Z | Compiling allocator-api2 v0.2.18 |
1182 | 2024-11-02T03:16:01.891Z | Compiling tinyvec_macros v0.1.1 |
1183 | 2024-11-02T03:16:01.918Z | Compiling pin-utils v0.1.0 |
1184 | 2024-11-02T03:16:01.934Z | Compiling pkg-config v0.3.31 |
1185 | 2024-11-02T03:16:01.952Z | Compiling libm v0.2.8 |
1186 | 2024-11-02T03:16:01.979Z | Compiling tinyvec v1.8.0 |
1187 | 2024-11-02T03:16:02.011Z | Compiling num-traits v0.2.19 |
1188 | 2024-11-02T03:16:02.119Z | Compiling unicode-bidi v0.3.17 |
1189 | 2024-11-02T03:16:02.542Z | Compiling base64ct v1.6.0 |
1190 | 2024-11-02T03:16:02.661Z | Compiling hashbrown v0.15.0 |
1191 | 2024-11-02T03:16:03.123Z | Compiling pem-rfc7468 v0.7.0 |
1192 | 2024-11-02T03:16:03.414Z | Compiling unicode-normalization v0.1.24 |
1193 | 2024-11-02T03:16:03.505Z | Compiling flagset v0.4.6 |
1194 | 2024-11-02T03:16:03.714Z | Compiling httparse v1.9.5 |
1195 | 2024-11-02T03:16:03.733Z | Compiling ring v0.17.8 |
1196 | 2024-11-02T03:16:03.751Z | Compiling tracing-core v0.1.32 |
1197 | 2024-11-02T03:16:03.850Z | Compiling crossbeam-utils v0.8.20 |
1198 | 2024-11-02T03:16:03.994Z | Compiling percent-encoding v2.3.1 |
1199 | 2024-11-02T03:16:04.371Z | Compiling rustls-pki-types v1.9.0 |
1200 | 2024-11-02T03:16:04.506Z | Compiling vcpkg v0.2.15 |
1201 | 2024-11-02T03:16:04.547Z | Compiling time-core v0.1.2 |
1202 | 2024-11-02T03:16:04.720Z | Compiling untrusted v0.9.0 |
1203 | 2024-11-02T03:16:04.906Z | Compiling num-conv v0.1.0 |
1204 | 2024-11-02T03:16:05.106Z | Compiling powerfmt v0.2.0 |
1205 | 2024-11-02T03:16:05.179Z | Compiling time-macros v0.2.18 |
1206 | 2024-11-02T03:16:05.376Z | Compiling deranged v0.3.11 |
1207 | 2024-11-02T03:16:05.437Z | Compiling atomic-waker v1.1.2 |
1208 | 2024-11-02T03:16:05.476Z | Compiling num_threads v0.1.7 |
1209 | 2024-11-02T03:16:05.609Z | Compiling form_urlencoded v1.2.1 |
1210 | 2024-11-02T03:16:05.628Z | Compiling slog v2.7.0 |
1211 | 2024-11-02T03:16:05.928Z | Compiling rustix v0.38.37 |
1212 | 2024-11-02T03:16:06.132Z | Compiling try-lock v0.2.5 |
1213 | 2024-11-02T03:16:06.281Z | Compiling want v0.3.1 |
1214 | 2024-11-02T03:16:06.421Z | Compiling openssl-sys v0.9.103 |
1215 | 2024-11-02T03:16:06.464Z | Compiling httpdate v1.0.3 |
1216 | 2024-11-02T03:16:06.737Z | Compiling idna v0.5.0 |
1217 | 2024-11-02T03:16:06.892Z | Compiling rustversion v1.0.17 |
1218 | 2024-11-02T03:16:07.043Z | Compiling adler2 v2.0.0 |
1219 | 2024-11-02T03:16:07.232Z | Compiling foreign-types-shared v0.1.1 |
1220 | 2024-11-02T03:16:07.310Z | Compiling match_cfg v0.1.0 |
1221 | 2024-11-02T03:16:07.337Z | Compiling tower-service v0.3.3 |
1222 | 2024-11-02T03:16:07.403Z | Compiling base64 v0.22.1 |
1223 | 2024-11-02T03:16:07.457Z | Compiling openssl v0.10.66 |
1224 | 2024-11-02T03:16:07.532Z | Compiling iana-time-zone v0.1.61 |
1225 | 2024-11-02T03:16:07.876Z | Compiling url v2.5.2 |
1226 | 2024-11-02T03:16:08.024Z | Compiling hostname v0.3.1 |
1227 | 2024-11-02T03:16:08.065Z | Compiling time v0.3.36 |
1228 | 2024-11-02T03:16:08.067Z | Compiling foreign-types v0.3.2 |
1229 | 2024-11-02T03:16:08.163Z | Compiling miniz_oxide v0.8.0 |
1230 | 2024-11-02T03:16:08.186Z | Compiling dirs-sys-next v0.1.2 |
1231 | 2024-11-02T03:16:08.255Z | Compiling aho-corasick v1.1.3 |
1232 | 2024-11-02T03:16:08.816Z | Compiling native-tls v0.2.12 |
1233 | 2024-11-02T03:16:08.869Z | Compiling rustls v0.23.14 |
1234 | 2024-11-02T03:16:09.140Z | Compiling data-encoding v2.6.0 |
1235 | 2024-11-02T03:16:09.157Z | Compiling rustls v0.22.4 |
1236 | 2024-11-02T03:16:09.426Z | Compiling regex-syntax v0.8.5 |
1237 | 2024-11-02T03:16:09.612Z | Compiling siphasher v0.3.11 |
1238 | 2024-11-02T03:16:09.632Z | Compiling syn v1.0.109 |
1239 | 2024-11-02T03:16:10.016Z | Compiling dirs-next v2.0.0 |
1240 | 2024-11-02T03:16:10.290Z | Compiling serde_derive_internals v0.29.1 |
1241 | 2024-11-02T03:16:11.225Z | Compiling crossbeam-epoch v0.9.18 |
1242 | 2024-11-02T03:16:11.457Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1243 | 2024-11-02T03:16:11.913Z | Compiling lazy_static v1.5.0 |
1244 | 2024-11-02T03:16:11.937Z | Compiling thread_local v1.1.8 |
1245 | 2024-11-02T03:16:12.032Z | Compiling cookie v0.18.1 |
1246 | 2024-11-02T03:16:12.036Z | Compiling serde_derive v1.0.210 |
1247 | 2024-11-02T03:16:12.324Z | Compiling zeroize_derive v1.4.2 |
1248 | 2024-11-02T03:16:12.458Z | Compiling zerocopy-derive v0.7.35 |
1249 | 2024-11-02T03:16:12.745Z | Compiling tokio-macros v2.4.0 |
1250 | 2024-11-02T03:16:12.953Z | Compiling thiserror-impl v1.0.64 |
1251 | 2024-11-02T03:16:13.000Z | Compiling futures-macro v0.3.31 |
1252 | 2024-11-02T03:16:13.767Z | Compiling zeroize v1.8.1 |
1253 | 2024-11-02T03:16:14.344Z | Compiling der_derive v0.7.3 |
1254 | 2024-11-02T03:16:14.525Z | Compiling zerocopy v0.7.35 |
1255 | 2024-11-02T03:16:14.866Z | Compiling futures-util v0.3.31 |
1256 | 2024-11-02T03:16:15.345Z | Compiling tracing-attributes v0.1.27 |
1257 | 2024-11-02T03:16:15.651Z | Compiling crypto-common v0.1.6 |
1258 | 2024-11-02T03:16:15.758Z | Compiling block-buffer v0.10.4 |
1259 | 2024-11-02T03:16:15.895Z | Compiling block-padding v0.3.3 |
1260 | 2024-11-02T03:16:16.018Z | Compiling digest v0.10.7 |
1261 | 2024-11-02T03:16:16.037Z | Compiling thiserror v1.0.64 |
1262 | 2024-11-02T03:16:16.109Z | Compiling inout v0.1.3 |
1263 | 2024-11-02T03:16:16.141Z | Compiling ppv-lite86 v0.2.20 |
1264 | 2024-11-02T03:16:16.173Z | Compiling pest v2.7.14 |
1265 | 2024-11-02T03:16:16.371Z | Compiling cipher v0.4.4 |
1266 | 2024-11-02T03:16:16.511Z | Compiling hmac v0.12.1 |
1267 | 2024-11-02T03:16:16.616Z | Compiling sha2 v0.10.8 |
1268 | 2024-11-02T03:16:16.757Z | Compiling der v0.7.9 |
1269 | 2024-11-02T03:16:16.906Z | Compiling salsa20 v0.10.2 |
1270 | 2024-11-02T03:16:17.015Z | Compiling rand_chacha v0.3.1 |
1271 | 2024-11-02T03:16:17.136Z | Compiling pbkdf2 v0.12.2 |
1272 | 2024-11-02T03:16:17.319Z | Compiling scrypt v0.11.0 |
1273 | 2024-11-02T03:16:17.903Z | Compiling rand v0.8.5 |
1274 | 2024-11-02T03:16:19.005Z | Compiling tracing v0.1.40 |
1275 | 2024-11-02T03:16:19.284Z | Compiling spki v0.7.3 |
1276 | 2024-11-02T03:16:19.399Z | Compiling pest_meta v2.7.14 |
1277 | 2024-11-02T03:16:19.506Z | Compiling cbc v0.1.2 |
1278 | 2024-11-02T03:16:19.656Z | Compiling aes v0.8.4 |
1279 | 2024-11-02T03:16:20.105Z | Compiling scroll_derive v0.12.0 |
1280 | 2024-11-02T03:16:20.123Z | Compiling openssl-macros v0.1.1 |
1281 | 2024-11-02T03:16:20.235Z | Compiling async-trait v0.1.83 |
1282 | 2024-11-02T03:16:20.861Z | Compiling pest_generator v2.7.14 |
1283 | 2024-11-02T03:16:21.206Z | Compiling pkcs5 v0.7.1 |
1284 | 2024-11-02T03:16:21.588Z | Compiling scroll v0.12.0 |
1285 | 2024-11-02T03:16:22.153Z | Compiling rustls-webpki v0.102.8 |
1286 | 2024-11-02T03:16:22.423Z | Compiling goblin v0.8.2 |
1287 | 2024-11-02T03:16:22.461Z | Compiling pkcs8 v0.10.2 |
1288 | 2024-11-02T03:16:22.723Z | Compiling signature v2.2.0 |
1289 | 2024-11-02T03:16:22.864Z | Compiling sha1 v0.10.6 |
1290 | 2024-11-02T03:16:23.075Z | Compiling regex-automata v0.4.8 |
1291 | 2024-11-02T03:16:23.130Z | Compiling multer v3.1.0 |
1292 | 2024-11-02T03:16:23.290Z | Compiling encoding_rs v0.8.34 |
1293 | 2024-11-02T03:16:23.430Z | Compiling unicode-properties v0.1.3 |
1294 | 2024-11-02T03:16:23.483Z | Compiling paste v1.0.15 |
1295 | 2024-11-02T03:16:23.874Z | Compiling schemars v0.8.21 |
1296 | 2024-11-02T03:16:24.050Z | Compiling ipnet v2.10.1 |
1297 | 2024-11-02T03:16:24.067Z | Compiling pest_derive v2.7.14 |
1298 | 2024-11-02T03:16:24.153Z | Compiling openssl-probe v0.1.5 |
1299 | 2024-11-02T03:16:24.215Z | Compiling mime v0.3.17 |
1300 | 2024-11-02T03:16:24.530Z | Compiling rayon-core v1.12.1 |
1301 | 2024-11-02T03:16:24.808Z | Compiling slog-async v2.8.0 |
1302 | 2024-11-02T03:16:24.825Z | Compiling signal-hook v0.3.17 |
1303 | 2024-11-02T03:16:24.879Z | Compiling dtrace-parser v0.2.0 |
1304 | 2024-11-02T03:16:25.085Z | Compiling either v1.13.0 |
1305 | 2024-11-02T03:16:25.283Z | Compiling gimli v0.31.1 |
1306 | 2024-11-02T03:16:25.506Z | Compiling stringprep v0.1.5 |
1307 | 2024-11-02T03:16:26.066Z | Compiling bytes v1.7.2 |
1308 | 2024-11-02T03:16:26.900Z | Compiling indexmap v2.6.0 |
1309 | 2024-11-02T03:16:27.398Z | Compiling tokio v1.40.0 |
1310 | 2024-11-02T03:16:27.452Z | Compiling http v1.1.0 |
1311 | 2024-11-02T03:16:28.431Z | Compiling bitflags v2.6.0 |
1312 | 2024-11-02T03:16:28.885Z | Compiling semver v1.0.23 |
1313 | 2024-11-02T03:16:29.653Z | Compiling rustc_version v0.4.1 |
1314 | 2024-11-02T03:16:29.690Z | Compiling http-body v1.0.1 |
1315 | 2024-11-02T03:16:29.929Z | Compiling dof v0.3.0 |
1316 | 2024-11-02T03:16:30.392Z | Compiling uuid v1.10.0 |
1317 | 2024-11-02T03:16:30.412Z | Compiling serde_tokenstream v0.2.2 |
1318 | 2024-11-02T03:16:31.003Z | Compiling toml_datetime v0.6.8 |
1319 | 2024-11-02T03:16:31.522Z | Compiling serde_spanned v0.6.8 |
1320 | 2024-11-02T03:16:31.763Z | Compiling usdt-impl v0.5.0 |
1321 | 2024-11-02T03:16:31.911Z | Compiling chrono v0.4.38 |
1322 | 2024-11-02T03:16:31.991Z | Compiling heapless v0.7.17 |
1323 | 2024-11-02T03:16:32.278Z | Compiling http-body-util v0.1.2 |
1324 | 2024-11-02T03:16:32.852Z | Compiling toml_edit v0.22.22 |
1325 | 2024-11-02T03:16:33.317Z | Compiling usdt-macro v0.5.0 |
1326 | 2024-11-02T03:16:34.776Z | Compiling usdt-attr-macro v0.5.0 |
1327 | 2024-11-02T03:16:35.082Z | Compiling curve25519-dalek v4.1.3 |
1328 | 2024-11-02T03:16:35.341Z | Compiling addr2line v0.24.2 |
1329 | 2024-11-02T03:16:35.367Z | Compiling slog-json v2.6.1 |
1330 | 2024-11-02T03:16:35.612Z | Compiling serde_urlencoded v0.7.1 |
1331 | 2024-11-02T03:16:35.745Z | Compiling tokio-util v0.7.12 |
1332 | 2024-11-02T03:16:36.007Z | Compiling futures-executor v0.3.31 |
1333 | 2024-11-02T03:16:36.099Z | Compiling md-5 v0.10.6 |
1334 | 2024-11-02T03:16:36.374Z | Compiling schemars_derive v0.8.21 |
1335 | 2024-11-02T03:16:36.460Z | Compiling enum-as-inner v0.6.1 |
1336 | 2024-11-02T03:16:36.557Z | Compiling async-stream-impl v0.3.6 |
1337 | 2024-11-02T03:16:37.107Z | Compiling h2 v0.4.6 |
1338 | 2024-11-02T03:16:37.928Z | Compiling crossbeam-deque v0.8.5 |
1339 | 2024-11-02T03:16:39.499Z | Compiling term v0.7.0 |
1340 | 2024-11-02T03:16:39.809Z | Compiling crossbeam-channel v0.5.13 |
1341 | 2024-11-02T03:16:40.786Z | Compiling num-integer v0.1.46 |
1342 | 2024-11-02T03:16:40.915Z | Compiling rustls-pemfile v2.2.0 |
1343 | 2024-11-02T03:16:40.996Z | Compiling idna v0.4.0 |
1344 | 2024-11-02T03:16:41.200Z | Compiling idna v0.3.0 |
1345 | 2024-11-02T03:16:41.255Z | Compiling hash32 v0.2.1 |
1346 | 2024-11-02T03:16:41.513Z | Compiling ff v0.13.0 |
1347 | 2024-11-02T03:16:41.651Z | Compiling is-terminal v0.4.13 |
1348 | 2024-11-02T03:16:41.725Z | Compiling object v0.36.5 |
1349 | 2024-11-02T03:16:41.776Z | Compiling dropshot v0.12.0 |
1350 | 2024-11-02T03:16:41.936Z | Compiling rustc-demangle v0.1.24 |
1351 | 2024-11-02T03:16:42.074Z | Compiling quick-error v1.2.3 |
1352 | 2024-11-02T03:16:42.227Z | Compiling smoltcp v0.9.1 |
1353 | 2024-11-02T03:16:42.566Z | Compiling base16ct v0.2.0 |
1354 | 2024-11-02T03:16:42.766Z | Compiling num-bigint-dig v0.8.4 |
1355 | 2024-11-02T03:16:42.867Z | Compiling utf-8 v0.7.6 |
1356 | 2024-11-02T03:16:42.886Z | Compiling fallible-iterator v0.2.0 |
1357 | 2024-11-02T03:16:42.941Z | Compiling portable-atomic v1.9.0 |
1358 | 2024-11-02T03:16:43.053Z | Compiling anyhow v1.0.92 |
1359 | 2024-11-02T03:16:43.185Z | Compiling stable_deref_trait v1.2.0 |
1360 | 2024-11-02T03:16:43.297Z | Compiling take_mut v0.2.2 |
1361 | 2024-11-02T03:16:43.459Z | Compiling psl-types v2.0.11 |
1362 | 2024-11-02T03:16:43.615Z | Compiling linked-hash-map v0.5.6 |
1363 | 2024-11-02T03:16:43.680Z | Compiling dyn-clone v1.0.17 |
1364 | 2024-11-02T03:16:43.993Z | Compiling hyper v1.4.1 |
1365 | 2024-11-02T03:16:44.045Z | Compiling lru-cache v0.1.2 |
1366 | 2024-11-02T03:16:44.064Z | Compiling publicsuffix v2.2.3 |
1367 | 2024-11-02T03:16:44.243Z | Compiling postgres-protocol v0.6.7 |
1368 | 2024-11-02T03:16:45.578Z | Compiling tungstenite v0.24.0 |
1369 | 2024-11-02T03:16:46.726Z | Compiling hyper-util v0.1.10 |
1370 | 2024-11-02T03:16:47.387Z | Compiling sec1 v0.7.3 |
1371 | 2024-11-02T03:16:47.583Z | Compiling resolv-conf v0.7.0 |
1372 | 2024-11-02T03:16:47.913Z | Compiling hickory-proto v0.24.1 |
1373 | 2024-11-02T03:16:47.974Z | Compiling tokio-rustls v0.26.0 |
1374 | 2024-11-02T03:16:48.002Z | Compiling slog-term v2.9.1 |
1375 | 2024-11-02T03:16:48.316Z | Compiling usdt v0.5.0 |
1376 | 2024-11-02T03:16:48.430Z | Compiling group v0.13.0 |
1377 | 2024-11-02T03:16:48.791Z | Compiling num-iter v0.1.45 |
1378 | 2024-11-02T03:16:48.828Z | Compiling backtrace v0.3.74 |
1379 | 2024-11-02T03:16:48.849Z | Compiling tokio-native-tls v0.3.1 |
1380 | 2024-11-02T03:16:49.127Z | Compiling async-stream v0.3.6 |
1381 | 2024-11-02T03:16:49.448Z | Compiling futures v0.3.31 |
1382 | 2024-11-02T03:16:49.608Z | Compiling toml v0.8.19 |
1383 | 2024-11-02T03:16:49.733Z | Compiling tokio-rustls v0.25.0 |
1384 | 2024-11-02T03:16:50.014Z | Compiling slog-bunyan v2.5.0 |
1385 | 2024-11-02T03:16:50.117Z | Compiling terminal_size v0.4.0 |
1386 | 2024-11-02T03:16:50.237Z | Compiling dropshot_endpoint v0.12.0 |
1387 | 2024-11-02T03:16:50.325Z | Compiling openapiv3 v2.0.0 |
1388 | 2024-11-02T03:16:50.826Z | Compiling serde_path_to_error v0.1.16 |
1389 | 2024-11-02T03:16:51.264Z | Compiling camino v1.1.9 |
1390 | 2024-11-02T03:16:51.611Z | Compiling hubpack_derive v0.1.1 |
1391 | 2024-11-02T03:16:52.159Z | Compiling hkdf v0.12.4 |
1392 | 2024-11-02T03:16:52.278Z | Compiling crypto-bigint v0.5.5 |
1393 | 2024-11-02T03:16:52.403Z | Compiling curve25519-dalek-derive v0.1.1 |
1394 | 2024-11-02T03:16:52.455Z | Compiling zerocopy-derive v0.6.6 |
1395 | 2024-11-02T03:16:52.496Z | Compiling phf_shared v0.11.2 |
1396 | 2024-11-02T03:16:52.635Z | Compiling waitgroup v0.1.2 |
1397 | 2024-11-02T03:16:52.860Z | Compiling webpki-roots v0.26.6 |
1398 | 2024-11-02T03:16:52.882Z | Compiling hostname v0.4.0 |
1399 | 2024-11-02T03:16:53.078Z | Compiling fs-err v2.11.0 |
1400 | 2024-11-02T03:16:53.140Z | Compiling crc32fast v1.4.2 |
1401 | 2024-11-02T03:16:53.382Z | Compiling ahash v0.8.11 |
1402 | 2024-11-02T03:16:53.468Z | Compiling managed v0.8.0 |
1403 | 2024-11-02T03:16:53.772Z | Compiling debug-ignore v1.0.5 |
1404 | 2024-11-02T03:16:53.877Z | Compiling winnow v0.5.40 |
1405 | 2024-11-02T03:16:53.915Z | Compiling bitflags v1.3.2 |
1406 | 2024-11-02T03:16:53.933Z | Compiling strum_macros v0.25.3 |
1407 | 2024-11-02T03:16:54.577Z | Compiling zerocopy v0.6.6 |
1408 | 2024-11-02T03:16:55.444Z | Compiling elliptic-curve v0.13.8 |
1409 | 2024-11-02T03:16:56.199Z | Compiling clap_builder v4.5.20 |
1410 | 2024-11-02T03:16:56.285Z | Compiling console v0.15.8 |
1411 | 2024-11-02T03:16:57.678Z | Compiling toml_edit v0.19.15 |
1412 | 2024-11-02T03:16:57.792Z | Compiling hickory-resolver v0.24.1 |
1413 | 2024-11-02T03:16:57.876Z | Compiling flate2 v1.0.34 |
1414 | 2024-11-02T03:16:57.957Z | Compiling hyper-rustls v0.27.3 |
1415 | 2024-11-02T03:16:58.356Z | Compiling phf v0.11.2 |
1416 | 2024-11-02T03:16:58.560Z | Compiling hubpack v0.1.2 |
1417 | 2024-11-02T03:16:58.669Z | Compiling signal-hook-mio v0.2.4 |
1418 | 2024-11-02T03:16:58.845Z | Compiling rayon v1.10.0 |
1419 | 2024-11-02T03:16:58.889Z | Compiling cookie_store v0.21.0 |
1420 | 2024-11-02T03:16:59.940Z | Compiling hyper-tls v0.6.0 |
1421 | 2024-11-02T03:17:00.362Z | Compiling bzip2 v0.4.4 |
1422 | 2024-11-02T03:17:00.754Z | Compiling tokio-tungstenite v0.24.0 |
1423 | 2024-11-02T03:17:01.324Z | Compiling postgres-types v0.2.8 |
1424 | 2024-11-02T03:17:02.952Z | Compiling tokio-stream v0.1.16 |
1425 | 2024-11-02T03:17:03.910Z | Compiling regex v1.11.0 |
1426 | 2024-11-02T03:17:03.931Z | Compiling bstr v1.10.0 |
1427 | 2024-11-02T03:17:04.068Z | Compiling serde-big-array v0.5.1 |
1428 | 2024-11-02T03:17:04.206Z | Compiling ed25519 v2.2.3 |
1429 | 2024-11-02T03:17:04.244Z | Compiling pkcs1 v0.7.5 |
1430 | 2024-11-02T03:17:04.298Z | Compiling rfc6979 v0.4.0 |
1431 | 2024-11-02T03:17:04.493Z | Compiling clap_derive v4.5.18 |
1432 | 2024-11-02T03:17:04.984Z | Compiling serde_repr v0.1.19 |
1433 | 2024-11-02T03:17:05.156Z | Compiling derive-where v1.2.7 |
1434 | 2024-11-02T03:17:05.225Z | Compiling phf_shared v0.10.0 |
1435 | 2024-11-02T03:17:05.362Z | Compiling float-cmp v0.9.0 |
1436 | 2024-11-02T03:17:05.584Z | Compiling sync_wrapper v1.0.1 |
1437 | 2024-11-02T03:17:05.604Z | Compiling normalize-line-endings v0.3.0 |
1438 | 2024-11-02T03:17:05.647Z | Compiling bit-vec v0.6.3 |
1439 | 2024-11-02T03:17:05.723Z | Compiling number_prefix v0.4.0 |
1440 | 2024-11-02T03:17:05.743Z | Compiling unicode-segmentation v1.12.0 |
1441 | 2024-11-02T03:17:05.944Z | Compiling new_debug_unreachable v1.0.6 |
1442 | 2024-11-02T03:17:06.045Z | Compiling minimal-lexical v0.2.1 |
1443 | 2024-11-02T03:17:06.090Z | Compiling predicates-core v1.0.8 |
1444 | 2024-11-02T03:17:06.124Z | Compiling precomputed-hash v0.1.1 |
1445 | 2024-11-02T03:17:06.127Z | Compiling static_assertions v1.1.0 |
1446 | 2024-11-02T03:17:06.237Z | Compiling fixedbitset v0.4.2 |
1447 | 2024-11-02T03:17:06.256Z | Compiling difflib v0.4.0 |
1448 | 2024-11-02T03:17:06.464Z | Compiling whoami v1.5.2 |
1449 | 2024-11-02T03:17:06.549Z | Compiling petgraph v0.6.5 |
1450 | 2024-11-02T03:17:06.628Z | Compiling similar v2.6.0 |
1451 | 2024-11-02T03:17:06.699Z | Compiling predicates v3.1.2 |
1452 | 2024-11-02T03:17:07.126Z | Compiling tokio-postgres v0.7.12 |
1453 | 2024-11-02T03:17:07.791Z | Compiling nom v7.1.3 |
1454 | 2024-11-02T03:17:08.377Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1455 | 2024-11-02T03:17:08.524Z | Compiling qorb v0.2.0 |
1456 | 2024-11-02T03:17:09.113Z | Compiling string_cache v0.8.7 |
1457 | 2024-11-02T03:17:09.171Z | Compiling clap v4.5.20 |
1458 | 2024-11-02T03:17:09.296Z | Compiling bit-set v0.5.3 |
1459 | 2024-11-02T03:17:09.558Z | Compiling indicatif v0.17.8 |
1460 | 2024-11-02T03:17:09.586Z | Compiling reqwest v0.12.8 |
1461 | 2024-11-02T03:17:10.614Z | Compiling rsa v0.9.6 |
1462 | 2024-11-02T03:17:11.596Z | Compiling ed25519-dalek v2.1.1 |
1463 | 2024-11-02T03:17:11.641Z | Compiling ecdsa v0.16.9 |
1464 | 2024-11-02T03:17:12.517Z | Compiling toml v0.7.8 |
1465 | 2024-11-02T03:17:12.896Z | Compiling zip v0.6.6 |
1466 | 2024-11-02T03:17:12.915Z | Compiling crossterm v0.28.1 |
1467 | 2024-11-02T03:17:14.343Z | Compiling hex v0.4.3 |
1468 | 2024-11-02T03:17:14.975Z | Compiling itertools v0.12.1 |
1469 | 2024-11-02T03:17:15.005Z | Compiling itertools v0.10.5 |
1470 | 2024-11-02T03:17:15.042Z | Compiling x509-cert v0.2.5 |
1471 | 2024-11-02T03:17:15.061Z | Compiling unicode-xid v0.2.6 |
1472 | 2024-11-02T03:17:15.130Z | Compiling peg-runtime v0.8.3 |
1473 | 2024-11-02T03:17:15.240Z | Compiling lalrpop-util v0.19.12 |
1474 | 2024-11-02T03:17:15.606Z | Compiling xattr v1.3.1 |
1475 | 2024-11-02T03:17:15.773Z | Compiling strum_macros v0.26.4 |
1476 | 2024-11-02T03:17:15.871Z | Compiling filetime v0.2.25 |
1477 | 2024-11-02T03:17:16.192Z | Compiling tar v0.4.42 |
1478 | 2024-11-02T03:17:19.263Z | Compiling strum v0.26.3 |
1479 | 2024-11-02T03:17:19.409Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1480 | 2024-11-02T03:17:19.655Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1481 | 2024-11-02T03:17:24.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
1482 | 2024-11-02T03:17:24.952Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1483 | 2024-11-02T03:17:24.989Z | Nov 02 03:17:23.505 INFO Starting download, target: Console |
1484 | 2024-11-02T03:17:24.989Z | Nov 02 03:17:23.505 INFO Starting download, target: Clickhouse |
1485 | 2024-11-02T03:17:24.989Z | Nov 02 03:17:23.505 INFO Starting download, target: Cockroach |
1486 | 2024-11-02T03:17:24.995Z | Nov 02 03:17:23.505 INFO Starting download, target: DendriteOpenapi |
1487 | 2024-11-02T03:17:24.995Z | Nov 02 03:17:23.505 INFO Starting download, target: DendriteStub |
1488 | 2024-11-02T03:17:24.995Z | Nov 02 03:17:23.505 INFO Starting download, target: MaghemiteMgd |
1489 | 2024-11-02T03:17:24.996Z | Nov 02 03:17:23.505 INFO Starting download, target: TransceiverControl |
1490 | 2024-11-02T03:17:24.996Z | Nov 02 03:17:23.506 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1491 | 2024-11-02T03:17:24.996Z | Nov 02 03:17:23.506 INFO Downloading out/downloads/dpd-4067d742d832fa434217b95e4b149048d01ef54e.json (attempt 1/3), target: DendriteOpenapi |
1492 | 2024-11-02T03:17:24.996Z | Nov 02 03:17:23.506 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1493 | 2024-11-02T03:17:24.996Z | Nov 02 03:17:23.506 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1494 | 2024-11-02T03:17:24.996Z | Nov 02 03:17:23.506 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1495 | 2024-11-02T03:17:24.997Z | Nov 02 03:17:23.506 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1496 | 2024-11-02T03:17:24.998Z | Nov 02 03:17:23.506 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1497 | 2024-11-02T03:17:25.294Z | Nov 02 03:17:23.804 INFO Download complete, target: DendriteOpenapi |
1498 | 2024-11-02T03:17:25.358Z | Nov 02 03:17:23.856 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1499 | 2024-11-02T03:17:25.496Z | Nov 02 03:17:24.006 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1500 | 2024-11-02T03:17:25.827Z | Nov 02 03:17:24.303 INFO Download complete, target: Console |
1501 | 2024-11-02T03:17:26.020Z | Nov 02 03:17:24.499 INFO Download complete, target: TransceiverControl |
1502 | 2024-11-02T03:17:26.251Z | Nov 02 03:17:24.749 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1503 | 2024-11-02T03:17:26.393Z | Nov 02 03:17:24.910 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1504 | 2024-11-02T03:17:26.862Z | Nov 02 03:17:25.371 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1505 | 2024-11-02T03:17:26.868Z | Nov 02 03:17:25.372 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1506 | 2024-11-02T03:17:26.868Z | Nov 02 03:17:25.372 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1507 | 2024-11-02T03:17:28.851Z | Nov 02 03:17:27.368 INFO Download complete, target: DendriteStub |
1508 | 2024-11-02T03:17:29.155Z | Nov 02 03:17:27.673 INFO Download complete, target: MaghemiteMgd |
1509 | 2024-11-02T03:17:34.165Z | Nov 02 03:17:32.682 INFO Checking that binary works, target: Cockroach |
1510 | 2024-11-02T03:17:34.326Z | Nov 02 03:17:32.843 INFO Download complete, target: Cockroach |
1511 | 2024-11-02T03:17:39.143Z | Nov 02 03:17:37.659 INFO Checking that binary works, target: Clickhouse |
1512 | 2024-11-02T03:17:39.567Z | Nov 02 03:17:38.083 INFO Download complete, target: Clickhouse |
1513 | 2024-11-02T03:17:39.750Z | All builder prerequisites installed successfully, and PATH looks valid |
1514 | 2024-11-02T03:17:39.753Z | |
1515 | 2024-11-02T03:17:39.753Z | real 6:07.963286196 |
1516 | 2024-11-02T03:17:39.753Z | user 12:12.168329137 |
1517 | 2024-11-02T03:17:39.753Z | sys 2:42.134842828 |
1518 | 2024-11-02T03:17:39.753Z | trap 0.435332162 |
1519 | 2024-11-02T03:17:39.753Z | tflt 3.636191678 |
1520 | 2024-11-02T03:17:39.753Z | dflt 3.169939323 |
1521 | 2024-11-02T03:17:39.753Z | kflt 0.186833751 |
1522 | 2024-11-02T03:17:39.753Z | lock 21:57.979110954 |
1523 | 2024-11-02T03:17:39.753Z | slp 52:34.856905107 |
1524 | 2024-11-02T03:17:39.753Z | lat 44.840078522 |
1525 | 2024-11-02T03:17:39.753Z | stop 2:00.333038927 |
1526 | 2024-11-02T03:17:39.753Z | + banner hack-check |
1527 | 2024-11-02T03:17:39.756Z | |
1528 | 2024-11-02T03:17:39.756Z | # # ## #### # # #### # # ###### #### # # |
1529 | 2024-11-02T03:17:39.756Z | # # # # # # # # # # # # # # # # # |
1530 | 2024-11-02T03:17:39.756Z | ###### # # # #### ##### # ###### ##### # #### |
1531 | 2024-11-02T03:17:39.756Z | # # ###### # # # # # # # # # # |
1532 | 2024-11-02T03:17:39.756Z | # # # # # # # # # # # # # # # # # |
1533 | 2024-11-02T03:17:39.756Z | # # # # #### # # #### # # ###### #### # # |
1534 | 2024-11-02T03:17:39.756Z | |
1535 | 2024-11-02T03:17:39.756Z | + export CARGO_INCREMENTAL=0 |
1536 | 2024-11-02T03:17:39.756Z | + CARGO_INCREMENTAL=0 |
1537 | 2024-11-02T03:17:39.756Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1538 | 2024-11-02T03:17:40.256Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1539 | 2024-11-02T03:17:43.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s |
1540 | 2024-11-02T03:17:43.765Z | Running `target/debug/xtask check-features --ci` |
1541 | 2024-11-02T03:17:43.785Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1542 | 2024-11-02T03:17:43.785Z | running: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1543 | 2024-11-02T03:17:44.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1544 | 2024-11-02T03:17:44.228Z | Running `target/debug/xtask download cargo-hack` |
1545 | 2024-11-02T03:17:45.001Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1546 | 2024-11-02T03:17:45.368Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1547 | 2024-11-02T03:17:49.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s |
1548 | 2024-11-02T03:17:49.960Z | Running `target/debug/xtask-downloader cargo-hack` |
1549 | 2024-11-02T03:17:49.993Z | Nov 02 03:17:48.507 INFO Starting download, target: CargoHack |
1550 | 2024-11-02T03:17:49.996Z | Nov 02 03:17:48.508 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1551 | 2024-11-02T03:17:50.634Z | Nov 02 03:17:49.148 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1552 | 2024-11-02T03:17:50.722Z | Nov 02 03:17:49.236 INFO Download complete, target: CargoHack |
1553 | 2024-11-02T03:17:51.728Z | running: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1554 | 2024-11-02T03:17:51.730Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1555 | 2024-11-02T03:17:51.730Z | info: running `cargo check --bins` on api_identity (1/168) |
1556 | 2024-11-02T03:17:51.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1557 | 2024-11-02T03:17:51.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1558 | 2024-11-02T03:17:51.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1559 | 2024-11-02T03:17:51.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1560 | 2024-11-02T03:17:51.731Z | |
1561 | 2024-11-02T03:17:51.731Z | info: running `cargo check --bins` on bootstore (2/168) |
1562 | 2024-11-02T03:17:51.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1563 | 2024-11-02T03:17:51.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1564 | 2024-11-02T03:17:51.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1565 | 2024-11-02T03:17:51.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1566 | 2024-11-02T03:17:52.053Z | |
1567 | 2024-11-02T03:17:52.053Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/168) |
1568 | 2024-11-02T03:17:52.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1569 | 2024-11-02T03:17:52.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1570 | 2024-11-02T03:17:52.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1571 | 2024-11-02T03:17:52.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1572 | 2024-11-02T03:17:52.636Z | |
1573 | 2024-11-02T03:17:52.636Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/168) |
1574 | 2024-11-02T03:17:53.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1575 | 2024-11-02T03:17:53.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1576 | 2024-11-02T03:17:53.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1577 | 2024-11-02T03:17:53.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1578 | 2024-11-02T03:17:53.230Z | |
1579 | 2024-11-02T03:17:53.230Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/168) |
1580 | 2024-11-02T03:17:53.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1581 | 2024-11-02T03:17:53.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1582 | 2024-11-02T03:17:53.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1583 | 2024-11-02T03:17:53.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1584 | 2024-11-02T03:17:53.630Z | |
1585 | 2024-11-02T03:17:53.630Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/168) |
1586 | 2024-11-02T03:17:53.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1587 | 2024-11-02T03:17:53.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1588 | 2024-11-02T03:17:53.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1589 | 2024-11-02T03:17:53.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1590 | 2024-11-02T03:17:54.029Z | |
1591 | 2024-11-02T03:17:54.029Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/168) |
1592 | 2024-11-02T03:17:54.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1593 | 2024-11-02T03:17:54.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1594 | 2024-11-02T03:17:54.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1595 | 2024-11-02T03:17:54.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1596 | 2024-11-02T03:17:54.426Z | |
1597 | 2024-11-02T03:17:54.426Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/168) |
1598 | 2024-11-02T03:17:54.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1599 | 2024-11-02T03:17:54.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1600 | 2024-11-02T03:17:54.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1601 | 2024-11-02T03:17:54.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1602 | 2024-11-02T03:17:54.826Z | |
1603 | 2024-11-02T03:17:54.826Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/168) |
1604 | 2024-11-02T03:17:55.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1605 | 2024-11-02T03:17:55.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1606 | 2024-11-02T03:17:55.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1607 | 2024-11-02T03:17:55.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1608 | 2024-11-02T03:17:55.226Z | |
1609 | 2024-11-02T03:17:55.226Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/168) |
1610 | 2024-11-02T03:17:55.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1611 | 2024-11-02T03:17:55.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1612 | 2024-11-02T03:17:55.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1613 | 2024-11-02T03:17:55.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1614 | 2024-11-02T03:17:55.622Z | |
1615 | 2024-11-02T03:17:55.622Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/168) |
1616 | 2024-11-02T03:17:55.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1617 | 2024-11-02T03:17:55.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1618 | 2024-11-02T03:17:55.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1619 | 2024-11-02T03:17:55.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1620 | 2024-11-02T03:17:56.021Z | |
1621 | 2024-11-02T03:17:56.021Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/168) |
1622 | 2024-11-02T03:17:56.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1623 | 2024-11-02T03:17:56.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1624 | 2024-11-02T03:17:56.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1625 | 2024-11-02T03:17:56.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1626 | 2024-11-02T03:17:56.421Z | |
1627 | 2024-11-02T03:17:56.421Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/168) |
1628 | 2024-11-02T03:17:56.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1629 | 2024-11-02T03:17:56.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1630 | 2024-11-02T03:17:56.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1631 | 2024-11-02T03:17:56.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1632 | 2024-11-02T03:17:56.830Z | |
1633 | 2024-11-02T03:17:56.830Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/168) |
1634 | 2024-11-02T03:17:57.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1635 | 2024-11-02T03:17:57.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1636 | 2024-11-02T03:17:57.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1637 | 2024-11-02T03:17:57.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1638 | 2024-11-02T03:17:57.229Z | |
1639 | 2024-11-02T03:17:57.229Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/168) |
1640 | 2024-11-02T03:17:57.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1641 | 2024-11-02T03:17:57.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1642 | 2024-11-02T03:17:57.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1643 | 2024-11-02T03:17:57.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1644 | 2024-11-02T03:17:57.635Z | |
1645 | 2024-11-02T03:17:57.635Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/168) |
1646 | 2024-11-02T03:17:58.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1647 | 2024-11-02T03:17:58.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1648 | 2024-11-02T03:17:58.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1649 | 2024-11-02T03:17:58.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1650 | 2024-11-02T03:17:58.041Z | |
1651 | 2024-11-02T03:17:58.041Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/168) |
1652 | 2024-11-02T03:17:58.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1653 | 2024-11-02T03:17:58.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1654 | 2024-11-02T03:17:58.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1655 | 2024-11-02T03:17:58.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1656 | 2024-11-02T03:17:58.446Z | |
1657 | 2024-11-02T03:17:58.446Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/168) |
1658 | 2024-11-02T03:17:58.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1659 | 2024-11-02T03:17:58.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1660 | 2024-11-02T03:17:58.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1661 | 2024-11-02T03:17:58.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1662 | 2024-11-02T03:17:58.857Z | |
1663 | 2024-11-02T03:17:58.857Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/168) |
1664 | 2024-11-02T03:17:59.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1665 | 2024-11-02T03:17:59.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1666 | 2024-11-02T03:17:59.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1667 | 2024-11-02T03:17:59.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1668 | 2024-11-02T03:17:59.269Z | |
1669 | 2024-11-02T03:17:59.269Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/168) |
1670 | 2024-11-02T03:17:59.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1671 | 2024-11-02T03:17:59.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1672 | 2024-11-02T03:17:59.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1673 | 2024-11-02T03:17:59.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1674 | 2024-11-02T03:17:59.668Z | |
1675 | 2024-11-02T03:17:59.668Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/168) |
1676 | 2024-11-02T03:18:00.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1677 | 2024-11-02T03:18:00.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1678 | 2024-11-02T03:18:00.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1679 | 2024-11-02T03:18:00.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1680 | 2024-11-02T03:18:00.069Z | |
1681 | 2024-11-02T03:18:00.069Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/168) |
1682 | 2024-11-02T03:18:00.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1683 | 2024-11-02T03:18:00.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1684 | 2024-11-02T03:18:00.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1685 | 2024-11-02T03:18:00.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1686 | 2024-11-02T03:18:00.468Z | |
1687 | 2024-11-02T03:18:00.468Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/168) |
1688 | 2024-11-02T03:18:00.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1689 | 2024-11-02T03:18:00.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1690 | 2024-11-02T03:18:00.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1691 | 2024-11-02T03:18:00.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1692 | 2024-11-02T03:18:00.879Z | |
1693 | 2024-11-02T03:18:00.879Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/168) |
1694 | 2024-11-02T03:18:01.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1695 | 2024-11-02T03:18:01.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1696 | 2024-11-02T03:18:01.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1697 | 2024-11-02T03:18:01.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1698 | 2024-11-02T03:18:01.282Z | |
1699 | 2024-11-02T03:18:01.282Z | info: running `cargo check --bins` on sled-hardware-types (25/168) |
1700 | 2024-11-02T03:18:01.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1701 | 2024-11-02T03:18:01.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1702 | 2024-11-02T03:18:01.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1703 | 2024-11-02T03:18:01.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1704 | 2024-11-02T03:18:01.882Z | |
1705 | 2024-11-02T03:18:01.882Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/168) |
1706 | 2024-11-02T03:18:02.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1707 | 2024-11-02T03:18:02.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1708 | 2024-11-02T03:18:02.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1709 | 2024-11-02T03:18:02.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1710 | 2024-11-02T03:18:02.480Z | |
1711 | 2024-11-02T03:18:02.480Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/168) |
1712 | 2024-11-02T03:18:03.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1713 | 2024-11-02T03:18:03.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1714 | 2024-11-02T03:18:03.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1715 | 2024-11-02T03:18:03.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1716 | 2024-11-02T03:18:03.077Z | |
1717 | 2024-11-02T03:18:03.077Z | info: running `cargo check --bins` on oxlog (28/168) |
1718 | 2024-11-02T03:18:03.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1719 | 2024-11-02T03:18:03.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1720 | 2024-11-02T03:18:03.648Z | Checking cfg-if v1.0.0 |
1721 | 2024-11-02T03:18:03.651Z | Checking libc v0.2.161 |
1722 | 2024-11-02T03:18:03.748Z | Checking serde v1.0.210 |
1723 | 2024-11-02T03:18:03.750Z | Checking zeroize v1.8.1 |
1724 | 2024-11-02T03:18:03.761Z | Checking memchr v2.7.4 |
1725 | 2024-11-02T03:18:03.772Z | Checking typenum v1.17.0 |
1726 | 2024-11-02T03:18:03.772Z | Checking scopeguard v1.2.0 |
1727 | 2024-11-02T03:18:03.782Z | Checking subtle v2.6.1 |
1728 | 2024-11-02T03:18:03.807Z | Checking value-bag v1.9.0 |
1729 | 2024-11-02T03:18:03.896Z | Checking lock_api v0.4.12 |
1730 | 2024-11-02T03:18:04.004Z | Checking itoa v1.0.11 |
1731 | 2024-11-02T03:18:04.039Z | Checking const-oid v0.9.6 |
1732 | 2024-11-02T03:18:04.202Z | Checking pin-project-lite v0.2.14 |
1733 | 2024-11-02T03:18:04.217Z | Checking log v0.4.22 |
1734 | 2024-11-02T03:18:04.315Z | Checking byteorder v1.5.0 |
1735 | 2024-11-02T03:18:04.331Z | Checking smallvec v1.13.2 |
1736 | 2024-11-02T03:18:04.628Z | Checking futures-core v0.3.31 |
1737 | 2024-11-02T03:18:04.684Z | Checking once_cell v1.20.2 |
1738 | 2024-11-02T03:18:04.716Z | Checking cpufeatures v0.2.14 |
1739 | 2024-11-02T03:18:04.719Z | Checking futures-sink v0.3.31 |
1740 | 2024-11-02T03:18:04.799Z | Checking spin v0.9.8 |
1741 | 2024-11-02T03:18:04.824Z | Checking zerocopy v0.7.35 |
1742 | 2024-11-02T03:18:04.880Z | Checking slab v0.4.9 |
1743 | 2024-11-02T03:18:04.894Z | Checking getrandom v0.2.15 |
1744 | 2024-11-02T03:18:04.975Z | Checking parking_lot_core v0.9.10 |
1745 | 2024-11-02T03:18:05.076Z | Checking generic-array v0.14.7 |
1746 | 2024-11-02T03:18:05.098Z | Checking rand_core v0.6.4 |
1747 | 2024-11-02T03:18:05.136Z | Checking signal-hook-registry v1.4.2 |
1748 | 2024-11-02T03:18:05.139Z | Checking mio v1.0.2 |
1749 | 2024-11-02T03:18:05.314Z | Checking parking_lot v0.12.3 |
1750 | 2024-11-02T03:18:05.372Z | Checking socket2 v0.5.7 |
1751 | 2024-11-02T03:18:05.398Z | Checking futures-channel v0.3.31 |
1752 | 2024-11-02T03:18:05.665Z | Checking tinyvec_macros v0.1.1 |
1753 | 2024-11-02T03:18:05.742Z | Checking futures-io v0.3.31 |
1754 | 2024-11-02T03:18:05.755Z | Checking allocator-api2 v0.2.18 |
1755 | 2024-11-02T03:18:05.757Z | Checking futures-task v0.3.31 |
1756 | 2024-11-02T03:18:05.848Z | Checking equivalent v1.0.1 |
1757 | 2024-11-02T03:18:05.879Z | Checking foldhash v0.1.3 |
1758 | 2024-11-02T03:18:05.907Z | Checking pin-utils v0.1.0 |
1759 | 2024-11-02T03:18:05.945Z | Checking tinyvec v1.8.0 |
1760 | 2024-11-02T03:18:05.988Z | Checking ryu v1.0.18 |
1761 | 2024-11-02T03:18:06.002Z | Checking futures-util v0.3.31 |
1762 | 2024-11-02T03:18:06.081Z | Checking fnv v1.0.7 |
1763 | 2024-11-02T03:18:06.208Z | Checking unicode-bidi v0.3.17 |
1764 | 2024-11-02T03:18:06.211Z | Checking libm v0.2.8 |
1765 | 2024-11-02T03:18:06.264Z | Checking base64ct v1.6.0 |
1766 | 2024-11-02T03:18:06.303Z | Checking crypto-common v0.1.6 |
1767 | 2024-11-02T03:18:06.364Z | Checking block-buffer v0.10.4 |
1768 | 2024-11-02T03:18:06.486Z | Checking hashbrown v0.15.0 |
1769 | 2024-11-02T03:18:06.584Z | Checking digest v0.10.7 |
1770 | 2024-11-02T03:18:06.682Z | Checking block-padding v0.3.3 |
1771 | 2024-11-02T03:18:06.870Z | Checking pem-rfc7468 v0.7.0 |
1772 | 2024-11-02T03:18:06.896Z | Checking inout v0.1.3 |
1773 | 2024-11-02T03:18:06.950Z | Checking hmac v0.12.1 |
1774 | 2024-11-02T03:18:07.109Z | Checking sha2 v0.10.8 |
1775 | 2024-11-02T03:18:07.123Z | Checking num-traits v0.2.19 |
1776 | 2024-11-02T03:18:07.124Z | Checking cipher v0.4.4 |
1777 | 2024-11-02T03:18:07.166Z | Checking ppv-lite86 v0.2.20 |
1778 | 2024-11-02T03:18:07.227Z | Checking unicode-normalization v0.1.24 |
1779 | 2024-11-02T03:18:07.541Z | Checking flagset v0.4.6 |
1780 | 2024-11-02T03:18:07.599Z | Checking tracing-core v0.1.32 |
1781 | 2024-11-02T03:18:07.682Z | Checking thiserror v1.0.64 |
1782 | 2024-11-02T03:18:07.721Z | Checking der v0.7.9 |
1783 | 2024-11-02T03:18:07.823Z | Checking percent-encoding v2.3.1 |
1784 | 2024-11-02T03:18:07.937Z | Checking rand_chacha v0.3.1 |
1785 | 2024-11-02T03:18:08.037Z | Checking rustls-pki-types v1.9.0 |
1786 | 2024-11-02T03:18:08.182Z | Checking salsa20 v0.10.2 |
1787 | 2024-11-02T03:18:08.246Z | Checking tracing v0.1.40 |
1788 | 2024-11-02T03:18:08.345Z | Checking rand v0.8.5 |
1789 | 2024-11-02T03:18:08.387Z | Checking pbkdf2 v0.12.2 |
1790 | 2024-11-02T03:18:08.551Z | Checking httparse v1.9.5 |
1791 | 2024-11-02T03:18:08.599Z | Checking powerfmt v0.2.0 |
1792 | 2024-11-02T03:18:08.602Z | Checking untrusted v0.9.0 |
1793 | 2024-11-02T03:18:08.757Z | Checking ring v0.17.8 |
1794 | 2024-11-02T03:18:08.782Z | Checking bytes v1.7.2 |
1795 | 2024-11-02T03:18:08.852Z | Checking indexmap v2.6.0 |
1796 | 2024-11-02T03:18:08.867Z | Checking serde_json v1.0.128 |
1797 | 2024-11-02T03:18:09.008Z | Checking bitflags v2.6.0 |
1798 | 2024-11-02T03:18:09.316Z | Checking deranged v0.3.11 |
1799 | 2024-11-02T03:18:09.607Z | Checking tokio v1.40.0 |
1800 | 2024-11-02T03:18:09.641Z | Checking http v1.1.0 |
1801 | 2024-11-02T03:18:09.678Z | Checking spki v0.7.3 |
1802 | 2024-11-02T03:18:09.967Z | Checking scrypt v0.11.0 |
1803 | 2024-11-02T03:18:10.176Z | Checking cbc v0.1.2 |
1804 | 2024-11-02T03:18:10.193Z | Checking aes v0.8.4 |
1805 | 2024-11-02T03:18:10.364Z | Checking crossbeam-utils v0.8.20 |
1806 | 2024-11-02T03:18:10.593Z | Checking atomic-waker v1.1.2 |
1807 | 2024-11-02T03:18:10.718Z | Checking num-conv v0.1.0 |
1808 | 2024-11-02T03:18:10.726Z | Checking time-core v0.1.2 |
1809 | 2024-11-02T03:18:10.931Z | Checking num_threads v0.1.7 |
1810 | 2024-11-02T03:18:11.026Z | Checking rustls-webpki v0.102.8 |
1811 | 2024-11-02T03:18:11.122Z | Checking form_urlencoded v1.2.1 |
1812 | 2024-11-02T03:18:11.123Z | Checking http-body v1.0.1 |
1813 | 2024-11-02T03:18:11.123Z | Checking try-lock v0.2.5 |
1814 | 2024-11-02T03:18:11.123Z | Checking pkcs5 v0.7.1 |
1815 | 2024-11-02T03:18:11.123Z | Checking time v0.3.36 |
1816 | 2024-11-02T03:18:11.148Z | Checking want v0.3.1 |
1817 | 2024-11-02T03:18:11.218Z | Checking unicode-ident v1.0.13 |
1818 | 2024-11-02T03:18:11.285Z | Checking httpdate v1.0.3 |
1819 | 2024-11-02T03:18:11.371Z | Checking uuid v1.10.0 |
1820 | 2024-11-02T03:18:11.496Z | Checking proc-macro2 v1.0.87 |
1821 | 2024-11-02T03:18:11.648Z | Checking toml_datetime v0.6.8 |
1822 | 2024-11-02T03:18:11.648Z | Checking serde_spanned v0.6.8 |
1823 | 2024-11-02T03:18:11.796Z | Checking pkcs8 v0.10.2 |
1824 | 2024-11-02T03:18:11.796Z | Checking idna v0.5.0 |
1825 | 2024-11-02T03:18:11.855Z | Checking slog v2.7.0 |
1826 | 2024-11-02T03:18:11.855Z | Checking scroll v0.12.0 |
1827 | 2024-11-02T03:18:11.914Z | Checking iana-time-zone v0.1.61 |
1828 | 2024-11-02T03:18:11.943Z | Checking adler2 v2.0.0 |
1829 | 2024-11-02T03:18:12.022Z | Checking base64 v0.22.1 |
1830 | 2024-11-02T03:18:12.079Z | Checking plain v0.2.3 |
1831 | 2024-11-02T03:18:12.124Z | Checking match_cfg v0.1.0 |
1832 | 2024-11-02T03:18:12.166Z | Checking ucd-trie v0.1.7 |
1833 | 2024-11-02T03:18:12.236Z | Checking tower-service v0.3.3 |
1834 | 2024-11-02T03:18:12.288Z | Checking foreign-types-shared v0.1.1 |
1835 | 2024-11-02T03:18:12.289Z | Checking goblin v0.8.2 |
1836 | 2024-11-02T03:18:12.381Z | Checking foreign-types v0.3.2 |
1837 | 2024-11-02T03:18:12.381Z | Checking hostname v0.3.1 |
1838 | 2024-11-02T03:18:12.503Z | Checking pest v2.7.14 |
1839 | 2024-11-02T03:18:12.504Z | Checking miniz_oxide v0.8.0 |
1840 | 2024-11-02T03:18:12.504Z | Checking chrono v0.4.38 |
1841 | 2024-11-02T03:18:12.598Z | Checking url v2.5.2 |
1842 | 2024-11-02T03:18:12.598Z | Checking quote v1.0.37 |
1843 | 2024-11-02T03:18:12.921Z | Checking openssl-sys v0.9.103 |
1844 | 2024-11-02T03:18:13.242Z | Checking dirs-sys-next v0.1.2 |
1845 | 2024-11-02T03:18:13.472Z | Checking errno v0.3.9 |
1846 | 2024-11-02T03:18:13.472Z | Checking aho-corasick v1.1.3 |
1847 | 2024-11-02T03:18:13.644Z | Checking pretty-hex v0.4.1 |
1848 | 2024-11-02T03:18:13.839Z | Checking siphasher v0.3.11 |
1849 | 2024-11-02T03:18:13.839Z | Checking regex-syntax v0.8.5 |
1850 | 2024-11-02T03:18:14.065Z | Checking data-encoding v2.6.0 |
1851 | 2024-11-02T03:18:14.239Z | Checking openssl v0.10.66 |
1852 | 2024-11-02T03:18:14.521Z | Checking rustix v0.38.37 |
1853 | 2024-11-02T03:18:14.728Z | Checking dirs-next v2.0.0 |
1854 | 2024-11-02T03:18:14.860Z | Checking syn v2.0.79 |
1855 | 2024-11-02T03:18:14.978Z | Checking dtrace-parser v0.2.0 |
1856 | 2024-11-02T03:18:15.080Z | Checking http-body-util v0.1.2 |
1857 | 2024-11-02T03:18:15.392Z | Checking crossbeam-epoch v0.9.18 |
1858 | 2024-11-02T03:18:15.540Z | Checking sha1 v0.10.6 |
1859 | 2024-11-02T03:18:15.781Z | Checking signature v2.2.0 |
1860 | 2024-11-02T03:18:15.856Z | Checking lazy_static v1.5.0 |
1861 | 2024-11-02T03:18:15.964Z | Checking thread_local v1.1.8 |
1862 | 2024-11-02T03:18:16.046Z | Checking thread-id v4.2.2 |
1863 | 2024-11-02T03:18:16.086Z | Checking encoding_rs v0.8.34 |
1864 | 2024-11-02T03:18:16.196Z | Checking anstyle v1.0.8 |
1865 | 2024-11-02T03:18:16.539Z | Checking ipnet v2.10.1 |
1866 | 2024-11-02T03:18:16.858Z | Checking regex-automata v0.4.8 |
1867 | 2024-11-02T03:18:16.876Z | Checking tokio-util v0.7.12 |
1868 | 2024-11-02T03:18:16.962Z | Checking either v1.13.0 |
1869 | 2024-11-02T03:18:17.333Z | Checking openssl-probe v0.1.5 |
1870 | 2024-11-02T03:18:17.355Z | Checking dof v0.3.0 |
1871 | 2024-11-02T03:18:17.474Z | Checking winnow v0.6.20 |
1872 | 2024-11-02T03:18:17.759Z | Checking h2 v0.4.6 |
1873 | 2024-11-02T03:18:17.970Z | Checking gimli v0.31.1 |
1874 | 2024-11-02T03:18:18.179Z | Checking utf8parse v0.2.2 |
1875 | 2024-11-02T03:18:18.321Z | Checking unicode-properties v0.1.3 |
1876 | 2024-11-02T03:18:18.376Z | Checking mime v0.3.17 |
1877 | 2024-11-02T03:18:18.682Z | Checking stringprep v0.1.5 |
1878 | 2024-11-02T03:18:18.703Z | Checking anstyle-parse v0.2.5 |
1879 | 2024-11-02T03:18:18.960Z | Checking crossbeam-deque v0.8.5 |
1880 | 2024-11-02T03:18:18.982Z | Checking term v0.7.0 |
1881 | 2024-11-02T03:18:19.281Z | Checking slog-json v2.6.1 |
1882 | 2024-11-02T03:18:19.406Z | Checking rustls v0.23.14 |
1883 | 2024-11-02T03:18:19.538Z | Checking rustls v0.22.4 |
1884 | 2024-11-02T03:18:19.686Z | Checking native-tls v0.2.12 |
1885 | 2024-11-02T03:18:20.013Z | Checking futures-executor v0.3.31 |
1886 | 2024-11-02T03:18:20.242Z | Checking serde_urlencoded v0.7.1 |
1887 | 2024-11-02T03:18:20.482Z | Checking toml_edit v0.22.22 |
1888 | 2024-11-02T03:18:20.655Z | Checking crossbeam-channel v0.5.13 |
1889 | 2024-11-02T03:18:21.318Z | Checking usdt-impl v0.5.0 |
1890 | 2024-11-02T03:18:21.423Z | Checking num-integer v0.1.46 |
1891 | 2024-11-02T03:18:21.485Z | Checking rustls-pemfile v2.2.0 |
1892 | 2024-11-02T03:18:21.699Z | Checking idna v0.3.0 |
1893 | 2024-11-02T03:18:21.858Z | Checking idna v0.4.0 |
1894 | 2024-11-02T03:18:21.910Z | Checking md-5 v0.10.6 |
1895 | 2024-11-02T03:18:22.009Z | Checking addr2line v0.24.2 |
1896 | 2024-11-02T03:18:22.134Z | Checking ff v0.13.0 |
1897 | 2024-11-02T03:18:22.341Z | Checking memmap v0.7.0 |
1898 | 2024-11-02T03:18:22.523Z | Checking is-terminal v0.4.13 |
1899 | 2024-11-02T03:18:22.539Z | Checking hash32 v0.2.1 |
1900 | 2024-11-02T03:18:22.552Z | Checking object v0.36.5 |
1901 | 2024-11-02T03:18:22.656Z | Checking take_mut v0.2.2 |
1902 | 2024-11-02T03:18:22.718Z | Checking utf-8 v0.7.6 |
1903 | 2024-11-02T03:18:22.799Z | Checking colorchoice v1.0.2 |
1904 | 2024-11-02T03:18:22.853Z | Checking rustc-demangle v0.1.24 |
1905 | 2024-11-02T03:18:22.906Z | Checking quick-error v1.2.3 |
1906 | 2024-11-02T03:18:22.937Z | Checking base16ct v0.2.0 |
1907 | 2024-11-02T03:18:23.032Z | Checking fallible-iterator v0.2.0 |
1908 | 2024-11-02T03:18:23.116Z | Checking linked-hash-map v0.5.6 |
1909 | 2024-11-02T03:18:23.131Z | Checking psl-types v2.0.11 |
1910 | 2024-11-02T03:18:23.189Z | Checking dyn-clone v1.0.17 |
1911 | 2024-11-02T03:18:23.264Z | Checking anstyle-query v1.1.1 |
1912 | 2024-11-02T03:18:23.299Z | Checking stable_deref_trait v1.2.0 |
1913 | 2024-11-02T03:18:23.313Z | Checking is_terminal_polyfill v1.70.1 |
1914 | 2024-11-02T03:18:23.388Z | Checking schemars v0.8.21 |
1915 | 2024-11-02T03:18:23.401Z | Checking heapless v0.7.17 |
1916 | 2024-11-02T03:18:23.420Z | Checking anstream v0.6.15 |
1917 | 2024-11-02T03:18:23.439Z | Checking lru-cache v0.1.2 |
1918 | 2024-11-02T03:18:23.612Z | Checking publicsuffix v2.2.3 |
1919 | 2024-11-02T03:18:23.630Z | Checking postgres-protocol v0.6.7 |
1920 | 2024-11-02T03:18:23.768Z | Checking toml v0.8.19 |
1921 | 2024-11-02T03:18:23.849Z | Checking tokio-rustls v0.25.0 |
1922 | 2024-11-02T03:18:23.992Z | Checking hyper v1.4.1 |
1923 | 2024-11-02T03:18:24.211Z | Checking sec1 v0.7.3 |
1924 | 2024-11-02T03:18:24.245Z | Checking resolv-conf v0.7.0 |
1925 | 2024-11-02T03:18:24.435Z | Checking tungstenite v0.24.0 |
1926 | 2024-11-02T03:18:24.456Z | Checking tokio-rustls v0.26.0 |
1927 | 2024-11-02T03:18:24.551Z | Checking slog-async v2.8.0 |
1928 | 2024-11-02T03:18:24.582Z | Checking hickory-proto v0.24.1 |
1929 | 2024-11-02T03:18:24.603Z | Checking slog-term v2.9.1 |
1930 | 2024-11-02T03:18:24.827Z | Checking usdt v0.5.0 |
1931 | 2024-11-02T03:18:24.842Z | Checking group v0.13.0 |
1932 | 2024-11-02T03:18:25.062Z | Checking num-iter v0.1.45 |
1933 | 2024-11-02T03:18:25.079Z | Checking futures v0.3.31 |
1934 | 2024-11-02T03:18:25.091Z | Checking tokio-native-tls v0.3.1 |
1935 | 2024-11-02T03:18:25.114Z | Checking slog-bunyan v2.5.0 |
1936 | 2024-11-02T03:18:25.179Z | Checking rayon-core v1.12.1 |
1937 | 2024-11-02T03:18:25.228Z | Checking multer v3.1.0 |
1938 | 2024-11-02T03:18:25.266Z | Checking terminal_size v0.4.0 |
1939 | 2024-11-02T03:18:25.327Z | Checking phf_shared v0.11.2 |
1940 | 2024-11-02T03:18:25.351Z | Checking cookie v0.18.1 |
1941 | 2024-11-02T03:18:25.433Z | Checking async-stream v0.3.6 |
1942 | 2024-11-02T03:18:25.603Z | Checking bzip2-sys v0.1.11+1.0.8 |
1943 | 2024-11-02T03:18:25.606Z | Checking camino v1.1.9 |
1944 | 2024-11-02T03:18:25.635Z | Checking signal-hook v0.3.17 |
1945 | 2024-11-02T03:18:25.727Z | Checking waitgroup v0.1.2 |
1946 | 2024-11-02T03:18:25.806Z | Checking openapiv3 v2.0.0 |
1947 | 2024-11-02T03:18:25.855Z | Checking serde_path_to_error v0.1.16 |
1948 | 2024-11-02T03:18:25.871Z | Checking webpki-roots v0.26.6 |
1949 | 2024-11-02T03:18:25.963Z | Checking hkdf v0.12.4 |
1950 | 2024-11-02T03:18:26.027Z | Checking hyper-util v0.1.10 |
1951 | 2024-11-02T03:18:26.052Z | Checking crypto-bigint v0.5.5 |
1952 | 2024-11-02T03:18:26.164Z | Checking hostname v0.4.0 |
1953 | 2024-11-02T03:18:26.190Z | Checking crc32fast v1.4.2 |
1954 | 2024-11-02T03:18:26.288Z | Checking strsim v0.11.1 |
1955 | 2024-11-02T03:18:26.419Z | Checking bitflags v1.3.2 |
1956 | 2024-11-02T03:18:26.472Z | Checking unicode-width v0.1.14 |
1957 | 2024-11-02T03:18:26.512Z | Checking winnow v0.5.40 |
1958 | 2024-11-02T03:18:26.566Z | Checking clap_lex v0.7.2 |
1959 | 2024-11-02T03:18:26.816Z | Checking debug-ignore v1.0.5 |
1960 | 2024-11-02T03:18:26.957Z | Checking managed v0.8.0 |
1961 | 2024-11-02T03:18:26.972Z | Checking console v0.15.8 |
1962 | 2024-11-02T03:18:27.341Z | Checking smoltcp v0.9.1 |
1963 | 2024-11-02T03:18:27.557Z | Checking clap_builder v4.5.20 |
1964 | 2024-11-02T03:18:28.245Z | Checking hyper-rustls v0.27.3 |
1965 | 2024-11-02T03:18:28.588Z | Checking hyper-tls v0.6.0 |
1966 | 2024-11-02T03:18:28.824Z | Checking flate2 v1.0.34 |
1967 | 2024-11-02T03:18:28.882Z | Checking signal-hook-mio v0.2.4 |
1968 | 2024-11-02T03:18:28.982Z | Checking elliptic-curve v0.13.8 |
1969 | 2024-11-02T03:18:29.019Z | Checking rayon v1.10.0 |
1970 | 2024-11-02T03:18:29.191Z | Checking backtrace v0.3.74 |
1971 | 2024-11-02T03:18:29.239Z | Checking dropshot v0.12.0 |
1972 | 2024-11-02T03:18:29.358Z | Checking hickory-resolver v0.24.1 |
1973 | 2024-11-02T03:18:29.455Z | Checking cookie_store v0.21.0 |
1974 | 2024-11-02T03:18:29.612Z | Checking bzip2 v0.4.4 |
1975 | 2024-11-02T03:18:29.632Z | Checking toml_edit v0.19.15 |
1976 | 2024-11-02T03:18:29.740Z | Checking anyhow v1.0.92 |
1977 | 2024-11-02T03:18:29.882Z | Checking phf v0.11.2 |
1978 | 2024-11-02T03:18:30.117Z | Checking tokio-tungstenite v0.24.0 |
1979 | 2024-11-02T03:18:30.132Z | Checking num-bigint-dig v0.8.4 |
1980 | 2024-11-02T03:18:30.154Z | Checking postgres-types v0.2.8 |
1981 | 2024-11-02T03:18:30.602Z | Checking bstr v1.10.0 |
1982 | 2024-11-02T03:18:30.791Z | Checking regex v1.11.0 |
1983 | 2024-11-02T03:18:30.878Z | Checking tokio-stream v0.1.16 |
1984 | 2024-11-02T03:18:30.974Z | Checking ed25519 v2.2.3 |
1985 | 2024-11-02T03:18:31.285Z | Checking phf_shared v0.10.0 |
1986 | 2024-11-02T03:18:31.386Z | Checking pkcs1 v0.7.5 |
1987 | 2024-11-02T03:18:31.514Z | Checking zerocopy v0.6.6 |
1988 | 2024-11-02T03:18:31.574Z | Checking curve25519-dalek v4.1.3 |
1989 | 2024-11-02T03:18:31.733Z | Checking hubpack v0.1.2 |
1990 | 2024-11-02T03:18:31.798Z | Checking portable-atomic v1.9.0 |
1991 | 2024-11-02T03:18:32.054Z | Checking float-cmp v0.9.0 |
1992 | 2024-11-02T03:18:32.145Z | Checking serde-big-array v0.5.1 |
1993 | 2024-11-02T03:18:32.233Z | Checking rfc6979 v0.4.0 |
1994 | 2024-11-02T03:18:32.293Z | Checking sync_wrapper v1.0.1 |
1995 | 2024-11-02T03:18:32.349Z | Checking minimal-lexical v0.2.1 |
1996 | 2024-11-02T03:18:32.375Z | Checking difflib v0.4.0 |
1997 | 2024-11-02T03:18:32.406Z | Checking static_assertions v1.1.0 |
1998 | 2024-11-02T03:18:32.436Z | Checking bit-vec v0.6.3 |
1999 | 2024-11-02T03:18:32.500Z | Checking new_debug_unreachable v1.0.6 |
2000 | 2024-11-02T03:18:32.593Z | Checking whoami v1.5.2 |
2001 | 2024-11-02T03:18:32.696Z | Checking unicode-segmentation v1.12.0 |
2002 | 2024-11-02T03:18:32.725Z | Checking normalize-line-endings v0.3.0 |
2003 | 2024-11-02T03:18:32.807Z | Checking precomputed-hash v0.1.1 |
2004 | 2024-11-02T03:18:32.822Z | Checking number_prefix v0.4.0 |
2005 | 2024-11-02T03:18:32.842Z | Checking fixedbitset v0.4.2 |
2006 | 2024-11-02T03:18:32.900Z | Checking predicates-core v1.0.8 |
2007 | 2024-11-02T03:18:32.915Z | Checking string_cache v0.8.7 |
2008 | 2024-11-02T03:18:32.985Z | Checking tokio-postgres v0.7.12 |
2009 | 2024-11-02T03:18:33.001Z | Checking indicatif v0.17.8 |
2010 | 2024-11-02T03:18:33.016Z | Checking qorb v0.2.0 |
2011 | 2024-11-02T03:18:33.078Z | Checking predicates v3.1.2 |
2012 | 2024-11-02T03:18:33.101Z | Checking petgraph v0.6.5 |
2013 | 2024-11-02T03:18:33.183Z | Checking bit-set v0.5.3 |
2014 | 2024-11-02T03:18:33.358Z | Checking similar v2.6.0 |
2015 | 2024-11-02T03:18:33.440Z | Checking nom v7.1.3 |
2016 | 2024-11-02T03:18:33.457Z | Checking ed25519-dalek v2.1.1 |
2017 | 2024-11-02T03:18:33.744Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2018 | 2024-11-02T03:18:33.760Z | Checking reqwest v0.12.8 |
2019 | 2024-11-02T03:18:33.854Z | Checking ecdsa v0.16.9 |
2020 | 2024-11-02T03:18:34.257Z | Checking rsa v0.9.6 |
2021 | 2024-11-02T03:18:34.567Z | Checking toml v0.7.8 |
2022 | 2024-11-02T03:18:35.300Z | Checking clap v4.5.20 |
2023 | 2024-11-02T03:18:35.315Z | Checking zip v0.6.6 |
2024 | 2024-11-02T03:18:35.411Z | Checking crossterm v0.28.1 |
2025 | 2024-11-02T03:18:35.663Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2026 | 2024-11-02T03:18:35.679Z | Checking itertools v0.12.1 |
2027 | 2024-11-02T03:18:35.698Z | Checking itertools v0.10.5 |
2028 | 2024-11-02T03:18:35.983Z | Checking fs-err v2.11.0 |
2029 | 2024-11-02T03:18:36.203Z | Checking ahash v0.8.11 |
2030 | 2024-11-02T03:18:36.364Z | Checking x509-cert v0.2.5 |
2031 | 2024-11-02T03:18:36.367Z | Checking hex v0.4.3 |
2032 | 2024-11-02T03:18:36.533Z | Checking semver v1.0.23 |
2033 | 2024-11-02T03:18:36.766Z | Checking lalrpop-util v0.19.12 |
2034 | 2024-11-02T03:18:36.875Z | Checking peg-runtime v0.8.3 |
2035 | 2024-11-02T03:18:36.938Z | Checking sigpipe v0.1.3 |
2036 | 2024-11-02T03:18:38.587Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2037 | 2024-11-02T03:18:38.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.77s |
2038 | 2024-11-02T03:18:39.028Z | |
2039 | 2024-11-02T03:18:39.028Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/168) |
2040 | 2024-11-02T03:18:39.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2041 | 2024-11-02T03:18:39.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2042 | 2024-11-02T03:18:39.620Z | Compiling hashbrown v0.14.5 |
2043 | 2024-11-02T03:18:40.745Z | Checking heck v0.5.0 |
2044 | 2024-11-02T03:18:40.748Z | Compiling unsafe-libyaml v0.2.11 |
2045 | 2024-11-02T03:18:40.748Z | Compiling ident_case v1.0.1 |
2046 | 2024-11-02T03:18:40.748Z | Checking progenitor-client v0.8.0 |
2047 | 2024-11-02T03:18:40.748Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2048 | 2024-11-02T03:18:40.748Z | Compiling proc-macro-crate v1.3.1 |
2049 | 2024-11-02T03:18:40.748Z | Compiling darling_core v0.20.10 |
2050 | 2024-11-02T03:18:40.748Z | Checking ipnetwork v0.20.0 |
2051 | 2024-11-02T03:18:40.748Z | Compiling structmeta-derive v0.3.0 |
2052 | 2024-11-02T03:18:40.748Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2053 | 2024-11-02T03:18:40.748Z | Compiling newtype-uuid v1.1.2 |
2054 | 2024-11-02T03:18:40.748Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2055 | 2024-11-02T03:18:40.748Z | Compiling lzma-sys v0.1.20 |
2056 | 2024-11-02T03:18:40.828Z | Compiling foreign-types-macros v0.2.3 |
2057 | 2024-11-02T03:18:40.843Z | Checking regress v0.10.1 |
2058 | 2024-11-02T03:18:40.858Z | Compiling num_enum_derive v0.5.11 |
2059 | 2024-11-02T03:18:41.281Z | Compiling serde_yaml v0.9.34+deprecated |
2060 | 2024-11-02T03:18:41.572Z | Checking arc-swap v1.7.1 |
2061 | 2024-11-02T03:18:42.012Z | Checking foreign-types-shared v0.3.1 |
2062 | 2024-11-02T03:18:42.027Z | Checking slog-scope v4.4.0 |
2063 | 2024-11-02T03:18:42.122Z | Checking foreign-types v0.5.0 |
2064 | 2024-11-02T03:18:42.225Z | Compiling proc-macro-error v1.0.4 |
2065 | 2024-11-02T03:18:42.820Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2066 | 2024-11-02T03:18:42.891Z | Checking tungstenite v0.21.0 |
2067 | 2024-11-02T03:18:42.920Z | Compiling structmeta v0.3.0 |
2068 | 2024-11-02T03:18:42.937Z | Compiling heck v0.3.3 |
2069 | 2024-11-02T03:18:43.313Z | Checking num_enum v0.5.11 |
2070 | 2024-11-02T03:18:43.326Z | Compiling parse-display-derive v0.10.0 |
2071 | 2024-11-02T03:18:43.356Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2072 | 2024-11-02T03:18:43.461Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2073 | 2024-11-02T03:18:43.769Z | Checking cstr-argument v0.1.2 |
2074 | 2024-11-02T03:18:43.949Z | Checking instant v0.1.13 |
2075 | 2024-11-02T03:18:44.059Z | Checking pretty-hex v0.2.1 |
2076 | 2024-11-02T03:18:44.185Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2077 | 2024-11-02T03:18:44.211Z | Checking fastrand v2.1.1 |
2078 | 2024-11-02T03:18:44.226Z | Checking base64 v0.21.7 |
2079 | 2024-11-02T03:18:44.441Z | Checking typify-impl v0.2.0 |
2080 | 2024-11-02T03:18:44.492Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2081 | 2024-11-02T03:18:44.515Z | Checking tempfile v3.13.0 |
2082 | 2024-11-02T03:18:44.675Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2083 | 2024-11-02T03:18:44.817Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2084 | 2024-11-02T03:18:44.894Z | Checking backoff v0.4.0 |
2085 | 2024-11-02T03:18:44.956Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2086 | 2024-11-02T03:18:45.193Z | Checking tokio-tungstenite v0.21.0 |
2087 | 2024-11-02T03:18:45.264Z | Checking strum v0.26.3 |
2088 | 2024-11-02T03:18:45.279Z | Compiling zone_cfg_derive v0.1.2 |
2089 | 2024-11-02T03:18:45.414Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2090 | 2024-11-02T03:18:45.670Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2091 | 2024-11-02T03:18:46.013Z | Checking slog-stdlog v4.1.1 |
2092 | 2024-11-02T03:18:46.092Z | Checking regress v0.9.1 |
2093 | 2024-11-02T03:18:46.176Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2094 | 2024-11-02T03:18:46.191Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2095 | 2024-11-02T03:18:46.327Z | Checking colored v2.1.0 |
2096 | 2024-11-02T03:18:46.417Z | Compiling darling_macro v0.20.10 |
2097 | 2024-11-02T03:18:46.465Z | Checking macaddr v1.0.1 |
2098 | 2024-11-02T03:18:46.629Z | Checking base64 v0.13.1 |
2099 | 2024-11-02T03:18:46.702Z | Checking zone v0.1.8 |
2100 | 2024-11-02T03:18:46.910Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2101 | 2024-11-02T03:18:47.007Z | Checking ron v0.7.1 |
2102 | 2024-11-02T03:18:47.343Z | Checking slog-envlogger v2.2.0 |
2103 | 2024-11-02T03:18:47.358Z | Compiling darling v0.20.10 |
2104 | 2024-11-02T03:18:47.383Z | Checking xz2 v0.1.7 |
2105 | 2024-11-02T03:18:47.480Z | Compiling serde_with_macros v3.11.0 |
2106 | 2024-11-02T03:18:47.548Z | Checking parse-display v0.10.0 |
2107 | 2024-11-02T03:18:47.550Z | Checking tabwriter v1.4.0 |
2108 | 2024-11-02T03:18:47.696Z | Checking xattr v1.3.1 |
2109 | 2024-11-02T03:18:47.767Z | Checking pem v3.0.4 |
2110 | 2024-11-02T03:18:47.853Z | Checking yasna v0.5.2 |
2111 | 2024-11-02T03:18:47.893Z | Checking headers-core v0.3.0 |
2112 | 2024-11-02T03:18:48.036Z | Checking smf v0.2.3 |
2113 | 2024-11-02T03:18:48.052Z | Checking filetime v0.2.25 |
2114 | 2024-11-02T03:18:48.227Z | Checking same-file v1.0.6 |
2115 | 2024-11-02T03:18:48.251Z | Checking tar v0.4.42 |
2116 | 2024-11-02T03:18:48.405Z | Checking walkdir v2.5.0 |
2117 | 2024-11-02T03:18:48.632Z | Checking headers v0.4.0 |
2118 | 2024-11-02T03:18:48.677Z | Checking camino-tempfile v1.1.1 |
2119 | 2024-11-02T03:18:48.783Z | Checking rcgen v0.12.1 |
2120 | 2024-11-02T03:18:48.825Z | Checking atomicwrites v0.4.4 |
2121 | 2024-11-02T03:18:48.947Z | Checking subprocess v0.2.9 |
2122 | 2024-11-02T03:18:49.970Z | Checking serde_with v3.11.0 |
2123 | 2024-11-02T03:18:52.709Z | Compiling typify-macro v0.2.0 |
2124 | 2024-11-02T03:18:54.755Z | Compiling typify v0.2.0 |
2125 | 2024-11-02T03:18:54.825Z | Compiling progenitor-impl v0.8.0 |
2126 | 2024-11-02T03:18:57.942Z | Compiling progenitor-macro v0.8.0 |
2127 | 2024-11-02T03:19:03.742Z | Checking progenitor v0.8.0 |
2128 | 2024-11-02T03:19:03.867Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2129 | 2024-11-02T03:19:03.869Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2130 | 2024-11-02T03:19:06.521Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2131 | 2024-11-02T03:19:06.839Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2132 | 2024-11-02T03:19:13.277Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2133 | 2024-11-02T03:19:14.799Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2134 | 2024-11-02T03:19:16.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.99s |
2135 | 2024-11-02T03:19:16.179Z | |
2136 | 2024-11-02T03:19:16.179Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/168) |
2137 | 2024-11-02T03:19:16.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2138 | 2024-11-02T03:19:16.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2139 | 2024-11-02T03:19:16.787Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2140 | 2024-11-02T03:19:18.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s |
2141 | 2024-11-02T03:19:18.321Z | |
2142 | 2024-11-02T03:19:18.321Z | info: running `cargo check --bins` on nexus-config (31/168) |
2143 | 2024-11-02T03:19:18.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2144 | 2024-11-02T03:19:18.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2145 | 2024-11-02T03:19:18.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2146 | 2024-11-02T03:19:18.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2147 | 2024-11-02T03:19:18.899Z | |
2148 | 2024-11-02T03:19:18.899Z | info: running `cargo check --bins` on omicron-rpaths (32/168) |
2149 | 2024-11-02T03:19:19.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2150 | 2024-11-02T03:19:19.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2151 | 2024-11-02T03:19:19.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2152 | 2024-11-02T03:19:19.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2153 | 2024-11-02T03:19:19.457Z | |
2154 | 2024-11-02T03:19:19.457Z | info: running `cargo check --bins` on omicron-certificates (33/168) |
2155 | 2024-11-02T03:19:19.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2156 | 2024-11-02T03:19:19.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2157 | 2024-11-02T03:19:19.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2158 | 2024-11-02T03:19:19.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2159 | 2024-11-02T03:19:20.038Z | |
2160 | 2024-11-02T03:19:20.038Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/168) |
2161 | 2024-11-02T03:19:20.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2162 | 2024-11-02T03:19:20.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2163 | 2024-11-02T03:19:20.648Z | Compiling heapless v0.8.0 |
2164 | 2024-11-02T03:19:20.652Z | Checking hash32 v0.3.1 |
2165 | 2024-11-02T03:19:20.752Z | Compiling smoltcp v0.11.0 |
2166 | 2024-11-02T03:19:20.762Z | Checking cobs v0.2.3 |
2167 | 2024-11-02T03:19:20.772Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2168 | 2024-11-02T03:19:20.774Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2169 | 2024-11-02T03:19:20.798Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2170 | 2024-11-02T03:19:20.800Z | Compiling crucible-workspace-hack v0.1.0 |
2171 | 2024-11-02T03:19:20.886Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2172 | 2024-11-02T03:19:20.915Z | Checking postcard v1.0.10 |
2173 | 2024-11-02T03:19:20.928Z | Checking newline-converter v0.3.0 |
2174 | 2024-11-02T03:19:21.071Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2175 | 2024-11-02T03:19:21.107Z | Compiling convert_case v0.4.0 |
2176 | 2024-11-02T03:19:21.208Z | Checking expectorate v1.1.0 |
2177 | 2024-11-02T03:19:21.290Z | Compiling zone_cfg_derive v0.3.0 |
2178 | 2024-11-02T03:19:21.355Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2179 | 2024-11-02T03:19:21.433Z | Checking itertools v0.13.0 |
2180 | 2024-11-02T03:19:21.449Z | Compiling num-derive v0.4.2 |
2181 | 2024-11-02T03:19:21.644Z | Compiling slog-dtrace v0.3.0 |
2182 | 2024-11-02T03:19:21.700Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2183 | 2024-11-02T03:19:21.994Z | Compiling derive_more v0.99.18 |
2184 | 2024-11-02T03:19:22.004Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2185 | 2024-11-02T03:19:22.706Z | Checking zone v0.3.0 |
2186 | 2024-11-02T03:19:23.463Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2187 | 2024-11-02T03:19:24.684Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2188 | 2024-11-02T03:19:25.579Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2189 | 2024-11-02T03:19:25.603Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2190 | 2024-11-02T03:19:26.672Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2191 | 2024-11-02T03:19:26.862Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2192 | 2024-11-02T03:19:28.475Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2193 | 2024-11-02T03:19:29.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.32s |
2194 | 2024-11-02T03:19:29.524Z | |
2195 | 2024-11-02T03:19:29.524Z | info: running `cargo check --bins` on clickhouse-admin-api (35/168) |
2196 | 2024-11-02T03:19:30.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2197 | 2024-11-02T03:19:30.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2198 | 2024-11-02T03:19:30.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2199 | 2024-11-02T03:19:30.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2200 | 2024-11-02T03:19:30.108Z | |
2201 | 2024-11-02T03:19:30.108Z | info: running `cargo check --bins` on clickhouse-admin-types (36/168) |
2202 | 2024-11-02T03:19:30.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2203 | 2024-11-02T03:19:30.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2204 | 2024-11-02T03:19:30.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2205 | 2024-11-02T03:19:30.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2206 | 2024-11-02T03:19:30.688Z | |
2207 | 2024-11-02T03:19:30.688Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/168) |
2208 | 2024-11-02T03:19:31.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2209 | 2024-11-02T03:19:31.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2210 | 2024-11-02T03:19:31.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2211 | 2024-11-02T03:19:31.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2212 | 2024-11-02T03:19:31.366Z | |
2213 | 2024-11-02T03:19:31.366Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/168) |
2214 | 2024-11-02T03:19:31.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2215 | 2024-11-02T03:19:31.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2216 | 2024-11-02T03:19:31.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2217 | 2024-11-02T03:19:31.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2218 | 2024-11-02T03:19:32.044Z | |
2219 | 2024-11-02T03:19:32.044Z | info: running `cargo check --bins` on dns-server (39/168) |
2220 | 2024-11-02T03:19:32.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2221 | 2024-11-02T03:19:32.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2222 | 2024-11-02T03:19:32.634Z | Compiling parking_lot_core v0.8.6 |
2223 | 2024-11-02T03:19:32.634Z | Checking nibble_vec v0.1.0 |
2224 | 2024-11-02T03:19:32.634Z | Checking endian-type v0.1.2 |
2225 | 2024-11-02T03:19:32.637Z | Checking fxhash v0.2.1 |
2226 | 2024-11-02T03:19:32.637Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2227 | 2024-11-02T03:19:32.637Z | Checking hickory-server v0.24.1 |
2228 | 2024-11-02T03:19:33.050Z | Checking radix_trie v0.2.1 |
2229 | 2024-11-02T03:19:33.307Z | Checking parking_lot v0.11.2 |
2230 | 2024-11-02T03:19:33.341Z | Checking hickory-client v0.24.1 |
2231 | 2024-11-02T03:19:33.418Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2232 | 2024-11-02T03:19:33.418Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2233 | 2024-11-02T03:19:33.573Z | Checking sled v0.34.7 |
2234 | 2024-11-02T03:19:35.346Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2235 | 2024-11-02T03:19:36.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s |
2236 | 2024-11-02T03:19:36.728Z | |
2237 | 2024-11-02T03:19:36.728Z | info: running `cargo check --bins` on dns-server-api (40/168) |
2238 | 2024-11-02T03:19:37.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2239 | 2024-11-02T03:19:37.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2240 | 2024-11-02T03:19:37.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2241 | 2024-11-02T03:19:37.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2242 | 2024-11-02T03:19:37.304Z | |
2243 | 2024-11-02T03:19:37.304Z | info: running `cargo check --bins` on internal-dns-types (41/168) |
2244 | 2024-11-02T03:19:37.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2245 | 2024-11-02T03:19:37.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2246 | 2024-11-02T03:19:37.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2247 | 2024-11-02T03:19:37.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2248 | 2024-11-02T03:19:37.890Z | |
2249 | 2024-11-02T03:19:37.890Z | info: running `cargo check --bins` on dns-service-client (42/168) |
2250 | 2024-11-02T03:19:38.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2251 | 2024-11-02T03:19:38.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2252 | 2024-11-02T03:19:38.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2253 | 2024-11-02T03:19:38.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2254 | 2024-11-02T03:19:38.466Z | |
2255 | 2024-11-02T03:19:38.466Z | info: running `cargo check --bins` on gateway-test-utils (43/168) |
2256 | 2024-11-02T03:19:39.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2257 | 2024-11-02T03:19:39.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2258 | 2024-11-02T03:19:39.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2259 | 2024-11-02T03:19:39.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2260 | 2024-11-02T03:19:39.089Z | |
2261 | 2024-11-02T03:19:39.089Z | info: running `cargo check --bins` on gateway-types (44/168) |
2262 | 2024-11-02T03:19:39.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2263 | 2024-11-02T03:19:39.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2264 | 2024-11-02T03:19:39.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2265 | 2024-11-02T03:19:39.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2266 | 2024-11-02T03:19:39.669Z | |
2267 | 2024-11-02T03:19:39.669Z | info: running `cargo check --bins` on ipcc (45/168) |
2268 | 2024-11-02T03:19:40.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2269 | 2024-11-02T03:19:40.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2270 | 2024-11-02T03:19:40.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2271 | 2024-11-02T03:19:40.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2272 | 2024-11-02T03:19:40.245Z | |
2273 | 2024-11-02T03:19:40.245Z | info: running `cargo check --bins` on omicron-gateway (46/168) |
2274 | 2024-11-02T03:19:40.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2275 | 2024-11-02T03:19:40.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2276 | 2024-11-02T03:19:40.896Z | Checking num-rational v0.4.2 |
2277 | 2024-11-02T03:19:40.896Z | Compiling progenitor-client v0.8.0 |
2278 | 2024-11-02T03:19:40.899Z | Checking num-complex v0.4.6 |
2279 | 2024-11-02T03:19:40.899Z | Compiling prettyplease v0.2.22 |
2280 | 2024-11-02T03:19:40.899Z | Compiling newtype-uuid v1.1.2 |
2281 | 2024-11-02T03:19:40.998Z | Compiling ipnetwork v0.20.0 |
2282 | 2024-11-02T03:19:41.006Z | Compiling instant v0.1.13 |
2283 | 2024-11-02T03:19:41.009Z | Checking float-ord v0.3.2 |
2284 | 2024-11-02T03:19:41.165Z | Compiling semver v0.1.20 |
2285 | 2024-11-02T03:19:41.165Z | Compiling radium v0.7.0 |
2286 | 2024-11-02T03:19:41.295Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2287 | 2024-11-02T03:19:41.335Z | Compiling progenitor v0.8.0 |
2288 | 2024-11-02T03:19:41.419Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2289 | 2024-11-02T03:19:41.556Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2290 | 2024-11-02T03:19:41.588Z | Compiling rustc_version v0.1.7 |
2291 | 2024-11-02T03:19:41.628Z | Compiling backoff v0.4.0 |
2292 | 2024-11-02T03:19:41.667Z | Compiling parse-display v0.10.0 |
2293 | 2024-11-02T03:19:41.813Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2294 | 2024-11-02T03:19:41.869Z | Compiling serde_with v3.11.0 |
2295 | 2024-11-02T03:19:41.884Z | Checking num v0.4.3 |
2296 | 2024-11-02T03:19:41.976Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2297 | 2024-11-02T03:19:41.976Z | Compiling regress v0.9.1 |
2298 | 2024-11-02T03:19:42.006Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2299 | 2024-11-02T03:19:42.146Z | Compiling macaddr v1.0.1 |
2300 | 2024-11-02T03:19:42.311Z | Checking tap v1.0.1 |
2301 | 2024-11-02T03:19:42.477Z | Compiling maybe-uninit v2.0.0 |
2302 | 2024-11-02T03:19:42.549Z | Checking wyz v0.5.1 |
2303 | 2024-11-02T03:19:42.959Z | Compiling newtype_derive v0.1.6 |
2304 | 2024-11-02T03:19:43.200Z | Checking password-hash v0.5.0 |
2305 | 2024-11-02T03:19:43.243Z | Checking blake2 v0.10.6 |
2306 | 2024-11-02T03:19:43.579Z | Compiling owo-colors v4.1.0 |
2307 | 2024-11-02T03:19:43.697Z | Checking crc-catalog v2.4.0 |
2308 | 2024-11-02T03:19:43.713Z | Compiling cancel-safe-futures v0.1.5 |
2309 | 2024-11-02T03:19:43.808Z | Compiling packed_struct v0.10.1 |
2310 | 2024-11-02T03:19:43.833Z | Checking funty v2.0.0 |
2311 | 2024-11-02T03:19:43.886Z | Checking crc v3.2.1 |
2312 | 2024-11-02T03:19:44.089Z | Checking argon2 v0.5.3 |
2313 | 2024-11-02T03:19:44.438Z | Compiling packed_struct_codegen v0.10.1 |
2314 | 2024-11-02T03:19:44.748Z | Checking bitvec v1.0.1 |
2315 | 2024-11-02T03:19:44.772Z | Checking half v2.4.1 |
2316 | 2024-11-02T03:19:45.261Z | Compiling indexmap v1.9.3 |
2317 | 2024-11-02T03:19:45.341Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2318 | 2024-11-02T03:19:45.581Z | Checking ciborium-io v0.2.2 |
2319 | 2024-11-02T03:19:45.647Z | Checking nodrop v0.1.14 |
2320 | 2024-11-02T03:19:45.695Z | Checking ciborium-ll v0.2.2 |
2321 | 2024-11-02T03:19:45.768Z | Checking array-init v0.0.4 |
2322 | 2024-11-02T03:19:45.806Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2323 | 2024-11-02T03:19:46.002Z | Checking smallvec v0.6.14 |
2324 | 2024-11-02T03:19:46.208Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2325 | 2024-11-02T03:19:46.869Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2326 | 2024-11-02T03:19:47.016Z | Checking libsw v3.3.1 |
2327 | 2024-11-02T03:19:47.049Z | Compiling memoffset v0.9.1 |
2328 | 2024-11-02T03:19:47.284Z | Checking linear-map v1.2.0 |
2329 | 2024-11-02T03:19:47.347Z | Checking bitfield v0.14.0 |
2330 | 2024-11-02T03:19:47.370Z | Checking indent_write v2.2.0 |
2331 | 2024-11-02T03:19:47.577Z | Checking highway v1.2.0 |
2332 | 2024-11-02T03:19:47.645Z | Checking termcolor v1.4.1 |
2333 | 2024-11-02T03:19:47.661Z | Checking hashbrown v0.12.3 |
2334 | 2024-11-02T03:19:47.969Z | Checking swrite v0.1.0 |
2335 | 2024-11-02T03:19:48.055Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2336 | 2024-11-02T03:19:48.089Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2337 | 2024-11-02T03:19:48.104Z | Checking env_logger v0.10.2 |
2338 | 2024-11-02T03:19:48.656Z | Checking ron v0.8.1 |
2339 | 2024-11-02T03:19:48.688Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2340 | 2024-11-02T03:19:49.114Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2341 | 2024-11-02T03:19:49.278Z | Checking serde-hex v0.1.0 |
2342 | 2024-11-02T03:19:49.452Z | Checking steno v0.4.1 |
2343 | 2024-11-02T03:19:49.500Z | Checking ciborium v0.2.2 |
2344 | 2024-11-02T03:19:50.111Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2345 | 2024-11-02T03:19:50.371Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2346 | 2024-11-02T03:19:50.502Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2347 | 2024-11-02T03:19:50.718Z | Checking hashbrown v0.13.2 |
2348 | 2024-11-02T03:19:51.335Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2349 | 2024-11-02T03:19:51.612Z | Checking humantime v2.1.0 |
2350 | 2024-11-02T03:19:51.633Z | Checking crc-any v2.5.0 |
2351 | 2024-11-02T03:19:51.757Z | Checking object v0.30.4 |
2352 | 2024-11-02T03:19:51.774Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2353 | 2024-11-02T03:19:51.902Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2354 | 2024-11-02T03:19:52.110Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2355 | 2024-11-02T03:19:52.171Z | Checking path-slash v0.1.5 |
2356 | 2024-11-02T03:19:52.320Z | Checking nix v0.27.1 |
2357 | 2024-11-02T03:19:52.369Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2358 | 2024-11-02T03:19:52.484Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2359 | 2024-11-02T03:19:53.233Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2360 | 2024-11-02T03:19:53.401Z | Checking tungstenite v0.23.0 |
2361 | 2024-11-02T03:19:53.488Z | Checking kstat-rs v0.2.4 |
2362 | 2024-11-02T03:19:53.696Z | Checking signal-hook-tokio v0.3.1 |
2363 | 2024-11-02T03:19:54.177Z | Checking tokio-tungstenite v0.23.1 |
2364 | 2024-11-02T03:19:54.907Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2365 | 2024-11-02T03:19:55.219Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2366 | 2024-11-02T03:20:00.407Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2367 | 2024-11-02T03:20:02.239Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2368 | 2024-11-02T03:20:02.757Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2369 | 2024-11-02T03:20:05.838Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2370 | 2024-11-02T03:20:06.087Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2371 | 2024-11-02T03:20:07.227Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2372 | 2024-11-02T03:20:13.249Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2373 | 2024-11-02T03:20:13.896Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2374 | 2024-11-02T03:20:17.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.38s |
2375 | 2024-11-02T03:20:17.817Z | |
2376 | 2024-11-02T03:20:17.817Z | info: running `cargo check --bins` on gateway-api (47/168) |
2377 | 2024-11-02T03:20:18.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2378 | 2024-11-02T03:20:18.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2379 | 2024-11-02T03:20:18.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2380 | 2024-11-02T03:20:18.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2381 | 2024-11-02T03:20:18.429Z | |
2382 | 2024-11-02T03:20:18.429Z | info: running `cargo check --bins` on oximeter (48/168) |
2383 | 2024-11-02T03:20:18.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2384 | 2024-11-02T03:20:18.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2385 | 2024-11-02T03:20:18.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2386 | 2024-11-02T03:20:18.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2387 | 2024-11-02T03:20:19.017Z | |
2388 | 2024-11-02T03:20:19.018Z | info: running `cargo check --bins` on oximeter-macro-impl (49/168) |
2389 | 2024-11-02T03:20:19.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2390 | 2024-11-02T03:20:19.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2391 | 2024-11-02T03:20:19.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2392 | 2024-11-02T03:20:19.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2393 | 2024-11-02T03:20:19.584Z | |
2394 | 2024-11-02T03:20:19.584Z | info: running `cargo check --bins` on oximeter-schema (50/168) |
2395 | 2024-11-02T03:20:20.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2396 | 2024-11-02T03:20:20.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2397 | 2024-11-02T03:20:20.174Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2398 | 2024-11-02T03:20:20.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
2399 | 2024-11-02T03:20:20.746Z | |
2400 | 2024-11-02T03:20:20.746Z | info: running `cargo check --bins` on oximeter-types (51/168) |
2401 | 2024-11-02T03:20:21.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2402 | 2024-11-02T03:20:21.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2403 | 2024-11-02T03:20:21.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2404 | 2024-11-02T03:20:21.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2405 | 2024-11-02T03:20:21.324Z | |
2406 | 2024-11-02T03:20:21.324Z | info: running `cargo check --bins` on oximeter-timeseries-macro (52/168) |
2407 | 2024-11-02T03:20:21.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2408 | 2024-11-02T03:20:21.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2409 | 2024-11-02T03:20:21.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2410 | 2024-11-02T03:20:21.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2411 | 2024-11-02T03:20:21.905Z | |
2412 | 2024-11-02T03:20:21.905Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (53/168) |
2413 | 2024-11-02T03:20:22.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2414 | 2024-11-02T03:20:22.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2415 | 2024-11-02T03:20:22.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2416 | 2024-11-02T03:20:22.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2417 | 2024-11-02T03:20:22.467Z | |
2418 | 2024-11-02T03:20:22.467Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/168) |
2419 | 2024-11-02T03:20:22.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2420 | 2024-11-02T03:20:22.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2421 | 2024-11-02T03:20:22.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2422 | 2024-11-02T03:20:22.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2423 | 2024-11-02T03:20:23.048Z | |
2424 | 2024-11-02T03:20:23.048Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/168) |
2425 | 2024-11-02T03:20:23.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2426 | 2024-11-02T03:20:23.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2427 | 2024-11-02T03:20:23.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2428 | 2024-11-02T03:20:23.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2429 | 2024-11-02T03:20:23.628Z | |
2430 | 2024-11-02T03:20:23.628Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/168) |
2431 | 2024-11-02T03:20:24.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2432 | 2024-11-02T03:20:24.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2433 | 2024-11-02T03:20:24.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2434 | 2024-11-02T03:20:24.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2435 | 2024-11-02T03:20:24.224Z | |
2436 | 2024-11-02T03:20:24.224Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/168) |
2437 | 2024-11-02T03:20:24.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2438 | 2024-11-02T03:20:24.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2439 | 2024-11-02T03:20:24.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2440 | 2024-11-02T03:20:24.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2441 | 2024-11-02T03:20:24.803Z | |
2442 | 2024-11-02T03:20:24.803Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/168) |
2443 | 2024-11-02T03:20:25.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2444 | 2024-11-02T03:20:25.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2445 | 2024-11-02T03:20:25.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2446 | 2024-11-02T03:20:25.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2447 | 2024-11-02T03:20:25.383Z | |
2448 | 2024-11-02T03:20:25.383Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/168) |
2449 | 2024-11-02T03:20:25.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2450 | 2024-11-02T03:20:25.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2451 | 2024-11-02T03:20:25.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2452 | 2024-11-02T03:20:25.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2453 | 2024-11-02T03:20:25.960Z | |
2454 | 2024-11-02T03:20:25.960Z | info: running `cargo check --bins` on oximeter-producer (60/168) |
2455 | 2024-11-02T03:20:26.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2456 | 2024-11-02T03:20:26.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2457 | 2024-11-02T03:20:26.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2458 | 2024-11-02T03:20:26.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2459 | 2024-11-02T03:20:26.567Z | |
2460 | 2024-11-02T03:20:26.567Z | info: running `cargo check --bins` on internal-dns-resolver (61/168) |
2461 | 2024-11-02T03:20:27.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2462 | 2024-11-02T03:20:27.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2463 | 2024-11-02T03:20:27.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2464 | 2024-11-02T03:20:27.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2465 | 2024-11-02T03:20:27.140Z | |
2466 | 2024-11-02T03:20:27.140Z | info: running `cargo check --bins` on nexus-client (62/168) |
2467 | 2024-11-02T03:20:27.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2468 | 2024-11-02T03:20:27.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2469 | 2024-11-02T03:20:27.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2470 | 2024-11-02T03:20:27.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2471 | 2024-11-02T03:20:27.742Z | |
2472 | 2024-11-02T03:20:27.742Z | info: running `cargo check --bins` on nexus-sled-agent-shared (63/168) |
2473 | 2024-11-02T03:20:28.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2474 | 2024-11-02T03:20:28.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2475 | 2024-11-02T03:20:28.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2476 | 2024-11-02T03:20:28.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2477 | 2024-11-02T03:20:28.330Z | |
2478 | 2024-11-02T03:20:28.331Z | info: running `cargo check --bins` on omicron-passwords (64/168) |
2479 | 2024-11-02T03:20:28.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2480 | 2024-11-02T03:20:28.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2481 | 2024-11-02T03:20:28.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2482 | 2024-11-02T03:20:28.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2483 | 2024-11-02T03:20:28.900Z | |
2484 | 2024-11-02T03:20:28.900Z | info: running `cargo check --bins` on nexus-types (65/168) |
2485 | 2024-11-02T03:20:29.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2486 | 2024-11-02T03:20:29.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2487 | 2024-11-02T03:20:29.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2488 | 2024-11-02T03:20:29.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2489 | 2024-11-02T03:20:29.504Z | |
2490 | 2024-11-02T03:20:29.504Z | info: running `cargo check --bins` on gateway-client (66/168) |
2491 | 2024-11-02T03:20:30.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2492 | 2024-11-02T03:20:30.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2493 | 2024-11-02T03:20:30.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2494 | 2024-11-02T03:20:30.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2495 | 2024-11-02T03:20:30.071Z | |
2496 | 2024-11-02T03:20:30.071Z | info: running `cargo check --bins` on oxql-types (67/168) |
2497 | 2024-11-02T03:20:30.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2498 | 2024-11-02T03:20:30.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2499 | 2024-11-02T03:20:30.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2500 | 2024-11-02T03:20:30.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2501 | 2024-11-02T03:20:30.647Z | |
2502 | 2024-11-02T03:20:30.647Z | info: running `cargo check --bins` on update-engine (68/168) |
2503 | 2024-11-02T03:20:31.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2504 | 2024-11-02T03:20:31.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2505 | 2024-11-02T03:20:31.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2506 | 2024-11-02T03:20:31.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2507 | 2024-11-02T03:20:31.212Z | |
2508 | 2024-11-02T03:20:31.212Z | info: running `cargo check --bins` on sp-sim (69/168) |
2509 | 2024-11-02T03:20:31.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2510 | 2024-11-02T03:20:31.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2511 | 2024-11-02T03:20:31.794Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2512 | 2024-11-02T03:20:33.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s |
2513 | 2024-11-02T03:20:33.757Z | |
2514 | 2024-11-02T03:20:33.757Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (70/168) |
2515 | 2024-11-02T03:20:34.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2516 | 2024-11-02T03:20:34.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2517 | 2024-11-02T03:20:34.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2518 | 2024-11-02T03:20:34.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2519 | 2024-11-02T03:20:34.377Z | |
2520 | 2024-11-02T03:20:34.377Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/168) |
2521 | 2024-11-02T03:20:34.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2522 | 2024-11-02T03:20:34.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2523 | 2024-11-02T03:20:34.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2524 | 2024-11-02T03:20:34.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2525 | 2024-11-02T03:20:35.005Z | |
2526 | 2024-11-02T03:20:35.005Z | info: running `cargo check --bins` on db-macros (72/168) |
2527 | 2024-11-02T03:20:35.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2528 | 2024-11-02T03:20:35.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2529 | 2024-11-02T03:20:35.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2530 | 2024-11-02T03:20:35.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2531 | 2024-11-02T03:20:35.572Z | |
2532 | 2024-11-02T03:20:35.572Z | info: running `cargo check --bins` on nexus-macros-common (73/168) |
2533 | 2024-11-02T03:20:36.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2534 | 2024-11-02T03:20:36.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2535 | 2024-11-02T03:20:36.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2536 | 2024-11-02T03:20:36.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2537 | 2024-11-02T03:20:36.141Z | |
2538 | 2024-11-02T03:20:36.141Z | info: running `cargo check --bins` on nexus-auth (74/168) |
2539 | 2024-11-02T03:20:36.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2540 | 2024-11-02T03:20:36.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2541 | 2024-11-02T03:20:36.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2542 | 2024-11-02T03:20:36.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2543 | 2024-11-02T03:20:36.765Z | |
2544 | 2024-11-02T03:20:36.765Z | info: running `cargo check --bins` on authz-macros (75/168) |
2545 | 2024-11-02T03:20:37.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2546 | 2024-11-02T03:20:37.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2547 | 2024-11-02T03:20:37.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2548 | 2024-11-02T03:20:37.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2549 | 2024-11-02T03:20:37.333Z | |
2550 | 2024-11-02T03:20:37.334Z | info: running `cargo check --bins` on nexus-db-fixed-data (76/168) |
2551 | 2024-11-02T03:20:37.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2552 | 2024-11-02T03:20:37.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2553 | 2024-11-02T03:20:37.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2554 | 2024-11-02T03:20:37.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2555 | 2024-11-02T03:20:37.945Z | |
2556 | 2024-11-02T03:20:37.945Z | info: running `cargo check --bins` on nexus-db-model (77/168) |
2557 | 2024-11-02T03:20:38.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2558 | 2024-11-02T03:20:38.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2559 | 2024-11-02T03:20:38.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2560 | 2024-11-02T03:20:38.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2561 | 2024-11-02T03:20:38.553Z | |
2562 | 2024-11-02T03:20:38.553Z | info: running `cargo check --bins` on nexus-defaults (78/168) |
2563 | 2024-11-02T03:20:39.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2564 | 2024-11-02T03:20:39.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2565 | 2024-11-02T03:20:39.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2566 | 2024-11-02T03:20:39.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2567 | 2024-11-02T03:20:39.137Z | |
2568 | 2024-11-02T03:20:39.137Z | info: running `cargo check --bins` on sled-agent-client (79/168) |
2569 | 2024-11-02T03:20:39.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2570 | 2024-11-02T03:20:39.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2571 | 2024-11-02T03:20:39.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2572 | 2024-11-02T03:20:39.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2573 | 2024-11-02T03:20:39.733Z | |
2574 | 2024-11-02T03:20:39.733Z | info: running `cargo check --bins` on nexus-inventory (80/168) |
2575 | 2024-11-02T03:20:40.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2576 | 2024-11-02T03:20:40.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2577 | 2024-11-02T03:20:40.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2578 | 2024-11-02T03:20:40.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2579 | 2024-11-02T03:20:40.339Z | |
2580 | 2024-11-02T03:20:40.339Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (81/168) |
2581 | 2024-11-02T03:20:40.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2582 | 2024-11-02T03:20:40.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2583 | 2024-11-02T03:20:40.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2584 | 2024-11-02T03:20:40.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2585 | 2024-11-02T03:20:40.925Z | |
2586 | 2024-11-02T03:20:40.925Z | info: running `cargo check --bins` on clickhouse-admin-server-client (82/168) |
2587 | 2024-11-02T03:20:41.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2588 | 2024-11-02T03:20:41.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2589 | 2024-11-02T03:20:41.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2590 | 2024-11-02T03:20:41.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2591 | 2024-11-02T03:20:41.511Z | |
2592 | 2024-11-02T03:20:41.511Z | info: running `cargo check --bins` on typed-rng (83/168) |
2593 | 2024-11-02T03:20:42.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2594 | 2024-11-02T03:20:42.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2595 | 2024-11-02T03:20:42.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2596 | 2024-11-02T03:20:42.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2597 | 2024-11-02T03:20:42.080Z | |
2598 | 2024-11-02T03:20:42.080Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/168) |
2599 | 2024-11-02T03:20:42.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2600 | 2024-11-02T03:20:42.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2601 | 2024-11-02T03:20:42.763Z | Checking keccak v0.1.5 |
2602 | 2024-11-02T03:20:42.866Z | Checking secrecy v0.8.0 |
2603 | 2024-11-02T03:20:42.869Z | Compiling unicase v2.7.0 |
2604 | 2024-11-02T03:20:42.869Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2605 | 2024-11-02T03:20:42.869Z | Compiling same-file v1.0.6 |
2606 | 2024-11-02T03:20:42.886Z | Compiling tempfile v3.13.0 |
2607 | 2024-11-02T03:20:42.920Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2608 | 2024-11-02T03:20:42.923Z | Compiling thiserror-impl-no-std v2.0.2 |
2609 | 2024-11-02T03:20:43.076Z | Compiling walkdir v2.5.0 |
2610 | 2024-11-02T03:20:43.132Z | Checking sha3 v0.10.8 |
2611 | 2024-11-02T03:20:43.157Z | Checking universal-hash v0.5.1 |
2612 | 2024-11-02T03:20:43.215Z | Compiling ring v0.16.20 |
2613 | 2024-11-02T03:20:43.333Z | Compiling blake3 v1.5.4 |
2614 | 2024-11-02T03:20:43.350Z | Checking opaque-debug v0.3.1 |
2615 | 2024-11-02T03:20:43.442Z | Checking poly1305 v0.8.0 |
2616 | 2024-11-02T03:20:43.515Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2617 | 2024-11-02T03:20:43.716Z | Checking chacha20 v0.9.1 |
2618 | 2024-11-02T03:20:43.790Z | Checking aead v0.5.2 |
2619 | 2024-11-02T03:20:43.817Z | Compiling memmap2 v0.9.5 |
2620 | 2024-11-02T03:20:43.877Z | Compiling libefi-sys v0.1.0 |
2621 | 2024-11-02T03:20:43.945Z | Compiling salty v0.3.0 |
2622 | 2024-11-02T03:20:44.008Z | Compiling home v0.5.9 |
2623 | 2024-11-02T03:20:44.037Z | Compiling constant_time_eq v0.3.1 |
2624 | 2024-11-02T03:20:44.157Z | Compiling spin v0.5.2 |
2625 | 2024-11-02T03:20:44.222Z | Compiling arrayref v0.3.9 |
2626 | 2024-11-02T03:20:44.239Z | Compiling arrayvec v0.7.6 |
2627 | 2024-11-02T03:20:44.268Z | Compiling untrusted v0.7.1 |
2628 | 2024-11-02T03:20:44.364Z | Compiling toolchain_find v0.4.0 |
2629 | 2024-11-02T03:20:44.380Z | Checking chacha20poly1305 v0.10.1 |
2630 | 2024-11-02T03:20:44.547Z | Compiling camino-tempfile v1.1.1 |
2631 | 2024-11-02T03:20:44.627Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2632 | 2024-11-02T03:20:44.682Z | Compiling bitfield-struct v0.6.2 |
2633 | 2024-11-02T03:20:44.804Z | Compiling topological-sort v0.2.2 |
2634 | 2024-11-02T03:20:44.977Z | Compiling mime_guess v2.0.5 |
2635 | 2024-11-02T03:20:44.994Z | Compiling rustfmt-wrapper v0.2.1 |
2636 | 2024-11-02T03:20:45.531Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2637 | 2024-11-02T03:20:45.600Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2638 | 2024-11-02T03:20:45.631Z | Checking primeorder v0.13.6 |
2639 | 2024-11-02T03:20:45.796Z | Checking env_filter v0.1.2 |
2640 | 2024-11-02T03:20:45.848Z | Checking thiserror-no-std v2.0.2 |
2641 | 2024-11-02T03:20:45.896Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2642 | 2024-11-02T03:20:45.960Z | Checking vsss-rs v3.3.4 |
2643 | 2024-11-02T03:20:46.022Z | Checking env_logger v0.11.5 |
2644 | 2024-11-02T03:20:46.047Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2645 | 2024-11-02T03:20:46.094Z | Checking p384 v0.13.0 |
2646 | 2024-11-02T03:20:46.210Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2647 | 2024-11-02T03:20:46.228Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2648 | 2024-11-02T03:20:46.445Z | Checking gethostname v0.5.0 |
2649 | 2024-11-02T03:20:46.567Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2650 | 2024-11-02T03:20:46.585Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2651 | 2024-11-02T03:20:46.616Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2652 | 2024-11-02T03:20:46.911Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2653 | 2024-11-02T03:20:46.963Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2654 | 2024-11-02T03:20:47.044Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2655 | 2024-11-02T03:20:47.207Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2656 | 2024-11-02T03:20:47.493Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2657 | 2024-11-02T03:20:47.511Z | Checking nanorand v0.7.0 |
2658 | 2024-11-02T03:20:47.553Z | Checking atty v0.2.14 |
2659 | 2024-11-02T03:20:47.641Z | Checking glob v0.3.1 |
2660 | 2024-11-02T03:20:47.721Z | Checking http-range v0.1.5 |
2661 | 2024-11-02T03:20:47.904Z | Checking flume v0.11.0 |
2662 | 2024-11-02T03:20:47.919Z | Checking hyper-staticfile v0.10.1 |
2663 | 2024-11-02T03:20:47.981Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2664 | 2024-11-02T03:20:48.384Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2665 | 2024-11-02T03:20:48.535Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2666 | 2024-11-02T03:20:48.731Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2667 | 2024-11-02T03:20:49.133Z | Compiling omicron-zone-package v0.11.1 |
2668 | 2024-11-02T03:20:49.430Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2669 | 2024-11-02T03:20:49.791Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2670 | 2024-11-02T03:20:50.370Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2671 | 2024-11-02T03:20:50.383Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2672 | 2024-11-02T03:20:50.629Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2673 | 2024-11-02T03:20:51.073Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2674 | 2024-11-02T03:20:51.128Z | Checking display-error-chain v0.2.2 |
2675 | 2024-11-02T03:20:51.921Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2676 | 2024-11-02T03:20:53.150Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2677 | 2024-11-02T03:20:54.563Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2678 | 2024-11-02T03:20:54.566Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2679 | 2024-11-02T03:21:06.398Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2680 | 2024-11-02T03:21:54.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
2681 | 2024-11-02T03:21:54.841Z | |
2682 | 2024-11-02T03:21:54.841Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/168) |
2683 | 2024-11-02T03:21:55.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2684 | 2024-11-02T03:21:55.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2685 | 2024-11-02T03:21:55.527Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2686 | 2024-11-02T03:22:43.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.95s |
2687 | 2024-11-02T03:22:43.979Z | |
2688 | 2024-11-02T03:22:43.979Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/168) |
2689 | 2024-11-02T03:22:44.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2690 | 2024-11-02T03:22:44.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2691 | 2024-11-02T03:22:44.657Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2692 | 2024-11-02T03:23:33.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.05s |
2693 | 2024-11-02T03:23:33.230Z | |
2694 | 2024-11-02T03:23:33.230Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/168) |
2695 | 2024-11-02T03:23:33.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2696 | 2024-11-02T03:23:33.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2697 | 2024-11-02T03:23:33.924Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2698 | 2024-11-02T03:24:22.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.84s |
2699 | 2024-11-02T03:24:22.260Z | |
2700 | 2024-11-02T03:24:22.260Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/168) |
2701 | 2024-11-02T03:24:22.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2702 | 2024-11-02T03:24:22.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2703 | 2024-11-02T03:24:22.939Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2704 | 2024-11-02T03:25:11.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.84s |
2705 | 2024-11-02T03:25:11.290Z | |
2706 | 2024-11-02T03:25:11.290Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/168) |
2707 | 2024-11-02T03:25:11.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2708 | 2024-11-02T03:25:11.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2709 | 2024-11-02T03:25:11.966Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2710 | 2024-11-02T03:26:00.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.34s |
2711 | 2024-11-02T03:26:00.826Z | |
2712 | 2024-11-02T03:26:00.826Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/168) |
2713 | 2024-11-02T03:26:01.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2714 | 2024-11-02T03:26:01.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2715 | 2024-11-02T03:26:01.554Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2716 | 2024-11-02T03:26:51.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.18s |
2717 | 2024-11-02T03:26:51.200Z | |
2718 | 2024-11-02T03:26:51.200Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/168) |
2719 | 2024-11-02T03:26:51.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2720 | 2024-11-02T03:26:51.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2721 | 2024-11-02T03:26:51.915Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2722 | 2024-11-02T03:27:45.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.84s |
2723 | 2024-11-02T03:27:45.234Z | |
2724 | 2024-11-02T03:27:45.234Z | info: running `cargo check --bins` on bootstrap-agent-api (92/168) |
2725 | 2024-11-02T03:27:45.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2726 | 2024-11-02T03:27:45.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2727 | 2024-11-02T03:27:45.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2728 | 2024-11-02T03:27:45.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2729 | 2024-11-02T03:27:45.852Z | |
2730 | 2024-11-02T03:27:45.852Z | info: running `cargo check --bins` on sled-agent-types (93/168) |
2731 | 2024-11-02T03:27:46.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2732 | 2024-11-02T03:27:46.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2733 | 2024-11-02T03:27:46.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2734 | 2024-11-02T03:27:46.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2735 | 2024-11-02T03:27:46.458Z | |
2736 | 2024-11-02T03:27:46.458Z | info: running `cargo check --bins` on bootstrap-agent-client (94/168) |
2737 | 2024-11-02T03:27:46.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2738 | 2024-11-02T03:27:46.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2739 | 2024-11-02T03:27:46.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2740 | 2024-11-02T03:27:46.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2741 | 2024-11-02T03:27:47.051Z | |
2742 | 2024-11-02T03:27:47.051Z | info: running `cargo check --bins` on dpd-client (95/168) |
2743 | 2024-11-02T03:27:47.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2744 | 2024-11-02T03:27:47.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2745 | 2024-11-02T03:27:47.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2746 | 2024-11-02T03:27:47.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2747 | 2024-11-02T03:27:47.632Z | |
2748 | 2024-11-02T03:27:47.632Z | info: running `cargo check --bins` on installinator-common (96/168) |
2749 | 2024-11-02T03:27:48.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2750 | 2024-11-02T03:27:48.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2751 | 2024-11-02T03:27:48.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2752 | 2024-11-02T03:27:48.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2753 | 2024-11-02T03:27:48.230Z | |
2754 | 2024-11-02T03:27:48.230Z | info: running `cargo check --bins` on key-manager (97/168) |
2755 | 2024-11-02T03:27:48.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2756 | 2024-11-02T03:27:48.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2757 | 2024-11-02T03:27:48.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2758 | 2024-11-02T03:27:48.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2759 | 2024-11-02T03:27:48.815Z | |
2760 | 2024-11-02T03:27:48.815Z | info: running `cargo check --bins` on omicron-ddm-admin-client (98/168) |
2761 | 2024-11-02T03:27:49.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2762 | 2024-11-02T03:27:49.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2763 | 2024-11-02T03:27:49.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2764 | 2024-11-02T03:27:49.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2765 | 2024-11-02T03:27:49.405Z | |
2766 | 2024-11-02T03:27:49.405Z | info: running `cargo check --bins` on repo-depot-api (99/168) |
2767 | 2024-11-02T03:27:49.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2768 | 2024-11-02T03:27:49.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2769 | 2024-11-02T03:27:49.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2770 | 2024-11-02T03:27:49.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2771 | 2024-11-02T03:27:49.989Z | |
2772 | 2024-11-02T03:27:49.990Z | info: running `cargo check --bins` on repo-depot-client (100/168) |
2773 | 2024-11-02T03:27:50.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2774 | 2024-11-02T03:27:50.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2775 | 2024-11-02T03:27:50.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2776 | 2024-11-02T03:27:50.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2777 | 2024-11-02T03:27:50.561Z | |
2778 | 2024-11-02T03:27:50.561Z | info: running `cargo check --bins` on sled-agent-api (101/168) |
2779 | 2024-11-02T03:27:51.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2780 | 2024-11-02T03:27:51.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2781 | 2024-11-02T03:27:51.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2782 | 2024-11-02T03:27:51.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2783 | 2024-11-02T03:27:51.163Z | |
2784 | 2024-11-02T03:27:51.164Z | info: running `cargo check --bins` on sled-hardware (102/168) |
2785 | 2024-11-02T03:27:51.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2786 | 2024-11-02T03:27:51.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2787 | 2024-11-02T03:27:51.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2788 | 2024-11-02T03:27:51.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2789 | 2024-11-02T03:27:51.761Z | |
2790 | 2024-11-02T03:27:51.761Z | info: running `cargo check --bins --no-default-features` on sled-storage (103/168) |
2791 | 2024-11-02T03:27:52.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2792 | 2024-11-02T03:27:52.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2793 | 2024-11-02T03:27:52.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2794 | 2024-11-02T03:27:52.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2795 | 2024-11-02T03:27:52.361Z | |
2796 | 2024-11-02T03:27:52.361Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (104/168) |
2797 | 2024-11-02T03:27:52.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2798 | 2024-11-02T03:27:52.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2799 | 2024-11-02T03:27:52.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2800 | 2024-11-02T03:27:52.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2801 | 2024-11-02T03:27:52.959Z | |
2802 | 2024-11-02T03:27:52.960Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (105/168) |
2803 | 2024-11-02T03:27:53.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2804 | 2024-11-02T03:27:53.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2805 | 2024-11-02T03:27:53.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2806 | 2024-11-02T03:27:53.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2807 | 2024-11-02T03:27:53.576Z | |
2808 | 2024-11-02T03:27:53.576Z | info: running `cargo check --bins` on nexus-test-interface (106/168) |
2809 | 2024-11-02T03:27:54.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2810 | 2024-11-02T03:27:54.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2811 | 2024-11-02T03:27:54.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2812 | 2024-11-02T03:27:54.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2813 | 2024-11-02T03:27:54.188Z | |
2814 | 2024-11-02T03:27:54.188Z | info: running `cargo check --bins` on oximeter-collector (107/168) |
2815 | 2024-11-02T03:27:54.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2816 | 2024-11-02T03:27:54.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2817 | 2024-11-02T03:27:54.819Z | Compiling phf_generator v0.11.2 |
2818 | 2024-11-02T03:27:54.918Z | Compiling parse-zoneinfo v0.3.1 |
2819 | 2024-11-02T03:27:54.927Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2820 | 2024-11-02T03:27:54.927Z | Checking bcs v0.1.6 |
2821 | 2024-11-02T03:27:54.930Z | Compiling async-recursion v1.1.1 |
2822 | 2024-11-02T03:27:54.930Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2823 | 2024-11-02T03:27:54.930Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2824 | 2024-11-02T03:27:55.022Z | Compiling phf_codegen v0.11.2 |
2825 | 2024-11-02T03:27:55.439Z | Compiling chrono-tz-build v0.4.0 |
2826 | 2024-11-02T03:27:56.297Z | Compiling chrono-tz v0.10.0 |
2827 | 2024-11-02T03:28:03.411Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2828 | 2024-11-02T03:28:07.576Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2829 | 2024-11-02T03:28:09.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.80s |
2830 | 2024-11-02T03:28:10.157Z | |
2831 | 2024-11-02T03:28:10.157Z | info: running `cargo check --bins` on oximeter-api (108/168) |
2832 | 2024-11-02T03:28:10.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2833 | 2024-11-02T03:28:10.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2834 | 2024-11-02T03:28:10.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2835 | 2024-11-02T03:28:10.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2836 | 2024-11-02T03:28:10.735Z | |
2837 | 2024-11-02T03:28:10.735Z | info: running `cargo check --bins` on oximeter-client (109/168) |
2838 | 2024-11-02T03:28:11.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2839 | 2024-11-02T03:28:11.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2840 | 2024-11-02T03:28:11.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2841 | 2024-11-02T03:28:11.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2842 | 2024-11-02T03:28:11.313Z | |
2843 | 2024-11-02T03:28:11.313Z | info: running `cargo check --bins --no-default-features` on oximeter-db (110/168) |
2844 | 2024-11-02T03:28:11.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2845 | 2024-11-02T03:28:11.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2846 | 2024-11-02T03:28:11.906Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2847 | 2024-11-02T03:28:12.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
2848 | 2024-11-02T03:28:12.682Z | |
2849 | 2024-11-02T03:28:12.682Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (111/168) |
2850 | 2024-11-02T03:28:13.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2851 | 2024-11-02T03:28:13.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2852 | 2024-11-02T03:28:13.300Z | Compiling cfg_aliases v0.1.1 |
2853 | 2024-11-02T03:28:13.303Z | Compiling vte_generate_state_changes v0.1.2 |
2854 | 2024-11-02T03:28:13.303Z | Checking fd-lock v4.0.2 |
2855 | 2024-11-02T03:28:13.303Z | Checking bytecount v0.6.8 |
2856 | 2024-11-02T03:28:13.405Z | Compiling tabled_derive v0.7.0 |
2857 | 2024-11-02T03:28:13.412Z | Compiling peg-macros v0.8.4 |
2858 | 2024-11-02T03:28:13.419Z | Compiling sqlparser_derive v0.2.2 |
2859 | 2024-11-02T03:28:13.422Z | Checking nu-ansi-term v0.50.1 |
2860 | 2024-11-02T03:28:13.471Z | Compiling nix v0.28.0 |
2861 | 2024-11-02T03:28:13.513Z | Checking papergrid v0.11.0 |
2862 | 2024-11-02T03:28:13.586Z | Checking unicode_categories v0.1.1 |
2863 | 2024-11-02T03:28:13.847Z | Checking home v0.5.9 |
2864 | 2024-11-02T03:28:13.879Z | Checking sqlformat v0.2.6 |
2865 | 2024-11-02T03:28:14.002Z | Checking vte v0.11.1 |
2866 | 2024-11-02T03:28:14.573Z | Checking sqlparser v0.45.0 |
2867 | 2024-11-02T03:28:15.292Z | Checking tabled v0.15.0 |
2868 | 2024-11-02T03:28:15.377Z | Checking strip-ansi-escapes v0.2.0 |
2869 | 2024-11-02T03:28:15.525Z | Checking reedline v0.35.0 |
2870 | 2024-11-02T03:28:16.007Z | Checking peg v0.8.4 |
2871 | 2024-11-02T03:28:16.540Z | Checking rustyline v14.0.0 |
2872 | 2024-11-02T03:28:20.750Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2873 | 2024-11-02T03:28:27.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.35s |
2874 | 2024-11-02T03:28:27.198Z | |
2875 | 2024-11-02T03:28:27.198Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (112/168) |
2876 | 2024-11-02T03:28:27.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2877 | 2024-11-02T03:28:27.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2878 | 2024-11-02T03:28:27.808Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2879 | 2024-11-02T03:28:34.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.96s |
2880 | 2024-11-02T03:28:34.333Z | |
2881 | 2024-11-02T03:28:34.333Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (113/168) |
2882 | 2024-11-02T03:28:34.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2883 | 2024-11-02T03:28:34.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2884 | 2024-11-02T03:28:34.941Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2885 | 2024-11-02T03:28:39.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.51s |
2886 | 2024-11-02T03:28:40.030Z | |
2887 | 2024-11-02T03:28:40.030Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (114/168) |
2888 | 2024-11-02T03:28:40.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2889 | 2024-11-02T03:28:40.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2890 | 2024-11-02T03:28:40.633Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2891 | 2024-11-02T03:28:46.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.63s |
2892 | 2024-11-02T03:28:46.846Z | |
2893 | 2024-11-02T03:28:46.846Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (115/168) |
2894 | 2024-11-02T03:28:47.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2895 | 2024-11-02T03:28:47.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2896 | 2024-11-02T03:28:47.458Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2897 | 2024-11-02T03:28:53.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.80s |
2898 | 2024-11-02T03:28:53.821Z | |
2899 | 2024-11-02T03:28:53.821Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (116/168) |
2900 | 2024-11-02T03:28:54.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2901 | 2024-11-02T03:28:54.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2902 | 2024-11-02T03:28:54.431Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2903 | 2024-11-02T03:28:59.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s |
2904 | 2024-11-02T03:28:59.744Z | |
2905 | 2024-11-02T03:28:59.744Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (117/168) |
2906 | 2024-11-02T03:29:00.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2907 | 2024-11-02T03:29:00.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2908 | 2024-11-02T03:29:00.350Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2909 | 2024-11-02T03:29:05.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.79s |
2910 | 2024-11-02T03:29:05.722Z | |
2911 | 2024-11-02T03:29:05.722Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (118/168) |
2912 | 2024-11-02T03:29:06.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2913 | 2024-11-02T03:29:06.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2914 | 2024-11-02T03:29:06.326Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2915 | 2024-11-02T03:29:12.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.16s |
2916 | 2024-11-02T03:29:13.059Z | |
2917 | 2024-11-02T03:29:13.059Z | info: running `cargo check --bins` on oximeter-test-utils (119/168) |
2918 | 2024-11-02T03:29:13.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2919 | 2024-11-02T03:29:13.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2920 | 2024-11-02T03:29:13.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2921 | 2024-11-02T03:29:13.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2922 | 2024-11-02T03:29:13.661Z | |
2923 | 2024-11-02T03:29:13.661Z | info: running `cargo check --bins` on cockroach-admin-client (120/168) |
2924 | 2024-11-02T03:29:14.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2925 | 2024-11-02T03:29:14.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2926 | 2024-11-02T03:29:14.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2927 | 2024-11-02T03:29:14.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2928 | 2024-11-02T03:29:14.230Z | |
2929 | 2024-11-02T03:29:14.231Z | info: running `cargo check --bins` on installinator-client (121/168) |
2930 | 2024-11-02T03:29:14.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2931 | 2024-11-02T03:29:14.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2932 | 2024-11-02T03:29:14.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2933 | 2024-11-02T03:29:14.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2934 | 2024-11-02T03:29:14.823Z | |
2935 | 2024-11-02T03:29:14.823Z | info: running `cargo check --bins` on oxide-client (122/168) |
2936 | 2024-11-02T03:29:15.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2937 | 2024-11-02T03:29:15.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2938 | 2024-11-02T03:29:15.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2939 | 2024-11-02T03:29:15.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2940 | 2024-11-02T03:29:15.391Z | |
2941 | 2024-11-02T03:29:15.391Z | info: running `cargo check --bins` on wicketd-client (123/168) |
2942 | 2024-11-02T03:29:15.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2943 | 2024-11-02T03:29:15.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2944 | 2024-11-02T03:29:15.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2945 | 2024-11-02T03:29:15.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2946 | 2024-11-02T03:29:16.009Z | |
2947 | 2024-11-02T03:29:16.009Z | info: running `cargo check --bins` on wicket-common (124/168) |
2948 | 2024-11-02T03:29:16.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2949 | 2024-11-02T03:29:16.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2950 | 2024-11-02T03:29:16.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2951 | 2024-11-02T03:29:16.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2952 | 2024-11-02T03:29:16.612Z | |
2953 | 2024-11-02T03:29:16.612Z | info: running `cargo check --bins` on omicron-cockroach-admin (125/168) |
2954 | 2024-11-02T03:29:17.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2955 | 2024-11-02T03:29:17.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2956 | 2024-11-02T03:29:17.222Z | Checking csv-core v0.1.11 |
2957 | 2024-11-02T03:29:17.225Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2958 | 2024-11-02T03:29:17.521Z | Checking csv v1.3.0 |
2959 | 2024-11-02T03:29:18.047Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2960 | 2024-11-02T03:29:18.386Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2961 | 2024-11-02T03:29:19.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s |
2962 | 2024-11-02T03:29:19.741Z | |
2963 | 2024-11-02T03:29:19.741Z | info: running `cargo check --bins` on cockroach-admin-api (126/168) |
2964 | 2024-11-02T03:29:20.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2965 | 2024-11-02T03:29:20.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2966 | 2024-11-02T03:29:20.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2967 | 2024-11-02T03:29:20.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2968 | 2024-11-02T03:29:20.320Z | |
2969 | 2024-11-02T03:29:20.320Z | info: running `cargo check --bins` on cockroach-admin-types (127/168) |
2970 | 2024-11-02T03:29:20.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2971 | 2024-11-02T03:29:20.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2972 | 2024-11-02T03:29:20.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2973 | 2024-11-02T03:29:20.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2974 | 2024-11-02T03:29:20.908Z | |
2975 | 2024-11-02T03:29:20.908Z | info: running `cargo check --bins` on cert-dev (128/168) |
2976 | 2024-11-02T03:29:21.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2977 | 2024-11-02T03:29:21.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2978 | 2024-11-02T03:29:21.468Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2979 | 2024-11-02T03:29:21.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2980 | 2024-11-02T03:29:21.886Z | |
2981 | 2024-11-02T03:29:21.886Z | info: running `cargo check --bins` on ch-dev (129/168) |
2982 | 2024-11-02T03:29:22.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2983 | 2024-11-02T03:29:22.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2984 | 2024-11-02T03:29:22.498Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2985 | 2024-11-02T03:29:23.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
2986 | 2024-11-02T03:29:23.364Z | |
2987 | 2024-11-02T03:29:23.364Z | info: running `cargo check --bins` on crdb-seed (130/168) |
2988 | 2024-11-02T03:29:23.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2989 | 2024-11-02T03:29:23.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2990 | 2024-11-02T03:29:23.980Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2991 | 2024-11-02T03:29:24.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
2992 | 2024-11-02T03:29:24.477Z | |
2993 | 2024-11-02T03:29:24.477Z | info: running `cargo check --bins` on db-dev (131/168) |
2994 | 2024-11-02T03:29:25.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2995 | 2024-11-02T03:29:25.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2996 | 2024-11-02T03:29:25.092Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2997 | 2024-11-02T03:29:25.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
2998 | 2024-11-02T03:29:25.956Z | |
2999 | 2024-11-02T03:29:25.956Z | info: running `cargo check --bins` on omicron-dev-lib (132/168) |
3000 | 2024-11-02T03:29:26.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3001 | 2024-11-02T03:29:26.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3002 | 2024-11-02T03:29:26.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3003 | 2024-11-02T03:29:26.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3004 | 2024-11-02T03:29:26.558Z | |
3005 | 2024-11-02T03:29:26.558Z | info: running `cargo check --bins` on xtask-downloader (133/168) |
3006 | 2024-11-02T03:29:27.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3007 | 2024-11-02T03:29:27.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3008 | 2024-11-02T03:29:27.154Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3009 | 2024-11-02T03:29:28.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s |
3010 | 2024-11-02T03:29:28.269Z | |
3011 | 2024-11-02T03:29:28.269Z | info: running `cargo check --bins` on omicron-ls-apis (134/168) |
3012 | 2024-11-02T03:29:28.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3013 | 2024-11-02T03:29:28.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3014 | 2024-11-02T03:29:28.859Z | Checking cargo-platform v0.1.8 |
3015 | 2024-11-02T03:29:29.121Z | Checking cargo_metadata v0.18.1 |
3016 | 2024-11-02T03:29:30.067Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3017 | 2024-11-02T03:29:30.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s |
3018 | 2024-11-02T03:29:30.933Z | |
3019 | 2024-11-02T03:29:30.933Z | info: running `cargo check --bins` on mgs-dev (135/168) |
3020 | 2024-11-02T03:29:31.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3021 | 2024-11-02T03:29:31.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3022 | 2024-11-02T03:29:31.599Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3023 | 2024-11-02T03:29:32.270Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3024 | 2024-11-02T03:29:32.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s |
3025 | 2024-11-02T03:29:32.934Z | |
3026 | 2024-11-02T03:29:32.934Z | info: running `cargo check --bins` on omicron-omdb (136/168) |
3027 | 2024-11-02T03:29:33.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3028 | 2024-11-02T03:29:33.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3029 | 2024-11-02T03:29:33.663Z | Compiling crunchy v0.2.2 |
3030 | 2024-11-02T03:29:33.663Z | Compiling glob v0.3.1 |
3031 | 2024-11-02T03:29:33.663Z | Compiling tiny-keccak v2.0.2 |
3032 | 2024-11-02T03:29:33.665Z | Compiling dsl_auto_type v0.1.2 |
3033 | 2024-11-02T03:29:33.665Z | Checking scheduled-thread-pool v0.2.7 |
3034 | 2024-11-02T03:29:33.665Z | Compiling diesel_table_macro_syntax v0.2.0 |
3035 | 2024-11-02T03:29:33.665Z | Compiling ascii-canvas v3.0.0 |
3036 | 2024-11-02T03:29:33.665Z | Compiling ena v0.14.3 |
3037 | 2024-11-02T03:29:34.061Z | Checking r2d2 v0.8.10 |
3038 | 2024-11-02T03:29:34.093Z | Compiling libloading v0.8.5 |
3039 | 2024-11-02T03:29:34.134Z | Compiling bindgen v0.69.5 |
3040 | 2024-11-02T03:29:34.168Z | Compiling regex-syntax v0.6.29 |
3041 | 2024-11-02T03:29:34.261Z | Compiling diff v0.1.13 |
3042 | 2024-11-02T03:29:34.354Z | Compiling which v4.4.2 |
3043 | 2024-11-02T03:29:34.506Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3044 | 2024-11-02T03:29:34.711Z | Compiling clang-sys v1.8.1 |
3045 | 2024-11-02T03:29:34.740Z | Compiling cexpr v0.6.0 |
3046 | 2024-11-02T03:29:34.898Z | Compiling ref-cast v1.0.23 |
3047 | 2024-11-02T03:29:34.943Z | Compiling rustc-hash v1.1.0 |
3048 | 2024-11-02T03:29:34.959Z | Compiling lazycell v1.3.0 |
3049 | 2024-11-02T03:29:35.071Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3050 | 2024-11-02T03:29:35.096Z | Compiling derive_builder_core v0.20.2 |
3051 | 2024-11-02T03:29:35.132Z | Compiling libxml v0.3.3 |
3052 | 2024-11-02T03:29:35.326Z | Compiling diesel_derives v2.2.3 |
3053 | 2024-11-02T03:29:35.352Z | Compiling ref-cast-impl v1.0.23 |
3054 | 2024-11-02T03:29:35.488Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3055 | 2024-11-02T03:29:35.587Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3056 | 2024-11-02T03:29:35.981Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3057 | 2024-11-02T03:29:36.278Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3058 | 2024-11-02T03:29:36.427Z | Compiling strum_macros v0.24.3 |
3059 | 2024-11-02T03:29:36.654Z | Compiling indoc v1.0.9 |
3060 | 2024-11-02T03:29:37.326Z | Compiling derive_builder_macro v0.20.2 |
3061 | 2024-11-02T03:29:37.592Z | Compiling lalrpop v0.19.12 |
3062 | 2024-11-02T03:29:38.252Z | Checking derive_builder v0.20.2 |
3063 | 2024-11-02T03:29:38.415Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3064 | 2024-11-02T03:29:38.617Z | Compiling oso-derive v0.27.3 |
3065 | 2024-11-02T03:29:38.711Z | Compiling impl-trait-for-tuples v0.2.2 |
3066 | 2024-11-02T03:29:39.622Z | Checking quick-xml v0.33.0 |
3067 | 2024-11-02T03:29:39.861Z | Compiling diesel-dtrace v0.3.0 |
3068 | 2024-11-02T03:29:39.980Z | Checking maplit v1.0.2 |
3069 | 2024-11-02T03:29:40.134Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3070 | 2024-11-02T03:29:40.240Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3071 | 2024-11-02T03:29:40.542Z | Checking bb8 v0.8.5 |
3072 | 2024-11-02T03:29:41.054Z | Compiling const_format_proc_macros v0.2.33 |
3073 | 2024-11-02T03:29:41.857Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3074 | 2024-11-02T03:29:41.929Z | Checking castaway v0.2.3 |
3075 | 2024-11-02T03:29:42.108Z | Checking rand_seeder v0.3.0 |
3076 | 2024-11-02T03:29:42.193Z | Checking compact_str v0.8.0 |
3077 | 2024-11-02T03:29:42.350Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3078 | 2024-11-02T03:29:42.556Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3079 | 2024-11-02T03:29:43.190Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3080 | 2024-11-02T03:29:43.210Z | Checking const_format v0.2.33 |
3081 | 2024-11-02T03:29:43.714Z | Checking unicode-truncate v1.1.0 |
3082 | 2024-11-02T03:29:43.952Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3083 | 2024-11-02T03:29:44.251Z | Checking lru v0.12.5 |
3084 | 2024-11-02T03:29:44.463Z | Compiling instability v0.3.2 |
3085 | 2024-11-02T03:29:44.489Z | Checking cassowary v0.3.0 |
3086 | 2024-11-02T03:29:44.554Z | Checking unicode-linebreak v0.1.5 |
3087 | 2024-11-02T03:29:44.897Z | Checking is_ci v1.2.0 |
3088 | 2024-11-02T03:29:44.986Z | Checking smawk v0.3.2 |
3089 | 2024-11-02T03:29:45.039Z | Checking supports-color v3.0.1 |
3090 | 2024-11-02T03:29:45.185Z | Checking textwrap v0.16.1 |
3091 | 2024-11-02T03:29:45.226Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3092 | 2024-11-02T03:29:45.490Z | Checking ratatui v0.28.1 |
3093 | 2024-11-02T03:29:45.613Z | Checking multimap v0.10.0 |
3094 | 2024-11-02T03:29:47.101Z | Checking diesel v2.2.4 |
3095 | 2024-11-02T03:30:04.990Z | Compiling samael v0.0.17 |
3096 | 2024-11-02T03:30:22.361Z | Checking async-bb8-diesel v0.2.1 |
3097 | 2024-11-02T03:30:23.185Z | Compiling polar-core v0.27.3 |
3098 | 2024-11-02T03:30:30.639Z | Checking oso v0.27.3 |
3099 | 2024-11-02T03:32:14.531Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3100 | 2024-11-02T03:32:22.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 49s |
3101 | 2024-11-02T03:32:22.917Z | |
3102 | 2024-11-02T03:32:22.917Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (137/168) |
3103 | 2024-11-02T03:32:23.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3104 | 2024-11-02T03:32:23.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3105 | 2024-11-02T03:32:23.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3106 | 2024-11-02T03:32:23.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3107 | 2024-11-02T03:32:23.561Z | |
3108 | 2024-11-02T03:32:23.561Z | info: running `cargo check --bins` on nexus-saga-recovery (138/168) |
3109 | 2024-11-02T03:32:24.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3110 | 2024-11-02T03:32:24.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3111 | 2024-11-02T03:32:24.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3112 | 2024-11-02T03:32:24.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3113 | 2024-11-02T03:32:24.189Z | |
3114 | 2024-11-02T03:32:24.189Z | info: running `cargo check --bins` on nexus-test-utils-macros (139/168) |
3115 | 2024-11-02T03:32:24.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3116 | 2024-11-02T03:32:24.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3117 | 2024-11-02T03:32:24.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3118 | 2024-11-02T03:32:24.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3119 | 2024-11-02T03:32:24.759Z | |
3120 | 2024-11-02T03:32:24.759Z | info: running `cargo check --bins` on omicron-nexus (140/168) |
3121 | 2024-11-02T03:32:25.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3122 | 2024-11-02T03:32:25.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3123 | 2024-11-02T03:32:25.508Z | Compiling libz-sys v1.1.20 |
3124 | 2024-11-02T03:32:25.617Z | Checking http v0.2.12 |
3125 | 2024-11-02T03:32:25.619Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3126 | 2024-11-02T03:32:25.636Z | Compiling vergen v8.3.2 |
3127 | 2024-11-02T03:32:25.638Z | Compiling cargo-platform v0.1.8 |
3128 | 2024-11-02T03:32:25.638Z | Compiling pin-project-internal v1.1.6 |
3129 | 2024-11-02T03:32:25.669Z | Compiling libsqlite3-sys v0.30.1 |
3130 | 2024-11-02T03:32:25.669Z | Compiling snafu-derive v0.8.5 |
3131 | 2024-11-02T03:32:25.938Z | Compiling cargo_metadata v0.18.1 |
3132 | 2024-11-02T03:32:26.164Z | Checking simd-adler32 v0.3.7 |
3133 | 2024-11-02T03:32:26.181Z | Checking lockfree-object-pool v0.1.6 |
3134 | 2024-11-02T03:32:26.424Z | Compiling cfg_aliases v0.2.1 |
3135 | 2024-11-02T03:32:26.523Z | Compiling rustls v0.21.12 |
3136 | 2024-11-02T03:32:26.532Z | Checking sync_wrapper v0.1.2 |
3137 | 2024-11-02T03:32:26.537Z | Checking bumpalo v3.16.0 |
3138 | 2024-11-02T03:32:26.679Z | Compiling zip v2.1.3 |
3139 | 2024-11-02T03:32:26.835Z | Compiling buf-list v1.0.3 |
3140 | 2024-11-02T03:32:26.871Z | Checking zopfli v0.8.1 |
3141 | 2024-11-02T03:32:26.922Z | Checking h2 v0.3.26 |
3142 | 2024-11-02T03:32:26.992Z | Checking http-body v0.4.6 |
3143 | 2024-11-02T03:32:27.470Z | Compiling nix v0.29.0 |
3144 | 2024-11-02T03:32:27.553Z | Checking globset v0.4.15 |
3145 | 2024-11-02T03:32:27.572Z | Checking sct v0.7.1 |
3146 | 2024-11-02T03:32:27.800Z | Checking rustls-webpki v0.101.7 |
3147 | 2024-11-02T03:32:28.112Z | Checking olpc-cjson v0.1.4 |
3148 | 2024-11-02T03:32:28.318Z | Checking serde_plain v1.0.2 |
3149 | 2024-11-02T03:32:28.378Z | Compiling displaydoc v0.2.5 |
3150 | 2024-11-02T03:32:28.494Z | Checking typed-path v0.7.1 |
3151 | 2024-11-02T03:32:28.513Z | Checking pin-project v1.1.6 |
3152 | 2024-11-02T03:32:29.402Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3153 | 2024-11-02T03:32:29.455Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3154 | 2024-11-02T03:32:29.663Z | Checking hashlink v0.9.1 |
3155 | 2024-11-02T03:32:29.739Z | Checking fallible-iterator v0.3.0 |
3156 | 2024-11-02T03:32:30.235Z | Checking parse-size v1.1.0 |
3157 | 2024-11-02T03:32:30.341Z | Checking fallible-streaming-iterator v0.1.9 |
3158 | 2024-11-02T03:32:30.436Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3159 | 2024-11-02T03:32:30.571Z | Checking rusqlite v0.32.1 |
3160 | 2024-11-02T03:32:30.756Z | Checking snafu v0.8.5 |
3161 | 2024-11-02T03:32:30.897Z | Checking rustls-pemfile v1.0.4 |
3162 | 2024-11-02T03:32:31.105Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3163 | 2024-11-02T03:32:31.155Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3164 | 2024-11-02T03:32:31.252Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3165 | 2024-11-02T03:32:31.385Z | Checking twox-hash v1.6.3 |
3166 | 2024-11-02T03:32:31.407Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3167 | 2024-11-02T03:32:31.737Z | Checking tokio-rustls v0.24.1 |
3168 | 2024-11-02T03:32:31.855Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3169 | 2024-11-02T03:32:32.098Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3170 | 2024-11-02T03:32:32.101Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3171 | 2024-11-02T03:32:32.293Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3172 | 2024-11-02T03:32:32.590Z | Checking fatfs v0.3.6 |
3173 | 2024-11-02T03:32:32.982Z | Checking hyper v0.14.30 |
3174 | 2024-11-02T03:32:33.328Z | Checking assert_matches v1.5.0 |
3175 | 2024-11-02T03:32:37.151Z | Checking reqwest v0.11.27 |
3176 | 2024-11-02T03:32:37.960Z | Checking tough v0.17.1 |
3177 | 2024-11-02T03:32:39.356Z | Compiling git2 v0.19.0 |
3178 | 2024-11-02T03:32:41.168Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3179 | 2024-11-02T03:32:42.341Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3180 | 2024-11-02T03:32:44.480Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3181 | 2024-11-02T03:36:15.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 50s |
3182 | 2024-11-02T03:36:15.878Z | |
3183 | 2024-11-02T03:36:15.878Z | info: running `cargo check --bins` on nexus-external-api (141/168) |
3184 | 2024-11-02T03:36:16.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3185 | 2024-11-02T03:36:16.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3186 | 2024-11-02T03:36:16.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3187 | 2024-11-02T03:36:16.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3188 | 2024-11-02T03:36:16.518Z | |
3189 | 2024-11-02T03:36:16.518Z | info: running `cargo check --bins` on openapi-manager-types (142/168) |
3190 | 2024-11-02T03:36:17.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3191 | 2024-11-02T03:36:17.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3192 | 2024-11-02T03:36:17.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3193 | 2024-11-02T03:36:17.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
3194 | 2024-11-02T03:36:17.087Z | |
3195 | 2024-11-02T03:36:17.087Z | info: running `cargo check --bins` on nexus-internal-api (143/168) |
3196 | 2024-11-02T03:36:17.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3197 | 2024-11-02T03:36:17.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3198 | 2024-11-02T03:36:17.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3199 | 2024-11-02T03:36:17.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3200 | 2024-11-02T03:36:17.696Z | |
3201 | 2024-11-02T03:36:17.696Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (144/168) |
3202 | 2024-11-02T03:36:18.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3203 | 2024-11-02T03:36:18.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3204 | 2024-11-02T03:36:18.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3205 | 2024-11-02T03:36:18.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3206 | 2024-11-02T03:36:18.342Z | |
3207 | 2024-11-02T03:36:18.342Z | info: running `cargo check --bins` on nexus-networking (145/168) |
3208 | 2024-11-02T03:36:18.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3209 | 2024-11-02T03:36:18.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3210 | 2024-11-02T03:36:18.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3211 | 2024-11-02T03:36:18.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3212 | 2024-11-02T03:36:18.969Z | |
3213 | 2024-11-02T03:36:18.969Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (146/168) |
3214 | 2024-11-02T03:36:19.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3215 | 2024-11-02T03:36:19.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3216 | 2024-11-02T03:36:19.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3217 | 2024-11-02T03:36:19.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3218 | 2024-11-02T03:36:19.598Z | |
3219 | 2024-11-02T03:36:19.598Z | info: running `cargo check --bins` on update-common (147/168) |
3220 | 2024-11-02T03:36:20.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3221 | 2024-11-02T03:36:20.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3222 | 2024-11-02T03:36:20.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3223 | 2024-11-02T03:36:20.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3224 | 2024-11-02T03:36:20.217Z | |
3225 | 2024-11-02T03:36:20.217Z | info: running `cargo check --bins` on tufaceous-lib (148/168) |
3226 | 2024-11-02T03:36:20.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3227 | 2024-11-02T03:36:20.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3228 | 2024-11-02T03:36:20.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3229 | 2024-11-02T03:36:20.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3230 | 2024-11-02T03:36:20.825Z | |
3231 | 2024-11-02T03:36:20.825Z | info: running `cargo check --bins` on tufaceous (149/168) |
3232 | 2024-11-02T03:36:21.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3233 | 2024-11-02T03:36:21.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3234 | 2024-11-02T03:36:21.454Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3235 | 2024-11-02T03:36:22.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s |
3236 | 2024-11-02T03:36:22.546Z | |
3237 | 2024-11-02T03:36:22.546Z | info: running `cargo check --bins` on omicron-dev (150/168) |
3238 | 2024-11-02T03:36:23.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3239 | 2024-11-02T03:36:23.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3240 | 2024-11-02T03:36:23.354Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3241 | 2024-11-02T03:36:23.474Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3242 | 2024-11-02T03:36:23.477Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3243 | 2024-11-02T03:36:23.478Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3244 | 2024-11-02T03:37:18.772Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3245 | 2024-11-02T03:37:18.774Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3246 | 2024-11-02T03:37:18.774Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3247 | 2024-11-02T03:37:18.774Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3248 | 2024-11-02T03:37:18.774Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3249 | 2024-11-02T03:37:19.652Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3250 | 2024-11-02T03:37:20.861Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3251 | 2024-11-02T03:40:38.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 15s |
3252 | 2024-11-02T03:40:38.446Z | |
3253 | 2024-11-02T03:40:38.446Z | info: running `cargo check --bins` on openapi-manager (151/168) |
3254 | 2024-11-02T03:40:39.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3255 | 2024-11-02T03:40:39.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3256 | 2024-11-02T03:40:39.115Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3257 | 2024-11-02T03:40:39.118Z | Checking heck v0.4.1 |
3258 | 2024-11-02T03:40:39.118Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3259 | 2024-11-02T03:40:40.649Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3260 | 2024-11-02T03:40:40.688Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3261 | 2024-11-02T03:40:41.512Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3262 | 2024-11-02T03:40:42.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s |
3263 | 2024-11-02T03:40:42.653Z | |
3264 | 2024-11-02T03:40:42.653Z | info: running `cargo check --bins` on installinator-api (152/168) |
3265 | 2024-11-02T03:40:43.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3266 | 2024-11-02T03:40:43.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3267 | 2024-11-02T03:40:43.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3268 | 2024-11-02T03:40:43.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3269 | 2024-11-02T03:40:43.250Z | |
3270 | 2024-11-02T03:40:43.250Z | info: running `cargo check --bins` on wicketd-api (153/168) |
3271 | 2024-11-02T03:40:43.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3272 | 2024-11-02T03:40:43.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3273 | 2024-11-02T03:40:43.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3274 | 2024-11-02T03:40:43.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3275 | 2024-11-02T03:40:43.857Z | |
3276 | 2024-11-02T03:40:43.857Z | info: running `cargo check --bins` on reconfigurator-cli (154/168) |
3277 | 2024-11-02T03:40:44.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3278 | 2024-11-02T03:40:44.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3279 | 2024-11-02T03:40:44.493Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3280 | 2024-11-02T03:40:45.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s |
3281 | 2024-11-02T03:40:45.805Z | |
3282 | 2024-11-02T03:40:45.805Z | info: running `cargo check --bins` on omicron-releng (155/168) |
3283 | 2024-11-02T03:40:46.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3284 | 2024-11-02T03:40:46.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3285 | 2024-11-02T03:40:46.430Z | Checking memmap2 v0.9.5 |
3286 | 2024-11-02T03:40:46.430Z | Checking spin v0.5.2 |
3287 | 2024-11-02T03:40:46.430Z | Checking constant_time_eq v0.3.1 |
3288 | 2024-11-02T03:40:46.432Z | Checking arrayvec v0.7.6 |
3289 | 2024-11-02T03:40:46.433Z | Checking arrayref v0.3.9 |
3290 | 2024-11-02T03:40:46.433Z | Checking untrusted v0.7.1 |
3291 | 2024-11-02T03:40:46.433Z | Checking topological-sort v0.2.2 |
3292 | 2024-11-02T03:40:46.537Z | Checking shell-words v1.1.0 |
3293 | 2024-11-02T03:40:46.728Z | Checking ring v0.16.20 |
3294 | 2024-11-02T03:40:46.826Z | Checking blake3 v1.5.4 |
3295 | 2024-11-02T03:40:47.861Z | Checking omicron-zone-package v0.11.1 |
3296 | 2024-11-02T03:40:48.952Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3297 | 2024-11-02T03:40:49.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s |
3298 | 2024-11-02T03:40:50.017Z | |
3299 | 2024-11-02T03:40:50.017Z | info: running `cargo check --bins` on xtask (156/168) |
3300 | 2024-11-02T03:40:50.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3301 | 2024-11-02T03:40:50.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3302 | 2024-11-02T03:40:50.431Z | Checking bitflags v2.6.0 |
3303 | 2024-11-02T03:40:50.434Z | Checking serde v1.0.210 |
3304 | 2024-11-02T03:40:50.435Z | Checking thiserror v1.0.64 |
3305 | 2024-11-02T03:40:50.518Z | Checking scroll v0.12.0 |
3306 | 2024-11-02T03:40:50.520Z | Checking hashbrown v0.15.0 |
3307 | 2024-11-02T03:40:50.525Z | Checking log v0.4.22 |
3308 | 2024-11-02T03:40:50.534Z | Checking zerocopy v0.7.35 |
3309 | 2024-11-02T03:40:50.557Z | Checking syn v2.0.79 |
3310 | 2024-11-02T03:40:50.615Z | Checking pest v2.7.14 |
3311 | 2024-11-02T03:40:50.741Z | Checking rustix v0.38.37 |
3312 | 2024-11-02T03:40:50.781Z | Checking once_cell v1.20.2 |
3313 | 2024-11-02T03:40:50.970Z | Checking goblin v0.8.2 |
3314 | 2024-11-02T03:40:51.071Z | Checking fs-err v2.11.0 |
3315 | 2024-11-02T03:40:51.390Z | Checking tabled v0.15.0 |
3316 | 2024-11-02T03:40:51.616Z | Checking indexmap v2.6.0 |
3317 | 2024-11-02T03:40:51.925Z | Checking anyhow v1.0.92 |
3318 | 2024-11-02T03:40:52.780Z | Checking terminal_size v0.4.0 |
3319 | 2024-11-02T03:40:52.780Z | Checking tempfile v3.13.0 |
3320 | 2024-11-02T03:40:52.932Z | Checking clap_builder v4.5.20 |
3321 | 2024-11-02T03:40:53.199Z | Checking dtrace-parser v0.2.0 |
3322 | 2024-11-02T03:40:54.830Z | Checking serde_json v1.0.128 |
3323 | 2024-11-02T03:40:54.830Z | Checking serde_spanned v0.6.8 |
3324 | 2024-11-02T03:40:54.830Z | Checking toml_datetime v0.6.8 |
3325 | 2024-11-02T03:40:54.833Z | Checking camino v1.1.9 |
3326 | 2024-11-02T03:40:54.833Z | Checking semver v1.0.23 |
3327 | 2024-11-02T03:40:54.833Z | Checking cargo-platform v0.1.8 |
3328 | 2024-11-02T03:40:55.059Z | Checking macaddr v1.0.1 |
3329 | 2024-11-02T03:40:55.129Z | Checking toml_edit v0.22.22 |
3330 | 2024-11-02T03:40:55.394Z | Checking camino-tempfile v1.1.1 |
3331 | 2024-11-02T03:40:55.557Z | Checking clap v4.5.20 |
3332 | 2024-11-02T03:40:56.019Z | Checking dof v0.3.0 |
3333 | 2024-11-02T03:40:56.019Z | Checking cargo_metadata v0.18.1 |
3334 | 2024-11-02T03:40:56.423Z | Checking usdt-impl v0.5.0 |
3335 | 2024-11-02T03:40:56.775Z | Checking usdt v0.5.0 |
3336 | 2024-11-02T03:40:56.846Z | Checking toml v0.8.19 |
3337 | 2024-11-02T03:40:57.324Z | Checking cargo_toml v0.20.5 |
3338 | 2024-11-02T03:40:58.549Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3339 | 2024-11-02T03:40:59.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.13s |
3340 | 2024-11-02T03:40:59.257Z | |
3341 | 2024-11-02T03:40:59.257Z | info: running `cargo check --bins` on end-to-end-tests (157/168) |
3342 | 2024-11-02T03:40:59.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3343 | 2024-11-02T03:40:59.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3344 | 2024-11-02T03:40:59.979Z | Checking polyval v0.6.2 |
3345 | 2024-11-02T03:41:00.085Z | Checking ctr v0.9.2 |
3346 | 2024-11-02T03:41:00.097Z | Checking ssh-encoding v0.2.0 |
3347 | 2024-11-02T03:41:00.099Z | Checking blowfish v0.9.1 |
3348 | 2024-11-02T03:41:00.120Z | Checking password-hash v0.4.2 |
3349 | 2024-11-02T03:41:00.122Z | Checking matches v0.1.10 |
3350 | 2024-11-02T03:41:00.150Z | Checking p521 v0.13.3 |
3351 | 2024-11-02T03:41:00.150Z | Checking p256 v0.13.2 |
3352 | 2024-11-02T03:41:00.226Z | Checking idna v0.2.3 |
3353 | 2024-11-02T03:41:00.295Z | Checking ghash v0.5.1 |
3354 | 2024-11-02T03:41:00.295Z | Checking bcrypt-pbkdf v0.10.0 |
3355 | 2024-11-02T03:41:00.322Z | Compiling enum-as-inner v0.5.1 |
3356 | 2024-11-02T03:41:00.437Z | Checking russh-cryptovec v0.7.3 |
3357 | 2024-11-02T03:41:00.461Z | Checking aes-gcm v0.10.3 |
3358 | 2024-11-02T03:41:00.536Z | Checking pbkdf2 v0.11.0 |
3359 | 2024-11-02T03:41:00.595Z | Checking md5 v0.7.0 |
3360 | 2024-11-02T03:41:00.632Z | Checking num-bigint v0.4.6 |
3361 | 2024-11-02T03:41:00.650Z | Checking des v0.8.1 |
3362 | 2024-11-02T03:41:00.689Z | Checking ssh-cipher v0.2.0 |
3363 | 2024-11-02T03:41:00.821Z | Checking hex-literal v0.4.1 |
3364 | 2024-11-02T03:41:00.888Z | Compiling dhcproto-macros v0.1.0 |
3365 | 2024-11-02T03:41:00.906Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3366 | 2024-11-02T03:41:00.950Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3367 | 2024-11-02T03:41:00.990Z | Checking ssh-key v0.6.6 |
3368 | 2024-11-02T03:41:01.028Z | Checking internet-checksum v0.2.1 |
3369 | 2024-11-02T03:41:01.326Z | Checking trust-dns-proto v0.22.0 |
3370 | 2024-11-02T03:41:02.309Z | Checking russh-keys v0.45.0 |
3371 | 2024-11-02T03:41:03.268Z | Checking russh v0.45.0 |
3372 | 2024-11-02T03:41:03.870Z | Checking dhcproto v0.12.0 |
3373 | 2024-11-02T03:41:25.249Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3374 | 2024-11-02T03:41:26.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.35s |
3375 | 2024-11-02T03:41:26.809Z | |
3376 | 2024-11-02T03:41:26.809Z | info: running `cargo check --bins` on gateway-cli (158/168) |
3377 | 2024-11-02T03:41:27.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3378 | 2024-11-02T03:41:27.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3379 | 2024-11-02T03:41:27.412Z | Checking termios v0.3.3 |
3380 | 2024-11-02T03:41:27.622Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3381 | 2024-11-02T03:41:28.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s |
3382 | 2024-11-02T03:41:28.543Z | |
3383 | 2024-11-02T03:41:28.543Z | info: running `cargo check --bins --no-default-features` on installinator (159/168) |
3384 | 2024-11-02T03:41:29.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3385 | 2024-11-02T03:41:29.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3386 | 2024-11-02T03:41:29.213Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3387 | 2024-11-02T03:41:31.181Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3388 | 2024-11-02T03:41:33.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s |
3389 | 2024-11-02T03:41:33.343Z | |
3390 | 2024-11-02T03:41:33.343Z | info: running `cargo check --bins` on internal-dns-cli (160/168) |
3391 | 2024-11-02T03:41:33.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3392 | 2024-11-02T03:41:33.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3393 | 2024-11-02T03:41:33.941Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3394 | 2024-11-02T03:41:34.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
3395 | 2024-11-02T03:41:34.552Z | |
3396 | 2024-11-02T03:41:34.552Z | info: running `cargo check --bins` on omicron-live-tests (161/168) |
3397 | 2024-11-02T03:41:35.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3398 | 2024-11-02T03:41:35.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3399 | 2024-11-02T03:41:35.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3400 | 2024-11-02T03:41:35.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3401 | 2024-11-02T03:41:35.134Z | |
3402 | 2024-11-02T03:41:35.134Z | info: running `cargo check --bins` on live-tests-macros (162/168) |
3403 | 2024-11-02T03:41:35.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3404 | 2024-11-02T03:41:35.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3405 | 2024-11-02T03:41:35.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3406 | 2024-11-02T03:41:35.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3407 | 2024-11-02T03:41:35.710Z | |
3408 | 2024-11-02T03:41:35.710Z | info: running `cargo check --bins` on omicron-package (163/168) |
3409 | 2024-11-02T03:41:36.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3410 | 2024-11-02T03:41:36.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3411 | 2024-11-02T03:41:36.329Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3412 | 2024-11-02T03:41:37.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s |
3413 | 2024-11-02T03:41:37.723Z | |
3414 | 2024-11-02T03:41:37.723Z | info: running `cargo check --bins` on wicket-dbg (164/168) |
3415 | 2024-11-02T03:41:38.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3416 | 2024-11-02T03:41:38.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3417 | 2024-11-02T03:41:38.381Z | Checking rtoolbox v0.0.2 |
3418 | 2024-11-02T03:41:38.383Z | Checking tui-tree-widget v0.22.0 |
3419 | 2024-11-02T03:41:38.383Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3420 | 2024-11-02T03:41:38.603Z | Checking rpassword v7.3.1 |
3421 | 2024-11-02T03:41:42.502Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3422 | 2024-11-02T03:41:45.650Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3423 | 2024-11-02T03:41:46.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.06s |
3424 | 2024-11-02T03:41:46.960Z | |
3425 | 2024-11-02T03:41:46.960Z | info: running `cargo check --bins` on wicket (165/168) |
3426 | 2024-11-02T03:41:47.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3427 | 2024-11-02T03:41:47.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3428 | 2024-11-02T03:41:47.602Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3429 | 2024-11-02T03:41:47.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
3430 | 2024-11-02T03:41:48.166Z | |
3431 | 2024-11-02T03:41:48.166Z | info: running `cargo check --bins` on wicketd (166/168) |
3432 | 2024-11-02T03:41:48.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3433 | 2024-11-02T03:41:48.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3434 | 2024-11-02T03:41:48.835Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3435 | 2024-11-02T03:41:58.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.07s |
3436 | 2024-11-02T03:41:58.424Z | |
3437 | 2024-11-02T03:41:58.424Z | info: running `cargo check --bins` on omicron-workspace-hack (167/168) |
3438 | 2024-11-02T03:41:58.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3439 | 2024-11-02T03:41:58.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3440 | 2024-11-02T03:41:58.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3441 | 2024-11-02T03:41:58.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3442 | 2024-11-02T03:41:58.995Z | |
3443 | 2024-11-02T03:41:58.995Z | info: running `cargo check --bins` on zone-setup (168/168) |
3444 | 2024-11-02T03:41:59.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3445 | 2024-11-02T03:41:59.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3446 | 2024-11-02T03:41:59.683Z | Checking uzers v0.12.1 |
3447 | 2024-11-02T03:42:00.014Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3448 | 2024-11-02T03:42:01.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s |
3449 | 2024-11-02T03:42:01.273Z | |
3450 | 2024-11-02T03:42:01.273Z | real 24:21.247358529 |
3451 | 2024-11-02T03:42:01.273Z | user 36:35.424403331 |
3452 | 2024-11-02T03:42:01.273Z | sys 5:16.266013601 |
3453 | 2024-11-02T03:42:01.273Z | trap 0.583152357 |
3454 | 2024-11-02T03:42:01.273Z | tflt 2.883187607 |
3455 | 2024-11-02T03:42:01.273Z | dflt 2.496103048 |
3456 | 2024-11-02T03:42:01.273Z | kflt 0.001387932 |
3457 | 2024-11-02T03:42:01.276Z | lock 1:29:01.432686009 |
3458 | 2024-11-02T03:42:01.276Z | slp 3:27:00.572516644 |
3459 | 2024-11-02T03:42:01.276Z | lat 59.220556744 |
3460 | 2024-11-02T03:42:01.276Z | stop 2:57.726972091 |
3461 | 2024-11-02T03:42:01.276Z | process exited: duration 1829393 ms, exit code 0 |
|
3462 | 2024-11-02T03:42:01.282Z | found 0 output files |