|
|
|
1 | 2024-07-25T01:20:54.945Z | job assigned to worker 01J3KQK0AE0JW85RHNXAYK82HS (queued for 37 s) |
|
2 | 2024-07-25T01:20:55.143Z | starting task 0: "setup" |
3 | 2024-07-25T01:20:55.167Z | ++ uname -s |
4 | 2024-07-25T01:20:55.167Z | + kern=SunOS |
5 | 2024-07-25T01:20:55.167Z | + case "$kern" in |
6 | 2024-07-25T01:20:55.167Z | + groupadd -g 12345 build |
7 | 2024-07-25T01:20:55.167Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-25T01:20:57.173Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-25T01:20:57.220Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-25T01:20:57.243Z | + home_fs=zfs |
11 | 2024-07-25T01:20:57.243Z | + [[ zfs == autofs ]] |
12 | 2024-07-25T01:20:57.243Z | + mkdir -p /home/build |
13 | 2024-07-25T01:20:57.244Z | + chown build:build /home/build /work |
14 | 2024-07-25T01:20:59.234Z | + chmod 0700 /home/build /work |
15 | 2024-07-25T01:20:59.259Z | process exited: duration 4092 ms, exit code 0 |
|
16 | 2024-07-25T01:20:59.319Z | starting task 1: "rust-toolchain" |
17 | 2024-07-25T01:20:59.347Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-25T01:20:59.347Z | ' 1.78.0 |
19 | 2024-07-25T01:20:59.348Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-25T01:20:59.348Z | ' default |
21 | 2024-07-25T01:20:59.348Z | * toolchain channel = "1.78.0" |
22 | 2024-07-25T01:20:59.348Z | * toolchain profile = "default" |
23 | 2024-07-25T01:20:59.348Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-25T01:20:59.348Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-25T01:20:59.472Z | info: downloading installer |
26 | 2024-07-25T01:20:59.978Z | info: profile set to 'default' |
27 | 2024-07-25T01:20:59.978Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-25T01:21:00.002Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-25T01:21:00.075Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-25T01:21:00.075Z | info: downloading component 'cargo' |
31 | 2024-07-25T01:21:00.195Z | info: downloading component 'clippy' |
32 | 2024-07-25T01:21:00.263Z | info: downloading component 'rust-docs' |
33 | 2024-07-25T01:21:00.485Z | info: downloading component 'rust-std' |
34 | 2024-07-25T01:21:00.792Z | info: downloading component 'rustc' |
35 | 2024-07-25T01:21:01.591Z | info: downloading component 'rustfmt' |
36 | 2024-07-25T01:21:01.647Z | info: installing component 'cargo' |
37 | 2024-07-25T01:21:02.778Z | info: installing component 'clippy' |
38 | 2024-07-25T01:21:03.197Z | info: installing component 'rust-docs' |
39 | 2024-07-25T01:21:05.990Z | info: installing component 'rust-std' |
40 | 2024-07-25T01:21:07.944Z | info: installing component 'rustc' |
41 | 2024-07-25T01:21:13.088Z | info: installing component 'rustfmt' |
42 | 2024-07-25T01:21:13.485Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-25T01:21:13.485Z | |
44 | 2024-07-25T01:21:13.625Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-25T01:21:13.625Z | |
46 | 2024-07-25T01:21:13.625Z | |
47 | 2024-07-25T01:21:13.625Z | Rust is installed now. Great! |
48 | 2024-07-25T01:21:13.625Z | |
49 | 2024-07-25T01:21:13.625Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-25T01:21:13.625Z | environment variable. This has not been done automatically. |
51 | 2024-07-25T01:21:13.625Z | |
52 | 2024-07-25T01:21:13.625Z | To configure your current shell, you need to source |
53 | 2024-07-25T01:21:13.626Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-25T01:21:13.626Z | |
55 | 2024-07-25T01:21:13.626Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-25T01:21:13.626Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-25T01:21:13.626Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-25T01:21:13.697Z | + rustc --version |
59 | 2024-07-25T01:21:13.808Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-25T01:21:13.832Z | process exited: duration 14499 ms, exit code 0 |
|
61 | 2024-07-25T01:21:13.882Z | starting task 2: "authentication" |
62 | 2024-07-25T01:21:13.938Z | process exited: duration 58 ms, exit code 0 |
|
63 | 2024-07-25T01:21:13.989Z | starting task 3: "clone repository" |
64 | 2024-07-25T01:21:14.013Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-25T01:21:14.013Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-25T01:21:14.038Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-25T01:21:20.351Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-25T01:21:20.351Z | + git fetch origin c29eee36e0417de41c4cfab15394fbaf874e8303 |
69 | 2024-07-25T01:21:20.715Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-25T01:21:20.715Z | * branch c29eee36e0417de41c4cfab15394fbaf874e8303 -> FETCH_HEAD |
71 | 2024-07-25T01:21:20.739Z | + [[ -n sunshowers/spr/nexussled-agent-move-some-types-around-straighten-up-the-dependency-graph ]] |
72 | 2024-07-25T01:21:20.739Z | ++ git branch --show-current |
73 | 2024-07-25T01:21:20.739Z | + current=main |
74 | 2024-07-25T01:21:20.739Z | + [[ main != sunshowers/spr/nexussled-agent-move-some-types-around-straighten-up-the-dependency-graph ]] |
75 | 2024-07-25T01:21:20.739Z | + git branch -f sunshowers/spr/nexussled-agent-move-some-types-around-straighten-up-the-dependency-graph c29eee36e0417de41c4cfab15394fbaf874e8303 |
76 | 2024-07-25T01:21:20.762Z | + git checkout -f sunshowers/spr/nexussled-agent-move-some-types-around-straighten-up-the-dependency-graph |
77 | 2024-07-25T01:21:20.919Z | Switched to branch 'sunshowers/spr/nexussled-agent-move-some-types-around-straighten-up-the-dependency-graph' |
78 | 2024-07-25T01:21:20.943Z | + git reset --hard c29eee36e0417de41c4cfab15394fbaf874e8303 |
79 | 2024-07-25T01:21:20.966Z | HEAD is now at c29eee36e update one more file |
80 | 2024-07-25T01:21:20.966Z | process exited: duration 6965 ms, exit code 0 |
|
81 | 2024-07-25T01:21:21.014Z | starting task 4: "build" |
82 | 2024-07-25T01:21:21.038Z | + cargo --version |
83 | 2024-07-25T01:21:21.100Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-25T01:21:21.123Z | + rustc --version |
85 | 2024-07-25T01:21:21.179Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-25T01:21:21.203Z | + source ./env.sh |
87 | 2024-07-25T01:21:21.203Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-07-25T01:21:21.203Z | ++ set -o xtrace |
89 | 2024-07-25T01:21:21.203Z | ++++ dirname ./env.sh |
90 | 2024-07-25T01:21:21.203Z | +++ readlink -f . |
91 | 2024-07-25T01:21:21.203Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-07-25T01:21:21.203Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-07-25T01:21:21.203Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-07-25T01:21:21.203Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-07-25T01:21:21.203Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-07-25T01:21:21.203Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-07-25T01:21:21.203Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-07-25T01:21:21.203Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-07-25T01:21:21.203Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-07-25T01:21:21.203Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-07-25T01:21:21.203Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-07-25T01:21:21.203Z | + 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 |
103 | 2024-07-25T01:21:21.203Z | + 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 |
104 | 2024-07-25T01:21:21.203Z | + banner prerequisites |
105 | 2024-07-25T01:21:21.203Z | |
106 | 2024-07-25T01:21:21.203Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-07-25T01:21:21.203Z | # # # # # # # # # # # # # # # |
108 | 2024-07-25T01:21:21.203Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-07-25T01:21:21.203Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-07-25T01:21:21.203Z | # # # # # # # # # # # # # # # |
111 | 2024-07-25T01:21:21.203Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-07-25T01:21:21.203Z | |
113 | 2024-07-25T01:21:21.203Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-07-25T01:21:27.954Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-07-25T01:21:30.588Z | Startup: Caching catalogs ... Done |
116 | 2024-07-25T01:21:35.121Z | Planning: Solver setup ... Done (3.879s) |
117 | 2024-07-25T01:21:35.193Z | Planning: Running solver ... Done (0.071s) |
118 | 2024-07-25T01:21:35.246Z | Planning: Finding local manifests ... Done (0.002s) |
119 | 2024-07-25T01:21:35.328Z | Planning: Fetching manifests: 0/4 0% complete |
120 | 2024-07-25T01:21:35.699Z | Planning: Fetching manifests: 4/4 100% complete |
121 | 2024-07-25T01:21:35.770Z | Planning: Package planning ... Done (0.072s) |
122 | 2024-07-25T01:21:35.969Z | Planning: Merging actions ... Done (0.198s) |
123 | 2024-07-25T01:21:36.378Z | Planning: Checking for conflicting actions ... Done (0.409s) |
124 | 2024-07-25T01:21:36.402Z | Planning: Consolidating action changes ... Done (0.014s) |
125 | 2024-07-25T01:21:37.108Z | Planning: Evaluating mediators ... Done (0.713s) |
126 | 2024-07-25T01:21:37.132Z | Planning: Planning completed in 6.46 seconds |
127 | 2024-07-25T01:21:37.157Z | Packages to install: 4 |
128 | 2024-07-25T01:21:37.157Z | Mediators to change: 2 |
129 | 2024-07-25T01:21:37.157Z | Services to change: 1 |
130 | 2024-07-25T01:21:37.157Z | Estimated space available: 148.89 GB |
131 | 2024-07-25T01:21:37.157Z | Estimated space to be consumed: 1.47 GB |
132 | 2024-07-25T01:21:37.157Z | Create boot environment: No |
133 | 2024-07-25T01:21:37.157Z | Create backup boot environment: No |
134 | 2024-07-25T01:21:37.157Z | Rebuild boot archive: No |
135 | 2024-07-25T01:21:37.157Z | |
136 | 2024-07-25T01:21:37.158Z | Changed mediators: |
137 | 2024-07-25T01:21:37.158Z | mediator clang: |
138 | 2024-07-25T01:21:37.158Z | version: None -> 15 (system default) |
139 | 2024-07-25T01:21:37.158Z | |
140 | 2024-07-25T01:21:37.158Z | mediator llvm: |
141 | 2024-07-25T01:21:37.158Z | version: 14 (system default) -> 15 (system default) |
142 | 2024-07-25T01:21:37.158Z | |
143 | 2024-07-25T01:21:37.158Z | Changed packages: |
144 | 2024-07-25T01:21:37.158Z | helios-dev |
145 | 2024-07-25T01:21:37.158Z | developer/build-essential |
146 | 2024-07-25T01:21:37.158Z | None -> 11-2.0 |
147 | 2024-07-25T01:21:37.158Z | library/libxmlsec1 |
148 | 2024-07-25T01:21:37.158Z | None -> 1.2.35-2.0 |
149 | 2024-07-25T01:21:37.158Z | ooce/developer/clang-15 |
150 | 2024-07-25T01:21:37.158Z | None -> 15.0.7-2.0 |
151 | 2024-07-25T01:21:37.158Z | ooce/developer/llvm-15 |
152 | 2024-07-25T01:21:37.158Z | None -> 15.0.7-2.0 |
153 | 2024-07-25T01:21:37.158Z | |
154 | 2024-07-25T01:21:37.158Z | Services: |
155 | 2024-07-25T01:21:37.158Z | restart_fmri: |
156 | 2024-07-25T01:21:37.158Z | svc:/system/update-man-index:default |
157 | 2024-07-25T01:21:37.199Z | |
158 | 2024-07-25T01:21:37.199Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
159 | 2024-07-25T01:21:42.199Z | Download: 1122/3290 items 26.1/212.6MB 12% complete (5.0M/s) |
160 | 2024-07-25T01:21:47.199Z | Download: 1441/3290 items 106.7/212.6MB 50% complete (10.7M/s) |
161 | 2024-07-25T01:21:52.555Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (10.2M/s) |
162 | 2024-07-25T01:21:57.562Z | Download: 3243/3290 items 170.8/212.6MB 80% complete (5.7M/s) |
163 | 2024-07-25T01:22:03.685Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (8.5M/s) |
164 | 2024-07-25T01:22:07.826Z | Download: Completed 212.60 MB in 30.63 seconds (6.9M/s) |
165 | 2024-07-25T01:22:07.998Z | Actions: 1/3689 actions (Installing new actions) |
166 | 2024-07-25T01:22:13.328Z | Actions: 2359/3689 actions (Installing new actions) |
167 | 2024-07-25T01:22:14.176Z | Actions: Completed 3689 actions in 6.18 seconds. |
168 | 2024-07-25T01:22:14.569Z | Done (0.387s) |
169 | 2024-07-25T01:22:14.569Z | Done (0.000s) |
170 | 2024-07-25T01:22:14.999Z | Done (0.429s) |
171 | 2024-07-25T01:22:20.521Z | Done (5.379s) |
172 | 2024-07-25T01:22:20.621Z | Done (0.019s) |
173 | 2024-07-25T01:22:20.646Z | Done (0.000s) |
174 | 2024-07-25T01:22:20.780Z | Done (0.000s) |
175 | 2024-07-25T01:22:21.485Z | Planning: Evaluating mediator changes ... Done |
176 | 2024-07-25T01:22:21.701Z | Planning: Checking for conflicting actions ... Done |
177 | 2024-07-25T01:22:21.726Z | Planning: Consolidating action changes ... Done |
178 | 2024-07-25T01:22:22.072Z | Planning: Evaluating mediators ... Done |
179 | 2024-07-25T01:22:22.096Z | Planning: Planning completed in 0.59 seconds |
180 | 2024-07-25T01:22:22.121Z | Mediators to change: 2 |
181 | 2024-07-25T01:22:22.121Z | Create boot environment: No |
182 | 2024-07-25T01:22:22.121Z | Create backup boot environment: No |
183 | 2024-07-25T01:22:22.188Z | Done |
184 | 2024-07-25T01:22:22.189Z | Done |
185 | 2024-07-25T01:22:22.475Z | Done |
186 | 2024-07-25T01:22:27.390Z | Done |
187 | 2024-07-25T01:22:27.489Z | Done |
188 | 2024-07-25T01:22:27.490Z | Done |
189 | 2024-07-25T01:22:27.545Z | Done |
190 | 2024-07-25T01:22:28.426Z | Planning: Evaluating mediator changes ... Done |
191 | 2024-07-25T01:22:28.450Z | Planning: Merging actions ... Done |
192 | 2024-07-25T01:22:28.685Z | Planning: Checking for conflicting actions ... Done |
193 | 2024-07-25T01:22:28.709Z | Planning: Consolidating action changes ... Done |
194 | 2024-07-25T01:22:29.049Z | Planning: Evaluating mediators ... Done |
195 | 2024-07-25T01:22:29.128Z | Planning: Planning completed in 1.06 seconds |
196 | 2024-07-25T01:22:29.177Z | Packages to change: 1 |
197 | 2024-07-25T01:22:29.177Z | Mediators to change: 1 |
198 | 2024-07-25T01:22:29.177Z | Services to change: 1 |
199 | 2024-07-25T01:22:29.177Z | Create boot environment: No |
200 | 2024-07-25T01:22:29.201Z | Create backup boot environment: Yes |
201 | 2024-07-25T01:22:30.792Z | Actions: 1/6 actions (Updating modified actions) |
202 | 2024-07-25T01:22:30.817Z | Actions: Completed 6 actions in 0.00 seconds. |
203 | 2024-07-25T01:22:30.817Z | Done |
204 | 2024-07-25T01:22:30.817Z | Done |
205 | 2024-07-25T01:22:30.882Z | Done |
206 | 2024-07-25T01:22:35.699Z | Done |
207 | 2024-07-25T01:22:35.817Z | Done |
208 | 2024-07-25T01:22:35.841Z | Done |
209 | 2024-07-25T01:22:35.890Z | Done |
210 | 2024-07-25T01:22:36.454Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
211 | 2024-07-25T01:22:36.454Z | clang system 15 system |
212 | 2024-07-25T01:22:36.454Z | csh system system illumos |
213 | 2024-07-25T01:22:36.454Z | ctags system system illumos |
214 | 2024-07-25T01:22:36.454Z | gcc vendor 12 vendor |
215 | 2024-07-25T01:22:36.454Z | gcc system 10 system |
216 | 2024-07-25T01:22:36.454Z | gcc system 7 system |
217 | 2024-07-25T01:22:36.454Z | go system 1.20 system |
218 | 2024-07-25T01:22:36.454Z | go system 1.19 system |
219 | 2024-07-25T01:22:36.454Z | llvm system 15 system |
220 | 2024-07-25T01:22:36.454Z | llvm system 14 system |
221 | 2024-07-25T01:22:36.454Z | mariadb system 10.6 system |
222 | 2024-07-25T01:22:36.454Z | mta vendor vendor dma |
223 | 2024-07-25T01:22:36.454Z | openjdk system 17 system |
224 | 2024-07-25T01:22:36.454Z | openjdk system 11 system |
225 | 2024-07-25T01:22:36.454Z | openjdk system 1.8 system |
226 | 2024-07-25T01:22:36.454Z | openssl vendor 3 vendor |
227 | 2024-07-25T01:22:36.454Z | perl system 5.36 system |
228 | 2024-07-25T01:22:36.454Z | postgresql system 15 system |
229 | 2024-07-25T01:22:36.454Z | postgresql system 13 system |
230 | 2024-07-25T01:22:36.454Z | python vendor 3 vendor |
231 | 2024-07-25T01:22:36.454Z | python system 2 system |
232 | 2024-07-25T01:22:36.455Z | python3 system 3.11 system |
233 | 2024-07-25T01:22:36.455Z | ruby system 3.0 system |
234 | 2024-07-25T01:22:36.455Z | words vendor vendor american-english |
235 | 2024-07-25T01:22:36.455Z | words system system australian-english |
236 | 2024-07-25T01:22:36.455Z | words system system british-english |
237 | 2024-07-25T01:22:36.455Z | words system system canadian-english |
238 | 2024-07-25T01:22:36.455Z | words system system french |
239 | 2024-07-25T01:22:36.455Z | words system system italian |
240 | 2024-07-25T01:22:36.455Z | words system system ngerman |
241 | 2024-07-25T01:22:36.455Z | words system system ogerman |
242 | 2024-07-25T01:22:36.455Z | words system system spanish |
243 | 2024-07-25T01:22:36.903Z | PUBLISHER TYPE STATUS P LOCATION |
244 | 2024-07-25T01:22:36.903Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
245 | 2024-07-25T01:22:39.031Z | FMRI IFO |
246 | 2024-07-25T01:22:39.031Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
247 | 2024-07-25T01:22:39.031Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
248 | 2024-07-25T01:22:39.032Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
249 | 2024-07-25T01:22:39.032Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
250 | 2024-07-25T01:22:39.032Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
251 | 2024-07-25T01:22:39.032Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
252 | 2024-07-25T01:22:39.032Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
253 | 2024-07-25T01:22:39.032Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
254 | 2024-07-25T01:22:39.032Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
255 | 2024-07-25T01:22:39.032Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
256 | 2024-07-25T01:22:39.032Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
257 | 2024-07-25T01:22:39.032Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
258 | 2024-07-25T01:22:39.681Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
259 | 2024-07-25T01:22:40.196Z | Updating git repository `https://github.com/oxidecomputer/zone` |
260 | 2024-07-25T01:22:40.545Z | Updating crates.io index |
261 | 2024-07-25T01:22:40.611Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
262 | 2024-07-25T01:22:41.514Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
263 | 2024-07-25T01:22:42.373Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
264 | 2024-07-25T01:22:42.754Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
265 | 2024-07-25T01:22:45.031Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
266 | 2024-07-25T01:22:45.599Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
267 | 2024-07-25T01:22:45.920Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
268 | 2024-07-25T01:22:47.121Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
269 | 2024-07-25T01:22:49.475Z | Updating git repository `https://github.com/oxidecomputer/opte` |
270 | 2024-07-25T01:22:50.616Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
271 | 2024-07-25T01:22:51.353Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
272 | 2024-07-25T01:22:52.037Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
273 | 2024-07-25T01:22:52.414Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
274 | 2024-07-25T01:22:52.776Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
275 | 2024-07-25T01:22:53.167Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
276 | 2024-07-25T01:22:53.525Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
277 | 2024-07-25T01:22:53.826Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
278 | 2024-07-25T01:22:54.170Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
279 | 2024-07-25T01:22:54.600Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
280 | 2024-07-25T01:22:54.996Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
281 | 2024-07-25T01:22:55.489Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
282 | 2024-07-25T01:22:56.044Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
283 | 2024-07-25T01:22:56.870Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
284 | 2024-07-25T01:22:57.253Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
285 | 2024-07-25T01:22:57.740Z | Updating git repository `https://github.com/oxidecomputer/typify` |
286 | 2024-07-25T01:23:00.291Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
287 | 2024-07-25T01:23:00.747Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
288 | 2024-07-25T01:23:01.139Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
289 | 2024-07-25T01:23:01.737Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
290 | 2024-07-25T01:23:03.337Z | Downloading crates ... |
291 | 2024-07-25T01:23:03.422Z | Downloaded colorchoice v1.0.1 |
292 | 2024-07-25T01:23:03.447Z | Downloaded usdt-attr-macro v0.5.0 |
293 | 2024-07-25T01:23:03.447Z | Downloaded want v0.3.1 |
294 | 2024-07-25T01:23:03.473Z | Downloaded usdt-macro v0.5.0 |
295 | 2024-07-25T01:23:03.473Z | Downloaded take_mut v0.2.2 |
296 | 2024-07-25T01:23:03.473Z | Downloaded try-lock v0.2.5 |
297 | 2024-07-25T01:23:03.473Z | Downloaded tinyvec_macros v0.1.1 |
298 | 2024-07-25T01:23:03.473Z | Downloaded xattr v1.3.1 |
299 | 2024-07-25T01:23:03.473Z | Downloaded zerocopy-derive v0.7.34 |
300 | 2024-07-25T01:23:03.498Z | Downloaded utf8parse v0.2.1 |
301 | 2024-07-25T01:23:03.498Z | Downloaded version_check v0.9.4 |
302 | 2024-07-25T01:23:03.498Z | Downloaded libc v0.2.155 |
303 | 2024-07-25T01:23:03.530Z | Downloaded tinyvec v1.6.0 |
304 | 2024-07-25T01:23:03.554Z | Downloaded url v2.5.2 |
305 | 2024-07-25T01:23:03.555Z | Downloaded unicode-normalization v0.1.23 |
306 | 2024-07-25T01:23:03.555Z | Downloaded zerocopy v0.7.34 |
307 | 2024-07-25T01:23:03.579Z | Downloaded tabled v0.15.0 |
308 | 2024-07-25T01:23:03.605Z | Downloaded syn v2.0.72 |
309 | 2024-07-25T01:23:03.629Z | Downloaded unicode-width v0.1.13 |
310 | 2024-07-25T01:23:03.629Z | Downloaded syn v1.0.109 |
311 | 2024-07-25T01:23:03.653Z | Downloaded tokio v1.38.1 |
312 | 2024-07-25T01:23:03.688Z | Downloaded rustix v0.38.34 |
313 | 2024-07-25T01:23:03.721Z | Downloaded reqwest v0.11.27 |
314 | 2024-07-25T01:23:03.745Z | Downloaded winnow v0.6.8 |
315 | 2024-07-25T01:23:03.745Z | Downloaded vcpkg v0.2.15 |
316 | 2024-07-25T01:23:03.808Z | Downloaded tokio-util v0.7.11 |
317 | 2024-07-25T01:23:03.832Z | Downloaded time v0.3.36 |
318 | 2024-07-25T01:23:03.832Z | Downloaded serde_json v1.0.120 |
319 | 2024-07-25T01:23:03.856Z | Downloaded encoding_rs v0.8.34 |
320 | 2024-07-25T01:23:03.880Z | Downloaded unicode-ident v1.0.12 |
321 | 2024-07-25T01:23:03.880Z | Downloaded unicode-bidi v0.3.15 |
322 | 2024-07-25T01:23:03.880Z | Downloaded ucd-trie v0.1.6 |
323 | 2024-07-25T01:23:03.880Z | Downloaded tracing-core v0.1.32 |
324 | 2024-07-25T01:23:03.904Z | Downloaded tracing v0.1.40 |
325 | 2024-07-25T01:23:03.904Z | Downloaded toml_edit v0.22.16 |
326 | 2024-07-25T01:23:03.928Z | Downloaded term v0.7.0 |
327 | 2024-07-25T01:23:03.929Z | Downloaded socket2 v0.5.7 |
328 | 2024-07-25T01:23:03.929Z | Downloaded serde v1.0.204 |
329 | 2024-07-25T01:23:03.929Z | Downloaded time-macros v0.2.18 |
330 | 2024-07-25T01:23:03.953Z | Downloaded slog v2.7.0 |
331 | 2024-07-25T01:23:03.953Z | Downloaded serde_derive v1.0.204 |
332 | 2024-07-25T01:23:03.953Z | Downloaded usdt v0.5.0 |
333 | 2024-07-25T01:23:03.953Z | Downloaded typenum v1.17.0 |
334 | 2024-07-25T01:23:03.953Z | Downloaded toml_datetime v0.6.6 |
335 | 2024-07-25T01:23:03.953Z | Downloaded toml v0.8.15 |
336 | 2024-07-25T01:23:03.953Z | Downloaded terminal_size v0.3.0 |
337 | 2024-07-25T01:23:03.953Z | Downloaded slog-term v2.9.1 |
338 | 2024-07-25T01:23:03.953Z | Downloaded ryu v1.0.18 |
339 | 2024-07-25T01:23:03.977Z | Downloaded proc-macro2 v1.0.86 |
340 | 2024-07-25T01:23:03.977Z | Downloaded usdt-impl v0.5.0 |
341 | 2024-07-25T01:23:03.977Z | Downloaded tokio-native-tls v0.3.1 |
342 | 2024-07-25T01:23:03.977Z | Downloaded tokio-macros v2.3.0 |
343 | 2024-07-25T01:23:03.977Z | Downloaded thread-id v4.2.1 |
344 | 2024-07-25T01:23:03.977Z | Downloaded tar v0.4.41 |
345 | 2024-07-25T01:23:03.977Z | Downloaded signal-hook-registry v1.4.2 |
346 | 2024-07-25T01:23:03.977Z | Downloaded idna v0.5.0 |
347 | 2024-07-25T01:23:04.002Z | Downloaded goblin v0.8.2 |
348 | 2024-07-25T01:23:04.002Z | Downloaded serde_spanned v0.6.6 |
349 | 2024-07-25T01:23:04.002Z | Downloaded hyper v0.14.28 |
350 | 2024-07-25T01:23:04.002Z | Downloaded hashbrown v0.14.5 |
351 | 2024-07-25T01:23:04.026Z | Downloaded futures-util v0.3.30 |
352 | 2024-07-25T01:23:04.026Z | Downloaded pest v2.7.10 |
353 | 2024-07-25T01:23:04.026Z | Downloaded openssl v0.10.66 |
354 | 2024-07-25T01:23:04.051Z | Downloaded http v0.2.12 |
355 | 2024-07-25T01:23:04.051Z | Downloaded thiserror v1.0.62 |
356 | 2024-07-25T01:23:04.051Z | Downloaded strum_macros v0.26.4 |
357 | 2024-07-25T01:23:04.075Z | Downloaded strum v0.26.3 |
358 | 2024-07-25T01:23:04.075Z | Downloaded smallvec v1.13.2 |
359 | 2024-07-25T01:23:04.075Z | Downloaded slog-bunyan v2.5.0 |
360 | 2024-07-25T01:23:04.075Z | Downloaded once_cell v1.19.0 |
361 | 2024-07-25T01:23:04.075Z | Downloaded num_cpus v1.16.0 |
362 | 2024-07-25T01:23:04.076Z | Downloaded miniz_oxide v0.7.2 |
363 | 2024-07-25T01:23:04.076Z | Downloaded memmap v0.7.0 |
364 | 2024-07-25T01:23:04.076Z | Downloaded futures v0.3.30 |
365 | 2024-07-25T01:23:04.076Z | Downloaded swrite v0.1.0 |
366 | 2024-07-25T01:23:04.100Z | Downloaded sha2 v0.10.8 |
367 | 2024-07-25T01:23:04.100Z | Downloaded serde_urlencoded v0.7.1 |
368 | 2024-07-25T01:23:04.100Z | Downloaded semver v1.0.23 |
369 | 2024-07-25T01:23:04.100Z | Downloaded quote v1.0.36 |
370 | 2024-07-25T01:23:04.100Z | Downloaded proc-macro-error v1.0.4 |
371 | 2024-07-25T01:23:04.100Z | Downloaded pin-project-lite v0.2.14 |
372 | 2024-07-25T01:23:04.100Z | Downloaded parking_lot v0.12.2 |
373 | 2024-07-25T01:23:04.124Z | Downloaded openssl-sys v0.9.103 |
374 | 2024-07-25T01:23:04.124Z | Downloaded match_cfg v0.1.0 |
375 | 2024-07-25T01:23:04.124Z | Downloaded log v0.4.21 |
376 | 2024-07-25T01:23:04.124Z | Downloaded ipnet v2.9.0 |
377 | 2024-07-25T01:23:04.124Z | Downloaded h2 v0.3.26 |
378 | 2024-07-25T01:23:04.149Z | Downloaded futures-io v0.3.30 |
379 | 2024-07-25T01:23:04.149Z | Downloaded futures-channel v0.3.30 |
380 | 2024-07-25T01:23:04.149Z | Downloaded fs-err v2.11.0 |
381 | 2024-07-25T01:23:04.149Z | Downloaded thread_local v1.1.8 |
382 | 2024-07-25T01:23:04.149Z | Downloaded thiserror-impl v1.0.62 |
383 | 2024-07-25T01:23:04.149Z | Downloaded tabled_derive v0.7.0 |
384 | 2024-07-25T01:23:04.149Z | Downloaded slog-async v2.8.0 |
385 | 2024-07-25T01:23:04.149Z | Downloaded slab v0.4.9 |
386 | 2024-07-25T01:23:04.149Z | Downloaded serde_tokenstream v0.2.1 |
387 | 2024-07-25T01:23:04.149Z | Downloaded scroll v0.12.0 |
388 | 2024-07-25T01:23:04.149Z | Downloaded scopeguard v1.2.0 |
389 | 2024-07-25T01:23:04.149Z | Downloaded pin-utils v0.1.0 |
390 | 2024-07-25T01:23:04.173Z | Downloaded pest_generator v2.7.10 |
391 | 2024-07-25T01:23:04.173Z | Downloaded papergrid v0.11.0 |
392 | 2024-07-25T01:23:04.173Z | Downloaded openssl-macros v0.1.1 |
393 | 2024-07-25T01:23:04.174Z | Downloaded native-tls v0.2.11 |
394 | 2024-07-25T01:23:04.174Z | Downloaded mio v0.8.11 |
395 | 2024-07-25T01:23:04.174Z | Downloaded memchr v2.7.2 |
396 | 2024-07-25T01:23:04.199Z | Downloaded is_terminal_polyfill v1.70.0 |
397 | 2024-07-25T01:23:04.199Z | Downloaded indexmap v2.2.6 |
398 | 2024-07-25T01:23:04.199Z | Downloaded httparse v1.8.0 |
399 | 2024-07-25T01:23:04.199Z | Downloaded heck v0.5.0 |
400 | 2024-07-25T01:23:04.199Z | Downloaded futures-executor v0.3.30 |
401 | 2024-07-25T01:23:04.199Z | Downloaded fnv v1.0.7 |
402 | 2024-07-25T01:23:04.199Z | Downloaded flate2 v1.0.30 |
403 | 2024-07-25T01:23:04.199Z | Downloaded filetime v0.2.23 |
404 | 2024-07-25T01:23:04.223Z | Downloaded clap_builder v4.5.9 |
405 | 2024-07-25T01:23:04.223Z | Downloaded base64 v0.21.7 |
406 | 2024-07-25T01:23:04.223Z | Downloaded tower-service v0.3.2 |
407 | 2024-07-25T01:23:04.223Z | Downloaded time-core v0.1.2 |
408 | 2024-07-25T01:23:04.223Z | Downloaded strsim v0.11.1 |
409 | 2024-07-25T01:23:04.223Z | Downloaded slog-json v2.6.1 |
410 | 2024-07-25T01:23:04.223Z | Downloaded scroll_derive v0.12.0 |
411 | 2024-07-25T01:23:04.223Z | Downloaded rustversion v1.0.17 |
412 | 2024-07-25T01:23:04.223Z | Downloaded rustls-pemfile v1.0.4 |
413 | 2024-07-25T01:23:04.248Z | Downloaded proc-macro-error-attr v1.0.4 |
414 | 2024-07-25T01:23:04.248Z | Downloaded pretty-hex v0.4.1 |
415 | 2024-07-25T01:23:04.248Z | Downloaded powerfmt v0.2.0 |
416 | 2024-07-25T01:23:04.248Z | Downloaded plain v0.2.3 |
417 | 2024-07-25T01:23:04.248Z | Downloaded pkg-config v0.3.30 |
418 | 2024-07-25T01:23:04.248Z | Downloaded pest_meta v2.7.10 |
419 | 2024-07-25T01:23:04.248Z | Downloaded pest_derive v2.7.10 |
420 | 2024-07-25T01:23:04.248Z | Downloaded percent-encoding v2.3.1 |
421 | 2024-07-25T01:23:04.248Z | Downloaded parking_lot_core v0.9.10 |
422 | 2024-07-25T01:23:04.248Z | Downloaded mime v0.3.17 |
423 | 2024-07-25T01:23:04.248Z | Downloaded lock_api v0.4.12 |
424 | 2024-07-25T01:23:04.248Z | Downloaded hyper-tls v0.5.0 |
425 | 2024-07-25T01:23:04.248Z | Downloaded httpdate v1.0.3 |
426 | 2024-07-25T01:23:04.248Z | Downloaded http-body v0.4.6 |
427 | 2024-07-25T01:23:04.272Z | Downloaded futures-task v0.3.30 |
428 | 2024-07-25T01:23:04.272Z | Downloaded futures-sink v0.3.30 |
429 | 2024-07-25T01:23:04.272Z | Downloaded futures-core v0.3.30 |
430 | 2024-07-25T01:23:04.272Z | Downloaded form_urlencoded v1.2.1 |
431 | 2024-07-25T01:23:04.272Z | Downloaded foreign-types-shared v0.1.1 |
432 | 2024-07-25T01:23:04.272Z | Downloaded crossbeam-channel v0.5.12 |
433 | 2024-07-25T01:23:04.272Z | Downloaded cc v1.0.97 |
434 | 2024-07-25T01:23:04.272Z | Downloaded cargo-platform v0.1.8 |
435 | 2024-07-25T01:23:04.272Z | Downloaded camino v1.1.7 |
436 | 2024-07-25T01:23:04.272Z | Downloaded bytes v1.6.0 |
437 | 2024-07-25T01:23:04.296Z | Downloaded anstream v0.6.14 |
438 | 2024-07-25T01:23:04.296Z | Downloaded sync_wrapper v0.1.2 |
439 | 2024-07-25T01:23:04.296Z | Downloaded openssl-probe v0.1.5 |
440 | 2024-07-25T01:23:04.297Z | Downloaded num_threads v0.1.7 |
441 | 2024-07-25T01:23:04.297Z | Downloaded num-conv v0.1.0 |
442 | 2024-07-25T01:23:04.297Z | Downloaded macaddr v1.0.1 |
443 | 2024-07-25T01:23:04.297Z | Downloaded itoa v1.0.11 |
444 | 2024-07-25T01:23:04.297Z | Downloaded is-terminal v0.4.12 |
445 | 2024-07-25T01:23:04.297Z | Downloaded hostname v0.3.1 |
446 | 2024-07-25T01:23:04.297Z | Downloaded heck v0.4.1 |
447 | 2024-07-25T01:23:04.297Z | Downloaded generic-array v0.14.7 |
448 | 2024-07-25T01:23:04.297Z | Downloaded futures-macro v0.3.30 |
449 | 2024-07-25T01:23:04.297Z | Downloaded foreign-types v0.3.2 |
450 | 2024-07-25T01:23:04.297Z | Downloaded errno v0.3.9 |
451 | 2024-07-25T01:23:04.321Z | Downloaded equivalent v1.0.1 |
452 | 2024-07-25T01:23:04.321Z | Downloaded dtrace-parser v0.2.0 |
453 | 2024-07-25T01:23:04.321Z | Downloaded dof v0.3.0 |
454 | 2024-07-25T01:23:04.321Z | Downloaded dirs-sys-next v0.1.2 |
455 | 2024-07-25T01:23:04.321Z | Downloaded dirs-next v2.0.0 |
456 | 2024-07-25T01:23:04.321Z | Downloaded digest v0.10.7 |
457 | 2024-07-25T01:23:04.321Z | Downloaded deranged v0.3.11 |
458 | 2024-07-25T01:23:04.321Z | Downloaded crypto-common v0.1.6 |
459 | 2024-07-25T01:23:04.321Z | Downloaded crossbeam-utils v0.8.19 |
460 | 2024-07-25T01:23:04.321Z | Downloaded crc32fast v1.4.0 |
461 | 2024-07-25T01:23:04.321Z | Downloaded cpufeatures v0.2.12 |
462 | 2024-07-25T01:23:04.321Z | Downloaded clap_lex v0.7.0 |
463 | 2024-07-25T01:23:04.321Z | Downloaded clap_derive v4.5.8 |
464 | 2024-07-25T01:23:04.321Z | Downloaded clap v4.5.9 |
465 | 2024-07-25T01:23:04.347Z | Downloaded cfg-if v1.0.0 |
466 | 2024-07-25T01:23:04.347Z | Downloaded cargo_toml v0.20.4 |
467 | 2024-07-25T01:23:04.347Z | Downloaded byteorder v1.5.0 |
468 | 2024-07-25T01:23:04.347Z | Downloaded bytecount v0.6.8 |
469 | 2024-07-25T01:23:04.347Z | Downloaded block-buffer v0.10.4 |
470 | 2024-07-25T01:23:04.347Z | Downloaded bitflags v2.5.0 |
471 | 2024-07-25T01:23:04.347Z | Downloaded autocfg v1.3.0 |
472 | 2024-07-25T01:23:04.371Z | Downloaded anyhow v1.0.86 |
473 | 2024-07-25T01:23:04.372Z | Downloaded anstyle-query v1.0.3 |
474 | 2024-07-25T01:23:04.372Z | Downloaded anstyle-parse v0.2.4 |
475 | 2024-07-25T01:23:04.372Z | Downloaded anstyle v1.0.7 |
476 | 2024-07-25T01:23:04.372Z | Downloaded adler v1.0.2 |
477 | 2024-07-25T01:23:04.372Z | Downloaded cargo_metadata v0.18.1 |
478 | 2024-07-25T01:23:04.615Z | Compiling proc-macro2 v1.0.86 |
479 | 2024-07-25T01:23:04.615Z | Compiling unicode-ident v1.0.12 |
480 | 2024-07-25T01:23:04.615Z | Compiling libc v0.2.155 |
481 | 2024-07-25T01:23:04.640Z | Compiling version_check v0.9.4 |
482 | 2024-07-25T01:23:04.640Z | Compiling cfg-if v1.0.0 |
483 | 2024-07-25T01:23:04.640Z | Compiling once_cell v1.19.0 |
484 | 2024-07-25T01:23:04.640Z | Compiling itoa v1.0.11 |
485 | 2024-07-25T01:23:04.640Z | Compiling autocfg v1.3.0 |
486 | 2024-07-25T01:23:04.762Z | Compiling serde v1.0.204 |
487 | 2024-07-25T01:23:04.817Z | Compiling memchr v2.7.2 |
488 | 2024-07-25T01:23:04.841Z | Compiling thiserror v1.0.62 |
489 | 2024-07-25T01:23:05.093Z | Compiling ryu v1.0.18 |
490 | 2024-07-25T01:23:05.371Z | Compiling pin-project-lite v0.2.14 |
491 | 2024-07-25T01:23:05.484Z | Compiling bitflags v2.5.0 |
492 | 2024-07-25T01:23:05.518Z | Compiling pkg-config v0.3.30 |
493 | 2024-07-25T01:23:05.543Z | Compiling ucd-trie v0.1.6 |
494 | 2024-07-25T01:23:05.569Z | Compiling cc v1.0.97 |
495 | 2024-07-25T01:23:05.628Z | Compiling lock_api v0.4.12 |
496 | 2024-07-25T01:23:05.966Z | Compiling parking_lot_core v0.9.10 |
497 | 2024-07-25T01:23:05.992Z | Compiling vcpkg v0.2.15 |
498 | 2024-07-25T01:23:06.390Z | Compiling quote v1.0.36 |
499 | 2024-07-25T01:23:06.641Z | Compiling slab v0.4.9 |
500 | 2024-07-25T01:23:06.673Z | Compiling futures-core v0.3.30 |
501 | 2024-07-25T01:23:06.908Z | Compiling syn v2.0.72 |
502 | 2024-07-25T01:23:06.933Z | Compiling futures-sink v0.3.30 |
503 | 2024-07-25T01:23:07.007Z | Compiling bytes v1.6.0 |
504 | 2024-07-25T01:23:07.069Z | Compiling smallvec v1.13.2 |
505 | 2024-07-25T01:23:07.175Z | Compiling scopeguard v1.2.0 |
506 | 2024-07-25T01:23:07.480Z | Compiling equivalent v1.0.1 |
507 | 2024-07-25T01:23:07.588Z | Compiling fnv v1.0.7 |
508 | 2024-07-25T01:23:07.618Z | Compiling serde_json v1.0.120 |
509 | 2024-07-25T01:23:07.665Z | Compiling log v0.4.21 |
510 | 2024-07-25T01:23:07.721Z | Compiling byteorder v1.5.0 |
511 | 2024-07-25T01:23:07.917Z | Compiling hashbrown v0.14.5 |
512 | 2024-07-25T01:23:08.105Z | Compiling parking_lot v0.12.2 |
513 | 2024-07-25T01:23:08.254Z | Compiling futures-channel v0.3.30 |
514 | 2024-07-25T01:23:08.284Z | Compiling signal-hook-registry v1.4.2 |
515 | 2024-07-25T01:23:08.310Z | Compiling mio v0.8.11 |
516 | 2024-07-25T01:23:08.430Z | Compiling socket2 v0.5.7 |
517 | 2024-07-25T01:23:08.679Z | Compiling num_cpus v1.16.0 |
518 | 2024-07-25T01:23:08.822Z | Compiling futures-io v0.3.30 |
519 | 2024-07-25T01:23:09.058Z | Compiling futures-task v0.3.30 |
520 | 2024-07-25T01:23:09.114Z | Compiling openssl-sys v0.9.103 |
521 | 2024-07-25T01:23:09.145Z | Compiling indexmap v2.2.6 |
522 | 2024-07-25T01:23:09.215Z | Compiling typenum v1.17.0 |
523 | 2024-07-25T01:23:09.411Z | Compiling rustix v0.38.34 |
524 | 2024-07-25T01:23:09.528Z | Compiling pin-utils v0.1.0 |
525 | 2024-07-25T01:23:09.623Z | Compiling errno v0.3.9 |
526 | 2024-07-25T01:23:09.682Z | Compiling generic-array v0.14.7 |
527 | 2024-07-25T01:23:09.777Z | Compiling foreign-types-shared v0.1.1 |
528 | 2024-07-25T01:23:09.841Z | Compiling openssl v0.10.66 |
529 | 2024-07-25T01:23:09.891Z | Compiling slog v2.7.0 |
530 | 2024-07-25T01:23:10.045Z | Compiling foreign-types v0.3.2 |
531 | 2024-07-25T01:23:10.225Z | Compiling http v0.2.12 |
532 | 2024-07-25T01:23:10.377Z | Compiling proc-macro-error-attr v1.0.4 |
533 | 2024-07-25T01:23:10.478Z | Compiling usdt-impl v0.5.0 |
534 | 2024-07-25T01:23:10.688Z | Compiling tracing-core v0.1.32 |
535 | 2024-07-25T01:23:10.837Z | Compiling native-tls v0.2.11 |
536 | 2024-07-25T01:23:11.058Z | Compiling num-conv v0.1.0 |
537 | 2024-07-25T01:23:11.245Z | Compiling time-core v0.1.2 |
538 | 2024-07-25T01:23:11.365Z | Compiling syn v1.0.109 |
539 | 2024-07-25T01:23:11.431Z | Compiling tinyvec_macros v0.1.1 |
540 | 2024-07-25T01:23:11.532Z | Compiling powerfmt v0.2.0 |
541 | 2024-07-25T01:23:11.781Z | Compiling httparse v1.8.0 |
542 | 2024-07-25T01:23:11.843Z | Compiling deranged v0.3.11 |
543 | 2024-07-25T01:23:12.071Z | Compiling tinyvec v1.6.0 |
544 | 2024-07-25T01:23:12.173Z | Compiling tracing v0.1.40 |
545 | 2024-07-25T01:23:12.227Z | Compiling time-macros v0.2.18 |
546 | 2024-07-25T01:23:12.632Z | Compiling thread-id v4.2.1 |
547 | 2024-07-25T01:23:12.906Z | Compiling proc-macro-error v1.0.4 |
548 | 2024-07-25T01:23:13.169Z | Compiling openssl-probe v0.1.5 |
549 | 2024-07-25T01:23:13.198Z | Compiling num_threads v0.1.7 |
550 | 2024-07-25T01:23:13.300Z | Compiling crossbeam-utils v0.8.19 |
551 | 2024-07-25T01:23:13.341Z | Compiling rustversion v1.0.17 |
552 | 2024-07-25T01:23:13.536Z | Compiling heck v0.5.0 |
553 | 2024-07-25T01:23:13.560Z | Compiling percent-encoding v2.3.1 |
554 | 2024-07-25T01:23:13.706Z | Compiling plain v0.2.3 |
555 | 2024-07-25T01:23:13.778Z | Compiling utf8parse v0.2.1 |
556 | 2024-07-25T01:23:13.882Z | Compiling try-lock v0.2.5 |
557 | 2024-07-25T01:23:13.968Z | Compiling anstyle-parse v0.2.4 |
558 | 2024-07-25T01:23:13.968Z | Compiling form_urlencoded v1.2.1 |
559 | 2024-07-25T01:23:14.024Z | Compiling want v0.3.1 |
560 | 2024-07-25T01:23:14.048Z | Compiling unicode-normalization v0.1.23 |
561 | 2024-07-25T01:23:14.323Z | Compiling http-body v0.4.6 |
562 | 2024-07-25T01:23:14.347Z | Compiling dirs-sys-next v0.1.2 |
563 | 2024-07-25T01:23:14.886Z | Compiling camino v1.1.7 |
564 | 2024-07-25T01:23:14.942Z | Compiling winnow v0.6.8 |
565 | 2024-07-25T01:23:14.966Z | Compiling anstyle v1.0.7 |
566 | 2024-07-25T01:23:15.072Z | Compiling semver v1.0.23 |
567 | 2024-07-25T01:23:15.096Z | Compiling unicode-bidi v0.3.15 |
568 | 2024-07-25T01:23:15.413Z | Compiling anstyle-query v1.0.3 |
569 | 2024-07-25T01:23:15.478Z | Compiling time v0.3.36 |
570 | 2024-07-25T01:23:15.504Z | Compiling crc32fast v1.4.0 |
571 | 2024-07-25T01:23:15.554Z | Compiling httpdate v1.0.3 |
572 | 2024-07-25T01:23:15.578Z | Compiling pretty-hex v0.4.1 |
573 | 2024-07-25T01:23:15.790Z | Compiling colorchoice v1.0.1 |
574 | 2024-07-25T01:23:16.021Z | Compiling is_terminal_polyfill v1.70.0 |
575 | 2024-07-25T01:23:16.045Z | Compiling tower-service v0.3.2 |
576 | 2024-07-25T01:23:16.148Z | Compiling anstream v0.6.14 |
577 | 2024-07-25T01:23:16.172Z | Compiling idna v0.5.0 |
578 | 2024-07-25T01:23:16.496Z | Compiling dirs-next v2.0.0 |
579 | 2024-07-25T01:23:17.525Z | Compiling crypto-common v0.1.6 |
580 | 2024-07-25T01:23:17.550Z | Compiling block-buffer v0.10.4 |
581 | 2024-07-25T01:23:17.728Z | Compiling terminal_size v0.3.0 |
582 | 2024-07-25T01:23:17.918Z | Compiling fs-err v2.11.0 |
583 | 2024-07-25T01:23:17.952Z | Compiling thread_local v1.1.8 |
584 | 2024-07-25T01:23:17.975Z | Compiling base64 v0.21.7 |
585 | 2024-07-25T01:23:18.060Z | Compiling strsim v0.11.1 |
586 | 2024-07-25T01:23:18.199Z | Compiling clap_lex v0.7.0 |
587 | 2024-07-25T01:23:18.464Z | Compiling match_cfg v0.1.0 |
588 | 2024-07-25T01:23:18.530Z | Compiling heck v0.4.1 |
589 | 2024-07-25T01:23:18.571Z | Compiling adler v1.0.2 |
590 | 2024-07-25T01:23:18.708Z | Compiling bytecount v0.6.8 |
591 | 2024-07-25T01:23:18.733Z | Compiling unicode-width v0.1.13 |
592 | 2024-07-25T01:23:18.796Z | Compiling anyhow v1.0.86 |
593 | 2024-07-25T01:23:18.911Z | Compiling slog-async v2.8.0 |
594 | 2024-07-25T01:23:18.963Z | Compiling papergrid v0.11.0 |
595 | 2024-07-25T01:23:18.988Z | Compiling miniz_oxide v0.7.2 |
596 | 2024-07-25T01:23:19.012Z | Compiling hostname v0.3.1 |
597 | 2024-07-25T01:23:19.256Z | Compiling rustls-pemfile v1.0.4 |
598 | 2024-07-25T01:23:19.286Z | Compiling clap_builder v4.5.9 |
599 | 2024-07-25T01:23:19.319Z | Compiling serde_derive v1.0.204 |
600 | 2024-07-25T01:23:19.344Z | Compiling thiserror-impl v1.0.62 |
601 | 2024-07-25T01:23:19.376Z | Compiling zerocopy-derive v0.7.34 |
602 | 2024-07-25T01:23:19.651Z | Compiling futures-macro v0.3.30 |
603 | 2024-07-25T01:23:20.371Z | Compiling tokio-macros v2.3.0 |
604 | 2024-07-25T01:23:20.436Z | Compiling openssl-macros v0.1.1 |
605 | 2024-07-25T01:23:21.175Z | Compiling scroll_derive v0.12.0 |
606 | 2024-07-25T01:23:21.510Z | Compiling futures-util v0.3.30 |
607 | 2024-07-25T01:23:21.539Z | Compiling zerocopy v0.7.34 |
608 | 2024-07-25T01:23:21.951Z | Compiling tokio v1.38.1 |
609 | 2024-07-25T01:23:22.474Z | Compiling scroll v0.12.0 |
610 | 2024-07-25T01:23:22.556Z | Compiling pest v2.7.10 |
611 | 2024-07-25T01:23:23.008Z | Compiling goblin v0.8.2 |
612 | 2024-07-25T01:23:23.042Z | Compiling tabled_derive v0.7.0 |
613 | 2024-07-25T01:23:25.333Z | Compiling pest_meta v2.7.10 |
614 | 2024-07-25T01:23:25.709Z | Compiling clap_derive v4.5.8 |
615 | 2024-07-25T01:23:28.546Z | Compiling pest_generator v2.7.10 |
616 | 2024-07-25T01:23:30.280Z | Compiling tokio-util v0.7.11 |
617 | 2024-07-25T01:23:30.420Z | Compiling pest_derive v2.7.10 |
618 | 2024-07-25T01:23:30.889Z | Compiling tokio-native-tls v0.3.1 |
619 | 2024-07-25T01:23:31.156Z | Compiling dtrace-parser v0.2.0 |
620 | 2024-07-25T01:23:31.181Z | Compiling h2 v0.3.26 |
621 | 2024-07-25T01:23:31.207Z | Compiling futures-executor v0.3.30 |
622 | 2024-07-25T01:23:31.594Z | Compiling strum_macros v0.26.4 |
623 | 2024-07-25T01:23:31.930Z | Compiling digest v0.10.7 |
624 | 2024-07-25T01:23:32.332Z | Compiling crossbeam-channel v0.5.12 |
625 | 2024-07-25T01:23:33.164Z | Compiling serde_tokenstream v0.2.1 |
626 | 2024-07-25T01:23:33.236Z | Compiling serde_spanned v0.6.6 |
627 | 2024-07-25T01:23:33.456Z | Compiling toml_datetime v0.6.6 |
628 | 2024-07-25T01:23:33.670Z | Compiling serde_urlencoded v0.7.1 |
629 | 2024-07-25T01:23:33.946Z | Compiling toml_edit v0.22.16 |
630 | 2024-07-25T01:23:34.176Z | Compiling cargo-platform v0.1.8 |
631 | 2024-07-25T01:23:34.745Z | Compiling dof v0.3.0 |
632 | 2024-07-25T01:23:35.570Z | Compiling hyper v0.14.28 |
633 | 2024-07-25T01:23:35.675Z | Compiling slog-json v2.6.1 |
634 | 2024-07-25T01:23:36.410Z | Compiling url v2.5.2 |
635 | 2024-07-25T01:23:36.622Z | Compiling term v0.7.0 |
636 | 2024-07-25T01:23:37.113Z | Compiling toml v0.8.15 |
637 | 2024-07-25T01:23:37.139Z | Compiling usdt-macro v0.5.0 |
638 | 2024-07-25T01:23:37.594Z | Compiling usdt-attr-macro v0.5.0 |
639 | 2024-07-25T01:23:38.176Z | Compiling xattr v1.3.1 |
640 | 2024-07-25T01:23:38.236Z | Compiling memmap v0.7.0 |
641 | 2024-07-25T01:23:38.369Z | Compiling filetime v0.2.23 |
642 | 2024-07-25T01:23:38.451Z | Compiling is-terminal v0.4.12 |
643 | 2024-07-25T01:23:38.499Z | Compiling encoding_rs v0.8.34 |
644 | 2024-07-25T01:23:38.577Z | Compiling mime v0.3.17 |
645 | 2024-07-25T01:23:38.601Z | Compiling take_mut v0.2.2 |
646 | 2024-07-25T01:23:38.725Z | Compiling ipnet v2.9.0 |
647 | 2024-07-25T01:23:38.753Z | Compiling sync_wrapper v0.1.2 |
648 | 2024-07-25T01:23:38.805Z | Compiling cpufeatures v0.2.12 |
649 | 2024-07-25T01:23:38.930Z | Compiling sha2 v0.10.8 |
650 | 2024-07-25T01:23:39.021Z | Compiling usdt v0.5.0 |
651 | 2024-07-25T01:23:39.175Z | Compiling hyper-tls v0.5.0 |
652 | 2024-07-25T01:23:39.504Z | Compiling tar v0.4.41 |
653 | 2024-07-25T01:23:39.529Z | Compiling slog-term v2.9.1 |
654 | 2024-07-25T01:23:39.925Z | Compiling flate2 v1.0.30 |
655 | 2024-07-25T01:23:40.060Z | Compiling cargo_toml v0.20.4 |
656 | 2024-07-25T01:23:40.659Z | Compiling reqwest v0.11.27 |
657 | 2024-07-25T01:23:40.804Z | Compiling strum v0.26.3 |
658 | 2024-07-25T01:23:41.008Z | Compiling slog-bunyan v2.5.0 |
659 | 2024-07-25T01:23:41.191Z | Compiling cargo_metadata v0.18.1 |
660 | 2024-07-25T01:23:41.524Z | Compiling macaddr v1.0.1 |
661 | 2024-07-25T01:23:41.787Z | Compiling futures v0.3.30 |
662 | 2024-07-25T01:23:41.904Z | Compiling clap v4.5.9 |
663 | 2024-07-25T01:23:42.022Z | Compiling tabled v0.15.0 |
664 | 2024-07-25T01:23:42.092Z | Compiling swrite v0.1.0 |
665 | 2024-07-25T01:23:47.261Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
666 | 2024-07-25T01:23:58.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
667 | 2024-07-25T01:23:59.149Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
668 | 2024-07-25T01:23:59.225Z | Jul 25 01:23:58.391 INFO Starting download, target: Clickhouse |
669 | 2024-07-25T01:23:59.225Z | Jul 25 01:23:58.391 INFO Starting download, target: Cockroach |
670 | 2024-07-25T01:23:59.225Z | Jul 25 01:23:58.391 INFO Starting download, target: Console |
671 | 2024-07-25T01:23:59.225Z | Jul 25 01:23:58.392 INFO Starting download, target: DendriteOpenapi |
672 | 2024-07-25T01:23:59.225Z | Jul 25 01:23:58.392 INFO Starting download, target: DendriteStub |
673 | 2024-07-25T01:23:59.225Z | Jul 25 01:23:58.392 INFO Starting download, target: MaghemiteMgd |
674 | 2024-07-25T01:23:59.225Z | Jul 25 01:23:58.392 INFO Starting download, target: TransceiverControl |
675 | 2024-07-25T01:23:59.250Z | Jul 25 01:23:58.393 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
676 | 2024-07-25T01:23:59.250Z | Jul 25 01:23:58.393 INFO Downloading out/downloads/dpd-fb571dc6512b24a777c5a9b2927a50501f6be297.json (attempt 1/3), target: DendriteOpenapi |
677 | 2024-07-25T01:23:59.250Z | Jul 25 01:23:58.393 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
678 | 2024-07-25T01:23:59.250Z | Jul 25 01:23:58.393 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
679 | 2024-07-25T01:23:59.250Z | Jul 25 01:23:58.393 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
680 | 2024-07-25T01:23:59.250Z | Jul 25 01:23:58.394 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
681 | 2024-07-25T01:23:59.250Z | Jul 25 01:23:58.394 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
682 | 2024-07-25T01:23:59.653Z | Jul 25 01:23:58.798 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
683 | 2024-07-25T01:23:59.751Z | Jul 25 01:23:58.899 INFO Download complete, target: DendriteOpenapi |
684 | 2024-07-25T01:24:00.038Z | Jul 25 01:23:59.204 INFO Download complete, target: Console |
685 | 2024-07-25T01:24:00.071Z | Jul 25 01:23:59.234 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
686 | 2024-07-25T01:24:00.851Z | Jul 25 01:24:00.018 INFO Download complete, target: TransceiverControl |
687 | 2024-07-25T01:24:01.159Z | Jul 25 01:24:00.325 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
688 | 2024-07-25T01:24:01.258Z | Jul 25 01:24:00.424 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
689 | 2024-07-25T01:24:04.536Z | Jul 25 01:24:03.703 INFO Download complete, target: DendriteStub |
690 | 2024-07-25T01:24:05.405Z | Jul 25 01:24:04.571 INFO Download complete, target: MaghemiteMgd |
691 | 2024-07-25T01:24:08.576Z | Jul 25 01:24:07.743 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
692 | 2024-07-25T01:24:08.576Z | Jul 25 01:24:07.743 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
693 | 2024-07-25T01:24:10.495Z | Jul 25 01:24:09.661 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
694 | 2024-07-25T01:24:18.924Z | Jul 25 01:24:18.091 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
695 | 2024-07-25T01:24:19.399Z | Jul 25 01:24:18.562 INFO Checking that binary works, target: Cockroach |
696 | 2024-07-25T01:24:19.612Z | Jul 25 01:24:18.779 INFO Download complete, target: Cockroach |
697 | 2024-07-25T01:24:28.216Z | Jul 25 01:24:27.384 INFO Checking that binary works, target: Clickhouse |
698 | 2024-07-25T01:24:28.434Z | Jul 25 01:24:27.591 INFO Download complete, target: Clickhouse |
699 | 2024-07-25T01:24:28.466Z | All builder prerequisites installed successfully, and PATH looks valid |
700 | 2024-07-25T01:24:28.466Z | |
701 | 2024-07-25T01:24:28.466Z | real 3:07.258762316 |
702 | 2024-07-25T01:24:28.466Z | user 5:59.878756335 |
703 | 2024-07-25T01:24:28.466Z | sys 1:26.860302244 |
704 | 2024-07-25T01:24:28.466Z | trap 0.235296587 |
705 | 2024-07-25T01:24:28.466Z | tflt 0.109283250 |
706 | 2024-07-25T01:24:28.466Z | dflt 0.735016251 |
707 | 2024-07-25T01:24:28.466Z | kflt 0.007802888 |
708 | 2024-07-25T01:24:28.466Z | lock 15:42.249532818 |
709 | 2024-07-25T01:24:28.466Z | slp 16:47.201703658 |
710 | 2024-07-25T01:24:28.466Z | lat 24.933315553 |
711 | 2024-07-25T01:24:28.466Z | stop 1:03.769753337 |
712 | 2024-07-25T01:24:28.466Z | + banner hack-check |
713 | 2024-07-25T01:24:28.466Z | |
714 | 2024-07-25T01:24:28.466Z | # # ## #### # # #### # # ###### #### # # |
715 | 2024-07-25T01:24:28.466Z | # # # # # # # # # # # # # # # # # |
716 | 2024-07-25T01:24:28.466Z | ###### # # # #### ##### # ###### ##### # #### |
717 | 2024-07-25T01:24:28.466Z | # # ###### # # # # # # # # # # |
718 | 2024-07-25T01:24:28.466Z | # # # # # # # # # # # # # # # # # |
719 | 2024-07-25T01:24:28.466Z | # # # # #### # # #### # # ###### #### # # |
720 | 2024-07-25T01:24:28.466Z | |
721 | 2024-07-25T01:24:28.466Z | + export CARGO_INCREMENTAL=0 |
722 | 2024-07-25T01:24:28.466Z | + CARGO_INCREMENTAL=0 |
723 | 2024-07-25T01:24:28.466Z | + ptime -m timeout 2h cargo xtask check-features --ci |
724 | 2024-07-25T01:24:29.247Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
725 | 2024-07-25T01:24:40.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.20s |
726 | 2024-07-25T01:24:40.782Z | Running `target/debug/xtask check-features --ci` |
727 | 2024-07-25T01:24:40.820Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
728 | 2024-07-25T01:24:40.820Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
729 | 2024-07-25T01:24:41.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
730 | 2024-07-25T01:24:41.704Z | Running `target/debug/xtask download cargo-hack` |
731 | 2024-07-25T01:24:41.744Z | Jul 25 01:24:40.910 INFO Starting download, target: CargoHack |
732 | 2024-07-25T01:24:41.768Z | Jul 25 01:24:40.912 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
733 | 2024-07-25T01:24:42.334Z | Jul 25 01:24:41.501 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
734 | 2024-07-25T01:24:42.486Z | Jul 25 01:24:41.654 INFO Download complete, target: CargoHack |
735 | 2024-07-25T01:24:42.511Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
736 | 2024-07-25T01:24:42.535Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
737 | 2024-07-25T01:24:42.793Z | info: running `cargo check --bins` on api_identity (1/139) |
738 | 2024-07-25T01:24:43.461Z | Downloading crates ... |
739 | 2024-07-25T01:24:43.630Z | Downloaded cipher v0.4.4 |
740 | 2024-07-25T01:24:43.703Z | Downloaded rand_core v0.6.4 |
741 | 2024-07-25T01:24:43.751Z | Downloaded untrusted v0.9.0 |
742 | 2024-07-25T01:24:43.776Z | Downloaded zeroize_derive v1.4.2 |
743 | 2024-07-25T01:24:43.801Z | Downloaded webpki-roots v0.25.4 |
744 | 2024-07-25T01:24:43.825Z | Downloaded zerocopy-derive v0.6.6 |
745 | 2024-07-25T01:24:43.850Z | Downloaded smoltcp v0.9.1 |
746 | 2024-07-25T01:24:43.850Z | Downloaded petgraph v0.6.5 |
747 | 2024-07-25T01:24:43.874Z | Downloaded regex-automata v0.4.6 |
748 | 2024-07-25T01:24:43.898Z | Downloaded regex v1.10.5 |
749 | 2024-07-25T01:24:43.922Z | Downloaded openapiv3 v2.0.0 |
750 | 2024-07-25T01:24:43.947Z | Downloaded finl_unicode v1.2.0 |
751 | 2024-07-25T01:24:43.947Z | Downloaded trust-dns-proto v0.22.0 |
752 | 2024-07-25T01:24:43.971Z | Downloaded toml v0.7.8 |
753 | 2024-07-25T01:24:43.971Z | Downloaded tokio-postgres v0.7.10 |
754 | 2024-07-25T01:24:43.996Z | Downloaded stringprep v0.1.4 |
755 | 2024-07-25T01:24:43.996Z | Downloaded regex-syntax v0.8.3 |
756 | 2024-07-25T01:24:43.996Z | Downloaded peg-runtime v0.8.3 |
757 | 2024-07-25T01:24:43.996Z | Downloaded object v0.32.2 |
758 | 2024-07-25T01:24:44.020Z | Downloaded num-traits v0.2.19 |
759 | 2024-07-25T01:24:44.021Z | Downloaded num-integer v0.1.46 |
760 | 2024-07-25T01:24:44.021Z | Downloaded num-bigint v0.4.5 |
761 | 2024-07-25T01:24:44.021Z | Downloaded minimal-lexical v0.2.1 |
762 | 2024-07-25T01:24:44.021Z | Downloaded managed v0.8.0 |
763 | 2024-07-25T01:24:44.021Z | Downloaded lazy_static v1.5.0 |
764 | 2024-07-25T01:24:44.045Z | Downloaded lalrpop-util v0.19.12 |
765 | 2024-07-25T01:24:44.046Z | Downloaded ring v0.17.8 |
766 | 2024-07-25T01:24:44.103Z | Downloaded itertools v0.12.1 |
767 | 2024-07-25T01:24:44.128Z | Downloaded ipnetwork v0.20.0 |
768 | 2024-07-25T01:24:44.128Z | Downloaded idna v0.3.0 |
769 | 2024-07-25T01:24:44.128Z | Downloaded idna v0.2.3 |
770 | 2024-07-25T01:24:44.152Z | Downloaded hubpack_derive v0.1.1 |
771 | 2024-07-25T01:24:44.152Z | Downloaded hubpack v0.1.2 |
772 | 2024-07-25T01:24:44.152Z | Downloaded heapless v0.7.17 |
773 | 2024-07-25T01:24:44.152Z | Downloaded hash32 v0.2.1 |
774 | 2024-07-25T01:24:44.152Z | Downloaded group v0.13.0 |
775 | 2024-07-25T01:24:44.152Z | Downloaded diesel v2.1.6 |
776 | 2024-07-25T01:24:44.177Z | Downloaded der_derive v0.7.2 |
777 | 2024-07-25T01:24:44.177Z | Downloaded cookie v0.17.0 |
778 | 2024-07-25T01:24:44.177Z | Downloaded zeroize v1.7.0 |
779 | 2024-07-25T01:24:44.177Z | Downloaded zerocopy v0.6.6 |
780 | 2024-07-25T01:24:44.177Z | Downloaded yasna v0.5.2 |
781 | 2024-07-25T01:24:44.177Z | Downloaded winnow v0.5.40 |
782 | 2024-07-25T01:24:44.202Z | Downloaded whoami v1.5.1 |
783 | 2024-07-25T01:24:44.202Z | Downloaded uuid v1.10.0 |
784 | 2024-07-25T01:24:44.202Z | Downloaded tracing-attributes v0.1.27 |
785 | 2024-07-25T01:24:44.202Z | Downloaded strum_macros v0.25.3 |
786 | 2024-07-25T01:24:44.202Z | Downloaded similar v2.5.0 |
787 | 2024-07-25T01:24:44.202Z | Downloaded signal-hook v0.3.17 |
788 | 2024-07-25T01:24:44.202Z | Downloaded serde_derive_internals v0.29.1 |
789 | 2024-07-25T01:24:44.202Z | Downloaded rustc_version v0.4.0 |
790 | 2024-07-25T01:24:44.226Z | Downloaded rustc-demangle v0.1.24 |
791 | 2024-07-25T01:24:44.226Z | Downloaded regex-automata v0.1.10 |
792 | 2024-07-25T01:24:44.226Z | Downloaded r2d2 v0.8.10 |
793 | 2024-07-25T01:24:44.226Z | Downloaded publicsuffix v2.2.3 |
794 | 2024-07-25T01:24:44.226Z | Downloaded predicates v3.1.0 |
795 | 2024-07-25T01:24:44.227Z | Downloaded postgres-types v0.2.6 |
796 | 2024-07-25T01:24:44.227Z | Downloaded postgres-protocol v0.6.6 |
797 | 2024-07-25T01:24:44.227Z | Downloaded pkcs8 v0.10.2 |
798 | 2024-07-25T01:24:44.227Z | Downloaded gimli v0.28.1 |
799 | 2024-07-25T01:24:44.251Z | Downloaded flagset v0.4.5 |
800 | 2024-07-25T01:24:44.251Z | Downloaded enum-as-inner v0.5.1 |
801 | 2024-07-25T01:24:44.251Z | Downloaded diesel_table_macro_syntax v0.1.0 |
802 | 2024-07-25T01:24:44.251Z | Downloaded diesel_derives v2.1.4 |
803 | 2024-07-25T01:24:44.251Z | Downloaded cookie_store v0.20.0 |
804 | 2024-07-25T01:24:44.251Z | Downloaded bstr v1.9.1 |
805 | 2024-07-25T01:24:44.275Z | Downloaded bstr v0.2.17 |
806 | 2024-07-25T01:24:44.275Z | Downloaded unicode-xid v0.2.4 |
807 | 2024-07-25T01:24:44.275Z | Downloaded unicode-segmentation v1.11.0 |
808 | 2024-07-25T01:24:44.275Z | Downloaded toml_edit v0.19.15 |
809 | 2024-07-25T01:24:44.300Z | Downloaded tokio-stream v0.1.15 |
810 | 2024-07-25T01:24:44.300Z | Downloaded tokio-rustls v0.24.1 |
811 | 2024-07-25T01:24:44.300Z | Downloaded subtle v2.5.0 |
812 | 2024-07-25T01:24:44.300Z | Downloaded string_cache v0.8.7 |
813 | 2024-07-25T01:24:44.300Z | Downloaded static_assertions v1.1.0 |
814 | 2024-07-25T01:24:44.324Z | Downloaded stable_deref_trait v1.2.0 |
815 | 2024-07-25T01:24:44.325Z | Downloaded spki v0.7.3 |
816 | 2024-07-25T01:24:44.325Z | Downloaded spin v0.9.8 |
817 | 2024-07-25T01:24:44.325Z | Downloaded siphasher v0.3.11 |
818 | 2024-07-25T01:24:44.325Z | Downloaded signal-hook-mio v0.2.3 |
819 | 2024-07-25T01:24:44.325Z | Downloaded serde_repr v0.1.19 |
820 | 2024-07-25T01:24:44.325Z | Downloaded sec1 v0.7.3 |
821 | 2024-07-25T01:24:44.325Z | Downloaded sct v0.7.1 |
822 | 2024-07-25T01:24:44.325Z | Downloaded schemars_derive v0.8.21 |
823 | 2024-07-25T01:24:44.325Z | Downloaded schemars v0.8.21 |
824 | 2024-07-25T01:24:44.349Z | Downloaded scheduled-thread-pool v0.2.7 |
825 | 2024-07-25T01:24:44.349Z | Downloaded rustls-webpki v0.101.7 |
826 | 2024-07-25T01:24:44.349Z | Downloaded rustls v0.21.12 |
827 | 2024-07-25T01:24:44.373Z | Downloaded psl-types v2.0.11 |
828 | 2024-07-25T01:24:44.373Z | Downloaded predicates-core v1.0.6 |
829 | 2024-07-25T01:24:44.373Z | Downloaded precomputed-hash v0.1.1 |
830 | 2024-07-25T01:24:44.373Z | Downloaded ppv-lite86 v0.2.17 |
831 | 2024-07-25T01:24:44.373Z | Downloaded phf_shared v0.11.2 |
832 | 2024-07-25T01:24:44.373Z | Downloaded phf_shared v0.10.0 |
833 | 2024-07-25T01:24:44.373Z | Downloaded phf v0.11.2 |
834 | 2024-07-25T01:24:44.373Z | Downloaded pem-rfc7468 v0.7.0 |
835 | 2024-07-25T01:24:44.373Z | Downloaded num-iter v0.1.45 |
836 | 2024-07-25T01:24:44.373Z | Downloaded normalize-line-endings v0.3.0 |
837 | 2024-07-25T01:24:44.373Z | Downloaded nom v7.1.3 |
838 | 2024-07-25T01:24:44.398Z | Downloaded new_debug_unreachable v1.0.6 |
839 | 2024-07-25T01:24:44.398Z | Downloaded md-5 v0.10.6 |
840 | 2024-07-25T01:24:44.398Z | Downloaded matches v0.1.10 |
841 | 2024-07-25T01:24:44.398Z | Downloaded libm v0.2.8 |
842 | 2024-07-25T01:24:44.398Z | Downloaded itertools v0.10.5 |
843 | 2024-07-25T01:24:44.398Z | Downloaded inout v0.1.3 |
844 | 2024-07-25T01:24:44.398Z | Downloaded iana-time-zone v0.1.60 |
845 | 2024-07-25T01:24:44.422Z | Downloaded hyper-rustls v0.24.2 |
846 | 2024-07-25T01:24:44.422Z | Downloaded hmac v0.12.1 |
847 | 2024-07-25T01:24:44.422Z | Downloaded hkdf v0.12.4 |
848 | 2024-07-25T01:24:44.422Z | Downloaded hex v0.4.3 |
849 | 2024-07-25T01:24:44.422Z | Downloaded float-cmp v0.9.0 |
850 | 2024-07-25T01:24:44.422Z | Downloaded fixedbitset v0.4.2 |
851 | 2024-07-25T01:24:44.422Z | Downloaded ff v0.13.0 |
852 | 2024-07-25T01:24:44.422Z | Downloaded fallible-iterator v0.2.0 |
853 | 2024-07-25T01:24:44.422Z | Downloaded elliptic-curve v0.13.8 |
854 | 2024-07-25T01:24:44.422Z | Downloaded either v1.12.0 |
855 | 2024-07-25T01:24:44.422Z | Downloaded dyn-clone v1.0.17 |
856 | 2024-07-25T01:24:44.422Z | Downloaded difflib v0.4.0 |
857 | 2024-07-25T01:24:44.423Z | Downloaded der v0.7.9 |
858 | 2024-07-25T01:24:44.447Z | Downloaded data-encoding v2.6.0 |
859 | 2024-07-25T01:24:44.447Z | Downloaded crypto-bigint v0.5.5 |
860 | 2024-07-25T01:24:44.447Z | Downloaded crossterm v0.27.0 |
861 | 2024-07-25T01:24:44.447Z | Downloaded crossbeam-epoch v0.9.18 |
862 | 2024-07-25T01:24:44.447Z | Downloaded ahash v0.8.11 |
863 | 2024-07-25T01:24:44.471Z | Downloaded addr2line v0.21.0 |
864 | 2024-07-25T01:24:44.471Z | Downloaded rand_chacha v0.3.1 |
865 | 2024-07-25T01:24:44.471Z | Downloaded rand v0.8.5 |
866 | 2024-07-25T01:24:44.471Z | Downloaded getrandom v0.2.14 |
867 | 2024-07-25T01:24:44.471Z | Downloaded const-oid v0.9.6 |
868 | 2024-07-25T01:24:44.472Z | Downloaded console v0.15.8 |
869 | 2024-07-25T01:24:44.472Z | Downloaded chrono v0.4.38 |
870 | 2024-07-25T01:24:44.496Z | Downloaded block-padding v0.3.3 |
871 | 2024-07-25T01:24:44.496Z | Downloaded bit-vec v0.6.3 |
872 | 2024-07-25T01:24:44.496Z | Downloaded bit-set v0.5.3 |
873 | 2024-07-25T01:24:44.496Z | Downloaded base64ct v1.6.0 |
874 | 2024-07-25T01:24:44.496Z | Downloaded base16ct v0.2.0 |
875 | 2024-07-25T01:24:44.496Z | Downloaded backtrace v0.3.71 |
876 | 2024-07-25T01:24:44.496Z | Downloaded async-trait v0.1.81 |
877 | 2024-07-25T01:24:44.496Z | Downloaded allocator-api2 v0.2.18 |
878 | 2024-07-25T01:24:44.496Z | Downloaded bitflags v1.3.2 |
879 | 2024-07-25T01:24:44.521Z | Downloaded aho-corasick v1.1.3 |
880 | 2024-07-25T01:24:44.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
881 | 2024-07-25T01:24:44.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
882 | 2024-07-25T01:24:44.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
883 | 2024-07-25T01:24:44.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s |
884 | 2024-07-25T01:24:44.598Z | |
885 | 2024-07-25T01:24:44.598Z | info: running `cargo check --bins` on bootstore (2/139) |
886 | 2024-07-25T01:24:45.233Z | Downloading crates ... |
887 | 2024-07-25T01:24:45.418Z | Downloaded async-stream-impl v0.3.5 |
888 | 2024-07-25T01:24:45.444Z | Downloaded darling_macro v0.20.9 |
889 | 2024-07-25T01:24:45.468Z | Downloaded sigpipe v0.1.3 |
890 | 2024-07-25T01:24:45.468Z | Downloaded waitgroup v0.1.2 |
891 | 2024-07-25T01:24:45.468Z | Downloaded tempfile v3.10.1 |
892 | 2024-07-25T01:24:45.468Z | Downloaded vsss-rs v3.3.4 |
893 | 2024-07-25T01:24:45.493Z | Downloaded serde_with_macros v3.8.3 |
894 | 2024-07-25T01:24:45.493Z | Downloaded serde_with v3.8.3 |
895 | 2024-07-25T01:24:45.493Z | Downloaded smf v0.2.3 |
896 | 2024-07-25T01:24:45.493Z | Downloaded rustls v0.22.4 |
897 | 2024-07-25T01:24:45.517Z | Downloaded sha3 v0.10.8 |
898 | 2024-07-25T01:24:45.517Z | Downloaded foreign-types-shared v0.3.1 |
899 | 2024-07-25T01:24:45.517Z | Downloaded embedded-io v0.4.0 |
900 | 2024-07-25T01:24:45.517Z | Downloaded camino-tempfile v1.1.1 |
901 | 2024-07-25T01:24:45.541Z | Downloaded socket2 v0.4.10 |
902 | 2024-07-25T01:24:45.541Z | Downloaded rustls-webpki v0.102.4 |
903 | 2024-07-25T01:24:45.566Z | Downloaded regress v0.9.1 |
904 | 2024-07-25T01:24:45.566Z | Downloaded fastrand v2.1.0 |
905 | 2024-07-25T01:24:45.566Z | Downloaded cobs v0.2.3 |
906 | 2024-07-25T01:24:45.566Z | Downloaded unsafe-libyaml v0.2.11 |
907 | 2024-07-25T01:24:45.566Z | Downloaded universal-hash v0.5.1 |
908 | 2024-07-25T01:24:45.566Z | Downloaded tokio-rustls v0.25.0 |
909 | 2024-07-25T01:24:45.566Z | Downloaded thiserror-no-std v2.0.2 |
910 | 2024-07-25T01:24:45.590Z | Downloaded thiserror-impl-no-std v2.0.2 |
911 | 2024-07-25T01:24:45.590Z | Downloaded tabwriter v1.4.0 |
912 | 2024-07-25T01:24:45.590Z | Downloaded structmeta-derive v0.3.0 |
913 | 2024-07-25T01:24:45.590Z | Downloaded structmeta v0.3.0 |
914 | 2024-07-25T01:24:45.590Z | Downloaded smoltcp v0.11.0 |
915 | 2024-07-25T01:24:45.615Z | Downloaded serde_path_to_error v0.1.16 |
916 | 2024-07-25T01:24:45.615Z | Downloaded secrecy v0.8.0 |
917 | 2024-07-25T01:24:45.615Z | Downloaded pretty-hex v0.2.1 |
918 | 2024-07-25T01:24:45.615Z | Downloaded postcard v1.0.8 |
919 | 2024-07-25T01:24:45.615Z | Downloaded poly1305 v0.8.0 |
920 | 2024-07-25T01:24:45.615Z | Downloaded paste v1.0.15 |
921 | 2024-07-25T01:24:45.615Z | Downloaded parse-display-derive v0.9.1 |
922 | 2024-07-25T01:24:45.615Z | Downloaded parse-display v0.9.1 |
923 | 2024-07-25T01:24:45.615Z | Downloaded opaque-debug v0.3.1 |
924 | 2024-07-25T01:24:45.615Z | Downloaded num_enum_derive v0.5.11 |
925 | 2024-07-25T01:24:45.615Z | Downloaded num_enum v0.5.11 |
926 | 2024-07-25T01:24:45.640Z | Downloaded num-derive v0.4.2 |
927 | 2024-07-25T01:24:45.640Z | Downloaded newtype-uuid v1.1.0 |
928 | 2024-07-25T01:24:45.640Z | Downloaded multer v3.1.0 |
929 | 2024-07-25T01:24:45.640Z | Downloaded keccak v0.1.5 |
930 | 2024-07-25T01:24:45.640Z | Downloaded instant v0.1.12 |
931 | 2024-07-25T01:24:45.640Z | Downloaded indexmap v1.9.3 |
932 | 2024-07-25T01:24:45.640Z | Downloaded ident_case v1.0.1 |
933 | 2024-07-25T01:24:45.640Z | Downloaded http v1.1.0 |
934 | 2024-07-25T01:24:45.640Z | Downloaded hostname v0.4.0 |
935 | 2024-07-25T01:24:45.641Z | Downloaded heapless v0.8.0 |
936 | 2024-07-25T01:24:45.665Z | Downloaded hashbrown v0.12.3 |
937 | 2024-07-25T01:24:45.665Z | Downloaded hash32 v0.3.1 |
938 | 2024-07-25T01:24:45.665Z | Downloaded half v2.4.1 |
939 | 2024-07-25T01:24:45.665Z | Downloaded getopts v0.2.21 |
940 | 2024-07-25T01:24:45.665Z | Downloaded foreign-types-macros v0.2.3 |
941 | 2024-07-25T01:24:45.665Z | Downloaded foreign-types v0.5.0 |
942 | 2024-07-25T01:24:45.665Z | Downloaded derive_more v0.99.18 |
943 | 2024-07-25T01:24:45.665Z | Downloaded defmt-parser v0.3.4 |
944 | 2024-07-25T01:24:45.665Z | Downloaded debug-ignore v1.0.5 |
945 | 2024-07-25T01:24:45.665Z | Downloaded darling_core v0.20.9 |
946 | 2024-07-25T01:24:45.690Z | Downloaded darling v0.20.9 |
947 | 2024-07-25T01:24:45.690Z | Downloaded curve25519-dalek-derive v0.1.1 |
948 | 2024-07-25T01:24:45.690Z | Downloaded curve25519-dalek v4.1.3 |
949 | 2024-07-25T01:24:45.690Z | Downloaded ciborium-ll v0.2.2 |
950 | 2024-07-25T01:24:45.690Z | Downloaded ciborium v0.2.2 |
951 | 2024-07-25T01:24:45.714Z | Downloaded chacha20poly1305 v0.10.1 |
952 | 2024-07-25T01:24:45.714Z | Downloaded chacha20 v0.9.1 |
953 | 2024-07-25T01:24:45.714Z | Downloaded base64 v0.22.1 |
954 | 2024-07-25T01:24:45.714Z | Downloaded sha1 v0.10.6 |
955 | 2024-07-25T01:24:45.715Z | Downloaded serde_yaml v0.9.34+deprecated |
956 | 2024-07-25T01:24:45.715Z | Downloaded rustls-pki-types v1.7.0 |
957 | 2024-07-25T01:24:45.715Z | Downloaded rustls-pemfile v2.1.2 |
958 | 2024-07-25T01:24:45.715Z | Downloaded proc-macro-crate v1.3.1 |
959 | 2024-07-25T01:24:45.715Z | Downloaded defmt-macros v0.3.9 |
960 | 2024-07-25T01:24:45.715Z | Downloaded defmt v0.3.8 |
961 | 2024-07-25T01:24:45.739Z | Downloaded backoff v0.4.0 |
962 | 2024-07-25T01:24:45.739Z | Downloaded atomic-waker v1.1.2 |
963 | 2024-07-25T01:24:45.739Z | Downloaded async-stream v0.3.5 |
964 | 2024-07-25T01:24:45.739Z | Downloaded cstr-argument v0.1.2 |
965 | 2024-07-25T01:24:45.739Z | Downloaded crucible-workspace-hack v0.1.0 |
966 | 2024-07-25T01:24:45.739Z | Downloaded convert_case v0.4.0 |
967 | 2024-07-25T01:24:45.739Z | Downloaded colored v2.1.0 |
968 | 2024-07-25T01:24:45.739Z | Downloaded ciborium-io v0.2.2 |
969 | 2024-07-25T01:24:45.739Z | Downloaded aead v0.5.2 |
970 | 2024-07-25T01:24:45.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
971 | 2024-07-25T01:24:45.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
972 | 2024-07-25T01:24:45.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
973 | 2024-07-25T01:24:45.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
974 | 2024-07-25T01:24:45.832Z | |
975 | 2024-07-25T01:24:45.832Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/139) |
976 | 2024-07-25T01:24:46.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
977 | 2024-07-25T01:24:46.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
978 | 2024-07-25T01:24:46.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
979 | 2024-07-25T01:24:46.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
980 | 2024-07-25T01:24:46.784Z | |
981 | 2024-07-25T01:24:46.784Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/139) |
982 | 2024-07-25T01:24:47.498Z | Downloading crates ... |
983 | 2024-07-25T01:24:47.605Z | Downloaded structmeta v0.2.0 |
984 | 2024-07-25T01:24:47.629Z | Downloaded unarray v0.1.4 |
985 | 2024-07-25T01:24:47.629Z | Downloaded structmeta-derive v0.2.0 |
986 | 2024-07-25T01:24:47.629Z | Downloaded wait-timeout v0.2.0 |
987 | 2024-07-25T01:24:47.629Z | Downloaded proptest v1.4.0 |
988 | 2024-07-25T01:24:47.629Z | Downloaded test-strategy v0.3.1 |
989 | 2024-07-25T01:24:47.654Z | Downloaded rusty-fork v0.3.0 |
990 | 2024-07-25T01:24:47.654Z | Downloaded rand_xorshift v0.3.0 |
991 | 2024-07-25T01:24:47.654Z | Downloaded quick-error v1.2.3 |
992 | 2024-07-25T01:24:47.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
993 | 2024-07-25T01:24:47.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
994 | 2024-07-25T01:24:47.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
995 | 2024-07-25T01:24:47.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
996 | 2024-07-25T01:24:47.754Z | |
997 | 2024-07-25T01:24:47.754Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/139) |
998 | 2024-07-25T01:24:48.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
999 | 2024-07-25T01:24:48.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1000 | 2024-07-25T01:24:48.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1001 | 2024-07-25T01:24:48.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1002 | 2024-07-25T01:24:48.395Z | |
1003 | 2024-07-25T01:24:48.396Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/139) |
1004 | 2024-07-25T01:24:48.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1005 | 2024-07-25T01:24:49.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1006 | 2024-07-25T01:24:49.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1007 | 2024-07-25T01:24:49.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1008 | 2024-07-25T01:24:49.047Z | |
1009 | 2024-07-25T01:24:49.047Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/139) |
1010 | 2024-07-25T01:24:49.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1011 | 2024-07-25T01:24:49.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1012 | 2024-07-25T01:24:49.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1013 | 2024-07-25T01:24:49.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1014 | 2024-07-25T01:24:49.687Z | |
1015 | 2024-07-25T01:24:49.687Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/139) |
1016 | 2024-07-25T01:24:50.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1017 | 2024-07-25T01:24:50.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1018 | 2024-07-25T01:24:50.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1019 | 2024-07-25T01:24:50.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1020 | 2024-07-25T01:24:50.339Z | |
1021 | 2024-07-25T01:24:50.339Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/139) |
1022 | 2024-07-25T01:24:50.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1023 | 2024-07-25T01:24:50.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1024 | 2024-07-25T01:24:50.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1025 | 2024-07-25T01:24:50.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1026 | 2024-07-25T01:24:51.009Z | |
1027 | 2024-07-25T01:24:51.009Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/139) |
1028 | 2024-07-25T01:24:51.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1029 | 2024-07-25T01:24:51.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1030 | 2024-07-25T01:24:51.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1031 | 2024-07-25T01:24:51.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1032 | 2024-07-25T01:24:51.670Z | |
1033 | 2024-07-25T01:24:51.670Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/139) |
1034 | 2024-07-25T01:24:52.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1035 | 2024-07-25T01:24:52.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1036 | 2024-07-25T01:24:52.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1037 | 2024-07-25T01:24:52.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1038 | 2024-07-25T01:24:52.322Z | |
1039 | 2024-07-25T01:24:52.322Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/139) |
1040 | 2024-07-25T01:24:52.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1041 | 2024-07-25T01:24:53.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1042 | 2024-07-25T01:24:53.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1043 | 2024-07-25T01:24:53.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1044 | 2024-07-25T01:24:53.035Z | |
1045 | 2024-07-25T01:24:53.035Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/139) |
1046 | 2024-07-25T01:24:53.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1047 | 2024-07-25T01:24:53.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1048 | 2024-07-25T01:24:53.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1049 | 2024-07-25T01:24:53.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1050 | 2024-07-25T01:24:53.696Z | |
1051 | 2024-07-25T01:24:53.696Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/139) |
1052 | 2024-07-25T01:24:54.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1053 | 2024-07-25T01:24:54.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1054 | 2024-07-25T01:24:54.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1055 | 2024-07-25T01:24:54.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1056 | 2024-07-25T01:24:54.356Z | |
1057 | 2024-07-25T01:24:54.356Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/139) |
1058 | 2024-07-25T01:24:54.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1059 | 2024-07-25T01:24:54.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1060 | 2024-07-25T01:24:54.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1061 | 2024-07-25T01:24:54.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1062 | 2024-07-25T01:24:54.990Z | |
1063 | 2024-07-25T01:24:54.991Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/139) |
1064 | 2024-07-25T01:24:55.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1065 | 2024-07-25T01:24:55.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1066 | 2024-07-25T01:24:55.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1067 | 2024-07-25T01:24:55.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1068 | 2024-07-25T01:24:55.623Z | |
1069 | 2024-07-25T01:24:55.623Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/139) |
1070 | 2024-07-25T01:24:56.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1071 | 2024-07-25T01:24:56.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1072 | 2024-07-25T01:24:56.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1073 | 2024-07-25T01:24:56.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1074 | 2024-07-25T01:24:56.260Z | |
1075 | 2024-07-25T01:24:56.260Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/139) |
1076 | 2024-07-25T01:24:56.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1077 | 2024-07-25T01:24:56.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1078 | 2024-07-25T01:24:56.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1079 | 2024-07-25T01:24:56.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1080 | 2024-07-25T01:24:56.895Z | |
1081 | 2024-07-25T01:24:56.895Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/139) |
1082 | 2024-07-25T01:24:57.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1083 | 2024-07-25T01:24:57.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1084 | 2024-07-25T01:24:57.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1085 | 2024-07-25T01:24:57.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
1086 | 2024-07-25T01:24:57.581Z | |
1087 | 2024-07-25T01:24:57.581Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/139) |
1088 | 2024-07-25T01:24:58.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1089 | 2024-07-25T01:24:58.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1090 | 2024-07-25T01:24:58.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1091 | 2024-07-25T01:24:58.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
1092 | 2024-07-25T01:24:58.281Z | |
1093 | 2024-07-25T01:24:58.281Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/139) |
1094 | 2024-07-25T01:24:58.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1095 | 2024-07-25T01:24:58.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1096 | 2024-07-25T01:24:58.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1097 | 2024-07-25T01:24:58.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
1098 | 2024-07-25T01:24:58.961Z | |
1099 | 2024-07-25T01:24:58.961Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/139) |
1100 | 2024-07-25T01:24:59.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1101 | 2024-07-25T01:24:59.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1102 | 2024-07-25T01:24:59.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1103 | 2024-07-25T01:24:59.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1104 | 2024-07-25T01:24:59.608Z | |
1105 | 2024-07-25T01:24:59.608Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/139) |
1106 | 2024-07-25T01:25:00.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1107 | 2024-07-25T01:25:00.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1108 | 2024-07-25T01:25:00.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1109 | 2024-07-25T01:25:00.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1110 | 2024-07-25T01:25:00.279Z | |
1111 | 2024-07-25T01:25:00.280Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/139) |
1112 | 2024-07-25T01:25:00.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1113 | 2024-07-25T01:25:00.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1114 | 2024-07-25T01:25:00.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1115 | 2024-07-25T01:25:00.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1116 | 2024-07-25T01:25:00.916Z | |
1117 | 2024-07-25T01:25:00.916Z | info: running `cargo check --bins` on sled-hardware-types (25/139) |
1118 | 2024-07-25T01:25:01.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1119 | 2024-07-25T01:25:01.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1120 | 2024-07-25T01:25:01.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1121 | 2024-07-25T01:25:01.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1122 | 2024-07-25T01:25:01.811Z | |
1123 | 2024-07-25T01:25:01.811Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/139) |
1124 | 2024-07-25T01:25:02.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1125 | 2024-07-25T01:25:02.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1126 | 2024-07-25T01:25:02.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1127 | 2024-07-25T01:25:02.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
1128 | 2024-07-25T01:25:02.731Z | |
1129 | 2024-07-25T01:25:02.731Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/139) |
1130 | 2024-07-25T01:25:03.416Z | Downloading crates ... |
1131 | 2024-07-25T01:25:03.596Z | Downloaded downcast v0.11.0 |
1132 | 2024-07-25T01:25:03.620Z | Downloaded termtree v0.4.1 |
1133 | 2024-07-25T01:25:03.620Z | Downloaded mockall v0.12.1 |
1134 | 2024-07-25T01:25:03.620Z | Downloaded mockall_derive v0.12.1 |
1135 | 2024-07-25T01:25:03.620Z | Downloaded fragile v2.0.0 |
1136 | 2024-07-25T01:25:03.620Z | Downloaded predicates-tree v1.0.9 |
1137 | 2024-07-25T01:25:03.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1138 | 2024-07-25T01:25:03.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1139 | 2024-07-25T01:25:03.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1140 | 2024-07-25T01:25:03.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
1141 | 2024-07-25T01:25:03.705Z | |
1142 | 2024-07-25T01:25:03.705Z | info: running `cargo check --bins` on oxlog (28/139) |
1143 | 2024-07-25T01:25:04.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1144 | 2024-07-25T01:25:04.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1145 | 2024-07-25T01:25:04.563Z | Compiling serde v1.0.204 |
1146 | 2024-07-25T01:25:04.563Z | Checking cfg-if v1.0.0 |
1147 | 2024-07-25T01:25:04.587Z | Checking libc v0.2.155 |
1148 | 2024-07-25T01:25:04.611Z | Compiling syn v2.0.72 |
1149 | 2024-07-25T01:25:04.611Z | Compiling getrandom v0.2.14 |
1150 | 2024-07-25T01:25:04.612Z | Compiling generic-array v0.14.7 |
1151 | 2024-07-25T01:25:04.636Z | Compiling scopeguard v1.2.0 |
1152 | 2024-07-25T01:25:04.673Z | Compiling log v0.4.21 |
1153 | 2024-07-25T01:25:04.775Z | Compiling lock_api v0.4.12 |
1154 | 2024-07-25T01:25:04.974Z | Compiling libm v0.2.8 |
1155 | 2024-07-25T01:25:05.053Z | Compiling num-traits v0.2.19 |
1156 | 2024-07-25T01:25:05.077Z | Compiling ahash v0.8.11 |
1157 | 2024-07-25T01:25:05.102Z | Compiling serde_json v1.0.120 |
1158 | 2024-07-25T01:25:05.189Z | Checking memchr v2.7.2 |
1159 | 2024-07-25T01:25:05.213Z | Checking byteorder v1.5.0 |
1160 | 2024-07-25T01:25:05.398Z | Compiling smallvec v1.13.2 |
1161 | 2024-07-25T01:25:05.457Z | Checking itoa v1.0.11 |
1162 | 2024-07-25T01:25:05.495Z | Compiling rand_core v0.6.4 |
1163 | 2024-07-25T01:25:05.570Z | Checking once_cell v1.19.0 |
1164 | 2024-07-25T01:25:05.648Z | Compiling ring v0.17.8 |
1165 | 2024-07-25T01:25:05.744Z | Compiling parking_lot_core v0.9.10 |
1166 | 2024-07-25T01:25:05.845Z | Checking pin-project-lite v0.2.14 |
1167 | 2024-07-25T01:25:05.988Z | Compiling spin v0.9.8 |
1168 | 2024-07-25T01:25:06.020Z | Compiling mio v0.8.11 |
1169 | 2024-07-25T01:25:06.044Z | Checking typenum v1.17.0 |
1170 | 2024-07-25T01:25:06.166Z | Compiling parking_lot v0.12.2 |
1171 | 2024-07-25T01:25:06.370Z | Checking signal-hook-registry v1.4.2 |
1172 | 2024-07-25T01:25:06.901Z | Compiling subtle v2.5.0 |
1173 | 2024-07-25T01:25:06.987Z | Compiling const-oid v0.9.6 |
1174 | 2024-07-25T01:25:07.045Z | Compiling unicode-normalization v0.1.23 |
1175 | 2024-07-25T01:25:07.113Z | Compiling unicode-bidi v0.3.15 |
1176 | 2024-07-25T01:25:07.219Z | Compiling allocator-api2 v0.2.18 |
1177 | 2024-07-25T01:25:07.264Z | Checking futures-core v0.3.30 |
1178 | 2024-07-25T01:25:07.785Z | Checking tinyvec_macros v0.1.1 |
1179 | 2024-07-25T01:25:07.867Z | Checking tinyvec v1.6.0 |
1180 | 2024-07-25T01:25:08.004Z | Checking num_cpus v1.16.0 |
1181 | 2024-07-25T01:25:08.065Z | Checking socket2 v0.5.7 |
1182 | 2024-07-25T01:25:08.663Z | Checking ryu v1.0.18 |
1183 | 2024-07-25T01:25:08.717Z | Compiling time-macros v0.2.18 |
1184 | 2024-07-25T01:25:08.858Z | Compiling syn v1.0.109 |
1185 | 2024-07-25T01:25:09.444Z | Checking futures-sink v0.3.30 |
1186 | 2024-07-25T01:25:09.625Z | Checking equivalent v1.0.1 |
1187 | 2024-07-25T01:25:09.714Z | Compiling rustls v0.21.12 |
1188 | 2024-07-25T01:25:09.859Z | Checking futures-channel v0.3.30 |
1189 | 2024-07-25T01:25:09.954Z | Checking slab v0.4.9 |
1190 | 2024-07-25T01:25:09.978Z | Checking pin-utils v0.1.0 |
1191 | 2024-07-25T01:25:10.056Z | Compiling ppv-lite86 v0.2.17 |
1192 | 2024-07-25T01:25:10.113Z | Checking futures-io v0.3.30 |
1193 | 2024-07-25T01:25:10.188Z | Checking futures-task v0.3.30 |
1194 | 2024-07-25T01:25:10.212Z | Compiling cookie v0.17.0 |
1195 | 2024-07-25T01:25:10.278Z | Compiling untrusted v0.9.0 |
1196 | 2024-07-25T01:25:10.314Z | Compiling schemars v0.8.21 |
1197 | 2024-07-25T01:25:10.412Z | Compiling signal-hook v0.3.17 |
1198 | 2024-07-25T01:25:10.529Z | Compiling base64ct v1.6.0 |
1199 | 2024-07-25T01:25:10.685Z | Compiling iana-time-zone v0.1.60 |
1200 | 2024-07-25T01:25:10.772Z | Compiling rand_chacha v0.3.1 |
1201 | 2024-07-25T01:25:11.109Z | Checking percent-encoding v2.3.1 |
1202 | 2024-07-25T01:25:11.137Z | Compiling serde_derive_internals v0.29.1 |
1203 | 2024-07-25T01:25:11.289Z | Compiling rand v0.8.5 |
1204 | 2024-07-25T01:25:11.658Z | Compiling pem-rfc7468 v0.7.0 |
1205 | 2024-07-25T01:25:11.785Z | Checking tracing-core v0.1.32 |
1206 | 2024-07-25T01:25:12.458Z | Compiling backtrace v0.3.71 |
1207 | 2024-07-25T01:25:12.488Z | Compiling crossbeam-utils v0.8.19 |
1208 | 2024-07-25T01:25:12.866Z | Compiling flagset v0.4.5 |
1209 | 2024-07-25T01:25:12.929Z | Compiling siphasher v0.3.11 |
1210 | 2024-07-25T01:25:13.074Z | Compiling smoltcp v0.9.1 |
1211 | 2024-07-25T01:25:13.343Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1212 | 2024-07-25T01:25:13.367Z | Checking fnv v1.0.7 |
1213 | 2024-07-25T01:25:13.537Z | Compiling time v0.3.36 |
1214 | 2024-07-25T01:25:13.854Z | Compiling sct v0.7.1 |
1215 | 2024-07-25T01:25:13.930Z | Compiling rustls-webpki v0.101.7 |
1216 | 2024-07-25T01:25:14.191Z | Compiling idna v0.5.0 |
1217 | 2024-07-25T01:25:14.308Z | Compiling lazy_static v1.5.0 |
1218 | 2024-07-25T01:25:14.426Z | Compiling aho-corasick v1.1.3 |
1219 | 2024-07-25T01:25:15.335Z | Checking powerfmt v0.2.0 |
1220 | 2024-07-25T01:25:15.379Z | Compiling finl_unicode v1.2.0 |
1221 | 2024-07-25T01:25:15.579Z | Compiling regex-syntax v0.8.3 |
1222 | 2024-07-25T01:25:15.669Z | Checking foreign-types-shared v0.1.1 |
1223 | 2024-07-25T01:25:15.759Z | Checking foreign-types v0.3.2 |
1224 | 2024-07-25T01:25:15.843Z | Compiling stringprep v0.1.4 |
1225 | 2024-07-25T01:25:15.903Z | Checking deranged v0.3.11 |
1226 | 2024-07-25T01:25:16.427Z | Compiling url v2.5.2 |
1227 | 2024-07-25T01:25:17.510Z | Checking form_urlencoded v1.2.1 |
1228 | 2024-07-25T01:25:17.695Z | Compiling diesel_table_macro_syntax v0.1.0 |
1229 | 2024-07-25T01:25:18.032Z | Compiling serde_derive v1.0.204 |
1230 | 2024-07-25T01:25:18.069Z | Compiling zeroize_derive v1.4.2 |
1231 | 2024-07-25T01:25:18.283Z | Compiling zerocopy-derive v0.7.34 |
1232 | 2024-07-25T01:25:18.787Z | Compiling tokio-macros v2.3.0 |
1233 | 2024-07-25T01:25:19.526Z | Compiling zeroize v1.7.0 |
1234 | 2024-07-25T01:25:19.609Z | Compiling futures-macro v0.3.30 |
1235 | 2024-07-25T01:25:19.900Z | Compiling thiserror-impl v1.0.62 |
1236 | 2024-07-25T01:25:20.454Z | Compiling zerocopy v0.7.34 |
1237 | 2024-07-25T01:25:21.862Z | Compiling tracing-attributes v0.1.27 |
1238 | 2024-07-25T01:25:22.492Z | Compiling scroll_derive v0.12.0 |
1239 | 2024-07-25T01:25:22.718Z | Compiling hashbrown v0.14.5 |
1240 | 2024-07-25T01:25:23.043Z | Compiling thiserror v1.0.62 |
1241 | 2024-07-25T01:25:23.173Z | Compiling pest v2.7.10 |
1242 | 2024-07-25T01:25:23.197Z | Compiling crypto-common v0.1.6 |
1243 | 2024-07-25T01:25:23.398Z | Compiling openssl-macros v0.1.1 |
1244 | 2024-07-25T01:25:23.483Z | Compiling der_derive v0.7.2 |
1245 | 2024-07-25T01:25:24.019Z | Compiling block-buffer v0.10.4 |
1246 | 2024-07-25T01:25:24.069Z | Compiling futures-util v0.3.30 |
1247 | 2024-07-25T01:25:24.269Z | Compiling digest v0.10.7 |
1248 | 2024-07-25T01:25:24.858Z | Compiling scroll v0.12.0 |
1249 | 2024-07-25T01:25:25.320Z | Compiling goblin v0.8.2 |
1250 | 2024-07-25T01:25:25.486Z | Compiling pest_meta v2.7.10 |
1251 | 2024-07-25T01:25:25.810Z | Compiling tracing v0.1.40 |
1252 | 2024-07-25T01:25:26.350Z | Compiling schemars_derive v0.8.21 |
1253 | 2024-07-25T01:25:26.388Z | Compiling hmac v0.12.1 |
1254 | 2024-07-25T01:25:26.597Z | Compiling der v0.7.9 |
1255 | 2024-07-25T01:25:29.358Z | Compiling pest_generator v2.7.10 |
1256 | 2024-07-25T01:25:29.724Z | Compiling hubpack_derive v0.1.1 |
1257 | 2024-07-25T01:25:29.997Z | Compiling async-trait v0.1.81 |
1258 | 2024-07-25T01:25:30.021Z | Compiling zerocopy-derive v0.6.6 |
1259 | 2024-07-25T01:25:30.174Z | Checking bytes v1.6.0 |
1260 | 2024-07-25T01:25:30.386Z | Checking bitflags v2.5.0 |
1261 | 2024-07-25T01:25:30.656Z | Checking indexmap v2.2.6 |
1262 | 2024-07-25T01:25:31.596Z | Checking tokio v1.38.1 |
1263 | 2024-07-25T01:25:32.069Z | Compiling semver v1.0.23 |
1264 | 2024-07-25T01:25:32.093Z | Compiling pest_derive v2.7.10 |
1265 | 2024-07-25T01:25:32.596Z | Compiling rustc_version v0.4.0 |
1266 | 2024-07-25T01:25:32.832Z | Compiling http v0.2.12 |
1267 | 2024-07-25T01:25:32.859Z | Compiling uuid v1.10.0 |
1268 | 2024-07-25T01:25:33.318Z | Compiling dtrace-parser v0.2.0 |
1269 | 2024-07-25T01:25:33.375Z | Compiling heapless v0.7.17 |
1270 | 2024-07-25T01:25:33.809Z | Compiling dof v0.3.0 |
1271 | 2024-07-25T01:25:33.984Z | Compiling chrono v0.4.38 |
1272 | 2024-07-25T01:25:34.224Z | Compiling http-body v0.4.6 |
1273 | 2024-07-25T01:25:34.642Z | Compiling usdt-impl v0.5.0 |
1274 | 2024-07-25T01:25:34.998Z | Compiling openssl v0.10.66 |
1275 | 2024-07-25T01:25:35.350Z | Compiling serde_tokenstream v0.2.1 |
1276 | 2024-07-25T01:25:35.851Z | Compiling rustix v0.38.34 |
1277 | 2024-07-25T01:25:36.149Z | Compiling toml_datetime v0.6.6 |
1278 | 2024-07-25T01:25:36.344Z | Compiling serde_spanned v0.6.6 |
1279 | 2024-07-25T01:25:36.541Z | Compiling spki v0.7.3 |
1280 | 2024-07-25T01:25:36.777Z | Compiling md-5 v0.10.6 |
1281 | 2024-07-25T01:25:36.864Z | Compiling sha2 v0.10.8 |
1282 | 2024-07-25T01:25:36.999Z | Compiling regex-automata v0.4.6 |
1283 | 2024-07-25T01:25:37.439Z | Compiling num-integer v0.1.46 |
1284 | 2024-07-25T01:25:38.151Z | Compiling idna v0.3.0 |
1285 | 2024-07-25T01:25:38.175Z | Checking tokio-util v0.7.11 |
1286 | 2024-07-25T01:25:38.307Z | Checking openssl-sys v0.9.103 |
1287 | 2024-07-25T01:25:38.580Z | Compiling hash32 v0.2.1 |
1288 | 2024-07-25T01:25:38.930Z | Compiling fs-err v2.11.0 |
1289 | 2024-07-25T01:25:39.205Z | Checking try-lock v0.2.5 |
1290 | 2024-07-25T01:25:39.324Z | Checking unicode-ident v1.0.12 |
1291 | 2024-07-25T01:25:39.468Z | Compiling stable_deref_trait v1.2.0 |
1292 | 2024-07-25T01:25:39.493Z | Compiling gimli v0.28.1 |
1293 | 2024-07-25T01:25:39.530Z | Compiling slog v2.7.0 |
1294 | 2024-07-25T01:25:39.611Z | Checking num_threads v0.1.7 |
1295 | 2024-07-25T01:25:39.705Z | Checking num-conv v0.1.0 |
1296 | 2024-07-25T01:25:39.741Z | Compiling dyn-clone v1.0.17 |
1297 | 2024-07-25T01:25:39.933Z | Checking time-core v0.1.2 |
1298 | 2024-07-25T01:25:39.958Z | Checking base64 v0.21.7 |
1299 | 2024-07-25T01:25:39.981Z | Compiling anyhow v1.0.86 |
1300 | 2024-07-25T01:25:40.065Z | Compiling h2 v0.3.26 |
1301 | 2024-07-25T01:25:40.378Z | Compiling native-tls v0.2.11 |
1302 | 2024-07-25T01:25:40.442Z | Compiling psl-types v2.0.11 |
1303 | 2024-07-25T01:25:40.514Z | Compiling fallible-iterator v0.2.0 |
1304 | 2024-07-25T01:25:40.626Z | Compiling publicsuffix v2.2.3 |
1305 | 2024-07-25T01:25:40.838Z | Compiling tokio-native-tls v0.3.1 |
1306 | 2024-07-25T01:25:41.192Z | Compiling postgres-protocol v0.6.6 |
1307 | 2024-07-25T01:25:43.422Z | Compiling addr2line v0.21.0 |
1308 | 2024-07-25T01:25:44.010Z | Checking proc-macro2 v1.0.86 |
1309 | 2024-07-25T01:25:44.035Z | Checking want v0.3.1 |
1310 | 2024-07-25T01:25:44.291Z | Compiling tokio-rustls v0.24.1 |
1311 | 2024-07-25T01:25:44.371Z | Compiling clap_derive v4.5.8 |
1312 | 2024-07-25T01:25:44.668Z | Compiling terminal_size v0.3.0 |
1313 | 2024-07-25T01:25:44.866Z | Compiling pkcs8 v0.10.2 |
1314 | 2024-07-25T01:25:45.289Z | Compiling usdt-attr-macro v0.5.0 |
1315 | 2024-07-25T01:25:45.407Z | Compiling usdt-macro v0.5.0 |
1316 | 2024-07-25T01:25:46.198Z | Compiling hyper v0.14.28 |
1317 | 2024-07-25T01:25:46.784Z | Compiling enum-as-inner v0.5.1 |
1318 | 2024-07-25T01:25:47.177Z | Compiling block-padding v0.3.3 |
1319 | 2024-07-25T01:25:47.428Z | Compiling diesel_derives v2.1.4 |
1320 | 2024-07-25T01:25:47.680Z | Compiling strum_macros v0.25.3 |
1321 | 2024-07-25T01:25:48.870Z | Compiling serde_repr v0.1.19 |
1322 | 2024-07-25T01:25:49.671Z | Compiling phf_shared v0.11.2 |
1323 | 2024-07-25T01:25:49.963Z | Checking httparse v1.8.0 |
1324 | 2024-07-25T01:25:50.056Z | Compiling ff v0.13.0 |
1325 | 2024-07-25T01:25:50.195Z | Compiling scheduled-thread-pool v0.2.7 |
1326 | 2024-07-25T01:25:50.339Z | Checking errno v0.3.9 |
1327 | 2024-07-25T01:25:50.498Z | Compiling object v0.32.2 |
1328 | 2024-07-25T01:25:50.616Z | Compiling regex-automata v0.1.10 |
1329 | 2024-07-25T01:25:50.686Z | Checking cpufeatures v0.2.12 |
1330 | 2024-07-25T01:25:50.765Z | Checking plain v0.2.3 |
1331 | 2024-07-25T01:25:50.797Z | Checking adler v1.0.2 |
1332 | 2024-07-25T01:25:50.935Z | Compiling bitflags v1.3.2 |
1333 | 2024-07-25T01:25:50.984Z | Compiling base16ct v0.2.0 |
1334 | 2024-07-25T01:25:51.046Z | Checking ucd-trie v0.1.6 |
1335 | 2024-07-25T01:25:51.129Z | Checking openssl-probe v0.1.5 |
1336 | 2024-07-25T01:25:51.225Z | Compiling either v1.12.0 |
1337 | 2024-07-25T01:25:51.249Z | Compiling winnow v0.5.40 |
1338 | 2024-07-25T01:25:51.282Z | Checking anstyle v1.0.7 |
1339 | 2024-07-25T01:25:51.514Z | Compiling bit-vec v0.6.3 |
1340 | 2024-07-25T01:25:51.564Z | Compiling rustc-demangle v0.1.24 |
1341 | 2024-07-25T01:25:51.604Z | Checking utf8parse v0.2.1 |
1342 | 2024-07-25T01:25:51.732Z | Checking tower-service v0.3.2 |
1343 | 2024-07-25T01:25:51.841Z | Compiling managed v0.8.0 |
1344 | 2024-07-25T01:25:51.905Z | Checking httpdate v1.0.3 |
1345 | 2024-07-25T01:25:52.234Z | Compiling matches v0.1.10 |
1346 | 2024-07-25T01:25:52.315Z | Compiling hyper-tls v0.5.0 |
1347 | 2024-07-25T01:25:52.426Z | Compiling hyper-rustls v0.24.2 |
1348 | 2024-07-25T01:25:52.495Z | Compiling idna v0.2.3 |
1349 | 2024-07-25T01:25:53.884Z | Compiling clap_builder v4.5.9 |
1350 | 2024-07-25T01:25:54.469Z | Compiling toml_edit v0.19.15 |
1351 | 2024-07-25T01:25:54.559Z | Checking anstyle-parse v0.2.4 |
1352 | 2024-07-25T01:25:55.351Z | Compiling sec1 v0.7.3 |
1353 | 2024-07-25T01:25:55.836Z | Compiling bstr v0.2.17 |
1354 | 2024-07-25T01:25:57.213Z | Checking miniz_oxide v0.7.2 |
1355 | 2024-07-25T01:25:58.681Z | Compiling r2d2 v0.8.10 |
1356 | 2024-07-25T01:25:58.791Z | Compiling group v0.13.0 |
1357 | 2024-07-25T01:25:58.889Z | Compiling signal-hook-mio v0.2.3 |
1358 | 2024-07-25T01:25:59.001Z | Compiling phf v0.11.2 |
1359 | 2024-07-25T01:25:59.073Z | Compiling cookie_store v0.20.0 |
1360 | 2024-07-25T01:25:59.256Z | Compiling inout v0.1.3 |
1361 | 2024-07-25T01:25:59.498Z | Checking quote v1.0.36 |
1362 | 2024-07-25T01:26:00.058Z | Compiling ipnetwork v0.20.0 |
1363 | 2024-07-25T01:26:00.113Z | Compiling postgres-types v0.2.6 |
1364 | 2024-07-25T01:26:00.211Z | Compiling regex v1.10.5 |
1365 | 2024-07-25T01:26:00.511Z | Compiling num-bigint v0.4.5 |
1366 | 2024-07-25T01:26:00.905Z | Compiling zerocopy v0.6.6 |
1367 | 2024-07-25T01:26:01.222Z | Compiling serde_urlencoded v0.7.1 |
1368 | 2024-07-25T01:26:01.508Z | Compiling hubpack v0.1.2 |
1369 | 2024-07-25T01:26:01.712Z | Compiling futures-executor v0.3.30 |
1370 | 2024-07-25T01:26:01.833Z | Compiling hkdf v0.12.4 |
1371 | 2024-07-25T01:26:01.941Z | Compiling crypto-bigint v0.5.5 |
1372 | 2024-07-25T01:26:02.072Z | Compiling phf_shared v0.10.0 |
1373 | 2024-07-25T01:26:02.267Z | Compiling float-cmp v0.9.0 |
1374 | 2024-07-25T01:26:02.442Z | Checking is_terminal_polyfill v1.70.0 |
1375 | 2024-07-25T01:26:02.485Z | Checking pretty-hex v0.4.1 |
1376 | 2024-07-25T01:26:02.563Z | Compiling static_assertions v1.1.0 |
1377 | 2024-07-25T01:26:02.587Z | Compiling webpki-roots v0.25.4 |
1378 | 2024-07-25T01:26:02.666Z | Compiling whoami v1.5.1 |
1379 | 2024-07-25T01:26:02.699Z | Compiling data-encoding v2.6.0 |
1380 | 2024-07-25T01:26:02.872Z | Checking anstyle-query v1.0.3 |
1381 | 2024-07-25T01:26:02.986Z | Compiling fixedbitset v0.4.2 |
1382 | 2024-07-25T01:26:03.043Z | Compiling difflib v0.4.0 |
1383 | 2024-07-25T01:26:03.176Z | Compiling new_debug_unreachable v1.0.6 |
1384 | 2024-07-25T01:26:03.259Z | Compiling minimal-lexical v0.2.1 |
1385 | 2024-07-25T01:26:03.377Z | Checking colorchoice v1.0.1 |
1386 | 2024-07-25T01:26:03.490Z | Compiling predicates-core v1.0.6 |
1387 | 2024-07-25T01:26:03.739Z | Compiling precomputed-hash v0.1.1 |
1388 | 2024-07-25T01:26:03.822Z | Compiling normalize-line-endings v0.3.0 |
1389 | 2024-07-25T01:26:03.847Z | Compiling unicode-segmentation v1.11.0 |
1390 | 2024-07-25T01:26:03.946Z | Compiling predicates v3.1.0 |
1391 | 2024-07-25T01:26:04.139Z | Compiling string_cache v0.8.7 |
1392 | 2024-07-25T01:26:04.539Z | Compiling similar v2.5.0 |
1393 | 2024-07-25T01:26:04.598Z | Compiling nom v7.1.3 |
1394 | 2024-07-25T01:26:04.814Z | Compiling elliptic-curve v0.13.8 |
1395 | 2024-07-25T01:26:05.159Z | Checking anstream v0.6.14 |
1396 | 2024-07-25T01:26:05.488Z | Compiling trust-dns-proto v0.22.0 |
1397 | 2024-07-25T01:26:05.519Z | Compiling petgraph v0.6.5 |
1398 | 2024-07-25T01:26:05.556Z | Compiling yasna v0.5.2 |
1399 | 2024-07-25T01:26:06.988Z | Compiling tokio-postgres v0.7.10 |
1400 | 2024-07-25T01:26:07.265Z | Compiling reqwest v0.11.27 |
1401 | 2024-07-25T01:26:07.475Z | Compiling crossbeam-epoch v0.9.18 |
1402 | 2024-07-25T01:26:08.215Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1403 | 2024-07-25T01:26:08.474Z | Compiling console v0.15.8 |
1404 | 2024-07-25T01:26:08.683Z | Compiling toml_edit v0.22.16 |
1405 | 2024-07-25T01:26:09.135Z | Compiling usdt v0.5.0 |
1406 | 2024-07-25T01:26:09.553Z | Compiling diesel v2.1.6 |
1407 | 2024-07-25T01:26:09.864Z | Compiling futures v0.3.30 |
1408 | 2024-07-25T01:26:10.331Z | Compiling cipher v0.4.4 |
1409 | 2024-07-25T01:26:10.813Z | Compiling crossterm v0.27.0 |
1410 | 2024-07-25T01:26:12.682Z | Compiling toml v0.7.8 |
1411 | 2024-07-25T01:26:13.054Z | Compiling clap v4.5.9 |
1412 | 2024-07-25T01:26:13.501Z | Compiling bit-set v0.5.3 |
1413 | 2024-07-25T01:26:13.630Z | Compiling itertools v0.10.5 |
1414 | 2024-07-25T01:26:13.722Z | Compiling itertools v0.12.1 |
1415 | 2024-07-25T01:26:14.528Z | Compiling bstr v1.9.1 |
1416 | 2024-07-25T01:26:15.639Z | Compiling tokio-stream v0.1.15 |
1417 | 2024-07-25T01:26:15.788Z | Compiling num-iter v0.1.45 |
1418 | 2024-07-25T01:26:15.982Z | Compiling openapiv3 v2.0.0 |
1419 | 2024-07-25T01:26:16.020Z | Compiling hex v0.4.3 |
1420 | 2024-07-25T01:26:16.530Z | Checking thread-id v4.2.1 |
1421 | 2024-07-25T01:26:16.555Z | Compiling lalrpop-util v0.19.12 |
1422 | 2024-07-25T01:26:16.623Z | Checking strsim v0.11.1 |
1423 | 2024-07-25T01:26:16.647Z | Checking clap_lex v0.7.0 |
1424 | 2024-07-25T01:26:16.877Z | Compiling unicode-xid v0.2.4 |
1425 | 2024-07-25T01:26:17.036Z | Checking ipnet v2.9.0 |
1426 | 2024-07-25T01:26:17.388Z | Compiling peg-runtime v0.8.3 |
1427 | 2024-07-25T01:26:20.775Z | Checking rustls-pemfile v1.0.4 |
1428 | 2024-07-25T01:26:21.553Z | Checking crc32fast v1.4.0 |
1429 | 2024-07-25T01:26:21.726Z | Checking memmap v0.7.0 |
1430 | 2024-07-25T01:26:21.766Z | Checking encoding_rs v0.8.34 |
1431 | 2024-07-25T01:26:22.358Z | Checking winnow v0.6.8 |
1432 | 2024-07-25T01:26:22.700Z | Checking unicode-width v0.1.13 |
1433 | 2024-07-25T01:26:22.762Z | Checking mime v0.3.17 |
1434 | 2024-07-25T01:26:22.960Z | Checking sync_wrapper v0.1.2 |
1435 | 2024-07-25T01:26:25.711Z | Checking flate2 v1.0.30 |
1436 | 2024-07-25T01:26:29.124Z | Checking camino v1.1.7 |
1437 | 2024-07-25T01:26:29.149Z | Checking sigpipe v0.1.3 |
1438 | 2024-07-25T01:26:40.074Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1439 | 2024-07-25T01:26:52.026Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1440 | 2024-07-25T01:26:52.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 48s |
1441 | 2024-07-25T01:26:52.583Z | |
1442 | 2024-07-25T01:26:52.583Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/139) |
1443 | 2024-07-25T01:26:53.230Z | Downloading crates ... |
1444 | 2024-07-25T01:26:53.447Z | Downloaded base64 v0.13.1 |
1445 | 2024-07-25T01:26:53.475Z | Downloaded zone_cfg_derive v0.1.2 |
1446 | 2024-07-25T01:26:53.475Z | Downloaded portpicker v0.1.1 |
1447 | 2024-07-25T01:26:53.475Z | Downloaded headers-core v0.2.0 |
1448 | 2024-07-25T01:26:53.475Z | Downloaded slog-scope v4.4.0 |
1449 | 2024-07-25T01:26:53.475Z | Downloaded zone v0.1.8 |
1450 | 2024-07-25T01:26:53.475Z | Downloaded termcolor v1.4.1 |
1451 | 2024-07-25T01:26:53.475Z | Downloaded same-file v1.0.6 |
1452 | 2024-07-25T01:26:53.475Z | Downloaded walkdir v2.5.0 |
1453 | 2024-07-25T01:26:53.476Z | Downloaded tungstenite v0.21.0 |
1454 | 2024-07-25T01:26:53.503Z | Downloaded tungstenite v0.20.1 |
1455 | 2024-07-25T01:26:53.503Z | Downloaded ron v0.7.1 |
1456 | 2024-07-25T01:26:53.503Z | Downloaded rcgen v0.12.1 |
1457 | 2024-07-25T01:26:53.503Z | Downloaded headers v0.3.9 |
1458 | 2024-07-25T01:26:53.503Z | Downloaded tokio-tungstenite v0.21.0 |
1459 | 2024-07-25T01:26:53.503Z | Downloaded tokio-tungstenite v0.20.1 |
1460 | 2024-07-25T01:26:53.503Z | Downloaded subprocess v0.2.9 |
1461 | 2024-07-25T01:26:53.532Z | Downloaded slog-envlogger v2.2.0 |
1462 | 2024-07-25T01:26:53.532Z | Downloaded pem v3.0.4 |
1463 | 2024-07-25T01:26:53.532Z | Downloaded heck v0.3.3 |
1464 | 2024-07-25T01:26:53.532Z | Downloaded erased-serde v0.3.31 |
1465 | 2024-07-25T01:26:53.533Z | Downloaded slog-stdlog v4.1.1 |
1466 | 2024-07-25T01:26:53.533Z | Downloaded humantime v2.1.0 |
1467 | 2024-07-25T01:26:53.533Z | Downloaded utf-8 v0.7.6 |
1468 | 2024-07-25T01:26:53.533Z | Downloaded serde_arrays v0.1.0 |
1469 | 2024-07-25T01:26:53.533Z | Downloaded bitstruct_derive v0.1.0 |
1470 | 2024-07-25T01:26:53.533Z | Downloaded env_logger v0.9.3 |
1471 | 2024-07-25T01:26:53.533Z | Downloaded bitstruct v0.1.1 |
1472 | 2024-07-25T01:26:53.533Z | Downloaded atty v0.2.14 |
1473 | 2024-07-25T01:26:53.533Z | Downloaded atomicwrites v0.4.3 |
1474 | 2024-07-25T01:26:53.533Z | Downloaded ascii v1.1.0 |
1475 | 2024-07-25T01:26:53.533Z | Downloaded arc-swap v1.7.1 |
1476 | 2024-07-25T01:26:53.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1477 | 2024-07-25T01:26:53.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1478 | 2024-07-25T01:26:53.665Z | Compiling regress v0.9.1 |
1479 | 2024-07-25T01:26:53.694Z | Checking sha1 v0.10.6 |
1480 | 2024-07-25T01:26:53.719Z | Compiling strum_macros v0.26.4 |
1481 | 2024-07-25T01:26:53.745Z | Checking heck v0.5.0 |
1482 | 2024-07-25T01:26:53.772Z | Compiling getopts v0.2.21 |
1483 | 2024-07-25T01:26:53.772Z | Checking dirs-sys-next v0.1.2 |
1484 | 2024-07-25T01:26:53.797Z | Compiling unsafe-libyaml v0.2.11 |
1485 | 2024-07-25T01:26:53.942Z | Checking dirs-next v2.0.0 |
1486 | 2024-07-25T01:26:53.966Z | Checking http v1.1.0 |
1487 | 2024-07-25T01:26:54.057Z | Checking thread_local v1.1.8 |
1488 | 2024-07-25T01:26:54.198Z | Checking rustls-pki-types v1.7.0 |
1489 | 2024-07-25T01:26:54.289Z | Compiling ident_case v1.0.1 |
1490 | 2024-07-25T01:26:54.444Z | Compiling darling_core v0.20.9 |
1491 | 2024-07-25T01:26:54.575Z | Checking term v0.7.0 |
1492 | 2024-07-25T01:26:54.668Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1493 | 2024-07-25T01:26:54.945Z | Compiling serde_yaml v0.9.34+deprecated |
1494 | 2024-07-25T01:26:54.970Z | Checking crossbeam-channel v0.5.12 |
1495 | 2024-07-25T01:26:55.158Z | Checking is-terminal v0.4.12 |
1496 | 2024-07-25T01:26:55.238Z | Checking atty v0.2.14 |
1497 | 2024-07-25T01:26:55.338Z | Checking humantime v2.1.0 |
1498 | 2024-07-25T01:26:55.402Z | Checking base64 v0.22.1 |
1499 | 2024-07-25T01:26:55.595Z | Checking utf-8 v0.7.6 |
1500 | 2024-07-25T01:26:55.620Z | Checking termcolor v1.4.1 |
1501 | 2024-07-25T01:26:55.773Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1502 | 2024-07-25T01:26:55.807Z | Checking take_mut v0.2.2 |
1503 | 2024-07-25T01:26:55.958Z | Compiling paste v1.0.15 |
1504 | 2024-07-25T01:26:55.999Z | Compiling rustls v0.22.4 |
1505 | 2024-07-25T01:26:56.112Z | Checking env_logger v0.9.3 |
1506 | 2024-07-25T01:26:56.236Z | Checking slog-async v2.8.0 |
1507 | 2024-07-25T01:26:56.459Z | Checking slog-term v2.9.1 |
1508 | 2024-07-25T01:26:56.489Z | Checking rustls-webpki v0.102.4 |
1509 | 2024-07-25T01:26:56.513Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1510 | 2024-07-25T01:26:56.889Z | Compiling proc-macro-crate v1.3.1 |
1511 | 2024-07-25T01:26:57.183Z | Compiling bitstruct_derive v0.1.0 |
1512 | 2024-07-25T01:26:57.952Z | Compiling structmeta-derive v0.3.0 |
1513 | 2024-07-25T01:26:57.985Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1514 | 2024-07-25T01:26:58.093Z | Compiling multer v3.1.0 |
1515 | 2024-07-25T01:26:58.327Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1516 | 2024-07-25T01:26:58.386Z | Checking strum v0.26.3 |
1517 | 2024-07-25T01:26:58.410Z | Checking ascii v1.1.0 |
1518 | 2024-07-25T01:26:58.520Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1519 | 2024-07-25T01:26:58.576Z | Checking match_cfg v0.1.0 |
1520 | 2024-07-25T01:26:58.657Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1521 | 2024-07-25T01:26:58.681Z | Checking hostname v0.3.1 |
1522 | 2024-07-25T01:26:58.754Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1523 | 2024-07-25T01:26:58.785Z | Checking bitstruct v0.1.1 |
1524 | 2024-07-25T01:26:58.825Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1525 | 2024-07-25T01:26:58.866Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1526 | 2024-07-25T01:26:58.893Z | Compiling num_enum_derive v0.5.11 |
1527 | 2024-07-25T01:26:59.046Z | Checking slog-json v2.6.1 |
1528 | 2024-07-25T01:26:59.279Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1529 | 2024-07-25T01:26:59.519Z | Checking erased-serde v0.3.31 |
1530 | 2024-07-25T01:26:59.556Z | Checking serde_arrays v0.1.0 |
1531 | 2024-07-25T01:26:59.689Z | Compiling foreign-types-macros v0.2.3 |
1532 | 2024-07-25T01:27:00.058Z | Compiling async-stream-impl v0.3.5 |
1533 | 2024-07-25T01:27:00.452Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1534 | 2024-07-25T01:27:00.699Z | Compiling structmeta v0.3.0 |
1535 | 2024-07-25T01:27:00.723Z | Checking foreign-types-shared v0.3.1 |
1536 | 2024-07-25T01:27:00.754Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1537 | 2024-07-25T01:27:00.801Z | Checking arc-swap v1.7.1 |
1538 | 2024-07-25T01:27:00.831Z | Compiling darling_macro v0.20.9 |
1539 | 2024-07-25T01:27:01.059Z | Checking atomic-waker v1.1.2 |
1540 | 2024-07-25T01:27:01.120Z | Compiling parse-display-derive v0.9.1 |
1541 | 2024-07-25T01:27:01.178Z | Checking waitgroup v0.1.2 |
1542 | 2024-07-25T01:27:01.248Z | Checking slog-scope v4.4.0 |
1543 | 2024-07-25T01:27:01.295Z | Checking num_enum v0.5.11 |
1544 | 2024-07-25T01:27:01.319Z | Checking async-stream v0.3.5 |
1545 | 2024-07-25T01:27:01.348Z | Checking foreign-types v0.5.0 |
1546 | 2024-07-25T01:27:01.445Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1547 | 2024-07-25T01:27:01.470Z | Checking slog-bunyan v2.5.0 |
1548 | 2024-07-25T01:27:01.494Z | Compiling proc-macro-error v1.0.4 |
1549 | 2024-07-25T01:27:01.737Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1550 | 2024-07-25T01:27:01.811Z | Compiling darling v0.20.9 |
1551 | 2024-07-25T01:27:01.835Z | Checking toml v0.8.15 |
1552 | 2024-07-25T01:27:01.912Z | Compiling serde_with_macros v3.8.3 |
1553 | 2024-07-25T01:27:02.017Z | Checking rustls-pemfile v2.1.2 |
1554 | 2024-07-25T01:27:02.122Z | Checking tungstenite v0.20.1 |
1555 | 2024-07-25T01:27:02.146Z | Checking tokio-rustls v0.25.0 |
1556 | 2024-07-25T01:27:02.260Z | Compiling heck v0.3.3 |
1557 | 2024-07-25T01:27:02.455Z | Checking newtype-uuid v1.1.0 |
1558 | 2024-07-25T01:27:02.480Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1559 | 2024-07-25T01:27:02.669Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1560 | 2024-07-25T01:27:02.693Z | Checking cstr-argument v0.1.2 |
1561 | 2024-07-25T01:27:02.840Z | Checking serde_path_to_error v0.1.16 |
1562 | 2024-07-25T01:27:02.895Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1563 | 2024-07-25T01:27:03.348Z | Checking hostname v0.4.0 |
1564 | 2024-07-25T01:27:03.414Z | Checking instant v0.1.12 |
1565 | 2024-07-25T01:27:03.464Z | Checking pretty-hex v0.2.1 |
1566 | 2024-07-25T01:27:03.528Z | Checking fastrand v2.1.0 |
1567 | 2024-07-25T01:27:03.553Z | Checking debug-ignore v1.0.5 |
1568 | 2024-07-25T01:27:03.608Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1569 | 2024-07-25T01:27:03.673Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1570 | 2024-07-25T01:27:03.806Z | Checking tempfile v3.10.1 |
1571 | 2024-07-25T01:27:03.862Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1572 | 2024-07-25T01:27:03.922Z | Checking backoff v0.4.0 |
1573 | 2024-07-25T01:27:04.122Z | Checking tokio-tungstenite v0.20.1 |
1574 | 2024-07-25T01:27:04.146Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1575 | 2024-07-25T01:27:04.195Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1576 | 2024-07-25T01:27:04.386Z | Compiling zone_cfg_derive v0.1.2 |
1577 | 2024-07-25T01:27:04.410Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1578 | 2024-07-25T01:27:04.550Z | Checking slog-stdlog v4.1.1 |
1579 | 2024-07-25T01:27:04.692Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1580 | 2024-07-25T01:27:04.717Z | Checking serde_with v3.8.3 |
1581 | 2024-07-25T01:27:04.827Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1582 | 2024-07-25T01:27:05.081Z | Checking tungstenite v0.21.0 |
1583 | 2024-07-25T01:27:05.159Z | Checking colored v2.1.0 |
1584 | 2024-07-25T01:27:05.407Z | Checking macaddr v1.0.1 |
1585 | 2024-07-25T01:27:05.458Z | Checking parse-display v0.9.1 |
1586 | 2024-07-25T01:27:05.659Z | Checking socket2 v0.4.10 |
1587 | 2024-07-25T01:27:05.684Z | Checking base64 v0.13.1 |
1588 | 2024-07-25T01:27:05.709Z | Checking zone v0.1.8 |
1589 | 2024-07-25T01:27:05.846Z | Checking tokio-tungstenite v0.21.0 |
1590 | 2024-07-25T01:27:06.128Z | Checking ron v0.7.1 |
1591 | 2024-07-25T01:27:06.332Z | Checking slog-envlogger v2.2.0 |
1592 | 2024-07-25T01:27:06.374Z | Checking pem v3.0.4 |
1593 | 2024-07-25T01:27:06.532Z | Checking tabwriter v1.4.0 |
1594 | 2024-07-25T01:27:06.602Z | Checking xattr v1.3.1 |
1595 | 2024-07-25T01:27:06.733Z | Checking portpicker v0.1.1 |
1596 | 2024-07-25T01:27:06.766Z | Checking headers-core v0.2.0 |
1597 | 2024-07-25T01:27:06.847Z | Checking smf v0.2.3 |
1598 | 2024-07-25T01:27:06.880Z | Checking filetime v0.2.23 |
1599 | 2024-07-25T01:27:07.057Z | Checking same-file v1.0.6 |
1600 | 2024-07-25T01:27:07.177Z | Checking tar v0.4.41 |
1601 | 2024-07-25T01:27:07.202Z | Checking walkdir v2.5.0 |
1602 | 2024-07-25T01:27:07.263Z | Checking headers v0.3.9 |
1603 | 2024-07-25T01:27:07.445Z | Checking rcgen v0.12.1 |
1604 | 2024-07-25T01:27:07.691Z | Checking atomicwrites v0.4.3 |
1605 | 2024-07-25T01:27:07.735Z | Checking camino-tempfile v1.1.1 |
1606 | 2024-07-25T01:27:07.876Z | Checking subprocess v0.2.9 |
1607 | 2024-07-25T01:27:09.408Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1608 | 2024-07-25T01:27:09.658Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1609 | 2024-07-25T01:27:10.605Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1610 | 2024-07-25T01:27:13.244Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1611 | 2024-07-25T01:27:13.341Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1612 | 2024-07-25T01:27:18.064Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1613 | 2024-07-25T01:27:27.988Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1614 | 2024-07-25T01:27:28.156Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1615 | 2024-07-25T01:27:28.181Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1616 | 2024-07-25T01:27:31.501Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1617 | 2024-07-25T01:27:31.951Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1618 | 2024-07-25T01:27:41.292Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1619 | 2024-07-25T01:27:41.491Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1620 | 2024-07-25T01:27:42.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.33s |
1621 | 2024-07-25T01:27:43.047Z | |
1622 | 2024-07-25T01:27:43.047Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/139) |
1623 | 2024-07-25T01:27:43.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1624 | 2024-07-25T01:27:43.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1625 | 2024-07-25T01:27:43.956Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1626 | 2024-07-25T01:27:45.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s |
1627 | 2024-07-25T01:27:45.629Z | |
1628 | 2024-07-25T01:27:45.629Z | info: running `cargo check --bins` on nexus-config (31/139) |
1629 | 2024-07-25T01:27:46.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1630 | 2024-07-25T01:27:46.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1631 | 2024-07-25T01:27:46.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1632 | 2024-07-25T01:27:46.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1633 | 2024-07-25T01:27:46.503Z | |
1634 | 2024-07-25T01:27:46.503Z | info: running `cargo check --bins` on omicron-rpaths (32/139) |
1635 | 2024-07-25T01:27:47.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1636 | 2024-07-25T01:27:47.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1637 | 2024-07-25T01:27:47.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1638 | 2024-07-25T01:27:47.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
1639 | 2024-07-25T01:27:47.311Z | |
1640 | 2024-07-25T01:27:47.311Z | info: running `cargo check --bins` on omicron-certificates (33/139) |
1641 | 2024-07-25T01:27:48.021Z | Downloading crates ... |
1642 | 2024-07-25T01:27:48.113Z | Downloaded display-error-chain v0.2.0 |
1643 | 2024-07-25T01:27:48.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1644 | 2024-07-25T01:27:48.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1645 | 2024-07-25T01:27:48.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1646 | 2024-07-25T01:27:48.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
1647 | 2024-07-25T01:27:48.216Z | |
1648 | 2024-07-25T01:27:48.216Z | info: running `cargo check --bins` on bootstrap-agent-client (34/139) |
1649 | 2024-07-25T01:27:48.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1650 | 2024-07-25T01:27:49.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1651 | 2024-07-25T01:27:49.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1652 | 2024-07-25T01:27:49.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
1653 | 2024-07-25T01:27:49.059Z | |
1654 | 2024-07-25T01:27:49.060Z | info: running `cargo check --bins` on cockroach-admin-client (35/139) |
1655 | 2024-07-25T01:27:49.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1656 | 2024-07-25T01:27:49.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1657 | 2024-07-25T01:27:49.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1658 | 2024-07-25T01:27:49.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1659 | 2024-07-25T01:27:49.842Z | |
1660 | 2024-07-25T01:27:49.842Z | info: running `cargo check --bins` on omicron-ddm-admin-client (36/139) |
1661 | 2024-07-25T01:27:50.440Z | Downloading crates ... |
1662 | 2024-07-25T01:27:50.627Z | Downloaded arrayref v0.3.7 |
1663 | 2024-07-25T01:27:50.654Z | Downloaded constant_time_eq v0.3.0 |
1664 | 2024-07-25T01:27:50.680Z | Downloaded untrusted v0.7.1 |
1665 | 2024-07-25T01:27:50.680Z | Downloaded rayon v1.10.0 |
1666 | 2024-07-25T01:27:50.680Z | Downloaded blake3 v1.5.1 |
1667 | 2024-07-25T01:27:50.705Z | Downloaded topological-sort v0.2.2 |
1668 | 2024-07-25T01:27:50.705Z | Downloaded toolchain_find v0.4.0 |
1669 | 2024-07-25T01:27:50.705Z | Downloaded spin v0.5.2 |
1670 | 2024-07-25T01:27:50.705Z | Downloaded rustfmt-wrapper v0.2.1 |
1671 | 2024-07-25T01:27:50.705Z | Downloaded rayon-core v1.12.1 |
1672 | 2024-07-25T01:27:50.705Z | Downloaded omicron-zone-package v0.11.0 |
1673 | 2024-07-25T01:27:50.731Z | Downloaded memmap2 v0.9.4 |
1674 | 2024-07-25T01:27:50.732Z | Downloaded home v0.5.9 |
1675 | 2024-07-25T01:27:50.732Z | Downloaded crossbeam-deque v0.8.5 |
1676 | 2024-07-25T01:27:50.732Z | Downloaded arrayvec v0.7.4 |
1677 | 2024-07-25T01:27:50.757Z | Downloaded ring v0.16.20 |
1678 | 2024-07-25T01:27:50.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1679 | 2024-07-25T01:27:50.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1680 | 2024-07-25T01:27:50.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1681 | 2024-07-25T01:27:50.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
1682 | 2024-07-25T01:27:50.945Z | |
1683 | 2024-07-25T01:27:50.945Z | info: running `cargo check --bins` on dns-service-client (37/139) |
1684 | 2024-07-25T01:27:51.562Z | Downloading crates ... |
1685 | 2024-07-25T01:27:51.699Z | Downloaded newline-converter v0.3.0 |
1686 | 2024-07-25T01:27:51.723Z | Downloaded expectorate v1.1.0 |
1687 | 2024-07-25T01:27:51.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1688 | 2024-07-25T01:27:51.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1689 | 2024-07-25T01:27:51.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1690 | 2024-07-25T01:27:51.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
1691 | 2024-07-25T01:27:51.792Z | |
1692 | 2024-07-25T01:27:51.793Z | info: running `cargo check --bins` on dpd-client (38/139) |
1693 | 2024-07-25T01:27:52.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1694 | 2024-07-25T01:27:52.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1695 | 2024-07-25T01:27:52.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1696 | 2024-07-25T01:27:52.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
1697 | 2024-07-25T01:27:52.606Z | |
1698 | 2024-07-25T01:27:52.606Z | info: running `cargo check --bins` on gateway-client (39/139) |
1699 | 2024-07-25T01:27:53.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1700 | 2024-07-25T01:27:53.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1701 | 2024-07-25T01:27:53.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1702 | 2024-07-25T01:27:53.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
1703 | 2024-07-25T01:27:53.398Z | |
1704 | 2024-07-25T01:27:53.398Z | info: running `cargo check --bins` on installinator-client (40/139) |
1705 | 2024-07-25T01:27:53.992Z | Downloading crates ... |
1706 | 2024-07-25T01:27:54.202Z | Downloaded derive-where v1.2.7 |
1707 | 2024-07-25T01:27:54.226Z | Downloaded owo-colors v4.0.0 |
1708 | 2024-07-25T01:27:54.226Z | Downloaded linear-map v1.2.0 |
1709 | 2024-07-25T01:27:54.226Z | Downloaded libsw v3.3.1 |
1710 | 2024-07-25T01:27:54.226Z | Downloaded cancel-safe-futures v0.1.5 |
1711 | 2024-07-25T01:27:54.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1712 | 2024-07-25T01:27:54.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1713 | 2024-07-25T01:27:54.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1714 | 2024-07-25T01:27:54.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
1715 | 2024-07-25T01:27:54.319Z | |
1716 | 2024-07-25T01:27:54.319Z | info: running `cargo check --bins` on installinator-common (41/139) |
1717 | 2024-07-25T01:27:55.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1718 | 2024-07-25T01:27:55.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1719 | 2024-07-25T01:27:55.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1720 | 2024-07-25T01:27:55.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
1721 | 2024-07-25T01:27:55.179Z | |
1722 | 2024-07-25T01:27:55.179Z | info: running `cargo check --bins` on update-engine (42/139) |
1723 | 2024-07-25T01:27:55.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1724 | 2024-07-25T01:27:55.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1725 | 2024-07-25T01:27:55.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1726 | 2024-07-25T01:27:55.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
1727 | 2024-07-25T01:27:55.969Z | |
1728 | 2024-07-25T01:27:55.969Z | info: running `cargo check --bins` on nexus-client (43/139) |
1729 | 2024-07-25T01:27:56.592Z | Downloading crates ... |
1730 | 2024-07-25T01:27:56.775Z | Downloaded argon2 v0.5.3 |
1731 | 2024-07-25T01:27:56.799Z | Downloaded steno v0.4.1 |
1732 | 2024-07-25T01:27:56.800Z | Downloaded semver v0.1.20 |
1733 | 2024-07-25T01:27:56.800Z | Downloaded rustc_version v0.1.7 |
1734 | 2024-07-25T01:27:56.800Z | Downloaded password-hash v0.5.0 |
1735 | 2024-07-25T01:27:56.800Z | Downloaded newtype_derive v0.1.6 |
1736 | 2024-07-25T01:27:56.800Z | Downloaded blake2 v0.10.6 |
1737 | 2024-07-25T01:27:56.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1738 | 2024-07-25T01:27:56.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1739 | 2024-07-25T01:27:56.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1740 | 2024-07-25T01:27:56.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
1741 | 2024-07-25T01:27:56.893Z | |
1742 | 2024-07-25T01:27:56.893Z | info: running `cargo check --bins` on nexus-sled-agent-shared (44/139) |
1743 | 2024-07-25T01:27:57.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1744 | 2024-07-25T01:27:57.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1745 | 2024-07-25T01:27:57.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1746 | 2024-07-25T01:27:57.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1747 | 2024-07-25T01:27:57.770Z | |
1748 | 2024-07-25T01:27:57.770Z | info: running `cargo check --bins` on omicron-passwords (45/139) |
1749 | 2024-07-25T01:27:58.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1750 | 2024-07-25T01:27:58.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1751 | 2024-07-25T01:27:58.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1752 | 2024-07-25T01:27:58.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
1753 | 2024-07-25T01:27:58.569Z | |
1754 | 2024-07-25T01:27:58.569Z | info: running `cargo check --bins` on nexus-types (46/139) |
1755 | 2024-07-25T01:27:59.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1756 | 2024-07-25T01:27:59.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1757 | 2024-07-25T01:27:59.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1758 | 2024-07-25T01:27:59.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
1759 | 2024-07-25T01:27:59.408Z | |
1760 | 2024-07-25T01:27:59.408Z | info: running `cargo check --bins` on oxide-client (47/139) |
1761 | 2024-07-25T01:28:00.052Z | Downloading crates ... |
1762 | 2024-07-25T01:28:00.161Z | Downloaded lru-cache v0.1.2 |
1763 | 2024-07-25T01:28:00.184Z | Downloaded trust-dns-resolver v0.22.0 |
1764 | 2024-07-25T01:28:00.185Z | Downloaded resolv-conf v0.7.0 |
1765 | 2024-07-25T01:28:00.185Z | Downloaded linked-hash-map v0.5.6 |
1766 | 2024-07-25T01:28:00.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1767 | 2024-07-25T01:28:00.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1768 | 2024-07-25T01:28:00.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1769 | 2024-07-25T01:28:00.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1770 | 2024-07-25T01:28:00.276Z | |
1771 | 2024-07-25T01:28:00.276Z | info: running `cargo check --bins` on oximeter-client (48/139) |
1772 | 2024-07-25T01:28:01.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1773 | 2024-07-25T01:28:01.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1774 | 2024-07-25T01:28:01.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1775 | 2024-07-25T01:28:01.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
1776 | 2024-07-25T01:28:01.124Z | |
1777 | 2024-07-25T01:28:01.124Z | info: running `cargo check --bins` on sled-agent-client (49/139) |
1778 | 2024-07-25T01:28:01.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1779 | 2024-07-25T01:28:01.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1780 | 2024-07-25T01:28:01.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1781 | 2024-07-25T01:28:01.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1782 | 2024-07-25T01:28:01.991Z | |
1783 | 2024-07-25T01:28:01.991Z | info: running `cargo check --bins` on wicketd-client (50/139) |
1784 | 2024-07-25T01:28:02.710Z | Downloading crates ... |
1785 | 2024-07-25T01:28:02.852Z | Downloaded maplit v1.0.2 |
1786 | 2024-07-25T01:28:02.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1787 | 2024-07-25T01:28:02.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1788 | 2024-07-25T01:28:02.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1789 | 2024-07-25T01:28:02.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
1790 | 2024-07-25T01:28:02.951Z | |
1791 | 2024-07-25T01:28:02.951Z | info: running `cargo check --bins` on wicket-common (51/139) |
1792 | 2024-07-25T01:28:03.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1793 | 2024-07-25T01:28:03.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1794 | 2024-07-25T01:28:03.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1795 | 2024-07-25T01:28:03.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1796 | 2024-07-25T01:28:03.832Z | |
1797 | 2024-07-25T01:28:03.832Z | info: running `cargo check --bins` on omicron-cockroach-admin (52/139) |
1798 | 2024-07-25T01:28:04.447Z | Downloading crates ... |
1799 | 2024-07-25T01:28:04.606Z | Downloaded slog-dtrace v0.3.0 |
1800 | 2024-07-25T01:28:04.630Z | Downloaded csv-core v0.1.11 |
1801 | 2024-07-25T01:28:04.631Z | Downloaded csv v1.3.0 |
1802 | 2024-07-25T01:28:04.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1803 | 2024-07-25T01:28:04.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1804 | 2024-07-25T01:28:04.763Z | Compiling heapless v0.8.0 |
1805 | 2024-07-25T01:28:04.787Z | Checking hash32 v0.3.1 |
1806 | 2024-07-25T01:28:04.811Z | Compiling smoltcp v0.11.0 |
1807 | 2024-07-25T01:28:04.836Z | Checking cobs v0.2.3 |
1808 | 2024-07-25T01:28:04.836Z | Checking embedded-io v0.4.0 |
1809 | 2024-07-25T01:28:04.860Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1810 | 2024-07-25T01:28:04.860Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1811 | 2024-07-25T01:28:04.890Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1812 | 2024-07-25T01:28:04.953Z | Compiling crucible-workspace-hack v0.1.0 |
1813 | 2024-07-25T01:28:04.980Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1814 | 2024-07-25T01:28:05.005Z | Checking csv-core v0.1.11 |
1815 | 2024-07-25T01:28:05.035Z | Checking postcard v1.0.8 |
1816 | 2024-07-25T01:28:05.155Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1817 | 2024-07-25T01:28:05.287Z | Checking csv v1.3.0 |
1818 | 2024-07-25T01:28:05.311Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1819 | 2024-07-25T01:28:05.344Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1820 | 2024-07-25T01:28:05.469Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1821 | 2024-07-25T01:28:05.642Z | Compiling num-derive v0.4.2 |
1822 | 2024-07-25T01:28:05.666Z | Compiling slog-dtrace v0.3.0 |
1823 | 2024-07-25T01:28:05.690Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1824 | 2024-07-25T01:28:05.754Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
1825 | 2024-07-25T01:28:06.027Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
1826 | 2024-07-25T01:28:06.490Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
1827 | 2024-07-25T01:28:06.572Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1828 | 2024-07-25T01:28:07.286Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1829 | 2024-07-25T01:28:08.816Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1830 | 2024-07-25T01:28:09.915Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1831 | 2024-07-25T01:28:11.292Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1832 | 2024-07-25T01:28:11.528Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1833 | 2024-07-25T01:28:14.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.89s |
1834 | 2024-07-25T01:28:14.860Z | |
1835 | 2024-07-25T01:28:14.860Z | info: running `cargo check --bins` on cockroach-admin-api (53/139) |
1836 | 2024-07-25T01:28:15.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1837 | 2024-07-25T01:28:15.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1838 | 2024-07-25T01:28:15.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1839 | 2024-07-25T01:28:15.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
1840 | 2024-07-25T01:28:15.689Z | |
1841 | 2024-07-25T01:28:15.689Z | info: running `cargo check --bins` on cockroach-admin-types (54/139) |
1842 | 2024-07-25T01:28:16.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1843 | 2024-07-25T01:28:16.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1844 | 2024-07-25T01:28:16.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1845 | 2024-07-25T01:28:16.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
1846 | 2024-07-25T01:28:16.497Z | |
1847 | 2024-07-25T01:28:16.498Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (55/139) |
1848 | 2024-07-25T01:28:17.117Z | Downloading crates ... |
1849 | 2024-07-25T01:28:17.379Z | Downloaded http-range v0.1.5 |
1850 | 2024-07-25T01:28:17.404Z | Downloaded endian-type v0.1.2 |
1851 | 2024-07-25T01:28:17.404Z | Downloaded fxhash v0.2.1 |
1852 | 2024-07-25T01:28:17.404Z | Downloaded derive_builder_macro v0.20.0 |
1853 | 2024-07-25T01:28:17.404Z | Downloaded oso-derive v0.27.3 |
1854 | 2024-07-25T01:28:17.404Z | Downloaded maybe-uninit v2.0.0 |
1855 | 2024-07-25T01:28:17.404Z | Downloaded unicase v2.7.0 |
1856 | 2024-07-25T01:28:17.404Z | Downloaded wyz v0.5.1 |
1857 | 2024-07-25T01:28:17.428Z | Downloaded zip v0.6.6 |
1858 | 2024-07-25T01:28:17.428Z | Downloaded samael v0.0.15 |
1859 | 2024-07-25T01:28:17.428Z | Downloaded which v4.4.2 |
1860 | 2024-07-25T01:28:17.453Z | Downloaded smallvec v0.6.14 |
1861 | 2024-07-25T01:28:17.453Z | Downloaded x509-cert v0.2.5 |
1862 | 2024-07-25T01:28:17.453Z | Downloaded trust-dns-server v0.22.1 |
1863 | 2024-07-25T01:28:17.453Z | Downloaded lalrpop v0.19.12 |
1864 | 2024-07-25T01:28:17.478Z | Downloaded sled v0.34.7 |
1865 | 2024-07-25T01:28:17.478Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1866 | 2024-07-25T01:28:17.507Z | Downloaded radix_trie v0.2.1 |
1867 | 2024-07-25T01:28:17.507Z | Downloaded polar-core v0.27.3 |
1868 | 2024-07-25T01:28:17.537Z | Downloaded ron v0.8.1 |
1869 | 2024-07-25T01:28:17.537Z | Downloaded regex-syntax v0.6.29 |
1870 | 2024-07-25T01:28:17.537Z | Downloaded quick-xml v0.31.0 |
1871 | 2024-07-25T01:28:17.537Z | Downloaded object v0.30.4 |
1872 | 2024-07-25T01:28:17.537Z | Downloaded num-bigint-dig v0.8.4 |
1873 | 2024-07-25T01:28:17.568Z | Downloaded nix v0.27.1 |
1874 | 2024-07-25T01:28:17.568Z | Downloaded bitvec v1.0.1 |
1875 | 2024-07-25T01:28:17.596Z | Downloaded bindgen v0.69.4 |
1876 | 2024-07-25T01:28:17.596Z | Downloaded ref-cast-impl v1.0.23 |
1877 | 2024-07-25T01:28:17.596Z | Downloaded parking_lot v0.11.2 |
1878 | 2024-07-25T01:28:17.597Z | Downloaded serde-big-array v0.5.1 |
1879 | 2024-07-25T01:28:17.597Z | Downloaded oso v0.27.3 |
1880 | 2024-07-25T01:28:17.597Z | Downloaded nibble_vec v0.1.0 |
1881 | 2024-07-25T01:28:17.597Z | Downloaded trust-dns-client v0.22.0 |
1882 | 2024-07-25T01:28:17.621Z | Downloaded toml v0.5.11 |
1883 | 2024-07-25T01:28:17.621Z | Downloaded tls_codec v0.4.1 |
1884 | 2024-07-25T01:28:17.621Z | Downloaded tap v1.0.1 |
1885 | 2024-07-25T01:28:17.621Z | Downloaded signature v2.2.0 |
1886 | 2024-07-25T01:28:17.621Z | Downloaded signal-hook-tokio v0.3.1 |
1887 | 2024-07-25T01:28:17.621Z | Downloaded rustc-hash v1.1.0 |
1888 | 2024-07-25T01:28:17.621Z | Downloaded rsa v0.9.6 |
1889 | 2024-07-25T01:28:17.621Z | Downloaded path-slash v0.1.5 |
1890 | 2024-07-25T01:28:17.621Z | Downloaded packed_struct v0.10.1 |
1891 | 2024-07-25T01:28:17.621Z | Downloaded num-rational v0.4.2 |
1892 | 2024-07-25T01:28:17.621Z | Downloaded nodrop v0.1.14 |
1893 | 2024-07-25T01:28:17.645Z | Downloaded mime_guess v2.0.4 |
1894 | 2024-07-25T01:28:17.645Z | Downloaded libxml v0.3.3 |
1895 | 2024-07-25T01:28:17.645Z | Downloaded hashbrown v0.13.2 |
1896 | 2024-07-25T01:28:17.645Z | Downloaded const_format v0.2.32 |
1897 | 2024-07-25T01:28:17.645Z | Downloaded libefi-sys v0.1.0 |
1898 | 2024-07-25T01:28:17.645Z | Downloaded cookie v0.18.1 |
1899 | 2024-07-25T01:28:17.645Z | Downloaded clang-sys v1.7.0 |
1900 | 2024-07-25T01:28:17.669Z | Downloaded tls_codec_derive v0.4.1 |
1901 | 2024-07-25T01:28:17.669Z | Downloaded prettyplease v0.2.20 |
1902 | 2024-07-25T01:28:17.669Z | Downloaded pkcs1 v0.7.5 |
1903 | 2024-07-25T01:28:17.669Z | Downloaded parking_lot_core v0.8.6 |
1904 | 2024-07-25T01:28:17.669Z | Downloaded num-complex v0.4.6 |
1905 | 2024-07-25T01:28:17.669Z | Downloaded nanorand v0.7.0 |
1906 | 2024-07-25T01:28:17.669Z | Downloaded libloading v0.8.3 |
1907 | 2024-07-25T01:28:17.669Z | Downloaded indoc v1.0.9 |
1908 | 2024-07-25T01:28:17.669Z | Downloaded hyper-staticfile v0.9.5 |
1909 | 2024-07-25T01:28:17.693Z | Downloaded highway v1.1.0 |
1910 | 2024-07-25T01:28:17.693Z | Downloaded gethostname v0.4.3 |
1911 | 2024-07-25T01:28:17.693Z | Downloaded funty v2.0.0 |
1912 | 2024-07-25T01:28:17.693Z | Downloaded flume v0.11.0 |
1913 | 2024-07-25T01:28:17.693Z | Downloaded env_logger v0.10.2 |
1914 | 2024-07-25T01:28:17.693Z | Downloaded derive_builder_core v0.20.0 |
1915 | 2024-07-25T01:28:17.693Z | Downloaded crc-any v2.5.0 |
1916 | 2024-07-25T01:28:17.693Z | Downloaded bzip2 v0.4.4 |
1917 | 2024-07-25T01:28:17.693Z | Downloaded serde-hex v0.1.0 |
1918 | 2024-07-25T01:28:17.694Z | Downloaded ref-cast v1.0.23 |
1919 | 2024-07-25T01:28:17.718Z | Downloaded radium v0.7.0 |
1920 | 2024-07-25T01:28:17.718Z | Downloaded num v0.4.3 |
1921 | 2024-07-25T01:28:17.718Z | Downloaded lazycell v1.3.0 |
1922 | 2024-07-25T01:28:17.718Z | Downloaded ena v0.14.3 |
1923 | 2024-07-25T01:28:17.718Z | Downloaded diff v0.1.13 |
1924 | 2024-07-25T01:28:17.718Z | Downloaded tiny-keccak v2.0.2 |
1925 | 2024-07-25T01:28:17.718Z | Downloaded strum_macros v0.24.3 |
1926 | 2024-07-25T01:28:17.718Z | Downloaded shlex v1.3.0 |
1927 | 2024-07-25T01:28:17.718Z | Downloaded packed_struct_codegen v0.10.1 |
1928 | 2024-07-25T01:28:17.718Z | Downloaded memoffset v0.9.1 |
1929 | 2024-07-25T01:28:17.718Z | Downloaded kstat-rs v0.2.4 |
1930 | 2024-07-25T01:28:17.718Z | Downloaded float-ord v0.3.2 |
1931 | 2024-07-25T01:28:17.718Z | Downloaded derive_builder v0.20.0 |
1932 | 2024-07-25T01:28:17.742Z | Downloaded crc v3.2.1 |
1933 | 2024-07-25T01:28:17.742Z | Downloaded const_format_proc_macros v0.2.32 |
1934 | 2024-07-25T01:28:17.742Z | Downloaded cexpr v0.6.0 |
1935 | 2024-07-25T01:28:17.742Z | Downloaded bitfield-struct v0.6.1 |
1936 | 2024-07-25T01:28:17.742Z | Downloaded bcs v0.1.6 |
1937 | 2024-07-25T01:28:17.742Z | Downloaded bb8 v0.8.5 |
1938 | 2024-07-25T01:28:17.743Z | Downloaded async-recursion v1.1.1 |
1939 | 2024-07-25T01:28:17.743Z | Downloaded array-init v0.0.4 |
1940 | 2024-07-25T01:28:17.743Z | Downloaded impl-trait-for-tuples v0.2.2 |
1941 | 2024-07-25T01:28:17.743Z | Downloaded glob v0.3.1 |
1942 | 2024-07-25T01:28:17.769Z | Downloaded crunchy v0.2.2 |
1943 | 2024-07-25T01:28:17.769Z | Downloaded crc-catalog v2.4.0 |
1944 | 2024-07-25T01:28:17.769Z | Downloaded bitfield v0.14.0 |
1945 | 2024-07-25T01:28:17.769Z | Downloaded ascii-canvas v3.0.0 |
1946 | 2024-07-25T01:28:17.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1947 | 2024-07-25T01:28:17.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1948 | 2024-07-25T01:28:17.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1949 | 2024-07-25T01:28:17.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
1950 | 2024-07-25T01:28:17.877Z | |
1951 | 2024-07-25T01:28:17.877Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/139) |
1952 | 2024-07-25T01:28:18.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1953 | 2024-07-25T01:28:18.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1954 | 2024-07-25T01:28:18.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1955 | 2024-07-25T01:28:18.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
1956 | 2024-07-25T01:28:18.890Z | |
1957 | 2024-07-25T01:28:18.890Z | info: running `cargo check --bins` on dns-server (57/139) |
1958 | 2024-07-25T01:28:19.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1959 | 2024-07-25T01:28:19.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1960 | 2024-07-25T01:28:19.790Z | Compiling parking_lot_core v0.8.6 |
1961 | 2024-07-25T01:28:19.815Z | Checking nibble_vec v0.1.0 |
1962 | 2024-07-25T01:28:19.815Z | Checking endian-type v0.1.2 |
1963 | 2024-07-25T01:28:19.841Z | Checking newline-converter v0.3.0 |
1964 | 2024-07-25T01:28:19.841Z | Checking quick-error v1.2.3 |
1965 | 2024-07-25T01:28:19.841Z | Checking linked-hash-map v0.5.6 |
1966 | 2024-07-25T01:28:19.841Z | Checking fxhash v0.2.1 |
1967 | 2024-07-25T01:28:19.866Z | Checking toml v0.5.11 |
1968 | 2024-07-25T01:28:19.977Z | Checking expectorate v1.1.0 |
1969 | 2024-07-25T01:28:20.003Z | Checking resolv-conf v0.7.0 |
1970 | 2024-07-25T01:28:20.029Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
1971 | 2024-07-25T01:28:20.029Z | Checking radix_trie v0.2.1 |
1972 | 2024-07-25T01:28:20.124Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1973 | 2024-07-25T01:28:20.157Z | Checking lru-cache v0.1.2 |
1974 | 2024-07-25T01:28:20.332Z | Checking trust-dns-resolver v0.22.0 |
1975 | 2024-07-25T01:28:20.401Z | Checking trust-dns-client v0.22.0 |
1976 | 2024-07-25T01:28:20.544Z | Checking parking_lot v0.11.2 |
1977 | 2024-07-25T01:28:20.855Z | Checking sled v0.34.7 |
1978 | 2024-07-25T01:28:21.554Z | Checking trust-dns-server v0.22.1 |
1979 | 2024-07-25T01:28:23.764Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1980 | 2024-07-25T01:28:25.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.35s |
1981 | 2024-07-25T01:28:25.364Z | |
1982 | 2024-07-25T01:28:25.364Z | info: running `cargo check --bins` on dns-server-api (58/139) |
1983 | 2024-07-25T01:28:26.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1984 | 2024-07-25T01:28:26.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1985 | 2024-07-25T01:28:26.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1986 | 2024-07-25T01:28:26.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
1987 | 2024-07-25T01:28:26.207Z | |
1988 | 2024-07-25T01:28:26.208Z | info: running `cargo check --bins` on gateway-test-utils (59/139) |
1989 | 2024-07-25T01:28:27.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1990 | 2024-07-25T01:28:27.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1991 | 2024-07-25T01:28:27.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1992 | 2024-07-25T01:28:27.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
1993 | 2024-07-25T01:28:27.147Z | |
1994 | 2024-07-25T01:28:27.147Z | info: running `cargo check --bins` on omicron-gateway (60/139) |
1995 | 2024-07-25T01:28:27.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1996 | 2024-07-25T01:28:28.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1997 | 2024-07-25T01:28:28.137Z | Compiling radium v0.7.0 |
1998 | 2024-07-25T01:28:28.138Z | Compiling maybe-uninit v2.0.0 |
1999 | 2024-07-25T01:28:28.138Z | Checking tap v1.0.1 |
2000 | 2024-07-25T01:28:28.195Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2001 | 2024-07-25T01:28:28.195Z | Checking crc-catalog v2.4.0 |
2002 | 2024-07-25T01:28:28.195Z | Compiling num-bigint-dig v0.8.4 |
2003 | 2024-07-25T01:28:28.195Z | Checking funty v2.0.0 |
2004 | 2024-07-25T01:28:28.195Z | Compiling packed_struct v0.10.1 |
2005 | 2024-07-25T01:28:28.266Z | Checking wyz v0.5.1 |
2006 | 2024-07-25T01:28:28.318Z | Checking crc v3.2.1 |
2007 | 2024-07-25T01:28:28.477Z | Compiling packed_struct_codegen v0.10.1 |
2008 | 2024-07-25T01:28:28.615Z | Compiling indexmap v1.9.3 |
2009 | 2024-07-25T01:28:28.644Z | Checking nodrop v0.1.14 |
2010 | 2024-07-25T01:28:28.745Z | Checking smallvec v0.6.14 |
2011 | 2024-07-25T01:28:28.774Z | Checking array-init v0.0.4 |
2012 | 2024-07-25T01:28:28.898Z | Checking pkcs1 v0.7.5 |
2013 | 2024-07-25T01:28:28.929Z | Checking signature v2.2.0 |
2014 | 2024-07-25T01:28:28.974Z | Checking bitvec v1.0.1 |
2015 | 2024-07-25T01:28:29.082Z | Compiling memoffset v0.9.1 |
2016 | 2024-07-25T01:28:29.109Z | Checking hashbrown v0.12.3 |
2017 | 2024-07-25T01:28:29.243Z | Checking bitfield v0.14.0 |
2018 | 2024-07-25T01:28:29.345Z | Checking bzip2 v0.4.4 |
2019 | 2024-07-25T01:28:29.494Z | Checking env_logger v0.10.2 |
2020 | 2024-07-25T01:28:29.530Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2021 | 2024-07-25T01:28:29.629Z | Checking x509-cert v0.2.5 |
2022 | 2024-07-25T01:28:29.665Z | Checking serde-hex v0.1.0 |
2023 | 2024-07-25T01:28:29.724Z | Checking ron v0.8.1 |
2024 | 2024-07-25T01:28:29.847Z | Checking hashbrown v0.13.2 |
2025 | 2024-07-25T01:28:30.508Z | Checking rsa v0.9.6 |
2026 | 2024-07-25T01:28:30.600Z | Checking half v2.4.1 |
2027 | 2024-07-25T01:28:30.776Z | Checking ciborium-io v0.2.2 |
2028 | 2024-07-25T01:28:30.848Z | Checking crc-any v2.5.0 |
2029 | 2024-07-25T01:28:30.925Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2030 | 2024-07-25T01:28:31.034Z | Checking object v0.30.4 |
2031 | 2024-07-25T01:28:31.058Z | Checking zip v0.6.6 |
2032 | 2024-07-25T01:28:31.082Z | Checking ciborium-ll v0.2.2 |
2033 | 2024-07-25T01:28:31.211Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2034 | 2024-07-25T01:28:31.259Z | Checking path-slash v0.1.5 |
2035 | 2024-07-25T01:28:31.329Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2036 | 2024-07-25T01:28:31.392Z | Checking ciborium v0.2.2 |
2037 | 2024-07-25T01:28:31.476Z | Checking nix v0.27.1 |
2038 | 2024-07-25T01:28:31.522Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2039 | 2024-07-25T01:28:31.605Z | Checking serde-big-array v0.5.1 |
2040 | 2024-07-25T01:28:31.718Z | Checking signal-hook-tokio v0.3.1 |
2041 | 2024-07-25T01:28:34.453Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2042 | 2024-07-25T01:28:43.828Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2043 | 2024-07-25T01:28:45.490Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2044 | 2024-07-25T01:28:47.894Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2045 | 2024-07-25T01:28:53.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.19s |
2046 | 2024-07-25T01:28:53.449Z | |
2047 | 2024-07-25T01:28:53.449Z | info: running `cargo check --bins` on ipcc (61/139) |
2048 | 2024-07-25T01:28:54.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2049 | 2024-07-25T01:28:54.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2050 | 2024-07-25T01:28:54.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2051 | 2024-07-25T01:28:54.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2052 | 2024-07-25T01:28:54.294Z | |
2053 | 2024-07-25T01:28:54.294Z | info: running `cargo check --bins` on sp-sim (62/139) |
2054 | 2024-07-25T01:28:55.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2055 | 2024-07-25T01:28:55.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2056 | 2024-07-25T01:28:55.243Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2057 | 2024-07-25T01:28:57.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s |
2058 | 2024-07-25T01:28:57.661Z | |
2059 | 2024-07-25T01:28:57.661Z | info: running `cargo check --bins` on internal-dns (63/139) |
2060 | 2024-07-25T01:28:58.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2061 | 2024-07-25T01:28:58.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2062 | 2024-07-25T01:28:58.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2063 | 2024-07-25T01:28:58.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2064 | 2024-07-25T01:28:58.498Z | |
2065 | 2024-07-25T01:28:58.498Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (64/139) |
2066 | 2024-07-25T01:28:59.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2067 | 2024-07-25T01:28:59.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2068 | 2024-07-25T01:28:59.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2069 | 2024-07-25T01:28:59.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2070 | 2024-07-25T01:28:59.411Z | |
2071 | 2024-07-25T01:28:59.411Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (65/139) |
2072 | 2024-07-25T01:29:00.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2073 | 2024-07-25T01:29:00.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2074 | 2024-07-25T01:29:00.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2075 | 2024-07-25T01:29:00.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2076 | 2024-07-25T01:29:00.337Z | |
2077 | 2024-07-25T01:29:00.337Z | info: running `cargo check --bins` on db-macros (66/139) |
2078 | 2024-07-25T01:29:01.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2079 | 2024-07-25T01:29:01.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2080 | 2024-07-25T01:29:01.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2081 | 2024-07-25T01:29:01.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2082 | 2024-07-25T01:29:01.220Z | |
2083 | 2024-07-25T01:29:01.220Z | info: running `cargo check --bins` on nexus-macros-common (67/139) |
2084 | 2024-07-25T01:29:02.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2085 | 2024-07-25T01:29:03.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2086 | 2024-07-25T01:29:03.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2087 | 2024-07-25T01:29:03.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2088 | 2024-07-25T01:29:03.018Z | |
2089 | 2024-07-25T01:29:03.018Z | info: running `cargo check --bins` on nexus-auth (68/139) |
2090 | 2024-07-25T01:29:03.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2091 | 2024-07-25T01:29:03.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2092 | 2024-07-25T01:29:03.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2093 | 2024-07-25T01:29:03.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2094 | 2024-07-25T01:29:03.043Z | |
2095 | 2024-07-25T01:29:03.043Z | info: running `cargo check --bins` on authz-macros (69/139) |
2096 | 2024-07-25T01:29:03.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2097 | 2024-07-25T01:29:03.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2098 | 2024-07-25T01:29:03.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2099 | 2024-07-25T01:29:03.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2100 | 2024-07-25T01:29:03.857Z | |
2101 | 2024-07-25T01:29:03.857Z | info: running `cargo check --bins` on nexus-db-fixed-data (70/139) |
2102 | 2024-07-25T01:29:04.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2103 | 2024-07-25T01:29:04.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2104 | 2024-07-25T01:29:04.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2105 | 2024-07-25T01:29:04.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2106 | 2024-07-25T01:29:04.735Z | |
2107 | 2024-07-25T01:29:04.735Z | info: running `cargo check --bins` on nexus-db-model (71/139) |
2108 | 2024-07-25T01:29:05.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2109 | 2024-07-25T01:29:05.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2110 | 2024-07-25T01:29:05.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2111 | 2024-07-25T01:29:05.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2112 | 2024-07-25T01:29:05.652Z | |
2113 | 2024-07-25T01:29:05.652Z | info: running `cargo check --bins` on nexus-defaults (72/139) |
2114 | 2024-07-25T01:29:06.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2115 | 2024-07-25T01:29:06.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2116 | 2024-07-25T01:29:06.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2117 | 2024-07-25T01:29:06.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2118 | 2024-07-25T01:29:06.520Z | |
2119 | 2024-07-25T01:29:06.520Z | info: running `cargo check --bins` on oximeter (73/139) |
2120 | 2024-07-25T01:29:07.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2121 | 2024-07-25T01:29:07.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2122 | 2024-07-25T01:29:07.407Z | Compiling rustls-pki-types v1.7.0 |
2123 | 2024-07-25T01:29:07.431Z | Compiling prettyplease v0.2.20 |
2124 | 2024-07-25T01:29:07.455Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2125 | 2024-07-25T01:29:07.455Z | Compiling crossbeam-channel v0.5.12 |
2126 | 2024-07-25T01:29:07.479Z | Compiling slog-json v2.6.1 |
2127 | 2024-07-25T01:29:07.479Z | Compiling http v1.1.0 |
2128 | 2024-07-25T01:29:07.503Z | Compiling base64 v0.22.1 |
2129 | 2024-07-25T01:29:07.527Z | Compiling atomic-waker v1.1.2 |
2130 | 2024-07-25T01:29:07.718Z | Compiling waitgroup v0.1.2 |
2131 | 2024-07-25T01:29:07.742Z | Compiling slog-term v2.9.1 |
2132 | 2024-07-25T01:29:07.859Z | Compiling rustls-webpki v0.102.4 |
2133 | 2024-07-25T01:29:07.884Z | Compiling slog-bunyan v2.5.0 |
2134 | 2024-07-25T01:29:07.924Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2135 | 2024-07-25T01:29:08.074Z | Compiling rustls-pemfile v2.1.2 |
2136 | 2024-07-25T01:29:08.158Z | Compiling camino v1.1.7 |
2137 | 2024-07-25T01:29:08.202Z | Compiling slog-async v2.8.0 |
2138 | 2024-07-25T01:29:08.264Z | Compiling async-stream v0.3.5 |
2139 | 2024-07-25T01:29:08.491Z | Compiling toml v0.8.15 |
2140 | 2024-07-25T01:29:08.515Z | Compiling sha1 v0.10.6 |
2141 | 2024-07-25T01:29:08.549Z | Compiling newtype-uuid v1.1.0 |
2142 | 2024-07-25T01:29:08.846Z | Compiling rustls v0.22.4 |
2143 | 2024-07-25T01:29:08.878Z | Compiling serde_path_to_error v0.1.16 |
2144 | 2024-07-25T01:29:08.902Z | Compiling hostname v0.4.0 |
2145 | 2024-07-25T01:29:09.059Z | Compiling multer v3.1.0 |
2146 | 2024-07-25T01:29:09.138Z | Compiling instant v0.1.12 |
2147 | 2024-07-25T01:29:09.279Z | Compiling debug-ignore v1.0.5 |
2148 | 2024-07-25T01:29:09.334Z | Compiling backoff v0.4.0 |
2149 | 2024-07-25T01:29:09.426Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2150 | 2024-07-25T01:29:09.649Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2151 | 2024-07-25T01:29:09.673Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2152 | 2024-07-25T01:29:09.743Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2153 | 2024-07-25T01:29:09.792Z | Compiling strum v0.26.3 |
2154 | 2024-07-25T01:29:09.858Z | Compiling serde_with v3.8.3 |
2155 | 2024-07-25T01:29:09.909Z | Compiling parse-display v0.9.1 |
2156 | 2024-07-25T01:29:09.978Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2157 | 2024-07-25T01:29:10.085Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2158 | 2024-07-25T01:29:10.128Z | Compiling num-rational v0.4.2 |
2159 | 2024-07-25T01:29:10.154Z | Compiling num-complex v0.4.6 |
2160 | 2024-07-25T01:29:10.510Z | Compiling macaddr v1.0.1 |
2161 | 2024-07-25T01:29:11.087Z | Compiling num v0.4.3 |
2162 | 2024-07-25T01:29:11.201Z | Compiling float-ord v0.3.2 |
2163 | 2024-07-25T01:29:12.316Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2164 | 2024-07-25T01:29:12.617Z | Compiling tokio-rustls v0.25.0 |
2165 | 2024-07-25T01:29:12.996Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
2166 | 2024-07-25T01:29:17.035Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2167 | 2024-07-25T01:29:33.186Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2168 | 2024-07-25T01:29:37.092Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2169 | 2024-07-25T01:29:37.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.39s |
2170 | 2024-07-25T01:29:38.054Z | |
2171 | 2024-07-25T01:29:38.054Z | info: running `cargo check --bins` on oximeter-impl (74/139) |
2172 | 2024-07-25T01:29:38.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2173 | 2024-07-25T01:29:38.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2174 | 2024-07-25T01:29:38.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2175 | 2024-07-25T01:29:38.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2176 | 2024-07-25T01:29:38.892Z | |
2177 | 2024-07-25T01:29:38.892Z | info: running `cargo check --bins` on oximeter-macro-impl (75/139) |
2178 | 2024-07-25T01:29:39.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2179 | 2024-07-25T01:29:39.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2180 | 2024-07-25T01:29:39.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2181 | 2024-07-25T01:29:39.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2182 | 2024-07-25T01:29:39.709Z | |
2183 | 2024-07-25T01:29:39.709Z | info: running `cargo check --bins` on oximeter-timeseries-macro (76/139) |
2184 | 2024-07-25T01:29:40.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2185 | 2024-07-25T01:29:40.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2186 | 2024-07-25T01:29:40.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2187 | 2024-07-25T01:29:40.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2188 | 2024-07-25T01:29:40.551Z | |
2189 | 2024-07-25T01:29:40.551Z | info: running `cargo check --bins` on nexus-inventory (77/139) |
2190 | 2024-07-25T01:29:41.299Z | Downloading crates ... |
2191 | 2024-07-25T01:29:41.438Z | Downloaded rand_seeder v0.2.3 |
2192 | 2024-07-25T01:29:41.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2193 | 2024-07-25T01:29:41.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2194 | 2024-07-25T01:29:41.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2195 | 2024-07-25T01:29:41.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
2196 | 2024-07-25T01:29:41.542Z | |
2197 | 2024-07-25T01:29:41.542Z | info: running `cargo check --bins` on typed-rng (78/139) |
2198 | 2024-07-25T01:29:42.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2199 | 2024-07-25T01:29:42.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2200 | 2024-07-25T01:29:42.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2201 | 2024-07-25T01:29:42.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2202 | 2024-07-25T01:29:42.355Z | |
2203 | 2024-07-25T01:29:42.355Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (79/139) |
2204 | 2024-07-25T01:29:43.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2205 | 2024-07-25T01:29:43.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2206 | 2024-07-25T01:29:43.400Z | Checking password-hash v0.5.0 |
2207 | 2024-07-25T01:29:43.400Z | Checking blake2 v0.10.6 |
2208 | 2024-07-25T01:29:43.427Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2209 | 2024-07-25T01:29:43.427Z | Compiling semver v0.1.20 |
2210 | 2024-07-25T01:29:43.472Z | Compiling convert_case v0.4.0 |
2211 | 2024-07-25T01:29:43.498Z | Compiling rayon-core v1.12.1 |
2212 | 2024-07-25T01:29:43.498Z | Compiling crossbeam-deque v0.8.5 |
2213 | 2024-07-25T01:29:43.498Z | Compiling unicase v2.7.0 |
2214 | 2024-07-25T01:29:43.754Z | Compiling rustc_version v0.1.7 |
2215 | 2024-07-25T01:29:43.779Z | Compiling fastrand v2.1.0 |
2216 | 2024-07-25T01:29:43.804Z | Compiling same-file v1.0.6 |
2217 | 2024-07-25T01:29:43.805Z | Compiling libefi-sys v0.1.0 |
2218 | 2024-07-25T01:29:43.853Z | Checking argon2 v0.5.3 |
2219 | 2024-07-25T01:29:43.999Z | Compiling walkdir v2.5.0 |
2220 | 2024-07-25T01:29:44.080Z | Compiling tempfile v3.10.1 |
2221 | 2024-07-25T01:29:44.219Z | Compiling newtype_derive v0.1.6 |
2222 | 2024-07-25T01:29:44.248Z | Compiling curve25519-dalek v4.1.3 |
2223 | 2024-07-25T01:29:44.302Z | Compiling derive-where v1.2.7 |
2224 | 2024-07-25T01:29:44.439Z | Compiling derive_more v0.99.18 |
2225 | 2024-07-25T01:29:44.467Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2226 | 2024-07-25T01:29:44.546Z | Compiling bitfield-struct v0.6.1 |
2227 | 2024-07-25T01:29:44.705Z | Compiling blake3 v1.5.1 |
2228 | 2024-07-25T01:29:44.735Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2229 | 2024-07-25T01:29:44.804Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2230 | 2024-07-25T01:29:44.882Z | Compiling ring v0.16.20 |
2231 | 2024-07-25T01:29:48.380Z | Checking keccak v0.1.5 |
2232 | 2024-07-25T01:29:48.437Z | Checking sha3 v0.10.8 |
2233 | 2024-07-25T01:29:48.438Z | Compiling rayon v1.10.0 |
2234 | 2024-07-25T01:29:48.438Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2235 | 2024-07-25T01:29:48.438Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2236 | 2024-07-25T01:29:48.438Z | Compiling xattr v1.3.1 |
2237 | 2024-07-25T01:29:48.438Z | Checking universal-hash v0.5.1 |
2238 | 2024-07-25T01:29:48.438Z | Compiling thiserror-impl-no-std v2.0.2 |
2239 | 2024-07-25T01:29:48.438Z | Checking secrecy v0.8.0 |
2240 | 2024-07-25T01:29:48.438Z | Compiling curve25519-dalek-derive v0.1.1 |
2241 | 2024-07-25T01:29:48.438Z | Compiling memmap2 v0.9.4 |
2242 | 2024-07-25T01:29:48.438Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2243 | 2024-07-25T01:29:48.438Z | Compiling spin v0.5.2 |
2244 | 2024-07-25T01:29:48.438Z | Compiling constant_time_eq v0.3.0 |
2245 | 2024-07-25T01:29:48.438Z | Compiling home v0.5.9 |
2246 | 2024-07-25T01:29:48.438Z | Compiling untrusted v0.7.1 |
2247 | 2024-07-25T01:29:48.438Z | Compiling arrayref v0.3.7 |
2248 | 2024-07-25T01:29:48.438Z | Checking opaque-debug v0.3.1 |
2249 | 2024-07-25T01:29:48.438Z | Compiling arrayvec v0.7.4 |
2250 | 2024-07-25T01:29:48.438Z | Checking poly1305 v0.8.0 |
2251 | 2024-07-25T01:29:48.438Z | Compiling toolchain_find v0.4.0 |
2252 | 2024-07-25T01:29:48.439Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2253 | 2024-07-25T01:29:48.439Z | Compiling tar v0.4.41 |
2254 | 2024-07-25T01:29:48.439Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2255 | 2024-07-25T01:29:48.439Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2256 | 2024-07-25T01:29:48.439Z | Checking steno v0.4.1 |
2257 | 2024-07-25T01:29:48.439Z | Compiling camino-tempfile v1.1.1 |
2258 | 2024-07-25T01:29:49.049Z | Checking thiserror-no-std v2.0.2 |
2259 | 2024-07-25T01:29:49.151Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2260 | 2024-07-25T01:29:49.180Z | Checking chacha20 v0.9.1 |
2261 | 2024-07-25T01:29:49.334Z | Checking aead v0.5.2 |
2262 | 2024-07-25T01:29:49.517Z | Checking gethostname v0.4.3 |
2263 | 2024-07-25T01:29:49.564Z | Compiling topological-sort v0.2.2 |
2264 | 2024-07-25T01:29:49.651Z | Compiling cancel-safe-futures v0.1.5 |
2265 | 2024-07-25T01:29:49.765Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2266 | 2024-07-25T01:29:49.850Z | Checking chacha20poly1305 v0.10.1 |
2267 | 2024-07-25T01:29:49.963Z | Checking vsss-rs v3.3.4 |
2268 | 2024-07-25T01:29:50.021Z | Compiling mime_guess v2.0.4 |
2269 | 2024-07-25T01:29:50.302Z | Compiling omicron-zone-package v0.11.0 |
2270 | 2024-07-25T01:29:50.963Z | Compiling rustfmt-wrapper v0.2.1 |
2271 | 2024-07-25T01:29:51.065Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2272 | 2024-07-25T01:29:51.212Z | Checking glob v0.3.1 |
2273 | 2024-07-25T01:29:51.576Z | Checking libsw v3.3.1 |
2274 | 2024-07-25T01:29:51.711Z | Checking linear-map v1.2.0 |
2275 | 2024-07-25T01:29:51.763Z | Checking owo-colors v4.0.0 |
2276 | 2024-07-25T01:29:51.814Z | Checking swrite v0.1.0 |
2277 | 2024-07-25T01:29:51.923Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2278 | 2024-07-25T01:29:52.014Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2279 | 2024-07-25T01:29:52.040Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2280 | 2024-07-25T01:29:52.445Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2281 | 2024-07-25T01:29:52.695Z | Checking kstat-rs v0.2.4 |
2282 | 2024-07-25T01:29:52.720Z | Checking nanorand v0.7.0 |
2283 | 2024-07-25T01:29:52.974Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2284 | 2024-07-25T01:29:53.007Z | Checking http-range v0.1.5 |
2285 | 2024-07-25T01:29:53.047Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2286 | 2024-07-25T01:29:53.071Z | Checking flume v0.11.0 |
2287 | 2024-07-25T01:29:53.181Z | Checking hyper-staticfile v0.9.5 |
2288 | 2024-07-25T01:29:53.326Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2289 | 2024-07-25T01:29:53.477Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2290 | 2024-07-25T01:29:53.563Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2291 | 2024-07-25T01:29:53.635Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2292 | 2024-07-25T01:29:53.755Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2293 | 2024-07-25T01:29:54.755Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2294 | 2024-07-25T01:29:55.226Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2295 | 2024-07-25T01:29:56.050Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2296 | 2024-07-25T01:29:56.274Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2297 | 2024-07-25T01:29:56.838Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2298 | 2024-07-25T01:29:57.039Z | Checking display-error-chain v0.2.0 |
2299 | 2024-07-25T01:30:04.922Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2300 | 2024-07-25T01:30:11.784Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2301 | 2024-07-25T01:30:11.810Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2302 | 2024-07-25T01:30:12.641Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2303 | 2024-07-25T01:30:31.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.64s |
2304 | 2024-07-25T01:30:31.144Z | |
2305 | 2024-07-25T01:30:31.144Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (80/139) |
2306 | 2024-07-25T01:30:31.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2307 | 2024-07-25T01:30:31.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2308 | 2024-07-25T01:30:32.121Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2309 | 2024-07-25T01:30:50.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.16s |
2310 | 2024-07-25T01:30:50.451Z | |
2311 | 2024-07-25T01:30:50.451Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (81/139) |
2312 | 2024-07-25T01:30:51.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2313 | 2024-07-25T01:30:51.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2314 | 2024-07-25T01:30:51.396Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2315 | 2024-07-25T01:31:09.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.15s |
2316 | 2024-07-25T01:31:09.741Z | |
2317 | 2024-07-25T01:31:09.741Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (82/139) |
2318 | 2024-07-25T01:31:10.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2319 | 2024-07-25T01:31:10.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2320 | 2024-07-25T01:31:10.659Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2321 | 2024-07-25T01:31:28.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.43s |
2322 | 2024-07-25T01:31:28.337Z | |
2323 | 2024-07-25T01:31:28.337Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (83/139) |
2324 | 2024-07-25T01:31:29.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2325 | 2024-07-25T01:31:29.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2326 | 2024-07-25T01:31:29.288Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2327 | 2024-07-25T01:31:46.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.44s |
2328 | 2024-07-25T01:31:46.922Z | |
2329 | 2024-07-25T01:31:46.922Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (84/139) |
2330 | 2024-07-25T01:31:47.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2331 | 2024-07-25T01:31:47.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2332 | 2024-07-25T01:31:47.925Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2333 | 2024-07-25T01:32:05.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.98s |
2334 | 2024-07-25T01:32:06.041Z | |
2335 | 2024-07-25T01:32:06.041Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (85/139) |
2336 | 2024-07-25T01:32:06.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2337 | 2024-07-25T01:32:06.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2338 | 2024-07-25T01:32:06.985Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2339 | 2024-07-25T01:32:25.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.25s |
2340 | 2024-07-25T01:32:25.434Z | |
2341 | 2024-07-25T01:32:25.434Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (86/139) |
2342 | 2024-07-25T01:32:26.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2343 | 2024-07-25T01:32:26.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2344 | 2024-07-25T01:32:26.456Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2345 | 2024-07-25T01:32:45.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.73s |
2346 | 2024-07-25T01:32:45.328Z | |
2347 | 2024-07-25T01:32:45.328Z | info: running `cargo check --bins` on bootstrap-agent-api (87/139) |
2348 | 2024-07-25T01:32:46.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2349 | 2024-07-25T01:32:46.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2350 | 2024-07-25T01:32:46.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2351 | 2024-07-25T01:32:46.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
2352 | 2024-07-25T01:32:46.316Z | |
2353 | 2024-07-25T01:32:46.316Z | info: running `cargo check --bins` on sled-agent-types (88/139) |
2354 | 2024-07-25T01:32:47.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2355 | 2024-07-25T01:32:47.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2356 | 2024-07-25T01:32:47.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2357 | 2024-07-25T01:32:47.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2358 | 2024-07-25T01:32:47.173Z | |
2359 | 2024-07-25T01:32:47.173Z | info: running `cargo check --bins --no-default-features` on sled-storage (89/139) |
2360 | 2024-07-25T01:32:47.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2361 | 2024-07-25T01:32:47.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2362 | 2024-07-25T01:32:47.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2363 | 2024-07-25T01:32:47.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2364 | 2024-07-25T01:32:48.011Z | |
2365 | 2024-07-25T01:32:48.012Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (90/139) |
2366 | 2024-07-25T01:32:48.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2367 | 2024-07-25T01:32:48.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2368 | 2024-07-25T01:32:48.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2369 | 2024-07-25T01:32:48.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2370 | 2024-07-25T01:32:48.855Z | |
2371 | 2024-07-25T01:32:48.856Z | info: running `cargo check --bins` on key-manager (91/139) |
2372 | 2024-07-25T01:32:49.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2373 | 2024-07-25T01:32:49.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2374 | 2024-07-25T01:32:49.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2375 | 2024-07-25T01:32:49.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2376 | 2024-07-25T01:32:49.664Z | |
2377 | 2024-07-25T01:32:49.664Z | info: running `cargo check --bins` on sled-hardware (92/139) |
2378 | 2024-07-25T01:32:50.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2379 | 2024-07-25T01:32:50.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2380 | 2024-07-25T01:32:50.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2381 | 2024-07-25T01:32:50.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2382 | 2024-07-25T01:32:50.497Z | |
2383 | 2024-07-25T01:32:50.497Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (93/139) |
2384 | 2024-07-25T01:32:51.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2385 | 2024-07-25T01:32:51.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2386 | 2024-07-25T01:32:51.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2387 | 2024-07-25T01:32:51.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2388 | 2024-07-25T01:32:51.291Z | |
2389 | 2024-07-25T01:32:51.291Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (94/139) |
2390 | 2024-07-25T01:32:52.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2391 | 2024-07-25T01:32:52.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2392 | 2024-07-25T01:32:52.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2393 | 2024-07-25T01:32:52.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2394 | 2024-07-25T01:32:52.124Z | |
2395 | 2024-07-25T01:32:52.124Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (95/139) |
2396 | 2024-07-25T01:32:52.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2397 | 2024-07-25T01:32:52.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2398 | 2024-07-25T01:32:52.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2399 | 2024-07-25T01:32:52.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2400 | 2024-07-25T01:32:52.950Z | |
2401 | 2024-07-25T01:32:52.950Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (96/139) |
2402 | 2024-07-25T01:32:53.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2403 | 2024-07-25T01:32:53.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2404 | 2024-07-25T01:32:53.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2405 | 2024-07-25T01:32:53.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2406 | 2024-07-25T01:32:53.777Z | |
2407 | 2024-07-25T01:32:53.777Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (97/139) |
2408 | 2024-07-25T01:32:54.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2409 | 2024-07-25T01:32:54.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2410 | 2024-07-25T01:32:54.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2411 | 2024-07-25T01:32:54.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2412 | 2024-07-25T01:32:54.598Z | |
2413 | 2024-07-25T01:32:54.598Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (98/139) |
2414 | 2024-07-25T01:32:55.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2415 | 2024-07-25T01:32:55.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2416 | 2024-07-25T01:32:55.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2417 | 2024-07-25T01:32:55.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2418 | 2024-07-25T01:32:55.418Z | |
2419 | 2024-07-25T01:32:55.418Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (99/139) |
2420 | 2024-07-25T01:32:56.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2421 | 2024-07-25T01:32:56.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2422 | 2024-07-25T01:32:56.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2423 | 2024-07-25T01:32:56.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2424 | 2024-07-25T01:32:56.275Z | |
2425 | 2024-07-25T01:32:56.275Z | info: running `cargo check --bins` on oximeter-producer (100/139) |
2426 | 2024-07-25T01:32:57.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2427 | 2024-07-25T01:32:57.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2428 | 2024-07-25T01:32:57.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2429 | 2024-07-25T01:32:57.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2430 | 2024-07-25T01:32:57.108Z | |
2431 | 2024-07-25T01:32:57.108Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (101/139) |
2432 | 2024-07-25T01:32:57.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2433 | 2024-07-25T01:32:57.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2434 | 2024-07-25T01:32:57.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2435 | 2024-07-25T01:32:57.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2436 | 2024-07-25T01:32:57.955Z | |
2437 | 2024-07-25T01:32:57.955Z | info: running `cargo check --bins` on nexus-test-interface (102/139) |
2438 | 2024-07-25T01:32:58.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2439 | 2024-07-25T01:32:58.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2440 | 2024-07-25T01:32:58.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2441 | 2024-07-25T01:32:58.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2442 | 2024-07-25T01:32:58.810Z | |
2443 | 2024-07-25T01:32:58.810Z | info: running `cargo check --bins` on oximeter-collector (103/139) |
2444 | 2024-07-25T01:32:59.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2445 | 2024-07-25T01:32:59.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2446 | 2024-07-25T01:32:59.708Z | Checking bcs v0.1.6 |
2447 | 2024-07-25T01:32:59.708Z | Compiling async-recursion v1.1.1 |
2448 | 2024-07-25T01:32:59.731Z | Checking highway v1.1.0 |
2449 | 2024-07-25T01:32:59.731Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2450 | 2024-07-25T01:32:59.731Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2451 | 2024-07-25T01:33:00.953Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2452 | 2024-07-25T01:33:04.974Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2453 | 2024-07-25T01:33:07.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.22s |
2454 | 2024-07-25T01:33:07.160Z | |
2455 | 2024-07-25T01:33:07.160Z | info: running `cargo check --bins` on oximeter-api (104/139) |
2456 | 2024-07-25T01:33:07.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2457 | 2024-07-25T01:33:07.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2458 | 2024-07-25T01:33:07.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2459 | 2024-07-25T01:33:07.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2460 | 2024-07-25T01:33:07.946Z | |
2461 | 2024-07-25T01:33:07.946Z | info: running `cargo check --bins --no-default-features` on oximeter-db (105/139) |
2462 | 2024-07-25T01:33:08.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2463 | 2024-07-25T01:33:08.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2464 | 2024-07-25T01:33:08.748Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2465 | 2024-07-25T01:33:09.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
2466 | 2024-07-25T01:33:09.483Z | |
2467 | 2024-07-25T01:33:09.483Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (106/139) |
2468 | 2024-07-25T01:33:10.052Z | Downloading crates ... |
2469 | 2024-07-25T01:33:10.244Z | Downloaded nu-ansi-term v0.50.0 |
2470 | 2024-07-25T01:33:10.268Z | Downloaded unicode_categories v0.1.1 |
2471 | 2024-07-25T01:33:10.268Z | Downloaded vte_generate_state_changes v0.1.1 |
2472 | 2024-07-25T01:33:10.268Z | Downloaded vte v0.11.1 |
2473 | 2024-07-25T01:33:10.268Z | Downloaded strip-ansi-escapes v0.2.0 |
2474 | 2024-07-25T01:33:10.268Z | Downloaded sqlparser v0.45.0 |
2475 | 2024-07-25T01:33:10.268Z | Downloaded rustyline v14.0.0 |
2476 | 2024-07-25T01:33:10.291Z | Downloaded reedline v0.31.0 |
2477 | 2024-07-25T01:33:10.291Z | Downloaded nix v0.28.0 |
2478 | 2024-07-25T01:33:10.315Z | Downloaded cfg_aliases v0.1.1 |
2479 | 2024-07-25T01:33:10.315Z | Downloaded peg v0.8.4 |
2480 | 2024-07-25T01:33:10.315Z | Downloaded sqlparser_derive v0.2.2 |
2481 | 2024-07-25T01:33:10.315Z | Downloaded sqlformat v0.2.4 |
2482 | 2024-07-25T01:33:10.315Z | Downloaded peg-macros v0.8.4 |
2483 | 2024-07-25T01:33:10.315Z | Downloaded fd-lock v4.0.2 |
2484 | 2024-07-25T01:33:10.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2485 | 2024-07-25T01:33:10.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2486 | 2024-07-25T01:33:10.418Z | Compiling cfg_aliases v0.1.1 |
2487 | 2024-07-25T01:33:10.441Z | Compiling vte_generate_state_changes v0.1.1 |
2488 | 2024-07-25T01:33:10.442Z | Checking fd-lock v4.0.2 |
2489 | 2024-07-25T01:33:10.442Z | Checking bytecount v0.6.8 |
2490 | 2024-07-25T01:33:10.442Z | Compiling tabled_derive v0.7.0 |
2491 | 2024-07-25T01:33:10.442Z | Compiling peg-macros v0.8.4 |
2492 | 2024-07-25T01:33:10.465Z | Compiling sqlparser_derive v0.2.2 |
2493 | 2024-07-25T01:33:10.465Z | Checking home v0.5.9 |
2494 | 2024-07-25T01:33:10.554Z | Compiling nix v0.28.0 |
2495 | 2024-07-25T01:33:10.606Z | Checking papergrid v0.11.0 |
2496 | 2024-07-25T01:33:10.630Z | Checking unicode_categories v0.1.1 |
2497 | 2024-07-25T01:33:10.699Z | Checking nu-ansi-term v0.50.0 |
2498 | 2024-07-25T01:33:10.882Z | Checking sqlformat v0.2.4 |
2499 | 2024-07-25T01:33:10.987Z | Checking vte v0.11.1 |
2500 | 2024-07-25T01:33:11.452Z | Checking sqlparser v0.45.0 |
2501 | 2024-07-25T01:33:12.012Z | Checking strip-ansi-escapes v0.2.0 |
2502 | 2024-07-25T01:33:12.152Z | Checking reedline v0.31.0 |
2503 | 2024-07-25T01:33:12.481Z | Checking tabled v0.15.0 |
2504 | 2024-07-25T01:33:12.866Z | Checking peg v0.8.4 |
2505 | 2024-07-25T01:33:13.273Z | Checking rustyline v14.0.0 |
2506 | 2024-07-25T01:33:18.730Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2507 | 2024-07-25T01:33:25.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.44s |
2508 | 2024-07-25T01:33:26.047Z | |
2509 | 2024-07-25T01:33:26.047Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/139) |
2510 | 2024-07-25T01:33:26.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2511 | 2024-07-25T01:33:26.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2512 | 2024-07-25T01:33:26.883Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2513 | 2024-07-25T01:33:34.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.07s |
2514 | 2024-07-25T01:33:34.255Z | |
2515 | 2024-07-25T01:33:34.255Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (108/139) |
2516 | 2024-07-25T01:33:35.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2517 | 2024-07-25T01:33:35.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2518 | 2024-07-25T01:33:35.146Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2519 | 2024-07-25T01:33:42.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.06s |
2520 | 2024-07-25T01:33:42.448Z | |
2521 | 2024-07-25T01:33:42.448Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (109/139) |
2522 | 2024-07-25T01:33:43.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2523 | 2024-07-25T01:33:43.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2524 | 2024-07-25T01:33:43.377Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2525 | 2024-07-25T01:33:48.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s |
2526 | 2024-07-25T01:33:48.821Z | |
2527 | 2024-07-25T01:33:48.821Z | info: running `cargo check --bins` on crdb-seed (110/139) |
2528 | 2024-07-25T01:33:49.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2529 | 2024-07-25T01:33:49.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2530 | 2024-07-25T01:33:49.702Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2531 | 2024-07-25T01:33:50.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
2532 | 2024-07-25T01:33:50.161Z | |
2533 | 2024-07-25T01:33:50.161Z | info: running `cargo check --bins` on omicron-omdb (111/139) |
2534 | 2024-07-25T01:33:50.785Z | Downloading crates ... |
2535 | 2024-07-25T01:33:51.045Z | Downloaded cassowary v0.3.0 |
2536 | 2024-07-25T01:33:51.068Z | Downloaded lru v0.12.3 |
2537 | 2024-07-25T01:33:51.068Z | Downloaded castaway v0.2.2 |
2538 | 2024-07-25T01:33:51.068Z | Downloaded number_prefix v0.4.0 |
2539 | 2024-07-25T01:33:51.068Z | Downloaded unicode-linebreak v0.1.5 |
2540 | 2024-07-25T01:33:51.068Z | Downloaded stability v0.2.0 |
2541 | 2024-07-25T01:33:51.068Z | Downloaded smawk v0.3.2 |
2542 | 2024-07-25T01:33:51.068Z | Downloaded unicode-truncate v1.0.0 |
2543 | 2024-07-25T01:33:51.068Z | Downloaded multimap v0.10.0 |
2544 | 2024-07-25T01:33:51.069Z | Downloaded portable-atomic v1.6.0 |
2545 | 2024-07-25T01:33:51.092Z | Downloaded itertools v0.13.0 |
2546 | 2024-07-25T01:33:51.092Z | Downloaded textwrap v0.16.1 |
2547 | 2024-07-25T01:33:51.092Z | Downloaded ratatui v0.27.0 |
2548 | 2024-07-25T01:33:51.116Z | Downloaded indicatif v0.17.8 |
2549 | 2024-07-25T01:33:51.116Z | Downloaded compact_str v0.7.1 |
2550 | 2024-07-25T01:33:51.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2551 | 2024-07-25T01:33:51.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2552 | 2024-07-25T01:33:51.338Z | Compiling glob v0.3.1 |
2553 | 2024-07-25T01:33:51.338Z | Compiling crunchy v0.2.2 |
2554 | 2024-07-25T01:33:51.338Z | Compiling tiny-keccak v2.0.2 |
2555 | 2024-07-25T01:33:51.375Z | Compiling ascii-canvas v3.0.0 |
2556 | 2024-07-25T01:33:51.406Z | Compiling ena v0.14.3 |
2557 | 2024-07-25T01:33:51.430Z | Compiling libloading v0.8.3 |
2558 | 2024-07-25T01:33:51.430Z | Compiling regex-syntax v0.6.29 |
2559 | 2024-07-25T01:33:51.430Z | Compiling bindgen v0.69.4 |
2560 | 2024-07-25T01:33:51.627Z | Compiling diff v0.1.13 |
2561 | 2024-07-25T01:33:51.767Z | Compiling which v4.4.2 |
2562 | 2024-07-25T01:33:51.833Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2563 | 2024-07-25T01:33:51.925Z | Compiling cexpr v0.6.0 |
2564 | 2024-07-25T01:33:52.045Z | Compiling lazycell v1.3.0 |
2565 | 2024-07-25T01:33:52.081Z | Compiling shlex v1.3.0 |
2566 | 2024-07-25T01:33:52.214Z | Compiling ref-cast v1.0.23 |
2567 | 2024-07-25T01:33:52.237Z | Compiling clang-sys v1.7.0 |
2568 | 2024-07-25T01:33:52.261Z | Compiling rustc-hash v1.1.0 |
2569 | 2024-07-25T01:33:52.331Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2570 | 2024-07-25T01:33:52.398Z | Compiling derive_builder_core v0.20.0 |
2571 | 2024-07-25T01:33:52.474Z | Compiling libxml v0.3.3 |
2572 | 2024-07-25T01:33:52.498Z | Compiling ref-cast-impl v1.0.23 |
2573 | 2024-07-25T01:33:52.590Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2574 | 2024-07-25T01:33:52.779Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2575 | 2024-07-25T01:33:52.847Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2576 | 2024-07-25T01:33:53.064Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2577 | 2024-07-25T01:33:53.089Z | Compiling strum_macros v0.24.3 |
2578 | 2024-07-25T01:33:53.409Z | Compiling cookie v0.18.1 |
2579 | 2024-07-25T01:33:53.558Z | Compiling indoc v1.0.9 |
2580 | 2024-07-25T01:33:53.753Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2581 | 2024-07-25T01:33:53.990Z | Compiling impl-trait-for-tuples v0.2.2 |
2582 | 2024-07-25T01:33:54.459Z | Compiling lalrpop v0.19.12 |
2583 | 2024-07-25T01:33:54.588Z | Compiling derive_builder_macro v0.20.0 |
2584 | 2024-07-25T01:33:55.146Z | Compiling oso-derive v0.27.3 |
2585 | 2024-07-25T01:33:55.374Z | Checking derive_builder v0.20.0 |
2586 | 2024-07-25T01:33:55.519Z | Checking quick-xml v0.31.0 |
2587 | 2024-07-25T01:33:56.527Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2588 | 2024-07-25T01:33:56.641Z | Checking maplit v1.0.2 |
2589 | 2024-07-25T01:33:56.857Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2590 | 2024-07-25T01:33:57.196Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2591 | 2024-07-25T01:33:57.418Z | Checking bb8 v0.8.5 |
2592 | 2024-07-25T01:33:57.441Z | Compiling const_format_proc_macros v0.2.32 |
2593 | 2024-07-25T01:33:57.883Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2594 | 2024-07-25T01:33:58.391Z | Checking crossbeam-deque v0.8.5 |
2595 | 2024-07-25T01:33:58.655Z | Compiling portable-atomic v1.6.0 |
2596 | 2024-07-25T01:33:58.680Z | Checking rayon-core v1.12.1 |
2597 | 2024-07-25T01:33:59.354Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2598 | 2024-07-25T01:33:59.415Z | Checking const_format v0.2.32 |
2599 | 2024-07-25T01:33:59.626Z | Checking castaway v0.2.2 |
2600 | 2024-07-25T01:33:59.795Z | Checking compact_str v0.7.1 |
2601 | 2024-07-25T01:33:59.891Z | Checking rayon v1.10.0 |
2602 | 2024-07-25T01:34:00.511Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2603 | 2024-07-25T01:34:00.612Z | Checking unicode-truncate v1.0.0 |
2604 | 2024-07-25T01:34:00.769Z | Checking itertools v0.13.0 |
2605 | 2024-07-25T01:34:00.828Z | Checking lru v0.12.3 |
2606 | 2024-07-25T01:34:01.122Z | Compiling stability v0.2.0 |
2607 | 2024-07-25T01:34:01.953Z | Checking cassowary v0.3.0 |
2608 | 2024-07-25T01:34:02.288Z | Checking number_prefix v0.4.0 |
2609 | 2024-07-25T01:34:02.451Z | Checking smawk v0.3.2 |
2610 | 2024-07-25T01:34:02.637Z | Checking unicode-linebreak v0.1.5 |
2611 | 2024-07-25T01:34:02.967Z | Checking textwrap v0.16.1 |
2612 | 2024-07-25T01:34:03.042Z | Checking ratatui v0.27.0 |
2613 | 2024-07-25T01:34:03.271Z | Checking indicatif v0.17.8 |
2614 | 2024-07-25T01:34:03.313Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2615 | 2024-07-25T01:34:03.647Z | Checking multimap v0.10.0 |
2616 | 2024-07-25T01:34:24.498Z | Compiling samael v0.0.15 |
2617 | 2024-07-25T01:34:36.590Z | Compiling polar-core v0.27.3 |
2618 | 2024-07-25T01:34:46.341Z | Checking oso v0.27.3 |
2619 | 2024-07-25T01:35:19.267Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2620 | 2024-07-25T01:35:25.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s |
2621 | 2024-07-25T01:35:25.188Z | |
2622 | 2024-07-25T01:35:25.188Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (112/139) |
2623 | 2024-07-25T01:35:25.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2624 | 2024-07-25T01:35:25.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2625 | 2024-07-25T01:35:25.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2626 | 2024-07-25T01:35:25.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2627 | 2024-07-25T01:35:26.053Z | |
2628 | 2024-07-25T01:35:26.053Z | info: running `cargo check --bins` on nexus-saga-recovery (113/139) |
2629 | 2024-07-25T01:35:26.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2630 | 2024-07-25T01:35:26.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2631 | 2024-07-25T01:35:26.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2632 | 2024-07-25T01:35:26.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2633 | 2024-07-25T01:35:26.881Z | |
2634 | 2024-07-25T01:35:26.881Z | info: running `cargo check --bins` on nexus-test-utils-macros (114/139) |
2635 | 2024-07-25T01:35:27.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2636 | 2024-07-25T01:35:27.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2637 | 2024-07-25T01:35:27.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2638 | 2024-07-25T01:35:27.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2639 | 2024-07-25T01:35:27.671Z | |
2640 | 2024-07-25T01:35:27.672Z | info: running `cargo check --bins` on omicron-nexus (115/139) |
2641 | 2024-07-25T01:35:28.276Z | Downloading crates ... |
2642 | 2024-07-25T01:35:28.539Z | Downloaded assert_matches v1.5.0 |
2643 | 2024-07-25T01:35:28.564Z | Downloaded serde_plain v1.0.2 |
2644 | 2024-07-25T01:35:28.564Z | Downloaded pin-project v1.1.5 |
2645 | 2024-07-25T01:35:28.564Z | Downloaded typed-path v0.7.1 |
2646 | 2024-07-25T01:35:28.588Z | Downloaded tough v0.17.1 |
2647 | 2024-07-25T01:35:28.588Z | Downloaded snafu-derive v0.8.2 |
2648 | 2024-07-25T01:35:28.588Z | Downloaded snafu v0.8.2 |
2649 | 2024-07-25T01:35:28.588Z | Downloaded pin-project-internal v1.1.5 |
2650 | 2024-07-25T01:35:28.588Z | Downloaded parse-size v1.0.0 |
2651 | 2024-07-25T01:35:28.588Z | Downloaded olpc-cjson v0.1.3 |
2652 | 2024-07-25T01:35:28.588Z | Downloaded globset v0.4.14 |
2653 | 2024-07-25T01:35:28.611Z | Downloaded fatfs v0.3.6 |
2654 | 2024-07-25T01:35:28.611Z | Downloaded buf-list v1.0.3 |
2655 | 2024-07-25T01:35:28.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2656 | 2024-07-25T01:35:28.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2657 | 2024-07-25T01:35:28.824Z | Compiling pin-project-internal v1.1.5 |
2658 | 2024-07-25T01:35:28.848Z | Compiling snafu-derive v0.8.2 |
2659 | 2024-07-25T01:35:28.848Z | Compiling buf-list v1.0.3 |
2660 | 2024-07-25T01:35:28.884Z | Checking globset v0.4.14 |
2661 | 2024-07-25T01:35:28.907Z | Checking olpc-cjson v0.1.3 |
2662 | 2024-07-25T01:35:28.907Z | Checking rand_seeder v0.2.3 |
2663 | 2024-07-25T01:35:28.907Z | Checking serde_plain v1.0.2 |
2664 | 2024-07-25T01:35:28.908Z | Checking typed-path v0.7.1 |
2665 | 2024-07-25T01:35:29.073Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2666 | 2024-07-25T01:35:29.133Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2667 | 2024-07-25T01:35:29.176Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2668 | 2024-07-25T01:35:29.299Z | Checking parse-size v1.0.0 |
2669 | 2024-07-25T01:35:29.323Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2670 | 2024-07-25T01:35:29.371Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2671 | 2024-07-25T01:35:29.436Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2672 | 2024-07-25T01:35:29.471Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2673 | 2024-07-25T01:35:29.743Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2674 | 2024-07-25T01:35:30.056Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2675 | 2024-07-25T01:35:30.145Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2676 | 2024-07-25T01:35:30.247Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2677 | 2024-07-25T01:35:30.418Z | Checking fatfs v0.3.6 |
2678 | 2024-07-25T01:35:30.494Z | Checking assert_matches v1.5.0 |
2679 | 2024-07-25T01:35:31.372Z | Checking pin-project v1.1.5 |
2680 | 2024-07-25T01:35:32.552Z | Checking snafu v0.8.2 |
2681 | 2024-07-25T01:35:32.948Z | Checking tough v0.17.1 |
2682 | 2024-07-25T01:35:36.755Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2683 | 2024-07-25T01:35:38.188Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2684 | 2024-07-25T01:36:28.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
2685 | 2024-07-25T01:36:28.323Z | |
2686 | 2024-07-25T01:36:28.323Z | info: running `cargo check --bins` on nexus-internal-api (116/139) |
2687 | 2024-07-25T01:36:29.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2688 | 2024-07-25T01:36:29.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2689 | 2024-07-25T01:36:29.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2690 | 2024-07-25T01:36:29.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2691 | 2024-07-25T01:36:29.125Z | |
2692 | 2024-07-25T01:36:29.125Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (117/139) |
2693 | 2024-07-25T01:36:29.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2694 | 2024-07-25T01:36:29.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2695 | 2024-07-25T01:36:29.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2696 | 2024-07-25T01:36:29.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2697 | 2024-07-25T01:36:29.971Z | |
2698 | 2024-07-25T01:36:29.971Z | info: running `cargo check --bins` on nexus-networking (118/139) |
2699 | 2024-07-25T01:36:30.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2700 | 2024-07-25T01:36:30.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2701 | 2024-07-25T01:36:30.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2702 | 2024-07-25T01:36:30.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2703 | 2024-07-25T01:36:30.823Z | |
2704 | 2024-07-25T01:36:30.823Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (119/139) |
2705 | 2024-07-25T01:36:31.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2706 | 2024-07-25T01:36:31.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2707 | 2024-07-25T01:36:31.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2708 | 2024-07-25T01:36:31.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2709 | 2024-07-25T01:36:31.608Z | |
2710 | 2024-07-25T01:36:31.608Z | info: running `cargo check --bins` on update-common (120/139) |
2711 | 2024-07-25T01:36:32.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2712 | 2024-07-25T01:36:32.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2713 | 2024-07-25T01:36:32.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2714 | 2024-07-25T01:36:32.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2715 | 2024-07-25T01:36:32.404Z | |
2716 | 2024-07-25T01:36:32.405Z | info: running `cargo check --bins` on tufaceous-lib (121/139) |
2717 | 2024-07-25T01:36:33.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2718 | 2024-07-25T01:36:33.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2719 | 2024-07-25T01:36:33.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2720 | 2024-07-25T01:36:33.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2721 | 2024-07-25T01:36:33.209Z | |
2722 | 2024-07-25T01:36:33.209Z | info: running `cargo check --bins` on tufaceous (122/139) |
2723 | 2024-07-25T01:36:33.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2724 | 2024-07-25T01:36:33.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2725 | 2024-07-25T01:36:34.028Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2726 | 2024-07-25T01:36:34.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s |
2727 | 2024-07-25T01:36:35.141Z | |
2728 | 2024-07-25T01:36:35.141Z | info: running `cargo check --bins` on omicron-dev (123/139) |
2729 | 2024-07-25T01:36:35.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2730 | 2024-07-25T01:36:35.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2731 | 2024-07-25T01:36:36.130Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2732 | 2024-07-25T01:36:36.130Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2733 | 2024-07-25T01:36:36.154Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2734 | 2024-07-25T01:36:37.699Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2735 | 2024-07-25T01:36:40.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.69s |
2736 | 2024-07-25T01:36:40.962Z | |
2737 | 2024-07-25T01:36:40.962Z | info: running `cargo check --bins` on openapi-manager (124/139) |
2738 | 2024-07-25T01:36:41.608Z | Downloading crates ... |
2739 | 2024-07-25T01:36:41.768Z | Downloaded is_ci v1.2.0 |
2740 | 2024-07-25T01:36:41.792Z | Downloaded indent_write v2.2.0 |
2741 | 2024-07-25T01:36:41.792Z | Downloaded supports-color v3.0.0 |
2742 | 2024-07-25T01:36:41.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2743 | 2024-07-25T01:36:41.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2744 | 2024-07-25T01:36:41.905Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2745 | 2024-07-25T01:36:41.905Z | Checking heck v0.4.1 |
2746 | 2024-07-25T01:36:41.905Z | Checking is_ci v1.2.0 |
2747 | 2024-07-25T01:36:41.905Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2748 | 2024-07-25T01:36:41.929Z | Checking indent_write v2.2.0 |
2749 | 2024-07-25T01:36:42.086Z | Checking supports-color v3.0.0 |
2750 | 2024-07-25T01:36:42.115Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2751 | 2024-07-25T01:36:43.767Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2752 | 2024-07-25T01:36:44.783Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2753 | 2024-07-25T01:36:45.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.96s |
2754 | 2024-07-25T01:36:46.056Z | |
2755 | 2024-07-25T01:36:46.056Z | info: running `cargo check --bins` on installinator-api (125/139) |
2756 | 2024-07-25T01:36:46.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2757 | 2024-07-25T01:36:46.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2758 | 2024-07-25T01:36:46.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2759 | 2024-07-25T01:36:46.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2760 | 2024-07-25T01:36:46.841Z | |
2761 | 2024-07-25T01:36:46.841Z | info: running `cargo check --bins` on wicketd-api (126/139) |
2762 | 2024-07-25T01:36:47.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2763 | 2024-07-25T01:36:47.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2764 | 2024-07-25T01:36:47.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2765 | 2024-07-25T01:36:47.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2766 | 2024-07-25T01:36:47.649Z | |
2767 | 2024-07-25T01:36:47.649Z | info: running `cargo check --bins` on reconfigurator-cli (127/139) |
2768 | 2024-07-25T01:36:48.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2769 | 2024-07-25T01:36:48.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2770 | 2024-07-25T01:36:48.564Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2771 | 2024-07-25T01:36:49.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s |
2772 | 2024-07-25T01:36:50.011Z | |
2773 | 2024-07-25T01:36:50.011Z | info: running `cargo check --bins` on omicron-releng (128/139) |
2774 | 2024-07-25T01:36:50.687Z | Downloading crates ... |
2775 | 2024-07-25T01:36:50.761Z | Downloaded shell-words v1.1.0 |
2776 | 2024-07-25T01:36:50.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2777 | 2024-07-25T01:36:50.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2778 | 2024-07-25T01:36:50.875Z | Checking memmap2 v0.9.4 |
2779 | 2024-07-25T01:36:50.875Z | Checking arrayvec v0.7.4 |
2780 | 2024-07-25T01:36:50.875Z | Checking constant_time_eq v0.3.0 |
2781 | 2024-07-25T01:36:50.899Z | Checking spin v0.5.2 |
2782 | 2024-07-25T01:36:50.899Z | Checking arrayref v0.3.7 |
2783 | 2024-07-25T01:36:50.899Z | Checking untrusted v0.7.1 |
2784 | 2024-07-25T01:36:50.899Z | Checking cargo-platform v0.1.8 |
2785 | 2024-07-25T01:36:50.899Z | Checking topological-sort v0.2.2 |
2786 | 2024-07-25T01:36:51.036Z | Checking shell-words v1.1.0 |
2787 | 2024-07-25T01:36:51.082Z | Checking ring v0.16.20 |
2788 | 2024-07-25T01:36:51.181Z | Checking cargo_metadata v0.18.1 |
2789 | 2024-07-25T01:36:51.205Z | Checking blake3 v1.5.1 |
2790 | 2024-07-25T01:36:52.515Z | Checking omicron-zone-package v0.11.0 |
2791 | 2024-07-25T01:36:53.902Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2792 | 2024-07-25T01:36:54.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.94s |
2793 | 2024-07-25T01:36:55.085Z | |
2794 | 2024-07-25T01:36:55.086Z | info: running `cargo check --bins` on xtask (129/139) |
2795 | 2024-07-25T01:36:55.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2796 | 2024-07-25T01:36:55.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2797 | 2024-07-25T01:36:55.769Z | Checking bitflags v2.5.0 |
2798 | 2024-07-25T01:36:55.769Z | Checking smallvec v1.13.2 |
2799 | 2024-07-25T01:36:55.769Z | Checking serde v1.0.204 |
2800 | 2024-07-25T01:36:55.769Z | Checking scopeguard v1.2.0 |
2801 | 2024-07-25T01:36:55.769Z | Checking bytes v1.6.0 |
2802 | 2024-07-25T01:36:55.825Z | Checking hashbrown v0.14.5 |
2803 | 2024-07-25T01:36:55.849Z | Checking log v0.4.21 |
2804 | 2024-07-25T01:36:55.873Z | Checking mio v0.8.11 |
2805 | 2024-07-25T01:36:55.917Z | Checking lock_api v0.4.12 |
2806 | 2024-07-25T01:36:56.013Z | Checking futures-util v0.3.30 |
2807 | 2024-07-25T01:36:56.084Z | Checking thiserror v1.0.62 |
2808 | 2024-07-25T01:36:56.126Z | Checking parking_lot_core v0.9.10 |
2809 | 2024-07-25T01:36:56.203Z | Checking rustix v0.38.34 |
2810 | 2024-07-25T01:36:56.268Z | Checking tracing v0.1.40 |
2811 | 2024-07-25T01:36:56.367Z | Checking openssl v0.10.66 |
2812 | 2024-07-25T01:36:56.416Z | Checking http v0.2.12 |
2813 | 2024-07-25T01:36:56.440Z | Checking parking_lot v0.12.2 |
2814 | 2024-07-25T01:36:56.538Z | Checking scroll v0.12.0 |
2815 | 2024-07-25T01:36:56.726Z | Checking tokio v1.38.1 |
2816 | 2024-07-25T01:36:56.781Z | Checking indexmap v2.2.6 |
2817 | 2024-07-25T01:36:56.929Z | Checking generic-array v0.14.7 |
2818 | 2024-07-25T01:36:57.507Z | Checking slog v2.7.0 |
2819 | 2024-07-25T01:36:57.748Z | Checking time v0.3.36 |
2820 | 2024-07-25T01:36:57.780Z | Checking pest v2.7.10 |
2821 | 2024-07-25T01:36:57.841Z | Checking zerocopy v0.7.34 |
2822 | 2024-07-25T01:36:57.907Z | Checking goblin v0.8.2 |
2823 | 2024-07-25T01:36:58.951Z | Checking http-body v0.4.6 |
2824 | 2024-07-25T01:36:59.242Z | Checking unicode-normalization v0.1.23 |
2825 | 2024-07-25T01:36:59.281Z | Checking unicode-bidi v0.3.15 |
2826 | 2024-07-25T01:36:59.736Z | Checking dtrace-parser v0.2.0 |
2827 | 2024-07-25T01:36:59.785Z | Checking syn v2.0.72 |
2828 | 2024-07-25T01:36:59.951Z | Checking idna v0.5.0 |
2829 | 2024-07-25T01:36:59.974Z | Checking serde_json v1.0.120 |
2830 | 2024-07-25T01:37:00.158Z | Checking toml_datetime v0.6.6 |
2831 | 2024-07-25T01:37:00.241Z | Checking serde_spanned v0.6.6 |
2832 | 2024-07-25T01:37:00.393Z | Checking crossbeam-utils v0.8.19 |
2833 | 2024-07-25T01:37:00.416Z | Checking toml_edit v0.22.16 |
2834 | 2024-07-25T01:37:00.568Z | Checking block-buffer v0.10.4 |
2835 | 2024-07-25T01:37:00.677Z | Checking native-tls v0.2.11 |
2836 | 2024-07-25T01:37:00.741Z | Checking crypto-common v0.1.6 |
2837 | 2024-07-25T01:37:00.894Z | Checking terminal_size v0.3.0 |
2838 | 2024-07-25T01:37:00.953Z | Checking digest v0.10.7 |
2839 | 2024-07-25T01:37:00.998Z | Checking crossbeam-channel v0.5.12 |
2840 | 2024-07-25T01:37:01.030Z | Checking clap_builder v4.5.9 |
2841 | 2024-07-25T01:37:01.185Z | Checking slog-json v2.6.1 |
2842 | 2024-07-25T01:37:01.234Z | Checking url v2.5.2 |
2843 | 2024-07-25T01:37:01.402Z | Checking futures-executor v0.3.30 |
2844 | 2024-07-25T01:37:01.603Z | Checking cargo-platform v0.1.8 |
2845 | 2024-07-25T01:37:01.627Z | Checking camino v1.1.7 |
2846 | 2024-07-25T01:37:01.865Z | Checking semver v1.0.23 |
2847 | 2024-07-25T01:37:01.888Z | Checking serde_urlencoded v0.7.1 |
2848 | 2024-07-25T01:37:01.912Z | Checking dof v0.3.0 |
2849 | 2024-07-25T01:37:02.075Z | Checking xattr v1.3.1 |
2850 | 2024-07-25T01:37:02.234Z | Checking sha2 v0.10.8 |
2851 | 2024-07-25T01:37:02.259Z | Checking cargo_metadata v0.18.1 |
2852 | 2024-07-25T01:37:02.282Z | Checking slog-async v2.8.0 |
2853 | 2024-07-25T01:37:02.427Z | Checking slog-term v2.9.1 |
2854 | 2024-07-25T01:37:02.518Z | Checking tar v0.4.41 |
2855 | 2024-07-25T01:37:02.541Z | Checking toml v0.8.15 |
2856 | 2024-07-25T01:37:02.577Z | Checking tokio-util v0.7.11 |
2857 | 2024-07-25T01:37:02.697Z | Checking tokio-native-tls v0.3.1 |
2858 | 2024-07-25T01:37:02.846Z | Checking futures v0.3.30 |
2859 | 2024-07-25T01:37:02.905Z | Checking strum v0.26.3 |
2860 | 2024-07-25T01:37:02.947Z | Checking slog-bunyan v2.5.0 |
2861 | 2024-07-25T01:37:03.041Z | Checking fs-err v2.11.0 |
2862 | 2024-07-25T01:37:03.092Z | Checking anyhow v1.0.86 |
2863 | 2024-07-25T01:37:03.151Z | Checking cargo_toml v0.20.4 |
2864 | 2024-07-25T01:37:03.175Z | Checking tabled v0.15.0 |
2865 | 2024-07-25T01:37:03.269Z | Checking h2 v0.3.26 |
2866 | 2024-07-25T01:37:03.308Z | Checking macaddr v1.0.1 |
2867 | 2024-07-25T01:37:03.521Z | Checking clap v4.5.9 |
2868 | 2024-07-25T01:37:03.810Z | Checking usdt-impl v0.5.0 |
2869 | 2024-07-25T01:37:04.245Z | Checking usdt v0.5.0 |
2870 | 2024-07-25T01:37:06.531Z | Checking hyper v0.14.28 |
2871 | 2024-07-25T01:37:09.103Z | Checking hyper-tls v0.5.0 |
2872 | 2024-07-25T01:37:09.323Z | Checking reqwest v0.11.27 |
2873 | 2024-07-25T01:37:10.221Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2874 | 2024-07-25T01:37:11.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.30s |
2875 | 2024-07-25T01:37:11.492Z | |
2876 | 2024-07-25T01:37:11.492Z | info: running `cargo check --bins` on end-to-end-tests (130/139) |
2877 | 2024-07-25T01:37:12.051Z | Downloading crates ... |
2878 | 2024-07-25T01:37:12.306Z | Downloaded bcrypt-pbkdf v0.10.0 |
2879 | 2024-07-25T01:37:12.329Z | Downloaded blowfish v0.9.1 |
2880 | 2024-07-25T01:37:12.329Z | Downloaded dhcproto-macros v0.1.0 |
2881 | 2024-07-25T01:37:12.329Z | Downloaded hex-literal v0.4.1 |
2882 | 2024-07-25T01:37:12.329Z | Downloaded rfc6979 v0.4.0 |
2883 | 2024-07-25T01:37:12.329Z | Downloaded russh-cryptovec v0.7.2 |
2884 | 2024-07-25T01:37:12.329Z | Downloaded russh-keys v0.43.0 |
2885 | 2024-07-25T01:37:12.329Z | Downloaded cbc v0.1.2 |
2886 | 2024-07-25T01:37:12.329Z | Downloaded primeorder v0.13.6 |
2887 | 2024-07-25T01:37:12.329Z | Downloaded rand_core v0.5.1 |
2888 | 2024-07-25T01:37:12.329Z | Downloaded rand_chacha v0.2.2 |
2889 | 2024-07-25T01:37:12.329Z | Downloaded pbkdf2 v0.12.2 |
2890 | 2024-07-25T01:37:12.330Z | Downloaded pbkdf2 v0.11.0 |
2891 | 2024-07-25T01:37:12.353Z | Downloaded p521 v0.13.3 |
2892 | 2024-07-25T01:37:12.353Z | Downloaded p256 v0.13.2 |
2893 | 2024-07-25T01:37:12.353Z | Downloaded dirs-sys v0.4.1 |
2894 | 2024-07-25T01:37:12.353Z | Downloaded aes-gcm v0.10.3 |
2895 | 2024-07-25T01:37:12.353Z | Downloaded aes v0.8.4 |
2896 | 2024-07-25T01:37:12.353Z | Downloaded getrandom v0.1.16 |
2897 | 2024-07-25T01:37:12.353Z | Downloaded ed25519 v2.2.3 |
2898 | 2024-07-25T01:37:12.381Z | Downloaded ecdsa v0.16.9 |
2899 | 2024-07-25T01:37:12.381Z | Downloaded dirs v5.0.1 |
2900 | 2024-07-25T01:37:12.381Z | Downloaded ctr v0.9.2 |
2901 | 2024-07-25T01:37:12.381Z | Downloaded russh v0.43.0 |
2902 | 2024-07-25T01:37:12.381Z | Downloaded rand v0.7.3 |
2903 | 2024-07-25T01:37:12.381Z | Downloaded polyval v0.6.2 |
2904 | 2024-07-25T01:37:12.381Z | Downloaded internet-checksum v0.2.1 |
2905 | 2024-07-25T01:37:12.381Z | Downloaded ghash v0.5.1 |
2906 | 2024-07-25T01:37:12.407Z | Downloaded ed25519-dalek v2.1.1 |
2907 | 2024-07-25T01:37:12.407Z | Downloaded password-hash v0.4.2 |
2908 | 2024-07-25T01:37:12.407Z | Downloaded option-ext v0.2.0 |
2909 | 2024-07-25T01:37:12.407Z | Downloaded md5 v0.7.0 |
2910 | 2024-07-25T01:37:12.407Z | Downloaded dhcproto v0.11.0 |
2911 | 2024-07-25T01:37:12.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2912 | 2024-07-25T01:37:12.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2913 | 2024-07-25T01:37:12.580Z | Compiling getrandom v0.1.16 |
2914 | 2024-07-25T01:37:12.610Z | Checking rfc6979 v0.4.0 |
2915 | 2024-07-25T01:37:12.634Z | Checking primeorder v0.13.6 |
2916 | 2024-07-25T01:37:12.634Z | Checking option-ext v0.2.0 |
2917 | 2024-07-25T01:37:12.660Z | Checking ed25519 v2.2.3 |
2918 | 2024-07-25T01:37:12.683Z | Checking polyval v0.6.2 |
2919 | 2024-07-25T01:37:12.683Z | Checking aes v0.8.4 |
2920 | 2024-07-25T01:37:12.683Z | Checking blowfish v0.9.1 |
2921 | 2024-07-25T01:37:12.759Z | Checking dirs-sys v0.4.1 |
2922 | 2024-07-25T01:37:12.783Z | Checking ecdsa v0.16.9 |
2923 | 2024-07-25T01:37:12.855Z | Checking ctr v0.9.2 |
2924 | 2024-07-25T01:37:12.886Z | Checking password-hash v0.4.2 |
2925 | 2024-07-25T01:37:12.915Z | Checking pbkdf2 v0.12.2 |
2926 | 2024-07-25T01:37:12.938Z | Checking dirs v5.0.1 |
2927 | 2024-07-25T01:37:13.035Z | Checking ghash v0.5.1 |
2928 | 2024-07-25T01:37:13.058Z | Checking ed25519-dalek v2.1.1 |
2929 | 2024-07-25T01:37:13.082Z | Checking bcrypt-pbkdf v0.10.0 |
2930 | 2024-07-25T01:37:13.105Z | Checking cbc v0.1.2 |
2931 | 2024-07-25T01:37:13.178Z | Checking russh-cryptovec v0.7.2 |
2932 | 2024-07-25T01:37:13.260Z | Checking pbkdf2 v0.11.0 |
2933 | 2024-07-25T01:37:13.283Z | Checking md5 v0.7.0 |
2934 | 2024-07-25T01:37:13.307Z | Checking hex-literal v0.4.1 |
2935 | 2024-07-25T01:37:13.343Z | Compiling dhcproto-macros v0.1.0 |
2936 | 2024-07-25T01:37:13.367Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2937 | 2024-07-25T01:37:13.390Z | Checking p521 v0.13.3 |
2938 | 2024-07-25T01:37:13.437Z | Checking p256 v0.13.2 |
2939 | 2024-07-25T01:37:13.465Z | Checking aes-gcm v0.10.3 |
2940 | 2024-07-25T01:37:13.501Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2941 | 2024-07-25T01:37:13.524Z | Checking internet-checksum v0.2.1 |
2942 | 2024-07-25T01:37:13.548Z | Checking rand_core v0.5.1 |
2943 | 2024-07-25T01:37:13.801Z | Checking rand_chacha v0.2.2 |
2944 | 2024-07-25T01:37:14.087Z | Checking rand v0.7.3 |
2945 | 2024-07-25T01:37:14.111Z | Checking dhcproto v0.11.0 |
2946 | 2024-07-25T01:37:15.199Z | Checking russh-keys v0.43.0 |
2947 | 2024-07-25T01:37:16.100Z | Checking russh v0.43.0 |
2948 | 2024-07-25T01:37:37.385Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2949 | 2024-07-25T01:37:39.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.49s |
2950 | 2024-07-25T01:37:39.139Z | |
2951 | 2024-07-25T01:37:39.139Z | info: running `cargo check --bins` on gateway-cli (131/139) |
2952 | 2024-07-25T01:37:39.811Z | Downloading crates ... |
2953 | 2024-07-25T01:37:39.865Z | Downloaded termios v0.3.3 |
2954 | 2024-07-25T01:37:39.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2955 | 2024-07-25T01:37:39.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2956 | 2024-07-25T01:37:39.972Z | Checking termios v0.3.3 |
2957 | 2024-07-25T01:37:40.147Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2958 | 2024-07-25T01:37:41.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s |
2959 | 2024-07-25T01:37:41.218Z | |
2960 | 2024-07-25T01:37:41.218Z | info: running `cargo check --bins --no-default-features` on installinator (132/139) |
2961 | 2024-07-25T01:37:41.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2962 | 2024-07-25T01:37:42.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2963 | 2024-07-25T01:37:42.097Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2964 | 2024-07-25T01:37:44.496Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2965 | 2024-07-25T01:37:46.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s |
2966 | 2024-07-25T01:37:46.722Z | |
2967 | 2024-07-25T01:37:46.722Z | info: running `cargo check --bins` on internal-dns-cli (133/139) |
2968 | 2024-07-25T01:37:47.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2969 | 2024-07-25T01:37:47.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2970 | 2024-07-25T01:37:47.538Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2971 | 2024-07-25T01:37:47.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
2972 | 2024-07-25T01:37:48.097Z | |
2973 | 2024-07-25T01:37:48.097Z | info: running `cargo check --bins` on omicron-package (134/139) |
2974 | 2024-07-25T01:37:48.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2975 | 2024-07-25T01:37:48.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2976 | 2024-07-25T01:37:48.961Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2977 | 2024-07-25T01:37:50.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s |
2978 | 2024-07-25T01:37:50.502Z | |
2979 | 2024-07-25T01:37:50.502Z | info: running `cargo check --bins` on wicket-dbg (135/139) |
2980 | 2024-07-25T01:37:51.180Z | Downloading crates ... |
2981 | 2024-07-25T01:37:51.266Z | Downloaded rpassword v7.3.1 |
2982 | 2024-07-25T01:37:51.296Z | Downloaded tui-tree-widget v0.21.0 |
2983 | 2024-07-25T01:37:51.296Z | Downloaded rtoolbox v0.0.2 |
2984 | 2024-07-25T01:37:51.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2985 | 2024-07-25T01:37:51.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2986 | 2024-07-25T01:37:51.397Z | Checking rtoolbox v0.0.2 |
2987 | 2024-07-25T01:37:51.397Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2988 | 2024-07-25T01:37:51.421Z | Checking tui-tree-widget v0.21.0 |
2989 | 2024-07-25T01:37:51.579Z | Checking rpassword v7.3.1 |
2990 | 2024-07-25T01:37:56.316Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2991 | 2024-07-25T01:37:59.730Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2992 | 2024-07-25T01:38:04.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.57s |
2993 | 2024-07-25T01:38:04.961Z | |
2994 | 2024-07-25T01:38:04.961Z | info: running `cargo check --bins` on wicket (136/139) |
2995 | 2024-07-25T01:38:04.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2996 | 2024-07-25T01:38:04.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2997 | 2024-07-25T01:38:04.961Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2998 | 2024-07-25T01:38:04.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
2999 | 2024-07-25T01:38:04.961Z | |
3000 | 2024-07-25T01:38:04.961Z | info: running `cargo check --bins` on wicketd (137/139) |
3001 | 2024-07-25T01:38:04.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3002 | 2024-07-25T01:38:04.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3003 | 2024-07-25T01:38:04.961Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3004 | 2024-07-25T01:38:07.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.09s |
3005 | 2024-07-25T01:38:07.840Z | |
3006 | 2024-07-25T01:38:07.840Z | info: running `cargo check --bins` on omicron-workspace-hack (138/139) |
3007 | 2024-07-25T01:38:08.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3008 | 2024-07-25T01:38:08.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3009 | 2024-07-25T01:38:08.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3010 | 2024-07-25T01:38:08.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3011 | 2024-07-25T01:38:08.578Z | |
3012 | 2024-07-25T01:38:08.578Z | info: running `cargo check --bins` on zone-setup (139/139) |
3013 | 2024-07-25T01:38:09.332Z | Downloading crates ... |
3014 | 2024-07-25T01:38:09.386Z | Downloaded uzers v0.11.3 |
3015 | 2024-07-25T01:38:09.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3016 | 2024-07-25T01:38:09.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3017 | 2024-07-25T01:38:09.538Z | Checking uzers v0.11.3 |
3018 | 2024-07-25T01:38:09.817Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3019 | 2024-07-25T01:38:11.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s |
3020 | 2024-07-25T01:38:11.253Z | |
3021 | 2024-07-25T01:38:11.253Z | real 13:42.817711141 |
3022 | 2024-07-25T01:38:11.253Z | user 29:53.516615618 |
3023 | 2024-07-25T01:38:11.253Z | sys 6:49.393746167 |
3024 | 2024-07-25T01:38:11.276Z | trap 0.875432773 |
3025 | 2024-07-25T01:38:11.276Z | tflt 0.973771355 |
3026 | 2024-07-25T01:38:11.276Z | dflt 3.057014857 |
3027 | 2024-07-25T01:38:11.276Z | kflt 0.001383917 |
3028 | 2024-07-25T01:38:11.276Z | lock 2:30:47.803010644 |
3029 | 2024-07-25T01:38:11.276Z | slp 2:16:56.150615667 |
3030 | 2024-07-25T01:38:11.276Z | lat 1:18.131431753 |
3031 | 2024-07-25T01:38:11.276Z | stop 2:57.765369562 |
3032 | 2024-07-25T01:38:11.276Z | process exited: duration 1010271 ms, exit code 0 |
|
3033 | 2024-07-25T01:38:11.325Z | found 0 output files |